4#ifndef _efa76599_8b39_4e49_97b6_fb90a37aa668
5#define _efa76599_8b39_4e49_97b6_fb90a37aa668
75 virtual std::string
ident()
const = 0;
81 virtual double gamma()
const = 0;
Base class for RF pulses.
Definition RFPulse.h:14
virtual RFPulse & setFlipAngle(double flipAngle)=0
Set the flip angle (deg).
virtual double additionalPhase() const =0
Return the additional phase of the RF pulse (deg).
virtual double initialPhase() const =0
Return the initial phase of the RF pulse (deg).
long endTime() const override
Return the end time of the RF pulse (µs).
Type
Type of pulse, i.e. its role in the sequence.
Definition RFPulse.h:18
virtual Type type() const =0
Return the type of the RF pulse.
virtual RFPulse & setIdent(std::string const &ident)=0
Set the user-defined name of the RF pulse.
virtual RFPulse & setDuration(long duration)=0
Set the duration of the RF pulse (µs).
virtual double flipAngle() const =0
Return the flip angle (deg).
virtual double gamma() const =0
Return the gyromagnetic ratio of the current nucleus (MHz/T).
virtual long peakTime() const =0
Return the time of the RF peak amplitude (µs).
virtual long samples() const =0
Return the number of discrete samples of the RF pulse.
virtual long duration() const =0
Return the duration of the RF pulse (µs).
virtual std::string ident() const =0
Return the user-defined name of the RF pulse.
virtual RFPulse & setInitialPhase(double initialPhase)=0
Set the initial phase of the RF pulse (deg).
virtual RFPulse & setStartTime(long startTime)=0
Set the start time of the RF pulse (µs).
virtual RFPulse & setSamples(long samples)=0
Set the number of discrete samples of the RF pulse.
virtual RFPulse & setType(Type type)=0
Set the type of the RF pulse.
virtual RFPulse & setAdditionalPhase(double additionalPhase)=0
Set the additional phase of the RF pulse (deg).
RealTimeEvents()
No-op constructor.
virtual long startTime() const =0
Return the start time of the events.
Top-level namespace of the msl library.
Definition acceleration.h:17