| |
- Import_1D(filename='fid', outfile='')
- Imports a 1D Bruker fid
- Import_2D(filename='ser', outfile='')
- Imports a 2D Bruker ser
- find_procpar(dir='.')
- find the procpar file associated to the directory dir and return its name
- read_1D(size, filename='fid')
- Reads in a Varian 1D fid
size is the number of data-points in the fid
uses java low level file access
- read_2D(sizeF1, sizeF2, filename='ser')
- Reads in a Bruker 2D fid
sizeF1 is the number of fid
sizeF2 is the number of data-points in the fid
uses java low level file access
- read_param(filename='procpar')
- load a Varian procpar file as a dictionnary
arrayed values are stored in python array
comments (lines starting with $$) are stored in the special entrey [comments]
M-A Delsuc oct 2006
|