validation

Note

This project is under active development.

Functions

get_abs_data(arr)

Get the absolute values from the arrays.

get_all_instruments(database, sql_query)

Get the all instruments data from the Database.

get_max_data(data1, data2)

Get the maximum value from the both data1 and data2.

get_min_data(data1, data2)

Get the minimum value from the both data1 and data2.

get_pdf_file()

Save the spectrograms into the pdf file.

move_axes(fig, ax_source, ax_target)

Move the axes to create the new Figure.

plot_spec(rows)

Get the plots in four columns.

signal_to_noise(arr)

Calculate the signal-to-noise ratio of the input data.

update_all_values()

Calculate the std and snr, then update them into the table in Database.