Cardiac diseases account for more deaths worldwide than any other cause. The zebrafish is a commonly used and powerful model organism for investigating cardiac conditions with a strong connection to human disease. This is important for furthering biomedical sciences such as developing new disease models or drugs to combat those diseases.
Prospective optical gating technologies allow phase-locked, 3D, time-lapse microscopy of the living, beating zebrafish heart without the use of pharmaceuticals or electrical/optical pacing [1]. Further, prospective optical gating reduces the data deluge and processing time compared to other gating-based techniques.
This repository contains the algorithms that allow long-term phase-lock to be maintain over hours and days by aligning new reference periods to historical periods.
Normally this would be installed as part of installing open-optical-gating. However, if you need to install this on its own, read on...
For standard installation as a python module, run:
python3 -m pip install git+https://github.com/Glasgow-ICG/optical-gating-alignment.git@master#egg=optical-gating-alignment
If you want to install an editable copy of the source code, run:
python3 -m pip install --src "." -e git+https://github.com/Glasgow-ICG/optical-gating-alignment.git@master#egg=optical-gating-alignment