; April 2015 | Michael Ian Lapsley

IDL Notebook: Variables, Data Storage, and Data Types

It is important to choose the best data storage for your application. A good list of all IDL data types is given here: http://www.exelisvis.com/docs/IDL_Data_Types.html I am organizing this page in terms of data storage elements. Array (vector) Arrays can be made from several data types such as bytes, integers, floats and doubles. see: http://michaellapsley.blogspot.com/2015/03/idl-notebook-arrays.html Arrays...