lsst.obs.base  20.0.0-70-g7d2a655+ee3286235b
Static Public Attributes | List of all members
lsst.obs.base.gen2to3.convertRepo.ConvertRepoSkyMapConfig Class Reference
Inheritance diagram for lsst.obs.base.gen2to3.convertRepo.ConvertRepoSkyMapConfig:

Static Public Attributes

 skyMap
 

Detailed Description

Sub-config used to hold the parameters of a SkyMap.

Notes
-----
This config only needs to exist because we can't put a
`~lsst.pex.config.RegistryField` directly inside a
`~lsst.pex.config.ConfigDictField`.

It needs to have its only field named "skyMap" for compatibility with the
configuration of `lsst.pipe.tasks.MakeSkyMapTask`, which we want so we can
use one config file in an obs package to configure both.

This name leads to unfortunate repetition with the field named
"skymap" that holds it - "skyMap[name].skyMap" - but that seems
unavoidable.

Definition at line 103 of file convertRepo.py.

Member Data Documentation

◆ skyMap

lsst.obs.base.gen2to3.convertRepo.ConvertRepoSkyMapConfig.skyMap
static
Initial value:
= skyMapRegistry.makeField(
doc="Type and parameters for the SkyMap itself.",
default="dodeca",
)

Definition at line 120 of file convertRepo.py.


The documentation for this class was generated from the following file: