SQL: Minor change.
parent
bec1b529a6
commit
9c7e621a45
|
|
@ -33,6 +33,7 @@ from settings import BS_raw_data, acoustic_data
|
|||
|
||||
from View.acoustic_data_tab import AcousticDataTab
|
||||
|
||||
from tools import trace
|
||||
|
||||
logger = logging.getLogger("acoused")
|
||||
|
||||
|
|
@ -596,6 +597,7 @@ class ReadTableForOpen:
|
|||
|
||||
logger.debug(f"fine: {stg.Ctot_fine}, sand: {stg.sample_sand}")
|
||||
|
||||
@trace
|
||||
def read_table_table_calibration(self):
|
||||
np_f64_parse = lambda d: np.frombuffer(d, dtype=np.float64)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue