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
|
------------------------------------------------------------------
Req 1.2.1: Users shall be able to identify a column in a VOTable
by the 'id', 'name' or 'ucd' attribute of a <FIELD> or
by column number.
------------------------------------------------------------------
------ Identify RA,DEC col by 'id' string ------
Logical Path: data$usno-b.xml
RA,DEC are cols: 2 and 3
HTTP URI: http://iraf.noao.edu/votest//usno-b.xml
RA,DEC are cols: 2 and 3
File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml
RA,DEC are cols: 2 and 3
File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml
RA,DEC are cols: 2 and 3
------ Identify RA,DEC col by 'name' string ------
Logical Path: data$usno-b.xml
RA,DEC are cols: 2 and 3
HTTP URI: http://iraf.noao.edu/votest//usno-b.xml
RA,DEC are cols: 2 and 3
File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml
RA,DEC are cols: 2 and 3
File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml
RA,DEC are cols: 2 and 3
------ Identify RA,DEC col by 'ucd' string ------
Logical Path: data$usno-b.xml
RA,DEC are cols: 2 and 3
HTTP URI: http://iraf.noao.edu/votest//usno-b.xml
RA,DEC are cols: 2 and 3
File URI: file:///iraf/iraf/vo/votest/data//usno-b.xml
RA,DEC are cols: 2 and 3
File URI: file:///localhost/iraf/iraf/vo/votest/data//usno-b.xml
RA,DEC are cols: 2 and 3
|