Changeset 32685 for branches/eam_branches/ipp-20111110/psphot/src/psphot.h
- Timestamp:
- Nov 17, 2011, 5:41:38 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20111110/psphot/src/psphot.h
r32633 r32685 108 108 bool psphotBlendFit_Threaded (psThreadJob *job); 109 109 110 bool psphotReplaceAllSources (pmConfig *config, const pmFPAview *view, const char *filerule );111 bool psphotReplaceAllSourcesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe );110 bool psphotReplaceAllSources (pmConfig *config, const pmFPAview *view, const char *filerule, bool ignoreState); 111 bool psphotReplaceAllSourcesReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe, bool ignoreState); 112 112 113 113 bool psphotAddNoise (pmConfig *config, const pmFPAview *view, const char *filerule); … … 176 176 177 177 // in psphotReplaceUnfit.c: 178 bool psphotRemoveAllSources (const psArray *sources, const psMetadata *recipe); 178 bool psphotRemoveAllSourcesByArray (const psArray *sources, const psMetadata *recipe); 179 bool psphotRemoveAllSources (pmConfig *config, const pmFPAview *view, const char *filerule, bool ignoreState); 180 bool psphotRemoveAllSourcesReadout (pmConfig *config, const pmFPAview *view, const char *filename, int index, psMetadata *recipe, bool ignoreState); 179 181 bool psphotReplaceUnfitSources (psArray *sources, psImageMaskType maskVal); 180 182
Note:
See TracChangeset
for help on using the changeset viewer.
