From 9c6d764337b2fd1be7093884b71e542aab5ac16b Mon Sep 17 00:00:00 2001 From: "Gustavo H. X. Shiroma" Date: Mon, 25 Sep 2023 11:19:28 -0700 Subject: [PATCH] save abs values of the geolocation accuracy bias (2) --- src/rtc/h5_prep.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/rtc/h5_prep.py b/src/rtc/h5_prep.py index a1afa478..249f8cc1 100644 --- a/src/rtc/h5_prep.py +++ b/src/rtc/h5_prep.py @@ -879,7 +879,7 @@ def get_metadata_dict(product_id: str, # 'metadata/processingInformation/geoidReference': # for 4.2 # 4.3 - 'metadata/qa/geometricAccuracy/bias/y': + 'metadata/qa/geometricAccuracy/absBias/y': ['qa_geometric_accuracy_abs_bias_y', STANDARD_RTC_S1_ONLY, estimated_geometric_accuracy_bias_y, @@ -893,7 +893,7 @@ def get_metadata_dict(product_id: str, ('An estimate of the localization error standard deviation' ' in the northing direction')], - 'metadata/qa/geometricAccuracy/bias/x': + 'metadata/qa/geometricAccuracy/absBias/x': ['qa_geometric_accuracy_abs_bias_x', STANDARD_RTC_S1_ONLY, estimated_geometric_accuracy_bias_x,