SCSRecord¶
-
class
pyvo.dal.scs.
SCSRecord
(results, index)[source]¶ Bases:
pyvo.dal.query.Record
a dictionary-like container for data in a record from the results of an Cone Search (SCS) query, describing a matching source or observation.
The commonly accessed metadata which are stadardized by the SCS 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
dec
return the declination of the object or observation described by id
return the identifying name of the object or observation described by ra
return the right ascension of the object or observation described by Attributes Documentation
-
dec
¶ return the declination of the object or observation described by this record.
-
id
¶ return the identifying name of the object or observation described by this record.
-
ra
¶ return the right ascension of the object or observation described by this record.
-