Coverage report: 30%

Files Functions Classes

coverage.py v7.5.1, created at 2024-05-07 10:11 +0000

File function statements missing excluded branches partial coverage
python/lsst/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/meas/__init__.py (no function) 2 0 0 0 0 100%
python/lsst/meas/base/__init__.py (no function) 24 0 0 0 0 100%
python/lsst/meas/base/_id_generator.py BaseIdGeneratorConfig.make_field 1 0 0 0 0 100%
python/lsst/meas/base/_id_generator.py BaseIdGeneratorConfig.apply 2 2 0 0 0 0%
python/lsst/meas/base/_id_generator.py BaseIdGeneratorConfig._make_dimension_packer 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py DetectorExposureIdGeneratorConfig._make_dimension_packer 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py DetectorVisitIdGeneratorConfig._make_dimension_packer 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py SkyMapIdGeneratorConfig._make_dimension_packer 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.catalog_id 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.__str__ 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.make_table_id_factory 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.make_source_catalog 2 2 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.arange 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.unpacker_from_config 2 2 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.unpacker_from_dimension_packer 3 3 0 0 0 0%
python/lsst/meas/base/_id_generator.py IdGenerator.unpacker_from_dimension_packer.unpack 7 7 0 2 0 0%
python/lsst/meas/base/_id_generator.py FullIdGenerator.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/_id_generator.py FullIdGenerator.data_id 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py FullIdGenerator.release_id 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py FullIdGenerator.catalog_id 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py FullIdGenerator.__str__ 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py FullIdGenerator.make_table_id_factory 1 1 0 0 0 0%
python/lsst/meas/base/_id_generator.py FullIdGenerator.arange 5 5 0 4 0 0%
python/lsst/meas/base/_id_generator.py _IdGeneratorBits.__post_init__ 4 4 0 0 0 0%
python/lsst/meas/base/_id_generator.py (no function) 65 0 0 20 2 98%
python/lsst/meas/base/apCorrRegistry.py addApCorrName 1 0 0 0 0 100%
python/lsst/meas/base/apCorrRegistry.py getApCorrNameSet 1 1 0 0 0 0%
python/lsst/meas/base/apCorrRegistry.py (no function) 5 0 0 0 0 100%
python/lsst/meas/base/applyApCorr.py ApCorrInfo.__init__ 20 20 0 4 0 0%
python/lsst/meas/base/applyApCorr.py ApplyApCorrTask.__init__ 17 17 0 12 0 0%
python/lsst/meas/base/applyApCorr.py ApplyApCorrTask.run 50 50 0 28 0 0%
python/lsst/meas/base/applyApCorr.py (no function) 44 0 0 0 0 100%
python/lsst/meas/base/baseMeasurement.py SourceSlotConfig.setupSchema 17 17 0 16 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementConfig.__new__ 6 6 0 2 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementConfig.validate 13 13 0 14 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementTask.__init__ 6 6 0 2 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementTask.initializePlugins 13 13 0 12 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementTask.callMeasure 8 8 0 6 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementTask.doMeasurement 10 10 0 4 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementTask.callMeasureN 8 8 0 6 0 0%
python/lsst/meas/base/baseMeasurement.py BaseMeasurementTask.doMeasurementN 12 12 0 8 0 0%
python/lsst/meas/base/baseMeasurement.py (no function) 46 0 0 0 0 100%
python/lsst/meas/base/catalogCalculation.py CatalogCalculationPlugin.__init__ 1 1 0 0 0 0%
python/lsst/meas/base/catalogCalculation.py CatalogCalculationPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/catalogCalculation.py CatalogCalculationPlugin.calculate 1 1 0 0 0 0%
python/lsst/meas/base/catalogCalculation.py CCContext.__init__ 3 3 0 0 0 0%
python/lsst/meas/base/catalogCalculation.py CCContext.__enter__ 1 1 0 0 0 0%
python/lsst/meas/base/catalogCalculation.py CCContext.__exit__ 8 8 0 6 0 0%
python/lsst/meas/base/catalogCalculation.py CatalogCalculationTask.__init__ 7 7 0 2 0 0%
python/lsst/meas/base/catalogCalculation.py CatalogCalculationTask.initializePlugins 14 14 0 10 0 0%
python/lsst/meas/base/catalogCalculation.py CatalogCalculationTask.run 1 1 0 0 0 0%
python/lsst/meas/base/catalogCalculation.py CatalogCalculationTask.callCompute 8 8 0 12 0 0%
python/lsst/meas/base/catalogCalculation.py (no function) 36 0 0 4 0 100%
python/lsst/meas/base/classification.py CatalogCalculationClassificationPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/classification.py CatalogCalculationClassificationPlugin.__init__ 3 3 0 0 0 0%
python/lsst/meas/base/classification.py CatalogCalculationClassificationPlugin.calculate 13 13 0 6 0 0%
python/lsst/meas/base/classification.py CatalogCalculationClassificationPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/classification.py (no function) 18 0 0 4 0 100%
python/lsst/meas/base/compensatedGaussian/__init__.py (no function) 1 0 0 0 0 100%
python/lsst/meas/base/compensatedGaussian/_compensatedGaussian.py SingleFrameCompensatedGaussianFluxPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/compensatedGaussian/_compensatedGaussian.py SingleFrameCompensatedGaussianFluxPlugin.__init__ 21 21 0 2 0 0%
python/lsst/meas/base/compensatedGaussian/_compensatedGaussian.py SingleFrameCompensatedGaussianFluxPlugin.fail 3 3 0 2 0 0%
python/lsst/meas/base/compensatedGaussian/_compensatedGaussian.py SingleFrameCompensatedGaussianFluxPlugin.measure 26 26 0 6 0 0%
python/lsst/meas/base/compensatedGaussian/_compensatedGaussian.py (no function) 21 0 0 4 0 100%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationPlugin.__init__ 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationPlugin.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationPlugin.fail 2 2 0 2 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationTask.__init__ 7 7 0 2 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationTask.initializePlugins 15 15 0 10 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationTask._validatePluginCols 9 9 0 8 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationTask.run 11 11 0 8 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationTask.callCompute 43 43 0 34 0 0%
python/lsst/meas/base/diaCalculation.py DiaObjectCalculationTask._initialize_dia_object 4 4 0 2 0 0%
python/lsst/meas/base/diaCalculation.py (no function) 42 0 0 4 0 100%
python/lsst/meas/base/diaCalculationPlugins.py catchWarnings 5 1 0 2 1 71%
python/lsst/meas/base/diaCalculationPlugins.py catchWarnings.decoratorCatchWarnings 2 0 0 2 0 100%
python/lsst/meas/base/diaCalculationPlugins.py catchWarnings.decoratorCatchWarnings.wrapperCatchWarnings 4 4 0 4 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MeanDiaPosition.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MeanDiaPosition.calculate 6 6 0 4 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MeanDiaPosition.calculate._computeMeanPos 7 7 0 4 0 0%
python/lsst/meas/base/diaCalculationPlugins.py HTMIndexDiaPosition.__init__ 2 2 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py HTMIndexDiaPosition.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py HTMIndexDiaPosition.calculate 2 2 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py NumDiaSourcesDiaPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py NumDiaSourcesDiaPlugin.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SimpleSourceFlagDiaPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SimpleSourceFlagDiaPlugin.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py WeightedMeanDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py WeightedMeanDiaPsfFlux.calculate 11 11 0 6 0 0%
python/lsst/meas/base/diaCalculationPlugins.py WeightedMeanDiaPsfFlux.calculate._weightedMean 9 9 0 2 0 0%
python/lsst/meas/base/diaCalculationPlugins.py PercentileDiaPsfFlux.__init__ 2 2 0 2 0 0%
python/lsst/meas/base/diaCalculationPlugins.py PercentileDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py PercentileDiaPsfFlux.calculate 8 8 0 4 0 0%
python/lsst/meas/base/diaCalculationPlugins.py PercentileDiaPsfFlux.calculate._fluxPercentiles 2 2 0 2 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SigmaDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SigmaDiaPsfFlux.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py Chi2DiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py Chi2DiaPsfFlux.calculate 3 3 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py Chi2DiaPsfFlux.calculate._chi2 2 2 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MadDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MadDiaPsfFlux.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SkewDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SkewDiaPsfFlux.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MinMaxDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MinMaxDiaPsfFlux.calculate 8 8 0 4 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MaxSlopeDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MaxSlopeDiaPsfFlux.calculate 2 2 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py MaxSlopeDiaPsfFlux.calculate._maxSlope 8 8 0 2 0 0%
python/lsst/meas/base/diaCalculationPlugins.py ErrMeanDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py ErrMeanDiaPsfFlux.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py LinearFitDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py LinearFitDiaPsfFlux.calculate 8 8 0 4 0 0%
python/lsst/meas/base/diaCalculationPlugins.py LinearFitDiaPsfFlux.calculate._linearFit 9 9 0 2 0 0%
python/lsst/meas/base/diaCalculationPlugins.py StetsonJDiaPsfFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py StetsonJDiaPsfFlux.calculate 3 3 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py StetsonJDiaPsfFlux.calculate._stetsonJ 6 6 0 2 0 0%
python/lsst/meas/base/diaCalculationPlugins.py StetsonJDiaPsfFlux._stetson_J 5 5 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py StetsonJDiaPsfFlux._stetson_mean 13 13 0 6 0 0%
python/lsst/meas/base/diaCalculationPlugins.py WeightedMeanDiaTotFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py WeightedMeanDiaTotFlux.calculate 8 8 0 4 0 0%
python/lsst/meas/base/diaCalculationPlugins.py WeightedMeanDiaTotFlux.calculate._meanFlux 6 6 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SigmaDiaTotFlux.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py SigmaDiaTotFlux.calculate 1 1 0 0 0 0%
python/lsst/meas/base/diaCalculationPlugins.py (no function) 213 0 0 78 0 100%
python/lsst/meas/base/footprintArea.py CatalogCalculationFootprintAreaPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/footprintArea.py CatalogCalculationFootprintAreaPlugin.__init__ 2 2 0 0 0 0%
python/lsst/meas/base/footprintArea.py CatalogCalculationFootprintAreaPlugin.calculate 1 1 0 0 0 0%
python/lsst/meas/base/footprintArea.py CatalogCalculationFootprintAreaPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/footprintArea.py (no function) 14 0 0 4 0 100%
python/lsst/meas/base/forcedMeasurement.py ForcedPlugin.__init__ 1 1 0 0 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedPlugin.measure 1 1 0 0 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedPlugin.measureN 1 1 0 0 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedMeasurementConfig.setDefaults 7 7 0 0 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedMeasurementTask.__init__ 11 11 0 2 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedMeasurementTask.run 41 41 0 28 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedMeasurementTask.generateMeasCat 11 11 0 4 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedMeasurementTask.attachTransformedFootprints 4 4 0 2 0 0%
python/lsst/meas/base/forcedMeasurement.py ForcedMeasurementTask.attachPsfShapeFootprints 15 15 0 4 0 0%
python/lsst/meas/base/forcedMeasurement.py (no function) 31 0 0 2 1 97%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdConnections.__init__ 3 3 0 2 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdConfig.setDefaults 7 7 0 0 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdTask.__init__ 10 10 0 6 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdTask.runQuantum 13 13 0 2 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdTask.prepareCalibratedExposure 16 16 0 14 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdTask.mergeAndFilterReferences 23 23 0 14 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdTask.generateMeasCat 3 3 0 0 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdTask.run 8 8 0 4 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdTask.attachFootprints 4 4 0 4 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdFromDataFrameConnections.__init__ 3 3 0 2 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdFromDataFrameConfig.setDefaults 11 11 0 0 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdFromDataFrameConfig.validate 3 3 0 2 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdFromDataFrameTask.__init__ 6 6 0 2 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdFromDataFrameTask.runQuantum 13 13 0 6 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdFromDataFrameTask.df2RefCat 6 6 0 0 0 0%
python/lsst/meas/base/forcedPhotCcd.py ForcedPhotCcdFromDataFrameTask.df2SourceCat 8 8 0 2 0 0%
python/lsst/meas/base/forcedPhotCcd.py (no function) 71 0 0 0 0 100%
python/lsst/meas/base/noiseReplacer.py NoiseReplacer.__init__ 44 44 0 18 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacer.insertSource 10 10 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacer.removeSource 10 10 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacer.end 14 14 0 6 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacer.getNoiseGenerator 54 54 0 30 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacerList.__init__ 3 3 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacerList.insertSource 2 2 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacerList.removeSource 2 2 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseReplacerList.end 2 2 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseGenerator.getHeavyFootprint 3 3 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseGenerator.getMaskedImage 2 2 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py NoiseGenerator.getImage 1 1 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py ImageNoiseGenerator.__init__ 3 3 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py ImageNoiseGenerator.getMaskedImage 1 1 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py GaussianNoiseGenerator.__init__ 3 3 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py GaussianNoiseGenerator.getRandomImage 4 4 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py FixedGaussianNoiseGenerator.__init__ 3 3 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py FixedGaussianNoiseGenerator.__str__ 1 1 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py FixedGaussianNoiseGenerator.getImage 4 4 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py VariancePlaneNoiseGenerator.__init__ 5 5 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py VariancePlaneNoiseGenerator.__str__ 1 1 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py VariancePlaneNoiseGenerator.getImage 7 7 0 2 0 0%
python/lsst/meas/base/noiseReplacer.py DummyNoiseReplacer.insertSource 1 1 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py DummyNoiseReplacer.removeSource 1 1 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py DummyNoiseReplacer.end 1 1 0 0 0 0%
python/lsst/meas/base/noiseReplacer.py (no function) 50 0 0 0 0 100%
python/lsst/meas/base/pluginRegistry.py generateAlgorithmName 15 2 0 10 4 76%
python/lsst/meas/base/pluginRegistry.py PluginRegistry.Configurable.__init__ 2 0 0 0 0 100%
python/lsst/meas/base/pluginRegistry.py PluginRegistry.Configurable.ConfigClass 1 0 0 0 0 100%
python/lsst/meas/base/pluginRegistry.py PluginRegistry.Configurable.__call__ 1 1 0 0 0 0%
python/lsst/meas/base/pluginRegistry.py PluginRegistry.register 5 2 0 4 2 56%
python/lsst/meas/base/pluginRegistry.py PluginRegistry.makeField 1 0 0 0 0 100%
python/lsst/meas/base/pluginRegistry.py register 2 0 0 0 0 100%
python/lsst/meas/base/pluginRegistry.py register.decorate 2 0 0 0 0 100%
python/lsst/meas/base/pluginRegistry.py PluginMap.iter 3 3 0 4 0 0%
python/lsst/meas/base/pluginRegistry.py PluginMap.iterN 3 3 0 4 0 0%
python/lsst/meas/base/pluginRegistry.py (no function) 20 0 0 2 0 100%
python/lsst/meas/base/plugins.py SingleFrameFPPositionPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameFPPositionPlugin.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameFPPositionPlugin.measure 7 7 0 2 0 0%
python/lsst/meas/base/plugins.py SingleFrameFPPositionPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameJacobianPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameJacobianPlugin.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameJacobianPlugin.measure 3 3 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameJacobianPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py VariancePlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py VariancePlugin.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/plugins.py VariancePlugin.measure 15 15 0 4 0 0%
python/lsst/meas/base/plugins.py VariancePlugin.fail 6 6 0 4 0 0%
python/lsst/meas/base/plugins.py InputCountPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py InputCountPlugin.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/plugins.py InputCountPlugin.measure 6 6 0 4 0 0%
python/lsst/meas/base/plugins.py InputCountPlugin.fail 5 5 0 4 0 0%
python/lsst/meas/base/plugins.py EvaluateLocalPhotoCalibPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py EvaluateLocalPhotoCalibPlugin.__init__ 3 3 0 0 0 0%
python/lsst/meas/base/plugins.py EvaluateLocalPhotoCalibPlugin.measure 5 5 0 0 0 0%
python/lsst/meas/base/plugins.py EvaluateLocalWcsPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py EvaluateLocalWcsPlugin.__init__ 5 5 0 0 0 0%
python/lsst/meas/base/plugins.py EvaluateLocalWcsPlugin.measure 6 6 0 0 0 0%
python/lsst/meas/base/plugins.py EvaluateLocalWcsPlugin.makeLocalTransformMatrix 5 5 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFramePeakCentroidPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFramePeakCentroidPlugin.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFramePeakCentroidPlugin.measure 3 3 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFramePeakCentroidPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFramePeakCentroidPlugin.getTransformClass 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameSkyCoordPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameSkyCoordPlugin.measure 3 3 0 2 0 0%
python/lsst/meas/base/plugins.py SingleFrameSkyCoordPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameMomentsClassifierPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameMomentsClassifierPlugin.__init__ 3 3 0 0 0 0%
python/lsst/meas/base/plugins.py SingleFrameMomentsClassifierPlugin.measure 13 13 0 2 0 0%
python/lsst/meas/base/plugins.py SingleFrameMomentsClassifierPlugin.fail 2 2 0 0 0 0%
python/lsst/meas/base/plugins.py ForcedPeakCentroidPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py ForcedPeakCentroidPlugin.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/plugins.py ForcedPeakCentroidPlugin.measure 6 6 0 0 0 0%
python/lsst/meas/base/plugins.py ForcedPeakCentroidPlugin.getTransformClass 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py ForcedTransformedCentroidPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py ForcedTransformedCentroidPlugin.__init__ 8 8 0 2 0 0%
python/lsst/meas/base/plugins.py ForcedTransformedCentroidPlugin.measure 7 7 0 4 0 0%
python/lsst/meas/base/plugins.py ForcedTransformedCentroidFromCoordPlugin.measure 5 5 0 2 0 0%
python/lsst/meas/base/plugins.py ForcedTransformedShapePlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/plugins.py ForcedTransformedShapePlugin.__init__ 9 9 0 2 0 0%
python/lsst/meas/base/plugins.py ForcedTransformedShapePlugin.measure 8 8 0 4 0 0%
python/lsst/meas/base/plugins.py (no function) 174 0 0 46 0 100%
python/lsst/meas/base/pluginsBase.py BasePlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/pluginsBase.py BasePlugin.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/pluginsBase.py BasePlugin.getLogName 1 1 0 0 0 0%
python/lsst/meas/base/pluginsBase.py BasePlugin.fail 3 3 0 0 0 0%
python/lsst/meas/base/pluginsBase.py BasePlugin.getTransformClass 1 1 0 0 0 0%
python/lsst/meas/base/pluginsBase.py (no function) 26 0 0 4 0 100%
python/lsst/meas/base/sfm.py SingleFramePlugin.__init__ 1 1 0 0 0 0%
python/lsst/meas/base/sfm.py SingleFramePlugin.measure 1 1 0 0 0 0%
python/lsst/meas/base/sfm.py SingleFramePlugin.measureN 1 1 0 0 0 0%
python/lsst/meas/base/sfm.py SingleFrameMeasurementTask.__init__ 8 8 0 2 0 0%
python/lsst/meas/base/sfm.py SingleFrameMeasurementTask.run 13 13 0 8 0 0%
python/lsst/meas/base/sfm.py SingleFrameMeasurementTask.runPlugins 30 30 0 20 0 0%
python/lsst/meas/base/sfm.py SingleFrameMeasurementTask.measure 1 1 0 0 0 0%
python/lsst/meas/base/sfm.py (no function) 35 0 0 4 1 97%
python/lsst/meas/base/tests.py BlendContext.__init__ 4 4 0 0 0 0%
python/lsst/meas/base/tests.py BlendContext.__enter__ 1 1 0 0 0 0%
python/lsst/meas/base/tests.py BlendContext.addChild 5 5 0 0 0 0%
python/lsst/meas/base/tests.py BlendContext.__exit__ 31 31 0 10 0 0%
python/lsst/meas/base/tests.py TestDataset.__init__ 7 7 0 2 0 0%
python/lsst/meas/base/tests.py TestDataset.makeMinimalSchema 20 20 0 2 0 0%
python/lsst/meas/base/tests.py TestDataset.makePerturbedWcs 26 26 0 8 0 0%
python/lsst/meas/base/tests.py TestDataset.makePerturbedWcs.splitRandom 7 7 0 6 0 0%
python/lsst/meas/base/tests.py TestDataset.makeEmptyExposure 16 16 0 6 0 0%
python/lsst/meas/base/tests.py TestDataset.drawGaussian 7 7 0 0 0 0%
python/lsst/meas/base/tests.py TestDataset._installFootprint 14 14 0 10 0 0%
python/lsst/meas/base/tests.py TestDataset.addSource 17 17 0 2 0 0%
python/lsst/meas/base/tests.py TestDataset.addBlend 1 1 0 0 0 0%
python/lsst/meas/base/tests.py TestDataset.transform 24 24 0 8 0 0%
python/lsst/meas/base/tests.py TestDataset.realize 27 27 0 4 0 0%
python/lsst/meas/base/tests.py AlgorithmTestCase.makeSingleFrameMeasurementConfig 13 13 0 2 0 0%
python/lsst/meas/base/tests.py AlgorithmTestCase.makeSingleFrameMeasurementTask 10 10 0 8 0 0%
python/lsst/meas/base/tests.py AlgorithmTestCase.makeForcedMeasurementConfig 9 9 0 0 0 0%
python/lsst/meas/base/tests.py AlgorithmTestCase.makeForcedMeasurementTask 9 9 0 8 0 0%
python/lsst/meas/base/tests.py TransformTestCase.setUp 3 3 0 0 0 0%
python/lsst/meas/base/tests.py TransformTestCase.tearDown 5 5 0 0 0 0%
python/lsst/meas/base/tests.py TransformTestCase._populateCatalog 8 8 0 8 0 0%
python/lsst/meas/base/tests.py TransformTestCase._checkOutput 8 8 0 8 0 0%
python/lsst/meas/base/tests.py TransformTestCase._runTransform 3 3 0 2 0 0%
python/lsst/meas/base/tests.py TransformTestCase.testTransform 5 5 0 0 0 0%
python/lsst/meas/base/tests.py TransformTestCase._checkRegisteredTransform 1 1 0 0 0 0%
python/lsst/meas/base/tests.py TransformTestCase.testRegistration 4 4 0 4 0 0%
python/lsst/meas/base/tests.py SingleFramePluginTransformSetupHelper._setupTransform 11 11 0 0 0 0%
python/lsst/meas/base/tests.py ForcedPluginTransformSetupHelper._setupTransform 11 11 0 0 0 0%
python/lsst/meas/base/tests.py FluxTransformTestCase._setFieldsInRecords 5 5 0 2 0 0%
python/lsst/meas/base/tests.py FluxTransformTestCase._compareFieldsInRecords 11 11 0 4 0 0%
python/lsst/meas/base/tests.py CentroidTransformTestCase._setFieldsInRecords 7 7 0 6 0 0%
python/lsst/meas/base/tests.py CentroidTransformTestCase._compareFieldsInRecords 12 12 0 0 0 0%
python/lsst/meas/base/tests.py (no function) 67 0 0 8 0 100%
python/lsst/meas/base/transforms.py MeasurementTransform.__init__ 2 2 0 0 0 0%
python/lsst/meas/base/transforms.py MeasurementTransform.__call__ 1 1 0 0 0 0%
python/lsst/meas/base/transforms.py MeasurementTransform._checkCatalogSize 2 2 0 2 0 0%
python/lsst/meas/base/transforms.py NullTransform.__call__ 1 1 0 0 0 0%
python/lsst/meas/base/transforms.py PassThroughTransform.__init__ 3 3 0 2 0 0%
python/lsst/meas/base/transforms.py PassThroughTransform.__call__ 1 1 0 0 0 0%
python/lsst/meas/base/transforms.py SimpleCentroidTransform.__init__ 2 2 0 0 0 0%
python/lsst/meas/base/transforms.py SimpleCentroidTransform.__call__ 4 4 0 2 0 0%
python/lsst/meas/base/transforms.py (no function) 18 0 0 2 0 100%
python/lsst/meas/base/version.py (no function) 5 0 0 0 0 100%
python/lsst/meas/base/wrappers.py WrappedSingleFramePlugin.__init__ 4 4 0 2 0 0%
python/lsst/meas/base/wrappers.py WrappedSingleFramePlugin.measure 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py WrappedSingleFramePlugin.measureN 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py WrappedSingleFramePlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py WrappedForcedPlugin.__init__ 4 4 0 2 0 0%
python/lsst/meas/base/wrappers.py WrappedForcedPlugin.measure 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py WrappedForcedPlugin.measureN 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py WrappedForcedPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py wrapAlgorithmControl 5 2 0 2 1 57%
python/lsst/meas/base/wrappers.py wrapAlgorithm 17 1 0 14 4 84%
python/lsst/meas/base/wrappers.py wrapAlgorithm.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py wrapSingleFrameAlgorithm 17 12 0 12 1 28%
python/lsst/meas/base/wrappers.py wrapSingleFrameAlgorithm.factory 3 3 0 2 0 0%
python/lsst/meas/base/wrappers.py wrapForcedAlgorithm 21 14 0 14 2 31%
python/lsst/meas/base/wrappers.py wrapForcedAlgorithm.extractSchemaArg 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py wrapForcedAlgorithm.factory 3 3 0 2 0 0%
python/lsst/meas/base/wrappers.py wrapSimpleAlgorithm 1 0 0 0 0 100%
python/lsst/meas/base/wrappers.py wrapTransform 3 0 0 0 0 100%
python/lsst/meas/base/wrappers.py wrapTransform._init 3 3 0 2 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.__init__ 2 2 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.measure 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.measureN 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeSingleFramePlugin 13 0 0 4 0 100%
python/lsst/meas/base/wrappers.py GenericPlugin.makeSingleFramePlugin.SingleFrameFromGenericPlugin.__init__ 2 2 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeSingleFramePlugin.SingleFrameFromGenericPlugin.measure 2 2 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeSingleFramePlugin.SingleFrameFromGenericPlugin.measureN 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeSingleFramePlugin.SingleFrameFromGenericPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeSingleFramePlugin.SingleFrameFromGenericPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeSingleFramePlugin.SingleFrameFromGenericPlugin.getTransformClass 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeForcedPlugin 13 0 0 4 0 100%
python/lsst/meas/base/wrappers.py GenericPlugin.makeForcedPlugin.ForcedFromGenericPlugin.__init__ 3 3 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeForcedPlugin.ForcedFromGenericPlugin.measure 2 2 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeForcedPlugin.ForcedFromGenericPlugin.measureN 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeForcedPlugin.ForcedFromGenericPlugin.fail 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeForcedPlugin.ForcedFromGenericPlugin.getExecutionOrder 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py GenericPlugin.makeForcedPlugin.ForcedFromGenericPlugin.getTransformClass 1 1 0 0 0 0%
python/lsst/meas/base/wrappers.py (no function) 36 0 0 6 0 100%
tests/sillyCentroid.py (no function) 4 0 0 0 0 100%
tests/testLib.py (no function) 3 0 0 0 0 100%
tests/test_ApCorrNameSet.py MinimalistTestPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_ApCorrNameSet.py MinimalistTestPlugin.fail 1 1 0 0 0 0%
tests/test_ApCorrNameSet.py ApCorrNameTestCase.testDefaultNames 3 3 0 0 0 0%
tests/test_ApCorrNameSet.py ApCorrNameTestCase.testAdd 9 9 0 0 0 0%
tests/test_ApCorrNameSet.py ApCorrNameTestCase.testCopy 5 5 0 0 0 0%
tests/test_ApCorrNameSet.py ApCorrNameTestCase.testRegisterDecorator 9 9 0 4 0 0%
tests/test_ApCorrNameSet.py setup_module 1 1 0 0 0 0%
tests/test_ApCorrNameSet.py (no function) 18 2 0 4 1 86%
tests/test_ApertureFlux.py ApertureFluxTestCase.setUp 5 5 0 0 0 0%
tests/test_ApertureFlux.py ApertureFluxTestCase.tearDown 2 2 0 0 0 0%
tests/test_ApertureFlux.py ApertureFluxTestCase.computeNaiveArea 2 2 0 0 0 0%
tests/test_ApertureFlux.py ApertureFluxTestCase.testNaive 16 16 0 4 0 0%
tests/test_ApertureFlux.py ApertureFluxTestCase.testNaive.check 7 7 0 2 0 0%
tests/test_ApertureFlux.py ApertureFluxTestCase.testSinc 20 20 0 4 0 0%
tests/test_ApertureFlux.py ApertureFluxTestCase.testSinc.check 7 7 0 2 0 0%
tests/test_ApertureFlux.py CircularApertureFluxTestCase.setUp 3 3 0 0 0 0%
tests/test_ApertureFlux.py CircularApertureFluxTestCase.tearDown 2 2 0 0 0 0%
tests/test_ApertureFlux.py CircularApertureFluxTestCase.testSingleFramePlugin 33 33 0 10 0 0%
tests/test_ApertureFlux.py CircularApertureFluxTestCase.testForcedPlugin 20 20 0 4 0 0%
tests/test_ApertureFlux.py ApertureFluxTransformTestCase.CircApFluxAlgorithmFactory.__call__ 1 1 0 0 0 0%
tests/test_ApertureFlux.py ApertureFluxTransformTestCase.testTransform 1 1 0 2 0 0%
tests/test_ApertureFlux.py setup_module 1 1 0 0 0 0%
tests/test_ApertureFlux.py (no function) 35 2 0 2 1 92%
tests/test_ApplyApCorr.py initializeSourceCatalog 10 10 0 0 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.setUp 13 13 0 2 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.tearDown 2 2 0 0 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.testAddFields 4 4 0 0 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.testSuccessUnflagged 15 15 0 0 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.testFailureFlagged 15 15 0 0 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.testCatFluxUnchanged 14 14 0 0 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.testCatFluxHalf 15 15 0 0 0 0%
tests/test_ApplyApCorr.py ApplyApCorrTestCase.testCatFluxErr 15 15 0 0 0 0%
tests/test_ApplyApCorr.py setup_module 1 1 0 0 0 0%
tests/test_ApplyApCorr.py (no function) 26 2 0 2 1 89%
tests/test_Blendedness.py BlendednessTestCase.setUp 6 6 0 2 0 0%
tests/test_Blendedness.py BlendednessTestCase.tearDown 3 3 0 0 0 0%
tests/test_Blendedness.py BlendednessTestCase.testAbsExpectation 7 7 0 0 0 0%
tests/test_Blendedness.py BlendednessTestCase.testAbsBias 7 7 0 0 0 0%
tests/test_Blendedness.py BlendednessTestCase.testBlendedness 5 5 0 0 0 0%
tests/test_Blendedness.py setup_module 1 1 0 0 0 0%
tests/test_Blendedness.py (no function) 18 2 0 2 1 85%
tests/test_CatalogCalculation.py FailCC.getExecutionOrder 1 1 0 0 0 0%
tests/test_CatalogCalculation.py FailCC.__init__ 2 2 0 0 0 0%
tests/test_CatalogCalculation.py FailCC.calculate 1 1 0 0 0 0%
tests/test_CatalogCalculation.py FailCC.fail 1 1 0 0 0 0%
tests/test_CatalogCalculation.py SingleRecordCC.getExecutionOrder 1 1 0 0 0 0%
tests/test_CatalogCalculation.py SingleRecordCC.__init__ 3 3 0 0 0 0%
tests/test_CatalogCalculation.py SingleRecordCC.calculate 2 2 0 0 0 0%
tests/test_CatalogCalculation.py SingleRecordCC.fail 1 1 0 0 0 0%
tests/test_CatalogCalculation.py MultiRecordAb.getExecutionOrder 1 1 0 0 0 0%
tests/test_CatalogCalculation.py MultiRecordAb.__init__ 3 3 0 0 0 0%
tests/test_CatalogCalculation.py MultiRecordAb.calculate 3 3 0 2 0 0%
tests/test_CatalogCalculation.py MultiRecordAb.fail 2 2 0 2 0 0%
tests/test_CatalogCalculation.py DependentAb.getExecutionOrder 1 1 0 0 0 0%
tests/test_CatalogCalculation.py DependentAb.__init__ 3 3 0 0 0 0%
tests/test_CatalogCalculation.py DependentAb.calculate 2 2 0 0 0 0%
tests/test_CatalogCalculation.py DependentAb.fail 1 1 0 0 0 0%
tests/test_CatalogCalculation.py CatalogCalculationTest.setUp 11 11 0 2 0 0%
tests/test_CatalogCalculation.py CatalogCalculationTest.testCatalogCalculation 9 9 0 8 0 0%
tests/test_CatalogCalculation.py CatalogCalculationTest.tearDown 1 1 0 0 0 0%
tests/test_CatalogCalculation.py setup_module 1 1 0 0 0 0%
tests/test_CatalogCalculation.py (no function) 45 2 0 18 1 95%
tests/test_CentroidChecker.py Centroider.getExecutionOrder 1 1 0 0 0 0%
tests/test_CentroidChecker.py Centroider.__init__ 12 12 0 4 0 0%
tests/test_CentroidChecker.py Centroider.measure 8 8 0 2 0 0%
tests/test_CentroidChecker.py Centroider.fail 3 3 0 2 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.setUp 4 4 0 0 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.tearDown 1 1 0 0 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.testNoError 8 8 0 0 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.testCheckErrors 13 13 0 0 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.testCheckErrors.runMeasurement 9 9 0 0 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.testCentroidDistance 11 11 0 0 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.testCentroidOutsideFootprint 10 10 0 0 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.testNaiveCentroid 11 11 0 2 0 0%
tests/test_CentroidChecker.py CentroidCheckerTestCase.testSdssCentroid 10 10 0 0 0 0%
tests/test_CentroidChecker.py setup_module 1 1 0 0 0 0%
tests/test_CentroidChecker.py (no function) 40 2 0 6 1 93%
tests/test_Classification.py ClassificationTestCase.setUp 4 4 0 0 0 0%
tests/test_Classification.py ClassificationTestCase.tearDown 2 2 0 0 0 0%
tests/test_Classification.py ClassificationTestCase.testSingleFramePlugin 12 12 0 2 0 0%
tests/test_Classification.py ClassificationTestCase.testFlags 18 18 0 0 0 0%
tests/test_Classification.py ClassificationTestCase.testFlags.runFlagTest 12 12 0 0 0 0%
tests/test_Classification.py setup_module 1 1 0 0 0 0%
tests/test_Classification.py (no function) 19 2 0 2 1 86%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.setUp 21 21 0 0 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.tearDown 4 4 0 0 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.makeAlgorithm 5 5 0 2 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase._calcNumpyCompensatedGaussian 10 10 0 0 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.testCompensatedGaussianInnerProduct 26 26 0 10 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.testCompensatedGaussianSubPixels 19 19 0 6 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.testCompensatedGaussianPlugin 23 23 0 12 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.testCompensatedGaussianPluginFailure 14 14 0 0 0 0%
tests/test_CompensatedGaussianFlux.py CompensatedGaussianFluxTestCase.testMonteCarlo 23 23 0 8 0 0%
tests/test_CompensatedGaussianFlux.py setup_module 1 1 0 0 0 0%
tests/test_CompensatedGaussianFlux.py (no function) 24 2 0 2 1 88%
tests/test_EvaluateLocalCalibration.py TestLocalPhotoCalibration.setUp 4 4 0 0 0 0%
tests/test_EvaluateLocalCalibration.py TestLocalPhotoCalibration.tearDown 3 3 0 0 0 0%
tests/test_EvaluateLocalCalibration.py TestLocalPhotoCalibration.testPhotoCalib 8 8 0 0 0 0%
tests/test_EvaluateLocalCalibration.py TestLocalWcs.setUp 4 4 0 0 0 0%
tests/test_EvaluateLocalCalibration.py TestLocalWcs.tearDown 3 3 0 0 0 0%
tests/test_EvaluateLocalCalibration.py TestLocalWcs.testMatrix 10 10 0 0 0 0%
tests/test_EvaluateLocalCalibration.py setup_module 1 1 0 0 0 0%
tests/test_EvaluateLocalCalibration.py (no function) 19 2 0 2 1 86%
tests/test_FPPosition.py FPPositionTestCase.setUp 6 6 0 4 0 0%
tests/test_FPPosition.py FPPositionTestCase.tearDown 4 4 0 0 0 0%
tests/test_FPPosition.py FPPositionTestCase.testFPPosition 10 10 0 2 0 0%
tests/test_FPPosition.py setup_module 1 1 0 0 0 0%
tests/test_FPPosition.py (no function) 16 2 0 2 1 83%
tests/test_FlagHandler.py PythonPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_FlagHandler.py PythonPlugin.__init__ 9 9 0 0 0 0%
tests/test_FlagHandler.py PythonPlugin.measure 15 15 0 8 0 0%
tests/test_FlagHandler.py PythonPlugin.fail 3 3 0 2 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.setUp 15 15 0 0 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.tearDown 2 2 0 0 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testFlagHandler 32 32 0 2 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testNoFailureFlag 23 23 0 2 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testPluginNoError 8 8 0 0 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testPluginUnexpectedError 10 10 0 0 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testPluginContainsNan 9 9 0 0 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testPluginEdgeError 10 10 0 0 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testSafeCentroider 23 23 0 0 0 0%
tests/test_FlagHandler.py FlagHandlerTestCase.testEmptyDefinitionList 7 7 0 4 0 0%
tests/test_FlagHandler.py setup_module 1 1 0 0 0 0%
tests/test_FlagHandler.py (no function) 41 2 0 6 1 94%
tests/test_FootprintArea.py FootprintAreaTestCase.setUp 4 4 0 0 0 0%
tests/test_FootprintArea.py FootprintAreaTestCase.tearDown 3 3 0 0 0 0%
tests/test_FootprintArea.py FootprintAreaTestCase.testSingleFramePlugin 8 8 0 0 0 0%
tests/test_FootprintArea.py setup_module 1 1 0 0 0 0%
tests/test_FootprintArea.py (no function) 14 2 0 2 1 81%
tests/test_GaussianFlux.py GaussianFluxTestCase.setUp 4 4 0 0 0 0%
tests/test_GaussianFlux.py GaussianFluxTestCase.tearDown 2 2 0 0 0 0%
tests/test_GaussianFlux.py GaussianFluxTestCase.makeAlgorithm 5 5 0 2 0 0%
tests/test_GaussianFlux.py GaussianFluxTestCase.testGaussians 5 5 0 2 0 0%
tests/test_GaussianFlux.py GaussianFluxTestCase.testMonteCarlo 22 22 0 4 0 0%
tests/test_GaussianFlux.py GaussianFluxTestCase.testForcedPlugin 15 15 0 2 0 0%
tests/test_GaussianFlux.py setup_module 1 1 0 0 0 0%
tests/test_GaussianFlux.py (no function) 26 2 0 2 1 89%
tests/test_ImportCentroidAlgorithm.py CentroidTestCase.testApplyCentroid 19 19 0 4 0 0%
tests/test_ImportCentroidAlgorithm.py CentroidTestCase.testMeasureCentroid 33 33 0 0 0 0%
tests/test_ImportCentroidAlgorithm.py setup_module 1 1 0 0 0 0%
tests/test_ImportCentroidAlgorithm.py (no function) 21 2 0 2 1 87%
tests/test_InputCount.py ccdVennDiagram 26 26 0 6 0 0%
tests/test_InputCount.py InputCountTest.testInputCounts 46 46 0 8 0 0%
tests/test_InputCount.py InputCountTest._preparePlugin 17 17 0 2 0 0%
tests/test_InputCount.py InputCountTest.testBadCentroid 19 19 0 2 0 0%
tests/test_InputCount.py InputCountTest.testBadCoaddInputs 9 9 0 2 0 0%
tests/test_InputCount.py setup_module 1 1 0 0 0 0%
tests/test_InputCount.py (no function) 30 4 0 2 1 84%
tests/test_InputUtilities.py InputUtilitiesTestCase.testFlagAliases 8 8 0 0 0 0%
tests/test_InputUtilities.py InputUtilitiesTestCase.testCentroidFlagAliases 8 8 0 0 0 0%
tests/test_InputUtilities.py InputUtilitiesTestCase.testUnmetCentroidDependency 6 6 0 2 0 0%
tests/test_InputUtilities.py InputUtilitiesTestCase.testUnmetShapeDependency 6 6 0 2 0 0%
tests/test_InputUtilities.py setup_module 1 1 0 0 0 0%
tests/test_InputUtilities.py (no function) 17 2 0 2 1 84%
tests/test_Jacobian.py JacobianTestCase.setUp 8 8 0 2 0 0%
tests/test_Jacobian.py JacobianTestCase.tearDown 4 4 0 0 0 0%
tests/test_Jacobian.py JacobianTestCase.testJacobianPlugin 10 10 0 0 0 0%
tests/test_Jacobian.py setup_module 1 1 0 0 0 0%
tests/test_Jacobian.py (no function) 17 2 0 2 1 84%
tests/test_MeasureSources.py makePluginAndCat 11 11 0 4 0 0%
tests/test_MeasureSources.py MeasureSourcesTestCase.setUp 1 1 0 0 0 0%
tests/test_MeasureSources.py MeasureSourcesTestCase.tearDown 1 1 0 0 0 0%
tests/test_MeasureSources.py MeasureSourcesTestCase.testCircularApertureMeasure 16 16 0 2 0 0%
tests/test_MeasureSources.py MeasureSourcesTestCase.testPeakLikelihoodFlux 68 68 0 18 0 0%
tests/test_MeasureSources.py MeasureSourcesTestCase.testPixelFlags 58 58 0 12 0 0%
tests/test_MeasureSources.py addStar 13 13 0 4 0 0%
tests/test_MeasureSources.py makeFakeImage 10 10 0 4 0 0%
tests/test_MeasureSources.py setup_module 1 1 0 0 0 0%
tests/test_MeasureSources.py (no function) 33 2 0 2 1 91%
tests/test_MomentsClassifier.py MomentsClassificationTestCase.setUp 6 6 0 0 0 0%
tests/test_MomentsClassifier.py MomentsClassificationTestCase.tearDown 2 2 0 0 0 0%
tests/test_MomentsClassifier.py MomentsClassificationTestCase.testSingleFramePlugin 8 8 0 4 0 0%
tests/test_MomentsClassifier.py MomentsClassificationTestCase.testFailure 11 11 0 6 0 0%
tests/test_MomentsClassifier.py MomentsClassificationTestCase.testMonteCarlo 16 16 0 6 0 0%
tests/test_MomentsClassifier.py setup_module 1 1 0 0 0 0%
tests/test_MomentsClassifier.py (no function) 18 2 0 4 1 86%
tests/test_NaiveCentroid.py NaiveCentroidTestCase.setUp 4 4 0 0 0 0%
tests/test_NaiveCentroid.py NaiveCentroidTestCase.testSingleFramePlugin 10 10 0 2 0 0%
tests/test_NaiveCentroid.py setup_module 1 1 0 0 0 0%
tests/test_NaiveCentroid.py (no function) 20 2 0 2 1 86%
tests/test_NoiseReplacer.py NoiseReplacerTestPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_NoiseReplacer.py NoiseReplacerTestPlugin.__init__ 3 3 0 0 0 0%
tests/test_NoiseReplacer.py NoiseReplacerTestPlugin.measure 8 8 0 0 0 0%
tests/test_NoiseReplacer.py NoiseReplacerTestCase.setUp 8 8 0 2 0 0%
tests/test_NoiseReplacer.py NoiseReplacerTestCase.testNoiseReplacer 12 12 0 4 0 0%
tests/test_NoiseReplacer.py NoiseReplacerTestCase.tearDown 2 2 0 0 0 0%
tests/test_NoiseReplacer.py setup_module 1 1 0 0 0 0%
tests/test_NoiseReplacer.py (no function) 27 2 0 8 1 91%
tests/test_PeakCentroid.py onlyLogFatal 5 5 0 0 0 0%
tests/test_PeakCentroid.py SingleFramePeakCentroidTestCase.setUp 6 6 0 0 0 0%
tests/test_PeakCentroid.py SingleFramePeakCentroidTestCase.tearDown 6 6 0 0 0 0%
tests/test_PeakCentroid.py SingleFramePeakCentroidTestCase.testSingleFramePlugin 6 6 0 0 0 0%
tests/test_PeakCentroid.py SingleFramePeakCentroidTestCase.testFlags 4 4 0 2 0 0%
tests/test_PeakCentroid.py SingleFramePeakCentroidTransformTestCase.SingleFramePeakCentroidPluginFactory.__call__ 1 1 0 0 0 0%
tests/test_PeakCentroid.py setup_module 1 1 0 0 0 0%
tests/test_PeakCentroid.py (no function) 34 2 0 4 1 92%
tests/test_PeakLikelihoodFlux.py setup_module 1 1 0 0 0 0%
tests/test_PeakLikelihoodFlux.py (no function) 16 2 0 2 1 83%
tests/test_PixelFlags.py PixelFlagsTestCase.setUp 3 3 0 0 0 0%
tests/test_PixelFlags.py PixelFlagsTestCase.testNoFlags 21 21 0 0 0 0%
tests/test_PixelFlags.py PixelFlagsTestCase.testSomeFlags 25 25 0 0 0 0%
tests/test_PixelFlags.py PixelFlagsTestCase.testOffimageNonfinite 13 13 0 0 0 0%
tests/test_PixelFlags.py PixelFlagsTestCase.testOffimage 21 21 0 0 0 0%
tests/test_PixelFlags.py PixelFlagsTestCase.testEdgeFlags 15 15 0 0 0 0%
tests/test_PixelFlags.py setup_module 1 1 0 0 0 0%
tests/test_PixelFlags.py (no function) 18 2 0 2 1 85%
tests/test_PluginLogs.py LoggingPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_PluginLogs.py LoggingPlugin.__init__ 6 6 0 0 0 0%
tests/test_PluginLogs.py LoggingPlugin.measure 7 7 0 2 0 0%
tests/test_PluginLogs.py LoggingPlugin.fail 3 3 0 2 0 0%
tests/test_PluginLogs.py RegisteredPluginsTestCase.testSingleFramePlugins 17 17 0 6 0 0%
tests/test_PluginLogs.py RegisteredPluginsTestCase.testForcedPlugins 24 24 0 6 0 0%
tests/test_PluginLogs.py LoggingPythonTestCase.setUp 14 14 0 0 0 0%
tests/test_PluginLogs.py LoggingPythonTestCase.tearDown 2 2 0 0 0 0%
tests/test_PluginLogs.py LoggingPythonTestCase.testLoggingPythonPlugin 11 11 0 2 0 0%
tests/test_PluginLogs.py LoggingPythonTestCase.testLoggingCppPlugin 13 13 0 2 0 0%
tests/test_PluginLogs.py setup_module 1 1 0 0 0 0%
tests/test_PluginLogs.py (no function) 40 2 0 6 1 93%
tests/test_PsfFlux.py compute_chi2 10 10 0 2 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.setUp 4 4 0 0 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.tearDown 3 3 0 0 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.makeAlgorithm 5 5 0 2 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.testMasking 22 22 0 2 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.testSubImage 15 15 0 0 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.testNoPsf 5 5 0 2 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.testMonteCarlo 34 34 0 4 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.testSingleFramePlugin 8 8 0 0 0 0%
tests/test_PsfFlux.py PsfFluxTestCase.testForcedPlugin 18 18 0 0 0 0%
tests/test_PsfFlux.py setup_module 1 1 0 0 0 0%
tests/test_PsfFlux.py (no function) 31 2 0 2 1 91%
tests/test_ScaledApertureFlux.py ScaledApertureFluxTestCase.setUp 5 5 0 0 0 0%
tests/test_ScaledApertureFlux.py ScaledApertureFluxTestCase.tearDown 3 3 0 0 0 0%
tests/test_ScaledApertureFlux.py ScaledApertureFluxTestCase.makeAlgorithm 5 5 0 2 0 0%
tests/test_ScaledApertureFlux.py ScaledApertureFluxTestCase.testSourceFlux 15 15 0 0 0 0%
tests/test_ScaledApertureFlux.py ScaledApertureFluxTestCase.testApertureTruncated 9 9 0 0 0 0%
tests/test_ScaledApertureFlux.py ScaledApertureFluxTestCase.testSincCoeffsTruncated 9 9 0 0 0 0%
tests/test_ScaledApertureFlux.py setup_module 1 1 0 0 0 0%
tests/test_ScaledApertureFlux.py (no function) 27 2 0 2 1 90%
tests/test_SdssCentroid.py SdssCentroidTestCase.setUp 4 4 0 0 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.tearDown 3 3 0 0 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.makeAlgorithm 5 5 0 2 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.testSingleFramePlugin 8 8 0 0 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.testMonteCarlo 33 33 0 4 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.testEdge 15 15 0 0 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.testNearEdge 15 15 0 0 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.testNo2ndDerivative 9 9 0 0 0 0%
tests/test_SdssCentroid.py SdssCentroidTestCase.testNotAtMaximum 9 9 0 0 0 0%
tests/test_SdssCentroid.py setup_module 1 1 0 0 0 0%
tests/test_SdssCentroid.py (no function) 29 2 0 2 1 90%
tests/test_SdssShape.py SdssShapeTestCase.setUp 5 5 0 0 0 0%
tests/test_SdssShape.py SdssShapeTestCase.tearDown 3 3 0 0 0 0%
tests/test_SdssShape.py SdssShapeTestCase.makeAlgorithm 5 5 0 2 0 0%
tests/test_SdssShape.py SdssShapeTestCase.assertFinite 1 1 0 0 0 0%
tests/test_SdssShape.py SdssShapeTestCase._runMeasurementTask 4 4 0 0 0 0%
tests/test_SdssShape.py SdssShapeTestCase._checkShape 19 19 0 0 0 0%
tests/test_SdssShape.py SdssShapeTestCase._checkPsfShape 4 4 0 0 0 0%
tests/test_SdssShape.py SdssShapeTestCase.testMeasureGoodPsf 8 8 0 2 0 0%
tests/test_SdssShape.py SdssShapeTestCase.testMeasureWithoutPsf 10 10 0 2 0 0%
tests/test_SdssShape.py SdssShapeTestCase.testMeasureBadPsf 10 10 0 2 0 0%
tests/test_SdssShape.py SdssShapeTestCase.testMonteCarlo 23 23 0 8 0 0%
tests/test_SdssShape.py SdssShapeTransformTestCase._setFieldsInRecords 6 6 0 6 0 0%
tests/test_SdssShape.py SdssShapeTransformTestCase._compareFieldsInRecords 21 21 0 2 0 0%
tests/test_SdssShape.py PsfSdssShapeTransformTestCase.makeSdssShapeControl 3 3 0 0 0 0%
tests/test_SdssShape.py setup_module 1 1 0 0 0 0%
tests/test_SdssShape.py (no function) 41 2 0 2 1 93%
tests/test_ShapeUtilities.py ShapeTransformMatrixTestCase.testIdentity 4 4 0 0 0 0%
tests/test_ShapeUtilities.py ShapeTransformMatrixTestCase.testVsTransform 3 3 0 0 0 0%
tests/test_ShapeUtilities.py ShapeTransformMatrixTestCase.testVales 11 11 0 0 0 0%
tests/test_ShapeUtilities.py setup_module 1 1 0 0 0 0%
tests/test_ShapeUtilities.py (no function) 16 2 0 2 1 83%
tests/test_SincPhotSums.py plantSources 24 24 0 4 0 0%
tests/test_SincPhotSums.py SincPhotSums.setUp 16 16 0 2 0 0%
tests/test_SincPhotSums.py SincPhotSums.tearDown 3 3 0 0 0 0%
tests/test_SincPhotSums.py SincPhotSums.testEllipticalGaussian 38 38 0 14 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.setUp 4 4 0 0 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.tearDown 1 1 0 0 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.assertCached 2 2 0 0 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.assertNotCached 2 2 0 0 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.getCoeffCircle 5 5 0 0 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.testNoCachingElliptical 3 3 0 0 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.testNoCachingCircular 2 2 0 0 0 0%
tests/test_SincPhotSums.py SincCoeffTestCase.testWithCaching 3 3 0 0 0 0%
tests/test_SincPhotSums.py setup_module 1 1 0 0 0 0%
tests/test_SincPhotSums.py (no function) 37 4 0 2 1 87%
tests/test_SkyCoord.py SkyCoordTestCase.setUp 4 4 0 0 0 0%
tests/test_SkyCoord.py SkyCoordTestCase.tearDown 3 3 0 0 0 0%
tests/test_SkyCoord.py SkyCoordTestCase.testSingleFramePlugin 7 7 0 0 0 0%
tests/test_SkyCoord.py setup_module 1 1 0 0 0 0%
tests/test_SkyCoord.py (no function) 14 2 0 2 1 81%
tests/test_TestUtilities.py TestDatasetTestCase.setUp 4 4 0 0 0 0%
tests/test_TestUtilities.py TestDatasetTestCase.tearDown 1 1 0 0 0 0%
tests/test_TestUtilities.py TestDatasetTestCase.test_perturb 3 3 0 0 0 0%
tests/test_TestUtilities.py TestDatasetTestCase.test_randomState 4 4 0 2 0 0%
tests/test_TestUtilities.py setup_module 1 1 0 0 0 0%
tests/test_TestUtilities.py (no function) 17 2 0 2 1 84%
tests/test_Transform.py makeWcs 11 11 0 0 0 0%
tests/test_Transform.py TransformTestCase._generateCatalog 8 8 0 0 0 0%
tests/test_Transform.py TransformTestCase._performTransform 8 8 0 2 0 0%
tests/test_Transform.py TransformTestCase._checkSillyOutputs 8 8 0 4 0 0%
tests/test_Transform.py TransformTestCase.testNullTransform 6 6 0 2 0 0%
tests/test_Transform.py TransformTestCase.testPassThroughTransform 8 8 0 6 0 0%
tests/test_Transform.py TransformTestCase.testPythonConfig 5 5 0 2 0 0%
tests/test_Transform.py TransformTestCase.testApplyCppTransform 9 9 0 0 0 0%
tests/test_Transform.py AlgorithmConfigurationTestCase.testDefaultTransform 1 1 0 0 0 0%
tests/test_Transform.py AlgorithmConfigurationTestCase.testWrapAlgorithm 4 4 0 0 0 0%
tests/test_Transform.py setup_module 1 1 0 0 0 0%
tests/test_Transform.py (no function) 38 2 0 4 1 93%
tests/test_Variance.py VarianceTest.setUp 70 70 0 4 0 0%
tests/test_Variance.py VarianceTest.tearDown 5 5 0 0 0 0%
tests/test_Variance.py VarianceTest.testVariance 3 3 0 0 0 0%
tests/test_Variance.py VarianceTest.testEmptyFootprint 4 4 0 0 0 0%
tests/test_Variance.py BadCentroidTest.testBadCentroid 19 19 0 4 0 0%
tests/test_Variance.py setup_module 1 1 0 0 0 0%
tests/test_Variance.py (no function) 27 2 0 2 1 90%
tests/test_centroid.py CentroidTestCase.do_testAstrometry 36 36 0 2 0 0%
tests/test_centroid.py CentroidTestCase.testSdssMeasureCentroid 4 4 0 0 0 0%
tests/test_centroid.py SingleFrameMeasurementTaskTestCase.mySetup 20 20 0 0 0 0%
tests/test_centroid.py SingleFrameMeasurementTaskTestCase.setUp 8 8 0 4 0 0%
tests/test_centroid.py SingleFrameMeasurementTaskTestCase.testCentroider 2 2 0 0 0 0%
tests/test_centroid.py setup_module 1 1 0 0 0 0%
tests/test_centroid.py (no function) 22 2 0 2 1 88%
tests/test_diaCalculation.py CountDiaPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_diaCalculation.py CountDiaPlugin.calculate 1 1 0 0 0 0%
tests/test_diaCalculation.py DiaPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_diaCalculation.py DiaPlugin.calculate 2 2 0 0 0 0%
tests/test_diaCalculation.py DependentDiaPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_diaCalculation.py DependentDiaPlugin.calculate 1 1 0 0 0 0%
tests/test_diaCalculation.py CollidingDiaPlugin.getExecutionOrder 1 1 0 0 0 0%
tests/test_diaCalculation.py CollidingDiaPlugin.calculate 1 1 0 0 0 0%
tests/test_diaCalculation.py TestDiaCalcluation.setUp 10 10 0 6 0 0%
tests/test_diaCalculation.py TestDiaCalcluation.testRun 18 18 0 6 0 0%
tests/test_diaCalculation.py TestDiaCalcluation.testRunUnindexed 9 9 0 4 0 0%
tests/test_diaCalculation.py TestDiaCalcluation.testConflictingPlugins 11 11 0 4 0 0%
tests/test_diaCalculation.py setup_module 1 1 0 0 0 0%
tests/test_diaCalculation.py (no function) 41 2 0 18 1 95%
tests/test_diaCalculationPlugins.py run_single_plugin 5 5 0 0 0 0%
tests/test_diaCalculationPlugins.py run_multi_plugin 6 6 0 0 0 0%
tests/test_diaCalculationPlugins.py TestMeanPosition.testCalculate 27 27 0 0 0 0%
tests/test_diaCalculationPlugins.py TestHTMIndexPosition.testCalculate 15 15 0 0 0 0%
tests/test_diaCalculationPlugins.py TestNDiaSourcesDiaPlugin.testCalculate 7 7 0 2 0 0%
tests/test_diaCalculationPlugins.py TestSimpleSourceFlagDiaPlugin.testCalculate 21 21 0 0 0 0%
tests/test_diaCalculationPlugins.py TestWeightedMeanDiaPsfFlux.testCalculate 17 17 0 0 0 0%
tests/test_diaCalculationPlugins.py TestPercentileDiaPsfFlux.testCalculate 15 15 0 4 0 0%
tests/test_diaCalculationPlugins.py TestSigmaDiaPsfFlux.testCalculate 17 17 0 0 0 0%
tests/test_diaCalculationPlugins.py TestChi2DiaPsfFlux.testCalculate 13 13 0 0 0 0%
tests/test_diaCalculationPlugins.py TestMadDiaPsfFlux.testCalculate 13 13 0 0 0 0%
tests/test_diaCalculationPlugins.py TestSkewDiaPsfFlux.testCalculate 13 13 0 0 0 0%
tests/test_diaCalculationPlugins.py TestMinMaxDiaPsfFlux.testCalculate 15 15 0 0 0 0%
tests/test_diaCalculationPlugins.py TestMaxSlopeDiaPsfFlux.testCalculate 19 19 0 0 0 0%
tests/test_diaCalculationPlugins.py TestErrMeanDiaPsfFlux.testCalculate 14 14 0 0 0 0%
tests/test_diaCalculationPlugins.py TestLinearFitDiaPsfFlux.testCalculate 19 19 0 0 0 0%
tests/test_diaCalculationPlugins.py TestStetsonJDiaPsfFlux.testCalculate 20 20 0 0 0 0%
tests/test_diaCalculationPlugins.py TestWeightedMeanDiaTotFlux.testCalculate 15 15 0 0 0 0%
tests/test_diaCalculationPlugins.py TestSigmaDiaTotFlux.testCalculate 17 17 0 0 0 0%
tests/test_diaCalculationPlugins.py skew_wrapper 4 4 0 2 0 0%
tests/test_diaCalculationPlugins.py setup_module 1 1 0 0 0 0%
tests/test_diaCalculationPlugins.py (no function) 50 2 0 2 1 94%
tests/test_forcedPhot.py ForcedPhotometryTests.setUp 12 12 0 0 0 0%
tests/test_forcedPhot.py ForcedPhotCcdTaskTestCase.testRun 9 9 0 0 0 0%
tests/test_forcedPhot.py ForcedPhotCcdFromDataFrameTaskTestCase.testRun 9 9 0 0 0 0%
tests/test_forcedPhot.py setup_module 1 1 0 0 0 0%
tests/test_forcedPhot.py (no function) 21 2 0 2 1 87%
tests/test_id_generator.py IdGeneratorTestCase.setUp 2 2 0 0 0 0%
tests/test_id_generator.py IdGeneratorTestCase.test_no_packer 2 2 0 0 0 0%
tests/test_id_generator.py IdGeneratorTestCase.test_visit 9 9 0 0 0 0%
tests/test_id_generator.py IdGeneratorTestCase.test_exposure 9 9 0 0 0 0%
tests/test_id_generator.py IdGeneratorTestCase.test_skymap 6 6 0 0 0 0%
tests/test_id_generator.py IdGeneratorTestCase.check_invariants 12 12 0 6 0 0%
tests/test_id_generator.py (no function) 19 1 0 2 1 90%
tests/test_localBackground.py LocalBackgroundTestCase.setUp 10 10 0 0 0 0%
tests/test_localBackground.py LocalBackgroundTestCase.tearDown 2 2 0 0 0 0%
tests/test_localBackground.py LocalBackgroundTestCase.checkCatalog 16 16 0 0 0 0%
tests/test_localBackground.py LocalBackgroundTestCase.setConfig 3 3 0 0 0 0%
tests/test_localBackground.py LocalBackgroundTestCase.testSingleFramePlugin 5 5 0 0 0 0%
tests/test_localBackground.py LocalBackgroundTestCase.testForcedPlugin 11 11 0 0 0 0%
tests/test_localBackground.py setup_module 1 1 0 0 0 0%
tests/test_localBackground.py (no function) 27 2 0 2 1 90%
tests/test_undeblended.py UndeblendedTestCase.testUndeblendedMeasurement 88 88 0 4 0 0%
tests/test_undeblended.py UndeblendedTestCase.testUndeblendedMeasurement.checkSource 3 3 0 0 0 0%
tests/test_undeblended.py setup_module 1 1 0 0 0 0%
tests/test_undeblended.py (no function) 21 2 0 2 1 87%
Total   6964 4775 0 1446 61 30%

No items found using the specified filter.