explains the JWST DQ value
Project description
Explain the DQ
This is a simple package that helps explain a DQ value for the DQ extension of JWST data.
Free software: MIT license
Source code: https://github.com/eas342/explaintheDQ
Documentation: https://explaintheDQ.readthedocs.io.
The Problem
“SCI”: Science extension of a _rate.fits
image.
“DQ”: Data Quality (DQ) extension of a _rate.fits
image.
Example images
This image has a some strange blocks of pixels in a 9x9 grid. If you open the DQ extension of the data, the DQ values in the pixels are marked at 3 and also as 1049603. But what does that mean? The bits are explained here: https://jwst-pipeline.readthedocs.io/en/latest/jwst/references_general/references_general.html#data-quality-flags
but what does 1049603 mean?
What this Package Does
This is a bear-bones package to break down the DQ number.
import explaintheDQ
explaintheDQ.DQtab(1049603)
DO_NOT_USE True 0 Bad pixel. Do not use.
SATURATED True 1 Pixel saturated during exposure
JUMP_DET False 2 Jump detected during exposure
DROPOUT False 3 Data lost in transmission
OUTLIER False 4 Flagged by outlier detection
PERSISTENCE False 5 High persistence
AD_FLOOR False 6 Below A/D floor
CHARGELOSS False 7 Charge Migration
UNRELIABLE_ERROR False 8 Uncertainty exceeds quoted error
NON_SCIENCE False 9 Pixel not on science portion of detector
DEAD True 10 Dead pixel
HOT False 11 Hot pixel
WARM False 12 Warm pixel
LOW_QE False 13 Low quantum efficiency
RC False 14 RC pixel
TELEGRAPH False 15 Telegraph pixel
NONLINEAR False 16 Pixel highly nonlinear
BAD_REF_PIXEL False 17 Reference pixel cannot be used
NO_FLAT_FIELD False 18 Flat field cannot be measured
NO_GAIN_VALUE False 19 Gain cannot be measured
NO_LIN_CORR True 20 Linearity correction not available
NO_SAT_CHECK False 21 Saturation check not available
UNRELIABLE_BIAS False 22 Bias variance large
UNRELIABLE_DARK False 23 Dark variance large
UNRELIABLE_SLOPE False 24 Slope variance large (i.e., noisy pixel)
UNRELIABLE_FLAT False 25 Flat variance large
OPEN False 26 Open pixel (counts move to adjacent pixels)
ADJ_OPEN False 27 Adjacent to open pixel
UNRELIABLE_RESET False 28 Sensitive to reset anomaly
MSA_FAILED_OPEN False 29 Pixel sees light from failed-open shutter
OTHER_BAD_PIXEL False 30 A catch-all flag
REFERENCE_PIXEL False 31 Pixel is a reference pixel
So the pixel that is a NaN in the middle is marked as not to be used, saturated, dead and having no linearity correction available.
Credits
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.
History
0.1.0 (2023-11-02)
First release on PyPI.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file explaintheDQ-0.1.2.tar.gz
.
File metadata
- Download URL: explaintheDQ-0.1.2.tar.gz
- Upload date:
- Size: 63.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7ec8f644ce58becb368e62307ae8f0abfb54b41ebbe2f583b3626b25b01a98a |
|
MD5 | 53b8b4d2d007fbd1921b8e38a5dd2023 |
|
BLAKE2b-256 | 30a32c33aba13985a21fe30c067693269b41db7c28f8bb878eabc13f240adc72 |
File details
Details for the file explaintheDQ-0.1.2-py2.py3-none-any.whl
.
File metadata
- Download URL: explaintheDQ-0.1.2-py2.py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 45936515b9ed0e8c198d745f4bb819039da69be7b34e7af92d4350eb5b3c6acb |
|
MD5 | 5a02ef94dd7c0084966f29d5b97bac4c |
|
BLAKE2b-256 | 93946994ddcff1ded6d16be36f196f7718c9b984b4cc4cddb0e25c87db22a9ef |