Module spectrum
source code
Module containing the classes for GUI components involving spectral 
  data.
    | Spectra_list The GUI element for listing loaded spectral data.
 | 
    |  | uf_store = Uf_storage() | 
    |  | status = Status() | 
    |  | uf_info = Uf_info() | 
    |  | MENU_SPECTRUM_BASEPLANE_RMSD = wx.NewId() | 
    |  | MENU_SPECTRUM_DELETE = wx.NewId() | 
    |  | MENU_SPECTRUM_INTEGRATION_POINTS = wx.NewId() | 
    |  | MENU_SPECTRUM_REPLICATED = wx.NewId() | 
    |  | MENU_RELAX_DISP_EXP_TYPE = wx.NewId() | 
    |  | MENU_RELAX_FIT_RELAX_TIME = wx.NewId() | 
    |  | MENU_RELAX_DISP_RELAX_TIME = wx.NewId() | 
    |  | MENU_SPECTROMETER_FRQ = wx.NewId() | 
    |  | MENU_RELAX_DISP_SPIN_LOCK_FIELD = wx.NewId() | 
    |  | MENU_RELAX_DISP_SPIN_LOCK_OFFSET = wx.NewId() | 
    |  | MENU_RELAX_DISP_CPMG_SETUP = wx.NewId() | 
Imports:
  wx,
  dep_check,
  fetch_icon,
  Base_list,
  float_to_gui,
  gui_to_str,
  str_to_gui,
  Uf_storage,
  u,
  replicated_flags,
  replicated_ids,
  Status,
  is_cpmg_exp_type,
  is_r1rho_exp_type,
  Uf_info