#include <reco.h>
List of all members.
Detailed Description
This class is used to hold all information about the reconstruction
Definition at line 264 of file reco.h.
Constructor & Destructor Documentation
| RecoPars::RecoPars |
( |
const STD_string & |
label = "unnamedRecoPars" |
) |
|
Constructs a RecoPars with the given label
| RecoPars::RecoPars |
( |
const RecoPars & |
sr |
) |
|
Constructs a copy of 'sr'
Member Function Documentation
| 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
| int RecoPars::append_kspace_traj |
( |
const farray & |
kspace_traj |
) |
|
Appends a new k-space trajectory and returns its index
| int RecoPars::append_readout_shape |
( |
const fvector & |
shape, |
|
|
unsigned int |
dstsize | |
|
) |
| | |
Appends a new ADC readout-gradient shape and its target grid size. Returns its index
| const cvector& RecoPars::get_AdcWeightVector |
( |
unsigned int |
i |
) |
const |
Returns the i'th complex weighting vector with which the corresponding ADCs will be multiplied
| fvector RecoPars::get_ChannelScales |
( |
|
) |
const [inline] |
Returns the scaling factors for ADC channels
Definition at line 331 of file reco.h.
| STD_string RecoPars::get_CmdLineOpts |
( |
|
) |
const [inline] |
Returns the extra chain of reconstruction steps (functors) which will be performed after 3D reconstruction before data is stored on disk.
Definition at line 459 of file reco.h.
| const STD_string& RecoPars::get_DataFormat |
( |
|
) |
const [inline] |
Returns the data type of the acquired ADCs
Definition at line 296 of file reco.h.
Returns the value vector attached to reco dimension 'dim'
Definition at line 326 of file reco.h.
| double RecoPars::get_DwellTime |
( |
unsigned int |
i |
) |
const |
Returns the i'th dwell time (including oversampling)
| const STD_string& RecoPars::get_ImageProc |
( |
|
) |
const [inline] |
Extra command-line arguments for processing of final images
Definition at line 321 of file reco.h.
| const kSpaceCoord& RecoPars::get_kSpaceCoord |
( |
unsigned int |
i |
) |
const |
Returns the i'th ADC of the sequence
Returns the const assignment of ADC indices to k-space lines (for odinreco)
Definition at line 291 of file reco.h.
| const farray& RecoPars::get_kSpaceTraj |
( |
unsigned int |
i |
) |
const |
Returns the i'th k-space trajectory
| 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.
| STD_string RecoPars::get_PostProc3D |
( |
|
) |
const [inline] |
Returns the extra chain of reconstruction steps (functors) which will be performed after 3D reconstruction (including channel combination) but before data is stored on disk.
Definition at line 436 of file reco.h.
| STD_string RecoPars::get_PreProc3D |
( |
|
) |
const [inline] |
Returns the extra chain of reconstruction steps (functors) described by 'recipe' wil be performed after 3D FFT but before channel combination.
Definition at line 448 of file reco.h.
| const Protocol& RecoPars::get_protocol |
( |
|
) |
const [inline] |
Returns the scan protocol.
Definition at line 286 of file reco.h.
| const STD_string& RecoPars::get_RawFile |
( |
|
) |
const [inline] |
Returns the file name of raw data
Definition at line 306 of file reco.h.
| unsigned int RecoPars::get_RawHeaderSize |
( |
|
) |
const [inline] |
Returns the header size of raw data
Definition at line 311 of file reco.h.
| void RecoPars::get_ReadoutShape |
( |
unsigned int |
i, |
|
|
fvector & |
shape, |
|
|
unsigned int & |
dstsize | |
|
) |
| | const |
Returns the i'th ADC readout-gradient and its target grid size
| STD_string RecoPars::get_Recipe |
( |
|
) |
const [inline] |
Returns a string describing the reconstruction pipeline (chain of steps/functors).
Definition at line 422 of file reco.h.
| const fvector& RecoPars::get_RelativeOffset |
( |
|
) |
const [inline] |
Returns the relative offset which should be added by the reco
Definition at line 316 of file reco.h.
| LONGEST_INT 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'
| bool RecoPars::is_LittleEndian |
( |
|
) |
const [inline] |
Returns whether the of the acquired ADCs is little endian
Definition at line 301 of file reco.h.
| unsigned int RecoPars::numof_adcs |
( |
|
) |
const [inline] |
Returns the total number of ADCs
Definition at line 407 of file reco.h.
| unsigned int RecoPars::numof_kSpaceTraj |
( |
|
) |
const |
Returns the number of k-space trajectories
| RecoPars& RecoPars::set_CmdLineOpts |
( |
const STD_string & |
opts |
) |
[inline] |
Extra command-line options for the reco.
Definition at line 453 of file reco.h.
Attaches a vector 'vals' of values to each step in the given dimension 'dim'
| RecoPars& RecoPars::set_PostProc3D |
( |
const STD_string & |
recipe |
) |
[inline] |
The extra chain of reconstruction steps (functors) described by 'recipe' wil be performed after 3D reconstruction (including channel combination) but before data is stored on disk.
Definition at line 429 of file reco.h.
| RecoPars& RecoPars::set_PreProc3D |
( |
const STD_string & |
recipe |
) |
[inline] |
The extra chain of reconstruction steps (functors) described by 'recipe' wil be performed after 3D FFT but before channel combination.
Definition at line 442 of file reco.h.
| RecoPars& RecoPars::set_Recipe |
( |
const STD_string & |
recipe |
) |
[inline] |
Set a string describing the reconstruction pipeline (chain of steps/functors).
Definition at line 417 of file reco.h.
The documentation for this class was generated from the following file: