Changeset 16610 for trunk/ippTasks/simtest.auto
- Timestamp:
- Feb 22, 2008, 10:19:22 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/simtest.auto (modified) (7 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/simtest.auto
r16570 r16610 4 4 automate METADATA 5 5 name STR BIAS 6 block STR "dettool -runs - det_type BIAS -dbname eamtest"6 block STR "dettool -runs -active -det_type BIAS -dbname eamtest" 7 7 check STR NONE 8 8 launch STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type BIAS -select_exp_type BIAS -dbname eamtest" … … 11 11 automate METADATA 12 12 name STR DARK 13 block STR "dettool -runs - det_type DARK -dbname eamtest"13 block STR "dettool -runs -active -det_type DARK -dbname eamtest" 14 14 check STR "detselect -search -inst SIMTEST -det_type BIAS -dbname eamtest" 15 15 launch STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type DARK -select_exp_type DARK -dbname eamtest" … … 18 18 automate METADATA 19 19 name STR SHUTTER 20 block STR "dettool -runs - det_type SHUTTER -dbname eamtest"20 block STR "dettool -runs -active -det_type SHUTTER -dbname eamtest" 21 21 check STR "detselect -search -inst SIMTEST -det_type DARK -dbname eamtest" 22 22 launch STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type SHUTTER -filter r -select_exp_type FLAT -select_filter r -dbname eamtest" … … 25 25 automate METADATA 26 26 name STR FLAT-r 27 block STR "dettool -runs - det_type FLAT -filter r -dbname eamtest"27 block STR "dettool -runs -active -det_type FLAT -filter r -dbname eamtest" 28 28 check STR "detselect -search -inst SIMTEST -det_type SHUTTER -dbname eamtest" 29 29 launch STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type FLAT -filter r -select_exp_type FLAT -select_filter r -dbname eamtest" … … 32 32 automate METADATA 33 33 name STR FLAT-i 34 block STR "dettool -runs - det_type FLAT -filter i -dbname eamtest"34 block STR "dettool -runs -active -det_type FLAT -filter i -dbname eamtest" 35 35 check STR "detselect -search -inst SIMTEST -det_type SHUTTER -dbname eamtest" 36 36 launch STR "dettool -definebyquery -workdir path://EAMWORK -inst SIMTEST -det_type FLAT -filter i -select_exp_type FLAT -select_filter i -dbname eamtest" … … 39 39 automate METADATA 40 40 name STR OBJECT-r 41 block STR "chiptool - block-label object.r -dbname eamtest"41 block STR "chiptool -unmasked -label object.r -dbname eamtest" 42 42 check STR "detselect -search -inst SIMTEST -det_type FLAT -dbname eamtest -filter r" 43 43 launch STR "chiptool -unblock -label object.r -dbname eamtest" … … 46 46 automate METADATA 47 47 name STR OBJECT-i 48 block STR "chiptool - block-label object.i -dbname eamtest"48 block STR "chiptool -unmasked -label object.i -dbname eamtest" 49 49 check STR "detselect -search -inst SIMTEST -det_type FLAT -dbname eamtest -filter i" 50 50 launch STR "chiptool -unblock -label object.i -dbname eamtest" 51 51 END 52 52 53 ### there is a weakness in the label / block business: the labels are 54 ### generic, and the blocks are against those fairly generic words. 55 ### that makes it difficult to block and unblock science exposures 56 ### based on different detrend types that are available. For example, 57 ### to block the r-band against the absence of the desired r-band 58 ### flat, we would need to specify a label specific to the r-band 59 ### images and remove that block when ready. 60 61 ### a better approach might be to modify the labels rather than the 62 ### blocks. we can define, eg, chiptool -set_label -definebyquery to 63 ### turn assign the label names based on various properties of the 64 ### interesting images. 65 66 ### here is what the automate element might look like for such a circumstance: 67 68 ### automate METADATA 69 ### name STR OBJECT-i 70 ### block STR "chiptool -dbname eamtest -unmasked -label wait -filter i -time_begin 2008/1/1 -time_end 2008/1/2" 71 ### check STR "detselect -dbname eamtest -search -inst SIMTEST -det_type FLAT -dbname eamtest -filter i -time_begin 2008/1/1 -time_end 2008/1/2" 72 ### launch STR "chiptool -dbname eamtest -set_label proc -label wait -dbname eamtest -time_begin 2008/1/1 -time_end 2008/1/2" 73 ### END 74 75 ### XXX still not quite there....
Note:
See TracChangeset
for help on using the changeset viewer.
