Skip to content

Brazilian-Institute-of-Robotics/ut-8channels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UT 8 CHANNELS

ut-holder

First, install the requirements (preferably in a virtual environment):

python3 -m venv virtual-env

Then,

source virtual-env/bin/activate

Finally:

pip install -r requirements.txt

To read the data and export to csv, type:

python3 ut_8channels.py <filename>

Just replace <filename> with the name of the file you want to export (don't forget to add the .utd suffix).

The output is a xlsx file with 8 sheets (each for a sensor). In each sheet, each column represents the data of a single A-scan.

About

Code to read and export the 8-channel ultrasonic data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published