- Timestamp:
- May 3, 2010, 8:45:22 AM (16 years ago)
- Location:
- branches/simmosaic_branches
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/simmosaic_branches
- Property svn:mergeinfo changed
-
branches/simmosaic_branches/psModules
-
Property svn:mergeinfo
set to (toggle deleted branches)
/trunk/psModules merged eligible /branches/eam_branches/stackphot.20100406/psModules 27623-27653 /branches/pap_delete/psModules 27530-27595
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
branches/simmosaic_branches/psModules/src/camera/pmReadoutFake.h
r20999 r27839 11 11 #include <pmTrend2D.h> 12 12 #include <pmPSF.h> 13 #include <pmSourceMasks.h> 14 15 /// Set threading 16 /// 17 /// Returns old threading state 18 bool pmReadoutFakeThreads( 19 bool new // New threading state 20 ); 21 22 /// Generate a fake readout from vectors 23 bool pmReadoutFakeFromVectors(pmReadout *readout, ///< Output readout 24 int numCols, int numRows, ///< Dimension of image 25 const psVector *x, const psVector *y, ///< Source coordinates 26 const psVector *mag, ///< Source magnitudes 27 const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL 28 const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL 29 const pmPSF *psf, ///< PSF for sources 30 float minFlux, ///< Minimum flux to bother about; for setting source radius 31 int radius, ///< Fixed radius for sources 32 bool circularise, ///< Circularise PSF model? 33 bool normalisePeak ///< Normalise the peak value? 34 ); 13 35 14 36 /// Generate a fake readout from an array of sources 15 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout , or NULL37 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout 16 38 int numCols, int numRows, ///< Dimension of image 17 39 const psArray *sources, ///< Array of pmSource 40 pmSourceMode sourceMask, ///< Mask for sources 18 41 const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL 19 42 const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL
Note:
See TracChangeset
for help on using the changeset viewer.
