Skip to content

Python tool for generating quality check reports from MEG recordings

Notifications You must be signed in to change notification settings

OHBA-analysis/ohba_meg_qc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

OHBA MEG Quality Check

MNE-Python based tool for generating quality check reports from MEG recordings.

Install

This tool can be run as a stand alone script without direct installation but the dependancies in the requirements.txt file must be installed in the present environment. These can be installed using pip

pip install -r requirements.txt

Usage

The script runs from the command line with two positional arguments

positional arguments:
  files       plain text file containing full paths to files to be processed
  outdir      Path to output directory to save data in

optional arguments:
  -h, --help  show this help message and exit

for example:

python ohba_meg_qc.py my_list_of_meg_files.txt /full/path/to/my/output_directory

About

Python tool for generating quality check reports from MEG recordings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages