@@ -29,23 +29,23 @@ properties:
29
29
destination : [ScienceCommon.dec_ref]
30
30
x_ref :
31
31
title : Pixel number in mosaic corresponding to projection center ra/dec
32
- type : integer
32
+ type : number
33
33
sdf :
34
34
special_processing : VALUE_REQUIRED
35
35
source :
36
36
origin : TBD
37
37
archive_catalog :
38
- datatype : int
38
+ datatype : float
39
39
destination : [ScienceCommon.x_ref]
40
40
y_ref :
41
41
title : Pixel number in mosaic corresponding to projection center ra/dec
42
- type : integer
42
+ type : number
43
43
sdf :
44
44
special_processing : VALUE_REQUIRED
45
45
source :
46
46
origin : TBD
47
47
archive_catalog :
48
- datatype : int
48
+ datatype : float
49
49
destination : [ScienceCommon.y_ref]
50
50
rotation_matrix :
51
51
title : 2x2 rotation matrix
@@ -83,10 +83,8 @@ properties:
83
83
destination : [ScienceCommon.pixel_scale_local]
84
84
projection :
85
85
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"]
90
88
sdf :
91
89
special_processing : VALUE_REQUIRED
92
90
source :
@@ -217,7 +215,8 @@ properties:
217
215
datatype : float
218
216
destination : [ScienceCommon.dec_corn4]
219
217
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.
221
220
type : number
222
221
sdf :
223
222
special_processing : VALUE_REQUIRED
@@ -227,7 +226,8 @@ properties:
227
226
datatype : float
228
227
destination : [ScienceCommon.orientat_local]
229
228
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.
231
231
type : number
232
232
sdf :
233
233
special_processing : VALUE_REQUIRED
0 commit comments