Pyctf: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 8: Line 8:
If on biowulf:
If on biowulf:
#Requires gcc and fftw
#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.1/gcc-9.2.0
module load fftw/3.3.8/openmpi-4.0.4/gcc-7.4.0


#Then follow the instructions in the INSTALL file
#Then follow the instructions in the INSTALL file

Revision as of 17:18, 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 fftw/3.3.8/openmpi-4.0.1/gcc-9.2.0
 #Then follow the instructions in the INSTALL file