IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 2, 2009, 9:44:32 AM (16 years ago)
Author:
eugene
Message:

adding visualization and a window function based on the ensemble of stacks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/20091201/ppSub/src/ppSubMatchPSFs.c

    r26036 r26318  
    1818#include <pslib.h>
    1919#include <psmodules.h>
     20#include <psphot.h>
    2021
    2122#include "ppSub.h"
     
    191192                                     maskBad, maskPoor, poorFrac, badFrac, subMode);
    192193    }
     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");
    193211
    194212    psFree(optWidths);
Note: See TracChangeset for help on using the changeset viewer.