|
Formula Student Electronics & Software
The code for the embedded software
|
Functions | |
| import_new_raw_data (in_file, out_file) | |
| plot_2d_data_nonblocking (x_data, y_data, x_label, y_label, title) | |
| interpolate_data (apps1_vals, apps2_vals, compr_vals) | |
| read_data_from_file (file_name) | |
| process_interpolation_results (apps1_vals, apps2_vals) | |
| import_and_process_new_data (in_filename, out_filename) | |
| __main__ () | |
| calibv2.__main__ | ( | ) |
Definition at line 114 of file calibv2.py.


| calibv2.import_and_process_new_data | ( | in_filename, | |
| out_filename | |||
| ) |
Definition at line 96 of file calibv2.py.


| calibv2.import_new_raw_data | ( | in_file, | |
| out_file | |||
| ) |
| calibv2.interpolate_data | ( | apps1_vals, | |
| apps2_vals, | |||
| compr_vals | |||
| ) |
| calibv2.plot_2d_data_nonblocking | ( | x_data, | |
| y_data, | |||
| x_label, | |||
| y_label, | |||
| title | |||
| ) |
| calibv2.process_interpolation_results | ( | apps1_vals, | |
| apps2_vals | |||
| ) |
| calibv2.read_data_from_file | ( | file_name | ) |