|
lsst.obs.base
19.0.0-35-gb03e55a
|
Public Member Functions | |
| def | setUp (self) |
| def | tearDown (self) |
| def | check_raw (self, gen3Butler, exposure, detector) |
| def | check_calibs (self, calibName, calibIds, gen3Butler) |
| def | check_defects (self, gen3Butler, detectors) |
| def | check_refcat (self, gen3Butler) |
| def | check_collections (self, gen3Butler) |
| def | test_convert (self) |
Public Attributes | |
| gen3root | |
| gen2Butler | |
Static Public Attributes | |
| string | gen2root = "" |
| string | gen2calib = "" |
| instrumentName = None | |
| instrumentClass = None | |
| config = None | |
| list | biases = [] |
| string | biasName = "bias" |
| list | flats = [] |
| string | flatName = "flat" |
| list | darks = [] |
| string | darkName = "dark" |
| dictionary | kwargs = {} |
| list | refcats = [] |
| collections = set() | |
| string | detectorKey = "ccd" |
| string | exposureKey = "visit" |
| string | calibFilterType = "physical_filter" |
| skymapName = None | |
| skymapConfig = None | |
Test the `convert_gen2_repo_to_gen3.py` script. Subclass this, and then `lsst.utils.tests.TestCase` and set the below attributes. Uses the `lsst.obs.base.script.convertGen2RepoToGen3.convert` function to do the conversion.
Definition at line 40 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.check_calibs | ( | self, | |
| calibName, | |||
| calibIds, | |||
| gen3Butler | |||
| ) |
Test that we can get converted bias/dark/flat from the gen3 repo.
Note: because there is no clear way to get calibrations from a gen2
repo, we just test that the thing we got is an ExposureF here, and
assume that formatter testing is handled properly elsewhere.
Parameters
----------
calibName : `str`
The name of the calibration to attempt to get ("bias", "flat").
calibIds : `list` of `dict`
The list of calibration dataIds to get.
gen3Butler : `lsst.daf.butler.Butler`
The Butler to use to get the data.
Definition at line 169 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.check_collections | ( | self, | |
| gen3Butler | |||
| ) |
Test that the correct set of collections is in the gen3 repo.
Parameters
----------
gen3Butler : `lsst.daf.butler.Butler`
The Butler to be tested.
Definition at line 226 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.check_defects | ( | self, | |
| gen3Butler, | |||
| detectors | |||
| ) |
Test that we can get converted defects from the gen3 repo.
Parameters
----------
gen3Butler : `lsst.daf.butler.Butler`
The Butler to be tested.
detectors : `list` of `int`
The detector identifiers to ``get`` from the gen3 butler.
Definition at line 191 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.check_raw | ( | self, | |
| gen3Butler, | |||
| exposure, | |||
| detector | |||
| ) |
Check that a raw was converted correctly.
Parameters
----------
gen3Butler : `lsst.daf.butler.Butler`
The Butler to be tested.
exposure : `int`
The exposure/vist identifier ``get`` from both butlers.
detector : `int`
The detector identifier to ``get`` from both butlers.
Definition at line 143 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.check_refcat | ( | self, | |
| gen3Butler | |||
| ) |
Test that each expected refcat is in the gen3 repo.
Parameters
----------
gen3Butler : `lsst.daf.butler.Butler`
The Butler to be tested.
Definition at line 212 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.setUp | ( | self | ) |
Definition at line 115 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.tearDown | ( | self | ) |
Definition at line 125 of file convertTests.py.
| def lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.test_convert | ( | self | ) |
Test that all data are converted correctly.
Definition at line 237 of file convertTests.py.
|
static |
Definition at line 64 of file convertTests.py.
|
static |
Definition at line 67 of file convertTests.py.
|
static |
Definition at line 105 of file convertTests.py.
|
static |
Definition at line 90 of file convertTests.py.
|
static |
Definition at line 60 of file convertTests.py.
|
static |
Definition at line 79 of file convertTests.py.
|
static |
Definition at line 76 of file convertTests.py.
|
static |
Definition at line 99 of file convertTests.py.
|
static |
Definition at line 102 of file convertTests.py.
|
static |
Definition at line 73 of file convertTests.py.
|
static |
Definition at line 70 of file convertTests.py.
| lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.gen2Butler |
Definition at line 117 of file convertTests.py.
|
static |
Definition at line 50 of file convertTests.py.
|
static |
Definition at line 47 of file convertTests.py.
| lsst.obs.base.gen2to3.convertTests.ConvertGen2To3TestCase.gen3root |
Definition at line 116 of file convertTests.py.
|
static |
Definition at line 56 of file convertTests.py.
|
static |
Definition at line 53 of file convertTests.py.
|
static |
Definition at line 82 of file convertTests.py.
|
static |
Definition at line 86 of file convertTests.py.
|
static |
Definition at line 112 of file convertTests.py.
|
static |
Definition at line 109 of file convertTests.py.
1.8.13