Skip to content

Unexpected behavior on HD-MEA simulation ? #172

@b-grimaud

Description

@b-grimaud

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 :
Figure 1

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

Zoomed in :
Figure 2

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

Ideally, I'd like to reach an output like this :
téléchargement

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 !

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions