Lines Matching defs:target
16 import its.target
20 """Set the target exposure.
22 This program is just a wrapper around the its.target module, to allow the
26 python config.py - Measure the target exposure, and cache it.
27 python config.py EXP - Hard-code (and cache) the target exposure.
47 # Automatically measure target exposure.
48 its.target.clear_cached_target_exposure()
49 its.target.get_target_exposure(cam)
51 # Hard-code the target exposure.
53 its.target.set_hardcoded_exposure(exposure)
57 exposure = its.target.get_target_exposure()
58 print "New target exposure set to", exposure