brahim
|
c38188f96e
|
Sqlite Browser can be open from Tools in the general tool bar of the software.
|
2024-09-13 17:05:47 +02:00 |
brahim
|
825b5aa9bb
|
A context menu is added. Update Table for Save action created.
|
2024-06-03 15:26:09 +02:00 |
brahim
|
4d8000993d
|
Context menu is added.
|
2024-05-06 16:08:31 +02:00 |
brahim
|
e08d769f79
|
Aquascat Data Loader is updated with the Loader of Guillaume Froment (with Dexmes data). Save as and Open actions are added and connected to create_table_for_save_as.py and read_table_for_open.py. Data are saved in sqlite database. Four tables are created : File (acoustic_data (integer) and acoustic file), Measure (acoustic_data, frequencies, kt, nb_profiles, nb_cells and other measurement information), Settings (temperature, tmin, tmax, depth_min, depth_max) and BS_data (backscatter data with time, depth (list of 2D arrays) and BS_raw_data (list of 3D arrays)). 3D arrays are saved with binary (np.tobytes()) in one cell of table BS_data (BLOB type). They are then loaded with np.frombuffer() function.
|
2024-04-22 10:56:10 +02:00 |
brahim
|
ddb4f7f7a9
|
First commit of View file
|
2023-07-27 12:07:40 +02:00 |