Changeset 25260 for branches/pap/psphot/src/psphot.h
- Timestamp:
- Sep 2, 2009, 3:58:03 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psphot/src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psphot/src/psphot.h
r25246 r25260 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); … … 76 76 bool psphotExtendedSourceAnalysis (pmReadout *readout, psArray *sources, psMetadata *recipe); 77 77 bool psphotExtendedSourceFits (pmReadout *readout, psArray *sources, psMetadata *recipe); 78 bool psphotFake(pmReadout *readout, const pmPSF *psf, constpsMetadata *recipe, const psArray *realSources);78 bool psphotFake(pmReadout *readout, const pmPSF *psf, psMetadata *recipe, const psArray *realSources); 79 79 80 80 // thread-related: … … 148 148 pmPSF *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe); 149 149 bool psphotSetHeaderNstars (psMetadata *recipe, psArray *sources); 150 bool psphotAddNoise (pmReadout *readout, psArray *sources,psMetadata *recipe);151 bool psphotSubNoise (pmReadout *readout, psArray *sources,psMetadata *recipe);152 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); 153 153 bool psphotRadialPlot (int *kapa, const char *filename, pmSource *source); 154 154 bool psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
