Skip to content

Commit

Permalink
test new pc
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Oct 22, 2019
1 parent 62adf01 commit 5ffc0ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
import numpy as np
import matplotlib.pyplot as plt

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

0 comments on commit 5ffc0ca

Please sign in to comment.