<?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-0100_ses-04_task-fractional_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-0100_ses-04_task-fractional_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-04_subject-0100_suffix-bold_task-fractional" 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-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0100_suffix-bold_task-fractional" 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-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_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-04_subject-0100_suffix-bold_task-fractional" 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-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_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-04_subject-0100_suffix-bold_task-fractional" 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-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0100_suffix-bold_task-fractional" 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-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-04_task-fractional_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-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_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-0100/ses-04/func/sub-0100_ses-04_task-fractional_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>6315aec7929b859a6a3381fa572868cb</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:42:4.467500</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.999728, 0.0169928, 0.0159746, -0.0136107, 0.981292, -0.192044]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_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.124938</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-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4220, -7770, -7239, 87, -133, -21, 110, 99]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>314.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>2f621846-ca20-45c9-a936-45ee31df6db9||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.682197093963623, -0.036516595631837845, 0.05113548785448074, 111.96110534667969], [-0.04559031501412392, 2.632734537124634, -0.5177911520004272, -74.90483093261719], [0.04285858944058418, 0.5152404308319092, 2.6493918895721436, -102.81632995605469], [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, 1322]</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], 'AcquisitionTime': ['114204.467500', '114204.927500', '114205.387500', '114205.847500', '114206.307500', '114206.767500', '114207.227500', '114207.687500', '114208.147500', '114208.607500', '114209.067500', '114209.527500', '114209.987500', '114210.447500', '114210.907500', '114211.367500', '114211.827500', '114212.287500', '114212.747500', '114213.207500', '114213.667500', '114214.127500', '114214.587500', '114215.047500', '114215.507500', '114215.967500', '114216.427500', '114216.887500', '114217.347500', '114217.807500', '114218.267500', '114218.727500', '114219.187500', '114219.647500', '114220.107500', '114220.567500', '114221.027500', '114221.487500', '114221.947500', '114222.407500', '114222.867500', '114223.327500', '114223.787500', '114224.247500', '114224.707500', '114225.167500', '114225.627500', '114226.087500', '114226.547500', '114227.007500', '114227.467500', '114227.927500', '114228.387500', '114228.847500', '114229.307500', '114229.767500', '114230.227500', '114230.687500', '114231.147500', '114231.607500', '114232.067500', '114232.527500', '114232.987500', '114233.447500', '114233.907500', '114234.367500', '114234.827500', '114235.287500', '114235.747500', '114236.207500', '114236.667500', '114237.127500', '114237.587500', '114238.047500', '114238.507500', '114238.967500', '114239.427500', '114239.887500', '114240.347500', '114240.807500', '114241.267500', '114241.727500', '114242.187500', '114242.647500', '114243.107500', '114243.567500', '114244.027500', '114244.487500', '114244.947500', '114245.407500', '114245.867500', '114246.327500', '114246.787500', '114247.247500', '114247.707500', '114248.167500', '114248.627500', '114249.087500', '114249.547500', '114250.007500', '114250.467500', '114250.927500', '114251.387500', '114251.847500', '114252.307500', '114252.767500', '114253.227500', '114253.687500', '114254.147500', '114254.607500', '114255.067500', '114255.527500', '114255.987500', '114256.447500', '114256.907500', '114257.367500', '114257.827500', '114258.287500', '114258.747500', '114259.207500', '114259.667500', '114300.127500', '114300.587500', '114301.047500', '114301.507500', '114301.967500', '114302.427500', '114302.887500', '114303.347500', '114303.807500', '114304.267500', '114304.727500', '114305.187500', '114305.647500', '114306.107500', '114306.567500', '114307.027500', '114307.487500', '114307.947500', '114308.407500', '114308.867500', '114309.327500', '114309.787500', '114310.247500', '114310.707500', '114311.167500', '114311.627500', '114312.087500', '114312.547500', '114313.007500', '114313.467500', '114313.927500', '114314.387500', '114314.847500', '114315.307500', '114315.767500', '114316.227500', '114316.687500', '114317.147500', '114317.607500', '114318.067500', '114318.527500', '114318.987500', '114319.447500', '114319.907500', '114320.367500', '114320.827500', '114321.287500', '114321.747500', '114322.207500', '114322.667500', '114323.127500', '114323.587500', '114324.047500', '114324.507500', '114324.967500', '114325.427500', '114325.887500', '114326.347500', '114326.807500', '114327.267500', '114327.727500', '114328.187500', '114328.647500', '114329.107500', '114329.567500', '114330.027500', '114330.487500', '114330.947500', '114331.407500', '114331.867500', '114332.327500', '114332.787500', '114333.247500', '114333.707500', '114334.167500', '114334.627500', '114335.087500', '114335.547500', '114336.007500', '114336.467500', '114336.927500', '114337.387500', '114337.847500', '114338.307500', '114338.767500', '114339.227500', '114339.687500', '114340.147500', '114340.607500', '114341.067500', '114341.527500', '114341.987500', '114342.447500', '114342.907500', '114343.367500', '114343.827500', '114344.287500', '114344.747500', '114345.207500', '114345.667500', '114346.127500', '114346.587500', '114347.047500', '114347.507500', '114347.967500', '114348.427500', '114348.887500', '114349.347500', '114349.807500', '114350.267500', '114350.727500', '114351.187500', '114351.647500', '114352.107500', '114352.567500', '114353.027500', '114353.487500', '114353.947500', '114354.407500', '114354.867500', '114355.327500', '114355.787500', '114356.247500', '114356.707500', '114357.167500', '114357.627500', '114358.087500', '114358.547500', '114359.007500', '114359.467500', '114359.927500', '114400.387500', '114400.847500', '114401.307500', '114401.767500', '114402.227500', '114402.687500', '114403.147500', '114403.607500', '114404.067500', '114404.527500', '114404.987500', '114405.447500', '114405.907500', '114406.367500', '114406.827500', '114407.287500', '114407.747500', '114408.207500', '114408.667500', '114409.127500', '114409.587500', '114410.047500', '114410.507500', '114410.967500', '114411.427500', '114411.887500', '114412.347500', '114412.807500', '114413.267500', '114413.727500', '114414.187500', '114414.647500', '114415.107500', '114415.567500', '114416.027500', '114416.487500', '114416.947500', '114417.407500', '114417.867500', '114418.327500', '114418.787500', '114419.247500', '114419.707500', '114420.167500', '114420.627500', '114421.087500', '114421.547500', '114422.007500', '114422.467500', '114422.927500', '114423.387500', '114423.847500', '114424.307500', '114424.767500', '114425.227500', '114425.687500', '114426.147500', '114426.607500', '114427.067500', '114427.527500', '114427.987500', '114428.447500', '114428.907500', '114429.367500', '114429.827500', '114430.287500', '114430.747500', '114431.207500', '114431.667500', '114432.127500', '114432.587500', '114433.047500', '114433.507500', '114433.967500', '114434.427500', '114434.887500', '114435.347500', '114435.807500', '114436.267500', '114436.727500', '114437.187500', '114437.647500', '114438.107500', '114438.567500', '114439.027500', '114439.487500', '114439.947500', '114440.407500', '114440.867500', '114441.327500', '114441.787500', '114442.247500', '114442.707500', '114443.167500', '114443.627500', '114444.087500', '114444.547500', '114445.007500', '114445.467500', '114445.927500', '114446.387500', '114446.847500', '114447.307500', '114447.767500', '114448.227500', '114448.687500', '114449.147500', '114449.607500', '114450.067500', '114450.527500', '114450.987500', '114451.447500', '114451.907500', '114452.367500', '114452.827500', '114453.287500', '114453.747500', '114454.207500', '114454.667500', '114455.127500', '114455.587500', '114456.047500', '114456.507500', '114456.967500', '114457.427500', '114457.887500', '114458.347500', '114458.807500', '114459.267500', '114459.727500', '114500.187500', '114500.647500', '114501.107500', '114501.567500', '114502.027500', '114502.487500', '114502.947500', '114503.407500', '114503.867500', '114504.327500', '114504.787500', '114505.247500', '114505.707500', '114506.167500', '114506.627500', '114507.087500', '114507.547500', '114508.007500', '114508.467500', '114508.927500', '114509.387500', '114509.847500', '114510.307500', '114510.767500', '114511.227500', '114511.687500', '114512.147500', '114512.607500', '114513.067500', '114513.527500', '114513.987500', '114514.447500', '114514.907500', '114515.367500', '114515.827500', '114516.287500', '114516.747500', '114517.207500', '114517.667500', '114518.127500', '114518.587500', '114519.047500', '114519.507500', '114519.967500', '114520.427500', '114520.887500', '114521.347500', '114521.807500', '114522.267500', '114522.727500', '114523.187500', '114523.647500', '114524.107500', '114524.567500', '114525.027500', '114525.487500', '114525.947500', '114526.407500', '114526.867500', '114527.327500', '114527.787500', '114528.247500', '114528.707500', '114529.167500', '114529.627500', '114530.087500', '114530.547500', '114531.007500', '114531.467500', '114531.927500', '114532.387500', '114532.847500', '114533.307500', '114533.767500', '114534.227500', '114534.687500', '114535.147500', '114535.607500', '114536.067500', '114536.527500', '114536.987500', '114537.447500', '114537.907500', '114538.367500', '114538.827500', '114539.287500', '114539.747500', '114540.207500', '114540.667500', '114541.127500', '114541.587500', '114542.047500', '114542.507500', '114542.967500', '114543.427500', '114543.887500', '114544.347500', '114544.807500', '114545.267500', '114545.727500', '114546.187500', '114546.647500', '114547.107500', '114547.567500', '114548.027500', '114548.487500', '114548.947500', '114549.407500', '114549.867500', '114550.327500', '114550.787500', '114551.247500', '114551.707500', '114552.167500', '114552.627500', '114553.087500', '114553.547500', '114554.007500', '114554.467500', '114554.927500', '114555.387500', '114555.847500', '114556.307500', '114556.767500', '114557.227500', '114557.687500', '114558.147500', '114558.607500', '114559.067500', '114559.527500', '114559.987500', '114600.447500', '114600.907500', '114601.367500', '114601.827500', '114602.287500', '114602.747500', '114603.207500', '114603.667500', '114604.127500', '114604.587500', '114605.047500', '114605.507500', '114605.967500', '114606.427500', '114606.887500', '114607.347500', '114607.807500', '114608.267500', '114608.727500', '114609.187500', '114609.647500', '114610.107500', '114610.567500', '114611.027500', '114611.487500', '114611.947500', '114612.407500', '114612.867500', '114613.327500', '114613.787500', '114614.247500', '114614.707500', '114615.167500', '114615.627500', '114616.087500', '114616.547500', '114617.007500', '114617.467500', '114617.927500', '114618.387500', '114618.847500', '114619.307500', '114619.767500', '114620.227500', '114620.687500', '114621.147500', '114621.607500', '114622.067500', '114622.527500', '114622.987500', '114623.447500', '114623.907500', '114624.367500', '114624.827500', '114625.287500', '114625.747500', '114626.207500', '114626.667500', '114627.127500', '114627.587500', '114628.047500', '114628.507500', '114628.967500', '114629.427500', '114629.887500', '114630.347500', '114630.807500', '114631.267500', '114631.727500', '114632.187500', '114632.647500', '114633.107500', '114633.567500', '114634.027500', '114634.487500', '114634.947500', '114635.407500', '114635.867500', '114636.327500', '114636.787500', '114637.247500', '114637.707500', '114638.167500', '114638.627500', '114639.087500', '114639.547500', '114640.007500', '114640.467500', '114640.927500', '114641.387500', '114641.847500', '114642.307500', '114642.767500', '114643.227500', '114643.687500', '114644.147500', '114644.607500', '114645.067500', '114645.527500', '114645.987500', '114646.447500', '114646.907500', '114647.367500', '114647.827500', '114648.287500', '114648.747500', '114649.207500', '114649.667500', '114650.127500', '114650.587500', '114651.047500', '114651.507500', '114651.967500', '114652.427500', '114652.887500', '114653.347500', '114653.807500', '114654.267500', '114654.727500', '114655.187500', '114655.647500', '114656.107500', '114656.567500', '114657.027500', '114657.487500', '114657.947500', '114658.407500', '114658.867500', '114659.327500', '114659.787500', '114700.247500', '114700.707500', '114701.167500', '114701.627500', '114702.087500', '114702.547500', '114703.007500', '114703.467500', '114703.927500', '114704.387500', '114704.847500', '114705.307500', '114705.767500', '114706.227500', '114706.687500', '114707.147500', '114707.607500', '114708.067500', '114708.527500', '114708.987500', '114709.447500', '114709.907500', '114710.367500', '114710.827500', '114711.287500', '114711.747500', '114712.207500', '114712.667500', '114713.127500', '114713.587500', '114714.047500', '114714.507500', '114714.967500', '114715.427500', '114715.887500', '114716.347500', '114716.807500', '114717.267500', '114717.727500', '114718.187500', '114718.647500', '114719.107500', '114719.567500', '114720.027500', '114720.487500', '114720.947500', '114721.407500', '114721.867500', '114722.327500', '114722.787500', '114723.247500', '114723.707500', '114724.167500', '114724.627500', '114725.087500', '114725.547500', '114726.007500', '114726.467500', '114726.927500', '114727.387500', '114727.847500', '114728.307500', '114728.767500', '114729.227500', '114729.687500', '114730.147500', '114730.607500', '114731.067500', '114731.527500', '114731.987500', '114732.447500', '114732.907500', '114733.367500', '114733.827500', '114734.287500', '114734.747500', '114735.207500', '114735.667500', '114736.127500', '114736.587500', '114737.047500', '114737.507500', '114737.967500', '114738.427500', '114738.887500', '114739.347500', '114739.807500', '114740.267500', '114740.727500', '114741.187500', '114741.647500', '114742.107500', '114742.567500', '114743.027500', '114743.487500', '114743.947500', '114744.407500', '114744.867500', '114745.327500', '114745.787500', '114746.247500', '114746.707500', '114747.167500', '114747.627500', '114748.087500', '114748.547500', '114749.007500', '114749.467500', '114749.927500', '114750.387500', '114750.847500', '114751.307500', '114751.767500', '114752.227500', '114752.687500', '114753.147500', '114753.607500', '114754.067500', '114754.527500', '114754.987500', '114755.447500', '114755.907500', '114756.367500', '114756.827500', '114757.287500', '114757.747500', '114758.207500', '114758.667500', '114759.127500', '114759.587500', '114800.047500', '114800.507500', '114800.967500', '114801.427500', '114801.887500', '114802.347500', '114802.807500', '114803.267500', '114803.727500', '114804.187500', '114804.647500', '114805.107500', '114805.567500', '114806.027500', '114806.487500', '114806.947500', '114807.407500', '114807.867500', '114808.327500', '114808.787500', '114809.247500', '114809.707500', '114810.167500', '114810.627500', '114811.087500', '114811.547500', '114812.007500', '114812.467500', '114812.927500', '114813.387500', '114813.847500', '114814.307500', '114814.767500', '114815.227500', '114815.687500', '114816.147500', '114816.607500', '114817.067500', '114817.527500', '114817.987500', '114818.447500', '114818.907500', '114819.367500', '114819.827500', '114820.287500', '114820.747500', '114821.207500', '114821.667500', '114822.127500', '114822.587500', '114823.047500', '114823.507500', '114823.967500', '114824.427500', '114824.887500', '114825.347500', '114825.807500', '114826.267500', '114826.727500', '114827.187500', '114827.647500', '114828.107500', '114828.567500', '114829.027500', '114829.487500', '114829.947500', '114830.407500', '114830.867500', '114831.327500', '114831.787500', '114832.247500', '114832.707500', '114833.167500', '114833.627500', '114834.087500', '114834.547500', '114835.007500', '114835.467500', '114835.927500', '114836.387500', '114836.847500', '114837.307500', '114837.767500', '114838.227500', '114838.687500', '114839.147500', '114839.607500', '114840.067500', '114840.527500', '114840.987500', '114841.447500', '114841.907500', '114842.367500', '114842.827500', '114843.287500', '114843.747500', '114844.207500', '114844.667500', '114845.127500', '114845.587500', '114846.047500', '114846.507500', '114846.967500', '114847.427500', '114847.887500', '114848.347500', '114848.807500', '114849.267500', '114849.727500', '114850.187500', '114850.647500', '114851.107500', '114851.567500', '114852.027500', '114852.487500', '114852.947500', '114853.407500', '114853.867500', '114854.327500', '114854.787500', '114855.247500', '114855.707500', '114856.167500', '114856.627500', '114857.087500', '114857.547500', '114858.007500', '114858.467500', '114858.927500', '114859.387500', '114859.847500', '114900.307500', '114900.767500', '114901.227500', '114901.687500', '114902.147500', '114902.607500', '114903.067500', '114903.527500', '114903.987500', '114904.447500', '114904.907500', '114905.367500', '114905.827500', '114906.287500', '114906.747500', '114907.207500', '114907.667500', '114908.127500', '114908.587500', '114909.047500', '114909.507500', '114909.967500', '114910.427500', '114910.887500', '114911.347500', '114911.807500', '114912.267500', '114912.727500', '114913.187500', '114913.647500', '114914.107500', '114914.567500', '114915.027500', '114915.487500', '114915.947500', '114916.407500', '114916.867500', '114917.327500', '114917.787500', '114918.247500', '114918.707500', '114919.167500', '114919.627500', '114920.087500', '114920.547500', '114921.007500', '114921.467500', '114921.927500', '114922.387500', '114922.847500', '114923.307500', '114923.767500', '114924.227500', '114924.687500', '114925.147500', '114925.607500', '114926.067500', '114926.527500', '114926.987500', '114927.447500', '114927.907500', '114928.367500', '114928.827500', '114929.287500', '114929.747500', '114930.207500', '114930.667500', '114931.127500', '114931.587500', '114932.047500', '114932.507500', '114932.967500', '114933.427500', '114933.887500', '114934.347500', '114934.807500', '114935.267500', '114935.727500', '114936.187500', '114936.647500', '114937.107500', '114937.567500', '114938.027500', '114938.487500', '114938.947500', '114939.407500', '114939.867500', '114940.327500', '114940.787500', '114941.247500', '114941.707500', '114942.167500', '114942.627500', '114943.087500', '114943.547500', '114944.007500', '114944.467500', '114944.927500', '114945.387500', '114945.847500', '114946.307500', '114946.767500', '114947.227500', '114947.687500', '114948.147500', '114948.607500', '114949.067500', '114949.527500', '114949.987500', '114950.447500', '114950.907500', '114951.367500', '114951.827500', '114952.287500', '114952.747500', '114953.207500', '114953.667500', '114954.127500', '114954.587500', '114955.047500', '114955.507500', '114955.967500', '114956.427500', '114956.887500', '114957.347500', '114957.807500', '114958.267500', '114958.727500', '114959.187500', '114959.647500', '115000.107500', '115000.567500', '115001.027500', '115001.487500', '115001.947500', '115002.407500', '115002.867500', '115003.327500', '115003.787500', '115004.247500', '115004.707500', '115005.167500', '115005.627500', '115006.087500', '115006.547500', '115007.007500', '115007.467500', '115007.927500', '115008.387500', '115008.847500', '115009.307500', '115009.767500', '115010.227500', '115010.687500', '115011.147500', '115011.607500', '115012.067500', '115012.527500', '115012.987500', '115013.447500', '115013.907500', '115014.367500', '115014.827500', '115015.287500', '115015.747500', '115016.207500', '115016.667500', '115017.127500', '115017.587500', '115018.047500', '115018.507500', '115018.967500', '115019.427500', '115019.887500', '115020.347500', '115020.807500', '115021.267500', '115021.727500', '115022.187500', '115022.647500', '115023.107500', '115023.567500', '115024.027500', '115024.487500', '115024.947500', '115025.407500', '115025.867500', '115026.327500', '115026.787500', '115027.247500', '115027.707500', '115028.167500', '115028.627500', '115029.087500', '115029.547500', '115030.007500', '115030.467500', '115030.927500', '115031.387500', '115031.847500', '115032.307500', '115032.767500', '115033.227500', '115033.687500', '115034.147500', '115034.607500', '115035.067500', '115035.527500', '115035.987500', '115036.447500', '115036.907500', '115037.367500', '115037.827500', '115038.287500', '115038.747500', '115039.207500', '115039.667500', '115040.127500', '115040.587500', '115041.047500', '115041.507500', '115041.967500', '115042.427500', '115042.887500', '115043.347500', '115043.807500', '115044.267500', '115044.727500', '115045.187500', '115045.647500', '115046.107500', '115046.567500', '115047.027500', '115047.487500', '115047.947500', '115048.407500', '115048.867500', '115049.327500', '115049.787500', '115050.247500', '115050.707500', '115051.167500', '115051.627500', '115052.087500', '115052.547500', '115053.007500', '115053.467500', '115053.927500', '115054.387500', '115054.847500', '115055.307500', '115055.767500', '115056.227500', '115056.687500', '115057.147500', '115057.607500', '115058.067500', '115058.527500', '115058.987500', '115059.447500', '115059.907500', '115100.367500', '115100.827500', '115101.287500', '115101.747500', '115102.207500', '115102.667500', '115103.127500', '115103.587500', '115104.047500', '115104.507500', '115104.967500', '115105.427500', '115105.887500', '115106.347500', '115106.807500', '115107.267500', '115107.727500', '115108.187500', '115108.647500', '115109.107500', '115109.567500', '115110.027500', '115110.487500', '115110.947500', '115111.407500', '115111.867500', '115112.327500', '115112.787500', '115113.247500', '115113.707500', '115114.167500', '115114.627500', '115115.087500', '115115.547500', '115116.007500', '115116.467500', '115116.927500', '115117.387500', '115117.847500', '115118.307500', '115118.767500', '115119.227500', '115119.687500', '115120.147500', '115120.607500', '115121.067500', '115121.527500', '115121.987500', '115122.447500', '115122.907500', '115123.367500', '115123.827500', '115124.287500', '115124.747500', '115125.207500', '115125.667500', '115126.127500', '115126.587500', '115127.047500', '115127.507500', '115127.967500', '115128.427500', '115128.887500', '115129.347500', '115129.807500', '115130.267500', '115130.727500', '115131.187500', '115131.647500', '115132.107500', '115132.567500', '115133.027500', '115133.487500', '115133.947500', '115134.407500', '115134.867500', '115135.327500', '115135.787500', '115136.247500', '115136.707500', '115137.167500', '115137.627500', '115138.087500', '115138.547500', '115139.007500', '115139.467500', '115139.927500', '115140.387500', '115140.847500', '115141.307500', '115141.767500', '115142.227500', '115142.687500', '115143.147500', '115143.607500', '115144.067500', '115144.527500', '115144.987500', '115145.447500', '115145.907500', '115146.367500', '115146.827500', '115147.287500', '115147.747500', '115148.207500', '115148.667500', '115149.127500', '115149.587500', '115150.047500', '115150.507500', '115150.967500', '115151.427500', '115151.887500', '115152.347500', '115152.807500', '115153.267500', '115153.727500', '115154.187500', '115154.647500', '115155.107500', '115155.567500', '115156.027500', '115156.487500', '115156.947500', '115157.407500', '115157.867500', '115158.327500', '115158.787500', '115159.247500', '115159.707500', '115200.167500', '115200.627500', '115201.087500', '115201.547500', '115202.007500', '115202.467500', '115202.927500', '115203.387500', '115203.847500', '115204.307500', '115204.767500', '115205.227500', '115205.687500', '115206.147500', '115206.607500', '115207.067500', '115207.527500', '115207.987500', '115208.447500', '115208.907500', '115209.367500', '115209.827500', '115210.287500', '115210.747500', '115211.207500', '115211.667500', '115212.127500'], 'ContentTime': ['114231.722000', '114231.726000', '114231.728000', '114231.731000', '114231.734000', '114231.736000', '114231.739000', '114231.741000', '114231.744000', '114231.746000', '114231.749000', '114231.752000', '114231.754000', '114231.757000', '114231.759000', '114231.762000', '114231.764000', '114231.767000', '114231.770000', '114231.772000', '114231.775000', '114231.777000', '114231.780000', '114231.782000', '114231.785000', '114231.788000', '114231.790000', '114231.798000', '114231.801000', '114231.804000', '114231.806000', '114231.809000', '114231.811000', '114231.814000', '114231.816000', '114231.819000', '114231.821000', '114231.824000', '114231.827000', '114231.829000', '114231.832000', '114231.834000', '114231.837000', '114231.839000', '114231.842000', '114231.845000', '114231.847000', '114231.850000', '114231.852000', '114231.855000', '114231.857000', '114231.860000', '114231.862000', '114231.865000', '114231.868000', '114231.877000', '114231.880000', '114251.687000', '114251.689000', '114251.692000', '114251.695000', '114251.697000', '114251.700000', '114251.702000', '114251.705000', '114251.708000', '114251.710000', '114251.713000', '114251.715000', '114251.718000', '114251.720000', '114251.723000', '114251.726000', '114251.728000', '114251.731000', '114251.733000', '114251.736000', '114251.738000', '114251.741000', '114251.744000', '114251.746000', '114251.749000', '114251.751000', '114251.754000', '114251.756000', '114251.759000', '114251.762000', '114251.764000', '114251.767000', '114251.769000', '114251.772000', '114251.774000', '114251.777000', '114251.780000', '114251.782000', '114251.785000', '114251.787000', '114251.790000', '114251.793000', '114251.795000', '114251.798000', '114311.687000', '114311.690000', '114311.692000', '114311.695000', '114311.697000', '114311.700000', '114311.702000', '114311.705000', '114311.708000', '114311.710000', '114311.713000', '114311.715000', '114311.718000', '114311.730000', '114311.732000', '114311.735000', '114311.737000', '114311.740000', '114311.743000', '114311.745000', '114311.748000', '114311.750000', '114311.753000', '114311.755000', '114311.758000', '114311.761000', '114311.763000', '114311.766000', '114311.769000', '114311.771000', '114311.774000', '114311.776000', '114311.779000', '114311.782000', '114311.784000', '114311.787000', '114311.790000', '114311.792000', '114311.795000', '114311.797000', '114311.800000', '114311.803000', '114311.805000', '114331.685000', '114331.688000', '114331.691000', '114331.694000', '114331.696000', '114331.699000', '114331.702000', '114331.704000', '114331.707000', '114331.710000', '114331.713000', '114331.716000', '114331.719000', '114331.721000', '114331.724000', '114331.727000', '114331.729000', '114331.732000', '114331.735000', '114331.737000', '114331.740000', '114331.743000', '114331.745000', '114331.748000', '114331.750000', '114331.753000', '114331.756000', '114331.758000', '114331.761000', '114331.763000', '114331.766000', '114331.769000', '114331.771000', '114331.774000', '114331.777000', '114331.779000', '114331.782000', '114331.785000', '114331.787000', '114331.790000', '114331.793000', '114331.795000', '114331.798000', '114331.800000', '114351.685000', '114351.688000', '114351.691000', '114351.694000', '114351.696000', '114351.699000', '114351.701000', '114351.704000', '114351.707000', '114351.709000', '114351.712000', '114351.715000', '114351.717000', '114351.720000', '114351.723000', '114351.725000', '114351.728000', '114351.731000', '114351.733000', '114351.736000', '114351.739000', '114351.741000', '114351.744000', '114351.746000', '114351.749000', '114351.752000', '114351.754000', '114351.757000', '114351.759000', '114351.762000', '114351.765000', '114351.767000', '114351.770000', '114351.772000', '114351.775000', '114351.778000', '114351.780000', '114351.783000', '114351.785000', '114351.788000', '114351.791000', '114351.793000', '114351.796000', '114411.687000', '114411.690000', '114411.693000', '114411.696000', '114411.698000', '114411.703000', '114411.705000', '114411.708000', '114411.710000', '114411.724000', '114411.727000', '114411.729000', '114411.732000', '114411.735000', '114411.737000', '114411.740000', '114411.743000', '114411.745000', '114411.748000', '114411.750000', '114411.753000', '114411.756000', '114411.758000', '114411.761000', '114411.763000', '114411.766000', '114411.769000', '114411.771000', '114411.774000', '114411.776000', '114411.779000', '114411.782000', '114411.784000', '114411.787000', '114411.789000', '114411.792000', '114411.794000', '114411.797000', '114411.800000', '114411.802000', '114411.805000', '114411.808000', '114411.810000', '114431.686000', '114431.689000', '114431.692000', '114431.694000', '114431.698000', '114431.700000', '114431.703000', '114431.705000', '114431.719000', '114431.722000', '114431.724000', '114431.727000', '114431.729000', '114431.732000', '114431.734000', '114431.737000', '114431.740000', '114431.742000', '114431.745000', '114431.748000', '114431.750000', '114431.753000', '114431.756000', '114431.758000', '114431.761000', '114431.763000', '114431.766000', '114431.768000', '114431.771000', '114431.774000', '114431.777000', '114431.779000', '114431.782000', '114431.784000', '114431.787000', '114431.790000', '114431.792000', '114431.795000', '114431.798000', '114431.800000', '114431.803000', '114431.805000', '114431.808000', '114431.811000', '114451.687000', '114451.689000', '114451.692000', '114451.695000', '114451.697000', '114451.700000', '114451.703000', '114451.705000', '114451.708000', '114451.711000', '114451.714000', '114451.717000', '114451.720000', '114451.723000', '114451.725000', '114451.728000', '114451.730000', '114451.733000', '114451.736000', '114451.738000', '114451.741000', '114451.744000', '114451.746000', '114451.749000', '114451.752000', '114451.755000', '114451.757000', '114451.760000', '114451.762000', '114451.765000', '114451.768000', '114451.770000', '114451.773000', '114451.776000', '114451.778000', '114451.781000', '114451.784000', '114451.786000', '114451.789000', '114451.791000', '114451.794000', '114451.796000', '114451.799000', '114511.686000', '114511.689000', '114511.692000', '114511.695000', '114511.697000', '114511.700000', '114511.703000', '114511.705000', '114511.708000', '114511.711000', '114511.713000', '114511.716000', '114511.718000', '114511.721000', '114511.723000', '114511.726000', '114511.729000', '114511.731000', '114511.734000', '114511.736000', '114511.739000', '114511.742000', '114511.744000', '114511.747000', '114511.750000', '114511.752000', '114511.755000', '114511.758000', '114511.760000', '114511.763000', '114511.765000', '114511.768000', '114511.770000', '114511.773000', '114511.776000', '114511.778000', '114511.781000', '114511.783000', '114511.786000', '114511.789000', '114511.791000', '114511.794000', '114511.797000', '114511.799000', '114531.687000', '114531.690000', '114531.692000', '114531.695000', '114531.697000', '114531.706000', '114531.709000', '114531.712000', '114531.715000', '114531.718000', '114531.739000', '114531.742000', '114531.745000', '114531.747000', '114531.750000', '114531.752000', '114531.755000', '114531.758000', '114531.760000', '114531.763000', '114531.766000', '114531.768000', '114531.771000', '114531.774000', '114531.776000', '114531.779000', '114531.781000', '114531.784000', '114531.787000', '114531.789000', '114531.792000', '114531.795000', '114531.797000', '114531.800000', '114531.803000', '114531.805000', '114531.808000', '114531.810000', '114531.813000', '114531.816000', '114531.818000', '114531.821000', '114531.823000', '114551.685000', '114551.688000', '114551.692000', '114551.694000', '114551.697000', '114551.700000', '114551.703000', '114551.705000', '114551.708000', '114551.710000', '114551.713000', '114551.716000', '114551.718000', '114551.721000', '114551.723000', '114551.726000', '114551.729000', '114551.731000', '114551.734000', '114551.737000', '114551.739000', '114551.742000', '114551.745000', '114551.747000', '114551.750000', '114551.752000', '114551.755000', '114551.758000', '114551.760000', '114551.763000', '114551.766000', '114551.768000', '114551.771000', '114551.785000', '114551.788000', '114551.790000', '114551.793000', '114551.795000', '114551.798000', '114551.801000', '114551.803000', '114551.806000', '114551.808000', '114551.811000', '114611.685000', '114611.688000', '114611.691000', '114611.693000', '114611.696000', '114611.699000', '114611.701000', '114611.704000', '114611.707000', '114611.709000', '114611.712000', '114611.715000', '114611.717000', '114611.720000', '114611.723000', '114611.725000', '114611.729000', '114611.731000', '114611.735000', '114611.738000', '114611.740000', '114611.743000', '114611.745000', '114611.748000', '114611.751000', '114611.753000', '114611.756000', '114611.759000', '114611.761000', '114611.764000', '114611.767000', '114611.769000', '114611.772000', '114611.775000', '114611.777000', '114611.780000', '114611.782000', '114611.785000', '114611.789000', '114611.791000', '114611.794000', '114611.797000', '114611.799000', '114631.687000', '114631.690000', '114631.692000', '114631.695000', '114631.698000', '114631.701000', '114631.703000', '114631.706000', '114631.708000', '114631.711000', '114631.714000', '114631.716000', '114631.719000', '114631.722000', '114631.724000', '114631.727000', '114631.730000', '114631.732000', '114631.735000', '114631.737000', '114631.740000', '114631.743000', '114631.745000', '114631.748000', '114631.750000', '114631.753000', '114631.756000', '114631.759000', '114631.761000', '114631.764000', '114631.767000', '114631.769000', '114631.778000', '114631.781000', '114631.783000', '114631.786000', '114631.788000', '114631.791000', '114631.794000', '114631.797000', '114631.799000', '114631.802000', '114631.804000', '114631.807000', '114651.686000', '114651.689000', '114651.692000', '114651.695000', '114651.697000', '114651.700000', '114651.702000', '114651.705000', '114651.708000', '114651.710000', '114651.713000', '114651.716000', '114651.718000', '114651.721000', '114651.723000', '114651.726000', '114651.729000', '114651.731000', '114651.734000', '114651.737000', '114651.739000', '114651.742000', '114651.745000', '114651.748000', '114651.751000', '114651.754000', '114651.757000', '114651.760000', '114651.763000', '114651.765000', '114651.768000', '114651.771000', '114651.773000', '114651.776000', '114651.778000', '114651.781000', '114651.784000', '114651.786000', '114651.789000', '114651.792000', '114651.794000', '114651.797000', '114651.799000', '114711.686000', '114711.689000', '114711.692000', '114711.695000', '114711.698000', '114711.701000', '114711.704000', '114711.707000', '114711.709000', '114711.712000', '114711.714000', '114711.717000', '114711.720000', '114711.722000', '114711.725000', '114711.727000', '114711.730000', '114711.733000', '114711.735000', '114711.738000', '114711.741000', '114711.743000', '114711.746000', '114711.749000', '114711.751000', '114711.754000', '114711.756000', '114711.759000', '114711.762000', '114711.764000', '114711.767000', '114711.769000', '114711.772000', '114711.775000', '114711.777000', '114711.780000', '114711.783000', '114711.785000', '114711.788000', '114711.791000', '114711.793000', '114711.796000', '114711.798000', '114731.686000', '114731.720000', '114731.723000', '114731.725000', '114731.728000', '114731.731000', '114731.733000', '114731.736000', '114731.739000', '114731.741000', '114731.744000', '114731.747000', '114731.749000', '114731.752000', '114731.754000', '114731.757000', '114731.760000', '114731.762000', '114731.765000', '114731.768000', '114731.770000', '114731.773000', '114731.775000', '114731.778000', '114731.780000', '114731.783000', '114731.786000', '114731.788000', '114731.791000', '114731.793000', '114731.796000', '114731.799000', '114731.801000', '114731.804000', '114731.806000', '114731.809000', '114731.812000', '114731.814000', '114731.817000', '114731.820000', '114731.822000', '114731.825000', '114731.827000', '114731.830000', '114751.686000', '114751.689000', '114751.692000', '114751.695000', '114751.698000', '114751.700000', '114751.703000', '114751.705000', '114751.708000', '114751.710000', '114751.713000', '114751.716000', '114751.718000', '114751.721000', '114751.724000', '114751.726000', '114751.729000', '114751.731000', '114751.734000', '114751.737000', '114751.739000', '114751.742000', '114751.745000', '114751.747000', '114751.750000', '114751.752000', '114751.755000', '114751.758000', '114751.760000', '114751.763000', '114751.766000', '114751.768000', '114751.771000', '114751.774000', '114751.776000', '114751.779000', '114751.781000', '114751.784000', '114751.787000', '114751.790000', '114751.792000', '114751.795000', '114751.797000', '114751.800000', '114811.685000', '114811.689000', '114811.691000', '114811.694000', '114811.696000', '114811.699000', '114811.702000', '114811.704000', '114811.707000', '114811.710000', '114811.712000', '114811.715000', '114811.718000', '114811.720000', '114811.723000', '114811.726000', '114811.728000', '114811.731000', '114811.734000', '114811.736000', '114811.739000', '114811.741000', '114811.744000', '114811.747000', '114811.749000', '114811.752000', '114811.754000', '114811.758000', '114811.761000', '114811.764000', '114811.767000', '114811.769000', '114811.772000', '114811.775000', '114811.778000', '114811.781000', '114811.783000', '114811.786000', '114811.788000', '114811.791000', '114811.794000', '114811.796000', '114811.799000', '114831.685000', '114831.688000', '114831.691000', '114831.694000', '114831.696000', '114831.699000', '114831.702000', '114831.704000', '114831.707000', '114831.709000', '114831.712000', '114831.715000', '114831.717000', '114831.720000', '114831.723000', '114831.725000', '114831.728000', '114831.730000', '114831.733000', '114831.736000', '114831.738000', '114831.741000', '114831.744000', '114831.746000', '114831.749000', '114831.751000', '114831.754000', '114831.757000', '114831.759000', '114831.762000', '114831.765000', '114831.767000', '114831.770000', '114831.772000', '114831.775000', '114831.778000', '114831.780000', '114831.783000', '114831.785000', '114831.788000', '114831.791000', '114831.793000', '114831.796000', '114831.799000', '114851.686000', '114851.689000', '114851.692000', '114851.694000', '114851.697000', '114851.700000', '114851.703000', '114851.705000', '114851.708000', '114851.710000', '114851.713000', '114851.724000', '114851.727000', '114851.730000', '114851.732000', '114851.735000', '114851.737000', '114851.740000', '114851.743000', '114851.745000', '114851.748000', '114851.751000', '114851.753000', '114851.756000', '114851.758000', '114851.761000', '114851.764000', '114851.766000', '114851.769000', '114851.771000', '114851.774000', '114851.777000', '114851.779000', '114851.782000', '114851.784000', '114851.787000', '114851.790000', '114851.792000', '114851.795000', '114851.798000', '114851.800000', '114851.803000', '114851.805000', '114911.687000', '114911.689000', '114911.692000', '114911.695000', '114911.697000', '114911.700000', '114911.703000', '114911.705000', '114911.708000', '114911.711000', '114911.713000', '114911.716000', '114911.719000', '114911.721000', '114911.724000', '114911.726000', '114911.729000', '114911.732000', '114911.734000', '114911.737000', '114911.739000', '114911.742000', '114911.745000', '114911.748000', '114911.751000', '114911.756000', '114911.758000', '114911.761000', '114911.764000', '114911.766000', '114911.769000', '114911.772000', '114911.774000', '114911.777000', '114911.780000', '114911.782000', '114911.785000', '114911.788000', '114911.790000', '114911.793000', '114911.795000', '114911.798000', '114911.801000', '114931.686000', '114931.689000', '114931.692000', '114931.695000', '114931.697000', '114931.700000', '114931.703000', '114931.705000', '114931.708000', '114931.711000', '114931.713000', '114931.716000', '114931.718000', '114931.721000', '114931.724000', '114931.726000', '114931.729000', '114931.732000', '114931.734000', '114931.737000', '114931.739000', '114931.742000', '114931.745000', '114931.747000', '114931.750000', '114931.753000', '114931.755000', '114931.758000', '114931.761000', '114931.764000', '114931.766000', '114931.769000', '114931.771000', '114931.774000', '114931.777000', '114931.779000', '114931.782000', '114931.784000', '114931.787000', '114931.790000', '114931.792000', '114931.795000', '114931.797000', '114931.800000', '114951.687000', '114951.690000', '114951.692000', '114951.695000', '114951.698000', '114951.700000', '114951.703000', '114951.705000', '114951.708000', '114951.711000', '114951.713000', '114951.716000', '114951.718000', '114951.721000', '114951.724000', '114951.726000', '114951.729000', '114951.732000', '114951.734000', '114951.737000', '114951.739000', '114951.742000', '114951.745000', '114951.747000', '114951.750000', '114951.752000', '114951.755000', '114951.758000', '114951.760000', '114951.763000', '114951.766000', '114951.768000', '114951.771000', '114951.773000', '114951.776000', '114951.779000', '114951.781000', '114951.784000', '114951.787000', '114951.789000', '114951.792000', '114951.794000', '114951.797000', '115011.687000', '115011.690000', '115011.692000', '115011.695000', '115011.698000', '115011.700000', '115011.703000', '115011.705000', '115011.708000', '115011.711000', '115011.713000', '115011.716000', '115011.719000', '115011.721000', '115011.724000', '115011.727000', '115011.729000', '115011.732000', '115011.734000', '115011.737000', '115011.740000', '115011.742000', '115011.745000', '115011.754000', '115011.757000', '115011.759000', '115011.762000', '115011.765000', '115011.767000', '115011.770000', '115011.773000', '115011.775000', '115011.778000', '115011.780000', '115011.783000', '115011.786000', '115011.789000', '115011.791000', '115011.794000', '115011.797000', '115011.799000', '115011.802000', '115011.804000', '115011.807000', '115031.686000', '115031.688000', '115031.691000', '115031.694000', '115031.696000', '115031.699000', '115031.702000', '115031.705000', '115031.707000', '115031.710000', '115031.713000', '115031.715000', '115031.718000', '115031.720000', '115031.723000', '115031.726000', '115031.728000', '115031.731000', '115031.734000', '115031.736000', '115031.739000', '115031.742000', '115031.744000', '115031.747000', '115031.750000', '115031.752000', '115031.755000', '115031.758000', '115031.760000', '115031.763000', '115031.765000', '115031.768000', '115031.771000', '115031.774000', '115031.776000', '115031.779000', '115031.781000', '115031.784000', '115031.787000', '115031.789000', '115031.792000', '115031.794000', '115031.797000', '115031.800000', '115051.686000', '115051.689000', '115051.691000', '115051.694000', '115051.697000', '115051.699000', '115051.702000', '115051.704000', '115051.707000', '115051.710000', '115051.712000', '115051.715000', '115051.717000', '115051.720000', '115051.723000', '115051.725000', '115051.728000', '115051.731000', '115051.733000', '115051.736000', '115051.738000', '115051.741000', '115051.744000', '115051.746000', '115051.749000', '115051.751000', '115051.754000', '115051.757000', '115051.759000', '115051.762000', '115051.765000', '115051.767000', '115051.770000', '115051.772000', '115051.775000', '115051.778000', '115051.780000', '115051.783000', '115051.785000', '115051.788000', '115051.791000', '115051.793000', '115051.796000', '115111.687000', '115111.689000', '115111.692000', '115111.695000', '115111.697000', '115111.700000', '115111.703000', '115111.706000', '115111.709000', '115111.711000', '115111.714000', '115111.717000', '115111.719000', '115111.722000', '115111.725000', '115111.728000', '115111.730000', '115111.733000', '115111.736000', '115111.738000', '115111.741000', '115111.743000', '115111.746000', '115111.749000', '115111.751000', '115111.754000', '115111.757000', '115111.759000', '115111.762000', '115111.764000', '115111.767000', '115111.770000', '115111.773000', '115111.775000', '115111.778000', '115111.780000', '115111.783000', '115111.786000', '115111.788000', '115111.791000', '115111.793000', '115111.796000', '115111.799000', '115111.801000', '115131.687000', '115131.690000', '115131.692000', '115131.695000', '115131.709000', '115131.711000', '115131.714000', '115131.717000', '115131.719000', '115131.722000', '115131.724000', '115131.727000', '115131.730000', '115131.732000', '115131.735000', '115131.737000', '115131.740000', '115131.743000', '115131.745000', '115131.748000', '115131.750000', '115131.753000', '115131.755000', '115131.758000', '115131.761000', '115131.763000', '115131.766000', '115131.768000', '115131.771000', '115131.774000', '115131.777000', '115131.779000', '115131.782000', '115131.784000', '115131.787000', '115131.790000', '115131.792000', '115131.795000', '115131.798000', '115131.800000', '115131.803000', '115131.805000', '115131.808000', '115151.687000', '115151.689000', '115151.692000', '115151.695000', '115151.698000', '115151.700000', '115151.703000', '115151.706000', '115151.708000', '115151.711000', '115151.713000', '115151.716000', '115151.719000', '115151.722000', '115151.725000', '115151.728000', '115151.731000', '115151.734000', '115151.737000', '115151.740000', '115151.742000', '115151.745000', '115151.747000', '115151.750000', '115151.753000', '115151.755000', '115151.758000', '115151.761000', '115151.763000', '115151.766000', '115151.768000', '115151.771000', '115151.774000', '115151.776000', '115151.779000', '115151.781000', '115151.784000', '115151.787000', '115151.789000', '115151.792000', '115151.795000', '115151.797000', '115151.800000', '115211.687000', '115211.689000', '115211.692000', '115211.695000', '115211.698000', '115211.700000', '115211.703000', '115211.705000', '115211.708000', '115211.711000', '115211.713000', '115211.716000', '115211.719000', '115211.721000', '115211.724000', '115211.727000', '115211.729000', '115211.732000', '115211.735000', '115211.737000', '115211.740000', '115211.742000', '115211.745000', '115211.748000', '115211.750000', '115211.753000', '115211.756000', '115211.758000', '115211.761000', '115211.764000', '115211.766000', '115211.769000', '115211.772000', '115211.774000', '115211.777000', '115211.779000', '115211.782000', '115211.785000', '115211.787000', '115211.790000', '115211.793000', '115211.795000', '115211.798000', '115211.800000', '115213.311000', '115213.314000', '115213.317000', '115213.320000'], 'InstanceCreationTime': ['114231.722000', '114231.726000', '114231.728000', '114231.731000', '114231.734000', '114231.736000', '114231.739000', '114231.741000', '114231.744000', '114231.746000', '114231.749000', '114231.752000', '114231.754000', '114231.757000', '114231.759000', '114231.762000', '114231.764000', '114231.767000', '114231.770000', '114231.772000', '114231.775000', '114231.777000', '114231.780000', '114231.782000', '114231.785000', '114231.788000', '114231.790000', '114231.798000', '114231.801000', '114231.804000', '114231.806000', '114231.809000', '114231.811000', '114231.814000', '114231.816000', '114231.819000', '114231.821000', '114231.824000', '114231.827000', '114231.829000', '114231.832000', '114231.834000', '114231.837000', '114231.839000', '114231.842000', '114231.845000', '114231.847000', '114231.850000', '114231.852000', '114231.855000', '114231.857000', '114231.860000', '114231.862000', '114231.865000', '114231.868000', '114231.877000', '114231.880000', '114251.687000', '114251.689000', '114251.692000', '114251.695000', '114251.697000', '114251.700000', '114251.702000', '114251.705000', '114251.708000', '114251.710000', '114251.713000', '114251.715000', '114251.718000', '114251.720000', '114251.723000', '114251.726000', '114251.728000', '114251.731000', '114251.733000', '114251.736000', '114251.738000', '114251.741000', '114251.744000', '114251.746000', '114251.749000', '114251.751000', '114251.754000', '114251.756000', '114251.759000', '114251.762000', '114251.764000', '114251.767000', '114251.769000', '114251.772000', '114251.774000', '114251.777000', '114251.780000', '114251.782000', '114251.785000', '114251.787000', '114251.790000', '114251.793000', '114251.795000', '114251.798000', '114311.687000', '114311.690000', '114311.692000', '114311.695000', '114311.697000', '114311.700000', '114311.702000', '114311.705000', '114311.708000', '114311.710000', '114311.713000', '114311.715000', '114311.718000', '114311.730000', '114311.732000', '114311.735000', '114311.737000', '114311.740000', '114311.743000', '114311.745000', '114311.748000', '114311.750000', '114311.753000', '114311.755000', '114311.758000', '114311.761000', '114311.763000', '114311.766000', '114311.769000', '114311.771000', '114311.774000', '114311.776000', '114311.779000', '114311.782000', '114311.784000', '114311.787000', '114311.790000', '114311.792000', '114311.795000', '114311.797000', '114311.800000', '114311.803000', '114311.805000', '114331.685000', '114331.688000', '114331.691000', '114331.694000', '114331.696000', '114331.699000', '114331.702000', '114331.704000', '114331.707000', '114331.710000', '114331.713000', '114331.716000', '114331.719000', '114331.721000', '114331.724000', '114331.727000', '114331.729000', '114331.732000', '114331.735000', '114331.737000', '114331.740000', '114331.743000', '114331.745000', '114331.748000', '114331.750000', '114331.753000', '114331.756000', '114331.758000', '114331.761000', '114331.763000', '114331.766000', '114331.769000', '114331.771000', '114331.774000', '114331.777000', '114331.779000', '114331.782000', '114331.785000', '114331.787000', '114331.790000', '114331.793000', '114331.795000', '114331.798000', '114331.800000', '114351.685000', '114351.688000', '114351.691000', '114351.694000', '114351.696000', '114351.699000', '114351.701000', '114351.704000', '114351.707000', '114351.709000', '114351.712000', '114351.715000', '114351.717000', '114351.720000', '114351.723000', '114351.725000', '114351.728000', '114351.731000', '114351.733000', '114351.736000', '114351.739000', '114351.741000', '114351.744000', '114351.746000', '114351.749000', '114351.752000', '114351.754000', '114351.757000', '114351.759000', '114351.762000', '114351.765000', '114351.767000', '114351.770000', '114351.772000', '114351.775000', '114351.778000', '114351.780000', '114351.783000', '114351.785000', '114351.788000', '114351.791000', '114351.793000', '114351.796000', '114411.687000', '114411.690000', '114411.693000', '114411.696000', '114411.698000', '114411.703000', '114411.705000', '114411.708000', '114411.710000', '114411.724000', '114411.727000', '114411.729000', '114411.732000', '114411.735000', '114411.737000', '114411.740000', '114411.743000', '114411.745000', '114411.748000', '114411.750000', '114411.753000', '114411.756000', '114411.758000', '114411.761000', '114411.763000', '114411.766000', '114411.769000', '114411.771000', '114411.774000', '114411.776000', '114411.779000', '114411.782000', '114411.784000', '114411.787000', '114411.789000', '114411.792000', '114411.794000', '114411.797000', '114411.800000', '114411.802000', '114411.805000', '114411.808000', '114411.810000', '114431.686000', '114431.689000', '114431.692000', '114431.694000', '114431.698000', '114431.700000', '114431.703000', '114431.705000', '114431.719000', '114431.722000', '114431.724000', '114431.727000', '114431.729000', '114431.732000', '114431.734000', '114431.737000', '114431.740000', '114431.742000', '114431.745000', '114431.748000', '114431.750000', '114431.753000', '114431.756000', '114431.758000', '114431.761000', '114431.763000', '114431.766000', '114431.768000', '114431.771000', '114431.774000', '114431.777000', '114431.779000', '114431.782000', '114431.784000', '114431.787000', '114431.790000', '114431.792000', '114431.795000', '114431.798000', '114431.800000', '114431.803000', '114431.805000', '114431.808000', '114431.811000', '114451.687000', '114451.689000', '114451.692000', '114451.695000', '114451.697000', '114451.700000', '114451.703000', '114451.705000', '114451.708000', '114451.711000', '114451.714000', '114451.717000', '114451.720000', '114451.723000', '114451.725000', '114451.728000', '114451.730000', '114451.733000', '114451.736000', '114451.738000', '114451.741000', '114451.744000', '114451.746000', '114451.749000', '114451.752000', '114451.755000', '114451.757000', '114451.760000', '114451.762000', '114451.765000', '114451.768000', '114451.770000', '114451.773000', '114451.776000', '114451.778000', '114451.781000', '114451.784000', '114451.786000', '114451.789000', '114451.791000', '114451.794000', '114451.796000', '114451.799000', '114511.686000', '114511.689000', '114511.692000', '114511.695000', '114511.697000', '114511.700000', '114511.703000', '114511.705000', '114511.708000', '114511.711000', '114511.713000', '114511.716000', '114511.718000', '114511.721000', '114511.723000', '114511.726000', '114511.729000', '114511.731000', '114511.734000', '114511.736000', '114511.739000', '114511.742000', '114511.744000', '114511.747000', '114511.750000', '114511.752000', '114511.755000', '114511.758000', '114511.760000', '114511.763000', '114511.765000', '114511.768000', '114511.770000', '114511.773000', '114511.776000', '114511.778000', '114511.781000', '114511.783000', '114511.786000', '114511.789000', '114511.791000', '114511.794000', '114511.797000', '114511.799000', '114531.687000', '114531.690000', '114531.692000', '114531.695000', '114531.697000', '114531.706000', '114531.709000', '114531.712000', '114531.715000', '114531.718000', '114531.739000', '114531.742000', '114531.745000', '114531.747000', '114531.750000', '114531.752000', '114531.755000', '114531.758000', '114531.760000', '114531.763000', '114531.766000', '114531.768000', '114531.771000', '114531.774000', '114531.776000', '114531.779000', '114531.781000', '114531.784000', '114531.787000', '114531.789000', '114531.792000', '114531.795000', '114531.797000', '114531.800000', '114531.803000', '114531.805000', '114531.808000', '114531.810000', '114531.813000', '114531.816000', '114531.818000', '114531.821000', '114531.823000', '114551.685000', '114551.688000', '114551.692000', '114551.694000', '114551.697000', '114551.700000', '114551.703000', '114551.705000', '114551.708000', '114551.710000', '114551.713000', '114551.716000', '114551.718000', '114551.721000', '114551.723000', '114551.726000', '114551.729000', '114551.731000', '114551.734000', '114551.737000', '114551.739000', '114551.742000', '114551.745000', '114551.747000', '114551.750000', '114551.752000', '114551.755000', '114551.758000', '114551.760000', '114551.763000', '114551.766000', '114551.768000', '114551.771000', '114551.785000', '114551.788000', '114551.790000', '114551.793000', '114551.795000', '114551.798000', '114551.801000', '114551.803000', '114551.806000', '114551.808000', '114551.811000', '114611.685000', '114611.688000', '114611.691000', '114611.693000', '114611.696000', '114611.699000', '114611.701000', '114611.704000', '114611.707000', '114611.709000', '114611.712000', '114611.715000', '114611.717000', '114611.720000', '114611.723000', '114611.725000', '114611.729000', '114611.731000', '114611.735000', '114611.738000', '114611.740000', '114611.743000', '114611.745000', '114611.748000', '114611.751000', '114611.753000', '114611.756000', '114611.759000', '114611.761000', '114611.764000', '114611.767000', '114611.769000', '114611.772000', '114611.775000', '114611.777000', '114611.780000', '114611.782000', '114611.785000', '114611.789000', '114611.791000', '114611.794000', '114611.797000', '114611.799000', '114631.687000', '114631.690000', '114631.692000', '114631.695000', '114631.698000', '114631.701000', '114631.703000', '114631.706000', '114631.708000', '114631.711000', '114631.714000', '114631.716000', '114631.719000', '114631.722000', '114631.724000', '114631.727000', '114631.730000', '114631.732000', '114631.735000', '114631.737000', '114631.740000', '114631.743000', '114631.745000', '114631.748000', '114631.750000', '114631.753000', '114631.756000', '114631.759000', '114631.761000', '114631.764000', '114631.767000', '114631.769000', '114631.778000', '114631.781000', '114631.783000', '114631.786000', '114631.788000', '114631.791000', '114631.794000', '114631.797000', '114631.799000', '114631.802000', '114631.804000', '114631.807000', '114651.686000', '114651.689000', '114651.692000', '114651.695000', '114651.697000', '114651.700000', '114651.702000', '114651.705000', '114651.708000', '114651.710000', '114651.713000', '114651.716000', '114651.718000', '114651.721000', '114651.723000', '114651.726000', '114651.729000', '114651.731000', '114651.734000', '114651.737000', '114651.739000', '114651.742000', '114651.745000', '114651.748000', '114651.751000', '114651.754000', '114651.757000', '114651.760000', '114651.763000', '114651.765000', '114651.768000', '114651.771000', '114651.773000', '114651.776000', '114651.778000', '114651.781000', '114651.784000', '114651.786000', '114651.789000', '114651.792000', '114651.794000', '114651.797000', '114651.799000', '114711.686000', '114711.689000', '114711.692000', '114711.695000', '114711.698000', '114711.701000', '114711.704000', '114711.707000', '114711.709000', '114711.712000', '114711.714000', '114711.717000', '114711.720000', '114711.722000', '114711.725000', '114711.727000', '114711.730000', '114711.733000', '114711.735000', '114711.738000', '114711.741000', '114711.743000', '114711.746000', '114711.749000', '114711.751000', '114711.754000', '114711.756000', '114711.759000', '114711.762000', '114711.764000', '114711.767000', '114711.769000', '114711.772000', '114711.775000', '114711.777000', '114711.780000', '114711.783000', '114711.785000', '114711.788000', '114711.791000', '114711.793000', '114711.796000', '114711.798000', '114731.686000', '114731.720000', '114731.723000', '114731.725000', '114731.728000', '114731.731000', '114731.733000', '114731.736000', '114731.739000', '114731.741000', '114731.744000', '114731.747000', '114731.749000', '114731.752000', '114731.754000', '114731.757000', '114731.760000', '114731.762000', '114731.765000', '114731.768000', '114731.770000', '114731.773000', '114731.775000', '114731.778000', '114731.780000', '114731.783000', '114731.786000', '114731.788000', '114731.791000', '114731.793000', '114731.796000', '114731.799000', '114731.801000', '114731.804000', '114731.806000', '114731.809000', '114731.812000', '114731.814000', '114731.817000', '114731.820000', '114731.822000', '114731.825000', '114731.827000', '114731.830000', '114751.686000', '114751.689000', '114751.692000', '114751.695000', '114751.698000', '114751.700000', '114751.703000', '114751.705000', '114751.708000', '114751.710000', '114751.713000', '114751.716000', '114751.718000', '114751.721000', '114751.724000', '114751.726000', '114751.729000', '114751.731000', '114751.734000', '114751.737000', '114751.739000', '114751.742000', '114751.745000', '114751.747000', '114751.750000', '114751.752000', '114751.755000', '114751.758000', '114751.760000', '114751.763000', '114751.766000', '114751.768000', '114751.771000', '114751.774000', '114751.776000', '114751.779000', '114751.781000', '114751.784000', '114751.787000', '114751.790000', '114751.792000', '114751.795000', '114751.797000', '114751.800000', '114811.685000', '114811.689000', '114811.691000', '114811.694000', '114811.696000', '114811.699000', '114811.702000', '114811.704000', '114811.707000', '114811.710000', '114811.712000', '114811.715000', '114811.718000', '114811.720000', '114811.723000', '114811.726000', '114811.728000', '114811.731000', '114811.734000', '114811.736000', '114811.739000', '114811.741000', '114811.744000', '114811.747000', '114811.749000', '114811.752000', '114811.754000', '114811.758000', '114811.761000', '114811.764000', '114811.767000', '114811.769000', '114811.772000', '114811.775000', '114811.778000', '114811.781000', '114811.783000', '114811.786000', '114811.788000', '114811.791000', '114811.794000', '114811.796000', '114811.799000', '114831.685000', '114831.688000', '114831.691000', '114831.694000', '114831.696000', '114831.699000', '114831.702000', '114831.704000', '114831.707000', '114831.709000', '114831.712000', '114831.715000', '114831.717000', '114831.720000', '114831.723000', '114831.725000', '114831.728000', '114831.730000', '114831.733000', '114831.736000', '114831.738000', '114831.741000', '114831.744000', '114831.746000', '114831.749000', '114831.751000', '114831.754000', '114831.757000', '114831.759000', '114831.762000', '114831.765000', '114831.767000', '114831.770000', '114831.772000', '114831.775000', '114831.778000', '114831.780000', '114831.783000', '114831.785000', '114831.788000', '114831.791000', '114831.793000', '114831.796000', '114831.799000', '114851.686000', '114851.689000', '114851.692000', '114851.694000', '114851.697000', '114851.700000', '114851.703000', '114851.705000', '114851.708000', '114851.710000', '114851.713000', '114851.724000', '114851.727000', '114851.730000', '114851.732000', '114851.735000', '114851.737000', '114851.740000', '114851.743000', '114851.745000', '114851.748000', '114851.751000', '114851.753000', '114851.756000', '114851.758000', '114851.761000', '114851.764000', '114851.766000', '114851.769000', '114851.771000', '114851.774000', '114851.777000', '114851.779000', '114851.782000', '114851.784000', '114851.787000', '114851.790000', '114851.792000', '114851.795000', '114851.798000', '114851.800000', '114851.803000', '114851.805000', '114911.687000', '114911.689000', '114911.692000', '114911.695000', '114911.697000', '114911.700000', '114911.703000', '114911.705000', '114911.708000', '114911.711000', '114911.713000', '114911.716000', '114911.719000', '114911.721000', '114911.724000', '114911.726000', '114911.729000', '114911.732000', '114911.734000', '114911.737000', '114911.739000', '114911.742000', '114911.745000', '114911.748000', '114911.751000', '114911.756000', '114911.758000', '114911.761000', '114911.764000', '114911.766000', '114911.769000', '114911.772000', '114911.774000', '114911.777000', '114911.780000', '114911.782000', '114911.785000', '114911.788000', '114911.790000', '114911.793000', '114911.795000', '114911.798000', '114911.801000', '114931.686000', '114931.689000', '114931.692000', '114931.695000', '114931.697000', '114931.700000', '114931.703000', '114931.705000', '114931.708000', '114931.711000', '114931.713000', '114931.716000', '114931.718000', '114931.721000', '114931.724000', '114931.726000', '114931.729000', '114931.732000', '114931.734000', '114931.737000', '114931.739000', '114931.742000', '114931.745000', '114931.747000', '114931.750000', '114931.753000', '114931.755000', '114931.758000', '114931.761000', '114931.764000', '114931.766000', '114931.769000', '114931.771000', '114931.774000', '114931.777000', '114931.779000', '114931.782000', '114931.784000', '114931.787000', '114931.790000', '114931.792000', '114931.795000', '114931.797000', '114931.800000', '114951.687000', '114951.690000', '114951.692000', '114951.695000', '114951.698000', '114951.700000', '114951.703000', '114951.705000', '114951.708000', '114951.711000', '114951.713000', '114951.716000', '114951.718000', '114951.721000', '114951.724000', '114951.726000', '114951.729000', '114951.732000', '114951.734000', '114951.737000', '114951.739000', '114951.742000', '114951.745000', '114951.747000', '114951.750000', '114951.752000', '114951.755000', '114951.758000', '114951.760000', '114951.763000', '114951.766000', '114951.768000', '114951.771000', '114951.773000', '114951.776000', '114951.779000', '114951.781000', '114951.784000', '114951.787000', '114951.789000', '114951.792000', '114951.794000', '114951.797000', '115011.687000', '115011.690000', '115011.692000', '115011.695000', '115011.698000', '115011.700000', '115011.703000', '115011.705000', '115011.708000', '115011.711000', '115011.713000', '115011.716000', '115011.719000', '115011.721000', '115011.724000', '115011.727000', '115011.729000', '115011.732000', '115011.734000', '115011.737000', '115011.740000', '115011.742000', '115011.745000', '115011.754000', '115011.757000', '115011.759000', '115011.762000', '115011.765000', '115011.767000', '115011.770000', '115011.773000', '115011.775000', '115011.778000', '115011.780000', '115011.783000', '115011.786000', '115011.789000', '115011.791000', '115011.794000', '115011.797000', '115011.799000', '115011.802000', '115011.804000', '115011.807000', '115031.686000', '115031.688000', '115031.691000', '115031.694000', '115031.696000', '115031.699000', '115031.702000', '115031.705000', '115031.707000', '115031.710000', '115031.713000', '115031.715000', '115031.718000', '115031.720000', '115031.723000', '115031.726000', '115031.728000', '115031.731000', '115031.734000', '115031.736000', '115031.739000', '115031.742000', '115031.744000', '115031.747000', '115031.750000', '115031.752000', '115031.755000', '115031.758000', '115031.760000', '115031.763000', '115031.765000', '115031.768000', '115031.771000', '115031.774000', '115031.776000', '115031.779000', '115031.781000', '115031.784000', '115031.787000', '115031.789000', '115031.792000', '115031.794000', '115031.797000', '115031.800000', '115051.686000', '115051.689000', '115051.691000', '115051.694000', '115051.697000', '115051.699000', '115051.702000', '115051.704000', '115051.707000', '115051.710000', '115051.712000', '115051.715000', '115051.717000', '115051.720000', '115051.723000', '115051.725000', '115051.728000', '115051.731000', '115051.733000', '115051.736000', '115051.738000', '115051.741000', '115051.744000', '115051.746000', '115051.749000', '115051.751000', '115051.754000', '115051.757000', '115051.759000', '115051.762000', '115051.765000', '115051.767000', '115051.770000', '115051.772000', '115051.775000', '115051.778000', '115051.780000', '115051.783000', '115051.785000', '115051.788000', '115051.791000', '115051.793000', '115051.796000', '115111.687000', '115111.689000', '115111.692000', '115111.695000', '115111.697000', '115111.700000', '115111.703000', '115111.706000', '115111.709000', '115111.711000', '115111.714000', '115111.717000', '115111.719000', '115111.722000', '115111.725000', '115111.728000', '115111.730000', '115111.733000', '115111.736000', '115111.738000', '115111.741000', '115111.743000', '115111.746000', '115111.749000', '115111.751000', '115111.754000', '115111.757000', '115111.759000', '115111.762000', '115111.764000', '115111.767000', '115111.770000', '115111.773000', '115111.775000', '115111.778000', '115111.780000', '115111.783000', '115111.786000', '115111.788000', '115111.791000', '115111.793000', '115111.796000', '115111.799000', '115111.801000', '115131.687000', '115131.690000', '115131.692000', '115131.695000', '115131.709000', '115131.711000', '115131.714000', '115131.717000', '115131.719000', '115131.722000', '115131.724000', '115131.727000', '115131.730000', '115131.732000', '115131.735000', '115131.737000', '115131.740000', '115131.743000', '115131.745000', '115131.748000', '115131.750000', '115131.753000', '115131.755000', '115131.758000', '115131.761000', '115131.763000', '115131.766000', '115131.768000', '115131.771000', '115131.774000', '115131.777000', '115131.779000', '115131.782000', '115131.784000', '115131.787000', '115131.790000', '115131.792000', '115131.795000', '115131.798000', '115131.800000', '115131.803000', '115131.805000', '115131.808000', '115151.687000', '115151.689000', '115151.692000', '115151.695000', '115151.698000', '115151.700000', '115151.703000', '115151.706000', '115151.708000', '115151.711000', '115151.713000', '115151.716000', '115151.719000', '115151.722000', '115151.725000', '115151.728000', '115151.731000', '115151.734000', '115151.737000', '115151.740000', '115151.742000', '115151.745000', '115151.747000', '115151.750000', '115151.753000', '115151.755000', '115151.758000', '115151.761000', '115151.763000', '115151.766000', '115151.768000', '115151.771000', '115151.774000', '115151.776000', '115151.779000', '115151.781000', '115151.784000', '115151.787000', '115151.789000', '115151.792000', '115151.795000', '115151.797000', '115151.800000', '115211.687000', '115211.689000', '115211.692000', '115211.695000', '115211.698000', '115211.700000', '115211.703000', '115211.705000', '115211.708000', '115211.711000', '115211.713000', '115211.716000', '115211.719000', '115211.721000', '115211.724000', '115211.727000', '115211.729000', '115211.732000', '115211.735000', '115211.737000', '115211.740000', '115211.742000', '115211.745000', '115211.748000', '115211.750000', '115211.753000', '115211.756000', '115211.758000', '115211.761000', '115211.764000', '115211.766000', '115211.769000', '115211.772000', '115211.774000', '115211.777000', '115211.779000', '115211.782000', '115211.785000', '115211.787000', '115211.790000', '115211.793000', '115211.795000', '115211.798000', '115211.800000', '115213.311000', '115213.314000', '115213.317000', '115213.320000'], '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], 'LargestImagePixelValue': [17054, 10896, 14774, 9740, 15900, 10717, 17837, 12897, 11662, 10181, 8993, 16726, 11644, 15450, 9788, 14272, 9619, 16786, 9797, 8909, 9876, 9030, 10561, 8915, 10201, 9169, 14318, 9729, 8580, 9794, 9270, 12121, 9054, 10521, 9366, 12406, 9919, 10001, 9680, 8646, 10490, 8725, 12197, 9598, 9106, 14661, 11439, 17155, 11112, 11039, 11014, 12592, 16369, 9267, 12198, 9313, 18116, 11529, 9705, 9621, 9228, 11609, 9094, 11441, 9105, 7944, 10189, 9063, 12307, 8794, 11802, 9699, 12948, 12720, 8644, 11134, 8442, 17011, 13484, 17155, 11138, 10187, 11800, 13115, 19547, 13466, 14055, 9701, 17174, 12975, 11578, 9979, 9678, 13901, 10760, 16235, 9521, 9007, 9803, 10711, 12806, 8892, 9914, 10018, 11704, 9998, 9308, 9728, 9022, 14637, 10677, 9122, 9688, 9385, 12140, 9863, 16370, 9785, 8069, 10133, 9665, 15812, 12505, 14858, 10197, 10043, 11521, 15096, 16200, 9554, 10810, 9990, 14657, 11480, 10605, 10300, 9112, 13107, 9715, 16654, 9672, 8622, 10247, 9489, 12550, 8503, 10106, 9651, 14871, 10935, 7958, 10251, 8822, 15257, 12547, 15873, 9948, 8408, 10213, 9815, 15627, 11451, 12436, 9362, 9273, 10106, 14591, 12730, 9083, 10185, 8730, 14798, 11913, 16495, 9924, 9116, 10174, 10515, 12164, 8532, 9759, 9443, 13646, 10200, 8060, 10304, 9157, 14094, 9685, 9527, 9893, 8699, 12526, 9754, 11791, 9078, 8946, 10259, 13436, 14350, 8686, 10221, 9205, 15420, 12298, 16544, 9693, 8509, 10164, 9892, 16226, 10695, 12232, 9356, 13606, 9922, 16758, 10471, 8733, 10046, 9674, 13139, 9414, 11511, 9345, 10984, 10132, 13103, 9953, 8502, 9757, 9804, 14764, 8905, 10884, 9751, 13857, 10320, 8281, 9683, 9085, 13636, 10411, 18689, 10147, 9077, 10045, 10284, 16356, 13877, 12497, 10139, 9436, 9856, 8799, 11520, 9712, 10057, 17483, 15210, 14701, 10485, 8495, 11874, 11994, 15442, 9312, 12568, 10254, 14037, 10195, 8429, 9977, 9475, 13295, 9436, 9444, 10172, 9335, 11661, 9231, 10064, 9179, 9370, 9739, 12023, 14066, 8855, 10690, 9340, 9952, 10225, 16111, 13373, 9048, 10498, 9062, 16387, 12687, 15206, 9749, 12462, 10000, 16139, 11176, 9336, 10050, 9564, 14083, 9357, 10469, 9243, 17392, 9793, 9457, 9640, 8846, 12969, 10663, 12605, 8877, 10097, 10045, 14251, 13645, 11838, 10139, 8446, 11118, 10001, 18488, 10296, 11500, 9295, 13529, 10235, 11659, 9960, 8068, 9865, 9529, 14323, 8799, 10351, 9515, 14649, 11279, 9699, 9856, 9481, 15065, 10901, 13453, 9604, 10573, 10318, 12382, 10067, 8849, 10277, 9243, 17598, 13885, 12747, 9818, 8838, 10020, 9254, 18986, 15071, 13013, 10303, 9193, 10395, 9586, 19222, 12234, 11846, 10163, 8848, 14946, 12154, 12816, 9717, 13418, 9982, 9918, 9933, 9285, 13011, 10204, 14765, 9614, 8350, 10316, 13279, 17663, 9224, 9780, 9584, 13127, 12096, 14927, 10562, 8962, 10037, 9163, 14954, 13123, 16425, 9752, 8328, 10023, 9690, 13931, 10792, 11292, 9527, 9002, 9971, 11187, 10254, 8857, 10579, 9333, 15847, 9724, 9052, 9980, 12166, 14355, 9445, 10593, 9662, 17790, 14394, 10970, 10448, 9388, 10330, 9503, 18084, 13075, 9371, 9967, 8991, 12263, 10141, 14753, 9848, 8604, 10239, 10290, 15491, 9299, 10087, 9675, 11811, 9669, 9872, 9916, 9343, 11882, 9731, 16296, 9419, 9948, 9609, 14931, 15007, 9045, 10048, 9394, 16005, 12767, 13076, 10066, 8940, 10696, 9549, 13191, 10318, 8611, 14330, 9613, 10573, 16849, 14038, 12462, 9681, 9029, 12272, 11649, 19963, 16603, 13105, 9931, 8492, 11545, 8916, 9878, 8959, 10633, 9542, 8224, 9424, 8185, 10016, 9084, 13899, 9045, 9432, 9890, 12952, 12189, 8880, 10180, 9397, 19435, 15769, 14914, 10630, 8300, 10082, 9060, 18443, 15761, 16320, 11055, 8385, 9139, 8976, 13860, 11243, 13810, 9514, 9001, 9591, 13951, 11260, 8804, 10101, 9085, 16287, 9732, 12507, 9268, 13296, 10877, 8447, 9694, 9054, 13143, 11216, 16880, 9454, 8283, 9599, 9788, 15619, 11171, 12422, 9160, 9625, 9678, 13612, 13553, 9467, 9442, 9281, 10937, 9330, 15545, 9815, 8668, 9917, 9392, 16230, 10513, 12230, 9493, 14664, 11151, 10660, 9751, 8775, 11649, 10866, 17177, 9554, 11845, 9495, 13181, 12452, 8419, 9697, 8934, 10821, 9287, 17629, 10711, 10714, 9420, 8638, 10739, 11312, 11254, 9063, 10812, 9071, 15092, 12067, 12280, 9284, 13420, 10019, 19005, 10498, 9691, 9539, 8656, 11124, 9344, 11104, 8916, 9421, 9283, 13071, 11270, 8660, 9999, 9432, 13294, 10340, 12836, 9386, 8316, 10075, 12044, 14419, 9157, 10096, 9645, 16202, 13661, 13985, 10246, 8937, 10345, 9151, 17726, 12733, 13290, 9596, 10097, 10014, 8864, 10108, 9116, 11446, 9296, 17823, 13771, 12777, 9910, 8844, 10217, 9628, 15311, 10798, 12385, 9467, 9086, 9886, 11761, 10665, 8953, 9945, 8973, 15650, 12629, 13834, 9941, 8657, 11149, 12793, 19731, 12205, 11514, 8705, 9110, 11517, 9838, 11018, 11511, 10018, 19305, 14587, 9411, 10625, 9872, 17908, 15625, 16494, 10912, 8863, 9395, 9417, 17500, 9410, 9107, 9753, 8539, 9584, 8779, 9677, 8891, 12254, 9515, 10346, 9461, 8549, 10103, 9262, 16908, 11571, 12092, 9857, 8486, 10060, 12144, 17977, 10883, 11901, 9565, 12543, 9534, 18746, 10259, 11337, 9634, 10172, 11674, 10445, 11216, 9032, 9370, 9334, 11938, 10578, 8608, 9821, 8648, 11607, 9346, 18320, 10197, 10479, 10006, 9587, 16474, 9862, 11763, 9675, 10885, 10666, 17073, 15583, 9080, 10313, 9682, 13855, 10074, 17362, 10082, 10001, 9481, 8831, 9819, 9442, 10947, 8587, 10560, 9221, 13751, 10903, 12529, 9448, 7621, 9732, 8427, 12313, 9110, 10726, 9510, 7928, 9535, 12791, 15070, 9431, 11814, 9158, 14703, 11488, 18838, 11296, 11786, 10046, 13533, 15621, 9109, 10643, 9645, 17736, 13599, 12283, 9962, 8832, 12788, 12891, 19923, 12656, 13549, 9874, 10721, 10729, 10458, 9799, 9122, 10943, 9053, 17043, 9764, 10032, 10285, 10552, 12747, 9041, 10101, 9640, 15857, 11410, 11096, 10199, 8626, 10739, 10450, 17971, 10359, 11613, 9929, 9848, 12270, 13759, 16010, 9240, 9433, 9423, 11440, 9618, 16179, 10735, 9035, 9644, 8615, 10969, 9331, 16400, 9168, 10020, 9794, 9758, 11578, 8912, 11035, 8963, 10151, 9392, 13927, 10842, 8959, 10106, 9591, 17218, 11245, 12952, 9647, 16411, 13258, 9574, 9745, 9001, 14013, 11703, 18673, 10621, 10462, 10213, 11262, 16532, 9740, 11146, 8861, 10977, 8980, 14404, 9463, 11245, 9351, 11723, 9680, 9077, 9695, 8119, 9784, 8920, 12715, 9066, 10690, 9838, 8907, 9663, 14945, 12952, 8641, 10202, 8771, 15423, 11590, 13529, 9718, 8654, 12751, 12416, 19529, 14832, 13099, 10169, 9237, 16002, 15177, 16692, 10221, 12182, 10019, 14576, 14854, 9413, 9729, 9302, 12797, 10458, 11712, 9947, 8444, 10199, 9317, 14592, 9620, 8907, 9950, 10248, 15241, 9122, 10580, 10054, 9395, 11298, 13292, 19676, 19744, 14652, 11587, 11742, 9339, 9539, 9820, 9249, 9488, 9067, 8352, 8731, 8227, 10291, 8801, 11581, 9292, 10649, 11586, 10694, 16668, 13209, 17374, 13421, 17760, 12928, 13309, 12645, 9606, 14582, 9954, 14603, 9605, 16388, 10473, 9081, 9379, 8633, 10118, 8820, 9853, 9412, 8325, 9711, 8941, 10146, 8568, 10320, 8519, 9601, 9155, 8582, 9510, 9090, 12847, 9801, 11506, 10550, 8823, 15851, 11372, 14751, 9549, 15262, 10579, 11480, 10028, 8812, 15257, 12900, 15444, 9534, 13046, 9942, 18562, 16386, 12876, 10164, 9159, 9172, 9386, 13987, 11436, 17571, 9935, 8452, 9918, 9252, 11100, 8885, 10232, 9471, 9196, 9828, 10660, 9923, 8688, 9711, 8933, 14169, 10103, 9381, 9975, 9195, 17627, 11052, 14120, 10362, 19554, 13902, 11818, 10054, 9633, 18227, 12814, 13207, 9714, 8573, 10222, 13151, 15065, 8938, 10046, 9082, 10592, 9019, 14762, 9136, 9374, 9009, 8031, 9501, 8632, 10664, 8619, 9071, 9323, 9801, 9942, 11891, 9552, 8716, 10374, 8686, 16201, 13441, 14271, 10123, 8845, 11226, 11301, 18838, 12362, 14376, 10161, 16258, 15978, 10638, 12079, 9603, 13918, 10842, 18544, 12411, 10334, 10254, 9471, 17802, 10517, 11394, 9638, 11367, 9789, 17373, 10743, 8692, 9337, 9033, 10082, 9563, 16875, 10561, 9943, 9585, 8629, 10541, 9264, 14546, 9629, 11422, 10221, 14435, 12592, 8578, 9921, 8844, 16117, 12439, 12250, 9307, 8620, 12584, 14100, 20011, 13559, 11597, 9422, 9371, 16867, 11991, 12755, 9734, 14363, 10907, 12867, 9184, 8050, 9748, 10550, 15797, 9092, 8871, 9848, 8364, 10060, 8747, 10988, 9471, 10704, 9835, 15791, 10864, 8763, 9522, 9308, 16500, 11417, 13234, 9638, 9809, 12573, 10310, 12843, 9327, 12436, 9902, 18663, 14724, 11798, 9806, 9599, 13181, 12946, 13354, 9448, 9496, 9935, 10481, 9428, 8838, 9099, 9476, 9717, 9824, 8560, 9300, 9003, 12633, 9537, 13426, 9544, 8538, 10379, 9563, 18924, 13065, 12000, 9389, 9130, 15512, 12457, 15909, 9599, 9327, 9993, 14296, 16405, 9546, 11861, 9935, 18021, 14306, 12016, 9980, 9227, 10876, 11361, 14126, 9537, 10443, 9872, 14337, 11536, 11242, 9647, 9288, 9952, 9174, 13467, 9613, 9221, 10110, 9256, 10937, 9028, 11108, 9566, 10860, 9918, 16005, 11622, 9027, 9844, 9586, 17017, 14079, 13858, 10014, 8587, 9673, 10991, 19022, 11043, 13146, 9443, 14160, 11742, 17844, 9468, 9624, 9613, 8913, 11005, 9452, 10670, 9299, 12285, 9616, 14869, 9539, 11168, 8908], 'WindowCenter': [4728.0, 4650.0, 4660.0, 4585.0, 4652.0, 4589.0, 4648.0, 4607.0, 4570.0, 4562.0, 4551.0, 4621.0, 4570.0, 4598.0, 4536.0, 4599.0, 4548.0, 4607.0, 4547.0, 4524.0, 4559.0, 4535.0, 4559.0, 4536.0, 4561.0, 4550.0, 4608.0, 4561.0, 4528.0, 4571.0, 4551.0, 4591.0, 4552.0, 4558.0, 4562.0, 4590.0, 4560.0, 4562.0, 4561.0, 4539.0, 4568.0, 4540.0, 4590.0, 4549.0, 4567.0, 4625.0, 4595.0, 4633.0, 4571.0, 4570.0, 4582.0, 4590.0, 4622.0, 4538.0, 4577.0, 4553.0, 4631.0, 4582.0, 4549.0, 4548.0, 4563.0, 4580.0, 4553.0, 4580.0, 4541.0, 4544.0, 4584.0, 4565.0, 4606.0, 4543.0, 4592.0, 4574.0, 4604.0, 4615.0, 4552.0, 4580.0, 4557.0, 4633.0, 4616.0, 4632.0, 4572.0, 4560.0, 4593.0, 4602.0, 4656.0, 4591.0, 4584.0, 4562.0, 4618.0, 4601.0, 4566.0, 4544.0, 4550.0, 4599.0, 4570.0, 4619.0, 4546.0, 4537.0, 4560.0, 4570.0, 4589.0, 4539.0, 4559.0, 4562.0, 4578.0, 4560.0, 4548.0, 4550.0, 4552.0, 4611.0, 4586.0, 4549.0, 4549.0, 4562.0, 4590.0, 4560.0, 4621.0, 4559.0, 4517.0, 4560.0, 4562.0, 4621.0, 4593.0, 4610.0, 4559.0, 4562.0, 4581.0, 4611.0, 4621.0, 4537.0, 4543.0, 4562.0, 4607.0, 4579.0, 4557.0, 4548.0, 4539.0, 4600.0, 4550.0, 4618.0, 4549.0, 4536.0, 4559.0, 4549.0, 4590.0, 4529.0, 4558.0, 4563.0, 4610.0, 4581.0, 4518.0, 4556.0, 4550.0, 4608.0, 4593.0, 4619.0, 4548.0, 4513.0, 4572.0, 4560.0, 4619.0, 4583.0, 4576.0, 4540.0, 4548.0, 4558.0, 4609.0, 4590.0, 4526.0, 4545.0, 4540.0, 4608.0, 4580.0, 4608.0, 4547.0, 4538.0, 4561.0, 4559.0, 4588.0, 4528.0, 4547.0, 4562.0, 4597.0, 4571.0, 4520.0, 4559.0, 4562.0, 4609.0, 4562.0, 4548.0, 4563.0, 4540.0, 4591.0, 4564.0, 4580.0, 4537.0, 4552.0, 4570.0, 4600.0, 4612.0, 4540.0, 4556.0, 4554.0, 4622.0, 4594.0, 4621.0, 4547.0, 4516.0, 4558.0, 4560.0, 4621.0, 4558.0, 4566.0, 4539.0, 4602.0, 4561.0, 4620.0, 4557.0, 4513.0, 4548.0, 4558.0, 4590.0, 4551.0, 4568.0, 4536.0, 4572.0, 4572.0, 4600.0, 4560.0, 4527.0, 4563.0, 4560.0, 4614.0, 4541.0, 4568.0, 4563.0, 4600.0, 4573.0, 4528.0, 4548.0, 4552.0, 4602.0, 4572.0, 4655.0, 4561.0, 4539.0, 4561.0, 4572.0, 4631.0, 4615.0, 4604.0, 4574.0, 4551.0, 4559.0, 4528.0, 4564.0, 4550.0, 4562.0, 4630.0, 4623.0, 4597.0, 4556.0, 4529.0, 4579.0, 4579.0, 4607.0, 4525.0, 4589.0, 4557.0, 4599.0, 4548.0, 4516.0, 4560.0, 4549.0, 4600.0, 4538.0, 4535.0, 4571.0, 4548.0, 4580.0, 4563.0, 4549.0, 4539.0, 4548.0, 4564.0, 4589.0, 4612.0, 4553.0, 4559.0, 4538.0, 4559.0, 4574.0, 4621.0, 4603.0, 4539.0, 4558.0, 4554.0, 4622.0, 4593.0, 4610.0, 4550.0, 4578.0, 4563.0, 4621.0, 4569.0, 4535.0, 4561.0, 4549.0, 4599.0, 4537.0, 4570.0, 4552.0, 4630.0, 4561.0, 4546.0, 4561.0, 4550.0, 4600.0, 4571.0, 4590.0, 4538.0, 4546.0, 4563.0, 4609.0, 4614.0, 4581.0, 4559.0, 4527.0, 4580.0, 4558.0, 4631.0, 4548.0, 4554.0, 4537.0, 4600.0, 4560.0, 4567.0, 4548.0, 4517.0, 4562.0, 4559.0, 4612.0, 4530.0, 4558.0, 4564.0, 4609.0, 4584.0, 4548.0, 4549.0, 4563.0, 4611.0, 4582.0, 4589.0, 4551.0, 4572.0, 4559.0, 4590.0, 4559.0, 4538.0, 4559.0, 4551.0, 4628.0, 4615.0, 4590.0, 4558.0, 4527.0, 4559.0, 4552.0, 4639.0, 4624.0, 4588.0, 4557.0, 4535.0, 4570.0, 4550.0, 4640.0, 4580.0, 4568.0, 4557.0, 4541.0, 4609.0, 4580.0, 4575.0, 4547.0, 4597.0, 4559.0, 4546.0, 4544.0, 4550.0, 4598.0, 4560.0, 4607.0, 4536.0, 4529.0, 4558.0, 4599.0, 4644.0, 4538.0, 4534.0, 4551.0, 4588.0, 4578.0, 4609.0, 4558.0, 4525.0, 4547.0, 4548.0, 4607.0, 4600.0, 4618.0, 4538.0, 4503.0, 4549.0, 4547.0, 4597.0, 4569.0, 4555.0, 4537.0, 4540.0, 4560.0, 4569.0, 4558.0, 4539.0, 4570.0, 4551.0, 4620.0, 4549.0, 4540.0, 4562.0, 4590.0, 4612.0, 4549.0, 4557.0, 4561.0, 4627.0, 4622.0, 4570.0, 4556.0, 4536.0, 4561.0, 4548.0, 4629.0, 4589.0, 4537.0, 4545.0, 4549.0, 4580.0, 4573.0, 4609.0, 4550.0, 4527.0, 4561.0, 4559.0, 4620.0, 4537.0, 4544.0, 4549.0, 4578.0, 4549.0, 4561.0, 4549.0, 4552.0, 4591.0, 4561.0, 4635.0, 4552.0, 4561.0, 4561.0, 4609.0, 4622.0, 4541.0, 4546.0, 4564.0, 4618.0, 4603.0, 4601.0, 4558.0, 4539.0, 4570.0, 4553.0, 4603.0, 4561.0, 4529.0, 4610.0, 4564.0, 4571.0, 4632.0, 4612.0, 4590.0, 4546.0, 4538.0, 4589.0, 4567.0, 4642.0, 4621.0, 4577.0, 4547.0, 4528.0, 4565.0, 4539.0, 4534.0, 4538.0, 4557.0, 4559.0, 4528.0, 4538.0, 4529.0, 4573.0, 4552.0, 4612.0, 4543.0, 4552.0, 4563.0, 4602.0, 4593.0, 4539.0, 4560.0, 4563.0, 4642.0, 4637.0, 4614.0, 4559.0, 4514.0, 4559.0, 4538.0, 4630.0, 4624.0, 4620.0, 4569.0, 4514.0, 4536.0, 4551.0, 4599.0, 4581.0, 4589.0, 4537.0, 4537.0, 4562.0, 4598.0, 4568.0, 4527.0, 4558.0, 4540.0, 4607.0, 4538.0, 4575.0, 4554.0, 4589.0, 4571.0, 4517.0, 4535.0, 4542.0, 4589.0, 4581.0, 4620.0, 4537.0, 4516.0, 4549.0, 4549.0, 4620.0, 4581.0, 4579.0, 4539.0, 4536.0, 4562.0, 4600.0, 4602.0, 4550.0, 4539.0, 4537.0, 4573.0, 4551.0, 4621.0, 4550.0, 4527.0, 4562.0, 4550.0, 4621.0, 4560.0, 4566.0, 4551.0, 4608.0, 4570.0, 4560.0, 4539.0, 4541.0, 4582.0, 4569.0, 4632.0, 4550.0, 4566.0, 4560.0, 4589.0, 4592.0, 4531.0, 4548.0, 4539.0, 4570.0, 4550.0, 4629.0, 4574.0, 4557.0, 4540.0, 4542.0, 4571.0, 4570.0, 4570.0, 4539.0, 4558.0, 4554.0, 4610.0, 4593.0, 4567.0, 4550.0, 4590.0, 4547.0, 4631.0, 4559.0, 4535.0, 4548.0, 4540.0, 4569.0, 4553.0, 4569.0, 4540.0, 4538.0, 4552.0, 4598.0, 4584.0, 4531.0, 4547.0, 4553.0, 4599.0, 4573.0, 4588.0, 4538.0, 4542.0, 4561.0, 4591.0, 4612.0, 4538.0, 4548.0, 4565.0, 4618.0, 4602.0, 4601.0, 4549.0, 4526.0, 4558.0, 4540.0, 4621.0, 4590.0, 4576.0, 4548.0, 4557.0, 4550.0, 4539.0, 4549.0, 4528.0, 4579.0, 4551.0, 4617.0, 4603.0, 4576.0, 4535.0, 4526.0, 4558.0, 4550.0, 4607.0, 4571.0, 4577.0, 4549.0, 4542.0, 4558.0, 4578.0, 4572.0, 4539.0, 4549.0, 4552.0, 4618.0, 4606.0, 4602.0, 4549.0, 4539.0, 4568.0, 4591.0, 4656.0, 4581.0, 4566.0, 4515.0, 4526.0, 4568.0, 4561.0, 4558.0, 4584.0, 4561.0, 4653.0, 4610.0, 4537.0, 4546.0, 4562.0, 4631.0, 4621.0, 4607.0, 4546.0, 4514.0, 4536.0, 4535.0, 4617.0, 4526.0, 4511.0, 4548.0, 4526.0, 4549.0, 4526.0, 4536.0, 4551.0, 4581.0, 4563.0, 4547.0, 4538.0, 4529.0, 4562.0, 4552.0, 4632.0, 4582.0, 4576.0, 4549.0, 4530.0, 4562.0, 4579.0, 4634.0, 4559.0, 4566.0, 4538.0, 4589.0, 4551.0, 4631.0, 4548.0, 4543.0, 4549.0, 4559.0, 4568.0, 4559.0, 4556.0, 4526.0, 4524.0, 4554.0, 4578.0, 4574.0, 4529.0, 4550.0, 4542.0, 4581.0, 4550.0, 4644.0, 4561.0, 4547.0, 4563.0, 4552.0, 4625.0, 4550.0, 4568.0, 4551.0, 4569.0, 4559.0, 4623.0, 4622.0, 4540.0, 4549.0, 4550.0, 4600.0, 4561.0, 4619.0, 4551.0, 4538.0, 4537.0, 4539.0, 4549.0, 4550.0, 4559.0, 4516.0, 4545.0, 4552.0, 4600.0, 4570.0, 4578.0, 4548.0, 4508.0, 4561.0, 4544.0, 4590.0, 4567.0, 4585.0, 4563.0, 4545.0, 4563.0, 4602.0, 4626.0, 4554.0, 4581.0, 4554.0, 4613.0, 4582.0, 4642.0, 4571.0, 4580.0, 4561.0, 4600.0, 4625.0, 4538.0, 4546.0, 4563.0, 4619.0, 4603.0, 4578.0, 4536.0, 4540.0, 4591.0, 4588.0, 4642.0, 4577.0, 4574.0, 4547.0, 4558.0, 4558.0, 4559.0, 4536.0, 4526.0, 4569.0, 4539.0, 4619.0, 4548.0, 4534.0, 4561.0, 4556.0, 4590.0, 4528.0, 4544.0, 4552.0, 4607.0, 4584.0, 4570.0, 4546.0, 4530.0, 4570.0, 4558.0, 4631.0, 4560.0, 4555.0, 4550.0, 4558.0, 4579.0, 4598.0, 4620.0, 4539.0, 4522.0, 4539.0, 4571.0, 4549.0, 4622.0, 4573.0, 4528.0, 4536.0, 4528.0, 4568.0, 4538.0, 4621.0, 4540.0, 4535.0, 4561.0, 4549.0, 4581.0, 4554.0, 4570.0, 4539.0, 4574.0, 4553.0, 4612.0, 4586.0, 4540.0, 4572.0, 4563.0, 4633.0, 4574.0, 4588.0, 4564.0, 4619.0, 4604.0, 4537.0, 4537.0, 4542.0, 4600.0, 4580.0, 4630.0, 4561.0, 4547.0, 4560.0, 4570.0, 4620.0, 4539.0, 4558.0, 4517.0, 4556.0, 4541.0, 4599.0, 4538.0, 4542.0, 4539.0, 4567.0, 4548.0, 4540.0, 4550.0, 4518.0, 4564.0, 4551.0, 4600.0, 4567.0, 4573.0, 4564.0, 4554.0, 4563.0, 4612.0, 4604.0, 4542.0, 4550.0, 4543.0, 4609.0, 4594.0, 4601.0, 4552.0, 4542.0, 4601.0, 4590.0, 4656.0, 4612.0, 4587.0, 4548.0, 4550.0, 4608.0, 4612.0, 4610.0, 4547.0, 4563.0, 4563.0, 4597.0, 4600.0, 4525.0, 4524.0, 4537.0, 4578.0, 4559.0, 4566.0, 4538.0, 4517.0, 4559.0, 4538.0, 4601.0, 4539.0, 4528.0, 4559.0, 4558.0, 4622.0, 4539.0, 4546.0, 4561.0, 4539.0, 4579.0, 4599.0, 4644.0, 4646.0, 4612.0, 4595.0, 4581.0, 4537.0, 4523.0, 4533.0, 4525.0, 4535.0, 4539.0, 4528.0, 4544.0, 4532.0, 4561.0, 4553.0, 4581.0, 4538.0, 4545.0, 4568.0, 4548.0, 4610.0, 4590.0, 4610.0, 4590.0, 4618.0, 4578.0, 4575.0, 4563.0, 4521.0, 4570.0, 4520.0, 4571.0, 4538.0, 4595.0, 4545.0, 4511.0, 4537.0, 4526.0, 4548.0, 4528.0, 4533.0, 4523.0, 4514.0, 4549.0, 4537.0, 4557.0, 4529.0, 4559.0, 4529.0, 4546.0, 4538.0, 4526.0, 4537.0, 4542.0, 4604.0, 4576.0, 4583.0, 4565.0, 4556.0, 4635.0, 4582.0, 4601.0, 4552.0, 4623.0, 4572.0, 4581.0, 4550.0, 4555.0, 4625.0, 4605.0, 4610.0, 4541.0, 4603.0, 4562.0, 4630.0, 4620.0, 4591.0, 4547.0, 4527.0, 4536.0, 4552.0, 4598.0, 4580.0, 4631.0, 4549.0, 4515.0, 4551.0, 4548.0, 4569.0, 4541.0, 4548.0, 4551.0, 4551.0, 4563.0, 4585.0, 4562.0, 4541.0, 4551.0, 4557.0, 4613.0, 4576.0, 4552.0, 4576.0, 4566.0, 4649.0, 4583.0, 4603.0, 4575.0, 4644.0, 4602.0, 4567.0, 4562.0, 4550.0, 4630.0, 4591.0, 4576.0, 4535.0, 4527.0, 4560.0, 4587.0, 4609.0, 4528.0, 4537.0, 4515.0, 4557.0, 4537.0, 4596.0, 4540.0, 4523.0, 4515.0, 4519.0, 4550.0, 4539.0, 4570.0, 4529.0, 4537.0, 4552.0, 4575.0, 4574.0, 4595.0, 4566.0, 4543.0, 4563.0, 4556.0, 4633.0, 4619.0, 4614.0, 4564.0, 4541.0, 4581.0, 4581.0, 4644.0, 4592.0, 4598.0, 4571.0, 4620.0, 4625.0, 4561.0, 4568.0, 4537.0, 4599.0, 4570.0, 4630.0, 4579.0, 4537.0, 4547.0, 4537.0, 4617.0, 4547.0, 4555.0, 4524.0, 4568.0, 4545.0, 4604.0, 4555.0, 4513.0, 4511.0, 4524.0, 4558.0, 4538.0, 4618.0, 4571.0, 4548.0, 4537.0, 4539.0, 4557.0, 4550.0, 4610.0, 4549.0, 4569.0, 4561.0, 4600.0, 4591.0, 4528.0, 4547.0, 4539.0, 4619.0, 4592.0, 4566.0, 4526.0, 4538.0, 4588.0, 4600.0, 4642.0, 4587.0, 4556.0, 4525.0, 4538.0, 4621.0, 4555.0, 4563.0, 4535.0, 4586.0, 4557.0, 4561.0, 4521.0, 4504.0, 4536.0, 4545.0, 4595.0, 4525.0, 4523.0, 4547.0, 4529.0, 4547.0, 4542.0, 4559.0, 4537.0, 4570.0, 4560.0, 4621.0, 4570.0, 4514.0, 4551.0, 4538.0, 4620.0, 4570.0, 4574.0, 4549.0, 4550.0, 4591.0, 4559.0, 4578.0, 4528.0, 4565.0, 4549.0, 4627.0, 4598.0, 4553.0, 4523.0, 4536.0, 4576.0, 4576.0, 4571.0, 4534.0, 4534.0, 4546.0, 4557.0, 4535.0, 4525.0, 4524.0, 4550.0, 4549.0, 4565.0, 4541.0, 4538.0, 4552.0, 4590.0, 4562.0, 4599.0, 4550.0, 4529.0, 4560.0, 4548.0, 4642.0, 4589.0, 4567.0, 4540.0, 4538.0, 4609.0, 4590.0, 4607.0, 4535.0, 4539.0, 4548.0, 4598.0, 4620.0, 4535.0, 4553.0, 4549.0, 4618.0, 4601.0, 4565.0, 4535.0, 4524.0, 4557.0, 4566.0, 4573.0, 4521.0, 4532.0, 4548.0, 4597.0, 4568.0, 4554.0, 4524.0, 4524.0, 4548.0, 4536.0, 4599.0, 4550.0, 4524.0, 4560.0, 4537.0, 4568.0, 4541.0, 4569.0, 4537.0, 4569.0, 4549.0, 4619.0, 4579.0, 4527.0, 4547.0, 4552.0, 4620.0, 4613.0, 4587.0, 4549.0, 4515.0, 4548.0, 4559.0, 4630.0, 4554.0, 4576.0, 4539.0, 4596.0, 4565.0, 4616.0, 4524.0, 4520.0, 4546.0, 4524.0, 4558.0, 4537.0, 4559.0, 4537.0, 4577.0, 4549.0, 4597.0, 4541.0, 4558.0, 4527.0], 'WindowWidth': [10343.0, 10212.0, 10205.0, 10089.0, 10175.0, 10081.0, 10157.0, 10098.0, 10034.0, 10026.0, 10013.0, 10107.0, 10034.0, 10068.0, 9981.0, 10073.0, 10001.0, 10080.0, 9997.0, 9964.0, 10020.0, 9982.0, 10018.0, 9984.0, 10024.0, 10010.0, 10084.0, 10026.0, 9975.0, 10041.0, 10012.0, 10064.0, 10011.0, 10012.0, 10030.0, 10065.0, 10024.0, 10028.0, 10026.0, 9995.0, 10030.0, 9995.0, 10061.0, 10006.0, 10043.0, 10118.0, 10075.0, 10126.0, 10036.0, 10036.0, 10056.0, 10064.0, 10109.0, 9988.0, 10040.0, 10017.0, 10125.0, 10055.0, 10003.0, 10002.0, 10033.0, 10052.0, 10019.0, 10050.0, 9996.0, 10011.0, 10062.0, 10038.0, 10094.0, 10004.0, 10070.0, 10051.0, 10087.0, 10107.0, 10016.0, 10048.0, 10030.0, 10132.0, 10107.0, 10125.0, 10038.0, 10021.0, 10075.0, 10081.0, 10168.0, 10061.0, 10043.0, 10028.0, 10101.0, 10078.0, 10023.0, 9991.0, 10009.0, 10072.0, 10036.0, 10101.0, 9997.0, 9989.0, 10023.0, 10036.0, 10062.0, 9989.0, 10020.0, 10029.0, 10047.0, 10024.0, 10003.0, 10008.0, 10017.0, 10095.0, 10068.0, 10004.0, 10002.0, 10030.0, 10064.0, 10025.0, 10106.0, 10020.0, 9961.0, 10021.0, 10029.0, 10111.0, 10072.0, 10088.0, 10017.0, 10030.0, 10052.0, 10091.0, 10105.0, 9984.0, 9986.0, 10027.0, 10083.0, 10051.0, 10013.0, 10001.0, 9993.0, 10078.0, 10008.0, 10100.0, 10002.0, 9988.0, 10022.0, 10007.0, 10065.0, 9978.0, 10020.0, 10032.0, 10092.0, 10055.0, 9962.0, 10012.0, 10013.0, 10088.0, 10070.0, 10102.0, 10003.0, 9949.0, 10044.0, 10023.0, 10105.0, 10057.0, 10039.0, 9993.0, 10005.0, 10021.0, 10087.0, 10064.0, 9969.0, 9991.0, 9999.0, 10085.0, 10052.0, 10082.0, 9997.0, 9988.0, 10026.0, 10020.0, 10061.0, 9976.0, 10002.0, 10033.0, 10073.0, 10043.0, 9967.0, 10022.0, 10030.0, 10090.0, 10032.0, 10004.0, 10032.0, 10000.0, 10066.0, 10035.0, 10047.0, 9988.0, 10015.0, 10038.0, 10078.0, 10098.0, 9995.0, 10012.0, 10019.0, 10110.0, 10074.0, 10106.0, 10000.0, 9952.0, 10018.0, 10023.0, 10109.0, 10016.0, 10023.0, 9991.0, 10081.0, 10024.0, 10103.0, 10013.0, 9947.0, 10005.0, 10020.0, 10062.0, 10012.0, 10028.0, 9984.0, 10042.0, 10041.0, 10078.0, 10023.0, 9972.0, 10033.0, 10024.0, 10102.0, 9996.0, 10031.0, 10034.0, 10077.0, 10046.0, 9978.0, 10004.0, 10018.0, 10082.0, 10043.0, 10162.0, 10025.0, 9989.0, 10027.0, 10042.0, 10125.0, 10106.0, 10088.0, 10048.0, 10011.0, 10021.0, 9976.0, 10017.0, 10009.0, 10028.0, 10124.0, 10115.0, 10066.0, 10008.0, 9981.0, 10049.0, 10047.0, 10083.0, 9967.0, 10061.0, 10017.0, 10073.0, 10000.0, 9954.0, 10024.0, 10007.0, 10076.0, 9989.0, 9980.0, 10040.0, 10005.0, 10051.0, 10032.0, 10004.0, 9990.0, 10004.0, 10035.0, 10062.0, 10099.0, 10016.0, 10017.0, 9990.0, 10021.0, 10049.0, 10107.0, 10084.0, 9992.0, 10015.0, 10022.0, 10112.0, 10070.0, 10088.0, 10006.0, 10044.0, 10032.0, 10107.0, 10034.0, 9980.0, 10024.0, 10007.0, 10074.0, 9986.0, 10035.0, 10018.0, 10121.0, 10025.0, 9997.0, 10027.0, 10013.0, 10078.0, 10043.0, 10063.0, 9990.0, 9997.0, 10035.0, 10089.0, 10101.0, 10051.0, 10018.0, 9972.0, 10051.0, 10018.0, 10125.0, 10002.0, 10002.0, 9988.0, 10077.0, 10024.0, 10029.0, 10001.0, 9963.0, 10030.0, 10024.0, 10097.0, 9981.0, 10014.0, 10037.0, 10091.0, 10063.0, 10004.0, 10005.0, 10034.0, 10094.0, 10058.0, 10060.0, 10010.0, 10043.0, 10024.0, 10066.0, 10019.0, 9987.0, 10019.0, 10013.0, 10118.0, 10107.0, 10063.0, 10016.0, 9971.0, 10021.0, 10017.0, 10136.0, 10116.0, 10058.0, 10013.0, 9982.0, 10040.0, 10011.0, 10136.0, 10049.0, 10028.0, 10013.0, 9999.0, 10088.0, 10050.0, 10035.0, 10001.0, 10072.0, 10022.0, 9997.0, 9993.0, 10011.0, 10074.0, 10025.0, 10084.0, 9986.0, 9983.0, 10019.0, 10074.0, 10145.0, 9989.0, 9976.0, 10015.0, 10058.0, 10046.0, 10089.0, 10017.0, 9966.0, 9999.0, 10006.0, 10084.0, 10078.0, 10098.0, 9986.0, 9933.0, 10006.0, 10005.0, 10071.0, 10036.0, 10009.0, 9985.0, 9999.0, 10023.0, 10036.0, 10018.0, 9991.0, 10042.0, 10014.0, 10106.0, 10007.0, 9997.0, 10031.0, 10064.0, 10095.0, 10005.0, 10014.0, 10029.0, 10114.0, 10113.0, 10034.0, 10009.0, 9984.0, 10027.0, 10005.0, 10117.0, 10060.0, 9985.0, 9995.0, 10010.0, 10049.0, 10045.0, 10087.0, 10006.0, 9973.0, 10026.0, 10021.0, 10106.0, 9988.0, 9990.0, 10007.0, 10047.0, 10009.0, 10024.0, 10007.0, 10016.0, 10069.0, 10027.0, 10130.0, 10013.0, 10026.0, 10029.0, 10089.0, 10112.0, 9997.0, 9997.0, 10035.0, 10101.0, 10087.0, 10082.0, 10019.0, 9994.0, 10037.0, 10018.0, 10085.0, 10025.0, 9981.0, 10089.0, 10037.0, 10043.0, 10126.0, 10099.0, 10061.0, 9999.0, 9989.0, 10065.0, 10029.0, 10149.0, 10106.0, 10034.0, 10002.0, 9978.0, 10025.0, 9992.0, 9977.0, 9989.0, 10018.0, 10024.0, 9979.0, 9990.0, 9983.0, 10047.0, 10017.0, 10098.0, 10002.0, 10018.0, 10034.0, 10086.0, 10071.0, 9993.0, 10023.0, 10033.0, 10145.0, 10142.0, 10099.0, 10017.0, 9948.0, 10016.0, 9991.0, 10123.0, 10115.0, 10105.0, 10031.0, 9950.0, 9980.0, 10016.0, 10073.0, 10055.0, 10055.0, 9985.0, 9988.0, 10029.0, 10071.0, 10030.0, 9970.0, 10019.0, 9998.0, 10085.0, 9990.0, 10035.0, 10020.0, 10059.0, 10039.0, 9958.0, 9982.0, 10004.0, 10061.0, 10053.0, 10103.0, 9985.0, 9953.0, 10006.0, 10007.0, 10105.0, 10053.0, 10046.0, 9990.0, 9985.0, 10029.0, 10076.0, 10083.0, 10007.0, 9989.0, 9984.0, 10045.0, 10012.0, 10106.0, 10009.0, 9972.0, 10029.0, 10010.0, 10109.0, 10020.0, 10021.0, 10013.0, 10088.0, 10038.0, 10020.0, 9992.0, 9998.0, 10057.0, 10034.0, 10125.0, 10008.0, 10025.0, 10027.0, 10060.0, 10068.0, 9984.0, 10002.0, 9991.0, 10038.0, 10009.0, 10117.0, 10046.0, 10013.0, 9992.0, 10003.0, 10039.0, 10036.0, 10036.0, 9990.0, 10015.0, 10020.0, 10091.0, 10070.0, 10025.0, 10010.0, 10061.0, 10003.0, 10123.0, 10019.0, 9978.0, 10003.0, 9998.0, 10033.0, 10018.0, 10033.0, 9994.0, 9992.0, 10017.0, 10074.0, 10062.0, 9982.0, 9999.0, 10018.0, 10075.0, 10047.0, 10056.0, 9990.0, 10003.0, 10026.0, 10069.0, 10096.0, 9988.0, 9997.0, 10038.0, 10103.0, 10082.0, 10079.0, 10004.0, 9969.0, 10017.0, 9996.0, 10109.0, 10062.0, 10035.0, 10005.0, 10016.0, 10009.0, 9989.0, 10003.0, 9974.0, 10048.0, 10013.0, 10098.0, 10084.0, 10036.0, 9981.0, 9967.0, 10017.0, 10008.0, 10085.0, 10039.0, 10040.0, 10002.0, 10001.0, 10017.0, 10046.0, 10043.0, 9992.0, 10004.0, 10017.0, 10102.0, 10093.0, 10077.0, 10003.0, 9994.0, 10032.0, 10067.0, 10170.0, 10052.0, 10023.0, 9953.0, 9968.0, 10028.0, 10025.0, 10014.0, 10061.0, 10026.0, 10158.0, 10090.0, 9983.0, 9992.0, 10028.0, 10123.0, 10107.0, 10080.0, 9991.0, 9948.0, 9983.0, 9982.0, 10096.0, 9967.0, 9940.0, 10004.0, 9971.0, 10007.0, 9969.0, 9979.0, 10014.0, 10050.0, 10032.0, 9999.0, 9986.0, 9978.0, 10027.0, 10012.0, 10124.0, 10056.0, 10035.0, 10001.0, 9982.0, 10027.0, 10045.0, 10131.0, 10016.0, 10019.0, 9986.0, 10061.0, 10009.0, 10120.0, 9999.0, 9985.0, 10005.0, 10020.0, 10031.0, 10018.0, 10008.0, 9966.0, 9964.0, 10018.0, 10046.0, 10047.0, 9979.0, 10005.0, 9998.0, 10052.0, 10010.0, 10142.0, 10020.0, 9997.0, 10031.0, 10014.0, 10116.0, 10008.0, 10026.0, 10009.0, 10034.0, 10019.0, 10110.0, 10109.0, 9993.0, 10000.0, 10006.0, 10074.0, 10025.0, 10101.0, 10010.0, 9983.0, 9981.0, 9990.0, 10005.0, 10005.0, 10015.0, 9953.0, 9991.0, 10012.0, 10077.0, 10034.0, 10041.0, 10002.0, 9947.0, 10027.0, 10006.0, 10064.0, 10042.0, 10061.0, 10028.0, 10009.0, 10033.0, 10081.0, 10122.0, 10018.0, 10049.0, 10017.0, 10098.0, 10054.0, 10138.0, 10036.0, 10045.0, 10026.0, 10074.0, 10116.0, 9989.0, 9995.0, 10030.0, 10102.0, 10085.0, 10041.0, 9980.0, 9994.0, 10063.0, 10057.0, 10143.0, 10037.0, 10027.0, 9999.0, 10016.0, 10017.0, 10016.0, 9980.0, 9966.0, 10033.0, 9992.0, 10100.0, 9999.0, 9976.0, 10023.0, 10010.0, 10064.0, 9973.0, 9989.0, 10015.0, 10083.0, 10059.0, 10031.0, 9995.0, 9981.0, 10036.0, 10017.0, 10125.0, 10019.0, 10004.0, 10009.0, 10019.0, 10045.0, 10072.0, 10105.0, 9987.0, 9957.0, 9989.0, 10036.0, 10006.0, 10107.0, 10040.0, 9972.0, 9982.0, 9976.0, 10032.0, 9990.0, 10107.0, 9993.0, 9978.0, 10027.0, 10007.0, 10050.0, 10019.0, 10034.0, 9989.0, 10046.0, 10019.0, 10095.0, 10064.0, 9992.0, 10043.0, 10030.0, 10128.0, 10044.0, 10055.0, 10034.0, 10101.0, 10087.0, 9986.0, 9983.0, 10001.0, 10078.0, 10048.0, 10120.0, 10021.0, 9995.0, 10022.0, 10033.0, 10105.0, 9989.0, 10014.0, 9956.0, 10007.0, 9996.0, 10071.0, 9985.0, 9982.0, 9992.0, 10028.0, 10001.0, 9994.0, 10007.0, 9961.0, 10033.0, 10015.0, 10079.0, 10044.0, 10042.0, 10030.0, 10021.0, 10030.0, 10095.0, 10088.0, 10000.0, 10004.0, 10005.0, 10090.0, 10076.0, 10078.0, 10011.0, 9999.0, 10081.0, 10063.0, 10169.0, 10094.0, 10051.0, 10002.0, 10009.0, 10086.0, 10096.0, 10088.0, 9997.0, 10013.0, 10029.0, 10067.0, 10076.0, 9966.0, 9960.0, 9988.0, 10043.0, 10020.0, 10021.0, 9984.0, 9958.0, 10020.0, 9990.0, 10077.0, 9990.0, 9975.0, 10022.0, 10015.0, 10110.0, 9992.0, 9994.0, 10024.0, 9993.0, 10050.0, 10076.0, 10161.0, 10163.0, 10097.0, 10078.0, 10052.0, 9987.0, 9961.0, 9974.0, 9964.0, 9980.0, 9991.0, 9975.0, 10005.0, 9988.0, 10024.0, 10017.0, 10051.0, 9988.0, 9994.0, 10028.0, 10000.0, 10089.0, 10059.0, 10088.0, 10059.0, 10098.0, 10038.0, 10028.0, 10010.0, 9952.0, 10019.0, 9951.0, 10020.0, 9990.0, 10063.0, 9993.0, 9940.0, 9985.0, 9972.0, 10001.0, 9974.0, 9971.0, 9960.0, 9950.0, 10005.0, 9989.0, 10013.0, 9978.0, 10019.0, 9976.0, 9996.0, 9988.0, 9968.0, 9983.0, 10001.0, 10089.0, 10053.0, 10056.0, 10032.0, 10026.0, 10132.0, 10053.0, 10075.0, 10013.0, 10113.0, 10041.0, 10049.0, 10008.0, 10024.0, 10118.0, 10087.0, 10090.0, 9993.0, 10085.0, 10029.0, 10121.0, 10107.0, 10064.0, 9998.0, 9969.0, 9981.0, 10014.0, 10072.0, 10049.0, 10121.0, 10003.0, 9951.0, 10006.0, 10004.0, 10035.0, 9996.0, 10001.0, 10009.0, 10013.0, 10031.0, 10063.0, 10026.0, 9995.0, 10011.0, 10028.0, 10099.0, 10053.0, 10013.0, 10053.0, 10038.0, 10154.0, 10055.0, 10084.0, 10050.0, 10145.0, 10081.0, 10023.0, 10029.0, 10008.0, 10122.0, 10064.0, 10036.0, 9978.0, 9970.0, 10023.0, 10056.0, 10087.0, 9973.0, 9983.0, 9948.0, 10012.0, 9987.0, 10063.0, 9991.0, 9958.0, 9949.0, 9964.0, 10009.0, 9993.0, 10034.0, 9977.0, 9983.0, 10013.0, 10050.0, 10047.0, 10076.0, 10038.0, 10002.0, 10028.0, 10026.0, 10128.0, 10112.0, 10099.0, 10029.0, 9996.0, 10052.0, 10050.0, 10146.0, 10064.0, 10066.0, 10038.0, 10103.0, 10117.0, 10021.0, 10026.0, 9983.0, 10072.0, 10035.0, 10114.0, 10042.0, 9980.0, 9996.0, 9986.0, 10096.0, 9994.0, 10001.0, 9960.0, 10026.0, 9995.0, 10073.0, 10003.0, 9945.0, 9938.0, 9964.0, 10016.0, 9987.0, 10099.0, 10035.0, 9998.0, 9983.0, 9992.0, 10014.0, 10011.0, 10090.0, 10005.0, 10029.0, 10024.0, 10076.0, 10067.0, 9974.0, 9997.0, 9995.0, 10102.0, 10067.0, 10020.0, 9967.0, 9991.0, 10059.0, 10076.0, 10141.0, 10050.0, 10007.0, 9967.0, 9986.0, 10105.0, 10004.0, 10012.0, 9978.0, 10049.0, 10013.0, 10006.0, 9953.0, 9937.0, 9983.0, 9994.0, 10062.0, 9965.0, 9960.0, 10002.0, 9978.0, 10002.0, 10001.0, 10018.0, 9986.0, 10036.0, 10022.0, 10105.0, 10034.0, 9950.0, 10009.0, 9989.0, 10105.0, 10033.0, 10031.0, 10003.0, 10006.0, 10063.0, 10016.0, 10039.0, 9970.0, 10016.0, 10005.0, 10111.0, 10069.0, 9995.0, 9956.0, 9982.0, 10036.0, 10036.0, 10020.0, 9975.0, 9977.0, 9995.0, 10012.0, 9980.0, 9965.0, 9964.0, 10010.0, 10004.0, 10035.0, 9995.0, 9987.0, 10015.0, 10063.0, 10030.0, 10073.0, 10009.0, 9976.0, 10023.0, 10004.0, 10140.0, 10059.0, 10023.0, 9994.0, 9990.0, 10088.0, 10063.0, 10079.0, 9977.0, 9992.0, 10002.0, 10071.0, 10103.0, 9978.0, 9999.0, 10008.0, 10099.0, 10078.0, 10017.0, 9978.0, 9963.0, 10011.0, 10023.0, 10026.0, 9952.0, 9968.0, 10002.0, 10065.0, 10028.0, 10002.0, 9960.0, 9964.0, 10001.0, 9982.0, 10074.0, 10006.0, 9963.0, 10023.0, 9988.0, 10030.0, 9996.0, 10031.0, 9983.0, 10033.0, 10005.0, 10102.0, 10046.0, 9970.0, 9997.0, 10013.0, 10103.0, 10098.0, 10052.0, 10004.0, 9952.0, 10003.0, 10017.0, 10117.0, 10002.0, 10032.0, 9988.0, 10065.0, 10022.0, 10090.0, 9960.0, 9950.0, 9998.0, 9967.0, 10015.0, 9982.0, 10017.0, 9984.0, 10042.0, 10004.0, 10064.0, 9994.0, 10010.0, 9969.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.0005966438876233865</td></tr>
<tr><td colspan=3>aqi</td><td>0.03232485717539863</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.36925590946046</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2090104527431613</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9917462297188447</td></tr>
<tr><td colspan=3>efc</td><td>0.5351</td></tr>
<tr><td colspan=3>fber</td><td>2740.7856</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.23781875205413447</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>692</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>52.54365983295368</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3268836136264883</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.246006037360134</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.462415214018719</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2722295895006113</td></tr>
<tr><td colspan=3>gcor</td><td>0.00986233</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01597798801958561</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03950715437531471</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1317</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.42722234956383</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>22.1648</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>76.4975</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>268.4328</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>73.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286623.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1216.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>477.6637</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9578</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>569.168</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3732.9748</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1884.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4907.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>861.9352</td></tr>
<tr><td colspan=3>tsnr</td><td>32.323681182344444</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>