diff --git a/CEP/BB/BBS/test/Makefile.am b/CEP/BB/BBS/test/Makefile.am deleted file mode 100644 index 9313bfc943b5cf83f4e619d6efeabfbe023f9980..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/Makefile.am +++ /dev/null @@ -1,59 +0,0 @@ -check_PROGRAMS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular tMeqParm \ -tParmMerge tPredSolv tPredict tSubtract tCorrect tPerturbed tMSData \ -tShift tDFT - -tMeqPolc_SOURCES = tMeqPolc.cc -tMeqPolc_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tMeqPolcLog_SOURCES = tMeqPolcLog.cc -tMeqPolcLog_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tMeqTabular_SOURCES = tMeqTabular.cc -tMeqTabular_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tFillRow_SOURCES = tFillRow.cc -tFillRow_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tMeqParm_SOURCES = tMeqParm.cc -tMeqParm_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tParmMerge_SOURCES = tParmMerge.cc -tParmMerge_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tPredSolv_SOURCES = tPredSolv.cc -tPredSolv_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tPredict_SOURCES = tPredict.cc -tPredict_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tSubtract_SOURCES = tSubtract.cc -tSubtract_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tCorrect_SOURCES = tCorrect.cc -tCorrect_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tPerturbed_SOURCES = tPerturbed.cc -tPerturbed_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tMSData_SOURCES = tMSData.cc -tMSData_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tShift_SOURCES = tShift.cc -tShift_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -tDFT_SOURCES = tDFT.cc -tDFT_DEPENDENCIES = ../src/libbbs.la $(LOFAR_DEPEND) - -LDADD = ../src/libbbs.la - - -TESTS = tFillRow.sh tMeqPolc.sh tMeqPolcLog.sh tMeqTabular.sh tMeqParm.sh \ -tParmMerge.sh tMSData.sh tPredict.sh tPerturbed.sh tSubtract.sh tCorrect.sh \ -tPredSolv.sh tBandpass.sh - -# programs to run through supplied checktools -CHECKTOOLPROGS = tFillRow tMeqPolc tMeqPolcLog tMeqTabular tMeqParm tParmMerge \ -tMSData tPredict tPerturbed tSubtract tCorrect -#ENDCHECKTOOLPROGS - -include $(top_srcdir)/Makefile.common diff --git a/CEP/BB/BBS/test/checkDFT.sh b/CEP/BB/BBS/test/checkDFT.sh deleted file mode 100755 index 597a1c51caa0428a81b3a98417dd541c6deeed22..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/checkDFT.sh +++ /dev/null @@ -1,16 +0,0 @@ -# This script checks if the output of the - -glish -l tpredict.g >& pred.log -sed -e 's/[][]//g' pred.log > aa -run2.3C343 >& run2.log -sed -e 's/[][,()]/ /g' run2.log >& bb -echo '-- checking pred --' -grep 'pred:' aa | sed -e 's/.*pred://' > aa1 -grep 'corr=0' bb | sed -e 's/corr=0//' > bb1 -~/sim/LOFAR/autoconf_share/checkfloat aa1 bb1 - -echo '-- checking data --' -grep 'data:' aa | sed -e 's/.*data://' > aa2 -grep 'cor=0' bb | sed -e 's/cor=0//' > bb2 -~/sim/LOFAR/autoconf_share/checkfloat aa2 bb2 - diff --git a/CEP/BB/BBS/test/checkPolc.sh b/CEP/BB/BBS/test/checkPolc.sh deleted file mode 100755 index 6352d499431d630787cb31eabb5f67225a6f575b..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/checkPolc.sh +++ /dev/null @@ -1,3 +0,0 @@ -glish -l ../../../test/tMeqPolc.g | sed -e 's/[][]//g' > aa -tMeqPolc | fgrep 'result' | sed -e 's/[][,]//g' -e 's/result: //' > bb -diff -b aa bb diff --git a/CEP/BB/BBS/test/makeDemoParmDB b/CEP/BB/BBS/test/makeDemoParmDB deleted file mode 100755 index d1de32e69f23c2251c7b8139d440dd4884aaca2a..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/makeDemoParmDB +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh - -pert="1e-6" - -echo "creating instrument_model (aips++)..." -parmdb > $1_tmp.outpdb1 2>&1 << EOF -create db='$USER', dbtype='aips', tablename='$1_tmp.demo_instr' -adddef gain:11:real values=1, perturbation=${pert} -adddef gain:12:real values=0, perturbation=${pert} -adddef gain:21:real values=0, perturbation=${pert} -adddef gain:22:real values=1, perturbation=${pert} -adddef gain:11:imag values=1, perturbation=${pert} -adddef gain:12:imag values=0, perturbation=${pert} -adddef gain:21:imag values=0, perturbation=${pert} -adddef gain:22:imag values=1, perturbation=${pert} -adddef gain:11:ampl values=1, perturbation=${pert} -adddef gain:12:ampl values=0, perturbation=${pert} -adddef gain:21:ampl values=0, perturbation=${pert} -adddef gain:22:ampl values=0, perturbation=${pert} -adddef gain:11:phase values=0, perturbation=${pert} -adddef gain:12:phase values=0, perturbation=${pert} -adddef gain:21:phase values=0, perturbation=${pert} -adddef gain:22:phase values=0, perturbation=${pert} -adddef frot values=0, perturbation=${pert} -adddef drot values=0, perturbation=${pert} -adddef dell values=0, perturbation=${pert} -adddef dgain:X values=1, perturbation=${pert} -adddef dgain:Y values=1, perturbation=${pert} -quit -EOF -if [ $? != 0 ]; then - cat $1_tmp.outpdb1 > /dev/stderr - exit 1 -fi - -echo "creating sky_model (aips++)..." -parmdb > $1_tmp.outpdb2 2>&1 << EOF -create db='$USER', dbtype='aips', tablename='$1_tmp.demo_sky' -adddef RA:SRC1 values=2.734003, perturbation=${pert}, pert_rel=F -adddef DEC:SRC1 values=0.4537895, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC1 values=1, perturbation=${pert} -adddef StokesQ:SRC1 values=0, perturbation=${pert} -adddef StokesU:SRC1 values=0, perturbation=${pert} -adddef StokesV:SRC1 values=0, perturbation=${pert} -adddef RA:SRC2 values=2.7340205, perturbation=${pert}, pert_rel=F -adddef DEC:SRC2 values=0.45368975, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC2 values=1, perturbation=${pert} -adddef StokesQ:SRC2 values=0, perturbation=${pert} -adddef StokesU:SRC2 values=0, perturbation=${pert} -adddef StokesV:SRC2 values=0, perturbation=${pert} -adddef RA:SRC3 values=2.733981, perturbation=${pert}, pert_rel=F -adddef DEC:SRC3 values=0.45375025, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC3 values=1, perturbation=${pert} -adddef StokesQ:SRC3 values=0, perturbation=${pert} -adddef StokesU:SRC3 values=0, perturbation=${pert} -adddef StokesV:SRC3 values=0, perturbation=${pert} -quit -EOF -if [ $? != 0 ]; then - cat $1_tmp.outpdb2 > /dev/stderr - exit 1 -fi diff --git a/CEP/BB/BBS/test/makeDemoParmDBCorr b/CEP/BB/BBS/test/makeDemoParmDBCorr deleted file mode 100755 index e7e591b598b880cefc9264bc3c4f6feb149e3980..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/makeDemoParmDBCorr +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh - -pert="1e-6" - -echo "creating instrument_model (aips++)..." -parmdb > $1_tmp.outpdb1 2>&1 << EOF -create db='$USER', dbtype='aips', tablename='$1_tmp.demo_instr' -adddef gain:11:real values=1, perturbation=${pert} -adddef gain:12:real values=0, perturbation=${pert} -adddef gain:21:real values=0, perturbation=${pert} -adddef gain:22:real values=1, perturbation=${pert} -adddef gain:11:imag values=0, perturbation=${pert} -adddef gain:12:imag values=0, perturbation=${pert} -adddef gain:21:imag values=0, perturbation=${pert} -adddef gain:22:imag values=0, perturbation=${pert} -adddef gain:11:ampl values=1, perturbation=${pert} -adddef gain:12:ampl values=0, perturbation=${pert} -adddef gain:21:ampl values=0, perturbation=${pert} -adddef gain:22:ampl values=1, perturbation=${pert} -adddef gain:11:phase values=0, perturbation=${pert} -adddef gain:12:phase values=0, perturbation=${pert} -adddef gain:21:phase values=0, perturbation=${pert} -adddef gain:22:phase values=0, perturbation=${pert} -adddef frot values=0, perturbation=${pert} -adddef drot values=0, perturbation=${pert} -adddef dell values=0, perturbation=${pert} -adddef dgain:X values=1, perturbation=${pert} -adddef dgain:Y values=1, perturbation=${pert} -quit -EOF -if [ $? != 0 ]; then - cat $1_tmp.outpdb1 > /dev/stderr - exit 1 -fi - -echo "creating sky_model (aips++)..." -parmdb > $1_tmp.outpdb2 2>&1 << EOF -create db='$USER', dbtype='aips', tablename='$1_tmp.demo_sky' -adddef RA:SRC1 values=2.734003, perturbation=${pert}, pert_rel=F -adddef DEC:SRC1 values=0.4537895, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC1 values=1, perturbation=${pert} -adddef StokesQ:SRC1 values=0, perturbation=${pert} -adddef StokesU:SRC1 values=0, perturbation=${pert} -adddef StokesV:SRC1 values=0, perturbation=${pert} -adddef RA:SRC2 values=2.7340205, perturbation=${pert}, pert_rel=F -adddef DEC:SRC2 values=0.45368975, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC2 values=1, perturbation=${pert} -adddef StokesQ:SRC2 values=0, perturbation=${pert} -adddef StokesU:SRC2 values=0, perturbation=${pert} -adddef StokesV:SRC2 values=0, perturbation=${pert} -adddef RA:SRC3 values=2.733981, perturbation=${pert}, pert_rel=F -adddef DEC:SRC3 values=0.45375025, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC3 values=1, perturbation=${pert} -adddef StokesQ:SRC3 values=0, perturbation=${pert} -adddef StokesU:SRC3 values=0, perturbation=${pert} -adddef StokesV:SRC3 values=0, perturbation=${pert} -quit -EOF -if [ $? != 0 ]; then - cat $1_tmp.outpdb2 > /dev/stderr - exit 1 -fi diff --git a/CEP/BB/BBS/test/makeDemoParmDBPred b/CEP/BB/BBS/test/makeDemoParmDBPred deleted file mode 100755 index 19866a2149a8ada4b7090832bf1cef8f7e596fcf..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/makeDemoParmDBPred +++ /dev/null @@ -1,62 +0,0 @@ -#!/bin/sh - -pert="1e-6" - -echo "creating instrument_model (aips++)..." -parmdb > $1_tmp.outpdb1 2>&1 << EOF -create db='$USER', dbtype='aips', tablename='$1_tmp.demo_instr' -adddef gain:11:real values=1, perturbation=${pert} -adddef gain:12:real values=0, perturbation=${pert} -adddef gain:21:real values=0, perturbation=${pert} -adddef gain:22:real values=1, perturbation=${pert} -adddef gain:11:imag values=1, perturbation=${pert} -adddef gain:12:imag values=0, perturbation=${pert} -adddef gain:21:imag values=0, perturbation=${pert} -adddef gain:22:imag values=1, perturbation=${pert} -adddef gain:11:ampl values=1, perturbation=${pert} -adddef gain:12:ampl values=0, perturbation=${pert} -adddef gain:21:ampl values=0, perturbation=${pert} -adddef gain:22:ampl values=0, perturbation=${pert} -adddef gain:11:phase values=0, perturbation=${pert} -adddef gain:12:phase values=0, perturbation=${pert} -adddef gain:21:phase values=0, perturbation=${pert} -adddef gain:22:phase values=0, perturbation=${pert} -adddef frot values=0, perturbation=${pert} -adddef drot values=0, perturbation=${pert} -adddef dell values=0, perturbation=${pert} -adddef dgain:X values=1, perturbation=${pert} -adddef dgain:Y values=1, perturbation=${pert} -quit -EOF -if [ $? != 0 ]; then - cat $1_tmp.outpdb1 > /dev/stderr - exit 1 -fi - -echo "creating sky_model (aips++)..." -parmdb > $1_tmp.outpdb2 2>&1 << EOF -create db='$USER', dbtype='aips', tablename='$1_tmp.demo_sky' -adddef RA:SRC1 values=2.734, perturbation=${pert}, pert_rel=F -adddef DEC:SRC1 values=0.45379, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC1 values=1, perturbation=${pert} -adddef StokesQ:SRC1 values=0, perturbation=${pert} -adddef StokesU:SRC1 values=0, perturbation=${pert} -adddef StokesV:SRC1 values=0, perturbation=${pert} -adddef RA:SRC2 values=2.73402, perturbation=${pert}, pert_rel=F -adddef DEC:SRC2 values=0.45369, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC2 values=0.5, perturbation=${pert} -adddef StokesQ:SRC2 values=0, perturbation=${pert} -adddef StokesU:SRC2 values=0, perturbation=${pert} -adddef StokesV:SRC2 values=0, perturbation=${pert} -adddef RA:SRC3 values=2.73398, perturbation=${pert}, pert_rel=F -adddef DEC:SRC3 values=0.45375, perturbation=${pert}, pert_rel=F -adddef StokesI:SRC3 values=0.3, perturbation=${pert} -adddef StokesQ:SRC3 values=0, perturbation=${pert} -adddef StokesU:SRC3 values=0, perturbation=${pert} -adddef StokesV:SRC3 values=0, perturbation=${pert} -quit -EOF -if [ $? != 0 ]; then - cat $1_tmp.outpdb2 > /dev/stderr - exit 1 -fi diff --git a/CEP/BB/BBS/test/t3C343.cc b/CEP/BB/BBS/test/t3C343.cc deleted file mode 100644 index 0820e27c166d41254db1d1e1bba34926a69c7b5c..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/t3C343.cc +++ /dev/null @@ -1,315 +0,0 @@ -//# t3C343.cc: Program for 3C343 calibration -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/Prediffer.h> -#include <BBS/Solver.h> -#include <BBS/MNS/MeqParmFunklet.h> -#include <BBS/BBSTestLogger.h> -#include <ParmDB/ParmDB.h> -#include <Common/VectorUtil.h> -#include <Common/LofarLogger.h> -#include <Common/Timer.h> -#include <stdexcept> -#include <iostream> -#include <iomanip> -#include <malloc.h> - -using namespace LOFAR; -using namespace std; - - -// Note: -// 3C343/10008336.MS contains 64 frequency channels of 156250 Hz with -// center frequencies of 1.18-1.17015625 GHz. -// There are 1437 time slots of 30 sec in it, but the first one is 20 seconds. -// timeStart is 4.47203e+09-4260-10 and timeLast is timeStart+43075+25 - -// Solve for the entire time domain. -void doSolveAll (Prediffer& pre1, const vector<string>& solv, - int maxniter, double epsilon=1e-4) -{ - // Set the solvable parameters. - pre1.clearSolvableParms(); - pre1.setSolvableParms (solv, vector<string>()); - // Set a domain. Only use center frequencies and all times. - //pre1.setDomain (1170078125+24*156250, 16*156250, 0., 1e12); - pre1.setWorkDomain (4, 59, 0., 1e12); - //pre1.setWorkDomain (1170078125+34*156250, 4*156250, 0., 1e12); - ///pre1.setWorkDomain (1.18e9-59.5*156250, 56*156250, 0., 1e12); - vector<MeqDomain> solveDomains(1, pre1.getWorkDomain()); - pre1.initSolvableParms (solveDomains); - - // Get the ParmData from the Prediffer and send it to the solver. - Solver solver; - solver.initSolvableParmData (1, solveDomains, pre1.getWorkDomain()); - const ParmDataInfo& pData = pre1.getSolvableParmData(); - solver.setSolvableParmData (pData, 0); - pre1.showSettings(); - streamsize prec = cout.precision(); - cout << "Before: " << setprecision(15) - << solver.getSolvableValues(0) << endl; - - for (int it=0; it<maxniter; ++it) { - // Get the fitter from the prediffer and give them to the solver. - vector<casa::LSQFit> fitters; - pre1.fillFitters (fitters, "DATA"); - solver.mergeFitters (fitters, 0); - // Do the solve. - solver.solve (true); - cout << "iter" << it << ": " << setprecision(15) - << solver.getSolvableValues(0) << endl; - const Quality& quality = solver.getQuality(0); - cout << quality << endl; - cout.precision (prec); - pre1.updateSolvableParms (solver.getSolvableParmData()); - // Stop if converged. - if ((abs(quality.itsFit) <= epsilon) && quality.itsFit <= 0.0) { - break; - } - } - pre1.writeParms(); -} - -// Solve for steps in time. -void doSolveStep (Prediffer& pre1, const vector<string>& solv, - const vector<string>& solvexc, double timeStep, - int maxniter, double epsilon=1e-4) -{ - // Set the solvable parameters. - pre1.clearSolvableParms(); - pre1.setSolvableParms (solv, solvexc); - // Set start time (take into account that first time stamp is 20). - double timeStart = 4.47203e+09-4260-15-5; - double timeLast = timeStart + 43075+25; - ///double timeLast = timeStart + 120; - ///timeStart -= 30-20; - // Loop through all time domains. - int counter=0; - double st=timeStart; - pre1.lock(); - while (timeStart < timeLast) { - cout << "timecounter=" << counter++ << ' ' << timeStart-st << endl; - // Set a domain. Use middle 56 channels and a few times per step. - ///pre1.setWorkDomain (1170078125+24*156250, 16*156250, timeStart, timeStep); - pre1.setWorkDomain (4, 59,timeStart, timeStep); - ///pre1.setWorkDomain (1.18e9-59.5*156250, 56*156250, timeStart, timeStep); - vector<MeqDomain> solveDomains(1, pre1.getWorkDomain()); - pre1.initSolvableParms (solveDomains); - - // Get the ParmData from the Prediffer and send it to the solver. - Solver solver; - solver.initSolvableParmData (1, solveDomains, pre1.getWorkDomain()); - solver.setSolvableParmData (pre1.getSolvableParmData(), 0); - pre1.showSettings(); - streamsize prec = cout.precision(); - cout << "Before: " << setprecision(15) - << solver.getSolvableValues(0) << endl; - - for (int it=0; it<maxniter; ++it) { - // Get the fitter from the prediffer and give them to the solver. - vector<casa::LSQFit> fitters; - pre1.fillFitters (fitters, "DATA"); - solver.mergeFitters (fitters, 0); - // Do the solve. - solver.solve (true); - cout << "iter" << it << ": " << setprecision(15) - << solver.getSolvableValues(0) << endl; - const Quality& quality = solver.getQuality(0);; - cout << quality << endl; - cout.precision (prec); - pre1.updateSolvableParms (solver.getSolvableParmData()); - // Stop if converged. - if ((abs(quality.itsFit) <= epsilon) && quality.itsFit <= 0.0) { - break; - } - } - pre1.writeParms(); - timeStart += timeStep; - } - pre1.unlock(); -} - -// Subtract the sources. -void doSubtract (Prediffer& pre1, double timeStep) -{ - // Set start time (take 10 sec into account for first time stamp of 20). - double timeStart = 4.47203e+09-4260-10; - double timeLast = timeStart + 43075+25; - /// timeLast = timeStart + 120; - timeStart -= 30-20; - // Loop through all time domains. - while (timeStart < timeLast) { - // Set a domain. Use middle 56 channels and 20 times per step. - pre1.setWorkDomain (4, 59, timeStart, timeStep); - ///pre1.setWorkDomain (1.18e9-59.5*156250, 56*156250, timeStart, timeStep); - pre1.showSettings(); - // Subtract the model. - pre1.subtractData ("DATA", "CORRECTED_DATA"); - timeStart += timeStep; - } -} - -// Subtract the sources. -void doCorrect (Prediffer& pre1, double timeStep) -{ - // Set start time (take 10 sec into account for first time stamp of 20). - double timeStart = 4.47203e+09-4260-10; - double timeLast = timeStart + 43075+25; - /// timeLast = timeStart + 120; - timeStart -= 30-20; - // Loop through all time domains. - while (timeStart < timeLast) { - // Set a domain. Use middle 56 channels and 20 times per step. - pre1.setWorkDomain (4, 59, timeStart, timeStep); - ///pre1.setWorkDomain (1.18e9-59.5*156250, 56*156250, timeStart, timeStep); - pre1.showSettings(); - // Subtract the model. - pre1.correctData ("CORRECTED_DATA", "CORRECTED_DATA"); - timeStart += timeStep; - } -} - - -int main (int argc, const char* argv[]) -{ - cout << ">>>" << endl; - INIT_LOGGER("t3C343"); - BBSTest::Logger::init(); - try { - if (argc < 6) { - cerr << "Run as: t3C343 user msname meqparmtable skyparmtable model [nrgrp=1] [type=1] [nriter=1] [calcuvw=1] [dbtype=aips]" - << endl; - return 1; - } - int nrgrp=1; - if (argc > 6) { - istringstream iss(argv[6]); - iss >> nrgrp; - } - int type=1; - if (argc > 7) { - istringstream iss(argv[7]); - iss >> type; - } - int maxniter=1; - if (argc > 8) { - istringstream iss(argv[8]); - iss >> maxniter; - } - int calcuvw=1; - if (argc > 9) { - istringstream iss(argv[9]); - iss >> calcuvw; - } - string dbtype="aips"; - if (argc > 10) { - dbtype = argv[10]; - } - - cout << "t3C343 user= " << argv[1] << endl; - cout << " msname: " << argv[2] << endl; - cout << " meqparmtable: " << argv[3] << endl; - cout << " skyparmtable: " << argv[4] << endl; - cout << " modeltype: " << argv[5] << endl; - cout << " nrsrcgrp: " << nrgrp << endl; - cout << " solve-type: " << type << endl; - cout << " maxniter: " << maxniter << endl; - cout << " calcuvw: " << calcuvw << endl; - cout << " dbtype: " << dbtype << endl; - - // Read the info for the ParmTables - ParmDB::ParmDBMeta meqPdm(dbtype, argv[3]); - ParmDB::ParmDBMeta skyPdm(dbtype, argv[4]); - - // Do a solve. - { - /// vector<int> antVec(5); - ///antVec[0]=0; antVec[1]=3; antVec[2]=6; antVec[3]=9; antVec[4]=13; - ///vector<int> antVec(2); - ///antVec[0]=4; antVec[1]=8; - vector<int> antVec(14); - for (int i=0; i<14; i++) { - antVec[i] = i; - } - vector<vector<int> > srcgrp; - if (nrgrp == 1) { - vector<int> grp1; - grp1.push_back (1); - grp1.push_back (2); - srcgrp.push_back (grp1); - } - Prediffer pre1(argv[2], meqPdm, skyPdm, - antVec, argv[5], srcgrp, calcuvw); - // Do a further selection; only XX,YY and no autocorrelations. - vector<int> corr(2,0); - corr[1] = 3; - vector<int> antVec2; - pre1.select (antVec2, antVec2, false, corr); - if (type == 1) { - vector<string> solv(2); - solv[0] = "StokesI.*"; - solv[1] = "StokesQ.*"; - //solv[1] = "StokesQ.CP2"; - //solv[0] = "StokesI.*"; - // solv[1] = "RA.*"; - // solv[2] = "DEC.*"; - ///doSolveStep (pre1, solv, vector<string>(), 60, maxniter); - doSolveAll (pre1, solv, maxniter); - } else if (type == 2) { - // Keep phases for station 1 fixed at 0. - vector<string> solv2(2); - vector<string> solv2exc(4); - solv2[0] = "EJ11.phase.*"; - solv2[1] = "EJ22.phase.*"; - solv2exc[0] = "EJ11.phase.SR1.*"; - solv2exc[1] = "EJ11.phase.SR1"; - solv2exc[2] = "EJ22.phase.SR1.*"; - solv2exc[3] = "EJ22.phase.SR1"; - doSolveStep (pre1, solv2, solv2exc, 30, maxniter); - } else if (type == 3) { - vector<string> solv2(2); - solv2[0] = "EJ11.ampl.*"; - solv2[1] = "EJ22.ampl.*"; - ///doSolveStep (pre1, solv2, vector<string>(), 60, maxniter); - doSolveStep (pre1, solv2, vector<string>(), 900, maxniter); - } else if (type == 4) { - // Let SVD sort out the phase ambiguity. - vector<string> solv2(2); - solv2[0] = "EJ11.phase.*"; - solv2[1] = "EJ22.phase.*"; - doSolveStep (pre1, solv2, vector<string>(), 30, maxniter); - } else if (type == 5) { - cout << "correct data ..." << endl; - doCorrect (pre1, 900); - } else { - cout << "subtracct data ..." << endl; - doSubtract (pre1, 900); - } - } - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - cout << "<<<" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/t3C343.run b/CEP/BB/BBS/test/t3C343.run deleted file mode 100755 index d75629ddb1486907f90a4e5b165b043981791ce3..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/t3C343.run +++ /dev/null @@ -1,265 +0,0 @@ -#!/bin/sh - -if [ "$#" != "2" ]; then - echo "run as: t3C343.run <max #iterations> <compute UVW (T/F)>" - exit 1 -fi - -nriter=$1 -calcuvw=$2 -pert="1e-6" - -# remove parm history -rm -rf history.parmdb - -# construct sky_model ParmDB -rm -rf t3C343.sky_model -parmdb << EOF -create tablename='t3C343.sky_model' -adddef RA:3C343_1 values=4.356645791155902, perturbation=${pert}, pert_rel=F -adddef DEC:3C343_1 values=1.092208429052697, perturbation=${pert}, pert_rel=F -adddef StokesI:3C343_1 nx=2, values=[1.0, 0.0], perturbation=${pert}, freqscale=1. -adddef StokesQ:3C343_1 nx=2, values=[0.0, 0.0], perturbation=${pert} -adddef StokesU:3C343_1 values=0, perturbation=${pert} -adddef StokesV:3C343_1 values=0, perturbation=${pert} -adddef RA:3C343 values=4.3396003966265599, perturbation=${pert}, pert_rel=F -adddef DEC:3C343 values=1.0953677174056471, perturbation=${pert}, pert_rel=F -adddef StokesI:3C343 nx=4, values=[1.0, 0.0, 0.0, 0.0], perturbation=${pert}, freqscale=1. -adddef StokesQ:3C343 nx=4, values=[0.0, 0.0, 0.0, 0.0], perturbation=${pert}, freqscale=1. -adddef StokesU:3C343 values=0, perturbation=${pert} -adddef StokesV:3C343 values=0, perturbation=${pert} -close -quit -EOF - -# check status -if [ $? != 0 ]; then - echo "t3C343: FAIL (creation of skymodel ParmDB failed)" - exit 1 -fi - -# construct instrument_model ParmDB -rm -rf t3C343.instrument_model -parmdb << EOF -create tablename='t3C343.instrument_model' -adddef gain:11:ampl ny=2, values=[1.0, 0.0], perturbation=${pert} -adddef gain:12:ampl values=0, perturbation=${pert} -adddef gain:21:ampl values=0, perturbation=${pert} -adddef gain:22:ampl ny=2, values=[1.0, 0.0], perturbation=${pert} -adddef gain:11:phase values=0, perturbation=${pert} -adddef gain:12:phase values=0, perturbation=${pert} -adddef gain:21:phase values=0, perturbation=${pert} -adddef gain:22:phase values=0, perturbation=${pert} -close -quit -EOF - -# check status -if [ $? != 0 ]; then - echo "t3C343: FAIL (creation of instrument model ParmDB failed)" - exit 1 -fi - -# construct parset -cat > t3C343.flux.pass1.parset << EOF -user="$USER" -instrument_parmdb="t3C343.instrument_model" -sky_parmdb="t3C343.sky_model" -measurement_set="/dop58_0/data_zwieten/3C343.MS" -instrument_model="" -calculate_UVW=${calcuvw} -operation="solve" -data_column_in="DATA" -data_column_out="CORRECTED_DATA" -time_domain_size=1e12 -start_channel=29 -end_channel=36 -solvable_parms=["StokesI:*", "StokesQ:*"] -solvable_parms_excluded=[] -nr_solve_interval=[1,1] -nriter=${nriter} -save_solution=T -antennas=[] -corrs=[T,F,F,T] -EOF - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (creation of parset [flux, pass 1] failed)" - exit 1 -fi - -# construct parset -cat > t3C343.flux.parset << EOF -user="$USER" -instrument_parmdb="t3C343.instrument_model" -sky_parmdb="t3C343.sky_model" -measurement_set="/dop58_0/data_zwieten/3C343.MS" -instrument_model="PATCHGAIN" -calculate_UVW=${calcuvw} -operation="solve" -data_column_in="DATA" -data_column_out="CORRECTED_DATA" -time_domain_size=1e12 -start_channel=29 -end_channel=36 -solvable_parms=["StokesI:*", "StokesQ:*"] -solvable_parms_excluded=[] -nr_solve_interval=[1,1] -nriter=${nriter} -save_solution=T -antennas=[] -corrs=[T,F,F,T] -EOF - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (creation of parset [flux] failed)" - exit 1 -fi - -# construct parset -cat > t3C343.phase.parset << EOF -user="$USER" -instrument_parmdb="t3C343.instrument_model" -sky_parmdb="t3C343.sky_model" -measurement_set="/dop58_0/data_zwieten/3C343.MS" -instrument_model="PATCHGAIN" -calculate_UVW=${calcuvw} -operation="solve" -data_column_in="DATA" -data_column_out="CORRECTED_DATA" -time_domain_size=30 -start_channel=29 -end_channel=36 -solvable_parms=["gain:11:phase:*", "gain:22:phase:*"] -solvable_parms_excluded=["gain:*:phase:RT0"] -nr_solve_interval=[1,1] -nriter=${nriter} -save_solution=T -antennas=[] -corrs=[T,F,F,T] -EOF - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (creation of parset [phase] failed)" - exit 1 -fi - -# construct parset -cat > t3C343.gain.parset << EOF -user="$USER" -instrument_parmdb="t3C343.instrument_model" -sky_parmdb="t3C343.sky_model" -measurement_set="/dop58_0/data_zwieten/3C343.MS" -instrument_model="PATCHGAIN" -calculate_UVW=${calcuvw} -operation="solve" -data_column_in="DATA" -data_column_out="CORRECTED_DATA" -time_domain_size=900 -start_channel=29 -end_channel=36 -solvable_parms=["gain:11:ampl:*", "gain:22:ampl:*"] -solvable_parms_excluded=[] -nr_solve_interval=[1,1] -nriter=${nriter} -save_solution=T -antennas=[] -corrs=[T,F,F,T] -EOF - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (creation of parset [gain] failed)" - exit 1 -fi - -echo "Solving for source flux, pass 1..." -time ./BBSrun t3C343.flux.pass1.parset -# check status -if [ $? != 0 ]; then - echo "t3C343: FAIL (BBSrun failed)" - exit 1 -fi - -echo "Solving for phase (30 s), pass 1..." -time ./BBSrun t3C343.phase.parset -# check status -if [ $? != 0 ]; then - echo "t3C343: FAIL (BBSrun failed)" - exit 1 -fi - -echo "Solving for source flux, pass 2..." -time ./BBSrun t3C343.flux.parset -# check status -if [ $? != 0 ]; then - echo "t3C343: FAIL (BBSrun failed)" - exit 1 -fi - -echo "Solving for phase (30 s), pass 2..." -time ./BBSrun t3C343.phase.parset -# check status -if [ $? != 0 ]; then - echo "t3C343: FAIL (BBSrun failed)" - exit 1 -fi - -echo "Solving for independent gain (15 min), pass 2..." -time ./BBSrun t3C343.gain.parset -# check status -if [ $? != 0 ]; then - echo "t3C343: FAIL (BBSrun failed)" - exit 1 -fi - -rm -rf t3C343.instrument_model -rm -rf t3C343.sky_model -rm t3C343.flux.pass1.parset -rm t3C343.flux.parset -rm t3C343.phase.parset - -# -# OBSOLETE BBS3 CODE USING THE t3C343 TEST PROGRAM -# -# The code above should do roughly the same thing, except for the following: -# - BBS currently does not support more than one source in a group, so -# when solving for fluxes the first time two source groups are used -# instead of one. -# - Convergence is not checked at runtime, i.e. the solver always performs -# $nriter iterations. -# - For type=2/3/4 t3C343 select a specific part of the time domain. This -# is supported by BBS but not by BBSrun, so currently the whole time -# domain is alway used. -# - Subtract and correct steps have not yet been added in the test above -# (mainly because I want to check the results of the other steps first). - -# t3C343 user msname meqparmtable skyparmtable model [nrgrp=1] [type=1] [nriter=1] [calcuvw=1] [dbtype=aips] -# Solve for StokesI as function of freq. -#echo "Solving fluxes 1st time ..." -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "" 1 1 $maxniter $calcuvw $dbtype -# Solve for phase -#echo "Solving phases 1st time ..." -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "PATCHEJ" 2 4 $maxniter $calcuvw $dbtype -# Solve again for StokesI as function of freq. -#echo "Solving fluxes 2nd time ..." -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "PATCHEJ" 2 1 $maxniter $calcuvw $dbtype -# Solve again for phase -#echo "Solving phases 2nd time ..." -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "PATCHEJ" 2 4 $maxniter $calcuvw $dbtype -# Solve again for StokesI as function of freq. -#echo "Solving fluxes 3rd time ..." -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "PATCHEJ" 2 1 $maxniter $calcuvw $dbtype -# Solve for amplitude in 2 patches. -#echo "Solving amplitudes ..." -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "PATCHEJ" 2 3 $maxniter $calcuvw $dbtype -# Subtract the sources. -#echo "Subtracting sources" -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "PATCHEJ" 2 10 1 $calcuvw $dbtype -# Correct the residual data for the complex gain at the center. -#time ./t3C343 $usernm 10008336.MS_p1 10008336 10008336_gsm "PATCHEJ" 2 5 1 $calcuvw $dbtype -# Make the map. -#glish image343.g diff --git a/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_band_constant b/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_band_constant deleted file mode 100644 index dd6e54c8db1b4f3a629230ebd6d0c2ae169e3598..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_band_constant +++ /dev/null @@ -1,3 +0,0 @@ -open tablename='tBandpass.instrument_model' -adddef bandpass nx=1, ny=1, values=1.0 -quit diff --git a/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_constant b/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_constant deleted file mode 100644 index 18b7c62a5ebe4ae13573a2433252a2bc87436be7..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_constant +++ /dev/null @@ -1,20 +0,0 @@ -open tablename='tBandpass.instrument_model' -adddef bandpass:X:ST_0 type='parmexpr', expr='ConstantBandpass:X:ST_0 * VariableBandpass:X:ST_0' -adddef bandpass:Y:ST_0 type='parmexpr', expr='ConstantBandpass:Y:ST_0 * VariableBandpass:Y:ST_0' -adddef bandpass:X:ST_1 type='parmexpr', expr='ConstantBandpass:X:ST_1 * VariableBandpass:X:ST_1' -adddef bandpass:Y:ST_1 type='parmexpr', expr='ConstantBandpass:Y:ST_1 * VariableBandpass:Y:ST_1' -adddef bandpass:X:ST_2 type='parmexpr', expr='ConstantBandpass:X:ST_2 * VariableBandpass:X:ST_2' -adddef bandpass:Y:ST_2 type='parmexpr', expr='ConstantBandpass:Y:ST_2 * VariableBandpass:Y:ST_2' -adddef bandpass:X:ST_3 type='parmexpr', expr='ConstantBandpass:X:ST_3 * VariableBandpass:X:ST_3' -adddef bandpass:Y:ST_3 type='parmexpr', expr='ConstantBandpass:Y:ST_3 * VariableBandpass:Y:ST_3' -adddef VariableBandpass nx=1, ny=1, values=0.1 -add ConstantBandpass:X:ST_0 type='tabular', nx=141, values=[0.07338513,0.07258927,0.07416617,0.07681986,0.07927457,0.08467245,0.09045279,0.09849852,0.10835194,0.11483527,0.11327658,0.11130233,0.11617638,0.13019164,0.14903474,0.16823270,0.18537905,0.19654100,0.20719899,0.21319922,0.21872566,0.22461597,0.22774696,0.23073530,0.23044428,0.23110886,0.23750224,0.24495052,0.25043606,0.25180645,0.25362411,0.25754768,0.26384441,0.26966406,0.27383444,0.27915281,0.28515843,0.28646796,0.28833413,0.29356641,0.30007129,0.31015944,0.32395025,0.33371437,0.33859428,0.34554207,0.35205922,0.35615554,0.36443156,0.37126335,0.37294583,0.37548444,0.38812099,0.40076331,0.41044337,0.42117811,0.43143501,0.43728450,0.44195546,0.45245976,0.46618518,0.47724954,0.49258822,0.51226138,0.52967956,0.55284494,0.57917812,0.59702867,0.60994201,0.62807730,0.64531898,0.65461419,0.65673401,0.66655847,0.69332057,0.71479713,0.73396248,0.76944868,0.80926981,0.84869156,0.86735976,0.87912968,0.89448379,0.90830701,0.92630502,0.94126293,0.93774756,0.91213604,0.88885164,0.86454253,0.86371017,0.84743458,0.81459964,0.78370186,0.76586222,0.76275100,0.76187356,0.75573265,0.74918199,0.73202253,0.71358462,0.70108040,0.68619403,0.66608164,0.63636270,0.61628657,0.61579669,0.62514596,0.63085015,0.62461269,0.62190498,0.62846427,0.63382664,0.63196558,0.62316691,0.61372869,0.60774469,0.60022863,0.59026797,0.57561552,0.55625093,0.53076895,0.49855777,0.45983100,0.41420487,0.37143903,0.33702022,0.30496792,0.27365692,0.24375146,0.22000959,0.19755421,0.17365564,0.15210938,0.13140240,0.11052314,0.09272797,0.07462050,0.05972450,0.04902334,0.04126293], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_0 type='tabular', nx=141, values=[0.06523122,0.06452379,0.06592548,0.06828432,0.07046629,0.07526440,0.08040248,0.08755424,0.09631284,0.10207580,0.10069029,0.09893540,0.10326789,0.11572590,0.13247532,0.14954018,0.16478138,0.17470311,0.18417688,0.18951042,0.19442281,0.19965864,0.20244174,0.20509804,0.20483936,0.20543010,0.21111310,0.21773379,0.22260983,0.22382796,0.22544365,0.22893127,0.23452836,0.23970139,0.24340839,0.24813584,0.25347416,0.25463819,0.25629701,0.26094792,0.26673003,0.27569728,0.28795578,0.29663500,0.30097270,0.30714850,0.31294153,0.31658270,0.32393917,0.33001187,0.33150740,0.33376394,0.34499644,0.35623405,0.36483855,0.37438054,0.38349778,0.38869733,0.39284930,0.40218646,0.41438682,0.42422181,0.43785620,0.45534345,0.47082627,0.49141772,0.51482500,0.53069216,0.54217068,0.55829093,0.57361687,0.58187928,0.58376356,0.59249642,0.61628495,0.63537523,0.65241109,0.68395438,0.71935095,0.75439250,0.77098646,0.78144860,0.79509670,0.80738401,0.82338224,0.83667816,0.83355338,0.81078759,0.79009034,0.76848225,0.76774237,0.75327519,0.72408857,0.69662387,0.68076642,0.67800089,0.67722094,0.67176235,0.66593954,0.65068669,0.63429744,0.62318258,0.60995025,0.59207257,0.56565573,0.54781028,0.54737484,0.55568529,0.56075569,0.55521128,0.55280442,0.55863491,0.56340146,0.56174718,0.55392614,0.54553662,0.54021751,0.53353656,0.52468264,0.51165824,0.49444527,0.47179462,0.44316246,0.40873867,0.36818211,0.33016803,0.29957353,0.27108259,0.24325060,0.21666797,0.19556408,0.17560374,0.15436057,0.13520834,0.11680213,0.09824280,0.08242486,0.06632933,0.05308845,0.04357630,0.03667816], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_1 type='tabular', nx=141, values=[0.15420459,0.15284135,0.15376440,0.15572499,0.15749385,0.16209861,0.16707189,0.17422800,0.18312592,0.18877658,0.18667830,0.18417962,0.18827965,0.20118773,0.21874768,0.23664958,0.25257463,0.26273339,0.27240655,0.27759171,0.28232035,0.28739959,0.28982009,0.29210313,0.29122633,0.29127030,0.29683428,0.30341472,0.30810395,0.30882801,0.30998304,0.31316722,0.31863808,0.32364924,0.32707124,0.33159940,0.33678975,0.33745517,0.33865694,0.34310213,0.34877355,0.35789765,0.37058946,0.37940133,0.38350700,0.38960518,0.39528842,0.39863906,0.40601707,0.41200348,0.41302826,0.41487796,0.42645758,0.43804275,0.44677363,0.45652074,0.46580743,0.47084735,0.47475169,0.48427677,0.49690556,0.50697029,0.52115355,0.53951333,0.55570030,0.57742501,0.60220207,0.61880566,0.63065198,0.64752992,0.66354683,0.67190688,0.67335306,0.68222307,0.70741341,0.72751086,0.74538133,0.77897782,0.81675125,0.85413986,0.87153129,0.88227586,0.89647399,0.90919703,0.92594270,0.93975907,0.93577543,0.91050096,0.88746879,0.86344926,0.86205085,0.84577206,0.81353743,0.78316935,0.76538351,0.76178929,0.76034744,0.75383396,0.74692565,0.72979520,0.71143289,0.69878801,0.68384780,0.66387203,0.63463984,0.61469901,0.61363061,0.62204274,0.62694266,0.62033614,0.61713072,0.62285457,0.62742512,0.62503550,0.61596112,0.60627050,0.59990821,0.59206969,0.58187567,0.56716085,0.54790563,0.52275598,0.49112238,0.45321065,0.40865102,0.36684743,0.33308664,0.30160613,0.27083991,0.24142799,0.21795502,0.19572166,0.17209771,0.15074033,0.13019165,0.10947697,0.09173397,0.07369005,0.05874057,0.04783303,0.03975907], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_1 type='tabular', nx=141, values=[0.13707075,0.13585898,0.13667946,0.13842221,0.13999453,0.14408766,0.14850835,0.15486934,0.16277860,0.16780140,0.16593627,0.16371522,0.16735969,0.17883353,0.19444238,0.21035518,0.22451078,0.23354079,0.24213916,0.24674819,0.25095142,0.25546631,0.25761786,0.25964723,0.25886785,0.25890694,0.26385269,0.26970197,0.27387017,0.27451379,0.27554048,0.27837086,0.28323385,0.28768821,0.29072999,0.29475502,0.29936867,0.29996015,0.30102839,0.30497967,0.31002093,0.31813124,0.32941285,0.33724562,0.34089511,0.34631571,0.35136748,0.35434583,0.36090407,0.36622532,0.36713623,0.36878041,0.37907340,0.38937133,0.39713211,0.40579621,0.41405105,0.41853098,0.42200150,0.43046824,0.44169383,0.45064025,0.46324760,0.47956740,0.49395582,0.51326668,0.53529073,0.55004948,0.56057953,0.57558215,0.58981940,0.59725056,0.59853605,0.60642050,0.62881192,0.64667632,0.66256118,0.69242473,0.72600111,0.75923543,0.77469448,0.78424521,0.79686577,0.80817514,0.82306018,0.83534139,0.83180038,0.80933419,0.78886115,0.76751046,0.76626742,0.75179738,0.72314438,0.69615053,0.68034090,0.67714604,0.67586440,0.67007463,0.66393391,0.64870684,0.63238479,0.62114490,0.60786471,0.59010847,0.56412430,0.54639912,0.54544943,0.55292688,0.55728236,0.55140991,0.54856064,0.55364851,0.55771122,0.55558712,0.54752100,0.53890711,0.53325174,0.52628417,0.51722281,0.50414298,0.48702723,0.46467198,0.43655322,0.40285391,0.36324535,0.32608660,0.29607702,0.26809434,0.24074658,0.21460266,0.19373780,0.17397481,0.15297574,0.13399141,0.11572591,0.09731286,0.08154130,0.06550227,0.05221384,0.04251825,0.03534139], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_2 type='tabular', nx=141, values=[0.04149243,0.04111061,0.04309280,0.04614780,0.04900456,0.05479362,0.06096372,0.06939086,0.07961902,0.08648952,0.08534769,0.08379183,0.08905900,0.10343363,0.12261827,0.14215648,0.15965064,0.17118250,0.18221225,0.18860144,0.19451858,0.20079825,0.20432879,0.20771721,0.20783837,0.20891160,0.21569248,0.22352438,0.22940077,0.23117722,0.23339927,0.23771946,0.24440406,0.25061333,0.25517942,0.26088927,0.26728383,0.26899963,0.27127002,0.27689408,0.28378606,0.29424808,0.30839909,0.31853827,0.32381128,0.33114452,0.33804872,0.34254103,0.35119761,0.35841528,0.36050266,0.36344300,0.37644401,0.38945077,0.39950620,0.41061242,0.42124257,0.42748157,0.43254640,0.44342303,0.45750889,0.46894351,0.48463668,0.50464833,0.52241331,0.54590429,0.57255137,0.59074714,0.60402392,0.62250336,0.64009250,0.64976451,0.65228761,0.66248691,0.68956133,0.71136972,0.73087543,0.76664174,0.80672699,0.84641432,0.86542472,0.87756229,0.89327083,0.90745413,0.92579681,0.94111061,0.93801932,0.91291345,0.89012611,0.86631784,0.86589966,0.85009526,0.81779263,0.78742000,0.77005733,0.76736870,0.76690560,0.76119846,0.75508309,0.73839808,0.72043933,0.70839238,0.69397206,0.67434502,0.64514689,0.62555597,0.62547902,0.63520487,0.64129912,0.63549579,0.63320917,0.64015536,0.64590904,0.64446596,0.63611088,0.62711860,0.62156780,0.61449059,0.60497780,0.59079054,0.57190854,0.54693173,0.51525056,0.47707785,0.43203125,0.38983438,0.35595372,0.32443085,0.29364654,0.26426258,0.24101945,0.21905806,0.19565882,0.17460320,0.15438376,0.13399269,0.11667430,0.09904478,0.08461488,0.07436432,0.06704366], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_2 type='tabular', nx=141, values=[0.03688216,0.03654277,0.03830471,0.04102027,0.04355961,0.04870544,0.05418997,0.06168077,0.07077246,0.07687958,0.07586461,0.07448163,0.07916355,0.09194100,0.10899402,0.12636132,0.14191168,0.15216222,0.16196644,0.16764572,0.17290540,0.17848734,0.18162559,0.18463752,0.18474521,0.18569920,0.19172665,0.19868833,0.20391180,0.20549086,0.20746602,0.21130619,0.21724805,0.22276741,0.22682615,0.23190157,0.23758562,0.23911078,0.24112890,0.24612808,0.25225427,0.26155385,0.27413253,0.28314513,0.28783225,0.29435068,0.30048775,0.30448091,0.31217565,0.31859136,0.32044681,0.32306044,0.33461690,0.34617846,0.35511663,0.36498882,0.37443784,0.37998362,0.38448569,0.39415381,0.40667457,0.41683867,0.43078816,0.44857629,0.46436739,0.48524826,0.50893455,0.52510857,0.53691015,0.55333632,0.56897111,0.57756845,0.57981121,0.58887725,0.61294340,0.63232864,0.64966705,0.68145933,0.71709066,0.75236829,0.76926642,0.78005537,0.79401852,0.80662590,0.82293050,0.83654277,0.83379495,0.81147863,0.79122321,0.77006030,0.76968858,0.75564023,0.72692678,0.69992889,0.68449540,0.68210551,0.68169387,0.67662085,0.67118497,0.65635385,0.64039052,0.62968211,0.61686406,0.59941780,0.57346390,0.55604975,0.55598135,0.56462655,0.57004366,0.56488515,0.56285260,0.56902699,0.57414137,0.57285863,0.56543189,0.55743876,0.55250471,0.54621385,0.53775804,0.52514715,0.50836315,0.48616154,0.45800050,0.42406920,0.38402778,0.34651945,0.31640331,0.28838297,0.26101914,0.23490007,0.21423951,0.19471828,0.17391895,0.15520284,0.13723001,0.11910461,0.10371049,0.08803980,0.07521322,0.06610162,0.05959437], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_3 type='tabular', nx=141, values=[0.20488905,0.20316999,0.20368298,0.20520891,0.20654765,0.21065503,0.21512217,0.22172038,0.23001907,0.23514753,0.23271087,0.22988330,0.23349791,0.24571164,0.26246690,0.27955599,0.29471512,0.30424474,0.31330029,0.31797430,0.32220261,0.32677321,0.32874813,0.33058885,0.32934469,0.32899946,0.33404330,0.34007948,0.34426932,0.34458805,0.34532752,0.34804801,0.35300093,0.35750507,0.36045774,0.36449032,0.36916940,0.36943087,0.37021597,0.37416756,0.37931629,0.38783580,0.39983839,0.40805307,0.41167320,0.41723856,0.42239883,0.42528184,0.43209667,0.43755292,0.43816523,0.43958289,0.45049967,0.46142188,0.46955749,0.47868523,0.48736348,0.49189569,0.49531925,0.50423023,0.51617130,0.52560912,0.53906779,0.55660389,0.57201873,0.59283995,0.61664112,0.63246270,0.64363985,0.65972928,0.67497809,0.68275168,0.68377539,0.69204684,0.71625149,0.73548405,0.75254245,0.78495384,0.82144310,0.85755666,0.87414739,0.88424893,0.89772211,0.90975518,0.92571547,0.93881595,0.93453865,0.90947555,0.88660156,0.86276364,0.86101024,0.84472943,0.81287128,0.78283540,0.76508329,0.76118617,0.75939037,0.75264323,0.74551063,0.72839837,0.71008347,0.69735038,0.68237640,0.66248632,0.63355938,0.61370341,0.61227219,0.62009662,0.62449214,0.61765418,0.61413664,0.61933655,0.62341053,0.62068943,0.61144214,0.60159323,0.59499370,0.58695295,0.57661258,0.56185866,0.54267203,0.51773079,0.48645940,0.44905881,0.40516802,0.36396788,0.33061978,0.29949785,0.26907326,0.23997087,0.21666654,0.19457241,0.17112068,0.14988176,0.12943235,0.10882088,0.09111060,0.07310654,0.05812351,0.04708655,0.03881595], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_3 type='tabular', nx=141, values=[0.18212360,0.18059555,0.18105154,0.18240792,0.18359791,0.18724891,0.19121971,0.19708478,0.20446140,0.20902003,0.20685411,0.20434071,0.20755370,0.21841034,0.23330391,0.24849421,0.26196899,0.27043977,0.27848915,0.28264382,0.28640232,0.29046507,0.29222056,0.29385676,0.29275084,0.29244397,0.29692738,0.30229287,0.30601717,0.30630049,0.30695779,0.30937601,0.31377861,0.31778228,0.32040688,0.32399140,0.32815057,0.32838299,0.32908086,0.33259339,0.33717003,0.34474293,0.35541190,0.36271384,0.36593173,0.37087872,0.37546563,0.37802830,0.38408593,0.38893593,0.38948020,0.39074035,0.40044415,0.41015278,0.41738444,0.42549799,0.43321198,0.43724061,0.44028378,0.44820465,0.45881893,0.46720810,0.47917137,0.49475901,0.50846109,0.52696885,0.54812544,0.56218907,0.57212431,0.58642603,0.59998053,0.60689038,0.60780035,0.61515274,0.63666799,0.65376360,0.66892662,0.69773675,0.73017164,0.76227258,0.77701991,0.78599905,0.79797521,0.80867128,0.82285820,0.83450307,0.83070102,0.80842271,0.78809028,0.76690101,0.76534243,0.75087061,0.72255225,0.69585369,0.68007404,0.67660993,0.67501366,0.66901620,0.66267612,0.64746522,0.63118531,0.61986700,0.60655680,0.58887673,0.56316389,0.54551414,0.54424194,0.55119699,0.55510413,0.54902594,0.54589923,0.55052138,0.55414269,0.55172394,0.54350413,0.53474954,0.52888329,0.52173596,0.51254452,0.49942992,0.48237514,0.46020515,0.43240836,0.39916339,0.36014935,0.32352701,0.29388425,0.26622031,0.23917624,0.21330744,0.19259248,0.17295325,0.15210727,0.13322823,0.11505098,0.09672967,0.08098720,0.06498359,0.05166534,0.04185471,0.03450307], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -close -quit diff --git a/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_polc b/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_polc deleted file mode 100644 index c9a5194b3de8480189f8a81b93500c61f6d5aa5e..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parmdb_clean_polc +++ /dev/null @@ -1,20 +0,0 @@ -open tablename='tBandpass.instrument_model' -adddef bandpass:X:ST_0 type='parmexpr', expr='ConstantBandpass:X:ST_0 * VariableBandpass:X:ST_0' -adddef bandpass:Y:ST_0 type='parmexpr', expr='ConstantBandpass:Y:ST_0 * VariableBandpass:Y:ST_0' -adddef bandpass:X:ST_1 type='parmexpr', expr='ConstantBandpass:X:ST_1 * VariableBandpass:X:ST_1' -adddef bandpass:Y:ST_1 type='parmexpr', expr='ConstantBandpass:Y:ST_1 * VariableBandpass:Y:ST_1' -adddef bandpass:X:ST_2 type='parmexpr', expr='ConstantBandpass:X:ST_2 * VariableBandpass:X:ST_2' -adddef bandpass:Y:ST_2 type='parmexpr', expr='ConstantBandpass:Y:ST_2 * VariableBandpass:Y:ST_2' -adddef bandpass:X:ST_3 type='parmexpr', expr='ConstantBandpass:X:ST_3 * VariableBandpass:X:ST_3' -adddef bandpass:Y:ST_3 type='parmexpr', expr='ConstantBandpass:Y:ST_3 * VariableBandpass:Y:ST_3' -adddef VariableBandpass nx=4, ny=4, values=[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] -add ConstantBandpass:X:ST_0 type='tabular', nx=141, values=[0.07338513,0.07258927,0.07416617,0.07681986,0.07927457,0.08467245,0.09045279,0.09849852,0.10835194,0.11483527,0.11327658,0.11130233,0.11617638,0.13019164,0.14903474,0.16823270,0.18537905,0.19654100,0.20719899,0.21319922,0.21872566,0.22461597,0.22774696,0.23073530,0.23044428,0.23110886,0.23750224,0.24495052,0.25043606,0.25180645,0.25362411,0.25754768,0.26384441,0.26966406,0.27383444,0.27915281,0.28515843,0.28646796,0.28833413,0.29356641,0.30007129,0.31015944,0.32395025,0.33371437,0.33859428,0.34554207,0.35205922,0.35615554,0.36443156,0.37126335,0.37294583,0.37548444,0.38812099,0.40076331,0.41044337,0.42117811,0.43143501,0.43728450,0.44195546,0.45245976,0.46618518,0.47724954,0.49258822,0.51226138,0.52967956,0.55284494,0.57917812,0.59702867,0.60994201,0.62807730,0.64531898,0.65461419,0.65673401,0.66655847,0.69332057,0.71479713,0.73396248,0.76944868,0.80926981,0.84869156,0.86735976,0.87912968,0.89448379,0.90830701,0.92630502,0.94126293,0.93774756,0.91213604,0.88885164,0.86454253,0.86371017,0.84743458,0.81459964,0.78370186,0.76586222,0.76275100,0.76187356,0.75573265,0.74918199,0.73202253,0.71358462,0.70108040,0.68619403,0.66608164,0.63636270,0.61628657,0.61579669,0.62514596,0.63085015,0.62461269,0.62190498,0.62846427,0.63382664,0.63196558,0.62316691,0.61372869,0.60774469,0.60022863,0.59026797,0.57561552,0.55625093,0.53076895,0.49855777,0.45983100,0.41420487,0.37143903,0.33702022,0.30496792,0.27365692,0.24375146,0.22000959,0.19755421,0.17365564,0.15210938,0.13140240,0.11052314,0.09272797,0.07462050,0.05972450,0.04902334,0.04126293], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_0 type='tabular', nx=141, values=[0.06523122,0.06452379,0.06592548,0.06828432,0.07046629,0.07526440,0.08040248,0.08755424,0.09631284,0.10207580,0.10069029,0.09893540,0.10326789,0.11572590,0.13247532,0.14954018,0.16478138,0.17470311,0.18417688,0.18951042,0.19442281,0.19965864,0.20244174,0.20509804,0.20483936,0.20543010,0.21111310,0.21773379,0.22260983,0.22382796,0.22544365,0.22893127,0.23452836,0.23970139,0.24340839,0.24813584,0.25347416,0.25463819,0.25629701,0.26094792,0.26673003,0.27569728,0.28795578,0.29663500,0.30097270,0.30714850,0.31294153,0.31658270,0.32393917,0.33001187,0.33150740,0.33376394,0.34499644,0.35623405,0.36483855,0.37438054,0.38349778,0.38869733,0.39284930,0.40218646,0.41438682,0.42422181,0.43785620,0.45534345,0.47082627,0.49141772,0.51482500,0.53069216,0.54217068,0.55829093,0.57361687,0.58187928,0.58376356,0.59249642,0.61628495,0.63537523,0.65241109,0.68395438,0.71935095,0.75439250,0.77098646,0.78144860,0.79509670,0.80738401,0.82338224,0.83667816,0.83355338,0.81078759,0.79009034,0.76848225,0.76774237,0.75327519,0.72408857,0.69662387,0.68076642,0.67800089,0.67722094,0.67176235,0.66593954,0.65068669,0.63429744,0.62318258,0.60995025,0.59207257,0.56565573,0.54781028,0.54737484,0.55568529,0.56075569,0.55521128,0.55280442,0.55863491,0.56340146,0.56174718,0.55392614,0.54553662,0.54021751,0.53353656,0.52468264,0.51165824,0.49444527,0.47179462,0.44316246,0.40873867,0.36818211,0.33016803,0.29957353,0.27108259,0.24325060,0.21666797,0.19556408,0.17560374,0.15436057,0.13520834,0.11680213,0.09824280,0.08242486,0.06632933,0.05308845,0.04357630,0.03667816], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_1 type='tabular', nx=141, values=[0.15420459,0.15284135,0.15376440,0.15572499,0.15749385,0.16209861,0.16707189,0.17422800,0.18312592,0.18877658,0.18667830,0.18417962,0.18827965,0.20118773,0.21874768,0.23664958,0.25257463,0.26273339,0.27240655,0.27759171,0.28232035,0.28739959,0.28982009,0.29210313,0.29122633,0.29127030,0.29683428,0.30341472,0.30810395,0.30882801,0.30998304,0.31316722,0.31863808,0.32364924,0.32707124,0.33159940,0.33678975,0.33745517,0.33865694,0.34310213,0.34877355,0.35789765,0.37058946,0.37940133,0.38350700,0.38960518,0.39528842,0.39863906,0.40601707,0.41200348,0.41302826,0.41487796,0.42645758,0.43804275,0.44677363,0.45652074,0.46580743,0.47084735,0.47475169,0.48427677,0.49690556,0.50697029,0.52115355,0.53951333,0.55570030,0.57742501,0.60220207,0.61880566,0.63065198,0.64752992,0.66354683,0.67190688,0.67335306,0.68222307,0.70741341,0.72751086,0.74538133,0.77897782,0.81675125,0.85413986,0.87153129,0.88227586,0.89647399,0.90919703,0.92594270,0.93975907,0.93577543,0.91050096,0.88746879,0.86344926,0.86205085,0.84577206,0.81353743,0.78316935,0.76538351,0.76178929,0.76034744,0.75383396,0.74692565,0.72979520,0.71143289,0.69878801,0.68384780,0.66387203,0.63463984,0.61469901,0.61363061,0.62204274,0.62694266,0.62033614,0.61713072,0.62285457,0.62742512,0.62503550,0.61596112,0.60627050,0.59990821,0.59206969,0.58187567,0.56716085,0.54790563,0.52275598,0.49112238,0.45321065,0.40865102,0.36684743,0.33308664,0.30160613,0.27083991,0.24142799,0.21795502,0.19572166,0.17209771,0.15074033,0.13019165,0.10947697,0.09173397,0.07369005,0.05874057,0.04783303,0.03975907], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_1 type='tabular', nx=141, values=[0.13707075,0.13585898,0.13667946,0.13842221,0.13999453,0.14408766,0.14850835,0.15486934,0.16277860,0.16780140,0.16593627,0.16371522,0.16735969,0.17883353,0.19444238,0.21035518,0.22451078,0.23354079,0.24213916,0.24674819,0.25095142,0.25546631,0.25761786,0.25964723,0.25886785,0.25890694,0.26385269,0.26970197,0.27387017,0.27451379,0.27554048,0.27837086,0.28323385,0.28768821,0.29072999,0.29475502,0.29936867,0.29996015,0.30102839,0.30497967,0.31002093,0.31813124,0.32941285,0.33724562,0.34089511,0.34631571,0.35136748,0.35434583,0.36090407,0.36622532,0.36713623,0.36878041,0.37907340,0.38937133,0.39713211,0.40579621,0.41405105,0.41853098,0.42200150,0.43046824,0.44169383,0.45064025,0.46324760,0.47956740,0.49395582,0.51326668,0.53529073,0.55004948,0.56057953,0.57558215,0.58981940,0.59725056,0.59853605,0.60642050,0.62881192,0.64667632,0.66256118,0.69242473,0.72600111,0.75923543,0.77469448,0.78424521,0.79686577,0.80817514,0.82306018,0.83534139,0.83180038,0.80933419,0.78886115,0.76751046,0.76626742,0.75179738,0.72314438,0.69615053,0.68034090,0.67714604,0.67586440,0.67007463,0.66393391,0.64870684,0.63238479,0.62114490,0.60786471,0.59010847,0.56412430,0.54639912,0.54544943,0.55292688,0.55728236,0.55140991,0.54856064,0.55364851,0.55771122,0.55558712,0.54752100,0.53890711,0.53325174,0.52628417,0.51722281,0.50414298,0.48702723,0.46467198,0.43655322,0.40285391,0.36324535,0.32608660,0.29607702,0.26809434,0.24074658,0.21460266,0.19373780,0.17397481,0.15297574,0.13399141,0.11572591,0.09731286,0.08154130,0.06550227,0.05221384,0.04251825,0.03534139], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_2 type='tabular', nx=141, values=[0.04149243,0.04111061,0.04309280,0.04614780,0.04900456,0.05479362,0.06096372,0.06939086,0.07961902,0.08648952,0.08534769,0.08379183,0.08905900,0.10343363,0.12261827,0.14215648,0.15965064,0.17118250,0.18221225,0.18860144,0.19451858,0.20079825,0.20432879,0.20771721,0.20783837,0.20891160,0.21569248,0.22352438,0.22940077,0.23117722,0.23339927,0.23771946,0.24440406,0.25061333,0.25517942,0.26088927,0.26728383,0.26899963,0.27127002,0.27689408,0.28378606,0.29424808,0.30839909,0.31853827,0.32381128,0.33114452,0.33804872,0.34254103,0.35119761,0.35841528,0.36050266,0.36344300,0.37644401,0.38945077,0.39950620,0.41061242,0.42124257,0.42748157,0.43254640,0.44342303,0.45750889,0.46894351,0.48463668,0.50464833,0.52241331,0.54590429,0.57255137,0.59074714,0.60402392,0.62250336,0.64009250,0.64976451,0.65228761,0.66248691,0.68956133,0.71136972,0.73087543,0.76664174,0.80672699,0.84641432,0.86542472,0.87756229,0.89327083,0.90745413,0.92579681,0.94111061,0.93801932,0.91291345,0.89012611,0.86631784,0.86589966,0.85009526,0.81779263,0.78742000,0.77005733,0.76736870,0.76690560,0.76119846,0.75508309,0.73839808,0.72043933,0.70839238,0.69397206,0.67434502,0.64514689,0.62555597,0.62547902,0.63520487,0.64129912,0.63549579,0.63320917,0.64015536,0.64590904,0.64446596,0.63611088,0.62711860,0.62156780,0.61449059,0.60497780,0.59079054,0.57190854,0.54693173,0.51525056,0.47707785,0.43203125,0.38983438,0.35595372,0.32443085,0.29364654,0.26426258,0.24101945,0.21905806,0.19565882,0.17460320,0.15438376,0.13399269,0.11667430,0.09904478,0.08461488,0.07436432,0.06704366], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_2 type='tabular', nx=141, values=[0.03688216,0.03654277,0.03830471,0.04102027,0.04355961,0.04870544,0.05418997,0.06168077,0.07077246,0.07687958,0.07586461,0.07448163,0.07916355,0.09194100,0.10899402,0.12636132,0.14191168,0.15216222,0.16196644,0.16764572,0.17290540,0.17848734,0.18162559,0.18463752,0.18474521,0.18569920,0.19172665,0.19868833,0.20391180,0.20549086,0.20746602,0.21130619,0.21724805,0.22276741,0.22682615,0.23190157,0.23758562,0.23911078,0.24112890,0.24612808,0.25225427,0.26155385,0.27413253,0.28314513,0.28783225,0.29435068,0.30048775,0.30448091,0.31217565,0.31859136,0.32044681,0.32306044,0.33461690,0.34617846,0.35511663,0.36498882,0.37443784,0.37998362,0.38448569,0.39415381,0.40667457,0.41683867,0.43078816,0.44857629,0.46436739,0.48524826,0.50893455,0.52510857,0.53691015,0.55333632,0.56897111,0.57756845,0.57981121,0.58887725,0.61294340,0.63232864,0.64966705,0.68145933,0.71709066,0.75236829,0.76926642,0.78005537,0.79401852,0.80662590,0.82293050,0.83654277,0.83379495,0.81147863,0.79122321,0.77006030,0.76968858,0.75564023,0.72692678,0.69992889,0.68449540,0.68210551,0.68169387,0.67662085,0.67118497,0.65635385,0.64039052,0.62968211,0.61686406,0.59941780,0.57346390,0.55604975,0.55598135,0.56462655,0.57004366,0.56488515,0.56285260,0.56902699,0.57414137,0.57285863,0.56543189,0.55743876,0.55250471,0.54621385,0.53775804,0.52514715,0.50836315,0.48616154,0.45800050,0.42406920,0.38402778,0.34651945,0.31640331,0.28838297,0.26101914,0.23490007,0.21423951,0.19471828,0.17391895,0.15520284,0.13723001,0.11910461,0.10371049,0.08803980,0.07521322,0.06610162,0.05959437], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_3 type='tabular', nx=141, values=[0.20488905,0.20316999,0.20368298,0.20520891,0.20654765,0.21065503,0.21512217,0.22172038,0.23001907,0.23514753,0.23271087,0.22988330,0.23349791,0.24571164,0.26246690,0.27955599,0.29471512,0.30424474,0.31330029,0.31797430,0.32220261,0.32677321,0.32874813,0.33058885,0.32934469,0.32899946,0.33404330,0.34007948,0.34426932,0.34458805,0.34532752,0.34804801,0.35300093,0.35750507,0.36045774,0.36449032,0.36916940,0.36943087,0.37021597,0.37416756,0.37931629,0.38783580,0.39983839,0.40805307,0.41167320,0.41723856,0.42239883,0.42528184,0.43209667,0.43755292,0.43816523,0.43958289,0.45049967,0.46142188,0.46955749,0.47868523,0.48736348,0.49189569,0.49531925,0.50423023,0.51617130,0.52560912,0.53906779,0.55660389,0.57201873,0.59283995,0.61664112,0.63246270,0.64363985,0.65972928,0.67497809,0.68275168,0.68377539,0.69204684,0.71625149,0.73548405,0.75254245,0.78495384,0.82144310,0.85755666,0.87414739,0.88424893,0.89772211,0.90975518,0.92571547,0.93881595,0.93453865,0.90947555,0.88660156,0.86276364,0.86101024,0.84472943,0.81287128,0.78283540,0.76508329,0.76118617,0.75939037,0.75264323,0.74551063,0.72839837,0.71008347,0.69735038,0.68237640,0.66248632,0.63355938,0.61370341,0.61227219,0.62009662,0.62449214,0.61765418,0.61413664,0.61933655,0.62341053,0.62068943,0.61144214,0.60159323,0.59499370,0.58695295,0.57661258,0.56185866,0.54267203,0.51773079,0.48645940,0.44905881,0.40516802,0.36396788,0.33061978,0.29949785,0.26907326,0.23997087,0.21666654,0.19457241,0.17112068,0.14988176,0.12943235,0.10882088,0.09111060,0.07310654,0.05812351,0.04708655,0.03881595], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_3 type='tabular', nx=141, values=[0.18212360,0.18059555,0.18105154,0.18240792,0.18359791,0.18724891,0.19121971,0.19708478,0.20446140,0.20902003,0.20685411,0.20434071,0.20755370,0.21841034,0.23330391,0.24849421,0.26196899,0.27043977,0.27848915,0.28264382,0.28640232,0.29046507,0.29222056,0.29385676,0.29275084,0.29244397,0.29692738,0.30229287,0.30601717,0.30630049,0.30695779,0.30937601,0.31377861,0.31778228,0.32040688,0.32399140,0.32815057,0.32838299,0.32908086,0.33259339,0.33717003,0.34474293,0.35541190,0.36271384,0.36593173,0.37087872,0.37546563,0.37802830,0.38408593,0.38893593,0.38948020,0.39074035,0.40044415,0.41015278,0.41738444,0.42549799,0.43321198,0.43724061,0.44028378,0.44820465,0.45881893,0.46720810,0.47917137,0.49475901,0.50846109,0.52696885,0.54812544,0.56218907,0.57212431,0.58642603,0.59998053,0.60689038,0.60780035,0.61515274,0.63666799,0.65376360,0.66892662,0.69773675,0.73017164,0.76227258,0.77701991,0.78599905,0.79797521,0.80867128,0.82285820,0.83450307,0.83070102,0.80842271,0.78809028,0.76690101,0.76534243,0.75087061,0.72255225,0.69585369,0.68007404,0.67660993,0.67501366,0.66901620,0.66267612,0.64746522,0.63118531,0.61986700,0.60655680,0.58887673,0.56316389,0.54551414,0.54424194,0.55119699,0.55510413,0.54902594,0.54589923,0.55052138,0.55414269,0.55172394,0.54350413,0.53474954,0.52888329,0.52173596,0.51254452,0.49942992,0.48237514,0.46020515,0.43240836,0.39916339,0.36014935,0.32352701,0.29388425,0.26622031,0.23917624,0.21330744,0.19259248,0.17295325,0.15210727,0.13322823,0.11505098,0.09672967,0.08098720,0.06498359,0.05166534,0.04185471,0.03450307], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -close -quit diff --git a/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_band_constant b/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_band_constant deleted file mode 100644 index dd6e54c8db1b4f3a629230ebd6d0c2ae169e3598..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_band_constant +++ /dev/null @@ -1,3 +0,0 @@ -open tablename='tBandpass.instrument_model' -adddef bandpass nx=1, ny=1, values=1.0 -quit diff --git a/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_constant b/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_constant deleted file mode 100644 index 18b7c62a5ebe4ae13573a2433252a2bc87436be7..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_constant +++ /dev/null @@ -1,20 +0,0 @@ -open tablename='tBandpass.instrument_model' -adddef bandpass:X:ST_0 type='parmexpr', expr='ConstantBandpass:X:ST_0 * VariableBandpass:X:ST_0' -adddef bandpass:Y:ST_0 type='parmexpr', expr='ConstantBandpass:Y:ST_0 * VariableBandpass:Y:ST_0' -adddef bandpass:X:ST_1 type='parmexpr', expr='ConstantBandpass:X:ST_1 * VariableBandpass:X:ST_1' -adddef bandpass:Y:ST_1 type='parmexpr', expr='ConstantBandpass:Y:ST_1 * VariableBandpass:Y:ST_1' -adddef bandpass:X:ST_2 type='parmexpr', expr='ConstantBandpass:X:ST_2 * VariableBandpass:X:ST_2' -adddef bandpass:Y:ST_2 type='parmexpr', expr='ConstantBandpass:Y:ST_2 * VariableBandpass:Y:ST_2' -adddef bandpass:X:ST_3 type='parmexpr', expr='ConstantBandpass:X:ST_3 * VariableBandpass:X:ST_3' -adddef bandpass:Y:ST_3 type='parmexpr', expr='ConstantBandpass:Y:ST_3 * VariableBandpass:Y:ST_3' -adddef VariableBandpass nx=1, ny=1, values=0.1 -add ConstantBandpass:X:ST_0 type='tabular', nx=141, values=[0.07338513,0.07258927,0.07416617,0.07681986,0.07927457,0.08467245,0.09045279,0.09849852,0.10835194,0.11483527,0.11327658,0.11130233,0.11617638,0.13019164,0.14903474,0.16823270,0.18537905,0.19654100,0.20719899,0.21319922,0.21872566,0.22461597,0.22774696,0.23073530,0.23044428,0.23110886,0.23750224,0.24495052,0.25043606,0.25180645,0.25362411,0.25754768,0.26384441,0.26966406,0.27383444,0.27915281,0.28515843,0.28646796,0.28833413,0.29356641,0.30007129,0.31015944,0.32395025,0.33371437,0.33859428,0.34554207,0.35205922,0.35615554,0.36443156,0.37126335,0.37294583,0.37548444,0.38812099,0.40076331,0.41044337,0.42117811,0.43143501,0.43728450,0.44195546,0.45245976,0.46618518,0.47724954,0.49258822,0.51226138,0.52967956,0.55284494,0.57917812,0.59702867,0.60994201,0.62807730,0.64531898,0.65461419,0.65673401,0.66655847,0.69332057,0.71479713,0.73396248,0.76944868,0.80926981,0.84869156,0.86735976,0.87912968,0.89448379,0.90830701,0.92630502,0.94126293,0.93774756,0.91213604,0.88885164,0.86454253,0.86371017,0.84743458,0.81459964,0.78370186,0.76586222,0.76275100,0.76187356,0.75573265,0.74918199,0.73202253,0.71358462,0.70108040,0.68619403,0.66608164,0.63636270,0.61628657,0.61579669,0.62514596,0.63085015,0.62461269,0.62190498,0.62846427,0.63382664,0.63196558,0.62316691,0.61372869,0.60774469,0.60022863,0.59026797,0.57561552,0.55625093,0.53076895,0.49855777,0.45983100,0.41420487,0.37143903,0.33702022,0.30496792,0.27365692,0.24375146,0.22000959,0.19755421,0.17365564,0.15210938,0.13140240,0.11052314,0.09272797,0.07462050,0.05972450,0.04902334,0.04126293], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_0 type='tabular', nx=141, values=[0.06523122,0.06452379,0.06592548,0.06828432,0.07046629,0.07526440,0.08040248,0.08755424,0.09631284,0.10207580,0.10069029,0.09893540,0.10326789,0.11572590,0.13247532,0.14954018,0.16478138,0.17470311,0.18417688,0.18951042,0.19442281,0.19965864,0.20244174,0.20509804,0.20483936,0.20543010,0.21111310,0.21773379,0.22260983,0.22382796,0.22544365,0.22893127,0.23452836,0.23970139,0.24340839,0.24813584,0.25347416,0.25463819,0.25629701,0.26094792,0.26673003,0.27569728,0.28795578,0.29663500,0.30097270,0.30714850,0.31294153,0.31658270,0.32393917,0.33001187,0.33150740,0.33376394,0.34499644,0.35623405,0.36483855,0.37438054,0.38349778,0.38869733,0.39284930,0.40218646,0.41438682,0.42422181,0.43785620,0.45534345,0.47082627,0.49141772,0.51482500,0.53069216,0.54217068,0.55829093,0.57361687,0.58187928,0.58376356,0.59249642,0.61628495,0.63537523,0.65241109,0.68395438,0.71935095,0.75439250,0.77098646,0.78144860,0.79509670,0.80738401,0.82338224,0.83667816,0.83355338,0.81078759,0.79009034,0.76848225,0.76774237,0.75327519,0.72408857,0.69662387,0.68076642,0.67800089,0.67722094,0.67176235,0.66593954,0.65068669,0.63429744,0.62318258,0.60995025,0.59207257,0.56565573,0.54781028,0.54737484,0.55568529,0.56075569,0.55521128,0.55280442,0.55863491,0.56340146,0.56174718,0.55392614,0.54553662,0.54021751,0.53353656,0.52468264,0.51165824,0.49444527,0.47179462,0.44316246,0.40873867,0.36818211,0.33016803,0.29957353,0.27108259,0.24325060,0.21666797,0.19556408,0.17560374,0.15436057,0.13520834,0.11680213,0.09824280,0.08242486,0.06632933,0.05308845,0.04357630,0.03667816], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_1 type='tabular', nx=141, values=[0.15420459,0.15284135,0.15376440,0.15572499,0.15749385,0.16209861,0.16707189,0.17422800,0.18312592,0.18877658,0.18667830,0.18417962,0.18827965,0.20118773,0.21874768,0.23664958,0.25257463,0.26273339,0.27240655,0.27759171,0.28232035,0.28739959,0.28982009,0.29210313,0.29122633,0.29127030,0.29683428,0.30341472,0.30810395,0.30882801,0.30998304,0.31316722,0.31863808,0.32364924,0.32707124,0.33159940,0.33678975,0.33745517,0.33865694,0.34310213,0.34877355,0.35789765,0.37058946,0.37940133,0.38350700,0.38960518,0.39528842,0.39863906,0.40601707,0.41200348,0.41302826,0.41487796,0.42645758,0.43804275,0.44677363,0.45652074,0.46580743,0.47084735,0.47475169,0.48427677,0.49690556,0.50697029,0.52115355,0.53951333,0.55570030,0.57742501,0.60220207,0.61880566,0.63065198,0.64752992,0.66354683,0.67190688,0.67335306,0.68222307,0.70741341,0.72751086,0.74538133,0.77897782,0.81675125,0.85413986,0.87153129,0.88227586,0.89647399,0.90919703,0.92594270,0.93975907,0.93577543,0.91050096,0.88746879,0.86344926,0.86205085,0.84577206,0.81353743,0.78316935,0.76538351,0.76178929,0.76034744,0.75383396,0.74692565,0.72979520,0.71143289,0.69878801,0.68384780,0.66387203,0.63463984,0.61469901,0.61363061,0.62204274,0.62694266,0.62033614,0.61713072,0.62285457,0.62742512,0.62503550,0.61596112,0.60627050,0.59990821,0.59206969,0.58187567,0.56716085,0.54790563,0.52275598,0.49112238,0.45321065,0.40865102,0.36684743,0.33308664,0.30160613,0.27083991,0.24142799,0.21795502,0.19572166,0.17209771,0.15074033,0.13019165,0.10947697,0.09173397,0.07369005,0.05874057,0.04783303,0.03975907], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_1 type='tabular', nx=141, values=[0.13707075,0.13585898,0.13667946,0.13842221,0.13999453,0.14408766,0.14850835,0.15486934,0.16277860,0.16780140,0.16593627,0.16371522,0.16735969,0.17883353,0.19444238,0.21035518,0.22451078,0.23354079,0.24213916,0.24674819,0.25095142,0.25546631,0.25761786,0.25964723,0.25886785,0.25890694,0.26385269,0.26970197,0.27387017,0.27451379,0.27554048,0.27837086,0.28323385,0.28768821,0.29072999,0.29475502,0.29936867,0.29996015,0.30102839,0.30497967,0.31002093,0.31813124,0.32941285,0.33724562,0.34089511,0.34631571,0.35136748,0.35434583,0.36090407,0.36622532,0.36713623,0.36878041,0.37907340,0.38937133,0.39713211,0.40579621,0.41405105,0.41853098,0.42200150,0.43046824,0.44169383,0.45064025,0.46324760,0.47956740,0.49395582,0.51326668,0.53529073,0.55004948,0.56057953,0.57558215,0.58981940,0.59725056,0.59853605,0.60642050,0.62881192,0.64667632,0.66256118,0.69242473,0.72600111,0.75923543,0.77469448,0.78424521,0.79686577,0.80817514,0.82306018,0.83534139,0.83180038,0.80933419,0.78886115,0.76751046,0.76626742,0.75179738,0.72314438,0.69615053,0.68034090,0.67714604,0.67586440,0.67007463,0.66393391,0.64870684,0.63238479,0.62114490,0.60786471,0.59010847,0.56412430,0.54639912,0.54544943,0.55292688,0.55728236,0.55140991,0.54856064,0.55364851,0.55771122,0.55558712,0.54752100,0.53890711,0.53325174,0.52628417,0.51722281,0.50414298,0.48702723,0.46467198,0.43655322,0.40285391,0.36324535,0.32608660,0.29607702,0.26809434,0.24074658,0.21460266,0.19373780,0.17397481,0.15297574,0.13399141,0.11572591,0.09731286,0.08154130,0.06550227,0.05221384,0.04251825,0.03534139], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_2 type='tabular', nx=141, values=[0.04149243,0.04111061,0.04309280,0.04614780,0.04900456,0.05479362,0.06096372,0.06939086,0.07961902,0.08648952,0.08534769,0.08379183,0.08905900,0.10343363,0.12261827,0.14215648,0.15965064,0.17118250,0.18221225,0.18860144,0.19451858,0.20079825,0.20432879,0.20771721,0.20783837,0.20891160,0.21569248,0.22352438,0.22940077,0.23117722,0.23339927,0.23771946,0.24440406,0.25061333,0.25517942,0.26088927,0.26728383,0.26899963,0.27127002,0.27689408,0.28378606,0.29424808,0.30839909,0.31853827,0.32381128,0.33114452,0.33804872,0.34254103,0.35119761,0.35841528,0.36050266,0.36344300,0.37644401,0.38945077,0.39950620,0.41061242,0.42124257,0.42748157,0.43254640,0.44342303,0.45750889,0.46894351,0.48463668,0.50464833,0.52241331,0.54590429,0.57255137,0.59074714,0.60402392,0.62250336,0.64009250,0.64976451,0.65228761,0.66248691,0.68956133,0.71136972,0.73087543,0.76664174,0.80672699,0.84641432,0.86542472,0.87756229,0.89327083,0.90745413,0.92579681,0.94111061,0.93801932,0.91291345,0.89012611,0.86631784,0.86589966,0.85009526,0.81779263,0.78742000,0.77005733,0.76736870,0.76690560,0.76119846,0.75508309,0.73839808,0.72043933,0.70839238,0.69397206,0.67434502,0.64514689,0.62555597,0.62547902,0.63520487,0.64129912,0.63549579,0.63320917,0.64015536,0.64590904,0.64446596,0.63611088,0.62711860,0.62156780,0.61449059,0.60497780,0.59079054,0.57190854,0.54693173,0.51525056,0.47707785,0.43203125,0.38983438,0.35595372,0.32443085,0.29364654,0.26426258,0.24101945,0.21905806,0.19565882,0.17460320,0.15438376,0.13399269,0.11667430,0.09904478,0.08461488,0.07436432,0.06704366], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_2 type='tabular', nx=141, values=[0.03688216,0.03654277,0.03830471,0.04102027,0.04355961,0.04870544,0.05418997,0.06168077,0.07077246,0.07687958,0.07586461,0.07448163,0.07916355,0.09194100,0.10899402,0.12636132,0.14191168,0.15216222,0.16196644,0.16764572,0.17290540,0.17848734,0.18162559,0.18463752,0.18474521,0.18569920,0.19172665,0.19868833,0.20391180,0.20549086,0.20746602,0.21130619,0.21724805,0.22276741,0.22682615,0.23190157,0.23758562,0.23911078,0.24112890,0.24612808,0.25225427,0.26155385,0.27413253,0.28314513,0.28783225,0.29435068,0.30048775,0.30448091,0.31217565,0.31859136,0.32044681,0.32306044,0.33461690,0.34617846,0.35511663,0.36498882,0.37443784,0.37998362,0.38448569,0.39415381,0.40667457,0.41683867,0.43078816,0.44857629,0.46436739,0.48524826,0.50893455,0.52510857,0.53691015,0.55333632,0.56897111,0.57756845,0.57981121,0.58887725,0.61294340,0.63232864,0.64966705,0.68145933,0.71709066,0.75236829,0.76926642,0.78005537,0.79401852,0.80662590,0.82293050,0.83654277,0.83379495,0.81147863,0.79122321,0.77006030,0.76968858,0.75564023,0.72692678,0.69992889,0.68449540,0.68210551,0.68169387,0.67662085,0.67118497,0.65635385,0.64039052,0.62968211,0.61686406,0.59941780,0.57346390,0.55604975,0.55598135,0.56462655,0.57004366,0.56488515,0.56285260,0.56902699,0.57414137,0.57285863,0.56543189,0.55743876,0.55250471,0.54621385,0.53775804,0.52514715,0.50836315,0.48616154,0.45800050,0.42406920,0.38402778,0.34651945,0.31640331,0.28838297,0.26101914,0.23490007,0.21423951,0.19471828,0.17391895,0.15520284,0.13723001,0.11910461,0.10371049,0.08803980,0.07521322,0.06610162,0.05959437], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_3 type='tabular', nx=141, values=[0.20488905,0.20316999,0.20368298,0.20520891,0.20654765,0.21065503,0.21512217,0.22172038,0.23001907,0.23514753,0.23271087,0.22988330,0.23349791,0.24571164,0.26246690,0.27955599,0.29471512,0.30424474,0.31330029,0.31797430,0.32220261,0.32677321,0.32874813,0.33058885,0.32934469,0.32899946,0.33404330,0.34007948,0.34426932,0.34458805,0.34532752,0.34804801,0.35300093,0.35750507,0.36045774,0.36449032,0.36916940,0.36943087,0.37021597,0.37416756,0.37931629,0.38783580,0.39983839,0.40805307,0.41167320,0.41723856,0.42239883,0.42528184,0.43209667,0.43755292,0.43816523,0.43958289,0.45049967,0.46142188,0.46955749,0.47868523,0.48736348,0.49189569,0.49531925,0.50423023,0.51617130,0.52560912,0.53906779,0.55660389,0.57201873,0.59283995,0.61664112,0.63246270,0.64363985,0.65972928,0.67497809,0.68275168,0.68377539,0.69204684,0.71625149,0.73548405,0.75254245,0.78495384,0.82144310,0.85755666,0.87414739,0.88424893,0.89772211,0.90975518,0.92571547,0.93881595,0.93453865,0.90947555,0.88660156,0.86276364,0.86101024,0.84472943,0.81287128,0.78283540,0.76508329,0.76118617,0.75939037,0.75264323,0.74551063,0.72839837,0.71008347,0.69735038,0.68237640,0.66248632,0.63355938,0.61370341,0.61227219,0.62009662,0.62449214,0.61765418,0.61413664,0.61933655,0.62341053,0.62068943,0.61144214,0.60159323,0.59499370,0.58695295,0.57661258,0.56185866,0.54267203,0.51773079,0.48645940,0.44905881,0.40516802,0.36396788,0.33061978,0.29949785,0.26907326,0.23997087,0.21666654,0.19457241,0.17112068,0.14988176,0.12943235,0.10882088,0.09111060,0.07310654,0.05812351,0.04708655,0.03881595], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_3 type='tabular', nx=141, values=[0.18212360,0.18059555,0.18105154,0.18240792,0.18359791,0.18724891,0.19121971,0.19708478,0.20446140,0.20902003,0.20685411,0.20434071,0.20755370,0.21841034,0.23330391,0.24849421,0.26196899,0.27043977,0.27848915,0.28264382,0.28640232,0.29046507,0.29222056,0.29385676,0.29275084,0.29244397,0.29692738,0.30229287,0.30601717,0.30630049,0.30695779,0.30937601,0.31377861,0.31778228,0.32040688,0.32399140,0.32815057,0.32838299,0.32908086,0.33259339,0.33717003,0.34474293,0.35541190,0.36271384,0.36593173,0.37087872,0.37546563,0.37802830,0.38408593,0.38893593,0.38948020,0.39074035,0.40044415,0.41015278,0.41738444,0.42549799,0.43321198,0.43724061,0.44028378,0.44820465,0.45881893,0.46720810,0.47917137,0.49475901,0.50846109,0.52696885,0.54812544,0.56218907,0.57212431,0.58642603,0.59998053,0.60689038,0.60780035,0.61515274,0.63666799,0.65376360,0.66892662,0.69773675,0.73017164,0.76227258,0.77701991,0.78599905,0.79797521,0.80867128,0.82285820,0.83450307,0.83070102,0.80842271,0.78809028,0.76690101,0.76534243,0.75087061,0.72255225,0.69585369,0.68007404,0.67660993,0.67501366,0.66901620,0.66267612,0.64746522,0.63118531,0.61986700,0.60655680,0.58887673,0.56316389,0.54551414,0.54424194,0.55119699,0.55510413,0.54902594,0.54589923,0.55052138,0.55414269,0.55172394,0.54350413,0.53474954,0.52888329,0.52173596,0.51254452,0.49942992,0.48237514,0.46020515,0.43240836,0.39916339,0.36014935,0.32352701,0.29388425,0.26622031,0.23917624,0.21330744,0.19259248,0.17295325,0.15210727,0.13322823,0.11505098,0.09672967,0.08098720,0.06498359,0.05166534,0.04185471,0.03450307], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -close -quit diff --git a/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_polc b/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_polc deleted file mode 100644 index c9a5194b3de8480189f8a81b93500c61f6d5aa5e..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parmdb_noise_polc +++ /dev/null @@ -1,20 +0,0 @@ -open tablename='tBandpass.instrument_model' -adddef bandpass:X:ST_0 type='parmexpr', expr='ConstantBandpass:X:ST_0 * VariableBandpass:X:ST_0' -adddef bandpass:Y:ST_0 type='parmexpr', expr='ConstantBandpass:Y:ST_0 * VariableBandpass:Y:ST_0' -adddef bandpass:X:ST_1 type='parmexpr', expr='ConstantBandpass:X:ST_1 * VariableBandpass:X:ST_1' -adddef bandpass:Y:ST_1 type='parmexpr', expr='ConstantBandpass:Y:ST_1 * VariableBandpass:Y:ST_1' -adddef bandpass:X:ST_2 type='parmexpr', expr='ConstantBandpass:X:ST_2 * VariableBandpass:X:ST_2' -adddef bandpass:Y:ST_2 type='parmexpr', expr='ConstantBandpass:Y:ST_2 * VariableBandpass:Y:ST_2' -adddef bandpass:X:ST_3 type='parmexpr', expr='ConstantBandpass:X:ST_3 * VariableBandpass:X:ST_3' -adddef bandpass:Y:ST_3 type='parmexpr', expr='ConstantBandpass:Y:ST_3 * VariableBandpass:Y:ST_3' -adddef VariableBandpass nx=4, ny=4, values=[1,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0] -add ConstantBandpass:X:ST_0 type='tabular', nx=141, values=[0.07338513,0.07258927,0.07416617,0.07681986,0.07927457,0.08467245,0.09045279,0.09849852,0.10835194,0.11483527,0.11327658,0.11130233,0.11617638,0.13019164,0.14903474,0.16823270,0.18537905,0.19654100,0.20719899,0.21319922,0.21872566,0.22461597,0.22774696,0.23073530,0.23044428,0.23110886,0.23750224,0.24495052,0.25043606,0.25180645,0.25362411,0.25754768,0.26384441,0.26966406,0.27383444,0.27915281,0.28515843,0.28646796,0.28833413,0.29356641,0.30007129,0.31015944,0.32395025,0.33371437,0.33859428,0.34554207,0.35205922,0.35615554,0.36443156,0.37126335,0.37294583,0.37548444,0.38812099,0.40076331,0.41044337,0.42117811,0.43143501,0.43728450,0.44195546,0.45245976,0.46618518,0.47724954,0.49258822,0.51226138,0.52967956,0.55284494,0.57917812,0.59702867,0.60994201,0.62807730,0.64531898,0.65461419,0.65673401,0.66655847,0.69332057,0.71479713,0.73396248,0.76944868,0.80926981,0.84869156,0.86735976,0.87912968,0.89448379,0.90830701,0.92630502,0.94126293,0.93774756,0.91213604,0.88885164,0.86454253,0.86371017,0.84743458,0.81459964,0.78370186,0.76586222,0.76275100,0.76187356,0.75573265,0.74918199,0.73202253,0.71358462,0.70108040,0.68619403,0.66608164,0.63636270,0.61628657,0.61579669,0.62514596,0.63085015,0.62461269,0.62190498,0.62846427,0.63382664,0.63196558,0.62316691,0.61372869,0.60774469,0.60022863,0.59026797,0.57561552,0.55625093,0.53076895,0.49855777,0.45983100,0.41420487,0.37143903,0.33702022,0.30496792,0.27365692,0.24375146,0.22000959,0.19755421,0.17365564,0.15210938,0.13140240,0.11052314,0.09272797,0.07462050,0.05972450,0.04902334,0.04126293], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_0 type='tabular', nx=141, values=[0.06523122,0.06452379,0.06592548,0.06828432,0.07046629,0.07526440,0.08040248,0.08755424,0.09631284,0.10207580,0.10069029,0.09893540,0.10326789,0.11572590,0.13247532,0.14954018,0.16478138,0.17470311,0.18417688,0.18951042,0.19442281,0.19965864,0.20244174,0.20509804,0.20483936,0.20543010,0.21111310,0.21773379,0.22260983,0.22382796,0.22544365,0.22893127,0.23452836,0.23970139,0.24340839,0.24813584,0.25347416,0.25463819,0.25629701,0.26094792,0.26673003,0.27569728,0.28795578,0.29663500,0.30097270,0.30714850,0.31294153,0.31658270,0.32393917,0.33001187,0.33150740,0.33376394,0.34499644,0.35623405,0.36483855,0.37438054,0.38349778,0.38869733,0.39284930,0.40218646,0.41438682,0.42422181,0.43785620,0.45534345,0.47082627,0.49141772,0.51482500,0.53069216,0.54217068,0.55829093,0.57361687,0.58187928,0.58376356,0.59249642,0.61628495,0.63537523,0.65241109,0.68395438,0.71935095,0.75439250,0.77098646,0.78144860,0.79509670,0.80738401,0.82338224,0.83667816,0.83355338,0.81078759,0.79009034,0.76848225,0.76774237,0.75327519,0.72408857,0.69662387,0.68076642,0.67800089,0.67722094,0.67176235,0.66593954,0.65068669,0.63429744,0.62318258,0.60995025,0.59207257,0.56565573,0.54781028,0.54737484,0.55568529,0.56075569,0.55521128,0.55280442,0.55863491,0.56340146,0.56174718,0.55392614,0.54553662,0.54021751,0.53353656,0.52468264,0.51165824,0.49444527,0.47179462,0.44316246,0.40873867,0.36818211,0.33016803,0.29957353,0.27108259,0.24325060,0.21666797,0.19556408,0.17560374,0.15436057,0.13520834,0.11680213,0.09824280,0.08242486,0.06632933,0.05308845,0.04357630,0.03667816], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_1 type='tabular', nx=141, values=[0.15420459,0.15284135,0.15376440,0.15572499,0.15749385,0.16209861,0.16707189,0.17422800,0.18312592,0.18877658,0.18667830,0.18417962,0.18827965,0.20118773,0.21874768,0.23664958,0.25257463,0.26273339,0.27240655,0.27759171,0.28232035,0.28739959,0.28982009,0.29210313,0.29122633,0.29127030,0.29683428,0.30341472,0.30810395,0.30882801,0.30998304,0.31316722,0.31863808,0.32364924,0.32707124,0.33159940,0.33678975,0.33745517,0.33865694,0.34310213,0.34877355,0.35789765,0.37058946,0.37940133,0.38350700,0.38960518,0.39528842,0.39863906,0.40601707,0.41200348,0.41302826,0.41487796,0.42645758,0.43804275,0.44677363,0.45652074,0.46580743,0.47084735,0.47475169,0.48427677,0.49690556,0.50697029,0.52115355,0.53951333,0.55570030,0.57742501,0.60220207,0.61880566,0.63065198,0.64752992,0.66354683,0.67190688,0.67335306,0.68222307,0.70741341,0.72751086,0.74538133,0.77897782,0.81675125,0.85413986,0.87153129,0.88227586,0.89647399,0.90919703,0.92594270,0.93975907,0.93577543,0.91050096,0.88746879,0.86344926,0.86205085,0.84577206,0.81353743,0.78316935,0.76538351,0.76178929,0.76034744,0.75383396,0.74692565,0.72979520,0.71143289,0.69878801,0.68384780,0.66387203,0.63463984,0.61469901,0.61363061,0.62204274,0.62694266,0.62033614,0.61713072,0.62285457,0.62742512,0.62503550,0.61596112,0.60627050,0.59990821,0.59206969,0.58187567,0.56716085,0.54790563,0.52275598,0.49112238,0.45321065,0.40865102,0.36684743,0.33308664,0.30160613,0.27083991,0.24142799,0.21795502,0.19572166,0.17209771,0.15074033,0.13019165,0.10947697,0.09173397,0.07369005,0.05874057,0.04783303,0.03975907], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_1 type='tabular', nx=141, values=[0.13707075,0.13585898,0.13667946,0.13842221,0.13999453,0.14408766,0.14850835,0.15486934,0.16277860,0.16780140,0.16593627,0.16371522,0.16735969,0.17883353,0.19444238,0.21035518,0.22451078,0.23354079,0.24213916,0.24674819,0.25095142,0.25546631,0.25761786,0.25964723,0.25886785,0.25890694,0.26385269,0.26970197,0.27387017,0.27451379,0.27554048,0.27837086,0.28323385,0.28768821,0.29072999,0.29475502,0.29936867,0.29996015,0.30102839,0.30497967,0.31002093,0.31813124,0.32941285,0.33724562,0.34089511,0.34631571,0.35136748,0.35434583,0.36090407,0.36622532,0.36713623,0.36878041,0.37907340,0.38937133,0.39713211,0.40579621,0.41405105,0.41853098,0.42200150,0.43046824,0.44169383,0.45064025,0.46324760,0.47956740,0.49395582,0.51326668,0.53529073,0.55004948,0.56057953,0.57558215,0.58981940,0.59725056,0.59853605,0.60642050,0.62881192,0.64667632,0.66256118,0.69242473,0.72600111,0.75923543,0.77469448,0.78424521,0.79686577,0.80817514,0.82306018,0.83534139,0.83180038,0.80933419,0.78886115,0.76751046,0.76626742,0.75179738,0.72314438,0.69615053,0.68034090,0.67714604,0.67586440,0.67007463,0.66393391,0.64870684,0.63238479,0.62114490,0.60786471,0.59010847,0.56412430,0.54639912,0.54544943,0.55292688,0.55728236,0.55140991,0.54856064,0.55364851,0.55771122,0.55558712,0.54752100,0.53890711,0.53325174,0.52628417,0.51722281,0.50414298,0.48702723,0.46467198,0.43655322,0.40285391,0.36324535,0.32608660,0.29607702,0.26809434,0.24074658,0.21460266,0.19373780,0.17397481,0.15297574,0.13399141,0.11572591,0.09731286,0.08154130,0.06550227,0.05221384,0.04251825,0.03534139], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_2 type='tabular', nx=141, values=[0.04149243,0.04111061,0.04309280,0.04614780,0.04900456,0.05479362,0.06096372,0.06939086,0.07961902,0.08648952,0.08534769,0.08379183,0.08905900,0.10343363,0.12261827,0.14215648,0.15965064,0.17118250,0.18221225,0.18860144,0.19451858,0.20079825,0.20432879,0.20771721,0.20783837,0.20891160,0.21569248,0.22352438,0.22940077,0.23117722,0.23339927,0.23771946,0.24440406,0.25061333,0.25517942,0.26088927,0.26728383,0.26899963,0.27127002,0.27689408,0.28378606,0.29424808,0.30839909,0.31853827,0.32381128,0.33114452,0.33804872,0.34254103,0.35119761,0.35841528,0.36050266,0.36344300,0.37644401,0.38945077,0.39950620,0.41061242,0.42124257,0.42748157,0.43254640,0.44342303,0.45750889,0.46894351,0.48463668,0.50464833,0.52241331,0.54590429,0.57255137,0.59074714,0.60402392,0.62250336,0.64009250,0.64976451,0.65228761,0.66248691,0.68956133,0.71136972,0.73087543,0.76664174,0.80672699,0.84641432,0.86542472,0.87756229,0.89327083,0.90745413,0.92579681,0.94111061,0.93801932,0.91291345,0.89012611,0.86631784,0.86589966,0.85009526,0.81779263,0.78742000,0.77005733,0.76736870,0.76690560,0.76119846,0.75508309,0.73839808,0.72043933,0.70839238,0.69397206,0.67434502,0.64514689,0.62555597,0.62547902,0.63520487,0.64129912,0.63549579,0.63320917,0.64015536,0.64590904,0.64446596,0.63611088,0.62711860,0.62156780,0.61449059,0.60497780,0.59079054,0.57190854,0.54693173,0.51525056,0.47707785,0.43203125,0.38983438,0.35595372,0.32443085,0.29364654,0.26426258,0.24101945,0.21905806,0.19565882,0.17460320,0.15438376,0.13399269,0.11667430,0.09904478,0.08461488,0.07436432,0.06704366], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_2 type='tabular', nx=141, values=[0.03688216,0.03654277,0.03830471,0.04102027,0.04355961,0.04870544,0.05418997,0.06168077,0.07077246,0.07687958,0.07586461,0.07448163,0.07916355,0.09194100,0.10899402,0.12636132,0.14191168,0.15216222,0.16196644,0.16764572,0.17290540,0.17848734,0.18162559,0.18463752,0.18474521,0.18569920,0.19172665,0.19868833,0.20391180,0.20549086,0.20746602,0.21130619,0.21724805,0.22276741,0.22682615,0.23190157,0.23758562,0.23911078,0.24112890,0.24612808,0.25225427,0.26155385,0.27413253,0.28314513,0.28783225,0.29435068,0.30048775,0.30448091,0.31217565,0.31859136,0.32044681,0.32306044,0.33461690,0.34617846,0.35511663,0.36498882,0.37443784,0.37998362,0.38448569,0.39415381,0.40667457,0.41683867,0.43078816,0.44857629,0.46436739,0.48524826,0.50893455,0.52510857,0.53691015,0.55333632,0.56897111,0.57756845,0.57981121,0.58887725,0.61294340,0.63232864,0.64966705,0.68145933,0.71709066,0.75236829,0.76926642,0.78005537,0.79401852,0.80662590,0.82293050,0.83654277,0.83379495,0.81147863,0.79122321,0.77006030,0.76968858,0.75564023,0.72692678,0.69992889,0.68449540,0.68210551,0.68169387,0.67662085,0.67118497,0.65635385,0.64039052,0.62968211,0.61686406,0.59941780,0.57346390,0.55604975,0.55598135,0.56462655,0.57004366,0.56488515,0.56285260,0.56902699,0.57414137,0.57285863,0.56543189,0.55743876,0.55250471,0.54621385,0.53775804,0.52514715,0.50836315,0.48616154,0.45800050,0.42406920,0.38402778,0.34651945,0.31640331,0.28838297,0.26101914,0.23490007,0.21423951,0.19471828,0.17391895,0.15520284,0.13723001,0.11910461,0.10371049,0.08803980,0.07521322,0.06610162,0.05959437], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:X:ST_3 type='tabular', nx=141, values=[0.20488905,0.20316999,0.20368298,0.20520891,0.20654765,0.21065503,0.21512217,0.22172038,0.23001907,0.23514753,0.23271087,0.22988330,0.23349791,0.24571164,0.26246690,0.27955599,0.29471512,0.30424474,0.31330029,0.31797430,0.32220261,0.32677321,0.32874813,0.33058885,0.32934469,0.32899946,0.33404330,0.34007948,0.34426932,0.34458805,0.34532752,0.34804801,0.35300093,0.35750507,0.36045774,0.36449032,0.36916940,0.36943087,0.37021597,0.37416756,0.37931629,0.38783580,0.39983839,0.40805307,0.41167320,0.41723856,0.42239883,0.42528184,0.43209667,0.43755292,0.43816523,0.43958289,0.45049967,0.46142188,0.46955749,0.47868523,0.48736348,0.49189569,0.49531925,0.50423023,0.51617130,0.52560912,0.53906779,0.55660389,0.57201873,0.59283995,0.61664112,0.63246270,0.64363985,0.65972928,0.67497809,0.68275168,0.68377539,0.69204684,0.71625149,0.73548405,0.75254245,0.78495384,0.82144310,0.85755666,0.87414739,0.88424893,0.89772211,0.90975518,0.92571547,0.93881595,0.93453865,0.90947555,0.88660156,0.86276364,0.86101024,0.84472943,0.81287128,0.78283540,0.76508329,0.76118617,0.75939037,0.75264323,0.74551063,0.72839837,0.71008347,0.69735038,0.68237640,0.66248632,0.63355938,0.61370341,0.61227219,0.62009662,0.62449214,0.61765418,0.61413664,0.61933655,0.62341053,0.62068943,0.61144214,0.60159323,0.59499370,0.58695295,0.57661258,0.56185866,0.54267203,0.51773079,0.48645940,0.44905881,0.40516802,0.36396788,0.33061978,0.29949785,0.26907326,0.23997087,0.21666654,0.19457241,0.17112068,0.14988176,0.12943235,0.10882088,0.09111060,0.07310654,0.05812351,0.04708655,0.03881595], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -add ConstantBandpass:Y:ST_3 type='tabular', nx=141, values=[0.18212360,0.18059555,0.18105154,0.18240792,0.18359791,0.18724891,0.19121971,0.19708478,0.20446140,0.20902003,0.20685411,0.20434071,0.20755370,0.21841034,0.23330391,0.24849421,0.26196899,0.27043977,0.27848915,0.28264382,0.28640232,0.29046507,0.29222056,0.29385676,0.29275084,0.29244397,0.29692738,0.30229287,0.30601717,0.30630049,0.30695779,0.30937601,0.31377861,0.31778228,0.32040688,0.32399140,0.32815057,0.32838299,0.32908086,0.33259339,0.33717003,0.34474293,0.35541190,0.36271384,0.36593173,0.37087872,0.37546563,0.37802830,0.38408593,0.38893593,0.38948020,0.39074035,0.40044415,0.41015278,0.41738444,0.42549799,0.43321198,0.43724061,0.44028378,0.44820465,0.45881893,0.46720810,0.47917137,0.49475901,0.50846109,0.52696885,0.54812544,0.56218907,0.57212431,0.58642603,0.59998053,0.60689038,0.60780035,0.61515274,0.63666799,0.65376360,0.66892662,0.69773675,0.73017164,0.76227258,0.77701991,0.78599905,0.79797521,0.80867128,0.82285820,0.83450307,0.83070102,0.80842271,0.78809028,0.76690101,0.76534243,0.75087061,0.72255225,0.69585369,0.68007404,0.67660993,0.67501366,0.66901620,0.66267612,0.64746522,0.63118531,0.61986700,0.60655680,0.58887673,0.56316389,0.54551414,0.54424194,0.55119699,0.55510413,0.54902594,0.54589923,0.55052138,0.55414269,0.55172394,0.54350413,0.53474954,0.52888329,0.52173596,0.51254452,0.49942992,0.48237514,0.46020515,0.43240836,0.39916339,0.36014935,0.32352701,0.29388425,0.26622031,0.23917624,0.21330744,0.19259248,0.17295325,0.15210727,0.13322823,0.11505098,0.09672967,0.08098720,0.06498359,0.05166534,0.04185471,0.03450307], domain=[1.975e+07,9.025e+07,4653230400,4653273600] -close -quit diff --git a/CEP/BB/BBS/test/tBandpass.in_parset_clean_band_constant b/CEP/BB/BBS/test/tBandpass.in_parset_clean_band_constant deleted file mode 100644 index b0c129c0f4dc2241ffed381b504aaf7cc07f8245..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parset_clean_band_constant +++ /dev/null @@ -1,18 +0,0 @@ -instrument_parmdb="tBandpass.instrument_model" -sky_parmdb="tBandpass.sky_model" -measurement_set="/opt/lofar/data/bandpass_clean_constant_64_1440.MS" -instrument_model="BANDPASS" -calculate_UVW=F -operation="solve" -data_column_in="CORRECTED_DATA" -data_column_out="MODEL_DATA" -time_domain_size=1e12 -start_channel=-1 -end_channel=-1 -solvable_parms=["bandpass:*"] -solvable_parms_excluded=[] -nr_solve_interval=[64,1] -nriter=10 -save_solution=T -antennas=[] -corrs=[T,F,F,T] diff --git a/CEP/BB/BBS/test/tBandpass.in_parset_clean_constant b/CEP/BB/BBS/test/tBandpass.in_parset_clean_constant deleted file mode 100644 index 6df84c6164a42b2ccbfb790b288f4a335f7020e3..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parset_clean_constant +++ /dev/null @@ -1,18 +0,0 @@ -instrument_parmdb="tBandpass.instrument_model" -sky_parmdb="tBandpass.sky_model" -measurement_set="/opt/lofar/data/bandpass_clean_constant_64_1440.MS" -instrument_model="BANDPASS" -calculate_UVW=F -operation="solve" -data_column_in="MODEL_DATA" -data_column_out="CORRECTED_DATA" -time_domain_size=1e12 -start_channel=-1 -end_channel=-1 -solvable_parms=["VariableBandpass:*"] -solvable_parms_excluded=[] -nr_solve_interval=[1,1] -nriter=10 -save_solution=T -antennas=[] -corrs=[T,F,F,T] diff --git a/CEP/BB/BBS/test/tBandpass.in_parset_clean_polc b/CEP/BB/BBS/test/tBandpass.in_parset_clean_polc deleted file mode 100644 index 6d17740a236575b97c1a95fdc60601b6a9f3a938..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parset_clean_polc +++ /dev/null @@ -1,18 +0,0 @@ -instrument_parmdb="tBandpass.instrument_model" -sky_parmdb="tBandpass.sky_model" -measurement_set="/opt/lofar/data/bandpass_clean_polc_64_1440.MS" -instrument_model="BANDPASS" -calculate_UVW=F -operation="solve" -data_column_in="CORRECTED_DATA" -data_column_out="MODEL_DATA" -time_domain_size=1e12 -start_channel=-1 -end_channel=-1 -solvable_parms=["VariableBandpass:*"] -solvable_parms_excluded=[] -nr_solve_interval=[1,1] -nriter=10 -save_solution=T -antennas=[] -corrs=[T,F,F,T] diff --git a/CEP/BB/BBS/test/tBandpass.in_parset_noise_band_constant b/CEP/BB/BBS/test/tBandpass.in_parset_noise_band_constant deleted file mode 100644 index a2bbe6f80dff491dad53afb2b533111e78a3f205..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parset_noise_band_constant +++ /dev/null @@ -1,18 +0,0 @@ -instrument_parmdb="tBandpass.instrument_model" -sky_parmdb="tBandpass.sky_model" -measurement_set="/opt/lofar/data/bandpass_noise_constant_64_1440.MS" -instrument_model="BANDPASS" -calculate_UVW=F -operation="solve" -data_column_in="CORRECTED_DATA" -data_column_out="MODEL_DATA" -time_domain_size=1e12 -start_channel=-1 -end_channel=-1 -solvable_parms=["bandpass:*"] -solvable_parms_excluded=[] -nr_solve_interval=[64,1] -nriter=10 -save_solution=T -antennas=[] -corrs=[T,F,F,T] diff --git a/CEP/BB/BBS/test/tBandpass.in_parset_noise_constant b/CEP/BB/BBS/test/tBandpass.in_parset_noise_constant deleted file mode 100644 index 13b4adc59f3122f34b6aea7138b31d5b085b4c2f..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parset_noise_constant +++ /dev/null @@ -1,18 +0,0 @@ -instrument_parmdb="tBandpass.instrument_model" -sky_parmdb="tBandpass.sky_model" -measurement_set="/opt/lofar/data/bandpass_noise_constant_64_1440.MS" -instrument_model="BANDPASS" -calculate_UVW=F -operation="solve" -data_column_in="CORRECTED_DATA" -data_column_out="MODEL_DATA" -time_domain_size=1e12 -start_channel=-1 -end_channel=-1 -solvable_parms=["VariableBandpass:*"] -solvable_parms_excluded=[] -nr_solve_interval=[1,1] -nriter=10 -save_solution=T -antennas=[] -corrs=[T,F,F,T] diff --git a/CEP/BB/BBS/test/tBandpass.in_parset_noise_polc b/CEP/BB/BBS/test/tBandpass.in_parset_noise_polc deleted file mode 100644 index 856235ed807b0f605b5df0c7f8ffc2618c242b6b..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_parset_noise_polc +++ /dev/null @@ -1,18 +0,0 @@ -instrument_parmdb="tBandpass.instrument_model" -sky_parmdb="tBandpass.sky_model" -measurement_set="/opt/lofar/data/bandpass_noise_polc_64_1440.MS" -instrument_model="BANDPASS" -calculate_UVW=F -operation="solve" -data_column_in="CORRECTED_DATA" -data_column_out="MODEL_DATA" -time_domain_size=1e12 -start_channel=-1 -end_channel=-1 -solvable_parms=["VariableBandpass:*"] -solvable_parms_excluded=[] -nr_solve_interval=[1,1] -nriter=10 -save_solution=T -antennas=[] -corrs=[T,F,F,T] diff --git a/CEP/BB/BBS/test/tBandpass.in_stdout_clean_band_constant b/CEP/BB/BBS/test/tBandpass.in_stdout_clean_band_constant deleted file mode 100644 index da3a6ea9e111e26f06c8d4229ac43ac20259c699..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_stdout_clean_band_constant +++ /dev/null @@ -1,3073 +0,0 @@ -bandpass:X:ST_0 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.111302 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.130192 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.168233 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.196541 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.213199 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.224616 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.230735 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.231109 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.244951 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.251806 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.257548 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.269664 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.279153 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.286468 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.293566 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.310159 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.333714 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.345542 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.356156 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.371263 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.375484 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.400763 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.421178 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.437284 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.45246 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.47725 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.512261 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.552845 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.597029 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.628077 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.654614 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.666558 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.714797 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.769449 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.848692 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.87913 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.908307 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.941263 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.912136 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.864543 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.847435 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.783702 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.762751 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.755733 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.732023 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.70108 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.666082 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.616287 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.625146 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.624613 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.628464 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.631966 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.613729 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.600229 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.575616 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.530769 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.459831 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.371439 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.304968 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.243751 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.197554 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.152109 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.110523 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0746205 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.18418 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.201188 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.23665 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.262733 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.277592 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.2874 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.292103 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.29127 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.303415 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.308828 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.313167 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.323649 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.331599 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.337455 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.343102 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.357898 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.379401 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389605 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.398639 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.412003 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.414878 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.438043 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.456521 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.470847 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.484277 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.50697 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.539513 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.577425 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.618806 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.64753 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.671907 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.682223 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.727511 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.778978 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.85414 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.882276 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.909197 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.939759 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.910501 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.863449 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.845772 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.783169 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.761789 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.753834 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.729795 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.698788 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.663872 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.614699 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.622043 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.620336 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.622855 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.625036 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.60627 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.59207 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.567161 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.522756 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.453211 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.366847 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.301606 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.241428 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.195722 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.15074 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.109477 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0736901 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0837918 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.103434 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.142156 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.171182 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.188601 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.200798 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.207717 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.208912 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.223524 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.231177 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.237719 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.250613 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.260889 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.269 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.276894 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.294248 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.318538 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.331145 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.342541 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.358415 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.363443 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389451 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.410612 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.427482 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.443423 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.468944 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.504648 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.545904 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.590747 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.622503 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.649765 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.662487 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.71137 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.766642 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.846414 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.877562 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.907454 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.941111 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.912913 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.866318 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.850095 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.78742 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.767369 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.761198 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.738398 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.708392 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.674345 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.625556 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.635205 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.635496 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.640155 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.644466 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.627119 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.614491 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.590791 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.546932 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.477078 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389834 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.324431 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.264263 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.219058 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.174603 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.133993 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0990448 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.229883 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.245712 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.279556 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.304245 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.317974 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.326773 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.330589 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.328999 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.340079 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.344588 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.348048 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.357505 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.36449 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.369431 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.374168 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.387836 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.408053 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.417239 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.425282 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.437553 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.439583 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.461422 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.478685 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.491896 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.50423 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.525609 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.556604 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.59284 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.632463 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.659729 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.682752 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.692047 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.735484 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.784954 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.857557 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.884249 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.909755 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.938816 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.909476 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.862764 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.844729 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.782835 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.761186 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.752643 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.728398 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.69735 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.662486 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.613703 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.620097 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.617654 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.619337 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.620689 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.601593 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.586953 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.561859 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.517731 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.449059 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.363968 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.299498 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.239971 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.194572 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.149882 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.108821 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0731065 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0989354 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.115726 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.14954 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.174703 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.18951 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.199659 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.205098 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.20543 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.217734 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.223828 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.228931 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.239701 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.248136 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.254638 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.260948 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.275697 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.296635 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.307148 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.316583 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.330012 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.333764 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.356234 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.374381 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.388697 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.402186 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.424222 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.455343 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.491418 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.530692 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.558291 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.581879 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.592496 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.635375 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.683954 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.754393 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.781449 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.807384 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.836678 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.810788 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.768482 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.753275 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.696624 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.678001 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.671762 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.650687 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.623183 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.592073 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.54781 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.555685 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.555211 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.558635 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.561747 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.545537 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.533537 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.511658 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.471795 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.408739 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.330168 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.271083 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.216668 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.175604 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.135208 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0982428 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0663293 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.163715 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.178834 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.210355 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.233541 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.246748 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.255466 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.259647 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.258907 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.269702 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.274514 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.278371 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.287688 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.294755 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.29996 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.30498 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.318131 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.337246 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.346316 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.354346 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.366225 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.36878 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389371 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.405796 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.418531 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.430468 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.45064 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.479567 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.513267 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.550049 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.575582 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.597251 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.60642 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.646676 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.692425 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.759235 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.784245 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.808175 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.835341 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.809334 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.76751 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.751797 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.696151 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.677146 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.670075 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.648707 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.621145 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.590108 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.546399 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.552927 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.55141 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.553649 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.555587 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.538907 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.526284 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.504143 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.464672 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.402854 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.326087 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.268094 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.214603 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.173975 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.133991 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0973129 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0655023 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0744816 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.091941 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.126361 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.152162 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.167646 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.178487 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.184638 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.185699 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.198688 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.205491 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.211306 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.222767 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.231902 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.239111 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.246128 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.261554 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.283145 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.294351 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.304481 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.318591 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.32306 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.346178 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.364989 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.379984 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.394154 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.416839 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.448576 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.485248 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.525109 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.553336 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.577568 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.588877 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.632329 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.681459 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.752368 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.780055 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.806626 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.836543 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.811479 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.77006 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.75564 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.699929 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.682106 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.676621 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.656354 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.629682 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.599418 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.55605 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.564627 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.564885 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.569027 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.572859 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.557439 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.546214 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.525147 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.486162 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.424069 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.346519 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.288383 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.2349 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.194718 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.155203 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.119105 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0880398 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.204341 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.21841 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.248494 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.27044 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.282644 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.290465 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.293857 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.292444 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.302293 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.3063 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.309376 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.317782 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.323991 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.328383 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.332593 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.344743 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.362714 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.370879 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.378028 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.388936 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.39074 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.410153 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.425498 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.437241 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.448205 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.467208 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.494759 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.526969 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.562189 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.586426 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.60689 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.615153 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.653764 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.697737 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.762273 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.785999 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.808671 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.834503 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.808423 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.766901 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.750871 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.695854 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.67661 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.669016 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.647465 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.619867 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.588877 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.545514 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.551197 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.549026 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.550521 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.551724 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.53475 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.521736 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.49943 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.460205 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.399163 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.323527 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.26622 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.213307 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.172953 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.133228 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0967297 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0649836 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -512 parms found diff --git a/CEP/BB/BBS/test/tBandpass.in_stdout_clean_constant b/CEP/BB/BBS/test/tBandpass.in_stdout_clean_constant deleted file mode 100644 index f4b332a13a9d108dc580f9870981567fc0022e96..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_stdout_clean_constant +++ /dev/null @@ -1,97 +0,0 @@ -ConstantBandpass:X:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0733851,0.0725893,0.0741662,0.0768199,0.0792746,0.0846724,0.0904528,0.0984985,0.108352,0.114835,0.113277,0.111302,0.116176,0.130192,0.149035,0.168233,0.185379,0.196541,0.207199,0.213199,0.218726,0.224616,0.227747,0.230735,0.230444,0.231109,0.237502,0.244951,0.250436,0.251806,0.253624,0.257548,0.263844,0.269664,0.273834,0.279153,0.285158,0.286468,0.288334,0.293566,0.300071,0.310159,0.32395,0.333714,0.338594,0.345542,0.352059,0.356156,0.364432,0.371263,0.372946,0.375484,0.388121,0.400763,0.410443,0.421178,0.431435,0.437285,0.441955,0.45246,0.466185,0.47725,0.492588,0.512261,0.52968,0.552845,0.579178,0.597029,0.609942,0.628077,0.645319,0.654614,0.656734,0.666558,0.693321,0.714797,0.733962,0.769449,0.80927,0.848692,0.86736,0.87913,0.894484,0.908307,0.926305,0.941263,0.937748,0.912136,0.888852,0.864543,0.86371,0.847435,0.8146,0.783702,0.765862,0.762751,0.761874,0.755733,0.749182,0.732023,0.713585,0.70108,0.686194,0.666082,0.636363,0.616287,0.615797,0.625146,0.63085,0.624613,0.621905,0.628464,0.633827,0.631966,0.623167,0.613729,0.607745,0.600229,0.590268,0.575616,0.556251,0.530769,0.498558,0.459831,0.414205,0.371439,0.33702,0.304968,0.273657,0.243751,0.22001,0.197554,0.173656,0.152109,0.131402,0.110523,0.092728,0.0746205,0.0597245,0.0490233,0.0412629 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.154205,0.152841,0.153764,0.155725,0.157494,0.162099,0.167072,0.174228,0.183126,0.188777,0.186678,0.18418,0.18828,0.201188,0.218748,0.23665,0.252575,0.262733,0.272407,0.277592,0.28232,0.2874,0.28982,0.292103,0.291226,0.29127,0.296834,0.303415,0.308104,0.308828,0.309983,0.313167,0.318638,0.323649,0.327071,0.331599,0.33679,0.337455,0.338657,0.343102,0.348774,0.357898,0.370589,0.379401,0.383507,0.389605,0.395288,0.398639,0.406017,0.412003,0.413028,0.414878,0.426458,0.438043,0.446774,0.456521,0.465807,0.470847,0.474752,0.484277,0.496906,0.50697,0.521154,0.539513,0.5557,0.577425,0.602202,0.618806,0.630652,0.64753,0.663547,0.671907,0.673353,0.682223,0.707413,0.727511,0.745381,0.778978,0.816751,0.85414,0.871531,0.882276,0.896474,0.909197,0.925943,0.939759,0.935775,0.910501,0.887469,0.863449,0.862051,0.845772,0.813537,0.783169,0.765384,0.761789,0.760347,0.753834,0.746926,0.729795,0.711433,0.698788,0.683848,0.663872,0.63464,0.614699,0.613631,0.622043,0.626943,0.620336,0.617131,0.622855,0.627425,0.625035,0.615961,0.606271,0.599908,0.59207,0.581876,0.567161,0.547906,0.522756,0.491122,0.453211,0.408651,0.366847,0.333087,0.301606,0.27084,0.241428,0.217955,0.195722,0.172098,0.15074,0.130192,0.109477,0.091734,0.0736901,0.0587406,0.047833,0.0397591 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0414924,0.0411106,0.0430928,0.0461478,0.0490046,0.0547936,0.0609637,0.0693909,0.079619,0.0864895,0.0853477,0.0837918,0.089059,0.103434,0.122618,0.142156,0.159651,0.171182,0.182212,0.188601,0.194519,0.200798,0.204329,0.207717,0.207838,0.208912,0.215692,0.223524,0.229401,0.231177,0.233399,0.237719,0.244404,0.250613,0.255179,0.260889,0.267284,0.269,0.27127,0.276894,0.283786,0.294248,0.308399,0.318538,0.323811,0.331145,0.338049,0.342541,0.351198,0.358415,0.360503,0.363443,0.376444,0.389451,0.399506,0.410612,0.421243,0.427482,0.432546,0.443423,0.457509,0.468944,0.484637,0.504648,0.522413,0.545904,0.572551,0.590747,0.604024,0.622503,0.640092,0.649765,0.652288,0.662487,0.689561,0.71137,0.730875,0.766642,0.806727,0.846414,0.865425,0.877562,0.893271,0.907454,0.925797,0.941111,0.938019,0.912913,0.890126,0.866318,0.8659,0.850095,0.817793,0.78742,0.770057,0.767369,0.766906,0.761198,0.755083,0.738398,0.720439,0.708392,0.693972,0.674345,0.645147,0.625556,0.625479,0.635205,0.641299,0.635496,0.633209,0.640155,0.645909,0.644466,0.636111,0.627119,0.621568,0.614491,0.604978,0.590791,0.571909,0.546932,0.515251,0.477078,0.432031,0.389834,0.355954,0.324431,0.293647,0.264263,0.241019,0.219058,0.195659,0.174603,0.154384,0.133993,0.116674,0.0990448,0.0846149,0.0743643,0.0670437 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.204889,0.20317,0.203683,0.205209,0.206548,0.210655,0.215122,0.22172,0.230019,0.235148,0.232711,0.229883,0.233498,0.245712,0.262467,0.279556,0.294715,0.304245,0.3133,0.317974,0.322203,0.326773,0.328748,0.330589,0.329345,0.328999,0.334043,0.340079,0.344269,0.344588,0.345328,0.348048,0.353001,0.357505,0.360458,0.36449,0.369169,0.369431,0.370216,0.374168,0.379316,0.387836,0.399838,0.408053,0.411673,0.417239,0.422399,0.425282,0.432097,0.437553,0.438165,0.439583,0.4505,0.461422,0.469557,0.478685,0.487363,0.491896,0.495319,0.50423,0.516171,0.525609,0.539068,0.556604,0.572019,0.59284,0.616641,0.632463,0.64364,0.659729,0.674978,0.682752,0.683775,0.692047,0.716251,0.735484,0.752542,0.784954,0.821443,0.857557,0.874147,0.884249,0.897722,0.909755,0.925715,0.938816,0.934539,0.909476,0.886602,0.862764,0.86101,0.844729,0.812871,0.782835,0.765083,0.761186,0.75939,0.752643,0.745511,0.728398,0.710083,0.69735,0.682376,0.662486,0.633559,0.613703,0.612272,0.620097,0.624492,0.617654,0.614137,0.619337,0.623411,0.620689,0.611442,0.601593,0.594994,0.586953,0.576613,0.561859,0.542672,0.517731,0.486459,0.449059,0.405168,0.363968,0.33062,0.299498,0.269073,0.239971,0.216667,0.194572,0.171121,0.149882,0.129432,0.108821,0.0911106,0.0731065,0.0581235,0.0470865,0.038816 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0652312,0.0645238,0.0659255,0.0682843,0.0704663,0.0752644,0.0804025,0.0875542,0.0963128,0.102076,0.10069,0.0989354,0.103268,0.115726,0.132475,0.14954,0.164781,0.174703,0.184177,0.18951,0.194423,0.199659,0.202442,0.205098,0.204839,0.20543,0.211113,0.217734,0.22261,0.223828,0.225444,0.228931,0.234528,0.239701,0.243408,0.248136,0.253474,0.254638,0.256297,0.260948,0.26673,0.275697,0.287956,0.296635,0.300973,0.307148,0.312942,0.316583,0.323939,0.330012,0.331507,0.333764,0.344996,0.356234,0.364839,0.374381,0.383498,0.388697,0.392849,0.402186,0.414387,0.424222,0.437856,0.455343,0.470826,0.491418,0.514825,0.530692,0.542171,0.558291,0.573617,0.581879,0.583764,0.592496,0.616285,0.635375,0.652411,0.683954,0.719351,0.754393,0.770986,0.781449,0.795097,0.807384,0.823382,0.836678,0.833553,0.810788,0.79009,0.768482,0.767742,0.753275,0.724089,0.696624,0.680766,0.678001,0.677221,0.671762,0.66594,0.650687,0.634297,0.623183,0.60995,0.592073,0.565656,0.54781,0.547375,0.555685,0.560756,0.555211,0.552804,0.558635,0.563401,0.561747,0.553926,0.545537,0.540218,0.533537,0.524683,0.511658,0.494445,0.471795,0.443162,0.408739,0.368182,0.330168,0.299574,0.271083,0.243251,0.216668,0.195564,0.175604,0.154361,0.135208,0.116802,0.0982428,0.0824249,0.0663293,0.0530885,0.0435763,0.0366782 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.137071,0.135859,0.136679,0.138422,0.139995,0.144088,0.148508,0.154869,0.162779,0.167801,0.165936,0.163715,0.16736,0.178834,0.194442,0.210355,0.224511,0.233541,0.242139,0.246748,0.250951,0.255466,0.257618,0.259647,0.258868,0.258907,0.263853,0.269702,0.27387,0.274514,0.27554,0.278371,0.283234,0.287688,0.29073,0.294755,0.299369,0.29996,0.301028,0.30498,0.310021,0.318131,0.329413,0.337246,0.340895,0.346316,0.351367,0.354346,0.360904,0.366225,0.367136,0.36878,0.379073,0.389371,0.397132,0.405796,0.414051,0.418531,0.422001,0.430468,0.441694,0.45064,0.463248,0.479567,0.493956,0.513267,0.535291,0.550049,0.56058,0.575582,0.589819,0.597251,0.598536,0.606421,0.628812,0.646676,0.662561,0.692425,0.726001,0.759235,0.774694,0.784245,0.796866,0.808175,0.82306,0.835341,0.8318,0.809334,0.788861,0.76751,0.766267,0.751797,0.723144,0.696151,0.680341,0.677146,0.675864,0.670075,0.663934,0.648707,0.632385,0.621145,0.607865,0.590108,0.564124,0.546399,0.545449,0.552927,0.557282,0.55141,0.548561,0.553649,0.557711,0.555587,0.547521,0.538907,0.533252,0.526284,0.517223,0.504143,0.487027,0.464672,0.436553,0.402854,0.363245,0.326087,0.296077,0.268094,0.240747,0.214603,0.193738,0.173975,0.152976,0.133991,0.115726,0.0973129,0.0815413,0.0655023,0.0522138,0.0425183,0.0353414 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0368822,0.0365428,0.0383047,0.0410203,0.0435596,0.0487054,0.05419,0.0616808,0.0707725,0.0768796,0.0758646,0.0744816,0.0791635,0.091941,0.108994,0.126361,0.141912,0.152162,0.161966,0.167646,0.172905,0.178487,0.181626,0.184638,0.184745,0.185699,0.191727,0.198688,0.203912,0.205491,0.207466,0.211306,0.217248,0.222767,0.226826,0.231902,0.237586,0.239111,0.241129,0.246128,0.252254,0.261554,0.274133,0.283145,0.287832,0.294351,0.300488,0.304481,0.312176,0.318591,0.320447,0.32306,0.334617,0.346178,0.355117,0.364989,0.374438,0.379984,0.384486,0.394154,0.406675,0.416839,0.430788,0.448576,0.464367,0.485248,0.508935,0.525109,0.53691,0.553336,0.568971,0.577568,0.579811,0.588877,0.612943,0.632329,0.649667,0.681459,0.717091,0.752368,0.769266,0.780055,0.794019,0.806626,0.822931,0.836543,0.833795,0.811479,0.791223,0.77006,0.769689,0.75564,0.726927,0.699929,0.684495,0.682106,0.681694,0.676621,0.671185,0.656354,0.640391,0.629682,0.616864,0.599418,0.573464,0.55605,0.555981,0.564627,0.570044,0.564885,0.562853,0.569027,0.574141,0.572859,0.565432,0.557439,0.552505,0.546214,0.537758,0.525147,0.508363,0.486162,0.458,0.424069,0.384028,0.346519,0.316403,0.288383,0.261019,0.2349,0.21424,0.194718,0.173919,0.155203,0.13723,0.119105,0.10371,0.0880398,0.0752132,0.0661016,0.0595944 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.182124,0.180596,0.181052,0.182408,0.183598,0.187249,0.19122,0.197085,0.204461,0.20902,0.206854,0.204341,0.207554,0.21841,0.233304,0.248494,0.261969,0.27044,0.278489,0.282644,0.286402,0.290465,0.292221,0.293857,0.292751,0.292444,0.296927,0.302293,0.306017,0.3063,0.306958,0.309376,0.313779,0.317782,0.320407,0.323991,0.328151,0.328383,0.329081,0.332593,0.33717,0.344743,0.355412,0.362714,0.365932,0.370879,0.375466,0.378028,0.384086,0.388936,0.38948,0.39074,0.400444,0.410153,0.417384,0.425498,0.433212,0.437241,0.440284,0.448205,0.458819,0.467208,0.479171,0.494759,0.508461,0.526969,0.548125,0.562189,0.572124,0.586426,0.599981,0.60689,0.6078,0.615153,0.636668,0.653764,0.668927,0.697737,0.730172,0.762273,0.77702,0.785999,0.797975,0.808671,0.822858,0.834503,0.830701,0.808423,0.78809,0.766901,0.765342,0.750871,0.722552,0.695854,0.680074,0.67661,0.675014,0.669016,0.662676,0.647465,0.631185,0.619867,0.606557,0.588877,0.563164,0.545514,0.544242,0.551197,0.555104,0.549026,0.545899,0.550521,0.554143,0.551724,0.543504,0.53475,0.528883,0.521736,0.512545,0.49943,0.482375,0.460205,0.432408,0.399163,0.360149,0.323527,0.293884,0.26622,0.239176,0.213307,0.192592,0.172953,0.152107,0.133228,0.115051,0.0967297,0.0809872,0.0649836,0.0516653,0.0418547,0.0345031 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -VariableBandpass:X:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 1 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -16 parms found diff --git a/CEP/BB/BBS/test/tBandpass.in_stdout_clean_polc b/CEP/BB/BBS/test/tBandpass.in_stdout_clean_polc deleted file mode 100644 index eb33200f9d68f64ab3730d8ea5e7ec4aca489173..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_stdout_clean_polc +++ /dev/null @@ -1,97 +0,0 @@ -ConstantBandpass:X:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0733851,0.0725893,0.0741662,0.0768199,0.0792746,0.0846724,0.0904528,0.0984985,0.108352,0.114835,0.113277,0.111302,0.116176,0.130192,0.149035,0.168233,0.185379,0.196541,0.207199,0.213199,0.218726,0.224616,0.227747,0.230735,0.230444,0.231109,0.237502,0.244951,0.250436,0.251806,0.253624,0.257548,0.263844,0.269664,0.273834,0.279153,0.285158,0.286468,0.288334,0.293566,0.300071,0.310159,0.32395,0.333714,0.338594,0.345542,0.352059,0.356156,0.364432,0.371263,0.372946,0.375484,0.388121,0.400763,0.410443,0.421178,0.431435,0.437285,0.441955,0.45246,0.466185,0.47725,0.492588,0.512261,0.52968,0.552845,0.579178,0.597029,0.609942,0.628077,0.645319,0.654614,0.656734,0.666558,0.693321,0.714797,0.733962,0.769449,0.80927,0.848692,0.86736,0.87913,0.894484,0.908307,0.926305,0.941263,0.937748,0.912136,0.888852,0.864543,0.86371,0.847435,0.8146,0.783702,0.765862,0.762751,0.761874,0.755733,0.749182,0.732023,0.713585,0.70108,0.686194,0.666082,0.636363,0.616287,0.615797,0.625146,0.63085,0.624613,0.621905,0.628464,0.633827,0.631966,0.623167,0.613729,0.607745,0.600229,0.590268,0.575616,0.556251,0.530769,0.498558,0.459831,0.414205,0.371439,0.33702,0.304968,0.273657,0.243751,0.22001,0.197554,0.173656,0.152109,0.131402,0.110523,0.092728,0.0746205,0.0597245,0.0490233,0.0412629 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.154205,0.152841,0.153764,0.155725,0.157494,0.162099,0.167072,0.174228,0.183126,0.188777,0.186678,0.18418,0.18828,0.201188,0.218748,0.23665,0.252575,0.262733,0.272407,0.277592,0.28232,0.2874,0.28982,0.292103,0.291226,0.29127,0.296834,0.303415,0.308104,0.308828,0.309983,0.313167,0.318638,0.323649,0.327071,0.331599,0.33679,0.337455,0.338657,0.343102,0.348774,0.357898,0.370589,0.379401,0.383507,0.389605,0.395288,0.398639,0.406017,0.412003,0.413028,0.414878,0.426458,0.438043,0.446774,0.456521,0.465807,0.470847,0.474752,0.484277,0.496906,0.50697,0.521154,0.539513,0.5557,0.577425,0.602202,0.618806,0.630652,0.64753,0.663547,0.671907,0.673353,0.682223,0.707413,0.727511,0.745381,0.778978,0.816751,0.85414,0.871531,0.882276,0.896474,0.909197,0.925943,0.939759,0.935775,0.910501,0.887469,0.863449,0.862051,0.845772,0.813537,0.783169,0.765384,0.761789,0.760347,0.753834,0.746926,0.729795,0.711433,0.698788,0.683848,0.663872,0.63464,0.614699,0.613631,0.622043,0.626943,0.620336,0.617131,0.622855,0.627425,0.625035,0.615961,0.606271,0.599908,0.59207,0.581876,0.567161,0.547906,0.522756,0.491122,0.453211,0.408651,0.366847,0.333087,0.301606,0.27084,0.241428,0.217955,0.195722,0.172098,0.15074,0.130192,0.109477,0.091734,0.0736901,0.0587406,0.047833,0.0397591 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0414924,0.0411106,0.0430928,0.0461478,0.0490046,0.0547936,0.0609637,0.0693909,0.079619,0.0864895,0.0853477,0.0837918,0.089059,0.103434,0.122618,0.142156,0.159651,0.171182,0.182212,0.188601,0.194519,0.200798,0.204329,0.207717,0.207838,0.208912,0.215692,0.223524,0.229401,0.231177,0.233399,0.237719,0.244404,0.250613,0.255179,0.260889,0.267284,0.269,0.27127,0.276894,0.283786,0.294248,0.308399,0.318538,0.323811,0.331145,0.338049,0.342541,0.351198,0.358415,0.360503,0.363443,0.376444,0.389451,0.399506,0.410612,0.421243,0.427482,0.432546,0.443423,0.457509,0.468944,0.484637,0.504648,0.522413,0.545904,0.572551,0.590747,0.604024,0.622503,0.640092,0.649765,0.652288,0.662487,0.689561,0.71137,0.730875,0.766642,0.806727,0.846414,0.865425,0.877562,0.893271,0.907454,0.925797,0.941111,0.938019,0.912913,0.890126,0.866318,0.8659,0.850095,0.817793,0.78742,0.770057,0.767369,0.766906,0.761198,0.755083,0.738398,0.720439,0.708392,0.693972,0.674345,0.645147,0.625556,0.625479,0.635205,0.641299,0.635496,0.633209,0.640155,0.645909,0.644466,0.636111,0.627119,0.621568,0.614491,0.604978,0.590791,0.571909,0.546932,0.515251,0.477078,0.432031,0.389834,0.355954,0.324431,0.293647,0.264263,0.241019,0.219058,0.195659,0.174603,0.154384,0.133993,0.116674,0.0990448,0.0846149,0.0743643,0.0670437 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.204889,0.20317,0.203683,0.205209,0.206548,0.210655,0.215122,0.22172,0.230019,0.235148,0.232711,0.229883,0.233498,0.245712,0.262467,0.279556,0.294715,0.304245,0.3133,0.317974,0.322203,0.326773,0.328748,0.330589,0.329345,0.328999,0.334043,0.340079,0.344269,0.344588,0.345328,0.348048,0.353001,0.357505,0.360458,0.36449,0.369169,0.369431,0.370216,0.374168,0.379316,0.387836,0.399838,0.408053,0.411673,0.417239,0.422399,0.425282,0.432097,0.437553,0.438165,0.439583,0.4505,0.461422,0.469557,0.478685,0.487363,0.491896,0.495319,0.50423,0.516171,0.525609,0.539068,0.556604,0.572019,0.59284,0.616641,0.632463,0.64364,0.659729,0.674978,0.682752,0.683775,0.692047,0.716251,0.735484,0.752542,0.784954,0.821443,0.857557,0.874147,0.884249,0.897722,0.909755,0.925715,0.938816,0.934539,0.909476,0.886602,0.862764,0.86101,0.844729,0.812871,0.782835,0.765083,0.761186,0.75939,0.752643,0.745511,0.728398,0.710083,0.69735,0.682376,0.662486,0.633559,0.613703,0.612272,0.620097,0.624492,0.617654,0.614137,0.619337,0.623411,0.620689,0.611442,0.601593,0.594994,0.586953,0.576613,0.561859,0.542672,0.517731,0.486459,0.449059,0.405168,0.363968,0.33062,0.299498,0.269073,0.239971,0.216667,0.194572,0.171121,0.149882,0.129432,0.108821,0.0911106,0.0731065,0.0581235,0.0470865,0.038816 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0652312,0.0645238,0.0659255,0.0682843,0.0704663,0.0752644,0.0804025,0.0875542,0.0963128,0.102076,0.10069,0.0989354,0.103268,0.115726,0.132475,0.14954,0.164781,0.174703,0.184177,0.18951,0.194423,0.199659,0.202442,0.205098,0.204839,0.20543,0.211113,0.217734,0.22261,0.223828,0.225444,0.228931,0.234528,0.239701,0.243408,0.248136,0.253474,0.254638,0.256297,0.260948,0.26673,0.275697,0.287956,0.296635,0.300973,0.307148,0.312942,0.316583,0.323939,0.330012,0.331507,0.333764,0.344996,0.356234,0.364839,0.374381,0.383498,0.388697,0.392849,0.402186,0.414387,0.424222,0.437856,0.455343,0.470826,0.491418,0.514825,0.530692,0.542171,0.558291,0.573617,0.581879,0.583764,0.592496,0.616285,0.635375,0.652411,0.683954,0.719351,0.754393,0.770986,0.781449,0.795097,0.807384,0.823382,0.836678,0.833553,0.810788,0.79009,0.768482,0.767742,0.753275,0.724089,0.696624,0.680766,0.678001,0.677221,0.671762,0.66594,0.650687,0.634297,0.623183,0.60995,0.592073,0.565656,0.54781,0.547375,0.555685,0.560756,0.555211,0.552804,0.558635,0.563401,0.561747,0.553926,0.545537,0.540218,0.533537,0.524683,0.511658,0.494445,0.471795,0.443162,0.408739,0.368182,0.330168,0.299574,0.271083,0.243251,0.216668,0.195564,0.175604,0.154361,0.135208,0.116802,0.0982428,0.0824249,0.0663293,0.0530885,0.0435763,0.0366782 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.137071,0.135859,0.136679,0.138422,0.139995,0.144088,0.148508,0.154869,0.162779,0.167801,0.165936,0.163715,0.16736,0.178834,0.194442,0.210355,0.224511,0.233541,0.242139,0.246748,0.250951,0.255466,0.257618,0.259647,0.258868,0.258907,0.263853,0.269702,0.27387,0.274514,0.27554,0.278371,0.283234,0.287688,0.29073,0.294755,0.299369,0.29996,0.301028,0.30498,0.310021,0.318131,0.329413,0.337246,0.340895,0.346316,0.351367,0.354346,0.360904,0.366225,0.367136,0.36878,0.379073,0.389371,0.397132,0.405796,0.414051,0.418531,0.422001,0.430468,0.441694,0.45064,0.463248,0.479567,0.493956,0.513267,0.535291,0.550049,0.56058,0.575582,0.589819,0.597251,0.598536,0.606421,0.628812,0.646676,0.662561,0.692425,0.726001,0.759235,0.774694,0.784245,0.796866,0.808175,0.82306,0.835341,0.8318,0.809334,0.788861,0.76751,0.766267,0.751797,0.723144,0.696151,0.680341,0.677146,0.675864,0.670075,0.663934,0.648707,0.632385,0.621145,0.607865,0.590108,0.564124,0.546399,0.545449,0.552927,0.557282,0.55141,0.548561,0.553649,0.557711,0.555587,0.547521,0.538907,0.533252,0.526284,0.517223,0.504143,0.487027,0.464672,0.436553,0.402854,0.363245,0.326087,0.296077,0.268094,0.240747,0.214603,0.193738,0.173975,0.152976,0.133991,0.115726,0.0973129,0.0815413,0.0655023,0.0522138,0.0425183,0.0353414 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0368822,0.0365428,0.0383047,0.0410203,0.0435596,0.0487054,0.05419,0.0616808,0.0707725,0.0768796,0.0758646,0.0744816,0.0791635,0.091941,0.108994,0.126361,0.141912,0.152162,0.161966,0.167646,0.172905,0.178487,0.181626,0.184638,0.184745,0.185699,0.191727,0.198688,0.203912,0.205491,0.207466,0.211306,0.217248,0.222767,0.226826,0.231902,0.237586,0.239111,0.241129,0.246128,0.252254,0.261554,0.274133,0.283145,0.287832,0.294351,0.300488,0.304481,0.312176,0.318591,0.320447,0.32306,0.334617,0.346178,0.355117,0.364989,0.374438,0.379984,0.384486,0.394154,0.406675,0.416839,0.430788,0.448576,0.464367,0.485248,0.508935,0.525109,0.53691,0.553336,0.568971,0.577568,0.579811,0.588877,0.612943,0.632329,0.649667,0.681459,0.717091,0.752368,0.769266,0.780055,0.794019,0.806626,0.822931,0.836543,0.833795,0.811479,0.791223,0.77006,0.769689,0.75564,0.726927,0.699929,0.684495,0.682106,0.681694,0.676621,0.671185,0.656354,0.640391,0.629682,0.616864,0.599418,0.573464,0.55605,0.555981,0.564627,0.570044,0.564885,0.562853,0.569027,0.574141,0.572859,0.565432,0.557439,0.552505,0.546214,0.537758,0.525147,0.508363,0.486162,0.458,0.424069,0.384028,0.346519,0.316403,0.288383,0.261019,0.2349,0.21424,0.194718,0.173919,0.155203,0.13723,0.119105,0.10371,0.0880398,0.0752132,0.0661016,0.0595944 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.182124,0.180596,0.181052,0.182408,0.183598,0.187249,0.19122,0.197085,0.204461,0.20902,0.206854,0.204341,0.207554,0.21841,0.233304,0.248494,0.261969,0.27044,0.278489,0.282644,0.286402,0.290465,0.292221,0.293857,0.292751,0.292444,0.296927,0.302293,0.306017,0.3063,0.306958,0.309376,0.313779,0.317782,0.320407,0.323991,0.328151,0.328383,0.329081,0.332593,0.33717,0.344743,0.355412,0.362714,0.365932,0.370879,0.375466,0.378028,0.384086,0.388936,0.38948,0.39074,0.400444,0.410153,0.417384,0.425498,0.433212,0.437241,0.440284,0.448205,0.458819,0.467208,0.479171,0.494759,0.508461,0.526969,0.548125,0.562189,0.572124,0.586426,0.599981,0.60689,0.6078,0.615153,0.636668,0.653764,0.668927,0.697737,0.730172,0.762273,0.77702,0.785999,0.797975,0.808671,0.822858,0.834503,0.830701,0.808423,0.78809,0.766901,0.765342,0.750871,0.722552,0.695854,0.680074,0.67661,0.675014,0.669016,0.662676,0.647465,0.631185,0.619867,0.606557,0.588877,0.563164,0.545514,0.544242,0.551197,0.555104,0.549026,0.545899,0.550521,0.554143,0.551724,0.543504,0.53475,0.528883,0.521736,0.512545,0.49943,0.482375,0.460205,0.432408,0.399163,0.360149,0.323527,0.293884,0.26622,0.239176,0.213307,0.192592,0.172953,0.152107,0.133228,0.115051,0.0967297,0.0809872,0.0649836,0.0516653,0.0418547,0.0345031 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -VariableBandpass:X:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 2.9916e-09,0.304762,0.2064,0.104838,0.3,0.101587,0.01032,0,0.2,0.0101587,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -5.50281e-09,0.304762,0.2064,0.104838,0.3,0.101587,0.01032,0,0.2,0.0101587,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 2.99271e-09,0.304762,0.2064,0.104838,0.3,0.101587,0.01032,0,0.2,0.0101587,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -4.86948e-09,0.304762,0.2064,0.104838,0.3,0.101587,0.01032,0,0.2,0.0101587,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -7.28128e-09,0.3,0.2,0.1,0.3,0.1,0.01,0,0.2,0.01,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 2.64518e-09,0.3,0.2,0.1,0.3,0.1,0.01,0,0.2,0.01,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 3.19977e-09,0.3,0.2,0.1,0.3,0.1,0.01,0,0.2,0.01,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -9.95414e-10,0.3,0.2,0.1,0.3,0.1,0.01,0,0.2,0.01,0,0,0.1,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -16 parms found diff --git a/CEP/BB/BBS/test/tBandpass.in_stdout_noise_band_constant b/CEP/BB/BBS/test/tBandpass.in_stdout_noise_band_constant deleted file mode 100644 index 4f775a8b6bc3ddd79add542c62cf54aa24b0dc8b..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_stdout_noise_band_constant +++ /dev/null @@ -1,3073 +0,0 @@ -bandpass:X:ST_0 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.111268 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.130325 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.168224 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.196459 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.213026 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.224681 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.230534 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.230942 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.244809 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.251687 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.257356 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.269666 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.279004 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.286798 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.293667 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.310344 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.333299 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.345477 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.355559 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.371568 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.375458 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.400747 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.421391 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.437159 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.452483 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.476907 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.512283 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.552429 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.596813 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.627651 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.654947 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.666715 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.715149 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.769551 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.847083 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.879055 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.909042 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.941104 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.911375 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.864062 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.845962 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.783263 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.762194 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.755212 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.731554 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.700947 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.666193 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.615951 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.624267 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.625055 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.628128 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.632209 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.613917 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.60011 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.575734 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.530996 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.459464 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.371473 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.30484 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.243637 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.197548 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.151965 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.110547 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_0 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0746116 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.184124 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.200965 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.236375 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.263139 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.277448 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.287437 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.292391 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.29111 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.303046 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.308544 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.31314 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.323906 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.331412 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.336842 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.342709 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.357715 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.379498 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389281 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.398421 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.411868 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.414878 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.438127 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.45607 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.4707 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.484136 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.5071 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.539271 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.576831 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.618634 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.647691 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.671772 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.681938 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.72702 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.778879 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.853863 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.882625 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.909769 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.939924 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.91127 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.863847 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.845604 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.78245 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.761698 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.753101 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.729482 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.698986 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.664208 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.614862 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.621933 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.619989 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.622669 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.624865 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.605799 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.59194 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.566723 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.522505 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.452698 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.366973 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.30169 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.241418 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.195405 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.150736 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.109317 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_1 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0736959 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0836772 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.103455 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.142141 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.170997 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.188403 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.200801 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.207797 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.208815 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.223765 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.231105 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.237713 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.250376 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.26091 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.268737 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.276385 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.294029 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.318806 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.330946 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.342775 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.35855 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.363267 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389175 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.410735 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.427296 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.443193 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.468889 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.505113 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.546279 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.590442 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.622926 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.649519 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.662871 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.711002 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.765105 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.845967 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.87681 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.907082 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.940997 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.912636 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.86677 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.849979 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.787447 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.767061 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.761923 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.738848 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.708026 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.67419 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.625366 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.63512 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.635427 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.63978 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.644003 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.62729 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.614519 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.590989 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.546789 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.477054 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389497 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.324372 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.263759 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.219153 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.17465 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.134053 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_2 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0989602 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.229783 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.24557 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.279454 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.304097 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.318432 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.326514 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.330587 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.32916 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.33989 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.344556 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.347757 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.35703 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.364461 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.369144 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.374267 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.387891 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.408038 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.417099 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.425466 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.437744 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.439748 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.461382 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.478854 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.491997 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.50393 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.525613 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.55663 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.593128 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.631722 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.658784 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.681867 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.691805 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.735555 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.784891 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.857308 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.883298 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.909175 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.938786 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.908753 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.863053 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.843551 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.782633 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.76101 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.752815 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.727931 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.696827 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.661906 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.613557 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.61992 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.617745 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.619349 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.620527 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.601419 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.587161 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.562266 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.517319 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.44905 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.364064 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.299359 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.240148 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.194581 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.149919 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.108741 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:X:ST_3 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0730974 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0987799 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.11581 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.149559 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.174578 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.18949 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.19963 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.205011 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.205442 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.21794 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.223743 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.228838 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.23968 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.24822 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.254449 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.260771 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.275288 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.29676 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.307152 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.316723 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.329659 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.333529 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.356069 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.374098 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.388585 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.402055 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.424638 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.455214 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.490977 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.530147 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.558335 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.581386 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.592655 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.634977 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.683699 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.754632 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.780495 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.806209 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.836384 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.810239 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.767477 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.754166 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.695901 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.677678 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.671325 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.650746 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.623243 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.59165 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.547434 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.555929 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.555705 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.55871 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.562277 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.544547 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.533838 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.511292 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.471807 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.408574 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.330142 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.271092 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.21673 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.175617 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.135221 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0981144 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_0 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0663149 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.163577 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.178803 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.210238 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.233625 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.246821 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.255564 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.259559 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.258729 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.269393 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.274378 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.278658 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.287505 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.294627 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.299876 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.304881 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.318539 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.337214 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.346393 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.354525 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.366208 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.368891 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389467 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.406058 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.418592 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.430358 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.450441 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.479663 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.51333 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.549406 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.574791 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.597216 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.606289 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.646131 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.692107 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.758418 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.78452 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.807228 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.835429 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.808932 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.767599 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.751328 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.69695 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.677075 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.670665 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.648635 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.620799 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.590842 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.546313 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.552455 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.551062 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.553987 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.555009 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.53875 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.525584 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.504524 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.46445 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.402803 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.325776 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.267724 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.214421 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.173787 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.133937 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0972754 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_1 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0654519 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0745261 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0920448 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.126327 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.152091 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.16782 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.178492 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.1848 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.185569 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.198945 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.205623 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.211356 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.222794 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.231804 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.239172 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.246049 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.261681 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.283226 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.294327 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.30431 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.3182 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.32311 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.346015 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.364565 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.379869 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.394167 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.416872 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.448477 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.485571 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.525284 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.553384 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.576995 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.589027 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.63172 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.680892 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.752357 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.77957 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.806758 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.83575 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.810875 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.770529 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.755284 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.699388 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.681916 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.676649 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.656647 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.630268 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.599235 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.555531 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.563854 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.56469 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.568744 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.572904 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.557223 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.546523 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.525247 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.485723 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.424439 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.346201 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.288431 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.234733 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.194581 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.155183 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.119101 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_2 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0880043 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[25 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.204397 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[26 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.218188 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[27 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.248512 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[28 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.270471 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[29 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.282637 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[30 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.290424 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[31 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.293667 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[32 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.292275 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[33 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.302334 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[34 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.306326 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[35 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.309189 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[36 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.318065 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[37 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.324211 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[38 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.328122 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[39 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[3.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.332581 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[40 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.344772 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[41 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.362577 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[42 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.370565 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[43 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.377852 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[44 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.389003 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[45 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.390633 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[46 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.409912 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[47 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.425401 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[48 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.437789 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[49 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[4.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.448531 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[50 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.466776 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[51 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.49447 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[52 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.526443 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[53 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.562157 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[54 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.586067 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[55 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.607272 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[56 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.615471 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[57 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.65352 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[58 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.697114 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[59 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[5.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.762074 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[60 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.785704 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[61 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.808752 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[62 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.834373 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[63 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.808657 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[64 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.766931 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[65 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.750728 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[66 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.695931 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[67 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.675225 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[68 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.668393 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[69 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[6.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.646834 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[70 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.619404 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[71 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.589613 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[72 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.545474 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[73 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.551503 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[74 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.549309 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[75 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.55061 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[76 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.551363 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[77 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.53504 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[78 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.520989 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[79 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[7.9e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.499077 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[80 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.460247 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[81 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.1e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.398827 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[82 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.2e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.323546 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[83 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.3e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.266482 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[84 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.4e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.213542 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[85 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.5e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.173084 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[86 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.6e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.133293 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[87 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.7e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.0967499 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -bandpass:Y:ST_3 type=polc - domain: freq=[88 MHz +1000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[8.8e+07,4.65323e+09] scale=[1e+06,43200] - values: 0.065011 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -512 parms found diff --git a/CEP/BB/BBS/test/tBandpass.in_stdout_noise_constant b/CEP/BB/BBS/test/tBandpass.in_stdout_noise_constant deleted file mode 100644 index c4ae4a1916b6b2e950c20131a28fa2fa8be2d026..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_stdout_noise_constant +++ /dev/null @@ -1,97 +0,0 @@ -ConstantBandpass:X:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0733851,0.0725893,0.0741662,0.0768199,0.0792746,0.0846724,0.0904528,0.0984985,0.108352,0.114835,0.113277,0.111302,0.116176,0.130192,0.149035,0.168233,0.185379,0.196541,0.207199,0.213199,0.218726,0.224616,0.227747,0.230735,0.230444,0.231109,0.237502,0.244951,0.250436,0.251806,0.253624,0.257548,0.263844,0.269664,0.273834,0.279153,0.285158,0.286468,0.288334,0.293566,0.300071,0.310159,0.32395,0.333714,0.338594,0.345542,0.352059,0.356156,0.364432,0.371263,0.372946,0.375484,0.388121,0.400763,0.410443,0.421178,0.431435,0.437285,0.441955,0.45246,0.466185,0.47725,0.492588,0.512261,0.52968,0.552845,0.579178,0.597029,0.609942,0.628077,0.645319,0.654614,0.656734,0.666558,0.693321,0.714797,0.733962,0.769449,0.80927,0.848692,0.86736,0.87913,0.894484,0.908307,0.926305,0.941263,0.937748,0.912136,0.888852,0.864543,0.86371,0.847435,0.8146,0.783702,0.765862,0.762751,0.761874,0.755733,0.749182,0.732023,0.713585,0.70108,0.686194,0.666082,0.636363,0.616287,0.615797,0.625146,0.63085,0.624613,0.621905,0.628464,0.633827,0.631966,0.623167,0.613729,0.607745,0.600229,0.590268,0.575616,0.556251,0.530769,0.498558,0.459831,0.414205,0.371439,0.33702,0.304968,0.273657,0.243751,0.22001,0.197554,0.173656,0.152109,0.131402,0.110523,0.092728,0.0746205,0.0597245,0.0490233,0.0412629 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.154205,0.152841,0.153764,0.155725,0.157494,0.162099,0.167072,0.174228,0.183126,0.188777,0.186678,0.18418,0.18828,0.201188,0.218748,0.23665,0.252575,0.262733,0.272407,0.277592,0.28232,0.2874,0.28982,0.292103,0.291226,0.29127,0.296834,0.303415,0.308104,0.308828,0.309983,0.313167,0.318638,0.323649,0.327071,0.331599,0.33679,0.337455,0.338657,0.343102,0.348774,0.357898,0.370589,0.379401,0.383507,0.389605,0.395288,0.398639,0.406017,0.412003,0.413028,0.414878,0.426458,0.438043,0.446774,0.456521,0.465807,0.470847,0.474752,0.484277,0.496906,0.50697,0.521154,0.539513,0.5557,0.577425,0.602202,0.618806,0.630652,0.64753,0.663547,0.671907,0.673353,0.682223,0.707413,0.727511,0.745381,0.778978,0.816751,0.85414,0.871531,0.882276,0.896474,0.909197,0.925943,0.939759,0.935775,0.910501,0.887469,0.863449,0.862051,0.845772,0.813537,0.783169,0.765384,0.761789,0.760347,0.753834,0.746926,0.729795,0.711433,0.698788,0.683848,0.663872,0.63464,0.614699,0.613631,0.622043,0.626943,0.620336,0.617131,0.622855,0.627425,0.625035,0.615961,0.606271,0.599908,0.59207,0.581876,0.567161,0.547906,0.522756,0.491122,0.453211,0.408651,0.366847,0.333087,0.301606,0.27084,0.241428,0.217955,0.195722,0.172098,0.15074,0.130192,0.109477,0.091734,0.0736901,0.0587406,0.047833,0.0397591 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0414924,0.0411106,0.0430928,0.0461478,0.0490046,0.0547936,0.0609637,0.0693909,0.079619,0.0864895,0.0853477,0.0837918,0.089059,0.103434,0.122618,0.142156,0.159651,0.171182,0.182212,0.188601,0.194519,0.200798,0.204329,0.207717,0.207838,0.208912,0.215692,0.223524,0.229401,0.231177,0.233399,0.237719,0.244404,0.250613,0.255179,0.260889,0.267284,0.269,0.27127,0.276894,0.283786,0.294248,0.308399,0.318538,0.323811,0.331145,0.338049,0.342541,0.351198,0.358415,0.360503,0.363443,0.376444,0.389451,0.399506,0.410612,0.421243,0.427482,0.432546,0.443423,0.457509,0.468944,0.484637,0.504648,0.522413,0.545904,0.572551,0.590747,0.604024,0.622503,0.640092,0.649765,0.652288,0.662487,0.689561,0.71137,0.730875,0.766642,0.806727,0.846414,0.865425,0.877562,0.893271,0.907454,0.925797,0.941111,0.938019,0.912913,0.890126,0.866318,0.8659,0.850095,0.817793,0.78742,0.770057,0.767369,0.766906,0.761198,0.755083,0.738398,0.720439,0.708392,0.693972,0.674345,0.645147,0.625556,0.625479,0.635205,0.641299,0.635496,0.633209,0.640155,0.645909,0.644466,0.636111,0.627119,0.621568,0.614491,0.604978,0.590791,0.571909,0.546932,0.515251,0.477078,0.432031,0.389834,0.355954,0.324431,0.293647,0.264263,0.241019,0.219058,0.195659,0.174603,0.154384,0.133993,0.116674,0.0990448,0.0846149,0.0743643,0.0670437 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.204889,0.20317,0.203683,0.205209,0.206548,0.210655,0.215122,0.22172,0.230019,0.235148,0.232711,0.229883,0.233498,0.245712,0.262467,0.279556,0.294715,0.304245,0.3133,0.317974,0.322203,0.326773,0.328748,0.330589,0.329345,0.328999,0.334043,0.340079,0.344269,0.344588,0.345328,0.348048,0.353001,0.357505,0.360458,0.36449,0.369169,0.369431,0.370216,0.374168,0.379316,0.387836,0.399838,0.408053,0.411673,0.417239,0.422399,0.425282,0.432097,0.437553,0.438165,0.439583,0.4505,0.461422,0.469557,0.478685,0.487363,0.491896,0.495319,0.50423,0.516171,0.525609,0.539068,0.556604,0.572019,0.59284,0.616641,0.632463,0.64364,0.659729,0.674978,0.682752,0.683775,0.692047,0.716251,0.735484,0.752542,0.784954,0.821443,0.857557,0.874147,0.884249,0.897722,0.909755,0.925715,0.938816,0.934539,0.909476,0.886602,0.862764,0.86101,0.844729,0.812871,0.782835,0.765083,0.761186,0.75939,0.752643,0.745511,0.728398,0.710083,0.69735,0.682376,0.662486,0.633559,0.613703,0.612272,0.620097,0.624492,0.617654,0.614137,0.619337,0.623411,0.620689,0.611442,0.601593,0.594994,0.586953,0.576613,0.561859,0.542672,0.517731,0.486459,0.449059,0.405168,0.363968,0.33062,0.299498,0.269073,0.239971,0.216667,0.194572,0.171121,0.149882,0.129432,0.108821,0.0911106,0.0731065,0.0581235,0.0470865,0.038816 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0652312,0.0645238,0.0659255,0.0682843,0.0704663,0.0752644,0.0804025,0.0875542,0.0963128,0.102076,0.10069,0.0989354,0.103268,0.115726,0.132475,0.14954,0.164781,0.174703,0.184177,0.18951,0.194423,0.199659,0.202442,0.205098,0.204839,0.20543,0.211113,0.217734,0.22261,0.223828,0.225444,0.228931,0.234528,0.239701,0.243408,0.248136,0.253474,0.254638,0.256297,0.260948,0.26673,0.275697,0.287956,0.296635,0.300973,0.307148,0.312942,0.316583,0.323939,0.330012,0.331507,0.333764,0.344996,0.356234,0.364839,0.374381,0.383498,0.388697,0.392849,0.402186,0.414387,0.424222,0.437856,0.455343,0.470826,0.491418,0.514825,0.530692,0.542171,0.558291,0.573617,0.581879,0.583764,0.592496,0.616285,0.635375,0.652411,0.683954,0.719351,0.754393,0.770986,0.781449,0.795097,0.807384,0.823382,0.836678,0.833553,0.810788,0.79009,0.768482,0.767742,0.753275,0.724089,0.696624,0.680766,0.678001,0.677221,0.671762,0.66594,0.650687,0.634297,0.623183,0.60995,0.592073,0.565656,0.54781,0.547375,0.555685,0.560756,0.555211,0.552804,0.558635,0.563401,0.561747,0.553926,0.545537,0.540218,0.533537,0.524683,0.511658,0.494445,0.471795,0.443162,0.408739,0.368182,0.330168,0.299574,0.271083,0.243251,0.216668,0.195564,0.175604,0.154361,0.135208,0.116802,0.0982428,0.0824249,0.0663293,0.0530885,0.0435763,0.0366782 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.137071,0.135859,0.136679,0.138422,0.139995,0.144088,0.148508,0.154869,0.162779,0.167801,0.165936,0.163715,0.16736,0.178834,0.194442,0.210355,0.224511,0.233541,0.242139,0.246748,0.250951,0.255466,0.257618,0.259647,0.258868,0.258907,0.263853,0.269702,0.27387,0.274514,0.27554,0.278371,0.283234,0.287688,0.29073,0.294755,0.299369,0.29996,0.301028,0.30498,0.310021,0.318131,0.329413,0.337246,0.340895,0.346316,0.351367,0.354346,0.360904,0.366225,0.367136,0.36878,0.379073,0.389371,0.397132,0.405796,0.414051,0.418531,0.422001,0.430468,0.441694,0.45064,0.463248,0.479567,0.493956,0.513267,0.535291,0.550049,0.56058,0.575582,0.589819,0.597251,0.598536,0.606421,0.628812,0.646676,0.662561,0.692425,0.726001,0.759235,0.774694,0.784245,0.796866,0.808175,0.82306,0.835341,0.8318,0.809334,0.788861,0.76751,0.766267,0.751797,0.723144,0.696151,0.680341,0.677146,0.675864,0.670075,0.663934,0.648707,0.632385,0.621145,0.607865,0.590108,0.564124,0.546399,0.545449,0.552927,0.557282,0.55141,0.548561,0.553649,0.557711,0.555587,0.547521,0.538907,0.533252,0.526284,0.517223,0.504143,0.487027,0.464672,0.436553,0.402854,0.363245,0.326087,0.296077,0.268094,0.240747,0.214603,0.193738,0.173975,0.152976,0.133991,0.115726,0.0973129,0.0815413,0.0655023,0.0522138,0.0425183,0.0353414 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0368822,0.0365428,0.0383047,0.0410203,0.0435596,0.0487054,0.05419,0.0616808,0.0707725,0.0768796,0.0758646,0.0744816,0.0791635,0.091941,0.108994,0.126361,0.141912,0.152162,0.161966,0.167646,0.172905,0.178487,0.181626,0.184638,0.184745,0.185699,0.191727,0.198688,0.203912,0.205491,0.207466,0.211306,0.217248,0.222767,0.226826,0.231902,0.237586,0.239111,0.241129,0.246128,0.252254,0.261554,0.274133,0.283145,0.287832,0.294351,0.300488,0.304481,0.312176,0.318591,0.320447,0.32306,0.334617,0.346178,0.355117,0.364989,0.374438,0.379984,0.384486,0.394154,0.406675,0.416839,0.430788,0.448576,0.464367,0.485248,0.508935,0.525109,0.53691,0.553336,0.568971,0.577568,0.579811,0.588877,0.612943,0.632329,0.649667,0.681459,0.717091,0.752368,0.769266,0.780055,0.794019,0.806626,0.822931,0.836543,0.833795,0.811479,0.791223,0.77006,0.769689,0.75564,0.726927,0.699929,0.684495,0.682106,0.681694,0.676621,0.671185,0.656354,0.640391,0.629682,0.616864,0.599418,0.573464,0.55605,0.555981,0.564627,0.570044,0.564885,0.562853,0.569027,0.574141,0.572859,0.565432,0.557439,0.552505,0.546214,0.537758,0.525147,0.508363,0.486162,0.458,0.424069,0.384028,0.346519,0.316403,0.288383,0.261019,0.2349,0.21424,0.194718,0.173919,0.155203,0.13723,0.119105,0.10371,0.0880398,0.0752132,0.0661016,0.0595944 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.182124,0.180596,0.181052,0.182408,0.183598,0.187249,0.19122,0.197085,0.204461,0.20902,0.206854,0.204341,0.207554,0.21841,0.233304,0.248494,0.261969,0.27044,0.278489,0.282644,0.286402,0.290465,0.292221,0.293857,0.292751,0.292444,0.296927,0.302293,0.306017,0.3063,0.306958,0.309376,0.313779,0.317782,0.320407,0.323991,0.328151,0.328383,0.329081,0.332593,0.33717,0.344743,0.355412,0.362714,0.365932,0.370879,0.375466,0.378028,0.384086,0.388936,0.38948,0.39074,0.400444,0.410153,0.417384,0.425498,0.433212,0.437241,0.440284,0.448205,0.458819,0.467208,0.479171,0.494759,0.508461,0.526969,0.548125,0.562189,0.572124,0.586426,0.599981,0.60689,0.6078,0.615153,0.636668,0.653764,0.668927,0.697737,0.730172,0.762273,0.77702,0.785999,0.797975,0.808671,0.822858,0.834503,0.830701,0.808423,0.78809,0.766901,0.765342,0.750871,0.722552,0.695854,0.680074,0.67661,0.675014,0.669016,0.662676,0.647465,0.631185,0.619867,0.606557,0.588877,0.563164,0.545514,0.544242,0.551197,0.555104,0.549026,0.545899,0.550521,0.554143,0.551724,0.543504,0.53475,0.528883,0.521736,0.512545,0.49943,0.482375,0.460205,0.432408,0.399163,0.360149,0.323527,0.293884,0.26622,0.239176,0.213307,0.192592,0.172953,0.152107,0.133228,0.115051,0.0967297,0.0809872,0.0649836,0.0516653,0.0418547,0.0345031 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -VariableBandpass:X:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999629 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999958 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999777 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999598 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999573 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999755 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999711 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.999778 shape=[1,1] mask=1 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -16 parms found diff --git a/CEP/BB/BBS/test/tBandpass.in_stdout_noise_polc b/CEP/BB/BBS/test/tBandpass.in_stdout_noise_polc deleted file mode 100644 index ffc9a32f6ea483ed0adb58a9c97b296f4abf57f8..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.in_stdout_noise_polc +++ /dev/null @@ -1,97 +0,0 @@ -ConstantBandpass:X:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0733851,0.0725893,0.0741662,0.0768199,0.0792746,0.0846724,0.0904528,0.0984985,0.108352,0.114835,0.113277,0.111302,0.116176,0.130192,0.149035,0.168233,0.185379,0.196541,0.207199,0.213199,0.218726,0.224616,0.227747,0.230735,0.230444,0.231109,0.237502,0.244951,0.250436,0.251806,0.253624,0.257548,0.263844,0.269664,0.273834,0.279153,0.285158,0.286468,0.288334,0.293566,0.300071,0.310159,0.32395,0.333714,0.338594,0.345542,0.352059,0.356156,0.364432,0.371263,0.372946,0.375484,0.388121,0.400763,0.410443,0.421178,0.431435,0.437285,0.441955,0.45246,0.466185,0.47725,0.492588,0.512261,0.52968,0.552845,0.579178,0.597029,0.609942,0.628077,0.645319,0.654614,0.656734,0.666558,0.693321,0.714797,0.733962,0.769449,0.80927,0.848692,0.86736,0.87913,0.894484,0.908307,0.926305,0.941263,0.937748,0.912136,0.888852,0.864543,0.86371,0.847435,0.8146,0.783702,0.765862,0.762751,0.761874,0.755733,0.749182,0.732023,0.713585,0.70108,0.686194,0.666082,0.636363,0.616287,0.615797,0.625146,0.63085,0.624613,0.621905,0.628464,0.633827,0.631966,0.623167,0.613729,0.607745,0.600229,0.590268,0.575616,0.556251,0.530769,0.498558,0.459831,0.414205,0.371439,0.33702,0.304968,0.273657,0.243751,0.22001,0.197554,0.173656,0.152109,0.131402,0.110523,0.092728,0.0746205,0.0597245,0.0490233,0.0412629 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.154205,0.152841,0.153764,0.155725,0.157494,0.162099,0.167072,0.174228,0.183126,0.188777,0.186678,0.18418,0.18828,0.201188,0.218748,0.23665,0.252575,0.262733,0.272407,0.277592,0.28232,0.2874,0.28982,0.292103,0.291226,0.29127,0.296834,0.303415,0.308104,0.308828,0.309983,0.313167,0.318638,0.323649,0.327071,0.331599,0.33679,0.337455,0.338657,0.343102,0.348774,0.357898,0.370589,0.379401,0.383507,0.389605,0.395288,0.398639,0.406017,0.412003,0.413028,0.414878,0.426458,0.438043,0.446774,0.456521,0.465807,0.470847,0.474752,0.484277,0.496906,0.50697,0.521154,0.539513,0.5557,0.577425,0.602202,0.618806,0.630652,0.64753,0.663547,0.671907,0.673353,0.682223,0.707413,0.727511,0.745381,0.778978,0.816751,0.85414,0.871531,0.882276,0.896474,0.909197,0.925943,0.939759,0.935775,0.910501,0.887469,0.863449,0.862051,0.845772,0.813537,0.783169,0.765384,0.761789,0.760347,0.753834,0.746926,0.729795,0.711433,0.698788,0.683848,0.663872,0.63464,0.614699,0.613631,0.622043,0.626943,0.620336,0.617131,0.622855,0.627425,0.625035,0.615961,0.606271,0.599908,0.59207,0.581876,0.567161,0.547906,0.522756,0.491122,0.453211,0.408651,0.366847,0.333087,0.301606,0.27084,0.241428,0.217955,0.195722,0.172098,0.15074,0.130192,0.109477,0.091734,0.0736901,0.0587406,0.047833,0.0397591 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0414924,0.0411106,0.0430928,0.0461478,0.0490046,0.0547936,0.0609637,0.0693909,0.079619,0.0864895,0.0853477,0.0837918,0.089059,0.103434,0.122618,0.142156,0.159651,0.171182,0.182212,0.188601,0.194519,0.200798,0.204329,0.207717,0.207838,0.208912,0.215692,0.223524,0.229401,0.231177,0.233399,0.237719,0.244404,0.250613,0.255179,0.260889,0.267284,0.269,0.27127,0.276894,0.283786,0.294248,0.308399,0.318538,0.323811,0.331145,0.338049,0.342541,0.351198,0.358415,0.360503,0.363443,0.376444,0.389451,0.399506,0.410612,0.421243,0.427482,0.432546,0.443423,0.457509,0.468944,0.484637,0.504648,0.522413,0.545904,0.572551,0.590747,0.604024,0.622503,0.640092,0.649765,0.652288,0.662487,0.689561,0.71137,0.730875,0.766642,0.806727,0.846414,0.865425,0.877562,0.893271,0.907454,0.925797,0.941111,0.938019,0.912913,0.890126,0.866318,0.8659,0.850095,0.817793,0.78742,0.770057,0.767369,0.766906,0.761198,0.755083,0.738398,0.720439,0.708392,0.693972,0.674345,0.645147,0.625556,0.625479,0.635205,0.641299,0.635496,0.633209,0.640155,0.645909,0.644466,0.636111,0.627119,0.621568,0.614491,0.604978,0.590791,0.571909,0.546932,0.515251,0.477078,0.432031,0.389834,0.355954,0.324431,0.293647,0.264263,0.241019,0.219058,0.195659,0.174603,0.154384,0.133993,0.116674,0.0990448,0.0846149,0.0743643,0.0670437 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:X:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.204889,0.20317,0.203683,0.205209,0.206548,0.210655,0.215122,0.22172,0.230019,0.235148,0.232711,0.229883,0.233498,0.245712,0.262467,0.279556,0.294715,0.304245,0.3133,0.317974,0.322203,0.326773,0.328748,0.330589,0.329345,0.328999,0.334043,0.340079,0.344269,0.344588,0.345328,0.348048,0.353001,0.357505,0.360458,0.36449,0.369169,0.369431,0.370216,0.374168,0.379316,0.387836,0.399838,0.408053,0.411673,0.417239,0.422399,0.425282,0.432097,0.437553,0.438165,0.439583,0.4505,0.461422,0.469557,0.478685,0.487363,0.491896,0.495319,0.50423,0.516171,0.525609,0.539068,0.556604,0.572019,0.59284,0.616641,0.632463,0.64364,0.659729,0.674978,0.682752,0.683775,0.692047,0.716251,0.735484,0.752542,0.784954,0.821443,0.857557,0.874147,0.884249,0.897722,0.909755,0.925715,0.938816,0.934539,0.909476,0.886602,0.862764,0.86101,0.844729,0.812871,0.782835,0.765083,0.761186,0.75939,0.752643,0.745511,0.728398,0.710083,0.69735,0.682376,0.662486,0.633559,0.613703,0.612272,0.620097,0.624492,0.617654,0.614137,0.619337,0.623411,0.620689,0.611442,0.601593,0.594994,0.586953,0.576613,0.561859,0.542672,0.517731,0.486459,0.449059,0.405168,0.363968,0.33062,0.299498,0.269073,0.239971,0.216667,0.194572,0.171121,0.149882,0.129432,0.108821,0.0911106,0.0731065,0.0581235,0.0470865,0.038816 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_0 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0652312,0.0645238,0.0659255,0.0682843,0.0704663,0.0752644,0.0804025,0.0875542,0.0963128,0.102076,0.10069,0.0989354,0.103268,0.115726,0.132475,0.14954,0.164781,0.174703,0.184177,0.18951,0.194423,0.199659,0.202442,0.205098,0.204839,0.20543,0.211113,0.217734,0.22261,0.223828,0.225444,0.228931,0.234528,0.239701,0.243408,0.248136,0.253474,0.254638,0.256297,0.260948,0.26673,0.275697,0.287956,0.296635,0.300973,0.307148,0.312942,0.316583,0.323939,0.330012,0.331507,0.333764,0.344996,0.356234,0.364839,0.374381,0.383498,0.388697,0.392849,0.402186,0.414387,0.424222,0.437856,0.455343,0.470826,0.491418,0.514825,0.530692,0.542171,0.558291,0.573617,0.581879,0.583764,0.592496,0.616285,0.635375,0.652411,0.683954,0.719351,0.754393,0.770986,0.781449,0.795097,0.807384,0.823382,0.836678,0.833553,0.810788,0.79009,0.768482,0.767742,0.753275,0.724089,0.696624,0.680766,0.678001,0.677221,0.671762,0.66594,0.650687,0.634297,0.623183,0.60995,0.592073,0.565656,0.54781,0.547375,0.555685,0.560756,0.555211,0.552804,0.558635,0.563401,0.561747,0.553926,0.545537,0.540218,0.533537,0.524683,0.511658,0.494445,0.471795,0.443162,0.408739,0.368182,0.330168,0.299574,0.271083,0.243251,0.216668,0.195564,0.175604,0.154361,0.135208,0.116802,0.0982428,0.0824249,0.0663293,0.0530885,0.0435763,0.0366782 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_1 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.137071,0.135859,0.136679,0.138422,0.139995,0.144088,0.148508,0.154869,0.162779,0.167801,0.165936,0.163715,0.16736,0.178834,0.194442,0.210355,0.224511,0.233541,0.242139,0.246748,0.250951,0.255466,0.257618,0.259647,0.258868,0.258907,0.263853,0.269702,0.27387,0.274514,0.27554,0.278371,0.283234,0.287688,0.29073,0.294755,0.299369,0.29996,0.301028,0.30498,0.310021,0.318131,0.329413,0.337246,0.340895,0.346316,0.351367,0.354346,0.360904,0.366225,0.367136,0.36878,0.379073,0.389371,0.397132,0.405796,0.414051,0.418531,0.422001,0.430468,0.441694,0.45064,0.463248,0.479567,0.493956,0.513267,0.535291,0.550049,0.56058,0.575582,0.589819,0.597251,0.598536,0.606421,0.628812,0.646676,0.662561,0.692425,0.726001,0.759235,0.774694,0.784245,0.796866,0.808175,0.82306,0.835341,0.8318,0.809334,0.788861,0.76751,0.766267,0.751797,0.723144,0.696151,0.680341,0.677146,0.675864,0.670075,0.663934,0.648707,0.632385,0.621145,0.607865,0.590108,0.564124,0.546399,0.545449,0.552927,0.557282,0.55141,0.548561,0.553649,0.557711,0.555587,0.547521,0.538907,0.533252,0.526284,0.517223,0.504143,0.487027,0.464672,0.436553,0.402854,0.363245,0.326087,0.296077,0.268094,0.240747,0.214603,0.193738,0.173975,0.152976,0.133991,0.115726,0.0973129,0.0815413,0.0655023,0.0522138,0.0425183,0.0353414 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_2 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.0368822,0.0365428,0.0383047,0.0410203,0.0435596,0.0487054,0.05419,0.0616808,0.0707725,0.0768796,0.0758646,0.0744816,0.0791635,0.091941,0.108994,0.126361,0.141912,0.152162,0.161966,0.167646,0.172905,0.178487,0.181626,0.184638,0.184745,0.185699,0.191727,0.198688,0.203912,0.205491,0.207466,0.211306,0.217248,0.222767,0.226826,0.231902,0.237586,0.239111,0.241129,0.246128,0.252254,0.261554,0.274133,0.283145,0.287832,0.294351,0.300488,0.304481,0.312176,0.318591,0.320447,0.32306,0.334617,0.346178,0.355117,0.364989,0.374438,0.379984,0.384486,0.394154,0.406675,0.416839,0.430788,0.448576,0.464367,0.485248,0.508935,0.525109,0.53691,0.553336,0.568971,0.577568,0.579811,0.588877,0.612943,0.632329,0.649667,0.681459,0.717091,0.752368,0.769266,0.780055,0.794019,0.806626,0.822931,0.836543,0.833795,0.811479,0.791223,0.77006,0.769689,0.75564,0.726927,0.699929,0.684495,0.682106,0.681694,0.676621,0.671185,0.656354,0.640391,0.629682,0.616864,0.599418,0.573464,0.55605,0.555981,0.564627,0.570044,0.564885,0.562853,0.569027,0.574141,0.572859,0.565432,0.557439,0.552505,0.546214,0.537758,0.525147,0.508363,0.486162,0.458,0.424069,0.384028,0.346519,0.316403,0.288383,0.261019,0.2349,0.21424,0.194718,0.173919,0.155203,0.13723,0.119105,0.10371,0.0880398,0.0752132,0.0661016,0.0595944 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -ConstantBandpass:Y:ST_3 type=tabular - domain: freq=[19.75 MHz +70500 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[1.975e+07,4.65323e+09] scale=[7.05e+07,43200] - values: 0.182124,0.180596,0.181052,0.182408,0.183598,0.187249,0.19122,0.197085,0.204461,0.20902,0.206854,0.204341,0.207554,0.21841,0.233304,0.248494,0.261969,0.27044,0.278489,0.282644,0.286402,0.290465,0.292221,0.293857,0.292751,0.292444,0.296927,0.302293,0.306017,0.3063,0.306958,0.309376,0.313779,0.317782,0.320407,0.323991,0.328151,0.328383,0.329081,0.332593,0.33717,0.344743,0.355412,0.362714,0.365932,0.370879,0.375466,0.378028,0.384086,0.388936,0.38948,0.39074,0.400444,0.410153,0.417384,0.425498,0.433212,0.437241,0.440284,0.448205,0.458819,0.467208,0.479171,0.494759,0.508461,0.526969,0.548125,0.562189,0.572124,0.586426,0.599981,0.60689,0.6078,0.615153,0.636668,0.653764,0.668927,0.697737,0.730172,0.762273,0.77702,0.785999,0.797975,0.808671,0.822858,0.834503,0.830701,0.808423,0.78809,0.766901,0.765342,0.750871,0.722552,0.695854,0.680074,0.67661,0.675014,0.669016,0.662676,0.647465,0.631185,0.619867,0.606557,0.588877,0.563164,0.545514,0.544242,0.551197,0.555104,0.549026,0.545899,0.550521,0.554143,0.551724,0.543504,0.53475,0.528883,0.521736,0.512545,0.49943,0.482375,0.460205,0.432408,0.399163,0.360149,0.323527,0.293884,0.26622,0.239176,0.213307,0.192592,0.172953,0.152107,0.133228,0.115051,0.0967297,0.0809872,0.0649836,0.0516653,0.0418547,0.0345031 shape=[141,1] mask=1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1 - pert=1e-06 pert_rel=y - weight=1 ID=0 parentID=0 -VariableBandpass:X:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.0164416,0.241208,0.270778,0.0881767,0.280719,0.144905,-0.0182789,0,0.210804,0.0065951,0,0,0.0901149,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -0.0125073,0.371495,0.104544,0.147201,0.288449,0.0896897,0.0464453,0,0.224451,-0.0306178,0,0,0.100084,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -0.0223864,0.408755,0.0404187,0.189895,0.315595,0.0487996,0.0557539,0,0.195262,0.00274421,0,0,0.10544,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:X:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.00515291,0.25866,0.298769,0.0463288,0.314017,0.1012,-0.0146952,0,0.173874,0.0445851,0,0,0.0981265,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_0 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -0.0545756,0.505962,-0.0551966,0.200613,0.389928,-0.127607,0.145494,0,0.152883,0.0633746,0,0,0.108864,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_1 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.0368227,0.189732,0.299502,0.0649703,0.211126,0.261759,-0.0349459,0,0.257705,-0.0762885,0,0,0.100304,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_2 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: 0.0130391,0.276281,0.196742,0.110729,0.256721,0.178591,-0.0175858,0,0.218714,-0.0311282,0,0,0.110455,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -VariableBandpass:Y:ST_3 type=polc - domain: freq=[25 MHz +64000 KHz] time=[2006/05/01/20:00:00 +43200 sec] - offset=[2.5e+07,4.65323e+09] scale=[6.4e+07,43200] - values: -0.0420061,0.47699,-0.0378315,0.202046,0.344944,-0.0921949,0.133953,0,0.240727,0.0495432,0,0,0.0513977,0,0,0 shape=[4,4] mask=1,1,1,1,1,1,1,0,1,1,0,0,1,0,0,0 - pert=1e-06 pert_rel=y - weight=0 ID=0 parentID=0 -16 parms found diff --git a/CEP/BB/BBS/test/tBandpass.run b/CEP/BB/BBS/test/tBandpass.run deleted file mode 100755 index 340683746753e339c2ed873b4a41ce90bb8a9bae..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.run +++ /dev/null @@ -1,134 +0,0 @@ -#!/bin/bash - -PREC=1e-6 - -run_subtest() -{ -echo "--------------- START $1 ---------------" - -# check for input files -if [[ ! ( -r tBandpass.in_parmdb_$1 && -r tBandpass.in_parset_$1 && -r tBandpass.in_stdout_$1 ) ]]; then - echo "$1: FAIL (not all input files found)" - return 1 -fi - -# construct sky_model ParmDB -rm -rf tBandpass.sky_model -parmdb << EOF -create tablename='tBandpass.sky_model' -adddef RA:CP1 values=-1.92653767803 -adddef DEC:CP1 values=1.09220917376 -adddef StokesI:CP1 values=2 -adddef StokesQ:CP1 values=0 -adddef StokesU:CP1 values=0 -adddef StokesV:CP1 values=0 -adddef RA:CP2 values=-1.87653767803 -adddef DEC:CP2 values=1.04220917376 -adddef StokesI:CP2 values=2 -adddef StokesQ:CP2 values=0 -adddef StokesU:CP2 values=0 -adddef StokesV:CP2 values=0 -close -quit -EOF - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (creation of sky model ParmDB failed)" - return 1 -fi - -# construct instrument_model ParmDB -rm -rf tBandpass.instrument_model -parmdb < tBandpass.in_parmdb_$1 - - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (creation of instrument model ParmDB failed)" - return 1 -fi - -# construct parset -cat > tBandpass.parset.tmp << EOF -user="$USER" -`cat tBandpass.in_parset_$1` -EOF - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (creation of parset failed)" - return 1 -fi - -# solve -../src/BBSrun tBandpass.parset.tmp - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (BBSrun failed)" - return 1 -fi - -# construct stdout.tmp -parmdb > tBandpass.stdout.tmp << EOF -open tablename='tBandpass.instrument_model' -show -close -quit -EOF - -# check status -if [ $? != 0 ]; then - echo "$1: FAIL (dumping output from instrument model ParmDB failed)" - return 1 -fi - -echo -e "\n\nchecking output..." - -# verify output -RETURN_VALUE=0 - -# compare with expected output. -if diff tBandpass.stdout.tmp tBandpass.in_stdout_$1 -then - echo "$1: OK" -else - # compare with expected output excluding fractional numbers - sed -e 's/[0-9]\+\.[0-9]\+/ /g' tBandpass.in_stdout_$1 | sed -e 's/e[+-][0-9]\+/ /g' > tBandpass.in_stdout_$1.strip - sed -e 's/[0-9]\+\.[0-9]\+/ /g' tBandpass.stdout.tmp | sed -e 's/e[+-][0-9]\+/ /g' > tBandpass.stdout.tmp.strip - if diff tBandpass.stdout.tmp.strip tBandpass.in_stdout_$1.strip ; then - # check if all (fractional) numbers are approximately equal. - $lofar_sharedir/checkfloat tBandpass.stdout.tmp tBandpass.in_stdout_$1 $PREC - - if [ $? != 0 ] - then - echo "$1: FAIL (floating point differences > $PREC)" - RETURN_VALUE=2 - else - echo "$1: OK (floating point differences <= $PREC)" - fi - else - echo "$1: FAIL (output excluding fractional numbers differs)" - RETURN_VALUE=2 - fi - rm -f tBandpass.in_stdout_$1.strip tBandpass.stdout.tmp.strip -fi - -rm -f tBandpass.parset.tmp tBandpass.stdout.tmp -rm -rf tBandpass.instrument_model -rm -rf tBandpass.sky_model - -echo "---------------- END $1 ----------------" - -return $RETURN_VALUE -} - -run_subtest clean_constant > tBandpass_tmp.log 2>&1 && -run_subtest clean_polc > tBandpass_tmp.log 2>&1 && -run_subtest clean_band_constant > tBandpass_tmp.log 2>&1 && -run_subtest noise_constant > tBandpass_tmp.log 2>&1 && -run_subtest noise_polc > tBandpass_tmp.log 2>&1 && -run_subtest noise_band_constant > tBandpass_tmp.log 2>&1 - -exit $? diff --git a/CEP/BB/BBS/test/tBandpass.sh b/CEP/BB/BBS/test/tBandpass.sh deleted file mode 100755 index 83a3b0bf03178ed528f633671467f765f364ded3..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tBandpass.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tBandpass > /dev/null 2>&1 diff --git a/CEP/BB/BBS/test/tCorrect.cc b/CEP/BB/BBS/test/tCorrect.cc deleted file mode 100644 index 025f354d712dd3eaa4b6b60ea4d577c0adeb3a86..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tCorrect.cc +++ /dev/null @@ -1,104 +0,0 @@ -//# tCorrect.cc: Test program for Prediffer::correctData -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/Prediffer.h> -#include <Common/LofarLogger.h> -#include <tables/Tables/Table.h> -#include <tables/Tables/ArrayColumn.h> -#include <casa/Arrays/ArrayLogical.cc> //include .cc for template -#include <stdexcept> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace std; -using namespace casa; - -// Note: -// demo3.MS contains 50 frequency channels of 500000 Hz with -// center frequencies of 137750000-162250000 Hz. -// There are 5 time stamps of 2 sec in it (centers 2.35208883e9 + 2-10). - -void doCorrect (Prediffer& pre1, const StepProp& stepProp) -{ - cout << ">>>" << endl; - ASSERT (pre1.setWorkDomain (0, 1000, 0., 1e12)); - ASSERT (pre1.setStepProp (stepProp)); - cout << "<<<" << endl; - - cout << ">>>" << endl; - pre1.showSettings(); - cout << "<<<" << endl; - pre1.correctData(); -} - - -int main (int argc, const char* argv[]) -{ - INIT_LOGGER("tCorrect"); - try { - if (argc < 5) { - cout << "Run as: tCorrect user msname meqparmtable skyparmtable" - << endl; - return 1; - } - // Read the info for the ParmTables - ParmDB::ParmDBMeta meqPdm("aips", argv[3]); - ParmDB::ParmDBMeta skyPdm("aips", argv[4]); - - // Do a correct. - { - cout << "Starting correct test" << endl; - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - vector<int> antVec(100); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - stratProp.setInColumn ("DATA"); - ASSERT (pre1.setStrategyProp (stratProp)); - StepProp stepProp; - stepProp.setModel (StringUtil::split("TOTALGAIN",'.')); - stepProp.setOutColumn ("CORRECTED_DATA"); - doCorrect (pre1, stepProp); - cout << "End of correct test" << endl; - - cout << "Check if CORRECTED_DATA matches DATA" << endl; - Table tab(argv[2]); - ROArrayColumn<Complex> dcol(tab, "DATA"); - ROArrayColumn<Complex> ccol(tab, "CORRECTED_DATA"); - for (uint i=0; i<tab.nrow(); i++) { - if (! allNear (dcol(i), ccol(i), 1e-8)) { - cout << dcol(i) << ccol(i) << endl; - THROW (LOFAR::Exception, "tCorrect: mismatch in row " << i); - } - } - } - - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tCorrect.run b/CEP/BB/BBS/test/tCorrect.run deleted file mode 100755 index 3ca042a9da512ad00b4d818f9099fade104fbb99..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tCorrect.run +++ /dev/null @@ -1,21 +0,0 @@ -#!/bin/sh - -# Set srcdir if needed. -# It might not be set if the .run file is executed directly instead of -# by 'make check'. -if [ "$srcdir" = "" ]; then - srcdir=../../../test -fi - -# Create the ParmDB tables for tCorrect. -$srcdir/makeDemoParmDBCorr tCorrect -if [ $? != 0 ]; then - exit 1 -fi - -\rm -rf tCorrect_tmp.MS1 -cp -r /opt/lofar/data/BBS2/demo3.MS_p1 tCorrect_tmp.MS1 - -$LOFAR_CHECKTOOL ./tCorrect $USER tCorrect_tmp.MS1 tCorrect_tmp.demo_instr tCorrect_tmp.demo_sky -status=$? -exit $status diff --git a/CEP/BB/BBS/test/tCorrect.sh b/CEP/BB/BBS/test/tCorrect.sh deleted file mode 100755 index 8ace0fc1a594aecc13ca5a3774c685ce53c5beef..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tCorrect.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tCorrect > tCorrect.log 2>&1 diff --git a/CEP/BB/BBS/test/tDFT.cc b/CEP/BB/BBS/test/tDFT.cc deleted file mode 100644 index f51b772a8dc0f04bca82a1f9c449a95d4aa5296f..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tDFT.cc +++ /dev/null @@ -1,134 +0,0 @@ -//# tDFT.cc: Test program for performance of DFT imaging -//# -//# Copyright (C) 2006 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <Common/LofarLogger.h> -#include <Common/Timer.h> -#include <casa/BasicSL/Constants.h> -#include <vector> -#include <cmath> -#include <stdexcept> - -using namespace LOFAR; -using namespace std; -using namespace casa; - -// Do for each visibility the DFT to each l.m point. -// vis * exp(2*pi*(ul+vm+wn)) -// The same DFT trick as in BBS can be used: -// - split baseline in stations -// - extend over frequency using scale factor - - -typedef float RType; // data type used for calculations -typedef fcomplex CType; // data type of the data. - -const int ncorr = 4; -const int nstat = 14; -const int ntime = 1440; -const int nfreq = 64; -const int nmap = 20; - - -void doDFT() -{ - RType totc=0; - RType tots=0; - int nbl = nstat*(nstat-1)/2; - RType lval = 0.01; - for (int il=0; il<nmap; ++il, lval+=0.001) { - RType mval = 0.02; - for (int im=0; im<nmap; ++im, mval+=0.001) { - RType nval = sqrt(1 - lval*lval - mval*mval); - RType uval = 1; - RType vval = 2; - RType wval = 0.1; - for (int it=0; it<ntime; ++it) { - for (int ib=0; ib<nbl; ++ib) { - RType val = 6.28 * (lval*uval + mval*vval + nval*wval); - RType sinv = sin(val); - RType cosv = sinv; // take care that compiler uses sincos - tots += sinv; - totc += cosv; - uval += 0.1; - vval += 0.2; - wval += 0.01; - } - } - } - } - cout << tots << ' ' << totc << endl; -} - -void doDFT2() -{ - RType totc=0; - RType tots=0; - int nbl = nstat*(nstat-1)/2; - RType uval = 1; - RType vval = 2; - RType wval = 0.1; - for (int it=0; it<ntime; ++it) { - for (int ib=0; ib<nbl; ++ib) { - RType lval = 0.01; - RType ulval = uval*lval; - RType dulval = uval*0.001; - RType dvmval = vval*0.001; - for (int il=0; il<nmap; ++il, lval+=0.001, ulval+=dulval) { - RType mval = 0.02; - RType ulvmval = ulval + vval*mval; - for (int im=0; im<nmap; ++im, mval+=0.001, ulvmval+=dvmval) { - RType nval = sqrt(1 - lval*lval - mval*mval); - RType val = 6.28 * (ulvmval + nval*wval); - RType sinv = sin(val); - RType cosv = sinv; // take care that compiler uses sincos - tots += sinv; - totc += cosv; - } - } - uval += 0.1; - vval += 0.2; - wval += 0.01; - } - } - cout << tots << ' ' << totc << endl; -} - -int main (int argc) -{ - INIT_LOGGER("tDFT"); - try { - { - if (argc > 1) { - doDFT2(); - } else { - doDFT(); - } - } - - } catch (std::exception& x) { - cout << "Unexpected exception: " << x.what() << endl; - return 1; - } - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tFillRow.cc b/CEP/BB/BBS/test/tFillRow.cc deleted file mode 100644 index c36bb1d344e244888395af8e9ba3dac337267ca3..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tFillRow.cc +++ /dev/null @@ -1,73 +0,0 @@ -//# tFillRow.cc: Test MeqMatrixComplexArr::fillRow -//# -//# Copyright (C) 2006 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/MNS/MeqMatrix.h> -#include <Common/LofarLogger.h> -#include <casa/BasicMath/Math.h> - - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace std; - -void doTest (int nx, int ny) -{ - // Make a complex array with an odd nr of elements. - MeqMatrix arr; - arr.setDCMat (nx, ny); - dcomplex v0 = makedcomplex(0.5,0.3); - dcomplex fact = makedcomplex(0.9,0.95); - for (int i=0; i<ny; ++i) { - arr.fillRowWithProducts (v0+double(i), fact*(0.1+i/10.), i); - } - cout << arr << endl; - double* realp; - double* imagp; - arr.dcomplexStorage (realp, imagp); - for (int i=0; i<ny; ++i) { - dcomplex v = v0+double(i); - dcomplex f = fact*(0.1+i/10.); - for (int j=0; j<nx; ++j) { - ASSERTSTR (casa::near(real(v),*realp) && casa::near(imag(v),*imagp), - "result=" << *realp << ',' << *imagp << ", expected=" << v); - realp++; - imagp++; - v *= f; - } - } -} - -int main() -{ - INIT_LOGGER("tFillRow"); - try { - doTest(7,5); - doTest(1,5); - doTest(5,1); - doTest(10,12); - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - return 0; -} diff --git a/CEP/BB/BBS/test/tFillRow.sh b/CEP/BB/BBS/test/tFillRow.sh deleted file mode 100755 index 97cb4f42e1c52c7d62d559713fb5789cce928720..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tFillRow.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tFillRow > tFillRow.log 2>&1 diff --git a/CEP/BB/BBS/test/tMSData.cc b/CEP/BB/BBS/test/tMSData.cc deleted file mode 100644 index 286be9757d87065c9768374d71e7d93bcdf9138b..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMSData.cc +++ /dev/null @@ -1,160 +0,0 @@ -//# tMSData.cc: Program to check if Prediffer reads correct data -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/Prediffer.h> -#include <MS/MSDesc.h> -#include <Blob/BlobIStream.h> -#include <Blob/BlobIBufStream.h> -#include <Common/LofarLogger.h> - -#include <tables/Tables/Table.h> -#include <tables/Tables/ExprNode.h> -#include <tables/Tables/TableIter.h> -#include <tables/Tables/ScalarColumn.h> -#include <tables/Tables/ArrayColumn.h> -#include <casa/Arrays/Array.h> -#include <casa/Arrays/Slicer.h> -#include <casa/Arrays/ArrayLogical.h> -#include <fstream> -#include <sstream> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace casa; -using namespace std; - -void doIt (const string& msName, Prediffer& prediff, const string& column, - int spwid, int nrant, int stchan, int nrchan, - bool useTree, bool useAutoCorr) -{ - cout << "Checking data in " << msName << " for channels " << stchan << '-' - << stchan+nrchan-1 << endl; - // Open the table and sort in time,baseline order. - // Only use antenna < nrant. - Table tab(msName); - TableExprNode ten = tab.col("ANTENNA1")<nrant && tab.col("ANTENNA2")<nrant; - ten = ten && tab.col("DATA_DESC_ID")==spwid; - if (!useAutoCorr) { - ten = ten && (tab.col("ANTENNA1") != tab.col("ANTENNA2")); - } - Table tabsel = tab(ten); - Block<String> sortkeys(3); - sortkeys[0] = "TIME"; - sortkeys[1] = "ANTENNA1"; - sortkeys[2] = "ANTENNA2"; - Table tabs(tabsel.sort (sortkeys)); - // Create an iterator to iterate in time order. - Block<String> iterkeys(1); - iterkeys[0] = "TIME"; - TableIterator tabIter(tabs, iterkeys, TableIterator::DontCare); - // Loop through all times and check if data in mapped file is - // the same as in the original table. - Array<Complex> data; - Array<Bool> flags; - while (! tabIter.pastEnd()) { - ROArrayColumn<Complex> dataCol(tabIter.table(), column); - ROArrayColumn<Bool> flagCol(tabIter.table(), "FLAG"); - ROScalarColumn<Double> timeCol(tabIter.table(), "TIME"); - ROScalarColumn<Double> intCol(tabIter.table(), "INTERVAL"); - double time = timeCol(0); - double interval = intCol(0); - // Set a domain of some channels and this time. - ASSERT (prediff.setWorkDomain (stchan, stchan+nrchan-1, - time-interval/2, interval)); - StepProp stepProp; - stepProp.setAutoCorr (useAutoCorr); - prediff.setStepProp (stepProp); - // Get the data and remove the time axis. - prediff.getData (useTree, data, flags); - Array<Complex> data1 = data.nonDegenerate (IPosition(3,0,1,2)); - Array<Bool> flags1 = flags.nonDegenerate (IPosition(3,0,1,2)); - int ncorr = data1.shape()[0]; - Slicer slicer(IPosition(2,0,stchan), IPosition(2,ncorr,nrchan)); - Array<Complex> data2 = dataCol.getColumn(slicer); - ASSERT (allEQ (data1, data2)); - ASSERT (allEQ (flags1, flagCol.getColumn(slicer))); - tabIter++; - } -} - -int main(int argc, char** argv) -{ - INIT_LOGGER("tMSData"); - try { - if (argc < 8) { - cout << "Run as: tMSData ms user msname meqparmtable skyparmtable spwid nrant [datacolumn]" << endl; - cout << " datacolumn defaults to MODEL_DATA" << endl; - return 0; - } - - // Read the info for the ParmTables - ParmDB::ParmDBMeta meqPdm("aips", argv[4]); - ParmDB::ParmDBMeta skyPdm("aips", argv[5]); - - // Open the description file. - MSDesc msd; - { - string fileName (argv[3]); - string name(fileName+"/vis.des"); - std::ifstream istr(name.c_str()); - ASSERTSTR (istr, "File " << fileName << "/vis.des could not be opened"); - BlobIBufStream bbs(istr); - BlobIStream bis(bbs); - bis >> msd; - } - - uint spwid; - std::istringstream istr1(argv[6]); - istr1 >> spwid; - uint nrant; - std::istringstream istr2(argv[7]); - istr2 >> nrant; - string column("MODEL_DATA"); - if (argc > 8) { - column = argv[8]; - } - if (nrant > msd.antNames.size()) { - nrant = msd.antNames.size(); - } - - // Fill the antenna numbers. - vector<int> antVec(nrant); - for (uint i=0; i<nrant; ++i) { - antVec[i] = i; - } - Prediffer pre (argv[3], meqPdm, skyPdm, spwid, false); - StrategyProp stratProp; - stratProp.setAntennas (antVec); - stratProp.setAutoCorr (true); - ASSERT (pre.setStrategyProp (stratProp)); - doIt (argv[1], pre, column, spwid, nrant, 0, 50, false, true); - doIt (argv[1], pre, column, spwid, nrant, 10,10, false, false); - //doIt (argv[1], pre, column, spwid, nrant, 10,2, false, false); - doIt (argv[1], pre, column, spwid, nrant, 0, 50, true, false); - doIt (argv[1], pre, column, spwid, nrant, 10,11, true, true); - } catch (exception& x) { - cerr << "Unexpected expection: " << x.what() << endl; - return 1; - } - return 0; -} diff --git a/CEP/BB/BBS/test/tMSData.run b/CEP/BB/BBS/test/tMSData.run deleted file mode 100755 index 73500f62338e9c41cb339e992eee9e52842210dd..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMSData.run +++ /dev/null @@ -1,57 +0,0 @@ -#!/bin/sh - -# Set srcdir if needed. -# It might not be set if the .run file is executed directly instead of -# by 'make check'. -if [ "$srcdir" = "" ]; then - srcdir=../../../test -fi - -# Create the ParmDB tables for tMSData. -$srcdir/makeDemoParmDB tMSData - -echo "run1 ..." -$LOFAR_CHECKTOOL ./tMSData /opt/lofar/data/BBS2/demo3.MS $USER /opt/lofar/data/BBS2/demo3.MS_p1 tMSData_tmp.demo_instr tMSData_tmp.demo_sky 0 100 MODEL_DATA -status=$? - -echo "run2 ..." -$LOFAR_CHECKTOOL ./tMSData /opt/lofar/data/BBS2/3C343/10008336.MS $USER /opt/lofar/data/BBS2/3C343/10008336.MS_p1 tMSData_tmp.demo_instr tMSData_tmp.demo_sky 0 14 DATA -stat=$? -if [ $stat != 0 ]; then - status=$stat -fi - -# Try to do a test with multiple bands by creating an MS with 2 bands. -if [ ! -d $HOME/WSRT_ANTENNA ]; then - exit $status -fi -cat > makems.cfg << EOF -StartFreq=1170e6 -StepFreq=100000 -StartTime=2000/08/03/13:22:30 -StepTime=10 -RightAscension=16:38:28.205274248 -Declination=62.34.44.313606568 -NBands=2 -NFrequencies=100 -NTimes=14 -NParts=1 -WriteAutoCorr=T -AntennaTableName=$HOME/WSRT_ANTENNA -MSName=tMSData_tmp.MS -MSDesPath=. -EOF -makems -\rm -f makems.cfg -echo "run3 band 0 ..." -$LOFAR_CHECKTOOL ./tMSData tMSData_tmp.MS_p1 $USER tMSData_tmp.MS_p1 tMSData_tmp.demo_instr tMSData_tmp.demo_sky 0 14 DATA -stat=$? -if [ $stat != 0 ]; then - status=$stat -fi -echo "run3 band 1 ..." -$LOFAR_CHECKTOOL ./tMSData tMSData_tmp.MS_p1 $USER tMSData_tmp.MS_p1 tMSData_tmp.demo_instr tMSData_tmp.demo_sky 1 14 DATA -stat=$? -if [ $stat != 0 ]; then - status=$stat -fi diff --git a/CEP/BB/BBS/test/tMSData.sh b/CEP/BB/BBS/test/tMSData.sh deleted file mode 100755 index 62263ce76aee85b306f7aa664a17516d17015f13..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMSData.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tMSData > tMSData.log 2>&1 diff --git a/CEP/BB/BBS/test/tMeqParm.cc b/CEP/BB/BBS/test/tMeqParm.cc deleted file mode 100644 index fa0ecbbf7058da9cbdabb5170a40926d31bbd2b0..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqParm.cc +++ /dev/null @@ -1,118 +0,0 @@ -//# tMeqParm.cc: test program for class MeqParm -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - - -#include <BBS/MNS/MeqParmFunklet.h> -#include <BBS/MNS/MeqPolc.h> -#include <BBS/MNS/MeqRequest.h> -#include <BBS/MNS/MeqResult.h> -#include <BBS/MNS/MeqMatrixTmp.h> -#include <Common/Timer.h> -#include <Common/LofarLogger.h> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace casa; - - -bool compare (const MeqMatrix& m1, const MeqMatrix& m2) -{ - if (m1.nx() != m2.nx() || m1.ny() != m2.ny()) { - return false; - } - MeqMatrix res = sum(sqr(m1-m2)); - if (!res.isComplex()) { - return (res.getDouble() < 1.e-7); - } - dcomplex resc = res.getDComplex(); - return (LOFAR::real(resc) < 1.e-7 && LOFAR::imag(resc) < 1.e-7); -} - -void doEval (MeqParmFunklet& parm, const MeqDomain& domain, int nx, int ny) -{ - MeqRequest req(domain, nx, ny); - MeqResult res = parm.getResult (req); - cout << "domain: " << domain << ' ' << nx << ' ' << ny - << " npolc=" << parm.getFunklets().size() << endl; - cout << "result: " << res.getValue() << endl; -} - -void doIt (MeqParmFunklet& parm) -{ - // Evaluate the parameter polynomials for some requests. - MeqDomain domain(2,6, 1,5); - doEval (parm, domain, 1, 1); - doEval (parm, domain, 2, 2); - doEval (parm, domain, 8, 1); - doEval (parm, domain, 1, 8); - - for (int i=0; i<4; ++i) { - MeqDomain domain2(2,6, 1+i, 2+i); - doEval (parm, domain2, 1, 1); - doEval (parm, domain2, 2, 2); - doEval (parm, domain2, 8, 1); - doEval (parm, domain2, 1, 8); - } - - MeqDomain domain3(0,4, 2,3); - doEval (parm, domain3, 1, 1); - doEval (parm, domain3, 2, 2); - doEval (parm, domain3, 8, 1); - doEval (parm, domain3, 1, 8); -} - -int main() -{ - try { - { - cout << "\nTest1 with two constant parms" << endl; - MeqParmFunklet parm("parm", 0); - MeqPolc polc; - polc.setDomain (MeqDomain(2,6, 1,3)); - polc.setCoeff (MeqMatrix(2.)); - parm.add (polc); - polc.setDomain (MeqDomain(2,6, 3,5)); - polc.setCoeff (MeqMatrix(3.)); - parm.add (polc); - doIt (parm); - } - { - cout << "\nTest2 with two polynomial parms" << endl; - MeqParmFunklet parm("parm", 0); - vector<MeqPolc> polcs; - MeqPolc polc; - polc.setDomain (MeqDomain(2,6, 1,3)); - polc.setCoeff (MeqMatrix(2.,2,1,true)); - parm.add (polc); - polc.setDomain (MeqDomain(2,6, 3,5)); - polc.setCoeff (MeqMatrix(2.,1,2,true)); - parm.add (polc); - doIt (parm); - } - } catch (std::exception& x) { - cerr << "Caught exception: " << x.what() << endl; - return 1; - } - - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tMeqParm.sh b/CEP/BB/BBS/test/tMeqParm.sh deleted file mode 100755 index 0f8c3c730dda70770423e3a9e65177cee9244ee1..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqParm.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tMeqParm > tMeqParm.log 2>&1 diff --git a/CEP/BB/BBS/test/tMeqParm.stdout b/CEP/BB/BBS/test/tMeqParm.stdout deleted file mode 100644 index 3f582248b147bb001bccbdfea184cb0869383b6e..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqParm.stdout +++ /dev/null @@ -1,101 +0,0 @@ - -Test1 with two constant parms -domain: [(2,6),(1,5)] 1 1 npolc=2 -result: 3 -domain: [(2,6),(1,5)] 2 2 npolc=2 -result: [2, 2, 3, 3] -domain: [(2,6),(1,5)] 8 1 npolc=2 -result: 3 -domain: [(2,6),(1,5)] 1 8 npolc=2 -result: [2, 2, 2, 2, 3, 3, 3, 3] -domain: [(2,6),(1,2)] 1 1 npolc=2 -result: 2 -domain: [(2,6),(1,2)] 2 2 npolc=2 -result: 2 -domain: [(2,6),(1,2)] 8 1 npolc=2 -result: 2 -domain: [(2,6),(1,2)] 1 8 npolc=2 -result: 2 -domain: [(2,6),(2,3)] 1 1 npolc=2 -result: 2 -domain: [(2,6),(2,3)] 2 2 npolc=2 -result: 2 -domain: [(2,6),(2,3)] 8 1 npolc=2 -result: 2 -domain: [(2,6),(2,3)] 1 8 npolc=2 -result: 2 -domain: [(2,6),(3,4)] 1 1 npolc=2 -result: 3 -domain: [(2,6),(3,4)] 2 2 npolc=2 -result: 3 -domain: [(2,6),(3,4)] 8 1 npolc=2 -result: 3 -domain: [(2,6),(3,4)] 1 8 npolc=2 -result: 3 -domain: [(2,6),(4,5)] 1 1 npolc=2 -result: 3 -domain: [(2,6),(4,5)] 2 2 npolc=2 -result: 3 -domain: [(2,6),(4,5)] 8 1 npolc=2 -result: 3 -domain: [(2,6),(4,5)] 1 8 npolc=2 -result: 3 -domain: [(0,4),(2,3)] 1 1 npolc=2 -result: 2 -domain: [(0,4),(2,3)] 2 2 npolc=2 -result: [0, 2, 0, 2] -domain: [(0,4),(2,3)] 8 1 npolc=2 -result: [0, 0, 0, 0, 2, 2, 2, 2] -domain: [(0,4),(2,3)] 1 8 npolc=2 -result: 2 - -Test2 with two polynomial parms -domain: [(2,6),(1,5)] 1 1 npolc=2 -result: [2] -domain: [(2,6),(1,5)] 2 2 npolc=2 -result: [2.5, 3.5, 3, 3] -domain: [(2,6),(1,5)] 8 1 npolc=2 -result: [2, 2, 2, 2, 2, 2, 2, 2] -domain: [(2,6),(1,5)] 1 8 npolc=2 -result: [3, 3, 3, 3, 2.25, 2.75, 3.25, 3.75] -domain: [(2,6),(1,2)] 1 1 npolc=2 -result: [3] -domain: [(2,6),(1,2)] 2 2 npolc=2 -result: [2.5, 3.5, 2.5, 3.5] -domain: [(2,6),(1,2)] 8 1 npolc=2 -result: [2.125, 2.375, 2.625, 2.875, 3.125, 3.375, 3.625, 3.875] -domain: [(2,6),(1,2)] 1 8 npolc=2 -result: [3, 3, 3, 3, 3, 3, 3, 3] -domain: [(2,6),(2,3)] 1 1 npolc=2 -result: [3] -domain: [(2,6),(2,3)] 2 2 npolc=2 -result: [2.5, 3.5, 2.5, 3.5] -domain: [(2,6),(2,3)] 8 1 npolc=2 -result: [2.125, 2.375, 2.625, 2.875, 3.125, 3.375, 3.625, 3.875] -domain: [(2,6),(2,3)] 1 8 npolc=2 -result: [3, 3, 3, 3, 3, 3, 3, 3] -domain: [(2,6),(3,4)] 1 1 npolc=2 -result: [2.5] -domain: [(2,6),(3,4)] 2 2 npolc=2 -result: [2.25, 2.25, 2.75, 2.75] -domain: [(2,6),(3,4)] 8 1 npolc=2 -result: [2.5, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5, 2.5] -domain: [(2,6),(3,4)] 1 8 npolc=2 -result: [2.0625, 2.1875, 2.3125, 2.4375, 2.5625, 2.6875, 2.8125, 2.9375] -domain: [(2,6),(4,5)] 1 1 npolc=2 -result: [3.5] -domain: [(2,6),(4,5)] 2 2 npolc=2 -result: [3.25, 3.25, 3.75, 3.75] -domain: [(2,6),(4,5)] 8 1 npolc=2 -result: [3.5, 3.5, 3.5, 3.5, 3.5, 3.5, 3.5, 3.5] -domain: [(2,6),(4,5)] 1 8 npolc=2 -result: [3.0625, 3.1875, 3.3125, 3.4375, 3.5625, 3.6875, 3.8125, 3.9375] -domain: [(0,4),(2,3)] 1 1 npolc=2 -result: [2] -domain: [(0,4),(2,3)] 2 2 npolc=2 -result: [0, 2.5, 0, 2.5] -domain: [(0,4),(2,3)] 8 1 npolc=2 -result: [0, 0, 0, 0, 2.125, 2.375, 2.625, 2.875] -domain: [(0,4),(2,3)] 1 8 npolc=2 -result: [2, 2, 2, 2, 2, 2, 2, 2] -OK diff --git a/CEP/BB/BBS/test/tMeqPolc.cc b/CEP/BB/BBS/test/tMeqPolc.cc deleted file mode 100644 index aca77884234bd6a8cf592ed4df08ee3b2487506e..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqPolc.cc +++ /dev/null @@ -1,281 +0,0 @@ -//# tMeqPolc.cc: test program for class MeqPolc -//# -//# Copyright (C) 2003 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - - -#include <BBS/MNS/MeqPolc.h> -#include <BBS/MNS/MeqRequest.h> -#include <BBS/MNS/MeqResult.h> -#include <BBS/MNS/MeqMatrixTmp.h> -#include <Common/Timer.h> -#include <Common/LofarLogger.h> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace casa; - - -bool compare (const MeqMatrix& m1, const MeqMatrix& m2) -{ - if (m1.nx() != m2.nx() || m1.ny() != m2.ny()) { - return false; - } - MeqMatrix res = sum(sqr(m1-m2)); - if (!res.isComplex()) { - return (res.getDouble() < 1.e-7); - } - dcomplex resc = res.getDComplex(); - return (LOFAR::real(resc) < 1.e-7 && LOFAR::imag(resc) < 1.e-7); -} - -void eval3 (int ncy, int ndx, int ndy, double stepx, double stepy, - const double* coeffData, double pert, MeqResult& res, - bool makediff=true) -{ - res = MeqResult(3*ncy); - double* value = res.setDoubleFormat (ndx, ndy); - if (makediff) { - for (int i=0; i<3*ncy; ++i) { - /// res.setPerturbedDouble (i, ndx, ndy); - } - } - NSTimer timer1("new"); - timer1.start(); - double valy = 0; - for (int j=0; j<ndy; j++) { - const double* mvalue = value; - // Calculate the y-factors. - double lastval = coeffData[0]; - double fact1 = coeffData[1]; - double fact2 = coeffData[2]; - double y = valy; - for (int iy=1; iy<ncy; ++iy) { - lastval += y*coeffData[3*iy]; - fact1 += y*coeffData[3*iy+1]; - fact2 += y*coeffData[3*iy+2]; - y *= valy; - } - *value++ = lastval; - fact1 *= stepx; - fact2 *= stepx*stepx; - fact1 += fact2; - fact2 *= 2; - for (int ix=1; ix<ndx; ++ix) { - lastval += fact1; - fact1 += fact2; - *value++ = lastval; - } - if (makediff) { - // Calculate the perturbed value for the coefficients without - // a factor of x (thus c00, c10*y, c20*y^2, etc.). - // Do the same for c01*x, c11*x*y, etc. using step. - // Do the same for c02*x^2, c12*x^2*y, etc. using step1,step2. - double perty=pert; - for (int iy=0; iy<ncy; ++iy) { - double* valuep0 = res.getPerturbedValueRW(iy*3).doubleStorage() - + j*ndx; - for (int i=0; i<ndx; ++i) { - valuep0[i] = mvalue[i] + perty; - } - perty *= valy; - } - perty=pert; - for (int iy=0; iy<ncy; ++iy) { - double* valuep1 = res.getPerturbedValueRW(iy*3+1).doubleStorage() - + j*ndx; - double step1 = perty * stepx; - double val1 = 0; - for (int i=0; i<ndx; ++i) { - valuep1[i] = mvalue[i] + val1; - val1 += step1; - } - perty *= valy; - } - perty=pert; - for (int iy=0; iy<ncy; ++iy) { - double* valuep2 = res.getPerturbedValueRW(iy*3+2).doubleStorage() - + j*ndx; - double step2a = perty * stepx * stepx; - double step2b = 2*step2a; - double val2 = 0; - for (int i=0; i<ndx; ++i) { - valuep2[i] = mvalue[i] + val2; - val2 += step2a; - step2a += step2b; - } - perty *= valy; - } -// double perty=pert; -// for (int iy=0; iy<ncy; ++iy) { -// double* valuep0 = res.getPerturbedValueRW(iy*3).doubleStorage(); -// double* valuep1 = res.getPerturbedValueRW(iy*3+1).doubleStorage(); -// double step1 = perty * stepx; -// double val1 = 0; -// double* valuep2 = res.getPerturbedValueRW(iy*3+2).doubleStorage(); -// double step2a = step1 * stepx; -// double step2b = 2*step2a; -// double val2 = 0; -// for (int i=0; i<ndx; ++i) { -// valuep0[i+j*ndx] = mvalue[i] + perty; -// valuep1[i+j*ndx] = mvalue[i] + val1; -// val1 += step1; -// valuep2[i+j*ndx] = mvalue[i] + val2; -// val2 += step2a; -// step2a += step2b; -// } -// perty *= valy; -// } - } - valy += stepy; - } - timer1.stop(); - cout << ">>>" << endl; - timer1.print(cout); - cout << "<<<" << endl; - -} - -void doEval (MeqPolc& polc, const MeqDomain& domain, int nx, int ny) -{ - polc.clearSolvable(); - MeqRequest req(domain, nx, ny); - MeqResult res = polc.getResult (req, 0, 0); - cout << "domain: " << domain << ' ' << nx << ' ' << ny - << " pol: " << polc.getCoeff().nx() << ' ' - << polc.getCoeff().ny() << endl; - cout << "result: " << res.getValue() << endl; - // Calculate the result for all perturbed values. - int nspid = polc.makeSolvable (0); - cout << "nspid=" << nspid << endl; - MeqRequest reqm(domain, nx, ny, nspid); - MeqResult resm = polc.getResult (reqm, nspid, 0); - ASSERT (compare (res.getValue(), resm.getValue())); - for (int i=0; i<nspid; ++i) { - MeqMatrix coeff = polc.getCoeff().clone(); - double* coeffp = coeff.doubleStorage(); - coeffp[i] += polc.getPerturbation(i); - MeqPolc polcp (polc); - polcp.update (coeff); - MeqResult resp = polcp.getResult (req, 0, 0); - ASSERT (compare (resp.getValue(), resm.getPerturbedValue (i))); - } - - const MeqMatrix& coeff = polc.getCoeff(); - if (coeff.nx() < 0) { -//// if (coeff.nx() == 3) { - cout << "Evaluate with ncx=3" << endl; - MeqResult rese; - eval3 (coeff.ny(), nx, ny, 1./nx, 1./ny, coeff.doubleStorage(), - polc.getPerturbation(), rese, false); - NSTimer tim1("ntot"); - tim1.start(); - eval3 (coeff.ny(), nx, ny, 1./nx, 1./ny, coeff.doubleStorage(), - polc.getPerturbation(), rese); - tim1.stop(); - cout << ">>>" << endl; - tim1.print(cout); - cout << "<<<" << endl; - ASSERT (compare (rese.getValue(), resm.getValue())); - for (int i=0; i<nspid; ++i) { - ASSERT (compare (rese.getPerturbedValue(i), resm.getPerturbedValue(i))); - } - NSTimer tim2("otot"); - tim2.start(); - rese = polc.getResult (reqm, nspid, 0); - tim2.stop(); - cout << ">>>" << endl; - tim2.print(cout); - cout << "<<<" << endl; - ASSERT (compare (rese.getValue(), resm.getValue())); - for (int i=0; i<nspid; ++i) { - ASSERT (compare (rese.getPerturbedValue(i), resm.getPerturbedValue(i))); - } - } - // Get the result using analytical derivatives. - // Compare if they match the computed ones. - MeqResult resma = polc.getAnResult (reqm, nspid, 0); - ASSERT (compare (res.getValue(), resma.getValue())); - for (int i=0; i<nspid; ++i) { - ASSERT (compare (resma.getPerturbedValue(i), - (resm.getPerturbedValue(i) - resm.getValue()) / polc.getPerturbation(i))); - } -} - -void doIt (MeqPolc& polc) -{ - MeqDomain domain(2,6, -1,3); - polc.setDomain (domain); - // Evaluate the polynomial for some requests. - doEval (polc, domain, 1, 1); - doEval (polc, domain, 2, 2); - doEval (polc, domain, 8, 1); - /// doEval (polc, domain, 64, 1); - /// doEval (polc, domain, 64, 8); - /// doEval (polc, domain, 256, 1); - MeqDomain domain2(0,4, 0,1); - doEval (polc, domain2, 1, 1); - doEval (polc, domain2, 2, 2); - doEval (polc, domain2, 8, 1); -} - -int main() -{ - try { - // Always use the entire mask as true. - bool mask[100]; - for (int i=0; i<100; ++i) { - mask[i] = true; - } - ParmDB::ParmValue pval; - pval.rep().setPerturbation (1, false); - pval.rep().setDomain (ParmDB::ParmDomain(0,1,0,1)); - MeqPolc polc(pval); - - polc.setCoeff(MeqMatrix(2.), mask); - doIt (polc); - - polc.setCoeff(MeqMatrix(2.,2,1,true), mask); - doIt (polc); - - polc.setCoeff(MeqMatrix(2.,1,2,true), mask); - doIt (polc); - - polc.setCoeff(MeqMatrix(2.,3,3,true), mask); - doIt (polc); - - double c1[12] = {1.5, 2.1, -0.3, -2, - 1.45, -2.3, 0.34, 1.7, - 5, 1, 0, -1}; - polc.setCoeff(MeqMatrix(c1, 3, 4), mask); - doIt(polc); - polc.setCoeff(MeqMatrix(c1, 4, 3), mask); - doIt(polc); - polc.setCoeff(MeqMatrix(c1, 6, 2), mask); - doIt(polc); - polc.setCoeff(MeqMatrix(c1, 2, 6), mask); - doIt(polc); - } catch (std::exception& x) { - cerr << "Caught exception: " << x.what() << endl; - return 1; - } - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tMeqPolc.sh b/CEP/BB/BBS/test/tMeqPolc.sh deleted file mode 100755 index 5c05fd909113cf030e293a4853381d68a5393ad7..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqPolc.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tMeqPolc > tMeqPolc.log 2>&1 diff --git a/CEP/BB/BBS/test/tMeqPolc.stdout b/CEP/BB/BBS/test/tMeqPolc.stdout deleted file mode 100644 index 838ef74823cbec7daa2272d6e33e2c84cf2fe32d..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqPolc.stdout +++ /dev/null @@ -1,145 +0,0 @@ -domain: [(2,6),(-1,3)] 1 1 pol: 1 1 -result: 2 -nspid=1 -domain: [(2,6),(-1,3)] 2 2 pol: 1 1 -result: 2 -nspid=1 -domain: [(2,6),(-1,3)] 8 1 pol: 1 1 -result: 2 -nspid=1 -domain: [(0,4),(0,1)] 1 1 pol: 1 1 -result: 2 -nspid=1 -domain: [(0,4),(0,1)] 2 2 pol: 1 1 -result: 2 -nspid=1 -domain: [(0,4),(0,1)] 8 1 pol: 1 1 -result: 2 -nspid=1 -domain: [(2,6),(-1,3)] 1 1 pol: 2 1 -result: [3] -nspid=2 -domain: [(2,6),(-1,3)] 2 2 pol: 2 1 -result: [2.5, 3.5, 2.5, 3.5] -nspid=2 -domain: [(2,6),(-1,3)] 8 1 pol: 2 1 -result: [2.125, 2.375, 2.625, 2.875, 3.125, 3.375, 3.625, 3.875] -nspid=2 -domain: [(0,4),(0,1)] 1 1 pol: 2 1 -result: [2] -nspid=2 -domain: [(0,4),(0,1)] 2 2 pol: 2 1 -result: [1.5, 2.5, 1.5, 2.5] -nspid=2 -domain: [(0,4),(0,1)] 8 1 pol: 2 1 -result: [1.125, 1.375, 1.625, 1.875, 2.125, 2.375, 2.625, 2.875] -nspid=2 -domain: [(2,6),(-1,3)] 1 1 pol: 1 2 -result: [3] -nspid=2 -domain: [(2,6),(-1,3)] 2 2 pol: 1 2 -result: [2.5, 2.5, 3.5, 3.5] -nspid=2 -domain: [(2,6),(-1,3)] 8 1 pol: 1 2 -result: [3, 3, 3, 3, 3, 3, 3, 3] -nspid=2 -domain: [(0,4),(0,1)] 1 1 pol: 1 2 -result: [2.75] -nspid=2 -domain: [(0,4),(0,1)] 2 2 pol: 1 2 -result: [2.625, 2.625, 2.875, 2.875] -nspid=2 -domain: [(0,4),(0,1)] 8 1 pol: 1 2 -result: [2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75, 2.75] -nspid=2 -domain: [(2,6),(-1,3)] 1 1 pol: 3 3 -result: [6.125] -nspid=9 -domain: [(2,6),(-1,3)] 2 2 pol: 3 3 -result: [3.44531, 6.07031, 6.07031, 10.6953] -nspid=9 -domain: [(2,6),(-1,3)] 8 1 pol: 3 3 -result: [3.73242, 4.2793, 4.93555, 5.70117, 6.57617, 7.56055, 8.6543, 9.85742] -nspid=9 -domain: [(0,4),(0,1)] 1 1 pol: 3 3 -result: [3.03125] -nspid=9 -domain: [(0,4),(0,1)] 2 2 pol: 3 3 -result: [2.2915, 3.70166, 2.64697, 4.27588] -nspid=9 -domain: [(0,4),(0,1)] 8 1 pol: 3 3 -result: [2.28528, 2.38, 2.56946, 2.85364, 3.23254, 3.70618, 4.27454, 4.93762] -nspid=9 -domain: [(2,6),(-1,3)] 1 1 pol: 3 4 -result: [2.25375] -nspid=12 -domain: [(2,6),(-1,3)] 2 2 pol: 3 4 -result: [1.64293, 2.63824, 1.67191, 3.9266] -nspid=12 -domain: [(2,6),(-1,3)] 8 1 pol: 3 4 -result: [0.911855, 1.30795, 1.69389, 2.06967, 2.43529, 2.79076, 3.13607, 3.47123] -nspid=12 -domain: [(0,4),(0,1)] 1 1 pol: 3 4 -result: [0.850547] -nspid=12 -domain: [(0,4),(0,1)] 2 2 pol: 3 4 -result: [0.223874, 1.58344, -0.018183, 1.5117] -nspid=12 -domain: [(0,4),(0,1)] 8 1 pol: 3 4 -result: [-0.508705, -0.100343, 0.292016, 0.668371, 1.02872, 1.37307, 1.70142, 2.01376] -nspid=12 -domain: [(2,6),(-1,3)] 1 1 pol: 4 3 -result: [3.8675] -nspid=12 -domain: [(2,6),(-1,3)] 2 2 pol: 4 3 -result: [2.53285, 2.55387, 5.61145, 5.53465] -nspid=12 -domain: [(2,6),(-1,3)] 8 1 pol: 4 3 -result: [3.54915, 3.6862, 3.79458, 3.85788, 3.8597, 3.78362, 3.61325, 3.33218] -nspid=12 -domain: [(0,4),(0,1)] 1 1 pol: 4 3 -result: [2.74688] -nspid=12 -domain: [(0,4),(0,1)] 2 2 pol: 4 3 -result: [2.08405, 2.77455, 2.78328, 3.38062] -nspid=12 -domain: [(0,4),(0,1)] 8 1 pol: 4 3 -result: [2.2368, 2.34524, 2.49232, 2.66044, 2.83197, 2.9893, 3.11482, 3.19092] -nspid=12 -domain: [(2,6),(-1,3)] 1 1 pol: 6 2 -result: [3.51063] -nspid=12 -domain: [(2,6),(-1,3)] 2 2 pol: 6 2 -result: [2.25146, 3.12851, 2.79753, 5.43454] -nspid=12 -domain: [(2,6),(-1,3)] 8 1 pol: 6 2 -result: [1.86262, 2.29172, 2.76643, 3.26435, 3.74599, 4.14443, 4.35511, 4.2256] -nspid=12 -domain: [(0,4),(0,1)] 1 1 pol: 6 2 -result: [1.6275] -nspid=12 -domain: [(0,4),(0,1)] 2 2 pol: 6 2 -result: [1.06193, 2.31971, 1.08853, 2.45623] -nspid=12 -domain: [(0,4),(0,1)] 8 1 pol: 6 2 -result: [0.963385, 0.997231, 1.18271, 1.46298, 1.80437, 2.18661, 2.59304, 3.00079] -nspid=12 -domain: [(2,6),(-1,3)] 1 1 pol: 2 6 -result: [2.45187] -nspid=12 -domain: [(2,6),(-1,3)] 2 2 pol: 2 6 -result: [1.9119, 2.65478, 3.84173, 3.893] -nspid=12 -domain: [(2,6),(-1,3)] 8 1 pol: 2 6 -result: [2.11555, 2.21164, 2.30773, 2.40383, 2.49992, 2.59602, 2.69211, 2.7882] -nspid=12 -domain: [(0,4),(0,1)] 1 1 pol: 2 6 -result: [1.70821] -nspid=12 -domain: [(0,4),(0,1)] 2 2 pol: 2 6 -result: [1.2787, 1.93312, 1.62101, 2.09488] -nspid=12 -domain: [(0,4),(0,1)] 8 1 pol: 2 6 -result: [1.21446, 1.35553, 1.49661, 1.63768, 1.77875, 1.91982, 2.06089, 2.20196] -nspid=12 -OK diff --git a/CEP/BB/BBS/test/tMeqPolcLog.cc b/CEP/BB/BBS/test/tMeqPolcLog.cc deleted file mode 100644 index d98f6b3b36bb5783c7aeaa5df428f07b8415b2fc..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqPolcLog.cc +++ /dev/null @@ -1,168 +0,0 @@ -//# tMeqPolcLog.cc: test program for class MeqPolcLog -//# -//# Copyright (C) 2003 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - - -#include <BBS/MNS/MeqPolcLog.h> -#include <BBS/MNS/MeqRequest.h> -#include <BBS/MNS/MeqResult.h> -#include <BBS/MNS/MeqMatrixTmp.h> -#include <Common/Timer.h> -#include <Common/LofarLogger.h> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace casa; - - -/* -void setCoeff(ParmDB::ParmValue &pval, const MeqMatrix &value, const bool* mask) -{ - vector<int> shp(2); - shp[0] = value.nx(); - shp[1] = value.ny(); - - if (mask == 0) { - pval.rep().setCoeff(value.doubleStorage(), shp); - } else { - pval.rep().setCoeff(value.doubleStorage(), mask, shp); - } -} -*/ - -bool compare (const MeqMatrix& m1, const MeqMatrix& m2) -{ - if (m1.nx() != m2.nx() || m1.ny() != m2.ny()) { - return false; - } - MeqMatrix res = sum(sqr(m1-m2)); - if (!res.isComplex()) { - return (res.getDouble() < 1.e-7); - } - dcomplex resc = res.getDComplex(); - return (LOFAR::real(resc) < 1.e-7 && LOFAR::imag(resc) < 1.e-7); -} - - -void doEval (MeqPolcLog& polc, const MeqDomain& domain, int nx, int ny) -{ - // Always use the entire mask as true. - bool mask[100]; - for (int i=0; i<100; ++i) { - mask[i] = true; - } - - polc.clearSolvable(); - MeqRequest req(domain, nx, ny); - MeqResult res = polc.getResult (req, 0, 0); - cout << "domain: " << domain << ' ' << nx << ' ' << ny - << " pol: " << polc.getCoeff().nx() << ' ' - << polc.getCoeff().ny() << endl; - cout << "result: " << res.getValue() << endl; - - // Calculate the result for all perturbed values. - int nspid = polc.makeSolvable (0); - cout << "nspid=" << nspid << endl; - MeqRequest reqm(domain, nx, ny, nspid); - MeqResult resm = polc.getResult (reqm, nspid, 0); - ASSERT(compare(res.getValue(), resm.getValue())); - - for (int i=0; i<nspid; ++i) { - ParmDB::ParmValue pval = polc.getParmValue().clone(); - MeqMatrix coeff = polc.getCoeff().clone(); - double* coeffp = coeff.doubleStorage(); - coeffp[i] += polc.getPerturbation(i); - - MeqPolcLog polcp (polc); - polcp.update (coeff); - MeqResult resp = polcp.getResult (req, 0, 0); - ASSERT (compare (resp.getValue(), resm.getPerturbedValue (i))); - } -} - - -void doIt (MeqPolcLog& polc) -{ - // Evaluate the polynomial for some requests. - - MeqDomain domain(20.0e6, 60.0e6, 0.0, 3600.0); - doEval(polc, domain, 1, 1); - doEval(polc, domain, 2, 2); - doEval(polc, domain, 8, 1); - - MeqDomain domain2(10.0e6, 400.0e6, -1800.0, 1800.0); - doEval(polc, domain2, 1, 1); - doEval(polc, domain2, 2, 2); - doEval(polc, domain2, 8, 1); -} - - -int main() -{ - try { - // Always use the entire mask as true. - bool mask[100]; - for (int i=0; i<100; ++i) { - mask[i] = true; - } - - ParmDB::ParmValue pval; - pval.rep().setType("polclog"); - pval.rep().setPerturbation (1, false); - pval.rep().setDomain(ParmDB::ParmDomain(2, 6, -1, 3)); - pval.rep().itsConstants.push_back(25.0e6); - pval.rep().itsConstants.push_back(0.0); - - MeqPolcLog polc(pval); - polc.setDomain(MeqDomain(20.0e6, 60.0e6, 0.0, 3600.0)); - - polc.setCoeff(MeqMatrix(2.), mask); - doIt(polc); - - polc.setCoeff(MeqMatrix(2.,2,1,true), mask); - doIt(polc); - - polc.setCoeff(MeqMatrix(2.,3,3,true), mask); - doIt(polc); - - double c1[12] = { 0.4, 0.3, 0.2, 0.1, - -0.75, 0.75, -0.75, 0.75, - -1.2, 3.4, 5.6, -7.8}; - - polc.setCoeff(MeqMatrix(c1, 3, 4), mask); - doIt(polc); - - polc.setCoeff(MeqMatrix(c1, 4, 3), mask); - doIt(polc); - - polc.setCoeff(MeqMatrix(c1, 6, 2), mask); - doIt(polc); - - polc.setCoeff(MeqMatrix(c1, 2, 6), mask); - doIt(polc); - - } catch (std::exception& x) { - cerr << "Caught exception: " << x.what() << endl; - return 1; - } - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tMeqPolcLog.run b/CEP/BB/BBS/test/tMeqPolcLog.run deleted file mode 100755 index a5614348ccffb4fea1b830a2933ac2a8b66e9f20..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqPolcLog.run +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/bash -./tMeqPolcLog 2>&1 | grep 'result:' -exit $? diff --git a/CEP/BB/BBS/test/tMeqPolcLog.sh b/CEP/BB/BBS/test/tMeqPolcLog.sh deleted file mode 100755 index 1164baeb047d85be7d552cd74752d679a585ca2d..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqPolcLog.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tMeqPolcLog > tMeqPolcLog.log 2>&1 diff --git a/CEP/BB/BBS/test/tMeqPolcLog.stdout b/CEP/BB/BBS/test/tMeqPolcLog.stdout deleted file mode 100644 index 56150306bea9730f106c1b3ed026df30da4bb64f..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqPolcLog.stdout +++ /dev/null @@ -1,42 +0,0 @@ -result: 2 -result: 2 -result: 2 -result: 2 -result: 2 -result: 2 -result: [2.40824] -result: [2.15836, 2.60206, 2.15836, 2.60206] -result: [1.90849, 2.08279, 2.22789, 2.35218, 2.4609, 2.55751, 2.64444, 2.72346] -result: [3.82763] -result: [3.26694, 4.16557, 3.26694, 4.16557] -result: [2.27661, 3.04358, 3.44444, 3.71768, 3.92521, 4.0926, 4.23288, 4.35363] -result: [4.36025] -result: [2.84931, 3.65308, 5.02021, 6.43638] -result: [3.34718, 3.65087, 3.94424, 4.22485, 4.49244, 4.7476, 4.99116, 5.22401] -result: [5.49774] -result: [3.30647, 5.28972, 5.34122, 8.54493] -result: [2.31486, 3.58812, 4.48766, 5.19288, 5.77843, 6.28209, 6.72577, 7.12341] -result: [0.824182] -result: [0.451993, 0.522841, 1.6671, 1.9564] -result: [0.648856, 0.719932, 0.770991, 0.808868, 0.837565, 0.859595, 0.876625, 0.889811] -result: [0.841155] -result: [0.581907, 0.828482, 0.664132, 0.922056] -result: [0.445316, 0.610991, 0.720988, 0.805172, 0.874104, 0.932839, 0.984221, 1.03002] -result: [0.0747782] -result: [0.1951, 0.375615, -0.602145, 0.148844] -result: [-0.342074, -0.209882, -0.0875141, 0.0234702, 0.123439, 0.213337, 0.294225, 0.367109] -result: [0.917464] -result: [0.868158, 0.999115, 0.675553, 1.06656] -result: [0.445581, 0.625197, 0.758659, 0.86852, 0.9633, 1.04738, 1.12338, 1.193] -result: [0.163866] -result: [0.250967, 0.378477, -0.0971596, 0.121718] -result: [-0.00688664, 0.052388, 0.0996664, 0.142725, 0.185074, 0.228141, 0.272343, 0.317613] -result: [0.872389] -result: [0.597963, 1.40668, 0.704938, 0.936553] -result: [0.445344, 0.598611, 0.701978, 0.81092, 0.93922, 1.089, 1.25906, 1.44734] -result: [0.441222] -result: [0.423009, 0.509366, 0.787708, 0.862712] -result: [0.291296, 0.343586, 0.387116, 0.424405, 0.457019, 0.486002, 0.512082, 0.535787] -result: [0.674144] -result: [0.5144, 0.663149, 0.63877, 0.81367] -result: [0.441491, 0.556537, 0.616667, 0.657651, 0.688782, 0.71389, 0.734933, 0.753044] diff --git a/CEP/BB/BBS/test/tMeqTabular.cc b/CEP/BB/BBS/test/tMeqTabular.cc deleted file mode 100644 index bab732fab0839bcb18562b97c2c36173bd226219..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqTabular.cc +++ /dev/null @@ -1,328 +0,0 @@ -//# tMeqPolc.cc: test program for class MeqPolc -//# -//# Copyright (C) 2003 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - - -#include <BBS/MNS/MeqTabular.h> -#include <BBS/MNS/MeqRequest.h> -#include <BBS/MNS/MeqResult.h> -#include <BBS/MNS/MeqMatrixTmp.h> -#include <Common/Timer.h> -#include <Common/LofarLogger.h> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace casa; - -#define EPSILON 1.0e-12 - -// evaluate_and_check(): evaluates the request and compares the result with the given answer. Two numbers a -// and b are compared as follows: a == b <=> (abs(a - b) <= EPSILON) to allow for round-off error. -bool evaluate_and_check(MeqTabular &tabular, const MeqRequest &request, const double* const answer) -{ - // Do not compute perturbed values. - tabular.clearSolvable(); - - MeqResult result = tabular.getResult(request, 0, 0); - - cout << "domain: " << request.domain() << ' ' << request.nx() << ' ' << request.ny(); - cout << "... "; - - if(answer == NULL) - { - cout << "NOT CHECKED" << endl; - return true; - } - else - { - const double* const resultValues = result.getValue().doubleStorage(); - - int i; - bool ok = true; - for(i = 0; i < request.nx() * request.ny(); i++) - { - if(abs(resultValues[i] - answer[i]) > EPSILON) - { - ok = false; - break; - } - } - - if(!ok) - { - cout << "FAIL" << endl; - cout << "!!!!" << endl; - cout << "result:" << endl; - cout << setprecision(15); - cout << result.getValue() << endl << endl; - cout << "mismatch at index " << i << ": " << resultValues[i] << " != " << answer[i] << endl; - cout << setprecision(5); - cout << "!!!!" << endl; - } - else - { - cout << "PASS" << endl; - } - - return ok; - } -} - - -bool test_constant() -{ - cout << "test_constant(): testing with a constant input pattern - "; - - // Constuct constant (1x1) tabular - ParmDB::ParmValue parm; - parm.rep().setType("tabular"); - parm.rep().setDomain(ParmDB::ParmDomain(0.0, 1.0, 0.0, 1.0)); - MeqTabular tabular(parm); - tabular.setCoeff(MeqMatrix(0.23, 1, 1), false); - - // Construct expected answer - MeqRequest request(MeqDomain(0.0, 1.0, 0.0, 1.0), 5, 5); - double answer[25]; - for(int i=0; i < 25; i++) - { - answer[i] = 0.23; - } - - return evaluate_and_check(tabular, request, answer); -} - - -bool test_line() -{ - cout << "test_line(): testing with a line input pattern" << endl; - - // Construct tabular representing a line from (0, 0, -1) to (1, 1, 1). - ParmDB::ParmValue parm; - parm.rep().setType("tabular"); - parm.rep().setDomain(ParmDB::ParmDomain(0.0, 1.0, 0.0, 1.0)); - MeqTabular tabular(parm); - bool mask[2] = {false, false}; - double values[2] = {-1.0, 1.0}; - tabular.setCoeff(MeqMatrix(values, 2, 1), mask); - - double answer[50]; - int outCount = 50; - double inScale = ((1.0 - 0.0) / 2.0); - double inCenter = 0.5 * inScale; - double outCenter; - double x; - - cout << " - without boundary cells - "; - // Construct expected answer - MeqDomain outDomain(0.25, 0.75, 0.0, 1.0); - double outScale = ((outDomain.endX() - outDomain.startX()) / outCount); - for(int i = 0; i < outCount; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - inCenter) / inScale; - answer[i] = values[0] * x + values[1] * (1.0 - x); - } - // Test - MeqRequest request(outDomain, outCount, 1); - if(!evaluate_and_check(tabular, request, answer)) - { - return false; - } - - cout << " - with boundary cells (left) - "; - // Construct expected answer - outDomain = MeqDomain(0.0, 0.75, 0.0, 1.0); - outScale = ((outDomain.endX() - outDomain.startX()) / outCount); - outCenter = 0.5 * outScale; - int leftBoundaryCells = (int) ceil((inCenter - outCenter) / outScale); - for(int i = 0; i < leftBoundaryCells; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - (inCenter - inScale)) / inScale; - answer[i] = 0.0 * x + values[0] * (1.0 - x); - } - for(int i = leftBoundaryCells; i < 50; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - inCenter) / inScale; - answer[i] = values[0] * x + values[1] * (1.0 - x); - } - // Test - request = MeqRequest(outDomain, outCount, 1); - if(!evaluate_and_check(tabular, request, answer)) - { - return false; - } - - cout << " - with boundary cells (right) - "; - // Construct expected answer - outDomain = MeqDomain(0.25, 1.0, 0.0, 1.0); - outScale = ((outDomain.endX() - outDomain.startX()) / outCount); - outCenter = 0.5 * outScale; - int rightBoundaryCells = (int) ceil((inCenter - outCenter) / outScale); - for(int i = 0; i < 50 - rightBoundaryCells; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - inCenter) / inScale; - answer[i] = values[0] * x + values[1] * (1.0 - x); - } - for(int i=50-rightBoundaryCells; i<50; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - (inCenter + inScale)) / inScale; - answer[i] = values[1] * x + 0.0 * (1.0 - x); - } - // Test - request = MeqRequest(outDomain, outCount, 1); - if(!evaluate_and_check(tabular, request, answer)) - { - return false; - } - - cout << " - with boundary cells (left and right) - "; - // Construct expected answer - outDomain = MeqDomain(0.0, 1.0, 0.0, 1.0); - outScale = ((outDomain.endX() - outDomain.startX()) / outCount); - outCenter = 0.5 * outScale; - leftBoundaryCells = (int) ceil((inCenter - outCenter) / outScale); - rightBoundaryCells = (int) ceil((inCenter - outCenter) / outScale); - for(int i = 0; i < leftBoundaryCells; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - (inCenter - inScale)) / inScale; - answer[i] = 0.0 * x + values[0] * (1.0 - x); - } - for(int i = leftBoundaryCells; i < 50 - rightBoundaryCells; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - inCenter) / inScale; - answer[i] = values[0] * x + values[1] * (1.0 - x); - } - for(int i = 50 - rightBoundaryCells; i < 50; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - x = 1.0 - (outCenter - (inCenter + inScale)) / inScale; - answer[i] = values[1] * x + 0.0 * (1.0 - x); - } - // Test - request = MeqRequest(outDomain, outCount, 1); - if(!evaluate_and_check(tabular, request, answer)) - { - return false; - } - - return true; -} - - -bool test_sin() -{ - cout << "test_sin(): testing with a sine input pattern (2 cycles, 512 samples)" << endl; - - // Construct tabular representing two cycles of a sine wave. - ParmDB::ParmValue parm; - parm.rep().setType("tabular"); - parm.rep().setDomain(ParmDB::ParmDomain(0.0, 1.0, 0.0, 1.0)); - MeqTabular tabular(parm); - bool mask[512]; - double values[512]; - for(int i = 0; i < 512; i++) - { - mask[i] = false; - values[i] = 10.0 * sin((i * 2.0 * 3.1415927) / 256.0); - } - tabular.setCoeff(MeqMatrix(values, 512, 1), mask); - - double inScale = ((1.0 - 0.0) / 512.0); - - // To test copy, use values as answers (as no interpolation - // should be done in this case). - cout << " - complete copy - "; - MeqRequest request(MeqDomain(0.0, 1.0, 0.0, 1.0), 512, 1); - if(!evaluate_and_check(tabular, request, values)) - { - return false; - } - - cout << " - partial copy (left 3/4) - "; - request = MeqRequest(MeqDomain(0.0, 1.0 - 128.0 * inScale, 0.0, 1.0), 512 - 128, 1); - if(!evaluate_and_check(tabular, request, values)) - { - return false; - } - - cout << " - partial copy (right 3/4) - "; - request = MeqRequest(MeqDomain(128.0 * inScale, 1.0, 0.0, 1.0), 512 - 128, 1); - if(!evaluate_and_check(tabular, request, &(values[128]))) - { - return false; - } - - cout << " - partial copy (middle 1/2) - "; - request = MeqRequest(MeqDomain(128.0 * inScale, 1.0 - 128.0 * inScale, 0.0, 1.0), 512 - 256, 1); - if(!evaluate_and_check(tabular, request, &(values[128]))) - { - return false; - } - - cout << " - downsampling (512 -> 50 samples) - "; - // Construct expected answer, using linear interpolation between - // sample points. - double answer[50]; - int outCount = 50; - MeqDomain outDomain(0.0, 1.0, 0.0, 1.0); - double outScale = ((outDomain.endX() - outDomain.startX()) / outCount); - double inCenter, outCenter; - double x; - int index; - for(int i = 0; i < 50; i++) - { - outCenter = outDomain.startX() + i * outScale + 0.5 * outScale; - index = (int) ((outCenter - 0.5 * inScale) / inScale); - inCenter = index * inScale + 0.5 * inScale; - x = 1.0 - (outCenter - inCenter) / inScale; - answer[i] = x * values[index] + (1.0 - x) * values[index + 1]; - } - // Test - request = MeqRequest(outDomain, 50, 1); - if(!evaluate_and_check(tabular, request, answer)) - { - return false; - } - - return true; -} - - -int main() -{ - bool ok = true; - - try - { - ok = test_constant() && test_line() && test_sin(); - } catch (std::exception& ex) { - cerr << "Caught exception: " << ex.what() << endl; - return 1; - } - - return (ok ? 0 : 1); -} diff --git a/CEP/BB/BBS/test/tMeqTabular.sh b/CEP/BB/BBS/test/tMeqTabular.sh deleted file mode 100755 index 8622a1c605da7cf509a6a6691a363de47365610c..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tMeqTabular.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tMeqTabular > tMeqTabular.log 2>&1 diff --git a/CEP/BB/BBS/test/tParmMerge.cc b/CEP/BB/BBS/test/tParmMerge.cc deleted file mode 100644 index 7f496a90a1c81bf513f5d3ef168a3ced6f91ebe8..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tParmMerge.cc +++ /dev/null @@ -1,269 +0,0 @@ -//# tParmMerge.cc: test program for merging solvable parms -//# -//# Copyright (C) 2006 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - - -#include <BBS/MNS/MeqParmFunklet.h> -#include <BBS/ParmData.h> -#include <BBS/Solver.h> -#include <ParmDB/ParmDB.h> -#include <Blob/BlobOBufChar.h> -#include <Blob/BlobIBufChar.h> -#include <Blob/BlobOStream.h> -#include <Blob/BlobIStream.h> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace std; - - -void readParms (const MeqDomain& domain, - MeqParmGroup& parmgroup, - ParmDB::ParmDB& pdb) -{ - // Read all parms for this domain into a single map. - map<string,ParmDB::ParmValueSet> parmValues; - vector<string> emptyvec; - ParmDB::ParmDomain pdomain(domain.startX(), domain.endX(), - domain.startY(), domain.endY()); - pdb.getValues (parmValues, emptyvec, pdomain); - for (MeqParmGroup::iterator iter = parmgroup.begin(); - iter != parmgroup.end(); - ++iter) - { - iter->second.fillFunklets (parmValues, domain); - } -} - -void doIt1sd (const ParmDB::ParmDBMeta& pdm) -{ - cout << endl << "tParmMerge with one Prediffer, one domain ..." << endl; - ParmDB::ParmDB pdb(pdm); - MeqParmGroup parmgroup; - MeqPExpr parm1 (MeqParmFunklet::create ("parm1", parmgroup, &pdb)); - MeqPExpr parm2 (MeqParmFunklet::create ("parm2", parmgroup, &pdb)); - MeqPExpr parm3 (MeqParmFunklet::create ("parm2", parmgroup, &pdb)); - MeqDomain workDomain (1,5, 4,10); - // Read the parm values for this domain. - readParms (workDomain, parmgroup, pdb); - vector<MeqDomain> solveDomains(1); - solveDomains[0] = workDomain; - // Set the parms to solvable. - parm1.setSolvable (true); - parm2.setSolvable (true); - // Initialize the solvable parms. - ParmDataInfo parmdata; - parmdata.set (solveDomains, workDomain); - const vector<MeqDomain>& localSolveDomains = parmdata.getDomains(); - int nrpert = 0; - vector<int> nrscids (localSolveDomains.size()); - std::fill (nrscids.begin(), nrscids.end(), 0); - for (MeqParmGroup::iterator iter = parmgroup.begin(); - iter != parmgroup.end(); - ++iter) - { - int nr = iter->second.initDomain (localSolveDomains, nrpert, nrscids); - if (nr > 0) { - parmdata.parms().push_back (LOFAR::BBS::ParmData(iter->second.getName(), - iter->second.getParmDBSeqNr(), - iter->second.getFunklets())); - } - } - parmdata.show (cout); - - Solver solver; - solver.initSolvableParmData (1, solveDomains, workDomain); - solver.setSolvableParmData (parmdata, 0); - solver.show (cout); -} - -void doIt4sd (const ParmDB::ParmDBMeta& pdm) -{ - cout << endl << "tParmMerge with one Prediffer, four domains ..." << endl; - ParmDB::ParmDB pdb(pdm); - MeqParmGroup parmgroup; - MeqPExpr parm1 (MeqParmFunklet::create ("parm1d", parmgroup, &pdb)); - MeqPExpr parm2 (MeqParmFunklet::create ("parm2d", parmgroup, &pdb)); - MeqDomain workDomain (1,5, 4,12); - // Read the parm values for this domain. - readParms (workDomain, parmgroup, pdb); - vector<MeqDomain> solveDomains(4); - solveDomains[0] = MeqDomain(1,5, 4,7); - solveDomains[1] = MeqDomain(1,5, 7,10); - solveDomains[2] = MeqDomain(1,5, 10,11); - solveDomains[3] = MeqDomain(1,5, 11,12); - // Set the parms to solvable. - parm1.setSolvable (true); - parm2.setSolvable (true); - // Initialize the solvable parms. - ParmDataInfo parmdata; - parmdata.set (solveDomains, workDomain); - const vector<MeqDomain>& localSolveDomains = parmdata.getDomains(); - int nrpert = 0; - vector<int> nrscids (localSolveDomains.size()); - std::fill (nrscids.begin(), nrscids.end(), 0); - for (MeqParmGroup::iterator iter = parmgroup.begin(); - iter != parmgroup.end(); - ++iter) - { - int nr = iter->second.initDomain (localSolveDomains, nrpert, nrscids); - if (nr > 0) { - parmdata.parms().push_back (LOFAR::BBS::ParmData(iter->second.getName(), - iter->second.getParmDBSeqNr(), - iter->second.getFunklets())); - } - } - parmdata.show (cout); - - Solver solver; - solver.initSolvableParmData (1, solveDomains, workDomain); - solver.setSolvableParmData (parmdata, 0); - solver.show (cout); -} - -void doIt4sd2pd (const ParmDB::ParmDBMeta& pdm) -{ - cout << endl << "tParmMerge with two Prediffers, four domains ..." << endl; - ParmDB::ParmDB pdb(pdm); - MeqDomain workDomain (1,5, 4,12); - vector<MeqDomain> solveDomains(4); - solveDomains[0] = MeqDomain(1,5, 4,7); - solveDomains[1] = MeqDomain(1,5, 7,10); - solveDomains[2] = MeqDomain(1,5, 10,11); - solveDomains[3] = MeqDomain(1,5, 11,12); - - // Have each Prediffer have a different group of parms. - MeqParmGroup parmgroup1; - MeqPExpr parm11 (MeqParmFunklet::create ("parm1d", parmgroup1, &pdb)); - MeqPExpr parm12 (MeqParmFunklet::create ("parm2d", parmgroup1, &pdb)); - MeqPExpr parm14 (MeqParmFunklet::create ("parm4d", parmgroup1, &pdb)); - MeqDomain workDomain1 (1,5, 4,10); - // Read the parm values for this domain. - readParms (workDomain1, parmgroup1, pdb); - // Set the parms to solvable. - parm11.setSolvable (true); - parm12.setSolvable (true); - parm14.setSolvable (true); - // Initialize the solvable parms. - ParmDataInfo parmdata1; - parmdata1.set (solveDomains, workDomain1); - const vector<MeqDomain>& localSolveDomains1 = parmdata1.getDomains(); - int nrpert1 = 0; - vector<int> nrscids1 (localSolveDomains1.size()); - std::fill (nrscids1.begin(), nrscids1.end(), 0); - for (MeqParmGroup::iterator iter = parmgroup1.begin(); - iter != parmgroup1.end(); - ++iter) - { - int nr = iter->second.initDomain (localSolveDomains1, nrpert1, nrscids1); - if (nr > 0) { - parmdata1.parms().push_back (LOFAR::BBS::ParmData(iter->second.getName(), - iter->second.getParmDBSeqNr(), - iter->second.getFunklets())); - } - } - parmdata1.show (cout); - - MeqParmGroup parmgroup2; - MeqPExpr parm21 (MeqParmFunklet::create ("parm1d", parmgroup2, &pdb)); - MeqPExpr parm23 (MeqParmFunklet::create ("parm3d", parmgroup2, &pdb)); - MeqPExpr parm24 (MeqParmFunklet::create ("parm4d", parmgroup2, &pdb)); - MeqDomain workDomain2 (1,5, 8,12); - // Read the parm values for this domain. - readParms (workDomain2, parmgroup2, pdb); - // Set the parms to solvable. - parm21.setSolvable (true); - parm23.setSolvable (true); - parm24.setSolvable (true); - // Initialize the solvable parms. - ParmDataInfo parmdata2; - parmdata2.set (solveDomains, workDomain2); - const vector<MeqDomain>& localSolveDomains2 = parmdata2.getDomains(); - int nrpert2 = 0; - vector<int> nrscids2 (localSolveDomains2.size()); - std::fill (nrscids2.begin(), nrscids2.end(), 0); - for (MeqParmGroup::iterator iter = parmgroup2.begin(); - iter != parmgroup2.end(); - ++iter) - { - int nr = iter->second.initDomain (localSolveDomains2, nrpert2, nrscids2); - if (nr > 0) { - parmdata2.parms().push_back (LOFAR::BBS::ParmData(iter->second.getName(), - iter->second.getParmDBSeqNr(), - iter->second.getFunklets())); - } - } - parmdata2.show (cout); - - ParmDataInfo bParmData1; - { - BlobOBufChar bufo; - { - BlobOStream bos(bufo); - bos << parmdata1; - } - BlobIBufChar bufi(bufo.getBuffer(), bufo.size()); - BlobIStream bis(bufi); - bis >> bParmData1; - } - ParmDataInfo bParmData2; - { - BlobOBufChar bufo; - { - BlobOStream bos(bufo); - bos << parmdata2; - } - BlobIBufChar bufi(bufo.getBuffer(), bufo.size()); - BlobIStream bis(bufi); - bis >> bParmData2; - } - - Solver solver; - solver.initSolvableParmData (2, solveDomains, workDomain); - solver.setSolvableParmData (bParmData1, 0); - solver.setSolvableParmData (bParmData2, 1); - solver.show (cout); -} - -int main (int argc, const char* argv[]) -{ - try { - if (argc < 2) { - cerr << "Run as: tParmMerge parmtable" - << endl; - return 1; - } - - // Read the info for the ParmTables - ParmDB::ParmDBMeta pdm("aips", argv[1]); - // Simple test with 1 solve domain. - doIt1sd (pdm); - // Test with four solve domains. - doIt4sd (pdm); - // Idem with 2 'prediffers'. - doIt4sd2pd (pdm); - - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - return 0; -} diff --git a/CEP/BB/BBS/test/tParmMerge.run b/CEP/BB/BBS/test/tParmMerge.run deleted file mode 100755 index 762d28132fbf34bbb74ddefe1ff1d59484e0adbc..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tParmMerge.run +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh - -echo "Test with tParmMerge.in_mep1" -$LOFAR_CHECKTOOL ./tParmMerge tParmMerge.in_mep1 - -echo "" -echo "Test with tParmMerge.in_mep2" -$LOFAR_CHECKTOOL ./tParmMerge tParmMerge.in_mep2 - diff --git a/CEP/BB/BBS/test/tParmMerge.sh b/CEP/BB/BBS/test/tParmMerge.sh deleted file mode 100755 index 17c300f20e4edb0b39b27043c0fa85d05277efac..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tParmMerge.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tParmMerge > tParmMerge.log 2>&1 diff --git a/CEP/BB/BBS/test/tParmMerge.stdout b/CEP/BB/BBS/test/tParmMerge.stdout deleted file mode 100644 index 65265773fb8aa63b13a0e53b4e7c5e23760bd040..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tParmMerge.stdout +++ /dev/null @@ -1,191 +0,0 @@ -Test with tParmMerge.in_mep1 - -tParmMerge with one Prediffer, one domain ... -ParmData: - parm1(0) [1]s1,-1 - parm2(0) [2, 0.1]s2,-1 -Domains: - [(1,5),(4,10)] [0] -Solver Names: - parm1 0 - parm2 1 -Solver ParmInfo: -ParmData: - parm1(0) [1]s1,0 - parm2(0) [2, 0.1]s2,1 -Domains: - [(1,5),(4,10)] [0] -Solver Fitter Values: - [1,2,0.1] -Solver PredInfo: - sdindices [0] - scids [0,1,2] - -tParmMerge with one Prediffer, four domains ... -ParmData: - parm1d(0) [2, 0.03]s2,-1 [2, 0.03]s2,-1 [2, 0.03]s2,-1 [2, 0.03]s2,-1 - parm2d(0) [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Names: - parm1d 0 - parm2d 1 -Solver ParmInfo: -ParmData: - parm1d(0) [2, 0.03]s2,0 [2, 0.03]s2,0 [2, 0.03]s2,0 [2, 0.03]s2,0 - parm2d(0) [2, 0.03, 0]s3,2 [2, 0.03, 0]s3,2 [2, 0.03, 0]s3,2 [2, 0.03, 0]s3,2 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Fitter Values: - [2,0.03,2,0.03,0] - [2,0.03,2,0.03,0] - [2,0.03,2,0.03,0] - [2,0.03,2,0.03,0] -Solver PredInfo: - sdindices [0,1,2,3] - scids [0,1,2,3,4] [0,1,2,3,4] [0,1,2,3,4] [0,1,2,3,4] - -tParmMerge with two Prediffers, four domains ... -ParmData: - parm1d(0) [2, 0.03]s2,-1 [2, 0.03]s2,-1 - parm2d(0) [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 - parm4d(0) [2.07]s1,-1 [2.07]s1,-1 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] -ParmData: - parm1d(0) [2, 0.03]s2,-1 [2, 0.03]s2,-1 [2, 0.03]s2,-1 - parm3d(0) [1.5]s1,-1 [1.5]s1,-1 [1.5]s1,-1 - parm4d(0) [2.07]s1,-1 [2.07]s1,-1 [2.07]s1,-1 -Domains: - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Names: - parm1d 0 - parm2d 1 - parm3d 3 - parm4d 2 -Solver ParmInfo: -ParmData: - parm1d(0) [2, 0.03]s2,0 [2, 0.03]s2,0 [2, 0.03]s2,0 [2, 0.03]s2,0 - parm2d(0) [2, 0.03, 0]s3,2 [2, 0.03, 0]s3,2 no-coeffs0,-1 no-coeffs0,-1 - parm4d(0) [2.07]s1,5 [2.07]s1,5 [2.07]s1,3 [2.07]s1,3 - parm3d(0) no-coeffs0,-1 [1.5]s1,6 [1.5]s1,2 [1.5]s1,2 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Fitter Values: - [2,0.03,2,0.03,0,2.07] - [2,0.03,2,0.03,0,2.07,1.5] - [2,0.03,1.5,2.07] - [2,0.03,1.5,2.07] -Solver PredInfo: - sdindices [0,1] - scids [0,1,2,3,4,5] [0,1,2,3,4,5] - sdindices [1,2,3] - scids [0,1,6,5] [0,1,2,3] [0,1,2,3] - -Test with tParmMerge.in_mep2 - -tParmMerge with one Prediffer, one domain ... -ParmData: - parm1(0) [1]s1,-1 - parm2(0) [2, 0.1]s2,-1 -Domains: - [(1,5),(4,10)] [0] -Solver Names: - parm1 0 - parm2 1 -Solver ParmInfo: -ParmData: - parm1(0) [1]s1,0 - parm2(0) [2, 0.1]s2,1 -Domains: - [(1,5),(4,10)] [0] -Solver Fitter Values: - [1,2,0.1] -Solver PredInfo: - sdindices [0] - scids [0,1,2] - -tParmMerge with one Prediffer, four domains ... -ParmData: - parm1d(0) [11.1, 11.2]s2,-1 [12.1, 12.2]s2,-1 [13.1, 13.2, 13.3, 13.4]s3,-1 [14.1]s1,-1 - parm2d(0) [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Names: - parm1d 0 - parm2d 1 -Solver ParmInfo: -ParmData: - parm1d(0) [11.1, 11.2]s2,0 [12.1, 12.2]s2,0 [13.1, 13.2, 13.3, 13.4]s3,0 [14.1]s1,0 - parm2d(0) [2, 0.03, 0]s3,2 [2, 0.03, 0]s3,2 [2, 0.03, 0]s3,3 [2, 0.03, 0]s3,1 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Fitter Values: - [11.1,11.2,2,0.03,0] - [12.1,12.2,2,0.03,0] - [13.1,13.2,13.3,2,0.03,0] - [14.1,2,0.03,0] -Solver PredInfo: - sdindices [0,1,2,3] - scids [0,1,2,3,4] [0,1,2,3,4] [0,1,2,3,4,5] [0,1,2,3] - -tParmMerge with two Prediffers, four domains ... -ParmData: - parm1d(0) [11.1, 11.2]s2,-1 [12.1, 12.2]s2,-1 - parm2d(0) [2, 0.03, 0]s3,-1 [2, 0.03, 0]s3,-1 - parm4d(0) [2.07]s1,-1 [2.07]s1,-1 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] -ParmData: - parm1d(0) [12.1, 12.2]s2,-1 [13.1, 13.2, 13.3, 13.4]s3,-1 [14.1]s1,-1 - parm3d(0) [1.5]s1,-1 [1.5]s1,-1 [1.5]s1,-1 - parm4d(0) [2.07]s1,-1 [2.07]s1,-1 [2.07]s1,-1 -Domains: - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Names: - parm1d 0 - parm2d 1 - parm3d 3 - parm4d 2 -Solver ParmInfo: -ParmData: - parm1d(0) [11.1, 11.2]s2,0 [12.1, 12.2]s2,0 [13.1, 13.2, 13.3, 13.4]s3,0 [14.1]s1,0 - parm2d(0) [2, 0.03, 0]s3,2 [2, 0.03, 0]s3,2 no-coeffs0,-1 no-coeffs0,-1 - parm4d(0) [2.07]s1,5 [2.07]s1,5 [2.07]s1,4 [2.07]s1,2 - parm3d(0) no-coeffs0,-1 [1.5]s1,6 [1.5]s1,3 [1.5]s1,1 -Domains: - [(1,5),(4,7)] [0] - [(1,5),(7,10)] [1] - [(1,5),(10,11)] [2] - [(1,5),(11,12)] [3] -Solver Fitter Values: - [11.1,11.2,2,0.03,0,2.07] - [12.1,12.2,2,0.03,0,2.07,1.5] - [13.1,13.2,13.3,1.5,2.07] - [14.1,1.5,2.07] -Solver PredInfo: - sdindices [0,1] - scids [0,1,2,3,4,5] [0,1,2,3,4,5] - sdindices [1,2,3] - scids [0,1,6,5] [0,1,2,3,4] [0,1,2] diff --git a/CEP/BB/BBS/test/tPerturbed.cc b/CEP/BB/BBS/test/tPerturbed.cc deleted file mode 100644 index cf5e4d3a6e29524acd99bf61863140118c778363..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPerturbed.cc +++ /dev/null @@ -1,178 +0,0 @@ -//# tPerturbed.cc: Test program to check if perturbed values are correct -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/Prediffer.h> -#include <BBS/Solver.h> -#include <BBS/MNS/MeqMatrix.h> -#include <Common/VectorUtil.h> -#include <Common/LofarLogger.h> -#include <casa/BasicMath/Math.h> -#include <stdexcept> -#include <iostream> -#include <iomanip> -#include <vector> - - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace std; - -// Note: -// demo3.MS contains 50 frequency channels of 500000 Hz with -// center frequencies of 137750000-162250000 Hz. -// There are 5 time stamps of 2 sec in it (centers 2.35208883e9 + 2-10). - -void doTest (Prediffer& pre1, const StepProp& stepProp, - const vector<string>& solv) -{ - // Use the prediffer first to calculate the perturbed values. - // Set a domain of first 4 channels and all times. - ASSERT (pre1.setWorkDomain (0, 3, 0., 1e12)); - ASSERT (pre1.setStepProp (stepProp)); - // Have a single solve domain. - vector<MeqDomain> solveDomains(1, pre1.getWorkDomain()); - // Set the solvable parameters and solve domains. - SolveProp sprop; - sprop.setParmPatterns (solv); - sprop.setDomains (solveDomains); - ASSERT (pre1.setSolveProp (sprop)); - cout << solv << endl; - // Get the values of the solvable parms. - Solver solver; - solver.initSolvableParmData (1, solveDomains, pre1.getWorkDomain()); - const ParmDataInfo& parmData = pre1.getSolvableParmData(); - cout << "ParmData " << parmData << endl;; - solver.setSolvableParmData (parmData, 0); - vector<double> values = solver.getSolvableValues(0); - int nspid = values.size(); - // Get all results. - vector<MeqResult> results = pre1.getResults(); - // Get the vector of perturbations. - vector<double> perts(nspid); - for (int i=0; i<nspid; ++i) { - perts[i] = 0; - for (uint j=0; j<results.size(); ++j) { - if (results[j].isDefined (i)) { - perts[i] = results[j].getPerturbation(i); - break; - } - } - } - cout << "nspid=" << nspid << endl; - // Now loop through all solvable parms. - // Add the perturbation to its value and calculate the result again. - for (int i=0; i<nspid; ++i) { - // Add the perturbation for this parm coeff. - double oldval = values[i]; - values[i] += perts[i]; - pre1.updateSolvableParms (values); - values[i] = oldval; - // Calculate without perturbed values. - vector<MeqResult> res2 = pre1.getResults(false); - // Now check if values are (about) equal. - int nrv=0; - for (uint j=0; j<results.size(); ++j) { - const MeqMatrix* resm1; - if (results[j].isDefined (i)) { - resm1 = &(results[j].getPerturbedValue(i)); - } else { - resm1 = &(results[j].getValue()); - nrv++; - } - const MeqMatrix* resm2 = &(res2[j].getValue()); - ASSERTSTR (resm1->nelements() == resm2->nelements(), - "nres1=" << resm1->nelements() - << " nres2=" << resm2->nelements() - << " valnr=" << j << " nspid=" << i); -#if 0 - const dcomplex* resv1 = resm1->dcomplexStorage(); - const dcomplex* resv2 = resm2->dcomplexStorage(); - for (int k=0; k<resm1->nelements(); ++k) { - ASSERTSTR (casa::near(real(resv1[k]),real(resv2[k])) && - casa::near(imag(resv1[k]),imag(resv2[k])), - "res1=" << std::setprecision(10) << resv1[k] - << " res2=" << std::setprecision(10) << resv2[k] - << " rnr=" << k - << " valnr=" << j << " spid=" << i); -#else - const double *resv1_r, *resv1_i, *resv2_r, *resv2_i; - resm1->dcomplexStorage(resv1_r, resv1_i); - resm2->dcomplexStorage(resv2_r, resv2_i); - for (int k=0; k<resm1->nelements(); ++k) { - ASSERTSTR (casa::near(resv1_r[k],resv2_r[k]) && - casa::near(resv1_i[k],resv2_i[k]), - "res1=(" << std::setprecision(10) << resv1_r[k] << ',' << - resv1_i[k] << ") res2=" << std::setprecision(10) << - resv2_r[k] << ',' << resv2_i[k] << ") rnr=" << k << - " valnr=" << j << " spid=" << i); -#endif - } - } - if (nrv > 0) { - cout << nrv << " unperturbed values (out of " << results.size() - << ") for spid " << i << endl; - } - } -} - -int main (int argc, const char* argv[]) -{ - cout << ">>>" << endl; - INIT_LOGGER("tPerturbed"); - try { - if (argc < 7) { - cerr << "Run as: tPerturbed user msname meqparmtable skyparmtable model solvparms..." - << endl; - return 1; - } - // Read the info for the ParmTables - ParmDB::ParmDBMeta meqPdm("aips", argv[3]); - ParmDB::ParmDBMeta skyPdm("aips", argv[4]); - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - - // Do a solve using the model and a few stations. - { - cout << "Starting first test" << endl; - vector<int> antVec(10); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = 4*i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - ASSERT (pre1.setStrategyProp (stratProp)); - vector<string> solv(argc-6); - for (uint i=0; i<solv.size(); ++i) { - solv[i] = argv[i+6]; - } - StepProp stepProp; - stepProp.setModel (StringUtil::split(argv[5],'.')); - doTest (pre1, stepProp, solv); - cout << "End of first test" << endl; - } - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - cout << "<<<" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tPerturbed.run b/CEP/BB/BBS/test/tPerturbed.run deleted file mode 100755 index acb07111bd9a42ac4008c29e729ca204c948c378..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPerturbed.run +++ /dev/null @@ -1,41 +0,0 @@ -#!/bin/sh - -# Set srcdir if needed. -# It might not be set if the .run file is executed directly instead of -# by 'make check'. -if [ "$srcdir" = "" ]; then - srcdir=../../../test -fi - -# Create the ParmDB tables for tPerturbed. -$srcdir/makeDemoParmDB tPerturbed -if [ $? != 0 ]; then - exit 1 -fi - -echo "run1 ..." -$LOFAR_CHECKTOOL ./tPerturbed $USER /opt/lofar/data/BBS2/demo3.MS_p1 tPerturbed_tmp.demo_instr tPerturbed_tmp.demo_sky TOTALGAIN.REALIMAG 'RA:*' 'DEC:*' 'StokesI:*' -status=$? - -echo "run2 ..." -$LOFAR_CHECKTOOL ./tPerturbed $USER /opt/lofar/data/BBS2/demo3.MS_p1 tPerturbed_tmp.demo_instr tPerturbed_tmp.demo_sky TOTALGAIN 'RA:*' 'DEC:*' 'StokesI:*' -stat=$? -if [ $stat != 0 ]; then - status=$stat -fi - -echo "run3 ..." -$LOFAR_CHECKTOOL ./tPerturbed $USER /opt/lofar/data/BBS2/demo3.MS_p1 tPerturbed_tmp.demo_instr tPerturbed_tmp.demo_sky TOTALGAIN 'gain:*' -stat=$? -if [ $stat != 0 ]; then - status=$stat -fi - -echo "run4 ..." -$LOFAR_CHECKTOOL ./tPerturbed $USER /opt/lofar/data/BBS2/demo3.MS_p1 tPerturbed_tmp.demo_instr tPerturbed_tmp.demo_sky TOTALGAIN 'RA:*' 'DEC:*' 'StokesI:*' -stat=$? -if [ $stat != 0 ]; then - status=$stat -fi - -exit $status diff --git a/CEP/BB/BBS/test/tPerturbed.sh b/CEP/BB/BBS/test/tPerturbed.sh deleted file mode 100755 index a19c86f30f75b88991a05b20ef84618d79290176..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPerturbed.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tPerturbed > tPerturbed.log 2>&1 diff --git a/CEP/BB/BBS/test/tPredSolv.cc b/CEP/BB/BBS/test/tPredSolv.cc deleted file mode 100644 index c0ba52aef95c10f03beb3a34c2a3e9e390698c6b..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPredSolv.cc +++ /dev/null @@ -1,331 +0,0 @@ -//# tPredSolv.cc: Test program for Prediffer and Solver classes -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/Prediffer.h> -#include <BBS/Solver.h> -#include <BBS/ParmWriter.h> -#include <BBS/MNS/MeqParmFunklet.h> -#include <ParmDB/ParmDB.h> -#include <Common/VectorUtil.h> -#include <Common/LofarLogger.h> -#include <stdexcept> -#include <iostream> -#include <iomanip> -#include <malloc.h> - -#include <Common/hexdump.h> - - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace std; - -// Note: -// demo3.MS contains 50 frequency channels of 500000 Hz with -// center frequencies of 137750000-162250000 Hz. -// There are 5 time stamps of 2 sec in it (centers 2.35208883e9 + 2-10). - -void doSolve (Prediffer& pre1, - const StepProp& stepProp, const SolveProp& solveProp) -{ - // Set a domain. - cout << ">>>" << endl; - ASSERT (pre1.setWorkDomain (0, 1, 0., 1e12)); - ASSERT (pre1.setStepProp (stepProp)); - // Have a single solve domain. - vector<MeqDomain> solveDomains(1, pre1.getWorkDomain()); - // Set the solvable parameters and solve domains. - SolveProp sprop(solveProp); - sprop.setDomains (solveDomains); - ASSERT (pre1.setSolveProp (sprop)); - cout << "<<<" << endl; - // Get the ParmData from the Prediffer and send it to the solver. - Solver solver; - solver.initSolvableParmData (1, solveDomains, pre1.getWorkDomain()); - solver.setSolvableParmData (pre1.getSolvableParmData(), 0); - cout << ">>>" << endl; - pre1.showSettings(); - cout << "<<<" << endl; - streamsize prec = cout.precision(); - cout << "Before: " << setprecision(10) << solver.getSolvableValues(0) - << endl; - - for (int it=0; it<sprop.getMaxIter(); ++it) { - // Get the fitter from the prediffer and give it to the solver. - vector<casa::LSQFit> fitters; - cout << ">>>" << endl; - pre1.fillFitters (fitters); - solver.mergeFitters (fitters, 0); - // Do the solve. - solver.solve (false); - cout << "<<<" << endl; - cout << "iter" << it << ": " << setprecision(10) - << solver.getSolvableValues(0) << endl; - cout << solver.getQuality(0) << endl; - cout.precision (prec); - pre1.updateSolvableParms (solver.getSolvableParmData()); - } -} - -void doSolve2 (Prediffer& pre1, Prediffer& pre2, - const StepProp& stepProp, const SolveProp& solveProp) -{ - // Set a domain. - cout << ">>>" << endl; - ASSERT (pre1.setWorkDomain (0, 3, 0., 1e12)); - ASSERT (pre2.setWorkDomain (0, 3, 0., 1e12)); - ASSERT (pre1.setStepProp (stepProp)); - ASSERT (pre2.setStepProp (stepProp)); - // Have a single solve domain. - vector<MeqDomain> solveDomains(1, pre1.getWorkDomain()); - // Set the solvable parameters and solve domains. - SolveProp sprop(solveProp); - sprop.setDomains (solveDomains); - ASSERT (pre1.setSolveProp (sprop)); - cout << "<<<" << endl; - // Get the ParmData from the Prediffers and send it to the solver. - Solver solver; - solver.initSolvableParmData (2, solveDomains, pre1.getWorkDomain()); - solver.setSolvableParmData (pre1.getSolvableParmData(), 0); - solver.setSolvableParmData (pre2.getSolvableParmData(), 1); - - streamsize prec = cout.precision(); - cout << "Before: " << setprecision(10) << solver.getSolvableValues(0) - << endl; - for (int it=0; it<sprop.getMaxIter(); ++it) { - // Get the fitter from the prediffer and give it to the solver. - vector<casa::LSQFit> fitters; - cout << ">>>" << endl; - pre1.fillFitters (fitters); - solver.mergeFitters (fitters, 0); - pre2.fillFitters (fitters); - solver.mergeFitters (fitters, 1); - // Do the solve. - solver.solve (false); - cout << "<<<" << endl; - cout << "iter" << it << ": " << setprecision(10) - << solver.getSolvableValues(0) << endl; - cout << solver.getQuality(0) << endl; - cout.precision (prec); - pre1.updateSolvableParms (solver.getSolvableParmData()); - pre2.updateSolvableParms (solver.getSolvableParmData()); - } -} - -void doSolve1 (Prediffer& pre1, - const StepProp& stepProp, const SolveProp& solveProp) -{ - // Set a domain. - cout << ">>>" << endl; - ASSERT (pre1.setWorkDomain (0, 3, 0., 1e12)); - ASSERT (pre1.setStepProp (stepProp)); - // Have a single solve domain. - vector<MeqDomain> solveDomains(1, pre1.getWorkDomain()); - // Set the solvable parameters and solve domains. - SolveProp sprop(solveProp); - sprop.setDomains (solveDomains); - ASSERT (pre1.setSolveProp (sprop)); - cout << "<<<" << endl; - // Get the ParmData from the Prediffer and send it to the solver. - Solver solver; - solver.initSolvableParmData (1, solveDomains, pre1.getWorkDomain()); - const ParmDataInfo& pData = pre1.getSolvableParmData(); - solver.setSolvableParmData (pData, 0); - cout << ">>>" << endl; - pre1.showSettings(); - cout << "<<<" << endl; - streamsize prec = cout.precision(); - cout << "Before: " << setprecision(10) << solver.getSolvableValues(0) - << endl; - - for (int it=0; it<sprop.getMaxIter(); ++it) { - // Get the fitter from the prediffer and give it to the solver. - vector<casa::LSQFit> fitters; - cout << ">>>" << endl; - pre1.fillFitters (fitters); - solver.mergeFitters (fitters, 0); - // Do the solve. - solver.solve (false); - cout << "<<<" << endl; - cout << "iter" << it << ": " << setprecision(10) - << solver.getSolvableValues(0) << endl; - cout << solver.getQuality(0) << endl; - cout.precision (prec); - MeqDomain domain(pre1.getWorkDomain()); - ParmWriter pwriter; - pwriter.write (solver.getSolvableParmData(), - domain.startX(), domain.endX(), - domain.startY(), domain.endY()); - pre1.updateSolvableParms(); - } -} - - -int main (int argc, const char* argv[]) -{ - INIT_LOGGER("tPredSolv"); - try { - if (argc < 5) { - cerr << "Run as: tPredSolv user msname meqparmtable skyparmtable" - << endl; - return 1; - } - - // Read the info for the ParmTables - ParmDB::ParmDBMeta meqPdm("aips", argv[3]); - ParmDB::ParmDBMeta skyPdm("aips", argv[4]); - - // Do a solve for RA using a few stations. - { - cout << "Starting first test" << endl; - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - vector<int> antVec(10); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = 2*i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - stratProp.setInColumn ("DATA"); - ASSERT (pre1.setStrategyProp (stratProp)); - // Do a further selection of a few stations. - vector<vector<int> > baselines(1); - vector<int>& antVec2 = baselines[0]; - antVec2.resize(10); - for (uint i=0; i<antVec2.size(); ++i) { - antVec2[i] = 4*i; - } - StepProp stepProp; - stepProp.setModel (StringUtil::split("TOTALGAIN.REALIMAG",'.')); - stepProp.setBaselines (baselines, baselines); - vector<string> solv(3); - solv[0] = "RA:*"; - solv[1] = "DEC:*"; - solv[2] = "StokesI:*"; - SolveProp solveProp; - solveProp.setParmPatterns (solv); - solveProp.setMaxIter (9); - doSolve (pre1, stepProp, solveProp); - cout << "End of first test" << endl; - } - // Do a solve using 2 prediffers. - { - cout << "Starting test with two prediffers" << endl; - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - Prediffer pre2(argv[2], meqPdm, skyPdm, 0, false); - vector<int> antVec(10); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = 2*i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - stratProp.setInColumn ("DATA"); - ASSERT (pre1.setStrategyProp (stratProp)); - ASSERT (pre2.setStrategyProp (stratProp)); - // Do a further selection of a few stations. - vector<vector<int> > baselines(1); - vector<int>& antVec2 = baselines[0]; - antVec2.resize(10); - for (uint i=0; i<antVec2.size(); ++i) { - antVec2[i] = 4*i; - } - StepProp stepProp; - stepProp.setModel (StringUtil::split("TOTALGAIN.REALIMAG",'.')); - stepProp.setBaselines (baselines, baselines); - vector<string> solv(3); - solv[0] = "RA:*"; - solv[1] = "DEC:*"; - solv[2] = "StokesI:*"; - SolveProp solveProp; - solveProp.setParmPatterns (solv); - solveProp.setMaxIter (1); - doSolve2 (pre1, pre2, stepProp, solveProp); - cout << "End of test with two prediffers" << endl; - } - // Take more baselines. - { - cout << "Starting test with 21 antennas" << endl; - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - vector<int> antVec(21); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = 4*i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - stratProp.setInColumn ("DATA"); - ASSERT (pre1.setStrategyProp (stratProp)); - // Only use first correlation. - vector<bool> corrVec(4, false); - corrVec[0] = true; - StepProp stepProp; - stepProp.setModel (StringUtil::split("TOTALGAIN.REALIMAG",'.')); - stepProp.setCorr (corrVec); - vector<string> solv(3); - solv[0] = "RA:*"; - solv[1] = "DEC:*"; - solv[2] = "StokesI:*"; - SolveProp solveProp; - solveProp.setParmPatterns (solv); - solveProp.setMaxIter (5); - doSolve (pre1, stepProp, solveProp); - cout << "End of test with 21 antennas" << endl; - } - // Do a solve updating the parm table. - // This should be the last one. - { - cout << "Starting test with updating parmtable" << endl; - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - vector<int> antVec(10); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = 2*i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - stratProp.setInColumn ("DATA"); - ASSERT (pre1.setStrategyProp (stratProp)); - // Do a further selection of a few stations. - vector<vector<int> > baselines(1); - vector<int>& antVec2 = baselines[0]; - antVec2.resize(10); - for (uint i=0; i<antVec2.size(); ++i) { - antVec2[i] = 4*i; - } - StepProp stepProp; - stepProp.setModel (StringUtil::split("TOTALGAIN.REALIMAG",'.')); - stepProp.setBaselines (baselines, baselines); - vector<string> solv(3); - solv[0] = "RA:*"; - solv[1] = "DEC:*"; - solv[2] = "StokesI:*"; - SolveProp solveProp; - solveProp.setParmPatterns (solv); - solveProp.setMaxIter (5); - doSolve1 (pre1, stepProp, solveProp); - cout << "End of test with updating parmtable" << endl; - } - - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - return 0; -} diff --git a/CEP/BB/BBS/test/tPredSolv.run b/CEP/BB/BBS/test/tPredSolv.run deleted file mode 100755 index 7d23a4d003de33aff36e99fa19146046e804830e..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPredSolv.run +++ /dev/null @@ -1,19 +0,0 @@ -#!/bin/sh - -# Set srcdir if needed. -# It might not be set if the .run file is executed directly instead of -# by 'make check'. -if [ "$srcdir" = "" ]; then - srcdir=../../../test -fi - -# Create the ParmDB tables for tPredSolv. -$srcdir/makeDemoParmDB tPredSolv -if [ $? != 0 ]; then - exit 1 -fi - -$LOFAR_CHECKTOOL ./tPredSolv $USER /opt/lofar/data/BBS2/demo3.MS_p1 tPredSolv_tmp.demo_instr tPredSolv_tmp.demo_sky -status=$? -exit $status - diff --git a/CEP/BB/BBS/test/tPredSolv.sh b/CEP/BB/BBS/test/tPredSolv.sh deleted file mode 100755 index 4142fd68324e7400ec3289fb2a1993d0a2088196..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPredSolv.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tPredSolv "" 1e-6 > tPredSolv.log 2>&1 diff --git a/CEP/BB/BBS/test/tPredSolv.stdout b/CEP/BB/BBS/test/tPredSolv.stdout deleted file mode 100644 index b62029c7de301e453ca499483190d4b49f3210e3..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPredSolv.stdout +++ /dev/null @@ -1,258 +0,0 @@ -creating instrument_model (aips++)... -creating sky_model (aips++)... -Starting first test ->>> -<<< ->>> -Prediffer settings: - msname: /opt/lofar/data/BBS2/demo3.MS_p1 - mepname: tPredSolv_tmp.demo_instr - gsmname: tPredSolv_tmp.demo_sky - solvparms: [DEC:SRC1(0),DEC:SRC2(0),DEC:SRC3(0),RA:SRC1(0),RA:SRC2(0),RA:SRC3(0),StokesI:SRC1(0),StokesI:SRC2(0),StokesI:SRC3(0)] - stchan: 0 - endchan: 1 - corr : 4 1,1,1,1 - calcuvw : 0 - -<<< -Before: [0.4537895,0.45368975,0.45375025,2.734003,2.7340205,2.733981,1,1,1] ->>> -<<< -iter0: [0.4538001731,0.4536930993,0.4537583416,2.734004076,2.734020405,2.733981394,0.6039205533,0.5974054979,0.6004018856] -itsSolFlag: 1 -itsRank : 9 -itsFit : 1 -itsMu : 0.01102832013 -itsStddev : 0.01102832013 -itsChi : 0.09620446134 - ->>> -<<< -iter1: [0.4538008139,0.4536965908,0.4537684625,2.734004501,2.734017502,2.733984812,0.6056732548,0.5944160394,0.599921246] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.997991457 -itsMu : 0.000138341502 -itsStddev : 0.000138341502 -itsChi : 1.51384516e-05 - ->>> -<<< -iter2: [0.4537966951,0.4536953623,0.4537734395,2.734005357,2.734016631,2.733984825,0.6076239876,0.5926366284,0.5997288337] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.998236256 -itsMu : 4.833823417e-05 -itsStddev : 4.833823417e-05 -itsChi : 1.848238642e-06 - ->>> -<<< -iter3: [0.4537966951,0.4536953623,0.4537734395,2.734005357,2.734016631,2.733984825,0.6076239876,0.5926366284,0.5997288337] -itsSolFlag: 0 -itsRank : 0 -itsFit : -1.642773979 -itsMu : 0 -itsStddev : 0 -itsChi : 0 - ->>> -<<< -iter4: [0.4537964747,0.4536955569,0.4537734839,2.734005349,2.73401662,2.733984837,0.607649964,0.5925934235,0.5997525706] -itsSolFlag: 1 -itsRank : 9 -itsFit : 1 -itsMu : 4.455541866e-05 -itsStddev : 4.455541866e-05 -itsChi : 3.158429864e-06 - ->>> -<<< -iter5: [0.4537960501,0.453695427,0.4537740044,2.734005506,2.734016505,2.733984796,0.6078078421,0.5924074287,0.5997745075] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.562235678 -itsMu : 4.301307676e-05 -itsStddev : 4.301307676e-05 -itsChi : 1.463448695e-06 - ->>> -<<< -iter6: [0.4537954918,0.4536952294,0.4537746398,2.73400571,2.734016377,2.733984717,0.6087007697,0.591780055,0.5995094075] -itsSolFlag: 1 -itsRank : 9 -itsFit : -0.0660204525 -itsMu : 4.174575154e-05 -itsStddev : 4.174575154e-05 -itsChi : 1.378481848e-06 - ->>> -<<< -iter7: [0.4537954918,0.4536952294,0.4537746398,2.73400571,2.734016377,2.733984717,0.6087007697,0.591780055,0.5995094075] -itsSolFlag: 0 -itsRank : 0 -itsFit : -0.04196550247 -itsMu : 0 -itsStddev : 0 -itsChi : 0 - ->>> -<<< -iter8: [0.4537954822,0.4536952313,0.4537746473,2.734005712,2.734016374,2.733984717,0.6087097308,0.5917732442,0.5995073432] -itsSolFlag: 1 -itsRank : 9 -itsFit : 1 -itsMu : 4.145217827e-05 -itsStddev : 4.145217827e-05 -itsChi : 2.733788385e-06 - -End of first test -Starting test with two prediffers ->>> -<<< -Before: [0.4537895,0.45368975,0.45375025,2.734003,2.7340205,2.733981,1,1,1] ->>> -<<< -iter0: [0.4538001633,0.4536931018,0.4537583473,2.734004074,2.734020395,2.733981406,0.6039471597,0.5973809337,0.6004009831] -itsSolFlag: 1 -itsRank : 9 -itsFit : 1 -itsMu : 0.01099723109 -itsStddev : 0.01099723109 -itsChi : 0.1924140947 - -End of test with two prediffers -Starting test with 21 antennas ->>> -<<< ->>> -Prediffer settings: - msname: /opt/lofar/data/BBS2/demo3.MS_p1 - mepname: tPredSolv_tmp.demo_instr - gsmname: tPredSolv_tmp.demo_sky - solvparms: [DEC:SRC1(0),DEC:SRC2(0),DEC:SRC3(0),RA:SRC1(0),RA:SRC2(0),RA:SRC3(0),StokesI:SRC1(0),StokesI:SRC2(0),StokesI:SRC3(0)] - stchan: 0 - endchan: 1 - corr : 4 1,0,0,0 - calcuvw : 0 - -<<< -Before: [0.4537895,0.45368975,0.45375025,2.734003,2.7340205,2.733981,1,1,1] ->>> -<<< -iter0: [0.4537900035,0.4536898874,0.4537501573,2.734000058,2.734020269,2.733980649,0.9838712296,0.5025455825,0.3049662164] -itsSolFlag: 1 -itsRank : 9 -itsFit : 1 -itsMu : 0.02657902436 -itsStddev : 0.02657902436 -itsChi : 2.960709051 - ->>> -<<< -iter1: [0.4537900019,0.4536900032,0.4537499987,2.734000002,2.734020009,2.733980009,1.000212808,0.5000044708,0.2993235781] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.998141673 -itsMu : 0.0007906191818 -itsStddev : 0.0007906191818 -itsChi : 0.002619704792 - ->>> -<<< -iter2: [0.45379,0.45369,0.4537499998,2.734,2.73402,2.73398,0.9999948478,0.49998994,0.3000014784] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.993345788 -itsMu : 1.49207361e-05 -itsStddev : 1.49207361e-05 -itsChi : 9.330354809e-07 - ->>> -<<< -iter3: [0.45379,0.45369,0.45375,2.734,2.73402,2.73398,0.9999998111,0.4999999478,0.3000003025] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.998783353 -itsMu : 2.789021435e-07 -itsStddev : 2.789021435e-07 -itsChi : 3.260028261e-10 - ->>> -<<< -iter4: [0.45379,0.45369,0.45375,2.734,2.73402,2.73398,1.000000002,0.5000000021,0.2999999998] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.997468976 -itsMu : 2.30580912e-08 -itsStddev : 2.30580912e-08 -itsChi : 2.228252312e-12 - -End of test with 21 antennas -Starting test with updating parmtable ->>> -<<< ->>> -Prediffer settings: - msname: /opt/lofar/data/BBS2/demo3.MS_p1 - mepname: tPredSolv_tmp.demo_instr - gsmname: tPredSolv_tmp.demo_sky - solvparms: [DEC:SRC1(0),DEC:SRC2(0),DEC:SRC3(0),RA:SRC1(0),RA:SRC2(0),RA:SRC3(0),StokesI:SRC1(0),StokesI:SRC2(0),StokesI:SRC3(0)] - stchan: 0 - endchan: 3 - corr : 4 1,1,1,1 - calcuvw : 0 - -<<< -Before: [0.4537895,0.45368975,0.45375025,2.734003,2.7340205,2.733981,1,1,1] ->>> -<<< -iter0: [0.4538001633,0.4536931018,0.4537583473,2.734004074,2.734020395,2.733981406,0.6039471597,0.5973809337,0.6004009831] -itsSolFlag: 1 -itsRank : 9 -itsFit : 1 -itsMu : 0.01099723109 -itsStddev : 0.01099723109 -itsChi : 0.1924140947 - ->>> -<<< -iter1: [0.4538007895,0.4536965748,0.4537684948,2.734004511,2.734017495,2.733984811,0.6057240058,0.5943667748,0.5999195407] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.997977332 -itsMu : 0.0001387250706 -itsStddev : 0.0001387250706 -itsChi : 3.061823055e-05 - ->>> -<<< -iter2: [0.4537966814,0.4536953566,0.4537734474,2.734005359,2.734016629,2.733984825,0.6077026265,0.5925676337,0.5997190639] -itsSolFlag: 1 -itsRank : 9 -itsFit : -1.998215963 -itsMu : 4.860151326e-05 -itsStddev : 4.860151326e-05 -itsChi : 3.758112382e-06 - ->>> -<<< -iter3: [0.4537966814,0.4536953566,0.4537734474,2.734005359,2.734016629,2.733984825,0.6077026265,0.5925676337,0.5997190639] -itsSolFlag: 0 -itsRank : 0 -itsFit : -1.647615657 -itsMu : 0 -itsStddev : 0 -itsChi : 0 - ->>> -<<< -iter4: [0.4537964622,0.4536955494,0.4537734924,2.734005351,2.734016618,2.733984837,0.6077289227,0.5925240489,0.5997427985] -itsSolFlag: 1 -itsRank : 9 -itsFit : 1 -itsMu : 4.491003142e-05 -itsStddev : 4.491003142e-05 -itsChi : 6.435962752e-06 - -End of test with updating parmtable diff --git a/CEP/BB/BBS/test/tPredict.cc b/CEP/BB/BBS/test/tPredict.cc deleted file mode 100644 index 15cb07e4c0900099684179abd22fd2ff4182d827..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPredict.cc +++ /dev/null @@ -1,103 +0,0 @@ -//# tPredict.cc: Test program for Prediffer::writePredictedData -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/Prediffer.h> -#include <Common/LofarLogger.h> -#include <tables/Tables/Table.h> -#include <tables/Tables/ArrayColumn.h> -#include <casa/Arrays/ArrayLogical.cc> //include .cc for template -#include <stdexcept> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace std; -using namespace casa; - -// Note: -// demo3.MS contains 50 frequency channels of 500000 Hz with -// center frequencies of 137750000-162250000 Hz. -// There are 5 time stamps of 2 sec in it (centers 2.35208883e9 + 2-10). - -void doPredict (Prediffer& pre1, const StepProp& stepProp) -{ - cout << ">>>" << endl; - ASSERT (pre1.setWorkDomain (0, 1000, 0., 1e12)); - ASSERT (pre1.setStepProp (stepProp)); - cout << "<<<" << endl; - - cout << ">>>" << endl; - pre1.showSettings(); - cout << "<<<" << endl; - pre1.writePredictedData(); -} - - -int main (int argc, const char* argv[]) -{ - INIT_LOGGER("tPredict"); - try { - if (argc < 5) { - cout << "Run as: tPredict user msname meqparmtable skyparmtable" - << endl; - return 1; - } - // Read the info for the ParmTables - ParmDB::ParmDBMeta meqPdm("aips", argv[3]); - ParmDB::ParmDBMeta skyPdm("aips", argv[4]); - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - - // Do a predict. - { - cout << "Starting predict test" << endl; - vector<int> antVec(100); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - ASSERT (pre1.setStrategyProp (stratProp)); - StepProp stepProp; - stepProp.setModel (StringUtil::split("REALIMAG.TOTALGAIN.DIPOLE",'.')); - stepProp.setOutColumn ("CORRECTED_DATA"); - doPredict (pre1, stepProp); - cout << "End of predict test" << endl; - - cout << "Check if DATA and CORRECTED_DATA match" << endl; - Table tab(argv[2]); - ROArrayColumn<Complex> dcol(tab, "DATA"); - ROArrayColumn<Complex> ccol(tab, "CORRECTED_DATA"); - for (uint i=0; i<tab.nrow(); i++) { - if (! allNear (dcol(i), ccol(i), 1e-8)) { - cout << dcol(i) << ccol(i) << endl; - THROW (LOFAR::Exception, "tPredict: mismatch in row " << i); - } - } - } - - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tPredict.run b/CEP/BB/BBS/test/tPredict.run deleted file mode 100755 index d20b37e111f54abfb6cb228b6d7c200ea402f463..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPredict.run +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# Set srcdir if needed. -# It might not be set if the .run file is executed directly instead of -# by 'make check'. -if [ "$srcdir" = "" ]; then - srcdir=../../../test -fi - -# Create the ParmDB tables for tPredict. -$srcdir/makeDemoParmDBPred tPredict -if [ $? != 0 ]; then - exit 1 -fi - -\rm -rf tPredict_tmp.MS1 -cp -r /opt/lofar/data/BBS2/demo3.MS_p1 tPredict_tmp.MS1 - -$LOFAR_CHECKTOOL ./tPredict $USER tPredict_tmp.MS1 tPredict_tmp.demo_instr tPredict_tmp.demo_sky -status=$? -exit $status - diff --git a/CEP/BB/BBS/test/tPredict.sh b/CEP/BB/BBS/test/tPredict.sh deleted file mode 100755 index 4d4dc76517099ee8ecea70bb37ed415c8813fdf6..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tPredict.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tPredict > tPredict.log 2>&1 diff --git a/CEP/BB/BBS/test/tShift.cc b/CEP/BB/BBS/test/tShift.cc deleted file mode 100644 index 3c47274323f779d9b2b2c0a073ce94afaabac144..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tShift.cc +++ /dev/null @@ -1,348 +0,0 @@ -//# tShift.cc: Test program for performance of a phase shift -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <Common/LofarLogger.h> -#include <Common/Timer.h> -#include <casa/BasicSL/Constants.h> -#include <vector> -#include <cmath> -#include <stdexcept> - -using namespace LOFAR; -using namespace std; -using namespace casa; - -// Define some constants. - -typedef dcomplex CalcType; // data type used for calculations -#define MAKECALCTYPE(re,im) makedcomplex(double(re),double(im)) -//typedef fcomplex CalcType; // data type used for calculations -//#define MAKECALCTYPE(re,im) makefcomplex(float(re),float(im)) - -typedef dcomplex VisType; // data type of the data. -//#define MAKEVISTYPE(re,im) makedcomplex(double(re),double(im)) -//typedef fcomplex VisType; // data type of the data. -#define MAKEVISTYPE(re,im) makefcomplex(float(re),float(im)) - -const int ncorr = 4; -const int nstat = 37; -const int ntime = 18000; -const int nfreq = 64; -const double f0 = 137750000; -const double df = 500000; -const double ras = 2.734; -const double decs = 0.45379; -const double ra0 = 2.733; -const double dec0 = 0.453; -const int nbrick=16; -const int nu=100; -const int nv=100; - -// Define fake FFT-ed image patches with their uv-coordinates (in meters). -struct UVBrick { - VisType visxx[nu*nv]; - VisType visxy[nu*nv]; - VisType visyx[nu*nv]; - VisType visyy[nu*nv]; - double freq; -}; - -// Fill the UV-brick. -// There is a brick for a few freqs. -// Each brick has some visibilities on a coarse uv-grid. -// So interpolation in freq, u, and v is needed to get a value. -void fillBricks (UVBrick* bricks) -{ - // Add 2 for room for rounding problems. - double stepf = ((nfreq-1)*df + 2) / (nbrick-1); - for (int i=0; i<nbrick; i++) { - bricks[i].freq = f0 - 1 + i*stepf; - ASSERT (bricks[i].freq > f0-2 && bricks[i].freq < f0+(nfreq-1)*df+2); - VisType* data = bricks[i].visxx; - for (int id=0; id<nu*nv; ++id) { - data[id] = MAKEVISTYPE ((id+1)*1e-2, (id+2)*1e-2); - } - data = bricks[i].visxy; - for (int id=0; id<nu*nv; ++id) { - data[id] = MAKEVISTYPE ((id+1)*1e-2, (id+2)*1e-2); - } - data = bricks[i].visyx; - for (int id=0; id<nu*nv; ++id) { - data[id] = MAKEVISTYPE ((id+1)*1e-2, (id+2)*1e-2); - } - data = bricks[i].visyy; - for (int id=0; id<nu*nv; ++id) { - data[id] = MAKEVISTYPE ((id+1)*1e-2, (id+2)*1e-2); - } - } -} - -void doShift() -{ - cout << "ncorr=" << ncorr - << ", nfreq=" << nfreq - << ", nstat=" << nstat - << " (nbl=" << nstat*(nstat-1)/2 << ")" - << ", ntime=" << ntime - << "; nvis=" << double(ncorr)*nfreq*ntime*nstat*(nstat-1)/2 - << endl; - cout << "nbrick=" << nbrick << ", nu=" << nu << ", nv=" << nv << endl; - ASSERT (ncorr%4 == 0); - ASSERT (nbrick>1 && nu>1 && nv>1); - - // Define some fake data. - vector<VisType> datavec(ncorr*nfreq); - for (int i=0; i<ncorr*nfreq; ++i) { - datavec[i] = MAKEVISTYPE(1e-3*i, 1e-4*i); - } - VisType* data = &(datavec[0]); - - // Arrays for U,V,W per station per time stamp. - vector<double> u(nstat*ntime); - vector<double> v(nstat*ntime); - vector<double> w(nstat*ntime); - for (int i=0; i<nstat*ntime; ++i) { - u[i] = 1e-4 * i; - v[i] = 1e-4 * i; - w[i] = 1e-9 * i; - } - // Determine the uv-range taking all baselines,times into account. - double umin = -1e10; - double vmin = -1e10; - double umax = 1e10; - double vmax = 1e10; - // Loop over all times. - for (int it=0; it<ntime; ++it) { - const double* us = &(u[0]) + it*nstat; - const double* vs = &(v[0]) + it*nstat; - // Calculate u,v for baseline. - for (int is2=0; is2<nstat; ++is2) { - for (int is1=0; is1<is2; ++is1) { - double uval = us[is2] - u[is1]; - if (uval < umin) { - umin = uval; - } - if (uval > umax) { - umax = uval; - } - double vval = vs[is2] - v[is1]; - if (vval < vmin) { - vmin = vval; - } - if (vval > vmax) { - vmax = vval; - } - } - } - } - // Determine step; take some room for rounding problems. - umin -= 0.0001; - umax += 0.0001; - vmin -= 0.0001; - vmax += 0.0001; - double ustep = (umax-umin) / (nu-1); - double vstep = (vmax-vmin) / (nv-1); - - UVBrick uvbricks[nbrick]; - fillBricks (uvbricks); - // Determine for each UV-brick which freq channels it contains. - int uvbsch[nbrick]; - int uvbech[nbrick]; - // Find first brick containing f0. - int ib = 0; - for (; ib<nbrick; ++ib) { - if (f0 < uvbricks[ib].freq) { - break; - } - uvbsch[ib] = 0; - uvbech[ib] = 0; - } - ASSERT (ib == 1); - double freq = f0; - for (int ic=0; ic<=nfreq; ++ic) { - if (freq >= uvbricks[ib].freq) { - uvbech[ib-1] = ic; - uvbsch[ib] = ic; - uvbech[ib] = ic; - ++ib; - } - freq += df; - } - ASSERT (ib == nbrick); - for (int i=ib; i<nbrick; ++ib) { - uvbsch[i] = 0; - uvbech[i] = 0; - } - - // Calculate l,m,n of source. - const double lk = ::cos(decs) * ::sin(ras-ra0); - const double mk = ::sin(decs) * ::cos(dec0) - - ::cos(decs) * ::sin(dec0) * ::cos(ras-ra0); - const double nk = 1 - sqrt(lk*lk + mk*mk); - const double wavel0 = C::_2pi * f0 / C::c; - const double dwavel = df / f0; - vector<CalcType> sf0(nstat); - vector<CalcType> sdf(nstat); - NSTimer timer ("total "); - NSTimer timerl ("inner shift "); - NSTimer timers ("subtract "); - NSTimer timersl("outer subtract"); - NSTimer timers2("inner subtract"); - timer.start(); - - // Array to hold per brick the visibility interpolated in u,v. - VisType visxx[nbrick]; - VisType visxy[nbrick]; - VisType visyx[nbrick]; - VisType visyy[nbrick]; - - // Loop over all times. - for (int it=0; it<ntime; ++it) { - const double* us = &(u[0]) + it*nstat; - const double* vs = &(v[0]) + it*nstat; - const double* ws = &(w[0]) + it*nstat; - // Calculate phase shift terms per station for f0 and df. - for (int is=0; is<nstat; ++is) { - double r1 = (us[is]*lk + vs[is]*mk + ws[is]*nk) * wavel0; - sf0[is] = MAKECALCTYPE(cos(r1), sin(r1)); - r1 *= dwavel; - sdf[is] = MAKECALCTYPE(cos(r1), sin(r1)); - } - // Calculate phase shift per baseline and frequency. - for (int is2=0; is2<nstat; ++is2) { - for (int is1=0; is1<is2; ++is1) { - CalcType val0 = sf0[is2] * conj(sf0[is1]); - CalcType dval = sdf[is2] * conj(sdf[is1]); - VisType* datap = data; - timerl.start(); - for (int ifr=0; ifr<nfreq; ++ifr) { - val0 *= dval; - // Shift the data. - for (int ic=0; ic<ncorr; ++ic) { - *datap++ *= val0; - } - } - timerl.stop(); - - // Subtract the UV-brick (FFT-ed image patch). - timers.start(); - // Interpolate bi-linearly in u,v for each UV-brick. - double uval = us[is2]-us[is1] - umin; - double vval = vs[is2]-vs[is1] - vmin; - int ubin = int(uval / ustep); - int vbin = int(vval / vstep); - double ud = uval - ubin*ustep; - double vd = vval - vbin*vstep; - for (int ib=0; ib<nbrick; ++ib) { - visxx[ib] = (1-ud)*(1-vd)*uvbricks[ib].visxx[ubin+vbin*nu] + - ud*(1-vd)*uvbricks[ib].visxx[ubin+1+vbin*nu] + - ud*vd*uvbricks[ib].visxx[ubin+(vbin+1)*nu] + - (1-ud)*vd*uvbricks[ib].visxx[ubin+1+(vbin+1)*nu]; - visxy[ib] = (1-ud)*(1-vd)*uvbricks[ib].visxy[ubin+vbin*nu] + - ud*(1-vd)*uvbricks[ib].visxy[ubin+1+vbin*nu] + - ud*vd*uvbricks[ib].visxy[ubin+(vbin+1)*nu] + - (1-ud)*vd*uvbricks[ib].visxy[ubin+1+(vbin+1)*nu]; - visyx[ib] = (1-ud)*(1-vd)*uvbricks[ib].visyx[ubin+vbin*nu] + - ud*(1-vd)*uvbricks[ib].visyx[ubin+1+vbin*nu] + - ud*vd*uvbricks[ib].visyx[ubin+(vbin+1)*nu] + - (1-ud)*vd*uvbricks[ib].visyx[ubin+1+(vbin+1)*nu]; - visyy[ib] = (1-ud)*(1-vd)*uvbricks[ib].visyy[ubin+vbin*nu] + - ud*(1-vd)*uvbricks[ib].visyy[ubin+1+vbin*nu] + - ud*vd*uvbricks[ib].visyy[ubin+(vbin+1)*nu] + - (1-ud)*vd*uvbricks[ib].visyy[ubin+1+(vbin+1)*nu]; - } - timersl.start(); - // Interpolate the UV-brick result in frequency and subtract. - datap = data; - for (int ib=0; ib<nbrick-1; ++ib) { - double stf = uvbricks[ib].freq; - double diff = uvbricks[ib+1].freq - stf; - CalcType slopexx = (visxx[ib+1] - visxx[ib]) / diff; - CalcType slopexy = (visxy[ib+1] - visxy[ib]) / diff; - CalcType slopeyx = (visyx[ib+1] - visyx[ib]) / diff; - CalcType slopeyy = (visyy[ib+1] - visyy[ib]) / diff; - VisType stxx = (f0 + uvbsch[ib]*df - stf) * slopexx; - VisType stxy = (f0 + uvbsch[ib]*df - stf) * slopexy; - VisType styx = (f0 + uvbsch[ib]*df - stf) * slopeyx; - VisType styy = (f0 + uvbsch[ib]*df - stf) * slopeyy; - VisType dxx = slopexx * df; - VisType dxy = slopexy * df; - VisType dyx = slopeyx * df; - VisType dyy = slopeyy * df; - timers2.start(); - for (int ic=uvbsch[ib]; ic<uvbech[ib]; ++ic) { - *datap++ -= stxx; - stxx += dxx; - *datap++ -= stxy; - stxy += dxy; - *datap++ -= styx; - styx += dyx; - *datap++ -= styy; - styy += dyy; - } - timers2.stop(); - } - timersl.stop(); - timers.stop(); - } - } - } - timer.stop(); - timerl.print (cout); - timers2.print (cout); - timersl.print (cout); - timers.print (cout); - timer.print (cout); -} - -double trycos (double b) -{ - NSTimer tim; - tim.start(); - double a=0; - for (int i=0; i<10000; ++i) { - a += ::cos(b); - b += 0.1; - } - tim.stop(); - tim.print(cout); - return a; -} - -int main () -{ - trycos (2); - INIT_LOGGER("tShift"); - try { - // Do a shift. - { - doShift(); - } - - } catch (std::exception& x) { - cout << "Unexpected exception: " << x.what() << endl; - return 1; - } - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tSubtract.cc b/CEP/BB/BBS/test/tSubtract.cc deleted file mode 100644 index 6d4d919b87e4a1675cf20ee956b12cca8dd2778a..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tSubtract.cc +++ /dev/null @@ -1,103 +0,0 @@ -//# tSubtract.cc: Test program for Prediffer::subtractData -//# -//# Copyright (C) 2005 -//# ASTRON (Netherlands Foundation for Research in Astronomy) -//# P.O.Box 2, 7990 AA Dwingeloo, The Netherlands, seg@astron.nl -//# -//# This program 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 2 of the License, or -//# (at your option) any later version. -//# -//# This program 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 this program; if not, write to the Free Software -//# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -//# -//# $Id$ - -#include <lofar_config.h> -#include <BBS/Prediffer.h> -#include <Common/LofarLogger.h> -#include <tables/Tables/Table.h> -#include <tables/Tables/ArrayColumn.h> -#include <casa/Arrays/ArrayLogical.cc> //include .cc for template -#include <stdexcept> - -using namespace LOFAR; -using namespace LOFAR::BBS; -using namespace std; -using namespace casa; - -// Note: -// demo3.MS contains 50 frequency channels of 500000 Hz with -// center frequencies of 137750000-162250000 Hz. -// There are 5 time stamps of 2 sec in it (centers 2.35208883e9 + 2-10). - -void doSubtract (Prediffer& pre1, const StepProp& stepProp) -{ - cout << ">>>" << endl; - ASSERT (pre1.setWorkDomain (0, 1000, 0., 1e12)); - ASSERT (pre1.setStepProp (stepProp)); - cout << "<<<" << endl; - - cout << ">>>" << endl; - pre1.showSettings(); - cout << "<<<" << endl; - pre1.subtractData(); -} - - -int main (int argc, const char* argv[]) -{ - INIT_LOGGER("tSubtract"); - try { - if (argc < 5) { - cout << "Run as: tSubtract user msname meqparmtable skyparmtable" - << endl; - return 1; - } - // Read the info for the ParmTables - ParmDB::ParmDBMeta meqPdm("aips", argv[3]); - ParmDB::ParmDBMeta skyPdm("aips", argv[4]); - - // Do a subtract. - { - cout << "Starting subtract test" << endl; - Prediffer pre1(argv[2], meqPdm, skyPdm, 0, false); - vector<int> antVec(100); - for (uint i=0; i<antVec.size(); ++i) { - antVec[i] = i; - } - StrategyProp stratProp; - stratProp.setAntennas (antVec); - stratProp.setInColumn ("DATA"); - ASSERT (pre1.setStrategyProp (stratProp)); - StepProp stepProp; - stepProp.setModel (StringUtil::split("REALIMAG.TOTALGAIN.DIPOLE",'.')); - stepProp.setOutColumn ("CORRECTED_DATA"); - doSubtract (pre1, stepProp); - cout << "End of subtract test" << endl; - - cout << "Check if CORRECTED_DATA is zero" << endl; - Table tab(argv[2]); - ROArrayColumn<Complex> ccol(tab, "CORRECTED_DATA"); - for (uint i=0; i<tab.nrow(); i++) { - if (! allNear (ccol(i), Complex(), 1e-8)) { - cout << ccol(i) << endl; - THROW (LOFAR::Exception, "tSubtract: mismatch in row " << i); - } - } - } - - } catch (std::exception& x) { - cerr << "Unexpected exception: " << x.what() << endl; - return 1; - } - cout << "OK" << endl; - return 0; -} diff --git a/CEP/BB/BBS/test/tSubtract.run b/CEP/BB/BBS/test/tSubtract.run deleted file mode 100755 index 273e313aa20dc55323783398bd64bb156712bedf..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tSubtract.run +++ /dev/null @@ -1,22 +0,0 @@ -#!/bin/sh - -# Set srcdir if needed. -# It might not be set if the .run file is executed directly instead of -# by 'make check'. -if [ "$srcdir" = "" ]; then - srcdir=../../../test -fi - -# Create the ParmDB tables for tSubtract. -$srcdir/makeDemoParmDBPred tSubtract -if [ $? != 0 ]; then - exit 1 -fi - -\rm -rf tSubtract_tmp.MS1 -cp -r /opt/lofar/data/BBS2/demo3.MS_p1 tSubtract_tmp.MS1 - -$LOFAR_CHECKTOOL ./tSubtract $USER tSubtract_tmp.MS1 tSubtract_tmp.demo_instr tSubtract_tmp.demo_sky -status=$? -exit $status - diff --git a/CEP/BB/BBS/test/tSubtract.sh b/CEP/BB/BBS/test/tSubtract.sh deleted file mode 100755 index 99d95a829828b87f2afab5344826a2dabb04f329..0000000000000000000000000000000000000000 --- a/CEP/BB/BBS/test/tSubtract.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -$lofar_sharedir/runtest.sh tSubtract > tSubtract.log 2>&1