Changeset 12369 for trunk/ippTasks/detrend.resid.pro
- Timestamp:
- Mar 8, 2007, 5:59:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.resid.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.resid.pro
r12368 r12369 165 165 exec mkdir -p $outroot 166 166 167 $run = detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE $ARGS 168 if ($WORKDIR != NULL) 169 $run = $run --workdir $outroot 170 end 171 167 172 # save the pageName for future reference below 168 173 options $pageName … … 170 175 # create command 171 176 if ($VERBOSE > 1) 172 echo command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --workdir $outroot $ARGS173 end 174 command detrend_resid.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --class_id $CLASS_ID --det_type $DET_TYPE --detrend $DET_URI --input_uri $URI --camera $CAMERA --mode $MODE --workdir $outroot $ARGS177 echo command $run 178 end 179 command $run 175 180 end 176 181 … … 283 288 exec mkdir -p $outroot 284 289 290 $run = detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA $ARGS 291 if ($WORKDIR != NULL) 292 $run = $run --workdir $outroot 293 end 294 285 295 # save the pageName for future reference below 286 296 options $pageName … … 288 298 # create example job options as a demonstration 289 299 if ($VERBOSE > 1) 290 echo command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS291 end 292 command detrend_reject_imfile.pl --det_id $DET_ID --iteration $ITERATION --exp_tag $EXP_TAG --det_type $DET_TYPE --camera $CAMERA --workdir $outroot $ARGS300 echo command $run 301 end 302 command $run 293 303 end 294 304
Note:
See TracChangeset
for help on using the changeset viewer.
