pygrnwang 1.0.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pygrnwang-1.0.0/LICENSE +21 -0
- pygrnwang-1.0.0/MANIFEST.in +9 -0
- pygrnwang-1.0.0/PKG-INFO +69 -0
- pygrnwang-1.0.0/README.md +30 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/dc3d.f +665 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/dc3d0.f +460 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcdisc.f +188 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcglobal.h +15 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcgrn.f +447 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcmain.f +327 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/edcoutput.f +134 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/getdata.f +30 -0
- pygrnwang-1.0.0/fortran_src_codes/edcmp2.0_src/okada.f +189 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/axb.f +26 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/bessj.f +58 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/bessj0.f +42 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/bessj1.f +42 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgbstab.f +60 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgglobal.h +25 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edghask.f +79 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgkern.f +36 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edglayer.f +77 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmain.f +299 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmatinv.f +55 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmatrix.f +48 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgmoment.f +97 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgpsv.f +321 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgsh.f +208 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgsublay.f +78 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/edgwvint.f +334 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/gemp.f +83 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/getdata.f +26 -0
- pygrnwang-1.0.0/fortran_src_codes/edgrn2.0_src/memcpy.f +17 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/bessj.f +54 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/bessj0.f +33 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/bessj1.f +33 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/caxcb.f +20 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/cdgemp.f +81 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/cmemcpy.f +15 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/four1.f +65 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/getdata.f +26 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsam2ve.f +61 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsbsj.f +36 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsfftinv.f +138 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsgetinp.f +763 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsglobal.h +189 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qshksh.f +51 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qskern.f +33 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qslayer.f +128 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsmain.f +78 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsmatrix0.f +86 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsmultis.f +135 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qspsv.f +610 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsqmodel.f +61 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qssh.f +240 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qssource.f +69 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qssublay.f +142 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qsve2am.f +75 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qswavelet.f +60 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qswaveno.f +37 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/qswvint.f +300 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis06_src/taper.f +25 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/bessj.f +54 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/bessj0.f +33 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/bessj1.f +33 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/caxcb.f +20 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/cdgemp.f +81 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/cmemcpy.f +15 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/four1.f +65 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/getdata.f +26 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsam2ve.f +61 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsbsj.f +36 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsfftinv.f +138 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsgetinp.f +843 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsglobal.h +192 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qshksh.f +51 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qskern.f +33 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qslayer.f +128 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsmain.f +78 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsmatrix0.f +86 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsmultis.f +136 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qspsv.f +610 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsqmodel.f +61 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qssh.f +240 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qssource.f +69 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qssublay.f +142 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qsve2am.f +75 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qswavelet.f +60 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qswaveno.f +37 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/qswvint.f +422 -0
- pygrnwang-1.0.0/fortran_src_codes/qseis2025_src/taper.f +25 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/banddpasss.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/brunewvlet.f +22 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/butterworth.f +37 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/caxcb.f +20 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/cdsvd500.f +107 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/cmemcpy.f +15 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/disazi.f +73 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/four1w.f +77 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/fsimpson.f +34 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/legendre.f +28 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/moments.f +41 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpalloc.f +119 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpdifmat0.f +91 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpdifmatl.f +116 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpdifmats.f +96 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpfftinv.f +240 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpgetinp.f +686 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpgrnspec.f +752 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qplegendre.f +28 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpmain.f +78 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qppsvkern.f +257 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qppsvkerng.f +124 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpqmodel.f +68 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpshkern.f +90 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsmat.f +284 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsmat0.f +124 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsmatc.f +142 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsprop.f +1602 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsprop0.f +229 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpspropg.f +2037 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpspropg0.f +212 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart0.f +40 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart0a.f +46 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart0g.f +28 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart2t.f +36 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart4.f +88 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart4a.f +65 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart4g.f +51 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart6.f +123 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart6a.f +103 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpstart6g.f +29 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpsublayer.f +714 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qptmat.f +99 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qptprop.f +196 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/qpwvint.f +1112 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/ruku.f +108 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/skipdoc.f +20 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbdphj.f +48 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbdphy.f +48 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbh12.f +41 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbjh.f +162 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbphj.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbphy.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbpsj.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/spbpsy.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/swavelet.f +31 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/taper.f +31 -0
- pygrnwang-1.0.0/fortran_src_codes/qssp2020_src/transfs2t.f +143 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/banddpasss.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/butterworth.f +37 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/caxcb.f +20 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/cdsvd.f +117 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/cmemcpy.f +15 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/disazi.f +73 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/four1w.f +77 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/legendre.f +24 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpalloc.f +81 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdifmat2.f +38 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdifmat4.f +48 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdifmat6.f +72 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpdocu.f +177 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpfftinv.f +42 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpgetinp.f +335 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpgrnspec.f +522 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qplegendre.f +29 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpmain.f +82 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpmaxdeg.f +50 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qppsvkern.f +220 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qppsvkerng.f +34 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpqmodel.f +68 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpshkern.f +75 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsmat.f +267 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsmat0.f +97 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsmatc.f +143 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsprop.f +796 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsprop0.f +105 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsprop1.f +855 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpspropg.f +987 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpspropg0.f +83 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpspropg1.f +837 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpstart0.f +38 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpstart4.f +87 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpstart6.f +123 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpsublayer.f +422 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qptmat.f +99 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qptprop.f +109 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qptprop1.f +123 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/qpwvint.f +412 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/ruku.f +117 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/skipdoc.f +20 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbdphj.f +48 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbdphy.f +48 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbjh.f +223 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbphj.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbphy.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbpsj.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/spbpsy.f +44 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/swavelet.f +31 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/taper.f +31 -0
- pygrnwang-1.0.0/fortran_src_codes/spgrn2020_src/tpssub.f +523 -0
- pygrnwang-1.0.0/pygrnwang/__init__.py +11 -0
- pygrnwang-1.0.0/pygrnwang/ak135fc.py +141 -0
- pygrnwang-1.0.0/pygrnwang/create_edcmp.py +117 -0
- pygrnwang-1.0.0/pygrnwang/create_edcmp_bulk.py +225 -0
- pygrnwang-1.0.0/pygrnwang/create_edgrn.py +96 -0
- pygrnwang-1.0.0/pygrnwang/create_edgrn_bulk.py +147 -0
- pygrnwang-1.0.0/pygrnwang/create_qseis06.py +323 -0
- pygrnwang-1.0.0/pygrnwang/create_qseis06_bulk.py +466 -0
- pygrnwang-1.0.0/pygrnwang/create_qseis2025.py +234 -0
- pygrnwang-1.0.0/pygrnwang/create_qseis2025_bulk.py +260 -0
- pygrnwang-1.0.0/pygrnwang/create_qssp2020.py +282 -0
- pygrnwang-1.0.0/pygrnwang/create_qssp2020_bulk.py +534 -0
- pygrnwang-1.0.0/pygrnwang/create_spgrn.py +140 -0
- pygrnwang-1.0.0/pygrnwang/create_spgrn_bulk.py +222 -0
- pygrnwang-1.0.0/pygrnwang/edcmp2inp.py +132 -0
- pygrnwang-1.0.0/pygrnwang/edgrn2inp.py +91 -0
- pygrnwang-1.0.0/pygrnwang/exec/TauP-2.6.1.jar +0 -0
- pygrnwang-1.0.0/pygrnwang/exec/edcmp2.bin +0 -0
- pygrnwang-1.0.0/pygrnwang/exec/edgrn2.bin +0 -0
- pygrnwang-1.0.0/pygrnwang/exec/qseis06.bin +0 -0
- pygrnwang-1.0.0/pygrnwang/exec/qseis2025.bin +0 -0
- pygrnwang-1.0.0/pygrnwang/exec/qssp2020.bin +0 -0
- pygrnwang-1.0.0/pygrnwang/exec/spgrn2020.bin +0 -0
- pygrnwang-1.0.0/pygrnwang/focal_mechanism.py +360 -0
- pygrnwang-1.0.0/pygrnwang/geo.py +403 -0
- pygrnwang-1.0.0/pygrnwang/obspy_geo.py +310 -0
- pygrnwang-1.0.0/pygrnwang/plot_seismograms.py +20 -0
- pygrnwang-1.0.0/pygrnwang/pytaup.py +146 -0
- pygrnwang-1.0.0/pygrnwang/qseis06inp.py +254 -0
- pygrnwang-1.0.0/pygrnwang/qseis2025inp.py +280 -0
- pygrnwang-1.0.0/pygrnwang/qssp2020inp.py +166 -0
- pygrnwang-1.0.0/pygrnwang/read_by_qssp.py +273 -0
- pygrnwang-1.0.0/pygrnwang/read_edcmp.py +132 -0
- pygrnwang-1.0.0/pygrnwang/read_green_info_spgrn2020.py +37 -0
- pygrnwang-1.0.0/pygrnwang/read_qseis06.py +249 -0
- pygrnwang-1.0.0/pygrnwang/read_qseis06_diff.py +389 -0
- pygrnwang-1.0.0/pygrnwang/read_qseis2025.py +353 -0
- pygrnwang-1.0.0/pygrnwang/read_qssp2020.py +378 -0
- pygrnwang-1.0.0/pygrnwang/read_spgrn.py +212 -0
- pygrnwang-1.0.0/pygrnwang/read_tpts_table.py +52 -0
- pygrnwang-1.0.0/pygrnwang/signal_process.py +95 -0
- pygrnwang-1.0.0/pygrnwang/spgrn2020inp.py +157 -0
- pygrnwang-1.0.0/pygrnwang/utils.py +314 -0
- pygrnwang-1.0.0/pygrnwang.egg-info/PKG-INFO +69 -0
- pygrnwang-1.0.0/pygrnwang.egg-info/SOURCES.txt +304 -0
- pygrnwang-1.0.0/pygrnwang.egg-info/dependency_links.txt +1 -0
- pygrnwang-1.0.0/pygrnwang.egg-info/entry_points.txt +2 -0
- pygrnwang-1.0.0/pygrnwang.egg-info/requires.txt +7 -0
- pygrnwang-1.0.0/pygrnwang.egg-info/top_level.txt +1 -0
- pygrnwang-1.0.0/pyproject.toml +39 -0
- pygrnwang-1.0.0/setup.cfg +4 -0
- pygrnwang-1.0.0/setup.py +69 -0
- pygrnwang-1.0.0/test/test_compare_qssp_spgrn.py +133 -0
- pygrnwang-1.0.0/test/test_correct_stress.py +314 -0
- pygrnwang-1.0.0/test/test_create_edcmp.py +55 -0
- pygrnwang-1.0.0/test/test_create_edgrn_edcmp_bulk.py +57 -0
- pygrnwang-1.0.0/test/test_create_qseis.py +41 -0
- pygrnwang-1.0.0/test/test_create_qseis2025.py +46 -0
- pygrnwang-1.0.0/test/test_create_qseis_strain_diff.py +45 -0
- pygrnwang-1.0.0/test/test_create_qssp.py +63 -0
- pygrnwang-1.0.0/test/test_create_spgrn.py +36 -0
- pygrnwang-1.0.0/test/test_diff_m.py +9 -0
- pygrnwang-1.0.0/test/test_pm_2_r.py +44 -0
- pygrnwang-1.0.0/test/test_read_by_qssp.py +122 -0
- pygrnwang-1.0.0/test/test_read_qseis_strain_diff.py +93 -0
- pygrnwang-1.0.0/test/test_read_qseis_stress.py +77 -0
- pygrnwang-1.0.0/test/test_read_u.py +121 -0
- pygrnwang-1.0.0/test/test_seek_qssp.py +77 -0
pygrnwang-1.0.0/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2024 Zhou Jiangcheng
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
include README.md
|
|
2
|
+
include LICENSE
|
|
3
|
+
recursive-include fortran_src_codes *.f *.for *.f90 *.F *.F90
|
|
4
|
+
recursive-include fortran_src_codes *.inc *.INC *.par *.PAR *.dat *.DAT *.txt *.cfg *.in *.h *.H
|
|
5
|
+
recursive-include pygrnwang/exec *.jar
|
|
6
|
+
exclude pygrnwang/exec/*.bin
|
|
7
|
+
exclude pygrnwang/exec/*.exe
|
|
8
|
+
exclude pygrnwang/exec/*.out
|
|
9
|
+
exclude pygrnwang/exec/*.o
|
pygrnwang-1.0.0/PKG-INFO
ADDED
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: pygrnwang
|
|
3
|
+
Version: 1.0.0
|
|
4
|
+
Summary: A Python library for computing Coulomb Failure Stress Change.
|
|
5
|
+
Author-email: Zhou Jiangcheng <zhoujcpku@outlook.com>
|
|
6
|
+
License: MIT License
|
|
7
|
+
|
|
8
|
+
Copyright (c) 2024 Zhou Jiangcheng
|
|
9
|
+
|
|
10
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
11
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
12
|
+
in the Software without restriction, including without limitation the rights
|
|
13
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
14
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
15
|
+
furnished to do so, subject to the following conditions:
|
|
16
|
+
|
|
17
|
+
The above copyright notice and this permission notice shall be included in all
|
|
18
|
+
copies or substantial portions of the Software.
|
|
19
|
+
|
|
20
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
21
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
22
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
23
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
24
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
25
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
26
|
+
SOFTWARE.
|
|
27
|
+
Project-URL: Homepage, https://github.com/Zhou-Jiangcheng/pygrnwang
|
|
28
|
+
Requires-Python: >=3.11
|
|
29
|
+
Description-Content-Type: text/markdown
|
|
30
|
+
License-File: LICENSE
|
|
31
|
+
Requires-Dist: numpy>=2.3.3
|
|
32
|
+
Requires-Dist: matplotlib>=3.9.2
|
|
33
|
+
Requires-Dist: scipy>=1.16.2
|
|
34
|
+
Requires-Dist: pandas>=2.2.3
|
|
35
|
+
Requires-Dist: jpype1>=1.5.2
|
|
36
|
+
Requires-Dist: tqdm>=4.67.1
|
|
37
|
+
Requires-Dist: mpi4py>=3.1.4
|
|
38
|
+
Dynamic: license-file
|
|
39
|
+
|
|
40
|
+
# **Introduction**
|
|
41
|
+
|
|
42
|
+
This Python package serves as the frontend for calculating and building a Green's function library for synthetic seismograms. The backend consists of Wang Rongjiang's program for calculating synthetic seismograms, including EDGRN/EDCMP, [QSEIS_STRESS](https://github.com/Zhou-Jiangcheng/QSEIS_2006_STRESS), SPGRN, and QSSP (Wang, 1999; Wang 2003; Wang and Wang 2007; Wang et al., 2017). The code includes two parallel modes: one using the multiprocessing library (single-node multi-process) and the other using MPI (multi-node). Traveling time is calculated using [TAUP](https://github.com/crotwell/TauP). Some geographic coordinate transformations use code from [obspy](https://github.com/obspy/obspy).
|
|
43
|
+
|
|
44
|
+
Wang, R. (1999). A simple orthonormalization method for stable and efficient computation of Green’s functions. *Bulletin of the Seismological Society of America* , *89* (3), 733–741. [https://doi.org/10.1785/BSSA0890030733](https://doi.org/10.1785/BSSA0890030733)
|
|
45
|
+
|
|
46
|
+
Wang, R. (2003). Computation of deformation induced by earthquakes in a multi-layered elastic crust—FORTRAN programs EDGRN/EDCMP. Computers & Geosciences, 29(2), 195–207. https://doi.org/10.1016/S0098-3004(02)00111-5
|
|
47
|
+
|
|
48
|
+
Wang, R., & Wang, H. (2007). A fast converging and anti-aliasing algorithm for green’s functions in terms of spherical or cylindrical harmonics. Geophysical Journal International, 170(1), 239–248. https://doi.org/10.1111/j.1365-246X.2007.03385.x
|
|
49
|
+
|
|
50
|
+
Wang, R., Heimann, S., Zhang, Y., Wang, H., & Dahm, T. (2017). Complete synthetic seismograms based on a spherical self-gravitating earth model with an atmosphere–ocean–mantle–core structure. Geophysical Journal International, 210(3), 1739–1764. https://doi.org/10.1093/gji/ggx259
|
|
51
|
+
|
|
52
|
+
Crotwell, H. P., Owens, T., & Ritsema, J. (1999). The TauP Toolkit: Flexible seismic travel-time and ray-path utilities. Seismological Research Letters, 70, 154–160
|
|
53
|
+
|
|
54
|
+
# Installation
|
|
55
|
+
|
|
56
|
+
1. Install the requirments.
|
|
57
|
+
|
|
58
|
+
```
|
|
59
|
+
conda create -n pygrnwang python=3.11
|
|
60
|
+
conda install openjdk jpype1 gfortran numpy scipy pandas tqdm mpi4py -c conda-forge
|
|
61
|
+
```
|
|
62
|
+
|
|
63
|
+
2. Install by pip.
|
|
64
|
+
|
|
65
|
+
```
|
|
66
|
+
git clone https://github.com/Zhou-Jiangcheng/pygrnwang.git
|
|
67
|
+
cd pygrnwang
|
|
68
|
+
pip install .
|
|
69
|
+
```
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# **Introduction**
|
|
2
|
+
|
|
3
|
+
This Python package serves as the frontend for calculating and building a Green's function library for synthetic seismograms. The backend consists of Wang Rongjiang's program for calculating synthetic seismograms, including EDGRN/EDCMP, [QSEIS_STRESS](https://github.com/Zhou-Jiangcheng/QSEIS_2006_STRESS), SPGRN, and QSSP (Wang, 1999; Wang 2003; Wang and Wang 2007; Wang et al., 2017). The code includes two parallel modes: one using the multiprocessing library (single-node multi-process) and the other using MPI (multi-node). Traveling time is calculated using [TAUP](https://github.com/crotwell/TauP). Some geographic coordinate transformations use code from [obspy](https://github.com/obspy/obspy).
|
|
4
|
+
|
|
5
|
+
Wang, R. (1999). A simple orthonormalization method for stable and efficient computation of Green’s functions. *Bulletin of the Seismological Society of America* , *89* (3), 733–741. [https://doi.org/10.1785/BSSA0890030733](https://doi.org/10.1785/BSSA0890030733)
|
|
6
|
+
|
|
7
|
+
Wang, R. (2003). Computation of deformation induced by earthquakes in a multi-layered elastic crust—FORTRAN programs EDGRN/EDCMP. Computers & Geosciences, 29(2), 195–207. https://doi.org/10.1016/S0098-3004(02)00111-5
|
|
8
|
+
|
|
9
|
+
Wang, R., & Wang, H. (2007). A fast converging and anti-aliasing algorithm for green’s functions in terms of spherical or cylindrical harmonics. Geophysical Journal International, 170(1), 239–248. https://doi.org/10.1111/j.1365-246X.2007.03385.x
|
|
10
|
+
|
|
11
|
+
Wang, R., Heimann, S., Zhang, Y., Wang, H., & Dahm, T. (2017). Complete synthetic seismograms based on a spherical self-gravitating earth model with an atmosphere–ocean–mantle–core structure. Geophysical Journal International, 210(3), 1739–1764. https://doi.org/10.1093/gji/ggx259
|
|
12
|
+
|
|
13
|
+
Crotwell, H. P., Owens, T., & Ritsema, J. (1999). The TauP Toolkit: Flexible seismic travel-time and ray-path utilities. Seismological Research Letters, 70, 154–160
|
|
14
|
+
|
|
15
|
+
# Installation
|
|
16
|
+
|
|
17
|
+
1. Install the requirments.
|
|
18
|
+
|
|
19
|
+
```
|
|
20
|
+
conda create -n pygrnwang python=3.11
|
|
21
|
+
conda install openjdk jpype1 gfortran numpy scipy pandas tqdm mpi4py -c conda-forge
|
|
22
|
+
```
|
|
23
|
+
|
|
24
|
+
2. Install by pip.
|
|
25
|
+
|
|
26
|
+
```
|
|
27
|
+
git clone https://github.com/Zhou-Jiangcheng/pygrnwang.git
|
|
28
|
+
cd pygrnwang
|
|
29
|
+
pip install .
|
|
30
|
+
```
|