We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e26d3ab commit 60fe20cCopy full SHA for 60fe20c
mne_bids_pipeline/steps/preprocessing/_08a_apply_ica.py
@@ -92,17 +92,6 @@ def get_input_fnames_apply_ica_raw(
92
run: str,
93
task: str | None,
94
) -> InFilesT:
95
- # this loads the raw file for filtered data; undesired if we did eyelink_sync or any other step inbetween
96
- # in_files = _get_run_rest_noise_path(
97
- # cfg=cfg,
98
- # subject=subject,
99
- # session=session,
100
- # run=run,
101
- # task=task,
102
- # kind="filt",
103
- # mf_reference_run=cfg.mf_reference_run,
104
- # )
105
- # do this instead
106
bids_basename = BIDSPath(
107
subject=subject,
108
session=session,
0 commit comments