Clone the Repository:
git clone https://github.com/maragall/flatfield_tool.git
cd flatfield_toolCreate & Activate Conda Environment:
conda create -n flatfield python=3.10 -y
conda activate flatfieldInstall Dependencies with uv:
You can install it using pip:
pip install uvThen, install the project dependencies:
uv pip install -r pyproject.tomlpip install basicpypython -m flatfield.gui.flatfield_guiflatfield compute /path/to/acq
flatfield apply /path/to/flatfields_* /path/to/acq1 …python3 create_desktop_shortcut.py