realtimefmri
realtimefmri copied to clipboard
Real-time collection, preprocessing, and analysis of fMRI data in Python
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...