Coverage report: 82%

Files Functions Classes

coverage.py v7.14.2, created at 2026-06-21 08:55 +0000

    Statements   Branches   Total
File   coverage statements missing excluded   coverage branches partial   coverage
python/lsst/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/ip/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/ip/isr/__init__.py   100% 33 0 0   100% 0 0   100%
python/lsst/ip/isr/ampOffset.py   92% 211 17 0   78% 60 13   89%
python/lsst/ip/isr/assembleCcdTask.py   97% 60 2 0   86% 22 3   94%
python/lsst/ip/isr/binImageDataTask.py   78% 49 11 0   57% 14 2   73%
python/lsst/ip/isr/brighterFatterKernel.py   86% 343 48 0   57% 82 19   80%
python/lsst/ip/isr/calibType.py   92% 369 31 0   86% 140 18   90%
python/lsst/ip/isr/crosstalk.py   83% 455 78 0   61% 226 68   76%
python/lsst/ip/isr/defects.py   76% 268 63 0   69% 86 7   75%
python/lsst/ip/isr/deferredCharge.py   82% 477 88 0   60% 134 40   77%
python/lsst/ip/isr/electrostaticBrighterFatter.py   42% 286 167 0   23% 22 3   40%
python/lsst/ip/isr/flatGradient.py   99% 110 1 0   50% 2 1   98%
python/lsst/ip/isr/fringe.py   76% 205 49 0   62% 52 10   73%
python/lsst/ip/isr/gainCorrection.py   92% 60 5 0   50% 6 1   88%
python/lsst/ip/isr/intrinsicZernikes.py   100% 76 0 0   100% 8 0   100%
python/lsst/ip/isr/isrFunctions.py   88% 479 56 0   80% 224 27   86%
python/lsst/ip/isr/isrMock.py   86% 530 75 0   72% 160 25   83%
python/lsst/ip/isr/isrMockLSST.py   94% 489 31 0   87% 116 11   92%
python/lsst/ip/isr/isrQa.py   100% 35 0 0   75% 4 1   97%
python/lsst/ip/isr/isrStatistics.py   25% 408 307 0   10% 126 11   21%
python/lsst/ip/isr/isrTask.py   71% 1006 295 0   52% 400 72   65%
python/lsst/ip/isr/isrTaskLSST.py   75% 910 223 0   62% 446 83   71%
python/lsst/ip/isr/linearize.py   92% 334 28 0   77% 114 26   88%
python/lsst/ip/isr/masking.py   100% 10 0 0   100% 0 0   100%
python/lsst/ip/isr/overscan.py   83% 426 74 0   63% 140 14   78%
python/lsst/ip/isr/overscanAmpConfig.py   92% 105 8 0   66% 38 5   85%
python/lsst/ip/isr/photodiode.py   81% 124 24 0   55% 40 10   74%
python/lsst/ip/isr/photodiodeCorrection.py   81% 70 13 0   55% 22 6   75%
python/lsst/ip/isr/ptcDataset.py   83% 629 105 0   68% 136 25   81%
python/lsst/ip/isr/shutterMotion.py   92% 269 22 0   76% 94 23   88%
python/lsst/ip/isr/straylight.py   92% 24 2 0   100% 0 0   92%
python/lsst/ip/isr/transmissionCurve.py   87% 90 12 0   63% 30 7   81%
python/lsst/ip/isr/version.py   100% 5 0 0   100% 0 0   100%
python/lsst/ip/isr/vignette.py   88% 66 8 0   56% 18 6   81%
tests/test_ampOffset.py   99% 153 2 0   98% 42 1   98%
tests/test_applyLookupTable.py   97% 66 2 0   83% 6 1   96%
tests/test_assembleCcd.py   93% 30 2 0   50% 2 1   91%
tests/test_biasAndDarkCorrection.py   98% 106 2 0   90% 10 1   97%
tests/test_binImageData.py   93% 44 3 0   88% 8 1   92%
tests/test_brighterFatter.py   95% 59 3 0   67% 6 2   92%
tests/test_calibType.py   94% 53 3 0   50% 2 1   93%
tests/test_crosstalk.py   91% 205 18 0   77% 26 2   90%
tests/test_defect.py   81% 72 14 0   56% 18 4   76%
tests/test_defects.py   96% 126 5 0   89% 28 3   95%
tests/test_deferredCharge.py   97% 112 3 0   50% 2 1   96%
tests/test_empiricalVariance.py   97% 103 3 0   50% 2 1   96%
tests/test_flatAndIlluminationCorrection.py   98% 94 2 0   94% 16 1   97%
tests/test_flatGradient.py   97% 88 3 0   50% 2 1   96%
tests/test_fringes.py   90% 146 15 0   50% 14 3   86%
tests/test_gainCorrection.py   91% 35 3 0   75% 4 1   90%
tests/test_intrinsicZernikes.py   97% 94 3 0   75% 4 1   96%
tests/test_isrFunctions.py   98% 537 10 0   95% 82 4   98%
tests/test_isrMisc.py   96% 45 2 0   90% 10 1   95%
tests/test_isrMock.py   97% 64 2 0   50% 2 1   95%
tests/test_isrMockLSST.py   97% 75 2 0   75% 4 1   96%
tests/test_isrQa.py   91% 23 2 0   50% 2 1   88%
tests/test_isrStatistics.py   91% 34 3 0   75% 4 1   89%
tests/test_isrTask.py   95% 373 20 0   6% 16 1   91%
tests/test_isrTaskLSST.py   99% 1300 2 0   97% 118 3   99%
tests/test_linearize.py   98% 193 3 0   92% 50 4   97%
tests/test_linearizeLookupTable.py   99% 145 2 0   90% 10 1   98%
tests/test_linearizeSquared.py   98% 104 2 0   92% 12 1   97%
tests/test_maskNans.py   83% 47 8 0   50% 8 4   78%
tests/test_overscanAmpConfig.py   99% 148 2 0   96% 48 2   98%
tests/test_overscanCorrection.py   98% 514 8 0   95% 174 4   98%
tests/test_photodiode.py   96% 79 3 0   50% 2 1   95%
tests/test_photodiodeCorrection.py   94% 53 3 0   83% 6 1   93%
tests/test_ptcDataset.py   99% 365 3 0   98% 54 1   99%
tests/test_saturationCorrection.py   95% 43 2 0   94% 16 1   95%
tests/test_setValidPolygonIntersect.py   97% 61 2 0   75% 4 1   95%
tests/test_shutterMotion.py   97% 99 3 0   50% 2 1   96%
tests/test_suspectMasking.py   98% 81 2 0   50% 2 1   96%
tests/test_transmissionCurve.py   92% 38 3 0   75% 4 1   90%
tests/test_variance_plane.py   41% 328 193 0   23% 98 3   37%
Total   86% 15350 2211 0   68% 3882 603   82%

No items found using the specified filter.