Changeset 12369 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Mar 8, 2007, 5:59:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r12368 r12369 165 165 exec mkdir -p $outroot 166 166 167 $run = detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA $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 example job options as a demonstration 171 176 if ($VERBOSE > 1) 172 echo command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA --workdir $outroot $ARGS173 end 174 command detrend_process_imfile.pl --det_id $DET_ID --det_type $DET_TYPE --exp_tag $EXP_TAG --class_id $CLASS_ID --input_uri $URI --camera $CAMERA --workdir $outroot $ARGS177 echo command $run 178 end 179 command $run 175 180 end 176 181 … … 282 287 exec mkdir -p $outroot 283 288 289 $run = detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA $ARGS 290 if ($WORKDIR != NULL) 291 $run = $run --workdir $outroot 292 end 293 284 294 # save the pageName for future reference below 285 295 options $pageName … … 287 297 # create example job options as a demonstration 288 298 if ($VERBOSE > 1) 289 echo command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA --workdir $outroot $ARGS290 end 291 command detrend_process_exp.pl --det_id $DET_ID --exp_tag $EXP_TAG --camera $CAMERA --workdir $outroot $ARGS299 echo command $run 300 end 301 command $run 292 302 end 293 303
Note:
See TracChangeset
for help on using the changeset viewer.
