<?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-0106_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-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0106/figures/sub-0106_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-0106/figures/sub-0106_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0106/figures/sub-0106_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-0106/ses-03/func/sub-0106_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>9db859c5e66e9992c5c62d5e92899c86</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>19:39:10.587500</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.991853, -0.0956694, 0.0841151, 0.0834626, 0.986871, 0.138272]</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.0856111</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4241, -7815, -7237, 408, -72, -86, 92, 57]</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>231.217</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>31e341be-4551-43b3-8fed-4e8e21619224||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.6610686779022217, 0.2239239364862442, 0.25984570384025574, 98.66255950927734], [0.2566738724708557, 2.6477034091949463, 0.35133740305900574, -122.24143981933594], [0.22567464411258698, -0.37097352743148804, 2.664402723312378, -62.61309051513672], [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': ['193910.587500', '193911.047500', '193911.507500', '193911.967500', '193912.427500', '193912.887500', '193913.347500', '193913.807500', '193914.267500', '193914.727500', '193915.187500', '193915.647500', '193916.107500', '193916.567500', '193917.027500', '193917.487500', '193917.947500', '193918.407500', '193918.867500', '193919.327500', '193919.787500', '193920.247500', '193920.707500', '193921.167500', '193921.627500', '193922.087500', '193922.547500', '193923.007500', '193923.467500', '193923.927500', '193924.387500', '193924.847500', '193925.307500', '193925.767500', '193926.227500', '193926.687500', '193927.147500', '193927.607500', '193928.067500', '193928.527500', '193928.987500', '193929.447500', '193929.907500', '193930.367500', '193930.827500', '193931.287500', '193931.747500', '193932.207500', '193932.667500', '193933.127500', '193933.587500', '193934.047500', '193934.507500', '193934.967500', '193935.427500', '193935.887500', '193936.347500', '193936.807500', '193937.267500', '193937.727500', '193938.187500', '193938.647500', '193939.107500', '193939.567500', '193940.027500', '193940.487500', '193940.947500', '193941.407500', '193941.867500', '193942.327500', '193942.787500', '193943.247500', '193943.707500', '193944.167500', '193944.627500', '193945.087500', '193945.547500', '193946.007500', '193946.467500', '193946.927500', '193947.387500', '193947.847500', '193948.307500', '193948.767500', '193949.227500', '193949.687500', '193950.147500', '193950.607500', '193951.067500', '193951.527500', '193951.987500', '193952.447500', '193952.907500', '193953.367500', '193953.827500', '193954.287500', '193954.747500', '193955.207500', '193955.667500', '193956.127500', '193956.587500', '193957.047500', '193957.507500', '193957.967500', '193958.427500', '193958.887500', '193959.347500', '193959.807500', '194000.267500', '194000.727500', '194001.187500', '194001.647500', '194002.107500', '194002.567500', '194003.027500', '194003.487500', '194003.947500', '194004.407500', '194004.867500', '194005.327500', '194005.787500', '194006.247500', '194006.707500', '194007.167500', '194007.627500', '194008.087500', '194008.547500', '194009.007500', '194009.467500', '194009.927500', '194010.387500', '194010.847500', '194011.307500', '194011.767500', '194012.227500', '194012.687500', '194013.147500', '194013.607500', '194014.067500', '194014.527500', '194014.987500', '194015.447500', '194015.907500', '194016.367500', '194016.827500', '194017.287500', '194017.747500', '194018.207500', '194018.667500', '194019.127500', '194019.587500', '194020.047500', '194020.507500', '194020.967500', '194021.427500', '194021.887500', '194022.347500', '194022.807500', '194023.267500', '194023.727500', '194024.187500', '194024.647500', '194025.107500', '194025.567500', '194026.027500', '194026.487500', '194026.947500', '194027.407500', '194027.867500', '194028.327500', '194028.787500', '194029.247500', '194029.707500', '194030.167500', '194030.627500', '194031.087500', '194031.547500', '194032.007500', '194032.467500', '194032.927500', '194033.387500', '194033.847500', '194034.307500', '194034.767500', '194035.227500', '194035.687500', '194036.147500', '194036.607500', '194037.067500', '194037.527500', '194037.987500', '194038.447500', '194038.907500', '194039.367500', '194039.827500', '194040.287500', '194040.747500', '194041.207500', '194041.667500', '194042.127500', '194042.587500', '194043.047500', '194043.507500', '194043.967500', '194044.427500', '194044.887500', '194045.347500', '194045.807500', '194046.267500', '194046.727500', '194047.187500', '194047.647500', '194048.107500', '194048.567500', '194049.027500', '194049.487500', '194049.947500', '194050.407500', '194050.867500', '194051.327500', '194051.787500', '194052.247500', '194052.707500', '194053.167500', '194053.627500', '194054.087500', '194054.547500', '194055.007500', '194055.467500', '194055.927500', '194056.387500', '194056.847500', '194057.307500', '194057.767500', '194058.227500', '194058.687500', '194059.147500', '194059.607500', '194100.067500', '194100.527500', '194100.987500', '194101.447500', '194101.907500', '194102.367500', '194102.827500', '194103.287500', '194103.747500', '194104.207500', '194104.667500', '194105.127500', '194105.587500', '194106.047500', '194106.507500', '194106.967500', '194107.427500', '194107.887500', '194108.347500', '194108.807500', '194109.267500', '194109.727500', '194110.187500', '194110.647500', '194111.107500', '194111.567500', '194112.027500', '194112.487500', '194112.947500', '194113.407500', '194113.867500', '194114.327500', '194114.787500', '194115.247500', '194115.707500', '194116.167500', '194116.627500', '194117.087500', '194117.547500', '194118.007500', '194118.467500', '194118.927500', '194119.387500', '194119.847500', '194120.307500', '194120.767500', '194121.227500', '194121.687500', '194122.147500', '194122.607500', '194123.067500', '194123.527500', '194123.987500', '194124.447500', '194124.907500', '194125.367500', '194125.827500', '194126.287500', '194126.747500', '194127.207500', '194127.667500', '194128.127500', '194128.587500', '194129.047500', '194129.507500', '194129.967500', '194130.427500', '194130.887500', '194131.347500', '194131.807500', '194132.267500', '194132.727500', '194133.187500', '194133.647500', '194134.107500', '194134.567500', '194135.027500', '194135.487500', '194135.947500', '194136.407500', '194136.867500', '194137.327500', '194137.787500', '194138.247500', '194138.707500', '194139.167500', '194139.627500', '194140.087500', '194140.547500', '194141.007500', '194141.467500', '194141.927500', '194142.387500', '194142.847500', '194143.307500', '194143.767500', '194144.227500', '194144.687500', '194145.147500', '194145.607500', '194146.067500', '194146.527500', '194146.987500', '194147.447500', '194147.907500', '194148.367500', '194148.827500', '194149.287500', '194149.747500', '194150.207500', '194150.667500', '194151.127500', '194151.587500', '194152.047500', '194152.507500', '194152.967500', '194153.427500', '194153.887500', '194154.347500', '194154.807500', '194155.267500', '194155.727500', '194156.187500', '194156.647500', '194157.107500', '194157.567500', '194158.027500', '194158.487500', '194158.947500', '194159.407500', '194159.867500', '194200.327500', '194200.787500', '194201.247500', '194201.707500', '194202.167500', '194202.627500', '194203.087500', '194203.547500', '194204.007500', '194204.467500', '194204.927500', '194205.387500', '194205.847500', '194206.307500', '194206.767500', '194207.227500', '194207.687500', '194208.147500', '194208.607500', '194209.067500', '194209.527500', '194209.987500', '194210.447500', '194210.907500', '194211.367500', '194211.827500', '194212.287500', '194212.747500', '194213.207500', '194213.667500', '194214.127500', '194214.587500', '194215.047500', '194215.507500', '194215.967500', '194216.427500', '194216.887500', '194217.347500', '194217.807500', '194218.267500', '194218.727500', '194219.187500', '194219.647500', '194220.107500', '194220.567500', '194221.027500', '194221.487500', '194221.947500', '194222.407500', '194222.867500', '194223.327500', '194223.787500', '194224.247500', '194224.707500', '194225.167500', '194225.627500', '194226.087500', '194226.547500', '194227.007500', '194227.467500', '194227.927500', '194228.387500', '194228.847500', '194229.307500', '194229.767500', '194230.227500', '194230.687500', '194231.147500', '194231.607500', '194232.067500', '194232.527500', '194232.987500', '194233.447500', '194233.907500', '194234.367500', '194234.827500', '194235.287500', '194235.747500', '194236.207500', '194236.667500', '194237.127500', '194237.587500', '194238.047500', '194238.507500', '194238.967500', '194239.427500', '194239.887500', '194240.347500', '194240.807500', '194241.267500', '194241.727500', '194242.187500', '194242.647500', '194243.107500', '194243.567500', '194244.027500', '194244.487500', '194244.947500', '194245.407500', '194245.867500', '194246.327500', '194246.787500', '194247.247500', '194247.707500', '194248.167500', '194248.627500', '194249.087500', '194249.547500', '194250.007500', '194250.467500', '194250.927500', '194251.387500', '194251.847500', '194252.307500', '194252.767500', '194253.227500', '194253.687500', '194254.147500', '194254.607500', '194255.067500', '194255.527500', '194255.987500', '194256.447500', '194256.907500', '194257.367500', '194257.827500', '194258.287500', '194258.747500', '194259.207500', '194259.667500', '194300.127500', '194300.587500', '194301.047500', '194301.507500', '194301.967500', '194302.427500', '194302.887500', '194303.347500', '194303.807500', '194304.267500', '194304.727500', '194305.187500', '194305.647500', '194306.107500', '194306.567500', '194307.027500', '194307.487500', '194307.947500', '194308.407500', '194308.867500', '194309.327500', '194309.787500', '194310.247500', '194310.707500', '194311.167500', '194311.627500', '194312.087500', '194312.547500', '194313.007500', '194313.467500', '194313.927500', '194314.387500', '194314.847500', '194315.307500', '194315.767500', '194316.227500', '194316.687500', '194317.147500', '194317.607500', '194318.067500', '194318.527500', '194318.987500', '194319.447500', '194319.907500', '194320.367500', '194320.827500', '194321.287500', '194321.747500', '194322.207500', '194322.667500', '194323.127500', '194323.587500', '194324.047500', '194324.507500', '194324.967500', '194325.427500', '194325.887500', '194326.347500', '194326.807500', '194327.267500', '194327.727500', '194328.187500', '194328.647500', '194329.107500', '194329.567500', '194330.027500', '194330.487500', '194330.947500', '194331.407500', '194331.867500', '194332.327500', '194332.787500', '194333.247500', '194333.707500', '194334.167500', '194334.627500', '194335.087500', '194335.547500', '194336.007500', '194336.467500', '194336.927500', '194337.387500', '194337.847500', '194338.307500', '194338.767500', '194339.227500', '194339.687500', '194340.147500', '194340.607500', '194341.067500', '194341.527500', '194341.987500', '194342.447500', '194342.907500', '194343.367500', '194343.827500', '194344.287500', '194344.747500', '194345.207500', '194345.667500', '194346.127500', '194346.587500', '194347.047500', '194347.507500', '194347.967500', '194348.427500', '194348.887500', '194349.347500', '194349.807500', '194350.267500', '194350.727500', '194351.187500', '194351.647500', '194352.107500', '194352.567500', '194353.027500', '194353.487500', '194353.947500', '194354.407500', '194354.867500', '194355.327500', '194355.787500', '194356.247500', '194356.707500', '194357.167500', '194357.627500', '194358.087500', '194358.547500', '194359.007500', '194359.467500', '194359.927500', '194400.387500', '194400.847500', '194401.307500', '194401.767500', '194402.227500', '194402.687500', '194403.147500', '194403.607500', '194404.067500', '194404.527500', '194404.987500', '194405.447500', '194405.907500', '194406.367500', '194406.827500', '194407.287500', '194407.747500', '194408.207500', '194408.667500', '194409.127500', '194409.587500', '194410.047500', '194410.507500', '194410.967500', '194411.427500', '194411.887500', '194412.347500', '194412.807500', '194413.267500', '194413.727500', '194414.187500', '194414.647500', '194415.107500', '194415.567500', '194416.027500', '194416.487500', '194416.947500', '194417.407500', '194417.867500', '194418.327500', '194418.787500', '194419.247500', '194419.707500', '194420.167500', '194420.627500', '194421.087500', '194421.547500', '194422.007500', '194422.467500', '194422.927500', '194423.387500', '194423.847500', '194424.307500', '194424.767500', '194425.227500', '194425.687500', '194426.147500', '194426.607500', '194427.067500', '194427.527500', '194427.987500', '194428.447500', '194428.907500', '194429.367500', '194429.827500', '194430.287500', '194430.747500', '194431.207500', '194431.667500', '194432.127500', '194432.587500', '194433.047500', '194433.507500', '194433.967500', '194434.427500', '194434.887500', '194435.347500', '194435.807500', '194436.267500', '194436.727500', '194437.187500', '194437.647500', '194438.107500', '194438.567500', '194439.027500', '194439.487500', '194439.947500', '194440.407500', '194440.867500', '194441.327500', '194441.787500', '194442.247500', '194442.707500', '194443.167500', '194443.627500', '194444.087500', '194444.547500', '194445.007500', '194445.467500', '194445.927500', '194446.387500', '194446.847500', '194447.307500', '194447.767500', '194448.227500', '194448.687500', '194449.147500', '194449.607500', '194450.067500', '194450.527500', '194450.987500', '194451.447500', '194451.907500', '194452.367500', '194452.827500', '194453.287500', '194453.747500', '194454.207500', '194454.667500', '194455.127500', '194455.587500', '194456.047500', '194456.507500', '194456.967500', '194457.427500', '194457.887500', '194458.347500', '194458.807500', '194459.267500', '194459.727500', '194500.187500', '194500.647500', '194501.107500', '194501.567500', '194502.027500', '194502.487500', '194502.947500', '194503.407500', '194503.867500', '194504.327500', '194504.787500', '194505.247500', '194505.707500', '194506.167500', '194506.627500', '194507.087500', '194507.547500', '194508.007500', '194508.467500', '194508.927500', '194509.387500', '194509.847500', '194510.307500', '194510.767500', '194511.227500', '194511.687500', '194512.147500', '194512.607500', '194513.067500', '194513.527500', '194513.987500', '194514.447500', '194514.907500', '194515.367500', '194515.827500', '194516.287500', '194516.747500', '194517.207500', '194517.667500', '194518.127500', '194518.587500', '194519.047500', '194519.507500', '194519.967500', '194520.427500', '194520.887500', '194521.347500', '194521.807500', '194522.267500', '194522.727500', '194523.187500', '194523.647500', '194524.107500', '194524.567500', '194525.027500', '194525.487500', '194525.947500', '194526.407500', '194526.867500', '194527.327500', '194527.787500', '194528.247500', '194528.707500', '194529.167500', '194529.627500', '194530.087500', '194530.547500', '194531.007500', '194531.467500', '194531.927500', '194532.387500', '194532.847500', '194533.307500', '194533.767500', '194534.227500', '194534.687500', '194535.147500', '194535.607500', '194536.067500', '194536.527500', '194536.987500', '194537.447500', '194537.907500', '194538.367500', '194538.827500', '194539.287500', '194539.747500', '194540.207500', '194540.667500', '194541.127500', '194541.587500', '194542.047500', '194542.507500', '194542.967500', '194543.427500', '194543.887500', '194544.347500', '194544.807500', '194545.267500', '194545.727500', '194546.187500', '194546.647500', '194547.107500', '194547.567500', '194548.027500', '194548.487500', '194548.947500', '194549.407500', '194549.867500', '194550.327500', '194550.787500', '194551.247500', '194551.707500', '194552.167500', '194552.627500', '194553.087500', '194553.547500', '194554.007500', '194554.467500', '194554.927500', '194555.387500', '194555.847500', '194556.307500', '194556.767500', '194557.227500', '194557.687500', '194558.147500', '194558.607500', '194559.067500', '194559.527500', '194559.987500', '194600.447500', '194600.907500', '194601.367500', '194601.827500', '194602.287500', '194602.747500', '194603.207500', '194603.667500', '194604.127500', '194604.587500', '194605.047500', '194605.507500', '194605.967500', '194606.427500', '194606.887500', '194607.347500', '194607.807500', '194608.267500', '194608.727500', '194609.187500', '194609.647500', '194610.107500', '194610.567500', '194611.027500', '194611.487500', '194611.947500', '194612.407500', '194612.867500', '194613.327500', '194613.787500', '194614.247500', '194614.707500', '194615.167500', '194615.627500', '194616.087500', '194616.547500', '194617.007500', '194617.467500', '194617.927500', '194618.387500', '194618.847500', '194619.307500', '194619.767500', '194620.227500', '194620.687500', '194621.147500', '194621.607500', '194622.067500', '194622.527500', '194622.987500', '194623.447500', '194623.907500', '194624.367500', '194624.827500', '194625.287500', '194625.747500', '194626.207500', '194626.667500', '194627.127500', '194627.587500', '194628.047500', '194628.507500', '194628.967500', '194629.427500', '194629.887500', '194630.347500', '194630.807500', '194631.267500', '194631.727500', '194632.187500', '194632.647500', '194633.107500', '194633.567500', '194634.027500', '194634.487500', '194634.947500', '194635.407500', '194635.867500', '194636.327500', '194636.787500', '194637.247500', '194637.707500', '194638.167500', '194638.627500', '194639.087500', '194639.547500', '194640.007500', '194640.467500', '194640.927500', '194641.387500', '194641.847500', '194642.307500', '194642.767500', '194643.227500', '194643.687500', '194644.147500', '194644.607500', '194645.067500', '194645.527500', '194645.987500', '194646.447500', '194646.907500', '194647.367500', '194647.827500', '194648.287500', '194648.747500', '194649.207500', '194649.667500', '194650.127500', '194650.587500', '194651.047500', '194651.507500', '194651.967500', '194652.427500', '194652.887500', '194653.347500', '194653.807500', '194654.267500', '194654.727500', '194655.187500', '194655.647500', '194656.107500', '194656.567500', '194657.027500', '194657.487500', '194657.947500', '194658.407500', '194658.867500', '194659.327500', '194659.787500', '194700.247500', '194700.707500', '194701.167500', '194701.627500', '194702.087500', '194702.547500', '194703.007500', '194703.467500', '194703.927500', '194704.387500', '194704.847500', '194705.307500', '194705.767500', '194706.227500', '194706.687500', '194707.147500', '194707.607500', '194708.067500', '194708.527500', '194708.987500', '194709.447500', '194709.907500', '194710.367500', '194710.827500', '194711.287500', '194711.747500', '194712.207500', '194712.667500', '194713.127500', '194713.587500', '194714.047500', '194714.507500', '194714.967500', '194715.427500', '194715.887500', '194716.347500', '194716.807500', '194717.267500', '194717.727500', '194718.187500', '194718.647500', '194719.107500', '194719.567500', '194720.027500', '194720.487500', '194720.947500', '194721.407500', '194721.867500', '194722.327500', '194722.787500', '194723.247500', '194723.707500', '194724.167500', '194724.627500', '194725.087500', '194725.547500', '194726.007500', '194726.467500', '194726.927500', '194727.387500', '194727.847500', '194728.307500', '194728.767500', '194729.227500', '194729.687500', '194730.147500', '194730.607500', '194731.067500', '194731.527500', '194731.987500', '194732.447500', '194732.907500', '194733.367500', '194733.827500', '194734.287500', '194734.747500', '194735.207500', '194735.667500', '194736.127500', '194736.587500', '194737.047500', '194737.507500', '194737.967500', '194738.427500', '194738.887500', '194739.347500', '194739.807500', '194740.267500', '194740.727500', '194741.187500', '194741.647500', '194742.107500', '194742.567500', '194743.027500', '194743.487500', '194743.947500', '194744.407500', '194744.867500', '194745.327500', '194745.787500', '194746.247500', '194746.707500', '194747.167500', '194747.627500', '194748.087500', '194748.547500', '194749.007500', '194749.467500', '194749.927500', '194750.387500', '194750.847500', '194751.307500', '194751.767500', '194752.227500', '194752.687500', '194753.147500', '194753.607500', '194754.067500', '194754.527500', '194754.987500', '194755.447500', '194755.907500', '194756.367500', '194756.827500', '194757.287500', '194757.747500', '194758.207500', '194758.667500', '194759.127500', '194759.587500', '194800.047500', '194800.507500', '194800.967500', '194801.427500', '194801.887500', '194802.347500', '194802.807500', '194803.267500', '194803.727500', '194804.187500', '194804.647500', '194805.107500', '194805.567500', '194806.027500', '194806.487500', '194806.947500', '194807.407500', '194807.867500', '194808.327500', '194808.787500', '194809.247500', '194809.707500', '194810.167500', '194810.627500', '194811.087500', '194811.547500', '194812.007500', '194812.467500', '194812.927500', '194813.387500', '194813.847500', '194814.307500', '194814.767500', '194815.227500', '194815.687500', '194816.147500', '194816.607500', '194817.067500', '194817.527500', '194817.987500', '194818.447500', '194818.907500', '194819.367500', '194819.827500', '194820.287500', '194820.747500', '194821.207500', '194821.667500', '194822.127500', '194822.587500', '194823.047500', '194823.507500', '194823.967500', '194824.427500', '194824.887500', '194825.347500', '194825.807500', '194826.267500', '194826.727500', '194827.187500', '194827.647500', '194828.107500', '194828.567500', '194829.027500', '194829.487500', '194829.947500', '194830.407500', '194830.867500', '194831.327500', '194831.787500', '194832.247500', '194832.707500', '194833.167500', '194833.627500', '194834.087500', '194834.547500', '194835.007500', '194835.467500', '194835.927500', '194836.387500', '194836.847500', '194837.307500', '194837.767500', '194838.227500', '194838.687500', '194839.147500', '194839.607500', '194840.067500', '194840.527500', '194840.987500', '194841.447500', '194841.907500', '194842.367500', '194842.827500', '194843.287500', '194843.747500', '194844.207500', '194844.667500', '194845.127500', '194845.587500', '194846.047500', '194846.507500', '194846.967500', '194847.427500', '194847.887500', '194848.347500', '194848.807500', '194849.267500', '194849.727500', '194850.187500', '194850.647500', '194851.107500', '194851.567500', '194852.027500', '194852.487500', '194852.947500', '194853.407500', '194853.867500', '194854.327500', '194854.787500', '194855.247500', '194855.707500', '194856.167500', '194856.627500', '194857.087500', '194857.547500', '194858.007500', '194858.467500', '194858.927500', '194859.387500', '194859.847500', '194900.307500', '194900.767500', '194901.227500', '194901.687500', '194902.147500', '194902.607500', '194903.067500', '194903.527500', '194903.987500', '194904.447500', '194904.907500', '194905.367500', '194905.827500', '194906.287500', '194906.747500', '194907.207500', '194907.667500', '194908.127500', '194908.587500', '194909.047500', '194909.507500', '194909.967500', '194910.427500', '194910.887500', '194911.347500', '194911.807500', '194912.267500', '194912.727500', '194913.187500', '194913.647500', '194914.107500', '194914.567500', '194915.027500', '194915.487500', '194915.947500', '194916.407500', '194916.867500', '194917.327500', '194917.787500', '194918.247500', '194918.707500', '194919.167500', '194919.627500', '194920.087500', '194920.547500', '194921.007500', '194921.467500', '194921.927500', '194922.387500', '194922.847500', '194923.307500', '194923.767500', '194924.227500', '194924.687500', '194925.147500', '194925.607500', '194926.067500', '194926.527500', '194926.987500', '194927.447500', '194927.907500', '194928.367500', '194928.827500', '194929.287500', '194929.747500', '194930.207500', '194930.667500', '194931.127500', '194931.587500', '194932.047500', '194932.507500', '194932.967500', '194933.427500', '194933.887500', '194934.347500', '194934.807500', '194935.267500', '194935.727500', '194936.187500', '194936.647500', '194937.107500', '194937.567500', '194938.027500', '194938.487500', '194938.947500', '194939.407500', '194939.867500', '194940.327500', '194940.787500', '194941.247500', '194941.707500', '194942.167500', '194942.627500', '194943.087500', '194943.547500', '194944.007500', '194944.467500', '194944.927500', '194945.387500', '194945.847500', '194946.307500', '194946.767500', '194947.227500', '194947.687500', '194948.147500', '194948.607500', '194949.067500', '194949.527500', '194949.987500', '194950.447500', '194950.907500', '194951.367500', '194951.827500', '194952.287500', '194952.747500', '194953.207500', '194953.667500', '194954.127500', '194954.587500', '194955.047500', '194955.507500', '194955.967500', '194956.427500', '194956.887500', '194957.347500', '194957.807500', '194958.267500', '194958.727500', '194959.187500', '194959.647500', '195000.107500', '195000.567500', '195001.027500', '195001.487500', '195001.947500', '195002.407500', '195002.867500', '195003.327500', '195003.787500', '195004.247500', '195004.707500', '195005.167500', '195005.627500', '195006.087500', '195006.547500', '195007.007500', '195007.467500', '195007.927500', '195008.387500', '195008.847500', '195009.307500', '195009.767500', '195010.227500', '195010.687500', '195011.147500', '195011.607500', '195012.067500', '195012.527500', '195012.987500', '195013.447500', '195013.907500', '195014.367500', '195014.827500', '195015.287500', '195015.747500', '195016.207500', '195016.667500', '195017.127500', '195017.587500', '195018.047500', '195018.507500', '195018.967500', '195019.427500', '195019.887500', '195020.347500', '195020.807500', '195021.267500', '195021.727500', '195022.187500', '195022.647500', '195023.107500', '195023.567500', '195024.027500', '195024.487500', '195024.947500', '195025.407500', '195025.867500', '195026.327500', '195026.787500', '195027.247500', '195027.707500', '195028.167500', '195028.627500', '195029.087500', '195029.547500', '195030.007500', '195030.467500', '195030.927500', '195031.387500', '195031.847500', '195032.307500', '195032.767500', '195033.227500', '195033.687500', '195034.147500', '195034.607500', '195035.067500', '195035.527500', '195035.987500', '195036.447500', '195036.907500', '195037.367500', '195037.827500', '195038.287500', '195038.747500', '195039.207500', '195039.667500', '195040.127500', '195040.587500', '195041.047500', '195041.507500', '195041.967500', '195042.427500', '195042.887500', '195043.347500', '195043.807500', '195044.267500', '195044.727500', '195045.187500', '195045.647500', '195046.107500', '195046.567500', '195047.027500', '195047.487500', '195047.947500', '195048.407500', '195048.867500', '195049.327500', '195049.787500', '195050.247500', '195050.707500', '195051.167500', '195051.627500', '195052.087500', '195052.547500', '195053.007500', '195053.467500', '195053.927500', '195054.387500', '195054.847500', '195055.307500', '195055.767500', '195056.227500', '195056.687500', '195057.147500', '195057.607500', '195058.067500', '195058.527500', '195058.987500', '195059.447500', '195059.907500', '195100.367500', '195100.827500', '195101.287500', '195101.747500', '195102.207500', '195102.667500', '195103.127500', '195103.587500', '195104.047500', '195104.507500', '195104.967500', '195105.427500', '195105.887500', '195106.347500', '195106.807500', '195107.267500', '195107.727500', '195108.187500', '195108.647500', '195109.107500', '195109.567500', '195110.027500', '195110.487500', '195110.947500', '195111.407500', '195111.867500', '195112.327500', '195112.787500', '195113.247500', '195113.707500', '195114.167500', '195114.627500', '195115.087500', '195115.547500', '195116.007500', '195116.467500', '195116.927500', '195117.387500', '195117.847500', '195118.307500', '195118.767500', '195119.227500', '195119.687500', '195120.147500', '195120.607500', '195121.067500', '195121.527500', '195121.987500', '195122.447500', '195122.907500', '195123.367500', '195123.827500', '195124.287500', '195124.747500', '195125.207500', '195125.667500', '195126.127500', '195126.587500', '195127.047500', '195127.507500', '195127.967500', '195128.427500', '195128.887500', '195129.347500', '195129.807500', '195130.267500', '195130.727500', '195131.187500', '195131.647500', '195132.107500', '195132.567500', '195133.027500', '195133.487500', '195133.947500', '195134.407500', '195134.867500', '195135.327500', '195135.787500', '195136.247500', '195136.707500', '195137.167500', '195137.627500', '195138.087500', '195138.547500', '195139.007500', '195139.467500', '195139.927500', '195140.387500', '195140.847500', '195141.307500', '195141.767500', '195142.227500', '195142.687500', '195143.147500', '195143.607500', '195144.067500', '195144.527500'], 'ContentTime': ['193935.965000', '193935.968000', '193935.971000', '193935.973000', '193935.976000', '193935.978000', '193935.981000', '193935.984000', '193935.986000', '193935.989000', '193935.991000', '193935.994000', '193935.996000', '193936.000000', '193936.003000', '193936.006000', '193936.008000', '193936.011000', '193936.013000', '193936.016000', '193936.018000', '193936.021000', '193936.024000', '193936.026000', '193936.029000', '193936.031000', '193936.034000', '193936.037000', '193936.039000', '193936.042000', '193936.044000', '193936.047000', '193936.049000', '193936.052000', '193936.054000', '193936.061000', '193936.064000', '193936.067000', '193936.069000', '193936.072000', '193936.074000', '193936.077000', '193936.079000', '193936.082000', '193936.085000', '193936.087000', '193936.090000', '193936.092000', '193936.095000', '193936.098000', '193936.100000', '193936.103000', '193955.932000', '193955.935000', '193955.938000', '193955.947000', '193955.950000', '193955.952000', '193955.955000', '193955.957000', '193955.960000', '193955.963000', '193955.965000', '193955.968000', '193955.970000', '193955.973000', '193955.975000', '193955.978000', '193955.981000', '193955.983000', '193955.986000', '193955.989000', '193955.991000', '193955.994000', '193955.996000', '193956.000000', '193956.002000', '193956.005000', '193956.008000', '193956.010000', '193956.013000', '193956.015000', '193956.018000', '193956.021000', '193956.023000', '193956.026000', '193956.028000', '193956.031000', '193956.034000', '193956.036000', '193956.039000', '193956.042000', '193956.044000', '193956.047000', '193956.049000', '194015.932000', '194015.938000', '194015.940000', '194015.965000', '194015.967000', '194015.970000', '194015.973000', '194015.975000', '194015.978000', '194015.980000', '194015.983000', '194015.985000', '194015.988000', '194015.990000', '194015.993000', '194015.995000', '194015.998000', '194016.002000', '194016.004000', '194016.007000', '194016.009000', '194016.012000', '194016.015000', '194016.017000', '194016.020000', '194016.022000', '194016.025000', '194016.027000', '194016.038000', '194016.041000', '194016.043000', '194016.046000', '194016.049000', '194016.051000', '194016.054000', '194016.057000', '194016.059000', '194016.062000', '194016.064000', '194016.067000', '194016.070000', '194016.072000', '194016.075000', '194016.078000', '194035.931000', '194035.934000', '194035.937000', '194035.939000', '194035.942000', '194035.945000', '194035.947000', '194035.950000', '194035.952000', '194035.955000', '194035.958000', '194035.960000', '194035.963000', '194035.965000', '194035.968000', '194035.971000', '194035.973000', '194035.976000', '194035.978000', '194035.988000', '194035.991000', '194035.993000', '194035.996000', '194035.998000', '194036.002000', '194036.005000', '194036.007000', '194036.010000', '194036.012000', '194036.015000', '194036.018000', '194036.020000', '194036.023000', '194036.025000', '194036.028000', '194036.031000', '194036.033000', '194036.036000', '194036.038000', '194036.041000', '194036.043000', '194036.046000', '194036.049000', '194055.932000', '194055.934000', '194055.937000', '194055.940000', '194055.942000', '194055.945000', '194055.948000', '194055.950000', '194055.953000', '194055.955000', '194055.958000', '194055.964000', '194055.966000', '194055.969000', '194055.972000', '194055.974000', '194055.977000', '194055.979000', '194055.982000', '194055.984000', '194055.987000', '194055.990000', '194055.992000', '194055.995000', '194055.998000', '194056.001000', '194056.004000', '194056.006000', '194056.009000', '194056.012000', '194056.014000', '194056.017000', '194056.020000', '194056.022000', '194056.025000', '194056.027000', '194056.030000', '194056.033000', '194056.035000', '194056.038000', '194056.040000', '194056.043000', '194056.046000', '194056.048000', '194115.932000', '194115.935000', '194115.938000', '194115.941000', '194115.943000', '194115.946000', '194115.948000', '194115.951000', '194115.954000', '194115.956000', '194115.959000', '194115.961000', '194115.964000', '194115.967000', '194115.969000', '194115.972000', '194115.975000', '194115.977000', '194115.980000', '194115.983000', '194115.985000', '194115.988000', '194115.996000', '194115.999000', '194116.001000', '194116.004000', '194116.010000', '194116.012000', '194116.015000', '194116.018000', '194116.020000', '194116.023000', '194116.025000', '194116.028000', '194116.031000', '194116.033000', '194116.036000', '194116.039000', '194116.041000', '194116.044000', '194116.046000', '194116.049000', '194116.052000', '194135.932000', '194135.935000', '194135.938000', '194135.940000', '194135.943000', '194135.945000', '194135.948000', '194135.950000', '194135.953000', '194135.955000', '194135.958000', '194135.961000', '194135.963000', '194135.966000', '194135.969000', '194135.971000', '194135.974000', '194135.976000', '194135.979000', '194135.982000', '194135.984000', '194135.987000', '194135.989000', '194135.992000', '194135.994000', '194135.997000', '194136.001000', '194136.003000', '194136.006000', '194136.008000', '194136.011000', '194136.014000', '194136.016000', '194136.019000', '194136.022000', '194136.024000', '194136.027000', '194136.029000', '194136.032000', '194136.034000', '194136.037000', '194136.039000', '194136.054000', '194136.056000', '194155.933000', '194155.944000', '194155.947000', '194155.950000', '194155.952000', '194155.955000', '194155.958000', '194155.960000', '194155.963000', '194155.965000', '194155.968000', '194155.970000', '194155.973000', '194155.976000', '194155.978000', '194155.981000', '194155.983000', '194155.986000', '194155.989000', '194155.991000', '194155.994000', '194155.997000', '194156.000000', '194156.003000', '194156.005000', '194156.008000', '194156.011000', '194156.013000', '194156.016000', '194156.019000', '194156.021000', '194156.024000', '194156.026000', '194156.029000', '194156.032000', '194156.034000', '194156.037000', '194156.040000', '194156.042000', '194156.045000', '194156.047000', '194156.050000', '194156.052000', '194215.933000', '194215.936000', '194215.939000', '194215.942000', '194215.944000', '194215.947000', '194215.950000', '194215.952000', '194215.955000', '194215.957000', '194215.960000', '194215.962000', '194215.965000', '194215.968000', '194215.970000', '194215.973000', '194215.975000', '194215.978000', '194215.980000', '194215.983000', '194215.985000', '194215.988000', '194215.990000', '194215.993000', '194215.996000', '194215.998000', '194216.002000', '194216.005000', '194216.007000', '194216.010000', '194216.012000', '194216.015000', '194216.018000', '194216.020000', '194216.023000', '194216.025000', '194216.028000', '194216.030000', '194216.033000', '194216.035000', '194216.038000', '194216.041000', '194216.043000', '194216.046000', '194235.932000', '194235.935000', '194235.938000', '194235.940000', '194235.943000', '194235.945000', '194235.948000', '194235.951000', '194235.953000', '194235.956000', '194235.958000', '194235.961000', '194235.964000', '194235.966000', '194235.969000', '194235.971000', '194235.974000', '194235.976000', '194235.979000', '194235.981000', '194235.984000', '194235.986000', '194235.989000', '194235.992000', '194235.994000', '194235.997000', '194236.000000', '194236.003000', '194236.005000', '194236.008000', '194236.010000', '194236.013000', '194236.024000', '194236.026000', '194236.029000', '194236.032000', '194236.034000', '194236.037000', '194236.039000', '194236.042000', '194236.044000', '194236.047000', '194236.050000', '194255.932000', '194255.934000', '194255.937000', '194255.939000', '194255.942000', '194255.944000', '194255.947000', '194255.950000', '194255.952000', '194255.955000', '194255.957000', '194255.960000', '194255.963000', '194255.965000', '194255.968000', '194255.970000', '194255.973000', '194255.976000', '194255.978000', '194255.981000', '194255.984000', '194255.986000', '194255.989000', '194255.991000', '194255.994000', '194255.997000', '194256.000000', '194256.003000', '194256.005000', '194256.008000', '194256.010000', '194256.013000', '194256.016000', '194256.018000', '194256.021000', '194256.023000', '194256.026000', '194256.028000', '194256.031000', '194256.034000', '194256.036000', '194256.039000', '194256.041000', '194256.044000', '194315.932000', '194315.934000', '194315.937000', '194315.940000', '194315.942000', '194315.945000', '194315.947000', '194315.950000', '194315.953000', '194315.955000', '194315.958000', '194315.960000', '194315.963000', '194315.966000', '194315.968000', '194315.971000', '194315.973000', '194315.976000', '194315.979000', '194315.981000', '194315.984000', '194315.986000', '194315.989000', '194316.000000', '194316.003000', '194316.005000', '194316.008000', '194316.010000', '194316.013000', '194316.015000', '194316.018000', '194316.021000', '194316.023000', '194316.026000', '194316.028000', '194316.031000', '194316.033000', '194316.036000', '194316.039000', '194316.041000', '194316.044000', '194316.046000', '194316.049000', '194335.933000', '194335.935000', '194335.939000', '194335.942000', '194335.944000', '194335.947000', '194335.950000', '194335.952000', '194335.955000', '194335.958000', '194335.960000', '194335.963000', '194335.965000', '194335.968000', '194335.970000', '194335.973000', '194335.976000', '194335.980000', '194335.982000', '194335.985000', '194335.987000', '194335.990000', '194335.993000', '194335.995000', '194335.998000', '194336.000000', '194336.003000', '194336.006000', '194336.008000', '194336.011000', '194336.013000', '194336.016000', '194336.018000', '194336.021000', '194336.024000', '194336.026000', '194336.029000', '194336.033000', '194336.035000', '194336.038000', '194336.041000', '194336.043000', '194336.046000', '194355.932000', '194355.935000', '194355.938000', '194355.940000', '194355.943000', '194355.946000', '194355.948000', '194355.951000', '194355.953000', '194355.956000', '194355.959000', '194355.961000', '194355.964000', '194355.966000', '194355.969000', '194355.972000', '194355.974000', '194355.977000', '194355.979000', '194355.982000', '194355.985000', '194355.987000', '194355.990000', '194355.992000', '194355.995000', '194355.997000', '194356.001000', '194356.004000', '194356.006000', '194356.009000', '194356.011000', '194356.014000', '194356.016000', '194356.019000', '194356.022000', '194356.024000', '194356.027000', '194356.029000', '194356.032000', '194356.035000', '194356.037000', '194356.040000', '194356.042000', '194356.045000', '194415.932000', '194415.935000', '194415.938000', '194415.940000', '194415.943000', '194415.946000', '194415.948000', '194415.951000', '194415.954000', '194415.956000', '194415.959000', '194415.962000', '194415.964000', '194415.967000', '194415.969000', '194415.972000', '194415.975000', '194415.977000', '194415.980000', '194415.982000', '194415.985000', '194415.988000', '194415.990000', '194415.993000', '194415.995000', '194415.998000', '194416.002000', '194416.004000', '194416.007000', '194416.009000', '194416.012000', '194416.014000', '194416.017000', '194416.020000', '194416.022000', '194416.025000', '194416.027000', '194416.030000', '194416.032000', '194416.035000', '194416.038000', '194416.040000', '194416.043000', '194435.933000', '194435.935000', '194435.938000', '194435.941000', '194435.943000', '194435.946000', '194435.948000', '194435.951000', '194435.954000', '194435.956000', '194435.959000', '194435.961000', '194435.964000', '194435.966000', '194435.969000', '194435.971000', '194435.974000', '194435.977000', '194435.979000', '194435.982000', '194435.985000', '194435.987000', '194435.990000', '194435.993000', '194435.995000', '194435.998000', '194436.001000', '194436.004000', '194436.006000', '194436.009000', '194436.011000', '194436.022000', '194436.024000', '194436.027000', '194436.029000', '194436.040000', '194436.042000', '194436.045000', '194436.047000', '194436.050000', '194436.053000', '194436.055000', '194436.058000', '194436.060000', '194455.932000', '194455.935000', '194455.938000', '194455.940000', '194455.943000', '194455.946000', '194455.948000', '194455.951000', '194455.954000', '194455.956000', '194455.959000', '194455.961000', '194455.964000', '194455.967000', '194455.969000', '194455.972000', '194455.974000', '194455.977000', '194455.980000', '194455.982000', '194455.985000', '194455.987000', '194455.990000', '194455.992000', '194455.997000', '194456.000000', '194456.003000', '194456.005000', '194456.008000', '194456.011000', '194456.013000', '194456.017000', '194456.020000', '194456.023000', '194456.026000', '194456.028000', '194456.031000', '194456.033000', '194456.036000', '194456.038000', '194456.041000', '194456.044000', '194456.046000', '194515.932000', '194515.934000', '194515.937000', '194515.940000', '194515.942000', '194515.945000', '194515.947000', '194515.950000', '194515.953000', '194515.955000', '194515.958000', '194515.961000', '194515.963000', '194515.966000', '194515.968000', '194515.971000', '194515.973000', '194515.976000', '194515.978000', '194515.981000', '194515.984000', '194515.986000', '194515.989000', '194515.992000', '194515.994000', '194515.997000', '194516.000000', '194516.003000', '194516.005000', '194516.008000', '194516.011000', '194516.013000', '194516.016000', '194516.018000', '194516.021000', '194516.024000', '194516.026000', '194516.029000', '194516.031000', '194516.034000', '194516.036000', '194516.039000', '194516.042000', '194516.044000', '194535.932000', '194535.934000', '194535.937000', '194535.940000', '194535.942000', '194535.945000', '194535.947000', '194535.950000', '194535.952000', '194535.955000', '194535.958000', '194535.960000', '194535.963000', '194535.965000', '194535.968000', '194535.971000', '194535.973000', '194535.976000', '194535.979000', '194535.981000', '194535.984000', '194535.986000', '194535.989000', '194535.992000', '194535.994000', '194535.997000', '194536.000000', '194536.003000', '194536.005000', '194536.008000', '194536.010000', '194536.013000', '194536.016000', '194536.018000', '194536.021000', '194536.024000', '194536.026000', '194536.029000', '194536.031000', '194536.034000', '194536.037000', '194536.039000', '194536.042000', '194555.933000', '194555.935000', '194555.938000', '194555.941000', '194555.943000', '194555.946000', '194555.949000', '194555.951000', '194555.954000', '194555.956000', '194555.959000', '194555.961000', '194555.964000', '194555.973000', '194555.975000', '194555.978000', '194555.981000', '194555.983000', '194555.986000', '194555.989000', '194555.991000', '194555.994000', '194555.996000', '194556.000000', '194556.002000', '194556.005000', '194556.008000', '194556.010000', '194556.013000', '194556.015000', '194556.018000', '194556.020000', '194556.023000', '194556.026000', '194556.028000', '194556.031000', '194556.033000', '194556.036000', '194556.038000', '194556.041000', '194556.044000', '194556.046000', '194556.049000', '194556.051000', '194615.933000', '194615.935000', '194615.938000', '194615.941000', '194615.943000', '194615.946000', '194615.948000', '194615.951000', '194615.953000', '194615.956000', '194615.959000', '194615.961000', '194615.964000', '194615.966000', '194615.969000', '194615.971000', '194615.974000', '194615.977000', '194615.979000', '194615.982000', '194615.984000', '194615.987000', '194615.990000', '194615.992000', '194615.995000', '194615.997000', '194616.001000', '194616.003000', '194616.006000', '194616.008000', '194616.011000', '194616.014000', '194616.016000', '194616.019000', '194616.021000', '194616.024000', '194616.028000', '194616.030000', '194616.033000', '194616.036000', '194616.038000', '194616.041000', '194616.044000', '194635.932000', '194635.935000', '194635.938000', '194635.941000', '194635.943000', '194635.946000', '194635.949000', '194635.951000', '194635.954000', '194635.956000', '194635.959000', '194635.962000', '194635.964000', '194635.967000', '194635.969000', '194635.972000', '194635.974000', '194635.977000', '194635.980000', '194635.982000', '194635.985000', '194635.988000', '194635.990000', '194635.993000', '194635.995000', '194635.998000', '194636.001000', '194636.004000', '194636.007000', '194636.009000', '194636.012000', '194636.014000', '194636.017000', '194636.020000', '194636.022000', '194636.025000', '194636.027000', '194636.030000', '194636.033000', '194636.035000', '194636.038000', '194636.040000', '194636.043000', '194636.046000', '194655.932000', '194655.935000', '194655.938000', '194655.940000', '194655.943000', '194655.946000', '194655.948000', '194655.951000', '194655.953000', '194655.956000', '194655.958000', '194655.961000', '194655.964000', '194655.966000', '194655.969000', '194655.971000', '194655.974000', '194655.977000', '194655.979000', '194655.982000', '194655.984000', '194655.987000', '194655.989000', '194655.992000', '194655.995000', '194655.997000', '194656.001000', '194656.003000', '194656.006000', '194656.009000', '194656.011000', '194656.014000', '194656.016000', '194656.019000', '194656.021000', '194656.024000', '194656.026000', '194656.029000', '194656.032000', '194656.034000', '194656.037000', '194656.040000', '194656.042000', '194715.933000', '194715.935000', '194715.938000', '194715.941000', '194715.943000', '194715.946000', '194715.948000', '194715.951000', '194715.953000', '194715.956000', '194715.959000', '194715.961000', '194715.964000', '194715.966000', '194715.969000', '194715.972000', '194715.974000', '194715.977000', '194715.988000', '194715.990000', '194715.993000', '194715.995000', '194715.998000', '194716.001000', '194716.004000', '194716.007000', '194716.009000', '194716.012000', '194716.014000', '194716.017000', '194716.020000', '194716.022000', '194716.025000', '194716.027000', '194716.030000', '194716.032000', '194716.035000', '194716.037000', '194716.040000', '194716.042000', '194716.045000', '194716.048000', '194716.062000', '194716.065000', '194735.932000', '194735.934000', '194735.937000', '194735.940000', '194735.942000', '194735.945000', '194735.948000', '194735.958000', '194735.961000', '194735.963000', '194735.966000', '194735.969000', '194735.972000', '194735.974000', '194735.977000', '194735.980000', '194735.982000', '194735.985000', '194735.987000', '194735.990000', '194735.992000', '194735.995000', '194735.998000', '194736.001000', '194736.004000', '194736.006000', '194736.009000', '194736.012000', '194736.014000', '194736.017000', '194736.019000', '194736.022000', '194736.025000', '194736.027000', '194736.030000', '194736.032000', '194736.035000', '194736.037000', '194736.040000', '194736.043000', '194736.045000', '194736.048000', '194736.051000', '194755.931000', '194755.934000', '194755.937000', '194755.939000', '194755.942000', '194755.945000', '194755.947000', '194755.950000', '194755.952000', '194755.955000', '194755.958000', '194755.960000', '194755.963000', '194755.965000', '194755.968000', '194755.970000', '194755.973000', '194755.976000', '194755.978000', '194755.981000', '194755.983000', '194755.986000', '194755.989000', '194755.991000', '194755.994000', '194755.996000', '194756.000000', '194756.003000', '194756.005000', '194756.008000', '194756.010000', '194756.013000', '194756.015000', '194756.018000', '194756.021000', '194756.023000', '194756.026000', '194756.028000', '194756.031000', '194756.034000', '194756.036000', '194756.039000', '194756.041000', '194756.044000', '194815.932000', '194815.935000', '194815.938000', '194815.940000', '194815.943000', '194815.945000', '194815.948000', '194815.950000', '194815.953000', '194815.956000', '194815.958000', '194815.961000', '194815.963000', '194815.966000', '194815.968000', '194815.971000', '194815.974000', '194815.976000', '194815.979000', '194815.981000', '194815.984000', '194815.986000', '194815.989000', '194815.991000', '194815.994000', '194815.997000', '194816.000000', '194816.003000', '194816.005000', '194816.008000', '194816.010000', '194816.013000', '194816.016000', '194816.018000', '194816.021000', '194816.023000', '194816.026000', '194816.029000', '194816.031000', '194816.034000', '194816.036000', '194816.039000', '194816.042000', '194835.933000', '194835.935000', '194835.938000', '194835.941000', '194835.943000', '194835.946000', '194835.948000', '194835.951000', '194835.954000', '194835.956000', '194835.959000', '194835.962000', '194835.964000', '194835.967000', '194835.969000', '194835.972000', '194835.975000', '194835.977000', '194835.980000', '194835.982000', '194835.985000', '194835.988000', '194835.990000', '194835.993000', '194835.996000', '194835.998000', '194836.002000', '194836.004000', '194836.007000', '194836.010000', '194836.012000', '194836.015000', '194836.017000', '194836.020000', '194836.023000', '194836.025000', '194836.028000', '194836.031000', '194836.043000', '194836.046000', '194836.048000', '194836.051000', '194836.054000', '194836.056000', '194855.933000', '194855.935000', '194855.938000', '194855.941000', '194855.943000', '194855.946000', '194855.948000', '194855.951000', '194855.953000', '194855.956000', '194855.959000', '194855.961000', '194855.964000', '194855.966000', '194855.969000', '194855.972000', '194855.974000', '194855.977000', '194855.979000', '194855.982000', '194855.984000', '194855.987000', '194855.990000', '194855.992000', '194855.995000', '194855.997000', '194856.001000', '194856.004000', '194856.006000', '194856.009000', '194856.011000', '194856.014000', '194856.016000', '194856.019000', '194856.022000', '194856.024000', '194856.027000', '194856.030000', '194856.032000', '194856.035000', '194856.037000', '194856.040000', '194856.042000', '194915.933000', '194915.935000', '194915.938000', '194915.941000', '194915.943000', '194915.946000', '194915.948000', '194915.951000', '194915.954000', '194915.956000', '194915.959000', '194915.962000', '194915.964000', '194915.967000', '194915.969000', '194915.972000', '194915.975000', '194915.977000', '194915.980000', '194915.982000', '194915.985000', '194915.987000', '194915.990000', '194915.993000', '194915.995000', '194915.998000', '194916.001000', '194916.004000', '194916.007000', '194916.009000', '194916.012000', '194916.014000', '194916.017000', '194916.020000', '194916.022000', '194916.025000', '194916.027000', '194916.030000', '194916.033000', '194916.035000', '194916.038000', '194916.040000', '194916.043000', '194916.046000', '194935.933000', '194935.935000', '194935.938000', '194935.941000', '194935.943000', '194935.946000', '194935.948000', '194935.951000', '194935.954000', '194935.957000', '194935.959000', '194935.962000', '194935.965000', '194935.967000', '194935.970000', '194935.972000', '194935.975000', '194935.978000', '194935.980000', '194935.983000', '194935.986000', '194935.988000', '194935.991000', '194935.993000', '194935.996000', '194936.000000', '194936.002000', '194936.005000', '194936.008000', '194936.010000', '194936.013000', '194936.015000', '194936.018000', '194936.021000', '194936.023000', '194936.026000', '194936.029000', '194936.031000', '194936.034000', '194936.037000', '194936.039000', '194936.042000', '194936.044000', '194955.932000', '194955.936000', '194955.938000', '194955.941000', '194955.944000', '194955.946000', '194955.949000', '194955.951000', '194955.954000', '194955.957000', '194955.959000', '194955.962000', '194955.964000', '194955.967000', '194955.970000', '194955.972000', '194955.975000', '194955.977000', '194955.980000', '194955.983000', '194955.985000', '194955.998000', '194956.001000', '194956.004000', '194956.007000', '194956.009000', '194956.012000', '194956.015000', '194956.017000', '194956.020000', '194956.022000', '194956.025000', '194956.028000', '194956.030000', '194956.033000', '194956.035000', '194956.038000', '194956.041000', '194956.043000', '194956.046000', '194956.048000', '194956.051000', '194956.054000', '194956.056000', '195015.932000', '195015.934000', '195015.937000', '195015.940000', '195015.942000', '195015.945000', '195015.947000', '195015.950000', '195015.952000', '195015.958000', '195015.961000', '195015.963000', '195015.966000', '195015.968000', '195015.971000', '195015.974000', '195015.976000', '195015.979000', '195015.981000', '195015.984000', '195015.987000', '195015.989000', '195015.992000', '195015.994000', '195015.997000', '195016.000000', '195016.002000', '195016.005000', '195016.007000', '195016.010000', '195016.013000', '195016.015000', '195016.018000', '195016.020000', '195016.023000', '195016.026000', '195016.028000', '195016.031000', '195016.034000', '195016.036000', '195016.039000', '195016.041000', '195016.044000', '195035.933000', '195035.935000', '195035.938000', '195035.940000', '195035.943000', '195035.946000', '195035.948000', '195035.951000', '195035.953000', '195035.956000', '195035.959000', '195035.961000', '195035.964000', '195035.966000', '195035.969000', '195035.972000', '195035.974000', '195035.977000', '195035.980000', '195035.982000', '195035.985000', '195035.988000', '195035.990000', '195035.993000', '195035.996000', '195035.998000', '195036.002000', '195036.004000', '195036.007000', '195036.010000', '195036.012000', '195036.015000', '195036.017000', '195036.020000', '195036.023000', '195036.025000', '195036.028000', '195036.031000', '195036.033000', '195036.036000', '195036.038000', '195036.041000', '195036.044000', '195036.046000', '195055.933000', '195055.935000', '195055.938000', '195055.941000', '195055.943000', '195055.946000', '195055.948000', '195055.951000', '195055.954000', '195055.956000', '195055.959000', '195055.961000', '195055.964000', '195055.967000', '195055.969000', '195055.972000', '195055.974000', '195055.977000', '195055.979000', '195055.982000', '195055.985000', '195055.987000', '195055.990000', '195055.992000', '195055.995000', '195055.997000', '195056.001000', '195056.004000', '195056.006000', '195056.009000', '195056.011000', '195056.014000', '195056.017000', '195056.019000', '195056.022000', '195056.024000', '195056.027000', '195056.029000', '195056.032000', '195056.035000', '195056.037000', '195056.040000', '195056.042000', '195115.933000', '195115.935000', '195115.938000', '195115.941000', '195115.943000', '195115.946000', '195115.949000', '195115.951000', '195115.954000', '195115.956000', '195115.959000', '195115.961000', '195115.964000', '195115.966000', '195115.969000', '195115.972000', '195115.975000', '195115.978000', '195115.981000', '195115.983000', '195115.986000', '195115.988000', '195115.991000', '195115.993000', '195115.996000', '195116.000000', '195116.002000', '195116.005000', '195116.007000', '195116.010000', '195116.012000', '195116.015000', '195116.018000', '195116.020000', '195116.023000', '195116.025000', '195116.028000', '195116.031000', '195116.033000', '195116.036000', '195116.038000', '195116.041000', '195116.044000', '195116.046000', '195135.933000', '195135.935000', '195135.938000', '195135.941000', '195135.943000', '195135.946000', '195135.949000', '195135.951000', '195135.954000', '195135.956000', '195135.959000', '195135.961000', '195135.964000', '195135.966000', '195135.969000', '195135.972000', '195135.974000', '195135.977000', '195135.979000', '195135.982000', '195135.984000', '195135.987000', '195135.990000', '195135.992000', '195135.995000', '195135.997000', '195136.001000', '195136.004000', '195136.006000', '195136.009000', '195136.011000', '195136.014000', '195136.017000', '195136.020000', '195136.022000', '195136.025000', '195136.027000', '195136.030000', '195136.032000', '195136.035000', '195136.037000', '195136.040000', '195136.042000', '195146.287000', '195146.290000', '195146.293000', '195146.295000', '195146.298000', '195146.301000', '195146.303000', '195146.306000', '195146.309000', '195146.311000', '195146.314000', '195146.316000', '195146.319000', '195146.322000', '195146.324000', '195146.327000', '195146.329000', '195146.332000', '195146.335000', '195146.337000', '195146.340000', '195146.342000', '195146.345000'], 'InstanceCreationTime': ['193935.965000', '193935.968000', '193935.971000', '193935.973000', '193935.976000', '193935.978000', '193935.981000', '193935.984000', '193935.986000', '193935.989000', '193935.991000', '193935.994000', '193935.996000', '193936.000000', '193936.003000', '193936.006000', '193936.008000', '193936.011000', '193936.013000', '193936.016000', '193936.018000', '193936.021000', '193936.024000', '193936.026000', '193936.029000', '193936.031000', '193936.034000', '193936.037000', '193936.039000', '193936.042000', '193936.044000', '193936.047000', '193936.049000', '193936.052000', '193936.054000', '193936.061000', '193936.064000', '193936.067000', '193936.069000', '193936.072000', '193936.074000', '193936.077000', '193936.079000', '193936.082000', '193936.085000', '193936.087000', '193936.090000', '193936.092000', '193936.095000', '193936.098000', '193936.100000', '193936.103000', '193955.932000', '193955.935000', '193955.938000', '193955.947000', '193955.950000', '193955.952000', '193955.955000', '193955.957000', '193955.960000', '193955.963000', '193955.965000', '193955.968000', '193955.970000', '193955.973000', '193955.975000', '193955.978000', '193955.981000', '193955.983000', '193955.986000', '193955.989000', '193955.991000', '193955.994000', '193955.996000', '193956.000000', '193956.002000', '193956.005000', '193956.008000', '193956.010000', '193956.013000', '193956.015000', '193956.018000', '193956.021000', '193956.023000', '193956.026000', '193956.028000', '193956.031000', '193956.034000', '193956.036000', '193956.039000', '193956.042000', '193956.044000', '193956.047000', '193956.049000', '194015.932000', '194015.938000', '194015.940000', '194015.965000', '194015.967000', '194015.970000', '194015.973000', '194015.975000', '194015.978000', '194015.980000', '194015.983000', '194015.985000', '194015.988000', '194015.990000', '194015.993000', '194015.995000', '194015.998000', '194016.002000', '194016.004000', '194016.007000', '194016.009000', '194016.012000', '194016.015000', '194016.017000', '194016.020000', '194016.022000', '194016.025000', '194016.027000', '194016.038000', '194016.041000', '194016.043000', '194016.046000', '194016.049000', '194016.051000', '194016.054000', '194016.057000', '194016.059000', '194016.062000', '194016.064000', '194016.067000', '194016.070000', '194016.072000', '194016.075000', '194016.078000', '194035.931000', '194035.934000', '194035.937000', '194035.939000', '194035.942000', '194035.945000', '194035.947000', '194035.950000', '194035.952000', '194035.955000', '194035.958000', '194035.960000', '194035.963000', '194035.965000', '194035.968000', '194035.971000', '194035.973000', '194035.976000', '194035.978000', '194035.988000', '194035.991000', '194035.993000', '194035.996000', '194035.998000', '194036.002000', '194036.005000', '194036.007000', '194036.010000', '194036.012000', '194036.015000', '194036.018000', '194036.020000', '194036.023000', '194036.025000', '194036.028000', '194036.031000', '194036.033000', '194036.036000', '194036.038000', '194036.041000', '194036.043000', '194036.046000', '194036.049000', '194055.932000', '194055.934000', '194055.937000', '194055.940000', '194055.942000', '194055.945000', '194055.948000', '194055.950000', '194055.953000', '194055.955000', '194055.958000', '194055.964000', '194055.966000', '194055.969000', '194055.972000', '194055.974000', '194055.977000', '194055.979000', '194055.982000', '194055.984000', '194055.987000', '194055.990000', '194055.992000', '194055.995000', '194055.998000', '194056.001000', '194056.004000', '194056.006000', '194056.009000', '194056.012000', '194056.014000', '194056.017000', '194056.020000', '194056.022000', '194056.025000', '194056.027000', '194056.030000', '194056.033000', '194056.035000', '194056.038000', '194056.040000', '194056.043000', '194056.046000', '194056.048000', '194115.932000', '194115.935000', '194115.938000', '194115.941000', '194115.943000', '194115.946000', '194115.948000', '194115.951000', '194115.954000', '194115.956000', '194115.959000', '194115.961000', '194115.964000', '194115.967000', '194115.969000', '194115.972000', '194115.975000', '194115.977000', '194115.980000', '194115.983000', '194115.985000', '194115.988000', '194115.996000', '194115.999000', '194116.001000', '194116.004000', '194116.010000', '194116.012000', '194116.015000', '194116.018000', '194116.020000', '194116.023000', '194116.025000', '194116.028000', '194116.031000', '194116.033000', '194116.036000', '194116.039000', '194116.041000', '194116.044000', '194116.046000', '194116.049000', '194116.052000', '194135.932000', '194135.935000', '194135.938000', '194135.940000', '194135.943000', '194135.945000', '194135.948000', '194135.950000', '194135.953000', '194135.955000', '194135.958000', '194135.961000', '194135.963000', '194135.966000', '194135.969000', '194135.971000', '194135.974000', '194135.976000', '194135.979000', '194135.982000', '194135.984000', '194135.987000', '194135.989000', '194135.992000', '194135.994000', '194135.997000', '194136.001000', '194136.003000', '194136.006000', '194136.008000', '194136.011000', '194136.014000', '194136.016000', '194136.019000', '194136.022000', '194136.024000', '194136.027000', '194136.029000', '194136.032000', '194136.034000', '194136.037000', '194136.039000', '194136.054000', '194136.056000', '194155.933000', '194155.944000', '194155.947000', '194155.950000', '194155.952000', '194155.955000', '194155.958000', '194155.960000', '194155.963000', '194155.965000', '194155.968000', '194155.970000', '194155.973000', '194155.976000', '194155.978000', '194155.981000', '194155.983000', '194155.986000', '194155.989000', '194155.991000', '194155.994000', '194155.997000', '194156.000000', '194156.003000', '194156.005000', '194156.008000', '194156.011000', '194156.013000', '194156.016000', '194156.019000', '194156.021000', '194156.024000', '194156.026000', '194156.029000', '194156.032000', '194156.034000', '194156.037000', '194156.040000', '194156.042000', '194156.045000', '194156.047000', '194156.050000', '194156.052000', '194215.933000', '194215.936000', '194215.939000', '194215.942000', '194215.944000', '194215.947000', '194215.950000', '194215.952000', '194215.955000', '194215.957000', '194215.960000', '194215.962000', '194215.965000', '194215.968000', '194215.970000', '194215.973000', '194215.975000', '194215.978000', '194215.980000', '194215.983000', '194215.985000', '194215.988000', '194215.990000', '194215.993000', '194215.996000', '194215.998000', '194216.002000', '194216.005000', '194216.007000', '194216.010000', '194216.012000', '194216.015000', '194216.018000', '194216.020000', '194216.023000', '194216.025000', '194216.028000', '194216.030000', '194216.033000', '194216.035000', '194216.038000', '194216.041000', '194216.043000', '194216.046000', '194235.932000', '194235.935000', '194235.938000', '194235.940000', '194235.943000', '194235.945000', '194235.948000', '194235.951000', '194235.953000', '194235.956000', '194235.958000', '194235.961000', '194235.964000', '194235.966000', '194235.969000', '194235.971000', '194235.974000', '194235.976000', '194235.979000', '194235.981000', '194235.984000', '194235.986000', '194235.989000', '194235.992000', '194235.994000', '194235.997000', '194236.000000', '194236.003000', '194236.005000', '194236.008000', '194236.010000', '194236.013000', '194236.024000', '194236.026000', '194236.029000', '194236.032000', '194236.034000', '194236.037000', '194236.039000', '194236.042000', '194236.044000', '194236.047000', '194236.050000', '194255.932000', '194255.934000', '194255.937000', '194255.939000', '194255.942000', '194255.944000', '194255.947000', '194255.950000', '194255.952000', '194255.955000', '194255.957000', '194255.960000', '194255.963000', '194255.965000', '194255.968000', '194255.970000', '194255.973000', '194255.976000', '194255.978000', '194255.981000', '194255.984000', '194255.986000', '194255.989000', '194255.991000', '194255.994000', '194255.997000', '194256.000000', '194256.003000', '194256.005000', '194256.008000', '194256.010000', '194256.013000', '194256.016000', '194256.018000', '194256.021000', '194256.023000', '194256.026000', '194256.028000', '194256.031000', '194256.034000', '194256.036000', '194256.039000', '194256.041000', '194256.044000', '194315.932000', '194315.934000', '194315.937000', '194315.940000', '194315.942000', '194315.945000', '194315.947000', '194315.950000', '194315.953000', '194315.955000', '194315.958000', '194315.960000', '194315.963000', '194315.966000', '194315.968000', '194315.971000', '194315.973000', '194315.976000', '194315.979000', '194315.981000', '194315.984000', '194315.986000', '194315.989000', '194316.000000', '194316.003000', '194316.005000', '194316.008000', '194316.010000', '194316.013000', '194316.015000', '194316.018000', '194316.021000', '194316.023000', '194316.026000', '194316.028000', '194316.031000', '194316.033000', '194316.036000', '194316.039000', '194316.041000', '194316.044000', '194316.046000', '194316.049000', '194335.933000', '194335.935000', '194335.939000', '194335.942000', '194335.944000', '194335.947000', '194335.950000', '194335.952000', '194335.955000', '194335.958000', '194335.960000', '194335.963000', '194335.965000', '194335.968000', '194335.970000', '194335.973000', '194335.976000', '194335.980000', '194335.982000', '194335.985000', '194335.987000', '194335.990000', '194335.993000', '194335.995000', '194335.998000', '194336.000000', '194336.003000', '194336.006000', '194336.008000', '194336.011000', '194336.013000', '194336.016000', '194336.018000', '194336.021000', '194336.024000', '194336.026000', '194336.029000', '194336.033000', '194336.035000', '194336.038000', '194336.041000', '194336.043000', '194336.046000', '194355.932000', '194355.935000', '194355.938000', '194355.940000', '194355.943000', '194355.946000', '194355.948000', '194355.951000', '194355.953000', '194355.956000', '194355.959000', '194355.961000', '194355.964000', '194355.966000', '194355.969000', '194355.972000', '194355.974000', '194355.977000', '194355.979000', '194355.982000', '194355.985000', '194355.987000', '194355.990000', '194355.992000', '194355.995000', '194355.997000', '194356.001000', '194356.004000', '194356.006000', '194356.009000', '194356.011000', '194356.014000', '194356.016000', '194356.019000', '194356.022000', '194356.024000', '194356.027000', '194356.029000', '194356.032000', '194356.035000', '194356.037000', '194356.040000', '194356.042000', '194356.045000', '194415.932000', '194415.935000', '194415.938000', '194415.940000', '194415.943000', '194415.946000', '194415.948000', '194415.951000', '194415.954000', '194415.956000', '194415.959000', '194415.962000', '194415.964000', '194415.967000', '194415.969000', '194415.972000', '194415.975000', '194415.977000', '194415.980000', '194415.982000', '194415.985000', '194415.988000', '194415.990000', '194415.993000', '194415.995000', '194415.998000', '194416.002000', '194416.004000', '194416.007000', '194416.009000', '194416.012000', '194416.014000', '194416.017000', '194416.020000', '194416.022000', '194416.025000', '194416.027000', '194416.030000', '194416.032000', '194416.035000', '194416.038000', '194416.040000', '194416.043000', '194435.933000', '194435.935000', '194435.938000', '194435.941000', '194435.943000', '194435.946000', '194435.948000', '194435.951000', '194435.954000', '194435.956000', '194435.959000', '194435.961000', '194435.964000', '194435.966000', '194435.969000', '194435.971000', '194435.974000', '194435.977000', '194435.979000', '194435.982000', '194435.985000', '194435.987000', '194435.990000', '194435.993000', '194435.995000', '194435.998000', '194436.001000', '194436.004000', '194436.006000', '194436.009000', '194436.011000', '194436.022000', '194436.024000', '194436.027000', '194436.029000', '194436.040000', '194436.042000', '194436.045000', '194436.047000', '194436.050000', '194436.053000', '194436.055000', '194436.058000', '194436.060000', '194455.932000', '194455.935000', '194455.938000', '194455.940000', '194455.943000', '194455.946000', '194455.948000', '194455.951000', '194455.954000', '194455.956000', '194455.959000', '194455.961000', '194455.964000', '194455.967000', '194455.969000', '194455.972000', '194455.974000', '194455.977000', '194455.980000', '194455.982000', '194455.985000', '194455.987000', '194455.990000', '194455.992000', '194455.997000', '194456.000000', '194456.003000', '194456.005000', '194456.008000', '194456.011000', '194456.013000', '194456.017000', '194456.020000', '194456.023000', '194456.026000', '194456.028000', '194456.031000', '194456.033000', '194456.036000', '194456.038000', '194456.041000', '194456.044000', '194456.046000', '194515.932000', '194515.934000', '194515.937000', '194515.940000', '194515.942000', '194515.945000', '194515.947000', '194515.950000', '194515.953000', '194515.955000', '194515.958000', '194515.961000', '194515.963000', '194515.966000', '194515.968000', '194515.971000', '194515.973000', '194515.976000', '194515.978000', '194515.981000', '194515.984000', '194515.986000', '194515.989000', '194515.992000', '194515.994000', '194515.997000', '194516.000000', '194516.003000', '194516.005000', '194516.008000', '194516.011000', '194516.013000', '194516.016000', '194516.018000', '194516.021000', '194516.024000', '194516.026000', '194516.029000', '194516.031000', '194516.034000', '194516.036000', '194516.039000', '194516.042000', '194516.044000', '194535.932000', '194535.934000', '194535.937000', '194535.940000', '194535.942000', '194535.945000', '194535.947000', '194535.950000', '194535.952000', '194535.955000', '194535.958000', '194535.960000', '194535.963000', '194535.965000', '194535.968000', '194535.971000', '194535.973000', '194535.976000', '194535.979000', '194535.981000', '194535.984000', '194535.986000', '194535.989000', '194535.992000', '194535.994000', '194535.997000', '194536.000000', '194536.003000', '194536.005000', '194536.008000', '194536.010000', '194536.013000', '194536.016000', '194536.018000', '194536.021000', '194536.024000', '194536.026000', '194536.029000', '194536.031000', '194536.034000', '194536.037000', '194536.039000', '194536.042000', '194555.933000', '194555.935000', '194555.938000', '194555.941000', '194555.943000', '194555.946000', '194555.949000', '194555.951000', '194555.954000', '194555.956000', '194555.959000', '194555.961000', '194555.964000', '194555.973000', '194555.975000', '194555.978000', '194555.981000', '194555.983000', '194555.986000', '194555.989000', '194555.991000', '194555.994000', '194555.996000', '194556.000000', '194556.002000', '194556.005000', '194556.008000', '194556.010000', '194556.013000', '194556.015000', '194556.018000', '194556.020000', '194556.023000', '194556.026000', '194556.028000', '194556.031000', '194556.033000', '194556.036000', '194556.038000', '194556.041000', '194556.044000', '194556.046000', '194556.049000', '194556.051000', '194615.933000', '194615.935000', '194615.938000', '194615.941000', '194615.943000', '194615.946000', '194615.948000', '194615.951000', '194615.953000', '194615.956000', '194615.959000', '194615.961000', '194615.964000', '194615.966000', '194615.969000', '194615.971000', '194615.974000', '194615.977000', '194615.979000', '194615.982000', '194615.984000', '194615.987000', '194615.990000', '194615.992000', '194615.995000', '194615.997000', '194616.001000', '194616.003000', '194616.006000', '194616.008000', '194616.011000', '194616.014000', '194616.016000', '194616.019000', '194616.021000', '194616.024000', '194616.028000', '194616.030000', '194616.033000', '194616.036000', '194616.038000', '194616.041000', '194616.044000', '194635.932000', '194635.935000', '194635.938000', '194635.941000', '194635.943000', '194635.946000', '194635.949000', '194635.951000', '194635.954000', '194635.956000', '194635.959000', '194635.962000', '194635.964000', '194635.967000', '194635.969000', '194635.972000', '194635.974000', '194635.977000', '194635.980000', '194635.982000', '194635.985000', '194635.988000', '194635.990000', '194635.993000', '194635.995000', '194635.998000', '194636.001000', '194636.004000', '194636.007000', '194636.009000', '194636.012000', '194636.014000', '194636.017000', '194636.020000', '194636.022000', '194636.025000', '194636.027000', '194636.030000', '194636.033000', '194636.035000', '194636.038000', '194636.040000', '194636.043000', '194636.046000', '194655.932000', '194655.935000', '194655.938000', '194655.940000', '194655.943000', '194655.946000', '194655.948000', '194655.951000', '194655.953000', '194655.956000', '194655.958000', '194655.961000', '194655.964000', '194655.966000', '194655.969000', '194655.971000', '194655.974000', '194655.977000', '194655.979000', '194655.982000', '194655.984000', '194655.987000', '194655.989000', '194655.992000', '194655.995000', '194655.997000', '194656.001000', '194656.003000', '194656.006000', '194656.009000', '194656.011000', '194656.014000', '194656.016000', '194656.019000', '194656.021000', '194656.024000', '194656.026000', '194656.029000', '194656.032000', '194656.034000', '194656.037000', '194656.040000', '194656.042000', '194715.933000', '194715.935000', '194715.938000', '194715.941000', '194715.943000', '194715.946000', '194715.948000', '194715.951000', '194715.953000', '194715.956000', '194715.959000', '194715.961000', '194715.964000', '194715.966000', '194715.969000', '194715.972000', '194715.974000', '194715.977000', '194715.988000', '194715.990000', '194715.993000', '194715.995000', '194715.998000', '194716.001000', '194716.004000', '194716.007000', '194716.009000', '194716.012000', '194716.014000', '194716.017000', '194716.020000', '194716.022000', '194716.025000', '194716.027000', '194716.030000', '194716.032000', '194716.035000', '194716.037000', '194716.040000', '194716.042000', '194716.045000', '194716.048000', '194716.062000', '194716.065000', '194735.932000', '194735.934000', '194735.937000', '194735.940000', '194735.942000', '194735.945000', '194735.948000', '194735.958000', '194735.961000', '194735.963000', '194735.966000', '194735.969000', '194735.972000', '194735.974000', '194735.977000', '194735.980000', '194735.982000', '194735.985000', '194735.987000', '194735.990000', '194735.992000', '194735.995000', '194735.998000', '194736.001000', '194736.004000', '194736.006000', '194736.009000', '194736.012000', '194736.014000', '194736.017000', '194736.019000', '194736.022000', '194736.025000', '194736.027000', '194736.030000', '194736.032000', '194736.035000', '194736.037000', '194736.040000', '194736.043000', '194736.045000', '194736.048000', '194736.051000', '194755.931000', '194755.934000', '194755.937000', '194755.939000', '194755.942000', '194755.945000', '194755.947000', '194755.950000', '194755.952000', '194755.955000', '194755.958000', '194755.960000', '194755.963000', '194755.965000', '194755.968000', '194755.970000', '194755.973000', '194755.976000', '194755.978000', '194755.981000', '194755.983000', '194755.986000', '194755.989000', '194755.991000', '194755.994000', '194755.996000', '194756.000000', '194756.003000', '194756.005000', '194756.008000', '194756.010000', '194756.013000', '194756.015000', '194756.018000', '194756.021000', '194756.023000', '194756.026000', '194756.028000', '194756.031000', '194756.034000', '194756.036000', '194756.039000', '194756.041000', '194756.044000', '194815.932000', '194815.935000', '194815.938000', '194815.940000', '194815.943000', '194815.945000', '194815.948000', '194815.950000', '194815.953000', '194815.956000', '194815.958000', '194815.961000', '194815.963000', '194815.966000', '194815.968000', '194815.971000', '194815.974000', '194815.976000', '194815.979000', '194815.981000', '194815.984000', '194815.986000', '194815.989000', '194815.991000', '194815.994000', '194815.997000', '194816.000000', '194816.003000', '194816.005000', '194816.008000', '194816.010000', '194816.013000', '194816.016000', '194816.018000', '194816.021000', '194816.023000', '194816.026000', '194816.029000', '194816.031000', '194816.034000', '194816.036000', '194816.039000', '194816.042000', '194835.933000', '194835.935000', '194835.938000', '194835.941000', '194835.943000', '194835.946000', '194835.948000', '194835.951000', '194835.954000', '194835.956000', '194835.959000', '194835.962000', '194835.964000', '194835.967000', '194835.969000', '194835.972000', '194835.975000', '194835.977000', '194835.980000', '194835.982000', '194835.985000', '194835.988000', '194835.990000', '194835.993000', '194835.996000', '194835.998000', '194836.002000', '194836.004000', '194836.007000', '194836.010000', '194836.012000', '194836.015000', '194836.017000', '194836.020000', '194836.023000', '194836.025000', '194836.028000', '194836.031000', '194836.043000', '194836.046000', '194836.048000', '194836.051000', '194836.054000', '194836.056000', '194855.933000', '194855.935000', '194855.938000', '194855.941000', '194855.943000', '194855.946000', '194855.948000', '194855.951000', '194855.953000', '194855.956000', '194855.959000', '194855.961000', '194855.964000', '194855.966000', '194855.969000', '194855.972000', '194855.974000', '194855.977000', '194855.979000', '194855.982000', '194855.984000', '194855.987000', '194855.990000', '194855.992000', '194855.995000', '194855.997000', '194856.001000', '194856.004000', '194856.006000', '194856.009000', '194856.011000', '194856.014000', '194856.016000', '194856.019000', '194856.022000', '194856.024000', '194856.027000', '194856.030000', '194856.032000', '194856.035000', '194856.037000', '194856.040000', '194856.042000', '194915.933000', '194915.935000', '194915.938000', '194915.941000', '194915.943000', '194915.946000', '194915.948000', '194915.951000', '194915.954000', '194915.956000', '194915.959000', '194915.962000', '194915.964000', '194915.967000', '194915.969000', '194915.972000', '194915.975000', '194915.977000', '194915.980000', '194915.982000', '194915.985000', '194915.987000', '194915.990000', '194915.993000', '194915.995000', '194915.998000', '194916.001000', '194916.004000', '194916.007000', '194916.009000', '194916.012000', '194916.014000', '194916.017000', '194916.020000', '194916.022000', '194916.025000', '194916.027000', '194916.030000', '194916.033000', '194916.035000', '194916.038000', '194916.040000', '194916.043000', '194916.046000', '194935.933000', '194935.935000', '194935.938000', '194935.941000', '194935.943000', '194935.946000', '194935.948000', '194935.951000', '194935.954000', '194935.957000', '194935.959000', '194935.962000', '194935.965000', '194935.967000', '194935.970000', '194935.972000', '194935.975000', '194935.978000', '194935.980000', '194935.983000', '194935.986000', '194935.988000', '194935.991000', '194935.993000', '194935.996000', '194936.000000', '194936.002000', '194936.005000', '194936.008000', '194936.010000', '194936.013000', '194936.015000', '194936.018000', '194936.021000', '194936.023000', '194936.026000', '194936.029000', '194936.031000', '194936.034000', '194936.037000', '194936.039000', '194936.042000', '194936.044000', '194955.932000', '194955.936000', '194955.938000', '194955.941000', '194955.944000', '194955.946000', '194955.949000', '194955.951000', '194955.954000', '194955.957000', '194955.959000', '194955.962000', '194955.964000', '194955.967000', '194955.970000', '194955.972000', '194955.975000', '194955.977000', '194955.980000', '194955.983000', '194955.985000', '194955.998000', '194956.001000', '194956.004000', '194956.007000', '194956.009000', '194956.012000', '194956.015000', '194956.017000', '194956.020000', '194956.022000', '194956.025000', '194956.028000', '194956.030000', '194956.033000', '194956.035000', '194956.038000', '194956.041000', '194956.043000', '194956.046000', '194956.048000', '194956.051000', '194956.054000', '194956.056000', '195015.932000', '195015.934000', '195015.937000', '195015.940000', '195015.942000', '195015.945000', '195015.947000', '195015.950000', '195015.952000', '195015.958000', '195015.961000', '195015.963000', '195015.966000', '195015.968000', '195015.971000', '195015.974000', '195015.976000', '195015.979000', '195015.981000', '195015.984000', '195015.987000', '195015.989000', '195015.992000', '195015.994000', '195015.997000', '195016.000000', '195016.002000', '195016.005000', '195016.007000', '195016.010000', '195016.013000', '195016.015000', '195016.018000', '195016.020000', '195016.023000', '195016.026000', '195016.028000', '195016.031000', '195016.034000', '195016.036000', '195016.039000', '195016.041000', '195016.044000', '195035.933000', '195035.935000', '195035.938000', '195035.940000', '195035.943000', '195035.946000', '195035.948000', '195035.951000', '195035.953000', '195035.956000', '195035.959000', '195035.961000', '195035.964000', '195035.966000', '195035.969000', '195035.972000', '195035.974000', '195035.977000', '195035.980000', '195035.982000', '195035.985000', '195035.988000', '195035.990000', '195035.993000', '195035.996000', '195035.998000', '195036.002000', '195036.004000', '195036.007000', '195036.010000', '195036.012000', '195036.015000', '195036.017000', '195036.020000', '195036.023000', '195036.025000', '195036.028000', '195036.031000', '195036.033000', '195036.036000', '195036.038000', '195036.041000', '195036.044000', '195036.046000', '195055.933000', '195055.935000', '195055.938000', '195055.941000', '195055.943000', '195055.946000', '195055.948000', '195055.951000', '195055.954000', '195055.956000', '195055.959000', '195055.961000', '195055.964000', '195055.967000', '195055.969000', '195055.972000', '195055.974000', '195055.977000', '195055.979000', '195055.982000', '195055.985000', '195055.987000', '195055.990000', '195055.992000', '195055.995000', '195055.997000', '195056.001000', '195056.004000', '195056.006000', '195056.009000', '195056.011000', '195056.014000', '195056.017000', '195056.019000', '195056.022000', '195056.024000', '195056.027000', '195056.029000', '195056.032000', '195056.035000', '195056.037000', '195056.040000', '195056.042000', '195115.933000', '195115.935000', '195115.938000', '195115.941000', '195115.943000', '195115.946000', '195115.949000', '195115.951000', '195115.954000', '195115.956000', '195115.959000', '195115.961000', '195115.964000', '195115.966000', '195115.969000', '195115.972000', '195115.975000', '195115.978000', '195115.981000', '195115.983000', '195115.986000', '195115.988000', '195115.991000', '195115.993000', '195115.996000', '195116.000000', '195116.002000', '195116.005000', '195116.007000', '195116.010000', '195116.012000', '195116.015000', '195116.018000', '195116.020000', '195116.023000', '195116.025000', '195116.028000', '195116.031000', '195116.033000', '195116.036000', '195116.038000', '195116.041000', '195116.044000', '195116.046000', '195135.933000', '195135.935000', '195135.938000', '195135.941000', '195135.943000', '195135.946000', '195135.949000', '195135.951000', '195135.954000', '195135.956000', '195135.959000', '195135.961000', '195135.964000', '195135.966000', '195135.969000', '195135.972000', '195135.974000', '195135.977000', '195135.979000', '195135.982000', '195135.984000', '195135.987000', '195135.990000', '195135.992000', '195135.995000', '195135.997000', '195136.001000', '195136.004000', '195136.006000', '195136.009000', '195136.011000', '195136.014000', '195136.017000', '195136.020000', '195136.022000', '195136.025000', '195136.027000', '195136.030000', '195136.032000', '195136.035000', '195136.037000', '195136.040000', '195136.042000', '195146.287000', '195146.290000', '195146.293000', '195146.295000', '195146.298000', '195146.301000', '195146.303000', '195146.306000', '195146.309000', '195146.311000', '195146.314000', '195146.316000', '195146.319000', '195146.322000', '195146.324000', '195146.327000', '195146.329000', '195146.332000', '195146.335000', '195146.337000', '195146.340000', '195146.342000', '195146.345000'], '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': [8903, 15297, 9491, 10165, 8599, 9270, 11205, 8397, 7910, 8597, 9891, 9434, 8926, 10498, 8568, 7888, 8642, 9589, 8823, 8933, 7812, 9030, 7954, 9025, 9502, 8589, 9182, 8757, 9065, 8801, 8966, 9268, 9043, 7601, 9213, 9306, 8568, 7761, 8877, 8011, 9202, 13602, 9860, 9973, 8860, 10305, 8818, 9058, 12082, 9473, 10005, 8697, 9593, 8906, 9336, 9165, 9296, 9086, 10072, 9184, 8932, 8137, 9111, 13289, 12072, 9588, 8659, 10080, 9277, 8975, 8964, 9057, 12657, 9107, 8315, 9141, 10006, 9076, 9003, 9293, 8959, 7717, 9010, 8534, 9305, 10592, 9526, 8964, 9124, 9242, 8230, 9031, 11427, 9408, 10186, 8853, 9633, 9525, 8883, 9478, 8826, 7830, 9141, 13446, 9940, 8295, 8545, 8591, 8919, 9437, 9430, 8875, 8045, 9088, 8428, 9153, 11625, 9970, 11283, 8632, 9549, 7614, 9008, 10546, 8739, 10073, 9425, 9011, 9232, 9010, 9031, 9284, 8640, 9286, 9204, 8487, 8832, 12140, 10543, 12265, 10288, 9294, 8282, 8806, 8127, 8941, 14175, 9135, 8012, 8783, 9372, 9022, 8966, 9037, 9200, 9198, 8444, 8716, 10084, 9313, 10440, 8549, 9561, 8322, 9055, 7451, 9061, 11890, 9077, 8309, 8716, 8319, 8909, 10212, 9050, 9765, 8761, 9216, 9225, 8089, 9201, 10160, 9401, 9469, 8841, 9935, 9331, 8167, 8944, 10835, 9384, 10260, 8654, 8988, 8219, 9009, 7365, 9326, 7423, 9017, 7859, 8999, 7543, 9009, 9280, 9062, 9287, 9554, 7807, 9336, 11546, 8834, 8106, 9219, 7839, 9343, 11577, 10296, 8008, 8781, 7784, 9187, 10868, 8828, 12124, 12055, 9898, 8831, 8229, 9098, 10344, 9130, 9234, 8896, 8762, 9366, 8955, 9088, 9160, 14188, 10388, 10820, 9182, 9888, 8286, 8919, 11534, 8811, 8306, 8599, 8203, 8781, 10592, 9596, 7984, 8603, 8314, 9232, 10923, 9473, 10051, 8483, 9466, 8659, 9199, 7310, 9197, 7853, 8631, 7327, 9033, 9038, 8931, 7889, 8958, 11394, 10487, 7323, 9210, 9797, 9013, 8092, 9345, 10353, 9278, 8974, 9272, 8930, 7994, 8985, 13396, 10308, 10063, 9029, 10871, 9554, 9450, 9523, 9455, 7795, 9035, 8033, 9136, 10880, 8662, 10142, 9978, 8619, 9144, 8715, 9334, 9135, 9057, 9351, 9253, 9229, 9294, 12043, 8728, 9023, 10725, 8770, 8059, 9048, 7550, 9271, 12581, 8707, 9710, 10461, 11724, 8988, 8938, 8625, 9173, 14446, 9197, 10806, 8909, 10411, 9109, 8878, 7344, 9018, 12274, 8832, 9031, 8499, 8219, 8868, 9671, 9189, 8878, 8876, 9750, 9099, 8768, 9174, 8946, 8085, 8972, 9296, 8582, 7281, 9055, 9518, 8959, 8276, 8925, 11664, 9802, 8340, 9057, 7219, 9191, 13213, 9071, 9805, 8962, 9623, 9353, 9039, 7743, 9316, 8252, 9218, 8163, 9539, 8173, 9813, 9737, 8991, 9731, 9111, 7971, 9321, 12279, 10545, 8323, 9135, 8319, 9078, 10201, 9320, 9328, 8506, 9970, 8931, 8827, 9416, 9160, 9064, 8632, 9304, 8870, 8275, 8984, 8190, 8856, 10084, 9904, 8306, 8482, 7728, 9279, 8775, 8832, 11784, 11143, 11815, 10191, 8158, 8691, 7607, 9170, 11478, 9823, 9893, 9011, 9554, 8403, 9216, 11769, 8751, 10303, 10902, 10509, 9118, 8865, 8058, 8914, 7940, 8885, 8245, 8651, 12282, 8988, 9454, 9122, 8931, 9330, 8915, 9205, 9100, 9291, 11100, 8396, 11829, 8957, 8838, 8604, 8796, 11446, 8656, 8004, 8659, 8775, 8750, 10138, 9517, 10285, 8808, 8065, 8822, 9974, 9120, 9505, 8718, 9037, 9085, 8911, 9536, 9093, 8696, 10217, 13232, 11122, 8940, 8752, 10500, 9126, 9658, 8588, 9665, 8883, 8952, 9181, 8753, 9270, 9042, 7768, 9692, 8925, 8757, 9549, 10579, 8964, 9418, 8352, 9811, 9261, 9434, 8824, 10795, 9527, 9719, 8265, 9721, 9102, 8827, 9268, 9082, 9184, 9099, 7789, 8936, 8207, 8647, 8211, 8797, 8244, 8719, 10407, 9601, 11624, 8751, 8071, 8640, 10170, 8947, 8990, 8719, 9286, 8923, 8807, 9489, 11536, 8963, 10249, 8505, 9802, 9224, 8704, 8205, 8897, 12651, 8639, 8349, 8880, 8111, 9282, 10422, 8881, 12035, 11269, 9112, 8720, 8210, 8830, 11178, 9088, 10000, 9321, 9975, 9108, 8532, 9000, 9610, 8998, 9158, 7852, 9077, 8938, 9080, 10007, 8846, 10362, 11338, 9731, 9239, 9870, 8941, 9507, 8292, 8776, 8045, 9138, 8376, 8699, 10899, 8872, 8398, 8835, 8376, 9025, 9363, 9081, 11900, 10090, 7958, 8740, 10919, 9329, 9039, 8446, 9308, 8027, 8579, 11115, 8974, 9118, 8688, 9157, 8769, 8753, 9000, 10381, 8166, 9209, 8426, 9984, 8404, 8902, 9210, 8833, 9743, 8846, 9748, 8789, 8879, 8861, 8808, 9206, 8976, 7724, 9533, 8546, 9059, 7285, 8984, 11750, 8626, 9786, 9363, 8206, 8523, 9528, 8491, 9717, 8552, 8134, 8258, 7555, 9343, 7389, 9199, 12207, 11741, 10359, 8966, 11129, 9623, 9975, 8907, 9228, 13112, 9010, 8041, 8483, 10617, 8768, 9076, 8671, 8179, 8523, 7411, 9093, 11809, 9425, 10468, 8593, 9455, 8598, 8837, 8846, 8780, 8637, 8902, 8066, 8667, 8532, 9077, 9608, 9080, 7432, 8965, 9310, 8512, 7737, 8933, 8588, 9274, 11075, 8938, 9783, 9243, 8237, 8553, 8367, 9277, 10714, 10666, 10815, 9572, 10541, 9101, 11576, 8800, 9821, 7600, 9892, 9307, 9075, 9504, 9089, 9457, 10855, 8720, 11658, 8763, 8902, 9090, 9816, 7868, 9906, 9002, 8291, 8876, 9764, 9715, 9862, 9541, 9531, 12111, 8909, 13134, 9360, 8000, 9067, 8577, 8980, 9884, 9581, 9040, 9343, 9321, 9526, 8599, 9861, 8515, 9407, 8134, 10339, 9079, 8861, 9142, 11065, 9218, 9183, 8267, 8949, 9011, 9065, 7900, 9358, 14039, 9339, 10558, 8918, 11393, 8797, 9145, 9247, 8989, 9318, 8956, 8862, 9947, 8706, 9881, 9530, 8634, 9329, 9286, 8715, 9238, 11474, 9168, 9135, 9267, 9757, 9439, 9053, 9216, 10886, 8776, 11020, 9390, 9090, 9484, 8878, 9072, 8678, 9045, 8295, 10084, 9304, 11869, 9186, 9677, 11110, 9633, 8154, 9053, 10120, 9216, 10227, 9278, 9379, 8987, 8568, 8978, 7706, 9390, 8324, 9201, 9541, 10744, 8785, 8983, 9527, 9112, 11895, 9422, 10356, 9092, 11488, 8094, 7806, 9379, 10436, 7669, 9161, 7761, 9238, 8862, 9481, 12384, 10136, 11426, 9818, 9058, 8514, 9299, 8245, 10466, 13005, 11249, 9171, 9994, 8706, 9349, 15484, 9299, 12738, 8969, 9314, 8221, 8816, 8376, 8556, 8309, 8984, 8464, 9068, 8067, 8811, 7923, 9198, 8889, 8144, 8623, 7361, 9002, 7947, 9350, 9707, 9604, 8195, 9395, 9227, 9005, 9724, 9556, 9351, 8858, 8743, 9349, 9646, 7532, 8914, 8952, 8925, 9682, 8790, 9697, 8447, 10728, 9335, 9669, 9454, 8895, 11495, 8967, 11166, 9239, 12039, 10406, 8386, 8683, 9247, 10142, 9527, 9075, 9443, 9608, 8854, 9081, 9200, 9029, 9167, 8988, 8383, 9370, 12374, 9919, 8004, 8917, 8860, 10585, 9902, 12214, 12254, 11830, 14063, 9623, 12057, 8927, 9161, 8643, 9216, 8620, 8828, 8965, 9851, 8795, 9795, 8968, 9199, 8626, 9313, 8813, 9584, 9276, 9692, 9434, 10153, 9284, 8015, 9352, 9120, 9443, 8076, 8831, 7135, 9350, 8270, 8057, 9499, 8589, 7550, 9212, 7458, 9600, 7760, 9359, 10194, 9157, 9821, 9308, 7916, 9579, 8362, 10106, 8432, 10438, 8856, 7854, 8815, 8385, 9263, 9263, 7771, 9297, 11864, 10538, 12403, 10650, 8075, 8871, 8905, 10016, 9436, 12366, 10259, 8269, 8690, 8100, 9034, 9094, 8963, 9101, 8281, 9815, 9170, 10320, 8568, 11573, 9509, 12085, 9348, 13417, 9098, 8339, 9348, 8234, 9207, 10658, 9413, 9833, 8777, 8086, 9182, 8080, 9015, 8266, 7916, 8940, 9344, 11276, 9758, 9111, 10307, 9009, 11923, 10588, 10979, 10591, 9373, 8369, 9429, 8941, 9748, 9120, 9377, 8875, 9612, 9319, 8322, 8728, 7552, 8961, 9000, 10133, 9512, 8664, 8690, 8213, 9241, 8545, 9826, 14100, 12700, 8639, 9269, 8345, 9313, 11194, 9602, 8991, 8459, 9181, 8165, 8705, 9034, 8453, 8371, 8984, 8669, 8666, 9355, 9406, 11116, 9777, 12055, 9321, 12953, 9973, 12677, 10652, 13216, 9235, 12531, 8539, 10201, 8228, 9693, 8548, 9026, 8616, 8499, 8560, 8838, 8215, 7781, 8916, 8455, 8270, 8375, 9058, 12455, 9307, 11527, 9770, 10617, 8589, 7986, 9050, 8287, 9694, 8847, 9406, 8959, 9082, 9128, 8052, 8032, 8314, 8813, 8783, 9384, 8546, 10408, 8711, 7384, 8790, 8585, 9468, 8096, 9289, 8317, 9188, 7735, 9005, 8645, 9247, 8147, 9469, 7924, 8794, 8373, 9103, 8564, 8080, 8806, 7343, 9226, 12471, 11564, 7887, 9259, 8481, 9769, 14141, 10223, 12702, 10567, 11967, 8892, 7922, 8964, 8130, 8649, 10824, 8733, 7887, 9631, 8692, 9584, 8990, 8349, 8958, 8004, 10238, 9790, 8426, 8733, 9197, 8356, 9530, 8963, 12540, 9673, 12293, 9960, 10346, 8907, 9492, 8391, 8983, 8734, 9650, 9088, 10417, 9330, 8582, 8362, 8865, 8489, 8891, 9215, 9074, 8146, 8813, 8728, 9743, 8897, 11308, 9190, 10776, 9245, 9525, 8854, 9038, 8879, 9142, 8771, 9289, 8419, 9245, 8541, 8648, 8924, 8066, 8884, 8030, 8548, 8947, 8119, 8252, 9136, 11001, 12756, 10889, 12052, 8951, 12351, 8786, 8950, 8547, 10135, 8669, 9528, 10397, 7815, 10526, 8404, 10274, 8485, 10304, 8350, 10572, 8285, 10639, 8298, 8709, 8330, 8089, 9216, 8909, 8804, 9002, 8407, 8619, 8547, 13495, 8488, 11744, 10229, 9770, 9777, 9693, 7921, 8536, 8527, 8922, 8699, 9140, 8232, 7704, 8738, 8695, 10084, 9469, 11189, 10832, 8545, 8838, 8124, 9387, 8338, 9703, 8520, 10344, 8482, 9576, 8600, 9308, 8933, 11527, 10568, 11190, 8732, 9937, 8528, 10400, 9703, 10169, 8661, 10694, 8447, 10043, 8722, 10470, 9155, 10019, 8712, 8184, 8759, 11158, 9781, 12373, 9344, 7988, 8454, 8550, 9030, 8725, 10306, 8416, 10619, 8995, 9267, 8719, 11135, 9623, 11372, 8456, 11511, 8076, 9595, 7872, 9399, 8465, 9743, 7999, 9950, 8566, 7718, 8876, 8079, 8397, 8864, 8954, 8991, 8377, 13117, 8898, 11301, 9745, 11047, 8586, 11595, 8832, 8410, 8848, 10792, 8972, 10402, 9145, 7936, 8069, 8474, 8774, 8831, 7632, 8977, 11869, 11469, 7915, 8867, 8270, 10004, 10104, 10938, 8904, 13401, 12116, 8514, 10196, 9321, 8043, 8259, 8823, 9181, 8693, 10717, 8484, 10538, 8365, 11180, 8750, 13199, 9474, 13950, 9188, 14275, 9410, 12611, 8858, 14893, 9083, 8066, 9436, 7999, 10516, 8211, 10351, 8673, 9620, 8196, 9547, 8658, 8915, 8652, 8237, 9440, 8679, 8389, 8946, 8127, 8086, 9348, 8560, 8965, 8285, 8982, 7868, 10145, 8440, 8643, 9941, 8389, 8186, 9001, 8883, 10779, 9665, 9666, 9184, 9351, 8471, 9975, 8554, 8179, 9795, 8262, 11976, 9017, 13259, 9457, 9818, 8740, 8683, 9836, 8797, 10379, 9002, 11108, 9161, 10494, 9269, 9956, 8919, 7960, 8810, 7707, 9678, 8446, 9329, 8295, 9580, 8060, 10413, 8918, 8701, 8637, 7981, 8932, 8580, 8049, 8912, 8196, 7797, 8163, 8432, 8139, 7932, 8543, 11528, 10665, 10020, 8526, 9538, 8691, 13224, 9353, 12830, 9586, 10054, 9113, 9988, 8142, 12271, 8677, 8154, 10032, 8316, 7856, 8973, 11540, 9106, 10986, 8967, 7873, 9623, 9049, 7415, 8705, 7945, 7865, 9029, 8599, 10639, 9250, 10116, 8663, 7715, 8891, 8645, 10346, 9866, 12993, 11781, 10264, 8851, 8414, 9797, 9428, 8289, 8774, 9229, 10683, 9104, 10396, 8802, 12861, 10200, 10978, 9370, 7826, 8527, 8146, 9302, 8787, 9534, 8054, 9718, 8146, 10032, 9057, 7446, 8592, 7360, 9000, 10576, 8865, 13864, 9902, 10211], 'WindowCenter': [4381.0, 4417.0, 4351.0, 4344.0, 4325.0, 4335.0, 4340.0, 4312.0, 4313.0, 4321.0, 4333.0, 4323.0, 4324.0, 4332.0, 4314.0, 4302.0, 4322.0, 4332.0, 4322.0, 4323.0, 4302.0, 4323.0, 4313.0, 4322.0, 4334.0, 4323.0, 4324.0, 4326.0, 4324.0, 4336.0, 4331.0, 4331.0, 4336.0, 4313.0, 4337.0, 4335.0, 4324.0, 4315.0, 4331.0, 4316.0, 4335.0, 4364.0, 4346.0, 4334.0, 4333.0, 4343.0, 4324.0, 4335.0, 4352.0, 4332.0, 4334.0, 4326.0, 4333.0, 4325.0, 4333.0, 4335.0, 4336.0, 4322.0, 4334.0, 4335.0, 4335.0, 4314.0, 4323.0, 4366.0, 4351.0, 4322.0, 4324.0, 4333.0, 4322.0, 4322.0, 4311.0, 4312.0, 4351.0, 4311.0, 4298.0, 4319.0, 4317.0, 4308.0, 4320.0, 4321.0, 4324.0, 4300.0, 4322.0, 4324.0, 4333.0, 4344.0, 4331.0, 4321.0, 4324.0, 4323.0, 4307.0, 4321.0, 4341.0, 4322.0, 4332.0, 4321.0, 4319.0, 4330.0, 4319.0, 4330.0, 4322.0, 4300.0, 4320.0, 4358.0, 4333.0, 4312.0, 4325.0, 4323.0, 4322.0, 4320.0, 4321.0, 4321.0, 4311.0, 4321.0, 4324.0, 4335.0, 4353.0, 4330.0, 4340.0, 4310.0, 4323.0, 4299.0, 4320.0, 4331.0, 4309.0, 4318.0, 4321.0, 4321.0, 4333.0, 4321.0, 4318.0, 4322.0, 4324.0, 4333.0, 4335.0, 4324.0, 4333.0, 4350.0, 4330.0, 4342.0, 4321.0, 4308.0, 4297.0, 4310.0, 4299.0, 4308.0, 4348.0, 4318.0, 4301.0, 4311.0, 4320.0, 4323.0, 4319.0, 4323.0, 4320.0, 4323.0, 4311.0, 4323.0, 4332.0, 4322.0, 4329.0, 4311.0, 4320.0, 4301.0, 4322.0, 4285.0, 4319.0, 4342.0, 4321.0, 4298.0, 4312.0, 4311.0, 4323.0, 4331.0, 4311.0, 4316.0, 4309.0, 4322.0, 4322.0, 4313.0, 4334.0, 4334.0, 4320.0, 4321.0, 4320.0, 4332.0, 4333.0, 4312.0, 4322.0, 4340.0, 4321.0, 4329.0, 4310.0, 4310.0, 4297.0, 4311.0, 4290.0, 4319.0, 4288.0, 4322.0, 4307.0, 4324.0, 4314.0, 4321.0, 4332.0, 4324.0, 4334.0, 4333.0, 4313.0, 4334.0, 4353.0, 4321.0, 4313.0, 4332.0, 4313.0, 4334.0, 4339.0, 4331.0, 4314.0, 4321.0, 4303.0, 4334.0, 4343.0, 4324.0, 4351.0, 4355.0, 4332.0, 4321.0, 4309.0, 4320.0, 4332.0, 4322.0, 4321.0, 4319.0, 4322.0, 4331.0, 4324.0, 4322.0, 4323.0, 4363.0, 4332.0, 4328.0, 4320.0, 4319.0, 4296.0, 4311.0, 4340.0, 4310.0, 4306.0, 4309.0, 4311.0, 4309.0, 4330.0, 4330.0, 4302.0, 4323.0, 4312.0, 4335.0, 4345.0, 4322.0, 4321.0, 4308.0, 4321.0, 4311.0, 4333.0, 4290.0, 4320.0, 4302.0, 4310.0, 4291.0, 4322.0, 4320.0, 4323.0, 4312.0, 4323.0, 4340.0, 4333.0, 4292.0, 4322.0, 4333.0, 4322.0, 4302.0, 4321.0, 4329.0, 4324.0, 4336.0, 4331.0, 4336.0, 4313.0, 4332.0, 4363.0, 4341.0, 4333.0, 4321.0, 4340.0, 4320.0, 4321.0, 4322.0, 4321.0, 4302.0, 4323.0, 4299.0, 4322.0, 4331.0, 4308.0, 4331.0, 4333.0, 4311.0, 4322.0, 4306.0, 4323.0, 4320.0, 4318.0, 4322.0, 4334.0, 4333.0, 4324.0, 4354.0, 4309.0, 4320.0, 4331.0, 4312.0, 4301.0, 4322.0, 4301.0, 4320.0, 4350.0, 4322.0, 4332.0, 4345.0, 4353.0, 4324.0, 4324.0, 4311.0, 4323.0, 4362.0, 4320.0, 4331.0, 4311.0, 4330.0, 4321.0, 4308.0, 4289.0, 4310.0, 4339.0, 4311.0, 4310.0, 4311.0, 4310.0, 4322.0, 4316.0, 4316.0, 4306.0, 4311.0, 4318.0, 4308.0, 4311.0, 4319.0, 4321.0, 4297.0, 4321.0, 4319.0, 4311.0, 4291.0, 4322.0, 4333.0, 4323.0, 4309.0, 4320.0, 4341.0, 4332.0, 4306.0, 4320.0, 4302.0, 4331.0, 4352.0, 4320.0, 4320.0, 4311.0, 4319.0, 4322.0, 4321.0, 4303.0, 4322.0, 4311.0, 4319.0, 4312.0, 4331.0, 4313.0, 4330.0, 4334.0, 4319.0, 4333.0, 4323.0, 4301.0, 4321.0, 4340.0, 4332.0, 4312.0, 4320.0, 4311.0, 4320.0, 4331.0, 4321.0, 4321.0, 4309.0, 4331.0, 4322.0, 4322.0, 4322.0, 4333.0, 4322.0, 4312.0, 4319.0, 4334.0, 4314.0, 4321.0, 4313.0, 4319.0, 4343.0, 4335.0, 4313.0, 4324.0, 4314.0, 4335.0, 4324.0, 4324.0, 4353.0, 4343.0, 4354.0, 4334.0, 4313.0, 4323.0, 4312.0, 4332.0, 4339.0, 4333.0, 4334.0, 4322.0, 4334.0, 4311.0, 4323.0, 4353.0, 4320.0, 4330.0, 4340.0, 4327.0, 4322.0, 4321.0, 4301.0, 4321.0, 4296.0, 4321.0, 4310.0, 4309.0, 4338.0, 4310.0, 4322.0, 4322.0, 4309.0, 4320.0, 4320.0, 4331.0, 4319.0, 4334.0, 4339.0, 4314.0, 4340.0, 4322.0, 4306.0, 4308.0, 4310.0, 4340.0, 4308.0, 4300.0, 4308.0, 4310.0, 4309.0, 4331.0, 4332.0, 4328.0, 4322.0, 4312.0, 4322.0, 4329.0, 4323.0, 4330.0, 4326.0, 4322.0, 4318.0, 4321.0, 4334.0, 4324.0, 4318.0, 4334.0, 4350.0, 4342.0, 4310.0, 4310.0, 4324.0, 4309.0, 4309.0, 4296.0, 4318.0, 4306.0, 4307.0, 4321.0, 4310.0, 4320.0, 4321.0, 4301.0, 4330.0, 4320.0, 4324.0, 4345.0, 4346.0, 4323.0, 4322.0, 4310.0, 4333.0, 4334.0, 4333.0, 4322.0, 4338.0, 4317.0, 4323.0, 4311.0, 4319.0, 4322.0, 4321.0, 4317.0, 4322.0, 4321.0, 4322.0, 4299.0, 4321.0, 4313.0, 4311.0, 4312.0, 4320.0, 4311.0, 4322.0, 4342.0, 4331.0, 4340.0, 4320.0, 4312.0, 4321.0, 4332.0, 4321.0, 4319.0, 4312.0, 4320.0, 4322.0, 4322.0, 4333.0, 4354.0, 4324.0, 4342.0, 4321.0, 4328.0, 4320.0, 4313.0, 4295.0, 4308.0, 4351.0, 4321.0, 4309.0, 4320.0, 4309.0, 4323.0, 4339.0, 4320.0, 4352.0, 4343.0, 4321.0, 4312.0, 4311.0, 4319.0, 4339.0, 4311.0, 4316.0, 4319.0, 4320.0, 4320.0, 4311.0, 4319.0, 4321.0, 4318.0, 4319.0, 4299.0, 4322.0, 4323.0, 4322.0, 4333.0, 4322.0, 4328.0, 4340.0, 4331.0, 4320.0, 4331.0, 4309.0, 4318.0, 4297.0, 4308.0, 4295.0, 4321.0, 4310.0, 4308.0, 4338.0, 4320.0, 4310.0, 4320.0, 4310.0, 4319.0, 4330.0, 4322.0, 4355.0, 4344.0, 4310.0, 4323.0, 4339.0, 4321.0, 4308.0, 4298.0, 4318.0, 4297.0, 4310.0, 4326.0, 4309.0, 4309.0, 4300.0, 4306.0, 4307.0, 4309.0, 4318.0, 4330.0, 4309.0, 4320.0, 4300.0, 4320.0, 4307.0, 4309.0, 4320.0, 4318.0, 4314.0, 4307.0, 4330.0, 4309.0, 4315.0, 4319.0, 4319.0, 4321.0, 4322.0, 4299.0, 4322.0, 4322.0, 4322.0, 4291.0, 4320.0, 4342.0, 4312.0, 4333.0, 4323.0, 4311.0, 4322.0, 4332.0, 4321.0, 4333.0, 4324.0, 4312.0, 4324.0, 4314.0, 4345.0, 4313.0, 4345.0, 4364.0, 4356.0, 4339.0, 4321.0, 4338.0, 4319.0, 4322.0, 4307.0, 4321.0, 4339.0, 4309.0, 4298.0, 4310.0, 4330.0, 4306.0, 4310.0, 4310.0, 4307.0, 4311.0, 4299.0, 4323.0, 4352.0, 4322.0, 4325.0, 4311.0, 4315.0, 4307.0, 4309.0, 4310.0, 4310.0, 4308.0, 4311.0, 4298.0, 4308.0, 4311.0, 4317.0, 4331.0, 4321.0, 4289.0, 4321.0, 4320.0, 4319.0, 4302.0, 4334.0, 4325.0, 4333.0, 4344.0, 4323.0, 4334.0, 4331.0, 4313.0, 4323.0, 4325.0, 4334.0, 4343.0, 4346.0, 4345.0, 4332.0, 4344.0, 4319.0, 4351.0, 4322.0, 4333.0, 4297.0, 4329.0, 4319.0, 4322.0, 4333.0, 4322.0, 4331.0, 4341.0, 4318.0, 4340.0, 4312.0, 4322.0, 4323.0, 4330.0, 4303.0, 4330.0, 4324.0, 4324.0, 4332.0, 4343.0, 4341.0, 4344.0, 4334.0, 4330.0, 4349.0, 4320.0, 4349.0, 4316.0, 4298.0, 4321.0, 4311.0, 4322.0, 4332.0, 4319.0, 4309.0, 4322.0, 4319.0, 4323.0, 4311.0, 4320.0, 4305.0, 4318.0, 4301.0, 4326.0, 4307.0, 4310.0, 4322.0, 4341.0, 4316.0, 4322.0, 4311.0, 4320.0, 4322.0, 4320.0, 4312.0, 4331.0, 4360.0, 4321.0, 4329.0, 4311.0, 4342.0, 4311.0, 4320.0, 4322.0, 4320.0, 4319.0, 4308.0, 4319.0, 4330.0, 4310.0, 4331.0, 4328.0, 4322.0, 4331.0, 4334.0, 4318.0, 4318.0, 4340.0, 4324.0, 4321.0, 4324.0, 4330.0, 4333.0, 4320.0, 4323.0, 4339.0, 4312.0, 4343.0, 4332.0, 4322.0, 4333.0, 4320.0, 4320.0, 4318.0, 4325.0, 4321.0, 4343.0, 4331.0, 4351.0, 4321.0, 4320.0, 4340.0, 4321.0, 4300.0, 4311.0, 4317.0, 4320.0, 4318.0, 4308.0, 4320.0, 4309.0, 4309.0, 4310.0, 4300.0, 4319.0, 4311.0, 4320.0, 4320.0, 4343.0, 4311.0, 4316.0, 4333.0, 4321.0, 4349.0, 4322.0, 4344.0, 4338.0, 4358.0, 4315.0, 4301.0, 4325.0, 4329.0, 4274.0, 4307.0, 4289.0, 4319.0, 4322.0, 4336.0, 4354.0, 4333.0, 4339.0, 4319.0, 4324.0, 4298.0, 4306.0, 4284.0, 4316.0, 4327.0, 4319.0, 4296.0, 4301.0, 4282.0, 4294.0, 4322.0, 4281.0, 4300.0, 4270.0, 4279.0, 4259.0, 4269.0, 4270.0, 4271.0, 4271.0, 4282.0, 4285.0, 4295.0, 4284.0, 4294.0, 4282.0, 4296.0, 4298.0, 4287.0, 4295.0, 4277.0, 4308.0, 4286.0, 4307.0, 4309.0, 4309.0, 4287.0, 4305.0, 4309.0, 4295.0, 4309.0, 4323.0, 4309.0, 4308.0, 4308.0, 4308.0, 4319.0, 4298.0, 4308.0, 4321.0, 4323.0, 4335.0, 4323.0, 4334.0, 4315.0, 4345.0, 4334.0, 4336.0, 4334.0, 4324.0, 4341.0, 4310.0, 4331.0, 4310.0, 4330.0, 4318.0, 4286.0, 4299.0, 4309.0, 4332.0, 4330.0, 4322.0, 4344.0, 4345.0, 4349.0, 4346.0, 4357.0, 4357.0, 4358.0, 4350.0, 4316.0, 4332.0, 4345.0, 4322.0, 4302.0, 4311.0, 4310.0, 4333.0, 4319.0, 4327.0, 4316.0, 4318.0, 4310.0, 4280.0, 4299.0, 4271.0, 4279.0, 4269.0, 4283.0, 4279.0, 4283.0, 4296.0, 4330.0, 4312.0, 4321.0, 4294.0, 4304.0, 4297.0, 4305.0, 4309.0, 4316.0, 4311.0, 4320.0, 4318.0, 4329.0, 4320.0, 4299.0, 4334.0, 4333.0, 4337.0, 4310.0, 4309.0, 4279.0, 4323.0, 4327.0, 4326.0, 4361.0, 4351.0, 4329.0, 4350.0, 4315.0, 4347.0, 4317.0, 4335.0, 4345.0, 4332.0, 4342.0, 4333.0, 4315.0, 4346.0, 4326.0, 4344.0, 4324.0, 4343.0, 4323.0, 4315.0, 4323.0, 4315.0, 4332.0, 4333.0, 4304.0, 4324.0, 4341.0, 4333.0, 4341.0, 4331.0, 4303.0, 4307.0, 4310.0, 4321.0, 4320.0, 4339.0, 4330.0, 4300.0, 4311.0, 4301.0, 4323.0, 4310.0, 4310.0, 4311.0, 4313.0, 4329.0, 4321.0, 4331.0, 4323.0, 4365.0, 4335.0, 4349.0, 4321.0, 4358.0, 4322.0, 4310.0, 4319.0, 4312.0, 4323.0, 4341.0, 4322.0, 4331.0, 4325.0, 4312.0, 4319.0, 4312.0, 4311.0, 4314.0, 4314.0, 4322.0, 4334.0, 4367.0, 4348.0, 4335.0, 4355.0, 4334.0, 4351.0, 4328.0, 4342.0, 4329.0, 4318.0, 4312.0, 4320.0, 4320.0, 4330.0, 4323.0, 4319.0, 4322.0, 4331.0, 4322.0, 4311.0, 4323.0, 4304.0, 4323.0, 4336.0, 4345.0, 4335.0, 4325.0, 4312.0, 4309.0, 4323.0, 4308.0, 4325.0, 4351.0, 4344.0, 4298.0, 4308.0, 4298.0, 4310.0, 4345.0, 4332.0, 4323.0, 4307.0, 4320.0, 4312.0, 4324.0, 4350.0, 4350.0, 4352.0, 4362.0, 4360.0, 4359.0, 4361.0, 4345.0, 4360.0, 4357.0, 4356.0, 4335.0, 4363.0, 4338.0, 4354.0, 4329.0, 4337.0, 4304.0, 4324.0, 4280.0, 4305.0, 4271.0, 4290.0, 4296.0, 4293.0, 4310.0, 4299.0, 4295.0, 4295.0, 4295.0, 4277.0, 4307.0, 4310.0, 4326.0, 4325.0, 4334.0, 4367.0, 4335.0, 4351.0, 4332.0, 4329.0, 4308.0, 4298.0, 4319.0, 4308.0, 4334.0, 4321.0, 4330.0, 4321.0, 4320.0, 4321.0, 4300.0, 4301.0, 4311.0, 4323.0, 4324.0, 4331.0, 4323.0, 4343.0, 4325.0, 4306.0, 4324.0, 4336.0, 4346.0, 4314.0, 4335.0, 4313.0, 4321.0, 4301.0, 4319.0, 4321.0, 4330.0, 4301.0, 4331.0, 4302.0, 4309.0, 4312.0, 4324.0, 4324.0, 4311.0, 4334.0, 4306.0, 4339.0, 4364.0, 4354.0, 4313.0, 4331.0, 4335.0, 4355.0, 4374.0, 4342.0, 4351.0, 4333.0, 4342.0, 4319.0, 4300.0, 4322.0, 4310.0, 4323.0, 4340.0, 4320.0, 4312.0, 4334.0, 4322.0, 4346.0, 4324.0, 4314.0, 4333.0, 4314.0, 4343.0, 4344.0, 4312.0, 4312.0, 4322.0, 4311.0, 4322.0, 4310.0, 4341.0, 4320.0, 4340.0, 4307.0, 4317.0, 4295.0, 4305.0, 4284.0, 4295.0, 4294.0, 4304.0, 4295.0, 4315.0, 4306.0, 4296.0, 4300.0, 4310.0, 4311.0, 4309.0, 4319.0, 4320.0, 4300.0, 4321.0, 4311.0, 4321.0, 4321.0, 4342.0, 4323.0, 4331.0, 4319.0, 4319.0, 4310.0, 4305.0, 4311.0, 4308.0, 4307.0, 4318.0, 4310.0, 4316.0, 4310.0, 4308.0, 4320.0, 4307.0, 4323.0, 4313.0, 4323.0, 4334.0, 4321.0, 4326.0, 4346.0, 4371.0, 4378.0, 4345.0, 4351.0, 4323.0, 4351.0, 4309.0, 4310.0, 4308.0, 4331.0, 4310.0, 4331.0, 4332.0, 4301.0, 4329.0, 4309.0, 4328.0, 4308.0, 4317.0, 4297.0, 4320.0, 4298.0, 4325.0, 4310.0, 4306.0, 4308.0, 4299.0, 4331.0, 4321.0, 4310.0, 4321.0, 4312.0, 4321.0, 4326.0, 4362.0, 4314.0, 4341.0, 4316.0, 4316.0, 4309.0, 4305.0, 4288.0, 4296.0, 4296.0, 4308.0, 4309.0, 4319.0, 4309.0, 4301.0, 4312.0, 4310.0, 4330.0, 4332.0, 4342.0, 4342.0, 4308.0, 4321.0, 4299.0, 4320.0, 4299.0, 4318.0, 4298.0, 4330.0, 4308.0, 4320.0, 4310.0, 4309.0, 4308.0, 4329.0, 4319.0, 4327.0, 4296.0, 4306.0, 4298.0, 4327.0, 4317.0, 4317.0, 4296.0, 4318.0, 4297.0, 4307.0, 4299.0, 4316.0, 4305.0, 4304.0, 4298.0, 4284.0, 4310.0, 4331.0, 4319.0, 4337.0, 4309.0, 4297.0, 4298.0, 4308.0, 4311.0, 4308.0, 4329.0, 4298.0, 4329.0, 4308.0, 4308.0, 4308.0, 4327.0, 4308.0, 4327.0, 4286.0, 4326.0, 4285.0, 4315.0, 4296.0, 4307.0, 4299.0, 4317.0, 4296.0, 4317.0, 4308.0, 4299.0, 4320.0, 4302.0, 4299.0, 4322.0, 4322.0, 4322.0, 4312.0, 4362.0, 4321.0, 4329.0, 4308.0, 4328.0, 4296.0, 4327.0, 4296.0, 4285.0, 4307.0, 4315.0, 4296.0, 4316.0, 4309.0, 4300.0, 4299.0, 4300.0, 4308.0, 4309.0, 4300.0, 4322.0, 4352.0, 4341.0, 4302.0, 4310.0, 4299.0, 4320.0, 4318.0, 4331.0, 4310.0, 4366.0, 4354.0, 4323.0, 4331.0, 4333.0, 4339.0, 4322.0, 4321.0, 4333.0, 4313.0, 4331.0, 4300.0, 4332.0, 4300.0, 4333.0, 4299.0, 4330.0, 4297.0, 4314.0, 4271.0, 4298.0, 4260.0, 4285.0, 4256.0, 4319.0, 4281.0, 4259.0, 4266.0, 4257.0, 4276.0, 4256.0, 4276.0, 4256.0, 4263.0, 4254.0, 4267.0, 4269.0, 4268.0, 4271.0, 4285.0, 4295.0, 4285.0, 4285.0, 4296.0, 4286.0, 4289.0, 4308.0, 4297.0, 4300.0, 4286.0, 4296.0, 4287.0, 4320.0, 4300.0, 4312.0, 4322.0, 4301.0, 4300.0, 4310.0, 4310.0, 4357.0, 4321.0, 4310.0, 4312.0, 4309.0, 4299.0, 4309.0, 4298.0, 4298.0, 4318.0, 4298.0, 4328.0, 4308.0, 4338.0, 4308.0, 4307.0, 4297.0, 4297.0, 4309.0, 4298.0, 4319.0, 4297.0, 4317.0, 4309.0, 4317.0, 4310.0, 4307.0, 4297.0, 4289.0, 4297.0, 4288.0, 4319.0, 4287.0, 4308.0, 4288.0, 4307.0, 4287.0, 4319.0, 4311.0, 4298.0, 4299.0, 4289.0, 4322.0, 4323.0, 4341.0, 4357.0, 4353.0, 4341.0, 4349.0, 4353.0, 4342.0, 4327.0, 4329.0, 4357.0, 4338.0, 4335.0, 4336.0, 4348.0, 4323.0, 4361.0, 4318.0, 4337.0, 4307.0, 4315.0, 4305.0, 4317.0, 4291.0, 4337.0, 4311.0, 4297.0, 4318.0, 4299.0, 4301.0, 4309.0, 4341.0, 4310.0, 4330.0, 4311.0, 4302.0, 4320.0, 4324.0, 4291.0, 4310.0, 4302.0, 4301.0, 4322.0, 4314.0, 4333.0, 4326.0, 4335.0, 4313.0, 4303.0, 4323.0, 4316.0, 4333.0, 4334.0, 4365.0, 4342.0, 4320.0, 4310.0, 4301.0, 4322.0, 4321.0, 4300.0, 4308.0, 4321.0, 4331.0, 4308.0, 4321.0, 4310.0, 4336.0, 4319.0, 4318.0, 4308.0, 4289.0, 4299.0, 4300.0, 4309.0, 4312.0, 4319.0, 4299.0, 4309.0, 4300.0, 4316.0, 4309.0, 4278.0, 4299.0, 4280.0, 4310.0, 4318.0, 4298.0, 4338.0, 4308.0, 4307.0], 'WindowWidth': [9678.0, 9714.0, 9614.0, 9595.0, 9566.0, 9578.0, 9579.0, 9541.0, 9542.0, 9552.0, 9568.0, 9555.0, 9556.0, 9567.0, 9543.0, 9526.0, 9555.0, 9567.0, 9554.0, 9555.0, 9527.0, 9558.0, 9542.0, 9556.0, 9571.0, 9558.0, 9558.0, 9565.0, 9559.0, 9579.0, 9568.0, 9568.0, 9579.0, 9546.0, 9581.0, 9577.0, 9561.0, 9551.0, 9571.0, 9552.0, 9577.0, 9615.0, 9591.0, 9575.0, 9573.0, 9587.0, 9560.0, 9577.0, 9595.0, 9569.0, 9572.0, 9563.0, 9571.0, 9562.0, 9571.0, 9575.0, 9577.0, 9557.0, 9574.0, 9577.0, 9578.0, 9545.0, 9559.0, 9615.0, 9593.0, 9553.0, 9557.0, 9570.0, 9553.0, 9554.0, 9535.0, 9539.0, 9590.0, 9536.0, 9515.0, 9546.0, 9542.0, 9530.0, 9549.0, 9551.0, 9558.0, 9523.0, 9554.0, 9560.0, 9574.0, 9587.0, 9567.0, 9552.0, 9557.0, 9557.0, 9530.0, 9551.0, 9578.0, 9552.0, 9565.0, 9549.0, 9545.0, 9561.0, 9548.0, 9562.0, 9554.0, 9523.0, 9549.0, 9599.0, 9570.0, 9541.0, 9562.0, 9558.0, 9556.0, 9551.0, 9552.0, 9552.0, 9538.0, 9554.0, 9560.0, 9577.0, 9599.0, 9563.0, 9575.0, 9535.0, 9554.0, 9519.0, 9548.0, 9563.0, 9532.0, 9544.0, 9551.0, 9553.0, 9570.0, 9552.0, 9547.0, 9554.0, 9560.0, 9572.0, 9576.0, 9561.0, 9573.0, 9592.0, 9561.0, 9579.0, 9548.0, 9528.0, 9513.0, 9533.0, 9517.0, 9528.0, 9582.0, 9542.0, 9521.0, 9537.0, 9547.0, 9554.0, 9546.0, 9556.0, 9548.0, 9554.0, 9539.0, 9556.0, 9566.0, 9553.0, 9559.0, 9536.0, 9548.0, 9522.0, 9553.0, 9498.0, 9546.0, 9578.0, 9550.0, 9516.0, 9539.0, 9537.0, 9556.0, 9564.0, 9537.0, 9541.0, 9532.0, 9551.0, 9553.0, 9544.0, 9573.0, 9573.0, 9549.0, 9551.0, 9549.0, 9566.0, 9569.0, 9542.0, 9555.0, 9577.0, 9551.0, 9559.0, 9533.0, 9534.0, 9514.0, 9537.0, 9508.0, 9547.0, 9506.0, 9555.0, 9531.0, 9560.0, 9547.0, 9555.0, 9570.0, 9561.0, 9576.0, 9573.0, 9546.0, 9577.0, 9599.0, 9552.0, 9544.0, 9570.0, 9544.0, 9573.0, 9575.0, 9567.0, 9544.0, 9552.0, 9529.0, 9575.0, 9583.0, 9559.0, 9594.0, 9603.0, 9566.0, 9552.0, 9534.0, 9552.0, 9566.0, 9554.0, 9552.0, 9549.0, 9554.0, 9569.0, 9560.0, 9553.0, 9555.0, 9608.0, 9566.0, 9556.0, 9547.0, 9544.0, 9512.0, 9536.0, 9573.0, 9534.0, 9525.0, 9531.0, 9536.0, 9534.0, 9562.0, 9563.0, 9526.0, 9555.0, 9541.0, 9575.0, 9587.0, 9552.0, 9550.0, 9531.0, 9549.0, 9536.0, 9572.0, 9510.0, 9549.0, 9527.0, 9535.0, 9511.0, 9555.0, 9551.0, 9558.0, 9540.0, 9557.0, 9577.0, 9569.0, 9514.0, 9553.0, 9569.0, 9553.0, 9525.0, 9550.0, 9562.0, 9559.0, 9580.0, 9568.0, 9577.0, 9546.0, 9569.0, 9611.0, 9580.0, 9570.0, 9554.0, 9577.0, 9549.0, 9551.0, 9552.0, 9551.0, 9526.0, 9554.0, 9520.0, 9553.0, 9563.0, 9531.0, 9564.0, 9571.0, 9539.0, 9554.0, 9529.0, 9556.0, 9549.0, 9548.0, 9554.0, 9572.0, 9570.0, 9559.0, 9597.0, 9532.0, 9548.0, 9564.0, 9538.0, 9523.0, 9553.0, 9525.0, 9550.0, 9590.0, 9555.0, 9569.0, 9587.0, 9597.0, 9559.0, 9561.0, 9538.0, 9557.0, 9606.0, 9547.0, 9564.0, 9537.0, 9560.0, 9550.0, 9531.0, 9506.0, 9533.0, 9571.0, 9535.0, 9533.0, 9537.0, 9535.0, 9553.0, 9540.0, 9539.0, 9526.0, 9535.0, 9542.0, 9531.0, 9537.0, 9545.0, 9551.0, 9515.0, 9550.0, 9546.0, 9537.0, 9509.0, 9554.0, 9569.0, 9558.0, 9533.0, 9549.0, 9578.0, 9568.0, 9528.0, 9549.0, 9526.0, 9565.0, 9593.0, 9548.0, 9548.0, 9537.0, 9545.0, 9552.0, 9553.0, 9530.0, 9554.0, 9536.0, 9547.0, 9539.0, 9565.0, 9543.0, 9564.0, 9571.0, 9548.0, 9569.0, 9555.0, 9524.0, 9551.0, 9575.0, 9568.0, 9538.0, 9549.0, 9538.0, 9549.0, 9564.0, 9550.0, 9551.0, 9534.0, 9563.0, 9554.0, 9553.0, 9555.0, 9570.0, 9551.0, 9541.0, 9548.0, 9575.0, 9545.0, 9553.0, 9543.0, 9549.0, 9585.0, 9576.0, 9545.0, 9561.0, 9547.0, 9577.0, 9559.0, 9559.0, 9597.0, 9583.0, 9599.0, 9571.0, 9543.0, 9558.0, 9542.0, 9569.0, 9576.0, 9571.0, 9572.0, 9557.0, 9575.0, 9540.0, 9557.0, 9594.0, 9550.0, 9564.0, 9577.0, 9555.0, 9553.0, 9551.0, 9521.0, 9550.0, 9512.0, 9551.0, 9535.0, 9533.0, 9571.0, 9535.0, 9551.0, 9553.0, 9532.0, 9549.0, 9550.0, 9567.0, 9550.0, 9573.0, 9578.0, 9546.0, 9576.0, 9552.0, 9525.0, 9530.0, 9534.0, 9572.0, 9528.0, 9519.0, 9530.0, 9534.0, 9533.0, 9562.0, 9566.0, 9559.0, 9554.0, 9540.0, 9554.0, 9562.0, 9555.0, 9562.0, 9565.0, 9555.0, 9548.0, 9551.0, 9572.0, 9560.0, 9545.0, 9574.0, 9589.0, 9579.0, 9532.0, 9534.0, 9548.0, 9529.0, 9530.0, 9511.0, 9542.0, 9525.0, 9526.0, 9550.0, 9534.0, 9549.0, 9549.0, 9524.0, 9564.0, 9550.0, 9559.0, 9590.0, 9591.0, 9555.0, 9554.0, 9537.0, 9569.0, 9574.0, 9570.0, 9556.0, 9574.0, 9543.0, 9556.0, 9536.0, 9545.0, 9553.0, 9550.0, 9544.0, 9553.0, 9552.0, 9553.0, 9520.0, 9551.0, 9542.0, 9537.0, 9541.0, 9551.0, 9538.0, 9554.0, 9581.0, 9567.0, 9577.0, 9551.0, 9540.0, 9552.0, 9566.0, 9550.0, 9547.0, 9540.0, 9549.0, 9555.0, 9555.0, 9571.0, 9601.0, 9560.0, 9584.0, 9552.0, 9558.0, 9550.0, 9542.0, 9511.0, 9530.0, 9590.0, 9554.0, 9534.0, 9551.0, 9534.0, 9556.0, 9574.0, 9549.0, 9595.0, 9583.0, 9550.0, 9539.0, 9537.0, 9548.0, 9572.0, 9536.0, 9540.0, 9546.0, 9547.0, 9547.0, 9537.0, 9547.0, 9551.0, 9543.0, 9546.0, 9521.0, 9556.0, 9557.0, 9556.0, 9570.0, 9555.0, 9561.0, 9578.0, 9565.0, 9549.0, 9565.0, 9531.0, 9544.0, 9515.0, 9529.0, 9510.0, 9550.0, 9535.0, 9531.0, 9572.0, 9548.0, 9536.0, 9551.0, 9536.0, 9551.0, 9565.0, 9557.0, 9602.0, 9586.0, 9537.0, 9557.0, 9574.0, 9550.0, 9530.0, 9515.0, 9543.0, 9513.0, 9532.0, 9552.0, 9529.0, 9529.0, 9519.0, 9522.0, 9526.0, 9530.0, 9544.0, 9562.0, 9531.0, 9547.0, 9520.0, 9547.0, 9528.0, 9532.0, 9549.0, 9544.0, 9534.0, 9528.0, 9564.0, 9533.0, 9538.0, 9546.0, 9547.0, 9551.0, 9553.0, 9520.0, 9553.0, 9553.0, 9555.0, 9512.0, 9550.0, 9580.0, 9540.0, 9568.0, 9555.0, 9537.0, 9555.0, 9567.0, 9555.0, 9571.0, 9560.0, 9542.0, 9560.0, 9550.0, 9592.0, 9548.0, 9592.0, 9616.0, 9607.0, 9576.0, 9553.0, 9573.0, 9546.0, 9552.0, 9525.0, 9549.0, 9571.0, 9531.0, 9515.0, 9533.0, 9560.0, 9524.0, 9531.0, 9534.0, 9528.0, 9537.0, 9521.0, 9557.0, 9593.0, 9552.0, 9549.0, 9536.0, 9536.0, 9528.0, 9532.0, 9535.0, 9533.0, 9530.0, 9536.0, 9516.0, 9532.0, 9538.0, 9545.0, 9568.0, 9553.0, 9509.0, 9552.0, 9551.0, 9549.0, 9529.0, 9575.0, 9563.0, 9573.0, 9586.0, 9559.0, 9575.0, 9567.0, 9545.0, 9560.0, 9563.0, 9576.0, 9586.0, 9593.0, 9589.0, 9571.0, 9586.0, 9550.0, 9592.0, 9552.0, 9568.0, 9515.0, 9561.0, 9548.0, 9553.0, 9570.0, 9555.0, 9566.0, 9580.0, 9548.0, 9576.0, 9540.0, 9553.0, 9556.0, 9565.0, 9529.0, 9564.0, 9560.0, 9560.0, 9573.0, 9589.0, 9583.0, 9589.0, 9573.0, 9565.0, 9589.0, 9551.0, 9585.0, 9541.0, 9518.0, 9551.0, 9538.0, 9554.0, 9567.0, 9547.0, 9533.0, 9552.0, 9548.0, 9556.0, 9535.0, 9549.0, 9523.0, 9544.0, 9523.0, 9553.0, 9528.0, 9535.0, 9553.0, 9578.0, 9539.0, 9553.0, 9537.0, 9550.0, 9553.0, 9550.0, 9540.0, 9566.0, 9604.0, 9551.0, 9559.0, 9536.0, 9580.0, 9537.0, 9548.0, 9553.0, 9549.0, 9546.0, 9531.0, 9546.0, 9564.0, 9536.0, 9566.0, 9560.0, 9554.0, 9568.0, 9574.0, 9546.0, 9547.0, 9577.0, 9558.0, 9552.0, 9559.0, 9563.0, 9571.0, 9550.0, 9556.0, 9576.0, 9542.0, 9584.0, 9570.0, 9556.0, 9570.0, 9550.0, 9551.0, 9547.0, 9564.0, 9555.0, 9586.0, 9568.0, 9594.0, 9551.0, 9550.0, 9574.0, 9552.0, 9519.0, 9536.0, 9540.0, 9546.0, 9543.0, 9530.0, 9550.0, 9532.0, 9531.0, 9534.0, 9522.0, 9549.0, 9537.0, 9550.0, 9551.0, 9583.0, 9539.0, 9542.0, 9570.0, 9553.0, 9588.0, 9554.0, 9587.0, 9586.0, 9610.0, 9550.0, 9526.0, 9558.0, 9555.0, 9473.0, 9521.0, 9500.0, 9544.0, 9552.0, 9575.0, 9595.0, 9567.0, 9572.0, 9542.0, 9561.0, 9513.0, 9519.0, 9486.0, 9531.0, 9548.0, 9540.0, 9505.0, 9506.0, 9478.0, 9496.0, 9532.0, 9474.0, 9498.0, 9457.0, 9468.0, 9441.0, 9456.0, 9458.0, 9461.0, 9464.0, 9479.0, 9490.0, 9502.0, 9486.0, 9498.0, 9483.0, 9505.0, 9510.0, 9495.0, 9505.0, 9482.0, 9526.0, 9494.0, 9523.0, 9527.0, 9526.0, 9495.0, 9518.0, 9526.0, 9504.0, 9529.0, 9553.0, 9530.0, 9528.0, 9529.0, 9527.0, 9543.0, 9515.0, 9529.0, 9552.0, 9555.0, 9572.0, 9553.0, 9572.0, 9546.0, 9588.0, 9574.0, 9578.0, 9572.0, 9558.0, 9578.0, 9531.0, 9558.0, 9532.0, 9557.0, 9537.0, 9493.0, 9513.0, 9529.0, 9566.0, 9565.0, 9556.0, 9587.0, 9592.0, 9602.0, 9598.0, 9617.0, 9616.0, 9620.0, 9605.0, 9548.0, 9569.0, 9582.0, 9548.0, 9521.0, 9532.0, 9530.0, 9567.0, 9541.0, 9550.0, 9530.0, 9533.0, 9514.0, 9471.0, 9495.0, 9457.0, 9469.0, 9456.0, 9478.0, 9471.0, 9481.0, 9504.0, 9560.0, 9537.0, 9546.0, 9503.0, 9515.0, 9507.0, 9517.0, 9528.0, 9537.0, 9534.0, 9546.0, 9542.0, 9558.0, 9548.0, 9519.0, 9572.0, 9572.0, 9579.0, 9536.0, 9529.0, 9488.0, 9554.0, 9566.0, 9571.0, 9626.0, 9610.0, 9576.0, 9605.0, 9555.0, 9599.0, 9555.0, 9580.0, 9589.0, 9571.0, 9585.0, 9574.0, 9551.0, 9594.0, 9569.0, 9586.0, 9560.0, 9583.0, 9557.0, 9544.0, 9555.0, 9547.0, 9568.0, 9570.0, 9529.0, 9556.0, 9577.0, 9566.0, 9575.0, 9560.0, 9524.0, 9525.0, 9531.0, 9547.0, 9545.0, 9570.0, 9560.0, 9518.0, 9534.0, 9521.0, 9552.0, 9533.0, 9531.0, 9534.0, 9538.0, 9558.0, 9549.0, 9564.0, 9561.0, 9621.0, 9577.0, 9590.0, 9552.0, 9601.0, 9557.0, 9537.0, 9547.0, 9539.0, 9555.0, 9580.0, 9556.0, 9564.0, 9564.0, 9543.0, 9545.0, 9541.0, 9535.0, 9543.0, 9544.0, 9554.0, 9575.0, 9625.0, 9604.0, 9579.0, 9605.0, 9577.0, 9597.0, 9559.0, 9581.0, 9558.0, 9544.0, 9538.0, 9549.0, 9550.0, 9563.0, 9555.0, 9547.0, 9556.0, 9568.0, 9556.0, 9540.0, 9559.0, 9531.0, 9558.0, 9580.0, 9591.0, 9576.0, 9560.0, 9540.0, 9531.0, 9556.0, 9530.0, 9559.0, 9588.0, 9582.0, 9512.0, 9527.0, 9512.0, 9531.0, 9588.0, 9567.0, 9555.0, 9529.0, 9547.0, 9539.0, 9559.0, 9610.0, 9613.0, 9619.0, 9629.0, 9628.0, 9625.0, 9627.0, 9595.0, 9613.0, 9611.0, 9604.0, 9574.0, 9614.0, 9584.0, 9600.0, 9559.0, 9570.0, 9519.0, 9543.0, 9479.0, 9517.0, 9464.0, 9491.0, 9508.0, 9501.0, 9532.0, 9516.0, 9505.0, 9505.0, 9504.0, 9478.0, 9525.0, 9534.0, 9565.0, 9564.0, 9576.0, 9620.0, 9580.0, 9594.0, 9567.0, 9559.0, 9530.0, 9515.0, 9545.0, 9532.0, 9575.0, 9554.0, 9566.0, 9550.0, 9548.0, 9550.0, 9521.0, 9523.0, 9537.0, 9557.0, 9556.0, 9565.0, 9557.0, 9584.0, 9562.0, 9538.0, 9561.0, 9579.0, 9594.0, 9546.0, 9575.0, 9543.0, 9553.0, 9525.0, 9548.0, 9551.0, 9565.0, 9523.0, 9564.0, 9525.0, 9532.0, 9542.0, 9559.0, 9559.0, 9540.0, 9572.0, 9538.0, 9585.0, 9616.0, 9600.0, 9544.0, 9570.0, 9580.0, 9612.0, 9631.0, 9586.0, 9594.0, 9569.0, 9579.0, 9546.0, 9523.0, 9556.0, 9538.0, 9559.0, 9577.0, 9551.0, 9542.0, 9575.0, 9560.0, 9593.0, 9561.0, 9542.0, 9572.0, 9546.0, 9588.0, 9587.0, 9541.0, 9538.0, 9552.0, 9537.0, 9551.0, 9533.0, 9579.0, 9545.0, 9574.0, 9523.0, 9536.0, 9504.0, 9516.0, 9488.0, 9502.0, 9502.0, 9513.0, 9503.0, 9532.0, 9519.0, 9506.0, 9518.0, 9532.0, 9534.0, 9530.0, 9544.0, 9547.0, 9520.0, 9550.0, 9536.0, 9550.0, 9551.0, 9579.0, 9552.0, 9563.0, 9543.0, 9543.0, 9531.0, 9521.0, 9533.0, 9526.0, 9526.0, 9544.0, 9532.0, 9538.0, 9533.0, 9530.0, 9550.0, 9531.0, 9556.0, 9545.0, 9555.0, 9575.0, 9559.0, 9570.0, 9598.0, 9639.0, 9642.0, 9591.0, 9596.0, 9557.0, 9590.0, 9534.0, 9535.0, 9530.0, 9562.0, 9537.0, 9565.0, 9567.0, 9524.0, 9560.0, 9533.0, 9555.0, 9529.0, 9541.0, 9513.0, 9547.0, 9515.0, 9550.0, 9535.0, 9525.0, 9530.0, 9518.0, 9570.0, 9550.0, 9531.0, 9550.0, 9539.0, 9552.0, 9564.0, 9606.0, 9543.0, 9577.0, 9535.0, 9534.0, 9526.0, 9519.0, 9496.0, 9505.0, 9508.0, 9528.0, 9532.0, 9544.0, 9530.0, 9521.0, 9538.0, 9534.0, 9562.0, 9568.0, 9581.0, 9580.0, 9531.0, 9550.0, 9517.0, 9546.0, 9514.0, 9542.0, 9514.0, 9561.0, 9527.0, 9542.0, 9530.0, 9528.0, 9528.0, 9559.0, 9543.0, 9549.0, 9509.0, 9520.0, 9512.0, 9552.0, 9539.0, 9536.0, 9509.0, 9537.0, 9509.0, 9523.0, 9514.0, 9535.0, 9519.0, 9514.0, 9511.0, 9490.0, 9533.0, 9561.0, 9544.0, 9564.0, 9529.0, 9511.0, 9512.0, 9529.0, 9533.0, 9527.0, 9555.0, 9515.0, 9556.0, 9528.0, 9527.0, 9529.0, 9552.0, 9525.0, 9551.0, 9492.0, 9548.0, 9492.0, 9535.0, 9512.0, 9525.0, 9516.0, 9539.0, 9513.0, 9540.0, 9533.0, 9522.0, 9552.0, 9524.0, 9515.0, 9554.0, 9555.0, 9553.0, 9540.0, 9606.0, 9548.0, 9555.0, 9526.0, 9550.0, 9507.0, 9547.0, 9506.0, 9490.0, 9522.0, 9532.0, 9508.0, 9535.0, 9527.0, 9521.0, 9516.0, 9517.0, 9527.0, 9530.0, 9520.0, 9554.0, 9593.0, 9577.0, 9525.0, 9532.0, 9516.0, 9545.0, 9541.0, 9562.0, 9531.0, 9619.0, 9603.0, 9556.0, 9562.0, 9570.0, 9594.0, 9562.0, 9553.0, 9570.0, 9538.0, 9559.0, 9512.0, 9561.0, 9517.0, 9561.0, 9511.0, 9553.0, 9502.0, 9522.0, 9454.0, 9490.0, 9436.0, 9467.0, 9432.0, 9522.0, 9475.0, 9443.0, 9448.0, 9436.0, 9459.0, 9432.0, 9458.0, 9430.0, 9439.0, 9430.0, 9447.0, 9457.0, 9451.0, 9462.0, 9491.0, 9498.0, 9482.0, 9486.0, 9503.0, 9489.0, 9497.0, 9524.0, 9505.0, 9511.0, 9489.0, 9504.0, 9494.0, 9541.0, 9516.0, 9534.0, 9548.0, 9520.0, 9516.0, 9528.0, 9530.0, 9608.0, 9546.0, 9530.0, 9530.0, 9526.0, 9513.0, 9524.0, 9509.0, 9511.0, 9536.0, 9513.0, 9550.0, 9524.0, 9563.0, 9522.0, 9519.0, 9509.0, 9507.0, 9525.0, 9509.0, 9538.0, 9509.0, 9534.0, 9523.0, 9532.0, 9531.0, 9520.0, 9508.0, 9497.0, 9508.0, 9498.0, 9539.0, 9493.0, 9523.0, 9495.0, 9521.0, 9494.0, 9539.0, 9530.0, 9512.0, 9514.0, 9500.0, 9551.0, 9558.0, 9598.0, 9620.0, 9620.0, 9600.0, 9608.0, 9618.0, 9599.0, 9569.0, 9571.0, 9604.0, 9577.0, 9573.0, 9579.0, 9598.0, 9558.0, 9607.0, 9544.0, 9568.0, 9522.0, 9532.0, 9519.0, 9537.0, 9506.0, 9564.0, 9534.0, 9513.0, 9541.0, 9517.0, 9520.0, 9532.0, 9575.0, 9533.0, 9560.0, 9536.0, 9524.0, 9547.0, 9554.0, 9508.0, 9531.0, 9523.0, 9520.0, 9551.0, 9542.0, 9567.0, 9561.0, 9570.0, 9538.0, 9525.0, 9554.0, 9547.0, 9567.0, 9571.0, 9613.0, 9576.0, 9542.0, 9528.0, 9521.0, 9550.0, 9546.0, 9516.0, 9527.0, 9545.0, 9561.0, 9528.0, 9546.0, 9530.0, 9562.0, 9540.0, 9537.0, 9522.0, 9500.0, 9513.0, 9516.0, 9527.0, 9535.0, 9542.0, 9515.0, 9528.0, 9516.0, 9535.0, 9528.0, 9485.0, 9515.0, 9488.0, 9529.0, 9537.0, 9510.0, 9563.0, 9524.0, 9521.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.004589987782529016</td></tr>
<tr><td colspan=3>aqi</td><td>0.0348105012217471</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.76487543419923</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1618154577322721</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9745965861124682</td></tr>
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
<tr><td colspan=3>fber</td><td>6929.0615</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08813385032606694</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.452657299938912</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.579632859301085</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.430256305694538</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.89193120377826</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.416711068430458</td></tr>
<tr><td colspan=3>gcor</td><td>0.0123648</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015291883610188961</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03295985981822014</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1637</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>3.8697324040857954</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>28.7982</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.2772</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>158.995</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>300061.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>720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.1281</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0877</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>595.0071</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3500.9113</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3699.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76483.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1207.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.8738</td></tr>
<tr><td colspan=3>tsnr</td><td>33.33236511098221</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>