Changes between Version 7 and Version 8 of AddstarPantasks
- Timestamp:
- May 31, 2011, 9:56:18 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AddstarPantasks
v7 v8 15 15 server module minidvodb.pro 16 16 server module survey.pro 17 add.minidvodb ThreePi THREEPI.V1.MINI THREEPI.V11 GPC118 add.label ThreePi 17 add.minidvodb ThreePi.V2 THREEPI.V2.MINI THREEPI.V2 1 GPC1 18 add.label ThreePi.V2 19 19 }}} 20 20 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:21 Now 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: 22 22 23 23 {{{ 24 survey.add.addstar ThreePi.nightlyscience THREEPI.V 1 ThreePi24 survey.add.addstar ThreePi.nightlyscience THREEPI.V2 ThreePi.V2 cam 25 25 }}} 26 26 27 27 === A general example === 28 28 29 * survey.add.addstar (label) (dvodb) (minidvodb_group) 29 * survey.add.addstar (label) (dvodb) (minidvodb_group) (stage) 30 30 * add.minidvodb (minidvodb_group) (minidvodb) (dvodb) (interval days) (camera) 31 31 * add.label (minidvodb_group) … … 36 36 * (dvodb) - defined in site.config. This is where the final (merged) dvodb will go. 37 37 * (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) 38 39 * (minidvodb) - defined in site.config - this is the location where the minidvodbs will go. 39 40 * (interval days) - how long before the minidvodbs are rotated (there is also a cut of 500 exposures) … … 54 55 55 56 {{{ 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 57 58 }}} 58 59 … … 68 69 69 70 {{{ 70 addtool -definebyquery -destreaked -comment %SAS% -set_dvodb ROYSAS.V1 -set_label RoySAS.V1 -dbname gpc1 71 addtool -definebyquery -destreaked -comment %SAS% -set_dvodb ROYSAS.V1 -set_label RoySAS.V1 -dbname gpc1 -stage cam 71 72 }}} 72 73
