You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Follow the steps below to install dependencies and run the example.
1. Install uv if not already intalled
python -m pip install uv
2. Sync Dependencies
uv sync
3. Install the Project in Editable Mode
uv pip install -e .
4. Run the Example
uv run python -m holodoppler.example
About
HoloDoppler is a streamlined image rendering pipeline for Doppler holography, designed to transform high-speed holographic data into interpretable flow images for downstream visualization and analysis.