#include <seqpulsar.h>
Inheritance diagram for SeqPulsarGauss:


Public Member Functions | |
| SeqPulsarGauss (const STD_string &object_label="unnamedSeqPulsarGauss", float slicethickness=5.0, bool rephased=true, float duration=1.0, float flipangle=90.0, unsigned int npoints=128) | |
| SeqPulsarGauss (const SeqPulsarGauss &spg) | |
| SeqPulsarGauss & | operator= (const SeqPulsarGauss &spg) |
A Gaussian shaped pulse
Definition at line 291 of file seqpulsar.h.
| SeqPulsarGauss::SeqPulsarGauss | ( | const STD_string & | object_label = "unnamedSeqPulsarGauss", |
|
| float | slicethickness = 5.0, |
|||
| bool | rephased = true, |
|||
| float | duration = 1.0, |
|||
| float | flipangle = 90.0, |
|||
| unsigned int | npoints = 128 | |||
| ) |
Constructs a slice selective Gauss pulse labeled 'object_label' with the following properties:
| SeqPulsarGauss::SeqPulsarGauss | ( | const SeqPulsarGauss & | spg | ) |
Constructs a copy of 'spg'
| SeqPulsarGauss& SeqPulsarGauss::operator= | ( | const SeqPulsarGauss & | spg | ) |
Assignment operator that makes this object become a copy of 'spg'
1.5.1