dvm-shlee / bmloader

Blackrock Microsystem Data Loader for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blackrock Microsystem Data Loader for Python

Version: 0.0.1

The BlackRock Microsofts NSX and NEV loader for Python

Requirements

  • tested at Python 3.7.6 only

Installation

pip install bmloader

Command line tool

  • Help function
brkraw -h
  • Print out summary of the scan
brkraw summary <session path>
  • Convert a whole session
brkraw tonii <session path>
  • Convert only one scan in the session
brkraw tonii <session path> -s <scan id> -r <reco id>
  • If is not provided, then default is 1

  • To convert all raw data under the folder. This command will scan all folder under the parent folder and the derived file will be structured as BIDS

brkraw tonii_all <parent folder>

About

Blackrock Microsystem Data Loader for Python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%