... | @@ -61,7 +61,7 @@ measurement = rtisdev.get_raw_measurement(True) |
... | @@ -61,7 +61,7 @@ measurement = rtisdev.get_raw_measurement(True) |
|
|
|
|
|
# Store the raw data of that measurement as a binary file. This can be opened in another application for further work.
|
|
# Store the raw data of that measurement as a binary file. This can be opened in another application for further work.
|
|
raw_data_sonar = measurement.rawData.tobytes()
|
|
raw_data_sonar = measurement.rawData.tobytes()
|
|
file_handle_data = open("test_measurement_ " + str(measurement.index) + ".bin", "wb")
|
|
file_handle_data = open("test_measurement_" + str(measurement.index) + ".bin", "wb")
|
|
file_handle_data.write(raw_data_sonar)
|
|
file_handle_data.write(raw_data_sonar)
|
|
file_handle_data.close()
|
|
file_handle_data.close()
|
|
|
|
|
... | @@ -1556,4 +1556,3 @@ The function to set a custom logger to be used by RTIS Dev. |
... | @@ -1556,4 +1556,3 @@ The function to set a custom logger to be used by RTIS Dev. |
|
</tr>
|
|
</tr>
|
|
</tbody>
|
|
</tbody>
|
|
</table> |
|
</table> |
|
|
|
\ No newline at end of file |
|
|
|
|