blob: 82d82a1641ad77d9303af47409b2e1c8b2e2b0cc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
|
------------------------------------------------------------------
Req 1.4: VOTable Interface code will support the IVOA Standard
specification of the VOTable format at time of release.
------------------------------------------------------------------
The requirement is demonstrated using a VOTable v1.2 document
retrieved from the CADC and modified to add v1.2-specific features:
- INFO elements before </TABLE>, </RESOURCE> and </VOTABLE>
- INFO elements w/ 'utype', 'ucd', 'ref' and 'unit' attributes
- FIELDref and PARAMref elements w/ 'ucd' and 'utype' attributes
The parse will print an error if these v1.2-specifics aren't supported
Logical Path: data$votable_1.2.xml
# data$votable_1.2.xml
collection CH*4 %-4s ""
collectionID CH*128 %-128s ""
instrument_name CH*128 %-128s ""
position_center_ra D %25.16g deg
position_center_dec D %25.16g deg
position_naxes I %11d ""
position_naxis I %11d ""
position_scale D %25.16g ""
position_bounds CH*193 %-193s deg
energy_bounds_center D %25.16g m
energy_bounds_cval1 D %25.16g m
energy_bounds_cval2 D %25.16g m
energy_units CH*32 %-32s ""
energy_bandpassName CH*32 %-32s ""
time_bounds_center D %25.16g d
time_bounds_cval1 D %25.16g d
time_bounds_cval2 D %25.16g d
time_exposure D %25.16g sec
imageFormat CH*128 %-128s ""
metaRelease CH*23 %-23s ""
dataRelease CH*23 %-23s ""
accessURL CH*95 %-95s ""
HTTP URI: http://iraf.noao.edu/votest//votable_1.2.xml
# http://iraf.noao.edu/votest//votable_1.2.xml
collection CH*4 %-4s ""
collectionID CH*128 %-128s ""
instrument_name CH*128 %-128s ""
position_center_ra D %25.16g deg
position_center_dec D %25.16g deg
position_naxes I %11d ""
position_naxis I %11d ""
position_scale D %25.16g ""
position_bounds CH*193 %-193s deg
energy_bounds_center D %25.16g m
energy_bounds_cval1 D %25.16g m
energy_bounds_cval2 D %25.16g m
energy_units CH*32 %-32s ""
energy_bandpassName CH*32 %-32s ""
time_bounds_center D %25.16g d
time_bounds_cval1 D %25.16g d
time_bounds_cval2 D %25.16g d
time_exposure D %25.16g sec
imageFormat CH*128 %-128s ""
metaRelease CH*23 %-23s ""
dataRelease CH*23 %-23s ""
accessURL CH*95 %-95s ""
File URI: file:///iraf/iraf/vo/votest/data//votable_1.2.xml
# file:///iraf/iraf/vo/votest/data//votable_1.2.xml
collection CH*4 %-4s ""
collectionID CH*128 %-128s ""
instrument_name CH*128 %-128s ""
position_center_ra D %25.16g deg
position_center_dec D %25.16g deg
position_naxes I %11d ""
position_naxis I %11d ""
position_scale D %25.16g ""
position_bounds CH*193 %-193s deg
energy_bounds_center D %25.16g m
energy_bounds_cval1 D %25.16g m
energy_bounds_cval2 D %25.16g m
energy_units CH*32 %-32s ""
energy_bandpassName CH*32 %-32s ""
time_bounds_center D %25.16g d
time_bounds_cval1 D %25.16g d
time_bounds_cval2 D %25.16g d
time_exposure D %25.16g sec
imageFormat CH*128 %-128s ""
metaRelease CH*23 %-23s ""
dataRelease CH*23 %-23s ""
accessURL CH*95 %-95s ""
File URI: file:///localhost/iraf/iraf/vo/votest/data//votable_1.2.xml
# file:///localhost/iraf/iraf/vo/votest/data//votable_1.2.xml
collection CH*4 %-4s ""
collectionID CH*128 %-128s ""
instrument_name CH*128 %-128s ""
position_center_ra D %25.16g deg
position_center_dec D %25.16g deg
position_naxes I %11d ""
position_naxis I %11d ""
position_scale D %25.16g ""
position_bounds CH*193 %-193s deg
energy_bounds_center D %25.16g m
energy_bounds_cval1 D %25.16g m
energy_bounds_cval2 D %25.16g m
energy_units CH*32 %-32s ""
energy_bandpassName CH*32 %-32s ""
time_bounds_center D %25.16g d
time_bounds_cval1 D %25.16g d
time_bounds_cval2 D %25.16g d
time_exposure D %25.16g sec
imageFormat CH*128 %-128s ""
metaRelease CH*23 %-23s ""
dataRelease CH*23 %-23s ""
accessURL CH*95 %-95s ""
|