Changeset 25383 for trunk/psModules/src/camera/pmReadoutFake.h
- Timestamp:
- Sep 15, 2009, 12:45:01 PM (17 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psModules/src/camera/pmReadoutFake.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/pap (added) merged: 25238,25241-25243,25246,25258-25267,25278,25302,25309-25312,25326-25329,25331-25339
- Property svn:mergeinfo changed
-
trunk/psModules/src/camera/pmReadoutFake.h
r25313 r25383 13 13 #include <pmSourceMasks.h> 14 14 15 /// Generate a fake readout from vectors 16 bool pmReadoutFakeFromVectors(pmReadout *readout, ///< Output readout 17 int numCols, int numRows, ///< Dimension of image 18 const psVector *x, const psVector *y, ///< Source coordinates 19 const psVector *mag, ///< Source magnitudes 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 normalisePeak ///< Normalise the peak value? 27 ); 28 15 29 /// Generate a fake readout from an array of sources 16 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout , or NULL30 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout 17 31 int numCols, int numRows, ///< Dimension of image 18 32 const psArray *sources, ///< Array of pmSource
Note:
See TracChangeset
for help on using the changeset viewer.
