Changeset 5132
- Timestamp:
- Sep 25, 2005, 9:27:44 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r5085 r5132 35 35 psArray *pmPeaksSigmaLimit (eamReadout *imdata, psMetadata *config, psStats *sky); 36 36 pmModel *pmSourceMagnitudes (pmSource *source, pmPSF *psf, float apRadius); 37 pmModel *pmSourceSelectMode (pmSource *source);37 pmModel *pmSourceSelectModel (pmSource *source); 38 38 39 39 // eamReadout functions … … 41 41 42 42 // output functions 43 bool pmSourcesWriteText (eamReadout *imdata, char *filename, psArray *sources, pmPSF *psf, psStats *sky);43 bool pmSourcesWriteText (eamReadout *imdata, psMetadata *config, char *filename, psArray *sources, pmPSF *psf, psStats *sky); 44 44 bool pmSourcesWriteOBJ (eamReadout *imdata, psMetadata *config, char *filename, psArray *sources, pmPSF *psf, psStats *sky); 45 45 bool pmSourcesWriteCMP (eamReadout *imdata, psMetadata *config, char *filename, psArray *sources, pmPSF *psf, psStats *sky); … … 49 49 bool pmPeaksWriteText (psArray *sources, char *filename); 50 50 bool pmMomentsWriteText (psArray *sources, char *filename); 51 bool pmModelWritePSFs (psArray *sources, char *filename);51 bool pmModelWritePSFs (psArray *sources, psMetadata *config, char *filename, pmPSF *psf); 52 52 bool pmModelWriteFLTs (psArray *sources, char *filename); 53 53 bool pmModelWriteNULLs (psArray *sources, char *filename);
Note:
See TracChangeset
for help on using the changeset viewer.
