<?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-0050_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-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0050/figures/sub-0050_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-0050/figures/sub-0050_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0050/figures/sub-0050_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-0050/ses-04/func/sub-0050_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>38df6368d6ff6c5547fb7c98ee52d201</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>13:02:49.550000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999102, 0.0354912, 0.023129, -0.0362862, 0.998731, 0.0349125]</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.0967612</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>[4154, -7780, -7215, 585, -66, -183, 44, 6]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>246.123</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9540f71c-bf0a-4464-9bf2-83de3ad39b1b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.680518388748169, -0.09735330194234848, 0.059023596346378326, 114.29046630859375], [-0.09522026777267456, 2.679523468017578, 0.09644520282745361, -79.2394790649414], [0.06205346807837486, -0.09366773813962936, 2.697631359100342, -37.79746627807617], [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': ['130249.550000', '130250.010000', '130250.470000', '130250.930000', '130251.390000', '130251.850000', '130252.310000', '130252.770000', '130253.230000', '130253.690000', '130254.150000', '130254.610000', '130255.070000', '130255.530000', '130255.990000', '130256.450000', '130256.910000', '130257.370000', '130257.830000', '130258.290000', '130258.750000', '130259.210000', '130259.670000', '130300.130000', '130300.590000', '130301.050000', '130301.510000', '130301.970000', '130302.430000', '130302.890000', '130303.350000', '130303.810000', '130304.270000', '130304.730000', '130305.190000', '130305.650000', '130306.110000', '130306.570000', '130307.030000', '130307.490000', '130307.950000', '130308.410000', '130308.870000', '130309.330000', '130309.790000', '130310.250000', '130310.710000', '130311.170000', '130311.630000', '130312.090000', '130312.550000', '130313.010000', '130313.470000', '130313.930000', '130314.390000', '130314.850000', '130315.310000', '130315.770000', '130316.230000', '130316.690000', '130317.150000', '130317.610000', '130318.070000', '130318.530000', '130318.990000', '130319.450000', '130319.910000', '130320.370000', '130320.830000', '130321.290000', '130321.750000', '130322.210000', '130322.670000', '130323.130000', '130323.590000', '130324.050000', '130324.510000', '130324.970000', '130325.430000', '130325.890000', '130326.350000', '130326.810000', '130327.270000', '130327.730000', '130328.190000', '130328.650000', '130329.110000', '130329.570000', '130330.030000', '130330.490000', '130330.950000', '130331.410000', '130331.870000', '130332.330000', '130332.790000', '130333.250000', '130333.710000', '130334.170000', '130334.630000', '130335.090000', '130335.550000', '130336.010000', '130336.470000', '130336.930000', '130337.390000', '130337.850000', '130338.310000', '130338.770000', '130339.230000', '130339.690000', '130340.150000', '130340.610000', '130341.070000', '130341.530000', '130341.990000', '130342.450000', '130342.910000', '130343.370000', '130343.830000', '130344.290000', '130344.750000', '130345.210000', '130345.670000', '130346.130000', '130346.590000', '130347.050000', '130347.510000', '130347.970000', '130348.430000', '130348.890000', '130349.350000', '130349.810000', '130350.270000', '130350.730000', '130351.190000', '130351.650000', '130352.110000', '130352.570000', '130353.030000', '130353.490000', '130353.950000', '130354.410000', '130354.870000', '130355.330000', '130355.790000', '130356.250000', '130356.710000', '130357.170000', '130357.630000', '130358.090000', '130358.550000', '130359.010000', '130359.470000', '130359.930000', '130400.390000', '130400.850000', '130401.310000', '130401.770000', '130402.230000', '130402.690000', '130403.150000', '130403.610000', '130404.070000', '130404.530000', '130404.990000', '130405.450000', '130405.910000', '130406.370000', '130406.830000', '130407.290000', '130407.750000', '130408.210000', '130408.670000', '130409.130000', '130409.590000', '130410.050000', '130410.510000', '130410.970000', '130411.430000', '130411.890000', '130412.350000', '130412.810000', '130413.270000', '130413.730000', '130414.190000', '130414.650000', '130415.110000', '130415.570000', '130416.030000', '130416.490000', '130416.950000', '130417.410000', '130417.870000', '130418.330000', '130418.790000', '130419.250000', '130419.710000', '130420.170000', '130420.630000', '130421.090000', '130421.550000', '130422.010000', '130422.470000', '130422.930000', '130423.390000', '130423.850000', '130424.310000', '130424.770000', '130425.230000', '130425.690000', '130426.150000', '130426.610000', '130427.070000', '130427.530000', '130427.990000', '130428.450000', '130428.910000', '130429.370000', '130429.830000', '130430.290000', '130430.750000', '130431.210000', '130431.670000', '130432.130000', '130432.590000', '130433.050000', '130433.510000', '130433.970000', '130434.430000', '130434.890000', '130435.350000', '130435.810000', '130436.270000', '130436.730000', '130437.190000', '130437.650000', '130438.110000', '130438.570000', '130439.030000', '130439.490000', '130439.950000', '130440.410000', '130440.870000', '130441.330000', '130441.790000', '130442.250000', '130442.710000', '130443.170000', '130443.630000', '130444.090000', '130444.550000', '130445.010000', '130445.470000', '130445.930000', '130446.390000', '130446.850000', '130447.310000', '130447.770000', '130448.230000', '130448.690000', '130449.150000', '130449.610000', '130450.070000', '130450.530000', '130450.990000', '130451.450000', '130451.910000', '130452.370000', '130452.830000', '130453.290000', '130453.750000', '130454.210000', '130454.670000', '130455.130000', '130455.590000', '130456.050000', '130456.510000', '130456.970000', '130457.430000', '130457.890000', '130458.350000', '130458.810000', '130459.270000', '130459.730000', '130500.190000', '130500.650000', '130501.110000', '130501.570000', '130502.030000', '130502.490000', '130502.950000', '130503.410000', '130503.870000', '130504.330000', '130504.790000', '130505.250000', '130505.710000', '130506.170000', '130506.630000', '130507.090000', '130507.550000', '130508.010000', '130508.470000', '130508.930000', '130509.390000', '130509.850000', '130510.310000', '130510.770000', '130511.230000', '130511.690000', '130512.150000', '130512.610000', '130513.070000', '130513.530000', '130513.990000', '130514.450000', '130514.910000', '130515.370000', '130515.830000', '130516.290000', '130516.750000', '130517.210000', '130517.670000', '130518.130000', '130518.590000', '130519.050000', '130519.510000', '130519.970000', '130520.430000', '130520.890000', '130521.350000', '130521.810000', '130522.270000', '130522.730000', '130523.190000', '130523.650000', '130524.110000', '130524.570000', '130525.030000', '130525.490000', '130525.950000', '130526.410000', '130526.870000', '130527.330000', '130527.790000', '130528.250000', '130528.710000', '130529.170000', '130529.630000', '130530.090000', '130530.550000', '130531.010000', '130531.470000', '130531.930000', '130532.390000', '130532.850000', '130533.310000', '130533.770000', '130534.230000', '130534.690000', '130535.150000', '130535.610000', '130536.070000', '130536.530000', '130536.990000', '130537.450000', '130537.910000', '130538.370000', '130538.830000', '130539.290000', '130539.750000', '130540.210000', '130540.670000', '130541.130000', '130541.590000', '130542.050000', '130542.510000', '130542.970000', '130543.430000', '130543.890000', '130544.350000', '130544.810000', '130545.270000', '130545.730000', '130546.190000', '130546.650000', '130547.110000', '130547.570000', '130548.030000', '130548.490000', '130548.950000', '130549.410000', '130549.870000', '130550.330000', '130550.790000', '130551.250000', '130551.710000', '130552.170000', '130552.630000', '130553.090000', '130553.550000', '130554.010000', '130554.470000', '130554.930000', '130555.390000', '130555.850000', '130556.310000', '130556.770000', '130557.230000', '130557.690000', '130558.150000', '130558.610000', '130559.070000', '130559.530000', '130559.990000', '130600.450000', '130600.910000', '130601.370000', '130601.830000', '130602.290000', '130602.750000', '130603.210000', '130603.670000', '130604.130000', '130604.590000', '130605.050000', '130605.510000', '130605.970000', '130606.430000', '130606.890000', '130607.350000', '130607.810000', '130608.270000', '130608.730000', '130609.190000', '130609.650000', '130610.110000', '130610.570000', '130611.030000', '130611.490000', '130611.950000', '130612.410000', '130612.870000', '130613.330000', '130613.790000', '130614.250000', '130614.710000', '130615.170000', '130615.630000', '130616.090000', '130616.550000', '130617.010000', '130617.470000', '130617.930000', '130618.390000', '130618.850000', '130619.310000', '130619.770000', '130620.230000', '130620.690000', '130621.150000', '130621.610000', '130622.070000', '130622.530000', '130622.990000', '130623.450000', '130623.910000', '130624.370000', '130624.830000', '130625.290000', '130625.750000', '130626.210000', '130626.670000', '130627.130000', '130627.590000', '130628.050000', '130628.510000', '130628.970000', '130629.430000', '130629.890000', '130630.350000', '130630.810000', '130631.270000', '130631.730000', '130632.190000', '130632.650000', '130633.110000', '130633.570000', '130634.030000', '130634.490000', '130634.950000', '130635.410000', '130635.870000', '130636.330000', '130636.790000', '130637.250000', '130637.710000', '130638.170000', '130638.630000', '130639.090000', '130639.550000', '130640.010000', '130640.470000', '130640.930000', '130641.390000', '130641.850000', '130642.310000', '130642.770000', '130643.230000', '130643.690000', '130644.150000', '130644.610000', '130645.070000', '130645.530000', '130645.990000', '130646.450000', '130646.910000', '130647.370000', '130647.830000', '130648.290000', '130648.750000', '130649.210000', '130649.670000', '130650.130000', '130650.590000', '130651.050000', '130651.510000', '130651.970000', '130652.430000', '130652.890000', '130653.350000', '130653.810000', '130654.270000', '130654.730000', '130655.190000', '130655.650000', '130656.110000', '130656.570000', '130657.030000', '130657.490000', '130657.950000', '130658.410000', '130658.870000', '130659.330000', '130659.790000', '130700.250000', '130700.710000', '130701.170000', '130701.630000', '130702.090000', '130702.550000', '130703.010000', '130703.470000', '130703.930000', '130704.390000', '130704.850000', '130705.310000', '130705.770000', '130706.230000', '130706.690000', '130707.150000', '130707.610000', '130708.070000', '130708.530000', '130708.990000', '130709.450000', '130709.910000', '130710.370000', '130710.830000', '130711.290000', '130711.750000', '130712.210000', '130712.670000', '130713.130000', '130713.590000', '130714.050000', '130714.510000', '130714.970000', '130715.430000', '130715.890000', '130716.350000', '130716.810000', '130717.270000', '130717.730000', '130718.190000', '130718.650000', '130719.110000', '130719.570000', '130720.030000', '130720.490000', '130720.950000', '130721.410000', '130721.870000', '130722.330000', '130722.790000', '130723.250000', '130723.710000', '130724.170000', '130724.630000', '130725.090000', '130725.550000', '130726.010000', '130726.470000', '130726.930000', '130727.390000', '130727.850000', '130728.310000', '130728.770000', '130729.230000', '130729.690000', '130730.150000', '130730.610000', '130731.070000', '130731.530000', '130731.990000', '130732.450000', '130732.910000', '130733.370000', '130733.830000', '130734.290000', '130734.750000', '130735.210000', '130735.670000', '130736.130000', '130736.590000', '130737.050000', '130737.510000', '130737.970000', '130738.430000', '130738.890000', '130739.350000', '130739.810000', '130740.270000', '130740.730000', '130741.190000', '130741.650000', '130742.110000', '130742.570000', '130743.030000', '130743.490000', '130743.950000', '130744.410000', '130744.870000', '130745.330000', '130745.790000', '130746.250000', '130746.710000', '130747.170000', '130747.630000', '130748.090000', '130748.550000', '130749.010000', '130749.470000', '130749.930000', '130750.390000', '130750.850000', '130751.310000', '130751.770000', '130752.230000', '130752.690000', '130753.150000', '130753.610000', '130754.070000', '130754.530000', '130754.990000', '130755.450000', '130755.910000', '130756.370000', '130756.830000', '130757.290000', '130757.750000', '130758.210000', '130758.670000', '130759.130000', '130759.590000', '130800.050000', '130800.510000', '130800.970000', '130801.430000', '130801.890000', '130802.350000', '130802.810000', '130803.270000', '130803.730000', '130804.190000', '130804.650000', '130805.110000', '130805.570000', '130806.030000', '130806.490000', '130806.950000', '130807.410000', '130807.870000', '130808.330000', '130808.790000', '130809.250000', '130809.710000', '130810.170000', '130810.630000', '130811.090000', '130811.550000', '130812.010000', '130812.470000', '130812.930000', '130813.390000', '130813.850000', '130814.310000', '130814.770000', '130815.230000', '130815.690000', '130816.150000', '130816.610000', '130817.070000', '130817.530000', '130817.990000', '130818.450000', '130818.910000', '130819.370000', '130819.830000', '130820.290000', '130820.750000', '130821.210000', '130821.670000', '130822.130000', '130822.590000', '130823.050000', '130823.510000', '130823.970000', '130824.430000', '130824.890000', '130825.350000', '130825.810000', '130826.270000', '130826.730000', '130827.190000', '130827.650000', '130828.110000', '130828.570000', '130829.030000', '130829.490000', '130829.950000', '130830.410000', '130830.870000', '130831.330000', '130831.790000', '130832.250000', '130832.710000', '130833.170000', '130833.630000', '130834.090000', '130834.550000', '130835.010000', '130835.470000', '130835.930000', '130836.390000', '130836.850000', '130837.310000', '130837.770000', '130838.230000', '130838.690000', '130839.150000', '130839.610000', '130840.070000', '130840.530000', '130840.990000', '130841.450000', '130841.910000', '130842.370000', '130842.830000', '130843.290000', '130843.750000', '130844.210000', '130844.670000', '130845.130000', '130845.590000', '130846.050000', '130846.510000', '130846.970000', '130847.430000', '130847.890000', '130848.350000', '130848.810000', '130849.270000', '130849.730000', '130850.190000', '130850.650000', '130851.110000', '130851.570000', '130852.030000', '130852.490000', '130852.950000', '130853.410000', '130853.870000', '130854.330000', '130854.790000', '130855.250000', '130855.710000', '130856.170000', '130856.630000', '130857.090000', '130857.550000', '130858.010000', '130858.470000', '130858.930000', '130859.390000', '130859.850000', '130900.310000', '130900.770000', '130901.230000', '130901.690000', '130902.150000', '130902.610000', '130903.070000', '130903.530000', '130903.990000', '130904.450000', '130904.910000', '130905.370000', '130905.830000', '130906.290000', '130906.750000', '130907.210000', '130907.670000', '130908.130000', '130908.590000', '130909.050000', '130909.510000', '130909.970000', '130910.430000', '130910.890000', '130911.350000', '130911.810000', '130912.270000', '130912.730000', '130913.190000', '130913.650000', '130914.110000', '130914.570000', '130915.030000', '130915.490000', '130915.950000', '130916.410000', '130916.870000', '130917.330000', '130917.790000', '130918.250000', '130918.710000', '130919.170000', '130919.630000', '130920.090000', '130920.550000', '130921.010000', '130921.470000', '130921.930000', '130922.390000', '130922.850000', '130923.310000', '130923.770000', '130924.230000', '130924.690000', '130925.150000', '130925.610000', '130926.070000', '130926.530000', '130926.990000', '130927.450000', '130927.910000', '130928.370000', '130928.830000', '130929.290000', '130929.750000', '130930.210000', '130930.670000', '130931.130000', '130931.590000', '130932.050000', '130932.510000', '130932.970000', '130933.430000', '130933.890000', '130934.350000', '130934.810000', '130935.270000', '130935.730000', '130936.190000', '130936.650000', '130937.110000', '130937.570000', '130938.030000', '130938.490000', '130938.950000', '130939.410000', '130939.870000', '130940.330000', '130940.790000', '130941.250000', '130941.710000', '130942.170000', '130942.630000', '130943.090000', '130943.550000', '130944.010000', '130944.470000', '130944.930000', '130945.390000', '130945.850000', '130946.310000', '130946.770000', '130947.230000', '130947.690000', '130948.150000', '130948.610000', '130949.070000', '130949.530000', '130949.990000', '130950.450000', '130950.910000', '130951.370000', '130951.830000', '130952.290000', '130952.750000', '130953.210000', '130953.670000', '130954.130000', '130954.590000', '130955.050000', '130955.510000', '130955.970000', '130956.430000', '130956.890000', '130957.350000', '130957.810000', '130958.270000', '130958.730000', '130959.190000', '130959.650000', '131000.110000', '131000.570000', '131001.030000', '131001.490000', '131001.950000', '131002.410000', '131002.870000', '131003.330000', '131003.790000', '131004.250000', '131004.710000', '131005.170000', '131005.630000', '131006.090000', '131006.550000', '131007.010000', '131007.470000', '131007.930000', '131008.390000', '131008.850000', '131009.310000', '131009.770000', '131010.230000', '131010.690000', '131011.150000', '131011.610000', '131012.070000', '131012.530000', '131012.990000', '131013.450000', '131013.910000', '131014.370000', '131014.830000', '131015.290000', '131015.750000', '131016.210000', '131016.670000', '131017.130000', '131017.590000', '131018.050000', '131018.510000', '131018.970000', '131019.430000', '131019.890000', '131020.350000', '131020.810000', '131021.270000', '131021.730000', '131022.190000', '131022.650000', '131023.110000', '131023.570000', '131024.030000', '131024.490000', '131024.950000', '131025.410000', '131025.870000', '131026.330000', '131026.790000', '131027.250000', '131027.710000', '131028.170000', '131028.630000', '131029.090000', '131029.550000', '131030.010000', '131030.470000', '131030.930000', '131031.390000', '131031.850000', '131032.310000', '131032.770000', '131033.230000', '131033.690000', '131034.150000', '131034.610000', '131035.070000', '131035.530000', '131035.990000', '131036.450000', '131036.910000', '131037.370000', '131037.830000', '131038.290000', '131038.750000', '131039.210000', '131039.670000', '131040.130000', '131040.590000', '131041.050000', '131041.510000', '131041.970000', '131042.430000', '131042.890000', '131043.350000', '131043.810000', '131044.270000', '131044.730000', '131045.190000', '131045.650000', '131046.110000', '131046.570000', '131047.030000', '131047.490000', '131047.950000', '131048.410000', '131048.870000', '131049.330000', '131049.790000', '131050.250000', '131050.710000', '131051.170000', '131051.630000', '131052.090000', '131052.550000', '131053.010000', '131053.470000', '131053.930000', '131054.390000', '131054.850000', '131055.310000', '131055.770000', '131056.230000', '131056.690000', '131057.150000', '131057.610000', '131058.070000', '131058.530000', '131058.990000', '131059.450000', '131059.910000', '131100.370000', '131100.830000', '131101.290000', '131101.750000', '131102.210000', '131102.670000', '131103.130000', '131103.590000', '131104.050000', '131104.510000', '131104.970000', '131105.430000', '131105.890000', '131106.350000', '131106.810000', '131107.270000', '131107.730000', '131108.190000', '131108.650000', '131109.110000', '131109.570000', '131110.030000', '131110.490000', '131110.950000', '131111.410000', '131111.870000', '131112.330000', '131112.790000', '131113.250000', '131113.710000', '131114.170000', '131114.630000', '131115.090000', '131115.550000', '131116.010000', '131116.470000', '131116.930000', '131117.390000', '131117.850000', '131118.310000', '131118.770000', '131119.230000', '131119.690000', '131120.150000', '131120.610000', '131121.070000', '131121.530000', '131121.990000', '131122.450000', '131122.910000', '131123.370000', '131123.830000', '131124.290000', '131124.750000', '131125.210000', '131125.670000', '131126.130000', '131126.590000', '131127.050000', '131127.510000', '131127.970000', '131128.430000', '131128.890000', '131129.350000', '131129.810000', '131130.270000', '131130.730000', '131131.190000', '131131.650000', '131132.110000', '131132.570000', '131133.030000', '131133.490000', '131133.950000', '131134.410000', '131134.870000', '131135.330000', '131135.790000', '131136.250000', '131136.710000', '131137.170000', '131137.630000', '131138.090000', '131138.550000', '131139.010000', '131139.470000', '131139.930000', '131140.390000', '131140.850000', '131141.310000', '131141.770000', '131142.230000', '131142.690000', '131143.150000', '131143.610000', '131144.070000', '131144.530000', '131144.990000', '131145.450000', '131145.910000', '131146.370000', '131146.830000', '131147.290000', '131147.750000', '131148.210000', '131148.670000', '131149.130000', '131149.590000', '131150.050000', '131150.510000', '131150.970000', '131151.430000', '131151.890000', '131152.350000', '131152.810000', '131153.270000', '131153.730000', '131154.190000', '131154.650000', '131155.110000', '131155.570000', '131156.030000', '131156.490000', '131156.950000', '131157.410000', '131157.870000', '131158.330000', '131158.790000', '131159.250000', '131159.710000', '131200.170000', '131200.630000', '131201.090000', '131201.550000', '131202.010000', '131202.470000', '131202.930000', '131203.390000', '131203.850000', '131204.310000', '131204.770000', '131205.230000', '131205.690000', '131206.150000', '131206.610000', '131207.070000', '131207.530000', '131207.990000', '131208.450000', '131208.910000', '131209.370000', '131209.830000', '131210.290000', '131210.750000', '131211.210000', '131211.670000', '131212.130000', '131212.590000', '131213.050000', '131213.510000', '131213.970000', '131214.430000', '131214.890000', '131215.350000', '131215.810000', '131216.270000', '131216.730000', '131217.190000', '131217.650000', '131218.110000', '131218.570000', '131219.030000', '131219.490000', '131219.950000', '131220.410000', '131220.870000', '131221.330000', '131221.790000', '131222.250000', '131222.710000', '131223.170000', '131223.630000', '131224.090000', '131224.550000', '131225.010000', '131225.470000', '131225.930000', '131226.390000', '131226.850000', '131227.310000', '131227.770000', '131228.230000', '131228.690000', '131229.150000', '131229.610000', '131230.070000', '131230.530000', '131230.990000', '131231.450000', '131231.910000', '131232.370000', '131232.830000', '131233.290000', '131233.750000', '131234.210000', '131234.670000', '131235.130000', '131235.590000', '131236.050000', '131236.510000', '131236.970000', '131237.430000', '131237.890000', '131238.350000', '131238.810000', '131239.270000', '131239.730000', '131240.190000', '131240.650000', '131241.110000', '131241.570000', '131242.030000', '131242.490000', '131242.950000', '131243.410000', '131243.870000', '131244.330000', '131244.790000', '131245.250000', '131245.710000', '131246.170000', '131246.630000', '131247.090000', '131247.550000', '131248.010000', '131248.470000', '131248.930000', '131249.390000', '131249.850000', '131250.310000', '131250.770000', '131251.230000', '131251.690000', '131252.150000', '131252.610000', '131253.070000', '131253.530000', '131253.990000', '131254.450000', '131254.910000', '131255.370000', '131255.830000', '131256.290000', '131256.750000', '131257.210000'], 'ContentTime': ['130303.747000', '130303.751000', '130303.753000', '130303.756000', '130303.765000', '130303.767000', '130303.770000', '130303.772000', '130303.775000', '130303.778000', '130303.780000', '130303.783000', '130303.785000', '130303.788000', '130303.791000', '130303.793000', '130303.796000', '130303.798000', '130303.801000', '130303.832000', '130303.834000', '130303.837000', '130303.840000', '130303.843000', '130303.846000', '130303.856000', '130303.858000', '130323.713000', '130323.716000', '130323.719000', '130323.721000', '130323.724000', '130323.727000', '130323.729000', '130323.737000', '130323.739000', '130323.742000', '130323.745000', '130323.747000', '130323.750000', '130323.752000', '130323.755000', '130323.758000', '130323.760000', '130323.763000', '130323.765000', '130323.768000', '130323.770000', '130323.773000', '130323.776000', '130323.778000', '130323.781000', '130323.783000', '130323.786000', '130323.788000', '130323.791000', '130323.794000', '130323.796000', '130323.799000', '130323.801000', '130323.804000', '130323.807000', '130323.809000', '130323.812000', '130323.814000', '130323.817000', '130323.819000', '130323.822000', '130323.825000', '130323.839000', '130323.842000', '130343.713000', '130343.716000', '130343.719000', '130343.722000', '130343.724000', '130343.727000', '130343.729000', '130343.732000', '130343.734000', '130343.737000', '130343.739000', '130343.742000', '130343.745000', '130343.747000', '130343.750000', '130343.752000', '130343.755000', '130343.758000', '130343.760000', '130343.763000', '130343.765000', '130343.768000', '130343.770000', '130343.773000', '130343.786000', '130343.788000', '130343.791000', '130343.794000', '130343.796000', '130343.799000', '130343.802000', '130343.804000', '130343.807000', '130343.809000', '130343.812000', '130343.814000', '130343.817000', '130343.820000', '130343.822000', '130343.825000', '130343.827000', '130343.830000', '130343.833000', '130403.713000', '130403.716000', '130403.719000', '130403.721000', '130403.724000', '130403.726000', '130403.729000', '130403.732000', '130403.734000', '130403.737000', '130403.739000', '130403.742000', '130403.745000', '130403.747000', '130403.750000', '130403.752000', '130403.755000', '130403.757000', '130403.760000', '130403.762000', '130403.765000', '130403.768000', '130403.770000', '130403.773000', '130403.775000', '130403.778000', '130403.781000', '130403.783000', '130403.786000', '130403.788000', '130403.791000', '130403.794000', '130403.796000', '130403.799000', '130403.801000', '130403.804000', '130403.807000', '130403.809000', '130403.812000', '130403.814000', '130403.817000', '130403.820000', '130403.822000', '130403.825000', '130423.713000', '130423.716000', '130423.719000', '130423.721000', '130423.724000', '130423.727000', '130423.729000', '130423.732000', '130423.734000', '130423.737000', '130423.739000', '130423.742000', '130423.745000', '130423.747000', '130423.750000', '130423.752000', '130423.755000', '130423.758000', '130423.760000', '130423.763000', '130423.765000', '130423.768000', '130423.770000', '130423.773000', '130423.775000', '130423.778000', '130423.781000', '130423.783000', '130423.786000', '130423.788000', '130423.791000', '130423.794000', '130423.796000', '130423.799000', '130423.801000', '130423.804000', '130423.806000', '130423.809000', '130423.812000', '130423.814000', '130423.817000', '130423.819000', '130423.822000', '130443.714000', '130443.716000', '130443.719000', '130443.722000', '130443.724000', '130443.727000', '130443.729000', '130443.732000', '130443.735000', '130443.737000', '130443.740000', '130443.742000', '130443.745000', '130443.748000', '130443.750000', '130443.753000', '130443.755000', '130443.758000', '130443.760000', '130443.763000', '130443.766000', '130443.768000', '130443.771000', '130443.773000', '130443.776000', '130443.778000', '130443.781000', '130443.784000', '130443.786000', '130443.789000', '130443.791000', '130443.794000', '130443.796000', '130443.799000', '130443.802000', '130443.804000', '130443.807000', '130443.809000', '130443.812000', '130443.815000', '130443.817000', '130443.820000', '130443.822000', '130443.825000', '130503.714000', '130503.716000', '130503.719000', '130503.722000', '130503.724000', '130503.727000', '130503.729000', '130503.732000', '130503.734000', '130503.737000', '130503.740000', '130503.742000', '130503.745000', '130503.747000', '130503.750000', '130503.753000', '130503.755000', '130503.758000', '130503.760000', '130503.763000', '130503.766000', '130503.768000', '130503.771000', '130503.773000', '130503.776000', '130503.779000', '130503.781000', '130503.784000', '130503.786000', '130503.789000', '130503.791000', '130503.794000', '130503.797000', '130503.822000', '130503.825000', '130503.827000', '130503.830000', '130503.847000', '130503.849000', '130503.852000', '130503.855000', '130503.857000', '130503.860000', '130523.715000', '130523.717000', '130523.720000', '130523.723000', '130523.726000', '130523.728000', '130523.731000', '130523.733000', '130523.736000', '130523.739000', '130523.741000', '130523.744000', '130523.747000', '130523.749000', '130523.752000', '130523.754000', '130523.757000', '130523.759000', '130523.762000', '130523.765000', '130523.767000', '130523.770000', '130523.772000', '130523.775000', '130523.778000', '130523.780000', '130523.783000', '130523.786000', '130523.788000', '130523.791000', '130523.793000', '130523.796000', '130523.798000', '130523.836000', '130523.838000', '130523.841000', '130523.844000', '130523.846000', '130523.849000', '130523.851000', '130523.854000', '130523.857000', '130523.859000', '130523.862000', '130543.713000', '130543.716000', '130543.719000', '130543.721000', '130543.724000', '130543.726000', '130543.729000', '130543.732000', '130543.734000', '130543.737000', '130543.739000', '130543.742000', '130543.744000', '130543.747000', '130543.750000', '130543.752000', '130543.755000', '130543.757000', '130543.760000', '130543.763000', '130543.765000', '130543.768000', '130543.770000', '130543.773000', '130543.775000', '130543.778000', '130543.781000', '130543.783000', '130543.786000', '130543.788000', '130543.791000', '130543.793000', '130543.796000', '130543.799000', '130543.801000', '130543.804000', '130543.806000', '130543.809000', '130543.811000', '130543.814000', '130543.817000', '130543.819000', '130543.822000', '130603.713000', '130603.716000', '130603.719000', '130603.721000', '130603.724000', '130603.727000', '130603.729000', '130603.732000', '130603.735000', '130603.737000', '130603.740000', '130603.742000', '130603.745000', '130603.747000', '130603.750000', '130603.753000', '130603.755000', '130603.758000', '130603.760000', '130603.763000', '130603.766000', '130603.768000', '130603.771000', '130603.773000', '130603.776000', '130603.779000', '130603.781000', '130603.784000', '130603.787000', '130603.789000', '130603.792000', '130603.794000', '130603.797000', '130603.833000', '130603.845000', '130603.848000', '130603.851000', '130603.853000', '130603.856000', '130603.858000', '130603.861000', '130603.863000', '130603.866000', '130623.714000', '130623.716000', '130623.719000', '130623.722000', '130623.724000', '130623.727000', '130623.729000', '130623.732000', '130623.735000', '130623.737000', '130623.740000', '130623.742000', '130623.745000', '130623.748000', '130623.750000', '130623.753000', '130623.755000', '130623.758000', '130623.761000', '130623.763000', '130623.766000', '130623.768000', '130623.771000', '130623.774000', '130623.776000', '130623.779000', '130623.781000', '130623.784000', '130623.787000', '130623.789000', '130623.792000', '130623.794000', '130623.797000', '130623.845000', '130623.847000', '130623.850000', '130623.853000', '130623.855000', '130623.858000', '130623.860000', '130623.863000', '130623.866000', '130623.868000', '130623.871000', '130643.713000', '130643.716000', '130643.719000', '130643.721000', '130643.724000', '130643.727000', '130643.729000', '130643.732000', '130643.735000', '130643.737000', '130643.740000', '130643.742000', '130643.745000', '130643.748000', '130643.750000', '130643.753000', '130643.755000', '130643.758000', '130643.761000', '130643.776000', '130643.779000', '130643.781000', '130643.784000', '130643.786000', '130643.789000', '130643.792000', '130643.794000', '130643.797000', '130643.838000', '130643.840000', '130643.843000', '130643.845000', '130643.848000', '130643.851000', '130643.853000', '130643.856000', '130643.858000', '130643.861000', '130643.864000', '130643.866000', '130643.869000', '130643.871000', '130643.874000', '130643.876000', '130703.713000', '130703.716000', '130703.719000', '130703.722000', '130703.724000', '130703.727000', '130703.729000', '130703.732000', '130703.735000', '130703.737000', '130703.740000', '130703.742000', '130703.745000', '130703.748000', '130703.750000', '130703.753000', '130703.755000', '130703.758000', '130703.761000', '130703.763000', '130703.766000', '130703.769000', '130703.771000', '130703.774000', '130703.776000', '130703.779000', '130703.781000', '130703.784000', '130703.787000', '130703.789000', '130703.792000', '130703.794000', '130703.797000', '130703.800000', '130703.802000', '130703.805000', '130703.807000', '130703.810000', '130703.813000', '130703.815000', '130703.818000', '130703.820000', '130703.823000', '130723.713000', '130723.716000', '130723.719000', '130723.721000', '130723.724000', '130723.727000', '130723.729000', '130723.732000', '130723.734000', '130723.737000', '130723.740000', '130723.742000', '130723.745000', '130723.747000', '130723.750000', '130723.752000', '130723.755000', '130723.758000', '130723.760000', '130723.763000', '130723.765000', '130723.768000', '130723.771000', '130723.773000', '130723.776000', '130723.778000', '130723.781000', '130723.783000', '130723.786000', '130723.789000', '130723.791000', '130723.794000', '130723.796000', '130723.799000', '130723.836000', '130723.838000', '130723.841000', '130723.843000', '130723.846000', '130723.849000', '130723.851000', '130723.854000', '130723.856000', '130723.859000', '130743.715000', '130743.718000', '130743.720000', '130743.723000', '130743.725000', '130743.728000', '130743.730000', '130743.733000', '130743.736000', '130743.739000', '130743.741000', '130743.744000', '130743.747000', '130743.749000', '130743.752000', '130743.754000', '130743.757000', '130743.759000', '130743.762000', '130743.765000', '130743.767000', '130743.770000', '130743.772000', '130743.775000', '130743.778000', '130743.780000', '130743.783000', '130743.785000', '130743.788000', '130743.791000', '130743.793000', '130743.796000', '130743.798000', '130743.801000', '130743.803000', '130743.806000', '130743.809000', '130743.811000', '130743.814000', '130743.816000', '130743.819000', '130743.821000', '130743.824000', '130803.714000', '130803.716000', '130803.719000', '130803.722000', '130803.724000', '130803.727000', '130803.730000', '130803.732000', '130803.735000', '130803.737000', '130803.740000', '130803.743000', '130803.746000', '130803.749000', '130803.752000', '130803.754000', '130803.757000', '130803.759000', '130803.762000', '130803.765000', '130803.767000', '130803.770000', '130803.772000', '130803.775000', '130803.778000', '130803.780000', '130803.783000', '130803.786000', '130803.788000', '130803.791000', '130803.793000', '130803.796000', '130803.799000', '130803.821000', '130803.824000', '130803.826000', '130803.829000', '130803.831000', '130803.834000', '130803.837000', '130803.839000', '130803.842000', '130803.844000', '130823.714000', '130823.717000', '130823.719000', '130823.722000', '130823.724000', '130823.727000', '130823.730000', '130823.732000', '130823.735000', '130823.747000', '130823.749000', '130823.752000', '130823.755000', '130823.757000', '130823.760000', '130823.762000', '130823.765000', '130823.768000', '130823.770000', '130823.773000', '130823.776000', '130823.778000', '130823.781000', '130823.783000', '130823.786000', '130823.788000', '130823.791000', '130823.794000', '130823.796000', '130823.799000', '130823.841000', '130823.844000', '130823.846000', '130823.849000', '130823.852000', '130823.854000', '130823.857000', '130823.859000', '130823.862000', '130823.865000', '130823.867000', '130823.870000', '130823.872000', '130823.875000', '130843.714000', '130843.716000', '130843.719000', '130843.722000', '130843.724000', '130843.727000', '130843.730000', '130843.732000', '130843.735000', '130843.738000', '130843.740000', '130843.743000', '130843.745000', '130843.748000', '130843.751000', '130843.753000', '130843.756000', '130843.759000', '130843.761000', '130843.764000', '130843.766000', '130843.769000', '130843.772000', '130843.774000', '130843.777000', '130843.779000', '130843.782000', '130843.784000', '130843.787000', '130843.790000', '130843.792000', '130843.795000', '130843.798000', '130843.852000', '130843.854000', '130843.857000', '130843.859000', '130843.862000', '130843.865000', '130843.867000', '130843.870000', '130843.872000', '130843.875000', '130903.714000', '130903.717000', '130903.719000', '130903.722000', '130903.724000', '130903.727000', '130903.730000', '130903.732000', '130903.735000', '130903.737000', '130903.741000', '130903.744000', '130903.747000', '130903.749000', '130903.752000', '130903.754000', '130903.757000', '130903.760000', '130903.762000', '130903.765000', '130903.767000', '130903.770000', '130903.773000', '130903.775000', '130903.778000', '130903.780000', '130903.783000', '130903.785000', '130903.788000', '130903.791000', '130903.794000', '130903.796000', '130903.799000', '130903.863000', '130903.866000', '130903.868000', '130903.871000', '130903.873000', '130903.876000', '130903.879000', '130903.881000', '130903.884000', '130903.887000', '130903.889000', '130923.714000', '130923.716000', '130923.719000', '130923.722000', '130923.724000', '130923.727000', '130923.729000', '130923.732000', '130923.735000', '130923.737000', '130923.740000', '130923.742000', '130923.745000', '130923.748000', '130923.750000', '130923.753000', '130923.755000', '130923.758000', '130923.760000', '130923.763000', '130923.766000', '130923.768000', '130923.771000', '130923.773000', '130923.776000', '130923.779000', '130923.781000', '130923.784000', '130923.788000', '130923.790000', '130923.793000', '130923.796000', '130923.798000', '130923.882000', '130923.884000', '130923.887000', '130923.890000', '130923.892000', '130923.895000', '130923.897000', '130923.900000', '130923.928000', '130923.931000', '130943.714000', '130943.716000', '130943.719000', '130943.722000', '130943.724000', '130943.727000', '130943.729000', '130943.732000', '130943.735000', '130943.737000', '130943.740000', '130943.743000', '130943.745000', '130943.748000', '130943.750000', '130943.753000', '130943.756000', '130943.758000', '130943.761000', '130943.764000', '130943.766000', '130943.769000', '130943.772000', '130943.774000', '130943.777000', '130943.779000', '130943.782000', '130943.785000', '130943.787000', '130943.790000', '130943.792000', '130943.795000', '130943.798000', '130943.800000', '130943.803000', '130943.805000', '130943.808000', '130943.811000', '130943.813000', '130943.816000', '130943.818000', '130943.821000', '130943.824000', '130943.826000', '131003.714000', '131003.718000', '131003.721000', '131003.723000', '131003.726000', '131003.729000', '131003.731000', '131003.734000', '131003.736000', '131003.739000', '131003.742000', '131003.744000', '131003.747000', '131003.750000', '131003.752000', '131003.755000', '131003.757000', '131003.760000', '131003.763000', '131003.765000', '131003.768000', '131003.770000', '131003.773000', '131003.776000', '131003.778000', '131003.781000', '131003.783000', '131003.786000', '131003.789000', '131003.791000', '131003.794000', '131003.796000', '131003.799000', '131003.802000', '131003.804000', '131003.807000', '131003.809000', '131003.812000', '131003.815000', '131003.817000', '131003.820000', '131003.823000', '131003.825000', '131023.714000', '131023.716000', '131023.719000', '131023.722000', '131023.724000', '131023.727000', '131023.729000', '131023.732000', '131023.735000', '131023.737000', '131023.740000', '131023.743000', '131023.745000', '131023.748000', '131023.750000', '131023.753000', '131023.756000', '131023.758000', '131023.761000', '131023.763000', '131023.766000', '131023.768000', '131023.771000', '131023.774000', '131023.776000', '131023.779000', '131023.781000', '131023.784000', '131023.787000', '131023.789000', '131023.792000', '131023.794000', '131023.797000', '131023.858000', '131023.861000', '131023.864000', '131023.866000', '131023.869000', '131023.871000', '131023.874000', '131023.877000', '131023.879000', '131023.882000', '131023.884000', '131043.714000', '131043.717000', '131043.719000', '131043.722000', '131043.724000', '131043.727000', '131043.730000', '131043.732000', '131043.735000', '131043.737000', '131043.740000', '131043.743000', '131043.745000', '131043.748000', '131043.751000', '131043.753000', '131043.756000', '131043.758000', '131043.761000', '131043.764000', '131043.766000', '131043.769000', '131043.772000', '131043.774000', '131043.777000', '131043.779000', '131043.782000', '131043.785000', '131043.788000', '131043.790000', '131043.793000', '131043.796000', '131043.798000', '131043.850000', '131043.853000', '131043.856000', '131043.858000', '131043.861000', '131043.863000', '131043.866000', '131043.869000', '131043.871000', '131043.874000', '131103.714000', '131103.717000', '131103.719000', '131103.722000', '131103.725000', '131103.727000', '131103.730000', '131103.732000', '131103.735000', '131103.738000', '131103.740000', '131103.743000', '131103.746000', '131103.748000', '131103.751000', '131103.753000', '131103.756000', '131103.759000', '131103.761000', '131103.764000', '131103.766000', '131103.769000', '131103.772000', '131103.774000', '131103.777000', '131103.779000', '131103.782000', '131103.785000', '131103.787000', '131103.790000', '131103.792000', '131103.795000', '131103.798000', '131103.825000', '131103.828000', '131103.830000', '131103.833000', '131103.835000', '131103.838000', '131103.841000', '131103.843000', '131103.846000', '131103.848000', '131103.851000', '131123.714000', '131123.716000', '131123.719000', '131123.722000', '131123.724000', '131123.727000', '131123.730000', '131123.732000', '131123.735000', '131123.737000', '131123.740000', '131123.743000', '131123.745000', '131123.748000', '131123.750000', '131123.753000', '131123.756000', '131123.758000', '131123.761000', '131123.763000', '131123.766000', '131123.769000', '131123.771000', '131123.774000', '131123.776000', '131123.779000', '131123.782000', '131123.784000', '131123.787000', '131123.790000', '131123.792000', '131123.795000', '131123.797000', '131123.851000', '131123.854000', '131123.856000', '131123.859000', '131123.862000', '131123.864000', '131123.867000', '131123.870000', '131123.872000', '131123.875000', '131143.714000', '131143.717000', '131143.719000', '131143.722000', '131143.724000', '131143.727000', '131143.730000', '131143.732000', '131143.735000', '131143.737000', '131143.740000', '131143.743000', '131143.745000', '131143.748000', '131143.750000', '131143.753000', '131143.756000', '131143.758000', '131143.761000', '131143.763000', '131143.766000', '131143.769000', '131143.771000', '131143.774000', '131143.776000', '131143.779000', '131143.782000', '131143.784000', '131143.787000', '131143.789000', '131143.792000', '131143.795000', '131143.797000', '131143.851000', '131143.854000', '131143.857000', '131143.859000', '131143.862000', '131143.864000', '131143.867000', '131143.870000', '131143.872000', '131143.875000', '131143.877000', '131203.714000', '131203.717000', '131203.719000', '131203.722000', '131203.724000', '131203.727000', '131203.730000', '131203.732000', '131203.735000', '131203.737000', '131203.740000', '131203.743000', '131203.745000', '131203.748000', '131203.750000', '131203.753000', '131203.756000', '131203.758000', '131203.761000', '131203.763000', '131203.766000', '131203.769000', '131203.771000', '131203.774000', '131203.776000', '131203.779000', '131203.782000', '131203.784000', '131203.787000', '131203.789000', '131203.792000', '131203.795000', '131203.797000', '131203.903000', '131203.915000', '131203.918000', '131203.921000', '131203.924000', '131203.926000', '131203.929000', '131203.931000', '131203.934000', '131203.936000', '131223.715000', '131223.717000', '131223.720000', '131223.723000', '131223.725000', '131223.728000', '131223.730000', '131223.733000', '131223.736000', '131223.738000', '131223.741000', '131223.743000', '131223.746000', '131223.749000', '131223.751000', '131223.754000', '131223.757000', '131223.759000', '131223.762000', '131223.764000', '131223.767000', '131223.770000', '131223.772000', '131223.775000', '131223.777000', '131223.780000', '131223.783000', '131223.785000', '131223.788000', '131223.790000', '131223.793000', '131223.796000', '131223.798000', '131223.902000', '131223.905000', '131223.908000', '131223.910000', '131223.913000', '131223.915000', '131223.918000', '131223.921000', '131223.923000', '131223.926000', '131223.928000', '131243.714000', '131243.716000', '131243.719000', '131243.722000', '131243.724000', '131243.727000', '131243.730000', '131243.732000', '131243.735000', '131243.737000', '131243.740000', '131243.743000', '131243.745000', '131243.748000', '131243.750000', '131243.753000', '131243.755000', '131243.758000', '131243.761000', '131243.763000', '131243.766000', '131243.769000', '131243.771000', '131243.774000', '131243.776000', '131243.779000', '131243.781000', '131243.784000', '131243.787000', '131243.789000', '131243.792000', '131243.794000', '131243.797000', '131243.800000', '131243.851000', '131243.854000', '131243.856000', '131243.859000', '131243.861000', '131243.864000', '131243.866000', '131243.869000', '131243.872000', '131259.021000', '131259.024000', '131259.027000', '131259.029000', '131259.032000', '131259.035000', '131259.037000', '131259.040000', '131259.043000', '131259.045000', '131259.048000', '131259.050000', '131259.053000', '131259.056000', '131259.058000', '131259.061000', '131259.063000', '131259.066000', '131259.069000', '131259.071000', '131259.074000', '131259.076000', '131259.079000', '131259.082000', '131259.084000', '131259.087000', '131259.089000', '131259.092000', '131259.094000', '131259.097000', '131259.100000', '131259.102000', '131259.105000', '131259.108000'], 'InstanceCreationTime': ['130303.747000', '130303.751000', '130303.753000', '130303.756000', '130303.765000', '130303.767000', '130303.770000', '130303.772000', '130303.775000', '130303.778000', '130303.780000', '130303.783000', '130303.785000', '130303.788000', '130303.791000', '130303.793000', '130303.796000', '130303.798000', '130303.801000', '130303.832000', '130303.834000', '130303.837000', '130303.840000', '130303.843000', '130303.846000', '130303.856000', '130303.858000', '130323.713000', '130323.716000', '130323.719000', '130323.721000', '130323.724000', '130323.727000', '130323.729000', '130323.737000', '130323.739000', '130323.742000', '130323.745000', '130323.747000', '130323.750000', '130323.752000', '130323.755000', '130323.758000', '130323.760000', '130323.763000', '130323.765000', '130323.768000', '130323.770000', '130323.773000', '130323.776000', '130323.778000', '130323.781000', '130323.783000', '130323.786000', '130323.788000', '130323.791000', '130323.794000', '130323.796000', '130323.799000', '130323.801000', '130323.804000', '130323.807000', '130323.809000', '130323.812000', '130323.814000', '130323.817000', '130323.819000', '130323.822000', '130323.825000', '130323.839000', '130323.842000', '130343.713000', '130343.716000', '130343.719000', '130343.722000', '130343.724000', '130343.727000', '130343.729000', '130343.732000', '130343.734000', '130343.737000', '130343.739000', '130343.742000', '130343.745000', '130343.747000', '130343.750000', '130343.752000', '130343.755000', '130343.758000', '130343.760000', '130343.763000', '130343.765000', '130343.768000', '130343.770000', '130343.773000', '130343.786000', '130343.788000', '130343.791000', '130343.794000', '130343.796000', '130343.799000', '130343.802000', '130343.804000', '130343.807000', '130343.809000', '130343.812000', '130343.814000', '130343.817000', '130343.820000', '130343.822000', '130343.825000', '130343.827000', '130343.830000', '130343.833000', '130403.713000', '130403.716000', '130403.719000', '130403.721000', '130403.724000', '130403.726000', '130403.729000', '130403.732000', '130403.734000', '130403.737000', '130403.739000', '130403.742000', '130403.745000', '130403.747000', '130403.750000', '130403.752000', '130403.755000', '130403.757000', '130403.760000', '130403.762000', '130403.765000', '130403.768000', '130403.770000', '130403.773000', '130403.775000', '130403.778000', '130403.781000', '130403.783000', '130403.786000', '130403.788000', '130403.791000', '130403.794000', '130403.796000', '130403.799000', '130403.801000', '130403.804000', '130403.807000', '130403.809000', '130403.812000', '130403.814000', '130403.817000', '130403.820000', '130403.822000', '130403.825000', '130423.713000', '130423.716000', '130423.719000', '130423.721000', '130423.724000', '130423.727000', '130423.729000', '130423.732000', '130423.734000', '130423.737000', '130423.739000', '130423.742000', '130423.745000', '130423.747000', '130423.750000', '130423.752000', '130423.755000', '130423.758000', '130423.760000', '130423.763000', '130423.765000', '130423.768000', '130423.770000', '130423.773000', '130423.775000', '130423.778000', '130423.781000', '130423.783000', '130423.786000', '130423.788000', '130423.791000', '130423.794000', '130423.796000', '130423.799000', '130423.801000', '130423.804000', '130423.806000', '130423.809000', '130423.812000', '130423.814000', '130423.817000', '130423.819000', '130423.822000', '130443.714000', '130443.716000', '130443.719000', '130443.722000', '130443.724000', '130443.727000', '130443.729000', '130443.732000', '130443.735000', '130443.737000', '130443.740000', '130443.742000', '130443.745000', '130443.748000', '130443.750000', '130443.753000', '130443.755000', '130443.758000', '130443.760000', '130443.763000', '130443.766000', '130443.768000', '130443.771000', '130443.773000', '130443.776000', '130443.778000', '130443.781000', '130443.784000', '130443.786000', '130443.789000', '130443.791000', '130443.794000', '130443.796000', '130443.799000', '130443.802000', '130443.804000', '130443.807000', '130443.809000', '130443.812000', '130443.815000', '130443.817000', '130443.820000', '130443.822000', '130443.825000', '130503.714000', '130503.716000', '130503.719000', '130503.722000', '130503.724000', '130503.727000', '130503.729000', '130503.732000', '130503.734000', '130503.737000', '130503.740000', '130503.742000', '130503.745000', '130503.747000', '130503.750000', '130503.753000', '130503.755000', '130503.758000', '130503.760000', '130503.763000', '130503.766000', '130503.768000', '130503.771000', '130503.773000', '130503.776000', '130503.779000', '130503.781000', '130503.784000', '130503.786000', '130503.789000', '130503.791000', '130503.794000', '130503.797000', '130503.822000', '130503.825000', '130503.827000', '130503.830000', '130503.847000', '130503.849000', '130503.852000', '130503.855000', '130503.857000', '130503.860000', '130523.715000', '130523.717000', '130523.720000', '130523.723000', '130523.726000', '130523.728000', '130523.731000', '130523.733000', '130523.736000', '130523.739000', '130523.741000', '130523.744000', '130523.747000', '130523.749000', '130523.752000', '130523.754000', '130523.757000', '130523.759000', '130523.762000', '130523.765000', '130523.767000', '130523.770000', '130523.772000', '130523.775000', '130523.778000', '130523.780000', '130523.783000', '130523.786000', '130523.788000', '130523.791000', '130523.793000', '130523.796000', '130523.798000', '130523.836000', '130523.838000', '130523.841000', '130523.844000', '130523.846000', '130523.849000', '130523.851000', '130523.854000', '130523.857000', '130523.859000', '130523.862000', '130543.713000', '130543.716000', '130543.719000', '130543.721000', '130543.724000', '130543.726000', '130543.729000', '130543.732000', '130543.734000', '130543.737000', '130543.739000', '130543.742000', '130543.744000', '130543.747000', '130543.750000', '130543.752000', '130543.755000', '130543.757000', '130543.760000', '130543.763000', '130543.765000', '130543.768000', '130543.770000', '130543.773000', '130543.775000', '130543.778000', '130543.781000', '130543.783000', '130543.786000', '130543.788000', '130543.791000', '130543.793000', '130543.796000', '130543.799000', '130543.801000', '130543.804000', '130543.806000', '130543.809000', '130543.811000', '130543.814000', '130543.817000', '130543.819000', '130543.822000', '130603.713000', '130603.716000', '130603.719000', '130603.721000', '130603.724000', '130603.727000', '130603.729000', '130603.732000', '130603.735000', '130603.737000', '130603.740000', '130603.742000', '130603.745000', '130603.747000', '130603.750000', '130603.753000', '130603.755000', '130603.758000', '130603.760000', '130603.763000', '130603.766000', '130603.768000', '130603.771000', '130603.773000', '130603.776000', '130603.779000', '130603.781000', '130603.784000', '130603.787000', '130603.789000', '130603.792000', '130603.794000', '130603.797000', '130603.833000', '130603.845000', '130603.848000', '130603.851000', '130603.853000', '130603.856000', '130603.858000', '130603.861000', '130603.863000', '130603.866000', '130623.714000', '130623.716000', '130623.719000', '130623.722000', '130623.724000', '130623.727000', '130623.729000', '130623.732000', '130623.735000', '130623.737000', '130623.740000', '130623.742000', '130623.745000', '130623.748000', '130623.750000', '130623.753000', '130623.755000', '130623.758000', '130623.761000', '130623.763000', '130623.766000', '130623.768000', '130623.771000', '130623.774000', '130623.776000', '130623.779000', '130623.781000', '130623.784000', '130623.787000', '130623.789000', '130623.792000', '130623.794000', '130623.797000', '130623.845000', '130623.847000', '130623.850000', '130623.853000', '130623.855000', '130623.858000', '130623.860000', '130623.863000', '130623.866000', '130623.868000', '130623.871000', '130643.713000', '130643.716000', '130643.719000', '130643.721000', '130643.724000', '130643.727000', '130643.729000', '130643.732000', '130643.735000', '130643.737000', '130643.740000', '130643.742000', '130643.745000', '130643.748000', '130643.750000', '130643.753000', '130643.755000', '130643.758000', '130643.761000', '130643.776000', '130643.779000', '130643.781000', '130643.784000', '130643.786000', '130643.789000', '130643.792000', '130643.794000', '130643.797000', '130643.838000', '130643.840000', '130643.843000', '130643.845000', '130643.848000', '130643.851000', '130643.853000', '130643.856000', '130643.858000', '130643.861000', '130643.864000', '130643.866000', '130643.869000', '130643.871000', '130643.874000', '130643.876000', '130703.713000', '130703.716000', '130703.719000', '130703.722000', '130703.724000', '130703.727000', '130703.729000', '130703.732000', '130703.735000', '130703.737000', '130703.740000', '130703.742000', '130703.745000', '130703.748000', '130703.750000', '130703.753000', '130703.755000', '130703.758000', '130703.761000', '130703.763000', '130703.766000', '130703.769000', '130703.771000', '130703.774000', '130703.776000', '130703.779000', '130703.781000', '130703.784000', '130703.787000', '130703.789000', '130703.792000', '130703.794000', '130703.797000', '130703.800000', '130703.802000', '130703.805000', '130703.807000', '130703.810000', '130703.813000', '130703.815000', '130703.818000', '130703.820000', '130703.823000', '130723.713000', '130723.716000', '130723.719000', '130723.721000', '130723.724000', '130723.727000', '130723.729000', '130723.732000', '130723.734000', '130723.737000', '130723.740000', '130723.742000', '130723.745000', '130723.747000', '130723.750000', '130723.752000', '130723.755000', '130723.758000', '130723.760000', '130723.763000', '130723.765000', '130723.768000', '130723.771000', '130723.773000', '130723.776000', '130723.778000', '130723.781000', '130723.783000', '130723.786000', '130723.789000', '130723.791000', '130723.794000', '130723.796000', '130723.799000', '130723.836000', '130723.838000', '130723.841000', '130723.843000', '130723.846000', '130723.849000', '130723.851000', '130723.854000', '130723.856000', '130723.859000', '130743.715000', '130743.718000', '130743.720000', '130743.723000', '130743.725000', '130743.728000', '130743.730000', '130743.733000', '130743.736000', '130743.739000', '130743.741000', '130743.744000', '130743.747000', '130743.749000', '130743.752000', '130743.754000', '130743.757000', '130743.759000', '130743.762000', '130743.765000', '130743.767000', '130743.770000', '130743.772000', '130743.775000', '130743.778000', '130743.780000', '130743.783000', '130743.785000', '130743.788000', '130743.791000', '130743.793000', '130743.796000', '130743.798000', '130743.801000', '130743.803000', '130743.806000', '130743.809000', '130743.811000', '130743.814000', '130743.816000', '130743.819000', '130743.821000', '130743.824000', '130803.714000', '130803.716000', '130803.719000', '130803.722000', '130803.724000', '130803.727000', '130803.730000', '130803.732000', '130803.735000', '130803.737000', '130803.740000', '130803.743000', '130803.746000', '130803.749000', '130803.752000', '130803.754000', '130803.757000', '130803.759000', '130803.762000', '130803.765000', '130803.767000', '130803.770000', '130803.772000', '130803.775000', '130803.778000', '130803.780000', '130803.783000', '130803.786000', '130803.788000', '130803.791000', '130803.793000', '130803.796000', '130803.799000', '130803.821000', '130803.824000', '130803.826000', '130803.829000', '130803.831000', '130803.834000', '130803.837000', '130803.839000', '130803.842000', '130803.844000', '130823.714000', '130823.717000', '130823.719000', '130823.722000', '130823.724000', '130823.727000', '130823.730000', '130823.732000', '130823.735000', '130823.747000', '130823.749000', '130823.752000', '130823.755000', '130823.757000', '130823.760000', '130823.762000', '130823.765000', '130823.768000', '130823.770000', '130823.773000', '130823.776000', '130823.778000', '130823.781000', '130823.783000', '130823.786000', '130823.788000', '130823.791000', '130823.794000', '130823.796000', '130823.799000', '130823.841000', '130823.844000', '130823.846000', '130823.849000', '130823.852000', '130823.854000', '130823.857000', '130823.859000', '130823.862000', '130823.865000', '130823.867000', '130823.870000', '130823.872000', '130823.875000', '130843.714000', '130843.716000', '130843.719000', '130843.722000', '130843.724000', '130843.727000', '130843.730000', '130843.732000', '130843.735000', '130843.738000', '130843.740000', '130843.743000', '130843.745000', '130843.748000', '130843.751000', '130843.753000', '130843.756000', '130843.759000', '130843.761000', '130843.764000', '130843.766000', '130843.769000', '130843.772000', '130843.774000', '130843.777000', '130843.779000', '130843.782000', '130843.784000', '130843.787000', '130843.790000', '130843.792000', '130843.795000', '130843.798000', '130843.852000', '130843.854000', '130843.857000', '130843.859000', '130843.862000', '130843.865000', '130843.867000', '130843.870000', '130843.872000', '130843.875000', '130903.714000', '130903.717000', '130903.719000', '130903.722000', '130903.724000', '130903.727000', '130903.730000', '130903.732000', '130903.735000', '130903.737000', '130903.741000', '130903.744000', '130903.747000', '130903.749000', '130903.752000', '130903.754000', '130903.757000', '130903.760000', '130903.762000', '130903.765000', '130903.767000', '130903.770000', '130903.773000', '130903.775000', '130903.778000', '130903.780000', '130903.783000', '130903.785000', '130903.788000', '130903.791000', '130903.794000', '130903.796000', '130903.799000', '130903.863000', '130903.866000', '130903.868000', '130903.871000', '130903.873000', '130903.876000', '130903.879000', '130903.881000', '130903.884000', '130903.887000', '130903.889000', '130923.714000', '130923.716000', '130923.719000', '130923.722000', '130923.724000', '130923.727000', '130923.729000', '130923.732000', '130923.735000', '130923.737000', '130923.740000', '130923.742000', '130923.745000', '130923.748000', '130923.750000', '130923.753000', '130923.755000', '130923.758000', '130923.760000', '130923.763000', '130923.766000', '130923.768000', '130923.771000', '130923.773000', '130923.776000', '130923.779000', '130923.781000', '130923.784000', '130923.788000', '130923.790000', '130923.793000', '130923.796000', '130923.798000', '130923.882000', '130923.884000', '130923.887000', '130923.890000', '130923.892000', '130923.895000', '130923.897000', '130923.900000', '130923.928000', '130923.931000', '130943.714000', '130943.716000', '130943.719000', '130943.722000', '130943.724000', '130943.727000', '130943.729000', '130943.732000', '130943.735000', '130943.737000', '130943.740000', '130943.743000', '130943.745000', '130943.748000', '130943.750000', '130943.753000', '130943.756000', '130943.758000', '130943.761000', '130943.764000', '130943.766000', '130943.769000', '130943.772000', '130943.774000', '130943.777000', '130943.779000', '130943.782000', '130943.785000', '130943.787000', '130943.790000', '130943.792000', '130943.795000', '130943.798000', '130943.800000', '130943.803000', '130943.805000', '130943.808000', '130943.811000', '130943.813000', '130943.816000', '130943.818000', '130943.821000', '130943.824000', '130943.826000', '131003.714000', '131003.718000', '131003.721000', '131003.723000', '131003.726000', '131003.729000', '131003.731000', '131003.734000', '131003.736000', '131003.739000', '131003.742000', '131003.744000', '131003.747000', '131003.750000', '131003.752000', '131003.755000', '131003.757000', '131003.760000', '131003.763000', '131003.765000', '131003.768000', '131003.770000', '131003.773000', '131003.776000', '131003.778000', '131003.781000', '131003.783000', '131003.786000', '131003.789000', '131003.791000', '131003.794000', '131003.796000', '131003.799000', '131003.802000', '131003.804000', '131003.807000', '131003.809000', '131003.812000', '131003.815000', '131003.817000', '131003.820000', '131003.823000', '131003.825000', '131023.714000', '131023.716000', '131023.719000', '131023.722000', '131023.724000', '131023.727000', '131023.729000', '131023.732000', '131023.735000', '131023.737000', '131023.740000', '131023.743000', '131023.745000', '131023.748000', '131023.750000', '131023.753000', '131023.756000', '131023.758000', '131023.761000', '131023.763000', '131023.766000', '131023.768000', '131023.771000', '131023.774000', '131023.776000', '131023.779000', '131023.781000', '131023.784000', '131023.787000', '131023.789000', '131023.792000', '131023.794000', '131023.797000', '131023.858000', '131023.861000', '131023.864000', '131023.866000', '131023.869000', '131023.871000', '131023.874000', '131023.877000', '131023.879000', '131023.882000', '131023.884000', '131043.714000', '131043.717000', '131043.719000', '131043.722000', '131043.724000', '131043.727000', '131043.730000', '131043.732000', '131043.735000', '131043.737000', '131043.740000', '131043.743000', '131043.745000', '131043.748000', '131043.751000', '131043.753000', '131043.756000', '131043.758000', '131043.761000', '131043.764000', '131043.766000', '131043.769000', '131043.772000', '131043.774000', '131043.777000', '131043.779000', '131043.782000', '131043.785000', '131043.788000', '131043.790000', '131043.793000', '131043.796000', '131043.798000', '131043.850000', '131043.853000', '131043.856000', '131043.858000', '131043.861000', '131043.863000', '131043.866000', '131043.869000', '131043.871000', '131043.874000', '131103.714000', '131103.717000', '131103.719000', '131103.722000', '131103.725000', '131103.727000', '131103.730000', '131103.732000', '131103.735000', '131103.738000', '131103.740000', '131103.743000', '131103.746000', '131103.748000', '131103.751000', '131103.753000', '131103.756000', '131103.759000', '131103.761000', '131103.764000', '131103.766000', '131103.769000', '131103.772000', '131103.774000', '131103.777000', '131103.779000', '131103.782000', '131103.785000', '131103.787000', '131103.790000', '131103.792000', '131103.795000', '131103.798000', '131103.825000', '131103.828000', '131103.830000', '131103.833000', '131103.835000', '131103.838000', '131103.841000', '131103.843000', '131103.846000', '131103.848000', '131103.851000', '131123.714000', '131123.716000', '131123.719000', '131123.722000', '131123.724000', '131123.727000', '131123.730000', '131123.732000', '131123.735000', '131123.737000', '131123.740000', '131123.743000', '131123.745000', '131123.748000', '131123.750000', '131123.753000', '131123.756000', '131123.758000', '131123.761000', '131123.763000', '131123.766000', '131123.769000', '131123.771000', '131123.774000', '131123.776000', '131123.779000', '131123.782000', '131123.784000', '131123.787000', '131123.790000', '131123.792000', '131123.795000', '131123.797000', '131123.851000', '131123.854000', '131123.856000', '131123.859000', '131123.862000', '131123.864000', '131123.867000', '131123.870000', '131123.872000', '131123.875000', '131143.714000', '131143.717000', '131143.719000', '131143.722000', '131143.724000', '131143.727000', '131143.730000', '131143.732000', '131143.735000', '131143.737000', '131143.740000', '131143.743000', '131143.745000', '131143.748000', '131143.750000', '131143.753000', '131143.756000', '131143.758000', '131143.761000', '131143.763000', '131143.766000', '131143.769000', '131143.771000', '131143.774000', '131143.776000', '131143.779000', '131143.782000', '131143.784000', '131143.787000', '131143.789000', '131143.792000', '131143.795000', '131143.797000', '131143.851000', '131143.854000', '131143.857000', '131143.859000', '131143.862000', '131143.864000', '131143.867000', '131143.870000', '131143.872000', '131143.875000', '131143.877000', '131203.714000', '131203.717000', '131203.719000', '131203.722000', '131203.724000', '131203.727000', '131203.730000', '131203.732000', '131203.735000', '131203.737000', '131203.740000', '131203.743000', '131203.745000', '131203.748000', '131203.750000', '131203.753000', '131203.756000', '131203.758000', '131203.761000', '131203.763000', '131203.766000', '131203.769000', '131203.771000', '131203.774000', '131203.776000', '131203.779000', '131203.782000', '131203.784000', '131203.787000', '131203.789000', '131203.792000', '131203.795000', '131203.797000', '131203.903000', '131203.915000', '131203.918000', '131203.921000', '131203.924000', '131203.926000', '131203.929000', '131203.931000', '131203.934000', '131203.936000', '131223.715000', '131223.717000', '131223.720000', '131223.723000', '131223.725000', '131223.728000', '131223.730000', '131223.733000', '131223.736000', '131223.738000', '131223.741000', '131223.743000', '131223.746000', '131223.749000', '131223.751000', '131223.754000', '131223.757000', '131223.759000', '131223.762000', '131223.764000', '131223.767000', '131223.770000', '131223.772000', '131223.775000', '131223.777000', '131223.780000', '131223.783000', '131223.785000', '131223.788000', '131223.790000', '131223.793000', '131223.796000', '131223.798000', '131223.902000', '131223.905000', '131223.908000', '131223.910000', '131223.913000', '131223.915000', '131223.918000', '131223.921000', '131223.923000', '131223.926000', '131223.928000', '131243.714000', '131243.716000', '131243.719000', '131243.722000', '131243.724000', '131243.727000', '131243.730000', '131243.732000', '131243.735000', '131243.737000', '131243.740000', '131243.743000', '131243.745000', '131243.748000', '131243.750000', '131243.753000', '131243.755000', '131243.758000', '131243.761000', '131243.763000', '131243.766000', '131243.769000', '131243.771000', '131243.774000', '131243.776000', '131243.779000', '131243.781000', '131243.784000', '131243.787000', '131243.789000', '131243.792000', '131243.794000', '131243.797000', '131243.800000', '131243.851000', '131243.854000', '131243.856000', '131243.859000', '131243.861000', '131243.864000', '131243.866000', '131243.869000', '131243.872000', '131259.021000', '131259.024000', '131259.027000', '131259.029000', '131259.032000', '131259.035000', '131259.037000', '131259.040000', '131259.043000', '131259.045000', '131259.048000', '131259.050000', '131259.053000', '131259.056000', '131259.058000', '131259.061000', '131259.063000', '131259.066000', '131259.069000', '131259.071000', '131259.074000', '131259.076000', '131259.079000', '131259.082000', '131259.084000', '131259.087000', '131259.089000', '131259.092000', '131259.094000', '131259.097000', '131259.100000', '131259.102000', '131259.105000', '131259.108000'], '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': [19272, 14672, 12385, 11342, 16300, 12645, 10942, 17568, 13590, 12806, 16584, 12388, 10910, 11836, 15283, 12808, 10364, 13958, 13252, 11714, 10900, 17831, 13126, 11430, 10702, 16113, 13100, 11032, 18334, 13129, 11013, 18786, 14566, 12173, 13019, 15333, 13541, 11700, 17842, 13268, 12078, 12492, 16518, 13482, 10963, 16944, 13256, 10506, 17615, 14308, 12264, 11937, 15104, 12691, 10801, 17841, 13628, 11745, 12354, 15785, 12999, 11028, 17044, 13406, 12088, 13750, 15837, 12947, 10402, 16614, 13516, 11199, 16661, 14135, 11961, 13242, 15933, 13591, 10858, 16646, 12987, 10765, 16205, 12957, 18446, 14874, 11905, 15055, 13702, 11471, 13664, 14947, 12655, 10011, 15800, 13137, 11535, 15379, 14360, 11761, 14935, 14166, 11578, 18699, 14308, 10706, 16700, 13300, 10633, 16983, 12977, 10447, 16163, 12767, 11076, 16050, 12910, 13707, 14465, 11950, 17863, 13646, 17433, 14237, 10706, 16370, 12925, 15529, 13952, 10432, 16601, 13208, 13690, 13681, 11014, 15989, 12776, 10551, 16266, 13049, 12111, 14507, 11056, 16880, 13425, 16130, 12867, 10232, 15187, 11579, 17478, 13785, 14246, 13915, 10515, 15940, 12561, 16156, 12954, 11866, 13450, 10499, 15321, 11040, 16171, 11364, 16394, 13226, 15942, 13096, 10391, 15031, 12288, 17209, 12912, 10020, 15059, 12288, 16582, 12915, 10535, 14878, 10830, 17039, 13797, 14846, 12774, 9901, 16228, 13392, 18652, 13546, 10457, 15010, 11615, 17025, 13875, 10992, 14962, 12186, 15308, 13229, 10368, 15884, 12056, 17211, 13380, 14671, 13426, 10690, 15330, 10945, 16238, 12609, 16266, 12792, 10686, 14142, 10833, 16504, 12933, 10802, 14852, 10990, 16641, 13107, 16334, 13205, 12464, 14076, 10519, 16426, 12627, 17546, 13261, 10899, 14438, 10606, 16928, 13761, 12859, 13880, 10559, 15965, 11770, 17073, 13596, 15993, 12571, 14855, 13430, 12794, 14395, 11004, 15980, 11750, 16379, 13690, 16099, 12902, 10819, 15009, 10739, 15873, 12919, 15646, 12966, 16905, 12737, 11371, 14320, 10925, 16158, 11608, 16451, 13682, 16790, 13033, 11294, 14670, 10350, 15769, 12780, 16287, 13090, 17043, 13215, 12236, 15678, 12228, 15157, 13195, 11019, 14871, 10964, 15177, 10872, 16383, 12169, 17076, 13355, 15643, 13042, 12802, 13908, 10946, 16700, 11258, 16937, 14142, 16203, 13102, 16381, 13556, 10181, 15930, 11628, 16805, 13839, 16292, 13300, 12093, 14211, 10241, 16779, 13295, 16077, 13066, 9975, 16268, 13509, 17305, 13279, 17831, 13257, 14962, 13734, 10261, 15983, 12352, 16429, 13234, 16870, 12793, 11924, 14749, 10665, 16758, 11814, 17195, 12910, 16976, 13569, 16165, 13154, 17274, 13545, 11000, 14593, 10418, 16285, 12403, 17164, 13859, 12407, 14273, 11043, 16967, 14077, 16356, 13628, 10713, 17240, 13059, 12798, 14396, 10766, 16618, 12927, 17331, 13878, 16306, 13797, 10501, 16419, 12958, 17250, 13890, 11672, 14990, 11395, 17233, 14050, 16845, 13740, 10250, 16027, 11799, 17233, 14147, 17493, 13793, 10383, 15552, 11783, 17365, 13643, 16819, 13512, 13301, 15236, 11482, 18065, 13166, 10670, 15474, 12006, 17693, 13941, 17265, 13457, 11040, 15391, 10794, 17433, 13554, 17772, 13846, 11326, 16326, 11465, 17610, 14441, 17661, 13403, 10530, 16019, 11546, 17236, 13824, 11639, 15785, 12062, 17717, 14497, 11897, 18113, 14572, 11394, 18099, 13712, 18363, 14240, 11385, 16136, 13587, 15496, 13477, 10437, 16554, 13325, 13535, 14593, 10727, 17166, 13781, 17891, 14027, 18208, 13804, 16401, 13766, 10723, 17032, 13072, 17932, 13878, 11655, 15840, 11673, 18309, 15031, 14466, 15333, 11260, 17936, 14652, 18094, 14334, 11145, 16301, 11614, 18196, 13487, 18351, 15219, 17754, 13769, 11224, 16171, 11121, 17677, 13963, 18069, 14159, 13641, 14863, 11280, 17114, 12060, 18164, 14397, 17751, 13908, 16738, 14253, 10672, 16016, 11663, 18126, 13227, 18147, 14300, 17922, 14112, 12181, 15750, 11197, 17748, 12997, 18545, 14842, 17868, 13755, 14147, 14465, 11410, 16876, 11770, 17940, 13942, 17521, 13694, 17867, 14059, 11007, 16266, 11426, 18212, 13719, 17954, 14596, 16622, 13912, 11155, 16177, 11401, 17700, 13185, 18371, 14131, 13196, 15367, 11167, 17485, 11983, 18203, 12994, 18286, 14104, 17671, 14389, 17965, 14085, 12579, 14469, 10939, 17073, 13316, 17878, 13735, 12763, 14681, 11192, 16622, 11114, 17830, 11871, 17766, 12939, 18603, 14302, 17032, 13659, 13798, 15010, 11541, 17750, 13779, 18070, 14392, 11660, 16577, 12347, 18620, 14185, 12891, 15543, 11507, 18046, 12804, 18789, 14304, 18241, 14352, 17831, 14189, 13316, 16555, 12235, 17514, 13856, 11086, 16181, 11363, 17357, 12280, 17892, 13054, 17812, 14467, 17949, 14336, 13603, 14762, 10930, 17229, 12449, 19426, 14728, 17819, 14439, 13908, 15851, 11722, 18249, 12630, 18525, 14317, 18825, 14759, 14400, 15698, 10698, 17954, 13323, 18064, 13897, 14244, 14995, 10502, 17283, 13066, 18372, 14432, 18430, 14646, 14638, 14326, 10786, 17423, 13267, 17989, 13945, 11552, 16091, 11368, 18159, 13926, 17583, 14650, 10506, 17303, 13735, 16942, 13857, 11362, 16780, 11093, 18301, 14339, 17209, 14696, 11480, 19184, 14736, 11362, 17563, 11784, 18351, 12625, 18237, 14433, 18479, 14436, 10594, 16410, 12807, 17425, 14145, 13550, 15617, 10821, 17914, 13882, 18023, 14106, 14979, 15570, 10851, 17733, 14443, 18333, 14509, 14370, 16106, 11019, 17780, 13772, 18567, 14466, 18336, 14440, 15873, 13951, 10738, 16129, 11337, 17934, 13581, 18076, 14245, 11321, 15498, 11645, 18119, 14244, 18626, 14754, 14485, 15119, 10977, 17898, 12384, 18483, 14144, 18434, 14479, 13773, 15939, 11358, 17994, 12478, 18264, 14317, 18396, 14472, 18806, 14439, 11473, 16107, 11166, 17783, 12385, 17859, 13876, 18792, 14856, 17692, 14330, 13375, 15299, 11966, 16803, 11058, 17463, 11978, 18284, 14120, 17891, 14390, 17162, 14242, 11004, 15837, 11379, 17414, 11671, 18071, 13364, 17728, 13937, 11511, 16228, 11673, 18512, 14304, 18221, 14666, 15890, 14831, 11881, 17300, 11771, 18506, 14712, 18335, 14296, 14042, 15270, 11453, 16807, 11818, 16961, 11910, 17351, 12157, 17995, 13963, 16532, 13405, 13549, 15041, 12171, 15943, 11345, 17900, 12957, 17972, 14091, 15003, 14763, 11884, 17652, 11643, 18752, 13892, 18969, 14499, 18713, 14027, 16372, 14395, 11250, 16292, 11394, 18438, 13063, 18241, 14831, 18208, 14395, 18411, 14625, 11450, 15149, 10393, 17678, 12691, 18306, 14039, 16367, 13634, 10864, 16010, 11457, 17769, 11327, 18210, 12981, 18495, 14778, 18572, 14522, 15889, 14024, 10580, 16934, 12296, 18548, 14312, 16873, 14581, 11088, 17497, 12228, 18966, 14325, 18313, 14258, 18645, 14614, 18435, 14440, 18077, 14038, 11097, 14859, 10664, 17245, 13635, 17946, 13521, 18276, 13785, 17303, 13838, 18122, 13615, 18438, 13843, 17906, 14189, 18421, 13732, 18528, 14679, 15004, 14205, 11374, 16407, 11268, 18103, 13184, 18385, 14296, 18663, 14783, 18403, 14758, 14244, 15661, 11166, 17422, 11458, 18528, 12484, 18887, 14196, 18405, 14139, 17839, 14065, 14689, 15533, 10560, 17900, 12438, 19039, 14342, 19028, 14125, 18572, 14437, 18249, 14707, 17549, 14652, 11019, 16041, 10891, 18022, 12886, 19156, 14576, 16706, 14103, 11406, 17330, 11734, 18638, 12691, 19222, 14412, 19098, 14873, 18826, 15032, 15815, 14085, 10886, 16688, 11671, 18454, 13869, 18378, 14340, 16521, 14567, 12353, 17048, 11138, 18279, 12165, 18693, 11797, 18127, 12375, 18748, 13838, 18082, 14005, 18717, 14828, 17373, 14985, 10380, 16273, 11167, 17804, 12342, 18500, 13771, 18445, 13949, 18189, 14000, 18804, 14829, 14606, 14623, 10697, 17296, 11487, 18766, 12933, 19416, 14103, 17872, 14205, 18886, 14492, 13347, 15356, 10777, 17228, 11545, 18910, 14519, 19170, 14325, 10882, 16364, 10841, 18259, 12145, 18962, 13579, 19012, 14188, 19047, 14441, 18399, 14510, 18289, 14855, 10411, 17366, 12738, 19026, 14373, 19250, 15300, 11818, 15529, 10432, 18580, 11992, 18662, 12278, 18624, 14198, 18233, 14065, 16155, 14820, 10938, 18772, 14189, 16618, 14257, 11268, 17400, 11636, 17472, 11707, 18076, 11297, 18579, 13458, 19289, 14685, 18658, 14686, 11891, 15438, 10627, 18446, 12210, 19204, 13232, 19162, 13735, 18740, 14261, 18527, 14746, 18866, 14303, 16088, 14063, 13820, 14803, 13149, 16948, 10643, 17002, 10833, 17537, 12103, 18758, 14603, 19341, 14730, 11266, 16631, 12582, 16156, 13499, 12953, 15529, 13037, 16313, 12434, 17436, 11971, 17899, 12192, 18614, 13874, 19295, 15255, 19066, 15154, 19062, 15602, 16407, 14578, 12410, 15575, 10893, 17817, 11430, 18417, 13898, 18772, 14817, 16361, 14727, 10782, 17140, 12029, 18805, 14331, 18979, 14266, 18283, 14361, 12557, 14919, 10610, 16657, 11081, 18197, 12749, 18647, 14299, 12731, 13797, 10128, 16253, 11224, 17906, 12006, 18029, 13445, 18121, 13984, 18271, 13812, 18557, 14508, 10524, 15879, 10616, 18261, 12800, 19033, 15056, 16022, 14089, 11415, 15974, 11246, 17737, 12154, 18283, 14023, 18693, 14465, 14756, 14657, 11297, 18988, 14808, 11205, 17950, 13744, 18933, 14911, 11477, 16698, 11788, 18929, 13647, 18403, 14295, 15068, 14639, 11035, 17826, 13668, 17933, 14098, 11433, 16187, 12107, 18494, 14027, 17802, 14524, 12387, 15511, 11642, 17720, 13405, 18526, 14174, 14065, 15326, 11327, 18306, 14024, 18456, 14388, 11159, 16453, 11510, 18619, 14089, 17554, 14192, 11284, 16709, 12215, 18640, 14500, 15682, 14282, 11110, 16349, 11537, 18036, 12859, 18041, 14061, 16404, 14519, 11494, 16965, 12357, 18478, 14083, 18321, 14289, 15492, 15059, 10923, 17171, 13272, 17998, 14151, 18502, 14701, 15948, 14605, 12342, 16175, 10763, 17392, 12728, 18388, 14372, 17799, 14256, 12181, 15150, 10681, 18287, 13729, 19081, 14885], 'WindowCenter': [4980.0, 4925.0, 4892.0, 4870.0, 4906.0, 4876.0, 4844.0, 4904.0, 4872.0, 4861.0, 4890.0, 4860.0, 4841.0, 4851.0, 4890.0, 4872.0, 4844.0, 4883.0, 4873.0, 4874.0, 4856.0, 4925.0, 4885.0, 4865.0, 4855.0, 4903.0, 4874.0, 4844.0, 4913.0, 4872.0, 4844.0, 4913.0, 4883.0, 4851.0, 4860.0, 4879.0, 4860.0, 4850.0, 4899.0, 4859.0, 4851.0, 4849.0, 4899.0, 4870.0, 4843.0, 4888.0, 4859.0, 4829.0, 4882.0, 4870.0, 4848.0, 4838.0, 4877.0, 4858.0, 4841.0, 4894.0, 4871.0, 4851.0, 4860.0, 4889.0, 4860.0, 4841.0, 4901.0, 4859.0, 4860.0, 4869.0, 4888.0, 4860.0, 4830.0, 4888.0, 4869.0, 4840.0, 4887.0, 4867.0, 4849.0, 4857.0, 4877.0, 4858.0, 4838.0, 4887.0, 4859.0, 4828.0, 4877.0, 4847.0, 4886.0, 4868.0, 4836.0, 4865.0, 4855.0, 4837.0, 4858.0, 4876.0, 4860.0, 4830.0, 4889.0, 4870.0, 4862.0, 4892.0, 4880.0, 4861.0, 4879.0, 4870.0, 4850.0, 4899.0, 4869.0, 4828.0, 4888.0, 4859.0, 4828.0, 4887.0, 4858.0, 4829.0, 4889.0, 4860.0, 4839.0, 4889.0, 4859.0, 4868.0, 4868.0, 4848.0, 4896.0, 4860.0, 4885.0, 4856.0, 4816.0, 4871.0, 4845.0, 4873.0, 4856.0, 4812.0, 4874.0, 4856.0, 4855.0, 4866.0, 4838.0, 4887.0, 4859.0, 4840.0, 4900.0, 4873.0, 4860.0, 4880.0, 4851.0, 4902.0, 4871.0, 4889.0, 4860.0, 4829.0, 4878.0, 4850.0, 4897.0, 4870.0, 4866.0, 4857.0, 4827.0, 4887.0, 4859.0, 4888.0, 4859.0, 4848.0, 4870.0, 4828.0, 4879.0, 4839.0, 4888.0, 4839.0, 4887.0, 4858.0, 4877.0, 4858.0, 4830.0, 4877.0, 4859.0, 4898.0, 4861.0, 4832.0, 4891.0, 4875.0, 4912.0, 4874.0, 4853.0, 4892.0, 4852.0, 4901.0, 4882.0, 4880.0, 4871.0, 4831.0, 4900.0, 4871.0, 4909.0, 4871.0, 4840.0, 4880.0, 4851.0, 4899.0, 4871.0, 4840.0, 4879.0, 4860.0, 4889.0, 4871.0, 4830.0, 4889.0, 4850.0, 4898.0, 4859.0, 4867.0, 4859.0, 4828.0, 4877.0, 4827.0, 4876.0, 4838.0, 4877.0, 4847.0, 4826.0, 4867.0, 4840.0, 4898.0, 4861.0, 4851.0, 4891.0, 4851.0, 4901.0, 4872.0, 4892.0, 4873.0, 4860.0, 4880.0, 4840.0, 4889.0, 4861.0, 4900.0, 4870.0, 4840.0, 4879.0, 4843.0, 4900.0, 4871.0, 4860.0, 4871.0, 4841.0, 4890.0, 4851.0, 4901.0, 4870.0, 4889.0, 4860.0, 4871.0, 4869.0, 4858.0, 4868.0, 4828.0, 4879.0, 4850.0, 4888.0, 4869.0, 4891.0, 4870.0, 4840.0, 4879.0, 4841.0, 4890.0, 4873.0, 4890.0, 4875.0, 4900.0, 4862.0, 4851.0, 4880.0, 4841.0, 4890.0, 4850.0, 4889.0, 4870.0, 4889.0, 4873.0, 4850.0, 4881.0, 4832.0, 4890.0, 4874.0, 4901.0, 4874.0, 4901.0, 4873.0, 4862.0, 4902.0, 4874.0, 4891.0, 4872.0, 4840.0, 4881.0, 4839.0, 4879.0, 4839.0, 4889.0, 4860.0, 4899.0, 4870.0, 4888.0, 4859.0, 4857.0, 4869.0, 4828.0, 4888.0, 4838.0, 4887.0, 4868.0, 4886.0, 4859.0, 4875.0, 4856.0, 4816.0, 4875.0, 4826.0, 4885.0, 4856.0, 4875.0, 4857.0, 4836.0, 4866.0, 4830.0, 4898.0, 4870.0, 4887.0, 4859.0, 4830.0, 4888.0, 4873.0, 4900.0, 4872.0, 4898.0, 4860.0, 4878.0, 4869.0, 4829.0, 4887.0, 4860.0, 4888.0, 4870.0, 4899.0, 4863.0, 4850.0, 4880.0, 4841.0, 4901.0, 4861.0, 4901.0, 4861.0, 4899.0, 4870.0, 4888.0, 4870.0, 4900.0, 4870.0, 4840.0, 4880.0, 4840.0, 4900.0, 4861.0, 4911.0, 4883.0, 4872.0, 4893.0, 4864.0, 4916.0, 4899.0, 4915.0, 4896.0, 4867.0, 4924.0, 4886.0, 4884.0, 4894.0, 4853.0, 4902.0, 4873.0, 4912.0, 4884.0, 4902.0, 4883.0, 4843.0, 4901.0, 4872.0, 4914.0, 4882.0, 4851.0, 4881.0, 4851.0, 4911.0, 4882.0, 4901.0, 4882.0, 4842.0, 4891.0, 4862.0, 4901.0, 4882.0, 4900.0, 4871.0, 4833.0, 4890.0, 4853.0, 4899.0, 4870.0, 4899.0, 4871.0, 4869.0, 4880.0, 4852.0, 4911.0, 4883.0, 4853.0, 4902.0, 4862.0, 4913.0, 4884.0, 4913.0, 4883.0, 4853.0, 4903.0, 4854.0, 4912.0, 4883.0, 4911.0, 4882.0, 4852.0, 4901.0, 4852.0, 4911.0, 4883.0, 4900.0, 4872.0, 4841.0, 4890.0, 4852.0, 4900.0, 4881.0, 4862.0, 4893.0, 4863.0, 4910.0, 4882.0, 4864.0, 4912.0, 4882.0, 4853.0, 4910.0, 4871.0, 4899.0, 4871.0, 4839.0, 4889.0, 4870.0, 4889.0, 4881.0, 4853.0, 4913.0, 4896.0, 4885.0, 4905.0, 4858.0, 4924.0, 4895.0, 4924.0, 4895.0, 4913.0, 4884.0, 4902.0, 4886.0, 4842.0, 4902.0, 4873.0, 4912.0, 4883.0, 4853.0, 4902.0, 4864.0, 4923.0, 4894.0, 4894.0, 4893.0, 4854.0, 4912.0, 4892.0, 4911.0, 4883.0, 4852.0, 4901.0, 4852.0, 4910.0, 4874.0, 4910.0, 4891.0, 4898.0, 4870.0, 4840.0, 4890.0, 4852.0, 4899.0, 4870.0, 4899.0, 4880.0, 4869.0, 4880.0, 4841.0, 4900.0, 4851.0, 4911.0, 4881.0, 4910.0, 4882.0, 4900.0, 4882.0, 4842.0, 4901.0, 4862.0, 4911.0, 4875.0, 4912.0, 4883.0, 4910.0, 4882.0, 4852.0, 4890.0, 4840.0, 4899.0, 4860.0, 4898.0, 4880.0, 4898.0, 4869.0, 4869.0, 4879.0, 4850.0, 4898.0, 4849.0, 4899.0, 4870.0, 4898.0, 4881.0, 4909.0, 4881.0, 4842.0, 4900.0, 4852.0, 4911.0, 4881.0, 4910.0, 4892.0, 4899.0, 4881.0, 4851.0, 4901.0, 4851.0, 4911.0, 4865.0, 4910.0, 4881.0, 4871.0, 4892.0, 4852.0, 4911.0, 4851.0, 4910.0, 4861.0, 4900.0, 4863.0, 4898.0, 4880.0, 4898.0, 4871.0, 4859.0, 4879.0, 4840.0, 4900.0, 4871.0, 4911.0, 4883.0, 4873.0, 4905.0, 4866.0, 4916.0, 4867.0, 4925.0, 4875.0, 4924.0, 4885.0, 4917.0, 4894.0, 4903.0, 4884.0, 4882.0, 4893.0, 4863.0, 4913.0, 4883.0, 4911.0, 4893.0, 4864.0, 4913.0, 4875.0, 4922.0, 4894.0, 4873.0, 4903.0, 4864.0, 4913.0, 4873.0, 4921.0, 4882.0, 4910.0, 4881.0, 4914.0, 4881.0, 4860.0, 4889.0, 4861.0, 4899.0, 4881.0, 4851.0, 4901.0, 4851.0, 4901.0, 4862.0, 4910.0, 4872.0, 4910.0, 4892.0, 4910.0, 4881.0, 4871.0, 4880.0, 4841.0, 4900.0, 4861.0, 4920.0, 4881.0, 4909.0, 4881.0, 4869.0, 4890.0, 4850.0, 4899.0, 4859.0, 4900.0, 4872.0, 4897.0, 4879.0, 4867.0, 4878.0, 4829.0, 4897.0, 4868.0, 4897.0, 4870.0, 4878.0, 4880.0, 4842.0, 4900.0, 4871.0, 4911.0, 4893.0, 4910.0, 4881.0, 4879.0, 4879.0, 4840.0, 4900.0, 4870.0, 4911.0, 4881.0, 4854.0, 4901.0, 4864.0, 4922.0, 4893.0, 4912.0, 4892.0, 4852.0, 4913.0, 4884.0, 4901.0, 4894.0, 4864.0, 4913.0, 4853.0, 4923.0, 4892.0, 4911.0, 4892.0, 4863.0, 4919.0, 4882.0, 4852.0, 4900.0, 4853.0, 4898.0, 4849.0, 4897.0, 4879.0, 4908.0, 4868.0, 4829.0, 4887.0, 4862.0, 4897.0, 4881.0, 4870.0, 4891.0, 4852.0, 4911.0, 4883.0, 4911.0, 4894.0, 4893.0, 4902.0, 4854.0, 4911.0, 4883.0, 4911.0, 4893.0, 4892.0, 4903.0, 4852.0, 4911.0, 4882.0, 4911.0, 4882.0, 4910.0, 4882.0, 4890.0, 4880.0, 4841.0, 4890.0, 4851.0, 4910.0, 4882.0, 4910.0, 4881.0, 4853.0, 4892.0, 4862.0, 4921.0, 4894.0, 4913.0, 4893.0, 4881.0, 4893.0, 4853.0, 4912.0, 4854.0, 4911.0, 4881.0, 4909.0, 4883.0, 4871.0, 4890.0, 4851.0, 4908.0, 4871.0, 4910.0, 4891.0, 4910.0, 4881.0, 4910.0, 4881.0, 4852.0, 4889.0, 4838.0, 4899.0, 4849.0, 4898.0, 4869.0, 4907.0, 4878.0, 4896.0, 4880.0, 4858.0, 4891.0, 4850.0, 4899.0, 4839.0, 4898.0, 4849.0, 4898.0, 4881.0, 4909.0, 4881.0, 4899.0, 4881.0, 4841.0, 4904.0, 4851.0, 4912.0, 4864.0, 4922.0, 4882.0, 4910.0, 4882.0, 4863.0, 4913.0, 4864.0, 4926.0, 4894.0, 4922.0, 4895.0, 4902.0, 4894.0, 4864.0, 4913.0, 4863.0, 4921.0, 4892.0, 4910.0, 4892.0, 4881.0, 4892.0, 4851.0, 4901.0, 4850.0, 4900.0, 4850.0, 4899.0, 4849.0, 4900.0, 4882.0, 4899.0, 4881.0, 4870.0, 4890.0, 4859.0, 4890.0, 4840.0, 4909.0, 4871.0, 4910.0, 4894.0, 4890.0, 4892.0, 4861.0, 4913.0, 4851.0, 4911.0, 4870.0, 4909.0, 4870.0, 4898.0, 4868.0, 4876.0, 4867.0, 4826.0, 4876.0, 4836.0, 4897.0, 4856.0, 4895.0, 4866.0, 4895.0, 4866.0, 4895.0, 4868.0, 4836.0, 4876.0, 4817.0, 4896.0, 4858.0, 4895.0, 4879.0, 4888.0, 4881.0, 4852.0, 4901.0, 4853.0, 4911.0, 4853.0, 4910.0, 4871.0, 4921.0, 4893.0, 4910.0, 4882.0, 4889.0, 4881.0, 4842.0, 4901.0, 4864.0, 4911.0, 4892.0, 4900.0, 4892.0, 4864.0, 4912.0, 4863.0, 4921.0, 4883.0, 4910.0, 4882.0, 4910.0, 4881.0, 4909.0, 4880.0, 4900.0, 4880.0, 4840.0, 4879.0, 4842.0, 4909.0, 4882.0, 4912.0, 4887.0, 4924.0, 4897.0, 4913.0, 4885.0, 4922.0, 4884.0, 4922.0, 4883.0, 4911.0, 4883.0, 4911.0, 4883.0, 4913.0, 4882.0, 4880.0, 4882.0, 4850.0, 4901.0, 4852.0, 4912.0, 4873.0, 4912.0, 4893.0, 4912.0, 4894.0, 4912.0, 4893.0, 4881.0, 4891.0, 4842.0, 4901.0, 4850.0, 4910.0, 4861.0, 4909.0, 4870.0, 4908.0, 4871.0, 4909.0, 4882.0, 4880.0, 4891.0, 4842.0, 4911.0, 4873.0, 4921.0, 4893.0, 4921.0, 4883.0, 4911.0, 4883.0, 4911.0, 4893.0, 4900.0, 4883.0, 4842.0, 4891.0, 4842.0, 4911.0, 4872.0, 4921.0, 4892.0, 4902.0, 4895.0, 4863.0, 4913.0, 4863.0, 4924.0, 4873.0, 4920.0, 4882.0, 4921.0, 4893.0, 4911.0, 4892.0, 4893.0, 4882.0, 4843.0, 4901.0, 4863.0, 4911.0, 4883.0, 4911.0, 4893.0, 4902.0, 4898.0, 4875.0, 4915.0, 4854.0, 4923.0, 4875.0, 4923.0, 4864.0, 4912.0, 4873.0, 4923.0, 4885.0, 4911.0, 4883.0, 4911.0, 4893.0, 4903.0, 4892.0, 4832.0, 4893.0, 4851.0, 4909.0, 4873.0, 4912.0, 4882.0, 4911.0, 4882.0, 4909.0, 4883.0, 4921.0, 4892.0, 4881.0, 4881.0, 4841.0, 4900.0, 4852.0, 4910.0, 4861.0, 4910.0, 4871.0, 4910.0, 4882.0, 4911.0, 4883.0, 4870.0, 4891.0, 4842.0, 4900.0, 4852.0, 4912.0, 4882.0, 4920.0, 4882.0, 4852.0, 4902.0, 4853.0, 4912.0, 4863.0, 4912.0, 4872.0, 4909.0, 4871.0, 4909.0, 4881.0, 4912.0, 4879.0, 4898.0, 4869.0, 4831.0, 4899.0, 4861.0, 4909.0, 4882.0, 4910.0, 4894.0, 4850.0, 4891.0, 4842.0, 4910.0, 4852.0, 4910.0, 4851.0, 4899.0, 4871.0, 4899.0, 4881.0, 4890.0, 4881.0, 4841.0, 4910.0, 4882.0, 4901.0, 4883.0, 4852.0, 4912.0, 4852.0, 4902.0, 4852.0, 4900.0, 4841.0, 4902.0, 4869.0, 4909.0, 4881.0, 4899.0, 4881.0, 4850.0, 4879.0, 4831.0, 4910.0, 4863.0, 4910.0, 4861.0, 4910.0, 4870.0, 4898.0, 4869.0, 4908.0, 4869.0, 4897.0, 4870.0, 4877.0, 4870.0, 4860.0, 4881.0, 4870.0, 4900.0, 4829.0, 4899.0, 4840.0, 4899.0, 4862.0, 4910.0, 4881.0, 4911.0, 4881.0, 4852.0, 4901.0, 4874.0, 4903.0, 4884.0, 4862.0, 4893.0, 4872.0, 4903.0, 4862.0, 4901.0, 4851.0, 4901.0, 4850.0, 4898.0, 4858.0, 4897.0, 4867.0, 4896.0, 4869.0, 4896.0, 4867.0, 4864.0, 4854.0, 4832.0, 4864.0, 4814.0, 4873.0, 4814.0, 4882.0, 4844.0, 4883.0, 4865.0, 4875.0, 4867.0, 4827.0, 4886.0, 4848.0, 4896.0, 4867.0, 4897.0, 4869.0, 4899.0, 4870.0, 4847.0, 4879.0, 4828.0, 4889.0, 4839.0, 4899.0, 4862.0, 4910.0, 4882.0, 4872.0, 4883.0, 4856.0, 4915.0, 4866.0, 4926.0, 4876.0, 4926.0, 4886.0, 4925.0, 4896.0, 4924.0, 4886.0, 4913.0, 4895.0, 4845.0, 4904.0, 4855.0, 4923.0, 4875.0, 4924.0, 4905.0, 4904.0, 4885.0, 4864.0, 4904.0, 4854.0, 4914.0, 4863.0, 4916.0, 4884.0, 4913.0, 4883.0, 4881.0, 4881.0, 4852.0, 4912.0, 4893.0, 4855.0, 4913.0, 4884.0, 4913.0, 4894.0, 4853.0, 4902.0, 4852.0, 4910.0, 4871.0, 4900.0, 4881.0, 4880.0, 4881.0, 4842.0, 4910.0, 4872.0, 4900.0, 4883.0, 4852.0, 4902.0, 4864.0, 4912.0, 4884.0, 4911.0, 4884.0, 4863.0, 4893.0, 4853.0, 4901.0, 4872.0, 4911.0, 4883.0, 4881.0, 4892.0, 4853.0, 4912.0, 4883.0, 4911.0, 4883.0, 4853.0, 4903.0, 4854.0, 4912.0, 4883.0, 4903.0, 4884.0, 4852.0, 4903.0, 4864.0, 4912.0, 4882.0, 4892.0, 4883.0, 4841.0, 4902.0, 4854.0, 4912.0, 4873.0, 4912.0, 4883.0, 4902.0, 4884.0, 4853.0, 4903.0, 4864.0, 4912.0, 4883.0, 4912.0, 4884.0, 4892.0, 4893.0, 4844.0, 4902.0, 4874.0, 4911.0, 4884.0, 4911.0, 4882.0, 4889.0, 4881.0, 4851.0, 4890.0, 4830.0, 4889.0, 4860.0, 4897.0, 4870.0, 4899.0, 4871.0, 4851.0, 4881.0, 4831.0, 4911.0, 4872.0, 4910.0, 4881.0], 'WindowWidth': [10800.0, 10707.0, 10653.0, 10616.0, 10658.0, 10615.0, 10567.0, 10649.0, 10601.0, 10585.0, 10626.0, 10583.0, 10560.0, 10573.0, 10626.0, 10604.0, 10567.0, 10621.0, 10608.0, 10611.0, 10587.0, 10684.0, 10626.0, 10599.0, 10587.0, 10650.0, 10610.0, 10567.0, 10663.0, 10603.0, 10567.0, 10662.0, 10618.0, 10573.0, 10582.0, 10607.0, 10583.0, 10567.0, 10636.0, 10580.0, 10571.0, 10567.0, 10638.0, 10599.0, 10561.0, 10620.0, 10582.0, 10537.0, 10608.0, 10592.0, 10563.0, 10549.0, 10601.0, 10577.0, 10557.0, 10628.0, 10600.0, 10573.0, 10583.0, 10622.0, 10585.0, 10558.0, 10640.0, 10582.0, 10583.0, 10593.0, 10619.0, 10584.0, 10541.0, 10621.0, 10595.0, 10555.0, 10618.0, 10589.0, 10566.0, 10575.0, 10602.0, 10579.0, 10550.0, 10618.0, 10582.0, 10536.0, 10602.0, 10561.0, 10615.0, 10588.0, 10544.0, 10582.0, 10569.0, 10547.0, 10575.0, 10600.0, 10584.0, 10544.0, 10623.0, 10601.0, 10590.0, 10631.0, 10613.0, 10588.0, 10610.0, 10598.0, 10569.0, 10640.0, 10594.0, 10537.0, 10619.0, 10578.0, 10537.0, 10620.0, 10580.0, 10540.0, 10622.0, 10583.0, 10555.0, 10624.0, 10582.0, 10591.0, 10591.0, 10565.0, 10630.0, 10580.0, 10611.0, 10571.0, 10514.0, 10586.0, 10555.0, 10593.0, 10571.0, 10507.0, 10594.0, 10571.0, 10569.0, 10586.0, 10551.0, 10617.0, 10583.0, 10557.0, 10641.0, 10608.0, 10586.0, 10612.0, 10573.0, 10646.0, 10600.0, 10624.0, 10585.0, 10538.0, 10607.0, 10568.0, 10634.0, 10595.0, 10587.0, 10576.0, 10533.0, 10617.0, 10580.0, 10621.0, 10582.0, 10566.0, 10598.0, 10538.0, 10609.0, 10552.0, 10622.0, 10552.0, 10620.0, 10579.0, 10603.0, 10577.0, 10540.0, 10603.0, 10582.0, 10635.0, 10587.0, 10550.0, 10631.0, 10612.0, 10661.0, 10611.0, 10579.0, 10633.0, 10577.0, 10645.0, 10619.0, 10613.0, 10601.0, 10546.0, 10642.0, 10602.0, 10653.0, 10601.0, 10557.0, 10612.0, 10571.0, 10637.0, 10600.0, 10556.0, 10609.0, 10585.0, 10623.0, 10601.0, 10542.0, 10623.0, 10569.0, 10635.0, 10582.0, 10590.0, 10580.0, 10534.0, 10602.0, 10532.0, 10601.0, 10548.0, 10601.0, 10561.0, 10531.0, 10588.0, 10555.0, 10636.0, 10588.0, 10574.0, 10629.0, 10575.0, 10645.0, 10603.0, 10630.0, 10608.0, 10584.0, 10612.0, 10557.0, 10623.0, 10585.0, 10639.0, 10598.0, 10556.0, 10609.0, 10563.0, 10640.0, 10601.0, 10585.0, 10602.0, 10559.0, 10627.0, 10572.0, 10644.0, 10598.0, 10623.0, 10584.0, 10597.0, 10594.0, 10578.0, 10592.0, 10537.0, 10607.0, 10566.0, 10620.0, 10594.0, 10626.0, 10599.0, 10556.0, 10610.0, 10561.0, 10625.0, 10605.0, 10628.0, 10611.0, 10640.0, 10590.0, 10571.0, 10611.0, 10559.0, 10627.0, 10570.0, 10622.0, 10598.0, 10623.0, 10604.0, 10571.0, 10614.0, 10548.0, 10627.0, 10609.0, 10643.0, 10610.0, 10646.0, 10608.0, 10591.0, 10647.0, 10610.0, 10631.0, 10606.0, 10558.0, 10616.0, 10553.0, 10608.0, 10552.0, 10624.0, 10583.0, 10636.0, 10597.0, 10621.0, 10581.0, 10575.0, 10593.0, 10536.0, 10622.0, 10548.0, 10616.0, 10589.0, 10615.0, 10580.0, 10595.0, 10571.0, 10514.0, 10596.0, 10528.0, 10609.0, 10569.0, 10596.0, 10574.0, 10543.0, 10586.0, 10542.0, 10636.0, 10597.0, 10618.0, 10581.0, 10542.0, 10622.0, 10604.0, 10639.0, 10603.0, 10636.0, 10585.0, 10607.0, 10594.0, 10539.0, 10618.0, 10583.0, 10621.0, 10598.0, 10638.0, 10592.0, 10570.0, 10612.0, 10559.0, 10642.0, 10587.0, 10643.0, 10587.0, 10637.0, 10596.0, 10619.0, 10598.0, 10637.0, 10597.0, 10555.0, 10612.0, 10557.0, 10640.0, 10588.0, 10656.0, 10621.0, 10604.0, 10634.0, 10598.0, 10672.0, 10651.0, 10670.0, 10644.0, 10605.0, 10683.0, 10632.0, 10625.0, 10638.0, 10580.0, 10646.0, 10607.0, 10660.0, 10624.0, 10646.0, 10621.0, 10566.0, 10645.0, 10605.0, 10664.0, 10618.0, 10574.0, 10615.0, 10574.0, 10656.0, 10618.0, 10643.0, 10619.0, 10562.0, 10631.0, 10590.0, 10643.0, 10616.0, 10642.0, 10603.0, 10551.0, 10627.0, 10576.0, 10637.0, 10598.0, 10638.0, 10600.0, 10595.0, 10610.0, 10577.0, 10657.0, 10622.0, 10582.0, 10648.0, 10592.0, 10662.0, 10623.0, 10663.0, 10621.0, 10580.0, 10649.0, 10582.0, 10660.0, 10620.0, 10658.0, 10618.0, 10577.0, 10642.0, 10575.0, 10658.0, 10620.0, 10641.0, 10603.0, 10557.0, 10625.0, 10576.0, 10640.0, 10615.0, 10592.0, 10633.0, 10593.0, 10655.0, 10618.0, 10596.0, 10661.0, 10618.0, 10578.0, 10654.0, 10599.0, 10637.0, 10598.0, 10554.0, 10621.0, 10595.0, 10622.0, 10615.0, 10581.0, 10664.0, 10644.0, 10627.0, 10657.0, 10593.0, 10681.0, 10642.0, 10679.0, 10640.0, 10665.0, 10622.0, 10645.0, 10624.0, 10563.0, 10648.0, 10607.0, 10659.0, 10620.0, 10578.0, 10646.0, 10597.0, 10678.0, 10639.0, 10637.0, 10634.0, 10582.0, 10659.0, 10632.0, 10659.0, 10620.0, 10576.0, 10642.0, 10575.0, 10654.0, 10608.0, 10654.0, 10629.0, 10634.0, 10595.0, 10553.0, 10624.0, 10574.0, 10638.0, 10595.0, 10636.0, 10612.0, 10593.0, 10613.0, 10557.0, 10639.0, 10570.0, 10654.0, 10614.0, 10653.0, 10616.0, 10639.0, 10616.0, 10562.0, 10643.0, 10590.0, 10658.0, 10610.0, 10660.0, 10619.0, 10655.0, 10616.0, 10573.0, 10625.0, 10554.0, 10636.0, 10581.0, 10635.0, 10610.0, 10633.0, 10595.0, 10594.0, 10608.0, 10569.0, 10634.0, 10564.0, 10635.0, 10597.0, 10633.0, 10614.0, 10651.0, 10615.0, 10564.0, 10641.0, 10576.0, 10656.0, 10615.0, 10654.0, 10630.0, 10637.0, 10616.0, 10573.0, 10641.0, 10573.0, 10658.0, 10591.0, 10656.0, 10616.0, 10600.0, 10630.0, 10574.0, 10656.0, 10572.0, 10653.0, 10584.0, 10639.0, 10583.0, 10635.0, 10609.0, 10634.0, 10598.0, 10580.0, 10608.0, 10557.0, 10640.0, 10602.0, 10657.0, 10622.0, 10607.0, 10655.0, 10605.0, 10672.0, 10603.0, 10684.0, 10613.0, 10680.0, 10626.0, 10665.0, 10637.0, 10647.0, 10622.0, 10618.0, 10634.0, 10592.0, 10662.0, 10622.0, 10659.0, 10636.0, 10597.0, 10665.0, 10612.0, 10675.0, 10639.0, 10609.0, 10649.0, 10597.0, 10665.0, 10606.0, 10672.0, 10615.0, 10652.0, 10615.0, 10663.0, 10613.0, 10582.0, 10621.0, 10585.0, 10637.0, 10615.0, 10572.0, 10643.0, 10571.0, 10645.0, 10588.0, 10653.0, 10602.0, 10653.0, 10631.0, 10654.0, 10614.0, 10601.0, 10612.0, 10557.0, 10641.0, 10587.0, 10671.0, 10616.0, 10652.0, 10615.0, 10595.0, 10624.0, 10568.0, 10637.0, 10579.0, 10637.0, 10599.0, 10631.0, 10607.0, 10589.0, 10604.0, 10538.0, 10630.0, 10592.0, 10631.0, 10597.0, 10605.0, 10612.0, 10561.0, 10640.0, 10601.0, 10657.0, 10634.0, 10654.0, 10613.0, 10607.0, 10608.0, 10557.0, 10639.0, 10597.0, 10656.0, 10616.0, 10579.0, 10643.0, 10596.0, 10674.0, 10636.0, 10662.0, 10633.0, 10579.0, 10663.0, 10623.0, 10643.0, 10638.0, 10600.0, 10662.0, 10580.0, 10677.0, 10632.0, 10659.0, 10634.0, 10593.0, 10668.0, 10618.0, 10576.0, 10641.0, 10574.0, 10636.0, 10567.0, 10631.0, 10609.0, 10648.0, 10592.0, 10539.0, 10616.0, 10586.0, 10632.0, 10614.0, 10598.0, 10629.0, 10577.0, 10658.0, 10621.0, 10658.0, 10637.0, 10634.0, 10647.0, 10582.0, 10657.0, 10620.0, 10659.0, 10634.0, 10632.0, 10648.0, 10577.0, 10658.0, 10619.0, 10657.0, 10617.0, 10655.0, 10617.0, 10624.0, 10613.0, 10558.0, 10628.0, 10573.0, 10655.0, 10619.0, 10655.0, 10616.0, 10581.0, 10632.0, 10590.0, 10673.0, 10639.0, 10665.0, 10633.0, 10615.0, 10633.0, 10580.0, 10661.0, 10572.0, 10658.0, 10613.0, 10652.0, 10620.0, 10601.0, 10627.0, 10572.0, 10651.0, 10602.0, 10655.0, 10629.0, 10654.0, 10616.0, 10656.0, 10615.0, 10575.0, 10623.0, 10551.0, 10637.0, 10566.0, 10634.0, 10594.0, 10646.0, 10607.0, 10629.0, 10610.0, 10576.0, 10625.0, 10570.0, 10636.0, 10554.0, 10634.0, 10568.0, 10635.0, 10614.0, 10651.0, 10614.0, 10638.0, 10614.0, 10561.0, 10650.0, 10574.0, 10659.0, 10596.0, 10675.0, 10618.0, 10656.0, 10619.0, 10595.0, 10666.0, 10598.0, 10684.0, 10640.0, 10677.0, 10640.0, 10647.0, 10636.0, 10595.0, 10663.0, 10592.0, 10671.0, 10631.0, 10656.0, 10632.0, 10615.0, 10630.0, 10573.0, 10642.0, 10569.0, 10641.0, 10570.0, 10638.0, 10564.0, 10640.0, 10615.0, 10638.0, 10616.0, 10598.0, 10625.0, 10582.0, 10625.0, 10556.0, 10652.0, 10601.0, 10655.0, 10636.0, 10628.0, 10632.0, 10590.0, 10661.0, 10573.0, 10656.0, 10598.0, 10651.0, 10595.0, 10634.0, 10590.0, 10598.0, 10586.0, 10530.0, 10597.0, 10543.0, 10627.0, 10571.0, 10624.0, 10585.0, 10624.0, 10586.0, 10625.0, 10589.0, 10544.0, 10598.0, 10520.0, 10628.0, 10576.0, 10627.0, 10608.0, 10620.0, 10614.0, 10575.0, 10644.0, 10579.0, 10658.0, 10577.0, 10655.0, 10600.0, 10670.0, 10634.0, 10655.0, 10617.0, 10623.0, 10614.0, 10561.0, 10643.0, 10595.0, 10657.0, 10632.0, 10641.0, 10633.0, 10596.0, 10662.0, 10593.0, 10671.0, 10619.0, 10654.0, 10618.0, 10652.0, 10614.0, 10651.0, 10611.0, 10640.0, 10610.0, 10556.0, 10610.0, 10564.0, 10652.0, 10619.0, 10661.0, 10630.0, 10680.0, 10645.0, 10662.0, 10628.0, 10675.0, 10625.0, 10673.0, 10620.0, 10655.0, 10619.0, 10655.0, 10618.0, 10659.0, 10616.0, 10611.0, 10616.0, 10570.0, 10641.0, 10577.0, 10659.0, 10605.0, 10659.0, 10635.0, 10659.0, 10636.0, 10660.0, 10634.0, 10613.0, 10628.0, 10559.0, 10639.0, 10568.0, 10652.0, 10584.0, 10651.0, 10597.0, 10647.0, 10598.0, 10651.0, 10617.0, 10611.0, 10626.0, 10562.0, 10656.0, 10604.0, 10671.0, 10634.0, 10671.0, 10619.0, 10656.0, 10619.0, 10659.0, 10633.0, 10640.0, 10618.0, 10561.0, 10627.0, 10561.0, 10656.0, 10604.0, 10670.0, 10631.0, 10644.0, 10638.0, 10593.0, 10662.0, 10592.0, 10678.0, 10605.0, 10668.0, 10616.0, 10671.0, 10635.0, 10655.0, 10631.0, 10629.0, 10615.0, 10561.0, 10641.0, 10592.0, 10658.0, 10619.0, 10657.0, 10635.0, 10646.0, 10646.0, 10612.0, 10667.0, 10583.0, 10678.0, 10612.0, 10677.0, 10596.0, 10661.0, 10606.0, 10677.0, 10622.0, 10658.0, 10622.0, 10657.0, 10633.0, 10645.0, 10630.0, 10547.0, 10631.0, 10573.0, 10653.0, 10605.0, 10659.0, 10617.0, 10656.0, 10616.0, 10650.0, 10620.0, 10671.0, 10631.0, 10613.0, 10614.0, 10558.0, 10639.0, 10577.0, 10655.0, 10585.0, 10652.0, 10600.0, 10651.0, 10616.0, 10657.0, 10619.0, 10597.0, 10628.0, 10560.0, 10638.0, 10574.0, 10658.0, 10616.0, 10667.0, 10615.0, 10576.0, 10645.0, 10578.0, 10660.0, 10592.0, 10659.0, 10601.0, 10651.0, 10600.0, 10650.0, 10614.0, 10656.0, 10608.0, 10632.0, 10593.0, 10544.0, 10635.0, 10585.0, 10651.0, 10617.0, 10652.0, 10633.0, 10571.0, 10626.0, 10559.0, 10653.0, 10574.0, 10654.0, 10569.0, 10636.0, 10598.0, 10635.0, 10612.0, 10625.0, 10614.0, 10559.0, 10654.0, 10616.0, 10640.0, 10620.0, 10574.0, 10658.0, 10576.0, 10642.0, 10572.0, 10638.0, 10556.0, 10642.0, 10593.0, 10651.0, 10613.0, 10635.0, 10611.0, 10568.0, 10608.0, 10542.0, 10652.0, 10589.0, 10653.0, 10583.0, 10651.0, 10594.0, 10633.0, 10593.0, 10647.0, 10593.0, 10630.0, 10596.0, 10600.0, 10594.0, 10579.0, 10613.0, 10597.0, 10638.0, 10539.0, 10635.0, 10553.0, 10636.0, 10590.0, 10654.0, 10614.0, 10656.0, 10615.0, 10575.0, 10643.0, 10611.0, 10649.0, 10623.0, 10587.0, 10635.0, 10601.0, 10645.0, 10587.0, 10642.0, 10571.0, 10643.0, 10569.0, 10634.0, 10576.0, 10628.0, 10587.0, 10626.0, 10592.0, 10626.0, 10586.0, 10578.0, 10563.0, 10530.0, 10575.0, 10508.0, 10588.0, 10504.0, 10599.0, 10549.0, 10601.0, 10581.0, 10597.0, 10587.0, 10533.0, 10613.0, 10561.0, 10626.0, 10587.0, 10628.0, 10593.0, 10635.0, 10596.0, 10561.0, 10608.0, 10537.0, 10622.0, 10553.0, 10636.0, 10587.0, 10653.0, 10616.0, 10602.0, 10621.0, 10587.0, 10669.0, 10604.0, 10686.0, 10615.0, 10684.0, 10628.0, 10681.0, 10643.0, 10679.0, 10629.0, 10663.0, 10637.0, 10570.0, 10650.0, 10583.0, 10678.0, 10610.0, 10678.0, 10654.0, 10653.0, 10626.0, 10594.0, 10651.0, 10582.0, 10665.0, 10594.0, 10669.0, 10621.0, 10662.0, 10617.0, 10613.0, 10614.0, 10574.0, 10658.0, 10633.0, 10583.0, 10663.0, 10622.0, 10662.0, 10634.0, 10577.0, 10643.0, 10574.0, 10652.0, 10596.0, 10636.0, 10611.0, 10610.0, 10613.0, 10560.0, 10652.0, 10601.0, 10639.0, 10618.0, 10575.0, 10645.0, 10593.0, 10659.0, 10620.0, 10656.0, 10621.0, 10591.0, 10631.0, 10575.0, 10641.0, 10600.0, 10654.0, 10619.0, 10614.0, 10630.0, 10577.0, 10657.0, 10618.0, 10655.0, 10619.0, 10575.0, 10647.0, 10580.0, 10659.0, 10618.0, 10646.0, 10621.0, 10575.0, 10646.0, 10591.0, 10657.0, 10616.0, 10629.0, 10619.0, 10558.0, 10644.0, 10580.0, 10657.0, 10604.0, 10657.0, 10618.0, 10643.0, 10620.0, 10578.0, 10646.0, 10592.0, 10659.0, 10620.0, 10657.0, 10621.0, 10630.0, 10633.0, 10564.0, 10644.0, 10607.0, 10657.0, 10622.0, 10654.0, 10617.0, 10621.0, 10612.0, 10569.0, 10622.0, 10541.0, 10620.0, 10581.0, 10630.0, 10596.0, 10633.0, 10598.0, 10569.0, 10612.0, 10544.0, 10654.0, 10601.0, 10654.0, 10613.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.00036331818181818183</td></tr>
<tr><td colspan=3>aqi</td><td>0.018371822954545456</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.72874353777108</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2982932372175902</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9866627244351796</td></tr>
<tr><td colspan=3>efc</td><td>0.4892</td></tr>
<tr><td colspan=3>fber</td><td>5010.5747</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06453880840953165</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>3</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.22727272727272727</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4008826499272105</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3811532159561564</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5950688472196464</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.22642588660583</td></tr>
<tr><td colspan=3>gcor</td><td>0.00777869</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010731951333582401</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02535894326865673</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9632050885053483</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>19.4864</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.4523</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.5015</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>974.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.3035</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.534</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>680.3235</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4038.8909</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4227.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80746.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1501.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5339.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.5544</td></tr>
<tr><td colspan=3>tsnr</td><td>42.309806229081005</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>