-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Hi,
I'm trying to simulate data from in vitro neuronal cultures growing on a CMOS-based HD-MEA, specifically the 3Brain Accura chips.
I understand that this might be a bit beyond what is originally the aim of this tool, but it might be easier on some other points (e.g. in terms of drift, jitter).
I first made the following custom probe with MEAutility :
dim: 64
electrode_name: '3Brain_Accura'
description: "3Brain Accura CMOS"
pitch: 60
shape: 'square'
size: 10.5
plane: 'xy'
sortlist: null
type: 'mea'
Then I used it with the generate_templates_and_recordings notebook, I only changed the n_jobs parameter to -1 during template generation to speed things up a bit.
The output is very "patchy", and quite unusual :
plot_templates(recgen, single_axes=False, ncols=4) returns something like this :

plot_templates(recgen, single_axes=True, cmap='rainbow') returns :

plot_recordings(recgen, start_time=0, end_time=1, overlay_templates=True) :

Ideally, I'd like to reach an output like this :

Taken from this HerdingSpike example notebook.
Is this reasonably achievable ? Some additional changes would involve sampling frequency and bit depth, but from what I've seen that's doable, my main concern is wether in vivo cell models can be more or less accurately adpated to this setup.
Thanks !
