From 79dc6fb797fd5cc2e49cfc495583837de7bdec91 Mon Sep 17 00:00:00 2001 From: jochenstahn Date: Fri, 23 Feb 2024 14:55:36 +0100 Subject: [PATCH] test obs geht --- neos.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neos.py b/neos.py index 108512b..a093e80 100644 --- a/neos.py +++ b/neos.py @@ -38,7 +38,7 @@ def commandLineArgs(): Process command line argument. The type of the default values is used for conversion and validation. ''' - msg = "eos reads data from (one or several) raw file(s) of the .hdf format, \ + msg = "EOS reads data from (one or several) raw file(s) of the .hdf format, \ performs various corrections, conversations and projections and exports\ the resulting reflectivity in an orso-compatible format." clas = argparse.ArgumentParser(description = msg)