Package specific_analyses :: Package model_free :: Module macro_base :: Class Macro
[hide private]
[frames] | no frames]

Class Macro

source code


The base class for the model-free analysis Molmol and PyMOL macro creation.

Instance Methods [hide private]
 
classic_correlation_time(self, res_num, te, colour_start, colour_end, colour_list)
Function for generating the bond width and colours for correlation times.
source code
 
classic_order_param(self, res_num, s2, colour_start, colour_end, colour_list)
Function for generating the bond width and colours for order parameters.
source code
 
classic_rex(self, res_num, rex, colour_start, colour_end, colour_list)
Function for generating the bond width and colours for correlation times.
source code
 
classic_style(self, data_type=None, colour_start=None, colour_end=None, colour_list=None, spin_id=None)
The classic macro style.
source code
 
create_macro(self, data_type, style=None, colour_start=None, colour_end=None, colour_list=None, spin_id=None)
Create and return an array of macros of the model-free parameters.
source code
Method Details [hide private]

classic_style(self, data_type=None, colour_start=None, colour_end=None, colour_list=None, spin_id=None)

source code 

The classic macro style.

Parameters:
  • data_type (str) - The parameter name or data type.
  • colour_start (str) - The starting colour (must be a MOLMOL or X11 name).
  • colour_end (str) - The ending colour (must be a MOLMOL or X11 name).
  • colour_list (str) - The colour list used, either 'molmol' or 'x11'.
  • spin_id (str) - The spin identification string.

create_macro(self, data_type, style=None, colour_start=None, colour_end=None, colour_list=None, spin_id=None)

source code 

Create and return an array of macros of the model-free parameters.

Parameters:
  • data_type (str) - The parameter name or data type.
  • style (None or str) - The Molmol style.
  • colour_start (str) - The starting colour (must be a MOLMOL or X11 name).
  • colour_end (str) - The ending colour (must be a MOLMOL or X11 name).
  • colour_list (str) - The colour list used, either 'molmol' or 'x11'.
  • spin_id (str) - The spin identification string.