Ramses.py 积分时间 self.buf[0]

desktop
esea_info 2 years ago
parent e80788b10f
commit 9b338558e9
  1. 3
      Ramses.py

@ -125,8 +125,7 @@ class Ramses(object):
def __ConvertBytesToInt(self ) -> None:
res = {}
d = [] # List [ Tuple[ it:int, sing_set:tuple[int] ] ]
print(f" ================= ")
print(f" {self.buf.hex()} ")
# self.it = 2 << int(self.buf[1]) # integrated time
self.it = 2 << int(self.buf[0]) # integrated time
self.light_int = struct.unpack(

Loading…
Cancel
Save