James Webb Image Editing Process

1. Downloading Images from MAST

To start, download images from the JWST or any other instrument using the MAST portal.

Steps:

Organize your downloaded files in a dedicated folder for easy access during the editing process.

For a detailed video tutorial on how to download images from MAST, please watch the video below:

2. Siril - Stretching and Star Alignment

If you have PixInsight, skip to step 3 as it will be used instead of Siril.

Download Siril from here.

Steps:

If the alignment fails, try changing the reference image to another larger image and check that all images are of the same size.

For a detailed video tutorial on using Siril for stretching and star alignment, please watch the video below:

3. PixInsight - Paid Alternative to Siril

Download PixInsight from here.

Steps:

Save your intermediate steps so you can easily revert if needed.

For a detailed video tutorial on using PixInsight, please watch the video below:

4. GIMP - Stacking Images, Color Mapping, Noise Reduction, Sharpening Features

Download GIMP from here.

Steps:

Be cautious with color adjustments and sharpening to maintain the scientific integrity of the image.

For a detailed video tutorial on using GIMP, please watch the video below:

5. Hot Pixel and Cosmic Ray Removal

Many unprocessed Hubble images contain unwanted artifacts, such as hot pixels and cosmic rays. These artifacts can interfere with scientific analysis and image clarity. Below is a comparison of an unprocessed image and a cleaned image of the iconic Pillars of Creation:

Uncleaned Pillars of Creation
Uncleaned: Contains noticeable artifacts like hot pixels and cosmic rays.
Cleaned Pillars of Creation
Cleaned: Artifacts removed for a clearer and more detailed image.

This step involves using a Python script to clean your astronomical images of these artifacts, enhancing the overall data quality for further processing or visualization.

You can access the Python script here. Below are the features and adjustable parameters in the script:

Additional fine-tuning steps include:

Simply specify the path to the image in your PC, and specify a name for the output file and run the code. Slight adjustments may need to be made to the parameters outlined above.

Helpful Tutorials and Links