Changes between Version 1 and Version 2 of VsoIDL
- Timestamp:
- 02/10/07 05:36:56 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
VsoIDL
v1 v2 11 11 There are two functions available within IDL to search for data products: 12 12 13 * [http:// orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/xml/vso_search.pro vso_search] : uses VSO to get a list of records that match given parameters14 * [http:// orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/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/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. 15 15 16 Documentation and examples for the two commands is available through Dominic Zarro's [http:// orpheus.nascom.nasa.gov/~zarro/xdoc/ XDOC] interface.16 Documentation and examples for the two commands is available through Dominic Zarro's [http://achilles.nascom.nasa.gov/~zarro/xdoc/ XDOC] interface. 17 17 18 18 == Programmer Tools == 19 19 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:// orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/xml/vso__define.pro VSO object]. Documentation is available through [http://orpheus.nascom.nasa.gov/~zarro/xdoc/ XDOC], as well as example usage in [http://orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/xml/vso_search.pro vso_search], [http://orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/xml/vso_get.pro vso_get] or Dominic Zarro's [http://orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/synoptic/eit__define.pro EIT] object.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. 21 21 22 Users wishing to write other web services in IDL may wish to look at the [http:// orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/xml/soap__define.pro SOAP] and [http://orpheus.nascom.nasa.gov/cgi-bin/xdoc_print.pl?file=/solarsoft/gen/idl/xml/xmlparser__define.pro XML Parser] objects.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. 23 23 24 24 == Support ==