Changeset 10139
- Timestamp:
- Nov 22, 2006, 4:28:02 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r10053 r10139 44 44 bool psphotReplaceUnfit (psArray *sources); 45 45 bool psphotApResid (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); 46 bool psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf );46 bool psphotMagnitudes (psArray *sources, psMetadata *recipe, pmPSF *psf, const pmConfig *config); 47 47 bool psphotSkyReplace (pmConfig *config, pmFPAview *view); 48 48 bool psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmPSF *psf, psArray *sources); … … 58 58 59 59 // functions to set the correct source pixels 60 bool psphotInitRadiusPSF ( psMetadata *recipe,pmModelType type);60 bool psphotInitRadiusPSF (const psMetadata *recipe, const pmModelType type); 61 61 bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model); 62 62 bool psphotCheckRadiusPSFBlend (pmReadout *readout, pmSource *source, pmModel *model, float dR);
Note:
See TracChangeset
for help on using the changeset viewer.
