Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gaussian picking uncertainty #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

claudiodsf
Copy link

Hi and thank you for this fantastic tool!

I was looking for ways of modelling picking uncertainty, and I ended up using the standard deviation of the probability peaks.

This is done by:

  1. Windowing the probability peak around its max (itp or its) at 80% of its total height (to avoid large peak "bases");
  2. Computing the standard deviation within this window.

The results (sigma_itp and sigma_its) are saved only in the pickle file, for the moment, since I don't want to disrupt third-party codes which rely on picks.csv.

Let me know if that makes sense to you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant