realtimefmri icon indicating copy to clipboard operation
realtimefmri copied to clipboard

Real-time collection, preprocessing, and analysis of fMRI data in Python

Results 5 realtimefmri issues
Sort by recently updated
recently updated
newest added

Until the detect dicom process gets refactored, the framework can only handle sequences that dump magnitude alone.

It would be great to be able to adjust preprocessing parameters in real-time. #20 takes a big step towards this by registering the pipeline to the redis database, from which...

Currently, the software has no concept of runs. Certain preprocessing steps carry states with them, e.g., a running mean that needs to reset at the end of each run. **Proposed...