Commit | Date | |
---|---|---|
[r13408]
by
bugman
The spin count in the auto NOE analysis page is now updated when a user function completes. |
2011-07-01 20:44:37 | Tree |
[r13407]
by
bugman
Created the prune_mol(), prune_res(), and prune_spin() Mol_res_spin_tree methods to prune the tree. |
2011-07-01 20:32:54 | Tree |
[r13406]
by
bugman
Created 3 new fns, get_molecule_ids(), get_residue_ids(), and get_spin_ids(). These return lists of molecule, residue, and spin ID strings. |
2011-07-01 20:22:25 | Tree |
[r13405]
by
bugman
The residues and spins in Mol_res_spin_tree are now only created if they are new. |
2011-07-01 19:58:23 | Tree |
[r13404]
by
bugman
Molecules are now handled differently in Mol_res_spin_tree if the already exist or not. New molecules are added to the tree while old ones are left alone. |
2011-07-01 19:46:13 | Tree |
[r13403]
by
bugman
Split up the Mol_res_spin_tree.update() method into separate methods for molecule, residues, and spins. |
2011-07-01 19:28:28 | Tree |
[r13402]
by
bugman
The pipe.switch() user function is now only called in the spin viewer if a different pipe is selected. |
2011-07-01 19:03:20 | Tree |
[r13401]
by
bugman
User function completion now triggers self.gui.user_functions.notify_observers(). This will allow for GUI updates upon user function completion. |
2011-07-01 18:50:49 | Tree |
[r13400]
by
bugman
Created the on_completion() wizard method which is executed after running on_execute(). |
2011-07-01 18:48:57 | Tree |
[r13399]
by
bugman
The spin view window is now registered to have self.refresh() executed when a user function completes. |
2011-07-01 18:44:24 | Tree |