Archive for November 19th, 2009
Thursday, November 19th, 2009
3rd Annual IDL User Group Meeting
The 3rd Annual IDL User Group Meeting will be February 24, 2010 at LASP in Boulder, CO. The call for presentations is open. There will also be an image competition again—winner will receive an iPod Nano. Submit abstracts and image entries to events@ittvis.com by January 30, 2010. There will also be a pre-conference day of [...]
No Comments » - Posted in IDL,News by Michael Galloy
Thursday, November 19th, 2009
Read IDL save files in Python
IDLSave is a Python module to read IDL save files from Python. IDLSave converts IDL types to Python types: arrays are converted to NumPy arrays, structures are converted to NumPy record types. NumPy is required. (Mentioned by Brian Larsen in this comp.lang.idl-pvwave thread about migrating from IDL to Python.)
