The wizard for loading peak intensity data.
|
__init__(self,
parent=None,
size_x=1000,
size_y=750,
title="Peak intensity loading wizard",
noe=False,
relax_fit=False,
relax_disp=False)
Set up the peak intensity loading wizard. |
source code
|
|
int
|
|
int
|
|
int
|
|
int
|
|
int
|
|
|
wizard_update_ids(self,
page_key=None,
arg_key='spectrum_id',
index=None)
Update the spectrum ID on the page specified by the key based on
previous data. |
source code
|
|
|
wizard_update_noe_spectrum_type(self)
Update the noe.spectrum_type page based on previous data. |
source code
|
|
|
wizard_update_pts(self)
Update the spectrum.replicated page based on previous data. |
source code
|
|
|
wizard_update_relax_disp_cpmg_setup(self)
Update the relax_disp.cpmg_setup page based on previous data. |
source code
|
|
|
wizard_update_relax_disp_exp_type(self)
Update the relax_disp.exp_type page based on previous data. |
source code
|
|
|
wizard_update_relax_disp_relax_time(self)
Update the relax_disp.relax_time page based on previous data. |
source code
|
|
|
wizard_update_relax_disp_spin_lock_field(self)
Update the relax_disp.spin_lock_field page based on previous data. |
source code
|
|
|
wizard_update_relax_disp_spin_lock_offset(self)
Update the relax_disp.spin_lock_offset page based on previous data. |
source code
|
|
|
wizard_update_relax_fit_relax_time(self)
Update the relax_fit.relax_time page based on previous data. |
source code
|
|
|
wizard_update_repl(self)
Update the spectrum.replicated page based on previous data. |
source code
|
|
|
wizard_update_rmsd(self)
Update the spectrum.baseplane_rmsd page based on previous data. |
source code
|
|
|
wizard_update_spectrometer_frequency(self)
Update the spectrometer.frequency page based on previous data. |
source code
|
|
Inherited from wiz_objects.Wiz_window :
Destroy ,
add_page ,
block_next ,
get_page ,
reset ,
run ,
set_seq_next_fn ,
setup_page
Inherited from wiz_objects.Wiz_window (private):
_apply ,
_build_buttons ,
_cancel ,
_display_page ,
_go_back ,
_go_next ,
_handler_close ,
_handler_escape ,
_next_fn ,
_ok ,
_seq_loop ,
_skip
|