Resources
-
Recent Posts
Recent Tweets
- Preview some VISualize presentations on ImagerySpeaks & register to attend! #GIS #ClimateChange #Landsat ow.ly/l1d00 1 day ago
- IDL 8.2.3 is coming soon! This release includes new video read capabilities, SVG outputs, & much more! 1 day ago
- Preview some VISualize presentations on ImagerySpeaks & register to attend! #GIS #ClimateChange #Landsat ow.ly/l1cU7 2 days 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: control statements
Dynamically creating variables in a program
There are situations where it may be useful to create variables at runtime in an IDL program, taking the variable names from a string array. Though there are a couple ways of doing this, I’d like to use SCOPE_VARFETCH here, … Continue reading
Posted in data access, language
Tagged arrays, control statements, PNG, SCOPE_VARFETCH, strings
1 Comment
A small, helpful routine
A small item this week because it’s Thanksgiving. In DG, you can close all open windows with a statement like this: IDL> while !d.window ne -1 do wdelete, !d.window Here’s my two-line equivalent in NG, wrapped into a procedure: pro … Continue reading