Minor correction on the export of table of acousic backscatter value
parent
8c51ebc192
commit
2aae88e0b5
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue