Open jerabaul29 opened 3 years ago
@jvoermans it seems some strange things happen with either your file transfer protocol, and / or some zipping issues, see #44 .
Can you also maybe have a look at your next batch of data files yourself in Melbourne? The script for looking at the data is very simple:
https://github.com/jvoermans/Vibration_Logger/blob/version/no-sonar/material_Jean/BinarySdDataParser/script_perform_parsing.py
All you need is:
adapt the path to the folder containing all the data files for one individual logger: https://github.com/jvoermans/Vibration_Logger/blob/f4d038cefbf6077faeba8f1a19e3719778b73ff7/material_Jean/BinarySdDataParser/script_perform_parsing.py#L33
adapt the number of the file you want to display: https://github.com/jvoermans/Vibration_Logger/blob/f4d038cefbf6077faeba8f1a19e3719778b73ff7/material_Jean/BinarySdDataParser/script_perform_parsing.py#L46
then run the script with python3.
python3
Let me know if anything is unclear / if you have any problems. Of course if you are in doubt or else I will look at the files too, but I think it works well enough now that it would be good for you to test it too :) .
@jvoermans it seems some strange things happen with either your file transfer protocol, and / or some zipping issues, see #44 .
Can you also maybe have a look at your next batch of data files yourself in Melbourne? The script for looking at the data is very simple:
https://github.com/jvoermans/Vibration_Logger/blob/version/no-sonar/material_Jean/BinarySdDataParser/script_perform_parsing.py
All you need is:
adapt the path to the folder containing all the data files for one individual logger: https://github.com/jvoermans/Vibration_Logger/blob/f4d038cefbf6077faeba8f1a19e3719778b73ff7/material_Jean/BinarySdDataParser/script_perform_parsing.py#L33
adapt the number of the file you want to display: https://github.com/jvoermans/Vibration_Logger/blob/f4d038cefbf6077faeba8f1a19e3719778b73ff7/material_Jean/BinarySdDataParser/script_perform_parsing.py#L46
then run the script with
python3
.Let me know if anything is unclear / if you have any problems. Of course if you are in doubt or else I will look at the files too, but I think it works well enough now that it would be good for you to test it too :) .