Matt Brealey's head

Juno Observer

Juno Observer

What is it?

Junocam is an instrument onboard NASA’s Juno spacecraft, which is currently orbiting Jupiter and sending back new imagery every month and a half as it reaches ‘perijove’ - it’s closest point to the planet. I’ve written my own processing pipeline for this image data (which I’ll soon be re-writing, open-sourcing, and documenting here), and Juno Observer (a React/ThreeJS web-app) is my way of displaying the results.

It allows you to browse all of the available perijove data, projected onto a 3D representation of Jupiter, giving context to the imagery in a way that wasn’t previously possible.

The live version of the app uses imagery from the original version of my processing pipeline, which has since vastly improved. I’m also currently about 75% of the way through a complete re-write of the app, which already contains a lot more features, thanks to the fact that is now uses the same base structure as AreoBrowser.

Features

The live version of Juno Observer allows you to browse all of the images from the first 15 perijoves of Junocam data.
15 Perijoves of Data
The live version of Juno Observer allows you to browse all of the images from the first 15 perijoves of Junocam data.
Images are projected at full resolution, meaning you can zoom ALL the way in to Jupiter's ludicrous storm features.
Full Resolution
Images are projected at full resolution, meaning you can zoom ALL the way in to Jupiter's ludicrous storm features.
Toggle on <i>Fixed Rotation</i> to lock Jupiter's rotation in place, making it easier to view subtle differences between exposures.
Fixed Rotation Mode
Toggle on Fixed Rotation to lock Jupiter's rotation in place, making it easier to view subtle differences between exposures.

Todo List

  • Finish the new pipeline
  • Finish the new version 🙂