minipix_uart_interface
A library and examples for the MiniPIX UART interface
exporter.py File Reference

Namespaces

 exporter
 

Functions

def exporter.exportDsc (file_path, image_mode, image_id)
 
def exporter.exportData (file_path, image)
 

Variables

string exporter.file_path = "data/oneweb_2023-09-25.csv"
 
 exporter.infile = open(file_path, "r", encoding="ascii")
 
 exporter.frame_data = parseStream(infile)
 
dictionary exporter.images_data = {}
 
 exporter.sorted_keys = list(images_data.keys())
 
dictionary exporter.sorted_data = {i: images_data[i] for i in sorted_keys}
 
dictionary exporter.image = images_data.get(key)
 | -----------------— export the images ----------------— | More...
 
string exporter.dsc_file_path = "data_export/{}.dsc".format(key)
 
string exporter.toa_file_path = "data_export/toa_{}.txt".format(key)
 
string exporter.tot_file_path = "data_export/tot_{}.txt".format(key)
 
string exporter.mpx_file_path = "data_export/mpx_{}.txt".format(key)
 
string exporter.itot_file_path = "data_export/itot_{}.txt".format(key)