IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19917


Ignore:
Timestamp:
Oct 6, 2008, 3:18:58 AM (18 years ago)
Author:
eugene
Message:

adding psphotImageQuality; cleanup psphotVisual apis; mods for region-based psf clumps

File:
1 edited

Legend:

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

    r19888 r19917  
    3434
    3535psArray        *psphotSourceStats (pmReadout *readout, psMetadata *recipe, pmDetections *detections);
    36 bool            psphotRoughClass (psArray *sources, psMetadata *recipe, const bool findPsfClump);
     36bool            psphotRoughClass (pmReadout *readout, psArray *sources, psMetadata *recipe, const bool findPsfClump);
    3737bool            psphotBasicDeblend (psArray *sources, psMetadata *recipe);
    3838pmPSF          *psphotChoosePSF (pmReadout *readout, psArray *sources, psMetadata *recipe);
     
    4646bool            psphotRemoveAllSources (psArray *sources, psMetadata *recipe);
    4747bool            psphotApResid (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf);
    48 bool            psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf, pmReadout *background);
     48bool            psphotMagnitudes (pmConfig *config, const pmFPAview *view, psArray *sources, psMetadata *recipe, pmPSF *psf);
    4949bool            psphotSkyReplace (pmConfig *config, const pmFPAview *view);
    5050bool            psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe);
     
    8080int             psphotSaveImage (psMetadata *header, psImage *image, char *filename);
    8181bool            psphotDumpConfig (pmConfig *config);
    82 pmReadout      *psphotSelectBackground (pmConfig *config, const pmFPAview *view, const bool stdev);
     82pmReadout      *psphotSelectBackground (pmConfig *config, const pmFPAview *view);
     83pmReadout      *psphotSelectBackgroundStdev (pmConfig *config, const pmFPAview *view);
    8384
    8485// PSF / DBL / EXT evaluation functions
     
    135136// psphotVisual functions
    136137bool psphotSetVisual (bool mode);
    137 bool psphotVisualShowImage (pmConfig *config, pmReadout *readout);
     138bool psphotVisualShowImage (pmReadout *readout);
    138139bool psphotVisualShowBackground (pmConfig *config, const pmFPAview *view, pmReadout *readout);
    139140bool psphotVisualShowSignificance (psImage *image);
    140 bool psphotVisualShowPeaks (pmConfig *config, const pmFPAview *view, pmDetections *detections);
    141 bool psphotVisualShowFootprints (pmConfig *config, const pmFPAview *view, pmDetections *detections);
    142 bool psphotVisualShowMoments (pmConfig *config, const pmFPAview *view, psArray *sources);
    143 bool psphotVisualPlotMoments (pmConfig *config, const pmFPAview *view, psArray *sources);
    144 bool psphotVisualShowRoughClass (pmConfig *config, const pmFPAview *view, psArray *sources);
    145 bool psphotVisualShowPSFStars (pmConfig *config, const pmFPAview *view, pmPSF *psf, psArray *sources);
    146 bool psphotVisualShowSatStars (pmConfig *config, const pmFPAview *view, pmPSF *psf, psArray *sources);
    147 bool psphotVisualShowPSFModel (pmConfig *config, pmReadout *readout, pmPSF *psf);
    148 bool psphotVisualShowFlags (pmConfig *config, const pmFPAview *view, psArray *sources);
    149 bool psphotVisualShowSourceSize (pmConfig *config, const pmFPAview *view, psArray *sources);
    150 bool psphotVisualShowResidualImage (pmConfig *config, pmReadout *readout);
    151 bool psphotVisualPlotApResid (pmConfig *config, psArray *sources);
    152 bool psphotVisualPlotSourceSize (pmConfig *config, psArray *sources);
     141bool psphotVisualShowPeaks (pmDetections *detections);
     142bool psphotVisualShowFootprints (pmDetections *detections);
     143bool psphotVisualShowMoments (psArray *sources);
     144bool psphotVisualPlotMoments (psMetadata *recipe, psArray *sources);
     145bool psphotVisualShowRoughClass (psArray *sources);
     146bool psphotVisualShowPSFStars (psMetadata *recipe, pmPSF *psf, psArray *sources);
     147bool psphotVisualShowSatStars (psMetadata *recipe, pmPSF *psf, psArray *sources);
     148bool psphotVisualShowPSFModel (pmReadout *readout, pmPSF *psf);
     149bool psphotVisualPlotRadialProfile (int myKapa, pmSource *source, psMaskType maskVal);
     150bool psphotVisualPlotRadialProfiles (psMetadata *recipe, psArray *sources);
     151bool psphotVisualShowFlags (psArray *sources);
     152bool psphotVisualShowSourceSize (psArray *sources);
     153bool psphotVisualShowResidualImage (pmReadout *readout);
     154bool psphotVisualPlotApResid (psArray *sources);
     155bool psphotVisualPlotSourceSize (psArray *sources);
     156
     157bool psphotImageQuality (psMetadata *recipe, psArray *sources);
    153158
    154159// structures & functions to support psf-convolved model fitting
Note: See TracChangeset for help on using the changeset viewer.