Changeset 34772 for branches/czw_branch/20120906/psphot/src/psphot.h
- Timestamp:
- Dec 6, 2012, 6:32:19 PM (14 years ago)
- Location:
- branches/czw_branch/20120906/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20120906/psphot
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20120905/psphot (added) merged: 34408-34409,34415-34416,34428,34466,34565,34570,34575,34735,34747
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src
- Property svn:mergeinfo changed
-
branches/czw_branch/20120906/psphot/src/psphot.h
r34404 r34772 81 81 82 82 bool psphotDeblendSatstars (pmConfig *config, const pmFPAview *view, const char *filerule); 83 bool psphotDeblendSatstarsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index );83 bool psphotDeblendSatstarsReadout (pmConfig *config, const pmFPAview *view, const char *filerule, int index, psMetadata *recipe); 84 84 85 85 bool psphotBasicDeblend (pmConfig *config, const pmFPAview *view, const char *filerule); … … 372 372 bool psphotMatchSourcesReadout (psArray *objects, pmConfig *config, const pmFPAview *view, const char *filerule, int index); 373 373 bool psphotMatchSourcesToObjects (psArray *objects, psArray *sources, float RADIUS); 374 bool psphot DropBadMatchedSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects);374 bool psphotFilterMatchedSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *objects); 375 375 376 376 bool psphotFitSourcesLinearStack (pmConfig *config, psArray *objects, bool final); … … 525 525 bool psphotSourceMemoryReadout(pmConfig *config, const pmFPAview *view, const char *filerule, int index); 526 526 527 const char * psphotGetFilerule(const char *baseRule); 528 extern bool psphotINpsphotStack; 529 527 530 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
