Skip to content
logo
In Silico Framework
spike_detection
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
        • IO
        • analyze
          • spatiotemporal_binning
          • spike_detection
            • spike_in_interval
            • _helper
            • spike_detection
              • Fdata_baseanalyzespike_detectionspike_detection
                • Parameters
                  • pddf
                  • pscheduler
                  • pthreshold
                • Returns
                • Return type
          • temporal_binning
          • voltage_binning
          • split_synapse_activation
        • db_initializers
        • data_base_register
        • dbopen
        • distributed_lock
        • exceptions
        • isf_data_base
        • utils
        • is_data_base
        • is_sub_data_base
        • get_db_by_unique_id
      • simrun
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Fdata_baseanalyzespike_detectionspike_detection
      • Parameters
        • pddf
        • pscheduler
        • pthreshold
      • Returns
      • Return type

    spike_detection¶

    data_base.analyze.spike_detection.spike_detection(ddf, scheduler=None, threshold=0)¶

    Detect spikes in a dask Voltage trace dataframe.

    Parameters:¶
    ddf : DataFrame¶

    A dask dataframe containing the voltage traces

    scheduler : str¶

    The scheduler to use for computation

    threshold : float¶

    The threshold for spike detection

    Returns:¶

    A pandas dataframe containing the spikes

    Return type:¶

    DataFrame

    Documentation unclear, incomplete, broken or wrong? Let us know

    Previous _helper
    Next temporal_binning
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.2.6. and Sphinx-Immaterial