Changeset 6022 for trunk/ippTools
- Timestamp:
- Jan 16, 2006, 6:12:57 PM (21 years ago)
- Location:
- trunk/ippTools/doc
- Files:
-
- 3 added
- 3 edited
-
p0tools.sh (added)
-
p0tools.txt (modified) (4 diffs)
-
p1tools.sh (added)
-
p1tools.txt (modified) (2 diffs)
-
p3tools.sh (added)
-
p3tools.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippTools/doc/p0tools.txt
r6015 r6022 2 2 Phase 0 pipeline tools: 3 3 4 p0search -ready : 5 * examine the new.imfiles,new.exposures tables and select exposures ready for analysi 4 p0search -pending : 5 * examine the new.imfiles,new.exposures tables and select exposures ready for analysis 6 * output is: (expID) (camera) 6 7 7 p0search -update :8 * select a specified image inthe new.imfiles/new.exposures table8 p0search -update (expID) (camera): 9 * select a the corresponding images from the new.imfiles/new.exposures table 9 10 * extract the specified header information 10 11 * search the summit metadata db tables … … 16 17 * add an entry to the p2.pending table (single) 17 18 18 p0search -stats :19 p0search -stats (expID) (camera): 19 20 * select a specified image in the new.imfiles/new.exposures table 20 21 * extract the specified header information … … 23 24 [-update without output to MDDB] 24 25 25 p0search -mkraw :26 p0search -mkraw (expID) (camera): 26 27 * select a specified image in the new.imfiles/new.exposures table 27 28 * extract the specified header information … … 33 34 * remove completed entries from the new.imfiles,new.exposure tables 34 35 36 ** note : the division of -pending and -update allows separate processes 37 to be examining the image headers and measuring some stats. these 38 jobs can be run via pcontrol to reduce the load on the PanTasks 39 machines 40 -
trunk/ippTools/doc/p1tools.txt
r6015 r6022 2 2 Phase 1 pipeline tools: 3 3 4 p1search - insert ?:4 p1search -define [constraints]: 5 5 * examine the raw.exposures tables and select exposures matching the given criteria 6 6 * add entries which are allowed (mosaic) to the p1.pending table … … 8 8 p1search -pending : 9 9 * examine the p1.pending table and select exposures waiting for p1 10 * output the list for p1.tasks 10 * output: lines consisting of: 11 (expID) (p1version) (camera) 11 12 12 p1search - update :13 p1search -done : 13 14 * select completed entries in the p1.pending table 14 15 * move to the p1.done table -
trunk/ippTools/doc/p3tools.txt
r6015 r6022 2 2 Phase 3 pipeline tools: 3 3 4 p3search - pending:4 p3search -define : 5 5 * examine the raw.exposures tables and select exposures matching the given criteria 6 6 * add entries which are allowed (mosaic) to the p3.pending table 7 7 8 p3search -update : 9 * select completed entries in the p1.pending table 10 * move to the p1.done table 11 * add new entry to the p2.pending tables 8 p3search -quick : 9 * examine the raw.exposures tables and select exposures matching the given criteria 10 * return list of entries for p3 processing 11 * output: lines consisting of: 12 (expID) (p3version) (camera) 13 14 p3search -pending : 15 * examine the p3.pending exposures table and select exposures waiting for p3 16 * return list of entries for p3 processing 17 * output: lines consisting of: 18 (expID) (p3version) (camera) 19 20 p3search -done : 21 * select completed entries in the p3.pending table 22 * move to the p3.done table
Note:
See TracChangeset
for help on using the changeset viewer.
