Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/source/Module/explain_src.rst_
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@

.. _-M:

**-M**\ *strike/dip/rake*
设置剪切源参数,角度单位为 °
**-M**\ *strike/dip[/rake*]
设置剪切源/张裂源参数,角度单位为 °

+ *strike* - 断层走向, 0~360
+ *dip* - 断层倾角, 0~90
+ *rake* - 滑动角, -180~180
+ *rake* - 滑动角, -180~180 [不指定 *rake* 即设置张裂源]

.. _-T:

Expand Down
10 changes: 5 additions & 5 deletions docs/source/Module/syn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ syn
+ **R** - 径向向外
+ **T** - 沿 **R** 方向顺时针旋转 90 °

保存 SAC 文件路径为 ``*{outdir}/{ch}.sac*``,其中 ``ch`` 为分量名。
若设置 |-N| 则输出为 ZNE 分量,其中 Z 不变,NE分别为北向和东向
保存 SAC 文件路径为 ``{outdir}/{ch}.sac``,其中 ``ch`` 为分量名。
若设置 |-N| 则输出为 ZNE 分量,其中 Z 不变,N 和 E 分别为北向和东向

目前合成位移支持的震源类型包括爆炸源(|-S|),单力源(|-F|),剪切源(|-M|)和矩张量源(|-T|),
其中矩张量源是根据爆炸源和剪切源合成的。一次只能选择一种震源。
目前合成位移支持的震源类型包括爆炸源(|-S|),单力源(|-F|),剪切源/张裂源(|-M|)和矩张量源(|-T|),
其中张裂源/矩张量源是根据爆炸源和剪切源合成的。一次只能选择一种震源。



Expand All @@ -52,7 +52,7 @@ syn
.. _-G:

**-G**\ *grndir*
保存格林函数的目录,例如 :doc:`greenfn` 模块计算的单个震中距的格林函数保存在
格林函数保存目录,例如 :doc:`greenfn` 模块计算的单个震中距的格林函数保存在
``{outdir}/{model}_{depsrc}_{deprcv}_{r}`` 。

.. _-A:
Expand Down