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


load

spm1d.io.load(*args)[source]

loadmat

spm1d.io.loadmat(*args)[source]

loadtxt

spm1d.io.loadtxt(*args)[source]

loadspm

spm1d.io.loadspm(*args)[source]

save

spm1d.io.save(*args)[source]

savemat

spm1d.io.savemat(*args)[source]

savetxt

spm1d.io.savetxt(*args)[source]

savespm

spm1d.io.savespm(*args)[source]