This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
wphase:tutorial [2018/03/04 13:48] wphase |
wphase:tutorial [2021/10/22 18:52] (current) wphase |
||
---|---|---|---|
Line 177: | Line 177: | ||
</code> | </code> | ||
- | The optional parameter –b activates the use of the basemap toolkit in order to draw the topography and coastlines. The resulting figures shown here in Fig. 1 and Fig. 2 are written in the pdf files grid_search_ts.pdf and grid_search_xy.pdf. | + | The optional parameter –b activates the use of the cartopy toolkit in order to draw the topography and coastlines. The resulting figures shown here in Fig. 1 and Fig. 2 are written in the pdf files grid_search_ts.pdf and grid_search_xy.pdf. |
There are two script which allows to compare predicted and observed waveforms. | There are two script which allows to compare predicted and observed waveforms. | ||
Line 191: | Line 191: | ||
</code> | </code> | ||
- | The resulting figure is given in file wp_pages.pdf which is shown here in Fig. 4. If the basemap python module is available, a map is drawn showing the station location with respect to the centroid location. Otherwise, a simple polar representation is used to display the station location. | + | The resulting figure is given in file wp_pages.pdf which is shown here in Fig. 4. If the cartopy python module is available, a map is drawn showing the station location with respect to the centroid location. Otherwise, a simple polar representation is used to display the station location. |