Reading IDL save file in Python
See IDLSave module.
IDLSave has been included in Scipy since Scipy 0.9.0. Here is how to use it:
IDLSave has been included in Scipy since Scipy 0.9.0. Here is how to use it:
from scipy.io.idl import readsav
s = readsav('myfile.sav')
Comments
Post a Comment