Changeset 32157 for branches/eam_branches/ipp-20110710/psphot/src/psphot.h
- Timestamp:
- Aug 21, 2011, 10:44:17 AM (15 years ago)
- Location:
- branches/eam_branches/ipp-20110710/psphot/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20110710/psphot/src
- Property svn:ignore
-
old new 22 22 psphotMakePSF 23 23 psphotStack 24 psphotModelTest
-
- Property svn:ignore
-
branches/eam_branches/ipp-20110710/psphot/src/psphot.h
r32023 r32157 19 19 PSPHOT_FORCED, 20 20 PSPHOT_MAKE_PSF, 21 PSPHOT_MODEL_TEST, 21 22 } psphotImageLoopMode; 22 23 … … 328 329 bool psphotMakePSFReadout(pmConfig *config, const pmFPAview *view, const char *filerule); 329 330 331 pmConfig *psphotModelTestArguments(int argc, char **argv); 332 bool psphotModelTestReadout(pmConfig *config, const pmFPAview *view, const char *filerule); 333 330 334 int psphotFileruleCount(const pmConfig *config, const char *filerule); 331 335 bool psphotFileruleCountSet(const pmConfig *config, const char *filerule, int num); … … 476 480 477 481 bool psphotSetRadiusMoments (float *fitRadius, float *windowRadius, pmReadout *readout, pmSource *source, psImageMaskType markVal); 482 bool psphotSetRadiusMomentsExact (float *fitRadius, float *windowRadius, pmReadout *readout, pmSource *source, psImageMaskType markVal); 478 483 479 484 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
