Python interfaces for neuroimaging experiments (and how to import them)
- Interface to National Instruments cards (with digital and analogue I/O) for
- scanner pulse and button presses (with simulation mode)
from pyniexp.scanner import BrainVisionTrigger, ScannerSynch
- stimulation devices
from pyniexp.stimulator import Waveform, TES, TI, StimulatorApp
- scanner pulse and button presses (with simulation mode)
- UDP transfer
from pyniexp.network import Tcp, Udp
- Interface to acquire 3D volumes from MATLAB engine
from pyniexp.mlplugin import dataProcess, imageProcess
pip install PyNIExp