BaseSphericalDifferential#
- class astropy.coordinates.BaseSphericalDifferential(*args, **kwargs)[源代码]#
-
属性摘要
表示或微分的名称。
属性文档
- name: ClassVar[str] = 'basespherical'#
表示或微分的名称。
当定义一个类别时,默认情况下,名称是类的大小写名称,并删除了任何尾随的“表示”或“差异”。(E.g.,“球形”的
SphericalRepresentation或SphericalDifferential.)这可以在通过设置类属性来定义子集时进行自定义。