From 26343fda7958fab648158825cc3f5db8fa5ca709 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Fri, 14 Jul 2023 13:48:26 +0200 Subject: [PATCH] Doc improvement Measurement.fromnpy --- src/lasp/lasp_measurement.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/lasp/lasp_measurement.py b/src/lasp/lasp_measurement.py index 9f05a3b..899bb74 100644 --- a/src/lasp/lasp_measurement.py +++ b/src/lasp/lasp_measurement.py @@ -777,8 +777,9 @@ class Measurement: channelNames: List[str] = None, force=False) -> Measurement: """ - Creates a LASP measurement file from input numpy array data. - Opens the associated Measurement object and returns it. + Converts a numpy array to a LASP Measurement file, opens the + associated Measurement object and returns it. The measurement file will + have the same file name as the txt file, except with h5 extension. Args: data: Numpy array, first column is sample, second is channel. Can