Skip to content

Commit

Permalink
Corrected unit tag types.
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulHuwe committed May 12, 2024
1 parent 6389c84 commit 8852580
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions src/rad/resources/schemas/fps/statistics-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ properties:
datatype:
enum: ["float64"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN / s"]
- type: "null"
sdf:
Expand All @@ -39,7 +39,7 @@ properties:
datatype:
enum: ["float64"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN / s"]
- type: "null"
sdf:
Expand All @@ -59,7 +59,7 @@ properties:
datatype:
enum: ["int32"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN"]
- type: "null"
sdf:
Expand All @@ -79,7 +79,7 @@ properties:
datatype:
enum: ["int32"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN"]
- type: "null"
sdf:
Expand Down
8 changes: 4 additions & 4 deletions src/rad/resources/schemas/tvac/statistics-1.0.0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ properties:
datatype:
enum: ["float64"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN / s"]
- type: "null"
sdf:
Expand All @@ -39,7 +39,7 @@ properties:
datatype:
enum: ["float64"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN / s"]
- type: "null"
sdf:
Expand All @@ -59,7 +59,7 @@ properties:
datatype:
enum: ["int32"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN"]
- type: "null"
sdf:
Expand All @@ -79,7 +79,7 @@ properties:
datatype:
enum: ["int32"]
unit:
tag: tag:stsci.edu:asdf/unit/unit-1.*
tag: tag:astropy.org:astropy/units/unit-1.*
enum: ["DN"]
- type: "null"
sdf:
Expand Down

0 comments on commit 8852580

Please sign in to comment.