<?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-0033_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-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0033/figures/sub-0033_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-0033/figures/sub-0033_ses-03_task-shortvideo_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0033/figures/sub-0033_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-0033/ses-03/func/sub-0033_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>8b84f9e9575f181c28ff080999d494ce</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>11:52:16.310000</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_VE11C_LATEST_20160120</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.999352, 0.0137459, 0.033276, -0.00924452, 0.991229, -0.131831]</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.252</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.840252</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>26</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7727, -7248, 401, -34, -44, -32, 98]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>shortvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>287.891</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>994455f3-67d2-4596-a3ff-36299326e426||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681187391281128, -0.024802373722195625, 0.09394995123147964, 110.95172119140625], [-0.0368792787194252, 2.6593949794769287, -0.3548833727836609, -82.14362335205078], [0.08927707374095917, 0.35369396209716797, 2.674926280975342, -82.3322982788086], [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': ['115216.310000', '115216.770000', '115217.230000', '115217.690000', '115218.150000', '115218.610000', '115219.070000', '115219.530000', '115219.990000', '115220.450000', '115220.910000', '115221.370000', '115221.830000', '115222.290000', '115222.750000', '115223.210000', '115223.670000', '115224.130000', '115224.590000', '115225.050000', '115225.510000', '115225.970000', '115226.430000', '115226.890000', '115227.350000', '115227.810000', '115228.270000', '115228.730000', '115229.190000', '115229.650000', '115230.110000', '115230.570000', '115231.030000', '115231.490000', '115231.950000', '115232.410000', '115232.870000', '115233.330000', '115233.790000', '115234.250000', '115234.710000', '115235.170000', '115235.630000', '115236.090000', '115236.550000', '115237.010000', '115237.470000', '115237.930000', '115238.390000', '115238.850000', '115239.310000', '115239.770000', '115240.230000', '115240.690000', '115241.150000', '115241.610000', '115242.070000', '115242.530000', '115242.990000', '115243.450000', '115243.910000', '115244.370000', '115244.830000', '115245.290000', '115245.750000', '115246.210000', '115246.670000', '115247.130000', '115247.590000', '115248.050000', '115248.510000', '115248.970000', '115249.430000', '115249.890000', '115250.350000', '115250.810000', '115251.270000', '115251.730000', '115252.190000', '115252.650000', '115253.110000', '115253.570000', '115254.030000', '115254.490000', '115254.950000', '115255.410000', '115255.870000', '115256.330000', '115256.790000', '115257.250000', '115257.710000', '115258.170000', '115258.630000', '115259.090000', '115259.550000', '115300.010000', '115300.470000', '115300.930000', '115301.390000', '115301.850000', '115302.310000', '115302.770000', '115303.230000', '115303.690000', '115304.150000', '115304.610000', '115305.070000', '115305.530000', '115305.990000', '115306.450000', '115306.910000', '115307.370000', '115307.830000', '115308.290000', '115308.750000', '115309.210000', '115309.670000', '115310.130000', '115310.590000', '115311.050000', '115311.510000', '115311.970000', '115312.430000', '115312.890000', '115313.350000', '115313.810000', '115314.270000', '115314.730000', '115315.190000', '115315.650000', '115316.110000', '115316.570000', '115317.030000', '115317.490000', '115317.950000', '115318.410000', '115318.870000', '115319.330000', '115319.790000', '115320.250000', '115320.710000', '115321.170000', '115321.630000', '115322.090000', '115322.550000', '115323.010000', '115323.470000', '115323.930000', '115324.390000', '115324.850000', '115325.310000', '115325.770000', '115326.230000', '115326.690000', '115327.150000', '115327.610000', '115328.070000', '115328.530000', '115328.990000', '115329.450000', '115329.910000', '115330.370000', '115330.830000', '115331.290000', '115331.750000', '115332.210000', '115332.670000', '115333.130000', '115333.590000', '115334.050000', '115334.510000', '115334.970000', '115335.430000', '115335.890000', '115336.350000', '115336.810000', '115337.270000', '115337.730000', '115338.190000', '115338.650000', '115339.110000', '115339.570000', '115340.030000', '115340.490000', '115340.950000', '115341.410000', '115341.870000', '115342.330000', '115342.790000', '115343.250000', '115343.710000', '115344.170000', '115344.630000', '115345.090000', '115345.550000', '115346.010000', '115346.470000', '115346.930000', '115347.390000', '115347.850000', '115348.310000', '115348.770000', '115349.230000', '115349.690000', '115350.150000', '115350.610000', '115351.070000', '115351.530000', '115351.990000', '115352.450000', '115352.910000', '115353.370000', '115353.830000', '115354.290000', '115354.750000', '115355.210000', '115355.670000', '115356.130000', '115356.590000', '115357.050000', '115357.510000', '115357.970000', '115358.430000', '115358.890000', '115359.350000', '115359.810000', '115400.270000', '115400.730000', '115401.190000', '115401.650000', '115402.110000', '115402.570000', '115403.030000', '115403.490000', '115403.950000', '115404.410000', '115404.870000', '115405.330000', '115405.790000', '115406.250000', '115406.710000', '115407.170000', '115407.630000', '115408.090000', '115408.550000', '115409.010000', '115409.470000', '115409.930000', '115410.390000', '115410.850000', '115411.310000', '115411.770000', '115412.230000', '115412.690000', '115413.150000', '115413.610000', '115414.070000', '115414.530000', '115414.990000', '115415.450000', '115415.910000', '115416.370000', '115416.830000', '115417.290000', '115417.750000', '115418.210000', '115418.670000', '115419.130000', '115419.590000', '115420.050000', '115420.510000', '115420.970000', '115421.430000', '115421.890000', '115422.350000', '115422.810000', '115423.270000', '115423.730000', '115424.190000', '115424.650000', '115425.110000', '115425.570000', '115426.030000', '115426.490000', '115426.950000', '115427.410000', '115427.870000', '115428.330000', '115428.790000', '115429.250000', '115429.710000', '115430.170000', '115430.630000', '115431.090000', '115431.550000', '115432.010000', '115432.470000', '115432.930000', '115433.390000', '115433.850000', '115434.310000', '115434.770000', '115435.230000', '115435.690000', '115436.150000', '115436.610000', '115437.070000', '115437.530000', '115437.990000', '115438.450000', '115438.910000', '115439.370000', '115439.830000', '115440.290000', '115440.750000', '115441.210000', '115441.670000', '115442.130000', '115442.590000', '115443.050000', '115443.510000', '115443.970000', '115444.430000', '115444.890000', '115445.350000', '115445.810000', '115446.270000', '115446.730000', '115447.190000', '115447.650000', '115448.110000', '115448.570000', '115449.030000', '115449.490000', '115449.950000', '115450.410000', '115450.870000', '115451.330000', '115451.790000', '115452.250000', '115452.710000', '115453.170000', '115453.630000', '115454.090000', '115454.550000', '115455.010000', '115455.470000', '115455.930000', '115456.390000', '115456.850000', '115457.310000', '115457.770000', '115458.230000', '115458.690000', '115459.150000', '115459.610000', '115500.070000', '115500.530000', '115500.990000', '115501.450000', '115501.910000', '115502.370000', '115502.830000', '115503.290000', '115503.750000', '115504.210000', '115504.670000', '115505.130000', '115505.590000', '115506.050000', '115506.510000', '115506.970000', '115507.430000', '115507.890000', '115508.350000', '115508.810000', '115509.270000', '115509.730000', '115510.190000', '115510.650000', '115511.110000', '115511.570000', '115512.030000', '115512.490000', '115512.950000', '115513.410000', '115513.870000', '115514.330000', '115514.790000', '115515.250000', '115515.710000', '115516.170000', '115516.630000', '115517.090000', '115517.550000', '115518.010000', '115518.470000', '115518.930000', '115519.390000', '115519.850000', '115520.310000', '115520.770000', '115521.230000', '115521.690000', '115522.150000', '115522.610000', '115523.070000', '115523.530000', '115523.990000', '115524.450000', '115524.910000', '115525.370000', '115525.830000', '115526.290000', '115526.750000', '115527.210000', '115527.670000', '115528.130000', '115528.590000', '115529.050000', '115529.510000', '115529.970000', '115530.430000', '115530.890000', '115531.350000', '115531.810000', '115532.270000', '115532.730000', '115533.190000', '115533.650000', '115534.110000', '115534.570000', '115535.030000', '115535.490000', '115535.950000', '115536.410000', '115536.870000', '115537.330000', '115537.790000', '115538.250000', '115538.710000', '115539.170000', '115539.630000', '115540.090000', '115540.550000', '115541.010000', '115541.470000', '115541.930000', '115542.390000', '115542.850000', '115543.310000', '115543.770000', '115544.230000', '115544.690000', '115545.150000', '115545.610000', '115546.070000', '115546.530000', '115546.990000', '115547.450000', '115547.910000', '115548.370000', '115548.830000', '115549.290000', '115549.750000', '115550.210000', '115550.670000', '115551.130000', '115551.590000', '115552.050000', '115552.510000', '115552.970000', '115553.430000', '115553.890000', '115554.350000', '115554.810000', '115555.270000', '115555.730000', '115556.190000', '115556.650000', '115557.110000', '115557.570000', '115558.030000', '115558.490000', '115558.950000', '115559.410000', '115559.870000', '115600.330000', '115600.790000', '115601.250000', '115601.710000', '115602.170000', '115602.630000', '115603.090000', '115603.550000', '115604.010000', '115604.470000', '115604.930000', '115605.390000', '115605.850000', '115606.310000', '115606.770000', '115607.230000', '115607.690000', '115608.150000', '115608.610000', '115609.070000', '115609.530000', '115609.990000', '115610.450000', '115610.910000', '115611.370000', '115611.830000', '115612.290000', '115612.750000', '115613.210000', '115613.670000', '115614.130000', '115614.590000', '115615.050000', '115615.510000', '115615.970000', '115616.430000', '115616.890000', '115617.350000', '115617.810000', '115618.270000', '115618.730000', '115619.190000', '115619.650000', '115620.110000', '115620.570000', '115621.030000', '115621.490000', '115621.950000', '115622.410000', '115622.870000', '115623.330000', '115623.790000', '115624.250000', '115624.710000', '115625.170000', '115625.630000', '115626.090000', '115626.550000', '115627.010000', '115627.470000', '115627.930000', '115628.390000', '115628.850000', '115629.310000', '115629.770000', '115630.230000', '115630.690000', '115631.150000', '115631.610000', '115632.070000', '115632.530000', '115632.990000', '115633.450000', '115633.910000', '115634.370000', '115634.830000', '115635.290000', '115635.750000', '115636.210000', '115636.670000', '115637.130000', '115637.590000', '115638.050000', '115638.510000', '115638.970000', '115639.430000', '115639.890000', '115640.350000', '115640.810000', '115641.270000', '115641.730000', '115642.190000', '115642.650000', '115643.110000', '115643.570000', '115644.030000', '115644.490000', '115644.950000', '115645.410000', '115645.870000', '115646.330000', '115646.790000', '115647.250000', '115647.710000', '115648.170000', '115648.630000', '115649.090000', '115649.550000', '115650.010000', '115650.470000', '115650.930000', '115651.390000', '115651.850000', '115652.310000', '115652.770000', '115653.230000', '115653.690000', '115654.150000', '115654.610000', '115655.070000', '115655.530000', '115655.990000', '115656.450000', '115656.910000', '115657.370000', '115657.830000', '115658.290000', '115658.750000', '115659.210000', '115659.670000', '115700.130000', '115700.590000', '115701.050000', '115701.510000', '115701.970000', '115702.430000', '115702.890000', '115703.350000', '115703.810000', '115704.270000', '115704.730000', '115705.190000', '115705.650000', '115706.110000', '115706.570000', '115707.030000', '115707.490000', '115707.950000', '115708.410000', '115708.870000', '115709.330000', '115709.790000', '115710.250000', '115710.710000', '115711.170000', '115711.630000', '115712.090000', '115712.550000', '115713.010000', '115713.470000', '115713.930000', '115714.390000', '115714.850000', '115715.310000', '115715.770000', '115716.230000', '115716.690000', '115717.150000', '115717.610000', '115718.070000', '115718.530000', '115718.990000', '115719.450000', '115719.910000', '115720.370000', '115720.830000', '115721.290000', '115721.750000', '115722.210000', '115722.670000', '115723.130000', '115723.590000', '115724.050000', '115724.510000', '115724.970000', '115725.430000', '115725.890000', '115726.350000', '115726.810000', '115727.270000', '115727.730000', '115728.190000', '115728.650000', '115729.110000', '115729.570000', '115730.030000', '115730.490000', '115730.950000', '115731.410000', '115731.870000', '115732.330000', '115732.790000', '115733.250000', '115733.710000', '115734.170000', '115734.630000', '115735.090000', '115735.550000', '115736.010000', '115736.470000', '115736.930000', '115737.390000', '115737.850000', '115738.310000', '115738.770000', '115739.230000', '115739.690000', '115740.150000', '115740.610000', '115741.070000', '115741.530000', '115741.990000', '115742.450000', '115742.910000', '115743.370000', '115743.830000', '115744.290000', '115744.750000', '115745.210000', '115745.670000', '115746.130000', '115746.590000', '115747.050000', '115747.510000', '115747.970000', '115748.430000', '115748.890000', '115749.350000', '115749.810000', '115750.270000', '115750.730000', '115751.190000', '115751.650000', '115752.110000', '115752.570000', '115753.030000', '115753.490000', '115753.950000', '115754.410000', '115754.870000', '115755.330000', '115755.790000', '115756.250000', '115756.710000', '115757.170000', '115757.630000', '115758.090000', '115758.550000', '115759.010000', '115759.470000', '115759.930000', '115800.390000', '115800.850000', '115801.310000', '115801.770000', '115802.230000', '115802.690000', '115803.150000', '115803.610000', '115804.070000', '115804.530000', '115804.990000', '115805.450000', '115805.910000', '115806.370000', '115806.830000', '115807.290000', '115807.750000', '115808.210000', '115808.670000', '115809.130000', '115809.590000', '115810.050000', '115810.510000', '115810.970000', '115811.430000', '115811.890000', '115812.350000', '115812.810000', '115813.270000', '115813.730000', '115814.190000', '115814.650000', '115815.110000', '115815.570000', '115816.030000', '115816.490000', '115816.950000', '115817.410000', '115817.870000', '115818.330000', '115818.790000', '115819.250000', '115819.710000', '115820.170000', '115820.630000', '115821.090000', '115821.550000', '115822.010000', '115822.470000', '115822.930000', '115823.390000', '115823.850000', '115824.310000', '115824.770000', '115825.230000', '115825.690000', '115826.150000', '115826.610000', '115827.070000', '115827.530000', '115827.990000', '115828.450000', '115828.910000', '115829.370000', '115829.830000', '115830.290000', '115830.750000', '115831.210000', '115831.670000', '115832.130000', '115832.590000', '115833.050000', '115833.510000', '115833.970000', '115834.430000', '115834.890000', '115835.350000', '115835.810000', '115836.270000', '115836.730000', '115837.190000', '115837.650000', '115838.110000', '115838.570000', '115839.030000', '115839.490000', '115839.950000', '115840.410000', '115840.870000', '115841.330000', '115841.790000', '115842.250000', '115842.710000', '115843.170000', '115843.630000', '115844.090000', '115844.550000', '115845.010000', '115845.470000', '115845.930000', '115846.390000', '115846.850000', '115847.310000', '115847.770000', '115848.230000', '115848.690000', '115849.150000', '115849.610000', '115850.070000', '115850.530000', '115850.990000', '115851.450000', '115851.910000', '115852.370000', '115852.830000', '115853.290000', '115853.750000', '115854.210000', '115854.670000', '115855.130000', '115855.590000', '115856.050000', '115856.510000', '115856.970000', '115857.430000', '115857.890000', '115858.350000', '115858.810000', '115859.270000', '115859.730000', '115900.190000', '115900.650000', '115901.110000', '115901.570000', '115902.030000', '115902.490000', '115902.950000', '115903.410000', '115903.870000', '115904.330000', '115904.790000', '115905.250000', '115905.710000', '115906.170000', '115906.630000', '115907.090000', '115907.550000', '115908.010000', '115908.470000', '115908.930000', '115909.390000', '115909.850000', '115910.310000', '115910.770000', '115911.230000', '115911.690000', '115912.150000', '115912.610000', '115913.070000', '115913.530000', '115913.990000', '115914.450000', '115914.910000', '115915.370000', '115915.830000', '115916.290000', '115916.750000', '115917.210000', '115917.670000', '115918.130000', '115918.590000', '115919.050000', '115919.510000', '115919.970000', '115920.430000', '115920.890000', '115921.350000', '115921.810000', '115922.270000', '115922.730000', '115923.190000', '115923.650000', '115924.110000', '115924.570000', '115925.030000', '115925.490000', '115925.950000', '115926.410000', '115926.870000', '115927.330000', '115927.790000', '115928.250000', '115928.710000', '115929.170000', '115929.630000', '115930.090000', '115930.550000', '115931.010000', '115931.470000', '115931.930000', '115932.390000', '115932.850000', '115933.310000', '115933.770000', '115934.230000', '115934.690000', '115935.150000', '115935.610000', '115936.070000', '115936.530000', '115936.990000', '115937.450000', '115937.910000', '115938.370000', '115938.830000', '115939.290000', '115939.750000', '115940.210000', '115940.670000', '115941.130000', '115941.590000', '115942.050000', '115942.510000', '115942.970000', '115943.430000', '115943.890000', '115944.350000', '115944.810000', '115945.270000', '115945.730000', '115946.190000', '115946.650000', '115947.110000', '115947.570000', '115948.030000', '115948.490000', '115948.950000', '115949.410000', '115949.870000', '115950.330000', '115950.790000', '115951.250000', '115951.710000', '115952.170000', '115952.630000', '115953.090000', '115953.550000', '115954.010000', '115954.470000', '115954.930000', '115955.390000', '115955.850000', '115956.310000', '115956.770000', '115957.230000', '115957.690000', '115958.150000', '115958.610000', '115959.070000', '115959.530000', '115959.990000', '120000.450000', '120000.910000', '120001.370000', '120001.830000', '120002.290000', '120002.750000', '120003.210000', '120003.670000', '120004.130000', '120004.590000', '120005.050000', '120005.510000', '120005.970000', '120006.430000', '120006.890000', '120007.350000', '120007.810000', '120008.270000', '120008.730000', '120009.190000', '120009.650000', '120010.110000', '120010.570000', '120011.030000', '120011.490000', '120011.950000', '120012.410000', '120012.870000', '120013.330000', '120013.790000', '120014.250000', '120014.710000', '120015.170000', '120015.630000', '120016.090000', '120016.550000', '120017.010000', '120017.470000', '120017.930000', '120018.390000', '120018.850000', '120019.310000', '120019.770000', '120020.230000', '120020.690000', '120021.150000', '120021.610000', '120022.070000', '120022.530000', '120022.990000', '120023.450000', '120023.910000', '120024.370000', '120024.830000', '120025.290000', '120025.750000', '120026.210000', '120026.670000', '120027.130000', '120027.590000', '120028.050000', '120028.510000', '120028.970000', '120029.430000', '120029.890000', '120030.350000', '120030.810000', '120031.270000', '120031.730000', '120032.190000', '120032.650000', '120033.110000', '120033.570000', '120034.030000', '120034.490000', '120034.950000', '120035.410000', '120035.870000', '120036.330000', '120036.790000', '120037.250000', '120037.710000', '120038.170000', '120038.630000', '120039.090000', '120039.550000', '120040.010000', '120040.470000', '120040.930000', '120041.390000', '120041.850000', '120042.310000', '120042.770000', '120043.230000', '120043.690000', '120044.150000', '120044.610000', '120045.070000', '120045.530000', '120045.990000', '120046.450000', '120046.910000', '120047.370000', '120047.830000', '120048.290000', '120048.750000', '120049.210000', '120049.670000', '120050.130000', '120050.590000', '120051.050000', '120051.510000', '120051.970000', '120052.430000', '120052.890000', '120053.350000', '120053.810000', '120054.270000', '120054.730000', '120055.190000', '120055.650000', '120056.110000', '120056.570000', '120057.030000', '120057.490000', '120057.950000', '120058.410000', '120058.870000', '120059.330000', '120059.790000', '120100.250000', '120100.710000', '120101.170000', '120101.630000', '120102.090000', '120102.550000', '120103.010000', '120103.470000', '120103.930000', '120104.390000', '120104.850000', '120105.310000', '120105.770000', '120106.230000', '120106.690000', '120107.150000', '120107.610000', '120108.070000', '120108.530000', '120108.990000', '120109.450000', '120109.910000', '120110.370000', '120110.830000', '120111.290000', '120111.750000', '120112.210000', '120112.670000', '120113.130000', '120113.590000', '120114.050000', '120114.510000', '120114.970000', '120115.430000', '120115.890000', '120116.350000', '120116.810000', '120117.270000', '120117.730000', '120118.190000', '120118.650000', '120119.110000', '120119.570000', '120120.030000', '120120.490000', '120120.950000', '120121.410000', '120121.870000', '120122.330000', '120122.790000', '120123.250000', '120123.710000', '120124.170000', '120124.630000', '120125.090000', '120125.550000', '120126.010000', '120126.470000', '120126.930000', '120127.390000', '120127.850000', '120128.310000', '120128.770000', '120129.230000', '120129.690000', '120130.150000', '120130.610000', '120131.070000', '120131.530000', '120131.990000', '120132.450000', '120132.910000', '120133.370000', '120133.830000', '120134.290000', '120134.750000', '120135.210000', '120135.670000', '120136.130000', '120136.590000', '120137.050000', '120137.510000', '120137.970000', '120138.430000', '120138.890000', '120139.350000', '120139.810000', '120140.270000', '120140.730000', '120141.190000', '120141.650000', '120142.110000', '120142.570000', '120143.030000', '120143.490000', '120143.950000', '120144.410000', '120144.870000', '120145.330000', '120145.790000', '120146.250000', '120146.710000', '120147.170000', '120147.630000', '120148.090000', '120148.550000', '120149.010000', '120149.470000', '120149.930000', '120150.390000', '120150.850000', '120151.310000', '120151.770000', '120152.230000', '120152.690000', '120153.150000', '120153.610000', '120154.070000', '120154.530000', '120154.990000', '120155.450000', '120155.910000', '120156.370000', '120156.830000', '120157.290000', '120157.750000', '120158.210000', '120158.670000', '120159.130000', '120159.590000', '120200.050000', '120200.510000', '120200.970000', '120201.430000', '120201.890000', '120202.350000', '120202.810000', '120203.270000', '120203.730000', '120204.190000', '120204.650000', '120205.110000', '120205.570000', '120206.030000', '120206.490000', '120206.950000', '120207.410000', '120207.870000', '120208.330000', '120208.790000', '120209.250000', '120209.710000', '120210.170000', '120210.630000', '120211.090000', '120211.550000', '120212.010000', '120212.470000', '120212.930000', '120213.390000', '120213.850000', '120214.310000', '120214.770000', '120215.230000', '120215.690000', '120216.150000', '120216.610000', '120217.070000', '120217.530000', '120217.990000', '120218.450000', '120218.910000', '120219.370000', '120219.830000', '120220.290000', '120220.750000', '120221.210000', '120221.670000', '120222.130000', '120222.590000', '120223.050000', '120223.510000', '120223.970000', '120224.430000', '120224.890000', '120225.350000', '120225.810000', '120226.270000', '120226.730000', '120227.190000', '120227.650000', '120228.110000', '120228.570000', '120229.030000', '120229.490000', '120229.950000', '120230.410000', '120230.870000', '120231.330000', '120231.790000', '120232.250000', '120232.710000', '120233.170000', '120233.630000', '120234.090000', '120234.550000', '120235.010000', '120235.470000', '120235.930000', '120236.390000', '120236.850000', '120237.310000', '120237.770000', '120238.230000', '120238.690000', '120239.150000', '120239.610000', '120240.070000', '120240.530000', '120240.990000', '120241.450000', '120241.910000', '120242.370000', '120242.830000', '120243.290000', '120243.750000', '120244.210000', '120244.670000', '120245.130000', '120245.590000', '120246.050000', '120246.510000', '120246.970000', '120247.430000', '120247.890000', '120248.350000', '120248.810000', '120249.270000', '120249.730000', '120250.190000', '120250.650000', '120251.110000', '120251.570000', '120252.030000', '120252.490000', '120252.950000', '120253.410000', '120253.870000', '120254.330000', '120254.790000', '120255.250000', '120255.710000', '120256.170000', '120256.630000', '120257.090000', '120257.550000', '120258.010000', '120258.470000', '120258.930000', '120259.390000', '120259.850000', '120300.310000', '120300.770000', '120301.230000', '120301.690000', '120302.150000', '120302.610000', '120303.070000', '120303.530000', '120303.990000', '120304.450000', '120304.910000', '120305.370000', '120305.830000', '120306.290000', '120306.750000', '120307.210000', '120307.670000', '120308.130000', '120308.590000', '120309.050000', '120309.510000', '120309.970000', '120310.430000', '120310.890000', '120311.350000', '120311.810000', '120312.270000', '120312.730000', '120313.190000', '120313.650000', '120314.110000', '120314.570000', '120315.030000', '120315.490000', '120315.950000', '120316.410000', '120316.870000', '120317.330000', '120317.790000', '120318.250000', '120318.710000', '120319.170000', '120319.630000', '120320.090000', '120320.550000', '120321.010000', '120321.470000', '120321.930000', '120322.390000', '120322.850000', '120323.310000', '120323.770000', '120324.230000', '120324.690000', '120325.150000', '120325.610000', '120326.070000', '120326.530000', '120326.990000', '120327.450000', '120327.910000', '120328.370000', '120328.830000', '120329.290000', '120329.750000', '120330.210000', '120330.670000', '120331.130000', '120331.590000', '120332.050000', '120332.510000', '120332.970000', '120333.430000', '120333.890000', '120334.350000', '120334.810000', '120335.270000', '120335.730000', '120336.190000', '120336.650000', '120337.110000', '120337.570000', '120338.030000', '120338.490000', '120338.950000', '120339.410000', '120339.870000', '120340.330000', '120340.790000', '120341.250000', '120341.710000', '120342.170000', '120342.630000', '120343.090000', '120343.550000', '120344.010000', '120344.470000', '120344.930000', '120345.390000', '120345.850000', '120346.310000', '120346.770000', '120347.230000', '120347.690000', '120348.150000', '120348.610000', '120349.070000', '120349.530000', '120349.990000', '120350.450000', '120350.910000', '120351.370000', '120351.830000', '120352.290000', '120352.750000', '120353.210000', '120353.670000', '120354.130000', '120354.590000', '120355.050000', '120355.510000', '120355.970000', '120356.430000', '120356.890000', '120357.350000', '120357.810000', '120358.270000', '120358.730000', '120359.190000', '120359.650000', '120400.110000', '120400.570000', '120401.030000', '120401.490000', '120401.950000', '120402.410000', '120402.870000', '120403.330000', '120403.790000', '120404.250000', '120404.710000', '120405.170000', '120405.630000', '120406.090000', '120406.550000', '120407.010000', '120407.470000', '120407.930000', '120408.390000', '120408.850000', '120409.310000', '120409.770000', '120410.230000', '120410.690000', '120411.150000', '120411.610000', '120412.070000', '120412.530000', '120412.990000', '120413.450000', '120413.910000', '120414.370000', '120414.830000', '120415.290000', '120415.750000', '120416.210000', '120416.670000', '120417.130000', '120417.590000', '120418.050000', '120418.510000', '120418.970000', '120419.430000', '120419.890000', '120420.350000', '120420.810000', '120421.270000', '120421.730000', '120422.190000', '120422.650000', '120423.110000', '120423.570000', '120424.030000', '120424.490000', '120424.950000', '120425.410000', '120425.870000', '120426.330000', '120426.790000', '120427.250000', '120427.710000', '120428.170000', '120428.630000', '120429.090000', '120429.550000', '120430.010000', '120430.470000', '120430.930000', '120431.390000', '120431.850000', '120432.310000', '120432.770000', '120433.230000', '120433.690000', '120434.150000', '120434.610000', '120435.070000', '120435.530000', '120435.990000', '120436.450000', '120436.910000', '120437.370000', '120437.830000', '120438.290000', '120438.750000', '120439.210000', '120439.670000', '120440.130000', '120440.590000', '120441.050000', '120441.510000', '120441.970000', '120442.430000', '120442.890000', '120443.350000', '120443.810000', '120444.270000', '120444.730000', '120445.190000', '120445.650000', '120446.110000', '120446.570000', '120447.030000', '120447.490000', '120447.950000', '120448.410000', '120448.870000', '120449.330000', '120449.790000', '120450.250000'], 'ContentTime': ['115235.644000', '115235.647000', '115235.651000', '115235.653000', '115235.660000', '115235.663000', '115235.666000', '115235.669000', '115235.671000', '115235.674000', '115235.677000', '115235.693000', '115235.696000', '115235.712000', '115235.715000', '115235.718000', '115235.721000', '115235.724000', '115235.727000', '115235.729000', '115235.732000', '115235.735000', '115235.738000', '115235.741000', '115235.744000', '115235.747000', '115235.750000', '115235.753000', '115235.756000', '115235.758000', '115235.761000', '115235.764000', '115235.767000', '115235.770000', '115235.773000', '115235.776000', '115235.779000', '115235.781000', '115235.784000', '115235.787000', '115255.600000', '115255.603000', '115255.606000', '115255.609000', '115255.612000', '115255.615000', '115255.622000', '115255.625000', '115255.628000', '115255.631000', '115255.634000', '115255.637000', '115255.639000', '115255.642000', '115255.645000', '115255.648000', '115255.651000', '115255.654000', '115255.657000', '115255.659000', '115255.662000', '115255.665000', '115255.668000', '115255.671000', '115255.674000', '115255.677000', '115255.680000', '115255.682000', '115255.685000', '115255.688000', '115255.691000', '115255.694000', '115255.697000', '115255.700000', '115255.703000', '115255.706000', '115255.708000', '115255.711000', '115255.714000', '115255.717000', '115255.720000', '115255.723000', '115255.726000', '115315.599000', '115315.602000', '115315.605000', '115315.608000', '115315.611000', '115315.613000', '115315.616000', '115315.619000', '115315.622000', '115315.625000', '115315.628000', '115315.631000', '115315.634000', '115315.637000', '115315.640000', '115315.643000', '115315.646000', '115315.648000', '115315.651000', '115315.654000', '115315.657000', '115315.660000', '115315.663000', '115315.666000', '115315.669000', '115315.672000', '115315.675000', '115315.677000', '115315.680000', '115315.683000', '115315.686000', '115315.689000', '115315.692000', '115315.695000', '115315.698000', '115315.700000', '115315.703000', '115315.706000', '115315.709000', '115315.712000', '115315.715000', '115315.718000', '115315.722000', '115315.725000', '115335.600000', '115335.603000', '115335.606000', '115335.609000', '115335.616000', '115335.619000', '115335.622000', '115335.625000', '115335.627000', '115335.630000', '115335.633000', '115335.636000', '115335.639000', '115335.642000', '115335.645000', '115335.648000', '115335.651000', '115335.654000', '115335.656000', '115335.659000', '115335.662000', '115335.665000', '115335.668000', '115335.671000', '115335.674000', '115335.677000', '115335.679000', '115335.682000', '115335.685000', '115335.688000', '115335.691000', '115335.694000', '115335.697000', '115335.700000', '115335.702000', '115335.705000', '115335.708000', '115335.711000', '115335.715000', '115335.719000', '115335.722000', '115335.725000', '115335.728000', '115355.600000', '115355.603000', '115355.606000', '115355.609000', '115355.618000', '115355.621000', '115355.624000', '115355.627000', '115355.630000', '115355.633000', '115355.635000', '115355.638000', '115355.641000', '115355.644000', '115355.647000', '115355.650000', '115355.653000', '115355.656000', '115355.659000', '115355.661000', '115355.664000', '115355.667000', '115355.670000', '115355.673000', '115355.676000', '115355.679000', '115355.682000', '115355.685000', '115355.688000', '115355.691000', '115355.694000', '115355.697000', '115355.700000', '115355.702000', '115355.705000', '115355.708000', '115355.711000', '115355.714000', '115355.717000', '115355.720000', '115355.722000', '115355.725000', '115355.728000', '115355.731000', '115415.600000', '115415.603000', '115415.606000', '115415.609000', '115415.612000', '115415.615000', '115415.618000', '115415.621000', '115415.623000', '115415.626000', '115415.629000', '115415.632000', '115415.651000', '115415.654000', '115415.657000', '115415.659000', '115415.662000', '115415.665000', '115415.668000', '115415.671000', '115415.674000', '115415.677000', '115415.680000', '115415.683000', '115415.686000', '115415.689000', '115415.692000', '115415.694000', '115415.697000', '115415.700000', '115415.703000', '115415.706000', '115415.709000', '115415.712000', '115415.715000', '115415.718000', '115415.721000', '115415.723000', '115415.726000', '115415.729000', '115415.732000', '115415.735000', '115415.738000', '115435.600000', '115435.603000', '115435.606000', '115435.609000', '115435.612000', '115435.615000', '115435.617000', '115435.621000', '115435.623000', '115435.626000', '115435.629000', '115435.632000', '115435.635000', '115435.638000', '115435.641000', '115435.644000', '115435.647000', '115435.650000', '115435.653000', '115435.656000', '115435.659000', '115435.662000', '115435.664000', '115435.667000', '115435.670000', '115435.673000', '115435.676000', '115435.679000', '115435.682000', '115435.685000', '115435.688000', '115435.691000', '115435.694000', '115435.697000', '115435.699000', '115435.702000', '115435.705000', '115435.708000', '115435.711000', '115435.714000', '115435.717000', '115435.720000', '115435.723000', '115435.726000', '115455.600000', '115455.603000', '115455.606000', '115455.609000', '115455.612000', '115455.615000', '115455.618000', '115455.621000', '115455.624000', '115455.626000', '115455.629000', '115455.632000', '115455.635000', '115455.638000', '115455.641000', '115455.644000', '115455.647000', '115455.650000', '115455.653000', '115455.656000', '115455.659000', '115455.662000', '115455.664000', '115455.667000', '115455.670000', '115455.673000', '115455.676000', '115455.679000', '115455.682000', '115455.685000', '115455.688000', '115455.691000', '115455.694000', '115455.697000', '115455.699000', '115455.702000', '115455.705000', '115455.708000', '115455.711000', '115455.714000', '115455.717000', '115455.720000', '115455.723000', '115515.601000', '115515.604000', '115515.607000', '115515.610000', '115515.613000', '115515.616000', '115515.619000', '115515.622000', '115515.625000', '115515.628000', '115515.631000', '115515.634000', '115515.636000', '115515.639000', '115515.642000', '115515.645000', '115515.648000', '115515.651000', '115515.654000', '115515.657000', '115515.660000', '115515.663000', '115515.666000', '115515.669000', '115515.672000', '115515.675000', '115515.677000', '115515.680000', '115515.683000', '115515.686000', '115515.689000', '115515.692000', '115515.695000', '115515.698000', '115515.701000', '115515.704000', '115515.707000', '115515.710000', '115515.713000', '115515.716000', '115515.719000', '115515.722000', '115515.724000', '115535.600000', '115535.603000', '115535.606000', '115535.609000', '115535.612000', '115535.615000', '115535.618000', '115535.621000', '115535.624000', '115535.626000', '115535.629000', '115535.632000', '115535.635000', '115535.638000', '115535.641000', '115535.644000', '115535.647000', '115535.650000', '115535.653000', '115535.656000', '115535.659000', '115535.661000', '115535.664000', '115535.667000', '115535.670000', '115535.673000', '115535.676000', '115535.679000', '115535.682000', '115535.685000', '115535.688000', '115535.691000', '115535.693000', '115535.696000', '115535.699000', '115535.702000', '115535.705000', '115535.708000', '115535.711000', '115535.714000', '115535.717000', '115535.720000', '115535.722000', '115535.725000', '115555.600000', '115555.603000', '115555.606000', '115555.609000', '115555.612000', '115555.615000', '115555.618000', '115555.621000', '115555.634000', '115555.637000', '115555.640000', '115555.643000', '115555.646000', '115555.649000', '115555.652000', '115555.654000', '115555.657000', '115555.660000', '115555.663000', '115555.666000', '115555.669000', '115555.672000', '115555.675000', '115555.678000', '115555.681000', '115555.684000', '115555.687000', '115555.690000', '115555.693000', '115555.696000', '115555.699000', '115555.702000', '115555.704000', '115555.708000', '115555.710000', '115555.713000', '115555.716000', '115555.719000', '115555.722000', '115555.725000', '115555.728000', '115555.731000', '115555.734000', '115615.600000', '115615.603000', '115615.606000', '115615.609000', '115615.612000', '115615.615000', '115615.618000', '115615.621000', '115615.624000', '115615.626000', '115615.629000', '115615.632000', '115615.635000', '115615.638000', '115615.641000', '115615.644000', '115615.647000', '115615.650000', '115615.653000', '115615.655000', '115615.659000', '115615.662000', '115615.665000', '115615.668000', '115615.671000', '115615.674000', '115615.676000', '115615.679000', '115615.683000', '115615.685000', '115615.688000', '115615.691000', '115615.694000', '115615.697000', '115615.700000', '115615.703000', '115615.706000', '115615.709000', '115615.712000', '115615.715000', '115615.718000', '115615.721000', '115615.724000', '115615.727000', '115635.600000', '115635.603000', '115635.606000', '115635.609000', '115635.612000', '115635.615000', '115635.618000', '115635.621000', '115635.624000', '115635.627000', '115635.630000', '115635.632000', '115635.635000', '115635.638000', '115635.642000', '115635.646000', '115635.649000', '115635.652000', '115635.655000', '115635.658000', '115635.661000', '115635.664000', '115635.667000', '115635.670000', '115635.673000', '115635.676000', '115635.678000', '115635.681000', '115635.685000', '115635.687000', '115635.690000', '115635.693000', '115635.696000', '115635.699000', '115635.702000', '115635.705000', '115635.708000', '115635.711000', '115635.714000', '115635.717000', '115635.720000', '115635.723000', '115635.725000', '115655.600000', '115655.603000', '115655.606000', '115655.609000', '115655.612000', '115655.615000', '115655.618000', '115655.621000', '115655.624000', '115655.626000', '115655.629000', '115655.632000', '115655.635000', '115655.638000', '115655.641000', '115655.644000', '115655.647000', '115655.650000', '115655.653000', '115655.656000', '115655.659000', '115655.661000', '115655.664000', '115655.667000', '115655.670000', '115655.673000', '115655.676000', '115655.679000', '115655.682000', '115655.685000', '115655.688000', '115655.691000', '115655.694000', '115655.697000', '115655.700000', '115655.703000', '115655.705000', '115655.708000', '115655.711000', '115655.714000', '115655.717000', '115655.720000', '115655.723000', '115655.726000', '115715.600000', '115715.603000', '115715.606000', '115715.609000', '115715.612000', '115715.615000', '115715.618000', '115715.621000', '115715.624000', '115715.627000', '115715.630000', '115715.633000', '115715.636000', '115715.639000', '115715.642000', '115715.645000', '115715.648000', '115715.651000', '115715.654000', '115715.657000', '115715.660000', '115715.663000', '115715.665000', '115715.668000', '115715.671000', '115715.674000', '115715.677000', '115715.680000', '115715.683000', '115715.687000', '115715.690000', '115715.693000', '115715.696000', '115715.712000', '115715.714000', '115715.718000', '115715.720000', '115715.723000', '115715.726000', '115715.729000', '115715.732000', '115715.735000', '115715.738000', '115735.599000', '115735.602000', '115735.605000', '115735.608000', '115735.611000', '115735.614000', '115735.617000', '115735.620000', '115735.623000', '115735.626000', '115735.629000', '115735.632000', '115735.635000', '115735.638000', '115735.641000', '115735.644000', '115735.647000', '115735.650000', '115735.653000', '115735.656000', '115735.659000', '115735.661000', '115735.664000', '115735.667000', '115735.670000', '115735.673000', '115735.676000', '115735.679000', '115735.682000', '115735.685000', '115735.688000', '115735.691000', '115735.694000', '115735.697000', '115735.700000', '115735.703000', '115735.706000', '115735.709000', '115735.712000', '115735.715000', '115735.718000', '115735.721000', '115735.724000', '115735.727000', '115755.600000', '115755.603000', '115755.606000', '115755.609000', '115755.612000', '115755.615000', '115755.618000', '115755.621000', '115755.624000', '115755.627000', '115755.630000', '115755.633000', '115755.636000', '115755.639000', '115755.642000', '115755.644000', '115755.647000', '115755.650000', '115755.653000', '115755.656000', '115755.659000', '115755.662000', '115755.665000', '115755.668000', '115755.671000', '115755.674000', '115755.677000', '115755.680000', '115755.683000', '115755.686000', '115755.691000', '115755.695000', '115755.698000', '115755.701000', '115755.704000', '115755.706000', '115755.709000', '115755.712000', '115755.715000', '115755.718000', '115755.721000', '115755.724000', '115755.727000', '115815.600000', '115815.603000', '115815.606000', '115815.609000', '115815.612000', '115815.615000', '115815.618000', '115815.621000', '115815.623000', '115815.626000', '115815.629000', '115815.632000', '115815.635000', '115815.638000', '115815.641000', '115815.644000', '115815.647000', '115815.650000', '115815.652000', '115815.655000', '115815.658000', '115815.661000', '115815.664000', '115815.667000', '115815.670000', '115815.673000', '115815.676000', '115815.679000', '115815.682000', '115815.684000', '115815.687000', '115815.691000', '115815.694000', '115815.697000', '115815.700000', '115815.702000', '115815.705000', '115815.708000', '115815.711000', '115815.714000', '115815.717000', '115815.720000', '115815.723000', '115815.726000', '115835.600000', '115835.603000', '115835.606000', '115835.610000', '115835.612000', '115835.615000', '115835.618000', '115835.621000', '115835.624000', '115835.628000', '115835.632000', '115835.635000', '115835.638000', '115835.641000', '115835.644000', '115835.647000', '115835.650000', '115835.653000', '115835.655000', '115835.658000', '115835.661000', '115835.664000', '115835.667000', '115835.670000', '115835.673000', '115835.676000', '115835.679000', '115835.682000', '115835.685000', '115835.688000', '115835.691000', '115835.694000', '115835.697000', '115835.702000', '115835.705000', '115835.708000', '115835.710000', '115835.714000', '115835.716000', '115835.719000', '115835.722000', '115835.725000', '115835.728000', '115855.600000', '115855.603000', '115855.606000', '115855.609000', '115855.612000', '115855.615000', '115855.618000', '115855.621000', '115855.624000', '115855.627000', '115855.630000', '115855.632000', '115855.635000', '115855.638000', '115855.641000', '115855.644000', '115855.647000', '115855.650000', '115855.653000', '115855.656000', '115855.659000', '115855.662000', '115855.665000', '115855.667000', '115855.675000', '115855.678000', '115855.681000', '115855.684000', '115855.686000', '115855.689000', '115855.692000', '115855.695000', '115855.698000', '115855.701000', '115855.704000', '115855.707000', '115855.710000', '115855.713000', '115855.716000', '115855.719000', '115855.722000', '115855.724000', '115855.727000', '115855.730000', '115915.600000', '115915.603000', '115915.606000', '115915.609000', '115915.612000', '115915.615000', '115915.618000', '115915.621000', '115915.624000', '115915.627000', '115915.630000', '115915.633000', '115915.636000', '115915.639000', '115915.642000', '115915.644000', '115915.647000', '115915.650000', '115915.653000', '115915.656000', '115915.659000', '115915.662000', '115915.665000', '115915.668000', '115915.671000', '115915.674000', '115915.677000', '115915.680000', '115915.682000', '115915.685000', '115915.688000', '115915.691000', '115915.694000', '115915.697000', '115915.700000', '115915.703000', '115915.706000', '115915.709000', '115915.712000', '115915.714000', '115915.717000', '115915.720000', '115915.723000', '115935.600000', '115935.603000', '115935.606000', '115935.609000', '115935.612000', '115935.615000', '115935.618000', '115935.621000', '115935.624000', '115935.627000', '115935.629000', '115935.632000', '115935.635000', '115935.638000', '115935.641000', '115935.644000', '115935.647000', '115935.650000', '115935.653000', '115935.656000', '115935.659000', '115935.662000', '115935.665000', '115935.668000', '115935.671000', '115935.673000', '115935.676000', '115935.679000', '115935.682000', '115935.685000', '115935.688000', '115935.691000', '115935.694000', '115935.697000', '115935.700000', '115935.703000', '115935.706000', '115935.709000', '115935.712000', '115935.714000', '115935.717000', '115935.720000', '115935.723000', '115935.726000', '115955.599000', '115955.602000', '115955.605000', '115955.608000', '115955.611000', '115955.614000', '115955.617000', '115955.620000', '115955.623000', '115955.625000', '115955.628000', '115955.631000', '115955.634000', '115955.637000', '115955.640000', '115955.643000', '115955.646000', '115955.649000', '115955.652000', '115955.655000', '115955.658000', '115955.660000', '115955.663000', '115955.668000', '115955.671000', '115955.674000', '115955.677000', '115955.680000', '115955.683000', '115955.686000', '115955.689000', '115955.692000', '115955.695000', '115955.697000', '115955.700000', '115955.703000', '115955.706000', '115955.709000', '115955.712000', '115955.715000', '115955.733000', '115955.737000', '115955.740000', '120015.600000', '120015.603000', '120015.606000', '120015.609000', '120015.612000', '120015.615000', '120015.618000', '120015.621000', '120015.624000', '120015.627000', '120015.629000', '120015.633000', '120015.635000', '120015.638000', '120015.641000', '120015.644000', '120015.647000', '120015.650000', '120015.653000', '120015.656000', '120015.659000', '120015.662000', '120015.665000', '120015.667000', '120015.670000', '120015.673000', '120015.676000', '120015.679000', '120015.682000', '120015.685000', '120015.688000', '120015.691000', '120015.694000', '120015.697000', '120015.700000', '120015.703000', '120015.706000', '120015.709000', '120015.711000', '120015.714000', '120015.717000', '120015.720000', '120015.723000', '120015.726000', '120035.600000', '120035.603000', '120035.606000', '120035.609000', '120035.612000', '120035.615000', '120035.618000', '120035.621000', '120035.624000', '120035.627000', '120035.630000', '120035.633000', '120035.636000', '120035.639000', '120035.642000', '120035.645000', '120035.647000', '120035.650000', '120035.653000', '120035.656000', '120035.659000', '120035.662000', '120035.665000', '120035.668000', '120035.671000', '120035.674000', '120035.677000', '120035.680000', '120035.683000', '120035.686000', '120035.689000', '120035.692000', '120035.695000', '120035.698000', '120035.701000', '120035.704000', '120035.707000', '120035.710000', '120035.713000', '120035.716000', '120035.718000', '120035.721000', '120035.724000', '120055.600000', '120055.603000', '120055.606000', '120055.609000', '120055.612000', '120055.615000', '120055.618000', '120055.621000', '120055.624000', '120055.627000', '120055.630000', '120055.632000', '120055.635000', '120055.638000', '120055.641000', '120055.644000', '120055.647000', '120055.657000', '120055.660000', '120055.663000', '120055.666000', '120055.676000', '120055.679000', '120055.682000', '120055.685000', '120055.688000', '120055.691000', '120055.694000', '120055.697000', '120055.700000', '120055.703000', '120055.705000', '120055.708000', '120055.711000', '120055.714000', '120055.717000', '120055.720000', '120055.723000', '120055.726000', '120055.729000', '120055.732000', '120055.735000', '120055.738000', '120055.741000', '120115.600000', '120115.603000', '120115.606000', '120115.609000', '120115.612000', '120115.615000', '120115.618000', '120115.621000', '120115.624000', '120115.627000', '120115.630000', '120115.633000', '120115.636000', '120115.638000', '120115.641000', '120115.644000', '120115.647000', '120115.650000', '120115.653000', '120115.656000', '120115.659000', '120115.662000', '120115.665000', '120115.668000', '120115.671000', '120115.674000', '120115.676000', '120115.679000', '120115.682000', '120115.685000', '120115.688000', '120115.691000', '120115.694000', '120115.697000', '120115.700000', '120115.704000', '120115.718000', '120115.721000', '120115.724000', '120115.727000', '120115.730000', '120115.733000', '120115.735000', '120135.600000', '120135.603000', '120135.606000', '120135.609000', '120135.612000', '120135.615000', '120135.618000', '120135.621000', '120135.624000', '120135.627000', '120135.630000', '120135.633000', '120135.636000', '120135.639000', '120135.642000', '120135.645000', '120135.648000', '120135.651000', '120135.654000', '120135.657000', '120135.660000', '120135.663000', '120135.666000', '120135.669000', '120135.672000', '120135.675000', '120135.678000', '120135.681000', '120135.684000', '120135.687000', '120135.690000', '120135.693000', '120135.696000', '120135.699000', '120135.702000', '120135.705000', '120135.708000', '120135.711000', '120135.714000', '120135.717000', '120135.720000', '120135.723000', '120135.726000', '120135.728000', '120155.600000', '120155.603000', '120155.606000', '120155.609000', '120155.612000', '120155.615000', '120155.618000', '120155.621000', '120155.624000', '120155.627000', '120155.630000', '120155.633000', '120155.636000', '120155.639000', '120155.641000', '120155.644000', '120155.647000', '120155.650000', '120155.653000', '120155.656000', '120155.659000', '120155.662000', '120155.665000', '120155.668000', '120155.671000', '120155.674000', '120155.676000', '120155.679000', '120155.682000', '120155.685000', '120155.688000', '120155.691000', '120155.694000', '120155.697000', '120155.700000', '120155.703000', '120155.706000', '120155.709000', '120155.712000', '120155.715000', '120155.718000', '120155.720000', '120155.723000', '120215.599000', '120215.602000', '120215.605000', '120215.608000', '120215.611000', '120215.614000', '120215.617000', '120215.620000', '120215.623000', '120215.626000', '120215.629000', '120215.632000', '120215.634000', '120215.637000', '120215.640000', '120215.643000', '120215.646000', '120215.649000', '120215.652000', '120215.655000', '120215.658000', '120215.661000', '120215.664000', '120215.667000', '120215.669000', '120215.672000', '120215.675000', '120215.678000', '120215.681000', '120215.684000', '120215.687000', '120215.690000', '120215.693000', '120215.696000', '120215.699000', '120215.702000', '120215.705000', '120215.707000', '120215.710000', '120215.719000', '120215.722000', '120215.725000', '120215.728000', '120215.731000', '120235.600000', '120235.603000', '120235.606000', '120235.609000', '120235.612000', '120235.615000', '120235.618000', '120235.621000', '120235.624000', '120235.628000', '120235.630000', '120235.633000', '120235.636000', '120235.639000', '120235.642000', '120235.645000', '120235.648000', '120235.651000', '120235.654000', '120235.657000', '120235.660000', '120235.663000', '120235.666000', '120235.669000', '120235.672000', '120235.675000', '120235.678000', '120235.681000', '120235.684000', '120235.687000', '120235.690000', '120235.693000', '120235.696000', '120235.699000', '120235.702000', '120235.705000', '120235.708000', '120235.711000', '120235.714000', '120235.717000', '120235.720000', '120235.723000', '120235.726000', '120255.600000', '120255.604000', '120255.613000', '120255.634000', '120255.637000', '120255.647000', '120255.658000', '120255.667000', '120255.678000', '120255.681000', '120255.687000', '120255.690000', '120255.693000', '120255.703000', '120255.706000', '120255.709000', '120255.712000', '120255.715000', '120255.718000', '120255.721000', '120255.724000', '120255.727000', '120255.730000', '120255.733000', '120255.736000', '120255.739000', '120255.742000', '120255.745000', '120255.748000', '120255.750000', '120255.753000', '120255.756000', '120255.759000', '120255.762000', '120255.765000', '120255.768000', '120255.772000', '120255.775000', '120255.778000', '120255.781000', '120255.784000', '120255.787000', '120255.790000', '120315.600000', '120315.603000', '120315.606000', '120315.609000', '120315.612000', '120315.615000', '120315.618000', '120315.621000', '120315.624000', '120315.627000', '120315.630000', '120315.633000', '120315.636000', '120315.639000', '120315.642000', '120315.645000', '120315.648000', '120315.651000', '120315.654000', '120315.657000', '120315.660000', '120315.663000', '120315.666000', '120315.669000', '120315.672000', '120315.675000', '120315.678000', '120315.681000', '120315.684000', '120315.687000', '120315.690000', '120315.693000', '120315.696000', '120315.699000', '120315.702000', '120315.704000', '120315.707000', '120315.710000', '120315.713000', '120315.716000', '120315.736000', '120315.739000', '120315.742000', '120315.745000', '120335.600000', '120335.603000', '120335.606000', '120335.611000', '120335.615000', '120335.619000', '120335.622000', '120335.625000', '120335.635000', '120335.638000', '120335.641000', '120335.644000', '120335.647000', '120335.650000', '120335.653000', '120335.656000', '120335.659000', '120335.662000', '120335.665000', '120335.668000', '120335.671000', '120335.674000', '120335.676000', '120335.679000', '120335.682000', '120335.685000', '120335.688000', '120335.691000', '120335.694000', '120335.697000', '120335.700000', '120335.706000', '120335.708000', '120335.712000', '120335.714000', '120335.717000', '120335.720000', '120335.723000', '120335.726000', '120335.729000', '120335.732000', '120335.735000', '120335.738000', '120355.600000', '120355.603000', '120355.606000', '120355.609000', '120355.612000', '120355.615000', '120355.618000', '120355.621000', '120355.624000', '120355.627000', '120355.630000', '120355.633000', '120355.636000', '120355.639000', '120355.651000', '120355.654000', '120355.670000', '120355.673000', '120355.676000', '120355.679000', '120355.682000', '120355.685000', '120355.688000', '120355.691000', '120355.694000', '120355.697000', '120355.700000', '120355.703000', '120355.706000', '120355.709000', '120355.712000', '120355.715000', '120355.718000', '120355.721000', '120355.724000', '120355.727000', '120355.730000', '120355.733000', '120355.736000', '120355.739000', '120355.742000', '120355.745000', '120355.748000', '120355.751000', '120415.600000', '120415.603000', '120415.606000', '120415.609000', '120415.612000', '120415.615000', '120415.618000', '120415.621000', '120415.624000', '120415.627000', '120415.632000', '120415.636000', '120415.639000', '120415.642000', '120415.645000', '120415.648000', '120415.651000', '120415.654000', '120415.674000', '120415.677000', '120415.680000', '120415.683000', '120415.686000', '120415.689000', '120415.692000', '120415.695000', '120415.698000', '120415.701000', '120415.704000', '120415.707000', '120415.710000', '120415.713000', '120415.716000', '120415.719000', '120415.722000', '120415.725000', '120415.728000', '120415.731000', '120415.734000', '120415.737000', '120415.740000', '120415.743000', '120415.746000', '120435.599000', '120435.607000', '120435.610000', '120435.613000', '120435.616000', '120435.619000', '120435.622000', '120435.625000', '120435.628000', '120435.631000', '120435.634000', '120435.637000', '120435.640000', '120435.643000', '120435.654000', '120435.657000', '120435.660000', '120435.663000', '120435.666000', '120435.677000', '120435.680000', '120435.683000', '120435.685000', '120435.688000', '120435.691000', '120435.694000', '120435.697000', '120435.700000', '120435.703000', '120435.706000', '120435.709000', '120435.713000', '120435.716000', '120435.718000', '120435.721000', '120435.724000', '120435.727000', '120435.730000', '120435.733000', '120435.736000', '120435.739000', '120435.742000', '120435.745000', '120435.748000', '120451.751000', '120451.756000', '120451.759000', '120451.763000', '120451.766000', '120451.819000', '120451.822000', '120451.825000', '120451.828000', '120451.831000', '120451.834000', '120451.837000', '120451.840000', '120451.843000', '120451.846000', '120451.849000', '120451.852000', '120451.862000', '120451.866000', '120451.869000', '120451.872000', '120451.875000', '120451.879000', '120451.882000', '120451.885000', '120451.888000', '120451.891000', '120451.895000', '120451.898000', '120451.901000', '120451.904000', '120451.907000', '120451.909000', '120451.912000', '120451.915000'], 'InstanceCreationTime': ['115235.644000', '115235.647000', '115235.651000', '115235.653000', '115235.660000', '115235.663000', '115235.666000', '115235.669000', '115235.671000', '115235.674000', '115235.677000', '115235.693000', '115235.696000', '115235.712000', '115235.715000', '115235.718000', '115235.721000', '115235.724000', '115235.727000', '115235.729000', '115235.732000', '115235.735000', '115235.738000', '115235.741000', '115235.744000', '115235.747000', '115235.750000', '115235.753000', '115235.756000', '115235.758000', '115235.761000', '115235.764000', '115235.767000', '115235.770000', '115235.773000', '115235.776000', '115235.779000', '115235.781000', '115235.784000', '115235.787000', '115255.600000', '115255.603000', '115255.606000', '115255.609000', '115255.612000', '115255.615000', '115255.622000', '115255.625000', '115255.628000', '115255.631000', '115255.634000', '115255.637000', '115255.639000', '115255.642000', '115255.645000', '115255.648000', '115255.651000', '115255.654000', '115255.657000', '115255.659000', '115255.662000', '115255.665000', '115255.668000', '115255.671000', '115255.674000', '115255.677000', '115255.680000', '115255.682000', '115255.685000', '115255.688000', '115255.691000', '115255.694000', '115255.697000', '115255.700000', '115255.703000', '115255.706000', '115255.708000', '115255.711000', '115255.714000', '115255.717000', '115255.720000', '115255.723000', '115255.726000', '115315.599000', '115315.602000', '115315.605000', '115315.608000', '115315.611000', '115315.613000', '115315.616000', '115315.619000', '115315.622000', '115315.625000', '115315.628000', '115315.631000', '115315.634000', '115315.637000', '115315.640000', '115315.643000', '115315.646000', '115315.648000', '115315.651000', '115315.654000', '115315.657000', '115315.660000', '115315.663000', '115315.666000', '115315.669000', '115315.672000', '115315.675000', '115315.677000', '115315.680000', '115315.683000', '115315.686000', '115315.689000', '115315.692000', '115315.695000', '115315.698000', '115315.700000', '115315.703000', '115315.706000', '115315.709000', '115315.712000', '115315.715000', '115315.718000', '115315.722000', '115315.725000', '115335.600000', '115335.603000', '115335.606000', '115335.609000', '115335.616000', '115335.619000', '115335.622000', '115335.625000', '115335.627000', '115335.630000', '115335.633000', '115335.636000', '115335.639000', '115335.642000', '115335.645000', '115335.648000', '115335.651000', '115335.654000', '115335.656000', '115335.659000', '115335.662000', '115335.665000', '115335.668000', '115335.671000', '115335.674000', '115335.677000', '115335.679000', '115335.682000', '115335.685000', '115335.688000', '115335.691000', '115335.694000', '115335.697000', '115335.700000', '115335.702000', '115335.705000', '115335.708000', '115335.711000', '115335.715000', '115335.719000', '115335.722000', '115335.725000', '115335.728000', '115355.600000', '115355.603000', '115355.606000', '115355.609000', '115355.618000', '115355.621000', '115355.624000', '115355.627000', '115355.630000', '115355.633000', '115355.635000', '115355.638000', '115355.641000', '115355.644000', '115355.647000', '115355.650000', '115355.653000', '115355.656000', '115355.659000', '115355.661000', '115355.664000', '115355.667000', '115355.670000', '115355.673000', '115355.676000', '115355.679000', '115355.682000', '115355.685000', '115355.688000', '115355.691000', '115355.694000', '115355.697000', '115355.700000', '115355.702000', '115355.705000', '115355.708000', '115355.711000', '115355.714000', '115355.717000', '115355.720000', '115355.722000', '115355.725000', '115355.728000', '115355.731000', '115415.600000', '115415.603000', '115415.606000', '115415.609000', '115415.612000', '115415.615000', '115415.618000', '115415.621000', '115415.623000', '115415.626000', '115415.629000', '115415.632000', '115415.651000', '115415.654000', '115415.657000', '115415.659000', '115415.662000', '115415.665000', '115415.668000', '115415.671000', '115415.674000', '115415.677000', '115415.680000', '115415.683000', '115415.686000', '115415.689000', '115415.692000', '115415.694000', '115415.697000', '115415.700000', '115415.703000', '115415.706000', '115415.709000', '115415.712000', '115415.715000', '115415.718000', '115415.721000', '115415.723000', '115415.726000', '115415.729000', '115415.732000', '115415.735000', '115415.738000', '115435.600000', '115435.603000', '115435.606000', '115435.609000', '115435.612000', '115435.615000', '115435.617000', '115435.621000', '115435.623000', '115435.626000', '115435.629000', '115435.632000', '115435.635000', '115435.638000', '115435.641000', '115435.644000', '115435.647000', '115435.650000', '115435.653000', '115435.656000', '115435.659000', '115435.662000', '115435.664000', '115435.667000', '115435.670000', '115435.673000', '115435.676000', '115435.679000', '115435.682000', '115435.685000', '115435.688000', '115435.691000', '115435.694000', '115435.697000', '115435.699000', '115435.702000', '115435.705000', '115435.708000', '115435.711000', '115435.714000', '115435.717000', '115435.720000', '115435.723000', '115435.726000', '115455.600000', '115455.603000', '115455.606000', '115455.609000', '115455.612000', '115455.615000', '115455.618000', '115455.621000', '115455.624000', '115455.626000', '115455.629000', '115455.632000', '115455.635000', '115455.638000', '115455.641000', '115455.644000', '115455.647000', '115455.650000', '115455.653000', '115455.656000', '115455.659000', '115455.662000', '115455.664000', '115455.667000', '115455.670000', '115455.673000', '115455.676000', '115455.679000', '115455.682000', '115455.685000', '115455.688000', '115455.691000', '115455.694000', '115455.697000', '115455.699000', '115455.702000', '115455.705000', '115455.708000', '115455.711000', '115455.714000', '115455.717000', '115455.720000', '115455.723000', '115515.601000', '115515.604000', '115515.607000', '115515.610000', '115515.613000', '115515.616000', '115515.619000', '115515.622000', '115515.625000', '115515.628000', '115515.631000', '115515.634000', '115515.636000', '115515.639000', '115515.642000', '115515.645000', '115515.648000', '115515.651000', '115515.654000', '115515.657000', '115515.660000', '115515.663000', '115515.666000', '115515.669000', '115515.672000', '115515.675000', '115515.677000', '115515.680000', '115515.683000', '115515.686000', '115515.689000', '115515.692000', '115515.695000', '115515.698000', '115515.701000', '115515.704000', '115515.707000', '115515.710000', '115515.713000', '115515.716000', '115515.719000', '115515.722000', '115515.724000', '115535.600000', '115535.603000', '115535.606000', '115535.609000', '115535.612000', '115535.615000', '115535.618000', '115535.621000', '115535.624000', '115535.626000', '115535.629000', '115535.632000', '115535.635000', '115535.638000', '115535.641000', '115535.644000', '115535.647000', '115535.650000', '115535.653000', '115535.656000', '115535.659000', '115535.661000', '115535.664000', '115535.667000', '115535.670000', '115535.673000', '115535.676000', '115535.679000', '115535.682000', '115535.685000', '115535.688000', '115535.691000', '115535.693000', '115535.696000', '115535.699000', '115535.702000', '115535.705000', '115535.708000', '115535.711000', '115535.714000', '115535.717000', '115535.720000', '115535.722000', '115535.725000', '115555.600000', '115555.603000', '115555.606000', '115555.609000', '115555.612000', '115555.615000', '115555.618000', '115555.621000', '115555.634000', '115555.637000', '115555.640000', '115555.643000', '115555.646000', '115555.649000', '115555.652000', '115555.654000', '115555.657000', '115555.660000', '115555.663000', '115555.666000', '115555.669000', '115555.672000', '115555.675000', '115555.678000', '115555.681000', '115555.684000', '115555.687000', '115555.690000', '115555.693000', '115555.696000', '115555.699000', '115555.702000', '115555.704000', '115555.708000', '115555.710000', '115555.713000', '115555.716000', '115555.719000', '115555.722000', '115555.725000', '115555.728000', '115555.731000', '115555.734000', '115615.600000', '115615.603000', '115615.606000', '115615.609000', '115615.612000', '115615.615000', '115615.618000', '115615.621000', '115615.624000', '115615.626000', '115615.629000', '115615.632000', '115615.635000', '115615.638000', '115615.641000', '115615.644000', '115615.647000', '115615.650000', '115615.653000', '115615.655000', '115615.659000', '115615.662000', '115615.665000', '115615.668000', '115615.671000', '115615.674000', '115615.676000', '115615.679000', '115615.683000', '115615.685000', '115615.688000', '115615.691000', '115615.694000', '115615.697000', '115615.700000', '115615.703000', '115615.706000', '115615.709000', '115615.712000', '115615.715000', '115615.718000', '115615.721000', '115615.724000', '115615.727000', '115635.600000', '115635.603000', '115635.606000', '115635.609000', '115635.612000', '115635.615000', '115635.618000', '115635.621000', '115635.624000', '115635.627000', '115635.630000', '115635.632000', '115635.635000', '115635.638000', '115635.642000', '115635.646000', '115635.649000', '115635.652000', '115635.655000', '115635.658000', '115635.661000', '115635.664000', '115635.667000', '115635.670000', '115635.673000', '115635.676000', '115635.678000', '115635.681000', '115635.685000', '115635.687000', '115635.690000', '115635.693000', '115635.696000', '115635.699000', '115635.702000', '115635.705000', '115635.708000', '115635.711000', '115635.714000', '115635.717000', '115635.720000', '115635.723000', '115635.725000', '115655.600000', '115655.603000', '115655.606000', '115655.609000', '115655.612000', '115655.615000', '115655.618000', '115655.621000', '115655.624000', '115655.626000', '115655.629000', '115655.632000', '115655.635000', '115655.638000', '115655.641000', '115655.644000', '115655.647000', '115655.650000', '115655.653000', '115655.656000', '115655.659000', '115655.661000', '115655.664000', '115655.667000', '115655.670000', '115655.673000', '115655.676000', '115655.679000', '115655.682000', '115655.685000', '115655.688000', '115655.691000', '115655.694000', '115655.697000', '115655.700000', '115655.703000', '115655.705000', '115655.708000', '115655.711000', '115655.714000', '115655.717000', '115655.720000', '115655.723000', '115655.726000', '115715.600000', '115715.603000', '115715.606000', '115715.609000', '115715.612000', '115715.615000', '115715.618000', '115715.621000', '115715.624000', '115715.627000', '115715.630000', '115715.633000', '115715.636000', '115715.639000', '115715.642000', '115715.645000', '115715.648000', '115715.651000', '115715.654000', '115715.657000', '115715.660000', '115715.663000', '115715.665000', '115715.668000', '115715.671000', '115715.674000', '115715.677000', '115715.680000', '115715.683000', '115715.687000', '115715.690000', '115715.693000', '115715.696000', '115715.712000', '115715.714000', '115715.718000', '115715.720000', '115715.723000', '115715.726000', '115715.729000', '115715.732000', '115715.735000', '115715.738000', '115735.599000', '115735.602000', '115735.605000', '115735.608000', '115735.611000', '115735.614000', '115735.617000', '115735.620000', '115735.623000', '115735.626000', '115735.629000', '115735.632000', '115735.635000', '115735.638000', '115735.641000', '115735.644000', '115735.647000', '115735.650000', '115735.653000', '115735.656000', '115735.659000', '115735.661000', '115735.664000', '115735.667000', '115735.670000', '115735.673000', '115735.676000', '115735.679000', '115735.682000', '115735.685000', '115735.688000', '115735.691000', '115735.694000', '115735.697000', '115735.700000', '115735.703000', '115735.706000', '115735.709000', '115735.712000', '115735.715000', '115735.718000', '115735.721000', '115735.724000', '115735.727000', '115755.600000', '115755.603000', '115755.606000', '115755.609000', '115755.612000', '115755.615000', '115755.618000', '115755.621000', '115755.624000', '115755.627000', '115755.630000', '115755.633000', '115755.636000', '115755.639000', '115755.642000', '115755.644000', '115755.647000', '115755.650000', '115755.653000', '115755.656000', '115755.659000', '115755.662000', '115755.665000', '115755.668000', '115755.671000', '115755.674000', '115755.677000', '115755.680000', '115755.683000', '115755.686000', '115755.691000', '115755.695000', '115755.698000', '115755.701000', '115755.704000', '115755.706000', '115755.709000', '115755.712000', '115755.715000', '115755.718000', '115755.721000', '115755.724000', '115755.727000', '115815.600000', '115815.603000', '115815.606000', '115815.609000', '115815.612000', '115815.615000', '115815.618000', '115815.621000', '115815.623000', '115815.626000', '115815.629000', '115815.632000', '115815.635000', '115815.638000', '115815.641000', '115815.644000', '115815.647000', '115815.650000', '115815.652000', '115815.655000', '115815.658000', '115815.661000', '115815.664000', '115815.667000', '115815.670000', '115815.673000', '115815.676000', '115815.679000', '115815.682000', '115815.684000', '115815.687000', '115815.691000', '115815.694000', '115815.697000', '115815.700000', '115815.702000', '115815.705000', '115815.708000', '115815.711000', '115815.714000', '115815.717000', '115815.720000', '115815.723000', '115815.726000', '115835.600000', '115835.603000', '115835.606000', '115835.610000', '115835.612000', '115835.615000', '115835.618000', '115835.621000', '115835.624000', '115835.628000', '115835.632000', '115835.635000', '115835.638000', '115835.641000', '115835.644000', '115835.647000', '115835.650000', '115835.653000', '115835.655000', '115835.658000', '115835.661000', '115835.664000', '115835.667000', '115835.670000', '115835.673000', '115835.676000', '115835.679000', '115835.682000', '115835.685000', '115835.688000', '115835.691000', '115835.694000', '115835.697000', '115835.702000', '115835.705000', '115835.708000', '115835.710000', '115835.714000', '115835.716000', '115835.719000', '115835.722000', '115835.725000', '115835.728000', '115855.600000', '115855.603000', '115855.606000', '115855.609000', '115855.612000', '115855.615000', '115855.618000', '115855.621000', '115855.624000', '115855.627000', '115855.630000', '115855.632000', '115855.635000', '115855.638000', '115855.641000', '115855.644000', '115855.647000', '115855.650000', '115855.653000', '115855.656000', '115855.659000', '115855.662000', '115855.665000', '115855.667000', '115855.675000', '115855.678000', '115855.681000', '115855.684000', '115855.686000', '115855.689000', '115855.692000', '115855.695000', '115855.698000', '115855.701000', '115855.704000', '115855.707000', '115855.710000', '115855.713000', '115855.716000', '115855.719000', '115855.722000', '115855.724000', '115855.727000', '115855.730000', '115915.600000', '115915.603000', '115915.606000', '115915.609000', '115915.612000', '115915.615000', '115915.618000', '115915.621000', '115915.624000', '115915.627000', '115915.630000', '115915.633000', '115915.636000', '115915.639000', '115915.642000', '115915.644000', '115915.647000', '115915.650000', '115915.653000', '115915.656000', '115915.659000', '115915.662000', '115915.665000', '115915.668000', '115915.671000', '115915.674000', '115915.677000', '115915.680000', '115915.682000', '115915.685000', '115915.688000', '115915.691000', '115915.694000', '115915.697000', '115915.700000', '115915.703000', '115915.706000', '115915.709000', '115915.712000', '115915.714000', '115915.717000', '115915.720000', '115915.723000', '115935.600000', '115935.603000', '115935.606000', '115935.609000', '115935.612000', '115935.615000', '115935.618000', '115935.621000', '115935.624000', '115935.627000', '115935.629000', '115935.632000', '115935.635000', '115935.638000', '115935.641000', '115935.644000', '115935.647000', '115935.650000', '115935.653000', '115935.656000', '115935.659000', '115935.662000', '115935.665000', '115935.668000', '115935.671000', '115935.673000', '115935.676000', '115935.679000', '115935.682000', '115935.685000', '115935.688000', '115935.691000', '115935.694000', '115935.697000', '115935.700000', '115935.703000', '115935.706000', '115935.709000', '115935.712000', '115935.714000', '115935.717000', '115935.720000', '115935.723000', '115935.726000', '115955.599000', '115955.602000', '115955.605000', '115955.608000', '115955.611000', '115955.614000', '115955.617000', '115955.620000', '115955.623000', '115955.625000', '115955.628000', '115955.631000', '115955.634000', '115955.637000', '115955.640000', '115955.643000', '115955.646000', '115955.649000', '115955.652000', '115955.655000', '115955.658000', '115955.660000', '115955.663000', '115955.668000', '115955.671000', '115955.674000', '115955.677000', '115955.680000', '115955.683000', '115955.686000', '115955.689000', '115955.692000', '115955.695000', '115955.697000', '115955.700000', '115955.703000', '115955.706000', '115955.709000', '115955.712000', '115955.715000', '115955.733000', '115955.737000', '115955.740000', '120015.600000', '120015.603000', '120015.606000', '120015.609000', '120015.612000', '120015.615000', '120015.618000', '120015.621000', '120015.624000', '120015.627000', '120015.629000', '120015.633000', '120015.635000', '120015.638000', '120015.641000', '120015.644000', '120015.647000', '120015.650000', '120015.653000', '120015.656000', '120015.659000', '120015.662000', '120015.665000', '120015.667000', '120015.670000', '120015.673000', '120015.676000', '120015.679000', '120015.682000', '120015.685000', '120015.688000', '120015.691000', '120015.694000', '120015.697000', '120015.700000', '120015.703000', '120015.706000', '120015.709000', '120015.711000', '120015.714000', '120015.717000', '120015.720000', '120015.723000', '120015.726000', '120035.600000', '120035.603000', '120035.606000', '120035.609000', '120035.612000', '120035.615000', '120035.618000', '120035.621000', '120035.624000', '120035.627000', '120035.630000', '120035.633000', '120035.636000', '120035.639000', '120035.642000', '120035.645000', '120035.647000', '120035.650000', '120035.653000', '120035.656000', '120035.659000', '120035.662000', '120035.665000', '120035.668000', '120035.671000', '120035.674000', '120035.677000', '120035.680000', '120035.683000', '120035.686000', '120035.689000', '120035.692000', '120035.695000', '120035.698000', '120035.701000', '120035.704000', '120035.707000', '120035.710000', '120035.713000', '120035.716000', '120035.718000', '120035.721000', '120035.724000', '120055.600000', '120055.603000', '120055.606000', '120055.609000', '120055.612000', '120055.615000', '120055.618000', '120055.621000', '120055.624000', '120055.627000', '120055.630000', '120055.632000', '120055.635000', '120055.638000', '120055.641000', '120055.644000', '120055.647000', '120055.657000', '120055.660000', '120055.663000', '120055.666000', '120055.676000', '120055.679000', '120055.682000', '120055.685000', '120055.688000', '120055.691000', '120055.694000', '120055.697000', '120055.700000', '120055.703000', '120055.705000', '120055.708000', '120055.711000', '120055.714000', '120055.717000', '120055.720000', '120055.723000', '120055.726000', '120055.729000', '120055.732000', '120055.735000', '120055.738000', '120055.741000', '120115.600000', '120115.603000', '120115.606000', '120115.609000', '120115.612000', '120115.615000', '120115.618000', '120115.621000', '120115.624000', '120115.627000', '120115.630000', '120115.633000', '120115.636000', '120115.638000', '120115.641000', '120115.644000', '120115.647000', '120115.650000', '120115.653000', '120115.656000', '120115.659000', '120115.662000', '120115.665000', '120115.668000', '120115.671000', '120115.674000', '120115.676000', '120115.679000', '120115.682000', '120115.685000', '120115.688000', '120115.691000', '120115.694000', '120115.697000', '120115.700000', '120115.704000', '120115.718000', '120115.721000', '120115.724000', '120115.727000', '120115.730000', '120115.733000', '120115.735000', '120135.600000', '120135.603000', '120135.606000', '120135.609000', '120135.612000', '120135.615000', '120135.618000', '120135.621000', '120135.624000', '120135.627000', '120135.630000', '120135.633000', '120135.636000', '120135.639000', '120135.642000', '120135.645000', '120135.648000', '120135.651000', '120135.654000', '120135.657000', '120135.660000', '120135.663000', '120135.666000', '120135.669000', '120135.672000', '120135.675000', '120135.678000', '120135.681000', '120135.684000', '120135.687000', '120135.690000', '120135.693000', '120135.696000', '120135.699000', '120135.702000', '120135.705000', '120135.708000', '120135.711000', '120135.714000', '120135.717000', '120135.720000', '120135.723000', '120135.726000', '120135.728000', '120155.600000', '120155.603000', '120155.606000', '120155.609000', '120155.612000', '120155.615000', '120155.618000', '120155.621000', '120155.624000', '120155.627000', '120155.630000', '120155.633000', '120155.636000', '120155.639000', '120155.641000', '120155.644000', '120155.647000', '120155.650000', '120155.653000', '120155.656000', '120155.659000', '120155.662000', '120155.665000', '120155.668000', '120155.671000', '120155.674000', '120155.676000', '120155.679000', '120155.682000', '120155.685000', '120155.688000', '120155.691000', '120155.694000', '120155.697000', '120155.700000', '120155.703000', '120155.706000', '120155.709000', '120155.712000', '120155.715000', '120155.718000', '120155.720000', '120155.723000', '120215.599000', '120215.602000', '120215.605000', '120215.608000', '120215.611000', '120215.614000', '120215.617000', '120215.620000', '120215.623000', '120215.626000', '120215.629000', '120215.632000', '120215.634000', '120215.637000', '120215.640000', '120215.643000', '120215.646000', '120215.649000', '120215.652000', '120215.655000', '120215.658000', '120215.661000', '120215.664000', '120215.667000', '120215.669000', '120215.672000', '120215.675000', '120215.678000', '120215.681000', '120215.684000', '120215.687000', '120215.690000', '120215.693000', '120215.696000', '120215.699000', '120215.702000', '120215.705000', '120215.707000', '120215.710000', '120215.719000', '120215.722000', '120215.725000', '120215.728000', '120215.731000', '120235.600000', '120235.603000', '120235.606000', '120235.609000', '120235.612000', '120235.615000', '120235.618000', '120235.621000', '120235.624000', '120235.628000', '120235.630000', '120235.633000', '120235.636000', '120235.639000', '120235.642000', '120235.645000', '120235.648000', '120235.651000', '120235.654000', '120235.657000', '120235.660000', '120235.663000', '120235.666000', '120235.669000', '120235.672000', '120235.675000', '120235.678000', '120235.681000', '120235.684000', '120235.687000', '120235.690000', '120235.693000', '120235.696000', '120235.699000', '120235.702000', '120235.705000', '120235.708000', '120235.711000', '120235.714000', '120235.717000', '120235.720000', '120235.723000', '120235.726000', '120255.600000', '120255.604000', '120255.613000', '120255.634000', '120255.637000', '120255.647000', '120255.658000', '120255.667000', '120255.678000', '120255.681000', '120255.687000', '120255.690000', '120255.693000', '120255.703000', '120255.706000', '120255.709000', '120255.712000', '120255.715000', '120255.718000', '120255.721000', '120255.724000', '120255.727000', '120255.730000', '120255.733000', '120255.736000', '120255.739000', '120255.742000', '120255.745000', '120255.748000', '120255.750000', '120255.753000', '120255.756000', '120255.759000', '120255.762000', '120255.765000', '120255.768000', '120255.772000', '120255.775000', '120255.778000', '120255.781000', '120255.784000', '120255.787000', '120255.790000', '120315.600000', '120315.603000', '120315.606000', '120315.609000', '120315.612000', '120315.615000', '120315.618000', '120315.621000', '120315.624000', '120315.627000', '120315.630000', '120315.633000', '120315.636000', '120315.639000', '120315.642000', '120315.645000', '120315.648000', '120315.651000', '120315.654000', '120315.657000', '120315.660000', '120315.663000', '120315.666000', '120315.669000', '120315.672000', '120315.675000', '120315.678000', '120315.681000', '120315.684000', '120315.687000', '120315.690000', '120315.693000', '120315.696000', '120315.699000', '120315.702000', '120315.704000', '120315.707000', '120315.710000', '120315.713000', '120315.716000', '120315.736000', '120315.739000', '120315.742000', '120315.745000', '120335.600000', '120335.603000', '120335.606000', '120335.611000', '120335.615000', '120335.619000', '120335.622000', '120335.625000', '120335.635000', '120335.638000', '120335.641000', '120335.644000', '120335.647000', '120335.650000', '120335.653000', '120335.656000', '120335.659000', '120335.662000', '120335.665000', '120335.668000', '120335.671000', '120335.674000', '120335.676000', '120335.679000', '120335.682000', '120335.685000', '120335.688000', '120335.691000', '120335.694000', '120335.697000', '120335.700000', '120335.706000', '120335.708000', '120335.712000', '120335.714000', '120335.717000', '120335.720000', '120335.723000', '120335.726000', '120335.729000', '120335.732000', '120335.735000', '120335.738000', '120355.600000', '120355.603000', '120355.606000', '120355.609000', '120355.612000', '120355.615000', '120355.618000', '120355.621000', '120355.624000', '120355.627000', '120355.630000', '120355.633000', '120355.636000', '120355.639000', '120355.651000', '120355.654000', '120355.670000', '120355.673000', '120355.676000', '120355.679000', '120355.682000', '120355.685000', '120355.688000', '120355.691000', '120355.694000', '120355.697000', '120355.700000', '120355.703000', '120355.706000', '120355.709000', '120355.712000', '120355.715000', '120355.718000', '120355.721000', '120355.724000', '120355.727000', '120355.730000', '120355.733000', '120355.736000', '120355.739000', '120355.742000', '120355.745000', '120355.748000', '120355.751000', '120415.600000', '120415.603000', '120415.606000', '120415.609000', '120415.612000', '120415.615000', '120415.618000', '120415.621000', '120415.624000', '120415.627000', '120415.632000', '120415.636000', '120415.639000', '120415.642000', '120415.645000', '120415.648000', '120415.651000', '120415.654000', '120415.674000', '120415.677000', '120415.680000', '120415.683000', '120415.686000', '120415.689000', '120415.692000', '120415.695000', '120415.698000', '120415.701000', '120415.704000', '120415.707000', '120415.710000', '120415.713000', '120415.716000', '120415.719000', '120415.722000', '120415.725000', '120415.728000', '120415.731000', '120415.734000', '120415.737000', '120415.740000', '120415.743000', '120415.746000', '120435.599000', '120435.607000', '120435.610000', '120435.613000', '120435.616000', '120435.619000', '120435.622000', '120435.625000', '120435.628000', '120435.631000', '120435.634000', '120435.637000', '120435.640000', '120435.643000', '120435.654000', '120435.657000', '120435.660000', '120435.663000', '120435.666000', '120435.677000', '120435.680000', '120435.683000', '120435.685000', '120435.688000', '120435.691000', '120435.694000', '120435.697000', '120435.700000', '120435.703000', '120435.706000', '120435.709000', '120435.713000', '120435.716000', '120435.718000', '120435.721000', '120435.724000', '120435.727000', '120435.730000', '120435.733000', '120435.736000', '120435.739000', '120435.742000', '120435.745000', '120435.748000', '120451.751000', '120451.756000', '120451.759000', '120451.763000', '120451.766000', '120451.819000', '120451.822000', '120451.825000', '120451.828000', '120451.831000', '120451.834000', '120451.837000', '120451.840000', '120451.843000', '120451.846000', '120451.849000', '120451.852000', '120451.862000', '120451.866000', '120451.869000', '120451.872000', '120451.875000', '120451.879000', '120451.882000', '120451.885000', '120451.888000', '120451.891000', '120451.895000', '120451.898000', '120451.901000', '120451.904000', '120451.907000', '120451.909000', '120451.912000', '120451.915000'], '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': [8792, 11157, 8736, 10819, 7752, 8453, 11646, 7975, 11185, 9267, 11179, 9869, 10048, 10973, 7875, 10858, 7207, 10883, 7535, 9041, 7291, 7178, 8900, 6676, 10554, 7584, 9765, 7559, 9149, 7007, 8211, 6804, 7937, 8663, 7859, 10819, 7387, 9744, 6933, 9960, 7857, 9767, 6806, 8673, 6445, 8156, 6626, 8187, 7544, 7999, 8185, 7741, 8129, 7676, 10811, 8540, 10807, 8531, 10099, 7428, 10002, 7459, 10529, 7706, 10335, 8664, 10526, 7504, 9595, 6460, 9660, 7743, 8914, 8146, 8534, 7122, 7485, 9048, 8150, 10821, 8170, 9037, 7326, 10152, 7754, 10240, 8176, 10560, 8702, 10697, 7296, 9673, 7019, 9848, 7740, 9347, 7754, 8755, 6920, 8207, 6887, 7677, 10815, 8233, 10669, 8356, 9703, 6990, 9991, 6793, 9905, 7605, 10136, 7456, 8925, 7747, 7744, 9550, 7260, 10174, 7504, 9654, 7610, 9501, 6692, 9936, 6637, 9942, 8248, 8161, 7102, 7672, 6764, 7027, 10852, 7638, 10256, 7935, 9281, 7191, 9786, 6625, 9601, 8370, 8140, 7193, 7492, 9791, 7220, 10345, 7847, 10184, 7849, 9593, 7071, 8975, 7371, 9098, 7478, 7689, 6808, 7275, 8581, 7239, 10735, 7615, 9361, 7249, 9538, 7180, 8887, 7598, 7963, 11104, 8551, 10622, 8472, 9520, 7326, 8461, 7110, 7951, 9582, 7611, 9898, 6863, 10509, 6531, 9544, 6681, 9439, 7211, 8419, 6842, 8519, 6708, 7620, 11006, 8042, 9681, 7131, 9183, 6576, 9088, 7136, 8676, 7970, 8137, 9263, 7980, 9963, 7295, 10388, 7616, 9715, 7545, 9342, 6956, 9740, 6916, 9978, 7225, 9571, 7364, 8247, 7052, 7197, 10804, 7114, 9932, 7562, 9518, 6596, 10012, 7360, 9824, 7456, 10080, 7776, 9432, 6557, 9577, 6841, 9256, 8645, 8543, 11432, 8815, 8611, 7186, 9833, 8054, 11401, 8493, 11087, 8748, 10676, 8212, 9192, 8214, 8134, 9362, 9181, 8843, 8023, 9614, 8214, 11732, 8529, 11137, 8841, 9600, 7398, 9023, 6702, 9384, 6933, 8605, 6836, 7605, 10842, 7661, 10793, 7569, 9640, 7247, 8791, 6568, 7911, 7032, 7144, 10198, 7777, 10101, 7515, 9222, 7271, 9280, 6905, 8499, 6956, 7436, 9026, 7369, 9814, 7249, 10172, 6890, 9478, 7621, 9547, 6539, 8617, 6680, 7898, 7129, 7527, 9838, 7945, 9909, 7193, 9803, 6633, 9905, 6884, 9346, 7605, 8087, 6661, 7289, 7081, 6949, 10233, 7204, 10730, 7645, 9424, 6867, 10123, 6802, 9562, 7922, 9488, 8750, 10280, 9600, 9483, 12201, 9120, 13355, 10483, 13178, 10378, 11551, 8869, 9183, 8694, 8729, 11829, 9195, 11048, 7380, 10449, 7379, 10177, 7520, 9234, 7542, 9978, 7294, 9940, 7322, 9606, 7900, 9458, 9019, 9329, 11046, 8861, 11107, 8956, 10757, 9257, 10228, 7509, 7943, 6979, 7344, 10781, 7873, 9736, 7420, 9802, 6864, 9178, 6737, 8228, 7684, 7741, 10741, 7466, 9672, 6861, 10033, 6551, 9342, 7889, 7976, 8465, 7161, 10260, 6871, 9928, 6805, 9965, 7349, 9341, 6739, 9237, 6488, 9877, 6824, 8242, 9865, 8071, 10391, 7577, 10118, 6930, 9773, 7452, 9734, 8392, 10959, 9524, 9499, 9728, 8392, 11748, 8660, 10926, 8539, 9970, 7479, 9413, 6778, 8529, 7215, 7751, 9604, 7669, 9881, 7006, 9745, 7283, 9989, 7816, 9721, 7541, 8170, 7266, 7548, 10212, 7901, 10514, 9351, 11021, 7814, 9254, 7670, 8120, 11667, 8989, 12332, 9209, 10289, 7193, 8793, 6810, 8132, 7035, 7464, 6879, 7106, 9805, 7190, 9887, 7671, 9169, 7660, 8911, 7095, 8194, 6720, 7221, 10098, 8101, 10238, 7273, 9412, 6703, 10082, 6870, 9198, 8119, 8407, 6913, 7609, 6995, 7260, 10867, 7347, 10057, 7326, 9323, 6589, 9832, 6617, 9659, 7854, 9726, 7029, 8188, 6529, 7813, 6944, 7846, 11296, 8618, 10332, 7452, 9827, 6921, 9923, 7537, 9674, 7609, 9903, 6975, 9930, 7367, 9860, 8234, 10541, 10696, 11151, 10638, 9654, 11550, 9125, 11508, 10127, 10913, 8093, 9823, 7641, 9766, 7930, 8778, 8606, 8949, 7972, 7302, 9596, 7184, 10201, 7441, 9410, 7256, 6938, 7283, 9323, 7351, 10432, 8756, 11951, 9966, 10102, 12294, 9339, 11467, 9706, 11421, 9130, 9227, 12757, 8891, 11053, 8917, 10139, 7748, 9136, 6864, 8020, 10373, 6940, 10082, 7451, 9864, 8603, 8902, 6624, 7594, 6816, 6880, 10629, 7208, 9757, 7478, 8950, 7153, 9412, 7225, 8419, 7732, 7917, 9786, 7230, 9520, 7086, 9784, 6673, 10088, 7825, 8801, 8104, 8627, 7847, 7149, 10102, 7098, 10399, 8465, 9731, 7914, 8371, 6959, 7804, 6870, 6948, 11094, 7983, 9907, 7151, 9374, 6787, 9848, 6723, 9393, 7855, 8910, 6958, 7751, 7701, 7272, 10910, 8154, 9913, 7586, 9374, 7736, 9638, 6961, 8533, 7559, 7830, 8911, 7448, 10410, 7560, 10780, 7692, 10061, 8153, 9542, 7015, 9338, 6919, 10069, 7602, 8506, 10805, 8583, 11062, 7712, 10351, 7835, 9663, 7909, 8961, 8248, 8171, 10364, 7690, 10224, 7100, 9779, 7965, 9403, 7426, 8477, 6614, 7824, 10378, 7950, 9783, 7939, 9598, 8163, 9340, 6713, 8095, 6979, 7172, 9509, 7300, 9683, 6807, 10034, 6807, 9306, 7604, 8052, 7872, 7372, 8785, 7376, 10054, 7061, 9575, 7815, 9955, 8428, 9664, 7499, 9524, 7290, 9724, 7145, 7879, 10116, 8407, 9030, 7613, 11092, 7533, 10746, 8395, 11106, 7906, 9155, 7768, 9010, 8895, 9415, 10225, 9127, 11234, 7885, 11005, 8014, 9711, 6592, 8546, 6784, 7910, 9101, 7600, 10889, 7620, 10394, 7909, 9466, 7489, 8736, 6670, 8534, 7026, 8505, 10846, 9100, 11405, 9569, 10208, 8239, 8226, 9654, 7911, 10518, 8153, 9338, 7667, 9174, 6955, 8646, 7109, 7929, 8634, 7601, 8312, 7068, 9856, 7175, 9839, 7505, 9163, 7553, 8111, 6626, 7862, 8732, 7886, 10466, 8223, 10312, 7698, 9817, 7480, 9757, 7315, 9286, 7830, 8143, 6710, 7508, 8286, 7586, 10249, 8301, 9673, 7604, 9486, 7094, 9517, 7125, 9393, 8058, 8603, 9376, 8942, 10799, 7401, 10161, 7855, 9632, 7767, 8308, 7000, 7727, 10004, 7269, 10362, 7249, 9901, 7488, 8872, 7041, 8222, 6753, 7230, 9664, 7186, 10423, 7630, 9859, 7102, 8890, 6776, 9484, 6977, 9080, 7796, 8154, 11283, 7625, 10001, 7054, 10227, 7244, 9756, 8142, 9631, 7002, 8633, 6975, 8041, 7182, 7481, 10932, 8634, 11045, 8352, 10524, 7422, 9748, 6981, 9328, 8182, 8932, 8995, 8552, 11207, 7974, 10804, 7423, 9466, 7724, 9230, 6792, 8521, 6668, 7796, 10506, 7429, 10170, 8069, 9838, 7691, 8880, 6693, 7982, 9133, 7404, 10838, 7608, 9542, 6790, 9352, 6690, 9141, 7423, 9227, 7814, 7552, 9047, 7069, 10459, 7485, 9763, 8247, 10050, 9713, 9458, 12075, 8493, 10359, 7975, 9924, 7312, 8434, 7251, 7663, 6702, 7167, 9365, 7143, 9760, 7325, 9626, 7318, 9255, 6634, 9327, 7130, 8131, 10538, 8013, 10362, 8970, 11092, 8223, 9601, 8397, 8585, 12391, 10359, 11932, 9234, 10026, 8098, 8101, 10730, 8094, 11029, 8850, 9873, 8164, 9077, 6552, 8204, 6880, 7788, 10228, 7467, 9763, 7054, 9832, 7792, 9402, 7768, 8491, 8883, 8023, 10791, 7395, 9853, 7697, 9432, 7673, 8390, 7272, 7858, 10498, 7440, 10518, 7005, 9431, 7758, 8110, 7651, 7418, 9649, 6933, 9998, 6700, 9679, 7015, 9999, 7802, 7910, 6667, 7021, 8073, 7106, 10822, 7578, 9972, 7204, 9709, 6762, 9604, 6922, 9368, 7526, 7772, 8785, 7747, 10396, 7182, 10200, 6939, 9536, 7556, 9349, 7799, 8931, 6714, 7565, 6804, 7314, 10299, 7397, 10929, 7504, 9969, 6974, 9457, 6715, 9062, 7908, 8077, 11212, 9690, 12126, 8826, 10049, 7561, 9000, 7931, 8416, 8078, 8867, 9222, 7683, 6620, 6844, 7256, 7346, 10337, 7908, 9832, 7653, 9348, 6912, 9399, 7016, 8988, 8471, 9684, 12500, 10324, 12979, 9451, 11049, 8509, 9666, 7762, 9627, 9487, 9301, 12227, 7892, 10034, 8653, 9938, 8907, 9017, 6715, 8036, 6878, 7303, 10774, 7065, 9798, 7440, 9227, 7021, 8589, 6770, 7620, 7763, 7043, 10913, 7807, 9986, 7885, 9983, 7045, 9196, 7234, 9135, 6994, 8971, 8186, 8143, 7552, 7299, 7918, 7081, 10159, 7312, 10430, 7589, 10390, 9297, 10721, 7941, 9159, 8035, 8995, 9784, 10399, 12499, 10719, 11088, 7842, 9463, 7277, 9653, 7373, 8988, 8164, 7271, 7002, 7292, 8848, 10785, 11874, 10529, 7394, 7966, 7244, 8253, 7253, 6592, 10994, 9490, 11063, 12091, 11947, 14902, 13088, 9265, 9838, 8750, 10563, 9447, 7176, 10358, 10517, 9964, 9209, 6924, 9133, 7155, 9857, 6890, 9695, 7294, 9376, 7746, 9340, 8179, 9206, 11150, 8279, 11951, 8867, 10085, 7113, 8174, 10552, 7527, 11031, 8391, 9289, 7117, 7678, 7923, 7365, 10858, 7952, 9569, 7289, 9265, 7005, 7734, 8296, 7171, 10170, 7163, 10008, 7207, 8228, 6829, 7684, 7604, 7142, 10481, 7427, 9964, 7164, 9581, 6866, 8381, 6744, 7505, 8935, 7135, 10724, 7571, 9935, 6805, 9532, 6851, 9547, 7393, 9389, 6986, 7930, 7326, 7070, 10509, 7738, 10309, 7939, 9552, 6830, 9503, 6719, 9393, 8135, 8285, 7541, 7689, 7693, 6969, 10546, 7632, 10705, 9531, 11049, 8022, 9239, 6776, 9597, 7139, 8336, 7583, 7623, 8821, 6867, 10337, 7229, 10064, 7639, 9765, 7332, 9454, 6616, 9388, 7457, 7763, 9675, 8279, 10822, 7686, 10317, 9013, 9635, 7087, 8163, 7126, 7322, 7450, 7024, 10192, 7162, 9585, 7005, 9358, 7004, 8687, 7054, 7291, 10577, 7471, 9741, 7134, 9403, 7080, 8504, 6777, 7466, 7410, 7002, 7501, 6867, 9653, 6797, 9475, 6803, 9231, 6572, 8705, 6720, 8551, 6964, 8228, 9893, 7929, 10205, 7361, 10226, 7237, 9985, 8080, 9238, 10910, 9590, 12362, 8845, 11340, 8297, 9555, 7302, 8450, 7158, 7565, 6981, 7273, 6718, 7089, 10675, 7813, 9964, 9194, 10320, 8334, 9158, 11104, 9108, 11875, 9946, 11597, 9042, 9157, 12197, 8420, 10226, 8827, 9916, 7333, 7925, 8317, 7123, 10215, 6993, 9945, 8628, 9077, 7004, 8213, 6703, 7254, 9030, 7347, 9820, 7077, 9402, 7210, 8133, 7235, 7122, 10750, 7831, 9887, 7458, 8967, 6749, 7269, 9451, 7383, 10241, 7594, 9788, 7643, 8666, 6882, 7677, 10068, 7063, 10586, 7349, 9757, 6997, 8337, 6793, 6994, 11058, 6757, 10125, 8105, 9392, 7355, 7937, 6933, 7277, 7049, 7180, 11243, 7785, 10204, 7237, 9156, 7089, 8116, 8796, 7070, 10298, 7511, 9997, 8330, 9411, 6969, 8484, 7256, 7170, 10906, 7667, 10095, 7870, 9029, 7093, 8832, 6828, 8045, 10092, 7573, 10616, 8112, 10273, 7498, 9791, 6967, 9105, 7709, 8499, 7520, 7582, 10782, 7445, 10359, 8996, 10277, 7207, 8938, 7107, 7705, 9330, 7179, 10596, 7820, 10360, 8312, 9680, 7033, 8188, 10313, 7312, 10409, 8086, 10091, 6910, 8197, 7195, 7101, 10762, 7106, 9738, 7101, 9718, 6786, 8862, 6776, 9042, 6814, 8547, 9474, 7253, 10236, 7404, 9762, 7047, 9625, 7019, 9036, 10394, 9771, 11946, 9754, 11486, 8586, 10099, 8565, 8982, 12170, 9298, 11281, 9107, 10813, 7271, 9950, 7624, 8779, 8849, 7840, 10185, 7245, 10437, 9527, 10024, 7059, 8412, 6918, 7525, 9361, 7155, 10360, 7505, 9607, 8036, 9325, 6924, 7449, 10163, 7099, 10786, 7588, 9914, 7428, 8030, 9831, 7047, 10356, 7311, 9540, 7462, 8801, 6715, 7591, 9458, 7073, 10385, 6858, 9911, 6849, 9451, 6722, 9116, 6965, 9060, 7346, 7485, 10030, 7282, 10087, 6955, 9789, 7406, 9519, 10122, 11050, 11296, 9075, 11098, 8206, 10245, 8091, 8823, 9750, 8918, 7345, 7019, 7409, 6980, 7784, 7571, 6870, 8151], 'WindowCenter': [4386.0, 4388.0, 4355.0, 4373.0, 4314.0, 4336.0, 4355.0, 4323.0, 4341.0, 4321.0, 4341.0, 4328.0, 4333.0, 4340.0, 4311.0, 4340.0, 4299.0, 4327.0, 4298.0, 4320.0, 4298.0, 4300.0, 4321.0, 4288.0, 4328.0, 4299.0, 4328.0, 4308.0, 4316.0, 4288.0, 4305.0, 4287.0, 4307.0, 4307.0, 4308.0, 4325.0, 4297.0, 4317.0, 4285.0, 4317.0, 4306.0, 4330.0, 4286.0, 4306.0, 4289.0, 4307.0, 4288.0, 4309.0, 4296.0, 4309.0, 4308.0, 4310.0, 4308.0, 4309.0, 4326.0, 4320.0, 4337.0, 4324.0, 4329.0, 4299.0, 4331.0, 4311.0, 4329.0, 4298.0, 4330.0, 4318.0, 4328.0, 4299.0, 4320.0, 4286.0, 4328.0, 4299.0, 4320.0, 4310.0, 4320.0, 4300.0, 4299.0, 4319.0, 4310.0, 4338.0, 4321.0, 4321.0, 4312.0, 4341.0, 4311.0, 4330.0, 4320.0, 4329.0, 4321.0, 4330.0, 4311.0, 4331.0, 4299.0, 4327.0, 4298.0, 4322.0, 4307.0, 4322.0, 4300.0, 4322.0, 4299.0, 4310.0, 4325.0, 4309.0, 4330.0, 4313.0, 4330.0, 4302.0, 4330.0, 4297.0, 4331.0, 4310.0, 4332.0, 4298.0, 4321.0, 4311.0, 4311.0, 4328.0, 4298.0, 4329.0, 4299.0, 4317.0, 4311.0, 4328.0, 4301.0, 4331.0, 4298.0, 4331.0, 4320.0, 4323.0, 4303.0, 4315.0, 4302.0, 4313.0, 4340.0, 4310.0, 4330.0, 4323.0, 4319.0, 4311.0, 4333.0, 4302.0, 4331.0, 4308.0, 4312.0, 4298.0, 4313.0, 4331.0, 4301.0, 4328.0, 4309.0, 4331.0, 4308.0, 4329.0, 4299.0, 4318.0, 4298.0, 4319.0, 4299.0, 4299.0, 4290.0, 4308.0, 4318.0, 4299.0, 4339.0, 4312.0, 4320.0, 4303.0, 4332.0, 4300.0, 4321.0, 4299.0, 4310.0, 4338.0, 4320.0, 4329.0, 4310.0, 4320.0, 4298.0, 4309.0, 4288.0, 4307.0, 4317.0, 4310.0, 4318.0, 4287.0, 4340.0, 4289.0, 4330.0, 4301.0, 4333.0, 4313.0, 4322.0, 4303.0, 4335.0, 4314.0, 4311.0, 4342.0, 4313.0, 4331.0, 4302.0, 4331.0, 4301.0, 4322.0, 4297.0, 4320.0, 4309.0, 4313.0, 4321.0, 4310.0, 4329.0, 4299.0, 4327.0, 4298.0, 4317.0, 4311.0, 4320.0, 4301.0, 4330.0, 4299.0, 4330.0, 4298.0, 4331.0, 4300.0, 4311.0, 4299.0, 4301.0, 4329.0, 4300.0, 4330.0, 4310.0, 4329.0, 4302.0, 4331.0, 4310.0, 4329.0, 4313.0, 4341.0, 4313.0, 4332.0, 4304.0, 4332.0, 4302.0, 4334.0, 4321.0, 4321.0, 4342.0, 4320.0, 4316.0, 4300.0, 4329.0, 4310.0, 4339.0, 4321.0, 4339.0, 4320.0, 4329.0, 4308.0, 4318.0, 4307.0, 4294.0, 4305.0, 4307.0, 4306.0, 4296.0, 4317.0, 4307.0, 4336.0, 4308.0, 4328.0, 4306.0, 4314.0, 4296.0, 4303.0, 4284.0, 4305.0, 4286.0, 4308.0, 4287.0, 4297.0, 4328.0, 4296.0, 4325.0, 4296.0, 4315.0, 4285.0, 4307.0, 4285.0, 4306.0, 4285.0, 4285.0, 4314.0, 4295.0, 4316.0, 4297.0, 4316.0, 4298.0, 4318.0, 4297.0, 4308.0, 4297.0, 4299.0, 4319.0, 4301.0, 4327.0, 4299.0, 4330.0, 4299.0, 4328.0, 4309.0, 4329.0, 4287.0, 4321.0, 4301.0, 4311.0, 4298.0, 4311.0, 4329.0, 4312.0, 4330.0, 4302.0, 4330.0, 4300.0, 4330.0, 4301.0, 4320.0, 4309.0, 4313.0, 4299.0, 4313.0, 4299.0, 4312.0, 4339.0, 4314.0, 4354.0, 4329.0, 4347.0, 4318.0, 4356.0, 4316.0, 4347.0, 4326.0, 4346.0, 4334.0, 4346.0, 4344.0, 4347.0, 4364.0, 4329.0, 4361.0, 4343.0, 4362.0, 4330.0, 4339.0, 4321.0, 4318.0, 4308.0, 4308.0, 4338.0, 4318.0, 4327.0, 4298.0, 4327.0, 4297.0, 4326.0, 4311.0, 4318.0, 4311.0, 4329.0, 4311.0, 4330.0, 4297.0, 4317.0, 4306.0, 4319.0, 4316.0, 4316.0, 4326.0, 4306.0, 4323.0, 4304.0, 4327.0, 4305.0, 4316.0, 4287.0, 4296.0, 4284.0, 4285.0, 4324.0, 4298.0, 4315.0, 4295.0, 4318.0, 4288.0, 4319.0, 4287.0, 4310.0, 4309.0, 4311.0, 4340.0, 4300.0, 4331.0, 4300.0, 4328.0, 4291.0, 4320.0, 4309.0, 4311.0, 4321.0, 4300.0, 4330.0, 4300.0, 4332.0, 4300.0, 4331.0, 4299.0, 4332.0, 4303.0, 4333.0, 4303.0, 4343.0, 4314.0, 4323.0, 4328.0, 4311.0, 4329.0, 4311.0, 4331.0, 4299.0, 4328.0, 4298.0, 4317.0, 4307.0, 4341.0, 4317.0, 4318.0, 4320.0, 4308.0, 4335.0, 4305.0, 4325.0, 4305.0, 4317.0, 4297.0, 4314.0, 4288.0, 4308.0, 4299.0, 4299.0, 4331.0, 4309.0, 4330.0, 4301.0, 4331.0, 4299.0, 4330.0, 4309.0, 4332.0, 4300.0, 4309.0, 4300.0, 4311.0, 4329.0, 4309.0, 4328.0, 4319.0, 4329.0, 4299.0, 4320.0, 4296.0, 4296.0, 4325.0, 4306.0, 4337.0, 4302.0, 4316.0, 4287.0, 4303.0, 4270.0, 4294.0, 4285.0, 4297.0, 4287.0, 4287.0, 4316.0, 4296.0, 4317.0, 4299.0, 4319.0, 4300.0, 4317.0, 4298.0, 4309.0, 4289.0, 4298.0, 4329.0, 4310.0, 4329.0, 4299.0, 4318.0, 4302.0, 4330.0, 4300.0, 4318.0, 4307.0, 4323.0, 4299.0, 4313.0, 4301.0, 4312.0, 4340.0, 4300.0, 4330.0, 4310.0, 4329.0, 4303.0, 4327.0, 4302.0, 4330.0, 4309.0, 4333.0, 4299.0, 4322.0, 4292.0, 4310.0, 4299.0, 4311.0, 4338.0, 4322.0, 4329.0, 4299.0, 4328.0, 4301.0, 4330.0, 4309.0, 4333.0, 4309.0, 4329.0, 4303.0, 4332.0, 4311.0, 4332.0, 4322.0, 4343.0, 4340.0, 4354.0, 4343.0, 4335.0, 4340.0, 4321.0, 4339.0, 4330.0, 4330.0, 4310.0, 4330.0, 4295.0, 4320.0, 4297.0, 4306.0, 4309.0, 4306.0, 4296.0, 4295.0, 4314.0, 4286.0, 4329.0, 4300.0, 4331.0, 4314.0, 4300.0, 4314.0, 4333.0, 4312.0, 4334.0, 4313.0, 4345.0, 4320.0, 4330.0, 4352.0, 4318.0, 4327.0, 4317.0, 4327.0, 4304.0, 4306.0, 4337.0, 4293.0, 4316.0, 4293.0, 4314.0, 4284.0, 4305.0, 4274.0, 4295.0, 4312.0, 4273.0, 4303.0, 4283.0, 4303.0, 4305.0, 4305.0, 4287.0, 4298.0, 4286.0, 4288.0, 4328.0, 4301.0, 4320.0, 4299.0, 4319.0, 4300.0, 4322.0, 4300.0, 4310.0, 4299.0, 4312.0, 4330.0, 4299.0, 4331.0, 4303.0, 4333.0, 4291.0, 4329.0, 4298.0, 4321.0, 4310.0, 4310.0, 4310.0, 4299.0, 4329.0, 4298.0, 4326.0, 4308.0, 4320.0, 4307.0, 4309.0, 4299.0, 4311.0, 4288.0, 4298.0, 4326.0, 4310.0, 4330.0, 4298.0, 4321.0, 4302.0, 4330.0, 4289.0, 4319.0, 4311.0, 4321.0, 4302.0, 4311.0, 4309.0, 4298.0, 4325.0, 4309.0, 4319.0, 4299.0, 4319.0, 4300.0, 4320.0, 4287.0, 4308.0, 4298.0, 4300.0, 4319.0, 4313.0, 4342.0, 4313.0, 4340.0, 4300.0, 4320.0, 4312.0, 4319.0, 4302.0, 4319.0, 4300.0, 4332.0, 4311.0, 4322.0, 4340.0, 4321.0, 4342.0, 4312.0, 4329.0, 4299.0, 4319.0, 4298.0, 4309.0, 4296.0, 4308.0, 4314.0, 4297.0, 4316.0, 4288.0, 4316.0, 4298.0, 4318.0, 4296.0, 4310.0, 4289.0, 4298.0, 4315.0, 4298.0, 4318.0, 4299.0, 4318.0, 4309.0, 4307.0, 4287.0, 4298.0, 4286.0, 4288.0, 4317.0, 4299.0, 4318.0, 4289.0, 4328.0, 4290.0, 4321.0, 4311.0, 4312.0, 4310.0, 4314.0, 4323.0, 4314.0, 4333.0, 4313.0, 4330.0, 4312.0, 4330.0, 4322.0, 4331.0, 4316.0, 4334.0, 4313.0, 4333.0, 4301.0, 4299.0, 4329.0, 4323.0, 4321.0, 4312.0, 4342.0, 4300.0, 4328.0, 4308.0, 4340.0, 4310.0, 4319.0, 4296.0, 4308.0, 4307.0, 4306.0, 4315.0, 4307.0, 4328.0, 4297.0, 4313.0, 4295.0, 4304.0, 4272.0, 4307.0, 4287.0, 4296.0, 4307.0, 4297.0, 4327.0, 4296.0, 4317.0, 4299.0, 4320.0, 4299.0, 4310.0, 4291.0, 4321.0, 4298.0, 4310.0, 4328.0, 4310.0, 4329.0, 4318.0, 4318.0, 4297.0, 4297.0, 4303.0, 4296.0, 4316.0, 4297.0, 4306.0, 4298.0, 4318.0, 4298.0, 4309.0, 4288.0, 4309.0, 4310.0, 4301.0, 4308.0, 4301.0, 4331.0, 4299.0, 4317.0, 4300.0, 4322.0, 4312.0, 4312.0, 4302.0, 4312.0, 4320.0, 4311.0, 4330.0, 4310.0, 4329.0, 4300.0, 4331.0, 4300.0, 4319.0, 4295.0, 4318.0, 4299.0, 4299.0, 4287.0, 4300.0, 4308.0, 4299.0, 4330.0, 4310.0, 4319.0, 4310.0, 4318.0, 4301.0, 4331.0, 4300.0, 4317.0, 4299.0, 4308.0, 4318.0, 4318.0, 4330.0, 4300.0, 4329.0, 4309.0, 4319.0, 4299.0, 4308.0, 4299.0, 4310.0, 4327.0, 4300.0, 4328.0, 4298.0, 4328.0, 4299.0, 4320.0, 4300.0, 4310.0, 4302.0, 4313.0, 4329.0, 4300.0, 4328.0, 4310.0, 4332.0, 4302.0, 4319.0, 4304.0, 4335.0, 4302.0, 4320.0, 4308.0, 4312.0, 4342.0, 4312.0, 4333.0, 4302.0, 4331.0, 4301.0, 4321.0, 4311.0, 4332.0, 4299.0, 4322.0, 4302.0, 4312.0, 4297.0, 4300.0, 4328.0, 4323.0, 4341.0, 4311.0, 4330.0, 4300.0, 4317.0, 4287.0, 4318.0, 4308.0, 4320.0, 4305.0, 4307.0, 4327.0, 4298.0, 4327.0, 4286.0, 4317.0, 4296.0, 4308.0, 4288.0, 4309.0, 4288.0, 4298.0, 4328.0, 4299.0, 4319.0, 4298.0, 4317.0, 4299.0, 4309.0, 4288.0, 4299.0, 4315.0, 4300.0, 4327.0, 4301.0, 4318.0, 4301.0, 4321.0, 4299.0, 4322.0, 4301.0, 4333.0, 4315.0, 4314.0, 4322.0, 4314.0, 4340.0, 4302.0, 4329.0, 4307.0, 4321.0, 4321.0, 4319.0, 4339.0, 4310.0, 4329.0, 4297.0, 4318.0, 4297.0, 4306.0, 4299.0, 4299.0, 4286.0, 4298.0, 4320.0, 4298.0, 4329.0, 4314.0, 4332.0, 4327.0, 4334.0, 4317.0, 4348.0, 4317.0, 4325.0, 4342.0, 4323.0, 4343.0, 4323.0, 4342.0, 4324.0, 4333.0, 4311.0, 4311.0, 4338.0, 4332.0, 4339.0, 4317.0, 4318.0, 4297.0, 4296.0, 4327.0, 4295.0, 4327.0, 4306.0, 4318.0, 4308.0, 4305.0, 4276.0, 4295.0, 4286.0, 4294.0, 4317.0, 4287.0, 4317.0, 4288.0, 4318.0, 4298.0, 4307.0, 4295.0, 4310.0, 4308.0, 4298.0, 4329.0, 4289.0, 4318.0, 4297.0, 4306.0, 4284.0, 4296.0, 4287.0, 4296.0, 4329.0, 4300.0, 4330.0, 4300.0, 4318.0, 4299.0, 4310.0, 4299.0, 4300.0, 4320.0, 4301.0, 4329.0, 4301.0, 4318.0, 4300.0, 4333.0, 4312.0, 4312.0, 4299.0, 4302.0, 4311.0, 4302.0, 4339.0, 4312.0, 4329.0, 4312.0, 4332.0, 4303.0, 4332.0, 4300.0, 4320.0, 4311.0, 4311.0, 4322.0, 4312.0, 4331.0, 4302.0, 4330.0, 4298.0, 4319.0, 4311.0, 4322.0, 4311.0, 4320.0, 4289.0, 4301.0, 4288.0, 4301.0, 4328.0, 4302.0, 4338.0, 4314.0, 4334.0, 4302.0, 4333.0, 4303.0, 4335.0, 4311.0, 4313.0, 4342.0, 4332.0, 4353.0, 4322.0, 4329.0, 4311.0, 4319.0, 4308.0, 4311.0, 4310.0, 4306.0, 4318.0, 4300.0, 4288.0, 4299.0, 4296.0, 4299.0, 4329.0, 4311.0, 4333.0, 4316.0, 4323.0, 4305.0, 4333.0, 4298.0, 4310.0, 4308.0, 4321.0, 4340.0, 4318.0, 4335.0, 4314.0, 4326.0, 4296.0, 4304.0, 4284.0, 4305.0, 4304.0, 4291.0, 4323.0, 4282.0, 4302.0, 4290.0, 4303.0, 4295.0, 4295.0, 4273.0, 4295.0, 4275.0, 4287.0, 4326.0, 4287.0, 4315.0, 4297.0, 4318.0, 4289.0, 4311.0, 4288.0, 4311.0, 4299.0, 4297.0, 4330.0, 4300.0, 4319.0, 4312.0, 4320.0, 4301.0, 4332.0, 4313.0, 4333.0, 4300.0, 4321.0, 4311.0, 4309.0, 4301.0, 4299.0, 4309.0, 4289.0, 4328.0, 4299.0, 4328.0, 4299.0, 4330.0, 4320.0, 4329.0, 4310.0, 4318.0, 4296.0, 4305.0, 4315.0, 4316.0, 4322.0, 4315.0, 4326.0, 4307.0, 4317.0, 4283.0, 4302.0, 4285.0, 4305.0, 4293.0, 4279.0, 4264.0, 4262.0, 4284.0, 4304.0, 4314.0, 4243.0, 4304.0, 4306.0, 4293.0, 4290.0, 4278.0, 4241.0, 4296.0, 4303.0, 4340.0, 4335.0, 4311.0, 4359.0, 4321.0, 4273.0, 4271.0, 4275.0, 4284.0, 4284.0, 4255.0, 4284.0, 4286.0, 4284.0, 4272.0, 4252.0, 4273.0, 4254.0, 4283.0, 4254.0, 4284.0, 4267.0, 4287.0, 4257.0, 4274.0, 4263.0, 4275.0, 4294.0, 4276.0, 4297.0, 4276.0, 4298.0, 4267.0, 4281.0, 4299.0, 4280.0, 4299.0, 4280.0, 4290.0, 4271.0, 4282.0, 4281.0, 4286.0, 4315.0, 4298.0, 4304.0, 4286.0, 4305.0, 4284.0, 4295.0, 4294.0, 4285.0, 4315.0, 4287.0, 4317.0, 4284.0, 4296.0, 4287.0, 4297.0, 4296.0, 4285.0, 4328.0, 4297.0, 4318.0, 4298.0, 4320.0, 4299.0, 4310.0, 4288.0, 4297.0, 4318.0, 4302.0, 4343.0, 4314.0, 4329.0, 4300.0, 4329.0, 4301.0, 4330.0, 4313.0, 4333.0, 4301.0, 4322.0, 4310.0, 4303.0, 4333.0, 4300.0, 4328.0, 4309.0, 4319.0, 4287.0, 4317.0, 4288.0, 4320.0, 4308.0, 4310.0, 4311.0, 4312.0, 4309.0, 4301.0, 4324.0, 4298.0, 4328.0, 4319.0, 4326.0, 4309.0, 4316.0, 4288.0, 4317.0, 4286.0, 4306.0, 4296.0, 4297.0, 4307.0, 4285.0, 4316.0, 4286.0, 4317.0, 4298.0, 4315.0, 4298.0, 4317.0, 4287.0, 4304.0, 4285.0, 4296.0, 4315.0, 4297.0, 4317.0, 4284.0, 4313.0, 4303.0, 4303.0, 4283.0, 4295.0, 4285.0, 4284.0, 4282.0, 4284.0, 4316.0, 4288.0, 4316.0, 4286.0, 4316.0, 4286.0, 4308.0, 4287.0, 4298.0, 4328.0, 4298.0, 4317.0, 4287.0, 4317.0, 4286.0, 4304.0, 4285.0, 4284.0, 4285.0, 4300.0, 4297.0, 4287.0, 4318.0, 4297.0, 4330.0, 4301.0, 4331.0, 4315.0, 4332.0, 4315.0, 4335.0, 4315.0, 4322.0, 4342.0, 4325.0, 4343.0, 4315.0, 4343.0, 4312.0, 4330.0, 4308.0, 4318.0, 4340.0, 4318.0, 4338.0, 4307.0, 4325.0, 4306.0, 4315.0, 4284.0, 4296.0, 4286.0, 4308.0, 4299.0, 4310.0, 4298.0, 4299.0, 4338.0, 4310.0, 4331.0, 4321.0, 4329.0, 4309.0, 4319.0, 4338.0, 4307.0, 4325.0, 4316.0, 4327.0, 4306.0, 4306.0, 4324.0, 4294.0, 4314.0, 4302.0, 4303.0, 4282.0, 4293.0, 4294.0, 4281.0, 4312.0, 4282.0, 4303.0, 4295.0, 4304.0, 4284.0, 4294.0, 4284.0, 4296.0, 4305.0, 4298.0, 4319.0, 4300.0, 4316.0, 4298.0, 4307.0, 4296.0, 4297.0, 4328.0, 4310.0, 4329.0, 4300.0, 4309.0, 4288.0, 4298.0, 4318.0, 4301.0, 4317.0, 4296.0, 4330.0, 4298.0, 4308.0, 4298.0, 4297.0, 4315.0, 4286.0, 4315.0, 4285.0, 4316.0, 4287.0, 4306.0, 4284.0, 4286.0, 4322.0, 4274.0, 4314.0, 4295.0, 4306.0, 4293.0, 4297.0, 4298.0, 4297.0, 4298.0, 4297.0, 4326.0, 4311.0, 4329.0, 4297.0, 4319.0, 4299.0, 4306.0, 4308.0, 4287.0, 4318.0, 4298.0, 4329.0, 4311.0, 4320.0, 4299.0, 4320.0, 4298.0, 4298.0, 4326.0, 4300.0, 4332.0, 4310.0, 4318.0, 4301.0, 4319.0, 4285.0, 4308.0, 4324.0, 4298.0, 4328.0, 4297.0, 4327.0, 4298.0, 4313.0, 4283.0, 4306.0, 4294.0, 4306.0, 4296.0, 4296.0, 4326.0, 4285.0, 4315.0, 4304.0, 4314.0, 4285.0, 4306.0, 4282.0, 4295.0, 4303.0, 4284.0, 4314.0, 4284.0, 4313.0, 4295.0, 4315.0, 4284.0, 4296.0, 4314.0, 4284.0, 4314.0, 4292.0, 4314.0, 4272.0, 4295.0, 4284.0, 4284.0, 4326.0, 4286.0, 4316.0, 4299.0, 4316.0, 4301.0, 4322.0, 4304.0, 4334.0, 4315.0, 4347.0, 4342.0, 4311.0, 4328.0, 4314.0, 4329.0, 4300.0, 4332.0, 4286.0, 4320.0, 4328.0, 4329.0, 4342.0, 4319.0, 4337.0, 4307.0, 4316.0, 4304.0, 4305.0, 4337.0, 4303.0, 4326.0, 4302.0, 4311.0, 4282.0, 4302.0, 4281.0, 4291.0, 4291.0, 4281.0, 4300.0, 4270.0, 4311.0, 4301.0, 4302.0, 4272.0, 4295.0, 4285.0, 4295.0, 4306.0, 4286.0, 4326.0, 4299.0, 4317.0, 4308.0, 4319.0, 4299.0, 4300.0, 4330.0, 4302.0, 4330.0, 4299.0, 4328.0, 4298.0, 4309.0, 4319.0, 4288.0, 4329.0, 4296.0, 4317.0, 4298.0, 4321.0, 4288.0, 4311.0, 4318.0, 4299.0, 4330.0, 4288.0, 4329.0, 4302.0, 4331.0, 4301.0, 4333.0, 4312.0, 4335.0, 4311.0, 4312.0, 4343.0, 4314.0, 4344.0, 4305.0, 4343.0, 4312.0, 4332.0, 4344.0, 4355.0, 4343.0, 4323.0, 4340.0, 4309.0, 4317.0, 4297.0, 4307.0, 4303.0, 4304.0, 4296.0, 4285.0, 4282.0, 4271.0, 4280.0, 4283.0, 4272.0, 4297.0], 'WindowWidth': [9685.0, 9671.0, 9620.0, 9640.0, 9547.0, 9580.0, 9601.0, 9555.0, 9578.0, 9545.0, 9575.0, 9556.0, 9562.0, 9572.0, 9534.0, 9572.0, 9515.0, 9552.0, 9510.0, 9544.0, 9513.0, 9518.0, 9547.0, 9502.0, 9554.0, 9514.0, 9552.0, 9528.0, 9536.0, 9498.0, 9521.0, 9497.0, 9523.0, 9522.0, 9527.0, 9547.0, 9509.0, 9538.0, 9495.0, 9536.0, 9521.0, 9557.0, 9494.0, 9522.0, 9501.0, 9526.0, 9500.0, 9529.0, 9509.0, 9529.0, 9525.0, 9530.0, 9527.0, 9530.0, 9549.0, 9544.0, 9565.0, 9554.0, 9556.0, 9517.0, 9563.0, 9535.0, 9556.0, 9513.0, 9558.0, 9543.0, 9554.0, 9518.0, 9545.0, 9499.0, 9556.0, 9515.0, 9545.0, 9531.0, 9545.0, 9520.0, 9519.0, 9542.0, 9532.0, 9568.0, 9549.0, 9548.0, 9539.0, 9577.0, 9536.0, 9560.0, 9547.0, 9558.0, 9549.0, 9560.0, 9536.0, 9563.0, 9518.0, 9554.0, 9513.0, 9550.0, 9526.0, 9548.0, 9520.0, 9552.0, 9517.0, 9533.0, 9549.0, 9530.0, 9559.0, 9539.0, 9559.0, 9524.0, 9560.0, 9515.0, 9561.0, 9531.0, 9565.0, 9514.0, 9548.0, 9534.0, 9535.0, 9554.0, 9512.0, 9554.0, 9517.0, 9538.0, 9532.0, 9554.0, 9523.0, 9563.0, 9515.0, 9560.0, 9546.0, 9554.0, 9526.0, 9545.0, 9527.0, 9542.0, 9572.0, 9534.0, 9561.0, 9553.0, 9546.0, 9538.0, 9569.0, 9526.0, 9562.0, 9528.0, 9538.0, 9516.0, 9538.0, 9562.0, 9521.0, 9555.0, 9531.0, 9562.0, 9528.0, 9557.0, 9517.0, 9540.0, 9512.0, 9542.0, 9514.0, 9515.0, 9505.0, 9530.0, 9541.0, 9517.0, 9569.0, 9536.0, 9546.0, 9524.0, 9563.0, 9521.0, 9548.0, 9516.0, 9530.0, 9567.0, 9544.0, 9557.0, 9529.0, 9544.0, 9513.0, 9529.0, 9498.0, 9525.0, 9537.0, 9531.0, 9539.0, 9500.0, 9572.0, 9504.0, 9558.0, 9520.0, 9566.0, 9540.0, 9551.0, 9529.0, 9574.0, 9546.0, 9539.0, 9577.0, 9540.0, 9562.0, 9522.0, 9561.0, 9524.0, 9552.0, 9513.0, 9545.0, 9530.0, 9538.0, 9547.0, 9531.0, 9557.0, 9516.0, 9552.0, 9513.0, 9538.0, 9533.0, 9543.0, 9520.0, 9560.0, 9516.0, 9557.0, 9513.0, 9561.0, 9516.0, 9533.0, 9518.0, 9519.0, 9554.0, 9518.0, 9559.0, 9532.0, 9557.0, 9524.0, 9561.0, 9534.0, 9559.0, 9539.0, 9578.0, 9540.0, 9565.0, 9532.0, 9568.0, 9525.0, 9573.0, 9551.0, 9547.0, 9575.0, 9544.0, 9537.0, 9517.0, 9555.0, 9531.0, 9571.0, 9546.0, 9572.0, 9543.0, 9556.0, 9526.0, 9538.0, 9521.0, 9502.0, 9517.0, 9521.0, 9518.0, 9507.0, 9536.0, 9521.0, 9559.0, 9524.0, 9550.0, 9519.0, 9529.0, 9505.0, 9512.0, 9488.0, 9518.0, 9492.0, 9526.0, 9494.0, 9509.0, 9552.0, 9505.0, 9542.0, 9503.0, 9530.0, 9489.0, 9520.0, 9492.0, 9520.0, 9490.0, 9489.0, 9528.0, 9504.0, 9533.0, 9509.0, 9533.0, 9513.0, 9539.0, 9511.0, 9526.0, 9510.0, 9514.0, 9541.0, 9519.0, 9553.0, 9516.0, 9557.0, 9516.0, 9553.0, 9529.0, 9557.0, 9499.0, 9547.0, 9520.0, 9535.0, 9516.0, 9533.0, 9556.0, 9537.0, 9560.0, 9524.0, 9560.0, 9519.0, 9560.0, 9521.0, 9545.0, 9529.0, 9539.0, 9517.0, 9538.0, 9519.0, 9540.0, 9572.0, 9544.0, 9598.0, 9573.0, 9591.0, 9556.0, 9607.0, 9552.0, 9592.0, 9563.0, 9592.0, 9571.0, 9589.0, 9585.0, 9592.0, 9612.0, 9559.0, 9605.0, 9579.0, 9609.0, 9558.0, 9573.0, 9547.0, 9541.0, 9524.0, 9524.0, 9567.0, 9537.0, 9551.0, 9513.0, 9551.0, 9510.0, 9547.0, 9535.0, 9539.0, 9533.0, 9557.0, 9534.0, 9558.0, 9511.0, 9538.0, 9522.0, 9541.0, 9534.0, 9535.0, 9549.0, 9521.0, 9541.0, 9515.0, 9549.0, 9516.0, 9533.0, 9493.0, 9506.0, 9489.0, 9491.0, 9542.0, 9510.0, 9532.0, 9505.0, 9537.0, 9500.0, 9540.0, 9497.0, 9530.0, 9529.0, 9534.0, 9571.0, 9516.0, 9559.0, 9519.0, 9555.0, 9507.0, 9545.0, 9528.0, 9532.0, 9547.0, 9519.0, 9557.0, 9521.0, 9565.0, 9521.0, 9559.0, 9517.0, 9566.0, 9526.0, 9568.0, 9532.0, 9584.0, 9543.0, 9552.0, 9556.0, 9536.0, 9558.0, 9534.0, 9563.0, 9519.0, 9555.0, 9513.0, 9538.0, 9523.0, 9575.0, 9536.0, 9539.0, 9542.0, 9524.0, 9559.0, 9517.0, 9544.0, 9518.0, 9536.0, 9510.0, 9531.0, 9498.0, 9526.0, 9513.0, 9516.0, 9558.0, 9529.0, 9558.0, 9520.0, 9561.0, 9517.0, 9559.0, 9528.0, 9567.0, 9517.0, 9531.0, 9520.0, 9534.0, 9556.0, 9528.0, 9555.0, 9542.0, 9554.0, 9514.0, 9545.0, 9509.0, 9508.0, 9546.0, 9521.0, 9562.0, 9512.0, 9533.0, 9495.0, 9512.0, 9466.0, 9500.0, 9491.0, 9508.0, 9495.0, 9498.0, 9535.0, 9509.0, 9537.0, 9514.0, 9543.0, 9516.0, 9537.0, 9513.0, 9529.0, 9503.0, 9515.0, 9552.0, 9532.0, 9556.0, 9516.0, 9542.0, 9524.0, 9560.0, 9520.0, 9541.0, 9526.0, 9554.0, 9516.0, 9540.0, 9522.0, 9536.0, 9571.0, 9519.0, 9560.0, 9534.0, 9559.0, 9527.0, 9554.0, 9525.0, 9560.0, 9529.0, 9567.0, 9516.0, 9550.0, 9512.0, 9535.0, 9517.0, 9533.0, 9567.0, 9550.0, 9557.0, 9516.0, 9557.0, 9522.0, 9559.0, 9531.0, 9566.0, 9531.0, 9557.0, 9526.0, 9563.0, 9536.0, 9565.0, 9548.0, 9579.0, 9573.0, 9594.0, 9579.0, 9571.0, 9571.0, 9544.0, 9570.0, 9556.0, 9557.0, 9530.0, 9557.0, 9508.0, 9544.0, 9507.0, 9521.0, 9524.0, 9519.0, 9507.0, 9505.0, 9529.0, 9494.0, 9555.0, 9519.0, 9561.0, 9541.0, 9521.0, 9543.0, 9566.0, 9538.0, 9568.0, 9535.0, 9582.0, 9541.0, 9558.0, 9590.0, 9537.0, 9550.0, 9532.0, 9547.0, 9511.0, 9516.0, 9559.0, 9495.0, 9528.0, 9495.0, 9525.0, 9482.0, 9512.0, 9471.0, 9499.0, 9519.0, 9468.0, 9508.0, 9480.0, 9510.0, 9512.0, 9514.0, 9493.0, 9509.0, 9491.0, 9497.0, 9549.0, 9516.0, 9542.0, 9514.0, 9540.0, 9517.0, 9549.0, 9515.0, 9529.0, 9514.0, 9535.0, 9558.0, 9515.0, 9559.0, 9525.0, 9566.0, 9507.0, 9555.0, 9509.0, 9544.0, 9528.0, 9529.0, 9530.0, 9518.0, 9557.0, 9512.0, 9549.0, 9524.0, 9543.0, 9522.0, 9527.0, 9516.0, 9534.0, 9500.0, 9513.0, 9549.0, 9532.0, 9557.0, 9515.0, 9547.0, 9524.0, 9557.0, 9502.0, 9542.0, 9531.0, 9548.0, 9519.0, 9533.0, 9529.0, 9513.0, 9547.0, 9527.0, 9541.0, 9514.0, 9541.0, 9517.0, 9543.0, 9497.0, 9526.0, 9512.0, 9518.0, 9544.0, 9537.0, 9578.0, 9541.0, 9572.0, 9517.0, 9540.0, 9533.0, 9541.0, 9521.0, 9543.0, 9516.0, 9564.0, 9535.0, 9548.0, 9571.0, 9545.0, 9576.0, 9533.0, 9555.0, 9512.0, 9538.0, 9508.0, 9527.0, 9505.0, 9522.0, 9529.0, 9507.0, 9532.0, 9497.0, 9533.0, 9510.0, 9537.0, 9509.0, 9529.0, 9498.0, 9510.0, 9532.0, 9511.0, 9536.0, 9513.0, 9537.0, 9526.0, 9522.0, 9493.0, 9509.0, 9491.0, 9496.0, 9535.0, 9515.0, 9539.0, 9503.0, 9555.0, 9504.0, 9549.0, 9531.0, 9535.0, 9532.0, 9542.0, 9549.0, 9541.0, 9568.0, 9541.0, 9560.0, 9535.0, 9559.0, 9550.0, 9561.0, 9547.0, 9570.0, 9542.0, 9566.0, 9516.0, 9513.0, 9553.0, 9551.0, 9546.0, 9537.0, 9576.0, 9517.0, 9553.0, 9525.0, 9571.0, 9526.0, 9540.0, 9505.0, 9521.0, 9520.0, 9519.0, 9529.0, 9519.0, 9549.0, 9507.0, 9524.0, 9500.0, 9513.0, 9469.0, 9520.0, 9493.0, 9506.0, 9521.0, 9507.0, 9546.0, 9504.0, 9534.0, 9511.0, 9542.0, 9511.0, 9527.0, 9506.0, 9546.0, 9512.0, 9527.0, 9551.0, 9527.0, 9554.0, 9534.0, 9536.0, 9507.0, 9507.0, 9513.0, 9505.0, 9532.0, 9508.0, 9519.0, 9509.0, 9538.0, 9512.0, 9527.0, 9497.0, 9527.0, 9528.0, 9518.0, 9526.0, 9520.0, 9559.0, 9514.0, 9538.0, 9514.0, 9549.0, 9534.0, 9534.0, 9523.0, 9538.0, 9546.0, 9533.0, 9556.0, 9533.0, 9554.0, 9517.0, 9559.0, 9517.0, 9540.0, 9505.0, 9537.0, 9512.0, 9512.0, 9496.0, 9516.0, 9524.0, 9513.0, 9556.0, 9530.0, 9541.0, 9531.0, 9541.0, 9523.0, 9561.0, 9517.0, 9538.0, 9512.0, 9524.0, 9540.0, 9538.0, 9559.0, 9518.0, 9555.0, 9526.0, 9541.0, 9512.0, 9527.0, 9514.0, 9529.0, 9553.0, 9516.0, 9553.0, 9512.0, 9553.0, 9514.0, 9544.0, 9516.0, 9531.0, 9522.0, 9540.0, 9557.0, 9518.0, 9554.0, 9531.0, 9563.0, 9521.0, 9543.0, 9528.0, 9572.0, 9524.0, 9546.0, 9526.0, 9537.0, 9579.0, 9536.0, 9566.0, 9524.0, 9560.0, 9520.0, 9546.0, 9531.0, 9563.0, 9515.0, 9548.0, 9522.0, 9536.0, 9511.0, 9515.0, 9553.0, 9551.0, 9573.0, 9531.0, 9560.0, 9518.0, 9539.0, 9495.0, 9538.0, 9523.0, 9542.0, 9517.0, 9520.0, 9549.0, 9509.0, 9547.0, 9491.0, 9533.0, 9506.0, 9524.0, 9498.0, 9526.0, 9498.0, 9510.0, 9550.0, 9513.0, 9540.0, 9511.0, 9536.0, 9514.0, 9525.0, 9496.0, 9512.0, 9532.0, 9515.0, 9551.0, 9518.0, 9539.0, 9521.0, 9548.0, 9518.0, 9549.0, 9519.0, 9565.0, 9543.0, 9541.0, 9552.0, 9542.0, 9576.0, 9523.0, 9557.0, 9524.0, 9546.0, 9545.0, 9540.0, 9570.0, 9528.0, 9554.0, 9510.0, 9539.0, 9507.0, 9520.0, 9511.0, 9514.0, 9495.0, 9515.0, 9545.0, 9517.0, 9557.0, 9543.0, 9566.0, 9566.0, 9571.0, 9553.0, 9597.0, 9552.0, 9561.0, 9581.0, 9555.0, 9585.0, 9555.0, 9580.0, 9555.0, 9566.0, 9533.0, 9531.0, 9569.0, 9562.0, 9569.0, 9535.0, 9540.0, 9508.0, 9505.0, 9546.0, 9503.0, 9548.0, 9519.0, 9536.0, 9521.0, 9517.0, 9478.0, 9502.0, 9491.0, 9501.0, 9532.0, 9494.0, 9535.0, 9498.0, 9538.0, 9509.0, 9522.0, 9503.0, 9527.0, 9524.0, 9510.0, 9552.0, 9499.0, 9536.0, 9508.0, 9518.0, 9487.0, 9506.0, 9494.0, 9506.0, 9552.0, 9515.0, 9554.0, 9517.0, 9539.0, 9514.0, 9528.0, 9511.0, 9515.0, 9541.0, 9519.0, 9557.0, 9519.0, 9541.0, 9515.0, 9564.0, 9535.0, 9535.0, 9518.0, 9525.0, 9534.0, 9523.0, 9568.0, 9535.0, 9558.0, 9537.0, 9563.0, 9525.0, 9564.0, 9520.0, 9547.0, 9531.0, 9533.0, 9549.0, 9534.0, 9561.0, 9522.0, 9558.0, 9515.0, 9543.0, 9531.0, 9549.0, 9532.0, 9543.0, 9500.0, 9520.0, 9499.0, 9520.0, 9555.0, 9523.0, 9569.0, 9542.0, 9569.0, 9525.0, 9567.0, 9528.0, 9571.0, 9535.0, 9539.0, 9578.0, 9563.0, 9593.0, 9547.0, 9557.0, 9532.0, 9543.0, 9525.0, 9533.0, 9529.0, 9520.0, 9538.0, 9515.0, 9497.0, 9517.0, 9511.0, 9516.0, 9556.0, 9537.0, 9565.0, 9545.0, 9552.0, 9530.0, 9565.0, 9511.0, 9528.0, 9521.0, 9542.0, 9569.0, 9536.0, 9560.0, 9528.0, 9544.0, 9500.0, 9513.0, 9483.0, 9513.0, 9509.0, 9490.0, 9537.0, 9478.0, 9505.0, 9487.0, 9506.0, 9496.0, 9498.0, 9469.0, 9501.0, 9473.0, 9492.0, 9542.0, 9492.0, 9529.0, 9506.0, 9537.0, 9499.0, 9530.0, 9498.0, 9531.0, 9514.0, 9511.0, 9555.0, 9516.0, 9537.0, 9534.0, 9540.0, 9518.0, 9564.0, 9540.0, 9565.0, 9515.0, 9546.0, 9530.0, 9528.0, 9518.0, 9514.0, 9526.0, 9499.0, 9551.0, 9513.0, 9552.0, 9513.0, 9557.0, 9541.0, 9554.0, 9531.0, 9537.0, 9503.0, 9513.0, 9529.0, 9529.0, 9538.0, 9527.0, 9543.0, 9526.0, 9537.0, 9485.0, 9507.0, 9487.0, 9515.0, 9496.0, 9473.0, 9445.0, 9440.0, 9474.0, 9505.0, 9518.0, 9383.0, 9528.0, 9524.0, 9499.0, 9485.0, 9468.0, 9406.0, 9490.0, 9509.0, 9575.0, 9561.0, 9512.0, 9600.0, 9530.0, 9449.0, 9446.0, 9459.0, 9470.0, 9469.0, 9433.0, 9469.0, 9472.0, 9469.0, 9449.0, 9423.0, 9450.0, 9425.0, 9467.0, 9428.0, 9469.0, 9447.0, 9476.0, 9432.0, 9453.0, 9438.0, 9458.0, 9481.0, 9461.0, 9488.0, 9460.0, 9493.0, 9452.0, 9475.0, 9496.0, 9471.0, 9498.0, 9471.0, 9486.0, 9463.0, 9479.0, 9475.0, 9487.0, 9528.0, 9506.0, 9511.0, 9489.0, 9514.0, 9484.0, 9502.0, 9498.0, 9487.0, 9527.0, 9493.0, 9533.0, 9486.0, 9503.0, 9493.0, 9506.0, 9504.0, 9488.0, 9548.0, 9508.0, 9538.0, 9511.0, 9540.0, 9514.0, 9529.0, 9497.0, 9511.0, 9539.0, 9524.0, 9576.0, 9541.0, 9560.0, 9519.0, 9555.0, 9520.0, 9558.0, 9538.0, 9566.0, 9521.0, 9551.0, 9532.0, 9525.0, 9563.0, 9513.0, 9551.0, 9525.0, 9539.0, 9499.0, 9537.0, 9499.0, 9542.0, 9524.0, 9531.0, 9532.0, 9537.0, 9531.0, 9520.0, 9544.0, 9511.0, 9551.0, 9539.0, 9546.0, 9527.0, 9535.0, 9496.0, 9534.0, 9491.0, 9519.0, 9505.0, 9508.0, 9521.0, 9491.0, 9531.0, 9494.0, 9534.0, 9510.0, 9531.0, 9512.0, 9537.0, 9495.0, 9516.0, 9490.0, 9504.0, 9530.0, 9505.0, 9533.0, 9485.0, 9525.0, 9509.0, 9511.0, 9482.0, 9500.0, 9489.0, 9487.0, 9482.0, 9487.0, 9530.0, 9497.0, 9533.0, 9493.0, 9534.0, 9493.0, 9524.0, 9494.0, 9509.0, 9548.0, 9512.0, 9536.0, 9496.0, 9535.0, 9493.0, 9515.0, 9489.0, 9488.0, 9490.0, 9516.0, 9510.0, 9498.0, 9540.0, 9515.0, 9558.0, 9522.0, 9561.0, 9547.0, 9566.0, 9547.0, 9576.0, 9547.0, 9554.0, 9579.0, 9558.0, 9582.0, 9544.0, 9583.0, 9536.0, 9559.0, 9526.0, 9539.0, 9571.0, 9539.0, 9568.0, 9521.0, 9546.0, 9518.0, 9532.0, 9487.0, 9505.0, 9495.0, 9525.0, 9516.0, 9532.0, 9514.0, 9517.0, 9568.0, 9532.0, 9562.0, 9547.0, 9557.0, 9530.0, 9543.0, 9566.0, 9520.0, 9546.0, 9530.0, 9550.0, 9515.0, 9517.0, 9541.0, 9498.0, 9526.0, 9508.0, 9511.0, 9481.0, 9497.0, 9498.0, 9479.0, 9523.0, 9482.0, 9510.0, 9499.0, 9512.0, 9486.0, 9501.0, 9488.0, 9507.0, 9518.0, 9509.0, 9540.0, 9515.0, 9536.0, 9511.0, 9525.0, 9509.0, 9511.0, 9552.0, 9531.0, 9556.0, 9514.0, 9527.0, 9500.0, 9513.0, 9538.0, 9518.0, 9534.0, 9505.0, 9557.0, 9511.0, 9523.0, 9510.0, 9510.0, 9530.0, 9491.0, 9531.0, 9490.0, 9534.0, 9492.0, 9520.0, 9489.0, 9492.0, 9538.0, 9475.0, 9527.0, 9501.0, 9520.0, 9501.0, 9508.0, 9510.0, 9510.0, 9511.0, 9509.0, 9546.0, 9532.0, 9555.0, 9509.0, 9540.0, 9512.0, 9521.0, 9524.0, 9494.0, 9538.0, 9510.0, 9554.0, 9532.0, 9542.0, 9514.0, 9546.0, 9512.0, 9512.0, 9548.0, 9515.0, 9562.0, 9529.0, 9539.0, 9518.0, 9540.0, 9493.0, 9524.0, 9543.0, 9511.0, 9553.0, 9509.0, 9550.0, 9510.0, 9526.0, 9486.0, 9517.0, 9499.0, 9520.0, 9504.0, 9507.0, 9546.0, 9489.0, 9529.0, 9512.0, 9527.0, 9487.0, 9521.0, 9484.0, 9502.0, 9514.0, 9488.0, 9528.0, 9485.0, 9526.0, 9501.0, 9529.0, 9486.0, 9505.0, 9526.0, 9486.0, 9527.0, 9494.0, 9525.0, 9467.0, 9501.0, 9486.0, 9488.0, 9544.0, 9493.0, 9533.0, 9514.0, 9535.0, 9522.0, 9549.0, 9529.0, 9571.0, 9547.0, 9595.0, 9579.0, 9534.0, 9552.0, 9542.0, 9555.0, 9521.0, 9564.0, 9494.0, 9542.0, 9551.0, 9556.0, 9577.0, 9541.0, 9565.0, 9520.0, 9534.0, 9514.0, 9514.0, 9561.0, 9512.0, 9544.0, 9508.0, 9521.0, 9480.0, 9507.0, 9478.0, 9491.0, 9490.0, 9477.0, 9500.0, 9460.0, 9516.0, 9504.0, 9507.0, 9466.0, 9500.0, 9488.0, 9503.0, 9517.0, 9492.0, 9547.0, 9511.0, 9538.0, 9525.0, 9541.0, 9513.0, 9517.0, 9555.0, 9521.0, 9556.0, 9513.0, 9553.0, 9509.0, 9526.0, 9539.0, 9497.0, 9553.0, 9507.0, 9536.0, 9509.0, 9546.0, 9497.0, 9531.0, 9539.0, 9515.0, 9557.0, 9500.0, 9554.0, 9524.0, 9563.0, 9524.0, 9568.0, 9541.0, 9572.0, 9536.0, 9537.0, 9580.0, 9542.0, 9582.0, 9531.0, 9582.0, 9536.0, 9562.0, 9580.0, 9598.0, 9577.0, 9549.0, 9573.0, 9525.0, 9536.0, 9507.0, 9520.0, 9506.0, 9512.0, 9506.0, 9489.0, 9480.0, 9464.0, 9473.0, 9481.0, 9467.0, 9506.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.004706736068585425</td></tr>
<tr><td colspan=3>aqi</td><td>0.03680256307409676</td></tr>
<tr><td colspan=3>dummy_trs</td><td>7</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.97996236996323</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.257746514595587</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0894400281985284</td></tr>
<tr><td colspan=3>efc</td><td>0.5404</td></tr>
<tr><td colspan=3>fber</td><td>3205.906</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11067848874210973</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>117</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.1647274954072255</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3796771253225013</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3277712172288823</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5158009400186314</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2954592187199907</td></tr>
<tr><td colspan=3>gcor</td><td>0.00786103</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004376627504825592</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03322208672761917</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1633</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.499993008608511</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>12.4052</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>62.2212</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>245.7401</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>63.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>283375.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>1170.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>427.2005</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.348</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>475.6674</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3461.2909</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3593.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>93169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4424.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>798.4414</td></tr>
<tr><td colspan=3>tsnr</td><td>32.64795128640253</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>