Camera.only_long_on¶
- Camera.only_long_on()[source]¶
This method updated the
image_masklist so that any image whoseexposure_typeattribute is set toLONGorDUALis turned on (processed) and 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 toLONGorDUAL, 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 toSHORT, 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 toLONGorDUAL. See thelong_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.