IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25785 for trunk


Ignore:
Timestamp:
Oct 6, 2009, 9:23:27 AM (17 years ago)
Author:
eugene
Message:

change addcamera to advancecamera

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippTasks/flatcorr.pro

    r24139 r25785  
    1717
    1818macro flatcorr.on
    19   task flatcorr.addcamera
     19  task flatcorr.advancecamera
    2020    active true
    2121  end
    … …  
    2929
    3030macro flatcorr.off
    31   task flatcorr.addcamera
     31  task flatcorr.advancecamera
    3232    active false
    3333  end
    … …  
    4141
    4242# these variables will cycle through the known ippdb database names
    43 $flatcorr_addcamera_DB = 0
     43$flatcorr_advancecamera_DB = 0
    4444$flatcorr_pendingprocess_DB = 0
    4545
    … …  
    5555# as the chip analysis progresses, we need to occasionally migrate the
    5656# completed chips to the camera stage by calling:
    57 # flatcorr -addcamera
     57# flatcorr -advancecamera
    5858
    5959# we wait for the completed chip and camera analysis and search for
    … …  
    6868
    6969# migrate complete flatcorr chips to the camera stage analysis
    70 task           flatcorr.addcamera
     70task           flatcorr.advancecamera
    7171  host         local
    7272
    … …  
    8080    # define the command (does not depend on previous queries)
    8181    if ($DB:n == 0)
    82       command flatcorr -addcamera
     82      command flatcorr -advancecamera
    8383    else
    8484      # save the DB name for the exit tasks
    8585      # note that this DB name refers to the ippdb, not the dvodb
    86       option $DB:$flatcorr_addcamera_DB
    87       command flatcorr -addcamera -dbname $DB:$flatcorr_addcamera_DB
    88       $flatcorr_addcamera_DB ++
    89       if ($flatcorr_addcamera_DB >= $DB:n) set flatcorr_addcamera_DB = 0
     86      option $DB:$flatcorr_advancecamera_DB
     87      command flatcorr -advancecamera -dbname $DB:$flatcorr_advancecamera_DB
     88      $flatcorr_advancecamera_DB ++
     89      if ($flatcorr_advancecamera_DB >= $DB:n) set flatcorr_advancecamera_DB = 0
    9090    end
    9191  end
    … …  
    123123  periods      -exec $LOADEXEC
    124124  periods      -timeout 60
     125  active false
    125126  npending 1
    126127
    … …  
    179180  periods      -exec $LOADEXEC
    180181  periods      -timeout 60
     182  active false
    181183
    182184  # silently drop stdout
Note: See TracChangeset for help on using the changeset viewer.