<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0081_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0081_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0081_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0081_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0081_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0081_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0081_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0081_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0081_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0081/figures/sub-0081_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0081/ses-04/func/sub-0081_ses-04_task-fractional_acq-mb8_run-01_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>8bdfbcc634886de6a5be487b035eff94</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>14:54:55.980000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.988788, 0.123504, -0.0839404, -0.118081, 0.990756, 0.0667743]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0926248</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4110, -7715, -7308, 549, -10, -67, 65, 48]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>250.893</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0245d416-2857-4de2-b6f9-1670bb81b41d||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6528446674346924, -0.3168022930622101, -0.2468107044696808, 134.1791229248047], [-0.33135107159614563, 2.6581268310546875, 0.15150736272335052, -80.68218231201172], [-0.22520603239536285, -0.1791505515575409, 2.6844234466552734, -70.10169219970703], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['145455.980000', '145456.440000', '145456.900000', '145457.360000', '145457.820000', '145458.280000', '145458.740000', '145459.200000', '145459.660000', '145500.120000', '145500.580000', '145501.040000', '145501.500000', '145501.960000', '145502.420000', '145502.880000', '145503.340000', '145503.800000', '145504.260000', '145504.720000', '145505.180000', '145505.640000', '145506.100000', '145506.560000', '145507.020000', '145507.480000', '145507.940000', '145508.400000', '145508.860000', '145509.320000', '145509.780000', '145510.240000', '145510.700000', '145511.160000', '145511.620000', '145512.080000', '145512.540000', '145513.000000', '145513.460000', '145513.920000', '145514.380000', '145514.840000', '145515.300000', '145515.760000', '145516.220000', '145516.680000', '145517.140000', '145517.600000', '145518.060000', '145518.520000', '145518.980000', '145519.440000', '145519.900000', '145520.360000', '145520.820000', '145521.280000', '145521.740000', '145522.200000', '145522.660000', '145523.120000', '145523.580000', '145524.040000', '145524.500000', '145524.960000', '145525.420000', '145525.880000', '145526.340000', '145526.800000', '145527.260000', '145527.720000', '145528.180000', '145528.640000', '145529.100000', '145529.560000', '145530.020000', '145530.480000', '145530.940000', '145531.400000', '145531.860000', '145532.320000', '145532.780000', '145533.240000', '145533.700000', '145534.160000', '145534.620000', '145535.080000', '145535.540000', '145536.000000', '145536.460000', '145536.920000', '145537.380000', '145537.840000', '145538.300000', '145538.760000', '145539.220000', '145539.680000', '145540.140000', '145540.600000', '145541.060000', '145541.520000', '145541.980000', '145542.440000', '145542.900000', '145543.360000', '145543.820000', '145544.280000', '145544.740000', '145545.200000', '145545.660000', '145546.120000', '145546.580000', '145547.040000', '145547.500000', '145547.960000', '145548.420000', '145548.880000', '145549.340000', '145549.800000', '145550.260000', '145550.720000', '145551.180000', '145551.640000', '145552.100000', '145552.560000', '145553.020000', '145553.480000', '145553.940000', '145554.400000', '145554.860000', '145555.320000', '145555.780000', '145556.240000', '145556.700000', '145557.160000', '145557.620000', '145558.080000', '145558.540000', '145559.000000', '145559.460000', '145559.920000', '145600.380000', '145600.840000', '145601.300000', '145601.760000', '145602.220000', '145602.680000', '145603.140000', '145603.600000', '145604.060000', '145604.520000', '145604.980000', '145605.440000', '145605.900000', '145606.360000', '145606.820000', '145607.280000', '145607.740000', '145608.200000', '145608.660000', '145609.120000', '145609.580000', '145610.040000', '145610.500000', '145610.960000', '145611.420000', '145611.880000', '145612.340000', '145612.800000', '145613.260000', '145613.720000', '145614.180000', '145614.640000', '145615.100000', '145615.560000', '145616.020000', '145616.480000', '145616.940000', '145617.400000', '145617.860000', '145618.320000', '145618.780000', '145619.240000', '145619.700000', '145620.160000', '145620.620000', '145621.080000', '145621.540000', '145622.000000', '145622.460000', '145622.920000', '145623.380000', '145623.840000', '145624.300000', '145624.760000', '145625.220000', '145625.680000', '145626.140000', '145626.600000', '145627.060000', '145627.520000', '145627.980000', '145628.440000', '145628.900000', '145629.360000', '145629.820000', '145630.280000', '145630.740000', '145631.200000', '145631.660000', '145632.120000', '145632.580000', '145633.040000', '145633.500000', '145633.960000', '145634.420000', '145634.880000', '145635.340000', '145635.800000', '145636.260000', '145636.720000', '145637.180000', '145637.640000', '145638.100000', '145638.560000', '145639.020000', '145639.480000', '145639.940000', '145640.400000', '145640.860000', '145641.320000', '145641.780000', '145642.240000', '145642.700000', '145643.160000', '145643.620000', '145644.080000', '145644.540000', '145645.000000', '145645.460000', '145645.920000', '145646.380000', '145646.840000', '145647.300000', '145647.760000', '145648.220000', '145648.680000', '145649.140000', '145649.600000', '145650.060000', '145650.520000', '145650.980000', '145651.440000', '145651.900000', '145652.360000', '145652.820000', '145653.280000', '145653.740000', '145654.200000', '145654.660000', '145655.120000', '145655.580000', '145656.040000', '145656.500000', '145656.960000', '145657.420000', '145657.880000', '145658.340000', '145658.800000', '145659.260000', '145659.720000', '145700.180000', '145700.640000', '145701.100000', '145701.560000', '145702.020000', '145702.480000', '145702.940000', '145703.400000', '145703.860000', '145704.320000', '145704.780000', '145705.240000', '145705.700000', '145706.160000', '145706.620000', '145707.080000', '145707.540000', '145708.000000', '145708.460000', '145708.920000', '145709.380000', '145709.840000', '145710.300000', '145710.760000', '145711.220000', '145711.680000', '145712.140000', '145712.600000', '145713.060000', '145713.520000', '145713.980000', '145714.440000', '145714.900000', '145715.360000', '145715.820000', '145716.280000', '145716.740000', '145717.200000', '145717.660000', '145718.120000', '145718.580000', '145719.040000', '145719.500000', '145719.960000', '145720.420000', '145720.880000', '145721.340000', '145721.800000', '145722.260000', '145722.720000', '145723.180000', '145723.640000', '145724.100000', '145724.560000', '145725.020000', '145725.480000', '145725.940000', '145726.400000', '145726.860000', '145727.320000', '145727.780000', '145728.240000', '145728.700000', '145729.160000', '145729.620000', '145730.080000', '145730.540000', '145731.000000', '145731.460000', '145731.920000', '145732.380000', '145732.840000', '145733.300000', '145733.760000', '145734.220000', '145734.680000', '145735.140000', '145735.600000', '145736.060000', '145736.520000', '145736.980000', '145737.440000', '145737.900000', '145738.360000', '145738.820000', '145739.280000', '145739.740000', '145740.200000', '145740.660000', '145741.120000', '145741.580000', '145742.040000', '145742.500000', '145742.960000', '145743.420000', '145743.880000', '145744.340000', '145744.800000', '145745.260000', '145745.720000', '145746.180000', '145746.640000', '145747.100000', '145747.560000', '145748.020000', '145748.480000', '145748.940000', '145749.400000', '145749.860000', '145750.320000', '145750.780000', '145751.240000', '145751.700000', '145752.160000', '145752.620000', '145753.080000', '145753.540000', '145754.000000', '145754.460000', '145754.920000', '145755.380000', '145755.840000', '145756.300000', '145756.760000', '145757.220000', '145757.680000', '145758.140000', '145758.600000', '145759.060000', '145759.520000', '145759.980000', '145800.440000', '145800.900000', '145801.360000', '145801.820000', '145802.280000', '145802.740000', '145803.200000', '145803.660000', '145804.120000', '145804.580000', '145805.040000', '145805.500000', '145805.960000', '145806.420000', '145806.880000', '145807.340000', '145807.800000', '145808.260000', '145808.720000', '145809.180000', '145809.640000', '145810.100000', '145810.560000', '145811.020000', '145811.480000', '145811.940000', '145812.400000', '145812.860000', '145813.320000', '145813.780000', '145814.240000', '145814.700000', '145815.160000', '145815.620000', '145816.080000', '145816.540000', '145817.000000', '145817.460000', '145817.920000', '145818.380000', '145818.840000', '145819.300000', '145819.760000', '145820.220000', '145820.680000', '145821.140000', '145821.600000', '145822.060000', '145822.520000', '145822.980000', '145823.440000', '145823.900000', '145824.360000', '145824.820000', '145825.280000', '145825.740000', '145826.200000', '145826.660000', '145827.120000', '145827.580000', '145828.040000', '145828.500000', '145828.960000', '145829.420000', '145829.880000', '145830.340000', '145830.800000', '145831.260000', '145831.720000', '145832.180000', '145832.640000', '145833.100000', '145833.560000', '145834.020000', '145834.480000', '145834.940000', '145835.400000', '145835.860000', '145836.320000', '145836.780000', '145837.240000', '145837.700000', '145838.160000', '145838.620000', '145839.080000', '145839.540000', '145840.000000', '145840.460000', '145840.920000', '145841.380000', '145841.840000', '145842.300000', '145842.760000', '145843.220000', '145843.680000', '145844.140000', '145844.600000', '145845.060000', '145845.520000', '145845.980000', '145846.440000', '145846.900000', '145847.360000', '145847.820000', '145848.280000', '145848.740000', '145849.200000', '145849.660000', '145850.120000', '145850.580000', '145851.040000', '145851.500000', '145851.960000', '145852.420000', '145852.880000', '145853.340000', '145853.800000', '145854.260000', '145854.720000', '145855.180000', '145855.640000', '145856.100000', '145856.560000', '145857.020000', '145857.480000', '145857.940000', '145858.400000', '145858.860000', '145859.320000', '145859.780000', '145900.240000', '145900.700000', '145901.160000', '145901.620000', '145902.080000', '145902.540000', '145903.000000', '145903.460000', '145903.920000', '145904.380000', '145904.840000', '145905.300000', '145905.760000', '145906.220000', '145906.680000', '145907.140000', '145907.600000', '145908.060000', '145908.520000', '145908.980000', '145909.440000', '145909.900000', '145910.360000', '145910.820000', '145911.280000', '145911.740000', '145912.200000', '145912.660000', '145913.120000', '145913.580000', '145914.040000', '145914.500000', '145914.960000', '145915.420000', '145915.880000', '145916.340000', '145916.800000', '145917.260000', '145917.720000', '145918.180000', '145918.640000', '145919.100000', '145919.560000', '145920.020000', '145920.480000', '145920.940000', '145921.400000', '145921.860000', '145922.320000', '145922.780000', '145923.240000', '145923.700000', '145924.160000', '145924.620000', '145925.080000', '145925.540000', '145926.000000', '145926.460000', '145926.920000', '145927.380000', '145927.840000', '145928.300000', '145928.760000', '145929.220000', '145929.680000', '145930.140000', '145930.600000', '145931.060000', '145931.520000', '145931.980000', '145932.440000', '145932.900000', '145933.360000', '145933.820000', '145934.280000', '145934.740000', '145935.200000', '145935.660000', '145936.120000', '145936.580000', '145937.040000', '145937.500000', '145937.960000', '145938.420000', '145938.880000', '145939.340000', '145939.800000', '145940.260000', '145940.720000', '145941.180000', '145941.640000', '145942.100000', '145942.560000', '145943.020000', '145943.480000', '145943.940000', '145944.400000', '145944.860000', '145945.320000', '145945.780000', '145946.240000', '145946.700000', '145947.160000', '145947.620000', '145948.080000', '145948.540000', '145949.000000', '145949.460000', '145949.920000', '145950.380000', '145950.840000', '145951.300000', '145951.760000', '145952.220000', '145952.680000', '145953.140000', '145953.600000', '145954.060000', '145954.520000', '145954.980000', '145955.440000', '145955.900000', '145956.360000', '145956.820000', '145957.280000', '145957.740000', '145958.200000', '145958.660000', '145959.120000', '145959.580000', '150000.040000', '150000.500000', '150000.960000', '150001.420000', '150001.880000', '150002.340000', '150002.800000', '150003.260000', '150003.720000', '150004.180000', '150004.640000', '150005.100000', '150005.560000', '150006.020000', '150006.480000', '150006.940000', '150007.400000', '150007.860000', '150008.320000', '150008.780000', '150009.240000', '150009.700000', '150010.160000', '150010.620000', '150011.080000', '150011.540000', '150012.000000', '150012.460000', '150012.920000', '150013.380000', '150013.840000', '150014.300000', '150014.760000', '150015.220000', '150015.680000', '150016.140000', '150016.600000', '150017.060000', '150017.520000', '150017.980000', '150018.440000', '150018.900000', '150019.360000', '150019.820000', '150020.280000', '150020.740000', '150021.200000', '150021.660000', '150022.120000', '150022.580000', '150023.040000', '150023.500000', '150023.960000', '150024.420000', '150024.880000', '150025.340000', '150025.800000', '150026.260000', '150026.720000', '150027.180000', '150027.640000', '150028.100000', '150028.560000', '150029.020000', '150029.480000', '150029.940000', '150030.400000', '150030.860000', '150031.320000', '150031.780000', '150032.240000', '150032.700000', '150033.160000', '150033.620000', '150034.080000', '150034.540000', '150035.000000', '150035.460000', '150035.920000', '150036.380000', '150036.840000', '150037.300000', '150037.760000', '150038.220000', '150038.680000', '150039.140000', '150039.600000', '150040.060000', '150040.520000', '150040.980000', '150041.440000', '150041.900000', '150042.360000', '150042.820000', '150043.280000', '150043.740000', '150044.200000', '150044.660000', '150045.120000', '150045.580000', '150046.040000', '150046.500000', '150046.960000', '150047.420000', '150047.880000', '150048.340000', '150048.800000', '150049.260000', '150049.720000', '150050.180000', '150050.640000', '150051.100000', '150051.560000', '150052.020000', '150052.480000', '150052.940000', '150053.400000', '150053.860000', '150054.320000', '150054.780000', '150055.240000', '150055.700000', '150056.160000', '150056.620000', '150057.080000', '150057.540000', '150058.000000', '150058.460000', '150058.920000', '150059.380000', '150059.840000', '150100.300000', '150100.760000', '150101.220000', '150101.680000', '150102.140000', '150102.600000', '150103.060000', '150103.520000', '150103.980000', '150104.440000', '150104.900000', '150105.360000', '150105.820000', '150106.280000', '150106.740000', '150107.200000', '150107.660000', '150108.120000', '150108.580000', '150109.040000', '150109.500000', '150109.960000', '150110.420000', '150110.880000', '150111.340000', '150111.800000', '150112.260000', '150112.720000', '150113.180000', '150113.640000', '150114.100000', '150114.560000', '150115.020000', '150115.480000', '150115.940000', '150116.400000', '150116.860000', '150117.320000', '150117.780000', '150118.240000', '150118.700000', '150119.160000', '150119.620000', '150120.080000', '150120.540000', '150121.000000', '150121.460000', '150121.920000', '150122.380000', '150122.840000', '150123.300000', '150123.760000', '150124.220000', '150124.680000', '150125.140000', '150125.600000', '150126.060000', '150126.520000', '150126.980000', '150127.440000', '150127.900000', '150128.360000', '150128.820000', '150129.280000', '150129.740000', '150130.200000', '150130.660000', '150131.120000', '150131.580000', '150132.040000', '150132.500000', '150132.960000', '150133.420000', '150133.880000', '150134.340000', '150134.800000', '150135.260000', '150135.720000', '150136.180000', '150136.640000', '150137.100000', '150137.560000', '150138.020000', '150138.480000', '150138.940000', '150139.400000', '150139.860000', '150140.320000', '150140.780000', '150141.240000', '150141.700000', '150142.160000', '150142.620000', '150143.080000', '150143.540000', '150144.000000', '150144.460000', '150144.920000', '150145.380000', '150145.840000', '150146.300000', '150146.760000', '150147.220000', '150147.680000', '150148.140000', '150148.600000', '150149.060000', '150149.520000', '150149.980000', '150150.440000', '150150.900000', '150151.360000', '150151.820000', '150152.280000', '150152.740000', '150153.200000', '150153.660000', '150154.120000', '150154.580000', '150155.040000', '150155.500000', '150155.960000', '150156.420000', '150156.880000', '150157.340000', '150157.800000', '150158.260000', '150158.720000', '150159.180000', '150159.640000', '150200.100000', '150200.560000', '150201.020000', '150201.480000', '150201.940000', '150202.400000', '150202.860000', '150203.320000', '150203.780000', '150204.240000', '150204.700000', '150205.160000', '150205.620000', '150206.080000', '150206.540000', '150207.000000', '150207.460000', '150207.920000', '150208.380000', '150208.840000', '150209.300000', '150209.760000', '150210.220000', '150210.680000', '150211.140000', '150211.600000', '150212.060000', '150212.520000', '150212.980000', '150213.440000', '150213.900000', '150214.360000', '150214.820000', '150215.280000', '150215.740000', '150216.200000', '150216.660000', '150217.120000', '150217.580000', '150218.040000', '150218.500000', '150218.960000', '150219.420000', '150219.880000', '150220.340000', '150220.800000', '150221.260000', '150221.720000', '150222.180000', '150222.640000', '150223.100000', '150223.560000', '150224.020000', '150224.480000', '150224.940000', '150225.400000', '150225.860000', '150226.320000', '150226.780000', '150227.240000', '150227.700000', '150228.160000', '150228.620000', '150229.080000', '150229.540000', '150230.000000', '150230.460000', '150230.920000', '150231.380000', '150231.840000', '150232.300000', '150232.760000', '150233.220000', '150233.680000', '150234.140000', '150234.600000', '150235.060000', '150235.520000', '150235.980000', '150236.440000', '150236.900000', '150237.360000', '150237.820000', '150238.280000', '150238.740000', '150239.200000', '150239.660000', '150240.120000', '150240.580000', '150241.040000', '150241.500000', '150241.960000', '150242.420000', '150242.880000', '150243.340000', '150243.800000', '150244.260000', '150244.720000', '150245.180000', '150245.640000', '150246.100000', '150246.560000', '150247.020000', '150247.480000', '150247.940000', '150248.400000', '150248.860000', '150249.320000', '150249.780000', '150250.240000', '150250.700000', '150251.160000', '150251.620000', '150252.080000', '150252.540000', '150253.000000', '150253.460000', '150253.920000', '150254.380000', '150254.840000', '150255.300000', '150255.760000', '150256.220000', '150256.680000', '150257.140000', '150257.600000', '150258.060000', '150258.520000', '150258.980000', '150259.440000', '150259.900000', '150300.360000', '150300.820000', '150301.280000', '150301.740000', '150302.200000', '150302.660000', '150303.120000', '150303.580000', '150304.040000', '150304.500000', '150304.960000', '150305.420000', '150305.880000', '150306.340000', '150306.800000', '150307.260000', '150307.720000', '150308.180000', '150308.640000', '150309.100000', '150309.560000', '150310.020000', '150310.480000', '150310.940000', '150311.400000', '150311.860000', '150312.320000', '150312.780000', '150313.240000', '150313.700000', '150314.160000', '150314.620000', '150315.080000', '150315.540000', '150316.000000', '150316.460000', '150316.920000', '150317.380000', '150317.840000', '150318.300000', '150318.760000', '150319.220000', '150319.680000', '150320.140000', '150320.600000', '150321.060000', '150321.520000', '150321.980000', '150322.440000', '150322.900000', '150323.360000', '150323.820000', '150324.280000', '150324.740000', '150325.200000', '150325.660000', '150326.120000', '150326.580000', '150327.040000', '150327.500000', '150327.960000', '150328.420000', '150328.880000', '150329.340000', '150329.800000', '150330.260000', '150330.720000', '150331.180000', '150331.640000', '150332.100000', '150332.560000', '150333.020000', '150333.480000', '150333.940000', '150334.400000', '150334.860000', '150335.320000', '150335.780000', '150336.240000', '150336.700000', '150337.160000', '150337.620000', '150338.080000', '150338.540000', '150339.000000', '150339.460000', '150339.920000', '150340.380000', '150340.840000', '150341.300000', '150341.760000', '150342.220000', '150342.680000', '150343.140000', '150343.600000', '150344.060000', '150344.520000', '150344.980000', '150345.440000', '150345.900000', '150346.360000', '150346.820000', '150347.280000', '150347.740000', '150348.200000', '150348.660000', '150349.120000', '150349.580000', '150350.040000', '150350.500000', '150350.960000', '150351.420000', '150351.880000', '150352.340000', '150352.800000', '150353.260000', '150353.720000', '150354.180000', '150354.640000', '150355.100000', '150355.560000', '150356.020000', '150356.480000', '150356.940000', '150357.400000', '150357.860000', '150358.320000', '150358.780000', '150359.240000', '150359.700000', '150400.160000', '150400.620000', '150401.080000', '150401.540000', '150402.000000', '150402.460000', '150402.920000', '150403.380000', '150403.840000', '150404.300000', '150404.760000', '150405.220000', '150405.680000', '150406.140000', '150406.600000', '150407.060000', '150407.520000', '150407.980000', '150408.440000', '150408.900000', '150409.360000', '150409.820000', '150410.280000', '150410.740000', '150411.200000', '150411.660000', '150412.120000', '150412.580000', '150413.040000', '150413.500000', '150413.960000', '150414.420000', '150414.880000', '150415.340000', '150415.800000', '150416.260000', '150416.720000', '150417.180000', '150417.640000', '150418.100000', '150418.560000', '150419.020000', '150419.480000', '150419.940000', '150420.400000', '150420.860000', '150421.320000', '150421.780000', '150422.240000', '150422.700000', '150423.160000', '150423.620000', '150424.080000', '150424.540000', '150425.000000', '150425.460000', '150425.920000', '150426.380000', '150426.840000', '150427.300000', '150427.760000', '150428.220000', '150428.680000', '150429.140000', '150429.600000', '150430.060000', '150430.520000', '150430.980000', '150431.440000', '150431.900000', '150432.360000', '150432.820000', '150433.280000', '150433.740000', '150434.200000', '150434.660000', '150435.120000', '150435.580000', '150436.040000', '150436.500000', '150436.960000', '150437.420000', '150437.880000', '150438.340000', '150438.800000', '150439.260000', '150439.720000', '150440.180000', '150440.640000', '150441.100000', '150441.560000', '150442.020000', '150442.480000', '150442.940000', '150443.400000', '150443.860000', '150444.320000', '150444.780000', '150445.240000', '150445.700000', '150446.160000', '150446.620000', '150447.080000', '150447.540000', '150448.000000', '150448.460000', '150448.920000', '150449.380000', '150449.840000', '150450.300000', '150450.760000', '150451.220000', '150451.680000', '150452.140000', '150452.600000', '150453.060000', '150453.520000', '150453.980000', '150454.440000', '150454.900000', '150455.360000', '150455.820000', '150456.280000', '150456.740000', '150457.200000', '150457.660000', '150458.120000', '150458.580000', '150459.040000', '150459.500000', '150459.960000', '150500.420000', '150500.880000', '150501.340000', '150501.800000', '150502.260000', '150502.720000', '150503.180000', '150503.640000'], 'ContentTime': ['145507.543000', '145507.546000', '145507.549000', '145507.551000', '145507.560000', '145507.563000', '145507.565000', '145507.568000', '145507.570000', '145507.573000', '145507.579000', '145507.582000', '145507.584000', '145507.587000', '145507.589000', '145507.592000', '145507.595000', '145507.597000', '145507.600000', '145507.602000', '145507.605000', '145507.607000', '145527.520000', '145527.523000', '145527.526000', '145527.528000', '145527.531000', '145527.534000', '145527.536000', '145527.539000', '145527.541000', '145527.544000', '145527.546000', '145527.549000', '145527.551000', '145527.554000', '145527.557000', '145527.560000', '145527.562000', '145527.565000', '145527.568000', '145527.570000', '145527.573000', '145527.576000', '145527.578000', '145527.581000', '145527.583000', '145527.586000', '145527.589000', '145527.592000', '145527.595000', '145527.598000', '145527.601000', '145527.603000', '145527.606000', '145527.608000', '145527.611000', '145527.618000', '145527.621000', '145527.623000', '145527.626000', '145527.628000', '145527.631000', '145527.634000', '145527.636000', '145547.521000', '145547.523000', '145547.526000', '145547.529000', '145547.531000', '145547.534000', '145547.536000', '145547.539000', '145547.542000', '145547.544000', '145547.547000', '145547.549000', '145547.552000', '145547.554000', '145547.557000', '145547.560000', '145547.562000', '145547.568000', '145547.570000', '145547.573000', '145547.576000', '145547.578000', '145547.581000', '145547.583000', '145547.586000', '145547.589000', '145547.591000', '145547.594000', '145547.602000', '145547.605000', '145547.607000', '145547.610000', '145547.612000', '145547.615000', '145547.618000', '145547.620000', '145547.623000', '145547.625000', '145547.628000', '145547.630000', '145547.633000', '145547.635000', '145547.638000', '145547.641000', '145607.520000', '145607.523000', '145607.526000', '145607.558000', '145607.561000', '145607.563000', '145607.566000', '145607.568000', '145607.571000', '145607.573000', '145607.576000', '145607.578000', '145607.581000', '145607.584000', '145607.587000', '145607.590000', '145607.593000', '145607.596000', '145607.598000', '145607.601000', '145607.604000', '145607.606000', '145607.609000', '145607.611000', '145607.614000', '145607.616000', '145607.619000', '145607.621000', '145607.624000', '145607.627000', '145607.629000', '145607.632000', '145607.634000', '145607.637000', '145607.640000', '145607.642000', '145607.645000', '145607.647000', '145607.650000', '145607.653000', '145607.655000', '145607.658000', '145607.660000', '145627.519000', '145627.522000', '145627.525000', '145627.527000', '145627.530000', '145627.533000', '145627.535000', '145627.538000', '145627.540000', '145627.543000', '145627.545000', '145627.548000', '145627.551000', '145627.553000', '145627.556000', '145627.558000', '145627.561000', '145627.564000', '145627.566000', '145627.569000', '145627.571000', '145627.574000', '145627.576000', '145627.579000', '145627.581000', '145627.584000', '145627.587000', '145627.589000', '145627.592000', '145627.594000', '145627.597000', '145627.599000', '145627.602000', '145627.605000', '145627.607000', '145627.610000', '145627.612000', '145627.615000', '145627.618000', '145627.620000', '145627.623000', '145627.625000', '145627.628000', '145627.630000', '145647.519000', '145647.522000', '145647.525000', '145647.528000', '145647.530000', '145647.533000', '145647.536000', '145647.538000', '145647.541000', '145647.543000', '145647.546000', '145647.549000', '145647.551000', '145647.554000', '145647.556000', '145647.559000', '145647.561000', '145647.564000', '145647.566000', '145647.569000', '145647.572000', '145647.574000', '145647.577000', '145647.579000', '145647.582000', '145647.584000', '145647.587000', '145647.590000', '145647.592000', '145647.595000', '145647.598000', '145647.601000', '145647.603000', '145647.606000', '145647.608000', '145647.611000', '145647.614000', '145647.617000', '145647.620000', '145647.623000', '145647.626000', '145647.628000', '145647.631000', '145707.520000', '145707.523000', '145707.525000', '145707.528000', '145707.530000', '145707.533000', '145707.535000', '145707.538000', '145707.541000', '145707.543000', '145707.546000', '145707.548000', '145707.551000', '145707.553000', '145707.556000', '145707.559000', '145707.562000', '145707.564000', '145707.567000', '145707.569000', '145707.572000', '145707.575000', '145707.577000', '145707.580000', '145707.582000', '145707.585000', '145707.588000', '145707.590000', '145707.593000', '145707.596000', '145707.598000', '145707.601000', '145707.604000', '145707.606000', '145707.609000', '145707.612000', '145707.614000', '145707.617000', '145707.619000', '145707.622000', '145707.625000', '145707.627000', '145707.630000', '145707.633000', '145727.520000', '145727.522000', '145727.525000', '145727.528000', '145727.530000', '145727.533000', '145727.535000', '145727.538000', '145727.541000', '145727.543000', '145727.546000', '145727.548000', '145727.551000', '145727.553000', '145727.556000', '145727.559000', '145727.561000', '145727.564000', '145727.566000', '145727.569000', '145727.571000', '145727.574000', '145727.577000', '145727.579000', '145727.582000', '145727.584000', '145727.587000', '145727.589000', '145727.592000', '145727.595000', '145727.597000', '145727.600000', '145727.603000', '145727.605000', '145727.608000', '145727.610000', '145727.613000', '145727.616000', '145727.618000', '145727.621000', '145727.624000', '145727.627000', '145727.643000', '145747.520000', '145747.523000', '145747.526000', '145747.529000', '145747.532000', '145747.535000', '145747.538000', '145747.541000', '145747.543000', '145747.546000', '145747.549000', '145747.551000', '145747.554000', '145747.556000', '145747.559000', '145747.562000', '145747.564000', '145747.567000', '145747.570000', '145747.572000', '145747.575000', '145747.577000', '145747.580000', '145747.583000', '145747.585000', '145747.588000', '145747.590000', '145747.593000', '145747.596000', '145747.598000', '145747.601000', '145747.603000', '145747.606000', '145747.609000', '145747.611000', '145747.614000', '145747.617000', '145747.619000', '145747.622000', '145747.625000', '145747.627000', '145747.630000', '145747.632000', '145807.520000', '145807.523000', '145807.526000', '145807.529000', '145807.531000', '145807.534000', '145807.536000', '145807.539000', '145807.542000', '145807.544000', '145807.547000', '145807.549000', '145807.552000', '145807.555000', '145807.557000', '145807.560000', '145807.563000', '145807.565000', '145807.568000', '145807.570000', '145807.573000', '145807.575000', '145807.578000', '145807.581000', '145807.583000', '145807.586000', '145807.588000', '145807.591000', '145807.594000', '145807.596000', '145807.599000', '145807.602000', '145807.604000', '145807.607000', '145807.609000', '145807.612000', '145807.615000', '145807.617000', '145807.620000', '145807.622000', '145807.625000', '145807.628000', '145807.630000', '145807.633000', '145827.521000', '145827.523000', '145827.526000', '145827.529000', '145827.531000', '145827.534000', '145827.537000', '145827.539000', '145827.542000', '145827.544000', '145827.547000', '145827.550000', '145827.552000', '145827.555000', '145827.558000', '145827.560000', '145827.563000', '145827.565000', '145827.568000', '145827.570000', '145827.573000', '145827.576000', '145827.578000', '145827.581000', '145827.583000', '145827.586000', '145827.589000', '145827.591000', '145827.594000', '145827.596000', '145827.599000', '145827.602000', '145827.604000', '145827.607000', '145827.609000', '145827.612000', '145827.615000', '145827.617000', '145827.620000', '145827.622000', '145827.625000', '145827.628000', '145827.630000', '145827.633000', '145847.520000', '145847.523000', '145847.525000', '145847.528000', '145847.530000', '145847.533000', '145847.536000', '145847.538000', '145847.541000', '145847.544000', '145847.546000', '145847.549000', '145847.551000', '145847.554000', '145847.557000', '145847.559000', '145847.562000', '145847.565000', '145847.567000', '145847.570000', '145847.573000', '145847.575000', '145847.578000', '145847.581000', '145847.583000', '145847.586000', '145847.589000', '145847.591000', '145847.594000', '145847.596000', '145847.599000', '145847.602000', '145847.604000', '145847.607000', '145847.609000', '145847.612000', '145847.615000', '145847.617000', '145847.620000', '145847.623000', '145847.625000', '145847.628000', '145847.630000', '145907.520000', '145907.523000', '145907.525000', '145907.528000', '145907.531000', '145907.533000', '145907.536000', '145907.539000', '145907.541000', '145907.544000', '145907.546000', '145907.549000', '145907.552000', '145907.554000', '145907.557000', '145907.560000', '145907.562000', '145907.565000', '145907.567000', '145907.570000', '145907.573000', '145907.575000', '145907.578000', '145907.581000', '145907.583000', '145907.586000', '145907.588000', '145907.591000', '145907.594000', '145907.596000', '145907.604000', '145907.607000', '145907.609000', '145907.612000', '145907.615000', '145907.617000', '145907.620000', '145907.622000', '145907.625000', '145907.628000', '145907.630000', '145907.633000', '145907.635000', '145907.638000', '145927.520000', '145927.523000', '145927.525000', '145927.528000', '145927.531000', '145927.533000', '145927.536000', '145927.538000', '145927.541000', '145927.544000', '145927.546000', '145927.549000', '145927.552000', '145927.554000', '145927.557000', '145927.560000', '145927.562000', '145927.565000', '145927.568000', '145927.570000', '145927.573000', '145927.576000', '145927.578000', '145927.581000', '145927.584000', '145927.586000', '145927.589000', '145927.591000', '145927.594000', '145927.597000', '145927.599000', '145927.602000', '145927.605000', '145927.607000', '145927.610000', '145927.612000', '145927.615000', '145927.618000', '145927.620000', '145927.623000', '145927.626000', '145927.628000', '145927.631000', '145947.520000', '145947.523000', '145947.525000', '145947.528000', '145947.531000', '145947.533000', '145947.536000', '145947.539000', '145947.542000', '145947.545000', '145947.547000', '145947.550000', '145947.553000', '145947.556000', '145947.559000', '145947.562000', '145947.564000', '145947.567000', '145947.570000', '145947.573000', '145947.576000', '145947.579000', '145947.582000', '145947.584000', '145947.587000', '145947.590000', '145947.593000', '145947.596000', '145947.598000', '145947.601000', '145947.604000', '145947.607000', '145947.609000', '145947.612000', '145947.615000', '145947.618000', '145947.621000', '145947.624000', '145947.626000', '145947.629000', '145947.632000', '145947.634000', '145947.637000', '145947.640000', '150007.521000', '150007.524000', '150007.527000', '150007.530000', '150007.533000', '150007.535000', '150007.538000', '150007.541000', '150007.544000', '150007.546000', '150007.549000', '150007.552000', '150007.555000', '150007.557000', '150007.560000', '150007.563000', '150007.565000', '150007.568000', '150007.571000', '150007.574000', '150007.576000', '150007.579000', '150007.582000', '150007.585000', '150007.587000', '150007.590000', '150007.593000', '150007.595000', '150007.598000', '150007.601000', '150007.604000', '150007.607000', '150007.609000', '150007.612000', '150007.623000', '150007.626000', '150007.629000', '150007.632000', '150007.634000', '150007.637000', '150007.640000', '150007.642000', '150007.645000', '150027.521000', '150027.523000', '150027.526000', '150027.529000', '150027.532000', '150027.535000', '150027.538000', '150027.540000', '150027.543000', '150027.546000', '150027.549000', '150027.552000', '150027.555000', '150027.557000', '150027.560000', '150027.563000', '150027.565000', '150027.568000', '150027.571000', '150027.574000', '150027.576000', '150027.579000', '150027.582000', '150027.584000', '150027.587000', '150027.589000', '150027.592000', '150027.595000', '150027.597000', '150027.600000', '150027.603000', '150027.606000', '150027.608000', '150027.612000', '150027.615000', '150027.617000', '150027.620000', '150027.623000', '150027.625000', '150027.628000', '150027.631000', '150027.633000', '150027.636000', '150027.639000', '150047.521000', '150047.524000', '150047.527000', '150047.530000', '150047.532000', '150047.535000', '150047.538000', '150047.541000', '150047.544000', '150047.547000', '150047.550000', '150047.554000', '150047.557000', '150047.560000', '150047.563000', '150047.566000', '150047.569000', '150047.572000', '150047.575000', '150047.578000', '150047.581000', '150047.583000', '150047.586000', '150047.589000', '150047.592000', '150047.595000', '150047.598000', '150047.601000', '150047.604000', '150047.607000', '150047.610000', '150047.612000', '150047.616000', '150047.619000', '150047.622000', '150047.624000', '150047.628000', '150047.631000', '150047.634000', '150047.636000', '150047.639000', '150047.642000', '150047.645000', '150107.519000', '150107.522000', '150107.525000', '150107.543000', '150107.546000', '150107.549000', '150107.552000', '150107.555000', '150107.557000', '150107.560000', '150107.562000', '150107.565000', '150107.568000', '150107.570000', '150107.573000', '150107.576000', '150107.579000', '150107.581000', '150107.585000', '150107.588000', '150107.591000', '150107.593000', '150107.596000', '150107.599000', '150107.602000', '150107.604000', '150107.607000', '150107.610000', '150107.613000', '150107.615000', '150107.618000', '150107.621000', '150107.624000', '150107.626000', '150107.629000', '150107.632000', '150107.635000', '150107.638000', '150107.641000', '150107.643000', '150107.646000', '150107.649000', '150107.651000', '150107.654000', '150127.520000', '150127.523000', '150127.526000', '150127.528000', '150127.531000', '150127.534000', '150127.536000', '150127.539000', '150127.542000', '150127.544000', '150127.547000', '150127.549000', '150127.553000', '150127.556000', '150127.558000', '150127.561000', '150127.564000', '150127.568000', '150127.570000', '150127.573000', '150127.576000', '150127.578000', '150127.581000', '150127.584000', '150127.587000', '150127.589000', '150127.592000', '150127.595000', '150127.598000', '150127.601000', '150127.604000', '150127.607000', '150127.610000', '150127.613000', '150127.615000', '150127.618000', '150127.621000', '150127.632000', '150127.635000', '150127.638000', '150127.641000', '150127.644000', '150127.647000', '150147.519000', '150147.522000', '150147.525000', '150147.528000', '150147.531000', '150147.533000', '150147.536000', '150147.539000', '150147.542000', '150147.545000', '150147.548000', '150147.552000', '150147.555000', '150147.559000', '150147.561000', '150147.564000', '150147.567000', '150147.570000', '150147.572000', '150147.575000', '150147.577000', '150147.580000', '150147.583000', '150147.586000', '150147.589000', '150147.591000', '150147.594000', '150147.597000', '150147.600000', '150147.603000', '150147.606000', '150147.609000', '150147.611000', '150147.614000', '150147.617000', '150147.620000', '150147.623000', '150147.626000', '150147.628000', '150147.631000', '150147.634000', '150147.637000', '150147.640000', '150207.520000', '150207.523000', '150207.526000', '150207.528000', '150207.531000', '150207.534000', '150207.536000', '150207.539000', '150207.542000', '150207.545000', '150207.548000', '150207.550000', '150207.553000', '150207.556000', '150207.559000', '150207.561000', '150207.564000', '150207.567000', '150207.569000', '150207.572000', '150207.575000', '150207.577000', '150207.580000', '150207.583000', '150207.586000', '150207.589000', '150207.591000', '150207.594000', '150207.597000', '150207.599000', '150207.602000', '150207.605000', '150207.608000', '150207.611000', '150207.613000', '150207.616000', '150207.619000', '150207.621000', '150207.624000', '150207.627000', '150207.630000', '150207.632000', '150207.635000', '150207.638000', '150227.521000', '150227.524000', '150227.526000', '150227.529000', '150227.532000', '150227.534000', '150227.537000', '150227.540000', '150227.543000', '150227.546000', '150227.548000', '150227.551000', '150227.554000', '150227.556000', '150227.559000', '150227.562000', '150227.565000', '150227.567000', '150227.570000', '150227.573000', '150227.576000', '150227.579000', '150227.582000', '150227.584000', '150227.587000', '150227.590000', '150227.593000', '150227.596000', '150227.599000', '150227.602000', '150227.605000', '150227.607000', '150227.610000', '150227.613000', '150227.616000', '150227.619000', '150227.622000', '150227.624000', '150227.627000', '150227.630000', '150227.633000', '150227.636000', '150227.638000', '150227.641000', '150247.521000', '150247.523000', '150247.526000', '150247.529000', '150247.531000', '150247.534000', '150247.536000', '150247.539000', '150247.542000', '150247.544000', '150247.547000', '150247.549000', '150247.552000', '150247.555000', '150247.557000', '150247.560000', '150247.562000', '150247.565000', '150247.568000', '150247.570000', '150247.573000', '150247.575000', '150247.578000', '150247.581000', '150247.583000', '150247.586000', '150247.588000', '150247.591000', '150247.594000', '150247.596000', '150247.599000', '150247.602000', '150247.605000', '150247.607000', '150247.610000', '150247.612000', '150247.615000', '150247.618000', '150247.620000', '150247.623000', '150247.625000', '150247.628000', '150247.631000', '150307.521000', '150307.524000', '150307.526000', '150307.529000', '150307.531000', '150307.534000', '150307.537000', '150307.539000', '150307.542000', '150307.544000', '150307.548000', '150307.551000', '150307.554000', '150307.566000', '150307.569000', '150307.571000', '150307.574000', '150307.577000', '150307.579000', '150307.582000', '150307.585000', '150307.587000', '150307.590000', '150307.594000', '150307.596000', '150307.599000', '150307.602000', '150307.604000', '150307.607000', '150307.610000', '150307.612000', '150307.615000', '150307.618000', '150307.620000', '150307.623000', '150307.625000', '150307.628000', '150307.631000', '150307.633000', '150307.636000', '150307.638000', '150307.641000', '150307.644000', '150327.520000', '150327.522000', '150327.525000', '150327.528000', '150327.530000', '150327.533000', '150327.535000', '150327.538000', '150327.541000', '150327.543000', '150327.546000', '150327.548000', '150327.551000', '150327.554000', '150327.556000', '150327.559000', '150327.562000', '150327.564000', '150327.567000', '150327.570000', '150327.572000', '150327.575000', '150327.577000', '150327.580000', '150327.583000', '150327.585000', '150327.588000', '150327.591000', '150327.593000', '150327.596000', '150327.598000', '150327.601000', '150327.604000', '150327.606000', '150327.609000', '150327.611000', '150327.614000', '150327.617000', '150327.619000', '150327.622000', '150327.625000', '150327.627000', '150327.630000', '150327.632000', '150347.520000', '150347.523000', '150347.525000', '150347.528000', '150347.531000', '150347.533000', '150347.536000', '150347.538000', '150347.541000', '150347.544000', '150347.546000', '150347.549000', '150347.552000', '150347.554000', '150347.557000', '150347.559000', '150347.562000', '150347.565000', '150347.585000', '150347.588000', '150347.591000', '150347.594000', '150347.597000', '150347.600000', '150347.603000', '150347.606000', '150347.608000', '150347.611000', '150347.613000', '150347.616000', '150347.619000', '150347.621000', '150347.624000', '150347.626000', '150347.629000', '150347.632000', '150347.634000', '150347.637000', '150347.639000', '150347.642000', '150347.645000', '150347.647000', '150347.650000', '150407.520000', '150407.522000', '150407.525000', '150407.528000', '150407.530000', '150407.533000', '150407.535000', '150407.538000', '150407.541000', '150407.543000', '150407.546000', '150407.549000', '150407.551000', '150407.554000', '150407.556000', '150407.559000', '150407.562000', '150407.564000', '150407.567000', '150407.569000', '150407.572000', '150407.575000', '150407.577000', '150407.580000', '150407.582000', '150407.585000', '150407.588000', '150407.590000', '150407.593000', '150407.596000', '150407.598000', '150407.601000', '150407.604000', '150407.606000', '150407.609000', '150407.611000', '150407.614000', '150407.617000', '150407.619000', '150407.622000', '150407.625000', '150407.627000', '150407.630000', '150407.632000', '150427.520000', '150427.523000', '150427.525000', '150427.528000', '150427.531000', '150427.533000', '150427.536000', '150427.538000', '150427.541000', '150427.544000', '150427.563000', '150427.566000', '150427.569000', '150427.571000', '150427.574000', '150427.577000', '150427.579000', '150427.582000', '150427.585000', '150427.587000', '150427.590000', '150427.593000', '150427.596000', '150427.598000', '150427.602000', '150427.604000', '150427.607000', '150427.610000', '150427.613000', '150427.616000', '150427.618000', '150427.621000', '150427.623000', '150427.626000', '150427.629000', '150427.632000', '150427.635000', '150427.638000', '150427.640000', '150427.643000', '150427.646000', '150427.649000', '150427.651000', '150447.521000', '150447.524000', '150447.526000', '150447.529000', '150447.532000', '150447.534000', '150447.537000', '150447.539000', '150447.542000', '150447.545000', '150447.547000', '150447.550000', '150447.553000', '150447.555000', '150447.558000', '150447.561000', '150447.563000', '150447.566000', '150447.568000', '150447.571000', '150447.574000', '150447.576000', '150447.579000', '150447.581000', '150447.584000', '150447.587000', '150447.589000', '150447.592000', '150447.595000', '150447.597000', '150447.600000', '150447.603000', '150447.605000', '150447.608000', '150447.611000', '150447.613000', '150447.616000', '150447.618000', '150447.621000', '150447.624000', '150447.626000', '150447.629000', '150447.631000', '150447.634000', '150505.295000', '150505.299000', '150505.302000', '150505.304000', '150505.307000', '150505.310000', '150505.312000', '150505.315000', '150505.318000', '150505.321000', '150505.323000', '150505.326000', '150505.329000', '150505.332000', '150505.335000', '150505.338000', '150505.341000', '150505.344000', '150505.347000', '150505.350000', '150505.352000', '150505.355000', '150505.359000', '150505.362000', '150505.364000', '150505.367000', '150505.370000', '150505.373000', '150505.376000', '150505.379000', '150505.382000', '150505.385000', '150505.388000', '150505.391000', '150505.393000', '150505.396000', '150505.399000', '150505.402000', '150505.404000'], 'InstanceCreationTime': ['145507.543000', '145507.546000', '145507.549000', '145507.551000', '145507.560000', '145507.563000', '145507.565000', '145507.568000', '145507.570000', '145507.573000', '145507.579000', '145507.582000', '145507.584000', '145507.587000', '145507.589000', '145507.592000', '145507.595000', '145507.597000', '145507.600000', '145507.602000', '145507.605000', '145507.607000', '145527.520000', '145527.523000', '145527.526000', '145527.528000', '145527.531000', '145527.534000', '145527.536000', '145527.539000', '145527.541000', '145527.544000', '145527.546000', '145527.549000', '145527.551000', '145527.554000', '145527.557000', '145527.560000', '145527.562000', '145527.565000', '145527.568000', '145527.570000', '145527.573000', '145527.576000', '145527.578000', '145527.581000', '145527.583000', '145527.586000', '145527.589000', '145527.592000', '145527.595000', '145527.598000', '145527.601000', '145527.603000', '145527.606000', '145527.608000', '145527.611000', '145527.618000', '145527.621000', '145527.623000', '145527.626000', '145527.628000', '145527.631000', '145527.634000', '145527.636000', '145547.521000', '145547.523000', '145547.526000', '145547.529000', '145547.531000', '145547.534000', '145547.536000', '145547.539000', '145547.542000', '145547.544000', '145547.547000', '145547.549000', '145547.552000', '145547.554000', '145547.557000', '145547.560000', '145547.562000', '145547.568000', '145547.570000', '145547.573000', '145547.576000', '145547.578000', '145547.581000', '145547.583000', '145547.586000', '145547.589000', '145547.591000', '145547.594000', '145547.602000', '145547.605000', '145547.607000', '145547.610000', '145547.612000', '145547.615000', '145547.618000', '145547.620000', '145547.623000', '145547.625000', '145547.628000', '145547.630000', '145547.633000', '145547.635000', '145547.638000', '145547.641000', '145607.520000', '145607.523000', '145607.526000', '145607.558000', '145607.561000', '145607.563000', '145607.566000', '145607.568000', '145607.571000', '145607.573000', '145607.576000', '145607.578000', '145607.581000', '145607.584000', '145607.587000', '145607.590000', '145607.593000', '145607.596000', '145607.598000', '145607.601000', '145607.604000', '145607.606000', '145607.609000', '145607.611000', '145607.614000', '145607.616000', '145607.619000', '145607.621000', '145607.624000', '145607.627000', '145607.629000', '145607.632000', '145607.634000', '145607.637000', '145607.640000', '145607.642000', '145607.645000', '145607.647000', '145607.650000', '145607.653000', '145607.655000', '145607.658000', '145607.660000', '145627.519000', '145627.522000', '145627.525000', '145627.527000', '145627.530000', '145627.533000', '145627.535000', '145627.538000', '145627.540000', '145627.543000', '145627.545000', '145627.548000', '145627.551000', '145627.553000', '145627.556000', '145627.558000', '145627.561000', '145627.564000', '145627.566000', '145627.569000', '145627.571000', '145627.574000', '145627.576000', '145627.579000', '145627.581000', '145627.584000', '145627.587000', '145627.589000', '145627.592000', '145627.594000', '145627.597000', '145627.599000', '145627.602000', '145627.605000', '145627.607000', '145627.610000', '145627.612000', '145627.615000', '145627.618000', '145627.620000', '145627.623000', '145627.625000', '145627.628000', '145627.630000', '145647.519000', '145647.522000', '145647.525000', '145647.528000', '145647.530000', '145647.533000', '145647.536000', '145647.538000', '145647.541000', '145647.543000', '145647.546000', '145647.549000', '145647.551000', '145647.554000', '145647.556000', '145647.559000', '145647.561000', '145647.564000', '145647.566000', '145647.569000', '145647.572000', '145647.574000', '145647.577000', '145647.579000', '145647.582000', '145647.584000', '145647.587000', '145647.590000', '145647.592000', '145647.595000', '145647.598000', '145647.601000', '145647.603000', '145647.606000', '145647.608000', '145647.611000', '145647.614000', '145647.617000', '145647.620000', '145647.623000', '145647.626000', '145647.628000', '145647.631000', '145707.520000', '145707.523000', '145707.525000', '145707.528000', '145707.530000', '145707.533000', '145707.535000', '145707.538000', '145707.541000', '145707.543000', '145707.546000', '145707.548000', '145707.551000', '145707.553000', '145707.556000', '145707.559000', '145707.562000', '145707.564000', '145707.567000', '145707.569000', '145707.572000', '145707.575000', '145707.577000', '145707.580000', '145707.582000', '145707.585000', '145707.588000', '145707.590000', '145707.593000', '145707.596000', '145707.598000', '145707.601000', '145707.604000', '145707.606000', '145707.609000', '145707.612000', '145707.614000', '145707.617000', '145707.619000', '145707.622000', '145707.625000', '145707.627000', '145707.630000', '145707.633000', '145727.520000', '145727.522000', '145727.525000', '145727.528000', '145727.530000', '145727.533000', '145727.535000', '145727.538000', '145727.541000', '145727.543000', '145727.546000', '145727.548000', '145727.551000', '145727.553000', '145727.556000', '145727.559000', '145727.561000', '145727.564000', '145727.566000', '145727.569000', '145727.571000', '145727.574000', '145727.577000', '145727.579000', '145727.582000', '145727.584000', '145727.587000', '145727.589000', '145727.592000', '145727.595000', '145727.597000', '145727.600000', '145727.603000', '145727.605000', '145727.608000', '145727.610000', '145727.613000', '145727.616000', '145727.618000', '145727.621000', '145727.624000', '145727.627000', '145727.643000', '145747.520000', '145747.523000', '145747.526000', '145747.529000', '145747.532000', '145747.535000', '145747.538000', '145747.541000', '145747.543000', '145747.546000', '145747.549000', '145747.551000', '145747.554000', '145747.556000', '145747.559000', '145747.562000', '145747.564000', '145747.567000', '145747.570000', '145747.572000', '145747.575000', '145747.577000', '145747.580000', '145747.583000', '145747.585000', '145747.588000', '145747.590000', '145747.593000', '145747.596000', '145747.598000', '145747.601000', '145747.603000', '145747.606000', '145747.609000', '145747.611000', '145747.614000', '145747.617000', '145747.619000', '145747.622000', '145747.625000', '145747.627000', '145747.630000', '145747.632000', '145807.520000', '145807.523000', '145807.526000', '145807.529000', '145807.531000', '145807.534000', '145807.536000', '145807.539000', '145807.542000', '145807.544000', '145807.547000', '145807.549000', '145807.552000', '145807.555000', '145807.557000', '145807.560000', '145807.563000', '145807.565000', '145807.568000', '145807.570000', '145807.573000', '145807.575000', '145807.578000', '145807.581000', '145807.583000', '145807.586000', '145807.588000', '145807.591000', '145807.594000', '145807.596000', '145807.599000', '145807.602000', '145807.604000', '145807.607000', '145807.609000', '145807.612000', '145807.615000', '145807.617000', '145807.620000', '145807.622000', '145807.625000', '145807.628000', '145807.630000', '145807.633000', '145827.521000', '145827.523000', '145827.526000', '145827.529000', '145827.531000', '145827.534000', '145827.537000', '145827.539000', '145827.542000', '145827.544000', '145827.547000', '145827.550000', '145827.552000', '145827.555000', '145827.558000', '145827.560000', '145827.563000', '145827.565000', '145827.568000', '145827.570000', '145827.573000', '145827.576000', '145827.578000', '145827.581000', '145827.583000', '145827.586000', '145827.589000', '145827.591000', '145827.594000', '145827.596000', '145827.599000', '145827.602000', '145827.604000', '145827.607000', '145827.609000', '145827.612000', '145827.615000', '145827.617000', '145827.620000', '145827.622000', '145827.625000', '145827.628000', '145827.630000', '145827.633000', '145847.520000', '145847.523000', '145847.525000', '145847.528000', '145847.530000', '145847.533000', '145847.536000', '145847.538000', '145847.541000', '145847.544000', '145847.546000', '145847.549000', '145847.551000', '145847.554000', '145847.557000', '145847.559000', '145847.562000', '145847.565000', '145847.567000', '145847.570000', '145847.573000', '145847.575000', '145847.578000', '145847.581000', '145847.583000', '145847.586000', '145847.589000', '145847.591000', '145847.594000', '145847.596000', '145847.599000', '145847.602000', '145847.604000', '145847.607000', '145847.609000', '145847.612000', '145847.615000', '145847.617000', '145847.620000', '145847.623000', '145847.625000', '145847.628000', '145847.630000', '145907.520000', '145907.523000', '145907.525000', '145907.528000', '145907.531000', '145907.533000', '145907.536000', '145907.539000', '145907.541000', '145907.544000', '145907.546000', '145907.549000', '145907.552000', '145907.554000', '145907.557000', '145907.560000', '145907.562000', '145907.565000', '145907.567000', '145907.570000', '145907.573000', '145907.575000', '145907.578000', '145907.581000', '145907.583000', '145907.586000', '145907.588000', '145907.591000', '145907.594000', '145907.596000', '145907.604000', '145907.607000', '145907.609000', '145907.612000', '145907.615000', '145907.617000', '145907.620000', '145907.622000', '145907.625000', '145907.628000', '145907.630000', '145907.633000', '145907.635000', '145907.638000', '145927.520000', '145927.523000', '145927.525000', '145927.528000', '145927.531000', '145927.533000', '145927.536000', '145927.538000', '145927.541000', '145927.544000', '145927.546000', '145927.549000', '145927.552000', '145927.554000', '145927.557000', '145927.560000', '145927.562000', '145927.565000', '145927.568000', '145927.570000', '145927.573000', '145927.576000', '145927.578000', '145927.581000', '145927.584000', '145927.586000', '145927.589000', '145927.591000', '145927.594000', '145927.597000', '145927.599000', '145927.602000', '145927.605000', '145927.607000', '145927.610000', '145927.612000', '145927.615000', '145927.618000', '145927.620000', '145927.623000', '145927.626000', '145927.628000', '145927.631000', '145947.520000', '145947.523000', '145947.525000', '145947.528000', '145947.531000', '145947.533000', '145947.536000', '145947.539000', '145947.542000', '145947.545000', '145947.547000', '145947.550000', '145947.553000', '145947.556000', '145947.559000', '145947.562000', '145947.564000', '145947.567000', '145947.570000', '145947.573000', '145947.576000', '145947.579000', '145947.582000', '145947.584000', '145947.587000', '145947.590000', '145947.593000', '145947.596000', '145947.598000', '145947.601000', '145947.604000', '145947.607000', '145947.609000', '145947.612000', '145947.615000', '145947.618000', '145947.621000', '145947.624000', '145947.626000', '145947.629000', '145947.632000', '145947.634000', '145947.637000', '145947.640000', '150007.521000', '150007.524000', '150007.527000', '150007.530000', '150007.533000', '150007.535000', '150007.538000', '150007.541000', '150007.544000', '150007.546000', '150007.549000', '150007.552000', '150007.555000', '150007.557000', '150007.560000', '150007.563000', '150007.565000', '150007.568000', '150007.571000', '150007.574000', '150007.576000', '150007.579000', '150007.582000', '150007.585000', '150007.587000', '150007.590000', '150007.593000', '150007.595000', '150007.598000', '150007.601000', '150007.604000', '150007.607000', '150007.609000', '150007.612000', '150007.623000', '150007.626000', '150007.629000', '150007.632000', '150007.634000', '150007.637000', '150007.640000', '150007.642000', '150007.645000', '150027.521000', '150027.523000', '150027.526000', '150027.529000', '150027.532000', '150027.535000', '150027.538000', '150027.540000', '150027.543000', '150027.546000', '150027.549000', '150027.552000', '150027.555000', '150027.557000', '150027.560000', '150027.563000', '150027.565000', '150027.568000', '150027.571000', '150027.574000', '150027.576000', '150027.579000', '150027.582000', '150027.584000', '150027.587000', '150027.589000', '150027.592000', '150027.595000', '150027.597000', '150027.600000', '150027.603000', '150027.606000', '150027.608000', '150027.612000', '150027.615000', '150027.617000', '150027.620000', '150027.623000', '150027.625000', '150027.628000', '150027.631000', '150027.633000', '150027.636000', '150027.639000', '150047.521000', '150047.524000', '150047.527000', '150047.530000', '150047.532000', '150047.535000', '150047.538000', '150047.541000', '150047.544000', '150047.547000', '150047.550000', '150047.554000', '150047.557000', '150047.560000', '150047.563000', '150047.566000', '150047.569000', '150047.572000', '150047.575000', '150047.578000', '150047.581000', '150047.583000', '150047.586000', '150047.589000', '150047.592000', '150047.595000', '150047.598000', '150047.601000', '150047.604000', '150047.607000', '150047.610000', '150047.612000', '150047.616000', '150047.619000', '150047.622000', '150047.624000', '150047.628000', '150047.631000', '150047.634000', '150047.636000', '150047.639000', '150047.642000', '150047.645000', '150107.519000', '150107.522000', '150107.525000', '150107.543000', '150107.546000', '150107.549000', '150107.552000', '150107.555000', '150107.557000', '150107.560000', '150107.562000', '150107.565000', '150107.568000', '150107.570000', '150107.573000', '150107.576000', '150107.579000', '150107.581000', '150107.585000', '150107.588000', '150107.591000', '150107.593000', '150107.596000', '150107.599000', '150107.602000', '150107.604000', '150107.607000', '150107.610000', '150107.613000', '150107.615000', '150107.618000', '150107.621000', '150107.624000', '150107.626000', '150107.629000', '150107.632000', '150107.635000', '150107.638000', '150107.641000', '150107.643000', '150107.646000', '150107.649000', '150107.651000', '150107.654000', '150127.520000', '150127.523000', '150127.526000', '150127.528000', '150127.531000', '150127.534000', '150127.536000', '150127.539000', '150127.542000', '150127.544000', '150127.547000', '150127.549000', '150127.553000', '150127.556000', '150127.558000', '150127.561000', '150127.564000', '150127.568000', '150127.570000', '150127.573000', '150127.576000', '150127.578000', '150127.581000', '150127.584000', '150127.587000', '150127.589000', '150127.592000', '150127.595000', '150127.598000', '150127.601000', '150127.604000', '150127.607000', '150127.610000', '150127.613000', '150127.615000', '150127.618000', '150127.621000', '150127.632000', '150127.635000', '150127.638000', '150127.641000', '150127.644000', '150127.647000', '150147.519000', '150147.522000', '150147.525000', '150147.528000', '150147.531000', '150147.533000', '150147.536000', '150147.539000', '150147.542000', '150147.545000', '150147.548000', '150147.552000', '150147.555000', '150147.559000', '150147.561000', '150147.564000', '150147.567000', '150147.570000', '150147.572000', '150147.575000', '150147.577000', '150147.580000', '150147.583000', '150147.586000', '150147.589000', '150147.591000', '150147.594000', '150147.597000', '150147.600000', '150147.603000', '150147.606000', '150147.609000', '150147.611000', '150147.614000', '150147.617000', '150147.620000', '150147.623000', '150147.626000', '150147.628000', '150147.631000', '150147.634000', '150147.637000', '150147.640000', '150207.520000', '150207.523000', '150207.526000', '150207.528000', '150207.531000', '150207.534000', '150207.536000', '150207.539000', '150207.542000', '150207.545000', '150207.548000', '150207.550000', '150207.553000', '150207.556000', '150207.559000', '150207.561000', '150207.564000', '150207.567000', '150207.569000', '150207.572000', '150207.575000', '150207.577000', '150207.580000', '150207.583000', '150207.586000', '150207.589000', '150207.591000', '150207.594000', '150207.597000', '150207.599000', '150207.602000', '150207.605000', '150207.608000', '150207.611000', '150207.613000', '150207.616000', '150207.619000', '150207.621000', '150207.624000', '150207.627000', '150207.630000', '150207.632000', '150207.635000', '150207.638000', '150227.521000', '150227.524000', '150227.526000', '150227.529000', '150227.532000', '150227.534000', '150227.537000', '150227.540000', '150227.543000', '150227.546000', '150227.548000', '150227.551000', '150227.554000', '150227.556000', '150227.559000', '150227.562000', '150227.565000', '150227.567000', '150227.570000', '150227.573000', '150227.576000', '150227.579000', '150227.582000', '150227.584000', '150227.587000', '150227.590000', '150227.593000', '150227.596000', '150227.599000', '150227.602000', '150227.605000', '150227.607000', '150227.610000', '150227.613000', '150227.616000', '150227.619000', '150227.622000', '150227.624000', '150227.627000', '150227.630000', '150227.633000', '150227.636000', '150227.638000', '150227.641000', '150247.521000', '150247.523000', '150247.526000', '150247.529000', '150247.531000', '150247.534000', '150247.536000', '150247.539000', '150247.542000', '150247.544000', '150247.547000', '150247.549000', '150247.552000', '150247.555000', '150247.557000', '150247.560000', '150247.562000', '150247.565000', '150247.568000', '150247.570000', '150247.573000', '150247.575000', '150247.578000', '150247.581000', '150247.583000', '150247.586000', '150247.588000', '150247.591000', '150247.594000', '150247.596000', '150247.599000', '150247.602000', '150247.605000', '150247.607000', '150247.610000', '150247.612000', '150247.615000', '150247.618000', '150247.620000', '150247.623000', '150247.625000', '150247.628000', '150247.631000', '150307.521000', '150307.524000', '150307.526000', '150307.529000', '150307.531000', '150307.534000', '150307.537000', '150307.539000', '150307.542000', '150307.544000', '150307.548000', '150307.551000', '150307.554000', '150307.566000', '150307.569000', '150307.571000', '150307.574000', '150307.577000', '150307.579000', '150307.582000', '150307.585000', '150307.587000', '150307.590000', '150307.594000', '150307.596000', '150307.599000', '150307.602000', '150307.604000', '150307.607000', '150307.610000', '150307.612000', '150307.615000', '150307.618000', '150307.620000', '150307.623000', '150307.625000', '150307.628000', '150307.631000', '150307.633000', '150307.636000', '150307.638000', '150307.641000', '150307.644000', '150327.520000', '150327.522000', '150327.525000', '150327.528000', '150327.530000', '150327.533000', '150327.535000', '150327.538000', '150327.541000', '150327.543000', '150327.546000', '150327.548000', '150327.551000', '150327.554000', '150327.556000', '150327.559000', '150327.562000', '150327.564000', '150327.567000', '150327.570000', '150327.572000', '150327.575000', '150327.577000', '150327.580000', '150327.583000', '150327.585000', '150327.588000', '150327.591000', '150327.593000', '150327.596000', '150327.598000', '150327.601000', '150327.604000', '150327.606000', '150327.609000', '150327.611000', '150327.614000', '150327.617000', '150327.619000', '150327.622000', '150327.625000', '150327.627000', '150327.630000', '150327.632000', '150347.520000', '150347.523000', '150347.525000', '150347.528000', '150347.531000', '150347.533000', '150347.536000', '150347.538000', '150347.541000', '150347.544000', '150347.546000', '150347.549000', '150347.552000', '150347.554000', '150347.557000', '150347.559000', '150347.562000', '150347.565000', '150347.585000', '150347.588000', '150347.591000', '150347.594000', '150347.597000', '150347.600000', '150347.603000', '150347.606000', '150347.608000', '150347.611000', '150347.613000', '150347.616000', '150347.619000', '150347.621000', '150347.624000', '150347.626000', '150347.629000', '150347.632000', '150347.634000', '150347.637000', '150347.639000', '150347.642000', '150347.645000', '150347.647000', '150347.650000', '150407.520000', '150407.522000', '150407.525000', '150407.528000', '150407.530000', '150407.533000', '150407.535000', '150407.538000', '150407.541000', '150407.543000', '150407.546000', '150407.549000', '150407.551000', '150407.554000', '150407.556000', '150407.559000', '150407.562000', '150407.564000', '150407.567000', '150407.569000', '150407.572000', '150407.575000', '150407.577000', '150407.580000', '150407.582000', '150407.585000', '150407.588000', '150407.590000', '150407.593000', '150407.596000', '150407.598000', '150407.601000', '150407.604000', '150407.606000', '150407.609000', '150407.611000', '150407.614000', '150407.617000', '150407.619000', '150407.622000', '150407.625000', '150407.627000', '150407.630000', '150407.632000', '150427.520000', '150427.523000', '150427.525000', '150427.528000', '150427.531000', '150427.533000', '150427.536000', '150427.538000', '150427.541000', '150427.544000', '150427.563000', '150427.566000', '150427.569000', '150427.571000', '150427.574000', '150427.577000', '150427.579000', '150427.582000', '150427.585000', '150427.587000', '150427.590000', '150427.593000', '150427.596000', '150427.598000', '150427.602000', '150427.604000', '150427.607000', '150427.610000', '150427.613000', '150427.616000', '150427.618000', '150427.621000', '150427.623000', '150427.626000', '150427.629000', '150427.632000', '150427.635000', '150427.638000', '150427.640000', '150427.643000', '150427.646000', '150427.649000', '150427.651000', '150447.521000', '150447.524000', '150447.526000', '150447.529000', '150447.532000', '150447.534000', '150447.537000', '150447.539000', '150447.542000', '150447.545000', '150447.547000', '150447.550000', '150447.553000', '150447.555000', '150447.558000', '150447.561000', '150447.563000', '150447.566000', '150447.568000', '150447.571000', '150447.574000', '150447.576000', '150447.579000', '150447.581000', '150447.584000', '150447.587000', '150447.589000', '150447.592000', '150447.595000', '150447.597000', '150447.600000', '150447.603000', '150447.605000', '150447.608000', '150447.611000', '150447.613000', '150447.616000', '150447.618000', '150447.621000', '150447.624000', '150447.626000', '150447.629000', '150447.631000', '150447.634000', '150505.295000', '150505.299000', '150505.302000', '150505.304000', '150505.307000', '150505.310000', '150505.312000', '150505.315000', '150505.318000', '150505.321000', '150505.323000', '150505.326000', '150505.329000', '150505.332000', '150505.335000', '150505.338000', '150505.341000', '150505.344000', '150505.347000', '150505.350000', '150505.352000', '150505.355000', '150505.359000', '150505.362000', '150505.364000', '150505.367000', '150505.370000', '150505.373000', '150505.376000', '150505.379000', '150505.382000', '150505.385000', '150505.388000', '150505.391000', '150505.393000', '150505.396000', '150505.399000', '150505.402000', '150505.404000'], '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': [9576, 7081, 8662, 7677, 7371, 9827, 6604, 8622, 7611, 8238, 8362, 7140, 9664, 6844, 8699, 7073, 7001, 9388, 7421, 8240, 7724, 7063, 9102, 7135, 7887, 8415, 7150, 8204, 7529, 7789, 7734, 7286, 8410, 7600, 7860, 8873, 7472, 8660, 7604, 7668, 8377, 6908, 8746, 8106, 7488, 9501, 7072, 9198, 7266, 7664, 7681, 7230, 9093, 6935, 8885, 7433, 7334, 8225, 7431, 9239, 7129, 8061, 7536, 7328, 7030, 7127, 9046, 6868, 8550, 7033, 7529, 8183, 7302, 8569, 7669, 7893, 7058, 8302, 8176, 7771, 8808, 12975, 8468, 9645, 13300, 8291, 9752, 8052, 8205, 7648, 8359, 8778, 8581, 8696, 7836, 8227, 7540, 8212, 8835, 8484, 8101, 8601, 8200, 7890, 7916, 8002, 7942, 7725, 8734, 8502, 8783, 7976, 8665, 8759, 8338, 7987, 8156, 8147, 8821, 8035, 8043, 7824, 7856, 7489, 7565, 8313, 7846, 8399, 7536, 8209, 7657, 7307, 8677, 7805, 7928, 7456, 7987, 7664, 7253, 7377, 8154, 8680, 8217, 8285, 7632, 7763, 7980, 8260, 8809, 8335, 8710, 8198, 7335, 8184, 8044, 7903, 8282, 8825, 8182, 7741, 7648, 8632, 7898, 8362, 8606, 8336, 7699, 7950, 8685, 8181, 8297, 8028, 8313, 7833, 8343, 7637, 7959, 7919, 7561, 8365, 8051, 8720, 8462, 8219, 7826, 7721, 8616, 8152, 8723, 9030, 8360, 8772, 8756, 8750, 7864, 7949, 8228, 8186, 8643, 8282, 8486, 8362, 8583, 7654, 8175, 8420, 8494, 7785, 7642, 8436, 8139, 8338, 8168, 7722, 7808, 8801, 8062, 9104, 8178, 7848, 8437, 7586, 8040, 7696, 8535, 7940, 7822, 8708, 7608, 7559, 7980, 8319, 7972, 7797, 8747, 7735, 8034, 7994, 7982, 8884, 8054, 8730, 7683, 8133, 7487, 8213, 8569, 8190, 7457, 8234, 8048, 8255, 8090, 8468, 8083, 8184, 8424, 8094, 8802, 8135, 9010, 8520, 7935, 8907, 7889, 8105, 8472, 8312, 8972, 7988, 8539, 7965, 8135, 8469, 8459, 9458, 8512, 8484, 7763, 8508, 7945, 8527, 9114, 7986, 8709, 7829, 8724, 8399, 8292, 8701, 9180, 8688, 8292, 7840, 7526, 7576, 8684, 8501, 7803, 7521, 8232, 8288, 7998, 8150, 8593, 8450, 8171, 8502, 8275, 7910, 8000, 7885, 8092, 7963, 8195, 7512, 7887, 8073, 7766, 8080, 8228, 7991, 8103, 7784, 7409, 8081, 7943, 8214, 7971, 8075, 8040, 8312, 8146, 7298, 8257, 8350, 9045, 8027, 8540, 7550, 8001, 7717, 7896, 8561, 7773, 7758, 7678, 7844, 8166, 7586, 8409, 7625, 7988, 8422, 7685, 8297, 7543, 8046, 8284, 7913, 7591, 8052, 7696, 7892, 7973, 7738, 7928, 7858, 8024, 7940, 7679, 8022, 7970, 8289, 8159, 7989, 8463, 8020, 8326, 7970, 8023, 8591, 8149, 8497, 8362, 7566, 8553, 8242, 8373, 7982, 7722, 8512, 8153, 8766, 8073, 7340, 7500, 8361, 8974, 9124, 8214, 8535, 8231, 8618, 7932, 9165, 9026, 8935, 10028, 8656, 9683, 8222, 9000, 10128, 8081, 9167, 9542, 9063, 8535, 8199, 8597, 7934, 9187, 8767, 7982, 7574, 8253, 8682, 8160, 8373, 8286, 8123, 8236, 8565, 8321, 7676, 7536, 8256, 7846, 8164, 8805, 7973, 8590, 7918, 7836, 8676, 8131, 8803, 8148, 8217, 8929, 8151, 8040, 8053, 8243, 7931, 8447, 8057, 8103, 8145, 8047, 8430, 8809, 7918, 8504, 7895, 7726, 8475, 7451, 9025, 9342, 7755, 8655, 7554, 7784, 8560, 7797, 7698, 7958, 7834, 8359, 7608, 8020, 7932, 8002, 7807, 7859, 8159, 8048, 7597, 7580, 7832, 7873, 8263, 8428, 9689, 7854, 8169, 8158, 7633, 8020, 8296, 8533, 8234, 7972, 9061, 8030, 8435, 8115, 8370, 9680, 7798, 8254, 8333, 7922, 7783, 8011, 8501, 8285, 7809, 8235, 7825, 8323, 8487, 8580, 10019, 8449, 8907, 8094, 8550, 8954, 8128, 9643, 8558, 8484, 8752, 8300, 7103, 7961, 8385, 8524, 8296, 7987, 8309, 8357, 8116, 7947, 8713, 8062, 8290, 8810, 8348, 8281, 8129, 7859, 7395, 7733, 8136, 8093, 8428, 8104, 7613, 8618, 7670, 9097, 8185, 7926, 8762, 7905, 9002, 7746, 7944, 8735, 8036, 8306, 8055, 8128, 8101, 7958, 8523, 8744, 8033, 8471, 8022, 7661, 8192, 7926, 8552, 7965, 7963, 8464, 8576, 8335, 9425, 8605, 8160, 9653, 8069, 9251, 7986, 7574, 8608, 7884, 9067, 8469, 8100, 8317, 7223, 7864, 7993, 7221, 7905, 7387, 8220, 8167, 7550, 8398, 7966, 9029, 7533, 8550, 8361, 7966, 8110, 7680, 8166, 8071, 8310, 8521, 8195, 9357, 8067, 8204, 7921, 7709, 8185, 7989, 8302, 8117, 8056, 8387, 8081, 7840, 8148, 8495, 7929, 7807, 8222, 7669, 7776, 7590, 8632, 8179, 8153, 8345, 8602, 8291, 8437, 9211, 11672, 8595, 9998, 8468, 8573, 9650, 8726, 9563, 8457, 8514, 9030, 8375, 9278, 8460, 8116, 8975, 7943, 8525, 7892, 7901, 7642, 7734, 8463, 7934, 7331, 8311, 7980, 7777, 7775, 8552, 7828, 7962, 8349, 8023, 8591, 8203, 8591, 8376, 8604, 8467, 8521, 8885, 8437, 8658, 9511, 8027, 8694, 8597, 7776, 8745, 8004, 8199, 8543, 7740, 7884, 7653, 7828, 8295, 8268, 8148, 7919, 8852, 8089, 8488, 8644, 7850, 8614, 8114, 9234, 8516, 8038, 8874, 8364, 7569, 8286, 7785, 8308, 8340, 8536, 8723, 7803, 8574, 8332, 8089, 8628, 8224, 8276, 8437, 8783, 8542, 7563, 8237, 8071, 7878, 7976, 8435, 8478, 8892, 8334, 8912, 8211, 8538, 8734, 8408, 9388, 8449, 8346, 9208, 8411, 7700, 8366, 8529, 7884, 8660, 8964, 8024, 7994, 7733, 8161, 8140, 7931, 9065, 8835, 8739, 8643, 7028, 8590, 8310, 8618, 8889, 9361, 8608, 13435, 8262, 9632, 7214, 9123, 8407, 12595, 10652, 7879, 10605, 8036, 8397, 7760, 8000, 9077, 8327, 8075, 7793, 7677, 7243, 7869, 7720, 8407, 8043, 7799, 7722, 7506, 8355, 8428, 8142, 8562, 7980, 8245, 8347, 8451, 8807, 8346, 7870, 7768, 8302, 8017, 8067, 7784, 8261, 7828, 9055, 8331, 7612, 8490, 7569, 8504, 8263, 7677, 8501, 8109, 8759, 7715, 8289, 8208, 7695, 8726, 7784, 9411, 8287, 7626, 9766, 7612, 9036, 8131, 7239, 9155, 7789, 8051, 8176, 7419, 8511, 7429, 8509, 8267, 7431, 8913, 7790, 7890, 8148, 7338, 8297, 7768, 8622, 8664, 7448, 8964, 8159, 8420, 8631, 7531, 8937, 8272, 7924, 8451, 7478, 9355, 8032, 7703, 8381, 7807, 8498, 8277, 8619, 8466, 7808, 7640, 8041, 7990, 8604, 7680, 7398, 7713, 8354, 7013, 8728, 7094, 8593, 8053, 8761, 8048, 11930, 8281, 8710, 12010, 8117, 8295, 9927, 8123, 9137, 8557, 7972, 9139, 8249, 7914, 8453, 7839, 8583, 7971, 8049, 8355, 7557, 7916, 7841, 7561, 8299, 7437, 8414, 7692, 8926, 8130, 7910, 8284, 7171, 8791, 8066, 8421, 8654, 7411, 9237, 8061, 7348, 7767, 7676, 8908, 8342, 7237, 8083, 7787, 8324, 8310, 7556, 7997, 7993, 8830, 7459, 7731, 7707, 8398, 8993, 8600, 8065, 8404, 8333, 9979, 9134, 7997, 10644, 7664, 9156, 14397, 8807, 9715, 8872, 9345, 9813, 9165, 8930, 7661, 9545, 10399, 9408, 8687, 8502, 8769, 7696, 9611, 9200, 9429, 8713, 8300, 8790, 7656, 9804, 8844, 9705, 8545, 8096, 8558, 7859, 9782, 9202, 9398, 8546, 7935, 9070, 9226, 8314, 7812, 8474, 8336, 8717, 8168, 7658, 8147, 8230, 8982, 8267, 8366, 8283, 9030, 8581, 7979, 8096, 8669, 8308, 8889, 8335, 7577, 8473, 8609, 8944, 8342, 7699, 8816, 8617, 9178, 8253, 7334, 8482, 8421, 8779, 8256, 7898, 8320, 8426, 8535, 8316, 8566, 7702, 7968, 9268, 8179, 7818, 8649, 8111, 7490, 8147, 8953, 8248, 7857, 8180, 9111, 8993, 8682, 8715, 8608, 8816, 9359, 8572, 9546, 8919, 9060, 9471, 8164, 9386, 8510, 9349, 8296, 8232, 9364, 8261, 9654, 7882, 8417, 7820, 9723, 8590, 10018, 8020, 10195, 9278, 11080, 10095, 8077, 8735, 9259, 8416, 9372, 8256, 8072, 9596, 8318, 8896, 8015, 7812, 8894, 8240, 9185, 8238, 7569, 9084, 8019, 9425, 7814, 8306, 9033, 8358, 9554, 8178, 7979, 9186, 7821, 9475, 8746, 8192, 9571, 8222, 8235, 9303, 7692, 9291, 8075, 8007, 9457, 7874, 8886, 8044, 7674, 9382, 8070, 8870, 7971, 8076, 9320, 8423, 9298, 8003, 7573, 8976, 7756, 8988, 9181, 7912, 9016, 7886, 9151, 8071, 7496, 9265, 8288, 9224, 7865, 8182, 9312, 7625, 9542, 7877, 8468, 8738, 7692, 9332, 7750, 9659, 8225, 8710, 9539, 8286, 9698, 7695, 9972, 8155, 9167, 8647, 8153, 9832, 8226, 10053, 8120, 9781, 8707, 8164, 10060, 8787, 10035, 8096, 9009, 8297, 7747, 9205, 8541, 9648, 8035, 8571, 8100, 8229, 9178, 8092, 9488, 7856, 8681, 8117, 7302, 9300, 8148, 9575, 7903, 8590, 8734, 8389, 9441, 7816, 9178, 8257, 7507, 9361, 8262, 9615, 8080, 8584, 9540, 7803, 9779, 8413, 8770, 8195, 7267, 9188, 7788, 9399, 7963, 8266, 9378, 8584, 9381, 8310, 8486, 9232, 8589, 8755, 7644, 8734, 7919, 7380, 8355, 8886, 8586, 8163, 7823, 8038, 7350, 8744, 8671, 8362, 8570, 8977, 8498, 8746, 8896, 11967, 9396, 8321, 9768, 8127, 8010, 8367, 8835, 8164, 7841, 8440, 8284, 8660, 8308, 8522, 8337, 8245, 9243, 8986, 9385, 9421, 9444, 9642, 7725, 8880, 8657, 7712, 9449, 9305, 9049, 8083, 8313, 9348, 8710, 9648, 7697, 8875, 9238], 'WindowCenter': [3650.0, 3616.0, 3643.0, 3611.0, 3599.0, 3629.0, 3593.0, 3614.0, 3604.0, 3617.0, 3614.0, 3594.0, 3616.0, 3581.0, 3606.0, 3583.0, 3584.0, 3625.0, 3595.0, 3613.0, 3590.0, 3591.0, 3604.0, 3590.0, 3594.0, 3603.0, 3594.0, 3606.0, 3602.0, 3602.0, 3593.0, 3596.0, 3614.0, 3615.0, 3609.0, 3625.0, 3597.0, 3618.0, 3603.0, 3609.0, 3614.0, 3604.0, 3627.0, 3608.0, 3618.0, 3636.0, 3598.0, 3638.0, 3605.0, 3611.0, 3616.0, 3617.0, 3627.0, 3599.0, 3639.0, 3605.0, 3618.0, 3627.0, 3610.0, 3638.0, 3606.0, 3628.0, 3607.0, 3605.0, 3604.0, 3606.0, 3620.0, 3599.0, 3640.0, 3597.0, 3616.0, 3615.0, 3606.0, 3628.0, 3630.0, 3608.0, 3605.0, 3619.0, 3619.0, 3615.0, 3627.0, 3647.0, 3600.0, 3613.0, 3643.0, 3600.0, 3610.0, 3580.0, 3599.0, 3587.0, 3598.0, 3592.0, 3600.0, 3598.0, 3588.0, 3599.0, 3585.0, 3591.0, 3610.0, 3610.0, 3599.0, 3592.0, 3600.0, 3599.0, 3592.0, 3592.0, 3602.0, 3602.0, 3604.0, 3611.0, 3604.0, 3599.0, 3592.0, 3604.0, 3605.0, 3601.0, 3592.0, 3600.0, 3600.0, 3589.0, 3600.0, 3600.0, 3602.0, 3589.0, 3589.0, 3598.0, 3592.0, 3602.0, 3594.0, 3608.0, 3593.0, 3594.0, 3603.0, 3600.0, 3605.0, 3602.0, 3614.0, 3601.0, 3603.0, 3590.0, 3614.0, 3612.0, 3607.0, 3606.0, 3594.0, 3595.0, 3602.0, 3607.0, 3605.0, 3606.0, 3612.0, 3602.0, 3583.0, 3593.0, 3614.0, 3594.0, 3605.0, 3604.0, 3601.0, 3590.0, 3601.0, 3605.0, 3601.0, 3605.0, 3611.0, 3601.0, 3589.0, 3600.0, 3606.0, 3613.0, 3606.0, 3593.0, 3602.0, 3589.0, 3605.0, 3595.0, 3594.0, 3615.0, 3601.0, 3594.0, 3593.0, 3603.0, 3615.0, 3612.0, 3603.0, 3602.0, 3604.0, 3593.0, 3612.0, 3612.0, 3605.0, 3613.0, 3611.0, 3612.0, 3592.0, 3593.0, 3613.0, 3604.0, 3613.0, 3612.0, 3612.0, 3605.0, 3626.0, 3608.0, 3618.0, 3616.0, 3605.0, 3596.0, 3602.0, 3615.0, 3608.0, 3615.0, 3608.0, 3601.0, 3595.0, 3613.0, 3602.0, 3625.0, 3612.0, 3614.0, 3593.0, 3601.0, 3593.0, 3601.0, 3614.0, 3612.0, 3602.0, 3604.0, 3601.0, 3601.0, 3601.0, 3606.0, 3612.0, 3595.0, 3604.0, 3601.0, 3600.0, 3593.0, 3606.0, 3611.0, 3602.0, 3613.0, 3593.0, 3600.0, 3588.0, 3604.0, 3605.0, 3605.0, 3602.0, 3593.0, 3594.0, 3612.0, 3606.0, 3613.0, 3605.0, 3615.0, 3611.0, 3614.0, 3611.0, 3613.0, 3625.0, 3605.0, 3606.0, 3605.0, 3601.0, 3603.0, 3614.0, 3607.0, 3624.0, 3606.0, 3613.0, 3602.0, 3613.0, 3613.0, 3607.0, 3625.0, 3613.0, 3614.0, 3601.0, 3613.0, 3593.0, 3612.0, 3605.0, 3600.0, 3613.0, 3587.0, 3597.0, 3599.0, 3597.0, 3592.0, 3610.0, 3598.0, 3598.0, 3586.0, 3580.0, 3586.0, 3599.0, 3599.0, 3588.0, 3589.0, 3598.0, 3599.0, 3587.0, 3591.0, 3611.0, 3601.0, 3593.0, 3599.0, 3599.0, 3600.0, 3599.0, 3600.0, 3591.0, 3601.0, 3593.0, 3582.0, 3602.0, 3599.0, 3601.0, 3601.0, 3613.0, 3602.0, 3594.0, 3603.0, 3583.0, 3602.0, 3601.0, 3612.0, 3607.0, 3606.0, 3613.0, 3612.0, 3594.0, 3592.0, 3611.0, 3606.0, 3624.0, 3614.0, 3605.0, 3601.0, 3603.0, 3599.0, 3601.0, 3611.0, 3593.0, 3594.0, 3589.0, 3600.0, 3600.0, 3590.0, 3602.0, 3594.0, 3600.0, 3593.0, 3581.0, 3600.0, 3580.0, 3599.0, 3601.0, 3600.0, 3590.0, 3598.0, 3589.0, 3592.0, 3600.0, 3602.0, 3601.0, 3601.0, 3602.0, 3601.0, 3597.0, 3600.0, 3601.0, 3605.0, 3606.0, 3614.0, 3605.0, 3606.0, 3614.0, 3603.0, 3613.0, 3612.0, 3615.0, 3624.0, 3614.0, 3616.0, 3605.0, 3614.0, 3614.0, 3607.0, 3607.0, 3614.0, 3616.0, 3605.0, 3607.0, 3606.0, 3606.0, 3621.0, 3619.0, 3624.0, 3613.0, 3619.0, 3626.0, 3626.0, 3605.0, 3626.0, 3618.0, 3627.0, 3639.0, 3626.0, 3625.0, 3601.0, 3612.0, 3623.0, 3600.0, 3604.0, 3611.0, 3603.0, 3592.0, 3590.0, 3591.0, 3585.0, 3609.0, 3599.0, 3600.0, 3582.0, 3598.0, 3591.0, 3590.0, 3599.0, 3601.0, 3601.0, 3593.0, 3599.0, 3600.0, 3581.0, 3589.0, 3602.0, 3602.0, 3613.0, 3611.0, 3600.0, 3603.0, 3588.0, 3590.0, 3591.0, 3581.0, 3604.0, 3592.0, 3600.0, 3603.0, 3600.0, 3599.0, 3593.0, 3606.0, 3602.0, 3613.0, 3593.0, 3593.0, 3602.0, 3601.0, 3613.0, 3615.0, 3606.0, 3606.0, 3601.0, 3602.0, 3594.0, 3590.0, 3613.0, 3605.0, 3589.0, 3593.0, 3589.0, 3591.0, 3599.0, 3589.0, 3590.0, 3602.0, 3594.0, 3601.0, 3600.0, 3602.0, 3599.0, 3593.0, 3601.0, 3605.0, 3612.0, 3605.0, 3596.0, 3602.0, 3594.0, 3602.0, 3613.0, 3607.0, 3624.0, 3613.0, 3606.0, 3601.0, 3595.0, 3601.0, 3614.0, 3614.0, 3606.0, 3603.0, 3611.0, 3594.0, 3593.0, 3600.0, 3614.0, 3623.0, 3594.0, 3614.0, 3612.0, 3614.0, 3594.0, 3606.0, 3627.0, 3620.0, 3608.0, 3613.0, 3596.0, 3606.0, 3613.0, 3619.0, 3629.0, 3605.0, 3618.0, 3594.0, 3614.0, 3610.0, 3602.0, 3624.0, 3611.0, 3611.0, 3601.0, 3592.0, 3578.0, 3592.0, 3612.0, 3605.0, 3613.0, 3594.0, 3600.0, 3612.0, 3600.0, 3601.0, 3604.0, 3593.0, 3605.0, 3604.0, 3613.0, 3613.0, 3593.0, 3614.0, 3582.0, 3594.0, 3614.0, 3613.0, 3606.0, 3594.0, 3595.0, 3611.0, 3602.0, 3613.0, 3613.0, 3594.0, 3604.0, 3593.0, 3612.0, 3581.0, 3600.0, 3604.0, 3594.0, 3601.0, 3600.0, 3595.0, 3601.0, 3600.0, 3614.0, 3624.0, 3615.0, 3594.0, 3594.0, 3601.0, 3611.0, 3608.0, 3627.0, 3616.0, 3603.0, 3615.0, 3613.0, 3613.0, 3617.0, 3606.0, 3606.0, 3615.0, 3594.0, 3605.0, 3598.0, 3590.0, 3599.0, 3592.0, 3612.0, 3603.0, 3593.0, 3592.0, 3602.0, 3593.0, 3592.0, 3600.0, 3604.0, 3602.0, 3605.0, 3612.0, 3594.0, 3604.0, 3606.0, 3604.0, 3603.0, 3617.0, 3607.0, 3607.0, 3602.0, 3603.0, 3605.0, 3594.0, 3606.0, 3605.0, 3615.0, 3616.0, 3606.0, 3606.0, 3600.0, 3603.0, 3606.0, 3606.0, 3605.0, 3606.0, 3606.0, 3613.0, 3614.0, 3611.0, 3607.0, 3627.0, 3615.0, 3610.0, 3607.0, 3597.0, 3596.0, 3605.0, 3624.0, 3626.0, 3609.0, 3625.0, 3617.0, 3613.0, 3606.0, 3618.0, 3628.0, 3614.0, 3626.0, 3600.0, 3611.0, 3609.0, 3599.0, 3602.0, 3589.0, 3590.0, 3590.0, 3600.0, 3609.0, 3597.0, 3588.0, 3598.0, 3588.0, 3598.0, 3587.0, 3588.0, 3587.0, 3581.0, 3598.0, 3598.0, 3589.0, 3598.0, 3592.0, 3589.0, 3601.0, 3612.0, 3593.0, 3602.0, 3593.0, 3594.0, 3603.0, 3594.0, 3606.0, 3606.0, 3603.0, 3600.0, 3611.0, 3603.0, 3598.0, 3604.0, 3623.0, 3601.0, 3604.0, 3600.0, 3594.0, 3599.0, 3600.0, 3605.0, 3604.0, 3594.0, 3593.0, 3601.0, 3593.0, 3591.0, 3605.0, 3613.0, 3614.0, 3614.0, 3594.0, 3613.0, 3603.0, 3601.0, 3612.0, 3600.0, 3616.0, 3605.0, 3594.0, 3607.0, 3601.0, 3594.0, 3604.0, 3603.0, 3612.0, 3605.0, 3615.0, 3616.0, 3595.0, 3611.0, 3605.0, 3605.0, 3603.0, 3605.0, 3605.0, 3607.0, 3617.0, 3617.0, 3603.0, 3607.0, 3606.0, 3615.0, 3613.0, 3613.0, 3618.0, 3617.0, 3618.0, 3618.0, 3626.0, 3618.0, 3618.0, 3608.0, 3618.0, 3605.0, 3616.0, 3617.0, 3615.0, 3609.0, 3605.0, 3605.0, 3594.0, 3619.0, 3626.0, 3609.0, 3613.0, 3594.0, 3619.0, 3615.0, 3608.0, 3621.0, 3625.0, 3633.0, 3630.0, 3599.0, 3628.0, 3631.0, 3620.0, 3621.0, 3628.0, 3603.0, 3645.0, 3612.0, 3612.0, 3582.0, 3602.0, 3601.0, 3648.0, 3622.0, 3580.0, 3608.0, 3586.0, 3585.0, 3575.0, 3578.0, 3586.0, 3584.0, 3588.0, 3588.0, 3586.0, 3574.0, 3578.0, 3566.0, 3584.0, 3585.0, 3578.0, 3588.0, 3582.0, 3600.0, 3592.0, 3599.0, 3599.0, 3589.0, 3602.0, 3600.0, 3600.0, 3613.0, 3593.0, 3602.0, 3581.0, 3592.0, 3598.0, 3592.0, 3593.0, 3593.0, 3595.0, 3605.0, 3613.0, 3596.0, 3605.0, 3603.0, 3605.0, 3613.0, 3608.0, 3619.0, 3616.0, 3606.0, 3596.0, 3613.0, 3607.0, 3606.0, 3607.0, 3616.0, 3626.0, 3606.0, 3604.0, 3623.0, 3602.0, 3605.0, 3601.0, 3595.0, 3624.0, 3603.0, 3602.0, 3601.0, 3602.0, 3611.0, 3603.0, 3618.0, 3618.0, 3609.0, 3625.0, 3607.0, 3607.0, 3613.0, 3597.0, 3605.0, 3604.0, 3626.0, 3626.0, 3597.0, 3618.0, 3607.0, 3607.0, 3613.0, 3596.0, 3623.0, 3606.0, 3615.0, 3612.0, 3595.0, 3616.0, 3594.0, 3601.0, 3610.0, 3602.0, 3616.0, 3606.0, 3617.0, 3606.0, 3608.0, 3595.0, 3607.0, 3609.0, 3618.0, 3617.0, 3610.0, 3610.0, 3614.0, 3604.0, 3618.0, 3597.0, 3620.0, 3617.0, 3618.0, 3609.0, 3640.0, 3605.0, 3606.0, 3626.0, 3592.0, 3592.0, 3602.0, 3593.0, 3603.0, 3591.0, 3591.0, 3600.0, 3590.0, 3579.0, 3590.0, 3587.0, 3591.0, 3593.0, 3601.0, 3611.0, 3602.0, 3592.0, 3601.0, 3593.0, 3605.0, 3596.0, 3618.0, 3608.0, 3624.0, 3607.0, 3608.0, 3606.0, 3597.0, 3624.0, 3606.0, 3619.0, 3618.0, 3595.0, 3616.0, 3606.0, 3603.0, 3594.0, 3606.0, 3618.0, 3606.0, 3596.0, 3605.0, 3596.0, 3612.0, 3606.0, 3608.0, 3607.0, 3607.0, 3617.0, 3610.0, 3609.0, 3609.0, 3607.0, 3621.0, 3619.0, 3609.0, 3619.0, 3597.0, 3638.0, 3611.0, 3610.0, 3630.0, 3595.0, 3631.0, 3661.0, 3618.0, 3619.0, 3605.0, 3605.0, 3614.0, 3604.0, 3604.0, 3582.0, 3615.0, 3616.0, 3605.0, 3604.0, 3589.0, 3592.0, 3580.0, 3602.0, 3602.0, 3616.0, 3605.0, 3593.0, 3605.0, 3592.0, 3615.0, 3604.0, 3617.0, 3618.0, 3609.0, 3618.0, 3594.0, 3615.0, 3605.0, 3615.0, 3606.0, 3596.0, 3620.0, 3621.0, 3608.0, 3596.0, 3604.0, 3606.0, 3605.0, 3606.0, 3609.0, 3609.0, 3619.0, 3618.0, 3608.0, 3611.0, 3607.0, 3619.0, 3626.0, 3611.0, 3622.0, 3620.0, 3620.0, 3618.0, 3607.0, 3608.0, 3607.0, 3620.0, 3631.0, 3620.0, 3609.0, 3617.0, 3619.0, 3618.0, 3615.0, 3598.0, 3618.0, 3621.0, 3622.0, 3622.0, 3621.0, 3620.0, 3621.0, 3621.0, 3621.0, 3633.0, 3610.0, 3621.0, 3630.0, 3621.0, 3611.0, 3620.0, 3629.0, 3611.0, 3623.0, 3633.0, 3621.0, 3624.0, 3620.0, 3632.0, 3633.0, 3632.0, 3632.0, 3617.0, 3620.0, 3631.0, 3607.0, 3629.0, 3617.0, 3619.0, 3630.0, 3605.0, 3630.0, 3607.0, 3616.0, 3606.0, 3619.0, 3626.0, 3607.0, 3627.0, 3607.0, 3608.0, 3595.0, 3616.0, 3604.0, 3617.0, 3594.0, 3628.0, 3630.0, 3640.0, 3628.0, 3594.0, 3604.0, 3614.0, 3593.0, 3603.0, 3594.0, 3595.0, 3622.0, 3593.0, 3606.0, 3593.0, 3581.0, 3603.0, 3591.0, 3602.0, 3605.0, 3594.0, 3604.0, 3592.0, 3604.0, 3593.0, 3592.0, 3605.0, 3604.0, 3629.0, 3606.0, 3594.0, 3615.0, 3593.0, 3615.0, 3605.0, 3593.0, 3615.0, 3605.0, 3606.0, 3616.0, 3594.0, 3617.0, 3595.0, 3593.0, 3617.0, 3606.0, 3619.0, 3608.0, 3608.0, 3631.0, 3607.0, 3620.0, 3609.0, 3610.0, 3631.0, 3622.0, 3619.0, 3608.0, 3595.0, 3619.0, 3597.0, 3617.0, 3619.0, 3606.0, 3617.0, 3607.0, 3619.0, 3609.0, 3595.0, 3617.0, 3609.0, 3631.0, 3612.0, 3608.0, 3630.0, 3596.0, 3617.0, 3611.0, 3620.0, 3620.0, 3597.0, 3620.0, 3597.0, 3618.0, 3609.0, 3619.0, 3631.0, 3608.0, 3619.0, 3598.0, 3628.0, 3596.0, 3606.0, 3620.0, 3609.0, 3628.0, 3609.0, 3615.0, 3595.0, 3616.0, 3607.0, 3607.0, 3631.0, 3606.0, 3618.0, 3595.0, 3604.0, 3606.0, 3594.0, 3618.0, 3607.0, 3617.0, 3596.0, 3605.0, 3596.0, 3593.0, 3618.0, 3611.0, 3618.0, 3608.0, 3606.0, 3597.0, 3584.0, 3619.0, 3609.0, 3618.0, 3596.0, 3605.0, 3607.0, 3595.0, 3617.0, 3595.0, 3617.0, 3609.0, 3595.0, 3617.0, 3605.0, 3616.0, 3595.0, 3605.0, 3618.0, 3596.0, 3628.0, 3607.0, 3606.0, 3608.0, 3595.0, 3617.0, 3596.0, 3629.0, 3609.0, 3619.0, 3631.0, 3619.0, 3631.0, 3620.0, 3619.0, 3633.0, 3622.0, 3619.0, 3610.0, 3619.0, 3610.0, 3598.0, 3623.0, 3626.0, 3611.0, 3612.0, 3609.0, 3605.0, 3590.0, 3614.0, 3622.0, 3610.0, 3622.0, 3621.0, 3623.0, 3620.0, 3622.0, 3644.0, 3608.0, 3610.0, 3632.0, 3597.0, 3599.0, 3597.0, 3617.0, 3584.0, 3613.0, 3607.0, 3609.0, 3623.0, 3628.0, 3621.0, 3629.0, 3609.0, 3618.0, 3619.0, 3618.0, 3621.0, 3638.0, 3626.0, 3598.0, 3606.0, 3607.0, 3595.0, 3616.0, 3619.0, 3628.0, 3597.0, 3595.0, 3613.0, 3602.0, 3605.0, 3590.0, 3609.0, 3626.0], 'WindowWidth': [8247.0, 8196.0, 8234.0, 8177.0, 8158.0, 8194.0, 8147.0, 8176.0, 8163.0, 8185.0, 8177.0, 8148.0, 8173.0, 8126.0, 8159.0, 8123.0, 8126.0, 8192.0, 8144.0, 8174.0, 8136.0, 8139.0, 8153.0, 8136.0, 8140.0, 8151.0, 8148.0, 8158.0, 8158.0, 8158.0, 8138.0, 8146.0, 8176.0, 8179.0, 8172.0, 8197.0, 8152.0, 8182.0, 8161.0, 8169.0, 8175.0, 8164.0, 8199.0, 8166.0, 8190.0, 8210.0, 8155.0, 8216.0, 8166.0, 8174.0, 8184.0, 8188.0, 8201.0, 8156.0, 8219.0, 8167.0, 8188.0, 8200.0, 8172.0, 8216.0, 8170.0, 8205.0, 8164.0, 8169.0, 8165.0, 8171.0, 8186.0, 8157.0, 8223.0, 8151.0, 8182.0, 8180.0, 8170.0, 8202.0, 8208.0, 8167.0, 8167.0, 8183.0, 8183.0, 8180.0, 8199.0, 8226.0, 8152.0, 8174.0, 8215.0, 8150.0, 8163.0, 8113.0, 8144.0, 8125.0, 8142.0, 8133.0, 8148.0, 8145.0, 8127.0, 8145.0, 8122.0, 8128.0, 8163.0, 8164.0, 8146.0, 8133.0, 8149.0, 8144.0, 8131.0, 8133.0, 8156.0, 8157.0, 8152.0, 8165.0, 8150.0, 8148.0, 8132.0, 8154.0, 8154.0, 8153.0, 8134.0, 8149.0, 8148.0, 8132.0, 8153.0, 8152.0, 8156.0, 8133.0, 8133.0, 8144.0, 8132.0, 8156.0, 8140.0, 8162.0, 8138.0, 8140.0, 8152.0, 8152.0, 8159.0, 8160.0, 8176.0, 8153.0, 8158.0, 8139.0, 8176.0, 8173.0, 8163.0, 8161.0, 8140.0, 8142.0, 8157.0, 8161.0, 8158.0, 8159.0, 8171.0, 8154.0, 8124.0, 8136.0, 8174.0, 8142.0, 8157.0, 8154.0, 8152.0, 8138.0, 8153.0, 8158.0, 8155.0, 8155.0, 8168.0, 8151.0, 8135.0, 8151.0, 8160.0, 8172.0, 8160.0, 8137.0, 8155.0, 8136.0, 8156.0, 8145.0, 8141.0, 8178.0, 8152.0, 8138.0, 8137.0, 8149.0, 8177.0, 8170.0, 8161.0, 8155.0, 8152.0, 8138.0, 8168.0, 8172.0, 8155.0, 8172.0, 8167.0, 8167.0, 8135.0, 8136.0, 8172.0, 8154.0, 8172.0, 8170.0, 8169.0, 8155.0, 8194.0, 8167.0, 8179.0, 8182.0, 8157.0, 8145.0, 8159.0, 8178.0, 8167.0, 8179.0, 8166.0, 8156.0, 8143.0, 8174.0, 8157.0, 8192.0, 8171.0, 8175.0, 8138.0, 8153.0, 8138.0, 8154.0, 8177.0, 8172.0, 8158.0, 8154.0, 8153.0, 8153.0, 8154.0, 8159.0, 8172.0, 8142.0, 8154.0, 8153.0, 8153.0, 8135.0, 8158.0, 8171.0, 8156.0, 8174.0, 8135.0, 8153.0, 8133.0, 8153.0, 8156.0, 8155.0, 8158.0, 8136.0, 8141.0, 8168.0, 8158.0, 8175.0, 8158.0, 8180.0, 8168.0, 8175.0, 8170.0, 8173.0, 8193.0, 8157.0, 8160.0, 8156.0, 8154.0, 8160.0, 8175.0, 8162.0, 8190.0, 8160.0, 8175.0, 8155.0, 8173.0, 8174.0, 8162.0, 8194.0, 8173.0, 8177.0, 8153.0, 8171.0, 8138.0, 8170.0, 8159.0, 8150.0, 8170.0, 8129.0, 8141.0, 8147.0, 8141.0, 8134.0, 8163.0, 8143.0, 8145.0, 8124.0, 8114.0, 8123.0, 8145.0, 8150.0, 8133.0, 8134.0, 8142.0, 8145.0, 8129.0, 8128.0, 8166.0, 8152.0, 8135.0, 8146.0, 8147.0, 8149.0, 8145.0, 8151.0, 8133.0, 8155.0, 8137.0, 8121.0, 8156.0, 8148.0, 8152.0, 8152.0, 8170.0, 8157.0, 8141.0, 8160.0, 8123.0, 8156.0, 8155.0, 8168.0, 8162.0, 8161.0, 8172.0, 8171.0, 8138.0, 8143.0, 8166.0, 8158.0, 8191.0, 8175.0, 8158.0, 8153.0, 8159.0, 8148.0, 8153.0, 8170.0, 8137.0, 8141.0, 8134.0, 8150.0, 8151.0, 8135.0, 8156.0, 8139.0, 8151.0, 8136.0, 8115.0, 8150.0, 8112.0, 8146.0, 8153.0, 8151.0, 8138.0, 8143.0, 8134.0, 8133.0, 8148.0, 8157.0, 8154.0, 8154.0, 8156.0, 8152.0, 8148.0, 8150.0, 8153.0, 8155.0, 8159.0, 8177.0, 8155.0, 8160.0, 8176.0, 8159.0, 8173.0, 8172.0, 8179.0, 8191.0, 8176.0, 8182.0, 8157.0, 8177.0, 8177.0, 8164.0, 8165.0, 8176.0, 8182.0, 8158.0, 8160.0, 8172.0, 8171.0, 8186.0, 8181.0, 8189.0, 8171.0, 8181.0, 8196.0, 8196.0, 8158.0, 8193.0, 8181.0, 8200.0, 8219.0, 8196.0, 8191.0, 8152.0, 8166.0, 8186.0, 8151.0, 8153.0, 8167.0, 8146.0, 8134.0, 8125.0, 8128.0, 8123.0, 8158.0, 8149.0, 8149.0, 8119.0, 8143.0, 8129.0, 8128.0, 8146.0, 8153.0, 8153.0, 8136.0, 8147.0, 8148.0, 8117.0, 8132.0, 8154.0, 8156.0, 8172.0, 8168.0, 8149.0, 8151.0, 8129.0, 8136.0, 8131.0, 8116.0, 8151.0, 8131.0, 8150.0, 8148.0, 8149.0, 8149.0, 8137.0, 8158.0, 8158.0, 8172.0, 8139.0, 8137.0, 8156.0, 8153.0, 8173.0, 8179.0, 8159.0, 8159.0, 8153.0, 8155.0, 8139.0, 8137.0, 8174.0, 8155.0, 8135.0, 8136.0, 8132.0, 8139.0, 8146.0, 8133.0, 8137.0, 8154.0, 8138.0, 8152.0, 8149.0, 8156.0, 8146.0, 8137.0, 8154.0, 8157.0, 8173.0, 8157.0, 8148.0, 8156.0, 8140.0, 8157.0, 8171.0, 8162.0, 8191.0, 8173.0, 8160.0, 8154.0, 8144.0, 8152.0, 8173.0, 8177.0, 8159.0, 8159.0, 8166.0, 8138.0, 8139.0, 8149.0, 8175.0, 8187.0, 8141.0, 8174.0, 8169.0, 8178.0, 8139.0, 8159.0, 8199.0, 8186.0, 8168.0, 8174.0, 8145.0, 8162.0, 8171.0, 8181.0, 8196.0, 8157.0, 8179.0, 8137.0, 8172.0, 8165.0, 8154.0, 8188.0, 8166.0, 8165.0, 8152.0, 8133.0, 8119.0, 8131.0, 8168.0, 8158.0, 8171.0, 8140.0, 8148.0, 8169.0, 8151.0, 8153.0, 8153.0, 8137.0, 8154.0, 8156.0, 8171.0, 8172.0, 8137.0, 8176.0, 8122.0, 8141.0, 8178.0, 8175.0, 8159.0, 8140.0, 8143.0, 8169.0, 8155.0, 8174.0, 8173.0, 8142.0, 8153.0, 8137.0, 8171.0, 8117.0, 8151.0, 8155.0, 8140.0, 8154.0, 8150.0, 8144.0, 8155.0, 8151.0, 8176.0, 8190.0, 8177.0, 8139.0, 8139.0, 8155.0, 8168.0, 8165.0, 8198.0, 8180.0, 8159.0, 8177.0, 8174.0, 8171.0, 8175.0, 8160.0, 8159.0, 8172.0, 8138.0, 8156.0, 8144.0, 8136.0, 8149.0, 8133.0, 8170.0, 8151.0, 8137.0, 8137.0, 8156.0, 8138.0, 8134.0, 8153.0, 8154.0, 8158.0, 8157.0, 8170.0, 8143.0, 8153.0, 8159.0, 8156.0, 8160.0, 8179.0, 8163.0, 8162.0, 8157.0, 8160.0, 8157.0, 8140.0, 8160.0, 8158.0, 8178.0, 8173.0, 8159.0, 8161.0, 8153.0, 8161.0, 8160.0, 8160.0, 8160.0, 8159.0, 8161.0, 8173.0, 8177.0, 8170.0, 8164.0, 8198.0, 8181.0, 8175.0, 8161.0, 8150.0, 8144.0, 8165.0, 8192.0, 8196.0, 8169.0, 8195.0, 8177.0, 8176.0, 8159.0, 8180.0, 8193.0, 8176.0, 8195.0, 8152.0, 8166.0, 8163.0, 8145.0, 8147.0, 8124.0, 8125.0, 8127.0, 8150.0, 8161.0, 8141.0, 8128.0, 8143.0, 8127.0, 8142.0, 8126.0, 8131.0, 8130.0, 8117.0, 8143.0, 8144.0, 8135.0, 8142.0, 8133.0, 8134.0, 8154.0, 8169.0, 8138.0, 8158.0, 8136.0, 8140.0, 8150.0, 8139.0, 8161.0, 8159.0, 8153.0, 8151.0, 8166.0, 8152.0, 8145.0, 8153.0, 8186.0, 8153.0, 8153.0, 8147.0, 8138.0, 8148.0, 8149.0, 8156.0, 8154.0, 8138.0, 8135.0, 8152.0, 8135.0, 8132.0, 8154.0, 8173.0, 8176.0, 8176.0, 8140.0, 8172.0, 8148.0, 8154.0, 8168.0, 8150.0, 8174.0, 8156.0, 8141.0, 8160.0, 8153.0, 8141.0, 8151.0, 8158.0, 8170.0, 8155.0, 8172.0, 8173.0, 8145.0, 8170.0, 8155.0, 8158.0, 8151.0, 8156.0, 8157.0, 8163.0, 8178.0, 8176.0, 8161.0, 8162.0, 8164.0, 8180.0, 8175.0, 8174.0, 8179.0, 8175.0, 8180.0, 8179.0, 8196.0, 8181.0, 8179.0, 8164.0, 8180.0, 8157.0, 8180.0, 8176.0, 8176.0, 8170.0, 8154.0, 8155.0, 8141.0, 8180.0, 8195.0, 8169.0, 8175.0, 8141.0, 8182.0, 8178.0, 8166.0, 8186.0, 8192.0, 8207.0, 8206.0, 8156.0, 8203.0, 8210.0, 8184.0, 8188.0, 8199.0, 8156.0, 8212.0, 8169.0, 8167.0, 8119.0, 8144.0, 8151.0, 8230.0, 8181.0, 8112.0, 8155.0, 8120.0, 8121.0, 8104.0, 8105.0, 8122.0, 8118.0, 8132.0, 8130.0, 8122.0, 8104.0, 8106.0, 8088.0, 8117.0, 8121.0, 8106.0, 8131.0, 8119.0, 8149.0, 8131.0, 8146.0, 8145.0, 8131.0, 8152.0, 8147.0, 8151.0, 8172.0, 8135.0, 8154.0, 8116.0, 8132.0, 8144.0, 8131.0, 8136.0, 8137.0, 8143.0, 8155.0, 8170.0, 8146.0, 8154.0, 8158.0, 8157.0, 8174.0, 8167.0, 8179.0, 8182.0, 8161.0, 8146.0, 8175.0, 8160.0, 8168.0, 8162.0, 8180.0, 8198.0, 8157.0, 8161.0, 8185.0, 8154.0, 8157.0, 8151.0, 8143.0, 8189.0, 8159.0, 8157.0, 8152.0, 8157.0, 8168.0, 8159.0, 8179.0, 8178.0, 8169.0, 8195.0, 8163.0, 8162.0, 8172.0, 8149.0, 8159.0, 8163.0, 8198.0, 8197.0, 8152.0, 8179.0, 8162.0, 8164.0, 8172.0, 8145.0, 8188.0, 8161.0, 8179.0, 8172.0, 8143.0, 8172.0, 8140.0, 8157.0, 8166.0, 8158.0, 8175.0, 8161.0, 8177.0, 8160.0, 8167.0, 8144.0, 8163.0, 8169.0, 8179.0, 8187.0, 8171.0, 8171.0, 8177.0, 8167.0, 8177.0, 8150.0, 8185.0, 8186.0, 8179.0, 8169.0, 8215.0, 8155.0, 8160.0, 8190.0, 8132.0, 8133.0, 8146.0, 8137.0, 8152.0, 8130.0, 8131.0, 8141.0, 8124.0, 8112.0, 8125.0, 8130.0, 8131.0, 8137.0, 8155.0, 8166.0, 8156.0, 8135.0, 8155.0, 8138.0, 8156.0, 8148.0, 8182.0, 8168.0, 8193.0, 8165.0, 8169.0, 8160.0, 8151.0, 8192.0, 8161.0, 8185.0, 8182.0, 8146.0, 8177.0, 8159.0, 8164.0, 8141.0, 8161.0, 8180.0, 8162.0, 8148.0, 8158.0, 8146.0, 8173.0, 8160.0, 8169.0, 8164.0, 8163.0, 8178.0, 8173.0, 8172.0, 8169.0, 8161.0, 8183.0, 8182.0, 8170.0, 8181.0, 8140.0, 8215.0, 8164.0, 8167.0, 8193.0, 8141.0, 8199.0, 8244.0, 8179.0, 8179.0, 8153.0, 8151.0, 8164.0, 8148.0, 8150.0, 8116.0, 8165.0, 8171.0, 8154.0, 8151.0, 8124.0, 8132.0, 8112.0, 8144.0, 8147.0, 8172.0, 8155.0, 8135.0, 8154.0, 8132.0, 8165.0, 8151.0, 8171.0, 8180.0, 8169.0, 8178.0, 8139.0, 8170.0, 8155.0, 8168.0, 8158.0, 8143.0, 8182.0, 8185.0, 8164.0, 8146.0, 8152.0, 8158.0, 8156.0, 8157.0, 8167.0, 8169.0, 8180.0, 8177.0, 8164.0, 8170.0, 8161.0, 8179.0, 8194.0, 8173.0, 8191.0, 8186.0, 8183.0, 8178.0, 8161.0, 8164.0, 8160.0, 8181.0, 8200.0, 8185.0, 8168.0, 8175.0, 8181.0, 8179.0, 8179.0, 8153.0, 8181.0, 8189.0, 8191.0, 8191.0, 8190.0, 8184.0, 8188.0, 8187.0, 8188.0, 8206.0, 8174.0, 8190.0, 8198.0, 8189.0, 8177.0, 8185.0, 8204.0, 8178.0, 8195.0, 8207.0, 8191.0, 8200.0, 8186.0, 8202.0, 8208.0, 8206.0, 8206.0, 8178.0, 8185.0, 8201.0, 8160.0, 8193.0, 8176.0, 8181.0, 8197.0, 8157.0, 8198.0, 8163.0, 8169.0, 8160.0, 8180.0, 8194.0, 8164.0, 8189.0, 8162.0, 8164.0, 8144.0, 8171.0, 8153.0, 8173.0, 8139.0, 8190.0, 8199.0, 8213.0, 8188.0, 8141.0, 8151.0, 8166.0, 8137.0, 8148.0, 8139.0, 8143.0, 8182.0, 8137.0, 8154.0, 8137.0, 8116.0, 8147.0, 8130.0, 8146.0, 8155.0, 8141.0, 8152.0, 8133.0, 8149.0, 8137.0, 8131.0, 8154.0, 8153.0, 8192.0, 8160.0, 8141.0, 8169.0, 8137.0, 8165.0, 8155.0, 8134.0, 8167.0, 8157.0, 8158.0, 8170.0, 8138.0, 8171.0, 8141.0, 8136.0, 8172.0, 8159.0, 8181.0, 8166.0, 8164.0, 8199.0, 8162.0, 8182.0, 8170.0, 8170.0, 8200.0, 8190.0, 8180.0, 8167.0, 8144.0, 8178.0, 8149.0, 8173.0, 8180.0, 8160.0, 8174.0, 8162.0, 8179.0, 8170.0, 8144.0, 8175.0, 8168.0, 8200.0, 8174.0, 8163.0, 8196.0, 8146.0, 8175.0, 8172.0, 8185.0, 8184.0, 8147.0, 8183.0, 8148.0, 8174.0, 8164.0, 8179.0, 8199.0, 8168.0, 8179.0, 8151.0, 8188.0, 8145.0, 8156.0, 8182.0, 8168.0, 8189.0, 8164.0, 8168.0, 8141.0, 8168.0, 8159.0, 8162.0, 8196.0, 8158.0, 8174.0, 8142.0, 8151.0, 8156.0, 8140.0, 8176.0, 8161.0, 8172.0, 8146.0, 8151.0, 8142.0, 8136.0, 8175.0, 8170.0, 8177.0, 8162.0, 8155.0, 8147.0, 8124.0, 8175.0, 8167.0, 8178.0, 8146.0, 8154.0, 8160.0, 8141.0, 8170.0, 8141.0, 8173.0, 8167.0, 8144.0, 8171.0, 8154.0, 8169.0, 8142.0, 8152.0, 8176.0, 8147.0, 8190.0, 8162.0, 8157.0, 8163.0, 8142.0, 8174.0, 8145.0, 8195.0, 8168.0, 8180.0, 8199.0, 8181.0, 8198.0, 8183.0, 8181.0, 8206.0, 8191.0, 8183.0, 8173.0, 8181.0, 8170.0, 8152.0, 8193.0, 8196.0, 8170.0, 8173.0, 8168.0, 8160.0, 8139.0, 8173.0, 8187.0, 8168.0, 8187.0, 8185.0, 8189.0, 8182.0, 8185.0, 8223.0, 8162.0, 8169.0, 8201.0, 8146.0, 8150.0, 8144.0, 8178.0, 8112.0, 8178.0, 8162.0, 8162.0, 8187.0, 8200.0, 8185.0, 8203.0, 8166.0, 8177.0, 8179.0, 8174.0, 8183.0, 8215.0, 8192.0, 8150.0, 8155.0, 8159.0, 8139.0, 8170.0, 8181.0, 8198.0, 8147.0, 8140.0, 8171.0, 8153.0, 8151.0, 8138.0, 8161.0, 8192.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.009139181818181819</td></tr>
<tr><td colspan=3>aqi</td><td>0.052185006515151525</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.6166002653525</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.260513011114482</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0912909107733122</td></tr>
<tr><td colspan=3>efc</td><td>0.4861</td></tr>
<tr><td colspan=3>fber</td><td>3985.9595</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13747730862085686</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>94</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.121212121212121</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.709924535411092</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5382838485735064</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0757416539413316</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5157481037184377</td></tr>
<tr><td colspan=3>gcor</td><td>0.00635405</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010932625271379948</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.037251219153404236</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7829409962093807</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.6383</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.8869</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>177.7844</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>863.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>314.7415</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0741</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>420.2774</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2829.7773</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73538.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>839.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3682.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.4525</td></tr>
<tr><td colspan=3>tsnr</td><td>27.59081308718305</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>