Camera.only_short_on¶
- Camera.only_short_on()[source]¶
This method updated the
image_masklist so that any image whoseexposure_typeattribute is set toSHORTorDUALis turned on (processed) and 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 toSHORTorDUAL, then the corresponding index of theimage_masklist is set toTrueso that the image is considered in GIANT measurement and estimation routines. If theexposure_typeattribute 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 turns off images whose
exposure_typeattribute is not set toSHORTorDUAL. See theshort_on()method if you do not want to change the otherimage_maskelements.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