-
Notifications
You must be signed in to change notification settings - Fork 4
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
log a warning if dd is enabled but output product is corrected_data
#299
Comments
Relatedly, is there any use case for performing DD cal for N directions where subtract-dirs isn't of length N-1 or N? This might be another good scenario for triggering a warning if not |
Thanks for the report @Athanaseus. This is something that needs further work i.e. better informing users of oddities in configuration. For the sake of my own memory, a couple of the common pitfalls (which may change as I remember them) are:
|
There might be an argument for a hybrid of peeling + subsequent application of DD solutions during imaging (which will eventually be available). I think in that case there may be a need for more selective peeling. That said, it would be a very special case so it is probably worth warning the user. |
Ah yes, I am looking forward to this functionality! 🙌 |
Describe the problem that the feature should address
This feature will provide more info for the user in the case ddcal is to be performed, but the output is not set appropriately.
Describe the solution you'd like
Give a warning that a direction-dependent term is enabled (
dE.direction_dependent: true
) but will not be applied since output product iscorrected_data
instead ofcorrected_residual
.Additional context
This applies only direction-independent terms.
https://gist.github.com/Athanaseus/c02cc9f309bcd381ce5b66944e813d7d?permalink_comment_id=4718996#gistcomment-4718996
The text was updated successfully, but these errors were encountered: