mailr7572 - /1.3/specific_fns/noe.py


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

Header


Content

Posted by edward on October 07, 2008 - 23:17:
Author: bugman
Date: Tue Oct  7 23:17:46 2008
New Revision: 7572

URL: http://svn.gna.org/viewcvs/relax?rev=7572&view=rev
Log:
Deleted the write() method as it has never been used!!!


Modified:
    1.3/specific_fns/noe.py

Modified: 1.3/specific_fns/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/noe.py?rev=7572&r1=7571&r2=7572&view=diff
==============================================================================
--- 1.3/specific_fns/noe.py (original)
+++ 1.3/specific_fns/noe.py Tue Oct  7 23:17:46 2008
@@ -256,26 +256,3 @@
                 spin.ref_err = float(error)
             elif spectrum_type == 'sat':
                 spin.sat_err = float(error)
-
-
-    def write(self, run=None, file=None, dir=None, force=False):
-        """Function for writing NOE values and errors to a file."""
-
-        # Arguments
-        self.run = run
-
-        # Test if the current pipe exists.
-        pipes.test()
-
-        # Test if the sequence data is loaded.
-        if not exists_mol_res_spin_data():
-            raise RelaxNoSequenceError
-
-        # Open the file for writing.
-        noe_file = open_write_file(file, dir, force)
-
-        # Write the data.
-        self.relax.generic.value.write_data(self.run, None, noe_file, 
return_value=self.return_value)
-
-        # Close the file.
-        noe_file.close()




Related Messages


Powered by MHonArc, Updated Tue Oct 07 23:40:02 2008