I have a large 2000 frame series of night sky images taken from a gopro hero3. Which is in itself silly because GoPros have bad low light performance. I've done some light math on the images, and identified star position "arcs" over the 2 hour period.
Is there a way, using the star movement, to solve for the distortion of the lens AND the star rotation? Perhaps using OpenCV, or barrel distortion correction formulas?
I feel like there should be a generic way to solve the pixel offset equation, regardless of the interaction between the lens distortion and star rotation. Any ideas? I believe I have all the info needed, about 30k data points across 250 stars of: (star_id, time, x, y) with good coverage, see the fast graph image below.