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
SEQ_BRUKER_a_MP2RAGE_CS_360.jl is a Julia package that implements a reconstruction for an accelerated MP2RAGE sequence for Bruker scanner (**PV360-3.5**).
7
+
SEQ\_BRUKER\_a\_MP2RAGE\_CS\_360.jl is a Julia package that implements a reconstruction for an accelerated MP2RAGE sequence for Bruker scanner (**PV360-3.5**).
8
8
The reconstruction is performed using MRIReco.jl
9
9
10
-
More information and examples are available in the article [![][paper-img]][paper-url] and in the [![][docs-img]][docs-url]
10
+
More information and examples are available in the initial [article](https://img.shields.io/badge/doi-10.1002/mrm.27438-blue.svg)
11
11
12
-
## How to give credit
12
+
## Raw datasets
13
13
14
-
If you use this package please acknowledge us by citing : https://doi.org/10.1002/mrm.27438
14
+
The rawdata used in the example are stored on zenodo : https://zenodo.org/records/14046657
15
+
- One is a fully sampled acquisition (128x128x96)
16
+
- The other one is accelerated by a factor of 2
17
+
```
18
+
##$PVM_EncCSUndersampling=50
19
+
##$PVM_EncCSCenterRatio=5
20
+
```
15
21
16
-
Additionally, if you use the sequence available in the MR sequence folder, please contact us to sign the sequence transfer agreement : aurelien.trotier@rmsb.u-bordeaux.fr
22
+
They are used for each merge to generate the figures used in examples.
Additionally, if you use the sequence available in the MR sequence folder, please contact us to sign the sequence transfer agreement : aurelien.trotier@rmsb.u-bordeaux.fr
The sequence, implemented for **Bruker Paravision PV-360.3.5**, and the corresponding protocol for fully-sampled is available in the folder `MR sequence/PV-360.3.5`.
4
4
@@ -12,16 +12,5 @@ Compressed-sensing implementation is available through the standard Bruker tab `
12
12
13
13
## Source code
14
14
15
-
Source code is available in this private directory : https://github.com/aTrotier/a_MP2RAGE_CS_360
15
+
Source code is available in this private directory : [https://github.com/aTrotier/a\_MP2RAGE\_CS\_360](https://github.com/aTrotier/a_MP2RAGE_CS_360)
16
16
17
-
# Raw datasets
18
-
19
-
The rawdata used in the example are stored on zenodo : https://zenodo.org/records/14046657
20
-
- One is a fully sampled acquisition (128x128x96)
21
-
- The other one is accelerated by a factor of 2
22
-
```
23
-
##$PVM_EncCSUndersampling=50
24
-
##$PVM_EncCSCenterRatio=5
25
-
```
26
-
27
-
They are used for each merge to generate the figures used in examples.
0 commit comments