Navigation Menu

Skip to content

nih-megcore/pyctf-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyctf

Open a CTF MEG dataset:

from pyctf import dsopen

ds = dsopen("dataset.ds")

Return a numpy array of MEG data from trial 0:

data = ds.getPriArray(0)

About

This module provides basic access to CTF MEG datasets without any analysis functionality. The only dependency is numpy.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages