This app was made for NASA SPACE-APPS CHALLENGE 2022 for the problem statement Visualising the Jovian System.
JUNO Editor is Python GUI program for modifying and enhancing the satellite images from the JUNO mission for producing images with more details, color balancing etc for understanding the image better. It can accept the images as different grey-scale images for each channels or as a combined color image.
The functionalities of the application are:
- Auto-Enhancing
- Color Balancing
- Changing the Contrast
- Changing the Brightness
- Changing the Sharpness
- Clone Repository and open terminal in the repository folder
- Create a virtual environment using
python -m venv venv
- Activate the virtual environment using
source venv/bin/activate
- Install the requirements using
pip install -r requirements.txt
- Run the application using
python main.py
orpython3 main.py
- Open the application using
python main.py
orpython3 main.py
- You have option to either Upload one RGB image or three different grey-scale images for each channel. Select the reuired option and upload the image(s).
- You can see the image in the application. You can change the contrast, brightness, sharpness and color balance of the image using the sliders or use the auto-enhancer to get better results and modify that.
- You can save the image using the save button.