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

Add Euler Deconvolution of a single window #493

Merged
merged 10 commits into from
Jul 16, 2024

Conversation

Souza-junior
Copy link
Member

Implementation of a minimalist implementation of Euler Deconvolution, accompanied by tests for magnetic and gravimetric data. The tests also include analyses with varying base levels and derivatives calculated analytically and via FFT.

Fixes #268

Relevant issues/PRs:

Copy link

welcome bot commented Apr 30, 2024

💖 Thank you for opening your first pull request in this repository! 💖

A few things to keep in mind:

No matter what, we are really grateful that you put in the effort to do this!

@leouieda leouieda added this to the v0.7.0 milestone Jul 2, 2024
@leouieda leouieda changed the title Add a minimalistic implementation of Euler Deconvolution Add Euler Deconvolution of a single window Jul 15, 2024
Copy link
Member

@leouieda leouieda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Souza-junior sorry finally got around to reviewing this! Left a few suggestions for the docstrings and other minor things. This is missing the full reference to [Reid1990] in doc/references.rst and adding the new class to doc/api/index.rst.

harmonica/_euler_deconvolution.py Outdated Show resolved Hide resolved
harmonica/_euler_deconvolution.py Outdated Show resolved Hide resolved
harmonica/_euler_deconvolution.py Outdated Show resolved Hide resolved
harmonica/_euler_deconvolution.py Outdated Show resolved Hide resolved
harmonica/_euler_deconvolution.py Outdated Show resolved Hide resolved
harmonica/tests/test_euler_deconvolution.py Outdated Show resolved Hide resolved
harmonica/tests/test_euler_deconvolution.py Outdated Show resolved Hide resolved
@leouieda leouieda merged commit 576b38e into fatiando:main Jul 16, 2024
19 checks passed
@leouieda
Copy link
Member

@Souza-junior congratulations! This was a really nice contribution and sorry it took so long to merge. Please add yourself to the AUTHORS.md file as soon as possible so you can be listed as an author in the next release.

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.

Add a minimalistic implementation of Euler Deconvolution
3 participants