-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:sstaehler/dailyspec
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,17 @@ | ||
# dailyspec | ||
Plot clean spectrograms of seismic time series | ||
Plot clean spectrograms of longer seismic time series | ||
|
||
|
||
## Example: | ||
This command | ||
|
||
python -m dailyspec.plot_spec \ | ||
--w0 24 -d ./S1022a/XB.ELYSE.02.BHZ \ | ||
--winlen 500 --fmax 10 --plot_ratio 0.6 --kind cwt \ | ||
--tstart 2022-05-04T22:00 --tend 2022-05-05T08:00 -h | ||
|
||
will give you the spectrogram of the S1222a magnitude 5 marsquake, which was featured in NASA's press release on the event. | ||
![spectrogram of a marsquake](https://mars.nasa.gov/system/news_items/main_images/9185_1-PIA25044-web.jpg) | ||
https://mars.nasa.gov/news/9185/nasas-insight-records-monster-quake-on-mars/?site=insight | ||
|
||
(the seismogram data will be released on October 1st 2022) |