Just out of curiosity I decided to explore how hard it would be to create an Eclipse IDE for GDL. Part of my motivation was that I would be able to use the same IDE interchangeably with the real IDL backend as I find that the real IDL IDE is frustratingly buggy. How cool would […]
Read IDL ‘sav’ files into Python 3
I have recently started converting an IDL program to Python. I came across the a useful module for reading in IDL sav files however it only worked with Python 2. As I wanted to write my new program to be using the latest and greatest from the get go I decided to convert it to […]