Pyctf: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 4: Line 4:


See the INSTALL file for installation instructions.
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

Revision as of 16:48, 21 September 2020

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