Changeset 25028 for branches/pap/psModules/src/camera/pmReadoutFake.h
- Timestamp:
- Aug 7, 2009, 4:35:14 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 r25028 12 12 #include <pmPSF.h> 13 13 14 /// Generate a fake readout from vectors of position and magnitude 15 bool pmReadoutFakeFromVectors( 16 pmReadout *readout, ///< Output readout, or NULL 17 int numCols, int numRows, ///< Dimension of image 18 const psVector *x, const psVector *y, ///< Coordinates of sources 19 const psVector *mag, ///< Magnitudes of sources 20 const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL 21 const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL 22 const pmPSF *psf, ///< PSF for sources 23 float minFlux, ///< Minimum flux to bother about; for setting source radius 24 int radius, ///< Fixed radius for sources 25 bool circularise, ///< Circularise PSF model? 26 bool normalise ///< Normalise the peak value? 27 ); 28 29 14 30 /// Generate a fake readout from an array of sources 15 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL 16 int numCols, int numRows, ///< Dimension of image 17 const psArray *sources, ///< Array of pmSource 18 const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL 19 const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL 20 const pmPSF *psf, ///< PSF for sources 21 float minFlux, ///< Minimum flux to bother about; for setting source radius 22 int radius, ///< Fixed radius for sources 23 bool circularise, ///< Circularise PSF model? 24 bool normalise ///< Normalise the peak value? 31 bool pmReadoutFakeFromSources( 32 pmReadout *readout, ///< Output readout, or NULL 33 int numCols, int numRows, ///< Dimension of image 34 const psArray *sources, ///< Array of pmSource 35 const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL 36 const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL 37 const pmPSF *psf, ///< PSF for sources 38 float minFlux, ///< Minimum flux to bother about; for setting source radius 39 int radius, ///< Fixed radius for sources 40 bool circularise, ///< Circularise PSF model? 41 bool normalise ///< Normalise the peak value? 25 42 ); 26 43
Note:
See TracChangeset
for help on using the changeset viewer.
