phys2bids icon indicating copy to clipboard operation
phys2bids copied to clipboard

Python3 library to format physiological files in BIDS. At the moment, it supports Acqknowledge and Labchart. BrainHack participants, check the issues with the BrainHack labels!

Results 63 phys2bids issues
Sort by recently updated
recently updated
newest added

As discussed in our last meeting, it would be very interesting to have some kind of report that contains all the outputs phys2bids currently provides. This feature would unify our...

Enhancement
BrainHack

## Detailed Description Eyetracking is not supported in BIDS 1.2.2 yet, but it's a [proposed extension](https://docs.google.com/document/d/1eggzTCzSHG3AEKhtnEDbcdk-2avXN6I94X8aUPEBVsw/edit#heading=h.9tphvz6ot0j1) that [seems to be nearly completion](https://bids.neuroimaging.io/get_involved.html#extending-the-bids-specification). It might or might not be considered physiological...

Enhancement
BrainHack

## Detailed Description At the moment, the only thing used during heuristics to get the new filename is the name of the input of phys2bids. It's a very simple, basic...

Enhancement
Help wanted
BrainHack

## Detailed Description Our documentation lacks API and workflow documentation, i.e. the parts that document how `phys2bids` works. Adding it would make the life of new collaborators easier - helping...

Documentation

## Expected Behavior Reading txt file: phys2bids -in Test_belt_pulse_samefreq.txt -info -chtrig 2 File extension is .txt Reading the file phys2bids detected that your file is in AcqKnowledge format Interval is...

Enhancement
Help wanted

Up until now (and presumably for the near future), `phys2bids` has been the primary focus of our attention, work, and development; however, when we began working on it we knew...

Discussion
Refactoring
Community

## Summary the ``check_multifreq`` function inside ``interfaces.txt`` has a for loop with a while loop inside that at the same time has another for loop inside. It would be better...

Refactoring

## Detailed Description #41 was closed trough a couple of PRs, but we don't support txt files without header *yet*. We decided that it's not important before our main release,...

Enhancement
Paused

So far, the code was set to adapt to whatever input was provided and process it to an output on a case to case base. This is **not** a good...

Discussion

updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.5.0...v4.6.0) - [github.com/psf/black: 23.11.0 → 24.4.2](https://github.com/psf/black/compare/23.11.0...24.4.2) - [github.com/pycqa/isort: 5.13.0 → 5.13.2](https://github.com/pycqa/isort/compare/5.13.0...5.13.2) - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](https://github.com/pycqa/flake8/compare/6.1.0...7.0.0)

Urgent
Internal