osl_dynamics.utils.filenames#
Filename containers for M/EEG processing pipelines.
Classes#
Container for surface extraction file paths. |
|
Container for coregistration file paths. |
|
Container for all pipeline file paths for processing a single M/EEG session. |
Module Contents#
- class osl_dynamics.utils.filenames.SurfaceFilenames(root)[source]#
Container for surface extraction file paths.
- Parameters:
root (str) – Root directory for surface files.
- class osl_dynamics.utils.filenames.CoregFilenames(root)[source]#
Container for coregistration file paths.
- Parameters:
root (str) – Root directory for coregistration files.
- class osl_dynamics.utils.filenames.OSLFilenames(outdir, id, preproc_file, surfaces_dir, pos_file=None, elc_file=None)[source]#
Container for all pipeline file paths for processing a single M/EEG session.
- Parameters:
outdir (str) – Base output directory.
id (str) – Session identifier.
preproc_file (str) – Path to the preprocessed data file.
surfaces_dir (str) – Path to the surfaces directory.
pos_file (str, optional) – Path to a .pos file (only needed for CTF data).
elc_file (str, optional) – Path to an .elc file (alternative format for head shape points from CTF data).