Changeset 15838 for trunk/psModules/src/camera/pmReadoutFake.h
- Timestamp:
- Dec 14, 2007, 3:12:29 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/camera/pmReadoutFake.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/camera/pmReadoutFake.h
r15815 r15838 12 12 #include <pmPSF.h> 13 13 14 15 //#define PAP_WORK16 17 18 #ifdef PAP_WORK19 14 /// Generate a fake readout from an array of sources 20 15 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL … … 23 18 const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL 24 19 const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL 25 pmPSF *psf, ///< PSF for sources20 const pmPSF *psf, ///< PSF for sources 26 21 float minFlux, ///< Minimum flux to bother about; for setting source radius 27 22 int radius, ///< Fixed radius for sources 28 23 bool circularise ///< Circularise PSF model? 29 24 ); 30 #else31 pmReadout *pmReadoutFakeFromSources(int numCols, int numRows, ///< Dimension of image32 const psArray *sources, ///< Array of pmSource33 float target, ///< Target FWHM34 float minFlux ///< Minimum flux to bother about; for setting source radius35 );36 #endif // PAP_WORK37 38 39 40 25 41 26 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
