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.
1 parent 6f2742d commit d856c4bCopy full SHA for d856c4b
astropy/coordinates/sky_coordinate.py
@@ -257,6 +257,14 @@ def transform_to(self, frame):
257
"""
258
Transform this coordinate to a new frame.
259
260
+ The frame attributes (e.g. equinox or obstime) for the returned object
261
+ depend on the corresponding attributes of SkyCoord object and the
262
+ supplied ``frame``, with the following precedence:
263
+
264
+ 1. Non-default value in the supplied frame
265
+ 2. Non-default value in the SkyCoord instance
266
+ 3. Default value in the supplied frame
267
268
Parameters
269
----------
270
frame : str or `BaseCoordinateFrame` class / instance or `SkyCoord` instance
0 commit comments