mailr3337 - in /branches/consistency_tests_1.2: ./ sample_scripts/jw_mapping.py


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

Header


Content

Posted by edward on July 09, 2007 - 23:09:
Author: bugman
Date: Mon Jul  9 23:08:31 2007
New Revision: 3337

URL: http://svn.gna.org/viewcvs/relax?rev=3337&view=rev
Log:
Merged revisions 3332 via svnmerge from 
svn+ssh://bugman@xxxxxxxxxxx/svn/relax/1.2

........
  r3332 | bugman | 2007-07-09 22:48:18 +0200 (Mon, 09 Jul 2007) | 6 lines
  
  Application of Sebastien Morin's patch 
'patch_sample_scripts_consistency_tests'.
  
  See the post located at 
https://mail.gna.org/public/relax-devel/2007-07/msg00015.html for
  details.
........

Modified:
    branches/consistency_tests_1.2/   (props changed)
    branches/consistency_tests_1.2/sample_scripts/jw_mapping.py

Propchange: branches/consistency_tests_1.2/
------------------------------------------------------------------------------
--- svnmerge-integrated (original)
+++ svnmerge-integrated Mon Jul  9 23:08:31 2007
@@ -1,1 +1,1 @@
-/1.2:1-3319
+/1.2:1-3319,3332

Modified: branches/consistency_tests_1.2/sample_scripts/jw_mapping.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.2/sample_scripts/jw_mapping.py?rev=3337&r1=3336&r2=3337&view=diff
==============================================================================
--- branches/consistency_tests_1.2/sample_scripts/jw_mapping.py (original)
+++ branches/consistency_tests_1.2/sample_scripts/jw_mapping.py Mon Jul  9 
23:08:31 2007
@@ -8,7 +8,7 @@
 nuclei('N')
 
 # Load the sequence.
-sequence.read(name, 'noe.500.out')
+sequence.read(name, 'noe.600.out')
 
 # Load the relaxation data.
 relax_data.read(name, 'R1', '600', 600.0 * 1e6, 'r1.600.out')
@@ -26,11 +26,21 @@
 calc(name)
 
 # Monte Carlo simulations.
-monte_carlo.setup(name, number=5000)
+monte_carlo.setup(name, number=500)
 monte_carlo.create_data(name)
 calc(name)
 monte_carlo.error_analysis(name)
 
+# Create grace files.
+grace.write(name, y_data_type='j0', file='j0.agr', force=1)
+grace.write(name, y_data_type='jwx', file='jwx.agr', force=1)
+grace.write(name, y_data_type='jwh', file='jwh.agr', force=1)
+
+# View the grace files.
+grace.view(file='j0.agr')
+grace.view(file='jwx.agr')
+grace.view(file='jwh.agr')
+
 # Finish.
 results.write(run=name, file='results', force=1)
 state.save('save', force=1)




Related Messages


Powered by MHonArc, Updated Mon Jul 09 23:20:05 2007