-
Notifications
You must be signed in to change notification settings - Fork 42
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
Crop kspace transforms #210
Conversation
Pull from branch shepp-logan-phantom
Codecov Report
@@ Coverage Diff @@
## main #210 +/- ##
==========================================
+ Coverage 80.79% 80.88% +0.09%
==========================================
Files 72 72
Lines 5317 5327 +10
==========================================
+ Hits 4296 4309 +13
+ Misses 1021 1018 -3
Continue to review full report at Codecov.
|
dbe6fc2
to
2b28b4b
Compare
* Fix RIM performance (#208) * Bring `modulus_if_complex` back with some fixes * protobuf issues * Bump version: 1.0.2 → 1.0.3-dev0 * Bump version: 1.0.3-dev0 → 1.0.3 * Adding JOSS paper badge
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.
Some small comments. Nothing needs to change in the configs I presume? Did you try training some models to check performance against older models?
Changes:
CropKspace
transform implemented: Transforms to the image domain all coil data, crops to shape, transforms back to kspace domainCropAndMask
transform removed (had no cropping functionality)ComputeImage
transfrom implemented: computes image based on kspaceApplyMask
transform implementedbuild_mri_transforms
reformatted to abide to the new transforms