Skip to content

Commit

Permalink
Document input/output units in schema
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamJamieson committed Jan 16, 2025
1 parent e7525d1 commit 1da4e18
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ title: Distortion Reference Schema

datamodel_name: DistortionRefModel

input_units: "pixel"
output_units: "arcsec"

type: object
properties:
meta:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ title: Inverse Linearity Correction Reference Schema

datamodel_name: InverselinearityRefModel

input_units: "DN"
output_units: "DN"

type: object
properties:
meta:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ title: Linearity Correction Reference Schema

datamodel_name: LinearityRefModel

input_units: "DN"
output_units: "DN"

type: object
properties:
meta:
Expand Down
3 changes: 3 additions & 0 deletions src/rad/resources/schemas/reference_files/refpix-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ title: Reference Pixel Correction Reference Schema

datamodel_name: RefpixRefModel

input_units: "DN"
output_units: "DN"

type: object
properties:
meta:
Expand Down

0 comments on commit 1da4e18

Please sign in to comment.