This repository provides a set of tools to generate orthogonal maximum intensity projections, movies from 4D zarr imaging datasets, and perform 3D optical flow analysis using a dedicated submodule.
After cloning the repository, download the contents of the submodule:
git submodule update --init --recursiveconda env create -f environment.yml
conda activate dictyvizThe 3D optical flow analysis relies on a separate environment with additional dependencies located inside the submodule. To install it, first ensure you have the submodule content downloaded (see step 1).
conda env create -f optical3dflow_environment.yml
conda activate optical3dflowTo run scripts, navigate to the right directory and run the correct bash script. Note: to run anything that requires opticalflow (2d or 3d), the optical3dflow environment must be activated. For everything else, the dictyviz environment should be activated.