You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the positional region(s) to be searched for data. Each region can
be expressed as a tuple representing a CIRCLE, RANGE or POLYGON as
follows:
(ra, dec, radius) - for CIRCLE. (angle units - defaults to)
(long1, long2, lat1, lat2) - for RANGE (angle units required)
(ra, dec, ra, dec, ra, dec ... ) ra/dec points for POLYGON all
in angle units
There are a few problems with the docstring here:
" (ra, dec, radius) - for CIRCLE. (angle units - defaults to) " defaults to what? Presumably degrees?
" (long1, long2, lat1, lat2) - for RANGE (angle units required) "
Does this mean that the user must specify angle units? How? i.e., are these strings or astropy units?
The text was updated successfully, but these errors were encountered:
pyvo/pyvo/dal/sia2.py
Lines 33 to 42 in 4a6f52f
There are a few problems with the docstring here:
" (ra, dec, radius) - for CIRCLE. (angle units - defaults to) " defaults to what? Presumably degrees?
" (long1, long2, lat1, lat2) - for RANGE (angle units required) "
Does this mean that the user must specify angle units? How? i.e., are these strings or astropy units?
The text was updated successfully, but these errors were encountered: