From 24de84a4f7571537d561c30a31cdcc100fcd2842 Mon Sep 17 00:00:00 2001 From: "J.A. de Jong - Redu-Sone B.V., ASCEE V.O.F" Date: Fri, 21 Apr 2023 13:27:45 +0200 Subject: [PATCH] Some doc update --- README.md | 2 +- src/lasp/lasp_common.py | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2553bfb..861b5af 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ in a sister repository [lasp-doc](https://code.ascee.nl/ascee/lasp-doc). If you have any question(s), please feel free to contact us: [email](info@ascee.nl). -# Installation +# Installation - Linux (Debian-based) ## Dependencies diff --git a/src/lasp/lasp_common.py b/src/lasp/lasp_common.py index 696ac76..2594b37 100644 --- a/src/lasp/lasp_common.py +++ b/src/lasp/lasp_common.py @@ -58,9 +58,13 @@ class AvType(Enum): @dataclass_json @dataclass(eq=False) class Qty: + # Name, i.e.: Acoustic Pressure name: str + # I.e.: Pascal unit_name: str + # I.e.: Pa unit_symb: str + # I.e.: ('dB SPL') <== tuple of possible level units level_unit: object # Contains a tuple of possible level names, including its reference value. # For now, it is only able to compute for the first one. I.e.e we are not