Changeset 21255
- Timestamp:
- Feb 1, 2009, 11:51:47 AM (17 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphot.h
r21183 r21255 21 21 bool psphotInit (); 22 22 bool psphotReadout (pmConfig *config, const pmFPAview *view); 23 bool psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view); 23 bool psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view, psArray *inSources); 24 bool psphotReadoutKnownSources(pmConfig *config, const pmFPAview *view, psArray *inSources); 25 bool psphotReadoutMinimal(pmConfig *config, const pmFPAview *view); 26 24 27 bool psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmDetections *detections, pmPSF *psf, psArray *sources); 25 28 bool psphotDefineFiles (pmConfig *config, pmFPAfile *input); 26 29 bool psphotSetMaskBits (pmConfig *config); 30 bool psphotSetMaskRecipe (pmConfig *config, psImageMaskType maskValue, psImageMaskType markValue); 27 31 28 32 // XXX test functions … … 75 79 bool psphotFindFootprints (pmDetections *detections, psImage *significance, pmReadout *readout, psMetadata *recipe, const int pass, psImageMaskType maskVal); 76 80 psErrorCode psphotCullPeaks(const psImage *img, const psImage *weight, const psMetadata *recipe, psArray *footprints); 81 82 // generate the detection structure for the supplied array of sources 83 pmDetections *psphotDetectionsFromSources (pmConfig *config, psArray *sources); 77 84 78 85 // used by ApResid … … 124 131 bool psphotFitInit (); 125 132 bool psphotFitSummary (); 133 126 134 bool psphotMergeSources (psArray *oldSources, psArray *newSources); 127 135 bool psphotLoadExtSources (pmConfig *config, const pmFPAview *view, psArray *sources); 128 129 pmDetections *psphotLoadPSFSources (pmConfig *config, const pmFPAview *view); 136 psArray *psphotLoadPSFSources (pmConfig *config, const pmFPAview *view); 130 137 131 138 pmPSF *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
