| 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). |
| | 47 | It is a package designed to reduce, analyse and display scientific data and images. |
| | 48 | IDL can be used for tasks such as: |
| | 49 | Line drawing and fitting, contour and surface plotting, animation. |
| | 50 | Matrix operations, solving nonlinear equations, ffts etc. |
| | 51 | Writing functions and procedures. |
| | 52 | and much more. More extensive information is given in the IDL FAQ. |
| | 53 | Latest IDL version |
| | 54 | IDL 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]: |
| | 58 | The purpose of the TeXtoIDL routines is to make it simple to use Greek letters, |
| | 59 | subscripts and superscripts in making labels for plots in IDL. This is |
| | 60 | accomplished by allowing the user to use TeX control sequences for Greek letters |
| | 61 | and special symbols and for sub/superscripts. The TeX control sequences are simple |
| | 62 | and 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). |
| | 64 | The translation is done for either vector or PostScript fonts. |
| | 65 | |
| | 66 | [http://idlwave.org/ IDLWAVE]: |
| | 67 | This package has been installed as part of Emacs to enable it to understand |
| | 68 | IDL syntax, which is very useful when writing IDL scripts. A number of lines |
| | 69 | should be added to your ~/.emacs file, and IDLWAVE online information which can |
| | 70 | be viewed with `M-x idlwave-info', or follow the Menu entry in the IDLWAVE menu. |
| | 71 | IDLWAVE also enables running an IDL shell within emacs - type: |
| | 72 | |
| | 73 | M-X idlwave-shell |
| | 74 | |
| | 75 | which runs your settup defined by the environment variable IDL_STARTUP. |
| | 76 | |
| | 77 | |
| | 78 | |