Changes between Version 103 and Version 104 of Processing
- Timestamp:
- Aug 19, 2010, 3:11:22 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v103 v104 170 170 }}} 171 171 172 = Queuing data = 172 = Queuing/Dequeuing data = 173 174 == Adding data to the queue == 173 175 174 176 Before 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 … … 195 197 196 198 Now the label must added within {{{pantasks}}} 197 198 199 {{{ 199 200 pantasks: add.label M31.Run5.20100408 200 201 }}} 201 202 203 According 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 {{{ 205 ns.add.date 2010-08-06 206 }}} 202 207 == Removing data from the queue == 203 208
