uvex_transients.utils.lightcurve_archive.LightcurveArchive.table# LightcurveArchive.table(transient_type: str, event: str, field: str) → QTable[source]# Return the time/<field> light curve for one transient as a ~astropy.table.QTable. Parameters: transient_type (str) – One of types(), e.g. "supernovae". event (str) – One of events(), e.g. "1999em_bersten2009". field (str) – One of fields(), e.g. "L_bol" or "T_phot". Returns: Columns time and <field>, both unit-aware. .meta["reference"] records the literature source. Return type: astropy.table.QTable