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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0106_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-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0106/figures/sub-0106_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0106/ses-04/func/sub-0106_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>d3225dbbfff46cd5654a82ca1193fe44</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>18:56:1.017500</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.994993, -0.0952855, 0.0301695, 0.0900262, 0.985535, 0.143583]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0952852</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7778, -7251, 357, -119, -59, -25, 84]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>237.749</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a10ea9ac-a647-44b3-ad30-c1f6ec97c74b||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.669492721557617, 0.24153366684913635, 0.11721916496753693, 97.43207550048828], [0.25564414262771606, 2.644118070602417, 0.378400593996048, -119.04134368896484], [0.0809425413608551, -0.3852236866950989, 2.670781135559082, -58.6703987121582], [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': ['185601.017500', '185601.477500', '185601.937500', '185602.397500', '185602.857500', '185603.317500', '185603.777500', '185604.237500', '185604.697500', '185605.157500', '185605.617500', '185606.077500', '185606.537500', '185606.997500', '185607.457500', '185607.917500', '185608.377500', '185608.837500', '185609.297500', '185609.757500', '185610.217500', '185610.677500', '185611.137500', '185611.597500', '185612.057500', '185612.517500', '185612.977500', '185613.437500', '185613.897500', '185614.357500', '185614.817500', '185615.277500', '185615.737500', '185616.197500', '185616.657500', '185617.117500', '185617.577500', '185618.037500', '185618.497500', '185618.957500', '185619.417500', '185619.877500', '185620.337500', '185620.797500', '185621.257500', '185621.717500', '185622.177500', '185622.637500', '185623.097500', '185623.557500', '185624.017500', '185624.477500', '185624.937500', '185625.397500', '185625.857500', '185626.317500', '185626.777500', '185627.237500', '185627.697500', '185628.157500', '185628.617500', '185629.077500', '185629.537500', '185629.997500', '185630.457500', '185630.917500', '185631.377500', '185631.837500', '185632.297500', '185632.757500', '185633.217500', '185633.677500', '185634.137500', '185634.597500', '185635.057500', '185635.517500', '185635.977500', '185636.437500', '185636.897500', '185637.357500', '185637.817500', '185638.277500', '185638.737500', '185639.197500', '185639.657500', '185640.117500', '185640.577500', '185641.037500', '185641.497500', '185641.957500', '185642.417500', '185642.877500', '185643.337500', '185643.797500', '185644.257500', '185644.717500', '185645.177500', '185645.637500', '185646.097500', '185646.557500', '185647.017500', '185647.477500', '185647.937500', '185648.397500', '185648.857500', '185649.317500', '185649.777500', '185650.237500', '185650.697500', '185651.157500', '185651.617500', '185652.077500', '185652.537500', '185652.997500', '185653.457500', '185653.917500', '185654.377500', '185654.837500', '185655.297500', '185655.757500', '185656.217500', '185656.677500', '185657.137500', '185657.597500', '185658.057500', '185658.517500', '185658.977500', '185659.437500', '185659.897500', '185700.357500', '185700.817500', '185701.277500', '185701.737500', '185702.197500', '185702.657500', '185703.117500', '185703.577500', '185704.037500', '185704.497500', '185704.957500', '185705.417500', '185705.877500', '185706.337500', '185706.797500', '185707.257500', '185707.717500', '185708.177500', '185708.637500', '185709.097500', '185709.557500', '185710.017500', '185710.477500', '185710.937500', '185711.397500', '185711.857500', '185712.317500', '185712.777500', '185713.237500', '185713.697500', '185714.157500', '185714.617500', '185715.077500', '185715.537500', '185715.997500', '185716.457500', '185716.917500', '185717.377500', '185717.837500', '185718.297500', '185718.757500', '185719.217500', '185719.677500', '185720.137500', '185720.597500', '185721.057500', '185721.517500', '185721.977500', '185722.437500', '185722.897500', '185723.357500', '185723.817500', '185724.277500', '185724.737500', '185725.197500', '185725.657500', '185726.117500', '185726.577500', '185727.037500', '185727.497500', '185727.957500', '185728.417500', '185728.877500', '185729.337500', '185729.797500', '185730.257500', '185730.717500', '185731.177500', '185731.637500', '185732.097500', '185732.557500', '185733.017500', '185733.477500', '185733.937500', '185734.397500', '185734.857500', '185735.317500', '185735.777500', '185736.237500', '185736.697500', '185737.157500', '185737.617500', '185738.077500', '185738.537500', '185738.997500', '185739.457500', '185739.917500', '185740.377500', '185740.837500', '185741.297500', '185741.757500', '185742.217500', '185742.677500', '185743.137500', '185743.597500', '185744.057500', '185744.517500', '185744.977500', '185745.437500', '185745.897500', '185746.357500', '185746.817500', '185747.277500', '185747.737500', '185748.197500', '185748.657500', '185749.117500', '185749.577500', '185750.037500', '185750.497500', '185750.957500', '185751.417500', '185751.877500', '185752.337500', '185752.797500', '185753.257500', '185753.717500', '185754.177500', '185754.637500', '185755.097500', '185755.557500', '185756.017500', '185756.477500', '185756.937500', '185757.397500', '185757.857500', '185758.317500', '185758.777500', '185759.237500', '185759.697500', '185800.157500', '185800.617500', '185801.077500', '185801.537500', '185801.997500', '185802.457500', '185802.917500', '185803.377500', '185803.837500', '185804.297500', '185804.757500', '185805.217500', '185805.677500', '185806.137500', '185806.597500', '185807.057500', '185807.517500', '185807.977500', '185808.437500', '185808.897500', '185809.357500', '185809.817500', '185810.277500', '185810.737500', '185811.197500', '185811.657500', '185812.117500', '185812.577500', '185813.037500', '185813.497500', '185813.957500', '185814.417500', '185814.877500', '185815.337500', '185815.797500', '185816.257500', '185816.717500', '185817.177500', '185817.637500', '185818.097500', '185818.557500', '185819.017500', '185819.477500', '185819.937500', '185820.397500', '185820.857500', '185821.317500', '185821.777500', '185822.237500', '185822.697500', '185823.157500', '185823.617500', '185824.077500', '185824.537500', '185824.997500', '185825.457500', '185825.917500', '185826.377500', '185826.837500', '185827.297500', '185827.757500', '185828.217500', '185828.677500', '185829.137500', '185829.597500', '185830.057500', '185830.517500', '185830.977500', '185831.437500', '185831.897500', '185832.357500', '185832.817500', '185833.277500', '185833.737500', '185834.197500', '185834.657500', '185835.117500', '185835.577500', '185836.037500', '185836.497500', '185836.957500', '185837.417500', '185837.877500', '185838.337500', '185838.797500', '185839.257500', '185839.717500', '185840.177500', '185840.637500', '185841.097500', '185841.557500', '185842.017500', '185842.477500', '185842.937500', '185843.397500', '185843.857500', '185844.317500', '185844.777500', '185845.237500', '185845.697500', '185846.157500', '185846.617500', '185847.077500', '185847.537500', '185847.997500', '185848.457500', '185848.917500', '185849.377500', '185849.837500', '185850.297500', '185850.757500', '185851.217500', '185851.677500', '185852.137500', '185852.597500', '185853.057500', '185853.517500', '185853.977500', '185854.437500', '185854.897500', '185855.357500', '185855.817500', '185856.277500', '185856.737500', '185857.197500', '185857.657500', '185858.117500', '185858.577500', '185859.037500', '185859.497500', '185859.957500', '185900.417500', '185900.877500', '185901.337500', '185901.797500', '185902.257500', '185902.717500', '185903.177500', '185903.637500', '185904.097500', '185904.557500', '185905.017500', '185905.477500', '185905.937500', '185906.397500', '185906.857500', '185907.317500', '185907.777500', '185908.237500', '185908.697500', '185909.157500', '185909.617500', '185910.077500', '185910.537500', '185910.997500', '185911.457500', '185911.917500', '185912.377500', '185912.837500', '185913.297500', '185913.757500', '185914.217500', '185914.677500', '185915.137500', '185915.597500', '185916.057500', '185916.517500', '185916.977500', '185917.437500', '185917.897500', '185918.357500', '185918.817500', '185919.277500', '185919.737500', '185920.197500', '185920.657500', '185921.117500', '185921.577500', '185922.037500', '185922.497500', '185922.957500', '185923.417500', '185923.877500', '185924.337500', '185924.797500', '185925.257500', '185925.717500', '185926.177500', '185926.637500', '185927.097500', '185927.557500', '185928.017500', '185928.477500', '185928.937500', '185929.397500', '185929.857500', '185930.317500', '185930.777500', '185931.237500', '185931.697500', '185932.157500', '185932.617500', '185933.077500', '185933.537500', '185933.997500', '185934.457500', '185934.917500', '185935.377500', '185935.837500', '185936.297500', '185936.757500', '185937.217500', '185937.677500', '185938.137500', '185938.597500', '185939.057500', '185939.517500', '185939.977500', '185940.437500', '185940.897500', '185941.357500', '185941.817500', '185942.277500', '185942.737500', '185943.197500', '185943.657500', '185944.117500', '185944.577500', '185945.037500', '185945.497500', '185945.957500', '185946.417500', '185946.877500', '185947.337500', '185947.797500', '185948.257500', '185948.717500', '185949.177500', '185949.637500', '185950.097500', '185950.557500', '185951.017500', '185951.477500', '185951.937500', '185952.397500', '185952.857500', '185953.317500', '185953.777500', '185954.237500', '185954.697500', '185955.157500', '185955.617500', '185956.077500', '185956.537500', '185956.997500', '185957.457500', '185957.917500', '185958.377500', '185958.837500', '185959.297500', '185959.757500', '190000.217500', '190000.677500', '190001.137500', '190001.597500', '190002.057500', '190002.517500', '190002.977500', '190003.437500', '190003.897500', '190004.357500', '190004.817500', '190005.277500', '190005.737500', '190006.197500', '190006.657500', '190007.117500', '190007.577500', '190008.037500', '190008.497500', '190008.957500', '190009.417500', '190009.877500', '190010.337500', '190010.797500', '190011.257500', '190011.717500', '190012.177500', '190012.637500', '190013.097500', '190013.557500', '190014.017500', '190014.477500', '190014.937500', '190015.397500', '190015.857500', '190016.317500', '190016.777500', '190017.237500', '190017.697500', '190018.157500', '190018.617500', '190019.077500', '190019.537500', '190019.997500', '190020.457500', '190020.917500', '190021.377500', '190021.837500', '190022.297500', '190022.757500', '190023.217500', '190023.677500', '190024.137500', '190024.597500', '190025.057500', '190025.517500', '190025.977500', '190026.437500', '190026.897500', '190027.357500', '190027.817500', '190028.277500', '190028.737500', '190029.197500', '190029.657500', '190030.117500', '190030.577500', '190031.037500', '190031.497500', '190031.957500', '190032.417500', '190032.877500', '190033.337500', '190033.797500', '190034.257500', '190034.717500', '190035.177500', '190035.637500', '190036.097500', '190036.557500', '190037.017500', '190037.477500', '190037.937500', '190038.397500', '190038.857500', '190039.317500', '190039.777500', '190040.237500', '190040.697500', '190041.157500', '190041.617500', '190042.077500', '190042.537500', '190042.997500', '190043.457500', '190043.917500', '190044.377500', '190044.837500', '190045.297500', '190045.757500', '190046.217500', '190046.677500', '190047.137500', '190047.597500', '190048.057500', '190048.517500', '190048.977500', '190049.437500', '190049.897500', '190050.357500', '190050.817500', '190051.277500', '190051.737500', '190052.197500', '190052.657500', '190053.117500', '190053.577500', '190054.037500', '190054.497500', '190054.957500', '190055.417500', '190055.877500', '190056.337500', '190056.797500', '190057.257500', '190057.717500', '190058.177500', '190058.637500', '190059.097500', '190059.557500', '190100.017500', '190100.477500', '190100.937500', '190101.397500', '190101.857500', '190102.317500', '190102.777500', '190103.237500', '190103.697500', '190104.157500', '190104.617500', '190105.077500', '190105.537500', '190105.997500', '190106.457500', '190106.917500', '190107.377500', '190107.837500', '190108.297500', '190108.757500', '190109.217500', '190109.677500', '190110.137500', '190110.597500', '190111.057500', '190111.517500', '190111.977500', '190112.437500', '190112.897500', '190113.357500', '190113.817500', '190114.277500', '190114.737500', '190115.197500', '190115.657500', '190116.117500', '190116.577500', '190117.037500', '190117.497500', '190117.957500', '190118.417500', '190118.877500', '190119.337500', '190119.797500', '190120.257500', '190120.717500', '190121.177500', '190121.637500', '190122.097500', '190122.557500', '190123.017500', '190123.477500', '190123.937500', '190124.397500', '190124.857500', '190125.317500', '190125.777500', '190126.237500', '190126.697500', '190127.157500', '190127.617500', '190128.077500', '190128.537500', '190128.997500', '190129.457500', '190129.917500', '190130.377500', '190130.837500', '190131.297500', '190131.757500', '190132.217500', '190132.677500', '190133.137500', '190133.597500', '190134.057500', '190134.517500', '190134.977500', '190135.437500', '190135.897500', '190136.357500', '190136.817500', '190137.277500', '190137.737500', '190138.197500', '190138.657500', '190139.117500', '190139.577500', '190140.037500', '190140.497500', '190140.957500', '190141.417500', '190141.877500', '190142.337500', '190142.797500', '190143.257500', '190143.717500', '190144.177500', '190144.637500', '190145.097500', '190145.557500', '190146.017500', '190146.477500', '190146.937500', '190147.397500', '190147.857500', '190148.317500', '190148.777500', '190149.237500', '190149.697500', '190150.157500', '190150.617500', '190151.077500', '190151.537500', '190151.997500', '190152.457500', '190152.917500', '190153.377500', '190153.837500', '190154.297500', '190154.757500', '190155.217500', '190155.677500', '190156.137500', '190156.597500', '190157.057500', '190157.517500', '190157.977500', '190158.437500', '190158.897500', '190159.357500', '190159.817500', '190200.277500', '190200.737500', '190201.197500', '190201.657500', '190202.117500', '190202.577500', '190203.037500', '190203.497500', '190203.957500', '190204.417500', '190204.877500', '190205.337500', '190205.797500', '190206.257500', '190206.717500', '190207.177500', '190207.637500', '190208.097500', '190208.557500', '190209.017500', '190209.477500', '190209.937500', '190210.397500', '190210.857500', '190211.317500', '190211.777500', '190212.237500', '190212.697500', '190213.157500', '190213.617500', '190214.077500', '190214.537500', '190214.997500', '190215.457500', '190215.917500', '190216.377500', '190216.837500', '190217.297500', '190217.757500', '190218.217500', '190218.677500', '190219.137500', '190219.597500', '190220.057500', '190220.517500', '190220.977500', '190221.437500', '190221.897500', '190222.357500', '190222.817500', '190223.277500', '190223.737500', '190224.197500', '190224.657500', '190225.117500', '190225.577500', '190226.037500', '190226.497500', '190226.957500', '190227.417500', '190227.877500', '190228.337500', '190228.797500', '190229.257500', '190229.717500', '190230.177500', '190230.637500', '190231.097500', '190231.557500', '190232.017500', '190232.477500', '190232.937500', '190233.397500', '190233.857500', '190234.317500', '190234.777500', '190235.237500', '190235.697500', '190236.157500', '190236.617500', '190237.077500', '190237.537500', '190237.997500', '190238.457500', '190238.917500', '190239.377500', '190239.837500', '190240.297500', '190240.757500', '190241.217500', '190241.677500', '190242.137500', '190242.597500', '190243.057500', '190243.517500', '190243.977500', '190244.437500', '190244.897500', '190245.357500', '190245.817500', '190246.277500', '190246.737500', '190247.197500', '190247.657500', '190248.117500', '190248.577500', '190249.037500', '190249.497500', '190249.957500', '190250.417500', '190250.877500', '190251.337500', '190251.797500', '190252.257500', '190252.717500', '190253.177500', '190253.637500', '190254.097500', '190254.557500', '190255.017500', '190255.477500', '190255.937500', '190256.397500', '190256.857500', '190257.317500', '190257.777500', '190258.237500', '190258.697500', '190259.157500', '190259.617500', '190300.077500', '190300.537500', '190300.997500', '190301.457500', '190301.917500', '190302.377500', '190302.837500', '190303.297500', '190303.757500', '190304.217500', '190304.677500', '190305.137500', '190305.597500', '190306.057500', '190306.517500', '190306.977500', '190307.437500', '190307.897500', '190308.357500', '190308.817500', '190309.277500', '190309.737500', '190310.197500', '190310.657500', '190311.117500', '190311.577500', '190312.037500', '190312.497500', '190312.957500', '190313.417500', '190313.877500', '190314.337500', '190314.797500', '190315.257500', '190315.717500', '190316.177500', '190316.637500', '190317.097500', '190317.557500', '190318.017500', '190318.477500', '190318.937500', '190319.397500', '190319.857500', '190320.317500', '190320.777500', '190321.237500', '190321.697500', '190322.157500', '190322.617500', '190323.077500', '190323.537500', '190323.997500', '190324.457500', '190324.917500', '190325.377500', '190325.837500', '190326.297500', '190326.757500', '190327.217500', '190327.677500', '190328.137500', '190328.597500', '190329.057500', '190329.517500', '190329.977500', '190330.437500', '190330.897500', '190331.357500', '190331.817500', '190332.277500', '190332.737500', '190333.197500', '190333.657500', '190334.117500', '190334.577500', '190335.037500', '190335.497500', '190335.957500', '190336.417500', '190336.877500', '190337.337500', '190337.797500', '190338.257500', '190338.717500', '190339.177500', '190339.637500', '190340.097500', '190340.557500', '190341.017500', '190341.477500', '190341.937500', '190342.397500', '190342.857500', '190343.317500', '190343.777500', '190344.237500', '190344.697500', '190345.157500', '190345.617500', '190346.077500', '190346.537500', '190346.997500', '190347.457500', '190347.917500', '190348.377500', '190348.837500', '190349.297500', '190349.757500', '190350.217500', '190350.677500', '190351.137500', '190351.597500', '190352.057500', '190352.517500', '190352.977500', '190353.437500', '190353.897500', '190354.357500', '190354.817500', '190355.277500', '190355.737500', '190356.197500', '190356.657500', '190357.117500', '190357.577500', '190358.037500', '190358.497500', '190358.957500', '190359.417500', '190359.877500', '190400.337500', '190400.797500', '190401.257500', '190401.717500', '190402.177500', '190402.637500', '190403.097500', '190403.557500', '190404.017500', '190404.477500', '190404.937500', '190405.397500', '190405.857500', '190406.317500', '190406.777500', '190407.237500', '190407.697500', '190408.157500', '190408.617500', '190409.077500', '190409.537500', '190409.997500', '190410.457500', '190410.917500', '190411.377500', '190411.837500', '190412.297500', '190412.757500', '190413.217500', '190413.677500', '190414.137500', '190414.597500', '190415.057500', '190415.517500', '190415.977500', '190416.437500', '190416.897500', '190417.357500', '190417.817500', '190418.277500', '190418.737500', '190419.197500', '190419.657500', '190420.117500', '190420.577500', '190421.037500', '190421.497500', '190421.957500', '190422.417500', '190422.877500', '190423.337500', '190423.797500', '190424.257500', '190424.717500', '190425.177500', '190425.637500', '190426.097500', '190426.557500', '190427.017500', '190427.477500', '190427.937500', '190428.397500', '190428.857500', '190429.317500', '190429.777500', '190430.237500', '190430.697500', '190431.157500', '190431.617500', '190432.077500', '190432.537500', '190432.997500', '190433.457500', '190433.917500', '190434.377500', '190434.837500', '190435.297500', '190435.757500', '190436.217500', '190436.677500', '190437.137500', '190437.597500', '190438.057500', '190438.517500', '190438.977500', '190439.437500', '190439.897500', '190440.357500', '190440.817500', '190441.277500', '190441.737500', '190442.197500', '190442.657500', '190443.117500', '190443.577500', '190444.037500', '190444.497500', '190444.957500', '190445.417500', '190445.877500', '190446.337500', '190446.797500', '190447.257500', '190447.717500', '190448.177500', '190448.637500', '190449.097500', '190449.557500', '190450.017500', '190450.477500', '190450.937500', '190451.397500', '190451.857500', '190452.317500', '190452.777500', '190453.237500', '190453.697500', '190454.157500', '190454.617500', '190455.077500', '190455.537500', '190455.997500', '190456.457500', '190456.917500', '190457.377500', '190457.837500', '190458.297500', '190458.757500', '190459.217500', '190459.677500', '190500.137500', '190500.597500', '190501.057500', '190501.517500', '190501.977500', '190502.437500', '190502.897500', '190503.357500', '190503.817500', '190504.277500', '190504.737500', '190505.197500', '190505.657500', '190506.117500', '190506.577500', '190507.037500', '190507.497500', '190507.957500', '190508.417500', '190508.877500', '190509.337500', '190509.797500', '190510.257500', '190510.717500', '190511.177500', '190511.637500', '190512.097500', '190512.557500', '190513.017500', '190513.477500', '190513.937500', '190514.397500', '190514.857500', '190515.317500', '190515.777500', '190516.237500', '190516.697500', '190517.157500', '190517.617500', '190518.077500', '190518.537500', '190518.997500', '190519.457500', '190519.917500', '190520.377500', '190520.837500', '190521.297500', '190521.757500', '190522.217500', '190522.677500', '190523.137500', '190523.597500', '190524.057500', '190524.517500', '190524.977500', '190525.437500', '190525.897500', '190526.357500', '190526.817500', '190527.277500', '190527.737500', '190528.197500', '190528.657500', '190529.117500', '190529.577500', '190530.037500', '190530.497500', '190530.957500', '190531.417500', '190531.877500', '190532.337500', '190532.797500', '190533.257500', '190533.717500', '190534.177500', '190534.637500', '190535.097500', '190535.557500', '190536.017500', '190536.477500', '190536.937500', '190537.397500', '190537.857500', '190538.317500', '190538.777500', '190539.237500', '190539.697500', '190540.157500', '190540.617500', '190541.077500', '190541.537500', '190541.997500', '190542.457500', '190542.917500', '190543.377500', '190543.837500', '190544.297500', '190544.757500', '190545.217500', '190545.677500', '190546.137500', '190546.597500', '190547.057500', '190547.517500', '190547.977500', '190548.437500', '190548.897500', '190549.357500', '190549.817500', '190550.277500', '190550.737500', '190551.197500', '190551.657500', '190552.117500', '190552.577500', '190553.037500', '190553.497500', '190553.957500', '190554.417500', '190554.877500', '190555.337500', '190555.797500', '190556.257500', '190556.717500', '190557.177500', '190557.637500', '190558.097500', '190558.557500', '190559.017500', '190559.477500', '190559.937500', '190600.397500', '190600.857500', '190601.317500', '190601.777500', '190602.237500', '190602.697500', '190603.157500', '190603.617500', '190604.077500', '190604.537500', '190604.997500', '190605.457500', '190605.917500', '190606.377500', '190606.837500', '190607.297500', '190607.757500', '190608.217500', '190608.677500'], 'ContentTime': ['185614.013000', '185614.016000', '185614.019000', '185614.022000', '185614.025000', '185614.027000', '185614.030000', '185614.032000', '185614.035000', '185614.038000', '185614.040000', '185614.043000', '185614.045000', '185614.048000', '185614.050000', '185614.053000', '185614.060000', '185614.062000', '185614.065000', '185614.067000', '185614.070000', '185614.072000', '185614.075000', '185614.077000', '185614.083000', '185614.086000', '185633.967000', '185633.970000', '185633.973000', '185633.976000', '185633.978000', '185633.981000', '185633.983000', '185633.986000', '185633.988000', '185633.991000', '185633.993000', '185633.996000', '185633.998000', '185634.002000', '185634.005000', '185634.030000', '185634.033000', '185634.036000', '185634.038000', '185634.041000', '185634.043000', '185634.046000', '185634.048000', '185634.051000', '185634.053000', '185634.056000', '185634.058000', '185634.061000', '185634.064000', '185634.066000', '185634.069000', '185634.071000', '185634.074000', '185634.076000', '185634.079000', '185634.081000', '185634.084000', '185634.087000', '185634.089000', '185634.092000', '185634.094000', '185634.097000', '185634.099000', '185634.124000', '185653.967000', '185653.969000', '185653.972000', '185653.975000', '185653.977000', '185653.980000', '185653.982000', '185653.985000', '185653.987000', '185653.990000', '185653.992000', '185653.995000', '185653.997000', '185654.001000', '185654.011000', '185654.014000', '185654.016000', '185654.019000', '185654.021000', '185654.024000', '185654.026000', '185654.029000', '185654.032000', '185654.034000', '185654.037000', '185654.039000', '185654.042000', '185654.044000', '185654.047000', '185654.050000', '185654.052000', '185654.055000', '185654.057000', '185654.060000', '185654.063000', '185654.065000', '185654.068000', '185654.070000', '185654.073000', '185654.075000', '185654.078000', '185654.080000', '185654.083000', '185713.966000', '185713.969000', '185713.972000', '185713.974000', '185713.977000', '185713.980000', '185713.982000', '185713.985000', '185713.987000', '185713.990000', '185713.992000', '185713.995000', '185713.998000', '185714.001000', '185714.004000', '185714.007000', '185714.009000', '185714.012000', '185714.014000', '185714.017000', '185714.019000', '185714.022000', '185714.025000', '185714.027000', '185714.030000', '185714.032000', '185714.035000', '185714.037000', '185714.040000', '185714.043000', '185714.045000', '185714.048000', '185714.050000', '185714.053000', '185714.055000', '185714.058000', '185714.061000', '185714.063000', '185714.066000', '185714.068000', '185714.071000', '185714.073000', '185714.076000', '185714.079000', '185733.967000', '185733.969000', '185733.972000', '185733.975000', '185733.977000', '185733.980000', '185733.982000', '185733.985000', '185733.987000', '185733.990000', '185733.993000', '185733.995000', '185733.998000', '185734.001000', '185734.004000', '185734.006000', '185734.009000', '185734.012000', '185734.014000', '185734.017000', '185734.019000', '185734.022000', '185734.024000', '185734.027000', '185734.029000', '185734.032000', '185734.035000', '185734.037000', '185734.040000', '185734.042000', '185734.045000', '185734.047000', '185734.050000', '185734.053000', '185734.055000', '185734.058000', '185734.060000', '185734.063000', '185734.065000', '185734.068000', '185734.071000', '185734.073000', '185734.076000', '185753.966000', '185753.969000', '185753.972000', '185753.974000', '185753.977000', '185753.980000', '185753.982000', '185753.985000', '185753.987000', '185753.990000', '185753.992000', '185753.995000', '185753.998000', '185754.001000', '185754.004000', '185754.006000', '185754.009000', '185754.012000', '185754.014000', '185754.017000', '185754.019000', '185754.022000', '185754.024000', '185754.027000', '185754.030000', '185754.032000', '185754.035000', '185754.037000', '185754.040000', '185754.043000', '185754.045000', '185754.048000', '185754.050000', '185754.053000', '185754.055000', '185754.058000', '185754.061000', '185754.063000', '185754.066000', '185754.068000', '185754.071000', '185754.073000', '185754.076000', '185754.079000', '185813.966000', '185813.969000', '185813.972000', '185813.974000', '185813.977000', '185813.980000', '185813.982000', '185813.985000', '185813.987000', '185813.990000', '185813.993000', '185813.995000', '185813.998000', '185814.001000', '185814.004000', '185814.007000', '185814.009000', '185814.012000', '185814.014000', '185814.017000', '185814.019000', '185814.022000', '185814.025000', '185814.027000', '185814.038000', '185814.041000', '185814.043000', '185814.046000', '185814.048000', '185814.051000', '185814.054000', '185814.056000', '185814.059000', '185814.061000', '185814.064000', '185814.066000', '185814.069000', '185814.072000', '185814.074000', '185814.083000', '185814.085000', '185814.088000', '185814.091000', '185833.968000', '185833.970000', '185833.973000', '185833.976000', '185833.978000', '185833.981000', '185833.983000', '185833.986000', '185833.988000', '185833.991000', '185833.994000', '185833.996000', '185833.999000', '185834.001000', '185834.004000', '185834.007000', '185834.009000', '185834.012000', '185834.014000', '185834.017000', '185834.019000', '185834.022000', '185834.025000', '185834.027000', '185834.030000', '185834.033000', '185834.035000', '185834.038000', '185834.040000', '185834.043000', '185834.046000', '185834.048000', '185834.051000', '185834.053000', '185834.056000', '185834.058000', '185834.061000', '185834.063000', '185834.066000', '185834.069000', '185834.071000', '185834.074000', '185834.077000', '185834.079000', '185853.968000', '185853.971000', '185853.973000', '185853.976000', '185853.978000', '185853.981000', '185853.984000', '185853.986000', '185853.989000', '185853.991000', '185853.994000', '185853.997000', '185854.000000', '185854.003000', '185854.005000', '185854.008000', '185854.010000', '185854.013000', '185854.016000', '185854.018000', '185854.021000', '185854.024000', '185854.026000', '185854.029000', '185854.031000', '185854.034000', '185854.037000', '185854.039000', '185854.042000', '185854.045000', '185854.047000', '185854.050000', '185854.052000', '185854.055000', '185854.057000', '185854.060000', '185854.063000', '185854.065000', '185854.068000', '185854.071000', '185854.073000', '185854.076000', '185854.078000', '185913.966000', '185913.969000', '185913.972000', '185913.975000', '185913.977000', '185913.980000', '185913.982000', '185913.985000', '185913.988000', '185913.990000', '185913.993000', '185913.995000', '185913.998000', '185914.002000', '185914.005000', '185914.007000', '185914.010000', '185914.012000', '185914.015000', '185914.018000', '185914.020000', '185914.023000', '185914.025000', '185914.028000', '185914.031000', '185914.033000', '185914.036000', '185914.038000', '185914.041000', '185914.044000', '185914.046000', '185914.049000', '185914.051000', '185914.054000', '185914.056000', '185914.059000', '185914.061000', '185914.064000', '185914.067000', '185914.069000', '185914.072000', '185914.074000', '185914.077000', '185914.079000', '185933.966000', '185933.969000', '185933.972000', '185933.974000', '185933.977000', '185933.980000', '185933.982000', '185933.985000', '185933.988000', '185933.990000', '185933.993000', '185933.996000', '185933.998000', '185934.002000', '185934.004000', '185934.007000', '185934.010000', '185934.012000', '185934.015000', '185934.017000', '185934.020000', '185934.023000', '185934.025000', '185934.028000', '185934.030000', '185934.033000', '185934.036000', '185934.038000', '185934.041000', '185934.043000', '185934.046000', '185934.048000', '185934.051000', '185934.054000', '185934.056000', '185934.059000', '185934.061000', '185934.064000', '185934.067000', '185934.069000', '185934.072000', '185934.074000', '185934.077000', '185953.967000', '185953.969000', '185953.972000', '185953.975000', '185953.977000', '185953.980000', '185954.015000', '185954.018000', '185954.020000', '185954.023000', '185954.026000', '185954.028000', '185954.031000', '185954.033000', '185954.036000', '185954.038000', '185954.041000', '185954.044000', '185954.046000', '185954.049000', '185954.051000', '185954.054000', '185954.057000', '185954.059000', '185954.062000', '185954.064000', '185954.067000', '185954.069000', '185954.072000', '185954.075000', '185954.077000', '185954.088000', '185954.091000', '185954.093000', '185954.096000', '185954.099000', '185954.101000', '185954.104000', '185954.106000', '185954.109000', '185954.112000', '185954.114000', '185954.117000', '185954.119000', '190013.966000', '190013.969000', '190013.972000', '190013.974000', '190013.977000', '190013.980000', '190013.982000', '190013.985000', '190013.988000', '190013.990000', '190013.993000', '190013.995000', '190013.998000', '190014.002000', '190014.004000', '190014.007000', '190014.010000', '190014.012000', '190014.015000', '190014.017000', '190014.020000', '190014.022000', '190014.025000', '190014.028000', '190014.030000', '190014.033000', '190014.035000', '190014.038000', '190014.041000', '190014.043000', '190014.046000', '190014.049000', '190014.051000', '190014.054000', '190014.056000', '190014.059000', '190014.062000', '190014.064000', '190014.067000', '190014.069000', '190014.072000', '190014.075000', '190014.077000', '190033.967000', '190033.970000', '190033.972000', '190033.975000', '190033.978000', '190033.980000', '190033.983000', '190033.986000', '190033.988000', '190033.991000', '190033.994000', '190033.996000', '190034.000000', '190034.002000', '190034.005000', '190034.008000', '190034.010000', '190034.013000', '190034.015000', '190034.018000', '190034.021000', '190034.023000', '190034.026000', '190034.028000', '190034.031000', '190034.034000', '190034.036000', '190034.039000', '190034.042000', '190034.044000', '190034.047000', '190034.050000', '190034.052000', '190034.055000', '190034.058000', '190034.060000', '190034.063000', '190034.066000', '190034.068000', '190034.071000', '190034.073000', '190034.076000', '190034.078000', '190034.081000', '190053.967000', '190053.970000', '190053.973000', '190053.976000', '190053.978000', '190053.981000', '190053.983000', '190053.986000', '190053.988000', '190053.991000', '190053.994000', '190053.996000', '190053.999000', '190054.001000', '190054.004000', '190054.007000', '190054.009000', '190054.012000', '190054.015000', '190054.017000', '190054.020000', '190054.022000', '190054.025000', '190054.027000', '190054.030000', '190054.033000', '190054.035000', '190054.038000', '190054.040000', '190054.043000', '190054.045000', '190054.048000', '190054.051000', '190054.053000', '190054.056000', '190054.059000', '190054.061000', '190054.064000', '190054.066000', '190054.069000', '190054.071000', '190054.074000', '190054.077000', '190113.967000', '190113.970000', '190113.973000', '190113.976000', '190113.978000', '190113.981000', '190113.984000', '190113.986000', '190113.989000', '190113.991000', '190113.994000', '190113.997000', '190114.000000', '190114.003000', '190114.005000', '190114.008000', '190114.011000', '190114.013000', '190114.016000', '190114.018000', '190114.021000', '190114.024000', '190114.026000', '190114.029000', '190114.031000', '190114.034000', '190114.037000', '190114.039000', '190114.042000', '190114.045000', '190114.047000', '190114.086000', '190114.089000', '190114.092000', '190114.094000', '190114.097000', '190114.099000', '190114.102000', '190114.104000', '190114.107000', '190114.110000', '190114.112000', '190114.115000', '190133.966000', '190133.969000', '190133.972000', '190133.975000', '190133.977000', '190133.980000', '190133.982000', '190133.985000', '190133.988000', '190133.990000', '190133.993000', '190133.995000', '190133.998000', '190134.001000', '190134.004000', '190134.007000', '190134.009000', '190134.012000', '190134.014000', '190134.017000', '190134.020000', '190134.022000', '190134.025000', '190134.028000', '190134.030000', '190134.033000', '190134.035000', '190134.038000', '190134.040000', '190134.043000', '190134.046000', '190134.048000', '190134.051000', '190134.053000', '190134.056000', '190134.059000', '190134.061000', '190134.064000', '190134.066000', '190134.069000', '190134.071000', '190134.074000', '190134.077000', '190134.079000', '190153.966000', '190153.969000', '190153.972000', '190153.975000', '190153.977000', '190153.980000', '190153.983000', '190153.985000', '190153.988000', '190153.990000', '190153.993000', '190153.996000', '190153.998000', '190154.002000', '190154.004000', '190154.007000', '190154.010000', '190154.012000', '190154.015000', '190154.017000', '190154.020000', '190154.022000', '190154.026000', '190154.029000', '190154.032000', '190154.034000', '190154.037000', '190154.040000', '190154.042000', '190154.045000', '190154.048000', '190154.050000', '190154.053000', '190154.055000', '190154.058000', '190154.060000', '190154.063000', '190154.065000', '190154.068000', '190154.071000', '190154.073000', '190154.076000', '190154.078000', '190213.967000', '190213.969000', '190213.972000', '190213.974000', '190213.977000', '190213.980000', '190213.982000', '190213.985000', '190213.987000', '190213.990000', '190213.993000', '190213.995000', '190214.000000', '190214.003000', '190214.006000', '190214.008000', '190214.011000', '190214.014000', '190214.016000', '190214.019000', '190214.021000', '190214.024000', '190214.026000', '190214.029000', '190214.032000', '190214.034000', '190214.037000', '190214.039000', '190214.042000', '190214.045000', '190214.047000', '190214.050000', '190214.052000', '190214.055000', '190214.058000', '190214.060000', '190214.063000', '190214.065000', '190214.068000', '190214.070000', '190214.073000', '190214.075000', '190214.078000', '190214.081000', '190233.966000', '190233.969000', '190233.972000', '190233.974000', '190233.977000', '190233.980000', '190233.982000', '190233.985000', '190233.987000', '190233.990000', '190233.992000', '190233.995000', '190233.998000', '190234.001000', '190234.004000', '190234.007000', '190234.009000', '190234.012000', '190234.014000', '190234.017000', '190234.019000', '190234.022000', '190234.024000', '190234.027000', '190234.030000', '190234.032000', '190234.035000', '190234.038000', '190234.040000', '190234.043000', '190234.046000', '190234.049000', '190234.051000', '190234.054000', '190234.056000', '190234.059000', '190234.061000', '190234.064000', '190234.067000', '190234.069000', '190234.072000', '190234.074000', '190234.089000', '190253.966000', '190253.969000', '190253.972000', '190253.974000', '190253.977000', '190253.980000', '190253.982000', '190253.985000', '190253.987000', '190253.990000', '190253.993000', '190253.995000', '190253.998000', '190254.002000', '190254.004000', '190254.007000', '190254.009000', '190254.012000', '190254.014000', '190254.017000', '190254.020000', '190254.022000', '190254.025000', '190254.027000', '190254.030000', '190254.032000', '190254.035000', '190254.038000', '190254.040000', '190254.043000', '190254.045000', '190254.048000', '190254.051000', '190254.053000', '190254.056000', '190254.058000', '190254.061000', '190254.064000', '190254.066000', '190254.069000', '190254.071000', '190254.074000', '190254.076000', '190254.079000', '190313.968000', '190313.971000', '190313.973000', '190313.976000', '190313.978000', '190313.981000', '190313.983000', '190313.986000', '190313.989000', '190313.991000', '190313.994000', '190313.996000', '190313.999000', '190314.002000', '190314.005000', '190314.008000', '190314.010000', '190314.013000', '190314.015000', '190314.018000', '190314.020000', '190314.023000', '190314.026000', '190314.028000', '190314.031000', '190314.033000', '190314.036000', '190314.039000', '190314.041000', '190314.044000', '190314.046000', '190314.049000', '190314.051000', '190314.054000', '190314.057000', '190314.059000', '190314.062000', '190314.066000', '190314.069000', '190314.072000', '190314.074000', '190314.077000', '190314.079000', '190333.968000', '190333.970000', '190333.973000', '190333.976000', '190333.978000', '190333.981000', '190333.983000', '190333.986000', '190333.988000', '190333.991000', '190333.994000', '190333.996000', '190334.000000', '190334.002000', '190334.005000', '190334.008000', '190334.010000', '190334.013000', '190334.015000', '190334.018000', '190334.020000', '190334.023000', '190334.025000', '190334.028000', '190334.031000', '190334.033000', '190334.036000', '190334.039000', '190334.041000', '190334.044000', '190334.047000', '190334.049000', '190334.052000', '190334.054000', '190334.057000', '190334.060000', '190334.062000', '190334.065000', '190334.068000', '190334.070000', '190334.073000', '190334.076000', '190334.078000', '190334.081000', '190353.967000', '190353.970000', '190353.972000', '190353.975000', '190353.977000', '190353.980000', '190353.983000', '190353.985000', '190353.988000', '190353.990000', '190353.993000', '190353.996000', '190353.998000', '190354.002000', '190354.004000', '190354.007000', '190354.010000', '190354.012000', '190354.015000', '190354.018000', '190354.020000', '190354.023000', '190354.026000', '190354.029000', '190354.032000', '190354.034000', '190354.037000', '190354.040000', '190354.042000', '190354.045000', '190354.048000', '190354.050000', '190354.053000', '190354.055000', '190354.058000', '190354.060000', '190354.063000', '190354.066000', '190354.068000', '190354.071000', '190354.074000', '190354.076000', '190354.079000', '190413.967000', '190413.969000', '190413.972000', '190413.975000', '190413.977000', '190413.980000', '190413.982000', '190413.985000', '190413.988000', '190413.990000', '190413.993000', '190413.995000', '190413.998000', '190414.002000', '190414.004000', '190414.007000', '190414.009000', '190414.012000', '190414.014000', '190414.017000', '190414.019000', '190414.022000', '190414.025000', '190414.027000', '190414.030000', '190414.033000', '190414.035000', '190414.038000', '190414.040000', '190414.043000', '190414.045000', '190414.048000', '190414.051000', '190414.053000', '190414.056000', '190414.058000', '190414.061000', '190414.064000', '190414.066000', '190414.069000', '190414.071000', '190414.074000', '190414.077000', '190414.079000', '190433.967000', '190433.969000', '190433.972000', '190433.975000', '190433.977000', '190433.980000', '190433.982000', '190433.985000', '190433.987000', '190433.990000', '190433.993000', '190433.995000', '190433.998000', '190434.002000', '190434.004000', '190434.007000', '190434.009000', '190434.012000', '190434.015000', '190434.017000', '190434.020000', '190434.022000', '190434.025000', '190434.028000', '190434.030000', '190434.033000', '190434.035000', '190434.038000', '190434.040000', '190434.043000', '190434.045000', '190434.048000', '190434.051000', '190434.053000', '190434.056000', '190434.058000', '190434.061000', '190434.064000', '190434.066000', '190434.069000', '190434.071000', '190434.074000', '190434.077000', '190453.967000', '190453.969000', '190453.972000', '190453.975000', '190453.977000', '190453.980000', '190453.982000', '190453.985000', '190453.988000', '190453.990000', '190453.993000', '190453.995000', '190453.998000', '190454.001000', '190454.004000', '190454.007000', '190454.009000', '190454.012000', '190454.014000', '190454.017000', '190454.020000', '190454.022000', '190454.025000', '190454.027000', '190454.030000', '190454.033000', '190454.035000', '190454.038000', '190454.040000', '190454.043000', '190454.046000', '190454.048000', '190454.051000', '190454.053000', '190454.056000', '190454.058000', '190454.061000', '190454.064000', '190454.066000', '190454.069000', '190454.072000', '190454.074000', '190454.077000', '190454.079000', '190513.967000', '190513.969000', '190513.972000', '190513.975000', '190513.977000', '190513.980000', '190513.982000', '190513.985000', '190513.988000', '190513.990000', '190513.993000', '190513.995000', '190513.998000', '190514.001000', '190514.004000', '190514.007000', '190514.009000', '190514.012000', '190514.014000', '190514.017000', '190514.019000', '190514.022000', '190514.025000', '190514.027000', '190514.030000', '190514.032000', '190514.035000', '190514.038000', '190514.040000', '190514.043000', '190514.045000', '190514.048000', '190514.050000', '190514.053000', '190514.055000', '190514.058000', '190514.061000', '190514.063000', '190514.066000', '190514.068000', '190514.071000', '190514.074000', '190514.077000', '190533.968000', '190533.970000', '190533.973000', '190533.976000', '190533.978000', '190533.981000', '190533.983000', '190533.986000', '190533.989000', '190533.991000', '190533.994000', '190533.996000', '190533.999000', '190534.001000', '190534.004000', '190534.007000', '190534.009000', '190534.012000', '190534.014000', '190534.017000', '190534.020000', '190534.022000', '190534.025000', '190534.027000', '190534.030000', '190534.032000', '190534.035000', '190534.038000', '190534.040000', '190534.043000', '190534.045000', '190534.048000', '190534.056000', '190534.058000', '190534.061000', '190534.064000', '190534.066000', '190534.069000', '190534.071000', '190534.074000', '190534.076000', '190534.079000', '190534.082000', '190534.084000', '190553.968000', '190553.971000', '190553.973000', '190553.976000', '190553.978000', '190553.981000', '190553.984000', '190553.986000', '190553.989000', '190553.991000', '190553.994000', '190553.996000', '190554.000000', '190554.003000', '190554.005000', '190554.008000', '190554.011000', '190554.013000', '190554.016000', '190554.018000', '190554.021000', '190554.024000', '190554.026000', '190554.029000', '190554.031000', '190554.034000', '190554.036000', '190554.039000', '190554.042000', '190554.044000', '190554.047000', '190554.050000', '190554.052000', '190554.055000', '190554.057000', '190554.060000', '190554.063000', '190554.065000', '190554.068000', '190554.070000', '190554.073000', '190554.075000', '190554.078000', '190609.745000', '190609.748000', '190609.751000', '190609.753000', '190609.756000', '190609.759000', '190609.761000', '190609.764000', '190609.767000', '190609.769000', '190609.772000', '190609.774000', '190609.777000', '190609.780000', '190609.782000', '190609.785000', '190609.788000', '190609.790000', '190609.793000', '190609.796000', '190609.799000', '190609.817000', '190609.820000', '190609.822000', '190609.825000', '190609.828000', '190609.830000', '190609.833000', '190609.836000', '190609.838000', '190609.841000', '190609.843000', '190609.846000', '190609.849000', '190609.851000'], 'InstanceCreationTime': ['185614.013000', '185614.016000', '185614.019000', '185614.022000', '185614.025000', '185614.027000', '185614.030000', '185614.032000', '185614.035000', '185614.038000', '185614.040000', '185614.043000', '185614.045000', '185614.048000', '185614.050000', '185614.053000', '185614.060000', '185614.062000', '185614.065000', '185614.067000', '185614.070000', '185614.072000', '185614.075000', '185614.077000', '185614.083000', '185614.086000', '185633.967000', '185633.970000', '185633.973000', '185633.976000', '185633.978000', '185633.981000', '185633.983000', '185633.986000', '185633.988000', '185633.991000', '185633.993000', '185633.996000', '185633.998000', '185634.002000', '185634.005000', '185634.030000', '185634.033000', '185634.036000', '185634.038000', '185634.041000', '185634.043000', '185634.046000', '185634.048000', '185634.051000', '185634.053000', '185634.056000', '185634.058000', '185634.061000', '185634.064000', '185634.066000', '185634.069000', '185634.071000', '185634.074000', '185634.076000', '185634.079000', '185634.081000', '185634.084000', '185634.087000', '185634.089000', '185634.092000', '185634.094000', '185634.097000', '185634.099000', '185634.124000', '185653.967000', '185653.969000', '185653.972000', '185653.975000', '185653.977000', '185653.980000', '185653.982000', '185653.985000', '185653.987000', '185653.990000', '185653.992000', '185653.995000', '185653.997000', '185654.001000', '185654.011000', '185654.014000', '185654.016000', '185654.019000', '185654.021000', '185654.024000', '185654.026000', '185654.029000', '185654.032000', '185654.034000', '185654.037000', '185654.039000', '185654.042000', '185654.044000', '185654.047000', '185654.050000', '185654.052000', '185654.055000', '185654.057000', '185654.060000', '185654.063000', '185654.065000', '185654.068000', '185654.070000', '185654.073000', '185654.075000', '185654.078000', '185654.080000', '185654.083000', '185713.966000', '185713.969000', '185713.972000', '185713.974000', '185713.977000', '185713.980000', '185713.982000', '185713.985000', '185713.987000', '185713.990000', '185713.992000', '185713.995000', '185713.998000', '185714.001000', '185714.004000', '185714.007000', '185714.009000', '185714.012000', '185714.014000', '185714.017000', '185714.019000', '185714.022000', '185714.025000', '185714.027000', '185714.030000', '185714.032000', '185714.035000', '185714.037000', '185714.040000', '185714.043000', '185714.045000', '185714.048000', '185714.050000', '185714.053000', '185714.055000', '185714.058000', '185714.061000', '185714.063000', '185714.066000', '185714.068000', '185714.071000', '185714.073000', '185714.076000', '185714.079000', '185733.967000', '185733.969000', '185733.972000', '185733.975000', '185733.977000', '185733.980000', '185733.982000', '185733.985000', '185733.987000', '185733.990000', '185733.993000', '185733.995000', '185733.998000', '185734.001000', '185734.004000', '185734.006000', '185734.009000', '185734.012000', '185734.014000', '185734.017000', '185734.019000', '185734.022000', '185734.024000', '185734.027000', '185734.029000', '185734.032000', '185734.035000', '185734.037000', '185734.040000', '185734.042000', '185734.045000', '185734.047000', '185734.050000', '185734.053000', '185734.055000', '185734.058000', '185734.060000', '185734.063000', '185734.065000', '185734.068000', '185734.071000', '185734.073000', '185734.076000', '185753.966000', '185753.969000', '185753.972000', '185753.974000', '185753.977000', '185753.980000', '185753.982000', '185753.985000', '185753.987000', '185753.990000', '185753.992000', '185753.995000', '185753.998000', '185754.001000', '185754.004000', '185754.006000', '185754.009000', '185754.012000', '185754.014000', '185754.017000', '185754.019000', '185754.022000', '185754.024000', '185754.027000', '185754.030000', '185754.032000', '185754.035000', '185754.037000', '185754.040000', '185754.043000', '185754.045000', '185754.048000', '185754.050000', '185754.053000', '185754.055000', '185754.058000', '185754.061000', '185754.063000', '185754.066000', '185754.068000', '185754.071000', '185754.073000', '185754.076000', '185754.079000', '185813.966000', '185813.969000', '185813.972000', '185813.974000', '185813.977000', '185813.980000', '185813.982000', '185813.985000', '185813.987000', '185813.990000', '185813.993000', '185813.995000', '185813.998000', '185814.001000', '185814.004000', '185814.007000', '185814.009000', '185814.012000', '185814.014000', '185814.017000', '185814.019000', '185814.022000', '185814.025000', '185814.027000', '185814.038000', '185814.041000', '185814.043000', '185814.046000', '185814.048000', '185814.051000', '185814.054000', '185814.056000', '185814.059000', '185814.061000', '185814.064000', '185814.066000', '185814.069000', '185814.072000', '185814.074000', '185814.083000', '185814.085000', '185814.088000', '185814.091000', '185833.968000', '185833.970000', '185833.973000', '185833.976000', '185833.978000', '185833.981000', '185833.983000', '185833.986000', '185833.988000', '185833.991000', '185833.994000', '185833.996000', '185833.999000', '185834.001000', '185834.004000', '185834.007000', '185834.009000', '185834.012000', '185834.014000', '185834.017000', '185834.019000', '185834.022000', '185834.025000', '185834.027000', '185834.030000', '185834.033000', '185834.035000', '185834.038000', '185834.040000', '185834.043000', '185834.046000', '185834.048000', '185834.051000', '185834.053000', '185834.056000', '185834.058000', '185834.061000', '185834.063000', '185834.066000', '185834.069000', '185834.071000', '185834.074000', '185834.077000', '185834.079000', '185853.968000', '185853.971000', '185853.973000', '185853.976000', '185853.978000', '185853.981000', '185853.984000', '185853.986000', '185853.989000', '185853.991000', '185853.994000', '185853.997000', '185854.000000', '185854.003000', '185854.005000', '185854.008000', '185854.010000', '185854.013000', '185854.016000', '185854.018000', '185854.021000', '185854.024000', '185854.026000', '185854.029000', '185854.031000', '185854.034000', '185854.037000', '185854.039000', '185854.042000', '185854.045000', '185854.047000', '185854.050000', '185854.052000', '185854.055000', '185854.057000', '185854.060000', '185854.063000', '185854.065000', '185854.068000', '185854.071000', '185854.073000', '185854.076000', '185854.078000', '185913.966000', '185913.969000', '185913.972000', '185913.975000', '185913.977000', '185913.980000', '185913.982000', '185913.985000', '185913.988000', '185913.990000', '185913.993000', '185913.995000', '185913.998000', '185914.002000', '185914.005000', '185914.007000', '185914.010000', '185914.012000', '185914.015000', '185914.018000', '185914.020000', '185914.023000', '185914.025000', '185914.028000', '185914.031000', '185914.033000', '185914.036000', '185914.038000', '185914.041000', '185914.044000', '185914.046000', '185914.049000', '185914.051000', '185914.054000', '185914.056000', '185914.059000', '185914.061000', '185914.064000', '185914.067000', '185914.069000', '185914.072000', '185914.074000', '185914.077000', '185914.079000', '185933.966000', '185933.969000', '185933.972000', '185933.974000', '185933.977000', '185933.980000', '185933.982000', '185933.985000', '185933.988000', '185933.990000', '185933.993000', '185933.996000', '185933.998000', '185934.002000', '185934.004000', '185934.007000', '185934.010000', '185934.012000', '185934.015000', '185934.017000', '185934.020000', '185934.023000', '185934.025000', '185934.028000', '185934.030000', '185934.033000', '185934.036000', '185934.038000', '185934.041000', '185934.043000', '185934.046000', '185934.048000', '185934.051000', '185934.054000', '185934.056000', '185934.059000', '185934.061000', '185934.064000', '185934.067000', '185934.069000', '185934.072000', '185934.074000', '185934.077000', '185953.967000', '185953.969000', '185953.972000', '185953.975000', '185953.977000', '185953.980000', '185954.015000', '185954.018000', '185954.020000', '185954.023000', '185954.026000', '185954.028000', '185954.031000', '185954.033000', '185954.036000', '185954.038000', '185954.041000', '185954.044000', '185954.046000', '185954.049000', '185954.051000', '185954.054000', '185954.057000', '185954.059000', '185954.062000', '185954.064000', '185954.067000', '185954.069000', '185954.072000', '185954.075000', '185954.077000', '185954.088000', '185954.091000', '185954.093000', '185954.096000', '185954.099000', '185954.101000', '185954.104000', '185954.106000', '185954.109000', '185954.112000', '185954.114000', '185954.117000', '185954.119000', '190013.966000', '190013.969000', '190013.972000', '190013.974000', '190013.977000', '190013.980000', '190013.982000', '190013.985000', '190013.988000', '190013.990000', '190013.993000', '190013.995000', '190013.998000', '190014.002000', '190014.004000', '190014.007000', '190014.010000', '190014.012000', '190014.015000', '190014.017000', '190014.020000', '190014.022000', '190014.025000', '190014.028000', '190014.030000', '190014.033000', '190014.035000', '190014.038000', '190014.041000', '190014.043000', '190014.046000', '190014.049000', '190014.051000', '190014.054000', '190014.056000', '190014.059000', '190014.062000', '190014.064000', '190014.067000', '190014.069000', '190014.072000', '190014.075000', '190014.077000', '190033.967000', '190033.970000', '190033.972000', '190033.975000', '190033.978000', '190033.980000', '190033.983000', '190033.986000', '190033.988000', '190033.991000', '190033.994000', '190033.996000', '190034.000000', '190034.002000', '190034.005000', '190034.008000', '190034.010000', '190034.013000', '190034.015000', '190034.018000', '190034.021000', '190034.023000', '190034.026000', '190034.028000', '190034.031000', '190034.034000', '190034.036000', '190034.039000', '190034.042000', '190034.044000', '190034.047000', '190034.050000', '190034.052000', '190034.055000', '190034.058000', '190034.060000', '190034.063000', '190034.066000', '190034.068000', '190034.071000', '190034.073000', '190034.076000', '190034.078000', '190034.081000', '190053.967000', '190053.970000', '190053.973000', '190053.976000', '190053.978000', '190053.981000', '190053.983000', '190053.986000', '190053.988000', '190053.991000', '190053.994000', '190053.996000', '190053.999000', '190054.001000', '190054.004000', '190054.007000', '190054.009000', '190054.012000', '190054.015000', '190054.017000', '190054.020000', '190054.022000', '190054.025000', '190054.027000', '190054.030000', '190054.033000', '190054.035000', '190054.038000', '190054.040000', '190054.043000', '190054.045000', '190054.048000', '190054.051000', '190054.053000', '190054.056000', '190054.059000', '190054.061000', '190054.064000', '190054.066000', '190054.069000', '190054.071000', '190054.074000', '190054.077000', '190113.967000', '190113.970000', '190113.973000', '190113.976000', '190113.978000', '190113.981000', '190113.984000', '190113.986000', '190113.989000', '190113.991000', '190113.994000', '190113.997000', '190114.000000', '190114.003000', '190114.005000', '190114.008000', '190114.011000', '190114.013000', '190114.016000', '190114.018000', '190114.021000', '190114.024000', '190114.026000', '190114.029000', '190114.031000', '190114.034000', '190114.037000', '190114.039000', '190114.042000', '190114.045000', '190114.047000', '190114.086000', '190114.089000', '190114.092000', '190114.094000', '190114.097000', '190114.099000', '190114.102000', '190114.104000', '190114.107000', '190114.110000', '190114.112000', '190114.115000', '190133.966000', '190133.969000', '190133.972000', '190133.975000', '190133.977000', '190133.980000', '190133.982000', '190133.985000', '190133.988000', '190133.990000', '190133.993000', '190133.995000', '190133.998000', '190134.001000', '190134.004000', '190134.007000', '190134.009000', '190134.012000', '190134.014000', '190134.017000', '190134.020000', '190134.022000', '190134.025000', '190134.028000', '190134.030000', '190134.033000', '190134.035000', '190134.038000', '190134.040000', '190134.043000', '190134.046000', '190134.048000', '190134.051000', '190134.053000', '190134.056000', '190134.059000', '190134.061000', '190134.064000', '190134.066000', '190134.069000', '190134.071000', '190134.074000', '190134.077000', '190134.079000', '190153.966000', '190153.969000', '190153.972000', '190153.975000', '190153.977000', '190153.980000', '190153.983000', '190153.985000', '190153.988000', '190153.990000', '190153.993000', '190153.996000', '190153.998000', '190154.002000', '190154.004000', '190154.007000', '190154.010000', '190154.012000', '190154.015000', '190154.017000', '190154.020000', '190154.022000', '190154.026000', '190154.029000', '190154.032000', '190154.034000', '190154.037000', '190154.040000', '190154.042000', '190154.045000', '190154.048000', '190154.050000', '190154.053000', '190154.055000', '190154.058000', '190154.060000', '190154.063000', '190154.065000', '190154.068000', '190154.071000', '190154.073000', '190154.076000', '190154.078000', '190213.967000', '190213.969000', '190213.972000', '190213.974000', '190213.977000', '190213.980000', '190213.982000', '190213.985000', '190213.987000', '190213.990000', '190213.993000', '190213.995000', '190214.000000', '190214.003000', '190214.006000', '190214.008000', '190214.011000', '190214.014000', '190214.016000', '190214.019000', '190214.021000', '190214.024000', '190214.026000', '190214.029000', '190214.032000', '190214.034000', '190214.037000', '190214.039000', '190214.042000', '190214.045000', '190214.047000', '190214.050000', '190214.052000', '190214.055000', '190214.058000', '190214.060000', '190214.063000', '190214.065000', '190214.068000', '190214.070000', '190214.073000', '190214.075000', '190214.078000', '190214.081000', '190233.966000', '190233.969000', '190233.972000', '190233.974000', '190233.977000', '190233.980000', '190233.982000', '190233.985000', '190233.987000', '190233.990000', '190233.992000', '190233.995000', '190233.998000', '190234.001000', '190234.004000', '190234.007000', '190234.009000', '190234.012000', '190234.014000', '190234.017000', '190234.019000', '190234.022000', '190234.024000', '190234.027000', '190234.030000', '190234.032000', '190234.035000', '190234.038000', '190234.040000', '190234.043000', '190234.046000', '190234.049000', '190234.051000', '190234.054000', '190234.056000', '190234.059000', '190234.061000', '190234.064000', '190234.067000', '190234.069000', '190234.072000', '190234.074000', '190234.089000', '190253.966000', '190253.969000', '190253.972000', '190253.974000', '190253.977000', '190253.980000', '190253.982000', '190253.985000', '190253.987000', '190253.990000', '190253.993000', '190253.995000', '190253.998000', '190254.002000', '190254.004000', '190254.007000', '190254.009000', '190254.012000', '190254.014000', '190254.017000', '190254.020000', '190254.022000', '190254.025000', '190254.027000', '190254.030000', '190254.032000', '190254.035000', '190254.038000', '190254.040000', '190254.043000', '190254.045000', '190254.048000', '190254.051000', '190254.053000', '190254.056000', '190254.058000', '190254.061000', '190254.064000', '190254.066000', '190254.069000', '190254.071000', '190254.074000', '190254.076000', '190254.079000', '190313.968000', '190313.971000', '190313.973000', '190313.976000', '190313.978000', '190313.981000', '190313.983000', '190313.986000', '190313.989000', '190313.991000', '190313.994000', '190313.996000', '190313.999000', '190314.002000', '190314.005000', '190314.008000', '190314.010000', '190314.013000', '190314.015000', '190314.018000', '190314.020000', '190314.023000', '190314.026000', '190314.028000', '190314.031000', '190314.033000', '190314.036000', '190314.039000', '190314.041000', '190314.044000', '190314.046000', '190314.049000', '190314.051000', '190314.054000', '190314.057000', '190314.059000', '190314.062000', '190314.066000', '190314.069000', '190314.072000', '190314.074000', '190314.077000', '190314.079000', '190333.968000', '190333.970000', '190333.973000', '190333.976000', '190333.978000', '190333.981000', '190333.983000', '190333.986000', '190333.988000', '190333.991000', '190333.994000', '190333.996000', '190334.000000', '190334.002000', '190334.005000', '190334.008000', '190334.010000', '190334.013000', '190334.015000', '190334.018000', '190334.020000', '190334.023000', '190334.025000', '190334.028000', '190334.031000', '190334.033000', '190334.036000', '190334.039000', '190334.041000', '190334.044000', '190334.047000', '190334.049000', '190334.052000', '190334.054000', '190334.057000', '190334.060000', '190334.062000', '190334.065000', '190334.068000', '190334.070000', '190334.073000', '190334.076000', '190334.078000', '190334.081000', '190353.967000', '190353.970000', '190353.972000', '190353.975000', '190353.977000', '190353.980000', '190353.983000', '190353.985000', '190353.988000', '190353.990000', '190353.993000', '190353.996000', '190353.998000', '190354.002000', '190354.004000', '190354.007000', '190354.010000', '190354.012000', '190354.015000', '190354.018000', '190354.020000', '190354.023000', '190354.026000', '190354.029000', '190354.032000', '190354.034000', '190354.037000', '190354.040000', '190354.042000', '190354.045000', '190354.048000', '190354.050000', '190354.053000', '190354.055000', '190354.058000', '190354.060000', '190354.063000', '190354.066000', '190354.068000', '190354.071000', '190354.074000', '190354.076000', '190354.079000', '190413.967000', '190413.969000', '190413.972000', '190413.975000', '190413.977000', '190413.980000', '190413.982000', '190413.985000', '190413.988000', '190413.990000', '190413.993000', '190413.995000', '190413.998000', '190414.002000', '190414.004000', '190414.007000', '190414.009000', '190414.012000', '190414.014000', '190414.017000', '190414.019000', '190414.022000', '190414.025000', '190414.027000', '190414.030000', '190414.033000', '190414.035000', '190414.038000', '190414.040000', '190414.043000', '190414.045000', '190414.048000', '190414.051000', '190414.053000', '190414.056000', '190414.058000', '190414.061000', '190414.064000', '190414.066000', '190414.069000', '190414.071000', '190414.074000', '190414.077000', '190414.079000', '190433.967000', '190433.969000', '190433.972000', '190433.975000', '190433.977000', '190433.980000', '190433.982000', '190433.985000', '190433.987000', '190433.990000', '190433.993000', '190433.995000', '190433.998000', '190434.002000', '190434.004000', '190434.007000', '190434.009000', '190434.012000', '190434.015000', '190434.017000', '190434.020000', '190434.022000', '190434.025000', '190434.028000', '190434.030000', '190434.033000', '190434.035000', '190434.038000', '190434.040000', '190434.043000', '190434.045000', '190434.048000', '190434.051000', '190434.053000', '190434.056000', '190434.058000', '190434.061000', '190434.064000', '190434.066000', '190434.069000', '190434.071000', '190434.074000', '190434.077000', '190453.967000', '190453.969000', '190453.972000', '190453.975000', '190453.977000', '190453.980000', '190453.982000', '190453.985000', '190453.988000', '190453.990000', '190453.993000', '190453.995000', '190453.998000', '190454.001000', '190454.004000', '190454.007000', '190454.009000', '190454.012000', '190454.014000', '190454.017000', '190454.020000', '190454.022000', '190454.025000', '190454.027000', '190454.030000', '190454.033000', '190454.035000', '190454.038000', '190454.040000', '190454.043000', '190454.046000', '190454.048000', '190454.051000', '190454.053000', '190454.056000', '190454.058000', '190454.061000', '190454.064000', '190454.066000', '190454.069000', '190454.072000', '190454.074000', '190454.077000', '190454.079000', '190513.967000', '190513.969000', '190513.972000', '190513.975000', '190513.977000', '190513.980000', '190513.982000', '190513.985000', '190513.988000', '190513.990000', '190513.993000', '190513.995000', '190513.998000', '190514.001000', '190514.004000', '190514.007000', '190514.009000', '190514.012000', '190514.014000', '190514.017000', '190514.019000', '190514.022000', '190514.025000', '190514.027000', '190514.030000', '190514.032000', '190514.035000', '190514.038000', '190514.040000', '190514.043000', '190514.045000', '190514.048000', '190514.050000', '190514.053000', '190514.055000', '190514.058000', '190514.061000', '190514.063000', '190514.066000', '190514.068000', '190514.071000', '190514.074000', '190514.077000', '190533.968000', '190533.970000', '190533.973000', '190533.976000', '190533.978000', '190533.981000', '190533.983000', '190533.986000', '190533.989000', '190533.991000', '190533.994000', '190533.996000', '190533.999000', '190534.001000', '190534.004000', '190534.007000', '190534.009000', '190534.012000', '190534.014000', '190534.017000', '190534.020000', '190534.022000', '190534.025000', '190534.027000', '190534.030000', '190534.032000', '190534.035000', '190534.038000', '190534.040000', '190534.043000', '190534.045000', '190534.048000', '190534.056000', '190534.058000', '190534.061000', '190534.064000', '190534.066000', '190534.069000', '190534.071000', '190534.074000', '190534.076000', '190534.079000', '190534.082000', '190534.084000', '190553.968000', '190553.971000', '190553.973000', '190553.976000', '190553.978000', '190553.981000', '190553.984000', '190553.986000', '190553.989000', '190553.991000', '190553.994000', '190553.996000', '190554.000000', '190554.003000', '190554.005000', '190554.008000', '190554.011000', '190554.013000', '190554.016000', '190554.018000', '190554.021000', '190554.024000', '190554.026000', '190554.029000', '190554.031000', '190554.034000', '190554.036000', '190554.039000', '190554.042000', '190554.044000', '190554.047000', '190554.050000', '190554.052000', '190554.055000', '190554.057000', '190554.060000', '190554.063000', '190554.065000', '190554.068000', '190554.070000', '190554.073000', '190554.075000', '190554.078000', '190609.745000', '190609.748000', '190609.751000', '190609.753000', '190609.756000', '190609.759000', '190609.761000', '190609.764000', '190609.767000', '190609.769000', '190609.772000', '190609.774000', '190609.777000', '190609.780000', '190609.782000', '190609.785000', '190609.788000', '190609.790000', '190609.793000', '190609.796000', '190609.799000', '190609.817000', '190609.820000', '190609.822000', '190609.825000', '190609.828000', '190609.830000', '190609.833000', '190609.836000', '190609.838000', '190609.841000', '190609.843000', '190609.846000', '190609.849000', '190609.851000'], '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': [10689, 11763, 11071, 9704, 10400, 9419, 9992, 9728, 9833, 14146, 10311, 8658, 10078, 8649, 9893, 11752, 9577, 10412, 9882, 9790, 9826, 9705, 9519, 9555, 10009, 9813, 8981, 9731, 9417, 9714, 9490, 9949, 9705, 11010, 10062, 14433, 9784, 10173, 9911, 12354, 10227, 10636, 10185, 12416, 10064, 14146, 10592, 12955, 10303, 11970, 10187, 13420, 9991, 8814, 10274, 11614, 10351, 13497, 11693, 12829, 10139, 13405, 9943, 9862, 11628, 10347, 16004, 10430, 10382, 10229, 10318, 10342, 11316, 10431, 10243, 9774, 9442, 9899, 9197, 9599, 9900, 9886, 10922, 9811, 10048, 9450, 10220, 15332, 10275, 9541, 10473, 14745, 10346, 12232, 10356, 11147, 10401, 10870, 10149, 9148, 9931, 9566, 10064, 10133, 9623, 9537, 9798, 9992, 9681, 10418, 9329, 9977, 9229, 10307, 14597, 10451, 12097, 10400, 13726, 10332, 12366, 10413, 11053, 10034, 12590, 9903, 10886, 9793, 10206, 10070, 10241, 12908, 10220, 13466, 10065, 9915, 10329, 11225, 10374, 11145, 9917, 11696, 10306, 10519, 10419, 10198, 9929, 9792, 9834, 10254, 9400, 9326, 9629, 10006, 9605, 10411, 9200, 9517, 9199, 10217, 12918, 10189, 13219, 10101, 10909, 10066, 11752, 10263, 10944, 9775, 11598, 10262, 10734, 10194, 11437, 10161, 14208, 10982, 12307, 9988, 11997, 10149, 10432, 9906, 14172, 10049, 10247, 10134, 11433, 10047, 11077, 9872, 10994, 10302, 10054, 10245, 9837, 9607, 10652, 9708, 9798, 9469, 9609, 9417, 9833, 9331, 10249, 9082, 9280, 9605, 10156, 12234, 9979, 15518, 9819, 8709, 9987, 14868, 10148, 11684, 9736, 11483, 10117, 14034, 9873, 10114, 9699, 10523, 9560, 9768, 9676, 8940, 9126, 9148, 9257, 9836, 10815, 9957, 14738, 9756, 9691, 9400, 9063, 8811, 9511, 9495, 9974, 8673, 9494, 8575, 10290, 9537, 11381, 9458, 9710, 9348, 10055, 9054, 9594, 9516, 9812, 9079, 12662, 9740, 10171, 13946, 10357, 9382, 9634, 14450, 9401, 10169, 8971, 9138, 9017, 10748, 9521, 11354, 9456, 10666, 8619, 11422, 8991, 9641, 9588, 9747, 16475, 10356, 15738, 9793, 11735, 9864, 9400, 9044, 9070, 8844, 9577, 9296, 8618, 8288, 9995, 8690, 10136, 15073, 9925, 14348, 10020, 15647, 9572, 10451, 9562, 9963, 9610, 13784, 9730, 9947, 9088, 9701, 10668, 12361, 9093, 9253, 8507, 9979, 8429, 9986, 14440, 9948, 8449, 9860, 8559, 9736, 14476, 9512, 15701, 9979, 13305, 9613, 9507, 9559, 9540, 9050, 10848, 8732, 9826, 8848, 9786, 12695, 9755, 8332, 9469, 8304, 9636, 15633, 9656, 10976, 9741, 9215, 9540, 13123, 9489, 10883, 9505, 11195, 9313, 9740, 8927, 9219, 8804, 10965, 8819, 9801, 9058, 9502, 9857, 10312, 14321, 10319, 8563, 9206, 8296, 9699, 11982, 9620, 14579, 10509, 15183, 9758, 10683, 9530, 10622, 9050, 9563, 8936, 9622, 8483, 9124, 8322, 9474, 8423, 9583, 14799, 9630, 11610, 9545, 9468, 8792, 8962, 9005, 8859, 8920, 8805, 8948, 9512, 12602, 9880, 8383, 9607, 8647, 9711, 15238, 10725, 12409, 9510, 12313, 9573, 12755, 9865, 12273, 10562, 12566, 9525, 10012, 9300, 9211, 9286, 9490, 9027, 9862, 9544, 9612, 15550, 9641, 12753, 9699, 11258, 9419, 9428, 9189, 9075, 8720, 9882, 8798, 9758, 8452, 9833, 15234, 9601, 9838, 9114, 9115, 8914, 9909, 9186, 9920, 8835, 9586, 8929, 9329, 9021, 9701, 11199, 10091, 14621, 10882, 11462, 9776, 12718, 9926, 10576, 10484, 10482, 9737, 9102, 9784, 11397, 9874, 10689, 9935, 10015, 9678, 9802, 9085, 8714, 9167, 10131, 11754, 10361, 8720, 9445, 8554, 9512, 11573, 9919, 13334, 10794, 9629, 8869, 10698, 10856, 11417, 11487, 13353, 9833, 8912, 11140, 9730, 13161, 11149, 17331, 11301, 10818, 11619, 9303, 12462, 10116, 13849, 10872, 13858, 10100, 12534, 9539, 11532, 9750, 8990, 9128, 9164, 9895, 9594, 12153, 9874, 10757, 9865, 9467, 9526, 9525, 9478, 9480, 9800, 9601, 9805, 9396, 9865, 9316, 9517, 8908, 9447, 8771, 9780, 8416, 9272, 9279, 10419, 14117, 10690, 10963, 9977, 9620, 9465, 9472, 9417, 9541, 9430, 9968, 9543, 12870, 9684, 10550, 15039, 10718, 16034, 10570, 9184, 9125, 9395, 10569, 13948, 10752, 13764, 10888, 9321, 11182, 15380, 10833, 11335, 10175, 10267, 10300, 9137, 10506, 11575, 10491, 10845, 9711, 9454, 9290, 8961, 9585, 9031, 9958, 11171, 9969, 10323, 9226, 11575, 9149, 9562, 9261, 9713, 9411, 10730, 17064, 10292, 10796, 9815, 9131, 9371, 8628, 9577, 8837, 9738, 8607, 9808, 11293, 10071, 10097, 9478, 11276, 9039, 10229, 11297, 10693, 16968, 11013, 16152, 9981, 10720, 9565, 9285, 9515, 8958, 9757, 10101, 9751, 8262, 10377, 8406, 10448, 14326, 10542, 14254, 10717, 15141, 10457, 10727, 10125, 11615, 10401, 13056, 10457, 9957, 10238, 9063, 9421, 8591, 9579, 8588, 9036, 9633, 9257, 10555, 12364, 10528, 14198, 9970, 10701, 9191, 8796, 9546, 8878, 9422, 8525, 9502, 9528, 10119, 10178, 12338, 9777, 9225, 9425, 9072, 10015, 9004, 8815, 10065, 12733, 10180, 10810, 9903, 10310, 9263, 9808, 9865, 12114, 9500, 9943, 9417, 10591, 9311, 10939, 8914, 9385, 9222, 10882, 9401, 10334, 9494, 9816, 13503, 9578, 10766, 9524, 9269, 8976, 10039, 8864, 10259, 9052, 9566, 8682, 9219, 9075, 10702, 9880, 11056, 9650, 10820, 13114, 10589, 13023, 10052, 11347, 9956, 9654, 9708, 9791, 10027, 9484, 9288, 10233, 9048, 8354, 9175, 11067, 9589, 10555, 13819, 10268, 12011, 9807, 9672, 9400, 10182, 13030, 9803, 12093, 9813, 9862, 9660, 9630, 9472, 9774, 8371, 9956, 9679, 10339, 9405, 9177, 9803, 9199, 9139, 9082, 9688, 9317, 10016, 13549, 10163, 11519, 11065, 11184, 9825, 12453, 14625, 11318, 11963, 9350, 9100, 9792, 9439, 9739, 9785, 9733, 9435, 9756, 9464, 9848, 10355, 13707, 10593, 10276, 10355, 15737, 10103, 11465, 9802, 10381, 9845, 9274, 9825, 10216, 9343, 9548, 9304, 9767, 10000, 9680, 10057, 9831, 10444, 10282, 10022, 9450, 10055, 8846, 10011, 10398, 9879, 10659, 9714, 9755, 9607, 10680, 10070, 12159, 9569, 10054, 13942, 10399, 11580, 9866, 9778, 9549, 9944, 9221, 9563, 8892, 10095, 12040, 9729, 8972, 9983, 12868, 10681, 11882, 10050, 11173, 9664, 9237, 9363, 10202, 10302, 10390, 15147, 11260, 11628, 9698, 9391, 9768, 9049, 9807, 9596, 9420, 10202, 8586, 9786, 9902, 10178, 9615, 9662, 9726, 9502, 9043, 9221, 9798, 9736, 9975, 12515, 10124, 9822, 8948, 9230, 9336, 8202, 9176, 8587, 9705, 10586, 8759, 11822, 11669, 12221, 8960, 12509, 9099, 12090, 9361, 12765, 10234, 12945, 10381, 10567, 9582, 9979, 9781, 9760, 10372, 10045, 9851, 10951, 9865, 10105, 10295, 10788, 10159, 10937, 9711, 10599, 8562, 10492, 9293, 10455, 9530, 10314, 10934, 10236, 10645, 10105, 10863, 10135, 10733, 10212, 10346, 9493, 10958, 9678, 10296, 9581, 10353, 10077, 10060, 10398, 8869, 10415, 9954, 10244, 9882, 10679, 9573, 10410, 9505, 10083, 9568, 9396, 9409, 9547, 9328, 8748, 10144, 8680, 10331, 9414, 9509, 9682, 10334, 9520, 10405, 11170, 10534, 10072, 9751, 10432, 10012, 10874, 13049, 11058, 10405, 10239, 9809, 8870, 8573, 10680, 12251, 10228, 10568, 9988, 10638, 10260, 10984, 11353, 11379, 12184, 11129, 11076, 9015, 11218, 9932, 11170, 10154, 11215, 8566, 11898, 10821, 11392, 9997, 11299, 11428, 11713, 10362, 11218, 11251, 11008, 11509, 13671, 11774, 9361, 11791, 9817, 10727, 9863, 11383, 9595, 11325, 8629, 11230, 10602, 11593, 9867, 11193, 9884, 11074, 11456, 10225, 11433, 12069, 11553, 12704, 11889, 10706, 11677, 9623, 11429, 11468, 9836, 11464, 9639, 11694, 9322, 11644, 9741, 11334, 9444, 10072, 9218, 9308, 8955, 9785, 9395, 10521, 11312, 11931, 11171, 10376, 11285, 9323, 10550, 10586, 10747, 11465, 14139, 11563, 12729, 11687, 9879, 11601, 11167, 11377, 11521, 10793, 9396, 9740, 11440, 9374, 11361, 10826, 11534, 10306, 11086, 11635, 12801, 11964, 9901, 10834, 9709, 11383, 9343, 11086, 11556, 9938, 11924, 10778, 11475, 9663, 11543, 11429, 10239, 11730, 10411, 11847, 10128, 11833, 9541, 10318, 9404, 10365, 11590, 9201, 9887, 10605, 9398, 9313, 11468, 10975, 10935, 10305, 11042, 9256, 10022, 11454, 10081, 11773, 12797, 10377, 9956, 10320, 9461, 10424, 8977, 10614, 8268, 10624, 11320, 10335, 9584, 9966, 11789, 11662, 11626, 12338, 11153, 11353, 10744, 11910, 13017, 11740, 9725, 11141, 9617, 11632, 9677, 11366, 9803, 10993, 10388, 10735, 11431, 12041, 10493, 11203, 10645, 9511, 11777, 9785, 11716, 10805, 10411, 11338, 9794, 11282, 10546, 10761, 8697, 9602, 8261, 9902, 10100, 9586, 8495, 8654, 10114, 8880, 10487, 10465, 10723, 11703, 9536, 10425, 10001, 10475, 10189, 13989, 9980, 8545, 11565, 9033, 12929, 13154, 12930, 15028, 10655, 15386, 9889, 10525, 10169, 10487, 9712, 10244, 10143, 9657, 10183, 9732, 10458, 9982, 10251, 11185, 10093, 11448, 9152, 11090, 10582, 10743, 11304, 8807, 10550, 10429, 9790, 9150, 10004, 8426, 10149, 8096, 8593, 9825, 10878, 12686, 11502, 10240, 10972, 12044, 10944, 11014, 13609, 10509, 10741, 9805, 11019, 10803, 12461, 10884, 15199, 11116, 11104, 11340, 9892, 10632, 9694, 10158, 10906, 10484, 11181, 12710, 10785, 10388, 10263, 9249, 11418, 10243, 11105, 10385, 11220, 11731, 11397, 9809, 11038, 9716, 10604, 10892, 13753, 11385, 10714, 11241, 10528, 12572], 'WindowCenter': [4361.0, 4343.0, 4329.0, 4306.0, 4304.0, 4293.0, 4303.0, 4292.0, 4291.0, 4322.0, 4291.0, 4281.0, 4291.0, 4279.0, 4291.0, 4311.0, 4304.0, 4313.0, 4303.0, 4291.0, 4303.0, 4292.0, 4304.0, 4303.0, 4305.0, 4306.0, 4307.0, 4304.0, 4293.0, 4303.0, 4304.0, 4304.0, 4316.0, 4326.0, 4305.0, 4334.0, 4305.0, 4304.0, 4316.0, 4326.0, 4314.0, 4313.0, 4305.0, 4323.0, 4304.0, 4334.0, 4304.0, 4323.0, 4303.0, 4310.0, 4301.0, 4322.0, 4302.0, 4292.0, 4303.0, 4312.0, 4303.0, 4323.0, 4314.0, 4313.0, 4290.0, 4311.0, 4288.0, 4303.0, 4299.0, 4288.0, 4329.0, 4289.0, 4287.0, 4288.0, 4288.0, 4289.0, 4299.0, 4301.0, 4302.0, 4302.0, 4290.0, 4290.0, 4279.0, 4291.0, 4303.0, 4292.0, 4302.0, 4291.0, 4292.0, 4290.0, 4301.0, 4332.0, 4291.0, 4278.0, 4299.0, 4319.0, 4289.0, 4308.0, 4289.0, 4298.0, 4289.0, 4301.0, 4289.0, 4277.0, 4289.0, 4289.0, 4290.0, 4289.0, 4289.0, 4304.0, 4291.0, 4290.0, 4291.0, 4301.0, 4279.0, 4290.0, 4278.0, 4290.0, 4334.0, 4302.0, 4310.0, 4301.0, 4319.0, 4290.0, 4308.0, 4300.0, 4300.0, 4290.0, 4310.0, 4290.0, 4300.0, 4289.0, 4290.0, 4287.0, 4288.0, 4322.0, 4301.0, 4320.0, 4290.0, 4288.0, 4300.0, 4314.0, 4302.0, 4312.0, 4303.0, 4311.0, 4301.0, 4290.0, 4302.0, 4291.0, 4291.0, 4290.0, 4289.0, 4290.0, 4291.0, 4290.0, 4290.0, 4290.0, 4290.0, 4301.0, 4289.0, 4291.0, 4289.0, 4302.0, 4310.0, 4301.0, 4322.0, 4304.0, 4301.0, 4291.0, 4309.0, 4300.0, 4300.0, 4304.0, 4313.0, 4301.0, 4300.0, 4300.0, 4300.0, 4302.0, 4331.0, 4315.0, 4351.0, 4319.0, 4312.0, 4300.0, 4298.0, 4289.0, 4318.0, 4303.0, 4303.0, 4302.0, 4299.0, 4302.0, 4312.0, 4290.0, 4300.0, 4299.0, 4288.0, 4289.0, 4290.0, 4292.0, 4288.0, 4279.0, 4288.0, 4277.0, 4292.0, 4277.0, 4288.0, 4289.0, 4289.0, 4278.0, 4289.0, 4301.0, 4302.0, 4310.0, 4302.0, 4330.0, 4291.0, 4281.0, 4304.0, 4331.0, 4300.0, 4311.0, 4291.0, 4310.0, 4302.0, 4334.0, 4302.0, 4300.0, 4292.0, 4302.0, 4292.0, 4290.0, 4289.0, 4278.0, 4279.0, 4279.0, 4278.0, 4301.0, 4312.0, 4302.0, 4332.0, 4291.0, 4291.0, 4292.0, 4292.0, 4305.0, 4303.0, 4302.0, 4303.0, 4282.0, 4302.0, 4293.0, 4314.0, 4304.0, 4313.0, 4306.0, 4291.0, 4291.0, 4303.0, 4294.0, 4292.0, 4303.0, 4301.0, 4293.0, 4324.0, 4304.0, 4305.0, 4333.0, 4302.0, 4280.0, 4291.0, 4320.0, 4293.0, 4301.0, 4293.0, 4293.0, 4293.0, 4313.0, 4305.0, 4314.0, 4305.0, 4316.0, 4295.0, 4325.0, 4293.0, 4302.0, 4292.0, 4292.0, 4343.0, 4303.0, 4332.0, 4291.0, 4309.0, 4289.0, 4289.0, 4290.0, 4281.0, 4291.0, 4291.0, 4292.0, 4293.0, 4283.0, 4303.0, 4293.0, 4314.0, 4333.0, 4303.0, 4331.0, 4302.0, 4345.0, 4301.0, 4302.0, 4292.0, 4301.0, 4302.0, 4331.0, 4301.0, 4302.0, 4292.0, 4303.0, 4311.0, 4321.0, 4289.0, 4291.0, 4277.0, 4300.0, 4280.0, 4303.0, 4332.0, 4302.0, 4281.0, 4300.0, 4279.0, 4302.0, 4331.0, 4301.0, 4340.0, 4301.0, 4320.0, 4300.0, 4290.0, 4302.0, 4302.0, 4290.0, 4312.0, 4281.0, 4314.0, 4291.0, 4302.0, 4321.0, 4291.0, 4281.0, 4291.0, 4279.0, 4302.0, 4343.0, 4304.0, 4314.0, 4303.0, 4305.0, 4304.0, 4320.0, 4301.0, 4312.0, 4304.0, 4313.0, 4292.0, 4290.0, 4289.0, 4290.0, 4291.0, 4310.0, 4291.0, 4298.0, 4289.0, 4290.0, 4300.0, 4314.0, 4331.0, 4301.0, 4279.0, 4289.0, 4278.0, 4301.0, 4309.0, 4301.0, 4332.0, 4301.0, 4331.0, 4291.0, 4299.0, 4303.0, 4300.0, 4280.0, 4291.0, 4290.0, 4290.0, 4280.0, 4290.0, 4281.0, 4301.0, 4291.0, 4303.0, 4343.0, 4316.0, 4323.0, 4303.0, 4290.0, 4281.0, 4293.0, 4304.0, 4294.0, 4293.0, 4293.0, 4305.0, 4318.0, 4336.0, 4317.0, 4310.0, 4316.0, 4293.0, 4305.0, 4344.0, 4315.0, 4323.0, 4293.0, 4311.0, 4292.0, 4311.0, 4292.0, 4312.0, 4301.0, 4308.0, 4288.0, 4301.0, 4288.0, 4277.0, 4290.0, 4288.0, 4279.0, 4288.0, 4302.0, 4291.0, 4327.0, 4289.0, 4319.0, 4289.0, 4298.0, 4278.0, 4288.0, 4303.0, 4289.0, 4278.0, 4300.0, 4280.0, 4288.0, 4304.0, 4313.0, 4331.0, 4291.0, 4301.0, 4291.0, 4306.0, 4294.0, 4300.0, 4289.0, 4290.0, 4290.0, 4303.0, 4292.0, 4302.0, 4334.0, 4319.0, 4326.0, 4316.0, 4346.0, 4315.0, 4312.0, 4303.0, 4338.0, 4303.0, 4313.0, 4301.0, 4301.0, 4292.0, 4290.0, 4315.0, 4313.0, 4302.0, 4313.0, 4300.0, 4290.0, 4290.0, 4303.0, 4289.0, 4281.0, 4289.0, 4300.0, 4311.0, 4301.0, 4280.0, 4291.0, 4306.0, 4302.0, 4310.0, 4325.0, 4347.0, 4324.0, 4314.0, 4314.0, 4336.0, 4324.0, 4308.0, 4309.0, 4331.0, 4312.0, 4293.0, 4324.0, 4317.0, 4348.0, 4340.0, 4369.0, 4315.0, 4302.0, 4299.0, 4276.0, 4297.0, 4286.0, 4308.0, 4287.0, 4296.0, 4276.0, 4294.0, 4264.0, 4296.0, 4274.0, 4251.0, 4259.0, 4261.0, 4272.0, 4272.0, 4294.0, 4274.0, 4284.0, 4274.0, 4275.0, 4286.0, 4273.0, 4273.0, 4276.0, 4287.0, 4276.0, 4299.0, 4288.0, 4289.0, 4302.0, 4301.0, 4290.0, 4302.0, 4291.0, 4311.0, 4294.0, 4303.0, 4316.0, 4328.0, 4347.0, 4327.0, 4328.0, 4315.0, 4303.0, 4302.0, 4301.0, 4305.0, 4303.0, 4305.0, 4316.0, 4315.0, 4335.0, 4304.0, 4313.0, 4343.0, 4313.0, 4356.0, 4315.0, 4303.0, 4304.0, 4303.0, 4326.0, 4346.0, 4326.0, 4344.0, 4325.0, 4304.0, 4324.0, 4345.0, 4326.0, 4313.0, 4303.0, 4302.0, 4302.0, 4290.0, 4313.0, 4324.0, 4325.0, 4337.0, 4316.0, 4315.0, 4304.0, 4302.0, 4315.0, 4318.0, 4328.0, 4325.0, 4316.0, 4315.0, 4304.0, 4324.0, 4317.0, 4304.0, 4304.0, 4302.0, 4303.0, 4326.0, 4355.0, 4314.0, 4338.0, 4313.0, 4305.0, 4304.0, 4293.0, 4314.0, 4304.0, 4330.0, 4320.0, 4330.0, 4338.0, 4328.0, 4328.0, 4318.0, 4325.0, 4306.0, 4314.0, 4314.0, 4315.0, 4355.0, 4314.0, 4341.0, 4303.0, 4310.0, 4305.0, 4289.0, 4288.0, 4290.0, 4302.0, 4300.0, 4302.0, 4295.0, 4326.0, 4295.0, 4327.0, 4346.0, 4316.0, 4345.0, 4316.0, 4331.0, 4301.0, 4299.0, 4301.0, 4310.0, 4301.0, 4308.0, 4299.0, 4299.0, 4299.0, 4276.0, 4287.0, 4278.0, 4288.0, 4277.0, 4303.0, 4300.0, 4289.0, 4311.0, 4323.0, 4312.0, 4332.0, 4299.0, 4314.0, 4303.0, 4292.0, 4302.0, 4292.0, 4303.0, 4292.0, 4315.0, 4315.0, 4314.0, 4328.0, 4333.0, 4312.0, 4303.0, 4301.0, 4304.0, 4314.0, 4302.0, 4304.0, 4316.0, 4333.0, 4315.0, 4324.0, 4318.0, 4315.0, 4302.0, 4303.0, 4303.0, 4321.0, 4300.0, 4302.0, 4290.0, 4299.0, 4304.0, 4310.0, 4291.0, 4289.0, 4302.0, 4311.0, 4303.0, 4314.0, 4316.0, 4315.0, 4332.0, 4302.0, 4311.0, 4301.0, 4291.0, 4290.0, 4301.0, 4304.0, 4315.0, 4290.0, 4302.0, 4291.0, 4302.0, 4302.0, 4327.0, 4325.0, 4336.0, 4315.0, 4327.0, 4332.0, 4311.0, 4332.0, 4313.0, 4312.0, 4313.0, 4300.0, 4291.0, 4302.0, 4315.0, 4327.0, 4314.0, 4324.0, 4316.0, 4306.0, 4328.0, 4338.0, 4319.0, 4328.0, 4347.0, 4316.0, 4335.0, 4302.0, 4291.0, 4302.0, 4303.0, 4322.0, 4289.0, 4309.0, 4301.0, 4314.0, 4301.0, 4303.0, 4302.0, 4301.0, 4294.0, 4327.0, 4314.0, 4325.0, 4315.0, 4318.0, 4327.0, 4317.0, 4316.0, 4317.0, 4315.0, 4317.0, 4342.0, 4361.0, 4330.0, 4337.0, 4338.0, 4328.0, 4305.0, 4335.0, 4344.0, 4315.0, 4311.0, 4292.0, 4278.0, 4287.0, 4278.0, 4288.0, 4289.0, 4290.0, 4289.0, 4301.0, 4301.0, 4302.0, 4312.0, 4330.0, 4301.0, 4300.0, 4313.0, 4330.0, 4298.0, 4298.0, 4287.0, 4287.0, 4287.0, 4286.0, 4297.0, 4298.0, 4300.0, 4298.0, 4288.0, 4299.0, 4300.0, 4302.0, 4302.0, 4303.0, 4325.0, 4313.0, 4301.0, 4302.0, 4303.0, 4304.0, 4316.0, 4314.0, 4331.0, 4325.0, 4313.0, 4302.0, 4305.0, 4326.0, 4315.0, 4337.0, 4313.0, 4315.0, 4332.0, 4302.0, 4310.0, 4300.0, 4301.0, 4288.0, 4299.0, 4290.0, 4301.0, 4303.0, 4327.0, 4335.0, 4315.0, 4303.0, 4329.0, 4334.0, 4313.0, 4323.0, 4313.0, 4321.0, 4302.0, 4300.0, 4302.0, 4312.0, 4313.0, 4314.0, 4332.0, 4309.0, 4308.0, 4300.0, 4290.0, 4299.0, 4289.0, 4300.0, 4289.0, 4289.0, 4299.0, 4291.0, 4302.0, 4300.0, 4310.0, 4302.0, 4314.0, 4304.0, 4316.0, 4305.0, 4346.0, 4339.0, 4330.0, 4330.0, 4352.0, 4318.0, 4318.0, 4295.0, 4266.0, 4307.0, 4296.0, 4280.0, 4268.0, 4277.0, 4303.0, 4269.0, 4300.0, 4289.0, 4299.0, 4267.0, 4297.0, 4252.0, 4272.0, 4240.0, 4271.0, 4249.0, 4258.0, 4245.0, 4246.0, 4235.0, 4247.0, 4259.0, 4235.0, 4245.0, 4235.0, 4247.0, 4258.0, 4248.0, 4262.0, 4261.0, 4260.0, 4259.0, 4272.0, 4249.0, 4260.0, 4239.0, 4261.0, 4250.0, 4260.0, 4262.0, 4263.0, 4271.0, 4273.0, 4273.0, 4274.0, 4285.0, 4274.0, 4284.0, 4274.0, 4286.0, 4287.0, 4298.0, 4287.0, 4287.0, 4289.0, 4300.0, 4289.0, 4287.0, 4289.0, 4278.0, 4300.0, 4289.0, 4298.0, 4290.0, 4301.0, 4300.0, 4313.0, 4291.0, 4302.0, 4301.0, 4293.0, 4304.0, 4303.0, 4293.0, 4295.0, 4316.0, 4291.0, 4313.0, 4304.0, 4303.0, 4303.0, 4304.0, 4303.0, 4313.0, 4313.0, 4313.0, 4303.0, 4292.0, 4301.0, 4303.0, 4312.0, 4323.0, 4312.0, 4301.0, 4299.0, 4301.0, 4293.0, 4294.0, 4326.0, 4337.0, 4316.0, 4315.0, 4305.0, 4304.0, 4301.0, 4301.0, 4302.0, 4312.0, 4310.0, 4287.0, 4311.0, 4267.0, 4286.0, 4275.0, 4298.0, 4300.0, 4311.0, 4278.0, 4312.0, 4299.0, 4297.0, 4288.0, 4297.0, 4299.0, 4309.0, 4287.0, 4298.0, 4299.0, 4286.0, 4297.0, 4307.0, 4296.0, 4276.0, 4297.0, 4286.0, 4297.0, 4288.0, 4322.0, 4300.0, 4310.0, 4280.0, 4312.0, 4300.0, 4311.0, 4301.0, 4311.0, 4291.0, 4300.0, 4314.0, 4288.0, 4297.0, 4298.0, 4296.0, 4296.0, 4295.0, 4285.0, 4297.0, 4277.0, 4296.0, 4296.0, 4287.0, 4295.0, 4274.0, 4296.0, 4290.0, 4309.0, 4287.0, 4299.0, 4288.0, 4300.0, 4303.0, 4304.0, 4303.0, 4314.0, 4303.0, 4315.0, 4313.0, 4324.0, 4314.0, 4303.0, 4312.0, 4291.0, 4300.0, 4300.0, 4299.0, 4311.0, 4322.0, 4299.0, 4296.0, 4296.0, 4288.0, 4286.0, 4285.0, 4297.0, 4297.0, 4286.0, 4276.0, 4287.0, 4306.0, 4277.0, 4310.0, 4299.0, 4310.0, 4303.0, 4298.0, 4299.0, 4298.0, 4286.0, 4288.0, 4298.0, 4276.0, 4296.0, 4275.0, 4296.0, 4297.0, 4276.0, 4297.0, 4286.0, 4285.0, 4274.0, 4284.0, 4285.0, 4274.0, 4296.0, 4285.0, 4296.0, 4275.0, 4296.0, 4276.0, 4299.0, 4278.0, 4287.0, 4298.0, 4290.0, 4290.0, 4298.0, 4290.0, 4290.0, 4323.0, 4313.0, 4314.0, 4312.0, 4314.0, 4291.0, 4302.0, 4312.0, 4301.0, 4325.0, 4323.0, 4302.0, 4301.0, 4302.0, 4290.0, 4300.0, 4288.0, 4312.0, 4293.0, 4326.0, 4339.0, 4317.0, 4304.0, 4304.0, 4324.0, 4313.0, 4313.0, 4313.0, 4302.0, 4289.0, 4286.0, 4297.0, 4292.0, 4286.0, 4264.0, 4284.0, 4276.0, 4295.0, 4274.0, 4284.0, 4275.0, 4286.0, 4287.0, 4299.0, 4312.0, 4309.0, 4287.0, 4286.0, 4286.0, 4274.0, 4296.0, 4285.0, 4296.0, 4285.0, 4284.0, 4296.0, 4285.0, 4312.0, 4303.0, 4323.0, 4292.0, 4305.0, 4308.0, 4317.0, 4318.0, 4317.0, 4294.0, 4294.0, 4303.0, 4292.0, 4298.0, 4285.0, 4286.0, 4284.0, 4274.0, 4284.0, 4285.0, 4285.0, 4288.0, 4330.0, 4287.0, 4263.0, 4283.0, 4262.0, 4294.0, 4282.0, 4283.0, 4292.0, 4258.0, 4286.0, 4246.0, 4256.0, 4243.0, 4254.0, 4243.0, 4252.0, 4268.0, 4259.0, 4256.0, 4242.0, 4252.0, 4255.0, 4256.0, 4281.0, 4269.0, 4281.0, 4259.0, 4281.0, 4282.0, 4281.0, 4306.0, 4276.0, 4297.0, 4298.0, 4299.0, 4302.0, 4312.0, 4303.0, 4324.0, 4293.0, 4315.0, 4326.0, 4351.0, 4361.0, 4349.0, 4327.0, 4326.0, 4323.0, 4312.0, 4314.0, 4330.0, 4300.0, 4299.0, 4298.0, 4311.0, 4312.0, 4323.0, 4311.0, 4329.0, 4297.0, 4295.0, 4296.0, 4297.0, 4312.0, 4300.0, 4296.0, 4312.0, 4297.0, 4307.0, 4305.0, 4295.0, 4286.0, 4298.0, 4288.0, 4319.0, 4310.0, 4321.0, 4310.0, 4334.0, 4333.0, 4321.0, 4300.0, 4311.0, 4302.0, 4298.0, 4298.0, 4318.0, 4298.0, 4286.0, 4296.0, 4288.0, 4305.0], 'WindowWidth': [9634.0, 9594.0, 9566.0, 9526.0, 9520.0, 9503.0, 9515.0, 9496.0, 9497.0, 9536.0, 9495.0, 9479.0, 9494.0, 9477.0, 9495.0, 9520.0, 9518.0, 9527.0, 9514.0, 9494.0, 9515.0, 9496.0, 9518.0, 9513.0, 9519.0, 9522.0, 9527.0, 9518.0, 9502.0, 9514.0, 9519.0, 9518.0, 9539.0, 9552.0, 9523.0, 9557.0, 9521.0, 9516.0, 9537.0, 9549.0, 9532.0, 9526.0, 9518.0, 9540.0, 9517.0, 9558.0, 9516.0, 9541.0, 9512.0, 9518.0, 9508.0, 9538.0, 9510.0, 9497.0, 9513.0, 9523.0, 9513.0, 9541.0, 9529.0, 9526.0, 9491.0, 9519.0, 9482.0, 9514.0, 9499.0, 9485.0, 9543.0, 9487.0, 9481.0, 9484.0, 9484.0, 9488.0, 9502.0, 9508.0, 9509.0, 9510.0, 9490.0, 9491.0, 9474.0, 9493.0, 9514.0, 9495.0, 9509.0, 9492.0, 9496.0, 9491.0, 9510.0, 9550.0, 9493.0, 9472.0, 9502.0, 9527.0, 9487.0, 9513.0, 9488.0, 9498.0, 9486.0, 9509.0, 9488.0, 9467.0, 9487.0, 9488.0, 9490.0, 9489.0, 9491.0, 9518.0, 9494.0, 9492.0, 9493.0, 9506.0, 9475.0, 9490.0, 9472.0, 9491.0, 9557.0, 9509.0, 9518.0, 9507.0, 9528.0, 9492.0, 9513.0, 9505.0, 9504.0, 9491.0, 9519.0, 9492.0, 9505.0, 9487.0, 9490.0, 9483.0, 9488.0, 9537.0, 9508.0, 9530.0, 9492.0, 9488.0, 9507.0, 9531.0, 9514.0, 9526.0, 9514.0, 9519.0, 9507.0, 9489.0, 9512.0, 9492.0, 9493.0, 9493.0, 9489.0, 9490.0, 9495.0, 9493.0, 9492.0, 9492.0, 9492.0, 9507.0, 9489.0, 9494.0, 9490.0, 9510.0, 9519.0, 9508.0, 9536.0, 9518.0, 9507.0, 9493.0, 9514.0, 9506.0, 9507.0, 9517.0, 9526.0, 9508.0, 9504.0, 9504.0, 9505.0, 9510.0, 9550.0, 9534.0, 9597.0, 9548.0, 9527.0, 9504.0, 9500.0, 9489.0, 9526.0, 9515.0, 9515.0, 9509.0, 9503.0, 9510.0, 9524.0, 9493.0, 9502.0, 9503.0, 9484.0, 9489.0, 9492.0, 9497.0, 9486.0, 9474.0, 9484.0, 9469.0, 9499.0, 9470.0, 9487.0, 9490.0, 9489.0, 9474.0, 9490.0, 9512.0, 9510.0, 9519.0, 9510.0, 9548.0, 9494.0, 9480.0, 9517.0, 9549.0, 9505.0, 9521.0, 9496.0, 9519.0, 9512.0, 9557.0, 9510.0, 9504.0, 9497.0, 9510.0, 9498.0, 9491.0, 9490.0, 9473.0, 9476.0, 9475.0, 9473.0, 9510.0, 9526.0, 9512.0, 9551.0, 9496.0, 9495.0, 9497.0, 9498.0, 9521.0, 9516.0, 9512.0, 9515.0, 9484.0, 9512.0, 9501.0, 9532.0, 9518.0, 9528.0, 9525.0, 9495.0, 9496.0, 9514.0, 9504.0, 9497.0, 9515.0, 9509.0, 9503.0, 9543.0, 9518.0, 9520.0, 9553.0, 9513.0, 9478.0, 9495.0, 9534.0, 9501.0, 9507.0, 9501.0, 9501.0, 9504.0, 9529.0, 9523.0, 9531.0, 9522.0, 9539.0, 9510.0, 9548.0, 9503.0, 9514.0, 9496.0, 9498.0, 9569.0, 9514.0, 9551.0, 9495.0, 9517.0, 9490.0, 9489.0, 9494.0, 9482.0, 9497.0, 9495.0, 9499.0, 9503.0, 9487.0, 9514.0, 9501.0, 9532.0, 9556.0, 9517.0, 9549.0, 9512.0, 9574.0, 9511.0, 9511.0, 9499.0, 9509.0, 9513.0, 9549.0, 9511.0, 9513.0, 9500.0, 9518.0, 9524.0, 9539.0, 9491.0, 9495.0, 9474.0, 9507.0, 9480.0, 9515.0, 9555.0, 9514.0, 9483.0, 9508.0, 9479.0, 9512.0, 9552.0, 9512.0, 9562.0, 9511.0, 9534.0, 9508.0, 9494.0, 9513.0, 9514.0, 9494.0, 9525.0, 9481.0, 9533.0, 9497.0, 9511.0, 9536.0, 9497.0, 9482.0, 9496.0, 9478.0, 9513.0, 9569.0, 9522.0, 9533.0, 9518.0, 9523.0, 9518.0, 9535.0, 9512.0, 9529.0, 9521.0, 9531.0, 9499.0, 9493.0, 9491.0, 9495.0, 9498.0, 9520.0, 9496.0, 9503.0, 9492.0, 9495.0, 9506.0, 9534.0, 9552.0, 9510.0, 9477.0, 9490.0, 9476.0, 9509.0, 9518.0, 9511.0, 9554.0, 9510.0, 9548.0, 9497.0, 9503.0, 9517.0, 9506.0, 9479.0, 9495.0, 9493.0, 9492.0, 9481.0, 9491.0, 9483.0, 9511.0, 9499.0, 9519.0, 9572.0, 9541.0, 9543.0, 9514.0, 9491.0, 9482.0, 9500.0, 9521.0, 9505.0, 9502.0, 9504.0, 9521.0, 9545.0, 9566.0, 9542.0, 9539.0, 9540.0, 9502.0, 9521.0, 9575.0, 9535.0, 9540.0, 9502.0, 9523.0, 9497.0, 9522.0, 9498.0, 9525.0, 9509.0, 9511.0, 9487.0, 9511.0, 9488.0, 9470.0, 9493.0, 9487.0, 9476.0, 9488.0, 9514.0, 9496.0, 9540.0, 9488.0, 9531.0, 9490.0, 9499.0, 9475.0, 9486.0, 9519.0, 9492.0, 9475.0, 9507.0, 9479.0, 9490.0, 9525.0, 9530.0, 9549.0, 9496.0, 9509.0, 9498.0, 9527.0, 9506.0, 9508.0, 9488.0, 9493.0, 9496.0, 9515.0, 9502.0, 9516.0, 9581.0, 9550.0, 9554.0, 9539.0, 9578.0, 9535.0, 9526.0, 9514.0, 9571.0, 9515.0, 9528.0, 9511.0, 9508.0, 9498.0, 9493.0, 9538.0, 9529.0, 9514.0, 9529.0, 9510.0, 9493.0, 9493.0, 9514.0, 9492.0, 9481.0, 9491.0, 9510.0, 9524.0, 9509.0, 9480.0, 9496.0, 9527.0, 9514.0, 9521.0, 9555.0, 9583.0, 9551.0, 9536.0, 9540.0, 9575.0, 9551.0, 9515.0, 9520.0, 9552.0, 9530.0, 9502.0, 9548.0, 9545.0, 9585.0, 9579.0, 9618.0, 9538.0, 9511.0, 9503.0, 9467.0, 9496.0, 9482.0, 9512.0, 9483.0, 9492.0, 9465.0, 9485.0, 9447.0, 9497.0, 9460.0, 9425.0, 9433.0, 9438.0, 9453.0, 9457.0, 9488.0, 9463.0, 9475.0, 9462.0, 9466.0, 9481.0, 9458.0, 9461.0, 9468.0, 9486.0, 9468.0, 9504.0, 9487.0, 9491.0, 9512.0, 9511.0, 9494.0, 9515.0, 9498.0, 9527.0, 9507.0, 9520.0, 9540.0, 9560.0, 9585.0, 9557.0, 9560.0, 9537.0, 9517.0, 9516.0, 9512.0, 9524.0, 9519.0, 9526.0, 9539.0, 9540.0, 9564.0, 9520.0, 9531.0, 9570.0, 9531.0, 9593.0, 9537.0, 9518.0, 9518.0, 9518.0, 9554.0, 9581.0, 9554.0, 9574.0, 9550.0, 9522.0, 9549.0, 9576.0, 9554.0, 9530.0, 9516.0, 9514.0, 9515.0, 9496.0, 9530.0, 9546.0, 9551.0, 9572.0, 9541.0, 9537.0, 9521.0, 9517.0, 9536.0, 9547.0, 9561.0, 9552.0, 9539.0, 9536.0, 9522.0, 9547.0, 9543.0, 9519.0, 9519.0, 9516.0, 9517.0, 9555.0, 9591.0, 9535.0, 9574.0, 9535.0, 9524.0, 9521.0, 9505.0, 9536.0, 9521.0, 9568.0, 9555.0, 9566.0, 9573.0, 9561.0, 9560.0, 9545.0, 9551.0, 9525.0, 9535.0, 9530.0, 9537.0, 9592.0, 9534.0, 9564.0, 9517.0, 9524.0, 9523.0, 9491.0, 9488.0, 9494.0, 9512.0, 9509.0, 9516.0, 9510.0, 9554.0, 9511.0, 9555.0, 9581.0, 9539.0, 9578.0, 9541.0, 9552.0, 9510.0, 9503.0, 9508.0, 9521.0, 9509.0, 9515.0, 9504.0, 9507.0, 9505.0, 9467.0, 9485.0, 9475.0, 9489.0, 9473.0, 9518.0, 9511.0, 9493.0, 9527.0, 9544.0, 9527.0, 9552.0, 9508.0, 9534.0, 9518.0, 9501.0, 9516.0, 9500.0, 9520.0, 9502.0, 9538.0, 9540.0, 9536.0, 9563.0, 9561.0, 9531.0, 9518.0, 9514.0, 9521.0, 9534.0, 9515.0, 9521.0, 9541.0, 9562.0, 9537.0, 9548.0, 9546.0, 9538.0, 9514.0, 9517.0, 9517.0, 9539.0, 9511.0, 9512.0, 9494.0, 9507.0, 9521.0, 9522.0, 9500.0, 9496.0, 9514.0, 9526.0, 9518.0, 9536.0, 9543.0, 9537.0, 9558.0, 9515.0, 9525.0, 9514.0, 9499.0, 9497.0, 9512.0, 9522.0, 9539.0, 9497.0, 9513.0, 9498.0, 9515.0, 9519.0, 9558.0, 9554.0, 9571.0, 9540.0, 9557.0, 9555.0, 9525.0, 9556.0, 9533.0, 9528.0, 9534.0, 9509.0, 9497.0, 9513.0, 9539.0, 9560.0, 9537.0, 9551.0, 9542.0, 9528.0, 9562.0, 9576.0, 9549.0, 9560.0, 9582.0, 9541.0, 9564.0, 9515.0, 9499.0, 9515.0, 9516.0, 9539.0, 9491.0, 9518.0, 9514.0, 9533.0, 9514.0, 9519.0, 9517.0, 9513.0, 9507.0, 9559.0, 9536.0, 9552.0, 9539.0, 9550.0, 9562.0, 9547.0, 9544.0, 9547.0, 9542.0, 9548.0, 9586.0, 9610.0, 9567.0, 9572.0, 9573.0, 9560.0, 9522.0, 9566.0, 9575.0, 9535.0, 9524.0, 9501.0, 9472.0, 9484.0, 9473.0, 9488.0, 9490.0, 9494.0, 9493.0, 9513.0, 9514.0, 9513.0, 9529.0, 9551.0, 9510.0, 9508.0, 9531.0, 9548.0, 9503.0, 9503.0, 9486.0, 9485.0, 9487.0, 9484.0, 9501.0, 9505.0, 9511.0, 9505.0, 9491.0, 9505.0, 9509.0, 9516.0, 9514.0, 9516.0, 9550.0, 9531.0, 9513.0, 9514.0, 9518.0, 9521.0, 9541.0, 9536.0, 9570.0, 9551.0, 9535.0, 9517.0, 9523.0, 9555.0, 9539.0, 9570.0, 9533.0, 9537.0, 9557.0, 9515.0, 9524.0, 9510.0, 9510.0, 9488.0, 9503.0, 9495.0, 9512.0, 9519.0, 9561.0, 9569.0, 9539.0, 9519.0, 9565.0, 9564.0, 9534.0, 9546.0, 9533.0, 9541.0, 9515.0, 9510.0, 9517.0, 9531.0, 9532.0, 9535.0, 9557.0, 9520.0, 9514.0, 9509.0, 9496.0, 9505.0, 9492.0, 9508.0, 9491.0, 9492.0, 9505.0, 9500.0, 9515.0, 9508.0, 9525.0, 9515.0, 9534.0, 9520.0, 9539.0, 9526.0, 9603.0, 9581.0, 9566.0, 9567.0, 9599.0, 9542.0, 9540.0, 9506.0, 9449.0, 9526.0, 9508.0, 9474.0, 9456.0, 9464.0, 9510.0, 9458.0, 9503.0, 9484.0, 9498.0, 9450.0, 9492.0, 9423.0, 9449.0, 9402.0, 9447.0, 9409.0, 9424.0, 9402.0, 9404.0, 9386.0, 9409.0, 9427.0, 9388.0, 9399.0, 9386.0, 9405.0, 9422.0, 9411.0, 9437.0, 9434.0, 9429.0, 9427.0, 9447.0, 9415.0, 9432.0, 9401.0, 9432.0, 9417.0, 9432.0, 9435.0, 9440.0, 9448.0, 9453.0, 9452.0, 9457.0, 9475.0, 9456.0, 9471.0, 9458.0, 9479.0, 9481.0, 9498.0, 9481.0, 9482.0, 9490.0, 9506.0, 9489.0, 9483.0, 9487.0, 9472.0, 9504.0, 9487.0, 9500.0, 9490.0, 9508.0, 9508.0, 9527.0, 9493.0, 9511.0, 9509.0, 9502.0, 9516.0, 9514.0, 9500.0, 9506.0, 9538.0, 9498.0, 9528.0, 9516.0, 9515.0, 9515.0, 9517.0, 9512.0, 9528.0, 9529.0, 9527.0, 9515.0, 9496.0, 9509.0, 9513.0, 9526.0, 9542.0, 9524.0, 9509.0, 9503.0, 9508.0, 9502.0, 9506.0, 9551.0, 9569.0, 9538.0, 9535.0, 9519.0, 9515.0, 9506.0, 9508.0, 9513.0, 9523.0, 9519.0, 9482.0, 9522.0, 9454.0, 9478.0, 9462.0, 9497.0, 9507.0, 9524.0, 9473.0, 9526.0, 9504.0, 9496.0, 9485.0, 9497.0, 9503.0, 9516.0, 9483.0, 9498.0, 9504.0, 9480.0, 9495.0, 9510.0, 9491.0, 9466.0, 9496.0, 9480.0, 9498.0, 9488.0, 9540.0, 9508.0, 9520.0, 9479.0, 9524.0, 9506.0, 9520.0, 9509.0, 9522.0, 9493.0, 9506.0, 9531.0, 9484.0, 9495.0, 9497.0, 9492.0, 9491.0, 9489.0, 9478.0, 9496.0, 9469.0, 9491.0, 9492.0, 9483.0, 9492.0, 9462.0, 9494.0, 9492.0, 9515.0, 9485.0, 9504.0, 9486.0, 9506.0, 9517.0, 9520.0, 9518.0, 9534.0, 9515.0, 9535.0, 9531.0, 9545.0, 9529.0, 9513.0, 9524.0, 9492.0, 9503.0, 9505.0, 9502.0, 9521.0, 9539.0, 9500.0, 9490.0, 9491.0, 9485.0, 9479.0, 9477.0, 9496.0, 9497.0, 9478.0, 9467.0, 9484.0, 9507.0, 9471.0, 9518.0, 9504.0, 9517.0, 9517.0, 9497.0, 9500.0, 9497.0, 9478.0, 9485.0, 9500.0, 9465.0, 9493.0, 9464.0, 9493.0, 9496.0, 9466.0, 9496.0, 9480.0, 9476.0, 9458.0, 9472.0, 9474.0, 9460.0, 9492.0, 9477.0, 9493.0, 9463.0, 9494.0, 9468.0, 9503.0, 9473.0, 9481.0, 9500.0, 9493.0, 9492.0, 9501.0, 9494.0, 9496.0, 9542.0, 9531.0, 9531.0, 9529.0, 9531.0, 9499.0, 9513.0, 9524.0, 9508.0, 9550.0, 9542.0, 9511.0, 9510.0, 9509.0, 9492.0, 9506.0, 9489.0, 9525.0, 9503.0, 9554.0, 9575.0, 9541.0, 9518.0, 9517.0, 9545.0, 9528.0, 9528.0, 9528.0, 9510.0, 9486.0, 9477.0, 9492.0, 9482.0, 9475.0, 9446.0, 9472.0, 9467.0, 9489.0, 9460.0, 9473.0, 9463.0, 9479.0, 9480.0, 9502.0, 9525.0, 9515.0, 9483.0, 9480.0, 9481.0, 9459.0, 9493.0, 9479.0, 9493.0, 9478.0, 9475.0, 9494.0, 9480.0, 9527.0, 9513.0, 9544.0, 9502.0, 9523.0, 9532.0, 9541.0, 9542.0, 9540.0, 9506.0, 9503.0, 9515.0, 9496.0, 9499.0, 9475.0, 9478.0, 9473.0, 9459.0, 9474.0, 9478.0, 9479.0, 9487.0, 9549.0, 9486.0, 9446.0, 9473.0, 9439.0, 9490.0, 9468.0, 9472.0, 9480.0, 9430.0, 9466.0, 9409.0, 9422.0, 9401.0, 9416.0, 9401.0, 9413.0, 9445.0, 9434.0, 9426.0, 9400.0, 9412.0, 9421.0, 9424.0, 9469.0, 9449.0, 9465.0, 9435.0, 9467.0, 9468.0, 9468.0, 9512.0, 9470.0, 9502.0, 9505.0, 9506.0, 9517.0, 9533.0, 9522.0, 9549.0, 9509.0, 9541.0, 9557.0, 9598.0, 9616.0, 9596.0, 9561.0, 9553.0, 9546.0, 9528.0, 9533.0, 9551.0, 9509.0, 9505.0, 9504.0, 9527.0, 9531.0, 9544.0, 9526.0, 9547.0, 9500.0, 9494.0, 9496.0, 9502.0, 9531.0, 9511.0, 9498.0, 9527.0, 9500.0, 9514.0, 9507.0, 9492.0, 9483.0, 9504.0, 9491.0, 9536.0, 9524.0, 9539.0, 9526.0, 9564.0, 9563.0, 9541.0, 9508.0, 9528.0, 9514.0, 9502.0, 9504.0, 9531.0, 9502.0, 9484.0, 9495.0, 9487.0, 9508.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.013742803030303032</td></tr>
<tr><td colspan=3>aqi</td><td>0.08375548196969697</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.37201060336619</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1319212080212286</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0034100602501894</td></tr>
<tr><td colspan=3>efc</td><td>0.4658</td></tr>
<tr><td colspan=3>fber</td><td>7160.7734</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13078864633796938</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.333333333333334</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6672666465091113</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4915252133246826</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.949778475126346</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.560496251076305</td></tr>
<tr><td colspan=3>gcor</td><td>0.00971731</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015626778826117516</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02968406304717064</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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.121680161135384</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>27.3445</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.1822</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.3323</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301693.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>742.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>306.6915</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.454</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.7355</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3507.0653</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3696.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74851.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1374.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>896.7157</td></tr>
<tr><td colspan=3>tsnr</td><td>24.287218951969407</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>