Changeset 25258
- Timestamp:
- Sep 2, 2009, 3:06:34 PM (17 years ago)
- File:
-
- 1 edited
-
branches/pap/psModules/src/camera/pmReadoutFake.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/pap/psModules/src/camera/pmReadoutFake.h
r20999 r25258 12 12 #include <pmPSF.h> 13 13 14 /// Generate a fake readout from vectors 15 bool pmReadoutFakeFromVectors(pmReadout *readout, ///< Output readout 16 int numCols, int numRows, ///< Dimension of image 17 const psVector *x, const psVector *y, ///< Source coordinates 18 const psVector *mag, ///< Source magnitudes 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 const pmPSF *psf, ///< PSF for sources 22 float minFlux, ///< Minimum flux to bother about; for setting source radius 23 int radius, ///< Fixed radius for sources 24 bool circularise, ///< Circularise PSF model? 25 bool normalisePeak ///< Normalise the peak value? 26 ); 27 14 28 /// Generate a fake readout from an array of sources 15 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout , or NULL29 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout 16 30 int numCols, int numRows, ///< Dimension of image 17 31 const psArray *sources, ///< Array of pmSource
Note:
See TracChangeset
for help on using the changeset viewer.
