mailr27550 - in /trunk/pipe_control: __init__.py statistics.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on February 05, 2015 - 15:45:
Author: bugman
Date: Thu Feb  5 15:45:47 2015
New Revision: 27550

URL: http://svn.gna.org/viewcvs/relax?rev=27550&view=rev
Log:
Created the empty pipe_control.statistics module.

This will be used for the backend of all of the statistics user functions.


Added:
    trunk/pipe_control/statistics.py
Modified:
    trunk/pipe_control/__init__.py

Modified: trunk/pipe_control/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/__init__.py?rev=27550&r1=27549&r2=27550&view=diff
==============================================================================
--- trunk/pipe_control/__init__.py      (original)
+++ trunk/pipe_control/__init__.py      Thu Feb  5 15:45:47 2015
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2014 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2015 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -23,45 +23,47 @@
 """Package of analysis independent code."""
 
 # The available modules.
-__all__ = [ 'align_tensor',
-            'angles',
-            'bmrb',
-            'bruker',
-            'chemical_shift',
-            'dasha',
-            'diffusion_tensor',
-            'domain',
-            'eliminate',
-            'error_analysis',
-            'exp_info',
-            'fix',
-            'grace',
-            'interatomic',
-            'j_coupling',
-            'minimise',
-            'model_selection',
-            'mol_res_spin',
-            'molmol',
-            'noesy',
-            'opendx',
-            'palmer',
-            'paramag',
-            'pcs',
-            'pipes',
-            'plotting',
-            'pymol_control',
-            'rdc',
-            'relax_data',
-            'reset',
-            'result_files',
-            'results',
-            'script',
-            'selection',
-            'sequence',
-            'spectrometer',
-            'spectrum',
-            'state',
-            'structure',
-            'value',
-            'vmd'
+__all__ = [
+    'align_tensor',
+    'angles',
+    'bmrb',
+    'bruker',
+    'chemical_shift',
+    'dasha',
+    'diffusion_tensor',
+    'domain',
+    'eliminate',
+    'error_analysis',
+    'exp_info',
+    'fix',
+    'grace',
+    'interatomic',
+    'j_coupling',
+    'minimise',
+    'model_selection',
+    'mol_res_spin',
+    'molmol',
+    'noesy',
+    'opendx',
+    'palmer',
+    'paramag',
+    'pcs',
+    'pipes',
+    'plotting',
+    'pymol_control',
+    'rdc',
+    'relax_data',
+    'reset',
+    'result_files',
+    'results',
+    'script',
+    'selection',
+    'sequence',
+    'spectrometer',
+    'spectrum',
+    'state',
+    'statistics',
+    'structure',
+    'value',
+    'vmd'
 ]

Added: trunk/pipe_control/statistics.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/statistics.py?rev=27550&view=auto
==============================================================================
--- trunk/pipe_control/statistics.py    (added)
+++ trunk/pipe_control/statistics.py    Thu Feb  5 15:45:47 2015
@@ -0,0 +1,25 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2015 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
+#                                                                            
 #
+# This program is free software: you can redistribute it and/or modify       
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation, either version 3 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# This program is distributed in the hope that it will be useful,            
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
+#                                                                            
 #
+###############################################################################
+
+# Module docstring.
+"""Module for handling statistics."""
+
+




Related Messages


Powered by MHonArc, Updated Thu Feb 05 17:20:02 2015