Camera.long_on¶
- Camera.long_on()[source]¶
This method updates the
image_maskattribute so that any image whoseexposure_typeis set toLONGorDUALis turned on (processed).This method checks the
exposure_typeattribute of eachOpNavImagecontained in theimageslist, and if it is set toLONGorDUAL, then the corresponding index of theimage_masklist is set toTrueso that the image is considered in GIANT measurement and estimation routines.Note
This method does not turn off images whose
exposure_typeattribute is not set toLONG. 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