- Timestamp:
- Jan 20, 2010, 12:59:49 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120/doc/stack.txt
r26542 r26643 1 2 20100120 : more stack processing mods: 3 4 there are a number of data collections generated during psphotReadout: 5 6 * detections (currently a structure containing multiple arrays) 7 * sources (a psArray) 8 * psf (the psf model structure) 9 10 * new sources vs old sources: 11 there is a sequence on the second pass in which we need to distinguish the sources 12 from the first pass from those on the second pass: 13 14 - add noise (old sources only) 15 - find detections 16 - subtract noise (old sources only) 17 - generate sources (new detections only) 18 - source classifications (new sources only) 19 - guess models (new sources only) 20 - replace sources (old sources only) 21 - merge sources (new + old -> sources) 22 23 currently we are distiguishing the old vs new based on different arrays. 24 can we use the processing flags to distinguish the these cases and carry around 25 only a single source list? 1 26 2 27 20100107 : updates for stack processing
Note:
See TracChangeset
for help on using the changeset viewer.
