IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 7 and Version 8 of AddstarPantasks


Ignore:
Timestamp:
May 31, 2011, 9:56:18 AM (15 years ago)
Author:
heather
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AddstarPantasks

    v7 v8  
    1515server module minidvodb.pro
    1616server module survey.pro
    17 add.minidvodb ThreePi THREEPI.V1.MINI THREEPI.V1 1 GPC1
    18 add.label ThreePi
     17add.minidvodb ThreePi.V2 THREEPI.V2.MINI THREEPI.V2 1 GPC1
     18add.label ThreePi.V2
    1919}}}
    2020
    21 Now look in the gpc1 database table {{{minidvodbRun}}} and wait for there to be an entry for {{{ThreePi}}} that has a state of 'active' then:
     21Now look in the gpc1 database table {{{minidvodbRun}}} and wait for there to be an entry for {{{ThreePi.V2}}} that has a state of 'active' then:
    2222
    2323{{{
    24 survey.add.addstar ThreePi.nightlyscience THREEPI.V1 ThreePi
     24survey.add.addstar ThreePi.nightlyscience THREEPI.V2 ThreePi.V2 cam
    2525}}}
    2626
    2727 === A general example ===
    2828
    29  * survey.add.addstar (label) (dvodb) (minidvodb_group)
     29 * survey.add.addstar (label) (dvodb) (minidvodb_group) (stage)
    3030 * add.minidvodb (minidvodb_group) (minidvodb) (dvodb) (interval days) (camera)
    3131 * add.label (minidvodb_group)
     
    3636 * (dvodb) - defined in site.config. This is where the final (merged) dvodb will go.
    3737 * (minidvodb_group) - Something sensibly chosen (in this case, ThreePi). It works a bit like a label here.
     38 * (stage) - what stage for addstar (cam/staticsky/stack)
    3839 * (minidvodb) - defined in site.config - this is the location where the minidvodbs will go.
    3940 * (interval days) - how long before the minidvodbs are rotated (there is also a cut of 500 exposures)
     
    5455
    5556{{{
    56  addtool -definebyquery -destreaked -comment %SAS% -set_dvodb ROYSAS.V1 -set_minidvodb_group RoySAS.V1 -set_minidvodb -set_label RoySAS.V1 -dbname gpc1
     57 addtool -definebyquery -destreaked -comment %SAS% -set_dvodb ROYSAS.V1 -set_minidvodb_group RoySAS.V1 -set_minidvodb -set_label RoySAS.V1 -dbname gpc1 -stage cam
    5758}}}
    5859
     
    6869
    6970{{{
    70 addtool -definebyquery -destreaked -comment %SAS% -set_dvodb ROYSAS.V1 -set_label RoySAS.V1 -dbname gpc1
     71addtool -definebyquery -destreaked -comment %SAS% -set_dvodb ROYSAS.V1 -set_label RoySAS.V1 -dbname gpc1 -stage cam
    7172}}}
    7273