Skip to content

Commit

Permalink
default behavior for SLC product is to only show Digital Numbers in d…
Browse files Browse the repository at this point in the history
…t[measurement]
  • Loading branch information
agrouaze committed May 27, 2024
1 parent 42b9ae1 commit 9ba1c24
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/xsar/sentinel1_dataset.py
Original file line number Diff line number Diff line change
Expand Up @@ -292,9 +292,10 @@ def __init__(self, dataset_id, resolution=None,

# load land_mask by default for GRD products

self.add_high_resolution_variables(
patch_variable=patch_variable, luts=luts, lazy_loading=lazyloading)

if 'GRD' in str(self.datatree.attrs['product']):
self.add_high_resolution_variables(
patch_variable=patch_variable, luts=luts, lazy_loading=lazyloading)
if self.apply_recalibration:
self.select_gains()
self.apply_calibration_and_denoising()
Expand Down

0 comments on commit 9ba1c24

Please sign in to comment.