Changeset 17699 for trunk/ippTasks
- Timestamp:
- May 14, 2008, 6:04:52 PM (18 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 6 edited
-
detrend.correct.pro (modified) (2 diffs)
-
detrend.norm.pro (modified) (3 diffs)
-
detrend.process.pro (modified) (2 diffs)
-
detrend.reject.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (2 diffs)
-
detrend.stack.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.correct.pro
r17624 r17699 146 146 sprintf outroot "%s/%s.%s.%s/%s/%s.detcorr.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $EXP_TAG $EXP_TAG $DET_ID 147 147 148 $logfile = `ipp_filename.pl -- filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`148 $logfile = `ipp_filename.pl --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 149 149 if ("$logfile" == "") 150 150 echo "WARNING: logfile not defined in detrend.correct.pro:150" … … 276 276 277 277 ## generate output log based on filerule (convert the URI to a PATH) 278 $logfile = `ipp_filename.pl -- filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`278 $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 279 279 if ("$logfile" == "") 280 280 $logfile = $outroot.log -
trunk/ippTasks/detrend.norm.pro
r17624 r17699 155 155 156 156 ## generate output log 157 $logfile = `ipp_filename.pl -- filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`157 $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 158 158 159 159 stdout $logfile … … 273 273 274 274 ## generate output log 275 $logfile = `ipp_filename.pl -- filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`275 $logfile = `ipp_filename.pl --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 276 276 277 277 stdout $logfile … … 388 388 389 389 ## generate output log (NOT based on filerule?) 390 $logfile = `ipp_filename.pl -- filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`390 $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 391 391 392 392 stdout $logfile -
trunk/ippTasks/detrend.process.pro
r17608 r17699 146 146 147 147 ## generate output log based on filerule (convert the URI to a PATH) 148 $logfile = `ipp_filename.pl -- filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`148 $logfile = `ipp_filename.pl --touch --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 149 149 if ("$logfile" == "") 150 150 echo "WARNING: logfile not defined in detrend.process.pro:161" … … 272 272 273 273 ## generate output log based on filerule (convert the URI to a PATH) 274 $logfile = `ipp_filename.pl -- filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`274 $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 275 275 if ("$logfile" == "") 276 276 echo "WARNING: logfile not defined in detrend.process.pro:282" -
trunk/ippTasks/detrend.reject.pro
r17624 r17699 124 124 125 125 ## generate output log based on filerule (convert the URI to a PATH) 126 $logfile = `ipp_filename.pl -- filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot`126 $logfile = `ipp_filename.pl --touch --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 127 127 if ("$logfile" == "") 128 128 echo "WARNING: logfile not defined in detrend.reject.pro:282" -
trunk/ippTasks/detrend.resid.pro
r16300 r17699 146 146 147 147 ## generate output log based on filerule (convert the URI to a PATH) 148 $logfile = `ipp_filename.pl -- filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`148 $logfile = `ipp_filename.pl --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 149 149 if ("$logfile" == "") 150 150 echo "WARNING: logfile not defined in detrend.resid.pro:161" … … 272 272 273 273 ## generate output log based on filerule (convert the URI to a PATH) 274 $logfile = `ipp_filename.pl -- filerule LOG.IMFILE --camera $CAMERA --class_id NONE --basename $outroot`274 $logfile = `ipp_filename.pl --touch --filerule LOG.IMFILE --camera $CAMERA --class_id NONE --basename $outroot` 275 275 if ("$logfile" == "") 276 276 echo "WARNING: logfile not defined in detrend.process.pro:285" -
trunk/ippTasks/detrend.stack.pro
r16609 r17699 126 126 127 127 ## generate output log based on filerule (convert the URI to a PATH) 128 $logfile = `ipp_filename.pl -- filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot`128 $logfile = `ipp_filename.pl --touch --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 129 129 if ("$logfile" == "") 130 130 echo "WARNING: logfile not defined in detrend.stack.pro:141"
Note:
See TracChangeset
for help on using the changeset viewer.
