identity-1.1.0

The identity transform.

Description

Invertibility: The inverse of this transform is also the identity transform.

Outline

Schema Definitions

This node must validate against all of the following:

  • This type is an object with the following properties:

    • n_dims

      integer

      The number of dimensions.

      Default value: 1

Original Schema

%YAML 1.1
---
$schema: "http://stsci.edu/schemas/yaml-schema/draft-01"
id: "http://stsci.edu/schemas/asdf/transform/identity-1.1.0"
title: >
  The identity transform.
description: >
  Invertibility: The inverse of this transform is also the identity
  transform.
allOf:
  - $ref: "transform-1.1.0"
  - type: object
    properties:
      n_dims:
        type: integer
        default: 1
        description: |
          The number of dimensions.
...