Skip to content

Commit 4169020

Browse files
authored
Update README.md
1 parent ecadeca commit 4169020

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,18 @@ the demo code is in test.cpp
99
4. build and run you app
1010

1111
## Python plot
12-
cpt3.py is a python script to plot compact3 data file, it's very simple and
13-
you need to change the below code to run:
14-
```python
15-
CPT3_FILE_NAME = r'tmp.sn6'
12+
teqcplot.py is a python script to plot compact3 data file.
13+
14+
Below are some examples to use python3 to plot teqc output files.
15+
```bash
16+
py teqcplot.py +skyplot "43 2013-05-17 01-00-00.azi" "43 2013-05-17 01-00-00.ele" "43 2013-05-17 01-00-00.m12"
17+
```
18+
```bash
19+
py teqcplot.py +azelplot "43 2013-05-17 01-00-00.azi" "43 2013-05-17 01-00-00.ele" "43 2013-05-17 01-00-00.d12"
20+
```
21+
```bash
22+
py teqcplot.py +bandplot "43 2013-05-17 01-00-00.azi" "43 2013-05-17 01-00-00.ele" "43 2013-05-17 01-00-00.m12"
23+
```
24+
```bash
25+
py teqcplot.py +azelplot "43 2013-05-17 01-00-00.azi" "43 2013-05-17 01-00-00.ele" "43 2013-05-17 01-00-00.m12"
1626
```
17-
`CPT3_FILE_NAME` is the compact3 file you want to plot.

0 commit comments

Comments
 (0)