Skip to content

Commit

Permalink
Merge pull request #273 from fgnievinski/patch-26
Browse files Browse the repository at this point in the history
Update gnssir_cl.py
  • Loading branch information
kristinemlarson committed Apr 2, 2024
2 parents bab6e39 + e062c22 commit cc96d45
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion gnssrefl/gnssir_cl.py
Expand Up @@ -92,13 +92,16 @@ def gnssir(station: str, year: int, doy: int, snr: int = 66, plt: bool = False,
gzips the SNR file after you run the code. Big space saver (now the default)
Parameters
----------
--------
station : str
lowercase 4 character ID of the station
year : int
full Year
doy : integer
Day of year
Optional parameters (requires hyphen prefix)
----------
snr : int, optional
SNR format. This tells the code what elevation angles to save data for. Input is the snr file ending.
Value options:
Expand Down

0 comments on commit cc96d45

Please sign in to comment.