Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to control data quality flag masking #223

Open
djhoese opened this issue Mar 14, 2018 · 1 comment
Open

Allow users to control data quality flag masking #223

djhoese opened this issue Mar 14, 2018 · 1 comment
Assignees
Labels
component:readers enhancement code enhancements, features, improvements future ideas Wishes and ideas for the future
Milestone

Comments

@djhoese
Copy link
Member

djhoese commented Mar 14, 2018

Problem description

Typically in readers if there are data quality flags we, as the reader creators, decide on what should be masked out of the data to produce the nicest looking output/image. I have a use case where I would like to retrieve the DQFs with the image data, but not mask the image data beforehand. This way I can visualize the data and quickly switch which flags are used/masked.

@djhoese djhoese added enhancement code enhancements, features, improvements component:readers labels Mar 14, 2018
@djhoese djhoese self-assigned this Mar 14, 2018
@mraspaud mraspaud added this to the v1.0 milestone May 22, 2018
@anikfal
Copy link

anikfal commented Jan 9, 2021

Regarding the VIIRS I01 dataset, all of the variables are as follows:

(0) /All_Data/VIIRS-I1-SDR_All/ModeGran
(1) /All_Data/VIIRS-I1-SDR_All/ModeScan
(2) /All_Data/VIIRS-I1-SDR_All/NumberOfBadChecksums
(3) /All_Data/VIIRS-I1-SDR_All/NumberOfDiscardedPkts
(4) /All_Data/VIIRS-I1-SDR_All/NumberOfMissingPkts
(5) /All_Data/VIIRS-I1-SDR_All/NumberOfScans
(6) /All_Data/VIIRS-I1-SDR_All/PadByte1
(7) /All_Data/VIIRS-I1-SDR_All/QF1_VIIRSIBANDSDR
(8) /All_Data/VIIRS-I1-SDR_All/QF2_SCAN_SDR
(9) /All_Data/VIIRS-I1-SDR_All/QF3_SCAN_RDR
(10) /All_Data/VIIRS-I1-SDR_All/QF4_SCAN_SDR
(11) /All_Data/VIIRS-I1-SDR_All/QF5_GRAN_BADDETECTOR
(12) /All_Data/VIIRS-I1-SDR_All/Radiance
(13) /All_Data/VIIRS-I1-SDR_All/RadianceFactors
(14) /All_Data/VIIRS-I1-SDR_All/Reflectance
(15) /All_Data/VIIRS-I1-SDR_All/ReflectanceFactors

I wonder if the quality flags are used in masking the data? And if they are not used, is it possible for the user to carry out this task?

@djhoese djhoese added the future ideas Wishes and ideas for the future label Jun 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:readers enhancement code enhancements, features, improvements future ideas Wishes and ideas for the future
Projects
None yet
Development

No branches or pull requests

3 participants