NebulaStudio is a project designed to observe and exploit the results of differential images. This repository contains the source code and documentation for the NebulaStudio application.
- Feature 1: Import several images to be visualized side by side with synchronized zooming and panning
- Feature 2: Have synchronized reticulas over all the images to point out the same position on all images
- Feature 3: Possibility to fix the reticulas
To get started with NebulaStudio, follow these steps:
-
Recommended: Create a virtual environment and activate it:
python3 -m venv .venv source .venv/bin/activate
-
Install Nebula Studio with
pip
directly from git repository:python3 -m pip install git+https://github.com/Ledger-Donjon/nebulastudio.git
or from
pypi
:python3 -m pip install donjon-nebulastudio
Run the application with the following command:
nebulastudio
We welcome contributions! Please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-name
- Commit your changes:
git commit -m "Add feature-name"
- Push to your branch:
git push origin feature-name
- Open a pull request.
This project is licensed under the LGPL-3.0 License. See the LICENSE file for details.