This project focuses on analyzing the Mid-Infrared (MIR) Integral Field Unit (IFU) spectral cubes from the James Webb Space Telescope (JWST) MIRI instrument for the active galaxy NGC 7469. The goal is to extract, compare, and identify emission lines across different regions within the galaxy, providing insights into hidden astrophysical structures and conditions.
- Source: NGC 7469
- Category: Seyfert 1 Active Galaxy (AGN)
- Data Source: MAST JWST Archive
- Instrument: MIRI IFU Spectral Cubes
- Identify object properties using NED and Simbad:
- Coordinates (RA, Dec)
- Distance
- Redshift (z)
- Category & sub-category
- Understand the role of MIR in revealing structures obscured in optical/NIR wavelengths
- Go to MAST Portal
- Advanced Search:
- Object Name: NGC 7469
- Observation Type: science
- Mission: JWST
- Instrument: MIRI/IFU
- Product Type: cube
- Download all files containing c1006_ in their name
- Open ch1-short cube in DS9
- Create two circular regions (radius = 0.5 arcsec)
- Save as
region1.reg
andregion2.reg
(Format: DS9, Coordinate System: ICRS)
- Compute pixel scale in parsecs using FITS header (CDELT1/CDELT2)
- Estimate physical size covered per pixel
- Extract region-wise spectra using Astropy and Photutils
- Visualize and compare spectra between regions
- Identify astrophysical differences (e.g., line strength variations, ionization signatures)
- Inspect spectral variations from Channel 1 to Channel 4
- Distinguish between instrumental effects and real astrophysical properties
- Detect key emission lines using Cubeviz or Matplotlib
- Tabulate line names, rest-frame wavelengths, and astrophysical significance
- JWST MIRI Calibrated FITS Cubes
- Astropy (FITS handling, WCS transformations)
- Photutils (Aperture extraction)
- DS9 (Region definition)
- Matplotlib & Pandas for visualization and data handling
- Extracted spectra for multiple regions of NGC 7469
- Comparative analysis of emission lines across regions
- Channel-wise insights into spectral variations
- Table of identified emission lines and their astrophysical roles
- This project demonstrates how MIR data unveils hidden structures like dust-enshrouded star-forming regions and AGN features
- Results provide insight into the ionization state, density, and composition of the galaxy's ISM
- Install dependencies:
pip install -r requirements.txt
- Place region files and FITS cubes in the project directory
- Run
Identifying_spectral_lines_in_MIRI_JWST_data.ipynb
to perform the full analysis