Where can I find documentation and source listings for SSW routines?
There are several methods: • XDOC: An excellent Web interface provided by D. Zarro at http://orpheus.nascom.nasa.gov/~zarro/xdoc/. • XDOC: Type xdoc in an SSW IDL session to bring up a widget interface • DOC_LIBRARY: Type doc_library,routine in IDL to see the header documentation for routine • In an SSW IDL session, type which,’routinename’ to find the SSW directory containing ‘routinename’. Then navigate to that directory and open the file in an editor to examine it.