<?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-0133_ses-03_task-shortvideo_acq-mb8_run-01_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-0133_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0133_suffix-bold_task-shortvideo" 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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-03_subject-0133_suffix-bold_task-shortvideo" 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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-03_subject-0133_suffix-bold_task-shortvideo" 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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-03_subject-0133_suffix-bold_task-shortvideo" 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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0133_suffix-bold_task-shortvideo" 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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_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-01_session-03_subject-0133_suffix-bold_task-shortvideo" 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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-03_subject-0133_suffix-bold_task-shortvideo" 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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_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-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_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-0133/ses-03/func/sub-0133_ses-03_task-shortvideo_acq-mb8_run-01_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>12538b81b01c391bf804255bc5dd2d23</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>21:09:58.545000</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.994586, 0.0981192, 0.034231, -0.0971695, 0.994863, -0.0283869]</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-01_task-shortvideo_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.0891616</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-01_task-shortvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>28</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7781, -7232, 229, -176, -85, -23, 88]</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>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>43569b52-5e42-41ee-96cf-2b181aea6381||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.668401002883911, -0.2606986463069916, 0.09946931898593903, 121.80004119873047], [-0.2632465362548828, 2.669144630432129, -0.06724897772073746, -86.55231475830078], [0.09183935821056366, 0.07616007328033447, 2.697328805923462, -82.52931213378906], [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, 1640]</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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'AcquisitionTime': ['210958.545000', '210959.005000', '210959.465000', '210959.925000', '211000.385000', '211000.845000', '211001.305000', '211001.765000', '211002.225000', '211002.685000', '211003.145000', '211003.605000', '211004.065000', '211004.525000', '211004.985000', '211005.445000', '211005.905000', '211006.365000', '211006.825000', '211007.285000', '211007.745000', '211008.205000', '211008.665000', '211009.125000', '211009.585000', '211010.045000', '211010.505000', '211010.965000', '211011.425000', '211011.885000', '211012.345000', '211012.805000', '211013.265000', '211013.725000', '211014.185000', '211014.645000', '211015.105000', '211015.565000', '211016.025000', '211016.485000', '211016.945000', '211017.405000', '211017.865000', '211018.325000', '211018.785000', '211019.245000', '211019.705000', '211020.165000', '211020.625000', '211021.085000', '211021.545000', '211022.005000', '211022.465000', '211022.925000', '211023.385000', '211023.845000', '211024.305000', '211024.765000', '211025.225000', '211025.685000', '211026.145000', '211026.605000', '211027.065000', '211027.525000', '211027.985000', '211028.445000', '211028.905000', '211029.365000', '211029.825000', '211030.285000', '211030.745000', '211031.205000', '211031.665000', '211032.125000', '211032.585000', '211033.045000', '211033.505000', '211033.965000', '211034.425000', '211034.885000', '211035.345000', '211035.805000', '211036.265000', '211036.725000', '211037.185000', '211037.645000', '211038.105000', '211038.565000', '211039.025000', '211039.485000', '211039.945000', '211040.405000', '211040.865000', '211041.325000', '211041.785000', '211042.245000', '211042.705000', '211043.165000', '211043.625000', '211044.085000', '211044.545000', '211045.005000', '211045.465000', '211045.925000', '211046.385000', '211046.845000', '211047.305000', '211047.765000', '211048.225000', '211048.685000', '211049.145000', '211049.605000', '211050.065000', '211050.525000', '211050.985000', '211051.445000', '211051.905000', '211052.365000', '211052.825000', '211053.285000', '211053.745000', '211054.205000', '211054.665000', '211055.125000', '211055.585000', '211056.045000', '211056.505000', '211056.965000', '211057.425000', '211057.885000', '211058.345000', '211058.805000', '211059.265000', '211059.725000', '211100.185000', '211100.645000', '211101.105000', '211101.565000', '211102.025000', '211102.485000', '211102.945000', '211103.405000', '211103.865000', '211104.325000', '211104.785000', '211105.245000', '211105.705000', '211106.165000', '211106.625000', '211107.085000', '211107.545000', '211108.005000', '211108.465000', '211108.925000', '211109.385000', '211109.845000', '211110.305000', '211110.765000', '211111.225000', '211111.685000', '211112.145000', '211112.605000', '211113.065000', '211113.525000', '211113.985000', '211114.445000', '211114.905000', '211115.365000', '211115.825000', '211116.285000', '211116.745000', '211117.205000', '211117.665000', '211118.125000', '211118.585000', '211119.045000', '211119.505000', '211119.965000', '211120.425000', '211120.885000', '211121.345000', '211121.805000', '211122.265000', '211122.725000', '211123.185000', '211123.645000', '211124.105000', '211124.565000', '211125.025000', '211125.485000', '211125.945000', '211126.405000', '211126.865000', '211127.325000', '211127.785000', '211128.245000', '211128.705000', '211129.165000', '211129.625000', '211130.085000', '211130.545000', '211131.005000', '211131.465000', '211131.925000', '211132.385000', '211132.845000', '211133.305000', '211133.765000', '211134.225000', '211134.685000', '211135.145000', '211135.605000', '211136.065000', '211136.525000', '211136.985000', '211137.445000', '211137.905000', '211138.365000', '211138.825000', '211139.285000', '211139.745000', '211140.205000', '211140.665000', '211141.125000', '211141.585000', '211142.045000', '211142.505000', '211142.965000', '211143.425000', '211143.885000', '211144.345000', '211144.805000', '211145.265000', '211145.725000', '211146.185000', '211146.645000', '211147.105000', '211147.565000', '211148.025000', '211148.485000', '211148.945000', '211149.405000', '211149.865000', '211150.325000', '211150.785000', '211151.245000', '211151.705000', '211152.165000', '211152.625000', '211153.085000', '211153.545000', '211154.005000', '211154.465000', '211154.925000', '211155.385000', '211155.845000', '211156.305000', '211156.765000', '211157.225000', '211157.685000', '211158.145000', '211158.605000', '211159.065000', '211159.525000', '211159.985000', '211200.445000', '211200.905000', '211201.365000', '211201.825000', '211202.285000', '211202.745000', '211203.205000', '211203.665000', '211204.125000', '211204.585000', '211205.045000', '211205.505000', '211205.965000', '211206.425000', '211206.885000', '211207.345000', '211207.805000', '211208.265000', '211208.725000', '211209.185000', '211209.645000', '211210.105000', '211210.565000', '211211.025000', '211211.485000', '211211.945000', '211212.405000', '211212.865000', '211213.325000', '211213.785000', '211214.245000', '211214.705000', '211215.165000', '211215.625000', '211216.085000', '211216.545000', '211217.005000', '211217.465000', '211217.925000', '211218.385000', '211218.845000', '211219.305000', '211219.765000', '211220.225000', '211220.685000', '211221.145000', '211221.605000', '211222.065000', '211222.525000', '211222.985000', '211223.445000', '211223.905000', '211224.365000', '211224.825000', '211225.285000', '211225.745000', '211226.205000', '211226.665000', '211227.125000', '211227.585000', '211228.045000', '211228.505000', '211228.965000', '211229.425000', '211229.885000', '211230.345000', '211230.805000', '211231.265000', '211231.725000', '211232.185000', '211232.645000', '211233.105000', '211233.565000', '211234.025000', '211234.485000', '211234.945000', '211235.405000', '211235.865000', '211236.325000', '211236.785000', '211237.245000', '211237.705000', '211238.165000', '211238.625000', '211239.085000', '211239.545000', '211240.005000', '211240.465000', '211240.925000', '211241.385000', '211241.845000', '211242.305000', '211242.765000', '211243.225000', '211243.685000', '211244.145000', '211244.605000', '211245.065000', '211245.525000', '211245.985000', '211246.445000', '211246.905000', '211247.365000', '211247.825000', '211248.285000', '211248.745000', '211249.205000', '211249.665000', '211250.125000', '211250.585000', '211251.045000', '211251.505000', '211251.965000', '211252.425000', '211252.885000', '211253.345000', '211253.805000', '211254.265000', '211254.725000', '211255.185000', '211255.645000', '211256.105000', '211256.565000', '211257.025000', '211257.485000', '211257.945000', '211258.405000', '211258.865000', '211259.325000', '211259.785000', '211300.245000', '211300.705000', '211301.165000', '211301.625000', '211302.085000', '211302.545000', '211303.005000', '211303.465000', '211303.925000', '211304.385000', '211304.845000', '211305.305000', '211305.765000', '211306.225000', '211306.685000', '211307.145000', '211307.605000', '211308.065000', '211308.525000', '211308.985000', '211309.445000', '211309.905000', '211310.365000', '211310.825000', '211311.285000', '211311.745000', '211312.205000', '211312.665000', '211313.125000', '211313.585000', '211314.045000', '211314.505000', '211314.965000', '211315.425000', '211315.885000', '211316.345000', '211316.805000', '211317.265000', '211317.725000', '211318.185000', '211318.645000', '211319.105000', '211319.565000', '211320.025000', '211320.485000', '211320.945000', '211321.405000', '211321.865000', '211322.325000', '211322.785000', '211323.245000', '211323.705000', '211324.165000', '211324.625000', '211325.085000', '211325.545000', '211326.005000', '211326.465000', '211326.925000', '211327.385000', '211327.845000', '211328.305000', '211328.765000', '211329.225000', '211329.685000', '211330.145000', '211330.605000', '211331.065000', '211331.525000', '211331.985000', '211332.445000', '211332.905000', '211333.365000', '211333.825000', '211334.285000', '211334.745000', '211335.205000', '211335.665000', '211336.125000', '211336.585000', '211337.045000', '211337.505000', '211337.965000', '211338.425000', '211338.885000', '211339.345000', '211339.805000', '211340.265000', '211340.725000', '211341.185000', '211341.645000', '211342.105000', '211342.565000', '211343.025000', '211343.485000', '211343.945000', '211344.405000', '211344.865000', '211345.325000', '211345.785000', '211346.245000', '211346.705000', '211347.165000', '211347.625000', '211348.085000', '211348.545000', '211349.005000', '211349.465000', '211349.925000', '211350.385000', '211350.845000', '211351.305000', '211351.765000', '211352.225000', '211352.685000', '211353.145000', '211353.605000', '211354.065000', '211354.525000', '211354.985000', '211355.445000', '211355.905000', '211356.365000', '211356.825000', '211357.285000', '211357.745000', '211358.205000', '211358.665000', '211359.125000', '211359.585000', '211400.045000', '211400.505000', '211400.965000', '211401.425000', '211401.885000', '211402.345000', '211402.805000', '211403.265000', '211403.725000', '211404.185000', '211404.645000', '211405.105000', '211405.565000', '211406.025000', '211406.485000', '211406.945000', '211407.405000', '211407.865000', '211408.325000', '211408.785000', '211409.245000', '211409.705000', '211410.165000', '211410.625000', '211411.085000', '211411.545000', '211412.005000', '211412.465000', '211412.925000', '211413.385000', '211413.845000', '211414.305000', '211414.765000', '211415.225000', '211415.685000', '211416.145000', '211416.605000', '211417.065000', '211417.525000', '211417.985000', '211418.445000', '211418.905000', '211419.365000', '211419.825000', '211420.285000', '211420.745000', '211421.205000', '211421.665000', '211422.125000', '211422.585000', '211423.045000', '211423.505000', '211423.965000', '211424.425000', '211424.885000', '211425.345000', '211425.805000', '211426.265000', '211426.725000', '211427.185000', '211427.645000', '211428.105000', '211428.565000', '211429.025000', '211429.485000', '211429.945000', '211430.405000', '211430.865000', '211431.325000', '211431.785000', '211432.245000', '211432.705000', '211433.165000', '211433.625000', '211434.085000', '211434.545000', '211435.005000', '211435.465000', '211435.925000', '211436.385000', '211436.845000', '211437.305000', '211437.765000', '211438.225000', '211438.685000', '211439.145000', '211439.605000', '211440.065000', '211440.525000', '211440.985000', '211441.445000', '211441.905000', '211442.365000', '211442.825000', '211443.285000', '211443.745000', '211444.205000', '211444.665000', '211445.125000', '211445.585000', '211446.045000', '211446.505000', '211446.965000', '211447.425000', '211447.885000', '211448.345000', '211448.805000', '211449.265000', '211449.725000', '211450.185000', '211450.645000', '211451.105000', '211451.565000', '211452.025000', '211452.485000', '211452.945000', '211453.405000', '211453.865000', '211454.325000', '211454.785000', '211455.245000', '211455.705000', '211456.165000', '211456.625000', '211457.085000', '211457.545000', '211458.005000', '211458.465000', '211458.925000', '211459.385000', '211459.845000', '211500.305000', '211500.765000', '211501.225000', '211501.685000', '211502.145000', '211502.605000', '211503.065000', '211503.525000', '211503.985000', '211504.445000', '211504.905000', '211505.365000', '211505.825000', '211506.285000', '211506.745000', '211507.205000', '211507.665000', '211508.125000', '211508.585000', '211509.045000', '211509.505000', '211509.965000', '211510.425000', '211510.885000', '211511.345000', '211511.805000', '211512.265000', '211512.725000', '211513.185000', '211513.645000', '211514.105000', '211514.565000', '211515.025000', '211515.485000', '211515.945000', '211516.405000', '211516.865000', '211517.325000', '211517.785000', '211518.245000', '211518.705000', '211519.165000', '211519.625000', '211520.085000', '211520.545000', '211521.005000', '211521.465000', '211521.925000', '211522.385000', '211522.845000', '211523.305000', '211523.765000', '211524.225000', '211524.685000', '211525.145000', '211525.605000', '211526.065000', '211526.525000', '211526.985000', '211527.445000', '211527.905000', '211528.365000', '211528.825000', '211529.285000', '211529.745000', '211530.205000', '211530.665000', '211531.125000', '211531.585000', '211532.045000', '211532.505000', '211532.965000', '211533.425000', '211533.885000', '211534.345000', '211534.805000', '211535.265000', '211535.725000', '211536.185000', '211536.645000', '211537.105000', '211537.565000', '211538.025000', '211538.485000', '211538.945000', '211539.405000', '211539.865000', '211540.325000', '211540.785000', '211541.245000', '211541.705000', '211542.165000', '211542.625000', '211543.085000', '211543.545000', '211544.005000', '211544.465000', '211544.925000', '211545.385000', '211545.845000', '211546.305000', '211546.765000', '211547.225000', '211547.685000', '211548.145000', '211548.605000', '211549.065000', '211549.525000', '211549.985000', '211550.445000', '211550.905000', '211551.365000', '211551.825000', '211552.285000', '211552.745000', '211553.205000', '211553.665000', '211554.125000', '211554.585000', '211555.045000', '211555.505000', '211555.965000', '211556.425000', '211556.885000', '211557.345000', '211557.805000', '211558.265000', '211558.725000', '211559.185000', '211559.645000', '211600.105000', '211600.565000', '211601.025000', '211601.485000', '211601.945000', '211602.405000', '211602.865000', '211603.325000', '211603.785000', '211604.245000', '211604.705000', '211605.165000', '211605.625000', '211606.085000', '211606.545000', '211607.005000', '211607.465000', '211607.925000', '211608.385000', '211608.845000', '211609.305000', '211609.765000', '211610.225000', '211610.685000', '211611.145000', '211611.605000', '211612.065000', '211612.525000', '211612.985000', '211613.445000', '211613.905000', '211614.365000', '211614.825000', '211615.285000', '211615.745000', '211616.205000', '211616.665000', '211617.125000', '211617.585000', '211618.045000', '211618.505000', '211618.965000', '211619.425000', '211619.885000', '211620.345000', '211620.805000', '211621.265000', '211621.725000', '211622.185000', '211622.645000', '211623.105000', '211623.565000', '211624.025000', '211624.485000', '211624.945000', '211625.405000', '211625.865000', '211626.325000', '211626.785000', '211627.245000', '211627.705000', '211628.165000', '211628.625000', '211629.085000', '211629.545000', '211630.005000', '211630.465000', '211630.925000', '211631.385000', '211631.845000', '211632.305000', '211632.765000', '211633.225000', '211633.685000', '211634.145000', '211634.605000', '211635.065000', '211635.525000', '211635.985000', '211636.445000', '211636.905000', '211637.365000', '211637.825000', '211638.285000', '211638.745000', '211639.205000', '211639.665000', '211640.125000', '211640.585000', '211641.045000', '211641.505000', '211641.965000', '211642.425000', '211642.885000', '211643.345000', '211643.805000', '211644.265000', '211644.725000', '211645.185000', '211645.645000', '211646.105000', '211646.565000', '211647.025000', '211647.485000', '211647.945000', '211648.405000', '211648.865000', '211649.325000', '211649.785000', '211650.245000', '211650.705000', '211651.165000', '211651.625000', '211652.085000', '211652.545000', '211653.005000', '211653.465000', '211653.925000', '211654.385000', '211654.845000', '211655.305000', '211655.765000', '211656.225000', '211656.685000', '211657.145000', '211657.605000', '211658.065000', '211658.525000', '211658.985000', '211659.445000', '211659.905000', '211700.365000', '211700.825000', '211701.285000', '211701.745000', '211702.205000', '211702.665000', '211703.125000', '211703.585000', '211704.045000', '211704.505000', '211704.965000', '211705.425000', '211705.885000', '211706.345000', '211706.805000', '211707.265000', '211707.725000', '211708.185000', '211708.645000', '211709.105000', '211709.565000', '211710.025000', '211710.485000', '211710.945000', '211711.405000', '211711.865000', '211712.325000', '211712.785000', '211713.245000', '211713.705000', '211714.165000', '211714.625000', '211715.085000', '211715.545000', '211716.005000', '211716.465000', '211716.925000', '211717.385000', '211717.845000', '211718.305000', '211718.765000', '211719.225000', '211719.685000', '211720.145000', '211720.605000', '211721.065000', '211721.525000', '211721.985000', '211722.445000', '211722.905000', '211723.365000', '211723.825000', '211724.285000', '211724.745000', '211725.205000', '211725.665000', '211726.125000', '211726.585000', '211727.045000', '211727.505000', '211727.965000', '211728.425000', '211728.885000', '211729.345000', '211729.805000', '211730.265000', '211730.725000', '211731.185000', '211731.645000', '211732.105000', '211732.565000', '211733.025000', '211733.485000', '211733.945000', '211734.405000', '211734.865000', '211735.325000', '211735.785000', '211736.245000', '211736.705000', '211737.165000', '211737.625000', '211738.085000', '211738.545000', '211739.005000', '211739.465000', '211739.925000', '211740.385000', '211740.845000', '211741.305000', '211741.765000', '211742.225000', '211742.685000', '211743.145000', '211743.605000', '211744.065000', '211744.525000', '211744.985000', '211745.445000', '211745.905000', '211746.365000', '211746.825000', '211747.285000', '211747.745000', '211748.205000', '211748.665000', '211749.125000', '211749.585000', '211750.045000', '211750.505000', '211750.965000', '211751.425000', '211751.885000', '211752.345000', '211752.805000', '211753.265000', '211753.725000', '211754.185000', '211754.645000', '211755.105000', '211755.565000', '211756.025000', '211756.485000', '211756.945000', '211757.405000', '211757.865000', '211758.325000', '211758.785000', '211759.245000', '211759.705000', '211800.165000', '211800.625000', '211801.085000', '211801.545000', '211802.005000', '211802.465000', '211802.925000', '211803.385000', '211803.845000', '211804.305000', '211804.765000', '211805.225000', '211805.685000', '211806.145000', '211806.605000', '211807.065000', '211807.525000', '211807.985000', '211808.445000', '211808.905000', '211809.365000', '211809.825000', '211810.285000', '211810.745000', '211811.205000', '211811.665000', '211812.125000', '211812.585000', '211813.045000', '211813.505000', '211813.965000', '211814.425000', '211814.885000', '211815.345000', '211815.805000', '211816.265000', '211816.725000', '211817.185000', '211817.645000', '211818.105000', '211818.565000', '211819.025000', '211819.485000', '211819.945000', '211820.405000', '211820.865000', '211821.325000', '211821.785000', '211822.245000', '211822.705000', '211823.165000', '211823.625000', '211824.085000', '211824.545000', '211825.005000', '211825.465000', '211825.925000', '211826.385000', '211826.845000', '211827.305000', '211827.765000', '211828.225000', '211828.685000', '211829.145000', '211829.605000', '211830.065000', '211830.525000', '211830.985000', '211831.445000', '211831.905000', '211832.365000', '211832.825000', '211833.285000', '211833.745000', '211834.205000', '211834.665000', '211835.125000', '211835.585000', '211836.045000', '211836.505000', '211836.965000', '211837.425000', '211837.885000', '211838.345000', '211838.805000', '211839.265000', '211839.725000', '211840.185000', '211840.645000', '211841.105000', '211841.565000', '211842.025000', '211842.485000', '211842.945000', '211843.405000', '211843.865000', '211844.325000', '211844.785000', '211845.245000', '211845.705000', '211846.165000', '211846.625000', '211847.085000', '211847.545000', '211848.005000', '211848.465000', '211848.925000', '211849.385000', '211849.845000', '211850.305000', '211850.765000', '211851.225000', '211851.685000', '211852.145000', '211852.605000', '211853.065000', '211853.525000', '211853.985000', '211854.445000', '211854.905000', '211855.365000', '211855.825000', '211856.285000', '211856.745000', '211857.205000', '211857.665000', '211858.125000', '211858.585000', '211859.045000', '211859.505000', '211859.965000', '211900.425000', '211900.885000', '211901.345000', '211901.805000', '211902.265000', '211902.725000', '211903.185000', '211903.645000', '211904.105000', '211904.565000', '211905.025000', '211905.485000', '211905.945000', '211906.405000', '211906.865000', '211907.325000', '211907.785000', '211908.245000', '211908.705000', '211909.165000', '211909.625000', '211910.085000', '211910.545000', '211911.005000', '211911.465000', '211911.925000', '211912.385000', '211912.845000', '211913.305000', '211913.765000', '211914.225000', '211914.685000', '211915.145000', '211915.605000', '211916.065000', '211916.525000', '211916.985000', '211917.445000', '211917.905000', '211918.365000', '211918.825000', '211919.285000', '211919.745000', '211920.205000', '211920.665000', '211921.125000', '211921.585000', '211922.045000', '211922.505000', '211922.965000', '211923.425000', '211923.885000', '211924.345000', '211924.805000', '211925.265000', '211925.725000', '211926.185000', '211926.645000', '211927.105000', '211927.565000', '211928.025000', '211928.485000', '211928.945000', '211929.405000', '211929.865000', '211930.325000', '211930.785000', '211931.245000', '211931.705000', '211932.165000', '211932.625000', '211933.085000', '211933.545000', '211934.005000', '211934.465000', '211934.925000', '211935.385000', '211935.845000', '211936.305000', '211936.765000', '211937.225000', '211937.685000', '211938.145000', '211938.605000', '211939.065000', '211939.525000', '211939.985000', '211940.445000', '211940.905000', '211941.365000', '211941.825000', '211942.285000', '211942.745000', '211943.205000', '211943.665000', '211944.125000', '211944.585000', '211945.045000', '211945.505000', '211945.965000', '211946.425000', '211946.885000', '211947.345000', '211947.805000', '211948.265000', '211948.725000', '211949.185000', '211949.645000', '211950.105000', '211950.565000', '211951.025000', '211951.485000', '211951.945000', '211952.405000', '211952.865000', '211953.325000', '211953.785000', '211954.245000', '211954.705000', '211955.165000', '211955.625000', '211956.085000', '211956.545000', '211957.005000', '211957.465000', '211957.925000', '211958.385000', '211958.845000', '211959.305000', '211959.765000', '212000.225000', '212000.685000', '212001.145000', '212001.605000', '212002.065000', '212002.525000', '212002.985000', '212003.445000', '212003.905000', '212004.365000', '212004.825000', '212005.285000', '212005.745000', '212006.205000', '212006.665000', '212007.125000', '212007.585000', '212008.045000', '212008.505000', '212008.965000', '212009.425000', '212009.885000', '212010.345000', '212010.805000', '212011.265000', '212011.725000', '212012.185000', '212012.645000', '212013.105000', '212013.565000', '212014.025000', '212014.485000', '212014.945000', '212015.405000', '212015.865000', '212016.325000', '212016.785000', '212017.245000', '212017.705000', '212018.165000', '212018.625000', '212019.085000', '212019.545000', '212020.005000', '212020.465000', '212020.925000', '212021.385000', '212021.845000', '212022.305000', '212022.765000', '212023.225000', '212023.685000', '212024.145000', '212024.605000', '212025.065000', '212025.525000', '212025.985000', '212026.445000', '212026.905000', '212027.365000', '212027.825000', '212028.285000', '212028.745000', '212029.205000', '212029.665000', '212030.125000', '212030.585000', '212031.045000', '212031.505000', '212031.965000', '212032.425000', '212032.885000', '212033.345000', '212033.805000', '212034.265000', '212034.725000', '212035.185000', '212035.645000', '212036.105000', '212036.565000', '212037.025000', '212037.485000', '212037.945000', '212038.405000', '212038.865000', '212039.325000', '212039.785000', '212040.245000', '212040.705000', '212041.165000', '212041.625000', '212042.085000', '212042.545000', '212043.005000', '212043.465000', '212043.925000', '212044.385000', '212044.845000', '212045.305000', '212045.765000', '212046.225000', '212046.685000', '212047.145000', '212047.605000', '212048.065000', '212048.525000', '212048.985000', '212049.445000', '212049.905000', '212050.365000', '212050.825000', '212051.285000', '212051.745000', '212052.205000', '212052.665000', '212053.125000', '212053.585000', '212054.045000', '212054.505000', '212054.965000', '212055.425000', '212055.885000', '212056.345000', '212056.805000', '212057.265000', '212057.725000', '212058.185000', '212058.645000', '212059.105000', '212059.565000', '212100.025000', '212100.485000', '212100.945000', '212101.405000', '212101.865000', '212102.325000', '212102.785000', '212103.245000', '212103.705000', '212104.165000', '212104.625000', '212105.085000', '212105.545000', '212106.005000', '212106.465000', '212106.925000', '212107.385000', '212107.845000', '212108.305000', '212108.765000', '212109.225000', '212109.685000', '212110.145000', '212110.605000', '212111.065000', '212111.525000', '212111.985000', '212112.445000', '212112.905000', '212113.365000', '212113.825000', '212114.285000', '212114.745000', '212115.205000', '212115.665000', '212116.125000', '212116.585000', '212117.045000', '212117.505000', '212117.965000', '212118.425000', '212118.885000', '212119.345000', '212119.805000', '212120.265000', '212120.725000', '212121.185000', '212121.645000', '212122.105000', '212122.565000', '212123.025000', '212123.485000', '212123.945000', '212124.405000', '212124.865000', '212125.325000', '212125.785000', '212126.245000', '212126.705000', '212127.165000', '212127.625000', '212128.085000', '212128.545000', '212129.005000', '212129.465000', '212129.925000', '212130.385000', '212130.845000', '212131.305000', '212131.765000', '212132.225000', '212132.685000', '212133.145000', '212133.605000', '212134.065000', '212134.525000', '212134.985000', '212135.445000', '212135.905000', '212136.365000', '212136.825000', '212137.285000', '212137.745000', '212138.205000', '212138.665000', '212139.125000', '212139.585000', '212140.045000', '212140.505000', '212140.965000', '212141.425000', '212141.885000', '212142.345000', '212142.805000', '212143.265000', '212143.725000', '212144.185000', '212144.645000', '212145.105000', '212145.565000', '212146.025000', '212146.485000', '212146.945000', '212147.405000', '212147.865000', '212148.325000', '212148.785000', '212149.245000', '212149.705000', '212150.165000', '212150.625000', '212151.085000', '212151.545000', '212152.005000', '212152.465000', '212152.925000', '212153.385000', '212153.845000', '212154.305000', '212154.765000', '212155.225000', '212155.685000', '212156.145000', '212156.605000', '212157.065000', '212157.525000', '212157.985000', '212158.445000', '212158.905000', '212159.365000', '212159.825000', '212200.285000', '212200.745000', '212201.205000', '212201.665000', '212202.125000', '212202.585000', '212203.045000', '212203.505000', '212203.965000', '212204.425000', '212204.885000', '212205.345000', '212205.805000', '212206.265000', '212206.725000', '212207.185000', '212207.645000', '212208.105000', '212208.565000', '212209.025000', '212209.485000', '212209.945000', '212210.405000', '212210.865000', '212211.325000', '212211.785000', '212212.245000', '212212.705000', '212213.165000', '212213.625000', '212214.085000', '212214.545000', '212215.005000', '212215.465000', '212215.925000', '212216.385000', '212216.845000', '212217.305000', '212217.765000', '212218.225000', '212218.685000', '212219.145000', '212219.605000', '212220.065000', '212220.525000', '212220.985000', '212221.445000', '212221.905000', '212222.365000', '212222.825000', '212223.285000', '212223.745000', '212224.205000', '212224.665000', '212225.125000', '212225.585000', '212226.045000', '212226.505000', '212226.965000', '212227.425000', '212227.885000', '212228.345000', '212228.805000', '212229.265000', '212229.725000', '212230.185000', '212230.645000', '212231.105000', '212231.565000', '212232.025000', '212232.485000'], 'ContentTime': ['211014.701000', '211014.705000', '211014.708000', '211014.710000', '211014.713000', '211014.715000', '211014.718000', '211014.720000', '211014.732000', '211014.734000', '211014.737000', '211014.739000', '211014.742000', '211014.744000', '211014.747000', '211014.749000', '211014.752000', '211014.754000', '211014.761000', '211014.764000', '211014.766000', '211014.769000', '211014.771000', '211014.774000', '211014.777000', '211014.799000', '211014.801000', '211014.804000', '211014.806000', '211014.809000', '211014.812000', '211014.814000', '211034.673000', '211034.676000', '211034.679000', '211034.681000', '211034.684000', '211034.694000', '211034.696000', '211034.699000', '211034.702000', '211034.704000', '211034.713000', '211034.716000', '211034.718000', '211034.721000', '211034.724000', '211034.726000', '211034.729000', '211034.732000', '211034.734000', '211034.737000', '211034.739000', '211034.742000', '211034.745000', '211034.763000', '211034.766000', '211034.768000', '211034.771000', '211034.774000', '211034.776000', '211034.779000', '211034.781000', '211034.784000', '211034.786000', '211034.789000', '211034.791000', '211034.794000', '211034.797000', '211034.799000', '211034.802000', '211034.805000', '211034.807000', '211034.810000', '211034.813000', '211054.675000', '211054.677000', '211054.680000', '211054.683000', '211054.685000', '211054.688000', '211054.690000', '211054.693000', '211054.695000', '211054.698000', '211054.701000', '211054.706000', '211054.709000', '211054.711000', '211054.714000', '211054.716000', '211054.719000', '211054.722000', '211054.724000', '211054.727000', '211054.729000', '211054.732000', '211054.734000', '211054.737000', '211054.740000', '211054.742000', '211054.745000', '211054.747000', '211054.750000', '211054.752000', '211054.755000', '211054.757000', '211054.760000', '211054.763000', '211054.765000', '211054.768000', '211054.770000', '211054.773000', '211054.775000', '211054.778000', '211054.789000', '211054.791000', '211054.794000', '211054.796000', '211114.674000', '211114.677000', '211114.680000', '211114.682000', '211114.685000', '211114.687000', '211114.690000', '211114.693000', '211114.695000', '211114.698000', '211114.700000', '211114.703000', '211114.706000', '211114.708000', '211114.711000', '211114.713000', '211114.716000', '211114.718000', '211114.721000', '211114.724000', '211114.726000', '211114.729000', '211114.731000', '211114.734000', '211114.736000', '211114.739000', '211114.742000', '211114.744000', '211114.747000', '211114.749000', '211114.752000', '211114.754000', '211114.757000', '211114.759000', '211114.762000', '211114.765000', '211114.767000', '211114.770000', '211114.772000', '211114.775000', '211114.777000', '211114.780000', '211114.782000', '211134.675000', '211134.677000', '211134.680000', '211134.683000', '211134.685000', '211134.697000', '211134.700000', '211134.703000', '211134.705000', '211134.708000', '211134.711000', '211134.713000', '211134.716000', '211134.718000', '211134.721000', '211134.723000', '211134.726000', '211134.728000', '211134.731000', '211134.734000', '211134.736000', '211134.739000', '211134.741000', '211134.744000', '211134.746000', '211134.749000', '211134.751000', '211134.754000', '211134.757000', '211134.759000', '211134.762000', '211134.764000', '211134.767000', '211134.769000', '211134.772000', '211134.775000', '211134.777000', '211134.780000', '211134.782000', '211134.785000', '211134.787000', '211134.790000', '211134.793000', '211134.795000', '211154.675000', '211154.677000', '211154.680000', '211154.683000', '211154.685000', '211154.688000', '211154.690000', '211154.693000', '211154.696000', '211154.698000', '211154.701000', '211154.703000', '211154.706000', '211154.708000', '211154.711000', '211154.714000', '211154.716000', '211154.719000', '211154.721000', '211154.724000', '211154.726000', '211154.729000', '211154.732000', '211154.734000', '211154.737000', '211154.739000', '211154.742000', '211154.744000', '211154.747000', '211154.750000', '211154.752000', '211154.755000', '211154.757000', '211154.760000', '211154.763000', '211154.765000', '211154.768000', '211154.770000', '211154.773000', '211154.776000', '211154.778000', '211154.781000', '211154.783000', '211214.674000', '211214.676000', '211214.679000', '211214.682000', '211214.684000', '211214.687000', '211214.689000', '211214.692000', '211214.694000', '211214.697000', '211214.700000', '211214.702000', '211214.705000', '211214.707000', '211214.710000', '211214.713000', '211214.715000', '211214.718000', '211214.720000', '211214.738000', '211214.741000', '211214.743000', '211214.746000', '211214.748000', '211214.751000', '211214.753000', '211214.756000', '211214.759000', '211214.761000', '211214.764000', '211214.766000', '211214.769000', '211214.771000', '211214.774000', '211214.777000', '211214.779000', '211214.782000', '211214.784000', '211214.787000', '211214.789000', '211214.792000', '211214.794000', '211214.797000', '211214.800000', '211234.674000', '211234.676000', '211234.679000', '211234.682000', '211234.684000', '211234.687000', '211234.689000', '211234.692000', '211234.694000', '211234.697000', '211234.700000', '211234.702000', '211234.705000', '211234.707000', '211234.710000', '211234.713000', '211234.715000', '211234.718000', '211234.720000', '211234.723000', '211234.725000', '211234.728000', '211234.731000', '211234.733000', '211234.736000', '211234.738000', '211234.741000', '211234.744000', '211234.747000', '211234.749000', '211234.752000', '211234.754000', '211234.757000', '211234.759000', '211234.762000', '211234.765000', '211234.767000', '211234.770000', '211234.772000', '211234.775000', '211234.777000', '211234.780000', '211234.783000', '211254.673000', '211254.676000', '211254.679000', '211254.681000', '211254.684000', '211254.688000', '211254.690000', '211254.693000', '211254.696000', '211254.698000', '211254.701000', '211254.703000', '211254.706000', '211254.709000', '211254.711000', '211254.714000', '211254.716000', '211254.719000', '211254.722000', '211254.724000', '211254.727000', '211254.729000', '211254.732000', '211254.735000', '211254.737000', '211254.740000', '211254.743000', '211254.745000', '211254.748000', '211254.751000', '211254.753000', '211254.756000', '211254.759000', '211254.761000', '211254.764000', '211254.767000', '211254.769000', '211254.772000', '211254.774000', '211254.777000', '211254.779000', '211254.782000', '211254.785000', '211254.787000', '211314.675000', '211314.677000', '211314.680000', '211314.683000', '211314.685000', '211314.688000', '211314.690000', '211314.693000', '211314.695000', '211314.698000', '211314.700000', '211314.703000', '211314.706000', '211314.708000', '211314.711000', '211314.713000', '211314.716000', '211314.718000', '211314.721000', '211314.724000', '211314.726000', '211314.729000', '211314.731000', '211314.734000', '211314.737000', '211314.739000', '211314.742000', '211314.745000', '211314.747000', '211314.750000', '211314.753000', '211314.755000', '211314.758000', '211314.760000', '211314.763000', '211314.766000', '211314.768000', '211314.771000', '211314.773000', '211314.776000', '211314.779000', '211314.781000', '211314.784000', '211334.674000', '211334.677000', '211334.680000', '211334.683000', '211334.685000', '211334.688000', '211334.690000', '211334.693000', '211334.695000', '211334.698000', '211334.700000', '211334.703000', '211334.706000', '211334.708000', '211334.711000', '211334.713000', '211334.716000', '211334.718000', '211334.721000', '211334.724000', '211334.726000', '211334.729000', '211334.731000', '211334.734000', '211334.737000', '211334.739000', '211334.742000', '211334.745000', '211334.748000', '211334.750000', '211334.753000', '211334.756000', '211334.758000', '211334.761000', '211334.763000', '211334.766000', '211334.768000', '211334.771000', '211334.774000', '211334.776000', '211334.779000', '211334.781000', '211334.784000', '211334.786000', '211354.695000', '211354.704000', '211354.706000', '211354.709000', '211354.711000', '211354.714000', '211354.717000', '211354.719000', '211354.722000', '211354.725000', '211354.727000', '211354.730000', '211354.732000', '211354.735000', '211354.738000', '211354.740000', '211354.743000', '211354.745000', '211354.748000', '211354.751000', '211354.753000', '211354.756000', '211354.758000', '211354.761000', '211354.763000', '211354.766000', '211354.769000', '211354.771000', '211354.774000', '211354.776000', '211354.779000', '211354.782000', '211354.784000', '211354.787000', '211354.789000', '211354.792000', '211354.794000', '211354.797000', '211354.800000', '211354.802000', '211354.805000', '211354.807000', '211354.820000', '211414.675000', '211414.677000', '211414.680000', '211414.683000', '211414.685000', '211414.688000', '211414.690000', '211414.693000', '211414.696000', '211414.698000', '211414.701000', '211414.711000', '211414.714000', '211414.716000', '211414.719000', '211414.722000', '211414.724000', '211414.728000', '211414.731000', '211414.734000', '211414.736000', '211414.739000', '211414.742000', '211414.744000', '211414.747000', '211414.749000', '211414.752000', '211414.755000', '211414.757000', '211414.760000', '211414.763000', '211414.765000', '211414.768000', '211414.770000', '211414.773000', '211414.775000', '211414.778000', '211414.781000', '211414.784000', '211414.786000', '211414.789000', '211414.792000', '211414.795000', '211414.797000', '211434.673000', '211434.676000', '211434.679000', '211434.682000', '211434.684000', '211434.687000', '211434.689000', '211434.692000', '211434.695000', '211434.697000', '211434.700000', '211434.703000', '211434.705000', '211434.708000', '211434.710000', '211434.713000', '211434.716000', '211434.718000', '211434.721000', '211434.724000', '211434.726000', '211434.729000', '211434.731000', '211434.734000', '211434.737000', '211434.739000', '211434.742000', '211434.745000', '211434.747000', '211434.750000', '211434.753000', '211434.755000', '211434.758000', '211434.760000', '211434.763000', '211434.765000', '211434.768000', '211434.771000', '211434.773000', '211434.776000', '211434.779000', '211434.781000', '211434.784000', '211454.673000', '211454.676000', '211454.679000', '211454.682000', '211454.685000', '211454.688000', '211454.690000', '211454.693000', '211454.696000', '211454.699000', '211454.701000', '211454.704000', '211454.706000', '211454.709000', '211454.712000', '211454.714000', '211454.717000', '211454.719000', '211454.722000', '211454.724000', '211454.727000', '211454.729000', '211454.732000', '211454.735000', '211454.737000', '211454.740000', '211454.742000', '211454.745000', '211454.748000', '211454.750000', '211454.753000', '211454.755000', '211454.758000', '211454.761000', '211454.763000', '211454.766000', '211454.768000', '211454.771000', '211454.774000', '211454.776000', '211454.779000', '211454.781000', '211454.784000', '211514.674000', '211514.676000', '211514.679000', '211514.682000', '211514.684000', '211514.687000', '211514.689000', '211514.692000', '211514.695000', '211514.697000', '211514.700000', '211514.702000', '211514.705000', '211514.707000', '211514.710000', '211514.713000', '211514.715000', '211514.718000', '211514.720000', '211514.723000', '211514.725000', '211514.728000', '211514.730000', '211514.733000', '211514.736000', '211514.739000', '211514.756000', '211514.759000', '211514.761000', '211514.764000', '211514.767000', '211514.769000', '211514.772000', '211514.774000', '211514.777000', '211514.780000', '211514.782000', '211514.785000', '211514.787000', '211514.790000', '211514.793000', '211514.795000', '211514.798000', '211514.801000', '211534.674000', '211534.677000', '211534.680000', '211534.682000', '211534.685000', '211534.687000', '211534.690000', '211534.693000', '211534.695000', '211534.698000', '211534.700000', '211534.703000', '211534.705000', '211534.708000', '211534.710000', '211534.713000', '211534.715000', '211534.718000', '211534.721000', '211534.724000', '211534.727000', '211534.730000', '211534.732000', '211534.735000', '211534.738000', '211534.740000', '211534.743000', '211534.745000', '211534.748000', '211534.751000', '211534.753000', '211534.756000', '211534.758000', '211534.761000', '211534.763000', '211534.766000', '211534.769000', '211534.772000', '211534.774000', '211534.777000', '211534.780000', '211534.782000', '211534.785000', '211554.675000', '211554.678000', '211554.680000', '211554.683000', '211554.685000', '211554.688000', '211554.691000', '211554.693000', '211554.696000', '211554.698000', '211554.701000', '211554.703000', '211554.706000', '211554.708000', '211554.711000', '211554.713000', '211554.716000', '211554.719000', '211554.721000', '211554.724000', '211554.726000', '211554.729000', '211554.732000', '211554.734000', '211554.737000', '211554.740000', '211554.742000', '211554.745000', '211554.747000', '211554.750000', '211554.752000', '211554.755000', '211554.757000', '211554.760000', '211554.762000', '211554.765000', '211554.768000', '211554.770000', '211554.773000', '211554.775000', '211554.778000', '211554.780000', '211554.783000', '211554.785000', '211614.674000', '211614.677000', '211614.680000', '211614.682000', '211614.685000', '211614.687000', '211614.690000', '211614.693000', '211614.695000', '211614.698000', '211614.700000', '211614.703000', '211614.705000', '211614.708000', '211614.711000', '211614.713000', '211614.716000', '211614.719000', '211614.721000', '211614.724000', '211614.726000', '211614.729000', '211614.731000', '211614.734000', '211614.737000', '211614.740000', '211614.742000', '211614.745000', '211614.748000', '211614.750000', '211614.753000', '211614.755000', '211614.758000', '211614.760000', '211614.763000', '211614.766000', '211614.768000', '211614.771000', '211614.773000', '211614.776000', '211614.778000', '211614.781000', '211614.783000', '211634.675000', '211634.677000', '211634.680000', '211634.682000', '211634.685000', '211634.688000', '211634.690000', '211634.693000', '211634.695000', '211634.698000', '211634.700000', '211634.703000', '211634.706000', '211634.708000', '211634.711000', '211634.713000', '211634.716000', '211634.718000', '211634.721000', '211634.724000', '211634.726000', '211634.729000', '211634.731000', '211634.734000', '211634.737000', '211634.739000', '211634.742000', '211634.744000', '211634.747000', '211634.750000', '211634.752000', '211634.755000', '211634.757000', '211634.760000', '211634.763000', '211634.765000', '211634.768000', '211634.783000', '211634.786000', '211634.788000', '211634.791000', '211634.794000', '211634.796000', '211634.799000', '211654.673000', '211654.676000', '211654.679000', '211654.681000', '211654.684000', '211654.686000', '211654.689000', '211654.692000', '211654.694000', '211654.697000', '211654.699000', '211654.702000', '211654.704000', '211654.707000', '211654.710000', '211654.712000', '211654.715000', '211654.717000', '211654.720000', '211654.722000', '211654.725000', '211654.727000', '211654.730000', '211654.733000', '211654.735000', '211654.738000', '211654.740000', '211654.743000', '211654.746000', '211654.748000', '211654.751000', '211654.753000', '211654.756000', '211654.758000', '211654.761000', '211654.764000', '211654.766000', '211654.769000', '211654.772000', '211654.774000', '211654.777000', '211654.780000', '211654.783000', '211714.673000', '211714.676000', '211714.679000', '211714.681000', '211714.684000', '211714.687000', '211714.690000', '211714.692000', '211714.695000', '211714.698000', '211714.700000', '211714.703000', '211714.705000', '211714.708000', '211714.710000', '211714.713000', '211714.715000', '211714.718000', '211714.721000', '211714.723000', '211714.726000', '211714.728000', '211714.731000', '211714.734000', '211714.736000', '211714.739000', '211714.741000', '211714.744000', '211714.747000', '211714.749000', '211714.752000', '211714.754000', '211714.757000', '211714.759000', '211714.762000', '211714.764000', '211714.767000', '211714.770000', '211714.772000', '211714.775000', '211714.777000', '211714.780000', '211714.783000', '211714.785000', '211734.674000', '211734.676000', '211734.679000', '211734.682000', '211734.684000', '211734.687000', '211734.689000', '211734.692000', '211734.695000', '211734.697000', '211734.700000', '211734.702000', '211734.705000', '211734.707000', '211734.710000', '211734.712000', '211734.715000', '211734.717000', '211734.720000', '211734.723000', '211734.725000', '211734.728000', '211734.730000', '211734.733000', '211734.735000', '211734.738000', '211734.740000', '211734.743000', '211734.746000', '211734.749000', '211734.752000', '211734.755000', '211734.758000', '211734.760000', '211734.763000', '211734.766000', '211734.769000', '211734.771000', '211734.774000', '211734.776000', '211734.779000', '211734.782000', '211734.785000', '211754.675000', '211754.677000', '211754.680000', '211754.683000', '211754.685000', '211754.688000', '211754.690000', '211754.693000', '211754.696000', '211754.698000', '211754.701000', '211754.703000', '211754.706000', '211754.708000', '211754.711000', '211754.714000', '211754.716000', '211754.719000', '211754.721000', '211754.724000', '211754.727000', '211754.729000', '211754.732000', '211754.734000', '211754.737000', '211754.739000', '211754.743000', '211754.746000', '211754.748000', '211754.751000', '211754.753000', '211754.756000', '211754.758000', '211754.776000', '211754.778000', '211754.781000', '211754.784000', '211754.786000', '211754.789000', '211754.791000', '211754.794000', '211754.797000', '211754.799000', '211754.874000', '211814.674000', '211814.677000', '211814.680000', '211814.682000', '211814.685000', '211814.688000', '211814.690000', '211814.693000', '211814.695000', '211814.698000', '211814.700000', '211814.703000', '211814.706000', '211814.708000', '211814.711000', '211814.714000', '211814.716000', '211814.719000', '211814.722000', '211814.724000', '211814.727000', '211814.729000', '211814.732000', '211814.734000', '211814.737000', '211814.740000', '211814.742000', '211814.745000', '211814.747000', '211814.750000', '211814.752000', '211814.755000', '211814.758000', '211814.760000', '211814.763000', '211814.765000', '211814.768000', '211814.770000', '211814.773000', '211814.776000', '211814.778000', '211814.781000', '211814.783000', '211834.674000', '211834.677000', '211834.680000', '211834.682000', '211834.685000', '211834.688000', '211834.690000', '211834.693000', '211834.695000', '211834.698000', '211834.700000', '211834.703000', '211834.706000', '211834.708000', '211834.711000', '211834.713000', '211834.716000', '211834.719000', '211834.721000', '211834.724000', '211834.727000', '211834.730000', '211834.732000', '211834.735000', '211834.737000', '211834.740000', '211834.742000', '211834.745000', '211834.748000', '211834.750000', '211834.753000', '211834.755000', '211834.758000', '211834.760000', '211834.763000', '211834.766000', '211834.768000', '211834.771000', '211834.773000', '211834.776000', '211834.778000', '211834.781000', '211834.784000', '211834.786000', '211854.673000', '211854.676000', '211854.679000', '211854.681000', '211854.684000', '211854.687000', '211854.689000', '211854.692000', '211854.694000', '211854.697000', '211854.700000', '211854.702000', '211854.705000', '211854.707000', '211854.710000', '211854.712000', '211854.715000', '211854.718000', '211854.720000', '211854.723000', '211854.725000', '211854.728000', '211854.730000', '211854.733000', '211854.736000', '211854.738000', '211854.741000', '211854.743000', '211854.746000', '211854.749000', '211854.751000', '211854.754000', '211854.756000', '211854.759000', '211854.762000', '211854.764000', '211854.767000', '211854.769000', '211854.772000', '211854.774000', '211854.777000', '211854.780000', '211854.782000', '211914.674000', '211914.676000', '211914.679000', '211914.682000', '211914.684000', '211914.687000', '211914.689000', '211914.692000', '211914.694000', '211914.697000', '211914.700000', '211914.702000', '211914.705000', '211914.707000', '211914.710000', '211914.712000', '211914.715000', '211914.718000', '211914.720000', '211914.723000', '211914.725000', '211914.728000', '211914.730000', '211914.733000', '211914.736000', '211914.738000', '211914.741000', '211914.744000', '211914.746000', '211914.749000', '211914.762000', '211914.765000', '211914.767000', '211914.770000', '211914.773000', '211914.775000', '211914.778000', '211914.781000', '211914.783000', '211914.786000', '211914.789000', '211914.791000', '211914.794000', '211914.797000', '211934.674000', '211934.676000', '211934.679000', '211934.682000', '211934.684000', '211934.687000', '211934.689000', '211934.692000', '211934.695000', '211934.697000', '211934.700000', '211934.702000', '211934.705000', '211934.707000', '211934.710000', '211934.713000', '211934.715000', '211934.718000', '211934.720000', '211934.723000', '211934.725000', '211934.728000', '211934.731000', '211934.733000', '211934.736000', '211934.738000', '211934.741000', '211934.743000', '211934.746000', '211934.749000', '211934.751000', '211934.754000', '211934.756000', '211934.759000', '211934.761000', '211934.764000', '211934.767000', '211934.769000', '211934.772000', '211934.774000', '211934.777000', '211934.780000', '211934.782000', '211954.674000', '211954.676000', '211954.679000', '211954.682000', '211954.684000', '211954.687000', '211954.689000', '211954.692000', '211954.695000', '211954.697000', '211954.700000', '211954.702000', '211954.705000', '211954.708000', '211954.710000', '211954.713000', '211954.715000', '211954.718000', '211954.721000', '211954.723000', '211954.726000', '211954.729000', '211954.731000', '211954.734000', '211954.737000', '211954.739000', '211954.742000', '211954.744000', '211954.747000', '211954.750000', '211954.752000', '211954.755000', '211954.757000', '211954.760000', '211954.762000', '211954.765000', '211954.768000', '211954.770000', '211954.773000', '211954.776000', '211954.778000', '211954.781000', '211954.783000', '211954.786000', '212014.675000', '212014.677000', '212014.680000', '212014.683000', '212014.685000', '212014.688000', '212014.690000', '212014.693000', '212014.696000', '212014.698000', '212014.701000', '212014.704000', '212014.706000', '212014.709000', '212014.712000', '212014.714000', '212014.717000', '212014.720000', '212014.722000', '212014.725000', '212014.727000', '212014.730000', '212014.733000', '212014.735000', '212014.738000', '212014.740000', '212014.743000', '212014.746000', '212014.748000', '212014.751000', '212014.754000', '212014.756000', '212014.759000', '212014.762000', '212014.764000', '212014.767000', '212014.770000', '212014.772000', '212014.775000', '212014.778000', '212014.780000', '212014.783000', '212014.786000', '212034.675000', '212034.677000', '212034.680000', '212034.683000', '212034.685000', '212034.689000', '212034.691000', '212034.694000', '212034.696000', '212034.699000', '212034.702000', '212034.704000', '212034.731000', '212034.734000', '212034.737000', '212034.739000', '212034.742000', '212034.744000', '212034.747000', '212034.750000', '212034.752000', '212034.755000', '212034.757000', '212034.760000', '212034.762000', '212034.765000', '212034.768000', '212034.770000', '212034.773000', '212034.775000', '212034.778000', '212034.780000', '212034.783000', '212034.785000', '212034.788000', '212034.791000', '212034.793000', '212034.796000', '212034.798000', '212034.873000', '212034.876000', '212034.878000', '212034.881000', '212034.884000', '212054.675000', '212054.677000', '212054.680000', '212054.683000', '212054.685000', '212054.688000', '212054.690000', '212054.693000', '212054.696000', '212054.698000', '212054.701000', '212054.703000', '212054.706000', '212054.709000', '212054.711000', '212054.714000', '212054.716000', '212054.719000', '212054.721000', '212054.724000', '212054.727000', '212054.729000', '212054.732000', '212054.734000', '212054.737000', '212054.740000', '212054.742000', '212054.745000', '212054.747000', '212054.750000', '212054.753000', '212054.755000', '212054.758000', '212054.760000', '212054.763000', '212054.766000', '212054.768000', '212054.771000', '212054.773000', '212054.776000', '212054.781000', '212054.784000', '212054.787000', '212114.673000', '212114.677000', '212114.680000', '212114.683000', '212114.686000', '212114.689000', '212114.692000', '212114.694000', '212114.697000', '212114.699000', '212114.702000', '212114.705000', '212114.707000', '212114.710000', '212114.713000', '212114.715000', '212114.718000', '212114.720000', '212114.723000', '212114.725000', '212114.728000', '212114.730000', '212114.733000', '212114.736000', '212114.738000', '212114.741000', '212114.743000', '212114.746000', '212114.749000', '212114.751000', '212114.754000', '212114.756000', '212114.759000', '212114.761000', '212114.764000', '212114.767000', '212114.769000', '212114.772000', '212114.774000', '212114.777000', '212114.779000', '212114.782000', '212114.785000', '212134.674000', '212134.677000', '212134.679000', '212134.682000', '212134.684000', '212134.687000', '212134.689000', '212134.692000', '212134.695000', '212134.697000', '212134.700000', '212134.702000', '212134.705000', '212134.707000', '212134.710000', '212134.713000', '212134.715000', '212134.718000', '212134.720000', '212134.723000', '212134.726000', '212134.728000', '212134.731000', '212134.733000', '212134.736000', '212134.738000', '212134.741000', '212134.744000', '212134.746000', '212134.749000', '212134.751000', '212134.754000', '212134.756000', '212134.759000', '212134.761000', '212134.764000', '212134.766000', '212134.769000', '212134.772000', '212134.774000', '212134.777000', '212134.779000', '212134.782000', '212134.785000', '212154.673000', '212154.676000', '212154.679000', '212154.682000', '212154.684000', '212154.687000', '212154.689000', '212154.692000', '212154.695000', '212154.697000', '212154.700000', '212154.702000', '212154.705000', '212154.708000', '212154.710000', '212154.713000', '212154.715000', '212154.718000', '212154.720000', '212154.725000', '212154.727000', '212154.730000', '212154.733000', '212154.736000', '212154.738000', '212154.741000', '212154.743000', '212154.746000', '212154.748000', '212154.751000', '212154.754000', '212154.756000', '212154.759000', '212154.761000', '212154.764000', '212154.767000', '212154.769000', '212154.772000', '212154.775000', '212154.777000', '212154.780000', '212154.782000', '212154.785000', '212154.788000', '212214.673000', '212214.676000', '212214.679000', '212214.682000', '212214.684000', '212214.687000', '212214.689000', '212214.692000', '212214.695000', '212214.697000', '212214.700000', '212214.702000', '212214.705000', '212214.708000', '212214.710000', '212214.713000', '212214.715000', '212214.718000', '212214.720000', '212214.723000', '212214.726000', '212214.728000', '212214.731000', '212214.733000', '212214.736000', '212214.739000', '212214.741000', '212214.744000', '212214.746000', '212214.756000', '212214.759000', '212214.761000', '212214.764000', '212214.766000', '212214.769000', '212214.772000', '212214.774000', '212214.777000', '212214.779000', '212214.782000', '212214.784000', '212214.787000', '212214.790000', '212234.223000', '212234.226000', '212234.229000', '212234.231000', '212234.234000', '212234.237000', '212234.239000', '212234.242000', '212234.244000', '212234.247000', '212234.249000', '212234.252000', '212234.255000', '212234.257000', '212234.260000', '212234.273000', '212234.276000', '212234.279000', '212234.281000', '212234.284000', '212234.286000', '212234.289000', '212234.292000', '212234.294000', '212234.297000', '212234.299000', '212234.302000', '212234.305000', '212234.311000', '212234.313000', '212234.316000', '212234.319000', '212234.321000', '212234.324000', '212234.326000', '212234.329000', '212234.331000', '212234.334000', '212234.337000', '212234.339000', '212234.342000', '212234.344000', '212234.347000'], 'InstanceCreationTime': ['211014.701000', '211014.705000', '211014.708000', '211014.710000', '211014.713000', '211014.715000', '211014.718000', '211014.720000', '211014.732000', '211014.734000', '211014.737000', '211014.739000', '211014.742000', '211014.744000', '211014.747000', '211014.749000', '211014.752000', '211014.754000', '211014.761000', '211014.764000', '211014.766000', '211014.769000', '211014.771000', '211014.774000', '211014.777000', '211014.799000', '211014.801000', '211014.804000', '211014.806000', '211014.809000', '211014.812000', '211014.814000', '211034.673000', '211034.676000', '211034.679000', '211034.681000', '211034.684000', '211034.694000', '211034.696000', '211034.699000', '211034.702000', '211034.704000', '211034.713000', '211034.716000', '211034.718000', '211034.721000', '211034.724000', '211034.726000', '211034.729000', '211034.732000', '211034.734000', '211034.737000', '211034.739000', '211034.742000', '211034.745000', '211034.763000', '211034.766000', '211034.768000', '211034.771000', '211034.774000', '211034.776000', '211034.779000', '211034.781000', '211034.784000', '211034.786000', '211034.789000', '211034.791000', '211034.794000', '211034.797000', '211034.799000', '211034.802000', '211034.805000', '211034.807000', '211034.810000', '211034.813000', '211054.675000', '211054.677000', '211054.680000', '211054.683000', '211054.685000', '211054.688000', '211054.690000', '211054.693000', '211054.695000', '211054.698000', '211054.701000', '211054.706000', '211054.709000', '211054.711000', '211054.714000', '211054.716000', '211054.719000', '211054.722000', '211054.724000', '211054.727000', '211054.729000', '211054.732000', '211054.734000', '211054.737000', '211054.740000', '211054.742000', '211054.745000', '211054.747000', '211054.750000', '211054.752000', '211054.755000', '211054.757000', '211054.760000', '211054.763000', '211054.765000', '211054.768000', '211054.770000', '211054.773000', '211054.775000', '211054.778000', '211054.789000', '211054.791000', '211054.794000', '211054.796000', '211114.674000', '211114.677000', '211114.680000', '211114.682000', '211114.685000', '211114.687000', '211114.690000', '211114.693000', '211114.695000', '211114.698000', '211114.700000', '211114.703000', '211114.706000', '211114.708000', '211114.711000', '211114.713000', '211114.716000', '211114.718000', '211114.721000', '211114.724000', '211114.726000', '211114.729000', '211114.731000', '211114.734000', '211114.736000', '211114.739000', '211114.742000', '211114.744000', '211114.747000', '211114.749000', '211114.752000', '211114.754000', '211114.757000', '211114.759000', '211114.762000', '211114.765000', '211114.767000', '211114.770000', '211114.772000', '211114.775000', '211114.777000', '211114.780000', '211114.782000', '211134.675000', '211134.677000', '211134.680000', '211134.683000', '211134.685000', '211134.697000', '211134.700000', '211134.703000', '211134.705000', '211134.708000', '211134.711000', '211134.713000', '211134.716000', '211134.718000', '211134.721000', '211134.723000', '211134.726000', '211134.728000', '211134.731000', '211134.734000', '211134.736000', '211134.739000', '211134.741000', '211134.744000', '211134.746000', '211134.749000', '211134.751000', '211134.754000', '211134.757000', '211134.759000', '211134.762000', '211134.764000', '211134.767000', '211134.769000', '211134.772000', '211134.775000', '211134.777000', '211134.780000', '211134.782000', '211134.785000', '211134.787000', '211134.790000', '211134.793000', '211134.795000', '211154.675000', '211154.677000', '211154.680000', '211154.683000', '211154.685000', '211154.688000', '211154.690000', '211154.693000', '211154.696000', '211154.698000', '211154.701000', '211154.703000', '211154.706000', '211154.708000', '211154.711000', '211154.714000', '211154.716000', '211154.719000', '211154.721000', '211154.724000', '211154.726000', '211154.729000', '211154.732000', '211154.734000', '211154.737000', '211154.739000', '211154.742000', '211154.744000', '211154.747000', '211154.750000', '211154.752000', '211154.755000', '211154.757000', '211154.760000', '211154.763000', '211154.765000', '211154.768000', '211154.770000', '211154.773000', '211154.776000', '211154.778000', '211154.781000', '211154.783000', '211214.674000', '211214.676000', '211214.679000', '211214.682000', '211214.684000', '211214.687000', '211214.689000', '211214.692000', '211214.694000', '211214.697000', '211214.700000', '211214.702000', '211214.705000', '211214.707000', '211214.710000', '211214.713000', '211214.715000', '211214.718000', '211214.720000', '211214.738000', '211214.741000', '211214.743000', '211214.746000', '211214.748000', '211214.751000', '211214.753000', '211214.756000', '211214.759000', '211214.761000', '211214.764000', '211214.766000', '211214.769000', '211214.771000', '211214.774000', '211214.777000', '211214.779000', '211214.782000', '211214.784000', '211214.787000', '211214.789000', '211214.792000', '211214.794000', '211214.797000', '211214.800000', '211234.674000', '211234.676000', '211234.679000', '211234.682000', '211234.684000', '211234.687000', '211234.689000', '211234.692000', '211234.694000', '211234.697000', '211234.700000', '211234.702000', '211234.705000', '211234.707000', '211234.710000', '211234.713000', '211234.715000', '211234.718000', '211234.720000', '211234.723000', '211234.725000', '211234.728000', '211234.731000', '211234.733000', '211234.736000', '211234.738000', '211234.741000', '211234.744000', '211234.747000', '211234.749000', '211234.752000', '211234.754000', '211234.757000', '211234.759000', '211234.762000', '211234.765000', '211234.767000', '211234.770000', '211234.772000', '211234.775000', '211234.777000', '211234.780000', '211234.783000', '211254.673000', '211254.676000', '211254.679000', '211254.681000', '211254.684000', '211254.688000', '211254.690000', '211254.693000', '211254.696000', '211254.698000', '211254.701000', '211254.703000', '211254.706000', '211254.709000', '211254.711000', '211254.714000', '211254.716000', '211254.719000', '211254.722000', '211254.724000', '211254.727000', '211254.729000', '211254.732000', '211254.735000', '211254.737000', '211254.740000', '211254.743000', '211254.745000', '211254.748000', '211254.751000', '211254.753000', '211254.756000', '211254.759000', '211254.761000', '211254.764000', '211254.767000', '211254.769000', '211254.772000', '211254.774000', '211254.777000', '211254.779000', '211254.782000', '211254.785000', '211254.787000', '211314.675000', '211314.677000', '211314.680000', '211314.683000', '211314.685000', '211314.688000', '211314.690000', '211314.693000', '211314.695000', '211314.698000', '211314.700000', '211314.703000', '211314.706000', '211314.708000', '211314.711000', '211314.713000', '211314.716000', '211314.718000', '211314.721000', '211314.724000', '211314.726000', '211314.729000', '211314.731000', '211314.734000', '211314.737000', '211314.739000', '211314.742000', '211314.745000', '211314.747000', '211314.750000', '211314.753000', '211314.755000', '211314.758000', '211314.760000', '211314.763000', '211314.766000', '211314.768000', '211314.771000', '211314.773000', '211314.776000', '211314.779000', '211314.781000', '211314.784000', '211334.674000', '211334.677000', '211334.680000', '211334.683000', '211334.685000', '211334.688000', '211334.690000', '211334.693000', '211334.695000', '211334.698000', '211334.700000', '211334.703000', '211334.706000', '211334.708000', '211334.711000', '211334.713000', '211334.716000', '211334.718000', '211334.721000', '211334.724000', '211334.726000', '211334.729000', '211334.731000', '211334.734000', '211334.737000', '211334.739000', '211334.742000', '211334.745000', '211334.748000', '211334.750000', '211334.753000', '211334.756000', '211334.758000', '211334.761000', '211334.763000', '211334.766000', '211334.768000', '211334.771000', '211334.774000', '211334.776000', '211334.779000', '211334.781000', '211334.784000', '211334.786000', '211354.695000', '211354.704000', '211354.706000', '211354.709000', '211354.711000', '211354.714000', '211354.717000', '211354.719000', '211354.722000', '211354.725000', '211354.727000', '211354.730000', '211354.732000', '211354.735000', '211354.738000', '211354.740000', '211354.743000', '211354.745000', '211354.748000', '211354.751000', '211354.753000', '211354.756000', '211354.758000', '211354.761000', '211354.763000', '211354.766000', '211354.769000', '211354.771000', '211354.774000', '211354.776000', '211354.779000', '211354.782000', '211354.784000', '211354.787000', '211354.789000', '211354.792000', '211354.794000', '211354.797000', '211354.800000', '211354.802000', '211354.805000', '211354.807000', '211354.820000', '211414.675000', '211414.677000', '211414.680000', '211414.683000', '211414.685000', '211414.688000', '211414.690000', '211414.693000', '211414.696000', '211414.698000', '211414.701000', '211414.711000', '211414.714000', '211414.716000', '211414.719000', '211414.722000', '211414.724000', '211414.728000', '211414.731000', '211414.734000', '211414.736000', '211414.739000', '211414.742000', '211414.744000', '211414.747000', '211414.749000', '211414.752000', '211414.755000', '211414.757000', '211414.760000', '211414.763000', '211414.765000', '211414.768000', '211414.770000', '211414.773000', '211414.775000', '211414.778000', '211414.781000', '211414.784000', '211414.786000', '211414.789000', '211414.792000', '211414.795000', '211414.797000', '211434.673000', '211434.676000', '211434.679000', '211434.682000', '211434.684000', '211434.687000', '211434.689000', '211434.692000', '211434.695000', '211434.697000', '211434.700000', '211434.703000', '211434.705000', '211434.708000', '211434.710000', '211434.713000', '211434.716000', '211434.718000', '211434.721000', '211434.724000', '211434.726000', '211434.729000', '211434.731000', '211434.734000', '211434.737000', '211434.739000', '211434.742000', '211434.745000', '211434.747000', '211434.750000', '211434.753000', '211434.755000', '211434.758000', '211434.760000', '211434.763000', '211434.765000', '211434.768000', '211434.771000', '211434.773000', '211434.776000', '211434.779000', '211434.781000', '211434.784000', '211454.673000', '211454.676000', '211454.679000', '211454.682000', '211454.685000', '211454.688000', '211454.690000', '211454.693000', '211454.696000', '211454.699000', '211454.701000', '211454.704000', '211454.706000', '211454.709000', '211454.712000', '211454.714000', '211454.717000', '211454.719000', '211454.722000', '211454.724000', '211454.727000', '211454.729000', '211454.732000', '211454.735000', '211454.737000', '211454.740000', '211454.742000', '211454.745000', '211454.748000', '211454.750000', '211454.753000', '211454.755000', '211454.758000', '211454.761000', '211454.763000', '211454.766000', '211454.768000', '211454.771000', '211454.774000', '211454.776000', '211454.779000', '211454.781000', '211454.784000', '211514.674000', '211514.676000', '211514.679000', '211514.682000', '211514.684000', '211514.687000', '211514.689000', '211514.692000', '211514.695000', '211514.697000', '211514.700000', '211514.702000', '211514.705000', '211514.707000', '211514.710000', '211514.713000', '211514.715000', '211514.718000', '211514.720000', '211514.723000', '211514.725000', '211514.728000', '211514.730000', '211514.733000', '211514.736000', '211514.739000', '211514.756000', '211514.759000', '211514.761000', '211514.764000', '211514.767000', '211514.769000', '211514.772000', '211514.774000', '211514.777000', '211514.780000', '211514.782000', '211514.785000', '211514.787000', '211514.790000', '211514.793000', '211514.795000', '211514.798000', '211514.801000', '211534.674000', '211534.677000', '211534.680000', '211534.682000', '211534.685000', '211534.687000', '211534.690000', '211534.693000', '211534.695000', '211534.698000', '211534.700000', '211534.703000', '211534.705000', '211534.708000', '211534.710000', '211534.713000', '211534.715000', '211534.718000', '211534.721000', '211534.724000', '211534.727000', '211534.730000', '211534.732000', '211534.735000', '211534.738000', '211534.740000', '211534.743000', '211534.745000', '211534.748000', '211534.751000', '211534.753000', '211534.756000', '211534.758000', '211534.761000', '211534.763000', '211534.766000', '211534.769000', '211534.772000', '211534.774000', '211534.777000', '211534.780000', '211534.782000', '211534.785000', '211554.675000', '211554.678000', '211554.680000', '211554.683000', '211554.685000', '211554.688000', '211554.691000', '211554.693000', '211554.696000', '211554.698000', '211554.701000', '211554.703000', '211554.706000', '211554.708000', '211554.711000', '211554.713000', '211554.716000', '211554.719000', '211554.721000', '211554.724000', '211554.726000', '211554.729000', '211554.732000', '211554.734000', '211554.737000', '211554.740000', '211554.742000', '211554.745000', '211554.747000', '211554.750000', '211554.752000', '211554.755000', '211554.757000', '211554.760000', '211554.762000', '211554.765000', '211554.768000', '211554.770000', '211554.773000', '211554.775000', '211554.778000', '211554.780000', '211554.783000', '211554.785000', '211614.674000', '211614.677000', '211614.680000', '211614.682000', '211614.685000', '211614.687000', '211614.690000', '211614.693000', '211614.695000', '211614.698000', '211614.700000', '211614.703000', '211614.705000', '211614.708000', '211614.711000', '211614.713000', '211614.716000', '211614.719000', '211614.721000', '211614.724000', '211614.726000', '211614.729000', '211614.731000', '211614.734000', '211614.737000', '211614.740000', '211614.742000', '211614.745000', '211614.748000', '211614.750000', '211614.753000', '211614.755000', '211614.758000', '211614.760000', '211614.763000', '211614.766000', '211614.768000', '211614.771000', '211614.773000', '211614.776000', '211614.778000', '211614.781000', '211614.783000', '211634.675000', '211634.677000', '211634.680000', '211634.682000', '211634.685000', '211634.688000', '211634.690000', '211634.693000', '211634.695000', '211634.698000', '211634.700000', '211634.703000', '211634.706000', '211634.708000', '211634.711000', '211634.713000', '211634.716000', '211634.718000', '211634.721000', '211634.724000', '211634.726000', '211634.729000', '211634.731000', '211634.734000', '211634.737000', '211634.739000', '211634.742000', '211634.744000', '211634.747000', '211634.750000', '211634.752000', '211634.755000', '211634.757000', '211634.760000', '211634.763000', '211634.765000', '211634.768000', '211634.783000', '211634.786000', '211634.788000', '211634.791000', '211634.794000', '211634.796000', '211634.799000', '211654.673000', '211654.676000', '211654.679000', '211654.681000', '211654.684000', '211654.686000', '211654.689000', '211654.692000', '211654.694000', '211654.697000', '211654.699000', '211654.702000', '211654.704000', '211654.707000', '211654.710000', '211654.712000', '211654.715000', '211654.717000', '211654.720000', '211654.722000', '211654.725000', '211654.727000', '211654.730000', '211654.733000', '211654.735000', '211654.738000', '211654.740000', '211654.743000', '211654.746000', '211654.748000', '211654.751000', '211654.753000', '211654.756000', '211654.758000', '211654.761000', '211654.764000', '211654.766000', '211654.769000', '211654.772000', '211654.774000', '211654.777000', '211654.780000', '211654.783000', '211714.673000', '211714.676000', '211714.679000', '211714.681000', '211714.684000', '211714.687000', '211714.690000', '211714.692000', '211714.695000', '211714.698000', '211714.700000', '211714.703000', '211714.705000', '211714.708000', '211714.710000', '211714.713000', '211714.715000', '211714.718000', '211714.721000', '211714.723000', '211714.726000', '211714.728000', '211714.731000', '211714.734000', '211714.736000', '211714.739000', '211714.741000', '211714.744000', '211714.747000', '211714.749000', '211714.752000', '211714.754000', '211714.757000', '211714.759000', '211714.762000', '211714.764000', '211714.767000', '211714.770000', '211714.772000', '211714.775000', '211714.777000', '211714.780000', '211714.783000', '211714.785000', '211734.674000', '211734.676000', '211734.679000', '211734.682000', '211734.684000', '211734.687000', '211734.689000', '211734.692000', '211734.695000', '211734.697000', '211734.700000', '211734.702000', '211734.705000', '211734.707000', '211734.710000', '211734.712000', '211734.715000', '211734.717000', '211734.720000', '211734.723000', '211734.725000', '211734.728000', '211734.730000', '211734.733000', '211734.735000', '211734.738000', '211734.740000', '211734.743000', '211734.746000', '211734.749000', '211734.752000', '211734.755000', '211734.758000', '211734.760000', '211734.763000', '211734.766000', '211734.769000', '211734.771000', '211734.774000', '211734.776000', '211734.779000', '211734.782000', '211734.785000', '211754.675000', '211754.677000', '211754.680000', '211754.683000', '211754.685000', '211754.688000', '211754.690000', '211754.693000', '211754.696000', '211754.698000', '211754.701000', '211754.703000', '211754.706000', '211754.708000', '211754.711000', '211754.714000', '211754.716000', '211754.719000', '211754.721000', '211754.724000', '211754.727000', '211754.729000', '211754.732000', '211754.734000', '211754.737000', '211754.739000', '211754.743000', '211754.746000', '211754.748000', '211754.751000', '211754.753000', '211754.756000', '211754.758000', '211754.776000', '211754.778000', '211754.781000', '211754.784000', '211754.786000', '211754.789000', '211754.791000', '211754.794000', '211754.797000', '211754.799000', '211754.874000', '211814.674000', '211814.677000', '211814.680000', '211814.682000', '211814.685000', '211814.688000', '211814.690000', '211814.693000', '211814.695000', '211814.698000', '211814.700000', '211814.703000', '211814.706000', '211814.708000', '211814.711000', '211814.714000', '211814.716000', '211814.719000', '211814.722000', '211814.724000', '211814.727000', '211814.729000', '211814.732000', '211814.734000', '211814.737000', '211814.740000', '211814.742000', '211814.745000', '211814.747000', '211814.750000', '211814.752000', '211814.755000', '211814.758000', '211814.760000', '211814.763000', '211814.765000', '211814.768000', '211814.770000', '211814.773000', '211814.776000', '211814.778000', '211814.781000', '211814.783000', '211834.674000', '211834.677000', '211834.680000', '211834.682000', '211834.685000', '211834.688000', '211834.690000', '211834.693000', '211834.695000', '211834.698000', '211834.700000', '211834.703000', '211834.706000', '211834.708000', '211834.711000', '211834.713000', '211834.716000', '211834.719000', '211834.721000', '211834.724000', '211834.727000', '211834.730000', '211834.732000', '211834.735000', '211834.737000', '211834.740000', '211834.742000', '211834.745000', '211834.748000', '211834.750000', '211834.753000', '211834.755000', '211834.758000', '211834.760000', '211834.763000', '211834.766000', '211834.768000', '211834.771000', '211834.773000', '211834.776000', '211834.778000', '211834.781000', '211834.784000', '211834.786000', '211854.673000', '211854.676000', '211854.679000', '211854.681000', '211854.684000', '211854.687000', '211854.689000', '211854.692000', '211854.694000', '211854.697000', '211854.700000', '211854.702000', '211854.705000', '211854.707000', '211854.710000', '211854.712000', '211854.715000', '211854.718000', '211854.720000', '211854.723000', '211854.725000', '211854.728000', '211854.730000', '211854.733000', '211854.736000', '211854.738000', '211854.741000', '211854.743000', '211854.746000', '211854.749000', '211854.751000', '211854.754000', '211854.756000', '211854.759000', '211854.762000', '211854.764000', '211854.767000', '211854.769000', '211854.772000', '211854.774000', '211854.777000', '211854.780000', '211854.782000', '211914.674000', '211914.676000', '211914.679000', '211914.682000', '211914.684000', '211914.687000', '211914.689000', '211914.692000', '211914.694000', '211914.697000', '211914.700000', '211914.702000', '211914.705000', '211914.707000', '211914.710000', '211914.712000', '211914.715000', '211914.718000', '211914.720000', '211914.723000', '211914.725000', '211914.728000', '211914.730000', '211914.733000', '211914.736000', '211914.738000', '211914.741000', '211914.744000', '211914.746000', '211914.749000', '211914.762000', '211914.765000', '211914.767000', '211914.770000', '211914.773000', '211914.775000', '211914.778000', '211914.781000', '211914.783000', '211914.786000', '211914.789000', '211914.791000', '211914.794000', '211914.797000', '211934.674000', '211934.676000', '211934.679000', '211934.682000', '211934.684000', '211934.687000', '211934.689000', '211934.692000', '211934.695000', '211934.697000', '211934.700000', '211934.702000', '211934.705000', '211934.707000', '211934.710000', '211934.713000', '211934.715000', '211934.718000', '211934.720000', '211934.723000', '211934.725000', '211934.728000', '211934.731000', '211934.733000', '211934.736000', '211934.738000', '211934.741000', '211934.743000', '211934.746000', '211934.749000', '211934.751000', '211934.754000', '211934.756000', '211934.759000', '211934.761000', '211934.764000', '211934.767000', '211934.769000', '211934.772000', '211934.774000', '211934.777000', '211934.780000', '211934.782000', '211954.674000', '211954.676000', '211954.679000', '211954.682000', '211954.684000', '211954.687000', '211954.689000', '211954.692000', '211954.695000', '211954.697000', '211954.700000', '211954.702000', '211954.705000', '211954.708000', '211954.710000', '211954.713000', '211954.715000', '211954.718000', '211954.721000', '211954.723000', '211954.726000', '211954.729000', '211954.731000', '211954.734000', '211954.737000', '211954.739000', '211954.742000', '211954.744000', '211954.747000', '211954.750000', '211954.752000', '211954.755000', '211954.757000', '211954.760000', '211954.762000', '211954.765000', '211954.768000', '211954.770000', '211954.773000', '211954.776000', '211954.778000', '211954.781000', '211954.783000', '211954.786000', '212014.675000', '212014.677000', '212014.680000', '212014.683000', '212014.685000', '212014.688000', '212014.690000', '212014.693000', '212014.696000', '212014.698000', '212014.701000', '212014.704000', '212014.706000', '212014.709000', '212014.712000', '212014.714000', '212014.717000', '212014.720000', '212014.722000', '212014.725000', '212014.727000', '212014.730000', '212014.733000', '212014.735000', '212014.738000', '212014.740000', '212014.743000', '212014.746000', '212014.748000', '212014.751000', '212014.754000', '212014.756000', '212014.759000', '212014.762000', '212014.764000', '212014.767000', '212014.770000', '212014.772000', '212014.775000', '212014.778000', '212014.780000', '212014.783000', '212014.786000', '212034.675000', '212034.677000', '212034.680000', '212034.683000', '212034.685000', '212034.689000', '212034.691000', '212034.694000', '212034.696000', '212034.699000', '212034.702000', '212034.704000', '212034.731000', '212034.734000', '212034.737000', '212034.739000', '212034.742000', '212034.744000', '212034.747000', '212034.750000', '212034.752000', '212034.755000', '212034.757000', '212034.760000', '212034.762000', '212034.765000', '212034.768000', '212034.770000', '212034.773000', '212034.775000', '212034.778000', '212034.780000', '212034.783000', '212034.785000', '212034.788000', '212034.791000', '212034.793000', '212034.796000', '212034.798000', '212034.873000', '212034.876000', '212034.878000', '212034.881000', '212034.884000', '212054.675000', '212054.677000', '212054.680000', '212054.683000', '212054.685000', '212054.688000', '212054.690000', '212054.693000', '212054.696000', '212054.698000', '212054.701000', '212054.703000', '212054.706000', '212054.709000', '212054.711000', '212054.714000', '212054.716000', '212054.719000', '212054.721000', '212054.724000', '212054.727000', '212054.729000', '212054.732000', '212054.734000', '212054.737000', '212054.740000', '212054.742000', '212054.745000', '212054.747000', '212054.750000', '212054.753000', '212054.755000', '212054.758000', '212054.760000', '212054.763000', '212054.766000', '212054.768000', '212054.771000', '212054.773000', '212054.776000', '212054.781000', '212054.784000', '212054.787000', '212114.673000', '212114.677000', '212114.680000', '212114.683000', '212114.686000', '212114.689000', '212114.692000', '212114.694000', '212114.697000', '212114.699000', '212114.702000', '212114.705000', '212114.707000', '212114.710000', '212114.713000', '212114.715000', '212114.718000', '212114.720000', '212114.723000', '212114.725000', '212114.728000', '212114.730000', '212114.733000', '212114.736000', '212114.738000', '212114.741000', '212114.743000', '212114.746000', '212114.749000', '212114.751000', '212114.754000', '212114.756000', '212114.759000', '212114.761000', '212114.764000', '212114.767000', '212114.769000', '212114.772000', '212114.774000', '212114.777000', '212114.779000', '212114.782000', '212114.785000', '212134.674000', '212134.677000', '212134.679000', '212134.682000', '212134.684000', '212134.687000', '212134.689000', '212134.692000', '212134.695000', '212134.697000', '212134.700000', '212134.702000', '212134.705000', '212134.707000', '212134.710000', '212134.713000', '212134.715000', '212134.718000', '212134.720000', '212134.723000', '212134.726000', '212134.728000', '212134.731000', '212134.733000', '212134.736000', '212134.738000', '212134.741000', '212134.744000', '212134.746000', '212134.749000', '212134.751000', '212134.754000', '212134.756000', '212134.759000', '212134.761000', '212134.764000', '212134.766000', '212134.769000', '212134.772000', '212134.774000', '212134.777000', '212134.779000', '212134.782000', '212134.785000', '212154.673000', '212154.676000', '212154.679000', '212154.682000', '212154.684000', '212154.687000', '212154.689000', '212154.692000', '212154.695000', '212154.697000', '212154.700000', '212154.702000', '212154.705000', '212154.708000', '212154.710000', '212154.713000', '212154.715000', '212154.718000', '212154.720000', '212154.725000', '212154.727000', '212154.730000', '212154.733000', '212154.736000', '212154.738000', '212154.741000', '212154.743000', '212154.746000', '212154.748000', '212154.751000', '212154.754000', '212154.756000', '212154.759000', '212154.761000', '212154.764000', '212154.767000', '212154.769000', '212154.772000', '212154.775000', '212154.777000', '212154.780000', '212154.782000', '212154.785000', '212154.788000', '212214.673000', '212214.676000', '212214.679000', '212214.682000', '212214.684000', '212214.687000', '212214.689000', '212214.692000', '212214.695000', '212214.697000', '212214.700000', '212214.702000', '212214.705000', '212214.708000', '212214.710000', '212214.713000', '212214.715000', '212214.718000', '212214.720000', '212214.723000', '212214.726000', '212214.728000', '212214.731000', '212214.733000', '212214.736000', '212214.739000', '212214.741000', '212214.744000', '212214.746000', '212214.756000', '212214.759000', '212214.761000', '212214.764000', '212214.766000', '212214.769000', '212214.772000', '212214.774000', '212214.777000', '212214.779000', '212214.782000', '212214.784000', '212214.787000', '212214.790000', '212234.223000', '212234.226000', '212234.229000', '212234.231000', '212234.234000', '212234.237000', '212234.239000', '212234.242000', '212234.244000', '212234.247000', '212234.249000', '212234.252000', '212234.255000', '212234.257000', '212234.260000', '212234.273000', '212234.276000', '212234.279000', '212234.281000', '212234.284000', '212234.286000', '212234.289000', '212234.292000', '212234.294000', '212234.297000', '212234.299000', '212234.302000', '212234.305000', '212234.311000', '212234.313000', '212234.316000', '212234.319000', '212234.321000', '212234.324000', '212234.326000', '212234.329000', '212234.331000', '212234.334000', '212234.337000', '212234.339000', '212234.342000', '212234.344000', '212234.347000'], '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, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376, 1377, 1378, 1379, 1380, 1381, 1382, 1383, 1384, 1385, 1386, 1387, 1388, 1389, 1390, 1391, 1392, 1393, 1394, 1395, 1396, 1397, 1398, 1399, 1400, 1401, 1402, 1403, 1404, 1405, 1406, 1407, 1408, 1409, 1410, 1411, 1412, 1413, 1414, 1415, 1416, 1417, 1418, 1419, 1420, 1421, 1422, 1423, 1424, 1425, 1426, 1427, 1428, 1429, 1430, 1431, 1432, 1433, 1434, 1435, 1436, 1437, 1438, 1439, 1440, 1441, 1442, 1443, 1444, 1445, 1446, 1447, 1448, 1449, 1450, 1451, 1452, 1453, 1454, 1455, 1456, 1457, 1458, 1459, 1460, 1461, 1462, 1463, 1464, 1465, 1466, 1467, 1468, 1469, 1470, 1471, 1472, 1473, 1474, 1475, 1476, 1477, 1478, 1479, 1480, 1481, 1482, 1483, 1484, 1485, 1486, 1487, 1488, 1489, 1490, 1491, 1492, 1493, 1494, 1495, 1496, 1497, 1498, 1499, 1500, 1501, 1502, 1503, 1504, 1505, 1506, 1507, 1508, 1509, 1510, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1520, 1521, 1522, 1523, 1524, 1525, 1526, 1527, 1528, 1529, 1530, 1531, 1532, 1533, 1534, 1535, 1536, 1537, 1538, 1539, 1540, 1541, 1542, 1543, 1544, 1545, 1546, 1547, 1548, 1549, 1550, 1551, 1552, 1553, 1554, 1555, 1556, 1557, 1558, 1559, 1560, 1561, 1562, 1563, 1564, 1565, 1566, 1567, 1568, 1569, 1570, 1571, 1572, 1573, 1574, 1575, 1576, 1577, 1578, 1579, 1580, 1581, 1582, 1583, 1584, 1585, 1586, 1587, 1588, 1589, 1590, 1591, 1592, 1593, 1594, 1595, 1596, 1597, 1598, 1599, 1600, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1608, 1609, 1610, 1611, 1612, 1613, 1614, 1615, 1616, 1617, 1618, 1619, 1620, 1621, 1622, 1623, 1624, 1625, 1626, 1627, 1628, 1629, 1630, 1631, 1632, 1633, 1634, 1635, 1636, 1637, 1638, 1639, 1640], 'LargestImagePixelValue': [10014, 14115, 10194, 12338, 7426, 12923, 10388, 14810, 10677, 6735, 10296, 9271, 13595, 10291, 6918, 10544, 8956, 13108, 10496, 11494, 9171, 12726, 10074, 11845, 8490, 11645, 8819, 12029, 7837, 8644, 7381, 10233, 8783, 11148, 8456, 10667, 10455, 12082, 10428, 11952, 9438, 13118, 12797, 12777, 11252, 8021, 12612, 11944, 13953, 8950, 12311, 9745, 13617, 10459, 12713, 10809, 12644, 15288, 12343, 9365, 10924, 8825, 13043, 9660, 10626, 9630, 10990, 11281, 7279, 10697, 9136, 13803, 9861, 11447, 8530, 11639, 10584, 12892, 10104, 7207, 10809, 9659, 13421, 10158, 11503, 8950, 12896, 11122, 12769, 9552, 11676, 9660, 13361, 10931, 10985, 8950, 8794, 9506, 9620, 10968, 6800, 10339, 7410, 10603, 13566, 10987, 7479, 9648, 6613, 10114, 8029, 11018, 7370, 10226, 6884, 10676, 9094, 10771, 7080, 9777, 7475, 12262, 10519, 12225, 8358, 10933, 8229, 12844, 9985, 12503, 8799, 11423, 9971, 12406, 8112, 11217, 9521, 13715, 10417, 11321, 8782, 12933, 11287, 13825, 10059, 12663, 10200, 13948, 12240, 12055, 9217, 11812, 9052, 13386, 11933, 13301, 9184, 7486, 10522, 8900, 13579, 9772, 7294, 10015, 7659, 13859, 12756, 11305, 11163, 13330, 11083, 14545, 12830, 11842, 8876, 10365, 8069, 12510, 11679, 12029, 8789, 7324, 10252, 10325, 11862, 7499, 10450, 9144, 13760, 10972, 13644, 9591, 12270, 12879, 7892, 10963, 9741, 12051, 14918, 11631, 13948, 9129, 11830, 9946, 12610, 10352, 11485, 8665, 11864, 10335, 7086, 10230, 6928, 8625, 9692, 11855, 8279, 10179, 8827, 10932, 10114, 11549, 9492, 7846, 12131, 11666, 12821, 8247, 11367, 14514, 11574, 14812, 12249, 12655, 8990, 9415, 12686, 8343, 11509, 9123, 11455, 12626, 9071, 12033, 8709, 13358, 12807, 12558, 7270, 10115, 7661, 13074, 10369, 13920, 9033, 10770, 9005, 12933, 10539, 11598, 9068, 13016, 10852, 8080, 9450, 6906, 11069, 9215, 13315, 10225, 12000, 9475, 13568, 11405, 7299, 10827, 7542, 12273, 10715, 12662, 10175, 10624, 9534, 10821, 12790, 8529, 11179, 8271, 12810, 10659, 9191, 12421, 9276, 10512, 10162, 9367, 14021, 10618, 11586, 9653, 11103, 13673, 8521, 12313, 8015, 12675, 9246, 14777, 9392, 11135, 9097, 12771, 12591, 8609, 11557, 8602, 9560, 9357, 12693, 10102, 8135, 9637, 12295, 12530, 8353, 10943, 9047, 11372, 12599, 12245, 7805, 11162, 7568, 11975, 10609, 13523, 9376, 11624, 9467, 13033, 11066, 8775, 11567, 8313, 12067, 9783, 14819, 11423, 7798, 10076, 7723, 13263, 9909, 13013, 8881, 12588, 9497, 12875, 8629, 11599, 7799, 11719, 9864, 12391, 8129, 10738, 8273, 11593, 10208, 7254, 10010, 7606, 10985, 10876, 12772, 8402, 11023, 8385, 12961, 11405, 11529, 8577, 11161, 9636, 13759, 10900, 11485, 8435, 7776, 12448, 10380, 12619, 9161, 8133, 11912, 10140, 13125, 9077, 8809, 10430, 12743, 13219, 9384, 9952, 9398, 11910, 12504, 12542, 7465, 9580, 6876, 11356, 9059, 11234, 7658, 10186, 8329, 12554, 8746, 6919, 8158, 6630, 12495, 8495, 8028, 6897, 6702, 10750, 9936, 7326, 11062, 8269, 12156, 11801, 8826, 12283, 9724, 14413, 12389, 13146, 9940, 7618, 13109, 11572, 14880, 11103, 7660, 11599, 10410, 9498, 11386, 8165, 10230, 8610, 10978, 11637, 7768, 10037, 7534, 11312, 11303, 14196, 10581, 7246, 8660, 7097, 12007, 9757, 7281, 11032, 10261, 13274, 11400, 7872, 10569, 9258, 12804, 11406, 7647, 9939, 8429, 13310, 11803, 8112, 10389, 8270, 13052, 11163, 8922, 10823, 7472, 11797, 9671, 13922, 9866, 11631, 9009, 13393, 11328, 9578, 10051, 6624, 10364, 8174, 13471, 9025, 10375, 8150, 6651, 11769, 9478, 10514, 8525, 6677, 10779, 9553, 12018, 10396, 7127, 11966, 10249, 8534, 14323, 9771, 10017, 13628, 10027, 12727, 11427, 12570, 9355, 10071, 12712, 8224, 11929, 8442, 11863, 12125, 8560, 11725, 8497, 7496, 11097, 9291, 7287, 9044, 7383, 8158, 9686, 9102, 10007, 12282, 8621, 8015, 9004, 9649, 13454, 10161, 9215, 9767, 9228, 13979, 8041, 11543, 7532, 12918, 9378, 11153, 7210, 11090, 6911, 11535, 9137, 9115, 7320, 9897, 7904, 9115, 13353, 8176, 10475, 7617, 11242, 10808, 13732, 11923, 9552, 7085, 9538, 8471, 12766, 8544, 10260, 8579, 13428, 11321, 7737, 9917, 7519, 10355, 14988, 11306, 12223, 9560, 10457, 9040, 12772, 9800, 10899, 8529, 9509, 8855, 13116, 9708, 8366, 8850, 7473, 9327, 9809, 12079, 8832, 10052, 9143, 12714, 10320, 14030, 9142, 10460, 7764, 11230, 9864, 11675, 7746, 9575, 7506, 10395, 10007, 11590, 7791, 10022, 7699, 9714, 13027, 12033, 7877, 9653, 7534, 9748, 9443, 12965, 10465, 10793, 8637, 13210, 12410, 8876, 10857, 7433, 10412, 15313, 12888, 12595, 9909, 11122, 9735, 15153, 10329, 11037, 9563, 8380, 12856, 9477, 10497, 9474, 13951, 12276, 8739, 10545, 7752, 11393, 14323, 12954, 8082, 8394, 7648, 11152, 8229, 13084, 7801, 10059, 8285, 13346, 10527, 8970, 9906, 7351, 11245, 10285, 14447, 10219, 7064, 9883, 9751, 11391, 7227, 9169, 6880, 9441, 7583, 10128, 7568, 12523, 11472, 7077, 9549, 7367, 9549, 13974, 11675, 10486, 9643, 7226, 8446, 7670, 11044, 7502, 9749, 7340, 8856, 8684, 11091, 7811, 10009, 7634, 9910, 8182, 12067, 10410, 13047, 8269, 10784, 7797, 11402, 9965, 14414, 9280, 10677, 8972, 11869, 10231, 14232, 8648, 10475, 7563, 10556, 9746, 12184, 7392, 10128, 7295, 9865, 9128, 12275, 8410, 10114, 8357, 9680, 8476, 11098, 10931, 8032, 10089, 8998, 12856, 10725, 14440, 8349, 10592, 8973, 10696, 14929, 11748, 12405, 9827, 10939, 8692, 13117, 9217, 11545, 7838, 9975, 8455, 12923, 9606, 10437, 9030, 10038, 7964, 12760, 8739, 11036, 7302, 10056, 7984, 11613, 7771, 10687, 6861, 9928, 12063, 11375, 7540, 10659, 6991, 10500, 8789, 13544, 9029, 10811, 8798, 12178, 10263, 12933, 7194, 10718, 9552, 10351, 15304, 11779, 8448, 10303, 7116, 10328, 8708, 13491, 8445, 10678, 9266, 13060, 9322, 8665, 12136, 10523, 15460, 10697, 12541, 9915, 14333, 10758, 14029, 7682, 10301, 7580, 10626, 12533, 12667, 7623, 10288, 7441, 10237, 8224, 13407, 10027, 10258, 9184, 8151, 11192, 8635, 9613, 8621, 10422, 10325, 10440, 12291, 9137, 10269, 8504, 12895, 10054, 11745, 7844, 10964, 9141, 14302, 10433, 9639, 9716, 8306, 13823, 11034, 13083, 9817, 9218, 9271, 9098, 13052, 10851, 10861, 10743, 9714, 15070, 10045, 9190, 9305, 7556, 9875, 8875, 13071, 9842, 11333, 9073, 10407, 11597, 8319, 9525, 9076, 7699, 10645, 9475, 11015, 9146, 7806, 11440, 9531, 10584, 9572, 12665, 9789, 8373, 10525, 7743, 9243, 8216, 12736, 10581, 10643, 9993, 9655, 9740, 9071, 11524, 9277, 7236, 8975, 7829, 12947, 10456, 7205, 9497, 7536, 11471, 11170, 11577, 7789, 10422, 8802, 14796, 10769, 11646, 9754, 12470, 11977, 8126, 10296, 8619, 12153, 9388, 14271, 9239, 11272, 8528, 11246, 9666, 14597, 10713, 7445, 9181, 8185, 11616, 9858, 10253, 8872, 10855, 9255, 12498, 9304, 10224, 8332, 9268, 7831, 11242, 8322, 9935, 8970, 10283, 8212, 7647, 11020, 8903, 7050, 7488, 6848, 9057, 7679, 12311, 12311, 12530, 8637, 11443, 9301, 14608, 11980, 11113, 12255, 9576, 15705, 11360, 16877, 10340, 8138, 10183, 8586, 13919, 9179, 6524, 9943, 7580, 6884, 12017, 8806, 9299, 6982, 6943, 8859, 11326, 10602, 7102, 8695, 6547, 9462, 9420, 10522, 6797, 9383, 6352, 11869, 8542, 12819, 8415, 8358, 7510, 7330, 10878, 8588, 9457, 8897, 7430, 10998, 9930, 10366, 9310, 13495, 9610, 13561, 11569, 10974, 9419, 9056, 9517, 9043, 9764, 8804, 7940, 11048, 11065, 13220, 10966, 8254, 9522, 13473, 11314, 7642, 10130, 7532, 9461, 8829, 10639, 7124, 9436, 7015, 9304, 12301, 10074, 10263, 9892, 11360, 9137, 10686, 8524, 7152, 8232, 6624, 7467, 7240, 10077, 8202, 9535, 6778, 8944, 11469, 9701, 9427, 9314, 10491, 9380, 11625, 9960, 10182, 9304, 9449, 8777, 10728, 9747, 11404, 10008, 9183, 9521, 10751, 9391, 7743, 10074, 7080, 8761, 11240, 9664, 12764, 10114, 10575, 8998, 9085, 9009, 10770, 9437, 8035, 9121, 10350, 9073, 10812, 9796, 11074, 8546, 9805, 9433, 10088, 10737, 13833, 9956, 8598, 8214, 7659, 8193, 6849, 7019, 6785, 11556, 9454, 11206, 8869, 10221, 7889, 12044, 10182, 11112, 8880, 10295, 9152, 13165, 10672, 7277, 9093, 9028, 9232, 8418, 7953, 9274, 7483, 9922, 8637, 11983, 10028, 7692, 9220, 7631, 11307, 9321, 9981, 8843, 10819, 8760, 11446, 10295, 10447, 9446, 10796, 8375, 8546, 11504, 9151, 10309, 9029, 11469, 9877, 12396, 9429, 9693, 8785, 9925, 9784, 11676, 7465, 9511, 7296, 8840, 7889, 11240, 8374, 9693, 9214, 10001, 8623, 10787, 10663, 7654, 9181, 9202, 12150, 10632, 13384, 9914, 11714, 9831, 12251, 9585, 11208, 8325, 9602, 8728, 10373, 8809, 11946, 8600, 9269, 8450, 9650, 9009, 11241, 9526, 9854, 9250, 10639, 8568, 10607, 7371, 9369, 7109, 9890, 13278, 10548, 11038, 9895, 9614, 9495, 10152, 9794, 10142, 9633, 10760, 8983, 12895, 9821, 7323, 10077, 7114, 9672, 14156, 11530, 13956, 10662, 12327, 10279, 11686, 10146, 11963, 8729, 10279, 7661, 10140, 8628, 11327, 7755, 10214, 7878, 9146, 9592, 12867, 10564, 11095, 9934, 12326, 9414, 13008, 8705, 11218, 7097, 10314, 9775, 9850, 14449, 10463, 7031, 9899, 7161, 10608, 10028, 11083, 11288, 8643, 10688, 9477, 7458, 9339, 9030, 12533, 11325, 7653, 9828, 8622, 10571, 9665, 13825, 11673, 7966, 10181, 7517, 9000, 9333, 7619, 9504, 9016, 9919, 10431, 10459, 7243, 9569, 8020, 9074, 9406, 12730, 9845, 7011, 9116, 8700, 9390, 9938, 10721, 7455, 9322, 8361, 9423, 8500, 10839, 7282, 9965, 6847, 8504, 9258, 9834, 7099, 9982, 7321, 8825, 8553, 10636, 9485, 13262, 9918, 9527, 9142, 11280, 9822, 12377, 9574, 9843, 7726, 9144, 9832, 10668, 6957, 9799, 7091, 8726, 10243, 10151, 6899, 10051, 7224, 8340, 7238, 10198, 7717, 9746, 7613, 8909, 7010, 9392, 7819, 9893, 6809, 9161, 10903, 8711, 10831, 9828, 9951, 9335, 9020, 9116, 9820, 9430, 11245, 9469, 9387, 8803, 10515, 9472, 10342, 8504, 8885, 7554, 9457, 12528, 10216, 10047, 9586, 10675, 8953, 11761, 9671, 10482, 9003, 7528, 8369, 10084, 10542, 7745, 9467, 7888, 9756, 12986, 11236, 11428, 9891, 9877, 9012, 11129, 9084, 10987, 9124, 9223, 9029, 11501, 8750, 10767, 9249, 7598, 8546, 7270, 9380, 7928, 8322, 11913, 13610, 9963, 12220, 9749, 12215, 8829, 11863, 7521, 8917, 7417, 8967, 8747, 10213, 7424, 9323, 8508, 8489, 8493, 11202, 9448, 11083, 9485, 10951, 8786, 11827, 10545, 11971, 9705, 10378, 8752, 11259, 8402, 11769, 7241, 9850, 7310, 8812, 10807, 9905, 8712, 9534, 10010, 9119, 10638, 9120, 10099, 8108, 8938, 7430, 9059, 7452, 10519, 8122, 9556, 8648, 9064, 8303, 11722, 8241, 9484, 7537, 9237, 9723, 10538, 7103, 9622, 7198, 9115, 10168, 10699, 7017, 9759, 7390, 10155, 12360, 10935, 7162, 10047, 7506, 10827, 8962, 12328, 10129, 11254, 9502, 12756, 10618, 13006, 8859, 9903, 7308, 9554, 11275, 10602, 9582, 9670, 11481, 9175, 13532, 9915, 8644, 9385, 7254, 8708, 7322, 9484, 7095, 8964, 8206, 8845, 12274, 11002, 12336, 10250, 10404, 9502, 13196, 10289, 10841, 8919, 11416, 8339, 11057, 7325, 9326, 7433, 9751, 8056, 12614, 8326, 9732, 9306, 8183, 10737, 8591, 10592, 9807, 12211, 9508, 13388, 9412, 10153, 9027, 11750, 9941, 12319, 9551, 10982, 8286, 11842, 9003, 11047, 7389, 9723, 7760, 11344, 9132, 11702, 9635], 'WindowCenter': [4076.0, 4092.0, 4042.0, 4049.0, 3997.0, 4047.0, 4028.0, 4069.0, 4039.0, 3987.0, 4028.0, 4016.0, 4058.0, 4027.0, 3985.0, 4038.0, 4016.0, 4061.0, 4029.0, 4038.0, 4029.0, 4049.0, 4028.0, 4036.0, 4005.0, 4038.0, 4006.0, 4049.0, 3985.0, 3997.0, 3973.0, 4003.0, 3993.0, 4025.0, 3997.0, 4014.0, 4027.0, 4049.0, 4031.0, 4040.0, 4033.0, 4048.0, 4051.0, 4035.0, 4027.0, 3997.0, 4050.0, 4037.0, 4047.0, 3994.0, 4025.0, 4004.0, 4049.0, 4029.0, 4037.0, 4013.0, 4023.0, 4044.0, 4025.0, 3991.0, 4015.0, 3992.0, 4036.0, 4020.0, 4044.0, 4017.0, 4024.0, 4024.0, 3970.0, 4013.0, 3975.0, 4020.0, 4000.0, 4009.0, 3980.0, 4022.0, 4014.0, 4036.0, 4014.0, 3971.0, 4026.0, 4004.0, 4046.0, 4014.0, 4023.0, 4005.0, 4035.0, 4025.0, 4032.0, 4003.0, 4010.0, 4003.0, 4032.0, 4013.0, 3999.0, 3991.0, 3977.0, 4003.0, 4001.0, 4012.0, 3959.0, 4013.0, 3969.0, 4014.0, 4044.0, 4014.0, 3970.0, 4004.0, 3973.0, 4014.0, 3982.0, 4025.0, 3985.0, 4027.0, 3984.0, 4027.0, 4004.0, 4036.0, 3987.0, 4031.0, 3996.0, 4049.0, 4040.0, 4050.0, 4008.0, 4026.0, 4008.0, 4049.0, 4027.0, 4049.0, 4006.0, 4036.0, 4016.0, 4050.0, 3995.0, 4038.0, 4015.0, 4058.0, 4027.0, 4025.0, 4005.0, 4045.0, 4027.0, 4047.0, 4016.0, 4035.0, 4016.0, 4045.0, 4036.0, 4022.0, 3991.0, 4010.0, 3991.0, 4033.0, 4022.0, 4032.0, 3991.0, 3968.0, 4012.0, 4004.0, 4043.0, 4015.0, 3986.0, 4015.0, 3996.0, 4058.0, 4064.0, 4038.0, 4027.0, 4035.0, 4025.0, 4044.0, 4023.0, 4008.0, 3978.0, 3986.0, 3979.0, 4020.0, 4010.0, 4019.0, 3989.0, 3967.0, 4000.0, 3999.0, 4020.0, 3967.0, 4012.0, 4003.0, 4045.0, 4037.0, 4044.0, 4002.0, 4020.0, 4033.0, 3980.0, 4011.0, 3999.0, 4021.0, 4040.0, 4021.0, 4029.0, 3989.0, 4008.0, 4000.0, 4032.0, 4012.0, 4020.0, 3990.0, 4020.0, 4013.0, 3971.0, 4039.0, 3986.0, 4018.0, 4014.0, 4036.0, 3993.0, 4026.0, 4004.0, 4034.0, 4041.0, 4037.0, 4017.0, 3981.0, 4035.0, 4024.0, 4034.0, 3980.0, 4024.0, 4045.0, 4024.0, 4046.0, 4025.0, 4033.0, 4001.0, 4002.0, 4033.0, 3992.0, 4021.0, 4004.0, 4034.0, 4036.0, 4003.0, 4033.0, 3991.0, 4046.0, 4021.0, 4023.0, 3968.0, 4011.0, 3979.0, 4032.0, 4011.0, 4044.0, 3989.0, 4009.0, 3990.0, 4031.0, 4013.0, 4009.0, 4001.0, 4032.0, 4013.0, 3978.0, 4000.0, 3970.0, 4023.0, 4002.0, 4045.0, 4013.0, 4023.0, 4014.0, 4043.0, 4024.0, 3981.0, 4023.0, 3980.0, 4033.0, 4025.0, 4045.0, 4026.0, 4021.0, 4016.0, 4023.0, 4048.0, 4018.0, 4038.0, 4008.0, 4047.0, 4028.0, 4018.0, 4046.0, 4017.0, 4023.0, 4024.0, 4015.0, 4059.0, 4026.0, 4034.0, 4016.0, 4024.0, 4059.0, 4004.0, 4034.0, 3983.0, 4036.0, 4002.0, 4045.0, 4001.0, 4023.0, 4002.0, 4033.0, 4035.0, 4004.0, 4038.0, 3994.0, 4004.0, 3991.0, 4022.0, 4001.0, 3968.0, 3991.0, 4009.0, 4024.0, 3980.0, 4013.0, 3980.0, 4023.0, 4022.0, 4023.0, 3969.0, 4010.0, 3969.0, 4024.0, 4012.0, 4033.0, 3990.0, 4011.0, 4003.0, 4033.0, 4025.0, 3993.0, 4036.0, 3992.0, 4037.0, 4015.0, 4057.0, 4024.0, 3969.0, 4000.0, 3969.0, 4034.0, 4003.0, 4032.0, 3990.0, 4034.0, 4005.0, 4022.0, 3978.0, 4008.0, 3956.0, 4009.0, 3986.0, 4008.0, 3967.0, 3995.0, 3980.0, 4012.0, 4013.0, 3969.0, 3999.0, 3968.0, 4013.0, 4013.0, 4032.0, 3982.0, 4012.0, 3982.0, 4034.0, 4025.0, 4022.0, 3991.0, 4011.0, 4001.0, 4034.0, 4012.0, 4011.0, 3981.0, 3971.0, 4036.0, 4029.0, 4035.0, 4018.0, 3984.0, 4024.0, 4028.0, 4035.0, 4005.0, 4005.0, 4027.0, 4048.0, 4037.0, 3991.0, 4001.0, 3987.0, 4011.0, 4022.0, 4021.0, 3957.0, 3989.0, 3948.0, 4011.0, 3990.0, 4010.0, 3968.0, 3999.0, 3994.0, 4050.0, 4018.0, 3985.0, 3993.0, 3971.0, 4017.0, 4037.0, 4025.0, 3985.0, 3941.0, 4006.0, 4002.0, 3984.0, 4026.0, 3994.0, 4023.0, 4039.0, 4006.0, 4037.0, 4017.0, 4049.0, 4026.0, 4036.0, 4003.0, 3971.0, 4033.0, 4026.0, 4046.0, 4023.0, 3980.0, 4012.0, 4001.0, 3989.0, 4009.0, 3980.0, 3999.0, 3992.0, 4024.0, 4025.0, 3982.0, 4001.0, 3971.0, 4011.0, 4012.0, 4045.0, 4015.0, 3983.0, 4005.0, 3986.0, 4061.0, 4017.0, 3957.0, 4010.0, 4000.0, 4034.0, 4025.0, 3982.0, 4015.0, 4018.0, 4039.0, 4041.0, 3997.0, 4014.0, 3981.0, 4033.0, 4037.0, 3981.0, 4013.0, 3992.0, 4034.0, 4025.0, 3994.0, 4014.0, 3972.0, 4022.0, 4003.0, 4045.0, 4002.0, 4021.0, 3993.0, 4034.0, 4024.0, 4001.0, 4001.0, 3958.0, 4012.0, 3981.0, 4035.0, 4002.0, 4012.0, 3992.0, 3972.0, 4035.0, 4019.0, 4035.0, 4018.0, 4017.0, 4070.0, 4032.0, 4050.0, 4015.0, 4001.0, 4050.0, 4027.0, 4007.0, 4071.0, 4042.0, 4040.0, 4046.0, 4003.0, 4006.0, 3992.0, 4032.0, 4000.0, 3998.0, 4046.0, 3977.0, 4004.0, 3974.0, 4004.0, 4016.0, 3974.0, 4008.0, 3985.0, 3966.0, 4009.0, 3999.0, 3980.0, 4000.0, 3994.0, 4006.0, 4026.0, 4004.0, 4026.0, 4061.0, 4031.0, 4021.0, 4018.0, 4028.0, 4060.0, 4040.0, 4017.0, 4003.0, 3991.0, 4033.0, 3979.0, 4009.0, 3968.0, 4032.0, 4002.0, 4024.0, 3970.0, 4022.0, 3968.0, 4021.0, 4001.0, 4034.0, 3999.0, 4043.0, 4038.0, 4032.0, 4062.0, 4007.0, 4039.0, 3994.0, 3991.0, 3964.0, 4017.0, 4005.0, 3984.0, 3955.0, 3999.0, 3978.0, 4031.0, 3991.0, 4010.0, 4002.0, 4043.0, 4035.0, 3992.0, 4014.0, 3980.0, 4012.0, 4043.0, 4022.0, 4020.0, 4001.0, 4011.0, 4000.0, 4032.0, 4010.0, 4022.0, 4002.0, 4000.0, 3999.0, 4044.0, 4014.0, 4001.0, 4014.0, 3982.0, 4016.0, 4026.0, 4050.0, 4015.0, 4014.0, 4014.0, 4035.0, 4013.0, 4047.0, 4000.0, 4012.0, 3979.0, 4021.0, 4010.0, 4022.0, 3979.0, 4001.0, 3979.0, 4012.0, 4011.0, 4048.0, 3993.0, 4014.0, 3990.0, 4015.0, 4045.0, 4036.0, 4004.0, 4027.0, 3993.0, 4026.0, 4014.0, 4057.0, 4039.0, 4037.0, 4017.0, 4055.0, 4061.0, 4017.0, 4038.0, 3983.0, 4023.0, 4056.0, 4031.0, 4033.0, 4010.0, 4022.0, 4001.0, 4053.0, 4023.0, 4024.0, 4042.0, 4047.0, 4091.0, 4055.0, 4040.0, 4027.0, 4057.0, 4048.0, 4002.0, 4037.0, 3995.0, 4040.0, 4042.0, 4035.0, 3990.0, 3991.0, 3965.0, 3994.0, 3973.0, 4017.0, 3965.0, 3996.0, 3975.0, 4029.0, 4025.0, 4001.0, 4013.0, 3978.0, 4020.0, 4011.0, 4041.0, 4011.0, 3969.0, 4024.0, 4001.0, 4022.0, 3967.0, 3999.0, 3956.0, 3998.0, 3978.0, 4010.0, 3994.0, 4045.0, 4034.0, 3971.0, 4011.0, 3981.0, 4015.0, 4044.0, 4023.0, 4010.0, 4001.0, 3979.0, 3990.0, 3979.0, 4023.0, 3981.0, 4013.0, 3980.0, 4003.0, 4002.0, 4035.0, 3992.0, 4025.0, 4005.0, 4027.0, 4004.0, 4047.0, 4038.0, 4059.0, 4005.0, 4023.0, 3980.0, 4024.0, 4013.0, 4046.0, 4002.0, 4012.0, 4001.0, 4033.0, 4011.0, 4045.0, 3990.0, 4009.0, 3978.0, 4023.0, 4000.0, 4034.0, 3980.0, 4011.0, 3980.0, 4023.0, 4014.0, 4046.0, 4005.0, 4036.0, 4019.0, 4039.0, 4019.0, 4047.0, 4038.0, 4004.0, 4026.0, 4014.0, 4047.0, 4036.0, 4058.0, 3992.0, 4010.0, 3988.0, 4009.0, 4040.0, 4021.0, 4017.0, 3998.0, 4005.0, 3987.0, 4029.0, 3997.0, 4020.0, 3977.0, 3997.0, 3987.0, 4031.0, 4012.0, 4020.0, 4000.0, 4011.0, 3989.0, 4044.0, 4003.0, 4022.0, 3979.0, 4012.0, 3989.0, 4034.0, 3980.0, 4024.0, 3969.0, 4024.0, 4034.0, 4050.0, 3992.0, 4024.0, 3981.0, 4025.0, 4003.0, 4059.0, 4014.0, 4034.0, 4004.0, 4046.0, 4023.0, 4046.0, 3969.0, 4023.0, 4010.0, 4023.0, 4055.0, 4036.0, 3991.0, 4023.0, 3980.0, 4022.0, 4002.0, 4047.0, 4004.0, 4036.0, 4027.0, 4058.0, 4025.0, 4004.0, 4046.0, 4037.0, 4069.0, 4024.0, 4034.0, 4011.0, 4041.0, 4009.0, 4033.0, 3964.0, 3998.0, 3965.0, 4008.0, 4018.0, 4029.0, 3967.0, 4008.0, 3966.0, 4008.0, 3989.0, 4056.0, 4023.0, 4025.0, 4012.0, 4003.0, 4035.0, 4016.0, 4028.0, 4002.0, 3990.0, 3996.0, 4007.0, 4034.0, 4000.0, 4010.0, 3989.0, 4045.0, 4014.0, 4035.0, 3978.0, 4010.0, 4000.0, 4058.0, 4023.0, 4010.0, 4025.0, 4001.0, 4055.0, 4038.0, 4044.0, 4013.0, 4013.0, 4027.0, 3988.0, 4004.0, 3981.0, 3997.0, 3997.0, 3988.0, 4044.0, 4014.0, 4002.0, 3988.0, 4007.0, 4013.0, 3990.0, 4019.0, 3999.0, 4008.0, 3975.0, 3995.0, 4006.0, 3973.0, 3986.0, 3987.0, 3976.0, 4010.0, 3999.0, 4008.0, 3986.0, 3965.0, 4019.0, 3999.0, 4008.0, 3998.0, 4030.0, 4000.0, 3989.0, 4009.0, 3978.0, 3998.0, 3989.0, 4031.0, 4011.0, 4023.0, 4015.0, 4000.0, 4013.0, 4002.0, 4035.0, 4016.0, 3992.0, 4013.0, 3991.0, 4046.0, 4035.0, 3994.0, 4015.0, 3981.0, 4032.0, 4037.0, 4039.0, 3982.0, 4010.0, 3987.0, 4056.0, 4024.0, 4024.0, 4013.0, 4032.0, 4036.0, 3992.0, 4013.0, 4003.0, 4031.0, 4000.0, 4044.0, 4000.0, 4023.0, 4002.0, 4022.0, 4000.0, 4042.0, 4007.0, 3965.0, 3995.0, 4003.0, 4032.0, 4024.0, 4025.0, 4003.0, 4021.0, 4002.0, 4032.0, 3999.0, 4010.0, 3991.0, 4000.0, 3978.0, 4021.0, 3990.0, 4009.0, 4029.0, 4068.0, 4036.0, 4010.0, 4052.0, 4030.0, 4001.0, 3998.0, 3999.0, 4020.0, 3997.0, 4039.0, 4023.0, 4007.0, 3960.0, 3993.0, 3982.0, 4045.0, 4024.0, 4009.0, 4021.0, 3985.0, 4044.0, 3999.0, 4030.0, 3988.0, 3950.0, 3971.0, 3964.0, 4019.0, 3976.0, 3932.0, 3987.0, 3970.0, 3958.0, 4021.0, 3991.0, 3990.0, 3986.0, 3971.0, 4004.0, 4024.0, 4015.0, 3971.0, 4007.0, 3963.0, 4015.0, 4002.0, 4026.0, 3971.0, 4005.0, 3962.0, 4039.0, 4008.0, 4048.0, 4020.0, 4007.0, 3996.0, 3984.0, 4025.0, 4005.0, 4000.0, 3973.0, 3966.0, 4010.0, 4013.0, 4025.0, 4017.0, 4044.0, 4017.0, 4057.0, 4035.0, 4026.0, 4015.0, 4014.0, 4016.0, 4004.0, 4023.0, 4014.0, 3994.0, 4035.0, 4050.0, 4057.0, 4040.0, 4005.0, 4025.0, 4044.0, 4022.0, 3977.0, 3997.0, 3964.0, 3986.0, 3987.0, 4008.0, 3956.0, 3984.0, 3955.0, 3996.0, 4018.0, 3998.0, 3995.0, 4007.0, 4019.0, 4012.0, 4022.0, 4003.0, 3979.0, 3997.0, 3983.0, 3981.0, 3981.0, 4024.0, 4002.0, 4012.0, 3982.0, 4003.0, 4018.0, 4012.0, 4012.0, 4027.0, 4021.0, 4011.0, 4022.0, 4011.0, 4009.0, 4000.0, 4008.0, 4002.0, 4020.0, 4012.0, 4020.0, 4024.0, 4011.0, 4012.0, 4019.0, 4012.0, 3980.0, 4012.0, 3981.0, 4002.0, 4019.0, 4009.0, 4031.0, 4011.0, 4022.0, 4017.0, 4001.0, 4001.0, 4007.0, 3999.0, 3990.0, 4013.0, 4022.0, 4001.0, 4021.0, 4013.0, 4034.0, 4017.0, 4026.0, 4014.0, 4023.0, 4025.0, 4043.0, 4025.0, 4015.0, 4006.0, 3995.0, 4018.0, 3984.0, 3983.0, 3966.0, 4019.0, 3998.0, 4020.0, 4001.0, 4009.0, 3991.0, 4029.0, 4012.0, 4020.0, 4001.0, 3997.0, 3999.0, 4029.0, 4009.0, 3964.0, 3986.0, 3987.0, 3999.0, 4003.0, 4005.0, 4003.0, 3981.0, 4013.0, 3991.0, 4035.0, 4027.0, 3980.0, 4016.0, 3994.0, 4035.0, 4015.0, 4025.0, 4015.0, 4036.0, 4003.0, 4034.0, 4026.0, 4011.0, 4012.0, 4023.0, 4002.0, 4003.0, 4035.0, 4014.0, 4011.0, 4002.0, 4034.0, 4012.0, 4030.0, 3999.0, 4000.0, 3988.0, 4011.0, 3998.0, 4021.0, 3965.0, 3998.0, 3966.0, 3998.0, 3977.0, 4021.0, 3988.0, 3998.0, 4000.0, 4024.0, 4005.0, 4035.0, 4022.0, 3980.0, 3999.0, 4010.0, 4032.0, 4024.0, 4044.0, 4011.0, 4021.0, 4009.0, 4033.0, 3997.0, 4021.0, 3989.0, 3998.0, 3988.0, 4010.0, 3989.0, 4020.0, 3988.0, 3998.0, 3987.0, 4010.0, 3999.0, 4021.0, 4008.0, 4008.0, 4011.0, 4022.0, 3988.0, 4021.0, 3965.0, 3999.0, 3966.0, 4011.0, 4043.0, 4007.0, 4009.0, 4010.0, 3996.0, 4007.0, 4008.0, 4012.0, 4023.0, 4014.0, 4020.0, 4015.0, 4056.0, 4026.0, 3995.0, 4025.0, 3981.0, 4015.0, 4056.0, 4023.0, 4043.0, 4022.0, 4028.0, 4023.0, 4032.0, 4009.0, 4020.0, 3988.0, 4009.0, 3977.0, 4022.0, 4001.0, 4021.0, 3989.0, 4021.0, 3990.0, 4009.0, 4012.0, 4044.0, 4036.0, 4033.0, 4023.0, 4032.0, 4001.0, 4042.0, 3989.0, 4020.0, 3953.0, 4006.0, 3997.0, 4009.0, 4041.0, 4010.0, 3980.0, 4041.0, 3996.0, 4026.0, 4025.0, 4035.0, 4021.0, 4000.0, 4023.0, 4014.0, 3996.0, 4059.0, 4043.0, 4058.0, 4033.0, 4022.0, 3968.0, 3952.0, 3980.0, 3970.0, 4017.0, 4005.0, 3962.0, 3984.0, 3953.0, 3973.0, 3986.0, 3965.0, 3998.0, 3985.0, 3999.0, 4008.0, 4009.0, 3967.0, 3997.0, 3979.0, 3987.0, 3999.0, 4027.0, 4011.0, 3968.0, 3990.0, 3989.0, 4001.0, 3997.0, 4007.0, 3966.0, 3997.0, 3988.0, 3999.0, 3989.0, 4010.0, 3965.0, 3999.0, 3957.0, 3991.0, 3997.0, 3999.0, 3968.0, 3999.0, 3966.0, 3999.0, 4001.0, 4010.0, 4013.0, 4044.0, 4012.0, 4010.0, 4000.0, 4010.0, 4000.0, 4020.0, 3999.0, 4011.0, 3978.0, 3999.0, 3997.0, 4009.0, 3955.0, 3997.0, 3965.0, 3989.0, 3996.0, 4008.0, 3957.0, 3998.0, 3966.0, 3987.0, 3968.0, 4010.0, 3980.0, 4000.0, 3979.0, 4000.0, 3967.0, 4001.0, 3980.0, 4011.0, 3968.0, 4002.0, 4021.0, 4002.0, 4022.0, 4014.0, 4014.0, 4014.0, 4002.0, 4014.0, 4012.0, 4015.0, 4034.0, 4039.0, 4027.0, 4017.0, 4026.0, 4015.0, 4023.0, 4003.0, 4002.0, 3991.0, 4014.0, 4033.0, 4022.0, 4009.0, 4011.0, 4019.0, 4003.0, 4031.0, 4011.0, 4023.0, 4004.0, 3992.0, 4002.0, 4024.0, 4026.0, 3994.0, 4015.0, 3991.0, 4011.0, 4032.0, 4022.0, 4019.0, 3998.0, 3996.0, 3989.0, 4009.0, 3989.0, 4008.0, 3999.0, 3998.0, 4000.0, 4020.0, 3991.0, 4022.0, 4015.0, 3980.0, 4002.0, 3981.0, 4014.0, 3995.0, 4005.0, 4049.0, 4046.0, 4014.0, 4021.0, 3998.0, 4020.0, 3975.0, 4008.0, 3965.0, 3975.0, 3954.0, 3987.0, 3975.0, 3997.0, 3955.0, 3986.0, 3987.0, 3988.0, 4000.0, 4022.0, 3999.0, 4022.0, 3999.0, 4009.0, 4001.0, 4019.0, 4012.0, 4020.0, 3998.0, 3998.0, 3988.0, 4011.0, 3975.0, 4008.0, 3953.0, 3986.0, 3954.0, 3987.0, 4006.0, 3999.0, 3976.0, 3998.0, 3997.0, 3999.0, 4008.0, 3998.0, 4009.0, 3978.0, 3988.0, 3979.0, 4000.0, 3968.0, 4024.0, 3992.0, 4011.0, 4002.0, 4004.0, 3992.0, 4035.0, 3992.0, 4011.0, 3980.0, 4014.0, 3999.0, 4024.0, 3970.0, 4011.0, 3968.0, 4002.0, 4009.0, 4024.0, 3969.0, 4001.0, 3967.0, 4011.0, 4028.0, 4023.0, 3967.0, 3998.0, 3966.0, 4009.0, 3997.0, 4030.0, 4010.0, 4021.0, 3998.0, 4030.0, 4007.0, 4018.0, 3973.0, 3984.0, 3954.0, 3996.0, 4005.0, 3996.0, 3984.0, 3984.0, 4005.0, 3985.0, 4026.0, 3997.0, 3974.0, 3998.0, 3964.0, 3989.0, 3967.0, 4010.0, 3969.0, 4002.0, 4004.0, 4015.0, 4033.0, 4021.0, 4032.0, 4012.0, 4009.0, 4000.0, 4032.0, 4011.0, 4008.0, 3998.0, 4019.0, 3978.0, 4021.0, 3965.0, 3988.0, 3966.0, 3997.0, 3975.0, 4031.0, 3989.0, 3997.0, 4000.0, 3987.0, 4019.0, 4001.0, 4010.0, 4010.0, 4032.0, 4001.0, 4031.0, 3999.0, 3997.0, 3989.0, 4017.0, 4001.0, 4017.0, 3998.0, 4010.0, 3978.0, 4020.0, 3985.0, 4008.0, 3954.0, 3985.0, 3964.0, 4007.0, 3986.0, 4007.0, 3984.0], 'WindowWidth': [9087.0, 9096.0, 9011.0, 9015.0, 8945.0, 9009.0, 8986.0, 9042.0, 8999.0, 8929.0, 8984.0, 8965.0, 9025.0, 8981.0, 8921.0, 8997.0, 8967.0, 9032.0, 8985.0, 8995.0, 8987.0, 9012.0, 8981.0, 8991.0, 8947.0, 8997.0, 8952.0, 9012.0, 8922.0, 8937.0, 8898.0, 8936.0, 8926.0, 8970.0, 8938.0, 8955.0, 8975.0, 9009.0, 8987.0, 8999.0, 8996.0, 9007.0, 9013.0, 8984.0, 8974.0, 8937.0, 9013.0, 8991.0, 9004.0, 8928.0, 8970.0, 8942.0, 9009.0, 8982.0, 8989.0, 8949.0, 8961.0, 8992.0, 8970.0, 8920.0, 8954.0, 8922.0, 8988.0, 8974.0, 9011.0, 8964.0, 8970.0, 8969.0, 8890.0, 8956.0, 8887.0, 8958.0, 8929.0, 8938.0, 8902.0, 8964.0, 8958.0, 8991.0, 8957.0, 8895.0, 8976.0, 8943.0, 9003.0, 8957.0, 8965.0, 8947.0, 8986.0, 8973.0, 8977.0, 8939.0, 8945.0, 8939.0, 8977.0, 8953.0, 8928.0, 8919.0, 8898.0, 8940.0, 8935.0, 8951.0, 8877.0, 8952.0, 8891.0, 8957.0, 8997.0, 8956.0, 8893.0, 8943.0, 8904.0, 8956.0, 8912.0, 8973.0, 8920.0, 8979.0, 8922.0, 8981.0, 8946.0, 8993.0, 8930.0, 8993.0, 8941.0, 9015.0, 9002.0, 9017.0, 8956.0, 8978.0, 8958.0, 9014.0, 8982.0, 9011.0, 8949.0, 8991.0, 8963.0, 9014.0, 8935.0, 8996.0, 8962.0, 9024.0, 8980.0, 8974.0, 8947.0, 9002.0, 8981.0, 9007.0, 8962.0, 8985.0, 8961.0, 9001.0, 8989.0, 8963.0, 8922.0, 8943.0, 8921.0, 8980.0, 8964.0, 8976.0, 8921.0, 8889.0, 8955.0, 8946.0, 8996.0, 8963.0, 8926.0, 8963.0, 8940.0, 9024.0, 9043.0, 8998.0, 8980.0, 8988.0, 8972.0, 8998.0, 8967.0, 8938.0, 8898.0, 8906.0, 8906.0, 8960.0, 8946.0, 8956.0, 8918.0, 8884.0, 8933.0, 8931.0, 8959.0, 8885.0, 8951.0, 8941.0, 9002.0, 8995.0, 8998.0, 8939.0, 8959.0, 8984.0, 8907.0, 8949.0, 8930.0, 8963.0, 8988.0, 8962.0, 8969.0, 8915.0, 8940.0, 8932.0, 8979.0, 8952.0, 8960.0, 8923.0, 8961.0, 8955.0, 8898.0, 9002.0, 8927.0, 8976.0, 8962.0, 8993.0, 8931.0, 8978.0, 8944.0, 8987.0, 9008.0, 8996.0, 8965.0, 8908.0, 8984.0, 8967.0, 8982.0, 8903.0, 8968.0, 9000.0, 8971.0, 9002.0, 8973.0, 8980.0, 8937.0, 8941.0, 8982.0, 8925.0, 8962.0, 8945.0, 8986.0, 8990.0, 8944.0, 8982.0, 8923.0, 9001.0, 8962.0, 8966.0, 8886.0, 8949.0, 8905.0, 8978.0, 8949.0, 8995.0, 8917.0, 8940.0, 8921.0, 8973.0, 8954.0, 8942.0, 8938.0, 8979.0, 8953.0, 8902.0, 8932.0, 8894.0, 8967.0, 8940.0, 9001.0, 8956.0, 8966.0, 8959.0, 8996.0, 8972.0, 8910.0, 8967.0, 8910.0, 8983.0, 8976.0, 9002.0, 8975.0, 8966.0, 8964.0, 8970.0, 9009.0, 8973.0, 8995.0, 8959.0, 9008.0, 8984.0, 8970.0, 9005.0, 8967.0, 8969.0, 8973.0, 8963.0, 9027.0, 8979.0, 8987.0, 8964.0, 8972.0, 9027.0, 8947.0, 8986.0, 8915.0, 8988.0, 8939.0, 8999.0, 8937.0, 8966.0, 8941.0, 8982.0, 8990.0, 8945.0, 8998.0, 8929.0, 8938.0, 8916.0, 8959.0, 8929.0, 8881.0, 8915.0, 8937.0, 8964.0, 8903.0, 8948.0, 8901.0, 8963.0, 8960.0, 8962.0, 8888.0, 8942.0, 8888.0, 8969.0, 8949.0, 8977.0, 8917.0, 8943.0, 8938.0, 8977.0, 8969.0, 8925.0, 8989.0, 8928.0, 8993.0, 8960.0, 9019.0, 8970.0, 8888.0, 8932.0, 8888.0, 8983.0, 8939.0, 8976.0, 8917.0, 8983.0, 8946.0, 8960.0, 8898.0, 8936.0, 8866.0, 8939.0, 8904.0, 8937.0, 8882.0, 8916.0, 8903.0, 8947.0, 8953.0, 8888.0, 8930.0, 8887.0, 8951.0, 8951.0, 8977.0, 8909.0, 8949.0, 8911.0, 8982.0, 8972.0, 8962.0, 8922.0, 8945.0, 8935.0, 8981.0, 8952.0, 8947.0, 8906.0, 8896.0, 8990.0, 8983.0, 8988.0, 8967.0, 8916.0, 8970.0, 8980.0, 8986.0, 8944.0, 8948.0, 8978.0, 9008.0, 8991.0, 8921.0, 8933.0, 8908.0, 8946.0, 8962.0, 8964.0, 8872.0, 8915.0, 8858.0, 8947.0, 8918.0, 8944.0, 8888.0, 8930.0, 8930.0, 9013.0, 8972.0, 8925.0, 8931.0, 8899.0, 8945.0, 9012.0, 8991.0, 8922.0, 8840.0, 8932.0, 8936.0, 8916.0, 8974.0, 8928.0, 8966.0, 8997.0, 8948.0, 8991.0, 8965.0, 9011.0, 8972.0, 8988.0, 8938.0, 8894.0, 8982.0, 8976.0, 9002.0, 8966.0, 8905.0, 8948.0, 8931.0, 8912.0, 8937.0, 8902.0, 8927.0, 8923.0, 8971.0, 8970.0, 8911.0, 8933.0, 8893.0, 8946.0, 8949.0, 9002.0, 8960.0, 8915.0, 8947.0, 8927.0, 9033.0, 8963.0, 8867.0, 8939.0, 8928.0, 8979.0, 8972.0, 8912.0, 8958.0, 8970.0, 8999.0, 9003.0, 8941.0, 8955.0, 8908.0, 8977.0, 8991.0, 8909.0, 8950.0, 8925.0, 8983.0, 8972.0, 8929.0, 8955.0, 8897.0, 8964.0, 8939.0, 8997.0, 8938.0, 8960.0, 8926.0, 8982.0, 8969.0, 8934.0, 8935.0, 8875.0, 8949.0, 8908.0, 8984.0, 8939.0, 8952.0, 8925.0, 8900.0, 8989.0, 8971.0, 8993.0, 8971.0, 8990.0, 9060.0, 8996.0, 9014.0, 8958.0, 8954.0, 9016.0, 8981.0, 8955.0, 9046.0, 9012.0, 9007.0, 9005.0, 8938.0, 8932.0, 8909.0, 8980.0, 8933.0, 8931.0, 9009.0, 8900.0, 8931.0, 8890.0, 8932.0, 8951.0, 8889.0, 8940.0, 8908.0, 8886.0, 8943.0, 8931.0, 8910.0, 8937.0, 8940.0, 8957.0, 8981.0, 8945.0, 8976.0, 9034.0, 8996.0, 8982.0, 8974.0, 8985.0, 9032.0, 9004.0, 8965.0, 8939.0, 8920.0, 8978.0, 8901.0, 8941.0, 8886.0, 8978.0, 8939.0, 8969.0, 8894.0, 8963.0, 8889.0, 8963.0, 8937.0, 9005.0, 8951.0, 9014.0, 9019.0, 9000.0, 9037.0, 8956.0, 8999.0, 8930.0, 8904.0, 8855.0, 8948.0, 8928.0, 8901.0, 8866.0, 8930.0, 8900.0, 8977.0, 8924.0, 8948.0, 8940.0, 8998.0, 8991.0, 8930.0, 8962.0, 8911.0, 8955.0, 8996.0, 8966.0, 8961.0, 8935.0, 8948.0, 8933.0, 8980.0, 8951.0, 8966.0, 8943.0, 8934.0, 8934.0, 8999.0, 8961.0, 8942.0, 8962.0, 8919.0, 8967.0, 8981.0, 9017.0, 8964.0, 8961.0, 8960.0, 8988.0, 8957.0, 9007.0, 8935.0, 8951.0, 8906.0, 8965.0, 8950.0, 8967.0, 8907.0, 8937.0, 8906.0, 8955.0, 8952.0, 9012.0, 8933.0, 8959.0, 8926.0, 8963.0, 9001.0, 8992.0, 8951.0, 8987.0, 8935.0, 8983.0, 8963.0, 9026.0, 9003.0, 8996.0, 8971.0, 9019.0, 9037.0, 8973.0, 9001.0, 8921.0, 8974.0, 9019.0, 8982.0, 8981.0, 8950.0, 8967.0, 8938.0, 9012.0, 8972.0, 8974.0, 9016.0, 9032.0, 9096.0, 9038.0, 9006.0, 8984.0, 9023.0, 9012.0, 8943.0, 8997.0, 8936.0, 9001.0, 8993.0, 8988.0, 8921.0, 8925.0, 8881.0, 8914.0, 8886.0, 8952.0, 8880.0, 8922.0, 8893.0, 8971.0, 8979.0, 8939.0, 8958.0, 8906.0, 8961.0, 8952.0, 8992.0, 8952.0, 8893.0, 8974.0, 8939.0, 8964.0, 8885.0, 8929.0, 8869.0, 8925.0, 8904.0, 8947.0, 8933.0, 9002.0, 8987.0, 8900.0, 8953.0, 8914.0, 8962.0, 8997.0, 8971.0, 8948.0, 8937.0, 8906.0, 8924.0, 8908.0, 8971.0, 8912.0, 8956.0, 8910.0, 8944.0, 8941.0, 8990.0, 8932.0, 8977.0, 8953.0, 8983.0, 8949.0, 9011.0, 8999.0, 9031.0, 8950.0, 8971.0, 8909.0, 8972.0, 8955.0, 9007.0, 8942.0, 8955.0, 8939.0, 8984.0, 8952.0, 9003.0, 8921.0, 8946.0, 8904.0, 8968.0, 8936.0, 8987.0, 8909.0, 8951.0, 8910.0, 8973.0, 8961.0, 9007.0, 8954.0, 8995.0, 8980.0, 9004.0, 8980.0, 9012.0, 8999.0, 8952.0, 8979.0, 8961.0, 9010.0, 8993.0, 9025.0, 8928.0, 8950.0, 8916.0, 8947.0, 8990.0, 8963.0, 8953.0, 8928.0, 8934.0, 8912.0, 8971.0, 8927.0, 8960.0, 8904.0, 8927.0, 8916.0, 8980.0, 8955.0, 8962.0, 8937.0, 8951.0, 8922.0, 8999.0, 8943.0, 8967.0, 8907.0, 8954.0, 8922.0, 8987.0, 8912.0, 8973.0, 8896.0, 8974.0, 8986.0, 9020.0, 8932.0, 8975.0, 8915.0, 8976.0, 8947.0, 9030.0, 8963.0, 8989.0, 8948.0, 9006.0, 8972.0, 9007.0, 8896.0, 8970.0, 8950.0, 8970.0, 9015.0, 8994.0, 8926.0, 8970.0, 8911.0, 8972.0, 8943.0, 9009.0, 8949.0, 8993.0, 8984.0, 9024.0, 8979.0, 8949.0, 9007.0, 8998.0, 9044.0, 8977.0, 8987.0, 8950.0, 8992.0, 8943.0, 8981.0, 8879.0, 8927.0, 8880.0, 8942.0, 8953.0, 8974.0, 8886.0, 8943.0, 8886.0, 8945.0, 8922.0, 9019.0, 8975.0, 8975.0, 8957.0, 8946.0, 8990.0, 8970.0, 8983.0, 8941.0, 8903.0, 8921.0, 8940.0, 8986.0, 8936.0, 8949.0, 8921.0, 9002.0, 8961.0, 8992.0, 8905.0, 8948.0, 8938.0, 9024.0, 8973.0, 8953.0, 8980.0, 8941.0, 9019.0, 8999.0, 9000.0, 8959.0, 8958.0, 8988.0, 8915.0, 8925.0, 8890.0, 8921.0, 8923.0, 8910.0, 8995.0, 8958.0, 8940.0, 8915.0, 8960.0, 8956.0, 8920.0, 8959.0, 8930.0, 8939.0, 8892.0, 8919.0, 8936.0, 8891.0, 8908.0, 8912.0, 8900.0, 8950.0, 8931.0, 8942.0, 8911.0, 8881.0, 8958.0, 8932.0, 8941.0, 8929.0, 8973.0, 8934.0, 8919.0, 8944.0, 8902.0, 8930.0, 8921.0, 8979.0, 8951.0, 8970.0, 8962.0, 8934.0, 8957.0, 8942.0, 8992.0, 8968.0, 8932.0, 8958.0, 8929.0, 9007.0, 8992.0, 8938.0, 8964.0, 8914.0, 8984.0, 8996.0, 9001.0, 8915.0, 8946.0, 8915.0, 9019.0, 8973.0, 8971.0, 8957.0, 8981.0, 8994.0, 8928.0, 8957.0, 8943.0, 8980.0, 8935.0, 8999.0, 8934.0, 8972.0, 8941.0, 8968.0, 8934.0, 8992.0, 8939.0, 8883.0, 8923.0, 8948.0, 8982.0, 8977.0, 8977.0, 8944.0, 8964.0, 8940.0, 8982.0, 8935.0, 8948.0, 8929.0, 8936.0, 8902.0, 8966.0, 8923.0, 8946.0, 8993.0, 9061.0, 9012.0, 8970.0, 9028.0, 8994.0, 8958.0, 8946.0, 8953.0, 8975.0, 8940.0, 8998.0, 8965.0, 8930.0, 8858.0, 8908.0, 8897.0, 8998.0, 8971.0, 8944.0, 8962.0, 8904.0, 8996.0, 8926.0, 8970.0, 8910.0, 8845.0, 8873.0, 8871.0, 8950.0, 8888.0, 8827.0, 8905.0, 8888.0, 8872.0, 8957.0, 8918.0, 8916.0, 8923.0, 8895.0, 8942.0, 8967.0, 8958.0, 8893.0, 8952.0, 8888.0, 8956.0, 8939.0, 8978.0, 8895.0, 8944.0, 8887.0, 8997.0, 8957.0, 9010.0, 8981.0, 8956.0, 8938.0, 8919.0, 8973.0, 8945.0, 8930.0, 8883.0, 8881.0, 8946.0, 8957.0, 8973.0, 8968.0, 9002.0, 8968.0, 9021.0, 8991.0, 8978.0, 8966.0, 8964.0, 8965.0, 8947.0, 8973.0, 8962.0, 8936.0, 8992.0, 9019.0, 9026.0, 9003.0, 8956.0, 8981.0, 9003.0, 8970.0, 8900.0, 8925.0, 8878.0, 8909.0, 8911.0, 8943.0, 8870.0, 8907.0, 8870.0, 8928.0, 8955.0, 8928.0, 8922.0, 8942.0, 8959.0, 8957.0, 8971.0, 8948.0, 8911.0, 8934.0, 8924.0, 8916.0, 8916.0, 8979.0, 8945.0, 8957.0, 8919.0, 8944.0, 8960.0, 8957.0, 8956.0, 8986.0, 8969.0, 8955.0, 8967.0, 8954.0, 8946.0, 8937.0, 8947.0, 8943.0, 8963.0, 8955.0, 8964.0, 8977.0, 8953.0, 8955.0, 8962.0, 8955.0, 8912.0, 8955.0, 8914.0, 8944.0, 8962.0, 8949.0, 8978.0, 8954.0, 8972.0, 8968.0, 8937.0, 8935.0, 8942.0, 8934.0, 8924.0, 8956.0, 8969.0, 8939.0, 8964.0, 8955.0, 8988.0, 8972.0, 8981.0, 8964.0, 8972.0, 8977.0, 8999.0, 8977.0, 8967.0, 8958.0, 8941.0, 8977.0, 8928.0, 8921.0, 8888.0, 8957.0, 8930.0, 8963.0, 8939.0, 8948.0, 8926.0, 8975.0, 8954.0, 8962.0, 8939.0, 8927.0, 8935.0, 8974.0, 8946.0, 8881.0, 8910.0, 8916.0, 8933.0, 8945.0, 8951.0, 8943.0, 8913.0, 8957.0, 8923.0, 8988.0, 8979.0, 8911.0, 8967.0, 8934.0, 8989.0, 8966.0, 8977.0, 8966.0, 8991.0, 8948.0, 8988.0, 8978.0, 8952.0, 8954.0, 8968.0, 8945.0, 8945.0, 8991.0, 8961.0, 8953.0, 8943.0, 8988.0, 8953.0, 8977.0, 8932.0, 8932.0, 8917.0, 8951.0, 8929.0, 8963.0, 8883.0, 8928.0, 8886.0, 8930.0, 8902.0, 8964.0, 8919.0, 8930.0, 8936.0, 8974.0, 8950.0, 8991.0, 8970.0, 8912.0, 8935.0, 8953.0, 8983.0, 8978.0, 8999.0, 8954.0, 8965.0, 8950.0, 8984.0, 8931.0, 8963.0, 8919.0, 8929.0, 8919.0, 8950.0, 8920.0, 8963.0, 8918.0, 8930.0, 8916.0, 8949.0, 8935.0, 8966.0, 8947.0, 8944.0, 8954.0, 8970.0, 8920.0, 8966.0, 8887.0, 8934.0, 8888.0, 8953.0, 8998.0, 8946.0, 8946.0, 8951.0, 8926.0, 8946.0, 8948.0, 8956.0, 8972.0, 8963.0, 8967.0, 8967.0, 9021.0, 8982.0, 8940.0, 8979.0, 8916.0, 8964.0, 9018.0, 8973.0, 8997.0, 8968.0, 8973.0, 8970.0, 8983.0, 8949.0, 8965.0, 8920.0, 8948.0, 8904.0, 8968.0, 8940.0, 8966.0, 8924.0, 8966.0, 8926.0, 8950.0, 8958.0, 9003.0, 8995.0, 8986.0, 8974.0, 8984.0, 8940.0, 8996.0, 8920.0, 8961.0, 8866.0, 8938.0, 8926.0, 8946.0, 8989.0, 8949.0, 8915.0, 9014.0, 8944.0, 8982.0, 8978.0, 8990.0, 8967.0, 8937.0, 8972.0, 8961.0, 8944.0, 9051.0, 9021.0, 9027.0, 8990.0, 8989.0, 8870.0, 8842.0, 8889.0, 8878.0, 8951.0, 8930.0, 8871.0, 8901.0, 8861.0, 8887.0, 8911.0, 8881.0, 8930.0, 8909.0, 8931.0, 8940.0, 8944.0, 8886.0, 8926.0, 8906.0, 8912.0, 8931.0, 8969.0, 8949.0, 8889.0, 8921.0, 8918.0, 8935.0, 8927.0, 8941.0, 8885.0, 8927.0, 8917.0, 8934.0, 8919.0, 8948.0, 8883.0, 8929.0, 8876.0, 8923.0, 8926.0, 8931.0, 8890.0, 8931.0, 8888.0, 8932.0, 8939.0, 8950.0, 8959.0, 9000.0, 8955.0, 8949.0, 8937.0, 8947.0, 8933.0, 8960.0, 8931.0, 8951.0, 8902.0, 8931.0, 8924.0, 8945.0, 8867.0, 8926.0, 8884.0, 8918.0, 8925.0, 8944.0, 8873.0, 8928.0, 8887.0, 8914.0, 8890.0, 8949.0, 8908.0, 8934.0, 8906.0, 8935.0, 8890.0, 8939.0, 8908.0, 8951.0, 8893.0, 8940.0, 8965.0, 8942.0, 8967.0, 8961.0, 8958.0, 8960.0, 8941.0, 8960.0, 8957.0, 8964.0, 8987.0, 9005.0, 8984.0, 8968.0, 8978.0, 8963.0, 8972.0, 8944.0, 8941.0, 8927.0, 8960.0, 8984.0, 8969.0, 8948.0, 8953.0, 8962.0, 8945.0, 8979.0, 8957.0, 8970.0, 8948.0, 8930.0, 8946.0, 8976.0, 8981.0, 8936.0, 8963.0, 8927.0, 8955.0, 8982.0, 8969.0, 8958.0, 8929.0, 8923.0, 8918.0, 8945.0, 8920.0, 8943.0, 8931.0, 8928.0, 8936.0, 8962.0, 8926.0, 8968.0, 8966.0, 8910.0, 8941.0, 8916.0, 8961.0, 8937.0, 8952.0, 9016.0, 9006.0, 8959.0, 8965.0, 8929.0, 8959.0, 8893.0, 8939.0, 8877.0, 8893.0, 8865.0, 8909.0, 8891.0, 8925.0, 8868.0, 8910.0, 8914.0, 8917.0, 8937.0, 8967.0, 8934.0, 8966.0, 8935.0, 8945.0, 8939.0, 8961.0, 8953.0, 8960.0, 8928.0, 8926.0, 8914.0, 8947.0, 8894.0, 8940.0, 8862.0, 8907.0, 8866.0, 8915.0, 8936.0, 8929.0, 8895.0, 8928.0, 8925.0, 8932.0, 8942.0, 8930.0, 8944.0, 8904.0, 8918.0, 8907.0, 8937.0, 8892.0, 8972.0, 8927.0, 8951.0, 8944.0, 8946.0, 8929.0, 8991.0, 8928.0, 8953.0, 8911.0, 8960.0, 8935.0, 8972.0, 8895.0, 8950.0, 8894.0, 8941.0, 8948.0, 8972.0, 8894.0, 8938.0, 8889.0, 8952.0, 8972.0, 8970.0, 8887.0, 8929.0, 8886.0, 8946.0, 8930.0, 8977.0, 8949.0, 8963.0, 8930.0, 8973.0, 8941.0, 8955.0, 8890.0, 8905.0, 8864.0, 8924.0, 8931.0, 8923.0, 8903.0, 8905.0, 8932.0, 8908.0, 8963.0, 8927.0, 8893.0, 8929.0, 8882.0, 8919.0, 8890.0, 8951.0, 8897.0, 8941.0, 8949.0, 8967.0, 8986.0, 8969.0, 8979.0, 8952.0, 8947.0, 8935.0, 8980.0, 8949.0, 8944.0, 8932.0, 8960.0, 8901.0, 8963.0, 8883.0, 8914.0, 8886.0, 8928.0, 8897.0, 8978.0, 8918.0, 8929.0, 8936.0, 8917.0, 8963.0, 8938.0, 8950.0, 8950.0, 8979.0, 8938.0, 8979.0, 8931.0, 8926.0, 8920.0, 8955.0, 8937.0, 8955.0, 8929.0, 8945.0, 8901.0, 8960.0, 8908.0, 8941.0, 8863.0, 8906.0, 8878.0, 8938.0, 8909.0, 8939.0, 8905.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.006139218559218559</td></tr>
<tr><td colspan=3>aqi</td><td>0.11483843608058607</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>46.9699031688699</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1108799916860128</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9829166920586427</td></tr>
<tr><td colspan=3>efc</td><td>0.5143</td></tr>
<tr><td colspan=3>fber</td><td>3824.9995</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2264777959138292</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>560</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>34.18803418803419</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5340444901999497</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.336794944286467</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7601385705568044</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5051999557565767</td></tr>
<tr><td colspan=3>gcor</td><td>0.0084119</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02315135858952999</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05009371042251587</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1638</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.544959955490252</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>11.225</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.0556</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.0134</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295023.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>980.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>356.3721</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1557</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.4537</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3218.9616</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3342.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81521.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1518.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4118.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>735.3155</td></tr>
<tr><td colspan=3>tsnr</td><td>20.66109937056899</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>