Changeset 19398
- Timestamp:
- Sep 5, 2008, 12:41:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/chip.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/chip.pro
r19334 r19398 29 29 active true 30 30 end 31 task chip.cleanup.load32 active true33 end34 task chip.cleanup.run35 active true36 end37 31 end 38 32 … … 44 38 active false 45 39 end 40 end 41 42 macro chip.cleanup.on 43 task chip.cleanup.load 44 active true 45 end 46 task chip.cleanup.run 47 active true 48 end 49 end 50 51 macro chip.cleanup.off 46 52 task chip.cleanup.load 47 53 active false … … 152 158 stderr $LOGDIR/chip.imfile.log 153 159 154 # XXX EAM : use this line for update processing155 160 $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --run-state $RUN_STATE --outroot $outroot --redirect-output 156 # $run = chip_imfile.pl --threads @MAX_THREADS@ --exp_id $EXP_ID --chip_id $CHIP_ID --class_id $CLASS_ID --uri $URI --camera $CAMERA --outroot $outroot --redirect-output157 161 if ("$REDUCTION" != "NULL") 158 162 $run = $run --reduction $REDUCTION
Note:
See TracChangeset
for help on using the changeset viewer.
