Changeset 28577
- Timestamp:
- Jul 1, 2010, 2:24:08 PM (16 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 4 edited
-
detrend.norm.pro (modified) (1 diff)
-
detrend.process.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (1 diff)
-
detrend.stack.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r28557 r28577 482 482 task.exec 483 483 484 $run = dettool -revertnormalizedimfile -all 484 $run = dettool -revertnormalizedimfile -all-run 485 485 if ($DB:n == 0) 486 486 option DEFAULT -
trunk/ippTasks/detrend.process.pro
r28557 r28577 346 346 task.exec 347 347 348 $run = dettool -revertprocessedimfile -all 348 $run = dettool -revertprocessedimfile -all-run 349 349 if ($DB:n == 0) 350 350 option DEFAULT -
trunk/ippTasks/detrend.resid.pro
r28557 r28577 350 350 task.exec 351 351 352 $run = dettool -revertresidimfile -all 352 $run = dettool -revertresidimfile -all-run 353 353 if ($DB:n == 0) 354 354 option DEFAULT -
trunk/ippTasks/detrend.stack.pro
r28557 r28577 193 193 task.exec 194 194 195 $run = dettool -revertstacked -all 195 $run = dettool -revertstacked -all-run 196 196 if ($DB:n == 0) 197 197 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
