hnn-core icon indicating copy to clipboard operation
hnn-core copied to clipboard

Simulation and optimization of neural circuits for MEG/EEG source estimates

Results 270 hnn-core issues
Sort by recently updated
recently updated
newest added

I am volunteering for the gamma tutorial. The diff will look better once #529 is merged @chenghuzi I need a method to show a particular drive. Do we have that?

documentation
gui
website

This is an enhancement I've been meaning to add for awhile. Not sure if this is going to cause a lot of problems in terms of data transfer, but we'll...

I haven't tested it properly but I think this would make the installation process more robust

Now it takes about 25 mins to build our doc and most of the time is spent on the doc building step. And a large part of dock building is...

enhancement

### Background The ability to calculate LFP for simulated electrodes in the model (#150) allow for time vs. depth laminar CSD plots to be generated. Laminar CSD (electrodes arranged vertically)...

enhancement

As discussed in #517, this may involve re-referencing the z-coordinate of each constituent cell within the network such that 0 is at the very top of the cortical column. Then,...

maintenance
default-model-update

- [x] remove `drive_event_times()` from `drives.py` and update tests. Edit: note that `drives.py` will still have `_drive_cell_event_times()` which now entirely replaces the legacy `drive_event_times()` function. - [ ] set `add_drives_from_params=False`...

Closes #496 Goals: * Create new `viz.py` and corresponding `net.py` method to plot morphologies of the cells within a network: `plot_cell_morphologies` * Move common functionality of plotting cell morphologies in...

Hello, I am following the optimization tutorial. My question is about the part of the code where you load in the parameter file. So I created my parameters using hnn-core...

IO