Changeset 12126
- Timestamp:
- Feb 28, 2007, 5:00:46 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 8 edited
-
camera.pro (modified) (1 diff)
-
chip.pro (modified) (1 diff)
-
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)
-
register.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/camera.pro
r12104 r12126 129 129 $outroot = `ipp_datapath.pl $WORKDIR` 130 130 $outroot = $outroot/$EXP_TAG 131 # $logfile = `ipp_filename.pl CAMERA.LOG $outroot $CLASS_ID` 132 $logfile = $outroot/$EXP_TAG.$CLASS_ID.cam.log 131 $logfile = $outroot/cam.log 133 132 stdout $logfile 134 133 stderr $logfile -
trunk/ippTasks/chip.pro
r12077 r12126 136 136 $outroot = `ipp_datapath.pl $WORKDIR` 137 137 $outroot = $outroot/$EXP_TAG 138 # $logfile = `ipp_filename.pl CHIP.LOG $outroot $CLASS_ID` 139 $logfile = $outroot/$EXP_TAG.$CLASS_ID.chip.log 138 $logfile = $outroot/chip.$CLASS_ID.log 140 139 stdout $logfile 141 140 stderr $logfile -
trunk/ippTasks/detrend.norm.pro
r11546 r12126 168 168 $outroot = `ipp_datapath.pl $WORKDIR` 169 169 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID 170 $logfile = $outroot/ $CAMERA.$DET_TYPE.reject.$DET_ID.$ITERATION.log170 $logfile = $outroot/norm.$DET_ID.$ITERATION.log 171 171 stdout $logfile 172 172 stderr $logfile … … 282 282 $outroot = `ipp_datapath.pl $WORKDIR` 283 283 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID 284 $logfile = $outroot/ $CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log284 $logfile = $outroot/norm.$DET_ID.$ITERATION.$CLASS_ID.log 285 285 stdout $logfile 286 286 stderr $logfile … … 393 393 $outroot = `ipp_datapath.pl $WORKDIR` 394 394 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID 395 $logfile = $outroot/ $CAMERA.$DET_TYPE.$DET_ID.$ITERATION.log395 $logfile = $outroot/norm.$DET_ID.$ITERATION.log 396 396 stdout $logfile 397 397 stderr $logfile -
trunk/ippTasks/detrend.process.pro
r11546 r12126 157 157 $outroot = `ipp_datapath.pl $WORKDIR` 158 158 $outroot = $outroot/$EXP_TAG 159 $logfile = $outroot/ $EXP_TAG.detproc.$DET_ID.$CLASS_ID.log159 $logfile = $outroot/detproc.$DET_ID.$CLASS_ID.log 160 160 stdout $logfile 161 161 stderr $logfile … … 270 270 $outroot = `ipp_datapath.pl $WORKDIR` 271 271 $outroot = $outroot/$EXP_TAG 272 $logfile = $outroot/ $EXP_TAG.detproc.$DET_ID.$ITERATION.log272 $logfile = $outroot/detproc.$DET_ID.$ITERATION.log 273 273 stdout $logfile 274 274 stderr $logfile -
trunk/ippTasks/detrend.reject.pro
r12125 r12126 136 136 $outroot = `ipp_datapath.pl $WORKDIR` 137 137 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID 138 $logfile = $outroot/ $CAMERA.$DET_TYPE.reject.$DET_ID.$ITERATION.log138 $logfile = $outroot/reject.$DET_ID.$ITERATION.log 139 139 stdout $logfile 140 140 stderr $logfile -
trunk/ippTasks/detrend.resid.pro
r11546 r12126 156 156 $outroot = `ipp_datapath.pl $WORKDIR` 157 157 $outroot = $outroot/$EXP_TAG 158 $logfile = $outroot/ $EXP_TAG.detresid.$DET_ID.$ITERATION.$CLASS_ID.log158 $logfile = $outroot/detresid.$DET_ID.$ITERATION.$CLASS_ID.log 159 159 stdout $logfile 160 160 stderr $logfile … … 270 270 $outroot = `ipp_datapath.pl $WORKDIR` 271 271 $outroot = $outroot/$EXP_TAG 272 $logfile = $outroot/ $EXP_TAG.detresid.$DET_ID.$ITERATION.log272 $logfile = $outroot/detresid.$DET_ID.$ITERATION.log 273 273 stdout $logfile 274 274 stderr $logfile -
trunk/ippTasks/detrend.stack.pro
r11546 r12126 138 138 $outroot = `ipp_datapath.pl $WORKDIR` 139 139 $outroot = $outroot/$CAMERA.$DET_TYPE.$DET_ID 140 $logfile = $outroot/ $CAMERA.$DET_TYPE.stack.$DET_ID.$ITERATION.$CLASS_ID.log140 $logfile = $outroot/detstack.$DET_ID.$ITERATION.$CLASS_ID.log 141 141 stdout $logfile 142 142 stderr $logfile -
trunk/ippTasks/register.pro
r12016 r12126 155 155 $outroot = `ipp_datapath.pl $WORKDIR` 156 156 $outroot = $outroot/$EXP_TAG 157 # $logfile = `ipp_filename.pl REGISTER.LOG $outroot $CLASS_ID` 158 $logfile = $outroot/$EXP_TAG.$CLASS_ID.reg.log 157 $logfile = $outroot/reg.$CLASS_ID.log 159 158 stdout $logfile 160 159 stderr $logfile
Note:
See TracChangeset
for help on using the changeset viewer.
