Commit | Date | |
---|---|---|
[r10427]
by
bugman
Successful relax calculation will be displayed in relaxGUI Log Window and not as a pop-up. This feedback_after_calc_patch file was attached to https://gna.org/task/?6847 by Michael Bieri Replaced: relax_run_ok() to print ''. |
2010-01-27 09:58:46 | Tree |
[r10426]
by
bugman
Manually applied the import_global_relax_settings_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri Values set in the Settings Window are now imported into model-free calculation. Settings are: Bond length, CSA value, Proton (specify label of proton in PDB file), minimisation In addition, system output is redirected to the Log Window. Note that much of this is will change when using the relax data store. |
2010-01-27 09:49:58 | Tree |
[r10425]
by
bugman
Manually applied the import_math_wx_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri Python modules wx and math are imported inti calc_modelfree.py. The wx module is required to update the Log Window and the math to make exponential calculations. |
2010-01-27 09:44:22 | Tree |
[r10424]
by
bugman
Manually applied the more_input_start_model_free_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri |
2010-01-27 09:37:01 | Tree |
[r10423]
by
bugman
Manually applied the redirect_patch file. This was attached to https://gna.org/task/?6847 by Michael Bieri The new class has been copied and pasted to the bottom of the module, and the comment above the |
2010-01-27 09:35:00 | Tree |
[r10422]
by
bugman
Fixed the calls to filedialog.openfile() in the auto model-free protocol. The cwd is now opened by default for each of the '+' buttons. |
2010-01-27 08:31:05 | Tree |
[r10421]
by
bugman
Converted to state_load() to use the relax data store. The data store is first reset, and then the state loaded. For some reason, the text fields do not |
2010-01-26 21:19:50 | Tree |
[r10420]
by
bugman
Deleted the sel_aic() and sel_bic() methods as they have been shifted to analyses.auto_model_free. |
2010-01-26 20:21:32 | Tree |
[r10419]
by
bugman
Renamed save_state() and openGUI() to state_save() and state_load() respectively. The methods have also been alphabetically ordered. |
2010-01-26 20:20:21 | Tree |
[r10418]
by
bugman
Convert all the ref_noe*() and sat_noe*() methods to the new GUI design. I.e. the relax data store is used, and comments and docstrings have been added. |
2010-01-26 20:09:41 | Tree |