SplitPy icon indicating copy to clipboard operation
SplitPy copied to clipboard

To-do for SplitPy

Open paudetseis opened this issue 6 years ago • 3 comments

  • [x] Implement Continuous Integration using Travis
  • [x] Deploy documentation using Travis in gh-pages branch
  • [ ] Write tests for code coverage
  • [ ] Write better examples for code usage outside of scripts

paudetseis avatar Dec 05 '19 22:12 paudetseis

Hi, I am trying to use SplitPy to do teleseismic shear-wave splitting analysis and found it very useful. I also apply OrientPy to measure the misalignment for each station. So I wonder if you can possibly add one module/class to correct the misorientation in your software. Thanks Changhui

juch427 avatar Jan 17 '22 09:01 juch427

Hi, If you are using Z12 channels for data on FDSN archives, the data will be rotated using the azcorr field in the StDb database. In this case, the workflow is to run OrientPy, then edit the StDb database using the edit_stdb script (or manually change the azcorr field in the .csv file, and then run the SplitPy scripts normally.

If you found a misalignment in ZNE data sets, then SplitPy will not use the azcorr field to further rotate the channels. Admittedly, this is a limitation.

Please provide more details of your situation and I can help adapt the code accordingly.

paudetseis avatar Jan 26 '22 14:01 paudetseis

Hi, Thanks for your reply. What I hope is to use the azcorr field for ZNE data sets since the misalignment when installing the seismograph. Though it cannot be implemented right now in the codes, I believe it is an important part when doing shear wave splitting analysis. Anyway, thanks for sharing your codes, and hoping to see the update. Changhui

juch427 avatar Feb 14 '22 06:02 juch427