- Timestamp:
- Jan 31, 2010, 5:01:05 PM (16 years ago)
- Location:
- branches/eam_branches/psphot.stack.20100120
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphot.h (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120
- Property svn:mergeinfo changed
/branches/eam_branches/20091201/psphot (added) merged: 26645-26646,26648,26705,26746
- Property svn:mergeinfo changed
-
branches/eam_branches/psphot.stack.20100120/src/psphot.h
r26691 r26748 63 63 bool psphotSubtractBackgroundReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe); 64 64 65 bool psphotFindDetections (pmConfig *config, const pmFPAview *view );66 bool psphotFindDetectionsReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe );65 bool psphotFindDetections (pmConfig *config, const pmFPAview *view, bool firstPass); 66 bool psphotFindDetectionsReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe, bool firstPass); 67 67 68 68 bool psphotSourceStats (pmConfig *config, const pmFPAview *view, bool setWindow); … … 140 140 141 141 // in psphotChoosePSF.c: 142 bool psphotPSFstats (pmReadout *readout, p sMetadata *recipe, pmPSF *psf);143 bool psphotMomentsStats (pmReadout *readout, ps Metadata *recipe, psArray *sources);142 bool psphotPSFstats (pmReadout *readout, pmPSF *psf); 143 bool psphotMomentsStats (pmReadout *readout, psArray *sources); 144 144 145 145 // in psphotGuessModel.c … … 147 147 148 148 // in psphotMergeSources.c: 149 bool psphotLoadExtSources (pmConfig *config, const pmFPAview *view , psArray *sources);149 bool psphotLoadExtSources (pmConfig *config, const pmFPAview *view); 150 150 psArray *psphotLoadPSFSources (pmConfig *config, const pmFPAview *view); 151 bool psphotRepairLoadedSources (pmConfig *config, const pmFPAview *view); 152 bool psphotCheckExtSources (pmConfig *config, const pmFPAview *view); 151 153 152 154 // generate the detection structure for the supplied array of sources 153 pmDetections *psphotDetectionsFromSources (pmConfig *config, psArray *sources);155 bool psphotDetectionsFromSources (pmConfig *config, const pmFPAview *view, psArray *sources); 154 156 155 157 // generate the detection structure for the supplied array of sources … … 159 161 // Create a background model for a readout, without saving the result as a pmFPAfile on config->files. Otherwise identical to psphotModelBackgroundFileIndex. 160 162 psImage *psphotModelBackgroundReadoutNoFile(pmReadout *readout, const pmConfig *config); 161 psImageBinning *psphotBackgroundBinning(const psImage * , const pmConfig *);163 psImageBinning *psphotBackgroundBinning(const psImage *image, const pmConfig *config); 162 164 163 165 // in psphotReplaceUnfit.c: … … 186 188 187 189 // functions to set the correct source pixels 188 bool psphotInitRadiusPSF (const psMetadata *recipe, const pmModelType type); 190 bool psphotInitRadiusPSF(const psMetadata *recipe, const psMetadata *analysis, const pmModelType type); 191 189 192 bool psphotCheckRadiusPSF (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal); 190 193 bool psphotCheckRadiusPSFBlend (pmReadout *readout, pmSource *source, pmModel *model, psImageMaskType markVal, float dR); … … 224 227 225 228 bool psphotLoadPSF (pmConfig *config, const pmFPAview *view); 226 bool psphotLoadPSFReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index , psMetadata *recipe);229 bool psphotLoadPSFReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index); 227 230 228 231 bool psphotSetHeaderNstars (psMetadata *recipe, psArray *sources);
Note:
See TracChangeset
for help on using the changeset viewer.
