This is a process for getting new crinacle measurements and updating pre-computed results
- Download new files or the full folder from crinacle's Google Drive and save to
crinacle/raw_data
. - Run crinacle pipeline:
python crinacle/pipeline.py
- Run averaging script:
python average --input_dir="crinacle/data/inear" --output_dir="crinacle/data/inear"
- Run results update:
python results/update.py --new_only --crinacle
- Update recommendations:
python results/recommendations.py
- Update full index:
python results/index.py
- Add files to git:
git add results/crinacle results/README.md results/INDEX.md
- Commit:
git commit -m "New crinacle pre-computed results."
- Push:
git push