Skip to content

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

License

Notifications You must be signed in to change notification settings

nih-megcore/pyctf-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 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