Trees | Indices | Help |
|
---|
|
Base class defining the specific_analyses API.
All the methods here are prototype methods. To identify that the method is not available for certain analysis types, if called a RelaxImplementError is raised if called.
|
|||
|
|||
float |
|
||
anything |
|
||
|
|||
|
|||
|
|||
str |
|
||
list of floats |
|
||
|
|||
list of str |
|
||
any type |
|
||
float |
|
||
|
|||
|
|||
bool |
|
||
list of str |
|
||
list of str |
|
||
|
|||
bool |
|
||
bool |
|
||
list of float |
|
||
|
|||
str |
|
||
anything |
|
||
tuple of (int, int, float) |
|
||
str |
|
||
|
|||
int |
|
||
|
|||
|
|||
|
|||
float |
|
||
list of float |
|
||
str or None |
|
||
str |
|
||
list of float |
|
||
str |
|
||
str |
|
||
tuple of length 2 of floats or None |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
list of float or float |
|
||
list of float |
|
||
list of int |
|
||
bool |
|
||
|
|||
Inherited from |
|
|||
default_value_doc =
|
|||
eliminate_doc =
|
|||
return_data_name_doc =
|
|||
set_doc =
|
|||
write_doc =
|
|
|||
Inherited from |
|
Set up the specific objects.
|
Back-calculation of relaxation data.
|
Generator method for looping over the base data of the specific analysis type. Specific implementations of this generator method are free to yield any type of data. The data which is yielded is then passed into API methods such as return_data(), return_error(), create_mc_data(), pack_sim_data(), etc., so these methods should handle the data thrown at them. If multiple data is yielded, this is caught as a tuple and passed into the dependent methods as a tuple.
|
Prototype method for reading the data from a BMRB NMR-STAR formatted file.
|
Prototype method for writing the data to a BMRB NMR-STAR formatted file.
|
Calculate the chi-squared value.
|
Return the optimisation constraint algorithm, defaulting to the Method of Multipliers. This can return one of:
|
Create the Monte Carlo data.
|
Initialise the data structures.
|
Return a list of names of data structures.
|
Return the type of data that the parameter should be. This basic method will first search for a global parameter and, if not found, then a spin parameter.
|
Return the default parameter values. This basic method will first search for a global parameter and, if not found, then a spin parameter.
|
Deselect models or simulations.
|
Duplicate the data specific to a single model.
|
Model elimination method.
|
Return a vector of parameter names.
|
Return a vector of parameter values.
|
Grid search method.
|
Test if errors exist for the current data pipe.
|
Determine whether the given parameter is spin specific.
|
Create bounds for the OpenDX mapping function.
|
Minimisation method.
|
Return a description of the model.
|
Generator method for looping over the models.
|
Return the k, n, and chi2 model statistics. k - number of parameters. n - number of data points. chi2 - the chi-squared value.
|
Return the type of the model, either being 'local' or 'global'.
|
Create and return an array of Molmol macros.
|
Return the number of instances (depreciated).
|
Deselect models with insufficient data for minimisation.
|
Create and return an array of PyMOL macros.
|
Read the columnar formatted results file.
|
Return the conversion factor.
|
Return the data points used in optimisation.
|
Return a description of the parameter. This basic method will first search for a global parameter and, if not found, then a spin parameter.
|
Return a unique identifying string for the given parameter.
|
Return the error points corresponding to the data points used in optimisation.
|
Return the Grace string representation of the parameter. This is used for axis labelling.
|
Return a string representing the parameters units.
|
Return the value and error corresponding to the parameter. If sim is set to an integer, return the value of the simulation and None.
|
Set the model parameter errors.
|
Set the model parameter values.
|
Set the simulation selection flag.
|
Update other parameter values.
|
Pack the Monte Carlo simulation data.
|
Return the simulation chi-squared values.
|
Return the array of simulation parameter values.
|
Return the array of selected simulation flags for the spin.
|
Skip certain data.
|
Test that the grid search options are reasonable.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Mar 17 15:11:51 2014 | http://epydoc.sourceforge.net |