Changes between Version 9 and Version 10 of WebQuery


Ignore:
Timestamp:
09/28/07 10:18:40 (17 years ago)
Author:
MatthewWhiting
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WebQuery

    v9 v10  
    66
    77Some links:
    8  * Albert's web archive: (I did have the link here, but it's an internal page so I don't know if we want to publicise it on the wiki. It's denoted here as <ARCHIVE_BASE> -- contact me if you don't know the address).
    9  * My working page that incorporates the limited S70 data (from `$S70V` directory): <ARCHIVE_BASE>/test/whi550/
     8 * Albert's web archive: http://pulsararchive-int.atnf.csiro.au
     9 * My working page that incorporates the limited S70 data (from `$S70V` directory): http://pulsararchive-int.atnf.csiro.au/test/whi550/
    1010   * This just does cone-searching on the S70 data.
    1111   * A temporary table is loaded each time a query is made -- this is just for testing purposes, but is enough to get the idea.
    12  * 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
     12 * 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
    1313{{{
    14 wget -O output_file <ARCHIVE_BASE>/test/whi550/conequery-vo.php\?RA=0.\&DEC=-49.\&SR=1.
     14wget -O output_file http://pulsararchive-int.atnf.csiro.au/test/whi550/conequery-vo.php\?RA=0.\&DEC=-49.\&SR=1.
    1515}}}
    1616
     
    2323It is unclear whether it is sufficient to register at just one registry, or whether they are still independent (the aim is for one registration to be sufficient, but are we at that point yet?). This needs to be followed up.
    2424
    25 The full list of metadata that can be provided to describe a service is detailed in the IVOA document on Resource Metadata: [http://www.ivoa.net/Documents/latest/RM.html] Most of the registration pages are forms where specific fields are filled in, often depending on the type of service being registered.
     25The full list of metadata that can be provided to describe a service is detailed in the IVOA document on Resource Metadata: [http://www.ivoa.net/Documents/latest/RM.html]. Most of the registration pages are forms where specific fields are filled in, often depending on the type of service being registered.