uvex_transients.utils.lightcurve_archive.LightcurveArchive.fields#

LightcurveArchive.fields(transient_type: str, event: str) → list[str][source]#

Return the observable fields available for a transient.

Parameters:
  • transient_type (str) – Name of the transient-type group, such as "kilonovae" or "supernovae/IIb".

  • event (str) – Transient identifier of the form <designation>_<citekey>.

Returns:

Sorted observable field names, such as "L_bol" or "T_phot".

Return type:

list of str