Camera.long_off¶
- Camera.long_off()[source]¶
This method updates the
image_maskattribute so that any image whoseexposure_typeis set toLONGis turned off (not processed).This method checks the
exposure_typeattribute of eachOpNavImagecontained in theimageslist, and if it is set toLONG, then the corresponding index of theimage_masklist is set toFalseso that the image is not considered in GIANT measurement and estimation routines.Note
This method does not turn on images whose
exposure_typeattribute is not set toLONG. See theonly_short_on()method if you want this functionality.Note
The
exposure_typeattribute must be set correctly on each image for this method to work correctly. Theexposure_typeis generally set automatically when anOpNavImageis created according to some threshold set by the user.- Return type:
None