This project presents a test environment for the parser developed by Biobank Accelerometer Analysis. The test environment consists of a Dockerified ubuntu OS with a JDK installed. The source code of Biobank Accelerometer Analysis is mounted under the directory workdir. To have the test environment please follow the commands below.
git clone https://github.com/halilagin/axivity-test.git
docker-compose up -d
docker exec -it radarad-axivity-isolated-test bash
cd biobankAccelerometerAnalysis
sh utilities/downloadDataModels.sh
javac -cp java/JTransforms-3.1-with-dependencies.jar java/*.java
python3 accProcess.py data/sample.cwa.gz
For windows environment, run the content of the dcup.sh and dcterminal.sh, which are actually docker commands.