mailRe: r10915 - /branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py


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

Header


Content

Posted by Edward d'Auvergne on February 25, 2010 - 09:13:
Hi Michael,

This change is not necessary as the script doesn't use this
information.  Neither field strength nor the fact that is either R1,
R2, etc. matters.  Therefore I suggest you revert this by typing:

$ svn merge -r10915:10914 .
$ svn ci -F svnmerge-commit-message.txt

This is how you remove a commit.  In the commit message, you MUST
specify the svn command used (for essential tracking purposes), and
point to this message when archived at
https://mail.gna.org/public/relax-devel/.

Cheers,

Edward




On 25 February 2010 03:38,  <michael.bieri@xxxxxx> wrote:
Author: michaelbieri
Date: Thu Feb 25 03:38:23 2010
New Revision: 10915

URL: http://svn.gna.org/viewcvs/relax?rev=10915&view=rev
Log:
The type of Rx calculation (R1 or R2) as well as the current frequency will 
be sent to the relax_fit.py script.

Modified:
   branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py

Modified: branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py?rev=10915&r1=10914&r2=10915&view=diff
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py (original)
+++ branches/bieri_gui/gui_bieri/analyses/auto_rx_base.py Thu Feb 25 
03:38:23 2010
@@ -388,7 +388,7 @@
        data = self.assemble_data()

        # Execute.
-        Relax_fit(seq_args=data.seq_args, file_names=data.file_names, 
relax_times=data.relax_times, int_method=data.int_method, 
mc_num=data.mc_num, pdb_file = data.structure_file, unresolved = 
data.unresolved)
+        Relax_fit(rx_type = self.label[1], freq = data.frq, 
seq_args=data.seq_args, directory = data.save_dir, 
file_names=data.file_names, relax_times=data.relax_times, 
int_method=data.int_method, mc_num=data.mc_num, pdb_file = 
data.structure_file, unresolved = data.unresolved)


    def link_data(self, data):


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
relax-commits@xxxxxxx

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits




Related Messages


Powered by MHonArc, Updated Thu Feb 25 10:20:57 2010