/ivcitb2022

Primary LanguageJupyter Notebook

Hands-on Tutorials on JWST Data Analysis for the International Virtual Course on Astronomy ITB 2022

This repository contains materials for a tutorial on an analysis of the JWST NIRCam imaging data. The tutorial will be given as part of the IVC Astronomy ITB 2022 on August 16, 2022. In this tutorial, we will learn basic anlysis of JWST data, both simulated data and the real one.

What we will learn

In this tutorial, we will learn the following skills

  • Point Spread Function (PSF) matching of imaging data across multiple bands
  • Creating color RGB images
  • Detection and source extraction of astronomical objects in an image
  • Aperture photometry and extracting spectral energy distributions (SEDs) of the galaxies in the field
  • Photometric redshift measurement
  • Performing SED fitting for measuring stellar population properties of galaxies
  • Optional: Dissecting spatially resolved properties of galaxies with piXedfit

Data Resources

You can download the data from the above links or alternatively, you can follow the instructions below and download the required data from the google drive links that are listed there.

Preparations

Software Dependencies and Installation

The codes in this tutorial are all written in Python and can be conveniently run on the jupyter notebook platform. Preferably run on a Linux operating system. Before running the codes, you need to install the following softwares or dependencies

Download the Required Data

Please follow the instructions below

  • Clone this GitHub repository to your local computer
cd <desired_dir>
git clone https://github.com/aabdurrouf/ivcitb2022.git

Going Through the Tutorials

The tutorials can be conveniently followed in the following order

cd ivcitb2022

Analysis of simulated NIRCam Images from CEERS survey

cd CEERS
  • Step1_checking_cropping_and_color_images.ipynb
  • Step2_sources_detection_and_aperture_photometry_crop1.ipynb
  • Step2_sources_detection_and_aperture_photometry_crop2.ipynb
cd eazy_photoz
  • Step3_measuring_photometric_redshifts_crop1.ipynb
  • Step3_measuring_photometric_redshifts_crop2.ipynb
cd ../piXedfit_sedfit
  • Step4_SEDfitting_with_piXedfit_derive_global_properties.ipynb

Analysis of JWST ERO data on galaxy cluster SMACS 0723

  • Analysis_ERO_SMACS0723.ipynb

Some useful links

Contributors