Changeset 19917
- Timestamp:
- Oct 6, 2008, 3:18:58 AM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r19888 r19917 34 34 35 35 psArray *psphotSourceStats (pmReadout *readout, psMetadata *recipe, pmDetections *detections); 36 bool psphotRoughClass (p sArray *sources, psMetadata *recipe, const bool findPsfClump);36 bool psphotRoughClass (pmReadout *readout, psArray *sources, psMetadata *recipe, const bool findPsfClump); 37 37 bool psphotBasicDeblend (psArray *sources, psMetadata *recipe); 38 38 pmPSF *psphotChoosePSF (pmReadout *readout, psArray *sources, psMetadata *recipe); … … 46 46 bool psphotRemoveAllSources (psArray *sources, psMetadata *recipe); 47 47 bool psphotApResid (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); 48 bool psphotMagnitudes (p sArray *sources, psMetadata *recipe, pmPSF *psf, pmReadout *background);48 bool psphotMagnitudes (pmConfig *config, const pmFPAview *view, psArray *sources, psMetadata *recipe, pmPSF *psf); 49 49 bool psphotSkyReplace (pmConfig *config, const pmFPAview *view); 50 50 bool psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe); … … 80 80 int psphotSaveImage (psMetadata *header, psImage *image, char *filename); 81 81 bool psphotDumpConfig (pmConfig *config); 82 pmReadout *psphotSelectBackground (pmConfig *config, const pmFPAview *view, const bool stdev); 82 pmReadout *psphotSelectBackground (pmConfig *config, const pmFPAview *view); 83 pmReadout *psphotSelectBackgroundStdev (pmConfig *config, const pmFPAview *view); 83 84 84 85 // PSF / DBL / EXT evaluation functions … … 135 136 // psphotVisual functions 136 137 bool psphotSetVisual (bool mode); 137 bool psphotVisualShowImage (pm Config *config, pmReadout *readout);138 bool psphotVisualShowImage (pmReadout *readout); 138 139 bool psphotVisualShowBackground (pmConfig *config, const pmFPAview *view, pmReadout *readout); 139 140 bool 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); 141 bool psphotVisualShowPeaks (pmDetections *detections); 142 bool psphotVisualShowFootprints (pmDetections *detections); 143 bool psphotVisualShowMoments (psArray *sources); 144 bool psphotVisualPlotMoments (psMetadata *recipe, psArray *sources); 145 bool psphotVisualShowRoughClass (psArray *sources); 146 bool psphotVisualShowPSFStars (psMetadata *recipe, pmPSF *psf, psArray *sources); 147 bool psphotVisualShowSatStars (psMetadata *recipe, pmPSF *psf, psArray *sources); 148 bool psphotVisualShowPSFModel (pmReadout *readout, pmPSF *psf); 149 bool psphotVisualPlotRadialProfile (int myKapa, pmSource *source, psMaskType maskVal); 150 bool psphotVisualPlotRadialProfiles (psMetadata *recipe, psArray *sources); 151 bool psphotVisualShowFlags (psArray *sources); 152 bool psphotVisualShowSourceSize (psArray *sources); 153 bool psphotVisualShowResidualImage (pmReadout *readout); 154 bool psphotVisualPlotApResid (psArray *sources); 155 bool psphotVisualPlotSourceSize (psArray *sources); 156 157 bool psphotImageQuality (psMetadata *recipe, psArray *sources); 153 158 154 159 // structures & functions to support psf-convolved model fitting
Note:
See TracChangeset
for help on using the changeset viewer.
