Spaces:
Runtime error
Runtime error
Commit
·
64beaa7
1
Parent(s):
be7c293
Update pyARIS.py
Browse files- lib/fish_eye/pyARIS.py +1 -0
lib/fish_eye/pyARIS.py
CHANGED
@@ -600,6 +600,7 @@ def FrameRead(ARIS_data, frameIndex, frameBuffer = None):
|
|
600 |
|
601 |
|
602 |
#Add the frame data
|
|
|
603 |
if pingmode in [1,2]:
|
604 |
ARIS_Frame.BeamCount = 48
|
605 |
if pingmode in [3,4,5]:
|
|
|
600 |
|
601 |
|
602 |
#Add the frame data
|
603 |
+
print(pingmode)
|
604 |
if pingmode in [1,2]:
|
605 |
ARIS_Frame.BeamCount = 48
|
606 |
if pingmode in [3,4,5]:
|