Changeset 20411 for trunk/psphot/src/psphot.h
- Timestamp:
- Oct 26, 2008, 5:17:43 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r20080 r20411 13 13 #define PSPHOT_RECIPE_PSF_FAKE_ALLOW "PSF.FAKE.ALLOW" // Name for recipe component permitting fake PSFs 14 14 15 typedef struct { 16 pmReadout *readout; 17 psArray *sources; 18 pmPSF *psf; 19 psRegion *region; 20 psMaskType maskVal; 21 psMaskType markVal; 22 } psphotGuessModelForRegionArgs; 15 23 16 24 // top-level psphot functions … … 20 28 21 29 bool psphotModelTest (pmConfig *config, const pmFPAview *view, psMetadata *recipe); 30 bool psphotInit (); 22 31 bool psphotReadout (pmConfig *config, const pmFPAview *view); 23 32 bool psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view); … … 41 50 bool psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources); 42 51 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf, bool final); 43 bool psphotGuessModels (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); 52 bool psphotGuessModels (pmConfig *config, pmReadout *readout, psArray *sources, pmPSF *psf); 53 bool psphotGuessModelForRegion (psphotGuessModelForRegionArgs *args); 44 54 bool psphotBlendFit (pmReadout *readout, psArray *sources, psMetadata *recipe, pmPSF *psf); 45 55 bool psphotReplaceUnfitSources (psArray *sources, psMaskType maskVal); … … 51 61 bool psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe); 52 62 bool psphotExtendedSourceFits (pmReadout *readout, psArray *sources, psMetadata *recipe); 63 bool psphotSetThreads (); 53 64 54 65 // used by psphotFindDetections
Note:
See TracChangeset
for help on using the changeset viewer.
