4#ifndef _0cc05ba7_89a6_4523_b78c_63604892f081
5#define _0cc05ba7_89a6_4523_b78c_63604892f081
18class StackOfSpirals:
public Sampling
24 StackOfSpirals(StackOfSpirals
const &) =
default;
25 StackOfSpirals(StackOfSpirals &&) =
default;
26 StackOfSpirals & operator=(StackOfSpirals
const &) =
default;
27 StackOfSpirals & operator=(StackOfSpirals &&) =
default;
28 ~StackOfSpirals()
override =
default;
82 MrProt & protocol, SeqLim & limits, SeqExpo & exports)
override;
85 MrProt & protocol, SeqLim & limits, SeqExpo & exports)
override;
93 MrProtocolData::SeqExpoRFInfo
rfInfo()
const override;
95 NLSStatus
updateReadout(MrProt & protocol, SeqLim & limits, SeqExpo & exports)
override;
101 bool _runFirstInterleaveOnly;
std::vector< Point > Points
Definition MaskBase.h:25
A two dimensional indicator of iPAT status.
Definition iPATMask.h:30
WHIRLED PEAS spiral readout.
Definition Spiral.h:29
StackOfSpirals & setRunFirstInterleaveOnly(bool runFirstInterleaveOnly)
Set whether to run the first interleave only (e.g. in check mode).
NLSStatus updateReadout(MrProt &protocol, SeqLim &limits, SeqExpo &exports) override
Update the readout with respect to index so that a subsequent call to readout() returns a readout mat...
uint32_t interleaves() const
Return the number of interleaves per partition.
readouts::Spiral const & readout() const override
Return a reference to the concrete readout.
bool runFirstInterleaveOnly() const
Return whether to run the first interleave only (e.g. in check mode).
StackOfSpirals & setMask(iPATMask const &mask)
Set the iPAT mask.
NLSStatus prepare(MrProt &protocol, SeqLim &limits, SeqExpo &exports) override
Prepare the real-time events.
StackOfSpirals & setGradientSpecs(GradientSpecs const &gradientSpecs) override
Set the gradient specifications constraining the read-out duration.
long timeOffset() const override
Return the time offset to get the effective echo time, accounting e.g. for the time of the excitation...
iPATMask::Points enabledPoints() const
Return the enabled points of the mask.
StackOfSpirals & setTimeOffset(long timeOffset) override
Set the time offset to get the effective echo time, accounting e.g. for the time of the excitation pu...
MrProtocolData::SeqExpoRFInfo rfInfo() const override
Return the RF information for SAR computation.
GradientSpecs const & gradientSpecs() const override
Return the gradient specifications constraining the read-out duration.
NLSStatus run(MrProt &protocol, SeqLim &limits, SeqExpo &exports) override
Run the real-time events.
iPATMask const & mask() const
Return the iPAT mask.
StackOfSpirals & setPhase(double phase) override
Set the phase of the NCO during the readout.
double phase() const override
Return the phase of the NCO during the readout.
long startTime() const override
Return the start time of the events.
long endTime() const override
Return the end time of the events.
StackOfSpirals & setContrast(long contrast) override
Set the contrast number.
long contrast() const override
Return the contrast number.
#define DECLARE_POINTERS(name)
Declare pointer type aliases.
Definition helpers.h:83
Namespace for all Readout-derived objects.
Definition Cartesian.h:16
Top-level namespace of the msl library.
Definition acceleration.h:17
Specifications of the gradient system.
Definition GradientSpecs.h:14