IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 28577


Ignore:
Timestamp:
Jul 1, 2010, 2:24:08 PM (16 years ago)
Author:
heather
Message:

changed -all to -all-run

Location:
trunk/ippTasks
Files:
4 edited

Legend:

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

    r28557 r28577  
    482482  task.exec
    483483
    484     $run = dettool -revertnormalizedimfile -all
     484    $run = dettool -revertnormalizedimfile -all-run
    485485    if ($DB:n == 0)
    486486      option DEFAULT
  • trunk/ippTasks/detrend.process.pro

    r28557 r28577  
    346346  task.exec
    347347 
    348     $run = dettool -revertprocessedimfile -all
     348    $run = dettool -revertprocessedimfile -all-run
    349349    if ($DB:n == 0)
    350350      option DEFAULT
  • trunk/ippTasks/detrend.resid.pro

    r28557 r28577  
    350350  task.exec
    351351
    352     $run = dettool -revertresidimfile -all
     352    $run = dettool -revertresidimfile -all-run
    353353    if ($DB:n == 0)
    354354      option DEFAULT
  • trunk/ippTasks/detrend.stack.pro

    r28557 r28577  
    193193  task.exec
    194194 
    195     $run = dettool -revertstacked -all
     195    $run = dettool -revertstacked -all-run
    196196    if ($DB:n == 0)
    197197      option DEFAULT
Note: See TracChangeset for help on using the changeset viewer.