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/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/classes/eit__define.pro EIT] object. |
21 | | |
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/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. |
| 18 | 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 [wiki:VsoIDL/VsoDefine VSO object]. Documentation is available through the IDL `xdoc` or `doc_menu` commands, as well as example usage in [wiki:VsoIDL/VsoSearch vso_search], [wiki:VsoIDL/VsoGet vso_get] or Dominic Zarro's EIT object. |