IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 14, 2007, 3:12:29 PM (18 years ago)
Author:
Paul Price
Message:

Converting to new API. Removing all traces of old system.

File:
1 edited

Legend:

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

    r15815 r15838  
    1212#include <pmPSF.h>
    1313
    14 
    15 //#define PAP_WORK
    16 
    17 
    18 #ifdef PAP_WORK
    1914/// Generate a fake readout from an array of sources
    2015bool pmReadoutFakeFromSources(pmReadout *readout, ///< Output readout, or NULL
     
    2318                              const psVector *xOffset, ///< x offsets for sources (source -> img), or NULL
    2419                              const psVector *yOffset, ///< y offsets for sources (source -> img), or NULL
    25                               pmPSF *psf, ///< PSF for sources
     20                              const pmPSF *psf, ///< PSF for sources
    2621                              float minFlux, ///< Minimum flux to bother about; for setting source radius
    2722                              int radius, ///< Fixed radius for sources
    2823                              bool circularise ///< Circularise PSF model?
    2924    );
    30 #else
    31 pmReadout *pmReadoutFakeFromSources(int numCols, int numRows, ///< Dimension of image
    32                                     const psArray *sources, ///< Array of pmSource
    33                                     float target, ///< Target FWHM
    34                                     float minFlux ///< Minimum flux to bother about; for setting source radius
    35     );
    36 #endif // PAP_WORK
    37 
    38 
    39 
    4025
    4126#endif
Note: See TracChangeset for help on using the changeset viewer.