Changeset 26788 for branches/eam_branches/20091201/psphot/doc/stack.txt
- Timestamp:
- Feb 5, 2010, 1:38:43 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
doc/stack.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/psphot
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/eam_branches/psphot.stack.20100120 merged eligible /branches/eam_branches/20091113/psphot 26119-26255
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/eam_branches/20091201/psphot/doc/stack.txt
r26542 r26788 1 2 20100126: 3 4 * watch out for psphotSetMomentsWindow & MOMENTS_SX_MAX,etc 5 * watch out for psphotSignificanceImage.c:,psphotEfficiency using the FWHM_MAJ from psphotChoosePSF 6 * ppSimDetections.c : SIGMA_SMOOTH 7 ppSmooth/src/ppSmoothReadout.c: psMetadataAddF32(recipe, PS_LIST_TAIL, "EFFECTIVE_AREA", PS_META_REPLACE, "Effective Area", effArea); 8 ppSmooth/src/ppSmoothReadout.c: psMetadataAddF32(recipe, PS_LIST_TAIL, "SIGNIFICANCE_SCALE_FACTOR", PS_META_REPLACE, "Signicance scale factor", factor); 9 10 11 20100120 : more stack processing mods: 12 13 there are a number of data collections generated during psphotReadout: 14 15 * detections (currently a structure containing multiple arrays) 16 * sources (a psArray) 17 * psf (the psf model structure) 18 19 * new sources vs old sources: 20 there is a sequence on the second pass in which we need to distinguish the sources 21 from the first pass from those on the second pass: 22 23 - add noise (old sources only) 24 - find detections 25 - subtract noise (old sources only) 26 - generate sources (new detections only) 27 - source classifications (new sources only) 28 - guess models (new sources only) 29 - replace sources (old sources only) 30 - merge sources (new + old -> sources) 31 32 currently we are distiguishing the old vs new based on different arrays. 33 can we use the processing flags to distinguish the these cases and carry around 34 only a single source list? 35 36 * detections->peaks holds the most recently detected set of peaks 37 detections->oldPeaks holds the previous collection 38 39 detections->footprints holds the full set of merged footprints, 40 including assigned peaks from the old and new set. 1 41 2 42 20100107 : updates for stack processing
Note:
See TracChangeset
for help on using the changeset viewer.
