IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 6, 2007, 2:48:33 PM (19 years ago)
Author:
Paul Price
Message:

Adding function to generate bad pixels.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppSim/src/ppSim.h

    r14797 r15482  
    125125bool ppSimInsertGalaxies (pmReadout *readout, psImage *expCorr, psArray *galaxies, pmConfig *config);
    126126
     127/// Add bad pixels to an image
     128bool ppSimBadPixels(pmReadout *readout, ///< Readout for which to generate bad pixels
     129                    const pmConfig *config, ///< Configuration
     130                    psRandom *rng       ///< Random number generator
     131    );
     132
     133
    127134#endif
Note: See TracChangeset for help on using the changeset viewer.