Galactic¶
-
class
astropy.coordinates.Galactic(*args, **kwargs)[source] [edit on github]¶ Bases:
astropy.coordinates.BaseCoordinateFrameGalactic Coordinates.
Parameters: representation :
BaseRepresentationor NoneA representation object or None to have no data (or use the other keywords)
l :
Angle, optional, must be keywordThe Galactic longitude for this object (
bmust also be given andrepresentationmust be None).b :
Angle, optional, must be keywordThe Galactic latitude for this object (
lmust also be given andrepresentationmust be None).distance :
Quantity, optional, must be keywordThe Distance for this object along the line-of-sight.
Attributes Summary
default_representationframe_specific_representation_infonameAttributes Documentation
-
default_representation¶
-
frame_specific_representation_info¶
-
name= 'galactic'¶
-