Acquisition. More...
#include <seqacq.h>

Public Member Functions | |
| SeqAcq (const STD_string &object_label, unsigned int nAcqPoints, double sweepwidth, float os_factor=1.0, const STD_string &nucleus="", const dvector &phaselist=0, const dvector &freqlist=0) | |
| SeqAcq (const SeqAcq &sa) | |
| SeqAcq (const STD_string &object_label="unnamedSeqAcq") | |
| ~SeqAcq () | |
| SeqAcq & | set_npts (unsigned int nAcqPoints) |
| double | get_sweep_width () const |
| SeqAcq & | operator= (const SeqAcq &sa) |
| void | set_kspace_traj (const farray &kspaceTraj) |
| void | set_weight_vec (const cvector &weightVec) |
| SeqAcq & | set_rel_center (double relative_kspace_center) |
| const kSpaceCoord & | get_kcoord () const |
Friends | |
| class | SeqMethod |
Acquisition.
This class represents an acquisition window
Definition at line 206 of file seqacq.h.
| SeqAcq::SeqAcq | ( | const STD_string & | object_label, | |
| unsigned int | nAcqPoints, | |||
| double | sweepwidth, | |||
| float | os_factor = 1.0, |
|||
| const STD_string & | nucleus = "", |
|||
| const dvector & | phaselist = 0, |
|||
| const dvector & | freqlist = 0 | |||
| ) |
Constructs an acquisition window labeled 'object_label' with the following properties:
| SeqAcq::SeqAcq | ( | const SeqAcq & | sa | ) |
Constructs an acquisition window which is a copy of 'sa'
| SeqAcq::SeqAcq | ( | const STD_string & | object_label = "unnamedSeqAcq" |
) |
Constructs an empty acquisition window with the given label.
| SeqAcq::~SeqAcq | ( | ) |
Destructor
| const kSpaceCoord& SeqAcq::get_kcoord | ( | ) | const |
Returns the k-space index of this ADCs
| double SeqAcq::get_sweep_width | ( | ) | const [inline] |
This assignment operator will make this object become an exact copy of 'sa'.
| void SeqAcq::set_kspace_traj | ( | const farray & | kspaceTraj | ) |
Specifies a an explicit k-space Trajectory for this ADC (for automatic reconstruction)
| SeqAcq& SeqAcq::set_npts | ( | unsigned int | nAcqPoints | ) |
Sets the number of sampling points that will be acquired during the acquisition
| SeqAcq& SeqAcq::set_rel_center | ( | double | relative_kspace_center | ) | [inline] |
| void SeqAcq::set_weight_vec | ( | const cvector & | weightVec | ) |
Specifies a complex vector which is is used to weight each point in this ADC (for automatic reconstruction)
1.7.1