-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c432d8
commit 73569da
Showing
8 changed files
with
1,747 additions
and
1 deletion.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,32 @@ | ||
# vfa_t1 | ||
## Intro | ||
|
||
The variable flip angle (VFA) implementation of [qMRLab](https://qmrlab.org) takes following as input: | ||
* Data | ||
* `VFAData`: [vol X N] image data where N is # of FAs. | ||
* `B1map`: [vol] b1 transmit field map | ||
* `Mask`: [vol] binary ROI mask | ||
* Parameters | ||
* `FA`: [1 X N] array | ||
* `TR`: [1 X N] array | ||
|
||
For details you can see the interactive [`vfa_t1`](https://qmrlab.readthedocs.io/en/master/vfa_t1_batch.html) tutorial [executable online](https://qmrlab.org/jekyll/2018/12/11/T1-mapping-variable-flip-angle.html). | ||
|
||
For creating B1map, double angle method is also available in qMRLab: [`b1_dam`](https://qmrlab.readthedocs.io/en/master/b1_dam_batch.html). | ||
|
||
*** | ||
|
||
## Pulse sequence implementation | ||
|
||
### Sequence components | ||
|
||
### Scan control | ||
|
||
### Reconstruction | ||
|
||
|
||
*** | ||
|
||
|
||
|
||
|
||
|
Oops, something went wrong.