Saturation pulse. More...
#include <seqsat.h>

Public Member Functions | |
| SeqPulsarSat (const STD_string &object_label="unnamedSeqPulsarSat", satNucleus nuc=fat, float bandwidth=0.3) | |
| SeqPulsarSat (const STD_string &object_label, float bandwidth, double freqoffset=0.0, float flipangle=90.0, float rel_filterwidth=0.3) | |
| SeqPulsarSat (const SeqPulsarSat &spg) | |
| SeqPulsarSat & | operator= (const SeqPulsarSat &spg) |
Saturation pulse.
A 90deg Gaussian shaped saturation pulse
Definition at line 49 of file seqsat.h.
| SeqPulsarSat::SeqPulsarSat | ( | const STD_string & | object_label = "unnamedSeqPulsarSat", |
|
| satNucleus | nuc = fat, |
|||
| float | bandwidth = 0.3 | |||
| ) |
Constructs saturation pulse labeled 'object_label' with the following properties:
| SeqPulsarSat::SeqPulsarSat | ( | const STD_string & | object_label, | |
| float | bandwidth, | |||
| double | freqoffset = 0.0, |
|||
| float | flipangle = 90.0, |
|||
| float | rel_filterwidth = 0.3 | |||
| ) |
Constructs a saturation pulse labeled 'object_label' with the following properties:
| SeqPulsarSat::SeqPulsarSat | ( | const SeqPulsarSat & | spg | ) |
Constructs a copy of 'spg'
| SeqPulsarSat& SeqPulsarSat::operator= | ( | const SeqPulsarSat & | spg | ) |
Assignment operator that makes this object become a copy of 'spg'
1.7.1