IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2025, 7:50:44 AM (6 months ago)
Author:
eugene
Message:

add option to insert bad regions (rectangular regions of bad pixels)

File:
1 edited

Legend:

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

    r41397 r42943  
    151151    );
    152152
     153/// Add rectuangular bad regions to an image
     154bool ppSimBadRegions(pmReadout *readout, ///< Readout for which to generate bad pixels
     155                    const pmConfig *config, ///< Configuration
     156                    psRandom *rng       ///< Random number generator
     157    );
     158
    153159float ppSimStarSkyNoise (float skySigma, float seeingSigma);
    154160float ppSimStarPeakToFlux (float peak, float seeingSigma);
Note: See TracChangeset for help on using the changeset viewer.