Value Sliced and Derivative Images for Source Mask in JWST MIRI Photometry

Güray Hatipoğlu
2024-01-29
Abstract:One of many ways for the James-Webb Space Telescope (JWST) to capture astronomical signals is the Mid-Infrared Instrument (MIRI) Imaging mode. To make this data ready for analysis, the JWST standard reduction pipeline has three stages and many mandatory and optional steps to produce analysis-ready data. At the end of stage 3, there is a resampled 2-dimensional image for each band/wavelength, an estimated source catalog, and a source mask (segmentation image) locating these sources. This study focuses on enhancing this source mask part so that it can detect more point sources, previously cataloged after older missions, without spuriously "detecting" false positives. Combined use of the fraction of a resampled image and a derivative image seemed to improve the capability to detect unWISE catalog-located sources better than original segmentation images in 7 different real cases with the MIRI F770W filter. A few approaches are recommended to make better use of these value-sliced and derivative images.
Instrumentation and Methods for Astrophysics,Applications
What problem does this paper attempt to address?
The problem that this paper attempts to solve is: in the Mid - Infrared Instrument (MIRI) imaging mode of the James Webb Space Telescope (JWST), how to improve the source mask to detect point sources more accurately, especially those that have been cataloged in previous missions, while avoiding false positive detections. Specifically, the standard data - processing pipeline of JWST generates a segmentation image in the third stage to locate these sources. However, the standard method may introduce errors and cannot fully capture all known point sources. Therefore, this research aims to improve the detection ability of sources in the unWISE catalog by improving the processing method in this part. ### Main problem summary: 1. **Improve the accuracy of point - source detection**: Ensure that more point sources that have been cataloged in previous missions can be detected. 2. **Reduce the false - detection rate**: Avoid detecting false positive signals. 3. **Improve the quality of the segmentation image**: Enhance the ability to identify point sources by performing value - slicing and derivative image processing on the original image. ### Solutions: - **Value - sliced Image**: Retain data with pixel values higher than a certain percentage, such as 4.6%, 1% and 0.3%. - **Derivative Image**: First apply the NumPy.gradient function, and then perform similar value - slicing processing, using slices of 10%, 4.6% and 0.3%. Through these methods, the researchers hope to better detect sources in the unWISE catalog using the MIRI F770W filter in 7 different real - world cases.