Changeset 12369 for trunk/ippTasks/detrend.reject.pro
- Timestamp:
- Mar 8, 2007, 5:59:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.reject.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.reject.pro
r12368 r12369 144 144 exec mkdir -p $outroot 145 145 146 $run = detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA $ARGS 147 if ($WORKDIR != NULL) 148 $run = $run --workdir $outroot 149 end 150 146 151 # save the pageName for future reference below 147 152 options $pageName … … 149 154 # create example job options as a demonstration 150 155 if ($VERBOSE > 1) 151 echo command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS156 echo command $run 152 157 end 153 command detrend_reject_exp.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS158 command $run 154 159 end 155 160
Note:
See TracChangeset
for help on using the changeset viewer.
