Resources
-
Recent Posts
Recent Tweets
- Attend VISualize & take advantage of our #Landsat 8 one-day seminar w/ Jim Irons from LDCM! ow.ly/lcULP 6 hours ago
- Read “#Landsat 8 Data Reader Included in ENVI 5 Service Pack 3” & find out what’s coming soon! ow.ly/lhT2T 9 hours ago
- You down with NPP? Dave G’s down with NPP! Read his latest post on ImagerySpeaks today! ow.ly/lftxd 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
Tag Archives: IDL 8
Where am I?
Well, more accurately, “where on the filesystem is the source for the currently scoped routine?”, but that’s not a catchy title. In IDL 8.2.2, the ROUTINE_FILEPATH function was modified to return this information when called without any parameters. Here’s a … Continue reading
The bigger picture in 2013
Regular readers of this blog know that I love to show off the neat things you can do with IDL, usually with some code. I thought I’d try something different today, though. As product manager, I help set the agenda … Continue reading
Coming soon: IDL 8.2.3
IDL 8.2.3 is scheduled to be released on May 21. While this is primarily a maintenance release, we’ve included several new routines. They are: BUBBLEPLOT VOLUME FILE_ZIP FILE_UNZIP FILE_GZIP FILE_GUNZIP FILE_TAR FILE_UNTAR ZLIB_COMPRESS ZLIB_UNCOMPRESS IDLffVideoRead class QUERY_VIDEO READ_VIDEO WRITE_VIDEO TERMINAL_SIZE BUBBLEPLOT … Continue reading
Modifying the size and position of a plot
In IDL 8 (a.k.a. New) Graphics, you can interactively move and resize plots in a window. For example, make a test plot in red: IDL> p = plot([0,1], ‘r’) Select the plot by clicking the mouse in the interior of … Continue reading
An update to the CURRENT keyword
(Note: I’m out of town this week; this is a short post I banked earlier in the year.) The IDL 8 (a.k.a. New) Graphics CURRENT keyword got a useful update in IDL 8.2.2: instead of being a Boolean, it now accepts … Continue reading
IDL 8.2.2 released!
IDL 8.2.2 is now available for download from our website, exelisvis.com. Although it’s primarily a maintenance release (including 104 bugs fixed), it also has some meat, with updates in, primarily, the categories of (New) Graphics, language and file access. Here’s … Continue reading
Getting the IDL process identifier on Linux
Atle Borsholm showed me this technique for getting IDL’s process identifier (or process id or pid) on Linux (though it should work on any UNIX-based system): IDL> pid = call_external(‘libc.so.6′, ‘getpid’) IDL> print, pid 22468 I used this recently with pmap … Continue reading
Coming soon: IDL 8.2.2
IDL 8.2.2 is complete and set to be released in early February. While this is a maintenance release, there are several new and improved features which I think are pretty cool. Here’s a teaser (from an 8.2.2 build on my … Continue reading
A visualization of polar winds
Earlier this fall, I worked with Hyungmin Lee (University of Colorado) on creating a visualization of polar wind data from the Goddard Earth Observing System Model, Version 5. Here’s the result: The top row depicts, in a polar stereographic projection, Northern … Continue reading
AGU User Group wrap-up
Thank you to everyone who participated in the ENVI & IDL User Group meeting last night. I had fun, and I think I was still giving rational responses to questions after a pint or two of “truth serum.” Should we … Continue reading