From a90ac33953ad3897b6873d96a7f3f2a431af3e52 Mon Sep 17 00:00:00 2001 From: Jorrit Schaap <schaap@astron.nl> Date: Fri, 15 Mar 2019 12:25:53 +0000 Subject: [PATCH] COB-60: removed obsolete opencl tests --- .gitattributes | 6 - RTCP/Cobalt/GPUProc/test/CMakeLists.txt | 9 +- .../Cobalt/GPUProc/test/opencl/CMakeLists.txt | 11 - .../test/opencl/Kernels/AMD_FFT_Test.h | 85 - .../test/opencl/Kernels/BeamFormerTest.h | 68 - .../opencl/Kernels/BeamFormerTransposeTest.h | 56 - .../test/opencl/Kernels/CMakeLists.txt | 5 - .../test/opencl/Kernels/CoherentStokesTest.h | 67 - .../opencl/Kernels/CorrelateRectangleTest.h | 68 - .../opencl/Kernels/CorrelateTriangleTest.h | 68 - .../test/opencl/Kernels/CorrelatorTest.h | 71 - .../opencl/Kernels/DedispersionChirpTest.h | 59 - .../GPUProc/test/opencl/Kernels/FFT_Test.h | 326 --- .../test/opencl/Kernels/FIR_FilterTest.h | 226 -- .../opencl/Kernels/IncoherentStokesTest.h | 61 - .../test/opencl/Kernels/IntToFloatTest.h | 65 - .../test/opencl/Kernels/UHEP_BeamFormerTest.h | 70 - .../test/opencl/Kernels/UHEP_TransposeTest.h | 59 - .../test/opencl/Kernels/UHEP_TriggerTest.h | 60 - .../GPUProc/test/opencl/RTCP_UnitTest.cc | 104 - .../opencl/RTCP_UnitTest.parset.77_Stations | 267 --- .../test/opencl/RTCP_UnitTest.parset.AARTFAAC | 2120 ----------------- .../opencl/RTCP_UnitTest.parset.small-test | 2113 ---------------- .../GPUProc/test/opencl/RTCP_UnitTest.run | 30 - .../GPUProc/test/opencl/RTCP_UnitTest.sh | 2 - RTCP/Cobalt/GPUProc/test/opencl/UnitTest.cc | 50 - RTCP/Cobalt/GPUProc/test/opencl/UnitTest.h | 62 - RTCP/Cobalt/GPUProc/test/opencl/tContext.cc | 49 - RTCP/Cobalt/GPUProc/test/opencl/tContext.run | 5 - RTCP/Cobalt/GPUProc/test/opencl/tContext.sh | 3 - .../test/opencl/tPerformanceCounter.cc | 82 - .../test/opencl/tPerformanceCounter.run | 5 - .../test/opencl/tPerformanceCounter.sh | 3 - 33 files changed, 1 insertion(+), 6334 deletions(-) delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/CMakeLists.txt delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/AMD_FFT_Test.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTransposeTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/CMakeLists.txt delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/CoherentStokesTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateRectangleTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateTriangleTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelatorTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/DedispersionChirpTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/FFT_Test.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/FIR_FilterTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/IncoherentStokesTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/IntToFloatTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_BeamFormerTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TransposeTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TriggerTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.cc delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.77_Stations delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.AARTFAAC delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.small-test delete mode 100755 RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.run delete mode 100755 RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.sh delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/UnitTest.cc delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/UnitTest.h delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/tContext.cc delete mode 100755 RTCP/Cobalt/GPUProc/test/opencl/tContext.run delete mode 100755 RTCP/Cobalt/GPUProc/test/opencl/tContext.sh delete mode 100644 RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.cc delete mode 100755 RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.run delete mode 100755 RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.sh diff --git a/.gitattributes b/.gitattributes index cfd6e5c0318..007c8708542 100644 --- a/.gitattributes +++ b/.gitattributes @@ -4262,12 +4262,6 @@ RTCP/Cobalt/GPUProc/test/cuda/tMultiDimArrayHostBuffer.sh eol=lf RTCP/Cobalt/GPUProc/test/cuda/tTranspose.sh eol=lf RTCP/Cobalt/GPUProc/test/cuda/tTranspose2.sh eol=lf RTCP/Cobalt/GPUProc/test/iperf-cbt-locus.sh eol=lf -RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.77_Stations -text -RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.AARTFAAC -text -RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.small-test -text -RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.run eol=lf -RTCP/Cobalt/GPUProc/test/opencl/tContext.run eol=lf -RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.run eol=lf RTCP/Cobalt/GPUProc/test/tMPIReceive.in_parset -text RTCP/Cobalt/GPUProc/test/tMPIReceive.sh eol=lf RTCP/Cobalt/GPUProc/test/t_generate_globalfs_locations.in_parset -text diff --git a/RTCP/Cobalt/GPUProc/test/CMakeLists.txt b/RTCP/Cobalt/GPUProc/test/CMakeLists.txt index d7dbc54dd80..7ad87cc7f16 100644 --- a/RTCP/Cobalt/GPUProc/test/CMakeLists.txt +++ b/RTCP/Cobalt/GPUProc/test/CMakeLists.txt @@ -20,11 +20,4 @@ add_subdirectory(Kernels) add_subdirectory(Pipelines) add_subdirectory(Storage) add_subdirectory(SubbandProcs) - -if(USE_CUDA) - add_subdirectory(cuda) -endif() - -if(USE_OPENCL) - add_subdirectory(opencl) -endif() +add_subdirectory(cuda) diff --git a/RTCP/Cobalt/GPUProc/test/opencl/CMakeLists.txt b/RTCP/Cobalt/GPUProc/test/opencl/CMakeLists.txt deleted file mode 100644 index a9dc66d461e..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# $Id$ - -include(LofarCTest) - -# Add current directory to include path -include_directories(${CMAKE_CURRENT_SOURCE_DIR}) - -lofar_add_test(tContext tContext.cc) -lofar_add_test(tPerformanceCounter tPerformanceCounter.cc) -lofar_add_test(RTCP_UnitTest RTCP_UnitTest.cc UnitTest.cc) - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/AMD_FFT_Test.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/AMD_FFT_Test.h deleted file mode 100644 index b7ce89c5e23..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/AMD_FFT_Test.h +++ /dev/null @@ -1,85 +0,0 @@ -//# AMD_FFT_Test.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_AMD_FFT_TEST_H -#define GPUPROC_AMD_FFT_TEST_H - -#include <UnitTest.h> -#include <clAmdFft.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct AMD_FFT_Test : public UnitTest - { -#if 0 - AMD_FFT_Test(const Parset &ps) - : UnitTest(ps, "fft2.cl") - { - MultiArraySharedBuffer<std::complex<float>, 1> in(boost::extents[8], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<std::complex<float>, 1> out(boost::extents[8], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - - std::cout << "AMD FFT Test" << std::endl; - - for (unsigned i = 0; i < 8; i++) - in[i] = std::complex<float>(2 * i + 1, 2 * i + 2); - - clAmdFftSetupData setupData; - cl::detail::errHandler(clAmdFftInitSetupData(&setupData), "clAmdFftInitSetupData"); - setupData.debugFlags = CLFFT_DUMP_PROGRAMS; - cl::detail::errHandler(clAmdFftSetup(&setupData), "clAmdFftSetup"); - - clAmdFftPlanHandle plan; - size_t dim[1] = { 8 }; - - cl::detail::errHandler(clAmdFftCreateDefaultPlan(&plan, context(), CLFFT_1D, dim), "clAmdFftCreateDefaultPlan"); - cl::detail::errHandler(clAmdFftSetResultLocation(plan, CLFFT_OUTOFPLACE), "clAmdFftSetResultLocation"); - cl::detail::errHandler(clAmdFftSetPlanBatchSize(plan, 1), "clAmdFftSetPlanBatchSize"); - cl::detail::errHandler(clAmdFftBakePlan(plan, 1, &queue(), 0, 0), "clAmdFftBakePlan"); - - in.hostToDevice(CL_FALSE); - cl_mem ins[1] = { ((cl::Buffer) in)() }; - cl_mem outs[1] = { ((cl::Buffer) out)() }; -#if 1 - cl::detail::errHandler(clAmdFftEnqueueTransform(plan, CLFFT_FORWARD, 1, &queue(), 0, 0, 0, ins, outs, 0), "clAmdFftEnqueueTransform"); -#else - cl::Kernel kernel(program, "fft_fwd"); - kernel.setArg(0, (cl::Buffer) in); - kernel.setArg(1, (cl::Buffer) out); - queue.enqueueNDRangeKernel(kernel, cl::NullRange, cl::NDRange(64, 1, 1), cl::NDRange(64, 1, 1)); -#endif - out.deviceToHost(CL_TRUE); - - for (unsigned i = 0; i < 8; i++) - std::cout << out[i] << std::endl; - - cl::detail::errHandler(clAmdFftDestroyPlan(&plan), "clAmdFftDestroyPlan"); - cl::detail::errHandler(clAmdFftTeardown(), "clAmdFftTeardown"); - } - -#endif - - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTest.h deleted file mode 100644 index 29b6d3624fb..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTest.h +++ /dev/null @@ -1,68 +0,0 @@ -//# BeamFormerTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_BEAMFORMERTEST_H -#define GPUPROC_BEAMFORMERTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/BeamFormerKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct BeamFormerTest : public UnitTest - { - BeamFormerTest(const Parset &ps) - : - UnitTest(ps, "BeamFormer/BeamFormer.cl") - { - if (ps.settings.antennaFields.size() >= 5 && ps.nrSamplesPerChannel() >= 13 && ps.nrChannelsPerSubband() >= 7 && ps.nrTABs(0) >= 6) { - MultiArraySharedBuffer<std::complex<float>, 4> inputData(boost::extents[ps.settings.antennaFields.size()][ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][NR_POLARIZATIONS], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<std::complex<float>, 3> beamFormerWeights(boost::extents[ps.settings.antennaFields.size()][ps.nrChannelsPerSubband()][ps.nrTABs(0)], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<std::complex<float>, 4> complexVoltages(boost::extents[ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][ps.nrTABs(0)][NR_POLARIZATIONS], queue, CL_MEM_READ_ONLY, CL_MEM_READ_WRITE); - BeamFormerKernel beamFormer(ps, program, complexVoltages, inputData, beamFormerWeights); - - inputData[4][6][12][1] = std::complex<float>(2.2, 3); - beamFormerWeights[4][6][5] = std::complex<float>(4, 5); - - inputData.hostToDevice(CL_FALSE); - beamFormerWeights.hostToDevice(CL_FALSE); - beamFormer.enqueue(queue, counter); - complexVoltages.deviceToHost(CL_TRUE); - - check(complexVoltages[6][12][5][1], std::complex<float>(-6.2, 23)); - -#if 0 - for (unsigned tab = 0; tab < ps.nrTABs(0); tab++) - for (unsigned pol = 0; pol < NR_POLARIZATIONS; pol++) - for (unsigned ch = 0; ch < ps.nrChannelsPerSubband(); ch++) - for (unsigned t = 0; t < ps.nrSamplesPerChannel(); t++) - if (complexVoltages[tab][pol][ch][t] != std::complex<float>(0, 0)) - std::cout << "complexVoltages[" << tab << "][" << pol << "][" << ch << "][" << t << "] = " << complexVoltages[tab][pol][ch][t] << std::endl; -#endif - } - } - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTransposeTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTransposeTest.h deleted file mode 100644 index 48a137478c1..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/BeamFormerTransposeTest.h +++ /dev/null @@ -1,56 +0,0 @@ -//# BeamFormerTransposeTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_BEAMFORMERTRANSPOSETEST_H -#define GPUPROC_BEAMFORMERTRANSPOSETEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/BeamFormerTransposeKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct BeamFormerTransposeTest : public UnitTest - { - BeamFormerTransposeTest(const Parset &ps) - : - UnitTest(ps, "BeamFormer/Transpose.cl") - { - if (ps.nrChannelsPerSubband() >= 19 && ps.nrSamplesPerChannel() >= 175 && ps.nrTABs(0) >= 5) { - MultiArraySharedBuffer<std::complex<float>, 4> transposedData(boost::extents[ps.nrTABs(0)][NR_POLARIZATIONS][ps.nrSamplesPerChannel()][ps.nrChannelsPerSubband()], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - MultiArraySharedBuffer<std::complex<float>, 4> complexVoltages(boost::extents[ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][ps.nrTABs(0)][NR_POLARIZATIONS], queue, CL_MEM_READ_WRITE, CL_MEM_READ_ONLY); - BeamFormerTransposeKernel transpose(ps, program, transposedData, complexVoltages); - - complexVoltages[18][174][4][1] = std::complex<float>(24, 42); - - complexVoltages.hostToDevice(CL_FALSE); - transpose.enqueue(queue, counter); - transposedData.deviceToHost(CL_TRUE); - - check(transposedData[4][1][174][18], std::complex<float>(24, 42)); - } - } - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CMakeLists.txt b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CMakeLists.txt deleted file mode 100644 index 159a14cb8ba..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CMakeLists.txt +++ /dev/null @@ -1,5 +0,0 @@ -# $Id$ -include(LofarCTest) - -if(UNITTEST++_FOUND) -endif() diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CoherentStokesTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CoherentStokesTest.h deleted file mode 100644 index 7e4942be7cf..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CoherentStokesTest.h +++ /dev/null @@ -1,67 +0,0 @@ -//# CoherentStokesTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_COHERENTSTOKESTEST_H -#define GPUPROC_COHERENTSTOKESTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/CoherentStokesKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct CoherentStokesTest : public UnitTest - { - CoherentStokesTest(const Parset &ps) - : - UnitTest(ps, "BeamFormer/CoherentStokes.cl") - { - if (ps.nrChannelsPerSubband() >= 19 && ps.nrSamplesPerChannel() >= 175 && ps.nrTABs(0) >= 5) { - MultiArraySharedBuffer<float, 4> stokesData(boost::extents[ps.nrTABs(0)][ps.nrCoherentStokes()][ps.nrSamplesPerChannel() / ps.coherentStokesTimeIntegrationFactor()][ps.nrChannelsPerSubband()], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); -#if 1 - MultiArraySharedBuffer<std::complex<float>, 4> complexVoltages(boost::extents[ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][ps.nrTABs(0)][NR_POLARIZATIONS], queue, CL_MEM_READ_WRITE, CL_MEM_READ_ONLY); - CoherentStokesKernel stokesKernel(ps, program, stokesData, complexVoltages); - - complexVoltages[18][174][4][0] = std::complex<float>(2, 3); - complexVoltages[18][174][4][1] = std::complex<float>(4, 5); -#else - MultiArraySharedBuffer<std::complex<float>, 4> complexVoltages(boost::extents[ps.nrTABs(0)][NR_POLARIZATIONS][ps.nrSamplesPerChannel()][ps.nrChannelsPerSubband()], queue, CL_MEM_READ_WRITE, CL_MEM_READ_ONLY); - CoherentStokesKernel stokesKernel(ps, program, stokesData, complexVoltages); - - complexVoltages[18][174][4][0] = std::complex<float>(2, 3); - complexVoltages[18][174][4][1] = std::complex<float>(4, 5); -#endif - - complexVoltages.hostToDevice(CL_FALSE); - stokesKernel.enqueue(queue, counter); - stokesData.deviceToHost(CL_TRUE); - - for (unsigned stokes = 0; stokes < ps.nrCoherentStokes(); stokes++) - std::cout << stokesData[4][stokes][174 / ps.coherentStokesTimeIntegrationFactor()][18] << std::endl; - } - } - }; - - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateRectangleTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateRectangleTest.h deleted file mode 100644 index d39e80b39f6..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateRectangleTest.h +++ /dev/null @@ -1,68 +0,0 @@ -//# CorrelateRectangleTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_CORRELATERECTANGETEST_H -#define GPUPROC_CORRELATERECTANGETEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/CorrelatorKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - -#if defined USE_NEW_CORRELATOR - - struct CorrelateRectangleTest : public UnitTest - { - CorrelateRectangleTest(const Parset &ps) - : - //UnitTest(ps, "Correlator.cl") - UnitTest(ps, "NewCorrelator.cl") - { - if (ps.settings.antennaFields.size() >= 69 && ps.nrChannelsPerSubband() >= 6 && ps.nrSamplesPerChannel() >= 100) { - MultiArraySharedBuffer<std::complex<float>, 4> visibilities(boost::extents[ps.nrBaselines()][ps.nrChannelsPerSubband()][NR_POLARIZATIONS][NR_POLARIZATIONS], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - MultiArraySharedBuffer<std::complex<float>, 4> inputData(boost::extents[ps.settings.antennaFields.size()][ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][NR_POLARIZATIONS], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - CorrelateRectangleKernel correlator(ps, queue, program, visibilities, inputData); - - inputData[27][5][99][1] = std::complex<float>(3, 4); - inputData[68][5][99][1] = std::complex<float>(5, 6); - - visibilities.hostToDevice(CL_FALSE); - inputData.hostToDevice(CL_FALSE); - correlator.enqueue(queue, counter); - visibilities.deviceToHost(CL_TRUE); - - //check(visibilities[5463][5][1][1], std::complex<float>(39, 2)); - for (unsigned bl = 0; bl < ps.nrBaselines(); bl++) - if (visibilities[bl][5][1][1] != std::complex<float>(0, 0)) - std::cout << "bl = " << bl << ", visibility = " << visibilities[bl][5][1][1] << std::endl; - } - } - }; - -#endif - - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateTriangleTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateTriangleTest.h deleted file mode 100644 index e49758857cd..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelateTriangleTest.h +++ /dev/null @@ -1,68 +0,0 @@ -//# CorrelateTriangleTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_CORRELATETRIANGLETEST_H -#define GPUPROC_CORRELATETRIANGLETEST_H - -#if defined USE_NEW_CORRELATOR - -#include <UnitTest.h> -#include <GPUProc/Kernels/CorrelatorKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct CorrelateTriangleTest : public UnitTest - { - CorrelateTriangleTest(const Parset &ps) - : - //UnitTest(ps, "Correlator.cl") - UnitTest(ps, "NewCorrelator.cl") - { - if (ps.settings.antennaFields.size() >= 5 && ps.nrChannelsPerSubband() >= 6 && ps.nrSamplesPerChannel() >= 100) { - MultiArraySharedBuffer<std::complex<float>, 4> visibilities(boost::extents[ps.nrBaselines()][ps.nrChannelsPerSubband()][NR_POLARIZATIONS][NR_POLARIZATIONS], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - MultiArraySharedBuffer<std::complex<float>, 4> inputData(boost::extents[ps.settings.antennaFields.size()][ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][NR_POLARIZATIONS], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - CorrelateTriangleKernel correlator(ps, queue, program, visibilities, inputData); - - //inputData[3][5][99][1] = std::complex<float>(3, 4); - //inputData[4][5][99][1] = std::complex<float>(5, 6); - inputData[0][5][99][1] = std::complex<float>(3, 4); - inputData[2][5][99][1] = std::complex<float>(5, 6); - - visibilities.hostToDevice(CL_FALSE); - inputData.hostToDevice(CL_FALSE); - correlator.enqueue(queue, counter); - visibilities.deviceToHost(CL_TRUE); - - //check(visibilities[13][5][1][1], std::complex<float>(39, 2)); - for (unsigned bl = 0; bl < ps.nrBaselines(); bl++) - if (visibilities[bl][5][1][1] != std::complex<float>(0, 0)) - std::cout << "bl = " << bl << ", visibility = " << visibilities[bl][5][1][1] << std::endl; - } - } - }; - } -} - -#endif - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelatorTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelatorTest.h deleted file mode 100644 index 8a1d4f6c16d..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/CorrelatorTest.h +++ /dev/null @@ -1,71 +0,0 @@ -//# CorrelatorTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_CORRELATORTEST_H -#define GPUPROC_CORRELATORTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/CorrelatorKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct CorrelatorTest : public UnitTest - { - CorrelatorTest(const Parset &ps) - : -#if defined USE_NEW_CORRELATOR - UnitTest(ps, "NewCorrelator.cl") -#else - UnitTest(ps, "Correlator.cl") -#endif - { - if (ps.settings.antennaFields.size() >= 5 && ps.nrChannelsPerSubband() >= 6 && ps.nrSamplesPerChannel() >= 100) { - MultiArraySharedBuffer<std::complex<float>, 4> visibilities(boost::extents[ps.nrBaselines()][ps.nrChannelsPerSubband()][NR_POLARIZATIONS][NR_POLARIZATIONS], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - MultiArraySharedBuffer<std::complex<float>, 4> inputData(boost::extents[ps.settings.antennaFields.size()][ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][NR_POLARIZATIONS], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - CorrelatorKernel correlator(ps, queue, program, visibilities, inputData); - - //inputData[3][5][99][1] = std::complex<float>(3, 4); - //inputData[4][5][99][1] = std::complex<float>(5, 6); - inputData[0][5][99][1] = std::complex<float>(3, 4); - inputData[2][5][99][1] = std::complex<float>(5, 6); - - visibilities.hostToDevice(CL_FALSE); - inputData.hostToDevice(CL_FALSE); - correlator.enqueue(queue, counter); - visibilities.deviceToHost(CL_TRUE); - - //check(visibilities[13][5][1][1], std::complex<float>(39, 2)); - //check(visibilities[5463][5][1][1], std::complex<float>(39, 2)); - for (unsigned bl = 0; bl < ps.nrBaselines(); bl++) - if (visibilities[bl][5][1][1] != std::complex<float>(0, 0)) - std::cout << "bl = " << bl << ", visibility = " << visibilities[bl][5][1][1] << std::endl; - } - } - }; - - - - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/DedispersionChirpTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/DedispersionChirpTest.h deleted file mode 100644 index 0e89e9a061f..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/DedispersionChirpTest.h +++ /dev/null @@ -1,59 +0,0 @@ -//# DedispersionChirpTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_DEDISPERSIONCHIRPTEST_H -#define GPUPROC_DEDISPERSIONCHIRPTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/DedispersionChirpKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - - struct DedispersionChirpTest : public UnitTest - { - DedispersionChirpTest(const Parset &ps) - : - UnitTest(ps, "BeamFormer/Dedispersion.cl") - { - if (ps.nrTABs(0) > 3 && ps.nrChannelsPerSubband() > 13 && ps.nrSamplesPerChannel() / ps.dedispersionFFTsize() > 1 && ps.dedispersionFFTsize() > 77) { - MultiArraySharedBuffer<std::complex<float>, 5> data(boost::extents[ps.nrTABs(0)][NR_POLARIZATIONS][ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel() / ps.dedispersionFFTsize()][ps.dedispersionFFTsize()], queue, CL_MEM_READ_WRITE, CL_MEM_READ_WRITE); - MultiArraySharedBuffer<float, 1> DMs(boost::extents[ps.nrTABs(0)], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - DedispersionChirpKernel dedispersionChirpKernel(ps, program, queue, data, DMs); - - data[3][1][13][1][77] = std::complex<float>(2, 3); - DMs[3] = 2; - - DMs.hostToDevice(CL_FALSE); - data.hostToDevice(CL_FALSE); - dedispersionChirpKernel.enqueue(queue, counter, 60e6); - data.deviceToHost(CL_TRUE); - - std::cout << data[3][1][13][1][77] << std::endl; - } - } - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/FFT_Test.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/FFT_Test.h deleted file mode 100644 index c94b8a87ecb..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/FFT_Test.h +++ /dev/null @@ -1,326 +0,0 @@ -//# FFT_Test.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_FFT_TEST_H -#define GPUPROC_FFT_TEST_H - -#include <cstdlib> -#include <sys/time.h> -#include <cmath> -#include <cassert> -#include <fftw3.h> -#include <iostream> -#include <iomanip> - -#include <UnitTest.h> -#include <GPUProc/Kernels/FFT_Kernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct FFT_Test : public UnitTest - { - FFT_Test(const Parset &ps) - : UnitTest(ps, "FFT.cl") - { - bool testOk = true; - unsigned nrErrors; - - const unsigned fftSize = 256; - const unsigned nrFFTs = 1; - MultiArraySharedBuffer<std::complex<float>, 1> inout(boost::extents[fftSize], queue, CL_MEM_READ_WRITE, CL_MEM_READ_WRITE); - - std::cout << "FFT Test" << std::endl; - - FFT_Kernel fftFwdKernel(context, fftSize, nrFFTs, true, inout); - FFT_Kernel fftBwdKernel(context, fftSize, nrFFTs, false, inout); - - - // First run two very basic tests, then a third test with many transforms with FFTW output as reference. - // All tests run complex-to-complex float, in-place. - - // Test 1: Impulse at origin - { - std::cout << "FFT_Test 1" << std::endl; - nrErrors = 0; - - inout[0] = 1.0f; - - inout.hostToDevice(CL_FALSE); - fftFwdKernel.enqueue(queue, counter); - inout.deviceToHost(CL_TRUE); - - // Check for constant function in transfer domain. All real values 1.0 (like fftw, scaled). All imag must be 0.0. - for (unsigned i = 0; i < fftSize; i++) { - if (inout[i] != 1.0f) { - if (++nrErrors < 100) { // limit spam - std::cerr << "fwd: " << i << ':' << inout[i] << std::endl; - } - } - } - - // Backward - fftBwdKernel.enqueue(queue, counter); - inout.deviceToHost(CL_TRUE); - - // See if we got only our scaled impuls back. - if (inout[0] != (float)fftSize) { - nrErrors += 1; - std::cerr << "bwd: " << inout[0] << " at idx 0 should have been " << (std::complex<float>)fftSize << std::endl; - } - for (unsigned i = 1; i < fftSize; i++) { - if (inout[i] != 0.0f) { - if (++nrErrors < 100) { - std::cerr << "bwd: " << i << ':' << inout[i] << std::endl; - } - } - } - - if (nrErrors == 0) { - std::cout << "FFT_Test 1: test OK" << std::endl; - } else { - std::cerr << "FFT_Test 1: failed with " << nrErrors << " unexpected values" << std::endl; - testOk = false; - } - } - - - // Test 2: Shifted impulse - { - std::cout << "FFT_Test 2" << std::endl; - nrErrors = 0; - const float eps = 1.0e-4f; - std::cout << "using epsilon = " << std::setprecision(9+1) << eps << std::endl; - memset(inout.origin(), 0, inout.num_elements() * sizeof(std::complex<float>)); - - inout[1] = 1.0f; - - inout.hostToDevice(CL_FALSE); - fftFwdKernel.enqueue(queue, counter); - inout.deviceToHost(CL_TRUE); - - // Check for (scaled) cosine real vals, and minus (scaled) sine imag vals. - // (One could also roughly check that each complex val is of constant (scaled) magnitude (sin^2(x) + cos^2(x) = 1).) - for (unsigned i = 0; i < fftSize; i++) { - std::complex<float> ref = std::complex<float>((float) std::cos(2.0 * M_PI * i / fftSize), - (float)-std::sin(2.0 * M_PI * i / fftSize)); - if (!fpEquals(inout[i], ref, eps)) { - if (++nrErrors < 100) { - std::cerr << "fwd: " << inout[i] << " at idx " << i << " should have been " << inout[i] << std::endl; - } - } - } - - // Backward - fftBwdKernel.enqueue(queue, counter); - inout.deviceToHost(CL_TRUE); - - // See if we got only our scaled, shifted impuls back. - if (!fpEquals(inout[0], 0.0f, eps)) { - nrErrors += 1; - std::cerr << "bwd: " << inout[0] << " at idx 0 should have been (0.0, 0.0)" << std::endl; - } - if (!fpEquals(inout[1], (float)fftSize, eps)) { - nrErrors += 1; - std::cerr << "bwd: " << inout[1] << " at idx 1 should have been " << (std::complex<float>)fftSize << std::endl; - } - for (unsigned i = 2; i < fftSize; i++) { - if (!fpEquals(inout[i], 0.0f, eps)) { - if (++nrErrors < 100) { - std::cerr << "bwd: " << i << ':' << inout[i] << std::endl; - } - } - } - - if (nrErrors == 0) { - std::cout << "FFT_Test 2: test OK" << std::endl; - } else { - std::cerr << "FFT_Test 2: failed with " << nrErrors << " unexpected values" << std::endl; - testOk = false; - } - } - - - // Test 3: Pseudo-random input ([0.0f, 2*pi]) on parset specified sizes. Compare output against FFTW double precision. - { - std::cout << "FFT_Test 3" << std::endl; - nrErrors = 0; - - const float eps = 1.0e-3f; - std::cout << "using epsilon = " << std::setprecision(9+1) << eps << std::endl; - - struct timeval tv = {0, 0}; - gettimeofday(&tv, NULL); - const unsigned int seed = (unsigned int)tv.tv_sec; - std::srand(seed); - - const unsigned fftSize = ps.nrChannelsPerSubband(); - const unsigned nrFFTs = ps.settings.antennaFields.size() * NR_POLARIZATIONS * ps.nrSamplesPerChannel(); - MultiArraySharedBuffer<std::complex<float>, 2> inout3(boost::extents[nrFFTs][fftSize], queue, CL_MEM_READ_WRITE, CL_MEM_READ_WRITE); - - FFT_Kernel fftFwdKernel3(context, fftSize, nrFFTs, true, inout3); - FFT_Kernel fftBwdKernel3(context, fftSize, nrFFTs, false, inout3); - - fftw_plan fwdPlan; - fftw_plan bwdPlan; - fftw_complex* refInout3; - - bool fftwOk = fftwInit(&fwdPlan, &bwdPlan, &refInout3, fftSize, nrFFTs); - assert(fftwOk); - - for (unsigned i = 0; i < inout3.num_elements(); i++) { - double real = (std::rand() * 2.0 * M_PI / RAND_MAX); - double imag = (std::rand() * 2.0 * M_PI / RAND_MAX); - refInout3[i][0] = real; - refInout3[i][1] = imag; - inout3.origin()[i].real() = (float)real; - inout3.origin()[i].imag() = (float)imag; - } - - inout3.hostToDevice(CL_FALSE); - fftFwdKernel3.enqueue(queue, counter); - inout3.deviceToHost(CL_TRUE); - - fftw_execute(fwdPlan); - - float maxDiff = 0.0f; - for (unsigned i = 0; i < nrFFTs; i++) { - for (unsigned j = 0; j < fftSize; j++) { - std::complex<float> fref; - fref.real() = (float)refInout3[i * fftSize + j][0]; - fref.imag() = (float)refInout3[i * fftSize + j][1]; - if (!fpEquals(inout3[i][j], fref, eps)) { - if (++nrErrors < 100) { - std::cerr << "fwd: " << inout3[i][j] << " at transform " << i << " pos " << j - << " should have been " << fref << std::endl; - } - } - - float diffReal = std::abs(inout3[i][j].real() - fref.real()); - if (diffReal > maxDiff) - maxDiff = diffReal; - float diffImag = std::abs(inout3[i][j].imag() - fref.imag()); - if (diffImag > maxDiff) - maxDiff = diffImag; - } - } - std::cout << "FFT_Test 3: Max abs error (fwd) compared to fftw complex double (w/ FFTW_ESTIMATE plans) is: " << maxDiff << std::endl; - - // Backward - fftBwdKernel3.enqueue(queue, counter); - inout3.deviceToHost(CL_TRUE); - - fftw_execute(bwdPlan); - - maxDiff = 0.0f; - // Compare again vs fftw complex double. The original input has been overwritten. - for (unsigned i = 0; i < nrFFTs; i++) { - for (unsigned j = 0; j < fftSize; j++) { - std::complex<float> fref; - fref.real() = (float)refInout3[i * fftSize + j][0]; - fref.imag() = (float)refInout3[i * fftSize + j][1]; - if (!fpEquals(inout3[i][j], fref, eps)) { - if (++nrErrors < 100) { - std::cerr << "bwd: " << inout3[i][j] << " at transform " << i << " pos " << j - << " should have been " << fref << std::endl; - } - } - - float diffReal = std::abs(inout3[i][j].real() - fref.real()); - if (diffReal > maxDiff) - maxDiff = diffReal; - float diffImag = std::abs(inout3[i][j].imag() - fref.imag()); - if (diffImag > maxDiff) - maxDiff = diffImag; - } - } - std::cout << "FFT_Test 3: Max abs error (fwd+bwd) compared to fftw complex double (w/ FFTW_ESTIMATE plans) is: " << maxDiff << std::endl; - - fftwDeinit(fwdPlan, bwdPlan, refInout3); - - if (nrErrors == 0) { - std::cout << "FFT_Test 3: test OK" << std::endl; - } else { - std::cerr << "FFT_Test 3: failed with " << nrErrors << " unexpected values" << std::endl; - testOk = false; - } - } - - - check(testOk, true); - } - - - bool fftwInit(fftw_plan* fwdPlan, fftw_plan* bwdPlan, fftw_complex** inout, int fftSize, int nrFFTs) - { - if (fftw_init_threads() == 0) { - std::cerr << "failed to init fftw threads" << std::endl; - return false; - } - - *inout = (fftw_complex*)fftw_malloc(fftSize * nrFFTs * sizeof(fftw_complex)); - if (*inout == NULL) { - std::cerr << "failed to fftw malloc buffer" << std::endl; - fftw_cleanup_threads(); - return false; - } - - fftw_plan_with_nthreads(4); // use up to 4 threads (don't care about test performance, but be impatient anyway...) - - // Use FFTW_ESTIMATE: we need reference output, so don't care about runtime speed. - *fwdPlan = fftw_plan_many_dft(1, &fftSize, nrFFTs, // int rank, const int *n (=dims), int howmany, - *inout, NULL, 1, fftSize, // fftw_complex *in, const int *inembed, int istride, int idist, - *inout, NULL, 1, fftSize, // fftw_complex *out, const int *onembed, int ostride, int odist, - FFTW_FORWARD, FFTW_ESTIMATE); // int sign, unsigned flags - if (*fwdPlan == NULL) { - std::cerr << "failed to create fftw fwd plan" << std::endl; - fftw_free(*inout); - fftw_cleanup_threads(); - return false; - } - *bwdPlan = fftw_plan_many_dft(1, &fftSize, nrFFTs, // int rank, const int *n (=dims), int howmany, - *inout, NULL, 1, fftSize, // fftw_complex *in, const int *inembed, int istride, int idist, - *inout, NULL, 1, fftSize, // fftw_complex *out, const int *onembed, int ostride, int odist, - FFTW_BACKWARD, FFTW_ESTIMATE); // int sign, unsigned flags - if (*bwdPlan == NULL) { - std::cerr << "failed to create fftw bwd plan" << std::endl; - fftw_destroy_plan(*fwdPlan); - fftw_free(*inout); - fftw_cleanup_threads(); - return false; - } - - return true; - } - - void fftwDeinit(fftw_plan fwdPlan, fftw_plan bwdPlan, fftw_complex* inout) - { - fftw_destroy_plan(bwdPlan); - fftw_destroy_plan(fwdPlan); - fftw_free(inout); - fftw_cleanup_threads(); - } - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/FIR_FilterTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/FIR_FilterTest.h deleted file mode 100644 index 1b1fb71fb7a..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/FIR_FilterTest.h +++ /dev/null @@ -1,226 +0,0 @@ -//# FIR_FilterTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_FIR_FILTERTEST_H -#define GPUPROC_FIR_FILTERTEST_H - -#include "CL/cl.hpp" -#include "UnitTest.h" -#include <complex> -#include <iostream> -#include <iomanip> -#include <GPUProc/FilterBank.h> -#include <GPUProc/Kernels/FIR_FilterKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct FIR_FilterTest : public UnitTest - { - FIR_FilterTest(const Parset &ps) - : UnitTest(ps, "FIR.cl") - { - bool testOk = true; - - MultiArraySharedBuffer<float, 5> filteredData( - boost::extents[ps.settings.antennaFields.size()][NR_POLARIZATIONS][ps.nrSamplesPerChannel()][ps.nrChannelsPerSubband()][ps.nrBytesPerComplexSample()], - queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - MultiArraySharedBuffer<signed char, 5> inputSamples( - boost::extents[ps.settings.antennaFields.size()][ps.nrPPFTaps() - 1 + ps.nrSamplesPerChannel()][ps.nrChannelsPerSubband()][NR_POLARIZATIONS][ps.nrBytesPerComplexSample()], - queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<float, 2> firWeights( - boost::extents[ps.nrChannelsPerSubband()][ps.nrPPFTaps()], - queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - FIR_FilterKernel firFilterKernel(ps, queue, program, filteredData, inputSamples, firWeights); - - std::cout << "FIR_FilterTest: total num_el: firWeight=" << firWeights.num_elements() << " input=" - << inputSamples.num_elements() << " output=" << filteredData.num_elements() << std::endl; - - unsigned station, sample, ch, pol; - - // Test 1: Single impulse test on single non-zero weight - station = ch = pol = 0; - sample = ps.nrPPFTaps() - 1; // skip FIR init samples - firWeights.origin()[0] = 2.0f; - inputSamples[station][sample][ch][pol][0] = 3; - - firWeights.hostToDevice(CL_FALSE); - inputSamples.hostToDevice(CL_FALSE); - firFilterKernel.enqueue(queue, counter); - filteredData.deviceToHost(CL_TRUE); - - // Expected output: St0, pol0, ch0, sampl0: 6. The rest all 0. - if (filteredData.origin()[0] != 6.0f) { - std::cerr << "FIR_FilterTest 1: Expected at idx 0: 6; got: " << std::setprecision(9+1) << filteredData.origin()[0] << std::endl; - testOk = false; - } - const unsigned nrExpectedZeros = filteredData.num_elements() - 1; - unsigned nrZeros = 0; - for (unsigned i = 1; i < filteredData.num_elements(); i++) { - if (filteredData.origin()[i] == 0.0f) { - nrZeros += 1; - } - } - if (nrZeros == nrExpectedZeros) { - std::cout << "FIR_FilterTest 1: test OK" << std::endl; - } else { - std::cerr << "FIR_FilterTest 1: Unexpected non-zero(s). Only " << nrZeros << " zeros out of " << nrExpectedZeros << std::endl; - testOk = false; - } - - - // Test 2: Impulse train 2*NR_TAPS apart. All st, all ch, all pol. - for (ch = 0; ch < ps.nrChannelsPerSubband(); ch++) { - for (unsigned tap = 0; tap < ps.nrPPFTaps(); tap++) { - firWeights[ch][tap] = ch + tap; - } - } - - for (station = 0; station < ps.settings.antennaFields.size(); station++) { - for (sample = ps.nrPPFTaps() - 1; sample < ps.nrPPFTaps() - 1 + ps.nrSamplesPerChannel(); sample += 2 * ps.nrPPFTaps()) { - for (ch = 0; ch < ps.nrChannelsPerSubband(); ch++) { - for (pol = 0; pol < NR_POLARIZATIONS; pol++) { - inputSamples[station][sample][ch][pol][0] = station; - } - } - } - } - - firWeights.hostToDevice(CL_FALSE); - inputSamples.hostToDevice(CL_FALSE); - firFilterKernel.enqueue(queue, counter); - filteredData.deviceToHost(CL_TRUE); - - // Expected output: sequences of (filterbank scaled by station nr, NR_TAPS zeros) - unsigned nrErrors = 0; - for (station = 0; station < ps.settings.antennaFields.size(); station++) { - for (pol = 0; pol < NR_POLARIZATIONS; pol++) { - unsigned s; - for (sample = 0; sample < ps.nrSamplesPerChannel() / (2 * ps.nrPPFTaps()); sample += s) { - for (s = 0; s < ps.nrPPFTaps(); s++) { - for (ch = 0; ch < ps.nrChannelsPerSubband(); ch++) { - if (filteredData[station][pol][sample + s][ch][0] != station * firWeights[ch][s]) { - if (++nrErrors < 100) { // limit spam - std::cerr << "2a.filtered["<<station<<"]["<<pol<<"]["<<sample+s<<"]["<<ch<< - "][0] (sample="<<sample<<" s="<<s<<") = " << std::setprecision(9+1) << filteredData[station][pol][sample + s][ch][0] << std::endl; - } - } - if (filteredData[station][pol][sample + s][ch][1] != 0.0f) { - if (++nrErrors < 100) { - std::cerr << "2a imag non-zero: " << std::setprecision(9+1) << filteredData[station][pol][sample + s][ch][1] << std::endl; - } - } - } - } - - for ( ; s < 2 * ps.nrPPFTaps(); s++) { - for (ch = 0; ch < ps.nrChannelsPerSubband(); ch++) { - if (filteredData[station][pol][sample + s][ch][0] != 0.0f || filteredData[station][pol][sample + s][ch][1] != 0.0f) { - if (++nrErrors < 100) { - std::cerr << "2b.filtered["<<station<<"]["<<pol<<"]["<<sample+s<<"]["<<ch<< - "][0] (sample="<<sample<<" s="<<s<<") = " << std::setprecision(9+1) << filteredData[station][pol][sample + s][ch][0] << - ", "<<filteredData[station][pol][sample + s][ch][1] << std::endl; - } - } - } - } - } - } - } - if (nrErrors == 0) { - std::cout << "FIR_FilterTest 2: test OK" << std::endl; - } else { - std::cerr << "FIR_FilterTest 2: " << nrErrors << " unexpected output values" << std::endl; - testOk = false; - } - - - // Test 3: Scaled step test (scaled DC gain) on KAISER filterbank. Non-zero imag input. - FilterBank filterBank(true, ps.nrPPFTaps(), ps.nrChannelsPerSubband(), KAISER); - filterBank.negateWeights(); // not needed for testing, but as we use it - //filterBank.printWeights(); - - assert(firWeights.num_elements() == filterBank.getWeights().num_elements()); - double* expectedSums = new double[ps.nrChannelsPerSubband()]; - memset(expectedSums, 0, ps.nrChannelsPerSubband() * sizeof(double)); - for (ch = 0; ch < ps.nrChannelsPerSubband(); ch++) { - for (unsigned tap = 0; tap < ps.nrPPFTaps(); tap++) { - firWeights[ch][tap] = filterBank.getWeights()[ch][tap]; - expectedSums[ch] += firWeights[ch][tap]; - } - } - - for (station = 0; station < ps.settings.antennaFields.size(); station++) { - for (sample = 0; sample < ps.nrPPFTaps() - 1 + ps.nrSamplesPerChannel(); sample++) { - for (ch = 0; ch < ps.nrChannelsPerSubband(); ch++) { - for (pol = 0; pol < NR_POLARIZATIONS; pol++) { - inputSamples[station][sample][ch][pol][0] = 2; // real - inputSamples[station][sample][ch][pol][1] = 3; // imag - } - } - } - } - - firWeights.hostToDevice(CL_FALSE); - inputSamples.hostToDevice(CL_FALSE); - firFilterKernel.enqueue(queue, counter); - filteredData.deviceToHost(CL_TRUE); - - nrErrors = 0; - const float eps = 2.0f * std::numeric_limits<float>::epsilon(); - for (station = 0; station < ps.settings.antennaFields.size(); station++) { - for (pol = 0; pol < NR_POLARIZATIONS; pol++) { - for (sample = 0; sample < ps.nrSamplesPerChannel(); sample++) { - for (ch = 0; ch < ps.nrChannelsPerSubband(); ch++) { - // Expected sum must also be scaled by 2 and 3, because weights are real only. - if (!fpEquals(filteredData[station][pol][sample][ch][0], (float)(2 * expectedSums[ch]), eps)) { - if (++nrErrors < 100) { // limit spam - std::cerr << "3a.filtered["<<station<<"]["<<pol<<"]["<<sample<<"]["<<ch<< - "][0] = " << std::setprecision(9+1) << filteredData[station][pol][sample][ch][0] << " 2*weight = " << 2*expectedSums[ch] << std::endl; - } - } - if (!fpEquals(filteredData[station][pol][sample][ch][1], (float)(3 * expectedSums[ch]), eps)) { - if (++nrErrors < 100) { - std::cerr << "3b.filtered["<<station<<"]["<<pol<<"]["<<sample<<"]["<<ch<< - "][1] = " << std::setprecision(9+1) << filteredData[station][pol][sample][ch][1] << " 3*weight = " << 3*expectedSums[ch] << std::endl; - } - } - } - } - } - } - delete[] expectedSums; - if (nrErrors == 0) { - std::cout << "FIR_FilterTest 3: test OK" << std::endl; - } else { - std::cerr << "FIR_FilterTest 3: " << nrErrors << " unexpected output values" << std::endl; - testOk = false; - } - - - check(testOk, true); - } - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/IncoherentStokesTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/IncoherentStokesTest.h deleted file mode 100644 index 945ba1f49b3..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/IncoherentStokesTest.h +++ /dev/null @@ -1,61 +0,0 @@ -//# IncoherentStokesTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_INCOHERENTSTOKESTEST_H -#define GPUPROC_INCOHERENTSTOKESTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/IncoherentStokesKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - - struct IncoherentStokesTest : public UnitTest - { - IncoherentStokesTest(const Parset &ps) - : - UnitTest(ps, "BeamFormer/IncoherentStokes.cl") - { - if (ps.settings.antennaFields.size() >= 5 && ps.nrChannelsPerSubband() >= 14 && ps.nrSamplesPerChannel() >= 108) { - MultiArraySharedBuffer<std::complex<float>, 4> inputData(boost::extents[ps.settings.antennaFields.size()][ps.nrChannelsPerSubband()][ps.nrSamplesPerChannel()][NR_POLARIZATIONS], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<float, 3> stokesData(boost::extents[ps.nrIncoherentStokes()][ps.nrSamplesPerChannel() / ps.incoherentStokesTimeIntegrationFactor()][ps.nrChannelsPerSubband()], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - IncoherentStokesKernel kernel(ps, queue, program, stokesData, inputData); - - inputData[4][13][107][0] = std::complex<float>(2, 3); - inputData[4][13][107][1] = std::complex<float>(4, 5); - - inputData.hostToDevice(CL_FALSE); - kernel.enqueue(queue, counter); - stokesData.deviceToHost(CL_TRUE); - - const static float expected[] = { 54, -28, 46, 4 }; - - for (unsigned stokes = 0; stokes < ps.nrIncoherentStokes(); stokes++) - check(stokesData[stokes][107 / ps.incoherentStokesTimeIntegrationFactor()][13], expected[stokes]); - } - } - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/IntToFloatTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/IntToFloatTest.h deleted file mode 100644 index 0f0459098ef..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/IntToFloatTest.h +++ /dev/null @@ -1,65 +0,0 @@ -//# IntToFloatTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_INTTOFLOATTEST_H -#define GPUPROC_INTTOFLOATTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/IntToFloatKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct IntToFloatTest : public UnitTest - { - IntToFloatTest(const Parset &ps) - : - UnitTest(ps, "BeamFormer/IntToFloat.cl") - { - if (ps.settings.antennaFields.size() >= 3 && ps.nrSamplesPerChannel() * ps.nrChannelsPerSubband() >= 10077) { - MultiArraySharedBuffer<char, 4> inputData(boost::extents[ps.settings.antennaFields.size()][ps.nrSamplesPerChannel() * ps.nrChannelsPerSubband()][NR_POLARIZATIONS][ps.nrBytesPerComplexSample()], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<std::complex<float>, 3> outputData(boost::extents[ps.settings.antennaFields.size()][NR_POLARIZATIONS][ps.nrSamplesPerChannel() * ps.nrChannelsPerSubband()], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - IntToFloatKernel kernel(ps, queue, program, outputData, inputData); - - switch (ps.nrBytesPerComplexSample()) { - case 4: reinterpret_cast<std::complex<short> &>(inputData[2][10076][1][0]) = 7; - break; - - case 2: reinterpret_cast<std::complex<signed char> &>(inputData[2][10076][1][0]) = 7; - break; - - case 1: reinterpret_cast<i4complex &>(inputData[2][10076][1][0]) = i4complex(7, 0); - break; - } - - inputData.hostToDevice(CL_FALSE); - kernel.enqueue(queue, counter); - outputData.deviceToHost(CL_TRUE); - check(outputData[2][1][10076], std::complex<float>(7.0f, 0)); - } - } - }; - - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_BeamFormerTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_BeamFormerTest.h deleted file mode 100644 index feb17320147..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_BeamFormerTest.h +++ /dev/null @@ -1,70 +0,0 @@ -//# UHEP_BeamFormerTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_UHEP_BEAMFORMERTEST_H -#define GPUPROC_UHEP_BEAMFORMERTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/UHEP_BeamFormerKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct UHEP_BeamFormerTest : public UnitTest - { - UHEP_BeamFormerTest(const Parset &ps) - : - UnitTest(ps, "UHEP/BeamFormer.cl") - { - if (ps.settings.antennaFields.size() >= 5 && (ps.nrSamplesPerChannel() + NR_STATION_FILTER_TAPS - 1) >= 13 && ps.nrSubbands() >= 7 && ps.nrTABs(0) >= 6) { - MultiArraySharedBuffer<char, 5> inputSamples(boost::extents[ps.settings.antennaFields.size()][ps.nrSubbands()][ps.nrSamplesPerChannel() + NR_STATION_FILTER_TAPS - 1][NR_POLARIZATIONS][ps.nrBytesPerComplexSample()], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<std::complex<float>, 3> beamFormerWeights(boost::extents[ps.settings.antennaFields.size()][ps.nrSubbands()][ps.nrTABs(0)], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<std::complex<float>, 4> complexVoltages(boost::extents[ps.nrSubbands()][ps.nrSamplesPerChannel() + NR_STATION_FILTER_TAPS - 1][ps.nrTABs(0)][NR_POLARIZATIONS], queue, CL_MEM_READ_ONLY, CL_MEM_READ_WRITE); - UHEP_BeamFormerKernel beamFormer(ps, program, complexVoltages, inputSamples, beamFormerWeights); - - switch (ps.nrBytesPerComplexSample()) { - case 4: reinterpret_cast<std::complex<short> &>(inputSamples[4][6][12][1][0]) = std::complex<short>(2, 3); - break; - - case 2: reinterpret_cast<std::complex<signed char> &>(inputSamples[4][6][12][1][0]) = std::complex<signed char>(2, 3); - break; - - case 1: reinterpret_cast<i4complex &>(inputSamples[4][6][12][1][0]) = i4complex(2, 3); - break; - } - - beamFormerWeights[4][6][5] = std::complex<float>(4, 5); - - inputSamples.hostToDevice(CL_FALSE); - beamFormerWeights.hostToDevice(CL_FALSE); - beamFormer.enqueue(queue, counter); - complexVoltages.deviceToHost(CL_TRUE); - - check(complexVoltages[6][12][5][1], std::complex<float>(-7, 22)); - } - } - }; - - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TransposeTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TransposeTest.h deleted file mode 100644 index 654b572c726..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TransposeTest.h +++ /dev/null @@ -1,59 +0,0 @@ -//# UHEP_TransposeTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_UHEP_TRANSPOSETEST_H -#define GPUPROC_UHEP_TRANSPOSETEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/UHEP_TransposeKernel.h> -#include <GPUProc/UHEP/InvertedStationPPFWeights.h> // reverseSubbandMapping - -namespace LOFAR -{ - namespace Cobalt - { - struct UHEP_TransposeTest : public UnitTest - { - UHEP_TransposeTest(const Parset &ps) - : - UnitTest(ps, "UHEP/Transpose.cl") - { - if (ps.nrSubbands() >= 19 && ps.nrSamplesPerChannel() + NR_STATION_FILTER_TAPS - 1 >= 175 && ps.nrTABs(0) >= 5) { - MultiArraySharedBuffer<std::complex<float>, 4> transposedData(boost::extents[ps.nrTABs(0)][NR_POLARIZATIONS][ps.nrSamplesPerChannel() + NR_STATION_FILTER_TAPS - 1][512], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - MultiArraySharedBuffer<std::complex<float>, 4> complexVoltages(boost::extents[ps.nrSubbands()][ps.nrSamplesPerChannel() + NR_STATION_FILTER_TAPS - 1][ps.nrTABs(0)][NR_POLARIZATIONS], queue, CL_MEM_READ_WRITE, CL_MEM_READ_ONLY); - cl::Buffer devReverseSubbandMapping(context, CL_MEM_READ_ONLY, 512 * sizeof(int)); - UHEP_TransposeKernel transpose(ps, program, transposedData, complexVoltages, devReverseSubbandMapping); - - complexVoltages[18][174][4][1] = std::complex<float>(24, 42); - - queue.enqueueWriteBuffer(devReverseSubbandMapping, CL_FALSE, 0, 512 * sizeof(int), reverseSubbandMapping); - complexVoltages.hostToDevice(CL_FALSE); - transpose.enqueue(queue, counter); - transposedData.deviceToHost(CL_TRUE); - - check(transposedData[4][1][174][38], std::complex<float>(24, 42)); - } - } - }; - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TriggerTest.h b/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TriggerTest.h deleted file mode 100644 index d5989cef036..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/Kernels/UHEP_TriggerTest.h +++ /dev/null @@ -1,60 +0,0 @@ -//# UHEP_TriggerTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef GPUPROC_UHEP_TRIGGERTEST_H -#define GPUPROC_UHEP_TRIGGERTEST_H - -#include <UnitTest.h> -#include <GPUProc/Kernels/UHEP_TriggerKernel.h> - -namespace LOFAR -{ - namespace Cobalt - { - struct UHEP_TriggerTest : public UnitTest - { - UHEP_TriggerTest(const Parset &ps) - : - UnitTest(ps, "UHEP/Trigger.cl") - { - if (ps.nrTABs(0) >= 4 && 1024 * ps.nrSamplesPerChannel() > 100015) { - MultiArraySharedBuffer<float, 3> inputData(boost::extents[ps.nrTABs(0)][NR_POLARIZATIONS][ps.nrSamplesPerChannel() * 1024], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - MultiArraySharedBuffer<TriggerInfo, 1> triggerInfo(boost::extents[ps.nrTABs(0)], queue, CL_MEM_READ_ONLY, CL_MEM_WRITE_ONLY); - UHEP_TriggerKernel trigger(ps, program, triggerInfo, inputData); - - inputData[3][1][100015] = 1000; - - inputData.hostToDevice(CL_FALSE); - trigger.enqueue(queue, counter); - triggerInfo.deviceToHost(CL_TRUE); - - std::cout << "trigger info: mean = " << triggerInfo[3].mean << ", variance = " << triggerInfo[3].variance << ", bestValue = " << triggerInfo[3].bestValue << ", bestApproxIndex = " << triggerInfo[3].bestApproxIndex << std::endl; - //check(triggerInfo[3].mean, (float) (1000.0f * 1000.0f) / (float) (ps.nrSamplesPerChannel() * 1024)); - check(triggerInfo[3].bestValue, 1000.0f * 1000.0f); - check(triggerInfo[3].bestApproxIndex, 100016U); - } - } - }; - - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.cc b/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.cc deleted file mode 100644 index cb15a1c42c6..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.cc +++ /dev/null @@ -1,104 +0,0 @@ -//# RTCP_UnitTest.cc -//# Copyright (C) 2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#include <lofar_config.h> - -#include <iostream> - -#include <Common/lofar_complex.h> -#include <Common/LofarLogger.h> -#include <Common/Exception.h> -#include <CoInterface/Parset.h> - -#include <GPUProc/global_defines.h> -#include <GPUProc/MultiDimArrayHostBuffer.h> -#include <GPUProc/opencl/gpu_utils.h> - -#include <UnitTest.h> -#include "Kernels/IncoherentStokesTest.h" -#include "Kernels/IntToFloatTest.h" -#include "Kernels/BeamFormerTransposeTest.h" -#include "Kernels/DedispersionChirpTest.h" -#include "Kernels/CoherentStokesTest.h" -//#include "Kernels/UHEP_BeamFormerTest.h" -//#include "Kernels/UHEP_TransposeTest.h" -#include "Kernels/BeamFormerTest.h" -#include "Kernels/CorrelateTriangleTest.h" -//#include "Kernels/UHEP_TriggerTest.h" -#include "Kernels/CorrelateRectangleTest.h" -#include "Kernels/CorrelatorTest.h" -#include "Kernels/FFT_Test.h" -//#include "Kernels/AMD_FFT_Test.h" -#include "Kernels/FIR_FilterTest.h" - -//#include <UnitTest++.h> - -using namespace LOFAR; -using namespace LOFAR::Cobalt; - -// Use our own terminate handler -Exception::TerminateHandler t(Exception::terminate); - -int main(int argc, char **argv) -{ - - INIT_LOGGER("RTCP"); - std::cout << "running ..." << std::endl; - - if (argc < 2) - { - std::cerr << "usage: " << argv[0] << " parset" << std::endl; - return 1; - } - - Parset ps(argv[1]); - - std::cout << "Obs ps: nSt=" << ps.settings.antennaFields.size() << " nPol=" << NR_POLARIZATIONS - << " nSampPerCh=" << ps.nrSamplesPerChannel() << " nChPerSb=" - << ps.nrChannelsPerSubband() << " nTaps=" << ps.nrPPFTaps() - << " nBitsPerSamp=" << ps.nrBitsPerSample() << std::endl; - - //Correlation unittest - (FIR_FilterTest)(ps); - (FFT_Test)(ps); - //(AMD_FFT_Test)(ps); - (CorrelatorTest)(ps); -#if defined USE_NEW_CORRELATOR - (CorrelateRectangleTest)(ps); - (CorrelateTriangleTest)(ps); -#endif - - // Beamforming unittest - (IncoherentStokesTest)(ps); - (IntToFloatTest)(ps); - (BeamFormerTest)(ps); - (BeamFormerTransposeTest)(ps); - (DedispersionChirpTest)(ps); - (CoherentStokesTest)(ps); - - // UHEP unittest - //(UHEP_BeamFormerTest)(ps); - //(UHEP_TransposeTest)(ps); - //(UHEP_TriggerTest)(ps); - - //return UnitTest::RunAllTests(); - return 0; -} - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.77_Stations b/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.77_Stations deleted file mode 100644 index 3e839d9438e..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.77_Stations +++ /dev/null @@ -1,267 +0,0 @@ -Observation.ObsID = 0 -OLAP.CNProc.phaseTwoPsets = [0..76] -#OLAP.CNProc.phaseTwoPsets = [0..7] -Observation.nrBitsPerSample = 8 -OLAP.nrTimesInFrame = 16 -Observation.nrSlotsInFrame = 122 -OLAP.nrSecondsOfBuffer = 1.2 -OLAP.CNProc.nrPPFTaps = 16 -Cobalt.realTime = false -Observation.startTime = '2010-04-28 17:25:03' -Observation.stopTime = '2010-04-28 17:25:05' -OLAP.storageStationNames = [ST00 .. ST76] -#OLAP.storageStationNames = [ST00 .. ST07] -Observation.subbandList = [12 .. 499] -Observation.bandFilter = LBA_10_90 -Cobalt.Correlator.nrChannelsPerSubband = 64 -OLAP.CNProc.integrationSteps = 3072 # FIXME: rename -Observation.sampleClock = 200 -Cobalt.correctBandPass = true -Observation.beamList = [488 * 0] -Observation.nrBeams = 1 -Observation.Beam[0].angle1 = 0 -Observation.Beam[0].angle2 = 0 -Observation.Beam[0].directionType = J2000 -Observation.Beam[0].nrTiedArrayBeams= 1 -Observation.Beam[0].TiedArrayBeam[0].absoluteAngle1 = 0 -Observation.Beam[0].TiedArrayBeam[0].absoluteAngle2 = 0 -Observation.Beam[0].TiedArrayBeam[0].directionType = J2000 -Cobalt.delayCompensation = true -OLAP.CNProc.partition = PartitionName -PIC.Core.IONProc.PartitionName[0].inputs = [ST00/RSP0..ST00/RSP3] -PIC.Core.IONProc.PartitionName[1].inputs = [ST01/RSP0..ST01/RSP3] -PIC.Core.IONProc.PartitionName[2].inputs = [ST02/RSP0..ST02/RSP3] -PIC.Core.IONProc.PartitionName[3].inputs = [ST03/RSP0..ST03/RSP3] -PIC.Core.IONProc.PartitionName[4].inputs = [ST04/RSP0..ST04/RSP3] -PIC.Core.IONProc.PartitionName[5].inputs = [ST05/RSP0..ST05/RSP3] -PIC.Core.IONProc.PartitionName[6].inputs = [ST06/RSP0..ST06/RSP3] -PIC.Core.IONProc.PartitionName[7].inputs = [ST07/RSP0..ST07/RSP3] -PIC.Core.IONProc.PartitionName[8].inputs = [ST08/RSP0..ST08/RSP3] -PIC.Core.IONProc.PartitionName[9].inputs = [ST09/RSP0..ST09/RSP3] -PIC.Core.IONProc.PartitionName[10].inputs = [ST10/RSP0..ST10/RSP3] -PIC.Core.IONProc.PartitionName[11].inputs = [ST11/RSP0..ST11/RSP3] -PIC.Core.IONProc.PartitionName[12].inputs = [ST12/RSP0..ST12/RSP3] -PIC.Core.IONProc.PartitionName[13].inputs = [ST13/RSP0..ST13/RSP3] -PIC.Core.IONProc.PartitionName[14].inputs = [ST14/RSP0..ST14/RSP3] -PIC.Core.IONProc.PartitionName[15].inputs = [ST15/RSP0..ST15/RSP3] -PIC.Core.IONProc.PartitionName[16].inputs = [ST16/RSP0..ST16/RSP3] -PIC.Core.IONProc.PartitionName[17].inputs = [ST17/RSP0..ST17/RSP3] -PIC.Core.IONProc.PartitionName[18].inputs = [ST18/RSP0..ST18/RSP3] -PIC.Core.IONProc.PartitionName[19].inputs = [ST19/RSP0..ST19/RSP3] -PIC.Core.IONProc.PartitionName[20].inputs = [ST20/RSP0..ST20/RSP3] -PIC.Core.IONProc.PartitionName[21].inputs = [ST21/RSP0..ST21/RSP3] -PIC.Core.IONProc.PartitionName[22].inputs = [ST22/RSP0..ST22/RSP3] -PIC.Core.IONProc.PartitionName[23].inputs = [ST23/RSP0..ST23/RSP3] -PIC.Core.IONProc.PartitionName[24].inputs = [ST24/RSP0..ST24/RSP3] -PIC.Core.IONProc.PartitionName[25].inputs = [ST25/RSP0..ST25/RSP3] -PIC.Core.IONProc.PartitionName[26].inputs = [ST26/RSP0..ST26/RSP3] -PIC.Core.IONProc.PartitionName[27].inputs = [ST27/RSP0..ST27/RSP3] -PIC.Core.IONProc.PartitionName[28].inputs = [ST28/RSP0..ST28/RSP3] -PIC.Core.IONProc.PartitionName[29].inputs = [ST29/RSP0..ST29/RSP3] -PIC.Core.IONProc.PartitionName[30].inputs = [ST30/RSP0..ST30/RSP3] -PIC.Core.IONProc.PartitionName[31].inputs = [ST31/RSP0..ST31/RSP3] -PIC.Core.IONProc.PartitionName[32].inputs = [ST32/RSP0..ST32/RSP3] -PIC.Core.IONProc.PartitionName[33].inputs = [ST33/RSP0..ST33/RSP3] -PIC.Core.IONProc.PartitionName[34].inputs = [ST34/RSP0..ST34/RSP3] -PIC.Core.IONProc.PartitionName[35].inputs = [ST35/RSP0..ST35/RSP3] -PIC.Core.IONProc.PartitionName[36].inputs = [ST36/RSP0..ST36/RSP3] -PIC.Core.IONProc.PartitionName[37].inputs = [ST37/RSP0..ST37/RSP3] -PIC.Core.IONProc.PartitionName[38].inputs = [ST38/RSP0..ST38/RSP3] -PIC.Core.IONProc.PartitionName[39].inputs = [ST39/RSP0..ST39/RSP3] -PIC.Core.IONProc.PartitionName[40].inputs = [ST40/RSP0..ST40/RSP3] -PIC.Core.IONProc.PartitionName[41].inputs = [ST41/RSP0..ST41/RSP3] -PIC.Core.IONProc.PartitionName[42].inputs = [ST42/RSP0..ST42/RSP3] -PIC.Core.IONProc.PartitionName[43].inputs = [ST43/RSP0..ST43/RSP3] -PIC.Core.IONProc.PartitionName[44].inputs = [ST44/RSP0..ST44/RSP3] -PIC.Core.IONProc.PartitionName[45].inputs = [ST45/RSP0..ST45/RSP3] -PIC.Core.IONProc.PartitionName[46].inputs = [ST46/RSP0..ST46/RSP3] -PIC.Core.IONProc.PartitionName[47].inputs = [ST47/RSP0..ST47/RSP3] -PIC.Core.IONProc.PartitionName[48].inputs = [ST48/RSP0..ST48/RSP3] -PIC.Core.IONProc.PartitionName[49].inputs = [ST49/RSP0..ST49/RSP3] -PIC.Core.IONProc.PartitionName[50].inputs = [ST50/RSP0..ST50/RSP3] -PIC.Core.IONProc.PartitionName[51].inputs = [ST51/RSP0..ST51/RSP3] -PIC.Core.IONProc.PartitionName[52].inputs = [ST52/RSP0..ST52/RSP3] -PIC.Core.IONProc.PartitionName[53].inputs = [ST53/RSP0..ST53/RSP3] -PIC.Core.IONProc.PartitionName[54].inputs = [ST54/RSP0..ST54/RSP3] -PIC.Core.IONProc.PartitionName[55].inputs = [ST55/RSP0..ST55/RSP3] -PIC.Core.IONProc.PartitionName[56].inputs = [ST56/RSP0..ST56/RSP3] -PIC.Core.IONProc.PartitionName[57].inputs = [ST57/RSP0..ST57/RSP3] -PIC.Core.IONProc.PartitionName[58].inputs = [ST58/RSP0..ST58/RSP3] -PIC.Core.IONProc.PartitionName[59].inputs = [ST59/RSP0..ST59/RSP3] -PIC.Core.IONProc.PartitionName[60].inputs = [ST60/RSP0..ST60/RSP3] -PIC.Core.IONProc.PartitionName[61].inputs = [ST61/RSP0..ST61/RSP3] -PIC.Core.IONProc.PartitionName[62].inputs = [ST62/RSP0..ST62/RSP3] -PIC.Core.IONProc.PartitionName[63].inputs = [ST63/RSP0..ST63/RSP3] -PIC.Core.IONProc.PartitionName[64].inputs = [ST64/RSP0..ST64/RSP3] -PIC.Core.IONProc.PartitionName[65].inputs = [ST65/RSP0..ST65/RSP3] -PIC.Core.IONProc.PartitionName[66].inputs = [ST66/RSP0..ST66/RSP3] -PIC.Core.IONProc.PartitionName[67].inputs = [ST67/RSP0..ST67/RSP3] -PIC.Core.IONProc.PartitionName[68].inputs = [ST68/RSP0..ST68/RSP3] -PIC.Core.IONProc.PartitionName[69].inputs = [ST69/RSP0..ST69/RSP3] -PIC.Core.IONProc.PartitionName[70].inputs = [ST70/RSP0..ST70/RSP3] -PIC.Core.IONProc.PartitionName[71].inputs = [ST71/RSP0..ST71/RSP3] -PIC.Core.IONProc.PartitionName[72].inputs = [ST72/RSP0..ST72/RSP3] -PIC.Core.IONProc.PartitionName[73].inputs = [ST73/RSP0..ST73/RSP3] -PIC.Core.IONProc.PartitionName[74].inputs = [ST74/RSP0..ST74/RSP3] -PIC.Core.IONProc.PartitionName[75].inputs = [ST75/RSP0..ST75/RSP3] -PIC.Core.IONProc.PartitionName[76].inputs = [ST76/RSP0..ST76/RSP3] -PIC.Core.ST00.RSP.sources = [ 4 * null: ] -PIC.Core.ST01.RSP.sources = [ 4 * null: ] -PIC.Core.ST02.RSP.sources = [ 4 * null: ] -PIC.Core.ST03.RSP.sources = [ 4 * null: ] -PIC.Core.ST04.RSP.sources = [ 4 * null: ] -PIC.Core.ST05.RSP.sources = [ 4 * null: ] -PIC.Core.ST06.RSP.sources = [ 4 * null: ] -PIC.Core.ST07.RSP.sources = [ 4 * null: ] -PIC.Core.ST08.RSP.sources = [ 4 * null: ] -PIC.Core.ST09.RSP.sources = [ 4 * null: ] -PIC.Core.ST10.RSP.sources = [ 4 * null: ] -PIC.Core.ST11.RSP.sources = [ 4 * null: ] -PIC.Core.ST12.RSP.sources = [ 4 * null: ] -PIC.Core.ST13.RSP.sources = [ 4 * null: ] -PIC.Core.ST14.RSP.sources = [ 4 * null: ] -PIC.Core.ST15.RSP.sources = [ 4 * null: ] -PIC.Core.ST16.RSP.sources = [ 4 * null: ] -PIC.Core.ST17.RSP.sources = [ 4 * null: ] -PIC.Core.ST18.RSP.sources = [ 4 * null: ] -PIC.Core.ST19.RSP.sources = [ 4 * null: ] -PIC.Core.ST20.RSP.sources = [ 4 * null: ] -PIC.Core.ST21.RSP.sources = [ 4 * null: ] -PIC.Core.ST22.RSP.sources = [ 4 * null: ] -PIC.Core.ST23.RSP.sources = [ 4 * null: ] -PIC.Core.ST24.RSP.sources = [ 4 * null: ] -PIC.Core.ST25.RSP.sources = [ 4 * null: ] -PIC.Core.ST26.RSP.sources = [ 4 * null: ] -PIC.Core.ST27.RSP.sources = [ 4 * null: ] -PIC.Core.ST28.RSP.sources = [ 4 * null: ] -PIC.Core.ST29.RSP.sources = [ 4 * null: ] -PIC.Core.ST30.RSP.sources = [ 4 * null: ] -PIC.Core.ST31.RSP.sources = [ 4 * null: ] -PIC.Core.ST32.RSP.sources = [ 4 * null: ] -PIC.Core.ST33.RSP.sources = [ 4 * null: ] -PIC.Core.ST34.RSP.sources = [ 4 * null: ] -PIC.Core.ST35.RSP.sources = [ 4 * null: ] -PIC.Core.ST36.RSP.sources = [ 4 * null: ] -PIC.Core.ST37.RSP.sources = [ 4 * null: ] -PIC.Core.ST38.RSP.sources = [ 4 * null: ] -PIC.Core.ST39.RSP.sources = [ 4 * null: ] -PIC.Core.ST40.RSP.sources = [ 4 * null: ] -PIC.Core.ST41.RSP.sources = [ 4 * null: ] -PIC.Core.ST42.RSP.sources = [ 4 * null: ] -PIC.Core.ST43.RSP.sources = [ 4 * null: ] -PIC.Core.ST44.RSP.sources = [ 4 * null: ] -PIC.Core.ST45.RSP.sources = [ 4 * null: ] -PIC.Core.ST46.RSP.sources = [ 4 * null: ] -PIC.Core.ST47.RSP.sources = [ 4 * null: ] -PIC.Core.ST48.RSP.sources = [ 4 * null: ] -PIC.Core.ST49.RSP.sources = [ 4 * null: ] -PIC.Core.ST50.RSP.sources = [ 4 * null: ] -PIC.Core.ST51.RSP.sources = [ 4 * null: ] -PIC.Core.ST52.RSP.sources = [ 4 * null: ] -PIC.Core.ST53.RSP.sources = [ 4 * null: ] -PIC.Core.ST54.RSP.sources = [ 4 * null: ] -PIC.Core.ST55.RSP.sources = [ 4 * null: ] -PIC.Core.ST56.RSP.sources = [ 4 * null: ] -PIC.Core.ST57.RSP.sources = [ 4 * null: ] -PIC.Core.ST58.RSP.sources = [ 4 * null: ] -PIC.Core.ST59.RSP.sources = [ 4 * null: ] -PIC.Core.ST60.RSP.sources = [ 4 * null: ] -PIC.Core.ST61.RSP.sources = [ 4 * null: ] -PIC.Core.ST62.RSP.sources = [ 4 * null: ] -PIC.Core.ST63.RSP.sources = [ 4 * null: ] -PIC.Core.ST64.RSP.sources = [ 4 * null: ] -PIC.Core.ST65.RSP.sources = [ 4 * null: ] -PIC.Core.ST66.RSP.sources = [ 4 * null: ] -PIC.Core.ST67.RSP.sources = [ 4 * null: ] -PIC.Core.ST68.RSP.sources = [ 4 * null: ] -PIC.Core.ST69.RSP.sources = [ 4 * null: ] -PIC.Core.ST70.RSP.sources = [ 4 * null: ] -PIC.Core.ST71.RSP.sources = [ 4 * null: ] -PIC.Core.ST72.RSP.sources = [ 4 * null: ] -PIC.Core.ST73.RSP.sources = [ 4 * null: ] -PIC.Core.ST74.RSP.sources = [ 4 * null: ] -PIC.Core.ST75.RSP.sources = [ 4 * null: ] -PIC.Core.ST76.RSP.sources = [ 4 * null: ] -Cobalt.BeamFormer.CoherentStokes.which = IQUV # FIXME: conditional -Cobalt.BeamFormer.CoherentStokes.timeIntegrationFactor = 1 # FIXME: conditional -Cobalt.BeamFormer.IncoherentStokes.which = IQUV # FIXME: conditional -Cobalt.BeamFormer.IncoherentStokes.timeIntegrationFactor = 1 # FIXME: conditional -OLAP.tiedArrayStationNames = [ST00 .. ST76] # FIXME???: conditional -Observation.referencePhaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST00.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST01.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST02.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST03.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST04.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST05.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST06.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST07.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST08.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST09.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST10.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST11.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST12.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST13.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST14.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST15.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST16.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST17.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST18.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST19.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST20.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST21.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST22.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST23.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST24.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST25.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST26.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST27.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST28.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST29.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST30.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST31.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST32.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST33.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST34.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST35.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST36.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST37.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST38.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST39.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST40.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST41.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST42.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST43.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST44.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST45.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST46.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST47.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST48.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST49.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST50.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST51.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST52.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST53.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST54.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST55.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST56.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST57.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST58.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST59.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST60.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST61.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST62.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST63.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST64.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST65.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST66.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST67.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST68.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST69.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST70.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST71.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST72.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST73.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST74.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST75.phaseCenter = [3826577.066, 461022.948, 5064892.786] -PIC.Core.ST76.phaseCenter = [3826577.066, 461022.948, 5064892.786] diff --git a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.AARTFAAC b/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.AARTFAAC deleted file mode 100644 index fdfe83a98e8..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.AARTFAAC +++ /dev/null @@ -1,2120 +0,0 @@ -OLAP.CNProc.integrationSteps = 1024 #1536 -OLAP.CNProc.phaseOnePsets = [0..287] -#OLAP.CNProc.phaseTwoPsets = [0..4] -OLAP.CNProc.phaseTwoPsets = [0] -OLAP.CNProc.phaseThreePsets = [] -#OLAP.CNProc.phaseOneTwoCores = [0] -OLAP.CNProc.phaseOneTwoCores = [0..19] -OLAP.CNProc.phaseThreeCores = [] -OLAP.CNProc.partition = PartitionName -OLAP.CNProc.tabList = [] -Cobalt.realTime = F -OLAP.maxNetworkDelay = .1 -Cobalt.correctClocks = T -Cobalt.correctBandPass = T -Observation.nrBitsPerSample = 8 -OLAP.nrTimesInFrame = 16 -OLAP.nrSecondsOfBuffer = 0.5 -OLAP.CNProc.nrPPFTaps = 16 -OLAP.Storage.userName = -OLAP.Storage.sshIdentityFile = -OLAP.Storage.msWriter = outputProc -OLAP.storageNodeList = [288*0] -OLAP.OLAP_Conn.IONProc_Storage_Ports = [8300..9000] -OLAP.OLAP_Conn.IONProc_Storage_Transport = TCP -OLAP.OLAP_Conn.rawDataOutputOnly = F -Observation.VirtualInstrument.stationList = [CS002D00,CS002D01,CS002D02,CS002D03,CS002D04,CS002D05,CS002D06,CS002D07,CS002D08,CS002D09,CS002D10,CS002D11,CS002D12,CS002D13,CS002D14,CS002D15,CS002D16,CS002D17,CS002D18,CS002D19,CS002D20,CS002D21,CS002D22,CS002D23,CS002D24,CS002D25,CS002D26,CS002D27,CS002D28,CS002D29,CS002D30,CS002D31,CS002D32,CS002D33,CS002D34,CS002D35,CS002D36,CS002D37,CS002D38,CS002D39,CS002D40,CS002D41,CS002D42,CS002D43,CS002D44,CS002D45,CS002D46,CS002D47,CS003D00,CS003D01,CS003D02,CS003D03,CS003D04,CS003D05,CS003D06,CS003D07,CS003D08,CS003D09,CS003D10,CS003D11,CS003D12,CS003D13,CS003D14,CS003D15,CS003D16,CS003D17,CS003D18,CS003D19,CS003D20,CS003D21,CS003D22,CS003D23,CS003D24,CS003D25,CS003D26,CS003D27,CS003D28,CS003D29,CS003D30,CS003D31,CS003D32,CS003D33,CS003D34,CS003D35,CS003D36,CS003D37,CS003D38,CS003D39,CS003D40,CS003D41,CS003D42,CS003D43,CS003D44,CS003D45,CS003D46,CS003D47,CS004D00,CS004D01,CS004D02,CS004D03,CS004D04,CS004D05,CS004D06,CS004D07,CS004D08,CS004D09,CS004D10,CS004D11,CS004D12,CS004D13,CS004D14,CS004D15,CS004D16,CS004D17,CS004D18,CS004D19,CS004D20,CS004D21,CS004D22,CS004D23,CS004D24,CS004D25,CS004D26,CS004D27,CS004D28,CS004D29,CS004D30,CS004D31,CS004D32,CS004D33,CS004D34,CS004D35,CS004D36,CS004D37,CS004D38,CS004D39,CS004D40,CS004D41,CS004D42,CS004D43,CS004D44,CS004D45,CS004D46,CS004D47,CS005D00,CS005D01,CS005D02,CS005D03,CS005D04,CS005D05,CS005D06,CS005D07,CS005D08,CS005D09,CS005D10,CS005D11,CS005D12,CS005D13,CS005D14,CS005D15,CS005D16,CS005D17,CS005D18,CS005D19,CS005D20,CS005D21,CS005D22,CS005D23,CS005D24,CS005D25,CS005D26,CS005D27,CS005D28,CS005D29,CS005D30,CS005D31,CS005D32,CS005D33,CS005D34,CS005D35,CS005D36,CS005D37,CS005D38,CS005D39,CS005D40,CS005D41,CS005D42,CS005D43,CS005D44,CS005D45,CS005D46,CS005D47,CS006D00,CS006D01,CS006D02,CS006D03,CS006D04,CS006D05,CS006D06,CS006D07,CS006D08,CS006D09,CS006D10,CS006D11,CS006D12,CS006D13,CS006D14,CS006D15,CS006D16,CS006D17,CS006D18,CS006D19,CS006D20,CS006D21,CS006D22,CS006D23,CS006D24,CS006D25,CS006D26,CS006D27,CS006D28,CS006D29,CS006D30,CS006D31,CS006D32,CS006D33,CS006D34,CS006D35,CS006D36,CS006D37,CS006D38,CS006D39,CS006D40,CS006D41,CS006D42,CS006D43,CS006D44,CS006D45,CS006D46,CS006D47,CS007D00,CS007D01,CS007D02,CS007D03,CS007D04,CS007D05,CS007D06,CS007D07,CS007D08,CS007D09,CS007D10,CS007D11,CS007D12,CS007D13,CS007D14,CS007D15,CS007D16,CS007D17,CS007D18,CS007D19,CS007D20,CS007D21,CS007D22,CS007D23,CS007D24,CS007D25,CS007D26,CS007D27,CS007D28,CS007D29,CS007D30,CS007D31,CS007D32,CS007D33,CS007D34,CS007D35,CS007D36,CS007D37,CS007D38,CS007D39,CS007D40,CS007D41,CS007D42,CS007D43,CS007D44,CS007D45,CS007D46,CS007D47] -OLAP.storageStationNames = [CS002D00,CS002D01,CS002D02,CS002D03,CS002D04,CS002D05,CS002D06,CS002D07,CS002D08,CS002D09,CS002D10,CS002D11,CS002D12,CS002D13,CS002D14,CS002D15,CS002D16,CS002D17,CS002D18,CS002D19,CS002D20,CS002D21,CS002D22,CS002D23,CS002D24,CS002D25,CS002D26,CS002D27,CS002D28,CS002D29,CS002D30,CS002D31,CS002D32,CS002D33,CS002D34,CS002D35,CS002D36,CS002D37,CS002D38,CS002D39,CS002D40,CS002D41,CS002D42,CS002D43,CS002D44,CS002D45,CS002D46,CS002D47,CS003D00,CS003D01,CS003D02,CS003D03,CS003D04,CS003D05,CS003D06,CS003D07,CS003D08,CS003D09,CS003D10,CS003D11,CS003D12,CS003D13,CS003D14,CS003D15,CS003D16,CS003D17,CS003D18,CS003D19,CS003D20,CS003D21,CS003D22,CS003D23,CS003D24,CS003D25,CS003D26,CS003D27,CS003D28,CS003D29,CS003D30,CS003D31,CS003D32,CS003D33,CS003D34,CS003D35,CS003D36,CS003D37,CS003D38,CS003D39,CS003D40,CS003D41,CS003D42,CS003D43,CS003D44,CS003D45,CS003D46,CS003D47,CS004D00,CS004D01,CS004D02,CS004D03,CS004D04,CS004D05,CS004D06,CS004D07,CS004D08,CS004D09,CS004D10,CS004D11,CS004D12,CS004D13,CS004D14,CS004D15,CS004D16,CS004D17,CS004D18,CS004D19,CS004D20,CS004D21,CS004D22,CS004D23,CS004D24,CS004D25,CS004D26,CS004D27,CS004D28,CS004D29,CS004D30,CS004D31,CS004D32,CS004D33,CS004D34,CS004D35,CS004D36,CS004D37,CS004D38,CS004D39,CS004D40,CS004D41,CS004D42,CS004D43,CS004D44,CS004D45,CS004D46,CS004D47,CS005D00,CS005D01,CS005D02,CS005D03,CS005D04,CS005D05,CS005D06,CS005D07,CS005D08,CS005D09,CS005D10,CS005D11,CS005D12,CS005D13,CS005D14,CS005D15,CS005D16,CS005D17,CS005D18,CS005D19,CS005D20,CS005D21,CS005D22,CS005D23,CS005D24,CS005D25,CS005D26,CS005D27,CS005D28,CS005D29,CS005D30,CS005D31,CS005D32,CS005D33,CS005D34,CS005D35,CS005D36,CS005D37,CS005D38,CS005D39,CS005D40,CS005D41,CS005D42,CS005D43,CS005D44,CS005D45,CS005D46,CS005D47,CS006D00,CS006D01,CS006D02,CS006D03,CS006D04,CS006D05,CS006D06,CS006D07,CS006D08,CS006D09,CS006D10,CS006D11,CS006D12,CS006D13,CS006D14,CS006D15,CS006D16,CS006D17,CS006D18,CS006D19,CS006D20,CS006D21,CS006D22,CS006D23,CS006D24,CS006D25,CS006D26,CS006D27,CS006D28,CS006D29,CS006D30,CS006D31,CS006D32,CS006D33,CS006D34,CS006D35,CS006D36,CS006D37,CS006D38,CS006D39,CS006D40,CS006D41,CS006D42,CS006D43,CS006D44,CS006D45,CS006D46,CS006D47,CS007D00,CS007D01,CS007D02,CS007D03,CS007D04,CS007D05,CS007D06,CS007D07,CS007D08,CS007D09,CS007D10,CS007D11,CS007D12,CS007D13,CS007D14,CS007D15,CS007D16,CS007D17,CS007D18,CS007D19,CS007D20,CS007D21,CS007D22,CS007D23,CS007D24,CS007D25,CS007D26,CS007D27,CS007D28,CS007D29,CS007D30,CS007D31,CS007D32,CS007D33,CS007D34,CS007D35,CS007D36,CS007D37,CS007D38,CS007D39,CS007D40,CS007D41,CS007D42,CS007D43,CS007D44,CS007D45,CS007D46,CS007D47] -OLAP.tiedArrayStationNames = [] -Observation.Beam[0].nrTiedArrayBeams = 2 -Observation.Beam[0].TiedArrayBeam[0].absoluteAngle1 = 6.3336866848083394 # Cygnus + 1.1 -Observation.Beam[0].TiedArrayBeam[0].absoluteAngle2 = 1.91094251447010637 # Cygnus + 1.2 -Observation.Beam[0].TiedArrayBeam[1].absoluteAngle1 = 6.5336866848083394 # Cygnus + 1.3 -Observation.Beam[0].TiedArrayBeam[1].absoluteAngle2 = 2.11094251447010637 # Cygnus + 1.4 -Cobalt.Correlator.nrBlocksPerIntegration = 2 -Cobalt.BeamFormer.CoherentStokes.timeIntegrationFactor = 1 -Cobalt.BeamFormer.IncoherentStokes.timeIntegrationFactor = 1 -Cobalt.BeamFormer.CoherentStokes.nrChannelsPerSubband = 16 -Cobalt.BeamFormer.IncoherentStokes.nrChannelsPerSubband = 16 -Cobalt.BeamFormer.CoherentStokes.which = I # IQUV -Cobalt.BeamFormer.IncoherentStokes.which = I # IQUV -OLAP.PencilInfo.storageNodeList = [] -Cobalt.delayCompensation = F -OLAP.DelayComp.positionType = ITRF -OLAP.DelayComp.nrCalcDelays = 16 -OLAP.dispersionMeasure = 2 -Observation.ObserverName = John -Observation.Campaign.name = Test -Observation.Campaign.title = dr. -Observation.Campaign.contact = Jan David -Observation.Campaign.PI = John -Observation.Campaign.CO_I = John -Observation.ProjectName = AARTFAAC -Observation.nrPolarisations = 2 -Observation.antennaSet = LBA_OUTER -Observation.bandFilter = LBA_30_90 -Observation.subbandList = [300..315] -Observation.beamList = [16*0] -Observation.rspBoardList = [16*0] -Observation.rspSlotList = [0..15] -Cobalt.Correlator.nrChannelsPerSubband = 64 -Observation.sampleClock = 200 -Observation.nrSlotsInFrame = 16 -Observation.ObsID = 1000000 -Observation.startTime = '2010-04-28 17:25:03' -#Observation.stopTime = '2010-04-28 17:26:03' -Observation.stopTime = '2010-04-28 17:25:08' -Observation.nrBeams = 1 -Observation.AnaBeam[0].directionType = J2000 -Observation.AnaBeam[0].angle1 = 5.2336866848083394 # Cygnus -Observation.AnaBeam[0].angle2 = 0.71094251447010637 -Observation.AnaBeam[0].target = Cygnus A -Observation.Beam[0].directionType = J2000 -Observation.Beam[0].angle1 = 5.2336866848083394 # Cygnus -Observation.Beam[0].angle2 = 0.71094251447010637 -Observation.Beam[0].target = Cygnus A -#Observation.MSNameMask = /tmp/romein${RAID}/L${YEAR}_${MSNUMBER}/SB${SUBBAND}.MS -OLAP.Storage.hosts = [localhost] -Observation.DataProducts.Output_FilteredData.enabled = F -Observation.DataProducts.Output_FilteredData.locations = [10*localhost:/tmp] -Observation.DataProducts.Output_FilteredData.filenames = [SB000.filt,SB001.filt,SB002.filt,SB003.filt,SB004.filt] -Observation.DataProducts.Output_Correlated.enabled = T -Observation.DataProducts.Output_Correlated.locations = [16*localhost:.] -Observation.DataProducts.Output_Correlated.filenames = [SB000.MS,SB001.MS,SB002.MS,SB003.MS,SB004.MS,SB005.MS,SB006.MS,SB007.MS,SB008.MS,SB009.MS,SB010.MS,SB011.MS,SB012.MS,SB013.MS,SB014.MS,SB015.MS] -Observation.DataProducts.Output_IncoherentStokes.enabled = F -Observation.DataProducts.Output_IncoherentStokes.locations = [10*localhost:/tmp] -Observation.DataProducts.Output_IncoherentStokes.filenames = [SB000.incStokes,SB001.incStokes,SB002.incStokes,SB003.incStokes,SB004.incStokes] -Observation.DataProducts.Output_Beamformed.enabled = F -Observation.DataProducts.Output_Beamformed.locations = [4*localhost:/tmp] -Observation.DataProducts.Output_Beamformed.filenames = [CV001.X,CV001.Y,CV002.X,CV002.Y] -#Observation.DataProducts.Output_Beamformed.locations = [2*localhost:/tmp] -#Observation.DataProducts.Output_Beamformed.filenames = [CV001.X,CV001.Y] -Observation.DataProducts.Output_CoherentStokes.enabled = F -Observation.DataProducts.Output_CoherentStokes.locations = [2*localhost:/tmp] -Observation.DataProducts.Output_CoherentStokes.filenames = [Coherent.0.I,Coherent.1.I] -#Observation.DataProducts.Output_CoherentStokes.locations = [8*localhost:/tmp] -#Observation.DataProducts.Output_CoherentStokes.filenames = [Coherent.0.I,Coherent.0.Q,Coherent.0.U,Coherent.0.V,Coherent.1.I,Coherent.1.Q,Coherent.1.U,Coherent.1.V] -Observation.DataProducts.Output_Trigger.enabled = F -Observation.DataProducts.Output_Trigger.locations = [] -Observation.DataProducts.Output_Trigger.filenames = [] -OLAP.Storage.subbandsPerPart = 5 -OLAP.Storage.partsPerStokes = 1 -PIC.Core.IONProc.PartitionName[0].inputs = [CS002D00/RSP0] -PIC.Core.IONProc.PartitionName[1].inputs = [CS002D01/RSP0] -PIC.Core.IONProc.PartitionName[2].inputs = [CS002D02/RSP0] -PIC.Core.IONProc.PartitionName[3].inputs = [CS002D03/RSP0] -PIC.Core.IONProc.PartitionName[4].inputs = [CS002D04/RSP0] -PIC.Core.IONProc.PartitionName[5].inputs = [CS002D05/RSP0] -PIC.Core.IONProc.PartitionName[6].inputs = [CS002D06/RSP0] -PIC.Core.IONProc.PartitionName[7].inputs = [CS002D07/RSP0] -PIC.Core.IONProc.PartitionName[8].inputs = [CS002D08/RSP0] -PIC.Core.IONProc.PartitionName[9].inputs = [CS002D09/RSP0] -PIC.Core.IONProc.PartitionName[10].inputs = [CS002D10/RSP0] -PIC.Core.IONProc.PartitionName[11].inputs = [CS002D11/RSP0] -PIC.Core.IONProc.PartitionName[12].inputs = [CS002D12/RSP0] -PIC.Core.IONProc.PartitionName[13].inputs = [CS002D13/RSP0] -PIC.Core.IONProc.PartitionName[14].inputs = [CS002D14/RSP0] -PIC.Core.IONProc.PartitionName[15].inputs = [CS002D15/RSP0] -PIC.Core.IONProc.PartitionName[16].inputs = [CS002D16/RSP0] -PIC.Core.IONProc.PartitionName[17].inputs = [CS002D17/RSP0] -PIC.Core.IONProc.PartitionName[18].inputs = [CS002D18/RSP0] -PIC.Core.IONProc.PartitionName[19].inputs = [CS002D19/RSP0] -PIC.Core.IONProc.PartitionName[20].inputs = [CS002D20/RSP0] -PIC.Core.IONProc.PartitionName[21].inputs = [CS002D21/RSP0] -PIC.Core.IONProc.PartitionName[22].inputs = [CS002D22/RSP0] -PIC.Core.IONProc.PartitionName[23].inputs = [CS002D23/RSP0] -PIC.Core.IONProc.PartitionName[24].inputs = [CS002D24/RSP0] -PIC.Core.IONProc.PartitionName[25].inputs = [CS002D25/RSP0] -PIC.Core.IONProc.PartitionName[26].inputs = [CS002D26/RSP0] -PIC.Core.IONProc.PartitionName[27].inputs = [CS002D27/RSP0] -PIC.Core.IONProc.PartitionName[28].inputs = [CS002D28/RSP0] -PIC.Core.IONProc.PartitionName[29].inputs = [CS002D29/RSP0] -PIC.Core.IONProc.PartitionName[30].inputs = [CS002D30/RSP0] -PIC.Core.IONProc.PartitionName[31].inputs = [CS002D31/RSP0] -PIC.Core.IONProc.PartitionName[32].inputs = [CS002D32/RSP0] -PIC.Core.IONProc.PartitionName[33].inputs = [CS002D33/RSP0] -PIC.Core.IONProc.PartitionName[34].inputs = [CS002D34/RSP0] -PIC.Core.IONProc.PartitionName[35].inputs = [CS002D35/RSP0] -PIC.Core.IONProc.PartitionName[36].inputs = [CS002D36/RSP0] -PIC.Core.IONProc.PartitionName[37].inputs = [CS002D37/RSP0] -PIC.Core.IONProc.PartitionName[38].inputs = [CS002D38/RSP0] -PIC.Core.IONProc.PartitionName[39].inputs = [CS002D39/RSP0] -PIC.Core.IONProc.PartitionName[40].inputs = [CS002D40/RSP0] -PIC.Core.IONProc.PartitionName[41].inputs = [CS002D41/RSP0] -PIC.Core.IONProc.PartitionName[42].inputs = [CS002D42/RSP0] -PIC.Core.IONProc.PartitionName[43].inputs = [CS002D43/RSP0] -PIC.Core.IONProc.PartitionName[44].inputs = [CS002D44/RSP0] -PIC.Core.IONProc.PartitionName[45].inputs = [CS002D45/RSP0] -PIC.Core.IONProc.PartitionName[46].inputs = [CS002D46/RSP0] -PIC.Core.IONProc.PartitionName[47].inputs = [CS002D47/RSP0] -PIC.Core.IONProc.PartitionName[48].inputs = [CS003D00/RSP0] -PIC.Core.IONProc.PartitionName[49].inputs = [CS003D01/RSP0] -PIC.Core.IONProc.PartitionName[50].inputs = [CS003D02/RSP0] -PIC.Core.IONProc.PartitionName[51].inputs = [CS003D03/RSP0] -PIC.Core.IONProc.PartitionName[52].inputs = [CS003D04/RSP0] -PIC.Core.IONProc.PartitionName[53].inputs = [CS003D05/RSP0] -PIC.Core.IONProc.PartitionName[54].inputs = [CS003D06/RSP0] -PIC.Core.IONProc.PartitionName[55].inputs = [CS003D07/RSP0] -PIC.Core.IONProc.PartitionName[56].inputs = [CS003D08/RSP0] -PIC.Core.IONProc.PartitionName[57].inputs = [CS003D09/RSP0] -PIC.Core.IONProc.PartitionName[58].inputs = [CS003D10/RSP0] -PIC.Core.IONProc.PartitionName[59].inputs = [CS003D11/RSP0] -PIC.Core.IONProc.PartitionName[60].inputs = [CS003D12/RSP0] -PIC.Core.IONProc.PartitionName[61].inputs = [CS003D13/RSP0] -PIC.Core.IONProc.PartitionName[62].inputs = [CS003D14/RSP0] -PIC.Core.IONProc.PartitionName[63].inputs = [CS003D15/RSP0] -PIC.Core.IONProc.PartitionName[64].inputs = [CS003D16/RSP0] -PIC.Core.IONProc.PartitionName[65].inputs = [CS003D17/RSP0] -PIC.Core.IONProc.PartitionName[66].inputs = [CS003D18/RSP0] -PIC.Core.IONProc.PartitionName[67].inputs = [CS003D19/RSP0] -PIC.Core.IONProc.PartitionName[68].inputs = [CS003D20/RSP0] -PIC.Core.IONProc.PartitionName[69].inputs = [CS003D21/RSP0] -PIC.Core.IONProc.PartitionName[70].inputs = [CS003D22/RSP0] -PIC.Core.IONProc.PartitionName[71].inputs = [CS003D23/RSP0] -PIC.Core.IONProc.PartitionName[72].inputs = [CS003D24/RSP0] -PIC.Core.IONProc.PartitionName[73].inputs = [CS003D25/RSP0] -PIC.Core.IONProc.PartitionName[74].inputs = [CS003D26/RSP0] -PIC.Core.IONProc.PartitionName[75].inputs = [CS003D27/RSP0] -PIC.Core.IONProc.PartitionName[76].inputs = [CS003D28/RSP0] -PIC.Core.IONProc.PartitionName[77].inputs = [CS003D29/RSP0] -PIC.Core.IONProc.PartitionName[78].inputs = [CS003D30/RSP0] -PIC.Core.IONProc.PartitionName[79].inputs = [CS003D31/RSP0] -PIC.Core.IONProc.PartitionName[80].inputs = [CS003D32/RSP0] -PIC.Core.IONProc.PartitionName[81].inputs = [CS003D33/RSP0] -PIC.Core.IONProc.PartitionName[82].inputs = [CS003D34/RSP0] -PIC.Core.IONProc.PartitionName[83].inputs = [CS003D35/RSP0] -PIC.Core.IONProc.PartitionName[84].inputs = [CS003D36/RSP0] -PIC.Core.IONProc.PartitionName[85].inputs = [CS003D37/RSP0] -PIC.Core.IONProc.PartitionName[86].inputs = [CS003D38/RSP0] -PIC.Core.IONProc.PartitionName[87].inputs = [CS003D39/RSP0] -PIC.Core.IONProc.PartitionName[88].inputs = [CS003D40/RSP0] -PIC.Core.IONProc.PartitionName[89].inputs = [CS003D41/RSP0] -PIC.Core.IONProc.PartitionName[90].inputs = [CS003D42/RSP0] -PIC.Core.IONProc.PartitionName[91].inputs = [CS003D43/RSP0] -PIC.Core.IONProc.PartitionName[92].inputs = [CS003D44/RSP0] -PIC.Core.IONProc.PartitionName[93].inputs = [CS003D45/RSP0] -PIC.Core.IONProc.PartitionName[94].inputs = [CS003D46/RSP0] -PIC.Core.IONProc.PartitionName[95].inputs = [CS003D47/RSP0] -PIC.Core.IONProc.PartitionName[96].inputs = [CS004D00/RSP0] -PIC.Core.IONProc.PartitionName[97].inputs = [CS004D01/RSP0] -PIC.Core.IONProc.PartitionName[98].inputs = [CS004D02/RSP0] -PIC.Core.IONProc.PartitionName[99].inputs = [CS004D03/RSP0] -PIC.Core.IONProc.PartitionName[100].inputs = [CS004D04/RSP0] -PIC.Core.IONProc.PartitionName[101].inputs = [CS004D05/RSP0] -PIC.Core.IONProc.PartitionName[102].inputs = [CS004D06/RSP0] -PIC.Core.IONProc.PartitionName[103].inputs = [CS004D07/RSP0] -PIC.Core.IONProc.PartitionName[104].inputs = [CS004D08/RSP0] -PIC.Core.IONProc.PartitionName[105].inputs = [CS004D09/RSP0] -PIC.Core.IONProc.PartitionName[106].inputs = [CS004D10/RSP0] -PIC.Core.IONProc.PartitionName[107].inputs = [CS004D11/RSP0] -PIC.Core.IONProc.PartitionName[108].inputs = [CS004D12/RSP0] -PIC.Core.IONProc.PartitionName[109].inputs = [CS004D13/RSP0] -PIC.Core.IONProc.PartitionName[110].inputs = [CS004D14/RSP0] -PIC.Core.IONProc.PartitionName[111].inputs = [CS004D15/RSP0] -PIC.Core.IONProc.PartitionName[112].inputs = [CS004D16/RSP0] -PIC.Core.IONProc.PartitionName[113].inputs = [CS004D17/RSP0] -PIC.Core.IONProc.PartitionName[114].inputs = [CS004D18/RSP0] -PIC.Core.IONProc.PartitionName[115].inputs = [CS004D19/RSP0] -PIC.Core.IONProc.PartitionName[116].inputs = [CS004D20/RSP0] -PIC.Core.IONProc.PartitionName[117].inputs = [CS004D21/RSP0] -PIC.Core.IONProc.PartitionName[118].inputs = [CS004D22/RSP0] -PIC.Core.IONProc.PartitionName[119].inputs = [CS004D23/RSP0] -PIC.Core.IONProc.PartitionName[120].inputs = [CS004D24/RSP0] -PIC.Core.IONProc.PartitionName[121].inputs = [CS004D25/RSP0] -PIC.Core.IONProc.PartitionName[122].inputs = [CS004D26/RSP0] -PIC.Core.IONProc.PartitionName[123].inputs = [CS004D27/RSP0] -PIC.Core.IONProc.PartitionName[124].inputs = [CS004D28/RSP0] -PIC.Core.IONProc.PartitionName[125].inputs = [CS004D29/RSP0] -PIC.Core.IONProc.PartitionName[126].inputs = [CS004D30/RSP0] -PIC.Core.IONProc.PartitionName[127].inputs = [CS004D31/RSP0] -PIC.Core.IONProc.PartitionName[128].inputs = [CS004D32/RSP0] -PIC.Core.IONProc.PartitionName[129].inputs = [CS004D33/RSP0] -PIC.Core.IONProc.PartitionName[130].inputs = [CS004D34/RSP0] -PIC.Core.IONProc.PartitionName[131].inputs = [CS004D35/RSP0] -PIC.Core.IONProc.PartitionName[132].inputs = [CS004D36/RSP0] -PIC.Core.IONProc.PartitionName[133].inputs = [CS004D37/RSP0] -PIC.Core.IONProc.PartitionName[134].inputs = [CS004D38/RSP0] -PIC.Core.IONProc.PartitionName[135].inputs = [CS004D39/RSP0] -PIC.Core.IONProc.PartitionName[136].inputs = [CS004D40/RSP0] -PIC.Core.IONProc.PartitionName[137].inputs = [CS004D41/RSP0] -PIC.Core.IONProc.PartitionName[138].inputs = [CS004D42/RSP0] -PIC.Core.IONProc.PartitionName[139].inputs = [CS004D43/RSP0] -PIC.Core.IONProc.PartitionName[140].inputs = [CS004D44/RSP0] -PIC.Core.IONProc.PartitionName[141].inputs = [CS004D45/RSP0] -PIC.Core.IONProc.PartitionName[142].inputs = [CS004D46/RSP0] -PIC.Core.IONProc.PartitionName[143].inputs = [CS004D47/RSP0] -PIC.Core.IONProc.PartitionName[144].inputs = [CS005D00/RSP0] -PIC.Core.IONProc.PartitionName[145].inputs = [CS005D01/RSP0] -PIC.Core.IONProc.PartitionName[146].inputs = [CS005D02/RSP0] -PIC.Core.IONProc.PartitionName[147].inputs = [CS005D03/RSP0] -PIC.Core.IONProc.PartitionName[148].inputs = [CS005D04/RSP0] -PIC.Core.IONProc.PartitionName[149].inputs = [CS005D05/RSP0] -PIC.Core.IONProc.PartitionName[150].inputs = [CS005D06/RSP0] -PIC.Core.IONProc.PartitionName[151].inputs = [CS005D07/RSP0] -PIC.Core.IONProc.PartitionName[152].inputs = [CS005D08/RSP0] -PIC.Core.IONProc.PartitionName[153].inputs = [CS005D09/RSP0] -PIC.Core.IONProc.PartitionName[154].inputs = [CS005D10/RSP0] -PIC.Core.IONProc.PartitionName[155].inputs = [CS005D11/RSP0] -PIC.Core.IONProc.PartitionName[156].inputs = [CS005D12/RSP0] -PIC.Core.IONProc.PartitionName[157].inputs = [CS005D13/RSP0] -PIC.Core.IONProc.PartitionName[158].inputs = [CS005D14/RSP0] -PIC.Core.IONProc.PartitionName[159].inputs = [CS005D15/RSP0] -PIC.Core.IONProc.PartitionName[160].inputs = [CS005D16/RSP0] -PIC.Core.IONProc.PartitionName[161].inputs = [CS005D17/RSP0] -PIC.Core.IONProc.PartitionName[162].inputs = [CS005D18/RSP0] -PIC.Core.IONProc.PartitionName[163].inputs = [CS005D19/RSP0] -PIC.Core.IONProc.PartitionName[164].inputs = [CS005D20/RSP0] -PIC.Core.IONProc.PartitionName[165].inputs = [CS005D21/RSP0] -PIC.Core.IONProc.PartitionName[166].inputs = [CS005D22/RSP0] -PIC.Core.IONProc.PartitionName[167].inputs = [CS005D23/RSP0] -PIC.Core.IONProc.PartitionName[168].inputs = [CS005D24/RSP0] -PIC.Core.IONProc.PartitionName[169].inputs = [CS005D25/RSP0] -PIC.Core.IONProc.PartitionName[170].inputs = [CS005D26/RSP0] -PIC.Core.IONProc.PartitionName[171].inputs = [CS005D27/RSP0] -PIC.Core.IONProc.PartitionName[172].inputs = [CS005D28/RSP0] -PIC.Core.IONProc.PartitionName[173].inputs = [CS005D29/RSP0] -PIC.Core.IONProc.PartitionName[174].inputs = [CS005D30/RSP0] -PIC.Core.IONProc.PartitionName[175].inputs = [CS005D31/RSP0] -PIC.Core.IONProc.PartitionName[176].inputs = [CS005D32/RSP0] -PIC.Core.IONProc.PartitionName[177].inputs = [CS005D33/RSP0] -PIC.Core.IONProc.PartitionName[178].inputs = [CS005D34/RSP0] -PIC.Core.IONProc.PartitionName[179].inputs = [CS005D35/RSP0] -PIC.Core.IONProc.PartitionName[180].inputs = [CS005D36/RSP0] -PIC.Core.IONProc.PartitionName[181].inputs = [CS005D37/RSP0] -PIC.Core.IONProc.PartitionName[182].inputs = [CS005D38/RSP0] -PIC.Core.IONProc.PartitionName[183].inputs = [CS005D39/RSP0] -PIC.Core.IONProc.PartitionName[184].inputs = [CS005D40/RSP0] -PIC.Core.IONProc.PartitionName[185].inputs = [CS005D41/RSP0] -PIC.Core.IONProc.PartitionName[186].inputs = [CS005D42/RSP0] -PIC.Core.IONProc.PartitionName[187].inputs = [CS005D43/RSP0] -PIC.Core.IONProc.PartitionName[188].inputs = [CS005D44/RSP0] -PIC.Core.IONProc.PartitionName[189].inputs = [CS005D45/RSP0] -PIC.Core.IONProc.PartitionName[190].inputs = [CS005D46/RSP0] -PIC.Core.IONProc.PartitionName[191].inputs = [CS005D47/RSP0] -PIC.Core.IONProc.PartitionName[192].inputs = [CS006D00/RSP0] -PIC.Core.IONProc.PartitionName[193].inputs = [CS006D01/RSP0] -PIC.Core.IONProc.PartitionName[194].inputs = [CS006D02/RSP0] -PIC.Core.IONProc.PartitionName[195].inputs = [CS006D03/RSP0] -PIC.Core.IONProc.PartitionName[196].inputs = [CS006D04/RSP0] -PIC.Core.IONProc.PartitionName[197].inputs = [CS006D05/RSP0] -PIC.Core.IONProc.PartitionName[198].inputs = [CS006D06/RSP0] -PIC.Core.IONProc.PartitionName[199].inputs = [CS006D07/RSP0] -PIC.Core.IONProc.PartitionName[200].inputs = [CS006D08/RSP0] -PIC.Core.IONProc.PartitionName[201].inputs = [CS006D09/RSP0] -PIC.Core.IONProc.PartitionName[202].inputs = [CS006D10/RSP0] -PIC.Core.IONProc.PartitionName[203].inputs = [CS006D11/RSP0] -PIC.Core.IONProc.PartitionName[204].inputs = [CS006D12/RSP0] -PIC.Core.IONProc.PartitionName[205].inputs = [CS006D13/RSP0] -PIC.Core.IONProc.PartitionName[206].inputs = [CS006D14/RSP0] -PIC.Core.IONProc.PartitionName[207].inputs = [CS006D15/RSP0] -PIC.Core.IONProc.PartitionName[208].inputs = [CS006D16/RSP0] -PIC.Core.IONProc.PartitionName[209].inputs = [CS006D17/RSP0] -PIC.Core.IONProc.PartitionName[210].inputs = [CS006D18/RSP0] -PIC.Core.IONProc.PartitionName[211].inputs = [CS006D19/RSP0] -PIC.Core.IONProc.PartitionName[212].inputs = [CS006D20/RSP0] -PIC.Core.IONProc.PartitionName[213].inputs = [CS006D21/RSP0] -PIC.Core.IONProc.PartitionName[214].inputs = [CS006D22/RSP0] -PIC.Core.IONProc.PartitionName[215].inputs = [CS006D23/RSP0] -PIC.Core.IONProc.PartitionName[216].inputs = [CS006D24/RSP0] -PIC.Core.IONProc.PartitionName[217].inputs = [CS006D25/RSP0] -PIC.Core.IONProc.PartitionName[218].inputs = [CS006D26/RSP0] -PIC.Core.IONProc.PartitionName[219].inputs = [CS006D27/RSP0] -PIC.Core.IONProc.PartitionName[220].inputs = [CS006D28/RSP0] -PIC.Core.IONProc.PartitionName[221].inputs = [CS006D29/RSP0] -PIC.Core.IONProc.PartitionName[222].inputs = [CS006D30/RSP0] -PIC.Core.IONProc.PartitionName[223].inputs = [CS006D31/RSP0] -PIC.Core.IONProc.PartitionName[224].inputs = [CS006D32/RSP0] -PIC.Core.IONProc.PartitionName[225].inputs = [CS006D33/RSP0] -PIC.Core.IONProc.PartitionName[226].inputs = [CS006D34/RSP0] -PIC.Core.IONProc.PartitionName[227].inputs = [CS006D35/RSP0] -PIC.Core.IONProc.PartitionName[228].inputs = [CS006D36/RSP0] -PIC.Core.IONProc.PartitionName[229].inputs = [CS006D37/RSP0] -PIC.Core.IONProc.PartitionName[230].inputs = [CS006D38/RSP0] -PIC.Core.IONProc.PartitionName[231].inputs = [CS006D39/RSP0] -PIC.Core.IONProc.PartitionName[232].inputs = [CS006D40/RSP0] -PIC.Core.IONProc.PartitionName[233].inputs = [CS006D41/RSP0] -PIC.Core.IONProc.PartitionName[234].inputs = [CS006D42/RSP0] -PIC.Core.IONProc.PartitionName[235].inputs = [CS006D43/RSP0] -PIC.Core.IONProc.PartitionName[236].inputs = [CS006D44/RSP0] -PIC.Core.IONProc.PartitionName[237].inputs = [CS006D45/RSP0] -PIC.Core.IONProc.PartitionName[238].inputs = [CS006D46/RSP0] -PIC.Core.IONProc.PartitionName[239].inputs = [CS006D47/RSP0] -PIC.Core.IONProc.PartitionName[240].inputs = [CS007D00/RSP0] -PIC.Core.IONProc.PartitionName[241].inputs = [CS007D01/RSP0] -PIC.Core.IONProc.PartitionName[242].inputs = [CS007D02/RSP0] -PIC.Core.IONProc.PartitionName[243].inputs = [CS007D03/RSP0] -PIC.Core.IONProc.PartitionName[244].inputs = [CS007D04/RSP0] -PIC.Core.IONProc.PartitionName[245].inputs = [CS007D05/RSP0] -PIC.Core.IONProc.PartitionName[246].inputs = [CS007D06/RSP0] -PIC.Core.IONProc.PartitionName[247].inputs = [CS007D07/RSP0] -PIC.Core.IONProc.PartitionName[248].inputs = [CS007D08/RSP0] -PIC.Core.IONProc.PartitionName[249].inputs = [CS007D09/RSP0] -PIC.Core.IONProc.PartitionName[250].inputs = [CS007D10/RSP0] -PIC.Core.IONProc.PartitionName[251].inputs = [CS007D11/RSP0] -PIC.Core.IONProc.PartitionName[252].inputs = [CS007D12/RSP0] -PIC.Core.IONProc.PartitionName[253].inputs = [CS007D13/RSP0] -PIC.Core.IONProc.PartitionName[254].inputs = [CS007D14/RSP0] -PIC.Core.IONProc.PartitionName[255].inputs = [CS007D15/RSP0] -PIC.Core.IONProc.PartitionName[256].inputs = [CS007D16/RSP0] -PIC.Core.IONProc.PartitionName[257].inputs = [CS007D17/RSP0] -PIC.Core.IONProc.PartitionName[258].inputs = [CS007D18/RSP0] -PIC.Core.IONProc.PartitionName[259].inputs = [CS007D19/RSP0] -PIC.Core.IONProc.PartitionName[260].inputs = [CS007D20/RSP0] -PIC.Core.IONProc.PartitionName[261].inputs = [CS007D21/RSP0] -PIC.Core.IONProc.PartitionName[262].inputs = [CS007D22/RSP0] -PIC.Core.IONProc.PartitionName[263].inputs = [CS007D23/RSP0] -PIC.Core.IONProc.PartitionName[264].inputs = [CS007D24/RSP0] -PIC.Core.IONProc.PartitionName[265].inputs = [CS007D25/RSP0] -PIC.Core.IONProc.PartitionName[266].inputs = [CS007D26/RSP0] -PIC.Core.IONProc.PartitionName[267].inputs = [CS007D27/RSP0] -PIC.Core.IONProc.PartitionName[268].inputs = [CS007D28/RSP0] -PIC.Core.IONProc.PartitionName[269].inputs = [CS007D29/RSP0] -PIC.Core.IONProc.PartitionName[270].inputs = [CS007D30/RSP0] -PIC.Core.IONProc.PartitionName[271].inputs = [CS007D31/RSP0] -PIC.Core.IONProc.PartitionName[272].inputs = [CS007D32/RSP0] -PIC.Core.IONProc.PartitionName[273].inputs = [CS007D33/RSP0] -PIC.Core.IONProc.PartitionName[274].inputs = [CS007D34/RSP0] -PIC.Core.IONProc.PartitionName[275].inputs = [CS007D35/RSP0] -PIC.Core.IONProc.PartitionName[276].inputs = [CS007D36/RSP0] -PIC.Core.IONProc.PartitionName[277].inputs = [CS007D37/RSP0] -PIC.Core.IONProc.PartitionName[278].inputs = [CS007D38/RSP0] -PIC.Core.IONProc.PartitionName[279].inputs = [CS007D39/RSP0] -PIC.Core.IONProc.PartitionName[280].inputs = [CS007D40/RSP0] -PIC.Core.IONProc.PartitionName[281].inputs = [CS007D41/RSP0] -PIC.Core.IONProc.PartitionName[282].inputs = [CS007D42/RSP0] -PIC.Core.IONProc.PartitionName[283].inputs = [CS007D43/RSP0] -PIC.Core.IONProc.PartitionName[284].inputs = [CS007D44/RSP0] -PIC.Core.IONProc.PartitionName[285].inputs = [CS007D45/RSP0] -PIC.Core.IONProc.PartitionName[286].inputs = [CS007D46/RSP0] -PIC.Core.IONProc.PartitionName[287].inputs = [CS007D47/RSP0] -PIC.Core.CS002D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D00.raw] -PIC.Core.CS002D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D01.raw] -PIC.Core.CS002D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D02.raw] -PIC.Core.CS002D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D03.raw] -PIC.Core.CS002D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D04.raw] -PIC.Core.CS002D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D05.raw] -PIC.Core.CS002D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D06.raw] -PIC.Core.CS002D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D07.raw] -PIC.Core.CS002D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D08.raw] -PIC.Core.CS002D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D09.raw] -PIC.Core.CS002D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D10.raw] -PIC.Core.CS002D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D11.raw] -PIC.Core.CS002D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D12.raw] -PIC.Core.CS002D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D13.raw] -PIC.Core.CS002D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D14.raw] -PIC.Core.CS002D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D15.raw] -PIC.Core.CS002D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D16.raw] -PIC.Core.CS002D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D17.raw] -PIC.Core.CS002D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D18.raw] -PIC.Core.CS002D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D19.raw] -PIC.Core.CS002D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D20.raw] -PIC.Core.CS002D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D21.raw] -PIC.Core.CS002D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D22.raw] -PIC.Core.CS002D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D23.raw] -PIC.Core.CS002D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D24.raw] -PIC.Core.CS002D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D25.raw] -PIC.Core.CS002D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D26.raw] -PIC.Core.CS002D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D27.raw] -PIC.Core.CS002D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D28.raw] -PIC.Core.CS002D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D29.raw] -PIC.Core.CS002D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D30.raw] -PIC.Core.CS002D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D31.raw] -PIC.Core.CS002D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D32.raw] -PIC.Core.CS002D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D33.raw] -PIC.Core.CS002D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D34.raw] -PIC.Core.CS002D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D35.raw] -PIC.Core.CS002D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D36.raw] -PIC.Core.CS002D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D37.raw] -PIC.Core.CS002D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D38.raw] -PIC.Core.CS002D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D39.raw] -PIC.Core.CS002D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D40.raw] -PIC.Core.CS002D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D41.raw] -PIC.Core.CS002D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D42.raw] -PIC.Core.CS002D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D43.raw] -PIC.Core.CS002D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D44.raw] -PIC.Core.CS002D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D45.raw] -PIC.Core.CS002D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D46.raw] -PIC.Core.CS002D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D47.raw] -PIC.Core.CS003D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D00.raw] -PIC.Core.CS003D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D01.raw] -PIC.Core.CS003D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D02.raw] -PIC.Core.CS003D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D03.raw] -PIC.Core.CS003D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D04.raw] -PIC.Core.CS003D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D05.raw] -PIC.Core.CS003D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D06.raw] -PIC.Core.CS003D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D07.raw] -PIC.Core.CS003D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D08.raw] -PIC.Core.CS003D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D09.raw] -PIC.Core.CS003D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D10.raw] -PIC.Core.CS003D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D11.raw] -PIC.Core.CS003D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D12.raw] -PIC.Core.CS003D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D13.raw] -PIC.Core.CS003D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D14.raw] -PIC.Core.CS003D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D15.raw] -PIC.Core.CS003D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D16.raw] -PIC.Core.CS003D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D17.raw] -PIC.Core.CS003D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D18.raw] -PIC.Core.CS003D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D19.raw] -PIC.Core.CS003D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D20.raw] -PIC.Core.CS003D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D21.raw] -PIC.Core.CS003D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D22.raw] -PIC.Core.CS003D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D23.raw] -PIC.Core.CS003D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D24.raw] -PIC.Core.CS003D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D25.raw] -PIC.Core.CS003D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D26.raw] -PIC.Core.CS003D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D27.raw] -PIC.Core.CS003D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D28.raw] -PIC.Core.CS003D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D29.raw] -PIC.Core.CS003D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D30.raw] -PIC.Core.CS003D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D31.raw] -PIC.Core.CS003D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D32.raw] -PIC.Core.CS003D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D33.raw] -PIC.Core.CS003D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D34.raw] -PIC.Core.CS003D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D35.raw] -PIC.Core.CS003D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D36.raw] -PIC.Core.CS003D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D37.raw] -PIC.Core.CS003D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D38.raw] -PIC.Core.CS003D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D39.raw] -PIC.Core.CS003D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D40.raw] -PIC.Core.CS003D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D41.raw] -PIC.Core.CS003D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D42.raw] -PIC.Core.CS003D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D43.raw] -PIC.Core.CS003D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D44.raw] -PIC.Core.CS003D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D45.raw] -PIC.Core.CS003D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D46.raw] -PIC.Core.CS003D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D47.raw] -PIC.Core.CS004D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D00.raw] -PIC.Core.CS004D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D01.raw] -PIC.Core.CS004D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D02.raw] -PIC.Core.CS004D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D03.raw] -PIC.Core.CS004D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D04.raw] -PIC.Core.CS004D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D05.raw] -PIC.Core.CS004D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D06.raw] -PIC.Core.CS004D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D07.raw] -PIC.Core.CS004D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D08.raw] -PIC.Core.CS004D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D09.raw] -PIC.Core.CS004D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D10.raw] -PIC.Core.CS004D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D11.raw] -PIC.Core.CS004D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D12.raw] -PIC.Core.CS004D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D13.raw] -PIC.Core.CS004D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D14.raw] -PIC.Core.CS004D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D15.raw] -PIC.Core.CS004D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D16.raw] -PIC.Core.CS004D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D17.raw] -PIC.Core.CS004D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D18.raw] -PIC.Core.CS004D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D19.raw] -PIC.Core.CS004D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D20.raw] -PIC.Core.CS004D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D21.raw] -PIC.Core.CS004D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D22.raw] -PIC.Core.CS004D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D23.raw] -PIC.Core.CS004D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D24.raw] -PIC.Core.CS004D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D25.raw] -PIC.Core.CS004D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D26.raw] -PIC.Core.CS004D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D27.raw] -PIC.Core.CS004D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D28.raw] -PIC.Core.CS004D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D29.raw] -PIC.Core.CS004D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D30.raw] -PIC.Core.CS004D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D31.raw] -PIC.Core.CS004D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D32.raw] -PIC.Core.CS004D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D33.raw] -PIC.Core.CS004D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D34.raw] -PIC.Core.CS004D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D35.raw] -PIC.Core.CS004D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D36.raw] -PIC.Core.CS004D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D37.raw] -PIC.Core.CS004D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D38.raw] -PIC.Core.CS004D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D39.raw] -PIC.Core.CS004D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D40.raw] -PIC.Core.CS004D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D41.raw] -PIC.Core.CS004D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D42.raw] -PIC.Core.CS004D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D43.raw] -PIC.Core.CS004D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D44.raw] -PIC.Core.CS004D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D45.raw] -PIC.Core.CS004D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D46.raw] -PIC.Core.CS004D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D47.raw] -PIC.Core.CS005D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D00.raw] -PIC.Core.CS005D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D01.raw] -PIC.Core.CS005D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D02.raw] -PIC.Core.CS005D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D03.raw] -PIC.Core.CS005D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D04.raw] -PIC.Core.CS005D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D05.raw] -PIC.Core.CS005D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D06.raw] -PIC.Core.CS005D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D07.raw] -PIC.Core.CS005D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D08.raw] -PIC.Core.CS005D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D09.raw] -PIC.Core.CS005D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D10.raw] -PIC.Core.CS005D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D11.raw] -PIC.Core.CS005D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D12.raw] -PIC.Core.CS005D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D13.raw] -PIC.Core.CS005D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D14.raw] -PIC.Core.CS005D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D15.raw] -PIC.Core.CS005D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D16.raw] -PIC.Core.CS005D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D17.raw] -PIC.Core.CS005D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D18.raw] -PIC.Core.CS005D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D19.raw] -PIC.Core.CS005D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D20.raw] -PIC.Core.CS005D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D21.raw] -PIC.Core.CS005D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D22.raw] -PIC.Core.CS005D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D23.raw] -PIC.Core.CS005D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D24.raw] -PIC.Core.CS005D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D25.raw] -PIC.Core.CS005D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D26.raw] -PIC.Core.CS005D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D27.raw] -PIC.Core.CS005D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D28.raw] -PIC.Core.CS005D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D29.raw] -PIC.Core.CS005D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D30.raw] -PIC.Core.CS005D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D31.raw] -PIC.Core.CS005D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D32.raw] -PIC.Core.CS005D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D33.raw] -PIC.Core.CS005D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D34.raw] -PIC.Core.CS005D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D35.raw] -PIC.Core.CS005D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D36.raw] -PIC.Core.CS005D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D37.raw] -PIC.Core.CS005D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D38.raw] -PIC.Core.CS005D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D39.raw] -PIC.Core.CS005D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D40.raw] -PIC.Core.CS005D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D41.raw] -PIC.Core.CS005D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D42.raw] -PIC.Core.CS005D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D43.raw] -PIC.Core.CS005D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D44.raw] -PIC.Core.CS005D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D45.raw] -PIC.Core.CS005D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D46.raw] -PIC.Core.CS005D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D47.raw] -PIC.Core.CS006D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D00.raw] -PIC.Core.CS006D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D01.raw] -PIC.Core.CS006D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D02.raw] -PIC.Core.CS006D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D03.raw] -PIC.Core.CS006D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D04.raw] -PIC.Core.CS006D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D05.raw] -PIC.Core.CS006D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D06.raw] -PIC.Core.CS006D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D07.raw] -PIC.Core.CS006D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D08.raw] -PIC.Core.CS006D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D09.raw] -PIC.Core.CS006D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D10.raw] -PIC.Core.CS006D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D11.raw] -PIC.Core.CS006D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D12.raw] -PIC.Core.CS006D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D13.raw] -PIC.Core.CS006D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D14.raw] -PIC.Core.CS006D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D15.raw] -PIC.Core.CS006D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D16.raw] -PIC.Core.CS006D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D17.raw] -PIC.Core.CS006D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D18.raw] -PIC.Core.CS006D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D19.raw] -PIC.Core.CS006D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D20.raw] -PIC.Core.CS006D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D21.raw] -PIC.Core.CS006D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D22.raw] -PIC.Core.CS006D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D23.raw] -PIC.Core.CS006D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D24.raw] -PIC.Core.CS006D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D25.raw] -PIC.Core.CS006D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D26.raw] -PIC.Core.CS006D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D27.raw] -PIC.Core.CS006D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D28.raw] -PIC.Core.CS006D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D29.raw] -PIC.Core.CS006D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D30.raw] -PIC.Core.CS006D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D31.raw] -PIC.Core.CS006D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D32.raw] -PIC.Core.CS006D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D33.raw] -PIC.Core.CS006D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D34.raw] -PIC.Core.CS006D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D35.raw] -PIC.Core.CS006D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D36.raw] -PIC.Core.CS006D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D37.raw] -PIC.Core.CS006D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D38.raw] -PIC.Core.CS006D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D39.raw] -PIC.Core.CS006D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D40.raw] -PIC.Core.CS006D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D41.raw] -PIC.Core.CS006D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D42.raw] -PIC.Core.CS006D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D43.raw] -PIC.Core.CS006D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D44.raw] -PIC.Core.CS006D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D45.raw] -PIC.Core.CS006D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D46.raw] -PIC.Core.CS006D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D47.raw] -PIC.Core.CS007D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D00.raw] -PIC.Core.CS007D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D01.raw] -PIC.Core.CS007D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D02.raw] -PIC.Core.CS007D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D03.raw] -PIC.Core.CS007D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D04.raw] -PIC.Core.CS007D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D05.raw] -PIC.Core.CS007D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D06.raw] -PIC.Core.CS007D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D07.raw] -PIC.Core.CS007D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D08.raw] -PIC.Core.CS007D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D09.raw] -PIC.Core.CS007D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D10.raw] -PIC.Core.CS007D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D11.raw] -PIC.Core.CS007D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D12.raw] -PIC.Core.CS007D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D13.raw] -PIC.Core.CS007D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D14.raw] -PIC.Core.CS007D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D15.raw] -PIC.Core.CS007D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D16.raw] -PIC.Core.CS007D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D17.raw] -PIC.Core.CS007D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D18.raw] -PIC.Core.CS007D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D19.raw] -PIC.Core.CS007D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D20.raw] -PIC.Core.CS007D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D21.raw] -PIC.Core.CS007D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D22.raw] -PIC.Core.CS007D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D23.raw] -PIC.Core.CS007D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D24.raw] -PIC.Core.CS007D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D25.raw] -PIC.Core.CS007D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D26.raw] -PIC.Core.CS007D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D27.raw] -PIC.Core.CS007D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D28.raw] -PIC.Core.CS007D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D29.raw] -PIC.Core.CS007D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D30.raw] -PIC.Core.CS007D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D31.raw] -PIC.Core.CS007D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D32.raw] -PIC.Core.CS007D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D33.raw] -PIC.Core.CS007D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D34.raw] -PIC.Core.CS007D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D35.raw] -PIC.Core.CS007D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D36.raw] -PIC.Core.CS007D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D37.raw] -PIC.Core.CS007D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D38.raw] -PIC.Core.CS007D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D39.raw] -PIC.Core.CS007D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D40.raw] -PIC.Core.CS007D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D41.raw] -PIC.Core.CS007D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D42.raw] -PIC.Core.CS007D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D43.raw] -PIC.Core.CS007D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D44.raw] -PIC.Core.CS007D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D45.raw] -PIC.Core.CS007D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D46.raw] -PIC.Core.CS007D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D47.raw] -PIC.Core.CS002D00.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D01.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D02.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D03.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D04.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D05.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D06.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D07.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D08.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D09.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D10.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D11.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D12.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D13.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D14.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D15.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D16.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D17.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D18.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D19.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D20.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D21.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D22.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D23.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D24.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D25.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D26.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D27.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D28.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D29.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D30.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D31.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D32.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D33.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D34.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D35.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D36.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D37.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D38.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D39.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D40.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D41.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D42.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D43.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D44.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D45.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D46.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D47.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS003D00.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D01.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D02.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D03.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D04.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D05.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D06.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D07.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D08.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D09.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D10.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D11.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D12.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D13.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D14.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D15.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D16.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D17.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D18.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D19.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D20.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D21.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D22.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D23.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D24.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D25.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D26.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D27.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D28.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D29.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D30.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D31.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D32.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D33.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D34.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D35.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D36.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D37.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D38.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D39.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D40.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D41.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D42.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D43.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D44.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D45.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D46.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D47.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS004D00.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D01.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D02.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D03.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D04.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D05.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D06.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D07.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D08.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D09.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D10.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D11.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D12.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D13.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D14.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D15.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D16.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D17.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D18.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D19.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D20.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D21.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D22.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D23.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D24.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D25.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D26.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D27.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D28.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D29.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D30.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D31.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D32.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D33.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D34.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D35.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D36.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D37.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D38.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D39.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D40.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D41.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D42.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D43.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D44.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D45.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D46.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D47.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS005D00.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D01.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D02.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D03.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D04.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D05.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D06.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D07.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D08.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D09.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D10.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D11.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D12.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D13.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D14.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D15.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D16.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D17.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D18.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D19.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D20.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D21.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D22.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D23.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D24.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D25.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D26.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D27.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D28.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D29.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D30.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D31.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D32.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D33.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D34.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D35.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D36.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D37.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D38.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D39.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D40.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D41.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D42.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D43.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D44.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D45.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D46.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D47.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS006D00.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D01.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D02.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D03.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D04.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D05.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D06.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D07.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D08.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D09.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D10.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D11.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D12.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D13.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D14.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D15.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D16.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D17.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D18.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D19.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D20.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D21.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D22.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D23.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D24.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D25.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D26.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D27.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D28.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D29.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D30.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D31.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D32.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D33.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D34.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D35.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D36.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D37.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D38.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D39.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D40.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D41.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D42.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D43.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D44.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D45.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D46.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D47.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS007D00.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D01.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D02.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D03.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D04.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D05.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D06.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D07.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D08.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D09.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D10.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D11.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D12.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D13.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D14.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D15.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D16.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D17.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D18.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D19.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D20.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D21.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D22.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D23.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D24.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D25.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D26.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D27.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D28.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D29.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D30.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D31.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D32.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D33.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D34.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D35.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D36.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D37.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D38.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D39.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D40.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D41.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D42.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D43.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D44.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D45.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D46.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D47.clockCorrectionTime = 7.885136e-06 -Observation.referencePhaseCenter = [3826577.110,461022.900,5064892.758] -# LBA_INNER -#PIC.Core.CS002D00.phaseCenter = [3826577.109500,461022.900196,5064892.758000] -#PIC.Core.CS002D01.phaseCenter = [3826575.090500,461022.657196,5064894.296000] -#PIC.Core.CS002D02.phaseCenter = [3826575.771500,461025.005196,5064893.572000] -#PIC.Core.CS002D03.phaseCenter = [3826577.909500,461025.263196,5064891.944000] -#PIC.Core.CS002D04.phaseCenter = [3826579.128500,461023.143196,5064891.220000] -#PIC.Core.CS002D05.phaseCenter = [3826578.447500,461020.795196,5064891.944000] -#PIC.Core.CS002D06.phaseCenter = [3826576.309500,461020.537196,5064893.572000] -#PIC.Core.CS002D07.phaseCenter = [3826574.036500,461018.775195,5064895.437000] -#PIC.Core.CS002D08.phaseCenter = [3826572.516500,461022.347195,5064896.256000] -#PIC.Core.CS002D09.phaseCenter = [3826573.144500,461026.177195,5064895.438000] -#PIC.Core.CS002D10.phaseCenter = [3826575.628500,461028.475196,5064893.365000] -#PIC.Core.CS002D11.phaseCenter = [3826578.805500,461028.164196,5064891.009000] -#PIC.Core.CS002D12.phaseCenter = [3826581.188500,461025.390196,5064889.471000] -#PIC.Core.CS002D13.phaseCenter = [3826581.662500,461021.450196,5064889.471000] -#PIC.Core.CS002D14.phaseCenter = [3826580.006500,461018.190196,5064891.009000] -#PIC.Core.CS002D15.phaseCenter = [3826576.995500,461017.133196,5064893.365000] -#PIC.Core.CS002D16.phaseCenter = [3826576.272500,461013.726196,5064894.215000] -#PIC.Core.CS002D17.phaseCenter = [3826573.376500,461014.469195,5064896.322000] -#PIC.Core.CS002D18.phaseCenter = [3826570.181500,461017.749195,5064898.424000] -#PIC.Core.CS002D19.phaseCenter = [3826569.112500,461024.945195,5064898.576000] -#PIC.Core.CS002D20.phaseCenter = [3826569.852500,461027.976195,5064897.746000] -#PIC.Core.CS002D21.phaseCenter = [3826572.070500,461031.095195,5064895.800000] -#PIC.Core.CS002D22.phaseCenter = [3826575.368500,461031.959196,5064893.246000] -#PIC.Core.CS002D23.phaseCenter = [3826579.971500,461030.917196,5064889.885000] -#PIC.Core.CS002D24.phaseCenter = [3826583.385500,461028.524196,5064887.539000] -#PIC.Core.CS002D25.phaseCenter = [3826584.999500,461024.537196,5064886.688000] -#PIC.Core.CS002D26.phaseCenter = [3826584.442500,461020.707196,5064887.452000] -#PIC.Core.CS002D27.phaseCenter = [3826582.564500,461016.605196,5064889.232000] -#PIC.Core.CS002D28.phaseCenter = [3826579.539500,461014.081196,5064891.731000] -#PIC.Core.CS002D29.phaseCenter = [3826574.724500,461009.083195,5064895.797000] -#PIC.Core.CS002D30.phaseCenter = [3826571.744500,461010.132195,5064897.939000] -#PIC.Core.CS002D31.phaseCenter = [3826569.960500,461012.435195,5064899.070000] -#PIC.Core.CS002D32.phaseCenter = [3826567.013500,461019.699195,5064900.626000] -#PIC.Core.CS002D33.phaseCenter = [3826565.109500,461021.640195,5064901.880000] -#PIC.Core.CS002D34.phaseCenter = [3826567.204500,461028.490195,5064899.688000] -#PIC.Core.CS002D35.phaseCenter = [3826569.542500,461032.470195,5064897.573000] -#PIC.Core.CS002D36.phaseCenter = [3826571.812500,461036.793195,5064895.478000] -#PIC.Core.CS002D37.phaseCenter = [3826574.471500,461036.116195,5064893.544000] -#PIC.Core.CS002D38.phaseCenter = [3826578.276500,461035.734196,5064890.722000] -#PIC.Core.CS002D39.phaseCenter = [3826583.531500,461032.936196,5064887.030000] -#PIC.Core.CS002D40.phaseCenter = [3826585.419500,461031.329196,5064885.758000] -#PIC.Core.CS002D41.phaseCenter = [3826587.195500,461026.381196,5064884.873000] -#PIC.Core.CS002D42.phaseCenter = [3826589.188500,461022.935197,5064883.688000] -#PIC.Core.CS002D43.phaseCenter = [3826586.727500,461014.817196,5064886.269000] -#PIC.Core.CS002D44.phaseCenter = [3826584.542500,461012.072196,5064888.157000] -#PIC.Core.CS002D45.phaseCenter = [3826581.014500,461009.055196,5064891.078000] -#PIC.Core.CS002D46.phaseCenter = [3826603.455510,460977.274198,5064877.107000] -#PIC.Core.CS002D47.phaseCenter = [3826612.589500,461053.051198,5064863.401000] -##PIC.Core.CS003D00.phaseCenter = [3826516.791510,460930.018191,5064946.429000] -#PIC.Core.CS003D01.phaseCenter = [3826514.771510,460929.774191,5064947.967000] -#PIC.Core.CS003D02.phaseCenter = [3826515.452500,460932.123191,5064947.243000] -#PIC.Core.CS003D03.phaseCenter = [3826517.591510,460932.380191,5064945.615000] -#PIC.Core.CS003D04.phaseCenter = [3826518.810510,460930.261191,5064944.891000] -#PIC.Core.CS003D05.phaseCenter = [3826518.129510,460927.913191,5064945.615000] -#PIC.Core.CS003D06.phaseCenter = [3826515.991510,460927.655191,5064947.243000] -#PIC.Core.CS003D07.phaseCenter = [3826521.344510,460928.568192,5064943.142000] -#PIC.Core.CS003D08.phaseCenter = [3826519.688510,460925.308191,5064944.680000] -#PIC.Core.CS003D09.phaseCenter = [3826516.676510,460924.251191,5064947.036000] -#PIC.Core.CS003D10.phaseCenter = [3826513.718510,460925.893191,5064949.109000] -#PIC.Core.CS003D11.phaseCenter = [3826512.197510,460929.464191,5064949.927000] -#PIC.Core.CS003D12.phaseCenter = [3826512.826500,460933.295191,5064949.109000] -#PIC.Core.CS003D13.phaseCenter = [3826515.310500,460935.593191,5064947.037000] -#PIC.Core.CS003D14.phaseCenter = [3826518.487500,460935.281191,5064944.680000] -#PIC.Core.CS003D15.phaseCenter = [3826520.870510,460932.508192,5064943.142000] -#PIC.Core.CS003D16.phaseCenter = [3826523.638510,460933.271192,5064940.995000] -#PIC.Core.CS003D17.phaseCenter = [3826524.704510,460929.807192,5064940.509000] -#PIC.Core.CS003D18.phaseCenter = [3826524.166510,460924.869192,5064941.358000] -#PIC.Core.CS003D19.phaseCenter = [3826519.739510,460920.454191,5064945.080000] -#PIC.Core.CS003D20.phaseCenter = [3826517.224510,460919.880191,5064947.020000] -#PIC.Core.CS003D21.phaseCenter = [3826513.839510,460920.862191,5064949.472000] -#PIC.Core.CS003D22.phaseCenter = [3826511.434510,460924.032191,5064950.991000] -#PIC.Core.CS003D23.phaseCenter = [3826509.643500,460929.476191,5064951.844000] -#PIC.Core.CS003D24.phaseCenter = [3826509.441500,460934.248191,5064951.563000] -#PIC.Core.CS003D25.phaseCenter = [3826511.336500,460937.797191,5064949.821000] -#PIC.Core.CS003D26.phaseCenter = [3826514.308500,460938.931191,5064947.487000] -#PIC.Core.CS003D27.phaseCenter = [3826518.191500,460938.761191,5064944.588000] -#PIC.Core.CS003D28.phaseCenter = [3826521.604500,460936.638192,5064942.218000] -#PIC.Core.CS003D29.phaseCenter = [3826527.718510,460933.703192,5064937.894000] -#PIC.Core.CS003D30.phaseCenter = [3826528.618510,460930.008192,5064937.552000] -#PIC.Core.CS003D31.phaseCenter = [3826527.989510,460927.039192,5064938.293000] -#PIC.Core.CS003D32.phaseCenter = [3826524.541510,460920.564192,5064941.466000] -#PIC.Core.CS003D33.phaseCenter = [3826524.230510,460917.628192,5064941.965000] -#PIC.Core.CS003D34.phaseCenter = [3826518.314510,460916.787191,5064946.482000] -#PIC.Core.CS003D35.phaseCenter = [3826514.264510,460917.509191,5064949.456000] -#PIC.Core.CS003D36.phaseCenter = [3826510.012510,460918.002191,5064952.604000] -#PIC.Core.CS003D37.phaseCenter = [3826509.029510,460921.180191,5064953.054000] -#PIC.Core.CS003D38.phaseCenter = [3826507.214510,460925.463191,5064954.029000] -#PIC.Core.CS003D39.phaseCenter = [3826506.289500,460932.406191,5064954.096000] -#PIC.Core.CS003D40.phaseCenter = [3826506.376500,460935.174191,5064953.780000] -#PIC.Core.CS003D41.phaseCenter = [3826508.850500,460939.333191,5064951.547000] -#PIC.Core.CS003D42.phaseCenter = [3826510.161500,460943.047191,5064950.228000] -#PIC.Core.CS003D43.phaseCenter = [3826517.161500,460944.068191,5064944.882000] -#PIC.Core.CS003D44.phaseCenter = [3826520.267500,460942.952192,5064942.651000] -#PIC.Core.CS003D45.phaseCenter = [3826524.297500,460940.509192,5064939.846000] -#PIC.Core.CS003D46.phaseCenter = [3826478.141510,460906.374188,5064977.577990] -#PIC.Core.CS003D47.phaseCenter = [3826495.639500,460979.543190,5064957.829990] -#PIC.Core.CS004D00.phaseCenter = [3826654.240510,460939.528201,5064842.397000] -#PIC.Core.CS004D01.phaseCenter = [3826652.220510,460939.284201,5064843.935000] -#PIC.Core.CS004D02.phaseCenter = [3826652.902510,460941.633201,5064843.211000] -#PIC.Core.CS004D03.phaseCenter = [3826655.040510,460941.890201,5064841.583000] -#PIC.Core.CS004D04.phaseCenter = [3826656.259510,460939.771202,5064840.859000] -#PIC.Core.CS004D05.phaseCenter = [3826655.578510,460937.423201,5064841.583000] -#PIC.Core.CS004D06.phaseCenter = [3826653.440510,460937.165201,5064843.211000] -#PIC.Core.CS004D07.phaseCenter = [3826652.759510,460945.103201,5064843.004000] -#PIC.Core.CS004D08.phaseCenter = [3826655.936510,460944.791202,5064840.648000] -#PIC.Core.CS004D09.phaseCenter = [3826658.319510,460942.018202,5064839.110000] -#PIC.Core.CS004D10.phaseCenter = [3826658.793510,460938.078202,5064839.110000] -#PIC.Core.CS004D11.phaseCenter = [3826657.137510,460934.818202,5064840.648000] -#PIC.Core.CS004D12.phaseCenter = [3826654.126510,460933.761201,5064843.004000] -#PIC.Core.CS004D13.phaseCenter = [3826651.167510,460935.403201,5064845.076000] -#PIC.Core.CS004D14.phaseCenter = [3826649.647510,460938.974201,5064845.895000] -#PIC.Core.CS004D15.phaseCenter = [3826650.275510,460942.805201,5064845.077000] -#PIC.Core.CS004D16.phaseCenter = [3826648.230510,460945.448201,5064846.373000] -#PIC.Core.CS004D17.phaseCenter = [3826650.060510,460948.170201,5064844.753000] -#PIC.Core.CS004D18.phaseCenter = [3826653.792510,460949.826201,5064841.802000] -#PIC.Core.CS004D19.phaseCenter = [3826659.289510,460947.047202,5064837.928000] -#PIC.Core.CS004D20.phaseCenter = [3826661.064510,460944.589202,5064836.817000] -#PIC.Core.CS004D21.phaseCenter = [3826662.230510,460940.488202,5064836.312000] -#PIC.Core.CS004D22.phaseCenter = [3826661.338510,460936.455202,5064837.347000] -#PIC.Core.CS004D23.phaseCenter = [3826658.527510,460932.053202,5064839.855000] -#PIC.Core.CS004D24.phaseCenter = [3826655.313510,460929.673201,5064842.482000] -#PIC.Core.CS004D25.phaseCenter = [3826651.805510,460930.112201,5064845.075000] -#PIC.Core.CS004D26.phaseCenter = [3826649.390510,460932.807201,5064846.645000] -#PIC.Core.CS004D27.phaseCenter = [3826647.384510,460937.078201,5064847.764000] -#PIC.Core.CS004D28.phaseCenter = [3826646.997510,460941.726201,5064847.635000] -#PIC.Core.CS004D29.phaseCenter = [3826645.698510,460949.660201,5064847.893000] -#PIC.Core.CS004D30.phaseCenter = [3826647.779510,460952.306201,5064846.092000] -#PIC.Core.CS004D31.phaseCenter = [3826650.191510,460952.972201,5064844.221000] -#PIC.Core.CS004D32.phaseCenter = [3826656.586510,460952.182202,5064839.492000] -#PIC.Core.CS004D33.phaseCenter = [3826658.801510,460953.177202,5064837.740000] -#PIC.Core.CS004D34.phaseCenter = [3826662.622510,460947.168202,5064835.415000] -#PIC.Core.CS004D35.phaseCenter = [3826664.333510,460942.467202,5064834.555000] -#PIC.Core.CS004D36.phaseCenter = [3826666.316510,460937.651202,5064833.502000] -#PIC.Core.CS004D37.phaseCenter = [3826664.640510,460935.149202,5064834.986000] -#PIC.Core.CS004D38.phaseCenter = [3826662.649510,460931.249202,5064836.833000] -#PIC.Core.CS004D39.phaseCenter = [3826658.320510,460927.104202,5064840.458000] -#PIC.Core.CS004D40.phaseCenter = [3826656.344510,460925.943202,5064842.045000] -#PIC.Core.CS004D41.phaseCenter = [3826652.094510,460926.731201,5064845.164000] -#PIC.Core.CS004D42.phaseCenter = [3826648.791510,460926.463201,5064847.668000] -#PIC.Core.CS004D43.phaseCenter = [3826644.252510,460933.560201,5064850.433000] -#PIC.Core.CS004D44.phaseCenter = [3826643.331510,460937.422201,5064850.775000] -#PIC.Core.CS004D45.phaseCenter = [3826642.828510,460942.882201,5064850.660000] -#PIC.Core.CS004D46.phaseCenter = [3826664.882510,460885.708202,5064839.274000] -#PIC.Core.CS004D47.phaseCenter = [3826611.489510,460929.214198,5064875.419000] -#PIC.Core.CS005D00.phaseCenter = [3826668.793500,461069.502202,5064819.725000] -#PIC.Core.CS005D01.phaseCenter = [3826666.773500,461069.259202,5064821.263000] -#PIC.Core.CS005D02.phaseCenter = [3826667.455500,461071.607202,5064820.540000] -#PIC.Core.CS005D03.phaseCenter = [3826669.593500,461071.865202,5064818.911000] -#PIC.Core.CS005D04.phaseCenter = [3826670.812500,461069.745203,5064818.188000] -#PIC.Core.CS005D05.phaseCenter = [3826670.131500,461067.397202,5064818.911000] -#PIC.Core.CS005D06.phaseCenter = [3826667.993500,461067.139202,5064820.539000] -#PIC.Core.CS005D07.phaseCenter = [3826672.168500,461065.304203,5064817.572000] -#PIC.Core.CS005D08.phaseCenter = [3826669.326500,461063.728202,5064819.847000] -#PIC.Core.CS005D09.phaseCenter = [3826666.235500,461064.852202,5064822.066000] -#PIC.Core.CS005D10.phaseCenter = [3826664.341500,461068.153202,5064823.189000] -#PIC.Core.CS005D11.phaseCenter = [3826664.530500,461072.084202,5064822.692000] -#PIC.Core.CS005D12.phaseCenter = [3826666.714500,461074.807202,5064820.806000] -#PIC.Core.CS005D13.phaseCenter = [3826669.871500,461075.049202,5064818.415000] -#PIC.Core.CS005D14.phaseCenter = [3826672.523500,461072.694203,5064816.637000] -#PIC.Core.CS005D15.phaseCenter = [3826673.430500,461068.846203,5064816.304000] -#PIC.Core.CS005D16.phaseCenter = [3826676.182500,461067.642203,5064814.347000] -#PIC.Core.CS005D17.phaseCenter = [3826675.640500,461064.099203,5064815.074000] -#PIC.Core.CS005D18.phaseCenter = [3826673.065500,461060.409203,5064817.341000] -#PIC.Core.CS005D19.phaseCenter = [3826667.303500,461059.716202,5064821.728000] -#PIC.Core.CS005D20.phaseCenter = [3826664.852500,461060.909202,5064823.460000] -#PIC.Core.CS005D21.phaseCenter = [3826662.304500,461063.951202,5064825.098000] -#PIC.Core.CS005D22.phaseCenter = [3826661.545500,461068.138202,5064825.289000] -#PIC.Core.CS005D23.phaseCenter = [3826662.295500,461073.781202,5064824.216000] -#PIC.Core.CS005D24.phaseCenter = [3826664.152500,461077.825202,5064822.456000] -#PIC.Core.CS005D25.phaseCenter = [3826667.326500,461079.481202,5064819.925000] -#PIC.Core.CS005D26.phaseCenter = [3826670.414500,461078.446203,5064817.700000] -#PIC.Core.CS005D27.phaseCenter = [3826673.748500,461075.740203,5064815.443000] -#PIC.Core.CS005D28.phaseCenter = [3826675.834500,461071.745203,5064814.237000] -#PIC.Core.CS005D29.phaseCenter = [3826679.944500,461065.300203,5064811.735000] -#PIC.Core.CS005D30.phaseCenter = [3826679.158500,461061.679203,5064812.652000] -#PIC.Core.CS005D31.phaseCenter = [3826677.340500,461059.661203,5064814.199000] -#PIC.Core.CS005D32.phaseCenter = [3826671.560500,461056.633203,5064818.812000] -#PIC.Core.CS005D33.phaseCenter = [3826670.035500,461054.433202,5064820.155000] -#PIC.Core.CS005D34.phaseCenter = [3826664.490500,461057.654202,5064824.026000] -#PIC.Core.CS005D35.phaseCenter = [3826661.247500,461060.923202,5064826.165000] -#PIC.Core.CS005D36.phaseCenter = [3826657.728500,461064.137202,5064828.516000] -#PIC.Core.CS005D37.phaseCenter = [3826658.222500,461067.390202,5064827.851000] -#PIC.Core.CS005D38.phaseCenter = [3826658.456500,461072.098202,5064827.250000] -#PIC.Core.CS005D39.phaseCenter = [3826660.603500,461078.399202,5064825.068000] -#PIC.Core.CS005D40.phaseCenter = [3826661.860500,461080.609202,5064823.926000] -#PIC.Core.CS005D41.phaseCenter = [3826665.802500,461082.383202,5064820.807000] -#PIC.Core.CS005D42.phaseCenter = [3826668.533500,461084.560202,5064818.560000] -#PIC.Core.CS005D43.phaseCenter = [3826675.105500,461080.770203,5064813.969000] -#PIC.Core.CS005D44.phaseCenter = [3826677.353500,461077.802203,5064812.550000] -#PIC.Core.CS005D45.phaseCenter = [3826679.846500,461073.137203,5064811.100000] -#PIC.Core.CS005D46.phaseCenter = [3826687.931510,461018.878204,5064809.936000] -#PIC.Core.CS005D47.phaseCenter = [3826629.117500,461048.374199,5064851.417000] -#PIC.Core.CS006D00.phaseCenter = [3826596.773490,461145.130197,5064866.950000] -#PIC.Core.CS006D01.phaseCenter = [3826594.753490,461144.887197,5064868.488000] -#PIC.Core.CS006D02.phaseCenter = [3826595.435490,461147.235197,5064867.764000] -#PIC.Core.CS006D03.phaseCenter = [3826597.573490,461147.492197,5064866.136000] -#PIC.Core.CS006D04.phaseCenter = [3826598.792490,461145.373197,5064865.412000] -#PIC.Core.CS006D05.phaseCenter = [3826598.111490,461143.025197,5064866.136000] -#PIC.Core.CS006D06.phaseCenter = [3826595.973490,461142.767197,5064867.764000] -#PIC.Core.CS006D07.phaseCenter = [3826597.851490,461150.677197,5064865.640000] -#PIC.Core.CS006D08.phaseCenter = [3826600.503490,461148.322197,5064863.862000] -#PIC.Core.CS006D09.phaseCenter = [3826601.410490,461144.474197,5064863.529000] -#PIC.Core.CS006D10.phaseCenter = [3826600.147490,461140.933197,5064864.796000] -#PIC.Core.CS006D11.phaseCenter = [3826597.306490,461139.356197,5064867.072000] -#PIC.Core.CS006D12.phaseCenter = [3826594.215490,461140.480197,5064869.291000] -#PIC.Core.CS006D13.phaseCenter = [3826592.320490,461143.781197,5064870.414000] -#PIC.Core.CS006D14.phaseCenter = [3826592.510490,461147.711197,5064869.917000] -#PIC.Core.CS006D15.phaseCenter = [3826594.694490,461150.435197,5064868.031000] -#PIC.Core.CS006D16.phaseCenter = [3826594.027490,461153.953197,5064868.214000] -#PIC.Core.CS006D17.phaseCenter = [3826596.791490,461154.973197,5064866.047000] -#PIC.Core.CS006D18.phaseCenter = [3826600.770490,461153.865197,5064863.161000] -#PIC.Core.CS006D19.phaseCenter = [3826604.403490,461147.954198,5064860.968000] -#PIC.Core.CS006D20.phaseCenter = [3826604.912490,461144.768198,5064860.874000] -#PIC.Core.CS006D21.phaseCenter = [3826604.188490,461140.637198,5064861.791000] -#PIC.Core.CS006D22.phaseCenter = [3826601.686490,461137.921197,5064863.914000] -#PIC.Core.CS006D23.phaseCenter = [3826597.346490,461136.172197,5064867.330000] -#PIC.Core.CS006D24.phaseCenter = [3826593.514490,461136.346197,5064870.190000] -#PIC.Core.CS006D25.phaseCenter = [3826590.625490,461139.024197,5064872.117000] -#PIC.Core.CS006D26.phaseCenter = [3826589.657490,461142.828197,5064872.500000] -#PIC.Core.CS006D27.phaseCenter = [3826589.718490,461147.654197,5064872.017000] -#PIC.Core.CS006D28.phaseCenter = [3826591.359490,461151.718197,5064870.418000] -#PIC.Core.CS006D29.phaseCenter = [3826593.601490,461159.078197,5064868.070000] -#PIC.Core.CS006D30.phaseCenter = [3826596.554490,461159.869197,5064865.783000] -#PIC.Core.CS006D31.phaseCenter = [3826598.953490,461158.822197,5064864.076000] -#PIC.Core.CS006D32.phaseCenter = [3826604.222490,461153.948198,5064860.561000] -#PIC.Core.CS006D33.phaseCenter = [3826606.588490,461153.301198,5064858.844000] -#PIC.Core.CS006D34.phaseCenter = [3826607.378490,461145.851198,5064858.925000] -#PIC.Core.CS006D35.phaseCenter = [3826606.875490,461140.868198,5064859.753000] -#PIC.Core.CS006D36.phaseCenter = [3826606.561490,461135.611198,5064860.464000] -#PIC.Core.CS006D37.phaseCenter = [3826604.025490,461134.669198,5064862.452000] -#PIC.Core.CS006D38.phaseCenter = [3826600.618490,461132.789197,5064865.180000] -#PIC.Core.CS006D39.phaseCenter = [3826595.055490,461132.253197,5064869.404000] -#PIC.Core.CS006D40.phaseCenter = [3826592.828490,461132.608197,5064871.043000] -#PIC.Core.CS006D41.phaseCenter = [3826589.439490,461136.062197,5064873.275000] -#PIC.Core.CS006D42.phaseCenter = [3826586.428490,461138.026196,5064875.358000] -#PIC.Core.CS006D43.phaseCenter = [3826585.474490,461146.840196,5064875.277000] -#PIC.Core.CS006D44.phaseCenter = [3826586.311490,461150.614196,5064874.307000] -#PIC.Core.CS006D45.phaseCenter = [3826588.196490,461155.420196,5064872.458000] -#PIC.Core.CS006D46.phaseCenter = [3826629.969490,461178.945199,5064838.976000] -#PIC.Core.CS006D47.phaseCenter = [3826626.771500,461100.374199,5064848.479000] -#PIC.Core.CS007D00.phaseCenter = [3826533.404490,461098.918192,5064918.692000] -#PIC.Core.CS007D01.phaseCenter = [3826531.384490,461098.674192,5064920.230000] -#PIC.Core.CS007D02.phaseCenter = [3826532.065490,461101.023192,5064919.506000] -#PIC.Core.CS007D03.phaseCenter = [3826534.204490,461101.280192,5064917.878000] -#PIC.Core.CS007D04.phaseCenter = [3826535.423490,461099.161193,5064917.154000] -#PIC.Core.CS007D05.phaseCenter = [3826534.742490,461096.813193,5064917.878000] -#PIC.Core.CS007D06.phaseCenter = [3826532.604490,461096.555192,5064919.506000] -#PIC.Core.CS007D07.phaseCenter = [3826528.951490,461097.568192,5064922.156000] -#PIC.Core.CS007D08.phaseCenter = [3826529.140490,461101.500192,5064921.659000] -#PIC.Core.CS007D09.phaseCenter = [3826531.325490,461104.223192,5064919.773000] -#PIC.Core.CS007D10.phaseCenter = [3826534.481490,461104.465192,5064917.382000] -#PIC.Core.CS007D11.phaseCenter = [3826537.134490,461102.110193,5064915.604000] -#PIC.Core.CS007D12.phaseCenter = [3826538.041490,461098.262193,5064915.271000] -#PIC.Core.CS007D13.phaseCenter = [3826536.778490,461094.721193,5064916.538000] -#PIC.Core.CS007D14.phaseCenter = [3826533.937490,461093.144192,5064918.814000] -#PIC.Core.CS007D15.phaseCenter = [3826530.846490,461094.268192,5064921.032000] -#PIC.Core.CS007D16.phaseCenter = [3826528.761490,461091.953192,5064922.807000] -#PIC.Core.CS007D17.phaseCenter = [3826526.538490,461094.477192,5064924.247000] -#PIC.Core.CS007D18.phaseCenter = [3826525.135490,461099.276192,5064924.866000] -#PIC.Core.CS007D19.phaseCenter = [3826527.264490,461105.878192,5064922.671000] -#PIC.Core.CS007D20.phaseCenter = [3826529.204490,461107.873192,5064921.035000] -#PIC.Core.CS007D21.phaseCenter = [3826532.478490,461108.962192,5064918.479000] -#PIC.Core.CS007D22.phaseCenter = [3826535.737490,461107.492193,5064916.165000] -#PIC.Core.CS007D23.phaseCenter = [3826539.329490,461103.595193,5064913.822000] -#PIC.Core.CS007D24.phaseCenter = [3826541.303490,461099.378193,5064912.721000] -#PIC.Core.CS007D25.phaseCenter = [3826541.018490,461095.045193,5064913.326000] -#PIC.Core.CS007D26.phaseCenter = [3826538.898490,461092.275193,5064915.168000] -#PIC.Core.CS007D27.phaseCenter = [3826535.504490,461090.155193,5064917.908000] -#PIC.Core.CS007D28.phaseCenter = [3826531.776490,461090.087192,5064920.712000] -#PIC.Core.CS007D29.phaseCenter = [3826525.424490,461089.172192,5064925.563000] -#PIC.Core.CS007D30.phaseCenter = [3826523.258490,461092.002192,5064926.932000] -#PIC.Core.CS007D31.phaseCenter = [3826522.676490,461095.068192,5064927.092000] -#PIC.Core.CS007D32.phaseCenter = [3826523.188490,461102.967192,5064925.994000] -#PIC.Core.CS007D33.phaseCenter = [3826522.346490,461105.817192,5064926.369000] -#PIC.Core.CS007D34.phaseCenter = [3826527.102490,461110.045192,5064922.416000] -#PIC.Core.CS007D35.phaseCenter = [3826530.848490,461111.759192,5064919.450000] -#PIC.Core.CS007D36.phaseCenter = [3826534.681490,461113.802193,5064916.388000] -#PIC.Core.CS007D37.phaseCenter = [3826536.724490,461111.490193,5064915.064000] -#PIC.Core.CS007D38.phaseCenter = [3826539.896490,461108.662193,5064912.938000] -#PIC.Core.CS007D39.phaseCenter = [3826543.311490,461102.898193,5064910.896000] -#PIC.Core.CS007D40.phaseCenter = [3826544.282490,461100.331193,5064910.399000] -#PIC.Core.CS007D41.phaseCenter = [3826543.729490,461095.105193,5064911.286000] -#PIC.Core.CS007D42.phaseCenter = [3826544.009490,461090.964193,5064911.451000] -#PIC.Core.CS007D43.phaseCenter = [3826538.391490,461085.938193,5064916.121000] -#PIC.Core.CS007D44.phaseCenter = [3826535.306490,461085.134193,5064918.510000] -#PIC.Core.CS007D45.phaseCenter = [3826530.927490,461084.993192,5064921.810000] -#PIC.Core.CS007D46.phaseCenter = [3826523.497490,461153.009192,5064921.239000] -#PIC.Core.CS007D47.phaseCenter = [3826576.322490,461108.390196,5064885.621000] -#PIC.Core.CS002D00.position = [3826577.109500,461022.900196,5064892.758000] -#PIC.Core.CS002D01.position = [3826575.090500,461022.657196,5064894.296000] -#PIC.Core.CS002D02.position = [3826575.771500,461025.005196,5064893.572000] -#PIC.Core.CS002D03.position = [3826577.909500,461025.263196,5064891.944000] -#PIC.Core.CS002D04.position = [3826579.128500,461023.143196,5064891.220000] -#PIC.Core.CS002D05.position = [3826578.447500,461020.795196,5064891.944000] -#PIC.Core.CS002D06.position = [3826576.309500,461020.537196,5064893.572000] -#PIC.Core.CS002D07.position = [3826574.036500,461018.775195,5064895.437000] -#PIC.Core.CS002D08.position = [3826572.516500,461022.347195,5064896.256000] -#PIC.Core.CS002D09.position = [3826573.144500,461026.177195,5064895.438000] -#PIC.Core.CS002D10.position = [3826575.628500,461028.475196,5064893.365000] -#PIC.Core.CS002D11.position = [3826578.805500,461028.164196,5064891.009000] -#PIC.Core.CS002D12.position = [3826581.188500,461025.390196,5064889.471000] -#PIC.Core.CS002D13.position = [3826581.662500,461021.450196,5064889.471000] -#PIC.Core.CS002D14.position = [3826580.006500,461018.190196,5064891.009000] -#PIC.Core.CS002D15.position = [3826576.995500,461017.133196,5064893.365000] -#PIC.Core.CS002D16.position = [3826576.272500,461013.726196,5064894.215000] -#PIC.Core.CS002D17.position = [3826573.376500,461014.469195,5064896.322000] -#PIC.Core.CS002D18.position = [3826570.181500,461017.749195,5064898.424000] -#PIC.Core.CS002D19.position = [3826569.112500,461024.945195,5064898.576000] -#PIC.Core.CS002D20.position = [3826569.852500,461027.976195,5064897.746000] -#PIC.Core.CS002D21.position = [3826572.070500,461031.095195,5064895.800000] -#PIC.Core.CS002D22.position = [3826575.368500,461031.959196,5064893.246000] -#PIC.Core.CS002D23.position = [3826579.971500,461030.917196,5064889.885000] -#PIC.Core.CS002D24.position = [3826583.385500,461028.524196,5064887.539000] -#PIC.Core.CS002D25.position = [3826584.999500,461024.537196,5064886.688000] -#PIC.Core.CS002D26.position = [3826584.442500,461020.707196,5064887.452000] -#PIC.Core.CS002D27.position = [3826582.564500,461016.605196,5064889.232000] -#PIC.Core.CS002D28.position = [3826579.539500,461014.081196,5064891.731000] -#PIC.Core.CS002D29.position = [3826574.724500,461009.083195,5064895.797000] -#PIC.Core.CS002D30.position = [3826571.744500,461010.132195,5064897.939000] -#PIC.Core.CS002D31.position = [3826569.960500,461012.435195,5064899.070000] -#PIC.Core.CS002D32.position = [3826567.013500,461019.699195,5064900.626000] -#PIC.Core.CS002D33.position = [3826565.109500,461021.640195,5064901.880000] -#PIC.Core.CS002D34.position = [3826567.204500,461028.490195,5064899.688000] -#PIC.Core.CS002D35.position = [3826569.542500,461032.470195,5064897.573000] -#PIC.Core.CS002D36.position = [3826571.812500,461036.793195,5064895.478000] -#PIC.Core.CS002D37.position = [3826574.471500,461036.116195,5064893.544000] -#PIC.Core.CS002D38.position = [3826578.276500,461035.734196,5064890.722000] -#PIC.Core.CS002D39.position = [3826583.531500,461032.936196,5064887.030000] -#PIC.Core.CS002D40.position = [3826585.419500,461031.329196,5064885.758000] -#PIC.Core.CS002D41.position = [3826587.195500,461026.381196,5064884.873000] -#PIC.Core.CS002D42.position = [3826589.188500,461022.935197,5064883.688000] -#PIC.Core.CS002D43.position = [3826586.727500,461014.817196,5064886.269000] -#PIC.Core.CS002D44.position = [3826584.542500,461012.072196,5064888.157000] -#PIC.Core.CS002D45.position = [3826581.014500,461009.055196,5064891.078000] -#PIC.Core.CS002D46.position = [3826603.455510,460977.274198,5064877.107000] -#PIC.Core.CS002D47.position = [3826612.589500,461053.051198,5064863.401000] -##PIC.Core.CS003D00.position = [3826516.791510,460930.018191,5064946.429000] -#PIC.Core.CS003D01.position = [3826514.771510,460929.774191,5064947.967000] -#PIC.Core.CS003D02.position = [3826515.452500,460932.123191,5064947.243000] -#PIC.Core.CS003D03.position = [3826517.591510,460932.380191,5064945.615000] -#PIC.Core.CS003D04.position = [3826518.810510,460930.261191,5064944.891000] -#PIC.Core.CS003D05.position = [3826518.129510,460927.913191,5064945.615000] -#PIC.Core.CS003D06.position = [3826515.991510,460927.655191,5064947.243000] -#PIC.Core.CS003D07.position = [3826521.344510,460928.568192,5064943.142000] -#PIC.Core.CS003D08.position = [3826519.688510,460925.308191,5064944.680000] -#PIC.Core.CS003D09.position = [3826516.676510,460924.251191,5064947.036000] -#PIC.Core.CS003D10.position = [3826513.718510,460925.893191,5064949.109000] -#PIC.Core.CS003D11.position = [3826512.197510,460929.464191,5064949.927000] -#PIC.Core.CS003D12.position = [3826512.826500,460933.295191,5064949.109000] -#PIC.Core.CS003D13.position = [3826515.310500,460935.593191,5064947.037000] -#PIC.Core.CS003D14.position = [3826518.487500,460935.281191,5064944.680000] -#PIC.Core.CS003D15.position = [3826520.870510,460932.508192,5064943.142000] -#PIC.Core.CS003D16.position = [3826523.638510,460933.271192,5064940.995000] -#PIC.Core.CS003D17.position = [3826524.704510,460929.807192,5064940.509000] -#PIC.Core.CS003D18.position = [3826524.166510,460924.869192,5064941.358000] -#PIC.Core.CS003D19.position = [3826519.739510,460920.454191,5064945.080000] -#PIC.Core.CS003D20.position = [3826517.224510,460919.880191,5064947.020000] -#PIC.Core.CS003D21.position = [3826513.839510,460920.862191,5064949.472000] -#PIC.Core.CS003D22.position = [3826511.434510,460924.032191,5064950.991000] -#PIC.Core.CS003D23.position = [3826509.643500,460929.476191,5064951.844000] -#PIC.Core.CS003D24.position = [3826509.441500,460934.248191,5064951.563000] -#PIC.Core.CS003D25.position = [3826511.336500,460937.797191,5064949.821000] -#PIC.Core.CS003D26.position = [3826514.308500,460938.931191,5064947.487000] -#PIC.Core.CS003D27.position = [3826518.191500,460938.761191,5064944.588000] -#PIC.Core.CS003D28.position = [3826521.604500,460936.638192,5064942.218000] -#PIC.Core.CS003D29.position = [3826527.718510,460933.703192,5064937.894000] -#PIC.Core.CS003D30.position = [3826528.618510,460930.008192,5064937.552000] -#PIC.Core.CS003D31.position = [3826527.989510,460927.039192,5064938.293000] -#PIC.Core.CS003D32.position = [3826524.541510,460920.564192,5064941.466000] -#PIC.Core.CS003D33.position = [3826524.230510,460917.628192,5064941.965000] -#PIC.Core.CS003D34.position = [3826518.314510,460916.787191,5064946.482000] -#PIC.Core.CS003D35.position = [3826514.264510,460917.509191,5064949.456000] -#PIC.Core.CS003D36.position = [3826510.012510,460918.002191,5064952.604000] -#PIC.Core.CS003D37.position = [3826509.029510,460921.180191,5064953.054000] -#PIC.Core.CS003D38.position = [3826507.214510,460925.463191,5064954.029000] -#PIC.Core.CS003D39.position = [3826506.289500,460932.406191,5064954.096000] -#PIC.Core.CS003D40.position = [3826506.376500,460935.174191,5064953.780000] -#PIC.Core.CS003D41.position = [3826508.850500,460939.333191,5064951.547000] -#PIC.Core.CS003D42.position = [3826510.161500,460943.047191,5064950.228000] -#PIC.Core.CS003D43.position = [3826517.161500,460944.068191,5064944.882000] -#PIC.Core.CS003D44.position = [3826520.267500,460942.952192,5064942.651000] -#PIC.Core.CS003D45.position = [3826524.297500,460940.509192,5064939.846000] -#PIC.Core.CS003D46.position = [3826478.141510,460906.374188,5064977.577990] -#PIC.Core.CS003D47.position = [3826495.639500,460979.543190,5064957.829990] -#PIC.Core.CS004D00.position = [3826654.240510,460939.528201,5064842.397000] -#PIC.Core.CS004D01.position = [3826652.220510,460939.284201,5064843.935000] -#PIC.Core.CS004D02.position = [3826652.902510,460941.633201,5064843.211000] -#PIC.Core.CS004D03.position = [3826655.040510,460941.890201,5064841.583000] -#PIC.Core.CS004D04.position = [3826656.259510,460939.771202,5064840.859000] -#PIC.Core.CS004D05.position = [3826655.578510,460937.423201,5064841.583000] -#PIC.Core.CS004D06.position = [3826653.440510,460937.165201,5064843.211000] -#PIC.Core.CS004D07.position = [3826652.759510,460945.103201,5064843.004000] -#PIC.Core.CS004D08.position = [3826655.936510,460944.791202,5064840.648000] -#PIC.Core.CS004D09.position = [3826658.319510,460942.018202,5064839.110000] -#PIC.Core.CS004D10.position = [3826658.793510,460938.078202,5064839.110000] -#PIC.Core.CS004D11.position = [3826657.137510,460934.818202,5064840.648000] -#PIC.Core.CS004D12.position = [3826654.126510,460933.761201,5064843.004000] -#PIC.Core.CS004D13.position = [3826651.167510,460935.403201,5064845.076000] -#PIC.Core.CS004D14.position = [3826649.647510,460938.974201,5064845.895000] -#PIC.Core.CS004D15.position = [3826650.275510,460942.805201,5064845.077000] -#PIC.Core.CS004D16.position = [3826648.230510,460945.448201,5064846.373000] -#PIC.Core.CS004D17.position = [3826650.060510,460948.170201,5064844.753000] -#PIC.Core.CS004D18.position = [3826653.792510,460949.826201,5064841.802000] -#PIC.Core.CS004D19.position = [3826659.289510,460947.047202,5064837.928000] -#PIC.Core.CS004D20.position = [3826661.064510,460944.589202,5064836.817000] -#PIC.Core.CS004D21.position = [3826662.230510,460940.488202,5064836.312000] -#PIC.Core.CS004D22.position = [3826661.338510,460936.455202,5064837.347000] -#PIC.Core.CS004D23.position = [3826658.527510,460932.053202,5064839.855000] -#PIC.Core.CS004D24.position = [3826655.313510,460929.673201,5064842.482000] -#PIC.Core.CS004D25.position = [3826651.805510,460930.112201,5064845.075000] -#PIC.Core.CS004D26.position = [3826649.390510,460932.807201,5064846.645000] -#PIC.Core.CS004D27.position = [3826647.384510,460937.078201,5064847.764000] -#PIC.Core.CS004D28.position = [3826646.997510,460941.726201,5064847.635000] -#PIC.Core.CS004D29.position = [3826645.698510,460949.660201,5064847.893000] -#PIC.Core.CS004D30.position = [3826647.779510,460952.306201,5064846.092000] -#PIC.Core.CS004D31.position = [3826650.191510,460952.972201,5064844.221000] -#PIC.Core.CS004D32.position = [3826656.586510,460952.182202,5064839.492000] -#PIC.Core.CS004D33.position = [3826658.801510,460953.177202,5064837.740000] -#PIC.Core.CS004D34.position = [3826662.622510,460947.168202,5064835.415000] -#PIC.Core.CS004D35.position = [3826664.333510,460942.467202,5064834.555000] -#PIC.Core.CS004D36.position = [3826666.316510,460937.651202,5064833.502000] -#PIC.Core.CS004D37.position = [3826664.640510,460935.149202,5064834.986000] -#PIC.Core.CS004D38.position = [3826662.649510,460931.249202,5064836.833000] -#PIC.Core.CS004D39.position = [3826658.320510,460927.104202,5064840.458000] -#PIC.Core.CS004D40.position = [3826656.344510,460925.943202,5064842.045000] -#PIC.Core.CS004D41.position = [3826652.094510,460926.731201,5064845.164000] -#PIC.Core.CS004D42.position = [3826648.791510,460926.463201,5064847.668000] -#PIC.Core.CS004D43.position = [3826644.252510,460933.560201,5064850.433000] -#PIC.Core.CS004D44.position = [3826643.331510,460937.422201,5064850.775000] -#PIC.Core.CS004D45.position = [3826642.828510,460942.882201,5064850.660000] -#PIC.Core.CS004D46.position = [3826664.882510,460885.708202,5064839.274000] -#PIC.Core.CS004D47.position = [3826611.489510,460929.214198,5064875.419000] -#PIC.Core.CS005D00.position = [3826668.793500,461069.502202,5064819.725000] -#PIC.Core.CS005D01.position = [3826666.773500,461069.259202,5064821.263000] -#PIC.Core.CS005D02.position = [3826667.455500,461071.607202,5064820.540000] -#PIC.Core.CS005D03.position = [3826669.593500,461071.865202,5064818.911000] -#PIC.Core.CS005D04.position = [3826670.812500,461069.745203,5064818.188000] -#PIC.Core.CS005D05.position = [3826670.131500,461067.397202,5064818.911000] -#PIC.Core.CS005D06.position = [3826667.993500,461067.139202,5064820.539000] -#PIC.Core.CS005D07.position = [3826672.168500,461065.304203,5064817.572000] -#PIC.Core.CS005D08.position = [3826669.326500,461063.728202,5064819.847000] -#PIC.Core.CS005D09.position = [3826666.235500,461064.852202,5064822.066000] -#PIC.Core.CS005D10.position = [3826664.341500,461068.153202,5064823.189000] -#PIC.Core.CS005D11.position = [3826664.530500,461072.084202,5064822.692000] -#PIC.Core.CS005D12.position = [3826666.714500,461074.807202,5064820.806000] -#PIC.Core.CS005D13.position = [3826669.871500,461075.049202,5064818.415000] -#PIC.Core.CS005D14.position = [3826672.523500,461072.694203,5064816.637000] -#PIC.Core.CS005D15.position = [3826673.430500,461068.846203,5064816.304000] -#PIC.Core.CS005D16.position = [3826676.182500,461067.642203,5064814.347000] -#PIC.Core.CS005D17.position = [3826675.640500,461064.099203,5064815.074000] -#PIC.Core.CS005D18.position = [3826673.065500,461060.409203,5064817.341000] -#PIC.Core.CS005D19.position = [3826667.303500,461059.716202,5064821.728000] -#PIC.Core.CS005D20.position = [3826664.852500,461060.909202,5064823.460000] -#PIC.Core.CS005D21.position = [3826662.304500,461063.951202,5064825.098000] -#PIC.Core.CS005D22.position = [3826661.545500,461068.138202,5064825.289000] -#PIC.Core.CS005D23.position = [3826662.295500,461073.781202,5064824.216000] -#PIC.Core.CS005D24.position = [3826664.152500,461077.825202,5064822.456000] -#PIC.Core.CS005D25.position = [3826667.326500,461079.481202,5064819.925000] -#PIC.Core.CS005D26.position = [3826670.414500,461078.446203,5064817.700000] -#PIC.Core.CS005D27.position = [3826673.748500,461075.740203,5064815.443000] -#PIC.Core.CS005D28.position = [3826675.834500,461071.745203,5064814.237000] -#PIC.Core.CS005D29.position = [3826679.944500,461065.300203,5064811.735000] -#PIC.Core.CS005D30.position = [3826679.158500,461061.679203,5064812.652000] -#PIC.Core.CS005D31.position = [3826677.340500,461059.661203,5064814.199000] -#PIC.Core.CS005D32.position = [3826671.560500,461056.633203,5064818.812000] -#PIC.Core.CS005D33.position = [3826670.035500,461054.433202,5064820.155000] -#PIC.Core.CS005D34.position = [3826664.490500,461057.654202,5064824.026000] -#PIC.Core.CS005D35.position = [3826661.247500,461060.923202,5064826.165000] -#PIC.Core.CS005D36.position = [3826657.728500,461064.137202,5064828.516000] -#PIC.Core.CS005D37.position = [3826658.222500,461067.390202,5064827.851000] -#PIC.Core.CS005D38.position = [3826658.456500,461072.098202,5064827.250000] -#PIC.Core.CS005D39.position = [3826660.603500,461078.399202,5064825.068000] -#PIC.Core.CS005D40.position = [3826661.860500,461080.609202,5064823.926000] -#PIC.Core.CS005D41.position = [3826665.802500,461082.383202,5064820.807000] -#PIC.Core.CS005D42.position = [3826668.533500,461084.560202,5064818.560000] -#PIC.Core.CS005D43.position = [3826675.105500,461080.770203,5064813.969000] -#PIC.Core.CS005D44.position = [3826677.353500,461077.802203,5064812.550000] -#PIC.Core.CS005D45.position = [3826679.846500,461073.137203,5064811.100000] -#PIC.Core.CS005D46.position = [3826687.931510,461018.878204,5064809.936000] -#PIC.Core.CS005D47.position = [3826629.117500,461048.374199,5064851.417000] -#PIC.Core.CS006D00.position = [3826596.773490,461145.130197,5064866.950000] -#PIC.Core.CS006D01.position = [3826594.753490,461144.887197,5064868.488000] -#PIC.Core.CS006D02.position = [3826595.435490,461147.235197,5064867.764000] -#PIC.Core.CS006D03.position = [3826597.573490,461147.492197,5064866.136000] -#PIC.Core.CS006D04.position = [3826598.792490,461145.373197,5064865.412000] -#PIC.Core.CS006D05.position = [3826598.111490,461143.025197,5064866.136000] -#PIC.Core.CS006D06.position = [3826595.973490,461142.767197,5064867.764000] -#PIC.Core.CS006D07.position = [3826597.851490,461150.677197,5064865.640000] -#PIC.Core.CS006D08.position = [3826600.503490,461148.322197,5064863.862000] -#PIC.Core.CS006D09.position = [3826601.410490,461144.474197,5064863.529000] -#PIC.Core.CS006D10.position = [3826600.147490,461140.933197,5064864.796000] -#PIC.Core.CS006D11.position = [3826597.306490,461139.356197,5064867.072000] -#PIC.Core.CS006D12.position = [3826594.215490,461140.480197,5064869.291000] -#PIC.Core.CS006D13.position = [3826592.320490,461143.781197,5064870.414000] -#PIC.Core.CS006D14.position = [3826592.510490,461147.711197,5064869.917000] -#PIC.Core.CS006D15.position = [3826594.694490,461150.435197,5064868.031000] -#PIC.Core.CS006D16.position = [3826594.027490,461153.953197,5064868.214000] -#PIC.Core.CS006D17.position = [3826596.791490,461154.973197,5064866.047000] -#PIC.Core.CS006D18.position = [3826600.770490,461153.865197,5064863.161000] -#PIC.Core.CS006D19.position = [3826604.403490,461147.954198,5064860.968000] -#PIC.Core.CS006D20.position = [3826604.912490,461144.768198,5064860.874000] -#PIC.Core.CS006D21.position = [3826604.188490,461140.637198,5064861.791000] -#PIC.Core.CS006D22.position = [3826601.686490,461137.921197,5064863.914000] -#PIC.Core.CS006D23.position = [3826597.346490,461136.172197,5064867.330000] -#PIC.Core.CS006D24.position = [3826593.514490,461136.346197,5064870.190000] -#PIC.Core.CS006D25.position = [3826590.625490,461139.024197,5064872.117000] -#PIC.Core.CS006D26.position = [3826589.657490,461142.828197,5064872.500000] -#PIC.Core.CS006D27.position = [3826589.718490,461147.654197,5064872.017000] -#PIC.Core.CS006D28.position = [3826591.359490,461151.718197,5064870.418000] -#PIC.Core.CS006D29.position = [3826593.601490,461159.078197,5064868.070000] -#PIC.Core.CS006D30.position = [3826596.554490,461159.869197,5064865.783000] -#PIC.Core.CS006D31.position = [3826598.953490,461158.822197,5064864.076000] -#PIC.Core.CS006D32.position = [3826604.222490,461153.948198,5064860.561000] -#PIC.Core.CS006D33.position = [3826606.588490,461153.301198,5064858.844000] -#PIC.Core.CS006D34.position = [3826607.378490,461145.851198,5064858.925000] -#PIC.Core.CS006D35.position = [3826606.875490,461140.868198,5064859.753000] -#PIC.Core.CS006D36.position = [3826606.561490,461135.611198,5064860.464000] -#PIC.Core.CS006D37.position = [3826604.025490,461134.669198,5064862.452000] -#PIC.Core.CS006D38.position = [3826600.618490,461132.789197,5064865.180000] -#PIC.Core.CS006D39.position = [3826595.055490,461132.253197,5064869.404000] -#PIC.Core.CS006D40.position = [3826592.828490,461132.608197,5064871.043000] -#PIC.Core.CS006D41.position = [3826589.439490,461136.062197,5064873.275000] -#PIC.Core.CS006D42.position = [3826586.428490,461138.026196,5064875.358000] -#PIC.Core.CS006D43.position = [3826585.474490,461146.840196,5064875.277000] -#PIC.Core.CS006D44.position = [3826586.311490,461150.614196,5064874.307000] -#PIC.Core.CS006D45.position = [3826588.196490,461155.420196,5064872.458000] -#PIC.Core.CS006D46.position = [3826629.969490,461178.945199,5064838.976000] -#PIC.Core.CS006D47.position = [3826626.771500,461100.374199,5064848.479000] -#PIC.Core.CS007D00.position = [3826533.404490,461098.918192,5064918.692000] -#PIC.Core.CS007D01.position = [3826531.384490,461098.674192,5064920.230000] -#PIC.Core.CS007D02.position = [3826532.065490,461101.023192,5064919.506000] -#PIC.Core.CS007D03.position = [3826534.204490,461101.280192,5064917.878000] -#PIC.Core.CS007D04.position = [3826535.423490,461099.161193,5064917.154000] -#PIC.Core.CS007D05.position = [3826534.742490,461096.813193,5064917.878000] -#PIC.Core.CS007D06.position = [3826532.604490,461096.555192,5064919.506000] -#PIC.Core.CS007D07.position = [3826528.951490,461097.568192,5064922.156000] -#PIC.Core.CS007D08.position = [3826529.140490,461101.500192,5064921.659000] -#PIC.Core.CS007D09.position = [3826531.325490,461104.223192,5064919.773000] -#PIC.Core.CS007D10.position = [3826534.481490,461104.465192,5064917.382000] -#PIC.Core.CS007D11.position = [3826537.134490,461102.110193,5064915.604000] -#PIC.Core.CS007D12.position = [3826538.041490,461098.262193,5064915.271000] -#PIC.Core.CS007D13.position = [3826536.778490,461094.721193,5064916.538000] -#PIC.Core.CS007D14.position = [3826533.937490,461093.144192,5064918.814000] -#PIC.Core.CS007D15.position = [3826530.846490,461094.268192,5064921.032000] -#PIC.Core.CS007D16.position = [3826528.761490,461091.953192,5064922.807000] -#PIC.Core.CS007D17.position = [3826526.538490,461094.477192,5064924.247000] -#PIC.Core.CS007D18.position = [3826525.135490,461099.276192,5064924.866000] -#PIC.Core.CS007D19.position = [3826527.264490,461105.878192,5064922.671000] -#PIC.Core.CS007D20.position = [3826529.204490,461107.873192,5064921.035000] -#PIC.Core.CS007D21.position = [3826532.478490,461108.962192,5064918.479000] -#PIC.Core.CS007D22.position = [3826535.737490,461107.492193,5064916.165000] -#PIC.Core.CS007D23.position = [3826539.329490,461103.595193,5064913.822000] -#PIC.Core.CS007D24.position = [3826541.303490,461099.378193,5064912.721000] -#PIC.Core.CS007D25.position = [3826541.018490,461095.045193,5064913.326000] -#PIC.Core.CS007D26.position = [3826538.898490,461092.275193,5064915.168000] -#PIC.Core.CS007D27.position = [3826535.504490,461090.155193,5064917.908000] -#PIC.Core.CS007D28.position = [3826531.776490,461090.087192,5064920.712000] -#PIC.Core.CS007D29.position = [3826525.424490,461089.172192,5064925.563000] -#PIC.Core.CS007D30.position = [3826523.258490,461092.002192,5064926.932000] -#PIC.Core.CS007D31.position = [3826522.676490,461095.068192,5064927.092000] -#PIC.Core.CS007D32.position = [3826523.188490,461102.967192,5064925.994000] -#PIC.Core.CS007D33.position = [3826522.346490,461105.817192,5064926.369000] -#PIC.Core.CS007D34.position = [3826527.102490,461110.045192,5064922.416000] -#PIC.Core.CS007D35.position = [3826530.848490,461111.759192,5064919.450000] -#PIC.Core.CS007D36.position = [3826534.681490,461113.802193,5064916.388000] -#PIC.Core.CS007D37.position = [3826536.724490,461111.490193,5064915.064000] -#PIC.Core.CS007D38.position = [3826539.896490,461108.662193,5064912.938000] -#PIC.Core.CS007D39.position = [3826543.311490,461102.898193,5064910.896000] -#PIC.Core.CS007D40.position = [3826544.282490,461100.331193,5064910.399000] -#PIC.Core.CS007D41.position = [3826543.729490,461095.105193,5064911.286000] -#PIC.Core.CS007D42.position = [3826544.009490,461090.964193,5064911.451000] -#PIC.Core.CS007D43.position = [3826538.391490,461085.938193,5064916.121000] -#PIC.Core.CS007D44.position = [3826535.306490,461085.134193,5064918.510000] -#PIC.Core.CS007D45.position = [3826530.927490,461084.993192,5064921.810000] -#PIC.Core.CS007D46.position = [3826523.497490,461153.009192,5064921.239000] -#PIC.Core.CS007D47.position = [3826576.322490,461108.390196,5064885.621000] -# LBA_OUTER -PIC.Core.CS002D00.phaseCenter = [3826579.492500,461005.105196,5064892.578000] -PIC.Core.CS002D01.phaseCenter = [3826578.065500,461002.706196,5064893.866000] -PIC.Core.CS002D02.phaseCenter = [3826566.278500,461008.429195,5064902.196000] -PIC.Core.CS002D03.phaseCenter = [3826561.238500,461023.545195,5064904.613000] -PIC.Core.CS002D04.phaseCenter = [3826561.048500,461028.462194,5064904.311000] -PIC.Core.CS002D05.phaseCenter = [3826567.371500,461037.218195,5064898.774000] -PIC.Core.CS002D06.phaseCenter = [3826577.471500,461040.701196,5064890.878000] -PIC.Core.CS002D07.phaseCenter = [3826583.820500,461041.021196,5064886.083000] -PIC.Core.CS002D08.phaseCenter = [3826590.492500,461028.842197,5064882.175000] -PIC.Core.CS002D09.phaseCenter = [3826593.010500,461021.160197,5064880.980000] -PIC.Core.CS002D10.phaseCenter = [3826589.881500,461012.254197,5064884.134000] -PIC.Core.CS002D11.phaseCenter = [3826590.888500,461004.124197,5064884.112000] -PIC.Core.CS002D12.phaseCenter = [3826581.799500,460998.392196,5064891.453000] -PIC.Core.CS002D13.phaseCenter = [3826571.486500,460998.986195,5064899.140000] -PIC.Core.CS002D14.phaseCenter = [3826566.799500,461001.550195,5064902.426000] -PIC.Core.CS002D15.phaseCenter = [3826561.056500,461006.369194,5064906.301000] -PIC.Core.CS002D16.phaseCenter = [3826557.923500,461023.707194,5064907.087000] -PIC.Core.CS002D17.phaseCenter = [3826558.452500,461031.588194,5064905.977000] -PIC.Core.CS002D18.phaseCenter = [3826563.447500,461043.574195,5064901.145000] -PIC.Core.CS002D19.phaseCenter = [3826574.094500,461047.864195,5064892.765000] -PIC.Core.CS002D20.phaseCenter = [3826581.534500,461047.956196,5064887.172000] -PIC.Core.CS002D21.phaseCenter = [3826589.542500,461041.302197,5064881.763000] -PIC.Core.CS002D22.phaseCenter = [3826597.988500,461028.593197,5064876.571000] -PIC.Core.CS002D23.phaseCenter = [3826597.031500,461011.026197,5064878.878000] -PIC.Core.CS002D24.phaseCenter = [3826596.814500,460997.283197,5064880.282000] -PIC.Core.CS002D25.phaseCenter = [3826585.611500,460992.916196,5064889.087000] -PIC.Core.CS002D26.phaseCenter = [3826573.967500,460992.191195,5064897.892000] -PIC.Core.CS002D27.phaseCenter = [3826567.574500,460993.250195,5064902.595000] -PIC.Core.CS002D28.phaseCenter = [3826556.250500,461006.503194,5064909.897000] -PIC.Core.CS002D29.phaseCenter = [3826549.777500,461023.012194,5064913.263000] -PIC.Core.CS002D30.phaseCenter = [3826551.123500,461035.050194,5064911.165000] -PIC.Core.CS002D31.phaseCenter = [3826556.956500,461040.527194,5064906.292000] -PIC.Core.CS002D32.phaseCenter = [3826562.717500,461052.851195,5064900.854000] -PIC.Core.CS002D33.phaseCenter = [3826577.449500,461056.665196,5064889.451000] -PIC.Core.CS002D34.phaseCenter = [3826584.539500,461054.769196,5064884.300000] -PIC.Core.CS002D35.phaseCenter = [3826595.997500,461046.957197,5064876.406000] -PIC.Core.CS002D36.phaseCenter = [3826598.671500,461039.287197,5064875.092000] -PIC.Core.CS002D37.phaseCenter = [3826603.738500,461019.411198,5064873.085000] -PIC.Core.CS002D38.phaseCenter = [3826600.940500,461013.887197,5064875.685000] -PIC.Core.CS002D39.phaseCenter = [3826605.295500,461010.467198,5064872.725000] -PIC.Core.CS002D40.phaseCenter = [3826585.073500,460981.955196,5064890.481000] -PIC.Core.CS002D41.phaseCenter = [3826564.739500,460986.971195,5064905.291000] -PIC.Core.CS002D42.phaseCenter = [3826551.009500,460998.299194,5064914.572000] -PIC.Core.CS002D43.phaseCenter = [3826546.172500,461013.473193,5064916.832000] -PIC.Core.CS002D44.phaseCenter = [3826556.131500,461055.945194,5064905.517000] -PIC.Core.CS002D45.phaseCenter = [3826573.680500,461059.292195,5064892.043000] -PIC.Core.CS002D46.phaseCenter = [3826586.498500,461061.863196,5064882.189000] -PIC.Core.CS002D47.phaseCenter = [3826607.822500,461026.590198,5064869.371000] -PIC.Core.CS003D00.phaseCenter = [3826527.881500,460940.655192,5064937.143000] -PIC.Core.CS003D01.phaseCenter = [3826530.332500,460940.201192,5064935.344000] -PIC.Core.CS003D02.phaseCenter = [3826532.793510,460924.878192,5064934.882000] -PIC.Core.CS003D03.phaseCenter = [3826525.021510,460912.584192,5064941.827000] -PIC.Core.CS003D04.phaseCenter = [3826521.701510,460910.152192,5064944.539000] -PIC.Core.CS003D05.phaseCenter = [3826512.144510,460913.012191,5064951.454000] -PIC.Core.CS003D06.phaseCenter = [3826504.196510,460922.342190,5064956.577000] -PIC.Core.CS003D07.phaseCenter = [3826500.500500,460929.054190,5064958.744000] -PIC.Core.CS003D08.phaseCenter = [3826505.334500,460941.780190,5064953.966000] -PIC.Core.CS003D09.phaseCenter = [3826509.307500,460947.981191,5064950.423000] -PIC.Core.CS003D10.phaseCenter = [3826517.220500,460948.636191,5064944.424000] -PIC.Core.CS003D11.phaseCenter = [3826522.331500,460953.408192,5064940.156000] -PIC.Core.CS003D12.phaseCenter = [3826531.295500,460946.188192,5064934.080000] -PIC.Core.CS003D13.phaseCenter = [3826536.521510,460934.781193,5064931.189000] -PIC.Core.CS003D14.phaseCenter = [3826537.298510,460928.557193,5064931.168000] -PIC.Core.CS003D15.phaseCenter = [3826537.082510,460920.171193,5064932.088000] -PIC.Core.CS003D16.phaseCenter = [3826526.721510,460908.930192,5064940.881000] -PIC.Core.CS003D17.phaseCenter = [3826520.943510,460905.931192,5064945.489000] -PIC.Core.CS003D18.phaseCenter = [3826509.863510,460905.894191,5064953.809000] -PIC.Core.CS003D19.phaseCenter = [3826501.054510,460915.450190,5064959.558000] -PIC.Core.CS003D20.phaseCenter = [3826496.920500,460923.443190,5064961.938000] -PIC.Core.CS003D21.phaseCenter = [3826497.175500,460935.107190,5064960.693000] -PIC.Core.CS003D22.phaseCenter = [3826501.408500,460949.988190,5064956.171000] -PIC.Core.CS003D23.phaseCenter = [3826514.166500,460956.915191,5064945.968000] -PIC.Core.CS003D24.phaseCenter = [3826523.855500,460962.908192,5064938.154000] -PIC.Core.CS003D25.phaseCenter = [3826533.025500,460952.786192,5064932.186000] -PIC.Core.CS003D26.phaseCenter = [3826539.897510,460940.539193,5064928.134000] -PIC.Core.CS003D27.phaseCenter = [3826542.655510,460933.155193,5064926.731000] -PIC.Core.CS003D28.phaseCenter = [3826539.617510,460914.920193,5064930.660000] -PIC.Core.CS003D29.phaseCenter = [3826531.660510,460900.448192,5064937.941000] -PIC.Core.CS003D30.phaseCenter = [3826522.539510,460896.447192,5064945.148000] -PIC.Core.CS003D31.phaseCenter = [3826515.535510,460900.265191,5064950.061000] -PIC.Core.CS003D32.phaseCenter = [3826503.801510,460900.903190,5064958.811000] -PIC.Core.CS003D33.phaseCenter = [3826493.089510,460915.084190,5064965.570000] -PIC.Core.CS003D34.phaseCenter = [3826490.532500,460923.602189,5064966.718990] -PIC.Core.CS003D35.phaseCenter = [3826489.706500,460939.517189,5064965.900990] -PIC.Core.CS003D36.phaseCenter = [3826493.586500,460945.880190,5064962.412990] -PIC.Core.CS003D37.phaseCenter = [3826504.658500,460960.358190,5064952.794000] -PIC.Core.CS003D38.phaseCenter = [3826510.036500,460959.840191,5064948.804000] -PIC.Core.CS003D39.phaseCenter = [3826510.036500,460966.093191,5064948.239000] -PIC.Core.CS003D40.phaseCenter = [3826540.952500,460957.174193,5064925.839000] -PIC.Core.CS003D41.phaseCenter = [3826548.578510,460932.938194,5064922.305000] -PIC.Core.CS003D42.phaseCenter = [3826548.197510,460912.976194,5064924.395000] -PIC.Core.CS003D43.phaseCenter = [3826540.275510,460900.877193,5064931.436000] -PIC.Core.CS003D44.phaseCenter = [3826505.248510,460892.388190,5064958.494000] -PIC.Core.CS003D45.phaseCenter = [3826493.321510,460909.823190,5064965.871000] -PIC.Core.CS003D46.phaseCenter = [3826484.521500,460922.503189,5064971.330990] -PIC.Core.CS003D47.phaseCenter = [3826497.425500,460961.517190,5064958.119000] -PIC.Core.CS004D00.phaseCenter = [3826640.767510,460946.686200,5064851.863000] -PIC.Core.CS004D01.phaseCenter = [3826639.743510,460949.538200,5064852.374000] -PIC.Core.CS004D02.phaseCenter = [3826649.069510,460959.139201,5064844.506000] -PIC.Core.CS004D03.phaseCenter = [3826661.881510,460956.316202,5064835.144000] -PIC.Core.CS004D04.phaseCenter = [3826665.390510,460953.832202,5064832.734000] -PIC.Core.CS004D05.phaseCenter = [3826668.624510,460942.216202,5064831.357000] -PIC.Core.CS004D06.phaseCenter = [3826666.474510,460929.403202,5064834.129000] -PIC.Core.CS004D07.phaseCenter = [3826663.820510,460922.371202,5064836.757000] -PIC.Core.CS004D08.phaseCenter = [3826652.313510,460921.824201,5064845.443000] -PIC.Core.CS004D09.phaseCenter = [3826645.822510,460923.306201,5064850.182000] -PIC.Core.CS004D10.phaseCenter = [3826641.039510,460931.555200,5064853.027000] -PIC.Core.CS004D11.phaseCenter = [3826634.920510,460934.914200,5064857.316000] -PIC.Core.CS004D12.phaseCenter = [3826635.046510,460947.866200,5064856.050000] -PIC.Core.CS004D13.phaseCenter = [3826640.133510,460958.679200,5064851.255000] -PIC.Core.CS004D14.phaseCenter = [3826644.043510,460962.338201,5064847.989000] -PIC.Core.CS004D15.phaseCenter = [3826650.001510,460965.905201,5064843.194000] -PIC.Core.CS004D16.phaseCenter = [3826663.496510,460959.809202,5064833.616000] -PIC.Core.CS004D17.phaseCenter = [3826668.745510,460954.927202,5064830.117000] -PIC.Core.CS004D18.phaseCenter = [3826674.830510,460942.977203,5064826.630000] -PIC.Core.CS004D19.phaseCenter = [3826672.992510,460929.132203,5064829.261000] -PIC.Core.CS004D20.phaseCenter = [3826669.685510,460921.047203,5064832.474000] -PIC.Core.CS004D21.phaseCenter = [3826661.423510,460916.036202,5064839.129000] -PIC.Core.CS004D22.phaseCenter = [3826648.744510,460913.865201,5064848.842000] -PIC.Core.CS004D23.phaseCenter = [3826636.943510,460924.505200,5064856.738000] -PIC.Core.CS004D24.phaseCenter = [3826627.470510,460932.254199,5064863.148000] -PIC.Core.CS004D25.phaseCenter = [3826629.505510,460946.744200,5064860.311000] -PIC.Core.CS004D26.phaseCenter = [3826634.276510,460959.716200,5064855.557000] -PIC.Core.CS004D27.phaseCenter = [3826637.911510,460966.041200,5064852.258000] -PIC.Core.CS004D28.phaseCenter = [3826652.272510,460971.023201,5064841.027000] -PIC.Core.CS004D29.phaseCenter = [3826666.703510,460968.985202,5064830.380000] -PIC.Core.CS004D30.phaseCenter = [3826674.477510,460960.948203,5064825.271000] -PIC.Core.CS004D31.phaseCenter = [3826675.648510,460951.654203,5064825.232000] -PIC.Core.CS004D32.phaseCenter = [3826681.621510,460938.692203,5064821.920000] -PIC.Core.CS004D33.phaseCenter = [3826677.602510,460920.696203,5064826.563000] -PIC.Core.CS004D34.phaseCenter = [3826673.068510,460914.075203,5064830.565000] -PIC.Core.CS004D35.phaseCenter = [3826662.436510,460905.971202,5064839.278000] -PIC.Core.CS004D36.phaseCenter = [3826655.882510,460907.279202,5064844.079000] -PIC.Core.CS004D37.phaseCenter = [3826639.744510,460912.676200,5064855.705000] -PIC.Core.CS004D38.phaseCenter = [3826637.164510,460918.719200,5064857.095000] -PIC.Core.CS004D39.phaseCenter = [3826632.809510,460915.885200,5064860.620000] -PIC.Core.CS004D40.phaseCenter = [3826622.115510,460953.317199,5064865.264000] -PIC.Core.CS004D41.phaseCenter = [3826634.822510,460972.536200,5064853.989000] -PIC.Core.CS004D42.phaseCenter = [3826648.933510,460981.170201,5064842.617000] -PIC.Core.CS004D43.phaseCenter = [3826661.693510,460978.096202,5064833.316000] -PIC.Core.CS004D44.phaseCenter = [3826686.760510,460944.113204,5064817.572000] -PIC.Core.CS004D45.phaseCenter = [3826681.140510,460923.330203,5064823.669000] -PIC.Core.CS004D46.phaseCenter = [3826677.121510,460908.080203,5064828.064000] -PIC.Core.CS004D47.phaseCenter = [3826642.893510,460904.339201,5064854.095000] -PIC.Core.CS005D00.phaseCenter = [3826683.049500,461070.888203,5064808.900000] -PIC.Core.CS005D01.phaseCenter = [3826685.005500,461068.896204,5064807.611000] -PIC.Core.CS005D02.phaseCenter = [3826680.632500,461054.715203,5064812.176000] -PIC.Core.CS005D03.phaseCenter = [3826668.579500,461049.779202,5064821.668000] -PIC.Core.CS005D04.phaseCenter = [3826664.631500,461049.979202,5064824.614000] -PIC.Core.CS005D05.phaseCenter = [3826657.472500,461058.639202,5064829.205000] -PIC.Core.CS005D06.phaseCenter = [3826654.480500,461071.536201,5064830.285000] -PIC.Core.CS005D07.phaseCenter = [3826654.101500,461079.478201,5064829.852000] -PIC.Core.CS005D08.phaseCenter = [3826663.761500,461086.710202,5064821.947000] -PIC.Core.CS005D09.phaseCenter = [3826669.887500,461089.165202,5064817.127000] -PIC.Core.CS005D10.phaseCenter = [3826677.104500,461084.473203,5064812.134000] -PIC.Core.CS005D11.phaseCenter = [3826683.619500,461085.005203,5064807.196000] -PIC.Core.CS005D12.phaseCenter = [3826688.400500,461073.167204,5064804.677000] -PIC.Core.CS005D13.phaseCenter = [3826688.121500,461060.365204,5064806.043000] -PIC.Core.CS005D14.phaseCenter = [3826686.149500,461054.752204,5064808.031000] -PIC.Core.CS005D15.phaseCenter = [3826682.387500,461048.024203,5064811.463000] -PIC.Core.CS005D16.phaseCenter = [3826668.512500,461045.661202,5064822.091000] -PIC.Core.CS005D17.phaseCenter = [3826662.169500,461047.021202,5064826.729000] -PIC.Core.CS005D18.phaseCenter = [3826652.439500,461054.314201,5064833.374000] -PIC.Core.CS005D19.phaseCenter = [3826648.787500,461067.965201,5064834.881000] -PIC.Core.CS005D20.phaseCenter = [3826648.570500,461077.246201,5064834.205000] -PIC.Core.CS005D21.phaseCenter = [3826653.765500,461086.635201,5064829.457000] -PIC.Core.CS005D22.phaseCenter = [3826663.817500,461096.031202,5064821.063000] -PIC.Core.CS005D23.phaseCenter = [3826677.955500,461093.274203,5064810.700000] -PIC.Core.CS005D24.phaseCenter = [3826689.003500,461091.782204,5064802.541000] -PIC.Core.CS005D25.phaseCenter = [3826692.729500,461077.430204,5064801.042000] -PIC.Core.CS005D26.phaseCenter = [3826693.534500,461062.853204,5064801.755000] -PIC.Core.CS005D27.phaseCenter = [3826692.806500,461054.979204,5064803.014000] -PIC.Core.CS005D28.phaseCenter = [3826682.372500,461042.045203,5064812.015000] -PIC.Core.CS005D29.phaseCenter = [3826669.227500,461035.447202,5064822.477000] -PIC.Core.CS005D30.phaseCenter = [3826659.527500,461038.196202,5064829.511000] -PIC.Core.CS005D31.phaseCenter = [3826655.013500,461045.953201,5064832.198000] -PIC.Core.CS005D32.phaseCenter = [3826644.998500,461054.230201,5064838.967000] -PIC.Core.CS005D33.phaseCenter = [3826641.649500,461072.931200,5064839.790000] -PIC.Core.CS005D34.phaseCenter = [3826643.037500,461081.599200,5064837.965000] -PIC.Core.CS005D35.phaseCenter = [3826649.096500,461095.184201,5064832.189000] -PIC.Core.CS005D36.phaseCenter = [3826655.209500,461097.834201,5064827.361000] -PIC.Core.CS005D37.phaseCenter = [3826671.086500,461102.380203,5064815.033000] -PIC.Core.CS005D38.phaseCenter = [3826675.580500,461098.401203,5064812.019000] -PIC.Core.CS005D39.phaseCenter = [3826678.245500,461103.525203,5064809.556000] -PIC.Core.CS005D40.phaseCenter = [3826701.548500,461075.785205,5064794.571000] -PIC.Core.CS005D41.phaseCenter = [3826697.907500,461050.887205,5064799.555000] -PIC.Core.CS005D42.phaseCenter = [3826689.066500,461034.784204,5064807.646000] -PIC.Core.CS005D43.phaseCenter = [3826676.963500,461030.104203,5064817.154000] -PIC.Core.CS005D44.phaseCenter = [3826642.637500,461046.296200,5064841.456000] -PIC.Core.CS005D45.phaseCenter = [3826639.610500,461068.466200,5064841.724000] -PIC.Core.CS005D46.phaseCenter = [3826637.298500,461084.670200,5064841.995000] -PIC.Core.CS005D47.phaseCenter = [3826665.238500,461108.110202,5064818.904000] -PIC.Core.CS006D00.phaseCenter = [3826588.011490,461159.899196,5064872.192000] -PIC.Core.CS006D01.phaseCenter = [3826588.329490,461162.913196,5064871.681000] -PIC.Core.CS006D02.phaseCenter = [3826600.597490,461164.616197,5064862.319000] -PIC.Core.CS006D03.phaseCenter = [3826610.626490,461153.837198,5064855.765000] -PIC.Core.CS006D04.phaseCenter = [3826612.645490,461149.482198,5064854.643000] -PIC.Core.CS006D05.phaseCenter = [3826610.530490,461137.826198,5064857.284000] -PIC.Core.CS006D06.phaseCenter = [3826603.184490,461128.748198,5064863.619000] -PIC.Core.CS006D07.phaseCenter = [3826597.860490,461124.740197,5064867.977000] -PIC.Core.CS006D08.phaseCenter = [3826587.540490,461131.897196,5064875.077000] -PIC.Core.CS006D09.phaseCenter = [3826582.480490,461137.401196,5064878.377000] -PIC.Core.CS006D10.phaseCenter = [3826581.802490,461147.323196,5064877.990000] -PIC.Core.CS006D11.phaseCenter = [3826577.868490,461154.117196,5064880.328000] -PIC.Core.CS006D12.phaseCenter = [3826583.498490,461164.646196,5064875.150000] -PIC.Core.CS006D13.phaseCenter = [3826592.566490,461170.144197,5064867.847000] -PIC.Core.CS006D14.phaseCenter = [3826597.553490,461170.559197,5064864.066000] -PIC.Core.CS006D15.phaseCenter = [3826604.298490,461169.544198,5064859.095000] -PIC.Core.CS006D16.phaseCenter = [3826613.531490,461155.630198,5064853.422000] -PIC.Core.CS006D17.phaseCenter = [3826616.052490,461148.162198,5064852.205000] -PIC.Core.CS006D18.phaseCenter = [3826616.294490,461134.350198,5064853.271000] -PIC.Core.CS006D19.phaseCenter = [3826608.784490,461124.219198,5064859.825000] -PIC.Core.CS006D20.phaseCenter = [3826602.439490,461119.780197,5064864.989000] -PIC.Core.CS006D21.phaseCenter = [3826593.059490,461121.135197,5064871.907000] -PIC.Core.CS006D22.phaseCenter = [3826581.018490,461127.734196,5064880.348000] -PIC.Core.CS006D23.phaseCenter = [3826575.206490,461144.252195,5064883.218000] -PIC.Core.CS006D24.phaseCenter = [3826570.204490,461156.862195,5064885.833000] -PIC.Core.CS006D25.phaseCenter = [3826578.162490,461167.388196,5064878.908000] -PIC.Core.CS006D26.phaseCenter = [3826587.873490,461174.865196,5064870.943000] -PIC.Core.CS006D27.phaseCenter = [3826593.755490,461177.645197,5064866.276000] -PIC.Core.CS006D28.phaseCenter = [3826608.469490,461172.237198,5064855.721000] -PIC.Core.CS006D29.phaseCenter = [3826620.253490,461161.031199,5064847.889000] -PIC.Core.CS006D30.phaseCenter = [3826623.644490,461149.308199,5064846.403000] -PIC.Core.CS006D31.phaseCenter = [3826620.710490,461140.918199,5064849.364000] -PIC.Core.CS006D32.phaseCenter = [3826620.422490,461126.350199,5064850.896000] -PIC.Core.CS006D33.phaseCenter = [3826609.230500,461114.260198,5064860.390000] -PIC.Core.CS006D34.phaseCenter = [3826602.433500,461111.832197,5064865.712000] -PIC.Core.CS006D35.phaseCenter = [3826589.658490,461112.218197,5064875.266000] -PIC.Core.CS006D36.phaseCenter = [3826584.469490,461117.621196,5064878.672000] -PIC.Core.CS006D37.phaseCenter = [3826572.621490,461132.708195,5064886.202000] -PIC.Core.CS006D38.phaseCenter = [3826572.934490,461139.365195,5064885.365000] -PIC.Core.CS006D39.phaseCenter = [3826567.908490,461139.921195,5064889.087000] -PIC.Core.CS006D40.phaseCenter = [3826574.484490,461177.659195,5064880.740000] -PIC.Core.CS006D41.phaseCenter = [3826593.816490,461185.008197,5064865.565000] -PIC.Core.CS006D42.phaseCenter = [3826609.866490,461182.757198,5064853.721000] -PIC.Core.CS006D43.phaseCenter = [3826619.744490,461171.806199,5064847.297000] -PIC.Core.CS006D44.phaseCenter = [3826627.238500,461127.396199,5064845.686000] -PIC.Core.CS006D45.phaseCenter = [3826613.453500,461114.081198,5064857.236000] -PIC.Core.CS006D46.phaseCenter = [3826603.432500,461104.241198,5064865.647000] -PIC.Core.CS006D47.phaseCenter = [3826571.828490,461123.796195,5064887.603000] -PIC.Core.CS007D00.phaseCenter = [3826527.909490,461082.763192,5064924.277000] -PIC.Core.CS007D01.phaseCenter = [3826525.636490,461081.740192,5064926.075000] -PIC.Core.CS007D02.phaseCenter = [3826517.741490,461094.218191,5064930.874000] -PIC.Core.CS007D03.phaseCenter = [3826519.764490,461109.935191,5064927.935000] -PIC.Core.CS007D04.phaseCenter = [3826521.693490,461114.089192,5064926.111000] -PIC.Core.CS007D05.phaseCenter = [3826530.968490,461117.085192,5064918.878000] -PIC.Core.CS007D06.phaseCenter = [3826541.306490,461113.264193,5064911.463000] -PIC.Core.CS007D07.phaseCenter = [3826547.009490,461109.331193,5064907.538000] -PIC.Core.CS007D08.phaseCenter = [3826547.669490,461094.942193,5064908.344000] -PIC.Core.CS007D09.phaseCenter = [3826546.603490,461086.983193,5064909.863000] -PIC.Core.CS007D10.phaseCenter = [3826540.064500,461081.754193,5064915.244000] -PIC.Core.CS007D11.phaseCenter = [3826537.483500,461074.428193,5064917.844000] -PIC.Core.CS007D12.phaseCenter = [3826527.071490,461075.738192,5064925.540000] -PIC.Core.CS007D13.phaseCenter = [3826518.282490,461083.039191,5064931.477000] -PIC.Core.CS007D14.phaseCenter = [3826515.266490,461088.238191,5064933.272000] -PIC.Core.CS007D15.phaseCenter = [3826512.285490,461095.982191,5064934.809000] -PIC.Core.CS007D16.phaseCenter = [3826516.926490,461112.259191,5064929.854000] -PIC.Core.CS007D17.phaseCenter = [3826520.749490,461118.367191,5064926.433000] -PIC.Core.CS007D18.phaseCenter = [3826530.236490,461124.886192,5064918.722000] -PIC.Core.CS007D19.phaseCenter = [3826541.398490,461121.365193,5064910.662000] -PIC.Core.CS007D20.phaseCenter = [3826547.961490,461116.524193,5064906.174000] -PIC.Core.CS007D21.phaseCenter = [3826552.146490,461105.780194,5064904.004000] -PIC.Core.CS007D22.phaseCenter = [3826554.135490,461089.784194,5064903.957000] -PIC.Core.CS007D23.phaseCenter = [3826545.809500,461076.022193,5064911.449000] -PIC.Core.CS007D24.phaseCenter = [3826539.762500,461064.905193,5064916.993000] -PIC.Core.CS007D25.phaseCenter = [3826528.079500,461068.731192,5064925.417000] -PIC.Core.CS007D26.phaseCenter = [3826517.561490,461075.832191,5064932.670000] -PIC.Core.CS007D27.phaseCenter = [3826512.409490,461080.924191,5064936.078000] -PIC.Core.CS007D28.phaseCenter = [3826508.128490,461099.268191,5064937.631990] -PIC.Core.CS007D29.phaseCenter = [3826509.489490,461117.072191,5064935.001990] -PIC.Core.CS007D30.phaseCenter = [3826515.799490,461126.046191,5064929.454000] -PIC.Core.CS007D31.phaseCenter = [3826523.247490,461126.679192,5064923.806000] -PIC.Core.CS007D32.phaseCenter = [3826533.550490,461132.970192,5064915.505000] -PIC.Core.CS007D33.phaseCenter = [3826548.091490,461126.360193,5064905.187000] -PIC.Core.CS007D34.phaseCenter = [3826553.499490,461120.120194,5064901.692000] -PIC.Core.CS007D35.phaseCenter = [3826560.216490,461106.147194,5064897.913000] -PIC.Core.CS007D36.phaseCenter = [3826559.291490,461098.095194,5064899.335000] -PIC.Core.CS007D37.phaseCenter = [3826555.263500,461078.462194,5064904.133000] -PIC.Core.CS007D38.phaseCenter = [3826550.456500,461075.783194,5064907.984000] -PIC.Core.CS007D39.phaseCenter = [3826552.817500,461070.104194,5064906.725000] -PIC.Core.CS007D40.phaseCenter = [3826522.937500,461060.105192,5064930.056000] -PIC.Core.CS007D41.phaseCenter = [3826507.247490,461077.654191,5064940.246990] -PIC.Core.CS007D42.phaseCenter = [3826500.037490,461096.010190,5064943.999990] -PIC.Core.CS007D43.phaseCenter = [3826502.263490,461111.639190,5064940.916990] -PIC.Core.CS007D44.phaseCenter = [3826529.095490,461139.857192,5064918.226000] -PIC.Core.CS007D45.phaseCenter = [3826545.906490,461131.003193,5064906.408000] -PIC.Core.CS007D46.phaseCenter = [3826558.240490,461124.638194,5064897.725000] -PIC.Core.CS007D47.phaseCenter = [3826561.903500,461081.644195,5064898.861000] -PIC.Core.CS002D00.position = [3826579.492500,461005.105196,5064892.578000] -PIC.Core.CS002D01.position = [3826578.065500,461002.706196,5064893.866000] -PIC.Core.CS002D02.position = [3826566.278500,461008.429195,5064902.196000] -PIC.Core.CS002D03.position = [3826561.238500,461023.545195,5064904.613000] -PIC.Core.CS002D04.position = [3826561.048500,461028.462194,5064904.311000] -PIC.Core.CS002D05.position = [3826567.371500,461037.218195,5064898.774000] -PIC.Core.CS002D06.position = [3826577.471500,461040.701196,5064890.878000] -PIC.Core.CS002D07.position = [3826583.820500,461041.021196,5064886.083000] -PIC.Core.CS002D08.position = [3826590.492500,461028.842197,5064882.175000] -PIC.Core.CS002D09.position = [3826593.010500,461021.160197,5064880.980000] -PIC.Core.CS002D10.position = [3826589.881500,461012.254197,5064884.134000] -PIC.Core.CS002D11.position = [3826590.888500,461004.124197,5064884.112000] -PIC.Core.CS002D12.position = [3826581.799500,460998.392196,5064891.453000] -PIC.Core.CS002D13.position = [3826571.486500,460998.986195,5064899.140000] -PIC.Core.CS002D14.position = [3826566.799500,461001.550195,5064902.426000] -PIC.Core.CS002D15.position = [3826561.056500,461006.369194,5064906.301000] -PIC.Core.CS002D16.position = [3826557.923500,461023.707194,5064907.087000] -PIC.Core.CS002D17.position = [3826558.452500,461031.588194,5064905.977000] -PIC.Core.CS002D18.position = [3826563.447500,461043.574195,5064901.145000] -PIC.Core.CS002D19.position = [3826574.094500,461047.864195,5064892.765000] -PIC.Core.CS002D20.position = [3826581.534500,461047.956196,5064887.172000] -PIC.Core.CS002D21.position = [3826589.542500,461041.302197,5064881.763000] -PIC.Core.CS002D22.position = [3826597.988500,461028.593197,5064876.571000] -PIC.Core.CS002D23.position = [3826597.031500,461011.026197,5064878.878000] -PIC.Core.CS002D24.position = [3826596.814500,460997.283197,5064880.282000] -PIC.Core.CS002D25.position = [3826585.611500,460992.916196,5064889.087000] -PIC.Core.CS002D26.position = [3826573.967500,460992.191195,5064897.892000] -PIC.Core.CS002D27.position = [3826567.574500,460993.250195,5064902.595000] -PIC.Core.CS002D28.position = [3826556.250500,461006.503194,5064909.897000] -PIC.Core.CS002D29.position = [3826549.777500,461023.012194,5064913.263000] -PIC.Core.CS002D30.position = [3826551.123500,461035.050194,5064911.165000] -PIC.Core.CS002D31.position = [3826556.956500,461040.527194,5064906.292000] -PIC.Core.CS002D32.position = [3826562.717500,461052.851195,5064900.854000] -PIC.Core.CS002D33.position = [3826577.449500,461056.665196,5064889.451000] -PIC.Core.CS002D34.position = [3826584.539500,461054.769196,5064884.300000] -PIC.Core.CS002D35.position = [3826595.997500,461046.957197,5064876.406000] -PIC.Core.CS002D36.position = [3826598.671500,461039.287197,5064875.092000] -PIC.Core.CS002D37.position = [3826603.738500,461019.411198,5064873.085000] -PIC.Core.CS002D38.position = [3826600.940500,461013.887197,5064875.685000] -PIC.Core.CS002D39.position = [3826605.295500,461010.467198,5064872.725000] -PIC.Core.CS002D40.position = [3826585.073500,460981.955196,5064890.481000] -PIC.Core.CS002D41.position = [3826564.739500,460986.971195,5064905.291000] -PIC.Core.CS002D42.position = [3826551.009500,460998.299194,5064914.572000] -PIC.Core.CS002D43.position = [3826546.172500,461013.473193,5064916.832000] -PIC.Core.CS002D44.position = [3826556.131500,461055.945194,5064905.517000] -PIC.Core.CS002D45.position = [3826573.680500,461059.292195,5064892.043000] -PIC.Core.CS002D46.position = [3826586.498500,461061.863196,5064882.189000] -PIC.Core.CS002D47.position = [3826607.822500,461026.590198,5064869.371000] -PIC.Core.CS003D00.position = [3826527.881500,460940.655192,5064937.143000] -PIC.Core.CS003D01.position = [3826530.332500,460940.201192,5064935.344000] -PIC.Core.CS003D02.position = [3826532.793510,460924.878192,5064934.882000] -PIC.Core.CS003D03.position = [3826525.021510,460912.584192,5064941.827000] -PIC.Core.CS003D04.position = [3826521.701510,460910.152192,5064944.539000] -PIC.Core.CS003D05.position = [3826512.144510,460913.012191,5064951.454000] -PIC.Core.CS003D06.position = [3826504.196510,460922.342190,5064956.577000] -PIC.Core.CS003D07.position = [3826500.500500,460929.054190,5064958.744000] -PIC.Core.CS003D08.position = [3826505.334500,460941.780190,5064953.966000] -PIC.Core.CS003D09.position = [3826509.307500,460947.981191,5064950.423000] -PIC.Core.CS003D10.position = [3826517.220500,460948.636191,5064944.424000] -PIC.Core.CS003D11.position = [3826522.331500,460953.408192,5064940.156000] -PIC.Core.CS003D12.position = [3826531.295500,460946.188192,5064934.080000] -PIC.Core.CS003D13.position = [3826536.521510,460934.781193,5064931.189000] -PIC.Core.CS003D14.position = [3826537.298510,460928.557193,5064931.168000] -PIC.Core.CS003D15.position = [3826537.082510,460920.171193,5064932.088000] -PIC.Core.CS003D16.position = [3826526.721510,460908.930192,5064940.881000] -PIC.Core.CS003D17.position = [3826520.943510,460905.931192,5064945.489000] -PIC.Core.CS003D18.position = [3826509.863510,460905.894191,5064953.809000] -PIC.Core.CS003D19.position = [3826501.054510,460915.450190,5064959.558000] -PIC.Core.CS003D20.position = [3826496.920500,460923.443190,5064961.938000] -PIC.Core.CS003D21.position = [3826497.175500,460935.107190,5064960.693000] -PIC.Core.CS003D22.position = [3826501.408500,460949.988190,5064956.171000] -PIC.Core.CS003D23.position = [3826514.166500,460956.915191,5064945.968000] -PIC.Core.CS003D24.position = [3826523.855500,460962.908192,5064938.154000] -PIC.Core.CS003D25.position = [3826533.025500,460952.786192,5064932.186000] -PIC.Core.CS003D26.position = [3826539.897510,460940.539193,5064928.134000] -PIC.Core.CS003D27.position = [3826542.655510,460933.155193,5064926.731000] -PIC.Core.CS003D28.position = [3826539.617510,460914.920193,5064930.660000] -PIC.Core.CS003D29.position = [3826531.660510,460900.448192,5064937.941000] -PIC.Core.CS003D30.position = [3826522.539510,460896.447192,5064945.148000] -PIC.Core.CS003D31.position = [3826515.535510,460900.265191,5064950.061000] -PIC.Core.CS003D32.position = [3826503.801510,460900.903190,5064958.811000] -PIC.Core.CS003D33.position = [3826493.089510,460915.084190,5064965.570000] -PIC.Core.CS003D34.position = [3826490.532500,460923.602189,5064966.718990] -PIC.Core.CS003D35.position = [3826489.706500,460939.517189,5064965.900990] -PIC.Core.CS003D36.position = [3826493.586500,460945.880190,5064962.412990] -PIC.Core.CS003D37.position = [3826504.658500,460960.358190,5064952.794000] -PIC.Core.CS003D38.position = [3826510.036500,460959.840191,5064948.804000] -PIC.Core.CS003D39.position = [3826510.036500,460966.093191,5064948.239000] -PIC.Core.CS003D40.position = [3826540.952500,460957.174193,5064925.839000] -PIC.Core.CS003D41.position = [3826548.578510,460932.938194,5064922.305000] -PIC.Core.CS003D42.position = [3826548.197510,460912.976194,5064924.395000] -PIC.Core.CS003D43.position = [3826540.275510,460900.877193,5064931.436000] -PIC.Core.CS003D44.position = [3826505.248510,460892.388190,5064958.494000] -PIC.Core.CS003D45.position = [3826493.321510,460909.823190,5064965.871000] -PIC.Core.CS003D46.position = [3826484.521500,460922.503189,5064971.330990] -PIC.Core.CS003D47.position = [3826497.425500,460961.517190,5064958.119000] -PIC.Core.CS004D00.position = [3826640.767510,460946.686200,5064851.863000] -PIC.Core.CS004D01.position = [3826639.743510,460949.538200,5064852.374000] -PIC.Core.CS004D02.position = [3826649.069510,460959.139201,5064844.506000] -PIC.Core.CS004D03.position = [3826661.881510,460956.316202,5064835.144000] -PIC.Core.CS004D04.position = [3826665.390510,460953.832202,5064832.734000] -PIC.Core.CS004D05.position = [3826668.624510,460942.216202,5064831.357000] -PIC.Core.CS004D06.position = [3826666.474510,460929.403202,5064834.129000] -PIC.Core.CS004D07.position = [3826663.820510,460922.371202,5064836.757000] -PIC.Core.CS004D08.position = [3826652.313510,460921.824201,5064845.443000] -PIC.Core.CS004D09.position = [3826645.822510,460923.306201,5064850.182000] -PIC.Core.CS004D10.position = [3826641.039510,460931.555200,5064853.027000] -PIC.Core.CS004D11.position = [3826634.920510,460934.914200,5064857.316000] -PIC.Core.CS004D12.position = [3826635.046510,460947.866200,5064856.050000] -PIC.Core.CS004D13.position = [3826640.133510,460958.679200,5064851.255000] -PIC.Core.CS004D14.position = [3826644.043510,460962.338201,5064847.989000] -PIC.Core.CS004D15.position = [3826650.001510,460965.905201,5064843.194000] -PIC.Core.CS004D16.position = [3826663.496510,460959.809202,5064833.616000] -PIC.Core.CS004D17.position = [3826668.745510,460954.927202,5064830.117000] -PIC.Core.CS004D18.position = [3826674.830510,460942.977203,5064826.630000] -PIC.Core.CS004D19.position = [3826672.992510,460929.132203,5064829.261000] -PIC.Core.CS004D20.position = [3826669.685510,460921.047203,5064832.474000] -PIC.Core.CS004D21.position = [3826661.423510,460916.036202,5064839.129000] -PIC.Core.CS004D22.position = [3826648.744510,460913.865201,5064848.842000] -PIC.Core.CS004D23.position = [3826636.943510,460924.505200,5064856.738000] -PIC.Core.CS004D24.position = [3826627.470510,460932.254199,5064863.148000] -PIC.Core.CS004D25.position = [3826629.505510,460946.744200,5064860.311000] -PIC.Core.CS004D26.position = [3826634.276510,460959.716200,5064855.557000] -PIC.Core.CS004D27.position = [3826637.911510,460966.041200,5064852.258000] -PIC.Core.CS004D28.position = [3826652.272510,460971.023201,5064841.027000] -PIC.Core.CS004D29.position = [3826666.703510,460968.985202,5064830.380000] -PIC.Core.CS004D30.position = [3826674.477510,460960.948203,5064825.271000] -PIC.Core.CS004D31.position = [3826675.648510,460951.654203,5064825.232000] -PIC.Core.CS004D32.position = [3826681.621510,460938.692203,5064821.920000] -PIC.Core.CS004D33.position = [3826677.602510,460920.696203,5064826.563000] -PIC.Core.CS004D34.position = [3826673.068510,460914.075203,5064830.565000] -PIC.Core.CS004D35.position = [3826662.436510,460905.971202,5064839.278000] -PIC.Core.CS004D36.position = [3826655.882510,460907.279202,5064844.079000] -PIC.Core.CS004D37.position = [3826639.744510,460912.676200,5064855.705000] -PIC.Core.CS004D38.position = [3826637.164510,460918.719200,5064857.095000] -PIC.Core.CS004D39.position = [3826632.809510,460915.885200,5064860.620000] -PIC.Core.CS004D40.position = [3826622.115510,460953.317199,5064865.264000] -PIC.Core.CS004D41.position = [3826634.822510,460972.536200,5064853.989000] -PIC.Core.CS004D42.position = [3826648.933510,460981.170201,5064842.617000] -PIC.Core.CS004D43.position = [3826661.693510,460978.096202,5064833.316000] -PIC.Core.CS004D44.position = [3826686.760510,460944.113204,5064817.572000] -PIC.Core.CS004D45.position = [3826681.140510,460923.330203,5064823.669000] -PIC.Core.CS004D46.position = [3826677.121510,460908.080203,5064828.064000] -PIC.Core.CS004D47.position = [3826642.893510,460904.339201,5064854.095000] -PIC.Core.CS005D00.position = [3826683.049500,461070.888203,5064808.900000] -PIC.Core.CS005D01.position = [3826685.005500,461068.896204,5064807.611000] -PIC.Core.CS005D02.position = [3826680.632500,461054.715203,5064812.176000] -PIC.Core.CS005D03.position = [3826668.579500,461049.779202,5064821.668000] -PIC.Core.CS005D04.position = [3826664.631500,461049.979202,5064824.614000] -PIC.Core.CS005D05.position = [3826657.472500,461058.639202,5064829.205000] -PIC.Core.CS005D06.position = [3826654.480500,461071.536201,5064830.285000] -PIC.Core.CS005D07.position = [3826654.101500,461079.478201,5064829.852000] -PIC.Core.CS005D08.position = [3826663.761500,461086.710202,5064821.947000] -PIC.Core.CS005D09.position = [3826669.887500,461089.165202,5064817.127000] -PIC.Core.CS005D10.position = [3826677.104500,461084.473203,5064812.134000] -PIC.Core.CS005D11.position = [3826683.619500,461085.005203,5064807.196000] -PIC.Core.CS005D12.position = [3826688.400500,461073.167204,5064804.677000] -PIC.Core.CS005D13.position = [3826688.121500,461060.365204,5064806.043000] -PIC.Core.CS005D14.position = [3826686.149500,461054.752204,5064808.031000] -PIC.Core.CS005D15.position = [3826682.387500,461048.024203,5064811.463000] -PIC.Core.CS005D16.position = [3826668.512500,461045.661202,5064822.091000] -PIC.Core.CS005D17.position = [3826662.169500,461047.021202,5064826.729000] -PIC.Core.CS005D18.position = [3826652.439500,461054.314201,5064833.374000] -PIC.Core.CS005D19.position = [3826648.787500,461067.965201,5064834.881000] -PIC.Core.CS005D20.position = [3826648.570500,461077.246201,5064834.205000] -PIC.Core.CS005D21.position = [3826653.765500,461086.635201,5064829.457000] -PIC.Core.CS005D22.position = [3826663.817500,461096.031202,5064821.063000] -PIC.Core.CS005D23.position = [3826677.955500,461093.274203,5064810.700000] -PIC.Core.CS005D24.position = [3826689.003500,461091.782204,5064802.541000] -PIC.Core.CS005D25.position = [3826692.729500,461077.430204,5064801.042000] -PIC.Core.CS005D26.position = [3826693.534500,461062.853204,5064801.755000] -PIC.Core.CS005D27.position = [3826692.806500,461054.979204,5064803.014000] -PIC.Core.CS005D28.position = [3826682.372500,461042.045203,5064812.015000] -PIC.Core.CS005D29.position = [3826669.227500,461035.447202,5064822.477000] -PIC.Core.CS005D30.position = [3826659.527500,461038.196202,5064829.511000] -PIC.Core.CS005D31.position = [3826655.013500,461045.953201,5064832.198000] -PIC.Core.CS005D32.position = [3826644.998500,461054.230201,5064838.967000] -PIC.Core.CS005D33.position = [3826641.649500,461072.931200,5064839.790000] -PIC.Core.CS005D34.position = [3826643.037500,461081.599200,5064837.965000] -PIC.Core.CS005D35.position = [3826649.096500,461095.184201,5064832.189000] -PIC.Core.CS005D36.position = [3826655.209500,461097.834201,5064827.361000] -PIC.Core.CS005D37.position = [3826671.086500,461102.380203,5064815.033000] -PIC.Core.CS005D38.position = [3826675.580500,461098.401203,5064812.019000] -PIC.Core.CS005D39.position = [3826678.245500,461103.525203,5064809.556000] -PIC.Core.CS005D40.position = [3826701.548500,461075.785205,5064794.571000] -PIC.Core.CS005D41.position = [3826697.907500,461050.887205,5064799.555000] -PIC.Core.CS005D42.position = [3826689.066500,461034.784204,5064807.646000] -PIC.Core.CS005D43.position = [3826676.963500,461030.104203,5064817.154000] -PIC.Core.CS005D44.position = [3826642.637500,461046.296200,5064841.456000] -PIC.Core.CS005D45.position = [3826639.610500,461068.466200,5064841.724000] -PIC.Core.CS005D46.position = [3826637.298500,461084.670200,5064841.995000] -PIC.Core.CS005D47.position = [3826665.238500,461108.110202,5064818.904000] -PIC.Core.CS006D00.position = [3826588.011490,461159.899196,5064872.192000] -PIC.Core.CS006D01.position = [3826588.329490,461162.913196,5064871.681000] -PIC.Core.CS006D02.position = [3826600.597490,461164.616197,5064862.319000] -PIC.Core.CS006D03.position = [3826610.626490,461153.837198,5064855.765000] -PIC.Core.CS006D04.position = [3826612.645490,461149.482198,5064854.643000] -PIC.Core.CS006D05.position = [3826610.530490,461137.826198,5064857.284000] -PIC.Core.CS006D06.position = [3826603.184490,461128.748198,5064863.619000] -PIC.Core.CS006D07.position = [3826597.860490,461124.740197,5064867.977000] -PIC.Core.CS006D08.position = [3826587.540490,461131.897196,5064875.077000] -PIC.Core.CS006D09.position = [3826582.480490,461137.401196,5064878.377000] -PIC.Core.CS006D10.position = [3826581.802490,461147.323196,5064877.990000] -PIC.Core.CS006D11.position = [3826577.868490,461154.117196,5064880.328000] -PIC.Core.CS006D12.position = [3826583.498490,461164.646196,5064875.150000] -PIC.Core.CS006D13.position = [3826592.566490,461170.144197,5064867.847000] -PIC.Core.CS006D14.position = [3826597.553490,461170.559197,5064864.066000] -PIC.Core.CS006D15.position = [3826604.298490,461169.544198,5064859.095000] -PIC.Core.CS006D16.position = [3826613.531490,461155.630198,5064853.422000] -PIC.Core.CS006D17.position = [3826616.052490,461148.162198,5064852.205000] -PIC.Core.CS006D18.position = [3826616.294490,461134.350198,5064853.271000] -PIC.Core.CS006D19.position = [3826608.784490,461124.219198,5064859.825000] -PIC.Core.CS006D20.position = [3826602.439490,461119.780197,5064864.989000] -PIC.Core.CS006D21.position = [3826593.059490,461121.135197,5064871.907000] -PIC.Core.CS006D22.position = [3826581.018490,461127.734196,5064880.348000] -PIC.Core.CS006D23.position = [3826575.206490,461144.252195,5064883.218000] -PIC.Core.CS006D24.position = [3826570.204490,461156.862195,5064885.833000] -PIC.Core.CS006D25.position = [3826578.162490,461167.388196,5064878.908000] -PIC.Core.CS006D26.position = [3826587.873490,461174.865196,5064870.943000] -PIC.Core.CS006D27.position = [3826593.755490,461177.645197,5064866.276000] -PIC.Core.CS006D28.position = [3826608.469490,461172.237198,5064855.721000] -PIC.Core.CS006D29.position = [3826620.253490,461161.031199,5064847.889000] -PIC.Core.CS006D30.position = [3826623.644490,461149.308199,5064846.403000] -PIC.Core.CS006D31.position = [3826620.710490,461140.918199,5064849.364000] -PIC.Core.CS006D32.position = [3826620.422490,461126.350199,5064850.896000] -PIC.Core.CS006D33.position = [3826609.230500,461114.260198,5064860.390000] -PIC.Core.CS006D34.position = [3826602.433500,461111.832197,5064865.712000] -PIC.Core.CS006D35.position = [3826589.658490,461112.218197,5064875.266000] -PIC.Core.CS006D36.position = [3826584.469490,461117.621196,5064878.672000] -PIC.Core.CS006D37.position = [3826572.621490,461132.708195,5064886.202000] -PIC.Core.CS006D38.position = [3826572.934490,461139.365195,5064885.365000] -PIC.Core.CS006D39.position = [3826567.908490,461139.921195,5064889.087000] -PIC.Core.CS006D40.position = [3826574.484490,461177.659195,5064880.740000] -PIC.Core.CS006D41.position = [3826593.816490,461185.008197,5064865.565000] -PIC.Core.CS006D42.position = [3826609.866490,461182.757198,5064853.721000] -PIC.Core.CS006D43.position = [3826619.744490,461171.806199,5064847.297000] -PIC.Core.CS006D44.position = [3826627.238500,461127.396199,5064845.686000] -PIC.Core.CS006D45.position = [3826613.453500,461114.081198,5064857.236000] -PIC.Core.CS006D46.position = [3826603.432500,461104.241198,5064865.647000] -PIC.Core.CS006D47.position = [3826571.828490,461123.796195,5064887.603000] -PIC.Core.CS007D00.position = [3826527.909490,461082.763192,5064924.277000] -PIC.Core.CS007D01.position = [3826525.636490,461081.740192,5064926.075000] -PIC.Core.CS007D02.position = [3826517.741490,461094.218191,5064930.874000] -PIC.Core.CS007D03.position = [3826519.764490,461109.935191,5064927.935000] -PIC.Core.CS007D04.position = [3826521.693490,461114.089192,5064926.111000] -PIC.Core.CS007D05.position = [3826530.968490,461117.085192,5064918.878000] -PIC.Core.CS007D06.position = [3826541.306490,461113.264193,5064911.463000] -PIC.Core.CS007D07.position = [3826547.009490,461109.331193,5064907.538000] -PIC.Core.CS007D08.position = [3826547.669490,461094.942193,5064908.344000] -PIC.Core.CS007D09.position = [3826546.603490,461086.983193,5064909.863000] -PIC.Core.CS007D10.position = [3826540.064500,461081.754193,5064915.244000] -PIC.Core.CS007D11.position = [3826537.483500,461074.428193,5064917.844000] -PIC.Core.CS007D12.position = [3826527.071490,461075.738192,5064925.540000] -PIC.Core.CS007D13.position = [3826518.282490,461083.039191,5064931.477000] -PIC.Core.CS007D14.position = [3826515.266490,461088.238191,5064933.272000] -PIC.Core.CS007D15.position = [3826512.285490,461095.982191,5064934.809000] -PIC.Core.CS007D16.position = [3826516.926490,461112.259191,5064929.854000] -PIC.Core.CS007D17.position = [3826520.749490,461118.367191,5064926.433000] -PIC.Core.CS007D18.position = [3826530.236490,461124.886192,5064918.722000] -PIC.Core.CS007D19.position = [3826541.398490,461121.365193,5064910.662000] -PIC.Core.CS007D20.position = [3826547.961490,461116.524193,5064906.174000] -PIC.Core.CS007D21.position = [3826552.146490,461105.780194,5064904.004000] -PIC.Core.CS007D22.position = [3826554.135490,461089.784194,5064903.957000] -PIC.Core.CS007D23.position = [3826545.809500,461076.022193,5064911.449000] -PIC.Core.CS007D24.position = [3826539.762500,461064.905193,5064916.993000] -PIC.Core.CS007D25.position = [3826528.079500,461068.731192,5064925.417000] -PIC.Core.CS007D26.position = [3826517.561490,461075.832191,5064932.670000] -PIC.Core.CS007D27.position = [3826512.409490,461080.924191,5064936.078000] -PIC.Core.CS007D28.position = [3826508.128490,461099.268191,5064937.631990] -PIC.Core.CS007D29.position = [3826509.489490,461117.072191,5064935.001990] -PIC.Core.CS007D30.position = [3826515.799490,461126.046191,5064929.454000] -PIC.Core.CS007D31.position = [3826523.247490,461126.679192,5064923.806000] -PIC.Core.CS007D32.position = [3826533.550490,461132.970192,5064915.505000] -PIC.Core.CS007D33.position = [3826548.091490,461126.360193,5064905.187000] -PIC.Core.CS007D34.position = [3826553.499490,461120.120194,5064901.692000] -PIC.Core.CS007D35.position = [3826560.216490,461106.147194,5064897.913000] -PIC.Core.CS007D36.position = [3826559.291490,461098.095194,5064899.335000] -PIC.Core.CS007D37.position = [3826555.263500,461078.462194,5064904.133000] -PIC.Core.CS007D38.position = [3826550.456500,461075.783194,5064907.984000] -PIC.Core.CS007D39.position = [3826552.817500,461070.104194,5064906.725000] -PIC.Core.CS007D40.position = [3826522.937500,461060.105192,5064930.056000] -PIC.Core.CS007D41.position = [3826507.247490,461077.654191,5064940.246990] -PIC.Core.CS007D42.position = [3826500.037490,461096.010190,5064943.999990] -PIC.Core.CS007D43.position = [3826502.263490,461111.639190,5064940.916990] -PIC.Core.CS007D44.position = [3826529.095490,461139.857192,5064918.226000] -PIC.Core.CS007D45.position = [3826545.906490,461131.003193,5064906.408000] -PIC.Core.CS007D46.position = [3826558.240490,461124.638194,5064897.725000] -PIC.Core.CS007D47.position = [3826561.903500,461081.644195,5064898.861000] diff --git a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.small-test b/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.small-test deleted file mode 100644 index d7f2aaf6a29..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.parset.small-test +++ /dev/null @@ -1,2113 +0,0 @@ -OLAP.CNProc.phaseTwoPsets = [0..7] -OLAP.CNProc.integrationSteps = 1536 -OLAP.CNProc.partition = PartitionName -OLAP.CNProc.tabList = [] -Cobalt.realTime = F -OLAP.maxNetworkDelay = .1 -Cobalt.correctClocks = T -Cobalt.correctBandPass = T -Observation.nrBitsPerSample = 8 -OLAP.nrTimesInFrame = 16 -OLAP.nrSecondsOfBuffer = 3.5 -OLAP.CNProc.nrPPFTaps = 16 -OLAP.Storage.userName = -OLAP.Storage.sshIdentityFile = -OLAP.Storage.msWriter = outputProc -OLAP.storageNodeList = [8*0] -OLAP.OLAP_Conn.IONProc_Storage_Ports = [8300..9000] -OLAP.OLAP_Conn.IONProc_Storage_Transport = TCP -OLAP.OLAP_Conn.rawDataOutputOnly = F -OLAP.storageStationNames = [CS002D00,CS002D01,CS002D02,CS002D03,CS002D04,CS002D05,CS002D06,CS002D07] -OLAP.tiedArrayStationNames = [] -Observation.Beam[0].nrTiedArrayBeams = 2 -Observation.Beam[0].TiedArrayBeam[0].absoluteAngle1 = 6.3336866848083394 # Cygnus + 1.1 -Observation.Beam[0].TiedArrayBeam[0].absoluteAngle2 = 1.91094251447010637 # Cygnus + 1.2 -Observation.Beam[0].TiedArrayBeam[1].absoluteAngle1 = 6.4336866848083394 # Cygnus + 1.3 -Observation.Beam[0].TiedArrayBeam[1].absoluteAngle2 = 2.11094251447010637 # Cygnus + 1.4 -Cobalt.Correlator.nrBlocksPerIntegration = 2 -Cobalt.BeamFormer.CoherentStokes.timeIntegrationFactor = 1 -Cobalt.BeamFormer.IncoherentStokes.timeIntegrationFactor = 1 -Cobalt.BeamFormer.CoherentStokes.nrChannelsPerSubband = 16 -Cobalt.BeamFormer.IncoherentStokes.nrChannelsPerSubband = 16 -Cobalt.BeamFormer.CoherentStokes.which = I # IQUV -Cobalt.BeamFormer.IncoherentStokes.which = I # IQUV -OLAP.PencilInfo.storageNodeList = [] -Cobalt.delayCompensation = T -OLAP.DelayComp.positionType = ITRF -OLAP.DelayComp.nrCalcDelays = 16 -OLAP.dispersionMeasure = 2 -Observation.ObserverName = John -Observation.Campaign.name = Test -Observation.Campaign.title = dr. -Observation.Campaign.contact = Jan David -Observation.Campaign.PI = John -Observation.Campaign.CO_I = John -Observation.ProjectName = AARTFAAC -Observation.nrPolarisations = 2 -Observation.antennaSet = LBA_OUTER -Observation.bandFilter = LBA_30_90 -Observation.subbandList = [300..309] -Observation.beamList = [10*0] -Observation.rspBoardList = [10*0] -Observation.rspSlotList = [0..9] -Cobalt.Correlator.nrChannelsPerSubband = 64 -Observation.sampleClock = 200 -Observation.nrSlotsInFrame = 10 -Observation.ObsID = 1000000 -Observation.startTime = '2010-04-28 17:25:03' -#Observation.stopTime = '2010-04-28 17:26:03' -Observation.stopTime = '2010-04-28 17:25:08' -Observation.nrBeams = 1 -Observation.AnaBeam[0].directionType = J2000 -Observation.AnaBeam[0].angle1 = 5.2336866848083394 # Cygnus -Observation.AnaBeam[0].angle2 = 0.71094251447010637 -Observation.AnaBeam[0].target = Cygnus A -Observation.Beam[0].directionType = J2000 -Observation.Beam[0].angle1 = 5.2336866848083394 # Cygnus -Observation.Beam[0].angle2 = 0.71094251447010637 -Observation.Beam[0].target = Cygnus A -#Observation.MSNameMask = /tmp/romein${RAID}/L${YEAR}_${MSNUMBER}/SB${SUBBAND}.MS -OLAP.Storage.hosts = [localhost] -Observation.DataProducts.Output_FilteredData.enabled = F -Observation.DataProducts.Output_FilteredData.locations = [10*localhost:/tmp] -Observation.DataProducts.Output_FilteredData.filenames = [SB000.filt,SB001.filt,SB002.filt,SB003.filt,SB004.filt] -Observation.DataProducts.Output_Correlated.enabled = T -Observation.DataProducts.Output_Correlated.locations = [10*localhost:/var/tmp/romein/AARTFAAC-dataset] -Observation.DataProducts.Output_Correlated.filenames = [SB000.MS,SB001.MS,SB002.MS,SB003.MS,SB004.MS,SB005.MS,SB006.MS,SB007.MS,SB008.MS,SB009.MS] -Observation.DataProducts.Output_IncoherentStokes.enabled = F -Observation.DataProducts.Output_IncoherentStokes.locations = [10*localhost:/tmp] -Observation.DataProducts.Output_IncoherentStokes.filenames = [SB000.incStokes,SB001.incStokes,SB002.incStokes,SB003.incStokes,SB004.incStokes] -Observation.DataProducts.Output_Beamformed.enabled = F -Observation.DataProducts.Output_Beamformed.locations = [4*localhost:/tmp] -Observation.DataProducts.Output_Beamformed.filenames = [CV001.X,CV001.Y,CV002.X,CV002.Y] -#Observation.DataProducts.Output_Beamformed.locations = [2*localhost:/tmp] -#Observation.DataProducts.Output_Beamformed.filenames = [CV001.X,CV001.Y] -Observation.DataProducts.Output_CoherentStokes.enabled = F -Observation.DataProducts.Output_CoherentStokes.locations = [2*localhost:/tmp] -Observation.DataProducts.Output_CoherentStokes.filenames = [Coherent.0.I,Coherent.1.I] -#Observation.DataProducts.Output_CoherentStokes.locations = [8*localhost:/tmp] -#Observation.DataProducts.Output_CoherentStokes.filenames = [Coherent.0.I,Coherent.0.Q,Coherent.0.U,Coherent.0.V,Coherent.1.I,Coherent.1.Q,Coherent.1.U,Coherent.1.V] -Observation.DataProducts.Output_Trigger.enabled = F -Observation.DataProducts.Output_Trigger.locations = [] -Observation.DataProducts.Output_Trigger.filenames = [] -OLAP.Storage.subbandsPerPart = 5 -OLAP.Storage.partsPerStokes = 1 -PIC.Core.IONProc.PartitionName[0].inputs = [CS002D00/RSP0] -PIC.Core.IONProc.PartitionName[1].inputs = [CS002D01/RSP0] -PIC.Core.IONProc.PartitionName[2].inputs = [CS002D02/RSP0] -PIC.Core.IONProc.PartitionName[3].inputs = [CS002D03/RSP0] -PIC.Core.IONProc.PartitionName[4].inputs = [CS002D04/RSP0] -PIC.Core.IONProc.PartitionName[5].inputs = [CS002D05/RSP0] -PIC.Core.IONProc.PartitionName[6].inputs = [CS002D06/RSP0] -PIC.Core.IONProc.PartitionName[7].inputs = [CS002D07/RSP0] -PIC.Core.IONProc.PartitionName[8].inputs = [CS002D08/RSP0] -PIC.Core.IONProc.PartitionName[9].inputs = [CS002D09/RSP0] -PIC.Core.IONProc.PartitionName[10].inputs = [CS002D10/RSP0] -PIC.Core.IONProc.PartitionName[11].inputs = [CS002D11/RSP0] -PIC.Core.IONProc.PartitionName[12].inputs = [CS002D12/RSP0] -PIC.Core.IONProc.PartitionName[13].inputs = [CS002D13/RSP0] -PIC.Core.IONProc.PartitionName[14].inputs = [CS002D14/RSP0] -PIC.Core.IONProc.PartitionName[15].inputs = [CS002D15/RSP0] -PIC.Core.IONProc.PartitionName[16].inputs = [CS002D16/RSP0] -PIC.Core.IONProc.PartitionName[17].inputs = [CS002D17/RSP0] -PIC.Core.IONProc.PartitionName[18].inputs = [CS002D18/RSP0] -PIC.Core.IONProc.PartitionName[19].inputs = [CS002D19/RSP0] -PIC.Core.IONProc.PartitionName[20].inputs = [CS002D20/RSP0] -PIC.Core.IONProc.PartitionName[21].inputs = [CS002D21/RSP0] -PIC.Core.IONProc.PartitionName[22].inputs = [CS002D22/RSP0] -PIC.Core.IONProc.PartitionName[23].inputs = [CS002D23/RSP0] -PIC.Core.IONProc.PartitionName[24].inputs = [CS002D24/RSP0] -PIC.Core.IONProc.PartitionName[25].inputs = [CS002D25/RSP0] -PIC.Core.IONProc.PartitionName[26].inputs = [CS002D26/RSP0] -PIC.Core.IONProc.PartitionName[27].inputs = [CS002D27/RSP0] -PIC.Core.IONProc.PartitionName[28].inputs = [CS002D28/RSP0] -PIC.Core.IONProc.PartitionName[29].inputs = [CS002D29/RSP0] -PIC.Core.IONProc.PartitionName[30].inputs = [CS002D30/RSP0] -PIC.Core.IONProc.PartitionName[31].inputs = [CS002D31/RSP0] -PIC.Core.IONProc.PartitionName[32].inputs = [CS002D32/RSP0] -PIC.Core.IONProc.PartitionName[33].inputs = [CS002D33/RSP0] -PIC.Core.IONProc.PartitionName[34].inputs = [CS002D34/RSP0] -PIC.Core.IONProc.PartitionName[35].inputs = [CS002D35/RSP0] -PIC.Core.IONProc.PartitionName[36].inputs = [CS002D36/RSP0] -PIC.Core.IONProc.PartitionName[37].inputs = [CS002D37/RSP0] -PIC.Core.IONProc.PartitionName[38].inputs = [CS002D38/RSP0] -PIC.Core.IONProc.PartitionName[39].inputs = [CS002D39/RSP0] -PIC.Core.IONProc.PartitionName[40].inputs = [CS002D40/RSP0] -PIC.Core.IONProc.PartitionName[41].inputs = [CS002D41/RSP0] -PIC.Core.IONProc.PartitionName[42].inputs = [CS002D42/RSP0] -PIC.Core.IONProc.PartitionName[43].inputs = [CS002D43/RSP0] -PIC.Core.IONProc.PartitionName[44].inputs = [CS002D44/RSP0] -PIC.Core.IONProc.PartitionName[45].inputs = [CS002D45/RSP0] -PIC.Core.IONProc.PartitionName[46].inputs = [CS002D46/RSP0] -PIC.Core.IONProc.PartitionName[47].inputs = [CS002D47/RSP0] -PIC.Core.IONProc.PartitionName[48].inputs = [CS003D00/RSP0] -PIC.Core.IONProc.PartitionName[49].inputs = [CS003D01/RSP0] -PIC.Core.IONProc.PartitionName[50].inputs = [CS003D02/RSP0] -PIC.Core.IONProc.PartitionName[51].inputs = [CS003D03/RSP0] -PIC.Core.IONProc.PartitionName[52].inputs = [CS003D04/RSP0] -PIC.Core.IONProc.PartitionName[53].inputs = [CS003D05/RSP0] -PIC.Core.IONProc.PartitionName[54].inputs = [CS003D06/RSP0] -PIC.Core.IONProc.PartitionName[55].inputs = [CS003D07/RSP0] -PIC.Core.IONProc.PartitionName[56].inputs = [CS003D08/RSP0] -PIC.Core.IONProc.PartitionName[57].inputs = [CS003D09/RSP0] -PIC.Core.IONProc.PartitionName[58].inputs = [CS003D10/RSP0] -PIC.Core.IONProc.PartitionName[59].inputs = [CS003D11/RSP0] -PIC.Core.IONProc.PartitionName[60].inputs = [CS003D12/RSP0] -PIC.Core.IONProc.PartitionName[61].inputs = [CS003D13/RSP0] -PIC.Core.IONProc.PartitionName[62].inputs = [CS003D14/RSP0] -PIC.Core.IONProc.PartitionName[63].inputs = [CS003D15/RSP0] -PIC.Core.IONProc.PartitionName[64].inputs = [CS003D16/RSP0] -PIC.Core.IONProc.PartitionName[65].inputs = [CS003D17/RSP0] -PIC.Core.IONProc.PartitionName[66].inputs = [CS003D18/RSP0] -PIC.Core.IONProc.PartitionName[67].inputs = [CS003D19/RSP0] -PIC.Core.IONProc.PartitionName[68].inputs = [CS003D20/RSP0] -PIC.Core.IONProc.PartitionName[69].inputs = [CS003D21/RSP0] -PIC.Core.IONProc.PartitionName[70].inputs = [CS003D22/RSP0] -PIC.Core.IONProc.PartitionName[71].inputs = [CS003D23/RSP0] -PIC.Core.IONProc.PartitionName[72].inputs = [CS003D24/RSP0] -PIC.Core.IONProc.PartitionName[73].inputs = [CS003D25/RSP0] -PIC.Core.IONProc.PartitionName[74].inputs = [CS003D26/RSP0] -PIC.Core.IONProc.PartitionName[75].inputs = [CS003D27/RSP0] -PIC.Core.IONProc.PartitionName[76].inputs = [CS003D28/RSP0] -PIC.Core.IONProc.PartitionName[77].inputs = [CS003D29/RSP0] -PIC.Core.IONProc.PartitionName[78].inputs = [CS003D30/RSP0] -PIC.Core.IONProc.PartitionName[79].inputs = [CS003D31/RSP0] -PIC.Core.IONProc.PartitionName[80].inputs = [CS003D32/RSP0] -PIC.Core.IONProc.PartitionName[81].inputs = [CS003D33/RSP0] -PIC.Core.IONProc.PartitionName[82].inputs = [CS003D34/RSP0] -PIC.Core.IONProc.PartitionName[83].inputs = [CS003D35/RSP0] -PIC.Core.IONProc.PartitionName[84].inputs = [CS003D36/RSP0] -PIC.Core.IONProc.PartitionName[85].inputs = [CS003D37/RSP0] -PIC.Core.IONProc.PartitionName[86].inputs = [CS003D38/RSP0] -PIC.Core.IONProc.PartitionName[87].inputs = [CS003D39/RSP0] -PIC.Core.IONProc.PartitionName[88].inputs = [CS003D40/RSP0] -PIC.Core.IONProc.PartitionName[89].inputs = [CS003D41/RSP0] -PIC.Core.IONProc.PartitionName[90].inputs = [CS003D42/RSP0] -PIC.Core.IONProc.PartitionName[91].inputs = [CS003D43/RSP0] -PIC.Core.IONProc.PartitionName[92].inputs = [CS003D44/RSP0] -PIC.Core.IONProc.PartitionName[93].inputs = [CS003D45/RSP0] -PIC.Core.IONProc.PartitionName[94].inputs = [CS003D46/RSP0] -PIC.Core.IONProc.PartitionName[95].inputs = [CS003D47/RSP0] -PIC.Core.IONProc.PartitionName[96].inputs = [CS004D00/RSP0] -PIC.Core.IONProc.PartitionName[97].inputs = [CS004D01/RSP0] -PIC.Core.IONProc.PartitionName[98].inputs = [CS004D02/RSP0] -PIC.Core.IONProc.PartitionName[99].inputs = [CS004D03/RSP0] -PIC.Core.IONProc.PartitionName[100].inputs = [CS004D04/RSP0] -PIC.Core.IONProc.PartitionName[101].inputs = [CS004D05/RSP0] -PIC.Core.IONProc.PartitionName[102].inputs = [CS004D06/RSP0] -PIC.Core.IONProc.PartitionName[103].inputs = [CS004D07/RSP0] -PIC.Core.IONProc.PartitionName[104].inputs = [CS004D08/RSP0] -PIC.Core.IONProc.PartitionName[105].inputs = [CS004D09/RSP0] -PIC.Core.IONProc.PartitionName[106].inputs = [CS004D10/RSP0] -PIC.Core.IONProc.PartitionName[107].inputs = [CS004D11/RSP0] -PIC.Core.IONProc.PartitionName[108].inputs = [CS004D12/RSP0] -PIC.Core.IONProc.PartitionName[109].inputs = [CS004D13/RSP0] -PIC.Core.IONProc.PartitionName[110].inputs = [CS004D14/RSP0] -PIC.Core.IONProc.PartitionName[111].inputs = [CS004D15/RSP0] -PIC.Core.IONProc.PartitionName[112].inputs = [CS004D16/RSP0] -PIC.Core.IONProc.PartitionName[113].inputs = [CS004D17/RSP0] -PIC.Core.IONProc.PartitionName[114].inputs = [CS004D18/RSP0] -PIC.Core.IONProc.PartitionName[115].inputs = [CS004D19/RSP0] -PIC.Core.IONProc.PartitionName[116].inputs = [CS004D20/RSP0] -PIC.Core.IONProc.PartitionName[117].inputs = [CS004D21/RSP0] -PIC.Core.IONProc.PartitionName[118].inputs = [CS004D22/RSP0] -PIC.Core.IONProc.PartitionName[119].inputs = [CS004D23/RSP0] -PIC.Core.IONProc.PartitionName[120].inputs = [CS004D24/RSP0] -PIC.Core.IONProc.PartitionName[121].inputs = [CS004D25/RSP0] -PIC.Core.IONProc.PartitionName[122].inputs = [CS004D26/RSP0] -PIC.Core.IONProc.PartitionName[123].inputs = [CS004D27/RSP0] -PIC.Core.IONProc.PartitionName[124].inputs = [CS004D28/RSP0] -PIC.Core.IONProc.PartitionName[125].inputs = [CS004D29/RSP0] -PIC.Core.IONProc.PartitionName[126].inputs = [CS004D30/RSP0] -PIC.Core.IONProc.PartitionName[127].inputs = [CS004D31/RSP0] -PIC.Core.IONProc.PartitionName[128].inputs = [CS004D32/RSP0] -PIC.Core.IONProc.PartitionName[129].inputs = [CS004D33/RSP0] -PIC.Core.IONProc.PartitionName[130].inputs = [CS004D34/RSP0] -PIC.Core.IONProc.PartitionName[131].inputs = [CS004D35/RSP0] -PIC.Core.IONProc.PartitionName[132].inputs = [CS004D36/RSP0] -PIC.Core.IONProc.PartitionName[133].inputs = [CS004D37/RSP0] -PIC.Core.IONProc.PartitionName[134].inputs = [CS004D38/RSP0] -PIC.Core.IONProc.PartitionName[135].inputs = [CS004D39/RSP0] -PIC.Core.IONProc.PartitionName[136].inputs = [CS004D40/RSP0] -PIC.Core.IONProc.PartitionName[137].inputs = [CS004D41/RSP0] -PIC.Core.IONProc.PartitionName[138].inputs = [CS004D42/RSP0] -PIC.Core.IONProc.PartitionName[139].inputs = [CS004D43/RSP0] -PIC.Core.IONProc.PartitionName[140].inputs = [CS004D44/RSP0] -PIC.Core.IONProc.PartitionName[141].inputs = [CS004D45/RSP0] -PIC.Core.IONProc.PartitionName[142].inputs = [CS004D46/RSP0] -PIC.Core.IONProc.PartitionName[143].inputs = [CS004D47/RSP0] -PIC.Core.IONProc.PartitionName[144].inputs = [CS005D00/RSP0] -PIC.Core.IONProc.PartitionName[145].inputs = [CS005D01/RSP0] -PIC.Core.IONProc.PartitionName[146].inputs = [CS005D02/RSP0] -PIC.Core.IONProc.PartitionName[147].inputs = [CS005D03/RSP0] -PIC.Core.IONProc.PartitionName[148].inputs = [CS005D04/RSP0] -PIC.Core.IONProc.PartitionName[149].inputs = [CS005D05/RSP0] -PIC.Core.IONProc.PartitionName[150].inputs = [CS005D06/RSP0] -PIC.Core.IONProc.PartitionName[151].inputs = [CS005D07/RSP0] -PIC.Core.IONProc.PartitionName[152].inputs = [CS005D08/RSP0] -PIC.Core.IONProc.PartitionName[153].inputs = [CS005D09/RSP0] -PIC.Core.IONProc.PartitionName[154].inputs = [CS005D10/RSP0] -PIC.Core.IONProc.PartitionName[155].inputs = [CS005D11/RSP0] -PIC.Core.IONProc.PartitionName[156].inputs = [CS005D12/RSP0] -PIC.Core.IONProc.PartitionName[157].inputs = [CS005D13/RSP0] -PIC.Core.IONProc.PartitionName[158].inputs = [CS005D14/RSP0] -PIC.Core.IONProc.PartitionName[159].inputs = [CS005D15/RSP0] -PIC.Core.IONProc.PartitionName[160].inputs = [CS005D16/RSP0] -PIC.Core.IONProc.PartitionName[161].inputs = [CS005D17/RSP0] -PIC.Core.IONProc.PartitionName[162].inputs = [CS005D18/RSP0] -PIC.Core.IONProc.PartitionName[163].inputs = [CS005D19/RSP0] -PIC.Core.IONProc.PartitionName[164].inputs = [CS005D20/RSP0] -PIC.Core.IONProc.PartitionName[165].inputs = [CS005D21/RSP0] -PIC.Core.IONProc.PartitionName[166].inputs = [CS005D22/RSP0] -PIC.Core.IONProc.PartitionName[167].inputs = [CS005D23/RSP0] -PIC.Core.IONProc.PartitionName[168].inputs = [CS005D24/RSP0] -PIC.Core.IONProc.PartitionName[169].inputs = [CS005D25/RSP0] -PIC.Core.IONProc.PartitionName[170].inputs = [CS005D26/RSP0] -PIC.Core.IONProc.PartitionName[171].inputs = [CS005D27/RSP0] -PIC.Core.IONProc.PartitionName[172].inputs = [CS005D28/RSP0] -PIC.Core.IONProc.PartitionName[173].inputs = [CS005D29/RSP0] -PIC.Core.IONProc.PartitionName[174].inputs = [CS005D30/RSP0] -PIC.Core.IONProc.PartitionName[175].inputs = [CS005D31/RSP0] -PIC.Core.IONProc.PartitionName[176].inputs = [CS005D32/RSP0] -PIC.Core.IONProc.PartitionName[177].inputs = [CS005D33/RSP0] -PIC.Core.IONProc.PartitionName[178].inputs = [CS005D34/RSP0] -PIC.Core.IONProc.PartitionName[179].inputs = [CS005D35/RSP0] -PIC.Core.IONProc.PartitionName[180].inputs = [CS005D36/RSP0] -PIC.Core.IONProc.PartitionName[181].inputs = [CS005D37/RSP0] -PIC.Core.IONProc.PartitionName[182].inputs = [CS005D38/RSP0] -PIC.Core.IONProc.PartitionName[183].inputs = [CS005D39/RSP0] -PIC.Core.IONProc.PartitionName[184].inputs = [CS005D40/RSP0] -PIC.Core.IONProc.PartitionName[185].inputs = [CS005D41/RSP0] -PIC.Core.IONProc.PartitionName[186].inputs = [CS005D42/RSP0] -PIC.Core.IONProc.PartitionName[187].inputs = [CS005D43/RSP0] -PIC.Core.IONProc.PartitionName[188].inputs = [CS005D44/RSP0] -PIC.Core.IONProc.PartitionName[189].inputs = [CS005D45/RSP0] -PIC.Core.IONProc.PartitionName[190].inputs = [CS005D46/RSP0] -PIC.Core.IONProc.PartitionName[191].inputs = [CS005D47/RSP0] -PIC.Core.IONProc.PartitionName[192].inputs = [CS006D00/RSP0] -PIC.Core.IONProc.PartitionName[193].inputs = [CS006D01/RSP0] -PIC.Core.IONProc.PartitionName[194].inputs = [CS006D02/RSP0] -PIC.Core.IONProc.PartitionName[195].inputs = [CS006D03/RSP0] -PIC.Core.IONProc.PartitionName[196].inputs = [CS006D04/RSP0] -PIC.Core.IONProc.PartitionName[197].inputs = [CS006D05/RSP0] -PIC.Core.IONProc.PartitionName[198].inputs = [CS006D06/RSP0] -PIC.Core.IONProc.PartitionName[199].inputs = [CS006D07/RSP0] -PIC.Core.IONProc.PartitionName[200].inputs = [CS006D08/RSP0] -PIC.Core.IONProc.PartitionName[201].inputs = [CS006D09/RSP0] -PIC.Core.IONProc.PartitionName[202].inputs = [CS006D10/RSP0] -PIC.Core.IONProc.PartitionName[203].inputs = [CS006D11/RSP0] -PIC.Core.IONProc.PartitionName[204].inputs = [CS006D12/RSP0] -PIC.Core.IONProc.PartitionName[205].inputs = [CS006D13/RSP0] -PIC.Core.IONProc.PartitionName[206].inputs = [CS006D14/RSP0] -PIC.Core.IONProc.PartitionName[207].inputs = [CS006D15/RSP0] -PIC.Core.IONProc.PartitionName[208].inputs = [CS006D16/RSP0] -PIC.Core.IONProc.PartitionName[209].inputs = [CS006D17/RSP0] -PIC.Core.IONProc.PartitionName[210].inputs = [CS006D18/RSP0] -PIC.Core.IONProc.PartitionName[211].inputs = [CS006D19/RSP0] -PIC.Core.IONProc.PartitionName[212].inputs = [CS006D20/RSP0] -PIC.Core.IONProc.PartitionName[213].inputs = [CS006D21/RSP0] -PIC.Core.IONProc.PartitionName[214].inputs = [CS006D22/RSP0] -PIC.Core.IONProc.PartitionName[215].inputs = [CS006D23/RSP0] -PIC.Core.IONProc.PartitionName[216].inputs = [CS006D24/RSP0] -PIC.Core.IONProc.PartitionName[217].inputs = [CS006D25/RSP0] -PIC.Core.IONProc.PartitionName[218].inputs = [CS006D26/RSP0] -PIC.Core.IONProc.PartitionName[219].inputs = [CS006D27/RSP0] -PIC.Core.IONProc.PartitionName[220].inputs = [CS006D28/RSP0] -PIC.Core.IONProc.PartitionName[221].inputs = [CS006D29/RSP0] -PIC.Core.IONProc.PartitionName[222].inputs = [CS006D30/RSP0] -PIC.Core.IONProc.PartitionName[223].inputs = [CS006D31/RSP0] -PIC.Core.IONProc.PartitionName[224].inputs = [CS006D32/RSP0] -PIC.Core.IONProc.PartitionName[225].inputs = [CS006D33/RSP0] -PIC.Core.IONProc.PartitionName[226].inputs = [CS006D34/RSP0] -PIC.Core.IONProc.PartitionName[227].inputs = [CS006D35/RSP0] -PIC.Core.IONProc.PartitionName[228].inputs = [CS006D36/RSP0] -PIC.Core.IONProc.PartitionName[229].inputs = [CS006D37/RSP0] -PIC.Core.IONProc.PartitionName[230].inputs = [CS006D38/RSP0] -PIC.Core.IONProc.PartitionName[231].inputs = [CS006D39/RSP0] -PIC.Core.IONProc.PartitionName[232].inputs = [CS006D40/RSP0] -PIC.Core.IONProc.PartitionName[233].inputs = [CS006D41/RSP0] -PIC.Core.IONProc.PartitionName[234].inputs = [CS006D42/RSP0] -PIC.Core.IONProc.PartitionName[235].inputs = [CS006D43/RSP0] -PIC.Core.IONProc.PartitionName[236].inputs = [CS006D44/RSP0] -PIC.Core.IONProc.PartitionName[237].inputs = [CS006D45/RSP0] -PIC.Core.IONProc.PartitionName[238].inputs = [CS006D46/RSP0] -PIC.Core.IONProc.PartitionName[239].inputs = [CS006D47/RSP0] -PIC.Core.IONProc.PartitionName[240].inputs = [CS007D00/RSP0] -PIC.Core.IONProc.PartitionName[241].inputs = [CS007D01/RSP0] -PIC.Core.IONProc.PartitionName[242].inputs = [CS007D02/RSP0] -PIC.Core.IONProc.PartitionName[243].inputs = [CS007D03/RSP0] -PIC.Core.IONProc.PartitionName[244].inputs = [CS007D04/RSP0] -PIC.Core.IONProc.PartitionName[245].inputs = [CS007D05/RSP0] -PIC.Core.IONProc.PartitionName[246].inputs = [CS007D06/RSP0] -PIC.Core.IONProc.PartitionName[247].inputs = [CS007D07/RSP0] -PIC.Core.IONProc.PartitionName[248].inputs = [CS007D08/RSP0] -PIC.Core.IONProc.PartitionName[249].inputs = [CS007D09/RSP0] -PIC.Core.IONProc.PartitionName[250].inputs = [CS007D10/RSP0] -PIC.Core.IONProc.PartitionName[251].inputs = [CS007D11/RSP0] -PIC.Core.IONProc.PartitionName[252].inputs = [CS007D12/RSP0] -PIC.Core.IONProc.PartitionName[253].inputs = [CS007D13/RSP0] -PIC.Core.IONProc.PartitionName[254].inputs = [CS007D14/RSP0] -PIC.Core.IONProc.PartitionName[255].inputs = [CS007D15/RSP0] -PIC.Core.IONProc.PartitionName[256].inputs = [CS007D16/RSP0] -PIC.Core.IONProc.PartitionName[257].inputs = [CS007D17/RSP0] -PIC.Core.IONProc.PartitionName[258].inputs = [CS007D18/RSP0] -PIC.Core.IONProc.PartitionName[259].inputs = [CS007D19/RSP0] -PIC.Core.IONProc.PartitionName[260].inputs = [CS007D20/RSP0] -PIC.Core.IONProc.PartitionName[261].inputs = [CS007D21/RSP0] -PIC.Core.IONProc.PartitionName[262].inputs = [CS007D22/RSP0] -PIC.Core.IONProc.PartitionName[263].inputs = [CS007D23/RSP0] -PIC.Core.IONProc.PartitionName[264].inputs = [CS007D24/RSP0] -PIC.Core.IONProc.PartitionName[265].inputs = [CS007D25/RSP0] -PIC.Core.IONProc.PartitionName[266].inputs = [CS007D26/RSP0] -PIC.Core.IONProc.PartitionName[267].inputs = [CS007D27/RSP0] -PIC.Core.IONProc.PartitionName[268].inputs = [CS007D28/RSP0] -PIC.Core.IONProc.PartitionName[269].inputs = [CS007D29/RSP0] -PIC.Core.IONProc.PartitionName[270].inputs = [CS007D30/RSP0] -PIC.Core.IONProc.PartitionName[271].inputs = [CS007D31/RSP0] -PIC.Core.IONProc.PartitionName[272].inputs = [CS007D32/RSP0] -PIC.Core.IONProc.PartitionName[273].inputs = [CS007D33/RSP0] -PIC.Core.IONProc.PartitionName[274].inputs = [CS007D34/RSP0] -PIC.Core.IONProc.PartitionName[275].inputs = [CS007D35/RSP0] -PIC.Core.IONProc.PartitionName[276].inputs = [CS007D36/RSP0] -PIC.Core.IONProc.PartitionName[277].inputs = [CS007D37/RSP0] -PIC.Core.IONProc.PartitionName[278].inputs = [CS007D38/RSP0] -PIC.Core.IONProc.PartitionName[279].inputs = [CS007D39/RSP0] -PIC.Core.IONProc.PartitionName[280].inputs = [CS007D40/RSP0] -PIC.Core.IONProc.PartitionName[281].inputs = [CS007D41/RSP0] -PIC.Core.IONProc.PartitionName[282].inputs = [CS007D42/RSP0] -PIC.Core.IONProc.PartitionName[283].inputs = [CS007D43/RSP0] -PIC.Core.IONProc.PartitionName[284].inputs = [CS007D44/RSP0] -PIC.Core.IONProc.PartitionName[285].inputs = [CS007D45/RSP0] -PIC.Core.IONProc.PartitionName[286].inputs = [CS007D46/RSP0] -PIC.Core.IONProc.PartitionName[287].inputs = [CS007D47/RSP0] -PIC.Core.CS002D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D00.raw] -PIC.Core.CS002D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D01.raw] -PIC.Core.CS002D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D02.raw] -PIC.Core.CS002D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D03.raw] -PIC.Core.CS002D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D04.raw] -PIC.Core.CS002D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D05.raw] -PIC.Core.CS002D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D06.raw] -PIC.Core.CS002D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D07.raw] -PIC.Core.CS002D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D08.raw] -PIC.Core.CS002D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D09.raw] -PIC.Core.CS002D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D10.raw] -PIC.Core.CS002D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D11.raw] -PIC.Core.CS002D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D12.raw] -PIC.Core.CS002D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D13.raw] -PIC.Core.CS002D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D14.raw] -PIC.Core.CS002D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D15.raw] -PIC.Core.CS002D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D16.raw] -PIC.Core.CS002D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D17.raw] -PIC.Core.CS002D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D18.raw] -PIC.Core.CS002D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D19.raw] -PIC.Core.CS002D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D20.raw] -PIC.Core.CS002D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D21.raw] -PIC.Core.CS002D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D22.raw] -PIC.Core.CS002D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D23.raw] -PIC.Core.CS002D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D24.raw] -PIC.Core.CS002D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D25.raw] -PIC.Core.CS002D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D26.raw] -PIC.Core.CS002D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D27.raw] -PIC.Core.CS002D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D28.raw] -PIC.Core.CS002D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D29.raw] -PIC.Core.CS002D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D30.raw] -PIC.Core.CS002D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D31.raw] -PIC.Core.CS002D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D32.raw] -PIC.Core.CS002D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D33.raw] -PIC.Core.CS002D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D34.raw] -PIC.Core.CS002D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D35.raw] -PIC.Core.CS002D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D36.raw] -PIC.Core.CS002D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D37.raw] -PIC.Core.CS002D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D38.raw] -PIC.Core.CS002D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D39.raw] -PIC.Core.CS002D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D40.raw] -PIC.Core.CS002D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D41.raw] -PIC.Core.CS002D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D42.raw] -PIC.Core.CS002D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D43.raw] -PIC.Core.CS002D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D44.raw] -PIC.Core.CS002D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D45.raw] -PIC.Core.CS002D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D46.raw] -PIC.Core.CS002D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS002D47.raw] -PIC.Core.CS003D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D00.raw] -PIC.Core.CS003D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D01.raw] -PIC.Core.CS003D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D02.raw] -PIC.Core.CS003D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D03.raw] -PIC.Core.CS003D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D04.raw] -PIC.Core.CS003D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D05.raw] -PIC.Core.CS003D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D06.raw] -PIC.Core.CS003D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D07.raw] -PIC.Core.CS003D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D08.raw] -PIC.Core.CS003D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D09.raw] -PIC.Core.CS003D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D10.raw] -PIC.Core.CS003D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D11.raw] -PIC.Core.CS003D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D12.raw] -PIC.Core.CS003D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D13.raw] -PIC.Core.CS003D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D14.raw] -PIC.Core.CS003D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D15.raw] -PIC.Core.CS003D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D16.raw] -PIC.Core.CS003D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D17.raw] -PIC.Core.CS003D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D18.raw] -PIC.Core.CS003D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D19.raw] -PIC.Core.CS003D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D20.raw] -PIC.Core.CS003D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D21.raw] -PIC.Core.CS003D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D22.raw] -PIC.Core.CS003D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D23.raw] -PIC.Core.CS003D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D24.raw] -PIC.Core.CS003D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D25.raw] -PIC.Core.CS003D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D26.raw] -PIC.Core.CS003D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D27.raw] -PIC.Core.CS003D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D28.raw] -PIC.Core.CS003D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D29.raw] -PIC.Core.CS003D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D30.raw] -PIC.Core.CS003D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D31.raw] -PIC.Core.CS003D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D32.raw] -PIC.Core.CS003D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D33.raw] -PIC.Core.CS003D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D34.raw] -PIC.Core.CS003D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D35.raw] -PIC.Core.CS003D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D36.raw] -PIC.Core.CS003D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D37.raw] -PIC.Core.CS003D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D38.raw] -PIC.Core.CS003D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D39.raw] -PIC.Core.CS003D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D40.raw] -PIC.Core.CS003D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D41.raw] -PIC.Core.CS003D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D42.raw] -PIC.Core.CS003D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D43.raw] -PIC.Core.CS003D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D44.raw] -PIC.Core.CS003D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D45.raw] -PIC.Core.CS003D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D46.raw] -PIC.Core.CS003D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS003D47.raw] -PIC.Core.CS004D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D00.raw] -PIC.Core.CS004D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D01.raw] -PIC.Core.CS004D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D02.raw] -PIC.Core.CS004D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D03.raw] -PIC.Core.CS004D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D04.raw] -PIC.Core.CS004D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D05.raw] -PIC.Core.CS004D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D06.raw] -PIC.Core.CS004D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D07.raw] -PIC.Core.CS004D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D08.raw] -PIC.Core.CS004D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D09.raw] -PIC.Core.CS004D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D10.raw] -PIC.Core.CS004D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D11.raw] -PIC.Core.CS004D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D12.raw] -PIC.Core.CS004D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D13.raw] -PIC.Core.CS004D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D14.raw] -PIC.Core.CS004D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D15.raw] -PIC.Core.CS004D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D16.raw] -PIC.Core.CS004D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D17.raw] -PIC.Core.CS004D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D18.raw] -PIC.Core.CS004D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D19.raw] -PIC.Core.CS004D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D20.raw] -PIC.Core.CS004D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D21.raw] -PIC.Core.CS004D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D22.raw] -PIC.Core.CS004D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D23.raw] -PIC.Core.CS004D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D24.raw] -PIC.Core.CS004D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D25.raw] -PIC.Core.CS004D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D26.raw] -PIC.Core.CS004D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D27.raw] -PIC.Core.CS004D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D28.raw] -PIC.Core.CS004D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D29.raw] -PIC.Core.CS004D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D30.raw] -PIC.Core.CS004D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D31.raw] -PIC.Core.CS004D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D32.raw] -PIC.Core.CS004D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D33.raw] -PIC.Core.CS004D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D34.raw] -PIC.Core.CS004D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D35.raw] -PIC.Core.CS004D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D36.raw] -PIC.Core.CS004D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D37.raw] -PIC.Core.CS004D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D38.raw] -PIC.Core.CS004D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D39.raw] -PIC.Core.CS004D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D40.raw] -PIC.Core.CS004D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D41.raw] -PIC.Core.CS004D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D42.raw] -PIC.Core.CS004D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D43.raw] -PIC.Core.CS004D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D44.raw] -PIC.Core.CS004D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D45.raw] -PIC.Core.CS004D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D46.raw] -PIC.Core.CS004D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS004D47.raw] -PIC.Core.CS005D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D00.raw] -PIC.Core.CS005D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D01.raw] -PIC.Core.CS005D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D02.raw] -PIC.Core.CS005D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D03.raw] -PIC.Core.CS005D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D04.raw] -PIC.Core.CS005D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D05.raw] -PIC.Core.CS005D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D06.raw] -PIC.Core.CS005D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D07.raw] -PIC.Core.CS005D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D08.raw] -PIC.Core.CS005D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D09.raw] -PIC.Core.CS005D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D10.raw] -PIC.Core.CS005D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D11.raw] -PIC.Core.CS005D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D12.raw] -PIC.Core.CS005D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D13.raw] -PIC.Core.CS005D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D14.raw] -PIC.Core.CS005D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D15.raw] -PIC.Core.CS005D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D16.raw] -PIC.Core.CS005D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D17.raw] -PIC.Core.CS005D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D18.raw] -PIC.Core.CS005D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D19.raw] -PIC.Core.CS005D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D20.raw] -PIC.Core.CS005D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D21.raw] -PIC.Core.CS005D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D22.raw] -PIC.Core.CS005D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D23.raw] -PIC.Core.CS005D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D24.raw] -PIC.Core.CS005D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D25.raw] -PIC.Core.CS005D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D26.raw] -PIC.Core.CS005D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D27.raw] -PIC.Core.CS005D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D28.raw] -PIC.Core.CS005D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D29.raw] -PIC.Core.CS005D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D30.raw] -PIC.Core.CS005D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D31.raw] -PIC.Core.CS005D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D32.raw] -PIC.Core.CS005D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D33.raw] -PIC.Core.CS005D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D34.raw] -PIC.Core.CS005D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D35.raw] -PIC.Core.CS005D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D36.raw] -PIC.Core.CS005D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D37.raw] -PIC.Core.CS005D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D38.raw] -PIC.Core.CS005D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D39.raw] -PIC.Core.CS005D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D40.raw] -PIC.Core.CS005D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D41.raw] -PIC.Core.CS005D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D42.raw] -PIC.Core.CS005D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D43.raw] -PIC.Core.CS005D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D44.raw] -PIC.Core.CS005D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D45.raw] -PIC.Core.CS005D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D46.raw] -PIC.Core.CS005D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS005D47.raw] -PIC.Core.CS006D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D00.raw] -PIC.Core.CS006D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D01.raw] -PIC.Core.CS006D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D02.raw] -PIC.Core.CS006D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D03.raw] -PIC.Core.CS006D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D04.raw] -PIC.Core.CS006D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D05.raw] -PIC.Core.CS006D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D06.raw] -PIC.Core.CS006D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D07.raw] -PIC.Core.CS006D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D08.raw] -PIC.Core.CS006D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D09.raw] -PIC.Core.CS006D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D10.raw] -PIC.Core.CS006D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D11.raw] -PIC.Core.CS006D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D12.raw] -PIC.Core.CS006D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D13.raw] -PIC.Core.CS006D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D14.raw] -PIC.Core.CS006D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D15.raw] -PIC.Core.CS006D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D16.raw] -PIC.Core.CS006D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D17.raw] -PIC.Core.CS006D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D18.raw] -PIC.Core.CS006D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D19.raw] -PIC.Core.CS006D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D20.raw] -PIC.Core.CS006D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D21.raw] -PIC.Core.CS006D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D22.raw] -PIC.Core.CS006D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D23.raw] -PIC.Core.CS006D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D24.raw] -PIC.Core.CS006D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D25.raw] -PIC.Core.CS006D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D26.raw] -PIC.Core.CS006D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D27.raw] -PIC.Core.CS006D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D28.raw] -PIC.Core.CS006D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D29.raw] -PIC.Core.CS006D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D30.raw] -PIC.Core.CS006D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D31.raw] -PIC.Core.CS006D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D32.raw] -PIC.Core.CS006D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D33.raw] -PIC.Core.CS006D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D34.raw] -PIC.Core.CS006D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D35.raw] -PIC.Core.CS006D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D36.raw] -PIC.Core.CS006D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D37.raw] -PIC.Core.CS006D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D38.raw] -PIC.Core.CS006D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D39.raw] -PIC.Core.CS006D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D40.raw] -PIC.Core.CS006D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D41.raw] -PIC.Core.CS006D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D42.raw] -PIC.Core.CS006D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D43.raw] -PIC.Core.CS006D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D44.raw] -PIC.Core.CS006D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D45.raw] -PIC.Core.CS006D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D46.raw] -PIC.Core.CS006D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS006D47.raw] -PIC.Core.CS007D00.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D00.raw] -PIC.Core.CS007D01.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D01.raw] -PIC.Core.CS007D02.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D02.raw] -PIC.Core.CS007D03.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D03.raw] -PIC.Core.CS007D04.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D04.raw] -PIC.Core.CS007D05.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D05.raw] -PIC.Core.CS007D06.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D06.raw] -PIC.Core.CS007D07.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D07.raw] -PIC.Core.CS007D08.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D08.raw] -PIC.Core.CS007D09.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D09.raw] -PIC.Core.CS007D10.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D10.raw] -PIC.Core.CS007D11.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D11.raw] -PIC.Core.CS007D12.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D12.raw] -PIC.Core.CS007D13.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D13.raw] -PIC.Core.CS007D14.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D14.raw] -PIC.Core.CS007D15.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D15.raw] -PIC.Core.CS007D16.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D16.raw] -PIC.Core.CS007D17.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D17.raw] -PIC.Core.CS007D18.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D18.raw] -PIC.Core.CS007D19.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D19.raw] -PIC.Core.CS007D20.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D20.raw] -PIC.Core.CS007D21.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D21.raw] -PIC.Core.CS007D22.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D22.raw] -PIC.Core.CS007D23.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D23.raw] -PIC.Core.CS007D24.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D24.raw] -PIC.Core.CS007D25.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D25.raw] -PIC.Core.CS007D26.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D26.raw] -PIC.Core.CS007D27.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D27.raw] -PIC.Core.CS007D28.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D28.raw] -PIC.Core.CS007D29.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D29.raw] -PIC.Core.CS007D30.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D30.raw] -PIC.Core.CS007D31.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D31.raw] -PIC.Core.CS007D32.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D32.raw] -PIC.Core.CS007D33.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D33.raw] -PIC.Core.CS007D34.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D34.raw] -PIC.Core.CS007D35.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D35.raw] -PIC.Core.CS007D36.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D36.raw] -PIC.Core.CS007D37.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D37.raw] -PIC.Core.CS007D38.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D38.raw] -PIC.Core.CS007D39.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D39.raw] -PIC.Core.CS007D40.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D40.raw] -PIC.Core.CS007D41.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D41.raw] -PIC.Core.CS007D42.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D42.raw] -PIC.Core.CS007D43.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D43.raw] -PIC.Core.CS007D44.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D44.raw] -PIC.Core.CS007D45.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D45.raw] -PIC.Core.CS007D46.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D46.raw] -PIC.Core.CS007D47.RSP.sources = [file:/local/AARTFAAC-dataset/CS007D47.raw] -PIC.Core.CS002D00.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D01.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D02.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D03.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D04.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D05.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D06.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D07.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D08.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D09.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D10.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D11.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D12.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D13.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D14.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D15.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D16.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D17.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D18.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D19.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D20.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D21.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D22.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D23.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D24.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D25.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D26.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D27.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D28.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D29.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D30.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D31.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D32.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D33.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D34.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D35.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D36.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D37.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D38.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D39.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D40.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D41.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D42.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D43.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D44.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D45.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D46.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS002D47.clockCorrectionTime = 8.291395e-06 -PIC.Core.CS003D00.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D01.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D02.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D03.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D04.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D05.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D06.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D07.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D08.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D09.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D10.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D11.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D12.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D13.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D14.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D15.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D16.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D17.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D18.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D19.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D20.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D21.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D22.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D23.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D24.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D25.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D26.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D27.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D28.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D29.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D30.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D31.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D32.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D33.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D34.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D35.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D36.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D37.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D38.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D39.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D40.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D41.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D42.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D43.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D44.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D45.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D46.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS003D47.clockCorrectionTime = 6.889990e-06 -PIC.Core.CS004D00.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D01.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D02.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D03.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D04.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D05.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D06.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D07.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D08.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D09.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D10.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D11.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D12.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D13.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D14.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D15.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D16.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D17.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D18.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D19.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D20.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D21.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D22.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D23.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D24.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D25.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D26.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D27.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D28.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D29.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D30.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D31.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D32.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D33.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D34.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D35.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D36.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D37.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D38.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D39.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D40.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D41.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D42.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D43.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D44.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D45.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D46.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS004D47.clockCorrectionTime = 7.861759e-06 -PIC.Core.CS005D00.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D01.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D02.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D03.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D04.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D05.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D06.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D07.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D08.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D09.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D10.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D11.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D12.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D13.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D14.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D15.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D16.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D17.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D18.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D19.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D20.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D21.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D22.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D23.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D24.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D25.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D26.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D27.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D28.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D29.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D30.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D31.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D32.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D33.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D34.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D35.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D36.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D37.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D38.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D39.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D40.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D41.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D42.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D43.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D44.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D45.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D46.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS005D47.clockCorrectionTime = 8.513690e-06 -PIC.Core.CS006D00.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D01.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D02.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D03.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D04.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D05.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D06.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D07.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D08.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D09.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D10.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D11.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D12.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D13.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D14.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D15.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D16.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D17.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D18.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D19.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D20.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D21.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D22.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D23.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D24.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D25.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D26.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D27.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D28.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D29.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D30.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D31.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D32.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D33.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D34.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D35.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D36.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D37.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D38.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D39.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D40.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D41.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D42.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D43.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D44.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D45.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D46.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS006D47.clockCorrectionTime = 7.854904e-06 -PIC.Core.CS007D00.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D01.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D02.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D03.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D04.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D05.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D06.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D07.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D08.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D09.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D10.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D11.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D12.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D13.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D14.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D15.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D16.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D17.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D18.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D19.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D20.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D21.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D22.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D23.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D24.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D25.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D26.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D27.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D28.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D29.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D30.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D31.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D32.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D33.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D34.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D35.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D36.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D37.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D38.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D39.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D40.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D41.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D42.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D43.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D44.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D45.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D46.clockCorrectionTime = 7.885136e-06 -PIC.Core.CS007D47.clockCorrectionTime = 7.885136e-06 -Observation.referencePhaseCenter = [3826577.110,461022.900,5064892.758] -# LBA_INNER -#PIC.Core.CS002D00.phaseCenter = [3826577.109500,461022.900196,5064892.758000] -#PIC.Core.CS002D01.phaseCenter = [3826575.090500,461022.657196,5064894.296000] -#PIC.Core.CS002D02.phaseCenter = [3826575.771500,461025.005196,5064893.572000] -#PIC.Core.CS002D03.phaseCenter = [3826577.909500,461025.263196,5064891.944000] -#PIC.Core.CS002D04.phaseCenter = [3826579.128500,461023.143196,5064891.220000] -#PIC.Core.CS002D05.phaseCenter = [3826578.447500,461020.795196,5064891.944000] -#PIC.Core.CS002D06.phaseCenter = [3826576.309500,461020.537196,5064893.572000] -#PIC.Core.CS002D07.phaseCenter = [3826574.036500,461018.775195,5064895.437000] -#PIC.Core.CS002D08.phaseCenter = [3826572.516500,461022.347195,5064896.256000] -#PIC.Core.CS002D09.phaseCenter = [3826573.144500,461026.177195,5064895.438000] -#PIC.Core.CS002D10.phaseCenter = [3826575.628500,461028.475196,5064893.365000] -#PIC.Core.CS002D11.phaseCenter = [3826578.805500,461028.164196,5064891.009000] -#PIC.Core.CS002D12.phaseCenter = [3826581.188500,461025.390196,5064889.471000] -#PIC.Core.CS002D13.phaseCenter = [3826581.662500,461021.450196,5064889.471000] -#PIC.Core.CS002D14.phaseCenter = [3826580.006500,461018.190196,5064891.009000] -#PIC.Core.CS002D15.phaseCenter = [3826576.995500,461017.133196,5064893.365000] -#PIC.Core.CS002D16.phaseCenter = [3826576.272500,461013.726196,5064894.215000] -#PIC.Core.CS002D17.phaseCenter = [3826573.376500,461014.469195,5064896.322000] -#PIC.Core.CS002D18.phaseCenter = [3826570.181500,461017.749195,5064898.424000] -#PIC.Core.CS002D19.phaseCenter = [3826569.112500,461024.945195,5064898.576000] -#PIC.Core.CS002D20.phaseCenter = [3826569.852500,461027.976195,5064897.746000] -#PIC.Core.CS002D21.phaseCenter = [3826572.070500,461031.095195,5064895.800000] -#PIC.Core.CS002D22.phaseCenter = [3826575.368500,461031.959196,5064893.246000] -#PIC.Core.CS002D23.phaseCenter = [3826579.971500,461030.917196,5064889.885000] -#PIC.Core.CS002D24.phaseCenter = [3826583.385500,461028.524196,5064887.539000] -#PIC.Core.CS002D25.phaseCenter = [3826584.999500,461024.537196,5064886.688000] -#PIC.Core.CS002D26.phaseCenter = [3826584.442500,461020.707196,5064887.452000] -#PIC.Core.CS002D27.phaseCenter = [3826582.564500,461016.605196,5064889.232000] -#PIC.Core.CS002D28.phaseCenter = [3826579.539500,461014.081196,5064891.731000] -#PIC.Core.CS002D29.phaseCenter = [3826574.724500,461009.083195,5064895.797000] -#PIC.Core.CS002D30.phaseCenter = [3826571.744500,461010.132195,5064897.939000] -#PIC.Core.CS002D31.phaseCenter = [3826569.960500,461012.435195,5064899.070000] -#PIC.Core.CS002D32.phaseCenter = [3826567.013500,461019.699195,5064900.626000] -#PIC.Core.CS002D33.phaseCenter = [3826565.109500,461021.640195,5064901.880000] -#PIC.Core.CS002D34.phaseCenter = [3826567.204500,461028.490195,5064899.688000] -#PIC.Core.CS002D35.phaseCenter = [3826569.542500,461032.470195,5064897.573000] -#PIC.Core.CS002D36.phaseCenter = [3826571.812500,461036.793195,5064895.478000] -#PIC.Core.CS002D37.phaseCenter = [3826574.471500,461036.116195,5064893.544000] -#PIC.Core.CS002D38.phaseCenter = [3826578.276500,461035.734196,5064890.722000] -#PIC.Core.CS002D39.phaseCenter = [3826583.531500,461032.936196,5064887.030000] -#PIC.Core.CS002D40.phaseCenter = [3826585.419500,461031.329196,5064885.758000] -#PIC.Core.CS002D41.phaseCenter = [3826587.195500,461026.381196,5064884.873000] -#PIC.Core.CS002D42.phaseCenter = [3826589.188500,461022.935197,5064883.688000] -#PIC.Core.CS002D43.phaseCenter = [3826586.727500,461014.817196,5064886.269000] -#PIC.Core.CS002D44.phaseCenter = [3826584.542500,461012.072196,5064888.157000] -#PIC.Core.CS002D45.phaseCenter = [3826581.014500,461009.055196,5064891.078000] -#PIC.Core.CS002D46.phaseCenter = [3826603.455510,460977.274198,5064877.107000] -#PIC.Core.CS002D47.phaseCenter = [3826612.589500,461053.051198,5064863.401000] -##PIC.Core.CS003D00.phaseCenter = [3826516.791510,460930.018191,5064946.429000] -#PIC.Core.CS003D01.phaseCenter = [3826514.771510,460929.774191,5064947.967000] -#PIC.Core.CS003D02.phaseCenter = [3826515.452500,460932.123191,5064947.243000] -#PIC.Core.CS003D03.phaseCenter = [3826517.591510,460932.380191,5064945.615000] -#PIC.Core.CS003D04.phaseCenter = [3826518.810510,460930.261191,5064944.891000] -#PIC.Core.CS003D05.phaseCenter = [3826518.129510,460927.913191,5064945.615000] -#PIC.Core.CS003D06.phaseCenter = [3826515.991510,460927.655191,5064947.243000] -#PIC.Core.CS003D07.phaseCenter = [3826521.344510,460928.568192,5064943.142000] -#PIC.Core.CS003D08.phaseCenter = [3826519.688510,460925.308191,5064944.680000] -#PIC.Core.CS003D09.phaseCenter = [3826516.676510,460924.251191,5064947.036000] -#PIC.Core.CS003D10.phaseCenter = [3826513.718510,460925.893191,5064949.109000] -#PIC.Core.CS003D11.phaseCenter = [3826512.197510,460929.464191,5064949.927000] -#PIC.Core.CS003D12.phaseCenter = [3826512.826500,460933.295191,5064949.109000] -#PIC.Core.CS003D13.phaseCenter = [3826515.310500,460935.593191,5064947.037000] -#PIC.Core.CS003D14.phaseCenter = [3826518.487500,460935.281191,5064944.680000] -#PIC.Core.CS003D15.phaseCenter = [3826520.870510,460932.508192,5064943.142000] -#PIC.Core.CS003D16.phaseCenter = [3826523.638510,460933.271192,5064940.995000] -#PIC.Core.CS003D17.phaseCenter = [3826524.704510,460929.807192,5064940.509000] -#PIC.Core.CS003D18.phaseCenter = [3826524.166510,460924.869192,5064941.358000] -#PIC.Core.CS003D19.phaseCenter = [3826519.739510,460920.454191,5064945.080000] -#PIC.Core.CS003D20.phaseCenter = [3826517.224510,460919.880191,5064947.020000] -#PIC.Core.CS003D21.phaseCenter = [3826513.839510,460920.862191,5064949.472000] -#PIC.Core.CS003D22.phaseCenter = [3826511.434510,460924.032191,5064950.991000] -#PIC.Core.CS003D23.phaseCenter = [3826509.643500,460929.476191,5064951.844000] -#PIC.Core.CS003D24.phaseCenter = [3826509.441500,460934.248191,5064951.563000] -#PIC.Core.CS003D25.phaseCenter = [3826511.336500,460937.797191,5064949.821000] -#PIC.Core.CS003D26.phaseCenter = [3826514.308500,460938.931191,5064947.487000] -#PIC.Core.CS003D27.phaseCenter = [3826518.191500,460938.761191,5064944.588000] -#PIC.Core.CS003D28.phaseCenter = [3826521.604500,460936.638192,5064942.218000] -#PIC.Core.CS003D29.phaseCenter = [3826527.718510,460933.703192,5064937.894000] -#PIC.Core.CS003D30.phaseCenter = [3826528.618510,460930.008192,5064937.552000] -#PIC.Core.CS003D31.phaseCenter = [3826527.989510,460927.039192,5064938.293000] -#PIC.Core.CS003D32.phaseCenter = [3826524.541510,460920.564192,5064941.466000] -#PIC.Core.CS003D33.phaseCenter = [3826524.230510,460917.628192,5064941.965000] -#PIC.Core.CS003D34.phaseCenter = [3826518.314510,460916.787191,5064946.482000] -#PIC.Core.CS003D35.phaseCenter = [3826514.264510,460917.509191,5064949.456000] -#PIC.Core.CS003D36.phaseCenter = [3826510.012510,460918.002191,5064952.604000] -#PIC.Core.CS003D37.phaseCenter = [3826509.029510,460921.180191,5064953.054000] -#PIC.Core.CS003D38.phaseCenter = [3826507.214510,460925.463191,5064954.029000] -#PIC.Core.CS003D39.phaseCenter = [3826506.289500,460932.406191,5064954.096000] -#PIC.Core.CS003D40.phaseCenter = [3826506.376500,460935.174191,5064953.780000] -#PIC.Core.CS003D41.phaseCenter = [3826508.850500,460939.333191,5064951.547000] -#PIC.Core.CS003D42.phaseCenter = [3826510.161500,460943.047191,5064950.228000] -#PIC.Core.CS003D43.phaseCenter = [3826517.161500,460944.068191,5064944.882000] -#PIC.Core.CS003D44.phaseCenter = [3826520.267500,460942.952192,5064942.651000] -#PIC.Core.CS003D45.phaseCenter = [3826524.297500,460940.509192,5064939.846000] -#PIC.Core.CS003D46.phaseCenter = [3826478.141510,460906.374188,5064977.577990] -#PIC.Core.CS003D47.phaseCenter = [3826495.639500,460979.543190,5064957.829990] -#PIC.Core.CS004D00.phaseCenter = [3826654.240510,460939.528201,5064842.397000] -#PIC.Core.CS004D01.phaseCenter = [3826652.220510,460939.284201,5064843.935000] -#PIC.Core.CS004D02.phaseCenter = [3826652.902510,460941.633201,5064843.211000] -#PIC.Core.CS004D03.phaseCenter = [3826655.040510,460941.890201,5064841.583000] -#PIC.Core.CS004D04.phaseCenter = [3826656.259510,460939.771202,5064840.859000] -#PIC.Core.CS004D05.phaseCenter = [3826655.578510,460937.423201,5064841.583000] -#PIC.Core.CS004D06.phaseCenter = [3826653.440510,460937.165201,5064843.211000] -#PIC.Core.CS004D07.phaseCenter = [3826652.759510,460945.103201,5064843.004000] -#PIC.Core.CS004D08.phaseCenter = [3826655.936510,460944.791202,5064840.648000] -#PIC.Core.CS004D09.phaseCenter = [3826658.319510,460942.018202,5064839.110000] -#PIC.Core.CS004D10.phaseCenter = [3826658.793510,460938.078202,5064839.110000] -#PIC.Core.CS004D11.phaseCenter = [3826657.137510,460934.818202,5064840.648000] -#PIC.Core.CS004D12.phaseCenter = [3826654.126510,460933.761201,5064843.004000] -#PIC.Core.CS004D13.phaseCenter = [3826651.167510,460935.403201,5064845.076000] -#PIC.Core.CS004D14.phaseCenter = [3826649.647510,460938.974201,5064845.895000] -#PIC.Core.CS004D15.phaseCenter = [3826650.275510,460942.805201,5064845.077000] -#PIC.Core.CS004D16.phaseCenter = [3826648.230510,460945.448201,5064846.373000] -#PIC.Core.CS004D17.phaseCenter = [3826650.060510,460948.170201,5064844.753000] -#PIC.Core.CS004D18.phaseCenter = [3826653.792510,460949.826201,5064841.802000] -#PIC.Core.CS004D19.phaseCenter = [3826659.289510,460947.047202,5064837.928000] -#PIC.Core.CS004D20.phaseCenter = [3826661.064510,460944.589202,5064836.817000] -#PIC.Core.CS004D21.phaseCenter = [3826662.230510,460940.488202,5064836.312000] -#PIC.Core.CS004D22.phaseCenter = [3826661.338510,460936.455202,5064837.347000] -#PIC.Core.CS004D23.phaseCenter = [3826658.527510,460932.053202,5064839.855000] -#PIC.Core.CS004D24.phaseCenter = [3826655.313510,460929.673201,5064842.482000] -#PIC.Core.CS004D25.phaseCenter = [3826651.805510,460930.112201,5064845.075000] -#PIC.Core.CS004D26.phaseCenter = [3826649.390510,460932.807201,5064846.645000] -#PIC.Core.CS004D27.phaseCenter = [3826647.384510,460937.078201,5064847.764000] -#PIC.Core.CS004D28.phaseCenter = [3826646.997510,460941.726201,5064847.635000] -#PIC.Core.CS004D29.phaseCenter = [3826645.698510,460949.660201,5064847.893000] -#PIC.Core.CS004D30.phaseCenter = [3826647.779510,460952.306201,5064846.092000] -#PIC.Core.CS004D31.phaseCenter = [3826650.191510,460952.972201,5064844.221000] -#PIC.Core.CS004D32.phaseCenter = [3826656.586510,460952.182202,5064839.492000] -#PIC.Core.CS004D33.phaseCenter = [3826658.801510,460953.177202,5064837.740000] -#PIC.Core.CS004D34.phaseCenter = [3826662.622510,460947.168202,5064835.415000] -#PIC.Core.CS004D35.phaseCenter = [3826664.333510,460942.467202,5064834.555000] -#PIC.Core.CS004D36.phaseCenter = [3826666.316510,460937.651202,5064833.502000] -#PIC.Core.CS004D37.phaseCenter = [3826664.640510,460935.149202,5064834.986000] -#PIC.Core.CS004D38.phaseCenter = [3826662.649510,460931.249202,5064836.833000] -#PIC.Core.CS004D39.phaseCenter = [3826658.320510,460927.104202,5064840.458000] -#PIC.Core.CS004D40.phaseCenter = [3826656.344510,460925.943202,5064842.045000] -#PIC.Core.CS004D41.phaseCenter = [3826652.094510,460926.731201,5064845.164000] -#PIC.Core.CS004D42.phaseCenter = [3826648.791510,460926.463201,5064847.668000] -#PIC.Core.CS004D43.phaseCenter = [3826644.252510,460933.560201,5064850.433000] -#PIC.Core.CS004D44.phaseCenter = [3826643.331510,460937.422201,5064850.775000] -#PIC.Core.CS004D45.phaseCenter = [3826642.828510,460942.882201,5064850.660000] -#PIC.Core.CS004D46.phaseCenter = [3826664.882510,460885.708202,5064839.274000] -#PIC.Core.CS004D47.phaseCenter = [3826611.489510,460929.214198,5064875.419000] -#PIC.Core.CS005D00.phaseCenter = [3826668.793500,461069.502202,5064819.725000] -#PIC.Core.CS005D01.phaseCenter = [3826666.773500,461069.259202,5064821.263000] -#PIC.Core.CS005D02.phaseCenter = [3826667.455500,461071.607202,5064820.540000] -#PIC.Core.CS005D03.phaseCenter = [3826669.593500,461071.865202,5064818.911000] -#PIC.Core.CS005D04.phaseCenter = [3826670.812500,461069.745203,5064818.188000] -#PIC.Core.CS005D05.phaseCenter = [3826670.131500,461067.397202,5064818.911000] -#PIC.Core.CS005D06.phaseCenter = [3826667.993500,461067.139202,5064820.539000] -#PIC.Core.CS005D07.phaseCenter = [3826672.168500,461065.304203,5064817.572000] -#PIC.Core.CS005D08.phaseCenter = [3826669.326500,461063.728202,5064819.847000] -#PIC.Core.CS005D09.phaseCenter = [3826666.235500,461064.852202,5064822.066000] -#PIC.Core.CS005D10.phaseCenter = [3826664.341500,461068.153202,5064823.189000] -#PIC.Core.CS005D11.phaseCenter = [3826664.530500,461072.084202,5064822.692000] -#PIC.Core.CS005D12.phaseCenter = [3826666.714500,461074.807202,5064820.806000] -#PIC.Core.CS005D13.phaseCenter = [3826669.871500,461075.049202,5064818.415000] -#PIC.Core.CS005D14.phaseCenter = [3826672.523500,461072.694203,5064816.637000] -#PIC.Core.CS005D15.phaseCenter = [3826673.430500,461068.846203,5064816.304000] -#PIC.Core.CS005D16.phaseCenter = [3826676.182500,461067.642203,5064814.347000] -#PIC.Core.CS005D17.phaseCenter = [3826675.640500,461064.099203,5064815.074000] -#PIC.Core.CS005D18.phaseCenter = [3826673.065500,461060.409203,5064817.341000] -#PIC.Core.CS005D19.phaseCenter = [3826667.303500,461059.716202,5064821.728000] -#PIC.Core.CS005D20.phaseCenter = [3826664.852500,461060.909202,5064823.460000] -#PIC.Core.CS005D21.phaseCenter = [3826662.304500,461063.951202,5064825.098000] -#PIC.Core.CS005D22.phaseCenter = [3826661.545500,461068.138202,5064825.289000] -#PIC.Core.CS005D23.phaseCenter = [3826662.295500,461073.781202,5064824.216000] -#PIC.Core.CS005D24.phaseCenter = [3826664.152500,461077.825202,5064822.456000] -#PIC.Core.CS005D25.phaseCenter = [3826667.326500,461079.481202,5064819.925000] -#PIC.Core.CS005D26.phaseCenter = [3826670.414500,461078.446203,5064817.700000] -#PIC.Core.CS005D27.phaseCenter = [3826673.748500,461075.740203,5064815.443000] -#PIC.Core.CS005D28.phaseCenter = [3826675.834500,461071.745203,5064814.237000] -#PIC.Core.CS005D29.phaseCenter = [3826679.944500,461065.300203,5064811.735000] -#PIC.Core.CS005D30.phaseCenter = [3826679.158500,461061.679203,5064812.652000] -#PIC.Core.CS005D31.phaseCenter = [3826677.340500,461059.661203,5064814.199000] -#PIC.Core.CS005D32.phaseCenter = [3826671.560500,461056.633203,5064818.812000] -#PIC.Core.CS005D33.phaseCenter = [3826670.035500,461054.433202,5064820.155000] -#PIC.Core.CS005D34.phaseCenter = [3826664.490500,461057.654202,5064824.026000] -#PIC.Core.CS005D35.phaseCenter = [3826661.247500,461060.923202,5064826.165000] -#PIC.Core.CS005D36.phaseCenter = [3826657.728500,461064.137202,5064828.516000] -#PIC.Core.CS005D37.phaseCenter = [3826658.222500,461067.390202,5064827.851000] -#PIC.Core.CS005D38.phaseCenter = [3826658.456500,461072.098202,5064827.250000] -#PIC.Core.CS005D39.phaseCenter = [3826660.603500,461078.399202,5064825.068000] -#PIC.Core.CS005D40.phaseCenter = [3826661.860500,461080.609202,5064823.926000] -#PIC.Core.CS005D41.phaseCenter = [3826665.802500,461082.383202,5064820.807000] -#PIC.Core.CS005D42.phaseCenter = [3826668.533500,461084.560202,5064818.560000] -#PIC.Core.CS005D43.phaseCenter = [3826675.105500,461080.770203,5064813.969000] -#PIC.Core.CS005D44.phaseCenter = [3826677.353500,461077.802203,5064812.550000] -#PIC.Core.CS005D45.phaseCenter = [3826679.846500,461073.137203,5064811.100000] -#PIC.Core.CS005D46.phaseCenter = [3826687.931510,461018.878204,5064809.936000] -#PIC.Core.CS005D47.phaseCenter = [3826629.117500,461048.374199,5064851.417000] -#PIC.Core.CS006D00.phaseCenter = [3826596.773490,461145.130197,5064866.950000] -#PIC.Core.CS006D01.phaseCenter = [3826594.753490,461144.887197,5064868.488000] -#PIC.Core.CS006D02.phaseCenter = [3826595.435490,461147.235197,5064867.764000] -#PIC.Core.CS006D03.phaseCenter = [3826597.573490,461147.492197,5064866.136000] -#PIC.Core.CS006D04.phaseCenter = [3826598.792490,461145.373197,5064865.412000] -#PIC.Core.CS006D05.phaseCenter = [3826598.111490,461143.025197,5064866.136000] -#PIC.Core.CS006D06.phaseCenter = [3826595.973490,461142.767197,5064867.764000] -#PIC.Core.CS006D07.phaseCenter = [3826597.851490,461150.677197,5064865.640000] -#PIC.Core.CS006D08.phaseCenter = [3826600.503490,461148.322197,5064863.862000] -#PIC.Core.CS006D09.phaseCenter = [3826601.410490,461144.474197,5064863.529000] -#PIC.Core.CS006D10.phaseCenter = [3826600.147490,461140.933197,5064864.796000] -#PIC.Core.CS006D11.phaseCenter = [3826597.306490,461139.356197,5064867.072000] -#PIC.Core.CS006D12.phaseCenter = [3826594.215490,461140.480197,5064869.291000] -#PIC.Core.CS006D13.phaseCenter = [3826592.320490,461143.781197,5064870.414000] -#PIC.Core.CS006D14.phaseCenter = [3826592.510490,461147.711197,5064869.917000] -#PIC.Core.CS006D15.phaseCenter = [3826594.694490,461150.435197,5064868.031000] -#PIC.Core.CS006D16.phaseCenter = [3826594.027490,461153.953197,5064868.214000] -#PIC.Core.CS006D17.phaseCenter = [3826596.791490,461154.973197,5064866.047000] -#PIC.Core.CS006D18.phaseCenter = [3826600.770490,461153.865197,5064863.161000] -#PIC.Core.CS006D19.phaseCenter = [3826604.403490,461147.954198,5064860.968000] -#PIC.Core.CS006D20.phaseCenter = [3826604.912490,461144.768198,5064860.874000] -#PIC.Core.CS006D21.phaseCenter = [3826604.188490,461140.637198,5064861.791000] -#PIC.Core.CS006D22.phaseCenter = [3826601.686490,461137.921197,5064863.914000] -#PIC.Core.CS006D23.phaseCenter = [3826597.346490,461136.172197,5064867.330000] -#PIC.Core.CS006D24.phaseCenter = [3826593.514490,461136.346197,5064870.190000] -#PIC.Core.CS006D25.phaseCenter = [3826590.625490,461139.024197,5064872.117000] -#PIC.Core.CS006D26.phaseCenter = [3826589.657490,461142.828197,5064872.500000] -#PIC.Core.CS006D27.phaseCenter = [3826589.718490,461147.654197,5064872.017000] -#PIC.Core.CS006D28.phaseCenter = [3826591.359490,461151.718197,5064870.418000] -#PIC.Core.CS006D29.phaseCenter = [3826593.601490,461159.078197,5064868.070000] -#PIC.Core.CS006D30.phaseCenter = [3826596.554490,461159.869197,5064865.783000] -#PIC.Core.CS006D31.phaseCenter = [3826598.953490,461158.822197,5064864.076000] -#PIC.Core.CS006D32.phaseCenter = [3826604.222490,461153.948198,5064860.561000] -#PIC.Core.CS006D33.phaseCenter = [3826606.588490,461153.301198,5064858.844000] -#PIC.Core.CS006D34.phaseCenter = [3826607.378490,461145.851198,5064858.925000] -#PIC.Core.CS006D35.phaseCenter = [3826606.875490,461140.868198,5064859.753000] -#PIC.Core.CS006D36.phaseCenter = [3826606.561490,461135.611198,5064860.464000] -#PIC.Core.CS006D37.phaseCenter = [3826604.025490,461134.669198,5064862.452000] -#PIC.Core.CS006D38.phaseCenter = [3826600.618490,461132.789197,5064865.180000] -#PIC.Core.CS006D39.phaseCenter = [3826595.055490,461132.253197,5064869.404000] -#PIC.Core.CS006D40.phaseCenter = [3826592.828490,461132.608197,5064871.043000] -#PIC.Core.CS006D41.phaseCenter = [3826589.439490,461136.062197,5064873.275000] -#PIC.Core.CS006D42.phaseCenter = [3826586.428490,461138.026196,5064875.358000] -#PIC.Core.CS006D43.phaseCenter = [3826585.474490,461146.840196,5064875.277000] -#PIC.Core.CS006D44.phaseCenter = [3826586.311490,461150.614196,5064874.307000] -#PIC.Core.CS006D45.phaseCenter = [3826588.196490,461155.420196,5064872.458000] -#PIC.Core.CS006D46.phaseCenter = [3826629.969490,461178.945199,5064838.976000] -#PIC.Core.CS006D47.phaseCenter = [3826626.771500,461100.374199,5064848.479000] -#PIC.Core.CS007D00.phaseCenter = [3826533.404490,461098.918192,5064918.692000] -#PIC.Core.CS007D01.phaseCenter = [3826531.384490,461098.674192,5064920.230000] -#PIC.Core.CS007D02.phaseCenter = [3826532.065490,461101.023192,5064919.506000] -#PIC.Core.CS007D03.phaseCenter = [3826534.204490,461101.280192,5064917.878000] -#PIC.Core.CS007D04.phaseCenter = [3826535.423490,461099.161193,5064917.154000] -#PIC.Core.CS007D05.phaseCenter = [3826534.742490,461096.813193,5064917.878000] -#PIC.Core.CS007D06.phaseCenter = [3826532.604490,461096.555192,5064919.506000] -#PIC.Core.CS007D07.phaseCenter = [3826528.951490,461097.568192,5064922.156000] -#PIC.Core.CS007D08.phaseCenter = [3826529.140490,461101.500192,5064921.659000] -#PIC.Core.CS007D09.phaseCenter = [3826531.325490,461104.223192,5064919.773000] -#PIC.Core.CS007D10.phaseCenter = [3826534.481490,461104.465192,5064917.382000] -#PIC.Core.CS007D11.phaseCenter = [3826537.134490,461102.110193,5064915.604000] -#PIC.Core.CS007D12.phaseCenter = [3826538.041490,461098.262193,5064915.271000] -#PIC.Core.CS007D13.phaseCenter = [3826536.778490,461094.721193,5064916.538000] -#PIC.Core.CS007D14.phaseCenter = [3826533.937490,461093.144192,5064918.814000] -#PIC.Core.CS007D15.phaseCenter = [3826530.846490,461094.268192,5064921.032000] -#PIC.Core.CS007D16.phaseCenter = [3826528.761490,461091.953192,5064922.807000] -#PIC.Core.CS007D17.phaseCenter = [3826526.538490,461094.477192,5064924.247000] -#PIC.Core.CS007D18.phaseCenter = [3826525.135490,461099.276192,5064924.866000] -#PIC.Core.CS007D19.phaseCenter = [3826527.264490,461105.878192,5064922.671000] -#PIC.Core.CS007D20.phaseCenter = [3826529.204490,461107.873192,5064921.035000] -#PIC.Core.CS007D21.phaseCenter = [3826532.478490,461108.962192,5064918.479000] -#PIC.Core.CS007D22.phaseCenter = [3826535.737490,461107.492193,5064916.165000] -#PIC.Core.CS007D23.phaseCenter = [3826539.329490,461103.595193,5064913.822000] -#PIC.Core.CS007D24.phaseCenter = [3826541.303490,461099.378193,5064912.721000] -#PIC.Core.CS007D25.phaseCenter = [3826541.018490,461095.045193,5064913.326000] -#PIC.Core.CS007D26.phaseCenter = [3826538.898490,461092.275193,5064915.168000] -#PIC.Core.CS007D27.phaseCenter = [3826535.504490,461090.155193,5064917.908000] -#PIC.Core.CS007D28.phaseCenter = [3826531.776490,461090.087192,5064920.712000] -#PIC.Core.CS007D29.phaseCenter = [3826525.424490,461089.172192,5064925.563000] -#PIC.Core.CS007D30.phaseCenter = [3826523.258490,461092.002192,5064926.932000] -#PIC.Core.CS007D31.phaseCenter = [3826522.676490,461095.068192,5064927.092000] -#PIC.Core.CS007D32.phaseCenter = [3826523.188490,461102.967192,5064925.994000] -#PIC.Core.CS007D33.phaseCenter = [3826522.346490,461105.817192,5064926.369000] -#PIC.Core.CS007D34.phaseCenter = [3826527.102490,461110.045192,5064922.416000] -#PIC.Core.CS007D35.phaseCenter = [3826530.848490,461111.759192,5064919.450000] -#PIC.Core.CS007D36.phaseCenter = [3826534.681490,461113.802193,5064916.388000] -#PIC.Core.CS007D37.phaseCenter = [3826536.724490,461111.490193,5064915.064000] -#PIC.Core.CS007D38.phaseCenter = [3826539.896490,461108.662193,5064912.938000] -#PIC.Core.CS007D39.phaseCenter = [3826543.311490,461102.898193,5064910.896000] -#PIC.Core.CS007D40.phaseCenter = [3826544.282490,461100.331193,5064910.399000] -#PIC.Core.CS007D41.phaseCenter = [3826543.729490,461095.105193,5064911.286000] -#PIC.Core.CS007D42.phaseCenter = [3826544.009490,461090.964193,5064911.451000] -#PIC.Core.CS007D43.phaseCenter = [3826538.391490,461085.938193,5064916.121000] -#PIC.Core.CS007D44.phaseCenter = [3826535.306490,461085.134193,5064918.510000] -#PIC.Core.CS007D45.phaseCenter = [3826530.927490,461084.993192,5064921.810000] -#PIC.Core.CS007D46.phaseCenter = [3826523.497490,461153.009192,5064921.239000] -#PIC.Core.CS007D47.phaseCenter = [3826576.322490,461108.390196,5064885.621000] -#PIC.Core.CS002D00.position = [3826577.109500,461022.900196,5064892.758000] -#PIC.Core.CS002D01.position = [3826575.090500,461022.657196,5064894.296000] -#PIC.Core.CS002D02.position = [3826575.771500,461025.005196,5064893.572000] -#PIC.Core.CS002D03.position = [3826577.909500,461025.263196,5064891.944000] -#PIC.Core.CS002D04.position = [3826579.128500,461023.143196,5064891.220000] -#PIC.Core.CS002D05.position = [3826578.447500,461020.795196,5064891.944000] -#PIC.Core.CS002D06.position = [3826576.309500,461020.537196,5064893.572000] -#PIC.Core.CS002D07.position = [3826574.036500,461018.775195,5064895.437000] -#PIC.Core.CS002D08.position = [3826572.516500,461022.347195,5064896.256000] -#PIC.Core.CS002D09.position = [3826573.144500,461026.177195,5064895.438000] -#PIC.Core.CS002D10.position = [3826575.628500,461028.475196,5064893.365000] -#PIC.Core.CS002D11.position = [3826578.805500,461028.164196,5064891.009000] -#PIC.Core.CS002D12.position = [3826581.188500,461025.390196,5064889.471000] -#PIC.Core.CS002D13.position = [3826581.662500,461021.450196,5064889.471000] -#PIC.Core.CS002D14.position = [3826580.006500,461018.190196,5064891.009000] -#PIC.Core.CS002D15.position = [3826576.995500,461017.133196,5064893.365000] -#PIC.Core.CS002D16.position = [3826576.272500,461013.726196,5064894.215000] -#PIC.Core.CS002D17.position = [3826573.376500,461014.469195,5064896.322000] -#PIC.Core.CS002D18.position = [3826570.181500,461017.749195,5064898.424000] -#PIC.Core.CS002D19.position = [3826569.112500,461024.945195,5064898.576000] -#PIC.Core.CS002D20.position = [3826569.852500,461027.976195,5064897.746000] -#PIC.Core.CS002D21.position = [3826572.070500,461031.095195,5064895.800000] -#PIC.Core.CS002D22.position = [3826575.368500,461031.959196,5064893.246000] -#PIC.Core.CS002D23.position = [3826579.971500,461030.917196,5064889.885000] -#PIC.Core.CS002D24.position = [3826583.385500,461028.524196,5064887.539000] -#PIC.Core.CS002D25.position = [3826584.999500,461024.537196,5064886.688000] -#PIC.Core.CS002D26.position = [3826584.442500,461020.707196,5064887.452000] -#PIC.Core.CS002D27.position = [3826582.564500,461016.605196,5064889.232000] -#PIC.Core.CS002D28.position = [3826579.539500,461014.081196,5064891.731000] -#PIC.Core.CS002D29.position = [3826574.724500,461009.083195,5064895.797000] -#PIC.Core.CS002D30.position = [3826571.744500,461010.132195,5064897.939000] -#PIC.Core.CS002D31.position = [3826569.960500,461012.435195,5064899.070000] -#PIC.Core.CS002D32.position = [3826567.013500,461019.699195,5064900.626000] -#PIC.Core.CS002D33.position = [3826565.109500,461021.640195,5064901.880000] -#PIC.Core.CS002D34.position = [3826567.204500,461028.490195,5064899.688000] -#PIC.Core.CS002D35.position = [3826569.542500,461032.470195,5064897.573000] -#PIC.Core.CS002D36.position = [3826571.812500,461036.793195,5064895.478000] -#PIC.Core.CS002D37.position = [3826574.471500,461036.116195,5064893.544000] -#PIC.Core.CS002D38.position = [3826578.276500,461035.734196,5064890.722000] -#PIC.Core.CS002D39.position = [3826583.531500,461032.936196,5064887.030000] -#PIC.Core.CS002D40.position = [3826585.419500,461031.329196,5064885.758000] -#PIC.Core.CS002D41.position = [3826587.195500,461026.381196,5064884.873000] -#PIC.Core.CS002D42.position = [3826589.188500,461022.935197,5064883.688000] -#PIC.Core.CS002D43.position = [3826586.727500,461014.817196,5064886.269000] -#PIC.Core.CS002D44.position = [3826584.542500,461012.072196,5064888.157000] -#PIC.Core.CS002D45.position = [3826581.014500,461009.055196,5064891.078000] -#PIC.Core.CS002D46.position = [3826603.455510,460977.274198,5064877.107000] -#PIC.Core.CS002D47.position = [3826612.589500,461053.051198,5064863.401000] -##PIC.Core.CS003D00.position = [3826516.791510,460930.018191,5064946.429000] -#PIC.Core.CS003D01.position = [3826514.771510,460929.774191,5064947.967000] -#PIC.Core.CS003D02.position = [3826515.452500,460932.123191,5064947.243000] -#PIC.Core.CS003D03.position = [3826517.591510,460932.380191,5064945.615000] -#PIC.Core.CS003D04.position = [3826518.810510,460930.261191,5064944.891000] -#PIC.Core.CS003D05.position = [3826518.129510,460927.913191,5064945.615000] -#PIC.Core.CS003D06.position = [3826515.991510,460927.655191,5064947.243000] -#PIC.Core.CS003D07.position = [3826521.344510,460928.568192,5064943.142000] -#PIC.Core.CS003D08.position = [3826519.688510,460925.308191,5064944.680000] -#PIC.Core.CS003D09.position = [3826516.676510,460924.251191,5064947.036000] -#PIC.Core.CS003D10.position = [3826513.718510,460925.893191,5064949.109000] -#PIC.Core.CS003D11.position = [3826512.197510,460929.464191,5064949.927000] -#PIC.Core.CS003D12.position = [3826512.826500,460933.295191,5064949.109000] -#PIC.Core.CS003D13.position = [3826515.310500,460935.593191,5064947.037000] -#PIC.Core.CS003D14.position = [3826518.487500,460935.281191,5064944.680000] -#PIC.Core.CS003D15.position = [3826520.870510,460932.508192,5064943.142000] -#PIC.Core.CS003D16.position = [3826523.638510,460933.271192,5064940.995000] -#PIC.Core.CS003D17.position = [3826524.704510,460929.807192,5064940.509000] -#PIC.Core.CS003D18.position = [3826524.166510,460924.869192,5064941.358000] -#PIC.Core.CS003D19.position = [3826519.739510,460920.454191,5064945.080000] -#PIC.Core.CS003D20.position = [3826517.224510,460919.880191,5064947.020000] -#PIC.Core.CS003D21.position = [3826513.839510,460920.862191,5064949.472000] -#PIC.Core.CS003D22.position = [3826511.434510,460924.032191,5064950.991000] -#PIC.Core.CS003D23.position = [3826509.643500,460929.476191,5064951.844000] -#PIC.Core.CS003D24.position = [3826509.441500,460934.248191,5064951.563000] -#PIC.Core.CS003D25.position = [3826511.336500,460937.797191,5064949.821000] -#PIC.Core.CS003D26.position = [3826514.308500,460938.931191,5064947.487000] -#PIC.Core.CS003D27.position = [3826518.191500,460938.761191,5064944.588000] -#PIC.Core.CS003D28.position = [3826521.604500,460936.638192,5064942.218000] -#PIC.Core.CS003D29.position = [3826527.718510,460933.703192,5064937.894000] -#PIC.Core.CS003D30.position = [3826528.618510,460930.008192,5064937.552000] -#PIC.Core.CS003D31.position = [3826527.989510,460927.039192,5064938.293000] -#PIC.Core.CS003D32.position = [3826524.541510,460920.564192,5064941.466000] -#PIC.Core.CS003D33.position = [3826524.230510,460917.628192,5064941.965000] -#PIC.Core.CS003D34.position = [3826518.314510,460916.787191,5064946.482000] -#PIC.Core.CS003D35.position = [3826514.264510,460917.509191,5064949.456000] -#PIC.Core.CS003D36.position = [3826510.012510,460918.002191,5064952.604000] -#PIC.Core.CS003D37.position = [3826509.029510,460921.180191,5064953.054000] -#PIC.Core.CS003D38.position = [3826507.214510,460925.463191,5064954.029000] -#PIC.Core.CS003D39.position = [3826506.289500,460932.406191,5064954.096000] -#PIC.Core.CS003D40.position = [3826506.376500,460935.174191,5064953.780000] -#PIC.Core.CS003D41.position = [3826508.850500,460939.333191,5064951.547000] -#PIC.Core.CS003D42.position = [3826510.161500,460943.047191,5064950.228000] -#PIC.Core.CS003D43.position = [3826517.161500,460944.068191,5064944.882000] -#PIC.Core.CS003D44.position = [3826520.267500,460942.952192,5064942.651000] -#PIC.Core.CS003D45.position = [3826524.297500,460940.509192,5064939.846000] -#PIC.Core.CS003D46.position = [3826478.141510,460906.374188,5064977.577990] -#PIC.Core.CS003D47.position = [3826495.639500,460979.543190,5064957.829990] -#PIC.Core.CS004D00.position = [3826654.240510,460939.528201,5064842.397000] -#PIC.Core.CS004D01.position = [3826652.220510,460939.284201,5064843.935000] -#PIC.Core.CS004D02.position = [3826652.902510,460941.633201,5064843.211000] -#PIC.Core.CS004D03.position = [3826655.040510,460941.890201,5064841.583000] -#PIC.Core.CS004D04.position = [3826656.259510,460939.771202,5064840.859000] -#PIC.Core.CS004D05.position = [3826655.578510,460937.423201,5064841.583000] -#PIC.Core.CS004D06.position = [3826653.440510,460937.165201,5064843.211000] -#PIC.Core.CS004D07.position = [3826652.759510,460945.103201,5064843.004000] -#PIC.Core.CS004D08.position = [3826655.936510,460944.791202,5064840.648000] -#PIC.Core.CS004D09.position = [3826658.319510,460942.018202,5064839.110000] -#PIC.Core.CS004D10.position = [3826658.793510,460938.078202,5064839.110000] -#PIC.Core.CS004D11.position = [3826657.137510,460934.818202,5064840.648000] -#PIC.Core.CS004D12.position = [3826654.126510,460933.761201,5064843.004000] -#PIC.Core.CS004D13.position = [3826651.167510,460935.403201,5064845.076000] -#PIC.Core.CS004D14.position = [3826649.647510,460938.974201,5064845.895000] -#PIC.Core.CS004D15.position = [3826650.275510,460942.805201,5064845.077000] -#PIC.Core.CS004D16.position = [3826648.230510,460945.448201,5064846.373000] -#PIC.Core.CS004D17.position = [3826650.060510,460948.170201,5064844.753000] -#PIC.Core.CS004D18.position = [3826653.792510,460949.826201,5064841.802000] -#PIC.Core.CS004D19.position = [3826659.289510,460947.047202,5064837.928000] -#PIC.Core.CS004D20.position = [3826661.064510,460944.589202,5064836.817000] -#PIC.Core.CS004D21.position = [3826662.230510,460940.488202,5064836.312000] -#PIC.Core.CS004D22.position = [3826661.338510,460936.455202,5064837.347000] -#PIC.Core.CS004D23.position = [3826658.527510,460932.053202,5064839.855000] -#PIC.Core.CS004D24.position = [3826655.313510,460929.673201,5064842.482000] -#PIC.Core.CS004D25.position = [3826651.805510,460930.112201,5064845.075000] -#PIC.Core.CS004D26.position = [3826649.390510,460932.807201,5064846.645000] -#PIC.Core.CS004D27.position = [3826647.384510,460937.078201,5064847.764000] -#PIC.Core.CS004D28.position = [3826646.997510,460941.726201,5064847.635000] -#PIC.Core.CS004D29.position = [3826645.698510,460949.660201,5064847.893000] -#PIC.Core.CS004D30.position = [3826647.779510,460952.306201,5064846.092000] -#PIC.Core.CS004D31.position = [3826650.191510,460952.972201,5064844.221000] -#PIC.Core.CS004D32.position = [3826656.586510,460952.182202,5064839.492000] -#PIC.Core.CS004D33.position = [3826658.801510,460953.177202,5064837.740000] -#PIC.Core.CS004D34.position = [3826662.622510,460947.168202,5064835.415000] -#PIC.Core.CS004D35.position = [3826664.333510,460942.467202,5064834.555000] -#PIC.Core.CS004D36.position = [3826666.316510,460937.651202,5064833.502000] -#PIC.Core.CS004D37.position = [3826664.640510,460935.149202,5064834.986000] -#PIC.Core.CS004D38.position = [3826662.649510,460931.249202,5064836.833000] -#PIC.Core.CS004D39.position = [3826658.320510,460927.104202,5064840.458000] -#PIC.Core.CS004D40.position = [3826656.344510,460925.943202,5064842.045000] -#PIC.Core.CS004D41.position = [3826652.094510,460926.731201,5064845.164000] -#PIC.Core.CS004D42.position = [3826648.791510,460926.463201,5064847.668000] -#PIC.Core.CS004D43.position = [3826644.252510,460933.560201,5064850.433000] -#PIC.Core.CS004D44.position = [3826643.331510,460937.422201,5064850.775000] -#PIC.Core.CS004D45.position = [3826642.828510,460942.882201,5064850.660000] -#PIC.Core.CS004D46.position = [3826664.882510,460885.708202,5064839.274000] -#PIC.Core.CS004D47.position = [3826611.489510,460929.214198,5064875.419000] -#PIC.Core.CS005D00.position = [3826668.793500,461069.502202,5064819.725000] -#PIC.Core.CS005D01.position = [3826666.773500,461069.259202,5064821.263000] -#PIC.Core.CS005D02.position = [3826667.455500,461071.607202,5064820.540000] -#PIC.Core.CS005D03.position = [3826669.593500,461071.865202,5064818.911000] -#PIC.Core.CS005D04.position = [3826670.812500,461069.745203,5064818.188000] -#PIC.Core.CS005D05.position = [3826670.131500,461067.397202,5064818.911000] -#PIC.Core.CS005D06.position = [3826667.993500,461067.139202,5064820.539000] -#PIC.Core.CS005D07.position = [3826672.168500,461065.304203,5064817.572000] -#PIC.Core.CS005D08.position = [3826669.326500,461063.728202,5064819.847000] -#PIC.Core.CS005D09.position = [3826666.235500,461064.852202,5064822.066000] -#PIC.Core.CS005D10.position = [3826664.341500,461068.153202,5064823.189000] -#PIC.Core.CS005D11.position = [3826664.530500,461072.084202,5064822.692000] -#PIC.Core.CS005D12.position = [3826666.714500,461074.807202,5064820.806000] -#PIC.Core.CS005D13.position = [3826669.871500,461075.049202,5064818.415000] -#PIC.Core.CS005D14.position = [3826672.523500,461072.694203,5064816.637000] -#PIC.Core.CS005D15.position = [3826673.430500,461068.846203,5064816.304000] -#PIC.Core.CS005D16.position = [3826676.182500,461067.642203,5064814.347000] -#PIC.Core.CS005D17.position = [3826675.640500,461064.099203,5064815.074000] -#PIC.Core.CS005D18.position = [3826673.065500,461060.409203,5064817.341000] -#PIC.Core.CS005D19.position = [3826667.303500,461059.716202,5064821.728000] -#PIC.Core.CS005D20.position = [3826664.852500,461060.909202,5064823.460000] -#PIC.Core.CS005D21.position = [3826662.304500,461063.951202,5064825.098000] -#PIC.Core.CS005D22.position = [3826661.545500,461068.138202,5064825.289000] -#PIC.Core.CS005D23.position = [3826662.295500,461073.781202,5064824.216000] -#PIC.Core.CS005D24.position = [3826664.152500,461077.825202,5064822.456000] -#PIC.Core.CS005D25.position = [3826667.326500,461079.481202,5064819.925000] -#PIC.Core.CS005D26.position = [3826670.414500,461078.446203,5064817.700000] -#PIC.Core.CS005D27.position = [3826673.748500,461075.740203,5064815.443000] -#PIC.Core.CS005D28.position = [3826675.834500,461071.745203,5064814.237000] -#PIC.Core.CS005D29.position = [3826679.944500,461065.300203,5064811.735000] -#PIC.Core.CS005D30.position = [3826679.158500,461061.679203,5064812.652000] -#PIC.Core.CS005D31.position = [3826677.340500,461059.661203,5064814.199000] -#PIC.Core.CS005D32.position = [3826671.560500,461056.633203,5064818.812000] -#PIC.Core.CS005D33.position = [3826670.035500,461054.433202,5064820.155000] -#PIC.Core.CS005D34.position = [3826664.490500,461057.654202,5064824.026000] -#PIC.Core.CS005D35.position = [3826661.247500,461060.923202,5064826.165000] -#PIC.Core.CS005D36.position = [3826657.728500,461064.137202,5064828.516000] -#PIC.Core.CS005D37.position = [3826658.222500,461067.390202,5064827.851000] -#PIC.Core.CS005D38.position = [3826658.456500,461072.098202,5064827.250000] -#PIC.Core.CS005D39.position = [3826660.603500,461078.399202,5064825.068000] -#PIC.Core.CS005D40.position = [3826661.860500,461080.609202,5064823.926000] -#PIC.Core.CS005D41.position = [3826665.802500,461082.383202,5064820.807000] -#PIC.Core.CS005D42.position = [3826668.533500,461084.560202,5064818.560000] -#PIC.Core.CS005D43.position = [3826675.105500,461080.770203,5064813.969000] -#PIC.Core.CS005D44.position = [3826677.353500,461077.802203,5064812.550000] -#PIC.Core.CS005D45.position = [3826679.846500,461073.137203,5064811.100000] -#PIC.Core.CS005D46.position = [3826687.931510,461018.878204,5064809.936000] -#PIC.Core.CS005D47.position = [3826629.117500,461048.374199,5064851.417000] -#PIC.Core.CS006D00.position = [3826596.773490,461145.130197,5064866.950000] -#PIC.Core.CS006D01.position = [3826594.753490,461144.887197,5064868.488000] -#PIC.Core.CS006D02.position = [3826595.435490,461147.235197,5064867.764000] -#PIC.Core.CS006D03.position = [3826597.573490,461147.492197,5064866.136000] -#PIC.Core.CS006D04.position = [3826598.792490,461145.373197,5064865.412000] -#PIC.Core.CS006D05.position = [3826598.111490,461143.025197,5064866.136000] -#PIC.Core.CS006D06.position = [3826595.973490,461142.767197,5064867.764000] -#PIC.Core.CS006D07.position = [3826597.851490,461150.677197,5064865.640000] -#PIC.Core.CS006D08.position = [3826600.503490,461148.322197,5064863.862000] -#PIC.Core.CS006D09.position = [3826601.410490,461144.474197,5064863.529000] -#PIC.Core.CS006D10.position = [3826600.147490,461140.933197,5064864.796000] -#PIC.Core.CS006D11.position = [3826597.306490,461139.356197,5064867.072000] -#PIC.Core.CS006D12.position = [3826594.215490,461140.480197,5064869.291000] -#PIC.Core.CS006D13.position = [3826592.320490,461143.781197,5064870.414000] -#PIC.Core.CS006D14.position = [3826592.510490,461147.711197,5064869.917000] -#PIC.Core.CS006D15.position = [3826594.694490,461150.435197,5064868.031000] -#PIC.Core.CS006D16.position = [3826594.027490,461153.953197,5064868.214000] -#PIC.Core.CS006D17.position = [3826596.791490,461154.973197,5064866.047000] -#PIC.Core.CS006D18.position = [3826600.770490,461153.865197,5064863.161000] -#PIC.Core.CS006D19.position = [3826604.403490,461147.954198,5064860.968000] -#PIC.Core.CS006D20.position = [3826604.912490,461144.768198,5064860.874000] -#PIC.Core.CS006D21.position = [3826604.188490,461140.637198,5064861.791000] -#PIC.Core.CS006D22.position = [3826601.686490,461137.921197,5064863.914000] -#PIC.Core.CS006D23.position = [3826597.346490,461136.172197,5064867.330000] -#PIC.Core.CS006D24.position = [3826593.514490,461136.346197,5064870.190000] -#PIC.Core.CS006D25.position = [3826590.625490,461139.024197,5064872.117000] -#PIC.Core.CS006D26.position = [3826589.657490,461142.828197,5064872.500000] -#PIC.Core.CS006D27.position = [3826589.718490,461147.654197,5064872.017000] -#PIC.Core.CS006D28.position = [3826591.359490,461151.718197,5064870.418000] -#PIC.Core.CS006D29.position = [3826593.601490,461159.078197,5064868.070000] -#PIC.Core.CS006D30.position = [3826596.554490,461159.869197,5064865.783000] -#PIC.Core.CS006D31.position = [3826598.953490,461158.822197,5064864.076000] -#PIC.Core.CS006D32.position = [3826604.222490,461153.948198,5064860.561000] -#PIC.Core.CS006D33.position = [3826606.588490,461153.301198,5064858.844000] -#PIC.Core.CS006D34.position = [3826607.378490,461145.851198,5064858.925000] -#PIC.Core.CS006D35.position = [3826606.875490,461140.868198,5064859.753000] -#PIC.Core.CS006D36.position = [3826606.561490,461135.611198,5064860.464000] -#PIC.Core.CS006D37.position = [3826604.025490,461134.669198,5064862.452000] -#PIC.Core.CS006D38.position = [3826600.618490,461132.789197,5064865.180000] -#PIC.Core.CS006D39.position = [3826595.055490,461132.253197,5064869.404000] -#PIC.Core.CS006D40.position = [3826592.828490,461132.608197,5064871.043000] -#PIC.Core.CS006D41.position = [3826589.439490,461136.062197,5064873.275000] -#PIC.Core.CS006D42.position = [3826586.428490,461138.026196,5064875.358000] -#PIC.Core.CS006D43.position = [3826585.474490,461146.840196,5064875.277000] -#PIC.Core.CS006D44.position = [3826586.311490,461150.614196,5064874.307000] -#PIC.Core.CS006D45.position = [3826588.196490,461155.420196,5064872.458000] -#PIC.Core.CS006D46.position = [3826629.969490,461178.945199,5064838.976000] -#PIC.Core.CS006D47.position = [3826626.771500,461100.374199,5064848.479000] -#PIC.Core.CS007D00.position = [3826533.404490,461098.918192,5064918.692000] -#PIC.Core.CS007D01.position = [3826531.384490,461098.674192,5064920.230000] -#PIC.Core.CS007D02.position = [3826532.065490,461101.023192,5064919.506000] -#PIC.Core.CS007D03.position = [3826534.204490,461101.280192,5064917.878000] -#PIC.Core.CS007D04.position = [3826535.423490,461099.161193,5064917.154000] -#PIC.Core.CS007D05.position = [3826534.742490,461096.813193,5064917.878000] -#PIC.Core.CS007D06.position = [3826532.604490,461096.555192,5064919.506000] -#PIC.Core.CS007D07.position = [3826528.951490,461097.568192,5064922.156000] -#PIC.Core.CS007D08.position = [3826529.140490,461101.500192,5064921.659000] -#PIC.Core.CS007D09.position = [3826531.325490,461104.223192,5064919.773000] -#PIC.Core.CS007D10.position = [3826534.481490,461104.465192,5064917.382000] -#PIC.Core.CS007D11.position = [3826537.134490,461102.110193,5064915.604000] -#PIC.Core.CS007D12.position = [3826538.041490,461098.262193,5064915.271000] -#PIC.Core.CS007D13.position = [3826536.778490,461094.721193,5064916.538000] -#PIC.Core.CS007D14.position = [3826533.937490,461093.144192,5064918.814000] -#PIC.Core.CS007D15.position = [3826530.846490,461094.268192,5064921.032000] -#PIC.Core.CS007D16.position = [3826528.761490,461091.953192,5064922.807000] -#PIC.Core.CS007D17.position = [3826526.538490,461094.477192,5064924.247000] -#PIC.Core.CS007D18.position = [3826525.135490,461099.276192,5064924.866000] -#PIC.Core.CS007D19.position = [3826527.264490,461105.878192,5064922.671000] -#PIC.Core.CS007D20.position = [3826529.204490,461107.873192,5064921.035000] -#PIC.Core.CS007D21.position = [3826532.478490,461108.962192,5064918.479000] -#PIC.Core.CS007D22.position = [3826535.737490,461107.492193,5064916.165000] -#PIC.Core.CS007D23.position = [3826539.329490,461103.595193,5064913.822000] -#PIC.Core.CS007D24.position = [3826541.303490,461099.378193,5064912.721000] -#PIC.Core.CS007D25.position = [3826541.018490,461095.045193,5064913.326000] -#PIC.Core.CS007D26.position = [3826538.898490,461092.275193,5064915.168000] -#PIC.Core.CS007D27.position = [3826535.504490,461090.155193,5064917.908000] -#PIC.Core.CS007D28.position = [3826531.776490,461090.087192,5064920.712000] -#PIC.Core.CS007D29.position = [3826525.424490,461089.172192,5064925.563000] -#PIC.Core.CS007D30.position = [3826523.258490,461092.002192,5064926.932000] -#PIC.Core.CS007D31.position = [3826522.676490,461095.068192,5064927.092000] -#PIC.Core.CS007D32.position = [3826523.188490,461102.967192,5064925.994000] -#PIC.Core.CS007D33.position = [3826522.346490,461105.817192,5064926.369000] -#PIC.Core.CS007D34.position = [3826527.102490,461110.045192,5064922.416000] -#PIC.Core.CS007D35.position = [3826530.848490,461111.759192,5064919.450000] -#PIC.Core.CS007D36.position = [3826534.681490,461113.802193,5064916.388000] -#PIC.Core.CS007D37.position = [3826536.724490,461111.490193,5064915.064000] -#PIC.Core.CS007D38.position = [3826539.896490,461108.662193,5064912.938000] -#PIC.Core.CS007D39.position = [3826543.311490,461102.898193,5064910.896000] -#PIC.Core.CS007D40.position = [3826544.282490,461100.331193,5064910.399000] -#PIC.Core.CS007D41.position = [3826543.729490,461095.105193,5064911.286000] -#PIC.Core.CS007D42.position = [3826544.009490,461090.964193,5064911.451000] -#PIC.Core.CS007D43.position = [3826538.391490,461085.938193,5064916.121000] -#PIC.Core.CS007D44.position = [3826535.306490,461085.134193,5064918.510000] -#PIC.Core.CS007D45.position = [3826530.927490,461084.993192,5064921.810000] -#PIC.Core.CS007D46.position = [3826523.497490,461153.009192,5064921.239000] -#PIC.Core.CS007D47.position = [3826576.322490,461108.390196,5064885.621000] -# LBA_OUTER -PIC.Core.CS002D00.phaseCenter = [3826579.492500,461005.105196,5064892.578000] -PIC.Core.CS002D01.phaseCenter = [3826578.065500,461002.706196,5064893.866000] -PIC.Core.CS002D02.phaseCenter = [3826566.278500,461008.429195,5064902.196000] -PIC.Core.CS002D03.phaseCenter = [3826561.238500,461023.545195,5064904.613000] -PIC.Core.CS002D04.phaseCenter = [3826561.048500,461028.462194,5064904.311000] -PIC.Core.CS002D05.phaseCenter = [3826567.371500,461037.218195,5064898.774000] -PIC.Core.CS002D06.phaseCenter = [3826577.471500,461040.701196,5064890.878000] -PIC.Core.CS002D07.phaseCenter = [3826583.820500,461041.021196,5064886.083000] -PIC.Core.CS002D08.phaseCenter = [3826590.492500,461028.842197,5064882.175000] -PIC.Core.CS002D09.phaseCenter = [3826593.010500,461021.160197,5064880.980000] -PIC.Core.CS002D10.phaseCenter = [3826589.881500,461012.254197,5064884.134000] -PIC.Core.CS002D11.phaseCenter = [3826590.888500,461004.124197,5064884.112000] -PIC.Core.CS002D12.phaseCenter = [3826581.799500,460998.392196,5064891.453000] -PIC.Core.CS002D13.phaseCenter = [3826571.486500,460998.986195,5064899.140000] -PIC.Core.CS002D14.phaseCenter = [3826566.799500,461001.550195,5064902.426000] -PIC.Core.CS002D15.phaseCenter = [3826561.056500,461006.369194,5064906.301000] -PIC.Core.CS002D16.phaseCenter = [3826557.923500,461023.707194,5064907.087000] -PIC.Core.CS002D17.phaseCenter = [3826558.452500,461031.588194,5064905.977000] -PIC.Core.CS002D18.phaseCenter = [3826563.447500,461043.574195,5064901.145000] -PIC.Core.CS002D19.phaseCenter = [3826574.094500,461047.864195,5064892.765000] -PIC.Core.CS002D20.phaseCenter = [3826581.534500,461047.956196,5064887.172000] -PIC.Core.CS002D21.phaseCenter = [3826589.542500,461041.302197,5064881.763000] -PIC.Core.CS002D22.phaseCenter = [3826597.988500,461028.593197,5064876.571000] -PIC.Core.CS002D23.phaseCenter = [3826597.031500,461011.026197,5064878.878000] -PIC.Core.CS002D24.phaseCenter = [3826596.814500,460997.283197,5064880.282000] -PIC.Core.CS002D25.phaseCenter = [3826585.611500,460992.916196,5064889.087000] -PIC.Core.CS002D26.phaseCenter = [3826573.967500,460992.191195,5064897.892000] -PIC.Core.CS002D27.phaseCenter = [3826567.574500,460993.250195,5064902.595000] -PIC.Core.CS002D28.phaseCenter = [3826556.250500,461006.503194,5064909.897000] -PIC.Core.CS002D29.phaseCenter = [3826549.777500,461023.012194,5064913.263000] -PIC.Core.CS002D30.phaseCenter = [3826551.123500,461035.050194,5064911.165000] -PIC.Core.CS002D31.phaseCenter = [3826556.956500,461040.527194,5064906.292000] -PIC.Core.CS002D32.phaseCenter = [3826562.717500,461052.851195,5064900.854000] -PIC.Core.CS002D33.phaseCenter = [3826577.449500,461056.665196,5064889.451000] -PIC.Core.CS002D34.phaseCenter = [3826584.539500,461054.769196,5064884.300000] -PIC.Core.CS002D35.phaseCenter = [3826595.997500,461046.957197,5064876.406000] -PIC.Core.CS002D36.phaseCenter = [3826598.671500,461039.287197,5064875.092000] -PIC.Core.CS002D37.phaseCenter = [3826603.738500,461019.411198,5064873.085000] -PIC.Core.CS002D38.phaseCenter = [3826600.940500,461013.887197,5064875.685000] -PIC.Core.CS002D39.phaseCenter = [3826605.295500,461010.467198,5064872.725000] -PIC.Core.CS002D40.phaseCenter = [3826585.073500,460981.955196,5064890.481000] -PIC.Core.CS002D41.phaseCenter = [3826564.739500,460986.971195,5064905.291000] -PIC.Core.CS002D42.phaseCenter = [3826551.009500,460998.299194,5064914.572000] -PIC.Core.CS002D43.phaseCenter = [3826546.172500,461013.473193,5064916.832000] -PIC.Core.CS002D44.phaseCenter = [3826556.131500,461055.945194,5064905.517000] -PIC.Core.CS002D45.phaseCenter = [3826573.680500,461059.292195,5064892.043000] -PIC.Core.CS002D46.phaseCenter = [3826586.498500,461061.863196,5064882.189000] -PIC.Core.CS002D47.phaseCenter = [3826607.822500,461026.590198,5064869.371000] -PIC.Core.CS003D00.phaseCenter = [3826527.881500,460940.655192,5064937.143000] -PIC.Core.CS003D01.phaseCenter = [3826530.332500,460940.201192,5064935.344000] -PIC.Core.CS003D02.phaseCenter = [3826532.793510,460924.878192,5064934.882000] -PIC.Core.CS003D03.phaseCenter = [3826525.021510,460912.584192,5064941.827000] -PIC.Core.CS003D04.phaseCenter = [3826521.701510,460910.152192,5064944.539000] -PIC.Core.CS003D05.phaseCenter = [3826512.144510,460913.012191,5064951.454000] -PIC.Core.CS003D06.phaseCenter = [3826504.196510,460922.342190,5064956.577000] -PIC.Core.CS003D07.phaseCenter = [3826500.500500,460929.054190,5064958.744000] -PIC.Core.CS003D08.phaseCenter = [3826505.334500,460941.780190,5064953.966000] -PIC.Core.CS003D09.phaseCenter = [3826509.307500,460947.981191,5064950.423000] -PIC.Core.CS003D10.phaseCenter = [3826517.220500,460948.636191,5064944.424000] -PIC.Core.CS003D11.phaseCenter = [3826522.331500,460953.408192,5064940.156000] -PIC.Core.CS003D12.phaseCenter = [3826531.295500,460946.188192,5064934.080000] -PIC.Core.CS003D13.phaseCenter = [3826536.521510,460934.781193,5064931.189000] -PIC.Core.CS003D14.phaseCenter = [3826537.298510,460928.557193,5064931.168000] -PIC.Core.CS003D15.phaseCenter = [3826537.082510,460920.171193,5064932.088000] -PIC.Core.CS003D16.phaseCenter = [3826526.721510,460908.930192,5064940.881000] -PIC.Core.CS003D17.phaseCenter = [3826520.943510,460905.931192,5064945.489000] -PIC.Core.CS003D18.phaseCenter = [3826509.863510,460905.894191,5064953.809000] -PIC.Core.CS003D19.phaseCenter = [3826501.054510,460915.450190,5064959.558000] -PIC.Core.CS003D20.phaseCenter = [3826496.920500,460923.443190,5064961.938000] -PIC.Core.CS003D21.phaseCenter = [3826497.175500,460935.107190,5064960.693000] -PIC.Core.CS003D22.phaseCenter = [3826501.408500,460949.988190,5064956.171000] -PIC.Core.CS003D23.phaseCenter = [3826514.166500,460956.915191,5064945.968000] -PIC.Core.CS003D24.phaseCenter = [3826523.855500,460962.908192,5064938.154000] -PIC.Core.CS003D25.phaseCenter = [3826533.025500,460952.786192,5064932.186000] -PIC.Core.CS003D26.phaseCenter = [3826539.897510,460940.539193,5064928.134000] -PIC.Core.CS003D27.phaseCenter = [3826542.655510,460933.155193,5064926.731000] -PIC.Core.CS003D28.phaseCenter = [3826539.617510,460914.920193,5064930.660000] -PIC.Core.CS003D29.phaseCenter = [3826531.660510,460900.448192,5064937.941000] -PIC.Core.CS003D30.phaseCenter = [3826522.539510,460896.447192,5064945.148000] -PIC.Core.CS003D31.phaseCenter = [3826515.535510,460900.265191,5064950.061000] -PIC.Core.CS003D32.phaseCenter = [3826503.801510,460900.903190,5064958.811000] -PIC.Core.CS003D33.phaseCenter = [3826493.089510,460915.084190,5064965.570000] -PIC.Core.CS003D34.phaseCenter = [3826490.532500,460923.602189,5064966.718990] -PIC.Core.CS003D35.phaseCenter = [3826489.706500,460939.517189,5064965.900990] -PIC.Core.CS003D36.phaseCenter = [3826493.586500,460945.880190,5064962.412990] -PIC.Core.CS003D37.phaseCenter = [3826504.658500,460960.358190,5064952.794000] -PIC.Core.CS003D38.phaseCenter = [3826510.036500,460959.840191,5064948.804000] -PIC.Core.CS003D39.phaseCenter = [3826510.036500,460966.093191,5064948.239000] -PIC.Core.CS003D40.phaseCenter = [3826540.952500,460957.174193,5064925.839000] -PIC.Core.CS003D41.phaseCenter = [3826548.578510,460932.938194,5064922.305000] -PIC.Core.CS003D42.phaseCenter = [3826548.197510,460912.976194,5064924.395000] -PIC.Core.CS003D43.phaseCenter = [3826540.275510,460900.877193,5064931.436000] -PIC.Core.CS003D44.phaseCenter = [3826505.248510,460892.388190,5064958.494000] -PIC.Core.CS003D45.phaseCenter = [3826493.321510,460909.823190,5064965.871000] -PIC.Core.CS003D46.phaseCenter = [3826484.521500,460922.503189,5064971.330990] -PIC.Core.CS003D47.phaseCenter = [3826497.425500,460961.517190,5064958.119000] -PIC.Core.CS004D00.phaseCenter = [3826640.767510,460946.686200,5064851.863000] -PIC.Core.CS004D01.phaseCenter = [3826639.743510,460949.538200,5064852.374000] -PIC.Core.CS004D02.phaseCenter = [3826649.069510,460959.139201,5064844.506000] -PIC.Core.CS004D03.phaseCenter = [3826661.881510,460956.316202,5064835.144000] -PIC.Core.CS004D04.phaseCenter = [3826665.390510,460953.832202,5064832.734000] -PIC.Core.CS004D05.phaseCenter = [3826668.624510,460942.216202,5064831.357000] -PIC.Core.CS004D06.phaseCenter = [3826666.474510,460929.403202,5064834.129000] -PIC.Core.CS004D07.phaseCenter = [3826663.820510,460922.371202,5064836.757000] -PIC.Core.CS004D08.phaseCenter = [3826652.313510,460921.824201,5064845.443000] -PIC.Core.CS004D09.phaseCenter = [3826645.822510,460923.306201,5064850.182000] -PIC.Core.CS004D10.phaseCenter = [3826641.039510,460931.555200,5064853.027000] -PIC.Core.CS004D11.phaseCenter = [3826634.920510,460934.914200,5064857.316000] -PIC.Core.CS004D12.phaseCenter = [3826635.046510,460947.866200,5064856.050000] -PIC.Core.CS004D13.phaseCenter = [3826640.133510,460958.679200,5064851.255000] -PIC.Core.CS004D14.phaseCenter = [3826644.043510,460962.338201,5064847.989000] -PIC.Core.CS004D15.phaseCenter = [3826650.001510,460965.905201,5064843.194000] -PIC.Core.CS004D16.phaseCenter = [3826663.496510,460959.809202,5064833.616000] -PIC.Core.CS004D17.phaseCenter = [3826668.745510,460954.927202,5064830.117000] -PIC.Core.CS004D18.phaseCenter = [3826674.830510,460942.977203,5064826.630000] -PIC.Core.CS004D19.phaseCenter = [3826672.992510,460929.132203,5064829.261000] -PIC.Core.CS004D20.phaseCenter = [3826669.685510,460921.047203,5064832.474000] -PIC.Core.CS004D21.phaseCenter = [3826661.423510,460916.036202,5064839.129000] -PIC.Core.CS004D22.phaseCenter = [3826648.744510,460913.865201,5064848.842000] -PIC.Core.CS004D23.phaseCenter = [3826636.943510,460924.505200,5064856.738000] -PIC.Core.CS004D24.phaseCenter = [3826627.470510,460932.254199,5064863.148000] -PIC.Core.CS004D25.phaseCenter = [3826629.505510,460946.744200,5064860.311000] -PIC.Core.CS004D26.phaseCenter = [3826634.276510,460959.716200,5064855.557000] -PIC.Core.CS004D27.phaseCenter = [3826637.911510,460966.041200,5064852.258000] -PIC.Core.CS004D28.phaseCenter = [3826652.272510,460971.023201,5064841.027000] -PIC.Core.CS004D29.phaseCenter = [3826666.703510,460968.985202,5064830.380000] -PIC.Core.CS004D30.phaseCenter = [3826674.477510,460960.948203,5064825.271000] -PIC.Core.CS004D31.phaseCenter = [3826675.648510,460951.654203,5064825.232000] -PIC.Core.CS004D32.phaseCenter = [3826681.621510,460938.692203,5064821.920000] -PIC.Core.CS004D33.phaseCenter = [3826677.602510,460920.696203,5064826.563000] -PIC.Core.CS004D34.phaseCenter = [3826673.068510,460914.075203,5064830.565000] -PIC.Core.CS004D35.phaseCenter = [3826662.436510,460905.971202,5064839.278000] -PIC.Core.CS004D36.phaseCenter = [3826655.882510,460907.279202,5064844.079000] -PIC.Core.CS004D37.phaseCenter = [3826639.744510,460912.676200,5064855.705000] -PIC.Core.CS004D38.phaseCenter = [3826637.164510,460918.719200,5064857.095000] -PIC.Core.CS004D39.phaseCenter = [3826632.809510,460915.885200,5064860.620000] -PIC.Core.CS004D40.phaseCenter = [3826622.115510,460953.317199,5064865.264000] -PIC.Core.CS004D41.phaseCenter = [3826634.822510,460972.536200,5064853.989000] -PIC.Core.CS004D42.phaseCenter = [3826648.933510,460981.170201,5064842.617000] -PIC.Core.CS004D43.phaseCenter = [3826661.693510,460978.096202,5064833.316000] -PIC.Core.CS004D44.phaseCenter = [3826686.760510,460944.113204,5064817.572000] -PIC.Core.CS004D45.phaseCenter = [3826681.140510,460923.330203,5064823.669000] -PIC.Core.CS004D46.phaseCenter = [3826677.121510,460908.080203,5064828.064000] -PIC.Core.CS004D47.phaseCenter = [3826642.893510,460904.339201,5064854.095000] -PIC.Core.CS005D00.phaseCenter = [3826683.049500,461070.888203,5064808.900000] -PIC.Core.CS005D01.phaseCenter = [3826685.005500,461068.896204,5064807.611000] -PIC.Core.CS005D02.phaseCenter = [3826680.632500,461054.715203,5064812.176000] -PIC.Core.CS005D03.phaseCenter = [3826668.579500,461049.779202,5064821.668000] -PIC.Core.CS005D04.phaseCenter = [3826664.631500,461049.979202,5064824.614000] -PIC.Core.CS005D05.phaseCenter = [3826657.472500,461058.639202,5064829.205000] -PIC.Core.CS005D06.phaseCenter = [3826654.480500,461071.536201,5064830.285000] -PIC.Core.CS005D07.phaseCenter = [3826654.101500,461079.478201,5064829.852000] -PIC.Core.CS005D08.phaseCenter = [3826663.761500,461086.710202,5064821.947000] -PIC.Core.CS005D09.phaseCenter = [3826669.887500,461089.165202,5064817.127000] -PIC.Core.CS005D10.phaseCenter = [3826677.104500,461084.473203,5064812.134000] -PIC.Core.CS005D11.phaseCenter = [3826683.619500,461085.005203,5064807.196000] -PIC.Core.CS005D12.phaseCenter = [3826688.400500,461073.167204,5064804.677000] -PIC.Core.CS005D13.phaseCenter = [3826688.121500,461060.365204,5064806.043000] -PIC.Core.CS005D14.phaseCenter = [3826686.149500,461054.752204,5064808.031000] -PIC.Core.CS005D15.phaseCenter = [3826682.387500,461048.024203,5064811.463000] -PIC.Core.CS005D16.phaseCenter = [3826668.512500,461045.661202,5064822.091000] -PIC.Core.CS005D17.phaseCenter = [3826662.169500,461047.021202,5064826.729000] -PIC.Core.CS005D18.phaseCenter = [3826652.439500,461054.314201,5064833.374000] -PIC.Core.CS005D19.phaseCenter = [3826648.787500,461067.965201,5064834.881000] -PIC.Core.CS005D20.phaseCenter = [3826648.570500,461077.246201,5064834.205000] -PIC.Core.CS005D21.phaseCenter = [3826653.765500,461086.635201,5064829.457000] -PIC.Core.CS005D22.phaseCenter = [3826663.817500,461096.031202,5064821.063000] -PIC.Core.CS005D23.phaseCenter = [3826677.955500,461093.274203,5064810.700000] -PIC.Core.CS005D24.phaseCenter = [3826689.003500,461091.782204,5064802.541000] -PIC.Core.CS005D25.phaseCenter = [3826692.729500,461077.430204,5064801.042000] -PIC.Core.CS005D26.phaseCenter = [3826693.534500,461062.853204,5064801.755000] -PIC.Core.CS005D27.phaseCenter = [3826692.806500,461054.979204,5064803.014000] -PIC.Core.CS005D28.phaseCenter = [3826682.372500,461042.045203,5064812.015000] -PIC.Core.CS005D29.phaseCenter = [3826669.227500,461035.447202,5064822.477000] -PIC.Core.CS005D30.phaseCenter = [3826659.527500,461038.196202,5064829.511000] -PIC.Core.CS005D31.phaseCenter = [3826655.013500,461045.953201,5064832.198000] -PIC.Core.CS005D32.phaseCenter = [3826644.998500,461054.230201,5064838.967000] -PIC.Core.CS005D33.phaseCenter = [3826641.649500,461072.931200,5064839.790000] -PIC.Core.CS005D34.phaseCenter = [3826643.037500,461081.599200,5064837.965000] -PIC.Core.CS005D35.phaseCenter = [3826649.096500,461095.184201,5064832.189000] -PIC.Core.CS005D36.phaseCenter = [3826655.209500,461097.834201,5064827.361000] -PIC.Core.CS005D37.phaseCenter = [3826671.086500,461102.380203,5064815.033000] -PIC.Core.CS005D38.phaseCenter = [3826675.580500,461098.401203,5064812.019000] -PIC.Core.CS005D39.phaseCenter = [3826678.245500,461103.525203,5064809.556000] -PIC.Core.CS005D40.phaseCenter = [3826701.548500,461075.785205,5064794.571000] -PIC.Core.CS005D41.phaseCenter = [3826697.907500,461050.887205,5064799.555000] -PIC.Core.CS005D42.phaseCenter = [3826689.066500,461034.784204,5064807.646000] -PIC.Core.CS005D43.phaseCenter = [3826676.963500,461030.104203,5064817.154000] -PIC.Core.CS005D44.phaseCenter = [3826642.637500,461046.296200,5064841.456000] -PIC.Core.CS005D45.phaseCenter = [3826639.610500,461068.466200,5064841.724000] -PIC.Core.CS005D46.phaseCenter = [3826637.298500,461084.670200,5064841.995000] -PIC.Core.CS005D47.phaseCenter = [3826665.238500,461108.110202,5064818.904000] -PIC.Core.CS006D00.phaseCenter = [3826588.011490,461159.899196,5064872.192000] -PIC.Core.CS006D01.phaseCenter = [3826588.329490,461162.913196,5064871.681000] -PIC.Core.CS006D02.phaseCenter = [3826600.597490,461164.616197,5064862.319000] -PIC.Core.CS006D03.phaseCenter = [3826610.626490,461153.837198,5064855.765000] -PIC.Core.CS006D04.phaseCenter = [3826612.645490,461149.482198,5064854.643000] -PIC.Core.CS006D05.phaseCenter = [3826610.530490,461137.826198,5064857.284000] -PIC.Core.CS006D06.phaseCenter = [3826603.184490,461128.748198,5064863.619000] -PIC.Core.CS006D07.phaseCenter = [3826597.860490,461124.740197,5064867.977000] -PIC.Core.CS006D08.phaseCenter = [3826587.540490,461131.897196,5064875.077000] -PIC.Core.CS006D09.phaseCenter = [3826582.480490,461137.401196,5064878.377000] -PIC.Core.CS006D10.phaseCenter = [3826581.802490,461147.323196,5064877.990000] -PIC.Core.CS006D11.phaseCenter = [3826577.868490,461154.117196,5064880.328000] -PIC.Core.CS006D12.phaseCenter = [3826583.498490,461164.646196,5064875.150000] -PIC.Core.CS006D13.phaseCenter = [3826592.566490,461170.144197,5064867.847000] -PIC.Core.CS006D14.phaseCenter = [3826597.553490,461170.559197,5064864.066000] -PIC.Core.CS006D15.phaseCenter = [3826604.298490,461169.544198,5064859.095000] -PIC.Core.CS006D16.phaseCenter = [3826613.531490,461155.630198,5064853.422000] -PIC.Core.CS006D17.phaseCenter = [3826616.052490,461148.162198,5064852.205000] -PIC.Core.CS006D18.phaseCenter = [3826616.294490,461134.350198,5064853.271000] -PIC.Core.CS006D19.phaseCenter = [3826608.784490,461124.219198,5064859.825000] -PIC.Core.CS006D20.phaseCenter = [3826602.439490,461119.780197,5064864.989000] -PIC.Core.CS006D21.phaseCenter = [3826593.059490,461121.135197,5064871.907000] -PIC.Core.CS006D22.phaseCenter = [3826581.018490,461127.734196,5064880.348000] -PIC.Core.CS006D23.phaseCenter = [3826575.206490,461144.252195,5064883.218000] -PIC.Core.CS006D24.phaseCenter = [3826570.204490,461156.862195,5064885.833000] -PIC.Core.CS006D25.phaseCenter = [3826578.162490,461167.388196,5064878.908000] -PIC.Core.CS006D26.phaseCenter = [3826587.873490,461174.865196,5064870.943000] -PIC.Core.CS006D27.phaseCenter = [3826593.755490,461177.645197,5064866.276000] -PIC.Core.CS006D28.phaseCenter = [3826608.469490,461172.237198,5064855.721000] -PIC.Core.CS006D29.phaseCenter = [3826620.253490,461161.031199,5064847.889000] -PIC.Core.CS006D30.phaseCenter = [3826623.644490,461149.308199,5064846.403000] -PIC.Core.CS006D31.phaseCenter = [3826620.710490,461140.918199,5064849.364000] -PIC.Core.CS006D32.phaseCenter = [3826620.422490,461126.350199,5064850.896000] -PIC.Core.CS006D33.phaseCenter = [3826609.230500,461114.260198,5064860.390000] -PIC.Core.CS006D34.phaseCenter = [3826602.433500,461111.832197,5064865.712000] -PIC.Core.CS006D35.phaseCenter = [3826589.658490,461112.218197,5064875.266000] -PIC.Core.CS006D36.phaseCenter = [3826584.469490,461117.621196,5064878.672000] -PIC.Core.CS006D37.phaseCenter = [3826572.621490,461132.708195,5064886.202000] -PIC.Core.CS006D38.phaseCenter = [3826572.934490,461139.365195,5064885.365000] -PIC.Core.CS006D39.phaseCenter = [3826567.908490,461139.921195,5064889.087000] -PIC.Core.CS006D40.phaseCenter = [3826574.484490,461177.659195,5064880.740000] -PIC.Core.CS006D41.phaseCenter = [3826593.816490,461185.008197,5064865.565000] -PIC.Core.CS006D42.phaseCenter = [3826609.866490,461182.757198,5064853.721000] -PIC.Core.CS006D43.phaseCenter = [3826619.744490,461171.806199,5064847.297000] -PIC.Core.CS006D44.phaseCenter = [3826627.238500,461127.396199,5064845.686000] -PIC.Core.CS006D45.phaseCenter = [3826613.453500,461114.081198,5064857.236000] -PIC.Core.CS006D46.phaseCenter = [3826603.432500,461104.241198,5064865.647000] -PIC.Core.CS006D47.phaseCenter = [3826571.828490,461123.796195,5064887.603000] -PIC.Core.CS007D00.phaseCenter = [3826527.909490,461082.763192,5064924.277000] -PIC.Core.CS007D01.phaseCenter = [3826525.636490,461081.740192,5064926.075000] -PIC.Core.CS007D02.phaseCenter = [3826517.741490,461094.218191,5064930.874000] -PIC.Core.CS007D03.phaseCenter = [3826519.764490,461109.935191,5064927.935000] -PIC.Core.CS007D04.phaseCenter = [3826521.693490,461114.089192,5064926.111000] -PIC.Core.CS007D05.phaseCenter = [3826530.968490,461117.085192,5064918.878000] -PIC.Core.CS007D06.phaseCenter = [3826541.306490,461113.264193,5064911.463000] -PIC.Core.CS007D07.phaseCenter = [3826547.009490,461109.331193,5064907.538000] -PIC.Core.CS007D08.phaseCenter = [3826547.669490,461094.942193,5064908.344000] -PIC.Core.CS007D09.phaseCenter = [3826546.603490,461086.983193,5064909.863000] -PIC.Core.CS007D10.phaseCenter = [3826540.064500,461081.754193,5064915.244000] -PIC.Core.CS007D11.phaseCenter = [3826537.483500,461074.428193,5064917.844000] -PIC.Core.CS007D12.phaseCenter = [3826527.071490,461075.738192,5064925.540000] -PIC.Core.CS007D13.phaseCenter = [3826518.282490,461083.039191,5064931.477000] -PIC.Core.CS007D14.phaseCenter = [3826515.266490,461088.238191,5064933.272000] -PIC.Core.CS007D15.phaseCenter = [3826512.285490,461095.982191,5064934.809000] -PIC.Core.CS007D16.phaseCenter = [3826516.926490,461112.259191,5064929.854000] -PIC.Core.CS007D17.phaseCenter = [3826520.749490,461118.367191,5064926.433000] -PIC.Core.CS007D18.phaseCenter = [3826530.236490,461124.886192,5064918.722000] -PIC.Core.CS007D19.phaseCenter = [3826541.398490,461121.365193,5064910.662000] -PIC.Core.CS007D20.phaseCenter = [3826547.961490,461116.524193,5064906.174000] -PIC.Core.CS007D21.phaseCenter = [3826552.146490,461105.780194,5064904.004000] -PIC.Core.CS007D22.phaseCenter = [3826554.135490,461089.784194,5064903.957000] -PIC.Core.CS007D23.phaseCenter = [3826545.809500,461076.022193,5064911.449000] -PIC.Core.CS007D24.phaseCenter = [3826539.762500,461064.905193,5064916.993000] -PIC.Core.CS007D25.phaseCenter = [3826528.079500,461068.731192,5064925.417000] -PIC.Core.CS007D26.phaseCenter = [3826517.561490,461075.832191,5064932.670000] -PIC.Core.CS007D27.phaseCenter = [3826512.409490,461080.924191,5064936.078000] -PIC.Core.CS007D28.phaseCenter = [3826508.128490,461099.268191,5064937.631990] -PIC.Core.CS007D29.phaseCenter = [3826509.489490,461117.072191,5064935.001990] -PIC.Core.CS007D30.phaseCenter = [3826515.799490,461126.046191,5064929.454000] -PIC.Core.CS007D31.phaseCenter = [3826523.247490,461126.679192,5064923.806000] -PIC.Core.CS007D32.phaseCenter = [3826533.550490,461132.970192,5064915.505000] -PIC.Core.CS007D33.phaseCenter = [3826548.091490,461126.360193,5064905.187000] -PIC.Core.CS007D34.phaseCenter = [3826553.499490,461120.120194,5064901.692000] -PIC.Core.CS007D35.phaseCenter = [3826560.216490,461106.147194,5064897.913000] -PIC.Core.CS007D36.phaseCenter = [3826559.291490,461098.095194,5064899.335000] -PIC.Core.CS007D37.phaseCenter = [3826555.263500,461078.462194,5064904.133000] -PIC.Core.CS007D38.phaseCenter = [3826550.456500,461075.783194,5064907.984000] -PIC.Core.CS007D39.phaseCenter = [3826552.817500,461070.104194,5064906.725000] -PIC.Core.CS007D40.phaseCenter = [3826522.937500,461060.105192,5064930.056000] -PIC.Core.CS007D41.phaseCenter = [3826507.247490,461077.654191,5064940.246990] -PIC.Core.CS007D42.phaseCenter = [3826500.037490,461096.010190,5064943.999990] -PIC.Core.CS007D43.phaseCenter = [3826502.263490,461111.639190,5064940.916990] -PIC.Core.CS007D44.phaseCenter = [3826529.095490,461139.857192,5064918.226000] -PIC.Core.CS007D45.phaseCenter = [3826545.906490,461131.003193,5064906.408000] -PIC.Core.CS007D46.phaseCenter = [3826558.240490,461124.638194,5064897.725000] -PIC.Core.CS007D47.phaseCenter = [3826561.903500,461081.644195,5064898.861000] -PIC.Core.CS002D00.position = [3826579.492500,461005.105196,5064892.578000] -PIC.Core.CS002D01.position = [3826578.065500,461002.706196,5064893.866000] -PIC.Core.CS002D02.position = [3826566.278500,461008.429195,5064902.196000] -PIC.Core.CS002D03.position = [3826561.238500,461023.545195,5064904.613000] -PIC.Core.CS002D04.position = [3826561.048500,461028.462194,5064904.311000] -PIC.Core.CS002D05.position = [3826567.371500,461037.218195,5064898.774000] -PIC.Core.CS002D06.position = [3826577.471500,461040.701196,5064890.878000] -PIC.Core.CS002D07.position = [3826583.820500,461041.021196,5064886.083000] -PIC.Core.CS002D08.position = [3826590.492500,461028.842197,5064882.175000] -PIC.Core.CS002D09.position = [3826593.010500,461021.160197,5064880.980000] -PIC.Core.CS002D10.position = [3826589.881500,461012.254197,5064884.134000] -PIC.Core.CS002D11.position = [3826590.888500,461004.124197,5064884.112000] -PIC.Core.CS002D12.position = [3826581.799500,460998.392196,5064891.453000] -PIC.Core.CS002D13.position = [3826571.486500,460998.986195,5064899.140000] -PIC.Core.CS002D14.position = [3826566.799500,461001.550195,5064902.426000] -PIC.Core.CS002D15.position = [3826561.056500,461006.369194,5064906.301000] -PIC.Core.CS002D16.position = [3826557.923500,461023.707194,5064907.087000] -PIC.Core.CS002D17.position = [3826558.452500,461031.588194,5064905.977000] -PIC.Core.CS002D18.position = [3826563.447500,461043.574195,5064901.145000] -PIC.Core.CS002D19.position = [3826574.094500,461047.864195,5064892.765000] -PIC.Core.CS002D20.position = [3826581.534500,461047.956196,5064887.172000] -PIC.Core.CS002D21.position = [3826589.542500,461041.302197,5064881.763000] -PIC.Core.CS002D22.position = [3826597.988500,461028.593197,5064876.571000] -PIC.Core.CS002D23.position = [3826597.031500,461011.026197,5064878.878000] -PIC.Core.CS002D24.position = [3826596.814500,460997.283197,5064880.282000] -PIC.Core.CS002D25.position = [3826585.611500,460992.916196,5064889.087000] -PIC.Core.CS002D26.position = [3826573.967500,460992.191195,5064897.892000] -PIC.Core.CS002D27.position = [3826567.574500,460993.250195,5064902.595000] -PIC.Core.CS002D28.position = [3826556.250500,461006.503194,5064909.897000] -PIC.Core.CS002D29.position = [3826549.777500,461023.012194,5064913.263000] -PIC.Core.CS002D30.position = [3826551.123500,461035.050194,5064911.165000] -PIC.Core.CS002D31.position = [3826556.956500,461040.527194,5064906.292000] -PIC.Core.CS002D32.position = [3826562.717500,461052.851195,5064900.854000] -PIC.Core.CS002D33.position = [3826577.449500,461056.665196,5064889.451000] -PIC.Core.CS002D34.position = [3826584.539500,461054.769196,5064884.300000] -PIC.Core.CS002D35.position = [3826595.997500,461046.957197,5064876.406000] -PIC.Core.CS002D36.position = [3826598.671500,461039.287197,5064875.092000] -PIC.Core.CS002D37.position = [3826603.738500,461019.411198,5064873.085000] -PIC.Core.CS002D38.position = [3826600.940500,461013.887197,5064875.685000] -PIC.Core.CS002D39.position = [3826605.295500,461010.467198,5064872.725000] -PIC.Core.CS002D40.position = [3826585.073500,460981.955196,5064890.481000] -PIC.Core.CS002D41.position = [3826564.739500,460986.971195,5064905.291000] -PIC.Core.CS002D42.position = [3826551.009500,460998.299194,5064914.572000] -PIC.Core.CS002D43.position = [3826546.172500,461013.473193,5064916.832000] -PIC.Core.CS002D44.position = [3826556.131500,461055.945194,5064905.517000] -PIC.Core.CS002D45.position = [3826573.680500,461059.292195,5064892.043000] -PIC.Core.CS002D46.position = [3826586.498500,461061.863196,5064882.189000] -PIC.Core.CS002D47.position = [3826607.822500,461026.590198,5064869.371000] -PIC.Core.CS003D00.position = [3826527.881500,460940.655192,5064937.143000] -PIC.Core.CS003D01.position = [3826530.332500,460940.201192,5064935.344000] -PIC.Core.CS003D02.position = [3826532.793510,460924.878192,5064934.882000] -PIC.Core.CS003D03.position = [3826525.021510,460912.584192,5064941.827000] -PIC.Core.CS003D04.position = [3826521.701510,460910.152192,5064944.539000] -PIC.Core.CS003D05.position = [3826512.144510,460913.012191,5064951.454000] -PIC.Core.CS003D06.position = [3826504.196510,460922.342190,5064956.577000] -PIC.Core.CS003D07.position = [3826500.500500,460929.054190,5064958.744000] -PIC.Core.CS003D08.position = [3826505.334500,460941.780190,5064953.966000] -PIC.Core.CS003D09.position = [3826509.307500,460947.981191,5064950.423000] -PIC.Core.CS003D10.position = [3826517.220500,460948.636191,5064944.424000] -PIC.Core.CS003D11.position = [3826522.331500,460953.408192,5064940.156000] -PIC.Core.CS003D12.position = [3826531.295500,460946.188192,5064934.080000] -PIC.Core.CS003D13.position = [3826536.521510,460934.781193,5064931.189000] -PIC.Core.CS003D14.position = [3826537.298510,460928.557193,5064931.168000] -PIC.Core.CS003D15.position = [3826537.082510,460920.171193,5064932.088000] -PIC.Core.CS003D16.position = [3826526.721510,460908.930192,5064940.881000] -PIC.Core.CS003D17.position = [3826520.943510,460905.931192,5064945.489000] -PIC.Core.CS003D18.position = [3826509.863510,460905.894191,5064953.809000] -PIC.Core.CS003D19.position = [3826501.054510,460915.450190,5064959.558000] -PIC.Core.CS003D20.position = [3826496.920500,460923.443190,5064961.938000] -PIC.Core.CS003D21.position = [3826497.175500,460935.107190,5064960.693000] -PIC.Core.CS003D22.position = [3826501.408500,460949.988190,5064956.171000] -PIC.Core.CS003D23.position = [3826514.166500,460956.915191,5064945.968000] -PIC.Core.CS003D24.position = [3826523.855500,460962.908192,5064938.154000] -PIC.Core.CS003D25.position = [3826533.025500,460952.786192,5064932.186000] -PIC.Core.CS003D26.position = [3826539.897510,460940.539193,5064928.134000] -PIC.Core.CS003D27.position = [3826542.655510,460933.155193,5064926.731000] -PIC.Core.CS003D28.position = [3826539.617510,460914.920193,5064930.660000] -PIC.Core.CS003D29.position = [3826531.660510,460900.448192,5064937.941000] -PIC.Core.CS003D30.position = [3826522.539510,460896.447192,5064945.148000] -PIC.Core.CS003D31.position = [3826515.535510,460900.265191,5064950.061000] -PIC.Core.CS003D32.position = [3826503.801510,460900.903190,5064958.811000] -PIC.Core.CS003D33.position = [3826493.089510,460915.084190,5064965.570000] -PIC.Core.CS003D34.position = [3826490.532500,460923.602189,5064966.718990] -PIC.Core.CS003D35.position = [3826489.706500,460939.517189,5064965.900990] -PIC.Core.CS003D36.position = [3826493.586500,460945.880190,5064962.412990] -PIC.Core.CS003D37.position = [3826504.658500,460960.358190,5064952.794000] -PIC.Core.CS003D38.position = [3826510.036500,460959.840191,5064948.804000] -PIC.Core.CS003D39.position = [3826510.036500,460966.093191,5064948.239000] -PIC.Core.CS003D40.position = [3826540.952500,460957.174193,5064925.839000] -PIC.Core.CS003D41.position = [3826548.578510,460932.938194,5064922.305000] -PIC.Core.CS003D42.position = [3826548.197510,460912.976194,5064924.395000] -PIC.Core.CS003D43.position = [3826540.275510,460900.877193,5064931.436000] -PIC.Core.CS003D44.position = [3826505.248510,460892.388190,5064958.494000] -PIC.Core.CS003D45.position = [3826493.321510,460909.823190,5064965.871000] -PIC.Core.CS003D46.position = [3826484.521500,460922.503189,5064971.330990] -PIC.Core.CS003D47.position = [3826497.425500,460961.517190,5064958.119000] -PIC.Core.CS004D00.position = [3826640.767510,460946.686200,5064851.863000] -PIC.Core.CS004D01.position = [3826639.743510,460949.538200,5064852.374000] -PIC.Core.CS004D02.position = [3826649.069510,460959.139201,5064844.506000] -PIC.Core.CS004D03.position = [3826661.881510,460956.316202,5064835.144000] -PIC.Core.CS004D04.position = [3826665.390510,460953.832202,5064832.734000] -PIC.Core.CS004D05.position = [3826668.624510,460942.216202,5064831.357000] -PIC.Core.CS004D06.position = [3826666.474510,460929.403202,5064834.129000] -PIC.Core.CS004D07.position = [3826663.820510,460922.371202,5064836.757000] -PIC.Core.CS004D08.position = [3826652.313510,460921.824201,5064845.443000] -PIC.Core.CS004D09.position = [3826645.822510,460923.306201,5064850.182000] -PIC.Core.CS004D10.position = [3826641.039510,460931.555200,5064853.027000] -PIC.Core.CS004D11.position = [3826634.920510,460934.914200,5064857.316000] -PIC.Core.CS004D12.position = [3826635.046510,460947.866200,5064856.050000] -PIC.Core.CS004D13.position = [3826640.133510,460958.679200,5064851.255000] -PIC.Core.CS004D14.position = [3826644.043510,460962.338201,5064847.989000] -PIC.Core.CS004D15.position = [3826650.001510,460965.905201,5064843.194000] -PIC.Core.CS004D16.position = [3826663.496510,460959.809202,5064833.616000] -PIC.Core.CS004D17.position = [3826668.745510,460954.927202,5064830.117000] -PIC.Core.CS004D18.position = [3826674.830510,460942.977203,5064826.630000] -PIC.Core.CS004D19.position = [3826672.992510,460929.132203,5064829.261000] -PIC.Core.CS004D20.position = [3826669.685510,460921.047203,5064832.474000] -PIC.Core.CS004D21.position = [3826661.423510,460916.036202,5064839.129000] -PIC.Core.CS004D22.position = [3826648.744510,460913.865201,5064848.842000] -PIC.Core.CS004D23.position = [3826636.943510,460924.505200,5064856.738000] -PIC.Core.CS004D24.position = [3826627.470510,460932.254199,5064863.148000] -PIC.Core.CS004D25.position = [3826629.505510,460946.744200,5064860.311000] -PIC.Core.CS004D26.position = [3826634.276510,460959.716200,5064855.557000] -PIC.Core.CS004D27.position = [3826637.911510,460966.041200,5064852.258000] -PIC.Core.CS004D28.position = [3826652.272510,460971.023201,5064841.027000] -PIC.Core.CS004D29.position = [3826666.703510,460968.985202,5064830.380000] -PIC.Core.CS004D30.position = [3826674.477510,460960.948203,5064825.271000] -PIC.Core.CS004D31.position = [3826675.648510,460951.654203,5064825.232000] -PIC.Core.CS004D32.position = [3826681.621510,460938.692203,5064821.920000] -PIC.Core.CS004D33.position = [3826677.602510,460920.696203,5064826.563000] -PIC.Core.CS004D34.position = [3826673.068510,460914.075203,5064830.565000] -PIC.Core.CS004D35.position = [3826662.436510,460905.971202,5064839.278000] -PIC.Core.CS004D36.position = [3826655.882510,460907.279202,5064844.079000] -PIC.Core.CS004D37.position = [3826639.744510,460912.676200,5064855.705000] -PIC.Core.CS004D38.position = [3826637.164510,460918.719200,5064857.095000] -PIC.Core.CS004D39.position = [3826632.809510,460915.885200,5064860.620000] -PIC.Core.CS004D40.position = [3826622.115510,460953.317199,5064865.264000] -PIC.Core.CS004D41.position = [3826634.822510,460972.536200,5064853.989000] -PIC.Core.CS004D42.position = [3826648.933510,460981.170201,5064842.617000] -PIC.Core.CS004D43.position = [3826661.693510,460978.096202,5064833.316000] -PIC.Core.CS004D44.position = [3826686.760510,460944.113204,5064817.572000] -PIC.Core.CS004D45.position = [3826681.140510,460923.330203,5064823.669000] -PIC.Core.CS004D46.position = [3826677.121510,460908.080203,5064828.064000] -PIC.Core.CS004D47.position = [3826642.893510,460904.339201,5064854.095000] -PIC.Core.CS005D00.position = [3826683.049500,461070.888203,5064808.900000] -PIC.Core.CS005D01.position = [3826685.005500,461068.896204,5064807.611000] -PIC.Core.CS005D02.position = [3826680.632500,461054.715203,5064812.176000] -PIC.Core.CS005D03.position = [3826668.579500,461049.779202,5064821.668000] -PIC.Core.CS005D04.position = [3826664.631500,461049.979202,5064824.614000] -PIC.Core.CS005D05.position = [3826657.472500,461058.639202,5064829.205000] -PIC.Core.CS005D06.position = [3826654.480500,461071.536201,5064830.285000] -PIC.Core.CS005D07.position = [3826654.101500,461079.478201,5064829.852000] -PIC.Core.CS005D08.position = [3826663.761500,461086.710202,5064821.947000] -PIC.Core.CS005D09.position = [3826669.887500,461089.165202,5064817.127000] -PIC.Core.CS005D10.position = [3826677.104500,461084.473203,5064812.134000] -PIC.Core.CS005D11.position = [3826683.619500,461085.005203,5064807.196000] -PIC.Core.CS005D12.position = [3826688.400500,461073.167204,5064804.677000] -PIC.Core.CS005D13.position = [3826688.121500,461060.365204,5064806.043000] -PIC.Core.CS005D14.position = [3826686.149500,461054.752204,5064808.031000] -PIC.Core.CS005D15.position = [3826682.387500,461048.024203,5064811.463000] -PIC.Core.CS005D16.position = [3826668.512500,461045.661202,5064822.091000] -PIC.Core.CS005D17.position = [3826662.169500,461047.021202,5064826.729000] -PIC.Core.CS005D18.position = [3826652.439500,461054.314201,5064833.374000] -PIC.Core.CS005D19.position = [3826648.787500,461067.965201,5064834.881000] -PIC.Core.CS005D20.position = [3826648.570500,461077.246201,5064834.205000] -PIC.Core.CS005D21.position = [3826653.765500,461086.635201,5064829.457000] -PIC.Core.CS005D22.position = [3826663.817500,461096.031202,5064821.063000] -PIC.Core.CS005D23.position = [3826677.955500,461093.274203,5064810.700000] -PIC.Core.CS005D24.position = [3826689.003500,461091.782204,5064802.541000] -PIC.Core.CS005D25.position = [3826692.729500,461077.430204,5064801.042000] -PIC.Core.CS005D26.position = [3826693.534500,461062.853204,5064801.755000] -PIC.Core.CS005D27.position = [3826692.806500,461054.979204,5064803.014000] -PIC.Core.CS005D28.position = [3826682.372500,461042.045203,5064812.015000] -PIC.Core.CS005D29.position = [3826669.227500,461035.447202,5064822.477000] -PIC.Core.CS005D30.position = [3826659.527500,461038.196202,5064829.511000] -PIC.Core.CS005D31.position = [3826655.013500,461045.953201,5064832.198000] -PIC.Core.CS005D32.position = [3826644.998500,461054.230201,5064838.967000] -PIC.Core.CS005D33.position = [3826641.649500,461072.931200,5064839.790000] -PIC.Core.CS005D34.position = [3826643.037500,461081.599200,5064837.965000] -PIC.Core.CS005D35.position = [3826649.096500,461095.184201,5064832.189000] -PIC.Core.CS005D36.position = [3826655.209500,461097.834201,5064827.361000] -PIC.Core.CS005D37.position = [3826671.086500,461102.380203,5064815.033000] -PIC.Core.CS005D38.position = [3826675.580500,461098.401203,5064812.019000] -PIC.Core.CS005D39.position = [3826678.245500,461103.525203,5064809.556000] -PIC.Core.CS005D40.position = [3826701.548500,461075.785205,5064794.571000] -PIC.Core.CS005D41.position = [3826697.907500,461050.887205,5064799.555000] -PIC.Core.CS005D42.position = [3826689.066500,461034.784204,5064807.646000] -PIC.Core.CS005D43.position = [3826676.963500,461030.104203,5064817.154000] -PIC.Core.CS005D44.position = [3826642.637500,461046.296200,5064841.456000] -PIC.Core.CS005D45.position = [3826639.610500,461068.466200,5064841.724000] -PIC.Core.CS005D46.position = [3826637.298500,461084.670200,5064841.995000] -PIC.Core.CS005D47.position = [3826665.238500,461108.110202,5064818.904000] -PIC.Core.CS006D00.position = [3826588.011490,461159.899196,5064872.192000] -PIC.Core.CS006D01.position = [3826588.329490,461162.913196,5064871.681000] -PIC.Core.CS006D02.position = [3826600.597490,461164.616197,5064862.319000] -PIC.Core.CS006D03.position = [3826610.626490,461153.837198,5064855.765000] -PIC.Core.CS006D04.position = [3826612.645490,461149.482198,5064854.643000] -PIC.Core.CS006D05.position = [3826610.530490,461137.826198,5064857.284000] -PIC.Core.CS006D06.position = [3826603.184490,461128.748198,5064863.619000] -PIC.Core.CS006D07.position = [3826597.860490,461124.740197,5064867.977000] -PIC.Core.CS006D08.position = [3826587.540490,461131.897196,5064875.077000] -PIC.Core.CS006D09.position = [3826582.480490,461137.401196,5064878.377000] -PIC.Core.CS006D10.position = [3826581.802490,461147.323196,5064877.990000] -PIC.Core.CS006D11.position = [3826577.868490,461154.117196,5064880.328000] -PIC.Core.CS006D12.position = [3826583.498490,461164.646196,5064875.150000] -PIC.Core.CS006D13.position = [3826592.566490,461170.144197,5064867.847000] -PIC.Core.CS006D14.position = [3826597.553490,461170.559197,5064864.066000] -PIC.Core.CS006D15.position = [3826604.298490,461169.544198,5064859.095000] -PIC.Core.CS006D16.position = [3826613.531490,461155.630198,5064853.422000] -PIC.Core.CS006D17.position = [3826616.052490,461148.162198,5064852.205000] -PIC.Core.CS006D18.position = [3826616.294490,461134.350198,5064853.271000] -PIC.Core.CS006D19.position = [3826608.784490,461124.219198,5064859.825000] -PIC.Core.CS006D20.position = [3826602.439490,461119.780197,5064864.989000] -PIC.Core.CS006D21.position = [3826593.059490,461121.135197,5064871.907000] -PIC.Core.CS006D22.position = [3826581.018490,461127.734196,5064880.348000] -PIC.Core.CS006D23.position = [3826575.206490,461144.252195,5064883.218000] -PIC.Core.CS006D24.position = [3826570.204490,461156.862195,5064885.833000] -PIC.Core.CS006D25.position = [3826578.162490,461167.388196,5064878.908000] -PIC.Core.CS006D26.position = [3826587.873490,461174.865196,5064870.943000] -PIC.Core.CS006D27.position = [3826593.755490,461177.645197,5064866.276000] -PIC.Core.CS006D28.position = [3826608.469490,461172.237198,5064855.721000] -PIC.Core.CS006D29.position = [3826620.253490,461161.031199,5064847.889000] -PIC.Core.CS006D30.position = [3826623.644490,461149.308199,5064846.403000] -PIC.Core.CS006D31.position = [3826620.710490,461140.918199,5064849.364000] -PIC.Core.CS006D32.position = [3826620.422490,461126.350199,5064850.896000] -PIC.Core.CS006D33.position = [3826609.230500,461114.260198,5064860.390000] -PIC.Core.CS006D34.position = [3826602.433500,461111.832197,5064865.712000] -PIC.Core.CS006D35.position = [3826589.658490,461112.218197,5064875.266000] -PIC.Core.CS006D36.position = [3826584.469490,461117.621196,5064878.672000] -PIC.Core.CS006D37.position = [3826572.621490,461132.708195,5064886.202000] -PIC.Core.CS006D38.position = [3826572.934490,461139.365195,5064885.365000] -PIC.Core.CS006D39.position = [3826567.908490,461139.921195,5064889.087000] -PIC.Core.CS006D40.position = [3826574.484490,461177.659195,5064880.740000] -PIC.Core.CS006D41.position = [3826593.816490,461185.008197,5064865.565000] -PIC.Core.CS006D42.position = [3826609.866490,461182.757198,5064853.721000] -PIC.Core.CS006D43.position = [3826619.744490,461171.806199,5064847.297000] -PIC.Core.CS006D44.position = [3826627.238500,461127.396199,5064845.686000] -PIC.Core.CS006D45.position = [3826613.453500,461114.081198,5064857.236000] -PIC.Core.CS006D46.position = [3826603.432500,461104.241198,5064865.647000] -PIC.Core.CS006D47.position = [3826571.828490,461123.796195,5064887.603000] -PIC.Core.CS007D00.position = [3826527.909490,461082.763192,5064924.277000] -PIC.Core.CS007D01.position = [3826525.636490,461081.740192,5064926.075000] -PIC.Core.CS007D02.position = [3826517.741490,461094.218191,5064930.874000] -PIC.Core.CS007D03.position = [3826519.764490,461109.935191,5064927.935000] -PIC.Core.CS007D04.position = [3826521.693490,461114.089192,5064926.111000] -PIC.Core.CS007D05.position = [3826530.968490,461117.085192,5064918.878000] -PIC.Core.CS007D06.position = [3826541.306490,461113.264193,5064911.463000] -PIC.Core.CS007D07.position = [3826547.009490,461109.331193,5064907.538000] -PIC.Core.CS007D08.position = [3826547.669490,461094.942193,5064908.344000] -PIC.Core.CS007D09.position = [3826546.603490,461086.983193,5064909.863000] -PIC.Core.CS007D10.position = [3826540.064500,461081.754193,5064915.244000] -PIC.Core.CS007D11.position = [3826537.483500,461074.428193,5064917.844000] -PIC.Core.CS007D12.position = [3826527.071490,461075.738192,5064925.540000] -PIC.Core.CS007D13.position = [3826518.282490,461083.039191,5064931.477000] -PIC.Core.CS007D14.position = [3826515.266490,461088.238191,5064933.272000] -PIC.Core.CS007D15.position = [3826512.285490,461095.982191,5064934.809000] -PIC.Core.CS007D16.position = [3826516.926490,461112.259191,5064929.854000] -PIC.Core.CS007D17.position = [3826520.749490,461118.367191,5064926.433000] -PIC.Core.CS007D18.position = [3826530.236490,461124.886192,5064918.722000] -PIC.Core.CS007D19.position = [3826541.398490,461121.365193,5064910.662000] -PIC.Core.CS007D20.position = [3826547.961490,461116.524193,5064906.174000] -PIC.Core.CS007D21.position = [3826552.146490,461105.780194,5064904.004000] -PIC.Core.CS007D22.position = [3826554.135490,461089.784194,5064903.957000] -PIC.Core.CS007D23.position = [3826545.809500,461076.022193,5064911.449000] -PIC.Core.CS007D24.position = [3826539.762500,461064.905193,5064916.993000] -PIC.Core.CS007D25.position = [3826528.079500,461068.731192,5064925.417000] -PIC.Core.CS007D26.position = [3826517.561490,461075.832191,5064932.670000] -PIC.Core.CS007D27.position = [3826512.409490,461080.924191,5064936.078000] -PIC.Core.CS007D28.position = [3826508.128490,461099.268191,5064937.631990] -PIC.Core.CS007D29.position = [3826509.489490,461117.072191,5064935.001990] -PIC.Core.CS007D30.position = [3826515.799490,461126.046191,5064929.454000] -PIC.Core.CS007D31.position = [3826523.247490,461126.679192,5064923.806000] -PIC.Core.CS007D32.position = [3826533.550490,461132.970192,5064915.505000] -PIC.Core.CS007D33.position = [3826548.091490,461126.360193,5064905.187000] -PIC.Core.CS007D34.position = [3826553.499490,461120.120194,5064901.692000] -PIC.Core.CS007D35.position = [3826560.216490,461106.147194,5064897.913000] -PIC.Core.CS007D36.position = [3826559.291490,461098.095194,5064899.335000] -PIC.Core.CS007D37.position = [3826555.263500,461078.462194,5064904.133000] -PIC.Core.CS007D38.position = [3826550.456500,461075.783194,5064907.984000] -PIC.Core.CS007D39.position = [3826552.817500,461070.104194,5064906.725000] -PIC.Core.CS007D40.position = [3826522.937500,461060.105192,5064930.056000] -PIC.Core.CS007D41.position = [3826507.247490,461077.654191,5064940.246990] -PIC.Core.CS007D42.position = [3826500.037490,461096.010190,5064943.999990] -PIC.Core.CS007D43.position = [3826502.263490,461111.639190,5064940.916990] -PIC.Core.CS007D44.position = [3826529.095490,461139.857192,5064918.226000] -PIC.Core.CS007D45.position = [3826545.906490,461131.003193,5064906.408000] -PIC.Core.CS007D46.position = [3826558.240490,461124.638194,5064897.725000] -PIC.Core.CS007D47.position = [3826561.903500,461081.644195,5064898.861000] diff --git a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.run b/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.run deleted file mode 100755 index 9b5f5386a1c..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.run +++ /dev/null @@ -1,30 +0,0 @@ -#!/bin/sh - -# Parsets to use -PARSETS=" -RTCP_UnitTest.parset.77_Stations -RTCP_UnitTest.parset.AARTFAAC -RTCP_UnitTest.parset.small-test -" - -# Check for GPU -if ! lspci | grep -E "VGA|3D" | grep -E "ATI|NVIDIA" -then - echo "No ATI/NVIDIA graphics cards detected on host `hostname`" \ - "-- aborting test." >&2 - exit 3 -fi - -STATUS=0 -for PARSET in $PARSETS -do - echo "Running ./RTCP_UnitTest $PARSET" >&2 - ./RTCP_UnitTest $PARSET - if [ $? != 0 ] - then - STATUS=1 - echo "FAILED: ./RTCP_UnitTest $PARSET" >&2 - fi -done - -exit $STATUS diff --git a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.sh b/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.sh deleted file mode 100755 index 3d62be05a11..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/RTCP_UnitTest.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -./runctest.sh RTCP_UnitTest diff --git a/RTCP/Cobalt/GPUProc/test/opencl/UnitTest.cc b/RTCP/Cobalt/GPUProc/test/opencl/UnitTest.cc deleted file mode 100644 index 97b7c8fa6a4..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/UnitTest.cc +++ /dev/null @@ -1,50 +0,0 @@ -//# UnitTest.cc -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#include <lofar_config.h> - -#include "UnitTest.h" - -#include <limits> -#include <complex> -#include <cmath> - -#include <GPUProc/global_defines.h> -#include <GPUProc/opencl/gpu_utils.h> - -namespace LOFAR -{ - namespace Cobalt - { - - UnitTest::UnitTest(const Parset &ps, const char *programName) - : - counter(programName != 0 ? programName : "test", profiling) - { - createContext(context, devices); - queue = cl::CommandQueue(context, devices[0], CL_QUEUE_PROFILING_ENABLE); - - if (programName != 0) - program = createProgram(ps, context, devices, programName); - } - - } -} - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/UnitTest.h b/RTCP/Cobalt/GPUProc/test/opencl/UnitTest.h deleted file mode 100644 index 708a902d278..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/UnitTest.h +++ /dev/null @@ -1,62 +0,0 @@ -//# UnitTest.h -//# Copyright (C) 2012-2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#ifndef LOFAR_GPUPROC_UNITTEST_H -#define LOFAR_GPUPROC_UNITTEST_H - -#include <vector> -#include <iostream> - -#include <CoInterface/Parset.h> -#include <GPUProc/PerformanceCounter.h> - -namespace LOFAR -{ - namespace Cobalt - { - class UnitTest - { - protected: - UnitTest(const Parset &ps, const char *programName = 0); - - template <typename T> - void check(T actual, T expected) - { - if (expected != actual) { - std::cerr << "Test FAILED: expected " << expected << ", computed " << actual << std::endl; - exit(1); - } else { - std::cout << "Test OK" << std::endl; - } - } - - cl::Context context; - std::vector<cl::Device> devices; - cl::Program program; - cl::CommandQueue queue; - - PerformanceCounter counter; - }; - - } -} - -#endif - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/tContext.cc b/RTCP/Cobalt/GPUProc/test/opencl/tContext.cc deleted file mode 100644 index 2835affc51a..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/tContext.cc +++ /dev/null @@ -1,49 +0,0 @@ -//# tContext.cc: test OpenCL context creation -//# Copyright (C) 2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#include <lofar_config.h> - -#include <vector> -#include <Common/LofarLogger.h> - -#include <GPUProc/opencl/gpu_utils.h> - -using namespace LOFAR; -using namespace Cobalt; -using namespace std; - -// test OpenCL context creation -void test_create() -{ - cl::Context context; - vector<cl::Device> devices; - - createContext(context, devices); -} - -int main() -{ - INIT_LOGGER( "tContext" ); - - test_create(); - - return 0; -} - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/tContext.run b/RTCP/Cobalt/GPUProc/test/opencl/tContext.run deleted file mode 100755 index 49e59551840..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/tContext.run +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -. $srcdir/../testFuncs.sh -haveGPU || exit 3 -./tContext || exit $? diff --git a/RTCP/Cobalt/GPUProc/test/opencl/tContext.sh b/RTCP/Cobalt/GPUProc/test/opencl/tContext.sh deleted file mode 100755 index 482e1940b76..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/tContext.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -./runctest.sh tContext - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.cc b/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.cc deleted file mode 100644 index 684ff29b4b1..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.cc +++ /dev/null @@ -1,82 +0,0 @@ -//# tPerformanceCounter.cc -//# Copyright (C) 2013 ASTRON (Netherlands Institute for Radio Astronomy) -//# P.O. Box 2, 7990 AA Dwingeloo, The Netherlands -//# -//# This file is part of the LOFAR software suite. -//# The LOFAR software suite is free software: you can redistribute it and/or -//# modify it under the terms of the GNU General Public License as published -//# by the Free Software Foundation, either version 3 of the License, or -//# (at your option) any later version. -//# -//# The LOFAR software suite is distributed in the hope that it will be useful, -//# but WITHOUT ANY WARRANTY; without even the implied warranty of -//# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -//# GNU General Public License for more details. -//# -//# You should have received a copy of the GNU General Public License along -//# with the LOFAR software suite. If not, see <http://www.gnu.org/licenses/>. -//# -//# $Id$ - -#include <lofar_config.h> - -#include <vector> -#include <Common/LofarLogger.h> - -#include <GPUProc/MultiDimArrayHostBuffer.h> -#include <GPUProc/opencl/gpu_utils.h> -#include <GPUProc/PerformanceCounter.h> - -using namespace LOFAR; -using namespace Cobalt; -using namespace std; - -cl::Context context; -vector<cl::Device> devices; - -// test a performance counter without events -void test_simple() -{ - PerformanceCounter counter("test", true); -} - -// test a single event -void test_event() -{ - PerformanceCounter counter("test", true); - - // create a buffer and a queue to send the buffer - cl::CommandQueue queue(context, devices[0], CL_QUEUE_PROFILING_ENABLE); - - MultiArraySharedBuffer<float, 1> buffer(boost::extents[1024], queue, CL_MEM_WRITE_ONLY, CL_MEM_READ_ONLY); - - // transfer the buffer and record the performance - buffer.hostToDevice(CL_TRUE); - counter.doOperation(buffer.event, 0, 0, buffer.bytesize()); - - // wait for all scheduled events to pass - counter.waitForAllOperations(); - - struct PerformanceCounter::figures total = counter.getTotal(); - - // validate results - ASSERT(total.nrEvents == 1); - - ASSERT(total.nrBytesRead == 0); - ASSERT(total.nrBytesWritten == buffer.bytesize()); - - ASSERT(total.runtime > 0.0); -} - -int main() -{ - INIT_LOGGER( "tPerformanceCounter" ); - - createContext(context, devices); - - test_simple(); - test_event(); - - return 0; -} - diff --git a/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.run b/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.run deleted file mode 100755 index 49e59551840..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.run +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -. $srcdir/../testFuncs.sh -haveGPU || exit 3 -./tContext || exit $? diff --git a/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.sh b/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.sh deleted file mode 100755 index 949c1277c8b..00000000000 --- a/RTCP/Cobalt/GPUProc/test/opencl/tPerformanceCounter.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -./runctest.sh tPerformanceCounter - -- GitLab