Changeset 26318 for branches/eam_branches/20091201/ppSub/src/ppSubMakePSF.c
- Timestamp:
- Dec 2, 2009, 9:44:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppSub/src/ppSubMakePSF.c
r26263 r26318 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. 68 // XXX for testing, dump these images: 69 psphotSaveImage (NULL, photRO->image, "findpsf.im.fits"); 70 psphotSaveImage (NULL, photRO->variance, "findpsf.wt.fits"); 71 psphotSaveImage (NULL, photRO->mask, "findpsf.mk.fits"); 74 72 75 73 // Extract the loaded sources from the associated readout, and generate PSF
Note:
See TracChangeset
for help on using the changeset viewer.
