Changeset 15756 for trunk/psModules/src/camera/pmReadoutFake.h
- Timestamp:
- Dec 6, 2007, 3:57:15 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmReadoutFake.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmReadoutFake.h
r15362 r15756 6 6 #include <pmFPA.h> 7 7 8 // Generate a fake readout from an array of sources 9 pmReadout *pmReadoutFakeFromSources(int numCols, int numRows, ///< Dimension of image 10 const psArray *sources, ///< Array of pmSource 11 float fwhm, ///< FWHM for sources 12 float minFlux ///< Minimum flux to bother about; for setting object size 8 #include <pmMoments.h> 9 #include <pmResiduals.h> 10 #include <pmGrowthCurve.h> 11 #include <pmTrend2D.h> 12 #include <pmPSF.h> 13 14 15 /// Generate a fake readout from an array of sources 16 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL 17 int numCols, int numRows, ///< Dimension of image 18 const psArray *sources, ///< Array of pmSource 19 const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL 20 const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL 21 pmPSF *psf, ///< PSF for sources 22 float minFlux, ///< Minimum flux to bother about; for setting source radius 23 int radius ///< Fixed radius for sources 13 24 ); 14 25 15 16 17 18 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
