load arrays from a text file with numpy
space separated text file with 5 arrays in columns:
[sourcecode language="python"]
ods,rings,gains,offsets,rparams = np.loadtxt(filename,unpack=True)
[/sourcecode]
quite impressive...
space separated text file with 5 arrays in columns:
[sourcecode language="python"]
ods,rings,gains,offsets,rparams = np.loadtxt(filename,unpack=True)
[/sourcecode]
quite impressive...