Camera.short_off¶
- Camera.short_off()[source]¶
This method updates the
image_maskattribute so that any image whoseexposure_typeis set toSHORTis turned off (not processed).This method checks the
exposure_typeattribute of eachOpNavImagecontained in theimageslist, and if it is set toSHORTthen 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 toSHORT. See theonly_long_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