Q? Epochs default SSP
See original GitHub issueWhat is the motivation of having proj=True by default when creating mne.Epochs()
?
It’s been a difficult to track annoyance in multiple cases for me 😦. IMO this kind of operation should be explicitly asked by the user.
Issue Analytics
- State:
- Created 7 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
mne.Epochs — MNE 1.3.dev0 documentation - MNE-Python
If True (default), epochs overlapping with segments whose description begins with 'bad' ... Apply the signal space projection (SSP) operators to the data....
Read more >Epoch vs Batch Size vs Iterations - Towards Data Science
We need terminologies like epochs, batch size, iterations only when the data is too big which happens all the time in machine learning...
Read more >Nebular-line emission during the Epoch of Reionization
In our calculations, we assume the default cloudy stopping temperature (4000 K) that is suitable for UV/optical recombination lines. 2.2.2 ...
Read more >Miriade - ephemcc - IMCCE
https://ssp.imcce.fr/webservices/miriade/api/ephemcc.php?[parameters] ... --iso: to format the epoch as an ISO-8601 date (default).
Read more >An interpretable 3D-CNN for classification of schizophrenia ...
Phase (SSP) maps were used as 3D-CNN inputs to denoise complex-valued fMRI data. ... Intact biomarker components such as the default mode network...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@kingjr also doing
raw.del_proj()
is a one-liner that should get you where you want to be.We’ll keep this
proj=False
idea in mind when dealing with #2310. In the meantime I’ll close this.It was not so obvious that ssp projs would become obsolete for many. My approach would also be: just delete them from the info if you have them in your data. Working with neuromag data means handling SSP explicitly very often. Maybe we should document this. Of course we have a bunch of such parameters, e.g. baseline, which is rarely useful for time frequency/ resting state etc. and can give surprising results. I would baseline prefer to be None by default. But inertia … On Tue, 18 Oct 2016 at 23:22, Jean-Rémi KING notifications@github.com wrote: