tau1.elan
#############################################################################
# tau1.elan
#
# EROS3 script for tau1 experiment.
#
# Versions: 1.30 Unified version for all mainland sites in one elan file
#
############################################################################
# For UHF Tromso
# 0-727 728 points zero lag from channel board 1 F13 (signal)
# 728-1455 728 points zero lag from channel board 1 F14 (signal)
# 1456-36342 29 lags with fractionality of 5 vector length 728 channel board 1 (signal)
# 36343-36357 15 points calibration zero lag channel board 1 (signal)
# 36358-37085 728 points background zero lag channel board 2 ( gain channel)
# 37086-37100 15 points calibration channel board 2 (gain channel)
############################################################################
# For UHF Remotes
# 0-464 95 points max_lag=4 from channel board 1 F13, F14 (signal)
# 465-4334 29 lags lags with fractionality of 5 vector length 95 channel board 1 (signal F13, F14)
# 4335-4349 15 points calibration channel 1
# 4350-5619 256 points max_lag=4 background channel 2
# 5620-5634 15 points calibration channel 2
# 5634-5890 256 points FFT background channel 2
#############################################################################
# For VHF Tromso
# 0-545 546 points zero lag from channel board 1 F8 (signal)
# 546-1091 546 points zero lag from channel board 1 F10 (signal)
# 1092-26021 29 lags with fractionality of 5 vector length 546 channel board 1 (signal)
# 26022-26042 21 points calibration zero lag channel board 1 (signal)
# 26043-26488 546 points background zero lag channel board 2 ( gain channel)
# 26589-26609 21 points calibration channel board 2 (gain channel)
############################################################################
# For VHF Tromso SPLIT
# BEAM 1
# 0-545 546 points zero lag from channel board 1 F13 (signal)
# 546-1091 546 points zero lag from channel board 1 F14 (signal)
# 1092-26021 29 lags with fractionality of 5 vector length 546 channel board 1 (signal)
# 26022-26042 21 points calibration zero lag channel board 1 (signal)
# 26043-26488 546 points background zero lag channel board 2 ( gain channel)
# 26589-26609 21 points calibration channel board 2 (gain channel)
# BEAM 2
# 26610-27155 546 points zero lag from channel board 4 F13 (signal)
# 27156-27701 546 points zero lag from channel board 5 F14 (signal)
# 27702-52631 29 lags with fractionality of 5 vector length 546 channel board 1 (signal)
# 52632-52652 21 points calibration zero lag channel board 4 (signal)
# 52653-53198 546 points background zero lag channel board 5 ( gain channel)
# 53199-53219 21 points calibration channel board 5 (gain channel)
BLOCK tau1 {{scan cp3} {owner CP} {height 292.9}} {
# If we want to run VHF in non split beam config. use than scan bore
set SCAN_PAT $scan ;# Scan pattern to use (cp1, cp2 or cp3)
set Owner $owner ;# Who is running the experiment (CP, SW ... so on)
set Height $height ;# Height used in cp1 cp2 and cp3
#############
# Definitions
#############
set XDIR /kst/exp/tau1 ;# Default directory
set Version 1.30 ;# What version
set FIR /kst/dsp/fir ;# Where we have fir filters
set Expname "tau1" ;# experiment name
set Iper_us 5000000 ;# Integration time in us
set VHF_ANT "split" ;# if this is set run split for VHF
set SCAN_FILE "/kst/exp/scans/kst/${SCAN_PAT}_pattern.elan" ;# Where we have the scan file
# On what radar are we?
if {[ISKIR]||[ISSOD]||[ISUHF]} {
set LOOPC 7 ;# loops for one integration
set SYNC 3200 ;# sync time between integrations
set RADAR uhf
}
if {[ISKIR]||[ISSOD]} {
set Site "r"
}
if {[ISUHF]} {
set Site "u"
}
if {[ISVHF]} {
set LOOPC 5 ;# loops for one integration
set SYNC 80000 ;# sync time between integrations
set Site "v"
set RADAR vhf
set SCAN_PAT bore
}
if {![info exists VHF_ANT]&&[ISVHF]} {
set SCAN_PAT bore ;# If VHF and not split set use scan bore as default
}
# Make a proper experiment ID for the system in use
if {[info exists VHF_ANT]&&[ISVHF]} {
set Expid "kst0 ${Expname}${Site}${VHF_ANT}_${SCAN_PAT}_${Version}_${Owner}"
} else {
set Expid "kst0 ${Expname}${Site}_${SCAN_PAT}_${Version}_${Owner}"
}
# Put the proper rtg_def to use depending on site
exec cp $XDIR/rtg_def_${Site}.m $XDIR/rtg_def.m
if {[info exists VHF_ANT]&&[ISVHF]} {
exec cp $XDIR/rtg_def_${Site}_split.m $XDIR/rtg_def.m
}
# Filter to use
# b=15 MHz AD, w=10 MHz AD. 15 MHz used at mainland and at ESR ion line, 10 MHz only used for plasma lines at ESR
# | +-42 kHz bandwith
# | |d decimation ratio
# | || 15e6/180 83333 1/3 Hz = 12 us sampling speed
# | || |
# b42d180
if {[ISKIR]||[ISSOD]||[ISUHF]} {
set Filter12 $FIR/b42d180.fir ;# +-42kHz filter for 12 usec sampling
set Filter45 $FIR/b42d180.fir ;# +-42kHz filter for 12 usec sampling
}
if {[ISVHF]} {
set Filter12 $FIR/b21d360.fir ;# +-21kHz filter for 24 usec sampling
set Filter45 $FIR/b21d360.fir ;# +-21kHz filter for 24 usec sampling
}
# NCO file to load into channels boards
set NCO1 $XDIR/ch1_${Expname}-${Site}.nco
set NCO2 $XDIR/ch2_${Expname}-${Site}.nco
if {[ISKIR]||[ISSOD]||[ISVHF]} {
set NCO4 $XDIR/ch4_${Expname}-${Site}.nco
set NCO5 $XDIR/ch5_${Expname}-${Site}.nco
}
# DSP file to use
if {[ISKIR]||[ISSOD]||[ISUHF]} {
set Corrfile $XDIR/${Expname}-${Site}.fil
}
if {[ISVHF]&&[info exists VHF_ANT]} {
set Corrfile $XDIR/${Expname}-${Site}_${VHF_ANT}.fil
}
if {[ISVHF]&&![info exists VHF_ANT]} {
set Corrfile $XDIR/${Expname}-${Site}.fil
}
# Defines what experiment files should be stored
if {[ISKIR]||[ISSOD]||[ISVHF]} {
set Expfiles [list $XDIR/$Expname.elan $SCAN_FILE $Corrfile \
$XDIR/${Expname}-$Site.tlan $XDIR/rtg_def.m \
$NCO1 $NCO2 $NCO4 $NCO5 $Filter12 $Filter45]
} else {
set Expfiles [list $XDIR/$Expname.elan $SCAN_FILE $Corrfile \
$XDIR/${Expname}-$Site.tlan $XDIR/rtg_def.m \
$NCO1 $NCO2 $Filter12 $Filter45]
}
#############
# Actual work
#############
# Get all different scan patterns online
source ${SCAN_FILE}
# Stop receiver --
SYNC -10
stopradar -rec
if {[ISUHF]||[ISVHF]} {
stopradar -trans
}
stopdata
# Load radar controller --
loadradar rec -loopc ${LOOPC} -sync ${SYNC} -file $XDIR/${Expname}-${Site}_${RADAR}.rbin -prog1 0
# If we have a transmitt radar controller load it
if {[ISUHF]||[ISVHF]} {
loadradar trans -loopc ${LOOPC} -sync ${SYNC} -file $XDIR/${Expname}-${Site}_${RADAR}.tbin -prog1 0
}
# Load filters --
loadfilter $Filter12 ch1,2
if {[ISKIR]||[ISSOD]||[ISVHF]} {
loadfilter $Filter45 ch4,5
}
# Set frequencies --
loadfrequency $NCO1 ch1
loadfrequency $NCO2 ch2
if {[ISKIR]||[ISSOD]||[ISVHF]} {
loadfrequency $NCO4 ch4
loadfrequency $NCO5 ch5
}
# Make dummy initial load of frequencies
setfrequency ch1, ch2, ch4, ch5 12.0
# Start radar controllers --
SYNC 2
armradar rec -prog1
if {[ISUHF]||[ISVHF]} {
armradar trans -prog1
}
startradar EXPSTART [expr double($Iper_us)/double(1000000)]
# Start data access ---------------------------------------------------------
SYNC 4
startdata $Corrfile $Expid $Iper_us
# Write all experiment related files to the data directory
writeexperimentfile $Expfiles
SYNC 4
disablerecording
# Infinite scanning loop
set ExpStart [timestamp [getstarttime exp]]
gotoblock ${SCAN_PAT} $ExpStart $Expname $Height
# Ensure that we will not fall out of this proc
DO -1 { SYNC 100 }
};#tau1
eval callblock tau1 [argv]
tau1-r.tlan
tau1-u.tlan
tau1-v.tlan
tau1-v_split.fil
nr_stc=64;
% Channel one
channel=1;
type=1;
vec_len=546;
data_start=0;
res_mult=2;
max_lag=0;
end_type
type=1;
% We will do 32 subcycles
vec_len=546;
data_start=0;
max_lag=29;
code_len=16;
res_mult=32;
sub_int=2;
n_frac=3;
ac_file=tau1.ac;
end_type
type=1;
vec_len=21;
max_lag=0;
data_start=546;
end_type
end_chan
% Channel two
% Gain channel
channel=2;
type=1;
vec_len=546;
max_lag=0;
data_start=0;
end_type
type=1;
vec_len=21;
max_lag=0;
data_start=546;
end_type
end_chan
% Channel four
channel=4;
type=1;
vec_len=546;
data_start=0;
res_mult=2;
max_lag=0;
end_type
type=1;
% We will do 32 subcycles
vec_len=546;
data_start=0;
max_lag=29;
code_len=16;
res_mult=32;
sub_int=2;
n_frac=3;
ac_file=tau1.ac;
end_type
type=1;
vec_len=21;
max_lag=0;
data_start=546;
end_type
end_chan
% Channel five
% Gain channel
channel=5;
type=1;
vec_len=546;
max_lag=0;
data_start=0;
end_type
type=1;
vec_len=21;
max_lag=0;
data_start=546;
end_type
end_chan
tau1-u.fil
nr_stc=64;
% Channel one
channel=1;
type=1;
vec_len=728;
data_start=0;
res_mult=2;
max_lag=0;
end_type
type=1;
% We will do 32 subcycles
vec_len=728;
data_start=0;
max_lag=29;
code_len=16;
res_mult=32;
sub_int=2;
n_frac=5;
ac_file=tau1.ac;
end_type
type=1;
vec_len=15;
max_lag=0;
data_start=728;
end_type
end_chan
% Channel two
% Gain channel
channel=2;
type=1;
vec_len=728;
max_lag=0;
data_start=0;
end_type
type=1;
vec_len=15;
max_lag=0;
data_start=728;
end_type
end_chan
tau1-v.fil
nr_stc=64;
% Channel one
channel=1;
type=1;
vec_len=546;
data_start=0;
res_mult=2;
max_lag=0;
end_type
type=1;
% We will do 32 subcycles
vec_len=546;
data_start=0;
max_lag=29;
code_len=16;
res_mult=32;
sub_int=2;
n_frac=3;
ac_file=tau1.ac;
end_type
type=1;
vec_len=21;
max_lag=0;
data_start=546;
end_type
end_chan
% Channel two
% Gain channel
channel=2;
type=1;
vec_len=546;
max_lag=0;
data_start=0;
end_type
type=1;
vec_len=21;
max_lag=0;
data_start=546;
end_type
end_chan
tau1.elan
#############################################################################
# tau1.elan
#
# EROS3 script for tau1 experiment.
#
# Versions: 1.30 Unified version for all mainland sites in one elan file
#
############################################################################
# For UHF Tromso
# 0-727 728 points zero lag from channel board 1 F13 (signal)
# 728-1455 728 points zero lag from channel board 1 F14 (signal)
# 1456-36342 29 lags with fractionality of 5 vector length 728 channel board 1 (signal)
# 36343-36357 15 points calibration zero lag channel board 1 (signal)
# 36358-37085 728 points background zero lag channel board 2 ( gain channel)
# 37086-37100 15 points calibration channel board 2 (gain channel)
############################################################################
# For UHF Remotes
# 0-464 95 points max_lag=4 from channel board 1 F13, F14 (signal)
# 465-4334 29 lags lags with fractionality of 5 vector length 95 channel board 1 (signal F13, F14)
# 4335-4349 15 points calibration channel 1
# 4350-5619 256 points max_lag=4 background channel 2
# 5620-5634 15 points calibration channel 2
# 5634-5890 256 points FFT background channel 2
#############################################################################
# For VHF Tromso
# 0-545 546 points zero lag from channel board 1 F8 (signal)
# 546-1091 546 points zero lag from channel board 1 F10 (signal)
# 1092-26021 29 lags with fractionality of 5 vector length 546 channel board 1 (signal)
# 26022-26042 21 points calibration zero lag channel board 1 (signal)
# 26043-26488 546 points background zero lag channel board 2 ( gain channel)
# 26589-26609 21 points calibration channel board 2 (gain channel)
############################################################################
# For VHF Tromso SPLIT
# BEAM 1
# 0-545 546 points zero lag from channel board 1 F13 (signal)
# 546-1091 546 points zero lag from channel board 1 F14 (signal)
# 1092-26021 29 lags with fractionality of 5 vector length 546 channel board 1 (signal)
# 26022-26042 21 points calibration zero lag channel board 1 (signal)
# 26043-26488 546 points background zero lag channel board 2 ( gain channel)
# 26589-26609 21 points calibration channel board 2 (gain channel)
# BEAM 2
# 26610-27155 546 points zero lag from channel board 4 F13 (signal)
# 27156-27701 546 points zero lag from channel board 5 F14 (signal)
# 27702-52631 29 lags with fractionality of 5 vector length 546 channel board 1 (signal)
# 52632-52652 21 points calibration zero lag channel board 4 (signal)
# 52653-53198 546 points background zero lag channel board 5 ( gain channel)
# 53199-53219 21 points calibration channel board 5 (gain channel)
BLOCK tau1 {{scan cp1} {owner CP} {height 292.9}} {
# If we want to run VHF in non split beam config. use than scan bore
set scan [string tolower $scan]
set owner [string toupper $owner]
set SCAN_PAT $scan ;# Scan pattern to use (cp1, cp2 or cp3)
set Owner $owner ;# Who is running the experiment (CP, SW ... so on)
set Height $height ;# Height used in cp1 cp2 and cp3
#############
# Definitions
#############
set DataDisk "/data" ;# Where should data go
set XDIR /kst/exp/tau1 ;# Default directory
set Version 1.30 ;# What version
set FIR /kst/dsp/fir ;# Where we have fir filters
set Expname "tau1" ;# experiment name
set Iper_us 5000000 ;# Integration time in us
set VHF_ANT "split" ;# if this is set run split for VHF
# On what radar are we?
if {[ISKIR]||[ISSOD]||[ISUHF]} {
set LOOPC 7 ;# loops for one integration
set SYNC 3200 ;# sync time between integrations
set RADAR uhf
}
if {[ISKIR]||[ISSOD]} {
set Site "r
}
if {[ISUHF]} {
set Site "u
}
if {[ISVHF]} {
set LOOPC 5 ;# loops for one integration
set SYNC 80000 ;# sync time between integrations
set Site "v
set RADAR vhf
set SCAN_PAT bore
}
if {![info exists VHF_ANT]&&[ISVHF]} {
set SCAN_PAT bore ;# If VHF and not split set use scan bore as default
}
set PAT_LIST [split $SCAN_PAT /] ;# Split the user supplied scanning path
set SCAN_PAT1 [lindex $PAT_LIST [expr [llength $PAT_LIST]-1]]
set SCAN_FILE "/kst/exp/scans/kst/${SCAN_PAT}_pattern.elan" ;# Where we have the scan file
# Make a proper experiment ID for the system in use
if {[info exists VHF_ANT]&&[ISVHF]} {
set Expid "kst0 ${Expname}${Site}${VHF_ANT}_${SCAN_PAT1}_${Version}_${Owner}"
} else {
set Expid "kst0 ${Expname}${Site}_${SCAN_PAT1}_${Version}_${Owner}"
}
# Put the proper rtg_def to use depending on site
if {[ISKIR]||[ISSOD]} {
exec cp $XDIR/rtg_def_${Site}.m $XDIR/rtg_def.m
} elseif {[ISVHF]||[ISUHF]} {
exec cp $XDIR/rtg_def_t.m $XDIR/rtg_def.m
}
# Filter to use
if {[ISKIR]||[ISSOD]||[ISUHF]} {
set Filter12 $FIR/b42d180.fir ;# +-42kHz filter for 12 usec sampling
set Filter45 $FIR/b42d180.fir ;# +-42kHz filter for 12 usec sampling
}
if {[ISVHF]} {
set Filter12 $FIR/b21d360.fir ;# +-21kHz filter for 24 usec sampling
set Filter45 $FIR/b21d360.fir ;# +-21kHz filter for 24 usec sampling
}
# NCO file to load into channels boards
set NCO1 $XDIR/ch1_${Expname}-${Site}.nco
set NCO2 $XDIR/ch2_${Expname}-${Site}.nco
if {[ISKIR]||[ISSOD]||[ISVHF]} {
set NCO4 $XDIR/ch4_${Expname}-${Site}.nco
set NCO5 $XDIR/ch5_${Expname}-${Site}.nco
}
# DSP file to use
if {[ISKIR]||[ISSOD]||[ISUHF]} {
set Corrfile $XDIR/${Expname}-${Site}.fil
}
if {[ISVHF]&&[info exists VHF_ANT]} {
set Corrfile $XDIR/${Expname}-${Site}_${VHF_ANT}.fil
}
if {[ISVHF]&&![info exists VHF_ANT]} {
set Corrfile $XDIR/${Expname}-${Site}.fil
}
# Defines what experiment files should be stored
if {[ISKIR]||[ISSOD]||[ISVHF]} {
set Expfiles [list $XDIR/$Expname.elan $SCAN_FILE $Corrfile \
$XDIR/${Expname}-$Site.tlan $XDIR/rtg_def.m \
$NCO1 $NCO2 $NCO4 $NCO5 $Filter12 $Filter45]
} else {
set Expfiles [list $XDIR/$Expname.elan $SCAN_FILE $Corrfile \
$XDIR/${Expname}-$Site.tlan $XDIR/rtg_def.m \
$NCO1 $NCO2 $Filter12 $Filter45]
}
#############
# Actual work
#############
# Get all different scan patterns online
source ${SCAN_FILE}
# Stop receiver --
SYNC -10
stopradar -rec
if {[ISUHF]||[ISVHF]} {
stopradar -trans
}
stopdata
# Load radar controller --
loadradar rec -loopc ${LOOPC} -sync ${SYNC} -file $XDIR/${Expname}-${Site}_${RADAR}.rbin -prog1 0
# If we have a transmitt radar controller load it
if {[ISUHF]||[ISVHF]} {
mount $DataDisk ;# mount the desired data disk
loadradar trans -loopc ${LOOPC} -sync ${SYNC} -file $XDIR/${Expname}-${Site}_${RADAR}.tbin -prog1 0
}
# Load filters --
loadfilter $Filter12 ch1,2
if {[ISKIR]||[ISSOD]||[ISVHF]} {
loadfilter $Filter45 ch4,5
}
# Set frequencies --
loadfrequency $NCO1 ch1
loadfrequency $NCO2 ch2
if {[ISKIR]||[ISSOD]||[ISVHF]} {
loadfrequency $NCO4 ch4
loadfrequency $NCO5 ch5
}
# Make dummy initial load of frequencies
setfrequency ch1, ch2, ch4, ch5 12.0
# Start radar controllers --
SYNC 2
armradar rec -prog1
if {[ISUHF]||[ISVHF]} {
armradar trans -prog1
}
startradar EXPSTART [expr double($Iper_us)/double(1000000)]
# Start data access ---------------------------------------------------------
SYNC 4
startdata $Corrfile $Expid $Iper_us
# Write all experiment related files to the data directory
writeexperimentfile $Expfiles
SYNC 4
disablerecording
# Infinite scanning loop
set ExpStart [timestamp [getstarttime exp]]
set PAT_LIST [split $SCAN_PAT /] ;# Split the user supplied scanning path
# for example ei/cp1 will give a list like this [ei cp]
# next line just take the last command after the last / as the scan pattern
set SCAN_PAT [lindex $PAT_LIST [expr [llength $PAT_LIST]-1]]
gotoblock ${SCAN_PAT} $ExpStart $Expname $Height
# Ensure that we will not fall out of this proc
DO -1 { SYNC 100 }
};#tau1
eval callblock tau1 [argv]
ch1_tau1-r.nco
NCOPAR_VS 0.1
%======================================
% for UHF tau1_ch1
% LO1=812.00000 MHz LO2=128.00000 MHz
%======================================
NCO 1 10.10000 % F13 - 0.00000 MHz
NCO 2 9.80000 % F14 - 0.00000 MHz
ch1_tau1-u.nco
NCOPAR_VS 0.1
%======================================
% for UHF tau1_ch1
% LO1=812.00000 MHz LO2=128.00000 MHz
%======================================
NCO 1 10.10000 % F13 - 0.00000 MHz
NCO 2 9.80000 % F14 - 0.00000 MHz
ch1_tau1-v.nco
NCOPAR_VS 0.1
%======================================
% for VHF tau1_ch1
% LO1=298.00000 MHz LO2=84.00000 MHz
%======================================
NCO 1 9.60000 % F6 - 0.00000 MHz
NCO 2 10.20000 % F9 - 0.00000 MHz
ch2_tau1-r.nco
NCOPAR_VS 0.1
%======================================
% for UHF tau1_ch2
% LO1=812.00000 MHz LO2=128.00000 MHz
%======================================
NCO 1 9.80000 % F14 - 0.00000 MHz
NCO 2 10.10000 % F13 - 0.00000 MHz
ch2_tau1-u.nco
NCOPAR_VS 0.1
%======================================
% for UHF tau1_ch2
% LO1=812.00000 MHz LO2=128.00000 MHz
%======================================
NCO 1 9.80000 % F14 - 0.00000 MHz
NCO 2 10.10000 % F13 - 0.00000 MHz
ch2_tau1-v.nco
NCOPAR_VS 0.1
%======================================
% for VHF tau1_ch2
% LO1=298.00000 MHz LO2=84.00000 MHz
%======================================
NCO 1 10.20000 % F9 - 0.00000 MHz
NCO 2 9.60000 % F6 - 0.00000 MHz
ch4_tau1-r.nco
NCOPAR_VS 0.1
%======================================
% for UHF tau1_ch4
% LO1=812.00000 MHz LO2=128.00000 MHz
%======================================
NCO 1 10.10000 % F13 - 0.00000 MHz
NCO 2 9.80000 % F14 - 0.00000 MHz
ch4_tau1-v.nco
NCOPAR_VS 0.1
%======================================
% for VHF tau1_ch4
% LO1=298.00000 MHz LO2=84.00000 MHz
%======================================
NCO 1 9.60000 % F6 - 0.00000 MHz
NCO 2 10.20000 % F9 - 0.00000 MHz
ch5_tau1-r.nco
NCOPAR_VS 0.1
%======================================
% for UHF tau1_ch5
% LO1=812.00000 MHz LO2=128.00000 MHz
%======================================
NCO 1 9.80000 % F14 - 0.00000 MHz
NCO 2 10.10000 % F13 - 0.00000 MHz
ch5_tau1-v.nco
NCOPAR_VS 0.1
%======================================
% for VHF tau1_ch5
% LO1=298.00000 MHz LO2=84.00000 MHz
%======================================
NCO 1 10.20000 % F9 - 0.00000 MHz
NCO 2 9.60000 % F6 - 0.00000 MHz
ch2_tau1-u.nco
nr_stc=64;
% Channel one
channel=1;
type=1;
vec_len=95;
data_start=0;
max_lag=4;
end_type
type=1;
% We will do 32 subcycles
vec_len=95;
data_start=0;
max_lag=29;
code_len=16;
res_mult=32;
sub_int=2;
n_frac=5;
ac_file=tau1.ac;
end_type
type=1;
vec_len=15;
max_lag=0;
data_start=95;
end_type
end_chan
% Channel two
% Gain channel
channel=2;
type=1;
vec_len=256;
max_lag=4;
data_start=0;
end_type
type=1;
vec_len=15;
max_lag=0;
data_start=256;
end_type
type=5;
vec_len=256;
fft_len=256;
nr_rep=896;
data_start=0;
end_type
end_chan
tau1-r.DECO
DECO 2.0
1 322361
5891
37
% Channel=1 type=1 data_start=0 vec_len=95 max_lag=4 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 0 - 464
1 G 1 0 475 0 4 1 0 95 0 0 465 0 0
% Channel=1 type=1 data_start=0 vec_len=95 max_lag=29 res_mult=32 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 465 - 4334
2 H 1 475 2850 1 5 5 2 169 0 465 3870 0 16 1 -1 1 1 1 -1 1 -1 -1 -1 -1 -1 1 1 1 -1
% Data position in d_data vector 465 - 4334
3 H 1 3325 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 1 1 -1 1 1 1 -1 -1 -1 -1 1 1 1
% Data position in d_data vector 465 - 4334
4 H 1 6175 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 1 1 -1 -1 1 1 1 -1 1 1 -1 -1 -1
% Data position in d_data vector 465 - 4334
5 H 1 9025 2850 1 5 5 2 169 0 465 3870 1 16 1 1 -1 1 1 -1 -1 -1 -1 1 -1 1 -1 -1 -1 1
% Data position in d_data vector 465 - 4334
6 H 1 11875 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 1 -1 1 -1 -1 -1 1 1 1 1 -1 1 1 1
% Data position in d_data vector 465 - 4334
7 H 1 14725 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 -1 1 -1 -1 1 -1 1 1 1 1 1 1 -1
% Data position in d_data vector 465 - 4334
8 H 1 17575 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 -1 1 -1 1 1 -1 -1 1 -1 -1 -1 -1 1
% Data position in d_data vector 465 - 4334
9 H 1 20425 2850 1 5 5 2 169 0 465 3870 1 16 1 1 -1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 -1 -1
% Data position in d_data vector 465 - 4334
10 H 1 23275 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 1 1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 -1
% Data position in d_data vector 465 - 4334
11 H 1 26125 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 1 -1 -1 -1 1 1 1 1 -1 1 -1 -1 1
% Data position in d_data vector 465 - 4334
12 H 1 28975 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 1 -1 -1 1 1 1 -1 1 1 -1 1 1 -1
% Data position in d_data vector 465 - 4334
13 H 1 31825 2850 1 5 5 2 169 0 465 3870 1 16 1 1 -1 1 -1 -1 1 -1 -1 -1 1 1 1 1 1 1
% Data position in d_data vector 465 - 4334
14 H 1 34675 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 1 -1 -1 -1 1 -1 1 -1 -1 1 1 -1 -1 1
% Data position in d_data vector 465 - 4334
15 H 1 37525 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 -1 -1 -1 1 1 -1 -1 -1 1 -1 -1 -1 -1
% Data position in d_data vector 465 - 4334
16 H 1 40375 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 1 1
% Data position in d_data vector 465 - 4334
17 H 1 43225 2850 1 5 5 2 169 0 465 3870 1 16 1 1 -1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 1 1 -1
% Data position in d_data vector 465 - 4334
18 H 1 46075 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 1 1 1 1 -1 -1 -1 -1 1 -1 1 -1 1 1
% Data position in d_data vector 465 - 4334
19 H 1 48925 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 1 1 1 -1 1 1 -1 1 -1 -1 -1 1 -1
% Data position in d_data vector 465 - 4334
20 H 1 51775 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 1 1 1 1 1 1 1 1 1 1 1 -1 1
% Data position in d_data vector 465 - 4334
21 H 1 54625 2850 1 5 5 2 169 0 465 3870 1 16 1 1 -1 1 1 1 1 -1 -1 1 1 1 -1 1 -1 -1
% Data position in d_data vector 465 - 4334
22 H 1 57475 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 1 -1 1 1 1 -1 1 1 -1 1 -1 -1 1 -1
% Data position in d_data vector 465 - 4334
23 H 1 60325 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 -1 1 1 1 1 -1 1 -1 1 1 -1 1 1
% Data position in d_data vector 465 - 4334
24 H 1 63175 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 -1 1 1 -1 1 -1 -1 -1 -1 -1 1 -1 -1
% Data position in d_data vector 465 - 4334
25 H 1 66025 2850 1 5 5 2 169 0 465 3870 1 16 1 1 -1 -1 1 1 -1 -1 1 -1 -1 -1 1 1 -1 1
% Data position in d_data vector 465 - 4334
26 H 1 68875 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 1 1 -1 1 1 -1 -1 1 -1 -1 -1 1 -1 1
% Data position in d_data vector 465 - 4334
27 H 1 71725 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 1 -1 1 1 1 1 1 -1 -1 1 1 -1 -1
% Data position in d_data vector 465 - 4334
28 H 1 74575 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 1 -1 1 -1 1 1 -1 -1 1 -1 -1 1 1
% Data position in d_data vector 465 - 4334
29 H 1 77425 2850 1 5 5 2 169 0 465 3870 1 16 1 1 -1 1 -1 1 -1 -1 -1 -1 -1 1 1 -1 1 -1
% Data position in d_data vector 465 - 4334
30 H 1 80275 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 1 -1 -1 1 -1 -1 1 -1 1 1 1 1 -1 -1
% Data position in d_data vector 465 - 4334
31 H 1 83125 2850 1 5 5 2 169 0 465 3870 1 16 1 1 1 -1 -1 1 -1 1 -1 -1 1 1 -1 1 -1 1
% Data position in d_data vector 465 - 4334
32 H 1 85975 2850 1 5 5 2 169 0 465 3870 1 16 1 -1 -1 -1 -1 1 1 1 -1 1 1 -1 1 -1 1 -1
% Data position in d_data vector 465 - 4334
33 H 1 88825 2850 1 5 5 2 169 0 465 3870 2 16 1 1 -1 -1 -1 1 1 -1 1 1 1 -1 -1 -1 1 1
% Channel=1 type=1 data_start=95 vec_len=15 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 4335 - 4349
34 G 1 91675 15 1 0 1 0 15 0 4335 15 0 0
% Channel=2 type=1 data_start=0 vec_len=256 max_lag=4 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 4350 - 5619
35 G 1 91690 1280 1 4 1 0 256 0 4350 1270 0 0
% Channel=2 type=1 data_start=256 vec_len=15 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 5620 - 5634
36 G 1 92970 15 1 0 1 0 15 0 5620 15 0 0
% Channel=2 type=5 data_start=0 vec_len=256 max_lag=-1 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 5635 - 5890
37 K 1 92985 229376 1 0 1 0 256 0 5635 256 0 2 256 896
tau1-v.DECO
DECO 2.0
1 525840
26610
37
% Channel=1 type=1 data_start=0 vec_len=546 max_lag=0 res_mult=2 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 0 - 545
1 G 1 0 546 0 0 1 0 546 0 0 546 0 0
% Data position in d_data vector 546 - 1091
2 G 1 546 546 0 0 1 0 546 0 546 546 0 0
% Channel=1 type=1 data_start=0 vec_len=546 max_lag=29 res_mult=32 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 1092 - 26021
3 H 1 1092 16380 1 9 3 2 590 0 1092 24930 0 16 1 -1 1 1 1 -1 1 -1 -1 -1 -1 -1 1 1 1 -1
% Data position in d_data vector 1092 - 26021
4 H 1 17472 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 1 -1 1 1 1 -1 -1 -1 -1 1 1 1
% Data position in d_data vector 1092 - 26021
5 H 1 33852 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 1 -1 -1 1 1 1 -1 1 1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
6 H 1 50232 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 1 -1 -1 -1 -1 1 -1 1 -1 -1 -1 1
% Data position in d_data vector 1092 - 26021
7 H 1 66612 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 1 -1 -1 -1 1 1 1 1 -1 1 1 1
% Data position in d_data vector 1092 - 26021
8 H 1 82992 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 1 -1 -1 1 -1 1 1 1 1 1 1 -1
% Data position in d_data vector 1092 - 26021
9 H 1 99372 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 1 -1 1 1 -1 -1 1 -1 -1 -1 -1 1
% Data position in d_data vector 1092 - 26021
10 H 1 115752 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
11 H 1 132132 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
12 H 1 148512 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 -1 -1 -1 1 1 1 1 -1 1 -1 -1 1
% Data position in d_data vector 1092 - 26021
13 H 1 164892 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 -1 -1 1 1 1 -1 1 1 -1 1 1 -1
% Data position in d_data vector 1092 - 26021
14 H 1 181272 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 -1 -1 1 -1 -1 -1 1 1 1 1 1 1
% Data position in d_data vector 1092 - 26021
15 H 1 197652 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 -1 -1 1 -1 1 -1 -1 1 1 -1 -1 1
% Data position in d_data vector 1092 - 26021
16 H 1 214032 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 -1 -1 1 1 -1 -1 -1 1 -1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
17 H 1 230412 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 1 1
% Data position in d_data vector 1092 - 26021
18 H 1 246792 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 1 1 -1
% Data position in d_data vector 1092 - 26021
19 H 1 263172 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 1 1 1 -1 -1 -1 -1 1 -1 1 -1 1 1
% Data position in d_data vector 1092 - 26021
20 H 1 279552 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 1 1 -1 1 1 -1 1 -1 -1 -1 1 -1
% Data position in d_data vector 1092 - 26021
21 H 1 295932 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 1 1 1 1 1 1 1 1 1 1 -1 1
% Data position in d_data vector 1092 - 26021
22 H 1 312312 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 1 1 1 -1 -1 1 1 1 -1 1 -1 -1
% Data position in d_data vector 1092 - 26021
23 H 1 328692 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 1 1 1 -1 1 1 -1 1 -1 -1 1 -1
% Data position in d_data vector 1092 - 26021
24 H 1 345072 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 1 1 1 1 -1 1 -1 1 1 -1 1 1
% Data position in d_data vector 1092 - 26021
25 H 1 361452 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 1 1 -1 1 -1 -1 -1 -1 -1 1 -1 -1
% Data position in d_data vector 1092 - 26021
26 H 1 377832 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 -1 1 1 -1 -1 1 -1 -1 -1 1 1 -1 1
% Data position in d_data vector 1092 - 26021
27 H 1 394212 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 1 -1 1 1 -1 -1 1 -1 -1 -1 1 -1 1
% Data position in d_data vector 1092 - 26021
28 H 1 410592 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 -1 1 1 1 1 1 -1 -1 1 1 -1 -1
% Data position in d_data vector 1092 - 26021
29 H 1 426972 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 -1 1 -1 1 1 -1 -1 1 -1 -1 1 1
% Data position in d_data vector 1092 - 26021
30 H 1 443352 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 -1 1 -1 -1 -1 -1 -1 1 1 -1 1 -1
% Data position in d_data vector 1092 - 26021
31 H 1 459732 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 -1 1 -1 -1 1 -1 1 1 1 1 -1 -1
% Data position in d_data vector 1092 - 26021
32 H 1 476112 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 -1 1 -1 1 -1 -1 1 1 -1 1 -1 1
% Data position in d_data vector 1092 - 26021
33 H 1 492492 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 -1 1 1 1 -1 1 1 -1 1 -1 1 -1
% Data position in d_data vector 1092 - 26021
34 H 1 508872 16380 1 9 3 2 590 0 1092 24930 2 16 1 1 -1 -1 -1 1 1 -1 1 1 1 -1 -1 -1 1 1
% Channel=1 type=1 data_start=546 vec_len=21 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 26022 - 26042
35 G 1 525252 21 1 0 1 0 21 0 26022 21 0 0
% Channel=2 type=1 data_start=0 vec_len=546 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 26043 - 26588
36 G 1 525273 546 1 0 1 0 546 0 26043 546 0 0
% Channel=2 type=1 data_start=546 vec_len=21 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 26589 - 26609
37 G 1 525819 21 1 0 1 0 21 0 26589 21 0 0
tau1-v_split.DECO
DECO 2.0
1 1051680
53220
74
% Channel=1 type=1 data_start=0 vec_len=546 max_lag=0 res_mult=2 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 0 - 545
1 G 1 0 546 0 0 1 0 546 0 0 546 0 0
% Data position in d_data vector 546 - 1091
2 G 1 546 546 0 0 1 0 546 0 546 546 0 0
% Channel=1 type=1 data_start=0 vec_len=546 max_lag=29 res_mult=32 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 1092 - 26021
3 H 1 1092 16380 1 9 3 2 590 0 1092 24930 0 16 1 -1 1 1 1 -1 1 -1 -1 -1 -1 -1 1 1 1 -1
% Data position in d_data vector 1092 - 26021
4 H 1 17472 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 1 -1 1 1 1 -1 -1 -1 -1 1 1 1
% Data position in d_data vector 1092 - 26021
5 H 1 33852 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 1 -1 -1 1 1 1 -1 1 1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
6 H 1 50232 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 1 -1 -1 -1 -1 1 -1 1 -1 -1 -1 1
% Data position in d_data vector 1092 - 26021
7 H 1 66612 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 1 -1 -1 -1 1 1 1 1 -1 1 1 1
% Data position in d_data vector 1092 - 26021
8 H 1 82992 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 1 -1 -1 1 -1 1 1 1 1 1 1 -1
% Data position in d_data vector 1092 - 26021
9 H 1 99372 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 1 -1 1 1 -1 -1 1 -1 -1 -1 -1 1
% Data position in d_data vector 1092 - 26021
10 H 1 115752 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
11 H 1 132132 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
12 H 1 148512 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 -1 -1 -1 1 1 1 1 -1 1 -1 -1 1
% Data position in d_data vector 1092 - 26021
13 H 1 164892 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 -1 -1 1 1 1 -1 1 1 -1 1 1 -1
% Data position in d_data vector 1092 - 26021
14 H 1 181272 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 -1 -1 1 -1 -1 -1 1 1 1 1 1 1
% Data position in d_data vector 1092 - 26021
15 H 1 197652 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 -1 -1 1 -1 1 -1 -1 1 1 -1 -1 1
% Data position in d_data vector 1092 - 26021
16 H 1 214032 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 -1 -1 1 1 -1 -1 -1 1 -1 -1 -1 -1
% Data position in d_data vector 1092 - 26021
17 H 1 230412 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 1 1
% Data position in d_data vector 1092 - 26021
18 H 1 246792 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 1 1 -1
% Data position in d_data vector 1092 - 26021
19 H 1 263172 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 1 1 1 -1 -1 -1 -1 1 -1 1 -1 1 1
% Data position in d_data vector 1092 - 26021
20 H 1 279552 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 1 1 -1 1 1 -1 1 -1 -1 -1 1 -1
% Data position in d_data vector 1092 - 26021
21 H 1 295932 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 1 1 1 1 1 1 1 1 1 1 -1 1
% Data position in d_data vector 1092 - 26021
22 H 1 312312 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 1 1 1 -1 -1 1 1 1 -1 1 -1 -1
% Data position in d_data vector 1092 - 26021
23 H 1 328692 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 1 1 1 -1 1 1 -1 1 -1 -1 1 -1
% Data position in d_data vector 1092 - 26021
24 H 1 345072 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 1 1 1 1 -1 1 -1 1 1 -1 1 1
% Data position in d_data vector 1092 - 26021
25 H 1 361452 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 1 1 -1 1 -1 -1 -1 -1 -1 1 -1 -1
% Data position in d_data vector 1092 - 26021
26 H 1 377832 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 -1 1 1 -1 -1 1 -1 -1 -1 1 1 -1 1
% Data position in d_data vector 1092 - 26021
27 H 1 394212 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 1 -1 1 1 -1 -1 1 -1 -1 -1 1 -1 1
% Data position in d_data vector 1092 - 26021
28 H 1 410592 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 1 -1 1 1 1 1 1 -1 -1 1 1 -1 -1
% Data position in d_data vector 1092 - 26021
29 H 1 426972 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 1 -1 1 -1 1 1 -1 -1 1 -1 -1 1 1
% Data position in d_data vector 1092 - 26021
30 H 1 443352 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 -1 1 -1 1 -1 -1 -1 -1 -1 1 1 -1 1 -1
% Data position in d_data vector 1092 - 26021
31 H 1 459732 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 1 -1 -1 1 -1 -1 1 -1 1 1 1 1 -1 -1
% Data position in d_data vector 1092 - 26021
32 H 1 476112 16380 1 9 3 2 590 0 1092 24930 1 16 1 1 1 -1 -1 1 -1 1 -1 -1 1 1 -1 1 -1 1
% Data position in d_data vector 1092 - 26021
33 H 1 492492 16380 1 9 3 2 590 0 1092 24930 1 16 1 -1 -1 -1 -1 1 1 1 -1 1 1 -1 1 -1 1 -1
% Data position in d_data vector 1092 - 26021
34 H 1 508872 16380 1 9 3 2 590 0 1092 24930 2 16 1 1 -1 -1 -1 1 1 -1 1 1 1 -1 -1 -1 1 1
% Channel=1 type=1 data_start=546 vec_len=21 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 26022 - 26042
35 G 1 525252 21 1 0 1 0 21 0 26022 21 0 0
% Channel=2 type=1 data_start=0 vec_len=546 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 26043 - 26588
36 G 1 525273 546 1 0 1 0 546 0 26043 546 0 0
% Channel=2 type=1 data_start=546 vec_len=21 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 26589 - 26609
37 G 1 525819 21 1 0 1 0 21 0 26589 21 0 0
% Channel=4 type=1 data_start=0 vec_len=546 max_lag=0 res_mult=2 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 26610 - 27155
38 G 1 525840 546 1 0 1 0 546 0 26610 546 0 0
% Data position in d_data vector 27156 - 27701
39 G 1 526386 546 1 0 1 0 546 0 27156 546 0 0
% Channel=4 type=1 data_start=0 vec_len=546 max_lag=29 res_mult=32 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 27702 - 52631
40 H 1 526932 16380 1 9 3 2 590 0 27702 24930 0 16 1 -1 1 1 1 -1 1 -1 -1 -1 -1 -1 1 1 1 -1
% Data position in d_data vector 27702 - 52631
41 H 1 543312 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 1 1 -1 1 1 1 -1 -1 -1 -1 1 1 1
% Data position in d_data vector 27702 - 52631
42 H 1 559692 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 1 1 -1 -1 1 1 1 -1 1 1 -1 -1 -1
% Data position in d_data vector 27702 - 52631
43 H 1 576072 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 -1 1 1 -1 -1 -1 -1 1 -1 1 -1 -1 -1 1
% Data position in d_data vector 27702 - 52631
44 H 1 592452 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 1 -1 1 -1 -1 -1 1 1 1 1 -1 1 1 1
% Data position in d_data vector 27702 - 52631
45 H 1 608832 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 -1 1 -1 -1 1 -1 1 1 1 1 1 1 -1
% Data position in d_data vector 27702 - 52631
46 H 1 625212 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 -1 1 -1 1 1 -1 -1 1 -1 -1 -1 -1 1
% Data position in d_data vector 27702 - 52631
47 H 1 641592 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 -1 -1 1 -1 1 -1 1 -1 1 -1 1 -1 -1 -1
% Data position in d_data vector 27702 - 52631
48 H 1 657972 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 1 1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 -1 -1
% Data position in d_data vector 27702 - 52631
49 H 1 674352 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 1 -1 -1 -1 1 1 1 1 -1 1 -1 -1 1
% Data position in d_data vector 27702 - 52631
50 H 1 690732 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 1 -1 -1 1 1 1 -1 1 1 -1 1 1 -1
% Data position in d_data vector 27702 - 52631
51 H 1 707112 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 -1 1 -1 -1 1 -1 -1 -1 1 1 1 1 1 1
% Data position in d_data vector 27702 - 52631
52 H 1 723492 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 1 -1 -1 -1 1 -1 1 -1 -1 1 1 -1 -1 1
% Data position in d_data vector 27702 - 52631
53 H 1 739872 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 -1 -1 -1 1 1 -1 -1 -1 1 -1 -1 -1 -1
% Data position in d_data vector 27702 - 52631
54 H 1 756252 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 -1 -1 -1 -1 1 -1 1 -1 -1 1 1 1 1
% Data position in d_data vector 27702 - 52631
55 H 1 772632 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 -1 -1 -1 -1 -1 -1 1 1 -1 -1 -1 1 1 -1
% Data position in d_data vector 27702 - 52631
56 H 1 789012 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 1 1 1 1 -1 -1 -1 -1 1 -1 1 -1 1 1
% Data position in d_data vector 27702 - 52631
57 H 1 805392 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 1 1 1 -1 1 1 -1 1 -1 -1 -1 1 -1
% Data position in d_data vector 27702 - 52631
58 H 1 821772 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 1 1 1 1 1 1 1 1 1 1 1 -1 1
% Data position in d_data vector 27702 - 52631
59 H 1 838152 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 -1 1 1 1 1 -1 -1 1 1 1 -1 1 -1 -1
% Data position in d_data vector 27702 - 52631
60 H 1 854532 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 1 -1 1 1 1 -1 1 1 -1 1 -1 -1 1 -1
% Data position in d_data vector 27702 - 52631
61 H 1 870912 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 -1 1 1 1 1 -1 1 -1 1 1 -1 1 1
% Data position in d_data vector 27702 - 52631
62 H 1 887292 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 -1 1 1 -1 1 -1 -1 -1 -1 -1 1 -1 -1
% Data position in d_data vector 27702 - 52631
63 H 1 903672 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 -1 -1 1 1 -1 -1 1 -1 -1 -1 1 1 -1 1
% Data position in d_data vector 27702 - 52631
64 H 1 920052 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 1 1 -1 1 1 -1 -1 1 -1 -1 -1 1 -1 1
% Data position in d_data vector 27702 - 52631
65 H 1 936432 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 1 -1 1 1 1 1 1 -1 -1 1 1 -1 -1
% Data position in d_data vector 27702 - 52631
66 H 1 952812 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 1 -1 1 -1 1 1 -1 -1 1 -1 -1 1 1
% Data position in d_data vector 27702 - 52631
67 H 1 969192 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 -1 1 -1 1 -1 -1 -1 -1 -1 1 1 -1 1 -1
% Data position in d_data vector 27702 - 52631
68 H 1 985572 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 1 -1 -1 1 -1 -1 1 -1 1 1 1 1 -1 -1
% Data position in d_data vector 27702 - 52631
69 H 1 1001952 16380 1 9 3 2 590 0 27702 24930 1 16 1 1 1 -1 -1 1 -1 1 -1 -1 1 1 -1 1 -1 1
% Data position in d_data vector 27702 - 52631
70 H 1 1018332 16380 1 9 3 2 590 0 27702 24930 1 16 1 -1 -1 -1 -1 1 1 1 -1 1 1 -1 1 -1 1 -1
% Data position in d_data vector 27702 - 52631
71 H 1 1034712 16380 1 9 3 2 590 0 27702 24930 2 16 1 1 -1 -1 -1 1 1 -1 1 1 1 -1 -1 -1 1 1
% Channel=4 type=1 data_start=546 vec_len=21 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 52632 - 52652
72 G 1 1051092 21 1 0 1 0 21 0 52632 21 0 0
% Channel=5 type=1 data_start=0 vec_len=546 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 52653 - 53198
73 G 1 1051113 546 1 0 1 0 546 0 52653 546 0 0
% Channel=5 type=1 data_start=546 vec_len=21 max_lag=0 res_mult=1 sub_div=1 do_zlag=0 lag_incr=1 fir_len=0
% Data position in d_data vector 53199 - 53219
74 G 1 1051659 21 1 0 1 0 21 0 53199 21 0 0