quad_spherical_cube-1.2.0

Quadrilateralized spherical cube projection.

Description

Corresponds to the QSC projection in the FITS WCS standard.

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/quad_spherical_cube-1.2.0"
title: |
  Quadrilateralized spherical cube projection.

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

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

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