Changeset 18973
- Timestamp:
- Aug 8, 2008, 9:46:24 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotReadout.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotReadout.c
r18865 r18973 61 61 psLogMsg ("psphot", 3, "unable to find detections in this image"); 62 62 return psphotReadoutCleanup (config, readout, recipe, detections, psf, NULL); 63 } 64 65 // XXX test write out the footprint image 66 if (0) { 67 psImage *footprintImage = pmSetFootprintArrayIDs (detections->footprints, true); 68 psphotSaveImage (NULL, footprintImage, "footprints.1.fits"); 69 psFree (footprintImage); 63 70 } 64 71 … … 209 216 psFree (footprintImage); 210 217 } 211 212 218 // remove noise for subtracted objects (ie, return to normal noise level) 213 219 psphotSubNoise (readout, sources, recipe); … … 259 265 // measure source size for the remaining sources 260 266 psphotSourceSize (config, readout, sources, recipe, 0); 261 262 267 if (0) { 263 268 psphotSaveImage (NULL, readout->mask, "mask.fits"); 264 269 } 265 270 266 271 psphotExtendedSourceAnalysis (readout, sources, recipe); 267 272
Note:
See TracChangeset
for help on using the changeset viewer.
