IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 3, 2008, 10:59:38 AM (18 years ago)
Author:
eugene
Message:

adding additional plots

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psphot/src/psphot.h

    r19869 r19880  
    141141bool psphotVisualShowFootprints (pmConfig *config, const pmFPAview *view, pmDetections *detections);
    142142bool psphotVisualShowMoments (pmConfig *config, const pmFPAview *view, psArray *sources);
     143bool psphotVisualPlotMoments (pmConfig *config, const pmFPAview *view, psArray *sources);
    143144bool psphotVisualShowRoughClass (pmConfig *config, const pmFPAview *view, psArray *sources);
    144145bool psphotVisualShowPSFStars (pmConfig *config, const pmFPAview *view, pmPSF *psf, psArray *sources);
    145146bool psphotVisualShowSatStars (pmConfig *config, const pmFPAview *view, pmPSF *psf, psArray *sources);
    146 bool psphotVisualShowLinearFit (pmConfig *config, pmReadout *readout);
    147147bool psphotVisualShowPSFModel (pmConfig *config, pmReadout *readout, pmPSF *psf);
     148bool psphotVisualShowFlags (pmConfig *config, const pmFPAview *view, psArray *sources);
     149bool psphotVisualShowSourceSize (pmConfig *config, const pmFPAview *view, psArray *sources);
     150bool psphotVisualShowResidualImage (pmConfig *config, pmReadout *readout);
     151bool psphotVisualPlotApResid (pmConfig *config, psArray *sources);
    148152
    149153// structures & functions to support psf-convolved model fitting
Note: See TracChangeset for help on using the changeset viewer.