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

Source Code for Package generic_fns

 1  ############################################################################### 
 2  #                                                                             # 
 3  # Copyright (C) 2004-2012 Edward d'Auvergne                                   # 
 4  #                                                                             # 
 5  # This file is part of the program relax.                                     # 
 6  #                                                                             # 
 7  # relax is free software; you can redistribute it and/or modify               # 
 8  # it under the terms of the GNU General Public License as published by        # 
 9  # the Free Software Foundation; either version 2 of the License, or           # 
10  # (at your option) any later version.                                         # 
11  #                                                                             # 
12  # relax is distributed in the hope that it will be useful,                    # 
13  # but WITHOUT ANY WARRANTY; without even the implied warranty of              # 
14  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the               # 
15  # GNU General Public License for more details.                                # 
16  #                                                                             # 
17  # You should have received a copy of the GNU General Public License           # 
18  # along with relax; if not, write to the Free Software                        # 
19  # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA   # 
20  #                                                                             # 
21  ############################################################################### 
22   
23   
24  __all__ = [ 'align_tensor', 
25              'angles', 
26              'bmrb', 
27              'bruker', 
28              'dasha', 
29              'diffusion_tensor', 
30              'eliminate', 
31              'exp_info', 
32              'fix', 
33              'frame_order', 
34              'frq', 
35              'grace', 
36              'minimise', 
37              'model_selection', 
38              'mol_res_spin', 
39              'molmol', 
40              'monte_carlo', 
41              'noesy', 
42              'palmer', 
43              'paramag', 
44              'pcs', 
45              'pipes', 
46              'pymol_control', 
47              'rdc', 
48              'relax_data', 
49              'relax_re', 
50              'reset', 
51              'results', 
52              'selection', 
53              'sequence', 
54              'spectrum', 
55              'state', 
56              'structure', 
57              'sys_info', 
58              'temperature', 
59              'value', 
60              'vmd', 
61              'xplor' 
62  ] 
63