plate_carree-1.0.0

The plate carrée projection.

Description

Corresponds to the CAR projection in the FITS WCS standard.

The main virtue of this transformation is its simplicity.

The pixel-to-sky transformation is defined as:

\[\begin{split}\phi &= x \\ \theta &= y\end{split}\]

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

\[\begin{split}x &= \phi \\ y &= \theta\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/plate_carree-1.0.0"
title: |
  The plate carrée projection.

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

  The main virtue of this transformation is its simplicity.

  The pixel-to-sky transformation is defined as:

  $$\phi &= x \\
  \theta &= y$$

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

  $$x &= \phi \\
  y &= \theta$$

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

allOf:
  - $ref: "cylindrical-1.0.0"
...