/pyniexp

Python interfaces for neuroimaging experiments

Primary LanguagePythonMIT LicenseMIT

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 PyNIExp