-
Summary of request: Modify the information in an existing ROR record
Update record:
Name of organization: Instituto Electoral del Estado de Guanajuato
ROR ID: https://ror.org/03jb68d62
Which par…
-
For some reason there are nan values appearing in the model parameters. Figure out what's going wrong in training.
-
There were several questions about
1) how to store data recorded during electrical stimulation
2) how to store iEEG data during ongoing natural behavior (no task, no instruction, not even rest, j…
-
Maybe there is something unexpected happened from February of 2024. Would you inspect it and fix that?
![image](https://github.com/user-attachments/assets/d0231267-dcf6-4d67-a13b-75dc2884db00)
-
```Python
raw = read_raw_bids(fpath, verbose=False)
```
Example output:
```
Extracting parameters from /home/adam2392/hdd3/sickkids/sub-E1/ses-extraoperative/ieeg/sub-E1_ses-extraoperative_t…
-
I feel like I am missing something. I would like to use our iEEG recordings and animate their values as a projection on the brain in their respective MNI location. I wonder if I really have to rebuild…
-
For each task run, use the synchronization data to pull relevant times from all channels and save to an EDF or BrainVision file. Also need a JSON sidecar for each; may need to rename the existing ieeg…
-
Hello,
I am trying to install RAVE in a linux system (Ubuntu 22.04) but I get the following error already at the "install prerequisites" stage:
![image](https://github.com/user-attachments/asset…
-
bids_layout = BIDSLayout(root=self.bids_dir, config=bids_config, ignore=exclude_arr)
...
files = self.bids_layout.get(subject=subject, session=visit)
for file in files:
print(file.entities)
…
-
See https://github.com/mne-tools/mne-bids/pull/695#issuecomment-786165997