IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 103 and Version 104 of Processing


Ignore:
Timestamp:
Aug 19, 2010, 3:11:22 PM (16 years ago)
Author:
Serge CHASTEL
Comment:

Queuing data for a day

Legend:

Unmodified
Added
Removed
Modified
  • Processing

    v103 v104  
    170170}}}
    171171
    172 = Queuing data =
     172= Queuing/Dequeuing data =
     173
     174== Adding data to the queue ==
    173175
    174176Before 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
     
    195197
    196198Now the label must added within {{{pantasks}}}
    197 
    198199{{{
    199200pantasks: add.label M31.Run5.20100408
    200201}}}
    201202
     203According to how things were set up, the system may be told to look for today's date. The command to add all data of a particular day (e.g. 2010-08-06) to the queue is:
     204{{{
     205ns.add.date 2010-08-06
     206}}}
    202207== Removing data from the queue ==
    203208