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 a step forward toward automatic content recognition, we could add a name matching algorithm to capture the content of a channel. Such algorithm can be heavily inspired by the...

Enhancement

## Detailed Description The content of a BIDS physiological file contains is described in its companion `.json` file - where an important entry contains the column header. At the moment,...

Enhancement
BrainHack

Closes #324. ## Proposed Changes - Change `flake8` dependency to `flake8-black`. Calling `flake8` in the CI will use `flake8-black` automatically. - Ignore E203 (whitespace before ':'), which `flake8` flags, but...

Internal

## Detailed Description In cases where triggers are not used or are accidentally dropped, it could be useful to try predicting when scans are happening based on patterns in the...

Enhancement

Following a comment from @tsalo in #315 , it's much much better to put badges for labels instead of their names in the contribution guideline. ## Possible Implementation - Look...

Documentation
Good first issue

## Reorganization of physiopy's documentation -> Removal of files in `` phys2bids`` I have pushed a few changes on ``physiopy.github.io`` [PR#2](https://github.com/physiopy/physiopy.github.io/pull/2). Essentially, we want to have a main website for...

Documentation
Good first issue
Discussion

I was already thinking about proposing it, but then @tsalo applied it on his #219 so it's a good moment to propose it. In the line of automating all that...

Discussion
Urgent

## Detailed Description This issue stems from @smoia's comment in https://github.com/physiopy/phys2bids/pull/219#discussion_r457513658. Essentially, the BIDS-synchronized run labeling and splitting workflow in #219 requires onsets of physio runs _before_ the workflow is...

Enhancement

## Summary In the last hackathon there has been many enhacements that render part of the documentation outdated. We need to ## Next Steps - [ ] add documentation about...

Documentation
Urgent

## Expected Behavior When running pytest on CircleCI, Travis and Azure, the trigger plots should get saved. ## Actual Behavior Trigger plots don't get saved when running pytest on CircleCI,...

Bug
Testing