Changeset 10745
- Timestamp:
- Dec 14, 2006, 9:21:09 PM (19 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 6 edited
-
detrend.norm.pro (modified) (3 diffs)
-
detrend.process.pro (modified) (2 diffs)
-
detrend.reject.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (3 diffs)
-
detrend.stack.pro (modified) (1 diff)
-
pantasks.pro (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r10723 r10745 54 54 55 55 task.exec 56 # command dettool -tonormalizedstat -simple -limit {$DetrendNormStatFail + 20} 57 command dettool -tonormalizedstat -simple 56 command dettool -tonormalizedstat -simple -limit {$DetrendNormStatFail + 20} 58 57 end 59 58 … … 177 176 178 177 task.exec 179 # command dettool -tonormalize -simple -limit {$DetrendNormFail + 20} 180 command dettool -tonormalize -simple 178 command dettool -tonormalize -simple -limit {$DetrendNormFail + 20} 181 179 end 182 180 … … 305 303 306 304 task.exec 307 # command dettool -tonormalizedexp -simple -limit {$DetrendNormExpFail + 20} 308 command dettool -tonormalizedexp -simple 305 command dettool -tonormalizedexp -simple -limit {$DetrendNormExpFail + 20} 309 306 end 310 307 -
trunk/ippTasks/detrend.process.pro
r10723 r10745 57 57 58 58 task.exec 59 # XXX dettool needs -limit command 60 # command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20} 61 command dettool -toprocessedimfile -simple 59 command dettool -toprocessedimfile -simple -limit {$DetrendProcessImfileFail + 20} 62 60 end 63 61 … … 191 189 192 190 task.exec 193 # command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20} 194 command dettool -toprocessedexp -simple 191 command dettool -toprocessedexp -simple -limit {$DetrendProcessExpFail + 20} 195 192 end 196 193 -
trunk/ippTasks/detrend.reject.pro
r10723 r10745 53 53 54 54 task.exec 55 # command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20} 56 command dettool -residdetrun -simple 55 command dettool -residdetrun -simple -limit {$DetrendRejectExpFail + 20} 57 56 end 58 57 -
trunk/ippTasks/detrend.resid.pro
r10723 r10745 58 58 59 59 task.exec 60 # command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20} 61 command dettool -toresidimfile -simple 60 command dettool -toresidimfile -simple -limit {$DetrendResidImfileFail + 20} 62 61 end 63 62 … … 146 145 stdout $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITER.$CLASS_ID.log 147 146 stderr $LOGSUBDIR/$base/$EXP_TAG.detresid.$DET_ID.$ITER.$CLASS_ID.log 147 exec mkdir -p $LOGSUBDIR/$base 148 148 149 149 # specify choice of remote host: … … 197 197 198 198 task.exec 199 # command dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20} 200 command dettool -toresidexp -simple 199 command dettool -toresidexp -simple -limit {$DetrendResidExpFail + 20} 201 200 end 202 201 -
trunk/ippTasks/detrend.stack.pro
r10723 r10745 53 53 54 54 task.exec 55 # command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20} 56 command dettool -tostacked -simple 55 command dettool -tostacked -simple -limit {$DetrendStackClassFail + 20} 57 56 end 58 57 -
trunk/ippTasks/pantasks.pro
r10723 r10745 7 7 # $scripts = $HOME/src/pantasks/ipp/ippTasks 8 8 $scripts = . 9 #$LOGDIR = `ipp_datapath.pl path://ESSENCE`10 $LOGDIR = `ipp_datapath.pl path://SIMTEST`9 $LOGDIR = `ipp_datapath.pl path://ESSENCE` 10 # $LOGDIR = `ipp_datapath.pl path://SIMTEST` 11 11 12 12 $LOGDIR = $LOGDIR/logs … … 21 21 if ($parallel) 22 22 controller exit true 23 controller host add alala24 #controller host add sn225 #controller host add sn326 #controller host add sn427 #controller host add sn523 # controller host add alala 24 controller host add sn2 25 controller host add sn3 26 controller host add sn4 27 controller host add sn5 28 28 # controller host add sn6 29 29 # sn7 serves the disk
Note:
See TracChangeset
for help on using the changeset viewer.
