Changeset 14693
- Timestamp:
- Aug 29, 2007, 3:15:26 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 10 edited
-
camera.pro (modified) (1 diff)
-
chip.pro (modified) (1 diff)
-
detrend.process.pro (modified) (2 diffs)
-
detrend.reject.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (2 diffs)
-
detrend.stack.pro (modified) (1 diff)
-
diff.pro (modified) (1 diff)
-
register.pro (modified) (4 diffs)
-
stack.pro (modified) (1 diff)
-
warp.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r14681 r14693 140 140 $outpath = `ipp_datapath.pl $WORKDIR` 141 141 end 142 $outpath = $outpath/$EXP_TAG143 $outroot = $outpath/$EXP_TAG.cm.$CAM_ID142 sprintf outpath "%s/%s" $outpath $EXP_TAG 143 sprintf outroot "%s/%s.cm.%s" $outpath $EXP_TAG $CAM_ID 144 144 $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 145 145 if ("$logfile" == "") -
trunk/ippTasks/chip.pro
r14681 r14693 141 141 $outpath = `ipp_datapath.pl $WORKDIR` 142 142 end 143 $outpath = $outpath/$EXP_TAG144 $outroot = $outpath/$EXP_TAG.ch.$CHIP_ID143 sprintf outpath "%s/%s" $outpath $EXP_TAG 144 sprintf outroot "%s/%s.ch.%s" $outpath $EXP_TAG $CHIP_ID 145 145 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 146 146 if ("$logfile" == "") 147 $logfile = $outroot.$CLASS_ID.log147 sprintf logfile "%s.%s.log" $outroot $CLASS_ID 148 148 end 149 149 -
trunk/ippTasks/detrend.process.pro
r14681 r14693 160 160 $outpath = `ipp_datapath.pl $WORKDIR` 161 161 end 162 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG163 $outroot = $outpath/$EXP_TAG.detproc.$DET_ID162 sprintf outpath "%s/%s.%s.%s/%s" $outpath $CAMERA $DET_TYPE $DET_ID $EXP_TAG 163 sprintf outroot "%s/%s.detproc.%s" $outpath $EXP_TAG $DET_ID 164 164 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 165 165 if ("$logfile" == "") 166 $logfile = $outroot.$CLASS_ID.log166 sprintf logfile "%s.%s.log" $outroot $CLASS_ID 167 167 end 168 168 … … 289 289 $outpath = `ipp_datapath.pl $WORKDIR` 290 290 end 291 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG292 $outroot = $outpath/$EXP_TAG.detproc.$DET_ID291 sprintf outpath "%s/%s.%s.%s/%s" $outpath $CAMERA $DET_TYPE $DET_ID $EXP_TAG 292 sprintf outroot "%s/%s.detproc.%s" $outpath $EXP_TAG $DET_ID 293 293 $logfile = `ipp_filename.pl --filerule LOG.EXP --camera $CAMERA --class_id NONE --basename $outroot` 294 294 if ("$logfile" == "") -
trunk/ippTasks/detrend.reject.pro
r14681 r14693 137 137 $outroot = `ipp_datapath.pl $WORKDIR` 138 138 end 139 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID140 $logfile = $outroot/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION.detreject.log139 sprintf outroot "%s/%s.%s.%s" $outroot $CAMERA $DET_TYPE $DET_ID 140 sprintf logfile "%s/%s.%s.%s.%s.detreject.log" $outroot $CAMERA $DET_TYPE $DET_ID $ITERATION 141 141 stdout $logfile 142 142 stderr $logfile -
trunk/ippTasks/detrend.resid.pro
r14681 r14693 160 160 $outpath = `ipp_datapath.pl $WORKDIR` 161 161 end 162 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG163 $outroot = $outpath/$EXP_TAG.detresid.$DET_ID.$ITERATION162 sprintf outpath "%s/%s.%s.%s/%s" $outpath $CAMERA $DET_TYPE $DET_ID $EXP_TAG 163 sprintf outroot "%s/%s.detresid.%s.%s" $outpath $EXP_TAG $DET_ID $ITERATION 164 164 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 165 165 if ("$logfile" == "") 166 $logfile = $outroot.$CLASS_ID.log166 sprintf logfile "%s.%s.log" $outroot $CLASS_ID 167 167 end 168 168 … … 292 292 $outpath = `ipp_datapath.pl $WORKDIR` 293 293 end 294 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID/$EXP_TAG295 $outroot = $outpath/$EXP_TAG.detresid.$DET_ID.$ITERATION294 sprintf outpath "%s/%s.%s.%s/%s" $outpath $CAMERA $DET_TYPE $DET_ID $EXP_TAG 295 sprintf outroot "%s/%s.detresid.%s.%s" $outpath $EXP_TAG $DET_ID $ITERATION 296 296 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id NONE --basename $outroot` 297 297 -
trunk/ippTasks/detrend.stack.pro
r14681 r14693 139 139 $outpath = `ipp_datapath.pl $WORKDIR` 140 140 end 141 $outpath = $outpath/$CAMERA.$DET_TYPE.$DET_ID142 $outroot = $outpath/$CAMERA.$DET_TYPE.$DET_ID.$ITERATION141 sprintf outpath "%s/%s.%s.%s" $outpath $CAMERA $DET_TYPE $DET_ID 142 sprintf outroot "%s/%s.%s.%s.%s" $outpath $CAMERA $DET_TYPE $DET_ID $ITERATION 143 143 $logfile = `ipp_filename.pl --filerule LOG.IMFILE --camera $CAMERA --class_id $CLASS_ID --basename $outroot` 144 144 if ("$logfile" == "") 145 $logfile = $outroot.$CLASS_ID.log145 sprintf logfile "%s.%s.log" $outroot $CLASS_ID 146 146 end 147 147 -
trunk/ippTasks/diff.pro
r14681 r14693 145 145 $outroot = `ipp_datapath.pl $WORKDIR` 146 146 end 147 $outroot = $outroot/diff$DIFF_ID148 $logfile = $outroot/skycell.log147 sprintf outroot "%s/diff.%s" $outroot $DIFF_ID 148 sprintf logfile "%s/skycell.log" $outroot 149 149 stdout $logfile 150 150 stderr $logfile -
trunk/ippTasks/register.pro
r14681 r14693 145 145 146 146 # EXP_TAG is used to generate the unique, but human-readable, filenames 147 $EXP_TAG = $TMP_EXP_NAME.$EXP_ID147 sprintf EXP_TAG "%s.%s" $TMP_EXP_NAME $EXP_ID 148 148 149 149 # specify choice of remote host … … 156 156 ## generate output log based on filerule XXX put this in a function? 157 157 $outroot = `ipp_datapath.pl $WORKDIR` 158 $outroot = $outroot/$EXP_TAG159 $logfile = $outroot/reg.$TMP_CLASS_ID.log158 sprintf outroot "%s/%s" $outroot $EXP_TAG 159 sprintf logfile "%s/reg.%s.log" $outroot $TMP_CLASS_ID 160 160 stdout $logfile 161 161 stderr $logfile … … 256 256 257 257 # EXP_TAG is used to generate the unique, but human-readable, filenames 258 $EXP_TAG = $TMP_EXP_NAME.$EXP_ID258 sprintf EXP_TAG "%s.%s" $TMP_EXP_NAME $EXP_ID 259 259 260 260 # specify choice of remote host:(need to choose based on chips) … … 267 267 ## generate output log based on filerule 268 268 $outroot = `ipp_datapath.pl $WORKDIR` 269 $outroot = $outroot/$EXP_TAG270 $logfile = $outroot/$EXP_TAG.reg.log269 sprintf outroot "%s/%s" $outroot $EXP_TAG 270 sprintf logfile "%s/%s.reg.log" $outroot $EXP_TAG 271 271 stdout $logfile 272 272 stderr $logfile -
trunk/ippTasks/stack.pro
r14681 r14693 145 145 $outroot = `ipp_datapath.pl $WORKDIR` 146 146 end 147 $outroot = $outroot/stack$STACK_ID148 $logfile = $outroot/skycell.log147 sprintf outroot "%s/stack.%s" $outroot $STACK_ID 148 sprintf logfile "%s/skycell.log" $outroot 149 149 stdout $logfile 150 150 stderr $logfile -
trunk/ippTasks/warp.pro
r14153 r14693 162 162 $outroot = `ipp_datapath.pl $WORKDIR` 163 163 end 164 $outroot = $outroot/warp$WARP_ID165 $logfile = $outroot/overlap.log164 sprintf outroot "%s/warp.%s" $outroot $WARP_ID 165 sprintf logfile "%s/overlap.log" $outroot 166 166 stdout $logfile 167 167 stderr $logfile … … 284 284 $outroot = `ipp_datapath.pl $WORKDIR` 285 285 end 286 $outroot = $outroot/warp$WARP_ID287 $logfile = $outroot/skycell.log286 sprintf outroot "%s/warp.%s" $outroot $WARP_ID 287 sprintf logfile "%s/skycell.log" $outroot 288 288 stdout $logfile 289 289 stderr $logfile
Note:
See TracChangeset
for help on using the changeset viewer.
