Camera.short_off

giant.camera:

Camera.short_off()[source]

This method updates the image_mask attribute so that any image whose exposure_type is set to SHORT is turned off (not processed).

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

Note

This method does not turn on images whose exposure_type attribute is not set to SHORT. 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