Resources
-
Recent Posts
Recent Tweets
- IDL 8.2.3 is available! Upgrade to add new video read capabilities, SVG outputs & more to your data visualization! ow.ly/lMyCb 6 hours ago
- With automated image analysis you’ll spend less time hand digitizing shorelines & more time enjoying the shore! ow.ly/m9mn9 6 hours ago
- Join us on 7/10 at 3pm & learn how to "Use ENVI to Exploit Imagery from New & Emerging Sensors"! ow.ly/m6UIa 7 hours ago
Like Exelis VIS
Tags
(New) Graphics AGU arrays Atle Borsholm code performance control statements Direct Graphics ENVI 5 ENVI programming GRIB guest post hashes HDF5 IDL 8 IDL 8.1 IDL 8.2 IDL 8.2.1 IDL 8.2.2 IDLffVideoWrite image implicit Get/SetProperty Jim Pendleton keyword inheritance Linux lists map projections movies MPEG-4 NAME property netCDF NPP Object Graphics OOP PNG PostScript Ron Kneusel science! sorting user group VIIRS VISualize web welcome widget programming WIDGET_WINDOW function
Tag Archives: ENVI programming
An ENVI 5 extension
Last week, I showed an example of an ENVI 5 batch program; this week, I’ll show an extension, the successor to a user function in ENVI Classic. (Be warned, though, that this turned into a long post.) Extensions are programs executed … Continue reading
Posted in data access, language, programming
Tagged ENVI 5, ENVI programming, OOP, SAVE file
2 Comments
An ENVI 5 batch program
ENVI 5, released last week, has a new UI and API. I’d like to show a pair of examples that use the API: this week, a batch program; next week, an extension (the successor to a user function). Batch programs … Continue reading
The COMPILE_OPT statement; you should use it!
The COMPILE_OPT statement alters IDL’s compile-time behavior. The statement is locally scoped; i.e., it changes IDL’s behavior only within the routine in which it is declared. I use the IDL2 option (a shorthand for the DEFINT32 and STRICTARR options) in all new procedures, functions and methods I write. … Continue reading