BaseSphericalDifferential#
- class astropy.coordinates.BaseSphericalDifferential(*args, **kwargs)[source]#
Bases:
BaseDifferentialAttributes Summary
Name of the representation or differential.
Attributes Documentation
- name = 'basespherical'#
Name of the representation or differential.
When a subclass is defined, by default, the name is the lower-cased name of the class with with any trailing ‘representation’ or ‘differential’ removed. (E.g., ‘spherical’ for
SphericalRepresentationorSphericalDifferential.)This can be customized when defining a subclass by setting the class attribute.