Sky2Pix_ConicPerspective

class astropy.modeling.projections.Sky2Pix_ConicPerspective(*args, **kwargs)[源代码]

基类:Sky2PixProjection, Conic

科莱斯的圆锥透视投影-天空到像素。

对应于 COP 投影适合WCS。

Conic 对整个方程的描述。

投影公式为:

\[\begin{split}C&=\sin\theta\a\\ [ \cot \theta_a - \tan(\theta - \theta_a)] \\\end{split}\]
参数
sigma浮动

\((\theta_1 + \theta_2) / 2\) 在哪里 \(\theta_1\)\(\theta_2\) 是标准平行线的纬度,单位为度。默认值为90。

delta浮动

\((\theta_1 - \theta_2) / 2\) 在哪里 \(\theta_1\)\(\theta_2\) 是标准平行线的纬度,单位为度。默认值为0。