- Timestamp:
- Dec 2, 2009, 9:44:32 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c
r26036 r26318 18 18 #include <pslib.h> 19 19 #include <psmodules.h> 20 #include <psphot.h> 20 21 21 22 #include "ppSub.h" … … 191 192 maskBad, maskPoor, poorFrac, badFrac, subMode); 192 193 } 194 195 // XXX for testing 196 psphotSaveImage (NULL, refRO->image, "refRO.im.fits"); 197 psphotSaveImage (NULL, refRO->variance, "refRO.wt.fits"); 198 psphotSaveImage (NULL, refRO->mask, "refRO.mk.fits"); 199 200 psphotSaveImage (NULL, inRO->image, "inRO.im.fits"); 201 psphotSaveImage (NULL, inRO->variance, "inRO.wt.fits"); 202 psphotSaveImage (NULL, inRO->mask, "inRO.mk.fits"); 203 204 psphotSaveImage (NULL, inConv->image, "inConv.im.fits"); 205 psphotSaveImage (NULL, inConv->variance, "inConv.wt.fits"); 206 psphotSaveImage (NULL, inConv->mask, "inConv.mk.fits"); 207 208 psphotSaveImage (NULL, refConv->image, "refConv.im.fits"); 209 psphotSaveImage (NULL, refConv->variance, "refConv.wt.fits"); 210 psphotSaveImage (NULL, refConv->mask, "refConv.mk.fits"); 193 211 194 212 psFree(optWidths);
Note:
See TracChangeset
for help on using the changeset viewer.
