Core
Entry points and configuration helpers exposed at the package root.
Typical usage:
from hipscatalog_gen import load_config, run_pipeline
cfg = load_config("config.yaml")
run_pipeline(cfg)
Top-level configuration container for the HiPS pipeline. |
|
Load configuration from a YAML file. |
|
Lazily import and invoke the pipeline entrypoint. |
|
Display a concise reference of all configuration options. |
|
Build configuration from an in-memory mapping. |
|
Entry point for the command-line interface. |