Coverage report: 17%

Files Functions Classes

coverage.py v7.14.1, created at 2026-05-29 08:30 +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/gdb/__init__.py   0% 2 2 0   100% 0 0   0%
python/lsst/gdb/meas/__init__.py   0% 2 2 0   100% 0 0   0%
python/lsst/gdb/meas/algorithms/__init__.py   100% 0 0 0   100% 0 0   100%
python/lsst/gdb/meas/algorithms/printers.py   0% 25 25 0   0% 4 0   0%
python/lsst/meas/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/meas/algorithms/__init__.py   100% 44 0 0   100% 0 0   100%
python/lsst/meas/algorithms/accumulator_mean_stack.py   13% 82 71 0   0% 28 0   10%
python/lsst/meas/algorithms/adaptive_thresholds.py   15% 123 105 0   0% 44 0   11%
python/lsst/meas/algorithms/cloughTocher2DInterpolator.py   54% 26 12 0   0% 4 0   47%
python/lsst/meas/algorithms/coaddBoundedField.py   27% 30 22 0   0% 10 0   20%
python/lsst/meas/algorithms/coaddPsf/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/meas/algorithms/coaddPsf/coaddPsfContinued.py   100% 4 0 0   100% 0 0   100%
python/lsst/meas/algorithms/computeExPsf.py   43% 35 20 0   0% 2 0   41%
python/lsst/meas/algorithms/computeRoughPsfShapelets.py   0% 329 329 5   0% 98 0   0%
python/lsst/meas/algorithms/convertRefcatManager.py   22% 203 159 0   0% 48 0   18%
python/lsst/meas/algorithms/convertReferenceCatalog.py   32% 217 147 0   0% 52 0   26%
python/lsst/meas/algorithms/detection.py   20% 344 275 0   0% 128 0   15%
python/lsst/meas/algorithms/dynamicDetection.py   19% 299 243 0   0% 114 0   14%
python/lsst/meas/algorithms/findCosmicRaysConfig.py   72% 18 5 0   100% 0 0   72%
python/lsst/meas/algorithms/findGlintTrails.py   25% 118 88 0   0% 30 0   20%
python/lsst/meas/algorithms/flaggedSourceSelector.py   86% 14 2 0   100% 0 0   86%
python/lsst/meas/algorithms/gaussianPsfFactory.py   51% 43 21 0   0% 12 0   40%
python/lsst/meas/algorithms/gp_interpolation.py   17% 113 94 0   0% 22 0   14%
python/lsst/meas/algorithms/htmIndexer.py   47% 17 9 0   0% 2 0   42%
python/lsst/meas/algorithms/indexerRegistry.py   90% 10 1 0   100% 0 0   90%
python/lsst/meas/algorithms/installGaussianPsf.py   48% 29 15 0   0% 8 0   38%
python/lsst/meas/algorithms/interp.py   50% 8 4 0   0% 2 0   40%
python/lsst/meas/algorithms/loadReferenceObjects.py   14% 329 282 0   0% 130 0   10%
python/lsst/meas/algorithms/makeCoaddApCorrMap.py   19% 21 17 0   0% 10 0   13%
python/lsst/meas/algorithms/makePsfCandidates.py   29% 55 39 0   0% 12 0   24%
python/lsst/meas/algorithms/maskStreaks.py   21% 350 276 0   0% 64 0   18%
python/lsst/meas/algorithms/measureApCorr.py   19% 172 140 0   0% 42 0   15%
python/lsst/meas/algorithms/noise_covariance.py   39% 79 48 0   0% 10 0   35%
python/lsst/meas/algorithms/normalizedCalibrationFlux.py   20% 130 104 0   0% 30 0   16%
python/lsst/meas/algorithms/objectSizeStarSelector.py   18% 268 219 0   0% 82 0   14%
python/lsst/meas/algorithms/pcaPsfDeterminer.py   12% 333 292 0   0% 160 0   8%
python/lsst/meas/algorithms/psfCandidate/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/meas/algorithms/psfCandidate/psfCandidateContinued.py   82% 11 2 0   100% 0 0   82%
python/lsst/meas/algorithms/psfDeterminer.py   64% 28 10 0   0% 2 0   60%
python/lsst/meas/algorithms/psfSelectionFromMatchList.py   0% 43 43 0   0% 12 0   0%
python/lsst/meas/algorithms/readFitsCatalogTask.py   50% 22 11 0   0% 8 0   37%
python/lsst/meas/algorithms/readTextCatalogTask.py   53% 30 14 0   0% 10 0   40%
python/lsst/meas/algorithms/reinterpolate_pixels.py   55% 29 13 0   0% 4 0   48%
python/lsst/meas/algorithms/reserveSourcesTask.py   34% 44 29 0   0% 10 0   28%
python/lsst/meas/algorithms/scaleVariance.py   32% 82 56 0   0% 12 0   28%
python/lsst/meas/algorithms/setPrimaryFlags.py   17% 92 76 0   0% 18 0   15%
python/lsst/meas/algorithms/simple_curve.py   39% 154 94 0   3% 36 1   32%
python/lsst/meas/algorithms/skyObjects.py   32% 60 41 0   0% 18 0   24%
python/lsst/meas/algorithms/sourceSelector.py   45% 260 142 0   0% 64 0   36%
python/lsst/meas/algorithms/stamps.py   28% 191 137 0   0% 56 0   22%
python/lsst/meas/algorithms/starSelector.py   64% 25 9 0   0% 4 0   55%
python/lsst/meas/algorithms/subtractBackground.py   29% 147 105 0   0% 52 0   21%
python/lsst/meas/algorithms/testUtils.py   25% 96 72 0   0% 16 0   21%
python/lsst/meas/algorithms/treecorrUtils.py   64% 25 9 0   0% 6 0   52%
python/lsst/meas/algorithms/utils.py   5% 544 515 0   0% 180 0   4%
python/lsst/meas/algorithms/variance_plane.py   8% 37 34 0   0% 18 0   5%
python/lsst/meas/algorithms/version.py   100% 5 0 0   100% 0 0   100%
tests/convertReferenceCatalogTestBase.py   17% 169 141 0   0% 32 0   14%
tests/nopytest_convertReferenceCatalog.py   0% 127 127 0   0% 6 0   0%
tests/test_accumulator_mean_stack.py   16% 117 98 0   6% 16 1   15%
tests/test_adaptiveThresholdDetection.py   32% 59 40 0   50% 2 1   33%
tests/test_cloughTocher2DInterpolate.py   18% 158 130 0   4% 28 1   16%
tests/test_coaddApCorrMap.py   21% 111 88 0   12% 8 1   20%
tests/test_coaddBoundedField.py   17% 137 114 0   7% 14 1   16%
tests/test_coaddPsf.py   9% 331 300 0   3% 34 1   9%
tests/test_coaddTransmissionCurve.py   18% 110 90 0   25% 4 1   18%
tests/test_computeExPsf.py   18% 92 75 0   8% 12 1   17%
tests/test_convertReferenceCatalog.py   18% 231 189 0   4% 26 1   17%
tests/test_cr.py   34% 102 67 0   7% 14 1   31%
tests/test_curve.py   24% 104 79 0   7% 14 1   22%
tests/test_detection.py   14% 184 159 0   6% 16 1   13%
tests/test_dynamicDetection.py   25% 114 85 0   50% 2 1   26%
tests/test_executables.py   88% 8 1 0   50% 2 1   80%
tests/test_findGlintTrails.py   15% 107 91 0   14% 14 2   15%
tests/test_flaggedSourceSelector.py   36% 44 28 0   17% 6 1   34%
tests/test_gaussianPsf.py   20% 149 119 0   4% 28 1   18%
tests/test_gaussianPsfFactory.py   13% 105 91 0   2% 56 1   9%
tests/test_gp_interp.py   22% 65 51 0   12% 8 1   21%
tests/test_imagePsf_trampoline.py   43% 79 45 0   17% 6 1   41%
tests/test_installGaussianPsf.py   22% 64 50 0   8% 12 1   20%
tests/test_interp.py   25% 132 99 0   5% 22 1   22%
tests/test_maskStreaks.py   13% 120 104 0   17% 6 1   13%
tests/test_measure.py   23% 162 124 0   7% 14 1   22%
tests/test_measureApCorr.py   18% 176 145 0   4% 24 1   16%
tests/test_negative.py   20% 109 87 0   5% 22 1   18%
tests/test_normalizedCalibrationFlux.py   15% 146 124 0   8% 12 1   15%
tests/test_objectSizeStarSelector.py   23% 92 71 0   5% 22 1   19%
tests/test_psfCandidate.py   23% 133 102 0   3% 34 1   19%
tests/test_psfDetermination.py   16% 302 254 0   2% 48 1   14%
tests/test_psfIO.py   17% 229 191 0   3% 36 1   15%
tests/test_psfSelectTest.py   11% 267 238 0   2% 52 1   9%
tests/test_readFitsCatalog.py   26% 100 74 0   10% 20 2   23%
tests/test_readTextCatalog.py   29% 72 51 0   17% 12 2   27%
tests/test_referenceObjectLoader.py   16% 232 194 0   7% 14 1   16%
tests/test_reserveSourcesTask.py   24% 68 52 0   7% 14 1   21%
tests/test_sdssShapePsf.py   22% 103 80 0   7% 14 1   21%
tests/test_sourceSelector.py   14% 334 287 0   3% 32 1   13%
tests/test_stamps.py   24% 123 93 0   7% 14 1   23%
tests/test_subtractBackground.py   21% 71 56 0   25% 4 1   21%
tests/test_ticket-2986.py   35% 37 24 0   50% 2 1   36%
tests/test_variance.py   30% 71 50 0   25% 4 1   29%
Total   21% 11651 9238 5   2% 2456 46   17%

No items found using the specified filter.