Package generic_fns :: Module intensity :: Class Intensity
[hide private]
[frames] | no frames]

Class Intensity

source code

Instance Methods [hide private]
 
__init__(self, relax)
Class containing functions for handelling peak intensities.
source code
 
det_dimensions(self)
Determine which are the proton and heteronuclei dimensions of the XEasy text file.
source code
 
intensity_sparky(self, line)
Function for returning relevant data from the Sparky peak intensity line.
source code
 
intensity_xeasy(self, line)
Function for returning relevant data from the XEasy peak intensity line.
source code
int
number_of_header_lines(self)
Function for determining how many header lines are in the intensity file.
source code
 
read(self, run=None, file=None, dir=None, format=None, heteronuc=None, proton=None, int_col=None, assign_func=None)
Function for reading peak intensity data.
source code
Method Details [hide private]

det_dimensions(self)

source code 

Determine which are the proton and heteronuclei dimensions of the XEasy text file.

Returns:
None

intensity_sparky(self, line)

source code 

Function for returning relevant data from the Sparky peak intensity line.

The residue number, heteronucleus and proton names, and peak intensity will be returned.

intensity_xeasy(self, line)

source code 

Function for returning relevant data from the XEasy peak intensity line.

The residue number, heteronucleus and proton names, and peak intensity will be returned.

number_of_header_lines(self)

source code 

Function for determining how many header lines are in the intensity file.

Returns: int
The number of header lines.