Hill's Space

Making an Eclipse Timelapse, Two Years Later

 |  2 min  |  264 words

Click the preview above to see the timelapse!

This is a several hour long timelapse of the 2024 eclipse, made from all the photos I took on that day. These images was taken by a phone camera looking through an 80" finderscope with a solar filter on it. A raspberry pi pico connected to the phone and acted like a bluetooth mouse to “click” the shutter button and take photos.

To make this exposure, I wrote some python to process each .raw file into a .tif (PIL doesn’t support 16-bit RGB images, it seems).

I attempted to stabilize the image by moving each image to an approximate center point. My first attempt selected the row and column with the highest brightness sum and cropped around it. That resulted in an incredibly shaky camera, and is not what you’re seeing here.

This image is also on my Favorite Astrophotos page!

Tags: