-
Hello @ckiefer0 I tried running it on my machine and there seems to be two issues..
1. Script fails because bads_corr_ctps is an array and a list is expected. Below change in bold will fix that.
…
-
Enhancement: Would be very helpful if this function would report how many events were removed by the continuous artifact rejection procedure.
For example, provide a list with all unique event types…
-
Please find attached the output from `sysinfo.sh`.
Note that some commands gave errors when ran as root, so I have run the script both as root and non-root. I also ran it for both Wayland and Xorg,…
-
Moving from https://github.com/sinara-hw/sinara/issues/515#issuecomment-416786782
Putting out our thought process so far in detail for anyone who's interested:
Current situation in ARTIQ:
- we …
-
- Check order of artefact detection and ICA
- Clean up workflow for bad events and ICA on epoched data
- Clean up related diagnostic output
-
Hi, in my project I'm trying to perform source recontruction from resting state MEG data. I tried to follow the steps from this tutorial:
https://martinos.org/mne/stable/auto_tutorials/plot_mne_dspm_…
-
Dealing with assessment of motion artefacts locally, and thinking about how to get a more integrated solution.
`eddy` gives a matrix (in a text file) of slice-wise outliers detected. Ways this coul…
-
When downloading executable code from SourceForge brew choose to use an insecure channel (http), which is vulnerable to a man-in-the-middle attack. The transmission of executable code over HTTP is ext…
-
Sorry for the title. I'm having trouble understanding this:
```java
public class Test {
private Set lastFound;
private synchronized void abc(Object d) {
Map found = new Ha…
-
We observed a scaling of the MEG channels by a huge factor after applying ICA to raw data.
I prepared a small script (very simple only to show the problem) to demonstrate this effect for one of our me…