IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 28 and Version 29 of Processing


Ignore:
Timestamp:
Apr 9, 2010, 4:46:03 PM (16 years ago)
Author:
rhenders
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v28 v29  
    231231TODO
    232232
    233 = Queuing data with chiptool =
     233= Adding and removing labels =
     234
     235== Adding a label ==
    234236
    235237Before pantasks can used to manage processing of a particular label, {{{chiptool}}} must first be run to queue data and create that label. The custom here is to write a small script that runs {{{chiptool}}} with the necessary arguments. This script is then left in the {{{stdscience}}} sub-directory with the same name as the survey in question (M31, MD04 etc). This is so that there is a record of what has been queued. An example script would be
     
    255257}}}
    256258
     259== Removing ==
     260
     261If a mistake has been made and a label needs to be removed from processing, then
     262
     263{{{
     264pantasks: del.label M31.nightlyscience
     265}}}
     266
     267{{{chiptool}}} must then be used to drop the label for data with a state of '{{{new}}}'.
     268
     269{{{
     270chiptool -updaterun -set_state drop -label bad_data_label -state new -dbname gpc1
     271}}}
     272
     273If some of the data has already been processed (i.e. state!={{{new}}}), then {{{cleanup}}} must be employed. TODO more here
     274
    257275= Common issues =
    258276