Changeset 35640 for branches/eam_branches/ipp-20130509/psphot/src/psphot.h
- Timestamp:
- Jun 9, 2013, 3:31:46 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20130509/psphot/src/psphot.h
r35630 r35640 67 67 bool psphotModelBackground (pmConfig *config, const pmFPAview *view, const char *filerule); 68 68 bool psphotModelBackgroundReadoutFileIndex (pmConfig *config, const pmFPAview *view, const char *filerule, int index); 69 bool psphotModelBackground_Threaded (psThreadJob *job); 69 70 70 71 bool psphotMaskBackground (pmConfig *config, const pmFPAview *view, const char *filerule); … … 119 120 bool psphotAddOrSubNoise (pmConfig *config, const pmFPAview *view, const char *filerule, bool add); 120 121 bool psphotAddOrSubNoiseReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe, bool add); 122 bool psphotAddOrSubNoise_Threaded (psThreadJob *job); 121 123 122 124 bool psphotExtendedSourceAnalysis (pmConfig *config, const pmFPAview *view, const char *filerule); … … 243 245 bool psphotFitInit (int nThreads); 244 246 bool psphotFitSummary (void); 247 bool psphotFitSummaryExtended (void); 248 bool psphotFitInitExtended (void); 245 249 246 250 bool psphotLoadPSF (pmConfig *config, const pmFPAview *view, const char *filerule);
Note:
See TracChangeset
for help on using the changeset viewer.
