https://github.com/nozzlegear/luduslabs-reflexology
A fork of https://gitlab.com/luduslabs/reflexology
https://github.com/nozzlegear/luduslabs-reflexology
Last synced: 12 days ago
JSON representation
A fork of https://gitlab.com/luduslabs/reflexology
- Host: GitHub
- URL: https://github.com/nozzlegear/luduslabs-reflexology
- Owner: nozzlegear
- License: gpl-2.0
- Created: 2021-12-07T14:38:33.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T14:54:48.000Z (over 2 years ago)
- Last Synced: 2025-01-16T13:16:50.537Z (9 months ago)
- Language: Python
- Size: 739 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# REFlexology
This repo contains the code for reading and analysing REFlex data.You need to first build the Docker image.
`docker build --tag reflexology .`
After building, you can run the container locally
`docker run -v local_data_dir:/data -p 8183:8183 reflexology:latest`
`local_data_dir` refers to the directory on the host machine where the data
will be saved.