Package user_functions
[hide private]
[frames] | no frames]

Package user_functions

source code

Package containing all of the user function details.

This package contains all information and details about user functions, from documentation to icons to be used in the GUI. This package contains a special data structure which will be used by the different UIs to automatically generate their interfaces to the user functions.

Submodules [hide private]

Functions [hide private]
 
initialise()
Initialise all of the user function definitions by importing then validating them.
source code
Variables [hide private]
  uf_translation_table = {'calc': 'minimise.calculate', 'dipole_...
  __package__ = 'user_functions'
Variables Details [hide private]

uf_translation_table

Value:
{'calc': 'minimise.calculate',
 'dipole_pair.define': 'interatom.define',
 'dipole_pair.read_dist': 'interatom.read_dist',
 'dipole_pair.set_dist': 'interatom.set_dist',
 'dipole_pair.unit_vectors': 'interatom.unit_vectors',
 'exp_info.software_select': 'bmrb.software_select',
 'frq.set': 'spectrometer.frequency',
 'grid_search': 'minimise.grid_search',
...