source: tapas/web/resources/doc/infosXml_en.txt @ 825

Last change on this file since 825 was 825, checked in by rboipsl, 9 years ago

changement logo
champs locality/lieu desactives
+modif sur tapas.css et bas page frontend
+ ajout textes info xml et one transmission

File size: 3.1 KB
Line 
1The XML request code must strictly follow the tags. Only values in red can be changed.<br>
2Example of a XML request :<br>
3&#139;?xml version="1.0" encoding="UTF-8"?&#155;<br>
4&lt;tapas Id="Ether_TAPAS_999"&#155;<br>
5  &lt;request Id="<span style="color:red">1</span>"&#155;<br>
6    &lt;preferences&gt;<br>
7      &lt;format valid="VO,ASCII,FITS,NETCDF"&gt;<span style="color:red">FITS</span>&lt;/format&gt;<br>
8      &lt;rayleigh_extinction valid="YES,NO"&gt;<span style="color:red">YES</span>&lt;/rayleigh_extinction&gt;<br>
9      &lt;h2o_extinction valid="YES,NO"&gt;<span style="color:red">NO</span>&lt;/h2o_extinction&gt;<br>
10      &lt;o3_extinction valid="YES,NO"&gt;<span style="color:red">YES</span>&lt;/o3_extinction&gt;<br>
11      &lt;o2_extinction valid="YES,NO"&gt;<span style="color:red">YES</span>&lt;/o2_extinction&gt;<br>
12      &lt;co2_extinction valid="YES,NO"&gt;<span style="color:red">YES</span>&lt;/co2_extinction&gt;<br>
13      &lt;ch4_extinction valid="YES,NO"&gt;<span style="color:red">YES</span>&lt;/ch4_extinction&gt;<br>
14      &lt;n2o_extinction valid="YES,NO"&gt;<span style="color:red">YES</span>&lt;/n2o_extinction&gt;<br>
15    &lt;/preferences&gt;<br>
16    &lt;observation&gt;<br>
17      &lt;date&gt;<span style="color:red">2013-11-17T00:41:00.000Z</span>&lt;/date&gt;<br>
18      &lt;observatory&gt;<br>
19        &lt;name&gt;<span style="color:red">La Palma Roque de los Muchachos Canarias Spain</span>&lt;/name&gt;<br>
20        &lt;longitude min="-180" max="180"&gt;<span style="color:red">-17.882</span>&lt;/longitude&gt;<br>
21        &lt;latitude min="-90" max="90"&gt;<span style="color:red">28.76</span>&lt;/latitude&gt;<br>
22        &lt;altitude min="0" max="10000"&gt;<span style="color:red">2326.0</span>&lt;/altitude&gt;<br>
23      &lt;/observatory&gt;<br>
24      &lt;los&gt;<br>
25        &lt;ra_j2000&gt;<span style="color:red">03:42:55</span>&lt;/ra_j2000&gt;<br>
26        &lt;dec_j2000&gt;<span style="color:red">47:47:15</span>&lt;/dec_j2000&gt;<br>
27      &lt;/los&gt;<br>
28      &lt;instrument&gt;<br>
29        &lt;spectral_choice valid="Vacuum Wavelength (nm),Standard Wavelength (nm),Wavenumber (cm-1)"&gt;<span style="color:red">Standard Wavelength (nm)</span>&lt;/spectral_choice&gt;<br>
30        &lt;spectral_range&gt;<span style="color:red">350 1000</span>&lt;/spectral_range&gt;<br>
31        &lt;ilsf_choice valid="-1,0,1"&gt;<span style="color:red">1</span>&lt;/ilsf_choice&gt;<br>
32        &lt;resolving_power min="0"&gt;<span style="color:red">115000</span>&lt;/resolving_power&gt;<br>
33        &lt;sampling_ratio min="0"&gt;<span style="color:red">10</span>&lt;/sampling_ratio&gt;<br>
34        &lt;appli_berv valid="YES,NO"&gt;<span style="color:red">YES</span>&lt;/appli_berv&gt;<br>
35      &lt;/instrument&gt;<br>
36    &lt;/observation&gt;<br>
37    &lt;atmosphere&gt;<br>
38      &lt;reference valid="0,1,2,3,4,5,6"&gt;<span style="color:red">0</span>&lt;/reference&gt;<br>
39      &lt;arletty_file&gt;/data/tapas///arletty/<span style="color:red">canr_2013111700.arl</span>&lt;/arletty_file&gt;<br>
40      &lt;ecmwf_file&gt;/data/tapas///ecmwf/<span style="color:red">canr_2013111700_qo3.txt</span>&lt;/ecmwf_file&gt;<br>
41    &lt;/atmosphere&gt;<br>
42  &lt;/request&gt; <br>
43&lt;/tapas&gt;<br>
Note: See TracBrowser for help on using the repository browser.