Skip to content

Commit

Permalink
为rayplib添加了命令行工具,
Browse files Browse the repository at this point in the history
rf2depth的一点优化,使用namedtuple改善了Station类的使用
depmodel.py 中的ccp_model太繁琐,未来会拆分重写。
  • Loading branch information
JouSF-1409 committed Jan 31, 2024
1 parent 20f0d7b commit ec5237f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions seispy/ccp/rf2depth.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
from collections import namedtuple

import numpy as np


if __name__ == '__main__':
import doctest
doctree = doctest.testmod()

0 comments on commit ec5237f

Please sign in to comment.