Go to the source code of this file.
|
| namespace | msl |
| | Top-level namespace of the msl library.
|
| namespace | msl::acceleration |
| | Set of helpers to deal with accelerated imaging (partial Fourier, iPAT, etc.).
|
|
|
NLSStatus | msl::acceleration::check (MrProt &protocol, SeqLim const &limits) |
| | Check the iPAT-related constraints.
|
|
iPATMask | msl::acceleration::mask (MrProt &protocol) |
| | Merge (as a logical and) the elliptical scanning, partial Fourier and iPAT masks.
|
|
void | msl::acceleration::updateExports (MrProt const &protocol, iPATMask const &iPATMask, SeqExpo &exports) |
| | Update the iPAT-related fields in SeqExpo.
|
|
void | msl::acceleration::updateMDH (MrProt const &protocol, iPATMask const &mask, iPATMask::Point const &point, MdhProxy &mdh) |
| | Update the iPAT-related fields in MdhProxy.
|