Commit | Date | |
---|---|---|
2011-07-05 17:12:46 | Tree | |
[r13422]
by
bugman
Added some functions for querying the selection state of molecules, residues, and spins. These are called is_mol_selected(), is_res_selected() and is_spin_selected(). |
2011-07-05 17:00:17 | Tree |
[r13421]
by
bugman
All of the molecule, residue and spin data is now stored as dictionaries in the spin viewer window. This makes data retrieval more logical and not dependent on changing indices. |
2011-07-05 16:45:11 | Tree |
[r13420]
by
bugman
Improved the text and added a tooltip to the auto NOE analysis page frequency field. This should now clarify why this field exists. |
2011-07-05 15:19:48 | Tree |
[r13419]
by
bugman
Modified the analysis page base class add_text_sel_element() method to set tooltips. The tooltip arg is now accepted and the tooltip is set for all GUI elements that this method builds. |
2011-07-05 15:11:29 | Tree |
2011-07-05 14:33:58 | Tree | |
[r13417]
by
han87
Adding code for extracting a vector of a xyz file. Code for extracting a vector between specified spins in a xyz file has been included in the '/generic_fns/structure/internal.py'. |
2011-07-04 12:43:10 | Tree |
[r13416]
by
han87
Changing the keyword argument The argument of the keyword 'unit' in the function 'vectors' in 'prompt/structure.py' has been changed from 'True' to 'False'. |
2011-07-04 12:35:25 | Tree |
[r13415]
by
han87
Adding a new system test to load a vector. A system test for loading a vector between two spins has been included in the 'test_read_xyz_internal2'. |
2011-07-04 12:30:59 | Tree |
[r13414]
by
han87
The system test for loading a single spin from a xyz has been changed. The function return_spin() from the 'mol_res_spin' has been used to load a single spin for the system test 'test_read_xyz_internal2'. |
2011-07-04 12:27:05 | Tree |