Skip to content

Commit 034b6fe

Browse files
committed
Addressed PR comments.
1 parent 618615f commit 034b6fe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,23 +29,23 @@ properties:
2929
destination: [ScienceCommon.dec_ref]
3030
x_ref:
3131
title: Pixel number in mosaic corresponding to projection center ra/dec
32-
type: integer
32+
type: number
3333
sdf:
3434
special_processing: VALUE_REQUIRED
3535
source:
3636
origin: TBD
3737
archive_catalog:
38-
datatype: int
38+
datatype: float
3939
destination: [ScienceCommon.x_ref]
4040
y_ref:
4141
title: Pixel number in mosaic corresponding to projection center ra/dec
42-
type: integer
42+
type: number
4343
sdf:
4444
special_processing: VALUE_REQUIRED
4545
source:
4646
origin: TBD
4747
archive_catalog:
48-
datatype: int
48+
datatype: float
4949
destination: [ScienceCommon.y_ref]
5050
rotation_matrix:
5151
title: 2x2 rotation matrix
@@ -83,10 +83,8 @@ properties:
8383
destination: [ScienceCommon.pixel_scale_local]
8484
projection:
8585
title: Projection type and order
86-
type: array
87-
items:
88-
type: string
89-
enum: ["RA---TAN", "DEC--TAN"]
86+
type: string
87+
enum: ["TAN"]
9088
sdf:
9189
special_processing: VALUE_REQUIRED
9290
source:
@@ -217,7 +215,8 @@ properties:
217215
datatype: float
218216
destination: [ScienceCommon.dec_corn4]
219217
orientat_local:
220-
title: Orientation at mosaic center
218+
title: Angle between north and the y axis of the projection at the mosaic
219+
center, turning positive in the direction of increasing right ascenscion.
221220
type: number
222221
sdf:
223222
special_processing: VALUE_REQUIRED
@@ -227,7 +226,8 @@ properties:
227226
datatype: float
228227
destination: [ScienceCommon.orientat_local]
229228
orientat:
230-
title: Orientation at projection center
229+
title: Angle between north and the y axis of the projection at the projection
230+
center, turning positive in the direction of increasing right ascenscion.
231231
type: number
232232
sdf:
233233
special_processing: VALUE_REQUIRED

0 commit comments

Comments
 (0)