IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 14, 2025, 7:50:44 AM (8 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/ppSimLoop.c

    r41173 r42943  
    173173                if (!ppSimBadPixels(readout, config, rng)) ESCAPE (PS_ERR_UNKNOWN, "problem adding bad pixels");
    174174
     175                if (!ppSimBadRegions(readout, config, rng)) ESCAPE (PS_ERR_UNKNOWN, "problem adding bad regions");
     176
    175177                if (!ppSimAddOverscan (readout, config, biasCols, biasRows, rng)) ESCAPE (PS_ERR_UNKNOWN, "problem adding overscan region");
    176178                psFree(biasRows);
Note: See TracChangeset for help on using the changeset viewer.