Changeset 29914 for branches/eam_branches/ipp-20101103/psphot/src/psphot.h
- Timestamp:
- Dec 5, 2010, 2:23:08 PM (16 years ago)
- Location:
- branches/eam_branches/ipp-20101103/psphot
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/psphot.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20101103/psphot
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20101103/psphot/src/psphot.h
r29904 r29914 27 27 bool psphotReadoutFindPSF(pmConfig *config, const pmFPAview *view, const char *filerule, psArray *inSources); 28 28 bool psphotReadoutKnownSources(pmConfig *config, const pmFPAview *view, const char *filerule, psArray *inSources); 29 bool psphotReadoutForcedKnownSources(pmConfig *config, const pmFPAview *view, const char *filerule, psArray *inSources); 29 30 bool psphotReadoutMinimal(pmConfig *config, const pmFPAview *view, const char *filerule); 30 31 … … 312 313 int psphotFileruleCount(const pmConfig *config, const char *filerule); 313 314 315 bool psphotAddKnownSources (pmConfig *config, const pmFPAview *view, const char *filerule, psArray *inSources); 316 317 314 318 /**** psphotStack prototypes ****/ 315 319 … … 434 438 pmModel *psphotFitPCM (pmReadout *readout, pmSource *source, pmSourceFitOptions *fitOptions, pmModelType modelType, psImageMaskType maskVal, psImageMaskType markVal, int psfSize); 435 439 440 bool psphotCleanInputs (pmConfig *config, const pmFPAview *view, const char *filerule); 441 436 442 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
