Skip to content

Commit

Permalink
save abs values of the geolocation accuracy bias (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
gshiroma committed Sep 25, 2023
1 parent eb14551 commit 9c6d764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/rtc/h5_prep.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -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,
Expand Down

0 comments on commit 9c6d764

Please sign in to comment.