IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 12:34:18 PM (20 years ago)
Author:
eugene
Message:

added KAPA option and two summary plots; dropped old test code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphotReadout.c

    r10271 r10393  
    7070        return false;
    7171    }
     72    // XXX test the plotting function
     73    psphotPlotMoments (config, view, sources);
     74
    7275    if (!strcasecmp (breakPt, "MOMENTS")) {
    7376        if (!psphotReadoutCleanup (config, readout, recipe, NULL, sources)) return false;
     
    117120    // linear PSF fit to remaining peaks
    118121    psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     122
     123    // XXX test the plotting function
     124    psphotPlotPSFModel (config, view, sources);
    119125
    120126finish:
     
    169175    pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND");
    170176
     177    psphotKapaClose ();
     178
    171179    psFree (psf);
    172180    psFree (header);
Note: See TracChangeset for help on using the changeset viewer.