We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d38e7c8 + 3171b1b commit ec14b3dCopy full SHA for ec14b3d
docs/coordinates/angles.rst
@@ -175,6 +175,12 @@ angles and wrapping to be within a single 360 degree slice. The
175
:meth:`~astropy.coordinates.Angle.is_within_bounds` method returns a
176
boolean indicating whether an angle or angles is within the specified bounds.
177
178
+.. Note::
179
+ While creating |Angle| instances from arrays with integral data types
180
+ is technically possible (for example with ``dtype=int``), it is very
181
+ limited in functionality and in particular wrapping is not supported for
182
+ such objects.
183
+
184
185
Longitude and Latitude Objects
186
==============================
0 commit comments