<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-01/func/sub-0080_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>d3fdbfcf37b0bebdd94c28fd098b8ac6</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:43:12.620000</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.991146, -0.00378325, 0.132721, -0.00536268, 0.997638, 0.068486]</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.0895332</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>[4194, -7761, -7264, 580, -38, -273, 66, 17]</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>249.225</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8b4e34be-6b45-4b38-8269-654576e20d10||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.659172773361206, -0.014387687668204308, 0.35819944739341736, 107.53964233398438], [0.010150188580155373, 2.676589012145996, 0.1851966232061386, -90.9295654296875], [0.35608047246932983, -0.18374282121658325, 2.6697182655334473, -69.24796295166016], [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': ['114312.620000', '114313.080000', '114313.540000', '114314.000000', '114314.460000', '114314.920000', '114315.380000', '114315.840000', '114316.300000', '114316.760000', '114317.220000', '114317.680000', '114318.140000', '114318.600000', '114319.060000', '114319.520000', '114319.980000', '114320.440000', '114320.900000', '114321.360000', '114321.820000', '114322.280000', '114322.740000', '114323.200000', '114323.660000', '114324.120000', '114324.580000', '114325.040000', '114325.500000', '114325.960000', '114326.420000', '114326.880000', '114327.340000', '114327.800000', '114328.260000', '114328.720000', '114329.180000', '114329.640000', '114330.100000', '114330.560000', '114331.020000', '114331.480000', '114331.940000', '114332.400000', '114332.860000', '114333.320000', '114333.780000', '114334.240000', '114334.700000', '114335.160000', '114335.620000', '114336.080000', '114336.540000', '114337.000000', '114337.460000', '114337.920000', '114338.380000', '114338.840000', '114339.300000', '114339.760000', '114340.220000', '114340.680000', '114341.140000', '114341.600000', '114342.060000', '114342.520000', '114342.980000', '114343.440000', '114343.900000', '114344.360000', '114344.820000', '114345.280000', '114345.740000', '114346.200000', '114346.660000', '114347.120000', '114347.580000', '114348.040000', '114348.500000', '114348.960000', '114349.420000', '114349.880000', '114350.340000', '114350.800000', '114351.260000', '114351.720000', '114352.180000', '114352.640000', '114353.100000', '114353.560000', '114354.020000', '114354.480000', '114354.940000', '114355.400000', '114355.860000', '114356.320000', '114356.780000', '114357.240000', '114357.700000', '114358.160000', '114358.620000', '114359.080000', '114359.540000', '114400.000000', '114400.460000', '114400.920000', '114401.380000', '114401.840000', '114402.300000', '114402.760000', '114403.220000', '114403.680000', '114404.140000', '114404.600000', '114405.060000', '114405.520000', '114405.980000', '114406.440000', '114406.900000', '114407.360000', '114407.820000', '114408.280000', '114408.740000', '114409.200000', '114409.660000', '114410.120000', '114410.580000', '114411.040000', '114411.500000', '114411.960000', '114412.420000', '114412.880000', '114413.340000', '114413.800000', '114414.260000', '114414.720000', '114415.180000', '114415.640000', '114416.100000', '114416.560000', '114417.020000', '114417.480000', '114417.940000', '114418.400000', '114418.860000', '114419.320000', '114419.780000', '114420.240000', '114420.700000', '114421.160000', '114421.620000', '114422.080000', '114422.540000', '114423.000000', '114423.460000', '114423.920000', '114424.380000', '114424.840000', '114425.300000', '114425.760000', '114426.220000', '114426.680000', '114427.140000', '114427.600000', '114428.060000', '114428.520000', '114428.980000', '114429.440000', '114429.900000', '114430.360000', '114430.820000', '114431.280000', '114431.740000', '114432.200000', '114432.660000', '114433.120000', '114433.580000', '114434.040000', '114434.500000', '114434.960000', '114435.420000', '114435.880000', '114436.340000', '114436.800000', '114437.260000', '114437.720000', '114438.180000', '114438.640000', '114439.100000', '114439.560000', '114440.020000', '114440.480000', '114440.940000', '114441.400000', '114441.860000', '114442.320000', '114442.780000', '114443.240000', '114443.700000', '114444.160000', '114444.620000', '114445.080000', '114445.540000', '114446.000000', '114446.460000', '114446.920000', '114447.380000', '114447.840000', '114448.300000', '114448.760000', '114449.220000', '114449.680000', '114450.140000', '114450.600000', '114451.060000', '114451.520000', '114451.980000', '114452.440000', '114452.900000', '114453.360000', '114453.820000', '114454.280000', '114454.740000', '114455.200000', '114455.660000', '114456.120000', '114456.580000', '114457.040000', '114457.500000', '114457.960000', '114458.420000', '114458.880000', '114459.340000', '114459.800000', '114500.260000', '114500.720000', '114501.180000', '114501.640000', '114502.100000', '114502.560000', '114503.020000', '114503.480000', '114503.940000', '114504.400000', '114504.860000', '114505.320000', '114505.780000', '114506.240000', '114506.700000', '114507.160000', '114507.620000', '114508.080000', '114508.540000', '114509.000000', '114509.460000', '114509.920000', '114510.380000', '114510.840000', '114511.300000', '114511.760000', '114512.220000', '114512.680000', '114513.140000', '114513.600000', '114514.060000', '114514.520000', '114514.980000', '114515.440000', '114515.900000', '114516.360000', '114516.820000', '114517.280000', '114517.740000', '114518.200000', '114518.660000', '114519.120000', '114519.580000', '114520.040000', '114520.500000', '114520.960000', '114521.420000', '114521.880000', '114522.340000', '114522.800000', '114523.260000', '114523.720000', '114524.180000', '114524.640000', '114525.100000', '114525.560000', '114526.020000', '114526.480000', '114526.940000', '114527.400000', '114527.860000', '114528.320000', '114528.780000', '114529.240000', '114529.700000', '114530.160000', '114530.620000', '114531.080000', '114531.540000', '114532.000000', '114532.460000', '114532.920000', '114533.380000', '114533.840000', '114534.300000', '114534.760000', '114535.220000', '114535.680000', '114536.140000', '114536.600000', '114537.060000', '114537.520000', '114537.980000', '114538.440000', '114538.900000', '114539.360000', '114539.820000', '114540.280000', '114540.740000', '114541.200000', '114541.660000', '114542.120000', '114542.580000', '114543.040000', '114543.500000', '114543.960000', '114544.420000', '114544.880000', '114545.340000', '114545.800000', '114546.260000', '114546.720000', '114547.180000', '114547.640000', '114548.100000', '114548.560000', '114549.020000', '114549.480000', '114549.940000', '114550.400000', '114550.860000', '114551.320000', '114551.780000', '114552.240000', '114552.700000', '114553.160000', '114553.620000', '114554.080000', '114554.540000', '114555.000000', '114555.460000', '114555.920000', '114556.380000', '114556.840000', '114557.300000', '114557.760000', '114558.220000', '114558.680000', '114559.140000', '114559.600000', '114600.060000', '114600.520000', '114600.980000', '114601.440000', '114601.900000', '114602.360000', '114602.820000', '114603.280000', '114603.740000', '114604.200000', '114604.660000', '114605.120000', '114605.580000', '114606.040000', '114606.500000', '114606.960000', '114607.420000', '114607.880000', '114608.340000', '114608.800000', '114609.260000', '114609.720000', '114610.180000', '114610.640000', '114611.100000', '114611.560000', '114612.020000', '114612.480000', '114612.940000', '114613.400000', '114613.860000', '114614.320000', '114614.780000', '114615.240000', '114615.700000', '114616.160000', '114616.620000', '114617.080000', '114617.540000', '114618.000000', '114618.460000', '114618.920000', '114619.380000', '114619.840000', '114620.300000', '114620.760000', '114621.220000', '114621.680000', '114622.140000', '114622.600000', '114623.060000', '114623.520000', '114623.980000', '114624.440000', '114624.900000', '114625.360000', '114625.820000', '114626.280000', '114626.740000', '114627.200000', '114627.660000', '114628.120000', '114628.580000', '114629.040000', '114629.500000', '114629.960000', '114630.420000', '114630.880000', '114631.340000', '114631.800000', '114632.260000', '114632.720000', '114633.180000', '114633.640000', '114634.100000', '114634.560000', '114635.020000', '114635.480000', '114635.940000', '114636.400000', '114636.860000', '114637.320000', '114637.780000', '114638.240000', '114638.700000', '114639.160000', '114639.620000', '114640.080000', '114640.540000', '114641.000000', '114641.460000', '114641.920000', '114642.380000', '114642.840000', '114643.300000', '114643.760000', '114644.220000', '114644.680000', '114645.140000', '114645.600000', '114646.060000', '114646.520000', '114646.980000', '114647.440000', '114647.900000', '114648.360000', '114648.820000', '114649.280000', '114649.740000', '114650.200000', '114650.660000', '114651.120000', '114651.580000', '114652.040000', '114652.500000', '114652.960000', '114653.420000', '114653.880000', '114654.340000', '114654.800000', '114655.260000', '114655.720000', '114656.180000', '114656.640000', '114657.100000', '114657.560000', '114658.020000', '114658.480000', '114658.940000', '114659.400000', '114659.860000', '114700.320000', '114700.780000', '114701.240000', '114701.700000', '114702.160000', '114702.620000', '114703.080000', '114703.540000', '114704.000000', '114704.460000', '114704.920000', '114705.380000', '114705.840000', '114706.300000', '114706.760000', '114707.220000', '114707.680000', '114708.140000', '114708.600000', '114709.060000', '114709.520000', '114709.980000', '114710.440000', '114710.900000', '114711.360000', '114711.820000', '114712.280000', '114712.740000', '114713.200000', '114713.660000', '114714.120000', '114714.580000', '114715.040000', '114715.500000', '114715.960000', '114716.420000', '114716.880000', '114717.340000', '114717.800000', '114718.260000', '114718.720000', '114719.180000', '114719.640000', '114720.100000', '114720.560000', '114721.020000', '114721.480000', '114721.940000', '114722.400000', '114722.860000', '114723.320000', '114723.780000', '114724.240000', '114724.700000', '114725.160000', '114725.620000', '114726.080000', '114726.540000', '114727.000000', '114727.460000', '114727.920000', '114728.380000', '114728.840000', '114729.300000', '114729.760000', '114730.220000', '114730.680000', '114731.140000', '114731.600000', '114732.060000', '114732.520000', '114732.980000', '114733.440000', '114733.900000', '114734.360000', '114734.820000', '114735.280000', '114735.740000', '114736.200000', '114736.660000', '114737.120000', '114737.580000', '114738.040000', '114738.500000', '114738.960000', '114739.420000', '114739.880000', '114740.340000', '114740.800000', '114741.260000', '114741.720000', '114742.180000', '114742.640000', '114743.100000', '114743.560000', '114744.020000', '114744.480000', '114744.940000', '114745.400000', '114745.860000', '114746.320000', '114746.780000', '114747.240000', '114747.700000', '114748.160000', '114748.620000', '114749.080000', '114749.540000', '114750.000000', '114750.460000', '114750.920000', '114751.380000', '114751.840000', '114752.300000', '114752.760000', '114753.220000', '114753.680000', '114754.140000', '114754.600000', '114755.060000', '114755.520000', '114755.980000', '114756.440000', '114756.900000', '114757.360000', '114757.820000', '114758.280000', '114758.740000', '114759.200000', '114759.660000', '114800.120000', '114800.580000', '114801.040000', '114801.500000', '114801.960000', '114802.420000', '114802.880000', '114803.340000', '114803.800000', '114804.260000', '114804.720000', '114805.180000', '114805.640000', '114806.100000', '114806.560000', '114807.020000', '114807.480000', '114807.940000', '114808.400000', '114808.860000', '114809.320000', '114809.780000', '114810.240000', '114810.700000', '114811.160000', '114811.620000', '114812.080000', '114812.540000', '114813.000000', '114813.460000', '114813.920000', '114814.380000', '114814.840000', '114815.300000', '114815.760000', '114816.220000', '114816.680000', '114817.140000', '114817.600000', '114818.060000', '114818.520000', '114818.980000', '114819.440000', '114819.900000', '114820.360000', '114820.820000', '114821.280000', '114821.740000', '114822.200000', '114822.660000', '114823.120000', '114823.580000', '114824.040000', '114824.500000', '114824.960000', '114825.420000', '114825.880000', '114826.340000', '114826.800000', '114827.260000', '114827.720000', '114828.180000', '114828.640000', '114829.100000', '114829.560000', '114830.020000', '114830.480000', '114830.940000', '114831.400000', '114831.860000', '114832.320000', '114832.780000', '114833.240000', '114833.700000', '114834.160000', '114834.620000', '114835.080000', '114835.540000', '114836.000000', '114836.460000', '114836.920000', '114837.380000', '114837.840000', '114838.300000', '114838.760000', '114839.220000', '114839.680000', '114840.140000', '114840.600000', '114841.060000', '114841.520000', '114841.980000', '114842.440000', '114842.900000', '114843.360000', '114843.820000', '114844.280000', '114844.740000', '114845.200000', '114845.660000', '114846.120000', '114846.580000', '114847.040000', '114847.500000', '114847.960000', '114848.420000', '114848.880000', '114849.340000', '114849.800000', '114850.260000', '114850.720000', '114851.180000', '114851.640000', '114852.100000', '114852.560000', '114853.020000', '114853.480000', '114853.940000', '114854.400000', '114854.860000', '114855.320000', '114855.780000', '114856.240000', '114856.700000', '114857.160000', '114857.620000', '114858.080000', '114858.540000', '114859.000000', '114859.460000', '114859.920000', '114900.380000', '114900.840000', '114901.300000', '114901.760000', '114902.220000', '114902.680000', '114903.140000', '114903.600000', '114904.060000', '114904.520000', '114904.980000', '114905.440000', '114905.900000', '114906.360000', '114906.820000', '114907.280000', '114907.740000', '114908.200000', '114908.660000', '114909.120000', '114909.580000', '114910.040000', '114910.500000', '114910.960000', '114911.420000', '114911.880000', '114912.340000', '114912.800000', '114913.260000', '114913.720000', '114914.180000', '114914.640000', '114915.100000', '114915.560000', '114916.020000', '114916.480000', '114916.940000', '114917.400000', '114917.860000', '114918.320000', '114918.780000', '114919.240000', '114919.700000', '114920.160000', '114920.620000', '114921.080000', '114921.540000', '114922.000000', '114922.460000', '114922.920000', '114923.380000', '114923.840000', '114924.300000', '114924.760000', '114925.220000', '114925.680000', '114926.140000', '114926.600000', '114927.060000', '114927.520000', '114927.980000', '114928.440000', '114928.900000', '114929.360000', '114929.820000', '114930.280000', '114930.740000', '114931.200000', '114931.660000', '114932.120000', '114932.580000', '114933.040000', '114933.500000', '114933.960000', '114934.420000', '114934.880000', '114935.340000', '114935.800000', '114936.260000', '114936.720000', '114937.180000', '114937.640000', '114938.100000', '114938.560000', '114939.020000', '114939.480000', '114939.940000', '114940.400000', '114940.860000', '114941.320000', '114941.780000', '114942.240000', '114942.700000', '114943.160000', '114943.620000', '114944.080000', '114944.540000', '114945.000000', '114945.460000', '114945.920000', '114946.380000', '114946.840000', '114947.300000', '114947.760000', '114948.220000', '114948.680000', '114949.140000', '114949.600000', '114950.060000', '114950.520000', '114950.980000', '114951.440000', '114951.900000', '114952.360000', '114952.820000', '114953.280000', '114953.740000', '114954.200000', '114954.660000', '114955.120000', '114955.580000', '114956.040000', '114956.500000', '114956.960000', '114957.420000', '114957.880000', '114958.340000', '114958.800000', '114959.260000', '114959.720000', '115000.180000', '115000.640000', '115001.100000', '115001.560000', '115002.020000', '115002.480000', '115002.940000', '115003.400000', '115003.860000', '115004.320000', '115004.780000', '115005.240000', '115005.700000', '115006.160000', '115006.620000', '115007.080000', '115007.540000', '115008.000000', '115008.460000', '115008.920000', '115009.380000', '115009.840000', '115010.300000', '115010.760000', '115011.220000', '115011.680000', '115012.140000', '115012.600000', '115013.060000', '115013.520000', '115013.980000', '115014.440000', '115014.900000', '115015.360000', '115015.820000', '115016.280000', '115016.740000', '115017.200000', '115017.660000', '115018.120000', '115018.580000', '115019.040000', '115019.500000', '115019.960000', '115020.420000', '115020.880000', '115021.340000', '115021.800000', '115022.260000', '115022.720000', '115023.180000', '115023.640000', '115024.100000', '115024.560000', '115025.020000', '115025.480000', '115025.940000', '115026.400000', '115026.860000', '115027.320000', '115027.780000', '115028.240000', '115028.700000', '115029.160000', '115029.620000', '115030.080000', '115030.540000', '115031.000000', '115031.460000', '115031.920000', '115032.380000', '115032.840000', '115033.300000', '115033.760000', '115034.220000', '115034.680000', '115035.140000', '115035.600000', '115036.060000', '115036.520000', '115036.980000', '115037.440000', '115037.900000', '115038.360000', '115038.820000', '115039.280000', '115039.740000', '115040.200000', '115040.660000', '115041.120000', '115041.580000', '115042.040000', '115042.500000', '115042.960000', '115043.420000', '115043.880000', '115044.340000', '115044.800000', '115045.260000', '115045.720000', '115046.180000', '115046.640000', '115047.100000', '115047.560000', '115048.020000', '115048.480000', '115048.940000', '115049.400000', '115049.860000', '115050.320000', '115050.780000', '115051.240000', '115051.700000', '115052.160000', '115052.620000', '115053.080000', '115053.540000', '115054.000000', '115054.460000', '115054.920000', '115055.380000', '115055.840000', '115056.300000', '115056.760000', '115057.220000', '115057.680000', '115058.140000', '115058.600000', '115059.060000', '115059.520000', '115059.980000', '115100.440000', '115100.900000', '115101.360000', '115101.820000', '115102.280000', '115102.740000', '115103.200000', '115103.660000', '115104.120000', '115104.580000', '115105.040000', '115105.500000', '115105.960000', '115106.420000', '115106.880000', '115107.340000', '115107.800000', '115108.260000', '115108.720000', '115109.180000', '115109.640000', '115110.100000', '115110.560000', '115111.020000', '115111.480000', '115111.940000', '115112.400000', '115112.860000', '115113.320000', '115113.780000', '115114.240000', '115114.700000', '115115.160000', '115115.620000', '115116.080000', '115116.540000', '115117.000000', '115117.460000', '115117.920000', '115118.380000', '115118.840000', '115119.300000', '115119.760000', '115120.220000', '115120.680000', '115121.140000', '115121.600000', '115122.060000', '115122.520000', '115122.980000', '115123.440000', '115123.900000', '115124.360000', '115124.820000', '115125.280000', '115125.740000', '115126.200000', '115126.660000', '115127.120000', '115127.580000', '115128.040000', '115128.500000', '115128.960000', '115129.420000', '115129.880000', '115130.340000', '115130.800000', '115131.260000', '115131.720000', '115132.180000', '115132.640000', '115133.100000', '115133.560000', '115134.020000', '115134.480000', '115134.940000', '115135.400000', '115135.860000', '115136.320000', '115136.780000', '115137.240000', '115137.700000', '115138.160000', '115138.620000', '115139.080000', '115139.540000', '115140.000000', '115140.460000', '115140.920000', '115141.380000', '115141.840000', '115142.300000', '115142.760000', '115143.220000', '115143.680000', '115144.140000', '115144.600000', '115145.060000', '115145.520000', '115145.980000', '115146.440000', '115146.900000', '115147.360000', '115147.820000', '115148.280000', '115148.740000', '115149.200000', '115149.660000', '115150.120000', '115150.580000', '115151.040000', '115151.500000', '115151.960000', '115152.420000', '115152.880000', '115153.340000', '115153.800000', '115154.260000', '115154.720000', '115155.180000', '115155.640000', '115156.100000', '115156.560000', '115157.020000', '115157.480000', '115157.940000', '115158.400000', '115158.860000', '115159.320000', '115159.780000', '115200.240000', '115200.700000', '115201.160000', '115201.620000', '115202.080000', '115202.540000', '115203.000000', '115203.460000', '115203.920000', '115204.380000', '115204.840000', '115205.300000', '115205.760000', '115206.220000', '115206.680000', '115207.140000', '115207.600000', '115208.060000', '115208.520000', '115208.980000', '115209.440000', '115209.900000', '115210.360000', '115210.820000', '115211.280000', '115211.740000', '115212.200000', '115212.660000', '115213.120000', '115213.580000', '115214.040000', '115214.500000', '115214.960000', '115215.420000', '115215.880000', '115216.340000', '115216.800000', '115217.260000', '115217.720000', '115218.180000', '115218.640000', '115219.100000', '115219.560000', '115220.020000', '115220.480000', '115220.940000', '115221.400000', '115221.860000', '115222.320000', '115222.780000', '115223.240000', '115223.700000', '115224.160000', '115224.620000', '115225.080000', '115225.540000', '115226.000000', '115226.460000', '115226.920000', '115227.380000', '115227.840000', '115228.300000', '115228.760000', '115229.220000', '115229.680000', '115230.140000', '115230.600000', '115231.060000', '115231.520000', '115231.980000', '115232.440000', '115232.900000', '115233.360000', '115233.820000', '115234.280000', '115234.740000', '115235.200000', '115235.660000', '115236.120000', '115236.580000', '115237.040000', '115237.500000', '115237.960000', '115238.420000', '115238.880000', '115239.340000', '115239.800000', '115240.260000', '115240.720000', '115241.180000', '115241.640000', '115242.100000', '115242.560000', '115243.020000', '115243.480000', '115243.940000', '115244.400000', '115244.860000', '115245.320000', '115245.780000', '115246.240000', '115246.700000', '115247.160000', '115247.620000', '115248.080000', '115248.540000', '115249.000000', '115249.460000', '115249.920000', '115250.380000', '115250.840000', '115251.300000', '115251.760000', '115252.220000', '115252.680000', '115253.140000', '115253.600000', '115254.060000', '115254.520000', '115254.980000', '115255.440000', '115255.900000', '115256.360000', '115256.820000', '115257.280000', '115257.740000', '115258.200000', '115258.660000', '115259.120000', '115259.580000', '115300.040000', '115300.500000', '115300.960000', '115301.420000', '115301.880000', '115302.340000', '115302.800000', '115303.260000', '115303.720000', '115304.180000', '115304.640000', '115305.100000', '115305.560000', '115306.020000', '115306.480000', '115306.940000', '115307.400000', '115307.860000', '115308.320000', '115308.780000', '115309.240000', '115309.700000', '115310.160000', '115310.620000', '115311.080000', '115311.540000', '115312.000000', '115312.460000', '115312.920000', '115313.380000', '115313.840000', '115314.300000', '115314.760000', '115315.220000', '115315.680000', '115316.140000', '115316.600000', '115317.060000', '115317.520000', '115317.980000', '115318.440000', '115318.900000', '115319.360000', '115319.820000', '115320.280000', '115320.740000', '115321.200000', '115321.660000', '115322.120000', '115322.580000', '115323.040000', '115323.500000', '115323.960000', '115324.420000', '115324.880000', '115325.340000', '115325.800000', '115326.260000', '115326.720000', '115327.180000', '115327.640000', '115328.100000', '115328.560000', '115329.020000', '115329.480000', '115329.940000', '115330.400000', '115330.860000', '115331.320000', '115331.780000', '115332.240000', '115332.700000', '115333.160000', '115333.620000', '115334.080000', '115334.540000', '115335.000000', '115335.460000', '115335.920000', '115336.380000', '115336.840000', '115337.300000', '115337.760000', '115338.220000', '115338.680000', '115339.140000', '115339.600000', '115340.060000', '115340.520000', '115340.980000', '115341.440000', '115341.900000', '115342.360000', '115342.820000', '115343.280000', '115343.740000', '115344.200000', '115344.660000', '115345.120000'], 'ContentTime': ['114336.432000', '114336.441000', '114336.444000', '114336.446000', '114336.449000', '114336.451000', '114336.454000', '114336.457000', '114336.459000', '114336.462000', '114336.464000', '114336.467000', '114336.470000', '114336.472000', '114336.475000', '114336.477000', '114336.480000', '114336.490000', '114336.492000', '114336.495000', '114336.498000', '114336.500000', '114336.503000', '114336.505000', '114336.508000', '114336.511000', '114336.514000', '114336.516000', '114336.528000', '114336.531000', '114336.534000', '114336.537000', '114336.539000', '114336.542000', '114336.545000', '114336.547000', '114336.550000', '114336.552000', '114336.555000', '114336.558000', '114336.560000', '114336.563000', '114336.566000', '114336.568000', '114336.571000', '114336.573000', '114336.576000', '114336.579000', '114336.581000', '114356.390000', '114356.393000', '114356.396000', '114356.399000', '114356.402000', '114356.404000', '114356.407000', '114356.409000', '114356.412000', '114356.415000', '114356.417000', '114356.420000', '114356.423000', '114356.425000', '114356.428000', '114356.430000', '114356.433000', '114356.436000', '114356.438000', '114356.441000', '114356.444000', '114356.453000', '114356.456000', '114356.459000', '114356.461000', '114356.464000', '114356.467000', '114356.469000', '114356.472000', '114356.475000', '114356.477000', '114356.480000', '114356.482000', '114356.485000', '114356.488000', '114356.490000', '114356.493000', '114356.496000', '114356.498000', '114356.501000', '114356.504000', '114356.506000', '114356.509000', '114356.511000', '114416.391000', '114416.394000', '114416.397000', '114416.400000', '114416.402000', '114416.405000', '114416.408000', '114416.410000', '114416.413000', '114416.416000', '114416.418000', '114416.421000', '114416.424000', '114416.426000', '114416.429000', '114416.431000', '114416.434000', '114416.437000', '114416.439000', '114416.442000', '114416.445000', '114416.447000', '114416.450000', '114416.452000', '114416.455000', '114416.458000', '114416.460000', '114416.463000', '114416.466000', '114416.468000', '114416.471000', '114416.473000', '114416.481000', '114416.494000', '114416.496000', '114416.499000', '114416.502000', '114416.504000', '114416.507000', '114416.509000', '114416.512000', '114416.515000', '114416.518000', '114436.392000', '114436.395000', '114436.397000', '114436.400000', '114436.406000', '114436.409000', '114436.411000', '114436.414000', '114436.416000', '114436.419000', '114436.422000', '114436.424000', '114436.427000', '114436.430000', '114436.433000', '114436.435000', '114436.438000', '114436.441000', '114436.443000', '114436.446000', '114436.448000', '114436.451000', '114436.454000', '114436.456000', '114436.459000', '114436.462000', '114436.464000', '114436.467000', '114436.469000', '114436.472000', '114436.475000', '114436.477000', '114436.480000', '114436.483000', '114436.485000', '114436.488000', '114436.490000', '114436.493000', '114436.496000', '114436.498000', '114436.501000', '114436.504000', '114436.506000', '114436.509000', '114456.392000', '114456.395000', '114456.397000', '114456.400000', '114456.403000', '114456.405000', '114456.408000', '114456.411000', '114456.413000', '114456.416000', '114456.418000', '114456.421000', '114456.424000', '114456.426000', '114456.429000', '114456.432000', '114456.434000', '114456.437000', '114456.439000', '114456.442000', '114456.445000', '114456.448000', '114456.450000', '114456.461000', '114456.464000', '114456.466000', '114456.469000', '114456.472000', '114456.474000', '114456.477000', '114456.480000', '114456.482000', '114456.485000', '114456.488000', '114456.490000', '114456.493000', '114456.496000', '114456.498000', '114456.501000', '114456.504000', '114456.506000', '114456.509000', '114456.512000', '114516.391000', '114516.394000', '114516.397000', '114516.400000', '114516.402000', '114516.405000', '114516.408000', '114516.410000', '114516.413000', '114516.415000', '114516.418000', '114516.421000', '114516.423000', '114516.426000', '114516.428000', '114516.431000', '114516.434000', '114516.437000', '114516.439000', '114516.442000', '114516.445000', '114516.447000', '114516.450000', '114516.452000', '114516.461000', '114516.464000', '114516.466000', '114516.469000', '114516.472000', '114516.475000', '114516.477000', '114516.480000', '114516.483000', '114516.485000', '114516.488000', '114516.491000', '114516.493000', '114516.496000', '114516.498000', '114516.501000', '114516.504000', '114516.506000', '114516.509000', '114516.511000', '114536.392000', '114536.394000', '114536.398000', '114536.401000', '114536.403000', '114536.406000', '114536.409000', '114536.411000', '114536.414000', '114536.416000', '114536.419000', '114536.422000', '114536.424000', '114536.427000', '114536.430000', '114536.432000', '114536.435000', '114536.437000', '114536.440000', '114536.443000', '114536.445000', '114536.448000', '114536.451000', '114536.453000', '114536.456000', '114536.459000', '114536.461000', '114536.464000', '114536.467000', '114536.469000', '114536.472000', '114536.475000', '114536.477000', '114536.480000', '114536.483000', '114536.485000', '114536.488000', '114536.490000', '114536.499000', '114536.502000', '114536.505000', '114536.507000', '114536.510000', '114556.391000', '114556.394000', '114556.397000', '114556.400000', '114556.403000', '114556.405000', '114556.408000', '114556.411000', '114556.413000', '114556.416000', '114556.418000', '114556.421000', '114556.424000', '114556.427000', '114556.429000', '114556.432000', '114556.435000', '114556.437000', '114556.440000', '114556.448000', '114556.451000', '114556.473000', '114556.476000', '114556.479000', '114556.481000', '114556.484000', '114556.487000', '114556.489000', '114556.492000', '114556.502000', '114556.504000', '114556.507000', '114556.510000', '114556.512000', '114556.515000', '114556.518000', '114556.520000', '114556.523000', '114556.526000', '114556.528000', '114556.531000', '114556.534000', '114556.536000', '114556.539000', '114616.391000', '114616.394000', '114616.396000', '114616.399000', '114616.401000', '114616.404000', '114616.407000', '114616.409000', '114616.412000', '114616.415000', '114616.417000', '114616.420000', '114616.422000', '114616.425000', '114616.428000', '114616.430000', '114616.433000', '114616.436000', '114616.438000', '114616.441000', '114616.444000', '114616.446000', '114616.449000', '114616.451000', '114616.454000', '114616.457000', '114616.459000', '114616.462000', '114616.465000', '114616.467000', '114616.470000', '114616.473000', '114616.475000', '114616.478000', '114616.481000', '114616.483000', '114616.486000', '114616.488000', '114616.491000', '114616.494000', '114616.496000', '114616.499000', '114616.502000', '114636.392000', '114636.394000', '114636.397000', '114636.400000', '114636.402000', '114636.405000', '114636.408000', '114636.410000', '114636.413000', '114636.415000', '114636.418000', '114636.421000', '114636.424000', '114636.426000', '114636.429000', '114636.432000', '114636.434000', '114636.437000', '114636.439000', '114636.442000', '114636.445000', '114636.447000', '114636.450000', '114636.453000', '114636.455000', '114636.458000', '114636.460000', '114636.463000', '114636.466000', '114636.469000', '114636.471000', '114636.474000', '114636.477000', '114636.479000', '114636.482000', '114636.485000', '114636.487000', '114636.490000', '114636.493000', '114636.495000', '114636.498000', '114636.500000', '114636.512000', '114656.392000', '114656.395000', '114656.397000', '114656.400000', '114656.402000', '114656.405000', '114656.408000', '114656.411000', '114656.413000', '114656.416000', '114656.419000', '114656.421000', '114656.424000', '114656.427000', '114656.429000', '114656.432000', '114656.435000', '114656.437000', '114656.440000', '114656.442000', '114656.445000', '114656.448000', '114656.450000', '114656.453000', '114656.456000', '114656.458000', '114656.461000', '114656.464000', '114656.466000', '114656.469000', '114656.472000', '114656.474000', '114656.477000', '114656.480000', '114656.482000', '114656.485000', '114656.487000', '114656.490000', '114656.493000', '114656.495000', '114656.498000', '114656.501000', '114656.503000', '114656.506000', '114716.391000', '114716.394000', '114716.397000', '114716.400000', '114716.402000', '114716.405000', '114716.408000', '114716.411000', '114716.413000', '114716.416000', '114716.419000', '114716.422000', '114716.424000', '114716.427000', '114716.430000', '114716.432000', '114716.435000', '114716.437000', '114716.440000', '114716.443000', '114716.445000', '114716.448000', '114716.451000', '114716.453000', '114716.456000', '114716.458000', '114716.461000', '114716.464000', '114716.466000', '114716.469000', '114716.472000', '114716.475000', '114716.477000', '114716.480000', '114716.483000', '114716.485000', '114716.488000', '114716.490000', '114716.493000', '114716.496000', '114716.498000', '114716.501000', '114716.504000', '114716.517000', '114736.392000', '114736.394000', '114736.397000', '114736.400000', '114736.402000', '114736.405000', '114736.408000', '114736.410000', '114736.413000', '114736.416000', '114736.425000', '114736.428000', '114736.431000', '114736.433000', '114736.436000', '114736.439000', '114736.441000', '114736.444000', '114736.447000', '114736.449000', '114736.452000', '114736.455000', '114736.457000', '114736.460000', '114736.463000', '114736.465000', '114736.468000', '114736.471000', '114736.473000', '114736.476000', '114736.478000', '114736.481000', '114736.484000', '114736.486000', '114736.489000', '114736.492000', '114736.494000', '114736.497000', '114736.500000', '114736.502000', '114736.505000', '114736.507000', '114736.510000', '114756.391000', '114756.394000', '114756.397000', '114756.399000', '114756.402000', '114756.405000', '114756.407000', '114756.410000', '114756.413000', '114756.415000', '114756.418000', '114756.421000', '114756.424000', '114756.426000', '114756.429000', '114756.431000', '114756.434000', '114756.437000', '114756.439000', '114756.442000', '114756.445000', '114756.447000', '114756.450000', '114756.453000', '114756.456000', '114756.458000', '114756.461000', '114756.464000', '114756.466000', '114756.469000', '114756.472000', '114756.474000', '114756.477000', '114756.480000', '114756.482000', '114756.485000', '114756.488000', '114756.490000', '114756.493000', '114756.496000', '114756.498000', '114756.501000', '114756.504000', '114756.506000', '114816.391000', '114816.394000', '114816.397000', '114816.400000', '114816.403000', '114816.405000', '114816.408000', '114816.411000', '114816.414000', '114816.416000', '114816.419000', '114816.422000', '114816.424000', '114816.427000', '114816.430000', '114816.432000', '114816.435000', '114816.437000', '114816.440000', '114816.443000', '114816.445000', '114816.448000', '114816.451000', '114816.453000', '114816.456000', '114816.459000', '114816.461000', '114816.464000', '114816.467000', '114816.469000', '114816.472000', '114816.475000', '114816.477000', '114816.480000', '114816.483000', '114816.485000', '114816.488000', '114816.491000', '114816.493000', '114816.496000', '114816.499000', '114816.501000', '114816.504000', '114836.390000', '114836.393000', '114836.396000', '114836.399000', '114836.401000', '114836.404000', '114836.407000', '114836.410000', '114836.413000', '114836.416000', '114836.419000', '114836.422000', '114836.424000', '114836.427000', '114836.430000', '114836.432000', '114836.435000', '114836.438000', '114836.440000', '114836.443000', '114836.445000', '114836.449000', '114836.452000', '114836.455000', '114836.458000', '114836.460000', '114836.468000', '114836.471000', '114836.473000', '114836.476000', '114836.479000', '114836.482000', '114836.484000', '114836.487000', '114836.489000', '114836.492000', '114836.495000', '114836.498000', '114836.500000', '114836.503000', '114836.506000', '114836.509000', '114836.511000', '114856.392000', '114856.394000', '114856.398000', '114856.401000', '114856.403000', '114856.406000', '114856.409000', '114856.411000', '114856.416000', '114856.419000', '114856.421000', '114856.424000', '114856.426000', '114856.429000', '114856.432000', '114856.435000', '114856.437000', '114856.440000', '114856.443000', '114856.445000', '114856.448000', '114856.450000', '114856.464000', '114856.466000', '114856.469000', '114856.472000', '114856.474000', '114856.477000', '114856.480000', '114856.482000', '114856.485000', '114856.488000', '114856.490000', '114856.493000', '114856.495000', '114856.498000', '114856.501000', '114856.503000', '114856.506000', '114856.509000', '114856.511000', '114856.514000', '114856.517000', '114856.519000', '114916.392000', '114916.395000', '114916.398000', '114916.400000', '114916.403000', '114916.406000', '114916.409000', '114916.411000', '114916.414000', '114916.417000', '114916.420000', '114916.422000', '114916.425000', '114916.428000', '114916.431000', '114916.433000', '114916.436000', '114916.439000', '114916.441000', '114916.444000', '114916.447000', '114916.449000', '114916.452000', '114916.455000', '114916.457000', '114916.460000', '114916.463000', '114916.465000', '114916.468000', '114916.471000', '114916.474000', '114916.476000', '114916.479000', '114916.482000', '114916.484000', '114916.487000', '114916.490000', '114916.493000', '114916.495000', '114916.498000', '114916.501000', '114916.503000', '114916.506000', '114936.392000', '114936.395000', '114936.398000', '114936.400000', '114936.403000', '114936.406000', '114936.409000', '114936.411000', '114936.414000', '114936.417000', '114936.419000', '114936.422000', '114936.425000', '114936.427000', '114936.430000', '114936.433000', '114936.435000', '114936.438000', '114936.441000', '114936.443000', '114936.446000', '114936.448000', '114936.451000', '114936.454000', '114936.456000', '114936.459000', '114936.462000', '114936.464000', '114936.467000', '114936.470000', '114936.472000', '114936.475000', '114936.477000', '114936.480000', '114936.483000', '114936.485000', '114936.488000', '114936.491000', '114936.493000', '114936.496000', '114936.498000', '114936.501000', '114936.504000', '114936.506000', '114956.391000', '114956.394000', '114956.397000', '114956.400000', '114956.402000', '114956.405000', '114956.408000', '114956.410000', '114956.413000', '114956.416000', '114956.418000', '114956.421000', '114956.423000', '114956.426000', '114956.428000', '114956.431000', '114956.434000', '114956.436000', '114956.439000', '114956.442000', '114956.445000', '114956.448000', '114956.452000', '114956.455000', '114956.457000', '114956.460000', '114956.462000', '114956.465000', '114956.468000', '114956.470000', '114956.473000', '114956.476000', '114956.478000', '114956.481000', '114956.484000', '114956.486000', '114956.490000', '114956.493000', '114956.496000', '114956.498000', '114956.501000', '114956.504000', '114956.506000', '115016.391000', '115016.394000', '115016.397000', '115016.399000', '115016.403000', '115016.406000', '115016.408000', '115016.411000', '115016.414000', '115016.416000', '115016.419000', '115016.422000', '115016.424000', '115016.427000', '115016.430000', '115016.432000', '115016.438000', '115016.440000', '115016.443000', '115016.446000', '115016.449000', '115016.451000', '115016.454000', '115016.456000', '115016.459000', '115016.462000', '115016.464000', '115016.467000', '115016.470000', '115016.472000', '115016.475000', '115016.478000', '115016.480000', '115016.525000', '115016.528000', '115016.531000', '115016.533000', '115016.536000', '115016.539000', '115016.541000', '115016.544000', '115016.547000', '115016.549000', '115016.552000', '115036.392000', '115036.395000', '115036.397000', '115036.400000', '115036.403000', '115036.405000', '115036.408000', '115036.411000', '115036.413000', '115036.416000', '115036.419000', '115036.421000', '115036.424000', '115036.427000', '115036.429000', '115036.432000', '115036.435000', '115036.437000', '115036.440000', '115036.442000', '115036.445000', '115036.448000', '115036.450000', '115036.453000', '115036.456000', '115036.458000', '115036.461000', '115036.464000', '115036.466000', '115036.469000', '115036.472000', '115036.475000', '115036.477000', '115036.480000', '115036.483000', '115036.485000', '115036.488000', '115036.491000', '115036.493000', '115036.496000', '115036.499000', '115036.501000', '115036.504000', '115056.391000', '115056.393000', '115056.396000', '115056.399000', '115056.402000', '115056.404000', '115056.407000', '115056.410000', '115056.412000', '115056.415000', '115056.418000', '115056.420000', '115056.423000', '115056.426000', '115056.428000', '115056.431000', '115056.434000', '115056.436000', '115056.439000', '115056.442000', '115056.444000', '115056.447000', '115056.450000', '115056.452000', '115056.455000', '115056.458000', '115056.460000', '115056.463000', '115056.466000', '115056.469000', '115056.471000', '115056.474000', '115056.477000', '115056.479000', '115056.482000', '115056.485000', '115056.487000', '115056.490000', '115056.492000', '115056.495000', '115056.498000', '115056.500000', '115056.503000', '115056.506000', '115116.392000', '115116.395000', '115116.397000', '115116.400000', '115116.403000', '115116.405000', '115116.408000', '115116.411000', '115116.413000', '115116.416000', '115116.419000', '115116.421000', '115116.424000', '115116.427000', '115116.429000', '115116.432000', '115116.435000', '115116.438000', '115116.440000', '115116.443000', '115116.445000', '115116.448000', '115116.451000', '115116.453000', '115116.456000', '115116.459000', '115116.461000', '115116.464000', '115116.467000', '115116.469000', '115116.472000', '115116.475000', '115116.477000', '115116.480000', '115116.483000', '115116.485000', '115116.488000', '115116.491000', '115116.493000', '115116.496000', '115116.499000', '115116.502000', '115116.505000', '115136.392000', '115136.395000', '115136.397000', '115136.400000', '115136.403000', '115136.405000', '115136.408000', '115136.411000', '115136.414000', '115136.416000', '115136.419000', '115136.421000', '115136.424000', '115136.427000', '115136.429000', '115136.432000', '115136.435000', '115136.437000', '115136.440000', '115136.443000', '115136.445000', '115136.448000', '115136.451000', '115136.453000', '115136.456000', '115136.458000', '115136.461000', '115136.464000', '115136.466000', '115136.469000', '115136.472000', '115136.474000', '115136.477000', '115136.480000', '115136.482000', '115136.485000', '115136.488000', '115136.490000', '115136.493000', '115136.496000', '115136.498000', '115136.501000', '115136.504000', '115136.517000', '115156.392000', '115156.394000', '115156.397000', '115156.400000', '115156.403000', '115156.405000', '115156.408000', '115156.410000', '115156.413000', '115156.416000', '115156.418000', '115156.421000', '115156.424000', '115156.426000', '115156.429000', '115156.431000', '115156.434000', '115156.437000', '115156.440000', '115156.442000', '115156.445000', '115156.448000', '115156.450000', '115156.453000', '115156.456000', '115156.458000', '115156.461000', '115156.463000', '115156.466000', '115156.469000', '115156.471000', '115156.474000', '115156.477000', '115156.479000', '115156.482000', '115156.485000', '115156.488000', '115156.490000', '115156.493000', '115156.495000', '115156.498000', '115156.501000', '115156.503000', '115216.391000', '115216.394000', '115216.397000', '115216.400000', '115216.402000', '115216.405000', '115216.408000', '115216.410000', '115216.413000', '115216.416000', '115216.419000', '115216.421000', '115216.424000', '115216.427000', '115216.429000', '115216.432000', '115216.434000', '115216.437000', '115216.440000', '115216.442000', '115216.445000', '115216.448000', '115216.450000', '115216.453000', '115216.456000', '115216.458000', '115216.461000', '115216.464000', '115216.466000', '115216.469000', '115216.472000', '115216.474000', '115216.477000', '115216.480000', '115216.482000', '115216.485000', '115216.487000', '115216.490000', '115216.493000', '115216.495000', '115216.498000', '115216.501000', '115216.503000', '115216.506000', '115236.392000', '115236.395000', '115236.397000', '115236.400000', '115236.403000', '115236.405000', '115236.408000', '115236.411000', '115236.413000', '115236.416000', '115236.418000', '115236.421000', '115236.424000', '115236.426000', '115236.429000', '115236.432000', '115236.435000', '115236.437000', '115236.440000', '115236.443000', '115236.445000', '115236.448000', '115236.451000', '115236.453000', '115236.456000', '115236.459000', '115236.461000', '115236.464000', '115236.467000', '115236.469000', '115236.472000', '115236.475000', '115236.478000', '115236.480000', '115236.483000', '115236.485000', '115236.488000', '115236.491000', '115236.493000', '115236.496000', '115236.499000', '115236.501000', '115236.504000', '115256.392000', '115256.394000', '115256.397000', '115256.400000', '115256.403000', '115256.405000', '115256.408000', '115256.410000', '115256.413000', '115256.416000', '115256.418000', '115256.421000', '115256.424000', '115256.426000', '115256.429000', '115256.432000', '115256.434000', '115256.437000', '115256.440000', '115256.442000', '115256.445000', '115256.448000', '115256.450000', '115256.453000', '115256.456000', '115256.458000', '115256.477000', '115256.479000', '115256.482000', '115256.485000', '115256.487000', '115256.490000', '115256.493000', '115256.495000', '115256.498000', '115256.501000', '115256.503000', '115256.506000', '115256.509000', '115256.511000', '115256.514000', '115256.517000', '115256.519000', '115256.522000', '115316.391000', '115316.393000', '115316.396000', '115316.399000', '115316.401000', '115316.404000', '115316.407000', '115316.410000', '115316.412000', '115316.415000', '115316.418000', '115316.420000', '115316.423000', '115316.425000', '115316.428000', '115316.431000', '115316.433000', '115316.436000', '115316.439000', '115316.441000', '115316.444000', '115316.447000', '115316.449000', '115316.452000', '115316.455000', '115316.457000', '115316.460000', '115316.463000', '115316.465000', '115316.468000', '115316.471000', '115316.473000', '115316.476000', '115316.479000', '115316.481000', '115316.484000', '115316.487000', '115316.489000', '115316.492000', '115316.495000', '115316.497000', '115316.500000', '115316.503000', '115336.392000', '115336.395000', '115336.397000', '115336.400000', '115336.403000', '115336.406000', '115336.408000', '115336.411000', '115336.414000', '115336.416000', '115336.419000', '115336.422000', '115336.425000', '115336.427000', '115336.430000', '115336.433000', '115336.435000', '115336.438000', '115336.441000', '115336.443000', '115336.446000', '115336.449000', '115336.451000', '115336.454000', '115336.457000', '115336.459000', '115336.462000', '115336.465000', '115336.467000', '115336.470000', '115336.473000', '115336.475000', '115336.478000', '115336.481000', '115336.483000', '115336.486000', '115336.489000', '115336.491000', '115336.494000', '115336.497000', '115336.500000', '115336.502000', '115336.505000', '115336.507000', '115346.464000', '115346.467000', '115346.470000', '115346.473000', '115346.476000', '115346.479000', '115346.481000', '115346.484000', '115346.487000', '115346.490000', '115346.492000', '115346.496000', '115346.499000', '115346.502000', '115346.504000', '115346.507000', '115346.510000', '115346.513000', '115346.515000', '115346.518000', '115346.521000', '115346.523000'], 'InstanceCreationTime': ['114336.432000', '114336.441000', '114336.444000', '114336.446000', '114336.449000', '114336.451000', '114336.454000', '114336.457000', '114336.459000', '114336.462000', '114336.464000', '114336.467000', '114336.470000', '114336.472000', '114336.475000', '114336.477000', '114336.480000', '114336.490000', '114336.492000', '114336.495000', '114336.498000', '114336.500000', '114336.503000', '114336.505000', '114336.508000', '114336.511000', '114336.514000', '114336.516000', '114336.528000', '114336.531000', '114336.534000', '114336.537000', '114336.539000', '114336.542000', '114336.545000', '114336.547000', '114336.550000', '114336.552000', '114336.555000', '114336.558000', '114336.560000', '114336.563000', '114336.566000', '114336.568000', '114336.571000', '114336.573000', '114336.576000', '114336.579000', '114336.581000', '114356.390000', '114356.393000', '114356.396000', '114356.399000', '114356.402000', '114356.404000', '114356.407000', '114356.409000', '114356.412000', '114356.415000', '114356.417000', '114356.420000', '114356.423000', '114356.425000', '114356.428000', '114356.430000', '114356.433000', '114356.436000', '114356.438000', '114356.441000', '114356.444000', '114356.453000', '114356.456000', '114356.459000', '114356.461000', '114356.464000', '114356.467000', '114356.469000', '114356.472000', '114356.475000', '114356.477000', '114356.480000', '114356.482000', '114356.485000', '114356.488000', '114356.490000', '114356.493000', '114356.496000', '114356.498000', '114356.501000', '114356.504000', '114356.506000', '114356.509000', '114356.511000', '114416.391000', '114416.394000', '114416.397000', '114416.400000', '114416.402000', '114416.405000', '114416.408000', '114416.410000', '114416.413000', '114416.416000', '114416.418000', '114416.421000', '114416.424000', '114416.426000', '114416.429000', '114416.431000', '114416.434000', '114416.437000', '114416.439000', '114416.442000', '114416.445000', '114416.447000', '114416.450000', '114416.452000', '114416.455000', '114416.458000', '114416.460000', '114416.463000', '114416.466000', '114416.468000', '114416.471000', '114416.473000', '114416.481000', '114416.494000', '114416.496000', '114416.499000', '114416.502000', '114416.504000', '114416.507000', '114416.509000', '114416.512000', '114416.515000', '114416.518000', '114436.392000', '114436.395000', '114436.397000', '114436.400000', '114436.406000', '114436.409000', '114436.411000', '114436.414000', '114436.416000', '114436.419000', '114436.422000', '114436.424000', '114436.427000', '114436.430000', '114436.433000', '114436.435000', '114436.438000', '114436.441000', '114436.443000', '114436.446000', '114436.448000', '114436.451000', '114436.454000', '114436.456000', '114436.459000', '114436.462000', '114436.464000', '114436.467000', '114436.469000', '114436.472000', '114436.475000', '114436.477000', '114436.480000', '114436.483000', '114436.485000', '114436.488000', '114436.490000', '114436.493000', '114436.496000', '114436.498000', '114436.501000', '114436.504000', '114436.506000', '114436.509000', '114456.392000', '114456.395000', '114456.397000', '114456.400000', '114456.403000', '114456.405000', '114456.408000', '114456.411000', '114456.413000', '114456.416000', '114456.418000', '114456.421000', '114456.424000', '114456.426000', '114456.429000', '114456.432000', '114456.434000', '114456.437000', '114456.439000', '114456.442000', '114456.445000', '114456.448000', '114456.450000', '114456.461000', '114456.464000', '114456.466000', '114456.469000', '114456.472000', '114456.474000', '114456.477000', '114456.480000', '114456.482000', '114456.485000', '114456.488000', '114456.490000', '114456.493000', '114456.496000', '114456.498000', '114456.501000', '114456.504000', '114456.506000', '114456.509000', '114456.512000', '114516.391000', '114516.394000', '114516.397000', '114516.400000', '114516.402000', '114516.405000', '114516.408000', '114516.410000', '114516.413000', '114516.415000', '114516.418000', '114516.421000', '114516.423000', '114516.426000', '114516.428000', '114516.431000', '114516.434000', '114516.437000', '114516.439000', '114516.442000', '114516.445000', '114516.447000', '114516.450000', '114516.452000', '114516.461000', '114516.464000', '114516.466000', '114516.469000', '114516.472000', '114516.475000', '114516.477000', '114516.480000', '114516.483000', '114516.485000', '114516.488000', '114516.491000', '114516.493000', '114516.496000', '114516.498000', '114516.501000', '114516.504000', '114516.506000', '114516.509000', '114516.511000', '114536.392000', '114536.394000', '114536.398000', '114536.401000', '114536.403000', '114536.406000', '114536.409000', '114536.411000', '114536.414000', '114536.416000', '114536.419000', '114536.422000', '114536.424000', '114536.427000', '114536.430000', '114536.432000', '114536.435000', '114536.437000', '114536.440000', '114536.443000', '114536.445000', '114536.448000', '114536.451000', '114536.453000', '114536.456000', '114536.459000', '114536.461000', '114536.464000', '114536.467000', '114536.469000', '114536.472000', '114536.475000', '114536.477000', '114536.480000', '114536.483000', '114536.485000', '114536.488000', '114536.490000', '114536.499000', '114536.502000', '114536.505000', '114536.507000', '114536.510000', '114556.391000', '114556.394000', '114556.397000', '114556.400000', '114556.403000', '114556.405000', '114556.408000', '114556.411000', '114556.413000', '114556.416000', '114556.418000', '114556.421000', '114556.424000', '114556.427000', '114556.429000', '114556.432000', '114556.435000', '114556.437000', '114556.440000', '114556.448000', '114556.451000', '114556.473000', '114556.476000', '114556.479000', '114556.481000', '114556.484000', '114556.487000', '114556.489000', '114556.492000', '114556.502000', '114556.504000', '114556.507000', '114556.510000', '114556.512000', '114556.515000', '114556.518000', '114556.520000', '114556.523000', '114556.526000', '114556.528000', '114556.531000', '114556.534000', '114556.536000', '114556.539000', '114616.391000', '114616.394000', '114616.396000', '114616.399000', '114616.401000', '114616.404000', '114616.407000', '114616.409000', '114616.412000', '114616.415000', '114616.417000', '114616.420000', '114616.422000', '114616.425000', '114616.428000', '114616.430000', '114616.433000', '114616.436000', '114616.438000', '114616.441000', '114616.444000', '114616.446000', '114616.449000', '114616.451000', '114616.454000', '114616.457000', '114616.459000', '114616.462000', '114616.465000', '114616.467000', '114616.470000', '114616.473000', '114616.475000', '114616.478000', '114616.481000', '114616.483000', '114616.486000', '114616.488000', '114616.491000', '114616.494000', '114616.496000', '114616.499000', '114616.502000', '114636.392000', '114636.394000', '114636.397000', '114636.400000', '114636.402000', '114636.405000', '114636.408000', '114636.410000', '114636.413000', '114636.415000', '114636.418000', '114636.421000', '114636.424000', '114636.426000', '114636.429000', '114636.432000', '114636.434000', '114636.437000', '114636.439000', '114636.442000', '114636.445000', '114636.447000', '114636.450000', '114636.453000', '114636.455000', '114636.458000', '114636.460000', '114636.463000', '114636.466000', '114636.469000', '114636.471000', '114636.474000', '114636.477000', '114636.479000', '114636.482000', '114636.485000', '114636.487000', '114636.490000', '114636.493000', '114636.495000', '114636.498000', '114636.500000', '114636.512000', '114656.392000', '114656.395000', '114656.397000', '114656.400000', '114656.402000', '114656.405000', '114656.408000', '114656.411000', '114656.413000', '114656.416000', '114656.419000', '114656.421000', '114656.424000', '114656.427000', '114656.429000', '114656.432000', '114656.435000', '114656.437000', '114656.440000', '114656.442000', '114656.445000', '114656.448000', '114656.450000', '114656.453000', '114656.456000', '114656.458000', '114656.461000', '114656.464000', '114656.466000', '114656.469000', '114656.472000', '114656.474000', '114656.477000', '114656.480000', '114656.482000', '114656.485000', '114656.487000', '114656.490000', '114656.493000', '114656.495000', '114656.498000', '114656.501000', '114656.503000', '114656.506000', '114716.391000', '114716.394000', '114716.397000', '114716.400000', '114716.402000', '114716.405000', '114716.408000', '114716.411000', '114716.413000', '114716.416000', '114716.419000', '114716.422000', '114716.424000', '114716.427000', '114716.430000', '114716.432000', '114716.435000', '114716.437000', '114716.440000', '114716.443000', '114716.445000', '114716.448000', '114716.451000', '114716.453000', '114716.456000', '114716.458000', '114716.461000', '114716.464000', '114716.466000', '114716.469000', '114716.472000', '114716.475000', '114716.477000', '114716.480000', '114716.483000', '114716.485000', '114716.488000', '114716.490000', '114716.493000', '114716.496000', '114716.498000', '114716.501000', '114716.504000', '114716.517000', '114736.392000', '114736.394000', '114736.397000', '114736.400000', '114736.402000', '114736.405000', '114736.408000', '114736.410000', '114736.413000', '114736.416000', '114736.425000', '114736.428000', '114736.431000', '114736.433000', '114736.436000', '114736.439000', '114736.441000', '114736.444000', '114736.447000', '114736.449000', '114736.452000', '114736.455000', '114736.457000', '114736.460000', '114736.463000', '114736.465000', '114736.468000', '114736.471000', '114736.473000', '114736.476000', '114736.478000', '114736.481000', '114736.484000', '114736.486000', '114736.489000', '114736.492000', '114736.494000', '114736.497000', '114736.500000', '114736.502000', '114736.505000', '114736.507000', '114736.510000', '114756.391000', '114756.394000', '114756.397000', '114756.399000', '114756.402000', '114756.405000', '114756.407000', '114756.410000', '114756.413000', '114756.415000', '114756.418000', '114756.421000', '114756.424000', '114756.426000', '114756.429000', '114756.431000', '114756.434000', '114756.437000', '114756.439000', '114756.442000', '114756.445000', '114756.447000', '114756.450000', '114756.453000', '114756.456000', '114756.458000', '114756.461000', '114756.464000', '114756.466000', '114756.469000', '114756.472000', '114756.474000', '114756.477000', '114756.480000', '114756.482000', '114756.485000', '114756.488000', '114756.490000', '114756.493000', '114756.496000', '114756.498000', '114756.501000', '114756.504000', '114756.506000', '114816.391000', '114816.394000', '114816.397000', '114816.400000', '114816.403000', '114816.405000', '114816.408000', '114816.411000', '114816.414000', '114816.416000', '114816.419000', '114816.422000', '114816.424000', '114816.427000', '114816.430000', '114816.432000', '114816.435000', '114816.437000', '114816.440000', '114816.443000', '114816.445000', '114816.448000', '114816.451000', '114816.453000', '114816.456000', '114816.459000', '114816.461000', '114816.464000', '114816.467000', '114816.469000', '114816.472000', '114816.475000', '114816.477000', '114816.480000', '114816.483000', '114816.485000', '114816.488000', '114816.491000', '114816.493000', '114816.496000', '114816.499000', '114816.501000', '114816.504000', '114836.390000', '114836.393000', '114836.396000', '114836.399000', '114836.401000', '114836.404000', '114836.407000', '114836.410000', '114836.413000', '114836.416000', '114836.419000', '114836.422000', '114836.424000', '114836.427000', '114836.430000', '114836.432000', '114836.435000', '114836.438000', '114836.440000', '114836.443000', '114836.445000', '114836.449000', '114836.452000', '114836.455000', '114836.458000', '114836.460000', '114836.468000', '114836.471000', '114836.473000', '114836.476000', '114836.479000', '114836.482000', '114836.484000', '114836.487000', '114836.489000', '114836.492000', '114836.495000', '114836.498000', '114836.500000', '114836.503000', '114836.506000', '114836.509000', '114836.511000', '114856.392000', '114856.394000', '114856.398000', '114856.401000', '114856.403000', '114856.406000', '114856.409000', '114856.411000', '114856.416000', '114856.419000', '114856.421000', '114856.424000', '114856.426000', '114856.429000', '114856.432000', '114856.435000', '114856.437000', '114856.440000', '114856.443000', '114856.445000', '114856.448000', '114856.450000', '114856.464000', '114856.466000', '114856.469000', '114856.472000', '114856.474000', '114856.477000', '114856.480000', '114856.482000', '114856.485000', '114856.488000', '114856.490000', '114856.493000', '114856.495000', '114856.498000', '114856.501000', '114856.503000', '114856.506000', '114856.509000', '114856.511000', '114856.514000', '114856.517000', '114856.519000', '114916.392000', '114916.395000', '114916.398000', '114916.400000', '114916.403000', '114916.406000', '114916.409000', '114916.411000', '114916.414000', '114916.417000', '114916.420000', '114916.422000', '114916.425000', '114916.428000', '114916.431000', '114916.433000', '114916.436000', '114916.439000', '114916.441000', '114916.444000', '114916.447000', '114916.449000', '114916.452000', '114916.455000', '114916.457000', '114916.460000', '114916.463000', '114916.465000', '114916.468000', '114916.471000', '114916.474000', '114916.476000', '114916.479000', '114916.482000', '114916.484000', '114916.487000', '114916.490000', '114916.493000', '114916.495000', '114916.498000', '114916.501000', '114916.503000', '114916.506000', '114936.392000', '114936.395000', '114936.398000', '114936.400000', '114936.403000', '114936.406000', '114936.409000', '114936.411000', '114936.414000', '114936.417000', '114936.419000', '114936.422000', '114936.425000', '114936.427000', '114936.430000', '114936.433000', '114936.435000', '114936.438000', '114936.441000', '114936.443000', '114936.446000', '114936.448000', '114936.451000', '114936.454000', '114936.456000', '114936.459000', '114936.462000', '114936.464000', '114936.467000', '114936.470000', '114936.472000', '114936.475000', '114936.477000', '114936.480000', '114936.483000', '114936.485000', '114936.488000', '114936.491000', '114936.493000', '114936.496000', '114936.498000', '114936.501000', '114936.504000', '114936.506000', '114956.391000', '114956.394000', '114956.397000', '114956.400000', '114956.402000', '114956.405000', '114956.408000', '114956.410000', '114956.413000', '114956.416000', '114956.418000', '114956.421000', '114956.423000', '114956.426000', '114956.428000', '114956.431000', '114956.434000', '114956.436000', '114956.439000', '114956.442000', '114956.445000', '114956.448000', '114956.452000', '114956.455000', '114956.457000', '114956.460000', '114956.462000', '114956.465000', '114956.468000', '114956.470000', '114956.473000', '114956.476000', '114956.478000', '114956.481000', '114956.484000', '114956.486000', '114956.490000', '114956.493000', '114956.496000', '114956.498000', '114956.501000', '114956.504000', '114956.506000', '115016.391000', '115016.394000', '115016.397000', '115016.399000', '115016.403000', '115016.406000', '115016.408000', '115016.411000', '115016.414000', '115016.416000', '115016.419000', '115016.422000', '115016.424000', '115016.427000', '115016.430000', '115016.432000', '115016.438000', '115016.440000', '115016.443000', '115016.446000', '115016.449000', '115016.451000', '115016.454000', '115016.456000', '115016.459000', '115016.462000', '115016.464000', '115016.467000', '115016.470000', '115016.472000', '115016.475000', '115016.478000', '115016.480000', '115016.525000', '115016.528000', '115016.531000', '115016.533000', '115016.536000', '115016.539000', '115016.541000', '115016.544000', '115016.547000', '115016.549000', '115016.552000', '115036.392000', '115036.395000', '115036.397000', '115036.400000', '115036.403000', '115036.405000', '115036.408000', '115036.411000', '115036.413000', '115036.416000', '115036.419000', '115036.421000', '115036.424000', '115036.427000', '115036.429000', '115036.432000', '115036.435000', '115036.437000', '115036.440000', '115036.442000', '115036.445000', '115036.448000', '115036.450000', '115036.453000', '115036.456000', '115036.458000', '115036.461000', '115036.464000', '115036.466000', '115036.469000', '115036.472000', '115036.475000', '115036.477000', '115036.480000', '115036.483000', '115036.485000', '115036.488000', '115036.491000', '115036.493000', '115036.496000', '115036.499000', '115036.501000', '115036.504000', '115056.391000', '115056.393000', '115056.396000', '115056.399000', '115056.402000', '115056.404000', '115056.407000', '115056.410000', '115056.412000', '115056.415000', '115056.418000', '115056.420000', '115056.423000', '115056.426000', '115056.428000', '115056.431000', '115056.434000', '115056.436000', '115056.439000', '115056.442000', '115056.444000', '115056.447000', '115056.450000', '115056.452000', '115056.455000', '115056.458000', '115056.460000', '115056.463000', '115056.466000', '115056.469000', '115056.471000', '115056.474000', '115056.477000', '115056.479000', '115056.482000', '115056.485000', '115056.487000', '115056.490000', '115056.492000', '115056.495000', '115056.498000', '115056.500000', '115056.503000', '115056.506000', '115116.392000', '115116.395000', '115116.397000', '115116.400000', '115116.403000', '115116.405000', '115116.408000', '115116.411000', '115116.413000', '115116.416000', '115116.419000', '115116.421000', '115116.424000', '115116.427000', '115116.429000', '115116.432000', '115116.435000', '115116.438000', '115116.440000', '115116.443000', '115116.445000', '115116.448000', '115116.451000', '115116.453000', '115116.456000', '115116.459000', '115116.461000', '115116.464000', '115116.467000', '115116.469000', '115116.472000', '115116.475000', '115116.477000', '115116.480000', '115116.483000', '115116.485000', '115116.488000', '115116.491000', '115116.493000', '115116.496000', '115116.499000', '115116.502000', '115116.505000', '115136.392000', '115136.395000', '115136.397000', '115136.400000', '115136.403000', '115136.405000', '115136.408000', '115136.411000', '115136.414000', '115136.416000', '115136.419000', '115136.421000', '115136.424000', '115136.427000', '115136.429000', '115136.432000', '115136.435000', '115136.437000', '115136.440000', '115136.443000', '115136.445000', '115136.448000', '115136.451000', '115136.453000', '115136.456000', '115136.458000', '115136.461000', '115136.464000', '115136.466000', '115136.469000', '115136.472000', '115136.474000', '115136.477000', '115136.480000', '115136.482000', '115136.485000', '115136.488000', '115136.490000', '115136.493000', '115136.496000', '115136.498000', '115136.501000', '115136.504000', '115136.517000', '115156.392000', '115156.394000', '115156.397000', '115156.400000', '115156.403000', '115156.405000', '115156.408000', '115156.410000', '115156.413000', '115156.416000', '115156.418000', '115156.421000', '115156.424000', '115156.426000', '115156.429000', '115156.431000', '115156.434000', '115156.437000', '115156.440000', '115156.442000', '115156.445000', '115156.448000', '115156.450000', '115156.453000', '115156.456000', '115156.458000', '115156.461000', '115156.463000', '115156.466000', '115156.469000', '115156.471000', '115156.474000', '115156.477000', '115156.479000', '115156.482000', '115156.485000', '115156.488000', '115156.490000', '115156.493000', '115156.495000', '115156.498000', '115156.501000', '115156.503000', '115216.391000', '115216.394000', '115216.397000', '115216.400000', '115216.402000', '115216.405000', '115216.408000', '115216.410000', '115216.413000', '115216.416000', '115216.419000', '115216.421000', '115216.424000', '115216.427000', '115216.429000', '115216.432000', '115216.434000', '115216.437000', '115216.440000', '115216.442000', '115216.445000', '115216.448000', '115216.450000', '115216.453000', '115216.456000', '115216.458000', '115216.461000', '115216.464000', '115216.466000', '115216.469000', '115216.472000', '115216.474000', '115216.477000', '115216.480000', '115216.482000', '115216.485000', '115216.487000', '115216.490000', '115216.493000', '115216.495000', '115216.498000', '115216.501000', '115216.503000', '115216.506000', '115236.392000', '115236.395000', '115236.397000', '115236.400000', '115236.403000', '115236.405000', '115236.408000', '115236.411000', '115236.413000', '115236.416000', '115236.418000', '115236.421000', '115236.424000', '115236.426000', '115236.429000', '115236.432000', '115236.435000', '115236.437000', '115236.440000', '115236.443000', '115236.445000', '115236.448000', '115236.451000', '115236.453000', '115236.456000', '115236.459000', '115236.461000', '115236.464000', '115236.467000', '115236.469000', '115236.472000', '115236.475000', '115236.478000', '115236.480000', '115236.483000', '115236.485000', '115236.488000', '115236.491000', '115236.493000', '115236.496000', '115236.499000', '115236.501000', '115236.504000', '115256.392000', '115256.394000', '115256.397000', '115256.400000', '115256.403000', '115256.405000', '115256.408000', '115256.410000', '115256.413000', '115256.416000', '115256.418000', '115256.421000', '115256.424000', '115256.426000', '115256.429000', '115256.432000', '115256.434000', '115256.437000', '115256.440000', '115256.442000', '115256.445000', '115256.448000', '115256.450000', '115256.453000', '115256.456000', '115256.458000', '115256.477000', '115256.479000', '115256.482000', '115256.485000', '115256.487000', '115256.490000', '115256.493000', '115256.495000', '115256.498000', '115256.501000', '115256.503000', '115256.506000', '115256.509000', '115256.511000', '115256.514000', '115256.517000', '115256.519000', '115256.522000', '115316.391000', '115316.393000', '115316.396000', '115316.399000', '115316.401000', '115316.404000', '115316.407000', '115316.410000', '115316.412000', '115316.415000', '115316.418000', '115316.420000', '115316.423000', '115316.425000', '115316.428000', '115316.431000', '115316.433000', '115316.436000', '115316.439000', '115316.441000', '115316.444000', '115316.447000', '115316.449000', '115316.452000', '115316.455000', '115316.457000', '115316.460000', '115316.463000', '115316.465000', '115316.468000', '115316.471000', '115316.473000', '115316.476000', '115316.479000', '115316.481000', '115316.484000', '115316.487000', '115316.489000', '115316.492000', '115316.495000', '115316.497000', '115316.500000', '115316.503000', '115336.392000', '115336.395000', '115336.397000', '115336.400000', '115336.403000', '115336.406000', '115336.408000', '115336.411000', '115336.414000', '115336.416000', '115336.419000', '115336.422000', '115336.425000', '115336.427000', '115336.430000', '115336.433000', '115336.435000', '115336.438000', '115336.441000', '115336.443000', '115336.446000', '115336.449000', '115336.451000', '115336.454000', '115336.457000', '115336.459000', '115336.462000', '115336.465000', '115336.467000', '115336.470000', '115336.473000', '115336.475000', '115336.478000', '115336.481000', '115336.483000', '115336.486000', '115336.489000', '115336.491000', '115336.494000', '115336.497000', '115336.500000', '115336.502000', '115336.505000', '115336.507000', '115346.464000', '115346.467000', '115346.470000', '115346.473000', '115346.476000', '115346.479000', '115346.481000', '115346.484000', '115346.487000', '115346.490000', '115346.492000', '115346.496000', '115346.499000', '115346.502000', '115346.504000', '115346.507000', '115346.510000', '115346.513000', '115346.515000', '115346.518000', '115346.521000', '115346.523000'], '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': [10213, 13153, 15644, 10767, 13209, 10372, 12543, 10569, 12502, 9858, 12170, 15083, 10317, 13173, 10447, 11311, 10496, 10210, 9169, 10894, 9237, 10578, 11869, 10928, 11917, 11355, 11506, 7932, 10064, 7534, 8466, 7977, 12093, 14316, 12142, 12551, 10854, 11764, 10567, 10201, 10886, 12336, 9057, 12076, 14203, 11974, 12822, 11833, 11655, 11459, 11302, 8280, 12212, 10779, 12042, 7781, 11972, 7236, 11995, 12546, 11483, 12082, 10280, 11804, 9741, 10031, 9057, 12518, 14282, 12041, 13068, 11146, 12186, 10844, 10987, 9786, 12431, 10774, 12060, 13663, 11341, 13079, 11349, 11957, 11565, 12530, 9774, 13454, 8236, 9381, 8019, 11823, 14144, 11442, 12315, 10814, 11945, 10302, 11693, 10502, 13287, 12556, 12032, 13544, 11586, 12491, 10959, 11924, 11442, 12353, 8995, 11908, 14141, 11991, 12132, 11539, 11751, 11118, 11269, 9249, 11790, 14233, 11675, 13298, 11342, 12111, 11125, 11554, 9763, 11836, 10650, 11513, 11587, 11559, 7321, 11777, 13517, 11827, 12674, 10080, 12850, 8782, 9810, 8934, 11590, 14687, 12203, 13838, 11356, 12394, 10272, 10345, 9982, 12133, 13204, 11932, 13895, 11926, 13437, 11640, 10698, 11674, 11733, 9592, 11928, 13840, 11089, 11644, 10033, 9502, 9421, 11448, 13877, 11853, 12913, 9045, 11589, 7834, 11476, 8600, 11501, 12712, 11292, 12844, 10934, 11261, 12987, 11253, 11933, 11049, 11277, 9347, 11662, 13139, 11103, 12173, 9563, 10836, 7584, 11740, 10609, 11686, 12317, 11259, 11476, 10984, 12202, 11267, 13949, 12783, 11876, 13626, 10674, 11739, 8650, 11390, 14356, 11492, 11974, 10680, 11731, 7450, 9710, 7311, 8156, 7682, 11559, 13932, 11339, 12963, 9925, 11425, 8395, 8549, 8363, 11807, 9964, 11351, 13821, 10579, 12745, 10235, 11477, 10001, 12261, 9030, 11745, 13813, 10771, 12055, 10745, 11966, 10528, 11078, 10876, 13075, 7740, 12032, 14218, 11494, 12302, 10773, 11225, 8556, 11774, 11968, 11528, 13046, 11682, 11290, 11526, 7407, 11595, 13818, 11393, 13935, 9787, 11717, 13598, 11706, 12754, 11601, 11797, 8790, 11811, 12896, 11820, 12232, 11839, 11859, 11748, 12220, 11401, 12837, 10328, 9772, 9845, 11000, 11361, 13500, 8800, 12404, 14784, 11473, 12513, 11356, 12213, 11444, 11972, 11114, 13936, 9156, 11703, 13763, 11972, 13357, 11819, 11839, 9797, 12167, 12671, 11990, 12416, 11284, 11929, 11248, 11145, 10415, 12003, 8861, 12074, 13294, 10966, 12168, 10899, 11092, 11067, 12206, 8437, 12313, 14014, 11733, 12903, 11728, 12196, 11485, 13172, 10652, 11991, 13325, 10799, 11743, 9453, 8442, 9677, 11880, 7544, 11672, 14454, 10994, 13634, 10571, 12025, 10516, 12617, 10951, 11713, 14609, 10805, 12886, 10888, 11433, 11202, 13026, 8832, 11817, 13870, 10620, 12091, 8456, 8469, 7262, 11650, 13300, 11135, 12846, 10227, 12491, 10354, 11128, 10169, 12815, 14785, 11617, 13913, 10653, 12001, 9672, 11135, 7237, 11637, 13910, 11170, 13156, 10667, 11835, 10606, 9956, 10645, 9877, 10737, 12176, 10730, 9415, 10963, 14580, 15459, 11377, 14132, 10137, 10987, 8501, 10696, 10118, 10806, 12860, 11175, 12761, 10095, 9638, 10506, 9674, 11143, 11986, 10177, 11072, 14130, 11239, 12458, 11019, 12039, 10372, 11413, 11300, 11440, 13071, 10896, 12803, 10931, 11299, 10717, 12023, 8802, 11008, 14384, 11273, 12989, 10820, 11247, 10932, 12461, 9448, 10763, 14120, 11183, 12873, 11429, 12208, 10651, 11846, 11096, 12337, 10778, 11845, 13146, 10492, 9730, 10821, 13281, 11112, 12734, 11465, 13036, 11264, 11029, 8952, 10787, 8220, 10844, 13445, 11472, 13359, 8802, 8528, 8814, 8083, 9904, 11189, 12334, 11324, 12284, 10740, 10638, 9669, 11144, 9290, 10834, 14007, 10919, 12668, 11620, 10866, 13479, 10624, 12213, 11049, 11327, 10697, 12691, 10169, 11071, 13527, 10904, 13658, 11095, 12212, 8812, 10909, 13571, 11313, 12603, 10891, 11230, 10899, 10743, 9517, 11183, 12426, 10692, 10898, 8555, 10952, 10819, 10643, 11616, 10020, 11331, 10351, 11032, 14214, 10763, 11850, 10340, 10608, 7955, 11085, 13626, 10592, 12544, 10027, 11455, 9754, 11775, 7744, 11559, 14980, 10671, 12599, 9105, 7038, 11290, 13948, 9761, 11578, 15455, 10898, 12498, 9331, 10141, 7544, 10461, 10637, 10630, 13472, 10767, 14129, 8896, 10766, 11923, 10555, 13581, 10753, 11915, 8423, 10660, 14498, 10947, 13588, 10398, 11889, 10632, 11016, 8330, 10834, 14146, 11110, 13320, 10755, 7960, 7945, 10127, 14276, 14733, 11280, 13459, 13043, 10216, 14506, 10780, 12298, 9169, 10179, 11156, 10264, 13692, 10996, 13228, 11328, 10423, 11621, 8624, 8063, 10751, 11532, 10372, 11183, 15736, 15113, 11713, 14896, 9979, 11790, 9751, 11795, 11715, 11781, 13723, 11605, 11532, 10552, 9071, 8316, 7517, 9319, 7270, 10208, 9323, 9188, 12821, 8960, 12758, 8065, 12729, 8960, 12467, 14345, 11430, 14204, 8604, 9756, 8983, 8361, 10111, 12435, 13939, 12221, 13701, 10944, 12409, 7878, 12508, 8616, 11863, 12192, 10311, 12579, 7561, 12150, 8541, 11886, 11857, 11519, 12305, 9759, 12513, 13609, 11575, 13790, 11166, 11994, 10824, 11889, 8411, 12406, 15206, 10902, 13851, 11098, 11528, 11304, 11749, 9538, 12392, 14275, 11072, 13751, 10925, 10907, 11784, 11926, 10549, 13551, 14014, 11639, 12949, 11420, 11827, 11616, 11979, 9461, 12211, 15861, 11629, 13077, 11294, 9386, 12169, 12866, 11285, 13335, 12342, 11945, 11702, 11863, 10733, 12297, 13344, 10906, 13980, 13435, 11846, 12629, 12029, 9798, 12306, 13685, 11444, 13251, 12227, 11870, 12265, 11786, 9080, 12721, 9263, 12441, 14207, 11752, 13943, 11358, 10869, 12236, 10506, 12305, 15280, 9863, 12151, 16309, 11565, 12742, 10908, 11973, 9879, 11934, 12466, 11138, 12105, 8707, 12226, 8172, 12386, 8123, 12464, 12368, 10924, 12563, 14007, 11509, 12957, 11425, 10834, 10826, 11984, 11838, 11908, 13443, 10403, 10769, 7883, 12077, 6942, 11994, 12829, 11098, 13385, 8172, 12184, 7299, 11821, 13074, 11458, 14002, 9732, 12303, 14187, 11680, 14813, 10688, 11995, 11136, 12850, 9039, 12320, 15291, 10362, 12348, 9389, 12314, 7024, 12106, 13670, 10589, 12433, 11496, 11725, 13221, 10887, 7715, 11468, 12207, 10986, 12185, 13343, 11325, 14122, 9508, 11279, 9189, 12072, 12644, 11026, 11815, 9524, 11747, 7913, 8552, 7371, 11878, 7429, 12067, 14465, 10749, 13644, 8751, 9752, 8753, 12084, 7244, 11868, 15402, 9807, 12299, 11398, 11500, 11660, 11110, 11360, 11414, 12297, 9676, 12024, 12672, 11537, 14604, 10353, 11626, 9938, 11857, 9651, 12114, 15134, 10219, 12381, 7833, 11840, 13228, 11432, 10934, 10465, 11852, 8386, 8621, 9149, 9402, 8273, 12340, 10869, 12109, 13544, 11740, 7489, 9146, 9043, 14719, 15533, 12106, 14669, 9790, 9086, 10248, 10443, 11233, 8313, 14829, 15486, 12483, 14778, 10327, 10325, 8897, 9848, 8715, 12742, 9097, 12620, 12853, 12460, 11113, 8413, 9001, 7792, 9685, 13065, 12664, 12658, 15069, 11023, 11978, 10499, 9507, 11726, 13044, 12056, 13531, 10136, 13697, 12711, 12371, 7134, 7472, 9118, 9823, 13090, 10098, 13120, 12947, 16611, 12597, 12684, 16541, 12049, 13427, 10761, 12849, 12781, 12365, 12056, 12311, 11008, 12372, 12663, 11639, 12922, 9335, 12762, 11622, 11332, 10946, 10136, 8478, 9187, 12410, 11874, 11574, 10799, 8867, 12722, 10067, 11957, 7057, 12211, 7591, 12034, 11957, 8818, 12665, 13686, 11528, 13310, 10475, 11329, 9593, 12573, 10545, 11870, 13491, 8590, 12375, 8218, 11867, 10653, 11505, 12020, 9797, 13296, 8960, 12038, 9684, 12030, 6998, 12299, 14225, 9447, 13535, 11521, 11467, 11930, 11241, 7119, 10123, 7093, 12461, 13972, 10321, 13913, 9153, 11865, 8850, 8260, 10729, 7226, 13657, 14913, 9963, 14229, 9441, 11528, 9535, 12465, 10900, 13477, 9766, 13439, 9094, 11613, 13896, 10021, 11186, 9669, 8763, 10864, 11472, 9338, 10764, 8045, 10792, 7179, 8080, 7391, 8139, 8192, 14017, 14376, 10534, 13425, 9074, 9604, 7575, 8604, 7907, 12491, 14001, 10235, 12364, 8631, 9187, 7413, 8015, 7355, 12191, 13806, 11319, 13903, 8874, 11076, 8760, 9624, 9396, 13115, 8893, 12242, 14340, 10170, 12468, 11329, 7289, 11695, 15053, 11872, 13411, 10829, 9732, 9633, 9649, 9657, 10048, 10889, 12759, 10177, 12988, 11897, 11479, 13708, 11435, 7470, 8919, 7283, 12272, 13447, 10290, 13028, 7848, 8932, 7506, 8620, 9245, 13462, 9444, 11502, 14442, 9104, 12594, 8283, 11585, 11602, 8630, 9023, 7904, 8638, 8014, 10141, 8756, 7056, 8238, 7750, 7984, 7540, 8410, 12227, 9090, 16017, 15051, 13723, 16551, 11724, 15340, 13776, 12207, 17210, 11558, 14990, 11377, 12388, 10892, 12072, 9189, 8968, 11395, 11762, 13310, 10986, 14030, 16095, 12152, 14465, 11016, 9217, 10788, 12704, 11472, 12482, 9473, 12301, 11406, 12462, 8603, 9880, 10391, 10357, 9058, 10025, 7400, 8478, 9327, 13742, 9472, 10427, 12299, 9590, 13212, 10175, 10443, 9874, 9145, 10159, 7557, 8845, 7456, 9540, 9057, 9535, 7086, 8549, 8290, 7119, 9337, 10317, 9072, 9753, 14437, 10991, 9081, 14621, 11109, 11102, 16158, 11847, 14957, 13847, 11157, 8958, 14797, 11027, 16200, 11876, 15189, 10549, 12389, 9273, 10158, 8926, 9835, 7927, 9699, 8115, 9728, 7842, 9704, 7101, 10686, 7723, 10277, 10952, 8971, 7108, 7146, 7025, 7446, 7299, 7346, 11871, 13708, 8391, 11065, 14069, 9136, 11328, 8036, 10328, 13897, 9884, 11168, 7138, 11208, 12140, 11014, 10950, 10678, 8122, 11194, 13307, 8984, 11527, 14349, 8269, 12512, 7569, 9875, 7424, 8883, 7362, 11957, 14055, 11037, 13090, 7311, 11772, 12052, 11619, 14208, 10994, 12498, 10328, 13130, 9872, 13156, 10095, 12703, 9286, 13687, 9916, 13340, 8967, 13491, 9771, 11928, 14586, 11544, 12775, 9746, 10565, 8067, 10469, 7943, 11643, 8748, 11813, 12339, 8525, 11882, 7181, 11057, 13631, 10372, 10267, 9137, 11443, 7513, 11005, 12563, 8710, 10488, 8723, 9357, 9637, 10177], 'WindowCenter': [4493.0, 4508.0, 4503.0, 4458.0, 4465.0, 4435.0, 4454.0, 4444.0, 4454.0, 4422.0, 4455.0, 4462.0, 4421.0, 4450.0, 4431.0, 4429.0, 4432.0, 4434.0, 4424.0, 4444.0, 4411.0, 4431.0, 4441.0, 4443.0, 4443.0, 4456.0, 4457.0, 4402.0, 4423.0, 4391.0, 4402.0, 4400.0, 4464.0, 4474.0, 4452.0, 4453.0, 4432.0, 4440.0, 4430.0, 4431.0, 4444.0, 4453.0, 4424.0, 4454.0, 4461.0, 4441.0, 4448.0, 4441.0, 4439.0, 4439.0, 4440.0, 4401.0, 4451.0, 4430.0, 4441.0, 4389.0, 4452.0, 4392.0, 4452.0, 4463.0, 4454.0, 4452.0, 4432.0, 4452.0, 4433.0, 4433.0, 4423.0, 4466.0, 4482.0, 4453.0, 4463.0, 4443.0, 4451.0, 4442.0, 4442.0, 4433.0, 4465.0, 4455.0, 4455.0, 4464.0, 4454.0, 4464.0, 4454.0, 4454.0, 4455.0, 4467.0, 4435.0, 4464.0, 4402.0, 4424.0, 4402.0, 4456.0, 4473.0, 4454.0, 4454.0, 4442.0, 4452.0, 4434.0, 4452.0, 4443.0, 4466.0, 4464.0, 4453.0, 4463.0, 4440.0, 4450.0, 4442.0, 4440.0, 4452.0, 4453.0, 4411.0, 4453.0, 4463.0, 4441.0, 4450.0, 4453.0, 4453.0, 4443.0, 4443.0, 4423.0, 4454.0, 4462.0, 4441.0, 4461.0, 4442.0, 4451.0, 4443.0, 4442.0, 4434.0, 4454.0, 4432.0, 4442.0, 4442.0, 4452.0, 4394.0, 4454.0, 4474.0, 4467.0, 4466.0, 4433.0, 4452.0, 4411.0, 4431.0, 4411.0, 4454.0, 4473.0, 4454.0, 4464.0, 4431.0, 4440.0, 4421.0, 4421.0, 4421.0, 4453.0, 4451.0, 4440.0, 4450.0, 4439.0, 4448.0, 4440.0, 4430.0, 4441.0, 4442.0, 4409.0, 4441.0, 4460.0, 4426.0, 4428.0, 4419.0, 4420.0, 4409.0, 4442.0, 4462.0, 4451.0, 4452.0, 4399.0, 4440.0, 4387.0, 4440.0, 4410.0, 4442.0, 4452.0, 4443.0, 4463.0, 4430.0, 4430.0, 4448.0, 4442.0, 4441.0, 4440.0, 4442.0, 4410.0, 4442.0, 4451.0, 4430.0, 4439.0, 4419.0, 4431.0, 4390.0, 4453.0, 4432.0, 4452.0, 4454.0, 4444.0, 4453.0, 4444.0, 4454.0, 4455.0, 4476.0, 4463.0, 4453.0, 4463.0, 4430.0, 4441.0, 4398.0, 4441.0, 4460.0, 4442.0, 4440.0, 4431.0, 4441.0, 4380.0, 4421.0, 4391.0, 4403.0, 4403.0, 4467.0, 4475.0, 4455.0, 4465.0, 4434.0, 4443.0, 4412.0, 4413.0, 4413.0, 4464.0, 4434.0, 4454.0, 4464.0, 4443.0, 4463.0, 4432.0, 4442.0, 4433.0, 4463.0, 4423.0, 4455.0, 4474.0, 4443.0, 4453.0, 4444.0, 4453.0, 4455.0, 4455.0, 4457.0, 4477.0, 4405.0, 4466.0, 4475.0, 4453.0, 4452.0, 4443.0, 4444.0, 4410.0, 4453.0, 4453.0, 4453.0, 4464.0, 4453.0, 4442.0, 4453.0, 4404.0, 4466.0, 4476.0, 4467.0, 4474.0, 4421.0, 4441.0, 4461.0, 4441.0, 4451.0, 4441.0, 4441.0, 4411.0, 4454.0, 4462.0, 4441.0, 4450.0, 4452.0, 4451.0, 4453.0, 4453.0, 4454.0, 4465.0, 4434.0, 4432.0, 4434.0, 4443.0, 4466.0, 4477.0, 4424.0, 4466.0, 4486.0, 4453.0, 4453.0, 4454.0, 4463.0, 4455.0, 4455.0, 4453.0, 4476.0, 4435.0, 4454.0, 4461.0, 4452.0, 4462.0, 4452.0, 4442.0, 4421.0, 4454.0, 4451.0, 4441.0, 4451.0, 4441.0, 4451.0, 4453.0, 4453.0, 4443.0, 4455.0, 4424.0, 4454.0, 4462.0, 4442.0, 4452.0, 4444.0, 4454.0, 4455.0, 4466.0, 4416.0, 4467.0, 4475.0, 4454.0, 4463.0, 4454.0, 4454.0, 4454.0, 4466.0, 4443.0, 4454.0, 4463.0, 4431.0, 4441.0, 4422.0, 4412.0, 4434.0, 4465.0, 4416.0, 4467.0, 4486.0, 4447.0, 4474.0, 4446.0, 4466.0, 4445.0, 4466.0, 4456.0, 4454.0, 4475.0, 4444.0, 4461.0, 4444.0, 4453.0, 4455.0, 4466.0, 4423.0, 4455.0, 4463.0, 4431.0, 4453.0, 4401.0, 4403.0, 4391.0, 4454.0, 4474.0, 4454.0, 4463.0, 4432.0, 4452.0, 4444.0, 4443.0, 4444.0, 4466.0, 4487.0, 4456.0, 4464.0, 4433.0, 4452.0, 4423.0, 4443.0, 4390.0, 4454.0, 4475.0, 4443.0, 4463.0, 4433.0, 4452.0, 4432.0, 4432.0, 4444.0, 4435.0, 4455.0, 4464.0, 4457.0, 4437.0, 4457.0, 4491.0, 4486.0, 4444.0, 4463.0, 4419.0, 4433.0, 4399.0, 4431.0, 4420.0, 4431.0, 4450.0, 4441.0, 4451.0, 4419.0, 4409.0, 4432.0, 4421.0, 4443.0, 4454.0, 4432.0, 4442.0, 4463.0, 4430.0, 4439.0, 4430.0, 4439.0, 4420.0, 4441.0, 4430.0, 4441.0, 4450.0, 4430.0, 4450.0, 4430.0, 4430.0, 4431.0, 4441.0, 4411.0, 4431.0, 4459.0, 4430.0, 4449.0, 4430.0, 4430.0, 4431.0, 4452.0, 4421.0, 4443.0, 4461.0, 4429.0, 4439.0, 4440.0, 4439.0, 4431.0, 4441.0, 4441.0, 4452.0, 4443.0, 4442.0, 4449.0, 4419.0, 4408.0, 4430.0, 4449.0, 4430.0, 4441.0, 4440.0, 4451.0, 4428.0, 4418.0, 4397.0, 4428.0, 4396.0, 4430.0, 4462.0, 4441.0, 4450.0, 4397.0, 4399.0, 4398.0, 4400.0, 4431.0, 4444.0, 4452.0, 4443.0, 4453.0, 4442.0, 4432.0, 4421.0, 4443.0, 4422.0, 4443.0, 4463.0, 4441.0, 4453.0, 4440.0, 4431.0, 4449.0, 4431.0, 4440.0, 4440.0, 4432.0, 4432.0, 4452.0, 4429.0, 4430.0, 4459.0, 4431.0, 4460.0, 4441.0, 4442.0, 4410.0, 4431.0, 4450.0, 4430.0, 4439.0, 4429.0, 4430.0, 4439.0, 4443.0, 4421.0, 4442.0, 4450.0, 4431.0, 4432.0, 4401.0, 4442.0, 4430.0, 4432.0, 4441.0, 4421.0, 4441.0, 4431.0, 4431.0, 4462.0, 4442.0, 4440.0, 4432.0, 4432.0, 4403.0, 4455.0, 4463.0, 4433.0, 4452.0, 4432.0, 4454.0, 4436.0, 4457.0, 4406.0, 4455.0, 4475.0, 4445.0, 4464.0, 4424.0, 4396.0, 4469.0, 4490.0, 4434.0, 4444.0, 4472.0, 4431.0, 4453.0, 4410.0, 4421.0, 4390.0, 4432.0, 4431.0, 4431.0, 4462.0, 4442.0, 4463.0, 4410.0, 4431.0, 4440.0, 4431.0, 4450.0, 4430.0, 4441.0, 4400.0, 4431.0, 4460.0, 4430.0, 4449.0, 4430.0, 4440.0, 4433.0, 4443.0, 4413.0, 4444.0, 4462.0, 4431.0, 4461.0, 4442.0, 4414.0, 4414.0, 4447.0, 4489.0, 4476.0, 4433.0, 4453.0, 4440.0, 4420.0, 4448.0, 4429.0, 4438.0, 4407.0, 4418.0, 4427.0, 4418.0, 4448.0, 4430.0, 4463.0, 4457.0, 4445.0, 4466.0, 4424.0, 4400.0, 4466.0, 4478.0, 4460.0, 4468.0, 4511.0, 4489.0, 4454.0, 4473.0, 4421.0, 4429.0, 4407.0, 4438.0, 4426.0, 4427.0, 4447.0, 4426.0, 4426.0, 4418.0, 4409.0, 4410.0, 4389.0, 4419.0, 4388.0, 4440.0, 4420.0, 4420.0, 4462.0, 4422.0, 4475.0, 4413.0, 4463.0, 4422.0, 4463.0, 4472.0, 4441.0, 4461.0, 4409.0, 4419.0, 4409.0, 4410.0, 4441.0, 4463.0, 4471.0, 4451.0, 4474.0, 4442.0, 4450.0, 4398.0, 4450.0, 4410.0, 4451.0, 4451.0, 4443.0, 4463.0, 4401.0, 4451.0, 4410.0, 4452.0, 4451.0, 4454.0, 4463.0, 4431.0, 4463.0, 4473.0, 4452.0, 4461.0, 4452.0, 4451.0, 4442.0, 4453.0, 4411.0, 4463.0, 4483.0, 4442.0, 4472.0, 4453.0, 4453.0, 4455.0, 4454.0, 4432.0, 4464.0, 4474.0, 4443.0, 4471.0, 4444.0, 4441.0, 4465.0, 4455.0, 4443.0, 4476.0, 4474.0, 4443.0, 4461.0, 4452.0, 4451.0, 4453.0, 4453.0, 4423.0, 4453.0, 4483.0, 4441.0, 4460.0, 4441.0, 4421.0, 4465.0, 4465.0, 4454.0, 4476.0, 4463.0, 4452.0, 4451.0, 4453.0, 4442.0, 4463.0, 4464.0, 4443.0, 4475.0, 4473.0, 4451.0, 4450.0, 4451.0, 4430.0, 4452.0, 4462.0, 4440.0, 4462.0, 4450.0, 4440.0, 4449.0, 4452.0, 4435.0, 4486.0, 4447.0, 4475.0, 4474.0, 4451.0, 4461.0, 4441.0, 4441.0, 4452.0, 4443.0, 4464.0, 4485.0, 4431.0, 4452.0, 4471.0, 4438.0, 4448.0, 4428.0, 4438.0, 4417.0, 4438.0, 4438.0, 4439.0, 4439.0, 4397.0, 4438.0, 4399.0, 4449.0, 4399.0, 4461.0, 4451.0, 4441.0, 4451.0, 4460.0, 4438.0, 4448.0, 4439.0, 4430.0, 4440.0, 4452.0, 4451.0, 4451.0, 4462.0, 4430.0, 4441.0, 4401.0, 4451.0, 4392.0, 4462.0, 4463.0, 4453.0, 4462.0, 4401.0, 4453.0, 4391.0, 4453.0, 4462.0, 4453.0, 4472.0, 4433.0, 4453.0, 4462.0, 4451.0, 4471.0, 4442.0, 4452.0, 4453.0, 4464.0, 4421.0, 4465.0, 4472.0, 4431.0, 4450.0, 4421.0, 4452.0, 4391.0, 4463.0, 4462.0, 4443.0, 4464.0, 4452.0, 4451.0, 4461.0, 4444.0, 4403.0, 4466.0, 4465.0, 4444.0, 4466.0, 4475.0, 4454.0, 4473.0, 4433.0, 4443.0, 4423.0, 4465.0, 4463.0, 4443.0, 4453.0, 4434.0, 4453.0, 4402.0, 4424.0, 4404.0, 4465.0, 4403.0, 4466.0, 4486.0, 4456.0, 4475.0, 4424.0, 4434.0, 4425.0, 4467.0, 4405.0, 4467.0, 4487.0, 4446.0, 4466.0, 4453.0, 4453.0, 4451.0, 4454.0, 4452.0, 4454.0, 4464.0, 4433.0, 4453.0, 4463.0, 4453.0, 4472.0, 4433.0, 4452.0, 4432.0, 4454.0, 4433.0, 4464.0, 4486.0, 4432.0, 4453.0, 4390.0, 4452.0, 4450.0, 4441.0, 4442.0, 4444.0, 4452.0, 4411.0, 4413.0, 4433.0, 4434.0, 4425.0, 4478.0, 4470.0, 4477.0, 4488.0, 4466.0, 4417.0, 4461.0, 4452.0, 4499.0, 4487.0, 4479.0, 4487.0, 4432.0, 4435.0, 4445.0, 4454.0, 4477.0, 4427.0, 4499.0, 4486.0, 4452.0, 4473.0, 4430.0, 4430.0, 4408.0, 4419.0, 4408.0, 4450.0, 4408.0, 4450.0, 4449.0, 4449.0, 4439.0, 4400.0, 4421.0, 4402.0, 4459.0, 4491.0, 4475.0, 4463.0, 4472.0, 4440.0, 4453.0, 4443.0, 4432.0, 4465.0, 4476.0, 4466.0, 4477.0, 4456.0, 4475.0, 4463.0, 4451.0, 4394.0, 4393.0, 4421.0, 4432.0, 4475.0, 4458.0, 4488.0, 4491.0, 4513.0, 4466.0, 4464.0, 4471.0, 4437.0, 4435.0, 4415.0, 4437.0, 4436.0, 4435.0, 4424.0, 4436.0, 4425.0, 4448.0, 4448.0, 4424.0, 4434.0, 4392.0, 4433.0, 4413.0, 4425.0, 4415.0, 4416.0, 4395.0, 4408.0, 4449.0, 4437.0, 4438.0, 4429.0, 4396.0, 4449.0, 4418.0, 4438.0, 4378.0, 4450.0, 4401.0, 4463.0, 4452.0, 4422.0, 4464.0, 4472.0, 4441.0, 4461.0, 4442.0, 4454.0, 4434.0, 4464.0, 4441.0, 4452.0, 4462.0, 4411.0, 4452.0, 4409.0, 4452.0, 4441.0, 4464.0, 4462.0, 4431.0, 4475.0, 4422.0, 4453.0, 4432.0, 4463.0, 4404.0, 4475.0, 4474.0, 4433.0, 4490.0, 4455.0, 4454.0, 4455.0, 4457.0, 4405.0, 4470.0, 4418.0, 4501.0, 4497.0, 4455.0, 4485.0, 4435.0, 4464.0, 4436.0, 4436.0, 4465.0, 4415.0, 4498.0, 4498.0, 4445.0, 4472.0, 4434.0, 4454.0, 4432.0, 4461.0, 4451.0, 4473.0, 4442.0, 4461.0, 4420.0, 4451.0, 4460.0, 4429.0, 4450.0, 4434.0, 4421.0, 4452.0, 4452.0, 4432.0, 4453.0, 4414.0, 4454.0, 4403.0, 4425.0, 4415.0, 4425.0, 4425.0, 4486.0, 4484.0, 4456.0, 4476.0, 4423.0, 4433.0, 4401.0, 4421.0, 4411.0, 4464.0, 4474.0, 4442.0, 4462.0, 4411.0, 4435.0, 4401.0, 4411.0, 4402.0, 4464.0, 4471.0, 4452.0, 4473.0, 4422.0, 4440.0, 4422.0, 4447.0, 4445.0, 4486.0, 4436.0, 4466.0, 4473.0, 4432.0, 4461.0, 4453.0, 4416.0, 4478.0, 4487.0, 4466.0, 4477.0, 4443.0, 4434.0, 4434.0, 4432.0, 4431.0, 4431.0, 4452.0, 4463.0, 4442.0, 4462.0, 4440.0, 4440.0, 4471.0, 4440.0, 4390.0, 4422.0, 4403.0, 4475.0, 4474.0, 4457.0, 4501.0, 4426.0, 4434.0, 4403.0, 4421.0, 4435.0, 4486.0, 4448.0, 4464.0, 4473.0, 4421.0, 4451.0, 4408.0, 4450.0, 4452.0, 4422.0, 4420.0, 4410.0, 4421.0, 4426.0, 4454.0, 4449.0, 4404.0, 4438.0, 4429.0, 4440.0, 4429.0, 4437.0, 4477.0, 4439.0, 4510.0, 4488.0, 4464.0, 4483.0, 4439.0, 4469.0, 4449.0, 4436.0, 4467.0, 4425.0, 4444.0, 4411.0, 4433.0, 4412.0, 4410.0, 4378.0, 4382.0, 4409.0, 4409.0, 4442.0, 4411.0, 4443.0, 4439.0, 4409.0, 4432.0, 4385.0, 4362.0, 4383.0, 4403.0, 4408.0, 4417.0, 4361.0, 4393.0, 4379.0, 4405.0, 4369.0, 4404.0, 4416.0, 4414.0, 4406.0, 4418.0, 4389.0, 4411.0, 4422.0, 4474.0, 4423.0, 4431.0, 4439.0, 4409.0, 4448.0, 4419.0, 4416.0, 4417.0, 4407.0, 4416.0, 4375.0, 4398.0, 4391.0, 4419.0, 4422.0, 4462.0, 4422.0, 4452.0, 4441.0, 4407.0, 4450.0, 4461.0, 4450.0, 4451.0, 4499.0, 4457.0, 4425.0, 4474.0, 4454.0, 4453.0, 4494.0, 4454.0, 4497.0, 4486.0, 4456.0, 4421.0, 4470.0, 4439.0, 4483.0, 4450.0, 4469.0, 4428.0, 4447.0, 4417.0, 4426.0, 4408.0, 4427.0, 4399.0, 4428.0, 4411.0, 4431.0, 4412.0, 4433.0, 4402.0, 4455.0, 4416.0, 4468.0, 4478.0, 4448.0, 4417.0, 4417.0, 4429.0, 4430.0, 4443.0, 4469.0, 4520.0, 4526.0, 4452.0, 4482.0, 4511.0, 4459.0, 4481.0, 4440.0, 4470.0, 4497.0, 4457.0, 4467.0, 4418.0, 4480.0, 4478.0, 4469.0, 4466.0, 4456.0, 4426.0, 4467.0, 4488.0, 4424.0, 4454.0, 4473.0, 4424.0, 4463.0, 4401.0, 4431.0, 4391.0, 4423.0, 4402.0, 4464.0, 4473.0, 4452.0, 4462.0, 4390.0, 4452.0, 4463.0, 4463.0, 4471.0, 4441.0, 4461.0, 4442.0, 4460.0, 4430.0, 4462.0, 4444.0, 4476.0, 4448.0, 4487.0, 4448.0, 4475.0, 4435.0, 4472.0, 4430.0, 4450.0, 4470.0, 4450.0, 4461.0, 4431.0, 4442.0, 4414.0, 4443.0, 4412.0, 4452.0, 4411.0, 4451.0, 4450.0, 4409.0, 4440.0, 4390.0, 4441.0, 4473.0, 4442.0, 4430.0, 4422.0, 4452.0, 4402.0, 4454.0, 4464.0, 4423.0, 4445.0, 4435.0, 4434.0, 4447.0, 4456.0], 'WindowWidth': [9889.0, 9898.0, 9884.0, 9812.0, 9818.0, 9776.0, 9798.0, 9786.0, 9801.0, 9751.0, 9800.0, 9807.0, 9748.0, 9787.0, 9760.0, 9758.0, 9764.0, 9771.0, 9758.0, 9783.0, 9733.0, 9762.0, 9775.0, 9782.0, 9781.0, 9805.0, 9807.0, 9726.0, 9754.0, 9707.0, 9725.0, 9721.0, 9811.0, 9826.0, 9794.0, 9796.0, 9763.0, 9774.0, 9759.0, 9761.0, 9781.0, 9797.0, 9757.0, 9798.0, 9806.0, 9774.0, 9782.0, 9774.0, 9772.0, 9771.0, 9775.0, 9722.0, 9789.0, 9759.0, 9774.0, 9705.0, 9791.0, 9712.0, 9793.0, 9814.0, 9799.0, 9795.0, 9764.0, 9793.0, 9768.0, 9770.0, 9757.0, 9818.0, 9840.0, 9797.0, 9813.0, 9781.0, 9790.0, 9779.0, 9780.0, 9768.0, 9816.0, 9802.0, 9800.0, 9812.0, 9800.0, 9812.0, 9798.0, 9800.0, 9801.0, 9823.0, 9774.0, 9813.0, 9727.0, 9760.0, 9728.0, 9803.0, 9824.0, 9798.0, 9799.0, 9779.0, 9794.0, 9769.0, 9795.0, 9782.0, 9819.0, 9812.0, 9796.0, 9813.0, 9773.0, 9788.0, 9777.0, 9775.0, 9792.0, 9798.0, 9738.0, 9797.0, 9811.0, 9776.0, 9788.0, 9795.0, 9794.0, 9782.0, 9785.0, 9754.0, 9800.0, 9809.0, 9775.0, 9803.0, 9777.0, 9791.0, 9781.0, 9781.0, 9773.0, 9800.0, 9767.0, 9779.0, 9779.0, 9793.0, 9717.0, 9800.0, 9828.0, 9820.0, 9822.0, 9769.0, 9793.0, 9736.0, 9764.0, 9736.0, 9799.0, 9827.0, 9799.0, 9814.0, 9762.0, 9774.0, 9748.0, 9749.0, 9749.0, 9795.0, 9790.0, 9773.0, 9789.0, 9767.0, 9781.0, 9770.0, 9759.0, 9775.0, 9782.0, 9728.0, 9775.0, 9801.0, 9748.0, 9753.0, 9741.0, 9746.0, 9731.0, 9778.0, 9807.0, 9789.0, 9794.0, 9715.0, 9771.0, 9698.0, 9773.0, 9732.0, 9777.0, 9793.0, 9781.0, 9809.0, 9757.0, 9756.0, 9780.0, 9777.0, 9775.0, 9773.0, 9779.0, 9734.0, 9777.0, 9790.0, 9757.0, 9770.0, 9742.0, 9762.0, 9707.0, 9796.0, 9766.0, 9794.0, 9800.0, 9783.0, 9798.0, 9786.0, 9798.0, 9802.0, 9835.0, 9810.0, 9795.0, 9811.0, 9758.0, 9775.0, 9714.0, 9774.0, 9800.0, 9778.0, 9774.0, 9763.0, 9777.0, 9692.0, 9750.0, 9712.0, 9730.0, 9732.0, 9822.0, 9831.0, 9802.0, 9818.0, 9772.0, 9783.0, 9739.0, 9744.0, 9743.0, 9815.0, 9773.0, 9800.0, 9815.0, 9781.0, 9809.0, 9766.0, 9780.0, 9770.0, 9813.0, 9756.0, 9802.0, 9828.0, 9781.0, 9796.0, 9786.0, 9798.0, 9805.0, 9804.0, 9809.0, 9837.0, 9738.0, 9818.0, 9832.0, 9795.0, 9795.0, 9781.0, 9786.0, 9736.0, 9798.0, 9798.0, 9798.0, 9814.0, 9796.0, 9781.0, 9797.0, 9735.0, 9820.0, 9835.0, 9823.0, 9829.0, 9749.0, 9777.0, 9803.0, 9776.0, 9790.0, 9775.0, 9779.0, 9737.0, 9799.0, 9807.0, 9774.0, 9788.0, 9792.0, 9791.0, 9796.0, 9799.0, 9800.0, 9816.0, 9772.0, 9768.0, 9773.0, 9784.0, 9820.0, 9838.0, 9762.0, 9820.0, 9848.0, 9796.0, 9796.0, 9798.0, 9812.0, 9803.0, 9804.0, 9799.0, 9833.0, 9776.0, 9799.0, 9806.0, 9793.0, 9807.0, 9791.0, 9781.0, 9750.0, 9800.0, 9792.0, 9774.0, 9790.0, 9776.0, 9791.0, 9795.0, 9798.0, 9781.0, 9802.0, 9761.0, 9799.0, 9808.0, 9780.0, 9793.0, 9787.0, 9801.0, 9803.0, 9821.0, 9753.0, 9822.0, 9831.0, 9799.0, 9812.0, 9799.0, 9799.0, 9801.0, 9822.0, 9783.0, 9797.0, 9810.0, 9761.0, 9777.0, 9753.0, 9741.0, 9772.0, 9819.0, 9755.0, 9822.0, 9850.0, 9793.0, 9828.0, 9792.0, 9820.0, 9788.0, 9821.0, 9805.0, 9799.0, 9831.0, 9783.0, 9806.0, 9784.0, 9798.0, 9801.0, 9822.0, 9756.0, 9802.0, 9812.0, 9760.0, 9794.0, 9722.0, 9727.0, 9711.0, 9799.0, 9828.0, 9798.0, 9811.0, 9765.0, 9794.0, 9784.0, 9784.0, 9784.0, 9819.0, 9851.0, 9805.0, 9814.0, 9768.0, 9793.0, 9755.0, 9783.0, 9709.0, 9800.0, 9831.0, 9780.0, 9811.0, 9767.0, 9792.0, 9765.0, 9766.0, 9785.0, 9776.0, 9802.0, 9813.0, 9807.0, 9783.0, 9809.0, 9865.0, 9845.0, 9783.0, 9811.0, 9743.0, 9766.0, 9715.0, 9761.0, 9743.0, 9760.0, 9788.0, 9773.0, 9787.0, 9741.0, 9729.0, 9764.0, 9748.0, 9781.0, 9800.0, 9765.0, 9777.0, 9809.0, 9758.0, 9769.0, 9758.0, 9770.0, 9743.0, 9776.0, 9760.0, 9773.0, 9788.0, 9757.0, 9785.0, 9758.0, 9758.0, 9760.0, 9778.0, 9734.0, 9762.0, 9797.0, 9756.0, 9782.0, 9756.0, 9758.0, 9762.0, 9791.0, 9749.0, 9780.0, 9805.0, 9756.0, 9769.0, 9771.0, 9770.0, 9761.0, 9776.0, 9776.0, 9795.0, 9781.0, 9778.0, 9783.0, 9742.0, 9725.0, 9758.0, 9785.0, 9758.0, 9776.0, 9771.0, 9788.0, 9752.0, 9737.0, 9708.0, 9750.0, 9709.0, 9758.0, 9806.0, 9775.0, 9787.0, 9710.0, 9715.0, 9713.0, 9718.0, 9763.0, 9784.0, 9794.0, 9782.0, 9797.0, 9779.0, 9765.0, 9749.0, 9784.0, 9754.0, 9783.0, 9809.0, 9776.0, 9795.0, 9771.0, 9759.0, 9784.0, 9760.0, 9773.0, 9773.0, 9764.0, 9764.0, 9792.0, 9758.0, 9760.0, 9797.0, 9760.0, 9802.0, 9773.0, 9780.0, 9733.0, 9763.0, 9789.0, 9756.0, 9768.0, 9757.0, 9760.0, 9771.0, 9782.0, 9748.0, 9780.0, 9790.0, 9760.0, 9765.0, 9721.0, 9779.0, 9760.0, 9764.0, 9776.0, 9749.0, 9777.0, 9762.0, 9763.0, 9805.0, 9778.0, 9776.0, 9764.0, 9767.0, 9728.0, 9800.0, 9810.0, 9767.0, 9793.0, 9767.0, 9798.0, 9778.0, 9810.0, 9737.0, 9804.0, 9832.0, 9787.0, 9812.0, 9759.0, 9726.0, 9827.0, 9862.0, 9771.0, 9782.0, 9821.0, 9762.0, 9794.0, 9731.0, 9749.0, 9706.0, 9767.0, 9763.0, 9763.0, 9808.0, 9779.0, 9812.0, 9733.0, 9762.0, 9771.0, 9761.0, 9788.0, 9758.0, 9777.0, 9720.0, 9760.0, 9801.0, 9756.0, 9782.0, 9759.0, 9773.0, 9767.0, 9783.0, 9743.0, 9783.0, 9806.0, 9760.0, 9802.0, 9777.0, 9746.0, 9747.0, 9794.0, 9854.0, 9836.0, 9767.0, 9796.0, 9769.0, 9742.0, 9779.0, 9753.0, 9768.0, 9723.0, 9739.0, 9749.0, 9740.0, 9780.0, 9757.0, 9811.0, 9807.0, 9792.0, 9822.0, 9757.0, 9720.0, 9823.0, 9843.0, 9822.0, 9829.0, 9892.0, 9862.0, 9800.0, 9827.0, 9749.0, 9755.0, 9723.0, 9766.0, 9747.0, 9748.0, 9778.0, 9745.0, 9746.0, 9739.0, 9732.0, 9737.0, 9706.0, 9746.0, 9704.0, 9776.0, 9750.0, 9751.0, 9809.0, 9754.0, 9831.0, 9744.0, 9811.0, 9755.0, 9810.0, 9824.0, 9777.0, 9808.0, 9731.0, 9746.0, 9731.0, 9736.0, 9779.0, 9813.0, 9819.0, 9791.0, 9828.0, 9784.0, 9788.0, 9717.0, 9789.0, 9735.0, 9793.0, 9793.0, 9784.0, 9814.0, 9727.0, 9792.0, 9737.0, 9794.0, 9795.0, 9799.0, 9812.0, 9766.0, 9813.0, 9827.0, 9793.0, 9806.0, 9795.0, 9793.0, 9781.0, 9799.0, 9739.0, 9811.0, 9839.0, 9781.0, 9821.0, 9798.0, 9798.0, 9804.0, 9803.0, 9767.0, 9813.0, 9830.0, 9783.0, 9819.0, 9785.0, 9781.0, 9815.0, 9804.0, 9786.0, 9834.0, 9830.0, 9783.0, 9806.0, 9794.0, 9792.0, 9796.0, 9800.0, 9756.0, 9797.0, 9839.0, 9777.0, 9802.0, 9778.0, 9753.0, 9816.0, 9817.0, 9802.0, 9835.0, 9812.0, 9792.0, 9793.0, 9798.0, 9783.0, 9811.0, 9815.0, 9783.0, 9832.0, 9825.0, 9790.0, 9790.0, 9791.0, 9762.0, 9794.0, 9809.0, 9774.0, 9809.0, 9789.0, 9774.0, 9784.0, 9793.0, 9780.0, 9851.0, 9800.0, 9834.0, 9830.0, 9790.0, 9805.0, 9776.0, 9779.0, 9795.0, 9784.0, 9814.0, 9851.0, 9765.0, 9792.0, 9820.0, 9768.0, 9781.0, 9753.0, 9769.0, 9740.0, 9768.0, 9767.0, 9771.0, 9770.0, 9711.0, 9767.0, 9716.0, 9784.0, 9720.0, 9804.0, 9791.0, 9776.0, 9791.0, 9803.0, 9768.0, 9782.0, 9772.0, 9761.0, 9776.0, 9796.0, 9791.0, 9791.0, 9806.0, 9761.0, 9776.0, 9722.0, 9791.0, 9714.0, 9810.0, 9813.0, 9798.0, 9809.0, 9723.0, 9796.0, 9711.0, 9797.0, 9808.0, 9796.0, 9823.0, 9770.0, 9799.0, 9809.0, 9792.0, 9819.0, 9780.0, 9794.0, 9799.0, 9817.0, 9753.0, 9814.0, 9823.0, 9762.0, 9789.0, 9750.0, 9795.0, 9713.0, 9811.0, 9810.0, 9784.0, 9816.0, 9795.0, 9792.0, 9807.0, 9785.0, 9733.0, 9820.0, 9819.0, 9788.0, 9821.0, 9831.0, 9802.0, 9826.0, 9769.0, 9783.0, 9757.0, 9818.0, 9810.0, 9784.0, 9799.0, 9773.0, 9798.0, 9728.0, 9761.0, 9734.0, 9818.0, 9734.0, 9822.0, 9850.0, 9807.0, 9833.0, 9761.0, 9775.0, 9765.0, 9824.0, 9739.0, 9824.0, 9854.0, 9792.0, 9819.0, 9799.0, 9796.0, 9793.0, 9799.0, 9797.0, 9802.0, 9816.0, 9769.0, 9800.0, 9812.0, 9795.0, 9821.0, 9771.0, 9796.0, 9769.0, 9800.0, 9770.0, 9813.0, 9847.0, 9767.0, 9799.0, 9708.0, 9794.0, 9787.0, 9777.0, 9781.0, 9788.0, 9795.0, 9737.0, 9743.0, 9772.0, 9775.0, 9764.0, 9841.0, 9833.0, 9838.0, 9854.0, 9821.0, 9761.0, 9827.0, 9814.0, 9872.0, 9852.0, 9843.0, 9854.0, 9766.0, 9781.0, 9792.0, 9804.0, 9842.0, 9773.0, 9873.0, 9850.0, 9793.0, 9828.0, 9761.0, 9761.0, 9730.0, 9747.0, 9730.0, 9788.0, 9732.0, 9789.0, 9786.0, 9784.0, 9773.0, 9724.0, 9754.0, 9732.0, 9820.0, 9867.0, 9835.0, 9813.0, 9823.0, 9774.0, 9797.0, 9785.0, 9767.0, 9816.0, 9832.0, 9820.0, 9839.0, 9811.0, 9835.0, 9811.0, 9794.0, 9721.0, 9718.0, 9753.0, 9771.0, 9835.0, 9814.0, 9856.0, 9869.0, 9907.0, 9825.0, 9814.0, 9823.0, 9766.0, 9763.0, 9730.0, 9763.0, 9762.0, 9757.0, 9743.0, 9761.0, 9745.0, 9783.0, 9784.0, 9743.0, 9754.0, 9696.0, 9752.0, 9725.0, 9744.0, 9733.0, 9736.0, 9708.0, 9728.0, 9784.0, 9766.0, 9768.0, 9758.0, 9708.0, 9786.0, 9743.0, 9770.0, 9691.0, 9790.0, 9726.0, 9812.0, 9797.0, 9755.0, 9814.0, 9824.0, 9779.0, 9806.0, 9782.0, 9804.0, 9778.0, 9816.0, 9781.0, 9795.0, 9808.0, 9739.0, 9795.0, 9735.0, 9794.0, 9781.0, 9816.0, 9812.0, 9767.0, 9830.0, 9755.0, 9800.0, 9771.0, 9813.0, 9736.0, 9834.0, 9832.0, 9770.0, 9863.0, 9802.0, 9802.0, 9803.0, 9809.0, 9739.0, 9836.0, 9767.0, 9883.0, 9872.0, 9807.0, 9851.0, 9779.0, 9818.0, 9785.0, 9787.0, 9825.0, 9759.0, 9873.0, 9876.0, 9794.0, 9829.0, 9776.0, 9802.0, 9772.0, 9810.0, 9798.0, 9829.0, 9785.0, 9811.0, 9751.0, 9793.0, 9805.0, 9762.0, 9792.0, 9776.0, 9756.0, 9799.0, 9798.0, 9772.0, 9800.0, 9752.0, 9803.0, 9733.0, 9769.0, 9754.0, 9767.0, 9768.0, 9851.0, 9847.0, 9810.0, 9839.0, 9759.0, 9774.0, 9729.0, 9756.0, 9743.0, 9816.0, 9830.0, 9784.0, 9814.0, 9742.0, 9778.0, 9729.0, 9743.0, 9732.0, 9816.0, 9825.0, 9796.0, 9829.0, 9755.0, 9778.0, 9760.0, 9801.0, 9797.0, 9853.0, 9785.0, 9822.0, 9829.0, 9769.0, 9806.0, 9801.0, 9757.0, 9842.0, 9853.0, 9823.0, 9840.0, 9784.0, 9776.0, 9776.0, 9770.0, 9768.0, 9769.0, 9798.0, 9816.0, 9784.0, 9812.0, 9777.0, 9776.0, 9821.0, 9775.0, 9711.0, 9757.0, 9734.0, 9832.0, 9834.0, 9813.0, 9883.0, 9770.0, 9776.0, 9734.0, 9755.0, 9779.0, 9853.0, 9805.0, 9818.0, 9829.0, 9753.0, 9793.0, 9732.0, 9790.0, 9798.0, 9757.0, 9750.0, 9740.0, 9754.0, 9771.0, 9809.0, 9810.0, 9741.0, 9792.0, 9780.0, 9797.0, 9778.0, 9790.0, 9843.0, 9792.0, 9896.0, 9860.0, 9816.0, 9844.0, 9774.0, 9817.0, 9786.0, 9766.0, 9811.0, 9748.0, 9773.0, 9722.0, 9755.0, 9724.0, 9715.0, 9671.0, 9681.0, 9712.0, 9717.0, 9765.0, 9723.0, 9767.0, 9764.0, 9713.0, 9752.0, 9674.0, 9639.0, 9665.0, 9695.0, 9711.0, 9720.0, 9636.0, 9680.0, 9654.0, 9698.0, 9660.0, 9714.0, 9736.0, 9730.0, 9722.0, 9742.0, 9710.0, 9740.0, 9754.0, 9828.0, 9753.0, 9762.0, 9766.0, 9728.0, 9781.0, 9742.0, 9734.0, 9735.0, 9723.0, 9731.0, 9676.0, 9711.0, 9712.0, 9747.0, 9753.0, 9827.0, 9774.0, 9812.0, 9799.0, 9745.0, 9805.0, 9822.0, 9806.0, 9808.0, 9871.0, 9808.0, 9762.0, 9826.0, 9800.0, 9796.0, 9856.0, 9801.0, 9870.0, 9854.0, 9810.0, 9753.0, 9822.0, 9775.0, 9849.0, 9794.0, 9820.0, 9757.0, 9783.0, 9742.0, 9752.0, 9730.0, 9755.0, 9721.0, 9760.0, 9742.0, 9769.0, 9746.0, 9773.0, 9733.0, 9808.0, 9757.0, 9832.0, 9848.0, 9807.0, 9764.0, 9765.0, 9784.0, 9788.0, 9811.0, 9857.0, 9925.0, 9927.0, 9819.0, 9859.0, 9899.0, 9822.0, 9858.0, 9799.0, 9838.0, 9869.0, 9815.0, 9830.0, 9766.0, 9852.0, 9846.0, 9833.0, 9825.0, 9812.0, 9770.0, 9827.0, 9862.0, 9762.0, 9804.0, 9831.0, 9764.0, 9814.0, 9726.0, 9766.0, 9714.0, 9759.0, 9732.0, 9818.0, 9830.0, 9799.0, 9813.0, 9710.0, 9797.0, 9815.0, 9814.0, 9823.0, 9780.0, 9807.0, 9785.0, 9806.0, 9765.0, 9812.0, 9789.0, 9836.0, 9802.0, 9854.0, 9802.0, 9834.0, 9780.0, 9826.0, 9762.0, 9790.0, 9820.0, 9790.0, 9809.0, 9768.0, 9785.0, 9752.0, 9789.0, 9742.0, 9797.0, 9739.0, 9792.0, 9791.0, 9731.0, 9776.0, 9709.0, 9779.0, 9826.0, 9782.0, 9764.0, 9756.0, 9795.0, 9729.0, 9803.0, 9817.0, 9759.0, 9793.0, 9781.0, 9778.0, 9799.0, 9810.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.0033988273852876907</td></tr>
<tr><td colspan=3>aqi</td><td>0.03872782592862345</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.663440017565684</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2403489671938779</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0281296235860065</td></tr>
<tr><td colspan=3>efc</td><td>0.4888</td></tr>
<tr><td colspan=3>fber</td><td>5882.3599</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10912049119740377</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>131</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.541150764748725</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.525936378036772</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.385204761314105</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7471229345034853</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4454814382927252</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134958</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00896192155778408</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04208695888519287</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</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.151520689083422</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>18.1909</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.0685</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>206.4515</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298825.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>939.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>373.2357</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7247</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.7102</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3654.5028</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3860.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77719.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1396.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>929.7738</td></tr>
<tr><td colspan=3>tsnr</td><td>32.352926444029436</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>