IDL .sav file handling

IDLSAV

Provides read_idlsav_file

SavConverter reads an IDL .sav file and surfaces its largest substructure as a pandas.DataFrame. The example below points at a local file path; edit fname to one of your own .sav exports.

from pyuvis import SavConverter
fname = "/home/maye/Dropbox/SternchenAndMe/python_stuff/FUV2005_195_19_52_08_UVIS_011EN_ICYEXO001_PRIME.sav"
conv = SavConverter(fname)
conv.dtypes