Skip to content

Commit

Permalink
add a exmaple pic
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Nov 5, 2019
1 parent c437379 commit 3b42fb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,7 @@ python setup.py install
python scripts/LaunchGUI.py
```

The main window opens as shown below:
![avatar](./examples/NuistRadar.png)


2 changes: 1 addition & 1 deletion examples/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
import matplotlib.pyplot as plt

#file = r"E:\RadarBaseData\CINRAD-SA\温州\2015080816.59A"
file = r"E:\RadarBaseData\CINRAD_SC_old\Z_RADR_I_Z9831_20190427200200_O_DOR_SC_CAP.bin"
file = r"C:\Users\zy\Desktop\Z_RADR_I_Z9831_20190427200200_O_DOR_SC_CAP.bin"
#radar = SCBaseData(file)
Radar = radar_io(file)
NRadar = Radar.ToNuistRadar()
Expand Down

0 comments on commit 3b42fb0

Please sign in to comment.