- Timestamp:
- Jan 27, 2010, 9:17:17 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/psphot.stack.20100120/src/psphot.h
r26688 r26691 37 37 bool psphotReadoutMinimal(pmConfig *config, const pmFPAview *view); 38 38 39 bool psphotReadoutCleanup (pmConfig *config, pmReadout *readout, psMetadata *recipe, pmDetections *detections, pmPSF *psf, psArray *sources); 39 bool psphotReadoutCleanup (pmConfig *config, const pmFPAview *view); 40 bool psphotReadoutCleanupReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe); 41 40 42 bool psphotDefineFiles (pmConfig *config, pmFPAfile *input); 41 43 void psphotFilesActivate(pmConfig *config, bool state); … … 52 54 bool psphotAddPhotcodeReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index); 53 55 54 bool psphotSetMaskAndVariance (pmConfig *config, const pmFPAview *view , psMetadata *recipe);56 bool psphotSetMaskAndVariance (pmConfig *config, const pmFPAview *view); 55 57 bool psphotSetMaskAndVarianceReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe); 56 58 … … 71 73 72 74 bool psphotBasicDeblend (pmConfig *config, const pmFPAview *view); 73 bool psphotBasicDeblend (pmConfig *config, const pmFPAview *view, const char *filename, int index);75 bool psphotBasicDeblendReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index); 74 76 75 77 bool psphotRoughClass (pmConfig *config, const pmFPAview *view); … … 90 92 91 93 bool psphotFitSourcesLinear (pmConfig *config, const pmFPAview *view, bool final); 92 bool psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index );94 bool psphotFitSourcesLinearReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, bool final); 93 95 94 96 bool psphotSourceSize (pmConfig *config, const pmFPAview *view, bool getPSFsize); … … 114 116 115 117 bool psphotApResid (pmConfig *config, const pmFPAview *view); 116 bool psphotApResid (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe);118 bool psphotApResidReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe); 117 119 118 120 bool psphotMagnitudes (pmConfig *config, const pmFPAview *view); … … 162 164 bool psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe); 163 165 bool psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal); 164 bool psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal);165 166 bool psphotReplaceAllSources (psArray *sources, psMetadata *recipe);167 bool psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe);168 166 169 167 // thread-related: … … 186 184 void psphotModelClassInit (void); 187 185 bool psphotGrowthCurve (pmReadout *readout, pmPSF *psf, bool ignore, psImageMaskType maskVal); 188 void psphotSourceFreePixels (psArray *sources);189 186 190 187 // functions to set the correct source pixels … … 226 223 bool psphotFitSummary (void); 227 224 228 pmPSF *psphotLoadPSF (pmConfig *config, const pmFPAview *view, psMetadata *recipe); 225 bool psphotLoadPSF (pmConfig *config, const pmFPAview *view); 226 bool psphotLoadPSFReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe); 227 229 228 bool psphotSetHeaderNstars (psMetadata *recipe, psArray *sources); 230 bool psphotAddNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe);231 bool psphotSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe);232 bool psphotAddOrSubNoise (pmReadout *readout, const psArray *sources, const psMetadata *recipe, bool add);233 229 bool psphotRadialPlot (int *kapa, const char *filename, pmSource *source); 234 230 bool psphotSourcePlots (pmReadout *readout, psArray *sources, psMetadata *recipe);
Note:
See TracChangeset
for help on using the changeset viewer.
