Menu

SVN archive Commit Log


Commit Date  
[r20267] by bugman

Added the relax wiki site (http://wiki.nmr-relax.com) to the menu of all pages of http://www.nmr-relax.com.

2013-07-09 13:59:08 Tree
[r20266] by bugman

Loosened a parameter check in the Relax_disp.test_hansen_cpmg_data_IT99 system test to pass on certain Linux systems.

2013-07-09 12:36:56 Tree
[r20265] by bugman

Release checklist minfx and bmrblib version update to the newest versions.

2013-07-09 12:36:10 Tree
[r20264] by bugman

Fix of the two-point dispersion error formula in the docs.

This includes the relax_disp.select_model user function docstring and the relax manual.

2013-07-09 12:35:06 Tree
[r20263] by bugman

Added a demonstration of why the Ishima and Torchia 2005 error formula is incorrect.

The script test_suite/shared_data/dispersion/error_testing/simulation.py has been added to simulate
the fixed relaxation time period error propagation. This produces the test_suite/shared_data/
dispersion/error_testing/error_plot.agr Grace graph. The formula, graph and a description has been
added to the relax manual explaining everything.

2013-07-09 12:22:34 Tree
[r20262] by bugman

Merged revisions 20247-20257,20260-20261 via svnmerge from
svn+ssh://bugman@.../svn/relax/trunk

........
r20247 | bugman | 2013-06-21 17:28:04 +0200 (Fri, 21 Jun 2013) | 8 lines

Adding a test data file in NMRPipe SeriesTab format.

Progress sr #3043: (https://gna.org/support/index.php?3043) - Support for NMRPipe seriesTab format
*.ser.

A file in NMRPipe SeriesTab format is added to the test-suite for further development.
........
r20248 | bugman | 2013-06-21 18:23:24 +0200 (Fri, 21 Jun 2013) | 9 lines

Test function for NMRPipe SeriesTab format implemented.

Progress sr #3043: (https://gna.org/support/index.php?3043) - Support for NMRPipe seriesTab format
*.ser.

An assertEqual test is implemented for the reading of NMRPipe SeriesTab format. The standalone call
is: relax -s Peak_lists.test_read_peak_list_NMRPipe_seriesTab
........
r20249 | bugman | 2013-06-21 18:33:03 +0200 (Fri, 21 Jun 2013) | 9 lines

Adding a NMRPipe function file in the folder lib\software\nmrpipe.py.

Progress sr #3043: (https://gna.org/support/index.php?3043) - Support for NMRPipe seriesTab format
*.ser.

Initial file for: lib\software\nmrpipe.py. This file will hold the function calls handling NMRPipe
SeriesTab format.
........
r20250 | bugman | 2013-06-21 19:46:58 +0200 (Fri, 21 Jun 2013) | 9 lines

Fix for commit (http://article.gmane.org/gmane.science.nmr.relax.scm/18004). The spin naming was wrong.

Progress sr #3043: (https://gna.org/support/index.php?3043) - Support for NMRPipe seriesTab format
*.ser.

The spin naming was wrong. 'spin_id' keywords should be supplied different. Ex:
spin.name(name='NE1', spin_id=':62').
........
r20251 | bugman | 2013-06-21 20:01:06 +0200 (Fri, 21 Jun 2013) | 9 lines

Autodetect format implemented for NMRPipe SeriesTab format implemented.

Progress sr #3043: (https://gna.org/support/index.php?3043) - Support for NMRPipe seriesTab format
*.ser.

The file is determined a NMRPipe SeriesTab if the first two words of the first line is: REMARK
SeriesTab.
........
r20252 | bugman | 2013-06-21 22:26:18 +0200 (Fri, 21 Jun 2013) | 6 lines

Update of the rotation matrix example in the intro chapter of the user manual.

The function is now in lib.geometry.rotations.euler_to_R_zyz(). The example has also been converted
to the lstlisting environment for better formatting.
........
r20253 | bugman | 2013-06-21 22:48:44 +0200 (Fri, 21 Jun 2013) | 6 lines

The relax prompt strings and help system are now keywords for the relax listings package definition.

The prompt strings "relax>" and "relax|" are now recognised as keywords and are coloured blue. The
help system has been added as a normal Python keyword for highlighting.
........
r20254 | bugman | 2013-06-21 23:40:55 +0200 (Fri, 21 Jun 2013) | 5 lines

Converted all relax prompt examples in the intro chapter of the manual to the lstlisting environment.

This is simply for a more colourful representation.
........
r20255 | bugman | 2013-06-22 00:45:10 +0200 (Sat, 22 Jun 2013) | 6 lines

The prompt examples in the user function chapter of the manual now use the listing environment.

This is via the fetch_docstrings.py script and results in much better formatting of these
subsections.
........
r20256 | bugman | 2013-06-24 12:29:40 +0200 (Mon, 24 Jun 2013) | 9 lines

Added function destination for auto-detected NMRPipe SeriesTab format.

Progress sr #3043: (https://gna.org/support/index.php?3043) - Support for NMRPipe seriesTab format
*.ser.

Auto-detected NMRPipe SeriesTab format make function calls to the file: lib\software\nmrpipe.py in
function nmrpipe.read_list_intensity_seriestab().
........
r20257 | bugman | 2013-06-24 14:58:23 +0200 (Mon, 24 Jun 2013) | 8 lines

Imported the missing lib.software.nmrpipe module into pipe_control.spectrum.

Progress sr #3043: (https://gna.org/support/index.php?3043) - Support for NMRPipe seriesTab format
*.ser.

Expected modules for use in lib\software\nmrpipe.py is imported.
........
r20260 | bugman | 2013-07-09 11:35:34 +0200 (Tue, 09 Jul 2013) | 6 lines

Fix for the relax GUI splash screen.

On certain systems, the GUI was failing due to the splash screen. It is now shown after the main
wxPython window has been created.
........
r20261 | bugman | 2013-07-09 11:37:34 +0200 (Tue, 09 Jul 2013) | 6 lines

Fix for the new analysis wizard when running the GUI tests.

If the create_button() method is called without a function argument, the wizard is still created.
This is triggered in the relax_disp branch on certain systems.
........

2013-07-09 10:08:35 Tree
[r20261] by bugman

Fix for the new analysis wizard when running the GUI tests.

If the create_button() method is called without a function argument, the wizard is still created.
This is triggered in the relax_disp branch on certain systems.

2013-07-09 09:37:34 Tree
[r20260] by bugman

Fix for the relax GUI splash screen.

On certain systems, the GUI was failing due to the splash screen. It is now shown after the main
wxPython window has been created.

2013-07-09 09:35:34 Tree
[r20259] by bugman

Added a section to the FAQ about missing menu items (http://www.nmr-relax.com/faq.html).

2013-07-09 09:28:23 Tree
[r20258] by bugman

Internal spacing fix for http://www.nmr-relax.com/faq.html.

2013-07-09 09:24:12 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.