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: README.md
+23-6Lines changed: 23 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -96,7 +96,6 @@ _(You may not need the ./ part at the begining if you are on a Wnidows system)_.
96
96
97
97
Under `data/` you will find the "reference" output files for checking, named `strain_info.dat.ref` and `station_info.dat.ref`. Verify that the files you have just created (placed under `bin/`) contain the same results as the "reference" files (this can be very easily performed using the [diff](https://www.gnu.org/software/diffutils/) command).
98
98
99
-
### TODO: plot example files and compare
100
99
101
100
# How to use StrainTensor.py
102
101
@@ -144,7 +143,12 @@ The whole list of available options, is:
144
143
--dmax D_MAX Only relevant for '--method=shen' and if 'd-param' is not passed in. This is the upper limit for searching for an optimal d-param value. Unit is km. Default is dmax=500km.
145
144
--dstep D_STEP Only relevant for '--method=shen' and if 'd-param' is not passed in. This is the step size for searching for an optimal d-param value. Unit is km. Default is dstep=2km.
146
145
--d-param D_PARAMETER
147
-
Only relevant for '--method=shen'. This is the 'D' parameter for computing the spatial weights. If this option is used, then the parameters: dmin, dmax, dstep and Wt are not used.</samp></pre>
146
+
Only relevant for '--method=shen'. This is the 'D' parameter for computing the spatial weights. If this option is used, then the parameters: dmin, dmax, dstep and Wt are not used.
147
+
-g, --generate-statistics
148
+
Only relevant when '--mehod=shen' and '--barycenter' is not set. This option will create an output file, named 'strain_stats.dat', where estimation info and statistics will be written. (default: False)
149
+
--verbose Run in verbose mode (show debugging messages) (default: False)
150
+
-v Display version and exit. (default: False)
151
+
</samp></pre>
148
152
149
153
For example, the command we used on the [Example](#straintensor_prg_example) section:
150
154
@@ -181,7 +185,14 @@ Code Longtitude Latitude Ve Vn dVe dVn
181
185
string deg deg mm/yr
182
186
</pre>
183
187
184
-
***StrainTensor.out :** Parameters used to modify grid, calculate Strain tensors etc.
188
+
***strain_stats.dat :** Output file for statistics:
189
+
<preid="block-samp"<samp=""> --HEADER--
190
+
Parameters and arguments used for estimation of strain tensors.
191
+
--statistics--
192
+
Longtitude Latitude # stations D (optimal) CutOff dis. Sigma
193
+
deg. deg. # Km # /
194
+
</pre>
195
+
185
196
186
197
# How to use Plot Tools
187
198
@@ -216,8 +227,9 @@ Basic Plots & Background :
216
227
-r | --region : region to plot (default Greece)
217
228
usage: -r west east south north projscale frame
218
229
219
-
Plot station and velocitiess:
230
+
Plot station and velocities:
220
231
-psta [:=stations] plot only stations from input file
@@ -329,6 +344,8 @@ This project has received funding from the European Union’s Horizon 2020 resea
329
344
Disclaimer: the content of this website reflects only the author’s view and the Commission is not responsible for any use that may be made of the information it contains.
330
345
331
346
## References
347
+
* Anastasiou D., Ganas A., Legrand J., Bruyninx C., Papanikolaou X., Tsironi V. and Kapetanidis V. (2019). Tectonic strain distribution over Europe from EPN data. EGU General Assembly 2019, Geophysical Research Abstracts, Vol. 21, EGU2019-17744-1 [Abstract](https://meetingorganizer.copernicus.org/EGU2019/EGU2019-17744-1.pdf)
348
+
332
349
* Shen, Z.-K., M. Wang, Y. Zeng, and F. Wang, (2015), Strain determination using spatially discrete geodetic data, Bull. Seismol. Soc. Am., 105(4), 2117-2127, doi: 10.1785/0120140247
333
350
334
351
* Veis, G., Billiris, H., Nakos, B., and Paradissis, D. (1992), Tectonic strain in greece from geodetic measurements, C.R.Acad.Sci.Athens, 67:129--166
0 commit comments