lsst.obs.base
18.1.0-11-g311e899
|
Classes | |
class | DataIdExtractor |
class | RepoConverter |
Functions | |
def | findMapperClass (root) |
def lsst.obs.base.gen3.repoConverter.findMapperClass | ( | root | ) |
Find the mapper class associated with a Gen2 data repository root. Parameters ---------- root : `str` Path to a Gen2 repository root directory. Returns ------- cls : `type` A subclass of `lsst.obs.base.CameraMapper`. Raises ------ ValueError Raised if the directory does not appear to be the root of a Gen2 data repository.
Definition at line 40 of file repoConverter.py.