-
Notifications
You must be signed in to change notification settings - Fork 16
badpixel_masks
Jae-Joon Lee edited this page Aug 17, 2014
·
2 revisions
Bad pixel masks will be generated from FLAT_OFF and FLAT_ON images.Two types of bad pixels are considered. First is the pixels of abnormal values from the FLAT_OFF image (hot pixels). Second one is from FLAT_ON images (dead pixels).
- Here is a link to the mosfire site for how they detect bad pixels (see here).
A master FLAT_OFF image is created by median combining all FLAT_OFF images. The readout pattern will be removed before combing.
Pixels with abnormal values in the master FLAT_OFF image will be marked as hot pixels.
Hot pixels with high pixel values shows "+" pattern.
- Mask pixels higher than 100 x sigma (the number should be customized).
- Convolute that mask with "+" pattern.
- Further mask pixels higher than 10 x sigma or lower than -10 x sigma.
Dead pixels are detected from the FLAT_ON images. We try to detect pixels whose response is significantly lower than its neighbors.
- We first make a median-smoothed FLAT_OFF image.
- From the original image, we mark pixels whose value is significantly lower than the median-smoothed image as dead pixels.