Changeset 12370 for trunk/ippTasks/detrend.norm.pro
- Timestamp:
- Mar 8, 2007, 6:27:06 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r12369 r12370 164 164 end 165 165 166 if ( $WORKDIR == NULL)166 if ("$WORKDIR" == "NULL") 167 167 $outroot = `pwd` 168 168 else … … 176 176 177 177 $run = detrend_norm_calc.pl --det_id $DET_ID --iteration $ITERATION --det_type $DET_TYPE $ARGS 178 if ( $WORKDIR != NULL)178 if ("$WORKDIR" != "NULL") 179 179 $run = $run --workdir $outroot 180 180 end … … 287 287 288 288 # XXX use ipp_filename.pl to lookup output file names 289 if ( $WORKDIR == NULL)289 if ("$WORKDIR" == "NULL") 290 290 $outroot = `pwd` 291 291 else … … 299 299 300 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)301 if ("$WORKDIR" != "NULL") 302 302 $run = $run --workdir $outroot 303 303 end … … 407 407 408 408 # XXX add $WORKDIR/$LOG_DIR 409 if ( $WORKDIR == NULL)409 if ("$WORKDIR" == "NULL") 410 410 $outroot = `pwd` 411 411 else … … 419 419 420 420 $run = detrend_norm_exp.pl --det_id $DET_ID --iteration $ITERATION --camera $CAMERA --det_type $DET_TYPE $ARGS 421 if ( $WORKDIR != NULL)421 if ("$WORKDIR" != "NULL") 422 422 $run = $run --workdir $outroot 423 423 end
Note:
See TracChangeset
for help on using the changeset viewer.
