IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 13, 2007, 12:07:35 PM (18 years ago)
Author:
Paul Price
Message:

Fixing API of pmReadoutFake to be compatible with current version of ppSub. Will update it once I'm done working on it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psModules/src/camera/pmReadoutFake.h

    r15756 r15813  
    1313
    1414
     15//#define PAP_WORK
     16
     17
     18#ifdef PAP_WORK
    1519/// Generate a fake readout from an array of sources
    1620bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL
     
    2125                              pmPSF *psf, ///< PSF for sources
    2226                              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?
    2429    );
     30#else
     31bool 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
    2541
    2642#endif
Note: See TracChangeset for help on using the changeset viewer.