Hi, In the future, the script testing the code for the slow-exchange regime might use another dataset, or might use only a limited set of residues from the current dataset... The same is true for the script testing the code for the fast-exchange regime...
Séb :) [email protected] wrote: > Author: semor > Date: Sun Jan 11 00:10:31 2009 > New Revision: 8367 > > URL: http://svn.gna.org/viewcvs/relax?rev=8367&view=rev > Log: > Modified the newly copied script so it is effectively for the slow-exchange > regime. > > Note that this script was originally copied using the command: > svn cp test_suite/system_tests/scripts/relax_disp_cpmg_fast.py > test_suite/system_tests/scripts/relax_disp_cpmg_slow.py > > > Modified: > > branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py > > Modified: > branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py > URL: > http://svn.gna.org/viewcvs/relax/branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py?rev=8367&r1=8366&r2=8367&view=diff > ============================================================================== > --- > branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py > (original) > +++ > branches/relax_disp/test_suite/system_tests/scripts/relax_disp_cpmg_slow.py > Sun Jan 11 00:10:31 2009 > @@ -1,4 +1,4 @@ > -# Script for CPMG relaxation dispersion curve fitting in the fast-exchange > limit. > +# Script for CPMG relaxation dispersion curve fitting in the slow-exchange > limit. > > import sys > > @@ -71,7 +71,7 @@ > relax_disp.exp_type('cpmg') > > # Set the relaxation dispersion curve type. > -relax_disp.select_model('fast') > +relax_disp.select_model('slow') > > # Loop over the spectra. > for i in xrange(len(names)): > > > _______________________________________________ > relax (http://nmr-relax.com) > > This is the relax-commits mailing list > [email protected] > > 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 > > > _______________________________________________ relax (http://nmr-relax.com) This is the relax-devel mailing list [email protected] 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-devel

