Changeset 16518
- Timestamp:
- Feb 15, 2008, 12:30:48 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ippTasks/detrend.norm.pro (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r16517 r16518 152 152 153 153 ## generate outroot specific to this exposure (& chip) 154 sprintf outroot "%s/%s.%s.%s/%s.%s.norm.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION 155 156 ## generate output log (NOT based on filerule?) 157 $logfile = "$outroot.log" 158 $logfile = `ipp_datapath.pl $logfile` 154 sprintf outroot "%s/%s.%s.%s/%s.%s.normstat.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION 155 156 ## generate output log 157 $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --basename $outroot` 159 158 160 159 stdout $logfile … … 273 272 sprintf outroot "%s/%s.%s.%s/%s.%s.norm.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION 274 273 275 ## generate output log (NOT based on filerule?) 276 $logfile = "$outroot.log" 277 $logfile = `ipp_datapath.pl $logfile` 274 ## generate output log 275 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 278 276 279 277 stdout $logfile … … 387 385 388 386 ## generate outroot specific to this exposure (& chip) 389 sprintf outroot "%s/%s.%s.%s/%s.%s.norm .%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION387 sprintf outroot "%s/%s.%s.%s/%s.%s.normexp.%s.%s" $WORKDIR $CAMERA $DET_TYPE $DET_ID $CAMERA $DET_TYPE $DET_ID $ITERATION 390 388 391 389 ## generate output log (NOT based on filerule?) 392 $logfile = "$outroot.log" 393 $logfile = `ipp_datapath.pl $logfile` 390 $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --basename $outroot` 394 391 395 392 stdout $logfile
Note:
See TracChangeset
for help on using the changeset viewer.
