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 8 hours ago
- With automated image analysis you’ll spend less time hand digitizing shorelines & more time enjoying the shore! ow.ly/m9mn9 8 hours ago
- Join us on 7/10 at 3pm & learn how to "Use ENVI to Exploit Imagery from New & Emerging Sensors"! ow.ly/m6UIa 9 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
Monthly Archives: May 2012
Native OPeNDAP support in IDL
OPeNDAP is an acronym for “Open-source Project for a Network Data Access Protocol.” From the OPeNDAP website: “OPeNDAP provides software which makes local data accessible to remote locations regardless of local storage format.” Through Unidata’s netCDF-4 library, IDL 8.2 includes … Continue reading
Posted in data access, language, visualization
Tagged (New) Graphics, IDL 8, IDL 8.2, Linux, Mac OS X, map projections, netCDF, OPeNDAP
5 Comments
IDL 8.2 released!
IDL 8.2 is now available for download from the Exelis VIS website. It includes many enhancements—primarily in (New) Graphics and in the IDL widget toolkit—that help strengthen IDL 8. Here’s a list of some of the new/improved features in IDL … Continue reading
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 merits of an example main program
When I write a new routine in IDL—a procedure or a function or a class—I like to include a main program at the bottom of the file. I use the main program to demonstrate the calling syntax of the routine … Continue reading