Changes between Version 5 and Version 6 of doc/app/idl
- Timestamp:
- Feb 1, 2012 2:42:58 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/app/idl
v5 v6 7 7 Once IDL is installed, the presented IDL programs can be executed. There exist different modes running IDL programs. To run the presented IDL programs we recommend to do the following: 8 8 * Use an editor like ''kate'' to adapt the code to your needs (usually only some variables have to be changed in the head of the program) 9 * Type ' IDL' at your terminal (console) to start the command line version of IDL (only available on UNIX/LINUX platforms)9 * Type 'idl' at your terminal (console) to start the command line version of IDL (only available on UNIX/LINUX platforms) 10 10 * Type '.run programname' and press <Enter>, where 'programname' is the name of your IDL program (usual ending is '.pro') 11 11