Dear all,
The main challenge is to design configuration files that are flexible enough to accommodate the variety of existing EIT system while at the same time being simple enough. The core idea is to define measurement tasks (<meas_task>); inside a measurement task all task are being executed at the same time i.e. in parallel. For EIT systems their are 2 main tasks: stimulation and measurement( <stim>, <meas>). Individual stimulation and measurement tags do refer to a "type". This type refers to which kind of stimulation or measure was made. The detailed description of the stimulation and measurement are being done inside <meas_type> and <stim_type> tags. Stimulation and measurement tag also contain information about which electrodes and gain are used. The value of the attribute "electrode" (e.g. electrodes="[1, 2]") do refer to the electrode index number (i.e. [1, 2]) defined in an other xml file also available in the OEIT file structure in the Header folder (this is going to be discussed in further posts).
Detailed explanation about <meas_type>:
<demod_freq> is the demodulation frequency
<physical_quantity> is the measured physical quantity {voltage, current, temperature}
<signal_gain> is the gain
<signal_offset> is the signal offset, thus signal measured is given by (offset + gain x signal)
<I format=”float”/> <Q format=”float”/>, gives the format of the stored binary, possible value are {double, float, int8, int16, int32, int64}
The I and Q tag also mean that those value are the I/Q value given by the demodulator. Other possible tags are {I,Q, amplitude, phase, real, imaginary}
Detailed explanation about <stim_type >:
<stim_freq> is the frequency of the produced signal
<stim_type> is the kind of signal {voltage or current}
<stim_wave> is the shape of the wave {sinus, square}
<stim_amplitude> is the amplitude of the signal
We are looking forward to your comments,
Pascal, Bartek, Hervé and Andy
P.S. see previous post for a concrete first example.