Changeset 13681 for trunk/ippTasks/detrend.process.pro
- Timestamp:
- Jun 6, 2007, 12:09:48 PM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.process.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.process.pro
r13680 r13681 161 161 $outroot = $outpath/$EXP_TAG.detproc.$DET_ID 162 162 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 163 if ( $logfile== "")163 if ("$logfile" == "") 164 164 $logfile = $outroot.$CLASS_ID.log 165 165 end … … 288 288 $outroot = $outpath/$EXP_TAG.detproc.$DET_ID.$ITERATION 289 289 $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 290 if ( $logfile== "")290 if ("$logfile" == "") 291 291 $logfile = $outroot.log 292 292 end
Note:
See TracChangeset
for help on using the changeset viewer.
