Coverage report: 76%

Files Functions Classes

coverage.py v7.14.3, created at 2026-07-01 01:54 -0700

    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   97% 95 3 0   82% 34 6   93%
python/lsst/meas/algorithms/adaptive_thresholds.py   78% 123 27 0   64% 44 12   74%
python/lsst/meas/algorithms/cloughTocher2DInterpolator.py   100% 26 0 0   100% 4 0   100%
python/lsst/meas/algorithms/coaddBoundedField.py   97% 30 1 0   80% 10 2   92%
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   97% 35 1 0   50% 2 1   95%
python/lsst/meas/algorithms/computeRoughPsfShapelets.py   0% 329 329 5   0% 98 0   0%
python/lsst/meas/algorithms/convertRefcatManager.py   52% 203 98 0   23% 48 5   46%
python/lsst/meas/algorithms/convertReferenceCatalog.py   97% 217 7 0   88% 52 6   95%
python/lsst/meas/algorithms/detection.py   84% 346 55 0   70% 128 17   80%
python/lsst/meas/algorithms/dynamicDetection.py   84% 325 51 0   65% 130 23   79%
python/lsst/meas/algorithms/findCosmicRaysConfig.py   100% 18 0 0   100% 0 0   100%
python/lsst/meas/algorithms/findGlintTrails.py   95% 118 6 0   90% 30 3   94%
python/lsst/meas/algorithms/flaggedSourceSelector.py   100% 14 0 0   100% 0 0   100%
python/lsst/meas/algorithms/gaussianPsfFactory.py   98% 43 1 0   92% 12 1   96%
python/lsst/meas/algorithms/gp_interpolation.py   76% 115 28 0   45% 22 6   71%
python/lsst/meas/algorithms/htmIndexer.py   53% 17 8 0   0% 2 0   47%
python/lsst/meas/algorithms/indexerRegistry.py   100% 10 0 0   100% 0 0   100%
python/lsst/meas/algorithms/installGaussianPsf.py   93% 29 2 0   75% 8 2   89%
python/lsst/meas/algorithms/interp.py   50% 8 4 0   0% 2 0   40%
python/lsst/meas/algorithms/loadReferenceObjects.py   71% 329 94 0   49% 130 24   65%
python/lsst/meas/algorithms/makeCoaddApCorrMap.py   95% 21 1 0   90% 10 1   94%
python/lsst/meas/algorithms/makePsfCandidates.py   87% 55 7 0   83% 12 2   87%
python/lsst/meas/algorithms/maskStreaks.py   90% 350 36 0   58% 64 19   85%
python/lsst/meas/algorithms/measureApCorr.py   81% 172 33 0   71% 42 6   79%
python/lsst/meas/algorithms/noise_covariance.py   96% 79 3 0   70% 10 1   93%
python/lsst/meas/algorithms/normalizedCalibrationFlux.py   93% 130 9 0   60% 30 6   87%
python/lsst/meas/algorithms/objectSizeStarSelector.py   64% 268 96 0   49% 82 10   61%
python/lsst/meas/algorithms/pcaPsfDeterminer.py   60% 333 133 0   44% 160 23   55%
python/lsst/meas/algorithms/psfCandidate/__init__.py   100% 2 0 0   100% 0 0   100%
python/lsst/meas/algorithms/psfCandidate/psfCandidateContinued.py   91% 11 1 0   100% 0 0   91%
python/lsst/meas/algorithms/psfDeterminer.py   96% 28 1 0   100% 2 0   97%
python/lsst/meas/algorithms/psfSelectionFromMatchList.py   0% 43 43 0   0% 12 0   0%
python/lsst/meas/algorithms/readFitsCatalogTask.py   95% 22 1 0   88% 8 1   93%
python/lsst/meas/algorithms/readTextCatalogTask.py   100% 30 0 0   100% 10 0   100%
python/lsst/meas/algorithms/reinterpolate_pixels.py   55% 29 13 0   0% 4 0   48%
python/lsst/meas/algorithms/reserveSourcesTask.py   100% 44 0 0   100% 10 0   100%
python/lsst/meas/algorithms/scaleVariance.py   72% 82 23 0   17% 12 2   65%
python/lsst/meas/algorithms/setPrimaryFlags.py   17% 92 76 0   0% 18 0   15%
python/lsst/meas/algorithms/simple_curve.py   89% 154 17 0   75% 36 9   86%
python/lsst/meas/algorithms/skyObjects.py   88% 60 7 0   61% 18 5   82%
python/lsst/meas/algorithms/sourceSelector.py   96% 260 10 0   88% 64 8   94%
python/lsst/meas/algorithms/stamps.py   87% 191 24 0   73% 56 11   84%
python/lsst/meas/algorithms/starSelector.py   64% 25 9 0   0% 4 0   55%
python/lsst/meas/algorithms/subtractBackground.py   77% 147 34 0   56% 52 15   71%
python/lsst/meas/algorithms/testUtils.py   83% 96 16 0   62% 16 2   80%
python/lsst/meas/algorithms/treecorrUtils.py   88% 25 3 0   50% 6 3   81%
python/lsst/meas/algorithms/utils.py   21% 544 431 0   13% 180 15   19%
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   86% 169 23 0   69% 32 0   84%
tests/data/mockrefcat/bad_config.py   100% 1 0 0   100% 0 0   100%
tests/data/mockrefcat/mock_config.py   100% 4 0 0   100% 0 0   100%
tests/nopytest_convertReferenceCatalog.py   0% 127 127 0   0% 6 0   0%
tests/test_accumulator_mean_stack.py   98% 124 2 0   94% 18 1   98%
tests/test_adaptiveThresholdDetection.py   95% 59 3 0   50% 2 1   93%
tests/test_cloughTocher2DInterpolate.py   97% 158 5 0   82% 28 5   95%
tests/test_coaddApCorrMap.py   98% 111 2 0   88% 8 1   97%
tests/test_coaddBoundedField.py   99% 137 2 0   93% 14 1   98%
tests/test_coaddPsf.py   99% 331 3 0   94% 34 2   99%
tests/test_coaddTransmissionCurve.py   98% 110 2 0   75% 4 1   97%
tests/test_computeExPsf.py   93% 92 6 0   67% 12 4   90%
tests/test_convertReferenceCatalog.py   99% 231 2 0   96% 26 1   99%
tests/test_cr.py   45% 102 56 0   7% 14 1   41%
tests/test_curve.py   98% 104 2 0   93% 14 1   97%
tests/test_detection.py   96% 184 8 0   94% 16 1   96%
tests/test_dynamicDetection.py   97% 114 3 0   50% 2 1   97%
tests/test_executables.py   88% 8 1 0   50% 2 1   80%
tests/test_findGlintTrails.py   93% 107 8 0   64% 14 3   89%
tests/test_flaggedSourceSelector.py   95% 44 2 0   83% 6 1   94%
tests/test_gaussianPsf.py   90% 149 15 0   82% 28 3   89%
tests/test_gaussianPsfFactory.py   95% 105 5 0   91% 56 5   94%
tests/test_gp_interp.py   97% 65 2 0   88% 8 1   96%
tests/test_imagePsf_trampoline.py   96% 79 3 0   67% 6 2   94%
tests/test_installGaussianPsf.py   97% 64 2 0   92% 12 1   96%
tests/test_interp.py   26% 132 98 0   5% 22 1   23%
tests/test_maskStreaks.py   98% 120 2 0   83% 6 1   98%
tests/test_measure.py   51% 162 80 0   21% 14 1   48%
tests/test_measureApCorr.py   99% 176 2 0   96% 24 1   98%
tests/test_negative.py   92% 109 9 0   77% 22 5   89%
tests/test_normalizedCalibrationFlux.py   99% 146 2 0   92% 12 1   98%
tests/test_objectSizeStarSelector.py   98% 92 2 0   95% 22 1   97%
tests/test_psfCandidate.py   92% 133 11 0   76% 34 4   89%
tests/test_psfDetermination.py   94% 302 17 0   81% 48 9   93%
tests/test_psfIO.py   73% 229 62 0   36% 36 5   68%
tests/test_psfSelectTest.py   90% 267 26 0   69% 52 12   87%
tests/test_readFitsCatalog.py   95% 100 5 0   90% 20 2   94%
tests/test_readTextCatalog.py   86% 72 10 0   67% 12 2   83%
tests/test_referenceObjectLoader.py   97% 232 6 0   93% 14 1   97%
tests/test_reserveSourcesTask.py   96% 68 3 0   93% 14 1   95%
tests/test_sdssShapePsf.py   97% 103 3 0   79% 14 3   95%
tests/test_sourceSelector.py   99% 334 3 0   97% 32 1   99%
tests/test_stamps.py   97% 123 4 0   93% 14 1   96%
tests/test_subtractBackground.py   94% 71 4 0   75% 4 1   93%
tests/test_ticket-2986.py   95% 37 2 0   50% 2 1   92%
tests/test_variance.py   97% 71 2 0   75% 4 1   96%
Total   79% 11706 2442 5   59% 2480 340   76%

No items found using the specified filter.