spm1d.io¶
Input/Output module
Warning
This module has been deprecated and will be removed in the future.
All spm1d procedures accept NumPy arrays directly, and NumPy load/save functionality has greatly improved in the last few years, so spm1d-specific data IO has been made redundant. Consider using the following functions:
numpy.loadtxt
numpy.savetxt
numpy.load
numpy.save
scipy.io.loadmat
scipy.io.savemat