conic_equidistant-1.2.0¶
Conic equidistant projection.
Description
Corresponds to the COD
projection in the FITS WCS standard.
See conic for the definition of the full transformation.
The transformation is defined as:
\[\begin{split}C &= \frac{180^\circ}{\pi} \frac{\sin\theta_a\sin\eta}{\eta} \\
R_\theta &= \theta_a - \theta + \eta\cot\eta\cot\theta_a \\
Y_0 = \eta\cot\eta\cot\theta_a\end{split}\]
Invertibility: All ASDF tools are required to provide the inverse of this transform.
Outline
Schema Definitions ¶
This node must validate against all of the following:
Original Schema ¶
%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/transform/conic_equidistant-1.2.0"
title: |
Conic equidistant projection.
description: |
Corresponds to the `COD` projection in the FITS WCS standard.
See
[conic](ref:schemas/conic-1.2.0)
for the definition of the full transformation.
The transformation is defined as:
$$C &= \frac{180^\circ}{\pi} \frac{\sin\theta_a\sin\eta}{\eta} \\
R_\theta &= \theta_a - \theta + \eta\cot\eta\cot\theta_a \\
Y_0 = \eta\cot\eta\cot\theta_a$$
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
allOf:
- $ref: "conic-1.2.0"
...