IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25258


Ignore:
Timestamp:
Sep 2, 2009, 3:06:34 PM (17 years ago)
Author:
Paul Price
Message:

Adding pmReadoutFakeFromVectors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/pap/psModules/src/camera/pmReadoutFake.h

    r20999 r25258  
    1212#include <pmPSF.h>
    1313
     14/// Generate a fake readout from vectors
     15bool pmReadoutFakeFromVectors(pmReadout *readout, ///< Output readout
     16                              int numCols, int numRows, ///< Dimension of image
     17                              const psVector *x, const psVector *y, ///< Source coordinates
     18                              const psVector *mag, ///< Source magnitudes
     19                              const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL
     20                              const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL
     21                              const pmPSF *psf, ///< PSF for sources
     22                              float minFlux, ///< Minimum flux to bother about; for setting source radius
     23                              int radius, ///< Fixed radius for sources
     24                              bool circularise, ///< Circularise PSF model?
     25                              bool normalisePeak ///< Normalise the peak value?
     26    );
     27
    1428/// Generate a fake readout from an array of sources
    15 bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL
     29bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout
    1630                              int numCols, int numRows, ///< Dimension of image
    1731                              const psArray *sources, ///< Array of pmSource
Note: See TracChangeset for help on using the changeset viewer.