NPF exposure time calculator for astrophotography.
- NPF rule calculation to avoid star trailing.
- Dynamic 3D visualization of the NPF surface.
- Celestial objects database (Messier, Constellations, etc.).
- Filtering by latitude and season.
- Equipment management (Sensors and Lenses).
Download and run the .exe installer file (recommended).
Extract the .tar.gz archive and run the executable.
Prerequisites:
- NSIS (Recommended): To generate the
.exeinstaller.
To generate the installer, run the following PowerShell script:
Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope Process; .\build_dist.ps1or simply:
powershell -ExecutionPolicy Bypass -File .\build_dist.ps1This project is licensed under the MIT License. See the LICENSE file for more details.
This project uses the following libraries:
- egui: Immediate-mode graphical user interface library.
- plotters: Rust plotting library.
- fluent: Localization system for natural-sounding translations.
- serde: Serialization/deserialization framework.
Celestial object data (Messier, Constellations, Nebulae) are based on public astronomical catalogs.
- Messier Catalog
- New General Catalogue (NGC)
- Index Catalogue (IC)