79248841

Date: 2024-12-03 18:51:40
Score: 1
Natty:
Report link

This functionality is built into scipy now:

from scipy.io import readsav
data=readsav("filename.xdr")
print(data)

The array data hould be self-explanatory, with the names of the variables as originally saved in IDL.

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: WTReach