-
Notifications
You must be signed in to change notification settings - Fork 1
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
PSF and attenuation #33
Conversation
Hello @CHrlS98! Thanks for updating this PR. There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-12-16 21:13:49 UTC |
linumpy/preproc/icorr.py
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lots of different models here, not all are used. Don't know what we want to do with that.
.gitignore
Outdated
@@ -171,6 +171,10 @@ workflows/work/ | |||
# Macos | |||
.DS_Store | |||
|
|||
# files | |||
# Image files |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Data files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done in 912bbb4
@@ -593,6 +594,95 @@ def getAttenuation_Vermeer2013(vol, dz=6.5e-6, mask=None, C=None): | |||
return mu | |||
|
|||
|
|||
def get_extendedAttenuation_Vermeer2013(vol, mask=None, k=10, sigma=5, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
New issue #35 to solve units mismatch issue.
New PR compensate psf and attenuation (previously PR #21)