Skip to content

Commit faedc25

Browse files
committed
Deployed with MkDocs version: 1.6.1
1 parent d0a56b1 commit faedc25

File tree

10 files changed

+32
-31
lines changed

10 files changed

+32
-31
lines changed

basics/index.html

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@
174174
<li class="nav-item" data-bs-level="2"><a href="#project-video-tutorial" class="nav-link">Project Video Tutorial</a>
175175
<ul class="nav flex-column">
176176
</ul>
177-
</li>
178-
<li class="nav-item" data-bs-level="2"><a href="#shortcuts" class="nav-link">Shortcuts</a>
179-
<ul class="nav flex-column">
180-
</ul>
181177
</li>
182178
</ul>
183179
</li>
@@ -229,12 +225,7 @@ <h3 id="metadata-dataless-and-xml">Metadata (Dataless and *.xml)</h3>
229225
<pre><code class="language-bash">from obspy import read_inventory
230226
inv = read_inventory(&quot;path_to_your_dataless&quot;)
231227
inv.write(path_or_file_object, format=&quot;stationxml&quot;, validate=True)
232-
</code></pre>
233-
<h2 id="shortcuts">Shortcuts</h2>
234-
<p>We show an example of Eartuqake analysis module keyword and mouse shortcuts. Generally there are shortcuts to be used inside plots and ohter shortcuts to be used to run actions. </p>
235-
<p><img alt="Screenshot" src="../img/keywords_ISP.png" /></p>
236-
<p><img alt="Screenshot" src="../img/mouse_ISP.png" /></p>
237-
<p><img alt="Screenshot" src="../img/list_keywords.png" /></p></div>
228+
</code></pre></div>
238229
</div>
239230
</div>
240231

el/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,10 @@
167167
<ul class="nav flex-column">
168168
</ul>
169169
</li>
170+
<li class="nav-item" data-bs-level="2"><a href="#shortcuts" class="nav-link">Shortcuts</a>
171+
<ul class="nav flex-column">
172+
</ul>
173+
</li>
170174
<li class="nav-item" data-bs-level="2"><a href="#polarisation-analysis" class="nav-link">Polarisation Analysis</a>
171175
<ul class="nav flex-column">
172176
</ul>
@@ -377,6 +381,12 @@ <h2 id="event-analysis">Event Analysis</h2>
377381
</code></pre>
378382
<p><span style="color:blue">Import:</span> <span style="color:#8E44AD">Picks from file</span> It will plot the picks from selected file in the corresponding waveforms. The picks from the file that the user select must be in the ISP/NLL format as it is shown above Actions:Picks.</p>
379383
<hr />
384+
<h2 id="shortcuts">Shortcuts</h2>
385+
<p>Eartuqake analysis module keywords and mouse shortcuts. Generally there are shortcuts to be used inside plots and ohter shortcuts to be used to run actions.</p>
386+
<p><img alt="Screenshot" src="../img/keywords_ISP.png" /></p>
387+
<p><img alt="Screenshot" src="../img/mouse_ISP.png" /></p>
388+
<p><img alt="Screenshot" src="../img/list_keywords1.png" /></p>
389+
<p><img alt="Screenshot" src="../img/list_keywords2.png" /></p>
380390
<h2 id="polarisation-analysis">Polarisation Analysis</h2>
381391
<p>The Polarization Analysis is designed to analyze the three seismograms components from a station.
382392
You can freely rotate using the rotation RT or the LQT your NEZ components an angle (Rot Angle) with an Incidence angle (Inc Angle).</p>

img/list_keywords.png

-238 KB
Binary file not shown.

img/list_keywords1.png

153 KB
Loading

img/list_keywords2.png

133 KB
Loading

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,5 +352,5 @@ <h4 class="modal-title" id="keyboardModalLabel">Keyboard Shortcuts</h4>
352352

353353
<!--
354354
MkDocs version : 1.6.1
355-
Build Date UTC : 2025-01-31 13:15:52.859310+00:00
355+
Build Date UTC : 2025-02-03 12:17:08.981419+00:00
356356
-->

install/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ <h1 id="installation">Installation</h1>
194194
<pre><code>git pull --depth 1
195195
</code></pre>
196196
<p>The installation file will install the requirements and will compile the source packages (advanced). At the end of the installation the user will be asked for an alias "isp". Following the directions <strong>Installation for end users</strong> , it is needed to have previously installed <a href="https://www.anaconda.com/">anaconda</a>.</p>
197-
<p>Additionally, <a href="https://support.apple.com/en-us/102527#:~:text=Rosetta%20is%20not%20an%20app,it%20like%20you%20normally%20would."><span style="color:#5DADE2"><em>Rosetta</em></span></a> allows Mac machines with Apple chips to run applications meant for Mac systems with Intel processors. If this is your case, please install Rosseta before proceed with ISP intallation.</p>
197+
<p>Additionally, <a href="https://support.apple.com/en-us/102527#:~:text=Rosetta%20is%20not%20an%20app,it%20like%20you%20normally%20would."><span style="color:#5DADE2"><em>Rosetta</em></span></a> allows Mac machines with Apple chips to run applications meant for Mac systems with Intel processors. If this is your case, please install Rosseta AFTER the ISP installation, if you need either Locate Events, First Polarity Focal Mechanism or to use MTI module.</p>
198198
<h2 id="installation-for-end-users-mac-and-linux">Installation for end users (Mac and Linux)</h2>
199199
<p>To run the installation go to ./ISP/install and type:</p>
200200
<pre><code>chmod u+x ISP_installer.sh

search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

sitemap.xml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,74 +2,74 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://projectisp.github.io/ISP_tutorial.github.io/</loc>
5-
<lastmod>2025-01-31</lastmod>
5+
<lastmod>2025-02-03</lastmod>
66
</url>
77
<url>
88
<loc>https://projectisp.github.io/ISP_tutorial.github.io/Special_Thanks/</loc>
9-
<lastmod>2025-01-31</lastmod>
9+
<lastmod>2025-02-03</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://projectisp.github.io/ISP_tutorial.github.io/aa/</loc>
13-
<lastmod>2025-01-31</lastmod>
13+
<lastmod>2025-02-03</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://projectisp.github.io/ISP_tutorial.github.io/ant/</loc>
17-
<lastmod>2025-01-31</lastmod>
17+
<lastmod>2025-02-03</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://projectisp.github.io/ISP_tutorial.github.io/basics/</loc>
21-
<lastmod>2025-01-31</lastmod>
21+
<lastmod>2025-02-03</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://projectisp.github.io/ISP_tutorial.github.io/db/</loc>
25-
<lastmod>2025-01-31</lastmod>
25+
<lastmod>2025-02-03</lastmod>
2626
</url>
2727
<url>
2828
<loc>https://projectisp.github.io/ISP_tutorial.github.io/el/</loc>
29-
<lastmod>2025-01-31</lastmod>
29+
<lastmod>2025-02-03</lastmod>
3030
</url>
3131
<url>
3232
<loc>https://projectisp.github.io/ISP_tutorial.github.io/install/</loc>
33-
<lastmod>2025-01-31</lastmod>
33+
<lastmod>2025-02-03</lastmod>
3434
</url>
3535
<url>
3636
<loc>https://projectisp.github.io/ISP_tutorial.github.io/mti/</loc>
37-
<lastmod>2025-01-31</lastmod>
37+
<lastmod>2025-02-03</lastmod>
3838
</url>
3939
<url>
4040
<loc>https://projectisp.github.io/ISP_tutorial.github.io/nrt/</loc>
41-
<lastmod>2025-01-31</lastmod>
41+
<lastmod>2025-02-03</lastmod>
4242
</url>
4343
<url>
4444
<loc>https://projectisp.github.io/ISP_tutorial.github.io/ppsds/</loc>
45-
<lastmod>2025-01-31</lastmod>
45+
<lastmod>2025-02-03</lastmod>
4646
</url>
4747
<url>
4848
<loc>https://projectisp.github.io/ISP_tutorial.github.io/progress/</loc>
49-
<lastmod>2025-01-31</lastmod>
49+
<lastmod>2025-02-03</lastmod>
5050
</url>
5151
<url>
5252
<loc>https://projectisp.github.io/ISP_tutorial.github.io/rd/</loc>
53-
<lastmod>2025-01-31</lastmod>
53+
<lastmod>2025-02-03</lastmod>
5454
</url>
5555
<url>
5656
<loc>https://projectisp.github.io/ISP_tutorial.github.io/refs/</loc>
57-
<lastmod>2025-01-31</lastmod>
57+
<lastmod>2025-02-03</lastmod>
5858
</url>
5959
<url>
6060
<loc>https://projectisp.github.io/ISP_tutorial.github.io/release_notes/</loc>
61-
<lastmod>2025-01-31</lastmod>
61+
<lastmod>2025-02-03</lastmod>
6262
</url>
6363
<url>
6464
<loc>https://projectisp.github.io/ISP_tutorial.github.io/rf/</loc>
65-
<lastmod>2025-01-31</lastmod>
65+
<lastmod>2025-02-03</lastmod>
6666
</url>
6767
<url>
6868
<loc>https://projectisp.github.io/ISP_tutorial.github.io/synth/</loc>
69-
<lastmod>2025-01-31</lastmod>
69+
<lastmod>2025-02-03</lastmod>
7070
</url>
7171
<url>
7272
<loc>https://projectisp.github.io/ISP_tutorial.github.io/tf/</loc>
73-
<lastmod>2025-01-31</lastmod>
73+
<lastmod>2025-02-03</lastmod>
7474
</url>
7575
</urlset>

sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)