IDL Examples
Description
The IDL examples below were originally developed for the 2008 Workshop on Scientific Visualization by Erik Brisson (ebrisson@bu.edu). For basic info on using this package on the SCV systems, consult our IDL Basics help page. We also have a more in depth IDL Tutorial.
Example Files
Examples directory list.
Tar file of examples if you wish to dowload the entire set.
Using the examples
After you have downloaded and uncompressed the examples, go to the "materials" directory and follow the instructions below.
To run the examples - start IDL in the materials directory. Then use ".run" to
execute the procedure, e.g.
% idl
IDL> .run pro/shade_surf.pro
The workflow examples given in the workshop are:
sphscan.pro - generates a .obj file with no color info
sphscan_intens.pro - generates an output file suitable for input
to OpenGL and OpenSceneGraph examples
sphscan_mtl.pro - generates a .obj file which, when taken with
an appropraite .mtl file and colormap image
can be used to assign vertex color
Document Name: IDL examples
Author/Maintainer: Aaron D. Fuegi (aarondf@bu.edu) and Erik Brisson (ebrisson@bu.edu)
Keywords: idl, data, analysis, visualization, language
Related Help Pages: IDL Basics
Related Tutorials: IDL Tutorial
Created June 2, 2009; Last Revised June 2, 2009; Last Modified
June 25, 2009
URL of this document: http://scv.bu.edu/documentation/software-help/mathematics/idl_examples/
Go up to SCV Software Packages
|