|
| read_sources_months |
|
| read_forced_sources_months |
|
| schema_file |
|
| extra_schema_file |
|
Part of Apdb configuration common to all implementations.
◆ extra_schema_file
lsst.dax.apdb.apdb.ApdbConfig.extra_schema_file |
|
static |
Initial value:= Field(
dtype=str,
doc="Location of (YAML) configuration file with extra schema, "
"definitions in this file are merged with the definitions in "
"'schema_file', extending or replacing parts of the schema.",
default=_data_file_name("apdb-schema-extra.yaml")
)
◆ read_forced_sources_months
lsst.dax.apdb.apdb.ApdbConfig.read_forced_sources_months |
|
static |
Initial value:= Field(
dtype=int,
doc="Number of months of history to read from DiaForcedSource",
default=12
)
◆ read_sources_months
lsst.dax.apdb.apdb.ApdbConfig.read_sources_months |
|
static |
Initial value:= Field(
dtype=int,
doc="Number of months of history to read from DiaSource",
default=12
)
◆ schema_file
lsst.dax.apdb.apdb.ApdbConfig.schema_file |
|
static |
Initial value:= Field(
dtype=str,
doc="Location of (YAML) configuration file with standard schema",
default=_data_file_name("apdb-schema.yaml")
)
The documentation for this class was generated from the following file:
- python/lsst/dax/apdb/apdb.py