diff --git a/.gitattributes b/.gitattributes index 6022717f27915ce31cf5700d60a8f98f0016f370..7302a9e255092d96ef7eb3ef3b60e2ee99a505f5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4005,6 +4005,7 @@ RTCP/Cobalt/OutputProc/test/tMSWriterDAL.sh eol=lf RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-j2000 -text RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-sun -text RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.sh eol=lf +RTCP/Cobalt/OutputProc/test/tSubbandWriter.sh eol=lf RTCP/Cobalt/OutputProc/test/tTBB_StaticMapping.in_1/TBBConnections.dat -text RTCP/Cobalt/OutputProc/test/tTBB_StaticMapping.sh eol=lf RTCP/Cobalt/OutputProc/test/tTBB_Writer.sh eol=lf diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/AntennaSets.conf b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/AntennaSets.conf new file mode 100644 index 0000000000000000000000000000000000000000..4995d4e60333f7420fa9172d40e3800149548946 --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/AntennaSets.conf @@ -0,0 +1,107 @@ +# +# AntennaSet.conf +# +# This file defines subsets of the (physical) antennafields that can be used +# in observations as 'the' antennafield. +# +# Since there are 3 different station layout each subset must be defined for +# each stationtype (Core, Remote and Europe). +# +# A Subset is defined for specifying for each stationtypes for each RCU which +# input is used. +# +# Allowed values for the RCU input selection are: +# H : HBA input +# h : LBH input +# l : LBL input +# . : RCU not included +# +# To diminish the typing-work to syntax of an rcu definition is: +# input-selector ::= H | h | l | . +# rcu_definition ::= number input-selector [ number inputselector ...] +# +# E.g. when on a station on all RCUs the HBA input must be used this can be defined as +# 192H in stead of 192 'H' after each other. +# +# Or when all even RCUs should use LBL and all even RCUs shoud use LBH: +# 96hl +# +# The total number of assigned RCUs MUST match the total number for each station: +# +# RCU counts LBA HBA +# Europe 192 192 +# Remote 96 96 +# Core 96 96 +# +# Use inner half of the LBAs on Core and Remote +LBA_INNER LBA Europe 192h +LBA_INNER LBA Remote 46hh2.. +LBA_INNER LBA Core 46hh2.. +# +# Use outer half of the LBAs on Core and Remote +LBA_OUTER LBA Europe 192h +LBA_OUTER LBA Remote 96l +LBA_OUTER LBA Core 96l +# +# Use half of inner and outer LBAs on Core and Remote [TBC] +LBA_SPARSE_EVEN LBA Europe 48hh.. +LBA_SPARSE_EVEN LBA Remote 24llhh +LBA_SPARSE_EVEN LBA Core 24llhh +# +# Use half of inner and outer LBAs on Core and Remote [TBC] +LBA_SPARSE_ODD LBA Europe 48..hh +LBA_SPARSE_ODD LBA Remote 24hhll +LBA_SPARSE_ODD LBA Core 24hhll +# +# Use X dipole of all LBAs +LBA_X LBA Europe 96h. +LBA_X LBA Remote 46hl2.l +LBA_X LBA Core 46hl2.l +# +# Use Y dipole of all LBAs +LBA_Y LBA Europe 96.h +LBA_Y LBA Remote 46lh2l. +LBA_Y LBA Core 46lh2l. + +# Note: On Core stations the Serdes splitter is always on for HBA + +# Use 'ear' 0 in Core stations (antennas 0-23) +HBA_ZERO HBA Europe 192H +HBA_ZERO HBA Remote 96H +HBA_ZERO HBA0 Core 48H48. +# +# Use 'ear' 1 in Core stations (antennas 24-47) +HBA_ONE HBA Europe 192H +HBA_ONE HBA Remote 96H +HBA_ONE HBA1 Core 48.48H +# +# Use both 'ears' in the Core (microstationmode for EOR) +HBA_DUAL HBA Europe 192H +HBA_DUAL HBA Remote 96H +HBA_DUAL HBA Core 96H +# +# Use both 'ears' in the Core added together (pulsar mode) +HBA_JOINED HBA Europe 192H +HBA_JOINED HBA Remote 96H +HBA_JOINED HBA Core 96H +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_ZERO_INNER HBA Europe 192H +HBA_ZERO_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_ZERO_INNER HBA0 Core 48H48. +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_ONE_INNER HBA Europe 192H +HBA_ONE_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_ONE_INNER HBA1 Core 48.48H +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_DUAL_INNER HBA Europe 192H +HBA_DUAL_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_DUAL_INNER HBA Core 96H +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_JOINED_INNER HBA Europe 192H +HBA_JOINED_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_JOINED_INNER HBA Core 96H + diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS002-AntennaField.conf b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS002-AntennaField.conf new file mode 100644 index 0000000000000000000000000000000000000000..3dfcd19872bb57aeb541062d5e69f06d5a7afc29 --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS002-AntennaField.conf @@ -0,0 +1,195 @@ +# +# AntennaPositions for CS002 +# ITRF2005 target_date = 2012.5 +# Created: 2012-01-24 14:49:37 +# + +NORMAL_VECTOR LBA +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX LBA +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +LBA +3 [ 3826577.066110000 461022.947639000 5064892.786 ] +96 x 2 x 3 [ + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + -2.019000 -0.243000 1.538000 -2.019000 -0.243000 1.538000 + -1.338000 2.105000 0.814000 -1.338000 2.105000 0.814000 + 0.800000 2.363000 -0.814000 0.800000 2.363000 -0.814000 + 2.019000 0.243000 -1.538000 2.019000 0.243000 -1.538000 + 1.338000 -2.105000 -0.814000 1.338000 -2.105000 -0.814000 + -0.800000 -2.363000 0.814000 -0.800000 -2.363000 0.814000 + -3.073000 -4.125000 2.679000 -3.073000 -4.125000 2.679000 + -4.593000 -0.553000 3.498000 -4.593000 -0.553000 3.498000 + -3.965000 3.277000 2.680000 -3.965000 3.277000 2.680000 + -1.481000 5.575000 0.607000 -1.481000 5.575000 0.607000 + 1.696000 5.264000 -1.749000 1.696000 5.264000 -1.749000 + 4.079000 2.490000 -3.287000 4.079000 2.490000 -3.287000 + 4.553000 -1.450000 -3.287000 4.553000 -1.450000 -3.287000 + 2.897000 -4.710000 -1.749000 2.897000 -4.710000 -1.749000 + -0.114000 -5.767000 0.607000 -0.114000 -5.767000 0.607000 + -0.837000 -9.174000 1.457000 -0.837000 -9.174000 1.457000 + -3.733000 -8.431000 3.564000 -3.733000 -8.431000 3.564000 + -6.928000 -5.151001 5.666000 -6.928000 -5.151001 5.666000 + -7.997000 2.044999 5.818000 -7.997000 2.044999 5.818000 + -7.257000 5.075999 4.988000 -7.257000 5.075999 4.988000 + -5.039000 8.195000 3.042000 -5.039000 8.195000 3.042000 + -1.741000 9.059000 0.488000 -1.741000 9.059000 0.488000 + 2.862000 8.017000 -2.873000 2.862000 8.017000 -2.873000 + 6.276000 5.624000 -5.219000 6.276000 5.624000 -5.219000 + 7.890000 1.637001 -6.070000 7.890000 1.637001 -6.070000 + 7.333000 -2.192999 -5.306000 7.333000 -2.192999 -5.306000 + 5.455000 -6.295000 -3.526000 5.455000 -6.295000 -3.526000 + 2.430000 -8.819000 -1.027000 2.430000 -8.819000 -1.027000 + -2.385000 -13.817000 3.039000 -2.385000 -13.817000 3.039000 + -5.365000 -12.768001 5.181000 -5.365000 -12.768001 5.181000 + -7.149000 -10.465001 6.312000 -7.149000 -10.465001 6.312000 +-10.096000 -3.201001 7.868000 -10.096000 -3.201001 7.868000 +-12.000000 -1.260001 9.122000 -12.000000 -1.260001 9.122000 + -9.905000 5.589999 6.930000 -9.905000 5.589999 6.930000 + -7.567000 9.569999 4.815000 -7.567000 9.569999 4.815000 + -5.297000 13.892999 2.720000 -5.297000 13.892999 2.720000 + -2.638000 13.216000 0.786000 -2.638000 13.216000 0.786000 + 1.167000 12.834000 -2.036000 1.167000 12.834000 -2.036000 + 6.422000 10.036000 -5.728000 6.422000 10.036000 -5.728000 + 8.310000 8.429001 -7.000000 8.310000 8.429001 -7.000000 + 10.086000 3.481001 -7.885000 10.086000 3.481001 -7.885000 + 12.079000 0.035001 -9.070000 12.079000 0.035001 -9.070000 + 9.618000 -8.082999 -6.489000 9.618000 -8.082999 -6.489000 + 7.433000 -10.827999 -4.601000 7.433000 -10.827999 -4.601000 + 3.905000 -13.845000 -1.680000 3.905000 -13.845000 -1.680000 + 26.346010 -45.625998 -15.651000 26.346010 -45.625998 -15.651000 + 35.480000 30.151003 -29.357000 35.480000 30.151003 -29.357000 + 2.383000 -17.795000 -0.180000 2.383000 -17.795000 -0.180000 + 0.956000 -20.194000 1.108000 0.956000 -20.194000 1.108000 +-10.831000 -14.471001 9.438000 -10.831000 -14.471001 9.438000 +-15.871000 0.644999 11.855000 -15.871000 0.644999 11.855000 +-16.061000 5.561999 11.553000 -16.061000 5.561999 11.553000 + -9.738000 14.317999 6.016000 -9.738000 14.317999 6.016000 + 0.362000 17.801000 -1.880000 0.362000 17.801000 -1.880000 + 6.711000 18.121000 -6.675000 6.711000 18.121000 -6.675000 + 13.383000 5.942001 -10.583000 13.383000 5.942001 -10.583000 + 15.901000 -1.739999 -11.778000 15.901000 -1.739999 -11.778000 + 12.772000 -10.645999 -8.624000 12.772000 -10.645999 -8.624000 + 13.779000 -18.775999 -8.646000 13.779000 -18.775999 -8.646000 + 4.690000 -24.508000 -1.305000 4.690000 -24.508000 -1.305000 + -5.623000 -23.914001 6.382000 -5.623000 -23.914001 6.382000 +-10.310000 -21.350001 9.668000 -10.310000 -21.350001 9.668000 +-16.053000 -16.531001 13.543000 -16.053000 -16.531001 13.543000 +-19.186000 0.806998 14.329000 -19.186000 0.806998 14.329000 +-18.657000 8.687998 13.219000 -18.657000 8.687998 13.219000 +-13.662000 20.673999 8.387000 -13.662000 20.673999 8.387000 + -3.015000 24.964000 0.007000 -3.015000 24.964000 0.007000 + 4.425000 25.056000 -5.586000 4.425000 25.056000 -5.586000 + 12.433000 18.402001 -10.995000 12.433000 18.402001 -10.995000 + 20.879000 5.693002 -16.187000 20.879000 5.693002 -16.187000 + 19.922000 -11.873998 -13.880000 19.922000 -11.873998 -13.880000 + 19.705000 -25.616998 -12.476000 19.705000 -25.616998 -12.476000 + 8.502000 -29.983999 -3.671000 8.502000 -29.983999 -3.671000 + -3.142000 -30.709000 5.134000 -3.142000 -30.709000 5.134000 + -9.535000 -29.650001 9.837000 -9.535000 -29.650001 9.837000 +-20.859000 -16.397002 17.139000 -20.859000 -16.397002 17.139000 +-27.332000 0.111998 20.505000 -27.332000 0.111998 20.505000 +-25.986000 12.149998 18.407000 -25.986000 12.149998 18.407000 +-20.153000 17.626998 13.534000 -20.153000 17.626998 13.534000 +-14.392000 29.950999 8.096000 -14.392000 29.950999 8.096000 + 0.340000 33.765000 -3.307000 0.340000 33.765000 -3.307000 + 7.430000 31.869001 -8.458000 7.430000 31.869001 -8.458000 + 18.888000 24.057002 -16.352000 18.888000 24.057002 -16.352000 + 21.562000 16.387002 -17.666000 21.562000 16.387002 -17.666000 + 26.629000 -3.488998 -19.673000 26.629000 -3.488998 -19.673000 + 23.831000 -9.012998 -17.073000 23.831000 -9.012998 -17.073000 + 28.186000 -12.432998 -20.033000 28.186000 -12.432998 -20.033000 + 7.964000 -40.944999 -2.277000 7.964000 -40.944999 -2.277000 +-12.370000 -35.929001 12.533000 -12.370000 -35.929001 12.533000 +-26.100000 -24.601002 21.814000 -26.100000 -24.601002 21.814000 +-30.937000 -9.427003 24.074000 -30.937000 -9.427003 24.074000 +-20.978000 33.044998 12.759000 -20.978000 33.044998 12.759000 + -3.429000 36.392000 -0.715000 -3.429000 36.392000 -0.715000 + 9.389000 38.963001 -10.569000 9.389000 38.963001 -10.569000 + 30.713000 3.690003 -23.387000 30.713000 3.690003 -23.387000 +] + +HBA +3 [ 3826583.278120000 460955.755639000 5064894.197 ] +48 x 2 x 3 [ + 8.775000 5.195001 -7.056000 8.775000 5.195001 -7.056000 + 11.609000 8.730001 -9.504000 11.609000 8.730001 -9.504000 + 8.937000 -2.066999 -6.522000 8.937000 -2.066999 -6.522000 + 11.771000 1.468001 -8.969000 11.771000 1.468001 -8.969000 + 14.606000 5.004002 -11.416000 14.606000 5.004002 -11.416000 + 17.440000 8.538002 -13.863000 17.440000 8.538002 -13.863000 + 9.098000 -9.328999 -5.986000 9.098000 -9.328999 -5.986000 + 11.932000 -5.793998 -8.434000 11.932000 -5.793998 -8.434000 + 14.768000 -2.257998 -10.881000 14.768000 -2.257998 -10.881000 + 17.602000 1.276002 -13.329000 17.602000 1.276002 -13.329000 + 20.437000 4.812002 -15.776000 20.437000 4.812002 -15.776000 + 23.271000 8.347002 -18.223000 23.271000 8.347002 -18.223000 + 12.095000 -13.054998 -7.899000 12.095000 -13.054998 -7.899000 + 14.929000 -9.519998 -10.346000 14.929000 -9.519998 -10.346000 + 17.764000 -5.983998 -12.793000 17.764000 -5.983998 -12.793000 + 20.598000 -2.449998 -15.241000 20.598000 -2.449998 -15.241000 + 23.434000 1.086002 -17.688000 23.434000 1.086002 -17.688000 + 26.268000 4.621003 -20.136000 26.268000 4.621003 -20.136000 + 17.926000 -13.245998 -12.259000 17.926000 -13.245998 -12.259000 + 20.760000 -9.711998 -14.706000 20.760000 -9.711998 -14.706000 + 23.595000 -6.175998 -17.153000 23.595000 -6.175998 -17.153000 + 26.429000 -2.640997 -19.600000 26.429000 -2.640997 -19.600000 + 23.757000 -13.437997 -16.618000 23.757000 -13.437997 -16.618000 + 26.591000 -9.902997 -19.066000 26.591000 -9.902997 -19.066000 +-27.572000 -1.431002 20.826000 -27.572000 -1.431002 20.826000 +-28.188010 3.681998 20.826000 -28.188010 3.681998 20.826000 +-22.878000 -6.053001 17.720000 -22.878000 -6.053001 17.720000 +-23.494000 -0.940001 17.720000 -23.494000 -0.940001 17.720000 +-24.110000 4.172998 17.720000 -24.110000 4.172998 17.720000 +-24.726010 9.285998 17.720000 -24.726010 9.285998 17.720000 +-18.183000 -10.674001 14.614000 -18.183000 -10.674001 14.614000 +-18.799000 -5.561001 14.614000 -18.799000 -5.561001 14.614000 +-19.415000 -0.448001 14.614000 -19.415000 -0.448001 14.614000 +-20.031000 4.664999 14.614000 -20.031000 4.664999 14.614000 +-20.647010 9.777999 14.614000 -20.647010 9.777999 14.614000 +-21.263010 14.890999 14.614000 -21.263010 14.890999 14.614000 +-14.105000 -10.183001 11.508000 -14.105000 -10.183001 11.508000 +-14.721000 -5.070001 11.508000 -14.721000 -5.070001 11.508000 +-15.337000 0.042999 11.508000 -15.337000 0.042999 11.508000 +-15.953000 5.155999 11.508000 -15.953000 5.155999 11.508000 +-16.569010 10.268999 11.508000 -16.569010 10.268999 11.508000 +-17.185010 15.381999 11.508000 -17.185010 15.381999 11.508000 +-10.642000 -4.578000 8.402000 -10.642000 -4.578000 8.402000 +-11.258000 0.535000 8.402000 -11.258000 0.535000 8.402000 +-11.874000 5.647999 8.402000 -11.874000 5.647999 8.402000 +-12.490000 10.760999 8.402000 -12.490000 10.760999 8.402000 + -7.180000 1.026000 5.296000 -7.180000 1.026000 5.296000 + -7.796000 6.139000 5.296000 -7.796000 6.139000 5.296000 +] + +NORMAL_VECTOR HBA0 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA0 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA0 +3 [ 3826600.961120000 460953.401641000 5064881.136 ] + +NORMAL_VECTOR HBA1 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA1 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA1 +3 [ 3826565.594120000 460958.109638000 5064907.258 ] diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS003-AntennaField.conf b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS003-AntennaField.conf new file mode 100644 index 0000000000000000000000000000000000000000..b5de76830231d88dec244a40f871fe5e10c226c7 --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS003-AntennaField.conf @@ -0,0 +1,195 @@ +# +# AntennaPositions for CS003 +# ITRF2005 target_date = 2012.5 +# Created: 2012-01-24 14:49:37 +# + +NORMAL_VECTOR LBA +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX LBA +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +LBA +3 [ 3826516.748120000 460930.065634000 5064946.457 ] +96 x 2 x 3 [ + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + -2.020000 -0.244000 1.538000 -2.020000 -0.244000 1.538000 + -1.339000 2.105000 0.814000 -1.339000 2.105000 0.814000 + 0.800000 2.362000 -0.814000 0.800000 2.362000 -0.814000 + 2.019000 0.243000 -1.538000 2.019000 0.243000 -1.538000 + 1.338000 -2.105000 -0.814000 1.338000 -2.105000 -0.814000 + -0.800000 -2.363000 0.814000 -0.800000 -2.363000 0.814000 + 4.553000 -1.450000 -3.287000 4.553000 -1.450000 -3.287000 + 2.897000 -4.710000 -1.749000 2.897000 -4.710000 -1.749000 + -0.115000 -5.767000 0.607000 -0.115000 -5.767000 0.607000 + -3.073000 -4.125000 2.680000 -3.073000 -4.125000 2.680000 + -4.594000 -0.554000 3.498000 -4.594000 -0.554000 3.498000 + -3.965000 3.277000 2.680000 -3.965000 3.277000 2.680000 + -1.481000 5.575000 0.608000 -1.481000 5.575000 0.608000 + 1.696000 5.263000 -1.749000 1.696000 5.263000 -1.749000 + 4.079000 2.490000 -3.287000 4.079000 2.490000 -3.287000 + 6.847000 3.253000 -5.434000 6.847000 3.253000 -5.434000 + 7.913000 -0.210999 -5.920000 7.913000 -0.210999 -5.920000 + 7.375000 -5.148999 -5.071000 7.375000 -5.148999 -5.071000 + 2.948000 -9.564000 -1.349000 2.948000 -9.564000 -1.349000 + 0.433000 -10.138000 0.591000 0.433000 -10.138000 0.591000 + -2.952000 -9.156000 3.043000 -2.952000 -9.156000 3.043000 + -5.357000 -5.986001 4.562000 -5.357000 -5.986001 4.562000 + -7.148000 -0.542001 5.415000 -7.148000 -0.542001 5.415000 + -7.350000 4.229999 5.134000 -7.350000 4.229999 5.134000 + -5.455010 7.778999 3.392000 -5.455010 7.778999 3.392000 + -2.483010 8.913000 1.058000 -2.483010 8.913000 1.058000 + 1.400000 8.743000 -1.841000 1.400000 8.743000 -1.841000 + 4.813000 6.620000 -4.211000 4.813000 6.620000 -4.211000 + 10.927000 3.685001 -8.535000 10.927000 3.685001 -8.535000 + 11.827000 -0.009999 -8.877000 11.827000 -0.009999 -8.877000 + 11.198000 -2.978999 -8.136000 11.198000 -2.978999 -8.136000 + 7.750000 -9.453999 -4.963000 7.750000 -9.453999 -4.963000 + 7.439000 -12.389999 -4.464000 7.439000 -12.389999 -4.464000 + 1.523000 -13.231000 0.053000 1.523000 -13.231000 0.053000 + -2.527000 -12.509000 3.027000 -2.527000 -12.509000 3.027000 + -6.779000 -12.016001 6.175000 -6.779000 -12.016001 6.175000 + -7.762000 -8.838001 6.625000 -7.762000 -8.838001 6.625000 + -9.577000 -4.555001 7.600000 -9.577000 -4.555001 7.600000 +-10.502000 2.387999 7.667000 -10.502000 2.387999 7.667000 +-10.415010 5.155999 7.351000 -10.415010 5.155999 7.351000 + -7.941010 9.314999 5.118000 -7.941010 9.314999 5.118000 + -6.630010 13.028999 3.799000 -6.630010 13.028999 3.799000 + 0.369990 14.050000 -1.547000 0.369990 14.050000 -1.547000 + 3.475990 12.934000 -3.778000 3.475990 12.934000 -3.778000 + 7.506000 10.491001 -6.583000 7.506000 10.491001 -6.583000 +-38.650000 -23.644003 31.149000 -38.650000 -23.644003 31.149000 +-21.152010 49.524998 11.401000 -21.152010 49.524998 11.401000 + 11.090000 10.637001 -9.286000 11.090000 10.637001 -9.286000 + 13.541000 10.183001 -11.085000 13.541000 10.183001 -11.085000 + 16.002000 -5.139999 -11.547000 16.002000 -5.139999 -11.547000 + 8.230000 -17.433999 -4.602000 8.230000 -17.433999 -4.602000 + 4.910000 -19.866000 -1.890000 4.910000 -19.866000 -1.890000 + -4.647000 -17.006000 5.025000 -4.647000 -17.006000 5.025000 +-12.595000 -7.676001 10.148000 -12.595000 -7.676001 10.148000 +-16.291000 -0.964001 12.315000 -16.291000 -0.964001 12.315000 +-11.457010 11.761999 7.537000 -11.457010 11.761999 7.537000 + -7.484010 17.962999 3.994000 -7.484010 17.962999 3.994000 + 0.428990 18.618000 -2.005000 0.428990 18.618000 -2.005000 + 5.539990 23.390000 -6.273000 5.539990 23.390000 -6.273000 + 14.503990 16.170001 -12.349000 14.503990 16.170001 -12.349000 + 19.730000 4.763002 -15.240000 19.730000 4.763002 -15.240000 + 20.507000 -1.460998 -15.261000 20.507000 -1.460998 -15.261000 + 20.291000 -9.846998 -14.341000 20.291000 -9.846998 -14.341000 + 9.930000 -21.087999 -5.548000 9.930000 -21.087999 -5.548000 + 4.152000 -24.087000 -0.940000 4.152000 -24.087000 -0.940000 + -6.928000 -24.124001 7.380000 -6.928000 -24.124001 7.380000 +-15.737000 -14.568001 13.129000 -15.737000 -14.568001 13.129000 +-19.871000 -6.575002 15.509000 -19.871000 -6.575002 15.509000 +-19.616010 5.088998 14.264000 -19.616010 5.088998 14.264000 +-15.383010 19.969999 9.742000 -15.383010 19.969999 9.742000 + -2.625010 26.897000 -0.461000 -2.625010 26.897000 -0.461000 + 7.063990 32.890000 -8.275000 7.063990 32.890000 -8.275000 + 16.233990 22.768001 -14.243000 16.233990 22.768001 -14.243000 + 23.106000 10.521002 -18.295000 23.106000 10.521002 -18.295000 + 25.864000 3.137002 -19.698000 25.864000 3.137002 -19.698000 + 22.826000 -15.097998 -15.769000 22.826000 -15.097998 -15.769000 + 14.869000 -29.569999 -8.488000 14.869000 -29.569999 -8.488000 + 5.748000 -33.571000 -1.281000 5.748000 -33.571000 -1.281000 + -1.256000 -29.753000 3.632000 -1.256000 -29.753000 3.632000 +-12.990000 -29.115001 12.382000 -12.990000 -29.115001 12.382000 +-23.702000 -14.934002 19.141000 -23.702000 -14.934002 19.141000 +-26.259000 -6.416002 20.290000 -26.259000 -6.416002 20.290000 +-27.085010 9.498998 19.472000 -27.085010 9.498998 19.472000 +-23.205010 15.861998 15.984000 -23.205010 15.861998 15.984000 +-12.133010 30.339999 6.365000 -12.133010 30.339999 6.365000 + -6.755010 29.821999 2.375000 -6.755010 29.821999 2.375000 + -6.755010 36.074999 1.810000 -6.755010 36.074999 1.810000 + 24.160990 27.156002 -20.590000 24.160990 27.156002 -20.590000 + 31.787000 2.920003 -24.124000 31.787000 2.920003 -24.124000 + 31.406000 -17.041997 -22.034000 31.406000 -17.041997 -22.034000 + 23.484000 -29.140998 -14.993000 23.484000 -29.140998 -14.993000 +-11.543000 -37.630001 12.065000 -11.543000 -37.630001 12.065000 +-23.470000 -20.195002 19.442000 -23.470000 -20.195002 19.442000 +-32.270010 -7.515003 24.902000 -32.270010 -7.515003 24.902000 +-19.366010 31.498998 11.690000 -19.366010 31.498998 11.690000 +] + +HBA +3 [ 3826494.580110000 461017.697632000 5064955.176 ] +48 x 2 x 3 [ +-33.585000 -14.570003 26.526000 -33.585000 -14.570003 26.526000 +-32.080000 -9.895003 24.973000 -32.080000 -9.895003 24.973000 +-31.251000 -21.375003 25.389000 -31.251000 -21.375003 25.389000 +-29.745000 -16.701003 23.836000 -29.745000 -16.701003 23.836000 +-28.240000 -12.026002 22.284000 -28.240000 -12.026002 22.284000 +-26.734000 -7.353002 20.731000 -26.734000 -7.353002 20.731000 +-28.917000 -28.179002 24.252000 -28.917000 -28.179002 24.252000 +-27.411000 -23.506002 22.699000 -27.411000 -23.506002 22.699000 +-25.905000 -18.832002 21.147000 -25.905000 -18.832002 21.147000 +-24.400000 -14.157002 19.594000 -24.400000 -14.157002 19.594000 +-22.894000 -9.484002 18.041000 -22.894000 -9.484002 18.041000 +-21.388000 -4.810002 16.488000 -21.388000 -4.810002 16.488000 +-25.076000 -30.310002 21.562000 -25.076000 -30.310002 21.562000 +-23.570000 -25.636002 20.009000 -23.570000 -25.636002 20.009000 +-22.064000 -20.963002 18.456000 -22.064000 -20.963002 18.456000 +-20.559000 -16.288002 16.903000 -20.559000 -16.288002 16.903000 +-19.053000 -11.614002 15.351000 -19.053000 -11.614002 15.351000 +-17.547000 -6.941001 13.798000 -17.547000 -6.941001 13.798000 +-19.730000 -27.767002 17.319000 -19.730000 -27.767002 17.319000 +-18.224000 -23.094002 15.766000 -18.224000 -23.094002 15.766000 +-16.719000 -18.419001 14.214000 -16.719000 -18.419001 14.214000 +-15.213000 -13.745001 12.661000 -15.213000 -13.745001 12.661000 +-14.384000 -25.225001 13.077000 -14.384000 -25.225001 13.077000 +-12.879000 -20.550001 11.524000 -12.879000 -20.550001 11.524000 + 14.324000 25.109001 -13.021000 14.324000 25.109001 -13.021000 + 17.158000 28.644001 -15.469000 17.158000 28.644001 -15.469000 + 14.486000 17.847001 -12.487000 14.486000 17.847001 -12.487000 + 17.320000 21.382001 -14.934000 17.320000 21.382001 -14.934000 + 20.155000 24.918002 -17.381000 20.155000 24.918002 -17.381000 + 22.989000 28.452002 -19.828000 22.989000 28.452002 -19.828000 + 14.647000 10.585001 -11.951000 14.647000 10.585001 -11.951000 + 17.481000 14.120001 -14.399000 17.481000 14.120001 -14.399000 + 20.317000 17.656002 -16.846000 20.317000 17.656002 -16.846000 + 23.151000 21.190002 -19.294000 23.151000 21.190002 -19.294000 + 25.986000 24.726002 -21.741000 25.986000 24.726002 -21.741000 + 28.820000 28.261002 -24.188000 28.820000 28.261002 -24.188000 + 17.644000 6.859001 -13.864000 17.644000 6.859001 -13.864000 + 20.478000 10.394002 -16.311000 20.478000 10.394002 -16.311000 + 23.313000 13.930002 -18.758000 23.313000 13.930002 -18.758000 + 26.147000 17.464002 -21.206000 26.147000 17.464002 -21.206000 + 28.983000 21.000002 -23.653000 28.983000 21.000002 -23.653000 + 31.817000 24.535003 -26.101000 31.817000 24.535003 -26.101000 + 23.475000 6.668002 -18.224000 23.475000 6.668002 -18.224000 + 26.309000 10.202002 -20.671000 26.309000 10.202002 -20.671000 + 29.144000 13.738002 -23.118000 29.144000 13.738002 -23.118000 + 31.978000 17.273003 -25.565000 31.978000 17.273003 -25.565000 + 29.306000 6.476002 -22.583000 29.306000 6.476002 -22.583000 + 32.140000 10.011003 -25.031000 32.140000 10.011003 -25.031000 +] + +NORMAL_VECTOR HBA0 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA0 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA0 +3 [ 3826471.348110000 461000.137630000 5064974.201 ] + +NORMAL_VECTOR HBA1 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA1 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA1 +3 [ 3826517.812110000 461035.257634000 5064936.150 ] diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS004-AntennaField.conf b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS004-AntennaField.conf new file mode 100644 index 0000000000000000000000000000000000000000..350187e4c31d411284658e762ee6a29b8dcf04bc --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS004-AntennaField.conf @@ -0,0 +1,195 @@ +# +# AntennaPositions for CS004 +# ITRF2005 target_date = 2012.5 +# Created: 2012-01-24 14:49:37 +# + +NORMAL_VECTOR LBA +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX LBA +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +LBA +3 [ 3826654.197120000 460939.575645000 5064842.426 ] +96 x 2 x 3 [ + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + -2.020000 -0.244000 1.538000 -2.020000 -0.244000 1.538000 + -1.338000 2.105000 0.814000 -1.338000 2.105000 0.814000 + 0.800000 2.362001 -0.814000 0.800000 2.362001 -0.814000 + 2.019000 0.243001 -1.538000 2.019000 0.243001 -1.538000 + 1.338000 -2.104999 -0.814000 1.338000 -2.104999 -0.814000 + -0.800000 -2.363000 0.814000 -0.800000 -2.363000 0.814000 + -1.481000 5.575000 0.607000 -1.481000 5.575000 0.607000 + 1.696000 5.263001 -1.749000 1.696000 5.263001 -1.749000 + 4.079000 2.490001 -3.287000 4.079000 2.490001 -3.287000 + 4.553000 -1.449999 -3.287000 4.553000 -1.449999 -3.287000 + 2.897000 -4.709999 -1.749000 2.897000 -4.709999 -1.749000 + -0.114000 -5.767000 0.607000 -0.114000 -5.767000 0.607000 + -3.073000 -4.125000 2.679000 -3.073000 -4.125000 2.679000 + -4.593000 -0.554000 3.498000 -4.593000 -0.554000 3.498000 + -3.965000 3.277000 2.680000 -3.965000 3.277000 2.680000 + -6.010000 5.920000 3.976000 -6.010000 5.920000 3.976000 + -4.180000 8.642000 2.356000 -4.180000 8.642000 2.356000 + -0.448000 10.298000 -0.595000 -0.448000 10.298000 -0.595000 + 5.049000 7.519001 -4.469000 5.049000 7.519001 -4.469000 + 6.824000 5.061001 -5.580000 6.824000 5.061001 -5.580000 + 7.990000 0.960001 -6.085000 7.990000 0.960001 -6.085000 + 7.098000 -3.072999 -5.050000 7.098000 -3.072999 -5.050000 + 4.287000 -7.474999 -2.542000 4.287000 -7.474999 -2.542000 + 1.073000 -9.854999 0.085000 1.073000 -9.854999 0.085000 + -2.435000 -9.416000 2.678000 -2.435000 -9.416000 2.678000 + -4.850000 -6.721000 4.248000 -4.850000 -6.721000 4.248000 + -6.856000 -2.450000 5.367000 -6.856000 -2.450000 5.367000 + -7.243000 2.198000 5.238000 -7.243000 2.198000 5.238000 + -8.542000 10.132000 5.496000 -8.542000 10.132000 5.496000 + -6.461000 12.778000 3.695000 -6.461000 12.778000 3.695000 + -4.049000 13.444000 1.824000 -4.049000 13.444000 1.824000 + 2.346000 12.654001 -2.905000 2.346000 12.654001 -2.905000 + 4.561000 13.649001 -4.657000 4.561000 13.649001 -4.657000 + 8.382000 7.640001 -6.982000 8.382000 7.640001 -6.982000 + 10.093000 2.939001 -7.842000 10.093000 2.939001 -7.842000 + 12.076000 -1.876998 -8.895000 12.076000 -1.876998 -8.895000 + 10.400000 -4.378999 -7.411000 10.400000 -4.378999 -7.411000 + 8.409000 -8.278999 -5.564000 8.409000 -8.278999 -5.564000 + 4.080000 -12.423999 -1.939000 4.080000 -12.423999 -1.939000 + 2.104000 -13.584999 -0.352000 2.104000 -13.584999 -0.352000 + -2.146000 -12.797000 2.767000 -2.146000 -12.797000 2.767000 + -5.449000 -13.065000 5.271000 -5.449000 -13.065000 5.271000 + -9.988000 -5.968000 8.036000 -9.988000 -5.968000 8.036000 +-10.909000 -2.106000 8.378000 -10.909000 -2.106000 8.378000 +-11.412000 3.354000 8.263000 -11.412000 3.354000 8.263000 + 10.642010 -53.819999 -3.123000 10.642010 -53.819999 -3.123000 +-42.751000 -10.314003 33.021990 -42.751000 -10.314003 33.021990 +-13.473000 7.157999 9.466000 -13.473000 7.157999 9.466000 +-14.497000 10.009999 9.977000 -14.497000 10.009999 9.977000 + -5.171000 19.611000 2.109000 -5.171000 19.611000 2.109000 + 7.641000 16.788001 -7.253000 7.641000 16.788001 -7.253000 + 11.150000 14.304001 -9.663000 11.150000 14.304001 -9.663000 + 14.384000 2.688002 -11.040000 14.384000 2.688002 -11.040000 + 12.234000 -10.124998 -8.268000 12.234000 -10.124998 -8.268000 + 9.580000 -17.156999 -5.640000 9.580000 -17.156999 -5.640000 + -1.927000 -17.704000 3.046000 -1.927000 -17.704000 3.046000 + -8.418000 -16.222000 7.785000 -8.418000 -16.222000 7.785000 +-13.201000 -7.973001 10.630000 -13.201000 -7.973001 10.630000 +-19.320000 -4.614001 14.919000 -19.320000 -4.614001 14.919000 +-19.194000 8.337999 13.653000 -19.194000 8.337999 13.653000 +-14.107000 19.150999 8.858000 -14.107000 19.150999 8.858000 +-10.197000 22.810000 5.592000 -10.197000 22.810000 5.592000 + -4.239000 26.377000 0.797000 -4.239000 26.377000 0.797000 + 9.256000 20.281001 -8.781000 9.256000 20.281001 -8.781000 + 14.505000 15.399002 -12.280000 14.505000 15.399002 -12.280000 + 20.590000 3.449002 -15.767000 20.590000 3.449002 -15.767000 + 18.752000 -10.395998 -13.136000 18.752000 -10.395998 -13.136000 + 15.445000 -18.480998 -9.923000 15.445000 -18.480998 -9.923000 + 7.183000 -23.491999 -3.268000 7.183000 -23.491999 -3.268000 + -5.496000 -25.663000 6.445000 -5.496000 -25.663000 6.445000 +-17.297000 -15.023001 14.341000 -17.297000 -15.023001 14.341000 +-26.770000 -7.274002 20.751000 -26.770000 -7.274002 20.751000 +-24.735000 7.215998 17.914000 -24.735000 7.215998 17.914000 +-19.964000 20.187999 13.160000 -19.964000 20.187999 13.160000 +-16.329000 26.512999 9.861000 -16.329000 26.512999 9.861000 + -1.968000 31.495000 -1.370000 -1.968000 31.495000 -1.370000 + 12.463000 29.457002 -12.017000 12.463000 29.457002 -12.017000 + 20.237000 21.420002 -17.126000 20.237000 21.420002 -17.126000 + 21.408000 12.126002 -17.165000 21.408000 12.126002 -17.165000 + 27.381000 -0.835997 -20.477000 27.381000 -0.835997 -20.477000 + 23.362000 -18.831998 -15.834000 23.362000 -18.831998 -15.834000 + 18.828000 -25.452998 -11.832000 18.828000 -25.452998 -11.832000 + 8.196000 -33.556999 -3.119000 8.196000 -33.556999 -3.119000 + 1.642000 -32.248999 1.682000 1.642000 -32.248999 1.682000 +-14.496000 -26.852001 13.308000 -14.496000 -26.852001 13.308000 +-17.076000 -20.809001 14.698000 -17.076000 -20.809001 14.698000 +-21.431000 -23.643001 18.223000 -21.431000 -23.643001 18.223000 +-32.125000 13.788998 22.867000 -32.125000 13.788998 22.867000 +-19.418000 33.007999 11.592000 -19.418000 33.007999 11.592000 + -5.307000 41.642000 0.220000 -5.307000 41.642000 0.220000 + 7.453000 38.568001 -9.081000 7.453000 38.568001 -9.081000 + 32.520000 4.585003 -24.825000 32.520000 4.585003 -24.825000 + 26.900000 -16.197997 -18.728000 26.900000 -16.197997 -18.728000 + 22.881000 -31.447998 -14.333000 22.881000 -31.447998 -14.333000 +-11.347000 -35.189000 11.698000 -11.347000 -35.189000 11.698000 +] + +HBA +3 [ 3826582.556120000 460891.661639000 5064900.532 ] +48 x 2 x 3 [ + -7.034000 -21.511000 7.224000 -7.034000 -21.511000 7.224000 + -5.135000 -17.086000 5.399000 -5.135000 -17.086000 5.399000 + -5.271000 -28.544000 6.536000 -5.271000 -28.544000 6.536000 + -3.372000 -24.119000 4.711000 -3.372000 -24.119000 4.711000 + -1.473000 -19.693000 2.885000 -1.473000 -19.693000 2.885000 + 0.426000 -15.268999 1.060000 0.426000 -15.268999 1.060000 + -3.508000 -35.578000 5.849000 -3.508000 -35.578000 5.849000 + -1.610000 -31.152000 4.024000 -1.610000 -31.152000 4.024000 + 0.290000 -26.726999 2.198000 0.290000 -26.726999 2.198000 + 2.188000 -22.300999 0.373000 2.188000 -22.300999 0.373000 + 4.087000 -17.875999 -1.453000 4.087000 -17.875999 -1.453000 + 5.987000 -13.449999 -3.278000 5.987000 -13.449999 -3.278000 + 0.153010 -38.185999 3.336000 0.153010 -38.185999 3.336000 + 2.053000 -33.759999 1.511000 2.053000 -33.759999 1.511000 + 3.952000 -29.334999 -0.315000 3.952000 -29.334999 -0.315000 + 5.850000 -24.908999 -2.140000 5.850000 -24.908999 -2.140000 + 7.750000 -20.483999 -3.966000 7.750000 -20.483999 -3.966000 + 9.648000 -16.057999 -5.791000 9.648000 -16.057999 -5.791000 + 5.714010 -36.366999 -1.002000 5.714010 -36.366999 -1.002000 + 7.613000 -31.942999 -2.827000 7.613000 -31.942999 -2.827000 + 9.512000 -27.516999 -4.653000 9.512000 -27.516999 -4.653000 + 11.411000 -23.091999 -6.478000 11.411000 -23.091999 -6.478000 + 11.275010 -34.549999 -5.341000 11.275010 -34.549999 -5.341000 + 13.174000 -30.124998 -7.166000 13.174000 -30.124998 -7.166000 +-11.114000 34.783000 5.198000 -11.114000 34.783000 5.198000 + -7.889000 37.765000 2.508000 -7.889000 37.765000 2.508000 +-11.766000 27.618999 6.334000 -11.766000 27.618999 6.334000 + -8.542000 30.601000 3.645000 -8.542000 30.601000 3.645000 + -5.317000 33.583000 0.954000 -5.317000 33.583000 0.954000 + -2.092000 36.565000 -1.735000 -2.092000 36.565000 -1.735000 +-12.417000 20.453999 7.471000 -12.417000 20.453999 7.471000 + -9.193000 23.436000 4.781000 -9.193000 23.436000 4.781000 + -5.969000 26.419000 2.092000 -5.969000 26.419000 2.092000 + -2.744000 29.401000 -0.599000 -2.744000 29.401000 -0.599000 + 0.480000 32.383000 -3.288000 0.480000 32.383000 -3.288000 + 3.704000 35.365001 -5.978000 3.704000 35.365001 -5.978000 + -9.844000 16.271000 5.918000 -9.844000 16.271000 5.918000 + -6.620000 19.253000 3.228000 -6.620000 19.253000 3.228000 + -3.396000 22.235000 0.539000 -3.396000 22.235000 0.539000 + -0.171000 25.217000 -2.152000 -0.171000 25.217000 -2.152000 + 3.053000 28.200001 -4.841000 3.053000 28.200001 -4.841000 + 6.277000 31.182001 -7.531000 6.277000 31.182001 -7.531000 + -4.048000 15.071000 1.675000 -4.048000 15.071000 1.675000 + -0.823000 18.053000 -1.014000 -0.823000 18.053000 -1.014000 + 2.402000 21.035001 -3.705000 2.402000 21.035001 -3.705000 + 5.626000 24.017001 -6.394000 5.626000 24.017001 -6.394000 + 1.749000 13.871001 -2.568000 1.749000 13.871001 -2.568000 + 4.974000 16.853001 -5.258000 4.974000 16.853001 -5.258000 +] + +NORMAL_VECTOR HBA0 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA0 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA0 +3 [ 3826585.626120000 460865.843640000 5064900.561 ] + +NORMAL_VECTOR HBA1 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA1 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA1 +3 [ 3826579.486120000 460917.479639000 5064900.502 ] diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS005-AntennaField.conf b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS005-AntennaField.conf new file mode 100644 index 0000000000000000000000000000000000000000..be32f6374a49060b8ef4dbd9042d7a2d5de57f70 --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS005-AntennaField.conf @@ -0,0 +1,195 @@ +# +# AntennaPositions for CS005 +# ITRF2005 target_date = 2012.5 +# Created: 2012-01-24 14:49:37 +# + +NORMAL_VECTOR LBA +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX LBA +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +LBA +3 [ 3826668.750110000 461069.549647000 5064819.754 ] +96 x 2 x 3 [ + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + -2.020000 -0.243001 1.538000 -2.020000 -0.243001 1.538000 + -1.338000 2.105000 0.815000 -1.338000 2.105000 0.815000 + 0.800000 2.363000 -0.814000 0.800000 2.363000 -0.814000 + 2.019000 0.243000 -1.537000 2.019000 0.243000 -1.537000 + 1.338000 -2.105000 -0.814000 1.338000 -2.105000 -0.814000 + -0.800000 -2.363000 0.814000 -0.800000 -2.363000 0.814000 + 3.375000 -4.198000 -2.153000 3.375000 -4.198000 -2.153000 + 0.533000 -5.774000 0.122000 0.533000 -5.774000 0.122000 + -2.558000 -4.650001 2.341000 -2.558000 -4.650001 2.341000 + -4.452000 -1.349001 3.464000 -4.452000 -1.349001 3.464000 + -4.263000 2.581999 2.967000 -4.263000 2.581999 2.967000 + -2.079000 5.304999 1.081000 -2.079000 5.304999 1.081000 + 1.078000 5.547000 -1.310000 1.078000 5.547000 -1.310000 + 3.730000 3.192000 -3.088000 3.730000 3.192000 -3.088000 + 4.637000 -0.656000 -3.421000 4.637000 -0.656000 -3.421000 + 7.389000 -1.860000 -5.378000 7.389000 -1.860000 -5.378000 + 6.847000 -5.403000 -4.651000 6.847000 -5.403000 -4.651000 + 4.272000 -9.093000 -2.384000 4.272000 -9.093000 -2.384000 + -1.490000 -9.786000 2.003000 -1.490000 -9.786000 2.003000 + -3.941000 -8.593001 3.735000 -3.941000 -8.593001 3.735000 + -6.489000 -5.551001 5.373000 -6.489000 -5.551001 5.373000 + -7.248000 -1.364001 5.564000 -7.248000 -1.364001 5.564000 + -6.498000 4.278999 4.491000 -6.498000 4.278999 4.491000 + -4.641000 8.322999 2.731000 -4.641000 8.322999 2.731000 + -1.467000 9.979000 0.200000 -1.467000 9.979000 0.200000 + 1.621000 8.944000 -2.025000 1.621000 8.944000 -2.025000 + 4.955000 6.238000 -4.282000 4.955000 6.238000 -4.282000 + 7.041000 2.243000 -5.488000 7.041000 2.243000 -5.488000 + 11.151000 -4.201999 -7.990000 11.151000 -4.201999 -7.990000 + 10.365000 -7.822999 -7.073000 10.365000 -7.822999 -7.073000 + 8.547000 -9.841000 -5.526000 8.547000 -9.841000 -5.526000 + 2.767000 -12.869000 -0.913000 2.767000 -12.869000 -0.913000 + 1.242000 -15.069000 0.430000 1.242000 -15.069000 0.430000 + -4.303000 -11.848001 4.301000 -4.303000 -11.848001 4.301000 + -7.546000 -8.579001 6.440000 -7.546000 -8.579001 6.440000 +-11.065000 -5.365001 8.791000 -11.065000 -5.365001 8.791000 +-10.571000 -2.112001 8.126000 -10.571000 -2.112001 8.126000 +-10.337000 2.595999 7.525000 -10.337000 2.595999 7.525000 + -8.190000 8.896999 5.343000 -8.190000 8.896999 5.343000 + -6.933000 11.106999 4.201000 -6.933000 11.106999 4.201000 + -2.991000 12.880999 1.082000 -2.991000 12.880999 1.082000 + -0.260000 15.058000 -1.165000 -0.260000 15.058000 -1.165000 + 6.312000 11.268000 -5.756000 6.312000 11.268000 -5.756000 + 8.560000 8.300000 -7.175000 8.560000 8.300000 -7.175000 + 11.053000 3.635001 -8.625000 11.053000 3.635001 -8.625000 + 19.138010 -50.623999 -9.789000 19.138010 -50.623999 -9.789000 +-39.676000 -21.128004 31.691990 -39.676000 -21.128004 31.691990 + 14.256000 1.386001 -10.825000 14.256000 1.386001 -10.825000 + 16.212000 -0.605999 -12.114000 16.212000 -0.605999 -12.114000 + 11.839000 -14.786999 -7.549000 11.839000 -14.786999 -7.549000 + -0.214000 -19.723000 1.943000 -0.214000 -19.723000 1.943000 + -4.162000 -19.523001 4.889000 -4.162000 -19.523001 4.889000 +-11.321000 -10.863001 9.480000 -11.321000 -10.863001 9.480000 +-14.313000 2.033998 10.560000 -14.313000 2.033998 10.560000 +-14.692000 9.975998 10.127000 -14.692000 9.975998 10.127000 + -5.032000 17.207999 2.222000 -5.032000 17.207999 2.222000 + 1.094000 19.663000 -2.598000 1.094000 19.663000 -2.598000 + 8.311000 14.971000 -7.591000 8.311000 14.971000 -7.591000 + 14.826000 15.503001 -12.529000 14.826000 15.503001 -12.529000 + 19.607000 3.665001 -15.048000 19.607000 3.665001 -15.048000 + 19.328000 -9.136999 -13.682000 19.328000 -9.136999 -13.682000 + 17.356000 -14.749999 -11.694000 17.356000 -14.749999 -11.694000 + 13.594000 -21.477999 -8.262000 13.594000 -21.477999 -8.262000 + -0.281000 -23.841000 2.366000 -0.281000 -23.841000 2.366000 + -6.624000 -22.481001 7.004000 -6.624000 -22.481001 7.004000 +-16.354000 -15.188002 13.649000 -16.354000 -15.188002 13.649000 +-20.006000 -1.537002 15.156000 -20.006000 -1.537002 15.156000 +-20.223000 7.743998 14.480000 -20.223000 7.743998 14.480000 +-15.028000 17.132998 9.732000 -15.028000 17.132998 9.732000 + -4.976000 26.528999 1.338000 -4.976000 26.528999 1.338000 + 9.162000 23.772000 -9.025000 9.162000 23.772000 -9.025000 + 20.210000 22.280001 -17.184000 20.210000 22.280001 -17.184000 + 23.936000 7.928002 -18.683000 23.936000 7.928002 -18.683000 + 24.741000 -6.648998 -17.970000 24.741000 -6.648998 -17.970000 + 24.013000 -14.522998 -16.711000 24.013000 -14.522998 -16.711000 + 13.579000 -27.456999 -7.710000 13.579000 -27.456999 -7.710000 + 0.434000 -34.055000 2.752000 0.434000 -34.055000 2.752000 + -9.266000 -31.306001 9.786000 -9.266000 -31.306001 9.786000 +-13.780000 -23.549002 12.473000 -13.780000 -23.549002 12.473000 +-23.795000 -15.272002 19.242000 -23.795000 -15.272002 19.242000 +-27.144000 3.428997 20.065000 -27.144000 3.428997 20.065000 +-25.756000 12.096997 18.240000 -25.756000 12.096997 18.240000 +-19.697000 25.681998 12.464000 -19.697000 25.681998 12.464000 +-13.584000 28.331998 7.636000 -13.584000 28.331998 7.636000 + 2.293000 32.878000 -4.692000 2.293000 32.878000 -4.692000 + 6.787000 28.899000 -7.706000 6.787000 28.899000 -7.706000 + 9.452000 34.023000 -10.169000 9.452000 34.023000 -10.169000 + 32.755000 6.283002 -25.154000 32.755000 6.283002 -25.154000 + 29.114000 -18.614998 -20.170000 29.114000 -18.614998 -20.170000 + 20.273000 -34.717999 -12.079000 20.273000 -34.717999 -12.079000 + 8.170000 -39.398000 -2.571000 8.170000 -39.398000 -2.571000 +-26.156000 -23.206003 21.731000 -26.156000 -23.206003 21.731000 +-29.183000 -1.036003 21.999000 -29.183000 -1.036003 21.999000 +-31.495000 15.167997 22.270000 -31.495000 15.167997 22.270000 + -3.555000 38.607999 -0.821000 -3.555000 38.607999 -0.821000 +] + +HBA +3 [ 3826666.177120000 461005.532646000 5064827.472 ] +48 x 2 x 3 [ + 27.691000 -6.368997 -20.210000 27.691000 -6.368997 -20.210000 + 31.167000 -3.840997 -23.047000 31.167000 -3.840997 -23.047000 + 26.438000 -13.368997 -18.636000 26.438000 -13.368997 -18.636000 + 29.913000 -10.839997 -21.473000 29.913000 -10.839997 -21.473000 + 33.388000 -8.312997 -24.310000 33.388000 -8.312997 -24.310000 + 36.864000 -5.783996 -27.148000 36.864000 -5.783996 -27.148000 + 25.184000 -20.368997 -17.062000 25.184000 -20.368997 -17.062000 + 28.659000 -17.840997 -19.900000 28.659000 -17.840997 -19.900000 + 32.134000 -15.311997 -22.736000 32.134000 -15.311997 -22.736000 + 35.610000 -12.782997 -25.574000 35.610000 -12.782997 -25.574000 + 39.086000 -10.254996 -28.411000 39.086000 -10.254996 -28.411000 + 42.561000 -7.725996 -31.249000 42.561000 -7.725996 -31.249000 + 27.405000 -24.839997 -18.325000 27.405000 -24.839997 -18.325000 + 30.880000 -22.310997 -21.163000 30.880000 -22.310997 -21.163000 + 34.356000 -19.782997 -24.000000 34.356000 -19.782997 -24.000000 + 37.832000 -17.253996 -26.838000 37.832000 -17.253996 -26.838000 + 41.307000 -14.724996 -29.674000 41.307000 -14.724996 -29.674000 + 44.782000 -12.196996 -32.512000 44.782000 -12.196996 -32.512000 + 33.102000 -26.781997 -22.426000 33.102000 -26.781997 -22.426000 + 36.578000 -24.252996 -25.264000 36.578000 -24.252996 -25.264000 + 40.053000 -21.725996 -28.101000 40.053000 -21.725996 -28.101000 + 43.528000 -19.196996 -30.938000 43.528000 -19.196996 -30.938000 + 38.799000 -28.724996 -26.527000 38.799000 -28.724996 -26.527000 + 42.275000 -26.196996 -29.364000 42.275000 -26.196996 -29.364000 +-44.427010 22.670997 31.297990 -44.427010 22.670997 31.297990 +-41.920010 26.575997 29.063990 -41.920010 26.575997 29.063990 +-43.656010 15.428997 31.373990 -43.656010 15.428997 31.373990 +-41.151010 19.333997 29.140990 -41.151010 19.333997 29.140990 +-38.644010 23.239997 26.905990 -38.644010 23.239997 26.905990 +-36.138010 27.144997 24.672000 -36.138010 27.144997 24.672000 +-42.886010 8.187997 31.450990 -42.886010 8.187997 31.450990 +-40.380010 12.091997 29.216990 -40.380010 12.091997 29.216990 +-37.874010 15.997997 26.983000 -37.874010 15.997997 26.983000 +-35.368010 19.902997 24.749000 -35.368010 19.902997 24.749000 +-32.862010 23.808998 22.515000 -32.862010 23.808998 22.515000 +-30.356010 27.713998 20.281000 -30.356010 27.713998 20.281000 +-39.610010 4.849997 29.293000 -39.610010 4.849997 29.293000 +-37.104010 8.754997 27.059000 -37.104010 8.754997 27.059000 +-34.598010 12.660998 24.825000 -34.598010 12.660998 24.825000 +-32.092010 16.565998 22.591000 -32.092010 16.565998 22.591000 +-29.586010 20.471998 20.357000 -29.586010 20.471998 20.357000 +-27.080010 24.375998 18.123000 -27.080010 24.375998 18.123000 +-33.828010 5.418998 24.902000 -33.828010 5.418998 24.902000 +-31.322010 9.323998 22.668000 -31.322010 9.323998 22.668000 +-28.815010 13.229998 20.433000 -28.815010 13.229998 20.433000 +-26.310010 17.134998 18.200000 -26.310010 17.134998 18.200000 +-28.046010 5.987998 20.510000 -28.046010 5.987998 20.510000 +-25.539010 9.892998 18.276000 -25.539010 9.892998 18.276000 +] + +NORMAL_VECTOR HBA0 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA0 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA0 +3 [ 3826701.160120000 460989.249649000 5064802.685 ] + +NORMAL_VECTOR HBA1 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA1 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA1 +3 [ 3826631.194110000 461021.814643000 5064852.259 ] diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS006-AntennaField.conf b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS006-AntennaField.conf new file mode 100644 index 0000000000000000000000000000000000000000..657aadd2f500f5d70e697a292704392d0d423208 --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS006-AntennaField.conf @@ -0,0 +1,195 @@ +# +# AntennaPositions for CS006 +# ITRF2005 target_date = 2012.5 +# Created: 2012-01-24 14:49:37 +# + +NORMAL_VECTOR LBA +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX LBA +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +LBA +3 [ 3826596.730100000 461145.177641000 5064866.978 ] +96 x 2 x 3 [ + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + -2.020000 -0.243001 1.538000 -2.020000 -0.243001 1.538000 + -1.338000 2.104999 0.814000 -1.338000 2.104999 0.814000 + 0.800000 2.362000 -0.814000 0.800000 2.362000 -0.814000 + 2.019000 0.243000 -1.538000 2.019000 0.243000 -1.538000 + 1.338000 -2.105000 -0.814000 1.338000 -2.105000 -0.814000 + -0.800000 -2.363001 0.814000 -0.800000 -2.363001 0.814000 + 1.078000 5.547000 -1.310000 1.078000 5.547000 -1.310000 + 3.730000 3.192000 -3.088000 3.730000 3.192000 -3.088000 + 4.637000 -0.656000 -3.421000 4.637000 -0.656000 -3.421000 + 3.374000 -4.197000 -2.154000 3.374000 -4.197000 -2.154000 + 0.533000 -5.774000 0.122000 0.533000 -5.774000 0.122000 + -2.558000 -4.650001 2.341000 -2.558000 -4.650001 2.341000 + -4.453000 -1.349001 3.464000 -4.453000 -1.349001 3.464000 + -4.263000 2.580999 2.967000 -4.263000 2.580999 2.967000 + -2.079000 5.304999 1.081000 -2.079000 5.304999 1.081000 + -2.746000 8.822999 1.264000 -2.746000 8.822999 1.264000 + 0.018000 9.843000 -0.903000 0.018000 9.843000 -0.903000 + 3.997000 8.735000 -3.789000 3.997000 8.735000 -3.789000 + 7.630000 2.824000 -5.982000 7.630000 2.824000 -5.982000 + 8.139000 -0.362000 -6.076000 8.139000 -0.362000 -6.076000 + 7.415000 -4.493000 -5.159000 7.415000 -4.493000 -5.159000 + 4.913000 -7.209000 -3.036000 4.913000 -7.209000 -3.036000 + 0.573000 -8.958000 0.380000 0.573000 -8.958000 0.380000 + -3.259000 -8.784001 3.240000 -3.259000 -8.784001 3.240000 + -6.148000 -6.106001 5.167000 -6.148000 -6.106001 5.167000 + -7.116000 -2.302001 5.550000 -7.116000 -2.302001 5.550000 + -7.055000 2.523999 5.067000 -7.055000 2.523999 5.067000 + -5.414000 6.587999 3.468000 -5.414000 6.587999 3.468000 + -3.172000 13.947999 1.120000 -3.172000 13.947999 1.120000 + -0.219000 14.738999 -1.167000 -0.219000 14.738999 -1.167000 + 2.180000 13.692000 -2.874000 2.180000 13.692000 -2.874000 + 7.449000 8.818000 -6.389000 7.449000 8.818000 -6.389000 + 9.815000 8.171000 -8.106000 9.815000 8.171000 -8.106000 + 10.605000 0.721000 -8.025000 10.605000 0.721000 -8.025000 + 10.102000 -4.262000 -7.197000 10.102000 -4.262000 -7.197000 + 9.788000 -9.519000 -6.486000 9.788000 -9.519000 -6.486000 + 7.252000 -10.461000 -4.498000 7.252000 -10.461000 -4.498000 + 3.845000 -12.341000 -1.770000 3.845000 -12.341000 -1.770000 + -1.718000 -12.877001 2.454000 -1.718000 -12.877001 2.454000 + -3.945000 -12.522001 4.093000 -3.945000 -12.522001 4.093000 + -7.334000 -9.068001 6.325000 -7.334000 -9.068001 6.325000 +-10.345000 -7.104001 8.408000 -10.345000 -7.104001 8.408000 +-11.299000 1.709999 8.327000 -11.299000 1.709999 8.327000 +-10.462000 5.483999 7.357000 -10.462000 5.483999 7.357000 + -8.577000 10.289999 5.508000 -8.577000 10.289999 5.508000 + 33.196000 33.815002 -27.974000 33.196000 33.815002 -27.974000 + 29.998010 -44.755998 -18.471000 29.998010 -44.755998 -18.471000 + -8.762000 14.768999 5.242000 -8.762000 14.768999 5.242000 + -8.444000 17.782999 4.731000 -8.444000 17.782999 4.731000 + 3.824000 19.486000 -4.631000 3.824000 19.486000 -4.631000 + 13.853000 8.707001 -11.185000 13.853000 8.707001 -11.185000 + 15.872000 4.352001 -12.307000 15.872000 4.352001 -12.307000 + 13.757000 -7.303999 -9.666000 13.757000 -7.303999 -9.666000 + 6.411000 -16.382000 -3.331000 6.411000 -16.382000 -3.331000 + 1.087000 -20.390000 1.027000 1.087000 -20.390000 1.027000 + -9.233000 -13.233001 8.127000 -9.233000 -13.233001 8.127000 +-14.293000 -7.729002 11.427000 -14.293000 -7.729002 11.427000 +-14.971000 2.192998 11.040000 -14.971000 2.192998 11.040000 +-18.905000 8.986998 13.378000 -18.905000 8.986998 13.378000 +-13.275000 19.515998 8.200000 -13.275000 19.515998 8.200000 + -4.207000 25.013999 0.897000 -4.207000 25.013999 0.897000 + 0.780000 25.429000 -2.884000 0.780000 25.429000 -2.884000 + 7.525000 24.414000 -7.855000 7.525000 24.414000 -7.855000 + 16.758000 10.500001 -13.528000 16.758000 10.500001 -13.528000 + 19.279000 3.032001 -14.745000 19.279000 3.032001 -14.745000 + 19.521000 -10.779999 -13.679000 19.521000 -10.779999 -13.679000 + 12.011000 -20.910999 -7.125000 12.011000 -20.910999 -7.125000 + 5.666000 -25.350000 -1.961000 5.666000 -25.350000 -1.961000 + -3.714000 -23.995001 4.957000 -3.714000 -23.995001 4.957000 +-15.755000 -17.396002 13.398000 -15.755000 -17.396002 13.398000 +-21.567000 -0.878002 16.268000 -21.567000 -0.878002 16.268000 +-26.569000 11.731997 18.883000 -26.569000 11.731997 18.883000 +-18.611000 22.257998 11.958000 -18.611000 22.257998 11.958000 + -8.900000 29.734999 3.993000 -8.900000 29.734999 3.993000 + -3.018000 32.514999 -0.674000 -3.018000 32.514999 -0.674000 + 11.696000 27.107000 -11.229000 11.696000 27.107000 -11.229000 + 23.480000 15.901001 -19.061000 23.480000 15.901001 -19.061000 + 26.871000 4.178002 -20.547000 26.871000 4.178002 -20.547000 + 23.937000 -4.211998 -17.586000 23.937000 -4.211998 -17.586000 + 23.649000 -18.779998 -16.054000 23.649000 -18.779998 -16.054000 + 12.457000 -30.869999 -6.560000 12.457000 -30.869999 -6.560000 + 5.660000 -33.298000 -1.238000 5.660000 -33.298000 -1.238000 + -7.115000 -32.912001 8.316000 -7.115000 -32.912001 8.316000 +-12.304000 -27.509001 11.722000 -12.304000 -27.509001 11.722000 +-24.152000 -12.422003 19.252000 -24.152000 -12.422003 19.252000 +-23.839000 -5.765002 18.415000 -23.839000 -5.765002 18.415000 +-28.865000 -5.209003 22.137000 -28.865000 -5.209003 22.137000 +-22.289000 32.528998 13.790000 -22.289000 32.528998 13.790000 + -2.957000 39.877999 -1.385000 -2.957000 39.877999 -1.385000 + 13.093000 37.627001 -13.229000 13.093000 37.627001 -13.229000 + 22.971000 26.676001 -19.653000 22.971000 26.676001 -19.653000 + 30.465000 -17.733998 -21.264000 30.465000 -17.733998 -21.264000 + 16.680000 -31.048999 -9.714000 16.680000 -31.048999 -9.714000 + 6.659000 -40.889000 -1.303000 6.659000 -40.889000 -1.303000 +-24.945000 -21.334003 20.653000 -24.945000 -21.334003 20.653000 +] + +HBA +3 [ 3826633.141110000 461108.368644000 5064842.975 ] +48 x 2 x 3 [ + 14.776990 39.320001 -14.646990 14.776990 39.320001 -14.646990 + 18.585990 41.034001 -17.659990 18.585990 41.034001 -17.659990 + 12.552990 32.764001 -12.384990 12.552990 32.764001 -12.384990 + 16.361990 34.478001 -15.397990 16.361990 34.478001 -15.397990 + 20.169990 36.191001 -18.411990 20.169990 36.191001 -18.411990 + 23.977990 37.905002 -21.424990 23.977990 37.905002 -21.424990 + 10.327990 26.208000 -10.121990 10.327990 26.208000 -10.121990 + 14.137990 27.922001 -13.135990 14.137990 27.922001 -13.135990 + 17.945990 29.636001 -16.149990 17.945990 29.636001 -16.149990 + 21.753990 31.349001 -19.162990 21.753990 31.349001 -19.162990 + 25.562990 33.062002 -22.176990 25.562990 33.062002 -22.176990 + 29.370990 34.776002 -25.189990 29.370990 34.776002 -25.189990 + 11.912990 21.366001 -10.873990 11.912990 21.366001 -10.873990 + 15.720990 23.080001 -13.886990 15.720990 23.080001 -13.886990 + 19.529990 24.793001 -16.900990 19.529990 24.793001 -16.900990 + 23.337990 26.506002 -19.913990 23.337990 26.506002 -19.913990 + 27.145990 28.220002 -22.927990 27.145990 28.220002 -22.927990 + 30.955990 29.934002 -25.941990 30.955990 29.934002 -25.941990 + 17.306000 18.237001 -14.638990 17.306000 18.237001 -14.638990 + 21.114000 19.951001 -17.651990 21.114000 19.951001 -17.651990 + 24.922000 21.664002 -20.665990 24.922000 21.664002 -20.665990 + 28.731000 23.378002 -23.678990 28.731000 23.378002 -23.678990 + 22.698000 15.108002 -18.403990 22.698000 15.108002 -18.403990 + 26.507000 16.822002 -21.416990 26.507000 16.822002 -21.416990 +-29.550000 -20.522003 24.036000 -29.550000 -20.522003 24.036000 +-26.716000 -16.987003 21.588000 -26.716000 -16.987003 21.588000 +-29.388000 -27.784003 24.570000 -29.388000 -27.784003 24.570000 +-26.554000 -24.249003 22.123000 -26.554000 -24.249003 22.123000 +-23.719000 -20.713002 19.676000 -23.719000 -20.713002 19.676000 +-20.885000 -17.179002 17.229000 -20.885000 -17.179002 17.229000 +-29.227000 -35.046003 25.106000 -29.227000 -35.046003 25.106000 +-26.393000 -31.511003 22.658000 -26.393000 -31.511003 22.658000 +-23.557000 -27.975002 20.211000 -23.557000 -27.975002 20.211000 +-20.723000 -24.441002 17.763000 -20.723000 -24.441002 17.763000 +-17.888000 -20.905002 15.316000 -17.888000 -20.905002 15.316000 +-15.054000 -17.370002 12.869000 -15.054000 -17.370002 12.869000 +-26.230000 -38.772003 23.193000 -26.230000 -38.772003 23.193000 +-23.396000 -35.237002 20.746000 -23.396000 -35.237002 20.746000 +-20.561000 -31.701002 18.299000 -20.561000 -31.701002 18.299000 +-17.727000 -28.167002 15.851000 -17.727000 -28.167002 15.851000 +-14.891000 -24.631002 13.404000 -14.891000 -24.631002 13.404000 +-12.057000 -21.096001 10.956000 -12.057000 -21.096001 10.956000 +-20.399000 -38.963002 18.833000 -20.399000 -38.963002 18.833000 +-17.565000 -35.429002 16.386000 -17.565000 -35.429002 16.386000 +-14.730000 -31.893002 13.939000 -14.730000 -31.893002 13.939000 +-11.896000 -28.358001 11.492000 -11.896000 -28.358001 11.492000 +-14.568000 -39.155002 14.474000 -14.568000 -39.155002 14.474000 +-11.734000 -35.620001 12.026000 -11.734000 -35.620001 12.026000 +] + +NORMAL_VECTOR HBA0 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA0 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA0 +3 [ 3826653.783100000 461136.439645000 5064824.943 ] + +NORMAL_VECTOR HBA1 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA1 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA1 +3 [ 3826612.499110000 461080.297642000 5064861.006 ] diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS007-AntennaField.conf b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS007-AntennaField.conf new file mode 100644 index 0000000000000000000000000000000000000000..2b1726617ad3ebf610cbabd520c73ba09f7fbb4e --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.in_1/StaticMetaData/CS007-AntennaField.conf @@ -0,0 +1,195 @@ +# +# AntennaPositions for CS007 +# ITRF2005 target_date = 2012.5 +# Created: 2012-01-24 14:49:38 +# + +NORMAL_VECTOR LBA +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX LBA +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +LBA +3 [ 3826533.361100000 461098.965635000 5064918.721 ] +96 x 2 x 3 [ + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + -2.020000 -0.244000 1.538000 -2.020000 -0.244000 1.538000 + -1.339000 2.105000 0.814000 -1.339000 2.105000 0.814000 + 0.800000 2.362000 -0.814000 0.800000 2.362000 -0.814000 + 2.019000 0.243000 -1.538000 2.019000 0.243000 -1.538000 + 1.338000 -2.105000 -0.814000 1.338000 -2.105000 -0.814000 + -0.800000 -2.363000 0.814000 -0.800000 -2.363000 0.814000 + -4.453000 -1.350000 3.464000 -4.453000 -1.350000 3.464000 + -4.264000 2.582000 2.967000 -4.264000 2.582000 2.967000 + -2.079000 5.305000 1.081000 -2.079000 5.305000 1.081000 + 1.077000 5.547000 -1.310000 1.077000 5.547000 -1.310000 + 3.730000 3.192001 -3.088000 3.730000 3.192001 -3.088000 + 4.637000 -0.655999 -3.421000 4.637000 -0.655999 -3.421000 + 3.374000 -4.197000 -2.154000 3.374000 -4.197000 -2.154000 + 0.533000 -5.774000 0.122000 0.533000 -5.774000 0.122000 + -2.558000 -4.650000 2.340000 -2.558000 -4.650000 2.340000 + -4.643000 -6.965000 4.115000 -4.643000 -6.965000 4.115000 + -6.866000 -4.441000 5.555000 -6.866000 -4.441000 5.555000 + -8.269000 0.358000 6.174000 -8.269000 0.358000 6.174000 + -6.140000 6.960000 3.979000 -6.140000 6.960000 3.979000 + -4.200000 8.955000 2.343000 -4.200000 8.955000 2.343000 + -0.926000 10.044000 -0.213000 -0.926000 10.044000 -0.213000 + 2.333000 8.574000 -2.527000 2.333000 8.574000 -2.527000 + 5.925000 4.677001 -4.870000 5.925000 4.677001 -4.870000 + 7.899000 0.460001 -5.971000 7.899000 0.460001 -5.971000 + 7.614000 -3.872999 -5.366000 7.614000 -3.872999 -5.366000 + 5.494000 -6.642999 -3.524000 5.494000 -6.642999 -3.524000 + 2.100000 -8.763000 -0.784000 2.100000 -8.763000 -0.784000 + -1.628000 -8.831000 2.020000 -1.628000 -8.831000 2.020000 + -7.980000 -9.746000 6.871000 -7.980000 -9.746000 6.871000 +-10.146000 -6.916001 8.240000 -10.146000 -6.916001 8.240000 +-10.728000 -3.850001 8.400000 -10.728000 -3.850001 8.400000 +-10.216000 4.048999 7.302000 -10.216000 4.048999 7.302000 +-11.058000 6.898999 7.677000 -11.058000 6.898999 7.677000 + -6.302000 11.127000 3.724000 -6.302000 11.127000 3.724000 + -2.556000 12.841000 0.758000 -2.556000 12.841000 0.758000 + 1.277000 14.884000 -2.304000 1.277000 14.884000 -2.304000 + 3.320000 12.572000 -3.628000 3.320000 12.572000 -3.628000 + 6.492000 9.744001 -5.754000 6.492000 9.744001 -5.754000 + 9.907000 3.980001 -7.796000 9.907000 3.980001 -7.796000 + 10.878000 1.413001 -8.293000 10.878000 1.413001 -8.293000 + 10.325000 -3.812999 -7.406000 10.325000 -3.812999 -7.406000 + 10.605000 -7.953999 -7.241000 10.605000 -7.953999 -7.241000 + 4.987000 -12.979999 -2.571000 4.987000 -12.979999 -2.571000 + 1.902000 -13.784000 -0.182000 1.902000 -13.784000 -0.182000 + -2.477000 -13.925000 3.118000 -2.477000 -13.925000 3.118000 + -9.907000 54.090999 2.547000 -9.907000 54.090999 2.547000 + 42.918000 9.472004 -33.071000 42.918000 9.472004 -33.071000 + -5.495000 -16.155000 5.585000 -5.495000 -16.155000 5.585000 + -7.768000 -17.178000 7.383000 -7.768000 -17.178000 7.383000 +-15.663000 -4.700001 12.182000 -15.663000 -4.700001 12.182000 +-13.640000 11.016999 9.243000 -13.640000 11.016999 9.243000 +-11.711000 15.170999 7.419000 -11.711000 15.170999 7.419000 + -2.436000 18.167000 0.186000 -2.436000 18.167000 0.186000 + 7.902000 14.346001 -7.229000 7.902000 14.346001 -7.229000 + 13.605000 10.413001 -11.154000 13.605000 10.413001 -11.154000 + 14.265000 -3.975999 -10.348000 14.265000 -3.975999 -10.348000 + 13.199000 -11.934999 -8.829000 13.199000 -11.934999 -8.829000 + 6.660000 -17.163999 -3.448000 6.660000 -17.163999 -3.448000 + 4.079000 -24.489999 -0.848000 4.079000 -24.489999 -0.848000 + -6.333000 -23.180000 6.848000 -6.333000 -23.180000 6.848000 +-15.122000 -15.879001 12.785000 -15.122000 -15.879001 12.785000 +-18.138000 -10.680001 14.580000 -18.138000 -10.680001 14.580000 +-21.119000 -2.936002 16.117000 -21.119000 -2.936002 16.117000 +-16.478000 13.340999 11.162000 -16.478000 13.340999 11.162000 +-12.655000 19.448999 7.741000 -12.655000 19.448999 7.741000 + -3.168000 25.968000 0.030000 -3.168000 25.968000 0.030000 + 7.994000 22.447001 -8.030000 7.994000 22.447001 -8.030000 + 14.557000 17.606001 -12.518000 14.557000 17.606001 -12.518000 + 18.742000 6.862002 -14.688000 18.742000 6.862002 -14.688000 + 20.731000 -9.133998 -14.735000 20.731000 -9.133998 -14.735000 + 12.405000 -22.895999 -7.243000 12.405000 -22.895999 -7.243000 + 6.358010 -34.012999 -1.699000 6.358010 -34.012999 -1.699000 + -5.325000 -30.187000 6.725000 -5.325000 -30.187000 6.725000 +-15.843000 -23.086001 13.978000 -15.843000 -23.086001 13.978000 +-20.995000 -17.994002 17.386000 -20.995000 -17.994002 17.386000 +-25.276000 0.349998 18.940000 -25.276000 0.349998 18.940000 +-23.915000 18.153998 16.310000 -23.915000 18.153998 16.310000 +-17.605000 27.127999 10.762000 -17.605000 27.127999 10.762000 +-10.157000 27.760999 5.114000 -10.157000 27.760999 5.114000 + 0.146000 34.052000 -3.187000 0.146000 34.052000 -3.187000 + 14.687000 27.442001 -13.505000 14.687000 27.442001 -13.505000 + 20.095000 21.202002 -17.000000 20.095000 21.202002 -17.000000 + 26.812000 7.229002 -20.779000 26.812000 7.229002 -20.779000 + 25.887000 -0.822998 -19.357000 25.887000 -0.822998 -19.357000 + 21.859000 -20.455998 -14.559000 21.859000 -20.455998 -14.559000 + 17.052000 -23.134998 -10.708000 17.052000 -23.134998 -10.708000 + 19.413010 -28.813998 -11.967000 19.413010 -28.813998 -11.967000 +-10.466990 -38.813001 11.364000 -10.466990 -38.813001 11.364000 +-26.157000 -21.264002 21.555000 -26.157000 -21.264002 21.555000 +-33.367000 -2.908003 25.308000 -33.367000 -2.908003 25.308000 +-31.141000 12.720998 22.225000 -31.141000 12.720998 22.225000 + -4.309000 40.939000 -0.466000 -4.309000 40.939000 -0.466000 + 12.502000 32.085001 -12.284000 12.502000 32.085001 -12.284000 + 24.836000 25.720002 -20.967000 24.836000 25.720002 -20.967000 + 28.499010 -17.273997 -19.831000 28.499010 -17.273997 -19.831000 +] + +HBA +3 [ 3826508.368100000 461126.725633000 5064934.972 ] +48 x 2 x 3 [ +-34.574000 -31.118003 28.764000 -34.574000 -31.118003 28.764000 +-30.620000 -29.920002 25.688000 -30.620000 -29.920002 25.688000 +-37.349000 -37.311003 31.407000 -37.349000 -37.311003 31.407000 +-33.396000 -36.113003 28.331000 -33.396000 -36.113003 28.331000 +-29.443000 -34.915002 25.256000 -29.443000 -34.915002 25.256000 +-25.489000 -33.716002 22.180000 -25.489000 -33.716002 22.180000 +-40.125000 -43.504003 34.050000 -40.125000 -43.504003 34.050000 +-36.171000 -42.306003 30.974000 -36.171000 -42.306003 30.974000 +-32.218000 -41.107003 27.899000 -32.218000 -41.107003 27.899000 +-28.265000 -39.910002 24.823000 -28.265000 -39.910002 24.823000 +-24.312000 -38.711002 21.748000 -24.312000 -38.711002 21.748000 +-20.359000 -37.513002 18.672000 -20.359000 -37.513002 18.672000 +-38.947000 -48.499003 33.618000 -38.947000 -48.499003 33.618000 +-34.994000 -47.301003 30.542000 -34.994000 -47.301003 30.542000 +-31.041000 -46.102003 27.467000 -31.041000 -46.102003 27.467000 +-27.088000 -44.905002 24.391000 -27.088000 -44.905002 24.391000 +-23.135000 -43.706002 21.316000 -23.135000 -43.706002 21.316000 +-19.181000 -42.508002 18.240000 -19.181000 -42.508002 18.240000 +-33.817000 -52.296003 30.110000 -33.817000 -52.296003 30.110000 +-29.863000 -51.097002 27.034000 -29.863000 -51.097002 27.034000 +-25.910000 -49.899002 23.959000 -25.910000 -49.899002 23.959000 +-21.957000 -48.701002 20.883000 -21.957000 -48.701002 20.883000 +-28.686000 -56.092002 26.602000 -28.686000 -56.092002 26.602000 +-24.732000 -54.894002 23.526000 -24.732000 -54.894002 23.526000 + 19.161000 42.823002 -18.253000 19.161000 42.823002 -18.253000 + 19.694000 47.873002 -19.109000 19.694000 47.873002 -19.109000 + 22.719000 36.835002 -20.383000 22.719000 36.835002 -20.383000 + 23.251000 41.885002 -21.238000 23.251000 41.885002 -21.238000 + 23.783000 46.936002 -22.095000 23.783000 46.936002 -22.095000 + 24.316000 51.986002 -22.951000 24.316000 51.986002 -22.951000 + 26.277000 30.848002 -22.512000 26.277000 30.848002 -22.512000 + 26.809000 35.898002 -23.368000 26.809000 35.898002 -23.368000 + 27.342000 40.949002 -24.224000 27.342000 40.949002 -24.224000 + 27.874000 45.999002 -25.080000 27.874000 45.999002 -25.080000 + 28.406000 51.050002 -25.936000 28.406000 51.050002 -25.936000 + 28.939000 56.100002 -26.792000 28.939000 56.100002 -26.792000 + 30.367000 29.910003 -25.498000 30.367000 29.910003 -25.498000 + 30.900000 34.960003 -26.354000 30.900000 34.960003 -26.354000 + 31.432000 40.011003 -27.210000 31.432000 40.011003 -27.210000 + 31.964000 45.061003 -28.066000 31.964000 45.061003 -28.066000 + 32.497000 50.112003 -28.922000 32.497000 50.112003 -28.922000 + 33.029000 55.162003 -29.778000 33.029000 55.162003 -29.778000 + 34.990000 34.024003 -29.339000 34.990000 34.024003 -29.339000 + 35.523000 39.074003 -30.195000 35.523000 39.074003 -30.195000 + 36.055000 44.125003 -31.052000 36.055000 44.125003 -31.052000 + 36.587000 49.175003 -31.907000 36.587000 49.175003 -31.907000 + 39.612000 38.137003 -33.181000 39.612000 38.137003 -33.181000 + 40.145000 43.187003 -34.037000 40.145000 43.187003 -34.037000 +] + +NORMAL_VECTOR HBA0 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA0 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA0 +3 [ 3826478.715100000 461083.719631000 5064961.117 ] + +NORMAL_VECTOR HBA1 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA1 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA1 +3 [ 3826538.021100000 461169.730636000 5064908.827 ] diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-j2000 b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-j2000 index 16017778f5ee971e1f03a3ed2f228401f2af8e54..04bcd58b0820fe17f36c3c8ff3322e28b2629621 100644 --- a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-j2000 +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-j2000 @@ -751,3 +751,4 @@ PIC.Core.UK608LBA.clockCorrectionTime = 0 PIC.Core.UK608LBA.phaseCenter = [4008428.362,-100303.525,4943744.070] _parsetPrefix = CorrAppl.CNProc. _processName = CNProc +Cobalt.OutputProc.StaticMetaDataDirectory = tMeasurementSetFormat.in_1 diff --git a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-sun b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-sun index 575beffd8c4ff5981db53716bbdaf75f579d1a8c..cec1563696fa016de206d047ae28d4642a4dc8cd 100644 --- a/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-sun +++ b/RTCP/Cobalt/OutputProc/test/tMeasurementSetFormat.parset-sun @@ -751,3 +751,4 @@ PIC.Core.UK608LBA.clockCorrectionTime = 0 PIC.Core.UK608LBA.phaseCenter = [4008428.362,-100303.525,4943744.070] _parsetPrefix = CorrAppl.CNProc. _processName = CNProc +Cobalt.OutputProc.StaticMetaDataDirectory = tMeasurementSetFormat.in_1 diff --git a/RTCP/Cobalt/OutputProc/test/tSubbandWriter.cc b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.cc index 46306b28168283220e1c42f48a9b0df8ea63d30a..c449a18e9bf393df168191f53d2fd6145dd4c01d 100644 --- a/RTCP/Cobalt/OutputProc/test/tSubbandWriter.cc +++ b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.cc @@ -66,6 +66,7 @@ SUITE(SubbandWriter) ps.add("Observation.DataProducts.Output_Correlated.enabled", "true"); ps.add("Observation.DataProducts.Output_Correlated.filenames", "[tWriter.out_raw]"); ps.add("Observation.DataProducts.Output_Correlated.locations", "[localhost:.]"); + ps.add("Cobalt.OutputProc.StaticMetaDataDirectory", "tSubbandWriter.in_1"); ps.updateSettings(); } diff --git a/RTCP/Cobalt/OutputProc/test/tSubbandWriter.in_1/AntennaSets.conf b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.in_1/AntennaSets.conf new file mode 100644 index 0000000000000000000000000000000000000000..4995d4e60333f7420fa9172d40e3800149548946 --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.in_1/AntennaSets.conf @@ -0,0 +1,107 @@ +# +# AntennaSet.conf +# +# This file defines subsets of the (physical) antennafields that can be used +# in observations as 'the' antennafield. +# +# Since there are 3 different station layout each subset must be defined for +# each stationtype (Core, Remote and Europe). +# +# A Subset is defined for specifying for each stationtypes for each RCU which +# input is used. +# +# Allowed values for the RCU input selection are: +# H : HBA input +# h : LBH input +# l : LBL input +# . : RCU not included +# +# To diminish the typing-work to syntax of an rcu definition is: +# input-selector ::= H | h | l | . +# rcu_definition ::= number input-selector [ number inputselector ...] +# +# E.g. when on a station on all RCUs the HBA input must be used this can be defined as +# 192H in stead of 192 'H' after each other. +# +# Or when all even RCUs should use LBL and all even RCUs shoud use LBH: +# 96hl +# +# The total number of assigned RCUs MUST match the total number for each station: +# +# RCU counts LBA HBA +# Europe 192 192 +# Remote 96 96 +# Core 96 96 +# +# Use inner half of the LBAs on Core and Remote +LBA_INNER LBA Europe 192h +LBA_INNER LBA Remote 46hh2.. +LBA_INNER LBA Core 46hh2.. +# +# Use outer half of the LBAs on Core and Remote +LBA_OUTER LBA Europe 192h +LBA_OUTER LBA Remote 96l +LBA_OUTER LBA Core 96l +# +# Use half of inner and outer LBAs on Core and Remote [TBC] +LBA_SPARSE_EVEN LBA Europe 48hh.. +LBA_SPARSE_EVEN LBA Remote 24llhh +LBA_SPARSE_EVEN LBA Core 24llhh +# +# Use half of inner and outer LBAs on Core and Remote [TBC] +LBA_SPARSE_ODD LBA Europe 48..hh +LBA_SPARSE_ODD LBA Remote 24hhll +LBA_SPARSE_ODD LBA Core 24hhll +# +# Use X dipole of all LBAs +LBA_X LBA Europe 96h. +LBA_X LBA Remote 46hl2.l +LBA_X LBA Core 46hl2.l +# +# Use Y dipole of all LBAs +LBA_Y LBA Europe 96.h +LBA_Y LBA Remote 46lh2l. +LBA_Y LBA Core 46lh2l. + +# Note: On Core stations the Serdes splitter is always on for HBA + +# Use 'ear' 0 in Core stations (antennas 0-23) +HBA_ZERO HBA Europe 192H +HBA_ZERO HBA Remote 96H +HBA_ZERO HBA0 Core 48H48. +# +# Use 'ear' 1 in Core stations (antennas 24-47) +HBA_ONE HBA Europe 192H +HBA_ONE HBA Remote 96H +HBA_ONE HBA1 Core 48.48H +# +# Use both 'ears' in the Core (microstationmode for EOR) +HBA_DUAL HBA Europe 192H +HBA_DUAL HBA Remote 96H +HBA_DUAL HBA Core 96H +# +# Use both 'ears' in the Core added together (pulsar mode) +HBA_JOINED HBA Europe 192H +HBA_JOINED HBA Remote 96H +HBA_JOINED HBA Core 96H +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_ZERO_INNER HBA Europe 192H +HBA_ZERO_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_ZERO_INNER HBA0 Core 48H48. +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_ONE_INNER HBA Europe 192H +HBA_ONE_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_ONE_INNER HBA1 Core 48.48H +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_DUAL_INNER HBA Europe 192H +HBA_DUAL_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_DUAL_INNER HBA Core 96H +# +# Use both 'ears' in the Core and 24 tiles in remote (microstationmode for EOR) +HBA_JOINED_INNER HBA Europe 192H +HBA_JOINED_INNER HBA Remote 10.4H6.8H6.12H4.12H6.8H6.4H10. +HBA_JOINED_INNER HBA Core 96H + diff --git a/RTCP/Cobalt/OutputProc/test/tSubbandWriter.in_1/StaticMetaData/CS001-AntennaField.conf b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.in_1/StaticMetaData/CS001-AntennaField.conf new file mode 100644 index 0000000000000000000000000000000000000000..fad5dd3ad535c50aba00b92e65749a3dbc3f9d72 --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.in_1/StaticMetaData/CS001-AntennaField.conf @@ -0,0 +1,195 @@ +# +# AntennaPositions for CS001 +# ITRF2005 target_date = 2012.5 +# Created: 2012-01-24 14:49:37 +# + +NORMAL_VECTOR LBA +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX LBA +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +LBA +3 [ 3826923.546130000 460915.440668000 5064643.489 ] +96 x 2 x 3 [ + 0.000000 0.000000 0.000000 0.000000 0.000000 0.000000 + -2.019000 -0.243000 1.538000 -2.019000 -0.243000 1.538000 + -1.338000 2.105000 0.814000 -1.338000 2.105000 0.814000 + 0.800000 2.363000 -0.814000 0.800000 2.363000 -0.814000 + 2.019000 0.243000 -1.538000 2.019000 0.243000 -1.538000 + 1.338010 -2.105000 -0.814000 1.338010 -2.105000 -0.814000 + -0.799990 -2.363000 0.814000 -0.799990 -2.363000 0.814000 + -0.210000 5.784000 -0.365000 -0.210000 5.784000 -0.365000 + 2.822000 4.398000 -2.516000 2.822000 4.398000 -2.516000 + 4.534000 0.954001 -3.489000 4.534000 0.954001 -3.489000 + 4.124010 -2.936999 -2.830000 4.124010 -2.936999 -2.830000 + 1.784010 -5.454000 -0.846000 1.784010 -5.454000 -0.846000 + -1.389990 -5.418000 1.533000 -1.389990 -5.418000 1.533000 + -3.914000 -2.848000 3.196000 -3.914000 -2.848000 3.196000 + -4.606000 1.056000 3.362000 -4.606000 1.056000 3.362000 + -3.143000 4.464000 1.956000 -3.143000 4.464000 1.956000 + -4.555000 7.669000 2.726000 -4.555000 7.669000 2.726000 + -2.165000 9.615000 0.756000 -2.165000 9.615000 0.756000 + 1.846000 9.900000 -2.281000 1.846000 9.900000 -2.281000 + 6.594000 5.379001 -5.436000 6.594000 5.379001 -5.436000 + 7.783010 2.445001 -6.063000 7.783010 2.445001 -6.063000 + 8.013010 -1.837999 -5.849000 8.013010 -1.837999 -5.849000 + 6.247010 -5.347999 -4.206000 6.247010 -5.347999 -4.206000 + 2.528010 -8.547000 -1.125000 2.528010 -8.547000 -1.125000 + -1.136990 -9.695000 1.730000 -1.136990 -9.695000 1.730000 + -4.463990 -8.074000 4.081000 -4.463990 -8.074000 4.081000 + -6.224000 -4.693000 5.096000 -6.224000 -4.693000 5.096000 + -7.236000 0.039000 5.428000 -7.236000 0.039000 5.428000 + -6.583000 4.570000 4.528000 -6.583000 4.570000 4.528000 + -6.093000 12.525000 3.442000 -6.093000 12.525000 3.442000 + -3.475000 14.313000 1.315000 -3.475000 14.313000 1.315000 + -0.972000 14.115000 -0.546000 -0.972000 14.115000 -0.546000 + 5.095000 11.170001 -4.834000 5.095000 11.170001 -4.834000 + 7.477000 11.350001 -6.638000 7.477000 11.350001 -6.638000 + 9.876000 4.350001 -7.806000 9.876000 4.350001 -7.806000 + 10.504010 -0.687999 -7.823000 10.504010 -0.687999 -7.823000 + 11.373010 -5.926999 -8.001000 11.373010 -5.926999 -8.001000 + 9.181010 -7.718999 -6.194000 9.181010 -7.718999 -6.194000 + 6.374010 -10.725999 -3.815000 6.374010 -10.725999 -3.815000 + 1.229010 -13.161000 0.267000 1.229010 -13.161000 0.267000 + -0.956990 -13.579000 1.946000 -0.956990 -13.579000 1.946000 + -4.931990 -11.373000 4.730000 -4.931990 -11.373000 4.730000 + -8.214990 -10.491000 7.115000 -8.214990 -10.491000 7.115000 +-11.072000 -2.214001 8.511000 -11.072000 -2.214001 8.511000 +-11.116000 1.756999 8.185000 -11.116000 1.756999 8.185000 +-10.397000 7.095999 7.163000 -10.397000 7.095999 7.163000 + -7.780000 64.587000 0.002000 -7.780000 64.587000 0.002000 + 51.520010 6.207005 -39.232990 51.520010 6.207005 -39.232990 +-11.566000 11.404999 7.650000 -11.566000 11.404999 7.650000 +-11.932000 14.456999 7.650000 -11.932000 14.456999 7.650000 + -0.701000 20.337000 -1.312000 -0.701000 20.337000 -1.312000 + 11.181000 13.262001 -9.591000 11.181000 13.262001 -9.591000 + 14.056000 9.704001 -11.428000 14.056000 9.704001 -11.428000 + 14.637010 -2.400999 -10.770000 14.637010 -2.400999 -10.770000 + 9.698010 -13.786999 -6.033000 9.698010 -13.786999 -6.033000 + 5.548010 -19.529999 -2.399000 5.548010 -19.529999 -2.399000 + -5.803990 -16.092000 5.811000 -5.803990 -16.092000 5.811000 +-11.812990 -12.457001 9.993000 -11.812990 -12.457001 9.993000 +-14.654000 -3.007001 11.271000 -14.654000 -3.007001 11.271000 +-19.883000 2.274999 14.719000 -19.883000 2.274999 14.719000 +-16.889000 14.487999 11.367000 -16.889000 14.487999 11.367000 + -9.526000 22.971999 5.074000 -9.526000 22.971999 5.074000 + -4.898000 25.092000 1.408000 -4.898000 25.092000 1.408000 + 1.709000 26.419000 -3.671000 1.709000 26.419000 -3.671000 + 13.531000 16.011001 -11.604000 13.531000 16.011001 -11.604000 + 17.573000 9.587002 -14.057000 17.573000 9.587002 -14.057000 + 20.864010 -3.812998 -15.316000 20.864010 -3.812998 -15.316000 + 16.001010 -16.283998 -10.539000 16.001010 -16.283998 -10.539000 + 10.981010 -22.798999 -6.182000 10.981010 -22.798999 -6.182000 + 1.805010 -24.699000 0.878000 1.805010 -24.699000 0.878000 +-11.053990 -22.397001 10.322000 -11.053990 -22.397001 10.322000 +-20.215000 -8.270001 15.921000 -20.215000 -8.270001 15.921000 +-27.744000 2.318998 20.616000 -27.744000 2.318998 20.616000 +-22.547000 15.330998 15.538000 -22.547000 15.330998 15.538000 +-15.013000 25.966999 8.922000 -15.013000 25.966999 8.922000 +-10.063000 30.703999 4.779000 -10.063000 30.703999 4.779000 + 5.060000 30.482001 -6.553000 5.060000 30.482001 -6.553000 + 18.696000 23.593002 -16.166000 18.696000 23.593002 -16.166000 + 24.503000 13.316002 -19.596000 24.503000 13.316002 -19.596000 + 23.586010 4.116002 -18.076000 23.586010 4.116002 -18.076000 + 26.543010 -10.202998 -19.002000 26.543010 -10.202998 -19.002000 + 18.631010 -25.851998 -11.648000 18.631010 -25.851998 -11.648000 + 12.738010 -30.559999 -6.799000 12.738010 -30.559999 -6.799000 + 0.562010 -34.573000 2.703000 0.562010 -34.573000 2.703000 + -5.544990 -31.083000 6.972000 -5.544990 -31.083000 6.972000 +-20.101990 -20.428001 16.936000 -20.101990 -20.428001 16.936000 +-21.280990 -13.823002 17.224000 -21.280990 -13.823002 17.224000 +-26.161000 -15.007002 20.993000 -26.161000 -15.007002 20.993000 +-28.304000 24.091998 19.068000 -28.304000 24.091998 19.068000 +-11.638000 37.911999 5.309000 -11.638000 37.911999 5.309000 + 4.050000 41.232001 -6.767000 4.050000 41.232001 -6.767000 + 15.825000 33.938002 -14.946000 15.825000 33.938002 -14.946000 + 32.762010 -6.838997 -23.972990 32.762010 -6.838997 -23.972990 + 22.668010 -24.574998 -14.794000 22.668010 -24.574998 -14.794000 + 15.365010 -37.625998 -8.133000 15.365010 -37.625998 -8.133000 +-18.876990 -29.400001 16.827000 -18.876990 -29.400001 16.827000 +] + +HBA +3 [ 3826937.810130000 460938.525669000 5064630.696 ] +48 x 2 x 3 [ +-52.064000 42.569996 35.232000 -52.064000 42.569996 35.232000 +-50.969000 47.440996 33.970000 -50.969000 47.440996 33.970000 +-49.184000 36.068996 33.658000 -49.184000 36.068996 33.658000 +-48.088000 40.939996 32.395000 -48.088000 40.939996 32.395000 +-46.992000 45.809996 31.132000 -46.992000 45.809996 31.132000 +-45.895000 50.680997 29.869000 -45.895000 50.680997 29.869000 +-46.304000 29.565996 32.084000 -46.304000 29.565996 32.084000 +-45.207000 34.437997 30.820000 -45.207000 34.437997 30.820000 +-44.112000 39.308997 29.558000 -44.112000 39.308997 29.558000 +-43.015000 44.179997 28.294000 -43.015000 44.179997 28.294000 +-41.919000 49.049997 27.031000 -41.919000 49.049997 27.031000 +-40.823000 53.920997 25.768000 -40.823000 53.920997 25.768000 +-42.327000 27.935997 29.246000 -42.327000 27.935997 29.246000 +-41.232000 32.806997 27.983000 -41.232000 32.806997 27.983000 +-40.135000 37.677997 26.720000 -40.135000 37.677997 26.720000 +-39.039000 42.548997 25.457000 -39.039000 42.548997 25.457000 +-37.943000 47.419997 24.194000 -37.943000 47.419997 24.194000 +-36.847000 52.290997 22.931000 -36.847000 52.290997 22.931000 +-37.255000 31.175997 25.146000 -37.255000 31.175997 25.146000 +-36.158000 36.047997 23.883000 -36.158000 36.047997 23.883000 +-35.063000 40.917997 22.620000 -35.063000 40.917997 22.620000 +-33.966000 45.788998 21.357000 -33.966000 45.788998 21.357000 +-32.182000 34.416998 21.045000 -32.182000 34.416998 21.045000 +-31.086000 39.287998 19.782000 -31.086000 39.287998 19.782000 + 31.084010 -39.287997 -19.781990 31.084010 -39.287997 -19.781990 + 32.180010 -34.416997 -21.043990 32.180010 -34.416997 -21.043990 + 33.965010 -45.788997 -21.355990 33.965010 -45.788997 -21.355990 + 35.061010 -40.917997 -22.618990 35.061010 -40.917997 -22.618990 + 36.157010 -36.047997 -23.881990 36.157010 -36.047997 -23.881990 + 37.253010 -31.176996 -25.144990 37.253010 -31.176996 -25.144990 + 36.845010 -52.290996 -22.929990 36.845010 -52.290996 -22.929990 + 37.941010 -47.419996 -24.193990 37.941010 -47.419996 -24.193990 + 39.037010 -42.548996 -25.455990 39.037010 -42.548996 -25.455990 + 40.133010 -37.677996 -26.719990 40.133010 -37.677996 -26.719990 + 41.230010 -32.807996 -27.982990 41.230010 -32.807996 -27.982990 + 42.326010 -27.936996 -29.245990 42.326010 -27.936996 -29.245990 + 40.821010 -53.920996 -25.767990 40.821010 -53.920996 -25.767990 + 41.917010 -49.049996 -27.030990 41.917010 -49.049996 -27.030990 + 43.014010 -44.179996 -28.293990 43.014010 -44.179996 -28.293990 + 44.110010 -39.308996 -29.556990 44.110010 -39.308996 -29.556990 + 45.206010 -34.437996 -30.819990 45.206010 -34.437996 -30.819990 + 46.302010 -29.566996 -32.082990 46.302010 -29.566996 -32.082990 + 45.894010 -50.680996 -29.867990 45.894010 -50.680996 -29.867990 + 46.990010 -45.809996 -31.130990 46.990010 -45.809996 -31.130990 + 48.086010 -40.939996 -32.393990 48.086010 -40.939996 -32.393990 + 49.182010 -36.068995 -33.656990 49.182010 -36.068995 -33.656990 + 50.967010 -47.440995 -33.968990 50.967010 -47.440995 -33.968990 + 52.063010 -42.569995 -35.231990 52.063010 -42.569995 -35.231990 +] + +NORMAL_VECTOR HBA0 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA0 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA0 +3 [ 3826896.235130000 460979.454666000 5064658.203 ] + +NORMAL_VECTOR HBA1 +3 [ 0.598753 0.072099 0.797682 ] + +ROTATION_MATRIX HBA1 +3 x 3 [ + -0.1195950000 -0.7919540000 0.5987530000 + 0.9928230000 -0.0954190000 0.0720990000 + 0.0000330000 0.6030780000 0.7976820000 +] + +HBA1 +3 [ 3826979.384140000 460897.596673000 5064603.189 ] diff --git a/RTCP/Cobalt/OutputProc/test/tSubbandWriter.sh b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.sh new file mode 100755 index 0000000000000000000000000000000000000000..21485fc39abe64342f9f77de39efb194917650bb --- /dev/null +++ b/RTCP/Cobalt/OutputProc/test/tSubbandWriter.sh @@ -0,0 +1,2 @@ +#!/bin/sh +./runctest.sh tSubbandWriter