Skip to content
logo
In Silico Framework
SpikeTimesAnalysis.get_by_trial
Initializing search
    in_silico_framework
    • API reference
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    in_silico_framework
    • API reference
      • Interface
      • biophysics_fitting
      • data_base
      • simrun
      • single_cell_parser
      • singlecell_input_mapper
      • spike_analysis
        • core
          • ReaderSmr
          • ReaderLabView
          • SpikeDetectionCreastTrough
          • STAPlugin_TEMPLATE
          • STAPlugin_ISIn
          • STAPlugin_bursts
          • STAPlugin_annotate_bursts_in_st
          • STAPlugin_ongoing
          • STAPlugin_quantification_in_period
          • STAPlugin_extract_column_in_filtered_dataframe
          • STAPlugin_spike_times_dataframe
          • STAPlugin_response_probability_in_period
          • STAPlugin_response_latency_in_period
          • SpikeTimesAnalysis
            • apply_extractor
            • get
            • get_by_trial
              • Mspike_analysis.core.SpikeTimesAnalysis.get_by_trial
                • Parameters
          • read_smr_file
          • read_labview_junk1_dat_files
          • highpass_filter
          • load_reader
          • get_peaks_above
          • get_upcross
          • filter_spike_times
          • filter_short_ISIs
          • stimulus_interval_filter
          • get_st_from_spike_times_and_stim_times
          • strip_st
          • get_spike_times_from_row
          • get_period_label_by_time
          • _sta_input_checker
      • visualize
    • Tutorials
    • Installation
    • File & data formats
    • Bibliography
    • Mspike_analysis.core.SpikeTimesAnalysis.get_by_trial
      • Parameters

    spike_analysis ❭ core ❭ SpikeTimesAnalysis ❭ get_by_trial

    SpikeTimesAnalysis.get_by_trial¶

    spike_analysis.core.SpikeTimesAnalysis.get_by_trial(key)¶

    Get spike information by trial.

    Assumes the key refers to an STAPlugin that contains the attribute _by_trial.

    Parameters:¶

    key (str) – The name of the event analysis routine, referring to an STAPlugin.

    Example

    STAPlugin_response_probability_in_period and STAPlugin_response_latency_in_period have this attribute.

    Previous SpikeTimesAnalysis.get
    Next read_smr_file
    © Copyright 2025 Max Planck Institute for Neurobiology of Behavior - CAESAR.
    Created using Sphinx 7.1.2. and Sphinx-Immaterial