SLARecord¶
-
class
pyvo.dal.sla.
SLARecord
(results, index)[source]¶ Bases:
pyvo.dal.query.Record
a dictionary-like container for data in a record from the results of an spectral line (SLA) query, describing a spectral line transition.
The commonly accessed metadata which are stadardized by the SLA protocol are available as attributes. All metadata, particularly non-standard metadata, are acessible via the
get(
key)
function (or the [key] operator) where key is table column name.Attributes Summary
final_level
a description of the final (higher energy) quantum level initial_level
a description of the initial (higher energy) quantum level species_name
the name of the chemical species that produces the transition. status
the name of the chemical species that produces the transition. title
a title/small description of the line transition wavelength
the vacuum wavelength of the line in meters. Attributes Documentation
-
final_level
¶ a description of the final (higher energy) quantum level
-
initial_level
¶ a description of the initial (higher energy) quantum level
-
species_name
¶ the name of the chemical species that produces the transition.
-
status
¶ the name of the chemical species that produces the transition.
-
title
¶ a title/small description of the line transition
-
wavelength
¶ the vacuum wavelength of the line in meters.
-