Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
JVital2013 authored Dec 29, 2023
1 parent 7bd0a0d commit ae09ddc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down Expand Up @@ -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** |
Expand Down

0 comments on commit ae09ddc

Please sign in to comment.