Skip to content

Commit

Permalink
removing detritus
Browse files Browse the repository at this point in the history
  • Loading branch information
kristinemlarson committed Jul 15, 2024
1 parent 2a7abb7 commit 2770dae
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion README_VEG.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ For p208:

p048 was highlighted in Larson and Small (2014). You can get a feel for the processing steps:

<img src="docs/p048-frompaper.png" width=450>
<img src="docs/p048-frompaper.jpg" width=450>

Let's try to reproduce some of this with the new software:

Expand Down
Binary file added docs/_static/mchn_monu-cors.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/mchn_monu-cors.png
Binary file not shown.
Binary file added docs/_static/p041-l1.x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/p041-l1.x.png
Binary file not shown.
Binary file added docs/_static/p041-l2c.x.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/p041-l2c.x.png
Binary file not shown.
Binary file removed docs/_static/p041-l5.png
Binary file not shown.
Binary file added docs/_static/p048-frompaper.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/p048-frompaper.png
Binary file not shown.
Binary file removed docs/_static/sc02-1.png
Binary file not shown.
Binary file removed docs/_static/sc02-2.png
Binary file not shown.
Binary file removed docs/_static/sc02-3.png
Binary file not shown.
Binary file removed docs/_static/sc02-4.png
Binary file not shown.
Binary file removed docs/_static/sc02-5.png
Binary file not shown.
Binary file added docs/_static/smm3-l1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/_static/smm3-l1.png
Binary file not shown.
Binary file removed docs/_static/smm3-l5.png
Binary file not shown.
2 changes: 1 addition & 1 deletion docs/use_cases/use_mchn.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Updated February 28, 2024 by Kristine Larson
[Google Maps Link](https://goo.gl/maps/mU5GbsvMsLfe5buQ7)

<p align=center>
<img src="../_static/mchn_monu-cors.png" width="500"/>
<img src="../_static/mchn_monu-cors.jpg" width="500"/>
</P>

### Data Summary
Expand Down
11 changes: 1 addition & 10 deletions docs/use_cases/use_p041.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ The default return is for the L1 frequency:

<code>quickLook p041 2020 132</code>

<img src="../_static/p041-l1.x.png" width="600">
<img src="../_static/p041-l1.x.jpg" width="600">

The code also summarizes these RH retrievals in terms of
azimuth (x-axis) and QC metrics:
Expand All @@ -75,15 +75,6 @@ Now try looking at the periodogram for L2C by specifying frequency 20:
Note that there are more colors in the L1 plots than in the L2C plots. That is
the result of there being more L1 transmitting satellite than L2C transmitting satellites.

Now try L5:

<CODE>quickLook p041 2020 132 -fr 5</code>

<img src="../_static/p041-l5.png" width="600">

The L5 signal has only been available on satellites launched after 2010, so there are even
fewer satellite tracks than either L1 or L2C.

The **quickLook** code has multiple options. For example, it is possible change the reflector height range:

<code>quickLook p041 2020 132 -h1 0.5 -h2 10</code>
Expand Down

0 comments on commit 2770dae

Please sign in to comment.