MEG Software and Analysis: Difference between revisions

From MEG Core
Jump to navigation Jump to search
Content added Content deleted
mNo edit summary
No edit summary
(12 intermediate revisions by 3 users not shown)
Line 1: Line 1:
==== MEG Core pyctf tools ported to Python 3====
==== MEG Data Analysis ====
pyctf tools are a collection of Python scripts useful in the analysis of data sets collected from the CTF scanner.
These tools have been rewritten using modern Python 3 syntax following standard coding conventions. Most of these programs will run unmodified under MacOS, Windows, and the various versions of Linux with a Python 3.4 distribution or later installed. Python programs requiring modules not included in the standard Python library are indicated.


This section covers all aspects of MEG data analysis. The following pages assume that you have [[afni.nimh.nih.gov|AFNI]] installed and have a reasonably good idea of how to use it.
<syntaxhighlight lang="python">
parsemarks.py
usage: parsemarks.py [-h] [-l] dataset


* [[CTF Tools|The CTF Tools in a Singularity Container]]
Extract the marks from the marker file associated with dataset and print them
in a useful format.


* [[Pyctf|Accessing CTF Datasets from Python]]
positional arguments:
dataset path to CTF dataset or MarkerFile.mrk (required)


* [[Time Frequency Analysis|Time Frequency Analysis Tools]]
optional arguments:
-h, --help show this help message and exit
-l the marks are labeled in the ouput. Useful for debugging.
</syntaxhighlight>


* [[Head Localization and MRI Coregistration|Head Localization and MRI Co-Registration]]

* [[Source Localization - SAM|Source Localization - the SAM pipeline]]

* [[Fun Stuff - How to make a movie| Fun Stuff - How to make a movie ]]

* [[External MEG Analysis Toolboxes | Other Software packages]]


==== Stimulus Presentation Software ====
==== Stimulus Presentation Software ====


Line 33: Line 30:
E-Prime® 3.0 software for behavioral research. ''Build your own experiments using E-Prime’s easy-to-use graphical interface. Design, collect, and analyze data – all within a few hours!''
E-Prime® 3.0 software for behavioral research. ''Build your own experiments using E-Prime’s easy-to-use graphical interface. Design, collect, and analyze data – all within a few hours!''
* [https://pstnet.com/products/e-prime/ E-Prime 3.0 website]
* [https://pstnet.com/products/e-prime/ E-Prime 3.0 website]

===== MEG Data Analysis =====

This section covers all aspects of MEG data analysis. The following pages assume that you have [[afni.nimh.nih.gov|AFNI]] installed and have a reasonably good idea of how to use it.

* [[CTF DataEditor|Viewing raw data: the CTF Data Editor]]

* [[Dataset and Task Utilities|Preprocessing: Dataset and Task Utilities]]

* [[Time Frequency Analysis|Time Frequency Analysis Tools]]

* [[Head Localization and MRI Coregistration|Head Localization and MRI Co-Registration]]

* [[Source Localization - SAM|Source Localization - the SAM pipeline]]

* [[Fun Stuff - How to make a movie| Fun Stuff - How to make a movie ]]

* [[External MEG Analysis Toolboxes | Other Software packages]]


====Miscellaneous Documentation====
====Miscellaneous Documentation====
Line 56: Line 35:
* [[Image:adobe-ps.png]] [[Media:SensLayout-275.ps|SensLayout-275]] — a color picture showing the sensor names and relative locations (ps).
* [[Image:adobe-ps.png]] [[Media:SensLayout-275.ps|SensLayout-275]] — a color picture showing the sensor names and relative locations (ps).
* [[Image:pdf.png]] [[Media:SensLayout-275.pdf|SensLayout-275]] - a color picture showing the sensor names and relative locations (pdf).
* [[Image:pdf.png]] [[Media:SensLayout-275.pdf|SensLayout-275]] - a color picture showing the sensor names and relative locations (pdf).
* [[Image:pdf.png]] [[Media:FileFormats.pdf|File Formats]] - CTF MEG data file format

Revision as of 16:10, 23 September 2020

MEG Data Analysis

This section covers all aspects of MEG data analysis. The following pages assume that you have AFNI installed and have a reasonably good idea of how to use it.

Stimulus Presentation Software

PsychoPy: Psychology software in Python PsychoPy is an open-source application that allows you to run a wide range of neuroscience, psychology and psychophysics experiments. It’s a free, powerful alternative to Presentation™ or to e-Prime™, written in Python (a free alternative to Matlab™ ).

Presentation: NeuroBehavioral Systems (NBS), Inc. Presentation® is a stimulus delivery and experiment control program for neuroscience written for Microsoft Windows.

E-prime 3: Psychology Software Tools E-Prime® 3.0 software for behavioral research. Build your own experiments using E-Prime’s easy-to-use graphical interface. Design, collect, and analyze data – all within a few hours!

Miscellaneous Documentation

  • SensLayout-275 — a color picture showing the sensor names and relative locations (ps).
  • SensLayout-275 - a color picture showing the sensor names and relative locations (pdf).
  • File Formats - CTF MEG data file format