Changeset 25409 for branches/eam_branches/20090715/psphot/src/psphot.h
- Timestamp:
- Sep 15, 2009, 4:08:45 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/psphot/src/psphot.h
r25386 r25409 50 50 bool psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf); 51 51 bool psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources); 52 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, psMetadata *recipe,pmPSF *psf, bool final);52 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, const psMetadata *recipe, const pmPSF *psf, bool final); 53 53 bool psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal); 54 54 55 55 bool psphotReplaceAllSources (psArray *sources, psMetadata *recipe); 56 bool psphotRemoveAllSources ( psArray *sources,psMetadata *recipe);56 bool psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe); 57 57 58 58 bool psphotBlendFit (pmConfig *config, pmReadout *readout, psArray *sources, pmPSF *psf); … … 65 65 bool psphotGuessModel_Threaded (psThreadJob *job); 66 66 67 bool psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, pmPSF *psf);67 bool psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, const pmPSF *psf); 68 68 bool psphotMagnitudes_Threaded (psThreadJob *job); 69 69 … … 77 77 bool psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe); 78 78 bool psphotExtendedSourceFits (pmReadout *readout, psArray *sources, psMetadata *recipe); 79 bool psphotEfficiency(pmConfig *config, pmReadout *readout, const pmFPAview *view, const pmPSF *psf, psMetadata *recipe, const psArray *realSources); 79 80 80 81 // thread-related: … … 148 149 pmPSF *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe); 149 150 bool psphotSetHeaderNstars (psMetadata *recipe, psArray *sources); 150 bool psphotAddNoise (pmReadout *readout, psArray *sources,psMetadata *recipe);151 bool psphotSubNoise (pmReadout *readout, psArray *sources,psMetadata *recipe);152 bool psphotAddOrSubNoise (pmReadout *readout, psArray *sources,psMetadata *recipe, bool add);151 bool psphotAddNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe); 152 bool psphotSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe); 153 bool psphotAddOrSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe, bool add); 153 154 bool psphotRadialPlot (int *kapa, const char *filename, pmSource *source); 154 155 bool psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
