Pyctf

From MEG Core
Revision as of 16:48, 21 September 2020 by Jstout (talk | contribs)
Jump to navigation Jump to search

Pyctf is a Python module that allows access to CTF-format MEG datasets.

The latest version is available here: pyctf.tgz

See the INSTALL file for installation instructions.


If on biowulf:

 #Requires gcc and fftw
 module load module load gcc/7.4.0 openmpi/4.0.4/gcc-7.4.0
 module load fftw/3.3.8/openmpi-4.0.4/gcc-7.4.0
 #Then follow the instructions in the INSTALL file