BaseSphericalDifferential#

class astropy.coordinates.BaseSphericalDifferential(*args, **kwargs)[source]#

Bases: BaseDifferential

Attributes Summary

name

Name of the representation or differential.

Attributes Documentation

name: ClassVar[str] = '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 SphericalRepresentation or SphericalDifferential.)

This can be customized when defining a subclass by setting the class attribute.