Changeset 23486 for trunk/psphot/src/psphot.h
- Timestamp:
- Mar 23, 2009, 9:25:43 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r23242 r23486 23 23 24 24 bool psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe); 25 bool psphotInit ( );25 bool psphotInit (void); 26 26 bool psphotReadout (pmConfig *config, const pmFPAview *view); 27 27 bool psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view, psArray *inSources); … … 35 35 36 36 // XXX test functions 37 psArray *psphotFakeSources ( );37 psArray *psphotFakeSources (void); 38 38 39 39 // psphotReadout functions … … 76 76 77 77 // thread-related: 78 bool psphotSetThreads ( );78 bool psphotSetThreads (void); 79 79 bool psphotChooseCellSizes (int *Cx, int *Cy, pmReadout *readout, int nThreads); 80 80 bool psphotCoordToCell (int *group, int *cell, float x, float y, int Cx, int Cy); … … 136 136 bool psphotPlotMoments (pmConfig *config, pmFPAview *view, psArray *sources); 137 137 bool psphotPlotPSFModel (pmConfig *config, pmFPAview *view, psArray *sources); 138 bool psphotFitInit ( );139 bool psphotFitSummary ( );138 bool psphotFitInit (void); 139 bool psphotFitSummary (void); 140 140 141 141 bool psphotMergeSources (psArray *oldSources, psArray *newSources); … … 230 230 psImage *pmPCMDataSaveImage (pmPCMData *pcm); 231 231 232 int psphotKapaOpen ( );233 bool psphotKapaClose ( );232 int psphotKapaOpen (void); 233 bool psphotKapaClose (void); 234 234 bool psphotImageBackgroundCellHistogram (psVector *values, float mean, float sigma, int ix, int iy); 235 235 bool psphotDiagnosticPlots (const pmConfig *config, const char *name, ...);
Note:
See TracChangeset
for help on using the changeset viewer.
