Skip to content

Commit 12ca6dd

Browse files
authored
Update README.md
1 parent 1e69a69 commit 12ca6dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,20 @@ For more detail on the motivation behind this project which *started* with A/B t
1313
[AB Testing with FT8](https://g1ojs.github.io/wsjt_all/docs/AB-testing-FT8.html).
1414

1515
## Features
16-
1) For a single 'all.txt' file:
16+
**1) For a single 'all.txt' file:**
1717
* Automatically parse an ALL.txt file and detect sessions of activity
1818
* Automatically produce the following plots for each session
1919
* decode rate (decodes / minute) across the session
2020
* SNR for each report for each callsign across the session
2121

22-
2) For a pair of 'all.txt' files:
22+
**2) For a pair of 'all.txt' files:**
2323
* Automatically parse a pair (A,B) of ALL.txt files and detect sessions of activity that are common to both files
2424
* Automatically produce the following plots for each session
2525
* number of callsigns decoded in A and B
2626
* number of decodes at A and B for each callsign
2727
* SNRs in A and B for simultaneous decodes
2828

29-
For both use cases:
29+
**For both use cases:**
3030
* Run as a batch process to process all historic sessions
3131
* Run 'live' to monitor a current & ongoing test
3232
* (Limited) plotting options
@@ -44,7 +44,7 @@ The questions I had in my mind, that I wrote this to try to answer, include:
4444
- What's more meaningful, SNR or number of times a callsign is received over a time window?
4545

4646
## Outputs
47-
[**Note** I have just uploaded V1.4 with the addition of single all.txt file processing, and need to update the section below a little]
47+
[**Note**: *I have just uploaded V1.4 with the addition of single all.txt file processing, and need to update the section below a little*]
4848

4949
After you run the program, you will find a 'plots' folder in which you will find plots like this:
5050

@@ -79,7 +79,7 @@ Note - I keep my all.txt files fairly small by archiving sections into other fil
7979
The software uses a simple wsjt_all.ini file to locate the all.txt files and set a couple of options. If none exists, the software can create a template for you but you still need to edit it to specify the paths to the all files. The wsjt_all.ini file looks like this:
8080
```
8181
[inputs]
82-
allA = C:\Users\drala\AppData\Local\WSJT-X\all.txt
82+
allA = C:\Users\drala\AppData\Local\WSJT-X\all.txt <- this file is used for the 'single all file' case
8383
allB = C:\Users\drala\AppData\Local\WSJT-X - AltAB\all.txt
8484
8585
[settings]

0 commit comments

Comments
 (0)