lanpai / LunarReg

Lunar surface image registration for Caltech's Lunar Trailblazer mission

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lunar Surface Image Registration

Iterative feature-based matching solution for Lunar surface image registration

Installation

Build Manually

# When using conda for convenience
conda env create --file environment.yml
conda activate lunarreg

# Build the package
python -m build

# Install with pip
pip install dist/<package wheel file>

Usage

Currently no CLI tools are available. A usage example can be found in ./tests/test.py along with sample inputs.

About

Lunar surface image registration for Caltech's Lunar Trailblazer mission

License:MIT License


Languages

Language:Python 100.0%