When loading standard PPMS datafile test.txt it is not possible to show its records. Try this code:
from Stoner import Data
data=Data('test.txt')
data.records
Problem is when calling self.data.view(dtype=dtype) in Core.py (https://github.com/gb119/Stoner-PythonCode/blob/master/Stoner/Core.py#L913)
With data from VSM PPMS option it is working fine so I have no idea why this error is produced just for this datafile.
When loading standard PPMS datafile test.txt it is not possible to show its records. Try this code:
Problem is when calling self.data.view(dtype=dtype) in Core.py (https://github.com/gb119/Stoner-PythonCode/blob/master/Stoner/Core.py#L913)
With data from VSM PPMS option it is working fine so I have no idea why this error is produced just for this datafile.