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.
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
- Clone the repository to a directory of your choosing
- Navigate to the clone directory
- Execute
pip install .within the root
TBD
- 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
-eflag when installing with pip
- Additionally, it is essential to use the