This commit is contained in:
flandre 2025-04-14 00:16:44 +08:00
parent 398e4aad46
commit 5fb6af0aa4

View File

@ -42,7 +42,6 @@ class Beamformer(Node):
.conv_guass(b=arg.beta * 0.01)
.crop(arg.t_start, arg.t_end)
.rotate90()
# .grey()
.cpu()
)
self.send(RfMatMsg(d2))