Skip to content

Commit cb2b6f8

Browse files
committed
Adjusted units.
1 parent ba867c0 commit cb2b6f8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/rad/resources/schemas/wfi_mosaic-1.0.0.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ properties:
3737
datatype: float32
3838
ndim: 2
3939
unit:
40-
tag: tag:astropy.org:astropy/units/unit-1.0.0
40+
tag: tag:stsci.edu:asdf/unit/unit-1.0.0
4141
enum: ["MJy.sr**-1"]
4242
err:
4343
tag: tag:stsci.edu:asdf/unit/quantity-1.1.0
@@ -47,7 +47,7 @@ properties:
4747
datatype: float32
4848
ndim: 2
4949
unit:
50-
tag: tag:astropy.org:astropy/units/unit-1.0.0
50+
tag: tag:stsci.edu:asdf/unit/unit-1.0.0
5151
enum: ["MJy.sr**-1"]
5252
context:
5353
tag: tag:stsci.edu:asdf/core/ndarray-1.0.0
@@ -65,8 +65,8 @@ properties:
6565
datatype: float32
6666
ndim: 2
6767
unit:
68-
tag: tag:astropy.org:astropy/units/unit-1.0.0
69-
enum: ["(MJy.sr**-1)**2"]
68+
tag: tag:stsci.edu:asdf/unit/unit-1.0.0
69+
enum: ["MJy**2.sr**-2"]
7070
var_rnoise:
7171
tag: tag:stsci.edu:asdf/unit/quantity-1.1.0
7272
properties:
@@ -75,8 +75,8 @@ properties:
7575
datatype: float32
7676
ndim: 2
7777
unit:
78-
tag: tag:astropy.org:astropy/units/unit-1.0.0
79-
enum: ["(MJy.sr**-1)**2"]
78+
tag: tag:stsci.edu:asdf/unit/unit-1.0.0
79+
enum: ["MJy**2.sr**-2"]
8080
var_flat:
8181
tag: tag:stsci.edu:asdf/unit/quantity-1.1.0
8282
properties:
@@ -85,8 +85,8 @@ properties:
8585
datatype: float32
8686
ndim: 2
8787
unit:
88-
tag: tag:astropy.org:astropy/units/unit-1.0.0
89-
enum: ["(MJy.sr**-1)**2"]
88+
tag: tag:stsci.edu:asdf/unit/unit-1.0.0
89+
enum: ["MJy**2.sr**-2"]
9090
cal_logs:
9191
tag: asdf://stsci.edu/datamodels/roman/tags/cal_logs-1.0.0
9292
propertyOrder: [meta, data, context, err, weight, var_poisson, var_rnoise, var_flat,

0 commit comments

Comments
 (0)