Giter VIP home page Giter VIP logo

atacr's People

Contributors

eilonzach avatar helenjanisz avatar jbrussell avatar seispiano avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

atacr's Issues

Calculate tilt angle

When I use Bell et al. (2015) methods to calculate the tilt angle, I calculate the coherence between H component and Z component.
i.e., abs(specprop.rotation.chz_stack).^2./(specprop.rotation.chh_stack.*specprop.power.czz_stack) in ATaCR
Some days the coherence between H and Z will be greater than 1 (Figure 1), which does not conform to the actual situation.
2
Figure 1. Tilt angle (bottom) and corresponding coherence (top) during ocean-bottom station deployment. The red line in the top subfigure indicates coherence = 1.

Transfer function

Thank you for the code provided. When I calculated the transfer function, I found that there is an error in function noisecal_dailystaspectra.m, which will cause all transfer functions related to the H component to be incorrect. This problem is caused by the wrong number of windows used for averaging.
I solved this problem as follows:
The code in line 140

if is_goodwin==0
changed to if is_goodwin(ista)==0.
I hope this information is useful for the ATaCR users.
Thanks again.

Find transfer function file

I found an error in function findTFs_correctevent that caused the previous day's transfer function file to be used when the current day's transfer function file exists.
I solved this problem as follows:

iday = find(dday > 0); % find days prior to event

change to iday = find(dday >= 0);
I hope this is useful for the ATaCR users.
Thanks.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.