-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathipac-resource.xml
108 lines (104 loc) · 3.79 KB
/
ipac-resource.xml
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
<ri:Resource xsi:type="vs:CatalogService" status="active"
updated="2018-10-25T12:22:25" created="2005-10-14T01:46:00"
xmlns:ri="http://www.ivoa.net/xml/RegistryInterface/v1.0"
xmlns:vr="http://www.ivoa.net/xml/VOResource/v1.0"
xmlns:vs="http://www.ivoa.net/xml/VODataService/v1.1"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.ivoa.net/xml/VOResource/v1.0
http://www.ivoa.net/xml/VOResource/v1.0
http://www.ivoa.net/xml/VODataService/v1.1
http://www.ivoa.net/xml/VODataService/v1.1">
<title>The NASA/IPAC Extragalactic Database</title>
<shortName>NED_redshift</shortName>
<identifier>ivo://ned.ipac/Redshift_By_Object_Name</identifier>
<curation>
<publisher>The NASA/IPAC Extragalactic Database</publisher>
<contact>
<name>Olga Pevunova</name>
<email>[email protected]</email>
</contact>
</curation>
<content>
<subject>redshift</subject>
<subject>galaxies</subject>
<description>
NED is built around a master list of extragalactic objects for
which cross-identifications of names have been established,
accurate positions and redshifts entered to the extent possible,
and some basic data collected. This service will return recorded
redshifts for a given object.
</description>
<referenceURL>
http://nedwww.ipac.caltech.edu/help/data_help.html#zdat
</referenceURL>
<type>BasicData</type>
<contentLevel>Research</contentLevel>
</content>
<capability>
<interface xsi:type="vs:ParamHTTP">
<accessURL use="base">
http://nedwww.ipac.caltech.edu/cgi-bin/nph-datasearch?search_type=Redshifts&
</accessURL>
<queryType>GET</queryType>
<resultType>application/xml+votable</resultType>
<param use="required">
<name>objname</name>
<description>Name of object</description>
<dataType>string</dataType>
</param>
<param use="required">
<name>of</name>
<description>
Output format parameter, must be "xml_main" for
VOTable output.
</description>
<dataType>string</dataType>
</param>
</interface>
</capability>
<coverage>
<spatial>0/0-11</spatial>
<!-- arbitrary upper temporal limit for "ongoing acquisition" -->
<temporal>33282 100000</temporal>
<!-- Only radio and optical redshifts, here -->
<spectral>4e-28 3e-23</spectral>
<spectral>2.4e-19 5e-19</spectral>
<waveband>Radio</waveband>
<waveband>Optical</waveband>
</coverage>
<tableset>
<schema>
<name>default</name>
<table type="output">
<name>default</name>
<column>
<name>No.</name>
<description>
A sequential data-point number applicable to this list only.
</description>
<ucd>meta.number</ucd>
<dataType xsi:type="vs:VOTableType">int</dataType>
</column>
<column>
<name>Name in Publication</name>
<description>
The object's name in NED's standard format, of the object
to which the data apply.
</description>
<ucd>meta.id</ucd>
<dataType xsi:type="vs:VOTableType" arraysize="*">char</dataType>
</column>
<column>
<name>Published Velocity</name>
<description>
The radial velocity , derived from derived from the shift
of some spectral feature, in km/sec
</description>
<unit>km/sec</unit>
<ucd>spect.dopplerVeloc</ucd>
<dataType xsi:type="vs:VOTableType">int</dataType>
</column>
</table>
</schema>
</tableset>
</ri:Resource>