Changeset 25302 for branches/pap/psphot/src/psphot.h
- Timestamp:
- Sep 8, 2009, 6:24:00 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psphot/src/psphot.h
r25260 r25302 49 49 bool psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf); 50 50 bool psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources); 51 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, psMetadata *recipe,pmPSF *psf, bool final);51 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, const psMetadata *recipe, const pmPSF *psf, bool final); 52 52 bool psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal); 53 53 … … 64 64 bool psphotGuessModel_Threaded (psThreadJob *job); 65 65 66 bool psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, pmPSF *psf);66 bool psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, const pmPSF *psf); 67 67 bool psphotMagnitudes_Threaded (psThreadJob *job); 68 68 … … 76 76 bool psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe); 77 77 bool psphotExtendedSourceFits (pmReadout *readout, psArray *sources, psMetadata *recipe); 78 bool psphotFake(pm Readout *readout, const pmPSF *psf, psMetadata *recipe, const psArray *realSources);78 bool psphotFake(pmConfig *config, pmReadout *readout, const pmFPAview *view, const pmPSF *psf, psMetadata *recipe, const psArray *realSources); 79 79 80 80 // thread-related:
Note:
See TracChangeset
for help on using the changeset viewer.
