SCSRecord¶
- class pyvo.dal.SCSRecord(results, index, *, session=None)[source]¶
Bases:
DatalinkRecordMixin
,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
return the identifying name of the object or observation described by this record.
the position of the object or observation described by this record.
Attributes Documentation
- id¶
return the identifying name of the object or observation described by this record.
- pos¶
the position of the object or observation described by this record.