<?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-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0100_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0100/ses-04/func/sub-0100_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>e12586f62b1eef99046760c2ae7081a2</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:31:17.815000</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-01_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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>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>d07ae0d5-71a6-4634-a783-b8483f837c37||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': ['113117.815000', '113118.275000', '113118.735000', '113119.195000', '113119.655000', '113120.115000', '113120.575000', '113121.035000', '113121.495000', '113121.955000', '113122.415000', '113122.875000', '113123.335000', '113123.795000', '113124.255000', '113124.715000', '113125.175000', '113125.635000', '113126.095000', '113126.555000', '113127.015000', '113127.475000', '113127.935000', '113128.395000', '113128.855000', '113129.315000', '113129.775000', '113130.235000', '113130.695000', '113131.155000', '113131.615000', '113132.075000', '113132.535000', '113132.995000', '113133.455000', '113133.915000', '113134.375000', '113134.835000', '113135.295000', '113135.755000', '113136.215000', '113136.675000', '113137.135000', '113137.595000', '113138.055000', '113138.515000', '113138.975000', '113139.435000', '113139.895000', '113140.355000', '113140.815000', '113141.275000', '113141.735000', '113142.195000', '113142.655000', '113143.115000', '113143.575000', '113144.035000', '113144.495000', '113144.955000', '113145.415000', '113145.875000', '113146.335000', '113146.795000', '113147.255000', '113147.715000', '113148.175000', '113148.635000', '113149.095000', '113149.555000', '113150.015000', '113150.475000', '113150.935000', '113151.395000', '113151.855000', '113152.315000', '113152.775000', '113153.235000', '113153.695000', '113154.155000', '113154.615000', '113155.075000', '113155.535000', '113155.995000', '113156.455000', '113156.915000', '113157.375000', '113157.835000', '113158.295000', '113158.755000', '113159.215000', '113159.675000', '113200.135000', '113200.595000', '113201.055000', '113201.515000', '113201.975000', '113202.435000', '113202.895000', '113203.355000', '113203.815000', '113204.275000', '113204.735000', '113205.195000', '113205.655000', '113206.115000', '113206.575000', '113207.035000', '113207.495000', '113207.955000', '113208.415000', '113208.875000', '113209.335000', '113209.795000', '113210.255000', '113210.715000', '113211.175000', '113211.635000', '113212.095000', '113212.555000', '113213.015000', '113213.475000', '113213.935000', '113214.395000', '113214.855000', '113215.315000', '113215.775000', '113216.235000', '113216.695000', '113217.155000', '113217.615000', '113218.075000', '113218.535000', '113218.995000', '113219.455000', '113219.915000', '113220.375000', '113220.835000', '113221.295000', '113221.755000', '113222.215000', '113222.675000', '113223.135000', '113223.595000', '113224.055000', '113224.515000', '113224.975000', '113225.435000', '113225.895000', '113226.355000', '113226.815000', '113227.275000', '113227.735000', '113228.195000', '113228.655000', '113229.115000', '113229.575000', '113230.035000', '113230.495000', '113230.955000', '113231.415000', '113231.875000', '113232.335000', '113232.795000', '113233.255000', '113233.715000', '113234.175000', '113234.635000', '113235.095000', '113235.555000', '113236.015000', '113236.475000', '113236.935000', '113237.395000', '113237.855000', '113238.315000', '113238.775000', '113239.235000', '113239.695000', '113240.155000', '113240.615000', '113241.075000', '113241.535000', '113241.995000', '113242.455000', '113242.915000', '113243.375000', '113243.835000', '113244.295000', '113244.755000', '113245.215000', '113245.675000', '113246.135000', '113246.595000', '113247.055000', '113247.515000', '113247.975000', '113248.435000', '113248.895000', '113249.355000', '113249.815000', '113250.275000', '113250.735000', '113251.195000', '113251.655000', '113252.115000', '113252.575000', '113253.035000', '113253.495000', '113253.955000', '113254.415000', '113254.875000', '113255.335000', '113255.795000', '113256.255000', '113256.715000', '113257.175000', '113257.635000', '113258.095000', '113258.555000', '113259.015000', '113259.475000', '113259.935000', '113300.395000', '113300.855000', '113301.315000', '113301.775000', '113302.235000', '113302.695000', '113303.155000', '113303.615000', '113304.075000', '113304.535000', '113304.995000', '113305.455000', '113305.915000', '113306.375000', '113306.835000', '113307.295000', '113307.755000', '113308.215000', '113308.675000', '113309.135000', '113309.595000', '113310.055000', '113310.515000', '113310.975000', '113311.435000', '113311.895000', '113312.355000', '113312.815000', '113313.275000', '113313.735000', '113314.195000', '113314.655000', '113315.115000', '113315.575000', '113316.035000', '113316.495000', '113316.955000', '113317.415000', '113317.875000', '113318.335000', '113318.795000', '113319.255000', '113319.715000', '113320.175000', '113320.635000', '113321.095000', '113321.555000', '113322.015000', '113322.475000', '113322.935000', '113323.395000', '113323.855000', '113324.315000', '113324.775000', '113325.235000', '113325.695000', '113326.155000', '113326.615000', '113327.075000', '113327.535000', '113327.995000', '113328.455000', '113328.915000', '113329.375000', '113329.835000', '113330.295000', '113330.755000', '113331.215000', '113331.675000', '113332.135000', '113332.595000', '113333.055000', '113333.515000', '113333.975000', '113334.435000', '113334.895000', '113335.355000', '113335.815000', '113336.275000', '113336.735000', '113337.195000', '113337.655000', '113338.115000', '113338.575000', '113339.035000', '113339.495000', '113339.955000', '113340.415000', '113340.875000', '113341.335000', '113341.795000', '113342.255000', '113342.715000', '113343.175000', '113343.635000', '113344.095000', '113344.555000', '113345.015000', '113345.475000', '113345.935000', '113346.395000', '113346.855000', '113347.315000', '113347.775000', '113348.235000', '113348.695000', '113349.155000', '113349.615000', '113350.075000', '113350.535000', '113350.995000', '113351.455000', '113351.915000', '113352.375000', '113352.835000', '113353.295000', '113353.755000', '113354.215000', '113354.675000', '113355.135000', '113355.595000', '113356.055000', '113356.515000', '113356.975000', '113357.435000', '113357.895000', '113358.355000', '113358.815000', '113359.275000', '113359.735000', '113400.195000', '113400.655000', '113401.115000', '113401.575000', '113402.035000', '113402.495000', '113402.955000', '113403.415000', '113403.875000', '113404.335000', '113404.795000', '113405.255000', '113405.715000', '113406.175000', '113406.635000', '113407.095000', '113407.555000', '113408.015000', '113408.475000', '113408.935000', '113409.395000', '113409.855000', '113410.315000', '113410.775000', '113411.235000', '113411.695000', '113412.155000', '113412.615000', '113413.075000', '113413.535000', '113413.995000', '113414.455000', '113414.915000', '113415.375000', '113415.835000', '113416.295000', '113416.755000', '113417.215000', '113417.675000', '113418.135000', '113418.595000', '113419.055000', '113419.515000', '113419.975000', '113420.435000', '113420.895000', '113421.355000', '113421.815000', '113422.275000', '113422.735000', '113423.195000', '113423.655000', '113424.115000', '113424.575000', '113425.035000', '113425.495000', '113425.955000', '113426.415000', '113426.875000', '113427.335000', '113427.795000', '113428.255000', '113428.715000', '113429.175000', '113429.635000', '113430.095000', '113430.555000', '113431.015000', '113431.475000', '113431.935000', '113432.395000', '113432.855000', '113433.315000', '113433.775000', '113434.235000', '113434.695000', '113435.155000', '113435.615000', '113436.075000', '113436.535000', '113436.995000', '113437.455000', '113437.915000', '113438.375000', '113438.835000', '113439.295000', '113439.755000', '113440.215000', '113440.675000', '113441.135000', '113441.595000', '113442.055000', '113442.515000', '113442.975000', '113443.435000', '113443.895000', '113444.355000', '113444.815000', '113445.275000', '113445.735000', '113446.195000', '113446.655000', '113447.115000', '113447.575000', '113448.035000', '113448.495000', '113448.955000', '113449.415000', '113449.875000', '113450.335000', '113450.795000', '113451.255000', '113451.715000', '113452.175000', '113452.635000', '113453.095000', '113453.555000', '113454.015000', '113454.475000', '113454.935000', '113455.395000', '113455.855000', '113456.315000', '113456.775000', '113457.235000', '113457.695000', '113458.155000', '113458.615000', '113459.075000', '113459.535000', '113459.995000', '113500.455000', '113500.915000', '113501.375000', '113501.835000', '113502.295000', '113502.755000', '113503.215000', '113503.675000', '113504.135000', '113504.595000', '113505.055000', '113505.515000', '113505.975000', '113506.435000', '113506.895000', '113507.355000', '113507.815000', '113508.275000', '113508.735000', '113509.195000', '113509.655000', '113510.115000', '113510.575000', '113511.035000', '113511.495000', '113511.955000', '113512.415000', '113512.875000', '113513.335000', '113513.795000', '113514.255000', '113514.715000', '113515.175000', '113515.635000', '113516.095000', '113516.555000', '113517.015000', '113517.475000', '113517.935000', '113518.395000', '113518.855000', '113519.315000', '113519.775000', '113520.235000', '113520.695000', '113521.155000', '113521.615000', '113522.075000', '113522.535000', '113522.995000', '113523.455000', '113523.915000', '113524.375000', '113524.835000', '113525.295000', '113525.755000', '113526.215000', '113526.675000', '113527.135000', '113527.595000', '113528.055000', '113528.515000', '113528.975000', '113529.435000', '113529.895000', '113530.355000', '113530.815000', '113531.275000', '113531.735000', '113532.195000', '113532.655000', '113533.115000', '113533.575000', '113534.035000', '113534.495000', '113534.955000', '113535.415000', '113535.875000', '113536.335000', '113536.795000', '113537.255000', '113537.715000', '113538.175000', '113538.635000', '113539.095000', '113539.555000', '113540.015000', '113540.475000', '113540.935000', '113541.395000', '113541.855000', '113542.315000', '113542.775000', '113543.235000', '113543.695000', '113544.155000', '113544.615000', '113545.075000', '113545.535000', '113545.995000', '113546.455000', '113546.915000', '113547.375000', '113547.835000', '113548.295000', '113548.755000', '113549.215000', '113549.675000', '113550.135000', '113550.595000', '113551.055000', '113551.515000', '113551.975000', '113552.435000', '113552.895000', '113553.355000', '113553.815000', '113554.275000', '113554.735000', '113555.195000', '113555.655000', '113556.115000', '113556.575000', '113557.035000', '113557.495000', '113557.955000', '113558.415000', '113558.875000', '113559.335000', '113559.795000', '113600.255000', '113600.715000', '113601.175000', '113601.635000', '113602.095000', '113602.555000', '113603.015000', '113603.475000', '113603.935000', '113604.395000', '113604.855000', '113605.315000', '113605.775000', '113606.235000', '113606.695000', '113607.155000', '113607.615000', '113608.075000', '113608.535000', '113608.995000', '113609.455000', '113609.915000', '113610.375000', '113610.835000', '113611.295000', '113611.755000', '113612.215000', '113612.675000', '113613.135000', '113613.595000', '113614.055000', '113614.515000', '113614.975000', '113615.435000', '113615.895000', '113616.355000', '113616.815000', '113617.275000', '113617.735000', '113618.195000', '113618.655000', '113619.115000', '113619.575000', '113620.035000', '113620.495000', '113620.955000', '113621.415000', '113621.875000', '113622.335000', '113622.795000', '113623.255000', '113623.715000', '113624.175000', '113624.635000', '113625.095000', '113625.555000', '113626.015000', '113626.475000', '113626.935000', '113627.395000', '113627.855000', '113628.315000', '113628.775000', '113629.235000', '113629.695000', '113630.155000', '113630.615000', '113631.075000', '113631.535000', '113631.995000', '113632.455000', '113632.915000', '113633.375000', '113633.835000', '113634.295000', '113634.755000', '113635.215000', '113635.675000', '113636.135000', '113636.595000', '113637.055000', '113637.515000', '113637.975000', '113638.435000', '113638.895000', '113639.355000', '113639.815000', '113640.275000', '113640.735000', '113641.195000', '113641.655000', '113642.115000', '113642.575000', '113643.035000', '113643.495000', '113643.955000', '113644.415000', '113644.875000', '113645.335000', '113645.795000', '113646.255000', '113646.715000', '113647.175000', '113647.635000', '113648.095000', '113648.555000', '113649.015000', '113649.475000', '113649.935000', '113650.395000', '113650.855000', '113651.315000', '113651.775000', '113652.235000', '113652.695000', '113653.155000', '113653.615000', '113654.075000', '113654.535000', '113654.995000', '113655.455000', '113655.915000', '113656.375000', '113656.835000', '113657.295000', '113657.755000', '113658.215000', '113658.675000', '113659.135000', '113659.595000', '113700.055000', '113700.515000', '113700.975000', '113701.435000', '113701.895000', '113702.355000', '113702.815000', '113703.275000', '113703.735000', '113704.195000', '113704.655000', '113705.115000', '113705.575000', '113706.035000', '113706.495000', '113706.955000', '113707.415000', '113707.875000', '113708.335000', '113708.795000', '113709.255000', '113709.715000', '113710.175000', '113710.635000', '113711.095000', '113711.555000', '113712.015000', '113712.475000', '113712.935000', '113713.395000', '113713.855000', '113714.315000', '113714.775000', '113715.235000', '113715.695000', '113716.155000', '113716.615000', '113717.075000', '113717.535000', '113717.995000', '113718.455000', '113718.915000', '113719.375000', '113719.835000', '113720.295000', '113720.755000', '113721.215000', '113721.675000', '113722.135000', '113722.595000', '113723.055000', '113723.515000', '113723.975000', '113724.435000', '113724.895000', '113725.355000', '113725.815000', '113726.275000', '113726.735000', '113727.195000', '113727.655000', '113728.115000', '113728.575000', '113729.035000', '113729.495000', '113729.955000', '113730.415000', '113730.875000', '113731.335000', '113731.795000', '113732.255000', '113732.715000', '113733.175000', '113733.635000', '113734.095000', '113734.555000', '113735.015000', '113735.475000', '113735.935000', '113736.395000', '113736.855000', '113737.315000', '113737.775000', '113738.235000', '113738.695000', '113739.155000', '113739.615000', '113740.075000', '113740.535000', '113740.995000', '113741.455000', '113741.915000', '113742.375000', '113742.835000', '113743.295000', '113743.755000', '113744.215000', '113744.675000', '113745.135000', '113745.595000', '113746.055000', '113746.515000', '113746.975000', '113747.435000', '113747.895000', '113748.355000', '113748.815000', '113749.275000', '113749.735000', '113750.195000', '113750.655000', '113751.115000', '113751.575000', '113752.035000', '113752.495000', '113752.955000', '113753.415000', '113753.875000', '113754.335000', '113754.795000', '113755.255000', '113755.715000', '113756.175000', '113756.635000', '113757.095000', '113757.555000', '113758.015000', '113758.475000', '113758.935000', '113759.395000', '113759.855000', '113800.315000', '113800.775000', '113801.235000', '113801.695000', '113802.155000', '113802.615000', '113803.075000', '113803.535000', '113803.995000', '113804.455000', '113804.915000', '113805.375000', '113805.835000', '113806.295000', '113806.755000', '113807.215000', '113807.675000', '113808.135000', '113808.595000', '113809.055000', '113809.515000', '113809.975000', '113810.435000', '113810.895000', '113811.355000', '113811.815000', '113812.275000', '113812.735000', '113813.195000', '113813.655000', '113814.115000', '113814.575000', '113815.035000', '113815.495000', '113815.955000', '113816.415000', '113816.875000', '113817.335000', '113817.795000', '113818.255000', '113818.715000', '113819.175000', '113819.635000', '113820.095000', '113820.555000', '113821.015000', '113821.475000', '113821.935000', '113822.395000', '113822.855000', '113823.315000', '113823.775000', '113824.235000', '113824.695000', '113825.155000', '113825.615000', '113826.075000', '113826.535000', '113826.995000', '113827.455000', '113827.915000', '113828.375000', '113828.835000', '113829.295000', '113829.755000', '113830.215000', '113830.675000', '113831.135000', '113831.595000', '113832.055000', '113832.515000', '113832.975000', '113833.435000', '113833.895000', '113834.355000', '113834.815000', '113835.275000', '113835.735000', '113836.195000', '113836.655000', '113837.115000', '113837.575000', '113838.035000', '113838.495000', '113838.955000', '113839.415000', '113839.875000', '113840.335000', '113840.795000', '113841.255000', '113841.715000', '113842.175000', '113842.635000', '113843.095000', '113843.555000', '113844.015000', '113844.475000', '113844.935000', '113845.395000', '113845.855000', '113846.315000', '113846.775000', '113847.235000', '113847.695000', '113848.155000', '113848.615000', '113849.075000', '113849.535000', '113849.995000', '113850.455000', '113850.915000', '113851.375000', '113851.835000', '113852.295000', '113852.755000', '113853.215000', '113853.675000', '113854.135000', '113854.595000', '113855.055000', '113855.515000', '113855.975000', '113856.435000', '113856.895000', '113857.355000', '113857.815000', '113858.275000', '113858.735000', '113859.195000', '113859.655000', '113900.115000', '113900.575000', '113901.035000', '113901.495000', '113901.955000', '113902.415000', '113902.875000', '113903.335000', '113903.795000', '113904.255000', '113904.715000', '113905.175000', '113905.635000', '113906.095000', '113906.555000', '113907.015000', '113907.475000', '113907.935000', '113908.395000', '113908.855000', '113909.315000', '113909.775000', '113910.235000', '113910.695000', '113911.155000', '113911.615000', '113912.075000', '113912.535000', '113912.995000', '113913.455000', '113913.915000', '113914.375000', '113914.835000', '113915.295000', '113915.755000', '113916.215000', '113916.675000', '113917.135000', '113917.595000', '113918.055000', '113918.515000', '113918.975000', '113919.435000', '113919.895000', '113920.355000', '113920.815000', '113921.275000', '113921.735000', '113922.195000', '113922.655000', '113923.115000', '113923.575000', '113924.035000', '113924.495000', '113924.955000', '113925.415000', '113925.875000', '113926.335000', '113926.795000', '113927.255000', '113927.715000', '113928.175000', '113928.635000', '113929.095000', '113929.555000', '113930.015000', '113930.475000', '113930.935000', '113931.395000', '113931.855000', '113932.315000', '113932.775000', '113933.235000', '113933.695000', '113934.155000', '113934.615000', '113935.075000', '113935.535000', '113935.995000', '113936.455000', '113936.915000', '113937.375000', '113937.835000', '113938.295000', '113938.755000', '113939.215000', '113939.675000', '113940.135000', '113940.595000', '113941.055000', '113941.515000', '113941.975000', '113942.435000', '113942.895000', '113943.355000', '113943.815000', '113944.275000', '113944.735000', '113945.195000', '113945.655000', '113946.115000', '113946.575000', '113947.035000', '113947.495000', '113947.955000', '113948.415000', '113948.875000', '113949.335000', '113949.795000', '113950.255000', '113950.715000', '113951.175000', '113951.635000', '113952.095000', '113952.555000', '113953.015000', '113953.475000', '113953.935000', '113954.395000', '113954.855000', '113955.315000', '113955.775000', '113956.235000', '113956.695000', '113957.155000', '113957.615000', '113958.075000', '113958.535000', '113958.995000', '113959.455000', '113959.915000', '114000.375000', '114000.835000', '114001.295000', '114001.755000', '114002.215000', '114002.675000', '114003.135000', '114003.595000', '114004.055000', '114004.515000', '114004.975000', '114005.435000', '114005.895000', '114006.355000', '114006.815000', '114007.275000', '114007.735000', '114008.195000', '114008.655000', '114009.115000', '114009.575000', '114010.035000', '114010.495000', '114010.955000', '114011.415000', '114011.875000', '114012.335000', '114012.795000', '114013.255000', '114013.715000', '114014.175000', '114014.635000', '114015.095000', '114015.555000', '114016.015000', '114016.475000', '114016.935000', '114017.395000', '114017.855000', '114018.315000', '114018.775000', '114019.235000', '114019.695000', '114020.155000', '114020.615000', '114021.075000', '114021.535000', '114021.995000', '114022.455000', '114022.915000', '114023.375000', '114023.835000', '114024.295000', '114024.755000', '114025.215000', '114025.675000', '114026.135000', '114026.595000', '114027.055000', '114027.515000', '114027.975000', '114028.435000', '114028.895000', '114029.355000', '114029.815000', '114030.275000', '114030.735000', '114031.195000', '114031.655000', '114032.115000', '114032.575000', '114033.035000', '114033.495000', '114033.955000', '114034.415000', '114034.875000', '114035.335000', '114035.795000', '114036.255000', '114036.715000', '114037.175000', '114037.635000', '114038.095000', '114038.555000', '114039.015000', '114039.475000', '114039.935000', '114040.395000', '114040.855000', '114041.315000', '114041.775000', '114042.235000', '114042.695000', '114043.155000', '114043.615000', '114044.075000', '114044.535000', '114044.995000', '114045.455000', '114045.915000', '114046.375000', '114046.835000', '114047.295000', '114047.755000', '114048.215000', '114048.675000', '114049.135000', '114049.595000', '114050.055000', '114050.515000', '114050.975000', '114051.435000', '114051.895000', '114052.355000', '114052.815000', '114053.275000', '114053.735000', '114054.195000', '114054.655000', '114055.115000', '114055.575000', '114056.035000', '114056.495000', '114056.955000', '114057.415000', '114057.875000', '114058.335000', '114058.795000', '114059.255000', '114059.715000', '114100.175000', '114100.635000', '114101.095000', '114101.555000', '114102.015000', '114102.475000', '114102.935000', '114103.395000', '114103.855000', '114104.315000', '114104.775000', '114105.235000', '114105.695000', '114106.155000', '114106.615000', '114107.075000', '114107.535000', '114107.995000', '114108.455000', '114108.915000', '114109.375000', '114109.835000', '114110.295000', '114110.755000', '114111.215000', '114111.675000', '114112.135000', '114112.595000', '114113.055000', '114113.515000', '114113.975000', '114114.435000', '114114.895000', '114115.355000', '114115.815000', '114116.275000', '114116.735000', '114117.195000', '114117.655000', '114118.115000', '114118.575000', '114119.035000', '114119.495000', '114119.955000', '114120.415000', '114120.875000', '114121.335000', '114121.795000', '114122.255000', '114122.715000', '114123.175000', '114123.635000', '114124.095000', '114124.555000', '114125.015000', '114125.475000'], 'ContentTime': ['113131.909000', '113131.912000', '113131.915000', '113131.917000', '113131.920000', '113131.922000', '113131.925000', '113131.927000', '113131.930000', '113131.932000', '113131.935000', '113131.937000', '113131.940000', '113131.947000', '113131.949000', '113131.952000', '113131.954000', '113131.957000', '113131.960000', '113131.962000', '113131.965000', '113131.967000', '113131.974000', '113131.977000', '113131.979000', '113131.982000', '113131.984000', '113131.987000', '113131.990000', '113151.856000', '113151.859000', '113151.862000', '113151.867000', '113151.869000', '113151.872000', '113151.875000', '113151.877000', '113151.880000', '113151.882000', '113151.885000', '113151.888000', '113151.890000', '113151.893000', '113151.896000', '113151.898000', '113151.901000', '113151.903000', '113151.906000', '113151.908000', '113151.911000', '113151.914000', '113151.916000', '113151.919000', '113151.921000', '113151.924000', '113151.926000', '113151.929000', '113151.932000', '113151.934000', '113151.937000', '113151.939000', '113151.942000', '113151.945000', '113151.947000', '113151.950000', '113151.952000', '113151.955000', '113151.957000', '113151.960000', '113151.962000', '113151.965000', '113151.968000', '113211.856000', '113211.859000', '113211.862000', '113211.864000', '113211.867000', '113211.869000', '113211.872000', '113211.874000', '113211.877000', '113211.879000', '113211.882000', '113211.886000', '113211.888000', '113211.891000', '113211.893000', '113211.900000', '113211.903000', '113211.905000', '113211.908000', '113211.910000', '113211.913000', '113211.915000', '113211.918000', '113211.921000', '113211.923000', '113211.926000', '113211.928000', '113211.931000', '113211.933000', '113211.936000', '113211.939000', '113211.942000', '113211.945000', '113211.947000', '113211.950000', '113211.953000', '113211.955000', '113211.958000', '113211.960000', '113211.963000', '113211.965000', '113211.968000', '113211.970000', '113231.857000', '113231.860000', '113231.863000', '113231.865000', '113231.868000', '113231.870000', '113231.873000', '113231.875000', '113231.878000', '113231.881000', '113231.883000', '113231.886000', '113231.888000', '113231.891000', '113231.893000', '113231.896000', '113231.899000', '113231.901000', '113231.904000', '113231.906000', '113231.909000', '113231.911000', '113231.914000', '113231.916000', '113231.919000', '113231.922000', '113231.924000', '113231.927000', '113231.930000', '113231.932000', '113231.935000', '113231.937000', '113231.940000', '113231.943000', '113231.945000', '113231.948000', '113231.950000', '113231.953000', '113231.955000', '113231.958000', '113231.961000', '113231.963000', '113231.966000', '113231.969000', '113251.857000', '113251.860000', '113251.863000', '113251.865000', '113251.868000', '113251.871000', '113251.873000', '113251.876000', '113251.878000', '113251.881000', '113251.896000', '113251.899000', '113251.902000', '113251.904000', '113251.907000', '113251.909000', '113251.912000', '113251.915000', '113251.917000', '113251.920000', '113251.922000', '113251.925000', '113251.927000', '113251.930000', '113251.933000', '113251.935000', '113251.938000', '113251.941000', '113251.943000', '113251.946000', '113251.948000', '113251.951000', '113251.954000', '113251.956000', '113251.959000', '113251.961000', '113251.964000', '113251.967000', '113251.969000', '113251.972000', '113251.974000', '113251.977000', '113251.980000', '113311.857000', '113311.860000', '113311.863000', '113311.866000', '113311.868000', '113311.871000', '113311.873000', '113311.876000', '113311.878000', '113311.881000', '113311.884000', '113311.886000', '113311.889000', '113311.891000', '113311.894000', '113311.897000', '113311.899000', '113311.902000', '113311.904000', '113311.907000', '113311.909000', '113311.912000', '113311.915000', '113311.917000', '113311.920000', '113311.922000', '113311.925000', '113311.928000', '113311.930000', '113311.933000', '113311.935000', '113311.938000', '113311.941000', '113311.943000', '113311.946000', '113311.948000', '113311.951000', '113311.953000', '113311.956000', '113311.959000', '113311.961000', '113311.964000', '113311.967000', '113311.969000', '113331.857000', '113331.860000', '113331.863000', '113331.865000', '113331.868000', '113331.871000', '113331.873000', '113331.876000', '113331.879000', '113331.882000', '113331.885000', '113331.887000', '113331.890000', '113331.892000', '113331.895000', '113331.898000', '113331.900000', '113331.903000', '113331.905000', '113331.908000', '113331.910000', '113331.913000', '113331.916000', '113331.918000', '113331.921000', '113331.924000', '113331.927000', '113331.930000', '113331.933000', '113331.935000', '113331.938000', '113331.940000', '113331.943000', '113331.946000', '113331.948000', '113331.951000', '113331.953000', '113331.956000', '113331.958000', '113331.961000', '113331.964000', '113331.966000', '113331.969000', '113351.857000', '113351.860000', '113351.863000', '113351.865000', '113351.868000', '113351.870000', '113351.873000', '113351.876000', '113351.878000', '113351.881000', '113351.883000', '113351.886000', '113351.889000', '113351.891000', '113351.894000', '113351.896000', '113351.899000', '113351.902000', '113351.904000', '113351.907000', '113351.909000', '113351.912000', '113351.914000', '113351.917000', '113351.920000', '113351.922000', '113351.925000', '113351.927000', '113351.930000', '113351.933000', '113351.935000', '113351.938000', '113351.940000', '113351.943000', '113351.945000', '113351.948000', '113351.951000', '113351.953000', '113351.956000', '113351.958000', '113351.961000', '113351.964000', '113351.966000', '113411.856000', '113411.859000', '113411.862000', '113411.865000', '113411.867000', '113411.870000', '113411.872000', '113411.875000', '113411.877000', '113411.880000', '113411.883000', '113411.885000', '113411.888000', '113411.891000', '113411.893000', '113411.896000', '113411.899000', '113411.901000', '113411.904000', '113411.906000', '113411.909000', '113411.912000', '113411.914000', '113411.917000', '113411.920000', '113411.923000', '113411.926000', '113411.929000', '113411.931000', '113411.934000', '113411.936000', '113411.939000', '113411.942000', '113411.944000', '113411.947000', '113411.949000', '113411.952000', '113411.954000', '113411.957000', '113411.960000', '113411.962000', '113411.965000', '113411.967000', '113411.970000', '113431.856000', '113431.859000', '113431.862000', '113431.864000', '113431.867000', '113431.870000', '113431.882000', '113431.884000', '113431.887000', '113431.890000', '113431.892000', '113431.895000', '113431.897000', '113431.900000', '113431.902000', '113431.905000', '113431.908000', '113431.910000', '113431.913000', '113431.915000', '113431.918000', '113431.920000', '113431.923000', '113431.926000', '113431.928000', '113431.931000', '113431.933000', '113431.936000', '113431.938000', '113431.941000', '113431.944000', '113431.946000', '113431.949000', '113431.951000', '113431.954000', '113431.957000', '113431.959000', '113431.962000', '113431.965000', '113431.967000', '113431.970000', '113431.972000', '113431.975000', '113431.977000', '113451.857000', '113451.860000', '113451.863000', '113451.866000', '113451.868000', '113451.871000', '113451.874000', '113451.876000', '113451.879000', '113451.881000', '113451.884000', '113451.887000', '113451.889000', '113451.892000', '113451.895000', '113451.897000', '113451.900000', '113451.903000', '113451.906000', '113451.908000', '113451.911000', '113451.914000', '113451.916000', '113451.919000', '113451.921000', '113451.924000', '113451.926000', '113451.929000', '113451.932000', '113451.934000', '113451.937000', '113451.939000', '113451.942000', '113451.945000', '113451.947000', '113451.950000', '113451.952000', '113451.955000', '113451.958000', '113451.960000', '113451.963000', '113451.966000', '113451.969000', '113511.858000', '113511.860000', '113511.863000', '113511.866000', '113511.868000', '113511.871000', '113511.873000', '113511.876000', '113511.879000', '113511.881000', '113511.884000', '113511.886000', '113511.889000', '113511.892000', '113511.894000', '113511.897000', '113511.899000', '113511.902000', '113511.905000', '113511.907000', '113511.910000', '113511.912000', '113511.915000', '113511.917000', '113511.920000', '113511.923000', '113511.925000', '113511.928000', '113511.930000', '113511.933000', '113511.936000', '113511.938000', '113511.941000', '113511.944000', '113511.946000', '113511.949000', '113511.951000', '113511.954000', '113511.957000', '113511.959000', '113511.962000', '113511.964000', '113511.967000', '113511.969000', '113531.857000', '113531.860000', '113531.863000', '113531.865000', '113531.868000', '113531.871000', '113531.873000', '113531.876000', '113531.878000', '113531.881000', '113531.884000', '113531.886000', '113531.889000', '113531.891000', '113531.894000', '113531.897000', '113531.899000', '113531.902000', '113531.904000', '113531.907000', '113531.910000', '113531.912000', '113531.915000', '113531.917000', '113531.920000', '113531.922000', '113531.925000', '113531.928000', '113531.930000', '113531.933000', '113531.935000', '113531.938000', '113531.941000', '113531.943000', '113531.946000', '113531.948000', '113531.951000', '113531.954000', '113531.956000', '113531.959000', '113531.961000', '113531.964000', '113531.967000', '113551.857000', '113551.860000', '113551.863000', '113551.865000', '113551.868000', '113551.871000', '113551.874000', '113551.876000', '113551.879000', '113551.881000', '113551.884000', '113551.887000', '113551.889000', '113551.892000', '113551.894000', '113551.897000', '113551.900000', '113551.902000', '113551.905000', '113551.907000', '113551.910000', '113551.913000', '113551.915000', '113551.918000', '113551.920000', '113551.923000', '113551.926000', '113551.928000', '113551.931000', '113551.933000', '113551.936000', '113551.943000', '113551.946000', '113551.948000', '113551.951000', '113551.953000', '113551.956000', '113551.959000', '113551.961000', '113551.964000', '113551.966000', '113551.969000', '113551.972000', '113551.974000', '113611.857000', '113611.860000', '113611.863000', '113611.865000', '113611.868000', '113611.871000', '113611.873000', '113611.876000', '113611.878000', '113611.881000', '113611.884000', '113611.886000', '113611.889000', '113611.892000', '113611.894000', '113611.897000', '113611.899000', '113611.902000', '113611.905000', '113611.907000', '113611.910000', '113611.912000', '113611.915000', '113611.918000', '113611.920000', '113611.923000', '113611.925000', '113611.928000', '113611.931000', '113611.933000', '113611.936000', '113611.938000', '113611.941000', '113611.944000', '113611.946000', '113611.949000', '113611.952000', '113611.956000', '113611.959000', '113611.961000', '113611.964000', '113611.967000', '113611.969000', '113631.856000', '113631.859000', '113631.862000', '113631.864000', '113631.867000', '113631.870000', '113631.872000', '113631.875000', '113631.877000', '113631.880000', '113631.882000', '113631.885000', '113631.888000', '113631.890000', '113631.893000', '113631.895000', '113631.898000', '113631.901000', '113631.903000', '113631.906000', '113631.908000', '113631.911000', '113631.913000', '113631.916000', '113631.919000', '113631.921000', '113631.924000', '113631.926000', '113631.929000', '113631.932000', '113631.934000', '113631.937000', '113631.939000', '113631.942000', '113631.945000', '113631.947000', '113631.950000', '113631.952000', '113631.955000', '113631.958000', '113631.960000', '113631.963000', '113631.965000', '113631.968000', '113651.857000', '113651.867000', '113651.870000', '113651.872000', '113651.875000', '113651.878000', '113651.880000', '113651.883000', '113651.886000', '113651.888000', '113651.891000', '113651.893000', '113651.896000', '113651.899000', '113651.901000', '113651.904000', '113651.907000', '113651.909000', '113651.912000', '113651.915000', '113651.917000', '113651.920000', '113651.922000', '113651.925000', '113651.927000', '113651.939000', '113651.942000', '113651.944000', '113651.947000', '113651.950000', '113651.952000', '113651.955000', '113651.958000', '113651.960000', '113651.963000', '113651.965000', '113651.968000', '113651.971000', '113651.973000', '113651.976000', '113651.978000', '113651.981000', '113651.984000', '113711.858000', '113711.861000', '113711.863000', '113711.866000', '113711.868000', '113711.871000', '113711.873000', '113711.876000', '113711.879000', '113711.881000', '113711.884000', '113711.886000', '113711.889000', '113711.892000', '113711.895000', '113711.897000', '113711.900000', '113711.902000', '113711.905000', '113711.908000', '113711.910000', '113711.913000', '113711.916000', '113711.918000', '113711.921000', '113711.923000', '113711.926000', '113711.929000', '113711.931000', '113711.934000', '113711.936000', '113711.939000', '113711.942000', '113711.944000', '113711.947000', '113711.949000', '113711.952000', '113711.955000', '113711.957000', '113711.960000', '113711.962000', '113711.965000', '113711.967000', '113711.970000', '113731.858000', '113731.860000', '113731.863000', '113731.866000', '113731.868000', '113731.871000', '113731.873000', '113731.876000', '113731.878000', '113731.881000', '113731.884000', '113731.886000', '113731.914000', '113731.917000', '113731.920000', '113731.922000', '113731.925000', '113731.928000', '113731.930000', '113731.933000', '113731.935000', '113731.938000', '113731.941000', '113731.943000', '113731.946000', '113731.948000', '113731.951000', '113731.955000', '113731.958000', '113731.960000', '113731.963000', '113731.965000', '113731.968000', '113731.971000', '113731.973000', '113731.976000', '113731.979000', '113731.981000', '113731.984000', '113731.986000', '113731.989000', '113731.992000', '113731.994000', '113751.858000', '113751.861000', '113751.863000', '113751.866000', '113751.868000', '113751.871000', '113751.874000', '113751.876000', '113751.879000', '113751.882000', '113751.884000', '113751.887000', '113751.890000', '113751.892000', '113751.895000', '113751.898000', '113751.900000', '113751.903000', '113751.905000', '113751.908000', '113751.911000', '113751.913000', '113751.916000', '113751.919000', '113751.921000', '113751.924000', '113751.926000', '113751.929000', '113751.931000', '113751.934000', '113751.937000', '113751.939000', '113751.942000', '113751.945000', '113751.947000', '113751.950000', '113751.953000', '113751.955000', '113751.958000', '113751.960000', '113751.963000', '113751.966000', '113751.968000', '113751.971000', '113811.857000', '113811.860000', '113811.863000', '113811.866000', '113811.868000', '113811.871000', '113811.874000', '113811.876000', '113811.879000', '113811.881000', '113811.884000', '113811.887000', '113811.906000', '113811.909000', '113811.911000', '113811.914000', '113811.917000', '113811.919000', '113811.922000', '113811.924000', '113811.927000', '113811.929000', '113811.932000', '113811.935000', '113811.938000', '113811.940000', '113811.943000', '113811.946000', '113811.948000', '113811.951000', '113811.953000', '113811.956000', '113811.959000', '113811.962000', '113811.964000', '113811.967000', '113811.970000', '113811.972000', '113811.975000', '113811.977000', '113811.980000', '113811.983000', '113811.985000', '113831.858000', '113831.860000', '113831.863000', '113831.865000', '113831.868000', '113831.871000', '113831.873000', '113831.876000', '113831.879000', '113831.881000', '113831.884000', '113831.886000', '113831.889000', '113831.892000', '113831.894000', '113831.897000', '113831.900000', '113831.902000', '113831.905000', '113831.907000', '113831.910000', '113831.913000', '113831.915000', '113831.918000', '113831.921000', '113831.923000', '113831.926000', '113831.929000', '113831.931000', '113831.934000', '113831.936000', '113831.939000', '113831.942000', '113831.944000', '113831.947000', '113831.949000', '113831.952000', '113831.955000', '113831.957000', '113831.960000', '113831.963000', '113831.965000', '113831.968000', '113831.970000', '113851.856000', '113851.859000', '113851.862000', '113851.865000', '113851.867000', '113851.870000', '113851.873000', '113851.875000', '113851.889000', '113851.892000', '113851.895000', '113851.898000', '113851.900000', '113851.903000', '113851.906000', '113851.908000', '113851.911000', '113851.913000', '113851.916000', '113851.919000', '113851.921000', '113851.924000', '113851.926000', '113851.929000', '113851.932000', '113851.934000', '113851.937000', '113851.939000', '113851.942000', '113851.945000', '113851.947000', '113851.950000', '113851.953000', '113851.955000', '113851.958000', '113851.960000', '113851.963000', '113851.965000', '113851.968000', '113851.971000', '113851.973000', '113851.976000', '113851.978000', '113911.856000', '113911.859000', '113911.862000', '113911.864000', '113911.867000', '113911.870000', '113911.872000', '113911.875000', '113911.878000', '113911.880000', '113911.883000', '113911.885000', '113911.888000', '113911.891000', '113911.893000', '113911.896000', '113911.898000', '113911.901000', '113911.904000', '113911.906000', '113911.909000', '113911.912000', '113911.914000', '113911.917000', '113911.919000', '113911.922000', '113911.924000', '113911.927000', '113911.930000', '113911.932000', '113911.935000', '113911.937000', '113911.940000', '113911.943000', '113911.945000', '113911.948000', '113911.950000', '113911.953000', '113911.956000', '113911.958000', '113911.961000', '113911.963000', '113911.966000', '113911.969000', '113931.858000', '113931.860000', '113931.863000', '113931.865000', '113931.868000', '113931.871000', '113931.873000', '113931.876000', '113931.878000', '113931.881000', '113931.883000', '113931.886000', '113931.889000', '113931.891000', '113931.894000', '113931.896000', '113931.899000', '113931.901000', '113931.904000', '113931.907000', '113931.909000', '113931.912000', '113931.914000', '113931.917000', '113931.920000', '113931.922000', '113931.925000', '113931.927000', '113931.930000', '113931.933000', '113931.935000', '113931.938000', '113931.940000', '113931.943000', '113931.946000', '113931.948000', '113931.951000', '113931.954000', '113931.956000', '113931.959000', '113931.961000', '113931.964000', '113931.966000', '113951.857000', '113951.860000', '113951.863000', '113951.865000', '113951.868000', '113951.871000', '113951.873000', '113951.876000', '113951.879000', '113951.881000', '113951.885000', '113951.887000', '113951.890000', '113951.893000', '113951.895000', '113951.898000', '113951.901000', '113951.903000', '113951.906000', '113951.908000', '113951.911000', '113951.914000', '113951.916000', '113951.919000', '113951.921000', '113951.924000', '113951.927000', '113951.929000', '113951.932000', '113951.934000', '113951.937000', '113951.940000', '113951.942000', '113951.945000', '113951.947000', '113951.950000', '113951.953000', '113951.955000', '113951.958000', '113951.960000', '113951.963000', '113951.966000', '113951.968000', '113951.971000', '114011.857000', '114011.860000', '114011.863000', '114011.865000', '114011.868000', '114011.895000', '114011.898000', '114011.900000', '114011.903000', '114011.906000', '114011.909000', '114011.911000', '114011.914000', '114011.916000', '114011.919000', '114011.922000', '114011.924000', '114011.927000', '114011.929000', '114011.932000', '114011.934000', '114011.937000', '114011.940000', '114011.942000', '114011.945000', '114011.947000', '114011.950000', '114011.952000', '114011.955000', '114011.958000', '114011.960000', '114011.963000', '114011.965000', '114011.968000', '114011.971000', '114011.973000', '114011.976000', '114011.979000', '114011.981000', '114011.984000', '114011.987000', '114011.989000', '114011.992000', '114031.858000', '114031.861000', '114031.863000', '114031.866000', '114031.868000', '114031.871000', '114031.874000', '114031.876000', '114031.879000', '114031.881000', '114031.884000', '114031.887000', '114031.889000', '114031.892000', '114031.895000', '114031.897000', '114031.900000', '114031.902000', '114031.905000', '114031.908000', '114031.910000', '114031.913000', '114031.915000', '114031.918000', '114031.920000', '114031.923000', '114031.926000', '114031.928000', '114031.931000', '114031.933000', '114031.936000', '114031.938000', '114031.941000', '114031.944000', '114031.946000', '114031.949000', '114031.951000', '114031.954000', '114031.957000', '114031.959000', '114031.962000', '114031.964000', '114031.967000', '114051.858000', '114051.860000', '114051.863000', '114051.866000', '114051.868000', '114051.871000', '114051.873000', '114051.876000', '114051.879000', '114051.881000', '114051.884000', '114051.886000', '114051.889000', '114051.891000', '114051.894000', '114051.897000', '114051.899000', '114051.902000', '114051.905000', '114051.907000', '114051.910000', '114051.913000', '114051.915000', '114051.918000', '114051.920000', '114051.923000', '114051.925000', '114051.928000', '114051.931000', '114051.933000', '114051.936000', '114051.938000', '114051.941000', '114051.944000', '114051.946000', '114051.949000', '114051.952000', '114051.954000', '114051.957000', '114051.959000', '114051.962000', '114051.964000', '114051.967000', '114051.969000', '114111.857000', '114111.859000', '114111.862000', '114111.865000', '114111.867000', '114111.870000', '114111.873000', '114111.875000', '114111.878000', '114111.880000', '114111.883000', '114111.886000', '114111.888000', '114111.891000', '114111.893000', '114111.896000', '114111.899000', '114111.901000', '114111.904000', '114111.906000', '114111.909000', '114111.912000', '114111.914000', '114111.917000', '114111.920000', '114111.923000', '114111.926000', '114111.929000', '114111.931000', '114111.934000', '114111.936000', '114111.939000', '114111.941000', '114111.944000', '114111.947000', '114111.949000', '114111.952000', '114111.954000', '114111.957000', '114111.959000', '114111.962000', '114111.965000', '114111.967000', '114126.589000', '114126.592000', '114126.595000', '114126.598000', '114126.600000', '114126.603000', '114126.606000', '114126.609000', '114126.611000', '114126.614000', '114126.617000', '114126.620000', '114126.622000', '114126.625000', '114126.628000', '114126.631000', '114126.634000', '114126.636000', '114126.639000', '114126.641000', '114126.644000', '114126.647000', '114126.650000', '114126.653000', '114126.656000', '114126.659000', '114126.662000', '114126.665000', '114126.667000', '114126.670000', '114126.674000', '114126.676000', '114126.679000'], 'InstanceCreationTime': ['113131.909000', '113131.912000', '113131.915000', '113131.917000', '113131.920000', '113131.922000', '113131.925000', '113131.927000', '113131.930000', '113131.932000', '113131.935000', '113131.937000', '113131.940000', '113131.947000', '113131.949000', '113131.952000', '113131.954000', '113131.957000', '113131.960000', '113131.962000', '113131.965000', '113131.967000', '113131.974000', '113131.977000', '113131.979000', '113131.982000', '113131.984000', '113131.987000', '113131.990000', '113151.856000', '113151.859000', '113151.862000', '113151.867000', '113151.869000', '113151.872000', '113151.875000', '113151.877000', '113151.880000', '113151.882000', '113151.885000', '113151.888000', '113151.890000', '113151.893000', '113151.896000', '113151.898000', '113151.901000', '113151.903000', '113151.906000', '113151.908000', '113151.911000', '113151.914000', '113151.916000', '113151.919000', '113151.921000', '113151.924000', '113151.926000', '113151.929000', '113151.932000', '113151.934000', '113151.937000', '113151.939000', '113151.942000', '113151.945000', '113151.947000', '113151.950000', '113151.952000', '113151.955000', '113151.957000', '113151.960000', '113151.962000', '113151.965000', '113151.968000', '113211.856000', '113211.859000', '113211.862000', '113211.864000', '113211.867000', '113211.869000', '113211.872000', '113211.874000', '113211.877000', '113211.879000', '113211.882000', '113211.886000', '113211.888000', '113211.891000', '113211.893000', '113211.900000', '113211.903000', '113211.905000', '113211.908000', '113211.910000', '113211.913000', '113211.915000', '113211.918000', '113211.921000', '113211.923000', '113211.926000', '113211.928000', '113211.931000', '113211.933000', '113211.936000', '113211.939000', '113211.942000', '113211.945000', '113211.947000', '113211.950000', '113211.953000', '113211.955000', '113211.958000', '113211.960000', '113211.963000', '113211.965000', '113211.968000', '113211.970000', '113231.857000', '113231.860000', '113231.863000', '113231.865000', '113231.868000', '113231.870000', '113231.873000', '113231.875000', '113231.878000', '113231.881000', '113231.883000', '113231.886000', '113231.888000', '113231.891000', '113231.893000', '113231.896000', '113231.899000', '113231.901000', '113231.904000', '113231.906000', '113231.909000', '113231.911000', '113231.914000', '113231.916000', '113231.919000', '113231.922000', '113231.924000', '113231.927000', '113231.930000', '113231.932000', '113231.935000', '113231.937000', '113231.940000', '113231.943000', '113231.945000', '113231.948000', '113231.950000', '113231.953000', '113231.955000', '113231.958000', '113231.961000', '113231.963000', '113231.966000', '113231.969000', '113251.857000', '113251.860000', '113251.863000', '113251.865000', '113251.868000', '113251.871000', '113251.873000', '113251.876000', '113251.878000', '113251.881000', '113251.896000', '113251.899000', '113251.902000', '113251.904000', '113251.907000', '113251.909000', '113251.912000', '113251.915000', '113251.917000', '113251.920000', '113251.922000', '113251.925000', '113251.927000', '113251.930000', '113251.933000', '113251.935000', '113251.938000', '113251.941000', '113251.943000', '113251.946000', '113251.948000', '113251.951000', '113251.954000', '113251.956000', '113251.959000', '113251.961000', '113251.964000', '113251.967000', '113251.969000', '113251.972000', '113251.974000', '113251.977000', '113251.980000', '113311.857000', '113311.860000', '113311.863000', '113311.866000', '113311.868000', '113311.871000', '113311.873000', '113311.876000', '113311.878000', '113311.881000', '113311.884000', '113311.886000', '113311.889000', '113311.891000', '113311.894000', '113311.897000', '113311.899000', '113311.902000', '113311.904000', '113311.907000', '113311.909000', '113311.912000', '113311.915000', '113311.917000', '113311.920000', '113311.922000', '113311.925000', '113311.928000', '113311.930000', '113311.933000', '113311.935000', '113311.938000', '113311.941000', '113311.943000', '113311.946000', '113311.948000', '113311.951000', '113311.953000', '113311.956000', '113311.959000', '113311.961000', '113311.964000', '113311.967000', '113311.969000', '113331.857000', '113331.860000', '113331.863000', '113331.865000', '113331.868000', '113331.871000', '113331.873000', '113331.876000', '113331.879000', '113331.882000', '113331.885000', '113331.887000', '113331.890000', '113331.892000', '113331.895000', '113331.898000', '113331.900000', '113331.903000', '113331.905000', '113331.908000', '113331.910000', '113331.913000', '113331.916000', '113331.918000', '113331.921000', '113331.924000', '113331.927000', '113331.930000', '113331.933000', '113331.935000', '113331.938000', '113331.940000', '113331.943000', '113331.946000', '113331.948000', '113331.951000', '113331.953000', '113331.956000', '113331.958000', '113331.961000', '113331.964000', '113331.966000', '113331.969000', '113351.857000', '113351.860000', '113351.863000', '113351.865000', '113351.868000', '113351.870000', '113351.873000', '113351.876000', '113351.878000', '113351.881000', '113351.883000', '113351.886000', '113351.889000', '113351.891000', '113351.894000', '113351.896000', '113351.899000', '113351.902000', '113351.904000', '113351.907000', '113351.909000', '113351.912000', '113351.914000', '113351.917000', '113351.920000', '113351.922000', '113351.925000', '113351.927000', '113351.930000', '113351.933000', '113351.935000', '113351.938000', '113351.940000', '113351.943000', '113351.945000', '113351.948000', '113351.951000', '113351.953000', '113351.956000', '113351.958000', '113351.961000', '113351.964000', '113351.966000', '113411.856000', '113411.859000', '113411.862000', '113411.865000', '113411.867000', '113411.870000', '113411.872000', '113411.875000', '113411.877000', '113411.880000', '113411.883000', '113411.885000', '113411.888000', '113411.891000', '113411.893000', '113411.896000', '113411.899000', '113411.901000', '113411.904000', '113411.906000', '113411.909000', '113411.912000', '113411.914000', '113411.917000', '113411.920000', '113411.923000', '113411.926000', '113411.929000', '113411.931000', '113411.934000', '113411.936000', '113411.939000', '113411.942000', '113411.944000', '113411.947000', '113411.949000', '113411.952000', '113411.954000', '113411.957000', '113411.960000', '113411.962000', '113411.965000', '113411.967000', '113411.970000', '113431.856000', '113431.859000', '113431.862000', '113431.864000', '113431.867000', '113431.870000', '113431.882000', '113431.884000', '113431.887000', '113431.890000', '113431.892000', '113431.895000', '113431.897000', '113431.900000', '113431.902000', '113431.905000', '113431.908000', '113431.910000', '113431.913000', '113431.915000', '113431.918000', '113431.920000', '113431.923000', '113431.926000', '113431.928000', '113431.931000', '113431.933000', '113431.936000', '113431.938000', '113431.941000', '113431.944000', '113431.946000', '113431.949000', '113431.951000', '113431.954000', '113431.957000', '113431.959000', '113431.962000', '113431.965000', '113431.967000', '113431.970000', '113431.972000', '113431.975000', '113431.977000', '113451.857000', '113451.860000', '113451.863000', '113451.866000', '113451.868000', '113451.871000', '113451.874000', '113451.876000', '113451.879000', '113451.881000', '113451.884000', '113451.887000', '113451.889000', '113451.892000', '113451.895000', '113451.897000', '113451.900000', '113451.903000', '113451.906000', '113451.908000', '113451.911000', '113451.914000', '113451.916000', '113451.919000', '113451.921000', '113451.924000', '113451.926000', '113451.929000', '113451.932000', '113451.934000', '113451.937000', '113451.939000', '113451.942000', '113451.945000', '113451.947000', '113451.950000', '113451.952000', '113451.955000', '113451.958000', '113451.960000', '113451.963000', '113451.966000', '113451.969000', '113511.858000', '113511.860000', '113511.863000', '113511.866000', '113511.868000', '113511.871000', '113511.873000', '113511.876000', '113511.879000', '113511.881000', '113511.884000', '113511.886000', '113511.889000', '113511.892000', '113511.894000', '113511.897000', '113511.899000', '113511.902000', '113511.905000', '113511.907000', '113511.910000', '113511.912000', '113511.915000', '113511.917000', '113511.920000', '113511.923000', '113511.925000', '113511.928000', '113511.930000', '113511.933000', '113511.936000', '113511.938000', '113511.941000', '113511.944000', '113511.946000', '113511.949000', '113511.951000', '113511.954000', '113511.957000', '113511.959000', '113511.962000', '113511.964000', '113511.967000', '113511.969000', '113531.857000', '113531.860000', '113531.863000', '113531.865000', '113531.868000', '113531.871000', '113531.873000', '113531.876000', '113531.878000', '113531.881000', '113531.884000', '113531.886000', '113531.889000', '113531.891000', '113531.894000', '113531.897000', '113531.899000', '113531.902000', '113531.904000', '113531.907000', '113531.910000', '113531.912000', '113531.915000', '113531.917000', '113531.920000', '113531.922000', '113531.925000', '113531.928000', '113531.930000', '113531.933000', '113531.935000', '113531.938000', '113531.941000', '113531.943000', '113531.946000', '113531.948000', '113531.951000', '113531.954000', '113531.956000', '113531.959000', '113531.961000', '113531.964000', '113531.967000', '113551.857000', '113551.860000', '113551.863000', '113551.865000', '113551.868000', '113551.871000', '113551.874000', '113551.876000', '113551.879000', '113551.881000', '113551.884000', '113551.887000', '113551.889000', '113551.892000', '113551.894000', '113551.897000', '113551.900000', '113551.902000', '113551.905000', '113551.907000', '113551.910000', '113551.913000', '113551.915000', '113551.918000', '113551.920000', '113551.923000', '113551.926000', '113551.928000', '113551.931000', '113551.933000', '113551.936000', '113551.943000', '113551.946000', '113551.948000', '113551.951000', '113551.953000', '113551.956000', '113551.959000', '113551.961000', '113551.964000', '113551.966000', '113551.969000', '113551.972000', '113551.974000', '113611.857000', '113611.860000', '113611.863000', '113611.865000', '113611.868000', '113611.871000', '113611.873000', '113611.876000', '113611.878000', '113611.881000', '113611.884000', '113611.886000', '113611.889000', '113611.892000', '113611.894000', '113611.897000', '113611.899000', '113611.902000', '113611.905000', '113611.907000', '113611.910000', '113611.912000', '113611.915000', '113611.918000', '113611.920000', '113611.923000', '113611.925000', '113611.928000', '113611.931000', '113611.933000', '113611.936000', '113611.938000', '113611.941000', '113611.944000', '113611.946000', '113611.949000', '113611.952000', '113611.956000', '113611.959000', '113611.961000', '113611.964000', '113611.967000', '113611.969000', '113631.856000', '113631.859000', '113631.862000', '113631.864000', '113631.867000', '113631.870000', '113631.872000', '113631.875000', '113631.877000', '113631.880000', '113631.882000', '113631.885000', '113631.888000', '113631.890000', '113631.893000', '113631.895000', '113631.898000', '113631.901000', '113631.903000', '113631.906000', '113631.908000', '113631.911000', '113631.913000', '113631.916000', '113631.919000', '113631.921000', '113631.924000', '113631.926000', '113631.929000', '113631.932000', '113631.934000', '113631.937000', '113631.939000', '113631.942000', '113631.945000', '113631.947000', '113631.950000', '113631.952000', '113631.955000', '113631.958000', '113631.960000', '113631.963000', '113631.965000', '113631.968000', '113651.857000', '113651.867000', '113651.870000', '113651.872000', '113651.875000', '113651.878000', '113651.880000', '113651.883000', '113651.886000', '113651.888000', '113651.891000', '113651.893000', '113651.896000', '113651.899000', '113651.901000', '113651.904000', '113651.907000', '113651.909000', '113651.912000', '113651.915000', '113651.917000', '113651.920000', '113651.922000', '113651.925000', '113651.927000', '113651.939000', '113651.942000', '113651.944000', '113651.947000', '113651.950000', '113651.952000', '113651.955000', '113651.958000', '113651.960000', '113651.963000', '113651.965000', '113651.968000', '113651.971000', '113651.973000', '113651.976000', '113651.978000', '113651.981000', '113651.984000', '113711.858000', '113711.861000', '113711.863000', '113711.866000', '113711.868000', '113711.871000', '113711.873000', '113711.876000', '113711.879000', '113711.881000', '113711.884000', '113711.886000', '113711.889000', '113711.892000', '113711.895000', '113711.897000', '113711.900000', '113711.902000', '113711.905000', '113711.908000', '113711.910000', '113711.913000', '113711.916000', '113711.918000', '113711.921000', '113711.923000', '113711.926000', '113711.929000', '113711.931000', '113711.934000', '113711.936000', '113711.939000', '113711.942000', '113711.944000', '113711.947000', '113711.949000', '113711.952000', '113711.955000', '113711.957000', '113711.960000', '113711.962000', '113711.965000', '113711.967000', '113711.970000', '113731.858000', '113731.860000', '113731.863000', '113731.866000', '113731.868000', '113731.871000', '113731.873000', '113731.876000', '113731.878000', '113731.881000', '113731.884000', '113731.886000', '113731.914000', '113731.917000', '113731.920000', '113731.922000', '113731.925000', '113731.928000', '113731.930000', '113731.933000', '113731.935000', '113731.938000', '113731.941000', '113731.943000', '113731.946000', '113731.948000', '113731.951000', '113731.955000', '113731.958000', '113731.960000', '113731.963000', '113731.965000', '113731.968000', '113731.971000', '113731.973000', '113731.976000', '113731.979000', '113731.981000', '113731.984000', '113731.986000', '113731.989000', '113731.992000', '113731.994000', '113751.858000', '113751.861000', '113751.863000', '113751.866000', '113751.868000', '113751.871000', '113751.874000', '113751.876000', '113751.879000', '113751.882000', '113751.884000', '113751.887000', '113751.890000', '113751.892000', '113751.895000', '113751.898000', '113751.900000', '113751.903000', '113751.905000', '113751.908000', '113751.911000', '113751.913000', '113751.916000', '113751.919000', '113751.921000', '113751.924000', '113751.926000', '113751.929000', '113751.931000', '113751.934000', '113751.937000', '113751.939000', '113751.942000', '113751.945000', '113751.947000', '113751.950000', '113751.953000', '113751.955000', '113751.958000', '113751.960000', '113751.963000', '113751.966000', '113751.968000', '113751.971000', '113811.857000', '113811.860000', '113811.863000', '113811.866000', '113811.868000', '113811.871000', '113811.874000', '113811.876000', '113811.879000', '113811.881000', '113811.884000', '113811.887000', '113811.906000', '113811.909000', '113811.911000', '113811.914000', '113811.917000', '113811.919000', '113811.922000', '113811.924000', '113811.927000', '113811.929000', '113811.932000', '113811.935000', '113811.938000', '113811.940000', '113811.943000', '113811.946000', '113811.948000', '113811.951000', '113811.953000', '113811.956000', '113811.959000', '113811.962000', '113811.964000', '113811.967000', '113811.970000', '113811.972000', '113811.975000', '113811.977000', '113811.980000', '113811.983000', '113811.985000', '113831.858000', '113831.860000', '113831.863000', '113831.865000', '113831.868000', '113831.871000', '113831.873000', '113831.876000', '113831.879000', '113831.881000', '113831.884000', '113831.886000', '113831.889000', '113831.892000', '113831.894000', '113831.897000', '113831.900000', '113831.902000', '113831.905000', '113831.907000', '113831.910000', '113831.913000', '113831.915000', '113831.918000', '113831.921000', '113831.923000', '113831.926000', '113831.929000', '113831.931000', '113831.934000', '113831.936000', '113831.939000', '113831.942000', '113831.944000', '113831.947000', '113831.949000', '113831.952000', '113831.955000', '113831.957000', '113831.960000', '113831.963000', '113831.965000', '113831.968000', '113831.970000', '113851.856000', '113851.859000', '113851.862000', '113851.865000', '113851.867000', '113851.870000', '113851.873000', '113851.875000', '113851.889000', '113851.892000', '113851.895000', '113851.898000', '113851.900000', '113851.903000', '113851.906000', '113851.908000', '113851.911000', '113851.913000', '113851.916000', '113851.919000', '113851.921000', '113851.924000', '113851.926000', '113851.929000', '113851.932000', '113851.934000', '113851.937000', '113851.939000', '113851.942000', '113851.945000', '113851.947000', '113851.950000', '113851.953000', '113851.955000', '113851.958000', '113851.960000', '113851.963000', '113851.965000', '113851.968000', '113851.971000', '113851.973000', '113851.976000', '113851.978000', '113911.856000', '113911.859000', '113911.862000', '113911.864000', '113911.867000', '113911.870000', '113911.872000', '113911.875000', '113911.878000', '113911.880000', '113911.883000', '113911.885000', '113911.888000', '113911.891000', '113911.893000', '113911.896000', '113911.898000', '113911.901000', '113911.904000', '113911.906000', '113911.909000', '113911.912000', '113911.914000', '113911.917000', '113911.919000', '113911.922000', '113911.924000', '113911.927000', '113911.930000', '113911.932000', '113911.935000', '113911.937000', '113911.940000', '113911.943000', '113911.945000', '113911.948000', '113911.950000', '113911.953000', '113911.956000', '113911.958000', '113911.961000', '113911.963000', '113911.966000', '113911.969000', '113931.858000', '113931.860000', '113931.863000', '113931.865000', '113931.868000', '113931.871000', '113931.873000', '113931.876000', '113931.878000', '113931.881000', '113931.883000', '113931.886000', '113931.889000', '113931.891000', '113931.894000', '113931.896000', '113931.899000', '113931.901000', '113931.904000', '113931.907000', '113931.909000', '113931.912000', '113931.914000', '113931.917000', '113931.920000', '113931.922000', '113931.925000', '113931.927000', '113931.930000', '113931.933000', '113931.935000', '113931.938000', '113931.940000', '113931.943000', '113931.946000', '113931.948000', '113931.951000', '113931.954000', '113931.956000', '113931.959000', '113931.961000', '113931.964000', '113931.966000', '113951.857000', '113951.860000', '113951.863000', '113951.865000', '113951.868000', '113951.871000', '113951.873000', '113951.876000', '113951.879000', '113951.881000', '113951.885000', '113951.887000', '113951.890000', '113951.893000', '113951.895000', '113951.898000', '113951.901000', '113951.903000', '113951.906000', '113951.908000', '113951.911000', '113951.914000', '113951.916000', '113951.919000', '113951.921000', '113951.924000', '113951.927000', '113951.929000', '113951.932000', '113951.934000', '113951.937000', '113951.940000', '113951.942000', '113951.945000', '113951.947000', '113951.950000', '113951.953000', '113951.955000', '113951.958000', '113951.960000', '113951.963000', '113951.966000', '113951.968000', '113951.971000', '114011.857000', '114011.860000', '114011.863000', '114011.865000', '114011.868000', '114011.895000', '114011.898000', '114011.900000', '114011.903000', '114011.906000', '114011.909000', '114011.911000', '114011.914000', '114011.916000', '114011.919000', '114011.922000', '114011.924000', '114011.927000', '114011.929000', '114011.932000', '114011.934000', '114011.937000', '114011.940000', '114011.942000', '114011.945000', '114011.947000', '114011.950000', '114011.952000', '114011.955000', '114011.958000', '114011.960000', '114011.963000', '114011.965000', '114011.968000', '114011.971000', '114011.973000', '114011.976000', '114011.979000', '114011.981000', '114011.984000', '114011.987000', '114011.989000', '114011.992000', '114031.858000', '114031.861000', '114031.863000', '114031.866000', '114031.868000', '114031.871000', '114031.874000', '114031.876000', '114031.879000', '114031.881000', '114031.884000', '114031.887000', '114031.889000', '114031.892000', '114031.895000', '114031.897000', '114031.900000', '114031.902000', '114031.905000', '114031.908000', '114031.910000', '114031.913000', '114031.915000', '114031.918000', '114031.920000', '114031.923000', '114031.926000', '114031.928000', '114031.931000', '114031.933000', '114031.936000', '114031.938000', '114031.941000', '114031.944000', '114031.946000', '114031.949000', '114031.951000', '114031.954000', '114031.957000', '114031.959000', '114031.962000', '114031.964000', '114031.967000', '114051.858000', '114051.860000', '114051.863000', '114051.866000', '114051.868000', '114051.871000', '114051.873000', '114051.876000', '114051.879000', '114051.881000', '114051.884000', '114051.886000', '114051.889000', '114051.891000', '114051.894000', '114051.897000', '114051.899000', '114051.902000', '114051.905000', '114051.907000', '114051.910000', '114051.913000', '114051.915000', '114051.918000', '114051.920000', '114051.923000', '114051.925000', '114051.928000', '114051.931000', '114051.933000', '114051.936000', '114051.938000', '114051.941000', '114051.944000', '114051.946000', '114051.949000', '114051.952000', '114051.954000', '114051.957000', '114051.959000', '114051.962000', '114051.964000', '114051.967000', '114051.969000', '114111.857000', '114111.859000', '114111.862000', '114111.865000', '114111.867000', '114111.870000', '114111.873000', '114111.875000', '114111.878000', '114111.880000', '114111.883000', '114111.886000', '114111.888000', '114111.891000', '114111.893000', '114111.896000', '114111.899000', '114111.901000', '114111.904000', '114111.906000', '114111.909000', '114111.912000', '114111.914000', '114111.917000', '114111.920000', '114111.923000', '114111.926000', '114111.929000', '114111.931000', '114111.934000', '114111.936000', '114111.939000', '114111.941000', '114111.944000', '114111.947000', '114111.949000', '114111.952000', '114111.954000', '114111.957000', '114111.959000', '114111.962000', '114111.965000', '114111.967000', '114126.589000', '114126.592000', '114126.595000', '114126.598000', '114126.600000', '114126.603000', '114126.606000', '114126.609000', '114126.611000', '114126.614000', '114126.617000', '114126.620000', '114126.622000', '114126.625000', '114126.628000', '114126.631000', '114126.634000', '114126.636000', '114126.639000', '114126.641000', '114126.644000', '114126.647000', '114126.650000', '114126.653000', '114126.656000', '114126.659000', '114126.662000', '114126.665000', '114126.667000', '114126.670000', '114126.674000', '114126.676000', '114126.679000'], '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': [9820, 10117, 11438, 9470, 10723, 9666, 9746, 9970, 11788, 10054, 8731, 9968, 10113, 12469, 10068, 11800, 9163, 11061, 10145, 17017, 13127, 12227, 10209, 9662, 10178, 10149, 14867, 9551, 10910, 10022, 15925, 10565, 12042, 10448, 9212, 10519, 13652, 11636, 9370, 10215, 10339, 14962, 9424, 10280, 9826, 12962, 10000, 12410, 10060, 8668, 10033, 9625, 10985, 9827, 10292, 9591, 9947, 9970, 14294, 10225, 10080, 9577, 8241, 9892, 9201, 10181, 9663, 9745, 9700, 13489, 9610, 10157, 9679, 11046, 14054, 10200, 12381, 9589, 13324, 10073, 19500, 14544, 11999, 9944, 10425, 13011, 10925, 15969, 9597, 12421, 10185, 13974, 11390, 9434, 10278, 10363, 13648, 11549, 15480, 10114, 11301, 9842, 13011, 10408, 9656, 10212, 9852, 12832, 9791, 14230, 10112, 8755, 10157, 10022, 10704, 9846, 10128, 9725, 13378, 10462, 11020, 10078, 9484, 10241, 10039, 13071, 9647, 10630, 10008, 11404, 10307, 9851, 10049, 10126, 13770, 10071, 13119, 10251, 9261, 10192, 10127, 14906, 10206, 11807, 10205, 8973, 10294, 11356, 14193, 9917, 11639, 10420, 9467, 9937, 9888, 12091, 9877, 14139, 9885, 9893, 9866, 13914, 12805, 9786, 9732, 10196, 13354, 10915, 16701, 9870, 11923, 9992, 16483, 11526, 10070, 10104, 9978, 11178, 10307, 12358, 9473, 10013, 9973, 16306, 10150, 10150, 10385, 10642, 10520, 9904, 10245, 9485, 11813, 9804, 13175, 10187, 9034, 9923, 10425, 11185, 10371, 10039, 9449, 10884, 9999, 14855, 10232, 9381, 9882, 10123, 13151, 9779, 13164, 10178, 10716, 10268, 13788, 12523, 9903, 10022, 9417, 11550, 10123, 17041, 10417, 10663, 9959, 10685, 15181, 9850, 12121, 9386, 15343, 11733, 13392, 10132, 9339, 9863, 11524, 14268, 9561, 10047, 9945, 15896, 11357, 12128, 9861, 9963, 9979, 9895, 12985, 9809, 10185, 9907, 10427, 10350, 9794, 9981, 9658, 11477, 10500, 14543, 9996, 8928, 10107, 10380, 13552, 10250, 14630, 10260, 9040, 10513, 10696, 16132, 11037, 11986, 9577, 11122, 10306, 15870, 10953, 9406, 10369, 10205, 15620, 13607, 15584, 10378, 9171, 10117, 10701, 15845, 11298, 11970, 9388, 11589, 10161, 14800, 9986, 9340, 10117, 10483, 14653, 9633, 10298, 10058, 13999, 9942, 9307, 10333, 11081, 13196, 10493, 12339, 9831, 10970, 10428, 14175, 10637, 9942, 10030, 9953, 10058, 10314, 10905, 9879, 8841, 10398, 10618, 11055, 9792, 10058, 9581, 10322, 10223, 15849, 11386, 10653, 10358, 9577, 10206, 10097, 12936, 9108, 10002, 10009, 15195, 10426, 10750, 9947, 9463, 10211, 9698, 13545, 9452, 11797, 9746, 16325, 12614, 16382, 9948, 9350, 9976, 10278, 12074, 9605, 13048, 9675, 9316, 10003, 9973, 11274, 10179, 9706, 9716, 12155, 9926, 13639, 10115, 9002, 10446, 10113, 12716, 9471, 10132, 9820, 15693, 10559, 9423, 10092, 9977, 11514, 9816, 17032, 9964, 9320, 10044, 9911, 12313, 9751, 10296, 10024, 10161, 10448, 11334, 10163, 9718, 9762, 10041, 12735, 10047, 10756, 10406, 9692, 10075, 9947, 16396, 10321, 12498, 10237, 16169, 10722, 11259, 9901, 9802, 9888, 9837, 14459, 9747, 9699, 9759, 8972, 10106, 11323, 10994, 10249, 9746, 9928, 14050, 10712, 15367, 9795, 9042, 9764, 9762, 14059, 9883, 9998, 9674, 15218, 10228, 9239, 9936, 9936, 12643, 10386, 17446, 9864, 9365, 10132, 10324, 15025, 11876, 13620, 10225, 9479, 9919, 10331, 15174, 9428, 10424, 9917, 13167, 10412, 9406, 10094, 9647, 9938, 10042, 12992, 9585, 10043, 10005, 11773, 10139, 9366, 10344, 9752, 10092, 10035, 13047, 9741, 10230, 9901, 10614, 10086, 14063, 10086, 9586, 10032, 9691, 10346, 9489, 15325, 10199, 10825, 10032, 11347, 10271, 14289, 10306, 9709, 10263, 9894, 13600, 10358, 14072, 10014, 9479, 10130, 13243, 12863, 10190, 10147, 9707, 15308, 11977, 13459, 10251, 9682, 10317, 9908, 8644, 10131, 10479, 14380, 11408, 13485, 9898, 9456, 10112, 10654, 16166, 9759, 10579, 9860, 11627, 10072, 13091, 10031, 9023, 10345, 10188, 10982, 9891, 10072, 9581, 9646, 10164, 10699, 10429, 9596, 9859, 10280, 12147, 9726, 15467, 10042, 10012, 9919, 9741, 13171, 9908, 10051, 9651, 14152, 10258, 9771, 10093, 10135, 11297, 10069, 16937, 11004, 9741, 10306, 10280, 11909, 10092, 13169, 9558, 10437, 10082, 10891, 10387, 9665, 9575, 10112, 10657, 9892, 15506, 9847, 12078, 10094, 12230, 10019, 11024, 10113, 9639, 10343, 10592, 14255, 9976, 11540, 10141, 8684, 9892, 9562, 12979, 10115, 10522, 9867, 9841, 9904, 14903, 10745, 10323, 9949, 9953, 11054, 10799, 16424, 9862, 12372, 9918, 14265, 10340, 16505, 10134, 9638, 9889, 10033, 11780, 9863, 10629, 10010, 8933, 9845, 10377, 12798, 9854, 10157, 10007, 10084, 10974, 10563, 10333, 9665, 10049, 10487, 15159, 11668, 15139, 9984, 8687, 10042, 9629, 12145, 10392, 11546, 9565, 11782, 9600, 17149, 10388, 11633, 10463, 9166, 9904, 10621, 11551, 9472, 9957, 10230, 9788, 10146, 10276, 10001, 10339, 14637, 11508, 13448, 10319, 9106, 10204, 9773, 13301, 10209, 11198, 9968, 10289, 10010, 10579, 10415, 10028, 9972, 10356, 13558, 9928, 9336, 10200, 9746, 12345, 10194, 12828, 9522, 11514, 10396, 16300, 13027, 9892, 9878, 10552, 13880, 10714, 15910, 10533, 8819, 10185, 9787, 12958, 10361, 9989, 9809, 9783, 9964, 13665, 10188, 8837, 10074, 9120, 10281, 9695, 11567, 10043, 10360, 10005, 11236, 10228, 9256, 10182, 10163, 10380, 10167, 15307, 10763, 10319, 10214, 10099, 11044, 10472, 15124, 9741, 10658, 10125, 9948, 11985, 10132, 10557, 9825, 13844, 10186, 9635, 9984, 10406, 12637, 10414, 16899, 10017, 9146, 10277, 9552, 13277, 9987, 11306, 9932, 9977, 9976, 11086, 10177, 9776, 9747, 10292, 11668, 9881, 12465, 10183, 8862, 9953, 9752, 13505, 9537, 11138, 10013, 11178, 10205, 14171, 12494, 10053, 10518, 9908, 14125, 10313, 11827, 10144, 9871, 12609, 10051, 18240, 11749, 12349, 10271, 11385, 12494, 10282, 11311, 9819, 11897, 9875, 18315, 12748, 10664, 10030, 10013, 10263, 9766, 11517, 9814, 9984, 10129, 9668, 11790, 9978, 10121, 9888, 10385, 10049, 14017, 10245, 9609, 10258, 10391, 13668, 11062, 17554, 10123, 9317, 10475, 9599, 11104, 10191, 10613, 13459, 11496, 10245, 12081, 9751, 12456, 10462, 16110, 15381, 11677, 11146, 10328, 13094, 10943, 18871, 10533, 9334, 9958, 10486, 11004, 10157, 10244, 9877, 11861, 10324, 8801, 10475, 9226, 10367, 10529, 13737, 9705, 9728, 10162, 8764, 10129, 10150, 11907, 9356, 9618, 9966, 10894, 10137, 11367, 10026, 9760, 9671, 9891, 9608, 10286, 9762, 10324, 9387, 11748, 9302, 13948, 10659, 13081, 9823, 10586, 10502, 12830, 14900, 10134, 11719, 9446, 10836, 10165, 14340, 16470, 10827, 10796, 9133, 12251, 9518, 18278, 11673, 12550, 9847, 8371, 9873, 9994, 13559, 8684, 9319, 9909, 8248, 10556, 9766, 12091, 9341, 11949, 9888, 15254, 10636, 10249, 10057, 10105, 15484, 9299, 11676, 9966, 12827, 10860, 8949, 10208, 10285, 14587, 10832, 15844, 10089, 8596, 9849, 9547, 11922, 10632, 11084, 10441, 9200, 8305, 9761, 9757, 11480, 9853, 14065, 9950, 8677, 10032, 9658, 11578, 8936, 10163, 9746, 13016, 10231, 8774, 10070, 10377, 14199, 9847, 12796, 9755, 12549, 10115, 8841, 10060, 10016, 13753, 10690, 15265, 9621, 11037, 9886, 12418, 12000, 11631, 10082, 8665, 9788, 9751, 13063, 10362, 10683, 9852, 8808, 9943, 9895, 12393, 9463, 9294, 9927, 8944, 10672, 9326, 11187, 9189, 12520, 9946, 17264, 13461, 11638, 10303, 9996, 14574, 13387, 18461, 10169, 11966, 9847, 9479, 10124, 12366, 10188, 9357, 10006, 8751, 13924, 9839, 10653, 10070, 8882, 10005, 10952, 13471, 8703, 9405, 9615, 12865, 10181, 13167, 10295, 9665, 10417, 9179, 17457, 13563, 13072, 10251, 8850, 10162, 10226, 15619, 9659, 11576, 10168, 10400, 11057, 9581, 10791, 9619, 10704, 9947, 11701, 13177, 9451, 10161, 9253, 10449, 9984, 12423, 9752, 8799, 11122, 8742, 8270, 11564, 9405, 12670, 15098, 12008, 15993, 9641, 11199, 10309, 18422, 18625, 11917, 11715, 9619, 13284, 10583, 16748, 9629, 7793, 9997, 9590, 11229, 9252, 10070, 9637, 13362, 10229, 8391, 9793, 9336, 11807, 9337, 12044, 9728, 9716, 10052, 12229, 10166, 8161, 10050, 9460, 12249, 9602, 14784, 9853, 8669, 10090, 8964, 11057, 9212, 10021, 9367, 10445, 10274, 11994, 16966, 17500, 13230, 10577, 10633, 9737, 8205, 10243, 9691, 10818, 8998, 11610, 9282, 8870, 9819, 11959, 13399, 9415, 13859, 10214, 16707, 12694, 16114, 12014, 13764, 16745, 11506, 12825, 9371, 14613, 10958, 20042, 14525, 11800, 10536, 8760, 10532, 9833, 11193, 9732, 9052, 10046, 8983, 10109, 8381, 10225, 8943, 11970, 9644, 10752, 10147, 9043, 10137, 9626, 11603, 9358, 9912, 9982, 12290, 10897, 8357, 10177, 9464, 11350, 9845, 17533, 9745, 9637, 10096, 9243, 12438, 9017, 11293, 9223, 10950, 9489, 16346, 10042, 10020, 9829, 8050, 10116, 11727, 10369, 8614, 9973, 9046, 13927, 9560, 11609, 9165, 11730, 9804, 12618, 10002, 7886, 9784, 8928, 10805, 8925, 15367, 9302, 11742, 9708, 10455, 10374, 11929, 12793, 9095, 8473, 9349, 9169, 10358, 9683, 10251, 8959, 10961, 9914, 12000, 9640, 8367, 10328, 9544, 12507, 10947, 14141, 10712, 9433, 12059, 10580, 18970, 16020, 14056, 10283, 8829, 11058, 10738, 16990, 9508, 10976, 9858, 9097, 10108, 9521, 9774, 9191, 12273, 9618, 9759, 9878, 8476, 10209, 9690, 12052, 9277, 10970, 10083, 11688, 11483, 9014], 'WindowCenter': [4615.0, 4610.0, 4601.0, 4565.0, 4569.0, 4549.0, 4538.0, 4560.0, 4566.0, 4548.0, 4525.0, 4546.0, 4559.0, 4577.0, 4547.0, 4566.0, 4524.0, 4567.0, 4557.0, 4605.0, 4589.0, 4565.0, 4543.0, 4535.0, 4545.0, 4544.0, 4596.0, 4533.0, 4542.0, 4546.0, 4602.0, 4555.0, 4562.0, 4542.0, 4534.0, 4555.0, 4572.0, 4553.0, 4520.0, 4544.0, 4544.0, 4592.0, 4522.0, 4530.0, 4545.0, 4573.0, 4543.0, 4562.0, 4532.0, 4510.0, 4544.0, 4532.0, 4553.0, 4532.0, 4540.0, 4520.0, 4544.0, 4542.0, 4581.0, 4545.0, 4542.0, 4533.0, 4526.0, 4545.0, 4548.0, 4558.0, 4547.0, 4559.0, 4558.0, 4598.0, 4549.0, 4556.0, 4561.0, 4567.0, 4611.0, 4558.0, 4575.0, 4536.0, 4600.0, 4547.0, 4628.0, 4611.0, 4564.0, 4531.0, 4543.0, 4585.0, 4554.0, 4594.0, 4531.0, 4562.0, 4556.0, 4582.0, 4566.0, 4520.0, 4530.0, 4545.0, 4582.0, 4552.0, 4581.0, 4530.0, 4539.0, 4543.0, 4570.0, 4543.0, 4519.0, 4529.0, 4544.0, 4570.0, 4532.0, 4581.0, 4529.0, 4510.0, 4543.0, 4530.0, 4554.0, 4532.0, 4531.0, 4545.0, 4571.0, 4554.0, 4552.0, 4530.0, 4530.0, 4544.0, 4542.0, 4585.0, 4535.0, 4543.0, 4557.0, 4564.0, 4558.0, 4543.0, 4543.0, 4557.0, 4583.0, 4556.0, 4586.0, 4555.0, 4532.0, 4557.0, 4555.0, 4607.0, 4558.0, 4563.0, 4544.0, 4536.0, 4544.0, 4565.0, 4596.0, 4545.0, 4563.0, 4554.0, 4531.0, 4543.0, 4544.0, 4576.0, 4557.0, 4596.0, 4545.0, 4545.0, 4557.0, 4584.0, 4587.0, 4532.0, 4532.0, 4542.0, 4571.0, 4553.0, 4605.0, 4544.0, 4551.0, 4545.0, 4601.0, 4565.0, 4530.0, 4529.0, 4542.0, 4550.0, 4543.0, 4563.0, 4530.0, 4542.0, 4542.0, 4603.0, 4542.0, 4528.0, 4543.0, 4541.0, 4541.0, 4530.0, 4529.0, 4533.0, 4563.0, 4542.0, 4573.0, 4543.0, 4520.0, 4544.0, 4541.0, 4564.0, 4554.0, 4542.0, 4533.0, 4555.0, 4543.0, 4593.0, 4557.0, 4532.0, 4543.0, 4556.0, 4573.0, 4557.0, 4585.0, 4543.0, 4553.0, 4555.0, 4583.0, 4576.0, 4544.0, 4530.0, 4534.0, 4575.0, 4554.0, 4616.0, 4555.0, 4542.0, 4557.0, 4554.0, 4596.0, 4532.0, 4559.0, 4535.0, 4591.0, 4565.0, 4570.0, 4530.0, 4533.0, 4532.0, 4563.0, 4583.0, 4531.0, 4530.0, 4542.0, 4589.0, 4552.0, 4560.0, 4530.0, 4530.0, 4531.0, 4530.0, 4573.0, 4532.0, 4529.0, 4546.0, 4541.0, 4544.0, 4543.0, 4543.0, 4545.0, 4562.0, 4553.0, 4595.0, 4545.0, 4521.0, 4555.0, 4556.0, 4584.0, 4557.0, 4607.0, 4558.0, 4523.0, 4557.0, 4553.0, 4619.0, 4556.0, 4551.0, 4531.0, 4565.0, 4555.0, 4605.0, 4557.0, 4522.0, 4544.0, 4542.0, 4593.0, 4598.0, 4591.0, 4531.0, 4518.0, 4554.0, 4552.0, 4605.0, 4566.0, 4551.0, 4522.0, 4551.0, 4542.0, 4582.0, 4531.0, 4520.0, 4543.0, 4541.0, 4593.0, 4531.0, 4531.0, 4545.0, 4581.0, 4544.0, 4520.0, 4541.0, 4565.0, 4572.0, 4554.0, 4559.0, 4531.0, 4552.0, 4542.0, 4570.0, 4542.0, 4529.0, 4528.0, 4543.0, 4541.0, 4542.0, 4554.0, 4542.0, 4523.0, 4555.0, 4552.0, 4553.0, 4543.0, 4531.0, 4531.0, 4542.0, 4544.0, 4592.0, 4565.0, 4542.0, 4543.0, 4533.0, 4544.0, 4541.0, 4574.0, 4522.0, 4529.0, 4545.0, 4593.0, 4555.0, 4553.0, 4533.0, 4532.0, 4555.0, 4534.0, 4585.0, 4532.0, 4561.0, 4545.0, 4593.0, 4563.0, 4592.0, 4532.0, 4519.0, 4544.0, 4541.0, 4560.0, 4533.0, 4572.0, 4535.0, 4520.0, 4543.0, 4529.0, 4554.0, 4543.0, 4519.0, 4535.0, 4562.0, 4544.0, 4581.0, 4543.0, 4521.0, 4554.0, 4542.0, 4575.0, 4531.0, 4542.0, 4557.0, 4603.0, 4555.0, 4522.0, 4540.0, 4545.0, 4564.0, 4543.0, 4616.0, 4544.0, 4520.0, 4546.0, 4542.0, 4563.0, 4534.0, 4542.0, 4532.0, 4544.0, 4553.0, 4554.0, 4545.0, 4532.0, 4543.0, 4546.0, 4573.0, 4559.0, 4553.0, 4543.0, 4534.0, 4547.0, 4542.0, 4607.0, 4544.0, 4560.0, 4546.0, 4604.0, 4555.0, 4552.0, 4532.0, 4532.0, 4545.0, 4543.0, 4582.0, 4534.0, 4529.0, 4535.0, 4534.0, 4543.0, 4554.0, 4566.0, 4544.0, 4532.0, 4546.0, 4582.0, 4555.0, 4593.0, 4533.0, 4521.0, 4544.0, 4531.0, 4584.0, 4531.0, 4530.0, 4545.0, 4592.0, 4556.0, 4522.0, 4532.0, 4545.0, 4574.0, 4543.0, 4615.0, 4545.0, 4519.0, 4545.0, 4544.0, 4593.0, 4577.0, 4572.0, 4531.0, 4532.0, 4532.0, 4539.0, 4592.0, 4520.0, 4526.0, 4542.0, 4572.0, 4543.0, 4522.0, 4531.0, 4530.0, 4544.0, 4543.0, 4574.0, 4531.0, 4528.0, 4546.0, 4564.0, 4544.0, 4521.0, 4543.0, 4531.0, 4555.0, 4544.0, 4574.0, 4546.0, 4542.0, 4533.0, 4552.0, 4543.0, 4580.0, 4557.0, 4533.0, 4531.0, 4535.0, 4545.0, 4532.0, 4594.0, 4541.0, 4542.0, 4533.0, 4565.0, 4544.0, 4582.0, 4545.0, 4532.0, 4542.0, 4557.0, 4584.0, 4556.0, 4585.0, 4543.0, 4533.0, 4545.0, 4573.0, 4576.0, 4544.0, 4543.0, 4546.0, 4591.0, 4565.0, 4583.0, 4543.0, 4532.0, 4542.0, 4544.0, 4511.0, 4544.0, 4557.0, 4584.0, 4580.0, 4585.0, 4533.0, 4521.0, 4545.0, 4542.0, 4604.0, 4531.0, 4529.0, 4534.0, 4552.0, 4533.0, 4570.0, 4531.0, 4507.0, 4544.0, 4543.0, 4541.0, 4546.0, 4532.0, 4531.0, 4531.0, 4558.0, 4553.0, 4558.0, 4535.0, 4533.0, 4546.0, 4575.0, 4535.0, 4596.0, 4545.0, 4533.0, 4547.0, 4534.0, 4587.0, 4544.0, 4533.0, 4548.0, 4585.0, 4556.0, 4545.0, 4545.0, 4556.0, 4565.0, 4532.0, 4606.0, 4557.0, 4532.0, 4543.0, 4554.0, 4563.0, 4557.0, 4587.0, 4535.0, 4541.0, 4557.0, 4552.0, 4556.0, 4533.0, 4522.0, 4543.0, 4553.0, 4544.0, 4596.0, 4545.0, 4562.0, 4557.0, 4575.0, 4547.0, 4556.0, 4546.0, 4533.0, 4545.0, 4555.0, 4583.0, 4544.0, 4549.0, 4531.0, 4524.0, 4545.0, 4534.0, 4574.0, 4541.0, 4541.0, 4543.0, 4543.0, 4546.0, 4594.0, 4568.0, 4544.0, 4534.0, 4545.0, 4554.0, 4554.0, 4594.0, 4531.0, 4548.0, 4534.0, 4583.0, 4532.0, 4592.0, 4532.0, 4518.0, 4532.0, 4544.0, 4562.0, 4546.0, 4542.0, 4544.0, 4534.0, 4532.0, 4544.0, 4586.0, 4545.0, 4542.0, 4547.0, 4543.0, 4557.0, 4542.0, 4544.0, 4532.0, 4544.0, 4544.0, 4581.0, 4552.0, 4581.0, 4531.0, 4511.0, 4544.0, 4545.0, 4577.0, 4557.0, 4568.0, 4535.0, 4565.0, 4535.0, 4604.0, 4545.0, 4540.0, 4533.0, 4535.0, 4533.0, 4544.0, 4550.0, 4522.0, 4544.0, 4543.0, 4542.0, 4546.0, 4542.0, 4534.0, 4555.0, 4594.0, 4567.0, 4572.0, 4543.0, 4510.0, 4557.0, 4533.0, 4572.0, 4542.0, 4551.0, 4531.0, 4543.0, 4544.0, 4542.0, 4555.0, 4532.0, 4547.0, 4556.0, 4585.0, 4558.0, 4522.0, 4557.0, 4545.0, 4575.0, 4557.0, 4575.0, 4534.0, 4566.0, 4557.0, 4605.0, 4587.0, 4531.0, 4531.0, 4557.0, 4583.0, 4555.0, 4604.0, 4542.0, 4521.0, 4556.0, 4532.0, 4575.0, 4544.0, 4530.0, 4531.0, 4545.0, 4544.0, 4584.0, 4546.0, 4523.0, 4532.0, 4534.0, 4544.0, 4531.0, 4554.0, 4532.0, 4530.0, 4546.0, 4551.0, 4542.0, 4533.0, 4541.0, 4542.0, 4557.0, 4555.0, 4593.0, 4556.0, 4543.0, 4542.0, 4544.0, 4555.0, 4554.0, 4595.0, 4537.0, 4542.0, 4558.0, 4545.0, 4566.0, 4544.0, 4543.0, 4557.0, 4585.0, 4556.0, 4535.0, 4544.0, 4557.0, 4576.0, 4555.0, 4613.0, 4545.0, 4520.0, 4557.0, 4533.0, 4573.0, 4545.0, 4552.0, 4544.0, 4545.0, 4544.0, 4553.0, 4557.0, 4544.0, 4532.0, 4558.0, 4565.0, 4557.0, 4576.0, 4547.0, 4523.0, 4559.0, 4545.0, 4598.0, 4536.0, 4554.0, 4546.0, 4566.0, 4555.0, 4596.0, 4588.0, 4546.0, 4542.0, 4560.0, 4595.0, 4555.0, 4578.0, 4546.0, 4546.0, 4577.0, 4545.0, 4618.0, 4565.0, 4559.0, 4545.0, 4553.0, 4575.0, 4545.0, 4554.0, 4532.0, 4563.0, 4532.0, 4603.0, 4574.0, 4530.0, 4520.0, 4544.0, 4542.0, 4545.0, 4552.0, 4532.0, 4533.0, 4556.0, 4532.0, 4565.0, 4545.0, 4545.0, 4536.0, 4544.0, 4546.0, 4587.0, 4545.0, 4534.0, 4544.0, 4558.0, 4583.0, 4555.0, 4617.0, 4546.0, 4523.0, 4544.0, 4545.0, 4563.0, 4546.0, 4569.0, 4586.0, 4579.0, 4559.0, 4576.0, 4536.0, 4575.0, 4558.0, 4593.0, 4598.0, 4555.0, 4543.0, 4545.0, 4573.0, 4543.0, 4613.0, 4531.0, 4505.0, 4532.0, 4541.0, 4543.0, 4533.0, 4531.0, 4531.0, 4563.0, 4545.0, 4509.0, 4530.0, 4523.0, 4544.0, 4544.0, 4570.0, 4521.0, 4520.0, 4532.0, 4515.0, 4545.0, 4544.0, 4577.0, 4534.0, 4533.0, 4547.0, 4554.0, 4542.0, 4553.0, 4545.0, 4546.0, 4522.0, 4548.0, 4535.0, 4560.0, 4550.0, 4560.0, 4526.0, 4567.0, 4550.0, 4598.0, 4559.0, 4576.0, 4532.0, 4545.0, 4560.0, 4577.0, 4597.0, 4549.0, 4564.0, 4535.0, 4556.0, 4559.0, 4587.0, 4620.0, 4557.0, 4559.0, 4524.0, 4565.0, 4536.0, 4605.0, 4558.0, 4551.0, 4523.0, 4503.0, 4545.0, 4544.0, 4574.0, 4515.0, 4523.0, 4544.0, 4529.0, 4555.0, 4548.0, 4580.0, 4538.0, 4579.0, 4548.0, 4595.0, 4547.0, 4532.0, 4545.0, 4544.0, 4598.0, 4524.0, 4553.0, 4549.0, 4573.0, 4558.0, 4524.0, 4545.0, 4558.0, 4584.0, 4554.0, 4606.0, 4545.0, 4513.0, 4545.0, 4535.0, 4577.0, 4557.0, 4566.0, 4557.0, 4536.0, 4512.0, 4545.0, 4536.0, 4567.0, 4549.0, 4588.0, 4547.0, 4527.0, 4548.0, 4536.0, 4567.0, 4524.0, 4532.0, 4548.0, 4576.0, 4548.0, 4514.0, 4546.0, 4558.0, 4586.0, 4546.0, 4564.0, 4548.0, 4576.0, 4548.0, 4524.0, 4533.0, 4549.0, 4586.0, 4557.0, 4598.0, 4536.0, 4543.0, 4547.0, 4565.0, 4563.0, 4555.0, 4534.0, 4511.0, 4530.0, 4547.0, 4573.0, 4546.0, 4546.0, 4545.0, 4526.0, 4549.0, 4545.0, 4577.0, 4547.0, 4535.0, 4561.0, 4536.0, 4568.0, 4549.0, 4570.0, 4537.0, 4590.0, 4560.0, 4622.0, 4602.0, 4556.0, 4548.0, 4547.0, 4597.0, 4575.0, 4628.0, 4547.0, 4555.0, 4534.0, 4534.0, 4544.0, 4575.0, 4534.0, 4522.0, 4546.0, 4525.0, 4588.0, 4548.0, 4545.0, 4536.0, 4535.0, 4549.0, 4556.0, 4586.0, 4514.0, 4522.0, 4537.0, 4576.0, 4547.0, 4587.0, 4549.0, 4534.0, 4557.0, 4536.0, 4605.0, 4589.0, 4562.0, 4532.0, 4525.0, 4543.0, 4543.0, 4607.0, 4535.0, 4553.0, 4548.0, 4545.0, 4554.0, 4547.0, 4554.0, 4535.0, 4543.0, 4545.0, 4562.0, 4586.0, 4534.0, 4546.0, 4526.0, 4555.0, 4544.0, 4579.0, 4561.0, 4539.0, 4556.0, 4526.0, 4515.0, 4566.0, 4552.0, 4588.0, 4597.0, 4591.0, 4609.0, 4537.0, 4557.0, 4560.0, 4617.0, 4630.0, 4557.0, 4552.0, 4537.0, 4572.0, 4546.0, 4593.0, 4521.0, 4491.0, 4535.0, 4532.0, 4555.0, 4523.0, 4532.0, 4546.0, 4584.0, 4548.0, 4513.0, 4534.0, 4537.0, 4564.0, 4537.0, 4563.0, 4522.0, 4534.0, 4547.0, 4564.0, 4545.0, 4502.0, 4532.0, 4549.0, 4566.0, 4536.0, 4594.0, 4534.0, 4511.0, 4546.0, 4523.0, 4555.0, 4535.0, 4534.0, 4537.0, 4556.0, 4545.0, 4577.0, 4620.0, 4629.0, 4586.0, 4546.0, 4528.0, 4520.0, 4511.0, 4545.0, 4561.0, 4572.0, 4554.0, 4579.0, 4548.0, 4551.0, 4561.0, 4578.0, 4587.0, 4526.0, 4587.0, 4545.0, 4606.0, 4578.0, 4594.0, 4567.0, 4597.0, 4608.0, 4553.0, 4550.0, 4526.0, 4583.0, 4542.0, 4611.0, 4582.0, 4548.0, 4531.0, 4498.0, 4544.0, 4532.0, 4554.0, 4534.0, 4513.0, 4547.0, 4525.0, 4557.0, 4514.0, 4546.0, 4538.0, 4579.0, 4550.0, 4554.0, 4560.0, 4538.0, 4546.0, 4549.0, 4567.0, 4534.0, 4544.0, 4558.0, 4575.0, 4571.0, 4518.0, 4545.0, 4547.0, 4566.0, 4547.0, 4628.0, 4547.0, 4548.0, 4558.0, 4547.0, 4589.0, 4539.0, 4571.0, 4538.0, 4569.0, 4550.0, 4619.0, 4548.0, 4546.0, 4548.0, 4518.0, 4560.0, 4578.0, 4547.0, 4527.0, 4548.0, 4540.0, 4600.0, 4549.0, 4568.0, 4537.0, 4565.0, 4562.0, 4577.0, 4549.0, 4519.0, 4547.0, 4527.0, 4568.0, 4541.0, 4608.0, 4538.0, 4553.0, 4551.0, 4558.0, 4545.0, 4563.0, 4575.0, 4526.0, 4514.0, 4550.0, 4537.0, 4547.0, 4549.0, 4560.0, 4538.0, 4569.0, 4549.0, 4577.0, 4537.0, 4526.0, 4546.0, 4551.0, 4588.0, 4571.0, 4609.0, 4560.0, 4537.0, 4578.0, 4556.0, 4629.0, 4620.0, 4584.0, 4533.0, 4527.0, 4554.0, 4554.0, 4615.0, 4535.0, 4542.0, 4546.0, 4523.0, 4546.0, 4533.0, 4532.0, 4539.0, 4565.0, 4546.0, 4533.0, 4534.0, 4529.0, 4558.0, 4546.0, 4578.0, 4525.0, 4554.0, 4561.0, 4565.0, 4568.0, 4526.0], 'WindowWidth': [10161.0, 10141.0, 10107.0, 10047.0, 10038.0, 10006.0, 9990.0, 10022.0, 10025.0, 10001.0, 9963.0, 9993.0, 10017.0, 10037.0, 9997.0, 10019.0, 9960.0, 10026.0, 10010.0, 10077.0, 10056.0, 10015.0, 9983.0, 9978.0, 9993.0, 9988.0, 10061.0, 9971.0, 9981.0, 9993.0, 10068.0, 10003.0, 10006.0, 9982.0, 9976.0, 10006.0, 10023.0, 9998.0, 9949.0, 9989.0, 9989.0, 10052.0, 9955.0, 9961.0, 9994.0, 10029.0, 9988.0, 10009.0, 9968.0, 9937.0, 9990.0, 9970.0, 9999.0, 9969.0, 9975.0, 9950.0, 9992.0, 9984.0, 10036.0, 9991.0, 9982.0, 9973.0, 9972.0, 9994.0, 10001.0, 10013.0, 9997.0, 10021.0, 10016.0, 10072.0, 10002.0, 10009.0, 10025.0, 10027.0, 10094.0, 10015.0, 10030.0, 9979.0, 10076.0, 9999.0, 10116.0, 10092.0, 10015.0, 9965.0, 9985.0, 10046.0, 10001.0, 10058.0, 9965.0, 10008.0, 10009.0, 10038.0, 10021.0, 9950.0, 9961.0, 9993.0, 10037.0, 9998.0, 10035.0, 9962.0, 9975.0, 9988.0, 10018.0, 9986.0, 9947.0, 9961.0, 9990.0, 10020.0, 9972.0, 10034.0, 9962.0, 9936.0, 9987.0, 9966.0, 10003.0, 9969.0, 9965.0, 9996.0, 10024.0, 10004.0, 9997.0, 9966.0, 9965.0, 9990.0, 9985.0, 10046.0, 9978.0, 9986.0, 10015.0, 10019.0, 10015.0, 9987.0, 9985.0, 10015.0, 10043.0, 10011.0, 10051.0, 10005.0, 9971.0, 10015.0, 10007.0, 10084.0, 10016.0, 10013.0, 9987.0, 9984.0, 9990.0, 10023.0, 10064.0, 9990.0, 10016.0, 10004.0, 9967.0, 9985.0, 9992.0, 10039.0, 10013.0, 10063.0, 9992.0, 9995.0, 10015.0, 10046.0, 10053.0, 9971.0, 9970.0, 9985.0, 10026.0, 10000.0, 10078.0, 9987.0, 9992.0, 9996.0, 10067.0, 10020.0, 9965.0, 9961.0, 9985.0, 9991.0, 9989.0, 10013.0, 9964.0, 9987.0, 9986.0, 10070.0, 9985.0, 9957.0, 9988.0, 9982.0, 9980.0, 9964.0, 9962.0, 9976.0, 10015.0, 9986.0, 10029.0, 9986.0, 9955.0, 9992.0, 9984.0, 10018.0, 10005.0, 9985.0, 9973.0, 10008.0, 9989.0, 10057.0, 10011.0, 9970.0, 9986.0, 10011.0, 10029.0, 10012.0, 10046.0, 9986.0, 10003.0, 10006.0, 10041.0, 10037.0, 9990.0, 9966.0, 9976.0, 10037.0, 10005.0, 10092.0, 10005.0, 9982.0, 10014.0, 10004.0, 10066.0, 9970.0, 10004.0, 9983.0, 10051.0, 10021.0, 10017.0, 9964.0, 9976.0, 9972.0, 10014.0, 10041.0, 9966.0, 9963.0, 9986.0, 10046.0, 9998.0, 10004.0, 9964.0, 9965.0, 9970.0, 9964.0, 10028.0, 9971.0, 9961.0, 9997.0, 9983.0, 9991.0, 9988.0, 9987.0, 9994.0, 10014.0, 10003.0, 10063.0, 9993.0, 9957.0, 10007.0, 10011.0, 10048.0, 10012.0, 10080.0, 10016.0, 9963.0, 10013.0, 10003.0, 10103.0, 10008.0, 9993.0, 9966.0, 10022.0, 10007.0, 10076.0, 10011.0, 9957.0, 9992.0, 9986.0, 10057.0, 10070.0, 10051.0, 9966.0, 9946.0, 10006.0, 9999.0, 10077.0, 10021.0, 9991.0, 9955.0, 9996.0, 9985.0, 10037.0, 9966.0, 9952.0, 9988.0, 9982.0, 10055.0, 9967.0, 9966.0, 9995.0, 10038.0, 9991.0, 9951.0, 9982.0, 10021.0, 10026.0, 10003.0, 10003.0, 9965.0, 9997.0, 9986.0, 10018.0, 9985.0, 9962.0, 9958.0, 9990.0, 9985.0, 9986.0, 10003.0, 9985.0, 9961.0, 10008.0, 10000.0, 9999.0, 9987.0, 9967.0, 9967.0, 9986.0, 9991.0, 10054.0, 10019.0, 9981.0, 9984.0, 9974.0, 9990.0, 9983.0, 10031.0, 9956.0, 9962.0, 9994.0, 10056.0, 10007.0, 9999.0, 9973.0, 9972.0, 10009.0, 9976.0, 10046.0, 9968.0, 10010.0, 9996.0, 10058.0, 10013.0, 10053.0, 9968.0, 9945.0, 9990.0, 9984.0, 10006.0, 9973.0, 10024.0, 9977.0, 9950.0, 9987.0, 9963.0, 10004.0, 9984.0, 9947.0, 9979.0, 10011.0, 9990.0, 10037.0, 9984.0, 9958.0, 10006.0, 9986.0, 10034.0, 9969.0, 9984.0, 10013.0, 10072.0, 10008.0, 9956.0, 9977.0, 9995.0, 10017.0, 9988.0, 10093.0, 9989.0, 9949.0, 9997.0, 9985.0, 10014.0, 9977.0, 9982.0, 9969.0, 9993.0, 10002.0, 10003.0, 9991.0, 9969.0, 9988.0, 9998.0, 10028.0, 10019.0, 10000.0, 9983.0, 9977.0, 10000.0, 9988.0, 10082.0, 9987.0, 10004.0, 9995.0, 10074.0, 10005.0, 9997.0, 9970.0, 9970.0, 9995.0, 9988.0, 10039.0, 9975.0, 9962.0, 9979.0, 9980.0, 9989.0, 10003.0, 10023.0, 9990.0, 9970.0, 9997.0, 10039.0, 10007.0, 10054.0, 9972.0, 9953.0, 9991.0, 9968.0, 10045.0, 9968.0, 9965.0, 9994.0, 10053.0, 10008.0, 9957.0, 9970.0, 9994.0, 10030.0, 9988.0, 10090.0, 9990.0, 9948.0, 9993.0, 9992.0, 10056.0, 10041.0, 10023.0, 9964.0, 9972.0, 9972.0, 9977.0, 10054.0, 9952.0, 9954.0, 9987.0, 10026.0, 9987.0, 9957.0, 9966.0, 9966.0, 9993.0, 9988.0, 10030.0, 9969.0, 9961.0, 9995.0, 10017.0, 9989.0, 9954.0, 9984.0, 9969.0, 10010.0, 9991.0, 10029.0, 9995.0, 9984.0, 9972.0, 10002.0, 9987.0, 10035.0, 10011.0, 9971.0, 9967.0, 9978.0, 9992.0, 9969.0, 10057.0, 9981.0, 9981.0, 9972.0, 10021.0, 9990.0, 10041.0, 9993.0, 9968.0, 9984.0, 10014.0, 10044.0, 10009.0, 10047.0, 9985.0, 9976.0, 9992.0, 10029.0, 10037.0, 9988.0, 9986.0, 9998.0, 10055.0, 10019.0, 10043.0, 9987.0, 9972.0, 9983.0, 9990.0, 9942.0, 9989.0, 10012.0, 10044.0, 10048.0, 10044.0, 9972.0, 9951.0, 9994.0, 9982.0, 10073.0, 9967.0, 9960.0, 9974.0, 9998.0, 9972.0, 10017.0, 9966.0, 9927.0, 9991.0, 9988.0, 9982.0, 9996.0, 9970.0, 9967.0, 9968.0, 10017.0, 10001.0, 10014.0, 9976.0, 9972.0, 9993.0, 10035.0, 9979.0, 10063.0, 9990.0, 9972.0, 10001.0, 9975.0, 10052.0, 9989.0, 9971.0, 10003.0, 10047.0, 10010.0, 9993.0, 9991.0, 10008.0, 10021.0, 9971.0, 10080.0, 10011.0, 9969.0, 9984.0, 10007.0, 10014.0, 10012.0, 10050.0, 9978.0, 9978.0, 10013.0, 9998.0, 10010.0, 9971.0, 9954.0, 9989.0, 10000.0, 9989.0, 10063.0, 9991.0, 10009.0, 10013.0, 10033.0, 9999.0, 10006.0, 9994.0, 9971.0, 9991.0, 10005.0, 10039.0, 9987.0, 9987.0, 9967.0, 9963.0, 9994.0, 9976.0, 10027.0, 9981.0, 9981.0, 9986.0, 9990.0, 9997.0, 10059.0, 10026.0, 9987.0, 9972.0, 9993.0, 10004.0, 10004.0, 10058.0, 9964.0, 9985.0, 9974.0, 10043.0, 9969.0, 10052.0, 9967.0, 9946.0, 9969.0, 9991.0, 10012.0, 9996.0, 9983.0, 9989.0, 9979.0, 9972.0, 9992.0, 10050.0, 9989.0, 9982.0, 9998.0, 9988.0, 10012.0, 9981.0, 9986.0, 9968.0, 9991.0, 9988.0, 10034.0, 9995.0, 10033.0, 9965.0, 9940.0, 9991.0, 9994.0, 10038.0, 10012.0, 10025.0, 9974.0, 10018.0, 9979.0, 10072.0, 9991.0, 9975.0, 9966.0, 9976.0, 9970.0, 9986.0, 9990.0, 9953.0, 9991.0, 9988.0, 9985.0, 9993.0, 9984.0, 9976.0, 10006.0, 10057.0, 10026.0, 10021.0, 9983.0, 9936.0, 10011.0, 9973.0, 10025.0, 9982.0, 9992.0, 9966.0, 9988.0, 9988.0, 9985.0, 10005.0, 9971.0, 9999.0, 10010.0, 10048.0, 10013.0, 9957.0, 10011.0, 9995.0, 10034.0, 10012.0, 10033.0, 9975.0, 10024.0, 10014.0, 10076.0, 10053.0, 9967.0, 9966.0, 10012.0, 10043.0, 10006.0, 10070.0, 9984.0, 9954.0, 10010.0, 9972.0, 10035.0, 9987.0, 9963.0, 9966.0, 9994.0, 9991.0, 10045.0, 9995.0, 9958.0, 9969.0, 9975.0, 9989.0, 9968.0, 10001.0, 9967.0, 9962.0, 9996.0, 9998.0, 9987.0, 9972.0, 9981.0, 9984.0, 10014.0, 10009.0, 10056.0, 10008.0, 9986.0, 9983.0, 9989.0, 10006.0, 10003.0, 10063.0, 9983.0, 9985.0, 10016.0, 9993.0, 10022.0, 9990.0, 9984.0, 10015.0, 10050.0, 10011.0, 9980.0, 9988.0, 10013.0, 10037.0, 10008.0, 10086.0, 9993.0, 9953.0, 10014.0, 9976.0, 10028.0, 9993.0, 9998.0, 9989.0, 9995.0, 9993.0, 10001.0, 10012.0, 9990.0, 9969.0, 10017.0, 10020.0, 10015.0, 10036.0, 9997.0, 9960.0, 10020.0, 9994.0, 10069.0, 9980.0, 10002.0, 9995.0, 10024.0, 10008.0, 10064.0, 10056.0, 9993.0, 9983.0, 10022.0, 10062.0, 10009.0, 10041.0, 9995.0, 9994.0, 10041.0, 9994.0, 10101.0, 10016.0, 10001.0, 9995.0, 9999.0, 10034.0, 9991.0, 9999.0, 9967.0, 10015.0, 9971.0, 10073.0, 10030.0, 9961.0, 9948.0, 9989.0, 9983.0, 9994.0, 9997.0, 9969.0, 9970.0, 10010.0, 9972.0, 10020.0, 9991.0, 9990.0, 9977.0, 9990.0, 9996.0, 10049.0, 9988.0, 9972.0, 9987.0, 10013.0, 10043.0, 10003.0, 10094.0, 9995.0, 9958.0, 9987.0, 9994.0, 10016.0, 9994.0, 10033.0, 10054.0, 10045.0, 10017.0, 10035.0, 9977.0, 10031.0, 10014.0, 10058.0, 10070.0, 10005.0, 9983.0, 9991.0, 10027.0, 9985.0, 10084.0, 9964.0, 9921.0, 9969.0, 9980.0, 9985.0, 9970.0, 9964.0, 9969.0, 10011.0, 9992.0, 9934.0, 9962.0, 9959.0, 9987.0, 9986.0, 10017.0, 9953.0, 9949.0, 9969.0, 9951.0, 9990.0, 9987.0, 10038.0, 9976.0, 9971.0, 9995.0, 10003.0, 9982.0, 10000.0, 9992.0, 9990.0, 9953.0, 10003.0, 9979.0, 10020.0, 10002.0, 10018.0, 9965.0, 10023.0, 10005.0, 10069.0, 10013.0, 10028.0, 9967.0, 9991.0, 10018.0, 10036.0, 10064.0, 9999.0, 10013.0, 9975.0, 10007.0, 10016.0, 10049.0, 10103.0, 10009.0, 10011.0, 9958.0, 10016.0, 9978.0, 10073.0, 10006.0, 9990.0, 9952.0, 9930.0, 9992.0, 9988.0, 10027.0, 9947.0, 9954.0, 9989.0, 9978.0, 10005.0, 10000.0, 10045.0, 9984.0, 10044.0, 9998.0, 10059.0, 9994.0, 9969.0, 9994.0, 9987.0, 10065.0, 9963.0, 9998.0, 10003.0, 10028.0, 10014.0, 9962.0, 9988.0, 10016.0, 10044.0, 10005.0, 10077.0, 9995.0, 9946.0, 9992.0, 9980.0, 10038.0, 10013.0, 10023.0, 10009.0, 9982.0, 9943.0, 9990.0, 9983.0, 10022.0, 10005.0, 10052.0, 9995.0, 9971.0, 10001.0, 9980.0, 10022.0, 9961.0, 9970.0, 10001.0, 10033.0, 10000.0, 9947.0, 9994.0, 10016.0, 10050.0, 9994.0, 10015.0, 10001.0, 10035.0, 10000.0, 9961.0, 9972.0, 10003.0, 10048.0, 10009.0, 10064.0, 9978.0, 9986.0, 9997.0, 10017.0, 10014.0, 10001.0, 9973.0, 9941.0, 9962.0, 10001.0, 10028.0, 9994.0, 9993.0, 9991.0, 9964.0, 10004.0, 9994.0, 10039.0, 9997.0, 9976.0, 10024.0, 9985.0, 10030.0, 10004.0, 10032.0, 9983.0, 10061.0, 10022.0, 10105.0, 10078.0, 10006.0, 9997.0, 9998.0, 10065.0, 10030.0, 10111.0, 9994.0, 9999.0, 9974.0, 9978.0, 9989.0, 10031.0, 9972.0, 9951.0, 9994.0, 9964.0, 10053.0, 9997.0, 9988.0, 9980.0, 9981.0, 10002.0, 10006.0, 10047.0, 9946.0, 9953.0, 9982.0, 10035.0, 9996.0, 10050.0, 9998.0, 9973.0, 10012.0, 9982.0, 10076.0, 10056.0, 10007.0, 9966.0, 9965.0, 9986.0, 9986.0, 10078.0, 9979.0, 9998.0, 10000.0, 9991.0, 10002.0, 9996.0, 10001.0, 9974.0, 9987.0, 9994.0, 10013.0, 10050.0, 9976.0, 9993.0, 9967.0, 10006.0, 9990.0, 10044.0, 10027.0, 9991.0, 10005.0, 9969.0, 9953.0, 10019.0, 10012.0, 10054.0, 10066.0, 10061.0, 10083.0, 9981.0, 10009.0, 10018.0, 10094.0, 10119.0, 10004.0, 9992.0, 9982.0, 10026.0, 9994.0, 10051.0, 9950.0, 9914.0, 9978.0, 9970.0, 10004.0, 9956.0, 9970.0, 9999.0, 10044.0, 10001.0, 9946.0, 9972.0, 9987.0, 10017.0, 9983.0, 10012.0, 9955.0, 9976.0, 9997.0, 10014.0, 9993.0, 9928.0, 9967.0, 10003.0, 10022.0, 9979.0, 10057.0, 9973.0, 9941.0, 9999.0, 9962.0, 10008.0, 9979.0, 9974.0, 9984.0, 10011.0, 9995.0, 10042.0, 10117.0, 10117.0, 10051.0, 9994.0, 9956.0, 9948.0, 9940.0, 9993.0, 10024.0, 10039.0, 10018.0, 10044.0, 10002.0, 10012.0, 10022.0, 10039.0, 10050.0, 9966.0, 10048.0, 9991.0, 10076.0, 10042.0, 10059.0, 10024.0, 10068.0, 10084.0, 9997.0, 9988.0, 9967.0, 10042.0, 9983.0, 10080.0, 10038.0, 9986.0, 9964.0, 9918.0, 9991.0, 9970.0, 10003.0, 9975.0, 9944.0, 10001.0, 9966.0, 10014.0, 9950.0, 9995.0, 9990.0, 10043.0, 10007.0, 10001.0, 10021.0, 9989.0, 9996.0, 10003.0, 10024.0, 9975.0, 9990.0, 10018.0, 10035.0, 10038.0, 9959.0, 9992.0, 10002.0, 10027.0, 9998.0, 10110.0, 9997.0, 10000.0, 10016.0, 10001.0, 10060.0, 9990.0, 10036.0, 9986.0, 10031.0, 10007.0, 10099.0, 10003.0, 9994.0, 9999.0, 9963.0, 10021.0, 10041.0, 9997.0, 9970.0, 10002.0, 9994.0, 10072.0, 10003.0, 10025.0, 9983.0, 10017.0, 10024.0, 10040.0, 10002.0, 9960.0, 9995.0, 9968.0, 10031.0, 9995.0, 10079.0, 9986.0, 9999.0, 10009.0, 10015.0, 9995.0, 10015.0, 10031.0, 9969.0, 9948.0, 10009.0, 9985.0, 9998.0, 10002.0, 10019.0, 9988.0, 10031.0, 10003.0, 10039.0, 9986.0, 9970.0, 9995.0, 10012.0, 10060.0, 10038.0, 10086.0, 10016.0, 9984.0, 10044.0, 10010.0, 10118.0, 10100.0, 10041.0, 9971.0, 9973.0, 10003.0, 10003.0, 10091.0, 9976.0, 9983.0, 9998.0, 9961.0, 9996.0, 9973.0, 9970.0, 9993.0, 10017.0, 9997.0, 9973.0, 9975.0, 9979.0, 10015.0, 9997.0, 10040.0, 9965.0, 10003.0, 10023.0, 10020.0, 10029.0, 9968.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.0006475511751326763</td></tr>
<tr><td colspan=3>aqi</td><td>0.03315737088703564</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>47.155643202564484</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2045044449620632</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9795444868968124</td></tr>
<tr><td colspan=3>efc</td><td>0.5347</td></tr>
<tr><td colspan=3>fber</td><td>2781.3687</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.2112635778459996</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>596</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>45.185746777862015</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.327294590049131</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.237299128476814</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.471643941071416</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2729407005991638</td></tr>
<tr><td colspan=3>gcor</td><td>0.00636937</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014888649806380272</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03987306356430054</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</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.457723747188543</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>21.5672</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>75.3486</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.958</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>72.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>286206.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>1178.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>462.5485</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8905</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>567.1116</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3717.2125</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3804.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90338.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1875.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4871.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.3456</td></tr>
<tr><td colspan=3>tsnr</td><td>32.787351480452344</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>