Difference between revisions of "Relax 3.1.6"

From relax wiki
Jump to navigation Jump to search
(Tracker links with full descriptions.)
(Formatting of all symbols/parameters.)
Line 134: Line 134:
 
*  Replacing looping over time points from cdp.relax_time_list to loop_time(frq=frq).  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  loop_time has been modified to accept spectrometer frequency as input to restrict the looping.
 
*  Replacing looping over time points from cdp.relax_time_list to loop_time(frq=frq).  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  loop_time has been modified to accept spectrometer frequency as input to restrict the looping.
 
*  Complete support for deselected spins has been added to the relaxation dispersion analysis.  This fixes [https://gna.org/bugs/?21715 bug #21715, the failure of the relaxation dispersion auto-analysis when running a clustered analysis due to an IndexError during minimisation].
 
*  Complete support for deselected spins has been added to the relaxation dispersion analysis.  This fixes [https://gna.org/bugs/?21715 bug #21715, the failure of the relaxation dispersion auto-analysis when running a clustered analysis due to an IndexError during minimisation].
*  Added exp_type, frq, offset, point to the loop_time() function.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  Implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.  In all these cases, that information is available, so it should be used.  If one are analysing a combination of data types simultaneously (SQ CPMG, DQ CPMG, R1rho), one will not have the same relaxation time for each.  For different spin-lock or 180 degree pulse offsets and even different dispersion points, the time may also be different.
+
*  Added exp_type, frq, offset, point to the loop_time() function.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  Implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.  In all these cases, that information is available, so it should be used.  If one are analysing a combination of data types simultaneously (SQ CPMG, DQ CPMG, R<sub>1&rho;</sub>), one will not have the same relaxation time for each.  For different spin-lock or 180 degree pulse offsets and even different dispersion points, the time may also be different.
 
*  Made count_relax_times() take optional arguments as: exp_type, frq, offset, point.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This is prepare for restricting the looping over time points in the function: loop_time().  This is implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.
 
*  Made count_relax_times() take optional arguments as: exp_type, frq, offset, point.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].  This is prepare for restricting the looping over time points in the function: loop_time().  This is implemented as suggested in: http://www.mail-archive.com/relax-devel@gna.org/msg04993.html.
 
*  Modified to pass exp_typ, frq, offset or point to loop_time() where such information is available.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Modified to pass exp_typ, frq, offset or point to loop_time() where such information is available.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
Line 148: Line 148:
 
*  Moved the unit test of has_exponential_exp_type() to its own test.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Moved the unit test of has_exponential_exp_type() to its own test.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Moved the unit test get_curve_type() to its own test.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Moved the unit test get_curve_type() to its own test.  Regarding [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Added save state for bug 21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added save state for bug 21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
 
*  Completed the tutorial for using the dispersion analysis in the GUI.  This is for the relaxation dispersion chapter of the manual.
 
*  Completed the tutorial for using the dispersion analysis in the GUI.  This is for the relaxation dispersion chapter of the manual.
 
*  Some edits for the tutorial on using the dispersion GUI analysis.  The results of the relax_disp.insignificance user function are now shown to demonstrate what this does.
 
*  Some edits for the tutorial on using the dispersion GUI analysis.  The results of the relax_disp.insignificance user function are now shown to demonstrate what this does.
 
*  Fixes for some incorrectly reported results in the dispersion GUI tutorial in the manual.  The non-clustered results had been incorrectly copied from the log messages.
 
*  Fixes for some incorrectly reported results in the dispersion GUI tutorial in the manual.  The non-clustered results had been incorrectly copied from the log messages.
 
*  More incorrect value fixes for the dispersion GUI tutorial in the manual.  The pA and kex values were also somehow incorrect.
 
*  More incorrect value fixes for the dispersion GUI tutorial in the manual.  The pA and kex values were also somehow incorrect.
*  Added system test for bug #21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  This test will fail with: No intensity data could be found corresponding to the spectrometer frequency of 799.7773991 MHz, dispersion point of 431.0 and relaxation time of 0.14 s.  Data for a dispersion point of 431.0 and time 0.14 does not exist, and so some of the looping in collecting data for calculation must be wrong.  This behaviour and probably its solution is related to bug 21665, "Running a CPMG analysis with two fields at two delay times" (https://gna.org/bugs/?21665).
+
*  Added system test for bug #21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].  This test will fail with: No intensity data could be found corresponding to the spectrometer frequency of 799.7773991 MHz, dispersion point of 431.0 and relaxation time of 0.14 s.  Data for a dispersion point of 431.0 and time 0.14 does not exist, and so some of the looping in collecting data for calculation must be wrong.  This behaviour and probably its solution is related to bug 21665, "Running a CPMG analysis with two fields at two delay times" (https://gna.org/bugs/?21665).
*  Renamed previous disp_data unit tests, to reflect they were from a CPMG setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Renamed previous disp_data unit tests, to reflect they were from a CPMG setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Added unit test for count_relax_times() for and R1rho setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added unit test for count_relax_times() for and R<sub>1&rho;</sub> setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
 
*  Fixes for the Grace kex plot for the tutorial for dispersion GUI analysis.  The values for the Grace plot were not correct.
 
*  Fixes for the Grace kex plot for the tutorial for dispersion GUI analysis.  The values for the Grace plot were not correct.
*  Added unit test for loop_time() for r1rho setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added unit test for loop_time() for R<sub>1&rho;</sub> setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Renamed system test.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  The previous test name was rubbish.
+
*  Renamed system test.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].  The previous test name was rubbish.
 
*  Editing of the dispersion GUI analysis tutorial in the manual.  The whole section has been proofed and improved.
 
*  Editing of the dispersion GUI analysis tutorial in the manual.  The whole section has been proofed and improved.
 
*  A concluding statement has been added to the dispersion GUI analysis tutorial in the manual.
 
*  A concluding statement has been added to the dispersion GUI analysis tutorial in the manual.
Line 166: Line 166:
 
*  Correction for some text in the dispersion chapter of the manual.  The text 'are differentially defined' has been changed to 'are dually defined', as the word differentially was incorrect.
 
*  Correction for some text in the dispersion chapter of the manual.  The text 'are differentially defined' has been changed to 'are dually defined', as the word differentially was incorrect.
 
*  Fixes for the spacing after e.g. and i.e. in the relax manual.  The character '\' needs to be used after the final dot to indicate that this is not a sentence stop, hence the double spacing normally used between sentences should not be used.
 
*  Fixes for the spacing after e.g. and i.e. in the relax manual.  The character '\' needs to be used after the final dot to indicate that this is not a sentence stop, hence the double spacing normally used between sentences should not be used.
*  Extended system test to count number of settings iterations and match with len(cdp.exp_type.keys()).  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  There is something wrong, since cdp.exp_type.keys()) is not matching.
+
*  Extended system test to count number of settings iterations and match with len(cdp.exp_type.keys()).  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].  There is something wrong, since cdp.exp_type.keys()) is not matching.
*  Fix for using a wrong index slicing.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Fix for using a wrong index slicing.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Fixes for the wrong use of reading settings file and extracting parameters.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Fixes for the wrong use of reading settings file and extracting parameters.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Expanded unit test for test_loop_time() in R1rho.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Expanded unit test for test_loop_time() in R<sub>1&rho;</sub>.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Fix for the loop_time function to include point filtering for R1rho experiments.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Fix for the loop_time function to include point filtering for R<sub>1&rho;</sub> experiments.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Fix for wrong values of "1341.11" in unit test.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  Replaced 1341.10, and 1341.10 with 1341.11.
+
*  Fix for wrong values of "1341.11" in unit test.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].  Replaced 1341.10, and 1341.10 with 1341.11.
*  Added truncated SeriesTab intensity file for only 5 spins.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added truncated SeriesTab intensity file for only 5 spins.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Modified system test for setting up R1rho analysis to use truncated spin list with 5 spins.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Modified system test for setting up R<sub>1&rho;</sub> analysis to use truncated spin list with 5 spins.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Added 5 spins truncated state file for bug #21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added 5 spins truncated state file for bug #21344.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Modified unit and system test to use 5 spins truncated state file.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Modified unit and system test to use 5 spins truncated state file.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Added unit test for find_intensity_keys() in R1rho analysis.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added unit test for find_intensity_keys() in R<sub>1&rho;</sub> analysis.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
 
*  Manually reverted the temporary change of r22349 and 22348.  The command used was:svn merge -r22349:r22347Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05012.html.
 
*  Manually reverted the temporary change of r22349 and 22348.  The command used was:svn merge -r22349:r22347Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05012.html.
*  Modified unit test for find_intensity_keys() to simulate method in sim_pack_data().  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Modified unit test for find_intensity_keys() to simulate method in sim_pack_data().  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Re-created the testing dictionary to easier to convert to collections.OrderedDict() if this can be supported in all relax Python versions.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Re-created the testing dictionary to easier to convert to collections.OrderedDict() if this can be supported in all relax Python versions.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Replaced dictionary keys in unit test, to easier access the original data.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Replaced dictionary keys in unit test, to easier access the original data.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Added experiment ID to dictionary, where dict() keys are offset_point_time.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added experiment ID to dictionary, where dict() keys are offset_point_time.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Fixed to send in offset to find_intensity_keys() which allow system test to pass.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  This is the first fix to allow system test to pass: relax -s Relax_disp.test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp A better solution is described in: http://thread.gmane.org/gmane.science.nmr.relax.devel/5107 which will be implemented.
+
*  Fixed to send in offset to find_intensity_keys() which allow system test to pass.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].  This is the first fix to allow system test to pass: relax -s Relax_disp.test_bug_21344_sparse_time_spinlock_acquired_r1rho_fail_relax_disp A better solution is described in: http://thread.gmane.org/gmane.science.nmr.relax.devel/5107 which will be implemented.
 
*  Added text about '~' on MS Windows to the dispersion GUI tutorial in the manual.  The home directory ~ on MS Windows will not work, so this is now explained.
 
*  Added text about '~' on MS Windows to the dispersion GUI tutorial in the manual.  The home directory ~ on MS Windows will not work, so this is now explained.
*  Parsed offset to find_intensity_keys() where such information is available.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Parsed offset to find_intensity_keys() where such information is available.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Added unit test for return_intensity() for a R1rho setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added unit test for return_intensity() for a R<sub>1&rho;</sub> setup.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Fix for wrong use of variable name key and list return from find_intensity_key().  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Fix for wrong use of variable name key and list return from find_intensity_key().  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Added offset to be sent to return_intensity() function.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added offset to be sent to return_intensity() function.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Extended return_intensity() unit test to also test for flag ref=True, which return reference intensity instead.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Extended return_intensity() unit test to also test for flag ref=True, which return reference intensity instead.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Added offset to be sent to loop_spectrum_ids() function.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Added offset to be sent to loop_spectrum_ids() function.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Fix for wrong variable spectrometer_frq used instead of frq.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Fix for wrong variable spectrometer_frq used instead of frq.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Removed functional return of reference intensity in R1rho, since this does not exists.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Removed functional return of reference intensity in R<sub>1&rho;</sub>, since this does not exists.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
*  Removed function return_intensity(), as this is no longer in use.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].  Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05020.html.
+
*  Removed function return_intensity(), as this is no longer in use.  Regarding [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].  Reference: http://www.mail-archive.com/relax-devel@gna.org/msg05020.html.
  
  
Line 205: Line 205:
 
*  Fix for [https://gna.org/bugs/?21695 bug #21695, the failure of the relaxation dispersion system tests on a 64-bit MS Windows system due to lower precision of the platform].  Two of the errors have already been found on a 64-bit Windows Vista virtual machine and fixed.  The last test should now also pass.
 
*  Fix for [https://gna.org/bugs/?21695 bug #21695, the failure of the relaxation dispersion system tests on a 64-bit MS Windows system due to lower precision of the platform].  Two of the errors have already been found on a 64-bit Windows Vista virtual machine and fixed.  The last test should now also pass.
 
*  Fix for [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
 
*  Fix for [https://gna.org/bugs/?21665 bug #21665 - Running a CPMG analysis with two fields at two delay times].
*  Fix for [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R1rho dataset with missing combinations of time and spin-lock field strengths].
+
*  Fix for [https://gna.org/bugs/?21344 bug #21344 - Handling of in sparse acquired R<sub>1&rho;</sub> dataset with missing combinations of time and spin-lock field strengths].
  
  

Revision as of 08:14, 10 September 2014


Description

This is a major feature and bugfix release. A comprehensive tutorial has been added to the relaxation dispersion chapter of the manual which shows, step-by-step, the dispersion analysis in the GUI using screenshots. Other changes include improved PDB chain ID support, a new mode for running a relax script and then entering the prompt UI mode, multiple file reading by the spectrum.read_intensities user function, and improvements to the relaxation dispersion analysis. A number of major bugs in the dispersion analysis concerning different relaxation delay times for different experiments and for improved handling of the offset have also been fixed. A number of important GUI bugs have also been fixed. All users are recommended to upgrade to this version of relax.


Download

The new relax versions can be downloaded from http://www.nmr-relax.com/download.html. If binary distributions are not yet available for your platform and you manage to compile the binary modules, please consider contributing these to the relax project (described in section 3.6 of the relax manual, http://www.nmr-relax.com/manual/relax_distribution_archives.html).


CHANGES file

Version 3.1.6 (28 February 2014, from /trunk) http://svn.gna.org/svn/relax/tags/3.1.6

Features

  • Full support for PDB chain IDs in the internal structural object.
  • Improvements for the devel_scripts/python_seek.py for finding all installed Python versions and modules. Individual modules can now be specified on the command line.
  • The pedantic command line option -p, --pedantic has been renamed to -e, --escalate.
  • The new prompt command line option -p, --prompt causes the relax prompt mode to launch after running a script to allow relax to be inspected interactively.
  • Better organisation of the relax command line options into groups, as shown by running 'relax -h'.
  • A tutorial for using the relaxation dispersion analysis in the GUI has been added to the manual. This includes step-by-step instructions with many screenshots.
  • Improvements to the manual including better and consistent line breaking for the GUI menu item text, user functions, file and directory paths, and Python module paths.
  • The spectrum.read_intensities user function can now load multiple files simultaneously, allowing for simplified use in the GUI.
  • Addition of a new GUI window element for loading multiple files.
  • Improvements to the sequence data input GUI window including the item count being displayed and a 'Delete' button to remove the last element.
  • Improvement for the relaxation dispersion auto-analysis - the names of the automatically created data pipes are now unique by appending the name of the data pipe bundle to the end. This allows multiple dispersion auto-analyses to exist simultaneously in the GUI or within one relax state file.
  • The relaxation dispersion analysis now handles deselected spins.
  • Improved colour coding of relax log messages in the relax manual.
  • The relaxation dispersion auto-analysis now creates the chi2.out text file. This is for more easily comparing the chi-squared values between analyses.


Changes


Bugfixes


See also