Changeset 19852
- Timestamp:
- Oct 2, 2008, 10:54:31 AM (18 years ago)
- File:
-
- 1 edited
-
branches/eam_branch_20080926/psphot/src/psphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080926/psphot/src/psphot.h
r18838 r19852 113 113 bool psphotRadialPlot (int *kapa, const char *filename, pmSource *source); 114 114 bool psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe); 115 bool psphotMosaicSubimage (psImage *outImage, pmSource *source, int Xo, int Yo, int DX, int DY );115 bool psphotMosaicSubimage (psImage *outImage, pmSource *source, int Xo, int Yo, int DX, int DY, bool normalize); 116 116 117 117 bool psphotAddWithTest (pmSource *source, bool useState, psMaskType maskVal); … … 132 132 bool psphotAnnuli (pmSource *source, psMetadata *recipe, psMaskType maskVal); 133 133 bool psphotKron (pmSource *source, psMetadata *recipe, psMaskType maskVal); 134 135 // psphotVisual functions 136 bool psphotSetVisual (bool mode); 137 bool psphotVisualShowImage (pmConfig *config, pmReadout *readout); 138 bool psphotVisualShowBackground (pmConfig *config, const pmFPAview *view, pmReadout *readout); 139 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 psphotVisualShowRoughClass (pmConfig *config, const pmFPAview *view, psArray *sources); 144 bool psphotVisualShowPSFStars (pmConfig *config, const pmFPAview *view, pmPSF *psf, psArray *sources); 145 bool psphotVisualShowSatStars (pmConfig *config, const pmFPAview *view, pmPSF *psf, psArray *sources); 146 bool psphotVisualShowLinearFit (pmConfig *config, pmReadout *readout); 147 bool psphotVisualShowPSFModel (pmConfig *config, pmReadout *readout, pmPSF *psf); 134 148 135 149 // structures & functions to support psf-convolved model fitting
Note:
See TracChangeset
for help on using the changeset viewer.
