You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 18, 2021. It is now read-only.
We want the shimming toolbox to handle B0 and B1 shimming. So far, only B0 shimming was performed but I'm currently working on finding a way to include RF shimming features as we refactor our code.
Objectives
Add functions to perform B1 mapping and shimming to the +imutils package (under +imutils/+b1). These functions will have to be documented following the convention that will be defined in #133.
Unit tests and testing data must also be provided.
The text was updated successfully, but these errors were encountered:
I thought you once said that b0 could be misguiding because it could also refer to another term (I can't find the comment though so maybe I just dreamed about it).
I thought you once said that b0 could be misguiding because it could also refer to another term (I can't find the comment though so maybe I just dreamed about it).
indeed, in the MRI community "b0" often refers to the b-value =0 in DWI experiments. However, in this context, there should not be too much confusion (it is clear we talk about static B0 field), and i find the pros more appealing:
sticking to snake-case convention for functions/packages
easier to type on the keyboard (no need for SHIFT)
Context
We want the shimming toolbox to handle B0 and B1 shimming. So far, only B0 shimming was performed but I'm currently working on finding a way to include RF shimming features as we refactor our code.
Objectives
Add functions to perform B1 mapping and shimming to the
+imutils
package (under+imutils/+b1
). These functions will have to be documented following the convention that will be defined in #133.Unit tests and testing data must also be provided.
The text was updated successfully, but these errors were encountered: