Ticket #72: output_file

File output_file, 1.6 KB (added by VincentMcIntyre, 16 years ago)

output of example query using 'wget'.

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE VOTABLE SYSTEM "http://us-vo.org/xml/VOTable.dtd">
3<VOTABLE version="1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://www.ivoa.net/xml/VOTable/VOTable/v1.1">
4  <DESCRIPTION>
5     ATNF Pulsar Data Archive conesearch service.
6     The Archive holds data files from observations of pulsars made with the Parkes radio telescope.
7     This service provides information on what data files exist in the archive within the required cone search area.
8     Note that this service can only see non-proprietry data, which are more than PROPRIETRY_PERIOD_YR years old.
9     To obtain the data, go to WEB_ARCHIVE_URL
10     Usage: Provide three parameters: RA (right ascension), DEC (declination), SR (search radius)
11            All values in decimal degrees
12  </DESCRIPTION>
13<TABLE>
14<RESOURCE type="Error message">
15<PARAM ID="ERROR" datatype="char" value="Query Failed:  SELECT *,degrees( acos(cos(radians(rajd-0)) *
16                                        cos(radians(decjd)) *
17                                        cos(radians(-49)) +
18                                        sin(radians(decjd)) *
19                                        sin(radians(-49))
20                                        )
21                                 ) AS distance  FROM s70  WHERE 1=1  AND ( ((degrees( acos(cos(radians(rajd-0)) *
22                                        cos(radians(decjd)) *
23                                        cos(radians(-49)) +
24                                        sin(radians(decjd)) *
25                                        sin(radians(-49))
26                                        )
27                                 ) - 0.25*(bmaj+bmin)) < (1./60.)) )  AND ( MJD <= 54510 OR  1=0  )  ORDER BY file_id desc LIMIT 500 : Unknown column 'file_id' in 'order clause'(MysqlDB::DoQuery)"/>
28</RESOURCE>
29</TABLE>
30</VOTABLE>