Changeset 27848
- Timestamp:
- May 3, 2010, 3:03:40 PM (16 years ago)
- Location:
- trunk/psphot
- Files:
-
- 1 added
- 2 edited
-
doc/stack.txt (modified) (2 diffs)
-
src/psphotStackImageLoop.c (modified) (1 diff)
-
src/psphotStackMatchPSFs.c (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/doc/stack.txt
r26894 r27848 1 2 20100503: 3 4 psphotStack : outline 5 6 * load N images 7 * make chisq detection image 8 * detect sources on all (N+1) images 9 * convolve N input images (to match, to target) 10 * measure source properties on convolved images 1 11 2 12 20100126: … … 4 14 * watch out for psphotSetMomentsWindow & MOMENTS_SX_MAX,etc 5 15 * watch out for psphotSignificanceImage.c:,psphotEfficiency using the FWHM_MAJ from psphotChoosePSF 6 * ppSimDetections.c : SIGMA_SMOOTH7 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 16 11 17 20100120 : more stack processing mods: -
trunk/psphot/src/psphotStackImageLoop.c
r27657 r27848 41 41 if (! readout->data_exists) { continue; } 42 42 43 # if (0) 44 // uncomment to generate matched psfs 45 if (!psphotStackMatchPSFs (config, view)) { 46 psError(psErrorCodeLast(), false, "failure in psphotStackMatchPSFs for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout); 47 psFree (view); 48 return false; 49 } 50 # endif 51 43 52 // XXX for now, we assume there is only a single chip in the PHU: 44 53 if (!psphotStackReadout (config, view)) { 45 psError(psErrorCodeLast(), false, "failure in psphot Readout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout);54 psError(psErrorCodeLast(), false, "failure in psphotStackReadout for chip %d, cell %d, readout %d\n", view->chip, view->cell, view->readout); 46 55 psFree (view); 47 56 return false;
Note:
See TracChangeset
for help on using the changeset viewer.
