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

Coil sensitivities: proof of concept #454

Closed
wants to merge 5 commits into from

Conversation

cncastillo
Copy link
Member

@cncastillo cncastillo commented Jul 15, 2024

https://juliahealth.org/KomaMRI.jl/previews/PR454/tutorial/06-Coils/

-sig .= transpose(sum(Mxy[:, findall(seq.ADC)]; dims=1))
+sig .= transpose(sum(p.coil_sens .* Mxy[:, findall(seq.ADC)]; dims=1))

@cncastillo cncastillo added the documentation Improvements to docs., it also triggers doc preview label Jul 15, 2024
@cncastillo cncastillo changed the title Coil sensitivities proof of concept Coil sensitivities: proof of concept Jul 15, 2024
Copy link

codecov bot commented Jul 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 90.51%. Comparing base (d1e4fee) to head (119c3e4).
Report is 394 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #454      +/-   ##
==========================================
- Coverage   90.52%   90.51%   -0.02%     
==========================================
  Files          51       51              
  Lines        2787     2782       -5     
==========================================
- Hits         2523     2518       -5     
  Misses        264      264              
Flag Coverage Δ
base 88.14% <ø> (-0.06%) ⬇️
core 90.37% <100.00%> (ø)
files 93.55% <ø> (ø)
komamri 93.98% <ø> (ø)
plots 89.30% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
KomaMRIBase/src/datatypes/Phantom.jl 84.69% <ø> (-0.41%) ⬇️
...Core/src/simulation/Bloch/BlochSimulationMethod.jl 100.00% <100.00%> (ø)
KomaMRIPlots/src/ui/DisplayFunctions.jl 90.50% <100.00%> (ø)
🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@cncastillo cncastillo linked an issue Sep 2, 2024 that may be closed by this pull request
@cncastillo
Copy link
Member Author

This PR was meant to show how easy it is to add coils. We have a better way of doing it now. A PR will be uploaded soon @Stockless .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements to docs., it also triggers doc preview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for multi-coil acquisitions
1 participant