add exception processing into plot_flight_borders functional
This commit is contained in:
@@ -1,17 +1,19 @@
|
||||
import sys
|
||||
from importlib import reload
|
||||
sys.path.append('/home/danila/Danila/work/MVN/Soft/PID/python/')
|
||||
sys.path.append('./')
|
||||
import asotr
|
||||
reload(asotr)
|
||||
import pandas as pd
|
||||
from datetime import datetime, timedelta
|
||||
|
||||
timestamp = '25.04.2025 01:18:00'
|
||||
path = './data/experiments/'
|
||||
|
||||
timestamp = '03.05.2025 01:27:00'
|
||||
cyclogram_file = 'cyclogram_step_ident_ch1.xls'
|
||||
asotr.insert_data_cyclo(timestamp, cyclogram_file)
|
||||
asotr.insert_data_cyclo(timestamp, cyclogram_file, path)
|
||||
|
||||
timestamp = '25.04.2025 04:24:00'
|
||||
timestamp = '03.05.2025 04:33:00'
|
||||
cyclogram_file = 'cyclogram_imp_ident_ch1.xls'
|
||||
asotr.insert_data_cyclo(timestamp, cyclogram_file)
|
||||
asotr.insert_data_cyclo(timestamp, cyclogram_file, path)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user