polyconic-1.1.0

Polyconic projection.

Description

Corresponds to the PCO 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/polyconic-1.1.0"
title: |
  Polyconic projection.

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

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

allOf:
  - $ref: "pseudoconic-1.1.0"
...