├── .github ├── ISSUE_TEMPLATE │ └── release-checklist.md ├── dependabot.yml └── workflows │ ├── check-links.yml │ └── deploy.yml ├── .gitignore ├── AUTHORS.md ├── MAINTENANCE.md ├── Makefile ├── README.md ├── requirements.txt ├── source ├── SAC_style.sty ├── appendix │ ├── changelog.rst │ ├── data-fetch │ │ ├── data-center.rst │ │ ├── fetch-tools.rst │ │ └── index.rst │ ├── messages │ │ ├── index.rst │ │ ├── msg0.rst │ │ ├── msg1.rst │ │ ├── msg2.rst │ │ ├── msg5.rst │ │ ├── msg9.rst │ │ └── msgn.rst │ ├── naming-convections.rst │ └── resp │ │ ├── index.rst │ │ ├── intro-to-resp.rst │ │ ├── physical-details.rst │ │ └── resp-file.rst ├── basis │ ├── command.rst │ ├── display.rst │ ├── funcgen-and-datagen.rst │ ├── how-to-learn.rst │ ├── index.rst │ ├── philosophy.rst │ ├── read-and-write.rst │ └── start-and-quit.rst ├── call-in-script │ ├── 20171024 │ │ ├── 20171024.seed │ │ └── event.info │ ├── 0.simple-script.pl │ ├── 0.simple-script.py │ ├── 1.rdseed.pl │ ├── 1.rdseed.py │ ├── 2.merge.pl │ ├── 2.merge.py │ ├── 3.rename.pl │ ├── 3.rename.py │ ├── 4.eventinfo.pl │ ├── 4.eventinfo.py │ ├── 5.transfer.pl │ ├── 5.transfer.py │ ├── 6.rotate.pl │ ├── 6.rotate.py │ ├── 7.resample.pl │ ├── 7.resample.py │ ├── arithmetic-functions.sh │ ├── call-sac-in-bash.rst │ ├── call-sac-in-perl.rst │ ├── call-sac-in-python.rst │ ├── do-loops.sh │ ├── index.rst │ ├── simple-script.sh │ ├── string-functions.sh │ └── variables.sh ├── commands │ ├── about.rst │ ├── abs.rst │ ├── add.rst │ ├── addf.rst │ ├── apk.rst │ ├── arraymap.rst │ ├── axes.rst │ ├── bandpass.rst │ ├── bandrej.rst │ ├── bbfk.rst │ ├── beam.rst │ ├── begindevices.rst │ ├── beginframe.rst │ ├── beginwindow.rst │ ├── benioff.rst │ ├── binoperr.rst │ ├── border.rst │ ├── capf.rst │ ├── chnhdr.rst │ ├── chpf.rst │ ├── color.rst │ ├── comcor.rst │ ├── contour.rst │ ├── convert.rst │ ├── convolve.rst │ ├── copyhdr.rst │ ├── correlate.rst │ ├── cut.rst │ ├── cuterr.rst │ ├── cutim.rst │ ├── datagen.rst │ ├── decimate.rst │ ├── deletechannel.rst │ ├── dif.rst │ ├── div.rst │ ├── divf.rst │ ├── divomega.rst │ ├── echo.rst │ ├── enddevices.rst │ ├── endframe.rst │ ├── envelope.rst │ ├── erase.rst │ ├── evaluate.rst │ ├── exp.rst │ ├── exp10.rst │ ├── fft.rst │ ├── fileid.rst │ ├── filenumber.rst │ ├── filterdesign.rst │ ├── fir.rst │ ├── floor.rst │ ├── func_commands.rst │ ├── funcgen.rst │ ├── getbb.rst │ ├── grayscale.rst │ ├── grid.rst │ ├── gtext.rst │ ├── hanning.rst │ ├── help.rst │ ├── highpass.rst │ ├── hilbert.rst │ ├── history.rst │ ├── ifft.rst │ ├── image.rst │ ├── index.rst │ ├── inicm.rst │ ├── installmacro.rst │ ├── int.rst │ ├── interpolate.rst │ ├── keepam.rst │ ├── khronhite.rst │ ├── line.rst │ ├── linefit.rst │ ├── linlin.rst │ ├── linlog.rst │ ├── listhdr.rst │ ├── load.rst │ ├── loadctable.rst │ ├── log.rst │ ├── log10.rst │ ├── loglab.rst │ ├── loglin.rst │ ├── loglog.rst │ ├── lowpass.rst │ ├── macro.rst │ ├── map.rst │ ├── markptp.rst │ ├── marktimes.rst │ ├── markvalue.rst │ ├── mathop.rst │ ├── merge.rst │ ├── message.rst │ ├── mtw.rst │ ├── mul.rst │ ├── mulf.rst │ ├── mulomega.rst │ ├── news.rst │ ├── null.rst │ ├── oapf.rst │ ├── ohpf.rst │ ├── pause.rst │ ├── pickauthor.rst │ ├── pickphase.rst │ ├── pickprefs.rst │ ├── picks.rst │ ├── plabel.rst │ ├── plot.rst │ ├── plot1.rst │ ├── plot2.rst │ ├── plotalpha.rst │ ├── plotc.rst │ ├── plotdy.rst │ ├── plotpk.rst │ ├── plotpm.rst │ ├── plotsp.rst │ ├── plotxy.rst │ ├── print.rst │ ├── printhelp.rst │ ├── production.rst │ ├── qdp.rst │ ├── quantize.rst │ ├── quit.rst │ ├── quitsub.rst │ ├── read.rst │ ├── readbbf.rst │ ├── readcss.rst │ ├── readerr.rst │ ├── readhdr.rst │ ├── readsp.rst │ ├── readtable.rst │ ├── report.rst │ ├── reverse.rst │ ├── rglitches.rst │ ├── rmean.rst │ ├── rms.rst │ ├── rotate.rst │ ├── rq.rst │ ├── rtrend.rst │ ├── saveimg.rst │ ├── setbb.rst │ ├── setdevice.rst │ ├── setmacro.rst │ ├── sgf.rst │ ├── smooth.rst │ ├── sonogram.rst │ ├── sort.rst │ ├── spectrogram.rst │ ├── sqr.rst │ ├── sqrt.rst │ ├── stretch.rst │ ├── sub.rst │ ├── subf.rst │ ├── symbol.rst │ ├── synchronize.rst │ ├── systemcommand.rst │ ├── taper.rst │ ├── ticks.rst │ ├── title.rst │ ├── trace.rst │ ├── transcript.rst │ ├── transfer.rst │ ├── traveltime.rst │ ├── tsize.rst │ ├── unsetbb.rst │ ├── unwrap.rst │ ├── vspace.rst │ ├── wait.rst │ ├── whiten.rst │ ├── whpf.rst │ ├── width.rst │ ├── wiener.rst │ ├── wild.rst │ ├── window.rst │ ├── write.rst │ ├── writebbf.rst │ ├── writecss.rst │ ├── writehdr.rst │ ├── writesp.rst │ ├── xdiv.rst │ ├── xfudge.rst │ ├── xfull.rst │ ├── xgrid.rst │ ├── xlabel.rst │ ├── xlim.rst │ ├── xlin.rst │ ├── xlog.rst │ ├── xvport.rst │ ├── ydiv.rst │ ├── yfudge.rst │ ├── yfull.rst │ ├── ygrid.rst │ ├── ylabel.rst │ ├── ylim.rst │ ├── ylin.rst │ ├── ylog.rst │ ├── yvport.rst │ ├── zcolors.rst │ ├── zlabels.rst │ ├── zlevels.rst │ ├── zlines.rst │ └── zticks.rst ├── conf.py ├── data-process │ ├── cut-data.rst │ ├── data-analysis.rst │ ├── data-format.rst │ ├── data-request.rst │ ├── event-info.rst │ ├── filter.rst │ ├── index.rst │ ├── instrument-response.rst │ ├── merge-traces.rst │ ├── picking-phase.rst │ ├── quality-control.rst │ ├── rename.rst │ ├── resampling.rst │ ├── rglitches.rst │ ├── rmean-rtrend-taper.rst │ ├── rotate.rst │ ├── sort-traces.rst │ ├── stack.rst │ ├── station-info.rst │ ├── time-zone-correction.rst │ └── traveltime.rst ├── fileformat │ ├── binary-and-alphanumeric.rst │ ├── header-structure.rst │ ├── header-variables.rst │ ├── index.rst │ ├── intro-to-fileformat.rst │ └── times.rst ├── frontmatterIII.tex ├── graphics │ ├── begin-devices.rst │ ├── composite-plots.rst │ ├── format-conversion.rst │ ├── gui.rst │ ├── index.rst │ ├── plot-appearance.rst │ ├── plot-commands.rst │ ├── plot-contour.rst │ └── save-image.rst ├── images │ ├── SAC_logo.pdf │ ├── SAC_logo.png │ ├── appearance.pdf │ ├── appearance.png │ ├── attribution1.pdf │ ├── attribution1.png │ ├── attribution2.pdf │ ├── attribution2.png │ ├── az-baz.pdf │ ├── az-baz.png │ ├── beginframe.pdf │ ├── beginframe.png │ ├── benioff.pdf │ ├── benioff.png │ ├── cmpaz-cmpinc.png │ ├── composite-plot.pdf │ ├── composite-plot.png │ ├── contour1.pdf │ ├── contour1.png │ ├── contour2.pdf │ ├── contour2.png │ ├── filter-response.pdf │ ├── filter-response.png │ ├── filter-waveform.pdf │ ├── filter-waveform.png │ ├── freqlimits.pdf │ ├── freqlimits.png │ ├── ground-motion.pdf │ ├── ground-motion.png │ ├── image.pdf │ ├── image.png │ ├── linefill.pdf │ ├── linefill.png │ ├── map.pdf │ ├── map.png │ ├── plot1.pdf │ ├── plot1.png │ ├── plot2.pdf │ ├── plot2.png │ ├── plotsp.pdf │ ├── plotsp.png │ ├── raw-data.pdf │ ├── raw-data.png │ ├── rglitches.pdf │ ├── rglitches.png │ ├── rmean-rtrend-taper.pdf │ ├── rmean-rtrend-taper.png │ ├── rotate.pdf │ ├── rotate.png │ ├── stack-with-delay.pdf │ ├── stack-with-delay.png │ ├── stack-without-delay.pdf │ ├── stack-without-delay.png │ ├── taper-functions.pdf │ ├── taper-functions.png │ ├── transfer-function.png │ ├── unwrap.pdf │ ├── unwrap.png │ ├── viewspace-viewport.pdf │ ├── viewspace-viewport.png │ └── window.png ├── index.rst ├── install │ ├── index.rst │ ├── linux-binary.rst │ ├── linux-configurations.rst_ │ ├── linux-source.rst │ ├── macos-binary.rst │ ├── macos-configurations.rst_ │ ├── macos-preparation.rst_ │ ├── macos-source.rst │ └── request.rst ├── introduction │ ├── convection.rst │ ├── history.rst │ ├── index.rst │ ├── maillist.rst │ ├── reading-guides.rst │ ├── variants.rst │ └── what-is-sac.rst ├── libs │ ├── distaz.c │ ├── firtrn.c │ ├── index.rst │ ├── intro-to-libs.rst │ ├── libsac.rst │ ├── libsacio.rst │ └── rms.c ├── macros │ ├── blackboard-variables.rst │ ├── header-variables.rst │ ├── index.rst │ ├── inline-functions.rst │ ├── intro-to-sac-programming.rst │ └── macros.rst ├── sacio │ ├── index.rst │ ├── obspy-example.py │ ├── readsac.c │ ├── readsac2.c │ ├── readsachead.c │ ├── sacio-in-c.rst │ ├── sacio-in-fortran.rst │ ├── sacio-in-julia.rst │ ├── sacio-in-matlab.rst │ ├── sacio-in-python.rst │ └── writesac.c ├── scripts │ ├── IU.COLA.00.BHZ │ ├── Makefile │ ├── RESP.IU.COLA.00.BHZ │ ├── SAC_logo.sh │ ├── appearance.sh │ ├── attribution1.sh │ ├── attribution2.sh │ ├── az-baz.sh │ ├── beginframe.sh │ ├── benioff.sh │ ├── composite-plot.sh │ ├── contour1.sh │ ├── contour2.sh │ ├── contourdata │ ├── filter-response.m │ ├── filter-response.sh │ ├── filter-waveform.sh │ ├── freqlimits.sh │ ├── ground-motion.sh │ ├── image.sh │ ├── linefill.sh │ ├── map.sh │ ├── plot1.sh │ ├── plot2.sh │ ├── plotsp.sh │ ├── raw-data.sh │ ├── rglitches.sh │ ├── rmean-rtrend-taper.sh │ ├── rotate.sh │ ├── stack-with-delay.sh │ ├── stack-without-delay.sh │ ├── taper-functions.sh │ ├── unwrap.sh │ └── viewspace-viewport.sh ├── spe │ ├── cor.rst │ ├── index.rst │ ├── mem.rst │ ├── mlm.rst │ ├── pds.rst │ ├── plotcor.rst │ ├── plotpe.rst │ ├── plotspe.rst │ ├── readcor.rst │ ├── spe.rst │ ├── writecor.rst │ └── writespe.rst ├── sss │ ├── addstack.rst │ ├── changestack.rst │ ├── deletestack.rst │ ├── deltacheck.rst │ ├── distanceaxis.rst │ ├── distancewindow.rst │ ├── globalstack.rst │ ├── incrementstack.rst │ ├── index.rst │ ├── liststack.rst │ ├── plotrecordsection.rst │ ├── plotstack.rst │ ├── sss.rst │ ├── sumstack.rst │ ├── timeaxis.rst │ ├── timewindow.rst │ ├── traveltime.rst │ ├── velocitymodel.rst │ ├── velocityroset.rst │ ├── writestack.rst │ └── zerostack.rst ├── tools │ ├── byte-swap.rst │ ├── index.rst │ ├── pssac.rst │ ├── rdseed-warning.rst_ │ ├── rdseed.rst │ ├── sac-config.rst │ ├── saclst.rst │ └── sgftops.rst ├── tricks-and-traps │ ├── command-line-length.rst │ ├── debug.rst │ ├── endian.rst │ ├── index.rst │ ├── init-macro.rst │ ├── max-allowed-files.rst │ ├── running-speed.rst │ ├── tab-and-space.rst │ ├── undefined-header-variables.rst │ └── wh-wover.rst └── version.rst └── vercel.json /.github/ISSUE_TEMPLATE/release-checklist.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/.github/ISSUE_TEMPLATE/release-checklist.md -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/workflows/check-links.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/.github/workflows/check-links.yml -------------------------------------------------------------------------------- /.github/workflows/deploy.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/.github/workflows/deploy.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/.gitignore -------------------------------------------------------------------------------- /AUTHORS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/AUTHORS.md -------------------------------------------------------------------------------- /MAINTENANCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/MAINTENANCE.md -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/README.md -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/requirements.txt -------------------------------------------------------------------------------- /source/SAC_style.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/SAC_style.sty -------------------------------------------------------------------------------- /source/appendix/changelog.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/changelog.rst -------------------------------------------------------------------------------- /source/appendix/data-fetch/data-center.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/data-fetch/data-center.rst -------------------------------------------------------------------------------- /source/appendix/data-fetch/fetch-tools.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/data-fetch/fetch-tools.rst -------------------------------------------------------------------------------- /source/appendix/data-fetch/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/data-fetch/index.rst -------------------------------------------------------------------------------- /source/appendix/messages/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/messages/index.rst -------------------------------------------------------------------------------- /source/appendix/messages/msg0.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/messages/msg0.rst -------------------------------------------------------------------------------- /source/appendix/messages/msg1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/messages/msg1.rst -------------------------------------------------------------------------------- /source/appendix/messages/msg2.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/messages/msg2.rst -------------------------------------------------------------------------------- /source/appendix/messages/msg5.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/messages/msg5.rst -------------------------------------------------------------------------------- /source/appendix/messages/msg9.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/messages/msg9.rst -------------------------------------------------------------------------------- /source/appendix/messages/msgn.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/messages/msgn.rst -------------------------------------------------------------------------------- /source/appendix/naming-convections.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/naming-convections.rst -------------------------------------------------------------------------------- /source/appendix/resp/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/resp/index.rst -------------------------------------------------------------------------------- /source/appendix/resp/intro-to-resp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/resp/intro-to-resp.rst -------------------------------------------------------------------------------- /source/appendix/resp/physical-details.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/resp/physical-details.rst -------------------------------------------------------------------------------- /source/appendix/resp/resp-file.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/appendix/resp/resp-file.rst -------------------------------------------------------------------------------- /source/basis/command.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/command.rst -------------------------------------------------------------------------------- /source/basis/display.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/display.rst -------------------------------------------------------------------------------- /source/basis/funcgen-and-datagen.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/funcgen-and-datagen.rst -------------------------------------------------------------------------------- /source/basis/how-to-learn.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/how-to-learn.rst -------------------------------------------------------------------------------- /source/basis/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/index.rst -------------------------------------------------------------------------------- /source/basis/philosophy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/philosophy.rst -------------------------------------------------------------------------------- /source/basis/read-and-write.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/read-and-write.rst -------------------------------------------------------------------------------- /source/basis/start-and-quit.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/basis/start-and-quit.rst -------------------------------------------------------------------------------- /source/call-in-script/0.simple-script.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/0.simple-script.pl -------------------------------------------------------------------------------- /source/call-in-script/0.simple-script.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/0.simple-script.py -------------------------------------------------------------------------------- /source/call-in-script/1.rdseed.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/1.rdseed.pl -------------------------------------------------------------------------------- /source/call-in-script/1.rdseed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/1.rdseed.py -------------------------------------------------------------------------------- /source/call-in-script/2.merge.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/2.merge.pl -------------------------------------------------------------------------------- /source/call-in-script/2.merge.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/2.merge.py -------------------------------------------------------------------------------- /source/call-in-script/20171024/20171024.seed: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/20171024/20171024.seed -------------------------------------------------------------------------------- /source/call-in-script/20171024/event.info: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/20171024/event.info -------------------------------------------------------------------------------- /source/call-in-script/3.rename.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/3.rename.pl -------------------------------------------------------------------------------- /source/call-in-script/3.rename.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/3.rename.py -------------------------------------------------------------------------------- /source/call-in-script/4.eventinfo.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/4.eventinfo.pl -------------------------------------------------------------------------------- /source/call-in-script/4.eventinfo.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/4.eventinfo.py -------------------------------------------------------------------------------- /source/call-in-script/5.transfer.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/5.transfer.pl -------------------------------------------------------------------------------- /source/call-in-script/5.transfer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/5.transfer.py -------------------------------------------------------------------------------- /source/call-in-script/6.rotate.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/6.rotate.pl -------------------------------------------------------------------------------- /source/call-in-script/6.rotate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/6.rotate.py -------------------------------------------------------------------------------- /source/call-in-script/7.resample.pl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/7.resample.pl -------------------------------------------------------------------------------- /source/call-in-script/7.resample.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/7.resample.py -------------------------------------------------------------------------------- /source/call-in-script/arithmetic-functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/arithmetic-functions.sh -------------------------------------------------------------------------------- /source/call-in-script/call-sac-in-bash.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/call-sac-in-bash.rst -------------------------------------------------------------------------------- /source/call-in-script/call-sac-in-perl.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/call-sac-in-perl.rst -------------------------------------------------------------------------------- /source/call-in-script/call-sac-in-python.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/call-sac-in-python.rst -------------------------------------------------------------------------------- /source/call-in-script/do-loops.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/do-loops.sh -------------------------------------------------------------------------------- /source/call-in-script/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/index.rst -------------------------------------------------------------------------------- /source/call-in-script/simple-script.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/simple-script.sh -------------------------------------------------------------------------------- /source/call-in-script/string-functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/string-functions.sh -------------------------------------------------------------------------------- /source/call-in-script/variables.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/call-in-script/variables.sh -------------------------------------------------------------------------------- /source/commands/about.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/about.rst -------------------------------------------------------------------------------- /source/commands/abs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/abs.rst -------------------------------------------------------------------------------- /source/commands/add.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/add.rst -------------------------------------------------------------------------------- /source/commands/addf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/addf.rst -------------------------------------------------------------------------------- /source/commands/apk.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/apk.rst -------------------------------------------------------------------------------- /source/commands/arraymap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/arraymap.rst -------------------------------------------------------------------------------- /source/commands/axes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/axes.rst -------------------------------------------------------------------------------- /source/commands/bandpass.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/bandpass.rst -------------------------------------------------------------------------------- /source/commands/bandrej.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/bandrej.rst -------------------------------------------------------------------------------- /source/commands/bbfk.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/bbfk.rst -------------------------------------------------------------------------------- /source/commands/beam.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/beam.rst -------------------------------------------------------------------------------- /source/commands/begindevices.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/begindevices.rst -------------------------------------------------------------------------------- /source/commands/beginframe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/beginframe.rst -------------------------------------------------------------------------------- /source/commands/beginwindow.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/beginwindow.rst -------------------------------------------------------------------------------- /source/commands/benioff.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/benioff.rst -------------------------------------------------------------------------------- /source/commands/binoperr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/binoperr.rst -------------------------------------------------------------------------------- /source/commands/border.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/border.rst -------------------------------------------------------------------------------- /source/commands/capf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/capf.rst -------------------------------------------------------------------------------- /source/commands/chnhdr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/chnhdr.rst -------------------------------------------------------------------------------- /source/commands/chpf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/chpf.rst -------------------------------------------------------------------------------- /source/commands/color.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/color.rst -------------------------------------------------------------------------------- /source/commands/comcor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/comcor.rst -------------------------------------------------------------------------------- /source/commands/contour.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/contour.rst -------------------------------------------------------------------------------- /source/commands/convert.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/convert.rst -------------------------------------------------------------------------------- /source/commands/convolve.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/convolve.rst -------------------------------------------------------------------------------- /source/commands/copyhdr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/copyhdr.rst -------------------------------------------------------------------------------- /source/commands/correlate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/correlate.rst -------------------------------------------------------------------------------- /source/commands/cut.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/cut.rst -------------------------------------------------------------------------------- /source/commands/cuterr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/cuterr.rst -------------------------------------------------------------------------------- /source/commands/cutim.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/cutim.rst -------------------------------------------------------------------------------- /source/commands/datagen.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/datagen.rst -------------------------------------------------------------------------------- /source/commands/decimate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/decimate.rst -------------------------------------------------------------------------------- /source/commands/deletechannel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/deletechannel.rst -------------------------------------------------------------------------------- /source/commands/dif.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/dif.rst -------------------------------------------------------------------------------- /source/commands/div.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/div.rst -------------------------------------------------------------------------------- /source/commands/divf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/divf.rst -------------------------------------------------------------------------------- /source/commands/divomega.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/divomega.rst -------------------------------------------------------------------------------- /source/commands/echo.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/echo.rst -------------------------------------------------------------------------------- /source/commands/enddevices.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/enddevices.rst -------------------------------------------------------------------------------- /source/commands/endframe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/endframe.rst -------------------------------------------------------------------------------- /source/commands/envelope.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/envelope.rst -------------------------------------------------------------------------------- /source/commands/erase.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/erase.rst -------------------------------------------------------------------------------- /source/commands/evaluate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/evaluate.rst -------------------------------------------------------------------------------- /source/commands/exp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/exp.rst -------------------------------------------------------------------------------- /source/commands/exp10.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/exp10.rst -------------------------------------------------------------------------------- /source/commands/fft.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/fft.rst -------------------------------------------------------------------------------- /source/commands/fileid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/fileid.rst -------------------------------------------------------------------------------- /source/commands/filenumber.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/filenumber.rst -------------------------------------------------------------------------------- /source/commands/filterdesign.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/filterdesign.rst -------------------------------------------------------------------------------- /source/commands/fir.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/fir.rst -------------------------------------------------------------------------------- /source/commands/floor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/floor.rst -------------------------------------------------------------------------------- /source/commands/func_commands.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/func_commands.rst -------------------------------------------------------------------------------- /source/commands/funcgen.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/funcgen.rst -------------------------------------------------------------------------------- /source/commands/getbb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/getbb.rst -------------------------------------------------------------------------------- /source/commands/grayscale.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/grayscale.rst -------------------------------------------------------------------------------- /source/commands/grid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/grid.rst -------------------------------------------------------------------------------- /source/commands/gtext.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/gtext.rst -------------------------------------------------------------------------------- /source/commands/hanning.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/hanning.rst -------------------------------------------------------------------------------- /source/commands/help.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/help.rst -------------------------------------------------------------------------------- /source/commands/highpass.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/highpass.rst -------------------------------------------------------------------------------- /source/commands/hilbert.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/hilbert.rst -------------------------------------------------------------------------------- /source/commands/history.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/history.rst -------------------------------------------------------------------------------- /source/commands/ifft.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ifft.rst -------------------------------------------------------------------------------- /source/commands/image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/image.rst -------------------------------------------------------------------------------- /source/commands/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/index.rst -------------------------------------------------------------------------------- /source/commands/inicm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/inicm.rst -------------------------------------------------------------------------------- /source/commands/installmacro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/installmacro.rst -------------------------------------------------------------------------------- /source/commands/int.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/int.rst -------------------------------------------------------------------------------- /source/commands/interpolate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/interpolate.rst -------------------------------------------------------------------------------- /source/commands/keepam.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/keepam.rst -------------------------------------------------------------------------------- /source/commands/khronhite.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/khronhite.rst -------------------------------------------------------------------------------- /source/commands/line.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/line.rst -------------------------------------------------------------------------------- /source/commands/linefit.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/linefit.rst -------------------------------------------------------------------------------- /source/commands/linlin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/linlin.rst -------------------------------------------------------------------------------- /source/commands/linlog.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/linlog.rst -------------------------------------------------------------------------------- /source/commands/listhdr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/listhdr.rst -------------------------------------------------------------------------------- /source/commands/load.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/load.rst -------------------------------------------------------------------------------- /source/commands/loadctable.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/loadctable.rst -------------------------------------------------------------------------------- /source/commands/log.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/log.rst -------------------------------------------------------------------------------- /source/commands/log10.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/log10.rst -------------------------------------------------------------------------------- /source/commands/loglab.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/loglab.rst -------------------------------------------------------------------------------- /source/commands/loglin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/loglin.rst -------------------------------------------------------------------------------- /source/commands/loglog.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/loglog.rst -------------------------------------------------------------------------------- /source/commands/lowpass.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/lowpass.rst -------------------------------------------------------------------------------- /source/commands/macro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/macro.rst -------------------------------------------------------------------------------- /source/commands/map.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/map.rst -------------------------------------------------------------------------------- /source/commands/markptp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/markptp.rst -------------------------------------------------------------------------------- /source/commands/marktimes.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/marktimes.rst -------------------------------------------------------------------------------- /source/commands/markvalue.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/markvalue.rst -------------------------------------------------------------------------------- /source/commands/mathop.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/mathop.rst -------------------------------------------------------------------------------- /source/commands/merge.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/merge.rst -------------------------------------------------------------------------------- /source/commands/message.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/message.rst -------------------------------------------------------------------------------- /source/commands/mtw.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/mtw.rst -------------------------------------------------------------------------------- /source/commands/mul.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/mul.rst -------------------------------------------------------------------------------- /source/commands/mulf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/mulf.rst -------------------------------------------------------------------------------- /source/commands/mulomega.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/mulomega.rst -------------------------------------------------------------------------------- /source/commands/news.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/news.rst -------------------------------------------------------------------------------- /source/commands/null.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/null.rst -------------------------------------------------------------------------------- /source/commands/oapf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/oapf.rst -------------------------------------------------------------------------------- /source/commands/ohpf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ohpf.rst -------------------------------------------------------------------------------- /source/commands/pause.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/pause.rst -------------------------------------------------------------------------------- /source/commands/pickauthor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/pickauthor.rst -------------------------------------------------------------------------------- /source/commands/pickphase.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/pickphase.rst -------------------------------------------------------------------------------- /source/commands/pickprefs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/pickprefs.rst -------------------------------------------------------------------------------- /source/commands/picks.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/picks.rst -------------------------------------------------------------------------------- /source/commands/plabel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plabel.rst -------------------------------------------------------------------------------- /source/commands/plot.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plot.rst -------------------------------------------------------------------------------- /source/commands/plot1.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plot1.rst -------------------------------------------------------------------------------- /source/commands/plot2.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plot2.rst -------------------------------------------------------------------------------- /source/commands/plotalpha.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plotalpha.rst -------------------------------------------------------------------------------- /source/commands/plotc.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plotc.rst -------------------------------------------------------------------------------- /source/commands/plotdy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plotdy.rst -------------------------------------------------------------------------------- /source/commands/plotpk.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plotpk.rst -------------------------------------------------------------------------------- /source/commands/plotpm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plotpm.rst -------------------------------------------------------------------------------- /source/commands/plotsp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plotsp.rst -------------------------------------------------------------------------------- /source/commands/plotxy.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/plotxy.rst -------------------------------------------------------------------------------- /source/commands/print.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/print.rst -------------------------------------------------------------------------------- /source/commands/printhelp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/printhelp.rst -------------------------------------------------------------------------------- /source/commands/production.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/production.rst -------------------------------------------------------------------------------- /source/commands/qdp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/qdp.rst -------------------------------------------------------------------------------- /source/commands/quantize.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/quantize.rst -------------------------------------------------------------------------------- /source/commands/quit.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/quit.rst -------------------------------------------------------------------------------- /source/commands/quitsub.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/quitsub.rst -------------------------------------------------------------------------------- /source/commands/read.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/read.rst -------------------------------------------------------------------------------- /source/commands/readbbf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/readbbf.rst -------------------------------------------------------------------------------- /source/commands/readcss.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/readcss.rst -------------------------------------------------------------------------------- /source/commands/readerr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/readerr.rst -------------------------------------------------------------------------------- /source/commands/readhdr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/readhdr.rst -------------------------------------------------------------------------------- /source/commands/readsp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/readsp.rst -------------------------------------------------------------------------------- /source/commands/readtable.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/readtable.rst -------------------------------------------------------------------------------- /source/commands/report.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/report.rst -------------------------------------------------------------------------------- /source/commands/reverse.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/reverse.rst -------------------------------------------------------------------------------- /source/commands/rglitches.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/rglitches.rst -------------------------------------------------------------------------------- /source/commands/rmean.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/rmean.rst -------------------------------------------------------------------------------- /source/commands/rms.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/rms.rst -------------------------------------------------------------------------------- /source/commands/rotate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/rotate.rst -------------------------------------------------------------------------------- /source/commands/rq.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/rq.rst -------------------------------------------------------------------------------- /source/commands/rtrend.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/rtrend.rst -------------------------------------------------------------------------------- /source/commands/saveimg.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/saveimg.rst -------------------------------------------------------------------------------- /source/commands/setbb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/setbb.rst -------------------------------------------------------------------------------- /source/commands/setdevice.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/setdevice.rst -------------------------------------------------------------------------------- /source/commands/setmacro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/setmacro.rst -------------------------------------------------------------------------------- /source/commands/sgf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/sgf.rst -------------------------------------------------------------------------------- /source/commands/smooth.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/smooth.rst -------------------------------------------------------------------------------- /source/commands/sonogram.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/sonogram.rst -------------------------------------------------------------------------------- /source/commands/sort.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/sort.rst -------------------------------------------------------------------------------- /source/commands/spectrogram.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/spectrogram.rst -------------------------------------------------------------------------------- /source/commands/sqr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/sqr.rst -------------------------------------------------------------------------------- /source/commands/sqrt.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/sqrt.rst -------------------------------------------------------------------------------- /source/commands/stretch.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/stretch.rst -------------------------------------------------------------------------------- /source/commands/sub.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/sub.rst -------------------------------------------------------------------------------- /source/commands/subf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/subf.rst -------------------------------------------------------------------------------- /source/commands/symbol.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/symbol.rst -------------------------------------------------------------------------------- /source/commands/synchronize.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/synchronize.rst -------------------------------------------------------------------------------- /source/commands/systemcommand.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/systemcommand.rst -------------------------------------------------------------------------------- /source/commands/taper.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/taper.rst -------------------------------------------------------------------------------- /source/commands/ticks.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ticks.rst -------------------------------------------------------------------------------- /source/commands/title.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/title.rst -------------------------------------------------------------------------------- /source/commands/trace.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/trace.rst -------------------------------------------------------------------------------- /source/commands/transcript.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/transcript.rst -------------------------------------------------------------------------------- /source/commands/transfer.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/transfer.rst -------------------------------------------------------------------------------- /source/commands/traveltime.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/traveltime.rst -------------------------------------------------------------------------------- /source/commands/tsize.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/tsize.rst -------------------------------------------------------------------------------- /source/commands/unsetbb.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/unsetbb.rst -------------------------------------------------------------------------------- /source/commands/unwrap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/unwrap.rst -------------------------------------------------------------------------------- /source/commands/vspace.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/vspace.rst -------------------------------------------------------------------------------- /source/commands/wait.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/wait.rst -------------------------------------------------------------------------------- /source/commands/whiten.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/whiten.rst -------------------------------------------------------------------------------- /source/commands/whpf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/whpf.rst -------------------------------------------------------------------------------- /source/commands/width.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/width.rst -------------------------------------------------------------------------------- /source/commands/wiener.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/wiener.rst -------------------------------------------------------------------------------- /source/commands/wild.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/wild.rst -------------------------------------------------------------------------------- /source/commands/window.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/window.rst -------------------------------------------------------------------------------- /source/commands/write.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/write.rst -------------------------------------------------------------------------------- /source/commands/writebbf.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/writebbf.rst -------------------------------------------------------------------------------- /source/commands/writecss.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/writecss.rst -------------------------------------------------------------------------------- /source/commands/writehdr.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/writehdr.rst -------------------------------------------------------------------------------- /source/commands/writesp.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/writesp.rst -------------------------------------------------------------------------------- /source/commands/xdiv.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xdiv.rst -------------------------------------------------------------------------------- /source/commands/xfudge.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xfudge.rst -------------------------------------------------------------------------------- /source/commands/xfull.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xfull.rst -------------------------------------------------------------------------------- /source/commands/xgrid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xgrid.rst -------------------------------------------------------------------------------- /source/commands/xlabel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xlabel.rst -------------------------------------------------------------------------------- /source/commands/xlim.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xlim.rst -------------------------------------------------------------------------------- /source/commands/xlin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xlin.rst -------------------------------------------------------------------------------- /source/commands/xlog.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xlog.rst -------------------------------------------------------------------------------- /source/commands/xvport.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/xvport.rst -------------------------------------------------------------------------------- /source/commands/ydiv.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ydiv.rst -------------------------------------------------------------------------------- /source/commands/yfudge.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/yfudge.rst -------------------------------------------------------------------------------- /source/commands/yfull.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/yfull.rst -------------------------------------------------------------------------------- /source/commands/ygrid.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ygrid.rst -------------------------------------------------------------------------------- /source/commands/ylabel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ylabel.rst -------------------------------------------------------------------------------- /source/commands/ylim.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ylim.rst -------------------------------------------------------------------------------- /source/commands/ylin.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ylin.rst -------------------------------------------------------------------------------- /source/commands/ylog.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/ylog.rst -------------------------------------------------------------------------------- /source/commands/yvport.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/yvport.rst -------------------------------------------------------------------------------- /source/commands/zcolors.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/zcolors.rst -------------------------------------------------------------------------------- /source/commands/zlabels.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/zlabels.rst -------------------------------------------------------------------------------- /source/commands/zlevels.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/zlevels.rst -------------------------------------------------------------------------------- /source/commands/zlines.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/zlines.rst -------------------------------------------------------------------------------- /source/commands/zticks.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/commands/zticks.rst -------------------------------------------------------------------------------- /source/conf.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/conf.py -------------------------------------------------------------------------------- /source/data-process/cut-data.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/cut-data.rst -------------------------------------------------------------------------------- /source/data-process/data-analysis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/data-analysis.rst -------------------------------------------------------------------------------- /source/data-process/data-format.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/data-format.rst -------------------------------------------------------------------------------- /source/data-process/data-request.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/data-request.rst -------------------------------------------------------------------------------- /source/data-process/event-info.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/event-info.rst -------------------------------------------------------------------------------- /source/data-process/filter.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/filter.rst -------------------------------------------------------------------------------- /source/data-process/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/index.rst -------------------------------------------------------------------------------- /source/data-process/instrument-response.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/instrument-response.rst -------------------------------------------------------------------------------- /source/data-process/merge-traces.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/merge-traces.rst -------------------------------------------------------------------------------- /source/data-process/picking-phase.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/picking-phase.rst -------------------------------------------------------------------------------- /source/data-process/quality-control.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/quality-control.rst -------------------------------------------------------------------------------- /source/data-process/rename.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/rename.rst -------------------------------------------------------------------------------- /source/data-process/resampling.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/resampling.rst -------------------------------------------------------------------------------- /source/data-process/rglitches.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/rglitches.rst -------------------------------------------------------------------------------- /source/data-process/rmean-rtrend-taper.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/rmean-rtrend-taper.rst -------------------------------------------------------------------------------- /source/data-process/rotate.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/rotate.rst -------------------------------------------------------------------------------- /source/data-process/sort-traces.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/sort-traces.rst -------------------------------------------------------------------------------- /source/data-process/stack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/stack.rst -------------------------------------------------------------------------------- /source/data-process/station-info.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/station-info.rst -------------------------------------------------------------------------------- /source/data-process/time-zone-correction.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/time-zone-correction.rst -------------------------------------------------------------------------------- /source/data-process/traveltime.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/data-process/traveltime.rst -------------------------------------------------------------------------------- /source/fileformat/binary-and-alphanumeric.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/fileformat/binary-and-alphanumeric.rst -------------------------------------------------------------------------------- /source/fileformat/header-structure.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/fileformat/header-structure.rst -------------------------------------------------------------------------------- /source/fileformat/header-variables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/fileformat/header-variables.rst -------------------------------------------------------------------------------- /source/fileformat/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/fileformat/index.rst -------------------------------------------------------------------------------- /source/fileformat/intro-to-fileformat.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/fileformat/intro-to-fileformat.rst -------------------------------------------------------------------------------- /source/fileformat/times.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/fileformat/times.rst -------------------------------------------------------------------------------- /source/frontmatterIII.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/frontmatterIII.tex -------------------------------------------------------------------------------- /source/graphics/begin-devices.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/begin-devices.rst -------------------------------------------------------------------------------- /source/graphics/composite-plots.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/composite-plots.rst -------------------------------------------------------------------------------- /source/graphics/format-conversion.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/format-conversion.rst -------------------------------------------------------------------------------- /source/graphics/gui.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/gui.rst -------------------------------------------------------------------------------- /source/graphics/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/index.rst -------------------------------------------------------------------------------- /source/graphics/plot-appearance.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/plot-appearance.rst -------------------------------------------------------------------------------- /source/graphics/plot-commands.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/plot-commands.rst -------------------------------------------------------------------------------- /source/graphics/plot-contour.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/plot-contour.rst -------------------------------------------------------------------------------- /source/graphics/save-image.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/graphics/save-image.rst -------------------------------------------------------------------------------- /source/images/SAC_logo.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/SAC_logo.pdf -------------------------------------------------------------------------------- /source/images/SAC_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/SAC_logo.png -------------------------------------------------------------------------------- /source/images/appearance.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/appearance.pdf -------------------------------------------------------------------------------- /source/images/appearance.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/appearance.png -------------------------------------------------------------------------------- /source/images/attribution1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/attribution1.pdf -------------------------------------------------------------------------------- /source/images/attribution1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/attribution1.png -------------------------------------------------------------------------------- /source/images/attribution2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/attribution2.pdf -------------------------------------------------------------------------------- /source/images/attribution2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/attribution2.png -------------------------------------------------------------------------------- /source/images/az-baz.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/az-baz.pdf -------------------------------------------------------------------------------- /source/images/az-baz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/az-baz.png -------------------------------------------------------------------------------- /source/images/beginframe.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/beginframe.pdf -------------------------------------------------------------------------------- /source/images/beginframe.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/beginframe.png -------------------------------------------------------------------------------- /source/images/benioff.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/benioff.pdf -------------------------------------------------------------------------------- /source/images/benioff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/benioff.png -------------------------------------------------------------------------------- /source/images/cmpaz-cmpinc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/cmpaz-cmpinc.png -------------------------------------------------------------------------------- /source/images/composite-plot.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/composite-plot.pdf -------------------------------------------------------------------------------- /source/images/composite-plot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/composite-plot.png -------------------------------------------------------------------------------- /source/images/contour1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/contour1.pdf -------------------------------------------------------------------------------- /source/images/contour1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/contour1.png -------------------------------------------------------------------------------- /source/images/contour2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/contour2.pdf -------------------------------------------------------------------------------- /source/images/contour2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/contour2.png -------------------------------------------------------------------------------- /source/images/filter-response.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/filter-response.pdf -------------------------------------------------------------------------------- /source/images/filter-response.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/filter-response.png -------------------------------------------------------------------------------- /source/images/filter-waveform.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/filter-waveform.pdf -------------------------------------------------------------------------------- /source/images/filter-waveform.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/filter-waveform.png -------------------------------------------------------------------------------- /source/images/freqlimits.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/freqlimits.pdf -------------------------------------------------------------------------------- /source/images/freqlimits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/freqlimits.png -------------------------------------------------------------------------------- /source/images/ground-motion.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/ground-motion.pdf -------------------------------------------------------------------------------- /source/images/ground-motion.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/ground-motion.png -------------------------------------------------------------------------------- /source/images/image.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/image.pdf -------------------------------------------------------------------------------- /source/images/image.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/image.png -------------------------------------------------------------------------------- /source/images/linefill.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/linefill.pdf -------------------------------------------------------------------------------- /source/images/linefill.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/linefill.png -------------------------------------------------------------------------------- /source/images/map.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/map.pdf -------------------------------------------------------------------------------- /source/images/map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/map.png -------------------------------------------------------------------------------- /source/images/plot1.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/plot1.pdf -------------------------------------------------------------------------------- /source/images/plot1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/plot1.png -------------------------------------------------------------------------------- /source/images/plot2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/plot2.pdf -------------------------------------------------------------------------------- /source/images/plot2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/plot2.png -------------------------------------------------------------------------------- /source/images/plotsp.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/plotsp.pdf -------------------------------------------------------------------------------- /source/images/plotsp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/plotsp.png -------------------------------------------------------------------------------- /source/images/raw-data.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/raw-data.pdf -------------------------------------------------------------------------------- /source/images/raw-data.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/raw-data.png -------------------------------------------------------------------------------- /source/images/rglitches.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/rglitches.pdf -------------------------------------------------------------------------------- /source/images/rglitches.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/rglitches.png -------------------------------------------------------------------------------- /source/images/rmean-rtrend-taper.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/rmean-rtrend-taper.pdf -------------------------------------------------------------------------------- /source/images/rmean-rtrend-taper.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/rmean-rtrend-taper.png -------------------------------------------------------------------------------- /source/images/rotate.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/rotate.pdf -------------------------------------------------------------------------------- /source/images/rotate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/rotate.png -------------------------------------------------------------------------------- /source/images/stack-with-delay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/stack-with-delay.pdf -------------------------------------------------------------------------------- /source/images/stack-with-delay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/stack-with-delay.png -------------------------------------------------------------------------------- /source/images/stack-without-delay.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/stack-without-delay.pdf -------------------------------------------------------------------------------- /source/images/stack-without-delay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/stack-without-delay.png -------------------------------------------------------------------------------- /source/images/taper-functions.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/taper-functions.pdf -------------------------------------------------------------------------------- /source/images/taper-functions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/taper-functions.png -------------------------------------------------------------------------------- /source/images/transfer-function.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/transfer-function.png -------------------------------------------------------------------------------- /source/images/unwrap.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/unwrap.pdf -------------------------------------------------------------------------------- /source/images/unwrap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/unwrap.png -------------------------------------------------------------------------------- /source/images/viewspace-viewport.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/viewspace-viewport.pdf -------------------------------------------------------------------------------- /source/images/viewspace-viewport.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/viewspace-viewport.png -------------------------------------------------------------------------------- /source/images/window.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/images/window.png -------------------------------------------------------------------------------- /source/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/index.rst -------------------------------------------------------------------------------- /source/install/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/index.rst -------------------------------------------------------------------------------- /source/install/linux-binary.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/linux-binary.rst -------------------------------------------------------------------------------- /source/install/linux-configurations.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/linux-configurations.rst_ -------------------------------------------------------------------------------- /source/install/linux-source.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/linux-source.rst -------------------------------------------------------------------------------- /source/install/macos-binary.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/macos-binary.rst -------------------------------------------------------------------------------- /source/install/macos-configurations.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/macos-configurations.rst_ -------------------------------------------------------------------------------- /source/install/macos-preparation.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/macos-preparation.rst_ -------------------------------------------------------------------------------- /source/install/macos-source.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/macos-source.rst -------------------------------------------------------------------------------- /source/install/request.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/install/request.rst -------------------------------------------------------------------------------- /source/introduction/convection.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/introduction/convection.rst -------------------------------------------------------------------------------- /source/introduction/history.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/introduction/history.rst -------------------------------------------------------------------------------- /source/introduction/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/introduction/index.rst -------------------------------------------------------------------------------- /source/introduction/maillist.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/introduction/maillist.rst -------------------------------------------------------------------------------- /source/introduction/reading-guides.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/introduction/reading-guides.rst -------------------------------------------------------------------------------- /source/introduction/variants.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/introduction/variants.rst -------------------------------------------------------------------------------- /source/introduction/what-is-sac.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/introduction/what-is-sac.rst -------------------------------------------------------------------------------- /source/libs/distaz.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/libs/distaz.c -------------------------------------------------------------------------------- /source/libs/firtrn.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/libs/firtrn.c -------------------------------------------------------------------------------- /source/libs/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/libs/index.rst -------------------------------------------------------------------------------- /source/libs/intro-to-libs.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/libs/intro-to-libs.rst -------------------------------------------------------------------------------- /source/libs/libsac.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/libs/libsac.rst -------------------------------------------------------------------------------- /source/libs/libsacio.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/libs/libsacio.rst -------------------------------------------------------------------------------- /source/libs/rms.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/libs/rms.c -------------------------------------------------------------------------------- /source/macros/blackboard-variables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/macros/blackboard-variables.rst -------------------------------------------------------------------------------- /source/macros/header-variables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/macros/header-variables.rst -------------------------------------------------------------------------------- /source/macros/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/macros/index.rst -------------------------------------------------------------------------------- /source/macros/inline-functions.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/macros/inline-functions.rst -------------------------------------------------------------------------------- /source/macros/intro-to-sac-programming.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/macros/intro-to-sac-programming.rst -------------------------------------------------------------------------------- /source/macros/macros.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/macros/macros.rst -------------------------------------------------------------------------------- /source/sacio/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/index.rst -------------------------------------------------------------------------------- /source/sacio/obspy-example.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/obspy-example.py -------------------------------------------------------------------------------- /source/sacio/readsac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/readsac.c -------------------------------------------------------------------------------- /source/sacio/readsac2.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/readsac2.c -------------------------------------------------------------------------------- /source/sacio/readsachead.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/readsachead.c -------------------------------------------------------------------------------- /source/sacio/sacio-in-c.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/sacio-in-c.rst -------------------------------------------------------------------------------- /source/sacio/sacio-in-fortran.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/sacio-in-fortran.rst -------------------------------------------------------------------------------- /source/sacio/sacio-in-julia.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/sacio-in-julia.rst -------------------------------------------------------------------------------- /source/sacio/sacio-in-matlab.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/sacio-in-matlab.rst -------------------------------------------------------------------------------- /source/sacio/sacio-in-python.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/sacio-in-python.rst -------------------------------------------------------------------------------- /source/sacio/writesac.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sacio/writesac.c -------------------------------------------------------------------------------- /source/scripts/IU.COLA.00.BHZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/IU.COLA.00.BHZ -------------------------------------------------------------------------------- /source/scripts/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/Makefile -------------------------------------------------------------------------------- /source/scripts/RESP.IU.COLA.00.BHZ: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/RESP.IU.COLA.00.BHZ -------------------------------------------------------------------------------- /source/scripts/SAC_logo.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/SAC_logo.sh -------------------------------------------------------------------------------- /source/scripts/appearance.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/appearance.sh -------------------------------------------------------------------------------- /source/scripts/attribution1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/attribution1.sh -------------------------------------------------------------------------------- /source/scripts/attribution2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/attribution2.sh -------------------------------------------------------------------------------- /source/scripts/az-baz.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/az-baz.sh -------------------------------------------------------------------------------- /source/scripts/beginframe.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/beginframe.sh -------------------------------------------------------------------------------- /source/scripts/benioff.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/benioff.sh -------------------------------------------------------------------------------- /source/scripts/composite-plot.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/composite-plot.sh -------------------------------------------------------------------------------- /source/scripts/contour1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/contour1.sh -------------------------------------------------------------------------------- /source/scripts/contour2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/contour2.sh -------------------------------------------------------------------------------- /source/scripts/contourdata: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/contourdata -------------------------------------------------------------------------------- /source/scripts/filter-response.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/filter-response.m -------------------------------------------------------------------------------- /source/scripts/filter-response.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/filter-response.sh -------------------------------------------------------------------------------- /source/scripts/filter-waveform.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/filter-waveform.sh -------------------------------------------------------------------------------- /source/scripts/freqlimits.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/freqlimits.sh -------------------------------------------------------------------------------- /source/scripts/ground-motion.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/ground-motion.sh -------------------------------------------------------------------------------- /source/scripts/image.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/image.sh -------------------------------------------------------------------------------- /source/scripts/linefill.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/linefill.sh -------------------------------------------------------------------------------- /source/scripts/map.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/map.sh -------------------------------------------------------------------------------- /source/scripts/plot1.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/plot1.sh -------------------------------------------------------------------------------- /source/scripts/plot2.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/plot2.sh -------------------------------------------------------------------------------- /source/scripts/plotsp.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/plotsp.sh -------------------------------------------------------------------------------- /source/scripts/raw-data.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/raw-data.sh -------------------------------------------------------------------------------- /source/scripts/rglitches.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/rglitches.sh -------------------------------------------------------------------------------- /source/scripts/rmean-rtrend-taper.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/rmean-rtrend-taper.sh -------------------------------------------------------------------------------- /source/scripts/rotate.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/rotate.sh -------------------------------------------------------------------------------- /source/scripts/stack-with-delay.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/stack-with-delay.sh -------------------------------------------------------------------------------- /source/scripts/stack-without-delay.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/stack-without-delay.sh -------------------------------------------------------------------------------- /source/scripts/taper-functions.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/taper-functions.sh -------------------------------------------------------------------------------- /source/scripts/unwrap.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/unwrap.sh -------------------------------------------------------------------------------- /source/scripts/viewspace-viewport.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/scripts/viewspace-viewport.sh -------------------------------------------------------------------------------- /source/spe/cor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/cor.rst -------------------------------------------------------------------------------- /source/spe/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/index.rst -------------------------------------------------------------------------------- /source/spe/mem.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/mem.rst -------------------------------------------------------------------------------- /source/spe/mlm.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/mlm.rst -------------------------------------------------------------------------------- /source/spe/pds.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/pds.rst -------------------------------------------------------------------------------- /source/spe/plotcor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/plotcor.rst -------------------------------------------------------------------------------- /source/spe/plotpe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/plotpe.rst -------------------------------------------------------------------------------- /source/spe/plotspe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/plotspe.rst -------------------------------------------------------------------------------- /source/spe/readcor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/readcor.rst -------------------------------------------------------------------------------- /source/spe/spe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/spe.rst -------------------------------------------------------------------------------- /source/spe/writecor.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/writecor.rst -------------------------------------------------------------------------------- /source/spe/writespe.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/spe/writespe.rst -------------------------------------------------------------------------------- /source/sss/addstack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/addstack.rst -------------------------------------------------------------------------------- /source/sss/changestack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/changestack.rst -------------------------------------------------------------------------------- /source/sss/deletestack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/deletestack.rst -------------------------------------------------------------------------------- /source/sss/deltacheck.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/deltacheck.rst -------------------------------------------------------------------------------- /source/sss/distanceaxis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/distanceaxis.rst -------------------------------------------------------------------------------- /source/sss/distancewindow.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/distancewindow.rst -------------------------------------------------------------------------------- /source/sss/globalstack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/globalstack.rst -------------------------------------------------------------------------------- /source/sss/incrementstack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/incrementstack.rst -------------------------------------------------------------------------------- /source/sss/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/index.rst -------------------------------------------------------------------------------- /source/sss/liststack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/liststack.rst -------------------------------------------------------------------------------- /source/sss/plotrecordsection.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/plotrecordsection.rst -------------------------------------------------------------------------------- /source/sss/plotstack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/plotstack.rst -------------------------------------------------------------------------------- /source/sss/sss.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/sss.rst -------------------------------------------------------------------------------- /source/sss/sumstack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/sumstack.rst -------------------------------------------------------------------------------- /source/sss/timeaxis.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/timeaxis.rst -------------------------------------------------------------------------------- /source/sss/timewindow.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/timewindow.rst -------------------------------------------------------------------------------- /source/sss/traveltime.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/traveltime.rst -------------------------------------------------------------------------------- /source/sss/velocitymodel.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/velocitymodel.rst -------------------------------------------------------------------------------- /source/sss/velocityroset.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/velocityroset.rst -------------------------------------------------------------------------------- /source/sss/writestack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/writestack.rst -------------------------------------------------------------------------------- /source/sss/zerostack.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/sss/zerostack.rst -------------------------------------------------------------------------------- /source/tools/byte-swap.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/byte-swap.rst -------------------------------------------------------------------------------- /source/tools/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/index.rst -------------------------------------------------------------------------------- /source/tools/pssac.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/pssac.rst -------------------------------------------------------------------------------- /source/tools/rdseed-warning.rst_: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/rdseed-warning.rst_ -------------------------------------------------------------------------------- /source/tools/rdseed.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/rdseed.rst -------------------------------------------------------------------------------- /source/tools/sac-config.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/sac-config.rst -------------------------------------------------------------------------------- /source/tools/saclst.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/saclst.rst -------------------------------------------------------------------------------- /source/tools/sgftops.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tools/sgftops.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/command-line-length.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/command-line-length.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/debug.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/debug.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/endian.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/endian.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/index.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/index.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/init-macro.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/init-macro.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/max-allowed-files.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/max-allowed-files.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/running-speed.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/running-speed.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/tab-and-space.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/tab-and-space.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/undefined-header-variables.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/undefined-header-variables.rst -------------------------------------------------------------------------------- /source/tricks-and-traps/wh-wover.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/tricks-and-traps/wh-wover.rst -------------------------------------------------------------------------------- /source/version.rst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/source/version.rst -------------------------------------------------------------------------------- /vercel.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/seisman/SAC_Docs_zh/HEAD/vercel.json --------------------------------------------------------------------------------