Astrophotography Tools
- 4 Devlogs
- 6 Total hours
A set of tools used to aid in capturing photographs of space
A set of tools used to aid in capturing photographs of space
Worked on getting the project deployed to Vercel (A lot of headaches with relative and absolute paths)
Add redlight mode to prevent eyes from getting burned while adjusting to the dark
I spent way too much time debugging how to use the data from lightpollution.it to find the light pollution index at a coordinate. Turns out they were using an off-centered projection that I used ChatGPT to decode (x = (lon + 126.44) / 0.03382; y = (-20.28 * lat) + 1862.4;)
Created the equivalent exposures tool to calculate values for each part of the exposure triangle based on other values.