Changeset 6481 for trunk/psphot/src/psphot.h
- Timestamp:
- Feb 23, 2006, 6:16:11 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r6427 r6481 42 42 43 43 // optional object analysis steps 44 bool psphotEnsemblePSF (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf );44 bool psphotEnsemblePSF (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf, bool final); 45 45 bool psphotBlendFit (pmReadout *readout, psMetadata *config, psArray *sources, pmPSF *psf); 46 46 bool psphotReplaceUnfit (psArray *sources); … … 56 56 pmModel *pmSourceMagnitudes (pmSource *source, pmPSF *psf, float apRadius); 57 57 float pmSourceCrossProduct (pmSource *Mi, pmSource *Mj); 58 float pmSourceCrossWeight (pmSource *Mi, pmSource *Mj); 58 59 psArray *pmSourceContour_EAM (psImage *image, int x, int y, float threshold); 59 60 void psphotModelGroupInit (void); … … 63 64 void psphotTestArguments (int *argc, char **argv); 64 65 bool pmCellSetMask (pmCell *cell, psMetadata *recipe); 66 bool psphotBackgroundNames (psMetadata *arguments); 67 bool psphotSkyReplace (pmReadout *readout, psImage *background); 65 68 66 69 // functions to set the correct source pixels 67 70 bool psphotInitRadiusPSF (psMetadata *config, pmModelType type); 68 71 bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model); 72 bool psphotCheckRadiusPSFBlend (pmReadout *readout, pmSource *source, pmModel *model, float dR); 69 73 bool psphotInitRadiusEXT (psMetadata *config, pmModelType type); 70 74 bool psphotCheckRadiusEXT (pmReadout *readout, pmSource *source, pmModel *model);
Note:
See TracChangeset
for help on using the changeset viewer.
