TiltedDisk¶
-
class
modspectra.TiltedDisk(*args, copy=True, representation_type=None, differential_type=None, **kwargs)[source]¶ Bases:
astropy.coordinates.BaseCoordinateFrameA cartesian coordinate system in the frame of the tilted elliptical disk Requires three attributes - currently defaults to version of Krishnarao, Benjamin, Haffner (2019) Three angles describing geometry of the structure Attributes ———- alpha:
Quantity, optional, must be keywordTilt Angle- beta:
Quantity, optional, must be keyword - 90*u.deg - inclination
- theta:
Quantity, optional, must be keyword - Major Axis Angle
Parameters: representation :
BaseRepresentationor NoneA representation object or None to have no data (or use the other keywords)
x :
Quantity, optional, must be keywordThe x coordinate in the tilted disk coordinate system
y :
Quantity, optional, must be keywordThe y cooridnate in the titled disk coordinate system
z :
Quantity, optional, must be keywordThe z coordinate in the tilted disk coordinate system
v_x :
Quantity, optional, must be keywordThe x component of the velocity
v_y :
Quantity, optional, must be keywordThe y component of the velocity
v_z :
Quantity, optional, must be keywordThe z component of the velocity
Attributes Summary
alphabetadefault_differentialdefault_representationframe_attributesframe_specific_representation_infonamethetaAttributes Documentation
-
alpha= <Quantity 13.5 rad>¶
-
beta= <Quantity 20. rad>¶
-
default_differential¶
-
default_representation¶
-
frame_attributes= {'alpha': <astropy.coordinates.attributes.QuantityAttribute object>, 'beta': <astropy.coordinates.attributes.QuantityAttribute object>, 'theta': <astropy.coordinates.attributes.QuantityAttribute object>}¶
-
frame_specific_representation_info¶
-
name= 'tilteddisk'¶
-
theta= <Quantity 48.5 rad>¶
- beta: