app module

class tihi.app.Window

Bases: QMainWindow

Main window of the application

finish_wizard()
normalize()
plot_approx()
plot_decompositions()
plot_input_data()

Plot the input data called by the self.read_file function

read_file()
Reads a signal file data in the following format:
  • first column : independent variable data

  • second column : dependent variable data

run_wizard()
save_parameters()
set_max_value()

sets the max x-value of the input signal

set_min_value()

sets the min x-value of the input signal

set_title()

Set the title of the plot

set_xlabel()

Set the x-axis label of the plot

set_ylabel()

Set the y-axis label of the plot

class tihi.app.WizardWindow(x_vals, y_vals, x_label, y_label, title)

Bases: QMainWindow

closure()
tihi.app.main()