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 row norm scaling #38

Merged
merged 10 commits into from
Jul 30, 2024
Merged

Add row norm scaling #38

merged 10 commits into from
Jul 30, 2024

Conversation

nHackel
Copy link
Member

@nHackel nHackel commented Jul 30, 2024

CGNR and co. run into float32 overflows for certain reconstructions (in particular OpenMPIData).

This PR adds a new weighting type which scales each row/freq. component by 1 over its rownorm. This scaling moves the data range where it does not result in overflows (for the recos I tested).

Furthermore this PR adds a composite weighting op which allows a user to combine multiple weighting types.

It also implements weighting for Multi Patch Operators as well as restructures the caching of weighting parameters

@nHackel nHackel marked this pull request as ready for review July 30, 2024 13:56
@nHackel nHackel merged commit 7ff3231 into master Jul 30, 2024
1 of 5 checks passed
@nHackel nHackel deleted the nh/rowNormScaling branch July 31, 2024 13:00
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