Hello!I want to ask some questions about the parameter 'Stale Returm Flag' in GEDI L1B data and GEDI L2A data.In the GEDI L1B filter process of the ''Getting Started with GEDI L1B Data in Python'',The filter criterion is to keep the values where the parameter 'Stale Returm Flag' is not equal to 0('ne(0)').but in GEDI L2A data,'Quality Flag==1' means that the parameter 'Stale Returm Flag' is equal to 0.Are the two contradictory?Which one is right? Which criteria are the criteria for filtering the data?And is the tutorial of GEDIL1B in python wrong? Take a look at some of the tutorials below:
(1)"Below, remove any shots where the stale_return_flag is set to 1 (indicates that a "stale" cue point from the coarse search algorithm is being used) by defining those shots as nan."
(2)"The syntax of the line below can be read as: in the dataframe, find the rows "where" the stale return flag is not equal (ne) to 0. If a row (shot) does not meet the condition, set all values equal to nan for that row."
(3)"latlons = latlons.where(latlons['Stale Return Flag'].ne(1)) # Set any stale returns to NaN"
'Stale Returm Flag':ne(0) or ne(1) or ''stale return flag == 1'' means ''quality flag'' ==1 which means data quality is good
Thanks,
Maye
GEDI L1B 'Stale Returm Flag' parameter values
-
- Posts: 4
- Joined: Wed Jul 27, 2022 5:12 am America/New_York
-
- User Services
- Posts: 205
- Joined: Mon Sep 30, 2019 10:00 am America/New_York
- Has thanked: 9 times
- Contact:
Re: GEDI L1B 'Stale Returm Flag' parameter values
Hi @meiyuanchen We will talk to our GEDI experts and get back to you. Thanks!
Subscribe to the LP DAAC listserv by sending a blank email to lpdaac-join@lists.nasa.gov.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
-
- User Services
- Posts: 205
- Joined: Mon Sep 30, 2019 10:00 am America/New_York
- Has thanked: 9 times
- Contact:
Re: GEDI L1B 'Stale Returm Flag' parameter values
Hi @meiyuanchen Thank you for your feedback. The repo has been updated to make the quality filtering section more clear. https://git.earthdata.nasa.gov/projects/LPDUR/repos/gedi-v2-tutorials/browse?at=refs%2Fheads%2Fquality-update
We updated "The syntax ... "where" the stale return flag is not equal (ne) to 1. If...". We also made some changes to the Quality section to hopefully make it more clear to understand.
We updated "The syntax ... "where" the stale return flag is not equal (ne) to 1. If...". We also made some changes to the Quality section to hopefully make it more clear to understand.
Subscribe to the LP DAAC listserv by sending a blank email to lpdaac-join@lists.nasa.gov.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.
Sign up for the Landsat listserv to receive the most up to date information about Landsat data: https://public.govdelivery.com/accounts/USDOIGS/subscriber/new#tab1.