[installation] Change to nightly
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -143,7 +143,7 @@ def main():
|
||||
data = np.array(struct.unpack(unpackFormat, message[8:])) \
|
||||
.reshape((header["nPackagesPerMessage"], header["nChannels"]))
|
||||
|
||||
if args.gain != 1.0:
|
||||
if header["dataType"] == "float":
|
||||
data *= args.gain
|
||||
|
||||
packageData.append(data)
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user