-
Notifications
You must be signed in to change notification settings - Fork 2
API reference
DKim edited this page Sep 6, 2024
·
1 revision
- This module provides functionality for working with CatGT, a tool for processing electrophysiology data.
- Runs CatGT to process data.
- This module provides functions to read and plot SpikeGLX data.
- Reads analog data from a SpikeGLX file.
- Reads digital data from a SpikeGLX file.
- Plots analog data from a SpikeGLX file.
- Reads metadata from a SpikeGLX file.
- Plots the channel map from a SpikeGLX file.
- This module provides functions to run and manage Kilosort.
- Runs Kilosort4 to process data.
- Class to manage Kilosort data and operations.
- load_meta()
- load_kilosort()
- load_waveforms()
- load_sync()
- save()
- plot()
- This module provides functions to manage BMI data.
- Class to manage BMI data and operations.
- load_prb()
- plot_prb()
- load_mua()
- save_mua()
- plot_mua()
- load_spk()
- load_spk_wav()
- load_fet()
- load_model()
- load_nidq()
- save_meta()
- save_catgt()
- save_nidq()
- This module provides functions to manage and analyze spike data.
- Class to manage spike data and operations.
- plot(event=None)
- get_raster()
- get_spike_bin()
- smooth()
- get_psth()
- plot_raster_psth()
- get_latency()
- This module provides utility functions.
- Prints text with a timestamp.
- Finds files or directories.
- Asks for user confirmation.
- Reorders a list of files.
- Safely saves data to a .mat file.
- Synchronizes two time arrays.
- This module provides functions to read and save TDMS data.
- Reads TDMS data.
- Saves TDMS data.