:orphan: .. This document is kept in RST instead of Markdown format due to its importance, accessibility, and the potential for mistaken configuration in adapting it to the MyST Markdown parser. .. _api_documentation: ================= API Documentation ================= Simulation (:py:mod:`hnn_core`): -------------------------------- .. currentmodule:: hnn_core .. autosummary:: :toctree: generated/ simulate_dipole Network Cell CellResponse pick_connection Network Models (:py:mod:`hnn_core`): ------------------------------------ .. currentmodule:: hnn_core .. autosummary:: :toctree: generated/ neymotin_2020_model law_2021_model calcium_model Optimization (:py:mod:`hnn_core.optimization`): ----------------------------------------------- .. currentmodule:: hnn_core.optimization .. autosummary:: :toctree: generated/ Optimizer Batch Simulation (:py:mod:`hnn_core.batch_simulate`): ----------------------------------------------------- .. currentmodule:: hnn_core.batch_simulate .. autosummary:: :toctree: generated/ BatchSimulate Dipole (:py:mod:`hnn_core.dipole`): ----------------------------------- .. currentmodule:: hnn_core.dipole .. autosummary:: :toctree: generated/ Dipole average_dipoles ExtracellularArray (:py:mod:`hnn_core.extracellular`): ------------------------------------------------------ .. currentmodule:: hnn_core.extracellular .. autosummary:: :toctree: generated/ ExtracellularArray Visualization (:py:mod:`hnn_core.viz`): --------------------------------------- .. currentmodule:: hnn_core.viz .. autosummary:: :toctree: generated/ plot_dipole plot_spikes_hist plot_spikes_raster plot_cells plot_cell_morphology plot_psd plot_tfr_morlet plot_cell_connectivity plot_connectivity_matrix plot_laminar_lfp plot_laminar_csd plot_drive_strength NetworkPlotter Parallel backends (:py:mod:`hnn_core.parallel_backends`): --------------------------------------------------------- .. currentmodule:: hnn_core.parallel_backends .. autosummary:: :toctree: generated/ MPIBackend JoblibBackend Input and Output (hierarchical JSON) (:py:mod:`hnn_core.hnn_io`): ----------------------------------------------------------------- .. currentmodule:: hnn_core.hnn_io .. autosummary:: :toctree: generated/ dict_to_network network_to_dict read_network_configuration write_network_configuration Input and Output (non-hierarchical JSON): ----------------------------------------- .. currentmodule:: hnn_core .. autosummary:: :toctree: generated/ read_params read_dipole read_spikes GUI (:py:mod:`hnn_core.gui`): ----------------------------- .. currentmodule:: hnn_core.gui .. autosummary:: :toctree: generated/ HNNGUI