A NASA Space International Apps Challenge Project (2022)
A. Youker & R. Youker
The SD Jovian Raw Image Processor (SDJRIP) ImageJ macro was created in response to the NASA Space International Apps Challenge 2022 competition. The “Visualizing Jovian System Like Never Before” problem tasked competitors with creating an open-source image editing program that uses innovative methods to process raw JunoCam raw images for scientific, artistic, or other fun purposes. The authors chose to tackle the problem by using the freeware program ImageJ and specifically the “batteries included” version of ImageJ called FIJI (Its just ImageJ).
A macro was created that runs in FIJI and allows the user to process raw JunoCam images. The Macro performs the following operations on the JunoCam images: 1) converts image to 16-bit greyscale, 2) duplicates image, 3) duplicate image is blurred using Gaussian filter, 4) the blurred image is subtracted from original, 5) a fire lookup table (LUT) is applied, 6) the brightness and contrast is adjusted, and 7) the view is magnified 2xfold to see detail. The final image is an artistic rendering of the original and enhances details of the swirling clouds of Jupiter, due to loss pass effect of Gaussian filter, with loss of some information and blurring of the image. The loss of information and slight blurring is okay given the purpose of the macro is to create “pretty artistic” pictures. The macro can be used on the raw framelets, RGB image, or individual RGB channels.
Link to Github files for SDJRIP macro software and manual
https://github.com/ryouker/SDJRIP-Macro/tree/main
A video describing out imageJ macro and showing how it works to process JunoCam images.
https://drive.google.com/uc?id=10jDfjoHLLoFsypjOFyaKhKVRsx5gA0Gu&export=download
Powerpoint slides of JunoCam images processed with our ImageJ macro
Contact ryouker@gmail.com to get more information on the project