Changes between Version 2 and Version 3 of VsoIDL


Ignore:
Timestamp:
03/19/08 08:43:39 (16 years ago)
Author:
joe
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • VsoIDL

    v2 v3  
    1111There are two functions available within IDL to search for data products: 
    1212 
    13   * [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/xml/vso_search.pro vso_search] : uses VSO to get a list of records that match given parameters 
    14   * [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/xml/vso_get.pro vso_get] : will attempt to download available data products, given a list of records. 
     13  * [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/vso/vso_search.pro vso_search] : uses VSO to get a list of records that match given parameters 
     14  * [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/vso/vso_get.pro vso_get] : will attempt to download available data products, given a list of records. 
    1515 
    1616Documentation and examples for the two commands is available through Dominic Zarro's [http://achilles.nascom.nasa.gov/~zarro/xdoc/ XDOC] interface. 
     
    1818== Programmer Tools == 
    1919 
    20 For programmers who wish to extend the VSO for use in their own code, there is a more low level interface, that uses [http://orpheus.nascom.nasa.gov/~zarro/idl/objects/objects.html IDL Objects] in the [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/xml/vso__define.pro VSO object].  Documentation is available through [http://achilles.nascom.nasa.gov/~zarro/xdoc/ XDOC], as well as example usage in [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/xml/vso_search.pro vso_search], [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/xml/vso_get.pro vso_get] or Dominic Zarro's [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/synoptic/eit__define.pro EIT] object. 
     20For programmers who wish to extend the VSO for use in their own code, there is a more low level interface, that uses [http://orpheus.nascom.nasa.gov/~zarro/idl/objects/objects.html IDL Objects] in the [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/vso/vso__define.pro VSO object].  Documentation is available through [http://achilles.nascom.nasa.gov/~zarro/xdoc/ XDOC], as well as example usage in [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/vso/vso_search.pro vso_search], [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/vso/vso_get.pro vso_get] or Dominic Zarro's [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/synoptic/eit__define.pro EIT] object. 
    2121 
    22 Users wishing to write other web services in IDL may wish to look at the [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/xml/soap__define.pro SOAP] and [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/xml/xmlparser__define.pro XML Parser] objects. 
     22Users wishing to write other web services in IDL may wish to look at the [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/vso/soap__define.pro SOAP] and [http://achilles.nascom.nasa.gov/~zarro/php/ssw_print.php?file=$SSW/gen/idl/interfaces/vso/xmlparser__define.pro XML Parser] objects. 
    2323 
    2424== Support ==