uvex_transients.cli.pipeline.run_photometry#

uvex_transients.cli.pipeline.run_photometry(config: RunConfig, catalog: EventCatalog) → QTable[source]#

Run synthetic photometry over every event in catalog per the config’s photometry: section.

Parameters:
  • config (RunConfig) – The parsed run-config.

  • catalog (EventCatalog) – The catalog of events to simulate photometry for.

Returns:

One row per (event, time, band) synthetic observation.

Return type:

QTable