<?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-0090_ses-01_task-alignvideo_acq-mb8_run-02_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-0090_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_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-02_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0090_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_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-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0090/figures/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_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-0090/ses-01/func/sub-0090_ses-01_task-alignvideo_acq-mb8_run-02_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>8be8c3d916564afb476299f66b43f8a2</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:45:18.572500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998938, 0.0187708, 0.0420755, -0.0214481, 0.997712, 0.0641081]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.105026</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4177, -7729, -7233, 587, 41, -81, -94, -5]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>252.257</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>626adab1-2d9a-47e3-ad5a-b9d886671685||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6800777912139893, -0.057543572038412094, 0.11009500175714493, 112.96612548828125], [-0.0503607913851738, 2.6767895221710205, 0.1753445565700531, -94.906494140625], [0.11288559436798096, -0.17199724912643433, 2.692049980163574, -59.23274230957031], [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, 1376]</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], 'AcquisitionTime': ['214518.572500', '214519.032500', '214519.492500', '214519.952500', '214520.412500', '214520.872500', '214521.332500', '214521.792500', '214522.252500', '214522.712500', '214523.172500', '214523.632500', '214524.092500', '214524.552500', '214525.012500', '214525.472500', '214525.932500', '214526.392500', '214526.852500', '214527.312500', '214527.772500', '214528.232500', '214528.692500', '214529.152500', '214529.612500', '214530.072500', '214530.532500', '214530.992500', '214531.452500', '214531.912500', '214532.372500', '214532.832500', '214533.292500', '214533.752500', '214534.212500', '214534.672500', '214535.132500', '214535.592500', '214536.052500', '214536.512500', '214536.972500', '214537.432500', '214537.892500', '214538.352500', '214538.812500', '214539.272500', '214539.732500', '214540.192500', '214540.652500', '214541.112500', '214541.572500', '214542.032500', '214542.492500', '214542.952500', '214543.412500', '214543.872500', '214544.332500', '214544.792500', '214545.252500', '214545.712500', '214546.172500', '214546.632500', '214547.092500', '214547.552500', '214548.012500', '214548.472500', '214548.932500', '214549.392500', '214549.852500', '214550.312500', '214550.772500', '214551.232500', '214551.692500', '214552.152500', '214552.612500', '214553.072500', '214553.532500', '214553.992500', '214554.452500', '214554.912500', '214555.372500', '214555.832500', '214556.292500', '214556.752500', '214557.212500', '214557.672500', '214558.132500', '214558.592500', '214559.052500', '214559.512500', '214559.972500', '214600.432500', '214600.892500', '214601.352500', '214601.812500', '214602.272500', '214602.732500', '214603.192500', '214603.652500', '214604.112500', '214604.572500', '214605.032500', '214605.492500', '214605.952500', '214606.412500', '214606.872500', '214607.332500', '214607.792500', '214608.252500', '214608.712500', '214609.172500', '214609.632500', '214610.092500', '214610.552500', '214611.012500', '214611.472500', '214611.932500', '214612.392500', '214612.852500', '214613.312500', '214613.772500', '214614.232500', '214614.692500', '214615.152500', '214615.612500', '214616.072500', '214616.532500', '214616.992500', '214617.452500', '214617.912500', '214618.372500', '214618.832500', '214619.292500', '214619.752500', '214620.212500', '214620.672500', '214621.132500', '214621.592500', '214622.052500', '214622.512500', '214622.972500', '214623.432500', '214623.892500', '214624.352500', '214624.812500', '214625.272500', '214625.732500', '214626.192500', '214626.652500', '214627.112500', '214627.572500', '214628.032500', '214628.492500', '214628.952500', '214629.412500', '214629.872500', '214630.332500', '214630.792500', '214631.252500', '214631.712500', '214632.172500', '214632.632500', '214633.092500', '214633.552500', '214634.012500', '214634.472500', '214634.932500', '214635.392500', '214635.852500', '214636.312500', '214636.772500', '214637.232500', '214637.692500', '214638.152500', '214638.612500', '214639.072500', '214639.532500', '214639.992500', '214640.452500', '214640.912500', '214641.372500', '214641.832500', '214642.292500', '214642.752500', '214643.212500', '214643.672500', '214644.132500', '214644.592500', '214645.052500', '214645.512500', '214645.972500', '214646.432500', '214646.892500', '214647.352500', '214647.812500', '214648.272500', '214648.732500', '214649.192500', '214649.652500', '214650.112500', '214650.572500', '214651.032500', '214651.492500', '214651.952500', '214652.412500', '214652.872500', '214653.332500', '214653.792500', '214654.252500', '214654.712500', '214655.172500', '214655.632500', '214656.092500', '214656.552500', '214657.012500', '214657.472500', '214657.932500', '214658.392500', '214658.852500', '214659.312500', '214659.772500', '214700.232500', '214700.692500', '214701.152500', '214701.612500', '214702.072500', '214702.532500', '214702.992500', '214703.452500', '214703.912500', '214704.372500', '214704.832500', '214705.292500', '214705.752500', '214706.212500', '214706.672500', '214707.132500', '214707.592500', '214708.052500', '214708.512500', '214708.972500', '214709.432500', '214709.892500', '214710.352500', '214710.812500', '214711.272500', '214711.732500', '214712.192500', '214712.652500', '214713.112500', '214713.572500', '214714.032500', '214714.492500', '214714.952500', '214715.412500', '214715.872500', '214716.332500', '214716.792500', '214717.252500', '214717.712500', '214718.172500', '214718.632500', '214719.092500', '214719.552500', '214720.012500', '214720.472500', '214720.932500', '214721.392500', '214721.852500', '214722.312500', '214722.772500', '214723.232500', '214723.692500', '214724.152500', '214724.612500', '214725.072500', '214725.532500', '214725.992500', '214726.452500', '214726.912500', '214727.372500', '214727.832500', '214728.292500', '214728.752500', '214729.212500', '214729.672500', '214730.132500', '214730.592500', '214731.052500', '214731.512500', '214731.972500', '214732.432500', '214732.892500', '214733.352500', '214733.812500', '214734.272500', '214734.732500', '214735.192500', '214735.652500', '214736.112500', '214736.572500', '214737.032500', '214737.492500', '214737.952500', '214738.412500', '214738.872500', '214739.332500', '214739.792500', '214740.252500', '214740.712500', '214741.172500', '214741.632500', '214742.092500', '214742.552500', '214743.012500', '214743.472500', '214743.932500', '214744.392500', '214744.852500', '214745.312500', '214745.772500', '214746.232500', '214746.692500', '214747.152500', '214747.612500', '214748.072500', '214748.532500', '214748.992500', '214749.452500', '214749.912500', '214750.372500', '214750.832500', '214751.292500', '214751.752500', '214752.212500', '214752.672500', '214753.132500', '214753.592500', '214754.052500', '214754.512500', '214754.972500', '214755.432500', '214755.892500', '214756.352500', '214756.812500', '214757.272500', '214757.732500', '214758.192500', '214758.652500', '214759.112500', '214759.572500', '214800.032500', '214800.492500', '214800.952500', '214801.412500', '214801.872500', '214802.332500', '214802.792500', '214803.252500', '214803.712500', '214804.172500', '214804.632500', '214805.092500', '214805.552500', '214806.012500', '214806.472500', '214806.932500', '214807.392500', '214807.852500', '214808.312500', '214808.772500', '214809.232500', '214809.692500', '214810.152500', '214810.612500', '214811.072500', '214811.532500', '214811.992500', '214812.452500', '214812.912500', '214813.372500', '214813.832500', '214814.292500', '214814.752500', '214815.212500', '214815.672500', '214816.132500', '214816.592500', '214817.052500', '214817.512500', '214817.972500', '214818.432500', '214818.892500', '214819.352500', '214819.812500', '214820.272500', '214820.732500', '214821.192500', '214821.652500', '214822.112500', '214822.572500', '214823.032500', '214823.492500', '214823.952500', '214824.412500', '214824.872500', '214825.332500', '214825.792500', '214826.252500', '214826.712500', '214827.172500', '214827.632500', '214828.092500', '214828.552500', '214829.012500', '214829.472500', '214829.932500', '214830.392500', '214830.852500', '214831.312500', '214831.772500', '214832.232500', '214832.692500', '214833.152500', '214833.612500', '214834.072500', '214834.532500', '214834.992500', '214835.452500', '214835.912500', '214836.372500', '214836.832500', '214837.292500', '214837.752500', '214838.212500', '214838.672500', '214839.132500', '214839.592500', '214840.052500', '214840.512500', '214840.972500', '214841.432500', '214841.892500', '214842.352500', '214842.812500', '214843.272500', '214843.732500', '214844.192500', '214844.652500', '214845.112500', '214845.572500', '214846.032500', '214846.492500', '214846.952500', '214847.412500', '214847.872500', '214848.332500', '214848.792500', '214849.252500', '214849.712500', '214850.172500', '214850.632500', '214851.092500', '214851.552500', '214852.012500', '214852.472500', '214852.932500', '214853.392500', '214853.852500', '214854.312500', '214854.772500', '214855.232500', '214855.692500', '214856.152500', '214856.612500', '214857.072500', '214857.532500', '214857.992500', '214858.452500', '214858.912500', '214859.372500', '214859.832500', '214900.292500', '214900.752500', '214901.212500', '214901.672500', '214902.132500', '214902.592500', '214903.052500', '214903.512500', '214903.972500', '214904.432500', '214904.892500', '214905.352500', '214905.812500', '214906.272500', '214906.732500', '214907.192500', '214907.652500', '214908.112500', '214908.572500', '214909.032500', '214909.492500', '214909.952500', '214910.412500', '214910.872500', '214911.332500', '214911.792500', '214912.252500', '214912.712500', '214913.172500', '214913.632500', '214914.092500', '214914.552500', '214915.012500', '214915.472500', '214915.932500', '214916.392500', '214916.852500', '214917.312500', '214917.772500', '214918.232500', '214918.692500', '214919.152500', '214919.612500', '214920.072500', '214920.532500', '214920.992500', '214921.452500', '214921.912500', '214922.372500', '214922.832500', '214923.292500', '214923.752500', '214924.212500', '214924.672500', '214925.132500', '214925.592500', '214926.052500', '214926.512500', '214926.972500', '214927.432500', '214927.892500', '214928.352500', '214928.812500', '214929.272500', '214929.732500', '214930.192500', '214930.652500', '214931.112500', '214931.572500', '214932.032500', '214932.492500', '214932.952500', '214933.412500', '214933.872500', '214934.332500', '214934.792500', '214935.252500', '214935.712500', '214936.172500', '214936.632500', '214937.092500', '214937.552500', '214938.012500', '214938.472500', '214938.932500', '214939.392500', '214939.852500', '214940.312500', '214940.772500', '214941.232500', '214941.692500', '214942.152500', '214942.612500', '214943.072500', '214943.532500', '214943.992500', '214944.452500', '214944.912500', '214945.372500', '214945.832500', '214946.292500', '214946.752500', '214947.212500', '214947.672500', '214948.132500', '214948.592500', '214949.052500', '214949.512500', '214949.972500', '214950.432500', '214950.892500', '214951.352500', '214951.812500', '214952.272500', '214952.732500', '214953.192500', '214953.652500', '214954.112500', '214954.572500', '214955.032500', '214955.492500', '214955.952500', '214956.412500', '214956.872500', '214957.332500', '214957.792500', '214958.252500', '214958.712500', '214959.172500', '214959.632500', '215000.092500', '215000.552500', '215001.012500', '215001.472500', '215001.932500', '215002.392500', '215002.852500', '215003.312500', '215003.772500', '215004.232500', '215004.692500', '215005.152500', '215005.612500', '215006.072500', '215006.532500', '215006.992500', '215007.452500', '215007.912500', '215008.372500', '215008.832500', '215009.292500', '215009.752500', '215010.212500', '215010.672500', '215011.132500', '215011.592500', '215012.052500', '215012.512500', '215012.972500', '215013.432500', '215013.892500', '215014.352500', '215014.812500', '215015.272500', '215015.732500', '215016.192500', '215016.652500', '215017.112500', '215017.572500', '215018.032500', '215018.492500', '215018.952500', '215019.412500', '215019.872500', '215020.332500', '215020.792500', '215021.252500', '215021.712500', '215022.172500', '215022.632500', '215023.092500', '215023.552500', '215024.012500', '215024.472500', '215024.932500', '215025.392500', '215025.852500', '215026.312500', '215026.772500', '215027.232500', '215027.692500', '215028.152500', '215028.612500', '215029.072500', '215029.532500', '215029.992500', '215030.452500', '215030.912500', '215031.372500', '215031.832500', '215032.292500', '215032.752500', '215033.212500', '215033.672500', '215034.132500', '215034.592500', '215035.052500', '215035.512500', '215035.972500', '215036.432500', '215036.892500', '215037.352500', '215037.812500', '215038.272500', '215038.732500', '215039.192500', '215039.652500', '215040.112500', '215040.572500', '215041.032500', '215041.492500', '215041.952500', '215042.412500', '215042.872500', '215043.332500', '215043.792500', '215044.252500', '215044.712500', '215045.172500', '215045.632500', '215046.092500', '215046.552500', '215047.012500', '215047.472500', '215047.932500', '215048.392500', '215048.852500', '215049.312500', '215049.772500', '215050.232500', '215050.692500', '215051.152500', '215051.612500', '215052.072500', '215052.532500', '215052.992500', '215053.452500', '215053.912500', '215054.372500', '215054.832500', '215055.292500', '215055.752500', '215056.212500', '215056.672500', '215057.132500', '215057.592500', '215058.052500', '215058.512500', '215058.972500', '215059.432500', '215059.892500', '215100.352500', '215100.812500', '215101.272500', '215101.732500', '215102.192500', '215102.652500', '215103.112500', '215103.572500', '215104.032500', '215104.492500', '215104.952500', '215105.412500', '215105.872500', '215106.332500', '215106.792500', '215107.252500', '215107.712500', '215108.172500', '215108.632500', '215109.092500', '215109.552500', '215110.012500', '215110.472500', '215110.932500', '215111.392500', '215111.852500', '215112.312500', '215112.772500', '215113.232500', '215113.692500', '215114.152500', '215114.612500', '215115.072500', '215115.532500', '215115.992500', '215116.452500', '215116.912500', '215117.372500', '215117.832500', '215118.292500', '215118.752500', '215119.212500', '215119.672500', '215120.132500', '215120.592500', '215121.052500', '215121.512500', '215121.972500', '215122.432500', '215122.892500', '215123.352500', '215123.812500', '215124.272500', '215124.732500', '215125.192500', '215125.652500', '215126.112500', '215126.572500', '215127.032500', '215127.492500', '215127.952500', '215128.412500', '215128.872500', '215129.332500', '215129.792500', '215130.252500', '215130.712500', '215131.172500', '215131.632500', '215132.092500', '215132.552500', '215133.012500', '215133.472500', '215133.932500', '215134.392500', '215134.852500', '215135.312500', '215135.772500', '215136.232500', '215136.692500', '215137.152500', '215137.612500', '215138.072500', '215138.532500', '215138.992500', '215139.452500', '215139.912500', '215140.372500', '215140.832500', '215141.292500', '215141.752500', '215142.212500', '215142.672500', '215143.132500', '215143.592500', '215144.052500', '215144.512500', '215144.972500', '215145.432500', '215145.892500', '215146.352500', '215146.812500', '215147.272500', '215147.732500', '215148.192500', '215148.652500', '215149.112500', '215149.572500', '215150.032500', '215150.492500', '215150.952500', '215151.412500', '215151.872500', '215152.332500', '215152.792500', '215153.252500', '215153.712500', '215154.172500', '215154.632500', '215155.092500', '215155.552500', '215156.012500', '215156.472500', '215156.932500', '215157.392500', '215157.852500', '215158.312500', '215158.772500', '215159.232500', '215159.692500', '215200.152500', '215200.612500', '215201.072500', '215201.532500', '215201.992500', '215202.452500', '215202.912500', '215203.372500', '215203.832500', '215204.292500', '215204.752500', '215205.212500', '215205.672500', '215206.132500', '215206.592500', '215207.052500', '215207.512500', '215207.972500', '215208.432500', '215208.892500', '215209.352500', '215209.812500', '215210.272500', '215210.732500', '215211.192500', '215211.652500', '215212.112500', '215212.572500', '215213.032500', '215213.492500', '215213.952500', '215214.412500', '215214.872500', '215215.332500', '215215.792500', '215216.252500', '215216.712500', '215217.172500', '215217.632500', '215218.092500', '215218.552500', '215219.012500', '215219.472500', '215219.932500', '215220.392500', '215220.852500', '215221.312500', '215221.772500', '215222.232500', '215222.692500', '215223.152500', '215223.612500', '215224.072500', '215224.532500', '215224.992500', '215225.452500', '215225.912500', '215226.372500', '215226.832500', '215227.292500', '215227.752500', '215228.212500', '215228.672500', '215229.132500', '215229.592500', '215230.052500', '215230.512500', '215230.972500', '215231.432500', '215231.892500', '215232.352500', '215232.812500', '215233.272500', '215233.732500', '215234.192500', '215234.652500', '215235.112500', '215235.572500', '215236.032500', '215236.492500', '215236.952500', '215237.412500', '215237.872500', '215238.332500', '215238.792500', '215239.252500', '215239.712500', '215240.172500', '215240.632500', '215241.092500', '215241.552500', '215242.012500', '215242.472500', '215242.932500', '215243.392500', '215243.852500', '215244.312500', '215244.772500', '215245.232500', '215245.692500', '215246.152500', '215246.612500', '215247.072500', '215247.532500', '215247.992500', '215248.452500', '215248.912500', '215249.372500', '215249.832500', '215250.292500', '215250.752500', '215251.212500', '215251.672500', '215252.132500', '215252.592500', '215253.052500', '215253.512500', '215253.972500', '215254.432500', '215254.892500', '215255.352500', '215255.812500', '215256.272500', '215256.732500', '215257.192500', '215257.652500', '215258.112500', '215258.572500', '215259.032500', '215259.492500', '215259.952500', '215300.412500', '215300.872500', '215301.332500', '215301.792500', '215302.252500', '215302.712500', '215303.172500', '215303.632500', '215304.092500', '215304.552500', '215305.012500', '215305.472500', '215305.932500', '215306.392500', '215306.852500', '215307.312500', '215307.772500', '215308.232500', '215308.692500', '215309.152500', '215309.612500', '215310.072500', '215310.532500', '215310.992500', '215311.452500', '215311.912500', '215312.372500', '215312.832500', '215313.292500', '215313.752500', '215314.212500', '215314.672500', '215315.132500', '215315.592500', '215316.052500', '215316.512500', '215316.972500', '215317.432500', '215317.892500', '215318.352500', '215318.812500', '215319.272500', '215319.732500', '215320.192500', '215320.652500', '215321.112500', '215321.572500', '215322.032500', '215322.492500', '215322.952500', '215323.412500', '215323.872500', '215324.332500', '215324.792500', '215325.252500', '215325.712500', '215326.172500', '215326.632500', '215327.092500', '215327.552500', '215328.012500', '215328.472500', '215328.932500', '215329.392500', '215329.852500', '215330.312500', '215330.772500', '215331.232500', '215331.692500', '215332.152500', '215332.612500', '215333.072500', '215333.532500', '215333.992500', '215334.452500', '215334.912500', '215335.372500', '215335.832500', '215336.292500', '215336.752500', '215337.212500', '215337.672500', '215338.132500', '215338.592500', '215339.052500', '215339.512500', '215339.972500', '215340.432500', '215340.892500', '215341.352500', '215341.812500', '215342.272500', '215342.732500', '215343.192500', '215343.652500', '215344.112500', '215344.572500', '215345.032500', '215345.492500', '215345.952500', '215346.412500', '215346.872500', '215347.332500', '215347.792500', '215348.252500', '215348.712500', '215349.172500', '215349.632500', '215350.092500', '215350.552500', '215351.012500', '215351.472500', '215351.932500', '215352.392500', '215352.852500', '215353.312500', '215353.772500', '215354.232500', '215354.692500', '215355.152500', '215355.612500', '215356.072500', '215356.532500', '215356.992500', '215357.452500', '215357.912500', '215358.372500', '215358.832500', '215359.292500', '215359.752500', '215400.212500', '215400.672500', '215401.132500', '215401.592500', '215402.052500', '215402.512500', '215402.972500', '215403.432500', '215403.892500', '215404.352500', '215404.812500', '215405.272500', '215405.732500', '215406.192500', '215406.652500', '215407.112500', '215407.572500', '215408.032500', '215408.492500', '215408.952500', '215409.412500', '215409.872500', '215410.332500', '215410.792500', '215411.252500', '215411.712500', '215412.172500', '215412.632500', '215413.092500', '215413.552500', '215414.012500', '215414.472500', '215414.932500', '215415.392500', '215415.852500', '215416.312500', '215416.772500', '215417.232500', '215417.692500', '215418.152500', '215418.612500', '215419.072500', '215419.532500', '215419.992500', '215420.452500', '215420.912500', '215421.372500', '215421.832500', '215422.292500', '215422.752500', '215423.212500', '215423.672500', '215424.132500', '215424.592500', '215425.052500', '215425.512500', '215425.972500', '215426.432500', '215426.892500', '215427.352500', '215427.812500', '215428.272500', '215428.732500', '215429.192500', '215429.652500', '215430.112500', '215430.572500', '215431.032500', '215431.492500', '215431.952500', '215432.412500', '215432.872500', '215433.332500', '215433.792500', '215434.252500', '215434.712500', '215435.172500', '215435.632500', '215436.092500', '215436.552500', '215437.012500', '215437.472500', '215437.932500', '215438.392500', '215438.852500', '215439.312500', '215439.772500', '215440.232500', '215440.692500', '215441.152500', '215441.612500', '215442.072500', '215442.532500', '215442.992500', '215443.452500', '215443.912500', '215444.372500', '215444.832500', '215445.292500', '215445.752500', '215446.212500', '215446.672500', '215447.132500', '215447.592500', '215448.052500', '215448.512500', '215448.972500', '215449.432500', '215449.892500', '215450.352500', '215450.812500', '215451.272500', '215451.732500', '215452.192500', '215452.652500', '215453.112500', '215453.572500', '215454.032500', '215454.492500', '215454.952500', '215455.412500', '215455.872500', '215456.332500', '215456.792500', '215457.252500', '215457.712500', '215458.172500', '215458.632500', '215459.092500', '215459.552500', '215500.012500', '215500.472500', '215500.932500', '215501.392500', '215501.852500', '215502.312500', '215502.772500', '215503.232500', '215503.692500', '215504.152500', '215504.612500', '215505.072500', '215505.532500', '215505.992500', '215506.452500', '215506.912500', '215507.372500', '215507.832500', '215508.292500', '215508.752500', '215509.212500', '215509.672500', '215510.132500', '215510.592500', '215511.052500', '215511.512500', '215511.972500', '215512.432500', '215512.892500', '215513.352500', '215513.812500', '215514.272500', '215514.732500', '215515.192500', '215515.652500', '215516.112500', '215516.572500', '215517.032500', '215517.492500', '215517.952500', '215518.412500', '215518.872500', '215519.332500', '215519.792500', '215520.252500', '215520.712500', '215521.172500', '215521.632500', '215522.092500', '215522.552500', '215523.012500', '215523.472500', '215523.932500', '215524.392500', '215524.852500', '215525.312500', '215525.772500', '215526.232500', '215526.692500', '215527.152500', '215527.612500', '215528.072500', '215528.532500', '215528.992500', '215529.452500', '215529.912500', '215530.372500', '215530.832500', '215531.292500', '215531.752500', '215532.212500', '215532.672500', '215533.132500', '215533.592500', '215534.052500', '215534.512500', '215534.972500', '215535.432500', '215535.892500', '215536.352500', '215536.812500', '215537.272500', '215537.732500', '215538.192500', '215538.652500', '215539.112500', '215539.572500', '215540.032500', '215540.492500', '215540.952500', '215541.412500', '215541.872500', '215542.332500', '215542.792500', '215543.252500', '215543.712500', '215544.172500', '215544.632500', '215545.092500', '215545.552500', '215546.012500', '215546.472500', '215546.932500', '215547.392500', '215547.852500', '215548.312500', '215548.772500', '215549.232500', '215549.692500', '215550.152500', '215550.612500', '215551.072500'], 'ContentTime': ['214534.554000', '214534.557000', '214534.567000', '214534.570000', '214534.573000', '214534.576000', '214534.578000', '214534.581000', '214534.584000', '214534.586000', '214534.589000', '214534.591000', '214534.594000', '214534.597000', '214534.599000', '214534.602000', '214534.605000', '214534.607000', '214534.610000', '214534.612000', '214534.615000', '214534.618000', '214534.620000', '214534.628000', '214534.631000', '214534.633000', '214534.640000', '214534.642000', '214534.645000', '214534.647000', '214534.650000', '214554.516000', '214554.519000', '214554.522000', '214554.524000', '214554.527000', '214554.530000', '214554.533000', '214554.535000', '214554.538000', '214554.540000', '214554.553000', '214554.556000', '214554.559000', '214554.561000', '214554.564000', '214554.567000', '214554.569000', '214554.572000', '214554.574000', '214554.577000', '214554.580000', '214554.582000', '214554.590000', '214554.593000', '214554.599000', '214554.601000', '214554.604000', '214554.606000', '214554.609000', '214554.612000', '214554.614000', '214554.617000', '214554.620000', '214554.622000', '214554.625000', '214554.627000', '214554.630000', '214554.633000', '214554.635000', '214554.638000', '214554.641000', '214554.643000', '214554.646000', '214554.648000', '214614.516000', '214614.519000', '214614.522000', '214614.524000', '214614.527000', '214614.530000', '214614.532000', '214614.535000', '214614.537000', '214614.540000', '214614.543000', '214614.545000', '214614.548000', '214614.551000', '214614.553000', '214614.556000', '214614.560000', '214614.562000', '214614.575000', '214614.577000', '214614.580000', '214614.583000', '214614.586000', '214614.588000', '214614.591000', '214614.593000', '214614.596000', '214614.599000', '214614.602000', '214614.604000', '214614.607000', '214614.609000', '214614.612000', '214614.615000', '214614.617000', '214614.620000', '214614.623000', '214614.625000', '214614.628000', '214614.630000', '214614.633000', '214614.636000', '214614.638000', '214634.517000', '214634.520000', '214634.523000', '214634.527000', '214634.529000', '214634.532000', '214634.534000', '214634.537000', '214634.540000', '214634.543000', '214634.545000', '214634.548000', '214634.551000', '214634.553000', '214634.556000', '214634.559000', '214634.561000', '214634.564000', '214634.567000', '214634.569000', '214634.572000', '214634.575000', '214634.577000', '214634.580000', '214634.582000', '214634.585000', '214634.588000', '214634.590000', '214634.593000', '214634.596000', '214634.598000', '214634.601000', '214634.604000', '214634.606000', '214634.609000', '214634.612000', '214634.614000', '214634.617000', '214634.620000', '214634.622000', '214634.625000', '214634.627000', '214634.630000', '214634.633000', '214654.517000', '214654.520000', '214654.523000', '214654.526000', '214654.528000', '214654.531000', '214654.534000', '214654.536000', '214654.539000', '214654.542000', '214654.544000', '214654.547000', '214654.549000', '214654.552000', '214654.555000', '214654.557000', '214654.560000', '214654.563000', '214654.566000', '214654.568000', '214654.572000', '214654.574000', '214654.577000', '214654.580000', '214654.582000', '214654.585000', '214654.587000', '214654.590000', '214654.593000', '214654.595000', '214654.598000', '214654.601000', '214654.603000', '214654.606000', '214654.609000', '214654.612000', '214654.614000', '214654.618000', '214654.620000', '214654.623000', '214654.626000', '214654.628000', '214654.631000', '214714.518000', '214714.520000', '214714.523000', '214714.526000', '214714.529000', '214714.531000', '214714.534000', '214714.537000', '214714.539000', '214714.542000', '214714.544000', '214714.547000', '214714.550000', '214714.552000', '214714.555000', '214714.558000', '214714.560000', '214714.563000', '214714.565000', '214714.568000', '214714.571000', '214714.573000', '214714.576000', '214714.579000', '214714.581000', '214714.584000', '214714.587000', '214714.589000', '214714.592000', '214714.595000', '214714.597000', '214714.600000', '214714.603000', '214714.605000', '214714.608000', '214714.611000', '214714.613000', '214714.616000', '214714.619000', '214714.621000', '214714.624000', '214714.627000', '214714.629000', '214714.632000', '214734.517000', '214734.520000', '214734.523000', '214734.525000', '214734.528000', '214734.555000', '214734.558000', '214734.560000', '214734.563000', '214734.566000', '214734.568000', '214734.571000', '214734.574000', '214734.577000', '214734.580000', '214734.583000', '214734.586000', '214734.588000', '214734.591000', '214734.594000', '214734.596000', '214734.599000', '214734.602000', '214734.604000', '214734.607000', '214734.610000', '214734.612000', '214734.615000', '214734.618000', '214734.620000', '214734.623000', '214734.625000', '214734.628000', '214734.631000', '214734.634000', '214734.636000', '214734.639000', '214734.641000', '214734.644000', '214734.647000', '214734.649000', '214734.652000', '214734.655000', '214754.516000', '214754.520000', '214754.522000', '214754.525000', '214754.528000', '214754.530000', '214754.533000', '214754.536000', '214754.538000', '214754.541000', '214754.543000', '214754.546000', '214754.549000', '214754.551000', '214754.554000', '214754.557000', '214754.559000', '214754.562000', '214754.564000', '214754.567000', '214754.570000', '214754.572000', '214754.575000', '214754.578000', '214754.580000', '214754.583000', '214754.585000', '214754.588000', '214754.591000', '214754.593000', '214754.596000', '214754.599000', '214754.601000', '214754.604000', '214754.607000', '214754.609000', '214754.612000', '214754.615000', '214754.617000', '214754.620000', '214754.623000', '214754.625000', '214754.628000', '214754.631000', '214814.517000', '214814.520000', '214814.522000', '214814.525000', '214814.528000', '214814.530000', '214814.533000', '214814.536000', '214814.538000', '214814.541000', '214814.543000', '214814.546000', '214814.549000', '214814.552000', '214814.554000', '214814.557000', '214814.559000', '214814.562000', '214814.565000', '214814.567000', '214814.570000', '214814.573000', '214814.575000', '214814.578000', '214814.581000', '214814.583000', '214814.586000', '214814.589000', '214814.591000', '214814.594000', '214814.596000', '214814.599000', '214814.602000', '214814.605000', '214814.608000', '214814.610000', '214814.613000', '214814.616000', '214814.618000', '214814.621000', '214814.623000', '214814.626000', '214814.629000', '214834.516000', '214834.519000', '214834.522000', '214834.525000', '214834.527000', '214834.530000', '214834.533000', '214834.535000', '214834.538000', '214834.541000', '214834.543000', '214834.546000', '214834.549000', '214834.551000', '214834.554000', '214834.556000', '214834.559000', '214834.562000', '214834.565000', '214834.567000', '214834.570000', '214834.573000', '214834.575000', '214834.578000', '214834.581000', '214834.583000', '214834.586000', '214834.588000', '214834.591000', '214834.594000', '214834.596000', '214834.599000', '214834.602000', '214834.604000', '214834.607000', '214834.610000', '214834.612000', '214834.615000', '214834.617000', '214834.620000', '214834.624000', '214834.627000', '214834.629000', '214834.632000', '214854.517000', '214854.520000', '214854.523000', '214854.526000', '214854.529000', '214854.531000', '214854.534000', '214854.536000', '214854.539000', '214854.542000', '214854.544000', '214854.547000', '214854.550000', '214854.552000', '214854.555000', '214854.558000', '214854.560000', '214854.563000', '214854.566000', '214854.568000', '214854.571000', '214854.574000', '214854.576000', '214854.579000', '214854.581000', '214854.584000', '214854.587000', '214854.589000', '214854.592000', '214854.595000', '214854.597000', '214854.600000', '214854.603000', '214854.605000', '214854.608000', '214854.611000', '214854.614000', '214854.617000', '214854.620000', '214854.622000', '214854.625000', '214854.627000', '214854.630000', '214914.517000', '214914.520000', '214914.523000', '214914.526000', '214914.528000', '214914.531000', '214914.534000', '214914.537000', '214914.539000', '214914.542000', '214914.545000', '214914.547000', '214914.550000', '214914.553000', '214914.555000', '214914.558000', '214914.561000', '214914.563000', '214914.566000', '214914.569000', '214914.571000', '214914.574000', '214914.577000', '214914.579000', '214914.582000', '214914.585000', '214914.587000', '214914.590000', '214914.592000', '214914.595000', '214914.598000', '214914.601000', '214914.603000', '214914.606000', '214914.609000', '214914.611000', '214914.614000', '214914.617000', '214914.619000', '214914.622000', '214914.625000', '214914.627000', '214914.630000', '214914.633000', '214934.517000', '214934.521000', '214934.524000', '214934.526000', '214934.529000', '214934.531000', '214934.534000', '214934.537000', '214934.539000', '214934.542000', '214934.545000', '214934.547000', '214934.550000', '214934.553000', '214934.555000', '214934.558000', '214934.561000', '214934.563000', '214934.566000', '214934.568000', '214934.571000', '214934.574000', '214934.576000', '214934.579000', '214934.582000', '214934.584000', '214934.587000', '214934.590000', '214934.592000', '214934.595000', '214934.598000', '214934.600000', '214934.603000', '214934.606000', '214934.608000', '214934.611000', '214934.613000', '214934.616000', '214934.619000', '214934.621000', '214934.624000', '214934.627000', '214934.629000', '214954.517000', '214954.520000', '214954.523000', '214954.526000', '214954.528000', '214954.531000', '214954.534000', '214954.536000', '214954.539000', '214954.542000', '214954.544000', '214954.547000', '214954.550000', '214954.552000', '214954.555000', '214954.558000', '214954.560000', '214954.563000', '214954.566000', '214954.568000', '214954.571000', '214954.573000', '214954.576000', '214954.579000', '214954.581000', '214954.584000', '214954.587000', '214954.589000', '214954.592000', '214954.594000', '214954.597000', '214954.600000', '214954.602000', '214954.605000', '214954.608000', '214954.610000', '214954.613000', '214954.616000', '214954.618000', '214954.621000', '214954.623000', '214954.626000', '214954.629000', '214954.631000', '215014.517000', '215014.519000', '215014.522000', '215014.525000', '215014.528000', '215014.531000', '215014.533000', '215014.536000', '215014.539000', '215014.541000', '215014.544000', '215014.546000', '215014.549000', '215014.552000', '215014.554000', '215014.557000', '215014.560000', '215014.562000', '215014.565000', '215014.568000', '215014.570000', '215014.573000', '215014.576000', '215014.578000', '215014.581000', '215014.584000', '215014.586000', '215014.589000', '215014.592000', '215014.594000', '215014.597000', '215014.600000', '215014.603000', '215014.605000', '215014.608000', '215014.610000', '215014.613000', '215014.616000', '215014.618000', '215014.621000', '215014.624000', '215014.626000', '215014.629000', '215034.516000', '215034.520000', '215034.522000', '215034.525000', '215034.527000', '215034.530000', '215034.533000', '215034.535000', '215034.538000', '215034.541000', '215034.543000', '215034.546000', '215034.557000', '215034.560000', '215034.563000', '215034.566000', '215034.568000', '215034.577000', '215034.579000', '215034.582000', '215034.585000', '215034.587000', '215034.590000', '215034.593000', '215034.595000', '215034.598000', '215034.601000', '215034.603000', '215034.606000', '215034.609000', '215034.611000', '215034.614000', '215034.616000', '215034.619000', '215034.622000', '215034.624000', '215034.627000', '215034.629000', '215034.632000', '215034.635000', '215034.637000', '215034.640000', '215034.643000', '215034.645000', '215054.517000', '215054.519000', '215054.522000', '215054.525000', '215054.528000', '215054.530000', '215054.533000', '215054.535000', '215054.538000', '215054.541000', '215054.543000', '215054.546000', '215054.549000', '215054.551000', '215054.554000', '215054.557000', '215054.560000', '215054.562000', '215054.565000', '215054.568000', '215054.570000', '215054.573000', '215054.575000', '215054.578000', '215054.581000', '215054.583000', '215054.586000', '215054.589000', '215054.591000', '215054.596000', '215054.598000', '215054.601000', '215054.604000', '215054.606000', '215054.609000', '215054.612000', '215054.614000', '215054.617000', '215054.620000', '215054.622000', '215054.625000', '215054.627000', '215054.630000', '215114.518000', '215114.520000', '215114.523000', '215114.526000', '215114.528000', '215114.531000', '215114.534000', '215114.536000', '215114.539000', '215114.541000', '215114.544000', '215114.547000', '215114.549000', '215114.552000', '215114.554000', '215114.557000', '215114.560000', '215114.562000', '215114.565000', '215114.567000', '215114.570000', '215114.573000', '215114.575000', '215114.578000', '215114.581000', '215114.583000', '215114.586000', '215114.589000', '215114.591000', '215114.594000', '215114.596000', '215114.599000', '215114.602000', '215114.605000', '215114.607000', '215114.610000', '215114.612000', '215114.615000', '215114.618000', '215114.620000', '215114.623000', '215114.626000', '215114.628000', '215114.631000', '215134.518000', '215134.520000', '215134.523000', '215134.526000', '215134.529000', '215134.531000', '215134.534000', '215134.537000', '215134.539000', '215134.542000', '215134.545000', '215134.547000', '215134.550000', '215134.552000', '215134.555000', '215134.558000', '215134.560000', '215134.563000', '215134.566000', '215134.568000', '215134.571000', '215134.574000', '215134.576000', '215134.579000', '215134.582000', '215134.584000', '215134.587000', '215134.589000', '215134.592000', '215134.595000', '215134.597000', '215134.600000', '215134.603000', '215134.605000', '215134.608000', '215134.611000', '215134.613000', '215134.616000', '215134.619000', '215134.621000', '215134.624000', '215134.627000', '215134.629000', '215154.517000', '215154.520000', '215154.523000', '215154.526000', '215154.528000', '215154.531000', '215154.534000', '215154.537000', '215154.540000', '215154.543000', '215154.545000', '215154.548000', '215154.551000', '215154.553000', '215154.556000', '215154.559000', '215154.561000', '215154.564000', '215154.566000', '215154.569000', '215154.572000', '215154.574000', '215154.577000', '215154.587000', '215154.590000', '215154.592000', '215154.595000', '215154.598000', '215154.600000', '215154.603000', '215154.606000', '215154.608000', '215154.611000', '215154.614000', '215154.616000', '215154.619000', '215154.622000', '215154.624000', '215154.627000', '215154.630000', '215154.632000', '215154.635000', '215154.638000', '215154.640000', '215214.518000', '215214.521000', '215214.524000', '215214.526000', '215214.529000', '215214.532000', '215214.534000', '215214.537000', '215214.540000', '215214.542000', '215214.545000', '215214.548000', '215214.550000', '215214.553000', '215214.556000', '215214.558000', '215214.561000', '215214.563000', '215214.566000', '215214.569000', '215214.571000', '215214.574000', '215214.576000', '215214.579000', '215214.582000', '215214.584000', '215214.587000', '215214.590000', '215214.592000', '215214.595000', '215214.598000', '215214.601000', '215214.603000', '215214.606000', '215214.609000', '215214.611000', '215214.614000', '215214.617000', '215214.619000', '215214.622000', '215214.624000', '215214.627000', '215214.630000', '215234.516000', '215234.519000', '215234.523000', '215234.526000', '215234.528000', '215234.531000', '215234.534000', '215234.536000', '215234.539000', '215234.542000', '215234.544000', '215234.547000', '215234.550000', '215234.552000', '215234.555000', '215234.558000', '215234.561000', '215234.563000', '215234.566000', '215234.568000', '215234.571000', '215234.574000', '215234.576000', '215234.579000', '215234.582000', '215234.584000', '215234.587000', '215234.590000', '215234.592000', '215234.595000', '215234.598000', '215234.600000', '215234.603000', '215234.606000', '215234.608000', '215234.611000', '215234.614000', '215234.616000', '215234.619000', '215234.622000', '215234.624000', '215234.627000', '215234.630000', '215254.516000', '215254.520000', '215254.522000', '215254.525000', '215254.528000', '215254.531000', '215254.533000', '215254.536000', '215254.538000', '215254.541000', '215254.544000', '215254.546000', '215254.549000', '215254.552000', '215254.554000', '215254.557000', '215254.560000', '215254.562000', '215254.565000', '215254.568000', '215254.570000', '215254.573000', '215254.576000', '215254.578000', '215254.581000', '215254.584000', '215254.586000', '215254.589000', '215254.591000', '215254.594000', '215254.597000', '215254.600000', '215254.602000', '215254.605000', '215254.608000', '215254.611000', '215254.613000', '215254.616000', '215254.619000', '215254.621000', '215254.624000', '215254.627000', '215254.630000', '215254.632000', '215314.517000', '215314.520000', '215314.522000', '215314.525000', '215314.528000', '215314.530000', '215314.533000', '215314.536000', '215314.538000', '215314.541000', '215314.544000', '215314.546000', '215314.549000', '215314.552000', '215314.554000', '215314.557000', '215314.559000', '215314.562000', '215314.565000', '215314.592000', '215314.595000', '215314.598000', '215314.600000', '215314.603000', '215314.606000', '215314.608000', '215314.611000', '215314.614000', '215314.616000', '215314.619000', '215314.622000', '215314.624000', '215314.627000', '215314.630000', '215314.633000', '215314.635000', '215314.638000', '215314.641000', '215314.643000', '215314.646000', '215314.649000', '215314.651000', '215314.654000', '215334.518000', '215334.520000', '215334.523000', '215334.526000', '215334.529000', '215334.531000', '215334.534000', '215334.537000', '215334.540000', '215334.542000', '215334.545000', '215334.548000', '215334.550000', '215334.553000', '215334.556000', '215334.558000', '215334.561000', '215334.564000', '215334.566000', '215334.569000', '215334.572000', '215334.574000', '215334.577000', '215334.580000', '215334.582000', '215334.585000', '215334.588000', '215334.590000', '215334.593000', '215334.595000', '215334.598000', '215334.601000', '215334.603000', '215334.606000', '215334.609000', '215334.611000', '215334.614000', '215334.617000', '215334.619000', '215334.622000', '215334.624000', '215334.627000', '215334.630000', '215334.632000', '215354.518000', '215354.521000', '215354.524000', '215354.526000', '215354.529000', '215354.532000', '215354.534000', '215354.537000', '215354.540000', '215354.542000', '215354.545000', '215354.547000', '215354.550000', '215354.553000', '215354.555000', '215354.558000', '215354.561000', '215354.563000', '215354.566000', '215354.569000', '215354.571000', '215354.574000', '215354.577000', '215354.579000', '215354.582000', '215354.585000', '215354.587000', '215354.590000', '215354.592000', '215354.595000', '215354.598000', '215354.600000', '215354.603000', '215354.606000', '215354.609000', '215354.611000', '215354.614000', '215354.617000', '215354.619000', '215354.622000', '215354.625000', '215354.627000', '215354.630000', '215414.517000', '215414.520000', '215414.523000', '215414.526000', '215414.529000', '215414.531000', '215414.534000', '215414.537000', '215414.539000', '215414.542000', '215414.545000', '215414.547000', '215414.550000', '215414.553000', '215414.555000', '215414.558000', '215414.561000', '215414.563000', '215414.566000', '215414.569000', '215414.571000', '215414.574000', '215414.576000', '215414.579000', '215414.582000', '215414.584000', '215414.587000', '215414.590000', '215414.592000', '215414.595000', '215414.598000', '215414.600000', '215414.603000', '215414.606000', '215414.608000', '215414.611000', '215414.614000', '215414.617000', '215414.619000', '215414.622000', '215414.625000', '215414.627000', '215414.630000', '215414.633000', '215434.518000', '215434.521000', '215434.524000', '215434.526000', '215434.529000', '215434.532000', '215434.534000', '215434.537000', '215434.539000', '215434.542000', '215434.545000', '215434.547000', '215434.550000', '215434.553000', '215434.555000', '215434.558000', '215434.583000', '215434.585000', '215434.588000', '215434.591000', '215434.593000', '215434.596000', '215434.599000', '215434.601000', '215434.604000', '215434.606000', '215434.609000', '215434.612000', '215434.616000', '215434.618000', '215434.621000', '215434.624000', '215434.626000', '215434.629000', '215434.632000', '215434.634000', '215434.637000', '215434.640000', '215434.642000', '215434.645000', '215434.648000', '215434.650000', '215434.653000', '215454.517000', '215454.519000', '215454.522000', '215454.525000', '215454.527000', '215454.530000', '215454.533000', '215454.535000', '215454.538000', '215454.540000', '215454.543000', '215454.546000', '215454.553000', '215454.555000', '215454.558000', '215454.561000', '215454.563000', '215454.566000', '215454.569000', '215454.571000', '215454.574000', '215454.576000', '215454.579000', '215454.582000', '215454.584000', '215454.587000', '215454.589000', '215454.592000', '215454.595000', '215454.597000', '215454.600000', '215454.603000', '215454.605000', '215454.608000', '215454.611000', '215454.613000', '215454.616000', '215454.618000', '215454.621000', '215454.624000', '215454.626000', '215454.629000', '215454.631000', '215454.634000', '215514.517000', '215514.520000', '215514.522000', '215514.525000', '215514.527000', '215514.530000', '215514.533000', '215514.535000', '215514.538000', '215514.540000', '215514.543000', '215514.546000', '215514.548000', '215514.551000', '215514.554000', '215514.556000', '215514.559000', '215514.561000', '215514.564000', '215514.567000', '215514.569000', '215514.572000', '215514.574000', '215514.577000', '215514.580000', '215514.582000', '215514.585000', '215514.587000', '215514.590000', '215514.593000', '215514.595000', '215514.598000', '215514.601000', '215514.603000', '215514.606000', '215514.609000', '215514.611000', '215514.614000', '215514.617000', '215514.619000', '215514.622000', '215514.625000', '215514.627000', '215534.517000', '215534.519000', '215534.522000', '215534.525000', '215534.527000', '215534.530000', '215534.532000', '215534.535000', '215534.538000', '215534.540000', '215534.543000', '215534.546000', '215534.548000', '215534.551000', '215534.553000', '215534.556000', '215534.559000', '215534.561000', '215534.564000', '215534.566000', '215534.569000', '215534.572000', '215534.574000', '215534.577000', '215534.580000', '215534.582000', '215534.585000', '215534.588000', '215534.590000', '215534.593000', '215534.596000', '215534.598000', '215534.601000', '215534.604000', '215534.606000', '215534.609000', '215534.611000', '215534.614000', '215534.617000', '215534.620000', '215534.622000', '215534.625000', '215534.627000', '215534.630000', '215552.748000', '215552.751000', '215552.754000', '215552.757000', '215552.760000', '215552.762000', '215552.765000', '215552.768000', '215552.771000', '215552.773000', '215552.776000', '215552.779000', '215552.783000', '215552.786000', '215552.790000', '215552.793000', '215552.795000', '215552.798000', '215552.801000', '215552.804000', '215552.807000', '215552.810000', '215552.813000', '215552.816000', '215552.818000', '215552.821000', '215552.824000', '215552.827000', '215552.830000', '215552.833000', '215552.836000', '215552.839000', '215552.841000', '215552.844000', '215552.847000', '215552.851000', '215552.854000', '215552.857000', '215552.860000', '215552.863000'], 'InstanceCreationTime': ['214534.554000', '214534.557000', '214534.567000', '214534.570000', '214534.573000', '214534.576000', '214534.578000', '214534.581000', '214534.584000', '214534.586000', '214534.589000', '214534.591000', '214534.594000', '214534.597000', '214534.599000', '214534.602000', '214534.605000', '214534.607000', '214534.610000', '214534.612000', '214534.615000', '214534.618000', '214534.620000', '214534.628000', '214534.631000', '214534.633000', '214534.640000', '214534.642000', '214534.645000', '214534.647000', '214534.650000', '214554.516000', '214554.519000', '214554.522000', '214554.524000', '214554.527000', '214554.530000', '214554.533000', '214554.535000', '214554.538000', '214554.540000', '214554.553000', '214554.556000', '214554.559000', '214554.561000', '214554.564000', '214554.567000', '214554.569000', '214554.572000', '214554.574000', '214554.577000', '214554.580000', '214554.582000', '214554.590000', '214554.593000', '214554.599000', '214554.601000', '214554.604000', '214554.606000', '214554.609000', '214554.612000', '214554.614000', '214554.617000', '214554.620000', '214554.622000', '214554.625000', '214554.627000', '214554.630000', '214554.633000', '214554.635000', '214554.638000', '214554.641000', '214554.643000', '214554.646000', '214554.648000', '214614.516000', '214614.519000', '214614.522000', '214614.524000', '214614.527000', '214614.530000', '214614.532000', '214614.535000', '214614.537000', '214614.540000', '214614.543000', '214614.545000', '214614.548000', '214614.551000', '214614.553000', '214614.556000', '214614.560000', '214614.562000', '214614.575000', '214614.577000', '214614.580000', '214614.583000', '214614.586000', '214614.588000', '214614.591000', '214614.593000', '214614.596000', '214614.599000', '214614.602000', '214614.604000', '214614.607000', '214614.609000', '214614.612000', '214614.615000', '214614.617000', '214614.620000', '214614.623000', '214614.625000', '214614.628000', '214614.630000', '214614.633000', '214614.636000', '214614.638000', '214634.517000', '214634.520000', '214634.523000', '214634.527000', '214634.529000', '214634.532000', '214634.534000', '214634.537000', '214634.540000', '214634.543000', '214634.545000', '214634.548000', '214634.551000', '214634.553000', '214634.556000', '214634.559000', '214634.561000', '214634.564000', '214634.567000', '214634.569000', '214634.572000', '214634.575000', '214634.577000', '214634.580000', '214634.582000', '214634.585000', '214634.588000', '214634.590000', '214634.593000', '214634.596000', '214634.598000', '214634.601000', '214634.604000', '214634.606000', '214634.609000', '214634.612000', '214634.614000', '214634.617000', '214634.620000', '214634.622000', '214634.625000', '214634.627000', '214634.630000', '214634.633000', '214654.517000', '214654.520000', '214654.523000', '214654.526000', '214654.528000', '214654.531000', '214654.534000', '214654.536000', '214654.539000', '214654.542000', '214654.544000', '214654.547000', '214654.549000', '214654.552000', '214654.555000', '214654.557000', '214654.560000', '214654.563000', '214654.566000', '214654.568000', '214654.572000', '214654.574000', '214654.577000', '214654.580000', '214654.582000', '214654.585000', '214654.587000', '214654.590000', '214654.593000', '214654.595000', '214654.598000', '214654.601000', '214654.603000', '214654.606000', '214654.609000', '214654.612000', '214654.614000', '214654.618000', '214654.620000', '214654.623000', '214654.626000', '214654.628000', '214654.631000', '214714.518000', '214714.520000', '214714.523000', '214714.526000', '214714.529000', '214714.531000', '214714.534000', '214714.537000', '214714.539000', '214714.542000', '214714.544000', '214714.547000', '214714.550000', '214714.552000', '214714.555000', '214714.558000', '214714.560000', '214714.563000', '214714.565000', '214714.568000', '214714.571000', '214714.573000', '214714.576000', '214714.579000', '214714.581000', '214714.584000', '214714.587000', '214714.589000', '214714.592000', '214714.595000', '214714.597000', '214714.600000', '214714.603000', '214714.605000', '214714.608000', '214714.611000', '214714.613000', '214714.616000', '214714.619000', '214714.621000', '214714.624000', '214714.627000', '214714.629000', '214714.632000', '214734.517000', '214734.520000', '214734.523000', '214734.525000', '214734.528000', '214734.555000', '214734.558000', '214734.560000', '214734.563000', '214734.566000', '214734.568000', '214734.571000', '214734.574000', '214734.577000', '214734.580000', '214734.583000', '214734.586000', '214734.588000', '214734.591000', '214734.594000', '214734.596000', '214734.599000', '214734.602000', '214734.604000', '214734.607000', '214734.610000', '214734.612000', '214734.615000', '214734.618000', '214734.620000', '214734.623000', '214734.625000', '214734.628000', '214734.631000', '214734.634000', '214734.636000', '214734.639000', '214734.641000', '214734.644000', '214734.647000', '214734.649000', '214734.652000', '214734.655000', '214754.516000', '214754.520000', '214754.522000', '214754.525000', '214754.528000', '214754.530000', '214754.533000', '214754.536000', '214754.538000', '214754.541000', '214754.543000', '214754.546000', '214754.549000', '214754.551000', '214754.554000', '214754.557000', '214754.559000', '214754.562000', '214754.564000', '214754.567000', '214754.570000', '214754.572000', '214754.575000', '214754.578000', '214754.580000', '214754.583000', '214754.585000', '214754.588000', '214754.591000', '214754.593000', '214754.596000', '214754.599000', '214754.601000', '214754.604000', '214754.607000', '214754.609000', '214754.612000', '214754.615000', '214754.617000', '214754.620000', '214754.623000', '214754.625000', '214754.628000', '214754.631000', '214814.517000', '214814.520000', '214814.522000', '214814.525000', '214814.528000', '214814.530000', '214814.533000', '214814.536000', '214814.538000', '214814.541000', '214814.543000', '214814.546000', '214814.549000', '214814.552000', '214814.554000', '214814.557000', '214814.559000', '214814.562000', '214814.565000', '214814.567000', '214814.570000', '214814.573000', '214814.575000', '214814.578000', '214814.581000', '214814.583000', '214814.586000', '214814.589000', '214814.591000', '214814.594000', '214814.596000', '214814.599000', '214814.602000', '214814.605000', '214814.608000', '214814.610000', '214814.613000', '214814.616000', '214814.618000', '214814.621000', '214814.623000', '214814.626000', '214814.629000', '214834.516000', '214834.519000', '214834.522000', '214834.525000', '214834.527000', '214834.530000', '214834.533000', '214834.535000', '214834.538000', '214834.541000', '214834.543000', '214834.546000', '214834.549000', '214834.551000', '214834.554000', '214834.556000', '214834.559000', '214834.562000', '214834.565000', '214834.567000', '214834.570000', '214834.573000', '214834.575000', '214834.578000', '214834.581000', '214834.583000', '214834.586000', '214834.588000', '214834.591000', '214834.594000', '214834.596000', '214834.599000', '214834.602000', '214834.604000', '214834.607000', '214834.610000', '214834.612000', '214834.615000', '214834.617000', '214834.620000', '214834.624000', '214834.627000', '214834.629000', '214834.632000', '214854.517000', '214854.520000', '214854.523000', '214854.526000', '214854.529000', '214854.531000', '214854.534000', '214854.536000', '214854.539000', '214854.542000', '214854.544000', '214854.547000', '214854.550000', '214854.552000', '214854.555000', '214854.558000', '214854.560000', '214854.563000', '214854.566000', '214854.568000', '214854.571000', '214854.574000', '214854.576000', '214854.579000', '214854.581000', '214854.584000', '214854.587000', '214854.589000', '214854.592000', '214854.595000', '214854.597000', '214854.600000', '214854.603000', '214854.605000', '214854.608000', '214854.611000', '214854.614000', '214854.617000', '214854.620000', '214854.622000', '214854.625000', '214854.627000', '214854.630000', '214914.517000', '214914.520000', '214914.523000', '214914.526000', '214914.528000', '214914.531000', '214914.534000', '214914.537000', '214914.539000', '214914.542000', '214914.545000', '214914.547000', '214914.550000', '214914.553000', '214914.555000', '214914.558000', '214914.561000', '214914.563000', '214914.566000', '214914.569000', '214914.571000', '214914.574000', '214914.577000', '214914.579000', '214914.582000', '214914.585000', '214914.587000', '214914.590000', '214914.592000', '214914.595000', '214914.598000', '214914.601000', '214914.603000', '214914.606000', '214914.609000', '214914.611000', '214914.614000', '214914.617000', '214914.619000', '214914.622000', '214914.625000', '214914.627000', '214914.630000', '214914.633000', '214934.517000', '214934.521000', '214934.524000', '214934.526000', '214934.529000', '214934.531000', '214934.534000', '214934.537000', '214934.539000', '214934.542000', '214934.545000', '214934.547000', '214934.550000', '214934.553000', '214934.555000', '214934.558000', '214934.561000', '214934.563000', '214934.566000', '214934.568000', '214934.571000', '214934.574000', '214934.576000', '214934.579000', '214934.582000', '214934.584000', '214934.587000', '214934.590000', '214934.592000', '214934.595000', '214934.598000', '214934.600000', '214934.603000', '214934.606000', '214934.608000', '214934.611000', '214934.613000', '214934.616000', '214934.619000', '214934.621000', '214934.624000', '214934.627000', '214934.629000', '214954.517000', '214954.520000', '214954.523000', '214954.526000', '214954.528000', '214954.531000', '214954.534000', '214954.536000', '214954.539000', '214954.542000', '214954.544000', '214954.547000', '214954.550000', '214954.552000', '214954.555000', '214954.558000', '214954.560000', '214954.563000', '214954.566000', '214954.568000', '214954.571000', '214954.573000', '214954.576000', '214954.579000', '214954.581000', '214954.584000', '214954.587000', '214954.589000', '214954.592000', '214954.594000', '214954.597000', '214954.600000', '214954.602000', '214954.605000', '214954.608000', '214954.610000', '214954.613000', '214954.616000', '214954.618000', '214954.621000', '214954.623000', '214954.626000', '214954.629000', '214954.631000', '215014.517000', '215014.519000', '215014.522000', '215014.525000', '215014.528000', '215014.531000', '215014.533000', '215014.536000', '215014.539000', '215014.541000', '215014.544000', '215014.546000', '215014.549000', '215014.552000', '215014.554000', '215014.557000', '215014.560000', '215014.562000', '215014.565000', '215014.568000', '215014.570000', '215014.573000', '215014.576000', '215014.578000', '215014.581000', '215014.584000', '215014.586000', '215014.589000', '215014.592000', '215014.594000', '215014.597000', '215014.600000', '215014.603000', '215014.605000', '215014.608000', '215014.610000', '215014.613000', '215014.616000', '215014.618000', '215014.621000', '215014.624000', '215014.626000', '215014.629000', '215034.516000', '215034.520000', '215034.522000', '215034.525000', '215034.527000', '215034.530000', '215034.533000', '215034.535000', '215034.538000', '215034.541000', '215034.543000', '215034.546000', '215034.557000', '215034.560000', '215034.563000', '215034.566000', '215034.568000', '215034.577000', '215034.579000', '215034.582000', '215034.585000', '215034.587000', '215034.590000', '215034.593000', '215034.595000', '215034.598000', '215034.601000', '215034.603000', '215034.606000', '215034.609000', '215034.611000', '215034.614000', '215034.616000', '215034.619000', '215034.622000', '215034.624000', '215034.627000', '215034.629000', '215034.632000', '215034.635000', '215034.637000', '215034.640000', '215034.643000', '215034.645000', '215054.517000', '215054.519000', '215054.522000', '215054.525000', '215054.528000', '215054.530000', '215054.533000', '215054.535000', '215054.538000', '215054.541000', '215054.543000', '215054.546000', '215054.549000', '215054.551000', '215054.554000', '215054.557000', '215054.560000', '215054.562000', '215054.565000', '215054.568000', '215054.570000', '215054.573000', '215054.575000', '215054.578000', '215054.581000', '215054.583000', '215054.586000', '215054.589000', '215054.591000', '215054.596000', '215054.598000', '215054.601000', '215054.604000', '215054.606000', '215054.609000', '215054.612000', '215054.614000', '215054.617000', '215054.620000', '215054.622000', '215054.625000', '215054.627000', '215054.630000', '215114.518000', '215114.520000', '215114.523000', '215114.526000', '215114.528000', '215114.531000', '215114.534000', '215114.536000', '215114.539000', '215114.541000', '215114.544000', '215114.547000', '215114.549000', '215114.552000', '215114.554000', '215114.557000', '215114.560000', '215114.562000', '215114.565000', '215114.567000', '215114.570000', '215114.573000', '215114.575000', '215114.578000', '215114.581000', '215114.583000', '215114.586000', '215114.589000', '215114.591000', '215114.594000', '215114.596000', '215114.599000', '215114.602000', '215114.605000', '215114.607000', '215114.610000', '215114.612000', '215114.615000', '215114.618000', '215114.620000', '215114.623000', '215114.626000', '215114.628000', '215114.631000', '215134.518000', '215134.520000', '215134.523000', '215134.526000', '215134.529000', '215134.531000', '215134.534000', '215134.537000', '215134.539000', '215134.542000', '215134.545000', '215134.547000', '215134.550000', '215134.552000', '215134.555000', '215134.558000', '215134.560000', '215134.563000', '215134.566000', '215134.568000', '215134.571000', '215134.574000', '215134.576000', '215134.579000', '215134.582000', '215134.584000', '215134.587000', '215134.589000', '215134.592000', '215134.595000', '215134.597000', '215134.600000', '215134.603000', '215134.605000', '215134.608000', '215134.611000', '215134.613000', '215134.616000', '215134.619000', '215134.621000', '215134.624000', '215134.627000', '215134.629000', '215154.517000', '215154.520000', '215154.523000', '215154.526000', '215154.528000', '215154.531000', '215154.534000', '215154.537000', '215154.540000', '215154.543000', '215154.545000', '215154.548000', '215154.551000', '215154.553000', '215154.556000', '215154.559000', '215154.561000', '215154.564000', '215154.566000', '215154.569000', '215154.572000', '215154.574000', '215154.577000', '215154.587000', '215154.590000', '215154.592000', '215154.595000', '215154.598000', '215154.600000', '215154.603000', '215154.606000', '215154.608000', '215154.611000', '215154.614000', '215154.616000', '215154.619000', '215154.622000', '215154.624000', '215154.627000', '215154.630000', '215154.632000', '215154.635000', '215154.638000', '215154.640000', '215214.518000', '215214.521000', '215214.524000', '215214.526000', '215214.529000', '215214.532000', '215214.534000', '215214.537000', '215214.540000', '215214.542000', '215214.545000', '215214.548000', '215214.550000', '215214.553000', '215214.556000', '215214.558000', '215214.561000', '215214.563000', '215214.566000', '215214.569000', '215214.571000', '215214.574000', '215214.576000', '215214.579000', '215214.582000', '215214.584000', '215214.587000', '215214.590000', '215214.592000', '215214.595000', '215214.598000', '215214.601000', '215214.603000', '215214.606000', '215214.609000', '215214.611000', '215214.614000', '215214.617000', '215214.619000', '215214.622000', '215214.624000', '215214.627000', '215214.630000', '215234.516000', '215234.519000', '215234.523000', '215234.526000', '215234.528000', '215234.531000', '215234.534000', '215234.536000', '215234.539000', '215234.542000', '215234.544000', '215234.547000', '215234.550000', '215234.552000', '215234.555000', '215234.558000', '215234.561000', '215234.563000', '215234.566000', '215234.568000', '215234.571000', '215234.574000', '215234.576000', '215234.579000', '215234.582000', '215234.584000', '215234.587000', '215234.590000', '215234.592000', '215234.595000', '215234.598000', '215234.600000', '215234.603000', '215234.606000', '215234.608000', '215234.611000', '215234.614000', '215234.616000', '215234.619000', '215234.622000', '215234.624000', '215234.627000', '215234.630000', '215254.516000', '215254.520000', '215254.522000', '215254.525000', '215254.528000', '215254.531000', '215254.533000', '215254.536000', '215254.538000', '215254.541000', '215254.544000', '215254.546000', '215254.549000', '215254.552000', '215254.554000', '215254.557000', '215254.560000', '215254.562000', '215254.565000', '215254.568000', '215254.570000', '215254.573000', '215254.576000', '215254.578000', '215254.581000', '215254.584000', '215254.586000', '215254.589000', '215254.591000', '215254.594000', '215254.597000', '215254.600000', '215254.602000', '215254.605000', '215254.608000', '215254.611000', '215254.613000', '215254.616000', '215254.619000', '215254.621000', '215254.624000', '215254.627000', '215254.630000', '215254.632000', '215314.517000', '215314.520000', '215314.522000', '215314.525000', '215314.528000', '215314.530000', '215314.533000', '215314.536000', '215314.538000', '215314.541000', '215314.544000', '215314.546000', '215314.549000', '215314.552000', '215314.554000', '215314.557000', '215314.559000', '215314.562000', '215314.565000', '215314.592000', '215314.595000', '215314.598000', '215314.600000', '215314.603000', '215314.606000', '215314.608000', '215314.611000', '215314.614000', '215314.616000', '215314.619000', '215314.622000', '215314.624000', '215314.627000', '215314.630000', '215314.633000', '215314.635000', '215314.638000', '215314.641000', '215314.643000', '215314.646000', '215314.649000', '215314.651000', '215314.654000', '215334.518000', '215334.520000', '215334.523000', '215334.526000', '215334.529000', '215334.531000', '215334.534000', '215334.537000', '215334.540000', '215334.542000', '215334.545000', '215334.548000', '215334.550000', '215334.553000', '215334.556000', '215334.558000', '215334.561000', '215334.564000', '215334.566000', '215334.569000', '215334.572000', '215334.574000', '215334.577000', '215334.580000', '215334.582000', '215334.585000', '215334.588000', '215334.590000', '215334.593000', '215334.595000', '215334.598000', '215334.601000', '215334.603000', '215334.606000', '215334.609000', '215334.611000', '215334.614000', '215334.617000', '215334.619000', '215334.622000', '215334.624000', '215334.627000', '215334.630000', '215334.632000', '215354.518000', '215354.521000', '215354.524000', '215354.526000', '215354.529000', '215354.532000', '215354.534000', '215354.537000', '215354.540000', '215354.542000', '215354.545000', '215354.547000', '215354.550000', '215354.553000', '215354.555000', '215354.558000', '215354.561000', '215354.563000', '215354.566000', '215354.569000', '215354.571000', '215354.574000', '215354.577000', '215354.579000', '215354.582000', '215354.585000', '215354.587000', '215354.590000', '215354.592000', '215354.595000', '215354.598000', '215354.600000', '215354.603000', '215354.606000', '215354.609000', '215354.611000', '215354.614000', '215354.617000', '215354.619000', '215354.622000', '215354.625000', '215354.627000', '215354.630000', '215414.517000', '215414.520000', '215414.523000', '215414.526000', '215414.529000', '215414.531000', '215414.534000', '215414.537000', '215414.539000', '215414.542000', '215414.545000', '215414.547000', '215414.550000', '215414.553000', '215414.555000', '215414.558000', '215414.561000', '215414.563000', '215414.566000', '215414.569000', '215414.571000', '215414.574000', '215414.576000', '215414.579000', '215414.582000', '215414.584000', '215414.587000', '215414.590000', '215414.592000', '215414.595000', '215414.598000', '215414.600000', '215414.603000', '215414.606000', '215414.608000', '215414.611000', '215414.614000', '215414.617000', '215414.619000', '215414.622000', '215414.625000', '215414.627000', '215414.630000', '215414.633000', '215434.518000', '215434.521000', '215434.524000', '215434.526000', '215434.529000', '215434.532000', '215434.534000', '215434.537000', '215434.539000', '215434.542000', '215434.545000', '215434.547000', '215434.550000', '215434.553000', '215434.555000', '215434.558000', '215434.583000', '215434.585000', '215434.588000', '215434.591000', '215434.593000', '215434.596000', '215434.599000', '215434.601000', '215434.604000', '215434.606000', '215434.609000', '215434.612000', '215434.616000', '215434.618000', '215434.621000', '215434.624000', '215434.626000', '215434.629000', '215434.632000', '215434.634000', '215434.637000', '215434.640000', '215434.642000', '215434.645000', '215434.648000', '215434.650000', '215434.653000', '215454.517000', '215454.519000', '215454.522000', '215454.525000', '215454.527000', '215454.530000', '215454.533000', '215454.535000', '215454.538000', '215454.540000', '215454.543000', '215454.546000', '215454.553000', '215454.555000', '215454.558000', '215454.561000', '215454.563000', '215454.566000', '215454.569000', '215454.571000', '215454.574000', '215454.576000', '215454.579000', '215454.582000', '215454.584000', '215454.587000', '215454.589000', '215454.592000', '215454.595000', '215454.597000', '215454.600000', '215454.603000', '215454.605000', '215454.608000', '215454.611000', '215454.613000', '215454.616000', '215454.618000', '215454.621000', '215454.624000', '215454.626000', '215454.629000', '215454.631000', '215454.634000', '215514.517000', '215514.520000', '215514.522000', '215514.525000', '215514.527000', '215514.530000', '215514.533000', '215514.535000', '215514.538000', '215514.540000', '215514.543000', '215514.546000', '215514.548000', '215514.551000', '215514.554000', '215514.556000', '215514.559000', '215514.561000', '215514.564000', '215514.567000', '215514.569000', '215514.572000', '215514.574000', '215514.577000', '215514.580000', '215514.582000', '215514.585000', '215514.587000', '215514.590000', '215514.593000', '215514.595000', '215514.598000', '215514.601000', '215514.603000', '215514.606000', '215514.609000', '215514.611000', '215514.614000', '215514.617000', '215514.619000', '215514.622000', '215514.625000', '215514.627000', '215534.517000', '215534.519000', '215534.522000', '215534.525000', '215534.527000', '215534.530000', '215534.532000', '215534.535000', '215534.538000', '215534.540000', '215534.543000', '215534.546000', '215534.548000', '215534.551000', '215534.553000', '215534.556000', '215534.559000', '215534.561000', '215534.564000', '215534.566000', '215534.569000', '215534.572000', '215534.574000', '215534.577000', '215534.580000', '215534.582000', '215534.585000', '215534.588000', '215534.590000', '215534.593000', '215534.596000', '215534.598000', '215534.601000', '215534.604000', '215534.606000', '215534.609000', '215534.611000', '215534.614000', '215534.617000', '215534.620000', '215534.622000', '215534.625000', '215534.627000', '215534.630000', '215552.748000', '215552.751000', '215552.754000', '215552.757000', '215552.760000', '215552.762000', '215552.765000', '215552.768000', '215552.771000', '215552.773000', '215552.776000', '215552.779000', '215552.783000', '215552.786000', '215552.790000', '215552.793000', '215552.795000', '215552.798000', '215552.801000', '215552.804000', '215552.807000', '215552.810000', '215552.813000', '215552.816000', '215552.818000', '215552.821000', '215552.824000', '215552.827000', '215552.830000', '215552.833000', '215552.836000', '215552.839000', '215552.841000', '215552.844000', '215552.847000', '215552.851000', '215552.854000', '215552.857000', '215552.860000', '215552.863000'], '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], 'LargestImagePixelValue': [13384, 12038, 13380, 9861, 15803, 11947, 16360, 12008, 10191, 14309, 9489, 16199, 12743, 12312, 12531, 10036, 15573, 11491, 14283, 11863, 11081, 13998, 10046, 14885, 11430, 15304, 12751, 9098, 14135, 9523, 15779, 12694, 10873, 12732, 9100, 15663, 10190, 14683, 11942, 14460, 12850, 9167, 13736, 8783, 16257, 12959, 11920, 12852, 8962, 16121, 11752, 12890, 12262, 8652, 16098, 12882, 10474, 13376, 8916, 16370, 13167, 15232, 12369, 11200, 14505, 13447, 15186, 12854, 14871, 11901, 14098, 13825, 12306, 14560, 11271, 15850, 11803, 9102, 13740, 9431, 14905, 11945, 12103, 12772, 9534, 14410, 10498, 14456, 12313, 10080, 14813, 10413, 14902, 12377, 10972, 13805, 9445, 14718, 12030, 13415, 12890, 10157, 14145, 11430, 9204, 14821, 11004, 10578, 13667, 9501, 15974, 12477, 12400, 12495, 10497, 14790, 12468, 14654, 11041, 15222, 12342, 10900, 12396, 8806, 15114, 10344, 13398, 11110, 11106, 12479, 9950, 14313, 8607, 14393, 10462, 15204, 12595, 14157, 11607, 8850, 13345, 8770, 10834, 15378, 11103, 15324, 12109, 11369, 13148, 8860, 15472, 10060, 15211, 11850, 14701, 12348, 11668, 13863, 9164, 15172, 10881, 15519, 12844, 10242, 12779, 9035, 15295, 9661, 14440, 11778, 14276, 11964, 12098, 8642, 14122, 8692, 16093, 12731, 10354, 13571, 9135, 15744, 12985, 9949, 12033, 13379, 10078, 14578, 12991, 9316, 14460, 10531, 15755, 14376, 15857, 12974, 14755, 11770, 13507, 15085, 12776, 13409, 11086, 13268, 12610, 9052, 13587, 10729, 14101, 11911, 11400, 12590, 8681, 14359, 10647, 14937, 11775, 10481, 13050, 9132, 15024, 9826, 15063, 11205, 14817, 12320, 13361, 11161, 9755, 13235, 9229, 13532, 8456, 13973, 8533, 15677, 10917, 13846, 11261, 13981, 12249, 11116, 12783, 9160, 13707, 9015, 14573, 8749, 14551, 10310, 14869, 11785, 11466, 11694, 8624, 14185, 9621, 13722, 8949, 14069, 8916, 14940, 9982, 14376, 9494, 15479, 11248, 14147, 10985, 8361, 12951, 8498, 15820, 10891, 14537, 12258, 13638, 12702, 8650, 14066, 9002, 16274, 12083, 14069, 12190, 11425, 13761, 12798, 14665, 11501, 15264, 12731, 12869, 11828, 10954, 14105, 12146, 14273, 11208, 14239, 12700, 9235, 13937, 8884, 15149, 11498, 15181, 11853, 12512, 12222, 9539, 14495, 9103, 14774, 11641, 14051, 12802, 8601, 15429, 11336, 16384, 12836, 9414, 14557, 9904, 15902, 13945, 11601, 13424, 12155, 16102, 12855, 11912, 12966, 11805, 15493, 12223, 11101, 13218, 10812, 14609, 11018, 11816, 12959, 9853, 15479, 11428, 14011, 11469, 14621, 11543, 8734, 12580, 8664, 15242, 10490, 14289, 11622, 13084, 12558, 9464, 13204, 8879, 15810, 11986, 13760, 11711, 9168, 14405, 9507, 15399, 10823, 14516, 12027, 9477, 13999, 9621, 14966, 11948, 11956, 13363, 8796, 15287, 12010, 14109, 12305, 8575, 15151, 11892, 9048, 15272, 12338, 9044, 14275, 11298, 13466, 13400, 11944, 14655, 11592, 14259, 12008, 13381, 12010, 9423, 15003, 10928, 14315, 10821, 8879, 13310, 9082, 15002, 10552, 14725, 11335, 11441, 13110, 8632, 14969, 11339, 12781, 13380, 9062, 14213, 11983, 8586, 16313, 11497, 15008, 12410, 15095, 12639, 13027, 13270, 12912, 15477, 15400, 17186, 13056, 15274, 12197, 14052, 13616, 14200, 11584, 15988, 12786, 14785, 11606, 13458, 12196, 10641, 11480, 13900, 9903, 15580, 11951, 14224, 12028, 9222, 14405, 9646, 15708, 11607, 14790, 11746, 11362, 13098, 10443, 13810, 9632, 15102, 11730, 12855, 9034, 13177, 8981, 15079, 10928, 14086, 11807, 13572, 12577, 10065, 13419, 9073, 14771, 10852, 15441, 11928, 10123, 12588, 8652, 15697, 10904, 14029, 11351, 13539, 12275, 9065, 13190, 8425, 14281, 9312, 14797, 10364, 14182, 11110, 14733, 11665, 11333, 11578, 8888, 14908, 9799, 14004, 11644, 13444, 12677, 9363, 14140, 9758, 14917, 12018, 10571, 14193, 9904, 14631, 11884, 11725, 13788, 11889, 14624, 11956, 13197, 17589, 13629, 14643, 11484, 10675, 12970, 10606, 14503, 11177, 13750, 14334, 12869, 14395, 11383, 11239, 10544, 8789, 14232, 9492, 12838, 11590, 8582, 14091, 12037, 9727, 13690, 12114, 9095, 15705, 12766, 14949, 12987, 15259, 13005, 17040, 15215, 14177, 12841, 11330, 13301, 12957, 14142, 11171, 14110, 11164, 11152, 13380, 8644, 14176, 11097, 14617, 12663, 8765, 13802, 9462, 15226, 12047, 14749, 11525, 12456, 12093, 10650, 13757, 9951, 14159, 9698, 15257, 12400, 12773, 11118, 8875, 14584, 9298, 14464, 10982, 9300, 13864, 10560, 14594, 13269, 9210, 14662, 10505, 15880, 13174, 9468, 13550, 10371, 11566, 16103, 14620, 16491, 12929, 12658, 13371, 14070, 14206, 12772, 14747, 12545, 14818, 11162, 13292, 11983, 9598, 13482, 9389, 14587, 11645, 14447, 12628, 8870, 14138, 9588, 15734, 12545, 9816, 12448, 8943, 16049, 12701, 12525, 12486, 8753, 15693, 11971, 14126, 11720, 9102, 14748, 10102, 14273, 11479, 11885, 14259, 10382, 14241, 11432, 14654, 12713, 9530, 13808, 9837, 15561, 12180, 8926, 14008, 9694, 15917, 12470, 8887, 14355, 10096, 15933, 12629, 9426, 13407, 8822, 15942, 12464, 9565, 13014, 8829, 16176, 12722, 9047, 13692, 9598, 16054, 12929, 9119, 14317, 11051, 14809, 12839, 9343, 13877, 9411, 15832, 12729, 13061, 11777, 8747, 15488, 11299, 14021, 12061, 8684, 15770, 12328, 11892, 12806, 9004, 15950, 12384, 14703, 11433, 10132, 14277, 12779, 14276, 11411, 14507, 11245, 15039, 12026, 8966, 14263, 10232, 15616, 12620, 8536, 14556, 10822, 15426, 12152, 8872, 13726, 9823, 16044, 12507, 8922, 13800, 8940, 16265, 12314, 12710, 13076, 8891, 15997, 11903, 14128, 11680, 9416, 12710, 14735, 11096, 15317, 10921, 15581, 12446, 11570, 12752, 9051, 16020, 12418, 10204, 13222, 8744, 16129, 12854, 8731, 14579, 10791, 12945, 13861, 9225, 14664, 11967, 11614, 14223, 11222, 14587, 11753, 14133, 12551, 10047, 13874, 10215, 15618, 11997, 8313, 14087, 11042, 14121, 12746, 8548, 14910, 11107, 15115, 11433, 11420, 12299, 14033, 12004, 14118, 10494, 15169, 12236, 9061, 13546, 9332, 16013, 12842, 9472, 13170, 9365, 15907, 12514, 9089, 13570, 8820, 15799, 12318, 13061, 12473, 8881, 15130, 10365, 14057, 10925, 13762, 11780, 10963, 12454, 8730, 14931, 10563, 14489, 11499, 8888, 14089, 9885, 14774, 11465, 9062, 15392, 11127, 15014, 11647, 8769, 15741, 12550, 14981, 12434, 8679, 14889, 10367, 14245, 11573, 11512, 13581, 9610, 14809, 10772, 14094, 11624, 12193, 12939, 8820, 14241, 12016, 11864, 12527, 10699, 14461, 12055, 9054, 14710, 12738, 8832, 14873, 9922, 15127, 12091, 12272, 11932, 9271, 14533, 10353, 13554, 11128, 9687, 13169, 9173, 15474, 11439, 11016, 13203, 9012, 15882, 11578, 11396, 13263, 9632, 15249, 11579, 9323, 14304, 10559, 15477, 11994, 9111, 14682, 11108, 15312, 11815, 9243, 14228, 11062, 15513, 11653, 9840, 14397, 12151, 14652, 11671, 9682, 13878, 11451, 14116, 11939, 8790, 14077, 11234, 13865, 11537, 9096, 15412, 12272, 14267, 12525, 9073, 15341, 11785, 15157, 11686, 9121, 15114, 11351, 15043, 11306, 8731, 15010, 10632, 14146, 11398, 10405, 13856, 8930, 14091, 10994, 15040, 12562, 8636, 14024, 10079, 15069, 12152, 8919, 13289, 8816, 15855, 12354, 13845, 11501, 10759, 13762, 9788, 14164, 10182, 14750, 11876, 14556, 11568, 9293, 14636, 10942, 14624, 11854, 8889, 14892, 12632, 9155, 13894, 10722, 16199, 12995, 9472, 13908, 10062, 15824, 12801, 9470, 13153, 8506, 16110, 12022, 13288, 11625, 8638, 14582, 9187, 14516, 10855, 15458, 12866, 11356, 12351, 8907, 15266, 9519, 14469, 11134, 15220, 12605, 9810, 13611, 9165, 16089, 13147, 11289, 13389, 9583, 16350, 13289, 9703, 14257, 9753, 16872, 13040, 15007, 12311, 11612, 15121, 12923, 15724, 11348, 9468, 13558, 10281, 15728, 11541, 9246, 13868, 10717, 14702, 12542, 8928, 15645, 11356, 12833, 13995, 11441, 10627, 15228, 11279, 11387, 13478, 9108, 16083, 11565, 14121, 11794, 11440, 14229, 9860, 14353, 11518, 14790, 12627, 8890, 13708, 9940, 15350, 12728, 11943, 12218, 9354, 16109, 12699, 12127, 12473, 8927, 16659, 12491, 14352, 11934, 8928, 15639, 11311, 15308, 11865, 9260, 15616, 11928, 15252, 11791, 12921, 13734, 13703, 15550, 13818, 14694, 11717, 15523, 12853, 13114, 12317, 8784, 15314, 10927, 13549, 11397, 10806, 13160, 9549, 15917, 11166, 14120, 12174, 9989, 15923, 11242, 12936, 12432, 9009, 16375, 11599, 12723, 12673, 9522, 15281, 11471, 14150, 12592, 11704, 8871, 13360, 10156, 12312, 12982, 9898, 14608, 12416, 8762, 14948, 12583, 10695, 15276, 13409, 15850, 16669, 15919, 17154, 15458, 16845, 17175, 15375, 15135, 13057, 14250, 12373, 10055, 14749, 10946, 13885, 11905, 9593, 14041, 11297, 11968, 12664, 8947, 16112, 12125, 15532, 13246, 9806, 14797, 11399, 12506, 14508, 10097, 16103, 12148, 9610, 15273, 11454, 15550, 12072, 8764, 15144, 10893, 16376, 12471, 10703, 13738, 9491, 16601, 12440, 12033, 13020, 8963, 16645, 12189, 12914, 12713, 8879, 16324, 11909, 14149, 11959, 9416, 15764, 10828, 14405, 12086, 9529, 15575, 11206, 12553, 12654, 8944, 16957, 13229, 15400, 14928, 12881, 13746, 10645, 14644, 10972, 13197, 13028, 9738, 15678, 11147, 14733, 12449, 10240, 15032, 10339, 15346, 12435, 13300, 13551, 9867, 15291, 11614, 13780, 13687, 9979, 15040, 12460, 10494, 15162, 11108, 15732, 12749, 12150, 14955, 12240, 15198, 11678, 14796, 12816, 11381, 14557, 10791, 15133, 12094, 10130, 15318, 10488, 14795, 11442, 10147, 15652, 12736, 9468, 12787, 13034, 9938, 14784, 13386, 9681, 15050, 12261, 10026, 15379, 10359, 15550, 12002, 11966, 14182, 10962, 15177, 11611, 9086, 15354, 11356, 15637, 12619, 9279, 14747, 11274, 15841, 12516, 9000, 15597, 12081, 13742, 13928, 9759, 15101, 11708, 13431, 12904, 9588, 15289, 11672, 12239, 13750, 10037, 15443, 11214, 14644, 12246, 9422, 16233, 11619, 9917, 13672, 10132, 15724, 12986, 9074, 15914, 11692, 16215, 12718, 9746, 14206, 9839, 16710, 12300, 13082, 13276, 9021], 'WindowCenter': [4944.0, 4908.0, 4902.0, 4860.0, 4906.0, 4877.0, 4904.0, 4864.0, 4850.0, 4879.0, 4843.0, 4900.0, 4872.0, 4862.0, 4862.0, 4841.0, 4889.0, 4850.0, 4880.0, 4861.0, 4849.0, 4880.0, 4840.0, 4880.0, 4863.0, 4891.0, 4870.0, 4820.0, 4871.0, 4842.0, 4889.0, 4859.0, 4840.0, 4858.0, 4831.0, 4888.0, 4840.0, 4878.0, 4860.0, 4880.0, 4870.0, 4831.0, 4869.0, 4832.0, 4890.0, 4872.0, 4861.0, 4871.0, 4830.0, 4890.0, 4862.0, 4872.0, 4884.0, 4832.0, 4903.0, 4883.0, 4853.0, 4883.0, 4846.0, 4905.0, 4885.0, 4893.0, 4874.0, 4865.0, 4894.0, 4881.0, 4883.0, 4870.0, 4880.0, 4859.0, 4868.0, 4869.0, 4857.0, 4878.0, 4850.0, 4888.0, 4849.0, 4820.0, 4868.0, 4827.0, 4879.0, 4862.0, 4860.0, 4871.0, 4830.0, 4878.0, 4839.0, 4880.0, 4859.0, 4841.0, 4880.0, 4852.0, 4880.0, 4859.0, 4839.0, 4870.0, 4829.0, 4879.0, 4861.0, 4869.0, 4871.0, 4840.0, 4868.0, 4860.0, 4830.0, 4880.0, 4863.0, 4851.0, 4883.0, 4843.0, 4900.0, 4874.0, 4872.0, 4872.0, 4841.0, 4881.0, 4859.0, 4880.0, 4849.0, 4878.0, 4859.0, 4838.0, 4847.0, 4818.0, 4876.0, 4827.0, 4857.0, 4835.0, 4837.0, 4859.0, 4829.0, 4867.0, 4807.0, 4865.0, 4837.0, 4877.0, 4857.0, 4867.0, 4849.0, 4818.0, 4867.0, 4817.0, 4838.0, 4876.0, 4837.0, 4877.0, 4857.0, 4847.0, 4868.0, 4829.0, 4890.0, 4841.0, 4880.0, 4860.0, 4878.0, 4871.0, 4848.0, 4866.0, 4829.0, 4877.0, 4846.0, 4877.0, 4870.0, 4839.0, 4858.0, 4831.0, 4880.0, 4830.0, 4879.0, 4859.0, 4880.0, 4859.0, 4859.0, 4819.0, 4870.0, 4831.0, 4888.0, 4871.0, 4850.0, 4880.0, 4839.0, 4901.0, 4883.0, 4854.0, 4876.0, 4883.0, 4855.0, 4894.0, 4883.0, 4844.0, 4895.0, 4851.0, 4890.0, 4880.0, 4891.0, 4869.0, 4877.0, 4848.0, 4856.0, 4868.0, 4855.0, 4856.0, 4846.0, 4855.0, 4855.0, 4816.0, 4866.0, 4848.0, 4878.0, 4859.0, 4850.0, 4859.0, 4816.0, 4879.0, 4849.0, 4881.0, 4859.0, 4851.0, 4882.0, 4830.0, 4889.0, 4842.0, 4879.0, 4849.0, 4878.0, 4860.0, 4868.0, 4849.0, 4830.0, 4867.0, 4828.0, 4868.0, 4808.0, 4879.0, 4830.0, 4888.0, 4848.0, 4868.0, 4851.0, 4880.0, 4869.0, 4852.0, 4871.0, 4830.0, 4881.0, 4830.0, 4880.0, 4820.0, 4879.0, 4851.0, 4879.0, 4861.0, 4859.0, 4860.0, 4831.0, 4883.0, 4842.0, 4883.0, 4830.0, 4883.0, 4833.0, 4891.0, 4842.0, 4881.0, 4843.0, 4893.0, 4851.0, 4879.0, 4850.0, 4819.0, 4872.0, 4830.0, 4902.0, 4863.0, 4893.0, 4884.0, 4882.0, 4884.0, 4831.0, 4883.0, 4844.0, 4902.0, 4874.0, 4883.0, 4871.0, 4863.0, 4883.0, 4871.0, 4881.0, 4862.0, 4889.0, 4871.0, 4859.0, 4859.0, 4847.0, 4878.0, 4860.0, 4878.0, 4849.0, 4881.0, 4871.0, 4828.0, 4880.0, 4829.0, 4887.0, 4861.0, 4889.0, 4863.0, 4868.0, 4871.0, 4839.0, 4881.0, 4831.0, 4892.0, 4871.0, 4880.0, 4882.0, 4831.0, 4904.0, 4874.0, 4904.0, 4883.0, 4842.0, 4891.0, 4850.0, 4901.0, 4881.0, 4860.0, 4870.0, 4870.0, 4889.0, 4872.0, 4859.0, 4869.0, 4857.0, 4888.0, 4861.0, 4850.0, 4870.0, 4849.0, 4879.0, 4850.0, 4860.0, 4869.0, 4839.0, 4891.0, 4860.0, 4878.0, 4849.0, 4876.0, 4848.0, 4817.0, 4858.0, 4830.0, 4887.0, 4850.0, 4879.0, 4861.0, 4868.0, 4871.0, 4841.0, 4870.0, 4831.0, 4902.0, 4860.0, 4879.0, 4860.0, 4841.0, 4891.0, 4844.0, 4892.0, 4852.0, 4892.0, 4870.0, 4841.0, 4883.0, 4842.0, 4892.0, 4873.0, 4861.0, 4882.0, 4834.0, 4891.0, 4872.0, 4891.0, 4872.0, 4832.0, 4891.0, 4871.0, 4832.0, 4902.0, 4873.0, 4833.0, 4882.0, 4862.0, 4880.0, 4882.0, 4861.0, 4880.0, 4860.0, 4881.0, 4861.0, 4869.0, 4858.0, 4829.0, 4879.0, 4848.0, 4879.0, 4847.0, 4830.0, 4880.0, 4830.0, 4888.0, 4849.0, 4879.0, 4860.0, 4861.0, 4881.0, 4830.0, 4889.0, 4874.0, 4882.0, 4884.0, 4858.0, 4907.0, 4886.0, 4847.0, 4926.0, 4889.0, 4906.0, 4888.0, 4906.0, 4887.0, 4886.0, 4885.0, 4883.0, 4904.0, 4901.0, 4901.0, 4872.0, 4891.0, 4871.0, 4882.0, 4881.0, 4880.0, 4861.0, 4889.0, 4872.0, 4879.0, 4860.0, 4870.0, 4861.0, 4841.0, 4860.0, 4869.0, 4840.0, 4891.0, 4859.0, 4879.0, 4861.0, 4832.0, 4890.0, 4842.0, 4892.0, 4862.0, 4880.0, 4874.0, 4862.0, 4871.0, 4851.0, 4882.0, 4830.0, 4891.0, 4861.0, 4870.0, 4832.0, 4882.0, 4819.0, 4890.0, 4850.0, 4877.0, 4859.0, 4868.0, 4860.0, 4828.0, 4868.0, 4819.0, 4879.0, 4850.0, 4879.0, 4860.0, 4837.0, 4861.0, 4820.0, 4890.0, 4852.0, 4877.0, 4851.0, 4869.0, 4861.0, 4831.0, 4871.0, 4821.0, 4881.0, 4832.0, 4891.0, 4843.0, 4880.0, 4860.0, 4879.0, 4861.0, 4851.0, 4860.0, 4831.0, 4891.0, 4854.0, 4891.0, 4862.0, 4881.0, 4882.0, 4844.0, 4892.0, 4843.0, 4893.0, 4874.0, 4862.0, 4894.0, 4855.0, 4893.0, 4873.0, 4875.0, 4883.0, 4873.0, 4892.0, 4861.0, 4882.0, 4902.0, 4870.0, 4878.0, 4860.0, 4838.0, 4870.0, 4850.0, 4880.0, 4849.0, 4870.0, 4867.0, 4857.0, 4855.0, 4835.0, 4831.0, 4826.0, 4818.0, 4891.0, 4854.0, 4883.0, 4874.0, 4832.0, 4904.0, 4883.0, 4867.0, 4906.0, 4888.0, 4859.0, 4916.0, 4899.0, 4906.0, 4885.0, 4893.0, 4884.0, 4902.0, 4893.0, 4870.0, 4860.0, 4851.0, 4869.0, 4857.0, 4879.0, 4849.0, 4868.0, 4849.0, 4860.0, 4880.0, 4831.0, 4879.0, 4862.0, 4891.0, 4872.0, 4832.0, 4881.0, 4844.0, 4891.0, 4873.0, 4893.0, 4864.0, 4870.0, 4871.0, 4851.0, 4880.0, 4842.0, 4882.0, 4840.0, 4890.0, 4873.0, 4870.0, 4849.0, 4842.0, 4893.0, 4844.0, 4882.0, 4851.0, 4841.0, 4881.0, 4861.0, 4902.0, 4894.0, 4856.0, 4904.0, 4864.0, 4903.0, 4887.0, 4845.0, 4884.0, 4851.0, 4864.0, 4903.0, 4893.0, 4902.0, 4872.0, 4870.0, 4871.0, 4880.0, 4880.0, 4859.0, 4875.0, 4858.0, 4879.0, 4849.0, 4868.0, 4857.0, 4828.0, 4868.0, 4830.0, 4878.0, 4850.0, 4878.0, 4860.0, 4830.0, 4879.0, 4830.0, 4888.0, 4861.0, 4840.0, 4858.0, 4830.0, 4888.0, 4871.0, 4860.0, 4860.0, 4832.0, 4890.0, 4862.0, 4881.0, 4861.0, 4833.0, 4880.0, 4840.0, 4879.0, 4851.0, 4857.0, 4879.0, 4840.0, 4876.0, 4850.0, 4878.0, 4868.0, 4830.0, 4869.0, 4838.0, 4878.0, 4862.0, 4820.0, 4869.0, 4832.0, 4889.0, 4861.0, 4831.0, 4879.0, 4841.0, 4888.0, 4872.0, 4832.0, 4871.0, 4831.0, 4889.0, 4871.0, 4831.0, 4871.0, 4833.0, 4901.0, 4871.0, 4833.0, 4882.0, 4842.0, 4902.0, 4873.0, 4834.0, 4891.0, 4863.0, 4892.0, 4872.0, 4843.0, 4882.0, 4844.0, 4902.0, 4874.0, 4870.0, 4861.0, 4833.0, 4890.0, 4863.0, 4881.0, 4860.0, 4831.0, 4889.0, 4873.0, 4862.0, 4871.0, 4832.0, 4899.0, 4873.0, 4892.0, 4861.0, 4841.0, 4881.0, 4870.0, 4878.0, 4848.0, 4869.0, 4850.0, 4878.0, 4859.0, 4819.0, 4878.0, 4840.0, 4889.0, 4869.0, 4821.0, 4879.0, 4852.0, 4892.0, 4862.0, 4833.0, 4881.0, 4853.0, 4891.0, 4873.0, 4833.0, 4881.0, 4833.0, 4902.0, 4873.0, 4871.0, 4871.0, 4832.0, 4891.0, 4862.0, 4881.0, 4863.0, 4831.0, 4871.0, 4880.0, 4850.0, 4879.0, 4839.0, 4888.0, 4861.0, 4849.0, 4859.0, 4831.0, 4887.0, 4859.0, 4840.0, 4869.0, 4821.0, 4891.0, 4871.0, 4822.0, 4880.0, 4853.0, 4870.0, 4882.0, 4843.0, 4893.0, 4862.0, 4861.0, 4882.0, 4851.0, 4880.0, 4859.0, 4870.0, 4860.0, 4827.0, 4870.0, 4839.0, 4888.0, 4850.0, 4809.0, 4868.0, 4848.0, 4879.0, 4870.0, 4821.0, 4879.0, 4850.0, 4879.0, 4851.0, 4849.0, 4859.0, 4867.0, 4847.0, 4856.0, 4837.0, 4876.0, 4848.0, 4817.0, 4856.0, 4829.0, 4889.0, 4870.0, 4831.0, 4868.0, 4828.0, 4890.0, 4861.0, 4820.0, 4869.0, 4831.0, 4879.0, 4861.0, 4869.0, 4859.0, 4820.0, 4878.0, 4839.0, 4870.0, 4840.0, 4867.0, 4847.0, 4837.0, 4857.0, 4807.0, 4875.0, 4838.0, 4867.0, 4848.0, 4819.0, 4868.0, 4830.0, 4880.0, 4850.0, 4822.0, 4890.0, 4851.0, 4880.0, 4851.0, 4821.0, 4891.0, 4872.0, 4891.0, 4861.0, 4822.0, 4882.0, 4840.0, 4870.0, 4851.0, 4848.0, 4870.0, 4828.0, 4879.0, 4839.0, 4868.0, 4849.0, 4848.0, 4859.0, 4820.0, 4867.0, 4858.0, 4860.0, 4859.0, 4850.0, 4880.0, 4860.0, 4831.0, 4891.0, 4873.0, 4833.0, 4881.0, 4842.0, 4879.0, 4860.0, 4849.0, 4849.0, 4820.0, 4870.0, 4839.0, 4869.0, 4848.0, 4830.0, 4869.0, 4830.0, 4891.0, 4860.0, 4848.0, 4871.0, 4831.0, 4891.0, 4862.0, 4850.0, 4871.0, 4842.0, 4893.0, 4864.0, 4843.0, 4892.0, 4853.0, 4895.0, 4874.0, 4833.0, 4892.0, 4863.0, 4892.0, 4862.0, 4832.0, 4881.0, 4851.0, 4892.0, 4860.0, 4841.0, 4880.0, 4862.0, 4881.0, 4851.0, 4830.0, 4871.0, 4850.0, 4870.0, 4850.0, 4819.0, 4871.0, 4850.0, 4871.0, 4852.0, 4831.0, 4890.0, 4871.0, 4881.0, 4861.0, 4830.0, 4890.0, 4862.0, 4880.0, 4857.0, 4830.0, 4880.0, 4851.0, 4880.0, 4848.0, 4820.0, 4877.0, 4851.0, 4880.0, 4860.0, 4840.0, 4870.0, 4819.0, 4869.0, 4850.0, 4878.0, 4860.0, 4820.0, 4869.0, 4840.0, 4878.0, 4859.0, 4820.0, 4869.0, 4829.0, 4889.0, 4871.0, 4870.0, 4849.0, 4839.0, 4869.0, 4828.0, 4869.0, 4839.0, 4866.0, 4849.0, 4868.0, 4849.0, 4820.0, 4877.0, 4850.0, 4879.0, 4860.0, 4821.0, 4879.0, 4871.0, 4832.0, 4881.0, 4852.0, 4891.0, 4872.0, 4842.0, 4881.0, 4841.0, 4890.0, 4870.0, 4832.0, 4870.0, 4821.0, 4887.0, 4860.0, 4868.0, 4850.0, 4820.0, 4878.0, 4830.0, 4877.0, 4850.0, 4877.0, 4860.0, 4849.0, 4859.0, 4833.0, 4878.0, 4843.0, 4868.0, 4851.0, 4878.0, 4859.0, 4841.0, 4868.0, 4830.0, 4890.0, 4873.0, 4851.0, 4871.0, 4842.0, 4903.0, 4883.0, 4843.0, 4882.0, 4843.0, 4901.0, 4875.0, 4893.0, 4862.0, 4851.0, 4890.0, 4872.0, 4891.0, 4852.0, 4829.0, 4869.0, 4840.0, 4891.0, 4861.0, 4831.0, 4880.0, 4851.0, 4880.0, 4861.0, 4832.0, 4890.0, 4851.0, 4871.0, 4883.0, 4862.0, 4852.0, 4892.0, 4863.0, 4862.0, 4871.0, 4833.0, 4891.0, 4852.0, 4880.0, 4862.0, 4848.0, 4869.0, 4830.0, 4868.0, 4848.0, 4879.0, 4860.0, 4819.0, 4868.0, 4841.0, 4889.0, 4872.0, 4860.0, 4861.0, 4831.0, 4890.0, 4872.0, 4871.0, 4872.0, 4833.0, 4902.0, 4874.0, 4882.0, 4863.0, 4833.0, 4894.0, 4863.0, 4892.0, 4862.0, 4832.0, 4891.0, 4862.0, 4893.0, 4863.0, 4860.0, 4870.0, 4869.0, 4880.0, 4867.0, 4868.0, 4848.0, 4876.0, 4858.0, 4848.0, 4846.0, 4806.0, 4867.0, 4837.0, 4856.0, 4847.0, 4837.0, 4858.0, 4828.0, 4888.0, 4849.0, 4869.0, 4859.0, 4829.0, 4887.0, 4851.0, 4859.0, 4861.0, 4832.0, 4890.0, 4862.0, 4870.0, 4862.0, 4843.0, 4891.0, 4862.0, 4882.0, 4857.0, 4859.0, 4821.0, 4868.0, 4843.0, 4861.0, 4871.0, 4842.0, 4880.0, 4874.0, 4836.0, 4894.0, 4872.0, 4853.0, 4881.0, 4861.0, 4866.0, 4866.0, 4853.0, 4862.0, 4842.0, 4849.0, 4850.0, 4837.0, 4827.0, 4817.0, 4825.0, 4805.0, 4774.0, 4823.0, 4794.0, 4824.0, 4806.0, 4788.0, 4836.0, 4820.0, 4831.0, 4841.0, 4804.0, 4863.0, 4845.0, 4875.0, 4856.0, 4827.0, 4877.0, 4848.0, 4858.0, 4878.0, 4840.0, 4891.0, 4862.0, 4842.0, 4891.0, 4862.0, 4891.0, 4863.0, 4823.0, 4892.0, 4854.0, 4903.0, 4873.0, 4853.0, 4871.0, 4831.0, 4901.0, 4873.0, 4861.0, 4869.0, 4832.0, 4901.0, 4862.0, 4871.0, 4870.0, 4832.0, 4901.0, 4861.0, 4881.0, 4859.0, 4831.0, 4891.0, 4852.0, 4880.0, 4861.0, 4841.0, 4891.0, 4862.0, 4861.0, 4871.0, 4832.0, 4902.0, 4875.0, 4892.0, 4881.0, 4871.0, 4880.0, 4840.0, 4879.0, 4840.0, 4868.0, 4870.0, 4830.0, 4890.0, 4851.0, 4879.0, 4861.0, 4841.0, 4892.0, 4841.0, 4890.0, 4861.0, 4870.0, 4871.0, 4841.0, 4881.0, 4851.0, 4880.0, 4871.0, 4839.0, 4891.0, 4870.0, 4852.0, 4892.0, 4853.0, 4891.0, 4871.0, 4861.0, 4880.0, 4860.0, 4878.0, 4851.0, 4880.0, 4859.0, 4849.0, 4879.0, 4851.0, 4878.0, 4860.0, 4841.0, 4889.0, 4852.0, 4880.0, 4862.0, 4851.0, 4891.0, 4872.0, 4843.0, 4881.0, 4883.0, 4855.0, 4893.0, 4884.0, 4845.0, 4893.0, 4873.0, 4844.0, 4892.0, 4843.0, 4893.0, 4861.0, 4862.0, 4880.0, 4851.0, 4878.0, 4850.0, 4821.0, 4890.0, 4862.0, 4892.0, 4862.0, 4830.0, 4880.0, 4851.0, 4889.0, 4860.0, 4820.0, 4889.0, 4862.0, 4880.0, 4881.0, 4831.0, 4880.0, 4862.0, 4881.0, 4871.0, 4831.0, 4889.0, 4850.0, 4859.0, 4869.0, 4839.0, 4880.0, 4852.0, 4879.0, 4860.0, 4831.0, 4890.0, 4860.0, 4840.0, 4880.0, 4853.0, 4901.0, 4883.0, 4834.0, 4902.0, 4875.0, 4904.0, 4886.0, 4844.0, 4883.0, 4856.0, 4901.0, 4874.0, 4872.0, 4872.0, 4833.0], 'WindowWidth': [10758.0, 10692.0, 10670.0, 10608.0, 10666.0, 10624.0, 10659.0, 10599.0, 10577.0, 10617.0, 10571.0, 10645.0, 10608.0, 10592.0, 10590.0, 10564.0, 10627.0, 10575.0, 10615.0, 10588.0, 10572.0, 10615.0, 10560.0, 10615.0, 10595.0, 10632.0, 10602.0, 10533.0, 10601.0, 10565.0, 10626.0, 10586.0, 10559.0, 10582.0, 10550.0, 10624.0, 10559.0, 10609.0, 10588.0, 10617.0, 10601.0, 10549.0, 10600.0, 10554.0, 10627.0, 10606.0, 10590.0, 10602.0, 10551.0, 10630.0, 10595.0, 10609.0, 10630.0, 10556.0, 10652.0, 10627.0, 10585.0, 10625.0, 10580.0, 10658.0, 10631.0, 10641.0, 10613.0, 10603.0, 10641.0, 10618.0, 10625.0, 10603.0, 10619.0, 10588.0, 10598.0, 10599.0, 10579.0, 10611.0, 10575.0, 10625.0, 10570.0, 10532.0, 10595.0, 10541.0, 10613.0, 10591.0, 10590.0, 10603.0, 10547.0, 10610.0, 10558.0, 10615.0, 10586.0, 10561.0, 10615.0, 10577.0, 10614.0, 10587.0, 10558.0, 10603.0, 10545.0, 10612.0, 10591.0, 10599.0, 10603.0, 10559.0, 10596.0, 10588.0, 10549.0, 10616.0, 10596.0, 10577.0, 10624.0, 10571.0, 10647.0, 10613.0, 10607.0, 10607.0, 10563.0, 10619.0, 10584.0, 10613.0, 10573.0, 10610.0, 10584.0, 10553.0, 10563.0, 10529.0, 10603.0, 10537.0, 10578.0, 10547.0, 10550.0, 10582.0, 10541.0, 10592.0, 10510.0, 10587.0, 10549.0, 10606.0, 10579.0, 10593.0, 10567.0, 10525.0, 10592.0, 10525.0, 10553.0, 10605.0, 10551.0, 10607.0, 10580.0, 10566.0, 10594.0, 10544.0, 10629.0, 10562.0, 10614.0, 10586.0, 10611.0, 10603.0, 10571.0, 10591.0, 10543.0, 10606.0, 10564.0, 10606.0, 10600.0, 10556.0, 10583.0, 10550.0, 10613.0, 10546.0, 10612.0, 10585.0, 10616.0, 10586.0, 10585.0, 10529.0, 10599.0, 10553.0, 10625.0, 10607.0, 10578.0, 10616.0, 10561.0, 10648.0, 10626.0, 10587.0, 10619.0, 10627.0, 10592.0, 10645.0, 10628.0, 10573.0, 10643.0, 10579.0, 10633.0, 10616.0, 10634.0, 10599.0, 10610.0, 10570.0, 10578.0, 10595.0, 10572.0, 10575.0, 10564.0, 10576.0, 10576.0, 10524.0, 10591.0, 10570.0, 10613.0, 10588.0, 10574.0, 10585.0, 10524.0, 10611.0, 10573.0, 10617.0, 10586.0, 10577.0, 10621.0, 10550.0, 10628.0, 10564.0, 10612.0, 10575.0, 10611.0, 10588.0, 10596.0, 10572.0, 10547.0, 10594.0, 10542.0, 10596.0, 10513.0, 10612.0, 10549.0, 10624.0, 10570.0, 10595.0, 10576.0, 10616.0, 10601.0, 10579.0, 10604.0, 10548.0, 10619.0, 10549.0, 10618.0, 10534.0, 10614.0, 10580.0, 10613.0, 10591.0, 10588.0, 10590.0, 10553.0, 10625.0, 10568.0, 10625.0, 10550.0, 10625.0, 10556.0, 10635.0, 10566.0, 10619.0, 10570.0, 10639.0, 10579.0, 10614.0, 10575.0, 10533.0, 10607.0, 10553.0, 10650.0, 10600.0, 10640.0, 10628.0, 10624.0, 10628.0, 10553.0, 10626.0, 10574.0, 10651.0, 10614.0, 10625.0, 10606.0, 10596.0, 10626.0, 10605.0, 10620.0, 10595.0, 10630.0, 10608.0, 10587.0, 10585.0, 10567.0, 10611.0, 10587.0, 10610.0, 10572.0, 10621.0, 10604.0, 10546.0, 10618.0, 10546.0, 10624.0, 10592.0, 10629.0, 10596.0, 10599.0, 10606.0, 10561.0, 10619.0, 10552.0, 10635.0, 10609.0, 10620.0, 10624.0, 10553.0, 10655.0, 10617.0, 10656.0, 10629.0, 10570.0, 10636.0, 10581.0, 10651.0, 10622.0, 10589.0, 10603.0, 10605.0, 10632.0, 10607.0, 10587.0, 10601.0, 10584.0, 10630.0, 10592.0, 10574.0, 10601.0, 10573.0, 10615.0, 10577.0, 10587.0, 10599.0, 10560.0, 10634.0, 10588.0, 10611.0, 10573.0, 10609.0, 10569.0, 10526.0, 10585.0, 10550.0, 10623.0, 10575.0, 10613.0, 10590.0, 10600.0, 10606.0, 10566.0, 10603.0, 10551.0, 10649.0, 10592.0, 10617.0, 10591.0, 10565.0, 10635.0, 10571.0, 10638.0, 10581.0, 10637.0, 10606.0, 10565.0, 10624.0, 10568.0, 10635.0, 10612.0, 10594.0, 10624.0, 10557.0, 10634.0, 10611.0, 10638.0, 10609.0, 10553.0, 10633.0, 10607.0, 10554.0, 10653.0, 10613.0, 10557.0, 10623.0, 10596.0, 10620.0, 10623.0, 10592.0, 10617.0, 10590.0, 10622.0, 10593.0, 10601.0, 10584.0, 10544.0, 10613.0, 10571.0, 10615.0, 10569.0, 10546.0, 10616.0, 10550.0, 10628.0, 10574.0, 10615.0, 10592.0, 10591.0, 10621.0, 10549.0, 10629.0, 10617.0, 10626.0, 10629.0, 10600.0, 10669.0, 10634.0, 10586.0, 10692.0, 10646.0, 10665.0, 10640.0, 10668.0, 10640.0, 10635.0, 10631.0, 10626.0, 10658.0, 10649.0, 10651.0, 10609.0, 10634.0, 10607.0, 10624.0, 10618.0, 10615.0, 10590.0, 10628.0, 10606.0, 10614.0, 10588.0, 10603.0, 10592.0, 10562.0, 10590.0, 10599.0, 10560.0, 10632.0, 10590.0, 10616.0, 10591.0, 10551.0, 10634.0, 10571.0, 10635.0, 10595.0, 10618.0, 10613.0, 10598.0, 10605.0, 10578.0, 10619.0, 10547.0, 10632.0, 10590.0, 10603.0, 10556.0, 10626.0, 10529.0, 10630.0, 10574.0, 10608.0, 10584.0, 10597.0, 10587.0, 10543.0, 10598.0, 10529.0, 10613.0, 10576.0, 10614.0, 10587.0, 10554.0, 10591.0, 10536.0, 10630.0, 10580.0, 10609.0, 10578.0, 10601.0, 10594.0, 10549.0, 10604.0, 10537.0, 10619.0, 10553.0, 10633.0, 10568.0, 10615.0, 10591.0, 10615.0, 10591.0, 10576.0, 10587.0, 10553.0, 10634.0, 10589.0, 10636.0, 10595.0, 10622.0, 10622.0, 10571.0, 10636.0, 10571.0, 10641.0, 10617.0, 10597.0, 10644.0, 10590.0, 10641.0, 10614.0, 10618.0, 10627.0, 10612.0, 10637.0, 10593.0, 10624.0, 10657.0, 10604.0, 10615.0, 10588.0, 10558.0, 10604.0, 10576.0, 10617.0, 10572.0, 10602.0, 10595.0, 10581.0, 10572.0, 10547.0, 10536.0, 10535.0, 10529.0, 10635.0, 10591.0, 10628.0, 10613.0, 10556.0, 10657.0, 10631.0, 10612.0, 10666.0, 10641.0, 10605.0, 10680.0, 10658.0, 10665.0, 10632.0, 10642.0, 10628.0, 10656.0, 10641.0, 10603.0, 10586.0, 10575.0, 10600.0, 10581.0, 10614.0, 10572.0, 10597.0, 10574.0, 10589.0, 10618.0, 10551.0, 10615.0, 10597.0, 10638.0, 10609.0, 10555.0, 10620.0, 10572.0, 10635.0, 10613.0, 10640.0, 10598.0, 10603.0, 10606.0, 10578.0, 10619.0, 10566.0, 10619.0, 10563.0, 10630.0, 10611.0, 10603.0, 10574.0, 10569.0, 10641.0, 10574.0, 10621.0, 10579.0, 10566.0, 10620.0, 10595.0, 10652.0, 10644.0, 10594.0, 10657.0, 10602.0, 10655.0, 10635.0, 10576.0, 10630.0, 10581.0, 10601.0, 10657.0, 10641.0, 10654.0, 10607.0, 10603.0, 10606.0, 10615.0, 10617.0, 10585.0, 10607.0, 10583.0, 10614.0, 10571.0, 10598.0, 10583.0, 10542.0, 10597.0, 10545.0, 10609.0, 10574.0, 10610.0, 10589.0, 10547.0, 10613.0, 10548.0, 10625.0, 10590.0, 10560.0, 10582.0, 10547.0, 10625.0, 10606.0, 10589.0, 10588.0, 10555.0, 10632.0, 10595.0, 10619.0, 10589.0, 10553.0, 10616.0, 10561.0, 10614.0, 10576.0, 10582.0, 10613.0, 10561.0, 10608.0, 10573.0, 10612.0, 10599.0, 10547.0, 10598.0, 10558.0, 10611.0, 10591.0, 10534.0, 10598.0, 10552.0, 10626.0, 10590.0, 10551.0, 10613.0, 10564.0, 10626.0, 10608.0, 10552.0, 10602.0, 10549.0, 10627.0, 10604.0, 10549.0, 10602.0, 10555.0, 10646.0, 10607.0, 10556.0, 10620.0, 10569.0, 10650.0, 10611.0, 10559.0, 10633.0, 10597.0, 10638.0, 10611.0, 10568.0, 10620.0, 10571.0, 10650.0, 10610.0, 10604.0, 10590.0, 10555.0, 10631.0, 10596.0, 10619.0, 10588.0, 10551.0, 10629.0, 10612.0, 10594.0, 10606.0, 10554.0, 10644.0, 10613.0, 10639.0, 10591.0, 10564.0, 10618.0, 10599.0, 10612.0, 10569.0, 10598.0, 10574.0, 10609.0, 10585.0, 10529.0, 10608.0, 10562.0, 10627.0, 10601.0, 10535.0, 10613.0, 10581.0, 10635.0, 10594.0, 10554.0, 10616.0, 10583.0, 10633.0, 10611.0, 10555.0, 10619.0, 10557.0, 10648.0, 10611.0, 10605.0, 10603.0, 10552.0, 10632.0, 10593.0, 10620.0, 10595.0, 10552.0, 10607.0, 10617.0, 10575.0, 10613.0, 10558.0, 10625.0, 10589.0, 10572.0, 10585.0, 10552.0, 10623.0, 10586.0, 10561.0, 10598.0, 10536.0, 10632.0, 10604.0, 10539.0, 10616.0, 10583.0, 10607.0, 10622.0, 10570.0, 10636.0, 10595.0, 10592.0, 10622.0, 10576.0, 10615.0, 10588.0, 10603.0, 10588.0, 10540.0, 10601.0, 10559.0, 10626.0, 10572.0, 10517.0, 10594.0, 10571.0, 10615.0, 10602.0, 10535.0, 10612.0, 10576.0, 10616.0, 10575.0, 10570.0, 10584.0, 10593.0, 10562.0, 10574.0, 10551.0, 10605.0, 10567.0, 10524.0, 10575.0, 10543.0, 10625.0, 10601.0, 10548.0, 10596.0, 10543.0, 10627.0, 10590.0, 10533.0, 10597.0, 10549.0, 10613.0, 10591.0, 10598.0, 10583.0, 10531.0, 10611.0, 10556.0, 10600.0, 10558.0, 10593.0, 10566.0, 10552.0, 10577.0, 10511.0, 10600.0, 10552.0, 10592.0, 10566.0, 10528.0, 10595.0, 10545.0, 10614.0, 10572.0, 10535.0, 10628.0, 10577.0, 10617.0, 10577.0, 10536.0, 10632.0, 10606.0, 10633.0, 10590.0, 10538.0, 10618.0, 10561.0, 10600.0, 10574.0, 10569.0, 10599.0, 10540.0, 10612.0, 10557.0, 10595.0, 10571.0, 10567.0, 10583.0, 10531.0, 10593.0, 10583.0, 10586.0, 10584.0, 10574.0, 10617.0, 10588.0, 10552.0, 10631.0, 10611.0, 10554.0, 10617.0, 10566.0, 10614.0, 10587.0, 10568.0, 10567.0, 10530.0, 10598.0, 10556.0, 10597.0, 10568.0, 10544.0, 10596.0, 10546.0, 10631.0, 10587.0, 10570.0, 10603.0, 10550.0, 10632.0, 10592.0, 10574.0, 10603.0, 10566.0, 10637.0, 10599.0, 10568.0, 10635.0, 10583.0, 10642.0, 10611.0, 10556.0, 10633.0, 10595.0, 10638.0, 10594.0, 10551.0, 10619.0, 10578.0, 10638.0, 10588.0, 10561.0, 10615.0, 10592.0, 10620.0, 10574.0, 10547.0, 10603.0, 10572.0, 10604.0, 10573.0, 10530.0, 10602.0, 10573.0, 10605.0, 10577.0, 10548.0, 10630.0, 10606.0, 10618.0, 10591.0, 10548.0, 10630.0, 10592.0, 10617.0, 10581.0, 10547.0, 10615.0, 10577.0, 10618.0, 10570.0, 10533.0, 10610.0, 10576.0, 10617.0, 10589.0, 10560.0, 10601.0, 10531.0, 10597.0, 10575.0, 10612.0, 10588.0, 10534.0, 10599.0, 10560.0, 10610.0, 10585.0, 10533.0, 10597.0, 10546.0, 10626.0, 10603.0, 10602.0, 10572.0, 10557.0, 10599.0, 10541.0, 10599.0, 10555.0, 10591.0, 10570.0, 10597.0, 10569.0, 10531.0, 10607.0, 10572.0, 10615.0, 10587.0, 10535.0, 10614.0, 10605.0, 10553.0, 10618.0, 10579.0, 10633.0, 10608.0, 10565.0, 10616.0, 10564.0, 10630.0, 10604.0, 10551.0, 10599.0, 10535.0, 10623.0, 10589.0, 10597.0, 10573.0, 10533.0, 10610.0, 10546.0, 10606.0, 10574.0, 10608.0, 10588.0, 10570.0, 10584.0, 10553.0, 10610.0, 10567.0, 10594.0, 10575.0, 10608.0, 10585.0, 10562.0, 10597.0, 10547.0, 10628.0, 10608.0, 10577.0, 10603.0, 10567.0, 10651.0, 10624.0, 10568.0, 10621.0, 10567.0, 10648.0, 10614.0, 10639.0, 10592.0, 10574.0, 10630.0, 10606.0, 10634.0, 10578.0, 10544.0, 10597.0, 10560.0, 10632.0, 10589.0, 10548.0, 10615.0, 10579.0, 10618.0, 10592.0, 10553.0, 10629.0, 10577.0, 10604.0, 10622.0, 10595.0, 10582.0, 10636.0, 10597.0, 10593.0, 10605.0, 10555.0, 10634.0, 10578.0, 10615.0, 10590.0, 10569.0, 10600.0, 10543.0, 10595.0, 10569.0, 10612.0, 10587.0, 10530.0, 10595.0, 10560.0, 10625.0, 10604.0, 10587.0, 10588.0, 10549.0, 10630.0, 10606.0, 10605.0, 10606.0, 10556.0, 10649.0, 10612.0, 10622.0, 10594.0, 10555.0, 10638.0, 10596.0, 10636.0, 10592.0, 10551.0, 10632.0, 10593.0, 10638.0, 10594.0, 10587.0, 10601.0, 10595.0, 10617.0, 10592.0, 10593.0, 10565.0, 10603.0, 10578.0, 10563.0, 10558.0, 10506.0, 10589.0, 10548.0, 10576.0, 10563.0, 10550.0, 10580.0, 10540.0, 10624.0, 10571.0, 10598.0, 10583.0, 10544.0, 10622.0, 10574.0, 10586.0, 10589.0, 10553.0, 10630.0, 10594.0, 10600.0, 10590.0, 10568.0, 10634.0, 10595.0, 10622.0, 10581.0, 10583.0, 10533.0, 10594.0, 10566.0, 10589.0, 10604.0, 10562.0, 10615.0, 10614.0, 10560.0, 10641.0, 10608.0, 10580.0, 10619.0, 10587.0, 10590.0, 10589.0, 10562.0, 10581.0, 10549.0, 10555.0, 10557.0, 10530.0, 10519.0, 10504.0, 10512.0, 10483.0, 10441.0, 10508.0, 10470.0, 10512.0, 10488.0, 10468.0, 10534.0, 10517.0, 10535.0, 10547.0, 10501.0, 10579.0, 10558.0, 10602.0, 10576.0, 10536.0, 10604.0, 10568.0, 10581.0, 10610.0, 10561.0, 10633.0, 10592.0, 10564.0, 10632.0, 10594.0, 10636.0, 10595.0, 10540.0, 10635.0, 10585.0, 10652.0, 10610.0, 10581.0, 10602.0, 10550.0, 10648.0, 10608.0, 10590.0, 10600.0, 10554.0, 10645.0, 10594.0, 10603.0, 10601.0, 10551.0, 10647.0, 10592.0, 10617.0, 10586.0, 10550.0, 10632.0, 10578.0, 10616.0, 10589.0, 10563.0, 10634.0, 10593.0, 10590.0, 10605.0, 10555.0, 10649.0, 10614.0, 10636.0, 10618.0, 10604.0, 10616.0, 10559.0, 10610.0, 10560.0, 10596.0, 10601.0, 10548.0, 10628.0, 10576.0, 10612.0, 10589.0, 10562.0, 10633.0, 10564.0, 10627.0, 10590.0, 10603.0, 10605.0, 10562.0, 10616.0, 10575.0, 10617.0, 10604.0, 10559.0, 10631.0, 10603.0, 10580.0, 10634.0, 10581.0, 10634.0, 10603.0, 10589.0, 10616.0, 10586.0, 10612.0, 10576.0, 10616.0, 10586.0, 10570.0, 10611.0, 10573.0, 10611.0, 10587.0, 10563.0, 10626.0, 10578.0, 10616.0, 10594.0, 10578.0, 10633.0, 10608.0, 10570.0, 10621.0, 10623.0, 10590.0, 10641.0, 10627.0, 10575.0, 10640.0, 10611.0, 10571.0, 10637.0, 10569.0, 10636.0, 10590.0, 10595.0, 10617.0, 10575.0, 10613.0, 10573.0, 10535.0, 10629.0, 10593.0, 10636.0, 10592.0, 10546.0, 10615.0, 10577.0, 10630.0, 10587.0, 10534.0, 10626.0, 10592.0, 10616.0, 10617.0, 10549.0, 10616.0, 10591.0, 10619.0, 10603.0, 10549.0, 10627.0, 10573.0, 10585.0, 10599.0, 10557.0, 10615.0, 10577.0, 10611.0, 10586.0, 10550.0, 10628.0, 10588.0, 10561.0, 10615.0, 10583.0, 10649.0, 10625.0, 10559.0, 10650.0, 10617.0, 10658.0, 10632.0, 10572.0, 10624.0, 10590.0, 10649.0, 10612.0, 10608.0, 10606.0, 10557.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.0003862262773722628</td></tr>
<tr><td colspan=3>aqi</td><td>0.020257914233576643</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.45386920588755</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2408936545288514</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9898884649452151</td></tr>
<tr><td colspan=3>efc</td><td>0.5137</td></tr>
<tr><td colspan=3>fber</td><td>5041.2754</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09528867980592136</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>38</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.7737226277372264</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.2918330374512372</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.123266949377371</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5435877575379604</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2086444054383807</td></tr>
<tr><td colspan=3>gcor</td><td>0.00949783</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019877608865499496</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0436086431145668</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1370</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.297156490584245</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>14.9366</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.9271</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.8475</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288582.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>1113.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>431.7821</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.145</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>596.435</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4021.2014</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4157.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87962.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1765.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>967.3784</td></tr>
<tr><td colspan=3>tsnr</td><td>41.61227233649697</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>