Changeset 8549
- Timestamp:
- Aug 23, 2006, 6:10:18 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/doc/ipptools/phase0.txt (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/ipptools/phase0.txt
r8262 r8549 1 1 Pan-Tasks regularly runs: 2 2 3 p0 search-pendingimfile3 p0tool -pendingimfile 4 4 5 5 which returns a list of imfiles which are pending for phase 0 processing. … … 8 8 For each imfile, we run: 9 9 10 phase0imfile.pl -exp_id $expId -classId $classId -uri $uri10 phase0imfile.pl <expId> <classId> <uri> 11 11 12 12 "phase0imfile.pl" is a helper script that runs ppStats on the imfile, … … 17 17 It then pushes these qualities into the database using: 18 18 19 p0 search-updateimfile -ra $ra -dec $dec -exptime $expTime ... [etc]19 p0tool -updateimfile -ra $ra -dec $dec -exptime $expTime ... [etc] 20 20 21 "p0 search-updateimfile" ticks off the imfile as having been processed21 "p0tool -updateimfile" ticks off the imfile as having been processed 22 22 through phase 0. 23 23 … … 27 27 Pan-Tasks regularly runs: 28 28 29 p0 search-pendingexp29 p0tool -pendingexp 30 30 31 31 which returns a list of exposures which are pending for phase 0 processing, … … 35 35 For each exposure, we run: 36 36 37 phase0exp.pl $expId37 phase0exp.pl <expId> 38 38 39 39 "phase0exp.pl" is a helper script that pulls out the qualities for each component 40 40 imfile of that exposure (which are stored in the database) using: 41 41 42 p0 search-rawimfiles -expid $expId42 p0tool -rawimfiles -expid $expId 43 43 44 44 For those, it checks that the values are consistent across the … … 46 46 exposure. The results are uploaded to the database using: 47 47 48 p0 search-updateexp -expid -ra $ra -dec $dec -exptime $expTime ... [-detrend]48 p0tool -updateexp -expid -ra $ra -dec $dec -exptime $expTime ... [-detrend] 49 49 50 "p0 search-updateexp" ticks off the exposure as having been processed50 "p0tool -updateexp" ticks off the exposure as having been processed 51 51 through phase 0, and moves it over for phase 1 (or phase 2) 52 52 processing.
Note:
See TracChangeset
for help on using the changeset viewer.
