Skip to content

Commit

Permalink
Minor fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpf committed Nov 2, 2024
1 parent 1ccb7c7 commit 99b1a95
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions speed/data/gpm.py
Original file line number Diff line number Diff line change
Expand Up @@ -453,6 +453,7 @@ def process_day(
# intersecting the domain.
if reference_data.domain is not None:
gpm_index = gpm_index.subset(roi=reference_data.domain)
LOGGER.info("Found %s granules over ROI.", len(gpm_index.data))

# Collect available reference data.
lock = FileLock("gpm_ref.lock")
Expand Down
2 changes: 1 addition & 1 deletion speed/data/sensor_characteristics/atms.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ polarization = ["QV", "QV", "QV", "QH", "QH", "QH", "QH", "QH", "QH"]
[channels_gprof]
frequencies = [88.2, 165.5, 183.31, 186.31, 190.31]
offset = [0.0, 0.0, 1.0, 3.0, 7.0]
polarization = ["QH", "QH", "QH", "QH", "QH"]
polarization = ["QV", "QH", "QH", "QH", "QH"]

0 comments on commit 99b1a95

Please sign in to comment.