Changeset 12369 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Mar 8, 2007, 5:59:18 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r12368 r12369 175 175 exec mkdir -p $outroot 176 176 177 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS 178 if ($WORKDIR != NULL) 179 $run = $run --workdir $outroot 180 end 181 177 182 # save the pageName for future reference below 178 183 options $pageName … … 180 185 # create example job options as a demonstration 181 186 if ($VERBOSE > 1) 182 echo command detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --workdir $outroot $ARGS183 end 184 command detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE --workdir $outroot $ARGS187 echo command $run 188 end 189 command $run 185 190 end 186 191 … … 293 298 exec mkdir -p $outroot 294 299 300 $run = detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE $ARGS 301 if ($WORKDIR != NULL) 302 $run = $run --workdir $outroot 303 end 304 295 305 # save the pageName for future reference below 296 306 options $pageName … … 298 308 # create example job options as a demonstration 299 309 if ($VERBOSE > 1) 300 echo command detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS301 end 302 command detrend_norm_apply.pl --det_id $DET_ID --iteration $ITERATION --class_id $CLASS_ID --value $NORM --input_uri $URI --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS310 echo command $run 311 end 312 command $run 303 313 end 304 314 … … 408 418 exec mkdir -p $outroot 409 419 420 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE $ARGS 421 if ($WORKDIR != NULL) 422 $run = $run --workdir $outroot 423 end 424 410 425 # save the pageName for future reference below 411 426 options $pageName … … 413 428 # create example job options as a demonstration 414 429 if ($VERBOSE > 1) 415 echo command detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS416 end 417 command detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE --workdir $outroot $ARGS430 echo command $run 431 end 432 command $run 418 433 end 419 434
Note:
See TracChangeset
for help on using the changeset viewer.
