app module
- class tihi.app.Window
Bases:
QMainWindowMain 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
- tihi.app.main()