Skip to content

HIP-infrastructure/Bidsificator

Repository files navigation

Bidsificator

A PyQt application to manage those BIDS files using a GUI.

Develop

Use poetry (installed via pipx) to setup the virtual env and run it nicely for you.

# Pick a valid Python3 version, e.g. 3.10 or 3.11
$ poetry env use $(pyenv which python3.10)

$ poetry env use $(pyenv which python3.11)

$ poetry install

Running the UI.

$ poetry run bidsificator

Running the web server (in debug mode), use gunicorn or else in production.

$ poetry run bidsificator-api

UI

Opening the Qt designer with the form.

$ poetry run make design

And then rebuilding the Python file from it.

$ poetry run make build-ui

Package

To be continued...

Acknowledgments

This project has received funding from the Swiss State Secretariat for Education, Research and Innovation (SERI) under contract number 23.00638, as part of the Horizon Europe project “EBRAINS 2.0”.

About

Utility tool to create BIDS compliant datasets from raw data

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages