Ultrasonic image reconstruction algorithm implementation and empirical testing.
The folders containing the data are stored in /pure2/data.zip. Extract this folder and place the folders to the repository's parent directory. For example, if the repo is located in .../GitHub/pure2/, move the folders to /GitHub/.
The file conf.txt must be created for each scan folder to setup the configuration for plotting the data.
Use 1d_bscan.py to create a B-scan on the acquired data. Change the string contained in DATA_FOLDER to the folder name of the scan you are working with.
Use pip install (libraryname) in an Anaconda prompt to install pyvisa, pyvisa-py, pyserial. You may also need to install pyusb, and if using Linux, you may need to edit USB permissions.