Menu

Commit [r19720]  Maximize  Restore  History

Merged revisions 19701-19709 via svnmerge from

svn+ssh://bugman@.../svn/relax/trunk

........
r19701 | bugman | 2013-05-23 18:35:19 +0200 (Thu, 23 May 2013) | 7 lines

The peak intensity wizard can now function remotely when the spins are not named.

This will be needed for the GUI tests to allow the Question() call to be bypassed and still adding
the spin.name user function as the first page of the wizard. The key for spin.name page has also
been fixed so that the page can be accessed.
........
r19702 | bugman | 2013-05-23 18:36:39 +0200 (Thu, 23 May 2013) | 3 lines

Fixes for the Jw.test_calc system test - the spectral density value comparison is now significant.
........
r19703 | bugman | 2013-05-23 18:39:09 +0200 (Thu, 23 May 2013) | 8 lines

The timing of individual tests in the relax test suite can now be printed out.

The new command line argument --time has been added which, when supplied with one of the test suite
arguments, will cause the time required to complete each individual test to be displayed. Instead
of just printing the characters '.', 'F', and 'E' for each test, now these characters are postfixed
with the time in seconds, the name of the test and ending in a newline character.
........
r19704 | bugman | 2013-05-23 18:40:12 +0200 (Thu, 23 May 2013) | 6 lines

Big speed up of the test suite by skipping a large number of redundant Frame Order system tests.

These are tests of using only PCS or only RDC data. These tests are still active for the
pseudo-ellipse just to make sure that a whole missing data type can be handled.
........
r19705 | bugman | 2013-05-23 18:42:08 +0200 (Thu, 23 May 2013) | 3 lines

Suppressed the reporting of skipped tests in the test suite if the module is set to None.
........
r19706 | bugman | 2013-05-23 18:42:41 +0200 (Thu, 23 May 2013) | 5 lines

The preview button in the file selection elements of the user function windows can now be disabled.

This is via the new wiz_filesel_preview argument being set to False.
........
r19707 | bugman | 2013-05-23 18:43:23 +0200 (Thu, 23 May 2013) | 7 lines

Merged the frq.set and temperature user functions into the new spectrometer user function class.

The frq.set user function is now called spectrometer.frequency and temperature is now
spectrometer.temperature. To match these changes, the cdp.frq variable is now called
cdp.spectrometer_frq.
........
r19708 | bugman | 2013-05-23 19:11:08 +0200 (Thu, 23 May 2013) | 7 lines

Modified the spectrometer.frequency user function so that a frequency list and count is stored.

These are the new cdp.spectrometer_frq_list and cdp.spectrometer_frq_count variables. This will
allow various parts of relax which assemble frequency information to be simplified and made more
consistent.
........
r19709 | bugman | 2013-05-23 19:13:09 +0200 (Thu, 23 May 2013) | 6 lines

Created basic SVG and PNG graphics for the spectrometer user function class.

The spectrometer is black so as not to offend Bruker, Varian, or Jeol users by avoiding a colour
from one of these companies.
........

bugman 2013-05-23

<< < 1 2 3 4 5 > >> (Page 4 of 5)
changed /branches/relax_disp/test_suite/system_tests/scripts/frame_order/rigid_test.py
changed /branches/relax_disp/test_suite/system_tests/scripts/model_free/latex_mf_table.py
changed /branches/relax_disp/test_suite/system_tests/scripts/model_free/opt_tm_fns.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/A_to_chi.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/align_fit.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/data_copying.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/dna_pcs_fit.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/frame_order_align_fit.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/missing_data_test.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/paramag_align_fit.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/paramag_centre_fit.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/pcs_back_calc.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/pcs_to_rdc.py
changed /branches/relax_disp/test_suite/system_tests/scripts/n_state_model/populations.py
changed /branches/relax_disp/test_suite/test_suite_runner.py
changed /branches/relax_disp/test_suite/unit_tests/relax_data_testing_base.py
changed /branches/relax_disp/user_functions/__init__.py
changed /branches/relax_disp/user_functions/consistency_tests.py
removed /branches/relax_disp/user_functions/frq.py
changed /branches/relax_disp/user_functions/jw_mapping.py
changed /branches/relax_disp/user_functions/objects.py
copied /trunk/user_functions/spectrometer.py -> /branches/relax_disp/user_functions/spectrometer.py
/branches/relax_disp/test_suite/system_tests/scripts/frame_order/rigid_test.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/model_free/latex_mf_table.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/model_free/opt_tm_fns.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/A_to_chi.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/align_fit.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/data_copying.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/dna_pcs_fit.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/frame_order_align_fit.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/lactose_n_state.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/metal_pos_opt.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/missing_data_test.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/monte_carlo_testing.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/paramag_align_fit.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/paramag_centre_fit.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/pcs_back_calc.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/pcs_to_rdc.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/system_tests/scripts/n_state_model/populations.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/test_suite_runner.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/test_suite/unit_tests/relax_data_testing_base.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/user_functions/__init__.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/user_functions/consistency_tests.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/user_functions/jw_mapping.py Diff Switch to side-by-side view
Loading...
/branches/relax_disp/user_functions/objects.py Diff Switch to side-by-side view
Loading...
<< < 1 2 3 4 5 > >> (Page 4 of 5)
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.