Changeset 25383 for trunk/psphot/src/psphot.h
- Timestamp:
- Sep 15, 2009, 12:45:01 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psphot/src/psphot.h (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap (added) merged: 25238,25241-25243,25246,25258-25267,25278,25302,25309-25312,25326-25329,25331-25339
- Property svn:mergeinfo changed
-
trunk/psphot/src/psphot.h
r24890 r25383 49 49 bool psphotPSFstats (pmReadout *readout, psMetadata *recipe, pmPSF *psf); 50 50 bool psphotMomentsStats (pmReadout *readout, psMetadata *recipe, psArray *sources); 51 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, psMetadata *recipe,pmPSF *psf, bool final);51 bool psphotFitSourcesLinear (pmReadout *readout, psArray *sources, const psMetadata *recipe, const pmPSF *psf, bool final); 52 52 bool psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal); 53 53 54 54 bool psphotReplaceAllSources (psArray *sources, psMetadata *recipe); 55 bool psphotRemoveAllSources ( psArray *sources,psMetadata *recipe);55 bool psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe); 56 56 57 57 bool psphotBlendFit (pmConfig *config, pmReadout *readout, psArray *sources, pmPSF *psf); … … 64 64 bool psphotGuessModel_Threaded (psThreadJob *job); 65 65 66 bool psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, pmPSF *psf);66 bool psphotMagnitudes (pmConfig *config, pmReadout *readout, const pmFPAview *view, psArray *sources, const pmPSF *psf); 67 67 bool psphotMagnitudes_Threaded (psThreadJob *job); 68 68 … … 76 76 bool psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe); 77 77 bool psphotExtendedSourceFits (pmReadout *readout, psArray *sources, psMetadata *recipe); 78 bool psphotEfficiency(pmConfig *config, pmReadout *readout, const pmFPAview *view, const pmPSF *psf, psMetadata *recipe, const psArray *realSources); 78 79 79 80 // thread-related: … … 147 148 pmPSF *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe); 148 149 bool psphotSetHeaderNstars (psMetadata *recipe, psArray *sources); 149 bool psphotAddNoise (pmReadout *readout, psArray *sources,psMetadata *recipe);150 bool psphotSubNoise (pmReadout *readout, psArray *sources,psMetadata *recipe);151 bool psphotAddOrSubNoise (pmReadout *readout, psArray *sources,psMetadata *recipe, bool add);150 bool psphotAddNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe); 151 bool psphotSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe); 152 bool psphotAddOrSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe, bool add); 152 153 bool psphotRadialPlot (int *kapa, const char *filename, pmSource *source); 153 154 bool psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
