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
Copy file name to clipboardexpand all lines: galpy/potential/RotateAndTiltWrapperPotential.py
+7-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,13 @@ class RotateAndTiltWrapperPotential(WrapperPotential):
32
32
33
33
* A rotation around the original z-axis (`galaxy_pa`), the `inclination`, and a rotation around the new z axis (`sky_pa`).
34
34
35
-
The second option allows one to specify the inclination and sky position angle (measured from North) in the usual manner in extragalactic observations.
35
+
The second option allows one to specify the inclination and sky position angle (measured from North) in the usual manner in extragalactic observations, that is, the relation between the observed coordinates :math:`(x',y',z')` and the intrinsic coordinates :math:`(x,y,z)` is given by
A final `offset` option allows one to apply a static offset in Cartesian coordinate space to be applied to the potential following the rotation and tilt.
0 commit comments