Skip to content

Commit

Permalink
minor docs
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinemlarson committed Mar 13, 2024
1 parent 65f1eaf commit aef05ea
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
Binary file modified docs/myAnimation.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions docs/use_cases/use_sc02.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,15 +190,16 @@ new file and the corrected RH values are in a new column! Please look at the fil

<HR>

Here is a list of some of the publications using data from sc02. If you would like me to add more, please send them via email.
Here is a list of some of the publications using data from sc02. If you would like me to add more, submit a pull request.

* [Larson, L&ouml;fgren, Haas, Coastal Sea Level Measurements Using A Single Geodetic GPS Receiver, 2011](https://www.kristinelarson.net/wp-content/uploads/2015/10/Larson_TideGauge.pdf)

* [Larson, Ray, and Williams, A ten year comparison of water levels measured with a geodetic GPS receiver versus a conventional tide gauge, 2017](https://www.kristinelarson.net/wp-content/uploads/2015/12/LarsonRayWilliams-2017-FridayHarbor.pdf)

* [Purnell, Gomez, Chan, Strandberg, Hobiger, Quantifying the Uncertainty in Ground-Based GNSS-Reflectometry Sea Level Measurements, 2021](https://www.researchgate.net/publication/343091181_Quantifying_the_Uncertainty_in_Ground-Based_GNSS-Reflectometry_Sea_Level_Measurements)

* L&ouml;fgren, Haas, and Scherneck, 2014 Sea level time series and ocean tide analysis from multipath signals at five GPS sites in different parts of the world
* L&ouml;fgren, Haas, and Scherneck, 2014 Sea level time series and ocean tide analysis from
multipath signals at five GPS sites in different parts of the world.

* Wang, Zhang and Zhang, 2018 Sea level estimation from SNR data of geodetic receivers using wavelet analysis

2 changes: 2 additions & 0 deletions gnssrefl/gnssir_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ def parse_arguments():
parser.add_argument("-refr_model", default=1, type=int, help="refraction model. default is 1, zero turns it off)")
parser.add_argument("-Hortho", default=None, type=float, help="station orthometric height, meters")
parser.add_argument("-pele", nargs="*", type=float, help="min and max elevation angle in direct signal removal, default is 5-30")
parser.add_argument("-daily_medfilter", default=None, type=float, help="daily_avg, median filter, meters")
parser.add_argument("-subdaily_knots", default=None, type=float, help="subdaily, knots")


args = parser.parse_args().__dict__
Expand Down

0 comments on commit aef05ea

Please sign in to comment.