LBM-CaImAn-MATLAB Documentation#

Currently, inputs to this pipeline are limited to ScanImage .tiff files.

Note

Only the first step of this pipeline which converts the multi-ROI .tiff into a .h5 files separate volumetric time-series requires scanimage .tiff files.

Pipeline Overview#

There are 4 core steps in this pipeline:

  1. convertScanImageTiffToVolume()

  2. motionCorrectPlane()

  3. segmentPlane()

  4. collatePlanes()

Note

The core functions used to initiate this pipeline are camelCase (lowerUpperCase). Every non-core (helper/utility) function you may use, such as play_movie(), is snake_case.


For up-to-date pipeline requirements and algorithms, see the github repository readme.

Documentation Contents#