Skip to content

Commit

Permalink
fix io of phase array format
Browse files Browse the repository at this point in the history
  • Loading branch information
YvZheng committed Jun 23, 2022
1 parent 8013dd6 commit 26cd716
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 @@ -15,7 +15,7 @@ def __init__(self):
self.SiteConfigurationBlockPos = 32
self.TaskConfigurationBlockPos = 160
self.BeamConfigurationBlockPos = 416
self.BeamConfigurationBlockSize = 384
self.BeamConfigurationBlockSize = 640
self.CutConfigurationBlockSize = 256
self.RadialHeaderBlockSize = 128
self.MomentHeaderBlockSize = 32
Expand Down Expand Up @@ -73,7 +73,7 @@ def __init__(self):
('SubPulseFrequency', 'f4'), # PPI模式的俯仰角
('SubPulseBandWidth', 'f4'), # 在本接收方向上,发射波束的增益
('SubPulseWidth', 'i4'), #
('Reserved01', '236V'), # 处理模式 1-PPP 2-FFT
('Reserved01', '492V'), # 处理模式 1-PPP 2-FFT
]),
CutConfigurationBlock = np.dtype([
('CutIndex', 'i2'), # 基数据仰角编号
Expand Down

0 comments on commit 26cd716

Please sign in to comment.