User Guide#
Welcome to the user guide for Derotation. This guide walks you through the key concepts, configuration, and limitations of the derotation pipeline.
🧠 Key concepts
Understand how derotation works, from analog signals to line-based transforms and the current limitations.
📁 Configuration
Explore how to structure config files and set paths for derotation.
Installation#
Install the latest stable release in a conda environment:
conda create -n derotation-env python=3.12
conda activate derotation-env
pip install derotation
For more details, head over to the topics above!