Logo
stable
  • Installing
  • Getting Started
  • Version History
  • Publications using Eelbrain
  • Development
  • Reference
    • Data Classes
    • File I/O
    • Sorting and Reordering
    • NDVar Initializers
    • NDVar Operations
    • Temporal Response Functions
    • Tables
    • Statistics
    • Mass-Univariate Statistics
    • Plotting
    • Plotting Brains
    • GUIs
    • Reports
    • Experiment Pipeline
    • Datasets
    • Configuration
  • Examples
  • Recipes
  • The MneExperiment Pipeline
Eelbrain
  • Reference
  • eelbrain.pipeline.MneExperiment
  • eelbrain.pipeline.MneExperiment.make_link
  • Edit on GitHub

eelbrain.pipeline.MneExperiment.make_link

MneExperiment.make_link(temp, field, src, dst, redo=False)

Make a hard link

Make a hard link at the file with the dst value on field, linking to the file with the src value of field.

Parameters
  • temp (str) – Template of the file for which to make a link.

  • field (str) – Field in which the source and target of the link are distinguished.

  • src (str) – Value for field on the source file.

  • dst (str) – Value for field on the destination filename.

  • redo (bool) – If the target file already exists, overwrite it.

Previous Next

© Copyright 2023, Christian Brodbeck. Revision 5b2260e0.

Built with Sphinx using a theme provided by Read the Docs.
Read the Docs v: stable
Versions
latest
stable
r-0.37
r-0.34
r-0.33
r-0.32
r-0.31
r-0.30
r-0.29
r-0.28
r-0.27
r-0.26
doc-typehints
doc-test
doc-rtd-test
doc-napolean
dev
Downloads
On Read the Docs
Project Home
Builds