IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25463


Ignore:
Timestamp:
Sep 21, 2009, 1:25:07 PM (17 years ago)
Author:
bills
Message:

change list of stages from STAGE to DS_STAGE

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/destreak.pro

    r25427 r25463  
    1717
    1818#list of stages
    19 $STAGE:n = 0
    20 list STAGE -add "raw"
    21 list STAGE -add "chip"
    22 list STAGE -add "camera"
    23 list STAGE -add "warp"
    24 list STAGE -add "diff"
     19$DS_STAGE:n = 0
     20list DS_STAGE -add "raw"
     21list DS_STAGE -add "chip"
     22list DS_STAGE -add "camera"
     23list DS_STAGE -add "warp"
     24list DS_STAGE -add "diff"
    2525
    2626$magicDSStage = 0
     
    104104
    105105  task.exec
    106     $run = magicdstool -todestreak -limit 120 -stage $STAGE:$magicDSStage
     106    $run = magicdstool -todestreak -limit 120 -stage $DS_STAGE:$magicDSStage
    107107    $magicDSStage ++
    108     if ($magicDSStage >= $STAGE:n) set magicDSStage = 0
     108    if ($magicDSStage >= $DS_STAGE:n) set magicDSStage = 0
    109109
    110110    if ($DB:n == 0)
Note: See TracChangeset for help on using the changeset viewer.