Changeset 26195
- Timestamp:
- Nov 19, 2009, 11:30:18 AM (17 years ago)
- Location:
- branches/eam_branches/20091113/ppSub/src
- Files:
-
- 2 edited
-
ppSubMakePSF.c (modified) (1 diff)
-
ppSubReadoutPhotometry.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091113/ppSub/src/ppSubMakePSF.c
r23763 r26195 66 66 } 67 67 68 // psphotSaveImage (photFile->fpa->hdu->header, photRO->image, "findpsf.im.fits"); 69 // psphotSaveImage (photFile->fpa->hdu->header, photRO->variance, "findpsf.wt.fits"); 70 // psphotSaveImage (photFile->fpa->hdu->header, photRO->mask, "findpsf.mk.fits"); 71 72 // XXX for testing, can i dump a complete copy of the psphot sources here? 73 // I actually only need the X,Y coordinates to test this. 74 68 75 // Extract the loaded sources from the associated readout, and generate PSF 69 76 // Here, we assume the image is background-subtracted -
branches/eam_branches/20091113/ppSub/src/ppSubReadoutPhotometry.c
r24932 r26195 86 86 psFree(photRO->analysis); 87 87 photRO->analysis = psMetadataAlloc(); 88 89 // psphotSaveImage (photFile->fpa->hdu->header, photRO->image, "findsrc.im.fits"); 90 // psphotSaveImage (photFile->fpa->hdu->header, photRO->variance, "findsrc.wt.fits"); 91 // psphotSaveImage (photFile->fpa->hdu->header, photRO->mask, "findsrc.mk.fits"); 88 92 89 93 if (!psphotReadoutMinimal(config, view)) {
Note:
See TracChangeset
for help on using the changeset viewer.
