Coverage report: 13%

Files Functions Classes

coverage.py v7.14.1, created at 2026-05-30 09:01 +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   17% 211 176 0   0% 60 0   13%
python/lsst/ip/isr/assembleCcdTask.py   28% 60 43 0   0% 22 0   21%
python/lsst/ip/isr/binImageDataTask.py   43% 49 28 0   0% 14 0   33%
python/lsst/ip/isr/brighterFatterKernel.py   8% 343 315 0   0% 82 0   7%
python/lsst/ip/isr/calibType.py   17% 369 306 0   0% 140 0   12%
python/lsst/ip/isr/crosstalk.py   11% 455 407 0   0% 226 0   7%
python/lsst/ip/isr/defects.py   21% 268 212 0   0% 86 0   16%
python/lsst/ip/isr/deferredCharge.py   15% 477 407 0   0% 134 0   11%
python/lsst/ip/isr/electrostaticBrighterFatter.py   8% 286 263 0   0% 22 0   7%
python/lsst/ip/isr/flatGradient.py   19% 110 89 0   0% 2 0   19%
python/lsst/ip/isr/fringe.py   23% 205 158 0   0% 52 0   18%
python/lsst/ip/isr/gainCorrection.py   28% 60 43 0   0% 6 0   26%
python/lsst/ip/isr/intrinsicZernikes.py   25% 76 57 0   0% 8 0   23%
python/lsst/ip/isr/isrFunctions.py   10% 479 432 0   0% 224 0   7%
python/lsst/ip/isr/isrMock.py   25% 530 396 0   0% 160 0   19%
python/lsst/ip/isr/isrMockLSST.py   20% 489 393 0   0% 116 0   16%
python/lsst/ip/isr/isrQa.py   66% 35 12 0   0% 4 0   59%
python/lsst/ip/isr/isrStatistics.py   15% 408 348 0   0% 126 0   11%
python/lsst/ip/isr/isrTask.py   21% 1006 791 0   0% 400 0   15%
python/lsst/ip/isr/isrTaskLSST.py   19% 910 741 0   0% 446 0   12%
python/lsst/ip/isr/linearize.py   15% 334 283 0   0% 114 0   11%
python/lsst/ip/isr/masking.py   90% 10 1 0   100% 0 0   90%
python/lsst/ip/isr/overscan.py   19% 426 346 0   0% 140 0   14%
python/lsst/ip/isr/overscanAmpConfig.py   43% 105 60 0   0% 38 0   31%
python/lsst/ip/isr/photodiode.py   19% 124 101 0   0% 40 0   14%
python/lsst/ip/isr/photodiodeCorrection.py   24% 70 53 0   0% 22 0   18%
python/lsst/ip/isr/ptcDataset.py   5% 629 596 0   0% 136 0   4%
python/lsst/ip/isr/shutterMotion.py   12% 269 236 0   0% 94 0   9%
python/lsst/ip/isr/straylight.py   83% 24 4 0   100% 0 0   83%
python/lsst/ip/isr/transmissionCurve.py   32% 90 61 0   0% 30 0   24%
python/lsst/ip/isr/version.py   100% 5 0 0   100% 0 0   100%
python/lsst/ip/isr/vignette.py   29% 66 47 0   0% 18 0   23%
tests/test_ampOffset.py   19% 153 124 0   2% 42 1   15%
tests/test_applyLookupTable.py   24% 66 50 0   17% 6 1   24%
tests/test_assembleCcd.py   53% 30 14 0   50% 2 1   53%
tests/test_biasAndDarkCorrection.py   18% 106 87 0   10% 10 1   17%
tests/test_binImageData.py   23% 44 34 0   12% 8 1   21%
tests/test_brighterFatter.py   25% 59 44 0   17% 6 1   25%
tests/test_calibType.py   32% 53 36 0   50% 2 1   33%
tests/test_crosstalk.py   15% 205 174 0   4% 26 1   14%
tests/test_defect.py   24% 72 55 0   11% 18 2   21%
tests/test_defects.py   21% 126 99 0   4% 28 1   18%
tests/test_deferredCharge.py   16% 112 94 0   50% 2 1   17%
tests/test_empiricalVariance.py   17% 103 86 0   50% 2 1   17%
tests/test_flatAndIlluminationCorrection.py   29% 94 67 0   6% 16 1   25%
tests/test_flatGradient.py   20% 88 70 0   50% 2 1   21%
tests/test_fringes.py   17% 146 121 0   7% 14 1   16%
tests/test_gainCorrection.py   40% 35 21 0   25% 4 1   38%
tests/test_intrinsicZernikes.py   24% 94 71 0   25% 4 1   24%
tests/test_isrFunctions.py   14% 537 464 0   1% 82 1   12%
tests/test_isrMisc.py   40% 45 27 0   10% 10 1   35%
tests/test_isrMock.py   23% 64 49 0   50% 2 1   24%
tests/test_isrMockLSST.py   23% 75 58 0   25% 4 1   23%
tests/test_isrQa.py   52% 23 11 0   50% 2 1   52%
tests/test_isrStatistics.py   32% 34 23 0   25% 4 1   32%
tests/test_isrTask.py   12% 373 329 0   6% 16 1   12%
tests/test_isrTaskLSST.py   5% 1300 1241 0   1% 118 1   4%
tests/test_linearize.py   12% 193 170 0   2% 50 1   10%
tests/test_linearizeLookupTable.py   17% 145 120 0   10% 10 1   17%
tests/test_linearizeSquared.py   22% 104 81 0   8% 12 1   21%
tests/test_maskNans.py   34% 47 31 0   25% 8 2   33%
tests/test_overscanAmpConfig.py   16% 148 125 0   2% 48 1   12%
tests/test_overscanCorrection.py   8% 514 472 0   1% 174 1   6%
tests/test_photodiode.py   22% 79 62 0   50% 2 1   22%
tests/test_photodiodeCorrection.py   26% 53 39 0   17% 6 1   25%
tests/test_ptcDataset.py   6% 365 342 0   2% 54 1   6%
tests/test_saturationCorrection.py   26% 43 32 0   6% 16 1   20%
tests/test_setValidPolygonIntersect.py   28% 61 44 0   25% 4 1   28%
tests/test_shutterMotion.py   23% 99 76 0   50% 2 1   24%
tests/test_suspectMasking.py   22% 81 63 0   50% 2 1   23%
tests/test_transmissionCurve.py   47% 38 20 0   25% 4 1   45%
tests/test_variance_plane.py   10% 328 294 0   1% 98 1   8%
Total   16% 15350 12825 0   1% 3882 42   13%

No items found using the specified filter.