uvex_transients.cli.pipeline#
Plain functions implementing each CLI stage, kept free of click so they’re directly testable.
uvex_transients.cli.main’s subcommands are thin wrappers around these – each one parses arguments, calls one of these, and reports a short summary.
Functions
|
Validate config for command and describe what it would do, without sampling or writing anything. |
|
Run one or more of the config's declared |
|
Build the detection-count estimator table per the config's |
|
Tabulate an ExposureCatalog per the config's |
|
Sample a Monte Carlo EventCatalog per the config's |
|
Run synthetic photometry over every event in catalog per the config's |
|
Build a YieldTable per the config's |