-
Notifications
You must be signed in to change notification settings - Fork 5
/
template_fov_footprint
28 lines (26 loc) · 1.71 KB
/
template_fov_footprint
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
<?xml version="1.0" encoding="UTF-8"?>
<VOTABLE xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.1" xmlns="http://www.ivoa.net/xml/VOTable/v1.1" xsi:schemaLocation="http://www.ivoa.net/xml/VOTable/v1.1 http://www.ivoa.net/xml/VOTable/v1.1">
<RESOURCE ID="pointing" utype="dal:footprint.geom">
<PARAM datatype="char" arraysize="*" name="TelescopeName" ID="TelescopeName" value="MyTelescope" />
<PARAM datatype="char" arraysize="*" name="InstrumentName" ID="InstrumentName" value="MyInstrument" />
<PARAM datatype="char" arraysize="*" name="InstrumentDescription" ID="InstrumentDescription" value="My footprint description" />
<PARAM datatype="char" arraysize="*" name="Origin" ID="Origin" value="My footprint origin" />
<PARAM datatype="char" arraysize="*" utype="stc:AstroCoordSystem.CoordFrame.CARTESIAN" name="reference-frame" value="*"/>
<PARAM name="projection" utype="stc:AstroCoordSystem.CoordFrame.Cart2DRefFrame.projection" datatype="char" arraysize="*" value="TAN"/>
<RESOURCE ID="shape_0" name="shape_0">
<TABLE utype="dal:footprint.geom.segment">
<PARAM datatype="char" name="Shape" arraysize="*" value="Polygon" utype="dal:footprint.geom.segment.shape" />
<FIELD unit="arcsec" datatype="double" name="xPtPosition" utype="stc:AstroCoordArea.Polygon.Vertex.Position.C1" />
<FIELD unit="arcsec" datatype="double" name="yPtPosition" utype="stc:AstroCoordArea.Polygon.Vertex.Position.C2" />
<DATA>
<TABLEDATA>
<TR><TD>-900.0</TD><TD>900.0</TD></TR>
<TR><TD>900.0</TD><TD>900.0</TD></TR>
<TR><TD>900.0</TD><TD>-900.0</TD></TR>
<TR><TD>-900.0</TD><TD>-900.0</TD></TR>
</TABLEDATA>
</DATA>
</TABLE>
</RESOURCE>
</RESOURCE>
</VOTABLE>