Skip to content

Commit

Permalink
add sequence files
Browse files Browse the repository at this point in the history
  • Loading branch information
agahkarakuzu committed Oct 26, 2019
1 parent 12ede09 commit 75a0cc8
Show file tree
Hide file tree
Showing 8 changed files with 1,747 additions and 0 deletions.
541 changes: 541 additions & 0 deletions vfa_t1/CartesianReadout3D.spv

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions vfa_t1/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
## 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 75a0cc8

Please sign in to comment.