pseudoconic-1.0.0

Base class of all pseudoconic projections.

Description

Pseudoconics are a subclass of conics with concentric parallels.

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/pseudoconic-1.0.0"
title: |
  Base class of all pseudoconic projections.

description: |
  Pseudoconics are a subclass of conics with concentric parallels.

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