Changeset 28598
- Timestamp:
- Jul 2, 2010, 2:27:51 PM (16 years ago)
- Location:
- trunk/ippTasks
- Files:
-
- 3 edited
-
detrend.norm.pro (modified) (2 diffs)
-
detrend.process.pro (modified) (1 diff)
-
detrend.resid.pro (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTasks/detrend.norm.pro
r28577 r28598 528 528 task.exec 529 529 530 $run = dettool -revertnormalizedexp -all 530 $run = dettool -revertnormalizedexp -all-run 531 531 if ($DB:n == 0) 532 532 option DEFAULT … … 574 574 task.exec 575 575 576 $run = dettool -revertnormalizedstat -all 576 $run = dettool -revertnormalizedstat -all-run 577 577 if ($DB:n == 0) 578 578 option DEFAULT -
trunk/ippTasks/detrend.process.pro
r28577 r28598 392 392 task.exec 393 393 394 $run = dettool -revertprocessedexp -all 394 $run = dettool -revertprocessedexp -all-run 395 395 if ($DB:n == 0) 396 396 option DEFAULT -
trunk/ippTasks/detrend.resid.pro
r28577 r28598 397 397 398 398 399 $run = dettool -revertresidexp -all 399 $run = dettool -revertresidexp -all-run 400 400 if ($DB:n == 0) 401 401 option DEFAULT
Note:
See TracChangeset
for help on using the changeset viewer.
