From ae09ddc0e1f1f9715a1a07ab990684439c46928a Mon Sep 17 00:00:00 2001 From: Jamie Vital Date: Thu, 28 Dec 2023 21:23:32 -0500 Subject: [PATCH] Update docs --- docs/config.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/config.md b/docs/config.md index c493a04..824509c 100644 --- a/docs/config.md +++ b/docs/config.md @@ -2,7 +2,7 @@ Configuration files should be placed in the `config` folder where Vitality GOES is installed. To get started, [copy the contents of a provided example config](/configs) into the `config` folder where Vitality GOES is installed. Scriptconfig.ini is not needed for Vitality GOES itself, so skip it if present. -Example configs for using goestools data source are prefixed with "goestools-", configs for SatDump are prefixed with "satdump-", and XRIT Demodulator configs are prefixed with "xrit-". +Example configs for using goestools data source are prefixed with "goestools-", configs for SatDump are prefixed with "satdump-", and XRIT Decoder configs are prefixed with "xrit-". ![Example Copy Configs](https://user-images.githubusercontent.com/24253715/213600531-dbd89150-309d-4695-b276-0df8e414ae55.png) @@ -145,7 +145,7 @@ The following filename parser modes are supported for use in the `mode` attribut | beginu | Beginning of filename | 20230124_110636 | After the timestamp | | beginz | Beginning of filename | 20230124T110636Z | After the timestamp | | emwin | In the middle of the filename as specified in the [EMWIN naming convention](https://www.weather.gov/emwin/format) | 20230124110636 | After the timestamp | -| xrit | End of filename | 202301241106 | Before the timestamp | +| xrit | End of filename | 202301241106 | Before the timestamp | | end | End of filename | 20230124110636 | Before the timestamp | | endu | End of filename | 20230124_110636 | Before the timestamp | | **endz** | **End of filename** | **20230124T110636Z** | **Before the timestamp** |