<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-04/func/sub-0133_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>d32a8777d7d03b76eb5dcbcb68861081</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>19:00:49.217500</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.997932, 0.0562561, 0.0311082, -0.0566667, 0.998315, 0.0124776]</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.10379</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, -7797, -7230, 197, -86, -117, 8, 45]</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.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>277.537</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>3f4b66aa-7133-4abe-9ede-206226b84f8b||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.677377700805664, -0.15203255414962769, 0.08195526152849197, 118.6327896118164], [-0.1509310007095337, 2.6784067153930664, 0.038379326462745667, -90.05366516113281], [0.08346089720726013, -0.03347643092274666, 2.6984827518463135, -76.40491485595703], [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': ['190049.217500', '190049.677500', '190050.137500', '190050.597500', '190051.057500', '190051.517500', '190051.977500', '190052.437500', '190052.897500', '190053.357500', '190053.817500', '190054.277500', '190054.737500', '190055.197500', '190055.657500', '190056.117500', '190056.577500', '190057.037500', '190057.497500', '190057.957500', '190058.417500', '190058.877500', '190059.337500', '190059.797500', '190100.257500', '190100.717500', '190101.177500', '190101.637500', '190102.097500', '190102.557500', '190103.017500', '190103.477500', '190103.937500', '190104.397500', '190104.857500', '190105.317500', '190105.777500', '190106.237500', '190106.697500', '190107.157500', '190107.617500', '190108.077500', '190108.537500', '190108.997500', '190109.457500', '190109.917500', '190110.377500', '190110.837500', '190111.297500', '190111.757500', '190112.217500', '190112.677500', '190113.137500', '190113.597500', '190114.057500', '190114.517500', '190114.977500', '190115.437500', '190115.897500', '190116.357500', '190116.817500', '190117.277500', '190117.737500', '190118.197500', '190118.657500', '190119.117500', '190119.577500', '190120.037500', '190120.497500', '190120.957500', '190121.417500', '190121.877500', '190122.337500', '190122.797500', '190123.257500', '190123.717500', '190124.177500', '190124.637500', '190125.097500', '190125.557500', '190126.017500', '190126.477500', '190126.937500', '190127.397500', '190127.857500', '190128.317500', '190128.777500', '190129.237500', '190129.697500', '190130.157500', '190130.617500', '190131.077500', '190131.537500', '190131.997500', '190132.457500', '190132.917500', '190133.377500', '190133.837500', '190134.297500', '190134.757500', '190135.217500', '190135.677500', '190136.137500', '190136.597500', '190137.057500', '190137.517500', '190137.977500', '190138.437500', '190138.897500', '190139.357500', '190139.817500', '190140.277500', '190140.737500', '190141.197500', '190141.657500', '190142.117500', '190142.577500', '190143.037500', '190143.497500', '190143.957500', '190144.417500', '190144.877500', '190145.337500', '190145.797500', '190146.257500', '190146.717500', '190147.177500', '190147.637500', '190148.097500', '190148.557500', '190149.017500', '190149.477500', '190149.937500', '190150.397500', '190150.857500', '190151.317500', '190151.777500', '190152.237500', '190152.697500', '190153.157500', '190153.617500', '190154.077500', '190154.537500', '190154.997500', '190155.457500', '190155.917500', '190156.377500', '190156.837500', '190157.297500', '190157.757500', '190158.217500', '190158.677500', '190159.137500', '190159.597500', '190200.057500', '190200.517500', '190200.977500', '190201.437500', '190201.897500', '190202.357500', '190202.817500', '190203.277500', '190203.737500', '190204.197500', '190204.657500', '190205.117500', '190205.577500', '190206.037500', '190206.497500', '190206.957500', '190207.417500', '190207.877500', '190208.337500', '190208.797500', '190209.257500', '190209.717500', '190210.177500', '190210.637500', '190211.097500', '190211.557500', '190212.017500', '190212.477500', '190212.937500', '190213.397500', '190213.857500', '190214.317500', '190214.777500', '190215.237500', '190215.697500', '190216.157500', '190216.617500', '190217.077500', '190217.537500', '190217.997500', '190218.457500', '190218.917500', '190219.377500', '190219.837500', '190220.297500', '190220.757500', '190221.217500', '190221.677500', '190222.137500', '190222.597500', '190223.057500', '190223.517500', '190223.977500', '190224.437500', '190224.897500', '190225.357500', '190225.817500', '190226.277500', '190226.737500', '190227.197500', '190227.657500', '190228.117500', '190228.577500', '190229.037500', '190229.497500', '190229.957500', '190230.417500', '190230.877500', '190231.337500', '190231.797500', '190232.257500', '190232.717500', '190233.177500', '190233.637500', '190234.097500', '190234.557500', '190235.017500', '190235.477500', '190235.937500', '190236.397500', '190236.857500', '190237.317500', '190237.777500', '190238.237500', '190238.697500', '190239.157500', '190239.617500', '190240.077500', '190240.537500', '190240.997500', '190241.457500', '190241.917500', '190242.377500', '190242.837500', '190243.297500', '190243.757500', '190244.217500', '190244.677500', '190245.137500', '190245.597500', '190246.057500', '190246.517500', '190246.977500', '190247.437500', '190247.897500', '190248.357500', '190248.817500', '190249.277500', '190249.737500', '190250.197500', '190250.657500', '190251.117500', '190251.577500', '190252.037500', '190252.497500', '190252.957500', '190253.417500', '190253.877500', '190254.337500', '190254.797500', '190255.257500', '190255.717500', '190256.177500', '190256.637500', '190257.097500', '190257.557500', '190258.017500', '190258.477500', '190258.937500', '190259.397500', '190259.857500', '190300.317500', '190300.777500', '190301.237500', '190301.697500', '190302.157500', '190302.617500', '190303.077500', '190303.537500', '190303.997500', '190304.457500', '190304.917500', '190305.377500', '190305.837500', '190306.297500', '190306.757500', '190307.217500', '190307.677500', '190308.137500', '190308.597500', '190309.057500', '190309.517500', '190309.977500', '190310.437500', '190310.897500', '190311.357500', '190311.817500', '190312.277500', '190312.737500', '190313.197500', '190313.657500', '190314.117500', '190314.577500', '190315.037500', '190315.497500', '190315.957500', '190316.417500', '190316.877500', '190317.337500', '190317.797500', '190318.257500', '190318.717500', '190319.177500', '190319.637500', '190320.097500', '190320.557500', '190321.017500', '190321.477500', '190321.937500', '190322.397500', '190322.857500', '190323.317500', '190323.777500', '190324.237500', '190324.697500', '190325.157500', '190325.617500', '190326.077500', '190326.537500', '190326.997500', '190327.457500', '190327.917500', '190328.377500', '190328.837500', '190329.297500', '190329.757500', '190330.217500', '190330.677500', '190331.137500', '190331.597500', '190332.057500', '190332.517500', '190332.977500', '190333.437500', '190333.897500', '190334.357500', '190334.817500', '190335.277500', '190335.737500', '190336.197500', '190336.657500', '190337.117500', '190337.577500', '190338.037500', '190338.497500', '190338.957500', '190339.417500', '190339.877500', '190340.337500', '190340.797500', '190341.257500', '190341.717500', '190342.177500', '190342.637500', '190343.097500', '190343.557500', '190344.017500', '190344.477500', '190344.937500', '190345.397500', '190345.857500', '190346.317500', '190346.777500', '190347.237500', '190347.697500', '190348.157500', '190348.617500', '190349.077500', '190349.537500', '190349.997500', '190350.457500', '190350.917500', '190351.377500', '190351.837500', '190352.297500', '190352.757500', '190353.217500', '190353.677500', '190354.137500', '190354.597500', '190355.057500', '190355.517500', '190355.977500', '190356.437500', '190356.897500', '190357.357500', '190357.817500', '190358.277500', '190358.737500', '190359.197500', '190359.657500', '190400.117500', '190400.577500', '190401.037500', '190401.497500', '190401.957500', '190402.417500', '190402.877500', '190403.337500', '190403.797500', '190404.257500', '190404.717500', '190405.177500', '190405.637500', '190406.097500', '190406.557500', '190407.017500', '190407.477500', '190407.937500', '190408.397500', '190408.857500', '190409.317500', '190409.777500', '190410.237500', '190410.697500', '190411.157500', '190411.617500', '190412.077500', '190412.537500', '190412.997500', '190413.457500', '190413.917500', '190414.377500', '190414.837500', '190415.297500', '190415.757500', '190416.217500', '190416.677500', '190417.137500', '190417.597500', '190418.057500', '190418.517500', '190418.977500', '190419.437500', '190419.897500', '190420.357500', '190420.817500', '190421.277500', '190421.737500', '190422.197500', '190422.657500', '190423.117500', '190423.577500', '190424.037500', '190424.497500', '190424.957500', '190425.417500', '190425.877500', '190426.337500', '190426.797500', '190427.257500', '190427.717500', '190428.177500', '190428.637500', '190429.097500', '190429.557500', '190430.017500', '190430.477500', '190430.937500', '190431.397500', '190431.857500', '190432.317500', '190432.777500', '190433.237500', '190433.697500', '190434.157500', '190434.617500', '190435.077500', '190435.537500', '190435.997500', '190436.457500', '190436.917500', '190437.377500', '190437.837500', '190438.297500', '190438.757500', '190439.217500', '190439.677500', '190440.137500', '190440.597500', '190441.057500', '190441.517500', '190441.977500', '190442.437500', '190442.897500', '190443.357500', '190443.817500', '190444.277500', '190444.737500', '190445.197500', '190445.657500', '190446.117500', '190446.577500', '190447.037500', '190447.497500', '190447.957500', '190448.417500', '190448.877500', '190449.337500', '190449.797500', '190450.257500', '190450.717500', '190451.177500', '190451.637500', '190452.097500', '190452.557500', '190453.017500', '190453.477500', '190453.937500', '190454.397500', '190454.857500', '190455.317500', '190455.777500', '190456.237500', '190456.697500', '190457.157500', '190457.617500', '190458.077500', '190458.537500', '190458.997500', '190459.457500', '190459.917500', '190500.377500', '190500.837500', '190501.297500', '190501.757500', '190502.217500', '190502.677500', '190503.137500', '190503.597500', '190504.057500', '190504.517500', '190504.977500', '190505.437500', '190505.897500', '190506.357500', '190506.817500', '190507.277500', '190507.737500', '190508.197500', '190508.657500', '190509.117500', '190509.577500', '190510.037500', '190510.497500', '190510.957500', '190511.417500', '190511.877500', '190512.337500', '190512.797500', '190513.257500', '190513.717500', '190514.177500', '190514.637500', '190515.097500', '190515.557500', '190516.017500', '190516.477500', '190516.937500', '190517.397500', '190517.857500', '190518.317500', '190518.777500', '190519.237500', '190519.697500', '190520.157500', '190520.617500', '190521.077500', '190521.537500', '190521.997500', '190522.457500', '190522.917500', '190523.377500', '190523.837500', '190524.297500', '190524.757500', '190525.217500', '190525.677500', '190526.137500', '190526.597500', '190527.057500', '190527.517500', '190527.977500', '190528.437500', '190528.897500', '190529.357500', '190529.817500', '190530.277500', '190530.737500', '190531.197500', '190531.657500', '190532.117500', '190532.577500', '190533.037500', '190533.497500', '190533.957500', '190534.417500', '190534.877500', '190535.337500', '190535.797500', '190536.257500', '190536.717500', '190537.177500', '190537.637500', '190538.097500', '190538.557500', '190539.017500', '190539.477500', '190539.937500', '190540.397500', '190540.857500', '190541.317500', '190541.777500', '190542.237500', '190542.697500', '190543.157500', '190543.617500', '190544.077500', '190544.537500', '190544.997500', '190545.457500', '190545.917500', '190546.377500', '190546.837500', '190547.297500', '190547.757500', '190548.217500', '190548.677500', '190549.137500', '190549.597500', '190550.057500', '190550.517500', '190550.977500', '190551.437500', '190551.897500', '190552.357500', '190552.817500', '190553.277500', '190553.737500', '190554.197500', '190554.657500', '190555.117500', '190555.577500', '190556.037500', '190556.497500', '190556.957500', '190557.417500', '190557.877500', '190558.337500', '190558.797500', '190559.257500', '190559.717500', '190600.177500', '190600.637500', '190601.097500', '190601.557500', '190602.017500', '190602.477500', '190602.937500', '190603.397500', '190603.857500', '190604.317500', '190604.777500', '190605.237500', '190605.697500', '190606.157500', '190606.617500', '190607.077500', '190607.537500', '190607.997500', '190608.457500', '190608.917500', '190609.377500', '190609.837500', '190610.297500', '190610.757500', '190611.217500', '190611.677500', '190612.137500', '190612.597500', '190613.057500', '190613.517500', '190613.977500', '190614.437500', '190614.897500', '190615.357500', '190615.817500', '190616.277500', '190616.737500', '190617.197500', '190617.657500', '190618.117500', '190618.577500', '190619.037500', '190619.497500', '190619.957500', '190620.417500', '190620.877500', '190621.337500', '190621.797500', '190622.257500', '190622.717500', '190623.177500', '190623.637500', '190624.097500', '190624.557500', '190625.017500', '190625.477500', '190625.937500', '190626.397500', '190626.857500', '190627.317500', '190627.777500', '190628.237500', '190628.697500', '190629.157500', '190629.617500', '190630.077500', '190630.537500', '190630.997500', '190631.457500', '190631.917500', '190632.377500', '190632.837500', '190633.297500', '190633.757500', '190634.217500', '190634.677500', '190635.137500', '190635.597500', '190636.057500', '190636.517500', '190636.977500', '190637.437500', '190637.897500', '190638.357500', '190638.817500', '190639.277500', '190639.737500', '190640.197500', '190640.657500', '190641.117500', '190641.577500', '190642.037500', '190642.497500', '190642.957500', '190643.417500', '190643.877500', '190644.337500', '190644.797500', '190645.257500', '190645.717500', '190646.177500', '190646.637500', '190647.097500', '190647.557500', '190648.017500', '190648.477500', '190648.937500', '190649.397500', '190649.857500', '190650.317500', '190650.777500', '190651.237500', '190651.697500', '190652.157500', '190652.617500', '190653.077500', '190653.537500', '190653.997500', '190654.457500', '190654.917500', '190655.377500', '190655.837500', '190656.297500', '190656.757500', '190657.217500', '190657.677500', '190658.137500', '190658.597500', '190659.057500', '190659.517500', '190659.977500', '190700.437500', '190700.897500', '190701.357500', '190701.817500', '190702.277500', '190702.737500', '190703.197500', '190703.657500', '190704.117500', '190704.577500', '190705.037500', '190705.497500', '190705.957500', '190706.417500', '190706.877500', '190707.337500', '190707.797500', '190708.257500', '190708.717500', '190709.177500', '190709.637500', '190710.097500', '190710.557500', '190711.017500', '190711.477500', '190711.937500', '190712.397500', '190712.857500', '190713.317500', '190713.777500', '190714.237500', '190714.697500', '190715.157500', '190715.617500', '190716.077500', '190716.537500', '190716.997500', '190717.457500', '190717.917500', '190718.377500', '190718.837500', '190719.297500', '190719.757500', '190720.217500', '190720.677500', '190721.137500', '190721.597500', '190722.057500', '190722.517500', '190722.977500', '190723.437500', '190723.897500', '190724.357500', '190724.817500', '190725.277500', '190725.737500', '190726.197500', '190726.657500', '190727.117500', '190727.577500', '190728.037500', '190728.497500', '190728.957500', '190729.417500', '190729.877500', '190730.337500', '190730.797500', '190731.257500', '190731.717500', '190732.177500', '190732.637500', '190733.097500', '190733.557500', '190734.017500', '190734.477500', '190734.937500', '190735.397500', '190735.857500', '190736.317500', '190736.777500', '190737.237500', '190737.697500', '190738.157500', '190738.617500', '190739.077500', '190739.537500', '190739.997500', '190740.457500', '190740.917500', '190741.377500', '190741.837500', '190742.297500', '190742.757500', '190743.217500', '190743.677500', '190744.137500', '190744.597500', '190745.057500', '190745.517500', '190745.977500', '190746.437500', '190746.897500', '190747.357500', '190747.817500', '190748.277500', '190748.737500', '190749.197500', '190749.657500', '190750.117500', '190750.577500', '190751.037500', '190751.497500', '190751.957500', '190752.417500', '190752.877500', '190753.337500', '190753.797500', '190754.257500', '190754.717500', '190755.177500', '190755.637500', '190756.097500', '190756.557500', '190757.017500', '190757.477500', '190757.937500', '190758.397500', '190758.857500', '190759.317500', '190759.777500', '190800.237500', '190800.697500', '190801.157500', '190801.617500', '190802.077500', '190802.537500', '190802.997500', '190803.457500', '190803.917500', '190804.377500', '190804.837500', '190805.297500', '190805.757500', '190806.217500', '190806.677500', '190807.137500', '190807.597500', '190808.057500', '190808.517500', '190808.977500', '190809.437500', '190809.897500', '190810.357500', '190810.817500', '190811.277500', '190811.737500', '190812.197500', '190812.657500', '190813.117500', '190813.577500', '190814.037500', '190814.497500', '190814.957500', '190815.417500', '190815.877500', '190816.337500', '190816.797500', '190817.257500', '190817.717500', '190818.177500', '190818.637500', '190819.097500', '190819.557500', '190820.017500', '190820.477500', '190820.937500', '190821.397500', '190821.857500', '190822.317500', '190822.777500', '190823.237500', '190823.697500', '190824.157500', '190824.617500', '190825.077500', '190825.537500', '190825.997500', '190826.457500', '190826.917500', '190827.377500', '190827.837500', '190828.297500', '190828.757500', '190829.217500', '190829.677500', '190830.137500', '190830.597500', '190831.057500', '190831.517500', '190831.977500', '190832.437500', '190832.897500', '190833.357500', '190833.817500', '190834.277500', '190834.737500', '190835.197500', '190835.657500', '190836.117500', '190836.577500', '190837.037500', '190837.497500', '190837.957500', '190838.417500', '190838.877500', '190839.337500', '190839.797500', '190840.257500', '190840.717500', '190841.177500', '190841.637500', '190842.097500', '190842.557500', '190843.017500', '190843.477500', '190843.937500', '190844.397500', '190844.857500', '190845.317500', '190845.777500', '190846.237500', '190846.697500', '190847.157500', '190847.617500', '190848.077500', '190848.537500', '190848.997500', '190849.457500', '190849.917500', '190850.377500', '190850.837500', '190851.297500', '190851.757500', '190852.217500', '190852.677500', '190853.137500', '190853.597500', '190854.057500', '190854.517500', '190854.977500', '190855.437500', '190855.897500', '190856.357500', '190856.817500', '190857.277500', '190857.737500', '190858.197500', '190858.657500', '190859.117500', '190859.577500', '190900.037500', '190900.497500', '190900.957500', '190901.417500', '190901.877500', '190902.337500', '190902.797500', '190903.257500', '190903.717500', '190904.177500', '190904.637500', '190905.097500', '190905.557500', '190906.017500', '190906.477500', '190906.937500', '190907.397500', '190907.857500', '190908.317500', '190908.777500', '190909.237500', '190909.697500', '190910.157500', '190910.617500', '190911.077500', '190911.537500', '190911.997500', '190912.457500', '190912.917500', '190913.377500', '190913.837500', '190914.297500', '190914.757500', '190915.217500', '190915.677500', '190916.137500', '190916.597500', '190917.057500', '190917.517500', '190917.977500', '190918.437500', '190918.897500', '190919.357500', '190919.817500', '190920.277500', '190920.737500', '190921.197500', '190921.657500', '190922.117500', '190922.577500', '190923.037500', '190923.497500', '190923.957500', '190924.417500', '190924.877500', '190925.337500', '190925.797500', '190926.257500', '190926.717500', '190927.177500', '190927.637500', '190928.097500', '190928.557500', '190929.017500', '190929.477500', '190929.937500', '190930.397500', '190930.857500', '190931.317500', '190931.777500', '190932.237500', '190932.697500', '190933.157500', '190933.617500', '190934.077500', '190934.537500', '190934.997500', '190935.457500', '190935.917500', '190936.377500', '190936.837500', '190937.297500', '190937.757500', '190938.217500', '190938.677500', '190939.137500', '190939.597500', '190940.057500', '190940.517500', '190940.977500', '190941.437500', '190941.897500', '190942.357500', '190942.817500', '190943.277500', '190943.737500', '190944.197500', '190944.657500', '190945.117500', '190945.577500', '190946.037500', '190946.497500', '190946.957500', '190947.417500', '190947.877500', '190948.337500', '190948.797500', '190949.257500', '190949.717500', '190950.177500', '190950.637500', '190951.097500', '190951.557500', '190952.017500', '190952.477500', '190952.937500', '190953.397500', '190953.857500', '190954.317500', '190954.777500', '190955.237500', '190955.697500', '190956.157500', '190956.617500', '190957.077500', '190957.537500', '190957.997500', '190958.457500', '190958.917500', '190959.377500', '190959.837500', '191000.297500', '191000.757500', '191001.217500', '191001.677500', '191002.137500', '191002.597500', '191003.057500', '191003.517500', '191003.977500', '191004.437500', '191004.897500', '191005.357500', '191005.817500', '191006.277500', '191006.737500', '191007.197500', '191007.657500', '191008.117500', '191008.577500', '191009.037500', '191009.497500', '191009.957500', '191010.417500', '191010.877500', '191011.337500', '191011.797500', '191012.257500', '191012.717500', '191013.177500', '191013.637500', '191014.097500', '191014.557500', '191015.017500', '191015.477500', '191015.937500', '191016.397500', '191016.857500', '191017.317500', '191017.777500', '191018.237500', '191018.697500', '191019.157500', '191019.617500', '191020.077500', '191020.537500', '191020.997500', '191021.457500', '191021.917500', '191022.377500', '191022.837500', '191023.297500', '191023.757500', '191024.217500', '191024.677500', '191025.137500', '191025.597500', '191026.057500', '191026.517500', '191026.977500', '191027.437500', '191027.897500', '191028.357500', '191028.817500', '191029.277500', '191029.737500', '191030.197500', '191030.657500', '191031.117500', '191031.577500', '191032.037500', '191032.497500', '191032.957500', '191033.417500', '191033.877500', '191034.337500', '191034.797500', '191035.257500', '191035.717500', '191036.177500', '191036.637500', '191037.097500', '191037.557500', '191038.017500', '191038.477500', '191038.937500', '191039.397500', '191039.857500', '191040.317500', '191040.777500', '191041.237500', '191041.697500', '191042.157500', '191042.617500', '191043.077500', '191043.537500', '191043.997500', '191044.457500', '191044.917500', '191045.377500', '191045.837500', '191046.297500', '191046.757500', '191047.217500', '191047.677500', '191048.137500', '191048.597500', '191049.057500', '191049.517500', '191049.977500', '191050.437500', '191050.897500', '191051.357500', '191051.817500', '191052.277500', '191052.737500', '191053.197500', '191053.657500', '191054.117500', '191054.577500', '191055.037500', '191055.497500', '191055.957500', '191056.417500', '191056.877500'], 'ContentTime': ['190119.746000', '190119.749000', '190119.752000', '190119.754000', '190119.757000', '190119.788000', '190119.790000', '190119.793000', '190119.795000', '190119.798000', '190119.800000', '190119.803000', '190119.806000', '190119.808000', '190119.811000', '190119.813000', '190119.816000', '190119.818000', '190119.821000', '190119.823000', '190119.826000', '190119.828000', '190119.831000', '190119.833000', '190119.836000', '190119.839000', '190119.841000', '190119.850000', '190119.852000', '190119.855000', '190119.857000', '190119.860000', '190119.862000', '190119.865000', '190119.867000', '190119.870000', '190119.872000', '190119.875000', '190119.877000', '190119.880000', '190119.882000', '190119.885000', '190119.888000', '190119.890000', '190119.893000', '190119.895000', '190119.898000', '190119.900000', '190119.903000', '190119.905000', '190119.908000', '190119.910000', '190119.913000', '190119.915000', '190119.918000', '190119.924000', '190119.926000', '190119.929000', '190119.931000', '190119.934000', '190119.936000', '190119.939000', '190119.942000', '190139.719000', '190139.722000', '190139.724000', '190139.727000', '190139.729000', '190139.732000', '190139.734000', '190139.737000', '190139.739000', '190139.742000', '190139.744000', '190139.747000', '190139.749000', '190139.752000', '190139.754000', '190139.757000', '190139.760000', '190139.762000', '190139.765000', '190139.767000', '190139.770000', '190139.772000', '190139.775000', '190139.777000', '190139.780000', '190139.782000', '190139.785000', '190139.787000', '190139.790000', '190139.792000', '190139.795000', '190139.798000', '190139.800000', '190139.803000', '190139.805000', '190139.808000', '190139.810000', '190139.813000', '190139.815000', '190139.818000', '190139.820000', '190139.823000', '190139.826000', '190159.720000', '190159.722000', '190159.725000', '190159.727000', '190159.730000', '190159.732000', '190159.735000', '190159.738000', '190159.740000', '190159.743000', '190159.745000', '190159.748000', '190159.750000', '190159.753000', '190159.755000', '190159.758000', '190159.760000', '190159.763000', '190159.766000', '190159.768000', '190159.771000', '190159.773000', '190159.776000', '190159.778000', '190159.781000', '190159.784000', '190159.786000', '190159.789000', '190159.791000', '190159.794000', '190159.796000', '190159.799000', '190159.802000', '190159.804000', '190159.807000', '190159.809000', '190159.812000', '190159.814000', '190159.817000', '190159.819000', '190159.822000', '190159.825000', '190159.827000', '190159.830000', '190219.719000', '190219.722000', '190219.725000', '190219.727000', '190219.730000', '190219.732000', '190219.735000', '190219.737000', '190219.740000', '190219.743000', '190219.745000', '190219.748000', '190219.750000', '190219.753000', '190219.755000', '190219.758000', '190219.760000', '190219.763000', '190219.765000', '190219.768000', '190219.771000', '190219.773000', '190219.776000', '190219.778000', '190219.781000', '190219.783000', '190219.786000', '190219.788000', '190219.791000', '190219.793000', '190219.796000', '190219.799000', '190219.819000', '190219.822000', '190219.824000', '190219.827000', '190219.829000', '190219.832000', '190219.834000', '190219.837000', '190219.839000', '190219.842000', '190219.845000', '190239.719000', '190239.722000', '190239.725000', '190239.727000', '190239.730000', '190239.732000', '190239.735000', '190239.738000', '190239.740000', '190239.743000', '190239.745000', '190239.748000', '190239.750000', '190239.753000', '190239.756000', '190239.758000', '190239.761000', '190239.763000', '190239.766000', '190239.769000', '190239.771000', '190239.774000', '190239.776000', '190239.779000', '190239.781000', '190239.784000', '190239.786000', '190239.789000', '190239.791000', '190239.794000', '190239.796000', '190239.799000', '190239.840000', '190239.843000', '190239.846000', '190239.848000', '190239.851000', '190239.853000', '190239.856000', '190239.858000', '190239.861000', '190239.863000', '190239.866000', '190239.869000', '190259.719000', '190259.722000', '190259.725000', '190259.737000', '190259.739000', '190259.742000', '190259.744000', '190259.747000', '190259.749000', '190259.752000', '190259.755000', '190259.757000', '190259.760000', '190259.763000', '190259.765000', '190259.768000', '190259.770000', '190259.773000', '190259.775000', '190259.778000', '190259.780000', '190259.783000', '190259.786000', '190259.795000', '190259.797000', '190259.845000', '190259.848000', '190259.850000', '190259.853000', '190259.856000', '190259.858000', '190259.861000', '190259.863000', '190259.866000', '190259.869000', '190259.871000', '190259.874000', '190259.876000', '190259.879000', '190259.882000', '190259.884000', '190259.887000', '190259.889000', '190319.720000', '190319.722000', '190319.725000', '190319.728000', '190319.730000', '190319.733000', '190319.735000', '190319.738000', '190319.740000', '190319.743000', '190319.746000', '190319.748000', '190319.751000', '190319.753000', '190319.756000', '190319.758000', '190319.761000', '190319.764000', '190319.766000', '190319.769000', '190319.771000', '190319.774000', '190319.776000', '190319.779000', '190319.781000', '190319.784000', '190319.786000', '190319.789000', '190319.792000', '190319.794000', '190319.797000', '190319.799000', '190319.802000', '190319.805000', '190319.807000', '190319.810000', '190319.812000', '190319.815000', '190319.817000', '190319.820000', '190319.822000', '190319.825000', '190319.828000', '190319.830000', '190339.719000', '190339.721000', '190339.724000', '190339.727000', '190339.729000', '190339.732000', '190339.734000', '190339.737000', '190339.739000', '190339.742000', '190339.744000', '190339.747000', '190339.750000', '190339.752000', '190339.755000', '190339.757000', '190339.760000', '190339.763000', '190339.765000', '190339.768000', '190339.770000', '190339.773000', '190339.775000', '190339.778000', '190339.781000', '190339.783000', '190339.786000', '190339.788000', '190339.791000', '190339.794000', '190339.796000', '190339.799000', '190339.846000', '190339.849000', '190339.852000', '190339.854000', '190339.857000', '190339.859000', '190339.862000', '190339.864000', '190339.867000', '190339.869000', '190339.872000', '190359.718000', '190359.721000', '190359.724000', '190359.726000', '190359.729000', '190359.731000', '190359.734000', '190359.737000', '190359.739000', '190359.742000', '190359.744000', '190359.747000', '190359.749000', '190359.752000', '190359.754000', '190359.757000', '190359.760000', '190359.762000', '190359.765000', '190359.767000', '190359.770000', '190359.772000', '190359.775000', '190359.778000', '190359.780000', '190359.783000', '190359.785000', '190359.788000', '190359.790000', '190359.793000', '190359.796000', '190359.798000', '190359.819000', '190359.821000', '190359.824000', '190359.826000', '190359.829000', '190359.832000', '190359.834000', '190359.837000', '190359.839000', '190359.842000', '190359.844000', '190359.847000', '190419.719000', '190419.722000', '190419.725000', '190419.727000', '190419.730000', '190419.732000', '190419.735000', '190419.738000', '190419.740000', '190419.743000', '190419.745000', '190419.748000', '190419.750000', '190419.753000', '190419.756000', '190419.758000', '190419.761000', '190419.763000', '190419.766000', '190419.768000', '190419.771000', '190419.774000', '190419.776000', '190419.779000', '190419.781000', '190419.784000', '190419.786000', '190419.789000', '190419.792000', '190419.794000', '190419.797000', '190419.799000', '190419.802000', '190419.805000', '190419.807000', '190419.810000', '190419.812000', '190419.815000', '190419.817000', '190419.820000', '190419.822000', '190419.825000', '190419.840000', '190439.719000', '190439.722000', '190439.725000', '190439.727000', '190439.730000', '190439.732000', '190439.735000', '190439.738000', '190439.740000', '190439.743000', '190439.745000', '190439.748000', '190439.750000', '190439.753000', '190439.756000', '190439.758000', '190439.761000', '190439.764000', '190439.766000', '190439.769000', '190439.771000', '190439.774000', '190439.776000', '190439.779000', '190439.781000', '190439.784000', '190439.787000', '190439.789000', '190439.792000', '190439.794000', '190439.797000', '190439.838000', '190439.840000', '190439.843000', '190439.846000', '190439.848000', '190439.851000', '190439.853000', '190439.856000', '190439.858000', '190439.861000', '190439.863000', '190439.866000', '190439.869000', '190459.719000', '190459.722000', '190459.725000', '190459.727000', '190459.730000', '190459.732000', '190459.735000', '190459.738000', '190459.740000', '190459.743000', '190459.745000', '190459.748000', '190459.750000', '190459.753000', '190459.756000', '190459.758000', '190459.761000', '190459.763000', '190459.766000', '190459.768000', '190459.771000', '190459.773000', '190459.776000', '190459.779000', '190459.781000', '190459.784000', '190459.787000', '190459.789000', '190459.792000', '190459.794000', '190459.797000', '190459.853000', '190459.856000', '190459.859000', '190459.861000', '190459.864000', '190459.866000', '190459.869000', '190459.871000', '190459.874000', '190459.877000', '190459.879000', '190459.882000', '190519.719000', '190519.730000', '190519.732000', '190519.735000', '190519.738000', '190519.740000', '190519.743000', '190519.745000', '190519.748000', '190519.750000', '190519.753000', '190519.756000', '190519.758000', '190519.761000', '190519.764000', '190519.766000', '190519.769000', '190519.771000', '190519.774000', '190519.777000', '190519.779000', '190519.782000', '190519.785000', '190519.787000', '190519.790000', '190519.792000', '190519.795000', '190519.798000', '190519.826000', '190519.829000', '190519.831000', '190519.834000', '190519.836000', '190519.839000', '190519.842000', '190519.844000', '190519.847000', '190519.849000', '190519.852000', '190519.854000', '190519.857000', '190519.859000', '190519.862000', '190539.720000', '190539.722000', '190539.725000', '190539.727000', '190539.730000', '190539.733000', '190539.735000', '190539.738000', '190539.740000', '190539.743000', '190539.745000', '190539.748000', '190539.751000', '190539.753000', '190539.756000', '190539.758000', '190539.761000', '190539.763000', '190539.766000', '190539.769000', '190539.771000', '190539.774000', '190539.776000', '190539.779000', '190539.781000', '190539.784000', '190539.786000', '190539.789000', '190539.792000', '190539.794000', '190539.797000', '190539.855000', '190539.858000', '190539.860000', '190539.863000', '190539.865000', '190539.868000', '190539.871000', '190539.873000', '190539.876000', '190539.878000', '190539.881000', '190539.883000', '190539.886000', '190559.718000', '190559.721000', '190559.724000', '190559.726000', '190559.729000', '190559.731000', '190559.734000', '190559.737000', '190559.740000', '190559.743000', '190559.752000', '190559.755000', '190559.757000', '190559.760000', '190559.763000', '190559.765000', '190559.768000', '190559.770000', '190559.773000', '190559.775000', '190559.778000', '190559.781000', '190559.783000', '190559.786000', '190559.788000', '190559.791000', '190559.794000', '190559.796000', '190559.799000', '190559.875000', '190559.878000', '190559.881000', '190559.883000', '190559.886000', '190559.888000', '190559.891000', '190559.893000', '190559.896000', '190559.899000', '190559.901000', '190559.904000', '190559.906000', '190559.909000', '190619.718000', '190619.721000', '190619.724000', '190619.726000', '190619.729000', '190619.731000', '190619.734000', '190619.737000', '190619.739000', '190619.742000', '190619.744000', '190619.747000', '190619.749000', '190619.752000', '190619.754000', '190619.757000', '190619.760000', '190619.762000', '190619.765000', '190619.767000', '190619.770000', '190619.773000', '190619.775000', '190619.778000', '190619.781000', '190619.783000', '190619.786000', '190619.788000', '190619.791000', '190619.793000', '190619.796000', '190619.799000', '190619.855000', '190619.858000', '190619.860000', '190619.863000', '190619.865000', '190619.868000', '190619.871000', '190619.873000', '190619.876000', '190619.878000', '190619.881000', '190619.883000', '190639.720000', '190639.723000', '190639.725000', '190639.728000', '190639.731000', '190639.733000', '190639.736000', '190639.738000', '190639.741000', '190639.744000', '190639.746000', '190639.749000', '190639.751000', '190639.754000', '190639.756000', '190639.759000', '190639.761000', '190639.764000', '190639.767000', '190639.769000', '190639.772000', '190639.774000', '190639.777000', '190639.779000', '190639.782000', '190639.785000', '190639.787000', '190639.790000', '190639.792000', '190639.795000', '190639.797000', '190639.851000', '190639.854000', '190639.857000', '190639.859000', '190639.862000', '190639.864000', '190639.867000', '190639.869000', '190639.872000', '190639.874000', '190639.877000', '190639.880000', '190659.720000', '190659.722000', '190659.725000', '190659.728000', '190659.730000', '190659.733000', '190659.735000', '190659.738000', '190659.740000', '190659.743000', '190659.746000', '190659.748000', '190659.751000', '190659.753000', '190659.756000', '190659.758000', '190659.761000', '190659.764000', '190659.766000', '190659.769000', '190659.771000', '190659.775000', '190659.778000', '190659.781000', '190659.783000', '190659.786000', '190659.788000', '190659.791000', '190659.794000', '190659.796000', '190659.799000', '190659.801000', '190659.804000', '190659.806000', '190659.809000', '190659.812000', '190659.814000', '190659.817000', '190659.819000', '190659.822000', '190659.825000', '190659.827000', '190659.830000', '190659.832000', '190719.719000', '190719.722000', '190719.725000', '190719.727000', '190719.730000', '190719.732000', '190719.735000', '190719.738000', '190719.740000', '190719.743000', '190719.745000', '190719.748000', '190719.750000', '190719.753000', '190719.755000', '190719.758000', '190719.761000', '190719.763000', '190719.766000', '190719.768000', '190719.798000', '190719.850000', '190719.853000', '190719.856000', '190719.858000', '190719.861000', '190719.863000', '190719.866000', '190719.868000', '190719.871000', '190719.873000', '190719.876000', '190719.879000', '190719.881000', '190719.884000', '190719.887000', '190719.889000', '190719.892000', '190719.894000', '190719.897000', '190719.899000', '190719.902000', '190719.905000', '190739.720000', '190739.722000', '190739.725000', '190739.728000', '190739.730000', '190739.733000', '190739.735000', '190739.738000', '190739.740000', '190739.743000', '190739.746000', '190739.748000', '190739.751000', '190739.753000', '190739.756000', '190739.759000', '190739.761000', '190739.764000', '190739.766000', '190739.769000', '190739.771000', '190739.774000', '190739.776000', '190739.779000', '190739.782000', '190739.784000', '190739.787000', '190739.789000', '190739.792000', '190739.794000', '190739.797000', '190739.799000', '190739.855000', '190739.857000', '190739.860000', '190739.862000', '190739.865000', '190739.868000', '190739.870000', '190739.873000', '190739.875000', '190739.878000', '190739.880000', '190739.883000', '190759.720000', '190759.722000', '190759.725000', '190759.728000', '190759.730000', '190759.733000', '190759.736000', '190759.738000', '190759.741000', '190759.743000', '190759.746000', '190759.748000', '190759.751000', '190759.753000', '190759.756000', '190759.759000', '190759.761000', '190759.764000', '190759.766000', '190759.769000', '190759.771000', '190759.774000', '190759.777000', '190759.779000', '190759.782000', '190759.785000', '190759.787000', '190759.790000', '190759.792000', '190759.795000', '190759.798000', '190759.800000', '190759.803000', '190759.806000', '190759.808000', '190759.811000', '190759.813000', '190759.816000', '190759.819000', '190759.821000', '190759.841000', '190759.844000', '190759.847000', '190819.719000', '190819.721000', '190819.724000', '190819.727000', '190819.729000', '190819.732000', '190819.734000', '190819.737000', '190819.739000', '190819.742000', '190819.744000', '190819.747000', '190819.750000', '190819.752000', '190819.755000', '190819.758000', '190819.760000', '190819.763000', '190819.765000', '190819.768000', '190819.770000', '190819.773000', '190819.776000', '190819.778000', '190819.781000', '190819.783000', '190819.786000', '190819.788000', '190819.791000', '190819.793000', '190819.796000', '190819.799000', '190819.834000', '190819.837000', '190819.839000', '190819.842000', '190819.845000', '190819.847000', '190819.850000', '190819.852000', '190819.855000', '190819.857000', '190819.860000', '190819.862000', '190839.719000', '190839.721000', '190839.724000', '190839.727000', '190839.729000', '190839.732000', '190839.734000', '190839.737000', '190839.740000', '190839.742000', '190839.745000', '190839.747000', '190839.750000', '190839.752000', '190839.755000', '190839.757000', '190839.760000', '190839.763000', '190839.765000', '190839.768000', '190839.770000', '190839.773000', '190839.775000', '190839.778000', '190839.780000', '190839.783000', '190839.786000', '190839.788000', '190839.791000', '190839.793000', '190839.796000', '190839.810000', '190839.812000', '190839.815000', '190839.819000', '190839.821000', '190839.824000', '190839.827000', '190839.829000', '190839.832000', '190839.834000', '190839.837000', '190839.840000', '190859.719000', '190859.722000', '190859.725000', '190859.728000', '190859.730000', '190859.733000', '190859.735000', '190859.738000', '190859.741000', '190859.743000', '190859.746000', '190859.748000', '190859.751000', '190859.754000', '190859.756000', '190859.759000', '190859.761000', '190859.764000', '190859.767000', '190859.769000', '190859.772000', '190859.774000', '190859.777000', '190859.779000', '190859.782000', '190859.784000', '190859.787000', '190859.790000', '190859.792000', '190859.795000', '190859.797000', '190859.831000', '190859.833000', '190859.836000', '190859.838000', '190859.841000', '190859.844000', '190859.846000', '190859.849000', '190859.851000', '190859.854000', '190859.856000', '190859.859000', '190859.861000', '190919.720000', '190919.722000', '190919.725000', '190919.728000', '190919.730000', '190919.733000', '190919.735000', '190919.738000', '190919.740000', '190919.743000', '190919.745000', '190919.748000', '190919.751000', '190919.753000', '190919.756000', '190919.758000', '190919.761000', '190919.763000', '190919.766000', '190919.768000', '190919.771000', '190919.774000', '190919.776000', '190919.779000', '190919.781000', '190919.784000', '190919.786000', '190919.789000', '190919.792000', '190919.794000', '190919.797000', '190919.799000', '190919.802000', '190919.805000', '190919.807000', '190919.810000', '190919.812000', '190919.815000', '190919.818000', '190919.820000', '190919.823000', '190919.825000', '190919.828000', '190939.720000', '190939.722000', '190939.725000', '190939.728000', '190939.730000', '190939.733000', '190939.735000', '190939.738000', '190939.740000', '190939.743000', '190939.745000', '190939.748000', '190939.751000', '190939.753000', '190939.756000', '190939.758000', '190939.761000', '190939.764000', '190939.766000', '190939.769000', '190939.771000', '190939.774000', '190939.776000', '190939.779000', '190939.782000', '190939.784000', '190939.787000', '190939.789000', '190939.792000', '190939.795000', '190939.797000', '190939.800000', '190939.920000', '190939.923000', '190939.925000', '190939.928000', '190939.930000', '190939.933000', '190939.936000', '190939.938000', '190939.941000', '190939.943000', '190939.946000', '190939.948000', '190959.720000', '190959.722000', '190959.725000', '190959.728000', '190959.730000', '190959.733000', '190959.735000', '190959.738000', '190959.740000', '190959.743000', '190959.746000', '190959.748000', '190959.751000', '190959.753000', '190959.756000', '190959.758000', '190959.761000', '190959.763000', '190959.766000', '190959.769000', '190959.771000', '190959.774000', '190959.776000', '190959.779000', '190959.781000', '190959.784000', '190959.787000', '190959.789000', '190959.810000', '190959.898000', '190959.900000', '190959.903000', '190959.905000', '190959.908000', '190959.911000', '190959.914000', '190959.916000', '190959.919000', '190959.921000', '190959.924000', '190959.927000', '190959.929000', '190959.932000', '191019.720000', '191019.723000', '191019.725000', '191019.728000', '191019.730000', '191019.733000', '191019.735000', '191019.738000', '191019.741000', '191019.743000', '191019.746000', '191019.748000', '191019.751000', '191019.753000', '191019.756000', '191019.758000', '191019.761000', '191019.764000', '191019.766000', '191019.769000', '191019.771000', '191019.774000', '191019.776000', '191019.779000', '191019.782000', '191019.784000', '191019.787000', '191019.790000', '191019.792000', '191019.795000', '191019.797000', '191019.871000', '191019.873000', '191019.876000', '191019.878000', '191019.881000', '191019.883000', '191019.886000', '191019.888000', '191019.891000', '191019.894000', '191019.896000', '191019.899000', '191019.901000', '191039.719000', '191039.721000', '191039.724000', '191039.727000', '191039.729000', '191039.732000', '191039.734000', '191039.737000', '191039.739000', '191039.742000', '191039.744000', '191039.747000', '191039.750000', '191039.752000', '191039.755000', '191039.757000', '191039.760000', '191039.762000', '191039.765000', '191039.768000', '191039.770000', '191039.773000', '191039.775000', '191039.778000', '191039.780000', '191039.783000', '191039.785000', '191039.788000', '191039.791000', '191039.793000', '191039.796000', '191039.799000', '191039.861000', '191039.863000', '191039.866000', '191039.869000', '191039.871000', '191039.874000', '191039.876000', '191039.879000', '191039.881000', '191039.884000', '191039.887000', '191058.691000', '191058.694000', '191058.697000', '191058.699000', '191058.702000', '191058.705000', '191058.707000', '191058.710000', '191058.712000', '191058.715000', '191058.717000', '191058.720000', '191058.723000', '191058.725000', '191058.728000', '191058.730000', '191058.733000', '191058.735000', '191058.738000', '191058.741000', '191058.743000', '191058.746000', '191058.749000', '191058.751000', '191058.754000', '191058.757000', '191058.759000', '191058.762000', '191058.764000', '191058.767000', '191058.769000', '191058.772000', '191058.775000', '191058.777000', '191058.780000', '191058.782000', '191058.785000', '191058.787000', '191058.790000', '191058.793000', '191058.795000', '191058.798000'], 'InstanceCreationTime': ['190119.746000', '190119.749000', '190119.752000', '190119.754000', '190119.757000', '190119.788000', '190119.790000', '190119.793000', '190119.795000', '190119.798000', '190119.800000', '190119.803000', '190119.806000', '190119.808000', '190119.811000', '190119.813000', '190119.816000', '190119.818000', '190119.821000', '190119.823000', '190119.826000', '190119.828000', '190119.831000', '190119.833000', '190119.836000', '190119.839000', '190119.841000', '190119.850000', '190119.852000', '190119.855000', '190119.857000', '190119.860000', '190119.862000', '190119.865000', '190119.867000', '190119.870000', '190119.872000', '190119.875000', '190119.877000', '190119.880000', '190119.882000', '190119.885000', '190119.888000', '190119.890000', '190119.893000', '190119.895000', '190119.898000', '190119.900000', '190119.903000', '190119.905000', '190119.908000', '190119.910000', '190119.913000', '190119.915000', '190119.918000', '190119.924000', '190119.926000', '190119.929000', '190119.931000', '190119.934000', '190119.936000', '190119.939000', '190119.942000', '190139.719000', '190139.722000', '190139.724000', '190139.727000', '190139.729000', '190139.732000', '190139.734000', '190139.737000', '190139.739000', '190139.742000', '190139.744000', '190139.747000', '190139.749000', '190139.752000', '190139.754000', '190139.757000', '190139.760000', '190139.762000', '190139.765000', '190139.767000', '190139.770000', '190139.772000', '190139.775000', '190139.777000', '190139.780000', '190139.782000', '190139.785000', '190139.787000', '190139.790000', '190139.792000', '190139.795000', '190139.798000', '190139.800000', '190139.803000', '190139.805000', '190139.808000', '190139.810000', '190139.813000', '190139.815000', '190139.818000', '190139.820000', '190139.823000', '190139.826000', '190159.720000', '190159.722000', '190159.725000', '190159.727000', '190159.730000', '190159.732000', '190159.735000', '190159.738000', '190159.740000', '190159.743000', '190159.745000', '190159.748000', '190159.750000', '190159.753000', '190159.755000', '190159.758000', '190159.760000', '190159.763000', '190159.766000', '190159.768000', '190159.771000', '190159.773000', '190159.776000', '190159.778000', '190159.781000', '190159.784000', '190159.786000', '190159.789000', '190159.791000', '190159.794000', '190159.796000', '190159.799000', '190159.802000', '190159.804000', '190159.807000', '190159.809000', '190159.812000', '190159.814000', '190159.817000', '190159.819000', '190159.822000', '190159.825000', '190159.827000', '190159.830000', '190219.719000', '190219.722000', '190219.725000', '190219.727000', '190219.730000', '190219.732000', '190219.735000', '190219.737000', '190219.740000', '190219.743000', '190219.745000', '190219.748000', '190219.750000', '190219.753000', '190219.755000', '190219.758000', '190219.760000', '190219.763000', '190219.765000', '190219.768000', '190219.771000', '190219.773000', '190219.776000', '190219.778000', '190219.781000', '190219.783000', '190219.786000', '190219.788000', '190219.791000', '190219.793000', '190219.796000', '190219.799000', '190219.819000', '190219.822000', '190219.824000', '190219.827000', '190219.829000', '190219.832000', '190219.834000', '190219.837000', '190219.839000', '190219.842000', '190219.845000', '190239.719000', '190239.722000', '190239.725000', '190239.727000', '190239.730000', '190239.732000', '190239.735000', '190239.738000', '190239.740000', '190239.743000', '190239.745000', '190239.748000', '190239.750000', '190239.753000', '190239.756000', '190239.758000', '190239.761000', '190239.763000', '190239.766000', '190239.769000', '190239.771000', '190239.774000', '190239.776000', '190239.779000', '190239.781000', '190239.784000', '190239.786000', '190239.789000', '190239.791000', '190239.794000', '190239.796000', '190239.799000', '190239.840000', '190239.843000', '190239.846000', '190239.848000', '190239.851000', '190239.853000', '190239.856000', '190239.858000', '190239.861000', '190239.863000', '190239.866000', '190239.869000', '190259.719000', '190259.722000', '190259.725000', '190259.737000', '190259.739000', '190259.742000', '190259.744000', '190259.747000', '190259.749000', '190259.752000', '190259.755000', '190259.757000', '190259.760000', '190259.763000', '190259.765000', '190259.768000', '190259.770000', '190259.773000', '190259.775000', '190259.778000', '190259.780000', '190259.783000', '190259.786000', '190259.795000', '190259.797000', '190259.845000', '190259.848000', '190259.850000', '190259.853000', '190259.856000', '190259.858000', '190259.861000', '190259.863000', '190259.866000', '190259.869000', '190259.871000', '190259.874000', '190259.876000', '190259.879000', '190259.882000', '190259.884000', '190259.887000', '190259.889000', '190319.720000', '190319.722000', '190319.725000', '190319.728000', '190319.730000', '190319.733000', '190319.735000', '190319.738000', '190319.740000', '190319.743000', '190319.746000', '190319.748000', '190319.751000', '190319.753000', '190319.756000', '190319.758000', '190319.761000', '190319.764000', '190319.766000', '190319.769000', '190319.771000', '190319.774000', '190319.776000', '190319.779000', '190319.781000', '190319.784000', '190319.786000', '190319.789000', '190319.792000', '190319.794000', '190319.797000', '190319.799000', '190319.802000', '190319.805000', '190319.807000', '190319.810000', '190319.812000', '190319.815000', '190319.817000', '190319.820000', '190319.822000', '190319.825000', '190319.828000', '190319.830000', '190339.719000', '190339.721000', '190339.724000', '190339.727000', '190339.729000', '190339.732000', '190339.734000', '190339.737000', '190339.739000', '190339.742000', '190339.744000', '190339.747000', '190339.750000', '190339.752000', '190339.755000', '190339.757000', '190339.760000', '190339.763000', '190339.765000', '190339.768000', '190339.770000', '190339.773000', '190339.775000', '190339.778000', '190339.781000', '190339.783000', '190339.786000', '190339.788000', '190339.791000', '190339.794000', '190339.796000', '190339.799000', '190339.846000', '190339.849000', '190339.852000', '190339.854000', '190339.857000', '190339.859000', '190339.862000', '190339.864000', '190339.867000', '190339.869000', '190339.872000', '190359.718000', '190359.721000', '190359.724000', '190359.726000', '190359.729000', '190359.731000', '190359.734000', '190359.737000', '190359.739000', '190359.742000', '190359.744000', '190359.747000', '190359.749000', '190359.752000', '190359.754000', '190359.757000', '190359.760000', '190359.762000', '190359.765000', '190359.767000', '190359.770000', '190359.772000', '190359.775000', '190359.778000', '190359.780000', '190359.783000', '190359.785000', '190359.788000', '190359.790000', '190359.793000', '190359.796000', '190359.798000', '190359.819000', '190359.821000', '190359.824000', '190359.826000', '190359.829000', '190359.832000', '190359.834000', '190359.837000', '190359.839000', '190359.842000', '190359.844000', '190359.847000', '190419.719000', '190419.722000', '190419.725000', '190419.727000', '190419.730000', '190419.732000', '190419.735000', '190419.738000', '190419.740000', '190419.743000', '190419.745000', '190419.748000', '190419.750000', '190419.753000', '190419.756000', '190419.758000', '190419.761000', '190419.763000', '190419.766000', '190419.768000', '190419.771000', '190419.774000', '190419.776000', '190419.779000', '190419.781000', '190419.784000', '190419.786000', '190419.789000', '190419.792000', '190419.794000', '190419.797000', '190419.799000', '190419.802000', '190419.805000', '190419.807000', '190419.810000', '190419.812000', '190419.815000', '190419.817000', '190419.820000', '190419.822000', '190419.825000', '190419.840000', '190439.719000', '190439.722000', '190439.725000', '190439.727000', '190439.730000', '190439.732000', '190439.735000', '190439.738000', '190439.740000', '190439.743000', '190439.745000', '190439.748000', '190439.750000', '190439.753000', '190439.756000', '190439.758000', '190439.761000', '190439.764000', '190439.766000', '190439.769000', '190439.771000', '190439.774000', '190439.776000', '190439.779000', '190439.781000', '190439.784000', '190439.787000', '190439.789000', '190439.792000', '190439.794000', '190439.797000', '190439.838000', '190439.840000', '190439.843000', '190439.846000', '190439.848000', '190439.851000', '190439.853000', '190439.856000', '190439.858000', '190439.861000', '190439.863000', '190439.866000', '190439.869000', '190459.719000', '190459.722000', '190459.725000', '190459.727000', '190459.730000', '190459.732000', '190459.735000', '190459.738000', '190459.740000', '190459.743000', '190459.745000', '190459.748000', '190459.750000', '190459.753000', '190459.756000', '190459.758000', '190459.761000', '190459.763000', '190459.766000', '190459.768000', '190459.771000', '190459.773000', '190459.776000', '190459.779000', '190459.781000', '190459.784000', '190459.787000', '190459.789000', '190459.792000', '190459.794000', '190459.797000', '190459.853000', '190459.856000', '190459.859000', '190459.861000', '190459.864000', '190459.866000', '190459.869000', '190459.871000', '190459.874000', '190459.877000', '190459.879000', '190459.882000', '190519.719000', '190519.730000', '190519.732000', '190519.735000', '190519.738000', '190519.740000', '190519.743000', '190519.745000', '190519.748000', '190519.750000', '190519.753000', '190519.756000', '190519.758000', '190519.761000', '190519.764000', '190519.766000', '190519.769000', '190519.771000', '190519.774000', '190519.777000', '190519.779000', '190519.782000', '190519.785000', '190519.787000', '190519.790000', '190519.792000', '190519.795000', '190519.798000', '190519.826000', '190519.829000', '190519.831000', '190519.834000', '190519.836000', '190519.839000', '190519.842000', '190519.844000', '190519.847000', '190519.849000', '190519.852000', '190519.854000', '190519.857000', '190519.859000', '190519.862000', '190539.720000', '190539.722000', '190539.725000', '190539.727000', '190539.730000', '190539.733000', '190539.735000', '190539.738000', '190539.740000', '190539.743000', '190539.745000', '190539.748000', '190539.751000', '190539.753000', '190539.756000', '190539.758000', '190539.761000', '190539.763000', '190539.766000', '190539.769000', '190539.771000', '190539.774000', '190539.776000', '190539.779000', '190539.781000', '190539.784000', '190539.786000', '190539.789000', '190539.792000', '190539.794000', '190539.797000', '190539.855000', '190539.858000', '190539.860000', '190539.863000', '190539.865000', '190539.868000', '190539.871000', '190539.873000', '190539.876000', '190539.878000', '190539.881000', '190539.883000', '190539.886000', '190559.718000', '190559.721000', '190559.724000', '190559.726000', '190559.729000', '190559.731000', '190559.734000', '190559.737000', '190559.740000', '190559.743000', '190559.752000', '190559.755000', '190559.757000', '190559.760000', '190559.763000', '190559.765000', '190559.768000', '190559.770000', '190559.773000', '190559.775000', '190559.778000', '190559.781000', '190559.783000', '190559.786000', '190559.788000', '190559.791000', '190559.794000', '190559.796000', '190559.799000', '190559.875000', '190559.878000', '190559.881000', '190559.883000', '190559.886000', '190559.888000', '190559.891000', '190559.893000', '190559.896000', '190559.899000', '190559.901000', '190559.904000', '190559.906000', '190559.909000', '190619.718000', '190619.721000', '190619.724000', '190619.726000', '190619.729000', '190619.731000', '190619.734000', '190619.737000', '190619.739000', '190619.742000', '190619.744000', '190619.747000', '190619.749000', '190619.752000', '190619.754000', '190619.757000', '190619.760000', '190619.762000', '190619.765000', '190619.767000', '190619.770000', '190619.773000', '190619.775000', '190619.778000', '190619.781000', '190619.783000', '190619.786000', '190619.788000', '190619.791000', '190619.793000', '190619.796000', '190619.799000', '190619.855000', '190619.858000', '190619.860000', '190619.863000', '190619.865000', '190619.868000', '190619.871000', '190619.873000', '190619.876000', '190619.878000', '190619.881000', '190619.883000', '190639.720000', '190639.723000', '190639.725000', '190639.728000', '190639.731000', '190639.733000', '190639.736000', '190639.738000', '190639.741000', '190639.744000', '190639.746000', '190639.749000', '190639.751000', '190639.754000', '190639.756000', '190639.759000', '190639.761000', '190639.764000', '190639.767000', '190639.769000', '190639.772000', '190639.774000', '190639.777000', '190639.779000', '190639.782000', '190639.785000', '190639.787000', '190639.790000', '190639.792000', '190639.795000', '190639.797000', '190639.851000', '190639.854000', '190639.857000', '190639.859000', '190639.862000', '190639.864000', '190639.867000', '190639.869000', '190639.872000', '190639.874000', '190639.877000', '190639.880000', '190659.720000', '190659.722000', '190659.725000', '190659.728000', '190659.730000', '190659.733000', '190659.735000', '190659.738000', '190659.740000', '190659.743000', '190659.746000', '190659.748000', '190659.751000', '190659.753000', '190659.756000', '190659.758000', '190659.761000', '190659.764000', '190659.766000', '190659.769000', '190659.771000', '190659.775000', '190659.778000', '190659.781000', '190659.783000', '190659.786000', '190659.788000', '190659.791000', '190659.794000', '190659.796000', '190659.799000', '190659.801000', '190659.804000', '190659.806000', '190659.809000', '190659.812000', '190659.814000', '190659.817000', '190659.819000', '190659.822000', '190659.825000', '190659.827000', '190659.830000', '190659.832000', '190719.719000', '190719.722000', '190719.725000', '190719.727000', '190719.730000', '190719.732000', '190719.735000', '190719.738000', '190719.740000', '190719.743000', '190719.745000', '190719.748000', '190719.750000', '190719.753000', '190719.755000', '190719.758000', '190719.761000', '190719.763000', '190719.766000', '190719.768000', '190719.798000', '190719.850000', '190719.853000', '190719.856000', '190719.858000', '190719.861000', '190719.863000', '190719.866000', '190719.868000', '190719.871000', '190719.873000', '190719.876000', '190719.879000', '190719.881000', '190719.884000', '190719.887000', '190719.889000', '190719.892000', '190719.894000', '190719.897000', '190719.899000', '190719.902000', '190719.905000', '190739.720000', '190739.722000', '190739.725000', '190739.728000', '190739.730000', '190739.733000', '190739.735000', '190739.738000', '190739.740000', '190739.743000', '190739.746000', '190739.748000', '190739.751000', '190739.753000', '190739.756000', '190739.759000', '190739.761000', '190739.764000', '190739.766000', '190739.769000', '190739.771000', '190739.774000', '190739.776000', '190739.779000', '190739.782000', '190739.784000', '190739.787000', '190739.789000', '190739.792000', '190739.794000', '190739.797000', '190739.799000', '190739.855000', '190739.857000', '190739.860000', '190739.862000', '190739.865000', '190739.868000', '190739.870000', '190739.873000', '190739.875000', '190739.878000', '190739.880000', '190739.883000', '190759.720000', '190759.722000', '190759.725000', '190759.728000', '190759.730000', '190759.733000', '190759.736000', '190759.738000', '190759.741000', '190759.743000', '190759.746000', '190759.748000', '190759.751000', '190759.753000', '190759.756000', '190759.759000', '190759.761000', '190759.764000', '190759.766000', '190759.769000', '190759.771000', '190759.774000', '190759.777000', '190759.779000', '190759.782000', '190759.785000', '190759.787000', '190759.790000', '190759.792000', '190759.795000', '190759.798000', '190759.800000', '190759.803000', '190759.806000', '190759.808000', '190759.811000', '190759.813000', '190759.816000', '190759.819000', '190759.821000', '190759.841000', '190759.844000', '190759.847000', '190819.719000', '190819.721000', '190819.724000', '190819.727000', '190819.729000', '190819.732000', '190819.734000', '190819.737000', '190819.739000', '190819.742000', '190819.744000', '190819.747000', '190819.750000', '190819.752000', '190819.755000', '190819.758000', '190819.760000', '190819.763000', '190819.765000', '190819.768000', '190819.770000', '190819.773000', '190819.776000', '190819.778000', '190819.781000', '190819.783000', '190819.786000', '190819.788000', '190819.791000', '190819.793000', '190819.796000', '190819.799000', '190819.834000', '190819.837000', '190819.839000', '190819.842000', '190819.845000', '190819.847000', '190819.850000', '190819.852000', '190819.855000', '190819.857000', '190819.860000', '190819.862000', '190839.719000', '190839.721000', '190839.724000', '190839.727000', '190839.729000', '190839.732000', '190839.734000', '190839.737000', '190839.740000', '190839.742000', '190839.745000', '190839.747000', '190839.750000', '190839.752000', '190839.755000', '190839.757000', '190839.760000', '190839.763000', '190839.765000', '190839.768000', '190839.770000', '190839.773000', '190839.775000', '190839.778000', '190839.780000', '190839.783000', '190839.786000', '190839.788000', '190839.791000', '190839.793000', '190839.796000', '190839.810000', '190839.812000', '190839.815000', '190839.819000', '190839.821000', '190839.824000', '190839.827000', '190839.829000', '190839.832000', '190839.834000', '190839.837000', '190839.840000', '190859.719000', '190859.722000', '190859.725000', '190859.728000', '190859.730000', '190859.733000', '190859.735000', '190859.738000', '190859.741000', '190859.743000', '190859.746000', '190859.748000', '190859.751000', '190859.754000', '190859.756000', '190859.759000', '190859.761000', '190859.764000', '190859.767000', '190859.769000', '190859.772000', '190859.774000', '190859.777000', '190859.779000', '190859.782000', '190859.784000', '190859.787000', '190859.790000', '190859.792000', '190859.795000', '190859.797000', '190859.831000', '190859.833000', '190859.836000', '190859.838000', '190859.841000', '190859.844000', '190859.846000', '190859.849000', '190859.851000', '190859.854000', '190859.856000', '190859.859000', '190859.861000', '190919.720000', '190919.722000', '190919.725000', '190919.728000', '190919.730000', '190919.733000', '190919.735000', '190919.738000', '190919.740000', '190919.743000', '190919.745000', '190919.748000', '190919.751000', '190919.753000', '190919.756000', '190919.758000', '190919.761000', '190919.763000', '190919.766000', '190919.768000', '190919.771000', '190919.774000', '190919.776000', '190919.779000', '190919.781000', '190919.784000', '190919.786000', '190919.789000', '190919.792000', '190919.794000', '190919.797000', '190919.799000', '190919.802000', '190919.805000', '190919.807000', '190919.810000', '190919.812000', '190919.815000', '190919.818000', '190919.820000', '190919.823000', '190919.825000', '190919.828000', '190939.720000', '190939.722000', '190939.725000', '190939.728000', '190939.730000', '190939.733000', '190939.735000', '190939.738000', '190939.740000', '190939.743000', '190939.745000', '190939.748000', '190939.751000', '190939.753000', '190939.756000', '190939.758000', '190939.761000', '190939.764000', '190939.766000', '190939.769000', '190939.771000', '190939.774000', '190939.776000', '190939.779000', '190939.782000', '190939.784000', '190939.787000', '190939.789000', '190939.792000', '190939.795000', '190939.797000', '190939.800000', '190939.920000', '190939.923000', '190939.925000', '190939.928000', '190939.930000', '190939.933000', '190939.936000', '190939.938000', '190939.941000', '190939.943000', '190939.946000', '190939.948000', '190959.720000', '190959.722000', '190959.725000', '190959.728000', '190959.730000', '190959.733000', '190959.735000', '190959.738000', '190959.740000', '190959.743000', '190959.746000', '190959.748000', '190959.751000', '190959.753000', '190959.756000', '190959.758000', '190959.761000', '190959.763000', '190959.766000', '190959.769000', '190959.771000', '190959.774000', '190959.776000', '190959.779000', '190959.781000', '190959.784000', '190959.787000', '190959.789000', '190959.810000', '190959.898000', '190959.900000', '190959.903000', '190959.905000', '190959.908000', '190959.911000', '190959.914000', '190959.916000', '190959.919000', '190959.921000', '190959.924000', '190959.927000', '190959.929000', '190959.932000', '191019.720000', '191019.723000', '191019.725000', '191019.728000', '191019.730000', '191019.733000', '191019.735000', '191019.738000', '191019.741000', '191019.743000', '191019.746000', '191019.748000', '191019.751000', '191019.753000', '191019.756000', '191019.758000', '191019.761000', '191019.764000', '191019.766000', '191019.769000', '191019.771000', '191019.774000', '191019.776000', '191019.779000', '191019.782000', '191019.784000', '191019.787000', '191019.790000', '191019.792000', '191019.795000', '191019.797000', '191019.871000', '191019.873000', '191019.876000', '191019.878000', '191019.881000', '191019.883000', '191019.886000', '191019.888000', '191019.891000', '191019.894000', '191019.896000', '191019.899000', '191019.901000', '191039.719000', '191039.721000', '191039.724000', '191039.727000', '191039.729000', '191039.732000', '191039.734000', '191039.737000', '191039.739000', '191039.742000', '191039.744000', '191039.747000', '191039.750000', '191039.752000', '191039.755000', '191039.757000', '191039.760000', '191039.762000', '191039.765000', '191039.768000', '191039.770000', '191039.773000', '191039.775000', '191039.778000', '191039.780000', '191039.783000', '191039.785000', '191039.788000', '191039.791000', '191039.793000', '191039.796000', '191039.799000', '191039.861000', '191039.863000', '191039.866000', '191039.869000', '191039.871000', '191039.874000', '191039.876000', '191039.879000', '191039.881000', '191039.884000', '191039.887000', '191058.691000', '191058.694000', '191058.697000', '191058.699000', '191058.702000', '191058.705000', '191058.707000', '191058.710000', '191058.712000', '191058.715000', '191058.717000', '191058.720000', '191058.723000', '191058.725000', '191058.728000', '191058.730000', '191058.733000', '191058.735000', '191058.738000', '191058.741000', '191058.743000', '191058.746000', '191058.749000', '191058.751000', '191058.754000', '191058.757000', '191058.759000', '191058.762000', '191058.764000', '191058.767000', '191058.769000', '191058.772000', '191058.775000', '191058.777000', '191058.780000', '191058.782000', '191058.785000', '191058.787000', '191058.790000', '191058.793000', '191058.795000', '191058.798000'], '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': [7871, 14977, 13260, 9425, 7251, 14413, 12886, 9605, 9442, 12902, 12140, 11229, 11564, 11860, 11267, 8384, 13752, 10888, 8124, 9655, 11815, 11024, 8146, 12595, 11151, 10081, 12510, 11260, 10581, 11286, 11345, 8931, 9412, 12890, 9395, 7783, 10214, 11310, 9237, 8137, 13126, 10251, 7407, 14425, 13330, 8993, 9830, 14669, 11482, 8410, 15941, 12933, 8855, 9874, 14483, 11688, 7268, 13508, 11971, 8493, 9583, 12823, 10998, 8331, 11767, 11052, 11207, 7038, 12106, 11415, 8372, 9199, 11753, 11601, 8005, 12415, 8854, 10647, 9348, 12345, 9893, 9784, 12118, 14356, 10892, 8799, 10762, 15231, 12227, 8750, 11556, 15514, 12145, 8315, 10464, 14540, 12010, 7896, 13548, 12965, 10107, 6703, 13805, 11744, 7557, 14096, 10931, 8170, 9079, 11378, 9976, 8571, 11337, 9975, 10330, 9182, 12016, 8904, 8213, 10493, 12516, 9458, 7284, 12824, 12652, 10136, 7475, 14792, 13147, 10445, 12214, 12660, 10733, 10198, 12833, 16912, 13397, 10404, 8066, 13515, 13848, 11579, 12625, 11923, 11354, 10063, 12799, 11001, 8577, 11877, 13199, 9305, 9186, 12635, 10037, 7232, 13524, 11629, 7671, 11916, 12636, 9131, 6758, 11619, 10796, 7070, 11086, 8931, 8284, 13741, 10506, 8524, 9689, 13745, 10258, 7283, 14885, 12752, 9043, 10222, 14694, 13351, 8904, 14113, 11590, 11341, 12241, 12442, 11142, 10076, 13892, 10305, 9420, 13554, 11536, 9271, 9809, 12901, 9867, 10732, 14769, 10383, 7590, 14093, 12213, 8686, 6830, 14019, 12643, 7993, 12384, 10678, 11654, 10517, 12743, 10068, 7852, 13948, 12857, 10604, 7967, 15337, 13605, 10330, 8208, 14625, 13944, 9592, 14173, 12267, 12147, 9773, 13644, 11019, 9578, 14612, 10761, 7694, 12930, 12068, 8626, 8353, 12887, 9950, 6428, 13993, 10188, 7168, 11966, 11566, 8841, 6461, 11542, 11735, 9265, 8625, 11410, 9885, 9937, 14110, 12083, 9421, 9444, 15353, 12791, 8468, 15620, 14660, 11017, 14310, 13091, 13136, 11266, 14053, 10811, 9027, 14481, 11861, 8543, 8288, 14184, 10330, 7742, 12714, 11788, 9905, 11806, 8818, 9996, 12763, 9352, 6424, 12791, 11344, 7438, 11997, 9964, 9395, 12471, 9388, 7514, 12226, 9804, 8594, 9698, 14639, 11960, 8630, 11203, 11200, 14023, 8243, 14131, 15429, 11472, 7702, 12123, 14728, 12835, 8603, 16166, 13529, 12046, 13106, 12442, 9844, 10434, 12697, 9980, 9992, 14166, 10678, 7360, 14475, 9809, 7480, 13841, 11970, 9835, 9626, 10108, 9000, 9577, 13222, 12031, 8246, 10749, 10791, 8326, 7538, 13602, 11463, 8442, 14346, 13717, 11812, 11068, 16001, 14115, 12225, 16774, 14260, 15373, 14616, 8857, 15268, 11319, 8252, 13858, 9947, 6756, 12899, 10712, 6976, 10478, 9102, 8447, 9341, 9507, 7831, 7865, 11815, 9314, 6680, 12346, 10742, 8775, 14580, 10767, 9606, 15863, 11682, 8358, 14434, 13700, 9887, 12169, 14078, 12251, 9256, 13339, 11634, 8452, 11772, 11549, 10854, 11710, 9284, 12648, 12287, 8956, 11911, 13513, 9533, 8012, 12176, 11422, 6129, 11215, 11238, 10387, 13373, 10195, 7343, 14192, 12453, 8872, 13945, 11118, 11325, 16474, 11746, 7741, 14983, 11910, 7942, 12693, 13514, 10560, 7761, 13158, 13704, 11074, 10237, 13617, 14302, 8581, 13580, 11060, 9657, 14266, 11278, 8116, 13940, 12665, 8100, 12229, 11580, 8721, 7497, 10348, 10492, 9960, 10498, 9426, 11031, 11428, 9041, 8639, 15115, 11268, 7756, 14071, 12922, 9883, 10900, 11672, 11293, 11766, 13311, 10636, 12825, 15117, 10569, 7190, 14067, 13212, 7578, 13291, 11896, 8396, 13337, 9926, 9729, 12976, 10398, 8516, 15360, 10833, 7478, 14855, 11157, 7811, 15084, 11123, 7210, 10874, 11224, 9190, 6116, 10948, 10699, 11038, 16683, 11448, 8338, 15336, 13066, 10250, 14511, 11450, 10888, 16084, 11417, 8075, 15134, 12658, 8424, 13449, 13048, 8461, 13895, 11961, 8039, 13184, 12270, 10981, 11361, 8827, 8735, 13919, 9948, 6094, 12175, 11765, 8712, 11415, 8886, 7571, 13916, 11156, 8113, 12336, 13978, 10685, 7785, 14812, 13569, 8946, 14711, 13607, 11142, 15121, 11583, 10636, 16046, 10441, 8266, 15382, 10283, 7751, 14121, 11428, 7146, 11125, 10823, 11343, 11392, 8619, 9995, 13184, 9172, 6763, 12576, 11614, 6821, 12221, 10153, 10240, 16319, 10920, 7907, 13455, 13793, 10499, 11156, 13926, 13767, 10009, 13787, 11296, 10270, 16268, 12225, 8285, 16246, 12266, 7831, 15284, 12922, 9134, 13927, 10673, 10016, 14431, 9457, 8112, 14537, 9647, 6169, 12335, 11772, 6248, 10811, 9931, 10348, 13366, 9439, 7298, 13328, 13299, 11521, 10115, 12628, 9229, 9192, 14163, 13093, 14293, 9232, 14461, 12131, 9350, 17264, 13133, 9338, 14904, 13495, 11473, 12021, 12569, 11670, 12271, 10739, 8022, 9902, 12606, 8827, 6124, 10806, 11266, 7704, 10219, 8489, 8087, 13957, 9324, 7003, 12668, 13175, 9704, 10709, 16715, 14315, 8523, 14757, 13039, 12296, 14313, 13324, 10757, 13494, 15580, 10668, 8004, 13148, 12363, 13014, 12953, 9876, 16989, 11535, 7587, 14670, 11844, 6528, 11882, 11916, 7722, 12370, 8845, 7785, 14468, 10973, 7078, 12014, 10691, 10361, 14489, 10313, 7085, 14358, 12484, 8060, 13951, 10820, 9899, 15654, 12266, 8763, 12384, 14761, 11361, 9122, 12197, 12051, 13028, 13128, 9635, 14567, 13167, 8720, 12079, 12376, 10504, 11275, 10419, 10096, 10837, 11623, 8501, 7936, 14612, 9429, 7193, 13300, 11794, 8516, 13370, 9461, 9335, 16820, 11814, 7700, 14510, 13169, 8822, 14238, 11054, 10419, 14140, 10169, 7300, 14225, 12373, 6989, 12430, 11435, 8379, 12966, 9832, 9670, 14926, 9462, 8554, 16279, 11428, 7799, 15398, 12677, 10765, 10393, 11710, 8478, 7156, 12424, 11876, 10333, 15986, 11950, 7907, 16135, 12418, 8638, 16217, 14860, 10807, 17355, 13763, 9365, 15013, 10613, 14798, 10604, 6198, 12483, 8267, 6244, 10240, 9618, 11601, 8706, 7232, 12502, 9724, 6119, 9211, 8584, 8420, 9796, 8471, 9399, 11334, 8596, 13487, 10715, 9516, 14806, 10362, 15419, 12598, 8479, 14493, 12735, 10728, 13093, 9565, 14568, 12242, 7835, 14435, 12546, 6941, 11602, 8855, 15191, 9925, 7750, 13533, 11037, 6986, 10989, 8543, 8239, 12753, 9023, 6592, 13438, 12265, 7991, 13074, 12352, 12923, 13839, 10377, 14783, 15646, 10968, 13378, 13840, 11896, 13215, 11226, 10027, 16422, 12237, 7262, 14823, 12351, 7342, 12164, 9618, 8875, 12646, 9322, 9377, 14794, 10215, 7485, 11569, 10635, 9646, 9700, 9474, 13010, 12057, 9274, 8550, 14020, 11110, 6962, 11679, 11569, 10045, 13562, 9606, 10479, 16315, 11187, 7819, 12873, 12887, 10740, 12957, 9203, 15778, 12409, 7083, 12738, 11807, 6374, 10943, 9494, 6261, 10874, 9391, 12583, 11406, 8442, 14100, 11635, 7911, 12460, 9084, 9044, 14723, 9221, 7691, 12440, 11506, 9119, 10660, 10010, 10347, 14851, 11829, 8992, 13154, 15054, 11203, 10723, 12085, 11205, 15986, 12340, 8356, 14914, 13024, 7398, 12775, 10084, 10087, 13924, 9474, 7771, 14348, 10592, 8158, 9754, 8912, 15576, 9319, 6631, 12532, 11651, 6181, 10297, 9885, 9807, 13283, 9436, 8363, 16153, 11263, 6983, 15042, 12280, 6736, 13276, 12294, 9943, 13208, 9353, 13658, 13670, 9000, 13684, 12477, 7759, 13050, 11420, 7864, 11923, 8756, 8065, 12406, 9199, 7116, 11989, 10452, 7846, 10046, 9744, 7885, 10010, 9022, 9244, 14278, 9584, 6887, 14353, 13403, 7870, 14361, 12841, 9502, 13907, 12651, 8616, 13220, 9395, 8070, 15913, 10633, 7200, 13992, 10851, 7299, 11478, 11219, 8845, 10823, 9646, 13254, 10573, 8707, 13484, 11728, 8132, 13069, 11803, 9494, 11107, 9287, 9933, 9001, 11890, 8985, 9575, 15174, 10233, 8167, 14280, 13052, 7246, 14462, 13271, 7723, 13297, 11406, 8179, 13772, 12186, 9879, 12603, 10003, 9276, 11665, 9375, 13217, 10966, 8951, 12163, 11349, 9150, 11404, 8900, 9311, 12968, 9171, 7503, 13051, 11263, 8456, 12709, 9382, 9784, 15222, 10004, 6936, 14551, 11606, 11112, 12044, 10833, 14981, 11407, 9148, 11437, 13736, 9371, 7933, 14468, 10217, 6666, 12632, 11176, 11961, 9570, 8808, 14484, 9718, 7056, 12864, 9473, 6333, 11535, 9811, 7031, 10368, 8954, 10004, 14596, 9635, 6480, 12934, 12785, 14123, 16845, 10702, 7333, 11694, 9887, 8493, 15066, 13202, 9688, 12999, 11914, 10912, 14829, 12882, 10699, 16822, 12988, 12197, 14885, 10513, 14469, 10770, 7550, 11814, 8921, 6700, 10013, 8603, 12745, 8948, 6482, 12243, 9499, 7281, 8427, 8475, 7709, 9029, 8078, 7041, 10721, 8506, 6898, 10281, 9344, 10183, 10662, 9472, 15562, 11419, 9715, 16152, 11573, 7617, 14151, 10773, 11105, 13331, 10084, 14552, 10785, 7906, 12151, 10173, 8657, 11203, 9159, 14221, 11268, 6936, 10455, 8807, 8205, 12270, 8674, 6370, 10712, 9966, 8016, 12390, 8846, 8278, 14960, 11276, 8242, 13694, 11904, 15309, 13350, 9743, 15889, 13810, 7605, 12917, 9022, 14101, 12460, 8165, 13826, 11448, 7500, 10341, 8786, 9120, 11199, 7761, 10088, 8685, 8121, 11206, 8945, 12188, 11366, 7101, 11873, 10225, 7636, 11660, 9327, 8472, 13676, 9900, 9221, 13611, 11032, 8674, 11855, 12362, 8907, 12975, 9463, 9378, 14801, 10070, 6858, 11948, 10546, 14340, 10290, 8021, 13905, 11727, 6467, 12974, 11322, 6416, 11321, 10675, 9856, 10808, 9100, 14369, 11356, 6457, 10828, 10158, 9004, 10748, 8671, 9079, 11885, 9315, 6806, 10374, 9497, 9554, 13449, 9601, 7306, 15263, 12676, 8118, 13617, 12416, 11286, 14699, 9976, 8996, 15459, 10323, 7130, 11946, 11759, 8288], 'WindowCenter': [3848.0, 3910.0, 3873.0, 3827.0, 3805.0, 3880.0, 3858.0, 3840.0, 3827.0, 3844.0, 3843.0, 3835.0, 3834.0, 3843.0, 3834.0, 3813.0, 3854.0, 3834.0, 3814.0, 3825.0, 3845.0, 3847.0, 3816.0, 3857.0, 3849.0, 3839.0, 3858.0, 3847.0, 3849.0, 3847.0, 3845.0, 3813.0, 3826.0, 3858.0, 3826.0, 3815.0, 3836.0, 3848.0, 3839.0, 3830.0, 3901.0, 3864.0, 3819.0, 3868.0, 3857.0, 3825.0, 3825.0, 3866.0, 3835.0, 3803.0, 3869.0, 3845.0, 3812.0, 3821.0, 3855.0, 3832.0, 3777.0, 3842.0, 3831.0, 3800.0, 3810.0, 3841.0, 3832.0, 3801.0, 3843.0, 3833.0, 3848.0, 3792.0, 3843.0, 3845.0, 3815.0, 3822.0, 3843.0, 3846.0, 3814.0, 3857.0, 3825.0, 3835.0, 3837.0, 3858.0, 3837.0, 3837.0, 3859.0, 3868.0, 3836.0, 3815.0, 3835.0, 3866.0, 3844.0, 3801.0, 3831.0, 3853.0, 3831.0, 3800.0, 3819.0, 3852.0, 3831.0, 3799.0, 3841.0, 3841.0, 3820.0, 3765.0, 3852.0, 3842.0, 3790.0, 3854.0, 3831.0, 3801.0, 3811.0, 3831.0, 3822.0, 3813.0, 3844.0, 3833.0, 3836.0, 3837.0, 3859.0, 3828.0, 3816.0, 3849.0, 3858.0, 3838.0, 3806.0, 3858.0, 3871.0, 3838.0, 3803.0, 3866.0, 3859.0, 3837.0, 3845.0, 3854.0, 3834.0, 3823.0, 3844.0, 3878.0, 3855.0, 3823.0, 3801.0, 3841.0, 3842.0, 3831.0, 3829.0, 3818.0, 3819.0, 3808.0, 3827.0, 3819.0, 3798.0, 3829.0, 3840.0, 3809.0, 3809.0, 3840.0, 3821.0, 3788.0, 3853.0, 3832.0, 3790.0, 3842.0, 3844.0, 3823.0, 3779.0, 3831.0, 3835.0, 3793.0, 3846.0, 3825.0, 3814.0, 3869.0, 3847.0, 3815.0, 3825.0, 3867.0, 3835.0, 3804.0, 3867.0, 3857.0, 3826.0, 3824.0, 3854.0, 3856.0, 3812.0, 3854.0, 3832.0, 3833.0, 3844.0, 3843.0, 3832.0, 3823.0, 3853.0, 3822.0, 3812.0, 3857.0, 3844.0, 3824.0, 3824.0, 3855.0, 3823.0, 3834.0, 3865.0, 3823.0, 3801.0, 3856.0, 3844.0, 3812.0, 3780.0, 3853.0, 3855.0, 3801.0, 3843.0, 3832.0, 3843.0, 3834.0, 3854.0, 3823.0, 3802.0, 3857.0, 3857.0, 3834.0, 3801.0, 3866.0, 3855.0, 3823.0, 3800.0, 3852.0, 3853.0, 3810.0, 3841.0, 3829.0, 3830.0, 3808.0, 3852.0, 3819.0, 3807.0, 3850.0, 3819.0, 3787.0, 3840.0, 3830.0, 3799.0, 3799.0, 3842.0, 3822.0, 3780.0, 3853.0, 3834.0, 3792.0, 3844.0, 3858.0, 3827.0, 3795.0, 3846.0, 3858.0, 3838.0, 3826.0, 3845.0, 3835.0, 3835.0, 3869.0, 3846.0, 3825.0, 3823.0, 3866.0, 3846.0, 3802.0, 3863.0, 3854.0, 3822.0, 3842.0, 3830.0, 3830.0, 3818.0, 3839.0, 3805.0, 3795.0, 3840.0, 3817.0, 3797.0, 3786.0, 3840.0, 3808.0, 3788.0, 3829.0, 3831.0, 3808.0, 3830.0, 3811.0, 3821.0, 3855.0, 3824.0, 3780.0, 3855.0, 3845.0, 3803.0, 3844.0, 3835.0, 3824.0, 3856.0, 3825.0, 3804.0, 3860.0, 3840.0, 3827.0, 3839.0, 3869.0, 3846.0, 3827.0, 3847.0, 3818.0, 3840.0, 3831.0, 3872.0, 3881.0, 3847.0, 3804.0, 3844.0, 3855.0, 3844.0, 3802.0, 3864.0, 3842.0, 3832.0, 3830.0, 3829.0, 3806.0, 3820.0, 3840.0, 3809.0, 3809.0, 3840.0, 3819.0, 3787.0, 3853.0, 3822.0, 3791.0, 3852.0, 3844.0, 3824.0, 3824.0, 3834.0, 3794.0, 3796.0, 3840.0, 3843.0, 3816.0, 3861.0, 3835.0, 3800.0, 3803.0, 3868.0, 3847.0, 3815.0, 3871.0, 3871.0, 3849.0, 3836.0, 3867.0, 3856.0, 3819.0, 3840.0, 3826.0, 3825.0, 3824.0, 3769.0, 3821.0, 3801.0, 3771.0, 3823.0, 3793.0, 3750.0, 3826.0, 3817.0, 3775.0, 3816.0, 3798.0, 3800.0, 3822.0, 3823.0, 3814.0, 3813.0, 3857.0, 3837.0, 3794.0, 3855.0, 3849.0, 3827.0, 3881.0, 3850.0, 3838.0, 3882.0, 3848.0, 3816.0, 3866.0, 3857.0, 3824.0, 3830.0, 3843.0, 3845.0, 3810.0, 3842.0, 3833.0, 3801.0, 3832.0, 3834.0, 3833.0, 3844.0, 3824.0, 3855.0, 3845.0, 3813.0, 3844.0, 3857.0, 3825.0, 3801.0, 3845.0, 3846.0, 3782.0, 3844.0, 3846.0, 3835.0, 3868.0, 3837.0, 3803.0, 3867.0, 3858.0, 3815.0, 3855.0, 3833.0, 3833.0, 3866.0, 3845.0, 3789.0, 3865.0, 3833.0, 3802.0, 3842.0, 3856.0, 3823.0, 3791.0, 3842.0, 3843.0, 3834.0, 3822.0, 3841.0, 3854.0, 3800.0, 3841.0, 3820.0, 3811.0, 3853.0, 3833.0, 3801.0, 3854.0, 3844.0, 3799.0, 3830.0, 3831.0, 3812.0, 3790.0, 3822.0, 3834.0, 3822.0, 3834.0, 3811.0, 3807.0, 3816.0, 3798.0, 3798.0, 3867.0, 3803.0, 3745.0, 3839.0, 3831.0, 3796.0, 3804.0, 3804.0, 3846.0, 3861.0, 3858.0, 3837.0, 3886.0, 3882.0, 3852.0, 3795.0, 3854.0, 3858.0, 3791.0, 3853.0, 3833.0, 3801.0, 3854.0, 3823.0, 3824.0, 3854.0, 3834.0, 3812.0, 3868.0, 3835.0, 3791.0, 3865.0, 3834.0, 3802.0, 3865.0, 3846.0, 3805.0, 3834.0, 3847.0, 3838.0, 3784.0, 3846.0, 3836.0, 3848.0, 3881.0, 3848.0, 3814.0, 3866.0, 3858.0, 3824.0, 3854.0, 3833.0, 3832.0, 3863.0, 3833.0, 3802.0, 3853.0, 3845.0, 3802.0, 3853.0, 3855.0, 3802.0, 3853.0, 3844.0, 3802.0, 3843.0, 3843.0, 3847.0, 3843.0, 3813.0, 3812.0, 3865.0, 3837.0, 3782.0, 3845.0, 3858.0, 3827.0, 3847.0, 3826.0, 3817.0, 3882.0, 3849.0, 3816.0, 3859.0, 3870.0, 3838.0, 3805.0, 3867.0, 3858.0, 3814.0, 3853.0, 3855.0, 3833.0, 3853.0, 3833.0, 3821.0, 3863.0, 3821.0, 3800.0, 3864.0, 3822.0, 3789.0, 3853.0, 3846.0, 3778.0, 3832.0, 3834.0, 3846.0, 3846.0, 3815.0, 3823.0, 3857.0, 3838.0, 3795.0, 3857.0, 3860.0, 3796.0, 3857.0, 3836.0, 3837.0, 3892.0, 3848.0, 3805.0, 3856.0, 3870.0, 3838.0, 3848.0, 3868.0, 3869.0, 3825.0, 3854.0, 3833.0, 3823.0, 3867.0, 3845.0, 3801.0, 3864.0, 3843.0, 3790.0, 3851.0, 3843.0, 3812.0, 3852.0, 3821.0, 3820.0, 3852.0, 3811.0, 3801.0, 3854.0, 3823.0, 3769.0, 3843.0, 3846.0, 3782.0, 3845.0, 3835.0, 3837.0, 3868.0, 3826.0, 3804.0, 3869.0, 3870.0, 3862.0, 3837.0, 3857.0, 3825.0, 3813.0, 3867.0, 3858.0, 3869.0, 3814.0, 3856.0, 3845.0, 3812.0, 3878.0, 3844.0, 3811.0, 3851.0, 3841.0, 3820.0, 3829.0, 3829.0, 3820.0, 3831.0, 3819.0, 3799.0, 3820.0, 3843.0, 3824.0, 3771.0, 3833.0, 3845.0, 3804.0, 3835.0, 3827.0, 3828.0, 3883.0, 3840.0, 3808.0, 3870.0, 3873.0, 3841.0, 3838.0, 3881.0, 3870.0, 3816.0, 3867.0, 3856.0, 3846.0, 3855.0, 3843.0, 3821.0, 3842.0, 3853.0, 3821.0, 3787.0, 3839.0, 3831.0, 3840.0, 3830.0, 3808.0, 3850.0, 3817.0, 3775.0, 3839.0, 3829.0, 3765.0, 3828.0, 3831.0, 3789.0, 3841.0, 3811.0, 3802.0, 3864.0, 3834.0, 3792.0, 3842.0, 3832.0, 3835.0, 3866.0, 3834.0, 3791.0, 3865.0, 3857.0, 3803.0, 3856.0, 3835.0, 3824.0, 3868.0, 3845.0, 3814.0, 3845.0, 3868.0, 3846.0, 3813.0, 3844.0, 3846.0, 3844.0, 3844.0, 3811.0, 3853.0, 3842.0, 3801.0, 3830.0, 3842.0, 3822.0, 3831.0, 3820.0, 3822.0, 3833.0, 3844.0, 3812.0, 3800.0, 3877.0, 3825.0, 3794.0, 3854.0, 3847.0, 3816.0, 3857.0, 3823.0, 3823.0, 3878.0, 3846.0, 3803.0, 3853.0, 3856.0, 3812.0, 3854.0, 3833.0, 3835.0, 3855.0, 3823.0, 3791.0, 3853.0, 3845.0, 3792.0, 3854.0, 3845.0, 3815.0, 3855.0, 3835.0, 3824.0, 3880.0, 3836.0, 3826.0, 3881.0, 3861.0, 3817.0, 3880.0, 3859.0, 3849.0, 3837.0, 3857.0, 3827.0, 3793.0, 3856.0, 3846.0, 3835.0, 3878.0, 3845.0, 3803.0, 3877.0, 3845.0, 3812.0, 3864.0, 3853.0, 3819.0, 3862.0, 3827.0, 3783.0, 3836.0, 3804.0, 3836.0, 3804.0, 3751.0, 3826.0, 3797.0, 3765.0, 3831.0, 3822.0, 3842.0, 3811.0, 3801.0, 3854.0, 3835.0, 3782.0, 3824.0, 3824.0, 3826.0, 3837.0, 3826.0, 3836.0, 3860.0, 3840.0, 3870.0, 3850.0, 3839.0, 3881.0, 3838.0, 3867.0, 3858.0, 3814.0, 3866.0, 3857.0, 3834.0, 3856.0, 3824.0, 3866.0, 3856.0, 3803.0, 3865.0, 3856.0, 3792.0, 3845.0, 3824.0, 3867.0, 3836.0, 3815.0, 3867.0, 3860.0, 3807.0, 3857.0, 3840.0, 3830.0, 3884.0, 3842.0, 3807.0, 3884.0, 3874.0, 3830.0, 3872.0, 3872.0, 3871.0, 3871.0, 3838.0, 3868.0, 3880.0, 3835.0, 3856.0, 3855.0, 3845.0, 3843.0, 3832.0, 3821.0, 3865.0, 3843.0, 3788.0, 3852.0, 3842.0, 3790.0, 3841.0, 3822.0, 3812.0, 3854.0, 3823.0, 3822.0, 3866.0, 3834.0, 3790.0, 3844.0, 3847.0, 3824.0, 3824.0, 3824.0, 3868.0, 3857.0, 3837.0, 3825.0, 3869.0, 3848.0, 3805.0, 3845.0, 3847.0, 3837.0, 3857.0, 3825.0, 3834.0, 3878.0, 3835.0, 3802.0, 3843.0, 3845.0, 3832.0, 3843.0, 3812.0, 3864.0, 3844.0, 3790.0, 3841.0, 3844.0, 3781.0, 3833.0, 3823.0, 3780.0, 3846.0, 3837.0, 3858.0, 3858.0, 3826.0, 3868.0, 3859.0, 3817.0, 3858.0, 3827.0, 3838.0, 3881.0, 3839.0, 3828.0, 3869.0, 3861.0, 3839.0, 3849.0, 3850.0, 3851.0, 3883.0, 3861.0, 3828.0, 3870.0, 3882.0, 3849.0, 3847.0, 3846.0, 3848.0, 3878.0, 3846.0, 3814.0, 3864.0, 3855.0, 3792.0, 3853.0, 3834.0, 3834.0, 3864.0, 3835.0, 3802.0, 3868.0, 3836.0, 3813.0, 3824.0, 3826.0, 3879.0, 3837.0, 3795.0, 3869.0, 3872.0, 3811.0, 3860.0, 3847.0, 3849.0, 3870.0, 3838.0, 3826.0, 3892.0, 3848.0, 3803.0, 3879.0, 3858.0, 3793.0, 3856.0, 3847.0, 3836.0, 3856.0, 3824.0, 3856.0, 3855.0, 3813.0, 3854.0, 3855.0, 3803.0, 3856.0, 3845.0, 3813.0, 3845.0, 3825.0, 3814.0, 3855.0, 3836.0, 3793.0, 3859.0, 3849.0, 3817.0, 3851.0, 3853.0, 3817.0, 3837.0, 3838.0, 3839.0, 3880.0, 3838.0, 3806.0, 3880.0, 3870.0, 3816.0, 3867.0, 3858.0, 3825.0, 3855.0, 3845.0, 3813.0, 3854.0, 3812.0, 3801.0, 3865.0, 3832.0, 3790.0, 3853.0, 3846.0, 3790.0, 3843.0, 3846.0, 3812.0, 3833.0, 3824.0, 3855.0, 3835.0, 3825.0, 3856.0, 3858.0, 3816.0, 3857.0, 3872.0, 3839.0, 3847.0, 3826.0, 3838.0, 3827.0, 3859.0, 3828.0, 3837.0, 3882.0, 3838.0, 3815.0, 3868.0, 3857.0, 3804.0, 3866.0, 3855.0, 3802.0, 3854.0, 3833.0, 3801.0, 3854.0, 3844.0, 3822.0, 3843.0, 3821.0, 3811.0, 3831.0, 3811.0, 3853.0, 3833.0, 3824.0, 3843.0, 3846.0, 3825.0, 3844.0, 3811.0, 3796.0, 3840.0, 3840.0, 3834.0, 3882.0, 3862.0, 3829.0, 3869.0, 3839.0, 3838.0, 3882.0, 3838.0, 3795.0, 3868.0, 3847.0, 3835.0, 3845.0, 3833.0, 3855.0, 3833.0, 3813.0, 3845.0, 3855.0, 3812.0, 3801.0, 3855.0, 3823.0, 3780.0, 3843.0, 3834.0, 3843.0, 3822.0, 3824.0, 3867.0, 3824.0, 3804.0, 3856.0, 3836.0, 3795.0, 3846.0, 3850.0, 3808.0, 3849.0, 3839.0, 3850.0, 3881.0, 3840.0, 3798.0, 3869.0, 3871.0, 3872.0, 3879.0, 3837.0, 3806.0, 3857.0, 3823.0, 3811.0, 3863.0, 3856.0, 3824.0, 3855.0, 3857.0, 3848.0, 3867.0, 3844.0, 3821.0, 3851.0, 3827.0, 3804.0, 3824.0, 3791.0, 3811.0, 3790.0, 3759.0, 3801.0, 3780.0, 3749.0, 3790.0, 3780.0, 3812.0, 3793.0, 3752.0, 3827.0, 3809.0, 3788.0, 3812.0, 3812.0, 3801.0, 3823.0, 3802.0, 3793.0, 3847.0, 3827.0, 3805.0, 3849.0, 3843.0, 3850.0, 3851.0, 3840.0, 3881.0, 3860.0, 3837.0, 3882.0, 3846.0, 3792.0, 3855.0, 3834.0, 3834.0, 3843.0, 3823.0, 3853.0, 3832.0, 3799.0, 3830.0, 3822.0, 3811.0, 3832.0, 3812.0, 3853.0, 3845.0, 3792.0, 3832.0, 3823.0, 3797.0, 3826.0, 3795.0, 3751.0, 3801.0, 3823.0, 3829.0, 3859.0, 3814.0, 3802.0, 3851.0, 3820.0, 3802.0, 3855.0, 3890.0, 3928.0, 3903.0, 3842.0, 3881.0, 3855.0, 3791.0, 3841.0, 3798.0, 3840.0, 3830.0, 3787.0, 3839.0, 3829.0, 3788.0, 3819.0, 3799.0, 3809.0, 3831.0, 3801.0, 3831.0, 3814.0, 3804.0, 3845.0, 3825.0, 3846.0, 3847.0, 3793.0, 3845.0, 3836.0, 3803.0, 3845.0, 3826.0, 3815.0, 3869.0, 3837.0, 3825.0, 3869.0, 3837.0, 3814.0, 3845.0, 3845.0, 3814.0, 3854.0, 3812.0, 3811.0, 3866.0, 3823.0, 3780.0, 3832.0, 3834.0, 3854.0, 3822.0, 3802.0, 3852.0, 3843.0, 3770.0, 3854.0, 3834.0, 3782.0, 3833.0, 3834.0, 3823.0, 3834.0, 3813.0, 3854.0, 3835.0, 3781.0, 3834.0, 3834.0, 3825.0, 3846.0, 3826.0, 3825.0, 3847.0, 3827.0, 3796.0, 3836.0, 3837.0, 3838.0, 3870.0, 3837.0, 3805.0, 3880.0, 3859.0, 3815.0, 3856.0, 3846.0, 3835.0, 3855.0, 3823.0, 3800.0, 3853.0, 3820.0, 3777.0, 3830.0, 3831.0, 3799.0], 'WindowWidth': [8659.0, 8740.0, 8680.0, 8608.0, 8575.0, 8681.0, 8649.0, 8628.0, 8604.0, 8621.0, 8620.0, 8610.0, 8609.0, 8618.0, 8609.0, 8579.0, 8635.0, 8607.0, 8584.0, 8600.0, 8626.0, 8630.0, 8589.0, 8645.0, 8636.0, 8624.0, 8648.0, 8632.0, 8635.0, 8631.0, 8625.0, 8581.0, 8600.0, 8649.0, 8602.0, 8588.0, 8616.0, 8635.0, 8625.0, 8616.0, 8732.0, 8666.0, 8599.0, 8661.0, 8645.0, 8598.0, 8598.0, 8657.0, 8611.0, 8565.0, 8665.0, 8624.0, 8575.0, 8586.0, 8638.0, 8602.0, 8522.0, 8618.0, 8597.0, 8557.0, 8569.0, 8611.0, 8601.0, 8561.0, 8619.0, 8604.0, 8635.0, 8551.0, 8621.0, 8625.0, 8584.0, 8589.0, 8619.0, 8629.0, 8584.0, 8644.0, 8598.0, 8615.0, 8618.0, 8649.0, 8618.0, 8618.0, 8652.0, 8661.0, 8615.0, 8585.0, 8611.0, 8656.0, 8622.0, 8559.0, 8600.0, 8635.0, 8600.0, 8555.0, 8580.0, 8630.0, 8601.0, 8553.0, 8613.0, 8611.0, 8584.0, 8506.0, 8631.0, 8617.0, 8544.0, 8635.0, 8601.0, 8562.0, 8575.0, 8601.0, 8590.0, 8579.0, 8624.0, 8607.0, 8615.0, 8618.0, 8650.0, 8608.0, 8590.0, 8638.0, 8650.0, 8622.0, 8577.0, 8650.0, 8670.0, 8621.0, 8568.0, 8657.0, 8654.0, 8616.0, 8625.0, 8637.0, 8608.0, 8591.0, 8624.0, 8679.0, 8639.0, 8592.0, 8559.0, 8612.0, 8614.0, 8598.0, 8595.0, 8574.0, 8581.0, 8565.0, 8589.0, 8579.0, 8550.0, 8593.0, 8608.0, 8567.0, 8567.0, 8612.0, 8586.0, 8538.0, 8634.0, 8604.0, 8546.0, 8617.0, 8621.0, 8593.0, 8530.0, 8601.0, 8612.0, 8555.0, 8628.0, 8601.0, 8586.0, 8665.0, 8630.0, 8587.0, 8599.0, 8660.0, 8612.0, 8569.0, 8658.0, 8646.0, 8601.0, 8595.0, 8636.0, 8640.0, 8575.0, 8635.0, 8603.0, 8606.0, 8623.0, 8617.0, 8601.0, 8591.0, 8633.0, 8588.0, 8575.0, 8645.0, 8620.0, 8595.0, 8596.0, 8640.0, 8593.0, 8607.0, 8652.0, 8592.0, 8561.0, 8641.0, 8621.0, 8577.0, 8533.0, 8633.0, 8639.0, 8561.0, 8620.0, 8603.0, 8620.0, 8609.0, 8636.0, 8593.0, 8564.0, 8645.0, 8643.0, 8608.0, 8561.0, 8656.0, 8638.0, 8592.0, 8557.0, 8628.0, 8630.0, 8568.0, 8610.0, 8590.0, 8595.0, 8564.0, 8628.0, 8580.0, 8563.0, 8624.0, 8578.0, 8535.0, 8609.0, 8595.0, 8555.0, 8553.0, 8617.0, 8591.0, 8532.0, 8632.0, 8607.0, 8553.0, 8622.0, 8646.0, 8605.0, 8562.0, 8628.0, 8649.0, 8622.0, 8603.0, 8627.0, 8612.0, 8613.0, 8664.0, 8626.0, 8596.0, 8592.0, 8656.0, 8626.0, 8562.0, 8646.0, 8637.0, 8589.0, 8616.0, 8593.0, 8596.0, 8577.0, 8604.0, 8555.0, 8542.0, 8611.0, 8574.0, 8547.0, 8531.0, 8608.0, 8565.0, 8537.0, 8592.0, 8599.0, 8564.0, 8595.0, 8573.0, 8586.0, 8639.0, 8594.0, 8532.0, 8636.0, 8625.0, 8567.0, 8621.0, 8612.0, 8598.0, 8641.0, 8598.0, 8570.0, 8652.0, 8626.0, 8609.0, 8625.0, 8664.0, 8629.0, 8606.0, 8632.0, 8575.0, 8606.0, 8621.0, 8674.0, 8682.0, 8628.0, 8568.0, 8622.0, 8638.0, 8622.0, 8562.0, 8648.0, 8613.0, 8600.0, 8594.0, 8590.0, 8558.0, 8582.0, 8609.0, 8567.0, 8566.0, 8610.0, 8579.0, 8537.0, 8633.0, 8589.0, 8548.0, 8629.0, 8621.0, 8595.0, 8595.0, 8606.0, 8539.0, 8543.0, 8608.0, 8617.0, 8589.0, 8658.0, 8611.0, 8555.0, 8565.0, 8660.0, 8629.0, 8584.0, 8671.0, 8670.0, 8635.0, 8613.0, 8658.0, 8639.0, 8579.0, 8608.0, 8580.0, 8579.0, 8575.0, 8495.0, 8567.0, 8539.0, 8500.0, 8575.0, 8535.0, 8475.0, 8585.0, 8573.0, 8517.0, 8570.0, 8550.0, 8558.0, 8590.0, 8593.0, 8584.0, 8583.0, 8646.0, 8618.0, 8558.0, 8640.0, 8637.0, 8606.0, 8680.0, 8639.0, 8623.0, 8686.0, 8632.0, 8588.0, 8656.0, 8642.0, 8594.0, 8596.0, 8616.0, 8625.0, 8568.0, 8615.0, 8604.0, 8559.0, 8600.0, 8607.0, 8603.0, 8618.0, 8594.0, 8639.0, 8622.0, 8578.0, 8621.0, 8642.0, 8598.0, 8561.0, 8625.0, 8628.0, 8539.0, 8621.0, 8628.0, 8613.0, 8661.0, 8617.0, 8568.0, 8659.0, 8646.0, 8583.0, 8638.0, 8605.0, 8606.0, 8655.0, 8621.0, 8541.0, 8651.0, 8605.0, 8561.0, 8616.0, 8639.0, 8591.0, 8547.0, 8615.0, 8616.0, 8606.0, 8588.0, 8613.0, 8632.0, 8556.0, 8611.0, 8582.0, 8572.0, 8632.0, 8605.0, 8559.0, 8635.0, 8619.0, 8555.0, 8596.0, 8598.0, 8575.0, 8543.0, 8588.0, 8607.0, 8589.0, 8607.0, 8573.0, 8557.0, 8568.0, 8548.0, 8549.0, 8656.0, 8544.0, 8455.0, 8604.0, 8599.0, 8542.0, 8549.0, 8550.0, 8629.0, 8659.0, 8647.0, 8621.0, 8699.0, 8685.0, 8648.0, 8561.0, 8636.0, 8646.0, 8548.0, 8630.0, 8603.0, 8559.0, 8632.0, 8593.0, 8593.0, 8633.0, 8608.0, 8575.0, 8660.0, 8609.0, 8548.0, 8651.0, 8608.0, 8562.0, 8651.0, 8626.0, 8570.0, 8609.0, 8630.0, 8620.0, 8547.0, 8627.0, 8614.0, 8635.0, 8682.0, 8632.0, 8581.0, 8653.0, 8643.0, 8594.0, 8634.0, 8604.0, 8600.0, 8647.0, 8603.0, 8561.0, 8632.0, 8624.0, 8563.0, 8630.0, 8635.0, 8560.0, 8631.0, 8620.0, 8562.0, 8617.0, 8619.0, 8629.0, 8620.0, 8579.0, 8576.0, 8654.0, 8616.0, 8538.0, 8625.0, 8647.0, 8603.0, 8631.0, 8604.0, 8593.0, 8690.0, 8635.0, 8587.0, 8650.0, 8667.0, 8621.0, 8572.0, 8656.0, 8646.0, 8580.0, 8632.0, 8635.0, 8603.0, 8631.0, 8605.0, 8583.0, 8647.0, 8585.0, 8555.0, 8647.0, 8587.0, 8540.0, 8631.0, 8627.0, 8528.0, 8602.0, 8608.0, 8626.0, 8627.0, 8583.0, 8593.0, 8642.0, 8620.0, 8560.0, 8643.0, 8652.0, 8564.0, 8645.0, 8615.0, 8618.0, 8700.0, 8634.0, 8573.0, 8643.0, 8667.0, 8621.0, 8634.0, 8658.0, 8663.0, 8598.0, 8635.0, 8605.0, 8591.0, 8657.0, 8623.0, 8558.0, 8648.0, 8617.0, 8543.0, 8627.0, 8616.0, 8573.0, 8627.0, 8585.0, 8582.0, 8630.0, 8571.0, 8561.0, 8635.0, 8590.0, 8516.0, 8618.0, 8627.0, 8540.0, 8624.0, 8611.0, 8618.0, 8662.0, 8601.0, 8571.0, 8663.0, 8667.0, 8660.0, 8618.0, 8645.0, 8597.0, 8577.0, 8655.0, 8645.0, 8663.0, 8580.0, 8638.0, 8624.0, 8575.0, 8674.0, 8619.0, 8572.0, 8625.0, 8611.0, 8579.0, 8590.0, 8589.0, 8580.0, 8598.0, 8579.0, 8554.0, 8584.0, 8618.0, 8595.0, 8520.0, 8606.0, 8625.0, 8570.0, 8611.0, 8604.0, 8610.0, 8691.0, 8627.0, 8581.0, 8667.0, 8675.0, 8630.0, 8619.0, 8682.0, 8667.0, 8587.0, 8657.0, 8640.0, 8627.0, 8638.0, 8617.0, 8583.0, 8614.0, 8631.0, 8585.0, 8535.0, 8605.0, 8597.0, 8609.0, 8593.0, 8561.0, 8622.0, 8572.0, 8514.0, 8603.0, 8590.0, 8503.0, 8588.0, 8598.0, 8542.0, 8611.0, 8571.0, 8562.0, 8649.0, 8607.0, 8549.0, 8614.0, 8603.0, 8611.0, 8653.0, 8608.0, 8546.0, 8649.0, 8643.0, 8566.0, 8638.0, 8609.0, 8595.0, 8661.0, 8624.0, 8582.0, 8624.0, 8658.0, 8626.0, 8577.0, 8618.0, 8627.0, 8621.0, 8620.0, 8573.0, 8630.0, 8614.0, 8558.0, 8595.0, 8613.0, 8587.0, 8598.0, 8580.0, 8587.0, 8604.0, 8619.0, 8577.0, 8559.0, 8673.0, 8599.0, 8556.0, 8638.0, 8629.0, 8587.0, 8641.0, 8593.0, 8591.0, 8675.0, 8626.0, 8563.0, 8633.0, 8639.0, 8574.0, 8633.0, 8604.0, 8611.0, 8636.0, 8590.0, 8547.0, 8633.0, 8624.0, 8550.0, 8636.0, 8626.0, 8586.0, 8639.0, 8611.0, 8597.0, 8679.0, 8615.0, 8601.0, 8681.0, 8654.0, 8589.0, 8680.0, 8648.0, 8636.0, 8620.0, 8644.0, 8606.0, 8555.0, 8639.0, 8626.0, 8611.0, 8673.0, 8623.0, 8564.0, 8671.0, 8624.0, 8576.0, 8648.0, 8633.0, 8578.0, 8641.0, 8585.0, 8520.0, 8595.0, 8550.0, 8597.0, 8549.0, 8477.0, 8584.0, 8548.0, 8504.0, 8600.0, 8591.0, 8618.0, 8575.0, 8562.0, 8637.0, 8611.0, 8537.0, 8595.0, 8598.0, 8602.0, 8619.0, 8604.0, 8617.0, 8655.0, 8626.0, 8667.0, 8639.0, 8624.0, 8682.0, 8620.0, 8659.0, 8644.0, 8580.0, 8652.0, 8642.0, 8608.0, 8639.0, 8597.0, 8657.0, 8640.0, 8565.0, 8651.0, 8642.0, 8551.0, 8624.0, 8596.0, 8660.0, 8613.0, 8588.0, 8658.0, 8652.0, 8581.0, 8646.0, 8629.0, 8615.0, 8691.0, 8634.0, 8581.0, 8691.0, 8677.0, 8614.0, 8671.0, 8672.0, 8670.0, 8669.0, 8618.0, 8661.0, 8679.0, 8611.0, 8640.0, 8639.0, 8622.0, 8620.0, 8601.0, 8587.0, 8653.0, 8620.0, 8539.0, 8628.0, 8616.0, 8545.0, 8614.0, 8589.0, 8575.0, 8633.0, 8594.0, 8589.0, 8656.0, 8607.0, 8546.0, 8622.0, 8630.0, 8596.0, 8594.0, 8597.0, 8661.0, 8643.0, 8618.0, 8599.0, 8662.0, 8633.0, 8573.0, 8624.0, 8630.0, 8616.0, 8642.0, 8597.0, 8608.0, 8674.0, 8611.0, 8561.0, 8619.0, 8623.0, 8602.0, 8616.0, 8576.0, 8648.0, 8620.0, 8544.0, 8613.0, 8622.0, 8534.0, 8604.0, 8594.0, 8534.0, 8627.0, 8616.0, 8646.0, 8645.0, 8603.0, 8663.0, 8650.0, 8591.0, 8647.0, 8605.0, 8621.0, 8684.0, 8625.0, 8609.0, 8664.0, 8657.0, 8627.0, 8639.0, 8640.0, 8645.0, 8691.0, 8655.0, 8609.0, 8668.0, 8685.0, 8638.0, 8630.0, 8627.0, 8633.0, 8677.0, 8626.0, 8581.0, 8649.0, 8639.0, 8550.0, 8634.0, 8607.0, 8609.0, 8650.0, 8612.0, 8564.0, 8663.0, 8615.0, 8580.0, 8595.0, 8601.0, 8677.0, 8617.0, 8561.0, 8664.0, 8674.0, 8597.0, 8655.0, 8634.0, 8637.0, 8667.0, 8623.0, 8605.0, 8700.0, 8635.0, 8570.0, 8677.0, 8646.0, 8552.0, 8641.0, 8630.0, 8615.0, 8641.0, 8595.0, 8642.0, 8639.0, 8580.0, 8636.0, 8638.0, 8567.0, 8640.0, 8625.0, 8581.0, 8624.0, 8599.0, 8583.0, 8641.0, 8615.0, 8554.0, 8652.0, 8638.0, 8592.0, 8645.0, 8648.0, 8593.0, 8618.0, 8621.0, 8623.0, 8682.0, 8623.0, 8577.0, 8680.0, 8667.0, 8588.0, 8658.0, 8646.0, 8598.0, 8638.0, 8623.0, 8578.0, 8635.0, 8575.0, 8559.0, 8655.0, 8603.0, 8544.0, 8633.0, 8626.0, 8545.0, 8619.0, 8629.0, 8576.0, 8605.0, 8594.0, 8640.0, 8611.0, 8599.0, 8643.0, 8646.0, 8589.0, 8646.0, 8672.0, 8623.0, 8632.0, 8603.0, 8620.0, 8606.0, 8649.0, 8608.0, 8619.0, 8688.0, 8620.0, 8584.0, 8661.0, 8644.0, 8569.0, 8655.0, 8639.0, 8562.0, 8633.0, 8604.0, 8558.0, 8633.0, 8621.0, 8589.0, 8616.0, 8587.0, 8572.0, 8599.0, 8573.0, 8633.0, 8606.0, 8593.0, 8620.0, 8627.0, 8598.0, 8621.0, 8574.0, 8542.0, 8608.0, 8630.0, 8629.0, 8688.0, 8661.0, 8611.0, 8665.0, 8624.0, 8622.0, 8686.0, 8620.0, 8557.0, 8660.0, 8631.0, 8610.0, 8623.0, 8602.0, 8638.0, 8603.0, 8579.0, 8625.0, 8637.0, 8576.0, 8560.0, 8636.0, 8592.0, 8531.0, 8618.0, 8606.0, 8619.0, 8590.0, 8595.0, 8657.0, 8594.0, 8571.0, 8640.0, 8613.0, 8559.0, 8628.0, 8640.0, 8582.0, 8638.0, 8623.0, 8639.0, 8685.0, 8628.0, 8571.0, 8664.0, 8668.0, 8672.0, 8677.0, 8616.0, 8575.0, 8643.0, 8593.0, 8575.0, 8651.0, 8642.0, 8595.0, 8639.0, 8647.0, 8635.0, 8660.0, 8622.0, 8585.0, 8628.0, 8585.0, 8548.0, 8577.0, 8526.0, 8554.0, 8523.0, 8481.0, 8540.0, 8513.0, 8471.0, 8526.0, 8514.0, 8559.0, 8534.0, 8481.0, 8587.0, 8567.0, 8542.0, 8575.0, 8578.0, 8561.0, 8593.0, 8562.0, 8553.0, 8633.0, 8606.0, 8573.0, 8637.0, 8635.0, 8641.0, 8641.0, 8625.0, 8683.0, 8653.0, 8618.0, 8687.0, 8626.0, 8549.0, 8636.0, 8607.0, 8606.0, 8617.0, 8590.0, 8631.0, 8600.0, 8553.0, 8596.0, 8588.0, 8574.0, 8601.0, 8574.0, 8632.0, 8626.0, 8551.0, 8602.0, 8592.0, 8547.0, 8585.0, 8541.0, 8478.0, 8541.0, 8592.0, 8615.0, 8652.0, 8582.0, 8562.0, 8628.0, 8581.0, 8563.0, 8637.0, 8715.0, 8782.0, 8736.0, 8635.0, 8684.0, 8639.0, 8546.0, 8611.0, 8552.0, 8611.0, 8594.0, 8534.0, 8605.0, 8593.0, 8537.0, 8579.0, 8554.0, 8567.0, 8600.0, 8561.0, 8600.0, 8582.0, 8568.0, 8624.0, 8598.0, 8627.0, 8629.0, 8554.0, 8622.0, 8612.0, 8565.0, 8624.0, 8601.0, 8585.0, 8663.0, 8617.0, 8597.0, 8663.0, 8617.0, 8582.0, 8623.0, 8624.0, 8581.0, 8634.0, 8574.0, 8573.0, 8653.0, 8590.0, 8529.0, 8601.0, 8607.0, 8636.0, 8589.0, 8561.0, 8630.0, 8618.0, 8516.0, 8632.0, 8607.0, 8536.0, 8605.0, 8609.0, 8593.0, 8606.0, 8578.0, 8636.0, 8610.0, 8535.0, 8607.0, 8608.0, 8597.0, 8626.0, 8603.0, 8597.0, 8631.0, 8604.0, 8563.0, 8613.0, 8619.0, 8622.0, 8665.0, 8617.0, 8570.0, 8678.0, 8649.0, 8586.0, 8640.0, 8627.0, 8612.0, 8639.0, 8591.0, 8555.0, 8633.0, 8583.0, 8522.0, 8594.0, 8599.0, 8556.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.00034747727272727274</td></tr>
<tr><td colspan=3>aqi</td><td>0.0493757778030303</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>45.091093513138716</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1629667940257786</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9406981630098553</td></tr>
<tr><td colspan=3>efc</td><td>0.5121</td></tr>
<tr><td colspan=3>fber</td><td>4468.4424</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13669554238986897</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>237</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>17.954545454545453</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4571104367718073</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.312891944856359</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7649243886245203</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.293514976834543</td></tr>
<tr><td colspan=3>gcor</td><td>0.0132414</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.023829568177461624</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04419795796275139</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.135448115172972</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>15.1911</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.5589</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.1218</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>293230.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>930.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>350.9843</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8792</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>444.4352</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3011.6167</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3142.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>83314.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3955.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>759.768</td></tr>
<tr><td colspan=3>tsnr</td><td>29.619688751990907</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>