Changes between Version 1 and Version 2 of WebQuery


Ignore:
Timestamp:
07/26/07 14:47:21 (17 years ago)
Author:
MatthewWhiting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebQuery

    v1 v2  
    44
    55Some links:
    6  * Albert's web archive: http://pulsararchive-int.atnf.csiro.au/
    7  * My working page that incorporates the limited S70 data (from `$S70TAPES` directory): http://pulsararchive-int.atnf.csiro.au/test/whi550/
     6 * Albert's web archive: (contact me if you don't know the address -- don't know if we want to publicise it on the wiki).
     7 * My working page that incorporates the limited S70 data (from `$S70TAPES` directory): <ARCHIVE_BASE>/test/whi550/
    88   * This just does cone-searching on the S70 data.
    99   * A temporary table is loaded each time a query is made -- this is just for testing purposes, but is enough to get the idea.
    10  * 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
     10 * A cone-search web service that returns a VOTable is available at <ARCHIVE_BASE>/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 <ARCHIVE_BASE>/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
    1111{{{
    12 wget -O output_file http://pulsararchive-int.atnf.csiro.au./test/whi550/conequery-vo.php?RA=0.\&DEC=-49.\&SR=1.
     12wget -O output_file <ARCHIVE_BASE>/test/whi550/conequery-vo.php?RA=0.\&DEC=-49.\&SR=1.
    1313}}}