airy-1.1.0

The Airy projection.

Description

Corresponds to the AIR projection in the FITS WCS standard.

See zenithal for the definition of the full transformation.

Outline

Schema Definitions

This node must validate against all of the following:

  • This type is an object with the following properties:

    • theta_b

      number

      The latitude \(\theta_b\) at which to minimize the error, in degrees.

      Default value: 90

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/transform/airy-1.1.0"
title: |
  The Airy projection.

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

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

allOf:
  - $ref: "zenithal-1.1.0"
  - type: object
    properties:
      theta_b:
        type: number
        description: |
          The latitude $\theta_b$ at which to minimize the error, in
          degrees.
        default: 90
...