Skip to content

Commit

Permalink
removed references to GOES from MSG scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
lillif committed Apr 30, 2024
1 parent 6e72b5e commit 0da4cba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rs_tools/_src/data/msg/download.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def msg_download(
eumdac_secret: Optional[str]="",
):
"""
Downloads GOES satellite data for a specified time period and set of bands.
Downloads MSG satellite data for a specified time period and set of bands.
Args:
start_date (str): The start date of the data download in the format 'YYYY-MM-DD'.
Expand Down Expand Up @@ -296,7 +296,7 @@ def _check_input_processing_level(processing_level: str) -> bool:
raise ValueError(msg)

def _check_instrument(instrument: str) -> bool:
"""checks instrument for GOES data."""
"""checks instrument for MSG data."""
if instrument in ["HRSEVIRI", "CLM"]:
return True
else:
Expand Down

0 comments on commit 0da4cba

Please sign in to comment.