File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,18 @@ the demo code is in test.cpp
994 . 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.
You can’t perform that action at this time.
0 commit comments