Threshold Variables

Both calcium and voltage imaging pipelines have common threshold variables derived from SciPy’s find_peaks. For more details, refer to the SciPy documentation.

Variable Types:


Determining Prominence

To determine a suitable min_prominence value, test the program with a clear spike trace from a small dataset:

  1. Select a CZI file with a clear spike trace (can be identified in ImageJ/Fiji by plotting the Z-axis).
  2. Locate the corresponding TIFF file.
  3. Place only one or a few TIFF files in a separate folder (the program processes all TIFFs in the given folder).
  4. Adjust threshold parameters in the pipeline (see the threshold parameter editing section).
  5. Run the CaImAn GUI program.
  6. Check the generated CSV files for spike data:

CSV Output Files:

Imaging Type Individual File Combined File
Calcium peak_points.csv combined_peak_points.csv
Voltage spike_data.csv combined_peak_points.csv

Spike Determination Insight