Changes between Version 12 and Version 13 of Astronomical Tools/Software


Ignore:
Timestamp:
03/31/06 11:01:34 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Astronomical Tools/Software

    v12 v13  
    4343
    4444 * [wiki:HEASOFT] 
    45  * [wiki:IDL]
     45== IDL ==
     46[http://rsinc.com/idl/ IDL], the Interactive Data Language, or IDL, is a product of Research Systems Inc (RSI).
     47It is a package designed to reduce, analyse and display scientific data and images.
     48IDL can be used for tasks such as:
     49Line drawing and fitting, contour and surface plotting, animation.
     50Matrix operations, solving nonlinear equations, ffts etc.
     51Writing functions and procedures.
     52and much more. More extensive information is given in the IDL FAQ.
     53Latest IDL version
     54IDL 6.2 is now available under Solaris and Linux (with a very large number of floating licences).
     55
     56=== TeXtoIDL ===
     57[http://physweb.mnstate.edu/mcraig/TeXtoIDL/ TeXtoIDL]:
     58The purpose of the TeXtoIDL routines is to make it simple to use Greek letters,
     59subscripts and superscripts in making labels for plots in IDL. This is
     60accomplished by allowing the user to use TeX control sequences for Greek letters
     61and special symbols and for sub/superscripts. The TeX control sequences are simple
     62and easy to remember, especially if you already use TeX for writing papers
     63(for those unfamiliar with TeX, an explanation of that notation is below).
     64The translation is done for either vector or PostScript fonts.
     65
     66[http://idlwave.org/ IDLWAVE]:
     67This package has been installed as part of Emacs to enable it to understand
     68IDL syntax, which is very useful when writing IDL scripts. A number of lines
     69should be added to your ~/.emacs file, and IDLWAVE online information which can
     70be viewed with `M-x idlwave-info', or follow the Menu entry in the IDLWAVE menu.
     71IDLWAVE also enables running an IDL shell within emacs - type:
     72
     73        M-X idlwave-shell
     74
     75which runs your settup defined by the environment variable IDL_STARTUP.
     76
     77
     78
    4679 * [wiki:pgplot]
    4780 * [wiki:ximtool]