Camera.long_on

giant.camera:

Camera.long_on()[source]

This method updates the image_mask attribute so that any image whose exposure_type is set to LONG or DUAL is turned on (processed).

This method checks the exposure_type attribute of each OpNavImage contained in the images list, and if it is set to LONG or DUAL, then the corresponding index of the image_mask list is set to True so that the image is considered in GIANT measurement and estimation routines.

Note

This method does not turn off images whose exposure_type attribute is not set to LONG. See the only_long_on() method if you want this functionality.

Note

The exposure_type attribute must be set correctly on each image for this method to work correctly. The exposure_type is generally set automatically when an OpNavImage is created according to some threshold set by the user.

Return type:

None