Formula Student Electronics & Software
The code for the embedded software
Loading...
Searching...
No Matches
calibv2 Namespace Reference

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__ ()
 

Function Documentation

◆ __main__()

calibv2.__main__ ( )

Definition at line 114 of file calibv2.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ import_and_process_new_data()

calibv2.import_and_process_new_data (   in_filename,
  out_filename 
)

Definition at line 96 of file calibv2.py.

Here is the call graph for this function:
Here is the caller graph for this function:

◆ import_new_raw_data()

calibv2.import_new_raw_data (   in_file,
  out_file 
)

Definition at line 6 of file calibv2.py.

Here is the caller graph for this function:

◆ interpolate_data()

calibv2.interpolate_data (   apps1_vals,
  apps2_vals,
  compr_vals 
)

Definition at line 35 of file calibv2.py.

Here is the caller graph for this function:

◆ plot_2d_data_nonblocking()

calibv2.plot_2d_data_nonblocking (   x_data,
  y_data,
  x_label,
  y_label,
  title 
)

Definition at line 25 of file calibv2.py.

Here is the caller graph for this function:

◆ process_interpolation_results()

calibv2.process_interpolation_results (   apps1_vals,
  apps2_vals 
)

Definition at line 74 of file calibv2.py.

Here is the caller graph for this function:

◆ read_data_from_file()

calibv2.read_data_from_file (   file_name)

Definition at line 61 of file calibv2.py.

Here is the caller graph for this function: