SodaRecordMixin¶
- class pyvo.dal.adhoc.SodaRecordMixin[source]¶
Bases:
object
Mixin for soda functionality for record classes. If used, it’s result class must have
pyvo.dal.datalink.AdhocServiceResultsMixin
mixed in.Methods Summary
processed
(*[, circle, range, polygon, band])Returns processed dataset.
Methods Documentation
- processed(*, circle=None, range=None, polygon=None, band=None, **kwargs)[source]¶
Returns processed dataset.
- Parameters:
- circle
astropy.units.Quantity
latitude, longitude and radius
- range
astropy.units.Quantity
two longitude + two latitude values describing a rectangle
- polygon
astropy.units.Quantity
multiple (at least three) pairs of longitude and latitude points
- band
astropy.units.Quantity
two bandwidth or frequency values
- circle