#include <system.h>
Inheritance diagram for System:


Public Member Functions | |
| System (const STD_string &object_label="unnamedSystem") | |
| System (const System &s) | |
| System & | operator= (const System &s) |
| odinPlatform | get_platform () const |
| STD_string | get_platform_str () const |
| STD_string | get_transmit_coil_name () const |
| System & | set_transmit_coil_name (const STD_string &tcname) |
| STD_string | get_main_nucleus () const |
| System & | set_main_nucleus (const STD_string &nucname) |
| float | get_max_grad () const |
| float | get_max_slew_rate () const |
| float | get_grad_switch_time (float graddiff) const |
| float | get_inter_grad_delay () const |
| float | get_inter_adc_delay () const |
| System & | set_scandir (const STD_string &dir) |
| STD_string | get_scandir () const |
| float | get_grad_shift_delay () const |
| double | get_B0 () const |
| System & | set_B0_from_freq (double freq, const STD_string &nucName="") |
| double | get_gamma (const STD_string &nucName="") const |
| System & | set_reference_gain (float refgain) |
| float | get_reference_gain () const |
| double | get_nuc_freq (const STD_string &nucName="") const |
| JDXenum | get_nuc_enum () const |
| double | get_min_duration (objCategory c) const |
| double | get_min_grad_rastertime () const |
| double | get_rastertime (objCategory cat) const |
| double | get_rasteredtime (objCategory cat, double time) const |
| int | get_max_rf_samples () const |
| int | get_max_grad_samples () const |
| System & | set_data_type (const STD_string &type) |
| STD_string | get_data_type () const |
Friends | |
| class | SeqMethod |
| class | SeqIdea |
| class | SeqParavision |
| class | SeqStandAlone |
| class | SeqEpic |
This class is used to hold all information/configuration of the spectrometer
Definition at line 91 of file system.h.
| System::System | ( | const STD_string & | object_label = "unnamedSystem" |
) |
Constructs a System with the given label
| System::System | ( | const System & | s | ) | [inline] |
| odinPlatform System::get_platform | ( | ) | const |
Returns the platform identifier for the scanner, works only in the context of sequence programming
| STD_string System::get_platform_str | ( | ) | const [inline] |
| STD_string System::get_transmit_coil_name | ( | ) | const [inline] |
| System& System::set_transmit_coil_name | ( | const STD_string & | tcname | ) |
Sets the transmit coil name
| STD_string System::get_main_nucleus | ( | ) | const [inline] |
| System& System::set_main_nucleus | ( | const STD_string & | nucname | ) |
Specifies the current main nucleus of the scanner, i.e. the nucleus for which both, excitation and acquisition, will be performed
| float System::get_max_grad | ( | ) | const [inline] |
| float System::get_max_slew_rate | ( | ) | const [inline] |
| float System::get_grad_switch_time | ( | float | graddiff | ) | const |
Returns the time required to change the gradient strength by the specified amount
| float System::get_inter_grad_delay | ( | ) | const [inline] |
| float System::get_inter_adc_delay | ( | ) | const [inline] |
| System& System::set_scandir | ( | const STD_string & | dir | ) |
Sets the directory where the experimental data files of the current scans are stored
| STD_string System::get_scandir | ( | ) | const |
Returns the directory where the experimental data files of the current scans are stored
| float System::get_grad_shift_delay | ( | ) | const [inline] |
| double System::get_B0 | ( | ) | const [inline] |
| System& System::set_B0_from_freq | ( | double | freq, | |
| const STD_string & | nucName = "" | |||
| ) |
Specifies the field strength of the static magnetic field by giving the resonance frequency for the specified nucleus
| double System::get_gamma | ( | const STD_string & | nucName = "" |
) | const |
Returns the gyromagnetic ratio of the given nucleus, default returns the ratio of protons
| System& System::set_reference_gain | ( | float | refgain | ) |
Sets the reference gain in dB
| float System::get_reference_gain | ( | ) | const [inline] |
| double System::get_nuc_freq | ( | const STD_string & | nucName = "" |
) | const |
Returns the resonance for the given nucleus
| JDXenum System::get_nuc_enum | ( | ) | const |
Returns an enum with all registered nuclei as entries
| double System::get_min_duration | ( | objCategory | c | ) | const [inline] |
| double System::get_min_grad_rastertime | ( | ) | const [inline] |
| double System::get_rastertime | ( | objCategory | cat | ) | const |
Returns the raster time for the given object category, if no such time exists, it returns 0
| double System::get_rasteredtime | ( | objCategory | cat, | |
| double | time | |||
| ) | const |
Returns the rastered time for the given object type and non-rastered time point/period
| int System::get_max_rf_samples | ( | ) | const [inline] |
| int System::get_max_grad_samples | ( | ) | const [inline] |
| System& System::set_data_type | ( | const STD_string & | type | ) | [inline] |
| STD_string System::get_data_type | ( | ) | const [inline] |
1.5.1