IDL基础

1 IDL简介

IDL(Interactive Data Language) 交互式数据语言最初在七十年代后期用于帮助科学家分析火星探险卫星发回的数据,将浩瀚的数据转换为图形 。此后IDL 得到广泛运用。

IDL 是美国 RSI 公司推出的面向矩阵的第四代科学计算可视化语言 。

IDL 集开放性 、 高维分析能力、 科学计算能力、实用性和可视化分析为一体,跨平台应用,方便地与 C、C++ 连接,还支持数据库的 ODBC 接口标准。

只要下载了ENVI IDL也被安装了

IDL语言特性

2 快速入门

The easiest way to start IDL is by launching the IDL Workbench, which is an Eclipse-based graphical user interface.

IDL可以打开为用户界面与命令行形式。

退出IDL 可以在命令提示符输入 EXIT 

界面

参考

IDL Reference   http://www.harrisgeospatial.com/docs/routines-1.html

Tutorial   http://www.idlcoyote.com/

IDL Links   http://www.idlcoyote.com/documents/idllinks.php

自己电脑上的IDL帮助文件   file:///D:/ENVI5.1/IDL83/help/online_help/IDL/idl.htm#Getting%20Started.htm

文件中心 Documentation Center on the Exelis Visual Information Solutions website 

http://www.harrisgeospatial.com/docs/home.html

http://www.harrisgeospatial.com/docs/PDF_Guides.html

http://www.harrisgeospatial.com/docs/using_idl_home.html

http://www.geo.mtu.edu/geoschem/docs/IDL_Manuals/IMAGE%20PROCESSING.pdf

http://www2.fct.unesp.br/docentes/carto/enner/PPGCC/Hiperespectral/Lab%201%20-%20Basics%20of%20remote%20sensing/session%2007%20Using%20IDL.pdf

https://webpages.uidaho.edu/for570/Labs/IDL_Labs/IDL%20Lab%201%20-%20The%20IDL%20Interface.pdf

https://www.google.com/search?sxsrf=ACYBGNRtZ8kJ1TbZ4g4I9AkHpnhfK7bK9g%3A1581824462234&ei=zrlIXsf1DaaHr7wPqKyquAE&q=idl+tutorial+remote+sensing&oq=IDL+tuto&gs_l=psy-ab.1.3.0i67j0i30l6j0i5i30l3.9653.11922..14093...0.0..0.189.908.2j5......0....1..gws-wiz.......35i39j0j0i12j0i12i10j0i10i67.IYR66IKA0Bc

原文地址:https://www.cnblogs.com/icydengyw/p/11502882.html