<?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-0009_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0009_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0009_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-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0009/ses-04/func/sub-0009_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f8bd009e5b83c01f238c9f9a89371488</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>12:38:34.857500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999832, 0.0142515, 0.0115182, -0.0144848, 0.999686, 0.0204339]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0830373</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4159, -7707, -7339, 608, -15, -107, 24, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>238.201</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>de911a4b-50cc-42e8-b8e5-729c04998ff0||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68247652053833, -0.03886178880929947, 0.030303185805678368, 113.15691375732422], [-0.038235802203416824, 2.6820852756500244, 0.05561276525259018, -96.34735107421875], [0.030902570113539696, -0.05482269078493118, 2.6992571353912354, -83.59440612792969], [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': ['123834.857500', '123835.317500', '123835.777500', '123836.237500', '123836.697500', '123837.157500', '123837.617500', '123838.077500', '123838.537500', '123838.997500', '123839.457500', '123839.917500', '123840.377500', '123840.837500', '123841.297500', '123841.757500', '123842.217500', '123842.677500', '123843.137500', '123843.597500', '123844.057500', '123844.517500', '123844.977500', '123845.437500', '123845.897500', '123846.357500', '123846.817500', '123847.277500', '123847.737500', '123848.197500', '123848.657500', '123849.117500', '123849.577500', '123850.037500', '123850.497500', '123850.957500', '123851.417500', '123851.877500', '123852.337500', '123852.797500', '123853.257500', '123853.717500', '123854.177500', '123854.637500', '123855.097500', '123855.557500', '123856.017500', '123856.477500', '123856.937500', '123857.397500', '123857.857500', '123858.317500', '123858.777500', '123859.237500', '123859.697500', '123900.157500', '123900.617500', '123901.077500', '123901.537500', '123901.997500', '123902.457500', '123902.917500', '123903.377500', '123903.837500', '123904.297500', '123904.757500', '123905.217500', '123905.677500', '123906.137500', '123906.597500', '123907.057500', '123907.517500', '123907.977500', '123908.437500', '123908.897500', '123909.357500', '123909.817500', '123910.277500', '123910.737500', '123911.197500', '123911.657500', '123912.117500', '123912.577500', '123913.037500', '123913.497500', '123913.957500', '123914.417500', '123914.877500', '123915.337500', '123915.797500', '123916.257500', '123916.717500', '123917.177500', '123917.637500', '123918.097500', '123918.557500', '123919.017500', '123919.477500', '123919.937500', '123920.397500', '123920.857500', '123921.317500', '123921.777500', '123922.237500', '123922.697500', '123923.157500', '123923.617500', '123924.077500', '123924.537500', '123924.997500', '123925.457500', '123925.917500', '123926.377500', '123926.837500', '123927.297500', '123927.757500', '123928.217500', '123928.677500', '123929.137500', '123929.597500', '123930.057500', '123930.517500', '123930.977500', '123931.437500', '123931.897500', '123932.357500', '123932.817500', '123933.277500', '123933.737500', '123934.197500', '123934.657500', '123935.117500', '123935.577500', '123936.037500', '123936.497500', '123936.957500', '123937.417500', '123937.877500', '123938.337500', '123938.797500', '123939.257500', '123939.717500', '123940.177500', '123940.637500', '123941.097500', '123941.557500', '123942.017500', '123942.477500', '123942.937500', '123943.397500', '123943.857500', '123944.317500', '123944.777500', '123945.237500', '123945.697500', '123946.157500', '123946.617500', '123947.077500', '123947.537500', '123947.997500', '123948.457500', '123948.917500', '123949.377500', '123949.837500', '123950.297500', '123950.757500', '123951.217500', '123951.677500', '123952.137500', '123952.597500', '123953.057500', '123953.517500', '123953.977500', '123954.437500', '123954.897500', '123955.357500', '123955.817500', '123956.277500', '123956.737500', '123957.197500', '123957.657500', '123958.117500', '123958.577500', '123959.037500', '123959.497500', '123959.957500', '124000.417500', '124000.877500', '124001.337500', '124001.797500', '124002.257500', '124002.717500', '124003.177500', '124003.637500', '124004.097500', '124004.557500', '124005.017500', '124005.477500', '124005.937500', '124006.397500', '124006.857500', '124007.317500', '124007.777500', '124008.237500', '124008.697500', '124009.157500', '124009.617500', '124010.077500', '124010.537500', '124010.997500', '124011.457500', '124011.917500', '124012.377500', '124012.837500', '124013.297500', '124013.757500', '124014.217500', '124014.677500', '124015.137500', '124015.597500', '124016.057500', '124016.517500', '124016.977500', '124017.437500', '124017.897500', '124018.357500', '124018.817500', '124019.277500', '124019.737500', '124020.197500', '124020.657500', '124021.117500', '124021.577500', '124022.037500', '124022.497500', '124022.957500', '124023.417500', '124023.877500', '124024.337500', '124024.797500', '124025.257500', '124025.717500', '124026.177500', '124026.637500', '124027.097500', '124027.557500', '124028.017500', '124028.477500', '124028.937500', '124029.397500', '124029.857500', '124030.317500', '124030.777500', '124031.237500', '124031.697500', '124032.157500', '124032.617500', '124033.077500', '124033.537500', '124033.997500', '124034.457500', '124034.917500', '124035.377500', '124035.837500', '124036.297500', '124036.757500', '124037.217500', '124037.677500', '124038.137500', '124038.597500', '124039.057500', '124039.517500', '124039.977500', '124040.437500', '124040.897500', '124041.357500', '124041.817500', '124042.277500', '124042.737500', '124043.197500', '124043.657500', '124044.117500', '124044.577500', '124045.037500', '124045.497500', '124045.957500', '124046.417500', '124046.877500', '124047.337500', '124047.797500', '124048.257500', '124048.717500', '124049.177500', '124049.637500', '124050.097500', '124050.557500', '124051.017500', '124051.477500', '124051.937500', '124052.397500', '124052.857500', '124053.317500', '124053.777500', '124054.237500', '124054.697500', '124055.157500', '124055.617500', '124056.077500', '124056.537500', '124056.997500', '124057.457500', '124057.917500', '124058.377500', '124058.837500', '124059.297500', '124059.757500', '124100.217500', '124100.677500', '124101.137500', '124101.597500', '124102.057500', '124102.517500', '124102.977500', '124103.437500', '124103.897500', '124104.357500', '124104.817500', '124105.277500', '124105.737500', '124106.197500', '124106.657500', '124107.117500', '124107.577500', '124108.037500', '124108.497500', '124108.957500', '124109.417500', '124109.877500', '124110.337500', '124110.797500', '124111.257500', '124111.717500', '124112.177500', '124112.637500', '124113.097500', '124113.557500', '124114.017500', '124114.477500', '124114.937500', '124115.397500', '124115.857500', '124116.317500', '124116.777500', '124117.237500', '124117.697500', '124118.157500', '124118.617500', '124119.077500', '124119.537500', '124119.997500', '124120.457500', '124120.917500', '124121.377500', '124121.837500', '124122.297500', '124122.757500', '124123.217500', '124123.677500', '124124.137500', '124124.597500', '124125.057500', '124125.517500', '124125.977500', '124126.437500', '124126.897500', '124127.357500', '124127.817500', '124128.277500', '124128.737500', '124129.197500', '124129.657500', '124130.117500', '124130.577500', '124131.037500', '124131.497500', '124131.957500', '124132.417500', '124132.877500', '124133.337500', '124133.797500', '124134.257500', '124134.717500', '124135.177500', '124135.637500', '124136.097500', '124136.557500', '124137.017500', '124137.477500', '124137.937500', '124138.397500', '124138.857500', '124139.317500', '124139.777500', '124140.237500', '124140.697500', '124141.157500', '124141.617500', '124142.077500', '124142.537500', '124142.997500', '124143.457500', '124143.917500', '124144.377500', '124144.837500', '124145.297500', '124145.757500', '124146.217500', '124146.677500', '124147.137500', '124147.597500', '124148.057500', '124148.517500', '124148.977500', '124149.437500', '124149.897500', '124150.357500', '124150.817500', '124151.277500', '124151.737500', '124152.197500', '124152.657500', '124153.117500', '124153.577500', '124154.037500', '124154.497500', '124154.957500', '124155.417500', '124155.877500', '124156.337500', '124156.797500', '124157.257500', '124157.717500', '124158.177500', '124158.637500', '124159.097500', '124159.557500', '124200.017500', '124200.477500', '124200.937500', '124201.397500', '124201.857500', '124202.317500', '124202.777500', '124203.237500', '124203.697500', '124204.157500', '124204.617500', '124205.077500', '124205.537500', '124205.997500', '124206.457500', '124206.917500', '124207.377500', '124207.837500', '124208.297500', '124208.757500', '124209.217500', '124209.677500', '124210.137500', '124210.597500', '124211.057500', '124211.517500', '124211.977500', '124212.437500', '124212.897500', '124213.357500', '124213.817500', '124214.277500', '124214.737500', '124215.197500', '124215.657500', '124216.117500', '124216.577500', '124217.037500', '124217.497500', '124217.957500', '124218.417500', '124218.877500', '124219.337500', '124219.797500', '124220.257500', '124220.717500', '124221.177500', '124221.637500', '124222.097500', '124222.557500', '124223.017500', '124223.477500', '124223.937500', '124224.397500', '124224.857500', '124225.317500', '124225.777500', '124226.237500', '124226.697500', '124227.157500', '124227.617500', '124228.077500', '124228.537500', '124228.997500', '124229.457500', '124229.917500', '124230.377500', '124230.837500', '124231.297500', '124231.757500', '124232.217500', '124232.677500', '124233.137500', '124233.597500', '124234.057500', '124234.517500', '124234.977500', '124235.437500', '124235.897500', '124236.357500', '124236.817500', '124237.277500', '124237.737500', '124238.197500', '124238.657500', '124239.117500', '124239.577500', '124240.037500', '124240.497500', '124240.957500', '124241.417500', '124241.877500', '124242.337500', '124242.797500', '124243.257500', '124243.717500', '124244.177500', '124244.637500', '124245.097500', '124245.557500', '124246.017500', '124246.477500', '124246.937500', '124247.397500', '124247.857500', '124248.317500', '124248.777500', '124249.237500', '124249.697500', '124250.157500', '124250.617500', '124251.077500', '124251.537500', '124251.997500', '124252.457500', '124252.917500', '124253.377500', '124253.837500', '124254.297500', '124254.757500', '124255.217500', '124255.677500', '124256.137500', '124256.597500', '124257.057500', '124257.517500', '124257.977500', '124258.437500', '124258.897500', '124259.357500', '124259.817500', '124300.277500', '124300.737500', '124301.197500', '124301.657500', '124302.117500', '124302.577500', '124303.037500', '124303.497500', '124303.957500', '124304.417500', '124304.877500', '124305.337500', '124305.797500', '124306.257500', '124306.717500', '124307.177500', '124307.637500', '124308.097500', '124308.557500', '124309.017500', '124309.477500', '124309.937500', '124310.397500', '124310.857500', '124311.317500', '124311.777500', '124312.237500', '124312.697500', '124313.157500', '124313.617500', '124314.077500', '124314.537500', '124314.997500', '124315.457500', '124315.917500', '124316.377500', '124316.837500', '124317.297500', '124317.757500', '124318.217500', '124318.677500', '124319.137500', '124319.597500', '124320.057500', '124320.517500', '124320.977500', '124321.437500', '124321.897500', '124322.357500', '124322.817500', '124323.277500', '124323.737500', '124324.197500', '124324.657500', '124325.117500', '124325.577500', '124326.037500', '124326.497500', '124326.957500', '124327.417500', '124327.877500', '124328.337500', '124328.797500', '124329.257500', '124329.717500', '124330.177500', '124330.637500', '124331.097500', '124331.557500', '124332.017500', '124332.477500', '124332.937500', '124333.397500', '124333.857500', '124334.317500', '124334.777500', '124335.237500', '124335.697500', '124336.157500', '124336.617500', '124337.077500', '124337.537500', '124337.997500', '124338.457500', '124338.917500', '124339.377500', '124339.837500', '124340.297500', '124340.757500', '124341.217500', '124341.677500', '124342.137500', '124342.597500', '124343.057500', '124343.517500', '124343.977500', '124344.437500', '124344.897500', '124345.357500', '124345.817500', '124346.277500', '124346.737500', '124347.197500', '124347.657500', '124348.117500', '124348.577500', '124349.037500', '124349.497500', '124349.957500', '124350.417500', '124350.877500', '124351.337500', '124351.797500', '124352.257500', '124352.717500', '124353.177500', '124353.637500', '124354.097500', '124354.557500', '124355.017500', '124355.477500', '124355.937500', '124356.397500', '124356.857500', '124357.317500', '124357.777500', '124358.237500', '124358.697500', '124359.157500', '124359.617500', '124400.077500', '124400.537500', '124400.997500', '124401.457500', '124401.917500', '124402.377500', '124402.837500', '124403.297500', '124403.757500', '124404.217500', '124404.677500', '124405.137500', '124405.597500', '124406.057500', '124406.517500', '124406.977500', '124407.437500', '124407.897500', '124408.357500', '124408.817500', '124409.277500', '124409.737500', '124410.197500', '124410.657500', '124411.117500', '124411.577500', '124412.037500', '124412.497500', '124412.957500', '124413.417500', '124413.877500', '124414.337500', '124414.797500', '124415.257500', '124415.717500', '124416.177500', '124416.637500', '124417.097500', '124417.557500', '124418.017500', '124418.477500', '124418.937500', '124419.397500', '124419.857500', '124420.317500', '124420.777500', '124421.237500', '124421.697500', '124422.157500', '124422.617500', '124423.077500', '124423.537500', '124423.997500', '124424.457500', '124424.917500', '124425.377500', '124425.837500', '124426.297500', '124426.757500', '124427.217500', '124427.677500', '124428.137500', '124428.597500', '124429.057500', '124429.517500', '124429.977500', '124430.437500', '124430.897500', '124431.357500', '124431.817500', '124432.277500', '124432.737500', '124433.197500', '124433.657500', '124434.117500', '124434.577500', '124435.037500', '124435.497500', '124435.957500', '124436.417500', '124436.877500', '124437.337500', '124437.797500', '124438.257500', '124438.717500', '124439.177500', '124439.637500', '124440.097500', '124440.557500', '124441.017500', '124441.477500', '124441.937500', '124442.397500', '124442.857500', '124443.317500', '124443.777500', '124444.237500', '124444.697500', '124445.157500', '124445.617500', '124446.077500', '124446.537500', '124446.997500', '124447.457500', '124447.917500', '124448.377500', '124448.837500', '124449.297500', '124449.757500', '124450.217500', '124450.677500', '124451.137500', '124451.597500', '124452.057500', '124452.517500', '124452.977500', '124453.437500', '124453.897500', '124454.357500', '124454.817500', '124455.277500', '124455.737500', '124456.197500', '124456.657500', '124457.117500', '124457.577500', '124458.037500', '124458.497500', '124458.957500', '124459.417500', '124459.877500', '124500.337500', '124500.797500', '124501.257500', '124501.717500', '124502.177500', '124502.637500', '124503.097500', '124503.557500', '124504.017500', '124504.477500', '124504.937500', '124505.397500', '124505.857500', '124506.317500', '124506.777500', '124507.237500', '124507.697500', '124508.157500', '124508.617500', '124509.077500', '124509.537500', '124509.997500', '124510.457500', '124510.917500', '124511.377500', '124511.837500', '124512.297500', '124512.757500', '124513.217500', '124513.677500', '124514.137500', '124514.597500', '124515.057500', '124515.517500', '124515.977500', '124516.437500', '124516.897500', '124517.357500', '124517.817500', '124518.277500', '124518.737500', '124519.197500', '124519.657500', '124520.117500', '124520.577500', '124521.037500', '124521.497500', '124521.957500', '124522.417500', '124522.877500', '124523.337500', '124523.797500', '124524.257500', '124524.717500', '124525.177500', '124525.637500', '124526.097500', '124526.557500', '124527.017500', '124527.477500', '124527.937500', '124528.397500', '124528.857500', '124529.317500', '124529.777500', '124530.237500', '124530.697500', '124531.157500', '124531.617500', '124532.077500', '124532.537500', '124532.997500', '124533.457500', '124533.917500', '124534.377500', '124534.837500', '124535.297500', '124535.757500', '124536.217500', '124536.677500', '124537.137500', '124537.597500', '124538.057500', '124538.517500', '124538.977500', '124539.437500', '124539.897500', '124540.357500', '124540.817500', '124541.277500', '124541.737500', '124542.197500', '124542.657500', '124543.117500', '124543.577500', '124544.037500', '124544.497500', '124544.957500', '124545.417500', '124545.877500', '124546.337500', '124546.797500', '124547.257500', '124547.717500', '124548.177500', '124548.637500', '124549.097500', '124549.557500', '124550.017500', '124550.477500', '124550.937500', '124551.397500', '124551.857500', '124552.317500', '124552.777500', '124553.237500', '124553.697500', '124554.157500', '124554.617500', '124555.077500', '124555.537500', '124555.997500', '124556.457500', '124556.917500', '124557.377500', '124557.837500', '124558.297500', '124558.757500', '124559.217500', '124559.677500', '124600.137500', '124600.597500', '124601.057500', '124601.517500', '124601.977500', '124602.437500', '124602.897500', '124603.357500', '124603.817500', '124604.277500', '124604.737500', '124605.197500', '124605.657500', '124606.117500', '124606.577500', '124607.037500', '124607.497500', '124607.957500', '124608.417500', '124608.877500', '124609.337500', '124609.797500', '124610.257500', '124610.717500', '124611.177500', '124611.637500', '124612.097500', '124612.557500', '124613.017500', '124613.477500', '124613.937500', '124614.397500', '124614.857500', '124615.317500', '124615.777500', '124616.237500', '124616.697500', '124617.157500', '124617.617500', '124618.077500', '124618.537500', '124618.997500', '124619.457500', '124619.917500', '124620.377500', '124620.837500', '124621.297500', '124621.757500', '124622.217500', '124622.677500', '124623.137500', '124623.597500', '124624.057500', '124624.517500', '124624.977500', '124625.437500', '124625.897500', '124626.357500', '124626.817500', '124627.277500', '124627.737500', '124628.197500', '124628.657500', '124629.117500', '124629.577500', '124630.037500', '124630.497500', '124630.957500', '124631.417500', '124631.877500', '124632.337500', '124632.797500', '124633.257500', '124633.717500', '124634.177500', '124634.637500', '124635.097500', '124635.557500', '124636.017500', '124636.477500', '124636.937500', '124637.397500', '124637.857500', '124638.317500', '124638.777500', '124639.237500', '124639.697500', '124640.157500', '124640.617500', '124641.077500', '124641.537500', '124641.997500', '124642.457500', '124642.917500', '124643.377500', '124643.837500', '124644.297500', '124644.757500', '124645.217500', '124645.677500', '124646.137500', '124646.597500', '124647.057500', '124647.517500', '124647.977500', '124648.437500', '124648.897500', '124649.357500', '124649.817500', '124650.277500', '124650.737500', '124651.197500', '124651.657500', '124652.117500', '124652.577500', '124653.037500', '124653.497500', '124653.957500', '124654.417500', '124654.877500', '124655.337500', '124655.797500', '124656.257500', '124656.717500', '124657.177500', '124657.637500', '124658.097500', '124658.557500', '124659.017500', '124659.477500', '124659.937500', '124700.397500', '124700.857500', '124701.317500', '124701.777500', '124702.237500', '124702.697500', '124703.157500', '124703.617500', '124704.077500', '124704.537500', '124704.997500', '124705.457500', '124705.917500', '124706.377500', '124706.837500', '124707.297500', '124707.757500', '124708.217500', '124708.677500', '124709.137500', '124709.597500', '124710.057500', '124710.517500', '124710.977500', '124711.437500', '124711.897500', '124712.357500', '124712.817500', '124713.277500', '124713.737500', '124714.197500', '124714.657500', '124715.117500', '124715.577500', '124716.037500', '124716.497500', '124716.957500', '124717.417500', '124717.877500', '124718.337500', '124718.797500', '124719.257500', '124719.717500', '124720.177500', '124720.637500', '124721.097500', '124721.557500', '124722.017500', '124722.477500', '124722.937500', '124723.397500', '124723.857500', '124724.317500', '124724.777500', '124725.237500', '124725.697500', '124726.157500', '124726.617500', '124727.077500', '124727.537500', '124727.997500', '124728.457500', '124728.917500', '124729.377500', '124729.837500', '124730.297500', '124730.757500', '124731.217500', '124731.677500', '124732.137500', '124732.597500', '124733.057500', '124733.517500', '124733.977500', '124734.437500', '124734.897500', '124735.357500', '124735.817500', '124736.277500', '124736.737500', '124737.197500', '124737.657500', '124738.117500', '124738.577500', '124739.037500', '124739.497500', '124739.957500', '124740.417500', '124740.877500', '124741.337500', '124741.797500', '124742.257500', '124742.717500', '124743.177500', '124743.637500', '124744.097500', '124744.557500', '124745.017500', '124745.477500', '124745.937500', '124746.397500', '124746.857500', '124747.317500', '124747.777500', '124748.237500', '124748.697500', '124749.157500', '124749.617500', '124750.077500', '124750.537500', '124750.997500', '124751.457500', '124751.917500', '124752.377500', '124752.837500', '124753.297500', '124753.757500', '124754.217500', '124754.677500', '124755.137500', '124755.597500', '124756.057500', '124756.517500', '124756.977500', '124757.437500', '124757.897500', '124758.357500', '124758.817500', '124759.277500', '124759.737500', '124800.197500', '124800.657500', '124801.117500', '124801.577500', '124802.037500', '124802.497500', '124802.957500', '124803.417500', '124803.877500', '124804.337500', '124804.797500', '124805.257500', '124805.717500', '124806.177500', '124806.637500', '124807.097500', '124807.557500', '124808.017500', '124808.477500', '124808.937500', '124809.397500', '124809.857500', '124810.317500', '124810.777500', '124811.237500', '124811.697500', '124812.157500', '124812.617500', '124813.077500', '124813.537500', '124813.997500', '124814.457500', '124814.917500', '124815.377500', '124815.837500', '124816.297500', '124816.757500', '124817.217500', '124817.677500', '124818.137500', '124818.597500', '124819.057500', '124819.517500', '124819.977500', '124820.437500', '124820.897500', '124821.357500', '124821.817500', '124822.277500', '124822.737500', '124823.197500', '124823.657500', '124824.117500', '124824.577500', '124825.037500', '124825.497500', '124825.957500', '124826.417500', '124826.877500', '124827.337500', '124827.797500', '124828.257500', '124828.717500', '124829.177500', '124829.637500', '124830.097500', '124830.557500', '124831.017500', '124831.477500', '124831.937500', '124832.397500', '124832.857500', '124833.317500', '124833.777500', '124834.237500', '124834.697500', '124835.157500', '124835.617500', '124836.077500', '124836.537500', '124836.997500', '124837.457500', '124837.917500', '124838.377500', '124838.837500', '124839.297500', '124839.757500', '124840.217500', '124840.677500', '124841.137500', '124841.597500', '124842.057500', '124842.517500'], 'ContentTime': ['123853.543000', '123853.546000', '123853.551000', '123853.554000', '123853.557000', '123853.560000', '123853.563000', '123853.566000', '123853.569000', '123853.571000', '123853.575000', '123853.577000', '123853.580000', '123853.583000', '123853.586000', '123853.589000', '123853.592000', '123853.595000', '123853.598000', '123853.601000', '123853.604000', '123853.607000', '123853.610000', '123853.613000', '123853.616000', '123853.619000', '123853.622000', '123853.625000', '123853.628000', '123853.630000', '123853.633000', '123853.636000', '123853.639000', '123853.642000', '123853.645000', '123853.652000', '123853.655000', '123853.658000', '123913.509000', '123913.512000', '123913.515000', '123913.519000', '123913.521000', '123913.524000', '123913.527000', '123913.530000', '123913.533000', '123913.536000', '123913.539000', '123913.542000', '123913.545000', '123913.548000', '123913.551000', '123913.554000', '123913.557000', '123913.560000', '123913.563000', '123913.565000', '123913.568000', '123913.571000', '123913.574000', '123913.577000', '123913.580000', '123913.583000', '123913.586000', '123913.589000', '123913.592000', '123913.594000', '123913.597000', '123913.600000', '123913.603000', '123913.606000', '123913.609000', '123913.612000', '123913.615000', '123913.618000', '123913.620000', '123913.623000', '123913.626000', '123913.629000', '123913.632000', '123913.635000', '123933.509000', '123933.512000', '123933.515000', '123933.518000', '123933.521000', '123933.524000', '123933.527000', '123933.529000', '123933.532000', '123933.535000', '123933.538000', '123933.541000', '123933.544000', '123933.547000', '123933.550000', '123933.553000', '123933.556000', '123933.559000', '123933.568000', '123933.571000', '123933.574000', '123933.577000', '123933.580000', '123933.583000', '123933.586000', '123933.589000', '123933.592000', '123933.594000', '123933.597000', '123933.600000', '123933.603000', '123933.606000', '123933.609000', '123933.612000', '123933.615000', '123933.618000', '123933.621000', '123933.624000', '123933.627000', '123933.630000', '123933.633000', '123933.637000', '123933.640000', '123953.509000', '123953.512000', '123953.515000', '123953.518000', '123953.521000', '123953.524000', '123953.527000', '123953.529000', '123953.532000', '123953.535000', '123953.538000', '123953.541000', '123953.544000', '123953.547000', '123953.550000', '123953.553000', '123953.556000', '123953.559000', '123953.562000', '123953.565000', '123953.568000', '123953.571000', '123953.574000', '123953.577000', '123953.580000', '123953.583000', '123953.586000', '123953.588000', '123953.591000', '123953.594000', '123953.597000', '123953.600000', '123953.603000', '123953.606000', '123953.609000', '123953.612000', '123953.615000', '123953.618000', '123953.621000', '123953.623000', '123953.626000', '123953.629000', '123953.632000', '123953.635000', '124013.509000', '124013.512000', '124013.515000', '124013.518000', '124013.521000', '124013.524000', '124013.527000', '124013.530000', '124013.533000', '124013.536000', '124013.539000', '124013.542000', '124013.545000', '124013.548000', '124013.573000', '124013.576000', '124013.580000', '124013.582000', '124013.585000', '124013.589000', '124013.592000', '124013.595000', '124013.598000', '124013.601000', '124013.604000', '124013.607000', '124013.610000', '124013.613000', '124013.616000', '124013.619000', '124013.622000', '124013.625000', '124013.628000', '124013.631000', '124013.634000', '124013.636000', '124013.640000', '124013.643000', '124013.646000', '124013.649000', '124013.658000', '124013.661000', '124013.664000', '124033.508000', '124033.511000', '124033.514000', '124033.517000', '124033.520000', '124033.523000', '124033.526000', '124033.529000', '124033.532000', '124033.535000', '124033.538000', '124033.540000', '124033.543000', '124033.546000', '124033.549000', '124033.552000', '124033.555000', '124033.559000', '124033.561000', '124033.564000', '124033.567000', '124033.570000', '124033.573000', '124033.576000', '124033.579000', '124033.582000', '124033.585000', '124033.588000', '124033.591000', '124033.594000', '124033.597000', '124033.599000', '124033.602000', '124033.605000', '124033.608000', '124033.611000', '124033.614000', '124033.617000', '124033.620000', '124033.623000', '124033.626000', '124033.629000', '124033.632000', '124033.635000', '124053.508000', '124053.511000', '124053.514000', '124053.517000', '124053.520000', '124053.523000', '124053.526000', '124053.529000', '124053.532000', '124053.534000', '124053.537000', '124053.540000', '124053.544000', '124053.546000', '124053.549000', '124053.552000', '124053.555000', '124053.558000', '124053.561000', '124053.564000', '124053.567000', '124053.570000', '124053.573000', '124053.576000', '124053.579000', '124053.582000', '124053.585000', '124053.588000', '124053.590000', '124053.593000', '124053.596000', '124053.599000', '124053.602000', '124053.605000', '124053.608000', '124053.611000', '124053.614000', '124053.617000', '124053.620000', '124053.623000', '124053.626000', '124053.629000', '124053.632000', '124113.508000', '124113.511000', '124113.514000', '124113.517000', '124113.520000', '124113.523000', '124113.526000', '124113.529000', '124113.532000', '124113.535000', '124113.537000', '124113.540000', '124113.544000', '124113.546000', '124113.549000', '124113.552000', '124113.555000', '124113.558000', '124113.561000', '124113.564000', '124113.567000', '124113.570000', '124113.573000', '124113.576000', '124113.579000', '124113.582000', '124113.585000', '124113.588000', '124113.591000', '124113.594000', '124113.596000', '124113.599000', '124113.602000', '124113.605000', '124113.608000', '124113.611000', '124113.614000', '124113.617000', '124113.620000', '124113.623000', '124113.626000', '124113.629000', '124113.632000', '124113.635000', '124133.509000', '124133.512000', '124133.515000', '124133.518000', '124133.521000', '124133.524000', '124133.527000', '124133.530000', '124133.533000', '124133.535000', '124133.539000', '124133.542000', '124133.545000', '124133.548000', '124133.551000', '124133.554000', '124133.556000', '124133.559000', '124133.563000', '124133.565000', '124133.568000', '124133.571000', '124133.574000', '124133.577000', '124133.580000', '124133.583000', '124133.586000', '124133.589000', '124133.592000', '124133.595000', '124133.598000', '124133.601000', '124133.604000', '124133.607000', '124133.610000', '124133.613000', '124133.616000', '124133.618000', '124133.621000', '124133.625000', '124133.628000', '124133.631000', '124133.634000', '124153.509000', '124153.512000', '124153.515000', '124153.518000', '124153.521000', '124153.524000', '124153.527000', '124153.530000', '124153.533000', '124153.536000', '124153.539000', '124153.542000', '124153.545000', '124153.548000', '124153.551000', '124153.554000', '124153.557000', '124153.559000', '124153.562000', '124153.565000', '124153.568000', '124153.571000', '124153.574000', '124153.577000', '124153.580000', '124153.591000', '124153.594000', '124153.597000', '124153.600000', '124153.603000', '124153.606000', '124153.609000', '124153.612000', '124153.615000', '124153.618000', '124153.621000', '124153.624000', '124153.627000', '124153.630000', '124153.633000', '124153.636000', '124153.638000', '124153.641000', '124153.644000', '124213.509000', '124213.512000', '124213.515000', '124213.518000', '124213.521000', '124213.524000', '124213.527000', '124213.530000', '124213.533000', '124213.536000', '124213.539000', '124213.542000', '124213.544000', '124213.548000', '124213.551000', '124213.554000', '124213.556000', '124213.560000', '124213.563000', '124213.566000', '124213.568000', '124213.572000', '124213.575000', '124213.578000', '124213.580000', '124213.584000', '124213.586000', '124213.589000', '124213.592000', '124213.596000', '124213.598000', '124213.601000', '124213.604000', '124213.607000', '124213.610000', '124213.613000', '124213.616000', '124213.619000', '124213.622000', '124213.625000', '124213.628000', '124213.631000', '124213.634000', '124233.509000', '124233.512000', '124233.515000', '124233.518000', '124233.521000', '124233.524000', '124233.527000', '124233.530000', '124233.533000', '124233.536000', '124233.539000', '124233.542000', '124233.545000', '124233.548000', '124233.551000', '124233.554000', '124233.557000', '124233.559000', '124233.563000', '124233.565000', '124233.568000', '124233.571000', '124233.574000', '124233.577000', '124233.580000', '124233.583000', '124233.586000', '124233.589000', '124233.592000', '124233.595000', '124233.598000', '124233.601000', '124233.604000', '124233.607000', '124233.610000', '124233.613000', '124233.616000', '124233.619000', '124233.622000', '124233.625000', '124233.627000', '124233.630000', '124233.633000', '124253.508000', '124253.511000', '124253.514000', '124253.517000', '124253.520000', '124253.523000', '124253.526000', '124253.529000', '124253.532000', '124253.535000', '124253.538000', '124253.541000', '124253.544000', '124253.547000', '124253.549000', '124253.552000', '124253.555000', '124253.558000', '124253.561000', '124253.564000', '124253.567000', '124253.570000', '124253.573000', '124253.576000', '124253.579000', '124253.582000', '124253.585000', '124253.588000', '124253.591000', '124253.594000', '124253.596000', '124253.599000', '124253.602000', '124253.605000', '124253.608000', '124253.611000', '124253.614000', '124253.617000', '124253.620000', '124253.623000', '124253.626000', '124253.629000', '124253.632000', '124253.635000', '124313.510000', '124313.514000', '124313.517000', '124313.520000', '124313.523000', '124313.526000', '124313.529000', '124313.532000', '124313.535000', '124313.538000', '124313.541000', '124313.544000', '124313.547000', '124313.550000', '124313.553000', '124313.556000', '124313.558000', '124313.562000', '124313.564000', '124313.567000', '124313.570000', '124313.574000', '124313.577000', '124313.579000', '124313.582000', '124313.585000', '124313.588000', '124313.591000', '124313.594000', '124313.597000', '124313.600000', '124313.603000', '124313.606000', '124313.620000', '124313.623000', '124313.635000', '124313.638000', '124313.641000', '124313.643000', '124313.647000', '124313.650000', '124313.653000', '124313.655000', '124333.508000', '124333.511000', '124333.514000', '124333.517000', '124333.520000', '124333.523000', '124333.526000', '124333.529000', '124333.532000', '124333.535000', '124333.538000', '124333.540000', '124333.544000', '124333.546000', '124333.549000', '124333.553000', '124333.556000', '124333.559000', '124333.562000', '124333.565000', '124333.568000', '124333.571000', '124333.574000', '124333.577000', '124333.580000', '124333.583000', '124333.586000', '124333.589000', '124333.592000', '124333.595000', '124333.598000', '124333.601000', '124333.604000', '124333.607000', '124333.609000', '124333.612000', '124333.615000', '124333.618000', '124333.621000', '124333.624000', '124333.633000', '124333.636000', '124333.639000', '124333.642000', '124353.509000', '124353.512000', '124353.515000', '124353.518000', '124353.521000', '124353.524000', '124353.527000', '124353.530000', '124353.533000', '124353.536000', '124353.539000', '124353.542000', '124353.545000', '124353.548000', '124353.551000', '124353.554000', '124353.557000', '124353.560000', '124353.563000', '124353.566000', '124353.569000', '124353.573000', '124353.578000', '124353.581000', '124353.584000', '124353.587000', '124353.590000', '124353.593000', '124353.596000', '124353.599000', '124353.602000', '124353.605000', '124353.608000', '124353.611000', '124353.614000', '124353.617000', '124353.620000', '124353.623000', '124353.626000', '124353.629000', '124353.632000', '124353.634000', '124353.637000', '124413.509000', '124413.512000', '124413.515000', '124413.518000', '124413.521000', '124413.524000', '124413.527000', '124413.530000', '124413.533000', '124413.536000', '124413.539000', '124413.548000', '124413.551000', '124413.554000', '124413.557000', '124413.560000', '124413.563000', '124413.566000', '124413.569000', '124413.573000', '124413.575000', '124413.578000', '124413.581000', '124413.584000', '124413.587000', '124413.590000', '124413.593000', '124413.596000', '124413.599000', '124413.602000', '124413.605000', '124413.608000', '124413.611000', '124413.614000', '124413.617000', '124413.620000', '124413.623000', '124413.626000', '124413.628000', '124413.631000', '124413.634000', '124413.637000', '124413.640000', '124413.643000', '124433.509000', '124433.512000', '124433.515000', '124433.518000', '124433.521000', '124433.524000', '124433.527000', '124433.530000', '124433.533000', '124433.536000', '124433.541000', '124433.545000', '124433.548000', '124433.551000', '124433.554000', '124433.557000', '124433.560000', '124433.563000', '124433.566000', '124433.569000', '124433.572000', '124433.575000', '124433.578000', '124433.581000', '124433.584000', '124433.587000', '124433.590000', '124433.593000', '124433.596000', '124433.599000', '124433.601000', '124433.604000', '124433.607000', '124433.610000', '124433.613000', '124433.616000', '124433.619000', '124433.622000', '124433.625000', '124433.628000', '124433.631000', '124433.634000', '124433.636000', '124453.509000', '124453.512000', '124453.515000', '124453.518000', '124453.521000', '124453.524000', '124453.527000', '124453.530000', '124453.532000', '124453.535000', '124453.539000', '124453.541000', '124453.544000', '124453.547000', '124453.550000', '124453.553000', '124453.556000', '124453.559000', '124453.562000', '124453.565000', '124453.568000', '124453.571000', '124453.574000', '124453.577000', '124453.580000', '124453.583000', '124453.586000', '124453.589000', '124453.592000', '124453.594000', '124453.597000', '124453.600000', '124453.603000', '124453.606000', '124453.609000', '124453.612000', '124453.615000', '124453.618000', '124453.621000', '124453.624000', '124453.627000', '124453.630000', '124453.633000', '124453.635000', '124513.508000', '124513.511000', '124513.514000', '124513.517000', '124513.520000', '124513.523000', '124513.526000', '124513.529000', '124513.532000', '124513.535000', '124513.538000', '124513.540000', '124513.543000', '124513.546000', '124513.549000', '124513.552000', '124513.556000', '124513.559000', '124513.561000', '124513.564000', '124513.569000', '124513.574000', '124513.577000', '124513.580000', '124513.582000', '124513.585000', '124513.588000', '124513.591000', '124513.594000', '124513.597000', '124513.608000', '124513.611000', '124513.614000', '124513.617000', '124513.620000', '124513.623000', '124513.626000', '124513.629000', '124513.632000', '124513.635000', '124513.638000', '124513.641000', '124513.644000', '124533.508000', '124533.511000', '124533.514000', '124533.517000', '124533.520000', '124533.523000', '124533.526000', '124533.529000', '124533.532000', '124533.535000', '124533.538000', '124533.541000', '124533.544000', '124533.547000', '124533.550000', '124533.553000', '124533.556000', '124533.559000', '124533.562000', '124533.565000', '124533.567000', '124533.571000', '124533.573000', '124533.576000', '124533.579000', '124533.582000', '124533.585000', '124533.588000', '124533.591000', '124533.594000', '124533.597000', '124533.600000', '124533.603000', '124533.606000', '124533.609000', '124533.612000', '124533.615000', '124533.618000', '124533.620000', '124533.623000', '124533.626000', '124533.629000', '124533.632000', '124533.635000', '124553.509000', '124553.512000', '124553.515000', '124553.518000', '124553.521000', '124553.524000', '124553.527000', '124553.530000', '124553.533000', '124553.536000', '124553.539000', '124553.542000', '124553.545000', '124553.547000', '124553.550000', '124553.554000', '124553.556000', '124553.559000', '124553.562000', '124553.565000', '124553.568000', '124553.571000', '124553.574000', '124553.577000', '124553.580000', '124553.583000', '124553.586000', '124553.589000', '124553.592000', '124553.595000', '124553.598000', '124553.601000', '124553.604000', '124553.607000', '124553.609000', '124553.612000', '124553.615000', '124553.619000', '124553.622000', '124553.626000', '124553.629000', '124553.632000', '124553.635000', '124613.509000', '124613.512000', '124613.515000', '124613.518000', '124613.521000', '124613.524000', '124613.527000', '124613.530000', '124613.533000', '124613.536000', '124613.539000', '124613.542000', '124613.545000', '124613.548000', '124613.551000', '124613.554000', '124613.557000', '124613.560000', '124613.562000', '124613.565000', '124613.569000', '124613.572000', '124613.574000', '124613.577000', '124613.580000', '124613.583000', '124613.586000', '124613.589000', '124613.592000', '124613.595000', '124613.598000', '124613.601000', '124613.604000', '124613.607000', '124613.610000', '124613.613000', '124613.616000', '124613.619000', '124613.622000', '124613.625000', '124613.628000', '124613.630000', '124613.634000', '124613.636000', '124633.509000', '124633.512000', '124633.515000', '124633.518000', '124633.521000', '124633.524000', '124633.527000', '124633.530000', '124633.533000', '124633.536000', '124633.540000', '124633.543000', '124633.546000', '124633.549000', '124633.552000', '124633.555000', '124633.558000', '124633.561000', '124633.564000', '124633.567000', '124633.570000', '124633.573000', '124633.576000', '124633.579000', '124633.582000', '124633.585000', '124633.588000', '124633.591000', '124633.594000', '124633.596000', '124633.600000', '124633.603000', '124633.608000', '124633.612000', '124633.615000', '124633.618000', '124633.621000', '124633.624000', '124633.627000', '124633.629000', '124633.632000', '124633.635000', '124633.638000', '124653.509000', '124653.512000', '124653.515000', '124653.518000', '124653.521000', '124653.524000', '124653.527000', '124653.530000', '124653.533000', '124653.535000', '124653.538000', '124653.541000', '124653.544000', '124653.547000', '124653.550000', '124653.553000', '124653.556000', '124653.559000', '124653.562000', '124653.565000', '124653.568000', '124653.571000', '124653.574000', '124653.577000', '124653.580000', '124653.583000', '124653.586000', '124653.589000', '124653.592000', '124653.594000', '124653.597000', '124653.600000', '124653.603000', '124653.606000', '124653.609000', '124653.612000', '124653.615000', '124653.618000', '124653.621000', '124653.624000', '124653.627000', '124653.630000', '124653.632000', '124653.635000', '124713.509000', '124713.512000', '124713.515000', '124713.518000', '124713.521000', '124713.524000', '124713.527000', '124713.530000', '124713.533000', '124713.536000', '124713.539000', '124713.542000', '124713.545000', '124713.548000', '124713.551000', '124713.554000', '124713.557000', '124713.560000', '124713.563000', '124713.566000', '124713.569000', '124713.572000', '124713.575000', '124713.578000', '124713.581000', '124713.584000', '124713.587000', '124713.590000', '124713.592000', '124713.596000', '124713.598000', '124713.601000', '124713.604000', '124713.607000', '124713.610000', '124713.613000', '124713.616000', '124713.619000', '124713.622000', '124713.625000', '124713.628000', '124713.631000', '124713.634000', '124733.508000', '124733.511000', '124733.514000', '124733.517000', '124733.520000', '124733.523000', '124733.526000', '124733.529000', '124733.532000', '124733.535000', '124733.538000', '124733.541000', '124733.544000', '124733.547000', '124733.550000', '124733.553000', '124733.556000', '124733.559000', '124733.562000', '124733.565000', '124733.567000', '124733.570000', '124733.574000', '124733.577000', '124733.579000', '124733.582000', '124733.585000', '124733.588000', '124733.591000', '124733.594000', '124733.597000', '124733.600000', '124733.603000', '124733.606000', '124733.609000', '124733.612000', '124733.615000', '124733.618000', '124733.621000', '124733.624000', '124733.626000', '124733.629000', '124733.632000', '124733.635000', '124753.508000', '124753.511000', '124753.514000', '124753.517000', '124753.520000', '124753.523000', '124753.526000', '124753.529000', '124753.532000', '124753.535000', '124753.538000', '124753.541000', '124753.544000', '124753.547000', '124753.550000', '124753.553000', '124753.556000', '124753.558000', '124753.561000', '124753.564000', '124753.567000', '124753.570000', '124753.573000', '124753.577000', '124753.581000', '124753.584000', '124753.586000', '124753.589000', '124753.592000', '124753.595000', '124753.598000', '124753.601000', '124753.604000', '124753.607000', '124753.610000', '124753.613000', '124753.616000', '124753.619000', '124753.622000', '124753.625000', '124753.628000', '124753.631000', '124753.634000', '124813.509000', '124813.512000', '124813.515000', '124813.518000', '124813.521000', '124813.524000', '124813.527000', '124813.530000', '124813.533000', '124813.536000', '124813.539000', '124813.543000', '124813.546000', '124813.549000', '124813.552000', '124813.555000', '124813.558000', '124813.561000', '124813.564000', '124813.567000', '124813.570000', '124813.573000', '124813.576000', '124813.579000', '124813.582000', '124813.585000', '124813.588000', '124813.591000', '124813.594000', '124813.597000', '124813.600000', '124813.603000', '124813.606000', '124813.609000', '124813.612000', '124813.615000', '124813.618000', '124813.621000', '124813.624000', '124813.627000', '124813.630000', '124813.633000', '124813.636000', '124813.638000', '124833.509000', '124833.512000', '124833.515000', '124833.518000', '124833.521000', '124833.524000', '124833.527000', '124833.530000', '124833.533000', '124833.536000', '124833.539000', '124833.542000', '124833.545000', '124833.548000', '124833.551000', '124833.554000', '124833.557000', '124833.560000', '124833.563000', '124833.566000', '124833.569000', '124833.572000', '124833.575000', '124833.578000', '124833.581000', '124833.584000', '124833.587000', '124833.590000', '124833.593000', '124833.596000', '124833.599000', '124833.602000', '124833.605000', '124833.607000', '124833.610000', '124833.628000', '124833.631000', '124833.634000', '124833.637000', '124833.640000', '124833.643000', '124833.646000', '124833.649000', '124843.861000', '124843.866000', '124843.874000', '124843.877000', '124843.880000', '124843.883000', '124843.887000', '124843.890000', '124843.893000', '124843.896000', '124843.899000', '124843.902000', '124843.905000', '124843.908000', '124843.911000', '124843.914000', '124843.917000', '124843.920000', '124843.923000', '124843.926000', '124843.929000', '124843.931000', '124843.935000'], 'InstanceCreationTime': ['123853.543000', '123853.546000', '123853.551000', '123853.554000', '123853.557000', '123853.560000', '123853.563000', '123853.566000', '123853.569000', '123853.571000', '123853.575000', '123853.577000', '123853.580000', '123853.583000', '123853.586000', '123853.589000', '123853.592000', '123853.595000', '123853.598000', '123853.601000', '123853.604000', '123853.607000', '123853.610000', '123853.613000', '123853.616000', '123853.619000', '123853.622000', '123853.625000', '123853.628000', '123853.630000', '123853.633000', '123853.636000', '123853.639000', '123853.642000', '123853.645000', '123853.652000', '123853.655000', '123853.658000', '123913.509000', '123913.512000', '123913.515000', '123913.519000', '123913.521000', '123913.524000', '123913.527000', '123913.530000', '123913.533000', '123913.536000', '123913.539000', '123913.542000', '123913.545000', '123913.548000', '123913.551000', '123913.554000', '123913.557000', '123913.560000', '123913.563000', '123913.565000', '123913.568000', '123913.571000', '123913.574000', '123913.577000', '123913.580000', '123913.583000', '123913.586000', '123913.589000', '123913.592000', '123913.594000', '123913.597000', '123913.600000', '123913.603000', '123913.606000', '123913.609000', '123913.612000', '123913.615000', '123913.618000', '123913.620000', '123913.623000', '123913.626000', '123913.629000', '123913.632000', '123913.635000', '123933.509000', '123933.512000', '123933.515000', '123933.518000', '123933.521000', '123933.524000', '123933.527000', '123933.529000', '123933.532000', '123933.535000', '123933.538000', '123933.541000', '123933.544000', '123933.547000', '123933.550000', '123933.553000', '123933.556000', '123933.559000', '123933.568000', '123933.571000', '123933.574000', '123933.577000', '123933.580000', '123933.583000', '123933.586000', '123933.589000', '123933.592000', '123933.594000', '123933.597000', '123933.600000', '123933.603000', '123933.606000', '123933.609000', '123933.612000', '123933.615000', '123933.618000', '123933.621000', '123933.624000', '123933.627000', '123933.630000', '123933.633000', '123933.637000', '123933.640000', '123953.509000', '123953.512000', '123953.515000', '123953.518000', '123953.521000', '123953.524000', '123953.527000', '123953.529000', '123953.532000', '123953.535000', '123953.538000', '123953.541000', '123953.544000', '123953.547000', '123953.550000', '123953.553000', '123953.556000', '123953.559000', '123953.562000', '123953.565000', '123953.568000', '123953.571000', '123953.574000', '123953.577000', '123953.580000', '123953.583000', '123953.586000', '123953.588000', '123953.591000', '123953.594000', '123953.597000', '123953.600000', '123953.603000', '123953.606000', '123953.609000', '123953.612000', '123953.615000', '123953.618000', '123953.621000', '123953.623000', '123953.626000', '123953.629000', '123953.632000', '123953.635000', '124013.509000', '124013.512000', '124013.515000', '124013.518000', '124013.521000', '124013.524000', '124013.527000', '124013.530000', '124013.533000', '124013.536000', '124013.539000', '124013.542000', '124013.545000', '124013.548000', '124013.573000', '124013.576000', '124013.580000', '124013.582000', '124013.585000', '124013.589000', '124013.592000', '124013.595000', '124013.598000', '124013.601000', '124013.604000', '124013.607000', '124013.610000', '124013.613000', '124013.616000', '124013.619000', '124013.622000', '124013.625000', '124013.628000', '124013.631000', '124013.634000', '124013.636000', '124013.640000', '124013.643000', '124013.646000', '124013.649000', '124013.658000', '124013.661000', '124013.664000', '124033.508000', '124033.511000', '124033.514000', '124033.517000', '124033.520000', '124033.523000', '124033.526000', '124033.529000', '124033.532000', '124033.535000', '124033.538000', '124033.540000', '124033.543000', '124033.546000', '124033.549000', '124033.552000', '124033.555000', '124033.559000', '124033.561000', '124033.564000', '124033.567000', '124033.570000', '124033.573000', '124033.576000', '124033.579000', '124033.582000', '124033.585000', '124033.588000', '124033.591000', '124033.594000', '124033.597000', '124033.599000', '124033.602000', '124033.605000', '124033.608000', '124033.611000', '124033.614000', '124033.617000', '124033.620000', '124033.623000', '124033.626000', '124033.629000', '124033.632000', '124033.635000', '124053.508000', '124053.511000', '124053.514000', '124053.517000', '124053.520000', '124053.523000', '124053.526000', '124053.529000', '124053.532000', '124053.534000', '124053.537000', '124053.540000', '124053.544000', '124053.546000', '124053.549000', '124053.552000', '124053.555000', '124053.558000', '124053.561000', '124053.564000', '124053.567000', '124053.570000', '124053.573000', '124053.576000', '124053.579000', '124053.582000', '124053.585000', '124053.588000', '124053.590000', '124053.593000', '124053.596000', '124053.599000', '124053.602000', '124053.605000', '124053.608000', '124053.611000', '124053.614000', '124053.617000', '124053.620000', '124053.623000', '124053.626000', '124053.629000', '124053.632000', '124113.508000', '124113.511000', '124113.514000', '124113.517000', '124113.520000', '124113.523000', '124113.526000', '124113.529000', '124113.532000', '124113.535000', '124113.537000', '124113.540000', '124113.544000', '124113.546000', '124113.549000', '124113.552000', '124113.555000', '124113.558000', '124113.561000', '124113.564000', '124113.567000', '124113.570000', '124113.573000', '124113.576000', '124113.579000', '124113.582000', '124113.585000', '124113.588000', '124113.591000', '124113.594000', '124113.596000', '124113.599000', '124113.602000', '124113.605000', '124113.608000', '124113.611000', '124113.614000', '124113.617000', '124113.620000', '124113.623000', '124113.626000', '124113.629000', '124113.632000', '124113.635000', '124133.509000', '124133.512000', '124133.515000', '124133.518000', '124133.521000', '124133.524000', '124133.527000', '124133.530000', '124133.533000', '124133.535000', '124133.539000', '124133.542000', '124133.545000', '124133.548000', '124133.551000', '124133.554000', '124133.556000', '124133.559000', '124133.563000', '124133.565000', '124133.568000', '124133.571000', '124133.574000', '124133.577000', '124133.580000', '124133.583000', '124133.586000', '124133.589000', '124133.592000', '124133.595000', '124133.598000', '124133.601000', '124133.604000', '124133.607000', '124133.610000', '124133.613000', '124133.616000', '124133.618000', '124133.621000', '124133.625000', '124133.628000', '124133.631000', '124133.634000', '124153.509000', '124153.512000', '124153.515000', '124153.518000', '124153.521000', '124153.524000', '124153.527000', '124153.530000', '124153.533000', '124153.536000', '124153.539000', '124153.542000', '124153.545000', '124153.548000', '124153.551000', '124153.554000', '124153.557000', '124153.559000', '124153.562000', '124153.565000', '124153.568000', '124153.571000', '124153.574000', '124153.577000', '124153.580000', '124153.591000', '124153.594000', '124153.597000', '124153.600000', '124153.603000', '124153.606000', '124153.609000', '124153.612000', '124153.615000', '124153.618000', '124153.621000', '124153.624000', '124153.627000', '124153.630000', '124153.633000', '124153.636000', '124153.638000', '124153.641000', '124153.644000', '124213.509000', '124213.512000', '124213.515000', '124213.518000', '124213.521000', '124213.524000', '124213.527000', '124213.530000', '124213.533000', '124213.536000', '124213.539000', '124213.542000', '124213.544000', '124213.548000', '124213.551000', '124213.554000', '124213.556000', '124213.560000', '124213.563000', '124213.566000', '124213.568000', '124213.572000', '124213.575000', '124213.578000', '124213.580000', '124213.584000', '124213.586000', '124213.589000', '124213.592000', '124213.596000', '124213.598000', '124213.601000', '124213.604000', '124213.607000', '124213.610000', '124213.613000', '124213.616000', '124213.619000', '124213.622000', '124213.625000', '124213.628000', '124213.631000', '124213.634000', '124233.509000', '124233.512000', '124233.515000', '124233.518000', '124233.521000', '124233.524000', '124233.527000', '124233.530000', '124233.533000', '124233.536000', '124233.539000', '124233.542000', '124233.545000', '124233.548000', '124233.551000', '124233.554000', '124233.557000', '124233.559000', '124233.563000', '124233.565000', '124233.568000', '124233.571000', '124233.574000', '124233.577000', '124233.580000', '124233.583000', '124233.586000', '124233.589000', '124233.592000', '124233.595000', '124233.598000', '124233.601000', '124233.604000', '124233.607000', '124233.610000', '124233.613000', '124233.616000', '124233.619000', '124233.622000', '124233.625000', '124233.627000', '124233.630000', '124233.633000', '124253.508000', '124253.511000', '124253.514000', '124253.517000', '124253.520000', '124253.523000', '124253.526000', '124253.529000', '124253.532000', '124253.535000', '124253.538000', '124253.541000', '124253.544000', '124253.547000', '124253.549000', '124253.552000', '124253.555000', '124253.558000', '124253.561000', '124253.564000', '124253.567000', '124253.570000', '124253.573000', '124253.576000', '124253.579000', '124253.582000', '124253.585000', '124253.588000', '124253.591000', '124253.594000', '124253.596000', '124253.599000', '124253.602000', '124253.605000', '124253.608000', '124253.611000', '124253.614000', '124253.617000', '124253.620000', '124253.623000', '124253.626000', '124253.629000', '124253.632000', '124253.635000', '124313.510000', '124313.514000', '124313.517000', '124313.520000', '124313.523000', '124313.526000', '124313.529000', '124313.532000', '124313.535000', '124313.538000', '124313.541000', '124313.544000', '124313.547000', '124313.550000', '124313.553000', '124313.556000', '124313.558000', '124313.562000', '124313.564000', '124313.567000', '124313.570000', '124313.574000', '124313.577000', '124313.579000', '124313.582000', '124313.585000', '124313.588000', '124313.591000', '124313.594000', '124313.597000', '124313.600000', '124313.603000', '124313.606000', '124313.620000', '124313.623000', '124313.635000', '124313.638000', '124313.641000', '124313.643000', '124313.647000', '124313.650000', '124313.653000', '124313.655000', '124333.508000', '124333.511000', '124333.514000', '124333.517000', '124333.520000', '124333.523000', '124333.526000', '124333.529000', '124333.532000', '124333.535000', '124333.538000', '124333.540000', '124333.544000', '124333.546000', '124333.549000', '124333.553000', '124333.556000', '124333.559000', '124333.562000', '124333.565000', '124333.568000', '124333.571000', '124333.574000', '124333.577000', '124333.580000', '124333.583000', '124333.586000', '124333.589000', '124333.592000', '124333.595000', '124333.598000', '124333.601000', '124333.604000', '124333.607000', '124333.609000', '124333.612000', '124333.615000', '124333.618000', '124333.621000', '124333.624000', '124333.633000', '124333.636000', '124333.639000', '124333.642000', '124353.509000', '124353.512000', '124353.515000', '124353.518000', '124353.521000', '124353.524000', '124353.527000', '124353.530000', '124353.533000', '124353.536000', '124353.539000', '124353.542000', '124353.545000', '124353.548000', '124353.551000', '124353.554000', '124353.557000', '124353.560000', '124353.563000', '124353.566000', '124353.569000', '124353.573000', '124353.578000', '124353.581000', '124353.584000', '124353.587000', '124353.590000', '124353.593000', '124353.596000', '124353.599000', '124353.602000', '124353.605000', '124353.608000', '124353.611000', '124353.614000', '124353.617000', '124353.620000', '124353.623000', '124353.626000', '124353.629000', '124353.632000', '124353.634000', '124353.637000', '124413.509000', '124413.512000', '124413.515000', '124413.518000', '124413.521000', '124413.524000', '124413.527000', '124413.530000', '124413.533000', '124413.536000', '124413.539000', '124413.548000', '124413.551000', '124413.554000', '124413.557000', '124413.560000', '124413.563000', '124413.566000', '124413.569000', '124413.573000', '124413.575000', '124413.578000', '124413.581000', '124413.584000', '124413.587000', '124413.590000', '124413.593000', '124413.596000', '124413.599000', '124413.602000', '124413.605000', '124413.608000', '124413.611000', '124413.614000', '124413.617000', '124413.620000', '124413.623000', '124413.626000', '124413.628000', '124413.631000', '124413.634000', '124413.637000', '124413.640000', '124413.643000', '124433.509000', '124433.512000', '124433.515000', '124433.518000', '124433.521000', '124433.524000', '124433.527000', '124433.530000', '124433.533000', '124433.536000', '124433.541000', '124433.545000', '124433.548000', '124433.551000', '124433.554000', '124433.557000', '124433.560000', '124433.563000', '124433.566000', '124433.569000', '124433.572000', '124433.575000', '124433.578000', '124433.581000', '124433.584000', '124433.587000', '124433.590000', '124433.593000', '124433.596000', '124433.599000', '124433.601000', '124433.604000', '124433.607000', '124433.610000', '124433.613000', '124433.616000', '124433.619000', '124433.622000', '124433.625000', '124433.628000', '124433.631000', '124433.634000', '124433.636000', '124453.509000', '124453.512000', '124453.515000', '124453.518000', '124453.521000', '124453.524000', '124453.527000', '124453.530000', '124453.532000', '124453.535000', '124453.539000', '124453.541000', '124453.544000', '124453.547000', '124453.550000', '124453.553000', '124453.556000', '124453.559000', '124453.562000', '124453.565000', '124453.568000', '124453.571000', '124453.574000', '124453.577000', '124453.580000', '124453.583000', '124453.586000', '124453.589000', '124453.592000', '124453.594000', '124453.597000', '124453.600000', '124453.603000', '124453.606000', '124453.609000', '124453.612000', '124453.615000', '124453.618000', '124453.621000', '124453.624000', '124453.627000', '124453.630000', '124453.633000', '124453.635000', '124513.508000', '124513.511000', '124513.514000', '124513.517000', '124513.520000', '124513.523000', '124513.526000', '124513.529000', '124513.532000', '124513.535000', '124513.538000', '124513.540000', '124513.543000', '124513.546000', '124513.549000', '124513.552000', '124513.556000', '124513.559000', '124513.561000', '124513.564000', '124513.569000', '124513.574000', '124513.577000', '124513.580000', '124513.582000', '124513.585000', '124513.588000', '124513.591000', '124513.594000', '124513.597000', '124513.608000', '124513.611000', '124513.614000', '124513.617000', '124513.620000', '124513.623000', '124513.626000', '124513.629000', '124513.632000', '124513.635000', '124513.638000', '124513.641000', '124513.644000', '124533.508000', '124533.511000', '124533.514000', '124533.517000', '124533.520000', '124533.523000', '124533.526000', '124533.529000', '124533.532000', '124533.535000', '124533.538000', '124533.541000', '124533.544000', '124533.547000', '124533.550000', '124533.553000', '124533.556000', '124533.559000', '124533.562000', '124533.565000', '124533.567000', '124533.571000', '124533.573000', '124533.576000', '124533.579000', '124533.582000', '124533.585000', '124533.588000', '124533.591000', '124533.594000', '124533.597000', '124533.600000', '124533.603000', '124533.606000', '124533.609000', '124533.612000', '124533.615000', '124533.618000', '124533.620000', '124533.623000', '124533.626000', '124533.629000', '124533.632000', '124533.635000', '124553.509000', '124553.512000', '124553.515000', '124553.518000', '124553.521000', '124553.524000', '124553.527000', '124553.530000', '124553.533000', '124553.536000', '124553.539000', '124553.542000', '124553.545000', '124553.547000', '124553.550000', '124553.554000', '124553.556000', '124553.559000', '124553.562000', '124553.565000', '124553.568000', '124553.571000', '124553.574000', '124553.577000', '124553.580000', '124553.583000', '124553.586000', '124553.589000', '124553.592000', '124553.595000', '124553.598000', '124553.601000', '124553.604000', '124553.607000', '124553.609000', '124553.612000', '124553.615000', '124553.619000', '124553.622000', '124553.626000', '124553.629000', '124553.632000', '124553.635000', '124613.509000', '124613.512000', '124613.515000', '124613.518000', '124613.521000', '124613.524000', '124613.527000', '124613.530000', '124613.533000', '124613.536000', '124613.539000', '124613.542000', '124613.545000', '124613.548000', '124613.551000', '124613.554000', '124613.557000', '124613.560000', '124613.562000', '124613.565000', '124613.569000', '124613.572000', '124613.574000', '124613.577000', '124613.580000', '124613.583000', '124613.586000', '124613.589000', '124613.592000', '124613.595000', '124613.598000', '124613.601000', '124613.604000', '124613.607000', '124613.610000', '124613.613000', '124613.616000', '124613.619000', '124613.622000', '124613.625000', '124613.628000', '124613.630000', '124613.634000', '124613.636000', '124633.509000', '124633.512000', '124633.515000', '124633.518000', '124633.521000', '124633.524000', '124633.527000', '124633.530000', '124633.533000', '124633.536000', '124633.540000', '124633.543000', '124633.546000', '124633.549000', '124633.552000', '124633.555000', '124633.558000', '124633.561000', '124633.564000', '124633.567000', '124633.570000', '124633.573000', '124633.576000', '124633.579000', '124633.582000', '124633.585000', '124633.588000', '124633.591000', '124633.594000', '124633.596000', '124633.600000', '124633.603000', '124633.608000', '124633.612000', '124633.615000', '124633.618000', '124633.621000', '124633.624000', '124633.627000', '124633.629000', '124633.632000', '124633.635000', '124633.638000', '124653.509000', '124653.512000', '124653.515000', '124653.518000', '124653.521000', '124653.524000', '124653.527000', '124653.530000', '124653.533000', '124653.535000', '124653.538000', '124653.541000', '124653.544000', '124653.547000', '124653.550000', '124653.553000', '124653.556000', '124653.559000', '124653.562000', '124653.565000', '124653.568000', '124653.571000', '124653.574000', '124653.577000', '124653.580000', '124653.583000', '124653.586000', '124653.589000', '124653.592000', '124653.594000', '124653.597000', '124653.600000', '124653.603000', '124653.606000', '124653.609000', '124653.612000', '124653.615000', '124653.618000', '124653.621000', '124653.624000', '124653.627000', '124653.630000', '124653.632000', '124653.635000', '124713.509000', '124713.512000', '124713.515000', '124713.518000', '124713.521000', '124713.524000', '124713.527000', '124713.530000', '124713.533000', '124713.536000', '124713.539000', '124713.542000', '124713.545000', '124713.548000', '124713.551000', '124713.554000', '124713.557000', '124713.560000', '124713.563000', '124713.566000', '124713.569000', '124713.572000', '124713.575000', '124713.578000', '124713.581000', '124713.584000', '124713.587000', '124713.590000', '124713.592000', '124713.596000', '124713.598000', '124713.601000', '124713.604000', '124713.607000', '124713.610000', '124713.613000', '124713.616000', '124713.619000', '124713.622000', '124713.625000', '124713.628000', '124713.631000', '124713.634000', '124733.508000', '124733.511000', '124733.514000', '124733.517000', '124733.520000', '124733.523000', '124733.526000', '124733.529000', '124733.532000', '124733.535000', '124733.538000', '124733.541000', '124733.544000', '124733.547000', '124733.550000', '124733.553000', '124733.556000', '124733.559000', '124733.562000', '124733.565000', '124733.567000', '124733.570000', '124733.574000', '124733.577000', '124733.579000', '124733.582000', '124733.585000', '124733.588000', '124733.591000', '124733.594000', '124733.597000', '124733.600000', '124733.603000', '124733.606000', '124733.609000', '124733.612000', '124733.615000', '124733.618000', '124733.621000', '124733.624000', '124733.626000', '124733.629000', '124733.632000', '124733.635000', '124753.508000', '124753.511000', '124753.514000', '124753.517000', '124753.520000', '124753.523000', '124753.526000', '124753.529000', '124753.532000', '124753.535000', '124753.538000', '124753.541000', '124753.544000', '124753.547000', '124753.550000', '124753.553000', '124753.556000', '124753.558000', '124753.561000', '124753.564000', '124753.567000', '124753.570000', '124753.573000', '124753.577000', '124753.581000', '124753.584000', '124753.586000', '124753.589000', '124753.592000', '124753.595000', '124753.598000', '124753.601000', '124753.604000', '124753.607000', '124753.610000', '124753.613000', '124753.616000', '124753.619000', '124753.622000', '124753.625000', '124753.628000', '124753.631000', '124753.634000', '124813.509000', '124813.512000', '124813.515000', '124813.518000', '124813.521000', '124813.524000', '124813.527000', '124813.530000', '124813.533000', '124813.536000', '124813.539000', '124813.543000', '124813.546000', '124813.549000', '124813.552000', '124813.555000', '124813.558000', '124813.561000', '124813.564000', '124813.567000', '124813.570000', '124813.573000', '124813.576000', '124813.579000', '124813.582000', '124813.585000', '124813.588000', '124813.591000', '124813.594000', '124813.597000', '124813.600000', '124813.603000', '124813.606000', '124813.609000', '124813.612000', '124813.615000', '124813.618000', '124813.621000', '124813.624000', '124813.627000', '124813.630000', '124813.633000', '124813.636000', '124813.638000', '124833.509000', '124833.512000', '124833.515000', '124833.518000', '124833.521000', '124833.524000', '124833.527000', '124833.530000', '124833.533000', '124833.536000', '124833.539000', '124833.542000', '124833.545000', '124833.548000', '124833.551000', '124833.554000', '124833.557000', '124833.560000', '124833.563000', '124833.566000', '124833.569000', '124833.572000', '124833.575000', '124833.578000', '124833.581000', '124833.584000', '124833.587000', '124833.590000', '124833.593000', '124833.596000', '124833.599000', '124833.602000', '124833.605000', '124833.607000', '124833.610000', '124833.628000', '124833.631000', '124833.634000', '124833.637000', '124833.640000', '124833.643000', '124833.646000', '124833.649000', '124843.861000', '124843.866000', '124843.874000', '124843.877000', '124843.880000', '124843.883000', '124843.887000', '124843.890000', '124843.893000', '124843.896000', '124843.899000', '124843.902000', '124843.905000', '124843.908000', '124843.911000', '124843.914000', '124843.917000', '124843.920000', '124843.923000', '124843.926000', '124843.929000', '124843.931000', '124843.935000'], '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': [8611, 14758, 8419, 14233, 8424, 11277, 8369, 9756, 7984, 7932, 8881, 8062, 7901, 8176, 8708, 8353, 9201, 8467, 9580, 8481, 9393, 8425, 9170, 8696, 8614, 8907, 9266, 8609, 8398, 9005, 8371, 13338, 8381, 11833, 8412, 10171, 8866, 9474, 8716, 9432, 8924, 8730, 8589, 8924, 8311, 9342, 8476, 8949, 8657, 13310, 8866, 11031, 8893, 11085, 10002, 9346, 9638, 8506, 9235, 9218, 8687, 9027, 8037, 8884, 7873, 15011, 9634, 14221, 10585, 12240, 8651, 10338, 8192, 12381, 8668, 11970, 7915, 8142, 7894, 8355, 7952, 15004, 10511, 11905, 8149, 8905, 8169, 10403, 8519, 13860, 7993, 12593, 8355, 11382, 8989, 12351, 9190, 9743, 8187, 8416, 8289, 8546, 10005, 9294, 9790, 8332, 9342, 9726, 8541, 9464, 7838, 8739, 10774, 8303, 10189, 9684, 7878, 12757, 8589, 14291, 11337, 12458, 8363, 8381, 8118, 8929, 8047, 8460, 12543, 8391, 7927, 7933, 7912, 8482, 8205, 11038, 7880, 9631, 8003, 8316, 8255, 8654, 8328, 8594, 8967, 8045, 8341, 8615, 8377, 8230, 8118, 8966, 8268, 9398, 8621, 8722, 7992, 8716, 7753, 8296, 12050, 8405, 9148, 8040, 8365, 7826, 8138, 11564, 8388, 11138, 8399, 9728, 8426, 9617, 7926, 13493, 8295, 10293, 8258, 9619, 8424, 9723, 8458, 10961, 8666, 8801, 8466, 8108, 8083, 8611, 8420, 8030, 8376, 8065, 9152, 7988, 7942, 8351, 8016, 7936, 7761, 7907, 8289, 8039, 8230, 8184, 8171, 7278, 8195, 9336, 8349, 11652, 8375, 12922, 8336, 13522, 8615, 13913, 10816, 13727, 8290, 11749, 7931, 10443, 8093, 9926, 7914, 10505, 8119, 8619, 8003, 8112, 9322, 8175, 15121, 9233, 12518, 8279, 8981, 8208, 8752, 8468, 8613, 8427, 9771, 8404, 9379, 8238, 8489, 14596, 8651, 12530, 8155, 9074, 14032, 10004, 15089, 8283, 12083, 8222, 8481, 8275, 7997, 8229, 7996, 8831, 8151, 8320, 8360, 8035, 8170, 8756, 8165, 12951, 8170, 13671, 9305, 12376, 8208, 9412, 8172, 8904, 7584, 10371, 7817, 8329, 8116, 8060, 7744, 13119, 8095, 9774, 8113, 8760, 7928, 11153, 8284, 12038, 8158, 10018, 8041, 10036, 7789, 11656, 7813, 7974, 8315, 7967, 8698, 8078, 10461, 8161, 11664, 8108, 11553, 8260, 12206, 8116, 10774, 8125, 9694, 7738, 8887, 8049, 8064, 7799, 8016, 7966, 8134, 9467, 8005, 9846, 8406, 10190, 8154, 11549, 9131, 7450, 8062, 8021, 7894, 8206, 10853, 8201, 9995, 8218, 8954, 7845, 8280, 7624, 10938, 7817, 8060, 7726, 8112, 7696, 9219, 8058, 8377, 8235, 7950, 8035, 8270, 7731, 9023, 7717, 8002, 8292, 8223, 12043, 8345, 13363, 8213, 9709, 8036, 8188, 14984, 8216, 11299, 7760, 8279, 7935, 8133, 7733, 8160, 8410, 8361, 8736, 8334, 8455, 8192, 8457, 7671, 8118, 8016, 8190, 11706, 8250, 12501, 8821, 12095, 8136, 8804, 7966, 8247, 14180, 8724, 14083, 8288, 11318, 8215, 9423, 8114, 7935, 10879, 8320, 10364, 8237, 9353, 8181, 9250, 8161, 9141, 8313, 9272, 8250, 8626, 8223, 9038, 8668, 10355, 8172, 9908, 8244, 8717, 9136, 8350, 14782, 10788, 12988, 8414, 7888, 8458, 8329, 8585, 8127, 8365, 7884, 8007, 7766, 8011, 7988, 7883, 8633, 8676, 13370, 9515, 8043, 15505, 10478, 13684, 8786, 11340, 10316, 8961, 14906, 11243, 15778, 12368, 9457, 10957, 9266, 14428, 12521, 14232, 13298, 9781, 14903, 8987, 14940, 8560, 11714, 7868, 9651, 7848, 8095, 8015, 7732, 8135, 7749, 7858, 8072, 7556, 7929, 7889, 8038, 11666, 7709, 10730, 7882, 9717, 7888, 8702, 7436, 7846, 7474, 7698, 7922, 7633, 8521, 7753, 8637, 7705, 7762, 7726, 7607, 7578, 7616, 8970, 7881, 8813, 8165, 9162, 8285, 7836, 7745, 7718, 7516, 7503, 7657, 7745, 7932, 7552, 7335, 7919, 8118, 8019, 10103, 8159, 10305, 8747, 8223, 8083, 9381, 8649, 8338, 8227, 8247, 8745, 10791, 8647, 10584, 8815, 10000, 9017, 11660, 8375, 11749, 8650, 8478, 7794, 7928, 8189, 8899, 8204, 7912, 13184, 8432, 12930, 8614, 10419, 8713, 9645, 8849, 8305, 9072, 8431, 9055, 8610, 9369, 8893, 9475, 8345, 9413, 9201, 9183, 11710, 9008, 10281, 9063, 14502, 11301, 15597, 8294, 9414, 7900, 9408, 8788, 7667, 12198, 8618, 7569, 7663, 7826, 8794, 7828, 7771, 9014, 8015, 8200, 10214, 7587, 13382, 10352, 14633, 13963, 11201, 12995, 9893, 13923, 12025, 14532, 10927, 14080, 9956, 14660, 11292, 13367, 7938, 8606, 7805, 8645, 7712, 11084, 7849, 7645, 7761, 7664, 8555, 7996, 8821, 8140, 8155, 7921, 11360, 10582, 15630, 7861, 9995, 7830, 7847, 7690, 7696, 8073, 7792, 8213, 7546, 8517, 7580, 8185, 7672, 8216, 7688, 8401, 7903, 7455, 7958, 7502, 7780, 7440, 12903, 7523, 11943, 7452, 9508, 7843, 8524, 7940, 8243, 7813, 8282, 7620, 7660, 7553, 7864, 7463, 7862, 12983, 7853, 10676, 7796, 9049, 7650, 7951, 7798, 7658, 7287, 7707, 6903, 7627, 7000, 8075, 7161, 7918, 8800, 8101, 8291, 8076, 8933, 7563, 7712, 7750, 7634, 8352, 9503, 7374, 9514, 7885, 8031, 8119, 8275, 7971, 8267, 7656, 7261, 7650, 10204, 8743, 13701, 9506, 9584, 7741, 12540, 8257, 16271, 12135, 15382, 8387, 13034, 7949, 11566, 10304, 14519, 8351, 9810, 7543, 7783, 8273, 7784, 7896, 7804, 7576, 7534, 7592, 7651, 7734, 7826, 8588, 7773, 9400, 7632, 8581, 7655, 8356, 7732, 7885, 7456, 7640, 7731, 7771, 10991, 8083, 10546, 7678, 7534, 7732, 7767, 7845, 7828, 10394, 8333, 13388, 7818, 9877, 7903, 10425, 7716, 10891, 7670, 13786, 10116, 12990, 8074, 7689, 10802, 8814, 12830, 7850, 7583, 13366, 12377, 14873, 10601, 9863, 7514, 8674, 6951, 7643, 7679, 7677, 7424, 8872, 7671, 7716, 12383, 9467, 10653, 7868, 8302, 7831, 9059, 8849, 13317, 9377, 11914, 11382, 7829, 7207, 7528, 7520, 7479, 7385, 8132, 7406, 7956, 7918, 8215, 7953, 10448, 7848, 11138, 7978, 10088, 7725, 9555, 7623, 8867, 7481, 8767, 7634, 9053, 7567, 8123, 7555, 7878, 7721, 8151, 8160, 7937, 9828, 7739, 8505, 7692, 9293, 7529, 8232, 7142, 7958, 8413, 7851, 7303, 7818, 7359, 7665, 7064, 7714, 7975, 7651, 8613, 8009, 7785, 7582, 7574, 7680, 9781, 8133, 14278, 8361, 13724, 7842, 10953, 7550, 11759, 9520, 9892, 7907, 7221, 7581, 7189, 7661, 11329, 9511, 8020, 7716, 7922, 13553, 10689, 16528, 8442, 13126, 7563, 14889, 11429, 15728, 11490, 13418, 8365, 7670, 9372, 9066, 15179, 9938, 15490, 7588, 11934, 7607, 10930, 9116, 12059, 8061, 7694, 7692, 7548, 7951, 7683, 7609, 7658, 7453, 7813, 8690, 7687, 15064, 10600, 15321, 9318, 12094, 8144, 8703, 8297, 9473, 10906, 7356, 15429, 7620, 11457, 8335, 9568, 7480, 7649, 8069, 7477, 8841, 7607, 8948, 7684, 9670, 7640, 8282, 8025, 7612, 7926, 8243, 7531, 8091, 7699, 9100, 7415, 9986, 9038, 13398, 8512, 11897, 7835, 10282, 7674, 9796, 8408, 12229, 7723, 9049, 7731, 7949, 7631, 8108, 7370, 7747, 7460, 7488, 7311, 7735, 11006, 7922, 12989, 7723, 9829, 7512, 9012, 7481, 8774, 8073, 9215, 7979, 9434, 7769, 7769, 7462, 8025, 10938, 8062, 10363, 7887, 9339, 7539, 9353, 7891, 10295, 7574, 10334, 7457, 10057, 7806, 9782, 7649, 10340, 7569, 7547, 7547, 7999, 7782, 9945, 8394, 7350, 8272, 7663, 7370, 7895, 12545, 7574, 15422, 7478, 11551, 7495, 9958, 7895, 10245, 7712, 8700, 7808, 7493, 7810, 7635, 7992, 9147, 7907, 8545, 8096, 7742, 10453, 7964, 15575, 9601, 15307, 7388, 11903, 7267, 9895, 8305, 12987, 7932, 9725, 7649, 8144, 7671, 9796, 8126, 11077, 7314, 7638, 7633, 7773, 9711, 9120, 11624, 7821, 9945, 8128, 7306, 8256, 7820, 7435, 7467, 7224, 7814, 8936, 7826, 14145, 8117, 10338, 7855, 7505, 13587, 8704, 16377, 11094, 13073, 8455, 7646, 7778, 7761, 11790, 7643, 9416, 7478, 7772, 7651, 7714, 7500, 7854, 7457, 7654, 7736, 8087, 7428, 8404, 7497, 8746, 8353, 12424, 8490, 10709, 9485, 8130, 16107, 13148, 14739, 9409, 11203, 7870, 8106, 15872, 10102, 13303, 8606, 10876, 7347, 7614, 7203, 8089, 8116, 8115, 8226, 7814, 7281, 7808, 7455, 7973, 8011, 7328, 10830, 9061, 7360, 9201, 7729, 7796, 13396, 8574, 14266, 9609, 14232, 9703, 12391, 11285, 11317, 16054, 12394, 16378, 14121, 14791, 11898, 12390, 7854, 7753, 7393, 7868, 7606, 7611, 11864, 7807, 9319, 7391, 7777, 7845, 7724, 13881, 7956, 9552, 7274, 7833, 7773, 7494, 13701, 7903, 9314, 7457, 7612, 7678, 7776, 8902, 7577, 7836, 7469, 7667, 8266, 7840, 7381, 7873, 7993, 7508, 8560, 7814, 8447, 7637, 8191, 7770, 7448, 7814, 8022, 7807, 7696, 7946, 8938, 8749, 8094, 7703, 8172, 8688, 12689, 8542, 10726, 7607, 9192, 10158, 9987, 12097, 8213, 11975, 8152, 11093, 7753, 12371, 8979, 8307, 8039, 8365, 7985, 7956, 7927, 8346, 8131, 9668, 8069, 9307, 8340, 9075, 8262, 9709, 7838, 8248, 8449, 8109, 8356, 8253, 7777, 8181, 7904, 8228, 8257, 8253, 8512, 8245, 8114, 8411, 7734, 8023, 10501, 8903, 9023, 8748, 9262, 8349, 13426, 9206, 9047, 8312, 8127, 9991, 15369, 8995, 12458, 8176, 10947, 8093, 13839, 10660, 16314, 12182, 14725, 9134, 11882, 9237, 10849, 11620], 'WindowCenter': [3937.0, 3966.0, 3910.0, 3940.0, 3907.0, 3916.0, 3895.0, 3904.0, 3893.0, 3892.0, 3892.0, 3892.0, 3892.0, 3894.0, 3893.0, 3895.0, 3903.0, 3906.0, 3915.0, 3918.0, 3918.0, 3919.0, 3918.0, 3921.0, 3919.0, 3922.0, 3930.0, 3920.0, 3920.0, 3921.0, 3920.0, 3951.0, 3920.0, 3940.0, 3910.0, 3930.0, 3921.0, 3930.0, 3934.0, 3933.0, 3932.0, 3932.0, 3933.0, 3945.0, 3935.0, 3946.0, 3937.0, 3947.0, 3947.0, 3966.0, 3946.0, 3969.0, 3949.0, 3969.0, 3949.0, 3934.0, 3935.0, 3933.0, 3946.0, 3946.0, 3935.0, 3947.0, 3934.0, 3946.0, 3923.0, 3977.0, 3943.0, 3963.0, 3943.0, 3940.0, 3919.0, 3928.0, 3919.0, 3951.0, 3918.0, 3937.0, 3906.0, 3904.0, 3905.0, 3905.0, 3909.0, 3960.0, 3928.0, 3937.0, 3905.0, 3904.0, 3905.0, 3926.0, 3907.0, 3948.0, 3894.0, 3926.0, 3903.0, 3924.0, 3906.0, 3925.0, 3914.0, 3914.0, 3902.0, 3903.0, 3904.0, 3920.0, 3917.0, 3904.0, 3914.0, 3906.0, 3931.0, 3942.0, 3932.0, 3931.0, 3908.0, 3919.0, 3941.0, 3918.0, 3929.0, 3917.0, 3895.0, 3926.0, 3904.0, 3937.0, 3915.0, 3924.0, 3903.0, 3906.0, 3906.0, 3905.0, 3894.0, 3890.0, 3923.0, 3891.0, 3892.0, 3891.0, 3888.0, 3890.0, 3890.0, 3911.0, 3890.0, 3902.0, 3890.0, 3889.0, 3902.0, 3904.0, 3902.0, 3903.0, 3904.0, 3904.0, 3906.0, 3904.0, 3905.0, 3905.0, 3895.0, 3904.0, 3893.0, 3903.0, 3904.0, 3904.0, 3892.0, 3903.0, 3893.0, 3906.0, 3926.0, 3904.0, 3916.0, 3904.0, 3905.0, 3893.0, 3905.0, 3926.0, 3905.0, 3925.0, 3906.0, 3913.0, 3903.0, 3915.0, 3893.0, 3935.0, 3904.0, 3914.0, 3893.0, 3902.0, 3904.0, 3913.0, 3905.0, 3913.0, 3905.0, 3902.0, 3903.0, 3893.0, 3893.0, 3903.0, 3904.0, 3904.0, 3907.0, 3904.0, 3916.0, 3906.0, 3906.0, 3919.0, 3908.0, 3920.0, 3919.0, 3907.0, 3919.0, 3908.0, 3919.0, 3920.0, 3920.0, 3908.0, 3918.0, 3918.0, 3920.0, 3939.0, 3917.0, 3938.0, 3906.0, 3937.0, 3905.0, 3936.0, 3927.0, 3937.0, 3906.0, 3924.0, 3893.0, 3913.0, 3893.0, 3914.0, 3905.0, 3924.0, 3905.0, 3905.0, 3904.0, 3904.0, 3904.0, 3904.0, 3947.0, 3903.0, 3935.0, 3904.0, 3902.0, 3906.0, 3906.0, 3918.0, 3918.0, 3920.0, 3928.0, 3919.0, 3929.0, 3919.0, 3920.0, 3961.0, 3919.0, 3938.0, 3906.0, 3917.0, 3948.0, 3917.0, 3948.0, 3904.0, 3936.0, 3904.0, 3903.0, 3904.0, 3893.0, 3904.0, 3904.0, 3915.0, 3904.0, 3904.0, 3905.0, 3905.0, 3906.0, 3905.0, 3904.0, 3936.0, 3905.0, 3936.0, 3916.0, 3935.0, 3905.0, 3901.0, 3892.0, 3903.0, 3892.0, 3913.0, 3893.0, 3891.0, 3892.0, 3892.0, 3892.0, 3935.0, 3892.0, 3912.0, 3892.0, 3890.0, 3894.0, 3923.0, 3903.0, 3924.0, 3892.0, 3900.0, 3892.0, 3912.0, 3892.0, 3912.0, 3891.0, 3891.0, 3890.0, 3890.0, 3891.0, 3890.0, 3913.0, 3890.0, 3911.0, 3889.0, 3911.0, 3890.0, 3922.0, 3891.0, 3910.0, 3890.0, 3899.0, 3878.0, 3902.0, 3889.0, 3890.0, 3878.0, 3878.0, 3878.0, 3889.0, 3900.0, 3889.0, 3900.0, 3890.0, 3900.0, 3905.0, 3924.0, 3904.0, 3895.0, 3903.0, 3903.0, 3892.0, 3904.0, 3913.0, 3905.0, 3912.0, 3892.0, 3901.0, 3891.0, 3891.0, 3880.0, 3911.0, 3891.0, 3889.0, 3879.0, 3878.0, 3880.0, 3901.0, 3891.0, 3890.0, 3892.0, 3889.0, 3891.0, 3891.0, 3892.0, 3902.0, 3892.0, 3891.0, 3891.0, 3893.0, 3923.0, 3893.0, 3933.0, 3891.0, 3902.0, 3890.0, 3891.0, 3932.0, 3891.0, 3912.0, 3879.0, 3890.0, 3879.0, 3889.0, 3879.0, 3903.0, 3891.0, 3905.0, 3903.0, 3905.0, 3905.0, 3906.0, 3919.0, 3908.0, 3908.0, 3907.0, 3907.0, 3939.0, 3919.0, 3938.0, 3919.0, 3939.0, 3906.0, 3917.0, 3905.0, 3905.0, 3937.0, 3905.0, 3947.0, 3906.0, 3925.0, 3895.0, 3903.0, 3894.0, 3895.0, 3915.0, 3905.0, 3914.0, 3905.0, 3903.0, 3904.0, 3903.0, 3905.0, 3916.0, 3907.0, 3917.0, 3907.0, 3916.0, 3918.0, 3918.0, 3922.0, 3929.0, 3920.0, 3930.0, 3918.0, 3919.0, 3918.0, 3908.0, 3950.0, 3928.0, 3938.0, 3907.0, 3907.0, 3908.0, 3908.0, 3916.0, 3908.0, 3917.0, 3919.0, 3919.0, 3908.0, 3904.0, 3906.0, 3905.0, 3916.0, 3918.0, 3949.0, 3930.0, 3922.0, 3973.0, 3941.0, 3961.0, 3918.0, 3926.0, 3913.0, 3903.0, 3947.0, 3926.0, 3946.0, 3923.0, 3901.0, 3899.0, 3888.0, 3920.0, 3907.0, 3908.0, 3896.0, 3871.0, 3902.0, 3859.0, 3891.0, 3857.0, 3866.0, 3847.0, 3855.0, 3847.0, 3844.0, 3847.0, 3846.0, 3858.0, 3847.0, 3860.0, 3861.0, 3861.0, 3862.0, 3862.0, 3862.0, 3883.0, 3862.0, 3882.0, 3863.0, 3873.0, 3862.0, 3873.0, 3864.0, 3864.0, 3864.0, 3876.0, 3876.0, 3877.0, 3875.0, 3878.0, 3888.0, 3879.0, 3879.0, 3879.0, 3879.0, 3880.0, 3881.0, 3890.0, 3894.0, 3903.0, 3893.0, 3902.0, 3893.0, 3891.0, 3894.0, 3893.0, 3894.0, 3895.0, 3896.0, 3896.0, 3906.0, 3895.0, 3895.0, 3907.0, 3905.0, 3907.0, 3927.0, 3907.0, 3943.0, 3918.0, 3921.0, 3909.0, 3931.0, 3932.0, 3920.0, 3922.0, 3921.0, 3923.0, 3941.0, 3922.0, 3940.0, 3922.0, 3930.0, 3920.0, 3942.0, 3909.0, 3940.0, 3920.0, 3908.0, 3908.0, 3909.0, 3909.0, 3917.0, 3909.0, 3908.0, 3938.0, 3908.0, 3938.0, 3907.0, 3928.0, 3909.0, 3929.0, 3920.0, 3909.0, 3931.0, 3920.0, 3932.0, 3920.0, 3933.0, 3931.0, 3933.0, 3922.0, 3932.0, 3933.0, 3934.0, 3954.0, 3934.0, 3931.0, 3948.0, 3966.0, 3956.0, 3989.0, 3935.0, 3933.0, 3922.0, 3934.0, 3932.0, 3922.0, 3953.0, 3933.0, 3921.0, 3909.0, 3908.0, 3918.0, 3908.0, 3922.0, 3932.0, 3921.0, 3934.0, 3944.0, 3923.0, 3964.0, 3931.0, 3964.0, 3951.0, 3928.0, 3938.0, 3915.0, 3937.0, 3925.0, 3935.0, 3901.0, 3921.0, 3886.0, 3919.0, 3896.0, 3904.0, 3863.0, 3861.0, 3851.0, 3861.0, 3861.0, 3882.0, 3861.0, 3861.0, 3862.0, 3863.0, 3873.0, 3874.0, 3886.0, 3874.0, 3863.0, 3873.0, 3896.0, 3896.0, 3927.0, 3875.0, 3886.0, 3864.0, 3874.0, 3875.0, 3877.0, 3877.0, 3879.0, 3889.0, 3879.0, 3889.0, 3881.0, 3890.0, 3879.0, 3889.0, 3879.0, 3889.0, 3878.0, 3879.0, 3878.0, 3878.0, 3877.0, 3879.0, 3909.0, 3878.0, 3908.0, 3878.0, 3898.0, 3878.0, 3888.0, 3891.0, 3891.0, 3892.0, 3902.0, 3893.0, 3892.0, 3893.0, 3903.0, 3892.0, 3906.0, 3935.0, 3903.0, 3913.0, 3893.0, 3902.0, 3893.0, 3904.0, 3893.0, 3893.0, 3893.0, 3894.0, 3895.0, 3905.0, 3896.0, 3906.0, 3896.0, 3908.0, 3917.0, 3919.0, 3917.0, 3919.0, 3919.0, 3908.0, 3907.0, 3909.0, 3908.0, 3919.0, 3943.0, 3909.0, 3928.0, 3908.0, 3919.0, 3921.0, 3920.0, 3921.0, 3921.0, 3920.0, 3908.0, 3908.0, 3930.0, 3921.0, 3950.0, 3928.0, 3917.0, 3905.0, 3937.0, 3908.0, 3959.0, 3937.0, 3948.0, 3905.0, 3935.0, 3893.0, 3924.0, 3915.0, 3936.0, 3892.0, 3901.0, 3891.0, 3880.0, 3891.0, 3891.0, 3891.0, 3892.0, 3892.0, 3891.0, 3892.0, 3892.0, 3893.0, 3893.0, 3903.0, 3893.0, 3902.0, 3892.0, 3902.0, 3893.0, 3905.0, 3893.0, 3892.0, 3893.0, 3893.0, 3892.0, 3893.0, 3913.0, 3906.0, 3914.0, 3892.0, 3893.0, 3905.0, 3907.0, 3906.0, 3908.0, 3927.0, 3919.0, 3948.0, 3908.0, 3926.0, 3907.0, 3926.0, 3894.0, 3924.0, 3895.0, 3935.0, 3915.0, 3948.0, 3905.0, 3905.0, 3925.0, 3904.0, 3935.0, 3892.0, 3894.0, 3937.0, 3924.0, 3934.0, 3903.0, 3889.0, 3870.0, 3878.0, 3867.0, 3866.0, 3877.0, 3891.0, 3892.0, 3903.0, 3892.0, 3892.0, 3920.0, 3888.0, 3897.0, 3877.0, 3888.0, 3878.0, 3891.0, 3891.0, 3921.0, 3888.0, 3908.0, 3897.0, 3875.0, 3863.0, 3866.0, 3865.0, 3866.0, 3866.0, 3879.0, 3878.0, 3877.0, 3877.0, 3876.0, 3878.0, 3898.0, 3877.0, 3897.0, 3878.0, 3898.0, 3878.0, 3899.0, 3879.0, 3890.0, 3880.0, 3890.0, 3892.0, 3900.0, 3891.0, 3890.0, 3892.0, 3892.0, 3892.0, 3892.0, 3893.0, 3893.0, 3912.0, 3892.0, 3902.0, 3893.0, 3903.0, 3895.0, 3903.0, 3884.0, 3904.0, 3905.0, 3907.0, 3896.0, 3906.0, 3896.0, 3907.0, 3897.0, 3907.0, 3906.0, 3908.0, 3919.0, 3909.0, 3909.0, 3909.0, 3907.0, 3909.0, 3930.0, 3921.0, 3962.0, 3921.0, 3950.0, 3908.0, 3938.0, 3910.0, 3941.0, 3932.0, 3930.0, 3921.0, 3910.0, 3910.0, 3910.0, 3919.0, 3941.0, 3932.0, 3921.0, 3909.0, 3910.0, 3953.0, 3943.0, 3974.0, 3921.0, 3952.0, 3909.0, 3950.0, 3939.0, 3960.0, 3928.0, 3937.0, 3906.0, 3892.0, 3903.0, 3905.0, 3936.0, 3902.0, 3935.0, 3881.0, 3910.0, 3880.0, 3911.0, 3889.0, 3912.0, 3891.0, 3879.0, 3881.0, 3880.0, 3880.0, 3891.0, 3881.0, 3882.0, 3882.0, 3891.0, 3892.0, 3892.0, 3933.0, 3913.0, 3934.0, 3902.0, 3912.0, 3880.0, 3889.0, 3877.0, 3901.0, 3899.0, 3879.0, 3929.0, 3878.0, 3898.0, 3877.0, 3889.0, 3867.0, 3878.0, 3877.0, 3866.0, 3887.0, 3878.0, 3888.0, 3879.0, 3888.0, 3880.0, 3888.0, 3890.0, 3879.0, 3893.0, 3891.0, 3893.0, 3894.0, 3894.0, 3902.0, 3882.0, 3913.0, 3904.0, 3934.0, 3904.0, 3925.0, 3883.0, 3911.0, 3893.0, 3903.0, 3892.0, 3924.0, 3894.0, 3903.0, 3893.0, 3892.0, 3892.0, 3893.0, 3894.0, 3892.0, 3894.0, 3882.0, 3881.0, 3893.0, 3915.0, 3893.0, 3935.0, 3893.0, 3913.0, 3893.0, 3902.0, 3895.0, 3903.0, 3906.0, 3905.0, 3905.0, 3904.0, 3895.0, 3894.0, 3894.0, 3907.0, 3927.0, 3894.0, 3915.0, 3893.0, 3903.0, 3895.0, 3915.0, 3906.0, 3916.0, 3895.0, 3915.0, 3894.0, 3916.0, 3896.0, 3918.0, 3895.0, 3917.0, 3895.0, 3894.0, 3894.0, 3906.0, 3895.0, 3915.0, 3906.0, 3894.0, 3904.0, 3894.0, 3894.0, 3895.0, 3936.0, 3894.0, 3946.0, 3883.0, 3913.0, 3881.0, 3914.0, 3894.0, 3915.0, 3893.0, 3904.0, 3895.0, 3893.0, 3895.0, 3906.0, 3908.0, 3918.0, 3909.0, 3905.0, 3907.0, 3896.0, 3916.0, 3907.0, 3948.0, 3915.0, 3947.0, 3883.0, 3923.0, 3893.0, 3914.0, 3906.0, 3934.0, 3894.0, 3903.0, 3893.0, 3890.0, 3894.0, 3915.0, 3895.0, 3925.0, 3882.0, 3892.0, 3893.0, 3893.0, 3904.0, 3904.0, 3925.0, 3892.0, 3903.0, 3894.0, 3892.0, 3905.0, 3894.0, 3892.0, 3895.0, 3892.0, 3894.0, 3906.0, 3893.0, 3935.0, 3895.0, 3913.0, 3892.0, 3880.0, 3922.0, 3903.0, 3943.0, 3911.0, 3920.0, 3889.0, 3878.0, 3878.0, 3878.0, 3909.0, 3879.0, 3899.0, 3879.0, 3880.0, 3890.0, 3890.0, 3893.0, 3892.0, 3906.0, 3905.0, 3906.0, 3905.0, 3896.0, 3904.0, 3895.0, 3906.0, 3908.0, 3940.0, 3908.0, 3928.0, 3916.0, 3895.0, 3945.0, 3935.0, 3935.0, 3902.0, 3912.0, 3879.0, 3891.0, 3932.0, 3914.0, 3936.0, 3904.0, 3912.0, 3882.0, 3891.0, 3880.0, 3889.0, 3891.0, 3893.0, 3890.0, 3895.0, 3906.0, 3895.0, 3896.0, 3893.0, 3906.0, 3897.0, 3940.0, 3921.0, 3909.0, 3918.0, 3909.0, 3922.0, 3965.0, 3935.0, 3964.0, 3929.0, 3949.0, 3915.0, 3925.0, 3914.0, 3914.0, 3932.0, 3911.0, 3919.0, 3907.0, 3905.0, 3883.0, 3881.0, 3850.0, 3848.0, 3837.0, 3847.0, 3847.0, 3848.0, 3879.0, 3849.0, 3859.0, 3836.0, 3849.0, 3848.0, 3848.0, 3889.0, 3848.0, 3870.0, 3848.0, 3850.0, 3850.0, 3849.0, 3892.0, 3861.0, 3871.0, 3851.0, 3862.0, 3851.0, 3862.0, 3871.0, 3862.0, 3863.0, 3865.0, 3864.0, 3877.0, 3878.0, 3866.0, 3879.0, 3878.0, 3879.0, 3887.0, 3878.0, 3878.0, 3880.0, 3891.0, 3895.0, 3896.0, 3908.0, 3907.0, 3909.0, 3921.0, 3909.0, 3919.0, 3918.0, 3909.0, 3910.0, 3919.0, 3920.0, 3952.0, 3922.0, 3929.0, 3909.0, 3917.0, 3918.0, 3919.0, 3928.0, 3895.0, 3926.0, 3895.0, 3915.0, 3894.0, 3926.0, 3905.0, 3905.0, 3906.0, 3906.0, 3906.0, 3906.0, 3909.0, 3908.0, 3910.0, 3930.0, 3908.0, 3919.0, 3921.0, 3933.0, 3923.0, 3931.0, 3911.0, 3920.0, 3920.0, 3909.0, 3908.0, 3920.0, 3910.0, 3921.0, 3921.0, 3921.0, 3923.0, 3923.0, 3933.0, 3923.0, 3924.0, 3933.0, 3925.0, 3937.0, 3946.0, 3936.0, 3934.0, 3933.0, 3937.0, 3934.0, 3965.0, 3933.0, 3923.0, 3922.0, 3910.0, 3931.0, 3964.0, 3920.0, 3950.0, 3919.0, 3927.0, 3908.0, 3950.0, 3931.0, 3961.0, 3939.0, 3947.0, 3916.0, 3926.0, 3917.0, 3927.0, 3926.0], 'WindowWidth': [8821.0, 8857.0, 8768.0, 8809.0, 8756.0, 8767.0, 8739.0, 8749.0, 8733.0, 8730.0, 8731.0, 8730.0, 8732.0, 8737.0, 8733.0, 8739.0, 8749.0, 8756.0, 8768.0, 8775.0, 8776.0, 8780.0, 8779.0, 8784.0, 8779.0, 8787.0, 8796.0, 8784.0, 8783.0, 8784.0, 8782.0, 8825.0, 8782.0, 8808.0, 8767.0, 8794.0, 8786.0, 8796.0, 8808.0, 8805.0, 8802.0, 8805.0, 8806.0, 8824.0, 8814.0, 8829.0, 8819.0, 8832.0, 8832.0, 8857.0, 8830.0, 8866.0, 8838.0, 8866.0, 8836.0, 8810.0, 8809.0, 8806.0, 8829.0, 8830.0, 8813.0, 8831.0, 8811.0, 8827.0, 8793.0, 8876.0, 8821.0, 8849.0, 8818.0, 8813.0, 8781.0, 8791.0, 8781.0, 8827.0, 8777.0, 8803.0, 8758.0, 8753.0, 8754.0, 8755.0, 8768.0, 8841.0, 8791.0, 8803.0, 8755.0, 8754.0, 8756.0, 8786.0, 8759.0, 8819.0, 8738.0, 8784.0, 8749.0, 8779.0, 8757.0, 8781.0, 8766.0, 8765.0, 8746.0, 8750.0, 8755.0, 8786.0, 8773.0, 8750.0, 8762.0, 8757.0, 8800.0, 8817.0, 8802.0, 8800.0, 8768.0, 8781.0, 8813.0, 8780.0, 8794.0, 8774.0, 8742.0, 8784.0, 8752.0, 8802.0, 8770.0, 8780.0, 8750.0, 8760.0, 8760.0, 8754.0, 8738.0, 8728.0, 8776.0, 8729.0, 8732.0, 8729.0, 8723.0, 8724.0, 8727.0, 8756.0, 8727.0, 8746.0, 8726.0, 8723.0, 8746.0, 8751.0, 8749.0, 8750.0, 8751.0, 8752.0, 8757.0, 8754.0, 8757.0, 8755.0, 8740.0, 8751.0, 8735.0, 8750.0, 8752.0, 8752.0, 8734.0, 8749.0, 8736.0, 8756.0, 8785.0, 8752.0, 8769.0, 8752.0, 8755.0, 8737.0, 8755.0, 8783.0, 8757.0, 8782.0, 8759.0, 8763.0, 8751.0, 8766.0, 8737.0, 8796.0, 8752.0, 8763.0, 8737.0, 8746.0, 8752.0, 8762.0, 8755.0, 8763.0, 8755.0, 8748.0, 8750.0, 8735.0, 8739.0, 8750.0, 8754.0, 8752.0, 8760.0, 8754.0, 8770.0, 8759.0, 8758.0, 8782.0, 8764.0, 8787.0, 8783.0, 8762.0, 8782.0, 8764.0, 8781.0, 8785.0, 8783.0, 8765.0, 8780.0, 8780.0, 8785.0, 8809.0, 8776.0, 8806.0, 8758.0, 8803.0, 8757.0, 8801.0, 8789.0, 8803.0, 8757.0, 8779.0, 8737.0, 8761.0, 8738.0, 8765.0, 8756.0, 8780.0, 8756.0, 8754.0, 8753.0, 8752.0, 8752.0, 8754.0, 8818.0, 8751.0, 8795.0, 8753.0, 8748.0, 8757.0, 8758.0, 8778.0, 8779.0, 8784.0, 8793.0, 8782.0, 8797.0, 8781.0, 8785.0, 8843.0, 8780.0, 8806.0, 8758.0, 8774.0, 8819.0, 8774.0, 8821.0, 8753.0, 8799.0, 8753.0, 8751.0, 8751.0, 8738.0, 8752.0, 8752.0, 8769.0, 8752.0, 8753.0, 8756.0, 8755.0, 8758.0, 8756.0, 8753.0, 8799.0, 8755.0, 8799.0, 8769.0, 8795.0, 8753.0, 8744.0, 8733.0, 8750.0, 8734.0, 8763.0, 8736.0, 8729.0, 8733.0, 8734.0, 8735.0, 8796.0, 8735.0, 8758.0, 8734.0, 8729.0, 8738.0, 8776.0, 8751.0, 8779.0, 8734.0, 8742.0, 8733.0, 8761.0, 8732.0, 8761.0, 8729.0, 8728.0, 8726.0, 8727.0, 8729.0, 8728.0, 8761.0, 8728.0, 8758.0, 8725.0, 8756.0, 8728.0, 8771.0, 8728.0, 8753.0, 8728.0, 8736.0, 8710.0, 8746.0, 8725.0, 8726.0, 8709.0, 8709.0, 8708.0, 8725.0, 8739.0, 8725.0, 8740.0, 8727.0, 8741.0, 8756.0, 8777.0, 8752.0, 8741.0, 8751.0, 8752.0, 8735.0, 8751.0, 8762.0, 8753.0, 8760.0, 8733.0, 8742.0, 8729.0, 8731.0, 8714.0, 8757.0, 8729.0, 8724.0, 8712.0, 8708.0, 8713.0, 8742.0, 8729.0, 8726.0, 8732.0, 8724.0, 8729.0, 8730.0, 8732.0, 8745.0, 8732.0, 8729.0, 8731.0, 8734.0, 8776.0, 8734.0, 8790.0, 8731.0, 8745.0, 8727.0, 8729.0, 8787.0, 8727.0, 8757.0, 8709.0, 8725.0, 8709.0, 8724.0, 8711.0, 8748.0, 8732.0, 8753.0, 8751.0, 8756.0, 8755.0, 8761.0, 8781.0, 8764.0, 8764.0, 8763.0, 8762.0, 8806.0, 8779.0, 8806.0, 8778.0, 8806.0, 8760.0, 8773.0, 8754.0, 8754.0, 8803.0, 8755.0, 8814.0, 8756.0, 8780.0, 8739.0, 8750.0, 8737.0, 8739.0, 8767.0, 8753.0, 8765.0, 8754.0, 8749.0, 8752.0, 8749.0, 8757.0, 8769.0, 8761.0, 8773.0, 8762.0, 8773.0, 8779.0, 8778.0, 8789.0, 8795.0, 8784.0, 8795.0, 8779.0, 8780.0, 8778.0, 8765.0, 8826.0, 8791.0, 8804.0, 8762.0, 8761.0, 8764.0, 8764.0, 8773.0, 8763.0, 8776.0, 8782.0, 8784.0, 8768.0, 8753.0, 8759.0, 8755.0, 8771.0, 8779.0, 8822.0, 8800.0, 8792.0, 8867.0, 8814.0, 8844.0, 8780.0, 8789.0, 8764.0, 8750.0, 8817.0, 8786.0, 8814.0, 8775.0, 8741.0, 8738.0, 8720.0, 8770.0, 8742.0, 8748.0, 8725.0, 8685.0, 8729.0, 8663.0, 8711.0, 8658.0, 8670.0, 8645.0, 8654.0, 8645.0, 8638.0, 8647.0, 8643.0, 8665.0, 8649.0, 8668.0, 8670.0, 8671.0, 8674.0, 8673.0, 8675.0, 8705.0, 8675.0, 8700.0, 8677.0, 8689.0, 8677.0, 8691.0, 8681.0, 8682.0, 8680.0, 8701.0, 8699.0, 8703.0, 8699.0, 8706.0, 8719.0, 8708.0, 8708.0, 8709.0, 8711.0, 8712.0, 8715.0, 8725.0, 8738.0, 8748.0, 8736.0, 8745.0, 8735.0, 8730.0, 8737.0, 8735.0, 8739.0, 8740.0, 8743.0, 8744.0, 8756.0, 8743.0, 8742.0, 8759.0, 8755.0, 8760.0, 8787.0, 8763.0, 8819.0, 8779.0, 8784.0, 8765.0, 8800.0, 8802.0, 8784.0, 8789.0, 8786.0, 8791.0, 8814.0, 8789.0, 8810.0, 8787.0, 8795.0, 8785.0, 8815.0, 8768.0, 8809.0, 8781.0, 8763.0, 8765.0, 8766.0, 8766.0, 8775.0, 8764.0, 8762.0, 8803.0, 8762.0, 8804.0, 8761.0, 8790.0, 8765.0, 8793.0, 8782.0, 8765.0, 8800.0, 8784.0, 8802.0, 8785.0, 8804.0, 8799.0, 8804.0, 8788.0, 8805.0, 8806.0, 8809.0, 8834.0, 8808.0, 8799.0, 8835.0, 8856.0, 8841.0, 8892.0, 8813.0, 8806.0, 8788.0, 8810.0, 8805.0, 8788.0, 8833.0, 8808.0, 8790.0, 8768.0, 8764.0, 8777.0, 8766.0, 8792.0, 8805.0, 8789.0, 8809.0, 8824.0, 8795.0, 8849.0, 8801.0, 8853.0, 8833.0, 8792.0, 8806.0, 8770.0, 8805.0, 8783.0, 8798.0, 8742.0, 8770.0, 8714.0, 8766.0, 8726.0, 8735.0, 8676.0, 8672.0, 8657.0, 8669.0, 8673.0, 8703.0, 8671.0, 8671.0, 8675.0, 8678.0, 8692.0, 8696.0, 8712.0, 8696.0, 8677.0, 8694.0, 8728.0, 8727.0, 8773.0, 8699.0, 8714.0, 8682.0, 8696.0, 8699.0, 8704.0, 8703.0, 8709.0, 8722.0, 8711.0, 8723.0, 8715.0, 8724.0, 8712.0, 8724.0, 8710.0, 8724.0, 8709.0, 8710.0, 8708.0, 8705.0, 8705.0, 8708.0, 8750.0, 8706.0, 8748.0, 8708.0, 8733.0, 8709.0, 8721.0, 8730.0, 8729.0, 8733.0, 8746.0, 8736.0, 8733.0, 8736.0, 8749.0, 8735.0, 8756.0, 8797.0, 8750.0, 8764.0, 8736.0, 8748.0, 8736.0, 8754.0, 8736.0, 8736.0, 8736.0, 8740.0, 8741.0, 8756.0, 8745.0, 8760.0, 8747.0, 8764.0, 8775.0, 8782.0, 8775.0, 8781.0, 8781.0, 8764.0, 8762.0, 8766.0, 8764.0, 8782.0, 8819.0, 8769.0, 8792.0, 8765.0, 8780.0, 8785.0, 8785.0, 8787.0, 8787.0, 8783.0, 8765.0, 8766.0, 8797.0, 8787.0, 8826.0, 8792.0, 8776.0, 8757.0, 8804.0, 8763.0, 8838.0, 8803.0, 8820.0, 8754.0, 8795.0, 8736.0, 8778.0, 8768.0, 8798.0, 8735.0, 8744.0, 8731.0, 8713.0, 8730.0, 8731.0, 8732.0, 8732.0, 8732.0, 8730.0, 8731.0, 8733.0, 8735.0, 8737.0, 8749.0, 8736.0, 8747.0, 8734.0, 8745.0, 8736.0, 8754.0, 8735.0, 8733.0, 8736.0, 8734.0, 8732.0, 8738.0, 8764.0, 8757.0, 8764.0, 8734.0, 8736.0, 8757.0, 8764.0, 8758.0, 8766.0, 8788.0, 8781.0, 8819.0, 8768.0, 8787.0, 8762.0, 8785.0, 8740.0, 8778.0, 8740.0, 8798.0, 8768.0, 8818.0, 8757.0, 8756.0, 8785.0, 8753.0, 8796.0, 8735.0, 8738.0, 8801.0, 8777.0, 8793.0, 8746.0, 8721.0, 8694.0, 8701.0, 8685.0, 8682.0, 8703.0, 8729.0, 8732.0, 8749.0, 8736.0, 8731.0, 8766.0, 8721.0, 8731.0, 8704.0, 8719.0, 8709.0, 8728.0, 8729.0, 8769.0, 8720.0, 8745.0, 8730.0, 8699.0, 8678.0, 8686.0, 8682.0, 8688.0, 8688.0, 8707.0, 8706.0, 8704.0, 8704.0, 8702.0, 8704.0, 8731.0, 8705.0, 8732.0, 8707.0, 8732.0, 8707.0, 8735.0, 8710.0, 8725.0, 8715.0, 8725.0, 8733.0, 8741.0, 8730.0, 8727.0, 8733.0, 8733.0, 8732.0, 8733.0, 8736.0, 8735.0, 8760.0, 8734.0, 8745.0, 8737.0, 8748.0, 8742.0, 8750.0, 8726.0, 8752.0, 8755.0, 8761.0, 8745.0, 8759.0, 8746.0, 8760.0, 8746.0, 8761.0, 8760.0, 8766.0, 8780.0, 8767.0, 8768.0, 8767.0, 8765.0, 8770.0, 8797.0, 8788.0, 8843.0, 8786.0, 8823.0, 8765.0, 8805.0, 8770.0, 8813.0, 8804.0, 8797.0, 8787.0, 8771.0, 8772.0, 8771.0, 8784.0, 8815.0, 8803.0, 8786.0, 8765.0, 8769.0, 8833.0, 8819.0, 8864.0, 8784.0, 8830.0, 8766.0, 8824.0, 8808.0, 8841.0, 8790.0, 8801.0, 8756.0, 8733.0, 8748.0, 8754.0, 8798.0, 8746.0, 8796.0, 8715.0, 8752.0, 8712.0, 8755.0, 8725.0, 8756.0, 8729.0, 8709.0, 8714.0, 8711.0, 8713.0, 8730.0, 8715.0, 8717.0, 8719.0, 8730.0, 8731.0, 8732.0, 8791.0, 8760.0, 8791.0, 8745.0, 8757.0, 8713.0, 8724.0, 8705.0, 8739.0, 8736.0, 8709.0, 8780.0, 8705.0, 8733.0, 8703.0, 8721.0, 8690.0, 8705.0, 8703.0, 8688.0, 8716.0, 8706.0, 8718.0, 8710.0, 8720.0, 8712.0, 8721.0, 8727.0, 8710.0, 8737.0, 8730.0, 8736.0, 8737.0, 8738.0, 8745.0, 8720.0, 8763.0, 8752.0, 8791.0, 8751.0, 8779.0, 8721.0, 8755.0, 8735.0, 8747.0, 8733.0, 8776.0, 8738.0, 8746.0, 8735.0, 8731.0, 8733.0, 8735.0, 8738.0, 8734.0, 8739.0, 8720.0, 8717.0, 8734.0, 8767.0, 8736.0, 8795.0, 8735.0, 8763.0, 8736.0, 8746.0, 8741.0, 8751.0, 8757.0, 8754.0, 8756.0, 8753.0, 8742.0, 8739.0, 8738.0, 8758.0, 8784.0, 8737.0, 8768.0, 8736.0, 8749.0, 8741.0, 8768.0, 8759.0, 8770.0, 8743.0, 8769.0, 8739.0, 8771.0, 8745.0, 8776.0, 8743.0, 8772.0, 8743.0, 8738.0, 8737.0, 8757.0, 8742.0, 8770.0, 8757.0, 8738.0, 8752.0, 8739.0, 8738.0, 8742.0, 8796.0, 8738.0, 8812.0, 8722.0, 8760.0, 8717.0, 8763.0, 8739.0, 8768.0, 8736.0, 8750.0, 8740.0, 8735.0, 8743.0, 8758.0, 8765.0, 8774.0, 8765.0, 8756.0, 8759.0, 8744.0, 8770.0, 8758.0, 8816.0, 8767.0, 8812.0, 8721.0, 8775.0, 8737.0, 8764.0, 8757.0, 8790.0, 8738.0, 8749.0, 8735.0, 8729.0, 8740.0, 8767.0, 8740.0, 8781.0, 8721.0, 8732.0, 8734.0, 8735.0, 8750.0, 8751.0, 8781.0, 8731.0, 8749.0, 8738.0, 8734.0, 8755.0, 8736.0, 8733.0, 8740.0, 8734.0, 8740.0, 8756.0, 8739.0, 8796.0, 8741.0, 8762.0, 8733.0, 8714.0, 8774.0, 8746.0, 8805.0, 8756.0, 8768.0, 8724.0, 8708.0, 8706.0, 8709.0, 8751.0, 8709.0, 8736.0, 8712.0, 8712.0, 8728.0, 8726.0, 8735.0, 8734.0, 8761.0, 8757.0, 8761.0, 8757.0, 8747.0, 8753.0, 8743.0, 8759.0, 8766.0, 8809.0, 8763.0, 8791.0, 8771.0, 8741.0, 8813.0, 8796.0, 8796.0, 8746.0, 8759.0, 8712.0, 8729.0, 8788.0, 8766.0, 8798.0, 8752.0, 8759.0, 8719.0, 8730.0, 8714.0, 8724.0, 8729.0, 8734.0, 8727.0, 8741.0, 8758.0, 8741.0, 8742.0, 8734.0, 8756.0, 8748.0, 8809.0, 8787.0, 8768.0, 8780.0, 8769.0, 8789.0, 8854.0, 8814.0, 8852.0, 8795.0, 8821.0, 8768.0, 8784.0, 8762.0, 8764.0, 8788.0, 8754.0, 8767.0, 8745.0, 8739.0, 8702.0, 8697.0, 8653.0, 8647.0, 8632.0, 8647.0, 8646.0, 8648.0, 8692.0, 8650.0, 8664.0, 8631.0, 8651.0, 8648.0, 8648.0, 8707.0, 8649.0, 8679.0, 8650.0, 8655.0, 8653.0, 8653.0, 8715.0, 8670.0, 8683.0, 8658.0, 8672.0, 8657.0, 8673.0, 8685.0, 8675.0, 8677.0, 8683.0, 8681.0, 8703.0, 8706.0, 8689.0, 8708.0, 8707.0, 8708.0, 8715.0, 8707.0, 8705.0, 8713.0, 8730.0, 8742.0, 8744.0, 8766.0, 8761.0, 8767.0, 8788.0, 8768.0, 8780.0, 8777.0, 8765.0, 8767.0, 8779.0, 8781.0, 8826.0, 8786.0, 8794.0, 8766.0, 8774.0, 8774.0, 8776.0, 8787.0, 8740.0, 8783.0, 8738.0, 8766.0, 8739.0, 8784.0, 8753.0, 8754.0, 8756.0, 8756.0, 8757.0, 8757.0, 8765.0, 8763.0, 8768.0, 8794.0, 8764.0, 8779.0, 8784.0, 8806.0, 8792.0, 8799.0, 8773.0, 8782.0, 8780.0, 8765.0, 8764.0, 8784.0, 8770.0, 8782.0, 8787.0, 8786.0, 8791.0, 8790.0, 8805.0, 8790.0, 8793.0, 8806.0, 8799.0, 8818.0, 8827.0, 8813.0, 8806.0, 8806.0, 8816.0, 8811.0, 8853.0, 8803.0, 8789.0, 8788.0, 8769.0, 8798.0, 8849.0, 8783.0, 8824.0, 8781.0, 8788.0, 8764.0, 8823.0, 8798.0, 8840.0, 8807.0, 8816.0, 8770.0, 8783.0, 8771.0, 8786.0, 8784.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.0004914220877458396</td></tr>
<tr><td colspan=3>aqi</td><td>0.030167171633888053</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.470261529606354</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.224404642323999</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9872297120514754</td></tr>
<tr><td colspan=3>efc</td><td>0.4861</td></tr>
<tr><td colspan=3>fber</td><td>5946.3452</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08955464227908913</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>104</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.866868381240544</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5765792589705434</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.439783214558308</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8511175683876964</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.438836993965626</td></tr>
<tr><td colspan=3>gcor</td><td>0.0321215</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01295928843319416</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03095123916864395</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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.8258065835284363</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>17.6969</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.0415</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>174.9484</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297946.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>895.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.2021</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.259</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.9045</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3093.8083</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3317.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78598.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>867.0012</td></tr>
<tr><td colspan=3>tsnr</td><td>38.293521611893084</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>