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.adhoc.AdhocServiceResultsMixinmixed 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:
- circleastropy.units.Quantity
- latitude, longitude and radius 
- rangeastropy.units.Quantity
- two longitude + two latitude values describing a rectangle 
- polygonastropy.units.Quantity
- multiple (at least three) pairs of longitude and latitude points 
- bandastropy.units.Quantity
- two bandwidth or frequency values 
 
- circle