You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/man/Tutorial_Basic.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ GeoData
31
31
````
32
32
33
33
This is a so-called `GeoData` object, which is a 3D grid of seismic velocities as a function of longitude, latitude and depth, which can include various fields (here we only have a single field: `:dVp_Percentage`)
34
-
We can save ths in `VTK` format, which is a widely used format that can for exampke be read by the 3D open-source visualization tool [Paraview](https://www.paraview.org/):
34
+
We can save this in `VTK` format, which is a widely used format that can for exampke be read by the 3D open-source visualization tool [Paraview](https://www.paraview.org/):
35
35
36
36
```julia
37
37
Write_Paraview(Tomo_Alps_full,"Tomo_Alps_full")
@@ -42,7 +42,7 @@ Saved file: Tomo_Alps_full.vts
42
42
43
43
````
44
44
45
-
We also uploaded a dataset with the topography of the Alpine region which can be donwloaded with:
45
+
We also uploaded a dataset with the topography of the Alpine region which can be downloaded with:
In creating this image, I used the `Clip` tool of Paraview to only show topography above sealevel and made it 50% transparant.
202
+
In creating this image, I used the `Clip` tool of Paraview to only show topography above sealevel and made it 50% transparent.
203
203
204
204
### 4. Cartesian data
205
205
As you can see, the curvature or the Earth is taken into account here. Yet, for many applications it is more convenient to work in Cartesian coordinates (kilometers) rather then in geographic coordinates.
# This is a so-called `GeoData` object, which is a 3D grid of seismic velocities as a function of longitude, latitude and depth, which can include various fields (here we only have a single field: `:dVp_Percentage`)
14
-
# We can save ths in `VTK` format, which is a widely used format that can for exampke be read by the 3D open-source visualization tool [Paraview](https://www.paraview.org/):
14
+
# We can save this in `VTK` format, which is a widely used format that can for exampke be read by the 3D open-source visualization tool [Paraview](https://www.paraview.org/):
15
15
Write_Paraview(Tomo_Alps_full,"Tomo_Alps_full")
16
16
17
-
# We also uploaded a dataset with the topography of the Alpine region which can be donwloaded with:
17
+
# We also uploaded a dataset with the topography of the Alpine region which can be downloaded with:
# Different than the 3D tomographic model, the topography has size 1 for the last index which indicates that this is a 3D surface. As you can see, the depth varies, which is because it is a warped surface.
# In creating this image, I used the `Clip` tool of Paraview to only show topography above sealevel and made it 50% transparant.
97
+
# In creating this image, I used the `Clip` tool of Paraview to only show topography above sealevel and made it 50% transparent.
98
98
#
99
99
# ### 4. Cartesian data
100
100
# As you can see, the curvature or the Earth is taken into account here. Yet, for many applications it is more convenient to work in Cartesian coordinates (kilometers) rather then in geographic coordinates.
0 commit comments