paramagpy.dataparse.read_pre¶
- paramagpy.dataparse.read_pre(fileName)[source]¶
Read paramagnetic relaxation enhancement values from file. The returned object is a dicationary. They keys are tuples of (sequence, atomName) The values are tuples of (value, error)
- Parameters
fileName (str) – the path to the file
- Returns
values – a dictionary containing the parsed data
- Return type
Examples
see
paramagpy.dataparse.read_pcs()
which has the same file structure