Definition at line 468 of file tests.py.
def lsst.meas.base.tests.AlgorithmTestCase.makeForcedMeasurementConfig |
( |
|
self, |
|
|
|
plugin = None , |
|
|
|
dependencies = () |
|
) |
| |
Convenience function to create a Config instance for ForcedMeasurementTask
In addition to the plugins specified in the plugin and dependencies arguments,
the TransformedCentroid and TransformedShape plugins will be run and used as the
Centroid and Shape slots; these simply transform the reference catalog centroid
and shape to the measurement coordinate system.
Definition at line 517 of file tests.py.
def lsst.meas.base.tests.AlgorithmTestCase.makeForcedMeasurementTask |
( |
|
self, |
|
|
|
plugin = None , |
|
|
|
dependencies = () , |
|
|
|
config = None , |
|
|
|
refSchema = None , |
|
|
|
algMetadata = None |
|
) |
| |
Convenience function to create a ForcedMeasurementTask with a simple configuration.
Definition at line 537 of file tests.py.
def lsst.meas.base.tests.AlgorithmTestCase.makeSingleFrameMeasurementConfig |
( |
|
self, |
|
|
|
plugin = None , |
|
|
|
dependencies = () |
|
) |
| |
Convenience function to create a Config instance for SingleFrameMeasurementTask
The plugin and its dependencies will be the only plugins run, while the Centroid, Shape,
and ModelFlux slots will be set to the truth fields generated by the TestDataset class.
Definition at line 484 of file tests.py.
def lsst.meas.base.tests.AlgorithmTestCase.makeSingleFrameMeasurementTask |
( |
|
self, |
|
|
|
plugin = None , |
|
|
|
dependencies = () , |
|
|
|
config = None , |
|
|
|
schema = None , |
|
|
|
algMetadata = None |
|
) |
| |
Convenience function to create a SingleFrameMeasurementTask with a simple configuration.
Definition at line 502 of file tests.py.
def lsst.meas.base.tests.AlgorithmTestCase.setUpClass |
( |
|
cls | ) |
|
int lsst.meas.base.tests.AlgorithmTestCase.randomSeed = 1234 |
|
static |
The documentation for this class was generated from the following file: