#include <seqpulsar.h>

Public Member Functions | |
| SeqPulsarSinc (const STD_string &object_label="unnamedSeqPulsarSinc", float slicethickness=5.0, bool rephased=true, float duration=2.0, float flipangle=90.0, float resolution=1.5, unsigned int npoints=256) | |
| SeqPulsarSinc (const SeqPulsarSinc &sps) | |
| SeqPulsarSinc & | operator= (const SeqPulsarSinc &sps) |
A sinc shaped pulse
Definition at line 232 of file seqpulsar.h.
| SeqPulsarSinc::SeqPulsarSinc | ( | const STD_string & | object_label = "unnamedSeqPulsarSinc", |
|
| float | slicethickness = 5.0, |
|||
| bool | rephased = true, |
|||
| float | duration = 2.0, |
|||
| float | flipangle = 90.0, |
|||
| float | resolution = 1.5, |
|||
| unsigned int | npoints = 256 | |||
| ) |
Constructs a slice selective sinc pulse labeled 'object_label' with the following properties:
| SeqPulsarSinc::SeqPulsarSinc | ( | const SeqPulsarSinc & | sps | ) |
Constructs a copy of 'sps'
| SeqPulsarSinc& SeqPulsarSinc::operator= | ( | const SeqPulsarSinc & | sps | ) |
Assignment operator that makes this object become a copy of 'sps'
1.5.6