PyNIExp

Python interface for NeuroImaging Experiments


Keywords
neuroimaging, neurostimulation
License
Other
Install
pip install PyNIExp==0.28.post3

Documentation

PyNIExp

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
  • UDP transfer
    from pyniexp.network import Tcp, Udp
  • Interface to acquire 3D volumes from MATLAB engine
    from pyniexp.mlplugin import dataProcess, imageProcess

Install

pip install git+https://github.com/tiborauer/pyniexp.git