Post-pulse rephaser. More...
#include <seqpulsar.h>

Public Member Functions | |
| SeqPulsarReph (const STD_string &object_label, const SeqPulsar &puls) | |
| SeqPulsarReph (const SeqPulsarReph &spr) | |
| SeqPulsarReph (const STD_string &object_label="unnamedSeqPulsarReph") | |
| ~SeqPulsarReph () | |
| SeqPulsarReph & | operator= (const SeqPulsarReph &spr) |
| float | get_onramp_duration () const |
| float | get_constgrad_duration () const |
| float | get_offramp_duration () const |
Post-pulse rephaser.
This class represents a rephasing gradient pulse for SeqPulsar, i.e. it can serve as a refocusing lobe for a SeqPulsar pulse
Definition at line 169 of file seqpulsar.h.
| SeqPulsarReph::SeqPulsarReph | ( | const STD_string & | object_label, | |
| const SeqPulsar & | puls | |||
| ) |
Constructs a rephasing gradient pulse labeled 'object_label' with the following properties:
| SeqPulsarReph::SeqPulsarReph | ( | const SeqPulsarReph & | spr | ) |
Constructs a copy of 'spr'
| SeqPulsarReph::SeqPulsarReph | ( | const STD_string & | object_label = "unnamedSeqPulsarReph" |
) |
Construct an empty rephasing gradient pulse with the given label
| SeqPulsarReph::~SeqPulsarReph | ( | ) |
Destructor
| float SeqPulsarReph::get_constgrad_duration | ( | ) | const |
Returns the duration of the rephasing part of the gradient pulse
| float SeqPulsarReph::get_offramp_duration | ( | ) | const |
Returns the duration of the ramp that switches the gradient pulse on
| float SeqPulsarReph::get_onramp_duration | ( | ) | const |
Returns the duration of the ramp that switches the gradient pulse on
| SeqPulsarReph& SeqPulsarReph::operator= | ( | const SeqPulsarReph & | spr | ) |
Assignment operator that makes this object become a copy of 'spr'
1.7.1