Skip to content

Commit

Permalink
Merge pull request #74 from migueldvb/schemas
Browse files Browse the repository at this point in the history
Fix typo in schemas
  • Loading branch information
mdboom committed Mar 19, 2015
2 parents aab6397 + 04ccfdb commit 35608e1
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/affine.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tag: "tag:stsci.edu:asdf/0.1.0/transform/affine"
title: >
An affine transform.
description: |
Invertability: All ASDF tools are required to be able to compute the
Invertibility: All ASDF tools are required to be able to compute the
analytic inverse of this transform.
allOf:
- $ref: transform
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ description: |
To reorder or add/drop axes, insert `remap_axes` transforms in the
subtransform list.
Invertability: All ASDF tools are required to be able to compute the
Invertibility: All ASDF tools are required to be able to compute the
analytic inverse of this transform, by reversing the list of
transforms and applying the inverse of each.
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/concatenate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ description: |
If reordering of the input or output axes is required, use in series
with the `remap_axes` transform.
Invertability: All ASDF tools are required to be able to compute the
Invertibility: All ASDF tools are required to be able to compute the
analytic inverse of this transform.
examples:
-
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/constant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: >
A transform that takes no inputs and always outputs a constant
value.
description: |
Invertability: All ASDF tools are required to be able to compute the
Invertibility: All ASDF tools are required to be able to compute the
analytic inverse of this transform, which always outputs zero values.
allOf:
- $ref: transform
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: |
$$x &= \phi \\
y &= \frac{180^{\circ}}{\pi}\frac{\sin \theta}{\lambda}$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
allOf:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: |
$$x &= \lambda \phi \\
y &= \frac{180^{\circ}}{\pi}\left(\frac{\mu + \lambda}{\mu + \cos \theta}\right)\sin \theta$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
allOf:
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/divide.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |
Each of the subtransforms must have the same number of inputs and
outputs.
Invertability: This transform is not automatically invertible.
Invertibility: This transform is not automatically invertible.
examples:
-
- A list of transforms, performed in parallel, and then combined
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/gnomonic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
$$R_\theta = \frac{180^{\circ}}{\pi}\cot \theta$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
$ref: zenithal
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/identity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tag: "tag:stsci.edu:asdf/0.1.0/transform/identity"
title: >
The identity transform.
description: >
Invertability: The inverse of this transform is also the identity
Invertibility: The inverse of this transform is also the identity
transform.
allOf:
- $ref: transform
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/mercator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ description: |
$$x &= \phi \\
y &= \frac{180^{\circ}}{\pi}\ln \tan \left(\frac{90^{\circ} + \theta}{2}\right)$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
$ref: cylindrical
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/multiply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |
Each of the subtransforms must have the same number of inputs and
outputs.
Invertability: This transform is not automatically invertible.
Invertibility: This transform is not automatically invertible.
examples:
-
- A list of transforms, performed in parallel, and then combined
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/plate_carree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
$$x &= \phi \\
y &= \theta$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
$ref: cylindrical
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/polynomial.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: |
$$P = \sum_{i, j=0}^{i+j=n}c_{ij} * x^{i} * y^{j}$$
Invertability: This transform is not automatically invertible.
Invertibility: This transform is not automatically invertible.
examples:
-
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/power.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |
Each of the subtransforms must have the same number of inputs and
outputs.
Invertability: This transform is not automatically invertible.
Invertibility: This transform is not automatically invertible.
allOf:
- $ref: transform
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/rotate2d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: >
description: >
A 2D rotation around the origin, in degrees.
Invertability: All ASDF tools are required to be able to compute the
Invertibility: All ASDF tools are required to be able to compute the
analytic inverse of this transform.
allOf:
- $ref: transform
Expand Down
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/rotate3d.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ title: >
description: |
Rotation by 3 Euler angles.
Invertability: All ASDF tools are required to be able to compute the
Invertibility: All ASDF tools are required to be able to compute the
analytic inverse of this transform.
examples:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
$$R_\theta = \frac{180^{\circ}}{\pi}\cos \theta$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
$ref: zenithal
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/stereographic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description: |
$$R_\theta = \frac{180^{\circ}}{\pi}\frac{2 \cos \theta}{1 + \sin \theta}$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
$ref: zenithal
2 changes: 1 addition & 1 deletion schemas/stsci.edu/asdf/0.1.0/transform/subtract.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ description: |
Each of the subtransforms must have the same number of inputs and
outputs.
Invertability: This transform is not automatically invertible.
Invertibility: This transform is not automatically invertible.
examples:
-
- A list of transforms, performed in parallel, and then combined
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ description: |
$$R = \frac{180^{\circ}}{\pi} \frac{(\mu + 1) \cos \theta}{(\mu + \sin \theta) + \cos \theta \cos \phi \tan \gamma}$$
Invertability: All ASDF tools are required to provide the inverse of
Invertibility: All ASDF tools are required to provide the inverse of
this transform.
allOf:
Expand Down

0 comments on commit 35608e1

Please sign in to comment.