Skip to content

Commit

Permalink
添加对相控阵雷达的支持_v1
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Jul 30, 2021
1 parent 9305786 commit aeffdf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pycwr/io/BaseDataProtocol/PAProtocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
UINT16 = "H"
UINT32 = "I"

class WSR98DFormat(object):
class PAFormat(object):

def __init__(self):
self.GenericHeaderBlockPos = 0
Expand Down Expand Up @@ -164,4 +164,4 @@ def RadialData(self):
)
return MomentHeaderBlock

dtype_PA = WSR98DFormat()
dtype_PA = PAFormat()

0 comments on commit aeffdf0

Please sign in to comment.