- Timestamp:
- Jan 31, 2010, 5:01:05 PM (16 years ago)
- Location:
- branches/eam_branches/psphot.stack.20100120
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphotReadoutCleanup.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120
- Property svn:mergeinfo changed
/branches/eam_branches/20091201/psphot (added) merged: 26645-26646,26648,26705,26746
- Property svn:mergeinfo changed
-
branches/eam_branches/psphot.stack.20100120/src/psphotReadoutCleanup.c
r26691 r26748 58 58 // use the psf-model to measure FWHM stats 59 59 if (psf) { 60 if (!psphotPSFstats (readout, recipe,psf)) {60 if (!psphotPSFstats (readout, psf)) { 61 61 psError(PSPHOT_ERR_PROG, false, "Failed to measure PSF shape parameters"); 62 62 return false; … … 65 65 // otherwise, use the source moments to measure FWHM stats 66 66 if (!psf && sources) { 67 if (!psphotMomentsStats (readout, recipe,sources)) {67 if (!psphotMomentsStats (readout, sources)) { 68 68 psError(PSPHOT_ERR_PROG, false, "Failed to measure Moment shape parameters"); 69 69 return false; … … 82 82 } 83 83 84 // create an output header with stats results XXX this needs to be reworked : 85 // psphotImageQuality and others need to write these values to a header. that needs to be 86 // stored on the readout->analysis 87 psMetadata *header = psphotDefineHeader (recipe); 84 // create an output header with stats results currently saved on readout->analysis 85 psMetadata *header = psphotDefineHeader (readout->analysis); 88 86 89 87 // write NSTARS to the image header
Note:
See TracChangeset
for help on using the changeset viewer.
