Following code is not working in Python 2.7 (and also data.sort()...)
from Stoner import Data
import numpy as np
data=Data('test2.txt')
np.sort(data.records)
Produces:
AttributeError: 'list' object has no attribute 'dtype'
I think now it is not a problem with datafile. In Python 3 it is working fine.
test2.txt