<?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-0031_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-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0031/figures/sub-0031_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-0031/figures/sub-0031_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0031/figures/sub-0031_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-0031/ses-04/func/sub-0031_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>09fa111fe6f8ed28d241d9a220fb9e04</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:12:35.947500</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.999405, -0.0228089, -0.0258618, 0.0211091, 0.997714, -0.0641981]</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.114961</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>[4150, -7711, -7209, 566, -55, -101, 38, 66]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>288.931</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bed72a53-8f7b-407a-8718-7f7c3286eb9a||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.6813313961029053, 0.05663410201668739, -0.0736207589507103, 109.28140258789062], [0.06119472160935402, 2.676793336868286, -0.1717577576637268, -98.97832489013672], [-0.06938526779413223, 0.17223875224590302, 2.6935253143310547, -59.07655334472656], [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': ['131235.947500', '131236.407500', '131236.867500', '131237.327500', '131237.787500', '131238.247500', '131238.707500', '131239.167500', '131239.627500', '131240.087500', '131240.547500', '131241.007500', '131241.467500', '131241.927500', '131242.387500', '131242.847500', '131243.307500', '131243.767500', '131244.227500', '131244.687500', '131245.147500', '131245.607500', '131246.067500', '131246.527500', '131246.987500', '131247.447500', '131247.907500', '131248.367500', '131248.827500', '131249.287500', '131249.747500', '131250.207500', '131250.667500', '131251.127500', '131251.587500', '131252.047500', '131252.507500', '131252.967500', '131253.427500', '131253.887500', '131254.347500', '131254.807500', '131255.267500', '131255.727500', '131256.187500', '131256.647500', '131257.107500', '131257.567500', '131258.027500', '131258.487500', '131258.947500', '131259.407500', '131259.867500', '131300.327500', '131300.787500', '131301.247500', '131301.707500', '131302.167500', '131302.627500', '131303.087500', '131303.547500', '131304.007500', '131304.467500', '131304.927500', '131305.387500', '131305.847500', '131306.307500', '131306.767500', '131307.227500', '131307.687500', '131308.147500', '131308.607500', '131309.067500', '131309.527500', '131309.987500', '131310.447500', '131310.907500', '131311.367500', '131311.827500', '131312.287500', '131312.747500', '131313.207500', '131313.667500', '131314.127500', '131314.587500', '131315.047500', '131315.507500', '131315.967500', '131316.427500', '131316.887500', '131317.347500', '131317.807500', '131318.267500', '131318.727500', '131319.187500', '131319.647500', '131320.107500', '131320.567500', '131321.027500', '131321.487500', '131321.947500', '131322.407500', '131322.867500', '131323.327500', '131323.787500', '131324.247500', '131324.707500', '131325.167500', '131325.627500', '131326.087500', '131326.547500', '131327.007500', '131327.467500', '131327.927500', '131328.387500', '131328.847500', '131329.307500', '131329.767500', '131330.227500', '131330.687500', '131331.147500', '131331.607500', '131332.067500', '131332.527500', '131332.987500', '131333.447500', '131333.907500', '131334.367500', '131334.827500', '131335.287500', '131335.747500', '131336.207500', '131336.667500', '131337.127500', '131337.587500', '131338.047500', '131338.507500', '131338.967500', '131339.427500', '131339.887500', '131340.347500', '131340.807500', '131341.267500', '131341.727500', '131342.187500', '131342.647500', '131343.107500', '131343.567500', '131344.027500', '131344.487500', '131344.947500', '131345.407500', '131345.867500', '131346.327500', '131346.787500', '131347.247500', '131347.707500', '131348.167500', '131348.627500', '131349.087500', '131349.547500', '131350.007500', '131350.467500', '131350.927500', '131351.387500', '131351.847500', '131352.307500', '131352.767500', '131353.227500', '131353.687500', '131354.147500', '131354.607500', '131355.067500', '131355.527500', '131355.987500', '131356.447500', '131356.907500', '131357.367500', '131357.827500', '131358.287500', '131358.747500', '131359.207500', '131359.667500', '131400.127500', '131400.587500', '131401.047500', '131401.507500', '131401.967500', '131402.427500', '131402.887500', '131403.347500', '131403.807500', '131404.267500', '131404.727500', '131405.187500', '131405.647500', '131406.107500', '131406.567500', '131407.027500', '131407.487500', '131407.947500', '131408.407500', '131408.867500', '131409.327500', '131409.787500', '131410.247500', '131410.707500', '131411.167500', '131411.627500', '131412.087500', '131412.547500', '131413.007500', '131413.467500', '131413.927500', '131414.387500', '131414.847500', '131415.307500', '131415.767500', '131416.227500', '131416.687500', '131417.147500', '131417.607500', '131418.067500', '131418.527500', '131418.987500', '131419.447500', '131419.907500', '131420.367500', '131420.827500', '131421.287500', '131421.747500', '131422.207500', '131422.667500', '131423.127500', '131423.587500', '131424.047500', '131424.507500', '131424.967500', '131425.427500', '131425.887500', '131426.347500', '131426.807500', '131427.267500', '131427.727500', '131428.187500', '131428.647500', '131429.107500', '131429.567500', '131430.027500', '131430.487500', '131430.947500', '131431.407500', '131431.867500', '131432.327500', '131432.787500', '131433.247500', '131433.707500', '131434.167500', '131434.627500', '131435.087500', '131435.547500', '131436.007500', '131436.467500', '131436.927500', '131437.387500', '131437.847500', '131438.307500', '131438.767500', '131439.227500', '131439.687500', '131440.147500', '131440.607500', '131441.067500', '131441.527500', '131441.987500', '131442.447500', '131442.907500', '131443.367500', '131443.827500', '131444.287500', '131444.747500', '131445.207500', '131445.667500', '131446.127500', '131446.587500', '131447.047500', '131447.507500', '131447.967500', '131448.427500', '131448.887500', '131449.347500', '131449.807500', '131450.267500', '131450.727500', '131451.187500', '131451.647500', '131452.107500', '131452.567500', '131453.027500', '131453.487500', '131453.947500', '131454.407500', '131454.867500', '131455.327500', '131455.787500', '131456.247500', '131456.707500', '131457.167500', '131457.627500', '131458.087500', '131458.547500', '131459.007500', '131459.467500', '131459.927500', '131500.387500', '131500.847500', '131501.307500', '131501.767500', '131502.227500', '131502.687500', '131503.147500', '131503.607500', '131504.067500', '131504.527500', '131504.987500', '131505.447500', '131505.907500', '131506.367500', '131506.827500', '131507.287500', '131507.747500', '131508.207500', '131508.667500', '131509.127500', '131509.587500', '131510.047500', '131510.507500', '131510.967500', '131511.427500', '131511.887500', '131512.347500', '131512.807500', '131513.267500', '131513.727500', '131514.187500', '131514.647500', '131515.107500', '131515.567500', '131516.027500', '131516.487500', '131516.947500', '131517.407500', '131517.867500', '131518.327500', '131518.787500', '131519.247500', '131519.707500', '131520.167500', '131520.627500', '131521.087500', '131521.547500', '131522.007500', '131522.467500', '131522.927500', '131523.387500', '131523.847500', '131524.307500', '131524.767500', '131525.227500', '131525.687500', '131526.147500', '131526.607500', '131527.067500', '131527.527500', '131527.987500', '131528.447500', '131528.907500', '131529.367500', '131529.827500', '131530.287500', '131530.747500', '131531.207500', '131531.667500', '131532.127500', '131532.587500', '131533.047500', '131533.507500', '131533.967500', '131534.427500', '131534.887500', '131535.347500', '131535.807500', '131536.267500', '131536.727500', '131537.187500', '131537.647500', '131538.107500', '131538.567500', '131539.027500', '131539.487500', '131539.947500', '131540.407500', '131540.867500', '131541.327500', '131541.787500', '131542.247500', '131542.707500', '131543.167500', '131543.627500', '131544.087500', '131544.547500', '131545.007500', '131545.467500', '131545.927500', '131546.387500', '131546.847500', '131547.307500', '131547.767500', '131548.227500', '131548.687500', '131549.147500', '131549.607500', '131550.067500', '131550.527500', '131550.987500', '131551.447500', '131551.907500', '131552.367500', '131552.827500', '131553.287500', '131553.747500', '131554.207500', '131554.667500', '131555.127500', '131555.587500', '131556.047500', '131556.507500', '131556.967500', '131557.427500', '131557.887500', '131558.347500', '131558.807500', '131559.267500', '131559.727500', '131600.187500', '131600.647500', '131601.107500', '131601.567500', '131602.027500', '131602.487500', '131602.947500', '131603.407500', '131603.867500', '131604.327500', '131604.787500', '131605.247500', '131605.707500', '131606.167500', '131606.627500', '131607.087500', '131607.547500', '131608.007500', '131608.467500', '131608.927500', '131609.387500', '131609.847500', '131610.307500', '131610.767500', '131611.227500', '131611.687500', '131612.147500', '131612.607500', '131613.067500', '131613.527500', '131613.987500', '131614.447500', '131614.907500', '131615.367500', '131615.827500', '131616.287500', '131616.747500', '131617.207500', '131617.667500', '131618.127500', '131618.587500', '131619.047500', '131619.507500', '131619.967500', '131620.427500', '131620.887500', '131621.347500', '131621.807500', '131622.267500', '131622.727500', '131623.187500', '131623.647500', '131624.107500', '131624.567500', '131625.027500', '131625.487500', '131625.947500', '131626.407500', '131626.867500', '131627.327500', '131627.787500', '131628.247500', '131628.707500', '131629.167500', '131629.627500', '131630.087500', '131630.547500', '131631.007500', '131631.467500', '131631.927500', '131632.387500', '131632.847500', '131633.307500', '131633.767500', '131634.227500', '131634.687500', '131635.147500', '131635.607500', '131636.067500', '131636.527500', '131636.987500', '131637.447500', '131637.907500', '131638.367500', '131638.827500', '131639.287500', '131639.747500', '131640.207500', '131640.667500', '131641.127500', '131641.587500', '131642.047500', '131642.507500', '131642.967500', '131643.427500', '131643.887500', '131644.347500', '131644.807500', '131645.267500', '131645.727500', '131646.187500', '131646.647500', '131647.107500', '131647.567500', '131648.027500', '131648.487500', '131648.947500', '131649.407500', '131649.867500', '131650.327500', '131650.787500', '131651.247500', '131651.707500', '131652.167500', '131652.627500', '131653.087500', '131653.547500', '131654.007500', '131654.467500', '131654.927500', '131655.387500', '131655.847500', '131656.307500', '131656.767500', '131657.227500', '131657.687500', '131658.147500', '131658.607500', '131659.067500', '131659.527500', '131659.987500', '131700.447500', '131700.907500', '131701.367500', '131701.827500', '131702.287500', '131702.747500', '131703.207500', '131703.667500', '131704.127500', '131704.587500', '131705.047500', '131705.507500', '131705.967500', '131706.427500', '131706.887500', '131707.347500', '131707.807500', '131708.267500', '131708.727500', '131709.187500', '131709.647500', '131710.107500', '131710.567500', '131711.027500', '131711.487500', '131711.947500', '131712.407500', '131712.867500', '131713.327500', '131713.787500', '131714.247500', '131714.707500', '131715.167500', '131715.627500', '131716.087500', '131716.547500', '131717.007500', '131717.467500', '131717.927500', '131718.387500', '131718.847500', '131719.307500', '131719.767500', '131720.227500', '131720.687500', '131721.147500', '131721.607500', '131722.067500', '131722.527500', '131722.987500', '131723.447500', '131723.907500', '131724.367500', '131724.827500', '131725.287500', '131725.747500', '131726.207500', '131726.667500', '131727.127500', '131727.587500', '131728.047500', '131728.507500', '131728.967500', '131729.427500', '131729.887500', '131730.347500', '131730.807500', '131731.267500', '131731.727500', '131732.187500', '131732.647500', '131733.107500', '131733.567500', '131734.027500', '131734.487500', '131734.947500', '131735.407500', '131735.867500', '131736.327500', '131736.787500', '131737.247500', '131737.707500', '131738.167500', '131738.627500', '131739.087500', '131739.547500', '131740.007500', '131740.467500', '131740.927500', '131741.387500', '131741.847500', '131742.307500', '131742.767500', '131743.227500', '131743.687500', '131744.147500', '131744.607500', '131745.067500', '131745.527500', '131745.987500', '131746.447500', '131746.907500', '131747.367500', '131747.827500', '131748.287500', '131748.747500', '131749.207500', '131749.667500', '131750.127500', '131750.587500', '131751.047500', '131751.507500', '131751.967500', '131752.427500', '131752.887500', '131753.347500', '131753.807500', '131754.267500', '131754.727500', '131755.187500', '131755.647500', '131756.107500', '131756.567500', '131757.027500', '131757.487500', '131757.947500', '131758.407500', '131758.867500', '131759.327500', '131759.787500', '131800.247500', '131800.707500', '131801.167500', '131801.627500', '131802.087500', '131802.547500', '131803.007500', '131803.467500', '131803.927500', '131804.387500', '131804.847500', '131805.307500', '131805.767500', '131806.227500', '131806.687500', '131807.147500', '131807.607500', '131808.067500', '131808.527500', '131808.987500', '131809.447500', '131809.907500', '131810.367500', '131810.827500', '131811.287500', '131811.747500', '131812.207500', '131812.667500', '131813.127500', '131813.587500', '131814.047500', '131814.507500', '131814.967500', '131815.427500', '131815.887500', '131816.347500', '131816.807500', '131817.267500', '131817.727500', '131818.187500', '131818.647500', '131819.107500', '131819.567500', '131820.027500', '131820.487500', '131820.947500', '131821.407500', '131821.867500', '131822.327500', '131822.787500', '131823.247500', '131823.707500', '131824.167500', '131824.627500', '131825.087500', '131825.547500', '131826.007500', '131826.467500', '131826.927500', '131827.387500', '131827.847500', '131828.307500', '131828.767500', '131829.227500', '131829.687500', '131830.147500', '131830.607500', '131831.067500', '131831.527500', '131831.987500', '131832.447500', '131832.907500', '131833.367500', '131833.827500', '131834.287500', '131834.747500', '131835.207500', '131835.667500', '131836.127500', '131836.587500', '131837.047500', '131837.507500', '131837.967500', '131838.427500', '131838.887500', '131839.347500', '131839.807500', '131840.267500', '131840.727500', '131841.187500', '131841.647500', '131842.107500', '131842.567500', '131843.027500', '131843.487500', '131843.947500', '131844.407500', '131844.867500', '131845.327500', '131845.787500', '131846.247500', '131846.707500', '131847.167500', '131847.627500', '131848.087500', '131848.547500', '131849.007500', '131849.467500', '131849.927500', '131850.387500', '131850.847500', '131851.307500', '131851.767500', '131852.227500', '131852.687500', '131853.147500', '131853.607500', '131854.067500', '131854.527500', '131854.987500', '131855.447500', '131855.907500', '131856.367500', '131856.827500', '131857.287500', '131857.747500', '131858.207500', '131858.667500', '131859.127500', '131859.587500', '131900.047500', '131900.507500', '131900.967500', '131901.427500', '131901.887500', '131902.347500', '131902.807500', '131903.267500', '131903.727500', '131904.187500', '131904.647500', '131905.107500', '131905.567500', '131906.027500', '131906.487500', '131906.947500', '131907.407500', '131907.867500', '131908.327500', '131908.787500', '131909.247500', '131909.707500', '131910.167500', '131910.627500', '131911.087500', '131911.547500', '131912.007500', '131912.467500', '131912.927500', '131913.387500', '131913.847500', '131914.307500', '131914.767500', '131915.227500', '131915.687500', '131916.147500', '131916.607500', '131917.067500', '131917.527500', '131917.987500', '131918.447500', '131918.907500', '131919.367500', '131919.827500', '131920.287500', '131920.747500', '131921.207500', '131921.667500', '131922.127500', '131922.587500', '131923.047500', '131923.507500', '131923.967500', '131924.427500', '131924.887500', '131925.347500', '131925.807500', '131926.267500', '131926.727500', '131927.187500', '131927.647500', '131928.107500', '131928.567500', '131929.027500', '131929.487500', '131929.947500', '131930.407500', '131930.867500', '131931.327500', '131931.787500', '131932.247500', '131932.707500', '131933.167500', '131933.627500', '131934.087500', '131934.547500', '131935.007500', '131935.467500', '131935.927500', '131936.387500', '131936.847500', '131937.307500', '131937.767500', '131938.227500', '131938.687500', '131939.147500', '131939.607500', '131940.067500', '131940.527500', '131940.987500', '131941.447500', '131941.907500', '131942.367500', '131942.827500', '131943.287500', '131943.747500', '131944.207500', '131944.667500', '131945.127500', '131945.587500', '131946.047500', '131946.507500', '131946.967500', '131947.427500', '131947.887500', '131948.347500', '131948.807500', '131949.267500', '131949.727500', '131950.187500', '131950.647500', '131951.107500', '131951.567500', '131952.027500', '131952.487500', '131952.947500', '131953.407500', '131953.867500', '131954.327500', '131954.787500', '131955.247500', '131955.707500', '131956.167500', '131956.627500', '131957.087500', '131957.547500', '131958.007500', '131958.467500', '131958.927500', '131959.387500', '131959.847500', '132000.307500', '132000.767500', '132001.227500', '132001.687500', '132002.147500', '132002.607500', '132003.067500', '132003.527500', '132003.987500', '132004.447500', '132004.907500', '132005.367500', '132005.827500', '132006.287500', '132006.747500', '132007.207500', '132007.667500', '132008.127500', '132008.587500', '132009.047500', '132009.507500', '132009.967500', '132010.427500', '132010.887500', '132011.347500', '132011.807500', '132012.267500', '132012.727500', '132013.187500', '132013.647500', '132014.107500', '132014.567500', '132015.027500', '132015.487500', '132015.947500', '132016.407500', '132016.867500', '132017.327500', '132017.787500', '132018.247500', '132018.707500', '132019.167500', '132019.627500', '132020.087500', '132020.547500', '132021.007500', '132021.467500', '132021.927500', '132022.387500', '132022.847500', '132023.307500', '132023.767500', '132024.227500', '132024.687500', '132025.147500', '132025.607500', '132026.067500', '132026.527500', '132026.987500', '132027.447500', '132027.907500', '132028.367500', '132028.827500', '132029.287500', '132029.747500', '132030.207500', '132030.667500', '132031.127500', '132031.587500', '132032.047500', '132032.507500', '132032.967500', '132033.427500', '132033.887500', '132034.347500', '132034.807500', '132035.267500', '132035.727500', '132036.187500', '132036.647500', '132037.107500', '132037.567500', '132038.027500', '132038.487500', '132038.947500', '132039.407500', '132039.867500', '132040.327500', '132040.787500', '132041.247500', '132041.707500', '132042.167500', '132042.627500', '132043.087500', '132043.547500', '132044.007500', '132044.467500', '132044.927500', '132045.387500', '132045.847500', '132046.307500', '132046.767500', '132047.227500', '132047.687500', '132048.147500', '132048.607500', '132049.067500', '132049.527500', '132049.987500', '132050.447500', '132050.907500', '132051.367500', '132051.827500', '132052.287500', '132052.747500', '132053.207500', '132053.667500', '132054.127500', '132054.587500', '132055.047500', '132055.507500', '132055.967500', '132056.427500', '132056.887500', '132057.347500', '132057.807500', '132058.267500', '132058.727500', '132059.187500', '132059.647500', '132100.107500', '132100.567500', '132101.027500', '132101.487500', '132101.947500', '132102.407500', '132102.867500', '132103.327500', '132103.787500', '132104.247500', '132104.707500', '132105.167500', '132105.627500', '132106.087500', '132106.547500', '132107.007500', '132107.467500', '132107.927500', '132108.387500', '132108.847500', '132109.307500', '132109.767500', '132110.227500', '132110.687500', '132111.147500', '132111.607500', '132112.067500', '132112.527500', '132112.987500', '132113.447500', '132113.907500', '132114.367500', '132114.827500', '132115.287500', '132115.747500', '132116.207500', '132116.667500', '132117.127500', '132117.587500', '132118.047500', '132118.507500', '132118.967500', '132119.427500', '132119.887500', '132120.347500', '132120.807500', '132121.267500', '132121.727500', '132122.187500', '132122.647500', '132123.107500', '132123.567500', '132124.027500', '132124.487500', '132124.947500', '132125.407500', '132125.867500', '132126.327500', '132126.787500', '132127.247500', '132127.707500', '132128.167500', '132128.627500', '132129.087500', '132129.547500', '132130.007500', '132130.467500', '132130.927500', '132131.387500', '132131.847500', '132132.307500', '132132.767500', '132133.227500', '132133.687500', '132134.147500', '132134.607500', '132135.067500', '132135.527500', '132135.987500', '132136.447500', '132136.907500', '132137.367500', '132137.827500', '132138.287500', '132138.747500', '132139.207500', '132139.667500', '132140.127500', '132140.587500', '132141.047500', '132141.507500', '132141.967500', '132142.427500', '132142.887500', '132143.347500', '132143.807500', '132144.267500', '132144.727500', '132145.187500', '132145.647500', '132146.107500', '132146.567500', '132147.027500', '132147.487500', '132147.947500', '132148.407500', '132148.867500', '132149.327500', '132149.787500', '132150.247500', '132150.707500', '132151.167500', '132151.627500', '132152.087500', '132152.547500', '132153.007500', '132153.467500', '132153.927500', '132154.387500', '132154.847500', '132155.307500', '132155.767500', '132156.227500', '132156.687500', '132157.147500', '132157.607500', '132158.067500', '132158.527500', '132158.987500', '132159.447500', '132159.907500', '132200.367500', '132200.827500', '132201.287500', '132201.747500', '132202.207500', '132202.667500', '132203.127500', '132203.587500', '132204.047500', '132204.507500', '132204.967500', '132205.427500', '132205.887500', '132206.347500', '132206.807500', '132207.267500', '132207.727500', '132208.187500', '132208.647500', '132209.107500', '132209.567500', '132210.027500', '132210.487500', '132210.947500', '132211.407500', '132211.867500', '132212.327500', '132212.787500', '132213.247500', '132213.707500', '132214.167500', '132214.627500', '132215.087500', '132215.547500', '132216.007500', '132216.467500', '132216.927500', '132217.387500', '132217.847500', '132218.307500', '132218.767500', '132219.227500', '132219.687500', '132220.147500', '132220.607500', '132221.067500', '132221.527500', '132221.987500', '132222.447500', '132222.907500', '132223.367500', '132223.827500', '132224.287500', '132224.747500', '132225.207500', '132225.667500', '132226.127500', '132226.587500', '132227.047500', '132227.507500', '132227.967500', '132228.427500', '132228.887500', '132229.347500', '132229.807500', '132230.267500', '132230.727500', '132231.187500', '132231.647500', '132232.107500', '132232.567500', '132233.027500', '132233.487500', '132233.947500', '132234.407500', '132234.867500', '132235.327500', '132235.787500', '132236.247500', '132236.707500', '132237.167500', '132237.627500', '132238.087500', '132238.547500', '132239.007500', '132239.467500', '132239.927500', '132240.387500', '132240.847500', '132241.307500', '132241.767500', '132242.227500', '132242.687500', '132243.147500', '132243.607500'], 'ContentTime': ['131249.159000', '131249.162000', '131249.165000', '131249.168000', '131249.171000', '131249.174000', '131249.176000', '131249.179000', '131249.181000', '131249.184000', '131249.186000', '131249.189000', '131249.192000', '131249.194000', '131249.197000', '131249.199000', '131249.203000', '131249.206000', '131249.208000', '131249.211000', '131249.213000', '131249.216000', '131249.218000', '131249.221000', '131249.224000', '131309.122000', '131309.125000', '131309.135000', '131309.137000', '131309.140000', '131309.143000', '131309.145000', '131309.148000', '131309.150000', '131309.153000', '131309.155000', '131309.158000', '131309.160000', '131309.163000', '131309.166000', '131309.168000', '131309.171000', '131309.174000', '131309.176000', '131309.179000', '131309.181000', '131309.184000', '131309.186000', '131309.189000', '131309.191000', '131309.194000', '131309.197000', '131309.199000', '131309.202000', '131309.204000', '131309.207000', '131309.209000', '131309.217000', '131309.220000', '131309.223000', '131309.225000', '131309.228000', '131309.230000', '131309.233000', '131309.235000', '131309.238000', '131309.240000', '131309.243000', '131309.245000', '131329.122000', '131329.125000', '131329.128000', '131329.130000', '131329.133000', '131329.135000', '131329.138000', '131329.141000', '131329.143000', '131329.146000', '131329.148000', '131329.151000', '131329.153000', '131329.156000', '131329.158000', '131329.161000', '131329.163000', '131329.166000', '131329.168000', '131329.171000', '131329.173000', '131329.176000', '131329.179000', '131329.181000', '131329.184000', '131329.186000', '131329.189000', '131329.191000', '131329.194000', '131329.197000', '131329.199000', '131329.202000', '131329.205000', '131329.207000', '131329.210000', '131329.212000', '131329.215000', '131329.217000', '131329.220000', '131329.222000', '131329.225000', '131329.227000', '131329.230000', '131349.122000', '131349.125000', '131349.128000', '131349.130000', '131349.133000', '131349.136000', '131349.138000', '131349.141000', '131349.143000', '131349.146000', '131349.148000', '131349.151000', '131349.154000', '131349.156000', '131349.159000', '131349.161000', '131349.164000', '131349.167000', '131349.169000', '131349.172000', '131349.174000', '131349.177000', '131349.179000', '131349.182000', '131349.185000', '131349.187000', '131349.190000', '131349.192000', '131349.195000', '131349.197000', '131349.200000', '131349.203000', '131349.205000', '131349.208000', '131349.210000', '131349.213000', '131349.215000', '131349.218000', '131349.220000', '131349.223000', '131349.225000', '131349.228000', '131349.231000', '131349.233000', '131409.123000', '131409.126000', '131409.129000', '131409.131000', '131409.134000', '131409.136000', '131409.139000', '131409.141000', '131409.144000', '131409.146000', '131409.149000', '131409.151000', '131409.154000', '131409.156000', '131409.159000', '131409.162000', '131409.164000', '131409.167000', '131409.169000', '131409.172000', '131409.174000', '131409.177000', '131409.179000', '131409.182000', '131409.184000', '131409.187000', '131409.189000', '131409.199000', '131409.202000', '131409.204000', '131409.207000', '131409.210000', '131409.212000', '131409.215000', '131409.217000', '131409.220000', '131409.222000', '131409.225000', '131409.227000', '131409.230000', '131409.233000', '131409.235000', '131409.238000', '131429.122000', '131429.125000', '131429.128000', '131429.130000', '131429.133000', '131429.135000', '131429.138000', '131429.141000', '131429.143000', '131429.146000', '131429.148000', '131429.151000', '131429.153000', '131429.156000', '131429.158000', '131429.161000', '131429.163000', '131429.166000', '131429.169000', '131429.171000', '131429.174000', '131429.176000', '131429.179000', '131429.181000', '131429.184000', '131429.186000', '131429.189000', '131429.191000', '131429.194000', '131429.197000', '131429.199000', '131429.202000', '131429.204000', '131429.207000', '131429.209000', '131429.212000', '131429.215000', '131429.217000', '131429.220000', '131429.222000', '131429.225000', '131429.228000', '131429.230000', '131429.233000', '131449.122000', '131449.125000', '131449.128000', '131449.130000', '131449.133000', '131449.135000', '131449.138000', '131449.141000', '131449.143000', '131449.146000', '131449.148000', '131449.151000', '131449.153000', '131449.156000', '131449.159000', '131449.161000', '131449.164000', '131449.166000', '131449.169000', '131449.171000', '131449.174000', '131449.176000', '131449.179000', '131449.181000', '131449.184000', '131449.187000', '131449.189000', '131449.192000', '131449.194000', '131449.197000', '131449.200000', '131449.202000', '131449.205000', '131449.207000', '131449.210000', '131449.212000', '131449.215000', '131449.218000', '131449.220000', '131449.223000', '131449.225000', '131449.228000', '131449.231000', '131509.122000', '131509.125000', '131509.128000', '131509.130000', '131509.133000', '131509.136000', '131509.138000', '131509.141000', '131509.143000', '131509.146000', '131509.148000', '131509.151000', '131509.154000', '131509.156000', '131509.159000', '131509.161000', '131509.164000', '131509.166000', '131509.169000', '131509.171000', '131509.174000', '131509.177000', '131509.179000', '131509.182000', '131509.184000', '131509.187000', '131509.189000', '131509.192000', '131509.194000', '131509.197000', '131509.200000', '131509.202000', '131509.205000', '131509.207000', '131509.210000', '131509.212000', '131509.215000', '131509.217000', '131509.220000', '131509.223000', '131509.225000', '131509.228000', '131509.230000', '131509.233000', '131529.122000', '131529.125000', '131529.128000', '131529.130000', '131529.133000', '131529.135000', '131529.138000', '131529.141000', '131529.143000', '131529.146000', '131529.154000', '131529.157000', '131529.159000', '131529.162000', '131529.164000', '131529.167000', '131529.169000', '131529.172000', '131529.175000', '131529.177000', '131529.180000', '131529.182000', '131529.185000', '131529.187000', '131529.190000', '131529.192000', '131529.195000', '131529.198000', '131529.200000', '131529.203000', '131529.205000', '131529.208000', '131529.210000', '131529.213000', '131529.216000', '131529.218000', '131529.221000', '131529.223000', '131529.226000', '131529.228000', '131529.231000', '131529.234000', '131529.236000', '131549.122000', '131549.125000', '131549.128000', '131549.130000', '131549.133000', '131549.135000', '131549.138000', '131549.141000', '131549.143000', '131549.150000', '131549.153000', '131549.155000', '131549.158000', '131549.160000', '131549.163000', '131549.165000', '131549.168000', '131549.171000', '131549.173000', '131549.176000', '131549.179000', '131549.181000', '131549.184000', '131549.186000', '131549.189000', '131549.191000', '131549.194000', '131549.196000', '131549.199000', '131549.202000', '131549.204000', '131549.207000', '131549.210000', '131549.212000', '131549.215000', '131549.217000', '131549.220000', '131549.222000', '131549.225000', '131549.227000', '131549.230000', '131549.233000', '131549.235000', '131549.238000', '131609.122000', '131609.125000', '131609.128000', '131609.130000', '131609.133000', '131609.136000', '131609.138000', '131609.141000', '131609.143000', '131609.146000', '131609.149000', '131609.151000', '131609.154000', '131609.156000', '131609.159000', '131609.161000', '131609.164000', '131609.167000', '131609.169000', '131609.172000', '131609.174000', '131609.177000', '131609.179000', '131609.182000', '131609.185000', '131609.187000', '131609.190000', '131609.193000', '131609.195000', '131609.198000', '131609.200000', '131609.203000', '131609.205000', '131609.208000', '131609.211000', '131609.213000', '131609.216000', '131609.218000', '131609.221000', '131609.223000', '131609.226000', '131609.229000', '131609.231000', '131629.123000', '131629.126000', '131629.129000', '131629.131000', '131629.134000', '131629.137000', '131629.139000', '131629.142000', '131629.145000', '131629.147000', '131629.150000', '131629.152000', '131629.155000', '131629.157000', '131629.160000', '131629.162000', '131629.165000', '131629.167000', '131629.170000', '131629.173000', '131629.175000', '131629.178000', '131629.180000', '131629.183000', '131629.186000', '131629.188000', '131629.191000', '131629.193000', '131629.196000', '131629.198000', '131629.201000', '131629.203000', '131629.206000', '131629.208000', '131629.211000', '131629.214000', '131629.216000', '131629.219000', '131629.221000', '131629.224000', '131629.226000', '131629.229000', '131629.232000', '131629.234000', '131649.122000', '131649.125000', '131649.128000', '131649.130000', '131649.133000', '131649.136000', '131649.138000', '131649.141000', '131649.143000', '131649.146000', '131649.149000', '131649.151000', '131649.154000', '131649.156000', '131649.159000', '131649.162000', '131649.164000', '131649.167000', '131649.169000', '131649.172000', '131649.174000', '131649.177000', '131649.180000', '131649.182000', '131649.185000', '131649.188000', '131649.190000', '131649.209000', '131649.211000', '131649.214000', '131649.217000', '131649.219000', '131649.222000', '131649.224000', '131649.227000', '131649.230000', '131649.232000', '131649.235000', '131649.237000', '131649.240000', '131649.242000', '131649.245000', '131649.248000', '131709.122000', '131709.125000', '131709.128000', '131709.130000', '131709.133000', '131709.136000', '131709.138000', '131709.141000', '131709.143000', '131709.146000', '131709.149000', '131709.151000', '131709.154000', '131709.156000', '131709.159000', '131709.162000', '131709.164000', '131709.167000', '131709.169000', '131709.172000', '131709.175000', '131709.177000', '131709.180000', '131709.182000', '131709.185000', '131709.187000', '131709.190000', '131709.193000', '131709.195000', '131709.198000', '131709.201000', '131709.203000', '131709.206000', '131709.208000', '131709.211000', '131709.214000', '131709.216000', '131709.219000', '131709.221000', '131709.224000', '131709.227000', '131709.229000', '131709.232000', '131709.234000', '131729.122000', '131729.125000', '131729.128000', '131729.130000', '131729.133000', '131729.136000', '131729.138000', '131729.141000', '131729.143000', '131729.146000', '131729.148000', '131729.151000', '131729.154000', '131729.156000', '131729.159000', '131729.161000', '131729.164000', '131729.166000', '131729.169000', '131729.171000', '131729.174000', '131729.177000', '131729.179000', '131729.182000', '131729.184000', '131729.187000', '131729.189000', '131729.192000', '131729.195000', '131729.197000', '131729.200000', '131729.202000', '131729.205000', '131729.208000', '131729.210000', '131729.213000', '131729.215000', '131729.218000', '131729.220000', '131729.223000', '131729.226000', '131729.228000', '131729.231000', '131749.123000', '131749.126000', '131749.129000', '131749.131000', '131749.134000', '131749.137000', '131749.139000', '131749.142000', '131749.144000', '131749.147000', '131749.150000', '131749.152000', '131749.155000', '131749.157000', '131749.160000', '131749.162000', '131749.165000', '131749.168000', '131749.170000', '131749.173000', '131749.176000', '131749.178000', '131749.181000', '131749.183000', '131749.186000', '131749.189000', '131749.191000', '131749.194000', '131749.196000', '131749.199000', '131749.202000', '131749.204000', '131749.207000', '131749.209000', '131749.212000', '131749.215000', '131749.217000', '131749.220000', '131749.222000', '131749.225000', '131749.228000', '131749.230000', '131749.233000', '131749.235000', '131809.122000', '131809.125000', '131809.128000', '131809.130000', '131809.133000', '131809.135000', '131809.138000', '131809.141000', '131809.143000', '131809.146000', '131809.148000', '131809.151000', '131809.153000', '131809.156000', '131809.158000', '131809.161000', '131809.164000', '131809.166000', '131809.169000', '131809.171000', '131809.174000', '131809.176000', '131809.179000', '131809.181000', '131809.184000', '131809.186000', '131809.189000', '131809.192000', '131809.194000', '131809.197000', '131809.199000', '131809.202000', '131809.204000', '131809.207000', '131809.210000', '131809.212000', '131809.215000', '131809.217000', '131809.220000', '131809.222000', '131809.225000', '131809.227000', '131809.230000', '131829.122000', '131829.125000', '131829.128000', '131829.130000', '131829.133000', '131829.136000', '131829.138000', '131829.141000', '131829.143000', '131829.146000', '131829.148000', '131829.151000', '131829.154000', '131829.156000', '131829.159000', '131829.161000', '131829.164000', '131829.166000', '131829.169000', '131829.172000', '131829.174000', '131829.177000', '131829.179000', '131829.182000', '131829.184000', '131829.187000', '131829.190000', '131829.192000', '131829.195000', '131829.197000', '131829.200000', '131829.202000', '131829.205000', '131829.208000', '131829.210000', '131829.213000', '131829.215000', '131829.218000', '131829.221000', '131829.223000', '131829.226000', '131829.229000', '131829.231000', '131829.234000', '131849.140000', '131849.143000', '131849.145000', '131849.148000', '131849.151000', '131849.153000', '131849.156000', '131849.158000', '131849.161000', '131849.163000', '131849.166000', '131849.169000', '131849.173000', '131849.175000', '131849.178000', '131849.180000', '131849.183000', '131849.186000', '131849.188000', '131849.191000', '131849.193000', '131849.196000', '131849.199000', '131849.201000', '131849.204000', '131849.206000', '131849.209000', '131849.212000', '131849.215000', '131849.217000', '131849.220000', '131849.222000', '131849.225000', '131849.228000', '131849.230000', '131849.233000', '131849.235000', '131849.238000', '131849.241000', '131849.243000', '131849.246000', '131849.248000', '131849.251000', '131909.122000', '131909.125000', '131909.128000', '131909.130000', '131909.133000', '131909.136000', '131909.139000', '131909.143000', '131909.146000', '131909.148000', '131909.151000', '131909.153000', '131909.156000', '131909.158000', '131909.162000', '131909.165000', '131909.168000', '131909.170000', '131909.173000', '131909.176000', '131909.178000', '131909.181000', '131909.183000', '131909.186000', '131909.188000', '131909.191000', '131909.194000', '131909.196000', '131909.199000', '131909.201000', '131909.204000', '131909.207000', '131909.209000', '131909.212000', '131909.214000', '131909.217000', '131909.220000', '131909.222000', '131909.225000', '131909.228000', '131909.230000', '131909.233000', '131909.235000', '131929.122000', '131929.125000', '131929.128000', '131929.131000', '131929.133000', '131929.136000', '131929.139000', '131929.141000', '131929.144000', '131929.146000', '131929.149000', '131929.151000', '131929.154000', '131929.157000', '131929.159000', '131929.162000', '131929.164000', '131929.167000', '131929.170000', '131929.172000', '131929.175000', '131929.177000', '131929.180000', '131929.182000', '131929.185000', '131929.188000', '131929.190000', '131929.193000', '131929.195000', '131929.198000', '131929.201000', '131929.203000', '131929.206000', '131929.208000', '131929.211000', '131929.214000', '131929.216000', '131929.219000', '131929.221000', '131929.224000', '131929.227000', '131929.229000', '131929.232000', '131929.234000', '131949.122000', '131949.125000', '131949.128000', '131949.130000', '131949.133000', '131949.136000', '131949.138000', '131949.141000', '131949.143000', '131949.146000', '131949.148000', '131949.151000', '131949.154000', '131949.156000', '131949.159000', '131949.162000', '131949.164000', '131949.167000', '131949.169000', '131949.172000', '131949.174000', '131949.177000', '131949.180000', '131949.182000', '131949.185000', '131949.187000', '131949.190000', '131949.193000', '131949.195000', '131949.198000', '131949.201000', '131949.203000', '131949.206000', '131949.208000', '131949.211000', '131949.213000', '131949.216000', '131949.219000', '131949.221000', '131949.224000', '131949.227000', '131949.229000', '131949.232000', '132009.123000', '132009.125000', '132009.128000', '132009.131000', '132009.133000', '132009.136000', '132009.138000', '132009.141000', '132009.144000', '132009.146000', '132009.149000', '132009.151000', '132009.154000', '132009.157000', '132009.159000', '132009.162000', '132009.164000', '132009.167000', '132009.169000', '132009.172000', '132009.175000', '132009.177000', '132009.180000', '132009.182000', '132009.185000', '132009.187000', '132009.190000', '132009.192000', '132009.195000', '132009.198000', '132009.200000', '132009.203000', '132009.205000', '132009.208000', '132009.210000', '132009.213000', '132009.216000', '132009.218000', '132009.221000', '132009.223000', '132009.226000', '132009.228000', '132009.231000', '132009.233000', '132029.122000', '132029.125000', '132029.128000', '132029.131000', '132029.133000', '132029.136000', '132029.138000', '132029.141000', '132029.143000', '132029.146000', '132029.149000', '132029.151000', '132029.154000', '132029.157000', '132029.159000', '132029.162000', '132029.164000', '132029.167000', '132029.169000', '132029.172000', '132029.175000', '132029.177000', '132029.180000', '132029.182000', '132029.185000', '132029.188000', '132029.191000', '132029.193000', '132029.196000', '132029.199000', '132029.202000', '132029.205000', '132029.208000', '132029.210000', '132029.213000', '132029.215000', '132029.218000', '132029.220000', '132029.223000', '132029.226000', '132029.228000', '132029.231000', '132029.233000', '132049.123000', '132049.125000', '132049.128000', '132049.131000', '132049.133000', '132049.136000', '132049.138000', '132049.141000', '132049.144000', '132049.146000', '132049.149000', '132049.152000', '132049.154000', '132049.157000', '132049.159000', '132049.162000', '132049.164000', '132049.167000', '132049.170000', '132049.172000', '132049.175000', '132049.178000', '132049.180000', '132049.183000', '132049.185000', '132049.188000', '132049.191000', '132049.193000', '132049.196000', '132049.198000', '132049.201000', '132049.203000', '132049.206000', '132049.209000', '132049.211000', '132049.214000', '132049.216000', '132049.219000', '132049.222000', '132049.224000', '132049.227000', '132049.229000', '132049.232000', '132049.235000', '132109.124000', '132109.126000', '132109.129000', '132109.131000', '132109.134000', '132109.137000', '132109.139000', '132109.142000', '132109.144000', '132109.147000', '132109.150000', '132109.152000', '132109.155000', '132109.158000', '132109.160000', '132109.163000', '132109.165000', '132109.168000', '132109.171000', '132109.174000', '132109.176000', '132109.179000', '132109.182000', '132109.184000', '132109.187000', '132109.190000', '132109.192000', '132109.195000', '132109.197000', '132109.200000', '132109.202000', '132109.205000', '132109.208000', '132109.210000', '132109.213000', '132109.215000', '132109.218000', '132109.221000', '132109.224000', '132109.226000', '132109.229000', '132109.231000', '132109.234000', '132129.122000', '132129.125000', '132129.128000', '132129.131000', '132129.133000', '132129.136000', '132129.138000', '132129.141000', '132129.144000', '132129.146000', '132129.149000', '132129.151000', '132129.154000', '132129.157000', '132129.159000', '132129.162000', '132129.164000', '132129.167000', '132129.170000', '132129.172000', '132129.175000', '132129.177000', '132129.180000', '132129.183000', '132129.185000', '132129.188000', '132129.191000', '132129.193000', '132129.196000', '132129.198000', '132129.201000', '132129.203000', '132129.206000', '132129.209000', '132129.211000', '132129.214000', '132129.216000', '132129.219000', '132129.222000', '132129.224000', '132129.227000', '132129.229000', '132129.232000', '132129.235000', '132149.123000', '132149.125000', '132149.128000', '132149.131000', '132149.133000', '132149.136000', '132149.138000', '132149.141000', '132149.144000', '132149.146000', '132149.149000', '132149.151000', '132149.154000', '132149.156000', '132149.159000', '132149.162000', '132149.164000', '132149.167000', '132149.170000', '132149.172000', '132149.175000', '132149.177000', '132149.180000', '132149.183000', '132149.185000', '132149.188000', '132149.191000', '132149.193000', '132149.196000', '132149.199000', '132149.201000', '132149.204000', '132149.207000', '132149.209000', '132149.212000', '132149.215000', '132149.217000', '132149.220000', '132149.222000', '132149.225000', '132149.227000', '132149.230000', '132149.233000', '132209.122000', '132209.125000', '132209.128000', '132209.130000', '132209.133000', '132209.136000', '132209.138000', '132209.141000', '132209.144000', '132209.146000', '132209.149000', '132209.151000', '132209.154000', '132209.157000', '132209.159000', '132209.162000', '132209.164000', '132209.167000', '132209.169000', '132209.172000', '132209.175000', '132209.177000', '132209.180000', '132209.182000', '132209.185000', '132209.188000', '132209.190000', '132209.193000', '132209.195000', '132209.198000', '132209.201000', '132209.203000', '132209.206000', '132209.208000', '132209.211000', '132209.214000', '132209.217000', '132209.219000', '132209.222000', '132209.224000', '132209.227000', '132209.229000', '132209.232000', '132209.235000', '132229.122000', '132229.125000', '132229.128000', '132229.131000', '132229.133000', '132229.136000', '132229.139000', '132229.141000', '132229.144000', '132229.146000', '132229.149000', '132229.151000', '132229.154000', '132229.157000', '132229.159000', '132229.162000', '132229.164000', '132229.167000', '132229.170000', '132229.172000', '132229.175000', '132229.177000', '132229.180000', '132229.183000', '132229.185000', '132229.188000', '132229.190000', '132229.193000', '132229.196000', '132229.198000', '132229.201000', '132229.203000', '132229.206000', '132229.209000', '132229.220000', '132229.222000', '132229.225000', '132229.227000', '132229.230000', '132229.233000', '132229.235000', '132229.238000', '132229.241000', '132245.296000', '132245.299000', '132245.302000', '132245.305000', '132245.307000', '132245.310000', '132245.312000', '132245.315000', '132245.318000', '132245.320000', '132245.323000', '132245.326000', '132245.328000', '132245.331000', '132245.333000', '132245.336000', '132245.339000', '132245.341000', '132245.344000', '132245.346000', '132245.349000', '132245.352000', '132245.354000', '132245.357000', '132245.360000', '132245.362000', '132245.365000', '132245.367000', '132245.370000', '132245.372000', '132245.375000', '132245.377000', '132245.380000', '132245.383000', '132245.385000', '132245.388000'], 'InstanceCreationTime': ['131249.159000', '131249.162000', '131249.165000', '131249.168000', '131249.171000', '131249.174000', '131249.176000', '131249.179000', '131249.181000', '131249.184000', '131249.186000', '131249.189000', '131249.192000', '131249.194000', '131249.197000', '131249.199000', '131249.203000', '131249.206000', '131249.208000', '131249.211000', '131249.213000', '131249.216000', '131249.218000', '131249.221000', '131249.224000', '131309.122000', '131309.125000', '131309.135000', '131309.137000', '131309.140000', '131309.143000', '131309.145000', '131309.148000', '131309.150000', '131309.153000', '131309.155000', '131309.158000', '131309.160000', '131309.163000', '131309.166000', '131309.168000', '131309.171000', '131309.174000', '131309.176000', '131309.179000', '131309.181000', '131309.184000', '131309.186000', '131309.189000', '131309.191000', '131309.194000', '131309.197000', '131309.199000', '131309.202000', '131309.204000', '131309.207000', '131309.209000', '131309.217000', '131309.220000', '131309.223000', '131309.225000', '131309.228000', '131309.230000', '131309.233000', '131309.235000', '131309.238000', '131309.240000', '131309.243000', '131309.245000', '131329.122000', '131329.125000', '131329.128000', '131329.130000', '131329.133000', '131329.135000', '131329.138000', '131329.141000', '131329.143000', '131329.146000', '131329.148000', '131329.151000', '131329.153000', '131329.156000', '131329.158000', '131329.161000', '131329.163000', '131329.166000', '131329.168000', '131329.171000', '131329.173000', '131329.176000', '131329.179000', '131329.181000', '131329.184000', '131329.186000', '131329.189000', '131329.191000', '131329.194000', '131329.197000', '131329.199000', '131329.202000', '131329.205000', '131329.207000', '131329.210000', '131329.212000', '131329.215000', '131329.217000', '131329.220000', '131329.222000', '131329.225000', '131329.227000', '131329.230000', '131349.122000', '131349.125000', '131349.128000', '131349.130000', '131349.133000', '131349.136000', '131349.138000', '131349.141000', '131349.143000', '131349.146000', '131349.148000', '131349.151000', '131349.154000', '131349.156000', '131349.159000', '131349.161000', '131349.164000', '131349.167000', '131349.169000', '131349.172000', '131349.174000', '131349.177000', '131349.179000', '131349.182000', '131349.185000', '131349.187000', '131349.190000', '131349.192000', '131349.195000', '131349.197000', '131349.200000', '131349.203000', '131349.205000', '131349.208000', '131349.210000', '131349.213000', '131349.215000', '131349.218000', '131349.220000', '131349.223000', '131349.225000', '131349.228000', '131349.231000', '131349.233000', '131409.123000', '131409.126000', '131409.129000', '131409.131000', '131409.134000', '131409.136000', '131409.139000', '131409.141000', '131409.144000', '131409.146000', '131409.149000', '131409.151000', '131409.154000', '131409.156000', '131409.159000', '131409.162000', '131409.164000', '131409.167000', '131409.169000', '131409.172000', '131409.174000', '131409.177000', '131409.179000', '131409.182000', '131409.184000', '131409.187000', '131409.189000', '131409.199000', '131409.202000', '131409.204000', '131409.207000', '131409.210000', '131409.212000', '131409.215000', '131409.217000', '131409.220000', '131409.222000', '131409.225000', '131409.227000', '131409.230000', '131409.233000', '131409.235000', '131409.238000', '131429.122000', '131429.125000', '131429.128000', '131429.130000', '131429.133000', '131429.135000', '131429.138000', '131429.141000', '131429.143000', '131429.146000', '131429.148000', '131429.151000', '131429.153000', '131429.156000', '131429.158000', '131429.161000', '131429.163000', '131429.166000', '131429.169000', '131429.171000', '131429.174000', '131429.176000', '131429.179000', '131429.181000', '131429.184000', '131429.186000', '131429.189000', '131429.191000', '131429.194000', '131429.197000', '131429.199000', '131429.202000', '131429.204000', '131429.207000', '131429.209000', '131429.212000', '131429.215000', '131429.217000', '131429.220000', '131429.222000', '131429.225000', '131429.228000', '131429.230000', '131429.233000', '131449.122000', '131449.125000', '131449.128000', '131449.130000', '131449.133000', '131449.135000', '131449.138000', '131449.141000', '131449.143000', '131449.146000', '131449.148000', '131449.151000', '131449.153000', '131449.156000', '131449.159000', '131449.161000', '131449.164000', '131449.166000', '131449.169000', '131449.171000', '131449.174000', '131449.176000', '131449.179000', '131449.181000', '131449.184000', '131449.187000', '131449.189000', '131449.192000', '131449.194000', '131449.197000', '131449.200000', '131449.202000', '131449.205000', '131449.207000', '131449.210000', '131449.212000', '131449.215000', '131449.218000', '131449.220000', '131449.223000', '131449.225000', '131449.228000', '131449.231000', '131509.122000', '131509.125000', '131509.128000', '131509.130000', '131509.133000', '131509.136000', '131509.138000', '131509.141000', '131509.143000', '131509.146000', '131509.148000', '131509.151000', '131509.154000', '131509.156000', '131509.159000', '131509.161000', '131509.164000', '131509.166000', '131509.169000', '131509.171000', '131509.174000', '131509.177000', '131509.179000', '131509.182000', '131509.184000', '131509.187000', '131509.189000', '131509.192000', '131509.194000', '131509.197000', '131509.200000', '131509.202000', '131509.205000', '131509.207000', '131509.210000', '131509.212000', '131509.215000', '131509.217000', '131509.220000', '131509.223000', '131509.225000', '131509.228000', '131509.230000', '131509.233000', '131529.122000', '131529.125000', '131529.128000', '131529.130000', '131529.133000', '131529.135000', '131529.138000', '131529.141000', '131529.143000', '131529.146000', '131529.154000', '131529.157000', '131529.159000', '131529.162000', '131529.164000', '131529.167000', '131529.169000', '131529.172000', '131529.175000', '131529.177000', '131529.180000', '131529.182000', '131529.185000', '131529.187000', '131529.190000', '131529.192000', '131529.195000', '131529.198000', '131529.200000', '131529.203000', '131529.205000', '131529.208000', '131529.210000', '131529.213000', '131529.216000', '131529.218000', '131529.221000', '131529.223000', '131529.226000', '131529.228000', '131529.231000', '131529.234000', '131529.236000', '131549.122000', '131549.125000', '131549.128000', '131549.130000', '131549.133000', '131549.135000', '131549.138000', '131549.141000', '131549.143000', '131549.150000', '131549.153000', '131549.155000', '131549.158000', '131549.160000', '131549.163000', '131549.165000', '131549.168000', '131549.171000', '131549.173000', '131549.176000', '131549.179000', '131549.181000', '131549.184000', '131549.186000', '131549.189000', '131549.191000', '131549.194000', '131549.196000', '131549.199000', '131549.202000', '131549.204000', '131549.207000', '131549.210000', '131549.212000', '131549.215000', '131549.217000', '131549.220000', '131549.222000', '131549.225000', '131549.227000', '131549.230000', '131549.233000', '131549.235000', '131549.238000', '131609.122000', '131609.125000', '131609.128000', '131609.130000', '131609.133000', '131609.136000', '131609.138000', '131609.141000', '131609.143000', '131609.146000', '131609.149000', '131609.151000', '131609.154000', '131609.156000', '131609.159000', '131609.161000', '131609.164000', '131609.167000', '131609.169000', '131609.172000', '131609.174000', '131609.177000', '131609.179000', '131609.182000', '131609.185000', '131609.187000', '131609.190000', '131609.193000', '131609.195000', '131609.198000', '131609.200000', '131609.203000', '131609.205000', '131609.208000', '131609.211000', '131609.213000', '131609.216000', '131609.218000', '131609.221000', '131609.223000', '131609.226000', '131609.229000', '131609.231000', '131629.123000', '131629.126000', '131629.129000', '131629.131000', '131629.134000', '131629.137000', '131629.139000', '131629.142000', '131629.145000', '131629.147000', '131629.150000', '131629.152000', '131629.155000', '131629.157000', '131629.160000', '131629.162000', '131629.165000', '131629.167000', '131629.170000', '131629.173000', '131629.175000', '131629.178000', '131629.180000', '131629.183000', '131629.186000', '131629.188000', '131629.191000', '131629.193000', '131629.196000', '131629.198000', '131629.201000', '131629.203000', '131629.206000', '131629.208000', '131629.211000', '131629.214000', '131629.216000', '131629.219000', '131629.221000', '131629.224000', '131629.226000', '131629.229000', '131629.232000', '131629.234000', '131649.122000', '131649.125000', '131649.128000', '131649.130000', '131649.133000', '131649.136000', '131649.138000', '131649.141000', '131649.143000', '131649.146000', '131649.149000', '131649.151000', '131649.154000', '131649.156000', '131649.159000', '131649.162000', '131649.164000', '131649.167000', '131649.169000', '131649.172000', '131649.174000', '131649.177000', '131649.180000', '131649.182000', '131649.185000', '131649.188000', '131649.190000', '131649.209000', '131649.211000', '131649.214000', '131649.217000', '131649.219000', '131649.222000', '131649.224000', '131649.227000', '131649.230000', '131649.232000', '131649.235000', '131649.237000', '131649.240000', '131649.242000', '131649.245000', '131649.248000', '131709.122000', '131709.125000', '131709.128000', '131709.130000', '131709.133000', '131709.136000', '131709.138000', '131709.141000', '131709.143000', '131709.146000', '131709.149000', '131709.151000', '131709.154000', '131709.156000', '131709.159000', '131709.162000', '131709.164000', '131709.167000', '131709.169000', '131709.172000', '131709.175000', '131709.177000', '131709.180000', '131709.182000', '131709.185000', '131709.187000', '131709.190000', '131709.193000', '131709.195000', '131709.198000', '131709.201000', '131709.203000', '131709.206000', '131709.208000', '131709.211000', '131709.214000', '131709.216000', '131709.219000', '131709.221000', '131709.224000', '131709.227000', '131709.229000', '131709.232000', '131709.234000', '131729.122000', '131729.125000', '131729.128000', '131729.130000', '131729.133000', '131729.136000', '131729.138000', '131729.141000', '131729.143000', '131729.146000', '131729.148000', '131729.151000', '131729.154000', '131729.156000', '131729.159000', '131729.161000', '131729.164000', '131729.166000', '131729.169000', '131729.171000', '131729.174000', '131729.177000', '131729.179000', '131729.182000', '131729.184000', '131729.187000', '131729.189000', '131729.192000', '131729.195000', '131729.197000', '131729.200000', '131729.202000', '131729.205000', '131729.208000', '131729.210000', '131729.213000', '131729.215000', '131729.218000', '131729.220000', '131729.223000', '131729.226000', '131729.228000', '131729.231000', '131749.123000', '131749.126000', '131749.129000', '131749.131000', '131749.134000', '131749.137000', '131749.139000', '131749.142000', '131749.144000', '131749.147000', '131749.150000', '131749.152000', '131749.155000', '131749.157000', '131749.160000', '131749.162000', '131749.165000', '131749.168000', '131749.170000', '131749.173000', '131749.176000', '131749.178000', '131749.181000', '131749.183000', '131749.186000', '131749.189000', '131749.191000', '131749.194000', '131749.196000', '131749.199000', '131749.202000', '131749.204000', '131749.207000', '131749.209000', '131749.212000', '131749.215000', '131749.217000', '131749.220000', '131749.222000', '131749.225000', '131749.228000', '131749.230000', '131749.233000', '131749.235000', '131809.122000', '131809.125000', '131809.128000', '131809.130000', '131809.133000', '131809.135000', '131809.138000', '131809.141000', '131809.143000', '131809.146000', '131809.148000', '131809.151000', '131809.153000', '131809.156000', '131809.158000', '131809.161000', '131809.164000', '131809.166000', '131809.169000', '131809.171000', '131809.174000', '131809.176000', '131809.179000', '131809.181000', '131809.184000', '131809.186000', '131809.189000', '131809.192000', '131809.194000', '131809.197000', '131809.199000', '131809.202000', '131809.204000', '131809.207000', '131809.210000', '131809.212000', '131809.215000', '131809.217000', '131809.220000', '131809.222000', '131809.225000', '131809.227000', '131809.230000', '131829.122000', '131829.125000', '131829.128000', '131829.130000', '131829.133000', '131829.136000', '131829.138000', '131829.141000', '131829.143000', '131829.146000', '131829.148000', '131829.151000', '131829.154000', '131829.156000', '131829.159000', '131829.161000', '131829.164000', '131829.166000', '131829.169000', '131829.172000', '131829.174000', '131829.177000', '131829.179000', '131829.182000', '131829.184000', '131829.187000', '131829.190000', '131829.192000', '131829.195000', '131829.197000', '131829.200000', '131829.202000', '131829.205000', '131829.208000', '131829.210000', '131829.213000', '131829.215000', '131829.218000', '131829.221000', '131829.223000', '131829.226000', '131829.229000', '131829.231000', '131829.234000', '131849.140000', '131849.143000', '131849.145000', '131849.148000', '131849.151000', '131849.153000', '131849.156000', '131849.158000', '131849.161000', '131849.163000', '131849.166000', '131849.169000', '131849.173000', '131849.175000', '131849.178000', '131849.180000', '131849.183000', '131849.186000', '131849.188000', '131849.191000', '131849.193000', '131849.196000', '131849.199000', '131849.201000', '131849.204000', '131849.206000', '131849.209000', '131849.212000', '131849.215000', '131849.217000', '131849.220000', '131849.222000', '131849.225000', '131849.228000', '131849.230000', '131849.233000', '131849.235000', '131849.238000', '131849.241000', '131849.243000', '131849.246000', '131849.248000', '131849.251000', '131909.122000', '131909.125000', '131909.128000', '131909.130000', '131909.133000', '131909.136000', '131909.139000', '131909.143000', '131909.146000', '131909.148000', '131909.151000', '131909.153000', '131909.156000', '131909.158000', '131909.162000', '131909.165000', '131909.168000', '131909.170000', '131909.173000', '131909.176000', '131909.178000', '131909.181000', '131909.183000', '131909.186000', '131909.188000', '131909.191000', '131909.194000', '131909.196000', '131909.199000', '131909.201000', '131909.204000', '131909.207000', '131909.209000', '131909.212000', '131909.214000', '131909.217000', '131909.220000', '131909.222000', '131909.225000', '131909.228000', '131909.230000', '131909.233000', '131909.235000', '131929.122000', '131929.125000', '131929.128000', '131929.131000', '131929.133000', '131929.136000', '131929.139000', '131929.141000', '131929.144000', '131929.146000', '131929.149000', '131929.151000', '131929.154000', '131929.157000', '131929.159000', '131929.162000', '131929.164000', '131929.167000', '131929.170000', '131929.172000', '131929.175000', '131929.177000', '131929.180000', '131929.182000', '131929.185000', '131929.188000', '131929.190000', '131929.193000', '131929.195000', '131929.198000', '131929.201000', '131929.203000', '131929.206000', '131929.208000', '131929.211000', '131929.214000', '131929.216000', '131929.219000', '131929.221000', '131929.224000', '131929.227000', '131929.229000', '131929.232000', '131929.234000', '131949.122000', '131949.125000', '131949.128000', '131949.130000', '131949.133000', '131949.136000', '131949.138000', '131949.141000', '131949.143000', '131949.146000', '131949.148000', '131949.151000', '131949.154000', '131949.156000', '131949.159000', '131949.162000', '131949.164000', '131949.167000', '131949.169000', '131949.172000', '131949.174000', '131949.177000', '131949.180000', '131949.182000', '131949.185000', '131949.187000', '131949.190000', '131949.193000', '131949.195000', '131949.198000', '131949.201000', '131949.203000', '131949.206000', '131949.208000', '131949.211000', '131949.213000', '131949.216000', '131949.219000', '131949.221000', '131949.224000', '131949.227000', '131949.229000', '131949.232000', '132009.123000', '132009.125000', '132009.128000', '132009.131000', '132009.133000', '132009.136000', '132009.138000', '132009.141000', '132009.144000', '132009.146000', '132009.149000', '132009.151000', '132009.154000', '132009.157000', '132009.159000', '132009.162000', '132009.164000', '132009.167000', '132009.169000', '132009.172000', '132009.175000', '132009.177000', '132009.180000', '132009.182000', '132009.185000', '132009.187000', '132009.190000', '132009.192000', '132009.195000', '132009.198000', '132009.200000', '132009.203000', '132009.205000', '132009.208000', '132009.210000', '132009.213000', '132009.216000', '132009.218000', '132009.221000', '132009.223000', '132009.226000', '132009.228000', '132009.231000', '132009.233000', '132029.122000', '132029.125000', '132029.128000', '132029.131000', '132029.133000', '132029.136000', '132029.138000', '132029.141000', '132029.143000', '132029.146000', '132029.149000', '132029.151000', '132029.154000', '132029.157000', '132029.159000', '132029.162000', '132029.164000', '132029.167000', '132029.169000', '132029.172000', '132029.175000', '132029.177000', '132029.180000', '132029.182000', '132029.185000', '132029.188000', '132029.191000', '132029.193000', '132029.196000', '132029.199000', '132029.202000', '132029.205000', '132029.208000', '132029.210000', '132029.213000', '132029.215000', '132029.218000', '132029.220000', '132029.223000', '132029.226000', '132029.228000', '132029.231000', '132029.233000', '132049.123000', '132049.125000', '132049.128000', '132049.131000', '132049.133000', '132049.136000', '132049.138000', '132049.141000', '132049.144000', '132049.146000', '132049.149000', '132049.152000', '132049.154000', '132049.157000', '132049.159000', '132049.162000', '132049.164000', '132049.167000', '132049.170000', '132049.172000', '132049.175000', '132049.178000', '132049.180000', '132049.183000', '132049.185000', '132049.188000', '132049.191000', '132049.193000', '132049.196000', '132049.198000', '132049.201000', '132049.203000', '132049.206000', '132049.209000', '132049.211000', '132049.214000', '132049.216000', '132049.219000', '132049.222000', '132049.224000', '132049.227000', '132049.229000', '132049.232000', '132049.235000', '132109.124000', '132109.126000', '132109.129000', '132109.131000', '132109.134000', '132109.137000', '132109.139000', '132109.142000', '132109.144000', '132109.147000', '132109.150000', '132109.152000', '132109.155000', '132109.158000', '132109.160000', '132109.163000', '132109.165000', '132109.168000', '132109.171000', '132109.174000', '132109.176000', '132109.179000', '132109.182000', '132109.184000', '132109.187000', '132109.190000', '132109.192000', '132109.195000', '132109.197000', '132109.200000', '132109.202000', '132109.205000', '132109.208000', '132109.210000', '132109.213000', '132109.215000', '132109.218000', '132109.221000', '132109.224000', '132109.226000', '132109.229000', '132109.231000', '132109.234000', '132129.122000', '132129.125000', '132129.128000', '132129.131000', '132129.133000', '132129.136000', '132129.138000', '132129.141000', '132129.144000', '132129.146000', '132129.149000', '132129.151000', '132129.154000', '132129.157000', '132129.159000', '132129.162000', '132129.164000', '132129.167000', '132129.170000', '132129.172000', '132129.175000', '132129.177000', '132129.180000', '132129.183000', '132129.185000', '132129.188000', '132129.191000', '132129.193000', '132129.196000', '132129.198000', '132129.201000', '132129.203000', '132129.206000', '132129.209000', '132129.211000', '132129.214000', '132129.216000', '132129.219000', '132129.222000', '132129.224000', '132129.227000', '132129.229000', '132129.232000', '132129.235000', '132149.123000', '132149.125000', '132149.128000', '132149.131000', '132149.133000', '132149.136000', '132149.138000', '132149.141000', '132149.144000', '132149.146000', '132149.149000', '132149.151000', '132149.154000', '132149.156000', '132149.159000', '132149.162000', '132149.164000', '132149.167000', '132149.170000', '132149.172000', '132149.175000', '132149.177000', '132149.180000', '132149.183000', '132149.185000', '132149.188000', '132149.191000', '132149.193000', '132149.196000', '132149.199000', '132149.201000', '132149.204000', '132149.207000', '132149.209000', '132149.212000', '132149.215000', '132149.217000', '132149.220000', '132149.222000', '132149.225000', '132149.227000', '132149.230000', '132149.233000', '132209.122000', '132209.125000', '132209.128000', '132209.130000', '132209.133000', '132209.136000', '132209.138000', '132209.141000', '132209.144000', '132209.146000', '132209.149000', '132209.151000', '132209.154000', '132209.157000', '132209.159000', '132209.162000', '132209.164000', '132209.167000', '132209.169000', '132209.172000', '132209.175000', '132209.177000', '132209.180000', '132209.182000', '132209.185000', '132209.188000', '132209.190000', '132209.193000', '132209.195000', '132209.198000', '132209.201000', '132209.203000', '132209.206000', '132209.208000', '132209.211000', '132209.214000', '132209.217000', '132209.219000', '132209.222000', '132209.224000', '132209.227000', '132209.229000', '132209.232000', '132209.235000', '132229.122000', '132229.125000', '132229.128000', '132229.131000', '132229.133000', '132229.136000', '132229.139000', '132229.141000', '132229.144000', '132229.146000', '132229.149000', '132229.151000', '132229.154000', '132229.157000', '132229.159000', '132229.162000', '132229.164000', '132229.167000', '132229.170000', '132229.172000', '132229.175000', '132229.177000', '132229.180000', '132229.183000', '132229.185000', '132229.188000', '132229.190000', '132229.193000', '132229.196000', '132229.198000', '132229.201000', '132229.203000', '132229.206000', '132229.209000', '132229.220000', '132229.222000', '132229.225000', '132229.227000', '132229.230000', '132229.233000', '132229.235000', '132229.238000', '132229.241000', '132245.296000', '132245.299000', '132245.302000', '132245.305000', '132245.307000', '132245.310000', '132245.312000', '132245.315000', '132245.318000', '132245.320000', '132245.323000', '132245.326000', '132245.328000', '132245.331000', '132245.333000', '132245.336000', '132245.339000', '132245.341000', '132245.344000', '132245.346000', '132245.349000', '132245.352000', '132245.354000', '132245.357000', '132245.360000', '132245.362000', '132245.365000', '132245.367000', '132245.370000', '132245.372000', '132245.375000', '132245.377000', '132245.380000', '132245.383000', '132245.385000', '132245.388000'], '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': [8759, 16445, 10652, 9488, 16616, 10122, 19057, 12299, 10209, 15116, 9221, 13431, 11292, 9003, 17599, 12158, 9300, 15036, 9677, 8680, 15400, 9465, 12541, 12841, 9517, 18249, 12055, 9385, 15921, 9855, 12059, 13638, 11086, 19647, 12424, 9295, 16124, 10431, 9573, 15205, 10932, 9774, 13995, 9480, 10310, 13354, 10004, 16522, 13096, 9886, 11816, 11544, 9932, 18051, 12146, 9838, 19746, 10858, 10243, 15810, 10264, 11457, 16002, 10350, 9529, 13295, 9644, 11285, 13898, 10787, 10310, 13164, 9779, 10557, 13724, 10603, 15311, 13534, 10093, 9362, 12099, 9907, 13002, 12716, 10182, 16205, 12247, 10163, 16206, 10723, 9804, 17648, 11130, 10180, 17318, 10118, 10333, 15007, 9940, 11309, 14707, 9935, 10723, 12051, 9626, 16841, 12090, 10093, 18896, 11339, 9941, 15073, 10175, 9825, 14274, 9845, 9176, 12248, 9622, 17792, 10907, 10435, 14994, 10103, 11196, 11624, 10040, 17495, 12572, 10539, 13422, 10059, 10755, 11605, 10104, 19408, 11451, 9893, 14310, 10138, 10545, 13253, 9755, 14000, 10332, 9696, 15668, 10294, 10728, 14071, 9781, 9648, 12193, 9719, 17910, 12416, 9855, 17118, 10264, 9967, 15367, 10196, 11775, 12722, 9559, 12838, 11119, 9553, 17017, 12378, 9878, 14118, 9755, 13711, 12426, 9862, 19388, 11740, 9950, 15245, 9690, 12021, 14570, 9639, 12870, 10890, 9456, 16737, 11443, 11348, 13769, 9410, 15149, 11683, 9584, 17369, 11728, 9779, 14080, 9703, 11507, 12953, 9914, 19432, 12485, 9594, 13651, 8948, 15570, 11676, 9384, 16228, 9891, 10610, 13971, 10327, 18310, 12652, 9608, 14539, 9098, 11630, 12854, 9363, 10495, 12752, 9446, 9837, 14432, 9630, 9734, 13945, 9888, 18907, 14136, 10108, 13450, 9686, 17954, 11049, 10563, 15480, 9573, 9988, 11608, 9623, 16178, 12798, 9297, 14766, 10052, 9581, 17164, 12263, 10673, 14811, 9476, 12093, 12042, 9210, 18967, 12995, 9778, 13693, 9648, 19106, 11813, 10429, 13946, 9459, 11641, 11471, 9428, 18772, 12555, 9546, 14786, 9848, 9154, 13891, 10772, 17516, 11865, 9448, 15828, 10420, 13851, 13305, 9782, 18285, 10007, 9668, 12898, 9734, 18943, 12957, 9603, 16122, 10551, 9820, 14201, 10722, 15319, 12587, 9710, 17381, 10859, 9600, 15534, 9988, 16340, 11876, 9234, 18096, 11289, 8830, 13076, 9727, 13913, 12128, 8997, 17402, 11862, 12703, 11900, 9668, 15270, 9610, 14967, 11696, 9481, 16076, 9933, 10707, 11168, 9518, 17005, 11920, 14663, 11984, 9640, 15303, 10023, 15536, 13564, 9185, 16503, 10207, 9493, 14572, 10741, 12669, 11162, 9649, 17795, 11216, 12034, 15068, 9769, 13915, 11196, 9929, 17565, 12643, 12001, 13393, 9892, 15091, 11178, 9031, 17771, 11481, 9374, 15657, 10906, 9294, 15068, 10587, 9309, 15555, 10267, 12297, 12110, 12048, 16408, 9424, 15333, 9683, 17140, 10178, 11561, 12999, 9670, 17512, 10155, 9974, 13679, 10170, 13458, 13387, 9576, 18238, 10632, 10501, 13823, 10634, 18470, 10252, 9605, 15552, 9868, 9924, 15826, 11055, 12925, 13339, 9757, 15753, 10561, 9772, 16430, 10700, 13891, 10326, 9419, 17086, 11526, 9631, 13636, 9790, 9429, 12674, 10306, 15190, 12984, 9699, 13632, 10633, 9199, 19431, 13294, 10055, 14711, 10397, 9951, 14760, 11551, 13150, 12089, 9969, 11924, 11531, 9514, 17343, 12668, 9787, 12990, 10905, 9620, 17238, 10829, 10281, 15378, 11735, 19620, 12245, 9738, 15011, 11108, 9838, 16755, 11403, 9913, 14131, 10022, 9537, 14339, 9987, 9791, 14354, 10036, 10349, 13797, 9701, 9750, 12496, 9966, 19679, 13551, 9811, 14634, 10252, 11894, 13947, 10813, 17379, 10744, 9747, 15845, 9842, 11667, 15114, 9825, 9280, 12299, 9773, 17294, 12064, 9459, 17430, 10423, 9775, 14191, 9937, 16446, 13690, 9893, 16701, 10132, 10485, 14135, 10483, 18832, 12754, 9509, 16292, 10884, 10175, 15133, 9657, 13288, 12387, 9773, 14824, 10357, 9743, 15894, 9848, 12765, 14764, 9452, 16892, 10350, 11308, 12312, 9738, 18168, 11096, 11152, 11717, 9938, 18486, 12634, 11135, 13843, 9870, 11225, 10996, 9690, 17822, 12218, 9804, 12321, 9804, 17262, 11261, 10595, 16381, 9860, 13198, 11176, 10205, 16063, 10837, 16536, 12471, 9846, 16170, 10583, 9918, 14655, 9954, 13444, 13589, 9834, 17285, 10755, 9859, 14068, 10854, 18817, 12829, 10003, 12013, 9783, 17405, 11985, 9897, 15504, 10370, 9729, 13054, 9657, 15933, 12771, 9541, 16767, 10542, 9449, 14662, 10545, 16439, 12699, 9919, 16462, 10162, 13009, 13248, 10384, 18541, 10881, 9807, 13132, 9713, 14855, 13240, 9713, 16014, 10434, 9934, 16127, 10773, 9957, 13511, 9710, 15393, 11074, 10426, 17363, 10947, 15281, 10740, 10250, 16199, 11255, 12136, 11409, 10069, 17070, 10682, 10795, 15521, 10087, 9709, 12033, 9815, 14473, 11004, 9260, 15803, 9954, 9722, 12745, 9621, 17482, 10470, 17199, 10942, 13176, 11732, 10497, 15111, 9413, 15311, 10155, 8606, 15896, 10461, 10030, 14444, 9496, 10274, 15522, 10110, 9730, 14398, 9546, 13785, 12744, 10249, 17607, 10407, 9890, 12465, 9772, 17925, 11854, 10499, 14155, 9950, 10810, 11650, 9643, 19005, 13277, 10238, 15624, 10305, 9873, 13379, 10003, 18927, 13181, 9635, 16343, 9977, 9994, 15000, 10527, 11758, 15046, 10173, 10621, 12435, 9949, 18161, 11719, 11652, 14392, 10162, 10794, 11106, 10000, 17974, 12137, 10784, 14414, 10423, 9047, 11483, 9640, 18363, 12032, 9553, 16063, 10426, 9825, 13608, 10071, 17445, 12593, 10244, 14857, 10103, 14303, 12134, 9856, 17917, 11093, 9682, 12149, 9906, 14816, 12630, 10074, 17118, 10213, 9569, 13264, 9786, 17649, 12747, 9736, 16022, 10420, 9383, 13921, 10646, 12733, 12055, 9655, 16856, 10577, 9933, 15574, 10516, 9886, 12606, 9670, 16951, 11308, 9442, 17584, 10762, 9305, 13391, 9924, 10275, 12375, 9406, 10853, 11169, 9324, 17801, 11242, 10058, 17798, 11042, 9686, 17795, 11982, 8634, 14092, 9905, 9817, 15772, 9910, 17603, 12733, 9666, 13325, 9367, 13001, 10194, 9674, 16756, 10574, 9299, 11933, 8706, 17110, 11430, 10097, 16095, 9866, 11709, 11452, 9461, 16507, 11111, 18083, 12853, 11762, 11184, 8911, 16060, 10638, 13444, 13095, 9561, 16839, 10225, 9156, 14099, 10120, 17013, 10250, 8662, 12180, 9216, 18018, 12561, 9451, 13437, 9218, 13386, 11135, 9553, 16805, 10867, 11147, 11062, 8797, 16076, 10160, 14635, 12387, 9016, 15738, 10127, 10098, 13621, 10060, 12503, 10403, 9091, 16345, 9948, 9810, 15421, 9693, 11642, 11368, 8983, 16571, 10945, 18935, 13083, 9210, 12314, 9190, 16233, 10051, 13402, 13104, 8921, 15513, 9813, 9773, 12296, 9603, 18584, 10836, 9889, 13943, 9734, 16375, 11612, 9781, 13702, 9299, 15582, 9389, 13753, 11298, 9780, 15810, 9512, 10882, 11251, 8940, 17433, 12322, 9224, 12788, 8993, 16339, 11060, 9940, 15804, 9550, 11243, 10982, 8899, 16540, 11346, 12067, 13670, 9595, 16431, 10315, 9801, 15861, 10508, 11960, 10819, 9214, 16758, 9847, 12518, 14325, 9745, 17595, 10048, 8760, 13547, 9824, 18012, 12719, 10069, 14579, 9589, 13004, 11805, 9060, 17434, 9903, 8712, 12026, 9016, 16773, 11176, 9545, 15216, 9301, 12316, 11119, 9935, 16522, 11035, 16825, 10664, 8474, 13231, 9501, 18394, 12032, 9751, 13529, 9325, 10577, 13392, 9457, 12457, 9744, 8956, 16200, 10461, 10737, 14603, 9787, 10229, 11591, 9412, 18401, 13336, 9675, 14357, 9984, 9022, 12657, 9460, 16482, 12316, 9107, 16439, 10113, 9159, 14499, 10633, 12067, 12454, 9258, 14181, 10616, 9471, 16919, 11185, 8778, 11677, 9187, 15557, 10431, 9114, 16253, 10170, 8742, 13319, 9806, 16428, 12736, 8831, 16207, 10086, 8762, 13021, 9234, 12471, 12201, 9279, 8561, 11796, 9227, 8831, 14271, 10078, 8508, 12982, 9284, 16693, 12179, 11845, 11136, 8845, 14331, 9315, 17049, 11533, 9098, 13042, 9093, 14081, 10037, 8537, 18030, 11675, 9295, 13955, 9431, 11929, 13185, 8996, 16596, 10160, 11026, 12329, 9742, 17331, 10895, 9858, 12675, 9487, 16319, 12951, 9080, 15432, 9986, 9392, 14597, 10109, 11420, 11534, 9414, 14267, 10411, 9607, 15994, 10321, 13343, 10226, 9428, 15329, 9906, 17699, 11903, 9496, 14101, 9619, 12122, 11467, 9199, 16963, 10238, 8786, 12649, 9196, 13702, 12328, 9134, 15832, 10178, 9233, 13229, 9347, 14866, 11634, 9097, 15877, 10319, 9440, 15933, 10828, 8926, 12520, 9459, 12882, 13094, 9195, 16565, 10247, 9204, 15469, 10288, 9339, 14078, 9967, 10698, 13091, 9756, 9701, 11059, 9477, 17083, 12009, 8742, 15146, 9175, 8856, 13673, 9527, 11831, 11371, 8603, 16816, 11208, 9199, 14077, 9416, 8924, 13268, 9708, 11461, 13763, 9676, 9903, 10309, 8769, 16178, 11295, 12776, 12494, 9156, 16439, 10366, 10309, 13943, 9532, 17961, 10155, 9589, 14327, 9711, 13007, 11698, 9163, 16123, 10162, 9265, 14628, 9916, 13890, 11272, 9497, 15859, 10018, 13726, 12107, 9104, 15902, 10362, 8670, 11461, 9692, 15748, 11618, 9239, 14351, 10305, 9369, 12435, 10136, 17943, 10563, 9185, 12669, 9702, 17878, 12416, 9656, 13280, 9795, 10527, 10584, 8961, 17046, 10619, 9064, 12828, 9836, 17397, 11144, 10952, 13867, 9830, 16476, 10723, 9623, 12003, 9082, 16822, 10366, 10258, 10334, 9171, 15590, 10224, 9397, 11772, 9054, 10134, 9528, 8889, 16386, 10763, 17972, 10562, 11585, 11306, 11106, 14823, 9266, 14793, 9681, 15489, 10354, 10622, 12619, 9248, 15492, 10393, 9050, 11177, 9490, 16599, 10545, 9590, 10783, 9344, 15537, 10290, 11127, 12591, 9496, 15956, 10649, 9279, 13571, 9990, 16898, 10305, 9172, 13292], 'WindowCenter': [4629.0, 4683.0, 4631.0, 4606.0, 4652.0, 4605.0, 4662.0, 4610.0, 4589.0, 4629.0, 4568.0, 4606.0, 4586.0, 4568.0, 4636.0, 4597.0, 4568.0, 4616.0, 4577.0, 4569.0, 4629.0, 4579.0, 4607.0, 4609.0, 4578.0, 4649.0, 4609.0, 4579.0, 4638.0, 4580.0, 4608.0, 4618.0, 4586.0, 4649.0, 4607.0, 4580.0, 4629.0, 4588.0, 4577.0, 4627.0, 4588.0, 4577.0, 4615.0, 4576.0, 4576.0, 4605.0, 4575.0, 4637.0, 4607.0, 4579.0, 4595.0, 4584.0, 4576.0, 4634.0, 4593.0, 4574.0, 4647.0, 4584.0, 4574.0, 4612.0, 4573.0, 4582.0, 4615.0, 4575.0, 4563.0, 4602.0, 4562.0, 4583.0, 4602.0, 4574.0, 4575.0, 4593.0, 4573.0, 4574.0, 4603.0, 4573.0, 4613.0, 4605.0, 4576.0, 4562.0, 4594.0, 4576.0, 4603.0, 4591.0, 4575.0, 4624.0, 4593.0, 4575.0, 4625.0, 4583.0, 4575.0, 4634.0, 4583.0, 4574.0, 4636.0, 4574.0, 4576.0, 4613.0, 4574.0, 4584.0, 4615.0, 4574.0, 4583.0, 4593.0, 4563.0, 4624.0, 4593.0, 4574.0, 4647.0, 4586.0, 4575.0, 4613.0, 4575.0, 4575.0, 4603.0, 4575.0, 4566.0, 4594.0, 4576.0, 4647.0, 4586.0, 4586.0, 4615.0, 4575.0, 4585.0, 4586.0, 4575.0, 4623.0, 4595.0, 4573.0, 4603.0, 4562.0, 4571.0, 4582.0, 4575.0, 4633.0, 4584.0, 4573.0, 4602.0, 4573.0, 4572.0, 4607.0, 4577.0, 4603.0, 4573.0, 4563.0, 4625.0, 4586.0, 4586.0, 4615.0, 4575.0, 4564.0, 4594.0, 4576.0, 4635.0, 4606.0, 4576.0, 4635.0, 4585.0, 4576.0, 4625.0, 4576.0, 4608.0, 4602.0, 4578.0, 4606.0, 4595.0, 4577.0, 4636.0, 4609.0, 4576.0, 4616.0, 4576.0, 4616.0, 4607.0, 4576.0, 4648.0, 4595.0, 4575.0, 4613.0, 4575.0, 4594.0, 4640.0, 4587.0, 4617.0, 4585.0, 4576.0, 4635.0, 4598.0, 4597.0, 4616.0, 4576.0, 4626.0, 4597.0, 4575.0, 4648.0, 4597.0, 4576.0, 4616.0, 4576.0, 4595.0, 4604.0, 4575.0, 4648.0, 4608.0, 4588.0, 4616.0, 4568.0, 4627.0, 4609.0, 4579.0, 4638.0, 4588.0, 4587.0, 4628.0, 4597.0, 4649.0, 4608.0, 4577.0, 4615.0, 4565.0, 4597.0, 4605.0, 4576.0, 4597.0, 4618.0, 4588.0, 4587.0, 4627.0, 4589.0, 4589.0, 4629.0, 4588.0, 4660.0, 4632.0, 4588.0, 4616.0, 4577.0, 4636.0, 4597.0, 4587.0, 4629.0, 4575.0, 4575.0, 4594.0, 4576.0, 4635.0, 4619.0, 4577.0, 4626.0, 4586.0, 4588.0, 4647.0, 4619.0, 4599.0, 4630.0, 4589.0, 4606.0, 4606.0, 4577.0, 4661.0, 4617.0, 4587.0, 4615.0, 4574.0, 4644.0, 4594.0, 4588.0, 4615.0, 4587.0, 4594.0, 4595.0, 4576.0, 4645.0, 4606.0, 4576.0, 4624.0, 4586.0, 4576.0, 4616.0, 4597.0, 4649.0, 4597.0, 4588.0, 4636.0, 4597.0, 4615.0, 4618.0, 4588.0, 4647.0, 4576.0, 4576.0, 4604.0, 4575.0, 4659.0, 4606.0, 4588.0, 4637.0, 4596.0, 4575.0, 4616.0, 4596.0, 4627.0, 4605.0, 4576.0, 4646.0, 4585.0, 4574.0, 4627.0, 4575.0, 4624.0, 4594.0, 4565.0, 4647.0, 4585.0, 4564.0, 4604.0, 4575.0, 4604.0, 4594.0, 4565.0, 4635.0, 4597.0, 4608.0, 4595.0, 4575.0, 4622.0, 4574.0, 4614.0, 4595.0, 4578.0, 4625.0, 4587.0, 4586.0, 4596.0, 4574.0, 4636.0, 4607.0, 4616.0, 4596.0, 4576.0, 4624.0, 4577.0, 4625.0, 4616.0, 4575.0, 4635.0, 4586.0, 4575.0, 4626.0, 4599.0, 4606.0, 4596.0, 4577.0, 4645.0, 4597.0, 4608.0, 4627.0, 4588.0, 4617.0, 4596.0, 4586.0, 4636.0, 4618.0, 4606.0, 4606.0, 4576.0, 4615.0, 4584.0, 4564.0, 4634.0, 4593.0, 4565.0, 4627.0, 4596.0, 4577.0, 4626.0, 4597.0, 4589.0, 4637.0, 4590.0, 4608.0, 4609.0, 4608.0, 4640.0, 4577.0, 4625.0, 4565.0, 4633.0, 4584.0, 4593.0, 4604.0, 4575.0, 4636.0, 4585.0, 4575.0, 4614.0, 4585.0, 4617.0, 4619.0, 4579.0, 4649.0, 4599.0, 4587.0, 4615.0, 4589.0, 4647.0, 4577.0, 4578.0, 4638.0, 4589.0, 4588.0, 4638.0, 4599.0, 4607.0, 4616.0, 4587.0, 4627.0, 4586.0, 4586.0, 4638.0, 4587.0, 4615.0, 4585.0, 4575.0, 4635.0, 4609.0, 4577.0, 4616.0, 4574.0, 4565.0, 4604.0, 4585.0, 4626.0, 4605.0, 4587.0, 4615.0, 4585.0, 4576.0, 4659.0, 4619.0, 4586.0, 4625.0, 4585.0, 4586.0, 4615.0, 4598.0, 4607.0, 4594.0, 4576.0, 4592.0, 4584.0, 4586.0, 4636.0, 4605.0, 4585.0, 4615.0, 4595.0, 4575.0, 4634.0, 4585.0, 4573.0, 4622.0, 4594.0, 4646.0, 4594.0, 4574.0, 4612.0, 4582.0, 4572.0, 4622.0, 4593.0, 4572.0, 4612.0, 4573.0, 4573.0, 4613.0, 4575.0, 4575.0, 4615.0, 4574.0, 4585.0, 4615.0, 4576.0, 4574.0, 4604.0, 4585.0, 4659.0, 4616.0, 4585.0, 4625.0, 4585.0, 4594.0, 4615.0, 4596.0, 4635.0, 4584.0, 4575.0, 4625.0, 4575.0, 4594.0, 4625.0, 4576.0, 4576.0, 4605.0, 4587.0, 4634.0, 4604.0, 4587.0, 4647.0, 4597.0, 4588.0, 4615.0, 4587.0, 4636.0, 4619.0, 4588.0, 4636.0, 4586.0, 4585.0, 4614.0, 4585.0, 4646.0, 4605.0, 4574.0, 4634.0, 4585.0, 4584.0, 4624.0, 4575.0, 4603.0, 4603.0, 4576.0, 4625.0, 4588.0, 4575.0, 4625.0, 4586.0, 4605.0, 4628.0, 4576.0, 4636.0, 4587.0, 4595.0, 4594.0, 4576.0, 4647.0, 4595.0, 4596.0, 4593.0, 4574.0, 4643.0, 4603.0, 4596.0, 4615.0, 4575.0, 4583.0, 4584.0, 4574.0, 4634.0, 4595.0, 4577.0, 4604.0, 4575.0, 4634.0, 4594.0, 4584.0, 4637.0, 4575.0, 4604.0, 4594.0, 4573.0, 4623.0, 4583.0, 4634.0, 4593.0, 4575.0, 4624.0, 4583.0, 4575.0, 4624.0, 4585.0, 4616.0, 4617.0, 4587.0, 4636.0, 4585.0, 4574.0, 4613.0, 4585.0, 4649.0, 4606.0, 4577.0, 4592.0, 4573.0, 4632.0, 4594.0, 4574.0, 4624.0, 4585.0, 4574.0, 4614.0, 4574.0, 4635.0, 4607.0, 4576.0, 4637.0, 4588.0, 4576.0, 4625.0, 4586.0, 4636.0, 4606.0, 4587.0, 4635.0, 4586.0, 4604.0, 4605.0, 4586.0, 4647.0, 4585.0, 4573.0, 4604.0, 4573.0, 4616.0, 4605.0, 4575.0, 4624.0, 4583.0, 4575.0, 4624.0, 4597.0, 4588.0, 4604.0, 4575.0, 4623.0, 4584.0, 4584.0, 4636.0, 4586.0, 4624.0, 4584.0, 4572.0, 4623.0, 4595.0, 4594.0, 4593.0, 4573.0, 4632.0, 4572.0, 4585.0, 4624.0, 4587.0, 4576.0, 4593.0, 4574.0, 4614.0, 4596.0, 4578.0, 4637.0, 4589.0, 4587.0, 4617.0, 4587.0, 4649.0, 4598.0, 4637.0, 4598.0, 4616.0, 4595.0, 4586.0, 4626.0, 4579.0, 4626.0, 4576.0, 4554.0, 4624.0, 4587.0, 4586.0, 4626.0, 4590.0, 4600.0, 4638.0, 4588.0, 4590.0, 4627.0, 4589.0, 4617.0, 4608.0, 4591.0, 4640.0, 4588.0, 4577.0, 4606.0, 4577.0, 4648.0, 4607.0, 4587.0, 4615.0, 4576.0, 4586.0, 4595.0, 4575.0, 4645.0, 4617.0, 4585.0, 4624.0, 4574.0, 4575.0, 4603.0, 4574.0, 4646.0, 4604.0, 4575.0, 4624.0, 4575.0, 4573.0, 4612.0, 4583.0, 4595.0, 4625.0, 4574.0, 4585.0, 4593.0, 4575.0, 4635.0, 4593.0, 4583.0, 4613.0, 4575.0, 4582.0, 4582.0, 4573.0, 4632.0, 4593.0, 4582.0, 4612.0, 4584.0, 4563.0, 4581.0, 4574.0, 4635.0, 4594.0, 4574.0, 4624.0, 4584.0, 4574.0, 4615.0, 4575.0, 4648.0, 4606.0, 4585.0, 4614.0, 4575.0, 4613.0, 4593.0, 4573.0, 4636.0, 4583.0, 4575.0, 4593.0, 4572.0, 4611.0, 4604.0, 4574.0, 4624.0, 4573.0, 4562.0, 4604.0, 4573.0, 4635.0, 4604.0, 4563.0, 4611.0, 4572.0, 4563.0, 4614.0, 4584.0, 4604.0, 4593.0, 4574.0, 4623.0, 4585.0, 4575.0, 4625.0, 4586.0, 4575.0, 4603.0, 4574.0, 4625.0, 4596.0, 4574.0, 4637.0, 4585.0, 4565.0, 4604.0, 4574.0, 4574.0, 4604.0, 4577.0, 4595.0, 4596.0, 4577.0, 4636.0, 4598.0, 4587.0, 4636.0, 4596.0, 4588.0, 4635.0, 4597.0, 4568.0, 4615.0, 4575.0, 4575.0, 4626.0, 4587.0, 4637.0, 4609.0, 4577.0, 4619.0, 4578.0, 4605.0, 4587.0, 4576.0, 4637.0, 4588.0, 4578.0, 4596.0, 4569.0, 4647.0, 4597.0, 4588.0, 4640.0, 4588.0, 4597.0, 4596.0, 4576.0, 4636.0, 4586.0, 4650.0, 4607.0, 4596.0, 4595.0, 4566.0, 4625.0, 4585.0, 4618.0, 4605.0, 4576.0, 4624.0, 4574.0, 4564.0, 4614.0, 4588.0, 4635.0, 4586.0, 4565.0, 4595.0, 4575.0, 4647.0, 4609.0, 4577.0, 4616.0, 4577.0, 4616.0, 4595.0, 4575.0, 4637.0, 4587.0, 4585.0, 4584.0, 4554.0, 4624.0, 4586.0, 4617.0, 4606.0, 4566.0, 4625.0, 4575.0, 4586.0, 4616.0, 4577.0, 4607.0, 4585.0, 4566.0, 4635.0, 4587.0, 4587.0, 4628.0, 4588.0, 4597.0, 4597.0, 4566.0, 4636.0, 4586.0, 4636.0, 4606.0, 4566.0, 4595.0, 4564.0, 4624.0, 4573.0, 4604.0, 4603.0, 4564.0, 4624.0, 4574.0, 4575.0, 4593.0, 4576.0, 4647.0, 4585.0, 4577.0, 4617.0, 4575.0, 4624.0, 4595.0, 4577.0, 4616.0, 4576.0, 4624.0, 4575.0, 4614.0, 4596.0, 4587.0, 4627.0, 4576.0, 4585.0, 4597.0, 4566.0, 4636.0, 4607.0, 4578.0, 4606.0, 4576.0, 4636.0, 4597.0, 4587.0, 4626.0, 4576.0, 4594.0, 4596.0, 4576.0, 4636.0, 4597.0, 4608.0, 4628.0, 4589.0, 4636.0, 4587.0, 4588.0, 4636.0, 4588.0, 4597.0, 4583.0, 4576.0, 4636.0, 4587.0, 4606.0, 4626.0, 4578.0, 4646.0, 4586.0, 4566.0, 4615.0, 4577.0, 4648.0, 4606.0, 4577.0, 4617.0, 4577.0, 4607.0, 4595.0, 4566.0, 4638.0, 4576.0, 4567.0, 4607.0, 4576.0, 4635.0, 4610.0, 4589.0, 4639.0, 4589.0, 4608.0, 4599.0, 4588.0, 4638.0, 4599.0, 4637.0, 4586.0, 4554.0, 4606.0, 4576.0, 4636.0, 4596.0, 4575.0, 4605.0, 4576.0, 4585.0, 4618.0, 4578.0, 4606.0, 4576.0, 4579.0, 4637.0, 4596.0, 4599.0, 4627.0, 4589.0, 4586.0, 4595.0, 4578.0, 4648.0, 4617.0, 4577.0, 4617.0, 4587.0, 4567.0, 4606.0, 4576.0, 4636.0, 4606.0, 4567.0, 4636.0, 4587.0, 4575.0, 4614.0, 4586.0, 4596.0, 4605.0, 4575.0, 4613.0, 4585.0, 4574.0, 4635.0, 4595.0, 4566.0, 4595.0, 4577.0, 4625.0, 4585.0, 4577.0, 4636.0, 4586.0, 4565.0, 4614.0, 4576.0, 4624.0, 4604.0, 4565.0, 4636.0, 4586.0, 4554.0, 4604.0, 4576.0, 4604.0, 4595.0, 4576.0, 4566.0, 4605.0, 4575.0, 4578.0, 4627.0, 4589.0, 4579.0, 4617.0, 4577.0, 4637.0, 4609.0, 4608.0, 4598.0, 4580.0, 4626.0, 4577.0, 4636.0, 4595.0, 4567.0, 4617.0, 4568.0, 4617.0, 4586.0, 4566.0, 4649.0, 4599.0, 4577.0, 4618.0, 4577.0, 4596.0, 4617.0, 4569.0, 4638.0, 4586.0, 4586.0, 4606.0, 4574.0, 4636.0, 4584.0, 4575.0, 4593.0, 4575.0, 4624.0, 4607.0, 4566.0, 4625.0, 4574.0, 4575.0, 4625.0, 4586.0, 4596.0, 4595.0, 4577.0, 4616.0, 4585.0, 4575.0, 4637.0, 4587.0, 4617.0, 4586.0, 4576.0, 4627.0, 4575.0, 4637.0, 4595.0, 4576.0, 4615.0, 4575.0, 4605.0, 4594.0, 4576.0, 4637.0, 4585.0, 4565.0, 4603.0, 4564.0, 4614.0, 4605.0, 4575.0, 4637.0, 4585.0, 4574.0, 4605.0, 4575.0, 4628.0, 4597.0, 4576.0, 4624.0, 4585.0, 4576.0, 4627.0, 4597.0, 4565.0, 4604.0, 4574.0, 4604.0, 4606.0, 4576.0, 4638.0, 4573.0, 4563.0, 4626.0, 4586.0, 4576.0, 4615.0, 4573.0, 4586.0, 4604.0, 4578.0, 4575.0, 4583.0, 4575.0, 4637.0, 4595.0, 4565.0, 4625.0, 4576.0, 4565.0, 4615.0, 4576.0, 4594.0, 4595.0, 4565.0, 4625.0, 4585.0, 4575.0, 4615.0, 4574.0, 4564.0, 4604.0, 4574.0, 4608.0, 4616.0, 4589.0, 4586.0, 4585.0, 4567.0, 4637.0, 4595.0, 4607.0, 4605.0, 4575.0, 4624.0, 4585.0, 4573.0, 4615.0, 4576.0, 4635.0, 4575.0, 4575.0, 4613.0, 4574.0, 4605.0, 4594.0, 4565.0, 4624.0, 4586.0, 4574.0, 4614.0, 4576.0, 4616.0, 4585.0, 4575.0, 4625.0, 4573.0, 4604.0, 4592.0, 4563.0, 4624.0, 4572.0, 4554.0, 4582.0, 4564.0, 4614.0, 4593.0, 4576.0, 4615.0, 4575.0, 4564.0, 4604.0, 4574.0, 4635.0, 4585.0, 4563.0, 4592.0, 4575.0, 4633.0, 4605.0, 4574.0, 4604.0, 4574.0, 4572.0, 4574.0, 4563.0, 4634.0, 4583.0, 4564.0, 4605.0, 4576.0, 4635.0, 4584.0, 4585.0, 4605.0, 4575.0, 4624.0, 4583.0, 4563.0, 4592.0, 4551.0, 4625.0, 4575.0, 4573.0, 4572.0, 4564.0, 4623.0, 4573.0, 4565.0, 4595.0, 4565.0, 4583.0, 4575.0, 4576.0, 4638.0, 4598.0, 4648.0, 4587.0, 4595.0, 4596.0, 4584.0, 4615.0, 4565.0, 4613.0, 4563.0, 4613.0, 4573.0, 4572.0, 4594.0, 4564.0, 4624.0, 4585.0, 4563.0, 4583.0, 4563.0, 4624.0, 4585.0, 4574.0, 4585.0, 4564.0, 4625.0, 4584.0, 4596.0, 4604.0, 4577.0, 4626.0, 4586.0, 4575.0, 4615.0, 4576.0, 4636.0, 4585.0, 4566.0, 4604.0], 'WindowWidth': [10168.0, 10229.0, 10150.0, 10107.0, 10166.0, 10099.0, 10179.0, 10100.0, 10067.0, 10124.0, 10039.0, 10087.0, 10058.0, 10036.0, 10129.0, 10075.0, 10037.0, 10101.0, 10050.0, 10041.0, 10120.0, 10055.0, 10090.0, 10094.0, 10054.0, 10155.0, 10096.0, 10057.0, 10137.0, 10057.0, 10094.0, 10104.0, 10061.0, 10159.0, 10092.0, 10056.0, 10125.0, 10066.0, 10050.0, 10116.0, 10064.0, 10051.0, 10099.0, 10049.0, 10047.0, 10086.0, 10046.0, 10133.0, 10090.0, 10054.0, 10073.0, 10057.0, 10045.0, 10127.0, 10065.0, 10042.0, 10151.0, 10056.0, 10041.0, 10092.0, 10038.0, 10048.0, 10101.0, 10043.0, 10025.0, 10076.0, 10023.0, 10051.0, 10076.0, 10041.0, 10042.0, 10064.0, 10040.0, 10042.0, 10080.0, 10039.0, 10094.0, 10085.0, 10046.0, 10026.0, 10067.0, 10045.0, 10080.0, 10063.0, 10046.0, 10112.0, 10068.0, 10044.0, 10113.0, 10053.0, 10042.0, 10125.0, 10052.0, 10043.0, 10130.0, 10043.0, 10043.0, 10093.0, 10043.0, 10056.0, 10101.0, 10044.0, 10053.0, 10066.0, 10027.0, 10114.0, 10067.0, 10041.0, 10153.0, 10061.0, 10045.0, 10095.0, 10045.0, 10044.0, 10083.0, 10046.0, 10034.0, 10069.0, 10048.0, 10152.0, 10063.0, 10061.0, 10102.0, 10045.0, 10059.0, 10058.0, 10046.0, 10112.0, 10072.0, 10040.0, 10079.0, 10025.0, 10033.0, 10051.0, 10043.0, 10127.0, 10054.0, 10040.0, 10078.0, 10040.0, 10039.0, 10091.0, 10050.0, 10082.0, 10039.0, 10026.0, 10114.0, 10064.0, 10061.0, 10100.0, 10046.0, 10030.0, 10069.0, 10048.0, 10130.0, 10090.0, 10050.0, 10131.0, 10059.0, 10046.0, 10114.0, 10047.0, 10095.0, 10082.0, 10053.0, 10089.0, 10074.0, 10053.0, 10134.0, 10099.0, 10050.0, 10102.0, 10049.0, 10102.0, 10091.0, 10051.0, 10156.0, 10073.0, 10047.0, 10096.0, 10046.0, 10072.0, 10144.0, 10068.0, 10109.0, 10061.0, 10050.0, 10129.0, 10082.0, 10081.0, 10104.0, 10052.0, 10116.0, 10077.0, 10047.0, 10152.0, 10081.0, 10049.0, 10104.0, 10049.0, 10074.0, 10084.0, 10046.0, 10155.0, 10097.0, 10070.0, 10103.0, 10041.0, 10120.0, 10099.0, 10058.0, 10138.0, 10069.0, 10067.0, 10123.0, 10085.0, 10160.0, 10097.0, 10051.0, 10101.0, 10033.0, 10077.0, 10087.0, 10050.0, 10079.0, 10112.0, 10070.0, 10068.0, 10121.0, 10073.0, 10072.0, 10126.0, 10070.0, 10177.0, 10137.0, 10069.0, 10106.0, 10054.0, 10136.0, 10078.0, 10064.0, 10125.0, 10047.0, 10048.0, 10070.0, 10050.0, 10130.0, 10114.0, 10055.0, 10120.0, 10065.0, 10069.0, 10150.0, 10116.0, 10088.0, 10129.0, 10074.0, 10091.0, 10090.0, 10053.0, 10180.0, 10109.0, 10067.0, 10101.0, 10045.0, 10142.0, 10071.0, 10067.0, 10100.0, 10065.0, 10073.0, 10074.0, 10050.0, 10147.0, 10090.0, 10051.0, 10114.0, 10064.0, 10049.0, 10103.0, 10081.0, 10158.0, 10080.0, 10070.0, 10132.0, 10080.0, 10102.0, 10109.0, 10068.0, 10152.0, 10050.0, 10049.0, 10085.0, 10047.0, 10169.0, 10091.0, 10071.0, 10135.0, 10078.0, 10047.0, 10105.0, 10079.0, 10121.0, 10087.0, 10050.0, 10147.0, 10061.0, 10045.0, 10119.0, 10048.0, 10112.0, 10070.0, 10032.0, 10152.0, 10061.0, 10031.0, 10083.0, 10044.0, 10085.0, 10070.0, 10032.0, 10129.0, 10078.0, 10094.0, 10075.0, 10048.0, 10107.0, 10043.0, 10098.0, 10073.0, 10054.0, 10116.0, 10067.0, 10064.0, 10075.0, 10044.0, 10130.0, 10094.0, 10104.0, 10077.0, 10049.0, 10111.0, 10051.0, 10117.0, 10107.0, 10047.0, 10129.0, 10064.0, 10049.0, 10118.0, 10086.0, 10092.0, 10078.0, 10053.0, 10144.0, 10079.0, 10098.0, 10121.0, 10068.0, 10106.0, 10077.0, 10063.0, 10134.0, 10111.0, 10090.0, 10087.0, 10051.0, 10102.0, 10056.0, 10028.0, 10125.0, 10068.0, 10032.0, 10117.0, 10080.0, 10053.0, 10121.0, 10079.0, 10072.0, 10136.0, 10075.0, 10096.0, 10098.0, 10094.0, 10145.0, 10052.0, 10117.0, 10032.0, 10124.0, 10057.0, 10069.0, 10086.0, 10047.0, 10130.0, 10060.0, 10046.0, 10098.0, 10062.0, 10106.0, 10114.0, 10057.0, 10156.0, 10084.0, 10065.0, 10102.0, 10070.0, 10152.0, 10049.0, 10052.0, 10135.0, 10071.0, 10070.0, 10139.0, 10087.0, 10095.0, 10105.0, 10066.0, 10118.0, 10063.0, 10063.0, 10139.0, 10067.0, 10103.0, 10061.0, 10047.0, 10132.0, 10100.0, 10051.0, 10103.0, 10045.0, 10034.0, 10086.0, 10061.0, 10120.0, 10089.0, 10067.0, 10103.0, 10062.0, 10050.0, 10173.0, 10112.0, 10065.0, 10117.0, 10061.0, 10063.0, 10102.0, 10081.0, 10094.0, 10073.0, 10050.0, 10069.0, 10056.0, 10066.0, 10134.0, 10089.0, 10062.0, 10103.0, 10074.0, 10047.0, 10127.0, 10060.0, 10043.0, 10108.0, 10071.0, 10150.0, 10070.0, 10045.0, 10095.0, 10052.0, 10037.0, 10107.0, 10069.0, 10039.0, 10093.0, 10044.0, 10042.0, 10095.0, 10046.0, 10048.0, 10101.0, 10045.0, 10063.0, 10102.0, 10051.0, 10047.0, 10086.0, 10061.0, 10172.0, 10107.0, 10062.0, 10115.0, 10063.0, 10073.0, 10101.0, 10079.0, 10132.0, 10058.0, 10046.0, 10115.0, 10046.0, 10071.0, 10116.0, 10050.0, 10051.0, 10088.0, 10066.0, 10129.0, 10086.0, 10068.0, 10151.0, 10083.0, 10070.0, 10103.0, 10067.0, 10134.0, 10112.0, 10068.0, 10134.0, 10063.0, 10061.0, 10099.0, 10061.0, 10151.0, 10088.0, 10046.0, 10129.0, 10061.0, 10058.0, 10112.0, 10045.0, 10083.0, 10081.0, 10049.0, 10117.0, 10067.0, 10049.0, 10116.0, 10064.0, 10089.0, 10123.0, 10052.0, 10135.0, 10067.0, 10074.0, 10072.0, 10048.0, 10153.0, 10075.0, 10078.0, 10069.0, 10045.0, 10139.0, 10084.0, 10076.0, 10102.0, 10048.0, 10056.0, 10057.0, 10043.0, 10128.0, 10075.0, 10052.0, 10087.0, 10048.0, 10129.0, 10072.0, 10058.0, 10135.0, 10049.0, 10086.0, 10070.0, 10040.0, 10109.0, 10055.0, 10127.0, 10068.0, 10047.0, 10112.0, 10056.0, 10045.0, 10112.0, 10063.0, 10103.0, 10108.0, 10067.0, 10137.0, 10062.0, 10046.0, 10097.0, 10060.0, 10160.0, 10090.0, 10051.0, 10066.0, 10042.0, 10122.0, 10072.0, 10044.0, 10114.0, 10061.0, 10046.0, 10100.0, 10046.0, 10130.0, 10092.0, 10051.0, 10136.0, 10069.0, 10050.0, 10116.0, 10063.0, 10134.0, 10092.0, 10067.0, 10129.0, 10063.0, 10084.0, 10087.0, 10062.0, 10152.0, 10060.0, 10041.0, 10084.0, 10042.0, 10101.0, 10086.0, 10048.0, 10113.0, 10055.0, 10047.0, 10113.0, 10080.0, 10068.0, 10085.0, 10048.0, 10111.0, 10059.0, 10057.0, 10135.0, 10062.0, 10113.0, 10054.0, 10039.0, 10110.0, 10075.0, 10071.0, 10068.0, 10042.0, 10121.0, 10040.0, 10058.0, 10113.0, 10064.0, 10048.0, 10069.0, 10045.0, 10098.0, 10077.0, 10055.0, 10135.0, 10073.0, 10069.0, 10108.0, 10068.0, 10158.0, 10083.0, 10138.0, 10083.0, 10105.0, 10073.0, 10063.0, 10122.0, 10056.0, 10117.0, 10048.0, 10016.0, 10113.0, 10064.0, 10062.0, 10118.0, 10079.0, 10087.0, 10138.0, 10071.0, 10073.0, 10122.0, 10071.0, 10108.0, 10095.0, 10074.0, 10146.0, 10068.0, 10052.0, 10090.0, 10049.0, 10153.0, 10093.0, 10062.0, 10100.0, 10048.0, 10062.0, 10070.0, 10047.0, 10146.0, 10106.0, 10060.0, 10114.0, 10045.0, 10044.0, 10080.0, 10045.0, 10146.0, 10086.0, 10045.0, 10113.0, 10045.0, 10042.0, 10092.0, 10054.0, 10073.0, 10115.0, 10045.0, 10057.0, 10068.0, 10046.0, 10130.0, 10067.0, 10056.0, 10095.0, 10047.0, 10053.0, 10051.0, 10039.0, 10120.0, 10066.0, 10051.0, 10092.0, 10057.0, 10030.0, 10050.0, 10046.0, 10129.0, 10072.0, 10043.0, 10112.0, 10058.0, 10045.0, 10101.0, 10047.0, 10153.0, 10090.0, 10061.0, 10099.0, 10046.0, 10097.0, 10069.0, 10040.0, 10136.0, 10055.0, 10047.0, 10067.0, 10038.0, 10089.0, 10085.0, 10044.0, 10113.0, 10040.0, 10026.0, 10084.0, 10042.0, 10131.0, 10085.0, 10026.0, 10091.0, 10039.0, 10028.0, 10098.0, 10058.0, 10085.0, 10068.0, 10044.0, 10112.0, 10059.0, 10045.0, 10117.0, 10063.0, 10047.0, 10083.0, 10043.0, 10115.0, 10076.0, 10045.0, 10134.0, 10060.0, 10032.0, 10084.0, 10044.0, 10045.0, 10083.0, 10055.0, 10076.0, 10075.0, 10051.0, 10130.0, 10080.0, 10065.0, 10130.0, 10077.0, 10067.0, 10130.0, 10077.0, 10039.0, 10100.0, 10046.0, 10045.0, 10116.0, 10066.0, 10135.0, 10096.0, 10051.0, 10109.0, 10054.0, 10088.0, 10063.0, 10047.0, 10136.0, 10069.0, 10053.0, 10076.0, 10043.0, 10150.0, 10081.0, 10069.0, 10144.0, 10068.0, 10079.0, 10077.0, 10048.0, 10130.0, 10061.0, 10162.0, 10092.0, 10077.0, 10074.0, 10034.0, 10113.0, 10059.0, 10108.0, 10085.0, 10048.0, 10113.0, 10043.0, 10029.0, 10097.0, 10066.0, 10131.0, 10062.0, 10035.0, 10072.0, 10045.0, 10148.0, 10099.0, 10052.0, 10103.0, 10052.0, 10104.0, 10074.0, 10045.0, 10135.0, 10063.0, 10061.0, 10057.0, 10017.0, 10113.0, 10061.0, 10106.0, 10087.0, 10035.0, 10114.0, 10047.0, 10062.0, 10103.0, 10050.0, 10091.0, 10059.0, 10037.0, 10130.0, 10065.0, 10065.0, 10124.0, 10069.0, 10081.0, 10078.0, 10037.0, 10133.0, 10063.0, 10136.0, 10090.0, 10033.0, 10070.0, 10029.0, 10111.0, 10042.0, 10081.0, 10079.0, 10029.0, 10114.0, 10044.0, 10047.0, 10068.0, 10047.0, 10149.0, 10061.0, 10051.0, 10104.0, 10048.0, 10112.0, 10073.0, 10052.0, 10104.0, 10050.0, 10111.0, 10047.0, 10099.0, 10077.0, 10065.0, 10120.0, 10050.0, 10061.0, 10076.0, 10035.0, 10132.0, 10093.0, 10053.0, 10089.0, 10051.0, 10132.0, 10079.0, 10066.0, 10120.0, 10050.0, 10074.0, 10078.0, 10051.0, 10132.0, 10079.0, 10095.0, 10124.0, 10072.0, 10132.0, 10066.0, 10068.0, 10133.0, 10070.0, 10080.0, 10057.0, 10049.0, 10131.0, 10067.0, 10091.0, 10119.0, 10055.0, 10148.0, 10063.0, 10036.0, 10101.0, 10052.0, 10153.0, 10091.0, 10052.0, 10105.0, 10050.0, 10091.0, 10075.0, 10035.0, 10140.0, 10049.0, 10037.0, 10090.0, 10051.0, 10131.0, 10104.0, 10073.0, 10140.0, 10073.0, 10096.0, 10085.0, 10068.0, 10139.0, 10084.0, 10135.0, 10061.0, 10017.0, 10087.0, 10047.0, 10134.0, 10075.0, 10046.0, 10087.0, 10049.0, 10061.0, 10109.0, 10055.0, 10091.0, 10050.0, 10057.0, 10136.0, 10078.0, 10085.0, 10121.0, 10071.0, 10066.0, 10075.0, 10053.0, 10152.0, 10108.0, 10051.0, 10107.0, 10066.0, 10038.0, 10088.0, 10049.0, 10133.0, 10090.0, 10038.0, 10132.0, 10064.0, 10046.0, 10099.0, 10062.0, 10076.0, 10087.0, 10048.0, 10096.0, 10058.0, 10042.0, 10130.0, 10074.0, 10035.0, 10071.0, 10051.0, 10115.0, 10061.0, 10053.0, 10134.0, 10064.0, 10035.0, 10100.0, 10050.0, 10114.0, 10085.0, 10033.0, 10133.0, 10062.0, 10017.0, 10082.0, 10047.0, 10084.0, 10074.0, 10048.0, 10036.0, 10089.0, 10049.0, 10054.0, 10120.0, 10072.0, 10057.0, 10108.0, 10053.0, 10135.0, 10098.0, 10097.0, 10082.0, 10059.0, 10117.0, 10051.0, 10134.0, 10075.0, 10038.0, 10106.0, 10040.0, 10107.0, 10064.0, 10038.0, 10159.0, 10086.0, 10054.0, 10109.0, 10054.0, 10078.0, 10107.0, 10042.0, 10141.0, 10063.0, 10063.0, 10088.0, 10044.0, 10135.0, 10058.0, 10046.0, 10067.0, 10047.0, 10112.0, 10091.0, 10033.0, 10116.0, 10044.0, 10047.0, 10114.0, 10063.0, 10079.0, 10074.0, 10053.0, 10103.0, 10061.0, 10048.0, 10136.0, 10068.0, 10107.0, 10065.0, 10049.0, 10120.0, 10046.0, 10137.0, 10073.0, 10051.0, 10101.0, 10047.0, 10088.0, 10072.0, 10049.0, 10137.0, 10060.0, 10034.0, 10082.0, 10031.0, 10099.0, 10087.0, 10050.0, 10137.0, 10061.0, 10045.0, 10088.0, 10047.0, 10123.0, 10078.0, 10051.0, 10115.0, 10061.0, 10050.0, 10122.0, 10079.0, 10034.0, 10085.0, 10045.0, 10084.0, 10090.0, 10049.0, 10137.0, 10043.0, 10029.0, 10119.0, 10062.0, 10047.0, 10100.0, 10041.0, 10063.0, 10087.0, 10055.0, 10048.0, 10055.0, 10047.0, 10134.0, 10075.0, 10033.0, 10116.0, 10051.0, 10033.0, 10100.0, 10050.0, 10071.0, 10071.0, 10032.0, 10119.0, 10061.0, 10047.0, 10102.0, 10045.0, 10030.0, 10084.0, 10045.0, 10096.0, 10106.0, 10070.0, 10066.0, 10061.0, 10040.0, 10134.0, 10075.0, 10094.0, 10088.0, 10047.0, 10114.0, 10060.0, 10042.0, 10101.0, 10048.0, 10131.0, 10045.0, 10045.0, 10094.0, 10044.0, 10086.0, 10070.0, 10034.0, 10113.0, 10061.0, 10046.0, 10099.0, 10048.0, 10104.0, 10060.0, 10048.0, 10114.0, 10042.0, 10084.0, 10064.0, 10026.0, 10113.0, 10039.0, 10014.0, 10051.0, 10028.0, 10098.0, 10068.0, 10047.0, 10099.0, 10045.0, 10030.0, 10084.0, 10044.0, 10133.0, 10058.0, 10026.0, 10065.0, 10046.0, 10126.0, 10087.0, 10044.0, 10084.0, 10044.0, 10037.0, 10041.0, 10028.0, 10129.0, 10056.0, 10032.0, 10086.0, 10048.0, 10130.0, 10056.0, 10058.0, 10087.0, 10047.0, 10115.0, 10053.0, 10025.0, 10064.0, 10008.0, 10116.0, 10045.0, 10042.0, 10038.0, 10029.0, 10108.0, 10041.0, 10032.0, 10071.0, 10034.0, 10056.0, 10047.0, 10051.0, 10139.0, 10084.0, 10153.0, 10066.0, 10073.0, 10074.0, 10056.0, 10105.0, 10031.0, 10097.0, 10027.0, 10095.0, 10040.0, 10038.0, 10068.0, 10029.0, 10112.0, 10060.0, 10026.0, 10053.0, 10026.0, 10113.0, 10059.0, 10045.0, 10058.0, 10030.0, 10113.0, 10059.0, 10076.0, 10086.0, 10051.0, 10118.0, 10062.0, 10048.0, 10102.0, 10050.0, 10133.0, 10060.0, 10034.0, 10086.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.002263465045592705</td></tr>
<tr><td colspan=3>aqi</td><td>0.022403128647416413</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.172420141923915</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.262889341520913</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.027026289855513</td></tr>
<tr><td colspan=3>efc</td><td>0.5198</td></tr>
<tr><td colspan=3>fber</td><td>3400.2888</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10048127556231355</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>46</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.4954407294832825</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3318220622918595</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2435758555998926</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5527866664095504</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1991036648661355</td></tr>
<tr><td colspan=3>gcor</td><td>0.00286269</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013068265281617641</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03609186038374901</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1316</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.133563995071616</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>16.1244</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.509</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>243.8927</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289035.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1187.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>436.1703</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.8917</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>576.9002</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3742.8703</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3893.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87509.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1488.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>941.7969</td></tr>
<tr><td colspan=3>tsnr</td><td>39.07342147268355</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>