Skip to content

OlfactoryBehaviorLab/dewan_calcium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

589 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dewan Lab Calcium Imaging Data Processing Toolbox

Collection of modules to assist with the processing and analysis of microendoscope 1P recordings collected in the Dewan Lab at Florida State University. Special thanks to Roberto Vincis for the frameworks of several functions included in the package.

Installation

Important: The current version of this package requires the installation of the Inscopix Data Processing Software (IDPS) API prior to its installation. Please see IDPS for more information about their software

Note: It is recommended to use an environment manager such as Anaconda or its popular extension Mamba when installing this package

  1. Clone the repository to a directory of your choosing
  2. Navigate to the clone directory
  3. Execute pip install . within the root

Usage

TBD

Troubleshooting and Setup

  • OASIS will need to be built from source using a new version of numpy so pandas is happy
  • If you receive an error regarding libGL reference the following link: Stack Overflow
  • Additionally, you will need to add the ISX library path to the LD_LIBRARY_PATH; see the following link for instructions to tie this to the conda library Stack Overflow
    • You can also symlink the inscopix library path to the environment lib path {miniforge_path}/envs/{env_name}/lib
  • Further, you will need to create a symlink between the libisxpublicapi.so file and the site-packages folder
  • On Windows, you will likely need to move the IDPS software from Program Files to another not protected folder to allow the build wheels to be created
    • Additionally, it is essential to use the -e flag when installing with pip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages