CylindricalDifferential#

class astropy.coordinates.CylindricalDifferential(d_rho, d_phi=None, d_z=None, copy=False)[源代码]#

基类:BaseDifferential

柱坐标中点的微分。

参数:
d_rho : Quantity [:ref: 'speed' ]数量 [:ref: 'speed']

微分圆柱半径。

d_phi : Quantity [:ref: 'angular speed' ]数量 [:ref: 'angular speed']

方位差。

d_z : Quantity [:ref: 'speed' ]数量 [:ref: 'speed']

高度差。

copy : bool ,可选可选的布尔

如果 True (默认),将复制数组。如果 False ,数组将作为引用,但可能会广播以确保形状匹配。

属性摘要

attr_classes 

d_phi 

差速器的“d_phi”分量。

d_rho 

差速器的“d_rho”分量。

d_z 

差速器的“d_z”部件。

属性文档

attr_classes = {'d_phi': <class 'astropy.units.quantity.Quantity'>, 'd_rho': <class 'astropy.units.quantity.Quantity'>, 'd_z': <class 'astropy.units.quantity.Quantity'>}#
d_phi#

差速器的“d_phi”分量。

d_rho#

差速器的“d_rho”分量。

d_z#

差速器的“d_z”部件。