cylindrical-1.1.0

Base class of all cylindrical projections.

Description

The surface of cylindrical projections is a cylinder.

Outline

Schema Definitions

This node must validate against all of the following:

  • This type is an object with the following properties:

    • direction

      object
      This node has no type definition (unrestricted)

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/transform/cylindrical-1.1.0"
title: |
  Base class of all cylindrical projections.

description: |
  The surface of cylindrical projections is a cylinder.

allOf:
  - $ref: "transform-1.1.0"
  - type: object
    properties:
      direction:
        enum: [pix2sky, sky2pix]
        default: pix2sky
...