Skip to main content

mne_list_proj

Overview

mne_list_proj lists SSP (Signal Space Projection) projectors from a FIFF measurement file. It reads the measurement info and prints a table showing each projector's index, kind, number of vectors, active status, and description.

This is a C++ port of the original MNE-C tool by Matti Hämäläinen.

Usage

mne_list_proj [options]

Options

OptionDescription
--meas <name>Measurement FIFF file
--helpPrint help
--versionPrint version

Example

mne_list_proj --meas sam-raw.fif

Example output:

Found 3 SSP projector(s):

Index Kind NVec Active Description
------ -------------------- -------- -------- --------------------
1 Field 1 Yes PCA-v1
2 Field 1 Yes PCA-v2
3 Field 1 Yes PCA-v3

See Also