Skip to content

Commit

Permalink
update utm for veis method #68
Browse files Browse the repository at this point in the history
  • Loading branch information
demanasta committed Sep 8, 2021
1 parent 4adced4 commit 533638e
Show file tree
Hide file tree
Showing 27 changed files with 7 additions and 7 deletions.
Empty file modified .github/CHANGELOG.md
100644 → 100755
Empty file.
Empty file modified .github/CODE_OF_CONDUCT.md
100644 → 100755
Empty file.
Empty file modified .github/CONTRIBUTING.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/bug_report.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/custom.md
100644 → 100755
Empty file.
Empty file modified .github/ISSUE_TEMPLATE/feature_request.md
100644 → 100755
Empty file.
Empty file modified .github/PULL_REQUEST_TEMPLATE.md
100644 → 100755
Empty file.
Empty file modified .gitignore
100644 → 100755
Empty file.
Empty file modified .travis.yml
100644 → 100755
Empty file.
Empty file modified LICENSE
100644 → 100755
Empty file.
Empty file modified README.md
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion bin/StrainTensor.py
Original file line number Diff line number Diff line change
Expand Up @@ -527,7 +527,7 @@ class myFormatter(
##+ 3 points (in UTM) and equal_weights weighting scheme.
sstr = ShenStrain(cx, cy, cy<0e0, [sta_list_utm[trng[0]], sta_list_utm[trng[1]], sta_list_utm[trng[2]]], weighting_function='equal_weights')
sstr.estimate()
sstr.print_details(fout, utm_lcm)
sstr.print_details(fout, lcm)
## Print the triangle in the corresponding file (ellipsoidal crd, degrees)
print('> {:}, {:}, {:}'.format(sta_list_utm[trng[0]].name, sta_list_utm[trng[1]].name, sta_list_utm[trng[2]].name), file=dlnout)
print('{:+8.5f} {:8.5f}\n{:+8.5f} {:8.5f}\n{:+8.5f} {:8.5f}\n{:+8.5f} {:8.5f}'.format(*[ degrees(x) for x in [sta_list_ell[trng[0]].lon, sta_list_ell[trng[0]].lat, sta_list_ell[trng[1]].lon, sta_list_ell[trng[1]].lat, sta_list_ell[trng[2]].lon, sta_list_ell[trng[2]].lat, sta_list_ell[trng[0]].lon, sta_list_ell[trng[0]].lat]]), file=dlnout)
Expand Down
Empty file modified data/station_info.dat.ref
100644 → 100755
Empty file.
Empty file modified data/strain_info.dat.ref
100644 → 100755
Empty file.
Empty file modified doc/readme.html
100644 → 100755
Empty file.
Empty file modified doc/readme.md
100644 → 100755
Empty file.
Empty file modified doc/straindoc.js
100644 → 100755
Empty file.
12 changes: 6 additions & 6 deletions plot/default-param
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ PAPER_SIZE="30cx30c" # width x height

# //////////////////////////////////////////////////////////////////////////////
# Set default REGION
west=17 #19.5
east=30 #29
south=34
north=43 #42
projscale=6000000
frame=1
west=25
east=50
south=-30
north=22
projscale=20000000
frame=2

# length of plot scale (Km)
sclength=100
Expand Down
Empty file modified plot/default-param.def
100644 → 100755
Empty file.
Empty file modified pystrain/pystrain/Makefile
100644 → 100755
Empty file.
Empty file modified pystrain/pystrain/__init__.py
100644 → 100755
Empty file.
Empty file modified pystrain/pystrain/geodesy/__init__.py
100644 → 100755
Empty file.
Empty file modified pystrain/pystrain/iotools/__init__.py
100644 → 100755
Empty file.
Empty file modified pystrain/pystrain/iotools/iparser.py
100644 → 100755
Empty file.
Empty file modified pystrain/pystrain/station.py
100644 → 100755
Empty file.
Empty file modified pystrain/setup.py
100644 → 100755
Empty file.

0 comments on commit 533638e

Please sign in to comment.