Changes between Version 13 and Version 14 of WebQuery


Ignore:
Timestamp:
02/04/08 15:41:54 (16 years ago)
Author:
MatthewWhiting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebQuery

    v13 v14  
    77There is a document that details various aspects of the implementation of the archive and the VO queries: see source:trunk/docs/VOimplementation.pdf
    88
    9 Some links ('''these are a little out-of-date: see DetailedWorkNeeded'''):
    10  * Albert's web archive: http://pulsararchive-int.atnf.csiro.au and his documentation on how it all works: http://pulsararchive-int.atnf.csiro.au/docs/tech_doc.html
    11  * My working page that incorporates the limited S70 data (from `$S70V` directory): http://pulsararchive-int.atnf.csiro.au/test/whi550/
    12    * This just does cone-searching on the S70 data.
    13    * A temporary table is loaded each time a query is made -- this is just for testing purposes, but is enough to get the idea.
    14  * A cone-search web service that returns a VOTable is available at http://pulsararchive-int.atnf.csiro.au/test/whi550/conequery-vo.php This accepts three parameters (as per the VO conesearch standard): RA, DEC, SR. It is available to test now: try something like http://pulsararchive-int.atnf.csiro.au/test/whi550/conequery-vo.php?RA=0.&DEC=-49.&SR=1. and you should see the result in your web browser. To save to a file (which you could then load into a VOTable browser such as TOPCAT: http://www.starlink.ac.uk/topcat/), try
     9The main query page is at http://pulsararchive-int.atnf.csiro.au.
     10
     11The conesearch web service can be found at http://pulsararchive-int.atnf.csiro.au/conesearch.php and can be called by using the RA, DEC and SR parameters, for instance: http://pulsararchive-int.atnf.csiro.au/conesearch.php?RA=0.&DEC=-49.&SR=1. should provide an XML file in your browser. Alternatively, use something like `wget` to download it quickly:
    1512{{{
    16 wget -O output_file http://pulsararchive-int.atnf.csiro.au/test/whi550/conequery-vo.php\?RA=0.\&DEC=-49.\&SR=1.
     13wget -O output_file http://pulsararchive-int.atnf.csiro.au/conesearch.php\?RA=0.\&DEC=-49.\&SR=1.
    1714}}}
     15and view it with something like TOPCAT: http://www.starlink.ac.uk/topcat/.
     16
    1817
    1918== Registering a VO service ==