Menu

SVN archive Commit Log


Commit Date  
[r24831] by tlinnet

Removed un-used return_grace_data..() function.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].

2014-07-30 11:30:31 Tree
[r24830] by tlinnet

Fix for output catching after re-order or return_offset_data() function.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].

2014-07-30 11:30:29 Tree
[r24829] by tlinnet

Streamlined plotting functions, to have similar input.

Reordered the output from return_offset_data(), interpolate_disp() and interpolate_offset(), to reflect the order of data type.
Made the input to return_grace_data_vs_disp(), return_grace_data_vs_offset the same().
Added the interpolate flag to return_grace_data_vs_disp() and return_grace_data_vs_offset(), to help return correct X-value.
Added the interpolate flag to return_x_y_point(), to help determine if "disp point" or "offset point" should be returned.
Added the "offset point" to return_x_y_point() function, to make it possible to plot against offset.
Cleaned up the return_grace_data_vs_offset() function, to use newly created return_x_y_labels() function.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].

2014-07-30 11:30:27 Tree
[r24828] by tlinnet

Reverted r24827 as this was two commits mixed up.

The command used was:
svn merge -r24827:r24826 .

.....
------------------------------------------------------------------------
r24827 | tlinnet | 2014-07-30 12:53:04 +0200 (Wed, 30 Jul 2014) | 4 lines

Fix for output catching after re-order or return_offset_data() function.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].
------------------------------------------------------------------------
.....

2014-07-30 11:09:31 Tree
[r24827] by tlinnet

Fix for output catching after re-order or return_offset_data() function.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].

2014-07-30 10:53:04 Tree
[r24826] by tlinnet

Removed unused plotting function.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].

2014-07-30 10:53:02 Tree
[r24825] by tlinnet

Renamed plotting function to represent the function of writing to file.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].

2014-07-30 10:53:00 Tree
[r24824] by tlinnet

Hardcoded xmgrace colour_order, and made function to return data label, and data plot settings, depending on data type.

sr #3124(https://gna.org/support/?3124): Grace graphs production for R1rho analysis with R2_eff as function of Omega_eff.
sr #3138(https://gna.org/support/?3138): Interpolating theta through spin-lock offset [Omega], rather than spin-lock field strength [w1].

2014-07-30 10:52:58 Tree
[r24823] by bugman

Added linear constraints for the pivot and average domain translation frame order parameters.

The pivot coordinates are constrained between -999 and 999 Angstrom and the translation between -500
and 500 Angstrom. This allows the frame_order.pdb_model user function to operate in the case of
failed models - often the free rotors fitting to torsionally restricted data - by preventing the PDB
coordinates from being out of the PDB format range. It should also speed up optimisation by
stopping the optimisation of failed models earlier.

2014-07-30 10:22:43 Tree
[r24822] by bugman

Implementation of the Optimisation_settings object in the frame order auto-analysis.

This object holds all of the grid search, zooming grid search, and minimisation settings. It
provides the add_grid() and add_min() methods to allow the user to add successive iterations of
optimisation and settings to the object. The loop_grid() and loop_min() methods are used to loop
over each iteration of each method. And the get_grid_inc(), get_grid_num_int_pts(),
get_grid_zoom_level(), get_min_algor(), get_min_func_tol() and get_min_num_int_pts() methods are
used to access the user defined settings.

The auto-analysis has been redesigned around this new concept. All of the optimisation arguments
have been replaced. Instead there are the opt_rigid, opt_subset, opt_full, and opt_mc arguments
which are expected to be instances of the Optimisation_settings object. The optimisation in the
auto-analysis is now more advanced in that more user optimisation settings are now available and
active.

2014-07-30 09:07:47 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.