Changeset 5871
- Timestamp:
- Jan 2, 2006, 2:32:58 PM (21 years ago)
- Location:
- trunk/archive/dettools
- Files:
-
- 5 added
- 1 edited
-
doc/dettools.txt (modified) (2 diffs)
-
src (added)
-
src/detSelectInputImfiles.c (added)
-
src/detSelectMasterExposures.c (added)
-
src/dettools.c (added)
-
src/dettoolsConfig.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/dettools/doc/dettools.txt
r5870 r5871 30 30 31 31 dettool -select raw [-state state] [-outmode mode] 32 * select the frames to be processed and extract the list of files32 * select the unprocessed input infiles 33 33 - output of this program is used by pantasks to schedule the ppImage 34 34 run on each image 35 35 36 36 dettool -select stack [-state state] [-outmode mode] 37 * select the files to be stacked for a given detRun 37 * select the files to be stacked for a given detRun, if exposures are ready 38 38 - output of this program is used by ppMerge to build a master stack 39 39 40 dettool -select r esidual[-state state]41 * select the frames to be used to generate residuals40 dettool -select rawresid [-state state] 41 * select the residual imfiles to be generated 42 42 - output of this program is used for another ppImage run 43 43 44 detmerge 44 dettool -update raw 45 * select the raw input exposures, count processed imfiles, update if done 46 47 dettool -update resid 48 * select the resid exposures, count processed resid imfiles, update if done 49 - for a given resid exposure, compile the results from the stacks for 50 each chip and renormalize the output files as needed. 51 52 dettool -select norm 53 * select the master detrend frames & imfiles to be normalized 54 55 dettool -resid 56 * construct the resid exposures and imfiles given 57 58 dettool -assess 45 59 * for a given master detrend frame, compile the results from the 46 stacks for each chip and renormalize the output files as needed. 47 assemble the resulting master stats as available 48 49 detstats 50 * for a given master detrend frame, compile the results from the 51 residual images and assess the validity of the input images and of 60 residual exposures and assess the validity of the input exposures and of 52 61 the complete stack. if too many input images are rejected, the 53 62 affect the master detrend frame state. if input images are rejected … … 66 75 after process that determines which happens next. 67 76 77 78 79 States: 80 input detrend exposures: 81 RAW 82 PROCESSED 83 84 input detrend imfiles: 85 RAW 86 PROCESSED 87 88 master detrend frames 89 RAW 90 NORMALIZED 91 MKRESID 92 SUCCESS 93 FAILURE 94 RETRY 95 (also has NEW/PRIOR flag) 96 97 master detrend imfiles 98 NEW (not yet created) 99 RAW (created, but not normalized) 100 NORMALIZED 101 102 resid exposure 103 RAW 104 PROCESSED 105 ASSESSED 106 107 resid imfiles: 108 RAW 109 PROCESSED 110 111 master detrend run: 112 NEW 113 DONE
Note:
See TracChangeset
for help on using the changeset viewer.
