<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-04_session-01_subject-0111_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-04_session-01_subject-0111_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-04_session-01_subject-0111_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-04_session-01_subject-0111_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-04_session-01_subject-0111_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-04_session-01_subject-0111_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0111_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0111/figures/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0111/ses-01/func/sub-0111_ses-01_task-alignvideo_acq-mb8_run-04_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e1c643b4b543ed43c6f34ceafd039511</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:30:35.055000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.994543, -0.0272544, -0.100703, 0.0289962, 0.999453, 0.0158724]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0751552</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4206, -7743, -7255, 279, -99, 148, 115, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>219.974</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7cc2c4b3-ca61-4300-9196-fdc1ce31a34c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6682865619659424, 0.07779458165168762, -0.2705824077129364, 111.81336975097656], [0.07312163710594177, 2.6814606189727783, 0.05050557851791382, -105.62578582763672], [-0.2701796889305115, -0.04258441925048828, 2.6859326362609863, -57.95774459838867], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1209]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['163035.055000', '163035.515000', '163035.975000', '163036.435000', '163036.895000', '163037.355000', '163037.815000', '163038.275000', '163038.735000', '163039.195000', '163039.655000', '163040.115000', '163040.575000', '163041.035000', '163041.495000', '163041.955000', '163042.415000', '163042.875000', '163043.335000', '163043.795000', '163044.255000', '163044.715000', '163045.175000', '163045.635000', '163046.095000', '163046.555000', '163047.015000', '163047.475000', '163047.935000', '163048.395000', '163048.855000', '163049.315000', '163049.775000', '163050.235000', '163050.695000', '163051.155000', '163051.615000', '163052.075000', '163052.535000', '163052.995000', '163053.455000', '163053.915000', '163054.375000', '163054.835000', '163055.295000', '163055.755000', '163056.215000', '163056.675000', '163057.135000', '163057.595000', '163058.055000', '163058.515000', '163058.975000', '163059.435000', '163059.895000', '163100.355000', '163100.815000', '163101.275000', '163101.735000', '163102.195000', '163102.655000', '163103.115000', '163103.575000', '163104.035000', '163104.495000', '163104.955000', '163105.415000', '163105.875000', '163106.335000', '163106.795000', '163107.255000', '163107.715000', '163108.175000', '163108.635000', '163109.095000', '163109.555000', '163110.015000', '163110.475000', '163110.935000', '163111.395000', '163111.855000', '163112.315000', '163112.775000', '163113.235000', '163113.695000', '163114.155000', '163114.615000', '163115.075000', '163115.535000', '163115.995000', '163116.455000', '163116.915000', '163117.375000', '163117.835000', '163118.295000', '163118.755000', '163119.215000', '163119.675000', '163120.135000', '163120.595000', '163121.055000', '163121.515000', '163121.975000', '163122.435000', '163122.895000', '163123.355000', '163123.815000', '163124.275000', '163124.735000', '163125.195000', '163125.655000', '163126.115000', '163126.575000', '163127.035000', '163127.495000', '163127.955000', '163128.415000', '163128.875000', '163129.335000', '163129.795000', '163130.255000', '163130.715000', '163131.175000', '163131.635000', '163132.095000', '163132.555000', '163133.015000', '163133.475000', '163133.935000', '163134.395000', '163134.855000', '163135.315000', '163135.775000', '163136.235000', '163136.695000', '163137.155000', '163137.615000', '163138.075000', '163138.535000', '163138.995000', '163139.455000', '163139.915000', '163140.375000', '163140.835000', '163141.295000', '163141.755000', '163142.215000', '163142.675000', '163143.135000', '163143.595000', '163144.055000', '163144.515000', '163144.975000', '163145.435000', '163145.895000', '163146.355000', '163146.815000', '163147.275000', '163147.735000', '163148.195000', '163148.655000', '163149.115000', '163149.575000', '163150.035000', '163150.495000', '163150.955000', '163151.415000', '163151.875000', '163152.335000', '163152.795000', '163153.255000', '163153.715000', '163154.175000', '163154.635000', '163155.095000', '163155.555000', '163156.015000', '163156.475000', '163156.935000', '163157.395000', '163157.855000', '163158.315000', '163158.775000', '163159.235000', '163159.695000', '163200.155000', '163200.615000', '163201.075000', '163201.535000', '163201.995000', '163202.455000', '163202.915000', '163203.375000', '163203.835000', '163204.295000', '163204.755000', '163205.215000', '163205.675000', '163206.135000', '163206.595000', '163207.055000', '163207.515000', '163207.975000', '163208.435000', '163208.895000', '163209.355000', '163209.815000', '163210.275000', '163210.735000', '163211.195000', '163211.655000', '163212.115000', '163212.575000', '163213.035000', '163213.495000', '163213.955000', '163214.415000', '163214.875000', '163215.335000', '163215.795000', '163216.255000', '163216.715000', '163217.175000', '163217.635000', '163218.095000', '163218.555000', '163219.015000', '163219.475000', '163219.935000', '163220.395000', '163220.855000', '163221.315000', '163221.775000', '163222.235000', '163222.695000', '163223.155000', '163223.615000', '163224.075000', '163224.535000', '163224.995000', '163225.455000', '163225.915000', '163226.375000', '163226.835000', '163227.295000', '163227.755000', '163228.215000', '163228.675000', '163229.135000', '163229.595000', '163230.055000', '163230.515000', '163230.975000', '163231.435000', '163231.895000', '163232.355000', '163232.815000', '163233.275000', '163233.735000', '163234.195000', '163234.655000', '163235.115000', '163235.575000', '163236.035000', '163236.495000', '163236.955000', '163237.415000', '163237.875000', '163238.335000', '163238.795000', '163239.255000', '163239.715000', '163240.175000', '163240.635000', '163241.095000', '163241.555000', '163242.015000', '163242.475000', '163242.935000', '163243.395000', '163243.855000', '163244.315000', '163244.775000', '163245.235000', '163245.695000', '163246.155000', '163246.615000', '163247.075000', '163247.535000', '163247.995000', '163248.455000', '163248.915000', '163249.375000', '163249.835000', '163250.295000', '163250.755000', '163251.215000', '163251.675000', '163252.135000', '163252.595000', '163253.055000', '163253.515000', '163253.975000', '163254.435000', '163254.895000', '163255.355000', '163255.815000', '163256.275000', '163256.735000', '163257.195000', '163257.655000', '163258.115000', '163258.575000', '163259.035000', '163259.495000', '163259.955000', '163300.415000', '163300.875000', '163301.335000', '163301.795000', '163302.255000', '163302.715000', '163303.175000', '163303.635000', '163304.095000', '163304.555000', '163305.015000', '163305.475000', '163305.935000', '163306.395000', '163306.855000', '163307.315000', '163307.775000', '163308.235000', '163308.695000', '163309.155000', '163309.615000', '163310.075000', '163310.535000', '163310.995000', '163311.455000', '163311.915000', '163312.375000', '163312.835000', '163313.295000', '163313.755000', '163314.215000', '163314.675000', '163315.135000', '163315.595000', '163316.055000', '163316.515000', '163316.975000', '163317.435000', '163317.895000', '163318.355000', '163318.815000', '163319.275000', '163319.735000', '163320.195000', '163320.655000', '163321.115000', '163321.575000', '163322.035000', '163322.495000', '163322.955000', '163323.415000', '163323.875000', '163324.335000', '163324.795000', '163325.255000', '163325.715000', '163326.175000', '163326.635000', '163327.095000', '163327.555000', '163328.015000', '163328.475000', '163328.935000', '163329.395000', '163329.855000', '163330.315000', '163330.775000', '163331.235000', '163331.695000', '163332.155000', '163332.615000', '163333.075000', '163333.535000', '163333.995000', '163334.455000', '163334.915000', '163335.375000', '163335.835000', '163336.295000', '163336.755000', '163337.215000', '163337.675000', '163338.135000', '163338.595000', '163339.055000', '163339.515000', '163339.975000', '163340.435000', '163340.895000', '163341.355000', '163341.815000', '163342.275000', '163342.735000', '163343.195000', '163343.655000', '163344.115000', '163344.575000', '163345.035000', '163345.495000', '163345.955000', '163346.415000', '163346.875000', '163347.335000', '163347.795000', '163348.255000', '163348.715000', '163349.175000', '163349.635000', '163350.095000', '163350.555000', '163351.015000', '163351.475000', '163351.935000', '163352.395000', '163352.855000', '163353.315000', '163353.775000', '163354.235000', '163354.695000', '163355.155000', '163355.615000', '163356.075000', '163356.535000', '163356.995000', '163357.455000', '163357.915000', '163358.375000', '163358.835000', '163359.295000', '163359.755000', '163400.215000', '163400.675000', '163401.135000', '163401.595000', '163402.055000', '163402.515000', '163402.975000', '163403.435000', '163403.895000', '163404.355000', '163404.815000', '163405.275000', '163405.735000', '163406.195000', '163406.655000', '163407.115000', '163407.575000', '163408.035000', '163408.495000', '163408.955000', '163409.415000', '163409.875000', '163410.335000', '163410.795000', '163411.255000', '163411.715000', '163412.175000', '163412.635000', '163413.095000', '163413.555000', '163414.015000', '163414.475000', '163414.935000', '163415.395000', '163415.855000', '163416.315000', '163416.775000', '163417.235000', '163417.695000', '163418.155000', '163418.615000', '163419.075000', '163419.535000', '163419.995000', '163420.455000', '163420.915000', '163421.375000', '163421.835000', '163422.295000', '163422.755000', '163423.215000', '163423.675000', '163424.135000', '163424.595000', '163425.055000', '163425.515000', '163425.975000', '163426.435000', '163426.895000', '163427.355000', '163427.815000', '163428.275000', '163428.735000', '163429.195000', '163429.655000', '163430.115000', '163430.575000', '163431.035000', '163431.495000', '163431.955000', '163432.415000', '163432.875000', '163433.335000', '163433.795000', '163434.255000', '163434.715000', '163435.175000', '163435.635000', '163436.095000', '163436.555000', '163437.015000', '163437.475000', '163437.935000', '163438.395000', '163438.855000', '163439.315000', '163439.775000', '163440.235000', '163440.695000', '163441.155000', '163441.615000', '163442.075000', '163442.535000', '163442.995000', '163443.455000', '163443.915000', '163444.375000', '163444.835000', '163445.295000', '163445.755000', '163446.215000', '163446.675000', '163447.135000', '163447.595000', '163448.055000', '163448.515000', '163448.975000', '163449.435000', '163449.895000', '163450.355000', '163450.815000', '163451.275000', '163451.735000', '163452.195000', '163452.655000', '163453.115000', '163453.575000', '163454.035000', '163454.495000', '163454.955000', '163455.415000', '163455.875000', '163456.335000', '163456.795000', '163457.255000', '163457.715000', '163458.175000', '163458.635000', '163459.095000', '163459.555000', '163500.015000', '163500.475000', '163500.935000', '163501.395000', '163501.855000', '163502.315000', '163502.775000', '163503.235000', '163503.695000', '163504.155000', '163504.615000', '163505.075000', '163505.535000', '163505.995000', '163506.455000', '163506.915000', '163507.375000', '163507.835000', '163508.295000', '163508.755000', '163509.215000', '163509.675000', '163510.135000', '163510.595000', '163511.055000', '163511.515000', '163511.975000', '163512.435000', '163512.895000', '163513.355000', '163513.815000', '163514.275000', '163514.735000', '163515.195000', '163515.655000', '163516.115000', '163516.575000', '163517.035000', '163517.495000', '163517.955000', '163518.415000', '163518.875000', '163519.335000', '163519.795000', '163520.255000', '163520.715000', '163521.175000', '163521.635000', '163522.095000', '163522.555000', '163523.015000', '163523.475000', '163523.935000', '163524.395000', '163524.855000', '163525.315000', '163525.775000', '163526.235000', '163526.695000', '163527.155000', '163527.615000', '163528.075000', '163528.535000', '163528.995000', '163529.455000', '163529.915000', '163530.375000', '163530.835000', '163531.295000', '163531.755000', '163532.215000', '163532.675000', '163533.135000', '163533.595000', '163534.055000', '163534.515000', '163534.975000', '163535.435000', '163535.895000', '163536.355000', '163536.815000', '163537.275000', '163537.735000', '163538.195000', '163538.655000', '163539.115000', '163539.575000', '163540.035000', '163540.495000', '163540.955000', '163541.415000', '163541.875000', '163542.335000', '163542.795000', '163543.255000', '163543.715000', '163544.175000', '163544.635000', '163545.095000', '163545.555000', '163546.015000', '163546.475000', '163546.935000', '163547.395000', '163547.855000', '163548.315000', '163548.775000', '163549.235000', '163549.695000', '163550.155000', '163550.615000', '163551.075000', '163551.535000', '163551.995000', '163552.455000', '163552.915000', '163553.375000', '163553.835000', '163554.295000', '163554.755000', '163555.215000', '163555.675000', '163556.135000', '163556.595000', '163557.055000', '163557.515000', '163557.975000', '163558.435000', '163558.895000', '163559.355000', '163559.815000', '163600.275000', '163600.735000', '163601.195000', '163601.655000', '163602.115000', '163602.575000', '163603.035000', '163603.495000', '163603.955000', '163604.415000', '163604.875000', '163605.335000', '163605.795000', '163606.255000', '163606.715000', '163607.175000', '163607.635000', '163608.095000', '163608.555000', '163609.015000', '163609.475000', '163609.935000', '163610.395000', '163610.855000', '163611.315000', '163611.775000', '163612.235000', '163612.695000', '163613.155000', '163613.615000', '163614.075000', '163614.535000', '163614.995000', '163615.455000', '163615.915000', '163616.375000', '163616.835000', '163617.295000', '163617.755000', '163618.215000', '163618.675000', '163619.135000', '163619.595000', '163620.055000', '163620.515000', '163620.975000', '163621.435000', '163621.895000', '163622.355000', '163622.815000', '163623.275000', '163623.735000', '163624.195000', '163624.655000', '163625.115000', '163625.575000', '163626.035000', '163626.495000', '163626.955000', '163627.415000', '163627.875000', '163628.335000', '163628.795000', '163629.255000', '163629.715000', '163630.175000', '163630.635000', '163631.095000', '163631.555000', '163632.015000', '163632.475000', '163632.935000', '163633.395000', '163633.855000', '163634.315000', '163634.775000', '163635.235000', '163635.695000', '163636.155000', '163636.615000', '163637.075000', '163637.535000', '163637.995000', '163638.455000', '163638.915000', '163639.375000', '163639.835000', '163640.295000', '163640.755000', '163641.215000', '163641.675000', '163642.135000', '163642.595000', '163643.055000', '163643.515000', '163643.975000', '163644.435000', '163644.895000', '163645.355000', '163645.815000', '163646.275000', '163646.735000', '163647.195000', '163647.655000', '163648.115000', '163648.575000', '163649.035000', '163649.495000', '163649.955000', '163650.415000', '163650.875000', '163651.335000', '163651.795000', '163652.255000', '163652.715000', '163653.175000', '163653.635000', '163654.095000', '163654.555000', '163655.015000', '163655.475000', '163655.935000', '163656.395000', '163656.855000', '163657.315000', '163657.775000', '163658.235000', '163658.695000', '163659.155000', '163659.615000', '163700.075000', '163700.535000', '163700.995000', '163701.455000', '163701.915000', '163702.375000', '163702.835000', '163703.295000', '163703.755000', '163704.215000', '163704.675000', '163705.135000', '163705.595000', '163706.055000', '163706.515000', '163706.975000', '163707.435000', '163707.895000', '163708.355000', '163708.815000', '163709.275000', '163709.735000', '163710.195000', '163710.655000', '163711.115000', '163711.575000', '163712.035000', '163712.495000', '163712.955000', '163713.415000', '163713.875000', '163714.335000', '163714.795000', '163715.255000', '163715.715000', '163716.175000', '163716.635000', '163717.095000', '163717.555000', '163718.015000', '163718.475000', '163718.935000', '163719.395000', '163719.855000', '163720.315000', '163720.775000', '163721.235000', '163721.695000', '163722.155000', '163722.615000', '163723.075000', '163723.535000', '163723.995000', '163724.455000', '163724.915000', '163725.375000', '163725.835000', '163726.295000', '163726.755000', '163727.215000', '163727.675000', '163728.135000', '163728.595000', '163729.055000', '163729.515000', '163729.975000', '163730.435000', '163730.895000', '163731.355000', '163731.815000', '163732.275000', '163732.735000', '163733.195000', '163733.655000', '163734.115000', '163734.575000', '163735.035000', '163735.495000', '163735.955000', '163736.415000', '163736.875000', '163737.335000', '163737.795000', '163738.255000', '163738.715000', '163739.175000', '163739.635000', '163740.095000', '163740.555000', '163741.015000', '163741.475000', '163741.935000', '163742.395000', '163742.855000', '163743.315000', '163743.775000', '163744.235000', '163744.695000', '163745.155000', '163745.615000', '163746.075000', '163746.535000', '163746.995000', '163747.455000', '163747.915000', '163748.375000', '163748.835000', '163749.295000', '163749.755000', '163750.215000', '163750.675000', '163751.135000', '163751.595000', '163752.055000', '163752.515000', '163752.975000', '163753.435000', '163753.895000', '163754.355000', '163754.815000', '163755.275000', '163755.735000', '163756.195000', '163756.655000', '163757.115000', '163757.575000', '163758.035000', '163758.495000', '163758.955000', '163759.415000', '163759.875000', '163800.335000', '163800.795000', '163801.255000', '163801.715000', '163802.175000', '163802.635000', '163803.095000', '163803.555000', '163804.015000', '163804.475000', '163804.935000', '163805.395000', '163805.855000', '163806.315000', '163806.775000', '163807.235000', '163807.695000', '163808.155000', '163808.615000', '163809.075000', '163809.535000', '163809.995000', '163810.455000', '163810.915000', '163811.375000', '163811.835000', '163812.295000', '163812.755000', '163813.215000', '163813.675000', '163814.135000', '163814.595000', '163815.055000', '163815.515000', '163815.975000', '163816.435000', '163816.895000', '163817.355000', '163817.815000', '163818.275000', '163818.735000', '163819.195000', '163819.655000', '163820.115000', '163820.575000', '163821.035000', '163821.495000', '163821.955000', '163822.415000', '163822.875000', '163823.335000', '163823.795000', '163824.255000', '163824.715000', '163825.175000', '163825.635000', '163826.095000', '163826.555000', '163827.015000', '163827.475000', '163827.935000', '163828.395000', '163828.855000', '163829.315000', '163829.775000', '163830.235000', '163830.695000', '163831.155000', '163831.615000', '163832.075000', '163832.535000', '163832.995000', '163833.455000', '163833.915000', '163834.375000', '163834.835000', '163835.295000', '163835.755000', '163836.215000', '163836.675000', '163837.135000', '163837.595000', '163838.055000', '163838.515000', '163838.975000', '163839.435000', '163839.895000', '163840.355000', '163840.815000', '163841.275000', '163841.735000', '163842.195000', '163842.655000', '163843.115000', '163843.575000', '163844.035000', '163844.495000', '163844.955000', '163845.415000', '163845.875000', '163846.335000', '163846.795000', '163847.255000', '163847.715000', '163848.175000', '163848.635000', '163849.095000', '163849.555000', '163850.015000', '163850.475000', '163850.935000', '163851.395000', '163851.855000', '163852.315000', '163852.775000', '163853.235000', '163853.695000', '163854.155000', '163854.615000', '163855.075000', '163855.535000', '163855.995000', '163856.455000', '163856.915000', '163857.375000', '163857.835000', '163858.295000', '163858.755000', '163859.215000', '163859.675000', '163900.135000', '163900.595000', '163901.055000', '163901.515000', '163901.975000', '163902.435000', '163902.895000', '163903.355000', '163903.815000', '163904.275000', '163904.735000', '163905.195000', '163905.655000', '163906.115000', '163906.575000', '163907.035000', '163907.495000', '163907.955000', '163908.415000', '163908.875000', '163909.335000', '163909.795000', '163910.255000', '163910.715000', '163911.175000', '163911.635000', '163912.095000', '163912.555000', '163913.015000', '163913.475000', '163913.935000', '163914.395000', '163914.855000', '163915.315000', '163915.775000', '163916.235000', '163916.695000', '163917.155000', '163917.615000', '163918.075000', '163918.535000', '163918.995000', '163919.455000', '163919.915000', '163920.375000', '163920.835000', '163921.295000', '163921.755000', '163922.215000', '163922.675000', '163923.135000', '163923.595000', '163924.055000', '163924.515000', '163924.975000', '163925.435000', '163925.895000', '163926.355000', '163926.815000', '163927.275000', '163927.735000', '163928.195000', '163928.655000', '163929.115000', '163929.575000', '163930.035000', '163930.495000', '163930.955000', '163931.415000', '163931.875000', '163932.335000', '163932.795000', '163933.255000', '163933.715000', '163934.175000', '163934.635000', '163935.095000', '163935.555000', '163936.015000', '163936.475000', '163936.935000', '163937.395000', '163937.855000', '163938.315000', '163938.775000', '163939.235000', '163939.695000', '163940.155000', '163940.615000', '163941.075000', '163941.535000', '163941.995000', '163942.455000', '163942.915000', '163943.375000', '163943.835000', '163944.295000', '163944.755000', '163945.215000', '163945.675000', '163946.135000', '163946.595000', '163947.055000', '163947.515000', '163947.975000', '163948.435000', '163948.895000', '163949.355000', '163949.815000', '163950.275000', '163950.735000'], 'ContentTime': ['163049.146000', '163049.149000', '163049.152000', '163049.154000', '163049.157000', '163049.159000', '163049.162000', '163049.165000', '163049.167000', '163049.170000', '163049.172000', '163049.175000', '163049.190000', '163049.201000', '163049.204000', '163049.206000', '163049.209000', '163049.211000', '163049.214000', '163049.216000', '163049.219000', '163049.222000', '163049.224000', '163049.227000', '163049.230000', '163049.239000', '163049.242000', '163049.255000', '163049.258000', '163109.117000', '163109.119000', '163109.122000', '163109.125000', '163109.128000', '163109.130000', '163109.133000', '163109.135000', '163109.138000', '163109.140000', '163109.143000', '163109.145000', '163109.148000', '163109.151000', '163109.153000', '163109.156000', '163109.158000', '163109.161000', '163109.164000', '163109.166000', '163109.169000', '163109.171000', '163109.174000', '163109.176000', '163109.179000', '163109.191000', '163109.194000', '163109.196000', '163109.199000', '163109.202000', '163109.204000', '163109.207000', '163109.209000', '163109.212000', '163109.214000', '163109.217000', '163109.219000', '163109.222000', '163109.225000', '163109.227000', '163109.230000', '163109.232000', '163109.235000', '163129.117000', '163129.120000', '163129.123000', '163129.125000', '163129.128000', '163129.131000', '163129.144000', '163129.147000', '163129.149000', '163129.152000', '163129.154000', '163129.157000', '163129.160000', '163129.163000', '163129.165000', '163129.168000', '163129.170000', '163129.173000', '163129.175000', '163129.178000', '163129.180000', '163129.183000', '163129.186000', '163129.188000', '163129.191000', '163129.194000', '163129.196000', '163129.199000', '163129.202000', '163129.204000', '163129.207000', '163129.209000', '163129.212000', '163129.215000', '163129.217000', '163129.220000', '163129.222000', '163129.225000', '163129.227000', '163129.230000', '163129.233000', '163129.235000', '163129.238000', '163129.241000', '163149.118000', '163149.121000', '163149.123000', '163149.126000', '163149.128000', '163149.131000', '163149.134000', '163149.136000', '163149.139000', '163149.141000', '163149.144000', '163149.147000', '163149.149000', '163149.152000', '163149.154000', '163149.157000', '163149.160000', '163149.162000', '163149.165000', '163149.167000', '163149.170000', '163149.173000', '163149.175000', '163149.178000', '163149.180000', '163149.183000', '163149.186000', '163149.188000', '163149.191000', '163149.194000', '163149.196000', '163149.199000', '163149.201000', '163149.204000', '163149.207000', '163149.209000', '163149.212000', '163149.214000', '163149.217000', '163149.220000', '163149.222000', '163149.225000', '163149.228000', '163209.116000', '163209.119000', '163209.122000', '163209.124000', '163209.127000', '163209.130000', '163209.132000', '163209.135000', '163209.138000', '163209.140000', '163209.143000', '163209.146000', '163209.148000', '163209.151000', '163209.153000', '163209.156000', '163209.158000', '163209.161000', '163209.164000', '163209.166000', '163209.169000', '163209.171000', '163209.174000', '163209.177000', '163209.179000', '163209.182000', '163209.185000', '163209.187000', '163209.190000', '163209.192000', '163209.195000', '163209.198000', '163209.200000', '163209.203000', '163209.206000', '163209.208000', '163209.211000', '163209.213000', '163209.216000', '163209.219000', '163209.221000', '163209.224000', '163209.226000', '163209.229000', '163229.116000', '163229.119000', '163229.122000', '163229.125000', '163229.127000', '163229.130000', '163229.133000', '163229.135000', '163229.138000', '163229.140000', '163229.143000', '163229.146000', '163229.148000', '163229.151000', '163229.154000', '163229.156000', '163229.159000', '163229.162000', '163229.164000', '163229.167000', '163229.169000', '163229.172000', '163229.175000', '163229.177000', '163229.180000', '163229.182000', '163229.185000', '163229.188000', '163229.190000', '163229.193000', '163229.196000', '163229.199000', '163229.201000', '163229.204000', '163229.207000', '163229.210000', '163229.212000', '163229.215000', '163229.218000', '163229.220000', '163229.223000', '163229.226000', '163229.229000', '163249.116000', '163249.119000', '163249.122000', '163249.125000', '163249.129000', '163249.132000', '163249.134000', '163249.137000', '163249.194000', '163249.196000', '163249.199000', '163249.202000', '163249.204000', '163249.207000', '163249.209000', '163249.212000', '163249.215000', '163249.217000', '163249.220000', '163249.222000', '163249.225000', '163249.228000', '163249.230000', '163249.233000', '163249.236000', '163249.238000', '163249.241000', '163249.243000', '163249.246000', '163249.249000', '163249.251000', '163249.254000', '163249.256000', '163249.259000', '163249.262000', '163249.264000', '163249.267000', '163249.270000', '163249.272000', '163249.275000', '163249.277000', '163249.288000', '163249.290000', '163249.293000', '163309.117000', '163309.119000', '163309.122000', '163309.125000', '163309.127000', '163309.130000', '163309.132000', '163309.135000', '163309.138000', '163309.141000', '163309.143000', '163309.146000', '163309.149000', '163309.152000', '163309.154000', '163309.157000', '163309.159000', '163309.162000', '163309.165000', '163309.168000', '163309.170000', '163309.173000', '163309.176000', '163309.178000', '163309.181000', '163309.184000', '163309.186000', '163309.189000', '163309.191000', '163309.194000', '163309.197000', '163309.199000', '163309.202000', '163309.205000', '163309.207000', '163309.210000', '163309.212000', '163309.215000', '163309.218000', '163309.220000', '163309.223000', '163309.225000', '163309.228000', '163329.116000', '163329.119000', '163329.122000', '163329.125000', '163329.127000', '163329.130000', '163329.133000', '163329.135000', '163329.138000', '163329.140000', '163329.143000', '163329.146000', '163329.148000', '163329.151000', '163329.154000', '163329.156000', '163329.159000', '163329.161000', '163329.164000', '163329.167000', '163329.169000', '163329.172000', '163329.175000', '163329.177000', '163329.180000', '163329.182000', '163329.185000', '163329.188000', '163329.190000', '163329.193000', '163329.196000', '163329.198000', '163329.201000', '163329.203000', '163329.206000', '163329.209000', '163329.211000', '163329.214000', '163329.217000', '163329.219000', '163329.222000', '163329.225000', '163329.227000', '163329.230000', '163349.118000', '163349.120000', '163349.123000', '163349.126000', '163349.129000', '163349.140000', '163349.142000', '163349.145000', '163349.148000', '163349.151000', '163349.153000', '163349.156000', '163349.159000', '163349.161000', '163349.164000', '163349.166000', '163349.169000', '163349.172000', '163349.175000', '163349.177000', '163349.180000', '163349.182000', '163349.185000', '163349.188000', '163349.190000', '163349.193000', '163349.196000', '163349.198000', '163349.201000', '163349.203000', '163349.206000', '163349.209000', '163349.211000', '163349.214000', '163349.217000', '163349.219000', '163349.222000', '163349.224000', '163349.227000', '163349.230000', '163349.232000', '163349.235000', '163349.238000', '163409.118000', '163409.121000', '163409.123000', '163409.126000', '163409.129000', '163409.132000', '163409.134000', '163409.137000', '163409.140000', '163409.142000', '163409.145000', '163409.148000', '163409.150000', '163409.153000', '163409.156000', '163409.158000', '163409.161000', '163409.164000', '163409.167000', '163409.169000', '163409.172000', '163409.175000', '163409.178000', '163409.180000', '163409.183000', '163409.186000', '163409.188000', '163409.191000', '163409.194000', '163409.196000', '163409.199000', '163409.202000', '163409.204000', '163409.235000', '163409.237000', '163409.240000', '163409.243000', '163409.245000', '163409.248000', '163409.251000', '163409.254000', '163409.260000', '163409.263000', '163409.265000', '163429.117000', '163429.120000', '163429.122000', '163429.125000', '163429.128000', '163429.130000', '163429.133000', '163429.135000', '163429.138000', '163429.141000', '163429.143000', '163429.146000', '163429.148000', '163429.151000', '163429.154000', '163429.157000', '163429.159000', '163429.162000', '163429.165000', '163429.167000', '163429.170000', '163429.172000', '163429.175000', '163429.178000', '163429.180000', '163429.183000', '163429.185000', '163429.188000', '163429.191000', '163429.193000', '163429.196000', '163429.198000', '163429.201000', '163429.204000', '163429.206000', '163429.209000', '163429.212000', '163429.214000', '163429.217000', '163429.219000', '163429.222000', '163429.225000', '163429.227000', '163449.117000', '163449.119000', '163449.122000', '163449.125000', '163449.127000', '163449.130000', '163449.133000', '163449.135000', '163449.138000', '163449.141000', '163449.143000', '163449.146000', '163449.148000', '163449.151000', '163449.154000', '163449.156000', '163449.159000', '163449.162000', '163449.165000', '163449.168000', '163449.171000', '163449.173000', '163449.176000', '163449.178000', '163449.181000', '163449.184000', '163449.186000', '163449.189000', '163449.192000', '163449.194000', '163449.197000', '163449.200000', '163449.202000', '163449.205000', '163449.208000', '163449.210000', '163449.213000', '163449.215000', '163449.218000', '163449.221000', '163449.223000', '163449.226000', '163449.228000', '163449.231000', '163509.117000', '163509.120000', '163509.123000', '163509.125000', '163509.128000', '163509.130000', '163509.133000', '163509.136000', '163509.138000', '163509.141000', '163509.144000', '163509.146000', '163509.149000', '163509.151000', '163509.154000', '163509.156000', '163509.159000', '163509.162000', '163509.164000', '163509.167000', '163509.170000', '163509.172000', '163509.175000', '163509.177000', '163509.180000', '163509.183000', '163509.185000', '163509.188000', '163509.191000', '163509.193000', '163509.196000', '163509.199000', '163509.202000', '163509.204000', '163509.207000', '163509.210000', '163509.212000', '163509.215000', '163509.218000', '163509.220000', '163509.223000', '163509.225000', '163509.228000', '163529.117000', '163529.120000', '163529.123000', '163529.125000', '163529.128000', '163529.131000', '163529.134000', '163529.136000', '163529.139000', '163529.142000', '163529.144000', '163529.160000', '163529.163000', '163529.166000', '163529.169000', '163529.172000', '163529.174000', '163529.177000', '163529.179000', '163529.182000', '163529.185000', '163529.188000', '163529.190000', '163529.193000', '163529.195000', '163529.198000', '163529.201000', '163529.204000', '163529.207000', '163529.210000', '163529.213000', '163529.216000', '163529.219000', '163529.221000', '163529.224000', '163529.227000', '163529.229000', '163529.232000', '163529.235000', '163529.237000', '163529.240000', '163529.242000', '163529.245000', '163549.117000', '163549.129000', '163549.131000', '163549.134000', '163549.137000', '163549.139000', '163549.142000', '163549.144000', '163549.147000', '163549.150000', '163549.152000', '163549.155000', '163549.157000', '163549.160000', '163549.163000', '163549.165000', '163549.168000', '163549.171000', '163549.173000', '163549.176000', '163549.178000', '163549.181000', '163549.191000', '163549.194000', '163549.197000', '163549.199000', '163549.202000', '163549.205000', '163549.207000', '163549.210000', '163549.213000', '163549.215000', '163549.218000', '163549.220000', '163549.223000', '163549.225000', '163549.228000', '163549.231000', '163549.233000', '163549.236000', '163549.240000', '163549.243000', '163549.246000', '163549.248000', '163609.118000', '163609.120000', '163609.123000', '163609.126000', '163609.129000', '163609.131000', '163609.134000', '163609.136000', '163609.139000', '163609.142000', '163609.144000', '163609.147000', '163609.149000', '163609.152000', '163609.155000', '163609.157000', '163609.160000', '163609.163000', '163609.165000', '163609.168000', '163609.170000', '163609.173000', '163609.176000', '163609.178000', '163609.181000', '163609.183000', '163609.186000', '163609.189000', '163609.191000', '163609.194000', '163609.197000', '163609.199000', '163609.202000', '163609.204000', '163609.207000', '163609.210000', '163609.212000', '163609.215000', '163609.217000', '163609.220000', '163609.223000', '163609.225000', '163609.228000', '163629.118000', '163629.121000', '163629.123000', '163629.126000', '163629.128000', '163629.131000', '163629.134000', '163629.136000', '163629.139000', '163629.141000', '163629.144000', '163629.147000', '163629.149000', '163629.152000', '163629.155000', '163629.157000', '163629.160000', '163629.162000', '163629.165000', '163629.168000', '163629.170000', '163629.173000', '163629.175000', '163629.178000', '163629.181000', '163629.183000', '163629.186000', '163629.188000', '163629.191000', '163629.194000', '163629.196000', '163629.199000', '163629.201000', '163629.204000', '163629.207000', '163629.209000', '163629.212000', '163629.214000', '163629.217000', '163629.220000', '163629.222000', '163629.225000', '163629.228000', '163629.230000', '163649.117000', '163649.120000', '163649.122000', '163649.125000', '163649.127000', '163649.130000', '163649.133000', '163649.135000', '163649.138000', '163649.140000', '163649.143000', '163649.146000', '163649.148000', '163649.151000', '163649.154000', '163649.156000', '163649.159000', '163649.162000', '163649.164000', '163649.167000', '163649.169000', '163649.172000', '163649.175000', '163649.177000', '163649.180000', '163649.182000', '163649.185000', '163649.188000', '163649.191000', '163649.194000', '163649.197000', '163649.199000', '163649.202000', '163649.205000', '163649.208000', '163649.210000', '163649.213000', '163649.215000', '163649.218000', '163649.221000', '163649.224000', '163649.227000', '163649.229000', '163709.117000', '163709.119000', '163709.122000', '163709.125000', '163709.128000', '163709.130000', '163709.133000', '163709.135000', '163709.138000', '163709.141000', '163709.143000', '163709.158000', '163709.160000', '163709.163000', '163709.166000', '163709.168000', '163709.171000', '163709.174000', '163709.176000', '163709.179000', '163709.181000', '163709.184000', '163709.187000', '163709.189000', '163709.192000', '163709.194000', '163709.197000', '163709.200000', '163709.202000', '163709.205000', '163709.208000', '163709.210000', '163709.213000', '163709.215000', '163709.218000', '163709.221000', '163709.231000', '163709.234000', '163709.236000', '163709.239000', '163709.242000', '163709.244000', '163709.247000', '163709.250000', '163729.117000', '163729.119000', '163729.122000', '163729.125000', '163729.128000', '163729.130000', '163729.133000', '163729.135000', '163729.138000', '163729.141000', '163729.143000', '163729.146000', '163729.149000', '163729.152000', '163729.154000', '163729.157000', '163729.160000', '163729.163000', '163729.165000', '163729.168000', '163729.171000', '163729.173000', '163729.176000', '163729.178000', '163729.181000', '163729.184000', '163729.186000', '163729.189000', '163729.191000', '163729.194000', '163729.197000', '163729.199000', '163729.202000', '163729.204000', '163729.207000', '163729.210000', '163729.212000', '163729.215000', '163729.217000', '163729.220000', '163729.223000', '163729.225000', '163729.228000', '163749.117000', '163749.120000', '163749.122000', '163749.125000', '163749.128000', '163749.130000', '163749.133000', '163749.135000', '163749.138000', '163749.141000', '163749.143000', '163749.146000', '163749.149000', '163749.151000', '163749.154000', '163749.156000', '163749.159000', '163749.162000', '163749.164000', '163749.167000', '163749.170000', '163749.172000', '163749.175000', '163749.178000', '163749.180000', '163749.183000', '163749.185000', '163749.188000', '163749.191000', '163749.193000', '163749.196000', '163749.199000', '163749.201000', '163749.204000', '163749.206000', '163749.209000', '163749.212000', '163749.214000', '163749.217000', '163749.220000', '163749.222000', '163749.225000', '163749.228000', '163749.230000', '163809.117000', '163809.120000', '163809.122000', '163809.125000', '163809.128000', '163809.130000', '163809.133000', '163809.136000', '163809.138000', '163809.141000', '163809.170000', '163809.173000', '163809.175000', '163809.178000', '163809.181000', '163809.183000', '163809.186000', '163809.189000', '163809.191000', '163809.194000', '163809.197000', '163809.199000', '163809.202000', '163809.205000', '163809.207000', '163809.210000', '163809.212000', '163809.215000', '163809.218000', '163809.220000', '163809.223000', '163809.226000', '163809.228000', '163809.232000', '163809.235000', '163809.238000', '163809.241000', '163809.244000', '163809.246000', '163809.249000', '163809.251000', '163809.254000', '163809.257000', '163829.118000', '163829.121000', '163829.123000', '163829.126000', '163829.128000', '163829.131000', '163829.134000', '163829.136000', '163829.153000', '163829.156000', '163829.158000', '163829.161000', '163829.164000', '163829.166000', '163829.169000', '163829.171000', '163829.174000', '163829.177000', '163829.179000', '163829.182000', '163829.184000', '163829.187000', '163829.190000', '163829.192000', '163829.195000', '163829.198000', '163829.200000', '163829.203000', '163829.206000', '163829.208000', '163829.211000', '163829.214000', '163829.216000', '163829.219000', '163829.221000', '163829.224000', '163829.227000', '163829.229000', '163829.232000', '163829.234000', '163829.237000', '163829.240000', '163829.242000', '163829.245000', '163849.116000', '163849.119000', '163849.122000', '163849.125000', '163849.127000', '163849.130000', '163849.133000', '163849.135000', '163849.138000', '163849.140000', '163849.143000', '163849.146000', '163849.154000', '163849.157000', '163849.159000', '163849.162000', '163849.164000', '163849.167000', '163849.170000', '163849.172000', '163849.175000', '163849.178000', '163849.180000', '163849.183000', '163849.186000', '163849.188000', '163849.191000', '163849.194000', '163849.196000', '163849.199000', '163849.201000', '163849.204000', '163849.207000', '163849.209000', '163849.212000', '163849.215000', '163849.217000', '163849.220000', '163849.223000', '163849.226000', '163849.228000', '163849.231000', '163849.233000', '163909.117000', '163909.120000', '163909.122000', '163909.125000', '163909.128000', '163909.130000', '163909.133000', '163909.135000', '163909.138000', '163909.141000', '163909.143000', '163909.146000', '163909.149000', '163909.152000', '163909.154000', '163909.157000', '163909.159000', '163909.162000', '163909.165000', '163909.167000', '163909.170000', '163909.172000', '163909.175000', '163909.178000', '163909.180000', '163909.183000', '163909.185000', '163909.188000', '163909.191000', '163909.193000', '163909.196000', '163909.199000', '163909.201000', '163909.204000', '163909.206000', '163909.209000', '163909.212000', '163909.214000', '163909.217000', '163909.220000', '163909.222000', '163909.225000', '163909.227000', '163909.230000', '163929.117000', '163929.120000', '163929.122000', '163929.125000', '163929.128000', '163929.130000', '163929.133000', '163929.135000', '163929.138000', '163929.141000', '163929.143000', '163929.146000', '163929.148000', '163929.151000', '163929.154000', '163929.156000', '163929.159000', '163929.162000', '163929.164000', '163929.167000', '163929.169000', '163929.172000', '163929.175000', '163929.177000', '163929.180000', '163929.183000', '163929.185000', '163929.188000', '163929.191000', '163929.193000', '163929.196000', '163929.199000', '163929.201000', '163929.204000', '163929.207000', '163929.210000', '163929.212000', '163929.215000', '163929.217000', '163929.220000', '163929.223000', '163929.225000', '163929.228000', '163949.117000', '163949.120000', '163949.123000', '163949.125000', '163949.139000', '163949.142000', '163949.144000', '163949.147000', '163949.149000', '163949.152000', '163949.155000', '163949.157000', '163949.160000', '163949.162000', '163949.165000', '163949.168000', '163949.170000', '163949.173000', '163949.175000', '163949.178000', '163949.181000', '163949.183000', '163949.186000', '163949.189000', '163949.191000', '163949.194000', '163949.196000', '163949.199000', '163949.202000', '163949.204000', '163949.207000', '163949.209000', '163949.212000', '163949.215000', '163949.218000', '163949.220000', '163949.223000', '163949.225000', '163949.228000', '163949.231000', '163949.234000', '163949.236000', '163949.239000', '163949.241000', '163951.730000', '163951.733000', '163951.736000', '163951.738000', '163951.741000', '163951.743000'], 'InstanceCreationTime': ['163049.146000', '163049.149000', '163049.152000', '163049.154000', '163049.157000', '163049.159000', '163049.162000', '163049.165000', '163049.167000', '163049.170000', '163049.172000', '163049.175000', '163049.190000', '163049.201000', '163049.204000', '163049.206000', '163049.209000', '163049.211000', '163049.214000', '163049.216000', '163049.219000', '163049.222000', '163049.224000', '163049.227000', '163049.230000', '163049.239000', '163049.242000', '163049.255000', '163049.258000', '163109.117000', '163109.119000', '163109.122000', '163109.125000', '163109.128000', '163109.130000', '163109.133000', '163109.135000', '163109.138000', '163109.140000', '163109.143000', '163109.145000', '163109.148000', '163109.151000', '163109.153000', '163109.156000', '163109.158000', '163109.161000', '163109.164000', '163109.166000', '163109.169000', '163109.171000', '163109.174000', '163109.176000', '163109.179000', '163109.191000', '163109.194000', '163109.196000', '163109.199000', '163109.202000', '163109.204000', '163109.207000', '163109.209000', '163109.212000', '163109.214000', '163109.217000', '163109.219000', '163109.222000', '163109.225000', '163109.227000', '163109.230000', '163109.232000', '163109.235000', '163129.117000', '163129.120000', '163129.123000', '163129.125000', '163129.128000', '163129.131000', '163129.144000', '163129.147000', '163129.149000', '163129.152000', '163129.154000', '163129.157000', '163129.160000', '163129.163000', '163129.165000', '163129.168000', '163129.170000', '163129.173000', '163129.175000', '163129.178000', '163129.180000', '163129.183000', '163129.186000', '163129.188000', '163129.191000', '163129.194000', '163129.196000', '163129.199000', '163129.202000', '163129.204000', '163129.207000', '163129.209000', '163129.212000', '163129.215000', '163129.217000', '163129.220000', '163129.222000', '163129.225000', '163129.227000', '163129.230000', '163129.233000', '163129.235000', '163129.238000', '163129.241000', '163149.118000', '163149.121000', '163149.123000', '163149.126000', '163149.128000', '163149.131000', '163149.134000', '163149.136000', '163149.139000', '163149.141000', '163149.144000', '163149.147000', '163149.149000', '163149.152000', '163149.154000', '163149.157000', '163149.160000', '163149.162000', '163149.165000', '163149.167000', '163149.170000', '163149.173000', '163149.175000', '163149.178000', '163149.180000', '163149.183000', '163149.186000', '163149.188000', '163149.191000', '163149.194000', '163149.196000', '163149.199000', '163149.201000', '163149.204000', '163149.207000', '163149.209000', '163149.212000', '163149.214000', '163149.217000', '163149.220000', '163149.222000', '163149.225000', '163149.228000', '163209.116000', '163209.119000', '163209.122000', '163209.124000', '163209.127000', '163209.130000', '163209.132000', '163209.135000', '163209.138000', '163209.140000', '163209.143000', '163209.146000', '163209.148000', '163209.151000', '163209.153000', '163209.156000', '163209.158000', '163209.161000', '163209.164000', '163209.166000', '163209.169000', '163209.171000', '163209.174000', '163209.177000', '163209.179000', '163209.182000', '163209.185000', '163209.187000', '163209.190000', '163209.192000', '163209.195000', '163209.198000', '163209.200000', '163209.203000', '163209.206000', '163209.208000', '163209.211000', '163209.213000', '163209.216000', '163209.219000', '163209.221000', '163209.224000', '163209.226000', '163209.229000', '163229.116000', '163229.119000', '163229.122000', '163229.125000', '163229.127000', '163229.130000', '163229.133000', '163229.135000', '163229.138000', '163229.140000', '163229.143000', '163229.146000', '163229.148000', '163229.151000', '163229.154000', '163229.156000', '163229.159000', '163229.162000', '163229.164000', '163229.167000', '163229.169000', '163229.172000', '163229.175000', '163229.177000', '163229.180000', '163229.182000', '163229.185000', '163229.188000', '163229.190000', '163229.193000', '163229.196000', '163229.199000', '163229.201000', '163229.204000', '163229.207000', '163229.210000', '163229.212000', '163229.215000', '163229.218000', '163229.220000', '163229.223000', '163229.226000', '163229.229000', '163249.116000', '163249.119000', '163249.122000', '163249.125000', '163249.129000', '163249.132000', '163249.134000', '163249.137000', '163249.194000', '163249.196000', '163249.199000', '163249.202000', '163249.204000', '163249.207000', '163249.209000', '163249.212000', '163249.215000', '163249.217000', '163249.220000', '163249.222000', '163249.225000', '163249.228000', '163249.230000', '163249.233000', '163249.236000', '163249.238000', '163249.241000', '163249.243000', '163249.246000', '163249.249000', '163249.251000', '163249.254000', '163249.256000', '163249.259000', '163249.262000', '163249.264000', '163249.267000', '163249.270000', '163249.272000', '163249.275000', '163249.277000', '163249.288000', '163249.290000', '163249.293000', '163309.117000', '163309.119000', '163309.122000', '163309.125000', '163309.127000', '163309.130000', '163309.132000', '163309.135000', '163309.138000', '163309.141000', '163309.143000', '163309.146000', '163309.149000', '163309.152000', '163309.154000', '163309.157000', '163309.159000', '163309.162000', '163309.165000', '163309.168000', '163309.170000', '163309.173000', '163309.176000', '163309.178000', '163309.181000', '163309.184000', '163309.186000', '163309.189000', '163309.191000', '163309.194000', '163309.197000', '163309.199000', '163309.202000', '163309.205000', '163309.207000', '163309.210000', '163309.212000', '163309.215000', '163309.218000', '163309.220000', '163309.223000', '163309.225000', '163309.228000', '163329.116000', '163329.119000', '163329.122000', '163329.125000', '163329.127000', '163329.130000', '163329.133000', '163329.135000', '163329.138000', '163329.140000', '163329.143000', '163329.146000', '163329.148000', '163329.151000', '163329.154000', '163329.156000', '163329.159000', '163329.161000', '163329.164000', '163329.167000', '163329.169000', '163329.172000', '163329.175000', '163329.177000', '163329.180000', '163329.182000', '163329.185000', '163329.188000', '163329.190000', '163329.193000', '163329.196000', '163329.198000', '163329.201000', '163329.203000', '163329.206000', '163329.209000', '163329.211000', '163329.214000', '163329.217000', '163329.219000', '163329.222000', '163329.225000', '163329.227000', '163329.230000', '163349.118000', '163349.120000', '163349.123000', '163349.126000', '163349.129000', '163349.140000', '163349.142000', '163349.145000', '163349.148000', '163349.151000', '163349.153000', '163349.156000', '163349.159000', '163349.161000', '163349.164000', '163349.166000', '163349.169000', '163349.172000', '163349.175000', '163349.177000', '163349.180000', '163349.182000', '163349.185000', '163349.188000', '163349.190000', '163349.193000', '163349.196000', '163349.198000', '163349.201000', '163349.203000', '163349.206000', '163349.209000', '163349.211000', '163349.214000', '163349.217000', '163349.219000', '163349.222000', '163349.224000', '163349.227000', '163349.230000', '163349.232000', '163349.235000', '163349.238000', '163409.118000', '163409.121000', '163409.123000', '163409.126000', '163409.129000', '163409.132000', '163409.134000', '163409.137000', '163409.140000', '163409.142000', '163409.145000', '163409.148000', '163409.150000', '163409.153000', '163409.156000', '163409.158000', '163409.161000', '163409.164000', '163409.167000', '163409.169000', '163409.172000', '163409.175000', '163409.178000', '163409.180000', '163409.183000', '163409.186000', '163409.188000', '163409.191000', '163409.194000', '163409.196000', '163409.199000', '163409.202000', '163409.204000', '163409.235000', '163409.237000', '163409.240000', '163409.243000', '163409.245000', '163409.248000', '163409.251000', '163409.254000', '163409.260000', '163409.263000', '163409.265000', '163429.117000', '163429.120000', '163429.122000', '163429.125000', '163429.128000', '163429.130000', '163429.133000', '163429.135000', '163429.138000', '163429.141000', '163429.143000', '163429.146000', '163429.148000', '163429.151000', '163429.154000', '163429.157000', '163429.159000', '163429.162000', '163429.165000', '163429.167000', '163429.170000', '163429.172000', '163429.175000', '163429.178000', '163429.180000', '163429.183000', '163429.185000', '163429.188000', '163429.191000', '163429.193000', '163429.196000', '163429.198000', '163429.201000', '163429.204000', '163429.206000', '163429.209000', '163429.212000', '163429.214000', '163429.217000', '163429.219000', '163429.222000', '163429.225000', '163429.227000', '163449.117000', '163449.119000', '163449.122000', '163449.125000', '163449.127000', '163449.130000', '163449.133000', '163449.135000', '163449.138000', '163449.141000', '163449.143000', '163449.146000', '163449.148000', '163449.151000', '163449.154000', '163449.156000', '163449.159000', '163449.162000', '163449.165000', '163449.168000', '163449.171000', '163449.173000', '163449.176000', '163449.178000', '163449.181000', '163449.184000', '163449.186000', '163449.189000', '163449.192000', '163449.194000', '163449.197000', '163449.200000', '163449.202000', '163449.205000', '163449.208000', '163449.210000', '163449.213000', '163449.215000', '163449.218000', '163449.221000', '163449.223000', '163449.226000', '163449.228000', '163449.231000', '163509.117000', '163509.120000', '163509.123000', '163509.125000', '163509.128000', '163509.130000', '163509.133000', '163509.136000', '163509.138000', '163509.141000', '163509.144000', '163509.146000', '163509.149000', '163509.151000', '163509.154000', '163509.156000', '163509.159000', '163509.162000', '163509.164000', '163509.167000', '163509.170000', '163509.172000', '163509.175000', '163509.177000', '163509.180000', '163509.183000', '163509.185000', '163509.188000', '163509.191000', '163509.193000', '163509.196000', '163509.199000', '163509.202000', '163509.204000', '163509.207000', '163509.210000', '163509.212000', '163509.215000', '163509.218000', '163509.220000', '163509.223000', '163509.225000', '163509.228000', '163529.117000', '163529.120000', '163529.123000', '163529.125000', '163529.128000', '163529.131000', '163529.134000', '163529.136000', '163529.139000', '163529.142000', '163529.144000', '163529.160000', '163529.163000', '163529.166000', '163529.169000', '163529.172000', '163529.174000', '163529.177000', '163529.179000', '163529.182000', '163529.185000', '163529.188000', '163529.190000', '163529.193000', '163529.195000', '163529.198000', '163529.201000', '163529.204000', '163529.207000', '163529.210000', '163529.213000', '163529.216000', '163529.219000', '163529.221000', '163529.224000', '163529.227000', '163529.229000', '163529.232000', '163529.235000', '163529.237000', '163529.240000', '163529.242000', '163529.245000', '163549.117000', '163549.129000', '163549.131000', '163549.134000', '163549.137000', '163549.139000', '163549.142000', '163549.144000', '163549.147000', '163549.150000', '163549.152000', '163549.155000', '163549.157000', '163549.160000', '163549.163000', '163549.165000', '163549.168000', '163549.171000', '163549.173000', '163549.176000', '163549.178000', '163549.181000', '163549.191000', '163549.194000', '163549.197000', '163549.199000', '163549.202000', '163549.205000', '163549.207000', '163549.210000', '163549.213000', '163549.215000', '163549.218000', '163549.220000', '163549.223000', '163549.225000', '163549.228000', '163549.231000', '163549.233000', '163549.236000', '163549.240000', '163549.243000', '163549.246000', '163549.248000', '163609.118000', '163609.120000', '163609.123000', '163609.126000', '163609.129000', '163609.131000', '163609.134000', '163609.136000', '163609.139000', '163609.142000', '163609.144000', '163609.147000', '163609.149000', '163609.152000', '163609.155000', '163609.157000', '163609.160000', '163609.163000', '163609.165000', '163609.168000', '163609.170000', '163609.173000', '163609.176000', '163609.178000', '163609.181000', '163609.183000', '163609.186000', '163609.189000', '163609.191000', '163609.194000', '163609.197000', '163609.199000', '163609.202000', '163609.204000', '163609.207000', '163609.210000', '163609.212000', '163609.215000', '163609.217000', '163609.220000', '163609.223000', '163609.225000', '163609.228000', '163629.118000', '163629.121000', '163629.123000', '163629.126000', '163629.128000', '163629.131000', '163629.134000', '163629.136000', '163629.139000', '163629.141000', '163629.144000', '163629.147000', '163629.149000', '163629.152000', '163629.155000', '163629.157000', '163629.160000', '163629.162000', '163629.165000', '163629.168000', '163629.170000', '163629.173000', '163629.175000', '163629.178000', '163629.181000', '163629.183000', '163629.186000', '163629.188000', '163629.191000', '163629.194000', '163629.196000', '163629.199000', '163629.201000', '163629.204000', '163629.207000', '163629.209000', '163629.212000', '163629.214000', '163629.217000', '163629.220000', '163629.222000', '163629.225000', '163629.228000', '163629.230000', '163649.117000', '163649.120000', '163649.122000', '163649.125000', '163649.127000', '163649.130000', '163649.133000', '163649.135000', '163649.138000', '163649.140000', '163649.143000', '163649.146000', '163649.148000', '163649.151000', '163649.154000', '163649.156000', '163649.159000', '163649.162000', '163649.164000', '163649.167000', '163649.169000', '163649.172000', '163649.175000', '163649.177000', '163649.180000', '163649.182000', '163649.185000', '163649.188000', '163649.191000', '163649.194000', '163649.197000', '163649.199000', '163649.202000', '163649.205000', '163649.208000', '163649.210000', '163649.213000', '163649.215000', '163649.218000', '163649.221000', '163649.224000', '163649.227000', '163649.229000', '163709.117000', '163709.119000', '163709.122000', '163709.125000', '163709.128000', '163709.130000', '163709.133000', '163709.135000', '163709.138000', '163709.141000', '163709.143000', '163709.158000', '163709.160000', '163709.163000', '163709.166000', '163709.168000', '163709.171000', '163709.174000', '163709.176000', '163709.179000', '163709.181000', '163709.184000', '163709.187000', '163709.189000', '163709.192000', '163709.194000', '163709.197000', '163709.200000', '163709.202000', '163709.205000', '163709.208000', '163709.210000', '163709.213000', '163709.215000', '163709.218000', '163709.221000', '163709.231000', '163709.234000', '163709.236000', '163709.239000', '163709.242000', '163709.244000', '163709.247000', '163709.250000', '163729.117000', '163729.119000', '163729.122000', '163729.125000', '163729.128000', '163729.130000', '163729.133000', '163729.135000', '163729.138000', '163729.141000', '163729.143000', '163729.146000', '163729.149000', '163729.152000', '163729.154000', '163729.157000', '163729.160000', '163729.163000', '163729.165000', '163729.168000', '163729.171000', '163729.173000', '163729.176000', '163729.178000', '163729.181000', '163729.184000', '163729.186000', '163729.189000', '163729.191000', '163729.194000', '163729.197000', '163729.199000', '163729.202000', '163729.204000', '163729.207000', '163729.210000', '163729.212000', '163729.215000', '163729.217000', '163729.220000', '163729.223000', '163729.225000', '163729.228000', '163749.117000', '163749.120000', '163749.122000', '163749.125000', '163749.128000', '163749.130000', '163749.133000', '163749.135000', '163749.138000', '163749.141000', '163749.143000', '163749.146000', '163749.149000', '163749.151000', '163749.154000', '163749.156000', '163749.159000', '163749.162000', '163749.164000', '163749.167000', '163749.170000', '163749.172000', '163749.175000', '163749.178000', '163749.180000', '163749.183000', '163749.185000', '163749.188000', '163749.191000', '163749.193000', '163749.196000', '163749.199000', '163749.201000', '163749.204000', '163749.206000', '163749.209000', '163749.212000', '163749.214000', '163749.217000', '163749.220000', '163749.222000', '163749.225000', '163749.228000', '163749.230000', '163809.117000', '163809.120000', '163809.122000', '163809.125000', '163809.128000', '163809.130000', '163809.133000', '163809.136000', '163809.138000', '163809.141000', '163809.170000', '163809.173000', '163809.175000', '163809.178000', '163809.181000', '163809.183000', '163809.186000', '163809.189000', '163809.191000', '163809.194000', '163809.197000', '163809.199000', '163809.202000', '163809.205000', '163809.207000', '163809.210000', '163809.212000', '163809.215000', '163809.218000', '163809.220000', '163809.223000', '163809.226000', '163809.228000', '163809.232000', '163809.235000', '163809.238000', '163809.241000', '163809.244000', '163809.246000', '163809.249000', '163809.251000', '163809.254000', '163809.257000', '163829.118000', '163829.121000', '163829.123000', '163829.126000', '163829.128000', '163829.131000', '163829.134000', '163829.136000', '163829.153000', '163829.156000', '163829.158000', '163829.161000', '163829.164000', '163829.166000', '163829.169000', '163829.171000', '163829.174000', '163829.177000', '163829.179000', '163829.182000', '163829.184000', '163829.187000', '163829.190000', '163829.192000', '163829.195000', '163829.198000', '163829.200000', '163829.203000', '163829.206000', '163829.208000', '163829.211000', '163829.214000', '163829.216000', '163829.219000', '163829.221000', '163829.224000', '163829.227000', '163829.229000', '163829.232000', '163829.234000', '163829.237000', '163829.240000', '163829.242000', '163829.245000', '163849.116000', '163849.119000', '163849.122000', '163849.125000', '163849.127000', '163849.130000', '163849.133000', '163849.135000', '163849.138000', '163849.140000', '163849.143000', '163849.146000', '163849.154000', '163849.157000', '163849.159000', '163849.162000', '163849.164000', '163849.167000', '163849.170000', '163849.172000', '163849.175000', '163849.178000', '163849.180000', '163849.183000', '163849.186000', '163849.188000', '163849.191000', '163849.194000', '163849.196000', '163849.199000', '163849.201000', '163849.204000', '163849.207000', '163849.209000', '163849.212000', '163849.215000', '163849.217000', '163849.220000', '163849.223000', '163849.226000', '163849.228000', '163849.231000', '163849.233000', '163909.117000', '163909.120000', '163909.122000', '163909.125000', '163909.128000', '163909.130000', '163909.133000', '163909.135000', '163909.138000', '163909.141000', '163909.143000', '163909.146000', '163909.149000', '163909.152000', '163909.154000', '163909.157000', '163909.159000', '163909.162000', '163909.165000', '163909.167000', '163909.170000', '163909.172000', '163909.175000', '163909.178000', '163909.180000', '163909.183000', '163909.185000', '163909.188000', '163909.191000', '163909.193000', '163909.196000', '163909.199000', '163909.201000', '163909.204000', '163909.206000', '163909.209000', '163909.212000', '163909.214000', '163909.217000', '163909.220000', '163909.222000', '163909.225000', '163909.227000', '163909.230000', '163929.117000', '163929.120000', '163929.122000', '163929.125000', '163929.128000', '163929.130000', '163929.133000', '163929.135000', '163929.138000', '163929.141000', '163929.143000', '163929.146000', '163929.148000', '163929.151000', '163929.154000', '163929.156000', '163929.159000', '163929.162000', '163929.164000', '163929.167000', '163929.169000', '163929.172000', '163929.175000', '163929.177000', '163929.180000', '163929.183000', '163929.185000', '163929.188000', '163929.191000', '163929.193000', '163929.196000', '163929.199000', '163929.201000', '163929.204000', '163929.207000', '163929.210000', '163929.212000', '163929.215000', '163929.217000', '163929.220000', '163929.223000', '163929.225000', '163929.228000', '163949.117000', '163949.120000', '163949.123000', '163949.125000', '163949.139000', '163949.142000', '163949.144000', '163949.147000', '163949.149000', '163949.152000', '163949.155000', '163949.157000', '163949.160000', '163949.162000', '163949.165000', '163949.168000', '163949.170000', '163949.173000', '163949.175000', '163949.178000', '163949.181000', '163949.183000', '163949.186000', '163949.189000', '163949.191000', '163949.194000', '163949.196000', '163949.199000', '163949.202000', '163949.204000', '163949.207000', '163949.209000', '163949.212000', '163949.215000', '163949.218000', '163949.220000', '163949.223000', '163949.225000', '163949.228000', '163949.231000', '163949.234000', '163949.236000', '163949.239000', '163949.241000', '163951.730000', '163951.733000', '163951.736000', '163951.738000', '163951.741000', '163951.743000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [13674, 10654, 9957, 11103, 9347, 13088, 9959, 9047, 11222, 10088, 9003, 10862, 9918, 9106, 10472, 10262, 11907, 10256, 11990, 10349, 12409, 10519, 11763, 10167, 12093, 10808, 9835, 10810, 9776, 11137, 10374, 10648, 10289, 9234, 10572, 11233, 11389, 10529, 11528, 10606, 9025, 11056, 10042, 11316, 11392, 11979, 12139, 12467, 11894, 12624, 11368, 13152, 11474, 10907, 11302, 9792, 11584, 11717, 11391, 11416, 8467, 10863, 10122, 11485, 11421, 13724, 10779, 13452, 10905, 10248, 11421, 9967, 11708, 11431, 12128, 11962, 12238, 11147, 12597, 11104, 10376, 11296, 9496, 11408, 10496, 11717, 10877, 13877, 11041, 11846, 11218, 10524, 11531, 11494, 11531, 10417, 13289, 11313, 9920, 11312, 10412, 11616, 10286, 11468, 12286, 12469, 11102, 13831, 10692, 12750, 11449, 8886, 11330, 10039, 11557, 10229, 11451, 11095, 13568, 10993, 10496, 11271, 10717, 11673, 11381, 11857, 11593, 14453, 10654, 12793, 11200, 13078, 11377, 10570, 11730, 10972, 11609, 10087, 11807, 12290, 12541, 11456, 13967, 10832, 14551, 11446, 10149, 11667, 9465, 11680, 9957, 11655, 10578, 11768, 11941, 11606, 10982, 13478, 10593, 12390, 11452, 8410, 11426, 9560, 11317, 10214, 11559, 11601, 13171, 10514, 12823, 10963, 10894, 11249, 10011, 11500, 11666, 12988, 11089, 12949, 10865, 9724, 11314, 11372, 11666, 11364, 14291, 11231, 11245, 11190, 9503, 11647, 11004, 11852, 12461, 12635, 11054, 12518, 11371, 10024, 11388, 9759, 11496, 11039, 11955, 11066, 9190, 11533, 12017, 13270, 10827, 9151, 11162, 10742, 11553, 11745, 14189, 10701, 14550, 11593, 12984, 11571, 9429, 11638, 10024, 11594, 11888, 11772, 10848, 12662, 11003, 9000, 11245, 11013, 11528, 11675, 15713, 10544, 11433, 11162, 9899, 11459, 9884, 11681, 11079, 13898, 10998, 9031, 11393, 10484, 11743, 10790, 12891, 10918, 10761, 11315, 9613, 11708, 11103, 16096, 11165, 11956, 11357, 10273, 11536, 11482, 11423, 10851, 12559, 11418, 8991, 11573, 10109, 11840, 12230, 12372, 11066, 13097, 11166, 11782, 11214, 12722, 11281, 12725, 11389, 9549, 11239, 9946, 11253, 11130, 11158, 10987, 11284, 11895, 12523, 10736, 10514, 10384, 8666, 11004, 10890, 12078, 11303, 11200, 10472, 9397, 11219, 11345, 11773, 11759, 12461, 11665, 12736, 11459, 13756, 11295, 9369, 11370, 10128, 11680, 11885, 13000, 10753, 12050, 10793, 9186, 11138, 10530, 11545, 11833, 12707, 10552, 12275, 11087, 9482, 11592, 11769, 12987, 10682, 12611, 11116, 9955, 11729, 10067, 12172, 11766, 12874, 10885, 13437, 11524, 8722, 11399, 9391, 11579, 10862, 11753, 11770, 16122, 10781, 10587, 11144, 9597, 11316, 10896, 11769, 11948, 11809, 10871, 14213, 10566, 13016, 11329, 8916, 11483, 9272, 11500, 11048, 11641, 12201, 14289, 10468, 10393, 10916, 8901, 11290, 10285, 11628, 12024, 13786, 10615, 12267, 10912, 12083, 11365, 10086, 11628, 12080, 13487, 10767, 13114, 11318, 12372, 11443, 9803, 11648, 10891, 12246, 11465, 13022, 10421, 12991, 11355, 9345, 11484, 10261, 11682, 11596, 11799, 10423, 10431, 10670, 8726, 11221, 9699, 11692, 11535, 14056, 10545, 9316, 10757, 9993, 11414, 11213, 12028, 10911, 13316, 10874, 10758, 11108, 10224, 11329, 10155, 11334, 10057, 11527, 9853, 11704, 11748, 11701, 11100, 13449, 10459, 12238, 10544, 10340, 10891, 9274, 10838, 9558, 11060, 9947, 11384, 9897, 11297, 11435, 11369, 11620, 10891, 10148, 8107, 10725, 9474, 11360, 11279, 11576, 12609, 12746, 11006, 9703, 11516, 10235, 12236, 11552, 13145, 12418, 13771, 10879, 11466, 10927, 11141, 11297, 10726, 11271, 9844, 11309, 9973, 11203, 10616, 11473, 11495, 11665, 10652, 12066, 10560, 11736, 11181, 15843, 10241, 14060, 10180, 14052, 10719, 12375, 10706, 8441, 10552, 10011, 10765, 9740, 11249, 10274, 11370, 10464, 11508, 11280, 11118, 12396, 13787, 11279, 10604, 10895, 10064, 10938, 10543, 11095, 9892, 11311, 11174, 11238, 10408, 9147, 10992, 9656, 11425, 11492, 15977, 10676, 12213, 10707, 12467, 10931, 12883, 11192, 10791, 11289, 9976, 11182, 10506, 10973, 10947, 11158, 10816, 13869, 10146, 9301, 10377, 9490, 11127, 10856, 11029, 11688, 14103, 10412, 12227, 10997, 13583, 10911, 12665, 11180, 10416, 11231, 10092, 11065, 10948, 11175, 10164, 11099, 10176, 11218, 10238, 11002, 10029, 11103, 10471, 11171, 10839, 11072, 10550, 10796, 10272, 11780, 10653, 12812, 10580, 10597, 10805, 9809, 11005, 10481, 11466, 11547, 13660, 12174, 16348, 12066, 13834, 11420, 10450, 11047, 9983, 11374, 9981, 11946, 10870, 12215, 12164, 13694, 10486, 8958, 10663, 9731, 11235, 9835, 11369, 10830, 12174, 11340, 14859, 10593, 12933, 10844, 13159, 10980, 13310, 10772, 9778, 11043, 9027, 11633, 10625, 11495, 10394, 13472, 10654, 9603, 10728, 9495, 10831, 9981, 10299, 10768, 10822, 9832, 10541, 9971, 10330, 10400, 10358, 9604, 10538, 8838, 10418, 10168, 10429, 10284, 10531, 9831, 10785, 10386, 10968, 10597, 11043, 10810, 11852, 10482, 11739, 11147, 12164, 11262, 13048, 10619, 9286, 10303, 9854, 10813, 10337, 11084, 11773, 13518, 10976, 11249, 10180, 11435, 10488, 12207, 10440, 11540, 10789, 10527, 10662, 10776, 10863, 11311, 10522, 10510, 10755, 9919, 10472, 9782, 10247, 10398, 10296, 9595, 10537, 10088, 10524, 9728, 10649, 9962, 10802, 10483, 11005, 10651, 10824, 11612, 15579, 11304, 11883, 10684, 11947, 10659, 9460, 10316, 9839, 10641, 10132, 10723, 12038, 13574, 10764, 9554, 15815, 10544, 9309, 10632, 8926, 11080, 9083, 11188, 9368, 11359, 9323, 12993, 10671, 11931, 10830, 12571, 10830, 12902, 10363, 10855, 10391, 10410, 10200, 11154, 10595, 11920, 10899, 12981, 9977, 13853, 10070, 10154, 10856, 9076, 12885, 10110, 12889, 10123, 9817, 10203, 9585, 11398, 9636, 10366, 10022, 10293, 11502, 10452, 8846, 10057, 9894, 14214, 10289, 12305, 10150, 10036, 10158, 10521, 12362, 10393, 10014, 10031, 9639, 10296, 10529, 12925, 10394, 9051, 10048, 9454, 13974, 10140, 9454, 9875, 9794, 14907, 10124, 8555, 10331, 9514, 10491, 10549, 13257, 9916, 9686, 10722, 9684, 10758, 10354, 13094, 10788, 13043, 10477, 9328, 10046, 9945, 10957, 9400, 11322, 11000, 11936, 11515, 16488, 10966, 14063, 10356, 12951, 10834, 11572, 10378, 9988, 9985, 10317, 9833, 9039, 10020, 10417, 10199, 10000, 10484, 9536, 11292, 11244, 13110, 10133, 11077, 10068, 10628, 11064, 9426, 10060, 10146, 10763, 10101, 11496, 10852, 16137, 10174, 12756, 10217, 12659, 10103, 10506, 10929, 9443, 10347, 10474, 10391, 9565, 10755, 10971, 12220, 10022, 9307, 10285, 10351, 10355, 10664, 11914, 10189, 9331, 10617, 9688, 10360, 10789, 11169, 11134, 12505, 10616, 9600, 10411, 9807, 10903, 11056, 16201, 10241, 12493, 10225, 11166, 10417, 10906, 10353, 10146, 10577, 9889, 10609, 10669, 10387, 10049, 10776, 9694, 10454, 9401, 10655, 9677, 10624, 10471, 12268, 10091, 11843, 10220, 12031, 10005, 10479, 10226, 9206, 10427, 9557, 10406, 10413, 10450, 10411, 10617, 11552, 14399, 10706, 14787, 10770, 12819, 10245, 13146, 10641, 11343, 10218, 9896, 10190, 10238, 10101, 9529, 11065, 10444, 10692, 10115, 11156, 10694, 12976, 10221, 12484, 10093, 10133, 9959, 10029, 10319, 9560, 11224, 10068, 11023, 9516, 11102, 10164, 11530, 10210, 13110, 10389, 9509, 10486, 9866, 13389, 10168, 8992, 10125, 9270, 10480, 9461, 11251, 9483, 12701, 10319, 13182, 10554, 13022, 10631, 13391, 10593, 13212, 10484, 9846, 10230, 9684, 10252, 9187, 12777, 9868, 9649, 9964, 9737, 10132, 9749, 11279, 10017, 9535, 10286, 9807, 13447, 10091, 9455, 10155, 9619, 10396, 9736, 11785, 9891, 12290, 10430, 9534, 10200, 9639, 10581, 9443, 11117, 9375, 13086, 10140, 9909, 9859, 8763, 10325, 9816, 11106, 10055, 11044, 10202, 9764, 10658, 10049, 12067, 10423, 11830, 10214, 9359, 10970, 9824, 12402, 10268, 11630, 10289, 9437, 10377, 9599, 10725, 9645, 11039, 9691, 11143, 9738, 11337, 9806, 11145, 9240, 10501, 9654, 10616, 9824, 10641, 9842, 10880, 9884, 10539, 9877, 10341, 9850, 10396, 9738, 10563, 9490, 10823, 9530, 11328, 9838, 11085, 9961, 11022, 9745, 11134, 10086, 10295, 9693, 10415, 10144, 10857, 9901, 10532, 10199, 9038, 10652, 9978, 10682, 9552, 12093, 9815, 8506, 10497, 9699, 10902, 9440, 11489, 9974, 14392, 10462, 12953, 10730, 13318, 10737, 11269, 10959, 9947, 10522, 10113, 11390, 10135, 11943, 10603, 10299, 10454, 9902, 10718, 9727, 12358, 10517, 9369, 10550, 9392, 11097, 9936, 12308, 10443, 12073, 10740, 9799, 10367, 10037, 11433, 9625, 12982, 10413, 9248, 10377, 10305, 10596, 9528, 12448, 10896, 9514, 10585, 10140, 11759, 10845, 10838, 10576, 10387, 10784, 10163, 11813, 10633, 11403, 10550, 10141, 10701], 'WindowCenter': [4706.0, 4674.0, 4650.0, 4658.0, 4649.0, 4692.0, 4660.0, 4648.0, 4668.0, 4658.0, 4649.0, 4669.0, 4673.0, 4665.0, 4672.0, 4671.0, 4681.0, 4672.0, 4681.0, 4672.0, 4680.0, 4673.0, 4683.0, 4661.0, 4669.0, 4660.0, 4650.0, 4671.0, 4662.0, 4683.0, 4676.0, 4673.0, 4673.0, 4667.0, 4686.0, 4698.0, 4698.0, 4700.0, 4696.0, 4688.0, 4665.0, 4688.0, 4686.0, 4698.0, 4698.0, 4685.0, 4693.0, 4692.0, 4684.0, 4683.0, 4685.0, 4691.0, 4684.0, 4672.0, 4684.0, 4673.0, 4683.0, 4694.0, 4683.0, 4684.0, 4654.0, 4684.0, 4686.0, 4696.0, 4709.0, 4716.0, 4700.0, 4716.0, 4687.0, 4686.0, 4685.0, 4675.0, 4695.0, 4695.0, 4694.0, 4685.0, 4683.0, 4684.0, 4681.0, 4684.0, 4673.0, 4685.0, 4674.0, 4684.0, 4686.0, 4683.0, 4684.0, 4705.0, 4698.0, 4695.0, 4697.0, 4685.0, 4695.0, 4696.0, 4697.0, 4699.0, 4704.0, 4687.0, 4673.0, 4685.0, 4674.0, 4686.0, 4685.0, 4683.0, 4694.0, 4692.0, 4682.0, 4701.0, 4684.0, 4691.0, 4683.0, 4651.0, 4684.0, 4673.0, 4684.0, 4673.0, 4682.0, 4685.0, 4704.0, 4688.0, 4683.0, 4685.0, 4683.0, 4684.0, 4696.0, 4695.0, 4696.0, 4704.0, 4684.0, 4691.0, 4684.0, 4693.0, 4683.0, 4670.0, 4681.0, 4670.0, 4681.0, 4672.0, 4682.0, 4682.0, 4681.0, 4683.0, 4689.0, 4683.0, 4700.0, 4681.0, 4669.0, 4682.0, 4659.0, 4682.0, 4672.0, 4682.0, 4670.0, 4681.0, 4681.0, 4680.0, 4682.0, 4705.0, 4685.0, 4692.0, 4695.0, 4652.0, 4693.0, 4675.0, 4696.0, 4684.0, 4693.0, 4695.0, 4705.0, 4687.0, 4706.0, 4698.0, 4683.0, 4694.0, 4674.0, 4694.0, 4695.0, 4704.0, 4697.0, 4705.0, 4696.0, 4675.0, 4697.0, 4707.0, 4706.0, 4708.0, 4717.0, 4697.0, 4694.0, 4685.0, 4674.0, 4696.0, 4684.0, 4683.0, 4693.0, 4691.0, 4682.0, 4692.0, 4682.0, 4662.0, 4681.0, 4664.0, 4682.0, 4683.0, 4692.0, 4695.0, 4676.0, 4696.0, 4694.0, 4706.0, 4685.0, 4676.0, 4698.0, 4699.0, 4695.0, 4697.0, 4703.0, 4686.0, 4714.0, 4695.0, 4691.0, 4682.0, 4661.0, 4681.0, 4671.0, 4683.0, 4695.0, 4681.0, 4672.0, 4680.0, 4672.0, 4654.0, 4682.0, 4682.0, 4683.0, 4682.0, 4712.0, 4683.0, 4692.0, 4696.0, 4674.0, 4696.0, 4673.0, 4682.0, 4685.0, 4704.0, 4686.0, 4664.0, 4694.0, 4685.0, 4695.0, 4696.0, 4708.0, 4697.0, 4685.0, 4697.0, 4676.0, 4694.0, 4696.0, 4726.0, 4697.0, 4693.0, 4685.0, 4674.0, 4694.0, 4695.0, 4697.0, 4686.0, 4693.0, 4694.0, 4663.0, 4694.0, 4674.0, 4694.0, 4694.0, 4692.0, 4684.0, 4691.0, 4683.0, 4682.0, 4684.0, 4692.0, 4684.0, 4690.0, 4681.0, 4660.0, 4671.0, 4661.0, 4682.0, 4682.0, 4683.0, 4682.0, 4681.0, 4683.0, 4691.0, 4684.0, 4682.0, 4687.0, 4677.0, 4697.0, 4697.0, 4707.0, 4698.0, 4696.0, 4698.0, 4678.0, 4698.0, 4697.0, 4696.0, 4695.0, 4694.0, 4695.0, 4694.0, 4685.0, 4692.0, 4682.0, 4661.0, 4682.0, 4674.0, 4694.0, 4684.0, 4692.0, 4684.0, 4682.0, 4686.0, 4665.0, 4684.0, 4674.0, 4683.0, 4694.0, 4692.0, 4684.0, 4695.0, 4685.0, 4664.0, 4683.0, 4693.0, 4693.0, 4686.0, 4705.0, 4695.0, 4673.0, 4693.0, 4673.0, 4692.0, 4694.0, 4694.0, 4683.0, 4690.0, 4683.0, 4652.0, 4681.0, 4662.0, 4683.0, 4682.0, 4683.0, 4682.0, 4711.0, 4682.0, 4671.0, 4685.0, 4675.0, 4683.0, 4675.0, 4682.0, 4683.0, 4682.0, 4684.0, 4703.0, 4685.0, 4694.0, 4685.0, 4662.0, 4683.0, 4663.0, 4694.0, 4684.0, 4683.0, 4693.0, 4702.0, 4684.0, 4672.0, 4685.0, 4676.0, 4696.0, 4685.0, 4694.0, 4695.0, 4704.0, 4685.0, 4694.0, 4698.0, 4695.0, 4695.0, 4674.0, 4684.0, 4694.0, 4702.0, 4684.0, 4693.0, 4685.0, 4692.0, 4685.0, 4661.0, 4681.0, 4672.0, 4682.0, 4683.0, 4693.0, 4672.0, 4679.0, 4671.0, 4650.0, 4671.0, 4672.0, 4683.0, 4683.0, 4681.0, 4672.0, 4670.0, 4672.0, 4653.0, 4683.0, 4676.0, 4697.0, 4694.0, 4702.0, 4674.0, 4662.0, 4684.0, 4673.0, 4694.0, 4685.0, 4695.0, 4685.0, 4691.0, 4683.0, 4672.0, 4684.0, 4672.0, 4684.0, 4662.0, 4671.0, 4660.0, 4671.0, 4660.0, 4679.0, 4692.0, 4683.0, 4683.0, 4692.0, 4673.0, 4681.0, 4673.0, 4673.0, 4685.0, 4663.0, 4683.0, 4664.0, 4683.0, 4674.0, 4684.0, 4676.0, 4686.0, 4695.0, 4686.0, 4695.0, 4685.0, 4686.0, 4657.0, 4698.0, 4688.0, 4710.0, 4710.0, 4708.0, 4709.0, 4706.0, 4699.0, 4676.0, 4697.0, 4686.0, 4696.0, 4696.0, 4695.0, 4695.0, 4692.0, 4684.0, 4680.0, 4683.0, 4682.0, 4684.0, 4672.0, 4671.0, 4660.0, 4670.0, 4662.0, 4671.0, 4673.0, 4670.0, 4670.0, 4671.0, 4671.0, 4682.0, 4673.0, 4681.0, 4683.0, 4710.0, 4673.0, 4702.0, 4675.0, 4703.0, 4674.0, 4681.0, 4675.0, 4652.0, 4675.0, 4675.0, 4687.0, 4677.0, 4685.0, 4685.0, 4695.0, 4686.0, 4699.0, 4699.0, 4696.0, 4707.0, 4705.0, 4697.0, 4685.0, 4686.0, 4676.0, 4697.0, 4698.0, 4696.0, 4675.0, 4685.0, 4696.0, 4696.0, 4697.0, 4677.0, 4700.0, 4688.0, 4708.0, 4699.0, 4726.0, 4688.0, 4694.0, 4688.0, 4707.0, 4687.0, 4693.0, 4685.0, 4671.0, 4671.0, 4659.0, 4672.0, 4672.0, 4671.0, 4669.0, 4670.0, 4671.0, 4690.0, 4674.0, 4662.0, 4674.0, 4676.0, 4699.0, 4697.0, 4686.0, 4697.0, 4717.0, 4686.0, 4694.0, 4687.0, 4704.0, 4685.0, 4692.0, 4673.0, 4661.0, 4673.0, 4673.0, 4684.0, 4670.0, 4671.0, 4659.0, 4670.0, 4661.0, 4673.0, 4673.0, 4674.0, 4662.0, 4680.0, 4671.0, 4681.0, 4673.0, 4684.0, 4684.0, 4683.0, 4674.0, 4682.0, 4685.0, 4704.0, 4686.0, 4685.0, 4685.0, 4674.0, 4687.0, 4686.0, 4696.0, 4699.0, 4717.0, 4720.0, 4739.0, 4708.0, 4706.0, 4696.0, 4685.0, 4685.0, 4674.0, 4685.0, 4675.0, 4695.0, 4685.0, 4693.0, 4695.0, 4691.0, 4673.0, 4661.0, 4673.0, 4662.0, 4683.0, 4674.0, 4694.0, 4685.0, 4693.0, 4672.0, 4700.0, 4671.0, 4678.0, 4670.0, 4677.0, 4672.0, 4690.0, 4659.0, 4648.0, 4670.0, 4650.0, 4669.0, 4660.0, 4683.0, 4673.0, 4689.0, 4672.0, 4661.0, 4672.0, 4659.0, 4672.0, 4672.0, 4674.0, 4670.0, 4672.0, 4659.0, 4670.0, 4658.0, 4671.0, 4670.0, 4660.0, 4659.0, 4670.0, 4649.0, 4671.0, 4672.0, 4684.0, 4673.0, 4673.0, 4672.0, 4672.0, 4672.0, 4685.0, 4683.0, 4683.0, 4673.0, 4682.0, 4671.0, 4680.0, 4682.0, 4693.0, 4694.0, 4703.0, 4674.0, 4663.0, 4674.0, 4673.0, 4685.0, 4688.0, 4697.0, 4697.0, 4705.0, 4687.0, 4684.0, 4686.0, 4694.0, 4690.0, 4694.0, 4685.0, 4681.0, 4674.0, 4670.0, 4673.0, 4670.0, 4672.0, 4670.0, 4669.0, 4659.0, 4669.0, 4659.0, 4670.0, 4671.0, 4672.0, 4670.0, 4672.0, 4661.0, 4673.0, 4684.0, 4683.0, 4675.0, 4683.0, 4675.0, 4683.0, 4685.0, 4695.0, 4697.0, 4684.0, 4696.0, 4713.0, 4694.0, 4695.0, 4698.0, 4695.0, 4686.0, 4674.0, 4684.0, 4676.0, 4685.0, 4697.0, 4696.0, 4710.0, 4730.0, 4715.0, 4691.0, 4726.0, 4685.0, 4676.0, 4687.0, 4679.0, 4697.0, 4678.0, 4697.0, 4677.0, 4687.0, 4666.0, 4695.0, 4673.0, 4685.0, 4659.0, 4668.0, 4634.0, 4655.0, 4619.0, 4631.0, 4618.0, 4629.0, 4617.0, 4640.0, 4628.0, 4637.0, 4627.0, 4638.0, 4618.0, 4646.0, 4619.0, 4617.0, 4629.0, 4611.0, 4650.0, 4631.0, 4649.0, 4632.0, 4631.0, 4644.0, 4647.0, 4666.0, 4647.0, 4647.0, 4647.0, 4659.0, 4669.0, 4671.0, 4662.0, 4673.0, 4674.0, 4703.0, 4686.0, 4705.0, 4688.0, 4685.0, 4674.0, 4683.0, 4693.0, 4673.0, 4673.0, 4673.0, 4675.0, 4674.0, 4684.0, 4692.0, 4673.0, 4663.0, 4673.0, 4675.0, 4703.0, 4688.0, 4677.0, 4686.0, 4686.0, 4716.0, 4686.0, 4666.0, 4686.0, 4687.0, 4696.0, 4699.0, 4720.0, 4691.0, 4676.0, 4696.0, 4687.0, 4695.0, 4687.0, 4706.0, 4700.0, 4706.0, 4685.0, 4664.0, 4675.0, 4675.0, 4683.0, 4677.0, 4696.0, 4687.0, 4695.0, 4696.0, 4711.0, 4684.0, 4705.0, 4687.0, 4692.0, 4684.0, 4681.0, 4674.0, 4673.0, 4687.0, 4685.0, 4675.0, 4664.0, 4674.0, 4684.0, 4674.0, 4674.0, 4687.0, 4676.0, 4683.0, 4696.0, 4703.0, 4686.0, 4684.0, 4687.0, 4686.0, 4685.0, 4664.0, 4674.0, 4673.0, 4684.0, 4685.0, 4681.0, 4684.0, 4711.0, 4672.0, 4691.0, 4685.0, 4703.0, 4684.0, 4683.0, 4684.0, 4672.0, 4675.0, 4685.0, 4687.0, 4676.0, 4685.0, 4686.0, 4694.0, 4686.0, 4675.0, 4687.0, 4687.0, 4686.0, 4697.0, 4695.0, 4687.0, 4677.0, 4697.0, 4688.0, 4700.0, 4711.0, 4698.0, 4698.0, 4705.0, 4688.0, 4676.0, 4686.0, 4685.0, 4697.0, 4698.0, 4725.0, 4687.0, 4693.0, 4685.0, 4684.0, 4688.0, 4684.0, 4675.0, 4671.0, 4671.0, 4660.0, 4672.0, 4672.0, 4671.0, 4662.0, 4670.0, 4661.0, 4670.0, 4662.0, 4682.0, 4676.0, 4673.0, 4683.0, 4691.0, 4673.0, 4681.0, 4673.0, 4692.0, 4676.0, 4682.0, 4673.0, 4663.0, 4683.0, 4674.0, 4684.0, 4695.0, 4697.0, 4699.0, 4696.0, 4708.0, 4716.0, 4698.0, 4715.0, 4697.0, 4707.0, 4688.0, 4705.0, 4687.0, 4683.0, 4685.0, 4674.0, 4686.0, 4686.0, 4688.0, 4675.0, 4695.0, 4685.0, 4684.0, 4685.0, 4684.0, 4697.0, 4717.0, 4699.0, 4704.0, 4686.0, 4684.0, 4686.0, 4685.0, 4687.0, 4686.0, 4695.0, 4674.0, 4684.0, 4675.0, 4684.0, 4685.0, 4696.0, 4687.0, 4705.0, 4674.0, 4663.0, 4683.0, 4674.0, 4703.0, 4685.0, 4675.0, 4687.0, 4677.0, 4698.0, 4689.0, 4697.0, 4676.0, 4694.0, 4685.0, 4692.0, 4684.0, 4691.0, 4673.0, 4691.0, 4673.0, 4690.0, 4661.0, 4648.0, 4658.0, 4658.0, 4660.0, 4661.0, 4691.0, 4673.0, 4661.0, 4673.0, 4673.0, 4673.0, 4675.0, 4694.0, 4687.0, 4686.0, 4685.0, 4685.0, 4704.0, 4685.0, 4675.0, 4686.0, 4675.0, 4686.0, 4687.0, 4695.0, 4674.0, 4692.0, 4684.0, 4662.0, 4673.0, 4662.0, 4675.0, 4675.0, 4683.0, 4663.0, 4692.0, 4673.0, 4671.0, 4673.0, 4653.0, 4684.0, 4685.0, 4693.0, 4685.0, 4693.0, 4687.0, 4685.0, 4684.0, 4686.0, 4704.0, 4697.0, 4706.0, 4687.0, 4675.0, 4684.0, 4674.0, 4693.0, 4684.0, 4692.0, 4684.0, 4675.0, 4686.0, 4673.0, 4683.0, 4662.0, 4681.0, 4661.0, 4681.0, 4673.0, 4682.0, 4660.0, 4670.0, 4651.0, 4668.0, 4660.0, 4671.0, 4671.0, 4671.0, 4659.0, 4668.0, 4660.0, 4670.0, 4670.0, 4671.0, 4672.0, 4672.0, 4675.0, 4683.0, 4673.0, 4682.0, 4674.0, 4684.0, 4685.0, 4694.0, 4688.0, 4697.0, 4688.0, 4694.0, 4687.0, 4684.0, 4676.0, 4683.0, 4687.0, 4695.0, 4686.0, 4682.0, 4685.0, 4662.0, 4684.0, 4685.0, 4697.0, 4699.0, 4717.0, 4699.0, 4679.0, 4709.0, 4700.0, 4710.0, 4702.0, 4709.0, 4700.0, 4727.0, 4699.0, 4705.0, 4697.0, 4705.0, 4696.0, 4683.0, 4684.0, 4672.0, 4670.0, 4671.0, 4682.0, 4673.0, 4681.0, 4682.0, 4670.0, 4671.0, 4670.0, 4672.0, 4675.0, 4693.0, 4684.0, 4661.0, 4671.0, 4662.0, 4682.0, 4675.0, 4693.0, 4673.0, 4679.0, 4670.0, 4659.0, 4669.0, 4671.0, 4680.0, 4661.0, 4690.0, 4671.0, 4659.0, 4671.0, 4683.0, 4683.0, 4674.0, 4692.0, 4683.0, 4662.0, 4682.0, 4684.0, 4694.0, 4695.0, 4682.0, 4683.0, 4672.0, 4682.0, 4673.0, 4695.0, 4683.0, 4680.0, 4673.0, 4670.0, 4670.0], 'WindowWidth': [10285.0, 10235.0, 10194.0, 10202.0, 10193.0, 10255.0, 10209.0, 10190.0, 10215.0, 10204.0, 10193.0, 10219.0, 10231.0, 10225.0, 10229.0, 10226.0, 10237.0, 10229.0, 10237.0, 10229.0, 10236.0, 10232.0, 10245.0, 10212.0, 10217.0, 10206.0, 10192.0, 10223.0, 10215.0, 10248.0, 10239.0, 10232.0, 10234.0, 10228.0, 10253.0, 10273.0, 10275.0, 10281.0, 10268.0, 10260.0, 10225.0, 10258.0, 10257.0, 10276.0, 10270.0, 10250.0, 10259.0, 10255.0, 10248.0, 10245.0, 10248.0, 10252.0, 10247.0, 10227.0, 10247.0, 10232.0, 10249.0, 10261.0, 10244.0, 10247.0, 10207.0, 10250.0, 10256.0, 10269.0, 10290.0, 10298.0, 10281.0, 10298.0, 10260.0, 10254.0, 10253.0, 10237.0, 10265.0, 10266.0, 10262.0, 10251.0, 10245.0, 10247.0, 10239.0, 10247.0, 10232.0, 10252.0, 10236.0, 10249.0, 10252.0, 10246.0, 10250.0, 10280.0, 10274.0, 10265.0, 10271.0, 10252.0, 10267.0, 10269.0, 10273.0, 10277.0, 10276.0, 10256.0, 10234.0, 10251.0, 10234.0, 10254.0, 10253.0, 10248.0, 10261.0, 10257.0, 10244.0, 10268.0, 10249.0, 10253.0, 10246.0, 10201.0, 10248.0, 10233.0, 10251.0, 10233.0, 10245.0, 10252.0, 10276.0, 10260.0, 10249.0, 10254.0, 10247.0, 10250.0, 10270.0, 10267.0, 10268.0, 10274.0, 10250.0, 10255.0, 10251.0, 10259.0, 10247.0, 10225.0, 10241.0, 10223.0, 10240.0, 10230.0, 10242.0, 10242.0, 10239.0, 10243.0, 10249.0, 10246.0, 10265.0, 10240.0, 10221.0, 10242.0, 10209.0, 10243.0, 10231.0, 10244.0, 10226.0, 10241.0, 10243.0, 10240.0, 10246.0, 10279.0, 10254.0, 10258.0, 10264.0, 10205.0, 10261.0, 10239.0, 10269.0, 10250.0, 10263.0, 10267.0, 10279.0, 10258.0, 10282.0, 10275.0, 10249.0, 10265.0, 10237.0, 10265.0, 10267.0, 10279.0, 10275.0, 10281.0, 10271.0, 10242.0, 10274.0, 10287.0, 10287.0, 10293.0, 10302.0, 10274.0, 10265.0, 10254.0, 10237.0, 10269.0, 10249.0, 10247.0, 10259.0, 10254.0, 10244.0, 10258.0, 10246.0, 10216.0, 10241.0, 10221.0, 10244.0, 10247.0, 10259.0, 10268.0, 10243.0, 10269.0, 10265.0, 10280.0, 10253.0, 10243.0, 10277.0, 10278.0, 10268.0, 10270.0, 10276.0, 10255.0, 10292.0, 10268.0, 10255.0, 10244.0, 10214.0, 10241.0, 10228.0, 10246.0, 10265.0, 10240.0, 10229.0, 10237.0, 10230.0, 10207.0, 10246.0, 10246.0, 10247.0, 10246.0, 10284.0, 10248.0, 10260.0, 10269.0, 10235.0, 10266.0, 10233.0, 10245.0, 10253.0, 10279.0, 10256.0, 10223.0, 10264.0, 10254.0, 10266.0, 10272.0, 10288.0, 10275.0, 10252.0, 10273.0, 10242.0, 10264.0, 10270.0, 10309.0, 10273.0, 10260.0, 10253.0, 10236.0, 10263.0, 10267.0, 10270.0, 10257.0, 10260.0, 10265.0, 10221.0, 10262.0, 10237.0, 10265.0, 10265.0, 10257.0, 10248.0, 10254.0, 10247.0, 10242.0, 10250.0, 10256.0, 10249.0, 10249.0, 10241.0, 10208.0, 10225.0, 10212.0, 10243.0, 10242.0, 10246.0, 10242.0, 10239.0, 10245.0, 10253.0, 10249.0, 10246.0, 10258.0, 10248.0, 10275.0, 10275.0, 10286.0, 10276.0, 10269.0, 10276.0, 10250.0, 10279.0, 10272.0, 10270.0, 10265.0, 10261.0, 10266.0, 10263.0, 10251.0, 10255.0, 10243.0, 10214.0, 10243.0, 10236.0, 10262.0, 10249.0, 10255.0, 10247.0, 10241.0, 10252.0, 10224.0, 10251.0, 10235.0, 10247.0, 10261.0, 10255.0, 10249.0, 10264.0, 10251.0, 10220.0, 10246.0, 10260.0, 10260.0, 10256.0, 10279.0, 10266.0, 10231.0, 10261.0, 10231.0, 10255.0, 10262.0, 10261.0, 10247.0, 10249.0, 10244.0, 10201.0, 10241.0, 10218.0, 10248.0, 10241.0, 10243.0, 10242.0, 10281.0, 10242.0, 10226.0, 10253.0, 10237.0, 10248.0, 10235.0, 10244.0, 10245.0, 10242.0, 10251.0, 10274.0, 10254.0, 10259.0, 10251.0, 10217.0, 10246.0, 10220.0, 10265.0, 10249.0, 10246.0, 10257.0, 10270.0, 10247.0, 10231.0, 10251.0, 10242.0, 10269.0, 10252.0, 10265.0, 10265.0, 10276.0, 10253.0, 10262.0, 10273.0, 10266.0, 10265.0, 10233.0, 10248.0, 10261.0, 10270.0, 10248.0, 10260.0, 10251.0, 10256.0, 10248.0, 10213.0, 10240.0, 10228.0, 10242.0, 10248.0, 10258.0, 10230.0, 10233.0, 10225.0, 10195.0, 10226.0, 10229.0, 10246.0, 10246.0, 10238.0, 10229.0, 10223.0, 10230.0, 10204.0, 10246.0, 10242.0, 10270.0, 10265.0, 10270.0, 10235.0, 10215.0, 10249.0, 10232.0, 10265.0, 10253.0, 10264.0, 10251.0, 10255.0, 10247.0, 10228.0, 10247.0, 10229.0, 10247.0, 10214.0, 10227.0, 10207.0, 10223.0, 10208.0, 10235.0, 10257.0, 10247.0, 10246.0, 10254.0, 10233.0, 10238.0, 10233.0, 10233.0, 10253.0, 10220.0, 10247.0, 10221.0, 10247.0, 10234.0, 10248.0, 10241.0, 10255.0, 10267.0, 10253.0, 10266.0, 10252.0, 10257.0, 10219.0, 10276.0, 10262.0, 10295.0, 10296.0, 10291.0, 10293.0, 10284.0, 10278.0, 10242.0, 10272.0, 10255.0, 10271.0, 10270.0, 10265.0, 10263.0, 10255.0, 10246.0, 10237.0, 10245.0, 10242.0, 10248.0, 10225.0, 10226.0, 10209.0, 10222.0, 10213.0, 10227.0, 10230.0, 10221.0, 10224.0, 10223.0, 10226.0, 10241.0, 10233.0, 10241.0, 10245.0, 10279.0, 10233.0, 10270.0, 10240.0, 10274.0, 10235.0, 10240.0, 10236.0, 10202.0, 10237.0, 10239.0, 10259.0, 10244.0, 10253.0, 10253.0, 10266.0, 10257.0, 10278.0, 10279.0, 10270.0, 10286.0, 10279.0, 10271.0, 10252.0, 10257.0, 10241.0, 10273.0, 10275.0, 10269.0, 10238.0, 10252.0, 10268.0, 10268.0, 10272.0, 10245.0, 10281.0, 10264.0, 10288.0, 10279.0, 10310.0, 10260.0, 10264.0, 10262.0, 10285.0, 10260.0, 10258.0, 10250.0, 10225.0, 10225.0, 10207.0, 10228.0, 10228.0, 10226.0, 10220.0, 10222.0, 10225.0, 10250.0, 10234.0, 10216.0, 10237.0, 10243.0, 10278.0, 10276.0, 10256.0, 10274.0, 10296.0, 10257.0, 10262.0, 10258.0, 10277.0, 10253.0, 10254.0, 10231.0, 10211.0, 10232.0, 10233.0, 10247.0, 10224.0, 10225.0, 10207.0, 10222.0, 10210.0, 10230.0, 10231.0, 10234.0, 10215.0, 10239.0, 10227.0, 10239.0, 10233.0, 10250.0, 10251.0, 10245.0, 10235.0, 10243.0, 10251.0, 10276.0, 10257.0, 10251.0, 10254.0, 10238.0, 10258.0, 10258.0, 10270.0, 10278.0, 10301.0, 10311.0, 10334.0, 10290.0, 10280.0, 10270.0, 10252.0, 10253.0, 10237.0, 10252.0, 10239.0, 10268.0, 10254.0, 10261.0, 10264.0, 10253.0, 10233.0, 10214.0, 10234.0, 10217.0, 10247.0, 10234.0, 10263.0, 10253.0, 10259.0, 10229.0, 10264.0, 10226.0, 10231.0, 10224.0, 10226.0, 10229.0, 10249.0, 10207.0, 10188.0, 10222.0, 10193.0, 10219.0, 10208.0, 10245.0, 10233.0, 10248.0, 10227.0, 10211.0, 10227.0, 10207.0, 10229.0, 10232.0, 10237.0, 10222.0, 10228.0, 10206.0, 10224.0, 10204.0, 10228.0, 10222.0, 10211.0, 10206.0, 10223.0, 10194.0, 10226.0, 10231.0, 10251.0, 10234.0, 10234.0, 10229.0, 10230.0, 10231.0, 10251.0, 10249.0, 10247.0, 10232.0, 10241.0, 10228.0, 10237.0, 10245.0, 10260.0, 10265.0, 10274.0, 10236.0, 10218.0, 10237.0, 10233.0, 10253.0, 10263.0, 10274.0, 10274.0, 10280.0, 10259.0, 10249.0, 10256.0, 10263.0, 10266.0, 10264.0, 10253.0, 10240.0, 10234.0, 10222.0, 10232.0, 10224.0, 10232.0, 10224.0, 10222.0, 10205.0, 10221.0, 10206.0, 10223.0, 10229.0, 10231.0, 10225.0, 10231.0, 10214.0, 10233.0, 10251.0, 10251.0, 10239.0, 10249.0, 10240.0, 10247.0, 10254.0, 10268.0, 10274.0, 10251.0, 10270.0, 10288.0, 10265.0, 10267.0, 10277.0, 10266.0, 10257.0, 10237.0, 10251.0, 10242.0, 10255.0, 10275.0, 10270.0, 10295.0, 10324.0, 10312.0, 10270.0, 10312.0, 10253.0, 10242.0, 10259.0, 10252.0, 10272.0, 10250.0, 10271.0, 10244.0, 10258.0, 10229.0, 10267.0, 10231.0, 10253.0, 10206.0, 10216.0, 10159.0, 10189.0, 10130.0, 10152.0, 10127.0, 10148.0, 10128.0, 10163.0, 10143.0, 10156.0, 10141.0, 10155.0, 10129.0, 10164.0, 10132.0, 10129.0, 10147.0, 10124.0, 10176.0, 10154.0, 10174.0, 10157.0, 10156.0, 10175.0, 10186.0, 10212.0, 10186.0, 10185.0, 10187.0, 10206.0, 10221.0, 10227.0, 10217.0, 10233.0, 10239.0, 10275.0, 10257.0, 10281.0, 10264.0, 10256.0, 10238.0, 10247.0, 10259.0, 10235.0, 10232.0, 10235.0, 10241.0, 10238.0, 10250.0, 10257.0, 10235.0, 10221.0, 10235.0, 10239.0, 10276.0, 10262.0, 10247.0, 10257.0, 10257.0, 10297.0, 10259.0, 10231.0, 10260.0, 10262.0, 10273.0, 10282.0, 10310.0, 10272.0, 10245.0, 10273.0, 10260.0, 10269.0, 10261.0, 10287.0, 10283.0, 10284.0, 10256.0, 10223.0, 10239.0, 10240.0, 10250.0, 10246.0, 10271.0, 10259.0, 10265.0, 10271.0, 10284.0, 10252.0, 10281.0, 10259.0, 10258.0, 10251.0, 10240.0, 10237.0, 10234.0, 10260.0, 10254.0, 10241.0, 10223.0, 10237.0, 10250.0, 10237.0, 10239.0, 10260.0, 10246.0, 10249.0, 10270.0, 10276.0, 10255.0, 10250.0, 10261.0, 10257.0, 10255.0, 10223.0, 10237.0, 10235.0, 10252.0, 10254.0, 10244.0, 10250.0, 10284.0, 10234.0, 10256.0, 10255.0, 10277.0, 10253.0, 10248.0, 10252.0, 10232.0, 10239.0, 10257.0, 10260.0, 10243.0, 10252.0, 10256.0, 10263.0, 10256.0, 10241.0, 10263.0, 10263.0, 10257.0, 10274.0, 10268.0, 10261.0, 10247.0, 10275.0, 10265.0, 10283.0, 10299.0, 10278.0, 10279.0, 10282.0, 10262.0, 10244.0, 10257.0, 10257.0, 10276.0, 10279.0, 10307.0, 10261.0, 10262.0, 10255.0, 10250.0, 10263.0, 10252.0, 10238.0, 10228.0, 10230.0, 10211.0, 10231.0, 10234.0, 10229.0, 10216.0, 10224.0, 10215.0, 10227.0, 10219.0, 10248.0, 10243.0, 10235.0, 10249.0, 10257.0, 10236.0, 10242.0, 10236.0, 10259.0, 10243.0, 10246.0, 10235.0, 10221.0, 10248.0, 10239.0, 10252.0, 10270.0, 10276.0, 10283.0, 10273.0, 10290.0, 10298.0, 10277.0, 10296.0, 10276.0, 10289.0, 10265.0, 10281.0, 10259.0, 10249.0, 10256.0, 10237.0, 10260.0, 10259.0, 10263.0, 10240.0, 10269.0, 10253.0, 10252.0, 10255.0, 10251.0, 10274.0, 10301.0, 10280.0, 10278.0, 10259.0, 10250.0, 10257.0, 10256.0, 10263.0, 10258.0, 10268.0, 10238.0, 10251.0, 10240.0, 10251.0, 10254.0, 10271.0, 10262.0, 10282.0, 10239.0, 10220.0, 10248.0, 10237.0, 10276.0, 10257.0, 10243.0, 10262.0, 10248.0, 10280.0, 10270.0, 10275.0, 10246.0, 10265.0, 10254.0, 10258.0, 10250.0, 10255.0, 10233.0, 10254.0, 10233.0, 10251.0, 10212.0, 10190.0, 10205.0, 10206.0, 10210.0, 10218.0, 10259.0, 10236.0, 10216.0, 10235.0, 10235.0, 10235.0, 10242.0, 10266.0, 10263.0, 10259.0, 10255.0, 10255.0, 10279.0, 10255.0, 10241.0, 10258.0, 10242.0, 10259.0, 10262.0, 10268.0, 10239.0, 10257.0, 10250.0, 10216.0, 10235.0, 10218.0, 10238.0, 10241.0, 10249.0, 10220.0, 10258.0, 10234.0, 10228.0, 10234.0, 10207.0, 10252.0, 10257.0, 10264.0, 10254.0, 10261.0, 10257.0, 10253.0, 10253.0, 10259.0, 10280.0, 10275.0, 10285.0, 10260.0, 10240.0, 10253.0, 10238.0, 10262.0, 10253.0, 10258.0, 10253.0, 10242.0, 10258.0, 10234.0, 10247.0, 10217.0, 10242.0, 10216.0, 10242.0, 10235.0, 10242.0, 10212.0, 10224.0, 10201.0, 10220.0, 10212.0, 10228.0, 10231.0, 10229.0, 10210.0, 10220.0, 10211.0, 10225.0, 10227.0, 10228.0, 10231.0, 10233.0, 10243.0, 10250.0, 10237.0, 10247.0, 10240.0, 10252.0, 10258.0, 10265.0, 10265.0, 10275.0, 10266.0, 10266.0, 10262.0, 10250.0, 10245.0, 10248.0, 10261.0, 10268.0, 10259.0, 10247.0, 10255.0, 10221.0, 10254.0, 10255.0, 10276.0, 10283.0, 10306.0, 10284.0, 10256.0, 10298.0, 10285.0, 10300.0, 10293.0, 10297.0, 10285.0, 10317.0, 10279.0, 10282.0, 10275.0, 10284.0, 10272.0, 10247.0, 10252.0, 10228.0, 10227.0, 10227.0, 10245.0, 10235.0, 10243.0, 10246.0, 10225.0, 10228.0, 10227.0, 10232.0, 10241.0, 10261.0, 10251.0, 10215.0, 10230.0, 10217.0, 10245.0, 10240.0, 10260.0, 10234.0, 10235.0, 10224.0, 10207.0, 10223.0, 10229.0, 10240.0, 10215.0, 10253.0, 10227.0, 10211.0, 10229.0, 10250.0, 10250.0, 10238.0, 10258.0, 10248.0, 10219.0, 10247.0, 10253.0, 10266.0, 10268.0, 10245.0, 10250.0, 10233.0, 10244.0, 10234.0, 10265.0, 10249.0, 10239.0, 10233.0, 10225.0, 10226.0]}, 'slices': {}}</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-2">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-2-collapse" aria-controls="about-metadata-2-collapse">
        Extracted Image quality metrics (IQMs)
      </button>
    </h2>
    <div id="about-metadata-2-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-2-heading" data-bs-parent="#about-metadata-2">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-2" class="table table-sm table-striped">
<tr><td colspan=3>aor</td><td>0.003333010752688172</td></tr>
<tr><td colspan=3>aqi</td><td>0.038222273862696436</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.270896829437085</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1995231261920534</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9838636462582797</td></tr>
<tr><td colspan=3>efc</td><td>0.4889</td></tr>
<tr><td colspan=3>fber</td><td>5878.8262</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07585991105953842</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>4</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3308519437551696</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5594937901102095</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4725496683225496</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8311021143194477</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.37482958768863</td></tr>
<tr><td colspan=3>gcor</td><td>0.00979645</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013592896051704884</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035616807639598846</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1209</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.1570247258261</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.0239</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.9859</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.2695</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294073.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>894.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>362.958</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8438</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>559.6744</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3860.798</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4063.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82471.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1472.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4971.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>977.3758</td></tr>
<tr><td colspan=3>tsnr</td><td>36.20989391114563</td></tr>
</table>

      </div>
    </div>
  </div>

</div>
        </div>
    </div>

<div id="qcrating-menu" class="card position-fixed d-none" style="width: 30%; top: 100px; left: 65%; max-height: 85%; overflow-y: auto;">
<div class="card-header m-0">
    Rating widget
    <button type="button" class="btn-close position-absolute top-0 end-0" aria-label="Close" id="close-qcrating-menu" onclick="toggle_rating()" style="margin: 10px 10px 0 0"></button>
</div>
<div class="card-body">
<div class="accordion">
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcslider-head">
      <button class="accordion-button" type="button" data-bs-toggle="collapse" data-bs-target="#qcslider-collapse" aria-expanded="true" aria-controls="qcslider-collapse">Overall Quality Rating</button>
    </h2>
    <div id="qcslider-collapse" class="accordion-collapse collapse show" aria-labelledby="qcslider-head">
      <div class="accordion-body">
        <input type="range" min="1.0" max="4.0" step="0.05" value="2.5" id="qcslider" class="slider">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-danger small" style="font-size: 0.7em; width: 25%; text-align:center">Exclude</li>
            <li class="list-group-item list-group-item-warning small" style="font-size: 0.7em; width: 25%; text-align:center">Poor</li>
            <li class="list-group-item list-group-item-primary small" style="font-size: 0.7em; width: 25%; text-align:center">Acceptable</li>
            <li class="list-group-item list-group-item-success small" style="font-size: 0.7em; width: 25%; text-align:center">Excellent</li>
        </ul>
      </div>
    </div>
  </div>

  <div class="accordion-item">
    <h2 class="accordion-header" id="qcartifacts-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcartifacts-collapse" aria-expanded="false" aria-controls="qcartifacts-collapse">
        Record specific artifacts
      </button>
    </h2>
    <div id="qcartifacts-collapse" class="accordion-collapse collapse" aria-labelledby="qcartifacts-head">
      <div class="accordion-body">
        <fieldset id="qcartifacts-group" class="form-group">
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="head-motion" id="qcartifacts-item-0" />
                <label class="form-check-label" for="qcartifacts-item-0">Head motion artifacts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="eye-spillover" id="qcartifacts-item-1" />
                <label class="form-check-label" for="qcartifacts-item-1">Eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noneye-spillover" id="qcartifacts-item-2" />
                <label class="form-check-label" for="qcartifacts-item-2">Non-eye spillover through <abbr title="phase-encoding">PE</abbr> axis</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="coil-failure" id="qcartifacts-item-3" />
                <label class="form-check-label" for="qcartifacts-item-3">Coil failure</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-global" id="qcartifacts-item-4" />
                <label class="form-check-label" for="qcartifacts-item-4">Global noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="noise-local" id="qcartifacts-item-5" />
                <label class="form-check-label" for="qcartifacts-item-5">Local noise</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="em-perturbation" id="qcartifacts-item-6" />
                <label class="form-check-label" for="qcartifacts-item-6"><abbr title="electromagnetic">EM</abbr> interference/perturbation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="wrap-around" id="qcartifacts-item-7" />
                <label class="form-check-label" for="qcartifacts-item-7">Problematic <abbr title="field-of-view">FoV</abbr> prescription / wrap-around</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-aliasing" id="qcartifacts-item-8" />
                <label class="form-check-label" for="qcartifacts-item-8">Aliasing ghosts</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="ghost-other" id="qcartifacts-item-9" />
                <label class="form-check-label" for="qcartifacts-item-9">Other ghosts (for example, <abbr title="radiofrequency">RF</abbr> spoiling)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="inu" id="qcartifacts-item-10" />
                <label class="form-check-label" for="qcartifacts-item-10">Intensity non-uniformity (B<sub>1</sub> bias)</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="field-variation" id="qcartifacts-item-11" />
                <label class="form-check-label" for="qcartifacts-item-11">Temporal B<sub>1</sub> field non-uniformity variation</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="processing" id="qcartifacts-item-12" />
                <label class="form-check-label" for="qcartifacts-item-12">Processing such as denoising, defacing or resamplings happened</label>
            </div>
            <div class="form-check form-switch small">
                <input class="form-check-input" type="checkbox" name="uncategorized" id="qcartifacts-item-13" />
                <label class="form-check-label" for="qcartifacts-item-13">Other uncategorized artifact(s)</label>
            </div>
        </fieldset>
      </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
  <div class="accordion-item">
    <h2 class="accordion-header" id="qcextra-head">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#qcextra-collapse" aria-expanded="false" aria-controls="qcextra-collapse">
        Extra details
      </button>
    </h2>
    <div id="qcextra-collapse" class="accordion-collapse collapse" aria-labelledby="qcextra-head">
      <div class="accordion-body">
        <div class="input-group">
          <span class="input-group-text">Comments</span>
          <textarea class="form-control" aria-label="Comments" id="qcextra-comments"></textarea>
        </div>

        <p style="margin-top: 20px; font-weight: bold">Rater confidence</p>
        <input type="range" min="0.0" max="4.0" step="0.05" value="3.5" id="qcextra-confidence" class="slider" style="margin-left: 22%;width: 56%;">
        <ul class="list-group list-group-horizontal slider-labels" style="width: 100%">
            <li class="list-group-item list-group-item-warning small" style="width: 50%; text-align:center">Doubtful</li>
            <li class="list-group-item list-group-item-success bg-success text-white small" style="width: 50%; text-align:center">Confident</li>
        </ul>
       </div> <!-- accordion-body -->
    </div> <!-- accordion-collapse -->
  </div> <!-- accordion-item -->
</div>
<div style="margin-top: 10px">
<a class="btn btn-primary disabled" id="btn-download" href="">Download</a>
<button class="btn btn-primary" id="btn-post" value="8sSYVI0XjFqacEMZ8wF4" disabled>Share publicly</button>
</div>
<script type="text/javascript">
var MINIMUM_RATING_TIME = 10
$('#qcslider').on('input', function() {

    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcslider-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 1.5 ) {
        $('#qcslider-collapse .list-group-item-danger').addClass('bg-danger text-white');
    } else if ( $(this).val() > 3.5 ) {
        $('#qcslider-collapse .list-group-item-success').addClass('bg-success text-white');
    } else if ( $(this).val() < 2.5 ) {
        $('#qcslider-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcslider-collapse .list-group-item-primary').addClass('bg-primary text-white');
    };

    var payload = read_form();
});

$('#qcextra-confidence').on('input', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };

    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)bg-\S+/g) || []).join(' ');
    });
    $('#qcextra-collapse .list-group-item').removeClass(function(index, classname) {
        return (classname.match(/(^|\s)text-\S+/g) || []).join(' ');
    });

    if ( $(this).val() < 2.0 ) {
        $('#qcextra-collapse .list-group-item-warning').addClass('bg-warning text-dark');
    } else {
        $('#qcextra-collapse .list-group-item-success').addClass('bg-success text-white');
    };

    var payload = read_form();
});


$('#qcextra-comments').bind('input propertychange', function() {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
});

$( '#btn-post' ).click( function() {
    var payload = read_form();
    var md5sum = "unspecified";
    var params = {
        'rating': payload['rating'],
        'md5sum': md5sum,
        'name': "",
        'comment': JSON.stringify(payload['artifacts'])
    };

    // disable development releases
    var authorization = $(this).val();
    var ratingReq = new XMLHttpRequest();
    ratingReq.open("POST", "https://mriqc.nimh.nih.gov:443/api/v1/rating");
    ratingReq.setRequestHeader("Content-Type", "application/json;charset=UTF-8");
    ratingReq.setRequestHeader("Authorization", authorization);
    ratingReq.onload = function () {
        status = ratingReq.status;
        $('#btn-post').removeClass('btn-primary');
        $('#btn-post').attr('disabled', true);
        $('#btn-post').attr('aria-disabled', true);
        $('#btn-post').prop('disabled');
        $('#btn-post').addClass('disabled');
        $('#btn-post').removeClass('active');
        if (status === "201") {
            $('#btn-post').addClass('btn-success');
            $('#btn-post').html('Posted!');
        } else {
            $('#btn-post').addClass('btn-danger');
            $('#btn-post').html('Failed');
        };
    };
    ratingReq.send(JSON.stringify(params));
});

$( 'body' ).on( 'click', '#qcartifacts-group input', function(e) {
    if ( (Date.now() - timestamp) / 1000 > MINIMUM_RATING_TIME) {
        $('#btn-download').removeClass('disabled');
        $('#btn-download').removeAttr('aria-disabled');
        $('#btn-post').removeAttr('disabled');
    };
    
    var payload = read_form();
});

$( 'body' ).on( 'click', '#qcrating-toggler', function(e) {
    toggle_rating();
});
</script>
</div>

<script type="text/javascript">
function toggle(id) {
    var element = document.getElementById(id);
    if(element.style.display == 'block')
        element.style.display = 'none';
    else
        element.style.display = 'block';
}
</script>
</body>
</html><script>{let postHeight = () => {window.parent.postMessage({frameHeight: document.documentElement.offsetHeight || document.documentElement.scrollHeight}, '*')}; window.addEventListener('load', postHeight); window.addEventListener('message', (event) => {if (event.source === window.parent && event.data.requestOffsetHeight) postHeight()});}</script>