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 a minimalistic implementation of Euler Deconvolution #493

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

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!

The instance itself, updated with the estimated `location_`
and `base_level_`.
"""
n_data = field.shape[0]

Choose a reason for hiding this comment

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

Suggestion: it could be interesting to add a check for the self.location_ and self.base_level_ parameters, i.e., if they are different then None, then the class has already been fit and an error is thrown.
This prevent to fit more then once the same class.

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
2 participants