Compare commits

...

43 Commits
v1.1 ... stable

Author SHA1 Message Date
Hongjian Fang
a651faf927 correcting the readme 2023-09-30 15:09:01 +08:00
Hongjian Fang
ad99372e34 Change the empirical relationship when inverting for upper mantle 2023-09-29 15:08:18 +08:00
Hongjian Fang
37eb3e8f4b add python script for generating both the data and the input file for DSurfTomo 2023-07-31 09:19:29 +08:00
Hongjian Fang
8d6695f308 update manual for seismic algorithm training in Inner Mogonia 2023 2023-07-19 11:11:17 +08:00
Hongjian Fang
65c202802c
Update Makefile 2022-06-28 18:08:39 +08:00
Hongjian Fang
809e164bcb Merge branch 'stable' of https://github.com/HongjianFang/DSurfTomo into stable 2022-05-25 19:15:50 +08:00
Hongjian Fang
a0fceeb5fb back to v1.3 2022-05-25 19:10:09 +08:00
Hongjian Fang
2fec5df95b back to v1.3 2022-05-25 18:53:44 +08:00
Hongjian Fang
3d66dbdd0f removing the vorotomo option since it is not stable 2021-11-11 18:20:40 +08:00
Hongjian Fang
f35c3d77da Merge branch 'stable' of https://github.com/HongjianFang/DSurfTomo into stable 2021-02-17 08:43:03 +08:00
Hongjian Fang
ba0a5db4ab output more digits, important for small scale cases 2021-02-17 08:41:34 +08:00
Hongjian Fang
b25eaaa096 bug fix if there are two types of data 2020-08-19 16:44:33 -04:00
Hongjian Fang
f88ac4d8cd Adaptive cells based on ray sampling 2020-07-08 20:51:56 -04:00
Hongjian Fang
e4d1c1549f disable output of lsmr 2020-04-21 06:54:49 -04:00
Hongjian
d8424b27b5 small bug fixed 2020-04-19 14:07:47 -04:00
Hongjian Fang
74e80f4b74 change G*Gp 2020-04-19 13:36:13 -04:00
Hongjian
b657c68d28 - 2020-04-19 07:52:07 -04:00
Hongjian
9aead30bf2 incorporating random projections based inversion using Poisson Voronoi cells 2020-04-16 20:47:03 -04:00
Hongjian Fang
82ebf4283d clean version of main.f90 2019-01-15 08:57:51 -05:00
Hongjian Fang
404f55cd0f comment some unnecessary warnings
before vorotomo
2019-01-12 12:56:08 -05:00
Hongjian Fang
f2a0f8bc4d
Update README.md 2018-07-05 08:52:09 -04:00
Hongjian Fang
07cf4d199b
Update README.md 2018-07-05 08:50:48 -04:00
Hongjian Fang
e72b1205d1 Update manual again 2018-07-04 16:13:08 -04:00
Hongjian Fang
a42952b9ad Update manual 2018-07-04 16:09:03 -04:00
Hongjian Fang
f4bef435fe V1.3 release
Fix some bugs in jointly invert both phase and group velocity
2018-07-04 15:56:43 -04:00
Hongjian Fang
6b943f362a fix problem using both Rayleigh and Love data
Increase 'NP' in surfdisp.f. Change kmax to kmaxLC
2018-05-17 10:49:14 -04:00
Hongjian Fang
2b73597aea nothing important
change the script for generating true model and add script for ploting
paths
2018-02-03 11:38:11 -05:00
Hongjian Fang
6b00b85ba0 revise the weighting scheme
constant smoothing weight for all iterations now
2017-12-18 20:23:13 +08:00
Hongjian Fang
6e1c1016b6 change weight scheme 2017-12-12 14:26:42 +08:00
Hongjian Fang
ca4e860a15 add raw data
taipei example from Prof. Huajian Yao's program
2017-07-03 22:09:36 +08:00
Hongjian Fang
dd484c5b55 fix format of output
something wrong with the format, change from f8.4 to f9.3, also small bug fixed
2017-07-04 05:41:45 +08:00
Hongjian Fang
40f6ed622c output intermediate model with iteration number
also remove model variation estimation
2017-07-04 02:49:02 +08:00
Hongjian Fang
39f5930411 bug fixed
bug causing residual doesn't drop
2017-07-03 21:55:45 +08:00
Hongjian Fang
f4181ebfa7 runable for group velocity
still need to be tested for Love wave group vel
2017-07-03 05:51:18 +08:00
Hongjian Fang
db87c3c9d8 small bug fixed
remove model estimation
2017-07-02 14:20:24 +08:00
Hongjian Fang
79282acedf trace phase vel map
trace phase vel for group velocity measurements.
2017-07-02 14:08:59 +08:00
Hongjian Fang
6441d9e1e1 runable example 2017-04-19 07:25:07 -06:00
Hongjian Fang
5256d88833 adding example data 2017-04-18 23:55:46 -06:00
Hongjian Fang
712e0ab3ca README.md edited online with Bitbucket 2017-04-19 05:25:33 +00:00
Hongjian Fang
e411d4cc63 README.md edited online with Bitbucket 2017-04-19 05:24:53 +00:00
Hongjian Fang
533e444835 Licence.txt created online with Bitbucket 2017-04-19 05:21:44 +00:00
Hongjian Fang
6f924f3b72 generating phase/group velocity maps
extract velocity model of the last iteration form IterVel.out and save
it as MOD.true, change maxiter as 0 (line 12) and synthetic flag as 1
(line 19) in 'Surftomo.in', then rerun the code
2017-01-16 14:16:39 +08:00
Hongjian Fang
4f2f7cbce5 add model uncertainty estimation
add model uncertainty estimation with random models, also indent all the
code to make them a little bit easy to read
bug fix about shift when output the velocity model
2016-08-07 20:05:49 +02:00
225 changed files with 12248 additions and 3368 deletions

7
.gitignore vendored Normal file
View File

@ -0,0 +1,7 @@
*.o
*.mod
Applications
example_*
.gitignore
temp
DSurfTomo

21
Licence.txt Normal file
View File

@ -0,0 +1,21 @@
MIT License
Copyright (c) 2017 Hongjian Fang
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

View File

@ -1,15 +1,8 @@
# SurfTomo15
DSurfTomo is the surface wave inversion program which can directly invert surface wave
dispersion data to 3D shear wave speed without the intermediate step of constructing
the phase or group velocity maps.A fast march method (FMM) is used to compute, at each
period, surface wave travel times and ray paths between sources and receivers. This
avoids the assumption of great-circle propagation that is used in most surface wave
tomographic studies, but which is not appropriate in complex media.
For detail description of the method, please refer to:
Fang, H., Yao, H., Zhang, H., Huang, Y. C., & van der Hilst, R. D. (2015).
Direct inversion of surface wave dispersion for three-dimensional shallow
crustal structure based on ray tracing: methodology and application. Geophysical Journal International, 201(3), 1251-1263.
DSurfTomo is a surface wave tomography program which inverts surface wave dispersion data directly to 3D shear wavespeed models without the intermediate step of constructing the phase or group velocity maps.
The fast marching method (FMM) (Rawlinson et al., 2004) is used to compute, at each period, surface wave travel times and ray paths between sources and receivers. This avoids the assumption of great-circle propagation that is used in most surface wave tomographic studies, but which is not appropriate in complex media.
To show its usage, an example of Taipei Basin tomography is provided, including scripts that are used for data reformating and plotting results. Interested users are recommended to refer to Fang et al. (2015 , GJI) for the detail description of the method.
Fang, H., Yao, H., Zhang, H., Huang, Y. C., & van der Hilst, R. D. (2015). Direct inversion of surface wave dispersion for three-dimensional shallow crustal structure based on ray tracing: methodology and application. Geophysical Journal International, 201(3), 1251-1263.
Rawlinson, N. & Sambridge, M., 2004. Wave front evolution in strongly heterogeneous layered media using the fast marching method, Geophys. J. Int., 156(3), 631647
This is the source code without users' manual and examples about how to use it. If you need a detail description and some examples,
feel free to send an email to Hongjian Fang (fanghj@mail.ustc.edu.cn) with a brief introduction about yourself and why you want to
use it. We will be happy to help.

View File

@ -0,0 +1,9 @@
121.511100 25.148500
121.476890 25.158529
0.5 0.799
0.6 0.822
0.7 0.856
0.8 0.900
0.9 0.934
1.0 0.968
1.1 1.027

View File

@ -0,0 +1,8 @@
121.511100 25.148500
121.417420 25.128920
1.2 1.971
1.3 1.954
1.4 1.861
1.5 1.852
1.6 1.847
1.7 1.836

View File

@ -0,0 +1,7 @@
121.511100 25.148500
121.473190 25.119850
0.8 0.954
0.9 1.013
1.0 1.041
1.1 1.106
1.2 1.204

View File

@ -0,0 +1,9 @@
121.511100 25.148500
121.462250 25.090361
1.0 1.338
1.1 1.387
1.2 1.418
1.3 1.382
1.4 1.457
1.5 1.556
1.6 1.592

View File

@ -0,0 +1,12 @@
121.511100 25.148500
121.435220 25.083694
1.4 1.139
1.5 1.141
1.6 1.176
1.7 1.222
1.8 1.251
1.9 1.277
2.0 1.309
2.1 1.357
2.2 1.416
2.3 1.467

View File

@ -0,0 +1,4 @@
121.511100 25.148500
121.499190 25.133539
0.5 1.042
0.6 1.055

View File

@ -0,0 +1,6 @@
121.511100 25.148500
121.515930 25.102119
0.7 1.304
0.8 1.379
0.9 1.454
1.0 1.552

View File

@ -0,0 +1,5 @@
121.511100 25.148500
121.564030 25.106000
1.2 1.642
1.3 1.661
1.4 1.686

View File

@ -0,0 +1,13 @@
121.511100 25.148500
121.477750 25.065750
1.0 1.294
1.1 1.313
1.2 1.379
1.3 1.408
1.4 1.432
1.5 1.450
1.6 1.467
1.7 1.485
1.8 1.506
1.9 1.535
2.0 1.573

View File

@ -0,0 +1,9 @@
121.511100 25.148500
121.556200 25.064800
1.2 1.464
1.3 1.511
1.4 1.605
1.5 1.635
1.6 1.724
1.7 1.815
1.8 1.840

View File

@ -0,0 +1,12 @@
121.511100 25.148500
121.515720 25.053694
0.8 1.467
0.9 1.543
1.0 1.633
1.1 1.626
1.2 1.744
1.3 1.775
1.4 1.833
1.5 1.882
1.6 1.917
1.7 1.963

View File

@ -0,0 +1,16 @@
121.511100 25.148500
121.431140 25.061472
1.3 1.088
1.4 1.114
1.5 1.155
1.6 1.202
1.7 1.234
1.8 1.264
1.9 1.316
2.0 1.358
2.1 1.400
2.2 1.444
2.3 1.490
2.4 1.529
2.5 1.564
2.6 1.597

View File

@ -0,0 +1,14 @@
121.511100 25.148500
121.493670 25.034278
1.1 1.473
1.2 1.518
1.3 1.584
1.4 1.636
1.5 1.714
1.6 1.794
1.7 1.895
1.8 1.922
1.9 1.912
2.0 1.909
2.1 1.921
2.2 1.939

View File

@ -0,0 +1,18 @@
121.511100 25.148500
121.442190 25.034611
1.1 1.411
1.2 1.486
1.3 1.537
1.4 1.570
1.5 1.590
1.6 1.596
1.7 1.594
1.8 1.608
1.9 1.630
2.0 1.659
2.1 1.697
2.2 1.734
2.3 1.766
2.4 1.793
2.5 1.816
2.6 1.837

View File

@ -0,0 +1,18 @@
121.511100 25.148500
121.474190 25.019000
1.0 1.417
1.1 1.413
1.2 1.434
1.3 1.500
1.4 1.533
1.5 1.557
1.6 1.587
1.7 1.628
1.8 1.662
1.9 1.698
2.0 1.743
2.1 1.788
2.2 1.824
2.3 1.853
2.4 1.879
2.5 1.902

View File

@ -0,0 +1,17 @@
121.511100 25.148500
121.510670 25.014722
1.1 1.418
1.2 1.460
1.3 1.509
1.4 1.573
1.5 1.622
1.6 1.681
1.7 1.742
1.8 1.787
1.9 1.825
2.0 1.856
2.1 1.879
2.2 1.898
2.3 1.917
2.4 1.938
2.5 1.961

View File

@ -0,0 +1,19 @@
121.511100 25.148500
121.442690 24.997722
1.4 1.427
1.5 1.468
1.6 1.499
1.7 1.534
1.8 1.564
1.9 1.598
2.0 1.644
2.1 1.683
2.2 1.714
2.3 1.744
2.4 1.778
2.5 1.814
2.6 1.847
2.7 1.876
2.8 1.901
2.9 1.922
3.0 1.942

View File

@ -0,0 +1,16 @@
121.511100 25.148500
121.568640 24.999536
1.4 1.545
1.5 1.645
1.6 1.682
1.7 1.731
1.8 1.781
1.9 1.818
2.0 1.852
2.1 1.898
2.2 1.961
2.3 2.004
2.4 2.025
2.5 2.040
2.6 2.057
2.7 2.075

View File

@ -0,0 +1,27 @@
121.511100 25.148500
121.387470 25.010056
1.0 1.203
1.1 1.214
1.2 1.235
1.3 1.247
1.4 1.291
1.5 1.330
1.6 1.346
1.7 1.358
1.8 1.421
1.9 1.429
2.0 1.443
2.1 1.529
2.2 1.555
2.3 1.576
2.4 1.603
2.5 1.642
2.6 1.682
2.7 1.715
2.8 1.741
2.9 1.764
3.0 1.786
3.1 1.806
3.2 1.827
3.3 1.847
3.4 1.867

View File

@ -0,0 +1,9 @@
121.476890 25.158529
121.417420 25.128920
0.8 1.417
0.9 1.422
1.0 1.436
1.1 1.493
1.2 1.510
1.3 1.529
1.4 1.557

View File

@ -0,0 +1,12 @@
121.476890 25.158529
121.473190 25.119850
0.5 0.646
0.6 0.654
0.7 0.682
0.8 0.714
0.9 0.759
1.0 0.813
1.1 0.871
1.2 0.912
1.3 0.948
1.4 1.023

View File

@ -0,0 +1,9 @@
121.476890 25.158529
121.462250 25.090361
1.2 0.914
1.3 0.972
1.4 1.029
1.5 1.112
1.6 1.179
1.7 1.259
1.8 1.331

View File

@ -0,0 +1,9 @@
121.476890 25.158529
121.435220 25.083694
1.3 1.148
1.4 1.188
1.5 1.264
1.6 1.314
1.7 1.483
1.8 1.548
1.9 1.613

View File

@ -0,0 +1,3 @@
121.476890 25.158529
121.499190 25.133539
1.1 1.062

View File

@ -0,0 +1,12 @@
121.476890 25.158529
121.515930 25.102119
0.7 0.936
0.8 0.976
0.9 1.015
1.0 1.082
1.1 1.133
1.2 1.222
1.3 1.282
1.4 1.336
1.5 1.386
1.6 1.430

View File

@ -0,0 +1,16 @@
121.476890 25.158529
121.564030 25.106000
0.7 1.224
0.8 1.248
0.9 1.241
1.0 1.288
1.1 1.321
1.2 1.414
1.3 1.440
1.4 1.481
1.5 1.533
1.6 1.561
1.7 1.586
1.8 1.613
1.9 1.641
2.0 1.670

View File

@ -0,0 +1,18 @@
121.476890 25.158529
121.477750 25.065750
0.8 0.960
0.9 0.983
1.0 1.024
1.1 1.074
1.2 1.079
1.3 1.119
1.4 1.132
1.5 1.171
1.6 1.199
1.7 1.212
1.8 1.226
1.9 1.242
2.0 1.264
2.1 1.300
2.2 1.399
2.3 1.480

View File

@ -0,0 +1,18 @@
121.476890 25.158529
121.556200 25.064800
0.9 1.221
1.0 1.254
1.1 1.297
1.2 1.323
1.3 1.350
1.4 1.400
1.5 1.434
1.6 1.468
1.7 1.543
1.8 1.572
1.9 1.598
2.0 1.632
2.1 1.673
2.2 1.710
2.3 1.739
2.4 1.762

View File

@ -0,0 +1,16 @@
121.476890 25.158529
121.515720 25.053694
1.0 1.331
1.1 1.394
1.2 1.486
1.3 1.506
1.4 1.584
1.5 1.616
1.6 1.635
1.7 1.665
1.8 1.709
1.9 1.727
2.0 1.735
2.1 1.745
2.2 1.757
2.3 1.771

View File

@ -0,0 +1,19 @@
121.476890 25.158529
121.431140 25.061472
1.0 0.799
1.1 0.822
1.2 0.852
1.3 0.887
1.4 0.907
1.5 0.952
1.6 0.974
1.7 1.013
1.8 1.043
1.9 1.096
2.0 1.138
2.1 1.181
2.2 1.246
2.3 1.319
2.4 1.373
2.5 1.415
2.6 1.452

View File

@ -0,0 +1,14 @@
121.476890 25.158529
121.493670 25.034278
1.5 1.386
1.6 1.401
1.7 1.430
1.8 1.478
1.9 1.545
2.0 1.607
2.1 1.648
2.2 1.680
2.3 1.707
2.4 1.733
2.5 1.759
2.6 1.784

View File

@ -0,0 +1,19 @@
121.476890 25.158529
121.442190 25.034611
1.2 1.009
1.3 1.039
1.4 1.071
1.5 1.122
1.6 1.146
1.7 1.215
1.8 1.241
1.9 1.266
2.0 1.312
2.1 1.355
2.2 1.388
2.3 1.423
2.4 1.468
2.5 1.517
2.6 1.557
2.7 1.590
2.8 1.619

View File

@ -0,0 +1,20 @@
121.476890 25.158529
121.474190 25.019000
1.3 1.235
1.4 1.300
1.5 1.351
1.6 1.387
1.7 1.440
1.8 1.458
1.9 1.455
2.0 1.467
2.1 1.509
2.2 1.564
2.3 1.613
2.4 1.657
2.5 1.696
2.6 1.730
2.7 1.746
2.8 1.718
2.9 1.695
3.0 1.707

View File

@ -0,0 +1,18 @@
121.476890 25.158529
121.510670 25.014722
1.4 1.401
1.5 1.421
1.6 1.460
1.7 1.506
1.8 1.523
1.9 1.559
2.0 1.614
2.1 1.672
2.2 1.727
2.3 1.767
2.4 1.771
2.5 1.760
2.6 1.778
2.7 1.807
2.8 1.840
2.9 1.874

View File

@ -0,0 +1,22 @@
121.476890 25.158529
121.442690 24.997722
1.4 1.228
1.5 1.277
1.6 1.309
1.7 1.315
1.8 1.360
1.9 1.410
2.0 1.449
2.1 1.401
2.2 1.415
2.3 1.455
2.4 1.502
2.5 1.552
2.6 1.599
2.7 1.643
2.8 1.683
2.9 1.720
3.0 1.752
3.1 1.779
3.2 1.802
3.3 1.823

View File

@ -0,0 +1,21 @@
121.476890 25.158529
121.568640 24.999536
1.3 1.425
1.4 1.442
1.5 1.477
1.6 1.522
1.7 1.588
1.8 1.627
1.9 1.646
2.0 1.664
2.1 1.724
2.2 1.780
2.3 1.799
2.4 1.820
2.5 1.847
2.6 1.879
2.7 1.915
2.8 1.954
2.9 1.992
3.0 2.028
3.1 2.058

View File

@ -0,0 +1,23 @@
121.476890 25.158529
121.387470 25.010056
1.4 1.088
1.5 1.096
1.6 1.117
1.7 1.135
1.8 1.170
1.9 1.212
2.0 1.245
2.1 1.276
2.2 1.312
2.3 1.353
2.4 1.390
2.5 1.426
2.6 1.463
2.7 1.506
2.8 1.553
2.9 1.596
3.0 1.635
3.1 1.671
3.2 1.705
3.3 1.737
3.4 1.768

View File

@ -0,0 +1,11 @@
121.417420 25.128920
121.473190 25.119850
0.5 0.943
0.6 0.962
0.7 0.962
0.8 0.974
0.9 1.006
1.0 1.082
1.1 1.195
1.2 1.299
1.3 1.333

View File

@ -0,0 +1,7 @@
121.417420 25.128920
121.462250 25.090361
1.2 0.993
1.3 1.006
1.4 1.068
1.5 1.146
1.6 1.184

View File

@ -0,0 +1,6 @@
121.417420 25.128920
121.435220 25.083694
1.1 0.913
1.2 0.962
1.3 1.007
1.4 1.151

View File

@ -0,0 +1,7 @@
121.417420 25.128920
121.499190 25.133539
1.0 1.563
1.1 1.569
1.2 1.620
1.3 1.808
1.4 1.910

View File

@ -0,0 +1,13 @@
121.417420 25.128920
121.515930 25.102119
1.1 1.176
1.2 1.203
1.3 1.296
1.4 1.344
1.5 1.408
1.6 1.459
1.7 1.453
1.8 1.453
1.9 1.474
2.0 1.505
2.1 1.544

View File

@ -0,0 +1,17 @@
121.417420 25.128920
121.564030 25.106000
1.1 1.791
1.2 1.792
1.3 1.871
1.4 1.963
1.5 2.018
1.6 2.022
1.7 2.026
1.8 2.040
1.9 2.056
2.0 2.063
2.1 2.044
2.2 1.995
2.3 1.971
2.4 1.975
2.5 1.992

View File

@ -0,0 +1,12 @@
121.417420 25.128920
121.477750 25.065750
1.2 1.368
1.3 1.380
1.4 1.430
1.5 1.477
1.6 1.497
1.7 1.504
1.8 1.495
1.9 1.469
2.0 1.446
2.1 1.435

View File

@ -0,0 +1,13 @@
121.417420 25.128920
121.556200 25.064800
1.5 1.798
1.6 1.834
1.7 1.996
1.8 2.065
1.9 2.099
2.0 2.081
2.1 2.038
2.2 2.045
2.3 2.064
2.4 2.080
2.5 2.084

View File

@ -0,0 +1,9 @@
121.417420 25.128920
121.515720 25.053694
1.5 1.746
1.6 1.744
1.7 1.717
1.8 1.710
1.9 1.734
2.0 1.886
2.1 1.973

View File

@ -0,0 +1,7 @@
121.417420 25.128920
121.431140 25.061472
1.3 1.244
1.4 1.283
1.5 1.351
1.6 1.407
1.7 1.457

View File

@ -0,0 +1,13 @@
121.417420 25.128920
121.493670 25.034278
0.9 1.611
1.0 1.701
1.1 1.827
1.2 1.916
1.3 2.025
1.4 2.160
1.5 2.311
1.6 2.379
1.7 2.336
1.8 2.271
1.9 2.271

View File

@ -0,0 +1,13 @@
121.417420 25.128920
121.442190 25.034611
1.0 1.303
1.1 1.308
1.2 1.398
1.3 1.511
1.4 1.636
1.5 1.710
1.6 1.737
1.7 1.709
1.8 1.685
1.9 1.704
2.0 1.743

View File

@ -0,0 +1,12 @@
121.417420 25.128920
121.474190 25.019000
1.3 1.696
1.4 1.724
1.5 1.725
1.6 1.692
1.7 1.687
1.8 1.698
1.9 1.765
2.0 1.929
2.1 1.968
2.2 1.999

View File

@ -0,0 +1,19 @@
121.417420 25.128920
121.510670 25.014722
1.2 1.509
1.3 1.507
1.4 1.557
1.5 1.595
1.6 1.593
1.7 1.569
1.8 1.543
1.9 1.542
2.0 1.563
2.1 1.621
2.2 1.672
2.3 1.709
2.4 1.744
2.5 1.779
2.6 1.813
2.7 1.844
2.8 1.873

View File

@ -0,0 +1,20 @@
121.417420 25.128920
121.442690 24.997722
1.3 1.338
1.4 1.347
1.5 1.406
1.6 1.425
1.7 1.422
1.8 1.405
1.9 1.388
2.0 1.382
2.1 1.387
2.2 1.419
2.3 1.488
2.4 1.514
2.5 1.529
2.6 1.542
2.7 1.554
2.8 1.567
2.9 1.582
3.0 1.598

View File

@ -0,0 +1,29 @@
121.417420 25.128920
121.568640 24.999536
1.2 1.268
1.3 1.313
1.4 1.316
1.5 1.343
1.6 1.361
1.7 1.380
1.8 1.402
1.9 1.427
2.0 1.473
2.1 1.524
2.2 1.547
2.3 1.562
2.4 1.566
2.5 1.531
2.6 1.502
2.7 1.504
2.8 1.513
2.9 1.530
3.0 1.568
3.1 1.631
3.2 1.673
3.3 1.700
3.4 1.720
3.5 1.739
3.6 1.755
3.7 1.771
3.8 1.787

View File

@ -0,0 +1,14 @@
121.417420 25.128920
121.387470 25.010056
1.7 1.252
1.8 1.248
1.9 1.266
2.0 1.295
2.1 1.320
2.2 1.338
2.3 1.355
2.4 1.374
2.5 1.403
2.6 1.482
2.7 1.560
2.8 1.595

View File

@ -0,0 +1,8 @@
121.473190 25.119850
121.462250 25.090361
0.5 0.828
0.6 0.849
0.7 0.879
0.8 0.904
0.9 0.912
1.0 1.007

View File

@ -0,0 +1,12 @@
121.473190 25.119850
121.435220 25.083694
0.5 1.087
0.6 1.080
0.7 1.106
0.8 1.094
0.9 1.097
1.0 1.153
1.1 1.179
1.2 1.204
1.3 1.230
1.4 1.249

View File

@ -0,0 +1,5 @@
121.473190 25.119850
121.499190 25.133539
0.5 1.391
0.6 1.434
0.7 1.364

View File

@ -0,0 +1,10 @@
121.473190 25.119850
121.515930 25.102119
0.5 1.295
0.6 1.315
0.7 1.344
0.8 1.313
0.9 1.370
1.0 1.368
1.1 1.306
1.2 1.303

View File

@ -0,0 +1,14 @@
121.473190 25.119850
121.564030 25.106000
1.0 1.055
1.1 1.107
1.2 1.147
1.3 1.189
1.4 1.195
1.5 1.213
1.6 1.239
1.7 1.255
1.8 1.270
1.9 1.286
2.0 1.307
2.1 1.343

View File

@ -0,0 +1,10 @@
121.473190 25.119850
121.477750 25.065750
1.0 0.825
1.1 0.865
1.2 0.928
1.3 0.972
1.4 1.017
1.5 1.056
1.6 1.088
1.7 1.113

View File

@ -0,0 +1,13 @@
121.473190 25.119850
121.556200 25.064800
1.2 1.289
1.3 1.310
1.4 1.388
1.5 1.409
1.6 1.440
1.7 1.495
1.8 1.546
1.9 1.581
2.0 1.598
2.1 1.582
2.2 1.544

View File

@ -0,0 +1,12 @@
121.473190 25.119850
121.515720 25.053694
1.1 1.176
1.2 1.201
1.3 1.218
1.4 1.230
1.5 1.251
1.6 1.280
1.7 1.312
1.8 1.341
1.9 1.365
2.0 1.386

View File

@ -0,0 +1,9 @@
121.473190 25.119850
121.431140 25.061472
1.6 1.067
1.7 1.060
1.8 1.066
1.9 1.072
2.0 1.084
2.1 1.103
2.2 1.125

View File

@ -0,0 +1,10 @@
121.473190 25.119850
121.493670 25.034278
1.5 1.074
1.6 1.091
1.7 1.099
1.8 1.095
1.9 1.105
2.0 1.159
2.1 1.225
2.2 1.354

View File

@ -0,0 +1,12 @@
121.473190 25.119850
121.442190 25.034611
1.4 1.020
1.5 1.076
1.6 1.112
1.7 1.142
1.8 1.177
1.9 1.211
2.0 1.245
2.1 1.284
2.2 1.326
2.3 1.366

View File

@ -0,0 +1,14 @@
121.473190 25.119850
121.474190 25.019000
1.2 1.160
1.3 1.209
1.4 1.250
1.5 1.274
1.6 1.311
1.7 1.373
1.8 1.422
1.9 1.463
2.0 1.500
2.1 1.536
2.2 1.568
2.3 1.593

View File

@ -0,0 +1,15 @@
121.473190 25.119850
121.510670 25.014722
1.3 1.306
1.4 1.347
1.5 1.425
1.6 1.461
1.7 1.493
1.8 1.542
1.9 1.594
2.0 1.638
2.1 1.680
2.2 1.718
2.3 1.731
2.4 1.644
2.5 1.628

View File

@ -0,0 +1,14 @@
121.473190 25.119850
121.442690 24.997722
1.6 1.057
1.7 1.120
1.8 1.159
1.9 1.205
2.0 1.288
2.1 1.392
2.2 1.442
2.3 1.472
2.4 1.501
2.5 1.541
2.6 1.586
2.7 1.627

View File

@ -0,0 +1,19 @@
121.473190 25.119850
121.568640 24.999536
1.2 1.383
1.3 1.435
1.4 1.451
1.5 1.508
1.6 1.570
1.7 1.631
1.8 1.667
1.9 1.700
2.0 1.751
2.1 1.839
2.2 1.920
2.3 1.965
2.4 1.939
2.5 1.883
2.6 1.891
2.7 1.911
2.8 1.934

View File

@ -0,0 +1,17 @@
121.473190 25.119850
121.387470 25.010056
1.6 1.116
1.7 1.156
1.8 1.194
1.9 1.233
2.0 1.248
2.1 1.264
2.2 1.291
2.3 1.306
2.4 1.312
2.5 1.340
2.6 1.389
2.7 1.501
2.8 1.573
2.9 1.616
3.0 1.646

View File

@ -0,0 +1,7 @@
121.462250 25.090361
121.435220 25.083694
0.5 1.324
0.6 1.297
0.7 1.216
0.8 1.070
0.9 1.032

View File

@ -0,0 +1,10 @@
121.462250 25.090361
121.499190 25.133539
1.1 0.861
1.2 0.898
1.3 0.980
1.4 1.010
1.5 1.039
1.6 1.075
1.7 1.096
1.8 1.109

View File

@ -0,0 +1,8 @@
121.462250 25.090361
121.515930 25.102119
0.8 1.242
0.9 1.232
1.0 1.219
1.1 1.243
1.2 1.334
1.3 1.399

View File

@ -0,0 +1,12 @@
121.462250 25.090361
121.564030 25.106000
1.2 1.176
1.3 1.200
1.4 1.244
1.5 1.254
1.6 1.267
1.7 1.315
1.8 1.343
1.9 1.366
2.0 1.398
2.1 1.511

View File

@ -0,0 +1,5 @@
121.462250 25.090361
121.477750 25.065750
0.8 0.858
0.9 0.877
1.0 0.886

View File

@ -0,0 +1,11 @@
121.462250 25.090361
121.556200 25.064800
1.4 1.091
1.5 1.122
1.6 1.152
1.7 1.261
1.8 1.309
1.9 1.336
2.0 1.352
2.1 1.380
2.2 1.424

View File

@ -0,0 +1,11 @@
121.462250 25.090361
121.515720 25.053694
1.0 0.965
1.1 0.975
1.2 1.035
1.3 1.049
1.4 1.087
1.5 1.129
1.6 1.155
1.7 1.178
1.8 1.203

View File

@ -0,0 +1,11 @@
121.462250 25.090361
121.431140 25.061472
0.5 0.749
0.6 0.740
0.7 0.747
0.8 0.780
0.9 0.837
1.0 0.845
1.1 0.924
1.2 0.940
1.3 1.042

View File

@ -0,0 +1,11 @@
121.462250 25.090361
121.493670 25.034278
1.1 0.942
1.2 1.012
1.3 1.036
1.4 1.056
1.5 1.080
1.6 1.112
1.7 1.153
1.8 1.195
1.9 1.224

View File

@ -0,0 +1,12 @@
121.462250 25.090361
121.442190 25.034611
1.1 0.782
1.2 0.827
1.3 0.891
1.4 0.921
1.5 0.951
1.6 0.987
1.7 1.015
1.8 1.035
1.9 1.052
2.0 1.069

View File

@ -0,0 +1,16 @@
121.462250 25.090361
121.474190 25.019000
0.7 0.901
0.8 0.910
0.9 0.940
1.0 1.002
1.1 1.011
1.2 1.054
1.3 1.075
1.4 1.131
1.5 1.171
1.6 1.221
1.7 1.253
1.8 1.267
1.9 1.272
2.0 1.274

View File

@ -0,0 +1,15 @@
121.462250 25.090361
121.510670 25.014722
1.0 1.067
1.1 1.082
1.2 1.119
1.3 1.185
1.4 1.245
1.5 1.304
1.6 1.327
1.7 1.345
1.8 1.359
1.9 1.374
2.0 1.392
2.1 1.410
2.2 1.427

View File

@ -0,0 +1,15 @@
121.462250 25.090361
121.442690 24.997722
1.3 1.009
1.4 1.059
1.5 1.113
1.6 1.162
1.7 1.194
1.8 1.215
1.9 1.210
2.0 1.231
2.1 1.262
2.2 1.294
2.3 1.325
2.4 1.355
2.5 1.383

View File

@ -0,0 +1,14 @@
121.462250 25.090361
121.568640 24.999536
1.5 1.507
1.6 1.516
1.7 1.590
1.8 1.640
1.9 1.667
2.0 1.700
2.1 1.758
2.2 1.821
2.3 1.857
2.4 1.869
2.5 1.864
2.6 1.853

View File

@ -0,0 +1,17 @@
121.462250 25.090361
121.387470 25.010056
1.4 0.899
1.5 0.908
1.6 0.921
1.7 0.939
1.8 0.947
1.9 0.947
2.0 0.959
2.1 0.974
2.2 0.990
2.3 1.008
2.4 1.035
2.5 1.118
2.6 1.181
2.7 1.276
2.8 1.374

View File

@ -0,0 +1,23 @@
121.435220 25.083694
121.499190 25.133539
0.7 0.621
0.8 0.624
0.9 0.644
1.0 0.664
1.1 0.679
1.2 0.708
1.3 0.747
1.4 0.755
1.5 0.768
1.6 0.819
1.7 0.867
1.8 0.900
1.9 0.926
2.0 0.948
2.1 0.967
2.2 0.985
2.3 1.002
2.4 1.017
2.5 1.028
2.6 1.033
2.7 1.035

View File

@ -0,0 +1,13 @@
121.435220 25.083694
121.515930 25.102119
0.7 1.143
0.8 1.187
0.9 1.178
1.0 1.259
1.1 1.340
1.2 1.458
1.3 1.620
1.4 1.676
1.5 1.598
1.6 1.582
1.7 1.603

View File

@ -0,0 +1,12 @@
121.435220 25.083694
121.564030 25.106000
1.5 1.319
1.6 1.331
1.7 1.316
1.8 1.347
1.9 1.383
2.0 1.421
2.1 1.479
2.2 1.596
2.3 1.671
2.4 1.722

View File

@ -0,0 +1,13 @@
121.435220 25.083694
121.477750 25.065750
0.5 0.622
0.6 0.641
0.7 0.661
0.8 0.687
0.9 0.736
1.0 0.774
1.1 0.812
1.2 0.876
1.3 0.925
1.4 0.981
1.5 1.031

View File

@ -0,0 +1,14 @@
121.435220 25.083694
121.556200 25.064800
1.5 1.421
1.6 1.437
1.7 1.451
1.8 1.432
1.9 1.379
2.0 1.373
2.1 1.379
2.2 1.410
2.3 1.503
2.4 1.538
2.5 1.553
2.6 1.565

View File

@ -0,0 +1,9 @@
121.435220 25.083694
121.515720 25.053694
1.2 1.083
1.3 1.135
1.4 1.181
1.5 1.299
1.6 1.391
1.7 1.472
1.8 1.559

View File

@ -0,0 +1,6 @@
121.435220 25.083694
121.431140 25.061472
0.5 0.819
0.6 0.854
0.7 0.943
0.8 1.038

View File

@ -0,0 +1,11 @@
121.435220 25.083694
121.493670 25.034278
1.0 0.876
1.1 0.925
1.2 0.981
1.3 1.064
1.4 1.119
1.5 1.184
1.6 1.249
1.7 1.356
1.8 1.430

View File

@ -0,0 +1,9 @@
121.435220 25.083694
121.442190 25.034611
0.9 0.911
1.0 0.964
1.1 0.978
1.2 1.042
1.3 1.044
1.4 1.060
1.5 1.204

View File

@ -0,0 +1,9 @@
121.435220 25.083694
121.474190 25.019000
1.3 0.964
1.4 1.007
1.5 1.039
1.6 1.132
1.7 1.197
1.8 1.308
1.9 1.436

View File

@ -0,0 +1,10 @@
121.435220 25.083694
121.510670 25.014722
1.3 1.179
1.4 1.186
1.5 1.267
1.6 1.340
1.7 1.432
1.8 1.505
1.9 1.586
2.0 1.696

View File

@ -0,0 +1,11 @@
121.435220 25.083694
121.442690 24.997722
1.1 1.087
1.2 1.080
1.3 1.109
1.4 1.198
1.5 1.282
1.6 1.332
1.7 1.415
1.8 1.514
1.9 1.645

Some files were not shown because too many files have changed in this diff Show More