uvex_transients.simulation.photometry_catalog.PhotometryCatalog.get_event#
- PhotometryCatalog.get_event(event_id: int) QTable[source]#
Return this catalog’s photometry rows for a single event.
Just a mask on table’s own
event_idcolumn – unlike ~uvex_transients.simulation.event_catalog.EventCatalog.get_events, this doesn’t reconstruct an ~uvex_transients.simulation.event.Event (this catalog holds neither the transient instances nor the schedule that would take); it hands back the raw synthetic-photometry rows already computed for that event.