<?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-0024_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-0024_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-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0024/figures/sub-0024_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-0024/figures/sub-0024_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0024/figures/sub-0024_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-0024/ses-04/func/sub-0024_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>8747fb33bdd19d8cb58dc6e68d4d09bc</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:09:25.640000</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_VE11C_LATEST_20160120</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.99863, -0.0420988, 0.0310892, 0.0399346, 0.996938, 0.067229]</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.0840193</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>[4165, -7784, -7264, 601, -50, -349, 103, 43]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.544</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fd483cad-1b52-40f2-ac4d-a6074eea55a6||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6792502403259277, 0.10714151710271835, 0.09132548421621323, 107.06795501708984], [0.11294810473918915, 2.6747119426727295, 0.17791734635829926, -100.92023468017578], [0.08341000974178314, -0.18037042021751404, 2.6925833225250244, -70.30757141113281], [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': ['150925.640000', '150926.100000', '150926.560000', '150927.020000', '150927.480000', '150927.940000', '150928.400000', '150928.860000', '150929.320000', '150929.780000', '150930.240000', '150930.700000', '150931.160000', '150931.620000', '150932.080000', '150932.540000', '150933.000000', '150933.460000', '150933.920000', '150934.380000', '150934.840000', '150935.300000', '150935.760000', '150936.220000', '150936.680000', '150937.140000', '150937.600000', '150938.060000', '150938.520000', '150938.980000', '150939.440000', '150939.900000', '150940.360000', '150940.820000', '150941.280000', '150941.740000', '150942.200000', '150942.660000', '150943.120000', '150943.580000', '150944.040000', '150944.500000', '150944.960000', '150945.420000', '150945.880000', '150946.340000', '150946.800000', '150947.260000', '150947.720000', '150948.180000', '150948.640000', '150949.100000', '150949.560000', '150950.020000', '150950.480000', '150950.940000', '150951.400000', '150951.860000', '150952.320000', '150952.780000', '150953.240000', '150953.700000', '150954.160000', '150954.620000', '150955.080000', '150955.540000', '150956.000000', '150956.460000', '150956.920000', '150957.380000', '150957.840000', '150958.300000', '150958.760000', '150959.220000', '150959.680000', '151000.140000', '151000.600000', '151001.060000', '151001.520000', '151001.980000', '151002.440000', '151002.900000', '151003.360000', '151003.820000', '151004.280000', '151004.740000', '151005.200000', '151005.660000', '151006.120000', '151006.580000', '151007.040000', '151007.500000', '151007.960000', '151008.420000', '151008.880000', '151009.340000', '151009.800000', '151010.260000', '151010.720000', '151011.180000', '151011.640000', '151012.100000', '151012.560000', '151013.020000', '151013.480000', '151013.940000', '151014.400000', '151014.860000', '151015.320000', '151015.780000', '151016.240000', '151016.700000', '151017.160000', '151017.620000', '151018.080000', '151018.540000', '151019.000000', '151019.460000', '151019.920000', '151020.380000', '151020.840000', '151021.300000', '151021.760000', '151022.220000', '151022.680000', '151023.140000', '151023.600000', '151024.060000', '151024.520000', '151024.980000', '151025.440000', '151025.900000', '151026.360000', '151026.820000', '151027.280000', '151027.740000', '151028.200000', '151028.660000', '151029.120000', '151029.580000', '151030.040000', '151030.500000', '151030.960000', '151031.420000', '151031.880000', '151032.340000', '151032.800000', '151033.260000', '151033.720000', '151034.180000', '151034.640000', '151035.100000', '151035.560000', '151036.020000', '151036.480000', '151036.940000', '151037.400000', '151037.860000', '151038.320000', '151038.780000', '151039.240000', '151039.700000', '151040.160000', '151040.620000', '151041.080000', '151041.540000', '151042.000000', '151042.460000', '151042.920000', '151043.380000', '151043.840000', '151044.300000', '151044.760000', '151045.220000', '151045.680000', '151046.140000', '151046.600000', '151047.060000', '151047.520000', '151047.980000', '151048.440000', '151048.900000', '151049.360000', '151049.820000', '151050.280000', '151050.740000', '151051.200000', '151051.660000', '151052.120000', '151052.580000', '151053.040000', '151053.500000', '151053.960000', '151054.420000', '151054.880000', '151055.340000', '151055.800000', '151056.260000', '151056.720000', '151057.180000', '151057.640000', '151058.100000', '151058.560000', '151059.020000', '151059.480000', '151059.940000', '151100.400000', '151100.860000', '151101.320000', '151101.780000', '151102.240000', '151102.700000', '151103.160000', '151103.620000', '151104.080000', '151104.540000', '151105.000000', '151105.460000', '151105.920000', '151106.380000', '151106.840000', '151107.300000', '151107.760000', '151108.220000', '151108.680000', '151109.140000', '151109.600000', '151110.060000', '151110.520000', '151110.980000', '151111.440000', '151111.900000', '151112.360000', '151112.820000', '151113.280000', '151113.740000', '151114.200000', '151114.660000', '151115.120000', '151115.580000', '151116.040000', '151116.500000', '151116.960000', '151117.420000', '151117.880000', '151118.340000', '151118.800000', '151119.260000', '151119.720000', '151120.180000', '151120.640000', '151121.100000', '151121.560000', '151122.020000', '151122.480000', '151122.940000', '151123.400000', '151123.860000', '151124.320000', '151124.780000', '151125.240000', '151125.700000', '151126.160000', '151126.620000', '151127.080000', '151127.540000', '151128.000000', '151128.460000', '151128.920000', '151129.380000', '151129.840000', '151130.300000', '151130.760000', '151131.220000', '151131.680000', '151132.140000', '151132.600000', '151133.060000', '151133.520000', '151133.980000', '151134.440000', '151134.900000', '151135.360000', '151135.820000', '151136.280000', '151136.740000', '151137.200000', '151137.660000', '151138.120000', '151138.580000', '151139.040000', '151139.500000', '151139.960000', '151140.420000', '151140.880000', '151141.340000', '151141.800000', '151142.260000', '151142.720000', '151143.180000', '151143.640000', '151144.100000', '151144.560000', '151145.020000', '151145.480000', '151145.940000', '151146.400000', '151146.860000', '151147.320000', '151147.780000', '151148.240000', '151148.700000', '151149.160000', '151149.620000', '151150.080000', '151150.540000', '151151.000000', '151151.460000', '151151.920000', '151152.380000', '151152.840000', '151153.300000', '151153.760000', '151154.220000', '151154.680000', '151155.140000', '151155.600000', '151156.060000', '151156.520000', '151156.980000', '151157.440000', '151157.900000', '151158.360000', '151158.820000', '151159.280000', '151159.740000', '151200.200000', '151200.660000', '151201.120000', '151201.580000', '151202.040000', '151202.500000', '151202.960000', '151203.420000', '151203.880000', '151204.340000', '151204.800000', '151205.260000', '151205.720000', '151206.180000', '151206.640000', '151207.100000', '151207.560000', '151208.020000', '151208.480000', '151208.940000', '151209.400000', '151209.860000', '151210.320000', '151210.780000', '151211.240000', '151211.700000', '151212.160000', '151212.620000', '151213.080000', '151213.540000', '151214.000000', '151214.460000', '151214.920000', '151215.380000', '151215.840000', '151216.300000', '151216.760000', '151217.220000', '151217.680000', '151218.140000', '151218.600000', '151219.060000', '151219.520000', '151219.980000', '151220.440000', '151220.900000', '151221.360000', '151221.820000', '151222.280000', '151222.740000', '151223.200000', '151223.660000', '151224.120000', '151224.580000', '151225.040000', '151225.500000', '151225.960000', '151226.420000', '151226.880000', '151227.340000', '151227.800000', '151228.260000', '151228.720000', '151229.180000', '151229.640000', '151230.100000', '151230.560000', '151231.020000', '151231.480000', '151231.940000', '151232.400000', '151232.860000', '151233.320000', '151233.780000', '151234.240000', '151234.700000', '151235.160000', '151235.620000', '151236.080000', '151236.540000', '151237.000000', '151237.460000', '151237.920000', '151238.380000', '151238.840000', '151239.300000', '151239.760000', '151240.220000', '151240.680000', '151241.140000', '151241.600000', '151242.060000', '151242.520000', '151242.980000', '151243.440000', '151243.900000', '151244.360000', '151244.820000', '151245.280000', '151245.740000', '151246.200000', '151246.660000', '151247.120000', '151247.580000', '151248.040000', '151248.500000', '151248.960000', '151249.420000', '151249.880000', '151250.340000', '151250.800000', '151251.260000', '151251.720000', '151252.180000', '151252.640000', '151253.100000', '151253.560000', '151254.020000', '151254.480000', '151254.940000', '151255.400000', '151255.860000', '151256.320000', '151256.780000', '151257.240000', '151257.700000', '151258.160000', '151258.620000', '151259.080000', '151259.540000', '151300.000000', '151300.460000', '151300.920000', '151301.380000', '151301.840000', '151302.300000', '151302.760000', '151303.220000', '151303.680000', '151304.140000', '151304.600000', '151305.060000', '151305.520000', '151305.980000', '151306.440000', '151306.900000', '151307.360000', '151307.820000', '151308.280000', '151308.740000', '151309.200000', '151309.660000', '151310.120000', '151310.580000', '151311.040000', '151311.500000', '151311.960000', '151312.420000', '151312.880000', '151313.340000', '151313.800000', '151314.260000', '151314.720000', '151315.180000', '151315.640000', '151316.100000', '151316.560000', '151317.020000', '151317.480000', '151317.940000', '151318.400000', '151318.860000', '151319.320000', '151319.780000', '151320.240000', '151320.700000', '151321.160000', '151321.620000', '151322.080000', '151322.540000', '151323.000000', '151323.460000', '151323.920000', '151324.380000', '151324.840000', '151325.300000', '151325.760000', '151326.220000', '151326.680000', '151327.140000', '151327.600000', '151328.060000', '151328.520000', '151328.980000', '151329.440000', '151329.900000', '151330.360000', '151330.820000', '151331.280000', '151331.740000', '151332.200000', '151332.660000', '151333.120000', '151333.580000', '151334.040000', '151334.500000', '151334.960000', '151335.420000', '151335.880000', '151336.340000', '151336.800000', '151337.260000', '151337.720000', '151338.180000', '151338.640000', '151339.100000', '151339.560000', '151340.020000', '151340.480000', '151340.940000', '151341.400000', '151341.860000', '151342.320000', '151342.780000', '151343.240000', '151343.700000', '151344.160000', '151344.620000', '151345.080000', '151345.540000', '151346.000000', '151346.460000', '151346.920000', '151347.380000', '151347.840000', '151348.300000', '151348.760000', '151349.220000', '151349.680000', '151350.140000', '151350.600000', '151351.060000', '151351.520000', '151351.980000', '151352.440000', '151352.900000', '151353.360000', '151353.820000', '151354.280000', '151354.740000', '151355.200000', '151355.660000', '151356.120000', '151356.580000', '151357.040000', '151357.500000', '151357.960000', '151358.420000', '151358.880000', '151359.340000', '151359.800000', '151400.260000', '151400.720000', '151401.180000', '151401.640000', '151402.100000', '151402.560000', '151403.020000', '151403.480000', '151403.940000', '151404.400000', '151404.860000', '151405.320000', '151405.780000', '151406.240000', '151406.700000', '151407.160000', '151407.620000', '151408.080000', '151408.540000', '151409.000000', '151409.460000', '151409.920000', '151410.380000', '151410.840000', '151411.300000', '151411.760000', '151412.220000', '151412.680000', '151413.140000', '151413.600000', '151414.060000', '151414.520000', '151414.980000', '151415.440000', '151415.900000', '151416.360000', '151416.820000', '151417.280000', '151417.740000', '151418.200000', '151418.660000', '151419.120000', '151419.580000', '151420.040000', '151420.500000', '151420.960000', '151421.420000', '151421.880000', '151422.340000', '151422.800000', '151423.260000', '151423.720000', '151424.180000', '151424.640000', '151425.100000', '151425.560000', '151426.020000', '151426.480000', '151426.940000', '151427.400000', '151427.860000', '151428.320000', '151428.780000', '151429.240000', '151429.700000', '151430.160000', '151430.620000', '151431.080000', '151431.540000', '151432.000000', '151432.460000', '151432.920000', '151433.380000', '151433.840000', '151434.300000', '151434.760000', '151435.220000', '151435.680000', '151436.140000', '151436.600000', '151437.060000', '151437.520000', '151437.980000', '151438.440000', '151438.900000', '151439.360000', '151439.820000', '151440.280000', '151440.740000', '151441.200000', '151441.660000', '151442.120000', '151442.580000', '151443.040000', '151443.500000', '151443.960000', '151444.420000', '151444.880000', '151445.340000', '151445.800000', '151446.260000', '151446.720000', '151447.180000', '151447.640000', '151448.100000', '151448.560000', '151449.020000', '151449.480000', '151449.940000', '151450.400000', '151450.860000', '151451.320000', '151451.780000', '151452.240000', '151452.700000', '151453.160000', '151453.620000', '151454.080000', '151454.540000', '151455.000000', '151455.460000', '151455.920000', '151456.380000', '151456.840000', '151457.300000', '151457.760000', '151458.220000', '151458.680000', '151459.140000', '151459.600000', '151500.060000', '151500.520000', '151500.980000', '151501.440000', '151501.900000', '151502.360000', '151502.820000', '151503.280000', '151503.740000', '151504.200000', '151504.660000', '151505.120000', '151505.580000', '151506.040000', '151506.500000', '151506.960000', '151507.420000', '151507.880000', '151508.340000', '151508.800000', '151509.260000', '151509.720000', '151510.180000', '151510.640000', '151511.100000', '151511.560000', '151512.020000', '151512.480000', '151512.940000', '151513.400000', '151513.860000', '151514.320000', '151514.780000', '151515.240000', '151515.700000', '151516.160000', '151516.620000', '151517.080000', '151517.540000', '151518.000000', '151518.460000', '151518.920000', '151519.380000', '151519.840000', '151520.300000', '151520.760000', '151521.220000', '151521.680000', '151522.140000', '151522.600000', '151523.060000', '151523.520000', '151523.980000', '151524.440000', '151524.900000', '151525.360000', '151525.820000', '151526.280000', '151526.740000', '151527.200000', '151527.660000', '151528.120000', '151528.580000', '151529.040000', '151529.500000', '151529.960000', '151530.420000', '151530.880000', '151531.340000', '151531.800000', '151532.260000', '151532.720000', '151533.180000', '151533.640000', '151534.100000', '151534.560000', '151535.020000', '151535.480000', '151535.940000', '151536.400000', '151536.860000', '151537.320000', '151537.780000', '151538.240000', '151538.700000', '151539.160000', '151539.620000', '151540.080000', '151540.540000', '151541.000000', '151541.460000', '151541.920000', '151542.380000', '151542.840000', '151543.300000', '151543.760000', '151544.220000', '151544.680000', '151545.140000', '151545.600000', '151546.060000', '151546.520000', '151546.980000', '151547.440000', '151547.900000', '151548.360000', '151548.820000', '151549.280000', '151549.740000', '151550.200000', '151550.660000', '151551.120000', '151551.580000', '151552.040000', '151552.500000', '151552.960000', '151553.420000', '151553.880000', '151554.340000', '151554.800000', '151555.260000', '151555.720000', '151556.180000', '151556.640000', '151557.100000', '151557.560000', '151558.020000', '151558.480000', '151558.940000', '151559.400000', '151559.860000', '151600.320000', '151600.780000', '151601.240000', '151601.700000', '151602.160000', '151602.620000', '151603.080000', '151603.540000', '151604.000000', '151604.460000', '151604.920000', '151605.380000', '151605.840000', '151606.300000', '151606.760000', '151607.220000', '151607.680000', '151608.140000', '151608.600000', '151609.060000', '151609.520000', '151609.980000', '151610.440000', '151610.900000', '151611.360000', '151611.820000', '151612.280000', '151612.740000', '151613.200000', '151613.660000', '151614.120000', '151614.580000', '151615.040000', '151615.500000', '151615.960000', '151616.420000', '151616.880000', '151617.340000', '151617.800000', '151618.260000', '151618.720000', '151619.180000', '151619.640000', '151620.100000', '151620.560000', '151621.020000', '151621.480000', '151621.940000', '151622.400000', '151622.860000', '151623.320000', '151623.780000', '151624.240000', '151624.700000', '151625.160000', '151625.620000', '151626.080000', '151626.540000', '151627.000000', '151627.460000', '151627.920000', '151628.380000', '151628.840000', '151629.300000', '151629.760000', '151630.220000', '151630.680000', '151631.140000', '151631.600000', '151632.060000', '151632.520000', '151632.980000', '151633.440000', '151633.900000', '151634.360000', '151634.820000', '151635.280000', '151635.740000', '151636.200000', '151636.660000', '151637.120000', '151637.580000', '151638.040000', '151638.500000', '151638.960000', '151639.420000', '151639.880000', '151640.340000', '151640.800000', '151641.260000', '151641.720000', '151642.180000', '151642.640000', '151643.100000', '151643.560000', '151644.020000', '151644.480000', '151644.940000', '151645.400000', '151645.860000', '151646.320000', '151646.780000', '151647.240000', '151647.700000', '151648.160000', '151648.620000', '151649.080000', '151649.540000', '151650.000000', '151650.460000', '151650.920000', '151651.380000', '151651.840000', '151652.300000', '151652.760000', '151653.220000', '151653.680000', '151654.140000', '151654.600000', '151655.060000', '151655.520000', '151655.980000', '151656.440000', '151656.900000', '151657.360000', '151657.820000', '151658.280000', '151658.740000', '151659.200000', '151659.660000', '151700.120000', '151700.580000', '151701.040000', '151701.500000', '151701.960000', '151702.420000', '151702.880000', '151703.340000', '151703.800000', '151704.260000', '151704.720000', '151705.180000', '151705.640000', '151706.100000', '151706.560000', '151707.020000', '151707.480000', '151707.940000', '151708.400000', '151708.860000', '151709.320000', '151709.780000', '151710.240000', '151710.700000', '151711.160000', '151711.620000', '151712.080000', '151712.540000', '151713.000000', '151713.460000', '151713.920000', '151714.380000', '151714.840000', '151715.300000', '151715.760000', '151716.220000', '151716.680000', '151717.140000', '151717.600000', '151718.060000', '151718.520000', '151718.980000', '151719.440000', '151719.900000', '151720.360000', '151720.820000', '151721.280000', '151721.740000', '151722.200000', '151722.660000', '151723.120000', '151723.580000', '151724.040000', '151724.500000', '151724.960000', '151725.420000', '151725.880000', '151726.340000', '151726.800000', '151727.260000', '151727.720000', '151728.180000', '151728.640000', '151729.100000', '151729.560000', '151730.020000', '151730.480000', '151730.940000', '151731.400000', '151731.860000', '151732.320000', '151732.780000', '151733.240000', '151733.700000', '151734.160000', '151734.620000', '151735.080000', '151735.540000', '151736.000000', '151736.460000', '151736.920000', '151737.380000', '151737.840000', '151738.300000', '151738.760000', '151739.220000', '151739.680000', '151740.140000', '151740.600000', '151741.060000', '151741.520000', '151741.980000', '151742.440000', '151742.900000', '151743.360000', '151743.820000', '151744.280000', '151744.740000', '151745.200000', '151745.660000', '151746.120000', '151746.580000', '151747.040000', '151747.500000', '151747.960000', '151748.420000', '151748.880000', '151749.340000', '151749.800000', '151750.260000', '151750.720000', '151751.180000', '151751.640000', '151752.100000', '151752.560000', '151753.020000', '151753.480000', '151753.940000', '151754.400000', '151754.860000', '151755.320000', '151755.780000', '151756.240000', '151756.700000', '151757.160000', '151757.620000', '151758.080000', '151758.540000', '151759.000000', '151759.460000', '151759.920000', '151800.380000', '151800.840000', '151801.300000', '151801.760000', '151802.220000', '151802.680000', '151803.140000', '151803.600000', '151804.060000', '151804.520000', '151804.980000', '151805.440000', '151805.900000', '151806.360000', '151806.820000', '151807.280000', '151807.740000', '151808.200000', '151808.660000', '151809.120000', '151809.580000', '151810.040000', '151810.500000', '151810.960000', '151811.420000', '151811.880000', '151812.340000', '151812.800000', '151813.260000', '151813.720000', '151814.180000', '151814.640000', '151815.100000', '151815.560000', '151816.020000', '151816.480000', '151816.940000', '151817.400000', '151817.860000', '151818.320000', '151818.780000', '151819.240000', '151819.700000', '151820.160000', '151820.620000', '151821.080000', '151821.540000', '151822.000000', '151822.460000', '151822.920000', '151823.380000', '151823.840000', '151824.300000', '151824.760000', '151825.220000', '151825.680000', '151826.140000', '151826.600000', '151827.060000', '151827.520000', '151827.980000', '151828.440000', '151828.900000', '151829.360000', '151829.820000', '151830.280000', '151830.740000', '151831.200000', '151831.660000', '151832.120000', '151832.580000', '151833.040000', '151833.500000', '151833.960000', '151834.420000', '151834.880000', '151835.340000', '151835.800000', '151836.260000', '151836.720000', '151837.180000', '151837.640000', '151838.100000', '151838.560000', '151839.020000', '151839.480000', '151839.940000', '151840.400000', '151840.860000', '151841.320000', '151841.780000', '151842.240000', '151842.700000', '151843.160000', '151843.620000', '151844.080000', '151844.540000', '151845.000000', '151845.460000', '151845.920000', '151846.380000', '151846.840000', '151847.300000', '151847.760000', '151848.220000', '151848.680000', '151849.140000', '151849.600000', '151850.060000', '151850.520000', '151850.980000', '151851.440000', '151851.900000', '151852.360000', '151852.820000', '151853.280000', '151853.740000', '151854.200000', '151854.660000', '151855.120000', '151855.580000', '151856.040000', '151856.500000', '151856.960000', '151857.420000', '151857.880000', '151858.340000', '151858.800000', '151859.260000', '151859.720000', '151900.180000', '151900.640000', '151901.100000', '151901.560000', '151902.020000', '151902.480000', '151902.940000', '151903.400000', '151903.860000', '151904.320000', '151904.780000', '151905.240000', '151905.700000', '151906.160000', '151906.620000', '151907.080000', '151907.540000', '151908.000000', '151908.460000', '151908.920000', '151909.380000', '151909.840000', '151910.300000', '151910.760000', '151911.220000', '151911.680000', '151912.140000', '151912.600000', '151913.060000', '151913.520000', '151913.980000', '151914.440000', '151914.900000', '151915.360000', '151915.820000', '151916.280000', '151916.740000', '151917.200000', '151917.660000', '151918.120000', '151918.580000', '151919.040000', '151919.500000', '151919.960000', '151920.420000', '151920.880000', '151921.340000', '151921.800000', '151922.260000', '151922.720000', '151923.180000', '151923.640000', '151924.100000', '151924.560000', '151925.020000', '151925.480000', '151925.940000', '151926.400000', '151926.860000', '151927.320000', '151927.780000', '151928.240000', '151928.700000', '151929.160000', '151929.620000', '151930.080000', '151930.540000', '151931.000000', '151931.460000', '151931.920000', '151932.380000', '151932.840000', '151933.300000'], 'ContentTime': ['150940.400000', '150940.404000', '150940.407000', '150940.410000', '150940.414000', '150940.417000', '150940.420000', '150940.423000', '150940.426000', '150940.429000', '150940.432000', '150940.435000', '150940.438000', '150940.441000', '150940.444000', '150940.447000', '150940.450000', '150940.453000', '150940.456000', '150940.459000', '150940.462000', '150940.465000', '150940.469000', '150940.472000', '150940.475000', '150940.478000', '150940.481000', '150940.495000', '150940.518000', '150940.520000', '151000.368000', '151000.371000', '151000.373000', '151000.381000', '151000.384000', '151000.387000', '151000.390000', '151000.392000', '151000.395000', '151000.398000', '151000.401000', '151000.404000', '151000.406000', '151000.409000', '151000.412000', '151000.415000', '151000.418000', '151000.420000', '151000.423000', '151000.426000', '151000.435000', '151000.437000', '151000.440000', '151000.443000', '151000.446000', '151000.449000', '151000.451000', '151000.454000', '151000.457000', '151000.460000', '151000.462000', '151000.465000', '151000.468000', '151000.471000', '151000.473000', '151000.476000', '151000.479000', '151000.482000', '151000.485000', '151000.488000', '151000.490000', '151000.493000', '151000.496000', '151000.499000', '151020.369000', '151020.372000', '151020.375000', '151020.377000', '151020.380000', '151020.383000', '151020.386000', '151020.388000', '151020.391000', '151020.399000', '151020.402000', '151020.404000', '151020.407000', '151020.410000', '151020.413000', '151020.416000', '151020.418000', '151020.421000', '151020.424000', '151020.427000', '151020.430000', '151020.432000', '151020.435000', '151020.438000', '151020.441000', '151020.443000', '151020.446000', '151020.449000', '151020.452000', '151020.455000', '151020.457000', '151020.460000', '151020.463000', '151020.466000', '151020.469000', '151020.471000', '151020.474000', '151020.477000', '151020.480000', '151020.483000', '151020.485000', '151020.488000', '151020.491000', '151040.369000', '151040.372000', '151040.375000', '151040.377000', '151040.380000', '151040.383000', '151040.386000', '151040.389000', '151040.391000', '151040.394000', '151040.397000', '151040.400000', '151040.403000', '151040.405000', '151040.408000', '151040.411000', '151040.414000', '151040.417000', '151040.419000', '151040.422000', '151040.425000', '151040.428000', '151040.431000', '151040.433000', '151040.436000', '151040.439000', '151040.442000', '151040.445000', '151040.448000', '151040.450000', '151040.453000', '151040.456000', '151040.459000', '151040.462000', '151040.464000', '151040.467000', '151040.470000', '151040.473000', '151040.476000', '151040.478000', '151040.481000', '151040.484000', '151040.487000', '151040.489000', '151100.368000', '151100.371000', '151100.374000', '151100.376000', '151100.379000', '151100.382000', '151100.385000', '151100.388000', '151100.390000', '151100.393000', '151100.396000', '151100.399000', '151100.402000', '151100.404000', '151100.407000', '151100.410000', '151100.413000', '151100.416000', '151100.418000', '151100.421000', '151100.424000', '151100.427000', '151100.430000', '151100.432000', '151100.435000', '151100.438000', '151100.441000', '151100.444000', '151100.446000', '151100.449000', '151100.453000', '151100.456000', '151100.459000', '151100.461000', '151100.464000', '151100.467000', '151100.470000', '151100.473000', '151100.476000', '151100.478000', '151100.481000', '151100.484000', '151100.487000', '151120.368000', '151120.371000', '151120.374000', '151120.376000', '151120.379000', '151120.382000', '151120.385000', '151120.388000', '151120.391000', '151120.393000', '151120.396000', '151120.399000', '151120.402000', '151120.405000', '151120.407000', '151120.410000', '151120.413000', '151120.417000', '151120.420000', '151120.423000', '151120.425000', '151120.428000', '151120.447000', '151120.450000', '151120.453000', '151120.456000', '151120.458000', '151120.461000', '151120.464000', '151120.467000', '151120.470000', '151120.473000', '151120.475000', '151120.478000', '151120.481000', '151120.484000', '151120.486000', '151120.489000', '151120.492000', '151120.495000', '151120.498000', '151120.500000', '151120.503000', '151120.506000', '151140.368000', '151140.371000', '151140.374000', '151140.376000', '151140.379000', '151140.382000', '151140.385000', '151140.388000', '151140.391000', '151140.393000', '151140.396000', '151140.399000', '151140.402000', '151140.405000', '151140.407000', '151140.410000', '151140.413000', '151140.416000', '151140.419000', '151140.421000', '151140.424000', '151140.427000', '151140.430000', '151140.433000', '151140.436000', '151140.438000', '151140.441000', '151140.444000', '151140.447000', '151140.450000', '151140.452000', '151140.455000', '151140.458000', '151140.461000', '151140.464000', '151140.466000', '151140.469000', '151140.472000', '151140.475000', '151140.478000', '151140.480000', '151140.483000', '151140.486000', '151200.368000', '151200.371000', '151200.374000', '151200.377000', '151200.379000', '151200.382000', '151200.385000', '151200.388000', '151200.391000', '151200.393000', '151200.396000', '151200.399000', '151200.402000', '151200.405000', '151200.408000', '151200.410000', '151200.413000', '151200.416000', '151200.419000', '151200.421000', '151200.424000', '151200.427000', '151200.430000', '151200.433000', '151200.436000', '151200.438000', '151200.441000', '151200.444000', '151200.447000', '151200.450000', '151200.452000', '151200.455000', '151200.458000', '151200.461000', '151200.464000', '151200.467000', '151200.469000', '151200.472000', '151200.475000', '151200.478000', '151200.481000', '151200.483000', '151200.486000', '151200.489000', '151220.368000', '151220.372000', '151220.375000', '151220.377000', '151220.380000', '151220.383000', '151220.386000', '151220.389000', '151220.392000', '151220.395000', '151220.397000', '151220.400000', '151220.403000', '151220.406000', '151220.409000', '151220.411000', '151220.414000', '151220.417000', '151220.420000', '151220.423000', '151220.426000', '151220.428000', '151220.431000', '151220.434000', '151220.437000', '151220.440000', '151220.443000', '151220.445000', '151220.448000', '151220.451000', '151220.454000', '151220.457000', '151220.460000', '151220.462000', '151220.465000', '151220.468000', '151220.471000', '151220.474000', '151220.477000', '151220.479000', '151220.482000', '151220.485000', '151220.488000', '151240.369000', '151240.372000', '151240.375000', '151240.377000', '151240.380000', '151240.383000', '151240.386000', '151240.389000', '151240.392000', '151240.394000', '151240.397000', '151240.400000', '151240.403000', '151240.406000', '151240.408000', '151240.411000', '151240.414000', '151240.417000', '151240.420000', '151240.423000', '151240.425000', '151240.428000', '151240.431000', '151240.434000', '151240.437000', '151240.440000', '151240.442000', '151240.445000', '151240.448000', '151240.451000', '151240.454000', '151240.457000', '151240.460000', '151240.462000', '151240.465000', '151240.468000', '151240.471000', '151240.474000', '151240.477000', '151240.479000', '151240.482000', '151240.485000', '151240.488000', '151240.491000', '151300.369000', '151300.372000', '151300.375000', '151300.378000', '151300.380000', '151300.383000', '151300.386000', '151300.389000', '151300.392000', '151300.394000', '151300.397000', '151300.400000', '151300.403000', '151300.406000', '151300.409000', '151300.412000', '151300.414000', '151300.436000', '151300.439000', '151300.442000', '151300.445000', '151300.448000', '151300.450000', '151300.453000', '151300.456000', '151300.459000', '151300.462000', '151300.464000', '151300.467000', '151300.470000', '151300.473000', '151300.476000', '151300.478000', '151300.481000', '151300.484000', '151300.487000', '151300.490000', '151300.493000', '151300.495000', '151300.498000', '151300.501000', '151300.504000', '151300.507000', '151320.368000', '151320.371000', '151320.374000', '151320.377000', '151320.380000', '151320.382000', '151320.385000', '151320.388000', '151320.391000', '151320.394000', '151320.397000', '151320.399000', '151320.402000', '151320.405000', '151320.408000', '151320.411000', '151320.414000', '151320.417000', '151320.419000', '151320.422000', '151320.425000', '151320.428000', '151320.431000', '151320.433000', '151320.436000', '151320.439000', '151320.442000', '151320.445000', '151320.447000', '151320.450000', '151320.453000', '151320.456000', '151320.459000', '151320.462000', '151320.464000', '151320.467000', '151320.470000', '151320.473000', '151320.476000', '151320.478000', '151320.481000', '151320.484000', '151320.487000', '151340.368000', '151340.371000', '151340.374000', '151340.377000', '151340.379000', '151340.382000', '151340.385000', '151340.388000', '151340.391000', '151340.394000', '151340.396000', '151340.399000', '151340.402000', '151340.405000', '151340.408000', '151340.410000', '151340.413000', '151340.416000', '151340.419000', '151340.422000', '151340.425000', '151340.427000', '151340.430000', '151340.433000', '151340.436000', '151340.439000', '151340.441000', '151340.444000', '151340.447000', '151340.450000', '151340.453000', '151340.456000', '151340.458000', '151340.461000', '151340.464000', '151340.467000', '151340.470000', '151340.472000', '151340.475000', '151340.478000', '151340.481000', '151340.484000', '151340.486000', '151340.489000', '151400.368000', '151400.371000', '151400.374000', '151400.379000', '151400.383000', '151400.386000', '151400.389000', '151400.392000', '151400.395000', '151400.398000', '151400.400000', '151400.403000', '151400.406000', '151400.409000', '151400.412000', '151400.415000', '151400.417000', '151400.420000', '151400.423000', '151400.426000', '151400.429000', '151400.431000', '151400.434000', '151400.437000', '151400.440000', '151400.443000', '151400.445000', '151400.448000', '151400.451000', '151400.454000', '151400.457000', '151400.460000', '151400.462000', '151400.465000', '151400.468000', '151400.471000', '151400.474000', '151400.477000', '151400.480000', '151400.482000', '151400.485000', '151400.488000', '151400.491000', '151420.368000', '151420.371000', '151420.374000', '151420.377000', '151420.379000', '151420.382000', '151420.385000', '151420.388000', '151420.391000', '151420.394000', '151420.396000', '151420.399000', '151420.402000', '151420.405000', '151420.408000', '151420.411000', '151420.413000', '151420.416000', '151420.419000', '151420.422000', '151420.425000', '151420.427000', '151420.430000', '151420.433000', '151420.436000', '151420.439000', '151420.442000', '151420.444000', '151420.447000', '151420.450000', '151420.453000', '151420.456000', '151420.459000', '151420.461000', '151420.464000', '151420.467000', '151420.470000', '151420.473000', '151420.475000', '151420.478000', '151420.481000', '151420.484000', '151420.487000', '151420.502000', '151440.369000', '151440.372000', '151440.375000', '151440.378000', '151440.381000', '151440.384000', '151440.387000', '151440.390000', '151440.393000', '151440.396000', '151440.399000', '151440.402000', '151440.405000', '151440.408000', '151440.410000', '151440.413000', '151440.416000', '151440.419000', '151440.422000', '151440.424000', '151440.427000', '151440.430000', '151440.433000', '151440.436000', '151440.438000', '151440.441000', '151440.444000', '151440.447000', '151440.450000', '151440.453000', '151440.455000', '151440.458000', '151440.461000', '151440.464000', '151440.467000', '151440.469000', '151440.472000', '151440.475000', '151440.478000', '151440.481000', '151440.484000', '151440.486000', '151440.489000', '151500.369000', '151500.372000', '151500.375000', '151500.378000', '151500.380000', '151500.383000', '151500.386000', '151500.389000', '151500.392000', '151500.395000', '151500.398000', '151500.400000', '151500.403000', '151500.406000', '151500.409000', '151500.412000', '151500.415000', '151500.417000', '151500.420000', '151500.423000', '151500.426000', '151500.429000', '151500.432000', '151500.434000', '151500.437000', '151500.440000', '151500.443000', '151500.446000', '151500.449000', '151500.451000', '151500.454000', '151500.457000', '151500.460000', '151500.463000', '151500.465000', '151500.468000', '151500.471000', '151500.474000', '151500.477000', '151500.480000', '151500.482000', '151500.485000', '151500.488000', '151500.491000', '151520.369000', '151520.372000', '151520.375000', '151520.378000', '151520.381000', '151520.383000', '151520.386000', '151520.389000', '151520.392000', '151520.395000', '151520.398000', '151520.400000', '151520.403000', '151520.406000', '151520.409000', '151520.412000', '151520.415000', '151520.417000', '151520.420000', '151520.423000', '151520.426000', '151520.429000', '151520.432000', '151520.434000', '151520.437000', '151520.440000', '151520.443000', '151520.446000', '151520.449000', '151520.452000', '151520.455000', '151520.458000', '151520.461000', '151520.463000', '151520.466000', '151520.469000', '151520.472000', '151520.475000', '151520.477000', '151520.480000', '151520.483000', '151520.486000', '151520.489000', '151540.368000', '151540.371000', '151540.374000', '151540.377000', '151540.379000', '151540.382000', '151540.385000', '151540.389000', '151540.392000', '151540.395000', '151540.398000', '151540.401000', '151540.404000', '151540.407000', '151540.409000', '151540.412000', '151540.415000', '151540.418000', '151540.421000', '151540.423000', '151540.426000', '151540.429000', '151540.432000', '151540.435000', '151540.437000', '151540.440000', '151540.443000', '151540.446000', '151540.449000', '151540.452000', '151540.454000', '151540.457000', '151540.460000', '151540.463000', '151540.466000', '151540.468000', '151540.471000', '151540.474000', '151540.477000', '151540.480000', '151540.483000', '151540.485000', '151540.488000', '151540.491000', '151600.368000', '151600.371000', '151600.374000', '151600.377000', '151600.380000', '151600.383000', '151600.385000', '151600.388000', '151600.391000', '151600.394000', '151600.397000', '151600.399000', '151600.402000', '151600.405000', '151600.408000', '151600.411000', '151600.413000', '151600.416000', '151600.419000', '151600.422000', '151600.425000', '151600.428000', '151600.431000', '151600.433000', '151600.436000', '151600.439000', '151600.442000', '151600.445000', '151600.448000', '151600.451000', '151600.453000', '151600.456000', '151600.459000', '151600.462000', '151600.465000', '151600.467000', '151600.470000', '151600.473000', '151600.476000', '151600.479000', '151600.481000', '151600.484000', '151600.487000', '151620.368000', '151620.371000', '151620.374000', '151620.377000', '151620.380000', '151620.382000', '151620.385000', '151620.388000', '151620.391000', '151620.394000', '151620.397000', '151620.399000', '151620.402000', '151620.405000', '151620.408000', '151620.411000', '151620.413000', '151620.416000', '151620.419000', '151620.422000', '151620.425000', '151620.427000', '151620.430000', '151620.433000', '151620.436000', '151620.439000', '151620.442000', '151620.444000', '151620.447000', '151620.450000', '151620.453000', '151620.456000', '151620.458000', '151620.461000', '151620.464000', '151620.467000', '151620.470000', '151620.473000', '151620.475000', '151620.478000', '151620.481000', '151620.484000', '151620.487000', '151620.489000', '151640.368000', '151640.371000', '151640.374000', '151640.377000', '151640.379000', '151640.382000', '151640.385000', '151640.388000', '151640.391000', '151640.394000', '151640.396000', '151640.399000', '151640.402000', '151640.405000', '151640.408000', '151640.410000', '151640.413000', '151640.416000', '151640.419000', '151640.422000', '151640.424000', '151640.427000', '151640.430000', '151640.433000', '151640.436000', '151640.439000', '151640.441000', '151640.444000', '151640.447000', '151640.450000', '151640.453000', '151640.456000', '151640.458000', '151640.461000', '151640.464000', '151640.467000', '151640.470000', '151640.473000', '151640.475000', '151640.478000', '151640.481000', '151640.484000', '151640.487000', '151700.369000', '151700.372000', '151700.375000', '151700.378000', '151700.380000', '151700.383000', '151700.386000', '151700.389000', '151700.392000', '151700.395000', '151700.398000', '151700.400000', '151700.403000', '151700.406000', '151700.409000', '151700.412000', '151700.414000', '151700.417000', '151700.420000', '151700.423000', '151700.426000', '151700.429000', '151700.431000', '151700.434000', '151700.437000', '151700.440000', '151700.443000', '151700.446000', '151700.449000', '151700.451000', '151700.454000', '151700.457000', '151700.460000', '151700.463000', '151700.465000', '151700.468000', '151700.471000', '151700.474000', '151700.477000', '151700.480000', '151700.482000', '151700.485000', '151700.488000', '151700.491000', '151720.369000', '151720.372000', '151720.375000', '151720.378000', '151720.381000', '151720.383000', '151720.397000', '151720.400000', '151720.404000', '151720.407000', '151720.410000', '151720.413000', '151720.416000', '151720.418000', '151720.421000', '151720.424000', '151720.427000', '151720.430000', '151720.432000', '151720.435000', '151720.438000', '151720.441000', '151720.444000', '151720.447000', '151720.450000', '151720.452000', '151720.455000', '151720.458000', '151720.461000', '151720.464000', '151720.467000', '151720.472000', '151720.476000', '151720.479000', '151720.482000', '151720.484000', '151720.487000', '151720.490000', '151720.493000', '151720.496000', '151720.498000', '151720.501000', '151720.504000', '151740.369000', '151740.372000', '151740.375000', '151740.378000', '151740.381000', '151740.384000', '151740.386000', '151740.389000', '151740.392000', '151740.395000', '151740.398000', '151740.401000', '151740.403000', '151740.406000', '151740.409000', '151740.412000', '151740.415000', '151740.417000', '151740.420000', '151740.423000', '151740.426000', '151740.429000', '151740.432000', '151740.434000', '151740.437000', '151740.440000', '151740.443000', '151740.446000', '151740.449000', '151740.451000', '151740.454000', '151740.457000', '151740.460000', '151740.463000', '151740.465000', '151740.468000', '151740.471000', '151740.474000', '151740.477000', '151740.479000', '151740.482000', '151740.485000', '151740.488000', '151740.491000', '151800.368000', '151800.371000', '151800.374000', '151800.377000', '151800.379000', '151800.382000', '151800.385000', '151800.388000', '151800.391000', '151800.394000', '151800.397000', '151800.399000', '151800.402000', '151800.405000', '151800.408000', '151800.411000', '151800.414000', '151800.416000', '151800.419000', '151800.422000', '151800.425000', '151800.428000', '151800.431000', '151800.434000', '151800.436000', '151800.439000', '151800.442000', '151800.445000', '151800.448000', '151800.450000', '151800.453000', '151800.456000', '151800.459000', '151800.462000', '151800.464000', '151800.467000', '151800.470000', '151800.473000', '151800.476000', '151800.479000', '151800.481000', '151800.484000', '151800.488000', '151820.368000', '151820.371000', '151820.374000', '151820.377000', '151820.380000', '151820.382000', '151820.385000', '151820.388000', '151820.391000', '151820.394000', '151820.397000', '151820.399000', '151820.402000', '151820.405000', '151820.408000', '151820.411000', '151820.413000', '151820.416000', '151820.419000', '151820.422000', '151820.425000', '151820.428000', '151820.430000', '151820.433000', '151820.436000', '151820.439000', '151820.441000', '151820.444000', '151820.447000', '151820.450000', '151820.453000', '151820.456000', '151820.458000', '151820.461000', '151820.464000', '151820.467000', '151820.470000', '151820.473000', '151820.475000', '151820.478000', '151820.481000', '151820.484000', '151820.487000', '151820.490000', '151840.368000', '151840.371000', '151840.374000', '151840.377000', '151840.380000', '151840.382000', '151840.385000', '151840.388000', '151840.391000', '151840.394000', '151840.397000', '151840.399000', '151840.402000', '151840.405000', '151840.408000', '151840.411000', '151840.413000', '151840.416000', '151840.419000', '151840.422000', '151840.425000', '151840.428000', '151840.431000', '151840.433000', '151840.436000', '151840.439000', '151840.444000', '151840.447000', '151840.449000', '151840.452000', '151840.455000', '151840.458000', '151840.461000', '151840.464000', '151840.466000', '151840.469000', '151840.472000', '151840.475000', '151840.478000', '151840.480000', '151840.483000', '151840.486000', '151840.489000', '151900.368000', '151900.371000', '151900.374000', '151900.377000', '151900.380000', '151900.382000', '151900.385000', '151900.388000', '151900.391000', '151900.394000', '151900.396000', '151900.399000', '151900.402000', '151900.405000', '151900.408000', '151900.411000', '151900.413000', '151900.416000', '151900.419000', '151900.422000', '151900.425000', '151900.428000', '151900.430000', '151900.433000', '151900.436000', '151900.439000', '151900.442000', '151900.445000', '151900.447000', '151900.450000', '151900.453000', '151900.456000', '151900.459000', '151900.462000', '151900.464000', '151900.467000', '151900.470000', '151900.473000', '151900.476000', '151900.479000', '151900.481000', '151900.484000', '151900.487000', '151900.490000', '151920.369000', '151920.372000', '151920.375000', '151920.378000', '151920.381000', '151920.384000', '151920.386000', '151920.390000', '151920.393000', '151920.396000', '151920.399000', '151920.401000', '151920.404000', '151920.407000', '151920.410000', '151920.413000', '151920.416000', '151920.419000', '151920.422000', '151920.424000', '151920.427000', '151920.430000', '151920.433000', '151920.436000', '151920.438000', '151920.441000', '151920.444000', '151920.447000', '151920.450000', '151920.452000', '151920.455000', '151920.458000', '151920.461000', '151920.464000', '151920.466000', '151920.469000', '151920.472000', '151920.475000', '151920.478000', '151920.481000', '151920.488000', '151920.491000', '151920.494000', '151934.406000', '151934.410000', '151934.413000', '151934.416000', '151934.419000', '151934.422000', '151934.425000', '151934.428000', '151934.432000', '151934.435000', '151934.438000', '151934.441000', '151934.444000', '151934.447000', '151934.450000', '151934.453000', '151934.455000', '151934.458000', '151934.461000', '151934.464000', '151934.467000', '151934.470000', '151934.473000', '151934.476000', '151934.478000', '151934.481000', '151934.484000', '151934.487000', '151934.490000', '151934.493000', '151934.496000'], 'InstanceCreationTime': ['150940.400000', '150940.404000', '150940.407000', '150940.410000', '150940.414000', '150940.417000', '150940.420000', '150940.423000', '150940.426000', '150940.429000', '150940.432000', '150940.435000', '150940.438000', '150940.441000', '150940.444000', '150940.447000', '150940.450000', '150940.453000', '150940.456000', '150940.459000', '150940.462000', '150940.465000', '150940.469000', '150940.472000', '150940.475000', '150940.478000', '150940.481000', '150940.495000', '150940.518000', '150940.520000', '151000.368000', '151000.371000', '151000.373000', '151000.381000', '151000.384000', '151000.387000', '151000.390000', '151000.392000', '151000.395000', '151000.398000', '151000.401000', '151000.404000', '151000.406000', '151000.409000', '151000.412000', '151000.415000', '151000.418000', '151000.420000', '151000.423000', '151000.426000', '151000.435000', '151000.437000', '151000.440000', '151000.443000', '151000.446000', '151000.449000', '151000.451000', '151000.454000', '151000.457000', '151000.460000', '151000.462000', '151000.465000', '151000.468000', '151000.471000', '151000.473000', '151000.476000', '151000.479000', '151000.482000', '151000.485000', '151000.488000', '151000.490000', '151000.493000', '151000.496000', '151000.499000', '151020.369000', '151020.372000', '151020.375000', '151020.377000', '151020.380000', '151020.383000', '151020.386000', '151020.388000', '151020.391000', '151020.399000', '151020.402000', '151020.404000', '151020.407000', '151020.410000', '151020.413000', '151020.416000', '151020.418000', '151020.421000', '151020.424000', '151020.427000', '151020.430000', '151020.432000', '151020.435000', '151020.438000', '151020.441000', '151020.443000', '151020.446000', '151020.449000', '151020.452000', '151020.455000', '151020.457000', '151020.460000', '151020.463000', '151020.466000', '151020.469000', '151020.471000', '151020.474000', '151020.477000', '151020.480000', '151020.483000', '151020.485000', '151020.488000', '151020.491000', '151040.369000', '151040.372000', '151040.375000', '151040.377000', '151040.380000', '151040.383000', '151040.386000', '151040.389000', '151040.391000', '151040.394000', '151040.397000', '151040.400000', '151040.403000', '151040.405000', '151040.408000', '151040.411000', '151040.414000', '151040.417000', '151040.419000', '151040.422000', '151040.425000', '151040.428000', '151040.431000', '151040.433000', '151040.436000', '151040.439000', '151040.442000', '151040.445000', '151040.448000', '151040.450000', '151040.453000', '151040.456000', '151040.459000', '151040.462000', '151040.464000', '151040.467000', '151040.470000', '151040.473000', '151040.476000', '151040.478000', '151040.481000', '151040.484000', '151040.487000', '151040.489000', '151100.368000', '151100.371000', '151100.374000', '151100.376000', '151100.379000', '151100.382000', '151100.385000', '151100.388000', '151100.390000', '151100.393000', '151100.396000', '151100.399000', '151100.402000', '151100.404000', '151100.407000', '151100.410000', '151100.413000', '151100.416000', '151100.418000', '151100.421000', '151100.424000', '151100.427000', '151100.430000', '151100.432000', '151100.435000', '151100.438000', '151100.441000', '151100.444000', '151100.446000', '151100.449000', '151100.453000', '151100.456000', '151100.459000', '151100.461000', '151100.464000', '151100.467000', '151100.470000', '151100.473000', '151100.476000', '151100.478000', '151100.481000', '151100.484000', '151100.487000', '151120.368000', '151120.371000', '151120.374000', '151120.376000', '151120.379000', '151120.382000', '151120.385000', '151120.388000', '151120.391000', '151120.393000', '151120.396000', '151120.399000', '151120.402000', '151120.405000', '151120.407000', '151120.410000', '151120.413000', '151120.417000', '151120.420000', '151120.423000', '151120.425000', '151120.428000', '151120.447000', '151120.450000', '151120.453000', '151120.456000', '151120.458000', '151120.461000', '151120.464000', '151120.467000', '151120.470000', '151120.473000', '151120.475000', '151120.478000', '151120.481000', '151120.484000', '151120.486000', '151120.489000', '151120.492000', '151120.495000', '151120.498000', '151120.500000', '151120.503000', '151120.506000', '151140.368000', '151140.371000', '151140.374000', '151140.376000', '151140.379000', '151140.382000', '151140.385000', '151140.388000', '151140.391000', '151140.393000', '151140.396000', '151140.399000', '151140.402000', '151140.405000', '151140.407000', '151140.410000', '151140.413000', '151140.416000', '151140.419000', '151140.421000', '151140.424000', '151140.427000', '151140.430000', '151140.433000', '151140.436000', '151140.438000', '151140.441000', '151140.444000', '151140.447000', '151140.450000', '151140.452000', '151140.455000', '151140.458000', '151140.461000', '151140.464000', '151140.466000', '151140.469000', '151140.472000', '151140.475000', '151140.478000', '151140.480000', '151140.483000', '151140.486000', '151200.368000', '151200.371000', '151200.374000', '151200.377000', '151200.379000', '151200.382000', '151200.385000', '151200.388000', '151200.391000', '151200.393000', '151200.396000', '151200.399000', '151200.402000', '151200.405000', '151200.408000', '151200.410000', '151200.413000', '151200.416000', '151200.419000', '151200.421000', '151200.424000', '151200.427000', '151200.430000', '151200.433000', '151200.436000', '151200.438000', '151200.441000', '151200.444000', '151200.447000', '151200.450000', '151200.452000', '151200.455000', '151200.458000', '151200.461000', '151200.464000', '151200.467000', '151200.469000', '151200.472000', '151200.475000', '151200.478000', '151200.481000', '151200.483000', '151200.486000', '151200.489000', '151220.368000', '151220.372000', '151220.375000', '151220.377000', '151220.380000', '151220.383000', '151220.386000', '151220.389000', '151220.392000', '151220.395000', '151220.397000', '151220.400000', '151220.403000', '151220.406000', '151220.409000', '151220.411000', '151220.414000', '151220.417000', '151220.420000', '151220.423000', '151220.426000', '151220.428000', '151220.431000', '151220.434000', '151220.437000', '151220.440000', '151220.443000', '151220.445000', '151220.448000', '151220.451000', '151220.454000', '151220.457000', '151220.460000', '151220.462000', '151220.465000', '151220.468000', '151220.471000', '151220.474000', '151220.477000', '151220.479000', '151220.482000', '151220.485000', '151220.488000', '151240.369000', '151240.372000', '151240.375000', '151240.377000', '151240.380000', '151240.383000', '151240.386000', '151240.389000', '151240.392000', '151240.394000', '151240.397000', '151240.400000', '151240.403000', '151240.406000', '151240.408000', '151240.411000', '151240.414000', '151240.417000', '151240.420000', '151240.423000', '151240.425000', '151240.428000', '151240.431000', '151240.434000', '151240.437000', '151240.440000', '151240.442000', '151240.445000', '151240.448000', '151240.451000', '151240.454000', '151240.457000', '151240.460000', '151240.462000', '151240.465000', '151240.468000', '151240.471000', '151240.474000', '151240.477000', '151240.479000', '151240.482000', '151240.485000', '151240.488000', '151240.491000', '151300.369000', '151300.372000', '151300.375000', '151300.378000', '151300.380000', '151300.383000', '151300.386000', '151300.389000', '151300.392000', '151300.394000', '151300.397000', '151300.400000', '151300.403000', '151300.406000', '151300.409000', '151300.412000', '151300.414000', '151300.436000', '151300.439000', '151300.442000', '151300.445000', '151300.448000', '151300.450000', '151300.453000', '151300.456000', '151300.459000', '151300.462000', '151300.464000', '151300.467000', '151300.470000', '151300.473000', '151300.476000', '151300.478000', '151300.481000', '151300.484000', '151300.487000', '151300.490000', '151300.493000', '151300.495000', '151300.498000', '151300.501000', '151300.504000', '151300.507000', '151320.368000', '151320.371000', '151320.374000', '151320.377000', '151320.380000', '151320.382000', '151320.385000', '151320.388000', '151320.391000', '151320.394000', '151320.397000', '151320.399000', '151320.402000', '151320.405000', '151320.408000', '151320.411000', '151320.414000', '151320.417000', '151320.419000', '151320.422000', '151320.425000', '151320.428000', '151320.431000', '151320.433000', '151320.436000', '151320.439000', '151320.442000', '151320.445000', '151320.447000', '151320.450000', '151320.453000', '151320.456000', '151320.459000', '151320.462000', '151320.464000', '151320.467000', '151320.470000', '151320.473000', '151320.476000', '151320.478000', '151320.481000', '151320.484000', '151320.487000', '151340.368000', '151340.371000', '151340.374000', '151340.377000', '151340.379000', '151340.382000', '151340.385000', '151340.388000', '151340.391000', '151340.394000', '151340.396000', '151340.399000', '151340.402000', '151340.405000', '151340.408000', '151340.410000', '151340.413000', '151340.416000', '151340.419000', '151340.422000', '151340.425000', '151340.427000', '151340.430000', '151340.433000', '151340.436000', '151340.439000', '151340.441000', '151340.444000', '151340.447000', '151340.450000', '151340.453000', '151340.456000', '151340.458000', '151340.461000', '151340.464000', '151340.467000', '151340.470000', '151340.472000', '151340.475000', '151340.478000', '151340.481000', '151340.484000', '151340.486000', '151340.489000', '151400.368000', '151400.371000', '151400.374000', '151400.379000', '151400.383000', '151400.386000', '151400.389000', '151400.392000', '151400.395000', '151400.398000', '151400.400000', '151400.403000', '151400.406000', '151400.409000', '151400.412000', '151400.415000', '151400.417000', '151400.420000', '151400.423000', '151400.426000', '151400.429000', '151400.431000', '151400.434000', '151400.437000', '151400.440000', '151400.443000', '151400.445000', '151400.448000', '151400.451000', '151400.454000', '151400.457000', '151400.460000', '151400.462000', '151400.465000', '151400.468000', '151400.471000', '151400.474000', '151400.477000', '151400.480000', '151400.482000', '151400.485000', '151400.488000', '151400.491000', '151420.368000', '151420.371000', '151420.374000', '151420.377000', '151420.379000', '151420.382000', '151420.385000', '151420.388000', '151420.391000', '151420.394000', '151420.396000', '151420.399000', '151420.402000', '151420.405000', '151420.408000', '151420.411000', '151420.413000', '151420.416000', '151420.419000', '151420.422000', '151420.425000', '151420.427000', '151420.430000', '151420.433000', '151420.436000', '151420.439000', '151420.442000', '151420.444000', '151420.447000', '151420.450000', '151420.453000', '151420.456000', '151420.459000', '151420.461000', '151420.464000', '151420.467000', '151420.470000', '151420.473000', '151420.475000', '151420.478000', '151420.481000', '151420.484000', '151420.487000', '151420.502000', '151440.369000', '151440.372000', '151440.375000', '151440.378000', '151440.381000', '151440.384000', '151440.387000', '151440.390000', '151440.393000', '151440.396000', '151440.399000', '151440.402000', '151440.405000', '151440.408000', '151440.410000', '151440.413000', '151440.416000', '151440.419000', '151440.422000', '151440.424000', '151440.427000', '151440.430000', '151440.433000', '151440.436000', '151440.438000', '151440.441000', '151440.444000', '151440.447000', '151440.450000', '151440.453000', '151440.455000', '151440.458000', '151440.461000', '151440.464000', '151440.467000', '151440.469000', '151440.472000', '151440.475000', '151440.478000', '151440.481000', '151440.484000', '151440.486000', '151440.489000', '151500.369000', '151500.372000', '151500.375000', '151500.378000', '151500.380000', '151500.383000', '151500.386000', '151500.389000', '151500.392000', '151500.395000', '151500.398000', '151500.400000', '151500.403000', '151500.406000', '151500.409000', '151500.412000', '151500.415000', '151500.417000', '151500.420000', '151500.423000', '151500.426000', '151500.429000', '151500.432000', '151500.434000', '151500.437000', '151500.440000', '151500.443000', '151500.446000', '151500.449000', '151500.451000', '151500.454000', '151500.457000', '151500.460000', '151500.463000', '151500.465000', '151500.468000', '151500.471000', '151500.474000', '151500.477000', '151500.480000', '151500.482000', '151500.485000', '151500.488000', '151500.491000', '151520.369000', '151520.372000', '151520.375000', '151520.378000', '151520.381000', '151520.383000', '151520.386000', '151520.389000', '151520.392000', '151520.395000', '151520.398000', '151520.400000', '151520.403000', '151520.406000', '151520.409000', '151520.412000', '151520.415000', '151520.417000', '151520.420000', '151520.423000', '151520.426000', '151520.429000', '151520.432000', '151520.434000', '151520.437000', '151520.440000', '151520.443000', '151520.446000', '151520.449000', '151520.452000', '151520.455000', '151520.458000', '151520.461000', '151520.463000', '151520.466000', '151520.469000', '151520.472000', '151520.475000', '151520.477000', '151520.480000', '151520.483000', '151520.486000', '151520.489000', '151540.368000', '151540.371000', '151540.374000', '151540.377000', '151540.379000', '151540.382000', '151540.385000', '151540.389000', '151540.392000', '151540.395000', '151540.398000', '151540.401000', '151540.404000', '151540.407000', '151540.409000', '151540.412000', '151540.415000', '151540.418000', '151540.421000', '151540.423000', '151540.426000', '151540.429000', '151540.432000', '151540.435000', '151540.437000', '151540.440000', '151540.443000', '151540.446000', '151540.449000', '151540.452000', '151540.454000', '151540.457000', '151540.460000', '151540.463000', '151540.466000', '151540.468000', '151540.471000', '151540.474000', '151540.477000', '151540.480000', '151540.483000', '151540.485000', '151540.488000', '151540.491000', '151600.368000', '151600.371000', '151600.374000', '151600.377000', '151600.380000', '151600.383000', '151600.385000', '151600.388000', '151600.391000', '151600.394000', '151600.397000', '151600.399000', '151600.402000', '151600.405000', '151600.408000', '151600.411000', '151600.413000', '151600.416000', '151600.419000', '151600.422000', '151600.425000', '151600.428000', '151600.431000', '151600.433000', '151600.436000', '151600.439000', '151600.442000', '151600.445000', '151600.448000', '151600.451000', '151600.453000', '151600.456000', '151600.459000', '151600.462000', '151600.465000', '151600.467000', '151600.470000', '151600.473000', '151600.476000', '151600.479000', '151600.481000', '151600.484000', '151600.487000', '151620.368000', '151620.371000', '151620.374000', '151620.377000', '151620.380000', '151620.382000', '151620.385000', '151620.388000', '151620.391000', '151620.394000', '151620.397000', '151620.399000', '151620.402000', '151620.405000', '151620.408000', '151620.411000', '151620.413000', '151620.416000', '151620.419000', '151620.422000', '151620.425000', '151620.427000', '151620.430000', '151620.433000', '151620.436000', '151620.439000', '151620.442000', '151620.444000', '151620.447000', '151620.450000', '151620.453000', '151620.456000', '151620.458000', '151620.461000', '151620.464000', '151620.467000', '151620.470000', '151620.473000', '151620.475000', '151620.478000', '151620.481000', '151620.484000', '151620.487000', '151620.489000', '151640.368000', '151640.371000', '151640.374000', '151640.377000', '151640.379000', '151640.382000', '151640.385000', '151640.388000', '151640.391000', '151640.394000', '151640.396000', '151640.399000', '151640.402000', '151640.405000', '151640.408000', '151640.410000', '151640.413000', '151640.416000', '151640.419000', '151640.422000', '151640.424000', '151640.427000', '151640.430000', '151640.433000', '151640.436000', '151640.439000', '151640.441000', '151640.444000', '151640.447000', '151640.450000', '151640.453000', '151640.456000', '151640.458000', '151640.461000', '151640.464000', '151640.467000', '151640.470000', '151640.473000', '151640.475000', '151640.478000', '151640.481000', '151640.484000', '151640.487000', '151700.369000', '151700.372000', '151700.375000', '151700.378000', '151700.380000', '151700.383000', '151700.386000', '151700.389000', '151700.392000', '151700.395000', '151700.398000', '151700.400000', '151700.403000', '151700.406000', '151700.409000', '151700.412000', '151700.414000', '151700.417000', '151700.420000', '151700.423000', '151700.426000', '151700.429000', '151700.431000', '151700.434000', '151700.437000', '151700.440000', '151700.443000', '151700.446000', '151700.449000', '151700.451000', '151700.454000', '151700.457000', '151700.460000', '151700.463000', '151700.465000', '151700.468000', '151700.471000', '151700.474000', '151700.477000', '151700.480000', '151700.482000', '151700.485000', '151700.488000', '151700.491000', '151720.369000', '151720.372000', '151720.375000', '151720.378000', '151720.381000', '151720.383000', '151720.397000', '151720.400000', '151720.404000', '151720.407000', '151720.410000', '151720.413000', '151720.416000', '151720.418000', '151720.421000', '151720.424000', '151720.427000', '151720.430000', '151720.432000', '151720.435000', '151720.438000', '151720.441000', '151720.444000', '151720.447000', '151720.450000', '151720.452000', '151720.455000', '151720.458000', '151720.461000', '151720.464000', '151720.467000', '151720.472000', '151720.476000', '151720.479000', '151720.482000', '151720.484000', '151720.487000', '151720.490000', '151720.493000', '151720.496000', '151720.498000', '151720.501000', '151720.504000', '151740.369000', '151740.372000', '151740.375000', '151740.378000', '151740.381000', '151740.384000', '151740.386000', '151740.389000', '151740.392000', '151740.395000', '151740.398000', '151740.401000', '151740.403000', '151740.406000', '151740.409000', '151740.412000', '151740.415000', '151740.417000', '151740.420000', '151740.423000', '151740.426000', '151740.429000', '151740.432000', '151740.434000', '151740.437000', '151740.440000', '151740.443000', '151740.446000', '151740.449000', '151740.451000', '151740.454000', '151740.457000', '151740.460000', '151740.463000', '151740.465000', '151740.468000', '151740.471000', '151740.474000', '151740.477000', '151740.479000', '151740.482000', '151740.485000', '151740.488000', '151740.491000', '151800.368000', '151800.371000', '151800.374000', '151800.377000', '151800.379000', '151800.382000', '151800.385000', '151800.388000', '151800.391000', '151800.394000', '151800.397000', '151800.399000', '151800.402000', '151800.405000', '151800.408000', '151800.411000', '151800.414000', '151800.416000', '151800.419000', '151800.422000', '151800.425000', '151800.428000', '151800.431000', '151800.434000', '151800.436000', '151800.439000', '151800.442000', '151800.445000', '151800.448000', '151800.450000', '151800.453000', '151800.456000', '151800.459000', '151800.462000', '151800.464000', '151800.467000', '151800.470000', '151800.473000', '151800.476000', '151800.479000', '151800.481000', '151800.484000', '151800.488000', '151820.368000', '151820.371000', '151820.374000', '151820.377000', '151820.380000', '151820.382000', '151820.385000', '151820.388000', '151820.391000', '151820.394000', '151820.397000', '151820.399000', '151820.402000', '151820.405000', '151820.408000', '151820.411000', '151820.413000', '151820.416000', '151820.419000', '151820.422000', '151820.425000', '151820.428000', '151820.430000', '151820.433000', '151820.436000', '151820.439000', '151820.441000', '151820.444000', '151820.447000', '151820.450000', '151820.453000', '151820.456000', '151820.458000', '151820.461000', '151820.464000', '151820.467000', '151820.470000', '151820.473000', '151820.475000', '151820.478000', '151820.481000', '151820.484000', '151820.487000', '151820.490000', '151840.368000', '151840.371000', '151840.374000', '151840.377000', '151840.380000', '151840.382000', '151840.385000', '151840.388000', '151840.391000', '151840.394000', '151840.397000', '151840.399000', '151840.402000', '151840.405000', '151840.408000', '151840.411000', '151840.413000', '151840.416000', '151840.419000', '151840.422000', '151840.425000', '151840.428000', '151840.431000', '151840.433000', '151840.436000', '151840.439000', '151840.444000', '151840.447000', '151840.449000', '151840.452000', '151840.455000', '151840.458000', '151840.461000', '151840.464000', '151840.466000', '151840.469000', '151840.472000', '151840.475000', '151840.478000', '151840.480000', '151840.483000', '151840.486000', '151840.489000', '151900.368000', '151900.371000', '151900.374000', '151900.377000', '151900.380000', '151900.382000', '151900.385000', '151900.388000', '151900.391000', '151900.394000', '151900.396000', '151900.399000', '151900.402000', '151900.405000', '151900.408000', '151900.411000', '151900.413000', '151900.416000', '151900.419000', '151900.422000', '151900.425000', '151900.428000', '151900.430000', '151900.433000', '151900.436000', '151900.439000', '151900.442000', '151900.445000', '151900.447000', '151900.450000', '151900.453000', '151900.456000', '151900.459000', '151900.462000', '151900.464000', '151900.467000', '151900.470000', '151900.473000', '151900.476000', '151900.479000', '151900.481000', '151900.484000', '151900.487000', '151900.490000', '151920.369000', '151920.372000', '151920.375000', '151920.378000', '151920.381000', '151920.384000', '151920.386000', '151920.390000', '151920.393000', '151920.396000', '151920.399000', '151920.401000', '151920.404000', '151920.407000', '151920.410000', '151920.413000', '151920.416000', '151920.419000', '151920.422000', '151920.424000', '151920.427000', '151920.430000', '151920.433000', '151920.436000', '151920.438000', '151920.441000', '151920.444000', '151920.447000', '151920.450000', '151920.452000', '151920.455000', '151920.458000', '151920.461000', '151920.464000', '151920.466000', '151920.469000', '151920.472000', '151920.475000', '151920.478000', '151920.481000', '151920.488000', '151920.491000', '151920.494000', '151934.406000', '151934.410000', '151934.413000', '151934.416000', '151934.419000', '151934.422000', '151934.425000', '151934.428000', '151934.432000', '151934.435000', '151934.438000', '151934.441000', '151934.444000', '151934.447000', '151934.450000', '151934.453000', '151934.455000', '151934.458000', '151934.461000', '151934.464000', '151934.467000', '151934.470000', '151934.473000', '151934.476000', '151934.478000', '151934.481000', '151934.484000', '151934.487000', '151934.490000', '151934.493000', '151934.496000'], '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': [16495, 11460, 14879, 9674, 12735, 9730, 14243, 10636, 15127, 9344, 12060, 9145, 13015, 9172, 13604, 8976, 10956, 8409, 10492, 10807, 10618, 13188, 9917, 14358, 9230, 13312, 9462, 13531, 9337, 13206, 9087, 10939, 11471, 10118, 17389, 11106, 14881, 9639, 13596, 9526, 13565, 10103, 15106, 9996, 13302, 9553, 12424, 9448, 14631, 9788, 13690, 9378, 11602, 8737, 11182, 15739, 10289, 15045, 9451, 12682, 9701, 11921, 8832, 11731, 8601, 10765, 10376, 9459, 15236, 9927, 13744, 10438, 13193, 9068, 11101, 8602, 11390, 15039, 11640, 11131, 10078, 16115, 9765, 15123, 12231, 14542, 9610, 12702, 9368, 11713, 9260, 13951, 9056, 11107, 8695, 10610, 9257, 11510, 8654, 10254, 10623, 9611, 16115, 10950, 14996, 10052, 13717, 9392, 12257, 9101, 13680, 9204, 12025, 8849, 10106, 11534, 10205, 16312, 11598, 8848, 11021, 8624, 11231, 13155, 12177, 16828, 12764, 9386, 10425, 11342, 10178, 17155, 12068, 15740, 10685, 12642, 9422, 13065, 9709, 12911, 10216, 13271, 9428, 11540, 9312, 11586, 9329, 12444, 10109, 9945, 16159, 9475, 13186, 10540, 14108, 9992, 13020, 9421, 11859, 9814, 13900, 10417, 13888, 9423, 10616, 9083, 11671, 10720, 12948, 9004, 10677, 10150, 9741, 15296, 11436, 13172, 9434, 11347, 9042, 10837, 8468, 12247, 10949, 9960, 14927, 9131, 12725, 9456, 12171, 8985, 11997, 8754, 10787, 8617, 10703, 16747, 11207, 14360, 9583, 12998, 9841, 9144, 10454, 15970, 12335, 16801, 10957, 10683, 9347, 14840, 10018, 14973, 11972, 14330, 9427, 12795, 9779, 12005, 9497, 13253, 9905, 15694, 14395, 10200, 10245, 10164, 11417, 9665, 11222, 13223, 10329, 14623, 9904, 11736, 9462, 11215, 14213, 10948, 17404, 11230, 15508, 10099, 13862, 10286, 12274, 17145, 11226, 14784, 9444, 11924, 9557, 12158, 8679, 12530, 10181, 12629, 9941, 10655, 10057, 10601, 9445, 12016, 9951, 11740, 8981, 9977, 8529, 10135, 11830, 9780, 14771, 9826, 13218, 9554, 12098, 9600, 12504, 10097, 13081, 9478, 12351, 8969, 11087, 9213, 10960, 16547, 9845, 14075, 9577, 12908, 9686, 12603, 9004, 12544, 8746, 10826, 9675, 11466, 9953, 11630, 8732, 10797, 13474, 10039, 16236, 10535, 14847, 9438, 13249, 9190, 13165, 9529, 13812, 9046, 12532, 8968, 11678, 11265, 11420, 15394, 11354, 15562, 9716, 15677, 10098, 15575, 11708, 15643, 9609, 12534, 9656, 16317, 11069, 16074, 11962, 14510, 9852, 11714, 9539, 12609, 9510, 13586, 8880, 10507, 15670, 9932, 14092, 10539, 12957, 9528, 12808, 9626, 12033, 8857, 13128, 8530, 11421, 9201, 10592, 16836, 10899, 15253, 10706, 14766, 9561, 12845, 9750, 13633, 9322, 14754, 8810, 12077, 8830, 12267, 14541, 12447, 13243, 10918, 14046, 9850, 15442, 10279, 14930, 10102, 14082, 9472, 12760, 9313, 13545, 9446, 14327, 9574, 12547, 8730, 12492, 10145, 13290, 10370, 10840, 14036, 10201, 16905, 11205, 16016, 11186, 15354, 9858, 13257, 9995, 14590, 10219, 14767, 9680, 12603, 8920, 12127, 8976, 14204, 9163, 11867, 9836, 10383, 16687, 10785, 15332, 10087, 13588, 9430, 12881, 9689, 13776, 9789, 14041, 9278, 12087, 8575, 11618, 10942, 12424, 9909, 11213, 11714, 10258, 16827, 11158, 15716, 12004, 14820, 9804, 13677, 9249, 13247, 9263, 14249, 9172, 11749, 8761, 11142, 11193, 11266, 13585, 10665, 13946, 9926, 14416, 10080, 14381, 10701, 13843, 9840, 11723, 8808, 11743, 9551, 13514, 8977, 11294, 9507, 10556, 12661, 11538, 9058, 13301, 9911, 13085, 9762, 14254, 10937, 16412, 13836, 15707, 10929, 13896, 9217, 12390, 9492, 14605, 9202, 11770, 8661, 10462, 9118, 11326, 16933, 11039, 12992, 9665, 14058, 9776, 13470, 10869, 13288, 9660, 12522, 8947, 11810, 9173, 12856, 13889, 10234, 16271, 9760, 13682, 11032, 13829, 9895, 14050, 9714, 12644, 8939, 13488, 10641, 13799, 9162, 11791, 8818, 12560, 13608, 13018, 12798, 10532, 16066, 10118, 14524, 11224, 13500, 9635, 12617, 9366, 12217, 8838, 13483, 8770, 12445, 8775, 11138, 13858, 11931, 14866, 11724, 15705, 10409, 15498, 11344, 15276, 11559, 13440, 9729, 11558, 9587, 12988, 9631, 13744, 9036, 10718, 9073, 11183, 14610, 11481, 12043, 10554, 10331, 10007, 14519, 10226, 13675, 10825, 13018, 9239, 12339, 9000, 12181, 9131, 13089, 8836, 11153, 16346, 10267, 14867, 11254, 13252, 9411, 13013, 9645, 13410, 10132, 14708, 9357, 14901, 10509, 15141, 9560, 15617, 11115, 15970, 12954, 14305, 9425, 13085, 9511, 13899, 9759, 12547, 8865, 10181, 8938, 9630, 15785, 10691, 13110, 9658, 12526, 9687, 11694, 8489, 12433, 8768, 11009, 13256, 9678, 14332, 10377, 13672, 10420, 13830, 9544, 12637, 9396, 14521, 9619, 14554, 9340, 13236, 9186, 14990, 10974, 14993, 9038, 12419, 9028, 12779, 16199, 13198, 14720, 10718, 16030, 9985, 13651, 10620, 13546, 9728, 13498, 9309, 12176, 8734, 12910, 12514, 11397, 12665, 9927, 14834, 10143, 13902, 11302, 13922, 9238, 13242, 9553, 13686, 9784, 14951, 9535, 12857, 9049, 12880, 13885, 12482, 8884, 11135, 11116, 10590, 16302, 11521, 15598, 10508, 14167, 9468, 13115, 9590, 13307, 9441, 13244, 9316, 11597, 8713, 11929, 12313, 11533, 10361, 10530, 15046, 10128, 14383, 11245, 13835, 9470, 13076, 9748, 12769, 9399, 14752, 9816, 14503, 9401, 12409, 8875, 12328, 10404, 14042, 8770, 11161, 8588, 11245, 14933, 11831, 14748, 10230, 15911, 9704, 13749, 10910, 14020, 9692, 13331, 9355, 11847, 8818, 13379, 9085, 11588, 9104, 10163, 12865, 10559, 13820, 11583, 9542, 13782, 11478, 9064, 11985, 9690, 14162, 15252, 10676, 16425, 13714, 14025, 10315, 12872, 9589, 11925, 9027, 12082, 16984, 11158, 14284, 9708, 12700, 9369, 12305, 9328, 12931, 9298, 11211, 10193, 9391, 14480, 10072, 14002, 10353, 12691, 9479, 11078, 9088, 9635, 15278, 10122, 13798, 10259, 13064, 9411, 11885, 9600, 12567, 9218, 13018, 9395, 12506, 8827, 11982, 9064, 12593, 10114, 14644, 9188, 13338, 9065, 13091, 9502, 13340, 13776, 12300, 9639, 10717, 15629, 9972, 14415, 11128, 13765, 9623, 12433, 9103, 10773, 9317, 10143, 15807, 11230, 14247, 9751, 13857, 9828, 13330, 10561, 14090, 10889, 12617, 9893, 13992, 9996, 13776, 11039, 13658, 9428, 12448, 8898, 9961, 13162, 10736, 15257, 10105, 13962, 9759, 12083, 9260, 12247, 9176, 10358, 15145, 9390, 13738, 10642, 13418, 9810, 12766, 8915, 10979, 9153, 10215, 15847, 11377, 13519, 9638, 13002, 9597, 12381, 9425, 12932, 9110, 12286, 8698, 10721, 15284, 10361, 14897, 11940, 13292, 9610, 13217, 9443, 12246, 8947, 12599, 9015, 11505, 9302, 9788, 15761, 10207, 14073, 11612, 12569, 9659, 11952, 9455, 11884, 8901, 12717, 9748, 11843, 8826, 10290, 12483, 10481, 16268, 12028, 14811, 10858, 14319, 10483, 13762, 10856, 13361, 9475, 12683, 9324, 12951, 9933, 14144, 9168, 12168, 8651, 10636, 15795, 11222, 15366, 10597, 14059, 9884, 12553, 8998, 11942, 8761, 11500, 8774, 10039, 11263, 9690, 15240, 11707, 13506, 9621, 13323, 9484, 12822, 9944, 14913, 11730, 14529, 10746, 14503, 10107, 14094, 10491, 13811, 10370, 13907, 9515, 12014, 9010, 10990, 16375, 11464, 14217, 9956, 13426, 9510, 12229, 9441, 13140, 8881, 11726, 8708, 10120, 15687, 9871, 14323, 11123, 13813, 10099, 14108, 9428, 13283, 9531, 13322, 9927, 14359, 9549, 14510, 9569, 14055, 9910, 14657, 9439, 12357, 8977, 10938, 16358, 11445, 15223, 11071, 14113, 9649, 13031, 9555, 12764, 9518, 12241, 8963, 10304, 12707, 9502, 15396, 11277, 13842, 10263, 13046, 9575, 12218, 9442, 12694, 9648, 14240, 9520, 13710, 9673, 12773, 9530, 12182, 14065, 11472, 12013, 9691, 14926, 9662, 13560, 9751, 12833, 9344, 12114, 8400, 10137, 8953, 9801, 15542, 11002, 14656, 10215, 14068, 9603, 13342, 9307, 13999, 9990, 12666, 8803, 11673, 9024, 14466, 10636, 15405, 9588, 14045, 9302, 12297, 11918, 12438, 16274, 11225, 14968, 10076, 12947, 9704, 12880, 10038, 12992, 9822, 13377, 9338, 13200, 9765, 14176, 9478, 11782, 10030, 10171, 16123, 11334, 14669, 10454, 14128, 9527, 12103, 9212, 12799, 9143, 11708, 8415, 10140, 8757, 10267, 13381, 11907, 10274, 11432, 10554, 10562, 16651, 11149, 15748, 12084, 14829, 10138, 14549, 10138, 14100, 11311, 13363, 9731, 12447, 9776, 12057, 8895, 12587, 13457, 10892, 14151, 9648, 15092, 9988, 13686, 9627, 12862, 9201, 12522, 8639, 11319, 8776, 10695, 14659, 10475, 14787, 9357, 13601, 9587, 12873, 10068, 13269, 10363, 13928, 9314, 14069, 9333, 12948, 10451, 13395, 11241, 10557, 16547, 9905, 15180, 11081, 13811, 9429, 13031, 9490, 13544, 9357, 12436, 9180, 11903, 11069, 9838, 15693, 10305, 13461, 9299, 12234, 9116, 11955, 9199, 12662, 9958, 13133, 9366, 13596, 9716, 13746, 9461, 14841, 9902, 14692, 9442, 14088, 9304, 13324, 10035, 13269, 12469, 10712, 15641, 9449, 14404, 9917, 13342, 9153, 12743, 9423, 11348, 8955, 10234, 9930, 11228, 12576, 12101, 8984, 10933, 9236, 13344, 10013, 15142, 11264, 14317, 9786, 13838, 9525, 13557, 10106, 14043, 9592, 11174, 9231, 9822, 16262, 10411, 14019, 11595, 12267, 9564, 11162, 9488, 10327, 10936, 10573, 15574, 10026, 11206, 9158, 14148, 9479, 13534, 10755, 13213, 9710, 13234, 9322, 12176, 8945, 12950, 14523, 11498, 16248, 10306, 14756, 10145, 12978, 9573, 13844, 9096, 12663, 9017, 11470, 9435, 12410, 9421, 13843, 9151, 12735, 9390, 11271, 12558, 11565, 16380, 11404, 14920, 9565, 13424, 9922, 12619, 9569, 12591, 9229], 'WindowCenter': [4834.0, 4781.0, 4785.0, 4734.0, 4760.0, 4730.0, 4759.0, 4729.0, 4758.0, 4717.0, 4736.0, 4715.0, 4747.0, 4717.0, 4746.0, 4706.0, 4736.0, 4706.0, 4736.0, 4736.0, 4728.0, 4746.0, 4728.0, 4756.0, 4718.0, 4757.0, 4718.0, 4747.0, 4717.0, 4746.0, 4706.0, 4737.0, 4735.0, 4726.0, 4755.0, 4726.0, 4754.0, 4716.0, 4744.0, 4716.0, 4745.0, 4715.0, 4743.0, 4714.0, 4733.0, 4704.0, 4734.0, 4704.0, 4744.0, 4714.0, 4744.0, 4702.0, 4724.0, 4694.0, 4724.0, 4751.0, 4713.0, 4742.0, 4714.0, 4733.0, 4715.0, 4735.0, 4706.0, 4736.0, 4704.0, 4726.0, 4713.0, 4715.0, 4755.0, 4726.0, 4745.0, 4725.0, 4744.0, 4704.0, 4725.0, 4695.0, 4735.0, 4753.0, 4735.0, 4723.0, 4715.0, 4753.0, 4716.0, 4744.0, 4732.0, 4743.0, 4703.0, 4731.0, 4702.0, 4723.0, 4701.0, 4741.0, 4702.0, 4723.0, 4693.0, 4725.0, 4703.0, 4734.0, 4705.0, 4726.0, 4724.0, 4717.0, 4755.0, 4736.0, 4755.0, 4716.0, 4744.0, 4705.0, 4734.0, 4705.0, 4743.0, 4703.0, 4734.0, 4704.0, 4714.0, 4734.0, 4715.0, 4753.0, 4734.0, 4703.0, 4725.0, 4704.0, 4735.0, 4734.0, 4735.0, 4752.0, 4732.0, 4703.0, 4713.0, 4711.0, 4713.0, 4751.0, 4721.0, 4741.0, 4712.0, 4731.0, 4704.0, 4732.0, 4714.0, 4732.0, 4714.0, 4732.0, 4703.0, 4721.0, 4701.0, 4724.0, 4702.0, 4732.0, 4711.0, 4712.0, 4751.0, 4703.0, 4731.0, 4713.0, 4741.0, 4713.0, 4732.0, 4702.0, 4723.0, 4713.0, 4758.0, 4713.0, 4731.0, 4689.0, 4708.0, 4689.0, 4721.0, 4710.0, 4720.0, 4689.0, 4711.0, 4709.0, 4711.0, 4739.0, 4722.0, 4730.0, 4701.0, 4721.0, 4691.0, 4722.0, 4692.0, 4733.0, 4711.0, 4712.0, 4739.0, 4702.0, 4731.0, 4713.0, 4732.0, 4702.0, 4733.0, 4703.0, 4723.0, 4703.0, 4725.0, 4753.0, 4724.0, 4743.0, 4704.0, 4732.0, 4716.0, 4714.0, 4727.0, 4754.0, 4746.0, 4754.0, 4724.0, 4712.0, 4703.0, 4742.0, 4714.0, 4742.0, 4722.0, 4730.0, 4702.0, 4720.0, 4702.0, 4721.0, 4702.0, 4731.0, 4715.0, 4756.0, 4756.0, 4724.0, 4724.0, 4725.0, 4735.0, 4713.0, 4736.0, 4743.0, 4725.0, 4755.0, 4715.0, 4735.0, 4715.0, 4737.0, 4743.0, 4724.0, 4751.0, 4709.0, 4728.0, 4688.0, 4718.0, 4684.0, 4696.0, 4714.0, 4682.0, 4701.0, 4662.0, 4679.0, 4660.0, 4679.0, 4651.0, 4690.0, 4670.0, 4690.0, 4671.0, 4681.0, 4672.0, 4681.0, 4673.0, 4704.0, 4673.0, 4706.0, 4675.0, 4687.0, 4677.0, 4699.0, 4707.0, 4700.0, 4739.0, 4701.0, 4729.0, 4699.0, 4718.0, 4701.0, 4731.0, 4712.0, 4732.0, 4702.0, 4731.0, 4691.0, 4723.0, 4702.0, 4723.0, 4749.0, 4713.0, 4741.0, 4702.0, 4731.0, 4715.0, 4734.0, 4703.0, 4733.0, 4693.0, 4724.0, 4713.0, 4735.0, 4714.0, 4735.0, 4704.0, 4734.0, 4744.0, 4727.0, 4765.0, 4727.0, 4755.0, 4718.0, 4756.0, 4728.0, 4757.0, 4726.0, 4757.0, 4718.0, 4748.0, 4717.0, 4749.0, 4736.0, 4748.0, 4768.0, 4748.0, 4766.0, 4728.0, 4766.0, 4728.0, 4767.0, 4748.0, 4767.0, 4727.0, 4746.0, 4728.0, 4766.0, 4736.0, 4756.0, 4736.0, 4745.0, 4715.0, 4734.0, 4715.0, 4746.0, 4714.0, 4743.0, 4704.0, 4726.0, 4753.0, 4725.0, 4755.0, 4725.0, 4744.0, 4716.0, 4744.0, 4715.0, 4744.0, 4715.0, 4747.0, 4707.0, 4736.0, 4715.0, 4735.0, 4766.0, 4735.0, 4755.0, 4727.0, 4755.0, 4716.0, 4745.0, 4727.0, 4756.0, 4715.0, 4756.0, 4705.0, 4736.0, 4705.0, 4747.0, 4745.0, 4735.0, 4742.0, 4725.0, 4743.0, 4715.0, 4754.0, 4725.0, 4755.0, 4726.0, 4743.0, 4716.0, 4745.0, 4717.0, 4745.0, 4727.0, 4755.0, 4716.0, 4745.0, 4706.0, 4747.0, 4726.0, 4747.0, 4725.0, 4735.0, 4744.0, 4726.0, 4765.0, 4737.0, 4755.0, 4736.0, 4754.0, 4715.0, 4744.0, 4725.0, 4754.0, 4714.0, 4744.0, 4714.0, 4734.0, 4704.0, 4735.0, 4704.0, 4743.0, 4704.0, 4735.0, 4712.0, 4724.0, 4763.0, 4724.0, 4753.0, 4725.0, 4746.0, 4714.0, 4744.0, 4716.0, 4745.0, 4714.0, 4744.0, 4714.0, 4735.0, 4706.0, 4736.0, 4725.0, 4744.0, 4715.0, 4737.0, 4735.0, 4726.0, 4766.0, 4737.0, 4756.0, 4736.0, 4744.0, 4715.0, 4744.0, 4704.0, 4735.0, 4703.0, 4743.0, 4702.0, 4734.0, 4693.0, 4724.0, 4723.0, 4725.0, 4742.0, 4725.0, 4755.0, 4726.0, 4754.0, 4725.0, 4744.0, 4726.0, 4745.0, 4714.0, 4735.0, 4705.0, 4736.0, 4715.0, 4745.0, 4705.0, 4736.0, 4713.0, 4727.0, 4744.0, 4738.0, 4707.0, 4745.0, 4715.0, 4746.0, 4726.0, 4757.0, 4738.0, 4768.0, 4747.0, 4756.0, 4726.0, 4734.0, 4704.0, 4734.0, 4703.0, 4742.0, 4703.0, 4723.0, 4693.0, 4713.0, 4703.0, 4725.0, 4752.0, 4725.0, 4732.0, 4716.0, 4744.0, 4716.0, 4744.0, 4724.0, 4741.0, 4716.0, 4733.0, 4705.0, 4736.0, 4703.0, 4745.0, 4742.0, 4715.0, 4752.0, 4715.0, 4742.0, 4725.0, 4744.0, 4715.0, 4744.0, 4714.0, 4734.0, 4704.0, 4744.0, 4713.0, 4744.0, 4703.0, 4732.0, 4703.0, 4744.0, 4743.0, 4745.0, 4733.0, 4723.0, 4753.0, 4724.0, 4742.0, 4724.0, 4742.0, 4715.0, 4746.0, 4713.0, 4735.0, 4703.0, 4745.0, 4705.0, 4735.0, 4692.0, 4735.0, 4743.0, 4734.0, 4743.0, 4736.0, 4753.0, 4723.0, 4754.0, 4725.0, 4742.0, 4723.0, 4731.0, 4700.0, 4721.0, 4703.0, 4733.0, 4702.0, 4731.0, 4692.0, 4712.0, 4690.0, 4722.0, 4742.0, 4723.0, 4732.0, 4722.0, 4713.0, 4714.0, 4743.0, 4724.0, 4744.0, 4725.0, 4742.0, 4715.0, 4733.0, 4705.0, 4746.0, 4715.0, 4745.0, 4705.0, 4725.0, 4753.0, 4725.0, 4754.0, 4726.0, 4744.0, 4716.0, 4744.0, 4727.0, 4746.0, 4726.0, 4755.0, 4716.0, 4743.0, 4724.0, 4754.0, 4716.0, 4755.0, 4737.0, 4755.0, 4733.0, 4742.0, 4703.0, 4731.0, 4702.0, 4733.0, 4702.0, 4731.0, 4691.0, 4711.0, 4692.0, 4714.0, 4751.0, 4713.0, 4733.0, 4703.0, 4732.0, 4713.0, 4734.0, 4703.0, 4733.0, 4693.0, 4737.0, 4743.0, 4716.0, 4745.0, 4724.0, 4745.0, 4725.0, 4745.0, 4716.0, 4746.0, 4717.0, 4755.0, 4717.0, 4757.0, 4718.0, 4747.0, 4718.0, 4756.0, 4726.0, 4757.0, 4705.0, 4734.0, 4704.0, 4746.0, 4754.0, 4735.0, 4741.0, 4714.0, 4741.0, 4713.0, 4732.0, 4713.0, 4732.0, 4702.0, 4742.0, 4704.0, 4734.0, 4703.0, 4735.0, 4733.0, 4725.0, 4731.0, 4712.0, 4743.0, 4725.0, 4743.0, 4725.0, 4742.0, 4715.0, 4734.0, 4715.0, 4745.0, 4715.0, 4754.0, 4703.0, 4734.0, 4704.0, 4734.0, 4732.0, 4721.0, 4692.0, 4723.0, 4710.0, 4713.0, 4751.0, 4724.0, 4752.0, 4714.0, 4742.0, 4714.0, 4733.0, 4714.0, 4733.0, 4703.0, 4733.0, 4704.0, 4722.0, 4704.0, 4735.0, 4733.0, 4724.0, 4712.0, 4723.0, 4742.0, 4714.0, 4743.0, 4725.0, 4744.0, 4715.0, 4743.0, 4714.0, 4745.0, 4715.0, 4743.0, 4714.0, 4755.0, 4705.0, 4734.0, 4704.0, 4735.0, 4713.0, 4744.0, 4693.0, 4723.0, 4692.0, 4725.0, 4744.0, 4735.0, 4743.0, 4725.0, 4752.0, 4714.0, 4744.0, 4722.0, 4742.0, 4715.0, 4732.0, 4703.0, 4734.0, 4703.0, 4732.0, 4704.0, 4724.0, 4692.0, 4713.0, 4743.0, 4736.0, 4758.0, 4736.0, 4715.0, 4744.0, 4735.0, 4714.0, 4735.0, 4726.0, 4757.0, 4755.0, 4716.0, 4754.0, 4734.0, 4732.0, 4712.0, 4732.0, 4701.0, 4721.0, 4690.0, 4720.0, 4738.0, 4697.0, 4717.0, 4688.0, 4706.0, 4687.0, 4706.0, 4686.0, 4707.0, 4676.0, 4711.0, 4686.0, 4687.0, 4726.0, 4697.0, 4727.0, 4700.0, 4717.0, 4687.0, 4706.0, 4688.0, 4702.0, 4739.0, 4700.0, 4728.0, 4699.0, 4719.0, 4691.0, 4720.0, 4714.0, 4732.0, 4702.0, 4731.0, 4703.0, 4734.0, 4704.0, 4732.0, 4705.0, 4746.0, 4714.0, 4756.0, 4714.0, 4745.0, 4706.0, 4746.0, 4715.0, 4746.0, 4743.0, 4734.0, 4704.0, 4724.0, 4750.0, 4715.0, 4743.0, 4722.0, 4731.0, 4703.0, 4732.0, 4701.0, 4723.0, 4703.0, 4714.0, 4741.0, 4724.0, 4741.0, 4714.0, 4742.0, 4725.0, 4745.0, 4727.0, 4746.0, 4737.0, 4744.0, 4726.0, 4756.0, 4727.0, 4745.0, 4727.0, 4746.0, 4702.0, 4732.0, 4702.0, 4716.0, 4732.0, 4724.0, 4751.0, 4725.0, 4740.0, 4714.0, 4734.0, 4702.0, 4733.0, 4703.0, 4712.0, 4743.0, 4704.0, 4743.0, 4722.0, 4743.0, 4712.0, 4744.0, 4702.0, 4723.0, 4713.0, 4726.0, 4753.0, 4723.0, 4731.0, 4714.0, 4733.0, 4713.0, 4734.0, 4703.0, 4735.0, 4704.0, 4733.0, 4703.0, 4723.0, 4753.0, 4725.0, 4752.0, 4722.0, 4731.0, 4713.0, 4732.0, 4712.0, 4732.0, 4701.0, 4733.0, 4702.0, 4722.0, 4702.0, 4712.0, 4753.0, 4724.0, 4742.0, 4722.0, 4733.0, 4714.0, 4734.0, 4714.0, 4746.0, 4715.0, 4746.0, 4715.0, 4735.0, 4705.0, 4726.0, 4745.0, 4736.0, 4766.0, 4746.0, 4755.0, 4726.0, 4755.0, 4725.0, 4743.0, 4723.0, 4733.0, 4704.0, 4731.0, 4714.0, 4734.0, 4713.0, 4743.0, 4702.0, 4733.0, 4703.0, 4724.0, 4752.0, 4723.0, 4741.0, 4722.0, 4741.0, 4714.0, 4731.0, 4702.0, 4732.0, 4702.0, 4734.0, 4703.0, 4714.0, 4733.0, 4725.0, 4765.0, 4736.0, 4744.0, 4716.0, 4755.0, 4727.0, 4746.0, 4739.0, 4767.0, 4748.0, 4757.0, 4737.0, 4754.0, 4716.0, 4744.0, 4725.0, 4742.0, 4715.0, 4733.0, 4702.0, 4732.0, 4702.0, 4722.0, 4752.0, 4722.0, 4742.0, 4712.0, 4731.0, 4713.0, 4733.0, 4703.0, 4731.0, 4703.0, 4733.0, 4693.0, 4725.0, 4754.0, 4727.0, 4755.0, 4735.0, 4744.0, 4727.0, 4754.0, 4717.0, 4756.0, 4726.0, 4746.0, 4726.0, 4755.0, 4726.0, 4756.0, 4717.0, 4757.0, 4716.0, 4756.0, 4702.0, 4734.0, 4702.0, 4724.0, 4751.0, 4724.0, 4741.0, 4722.0, 4741.0, 4701.0, 4731.0, 4701.0, 4732.0, 4700.0, 4731.0, 4701.0, 4713.0, 4731.0, 4714.0, 4753.0, 4722.0, 4742.0, 4711.0, 4731.0, 4713.0, 4732.0, 4715.0, 4744.0, 4713.0, 4754.0, 4714.0, 4744.0, 4714.0, 4745.0, 4716.0, 4736.0, 4742.0, 4722.0, 4731.0, 4714.0, 4751.0, 4714.0, 4744.0, 4714.0, 4743.0, 4714.0, 4734.0, 4704.0, 4735.0, 4717.0, 4727.0, 4765.0, 4736.0, 4768.0, 4728.0, 4755.0, 4727.0, 4758.0, 4715.0, 4746.0, 4715.0, 4745.0, 4704.0, 4735.0, 4717.0, 4755.0, 4724.0, 4753.0, 4714.0, 4755.0, 4703.0, 4745.0, 4734.0, 4733.0, 4752.0, 4723.0, 4740.0, 4712.0, 4732.0, 4713.0, 4730.0, 4712.0, 4742.0, 4724.0, 4743.0, 4714.0, 4745.0, 4712.0, 4744.0, 4703.0, 4733.0, 4712.0, 4725.0, 4753.0, 4723.0, 4740.0, 4712.0, 4741.0, 4712.0, 4733.0, 4703.0, 4732.0, 4703.0, 4733.0, 4693.0, 4725.0, 4706.0, 4738.0, 4744.0, 4737.0, 4725.0, 4736.0, 4726.0, 4735.0, 4767.0, 4737.0, 4766.0, 4736.0, 4754.0, 4727.0, 4754.0, 4727.0, 4756.0, 4736.0, 4744.0, 4714.0, 4731.0, 4726.0, 4744.0, 4717.0, 4746.0, 4744.0, 4726.0, 4756.0, 4715.0, 4754.0, 4729.0, 4753.0, 4716.0, 4743.0, 4714.0, 4744.0, 4705.0, 4749.0, 4719.0, 4751.0, 4770.0, 4737.0, 4755.0, 4717.0, 4757.0, 4727.0, 4758.0, 4730.0, 4759.0, 4741.0, 4769.0, 4731.0, 4769.0, 4732.0, 4760.0, 4727.0, 4746.0, 4724.0, 4728.0, 4754.0, 4726.0, 4755.0, 4725.0, 4745.0, 4716.0, 4743.0, 4715.0, 4743.0, 4703.0, 4729.0, 4704.0, 4736.0, 4724.0, 4715.0, 4752.0, 4725.0, 4745.0, 4715.0, 4745.0, 4727.0, 4745.0, 4728.0, 4759.0, 4742.0, 4786.0, 4757.0, 4772.0, 4743.0, 4759.0, 4729.0, 4770.0, 4729.0, 4756.0, 4717.0, 4743.0, 4705.0, 4746.0, 4715.0, 4735.0, 4733.0, 4726.0, 4739.0, 4703.0, 4742.0, 4715.0, 4732.0, 4699.0, 4731.0, 4701.0, 4720.0, 4703.0, 4714.0, 4729.0, 4734.0, 4730.0, 4720.0, 4701.0, 4722.0, 4714.0, 4745.0, 4727.0, 4757.0, 4737.0, 4756.0, 4715.0, 4744.0, 4715.0, 4745.0, 4715.0, 4743.0, 4701.0, 4721.0, 4690.0, 4701.0, 4740.0, 4712.0, 4730.0, 4711.0, 4720.0, 4701.0, 4710.0, 4699.0, 4712.0, 4711.0, 4711.0, 4752.0, 4713.0, 4721.0, 4714.0, 4743.0, 4716.0, 4745.0, 4737.0, 4743.0, 4716.0, 4745.0, 4704.0, 4735.0, 4705.0, 4744.0, 4743.0, 4722.0, 4740.0, 4713.0, 4740.0, 4712.0, 4733.0, 4701.0, 4731.0, 4692.0, 4732.0, 4701.0, 4723.0, 4713.0, 4744.0, 4704.0, 4743.0, 4704.0, 4743.0, 4704.0, 4724.0, 4734.0, 4724.0, 4753.0, 4724.0, 4740.0, 4713.0, 4732.0, 4714.0, 4732.0, 4702.0, 4732.0, 4714.0], 'WindowWidth': [10525.0, 10438.0, 10433.0, 10357.0, 10386.0, 10345.0, 10384.0, 10340.0, 10379.0, 10322.0, 10347.0, 10317.0, 10364.0, 10323.0, 10360.0, 10305.0, 10346.0, 10305.0, 10348.0, 10348.0, 10337.0, 10360.0, 10338.0, 10376.0, 10325.0, 10376.0, 10325.0, 10362.0, 10321.0, 10360.0, 10304.0, 10349.0, 10343.0, 10332.0, 10372.0, 10331.0, 10369.0, 10319.0, 10353.0, 10319.0, 10355.0, 10315.0, 10351.0, 10312.0, 10336.0, 10297.0, 10339.0, 10298.0, 10354.0, 10312.0, 10354.0, 10296.0, 10326.0, 10284.0, 10327.0, 10362.0, 10309.0, 10349.0, 10312.0, 10337.0, 10315.0, 10344.0, 10304.0, 10345.0, 10300.0, 10332.0, 10310.0, 10316.0, 10371.0, 10332.0, 10357.0, 10330.0, 10354.0, 10299.0, 10327.0, 10286.0, 10343.0, 10366.0, 10342.0, 10324.0, 10314.0, 10367.0, 10318.0, 10354.0, 10335.0, 10349.0, 10294.0, 10332.0, 10293.0, 10323.0, 10290.0, 10345.0, 10294.0, 10323.0, 10282.0, 10329.0, 10296.0, 10341.0, 10304.0, 10333.0, 10328.0, 10322.0, 10372.0, 10347.0, 10370.0, 10318.0, 10355.0, 10302.0, 10338.0, 10300.0, 10351.0, 10296.0, 10339.0, 10296.0, 10311.0, 10338.0, 10314.0, 10366.0, 10340.0, 10296.0, 10330.0, 10299.0, 10344.0, 10341.0, 10342.0, 10364.0, 10335.0, 10293.0, 10308.0, 10304.0, 10310.0, 10362.0, 10317.0, 10346.0, 10309.0, 10331.0, 10297.0, 10335.0, 10312.0, 10332.0, 10313.0, 10334.0, 10297.0, 10317.0, 10291.0, 10325.0, 10292.0, 10334.0, 10304.0, 10307.0, 10360.0, 10296.0, 10331.0, 10308.0, 10345.0, 10308.0, 10332.0, 10293.0, 10322.0, 10309.0, 10380.0, 10307.0, 10330.0, 10269.0, 10295.0, 10270.0, 10316.0, 10299.0, 10315.0, 10269.0, 10301.0, 10298.0, 10307.0, 10342.0, 10319.0, 10328.0, 10290.0, 10316.0, 10277.0, 10321.0, 10279.0, 10335.0, 10303.0, 10306.0, 10342.0, 10293.0, 10333.0, 10310.0, 10334.0, 10292.0, 10337.0, 10295.0, 10324.0, 10297.0, 10329.0, 10365.0, 10326.0, 10349.0, 10296.0, 10334.0, 10317.0, 10312.0, 10334.0, 10370.0, 10358.0, 10370.0, 10325.0, 10305.0, 10294.0, 10347.0, 10310.0, 10346.0, 10320.0, 10328.0, 10292.0, 10314.0, 10291.0, 10318.0, 10291.0, 10332.0, 10316.0, 10375.0, 10374.0, 10329.0, 10329.0, 10332.0, 10344.0, 10309.0, 10347.0, 10351.0, 10328.0, 10370.0, 10317.0, 10344.0, 10317.0, 10348.0, 10351.0, 10326.0, 10360.0, 10297.0, 10321.0, 10265.0, 10308.0, 10252.0, 10272.0, 10296.0, 10248.0, 10273.0, 10218.0, 10237.0, 10213.0, 10236.0, 10202.0, 10255.0, 10227.0, 10255.0, 10230.0, 10244.0, 10233.0, 10247.0, 10236.0, 10281.0, 10237.0, 10288.0, 10244.0, 10263.0, 10249.0, 10283.0, 10292.0, 10288.0, 10339.0, 10290.0, 10325.0, 10286.0, 10309.0, 10290.0, 10332.0, 10307.0, 10333.0, 10291.0, 10331.0, 10277.0, 10323.0, 10293.0, 10323.0, 10357.0, 10308.0, 10345.0, 10293.0, 10331.0, 10315.0, 10340.0, 10297.0, 10338.0, 10282.0, 10325.0, 10310.0, 10344.0, 10312.0, 10342.0, 10300.0, 10341.0, 10355.0, 10335.0, 10386.0, 10335.0, 10373.0, 10324.0, 10374.0, 10339.0, 10377.0, 10334.0, 10379.0, 10326.0, 10366.0, 10322.0, 10369.0, 10347.0, 10367.0, 10396.0, 10366.0, 10387.0, 10338.0, 10388.0, 10339.0, 10391.0, 10366.0, 10391.0, 10338.0, 10361.0, 10338.0, 10389.0, 10348.0, 10376.0, 10345.0, 10355.0, 10314.0, 10340.0, 10316.0, 10359.0, 10313.0, 10351.0, 10299.0, 10330.0, 10367.0, 10329.0, 10370.0, 10329.0, 10354.0, 10319.0, 10354.0, 10316.0, 10358.0, 10317.0, 10364.0, 10309.0, 10348.0, 10315.0, 10346.0, 10390.0, 10346.0, 10373.0, 10335.0, 10370.0, 10318.0, 10358.0, 10337.0, 10375.0, 10315.0, 10373.0, 10302.0, 10345.0, 10302.0, 10363.0, 10357.0, 10343.0, 10349.0, 10328.0, 10350.0, 10315.0, 10369.0, 10330.0, 10372.0, 10332.0, 10353.0, 10318.0, 10357.0, 10322.0, 10360.0, 10335.0, 10371.0, 10320.0, 10358.0, 10305.0, 10363.0, 10332.0, 10361.0, 10329.0, 10344.0, 10354.0, 10332.0, 10388.0, 10347.0, 10372.0, 10347.0, 10368.0, 10315.0, 10355.0, 10331.0, 10368.0, 10313.0, 10352.0, 10312.0, 10339.0, 10297.0, 10343.0, 10298.0, 10352.0, 10299.0, 10341.0, 10308.0, 10327.0, 10381.0, 10326.0, 10366.0, 10328.0, 10360.0, 10316.0, 10355.0, 10319.0, 10357.0, 10315.0, 10354.0, 10313.0, 10343.0, 10304.0, 10347.0, 10328.0, 10354.0, 10314.0, 10347.0, 10343.0, 10332.0, 10390.0, 10349.0, 10373.0, 10344.0, 10353.0, 10314.0, 10352.0, 10299.0, 10342.0, 10294.0, 10350.0, 10293.0, 10339.0, 10281.0, 10326.0, 10323.0, 10328.0, 10351.0, 10330.0, 10371.0, 10331.0, 10370.0, 10330.0, 10355.0, 10331.0, 10357.0, 10314.0, 10342.0, 10302.0, 10345.0, 10313.0, 10357.0, 10300.0, 10344.0, 10310.0, 10335.0, 10355.0, 10349.0, 10305.0, 10357.0, 10314.0, 10358.0, 10333.0, 10375.0, 10352.0, 10393.0, 10362.0, 10371.0, 10330.0, 10336.0, 10297.0, 10339.0, 10294.0, 10347.0, 10294.0, 10322.0, 10279.0, 10308.0, 10294.0, 10326.0, 10362.0, 10326.0, 10333.0, 10316.0, 10352.0, 10317.0, 10353.0, 10325.0, 10345.0, 10317.0, 10337.0, 10302.0, 10344.0, 10297.0, 10358.0, 10348.0, 10314.0, 10363.0, 10316.0, 10350.0, 10327.0, 10351.0, 10314.0, 10352.0, 10310.0, 10338.0, 10297.0, 10353.0, 10307.0, 10352.0, 10295.0, 10334.0, 10295.0, 10356.0, 10352.0, 10354.0, 10336.0, 10325.0, 10366.0, 10327.0, 10350.0, 10327.0, 10348.0, 10314.0, 10362.0, 10312.0, 10343.0, 10296.0, 10356.0, 10299.0, 10341.0, 10280.0, 10343.0, 10351.0, 10339.0, 10352.0, 10344.0, 10366.0, 10323.0, 10368.0, 10327.0, 10349.0, 10321.0, 10328.0, 10287.0, 10315.0, 10295.0, 10337.0, 10290.0, 10331.0, 10277.0, 10305.0, 10273.0, 10320.0, 10346.0, 10321.0, 10332.0, 10324.0, 10308.0, 10312.0, 10353.0, 10326.0, 10354.0, 10327.0, 10349.0, 10314.0, 10338.0, 10302.0, 10359.0, 10313.0, 10355.0, 10301.0, 10330.0, 10367.0, 10329.0, 10367.0, 10330.0, 10352.0, 10317.0, 10352.0, 10334.0, 10359.0, 10331.0, 10369.0, 10316.0, 10350.0, 10326.0, 10366.0, 10317.0, 10371.0, 10346.0, 10368.0, 10337.0, 10347.0, 10295.0, 10330.0, 10292.0, 10336.0, 10291.0, 10331.0, 10275.0, 10303.0, 10278.0, 10312.0, 10360.0, 10308.0, 10335.0, 10296.0, 10331.0, 10309.0, 10341.0, 10297.0, 10338.0, 10282.0, 10347.0, 10350.0, 10319.0, 10356.0, 10327.0, 10355.0, 10330.0, 10354.0, 10319.0, 10360.0, 10320.0, 10371.0, 10322.0, 10375.0, 10322.0, 10362.0, 10322.0, 10375.0, 10330.0, 10375.0, 10301.0, 10339.0, 10298.0, 10359.0, 10367.0, 10340.0, 10346.0, 10312.0, 10347.0, 10307.0, 10333.0, 10309.0, 10334.0, 10294.0, 10349.0, 10297.0, 10339.0, 10297.0, 10342.0, 10335.0, 10327.0, 10331.0, 10307.0, 10352.0, 10329.0, 10351.0, 10328.0, 10349.0, 10316.0, 10338.0, 10317.0, 10357.0, 10313.0, 10368.0, 10295.0, 10338.0, 10298.0, 10339.0, 10333.0, 10316.0, 10277.0, 10320.0, 10300.0, 10310.0, 10361.0, 10324.0, 10365.0, 10312.0, 10346.0, 10312.0, 10337.0, 10310.0, 10335.0, 10293.0, 10335.0, 10298.0, 10322.0, 10299.0, 10342.0, 10336.0, 10325.0, 10306.0, 10323.0, 10349.0, 10314.0, 10352.0, 10328.0, 10351.0, 10315.0, 10350.0, 10313.0, 10356.0, 10315.0, 10353.0, 10313.0, 10369.0, 10300.0, 10341.0, 10299.0, 10343.0, 10309.0, 10354.0, 10282.0, 10323.0, 10279.0, 10328.0, 10353.0, 10342.0, 10352.0, 10329.0, 10364.0, 10312.0, 10352.0, 10321.0, 10348.0, 10315.0, 10334.0, 10296.0, 10338.0, 10296.0, 10333.0, 10299.0, 10324.0, 10277.0, 10310.0, 10351.0, 10348.0, 10382.0, 10349.0, 10315.0, 10351.0, 10343.0, 10315.0, 10345.0, 10334.0, 10378.0, 10370.0, 10316.0, 10368.0, 10338.0, 10333.0, 10307.0, 10332.0, 10288.0, 10315.0, 10272.0, 10313.0, 10336.0, 10278.0, 10302.0, 10264.0, 10286.0, 10262.0, 10289.0, 10259.0, 10289.0, 10244.0, 10302.0, 10259.0, 10261.0, 10316.0, 10279.0, 10317.0, 10284.0, 10304.0, 10262.0, 10289.0, 10265.0, 10292.0, 10339.0, 10285.0, 10320.0, 10284.0, 10309.0, 10274.0, 10313.0, 10313.0, 10333.0, 10292.0, 10330.0, 10295.0, 10339.0, 10298.0, 10337.0, 10304.0, 10359.0, 10313.0, 10373.0, 10314.0, 10356.0, 10305.0, 10360.0, 10316.0, 10358.0, 10353.0, 10340.0, 10297.0, 10325.0, 10359.0, 10314.0, 10351.0, 10321.0, 10332.0, 10295.0, 10334.0, 10291.0, 10323.0, 10299.0, 10313.0, 10348.0, 10324.0, 10346.0, 10312.0, 10349.0, 10331.0, 10356.0, 10335.0, 10359.0, 10349.0, 10356.0, 10334.0, 10372.0, 10335.0, 10358.0, 10332.0, 10359.0, 10296.0, 10337.0, 10293.0, 10316.0, 10335.0, 10325.0, 10361.0, 10330.0, 10343.0, 10312.0, 10338.0, 10292.0, 10336.0, 10296.0, 10308.0, 10350.0, 10299.0, 10352.0, 10322.0, 10352.0, 10308.0, 10354.0, 10293.0, 10324.0, 10309.0, 10332.0, 10368.0, 10324.0, 10333.0, 10312.0, 10336.0, 10310.0, 10341.0, 10298.0, 10341.0, 10297.0, 10338.0, 10296.0, 10323.0, 10365.0, 10328.0, 10362.0, 10322.0, 10333.0, 10310.0, 10335.0, 10306.0, 10335.0, 10292.0, 10336.0, 10293.0, 10320.0, 10293.0, 10307.0, 10367.0, 10327.0, 10348.0, 10321.0, 10336.0, 10313.0, 10339.0, 10313.0, 10360.0, 10317.0, 10360.0, 10315.0, 10342.0, 10301.0, 10332.0, 10359.0, 10347.0, 10390.0, 10360.0, 10373.0, 10332.0, 10370.0, 10331.0, 10352.0, 10322.0, 10337.0, 10297.0, 10330.0, 10312.0, 10339.0, 10308.0, 10351.0, 10294.0, 10337.0, 10296.0, 10327.0, 10365.0, 10324.0, 10348.0, 10320.0, 10344.0, 10312.0, 10332.0, 10295.0, 10336.0, 10292.0, 10340.0, 10296.0, 10314.0, 10339.0, 10333.0, 10386.0, 10345.0, 10351.0, 10318.0, 10371.0, 10337.0, 10362.0, 10358.0, 10392.0, 10365.0, 10377.0, 10349.0, 10369.0, 10317.0, 10353.0, 10329.0, 10350.0, 10313.0, 10338.0, 10292.0, 10336.0, 10294.0, 10320.0, 10365.0, 10319.0, 10348.0, 10306.0, 10330.0, 10310.0, 10339.0, 10295.0, 10333.0, 10295.0, 10339.0, 10282.0, 10329.0, 10367.0, 10335.0, 10370.0, 10344.0, 10354.0, 10334.0, 10368.0, 10321.0, 10373.0, 10333.0, 10361.0, 10333.0, 10372.0, 10333.0, 10374.0, 10320.0, 10376.0, 10317.0, 10373.0, 10293.0, 10339.0, 10292.0, 10326.0, 10362.0, 10326.0, 10347.0, 10320.0, 10345.0, 10289.0, 10331.0, 10291.0, 10335.0, 10289.0, 10330.0, 10289.0, 10308.0, 10330.0, 10311.0, 10365.0, 10321.0, 10346.0, 10305.0, 10329.0, 10308.0, 10333.0, 10317.0, 10353.0, 10311.0, 10367.0, 10314.0, 10355.0, 10312.0, 10357.0, 10319.0, 10347.0, 10349.0, 10321.0, 10331.0, 10313.0, 10362.0, 10314.0, 10356.0, 10316.0, 10350.0, 10315.0, 10341.0, 10300.0, 10346.0, 10323.0, 10339.0, 10388.0, 10348.0, 10395.0, 10338.0, 10372.0, 10337.0, 10378.0, 10315.0, 10359.0, 10312.0, 10355.0, 10299.0, 10341.0, 10322.0, 10374.0, 10327.0, 10369.0, 10312.0, 10370.0, 10296.0, 10356.0, 10340.0, 10337.0, 10365.0, 10321.0, 10344.0, 10306.0, 10333.0, 10310.0, 10330.0, 10308.0, 10348.0, 10328.0, 10351.0, 10313.0, 10357.0, 10308.0, 10355.0, 10293.0, 10337.0, 10306.0, 10327.0, 10367.0, 10323.0, 10344.0, 10306.0, 10344.0, 10307.0, 10337.0, 10297.0, 10336.0, 10296.0, 10340.0, 10284.0, 10329.0, 10305.0, 10351.0, 10357.0, 10348.0, 10329.0, 10346.0, 10331.0, 10344.0, 10391.0, 10350.0, 10389.0, 10347.0, 10369.0, 10336.0, 10371.0, 10336.0, 10374.0, 10345.0, 10355.0, 10313.0, 10333.0, 10332.0, 10357.0, 10322.0, 10361.0, 10355.0, 10332.0, 10373.0, 10316.0, 10368.0, 10341.0, 10367.0, 10318.0, 10351.0, 10313.0, 10355.0, 10303.0, 10369.0, 10329.0, 10376.0, 10401.0, 10352.0, 10373.0, 10321.0, 10375.0, 10339.0, 10378.0, 10345.0, 10383.0, 10361.0, 10398.0, 10349.0, 10398.0, 10352.0, 10389.0, 10334.0, 10359.0, 10325.0, 10337.0, 10370.0, 10333.0, 10373.0, 10329.0, 10356.0, 10318.0, 10355.0, 10315.0, 10351.0, 10296.0, 10329.0, 10298.0, 10345.0, 10326.0, 10316.0, 10365.0, 10330.0, 10357.0, 10320.0, 10359.0, 10339.0, 10360.0, 10343.0, 10382.0, 10364.0, 10432.0, 10398.0, 10409.0, 10366.0, 10384.0, 10342.0, 10401.0, 10338.0, 10374.0, 10322.0, 10350.0, 10299.0, 10360.0, 10316.0, 10341.0, 10335.0, 10330.0, 10343.0, 10295.0, 10346.0, 10313.0, 10334.0, 10286.0, 10330.0, 10288.0, 10315.0, 10294.0, 10311.0, 10343.0, 10342.0, 10327.0, 10315.0, 10289.0, 10320.0, 10312.0, 10358.0, 10334.0, 10376.0, 10350.0, 10372.0, 10316.0, 10353.0, 10313.0, 10358.0, 10314.0, 10352.0, 10290.0, 10316.0, 10272.0, 10289.0, 10346.0, 10307.0, 10331.0, 10302.0, 10311.0, 10289.0, 10300.0, 10284.0, 10306.0, 10302.0, 10304.0, 10362.0, 10309.0, 10319.0, 10312.0, 10353.0, 10318.0, 10356.0, 10348.0, 10352.0, 10317.0, 10356.0, 10298.0, 10344.0, 10301.0, 10354.0, 10351.0, 10319.0, 10343.0, 10308.0, 10341.0, 10308.0, 10336.0, 10290.0, 10330.0, 10278.0, 10333.0, 10291.0, 10323.0, 10313.0, 10356.0, 10300.0, 10353.0, 10300.0, 10352.0, 10298.0, 10325.0, 10342.0, 10326.0, 10368.0, 10326.0, 10344.0, 10309.0, 10334.0, 10313.0, 10335.0, 10294.0, 10333.0, 10312.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.0004781425322213799</td></tr>
<tr><td colspan=3>aqi</td><td>0.024158269370735404</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.827333820849795</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3210685534977222</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9782564474886193</td></tr>
<tr><td colspan=3>efc</td><td>0.4745</td></tr>
<tr><td colspan=3>fber</td><td>6851.8535</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08240479706928235</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.061410159211524</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4388219421263395</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4134090333689353</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5919975745655983</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.311059218444485</td></tr>
<tr><td colspan=3>gcor</td><td>0.00965609</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015765037387609482</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.027511103078722954</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.139578616656886</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>24.0964</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>43.2124</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.1151</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297181.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>354.6356</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1568</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>605.9054</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3922.9818</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79363.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1535.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5064.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>993.8147</td></tr>
<tr><td colspan=3>tsnr</td><td>41.331642866600305</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>