tangential_spherical_cube-1.1.0¶
Tangential spherical cube projection.
Description
Corresponds to the TSC
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/tangential_spherical_cube-1.1.0"
title: |
Tangential spherical cube projection.
description: |
Corresponds to the `TSC` projection in the FITS WCS standard.
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
allOf:
- $ref: "quadcube-1.1.0"
...