Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier committed Jun 22, 2020
2 parents 6c17fbc + 110cece commit 3b7e1ea
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Sequence has been developped for Paravision **PV6.0.1**. Minor modification are

**Installation step :**

* Copy the binary sequence under the folder
* Copy the binary sequence under the folder
`/opt/PV6.0.1/share/`

* To install : `File -> Import -> Binary Method ` and select the sequence in the share folder.
Expand All @@ -46,7 +46,7 @@ Region : AnyRegion
Application : UserMethods
```

To use it drag and drop to an exam card.
To use it drag and drop to an exam card.

## Acquisition

Expand All @@ -67,20 +67,20 @@ We will only described the MP2RAGE specific parameters. The other ones are stand
* **Acceleration Type** :

* **Fully** : no acceleration, all k-space is encoded (if the **Echo Train is equal to the ky matrix size. The image will be directly reconstructed under Bruker)
* **Grappa** (WIP -> supposed to work, just check the mask to be sure)
* **Compressed sensing** :
* **Grappa** (WIP -> supposed to work, just check the mask to be sure)
* **Compressed sensing** :
* **Mask_With_File** : *deprecated* (if you need to use your own mask contact us)
* **Mask_With_algorithm** : if you change any parameters don't forget to click on **CalcMask**

> Both Grappa and Compressed use **Acceleration CS Y/Z** so choose your acceleration and click on **CalcMask**. It indicates the total acceleration **Acceleration Totale** (French :D).
> Both Grappa and Compressed use **Acceleration CS Y/Z** so choose your acceleration and click on **CalcMask**. It indicates the total acceleration **Acceleration Totale** (French :D).
>
> **Size of center mask** indicates the size of the squared fully sampled central part of the k-space (Used later for coil sensitivity calibration)
>
> **GenpointMask** : the mask algorithm generates a number of ky/kz lines which can not be a multiple of the **Train Echo**. Thus, we do not acquire some lines at the bottom of the k-space, in order to remain a multiple. The number of non-acquired lines is called the **GenpointMask**
**AGAIN : Don't forget to click on CalcMask**

* Contrast tab / Sel IR : You can change the inversion pulse parameters
* Contrast tab / Sel IR : You can change the inversion pulse parameters

* Usually we use a sech of 10 ms with a slab Thickness of 200%

Expand All @@ -92,14 +92,14 @@ We will only described the MP2RAGE specific parameters. The other ones are stand

## Recontruction

**Requirements :**
**Requirements :**

* Matlab (tested on version > 2016b
* [BART toolbox](https://mrirecon.github.io/bart/) (Tested for BART 0.5).

Before launching any script add bart to your matlab path (launch the startup.m file in the bart folder).

To perform the offline recontruction :
To perform the offline recontruction :

* Download the bruker dataset located in `/opt/PV6.0.1/data/{USER}/`

Expand Down Expand Up @@ -128,14 +128,14 @@ To perform the offline recontruction :
* LookupTable
* The reconstruction data are stored in matlab structure (here called **s_out**) which include
* **T1map**
* **MP2RAGE_mask** : MP2RAGE image modified with a filter that nulls the salt and-pepper background
* **MP2RAGE_mask** : MP2RAGE image modified with a filter that nulls the salt and-pepper background
* **imTI** : Ti1 and Ti2 images obtained after the CS reconstruction
* **LUT** : structure that stores the parameters and image used to create the T1map
* **param_in** are also store

## SIMULATION

* opti_reco : **documentation todo**
* opti_acq :
* opti_acq :
* **simu_lut_MP2RAGE.m** : plot the lookuptable (important to check the range of T1 value measurable)
* **opti_CNR** : set 2 T1 tissues at the beginning of the script. It will determined what is the best parameters to choose to get the highest CNR. It takes into account the acquisition time (divide by sqrt(**MP2RAGE_TR**) and/or sqrt(**Echo train**))

0 comments on commit 3b7e1ea

Please sign in to comment.