Calibration.reset_settings

giant.calibration.calibration_class:

Calibration.reset_settings()[source]

This method resets all settings to their initially provided values (at class construction)

Specifically, the following are reset

In each case, a new instance of the object is created supplying the corresponding _kwargs argument supplied when this class what initialized.

This is simply a shortcut to calling the reset_XXX` methods individually.