gnomonic-1.2.0

The gnomonic projection.

Description

Corresponds to the TAN projection in the FITS WCS standard.

See zenithal for the definition of the full transformation.

The pixel-to-sky transformation is defined as:

\[\theta = \tan^{-1}\left(\frac{180^{\circ}}{\pi R_\theta}\right)\]

And the sky-to-pixel transformation is defined as:

\[R_\theta = \frac{180^{\circ}}{\pi}\cot \theta\]

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/gnomonic-1.2.0"
title: |
  The gnomonic projection.

description: |
  Corresponds to the `TAN` projection in the FITS WCS standard.

  See
  [zenithal](ref:schemas/zenithal-1.2.0)
  for the definition of the full transformation.

  The pixel-to-sky transformation is defined as:

  $$\theta = \tan^{-1}\left(\frac{180^{\circ}}{\pi R_\theta}\right)$$

  And the sky-to-pixel transformation is defined as:

  $$R_\theta = \frac{180^{\circ}}{\pi}\cot \theta$$

  Invertibility: All ASDF tools are required to provide the inverse of
  this transform.

allOf:
  - $ref: "zenithal-1.2.0"
...