Coverage report: 15%

Files Functions Classes

coverage.py v7.5.1, created at 2024-05-07 03:33 -0700

File function statements missing excluded branches partial coverage
python/lsst/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/ip/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/ip/diffim/__init__.py (no function) 19 0 0 0 0 100%
python/lsst/ip/diffim/computeSpatiallySampledMetrics.py SpatiallySampledMetricsConfig.setDefaults 1 1 0 0 0 0%
python/lsst/ip/diffim/computeSpatiallySampledMetrics.py SpatiallySampledMetricsTask.__init__ 17 17 0 2 0 0%
python/lsst/ip/diffim/computeSpatiallySampledMetrics.py SpatiallySampledMetricsTask.run 13 13 0 4 0 0%
python/lsst/ip/diffim/computeSpatiallySampledMetrics.py SpatiallySampledMetricsTask._evaluateLocalMetric 36 36 0 4 0 0%
python/lsst/ip/diffim/computeSpatiallySampledMetrics.py (no function) 29 0 0 2 0 100%
python/lsst/ip/diffim/dcrModel.py DcrModel.__init__ 11 11 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.fromImage 10 10 0 2 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.fromQuantum 27 27 0 16 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.__len__ 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.__getitem__ 3 3 0 2 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.__setitem__ 5 5 0 4 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.effectiveWavelength 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.filter 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.bandwidth 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.psf 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.bbox 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.wcs 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.mask 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.variance 1 1 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.getReferenceImage 2 2 0 2 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.assign 5 5 0 4 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.buildMatchedTemplate 22 22 0 16 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.buildMatchedExposure 16 16 0 4 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.conditionDcrModel 4 4 0 2 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.regularizeModelIter 5 5 0 0 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.regularizeModelFreq 23 23 0 4 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.calculateNoiseCutoff 10 10 0 4 0 0%
python/lsst/ip/diffim/dcrModel.py DcrModel.applyImageThresholds 11 11 0 8 0 0%
python/lsst/ip/diffim/dcrModel.py applyDcr 21 21 0 18 0 0%
python/lsst/ip/diffim/dcrModel.py calculateDcr 19 19 0 8 0 0%
python/lsst/ip/diffim/dcrModel.py calculateImageParallacticAngle 8 8 0 2 0 0%
python/lsst/ip/diffim/dcrModel.py wavelengthGenerator 5 5 0 2 0 0%
python/lsst/ip/diffim/dcrModel.py (no function) 44 0 0 20 0 100%
python/lsst/ip/diffim/detail/__init__.py (no function) 1 0 0 0 0 100%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureConnections.__init__ 3 3 0 2 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureConfig.setDefaults 17 17 0 0 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.__init__ 29 29 0 12 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.runQuantum 5 5 0 0 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.run 8 8 0 2 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.processResults 28 28 0 14 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask._deblend 9 9 0 0 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask._deblend.makeFootprints 3 3 0 2 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask._deblend.deblend 8 8 0 0 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask._removeBadSources 11 11 0 4 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.addSkySources 4 4 0 2 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.measureDiaSources 8 8 0 6 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.measureForcedSources 11 11 0 2 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask.calculateMetrics 19 19 0 2 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureTask._runStreakMasking 8 8 0 8 0 0%
python/lsst/ip/diffim/detectAndMeasure.py DetectAndMeasureScoreTask.run 9 9 0 2 0 0%
python/lsst/ip/diffim/detectAndMeasure.py (no function) 72 0 0 4 0 100%
python/lsst/ip/diffim/diffimLib.py (no function) 2 0 0 0 0 100%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitTaskConfig.setDefaults 9 9 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitTask.__init__ 8 8 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitTask.run 7 7 0 2 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleModel.__init__ 3 3 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleModel.makeBackgroundModel 15 15 0 12 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleModel._generateXYGrid 5 5 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleModel._getHeavyFootprintSubimage 6 6 0 2 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleModel.fitFootprintBackground 25 25 0 4 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleModel.makeStarModel 10 10 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleModel.makeModel 33 33 0 14 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitAlgorithm.__init__ 11 11 0 2 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitAlgorithm.fitDipoleImpl 110 110 0 56 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitAlgorithm.fitDipoleImpl.dipoleModelFunctor 2 2 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitAlgorithm.fitDipole 28 28 0 10 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitAlgorithm.fitDipole.computeSumVariance 1 1 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitAlgorithm.displayFitResults 27 27 0 4 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitAlgorithm.displayFitResults.display2dArray 4 4 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitPlugin.__init__ 5 5 0 2 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitPlugin._setupSchema 16 16 0 0 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitPlugin.measureDipoles 42 42 0 12 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitPlugin.doClassify 11 11 0 2 0 0%
python/lsst/ip/diffim/dipoleFitTask.py DipoleFitPlugin.fail 13 13 0 8 0 0%
python/lsst/ip/diffim/dipoleFitTask.py (no function) 60 0 0 6 0 100%
python/lsst/ip/diffim/dipoleMeasurement.py ClassificationDipolePlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py ClassificationDipolePlugin.__init__ 4 4 0 0 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py ClassificationDipolePlugin.measure 14 14 0 4 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py ClassificationDipolePlugin.fail 1 1 0 0 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleMeasurementConfig.setDefaults 8 8 0 0 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py SourceFlagChecker.__init__ 6 6 0 6 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py SourceFlagChecker.__call__ 4 4 0 4 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleAnalysis.__init__ 1 1 0 0 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleAnalysis.__call__ 1 1 0 0 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleAnalysis.getSn 7 7 0 2 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleAnalysis.getCentroid 8 8 0 2 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleAnalysis.getOrientation 9 9 0 2 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleAnalysis.displayDipoles 29 29 0 14 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleDeblender.__init__ 3 3 0 0 0 0%
python/lsst/ip/diffim/dipoleMeasurement.py DipoleDeblender.__call__ 36 36 0 14 0 4%
python/lsst/ip/diffim/dipoleMeasurement.py (no function) 39 0 0 4 0 100%
python/lsst/ip/diffim/getTemplate.py GetTemplateConfig.setDefaults 2 2 0 0 0 0%
python/lsst/ip/diffim/getTemplate.py GetTemplateTask.__init__ 2 2 0 0 0 0%
python/lsst/ip/diffim/getTemplate.py GetTemplateTask.runQuantum 7 7 0 0 0 0%
python/lsst/ip/diffim/getTemplate.py GetTemplateTask.getOverlappingExposures 21 21 0 8 0 0%
python/lsst/ip/diffim/getTemplate.py GetTemplateTask.run 57 57 0 10 0 0%
python/lsst/ip/diffim/getTemplate.py GetDcrTemplateConnections.__init__ 2 2 0 0 0 0%
python/lsst/ip/diffim/getTemplate.py GetDcrTemplateConfig.validate 2 2 0 2 0 0%
python/lsst/ip/diffim/getTemplate.py GetDcrTemplateTask.getOverlappingExposures 24 24 0 8 0 0%
python/lsst/ip/diffim/getTemplate.py GetDcrTemplateTask.checkPatchList 4 4 0 6 0 0%
python/lsst/ip/diffim/getTemplate.py GetDcrTemplateTask.getDcrModel 7 7 0 6 0 0%
python/lsst/ip/diffim/getTemplate.py _selectDataRef 2 2 0 0 0 0%
python/lsst/ip/diffim/getTemplate.py (no function) 48 0 0 2 0 100%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.__init__ 5 5 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.computeVarianceMean 3 3 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.run 77 77 0 28 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.computeCommonShape 10 10 0 4 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.padCenterOriginArray 11 11 0 10 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.computeDiffimCorrection 9 9 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.computeScoreCorrection 15 15 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.estimateVariancePlane 3 3 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.calculateVariancePlane 25 25 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.computeCorrectedDiffimPsf 13 13 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelTask.computeCorrectedImage 15 15 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelMapper.__init__ 1 1 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelMapper.run 14 14 0 2 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelSpatialConfig.setDefaults 4 4 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelSpatialTask.__init__ 5 5 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelSpatialTask.computeVarianceMean 3 3 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelSpatialTask.run 26 26 0 10 0 0%
python/lsst/ip/diffim/imageDecorrelation.py DecorrelateALKernelSpatialTask.run.gm 1 1 0 0 0 0%
python/lsst/ip/diffim/imageDecorrelation.py (no function) 50 0 0 6 0 100%
python/lsst/ip/diffim/imageMapReduce.py ImageMapper.run 1 1 0 0 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageReducer.run 64 64 0 28 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageReducer._constructPsf 22 22 0 8 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask.__init__ 4 4 0 0 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask.run 5 5 0 0 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask._runMapper 18 18 0 10 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask._reduceImage 2 2 0 0 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask._generateGrid 66 66 0 22 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask._generateGrid.rescaleValue 3 3 0 2 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask._generateGrid._makeBoxEvenSized 15 15 0 10 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask.plotBoxes 6 6 0 2 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask._plotBoxGrid 6 6 0 2 0 0%
python/lsst/ip/diffim/imageMapReduce.py ImageMapReduceTask._plotBoxGrid.plotBox 3 3 0 2 0 0%
python/lsst/ip/diffim/imageMapReduce.py (no function) 52 0 0 16 6 91%
python/lsst/ip/diffim/makeKernel.py MakeKernelConfig.setDefaults 8 8 0 0 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask.__init__ 7 7 0 0 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask.run 13 13 0 2 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask.selectKernelSources 12 12 0 2 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask.getSelectSources 23 23 0 2 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask.makeCandidateList 24 24 0 12 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask.makeKernelBasisList 7 7 0 4 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask._buildCellSet 13 13 0 2 0 0%
python/lsst/ip/diffim/makeKernel.py MakeKernelTask._adaptCellSize 1 1 0 0 0 0%
python/lsst/ip/diffim/makeKernel.py (no function) 35 0 0 0 0 100%
python/lsst/ip/diffim/makeKernelBasisList.py makeKernelBasisList 6 6 0 4 0 0%
python/lsst/ip/diffim/makeKernelBasisList.py generateAlardLuptonBasisList 95 95 0 44 0 0%
python/lsst/ip/diffim/makeKernelBasisList.py (no function) 7 0 0 0 0 100%
python/lsst/ip/diffim/metrics.py NumberSciSourcesMetricTask.run 3 3 0 0 0 0%
python/lsst/ip/diffim/metrics.py FractionDiaSourcesToSciSourcesMetricTask.run 7 7 0 2 0 0%
python/lsst/ip/diffim/metrics.py _countRealSources 5 5 0 4 0 0%
python/lsst/ip/diffim/metrics.py (no function) 24 0 0 0 0 100%
python/lsst/ip/diffim/modelPsfMatch.py nextOddInteger 2 2 0 0 0 0%
python/lsst/ip/diffim/modelPsfMatch.py ModelPsfMatchConfig.setDefaults 6 6 0 0 0 0%
python/lsst/ip/diffim/modelPsfMatch.py ModelPsfMatchTask.__init__ 2 2 0 0 0 0%
python/lsst/ip/diffim/modelPsfMatch.py ModelPsfMatchTask.run 33 33 0 4 0 0%
python/lsst/ip/diffim/modelPsfMatch.py ModelPsfMatchTask._diagnostic 1 1 0 0 0 0%
python/lsst/ip/diffim/modelPsfMatch.py ModelPsfMatchTask._buildCellSet 68 68 0 28 0 0%
python/lsst/ip/diffim/modelPsfMatch.py ModelPsfMatchTask._makePsfMaskedImage 11 11 0 4 0 0%
python/lsst/ip/diffim/modelPsfMatch.py (no function) 30 0 0 2 0 100%
python/lsst/ip/diffim/psfMatch.py PsfMatchConfigAL.setDefaults 3 3 0 0 0 0%
python/lsst/ip/diffim/psfMatch.py PsfMatchConfigDF.setDefaults 6 6 0 0 0 0%
python/lsst/ip/diffim/psfMatch.py PsfMatchTask.__init__ 7 7 0 4 0 0%
python/lsst/ip/diffim/psfMatch.py PsfMatchTask._diagnostic 47 47 0 28 0 0%
python/lsst/ip/diffim/psfMatch.py PsfMatchTask._displayDebug 28 28 0 12 0 0%
python/lsst/ip/diffim/psfMatch.py PsfMatchTask._createPcaBasis 29 29 0 10 0 0%
python/lsst/ip/diffim/psfMatch.py PsfMatchTask._buildCellSet 1 1 0 0 0 0%
python/lsst/ip/diffim/psfMatch.py PsfMatchTask._solve 74 74 0 24 0 0%
python/lsst/ip/diffim/psfMatch.py (no function) 99 0 0 56 26 83%
python/lsst/ip/diffim/subtractImages.py SubtractInputConnections.__init__ 3 3 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractBaseConfig.setDefaults 4 4 0 0 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask.__init__ 8 8 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._applyExternalCalibrations 13 13 0 6 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask.run 45 45 0 14 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask.runConvolveTemplate 13 13 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask.runConvolveScience 15 15 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask.finalize 6 6 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._validateExposures 4 4 0 0 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._convolveExposure 14 14 0 8 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._sourceSelector 26 26 0 6 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._checkMask 7 7 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._prepareInputs 13 13 0 4 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask.updateMasks 16 16 0 14 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._renameMaskPlanes 4 4 0 0 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonSubtractTask._clearMask 4 4 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonPreconvolveSubtractTask.run 12 12 0 0 0 0%
python/lsst/ip/diffim/subtractImages.py AlardLuptonPreconvolveSubtractTask.runPreconvolve 8 8 0 0 0 0%
python/lsst/ip/diffim/subtractImages.py checkTemplateIsSufficient 8 8 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py _subtractImages 5 5 0 2 0 0%
python/lsst/ip/diffim/subtractImages.py _shapeTest 10 10 0 0 0 0%
python/lsst/ip/diffim/subtractImages.py _interpolateImage 8 8 0 4 0 0%
python/lsst/ip/diffim/subtractImages.py (no function) 89 0 0 8 0 100%
python/lsst/ip/diffim/utils.py showSourceSet 7 7 0 6 0 0%
python/lsst/ip/diffim/utils.py showKernelSpatialCells 23 23 0 18 0 0%
python/lsst/ip/diffim/utils.py showDiaSources 26 26 0 10 0 0%
python/lsst/ip/diffim/utils.py showKernelCandidates 82 82 0 30 0 0%
python/lsst/ip/diffim/utils.py showKernelBasis 8 8 0 2 0 0%
python/lsst/ip/diffim/utils.py plotKernelSpatialModel 106 106 0 36 0 0%
python/lsst/ip/diffim/utils.py plotKernelSpatialModel.show 6 6 0 0 0 0%
python/lsst/ip/diffim/utils.py plotKernelCoefficients 79 79 0 20 0 0%
python/lsst/ip/diffim/utils.py plotKernelCoefficients.show 6 6 0 0 0 0%
python/lsst/ip/diffim/utils.py showKernelMosaic 63 63 0 18 0 0%
python/lsst/ip/diffim/utils.py plotWhisker 26 26 0 12 0 0%
python/lsst/ip/diffim/utils.py DipoleTestImage.__init__ 14 14 0 2 0 0%
python/lsst/ip/diffim/utils.py DipoleTestImage._makeDipoleImage 6 6 0 0 0 0%
python/lsst/ip/diffim/utils.py DipoleTestImage._makeStarImage 17 17 0 8 0 0%
python/lsst/ip/diffim/utils.py DipoleTestImage.fitDipoleSource 3 3 0 0 0 0%
python/lsst/ip/diffim/utils.py DipoleTestImage.detectDipoleSources 22 22 0 6 0 0%
python/lsst/ip/diffim/utils.py getPsfFwhm 7 7 0 4 0 0%
python/lsst/ip/diffim/utils.py evaluateMeanPsfFwhm 18 18 0 4 0 0%
python/lsst/ip/diffim/utils.py computeAveragePsf 23 23 0 6 0 0%
python/lsst/ip/diffim/utils.py detectTestSources 12 12 0 4 0 0%
python/lsst/ip/diffim/utils.py makeFakeWcs 4 4 0 0 0 0%
python/lsst/ip/diffim/utils.py makeTestImage 41 41 0 22 0 0%
python/lsst/ip/diffim/utils.py _makeTruthSchema 15 15 0 0 0 0%
python/lsst/ip/diffim/utils.py _fillTruthCatalog 13 13 0 2 0 0%
python/lsst/ip/diffim/utils.py makeStats 7 7 0 2 0 0%
python/lsst/ip/diffim/utils.py computeRobustStatistics 2 2 0 0 0 0%
python/lsst/ip/diffim/utils.py computePSFNoiseEquivalentArea 3 3 0 0 0 0%
python/lsst/ip/diffim/utils.py angleMean 2 2 0 2 0 0%
python/lsst/ip/diffim/utils.py evaluateMaskFraction 2 2 0 0 0 0%
python/lsst/ip/diffim/utils.py (no function) 50 0 0 0 0 100%
python/lsst/ip/diffim/version.py (no function) 5 0 0 0 0 100%
tests/test_assessSpatialKernelVisitor.py DiffimTestCases.setUp 4 4 0 0 0 0%
tests/test_assessSpatialKernelVisitor.py DiffimTestCases.makeSpatialKernel 14 14 0 2 0 0%
tests/test_assessSpatialKernelVisitor.py DiffimTestCases.tearDown 2 2 0 0 0 0%
tests/test_assessSpatialKernelVisitor.py DiffimTestCases.testGood 23 23 0 0 0 0%
tests/test_assessSpatialKernelVisitor.py DiffimTestCases.testBad 30 30 0 0 0 0%
tests/test_assessSpatialKernelVisitor.py setup_module 1 1 0 0 0 0%
tests/test_assessSpatialKernelVisitor.py (no function) 22 2 0 2 1 88%
tests/test_basisLists.py DiffimTestCases.setUp 5 5 0 0 0 0%
tests/test_basisLists.py DiffimTestCases.tearDown 4 4 0 0 0 0%
tests/test_basisLists.py DiffimTestCases.deltaFunctionTest 13 13 0 10 0 0%
tests/test_basisLists.py DiffimTestCases.testMakeDeltaFunction 3 3 0 0 0 0%
tests/test_basisLists.py DiffimTestCases.alardLuptonTest 11 11 0 4 0 0%
tests/test_basisLists.py DiffimTestCases.testMakeAlardLupton 13 13 0 2 0 0%
tests/test_basisLists.py DiffimTestCases.testGenerateAlardLupton 4 4 0 0 0 0%
tests/test_basisLists.py DiffimTestCases.testMakeKernelBasisList 4 4 0 0 0 0%
tests/test_basisLists.py DiffimTestCases.testRenormalize 33 33 0 0 0 0%
tests/test_basisLists.py DiffimTestCases.testCentralRegularization 22 22 0 4 0 0%
tests/test_basisLists.py DiffimTestCases.testForwardRegularization 17 17 0 4 0 0%
tests/test_basisLists.py DiffimTestCases.testBadRegularization 3 3 0 2 0 0%
tests/test_basisLists.py setup_module 1 1 0 0 0 0%
tests/test_basisLists.py (no function) 29 2 0 2 1 90%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.setUp 7 7 0 0 0 0%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.makeCandidate 8 8 0 0 0 0%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.testWithOneBasis 2 2 0 0 0 0%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.runWithOneBasis 35 35 0 2 0 0%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.testWithThreeBases 57 57 0 0 0 0%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.testRejection 37 37 0 0 0 0%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.testVisit 18 18 0 10 0 0%
tests/test_buildSingleKernelVisitor.py DiffimTestCases.tearDown 3 3 0 0 0 0%
tests/test_buildSingleKernelVisitor.py setup_module 1 1 0 0 0 0%
tests/test_buildSingleKernelVisitor.py (no function) 24 2 0 2 1 88%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.setUp 3 3 0 0 0 0%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.tearDown 1 1 0 0 0 0%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.makeCandidate 8 8 0 0 0 0%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.testNoBg 3 3 0 0 0 0%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.runNoBg 26 26 0 10 0 0%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.testModelType 12 12 0 0 0 0%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.testAlSpatialModel 5 5 0 0 0 0%
tests/test_buildSpatialKernelVisitor.py DiffimTestCases.runAlSpatialModel 27 27 0 10 0 0%
tests/test_buildSpatialKernelVisitor.py setup_module 1 1 0 0 0 0%
tests/test_buildSpatialKernelVisitor.py (no function) 23 2 0 2 1 88%
tests/test_compareToHotpants.py DiffimTestCases.setUp 31 31 0 4 0 0%
tests/test_compareToHotpants.py DiffimTestCases.tearDown 6 6 0 0 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testSingleNoVariation 31 31 0 12 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testFourNoVariation 27 27 0 10 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testFourKernelVariation 29 29 0 10 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testFourBgVariation 29 29 0 10 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testFourVariation 31 31 0 10 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testAllBgVariation2 29 29 0 8 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testAllKernelVariation2 28 28 0 8 0 0%
tests/test_compareToHotpants.py DiffimTestCases.testAllVariation2 30 30 0 10 0 0%
tests/test_compareToHotpants.py setup_module 1 1 0 0 0 0%
tests/test_compareToHotpants.py (no function) 28 2 0 2 1 90%
tests/test_dcrModel.py DcrModelTestTask.setUp 11 11 0 0 0 0%
tests/test_dcrModel.py DcrModelTestTask.makeTestImages 21 21 0 4 0 0%
tests/test_dcrModel.py DcrModelTestTask.prepareStats 7 7 0 0 0 0%
tests/test_dcrModel.py DcrModelTestTask.makeDummyWcs 4 4 0 0 0 0%
tests/test_dcrModel.py DcrModelTestTask.makeDummyVisitInfo 15 15 0 2 0 0%
tests/test_dcrModel.py DcrModelTestTask.testDummyVisitInfo 13 13 0 2 0 0%
tests/test_dcrModel.py DcrModelTestTask.testDcrCalculation 11 11 0 2 0 0%
tests/test_dcrModel.py DcrModelTestTask.testCoordinateTransformDcrCalculation 14 14 0 6 0 0%
tests/test_dcrModel.py DcrModelTestTask.testDcrSubfilterOrder 13 13 0 4 0 0%
tests/test_dcrModel.py DcrModelTestTask.testApplyDcr 14 14 0 4 0 0%
tests/test_dcrModel.py DcrModelTestTask.testRotationAngle 9 9 0 0 0 0%
tests/test_dcrModel.py DcrModelTestTask.testRotationSouthZero 10 10 0 2 0 0%
tests/test_dcrModel.py DcrModelTestTask.testRotationFlipped 13 13 0 6 0 0%
tests/test_dcrModel.py DcrModelTestTask.testConditionDcrModelNoChange 6 6 0 4 0 0%
tests/test_dcrModel.py DcrModelTestTask.testConditionDcrModelNoChangeHighGain 6 6 0 4 0 0%
tests/test_dcrModel.py DcrModelTestTask.testConditionDcrModelWithChange 9 9 0 6 0 0%
tests/test_dcrModel.py DcrModelTestTask.testRegularizationSmallClamp 19 19 0 4 0 0%
tests/test_dcrModel.py DcrModelTestTask.testRegularizationSidelobes 19 19 0 8 0 0%
tests/test_dcrModel.py DcrModelTestTask.testRegularizeModelIter 19 19 0 0 0 0%
tests/test_dcrModel.py DcrModelTestTask.testIterateModel 6 6 0 4 0 0%
tests/test_dcrModel.py calculateAstropyDcr 21 21 0 2 0 0%
tests/test_dcrModel.py setup_module 1 1 0 0 0 0%
tests/test_dcrModel.py (no function) 46 2 0 2 1 94%
tests/test_detectAndMeasure.py DetectAndMeasureTestBase._check_diaSource 11 11 0 6 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTestBase._check_values 5 5 0 4 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTestBase._setup_detection 13 13 0 2 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_detection_xy0 12 12 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_measurements_finite 25 25 0 2 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_raise_config_schema_mismatch 2 2 0 2 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_remove_unphysical 27 27 0 2 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_detect_transients 14 14 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_detect_transients._detection_wrapper 11 11 0 4 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_missing_mask_planes 9 9 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_detect_dipoles 30 30 0 4 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_sky_sources 25 25 0 6 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_edge_detections 19 19 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_edge_detections._detection_wrapper 21 21 0 12 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_fake_mask_plane_propagation 48 48 0 4 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureTest.test_mask_streaks 20 20 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_detection_xy0 15 15 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_measurements_finite 28 28 0 2 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_detect_transients 16 16 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_detect_transients._detection_wrapper 14 14 0 6 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_detect_dipoles 32 32 0 4 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_sky_sources 29 29 0 6 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_edge_detections 20 20 0 0 0 0%
tests/test_detectAndMeasure.py DetectAndMeasureScoreTest.test_edge_detections._detection_wrapper 22 22 0 12 0 0%
tests/test_detectAndMeasure.py setup_module 1 1 0 0 0 0%
tests/test_detectAndMeasure.py (no function) 38 2 0 2 1 92%
tests/test_dipole.py makePluginAndCat 11 11 0 4 0 0%
tests/test_dipole.py createDipole 47 47 0 6 0 0%
tests/test_dipole.py DipoleAlgorithmTest.setUp 3 3 0 0 0 0%
tests/test_dipole.py DipoleAlgorithmTest.testNaiveDipoleCentroid 13 13 0 2 0 0%
tests/test_dipole.py DipoleAlgorithmTest.testNaiveDipoleFluxControl 14 14 0 2 0 0%
tests/test_dipole.py DipoleAlgorithmTest.testPsfDipoleFluxControl 15 15 0 2 0 0%
tests/test_dipole.py DipoleAlgorithmTest.testAll 2 2 0 0 0 0%
tests/test_dipole.py DipoleAlgorithmTest._makeModel 64 64 0 8 0 0%
tests/test_dipole.py DipoleAlgorithmTest.testPsfDipoleFit 27 27 0 2 0 0%
tests/test_dipole.py DipoleAlgorithmTest.measureDipole 14 14 0 0 0 0%
tests/test_dipole.py DipoleAlgorithmTest.testDipoleAnalysis 4 4 0 0 0 0%
tests/test_dipole.py DipoleAlgorithmTest.testDipoleDeblender 4 4 0 0 0 0%
tests/test_dipole.py DipoleMeasurementTaskTest.setUp 2 2 0 0 0 0%
tests/test_dipole.py DipoleMeasurementTaskTest.tearDown 1 1 0 0 0 0%
tests/test_dipole.py DipoleMeasurementTaskTest.testMeasure 9 9 0 0 0 0%
tests/test_dipole.py setup_module 1 1 0 0 0 0%
tests/test_dipole.py (no function) 41 4 0 2 1 88%
tests/test_dipoleFitter.py DipoleTestImage.__init__ 7 7 0 0 0 0%
tests/test_dipoleFitter.py DipoleTestImage.generateTestImage 1 1 0 0 0 0%
tests/test_dipoleFitter.py DipoleFitTest.testDipoleAlgorithm 18 18 0 4 0 0%
tests/test_dipoleFitter.py DipoleFitTest._runDetection 15 15 0 2 0 0%
tests/test_dipoleFitter.py DipoleFitTest._checkTaskOutput 18 18 0 4 0 0%
tests/test_dipoleFitter.py DipoleFitTest.testDipoleTask 3 3 0 0 0 0%
tests/test_dipoleFitter.py DipoleFitTest.testDipoleTaskNoPosImage 4 4 0 0 0 0%
tests/test_dipoleFitter.py DipoleFitTest.testDipoleTaskNoNegImage 4 4 0 0 0 0%
tests/test_dipoleFitter.py DipoleFitTest.testDipoleTaskNoPreSubImages 4 4 0 0 0 0%
tests/test_dipoleFitter.py DipoleFitTest.testDipoleEdge 3 3 0 0 0 0%
tests/test_dipoleFitter.py DipoleFitTest.testDipoleFootprintTooLarge 3 3 0 0 0 0%
tests/test_dipoleFitter.py setup_module 1 1 0 0 0 0%
tests/test_dipoleFitter.py (no function) 26 2 0 2 1 89%
tests/test_imageDecorrelation.py setup_module 1 1 0 0 0 0%
tests/test_imageDecorrelation.py singleGaussian2d 10 10 0 0 0 0%
tests/test_imageDecorrelation.py makeFakeImages 41 41 0 14 0 0%
tests/test_imageDecorrelation.py makeFakeImages.makeWcs 19 19 0 0 0 0%
tests/test_imageDecorrelation.py makeFakeImages.makeExposure 15 15 0 0 0 0%
tests/test_imageDecorrelation.py estimatePixelCorrelation 13 13 0 2 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest.setUp 6 6 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._setUpImages 3 3 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._setUpSourcelessImages 3 3 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._computeVarianceMean 3 3 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._computePixelVariance 3 3 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest.tearDown 2 2 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._makeAndTestUncorrectedDiffim 33 33 0 4 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._runDecorrelationTask 4 4 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._testDecorrelation 8 8 0 2 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._testDiffimCorrection 4 4 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest.testDiffimCorrection 5 5 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest.testNoiseDiffimCorrection 17 17 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._runDecorrelationTaskMapReduced 7 7 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._testDiffimCorrection_mapReduced 6 6 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest.testDiffimCorrection_mapReduced 3 3 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._runDecorrelationSpatialTask 5 5 0 0 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest._testDiffimCorrection_spatialTask 8 8 0 2 0 0%
tests/test_imageDecorrelation.py DiffimCorrectionTest.testDiffimCorrection_spatialTask 3 3 0 0 0 0%
tests/test_imageDecorrelation.py (no function) 46 2 0 6 1 94%
tests/test_imageMapReduce.py setup_module 1 1 0 0 0 0%
tests/test_imageMapReduce.py makeWcs 19 19 0 0 0 0%
tests/test_imageMapReduce.py getPsfMoments 14 14 0 4 0 0%
tests/test_imageMapReduce.py getPsfSecondMoments 2 2 0 0 0 0%
tests/test_imageMapReduce.py AddAmountImageMapper.run 6 6 0 2 0 0%
tests/test_imageMapReduce.py GetMeanImageMapper.run 3 3 0 0 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.setUp 2 2 0 0 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.tearDown 1 1 0 0 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest._makeImage 5 5 0 0 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testCopySumNoOverlaps 4 4 0 0 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest._testCopySumNoOverlaps 14 14 0 4 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testAverageWithOverlaps 2 2 0 0 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest._testAverageWithOverlaps 15 15 0 2 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest._testCoaddPsf 22 22 0 12 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testAverageVersusCopy 2 2 0 0 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest._testAverageVersusCopy 20 20 0 2 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testMean 10 10 0 2 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testCellCentroids 13 13 0 4 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testCellCentroidsWrongLength 9 9 0 6 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testMasks 21 21 0 2 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testNotNoneReduceWithNonExposureMapper 6 6 0 2 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest.testGridValidity 13 13 0 12 0 0%
tests/test_imageMapReduce.py ImageMapReduceTest._runGridValidity 26 26 0 4 0 0%
tests/test_imageMapReduce.py (no function) 53 2 0 2 1 95%
tests/test_imageStatistics.py DiffimTestCases.setUp 2 2 0 0 0 0%
tests/test_imageStatistics.py DiffimTestCases.tearDown 1 1 0 0 0 0%
tests/test_imageStatistics.py DiffimTestCases.testImageStatisticsNan 11 11 0 4 0 0%
tests/test_imageStatistics.py DiffimTestCases.testImageStatisticsZero 10 10 0 4 0 0%
tests/test_imageStatistics.py DiffimTestCases.testImageStatisticsOne 10 10 0 4 0 0%
tests/test_imageStatistics.py DiffimTestCases.testImageStatisticsCore 10 10 0 4 0 0%
tests/test_imageStatistics.py DiffimTestCases.testImageStatisticsGeneral 15 15 0 4 0 0%
tests/test_imageStatistics.py DiffimTestCases.testImageStatisticsMask1 16 16 0 6 0 0%
tests/test_imageStatistics.py DiffimTestCases.testImageStatisticsMask2 21 21 0 10 0 0%
tests/test_imageStatistics.py setup_module 1 1 0 0 0 0%
tests/test_imageStatistics.py (no function) 27 2 0 2 1 90%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.setUp 29 29 0 2 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.addNoise 7 7 0 0 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.verifyDeltaFunctionSolution 10 10 0 6 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testConstructor 27 27 0 4 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testSourceStats 9 9 0 0 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testSourceConstructor 37 37 0 4 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testDeltaFunctionScaled 12 12 0 0 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testDeltaFunction 27 27 0 8 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testGaussianWithNoise 39 39 0 14 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testGaussian 33 33 0 8 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testZeroVariance 17 17 0 0 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testConstantWeighting 3 3 0 0 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testNoBackgroundFit 2 2 0 0 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testInsert 13 13 0 4 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.testDisp 2 2 0 0 0 0%
tests/test_kernelCandidateAndSolution.py DiffimTestCases.tearDown 6 6 0 2 0 0%
tests/test_kernelCandidateAndSolution.py setup_module 1 1 0 0 0 0%
tests/test_kernelCandidateAndSolution.py (no function) 55 5 0 20 1 92%
tests/test_kernelPca.py makePoissonNoiseImage 7 7 0 0 0 0%
tests/test_kernelPca.py DiffimTestCases.setUp 4 4 0 0 0 0%
tests/test_kernelPca.py DiffimTestCases.makeCandidate 8 8 0 0 0 0%
tests/test_kernelPca.py DiffimTestCases.testGaussian 41 41 0 12 0 0%
tests/test_kernelPca.py DiffimTestCases.testImagePca 16 16 0 4 0 0%
tests/test_kernelPca.py DiffimTestCases.testEigenValues 19 19 0 0 0 0%
tests/test_kernelPca.py DiffimTestCases.testMeanSubtraction 28 28 0 6 0 0%
tests/test_kernelPca.py DiffimTestCases.testVisit 21 21 0 6 0 0%
tests/test_kernelPca.py setup_module 1 1 0 0 0 0%
tests/test_kernelPca.py (no function) 25 2 0 2 1 89%
tests/test_kernelSumVisitor.py DiffimTestCases.setUp 3 3 0 0 0 0%
tests/test_kernelSumVisitor.py DiffimTestCases.makeCandidate 8 8 0 0 0 0%
tests/test_kernelSumVisitor.py DiffimTestCases.tearDown 2 2 0 0 0 0%
tests/test_kernelSumVisitor.py DiffimTestCases.testAggregate 21 21 0 4 0 0%
tests/test_kernelSumVisitor.py DiffimTestCases.testReject 2 2 0 0 0 0%
tests/test_kernelSumVisitor.py DiffimTestCases.doReject 21 21 0 8 0 0%
tests/test_kernelSumVisitor.py DiffimTestCases.testVisit 17 17 0 6 0 0%
tests/test_kernelSumVisitor.py setup_module 1 1 0 0 0 0%
tests/test_kernelSumVisitor.py (no function) 23 2 0 2 1 88%
tests/test_metrics.py _makeDummyCatalog 13 13 0 10 0 0%
tests/test_metrics.py TestNumSciSources.makeTask 1 1 0 0 0 0%
tests/test_metrics.py TestNumSciSources.testValid 6 6 0 0 0 0%
tests/test_metrics.py TestNumSciSources.testEmptyCatalog 6 6 0 0 0 0%
tests/test_metrics.py TestNumSciSources.testSkySources 6 6 0 0 0 0%
tests/test_metrics.py TestNumSciSources.testPrimarySources 6 6 0 0 0 0%
tests/test_metrics.py TestFractionDiaSources.makeTask 1 1 0 0 0 0%
tests/test_metrics.py TestFractionDiaSources.testValid 7 7 0 0 0 0%
tests/test_metrics.py TestFractionDiaSources.testEmptyDiaCatalog 7 7 0 0 0 0%
tests/test_metrics.py TestFractionDiaSources.testEmptySciCatalog 4 4 0 2 0 0%
tests/test_metrics.py TestFractionDiaSources.testEmptyCatalogs 4 4 0 2 0 0%
tests/test_metrics.py TestFractionDiaSources.testSkySources 7 7 0 0 0 0%
tests/test_metrics.py TestFractionDiaSources.testPrimarySources 7 7 0 0 0 0%
tests/test_metrics.py setup_module 1 1 0 0 0 0%
tests/test_metrics.py (no function) 34 2 0 6 1 92%
tests/test_modelPsfMatch.py PsfMatchTestCases.setUp 11 11 0 0 0 0%
tests/test_modelPsfMatch.py PsfMatchTestCases.testTooBig 9 9 0 0 0 0%
tests/test_modelPsfMatch.py PsfMatchTestCases.testMatch 3 3 0 4 0 0%
tests/test_modelPsfMatch.py PsfMatchTestCases.runMatch 8 8 0 0 0 0%
tests/test_modelPsfMatch.py PsfMatchTestCases.testAdjustModelSize 6 6 0 0 0 0%
tests/test_modelPsfMatch.py PsfMatchTestCases.testPadPsf 18 18 0 6 0 0%
tests/test_modelPsfMatch.py PsfMatchTestCases.testPropagateVisitInfo 5 5 0 0 0 0%
tests/test_modelPsfMatch.py PsfMatchTestCases.tearDown 2 2 0 0 0 0%
tests/test_modelPsfMatch.py makeVisitInfo 1 1 0 0 0 0%
tests/test_modelPsfMatch.py setup_module 1 1 0 0 0 0%
tests/test_modelPsfMatch.py (no function) 27 2 0 2 1 90%
tests/test_subtractTask.py CustomCoaddPsf.getAveragePosition 1 1 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_allowed_config_modes 6 6 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_mismatched_template 8 8 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_incomplete_template_coverage 11 11 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_incomplete_template_coverage._run_and_check_coverage 17 17 0 8 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_clear_template_mask 31 31 0 12 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_equal_images 14 14 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_equal_images_missing_mask_planes 14 14 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_psf_size 32 32 0 6 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_auto_convolveTemplate 12 12 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_auto_convolveScience 12 12 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_science_better 6 6 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_science_better._run_and_check_images 18 18 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_template_better 6 6 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_template_better._run_and_check_images 17 17 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_symmetry 20 20 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_few_sources 9 9 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_kernel_source_selector 12 12 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_kernel_source_selector._run_and_check_sources 21 21 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_order_equal_images 26 26 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_background_subtraction 20 20 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_background_subtraction._run_and_check_images 7 7 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_scale_variance_convolve_template 17 17 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_scale_variance_convolve_template._run_and_check_images 18 18 0 6 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_scale_variance_convolve_science 17 17 0 0 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_scale_variance_convolve_science._run_and_check_images 19 19 0 6 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_exposure_properties_convolve_template 18 18 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_exposure_properties_convolve_template._run_and_check_images 14 14 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_exposure_properties_convolve_science 18 18 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_exposure_properties_convolve_science._run_and_check_images 14 14 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest._compare_apCorrMaps 6 6 0 2 0 0%
tests/test_subtractTask.py AlardLuptonSubtractTest.test_fake_mask_plane_propagation 26 26 0 4 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_mismatched_template 8 8 0 2 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_equal_images 17 17 0 0 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_incomplete_template_coverage 11 11 0 0 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_incomplete_template_coverage._run_and_check_coverage 15 15 0 8 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_clear_template_mask 32 32 0 12 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_agnostic_template_psf 24 24 0 0 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_few_sources 9 9 0 2 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_background_subtraction 24 24 0 0 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_scale_variance 19 19 0 0 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_scale_variance._run_and_check_images 21 21 0 6 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_exposure_properties 13 13 0 0 0 0%
tests/test_subtractTask.py AlardLuptonPreconvolveSubtractTest.test_exposure_properties._run_and_check_images 13 13 0 2 0 0%
tests/test_subtractTask.py setup_module 1 1 0 0 0 0%
tests/test_subtractTask.py (no function) 53 2 0 2 1 95%
tests/test_utilsCalculations.py UtilsCalculationsTest.test_angleMean 6 6 0 0 0 0%
tests/test_utilsCalculations.py UtilsCalculationsTest.test_getPsfFwhm 11 11 0 0 0 0%
tests/test_utilsCalculations.py UtilsCalculationsTest.test_getPsfFwhm.make_and_check_psf 6 6 0 0 0 0%
tests/test_utilsCalculations.py (no function) 8 0 0 0 0 100%
Total   8065 6719 0 1846 50 15%

No items found using the specified filter.