Parent class containing all the model-free specific functions.
|
|
float
|
back_calc_ri(self,
spin_index=None,
ri_id=None,
ri_type=None,
frq=None)
Back-calculation of relaxation data from the model-free parameter
values. |
source code
|
|
|
bmrb_read(self,
file_path,
version=None,
sample_conditions=None)
Read the model-free results from a BMRB NMR-STAR v3.1 formatted file. |
source code
|
|
|
bmrb_write(self,
file_path,
version=None)
Write the model-free results to a BMRB NMR-STAR v3.1 formatted file. |
source code
|
|
|
calculate(self,
spin_id=None,
scaling_matrix=None,
verbosity=1,
sim_index=None)
Calculation of the model-free chi-squared value. |
source code
|
|
list of floats
|
|
|
|
|
|
|
duplicate_data(self,
pipe_from=None,
pipe_to=None,
model_info=None,
global_stats=False,
verbose=True)
Duplicate the data specific to a single model-free model. |
source code
|
|
bool
|
eliminate(self,
name,
value,
args,
sim=None,
model_info=None)
Model-free model elimination, parameter by parameter. |
source code
|
|
list of str
|
|
list of str
|
|
|
grid_search(self,
lower=None,
upper=None,
inc=None,
scaling_matrix=None,
constraints=True,
verbosity=1,
sim_index=None)
The model-free grid search function. |
source code
|
|
list of float
|
|
|
minimise(self,
min_algor=None,
min_options=None,
func_tol=None,
grad_tol=None,
max_iterations=None,
constraints=False,
scaling_matrix=None,
verbosity=0,
sim_index=None,
lower=None,
upper=None,
inc=None)
Model-free minimisation function. |
source code
|
|
str
|
|
int
|
|
tuple of (int, int, float)
|
|
str
|
|
int
|
|
|
|
|
|
|
|
|
set_param_values(self,
param=None,
value=None,
index=None,
spin_id=None,
error=False,
force=True)
Set the model-free parameter values. |
source code
|
|
|
|
|
|
|
|
list of float or float
|
|
list of float
|
|
list of int
|
|
bool
|
|
Inherited from api_base.API_base :
base_data_loop ,
constraint_algorithm ,
covariance_matrix ,
data_names ,
data_type ,
default_value ,
get_model_container ,
has_errors ,
is_spin_param ,
molmol_macro ,
pymol_macro ,
return_conversion_factor ,
return_data ,
return_data_desc ,
return_error ,
return_error_red_chi2 ,
return_grace_string ,
return_grace_units ,
return_units ,
return_value ,
sim_pack_data
Inherited from api_common.API_common (private):
_base_data_loop_spin ,
_create_mc_relax_data ,
_data_init_dummy ,
_data_init_spin ,
_deselect_global ,
_eliminate_false ,
_get_model_container_cdp ,
_has_errors_spin ,
_is_spin_param_false ,
_is_spin_param_true ,
_model_loop_single_global ,
_model_loop_spin ,
_model_type_global ,
_model_type_local ,
_num_instances_spin ,
_overfit_deselect_dummy ,
_print_model_title_global ,
_print_model_title_spin ,
_return_data_relax_data ,
_return_error_relax_data ,
_return_no_conversion_factor ,
_return_value_general ,
_set_error_spin ,
_set_param_values_global ,
_set_param_values_spin ,
_set_selected_sim_global ,
_set_selected_sim_spin ,
_set_update ,
_sim_init_values_spin ,
_sim_pack_relax_data ,
_sim_return_chi2_spin ,
_sim_return_param_spin ,
_sim_return_selected_global ,
_sim_return_selected_spin
|