Package specific_analyses :: Package noe :: Class Noe
[hide private]
[frames] | no frames]

Class Noe

source code


Parent class containing all the NOE specific functions.

Instance Methods [hide private]
 
__init__(self)
Initialise the class by placing API_common methods into the API.
source code

Inherited from main.Noe_main: calculate, overfit_deselect, return_units

Inherited from main.Noe_main (private): _assign_function, _spectrum_type

Inherited from api_base.API_base: back_calc_ri, base_data_loop, bmrb_read, bmrb_write, constraint_algorithm, create_mc_data, data_init, data_names, data_type, default_value, deselect, duplicate_data, eliminate, get_param_names, get_param_values, grid_search, has_errors, is_spin_param, map_bounds, minimise, model_desc, model_loop, model_statistics, model_type, molmol_macro, num_instances, pymol_macro, read_columnar_results, return_conversion_factor, return_data, return_data_desc, return_data_name, return_error, return_grace_string, return_value, set_error, set_param_values, set_selected_sim, set_update, sim_init_values, sim_pack_data, sim_return_chi2, sim_return_param, sim_return_selected, skip_function, test_grid_ops

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from main.Noe_main: return_data_name_doc

Inherited from main.Noe_main (private): _table

Inherited from api_base.API_base: default_value_doc, eliminate_doc, set_doc, write_doc

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 

Initialise the class by placing API_common methods into the API.

Overrides: object.__init__