IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28598


Ignore:
Timestamp:
Jul 2, 2010, 2:27:51 PM (16 years ago)
Author:
heather
Message:

missed a few -all's

Location:
trunk/ippTasks
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/detrend.norm.pro

    r28577 r28598  
    528528  task.exec
    529529
    530     $run = dettool -revertnormalizedexp -all
     530    $run = dettool -revertnormalizedexp -all-run
    531531    if ($DB:n == 0)
    532532      option DEFAULT
     
    574574  task.exec
    575575 
    576     $run = dettool -revertnormalizedstat -all
     576    $run = dettool -revertnormalizedstat -all-run
    577577    if ($DB:n == 0)
    578578      option DEFAULT
  • trunk/ippTasks/detrend.process.pro

    r28577 r28598  
    392392  task.exec
    393393 
    394     $run = dettool -revertprocessedexp -all
     394    $run = dettool -revertprocessedexp -all-run
    395395    if ($DB:n == 0)
    396396      option DEFAULT
  • trunk/ippTasks/detrend.resid.pro

    r28577 r28598  
    397397 
    398398
    399     $run = dettool -revertresidexp -all
     399    $run = dettool -revertresidexp -all-run
    400400    if ($DB:n == 0)
    401401      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.