<?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-0081_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-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_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-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_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-0081/ses-04/func/sub-0081_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>905b056f8036122562f4012bd57fa0d2</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>15:05:42.695000</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.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0926248</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>[4110, -7715, -7308, 549, -10, -67, 65, 48]</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>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fdebf2b8-82ad-49be-b5c0-f06b0cf7cd3f||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.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [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': ['150542.695000', '150543.155000', '150543.615000', '150544.075000', '150544.535000', '150544.995000', '150545.455000', '150545.915000', '150546.375000', '150546.835000', '150547.295000', '150547.755000', '150548.215000', '150548.675000', '150549.135000', '150549.595000', '150550.055000', '150550.515000', '150550.975000', '150551.435000', '150551.895000', '150552.355000', '150552.815000', '150553.275000', '150553.735000', '150554.195000', '150554.655000', '150555.115000', '150555.575000', '150556.035000', '150556.495000', '150556.955000', '150557.415000', '150557.875000', '150558.335000', '150558.795000', '150559.255000', '150559.715000', '150600.175000', '150600.635000', '150601.095000', '150601.555000', '150602.015000', '150602.475000', '150602.935000', '150603.395000', '150603.855000', '150604.315000', '150604.775000', '150605.235000', '150605.695000', '150606.155000', '150606.615000', '150607.075000', '150607.535000', '150607.995000', '150608.455000', '150608.915000', '150609.375000', '150609.835000', '150610.295000', '150610.755000', '150611.215000', '150611.675000', '150612.135000', '150612.595000', '150613.055000', '150613.515000', '150613.975000', '150614.435000', '150614.895000', '150615.355000', '150615.815000', '150616.275000', '150616.735000', '150617.195000', '150617.655000', '150618.115000', '150618.575000', '150619.035000', '150619.495000', '150619.955000', '150620.415000', '150620.875000', '150621.335000', '150621.795000', '150622.255000', '150622.715000', '150623.175000', '150623.635000', '150624.095000', '150624.555000', '150625.015000', '150625.475000', '150625.935000', '150626.395000', '150626.855000', '150627.315000', '150627.775000', '150628.235000', '150628.695000', '150629.155000', '150629.615000', '150630.075000', '150630.535000', '150630.995000', '150631.455000', '150631.915000', '150632.375000', '150632.835000', '150633.295000', '150633.755000', '150634.215000', '150634.675000', '150635.135000', '150635.595000', '150636.055000', '150636.515000', '150636.975000', '150637.435000', '150637.895000', '150638.355000', '150638.815000', '150639.275000', '150639.735000', '150640.195000', '150640.655000', '150641.115000', '150641.575000', '150642.035000', '150642.495000', '150642.955000', '150643.415000', '150643.875000', '150644.335000', '150644.795000', '150645.255000', '150645.715000', '150646.175000', '150646.635000', '150647.095000', '150647.555000', '150648.015000', '150648.475000', '150648.935000', '150649.395000', '150649.855000', '150650.315000', '150650.775000', '150651.235000', '150651.695000', '150652.155000', '150652.615000', '150653.075000', '150653.535000', '150653.995000', '150654.455000', '150654.915000', '150655.375000', '150655.835000', '150656.295000', '150656.755000', '150657.215000', '150657.675000', '150658.135000', '150658.595000', '150659.055000', '150659.515000', '150659.975000', '150700.435000', '150700.895000', '150701.355000', '150701.815000', '150702.275000', '150702.735000', '150703.195000', '150703.655000', '150704.115000', '150704.575000', '150705.035000', '150705.495000', '150705.955000', '150706.415000', '150706.875000', '150707.335000', '150707.795000', '150708.255000', '150708.715000', '150709.175000', '150709.635000', '150710.095000', '150710.555000', '150711.015000', '150711.475000', '150711.935000', '150712.395000', '150712.855000', '150713.315000', '150713.775000', '150714.235000', '150714.695000', '150715.155000', '150715.615000', '150716.075000', '150716.535000', '150716.995000', '150717.455000', '150717.915000', '150718.375000', '150718.835000', '150719.295000', '150719.755000', '150720.215000', '150720.675000', '150721.135000', '150721.595000', '150722.055000', '150722.515000', '150722.975000', '150723.435000', '150723.895000', '150724.355000', '150724.815000', '150725.275000', '150725.735000', '150726.195000', '150726.655000', '150727.115000', '150727.575000', '150728.035000', '150728.495000', '150728.955000', '150729.415000', '150729.875000', '150730.335000', '150730.795000', '150731.255000', '150731.715000', '150732.175000', '150732.635000', '150733.095000', '150733.555000', '150734.015000', '150734.475000', '150734.935000', '150735.395000', '150735.855000', '150736.315000', '150736.775000', '150737.235000', '150737.695000', '150738.155000', '150738.615000', '150739.075000', '150739.535000', '150739.995000', '150740.455000', '150740.915000', '150741.375000', '150741.835000', '150742.295000', '150742.755000', '150743.215000', '150743.675000', '150744.135000', '150744.595000', '150745.055000', '150745.515000', '150745.975000', '150746.435000', '150746.895000', '150747.355000', '150747.815000', '150748.275000', '150748.735000', '150749.195000', '150749.655000', '150750.115000', '150750.575000', '150751.035000', '150751.495000', '150751.955000', '150752.415000', '150752.875000', '150753.335000', '150753.795000', '150754.255000', '150754.715000', '150755.175000', '150755.635000', '150756.095000', '150756.555000', '150757.015000', '150757.475000', '150757.935000', '150758.395000', '150758.855000', '150759.315000', '150759.775000', '150800.235000', '150800.695000', '150801.155000', '150801.615000', '150802.075000', '150802.535000', '150802.995000', '150803.455000', '150803.915000', '150804.375000', '150804.835000', '150805.295000', '150805.755000', '150806.215000', '150806.675000', '150807.135000', '150807.595000', '150808.055000', '150808.515000', '150808.975000', '150809.435000', '150809.895000', '150810.355000', '150810.815000', '150811.275000', '150811.735000', '150812.195000', '150812.655000', '150813.115000', '150813.575000', '150814.035000', '150814.495000', '150814.955000', '150815.415000', '150815.875000', '150816.335000', '150816.795000', '150817.255000', '150817.715000', '150818.175000', '150818.635000', '150819.095000', '150819.555000', '150820.015000', '150820.475000', '150820.935000', '150821.395000', '150821.855000', '150822.315000', '150822.775000', '150823.235000', '150823.695000', '150824.155000', '150824.615000', '150825.075000', '150825.535000', '150825.995000', '150826.455000', '150826.915000', '150827.375000', '150827.835000', '150828.295000', '150828.755000', '150829.215000', '150829.675000', '150830.135000', '150830.595000', '150831.055000', '150831.515000', '150831.975000', '150832.435000', '150832.895000', '150833.355000', '150833.815000', '150834.275000', '150834.735000', '150835.195000', '150835.655000', '150836.115000', '150836.575000', '150837.035000', '150837.495000', '150837.955000', '150838.415000', '150838.875000', '150839.335000', '150839.795000', '150840.255000', '150840.715000', '150841.175000', '150841.635000', '150842.095000', '150842.555000', '150843.015000', '150843.475000', '150843.935000', '150844.395000', '150844.855000', '150845.315000', '150845.775000', '150846.235000', '150846.695000', '150847.155000', '150847.615000', '150848.075000', '150848.535000', '150848.995000', '150849.455000', '150849.915000', '150850.375000', '150850.835000', '150851.295000', '150851.755000', '150852.215000', '150852.675000', '150853.135000', '150853.595000', '150854.055000', '150854.515000', '150854.975000', '150855.435000', '150855.895000', '150856.355000', '150856.815000', '150857.275000', '150857.735000', '150858.195000', '150858.655000', '150859.115000', '150859.575000', '150900.035000', '150900.495000', '150900.955000', '150901.415000', '150901.875000', '150902.335000', '150902.795000', '150903.255000', '150903.715000', '150904.175000', '150904.635000', '150905.095000', '150905.555000', '150906.015000', '150906.475000', '150906.935000', '150907.395000', '150907.855000', '150908.315000', '150908.775000', '150909.235000', '150909.695000', '150910.155000', '150910.615000', '150911.075000', '150911.535000', '150911.995000', '150912.455000', '150912.915000', '150913.375000', '150913.835000', '150914.295000', '150914.755000', '150915.215000', '150915.675000', '150916.135000', '150916.595000', '150917.055000', '150917.515000', '150917.975000', '150918.435000', '150918.895000', '150919.355000', '150919.815000', '150920.275000', '150920.735000', '150921.195000', '150921.655000', '150922.115000', '150922.575000', '150923.035000', '150923.495000', '150923.955000', '150924.415000', '150924.875000', '150925.335000', '150925.795000', '150926.255000', '150926.715000', '150927.175000', '150927.635000', '150928.095000', '150928.555000', '150929.015000', '150929.475000', '150929.935000', '150930.395000', '150930.855000', '150931.315000', '150931.775000', '150932.235000', '150932.695000', '150933.155000', '150933.615000', '150934.075000', '150934.535000', '150934.995000', '150935.455000', '150935.915000', '150936.375000', '150936.835000', '150937.295000', '150937.755000', '150938.215000', '150938.675000', '150939.135000', '150939.595000', '150940.055000', '150940.515000', '150940.975000', '150941.435000', '150941.895000', '150942.355000', '150942.815000', '150943.275000', '150943.735000', '150944.195000', '150944.655000', '150945.115000', '150945.575000', '150946.035000', '150946.495000', '150946.955000', '150947.415000', '150947.875000', '150948.335000', '150948.795000', '150949.255000', '150949.715000', '150950.175000', '150950.635000', '150951.095000', '150951.555000', '150952.015000', '150952.475000', '150952.935000', '150953.395000', '150953.855000', '150954.315000', '150954.775000', '150955.235000', '150955.695000', '150956.155000', '150956.615000', '150957.075000', '150957.535000', '150957.995000', '150958.455000', '150958.915000', '150959.375000', '150959.835000', '151000.295000', '151000.755000', '151001.215000', '151001.675000', '151002.135000', '151002.595000', '151003.055000', '151003.515000', '151003.975000', '151004.435000', '151004.895000', '151005.355000', '151005.815000', '151006.275000', '151006.735000', '151007.195000', '151007.655000', '151008.115000', '151008.575000', '151009.035000', '151009.495000', '151009.955000', '151010.415000', '151010.875000', '151011.335000', '151011.795000', '151012.255000', '151012.715000', '151013.175000', '151013.635000', '151014.095000', '151014.555000', '151015.015000', '151015.475000', '151015.935000', '151016.395000', '151016.855000', '151017.315000', '151017.775000', '151018.235000', '151018.695000', '151019.155000', '151019.615000', '151020.075000', '151020.535000', '151020.995000', '151021.455000', '151021.915000', '151022.375000', '151022.835000', '151023.295000', '151023.755000', '151024.215000', '151024.675000', '151025.135000', '151025.595000', '151026.055000', '151026.515000', '151026.975000', '151027.435000', '151027.895000', '151028.355000', '151028.815000', '151029.275000', '151029.735000', '151030.195000', '151030.655000', '151031.115000', '151031.575000', '151032.035000', '151032.495000', '151032.955000', '151033.415000', '151033.875000', '151034.335000', '151034.795000', '151035.255000', '151035.715000', '151036.175000', '151036.635000', '151037.095000', '151037.555000', '151038.015000', '151038.475000', '151038.935000', '151039.395000', '151039.855000', '151040.315000', '151040.775000', '151041.235000', '151041.695000', '151042.155000', '151042.615000', '151043.075000', '151043.535000', '151043.995000', '151044.455000', '151044.915000', '151045.375000', '151045.835000', '151046.295000', '151046.755000', '151047.215000', '151047.675000', '151048.135000', '151048.595000', '151049.055000', '151049.515000', '151049.975000', '151050.435000', '151050.895000', '151051.355000', '151051.815000', '151052.275000', '151052.735000', '151053.195000', '151053.655000', '151054.115000', '151054.575000', '151055.035000', '151055.495000', '151055.955000', '151056.415000', '151056.875000', '151057.335000', '151057.795000', '151058.255000', '151058.715000', '151059.175000', '151059.635000', '151100.095000', '151100.555000', '151101.015000', '151101.475000', '151101.935000', '151102.395000', '151102.855000', '151103.315000', '151103.775000', '151104.235000', '151104.695000', '151105.155000', '151105.615000', '151106.075000', '151106.535000', '151106.995000', '151107.455000', '151107.915000', '151108.375000', '151108.835000', '151109.295000', '151109.755000', '151110.215000', '151110.675000', '151111.135000', '151111.595000', '151112.055000', '151112.515000', '151112.975000', '151113.435000', '151113.895000', '151114.355000', '151114.815000', '151115.275000', '151115.735000', '151116.195000', '151116.655000', '151117.115000', '151117.575000', '151118.035000', '151118.495000', '151118.955000', '151119.415000', '151119.875000', '151120.335000', '151120.795000', '151121.255000', '151121.715000', '151122.175000', '151122.635000', '151123.095000', '151123.555000', '151124.015000', '151124.475000', '151124.935000', '151125.395000', '151125.855000', '151126.315000', '151126.775000', '151127.235000', '151127.695000', '151128.155000', '151128.615000', '151129.075000', '151129.535000', '151129.995000', '151130.455000', '151130.915000', '151131.375000', '151131.835000', '151132.295000', '151132.755000', '151133.215000', '151133.675000', '151134.135000', '151134.595000', '151135.055000', '151135.515000', '151135.975000', '151136.435000', '151136.895000', '151137.355000', '151137.815000', '151138.275000', '151138.735000', '151139.195000', '151139.655000', '151140.115000', '151140.575000', '151141.035000', '151141.495000', '151141.955000', '151142.415000', '151142.875000', '151143.335000', '151143.795000', '151144.255000', '151144.715000', '151145.175000', '151145.635000', '151146.095000', '151146.555000', '151147.015000', '151147.475000', '151147.935000', '151148.395000', '151148.855000', '151149.315000', '151149.775000', '151150.235000', '151150.695000', '151151.155000', '151151.615000', '151152.075000', '151152.535000', '151152.995000', '151153.455000', '151153.915000', '151154.375000', '151154.835000', '151155.295000', '151155.755000', '151156.215000', '151156.675000', '151157.135000', '151157.595000', '151158.055000', '151158.515000', '151158.975000', '151159.435000', '151159.895000', '151200.355000', '151200.815000', '151201.275000', '151201.735000', '151202.195000', '151202.655000', '151203.115000', '151203.575000', '151204.035000', '151204.495000', '151204.955000', '151205.415000', '151205.875000', '151206.335000', '151206.795000', '151207.255000', '151207.715000', '151208.175000', '151208.635000', '151209.095000', '151209.555000', '151210.015000', '151210.475000', '151210.935000', '151211.395000', '151211.855000', '151212.315000', '151212.775000', '151213.235000', '151213.695000', '151214.155000', '151214.615000', '151215.075000', '151215.535000', '151215.995000', '151216.455000', '151216.915000', '151217.375000', '151217.835000', '151218.295000', '151218.755000', '151219.215000', '151219.675000', '151220.135000', '151220.595000', '151221.055000', '151221.515000', '151221.975000', '151222.435000', '151222.895000', '151223.355000', '151223.815000', '151224.275000', '151224.735000', '151225.195000', '151225.655000', '151226.115000', '151226.575000', '151227.035000', '151227.495000', '151227.955000', '151228.415000', '151228.875000', '151229.335000', '151229.795000', '151230.255000', '151230.715000', '151231.175000', '151231.635000', '151232.095000', '151232.555000', '151233.015000', '151233.475000', '151233.935000', '151234.395000', '151234.855000', '151235.315000', '151235.775000', '151236.235000', '151236.695000', '151237.155000', '151237.615000', '151238.075000', '151238.535000', '151238.995000', '151239.455000', '151239.915000', '151240.375000', '151240.835000', '151241.295000', '151241.755000', '151242.215000', '151242.675000', '151243.135000', '151243.595000', '151244.055000', '151244.515000', '151244.975000', '151245.435000', '151245.895000', '151246.355000', '151246.815000', '151247.275000', '151247.735000', '151248.195000', '151248.655000', '151249.115000', '151249.575000', '151250.035000', '151250.495000', '151250.955000', '151251.415000', '151251.875000', '151252.335000', '151252.795000', '151253.255000', '151253.715000', '151254.175000', '151254.635000', '151255.095000', '151255.555000', '151256.015000', '151256.475000', '151256.935000', '151257.395000', '151257.855000', '151258.315000', '151258.775000', '151259.235000', '151259.695000', '151300.155000', '151300.615000', '151301.075000', '151301.535000', '151301.995000', '151302.455000', '151302.915000', '151303.375000', '151303.835000', '151304.295000', '151304.755000', '151305.215000', '151305.675000', '151306.135000', '151306.595000', '151307.055000', '151307.515000', '151307.975000', '151308.435000', '151308.895000', '151309.355000', '151309.815000', '151310.275000', '151310.735000', '151311.195000', '151311.655000', '151312.115000', '151312.575000', '151313.035000', '151313.495000', '151313.955000', '151314.415000', '151314.875000', '151315.335000', '151315.795000', '151316.255000', '151316.715000', '151317.175000', '151317.635000', '151318.095000', '151318.555000', '151319.015000', '151319.475000', '151319.935000', '151320.395000', '151320.855000', '151321.315000', '151321.775000', '151322.235000', '151322.695000', '151323.155000', '151323.615000', '151324.075000', '151324.535000', '151324.995000', '151325.455000', '151325.915000', '151326.375000', '151326.835000', '151327.295000', '151327.755000', '151328.215000', '151328.675000', '151329.135000', '151329.595000', '151330.055000', '151330.515000', '151330.975000', '151331.435000', '151331.895000', '151332.355000', '151332.815000', '151333.275000', '151333.735000', '151334.195000', '151334.655000', '151335.115000', '151335.575000', '151336.035000', '151336.495000', '151336.955000', '151337.415000', '151337.875000', '151338.335000', '151338.795000', '151339.255000', '151339.715000', '151340.175000', '151340.635000', '151341.095000', '151341.555000', '151342.015000', '151342.475000', '151342.935000', '151343.395000', '151343.855000', '151344.315000', '151344.775000', '151345.235000', '151345.695000', '151346.155000', '151346.615000', '151347.075000', '151347.535000', '151347.995000', '151348.455000', '151348.915000', '151349.375000', '151349.835000', '151350.295000', '151350.755000', '151351.215000', '151351.675000', '151352.135000', '151352.595000', '151353.055000', '151353.515000', '151353.975000', '151354.435000', '151354.895000', '151355.355000', '151355.815000', '151356.275000', '151356.735000', '151357.195000', '151357.655000', '151358.115000', '151358.575000', '151359.035000', '151359.495000', '151359.955000', '151400.415000', '151400.875000', '151401.335000', '151401.795000', '151402.255000', '151402.715000', '151403.175000', '151403.635000', '151404.095000', '151404.555000', '151405.015000', '151405.475000', '151405.935000', '151406.395000', '151406.855000', '151407.315000', '151407.775000', '151408.235000', '151408.695000', '151409.155000', '151409.615000', '151410.075000', '151410.535000', '151410.995000', '151411.455000', '151411.915000', '151412.375000', '151412.835000', '151413.295000', '151413.755000', '151414.215000', '151414.675000', '151415.135000', '151415.595000', '151416.055000', '151416.515000', '151416.975000', '151417.435000', '151417.895000', '151418.355000', '151418.815000', '151419.275000', '151419.735000', '151420.195000', '151420.655000', '151421.115000', '151421.575000', '151422.035000', '151422.495000', '151422.955000', '151423.415000', '151423.875000', '151424.335000', '151424.795000', '151425.255000', '151425.715000', '151426.175000', '151426.635000', '151427.095000', '151427.555000', '151428.015000', '151428.475000', '151428.935000', '151429.395000', '151429.855000', '151430.315000', '151430.775000', '151431.235000', '151431.695000', '151432.155000', '151432.615000', '151433.075000', '151433.535000', '151433.995000', '151434.455000', '151434.915000', '151435.375000', '151435.835000', '151436.295000', '151436.755000', '151437.215000', '151437.675000', '151438.135000', '151438.595000', '151439.055000', '151439.515000', '151439.975000', '151440.435000', '151440.895000', '151441.355000', '151441.815000', '151442.275000', '151442.735000', '151443.195000', '151443.655000', '151444.115000', '151444.575000', '151445.035000', '151445.495000', '151445.955000', '151446.415000', '151446.875000', '151447.335000', '151447.795000', '151448.255000', '151448.715000', '151449.175000', '151449.635000', '151450.095000', '151450.555000', '151451.015000', '151451.475000', '151451.935000', '151452.395000', '151452.855000', '151453.315000', '151453.775000', '151454.235000', '151454.695000', '151455.155000', '151455.615000', '151456.075000', '151456.535000', '151456.995000', '151457.455000', '151457.915000', '151458.375000', '151458.835000', '151459.295000', '151459.755000', '151500.215000', '151500.675000', '151501.135000', '151501.595000', '151502.055000', '151502.515000', '151502.975000', '151503.435000', '151503.895000', '151504.355000', '151504.815000', '151505.275000', '151505.735000', '151506.195000', '151506.655000', '151507.115000', '151507.575000', '151508.035000', '151508.495000', '151508.955000', '151509.415000', '151509.875000', '151510.335000', '151510.795000', '151511.255000', '151511.715000', '151512.175000', '151512.635000', '151513.095000', '151513.555000', '151514.015000', '151514.475000', '151514.935000', '151515.395000', '151515.855000', '151516.315000', '151516.775000', '151517.235000', '151517.695000', '151518.155000', '151518.615000', '151519.075000', '151519.535000', '151519.995000', '151520.455000', '151520.915000', '151521.375000', '151521.835000', '151522.295000', '151522.755000', '151523.215000', '151523.675000', '151524.135000', '151524.595000', '151525.055000', '151525.515000', '151525.975000', '151526.435000', '151526.895000', '151527.355000', '151527.815000', '151528.275000', '151528.735000', '151529.195000', '151529.655000', '151530.115000', '151530.575000', '151531.035000', '151531.495000', '151531.955000', '151532.415000', '151532.875000', '151533.335000', '151533.795000', '151534.255000', '151534.715000', '151535.175000', '151535.635000', '151536.095000', '151536.555000', '151537.015000', '151537.475000', '151537.935000', '151538.395000', '151538.855000', '151539.315000', '151539.775000', '151540.235000', '151540.695000', '151541.155000', '151541.615000', '151542.075000', '151542.535000', '151542.995000', '151543.455000', '151543.915000', '151544.375000', '151544.835000', '151545.295000', '151545.755000', '151546.215000', '151546.675000', '151547.135000', '151547.595000', '151548.055000', '151548.515000', '151548.975000', '151549.435000', '151549.895000', '151550.355000'], 'ContentTime': ['150607.630000', '150607.633000', '150607.636000', '150607.638000', '150607.641000', '150607.644000', '150607.646000', '150607.649000', '150607.651000', '150607.654000', '150607.657000', '150607.659000', '150607.662000', '150607.664000', '150607.667000', '150607.670000', '150607.672000', '150607.675000', '150607.677000', '150607.680000', '150607.683000', '150607.685000', '150607.688000', '150607.690000', '150607.693000', '150607.696000', '150607.698000', '150607.701000', '150607.703000', '150607.706000', '150607.709000', '150607.711000', '150607.721000', '150607.724000', '150607.726000', '150607.729000', '150607.732000', '150607.734000', '150607.737000', '150607.739000', '150607.742000', '150607.745000', '150607.747000', '150607.750000', '150607.752000', '150607.755000', '150607.757000', '150607.760000', '150607.763000', '150607.765000', '150607.768000', '150607.770000', '150607.773000', '150627.605000', '150627.608000', '150627.611000', '150627.614000', '150627.616000', '150627.619000', '150627.621000', '150627.624000', '150627.626000', '150627.629000', '150627.632000', '150627.634000', '150627.637000', '150627.639000', '150627.642000', '150627.645000', '150627.647000', '150627.650000', '150627.652000', '150627.655000', '150627.658000', '150627.660000', '150627.663000', '150627.665000', '150627.668000', '150627.670000', '150627.673000', '150627.682000', '150627.685000', '150627.687000', '150627.690000', '150627.692000', '150627.695000', '150627.697000', '150627.700000', '150627.703000', '150627.705000', '150627.708000', '150627.710000', '150627.713000', '150627.716000', '150627.718000', '150627.721000', '150647.605000', '150647.608000', '150647.611000', '150647.614000', '150647.616000', '150647.619000', '150647.621000', '150647.624000', '150647.626000', '150647.629000', '150647.632000', '150647.634000', '150647.637000', '150647.648000', '150647.651000', '150647.653000', '150647.656000', '150647.659000', '150647.661000', '150647.664000', '150647.667000', '150647.669000', '150647.672000', '150647.674000', '150647.677000', '150647.679000', '150647.682000', '150647.685000', '150647.687000', '150647.690000', '150647.693000', '150647.695000', '150647.698000', '150647.701000', '150647.703000', '150647.706000', '150647.708000', '150647.711000', '150647.713000', '150647.716000', '150647.719000', '150647.721000', '150647.724000', '150647.726000', '150707.607000', '150707.610000', '150707.612000', '150707.615000', '150707.618000', '150707.620000', '150707.623000', '150707.626000', '150707.636000', '150707.638000', '150707.641000', '150707.644000', '150707.646000', '150707.649000', '150707.651000', '150707.665000', '150707.668000', '150707.670000', '150707.673000', '150707.676000', '150707.678000', '150707.681000', '150707.683000', '150707.686000', '150707.688000', '150707.691000', '150707.694000', '150707.696000', '150707.699000', '150707.701000', '150707.704000', '150707.707000', '150707.709000', '150707.712000', '150707.714000', '150707.717000', '150707.720000', '150707.722000', '150707.725000', '150707.727000', '150707.730000', '150707.732000', '150707.735000', '150727.606000', '150727.609000', '150727.612000', '150727.615000', '150727.617000', '150727.620000', '150727.622000', '150727.625000', '150727.627000', '150727.630000', '150727.633000', '150727.639000', '150727.642000', '150727.644000', '150727.647000', '150727.650000', '150727.652000', '150727.655000', '150727.657000', '150727.660000', '150727.663000', '150727.665000', '150727.668000', '150727.670000', '150727.673000', '150727.675000', '150727.678000', '150727.681000', '150727.683000', '150727.686000', '150727.689000', '150727.691000', '150727.694000', '150727.696000', '150727.699000', '150727.701000', '150727.704000', '150727.707000', '150727.709000', '150727.712000', '150727.714000', '150727.717000', '150727.719000', '150747.607000', '150747.609000', '150747.612000', '150747.615000', '150747.617000', '150747.620000', '150747.622000', '150747.625000', '150747.627000', '150747.630000', '150747.633000', '150747.635000', '150747.638000', '150747.641000', '150747.643000', '150747.646000', '150747.648000', '150747.651000', '150747.654000', '150747.656000', '150747.659000', '150747.661000', '150747.664000', '150747.666000', '150747.669000', '150747.672000', '150747.674000', '150747.677000', '150747.679000', '150747.682000', '150747.685000', '150747.687000', '150747.690000', '150747.692000', '150747.695000', '150747.697000', '150747.700000', '150747.703000', '150747.705000', '150747.708000', '150747.710000', '150747.713000', '150747.716000', '150747.718000', '150807.606000', '150807.608000', '150807.611000', '150807.614000', '150807.616000', '150807.619000', '150807.622000', '150807.625000', '150807.628000', '150807.631000', '150807.633000', '150807.636000', '150807.639000', '150807.641000', '150807.644000', '150807.646000', '150807.649000', '150807.652000', '150807.654000', '150807.657000', '150807.660000', '150807.662000', '150807.665000', '150807.667000', '150807.670000', '150807.672000', '150807.675000', '150807.679000', '150807.681000', '150807.684000', '150807.687000', '150807.689000', '150807.692000', '150807.694000', '150807.697000', '150807.700000', '150807.702000', '150807.705000', '150807.707000', '150807.710000', '150807.712000', '150807.715000', '150807.718000', '150827.606000', '150827.608000', '150827.611000', '150827.614000', '150827.616000', '150827.619000', '150827.630000', '150827.633000', '150827.635000', '150827.638000', '150827.641000', '150827.643000', '150827.646000', '150827.649000', '150827.651000', '150827.654000', '150827.656000', '150827.659000', '150827.662000', '150827.664000', '150827.667000', '150827.669000', '150827.672000', '150827.675000', '150827.677000', '150827.680000', '150827.682000', '150827.685000', '150827.688000', '150827.690000', '150827.693000', '150827.695000', '150827.698000', '150827.700000', '150827.703000', '150827.706000', '150827.708000', '150827.711000', '150827.713000', '150827.716000', '150827.719000', '150827.721000', '150827.724000', '150827.726000', '150847.606000', '150847.608000', '150847.611000', '150847.614000', '150847.616000', '150847.619000', '150847.622000', '150847.624000', '150847.627000', '150847.629000', '150847.632000', '150847.644000', '150847.646000', '150847.649000', '150847.651000', '150847.654000', '150847.657000', '150847.659000', '150847.662000', '150847.665000', '150847.667000', '150847.670000', '150847.672000', '150847.675000', '150847.678000', '150847.681000', '150847.684000', '150847.687000', '150847.689000', '150847.692000', '150847.695000', '150847.697000', '150847.700000', '150847.702000', '150847.705000', '150847.707000', '150847.710000', '150847.713000', '150847.715000', '150847.718000', '150847.720000', '150847.723000', '150847.726000', '150907.606000', '150907.608000', '150907.611000', '150907.614000', '150907.616000', '150907.619000', '150907.621000', '150907.624000', '150907.627000', '150907.629000', '150907.632000', '150907.635000', '150907.637000', '150907.640000', '150907.642000', '150907.645000', '150907.648000', '150907.650000', '150907.653000', '150907.655000', '150907.658000', '150907.660000', '150907.663000', '150907.666000', '150907.668000', '150907.671000', '150907.673000', '150907.676000', '150907.679000', '150907.681000', '150907.684000', '150907.686000', '150907.689000', '150907.692000', '150907.694000', '150907.697000', '150907.699000', '150907.702000', '150907.704000', '150907.707000', '150907.710000', '150907.712000', '150907.715000', '150907.718000', '150927.607000', '150927.609000', '150927.612000', '150927.615000', '150927.617000', '150927.620000', '150927.623000', '150927.625000', '150927.628000', '150927.630000', '150927.633000', '150927.636000', '150927.638000', '150927.641000', '150927.643000', '150927.646000', '150927.649000', '150927.651000', '150927.654000', '150927.657000', '150927.659000', '150927.662000', '150927.664000', '150927.667000', '150927.670000', '150927.672000', '150927.675000', '150927.678000', '150927.680000', '150927.683000', '150927.686000', '150927.688000', '150927.691000', '150927.694000', '150927.696000', '150927.699000', '150927.701000', '150927.704000', '150927.707000', '150927.709000', '150927.712000', '150927.715000', '150927.718000', '150947.606000', '150947.609000', '150947.612000', '150947.615000', '150947.617000', '150947.620000', '150947.622000', '150947.625000', '150947.628000', '150947.630000', '150947.633000', '150947.636000', '150947.638000', '150947.641000', '150947.643000', '150947.646000', '150947.649000', '150947.651000', '150947.654000', '150947.656000', '150947.659000', '150947.662000', '150947.664000', '150947.667000', '150947.670000', '150947.672000', '150947.675000', '150947.677000', '150947.680000', '150947.683000', '150947.685000', '150947.688000', '150947.691000', '150947.693000', '150947.696000', '150947.698000', '150947.701000', '150947.704000', '150947.706000', '150947.709000', '150947.711000', '150947.714000', '150947.717000', '150947.719000', '151007.606000', '151007.609000', '151007.612000', '151007.615000', '151007.617000', '151007.620000', '151007.623000', '151007.626000', '151007.628000', '151007.631000', '151007.633000', '151007.636000', '151007.639000', '151007.641000', '151007.644000', '151007.646000', '151007.649000', '151007.652000', '151007.654000', '151007.657000', '151007.660000', '151007.662000', '151007.665000', '151007.667000', '151007.670000', '151007.673000', '151007.675000', '151007.678000', '151007.680000', '151007.683000', '151007.686000', '151007.688000', '151007.691000', '151007.693000', '151007.696000', '151007.699000', '151007.711000', '151007.714000', '151007.717000', '151007.719000', '151007.722000', '151007.724000', '151007.727000', '151027.605000', '151027.608000', '151027.611000', '151027.614000', '151027.616000', '151027.619000', '151027.621000', '151027.624000', '151027.627000', '151027.629000', '151027.632000', '151027.635000', '151027.637000', '151027.640000', '151027.642000', '151027.645000', '151027.648000', '151027.650000', '151027.653000', '151027.655000', '151027.658000', '151027.661000', '151027.663000', '151027.666000', '151027.669000', '151027.671000', '151027.674000', '151027.676000', '151027.679000', '151027.681000', '151027.684000', '151027.687000', '151027.689000', '151027.692000', '151027.694000', '151027.697000', '151027.700000', '151027.702000', '151027.705000', '151027.707000', '151027.710000', '151027.713000', '151027.715000', '151027.718000', '151047.606000', '151047.608000', '151047.611000', '151047.614000', '151047.616000', '151047.619000', '151047.622000', '151047.624000', '151047.627000', '151047.629000', '151047.632000', '151047.635000', '151047.637000', '151047.640000', '151047.643000', '151047.645000', '151047.648000', '151047.650000', '151047.653000', '151047.656000', '151047.658000', '151047.661000', '151047.664000', '151047.666000', '151047.669000', '151047.671000', '151047.674000', '151047.677000', '151047.679000', '151047.682000', '151047.684000', '151047.687000', '151047.690000', '151047.692000', '151047.695000', '151047.697000', '151047.700000', '151047.704000', '151047.707000', '151047.709000', '151047.712000', '151047.715000', '151047.717000', '151107.606000', '151107.609000', '151107.611000', '151107.614000', '151107.617000', '151107.619000', '151107.622000', '151107.624000', '151107.627000', '151107.630000', '151107.632000', '151107.635000', '151107.637000', '151107.640000', '151107.643000', '151107.646000', '151107.648000', '151107.651000', '151107.653000', '151107.656000', '151107.659000', '151107.661000', '151107.664000', '151107.666000', '151107.669000', '151107.672000', '151107.674000', '151107.677000', '151107.680000', '151107.682000', '151107.685000', '151107.687000', '151107.690000', '151107.693000', '151107.695000', '151107.698000', '151107.700000', '151107.703000', '151107.706000', '151107.708000', '151107.711000', '151107.713000', '151107.716000', '151107.719000', '151127.606000', '151127.608000', '151127.611000', '151127.614000', '151127.617000', '151127.619000', '151127.622000', '151127.624000', '151127.627000', '151127.630000', '151127.632000', '151127.635000', '151127.637000', '151127.640000', '151127.643000', '151127.645000', '151127.648000', '151127.651000', '151127.653000', '151127.656000', '151127.658000', '151127.661000', '151127.664000', '151127.666000', '151127.669000', '151127.671000', '151127.675000', '151127.678000', '151127.681000', '151127.683000', '151127.686000', '151127.689000', '151127.691000', '151127.694000', '151127.697000', '151127.699000', '151127.702000', '151127.704000', '151127.707000', '151127.709000', '151127.712000', '151127.715000', '151127.717000', '151147.607000', '151147.610000', '151147.612000', '151147.615000', '151147.618000', '151147.620000', '151147.623000', '151147.626000', '151147.628000', '151147.631000', '151147.634000', '151147.636000', '151147.639000', '151147.641000', '151147.644000', '151147.646000', '151147.649000', '151147.652000', '151147.655000', '151147.657000', '151147.660000', '151147.662000', '151147.665000', '151147.668000', '151147.670000', '151147.673000', '151147.675000', '151147.678000', '151147.680000', '151147.683000', '151147.686000', '151147.688000', '151147.691000', '151147.695000', '151147.698000', '151147.700000', '151147.703000', '151147.705000', '151147.708000', '151147.711000', '151147.713000', '151147.716000', '151147.718000', '151147.721000', '151207.607000', '151207.609000', '151207.612000', '151207.615000', '151207.617000', '151207.620000', '151207.622000', '151207.625000', '151207.628000', '151207.630000', '151207.633000', '151207.635000', '151207.638000', '151207.641000', '151207.643000', '151207.646000', '151207.649000', '151207.651000', '151207.654000', '151207.657000', '151207.659000', '151207.662000', '151207.665000', '151207.667000', '151207.670000', '151207.672000', '151207.675000', '151207.677000', '151207.680000', '151207.683000', '151207.685000', '151207.688000', '151207.691000', '151207.693000', '151207.696000', '151207.698000', '151207.701000', '151207.704000', '151207.706000', '151207.709000', '151207.711000', '151207.714000', '151207.717000', '151227.607000', '151227.609000', '151227.612000', '151227.615000', '151227.617000', '151227.620000', '151227.623000', '151227.625000', '151227.628000', '151227.631000', '151227.633000', '151227.636000', '151227.638000', '151227.641000', '151227.644000', '151227.646000', '151227.649000', '151227.651000', '151227.654000', '151227.657000', '151227.659000', '151227.662000', '151227.665000', '151227.667000', '151227.670000', '151227.672000', '151227.675000', '151227.677000', '151227.680000', '151227.683000', '151227.686000', '151227.688000', '151227.691000', '151227.693000', '151227.696000', '151227.699000', '151227.701000', '151227.704000', '151227.706000', '151227.709000', '151227.712000', '151227.714000', '151227.717000', '151227.720000', '151247.606000', '151247.608000', '151247.611000', '151247.614000', '151247.616000', '151247.619000', '151247.621000', '151247.624000', '151247.627000', '151247.629000', '151247.632000', '151247.635000', '151247.637000', '151247.640000', '151247.643000', '151247.645000', '151247.648000', '151247.650000', '151247.653000', '151247.656000', '151247.658000', '151247.661000', '151247.664000', '151247.666000', '151247.669000', '151247.671000', '151247.674000', '151247.677000', '151247.679000', '151247.682000', '151247.685000', '151247.687000', '151247.690000', '151247.692000', '151247.695000', '151247.698000', '151247.700000', '151247.703000', '151247.705000', '151247.708000', '151247.710000', '151247.713000', '151247.716000', '151307.635000', '151307.638000', '151307.640000', '151307.643000', '151307.646000', '151307.648000', '151307.651000', '151307.654000', '151307.656000', '151307.659000', '151307.662000', '151307.664000', '151307.667000', '151307.669000', '151307.672000', '151307.675000', '151307.677000', '151307.680000', '151307.682000', '151307.685000', '151307.688000', '151307.690000', '151307.693000', '151307.696000', '151307.698000', '151307.701000', '151307.704000', '151307.706000', '151307.709000', '151307.711000', '151307.714000', '151307.717000', '151307.719000', '151307.722000', '151307.724000', '151307.727000', '151307.730000', '151307.732000', '151307.735000', '151307.737000', '151307.740000', '151307.743000', '151307.745000', '151307.748000', '151327.606000', '151327.609000', '151327.612000', '151327.614000', '151327.617000', '151327.619000', '151327.622000', '151327.625000', '151327.627000', '151327.630000', '151327.632000', '151327.635000', '151327.637000', '151327.640000', '151327.643000', '151327.645000', '151327.648000', '151327.651000', '151327.653000', '151327.656000', '151327.658000', '151327.661000', '151327.664000', '151327.666000', '151327.669000', '151327.671000', '151327.674000', '151327.676000', '151327.679000', '151327.682000', '151327.684000', '151327.687000', '151327.690000', '151327.692000', '151327.695000', '151327.697000', '151327.700000', '151327.702000', '151327.705000', '151327.708000', '151327.710000', '151327.713000', '151327.716000', '151347.606000', '151347.608000', '151347.611000', '151347.614000', '151347.617000', '151347.619000', '151347.622000', '151347.624000', '151347.627000', '151347.630000', '151347.632000', '151347.635000', '151347.637000', '151347.640000', '151347.643000', '151347.645000', '151347.648000', '151347.650000', '151347.653000', '151347.656000', '151347.658000', '151347.661000', '151347.664000', '151347.666000', '151347.669000', '151347.671000', '151347.674000', '151347.677000', '151347.679000', '151347.682000', '151347.685000', '151347.687000', '151347.690000', '151347.692000', '151347.695000', '151347.698000', '151347.700000', '151347.703000', '151347.705000', '151347.708000', '151347.711000', '151347.713000', '151347.716000', '151347.719000', '151407.607000', '151407.610000', '151407.612000', '151407.615000', '151407.618000', '151407.620000', '151407.623000', '151407.625000', '151407.628000', '151407.631000', '151407.633000', '151407.636000', '151407.638000', '151407.641000', '151407.644000', '151407.646000', '151407.649000', '151407.651000', '151407.654000', '151407.657000', '151407.659000', '151407.662000', '151407.665000', '151407.667000', '151407.670000', '151407.673000', '151407.675000', '151407.678000', '151407.680000', '151407.683000', '151407.685000', '151407.688000', '151407.691000', '151407.693000', '151407.696000', '151407.699000', '151407.701000', '151407.704000', '151407.706000', '151407.709000', '151407.712000', '151407.714000', '151407.717000', '151427.607000', '151427.609000', '151427.612000', '151427.615000', '151427.617000', '151427.620000', '151427.623000', '151427.625000', '151427.628000', '151427.630000', '151427.633000', '151427.636000', '151427.639000', '151427.642000', '151427.645000', '151427.647000', '151427.650000', '151427.653000', '151427.655000', '151427.658000', '151427.660000', '151427.663000', '151427.666000', '151427.668000', '151427.671000', '151427.673000', '151427.676000', '151427.679000', '151427.681000', '151427.684000', '151427.687000', '151427.689000', '151427.692000', '151427.695000', '151427.697000', '151427.700000', '151427.702000', '151427.705000', '151427.708000', '151427.710000', '151427.713000', '151427.716000', '151427.719000', '151447.607000', '151447.609000', '151447.612000', '151447.615000', '151447.617000', '151447.620000', '151447.623000', '151447.625000', '151447.628000', '151447.630000', '151447.633000', '151447.636000', '151447.638000', '151447.641000', '151447.644000', '151447.646000', '151447.649000', '151447.651000', '151447.654000', '151447.657000', '151447.659000', '151447.662000', '151447.664000', '151447.667000', '151447.670000', '151447.672000', '151447.675000', '151447.678000', '151447.680000', '151447.683000', '151447.685000', '151447.688000', '151447.691000', '151447.693000', '151447.696000', '151447.698000', '151447.701000', '151447.704000', '151447.706000', '151447.709000', '151447.712000', '151447.714000', '151447.717000', '151447.719000', '151507.606000', '151507.608000', '151507.611000', '151507.614000', '151507.617000', '151507.620000', '151507.623000', '151507.626000', '151507.628000', '151507.631000', '151507.634000', '151507.636000', '151507.639000', '151507.641000', '151507.644000', '151507.647000', '151507.649000', '151507.652000', '151507.655000', '151507.657000', '151507.660000', '151507.662000', '151507.665000', '151507.668000', '151507.670000', '151507.673000', '151507.676000', '151507.678000', '151507.681000', '151507.683000', '151507.686000', '151507.689000', '151507.691000', '151507.694000', '151507.697000', '151507.699000', '151507.702000', '151507.705000', '151507.707000', '151507.710000', '151507.712000', '151507.715000', '151507.718000', '151527.606000', '151527.608000', '151527.611000', '151527.614000', '151527.616000', '151527.619000', '151527.622000', '151527.624000', '151527.627000', '151527.630000', '151527.632000', '151527.635000', '151527.637000', '151527.640000', '151527.643000', '151527.645000', '151527.648000', '151527.651000', '151527.653000', '151527.656000', '151527.658000', '151527.661000', '151527.664000', '151527.666000', '151527.669000', '151527.672000', '151527.674000', '151527.677000', '151527.679000', '151527.682000', '151527.685000', '151527.687000', '151527.690000', '151527.693000', '151527.695000', '151527.698000', '151527.700000', '151527.703000', '151527.706000', '151527.708000', '151527.711000', '151527.713000', '151527.716000', '151527.719000', '151547.606000', '151547.609000', '151547.611000', '151547.614000', '151547.616000', '151547.619000', '151547.622000', '151547.624000', '151547.627000', '151547.630000', '151547.632000', '151547.635000', '151547.638000', '151547.641000', '151547.644000', '151547.647000', '151547.649000', '151547.652000', '151547.655000', '151547.657000', '151547.660000', '151547.663000', '151547.665000', '151547.668000', '151547.671000', '151547.673000', '151547.677000', '151547.680000', '151547.683000', '151547.685000', '151547.688000', '151547.691000', '151547.693000', '151547.696000', '151547.698000', '151547.701000', '151547.704000', '151547.706000', '151547.709000', '151547.712000', '151547.714000', '151547.717000', '151547.720000', '151551.299000', '151551.302000', '151551.304000', '151551.307000', '151551.310000', '151551.312000', '151551.315000', '151551.318000', '151551.320000'], 'InstanceCreationTime': ['150607.630000', '150607.633000', '150607.636000', '150607.638000', '150607.641000', '150607.644000', '150607.646000', '150607.649000', '150607.651000', '150607.654000', '150607.657000', '150607.659000', '150607.662000', '150607.664000', '150607.667000', '150607.670000', '150607.672000', '150607.675000', '150607.677000', '150607.680000', '150607.683000', '150607.685000', '150607.688000', '150607.690000', '150607.693000', '150607.696000', '150607.698000', '150607.701000', '150607.703000', '150607.706000', '150607.709000', '150607.711000', '150607.721000', '150607.724000', '150607.726000', '150607.729000', '150607.732000', '150607.734000', '150607.737000', '150607.739000', '150607.742000', '150607.745000', '150607.747000', '150607.750000', '150607.752000', '150607.755000', '150607.757000', '150607.760000', '150607.763000', '150607.765000', '150607.768000', '150607.770000', '150607.773000', '150627.605000', '150627.608000', '150627.611000', '150627.614000', '150627.616000', '150627.619000', '150627.621000', '150627.624000', '150627.626000', '150627.629000', '150627.632000', '150627.634000', '150627.637000', '150627.639000', '150627.642000', '150627.645000', '150627.647000', '150627.650000', '150627.652000', '150627.655000', '150627.658000', '150627.660000', '150627.663000', '150627.665000', '150627.668000', '150627.670000', '150627.673000', '150627.682000', '150627.685000', '150627.687000', '150627.690000', '150627.692000', '150627.695000', '150627.697000', '150627.700000', '150627.703000', '150627.705000', '150627.708000', '150627.710000', '150627.713000', '150627.716000', '150627.718000', '150627.721000', '150647.605000', '150647.608000', '150647.611000', '150647.614000', '150647.616000', '150647.619000', '150647.621000', '150647.624000', '150647.626000', '150647.629000', '150647.632000', '150647.634000', '150647.637000', '150647.648000', '150647.651000', '150647.653000', '150647.656000', '150647.659000', '150647.661000', '150647.664000', '150647.667000', '150647.669000', '150647.672000', '150647.674000', '150647.677000', '150647.679000', '150647.682000', '150647.685000', '150647.687000', '150647.690000', '150647.693000', '150647.695000', '150647.698000', '150647.701000', '150647.703000', '150647.706000', '150647.708000', '150647.711000', '150647.713000', '150647.716000', '150647.719000', '150647.721000', '150647.724000', '150647.726000', '150707.607000', '150707.610000', '150707.612000', '150707.615000', '150707.618000', '150707.620000', '150707.623000', '150707.626000', '150707.636000', '150707.638000', '150707.641000', '150707.644000', '150707.646000', '150707.649000', '150707.651000', '150707.665000', '150707.668000', '150707.670000', '150707.673000', '150707.676000', '150707.678000', '150707.681000', '150707.683000', '150707.686000', '150707.688000', '150707.691000', '150707.694000', '150707.696000', '150707.699000', '150707.701000', '150707.704000', '150707.707000', '150707.709000', '150707.712000', '150707.714000', '150707.717000', '150707.720000', '150707.722000', '150707.725000', '150707.727000', '150707.730000', '150707.732000', '150707.735000', '150727.606000', '150727.609000', '150727.612000', '150727.615000', '150727.617000', '150727.620000', '150727.622000', '150727.625000', '150727.627000', '150727.630000', '150727.633000', '150727.639000', '150727.642000', '150727.644000', '150727.647000', '150727.650000', '150727.652000', '150727.655000', '150727.657000', '150727.660000', '150727.663000', '150727.665000', '150727.668000', '150727.670000', '150727.673000', '150727.675000', '150727.678000', '150727.681000', '150727.683000', '150727.686000', '150727.689000', '150727.691000', '150727.694000', '150727.696000', '150727.699000', '150727.701000', '150727.704000', '150727.707000', '150727.709000', '150727.712000', '150727.714000', '150727.717000', '150727.719000', '150747.607000', '150747.609000', '150747.612000', '150747.615000', '150747.617000', '150747.620000', '150747.622000', '150747.625000', '150747.627000', '150747.630000', '150747.633000', '150747.635000', '150747.638000', '150747.641000', '150747.643000', '150747.646000', '150747.648000', '150747.651000', '150747.654000', '150747.656000', '150747.659000', '150747.661000', '150747.664000', '150747.666000', '150747.669000', '150747.672000', '150747.674000', '150747.677000', '150747.679000', '150747.682000', '150747.685000', '150747.687000', '150747.690000', '150747.692000', '150747.695000', '150747.697000', '150747.700000', '150747.703000', '150747.705000', '150747.708000', '150747.710000', '150747.713000', '150747.716000', '150747.718000', '150807.606000', '150807.608000', '150807.611000', '150807.614000', '150807.616000', '150807.619000', '150807.622000', '150807.625000', '150807.628000', '150807.631000', '150807.633000', '150807.636000', '150807.639000', '150807.641000', '150807.644000', '150807.646000', '150807.649000', '150807.652000', '150807.654000', '150807.657000', '150807.660000', '150807.662000', '150807.665000', '150807.667000', '150807.670000', '150807.672000', '150807.675000', '150807.679000', '150807.681000', '150807.684000', '150807.687000', '150807.689000', '150807.692000', '150807.694000', '150807.697000', '150807.700000', '150807.702000', '150807.705000', '150807.707000', '150807.710000', '150807.712000', '150807.715000', '150807.718000', '150827.606000', '150827.608000', '150827.611000', '150827.614000', '150827.616000', '150827.619000', '150827.630000', '150827.633000', '150827.635000', '150827.638000', '150827.641000', '150827.643000', '150827.646000', '150827.649000', '150827.651000', '150827.654000', '150827.656000', '150827.659000', '150827.662000', '150827.664000', '150827.667000', '150827.669000', '150827.672000', '150827.675000', '150827.677000', '150827.680000', '150827.682000', '150827.685000', '150827.688000', '150827.690000', '150827.693000', '150827.695000', '150827.698000', '150827.700000', '150827.703000', '150827.706000', '150827.708000', '150827.711000', '150827.713000', '150827.716000', '150827.719000', '150827.721000', '150827.724000', '150827.726000', '150847.606000', '150847.608000', '150847.611000', '150847.614000', '150847.616000', '150847.619000', '150847.622000', '150847.624000', '150847.627000', '150847.629000', '150847.632000', '150847.644000', '150847.646000', '150847.649000', '150847.651000', '150847.654000', '150847.657000', '150847.659000', '150847.662000', '150847.665000', '150847.667000', '150847.670000', '150847.672000', '150847.675000', '150847.678000', '150847.681000', '150847.684000', '150847.687000', '150847.689000', '150847.692000', '150847.695000', '150847.697000', '150847.700000', '150847.702000', '150847.705000', '150847.707000', '150847.710000', '150847.713000', '150847.715000', '150847.718000', '150847.720000', '150847.723000', '150847.726000', '150907.606000', '150907.608000', '150907.611000', '150907.614000', '150907.616000', '150907.619000', '150907.621000', '150907.624000', '150907.627000', '150907.629000', '150907.632000', '150907.635000', '150907.637000', '150907.640000', '150907.642000', '150907.645000', '150907.648000', '150907.650000', '150907.653000', '150907.655000', '150907.658000', '150907.660000', '150907.663000', '150907.666000', '150907.668000', '150907.671000', '150907.673000', '150907.676000', '150907.679000', '150907.681000', '150907.684000', '150907.686000', '150907.689000', '150907.692000', '150907.694000', '150907.697000', '150907.699000', '150907.702000', '150907.704000', '150907.707000', '150907.710000', '150907.712000', '150907.715000', '150907.718000', '150927.607000', '150927.609000', '150927.612000', '150927.615000', '150927.617000', '150927.620000', '150927.623000', '150927.625000', '150927.628000', '150927.630000', '150927.633000', '150927.636000', '150927.638000', '150927.641000', '150927.643000', '150927.646000', '150927.649000', '150927.651000', '150927.654000', '150927.657000', '150927.659000', '150927.662000', '150927.664000', '150927.667000', '150927.670000', '150927.672000', '150927.675000', '150927.678000', '150927.680000', '150927.683000', '150927.686000', '150927.688000', '150927.691000', '150927.694000', '150927.696000', '150927.699000', '150927.701000', '150927.704000', '150927.707000', '150927.709000', '150927.712000', '150927.715000', '150927.718000', '150947.606000', '150947.609000', '150947.612000', '150947.615000', '150947.617000', '150947.620000', '150947.622000', '150947.625000', '150947.628000', '150947.630000', '150947.633000', '150947.636000', '150947.638000', '150947.641000', '150947.643000', '150947.646000', '150947.649000', '150947.651000', '150947.654000', '150947.656000', '150947.659000', '150947.662000', '150947.664000', '150947.667000', '150947.670000', '150947.672000', '150947.675000', '150947.677000', '150947.680000', '150947.683000', '150947.685000', '150947.688000', '150947.691000', '150947.693000', '150947.696000', '150947.698000', '150947.701000', '150947.704000', '150947.706000', '150947.709000', '150947.711000', '150947.714000', '150947.717000', '150947.719000', '151007.606000', '151007.609000', '151007.612000', '151007.615000', '151007.617000', '151007.620000', '151007.623000', '151007.626000', '151007.628000', '151007.631000', '151007.633000', '151007.636000', '151007.639000', '151007.641000', '151007.644000', '151007.646000', '151007.649000', '151007.652000', '151007.654000', '151007.657000', '151007.660000', '151007.662000', '151007.665000', '151007.667000', '151007.670000', '151007.673000', '151007.675000', '151007.678000', '151007.680000', '151007.683000', '151007.686000', '151007.688000', '151007.691000', '151007.693000', '151007.696000', '151007.699000', '151007.711000', '151007.714000', '151007.717000', '151007.719000', '151007.722000', '151007.724000', '151007.727000', '151027.605000', '151027.608000', '151027.611000', '151027.614000', '151027.616000', '151027.619000', '151027.621000', '151027.624000', '151027.627000', '151027.629000', '151027.632000', '151027.635000', '151027.637000', '151027.640000', '151027.642000', '151027.645000', '151027.648000', '151027.650000', '151027.653000', '151027.655000', '151027.658000', '151027.661000', '151027.663000', '151027.666000', '151027.669000', '151027.671000', '151027.674000', '151027.676000', '151027.679000', '151027.681000', '151027.684000', '151027.687000', '151027.689000', '151027.692000', '151027.694000', '151027.697000', '151027.700000', '151027.702000', '151027.705000', '151027.707000', '151027.710000', '151027.713000', '151027.715000', '151027.718000', '151047.606000', '151047.608000', '151047.611000', '151047.614000', '151047.616000', '151047.619000', '151047.622000', '151047.624000', '151047.627000', '151047.629000', '151047.632000', '151047.635000', '151047.637000', '151047.640000', '151047.643000', '151047.645000', '151047.648000', '151047.650000', '151047.653000', '151047.656000', '151047.658000', '151047.661000', '151047.664000', '151047.666000', '151047.669000', '151047.671000', '151047.674000', '151047.677000', '151047.679000', '151047.682000', '151047.684000', '151047.687000', '151047.690000', '151047.692000', '151047.695000', '151047.697000', '151047.700000', '151047.704000', '151047.707000', '151047.709000', '151047.712000', '151047.715000', '151047.717000', '151107.606000', '151107.609000', '151107.611000', '151107.614000', '151107.617000', '151107.619000', '151107.622000', '151107.624000', '151107.627000', '151107.630000', '151107.632000', '151107.635000', '151107.637000', '151107.640000', '151107.643000', '151107.646000', '151107.648000', '151107.651000', '151107.653000', '151107.656000', '151107.659000', '151107.661000', '151107.664000', '151107.666000', '151107.669000', '151107.672000', '151107.674000', '151107.677000', '151107.680000', '151107.682000', '151107.685000', '151107.687000', '151107.690000', '151107.693000', '151107.695000', '151107.698000', '151107.700000', '151107.703000', '151107.706000', '151107.708000', '151107.711000', '151107.713000', '151107.716000', '151107.719000', '151127.606000', '151127.608000', '151127.611000', '151127.614000', '151127.617000', '151127.619000', '151127.622000', '151127.624000', '151127.627000', '151127.630000', '151127.632000', '151127.635000', '151127.637000', '151127.640000', '151127.643000', '151127.645000', '151127.648000', '151127.651000', '151127.653000', '151127.656000', '151127.658000', '151127.661000', '151127.664000', '151127.666000', '151127.669000', '151127.671000', '151127.675000', '151127.678000', '151127.681000', '151127.683000', '151127.686000', '151127.689000', '151127.691000', '151127.694000', '151127.697000', '151127.699000', '151127.702000', '151127.704000', '151127.707000', '151127.709000', '151127.712000', '151127.715000', '151127.717000', '151147.607000', '151147.610000', '151147.612000', '151147.615000', '151147.618000', '151147.620000', '151147.623000', '151147.626000', '151147.628000', '151147.631000', '151147.634000', '151147.636000', '151147.639000', '151147.641000', '151147.644000', '151147.646000', '151147.649000', '151147.652000', '151147.655000', '151147.657000', '151147.660000', '151147.662000', '151147.665000', '151147.668000', '151147.670000', '151147.673000', '151147.675000', '151147.678000', '151147.680000', '151147.683000', '151147.686000', '151147.688000', '151147.691000', '151147.695000', '151147.698000', '151147.700000', '151147.703000', '151147.705000', '151147.708000', '151147.711000', '151147.713000', '151147.716000', '151147.718000', '151147.721000', '151207.607000', '151207.609000', '151207.612000', '151207.615000', '151207.617000', '151207.620000', '151207.622000', '151207.625000', '151207.628000', '151207.630000', '151207.633000', '151207.635000', '151207.638000', '151207.641000', '151207.643000', '151207.646000', '151207.649000', '151207.651000', '151207.654000', '151207.657000', '151207.659000', '151207.662000', '151207.665000', '151207.667000', '151207.670000', '151207.672000', '151207.675000', '151207.677000', '151207.680000', '151207.683000', '151207.685000', '151207.688000', '151207.691000', '151207.693000', '151207.696000', '151207.698000', '151207.701000', '151207.704000', '151207.706000', '151207.709000', '151207.711000', '151207.714000', '151207.717000', '151227.607000', '151227.609000', '151227.612000', '151227.615000', '151227.617000', '151227.620000', '151227.623000', '151227.625000', '151227.628000', '151227.631000', '151227.633000', '151227.636000', '151227.638000', '151227.641000', '151227.644000', '151227.646000', '151227.649000', '151227.651000', '151227.654000', '151227.657000', '151227.659000', '151227.662000', '151227.665000', '151227.667000', '151227.670000', '151227.672000', '151227.675000', '151227.677000', '151227.680000', '151227.683000', '151227.686000', '151227.688000', '151227.691000', '151227.693000', '151227.696000', '151227.699000', '151227.701000', '151227.704000', '151227.706000', '151227.709000', '151227.712000', '151227.714000', '151227.717000', '151227.720000', '151247.606000', '151247.608000', '151247.611000', '151247.614000', '151247.616000', '151247.619000', '151247.621000', '151247.624000', '151247.627000', '151247.629000', '151247.632000', '151247.635000', '151247.637000', '151247.640000', '151247.643000', '151247.645000', '151247.648000', '151247.650000', '151247.653000', '151247.656000', '151247.658000', '151247.661000', '151247.664000', '151247.666000', '151247.669000', '151247.671000', '151247.674000', '151247.677000', '151247.679000', '151247.682000', '151247.685000', '151247.687000', '151247.690000', '151247.692000', '151247.695000', '151247.698000', '151247.700000', '151247.703000', '151247.705000', '151247.708000', '151247.710000', '151247.713000', '151247.716000', '151307.635000', '151307.638000', '151307.640000', '151307.643000', '151307.646000', '151307.648000', '151307.651000', '151307.654000', '151307.656000', '151307.659000', '151307.662000', '151307.664000', '151307.667000', '151307.669000', '151307.672000', '151307.675000', '151307.677000', '151307.680000', '151307.682000', '151307.685000', '151307.688000', '151307.690000', '151307.693000', '151307.696000', '151307.698000', '151307.701000', '151307.704000', '151307.706000', '151307.709000', '151307.711000', '151307.714000', '151307.717000', '151307.719000', '151307.722000', '151307.724000', '151307.727000', '151307.730000', '151307.732000', '151307.735000', '151307.737000', '151307.740000', '151307.743000', '151307.745000', '151307.748000', '151327.606000', '151327.609000', '151327.612000', '151327.614000', '151327.617000', '151327.619000', '151327.622000', '151327.625000', '151327.627000', '151327.630000', '151327.632000', '151327.635000', '151327.637000', '151327.640000', '151327.643000', '151327.645000', '151327.648000', '151327.651000', '151327.653000', '151327.656000', '151327.658000', '151327.661000', '151327.664000', '151327.666000', '151327.669000', '151327.671000', '151327.674000', '151327.676000', '151327.679000', '151327.682000', '151327.684000', '151327.687000', '151327.690000', '151327.692000', '151327.695000', '151327.697000', '151327.700000', '151327.702000', '151327.705000', '151327.708000', '151327.710000', '151327.713000', '151327.716000', '151347.606000', '151347.608000', '151347.611000', '151347.614000', '151347.617000', '151347.619000', '151347.622000', '151347.624000', '151347.627000', '151347.630000', '151347.632000', '151347.635000', '151347.637000', '151347.640000', '151347.643000', '151347.645000', '151347.648000', '151347.650000', '151347.653000', '151347.656000', '151347.658000', '151347.661000', '151347.664000', '151347.666000', '151347.669000', '151347.671000', '151347.674000', '151347.677000', '151347.679000', '151347.682000', '151347.685000', '151347.687000', '151347.690000', '151347.692000', '151347.695000', '151347.698000', '151347.700000', '151347.703000', '151347.705000', '151347.708000', '151347.711000', '151347.713000', '151347.716000', '151347.719000', '151407.607000', '151407.610000', '151407.612000', '151407.615000', '151407.618000', '151407.620000', '151407.623000', '151407.625000', '151407.628000', '151407.631000', '151407.633000', '151407.636000', '151407.638000', '151407.641000', '151407.644000', '151407.646000', '151407.649000', '151407.651000', '151407.654000', '151407.657000', '151407.659000', '151407.662000', '151407.665000', '151407.667000', '151407.670000', '151407.673000', '151407.675000', '151407.678000', '151407.680000', '151407.683000', '151407.685000', '151407.688000', '151407.691000', '151407.693000', '151407.696000', '151407.699000', '151407.701000', '151407.704000', '151407.706000', '151407.709000', '151407.712000', '151407.714000', '151407.717000', '151427.607000', '151427.609000', '151427.612000', '151427.615000', '151427.617000', '151427.620000', '151427.623000', '151427.625000', '151427.628000', '151427.630000', '151427.633000', '151427.636000', '151427.639000', '151427.642000', '151427.645000', '151427.647000', '151427.650000', '151427.653000', '151427.655000', '151427.658000', '151427.660000', '151427.663000', '151427.666000', '151427.668000', '151427.671000', '151427.673000', '151427.676000', '151427.679000', '151427.681000', '151427.684000', '151427.687000', '151427.689000', '151427.692000', '151427.695000', '151427.697000', '151427.700000', '151427.702000', '151427.705000', '151427.708000', '151427.710000', '151427.713000', '151427.716000', '151427.719000', '151447.607000', '151447.609000', '151447.612000', '151447.615000', '151447.617000', '151447.620000', '151447.623000', '151447.625000', '151447.628000', '151447.630000', '151447.633000', '151447.636000', '151447.638000', '151447.641000', '151447.644000', '151447.646000', '151447.649000', '151447.651000', '151447.654000', '151447.657000', '151447.659000', '151447.662000', '151447.664000', '151447.667000', '151447.670000', '151447.672000', '151447.675000', '151447.678000', '151447.680000', '151447.683000', '151447.685000', '151447.688000', '151447.691000', '151447.693000', '151447.696000', '151447.698000', '151447.701000', '151447.704000', '151447.706000', '151447.709000', '151447.712000', '151447.714000', '151447.717000', '151447.719000', '151507.606000', '151507.608000', '151507.611000', '151507.614000', '151507.617000', '151507.620000', '151507.623000', '151507.626000', '151507.628000', '151507.631000', '151507.634000', '151507.636000', '151507.639000', '151507.641000', '151507.644000', '151507.647000', '151507.649000', '151507.652000', '151507.655000', '151507.657000', '151507.660000', '151507.662000', '151507.665000', '151507.668000', '151507.670000', '151507.673000', '151507.676000', '151507.678000', '151507.681000', '151507.683000', '151507.686000', '151507.689000', '151507.691000', '151507.694000', '151507.697000', '151507.699000', '151507.702000', '151507.705000', '151507.707000', '151507.710000', '151507.712000', '151507.715000', '151507.718000', '151527.606000', '151527.608000', '151527.611000', '151527.614000', '151527.616000', '151527.619000', '151527.622000', '151527.624000', '151527.627000', '151527.630000', '151527.632000', '151527.635000', '151527.637000', '151527.640000', '151527.643000', '151527.645000', '151527.648000', '151527.651000', '151527.653000', '151527.656000', '151527.658000', '151527.661000', '151527.664000', '151527.666000', '151527.669000', '151527.672000', '151527.674000', '151527.677000', '151527.679000', '151527.682000', '151527.685000', '151527.687000', '151527.690000', '151527.693000', '151527.695000', '151527.698000', '151527.700000', '151527.703000', '151527.706000', '151527.708000', '151527.711000', '151527.713000', '151527.716000', '151527.719000', '151547.606000', '151547.609000', '151547.611000', '151547.614000', '151547.616000', '151547.619000', '151547.622000', '151547.624000', '151547.627000', '151547.630000', '151547.632000', '151547.635000', '151547.638000', '151547.641000', '151547.644000', '151547.647000', '151547.649000', '151547.652000', '151547.655000', '151547.657000', '151547.660000', '151547.663000', '151547.665000', '151547.668000', '151547.671000', '151547.673000', '151547.677000', '151547.680000', '151547.683000', '151547.685000', '151547.688000', '151547.691000', '151547.693000', '151547.696000', '151547.698000', '151547.701000', '151547.704000', '151547.706000', '151547.709000', '151547.712000', '151547.714000', '151547.717000', '151547.720000', '151551.299000', '151551.302000', '151551.304000', '151551.307000', '151551.310000', '151551.312000', '151551.315000', '151551.318000', '151551.320000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [9513, 8564, 8812, 8260, 7767, 9563, 8833, 9324, 9058, 7561, 9145, 8428, 9644, 8576, 7407, 9460, 8252, 9803, 7930, 7448, 9426, 7958, 9108, 7874, 7082, 9373, 7465, 8963, 7861, 7508, 9500, 8548, 9541, 7975, 7945, 9225, 8151, 9745, 8637, 8308, 9412, 8693, 9916, 8138, 9026, 9292, 8746, 9817, 8420, 9381, 8826, 8407, 9923, 9117, 8967, 9171, 8340, 9558, 7755, 8472, 9524, 9286, 9396, 7857, 8454, 8289, 7942, 9193, 9027, 7880, 8482, 8147, 8696, 7555, 8451, 9028, 9104, 9068, 7926, 8961, 7681, 7085, 9166, 8771, 9283, 7931, 8215, 9125, 8552, 9691, 8329, 8687, 9312, 8345, 9636, 8315, 9062, 9538, 9343, 9318, 7605, 7969, 8696, 8661, 8899, 8016, 7870, 8721, 7903, 8730, 7437, 8090, 8902, 8385, 9174, 7557, 7928, 8972, 8383, 9290, 8447, 7975, 8932, 8410, 9384, 8279, 9116, 9171, 9649, 9898, 8345, 9019, 9065, 8576, 10005, 8994, 8269, 9717, 8501, 9825, 7725, 8781, 9325, 8179, 9847, 8216, 8653, 9421, 7906, 9598, 9413, 8460, 9658, 8351, 8761, 9243, 8535, 9321, 7775, 9047, 9672, 8750, 9739, 8206, 9075, 9452, 8380, 9939, 8969, 9150, 9198, 8467, 9952, 8551, 7919, 9544, 8526, 9553, 8081, 7499, 9232, 8033, 9152, 9244, 7794, 8922, 7269, 8864, 7750, 7511, 8943, 8487, 8828, 7919, 7979, 8579, 7498, 8825, 9088, 9241, 9375, 7812, 8469, 9125, 8761, 9632, 8579, 9196, 8145, 8465, 9459, 7825, 9898, 8399, 9200, 9362, 8738, 9780, 7918, 8928, 9502, 8868, 9886, 8174, 8264, 8896, 7796, 9151, 7789, 7352, 8717, 7914, 9108, 7744, 7601, 8960, 8398, 9246, 7988, 7193, 8771, 7819, 9294, 8176, 7264, 9118, 7880, 9528, 7844, 8053, 9354, 8378, 9482, 7657, 9150, 7826, 8466, 8424, 8994, 9053, 7804, 8864, 9022, 9170, 8765, 8441, 9140, 8538, 9262, 11272, 13093, 8968, 9554, 9809, 8931, 9703, 8886, 8748, 10672, 8866, 8338, 8373, 8479, 8008, 8607, 8718, 8624, 8053, 8169, 9237, 7297, 9818, 7262, 8672, 8080, 8694, 7650, 8032, 7919, 8142, 7916, 8332, 8711, 9917, 8235, 8575, 7735, 8052, 8681, 7943, 8699, 8330, 7729, 7551, 7942, 7466, 8163, 8267, 7463, 8425, 7736, 8147, 8252, 8134, 8418, 8463, 8435, 7379, 8241, 8601, 8083, 8342, 8453, 8991, 8189, 8341, 8262, 7700, 8678, 8341, 8613, 8608, 7855, 8834, 7757, 7955, 8372, 7914, 9170, 8456, 8501, 8360, 7782, 8234, 7839, 8801, 9038, 7800, 8451, 6820, 8468, 8343, 7327, 8825, 8368, 9417, 8075, 8959, 8324, 9037, 9620, 9488, 8872, 7920, 9125, 8865, 8388, 9298, 8047, 9157, 9878, 9428, 10141, 13463, 9367, 9437, 10527, 8555, 9598, 10713, 8234, 9158, 9092, 9290, 8259, 8205, 9250, 8399, 9435, 7696, 7985, 9131, 8299, 9724, 8052, 8342, 8205, 7665, 9555, 8844, 8757, 9632, 8266, 9550, 8144, 8222, 9218, 7622, 9270, 7639, 7511, 8736, 8937, 7543, 7736, 7654, 7960, 7447, 7872, 8619, 7879, 8249, 7978, 7720, 8398, 7675, 8416, 8831, 7550, 8460, 8108, 7586, 8766, 7820, 8638, 7138, 7890, 6222, 7418, 8511, 7755, 8740, 7159, 7594, 8917, 9711, 8814, 8684, 7718, 8868, 8216, 7660, 8965, 9974, 8130, 6738, 7446, 9036, 7761, 8353, 8058, 7974, 6602, 8011, 7288, 7564, 9059, 7608, 8919, 7839, 8106, 8726, 7789, 9584, 8161, 8660, 9260, 7248, 9322, 8770, 8165, 9145, 7857, 9722, 7189, 8153, 9390, 8208, 9372, 7986, 8259, 8276, 7816, 9698, 8435, 8853, 7151, 8141, 9520, 7290, 9564, 9332, 7670, 9271, 8326, 8020, 8797, 7396, 8882, 7450, 7500, 8761, 8614, 7810, 7868, 7126, 8556, 7726, 7560, 8668, 7090, 8287, 7498, 7982, 8558, 7016, 7704, 7772, 7177, 8076, 7200, 7840, 9014, 7505, 8306, 7493, 7849, 8743, 10422, 8099, 8955, 7959, 8244, 8164, 7690, 8461, 7793, 8499, 8296, 7471, 8471, 7469, 8532, 8304, 7746, 8085, 7095, 8365, 7110, 7336, 8268, 8525, 7938, 8482, 7098, 8250, 8362, 7662, 8712, 7332, 8909, 7783, 7481, 8515, 7096, 8981, 7222, 7784, 9104, 7286, 8876, 7381, 7954, 8826, 7885, 8918, 8109, 7797, 7050, 7484, 8816, 7285, 8823, 7436, 7505, 9243, 7674, 8726, 8019, 7110, 6338, 8223, 7307, 8169, 10253, 7353, 8093, 8904, 8217, 9981, 9303, 8416, 8236, 9796, 9798, 9832, 13110, 9843, 10980, 9225, 9031, 9562, 9113, 9262, 9885, 8885, 9944, 7056, 9646, 9640, 8110, 9946, 8798, 10104, 8127, 9807, 6837, 9096, 9640, 8234, 9369, 8593, 7462, 9358, 7535, 8332, 8828, 7354, 8979, 7986, 8005, 8734, 7547, 8313, 7886, 7898, 6379, 7479, 8182, 6963, 7856, 8876, 7674, 8208, 7251, 9188, 8884, 7804, 7159, 7975, 6987, 7589, 6813, 7809, 8457, 10614, 7667, 8480, 7701, 8032, 7670, 8271, 9312, 8444, 7491, 8207, 6827, 8068, 6803, 7574, 8765, 10593, 8230, 10376, 7804, 8950, 12864, 8290, 9752, 7416, 9217, 11870, 8161, 9352, 7634, 9533, 9911, 8259, 9477, 7441, 9718, 8420, 8832, 8923, 7523, 9714, 7792, 9417, 7298, 7734, 9606, 8446, 8979, 8089, 7148, 9408, 7577, 9087, 7479, 7765, 9416, 7328, 8766, 7187, 7532, 9247, 7470, 8916, 7170, 7712, 8698, 8477, 7707, 8854, 7459, 8248, 7444, 7985, 7746, 7144, 7545, 8327, 7434, 7398, 7470, 7908, 7987, 7602, 7594, 7083, 7871, 7652, 7452, 8099, 9213, 7986, 8265, 8480, 7572, 8704, 7399, 8723, 8713, 7757, 8955, 8682, 7520, 9144, 7513, 8743, 8036, 7699, 9361, 7481, 9145, 7297, 8490, 9260, 7861, 9294, 8492, 7844, 8353, 7596, 9398, 8098, 7858, 9752, 7844, 9491, 7990, 8060, 9556, 8035, 9282, 8372, 7772, 7200, 7588, 9708, 7457, 9477, 7691, 7844, 9703, 7836, 9445, 7559, 7464, 9840, 8238, 8030, 9349, 8112, 8863, 7715, 7604, 8892, 7643, 9002, 7483, 7966, 9029, 7462, 9144, 7653, 7660, 9185, 7743, 9449, 7776, 7807, 9389, 7799, 9436, 7710, 8453, 9569, 7655, 10150, 7985, 8626, 10092, 8817, 9611, 8231, 9050, 10114, 7732, 10045, 8473, 8219, 8127, 7594, 9390, 8087, 9294, 7967, 7699, 9024, 9964, 8090, 8071, 8047, 9239, 8218, 8485, 8048, 7887, 8512, 7574, 9050, 7962, 7880, 9268, 7534, 9072, 8945, 7815, 9515, 8100, 9404, 8802, 8052, 9387, 8560, 9110, 8768, 7951, 9403, 9295, 8758, 9566, 8069, 9251, 8735, 8129, 8441, 7865, 9098, 8057, 7753, 9387, 7671, 9079, 8044, 7820, 9491, 7530, 9020, 8067, 7437, 9231, 7837, 8952, 7961, 7688, 9276, 7666, 8640, 8124, 7516, 9284, 7886, 8318, 7966, 7480, 8968, 7550, 9194, 7969, 7674, 9301, 8671, 7561, 9100, 8374, 9079, 7911, 7685, 8872, 7615, 8462, 8054, 7764, 8997, 10040, 8153, 9606, 7754, 8910, 8152, 7805, 9232, 7665, 9242, 8149, 7823, 9637, 7715, 9515, 8263, 7861, 9613, 9138, 8696, 8147, 7858, 9855, 7009, 9540, 9813, 7581, 9810, 9064, 8921, 8424, 7962, 9327, 7046, 8514, 9360, 7449, 8663, 7519, 7763, 9465, 7549, 8882, 8136, 7407, 8884, 7571, 8770, 8354, 7990, 8968, 8551, 8565, 8373, 8475, 8583, 7959, 10047, 8031, 8748, 7494, 9131, 7188, 9105, 8116, 7827, 9451, 9764, 9420, 8435, 7865, 9793, 7807, 9203, 8095, 7844, 9524, 8037, 9518, 7856, 7995, 9836, 7780, 9297, 7786, 8036, 9838, 7394, 9618, 7648, 8192, 9508, 9014, 7411, 9223, 6730, 8045, 7021, 8126, 8219, 8054, 10912, 12309, 8164, 8677, 8628, 7628, 9081, 8501, 8798, 13015, 7556, 8673, 8399, 8338, 8786, 7579, 8989, 9712, 8160, 8110, 7320, 8405, 9197, 7535, 9192, 8289, 8774, 8745, 7450, 8651, 7158, 8065, 7603, 7713, 8448, 8007, 8106, 8935, 7956, 8606, 7789, 7721, 7899, 8180, 8447, 8747, 8153, 8476, 7806, 8420, 8555, 8103, 8937, 7959, 7960, 8963, 7855, 9070, 7761, 7976, 8094, 8107, 8297, 7535, 7693, 7756, 7768, 7356, 7898, 8231, 8032, 7346, 8200, 7226, 8064, 8051, 7586, 8371, 8241, 7668, 7351, 8884, 9925, 7853, 8640, 13182, 9058, 8475, 8001, 8524, 13317, 8460, 10619, 8396, 10765, 13323, 9122, 12386, 8388, 9576, 7903, 9499, 10221, 8914, 8733, 8392, 9786, 7892, 9554, 8687, 8968, 8283, 8179, 8813, 8192, 9512, 7472, 8989, 8881, 8014, 8855, 8250, 8902, 7272, 8409, 7544, 7758, 8516, 8186, 8429, 9080, 8007, 7637, 7639, 8103, 8224, 8020, 7948, 7729, 8440, 7671, 8115, 6914, 7564, 7053, 7777, 8309, 7839, 7931, 7830, 7948, 8143, 8358, 8214, 8783, 7840, 8126, 9903, 8300, 7515, 7817, 8499, 9272, 8300, 8418, 7588, 7980, 8490, 8519, 9506, 8569, 8652, 8439, 7160, 7672, 7660, 7557, 7969, 8895, 7967, 9702, 8062, 8205, 7355, 9079, 12754, 8226, 10251, 7503, 8140, 10973, 8196, 8972, 7770, 8428, 9058, 7569, 7866, 7109, 8214, 7546, 7751, 7510, 7327, 8505, 7655, 7816, 8162, 7572, 8278, 8186, 7658, 8427, 7740, 8637, 8878, 8026, 8413, 7770, 8038, 8950, 7786, 8421, 7745, 7921, 9389, 7543, 8081, 7792, 8067, 8684, 7130, 8135, 7813, 8083, 8546, 7058, 7630, 8608, 7992, 8102, 7453, 7776, 8048, 7481, 7614, 7126, 7976, 7468, 7464, 8244, 8586, 8344, 8135, 7686], 'WindowCenter': [3651.0, 3626.0, 3622.0, 3617.0, 3597.0, 3617.0, 3608.0, 3607.0, 3607.0, 3583.0, 3593.0, 3582.0, 3599.0, 3600.0, 3579.0, 3611.0, 3601.0, 3602.0, 3583.0, 3571.0, 3611.0, 3582.0, 3614.0, 3602.0, 3573.0, 3624.0, 3582.0, 3604.0, 3595.0, 3584.0, 3625.0, 3606.0, 3617.0, 3604.0, 3595.0, 3607.0, 3598.0, 3626.0, 3616.0, 3608.0, 3621.0, 3608.0, 3619.0, 3597.0, 3608.0, 3626.0, 3607.0, 3619.0, 3596.0, 3605.0, 3607.0, 3594.0, 3624.0, 3614.0, 3604.0, 3606.0, 3601.0, 3605.0, 3583.0, 3597.0, 3605.0, 3606.0, 3606.0, 3603.0, 3601.0, 3595.0, 3593.0, 3607.0, 3614.0, 3595.0, 3616.0, 3595.0, 3605.0, 3585.0, 3594.0, 3616.0, 3608.0, 3606.0, 3604.0, 3594.0, 3585.0, 3573.0, 3609.0, 3607.0, 3607.0, 3604.0, 3602.0, 3605.0, 3595.0, 3615.0, 3605.0, 3614.0, 3606.0, 3594.0, 3612.0, 3602.0, 3601.0, 3612.0, 3605.0, 3606.0, 3585.0, 3581.0, 3601.0, 3591.0, 3604.0, 3603.0, 3595.0, 3606.0, 3593.0, 3594.0, 3583.0, 3582.0, 3610.0, 3603.0, 3607.0, 3604.0, 3594.0, 3607.0, 3595.0, 3617.0, 3617.0, 3597.0, 3615.0, 3595.0, 3605.0, 3602.0, 3594.0, 3614.0, 3614.0, 3613.0, 3594.0, 3599.0, 3593.0, 3592.0, 3602.0, 3593.0, 3593.0, 3611.0, 3600.0, 3603.0, 3584.0, 3599.0, 3603.0, 3601.0, 3616.0, 3603.0, 3602.0, 3613.0, 3594.0, 3612.0, 3614.0, 3601.0, 3623.0, 3596.0, 3595.0, 3608.0, 3596.0, 3605.0, 3584.0, 3606.0, 3625.0, 3607.0, 3618.0, 3604.0, 3602.0, 3607.0, 3602.0, 3623.0, 3608.0, 3605.0, 3605.0, 3582.0, 3609.0, 3594.0, 3582.0, 3603.0, 3593.0, 3612.0, 3584.0, 3571.0, 3604.0, 3589.0, 3600.0, 3605.0, 3591.0, 3604.0, 3591.0, 3612.0, 3591.0, 3586.0, 3609.0, 3602.0, 3613.0, 3605.0, 3602.0, 3595.0, 3585.0, 3605.0, 3606.0, 3627.0, 3626.0, 3585.0, 3593.0, 3604.0, 3593.0, 3611.0, 3601.0, 3605.0, 3602.0, 3600.0, 3611.0, 3582.0, 3605.0, 3595.0, 3607.0, 3605.0, 3594.0, 3611.0, 3590.0, 3595.0, 3611.0, 3601.0, 3611.0, 3601.0, 3588.0, 3600.0, 3581.0, 3603.0, 3592.0, 3583.0, 3601.0, 3602.0, 3612.0, 3592.0, 3591.0, 3613.0, 3602.0, 3605.0, 3604.0, 3581.0, 3595.0, 3591.0, 3606.0, 3595.0, 3584.0, 3612.0, 3591.0, 3605.0, 3602.0, 3594.0, 3614.0, 3602.0, 3613.0, 3599.0, 3604.0, 3584.0, 3610.0, 3609.0, 3607.0, 3607.0, 3587.0, 3611.0, 3608.0, 3620.0, 3613.0, 3608.0, 3618.0, 3611.0, 3620.0, 3645.0, 3640.0, 3609.0, 3608.0, 3607.0, 3593.0, 3606.0, 3609.0, 3598.0, 3603.0, 3595.0, 3580.0, 3579.0, 3588.0, 3569.0, 3582.0, 3593.0, 3597.0, 3600.0, 3593.0, 3610.0, 3578.0, 3613.0, 3566.0, 3599.0, 3586.0, 3596.0, 3586.0, 3603.0, 3584.0, 3591.0, 3583.0, 3589.0, 3597.0, 3607.0, 3599.0, 3597.0, 3576.0, 3585.0, 3589.0, 3581.0, 3595.0, 3586.0, 3583.0, 3571.0, 3582.0, 3571.0, 3585.0, 3595.0, 3585.0, 3598.0, 3592.0, 3588.0, 3595.0, 3586.0, 3598.0, 3597.0, 3596.0, 3586.0, 3604.0, 3604.0, 3587.0, 3603.0, 3600.0, 3609.0, 3605.0, 3603.0, 3604.0, 3589.0, 3601.0, 3604.0, 3596.0, 3615.0, 3603.0, 3608.0, 3587.0, 3596.0, 3597.0, 3587.0, 3623.0, 3617.0, 3611.0, 3615.0, 3599.0, 3599.0, 3605.0, 3620.0, 3630.0, 3599.0, 3612.0, 3581.0, 3598.0, 3599.0, 3587.0, 3628.0, 3621.0, 3631.0, 3600.0, 3615.0, 3610.0, 3626.0, 3638.0, 3608.0, 3593.0, 3615.0, 3620.0, 3632.0, 3610.0, 3621.0, 3599.0, 3619.0, 3621.0, 3622.0, 3622.0, 3643.0, 3599.0, 3595.0, 3608.0, 3583.0, 3609.0, 3620.0, 3589.0, 3594.0, 3586.0, 3594.0, 3580.0, 3585.0, 3608.0, 3595.0, 3594.0, 3570.0, 3575.0, 3596.0, 3582.0, 3604.0, 3585.0, 3596.0, 3596.0, 3577.0, 3606.0, 3593.0, 3594.0, 3607.0, 3598.0, 3608.0, 3603.0, 3597.0, 3610.0, 3572.0, 3597.0, 3579.0, 3573.0, 3603.0, 3595.0, 3585.0, 3587.0, 3587.0, 3597.0, 3589.0, 3599.0, 3610.0, 3598.0, 3602.0, 3597.0, 3590.0, 3601.0, 3588.0, 3598.0, 3614.0, 3600.0, 3603.0, 3594.0, 3588.0, 3608.0, 3588.0, 3610.0, 3591.0, 3610.0, 3571.0, 3585.0, 3610.0, 3586.0, 3611.0, 3595.0, 3601.0, 3620.0, 3620.0, 3609.0, 3613.0, 3590.0, 3612.0, 3599.0, 3589.0, 3622.0, 3640.0, 3603.0, 3581.0, 3589.0, 3607.0, 3599.0, 3612.0, 3599.0, 3599.0, 3585.0, 3598.0, 3587.0, 3601.0, 3612.0, 3599.0, 3618.0, 3587.0, 3592.0, 3597.0, 3593.0, 3612.0, 3591.0, 3600.0, 3599.0, 3578.0, 3595.0, 3596.0, 3591.0, 3593.0, 3570.0, 3595.0, 3563.0, 3577.0, 3593.0, 3583.0, 3616.0, 3584.0, 3584.0, 3584.0, 3592.0, 3611.0, 3601.0, 3610.0, 3584.0, 3587.0, 3610.0, 3581.0, 3615.0, 3599.0, 3595.0, 3607.0, 3589.0, 3584.0, 3603.0, 3593.0, 3603.0, 3579.0, 3577.0, 3603.0, 3596.0, 3585.0, 3585.0, 3579.0, 3600.0, 3593.0, 3593.0, 3600.0, 3576.0, 3600.0, 3586.0, 3587.0, 3613.0, 3575.0, 3594.0, 3589.0, 3587.0, 3600.0, 3588.0, 3616.0, 3623.0, 3597.0, 3612.0, 3594.0, 3613.0, 3612.0, 3621.0, 3607.0, 3617.0, 3590.0, 3601.0, 3597.0, 3599.0, 3599.0, 3595.0, 3600.0, 3602.0, 3595.0, 3601.0, 3575.0, 3597.0, 3598.0, 3594.0, 3586.0, 3576.0, 3599.0, 3563.0, 3573.0, 3593.0, 3600.0, 3597.0, 3596.0, 3562.0, 3589.0, 3584.0, 3585.0, 3604.0, 3574.0, 3595.0, 3585.0, 3573.0, 3597.0, 3575.0, 3608.0, 3574.0, 3586.0, 3616.0, 3589.0, 3608.0, 3595.0, 3606.0, 3614.0, 3586.0, 3610.0, 3603.0, 3602.0, 3589.0, 3585.0, 3609.0, 3582.0, 3609.0, 3592.0, 3603.0, 3622.0, 3602.0, 3597.0, 3597.0, 3574.0, 3534.0, 3539.0, 3599.0, 3605.0, 3627.0, 3577.0, 3589.0, 3616.0, 3608.0, 3624.0, 3629.0, 3603.0, 3600.0, 3608.0, 3601.0, 3596.0, 3618.0, 3594.0, 3602.0, 3584.0, 3588.0, 3581.0, 3565.0, 3573.0, 3579.0, 3564.0, 3584.0, 3546.0, 3577.0, 3581.0, 3576.0, 3594.0, 3585.0, 3597.0, 3575.0, 3595.0, 3549.0, 3582.0, 3593.0, 3572.0, 3580.0, 3570.0, 3559.0, 3580.0, 3575.0, 3584.0, 3588.0, 3559.0, 3581.0, 3577.0, 3587.0, 3598.0, 3585.0, 3596.0, 3596.0, 3597.0, 3578.0, 3589.0, 3598.0, 3579.0, 3602.0, 3622.0, 3602.0, 3614.0, 3608.0, 3632.0, 3619.0, 3603.0, 3591.0, 3602.0, 3599.0, 3614.0, 3599.0, 3612.0, 3620.0, 3639.0, 3612.0, 3625.0, 3621.0, 3615.0, 3621.0, 3631.0, 3637.0, 3601.0, 3594.0, 3616.0, 3594.0, 3618.0, 3592.0, 3616.0, 3628.0, 3642.0, 3617.0, 3639.0, 3605.0, 3617.0, 3647.0, 3603.0, 3615.0, 3594.0, 3614.0, 3621.0, 3586.0, 3603.0, 3576.0, 3609.0, 3613.0, 3587.0, 3606.0, 3577.0, 3598.0, 3588.0, 3594.0, 3595.0, 3579.0, 3602.0, 3573.0, 3593.0, 3574.0, 3573.0, 3614.0, 3587.0, 3595.0, 3583.0, 3563.0, 3602.0, 3569.0, 3597.0, 3572.0, 3577.0, 3596.0, 3572.0, 3601.0, 3576.0, 3584.0, 3612.0, 3576.0, 3600.0, 3579.0, 3593.0, 3602.0, 3597.0, 3594.0, 3608.0, 3575.0, 3602.0, 3595.0, 3598.0, 3599.0, 3576.0, 3587.0, 3599.0, 3591.0, 3592.0, 3592.0, 3600.0, 3600.0, 3599.0, 3601.0, 3594.0, 3619.0, 3608.0, 3606.0, 3617.0, 3624.0, 3607.0, 3613.0, 3615.0, 3603.0, 3620.0, 3593.0, 3619.0, 3602.0, 3590.0, 3614.0, 3615.0, 3589.0, 3611.0, 3593.0, 3618.0, 3599.0, 3599.0, 3625.0, 3590.0, 3626.0, 3593.0, 3612.0, 3614.0, 3598.0, 3622.0, 3615.0, 3600.0, 3605.0, 3590.0, 3609.0, 3601.0, 3606.0, 3627.0, 3605.0, 3621.0, 3604.0, 3600.0, 3621.0, 3587.0, 3622.0, 3616.0, 3604.0, 3595.0, 3589.0, 3625.0, 3587.0, 3623.0, 3587.0, 3601.0, 3631.0, 3588.0, 3610.0, 3596.0, 3576.0, 3619.0, 3605.0, 3588.0, 3614.0, 3602.0, 3612.0, 3588.0, 3591.0, 3616.0, 3587.0, 3613.0, 3596.0, 3600.0, 3610.0, 3586.0, 3610.0, 3588.0, 3602.0, 3618.0, 3589.0, 3626.0, 3586.0, 3594.0, 3618.0, 3595.0, 3622.0, 3593.0, 3605.0, 3625.0, 3593.0, 3620.0, 3584.0, 3602.0, 3622.0, 3611.0, 3626.0, 3615.0, 3613.0, 3620.0, 3592.0, 3618.0, 3600.0, 3602.0, 3603.0, 3598.0, 3611.0, 3598.0, 3611.0, 3588.0, 3591.0, 3612.0, 3622.0, 3601.0, 3599.0, 3587.0, 3613.0, 3599.0, 3603.0, 3599.0, 3603.0, 3612.0, 3590.0, 3614.0, 3606.0, 3599.0, 3611.0, 3601.0, 3616.0, 3615.0, 3593.0, 3620.0, 3590.0, 3617.0, 3600.0, 3587.0, 3614.0, 3610.0, 3614.0, 3597.0, 3591.0, 3609.0, 3612.0, 3596.0, 3612.0, 3605.0, 3614.0, 3602.0, 3603.0, 3601.0, 3590.0, 3608.0, 3599.0, 3600.0, 3626.0, 3603.0, 3615.0, 3602.0, 3589.0, 3624.0, 3600.0, 3622.0, 3603.0, 3590.0, 3624.0, 3601.0, 3617.0, 3603.0, 3599.0, 3636.0, 3602.0, 3620.0, 3611.0, 3600.0, 3621.0, 3610.0, 3611.0, 3612.0, 3615.0, 3635.0, 3613.0, 3623.0, 3616.0, 3599.0, 3621.0, 3611.0, 3599.0, 3621.0, 3609.0, 3622.0, 3602.0, 3601.0, 3624.0, 3601.0, 3612.0, 3600.0, 3600.0, 3611.0, 3619.0, 3602.0, 3621.0, 3600.0, 3613.0, 3602.0, 3587.0, 3608.0, 3588.0, 3622.0, 3599.0, 3588.0, 3621.0, 3587.0, 3610.0, 3595.0, 3587.0, 3610.0, 3610.0, 3596.0, 3586.0, 3588.0, 3608.0, 3575.0, 3605.0, 3605.0, 3586.0, 3619.0, 3609.0, 3608.0, 3598.0, 3589.0, 3612.0, 3589.0, 3614.0, 3621.0, 3590.0, 3612.0, 3590.0, 3588.0, 3619.0, 3588.0, 3613.0, 3600.0, 3587.0, 3612.0, 3602.0, 3610.0, 3597.0, 3602.0, 3610.0, 3613.0, 3613.0, 3614.0, 3613.0, 3599.0, 3600.0, 3633.0, 3614.0, 3623.0, 3600.0, 3623.0, 3578.0, 3613.0, 3590.0, 3590.0, 3619.0, 3618.0, 3607.0, 3599.0, 3585.0, 3608.0, 3572.0, 3608.0, 3587.0, 3588.0, 3605.0, 3586.0, 3607.0, 3583.0, 3584.0, 3605.0, 3588.0, 3607.0, 3584.0, 3589.0, 3604.0, 3574.0, 3606.0, 3604.0, 3611.0, 3622.0, 3605.0, 3586.0, 3613.0, 3567.0, 3601.0, 3601.0, 3612.0, 3612.0, 3613.0, 3646.0, 3645.0, 3613.0, 3613.0, 3599.0, 3587.0, 3611.0, 3597.0, 3597.0, 3641.0, 3587.0, 3596.0, 3585.0, 3585.0, 3594.0, 3572.0, 3597.0, 3606.0, 3595.0, 3585.0, 3571.0, 3583.0, 3593.0, 3573.0, 3596.0, 3582.0, 3595.0, 3607.0, 3586.0, 3596.0, 3559.0, 3581.0, 3583.0, 3571.0, 3592.0, 3583.0, 3597.0, 3607.0, 3595.0, 3609.0, 3586.0, 3586.0, 3597.0, 3598.0, 3609.0, 3608.0, 3599.0, 3599.0, 3586.0, 3609.0, 3607.0, 3598.0, 3620.0, 3608.0, 3609.0, 3609.0, 3598.0, 3619.0, 3597.0, 3624.0, 3611.0, 3610.0, 3608.0, 3598.0, 3612.0, 3601.0, 3599.0, 3614.0, 3611.0, 3622.0, 3626.0, 3615.0, 3624.0, 3612.0, 3622.0, 3623.0, 3610.0, 3623.0, 3623.0, 3613.0, 3614.0, 3634.0, 3635.0, 3599.0, 3613.0, 3657.0, 3622.0, 3612.0, 3598.0, 3609.0, 3641.0, 3596.0, 3619.0, 3597.0, 3618.0, 3626.0, 3593.0, 3611.0, 3570.0, 3592.0, 3568.0, 3579.0, 3590.0, 3578.0, 3577.0, 3568.0, 3589.0, 3567.0, 3579.0, 3569.0, 3579.0, 3581.0, 3578.0, 3579.0, 3569.0, 3591.0, 3557.0, 3580.0, 3580.0, 3568.0, 3580.0, 3578.0, 3581.0, 3571.0, 3582.0, 3572.0, 3571.0, 3592.0, 3582.0, 3594.0, 3593.0, 3582.0, 3582.0, 3584.0, 3595.0, 3593.0, 3596.0, 3596.0, 3598.0, 3596.0, 3595.0, 3598.0, 3587.0, 3596.0, 3589.0, 3598.0, 3623.0, 3612.0, 3612.0, 3610.0, 3610.0, 3609.0, 3609.0, 3612.0, 3624.0, 3611.0, 3611.0, 3631.0, 3611.0, 3597.0, 3599.0, 3622.0, 3633.0, 3612.0, 3612.0, 3614.0, 3612.0, 3625.0, 3623.0, 3632.0, 3625.0, 3625.0, 3611.0, 3588.0, 3601.0, 3614.0, 3600.0, 3613.0, 3623.0, 3614.0, 3633.0, 3614.0, 3612.0, 3591.0, 3625.0, 3655.0, 3599.0, 3619.0, 3585.0, 3585.0, 3618.0, 3593.0, 3607.0, 3586.0, 3593.0, 3605.0, 3583.0, 3595.0, 3572.0, 3596.0, 3586.0, 3586.0, 3588.0, 3587.0, 3610.0, 3599.0, 3599.0, 3611.0, 3598.0, 3608.0, 3608.0, 3602.0, 3611.0, 3597.0, 3610.0, 3611.0, 3596.0, 3610.0, 3599.0, 3597.0, 3609.0, 3586.0, 3596.0, 3584.0, 3598.0, 3618.0, 3599.0, 3597.0, 3583.0, 3597.0, 3596.0, 3575.0, 3597.0, 3597.0, 3599.0, 3609.0, 3588.0, 3599.0, 3607.0, 3596.0, 3595.0, 3585.0, 3598.0, 3598.0, 3598.0, 3599.0, 3587.0, 3598.0, 3589.0, 3589.0, 3610.0, 3608.0, 3610.0, 3600.0, 3587.0], 'WindowWidth': [8248.0, 8205.0, 8187.0, 8184.0, 8145.0, 8172.0, 8165.0, 8159.0, 8157.0, 8118.0, 8131.0, 8115.0, 8142.0, 8148.0, 8116.0, 8161.0, 8149.0, 8142.0, 8120.0, 8099.0, 8160.0, 8117.0, 8169.0, 8154.0, 8106.0, 8186.0, 8120.0, 8149.0, 8138.0, 8125.0, 8188.0, 8157.0, 8169.0, 8159.0, 8137.0, 8157.0, 8147.0, 8191.0, 8178.0, 8160.0, 8184.0, 8160.0, 8174.0, 8145.0, 8160.0, 8191.0, 8159.0, 8176.0, 8144.0, 8150.0, 8156.0, 8137.0, 8184.0, 8173.0, 8149.0, 8156.0, 8147.0, 8149.0, 8122.0, 8143.0, 8154.0, 8157.0, 8155.0, 8157.0, 8150.0, 8139.0, 8134.0, 8157.0, 8175.0, 8141.0, 8178.0, 8138.0, 8152.0, 8126.0, 8137.0, 8177.0, 8164.0, 8156.0, 8156.0, 8134.0, 8126.0, 8107.0, 8161.0, 8160.0, 8158.0, 8161.0, 8152.0, 8153.0, 8138.0, 8172.0, 8163.0, 8172.0, 8156.0, 8136.0, 8165.0, 8153.0, 8147.0, 8167.0, 8154.0, 8153.0, 8128.0, 8114.0, 8149.0, 8128.0, 8149.0, 8156.0, 8139.0, 8155.0, 8135.0, 8135.0, 8122.0, 8119.0, 8165.0, 8159.0, 8157.0, 8161.0, 8137.0, 8157.0, 8140.0, 8173.0, 8182.0, 8146.0, 8176.0, 8139.0, 8151.0, 8155.0, 8135.0, 8170.0, 8174.0, 8169.0, 8138.0, 8142.0, 8132.0, 8129.0, 8142.0, 8132.0, 8130.0, 8162.0, 8146.0, 8144.0, 8122.0, 8143.0, 8147.0, 8149.0, 8167.0, 8156.0, 8151.0, 8170.0, 8138.0, 8165.0, 8171.0, 8151.0, 8182.0, 8143.0, 8139.0, 8160.0, 8140.0, 8150.0, 8123.0, 8155.0, 8189.0, 8160.0, 8172.0, 8160.0, 8151.0, 8157.0, 8152.0, 8183.0, 8162.0, 8152.0, 8150.0, 8118.0, 8157.0, 8135.0, 8114.0, 8145.0, 8134.0, 8165.0, 8122.0, 8101.0, 8146.0, 8130.0, 8146.0, 8153.0, 8138.0, 8150.0, 8139.0, 8165.0, 8138.0, 8125.0, 8159.0, 8156.0, 8171.0, 8163.0, 8152.0, 8139.0, 8126.0, 8151.0, 8156.0, 8196.0, 8190.0, 8129.0, 8131.0, 8149.0, 8132.0, 8160.0, 8152.0, 8154.0, 8154.0, 8146.0, 8163.0, 8118.0, 8151.0, 8142.0, 8157.0, 8154.0, 8136.0, 8162.0, 8135.0, 8135.0, 8163.0, 8150.0, 8162.0, 8151.0, 8128.0, 8147.0, 8114.0, 8145.0, 8138.0, 8121.0, 8150.0, 8153.0, 8166.0, 8140.0, 8135.0, 8169.0, 8154.0, 8153.0, 8160.0, 8123.0, 8137.0, 8136.0, 8154.0, 8141.0, 8124.0, 8166.0, 8137.0, 8150.0, 8153.0, 8136.0, 8170.0, 8155.0, 8169.0, 8150.0, 8150.0, 8125.0, 8167.0, 8165.0, 8156.0, 8155.0, 8129.0, 8166.0, 8159.0, 8178.0, 8173.0, 8161.0, 8173.0, 8167.0, 8181.0, 8220.0, 8208.0, 8159.0, 8156.0, 8151.0, 8129.0, 8151.0, 8159.0, 8142.0, 8143.0, 8131.0, 8109.0, 8103.0, 8126.0, 8090.0, 8112.0, 8131.0, 8140.0, 8149.0, 8131.0, 8163.0, 8113.0, 8162.0, 8093.0, 8145.0, 8124.0, 8137.0, 8125.0, 8153.0, 8116.0, 8132.0, 8117.0, 8128.0, 8140.0, 8150.0, 8144.0, 8139.0, 8108.0, 8120.0, 8128.0, 8111.0, 8136.0, 8123.0, 8119.0, 8097.0, 8113.0, 8098.0, 8119.0, 8136.0, 8123.0, 8142.0, 8136.0, 8129.0, 8138.0, 8125.0, 8143.0, 8142.0, 8141.0, 8128.0, 8155.0, 8157.0, 8127.0, 8154.0, 8150.0, 8164.0, 8160.0, 8151.0, 8155.0, 8133.0, 8152.0, 8159.0, 8141.0, 8174.0, 8155.0, 8158.0, 8132.0, 8139.0, 8143.0, 8130.0, 8183.0, 8179.0, 8166.0, 8177.0, 8148.0, 8148.0, 8161.0, 8181.0, 8200.0, 8152.0, 8171.0, 8127.0, 8145.0, 8149.0, 8132.0, 8196.0, 8193.0, 8203.0, 8152.0, 8171.0, 8166.0, 8196.0, 8217.0, 8157.0, 8128.0, 8180.0, 8181.0, 8206.0, 8168.0, 8183.0, 8148.0, 8177.0, 8180.0, 8182.0, 8182.0, 8217.0, 8145.0, 8134.0, 8153.0, 8114.0, 8156.0, 8175.0, 8127.0, 8130.0, 8117.0, 8128.0, 8105.0, 8116.0, 8156.0, 8136.0, 8130.0, 8095.0, 8103.0, 8133.0, 8113.0, 8146.0, 8124.0, 8139.0, 8137.0, 8110.0, 8149.0, 8131.0, 8134.0, 8153.0, 8141.0, 8158.0, 8155.0, 8139.0, 8159.0, 8100.0, 8138.0, 8115.0, 8104.0, 8153.0, 8135.0, 8123.0, 8130.0, 8128.0, 8142.0, 8131.0, 8147.0, 8165.0, 8149.0, 8154.0, 8145.0, 8135.0, 8153.0, 8132.0, 8143.0, 8173.0, 8150.0, 8157.0, 8142.0, 8131.0, 8158.0, 8130.0, 8166.0, 8142.0, 8166.0, 8114.0, 8127.0, 8162.0, 8126.0, 8166.0, 8148.0, 8157.0, 8182.0, 8178.0, 8164.0, 8172.0, 8133.0, 8166.0, 8147.0, 8133.0, 8185.0, 8215.0, 8159.0, 8126.0, 8133.0, 8156.0, 8150.0, 8172.0, 8151.0, 8148.0, 8135.0, 8146.0, 8128.0, 8152.0, 8168.0, 8150.0, 8180.0, 8131.0, 8140.0, 8140.0, 8140.0, 8164.0, 8136.0, 8147.0, 8146.0, 8111.0, 8133.0, 8138.0, 8135.0, 8127.0, 8092.0, 8130.0, 8086.0, 8109.0, 8129.0, 8114.0, 8174.0, 8118.0, 8118.0, 8119.0, 8134.0, 8162.0, 8151.0, 8160.0, 8129.0, 8125.0, 8159.0, 8120.0, 8168.0, 8144.0, 8144.0, 8154.0, 8130.0, 8118.0, 8151.0, 8140.0, 8151.0, 8115.0, 8111.0, 8152.0, 8137.0, 8123.0, 8122.0, 8118.0, 8146.0, 8140.0, 8141.0, 8149.0, 8113.0, 8147.0, 8125.0, 8127.0, 8168.0, 8109.0, 8143.0, 8134.0, 8131.0, 8152.0, 8133.0, 8181.0, 8189.0, 8153.0, 8171.0, 8148.0, 8174.0, 8172.0, 8179.0, 8167.0, 8179.0, 8133.0, 8151.0, 8142.0, 8149.0, 8149.0, 8147.0, 8146.0, 8151.0, 8147.0, 8148.0, 8109.0, 8142.0, 8146.0, 8142.0, 8125.0, 8110.0, 8144.0, 8090.0, 8102.0, 8137.0, 8149.0, 8141.0, 8139.0, 8089.0, 8130.0, 8121.0, 8122.0, 8154.0, 8106.0, 8135.0, 8120.0, 8104.0, 8142.0, 8109.0, 8156.0, 8108.0, 8124.0, 8176.0, 8133.0, 8158.0, 8146.0, 8160.0, 8171.0, 8126.0, 8166.0, 8160.0, 8156.0, 8136.0, 8126.0, 8162.0, 8126.0, 8162.0, 8142.0, 8162.0, 8183.0, 8155.0, 8142.0, 8142.0, 8106.0, 8033.0, 8036.0, 8157.0, 8157.0, 8192.0, 8112.0, 8130.0, 8176.0, 8166.0, 8183.0, 8199.0, 8158.0, 8146.0, 8153.0, 8144.0, 8133.0, 8163.0, 8127.0, 8137.0, 8111.0, 8118.0, 8102.0, 8078.0, 8092.0, 8097.0, 8072.0, 8107.0, 8049.0, 8095.0, 8103.0, 8103.0, 8125.0, 8114.0, 8132.0, 8102.0, 8130.0, 8063.0, 8110.0, 8126.0, 8096.0, 8104.0, 8090.0, 8076.0, 8105.0, 8103.0, 8116.0, 8122.0, 8076.0, 8110.0, 8107.0, 8122.0, 8138.0, 8120.0, 8137.0, 8139.0, 8143.0, 8119.0, 8132.0, 8146.0, 8120.0, 8153.0, 8185.0, 8161.0, 8179.0, 8172.0, 8202.0, 8180.0, 8160.0, 8141.0, 8156.0, 8159.0, 8179.0, 8160.0, 8179.0, 8191.0, 8211.0, 8178.0, 8194.0, 8194.0, 8181.0, 8192.0, 8212.0, 8213.0, 8151.0, 8146.0, 8179.0, 8150.0, 8185.0, 8145.0, 8182.0, 8202.0, 8219.0, 8181.0, 8212.0, 8162.0, 8181.0, 8216.0, 8155.0, 8176.0, 8143.0, 8170.0, 8174.0, 8122.0, 8151.0, 8108.0, 8156.0, 8168.0, 8126.0, 8149.0, 8108.0, 8139.0, 8123.0, 8130.0, 8132.0, 8115.0, 8147.0, 8101.0, 8127.0, 8102.0, 8104.0, 8167.0, 8125.0, 8132.0, 8115.0, 8088.0, 8147.0, 8093.0, 8136.0, 8098.0, 8109.0, 8135.0, 8101.0, 8147.0, 8111.0, 8120.0, 8164.0, 8110.0, 8146.0, 8117.0, 8138.0, 8151.0, 8143.0, 8144.0, 8157.0, 8109.0, 8152.0, 8148.0, 8147.0, 8150.0, 8115.0, 8129.0, 8149.0, 8135.0, 8143.0, 8141.0, 8150.0, 8150.0, 8148.0, 8156.0, 8149.0, 8187.0, 8172.0, 8166.0, 8182.0, 8190.0, 8165.0, 8172.0, 8178.0, 8159.0, 8184.0, 8143.0, 8181.0, 8155.0, 8136.0, 8173.0, 8175.0, 8135.0, 8166.0, 8140.0, 8179.0, 8146.0, 8150.0, 8189.0, 8139.0, 8192.0, 8143.0, 8168.0, 8171.0, 8145.0, 8183.0, 8176.0, 8152.0, 8161.0, 8135.0, 8163.0, 8151.0, 8162.0, 8193.0, 8162.0, 8180.0, 8158.0, 8149.0, 8179.0, 8128.0, 8183.0, 8180.0, 8162.0, 8147.0, 8134.0, 8187.0, 8129.0, 8182.0, 8130.0, 8154.0, 8202.0, 8131.0, 8161.0, 8147.0, 8111.0, 8172.0, 8156.0, 8130.0, 8172.0, 8152.0, 8166.0, 8130.0, 8137.0, 8174.0, 8130.0, 8170.0, 8148.0, 8148.0, 8163.0, 8127.0, 8162.0, 8130.0, 8154.0, 8182.0, 8133.0, 8189.0, 8126.0, 8142.0, 8177.0, 8147.0, 8181.0, 8142.0, 8158.0, 8185.0, 8139.0, 8174.0, 8121.0, 8151.0, 8180.0, 8163.0, 8191.0, 8177.0, 8169.0, 8176.0, 8139.0, 8169.0, 8147.0, 8154.0, 8157.0, 8147.0, 8165.0, 8142.0, 8163.0, 8130.0, 8136.0, 8168.0, 8183.0, 8151.0, 8146.0, 8127.0, 8168.0, 8145.0, 8153.0, 8147.0, 8156.0, 8166.0, 8135.0, 8170.0, 8159.0, 8146.0, 8165.0, 8154.0, 8178.0, 8174.0, 8142.0, 8178.0, 8133.0, 8176.0, 8148.0, 8129.0, 8171.0, 8164.0, 8172.0, 8142.0, 8135.0, 8161.0, 8163.0, 8139.0, 8166.0, 8159.0, 8171.0, 8153.0, 8154.0, 8151.0, 8134.0, 8158.0, 8148.0, 8153.0, 8192.0, 8158.0, 8175.0, 8154.0, 8134.0, 8185.0, 8150.0, 8184.0, 8159.0, 8139.0, 8186.0, 8153.0, 8181.0, 8159.0, 8152.0, 8209.0, 8159.0, 8182.0, 8169.0, 8154.0, 8185.0, 8167.0, 8171.0, 8175.0, 8183.0, 8209.0, 8176.0, 8189.0, 8183.0, 8151.0, 8183.0, 8169.0, 8153.0, 8184.0, 8163.0, 8186.0, 8157.0, 8152.0, 8187.0, 8154.0, 8169.0, 8152.0, 8150.0, 8169.0, 8174.0, 8152.0, 8180.0, 8151.0, 8170.0, 8152.0, 8129.0, 8159.0, 8131.0, 8182.0, 8150.0, 8132.0, 8177.0, 8127.0, 8161.0, 8136.0, 8125.0, 8160.0, 8160.0, 8138.0, 8126.0, 8129.0, 8156.0, 8109.0, 8150.0, 8149.0, 8127.0, 8173.0, 8159.0, 8155.0, 8143.0, 8132.0, 8165.0, 8139.0, 8175.0, 8179.0, 8134.0, 8170.0, 8137.0, 8132.0, 8176.0, 8131.0, 8169.0, 8150.0, 8130.0, 8168.0, 8154.0, 8164.0, 8143.0, 8157.0, 8166.0, 8171.0, 8173.0, 8178.0, 8173.0, 8146.0, 8151.0, 8198.0, 8176.0, 8188.0, 8154.0, 8184.0, 8117.0, 8167.0, 8136.0, 8134.0, 8175.0, 8171.0, 8156.0, 8147.0, 8121.0, 8156.0, 8101.0, 8154.0, 8129.0, 8129.0, 8149.0, 8123.0, 8152.0, 8117.0, 8119.0, 8149.0, 8128.0, 8153.0, 8119.0, 8129.0, 8148.0, 8107.0, 8150.0, 8159.0, 8168.0, 8183.0, 8151.0, 8129.0, 8168.0, 8097.0, 8152.0, 8157.0, 8175.0, 8172.0, 8174.0, 8222.0, 8220.0, 8174.0, 8173.0, 8146.0, 8129.0, 8166.0, 8140.0, 8140.0, 8206.0, 8130.0, 8138.0, 8120.0, 8120.0, 8131.0, 8100.0, 8139.0, 8154.0, 8135.0, 8122.0, 8098.0, 8117.0, 8128.0, 8103.0, 8136.0, 8113.0, 8135.0, 8155.0, 8125.0, 8137.0, 8081.0, 8112.0, 8116.0, 8099.0, 8129.0, 8118.0, 8143.0, 8157.0, 8140.0, 8161.0, 8127.0, 8128.0, 8143.0, 8146.0, 8162.0, 8160.0, 8149.0, 8147.0, 8128.0, 8162.0, 8155.0, 8146.0, 8180.0, 8164.0, 8163.0, 8162.0, 8147.0, 8176.0, 8145.0, 8194.0, 8169.0, 8166.0, 8161.0, 8147.0, 8173.0, 8156.0, 8154.0, 8178.0, 8173.0, 8190.0, 8198.0, 8186.0, 8192.0, 8176.0, 8189.0, 8190.0, 8169.0, 8191.0, 8190.0, 8176.0, 8182.0, 8208.0, 8209.0, 8149.0, 8173.0, 8238.0, 8184.0, 8172.0, 8146.0, 8167.0, 8206.0, 8139.0, 8174.0, 8144.0, 8171.0, 8177.0, 8128.0, 8151.0, 8091.0, 8124.0, 8087.0, 8102.0, 8119.0, 8099.0, 8098.0, 8084.0, 8113.0, 8083.0, 8100.0, 8086.0, 8102.0, 8107.0, 8101.0, 8102.0, 8087.0, 8121.0, 8072.0, 8105.0, 8104.0, 8088.0, 8107.0, 8101.0, 8110.0, 8096.0, 8111.0, 8097.0, 8096.0, 8127.0, 8115.0, 8133.0, 8129.0, 8114.0, 8117.0, 8120.0, 8137.0, 8134.0, 8139.0, 8139.0, 8144.0, 8142.0, 8138.0, 8147.0, 8131.0, 8142.0, 8137.0, 8150.0, 8188.0, 8174.0, 8171.0, 8170.0, 8165.0, 8165.0, 8165.0, 8172.0, 8191.0, 8170.0, 8169.0, 8195.0, 8167.0, 8145.0, 8149.0, 8184.0, 8202.0, 8173.0, 8173.0, 8178.0, 8175.0, 8192.0, 8187.0, 8202.0, 8194.0, 8194.0, 8170.0, 8135.0, 8156.0, 8180.0, 8154.0, 8177.0, 8186.0, 8180.0, 8200.0, 8174.0, 8170.0, 8139.0, 8192.0, 8231.0, 8148.0, 8174.0, 8125.0, 8124.0, 8168.0, 8130.0, 8154.0, 8126.0, 8133.0, 8149.0, 8118.0, 8137.0, 8102.0, 8138.0, 8126.0, 8128.0, 8133.0, 8131.0, 8164.0, 8150.0, 8150.0, 8167.0, 8145.0, 8161.0, 8161.0, 8156.0, 8169.0, 8145.0, 8165.0, 8165.0, 8142.0, 8166.0, 8151.0, 8144.0, 8160.0, 8128.0, 8142.0, 8122.0, 8146.0, 8173.0, 8150.0, 8143.0, 8120.0, 8141.0, 8139.0, 8111.0, 8142.0, 8145.0, 8150.0, 8164.0, 8132.0, 8151.0, 8157.0, 8141.0, 8140.0, 8126.0, 8146.0, 8147.0, 8148.0, 8149.0, 8130.0, 8146.0, 8134.0, 8137.0, 8165.0, 8164.0, 8167.0, 8152.0, 8130.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.016826795454545452</td></tr>
<tr><td colspan=3>aqi</td><td>0.10639781856060607</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.158447699378286</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.136915563297952</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.105218790909779</td></tr>
<tr><td colspan=3>efc</td><td>0.4924</td></tr>
<tr><td colspan=3>fber</td><td>3525.9202</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17184710765196615</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>145</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.984848484848484</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.843949597763839</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6034365742928713</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.1929233784202293</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7354888405784177</td></tr>
<tr><td colspan=3>gcor</td><td>0.00615421</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014419072307646275</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.034753162413835526</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>3.9186734281084648</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.3344</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.073</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>188.32</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303462.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>892.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>325.109</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0285</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>405.9518</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2827.1727</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3042.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73082.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>923.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3653.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>776.2778</td></tr>
<tr><td colspan=3>tsnr</td><td>20.769519676279742</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>