-
Postworkshop session ideas -- generated during Joel's visit to Harris Lab:
1) load thumbnails into the project manager in the background.
2) Delete projects from the project manager in the backgroun…
-
Hi there, I'm currently working on developing computational neuroscience simulations in Rust and found your very well written repository, I was wondering if it would be possible to adapt your methods …
-
I suggest to update the fisher-z transform
from:
`corr_data = np.log((1 + corr_data) / (1 - corr_data)) / 2.0`
to
`corr_data = np.arctanh(corr_data) * np.sqrt(dof-3)`
where dof = number of time-p…
-
## Problem
There are 2 issues here:
1. `ERPLAB > Artifact detection in epoched data > Synchronize artifact info in EEG and EVENTLIST` or `pop_syncroartifacts` throws the following error every time i…
-
# Advocating open science is easy for data consumers
***By Simon Eickhoff, Forschungszentrum Jülich & Heinrich-Heine Universität Düsseldorf***
- Theme: Past, Present and Future of Open Science
- …
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Issue Description
Mental Health and Neuroscience.
### Suggested Change
Mental Health and Neuroscience.
### …
-
- Decide on areas of the project that are of interest to our team members
- Each team member should write a biography and introduction in the Wiki
-
I wanted to return to this discussion before we embark on our project to integrate many atlases. Currently the main tool for interacting with atlases is ITK-SNAP (its been cited over 9000 times). It …
-
# Motivation
Genetics has reported that their new faculty page (https://genetics.grad.uiowa.edu/people/faculty) is showing research area options in the filter that don't correspond to any active fa…
-
**Is it better to have smoothed or unsmoothed data ?**
- In the PRoNTO Manual it's written that you should used normalized & smoothed data but in other (eg. RSA manuals) the opposite for smoothing …