Minor correction on the export of table of acousic backscatter value

dev-brahim
brahim 2024-09-19 15:40:59 +02:00
parent 8c51ebc192
commit 2aae88e0b5
1 changed files with 2 additions and 2 deletions

View File

@ -289,9 +289,9 @@ class Ui_MainWindow(object):
exec("DataFrame_acoustic_" + str(i) + ".to_csv(" +
"path_or_buf=" +
" '/home/bmoudjed/Documents/3 SSC acoustic meas project/Graphical interface project/Table_" +
"'" + name + "/" + "Table_" +
str(stg.filename_BS_raw_data[i][:-4]) + ".csv'" + ", " +
"sep=" + " ',' " + ", " +
"sep=" + "',' " + ", " +
"header=DataFrame_acoustic_" + str(i) + ".columns" + ")")
t1 = time.time() - t0