IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2006, 12:24:13 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
  • branches/eam_01_branch/psphot/src/psphotReadout.c

    r10281 r10387  
    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;
    7477        return true;
    7578    }
    76 
    77     // XXX test the plotting function
    78     psphotPlotMoments (sources);
    7979
    8080    // psphotTestPSF (readout, sources, recipe);
     
    120120    // linear PSF fit to remaining peaks
    121121    psphotEnsemblePSF (readout, sources, recipe, psf, TRUE);
     122
     123    // XXX test the plotting function
     124    psphotPlotPSFModel (config, view, sources);
    122125
    123126finish:
     
    172175    pmFPAfileDropInternal (config->files, "PSPHOT.BACKGND");
    173176
     177    psphotKapaClose ();
     178
    174179    psFree (psf);
    175180    psFree (header);
Note: See TracChangeset for help on using the changeset viewer.