-
- 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 …
-
### Title
Using Explainable Artificial Intelligence (XAI) to create a real-time closed-loop stimulation
### Leaders
Syed Hussain Ather (Twitter: @SHussainAther)
### Collaborators
_No r…
-
"msas": "Cell Biology", "Neuroscience"
"msid": "85921"
"version": "1"
"preprintDoi": "10.21203/rs.3.rs-2200020/v3"
"articleType": "Reviewed Preprint"
"status": "Published from the original preprint af…
-
### What happened?
I upgraded matlab and downloaded the latest mantnwb (2.7.0). I added the path ($HOME/matnwb). When I type
w=nwbRead('myfyle.nwb) I get this error. I have tried using gerneateExte…
-
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…
-
Just a basic question about loading data into the tool. Rather than using .dat files, I'd prefer to use my preprocessed .mat files which are organized by subject X channel X spectral power bin. So …
-
Since many neuroscience data are being converted into [NWB format](https://nwb-overview.readthedocs.io/en/latest/index.html), either directly or via extension (e.g. [suite2p](https://github.com/MouseL…
-
Quite often projects do not adopt BIDS due to complexity or not perfect fit, and then establish new a file layout and/or metadata convention/standard while saying they are "BIDS-like". **The likeness…
-
Action: The current naming convention for mechanisms is to use the name of it in the ORIGINAL model that it is inherited from. E.g., if we have (Sherfey, 1996)'s "iNa" current implemented, it will be …