NavList:
A Community Devoted to the Preservation and Practice of Celestial Navigation and Other Methods of Traditional Wayfinding
Celestial Nav "sight reductions" with python?
From: Ken Harris
Date: 2022 Feb 24, 23:24 -0800
From: Ken Harris
Date: 2022 Feb 24, 23:24 -0800
I bought a used Davis 25 sextant a few days ago, and I'm interested to do "sight reductions" w/ python.
George Kaplan from USNO writes about using "least squares" to calculate sight reductions : https://gkaplan.us/content/nav_algorithms.html. I'd like to implement this in python. Have you seen python code that does sight reductions ? I found a scipy.linalg.lstsq(a, b) for doing least squares. I found almanac data in python : pymeeus, pyephem & skyfield.
I also found a paper from just a few months ago about using Kalman filters : https://doi.org/10.1017/S0373463321000758 ...