1%YAML 1.1 2--- 3$schema: "http://stsci.edu/schemas/yaml-schema/draft-01" 4id: "http://stsci.edu/schemas/asdf/transform/pseudoconic-1.1.0" 5title: | 6 Base class of all pseudoconic projections. 7 8description: | 9 Pseudoconics are a subclass of conics with concentric parallels. 10 11allOf: 12 - $ref: "transform-1.1.0" 13 - type: object 14 properties: 15 direction: 16 enum: [pix2sky, sky2pix] 17 default: pix2sky 18... 19