IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

This works with the current version of ppStack.

File:
1 edited

Legend:

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

    r15813 r15815  
    2929    );
    3030#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
     31pmReadout *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
    3635    );
    3736#endif // PAP_WORK
Note: See TracChangeset for help on using the changeset viewer.