Changes between Version 28 and Version 29 of Processing
- Timestamp:
- Apr 9, 2010, 4:46:03 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Processing
v28 v29 231 231 TODO 232 232 233 = Queuing data with chiptool = 233 = Adding and removing labels = 234 235 == Adding a label == 234 236 235 237 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 … … 255 257 }}} 256 258 259 == Removing == 260 261 If a mistake has been made and a label needs to be removed from processing, then 262 263 {{{ 264 pantasks: 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 {{{ 270 chiptool -updaterun -set_state drop -label bad_data_label -state new -dbname gpc1 271 }}} 272 273 If some of the data has already been processed (i.e. state!={{{new}}}), then {{{cleanup}}} must be employed. TODO more here 274 257 275 = Common issues = 258 276
