Changeset 15813 for trunk/psModules/src/camera/pmReadoutFake.h
- Timestamp:
- Dec 13, 2007, 12:07:35 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
r15756 r15813 13 13 14 14 15 //#define PAP_WORK 16 17 18 #ifdef PAP_WORK 15 19 /// Generate a fake readout from an array of sources 16 20 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL … … 21 25 pmPSF *psf, ///< PSF for sources 22 26 float minFlux, ///< Minimum flux to bother about; for setting source radius 23 int radius ///< Fixed radius for sources 27 int radius, ///< Fixed radius for sources 28 bool circularise ///< Circularise PSF model? 24 29 ); 30 #else 31 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL 32 int numCols, int numRows, ///< Dimension of image 33 const psArray *sources, ///< Array of pmSource 34 float target, ///< Target FWHM 35 float minFlux ///< Minimum flux to bother about; for setting source radius 36 ); 37 #endif // PAP_WORK 38 39 40 25 41 26 42 #endif
Note:
See TracChangeset
for help on using the changeset viewer.
