#include <reco.h>
Inheritance diagram for RecoPars:


Public Member Functions | |
| RecoPars (const STD_string &label="unnamedRecoPars") | |
| RecoPars (const RecoPars &sr) | |
| RecoPars & | operator= (const RecoPars &sr) |
| const JDXkSpaceCoords & | get_kSpaceCoords () const |
| const STD_string & | get_DataFormat () const |
| bool | is_LittleEndian () const |
| const STD_string & | get_RawFile () const |
| unsigned int | get_RawHeaderSize () const |
| const fvector & | get_RelativeOffset () const |
| const fvector & | get_CoordinateScaling () const |
| const dvector & | get_DimValues (recoDim dim) const |
| fvector | get_ChannelScales () const |
| double | get_DwellTime (unsigned int i) const |
| int | get_MatrixSizeRead () const |
| int | get_MatrixSizePhase () const |
| int | get_MatrixSizePhase2 () const |
| int | get_NumOfAdcChunks () const |
| RecoPars & | set_DimValues (recoDim dim, const dvector &vals) |
| int | append_readout_shape (const fvector &shape) |
| int | append_kspace_traj (const farray &kspace_traj) |
| int | append_adc_weight_vec (const cvector &weightvec) |
| int | append_dwell_time (double dt) |
| const fvector & | get_ReadoutShape (unsigned int i) const |
| unsigned int | numof_kSpaceTraj () const |
| const farray & | get_kSpaceTraj (unsigned int i) const |
| const cvector & | get_AdcWeightVector (unsigned int i) const |
| unsigned long | get_TotalNumOfSamples (bool discard=false) const |
| unsigned int | numof_adcs () const |
| const kSpaceCoord & | get_kSpaceCoord (unsigned int i) const |
| RecoPars & | set_Recipe (const STD_string &recipe) |
| STD_string | get_Recipe () const |
| RecoPars & | set_PostProc3D (const STD_string &recipe) |
| STD_string | get_PostProc3D () const |
| RecoPars & | set_PreProc3D (const STD_string &recipe) |
| STD_string | get_PreProc3D () const |
| RecoPars & | set_CmdLineOpts (const STD_string &opts) |
| STD_string | get_CmdLineOpts () const |
Friends | |
| class | SeqAcq |
| class | SeqEpiDriverParavision |
| class | SeqMethod |
Definition at line 247 of file reco.h.
| RecoPars::RecoPars | ( | const STD_string & | label = "unnamedRecoPars" |
) |
Constructs a RecoPars with the given label
| RecoPars::RecoPars | ( | const RecoPars & | sr | ) |
Constructs a copy of 'sr'
| const JDXkSpaceCoords& RecoPars::get_kSpaceCoords | ( | ) | const [inline] |
| const STD_string& RecoPars::get_DataFormat | ( | ) | const [inline] |
| bool RecoPars::is_LittleEndian | ( | ) | const [inline] |
| const STD_string& RecoPars::get_RawFile | ( | ) | const [inline] |
| unsigned int RecoPars::get_RawHeaderSize | ( | ) | const [inline] |
| const fvector& RecoPars::get_RelativeOffset | ( | ) | const [inline] |
| const fvector& RecoPars::get_CoordinateScaling | ( | ) | const [inline] |
| fvector RecoPars::get_ChannelScales | ( | ) | const [inline] |
| double RecoPars::get_DwellTime | ( | unsigned int | i | ) | const |
Returns the i'th dwell time (including oversampling)
| int RecoPars::get_MatrixSizeRead | ( | ) | const [inline] |
| int RecoPars::get_MatrixSizePhase | ( | ) | const [inline] |
| int RecoPars::get_MatrixSizePhase2 | ( | ) | const [inline] |
| int RecoPars::get_NumOfAdcChunks | ( | ) | const |
Returns the number of ADC chunks, a chunk is a collection of one or more ADCs stored by the system in one block. It can be followed by an arbitrary number of zeroes.
Attaches a vector 'vals' of values to each step in the given dimension 'dim'
| int RecoPars::append_readout_shape | ( | const fvector & | shape | ) |
Appends a new ADC readout-gradient shape and returns its index
| int RecoPars::append_kspace_traj | ( | const farray & | kspace_traj | ) |
Appends a new k-space trajectory and returns its index
| int RecoPars::append_adc_weight_vec | ( | const cvector & | weightvec | ) |
Appends a new ADC weighting vector and returns its index
| int RecoPars::append_dwell_time | ( | double | dt | ) |
Appends a new ADC dwell time (including oversampling) and returns its index
| const fvector& RecoPars::get_ReadoutShape | ( | unsigned int | i | ) | const |
Returns the i'th ADC readout-gradient
| unsigned int RecoPars::numof_kSpaceTraj | ( | ) | const |
Returns the number of k-space trajectories
| const farray& RecoPars::get_kSpaceTraj | ( | unsigned int | i | ) | const |
Returns the i'th k-space trajectory
| const cvector& RecoPars::get_AdcWeightVector | ( | unsigned int | i | ) | const |
Returns the i'th complex weighting vector with which the corresponding ADCs will be multiplied
| unsigned long RecoPars::get_TotalNumOfSamples | ( | bool | discard = false |
) | const |
Returns the total number of ADC samples, if 'discard' is set to 'true' only the effective ADC size is returned, i.e. without 'preDiscard' and 'postDiscard'
| unsigned int RecoPars::numof_adcs | ( | ) | const [inline] |
| const kSpaceCoord& RecoPars::get_kSpaceCoord | ( | unsigned int | i | ) | const |
Returns the i'th ADC of the sequence
| RecoPars& RecoPars::set_Recipe | ( | const STD_string & | recipe | ) | [inline] |
| STD_string RecoPars::get_Recipe | ( | ) | const [inline] |
| RecoPars& RecoPars::set_PostProc3D | ( | const STD_string & | recipe | ) | [inline] |
| STD_string RecoPars::get_PostProc3D | ( | ) | const [inline] |
| RecoPars& RecoPars::set_PreProc3D | ( | const STD_string & | recipe | ) | [inline] |
| STD_string RecoPars::get_PreProc3D | ( | ) | const [inline] |
| RecoPars& RecoPars::set_CmdLineOpts | ( | const STD_string & | opts | ) | [inline] |
| STD_string RecoPars::get_CmdLineOpts | ( | ) | const [inline] |
1.5.1