|
lsst.pipe.tasks gfb5511b3f7+6fc9c088ec
|
Classes | |
| class | MakeSkyMapConfig |
Functions | |
| makeSkyMap (butler, config) | |
| registerSkymap (repo, config, config_file) | |
Variables | |
| _log = logging.getLogger(__name__) | |
| lsst.pipe.tasks.script.registerSkymap.makeSkyMap | ( | butler, | |
| config ) |
Construct and save a SkyMap into a gen3 butler repository.
Parameters
----------
butler : `lsst.daf.butler.Butler`
Butler repository to which the new skymap will be written.
config : `MakeSkyMapConfig` or None
Instance of a configuration class specifying task options.
Definition at line 53 of file registerSkymap.py.
| lsst.pipe.tasks.script.registerSkymap.registerSkymap | ( | repo, | |
| config, | |||
| config_file ) |
Make and register a SkyMap in a butler repository.
Parameters
----------
repo : `str`
URI to the location of the butler repository.
config : `dict` [`str`, `str`] or `None`
Key-value pairs to apply as overrides to the ingest config.
config_file : `str` or `None`
Path to a config overrides file. Can be a URI.
Raises
------
RuntimeError
If a config overrides file is given and does not exist.
Definition at line 68 of file registerSkymap.py.
|
protected |
Definition at line 30 of file registerSkymap.py.