Skip to content

Commit 6af4978

Browse files
committed
Align with current definition
1 parent 11b33f8 commit 6af4978

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

xarray_sentinel/eopf_product.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -57,16 +57,7 @@ def open_datatree(
5757
dt[f"{eopf_product_name}/measurement"] = ds.rename(
5858
{"measurement": "slc"}
5959
)
60-
elif dataset in {
61-
"antenna_pattern",
62-
"orbit",
63-
"attitude",
64-
"azimuth_fm_rate",
65-
"doppler_centroid",
66-
"reference_replica",
67-
"replica",
68-
"gcp",
69-
}:
60+
elif dataset in {"orbit", "attitude", "doppler_centroid", "gcp"}:
7061
ds = sentinel1.open_sentinel1_dataset(
7162
product_urlpath,
7263
fs=fs,

0 commit comments

Comments
 (0)