Skip to content

Analyzing TIFF files with time frames < 500 #323

@ViciousPlants

Description

@ViciousPlants

After installing mesmerize-core and mesmerize-vis I was able to run "mcorr_cnmf.ipynb" with the "Sue_2x_3000_40_-46.tif" example. However, when loading my own TIFF files, running caiman gives error at the step of "Computing correlation image". After playing around with the number of frames (t) in the "Sue_2x_3000_40_-46.tif" example, I discovered that the same type of error is encountered whenever there is frame < 500. (Note, changing "num_frames_split" in the mcorr_params1 based on what I can find online does not help with this issue)

Below is the error from caiman.run()
Mes_err_2
ring caiman.run()

Below is the traceback error for "Sue_2x_3000_40_-46.tif" with 499 frames:
Mes_err

This is my first time trying to analyze calcium imaging data and although the user guides and API have much technical information, I am unsure how to link them to biological data/interpretation. Is there any reason why the input images/movies must be >= 500 frames?

  • OS: WIndows 10
  • mesmerize-core version: 0.4.0. install via pip with python 3.10
  • caiman version: 1.11.3
  • RAM: 128 GB
  • CPU: Intel i9-10940X
  • GPU: NVIDIA RTX A4000

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions