Skip to content

Commit

Permalink
Add v1.0 files
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Oct 28, 2020
1 parent 8c432d8 commit 73569da
Show file tree
Hide file tree
Showing 8 changed files with 1,747 additions and 1 deletion.
541 changes: 541 additions & 0 deletions CartesianReadout3D.spv

Large diffs are not rendered by default.

33 changes: 32 additions & 1 deletion README.md
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


***





Loading

0 comments on commit 73569da

Please sign in to comment.