Skip to content

Commit

Permalink
update readme and doc
Browse files Browse the repository at this point in the history
  • Loading branch information
aTrotier committed Dec 2, 2024
1 parent a095d71 commit 87bc689
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Rawdata for tests are available here : https://zenodo.org/records/14046657
---


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**).
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** and **PV360-3.6**).
The reconstruction is performed using MRIReco.jl

More information and examples are available in the article [![][paper-img]][paper-url] and in the [![][docs-img]][docs-url]
Expand All @@ -27,7 +27,7 @@ Additionally, if you use the sequence available in the MR sequence folder, pleas

## Bruker sequence and protocol

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`.
The sequence, implemented for **Bruker Paravision PV-360: 3.5 & 3.6**, and the corresponding protocol for fully-sampled is available in the folder `MR sequence`.

Compressed-sensing implementation is available through the standard Bruker tab `Resolution/Encoding`. If you want to perform a compressed-sensing experiment with an acceleration of 2 like the one used here : acceleration factor = 50% and use a calibration size of 5%
```
Expand Down
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ CurrentModule = SEQ_BRUKER_a_MP2RAGE_CS_360

# SEQ\_BRUKER\_A\_MP2RAGE\_CS\_360

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**).
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** and **PV360-3.6**).
The reconstruction is performed using MRIReco.jl

More information and examples are available in the initial [article](https://img.shields.io/badge/doi-10.1002/mrm.27438-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion docs/src/sequence.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Sequence and protocols

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`.
The sequence, implemented for **Bruker Paravision PV-360: 3.5 & 3.6**, and the corresponding protocol for fully-sampled is available in the folder `MR sequence`.

## Enable compressed-sensing acquisition

Expand Down

0 comments on commit 87bc689

Please sign in to comment.