ODIN
Public Member Functions | List of all members

Pre-read dephasing. More...

#include <seqacqdeph.h>

Inheritance diagram for SeqAcqDeph:
Inheritance graph
[legend]

Public Member Functions

 SeqAcqDeph (const STD_string &object_label, const SeqAcqInterface &acq, dephaseMode mode=FID)
 
 SeqAcqDeph (const SeqAcqDeph &sad)
 
 SeqAcqDeph (const STD_string &object_label="unnamedSeqAcqDeph")
 
SeqAcqDephoperator= (const SeqAcqDeph &sad)
 
const SeqVectorget_epi_segment_vector () const
 
const SeqVectorget_epi_reduction_vector () const
 
- Public Member Functions inherited from SeqGradChanParallel
 SeqGradChanParallel (const STD_string &object_label="unnamedSeqGradChanParallel")
 
 SeqGradChanParallel (const SeqGradChanParallel &sgcp)
 
 ~SeqGradChanParallel ()
 
SeqGradChanParalleloperator= (const SeqGradChanParallel &sgcp)
 
SeqGradChanParalleloperator/= (SeqGradChan &sgc)
 
SeqGradChanParalleloperator/= (SeqGradChanList &sgcl)
 
STD_string get_program (programContext &context) const
 
STD_string get_properties () const
 
unsigned int event (eventContext &context) const
 
void query (queryContext &context) const
 
SeqGradInterfaceset_strength (float gradstrength)
 
SeqGradInterfaceinvert_strength ()
 
float get_strength () const
 
fvector get_gradintegral () const
 
double get_gradduration () const
 
SeqGradInterfaceset_gradrotmatrix (const RotMatrix &matrix)
 
SeqGradChanParalleloperator+= (SeqGradChan &sgc)
 
SeqGradChanParalleloperator+= (SeqGradChanList &sgcl)
 
SeqGradChanParalleloperator+= (SeqGradChanParallel &sgcp)
 
void clear ()
 
- Public Member Functions inherited from SeqGradObjInterface
double get_duration () const
 
- Public Member Functions inherited from SeqGradInterface
float get_gradintegral_norm () const
 
- Public Member Functions inherited from SeqClass
SeqClassset_temporary ()
 
- Public Member Functions inherited from Labeled
 Labeled (const STD_string &label="unnamed")
 
Labeledset_label (const STD_string &label)
 
const STD_string & get_label () const
 
Labeledoperator= (const Labeled &l)
 
- Public Member Functions inherited from SeqTreeObj
virtual RecoValList get_recovallist (unsigned int reptimes, LDRkSpaceCoords &coords) const
 
bool contains (const SeqTreeObj *sto) const
 
void tree (SeqTreeCallbackAbstract *display) const
 
virtual SeqValList get_freqvallist (freqlistAction action) const
 
virtual SeqValList get_delayvallist () const
 
virtual double get_rf_energy () const
 

Additional Inherited Members

- Protected Member Functions inherited from SeqClass
void marshall_error () const
 
- Static Protected Member Functions inherited from SeqClass
static void clear_temporary ()
 
static void clear_containers ()
 

Detailed Description

Pre-read dephasing.

This class provides a pre-dephasing or post-rephasing gradient pulse for acquisition objects

Definition at line 51 of file seqacqdeph.h.

Constructor & Destructor Documentation

◆ SeqAcqDeph() [1/3]

SeqAcqDeph::SeqAcqDeph ( const STD_string &  object_label,
const SeqAcqInterface acq,
dephaseMode  mode = FID 
)

Constructs a read dephase gradient pulse labeled 'object_label' with the following properties:

  • acq: The acquisition object for which the dephasing should be performed
  • polarity: Specifies whether the gradient will have balanced (FID) or inverted polarity (spinEcho).

◆ SeqAcqDeph() [2/3]

SeqAcqDeph::SeqAcqDeph ( const SeqAcqDeph sad)

Constructs a copy of 'sad'

◆ SeqAcqDeph() [3/3]

SeqAcqDeph::SeqAcqDeph ( const STD_string &  object_label = "unnamedSeqAcqDeph")

Construct an empty read dephase gradient pulse with the given label

Member Function Documentation

◆ get_epi_reduction_vector()

const SeqVector& SeqAcqDeph::get_epi_reduction_vector ( ) const

returns vector to iterate through different GRAPPA interleaves in parallel-imaging EPI

◆ get_epi_segment_vector()

const SeqVector& SeqAcqDeph::get_epi_segment_vector ( ) const

returns vector to iterate through different segments in multi-shot EPI

◆ operator=()

SeqAcqDeph& SeqAcqDeph::operator= ( const SeqAcqDeph sad)

Assignment operator that makes this object become a copy of 'sad'


The documentation for this class was generated from the following file: