Collection of fitters (& related methods) for PCS datasets
Reconfigure a X-tensor or Alignment-tensor into Unique Tensor Rep
Core code has been borrowed from Numbat. Information on UTR can be found i JBNMR. 2008 Jul;41(3):179-89. Thanks Christophe Schmitz :-)
Parameters: |
|
---|---|
Return type: | a list containing Ax, Rh, A, B and G in UTR. |
Calculates the quality of the fit and estimates for parameter error
From: http://mail.scipy.org/pipermail/scipy-dev/2009-March/011527.html
Parameters: |
|
---|
:param mesg The optimization message (relating to success) :type mesg: str :param success: The integer exit code. <=4 for successful optimization :type success: int :param verbose: Toggle between print and returning (0) or just returning
(non-zero) the calculations performed in this method [OPTIONAL].Defaults to printing and returning
Return type: | list containing soln, p0, error estimates for soln, chisq, rms of residuals and reduced chisq |
---|
Fit a single X-tensor to a single structural model
Parameters: |
|
---|
Fit a single X-tensor to a single model with metal position fixed
Parameters: |
|
---|
Fit a single X-tensor to two corresponding structural models
Parameters: |
|
---|
Fit a single X-tensor (fixed metal pos) to two corres. models
Parameters: |
|
---|
Fit a single X-tensor to N structural models
Equivalent to Numbat’s “SELECT CONFORMER” option.
Parameters: |
|
---|
Fit a single X-tensor to N models with metal position fixed
Equivalent to Numbat’s “SELECT CONFORMER” option with metal pos fixed.
Parameters: |
|
---|
Fit two X-tensor’s to a single structural model
Parameters: |
|
---|
Fit two X-tensor’s to a single model with metal pos a site 1 fixed
Parameters: |
|
---|
Fit two X-tensor’s to a single model metal pos at both sites fixed
Parameters: |
|
---|
Fit N X-tensor’s to a single model constraining the metal position
This is equivalent to Numbat’s “MULTIPLE PCS” option. There is no limit on the number of paraParser objects in this fit.
Parameters: |
|
---|
Fit N X-tensors to a single structural model
This can be used to study quaternary structure.
This can be used to study multiple metal binding sites in a single experiment
Parameters: |
|
---|
Return all spin x,y,z, assigned PCS and X-tensor parameters
Parameters: |
|
---|
Print the type of optimization that can be performed on PCS data
Prints the X-tensor parameters
Parameters: |
|
---|
Update ParaParser object with the X-tensor parameters determined
Parameters: |
|
---|
Collection of fitters (& related methods) for PRE datasets
Fit a single PRE centre to a single structural model with PRE_C given
Parameters: |
|
---|
Fit a single PRE centre to a single model with PRE_C optimized
Parameters: |
|
---|
Fit a single PRE centre to two corresponding structural models
PRE_C is provided (fixed during optimization)
Parameters: |
|
---|
Fit a single PRE centre to two corresponding structural models
PRE_C is optimized
Parameters: |
|
---|
Fit a single PRE centre to N structural models with PRE_C given
Parameters: |
|
---|
Fit a single PRE centre to N structural models with PRE_C optimized
Parameters: |
|
---|
Fit two PRE centres to a single structural model. PRE_C given
Parameters: |
|
---|
Fit (two) PRE centres to a single structural model. PRE_C given
The site of the 1st PRE centre is fixed. The value for PRE_C is defined from the second site.
Parameters: |
|
---|
Fit (two) PRE centres to a single structural model. PRE_C optimized
The site of the 1st PRE centre is fixed.
Parameters: |
|
---|
Fit two PRE centres to a single structural model. PRE_C optimized
Parameters: |
|
---|
Fit X PRE centres to a single structural model. PRE_C is provided.
Parameters: |
|
---|
Calculates the quality of the fit and estimates for parameter error
From: http://mail.scipy.org/pipermail/scipy-dev/2009-March/011527.html
Parameters: |
|
---|
:param mesg The optimization message (relating to success) :type mesg: str :param success: The integer exit code. <=4 for successful optimization :type success: int :param verbose: Toggle between print and returning (0) or just returning
(non-zero) the calculations performed in this method [OPTIONAL].Defaults to printing and returning
Return type: | list containing soln, p0, error estimates for soln, chisq, rms of residuals and reduced chisq |
---|
Return all spin x,y,z, assigned PRE, tol, and PRE centre parameters
Parameters: |
|
---|---|
Return type: | arrays of the models x,y,z coords, meas. PRE and site params |
Print the type of optimization that can be performed on PRE data
Prints the PRE centre parameters
Parameters: |
|
---|
Update ParaParser object with the PRE centre parameters determined
Parameters: |
|
---|
Collection of fitting (& related) methods common to paramagnetic effects
This is a base class.
Calculates the quality of the fit and estimates for parameter error
From: http://mail.scipy.org/pipermail/scipy-dev/2009-March/011527.html
Parameters: |
|
---|
:param mesg The optimization message (relating to success) :type mesg: str :param success: The integer exit code. <=4 for successful optimization :type success: int :param verbose: Toggle between print and returning (0) or just returning
(non-zero) the calculations performed in this method [OPTIONAL].Defaults to printing and returning
Return type: | list containing soln, p0, error estimates for soln, chisq, rms of residuals and reduced chisq |
---|
Collection of fitting (& related) methods common to PCS and RDC effects
This is a base class.
Reconfigure a X-tensor or Alignment-tensor into Unique Tensor Rep
Core code has been borrowed from Numbat. Information on UTR can be found i JBNMR. 2008 Jul;41(3):179-89. Thanks Christophe Schmitz :-)
Parameters: |
|
---|---|
Return type: | a list containing Ax, Rh, A, B and G in UTR. |
Collection of fitters (& related methods) for RDC datasets
Fit a single Alignment-tensor to a single structural model
Parameters: |
|
---|
Fit a single Alignment-tensor to a multiple structural models
Parameters: |
|
---|
Reconfigure a X-tensor or Alignment-tensor into Unique Tensor Rep
Core code has been borrowed from Numbat. Information on UTR can be found i JBNMR. 2008 Jul;41(3):179-89. Thanks Christophe Schmitz :-)
Parameters: |
|
---|---|
Return type: | a list containing Ax, Rh, A, B and G in UTR. |
Calculates the quality of the fit and estimates for parameter error
From: http://mail.scipy.org/pipermail/scipy-dev/2009-March/011527.html
Parameters: |
|
---|
:param mesg The optimization message (relating to success) :type mesg: str :param success: The integer exit code. <=4 for successful optimization :type success: int :param verbose: Toggle between print and returning (0) or just returning
(non-zero) the calculations performed in this method [OPTIONAL].Defaults to printing and returning
Return type: | list containing soln, p0, error estimates for soln, chisq, rms of residuals and reduced chisq |
---|
Return all spin x,y,z, assigned RDC and alignment-tensor parameters
Parameters: |
|
---|
Print the type of optimization that can be performed on RDC data
Prints the Alignment-tensor parameters
Parameters: |
|
---|
Update ParaParser object with the A-tensor parameters determined
Parameters: |
|
---|