navis 1.4.0
  • Install
  • Quickstart
  • Tutorials
  • API
  • Changelog
  • Github
  • Ecosystem
  • Site
    • Page
        • navis.interfaces.neuron.network.PointNetwork.get_spike_counts
          • PointNetwork.get_spike_counts()

    navis.interfaces.neuron.network.PointNetwork.get_spike_counts¶

    PointNetwork.get_spike_counts(bin_size=50, subset=None, rolling_window=None)[source]¶

    Get matrix of spike counts.

    Parameters:
    • bin_size (int | None) – Size [ms] of the bins over which to count spikes. If None, will simply return total counts.

    • rolling_window (int, optional) – Average spike counts in a rolling window.

    Return type:

    pd.DataFrame

    Back to top

    Source

    © Copyright 2018, Philipp Schlegel.
    Created using Sphinx 5.3.0.