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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0129/ses-04/func/sub-0129_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>11def96f2f65f8c01463c5a16bae9d01</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>13:10:9.147500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996972, -0.0689398, -0.0359629, 0.0718137, 0.99371, 0.0859244]</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.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.121075</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4227, -7757, -7256, 128, -162, -15, 90, 132]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 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>252.89</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd83681a-80e9-4bd1-a82f-c2e286e7be57||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6748039722442627, 0.19267088174819946, -0.0804954543709755, 105.99474334716797], [0.18496042490005493, 2.6660516262054443, 0.23826664686203003, -104.41674041748047], [-0.09648595750331879, -0.23052893579006195, 2.6882615089416504, -67.41300964355469], [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': ['131009.147500', '131009.607500', '131010.067500', '131010.527500', '131010.987500', '131011.447500', '131011.907500', '131012.367500', '131012.827500', '131013.287500', '131013.747500', '131014.207500', '131014.667500', '131015.127500', '131015.587500', '131016.047500', '131016.507500', '131016.967500', '131017.427500', '131017.887500', '131018.347500', '131018.807500', '131019.267500', '131019.727500', '131020.187500', '131020.647500', '131021.107500', '131021.567500', '131022.027500', '131022.487500', '131022.947500', '131023.407500', '131023.867500', '131024.327500', '131024.787500', '131025.247500', '131025.707500', '131026.167500', '131026.627500', '131027.087500', '131027.547500', '131028.007500', '131028.467500', '131028.927500', '131029.387500', '131029.847500', '131030.307500', '131030.767500', '131031.227500', '131031.687500', '131032.147500', '131032.607500', '131033.067500', '131033.527500', '131033.987500', '131034.447500', '131034.907500', '131035.367500', '131035.827500', '131036.287500', '131036.747500', '131037.207500', '131037.667500', '131038.127500', '131038.587500', '131039.047500', '131039.507500', '131039.967500', '131040.427500', '131040.887500', '131041.347500', '131041.807500', '131042.267500', '131042.727500', '131043.187500', '131043.647500', '131044.107500', '131044.567500', '131045.027500', '131045.487500', '131045.947500', '131046.407500', '131046.867500', '131047.327500', '131047.787500', '131048.247500', '131048.707500', '131049.167500', '131049.627500', '131050.087500', '131050.547500', '131051.007500', '131051.467500', '131051.927500', '131052.387500', '131052.847500', '131053.307500', '131053.767500', '131054.227500', '131054.687500', '131055.147500', '131055.607500', '131056.067500', '131056.527500', '131056.987500', '131057.447500', '131057.907500', '131058.367500', '131058.827500', '131059.287500', '131059.747500', '131100.207500', '131100.667500', '131101.127500', '131101.587500', '131102.047500', '131102.507500', '131102.967500', '131103.427500', '131103.887500', '131104.347500', '131104.807500', '131105.267500', '131105.727500', '131106.187500', '131106.647500', '131107.107500', '131107.567500', '131108.027500', '131108.487500', '131108.947500', '131109.407500', '131109.867500', '131110.327500', '131110.787500', '131111.247500', '131111.707500', '131112.167500', '131112.627500', '131113.087500', '131113.547500', '131114.007500', '131114.467500', '131114.927500', '131115.387500', '131115.847500', '131116.307500', '131116.767500', '131117.227500', '131117.687500', '131118.147500', '131118.607500', '131119.067500', '131119.527500', '131119.987500', '131120.447500', '131120.907500', '131121.367500', '131121.827500', '131122.287500', '131122.747500', '131123.207500', '131123.667500', '131124.127500', '131124.587500', '131125.047500', '131125.507500', '131125.967500', '131126.427500', '131126.887500', '131127.347500', '131127.807500', '131128.267500', '131128.727500', '131129.187500', '131129.647500', '131130.107500', '131130.567500', '131131.027500', '131131.487500', '131131.947500', '131132.407500', '131132.867500', '131133.327500', '131133.787500', '131134.247500', '131134.707500', '131135.167500', '131135.627500', '131136.087500', '131136.547500', '131137.007500', '131137.467500', '131137.927500', '131138.387500', '131138.847500', '131139.307500', '131139.767500', '131140.227500', '131140.687500', '131141.147500', '131141.607500', '131142.067500', '131142.527500', '131142.987500', '131143.447500', '131143.907500', '131144.367500', '131144.827500', '131145.287500', '131145.747500', '131146.207500', '131146.667500', '131147.127500', '131147.587500', '131148.047500', '131148.507500', '131148.967500', '131149.427500', '131149.887500', '131150.347500', '131150.807500', '131151.267500', '131151.727500', '131152.187500', '131152.647500', '131153.107500', '131153.567500', '131154.027500', '131154.487500', '131154.947500', '131155.407500', '131155.867500', '131156.327500', '131156.787500', '131157.247500', '131157.707500', '131158.167500', '131158.627500', '131159.087500', '131159.547500', '131200.007500', '131200.467500', '131200.927500', '131201.387500', '131201.847500', '131202.307500', '131202.767500', '131203.227500', '131203.687500', '131204.147500', '131204.607500', '131205.067500', '131205.527500', '131205.987500', '131206.447500', '131206.907500', '131207.367500', '131207.827500', '131208.287500', '131208.747500', '131209.207500', '131209.667500', '131210.127500', '131210.587500', '131211.047500', '131211.507500', '131211.967500', '131212.427500', '131212.887500', '131213.347500', '131213.807500', '131214.267500', '131214.727500', '131215.187500', '131215.647500', '131216.107500', '131216.567500', '131217.027500', '131217.487500', '131217.947500', '131218.407500', '131218.867500', '131219.327500', '131219.787500', '131220.247500', '131220.707500', '131221.167500', '131221.627500', '131222.087500', '131222.547500', '131223.007500', '131223.467500', '131223.927500', '131224.387500', '131224.847500', '131225.307500', '131225.767500', '131226.227500', '131226.687500', '131227.147500', '131227.607500', '131228.067500', '131228.527500', '131228.987500', '131229.447500', '131229.907500', '131230.367500', '131230.827500', '131231.287500', '131231.747500', '131232.207500', '131232.667500', '131233.127500', '131233.587500', '131234.047500', '131234.507500', '131234.967500', '131235.427500', '131235.887500', '131236.347500', '131236.807500', '131237.267500', '131237.727500', '131238.187500', '131238.647500', '131239.107500', '131239.567500', '131240.027500', '131240.487500', '131240.947500', '131241.407500', '131241.867500', '131242.327500', '131242.787500', '131243.247500', '131243.707500', '131244.167500', '131244.627500', '131245.087500', '131245.547500', '131246.007500', '131246.467500', '131246.927500', '131247.387500', '131247.847500', '131248.307500', '131248.767500', '131249.227500', '131249.687500', '131250.147500', '131250.607500', '131251.067500', '131251.527500', '131251.987500', '131252.447500', '131252.907500', '131253.367500', '131253.827500', '131254.287500', '131254.747500', '131255.207500', '131255.667500', '131256.127500', '131256.587500', '131257.047500', '131257.507500', '131257.967500', '131258.427500', '131258.887500', '131259.347500', '131259.807500', '131300.267500', '131300.727500', '131301.187500', '131301.647500', '131302.107500', '131302.567500', '131303.027500', '131303.487500', '131303.947500', '131304.407500', '131304.867500', '131305.327500', '131305.787500', '131306.247500', '131306.707500', '131307.167500', '131307.627500', '131308.087500', '131308.547500', '131309.007500', '131309.467500', '131309.927500', '131310.387500', '131310.847500', '131311.307500', '131311.767500', '131312.227500', '131312.687500', '131313.147500', '131313.607500', '131314.067500', '131314.527500', '131314.987500', '131315.447500', '131315.907500', '131316.367500', '131316.827500', '131317.287500', '131317.747500', '131318.207500', '131318.667500', '131319.127500', '131319.587500', '131320.047500', '131320.507500', '131320.967500', '131321.427500', '131321.887500', '131322.347500', '131322.807500', '131323.267500', '131323.727500', '131324.187500', '131324.647500', '131325.107500', '131325.567500', '131326.027500', '131326.487500', '131326.947500', '131327.407500', '131327.867500', '131328.327500', '131328.787500', '131329.247500', '131329.707500', '131330.167500', '131330.627500', '131331.087500', '131331.547500', '131332.007500', '131332.467500', '131332.927500', '131333.387500', '131333.847500', '131334.307500', '131334.767500', '131335.227500', '131335.687500', '131336.147500', '131336.607500', '131337.067500', '131337.527500', '131337.987500', '131338.447500', '131338.907500', '131339.367500', '131339.827500', '131340.287500', '131340.747500', '131341.207500', '131341.667500', '131342.127500', '131342.587500', '131343.047500', '131343.507500', '131343.967500', '131344.427500', '131344.887500', '131345.347500', '131345.807500', '131346.267500', '131346.727500', '131347.187500', '131347.647500', '131348.107500', '131348.567500', '131349.027500', '131349.487500', '131349.947500', '131350.407500', '131350.867500', '131351.327500', '131351.787500', '131352.247500', '131352.707500', '131353.167500', '131353.627500', '131354.087500', '131354.547500', '131355.007500', '131355.467500', '131355.927500', '131356.387500', '131356.847500', '131357.307500', '131357.767500', '131358.227500', '131358.687500', '131359.147500', '131359.607500', '131400.067500', '131400.527500', '131400.987500', '131401.447500', '131401.907500', '131402.367500', '131402.827500', '131403.287500', '131403.747500', '131404.207500', '131404.667500', '131405.127500', '131405.587500', '131406.047500', '131406.507500', '131406.967500', '131407.427500', '131407.887500', '131408.347500', '131408.807500', '131409.267500', '131409.727500', '131410.187500', '131410.647500', '131411.107500', '131411.567500', '131412.027500', '131412.487500', '131412.947500', '131413.407500', '131413.867500', '131414.327500', '131414.787500', '131415.247500', '131415.707500', '131416.167500', '131416.627500', '131417.087500', '131417.547500', '131418.007500', '131418.467500', '131418.927500', '131419.387500', '131419.847500', '131420.307500', '131420.767500', '131421.227500', '131421.687500', '131422.147500', '131422.607500', '131423.067500', '131423.527500', '131423.987500', '131424.447500', '131424.907500', '131425.367500', '131425.827500', '131426.287500', '131426.747500', '131427.207500', '131427.667500', '131428.127500', '131428.587500', '131429.047500', '131429.507500', '131429.967500', '131430.427500', '131430.887500', '131431.347500', '131431.807500', '131432.267500', '131432.727500', '131433.187500', '131433.647500', '131434.107500', '131434.567500', '131435.027500', '131435.487500', '131435.947500', '131436.407500', '131436.867500', '131437.327500', '131437.787500', '131438.247500', '131438.707500', '131439.167500', '131439.627500', '131440.087500', '131440.547500', '131441.007500', '131441.467500', '131441.927500', '131442.387500', '131442.847500', '131443.307500', '131443.767500', '131444.227500', '131444.687500', '131445.147500', '131445.607500', '131446.067500', '131446.527500', '131446.987500', '131447.447500', '131447.907500', '131448.367500', '131448.827500', '131449.287500', '131449.747500', '131450.207500', '131450.667500', '131451.127500', '131451.587500', '131452.047500', '131452.507500', '131452.967500', '131453.427500', '131453.887500', '131454.347500', '131454.807500', '131455.267500', '131455.727500', '131456.187500', '131456.647500', '131457.107500', '131457.567500', '131458.027500', '131458.487500', '131458.947500', '131459.407500', '131459.867500', '131500.327500', '131500.787500', '131501.247500', '131501.707500', '131502.167500', '131502.627500', '131503.087500', '131503.547500', '131504.007500', '131504.467500', '131504.927500', '131505.387500', '131505.847500', '131506.307500', '131506.767500', '131507.227500', '131507.687500', '131508.147500', '131508.607500', '131509.067500', '131509.527500', '131509.987500', '131510.447500', '131510.907500', '131511.367500', '131511.827500', '131512.287500', '131512.747500', '131513.207500', '131513.667500', '131514.127500', '131514.587500', '131515.047500', '131515.507500', '131515.967500', '131516.427500', '131516.887500', '131517.347500', '131517.807500', '131518.267500', '131518.727500', '131519.187500', '131519.647500', '131520.107500', '131520.567500', '131521.027500', '131521.487500', '131521.947500', '131522.407500', '131522.867500', '131523.327500', '131523.787500', '131524.247500', '131524.707500', '131525.167500', '131525.627500', '131526.087500', '131526.547500', '131527.007500', '131527.467500', '131527.927500', '131528.387500', '131528.847500', '131529.307500', '131529.767500', '131530.227500', '131530.687500', '131531.147500', '131531.607500', '131532.067500', '131532.527500', '131532.987500', '131533.447500', '131533.907500', '131534.367500', '131534.827500', '131535.287500', '131535.747500', '131536.207500', '131536.667500', '131537.127500', '131537.587500', '131538.047500', '131538.507500', '131538.967500', '131539.427500', '131539.887500', '131540.347500', '131540.807500', '131541.267500', '131541.727500', '131542.187500', '131542.647500', '131543.107500', '131543.567500', '131544.027500', '131544.487500', '131544.947500', '131545.407500', '131545.867500', '131546.327500', '131546.787500', '131547.247500', '131547.707500', '131548.167500', '131548.627500', '131549.087500', '131549.547500', '131550.007500', '131550.467500', '131550.927500', '131551.387500', '131551.847500', '131552.307500', '131552.767500', '131553.227500', '131553.687500', '131554.147500', '131554.607500', '131555.067500', '131555.527500', '131555.987500', '131556.447500', '131556.907500', '131557.367500', '131557.827500', '131558.287500', '131558.747500', '131559.207500', '131559.667500', '131600.127500', '131600.587500', '131601.047500', '131601.507500', '131601.967500', '131602.427500', '131602.887500', '131603.347500', '131603.807500', '131604.267500', '131604.727500', '131605.187500', '131605.647500', '131606.107500', '131606.567500', '131607.027500', '131607.487500', '131607.947500', '131608.407500', '131608.867500', '131609.327500', '131609.787500', '131610.247500', '131610.707500', '131611.167500', '131611.627500', '131612.087500', '131612.547500', '131613.007500', '131613.467500', '131613.927500', '131614.387500', '131614.847500', '131615.307500', '131615.767500', '131616.227500', '131616.687500', '131617.147500', '131617.607500', '131618.067500', '131618.527500', '131618.987500', '131619.447500', '131619.907500', '131620.367500', '131620.827500', '131621.287500', '131621.747500', '131622.207500', '131622.667500', '131623.127500', '131623.587500', '131624.047500', '131624.507500', '131624.967500', '131625.427500', '131625.887500', '131626.347500', '131626.807500', '131627.267500', '131627.727500', '131628.187500', '131628.647500', '131629.107500', '131629.567500', '131630.027500', '131630.487500', '131630.947500', '131631.407500', '131631.867500', '131632.327500', '131632.787500', '131633.247500', '131633.707500', '131634.167500', '131634.627500', '131635.087500', '131635.547500', '131636.007500', '131636.467500', '131636.927500', '131637.387500', '131637.847500', '131638.307500', '131638.767500', '131639.227500', '131639.687500', '131640.147500', '131640.607500', '131641.067500', '131641.527500', '131641.987500', '131642.447500', '131642.907500', '131643.367500', '131643.827500', '131644.287500', '131644.747500', '131645.207500', '131645.667500', '131646.127500', '131646.587500', '131647.047500', '131647.507500', '131647.967500', '131648.427500', '131648.887500', '131649.347500', '131649.807500', '131650.267500', '131650.727500', '131651.187500', '131651.647500', '131652.107500', '131652.567500', '131653.027500', '131653.487500', '131653.947500', '131654.407500', '131654.867500', '131655.327500', '131655.787500', '131656.247500', '131656.707500', '131657.167500', '131657.627500', '131658.087500', '131658.547500', '131659.007500', '131659.467500', '131659.927500', '131700.387500', '131700.847500', '131701.307500', '131701.767500', '131702.227500', '131702.687500', '131703.147500', '131703.607500', '131704.067500', '131704.527500', '131704.987500', '131705.447500', '131705.907500', '131706.367500', '131706.827500', '131707.287500', '131707.747500', '131708.207500', '131708.667500', '131709.127500', '131709.587500', '131710.047500', '131710.507500', '131710.967500', '131711.427500', '131711.887500', '131712.347500', '131712.807500', '131713.267500', '131713.727500', '131714.187500', '131714.647500', '131715.107500', '131715.567500', '131716.027500', '131716.487500', '131716.947500', '131717.407500', '131717.867500', '131718.327500', '131718.787500', '131719.247500', '131719.707500', '131720.167500', '131720.627500', '131721.087500', '131721.547500', '131722.007500', '131722.467500', '131722.927500', '131723.387500', '131723.847500', '131724.307500', '131724.767500', '131725.227500', '131725.687500', '131726.147500', '131726.607500', '131727.067500', '131727.527500', '131727.987500', '131728.447500', '131728.907500', '131729.367500', '131729.827500', '131730.287500', '131730.747500', '131731.207500', '131731.667500', '131732.127500', '131732.587500', '131733.047500', '131733.507500', '131733.967500', '131734.427500', '131734.887500', '131735.347500', '131735.807500', '131736.267500', '131736.727500', '131737.187500', '131737.647500', '131738.107500', '131738.567500', '131739.027500', '131739.487500', '131739.947500', '131740.407500', '131740.867500', '131741.327500', '131741.787500', '131742.247500', '131742.707500', '131743.167500', '131743.627500', '131744.087500', '131744.547500', '131745.007500', '131745.467500', '131745.927500', '131746.387500', '131746.847500', '131747.307500', '131747.767500', '131748.227500', '131748.687500', '131749.147500', '131749.607500', '131750.067500', '131750.527500', '131750.987500', '131751.447500', '131751.907500', '131752.367500', '131752.827500', '131753.287500', '131753.747500', '131754.207500', '131754.667500', '131755.127500', '131755.587500', '131756.047500', '131756.507500', '131756.967500', '131757.427500', '131757.887500', '131758.347500', '131758.807500', '131759.267500', '131759.727500', '131800.187500', '131800.647500', '131801.107500', '131801.567500', '131802.027500', '131802.487500', '131802.947500', '131803.407500', '131803.867500', '131804.327500', '131804.787500', '131805.247500', '131805.707500', '131806.167500', '131806.627500', '131807.087500', '131807.547500', '131808.007500', '131808.467500', '131808.927500', '131809.387500', '131809.847500', '131810.307500', '131810.767500', '131811.227500', '131811.687500', '131812.147500', '131812.607500', '131813.067500', '131813.527500', '131813.987500', '131814.447500', '131814.907500', '131815.367500', '131815.827500', '131816.287500', '131816.747500', '131817.207500', '131817.667500', '131818.127500', '131818.587500', '131819.047500', '131819.507500', '131819.967500', '131820.427500', '131820.887500', '131821.347500', '131821.807500', '131822.267500', '131822.727500', '131823.187500', '131823.647500', '131824.107500', '131824.567500', '131825.027500', '131825.487500', '131825.947500', '131826.407500', '131826.867500', '131827.327500', '131827.787500', '131828.247500', '131828.707500', '131829.167500', '131829.627500', '131830.087500', '131830.547500', '131831.007500', '131831.467500', '131831.927500', '131832.387500', '131832.847500', '131833.307500', '131833.767500', '131834.227500', '131834.687500', '131835.147500', '131835.607500', '131836.067500', '131836.527500', '131836.987500', '131837.447500', '131837.907500', '131838.367500', '131838.827500', '131839.287500', '131839.747500', '131840.207500', '131840.667500', '131841.127500', '131841.587500', '131842.047500', '131842.507500', '131842.967500', '131843.427500', '131843.887500', '131844.347500', '131844.807500', '131845.267500', '131845.727500', '131846.187500', '131846.647500', '131847.107500', '131847.567500', '131848.027500', '131848.487500', '131848.947500', '131849.407500', '131849.867500', '131850.327500', '131850.787500', '131851.247500', '131851.707500', '131852.167500', '131852.627500', '131853.087500', '131853.547500', '131854.007500', '131854.467500', '131854.927500', '131855.387500', '131855.847500', '131856.307500', '131856.767500', '131857.227500', '131857.687500', '131858.147500', '131858.607500', '131859.067500', '131859.527500', '131859.987500', '131900.447500', '131900.907500', '131901.367500', '131901.827500', '131902.287500', '131902.747500', '131903.207500', '131903.667500', '131904.127500', '131904.587500', '131905.047500', '131905.507500', '131905.967500', '131906.427500', '131906.887500', '131907.347500', '131907.807500', '131908.267500', '131908.727500', '131909.187500', '131909.647500', '131910.107500', '131910.567500', '131911.027500', '131911.487500', '131911.947500', '131912.407500', '131912.867500', '131913.327500', '131913.787500', '131914.247500', '131914.707500', '131915.167500', '131915.627500', '131916.087500', '131916.547500', '131917.007500', '131917.467500', '131917.927500', '131918.387500', '131918.847500', '131919.307500', '131919.767500', '131920.227500', '131920.687500', '131921.147500', '131921.607500', '131922.067500', '131922.527500', '131922.987500', '131923.447500', '131923.907500', '131924.367500', '131924.827500', '131925.287500', '131925.747500', '131926.207500', '131926.667500', '131927.127500', '131927.587500', '131928.047500', '131928.507500', '131928.967500', '131929.427500', '131929.887500', '131930.347500', '131930.807500', '131931.267500', '131931.727500', '131932.187500', '131932.647500', '131933.107500', '131933.567500', '131934.027500', '131934.487500', '131934.947500', '131935.407500', '131935.867500', '131936.327500', '131936.787500', '131937.247500', '131937.707500', '131938.167500', '131938.627500', '131939.087500', '131939.547500', '131940.007500', '131940.467500', '131940.927500', '131941.387500', '131941.847500', '131942.307500', '131942.767500', '131943.227500', '131943.687500', '131944.147500', '131944.607500', '131945.067500', '131945.527500', '131945.987500', '131946.447500', '131946.907500', '131947.367500', '131947.827500', '131948.287500', '131948.747500', '131949.207500', '131949.667500', '131950.127500', '131950.587500', '131951.047500', '131951.507500', '131951.967500', '131952.427500', '131952.887500', '131953.347500', '131953.807500', '131954.267500', '131954.727500', '131955.187500', '131955.647500', '131956.107500', '131956.567500', '131957.027500', '131957.487500', '131957.947500', '131958.407500', '131958.867500', '131959.327500', '131959.787500', '132000.247500', '132000.707500', '132001.167500', '132001.627500', '132002.087500', '132002.547500', '132003.007500', '132003.467500', '132003.927500', '132004.387500', '132004.847500', '132005.307500', '132005.767500', '132006.227500', '132006.687500', '132007.147500', '132007.607500', '132008.067500', '132008.527500', '132008.987500', '132009.447500', '132009.907500', '132010.367500', '132010.827500', '132011.287500', '132011.747500', '132012.207500', '132012.667500', '132013.127500', '132013.587500', '132014.047500', '132014.507500', '132014.967500', '132015.427500', '132015.887500', '132016.347500', '132016.807500'], 'ContentTime': ['131028.314000', '131028.318000', '131028.321000', '131028.323000', '131028.326000', '131028.328000', '131028.331000', '131028.334000', '131028.336000', '131028.339000', '131028.341000', '131028.344000', '131028.347000', '131028.350000', '131028.352000', '131028.355000', '131028.358000', '131028.360000', '131028.363000', '131028.365000', '131028.368000', '131028.370000', '131028.373000', '131028.375000', '131028.378000', '131028.387000', '131028.389000', '131028.392000', '131028.394000', '131028.397000', '131028.400000', '131028.402000', '131028.405000', '131028.407000', '131028.410000', '131028.413000', '131028.415000', '131028.418000', '131028.420000', '131048.255000', '131048.258000', '131048.261000', '131048.263000', '131048.266000', '131048.268000', '131048.271000', '131048.274000', '131048.276000', '131048.279000', '131048.281000', '131048.284000', '131048.286000', '131048.289000', '131048.291000', '131048.294000', '131048.306000', '131048.309000', '131048.311000', '131048.314000', '131048.316000', '131048.319000', '131048.321000', '131048.324000', '131048.327000', '131048.329000', '131048.332000', '131048.334000', '131048.337000', '131048.339000', '131048.342000', '131048.344000', '131048.347000', '131048.350000', '131048.352000', '131048.355000', '131048.357000', '131048.360000', '131048.362000', '131048.365000', '131048.368000', '131048.370000', '131048.373000', '131048.375000', '131108.256000', '131108.259000', '131108.262000', '131108.264000', '131108.267000', '131108.269000', '131108.272000', '131108.274000', '131108.277000', '131108.280000', '131108.282000', '131108.285000', '131108.287000', '131108.290000', '131108.292000', '131108.295000', '131108.297000', '131108.300000', '131108.303000', '131108.305000', '131108.308000', '131108.310000', '131108.313000', '131108.315000', '131108.318000', '131108.322000', '131108.325000', '131108.327000', '131108.330000', '131108.333000', '131108.335000', '131108.338000', '131108.340000', '131108.343000', '131108.345000', '131108.352000', '131108.355000', '131108.357000', '131108.360000', '131108.362000', '131108.365000', '131108.367000', '131108.370000', '131128.256000', '131128.259000', '131128.262000', '131128.264000', '131128.267000', '131128.269000', '131128.272000', '131128.274000', '131128.277000', '131128.280000', '131128.282000', '131128.285000', '131128.287000', '131128.290000', '131128.292000', '131128.295000', '131128.297000', '131128.300000', '131128.303000', '131128.305000', '131128.308000', '131128.310000', '131128.313000', '131128.315000', '131128.318000', '131128.320000', '131128.323000', '131128.325000', '131128.328000', '131128.331000', '131128.333000', '131128.336000', '131128.338000', '131128.341000', '131128.343000', '131128.346000', '131128.349000', '131128.351000', '131128.354000', '131128.356000', '131128.359000', '131128.361000', '131128.364000', '131128.366000', '131148.256000', '131148.259000', '131148.262000', '131148.264000', '131148.267000', '131148.270000', '131148.272000', '131148.275000', '131148.277000', '131148.280000', '131148.282000', '131148.285000', '131148.287000', '131148.290000', '131148.293000', '131148.295000', '131148.298000', '131148.300000', '131148.303000', '131148.305000', '131148.308000', '131148.311000', '131148.313000', '131148.316000', '131148.319000', '131148.330000', '131148.333000', '131148.336000', '131148.339000', '131148.342000', '131148.345000', '131148.348000', '131148.350000', '131148.353000', '131148.355000', '131148.358000', '131148.360000', '131148.363000', '131148.365000', '131148.368000', '131148.371000', '131148.373000', '131148.376000', '131208.256000', '131208.259000', '131208.262000', '131208.264000', '131208.267000', '131208.270000', '131208.272000', '131208.275000', '131208.277000', '131208.280000', '131208.282000', '131208.285000', '131208.288000', '131208.290000', '131208.293000', '131208.295000', '131208.298000', '131208.301000', '131208.303000', '131208.306000', '131208.308000', '131208.311000', '131208.313000', '131208.316000', '131208.319000', '131208.321000', '131208.324000', '131208.327000', '131208.329000', '131208.332000', '131208.334000', '131208.337000', '131208.339000', '131208.342000', '131208.344000', '131208.347000', '131208.350000', '131208.352000', '131208.355000', '131208.358000', '131208.360000', '131208.363000', '131208.365000', '131208.368000', '131228.256000', '131228.258000', '131228.261000', '131228.264000', '131228.266000', '131228.269000', '131228.271000', '131228.274000', '131228.276000', '131228.279000', '131228.281000', '131228.284000', '131228.287000', '131228.289000', '131228.292000', '131228.294000', '131228.297000', '131228.300000', '131228.302000', '131228.305000', '131228.308000', '131228.310000', '131228.313000', '131228.315000', '131228.318000', '131228.321000', '131228.323000', '131228.326000', '131228.328000', '131228.331000', '131228.334000', '131228.336000', '131228.339000', '131228.341000', '131228.347000', '131228.350000', '131228.353000', '131228.356000', '131228.358000', '131228.361000', '131228.364000', '131228.366000', '131228.369000', '131248.256000', '131248.258000', '131248.261000', '131248.264000', '131248.271000', '131248.274000', '131248.276000', '131248.279000', '131248.281000', '131248.284000', '131248.287000', '131248.289000', '131248.292000', '131248.294000', '131248.297000', '131248.300000', '131248.302000', '131248.305000', '131248.308000', '131248.310000', '131248.313000', '131248.315000', '131248.318000', '131248.320000', '131248.323000', '131248.337000', '131248.340000', '131248.343000', '131248.345000', '131248.348000', '131248.350000', '131248.353000', '131248.356000', '131248.358000', '131248.361000', '131248.369000', '131248.372000', '131248.374000', '131248.377000', '131248.380000', '131248.382000', '131248.385000', '131248.388000', '131248.390000', '131308.255000', '131308.258000', '131308.261000', '131308.263000', '131308.266000', '131308.268000', '131308.271000', '131308.274000', '131308.276000', '131308.279000', '131308.281000', '131308.284000', '131308.287000', '131308.289000', '131308.292000', '131308.294000', '131308.297000', '131308.300000', '131308.302000', '131308.305000', '131308.307000', '131308.310000', '131308.312000', '131308.315000', '131308.318000', '131308.320000', '131308.323000', '131308.326000', '131308.328000', '131308.331000', '131308.333000', '131308.336000', '131308.338000', '131308.341000', '131308.343000', '131308.346000', '131308.349000', '131308.352000', '131308.355000', '131308.358000', '131308.361000', '131308.363000', '131308.378000', '131328.256000', '131328.259000', '131328.262000', '131328.265000', '131328.268000', '131328.270000', '131328.273000', '131328.275000', '131328.278000', '131328.280000', '131328.283000', '131328.286000', '131328.288000', '131328.291000', '131328.294000', '131328.296000', '131328.299000', '131328.309000', '131328.311000', '131328.314000', '131328.316000', '131328.319000', '131328.322000', '131328.324000', '131328.327000', '131328.329000', '131328.332000', '131328.335000', '131328.337000', '131328.340000', '131328.342000', '131328.345000', '131328.348000', '131328.350000', '131328.353000', '131328.355000', '131328.358000', '131328.360000', '131328.363000', '131328.366000', '131328.368000', '131328.371000', '131328.381000', '131328.384000', '131348.256000', '131348.259000', '131348.262000', '131348.264000', '131348.267000', '131348.270000', '131348.272000', '131348.275000', '131348.277000', '131348.280000', '131348.283000', '131348.285000', '131348.288000', '131348.290000', '131348.293000', '131348.296000', '131348.298000', '131348.301000', '131348.303000', '131348.306000', '131348.309000', '131348.311000', '131348.314000', '131348.316000', '131348.319000', '131348.321000', '131348.324000', '131348.327000', '131348.329000', '131348.332000', '131348.334000', '131348.337000', '131348.339000', '131348.342000', '131348.345000', '131348.347000', '131348.350000', '131348.352000', '131348.355000', '131348.358000', '131348.360000', '131348.363000', '131348.365000', '131408.257000', '131408.259000', '131408.262000', '131408.264000', '131408.267000', '131408.270000', '131408.272000', '131408.275000', '131408.278000', '131408.280000', '131408.283000', '131408.285000', '131408.288000', '131408.291000', '131408.293000', '131408.296000', '131408.298000', '131408.301000', '131408.303000', '131408.306000', '131408.309000', '131408.311000', '131408.314000', '131408.316000', '131408.319000', '131408.322000', '131408.324000', '131408.327000', '131408.329000', '131408.332000', '131408.335000', '131408.337000', '131408.340000', '131408.342000', '131408.345000', '131408.353000', '131408.356000', '131408.359000', '131408.361000', '131408.364000', '131408.366000', '131408.369000', '131408.372000', '131408.374000', '131428.257000', '131428.260000', '131428.262000', '131428.265000', '131428.268000', '131428.270000', '131428.273000', '131428.275000', '131428.278000', '131428.281000', '131428.283000', '131428.286000', '131428.289000', '131428.291000', '131428.294000', '131428.296000', '131428.299000', '131428.301000', '131428.304000', '131428.307000', '131428.328000', '131428.331000', '131428.333000', '131428.336000', '131428.338000', '131428.341000', '131428.344000', '131428.346000', '131428.349000', '131428.351000', '131428.354000', '131428.357000', '131428.359000', '131428.362000', '131428.364000', '131428.367000', '131428.370000', '131428.372000', '131428.375000', '131428.377000', '131428.380000', '131428.383000', '131428.385000', '131448.255000', '131448.258000', '131448.261000', '131448.263000', '131448.266000', '131448.269000', '131448.271000', '131448.274000', '131448.276000', '131448.279000', '131448.282000', '131448.285000', '131448.287000', '131448.290000', '131448.292000', '131448.295000', '131448.298000', '131448.300000', '131448.303000', '131448.305000', '131448.308000', '131448.310000', '131448.313000', '131448.316000', '131448.318000', '131448.321000', '131448.323000', '131448.326000', '131448.329000', '131448.331000', '131448.334000', '131448.336000', '131448.339000', '131448.342000', '131448.344000', '131448.347000', '131448.349000', '131448.352000', '131448.355000', '131448.357000', '131448.360000', '131448.362000', '131448.365000', '131448.368000', '131508.256000', '131508.259000', '131508.261000', '131508.264000', '131508.266000', '131508.269000', '131508.271000', '131508.274000', '131508.277000', '131508.279000', '131508.282000', '131508.284000', '131508.287000', '131508.289000', '131508.292000', '131508.295000', '131508.297000', '131508.300000', '131508.302000', '131508.305000', '131508.307000', '131508.310000', '131508.313000', '131508.315000', '131508.318000', '131508.321000', '131508.323000', '131508.326000', '131508.328000', '131508.331000', '131508.333000', '131508.336000', '131508.339000', '131508.341000', '131508.344000', '131508.347000', '131508.349000', '131508.352000', '131508.354000', '131508.357000', '131508.360000', '131508.362000', '131508.365000', '131528.255000', '131528.258000', '131528.261000', '131528.264000', '131528.267000', '131528.270000', '131528.272000', '131528.275000', '131528.277000', '131528.280000', '131528.283000', '131528.285000', '131528.288000', '131528.291000', '131528.293000', '131528.296000', '131528.298000', '131528.301000', '131528.303000', '131528.306000', '131528.309000', '131528.311000', '131528.314000', '131528.317000', '131528.319000', '131528.322000', '131528.325000', '131528.327000', '131528.330000', '131528.332000', '131528.335000', '131528.338000', '131528.340000', '131528.343000', '131528.345000', '131528.348000', '131528.351000', '131528.353000', '131528.356000', '131528.358000', '131528.361000', '131528.363000', '131528.366000', '131548.256000', '131548.259000', '131548.262000', '131548.264000', '131548.267000', '131548.269000', '131548.272000', '131548.275000', '131548.277000', '131548.280000', '131548.282000', '131548.285000', '131548.288000', '131548.290000', '131548.293000', '131548.295000', '131548.298000', '131548.300000', '131548.303000', '131548.306000', '131548.308000', '131548.317000', '131548.319000', '131548.322000', '131548.324000', '131548.327000', '131548.330000', '131548.332000', '131548.335000', '131548.337000', '131548.340000', '131548.342000', '131548.356000', '131548.359000', '131548.361000', '131548.364000', '131548.367000', '131548.369000', '131548.372000', '131548.375000', '131548.377000', '131548.380000', '131548.382000', '131548.385000', '131608.257000', '131608.260000', '131608.262000', '131608.265000', '131608.268000', '131608.270000', '131608.273000', '131608.275000', '131608.278000', '131608.281000', '131608.283000', '131608.286000', '131608.288000', '131608.291000', '131608.293000', '131608.296000', '131608.299000', '131608.301000', '131608.304000', '131608.307000', '131608.309000', '131608.312000', '131608.314000', '131608.317000', '131608.319000', '131608.322000', '131608.325000', '131608.327000', '131608.339000', '131608.342000', '131608.344000', '131608.347000', '131608.349000', '131608.352000', '131608.355000', '131608.357000', '131608.360000', '131608.362000', '131608.365000', '131608.368000', '131608.370000', '131608.373000', '131608.376000', '131628.256000', '131628.259000', '131628.262000', '131628.265000', '131628.267000', '131628.270000', '131628.272000', '131628.275000', '131628.277000', '131628.280000', '131628.283000', '131628.285000', '131628.288000', '131628.290000', '131628.294000', '131628.297000', '131628.300000', '131628.302000', '131628.305000', '131628.307000', '131628.310000', '131628.312000', '131628.315000', '131628.318000', '131628.320000', '131628.323000', '131628.325000', '131628.328000', '131628.331000', '131628.333000', '131628.336000', '131628.338000', '131628.341000', '131628.344000', '131628.346000', '131628.349000', '131628.351000', '131628.354000', '131628.357000', '131628.359000', '131628.362000', '131628.364000', '131628.367000', '131628.369000', '131648.256000', '131648.259000', '131648.262000', '131648.264000', '131648.267000', '131648.270000', '131648.272000', '131648.275000', '131648.277000', '131648.280000', '131648.283000', '131648.285000', '131648.288000', '131648.290000', '131648.293000', '131648.296000', '131648.298000', '131648.302000', '131648.305000', '131648.307000', '131648.310000', '131648.313000', '131648.315000', '131648.318000', '131648.320000', '131648.323000', '131648.326000', '131648.328000', '131648.331000', '131648.334000', '131648.336000', '131648.339000', '131648.341000', '131648.344000', '131648.347000', '131648.349000', '131648.352000', '131648.354000', '131648.357000', '131648.360000', '131648.362000', '131648.365000', '131648.368000', '131708.256000', '131708.258000', '131708.261000', '131708.264000', '131708.266000', '131708.269000', '131708.271000', '131708.274000', '131708.276000', '131708.279000', '131708.282000', '131708.284000', '131708.287000', '131708.289000', '131708.292000', '131708.295000', '131708.297000', '131708.300000', '131708.302000', '131708.305000', '131708.307000', '131708.310000', '131708.313000', '131708.315000', '131708.318000', '131708.320000', '131708.323000', '131708.326000', '131708.328000', '131708.331000', '131708.333000', '131708.336000', '131708.339000', '131708.341000', '131708.344000', '131708.346000', '131708.349000', '131708.357000', '131708.360000', '131708.362000', '131708.365000', '131708.368000', '131708.370000', '131708.384000', '131728.256000', '131728.258000', '131728.261000', '131728.264000', '131728.266000', '131728.269000', '131728.271000', '131728.274000', '131728.277000', '131728.279000', '131728.282000', '131728.285000', '131728.287000', '131728.290000', '131728.292000', '131728.295000', '131728.298000', '131728.300000', '131728.303000', '131728.305000', '131728.308000', '131728.311000', '131728.313000', '131728.316000', '131728.319000', '131728.321000', '131728.324000', '131728.326000', '131728.329000', '131728.332000', '131728.334000', '131728.337000', '131728.339000', '131728.342000', '131728.345000', '131728.347000', '131728.350000', '131728.353000', '131728.355000', '131728.358000', '131728.360000', '131728.363000', '131728.366000', '131748.255000', '131748.258000', '131748.261000', '131748.263000', '131748.266000', '131748.269000', '131748.272000', '131748.274000', '131748.277000', '131748.279000', '131748.282000', '131748.284000', '131748.287000', '131748.290000', '131748.292000', '131748.295000', '131748.297000', '131748.300000', '131748.302000', '131748.305000', '131748.308000', '131748.310000', '131748.313000', '131748.315000', '131748.318000', '131748.321000', '131748.323000', '131748.326000', '131748.328000', '131748.331000', '131748.333000', '131748.336000', '131748.339000', '131748.341000', '131748.344000', '131748.346000', '131748.349000', '131748.352000', '131748.354000', '131748.357000', '131748.359000', '131748.362000', '131748.364000', '131748.367000', '131808.256000', '131808.259000', '131808.262000', '131808.264000', '131808.267000', '131808.270000', '131808.273000', '131808.275000', '131808.278000', '131808.281000', '131808.283000', '131808.286000', '131808.288000', '131808.291000', '131808.294000', '131808.296000', '131808.299000', '131808.302000', '131808.304000', '131808.307000', '131808.309000', '131808.312000', '131808.315000', '131808.317000', '131808.320000', '131808.323000', '131808.325000', '131808.328000', '131808.330000', '131808.333000', '131808.336000', '131808.338000', '131808.342000', '131808.345000', '131808.348000', '131808.350000', '131808.353000', '131808.356000', '131808.358000', '131808.361000', '131808.363000', '131808.366000', '131808.369000', '131828.257000', '131828.259000', '131828.262000', '131828.265000', '131828.267000', '131828.270000', '131828.272000', '131828.275000', '131828.278000', '131828.280000', '131828.283000', '131828.286000', '131828.288000', '131828.291000', '131828.293000', '131828.296000', '131828.298000', '131828.301000', '131828.304000', '131828.306000', '131828.309000', '131828.311000', '131828.314000', '131828.317000', '131828.319000', '131828.322000', '131828.324000', '131828.327000', '131828.330000', '131828.332000', '131828.335000', '131828.337000', '131828.340000', '131828.342000', '131828.345000', '131828.348000', '131828.350000', '131828.353000', '131828.355000', '131828.383000', '131828.386000', '131828.388000', '131828.391000', '131828.393000', '131848.257000', '131848.259000', '131848.262000', '131848.264000', '131848.267000', '131848.270000', '131848.272000', '131848.275000', '131848.277000', '131848.280000', '131848.283000', '131848.285000', '131848.288000', '131848.290000', '131848.293000', '131848.296000', '131848.298000', '131848.301000', '131848.304000', '131848.306000', '131848.309000', '131848.311000', '131848.314000', '131848.316000', '131848.319000', '131848.322000', '131848.324000', '131848.327000', '131848.329000', '131848.332000', '131848.335000', '131848.338000', '131848.341000', '131848.344000', '131848.346000', '131848.349000', '131848.352000', '131848.354000', '131848.357000', '131848.359000', '131848.362000', '131848.365000', '131848.367000', '131908.257000', '131908.259000', '131908.262000', '131908.264000', '131908.267000', '131908.269000', '131908.272000', '131908.275000', '131908.277000', '131908.280000', '131908.282000', '131908.285000', '131908.288000', '131908.290000', '131908.293000', '131908.295000', '131908.298000', '131908.301000', '131908.303000', '131908.306000', '131908.308000', '131908.311000', '131908.313000', '131908.316000', '131908.319000', '131908.321000', '131908.324000', '131908.326000', '131908.329000', '131908.332000', '131908.334000', '131908.337000', '131908.339000', '131908.342000', '131908.344000', '131908.347000', '131908.350000', '131908.353000', '131908.355000', '131908.358000', '131908.360000', '131908.363000', '131908.366000', '131908.368000', '131928.256000', '131928.258000', '131928.261000', '131928.264000', '131928.266000', '131928.269000', '131928.272000', '131928.274000', '131928.277000', '131928.279000', '131928.282000', '131928.285000', '131928.287000', '131928.290000', '131928.292000', '131928.295000', '131928.298000', '131928.300000', '131928.303000', '131928.305000', '131928.308000', '131928.311000', '131928.313000', '131928.316000', '131928.319000', '131928.322000', '131928.325000', '131928.327000', '131928.330000', '131928.333000', '131928.335000', '131928.338000', '131928.340000', '131928.343000', '131928.346000', '131928.348000', '131928.351000', '131928.353000', '131928.356000', '131928.359000', '131928.361000', '131928.364000', '131928.366000', '131948.256000', '131948.258000', '131948.261000', '131948.264000', '131948.266000', '131948.269000', '131948.271000', '131948.274000', '131948.276000', '131948.279000', '131948.282000', '131948.284000', '131948.287000', '131948.290000', '131948.292000', '131948.295000', '131948.297000', '131948.300000', '131948.310000', '131948.312000', '131948.315000', '131948.318000', '131948.320000', '131948.323000', '131948.325000', '131948.328000', '131948.331000', '131948.333000', '131948.336000', '131948.338000', '131948.341000', '131948.344000', '131948.346000', '131948.349000', '131948.351000', '131948.354000', '131948.365000', '131948.368000', '131948.370000', '131948.373000', '131948.376000', '131948.378000', '131948.381000', '131948.384000', '132008.256000', '132008.258000', '132008.261000', '132008.264000', '132008.266000', '132008.269000', '132008.271000', '132008.274000', '132008.277000', '132008.279000', '132008.282000', '132008.284000', '132008.287000', '132008.290000', '132008.292000', '132008.295000', '132008.297000', '132008.300000', '132008.304000', '132008.306000', '132008.309000', '132008.312000', '132008.314000', '132008.317000', '132008.319000', '132008.322000', '132008.324000', '132008.327000', '132008.330000', '132008.332000', '132008.335000', '132008.337000', '132008.340000', '132008.343000', '132008.347000', '132008.349000', '132008.352000', '132008.354000', '132008.357000', '132008.360000', '132008.362000', '132008.365000', '132008.368000', '132018.001000', '132018.004000', '132018.007000', '132018.010000', '132018.013000', '132018.016000', '132018.019000', '132018.021000', '132018.024000', '132018.027000', '132018.030000', '132018.032000', '132018.035000', '132018.038000', '132018.040000', '132018.043000', '132018.046000', '132018.049000', '132018.052000', '132018.055000', '132018.058000', '132018.061000'], 'InstanceCreationTime': ['131028.314000', '131028.318000', '131028.321000', '131028.323000', '131028.326000', '131028.328000', '131028.331000', '131028.334000', '131028.336000', '131028.339000', '131028.341000', '131028.344000', '131028.347000', '131028.350000', '131028.352000', '131028.355000', '131028.358000', '131028.360000', '131028.363000', '131028.365000', '131028.368000', '131028.370000', '131028.373000', '131028.375000', '131028.378000', '131028.387000', '131028.389000', '131028.392000', '131028.394000', '131028.397000', '131028.400000', '131028.402000', '131028.405000', '131028.407000', '131028.410000', '131028.413000', '131028.415000', '131028.418000', '131028.420000', '131048.255000', '131048.258000', '131048.261000', '131048.263000', '131048.266000', '131048.268000', '131048.271000', '131048.274000', '131048.276000', '131048.279000', '131048.281000', '131048.284000', '131048.286000', '131048.289000', '131048.291000', '131048.294000', '131048.306000', '131048.309000', '131048.311000', '131048.314000', '131048.316000', '131048.319000', '131048.321000', '131048.324000', '131048.327000', '131048.329000', '131048.332000', '131048.334000', '131048.337000', '131048.339000', '131048.342000', '131048.344000', '131048.347000', '131048.350000', '131048.352000', '131048.355000', '131048.357000', '131048.360000', '131048.362000', '131048.365000', '131048.368000', '131048.370000', '131048.373000', '131048.375000', '131108.256000', '131108.259000', '131108.262000', '131108.264000', '131108.267000', '131108.269000', '131108.272000', '131108.274000', '131108.277000', '131108.280000', '131108.282000', '131108.285000', '131108.287000', '131108.290000', '131108.292000', '131108.295000', '131108.297000', '131108.300000', '131108.303000', '131108.305000', '131108.308000', '131108.310000', '131108.313000', '131108.315000', '131108.318000', '131108.322000', '131108.325000', '131108.327000', '131108.330000', '131108.333000', '131108.335000', '131108.338000', '131108.340000', '131108.343000', '131108.345000', '131108.352000', '131108.355000', '131108.357000', '131108.360000', '131108.362000', '131108.365000', '131108.367000', '131108.370000', '131128.256000', '131128.259000', '131128.262000', '131128.264000', '131128.267000', '131128.269000', '131128.272000', '131128.274000', '131128.277000', '131128.280000', '131128.282000', '131128.285000', '131128.287000', '131128.290000', '131128.292000', '131128.295000', '131128.297000', '131128.300000', '131128.303000', '131128.305000', '131128.308000', '131128.310000', '131128.313000', '131128.315000', '131128.318000', '131128.320000', '131128.323000', '131128.325000', '131128.328000', '131128.331000', '131128.333000', '131128.336000', '131128.338000', '131128.341000', '131128.343000', '131128.346000', '131128.349000', '131128.351000', '131128.354000', '131128.356000', '131128.359000', '131128.361000', '131128.364000', '131128.366000', '131148.256000', '131148.259000', '131148.262000', '131148.264000', '131148.267000', '131148.270000', '131148.272000', '131148.275000', '131148.277000', '131148.280000', '131148.282000', '131148.285000', '131148.287000', '131148.290000', '131148.293000', '131148.295000', '131148.298000', '131148.300000', '131148.303000', '131148.305000', '131148.308000', '131148.311000', '131148.313000', '131148.316000', '131148.319000', '131148.330000', '131148.333000', '131148.336000', '131148.339000', '131148.342000', '131148.345000', '131148.348000', '131148.350000', '131148.353000', '131148.355000', '131148.358000', '131148.360000', '131148.363000', '131148.365000', '131148.368000', '131148.371000', '131148.373000', '131148.376000', '131208.256000', '131208.259000', '131208.262000', '131208.264000', '131208.267000', '131208.270000', '131208.272000', '131208.275000', '131208.277000', '131208.280000', '131208.282000', '131208.285000', '131208.288000', '131208.290000', '131208.293000', '131208.295000', '131208.298000', '131208.301000', '131208.303000', '131208.306000', '131208.308000', '131208.311000', '131208.313000', '131208.316000', '131208.319000', '131208.321000', '131208.324000', '131208.327000', '131208.329000', '131208.332000', '131208.334000', '131208.337000', '131208.339000', '131208.342000', '131208.344000', '131208.347000', '131208.350000', '131208.352000', '131208.355000', '131208.358000', '131208.360000', '131208.363000', '131208.365000', '131208.368000', '131228.256000', '131228.258000', '131228.261000', '131228.264000', '131228.266000', '131228.269000', '131228.271000', '131228.274000', '131228.276000', '131228.279000', '131228.281000', '131228.284000', '131228.287000', '131228.289000', '131228.292000', '131228.294000', '131228.297000', '131228.300000', '131228.302000', '131228.305000', '131228.308000', '131228.310000', '131228.313000', '131228.315000', '131228.318000', '131228.321000', '131228.323000', '131228.326000', '131228.328000', '131228.331000', '131228.334000', '131228.336000', '131228.339000', '131228.341000', '131228.347000', '131228.350000', '131228.353000', '131228.356000', '131228.358000', '131228.361000', '131228.364000', '131228.366000', '131228.369000', '131248.256000', '131248.258000', '131248.261000', '131248.264000', '131248.271000', '131248.274000', '131248.276000', '131248.279000', '131248.281000', '131248.284000', '131248.287000', '131248.289000', '131248.292000', '131248.294000', '131248.297000', '131248.300000', '131248.302000', '131248.305000', '131248.308000', '131248.310000', '131248.313000', '131248.315000', '131248.318000', '131248.320000', '131248.323000', '131248.337000', '131248.340000', '131248.343000', '131248.345000', '131248.348000', '131248.350000', '131248.353000', '131248.356000', '131248.358000', '131248.361000', '131248.369000', '131248.372000', '131248.374000', '131248.377000', '131248.380000', '131248.382000', '131248.385000', '131248.388000', '131248.390000', '131308.255000', '131308.258000', '131308.261000', '131308.263000', '131308.266000', '131308.268000', '131308.271000', '131308.274000', '131308.276000', '131308.279000', '131308.281000', '131308.284000', '131308.287000', '131308.289000', '131308.292000', '131308.294000', '131308.297000', '131308.300000', '131308.302000', '131308.305000', '131308.307000', '131308.310000', '131308.312000', '131308.315000', '131308.318000', '131308.320000', '131308.323000', '131308.326000', '131308.328000', '131308.331000', '131308.333000', '131308.336000', '131308.338000', '131308.341000', '131308.343000', '131308.346000', '131308.349000', '131308.352000', '131308.355000', '131308.358000', '131308.361000', '131308.363000', '131308.378000', '131328.256000', '131328.259000', '131328.262000', '131328.265000', '131328.268000', '131328.270000', '131328.273000', '131328.275000', '131328.278000', '131328.280000', '131328.283000', '131328.286000', '131328.288000', '131328.291000', '131328.294000', '131328.296000', '131328.299000', '131328.309000', '131328.311000', '131328.314000', '131328.316000', '131328.319000', '131328.322000', '131328.324000', '131328.327000', '131328.329000', '131328.332000', '131328.335000', '131328.337000', '131328.340000', '131328.342000', '131328.345000', '131328.348000', '131328.350000', '131328.353000', '131328.355000', '131328.358000', '131328.360000', '131328.363000', '131328.366000', '131328.368000', '131328.371000', '131328.381000', '131328.384000', '131348.256000', '131348.259000', '131348.262000', '131348.264000', '131348.267000', '131348.270000', '131348.272000', '131348.275000', '131348.277000', '131348.280000', '131348.283000', '131348.285000', '131348.288000', '131348.290000', '131348.293000', '131348.296000', '131348.298000', '131348.301000', '131348.303000', '131348.306000', '131348.309000', '131348.311000', '131348.314000', '131348.316000', '131348.319000', '131348.321000', '131348.324000', '131348.327000', '131348.329000', '131348.332000', '131348.334000', '131348.337000', '131348.339000', '131348.342000', '131348.345000', '131348.347000', '131348.350000', '131348.352000', '131348.355000', '131348.358000', '131348.360000', '131348.363000', '131348.365000', '131408.257000', '131408.259000', '131408.262000', '131408.264000', '131408.267000', '131408.270000', '131408.272000', '131408.275000', '131408.278000', '131408.280000', '131408.283000', '131408.285000', '131408.288000', '131408.291000', '131408.293000', '131408.296000', '131408.298000', '131408.301000', '131408.303000', '131408.306000', '131408.309000', '131408.311000', '131408.314000', '131408.316000', '131408.319000', '131408.322000', '131408.324000', '131408.327000', '131408.329000', '131408.332000', '131408.335000', '131408.337000', '131408.340000', '131408.342000', '131408.345000', '131408.353000', '131408.356000', '131408.359000', '131408.361000', '131408.364000', '131408.366000', '131408.369000', '131408.372000', '131408.374000', '131428.257000', '131428.260000', '131428.262000', '131428.265000', '131428.268000', '131428.270000', '131428.273000', '131428.275000', '131428.278000', '131428.281000', '131428.283000', '131428.286000', '131428.289000', '131428.291000', '131428.294000', '131428.296000', '131428.299000', '131428.301000', '131428.304000', '131428.307000', '131428.328000', '131428.331000', '131428.333000', '131428.336000', '131428.338000', '131428.341000', '131428.344000', '131428.346000', '131428.349000', '131428.351000', '131428.354000', '131428.357000', '131428.359000', '131428.362000', '131428.364000', '131428.367000', '131428.370000', '131428.372000', '131428.375000', '131428.377000', '131428.380000', '131428.383000', '131428.385000', '131448.255000', '131448.258000', '131448.261000', '131448.263000', '131448.266000', '131448.269000', '131448.271000', '131448.274000', '131448.276000', '131448.279000', '131448.282000', '131448.285000', '131448.287000', '131448.290000', '131448.292000', '131448.295000', '131448.298000', '131448.300000', '131448.303000', '131448.305000', '131448.308000', '131448.310000', '131448.313000', '131448.316000', '131448.318000', '131448.321000', '131448.323000', '131448.326000', '131448.329000', '131448.331000', '131448.334000', '131448.336000', '131448.339000', '131448.342000', '131448.344000', '131448.347000', '131448.349000', '131448.352000', '131448.355000', '131448.357000', '131448.360000', '131448.362000', '131448.365000', '131448.368000', '131508.256000', '131508.259000', '131508.261000', '131508.264000', '131508.266000', '131508.269000', '131508.271000', '131508.274000', '131508.277000', '131508.279000', '131508.282000', '131508.284000', '131508.287000', '131508.289000', '131508.292000', '131508.295000', '131508.297000', '131508.300000', '131508.302000', '131508.305000', '131508.307000', '131508.310000', '131508.313000', '131508.315000', '131508.318000', '131508.321000', '131508.323000', '131508.326000', '131508.328000', '131508.331000', '131508.333000', '131508.336000', '131508.339000', '131508.341000', '131508.344000', '131508.347000', '131508.349000', '131508.352000', '131508.354000', '131508.357000', '131508.360000', '131508.362000', '131508.365000', '131528.255000', '131528.258000', '131528.261000', '131528.264000', '131528.267000', '131528.270000', '131528.272000', '131528.275000', '131528.277000', '131528.280000', '131528.283000', '131528.285000', '131528.288000', '131528.291000', '131528.293000', '131528.296000', '131528.298000', '131528.301000', '131528.303000', '131528.306000', '131528.309000', '131528.311000', '131528.314000', '131528.317000', '131528.319000', '131528.322000', '131528.325000', '131528.327000', '131528.330000', '131528.332000', '131528.335000', '131528.338000', '131528.340000', '131528.343000', '131528.345000', '131528.348000', '131528.351000', '131528.353000', '131528.356000', '131528.358000', '131528.361000', '131528.363000', '131528.366000', '131548.256000', '131548.259000', '131548.262000', '131548.264000', '131548.267000', '131548.269000', '131548.272000', '131548.275000', '131548.277000', '131548.280000', '131548.282000', '131548.285000', '131548.288000', '131548.290000', '131548.293000', '131548.295000', '131548.298000', '131548.300000', '131548.303000', '131548.306000', '131548.308000', '131548.317000', '131548.319000', '131548.322000', '131548.324000', '131548.327000', '131548.330000', '131548.332000', '131548.335000', '131548.337000', '131548.340000', '131548.342000', '131548.356000', '131548.359000', '131548.361000', '131548.364000', '131548.367000', '131548.369000', '131548.372000', '131548.375000', '131548.377000', '131548.380000', '131548.382000', '131548.385000', '131608.257000', '131608.260000', '131608.262000', '131608.265000', '131608.268000', '131608.270000', '131608.273000', '131608.275000', '131608.278000', '131608.281000', '131608.283000', '131608.286000', '131608.288000', '131608.291000', '131608.293000', '131608.296000', '131608.299000', '131608.301000', '131608.304000', '131608.307000', '131608.309000', '131608.312000', '131608.314000', '131608.317000', '131608.319000', '131608.322000', '131608.325000', '131608.327000', '131608.339000', '131608.342000', '131608.344000', '131608.347000', '131608.349000', '131608.352000', '131608.355000', '131608.357000', '131608.360000', '131608.362000', '131608.365000', '131608.368000', '131608.370000', '131608.373000', '131608.376000', '131628.256000', '131628.259000', '131628.262000', '131628.265000', '131628.267000', '131628.270000', '131628.272000', '131628.275000', '131628.277000', '131628.280000', '131628.283000', '131628.285000', '131628.288000', '131628.290000', '131628.294000', '131628.297000', '131628.300000', '131628.302000', '131628.305000', '131628.307000', '131628.310000', '131628.312000', '131628.315000', '131628.318000', '131628.320000', '131628.323000', '131628.325000', '131628.328000', '131628.331000', '131628.333000', '131628.336000', '131628.338000', '131628.341000', '131628.344000', '131628.346000', '131628.349000', '131628.351000', '131628.354000', '131628.357000', '131628.359000', '131628.362000', '131628.364000', '131628.367000', '131628.369000', '131648.256000', '131648.259000', '131648.262000', '131648.264000', '131648.267000', '131648.270000', '131648.272000', '131648.275000', '131648.277000', '131648.280000', '131648.283000', '131648.285000', '131648.288000', '131648.290000', '131648.293000', '131648.296000', '131648.298000', '131648.302000', '131648.305000', '131648.307000', '131648.310000', '131648.313000', '131648.315000', '131648.318000', '131648.320000', '131648.323000', '131648.326000', '131648.328000', '131648.331000', '131648.334000', '131648.336000', '131648.339000', '131648.341000', '131648.344000', '131648.347000', '131648.349000', '131648.352000', '131648.354000', '131648.357000', '131648.360000', '131648.362000', '131648.365000', '131648.368000', '131708.256000', '131708.258000', '131708.261000', '131708.264000', '131708.266000', '131708.269000', '131708.271000', '131708.274000', '131708.276000', '131708.279000', '131708.282000', '131708.284000', '131708.287000', '131708.289000', '131708.292000', '131708.295000', '131708.297000', '131708.300000', '131708.302000', '131708.305000', '131708.307000', '131708.310000', '131708.313000', '131708.315000', '131708.318000', '131708.320000', '131708.323000', '131708.326000', '131708.328000', '131708.331000', '131708.333000', '131708.336000', '131708.339000', '131708.341000', '131708.344000', '131708.346000', '131708.349000', '131708.357000', '131708.360000', '131708.362000', '131708.365000', '131708.368000', '131708.370000', '131708.384000', '131728.256000', '131728.258000', '131728.261000', '131728.264000', '131728.266000', '131728.269000', '131728.271000', '131728.274000', '131728.277000', '131728.279000', '131728.282000', '131728.285000', '131728.287000', '131728.290000', '131728.292000', '131728.295000', '131728.298000', '131728.300000', '131728.303000', '131728.305000', '131728.308000', '131728.311000', '131728.313000', '131728.316000', '131728.319000', '131728.321000', '131728.324000', '131728.326000', '131728.329000', '131728.332000', '131728.334000', '131728.337000', '131728.339000', '131728.342000', '131728.345000', '131728.347000', '131728.350000', '131728.353000', '131728.355000', '131728.358000', '131728.360000', '131728.363000', '131728.366000', '131748.255000', '131748.258000', '131748.261000', '131748.263000', '131748.266000', '131748.269000', '131748.272000', '131748.274000', '131748.277000', '131748.279000', '131748.282000', '131748.284000', '131748.287000', '131748.290000', '131748.292000', '131748.295000', '131748.297000', '131748.300000', '131748.302000', '131748.305000', '131748.308000', '131748.310000', '131748.313000', '131748.315000', '131748.318000', '131748.321000', '131748.323000', '131748.326000', '131748.328000', '131748.331000', '131748.333000', '131748.336000', '131748.339000', '131748.341000', '131748.344000', '131748.346000', '131748.349000', '131748.352000', '131748.354000', '131748.357000', '131748.359000', '131748.362000', '131748.364000', '131748.367000', '131808.256000', '131808.259000', '131808.262000', '131808.264000', '131808.267000', '131808.270000', '131808.273000', '131808.275000', '131808.278000', '131808.281000', '131808.283000', '131808.286000', '131808.288000', '131808.291000', '131808.294000', '131808.296000', '131808.299000', '131808.302000', '131808.304000', '131808.307000', '131808.309000', '131808.312000', '131808.315000', '131808.317000', '131808.320000', '131808.323000', '131808.325000', '131808.328000', '131808.330000', '131808.333000', '131808.336000', '131808.338000', '131808.342000', '131808.345000', '131808.348000', '131808.350000', '131808.353000', '131808.356000', '131808.358000', '131808.361000', '131808.363000', '131808.366000', '131808.369000', '131828.257000', '131828.259000', '131828.262000', '131828.265000', '131828.267000', '131828.270000', '131828.272000', '131828.275000', '131828.278000', '131828.280000', '131828.283000', '131828.286000', '131828.288000', '131828.291000', '131828.293000', '131828.296000', '131828.298000', '131828.301000', '131828.304000', '131828.306000', '131828.309000', '131828.311000', '131828.314000', '131828.317000', '131828.319000', '131828.322000', '131828.324000', '131828.327000', '131828.330000', '131828.332000', '131828.335000', '131828.337000', '131828.340000', '131828.342000', '131828.345000', '131828.348000', '131828.350000', '131828.353000', '131828.355000', '131828.383000', '131828.386000', '131828.388000', '131828.391000', '131828.393000', '131848.257000', '131848.259000', '131848.262000', '131848.264000', '131848.267000', '131848.270000', '131848.272000', '131848.275000', '131848.277000', '131848.280000', '131848.283000', '131848.285000', '131848.288000', '131848.290000', '131848.293000', '131848.296000', '131848.298000', '131848.301000', '131848.304000', '131848.306000', '131848.309000', '131848.311000', '131848.314000', '131848.316000', '131848.319000', '131848.322000', '131848.324000', '131848.327000', '131848.329000', '131848.332000', '131848.335000', '131848.338000', '131848.341000', '131848.344000', '131848.346000', '131848.349000', '131848.352000', '131848.354000', '131848.357000', '131848.359000', '131848.362000', '131848.365000', '131848.367000', '131908.257000', '131908.259000', '131908.262000', '131908.264000', '131908.267000', '131908.269000', '131908.272000', '131908.275000', '131908.277000', '131908.280000', '131908.282000', '131908.285000', '131908.288000', '131908.290000', '131908.293000', '131908.295000', '131908.298000', '131908.301000', '131908.303000', '131908.306000', '131908.308000', '131908.311000', '131908.313000', '131908.316000', '131908.319000', '131908.321000', '131908.324000', '131908.326000', '131908.329000', '131908.332000', '131908.334000', '131908.337000', '131908.339000', '131908.342000', '131908.344000', '131908.347000', '131908.350000', '131908.353000', '131908.355000', '131908.358000', '131908.360000', '131908.363000', '131908.366000', '131908.368000', '131928.256000', '131928.258000', '131928.261000', '131928.264000', '131928.266000', '131928.269000', '131928.272000', '131928.274000', '131928.277000', '131928.279000', '131928.282000', '131928.285000', '131928.287000', '131928.290000', '131928.292000', '131928.295000', '131928.298000', '131928.300000', '131928.303000', '131928.305000', '131928.308000', '131928.311000', '131928.313000', '131928.316000', '131928.319000', '131928.322000', '131928.325000', '131928.327000', '131928.330000', '131928.333000', '131928.335000', '131928.338000', '131928.340000', '131928.343000', '131928.346000', '131928.348000', '131928.351000', '131928.353000', '131928.356000', '131928.359000', '131928.361000', '131928.364000', '131928.366000', '131948.256000', '131948.258000', '131948.261000', '131948.264000', '131948.266000', '131948.269000', '131948.271000', '131948.274000', '131948.276000', '131948.279000', '131948.282000', '131948.284000', '131948.287000', '131948.290000', '131948.292000', '131948.295000', '131948.297000', '131948.300000', '131948.310000', '131948.312000', '131948.315000', '131948.318000', '131948.320000', '131948.323000', '131948.325000', '131948.328000', '131948.331000', '131948.333000', '131948.336000', '131948.338000', '131948.341000', '131948.344000', '131948.346000', '131948.349000', '131948.351000', '131948.354000', '131948.365000', '131948.368000', '131948.370000', '131948.373000', '131948.376000', '131948.378000', '131948.381000', '131948.384000', '132008.256000', '132008.258000', '132008.261000', '132008.264000', '132008.266000', '132008.269000', '132008.271000', '132008.274000', '132008.277000', '132008.279000', '132008.282000', '132008.284000', '132008.287000', '132008.290000', '132008.292000', '132008.295000', '132008.297000', '132008.300000', '132008.304000', '132008.306000', '132008.309000', '132008.312000', '132008.314000', '132008.317000', '132008.319000', '132008.322000', '132008.324000', '132008.327000', '132008.330000', '132008.332000', '132008.335000', '132008.337000', '132008.340000', '132008.343000', '132008.347000', '132008.349000', '132008.352000', '132008.354000', '132008.357000', '132008.360000', '132008.362000', '132008.365000', '132008.368000', '132018.001000', '132018.004000', '132018.007000', '132018.010000', '132018.013000', '132018.016000', '132018.019000', '132018.021000', '132018.024000', '132018.027000', '132018.030000', '132018.032000', '132018.035000', '132018.038000', '132018.040000', '132018.043000', '132018.046000', '132018.049000', '132018.052000', '132018.055000', '132018.058000', '132018.061000'], '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': [8602, 13982, 8531, 14893, 11176, 12335, 8309, 8712, 12816, 14973, 10819, 15622, 8567, 12865, 8390, 7872, 8418, 8089, 8199, 8045, 7885, 8411, 8015, 8015, 8227, 9535, 7919, 14010, 7597, 10677, 7836, 12278, 8007, 14677, 7774, 13839, 8184, 12060, 9024, 8045, 7150, 8007, 8665, 7959, 14095, 9758, 8165, 7577, 8187, 12099, 12530, 12687, 8193, 8966, 8139, 8877, 8129, 11714, 8323, 15664, 7867, 8109, 7241, 8162, 8894, 8117, 7852, 7334, 8168, 9876, 8163, 15195, 9863, 8205, 7416, 8108, 12610, 9604, 13137, 7573, 8220, 7530, 8438, 9544, 8188, 14872, 8026, 8903, 8029, 7972, 8031, 7946, 10137, 8181, 8031, 7982, 7817, 7621, 8108, 7892, 7993, 8038, 7544, 8132, 10155, 8145, 13918, 7748, 8201, 8774, 8254, 11707, 8522, 13216, 8099, 8400, 7611, 7898, 12994, 8936, 12681, 7968, 8124, 8801, 7946, 11347, 10592, 16144, 13604, 10142, 13568, 8085, 15033, 7995, 11331, 7969, 7918, 7649, 8384, 8277, 7489, 8385, 8066, 7946, 13621, 9456, 11906, 7945, 10506, 7993, 12566, 10731, 10653, 8110, 8082, 8018, 8178, 11912, 8259, 11096, 8549, 7902, 7961, 8179, 7743, 8422, 7698, 8469, 11359, 8478, 7895, 8280, 8289, 8078, 9051, 8356, 12864, 8133, 11585, 7908, 8228, 7994, 8122, 7860, 12224, 8254, 8393, 7544, 8810, 8367, 8813, 8638, 8500, 8786, 7861, 8302, 8288, 9425, 7558, 8305, 8993, 8150, 12779, 8631, 12555, 8428, 12380, 8077, 8092, 8246, 13400, 8087, 8279, 7618, 8707, 9270, 8276, 8833, 7773, 8020, 8725, 7947, 8223, 7458, 8223, 13184, 9110, 14312, 9459, 15087, 7817, 8051, 8028, 8209, 14219, 7852, 8261, 10079, 8415, 8639, 8197, 14893, 7827, 8258, 8160, 8326, 12559, 8358, 10183, 8134, 8204, 8293, 8324, 14612, 10256, 13793, 8676, 9953, 8426, 8176, 8350, 8113, 14758, 7985, 11317, 8123, 8349, 7928, 8148, 8117, 8018, 10114, 8233, 10996, 9762, 8257, 8722, 8130, 8895, 8381, 13028, 10900, 8066, 8641, 8189, 8173, 8111, 8157, 10895, 8269, 8385, 7855, 8473, 9621, 8504, 13461, 7876, 8328, 8489, 10156, 11934, 8010, 13869, 8132, 12116, 8784, 13141, 12480, 8163, 8158, 7939, 12589, 8197, 10961, 7742, 8493, 7782, 8154, 11078, 8398, 9082, 8920, 8224, 11282, 8202, 14009, 8210, 10727, 8021, 8274, 7848, 8025, 8314, 8209, 8094, 9602, 9372, 15414, 9658, 13593, 8148, 13590, 12195, 8184, 7586, 8253, 11560, 8331, 8483, 8060, 8423, 9003, 8192, 11442, 10098, 8161, 10543, 8439, 13197, 9392, 13283, 9520, 13307, 8355, 8330, 8265, 8510, 10152, 8097, 10663, 8117, 13340, 8106, 11031, 8493, 9488, 8852, 8664, 8446, 7954, 8396, 8183, 8338, 14859, 9701, 8928, 8093, 11665, 8210, 10279, 8215, 12172, 10300, 8054, 10262, 8227, 8320, 8681, 8609, 8063, 16004, 8353, 8875, 8077, 8285, 7591, 7839, 9311, 11544, 7960, 8277, 8929, 10624, 13330, 8178, 8777, 10054, 12154, 8225, 10981, 8951, 8152, 7661, 8385, 8583, 7825, 7985, 8588, 8297, 12011, 8332, 13217, 9908, 8720, 7977, 8409, 7863, 8010, 8349, 11942, 8184, 8852, 8380, 14544, 7879, 8744, 10925, 8053, 10069, 8458, 14596, 10821, 8514, 8249, 8306, 14463, 10857, 14266, 10566, 8296, 8304, 8276, 15179, 11234, 10774, 8290, 8273, 8294, 8393, 12169, 7881, 7995, 7770, 8095, 9654, 8274, 9031, 14016, 8147, 8823, 8246, 9641, 8209, 8172, 8976, 7995, 8770, 8408, 8174, 8168, 8462, 9039, 7872, 8577, 8173, 8568, 9595, 8612, 11696, 8407, 7710, 8385, 10006, 8275, 11550, 8006, 9163, 8023, 10155, 8437, 12139, 10142, 8496, 8159, 8764, 12335, 9285, 15462, 8321, 9003, 7943, 8602, 7935, 8391, 9351, 7864, 8344, 11050, 11331, 13924, 10247, 10436, 8575, 10371, 8141, 13870, 8604, 8815, 7705, 8416, 8124, 8947, 11717, 8338, 13006, 8168, 8804, 7940, 9228, 8173, 8334, 9891, 8347, 8789, 8278, 8752, 7977, 8483, 10108, 8075, 8938, 7994, 8788, 7660, 8412, 10762, 7848, 8798, 8931, 8315, 15229, 8261, 11060, 8296, 8700, 11907, 8359, 15796, 8133, 14959, 8536, 14489, 8119, 10689, 7966, 8852, 8165, 8389, 11668, 8434, 9390, 8203, 8324, 8644, 8505, 15446, 8093, 8905, 8411, 8579, 10706, 9619, 12095, 8052, 8371, 8413, 8268, 16501, 13970, 9512, 9276, 8067, 13749, 8905, 14929, 8977, 8961, 8266, 8336, 8449, 8520, 12329, 8338, 8431, 9643, 8431, 8210, 8604, 9253, 8267, 9215, 8393, 8915, 8374, 8464, 11625, 8395, 8505, 8175, 12776, 8258, 10961, 9574, 8395, 12530, 8126, 9325, 8426, 8028, 15630, 8036, 8616, 8749, 8433, 12089, 8234, 14903, 9683, 8373, 8682, 8350, 8536, 8620, 14512, 8218, 8950, 7514, 8433, 8820, 8376, 8375, 13922, 15699, 16303, 16262, 16783, 15112, 16890, 11432, 11844, 8789, 7735, 8694, 8141, 8438, 8147, 8417, 8492, 8692, 8200, 8107, 12909, 10666, 15105, 12860, 14389, 13616, 11976, 10598, 8084, 12427, 8153, 14236, 8822, 8582, 8557, 8035, 9202, 8400, 8364, 8304, 8459, 8052, 8181, 8802, 8509, 8498, 12457, 14076, 9047, 9330, 8016, 12807, 8200, 9000, 8074, 8427, 8122, 8589, 8412, 7804, 8237, 7927, 8580, 14466, 10470, 13964, 12645, 8644, 8509, 8513, 14601, 8425, 15821, 9205, 12859, 8026, 8147, 8675, 8243, 15068, 8375, 8659, 8281, 8776, 7901, 8487, 14360, 8320, 8542, 7086, 8630, 8274, 7730, 8751, 7704, 8287, 11734, 8469, 13904, 8911, 13281, 8317, 8830, 7161, 8050, 13152, 8333, 8854, 9940, 9791, 12544, 9927, 12097, 10898, 16457, 8130, 10900, 8238, 11010, 10568, 12578, 15437, 9233, 8462, 8643, 8391, 15661, 8319, 16195, 11708, 11292, 8102, 8313, 8022, 8141, 7360, 8492, 13679, 8360, 8436, 8442, 8387, 7463, 8352, 8247, 8346, 8740, 8032, 10944, 8240, 10265, 7954, 8620, 7914, 8385, 8058, 8523, 7518, 8652, 7508, 9045, 7687, 8776, 8875, 8664, 8801, 8566, 8669, 8239, 9159, 8149, 8540, 7532, 8636, 10656, 10361, 11032, 10320, 10189, 8616, 7898, 8757, 11640, 9299, 11973, 8787, 8328, 8144, 8898, 7344, 8636, 8967, 8246, 16512, 9729, 17756, 10715, 13116, 8247, 11748, 8119, 14468, 12090, 9115, 9050, 8814, 8708, 7928, 8196, 13931, 8534, 8951, 8902, 12369, 10449, 8364, 14256, 8463, 8846, 7654, 8314, 15469, 11128, 9073, 8455, 8411, 15481, 11046, 16359, 8874, 14653, 8191, 8823, 8059, 8380, 15619, 8393, 8985, 8167, 8688, 14657, 8450, 11267, 7792, 8385, 12653, 8355, 15667, 8763, 8597, 6994, 8898, 9314, 7507, 8036, 8922, 8301, 9462, 9629, 9038, 8738, 8217, 10004, 13630, 7886, 9850, 8492, 12559, 11567, 8678, 9223, 7997, 9033, 7533, 8545, 8541, 7704, 8902, 7661, 8681, 13073, 8756, 16252, 10049, 9662, 8608, 8567, 10250, 8957, 14755, 9658, 8862, 11045, 11601, 10596, 10991, 12888, 8614, 8728, 8507, 11865, 8563, 15779, 9820, 13513, 8051, 9138, 7866, 8591, 9861, 8141, 9315, 7865, 8659, 13126, 8520, 15817, 11339, 16648, 7924, 8589, 11042, 8235, 10499, 8464, 9456, 8792, 9635, 8067, 9494, 9141, 12953, 10408, 9017, 7987, 8866, 13124, 8612, 12559, 8005, 9304, 7919, 8921, 11011, 10305, 16154, 8439, 11813, 7934, 11244, 8779, 8912, 8027, 8961, 12877, 8176, 10961, 9214, 9073, 8217, 8821, 9530, 8908, 15444, 8409, 9140, 8934, 9253, 8160, 8640, 10766, 8381, 9516, 7854, 8554, 8002, 8424, 14927, 10544, 9584, 7719, 8595, 8326, 8440, 13518, 8532, 13064, 7926, 9023, 8494, 8314, 9960, 7814, 9155, 14152, 8814, 10924, 7903, 16711, 8597, 12311, 7894, 8924, 7629, 8790, 13401, 9114, 15925, 8491, 12454, 8081, 11843, 10517, 9096, 8993, 8643, 13088, 8825, 16637, 9059, 9448, 10036, 8496, 10472, 8479, 16251, 10722, 12701, 9560, 8960, 8204, 8435, 15310, 8257, 9303, 7884, 8693, 13041, 8138, 9262, 8247, 8879, 9164, 8164, 17313, 11430, 13206, 8091, 9067, 8135, 8476, 7910, 8456, 9128, 8138, 9442, 7304, 9325, 10194, 9063, 10452, 8859, 14004, 9218, 14738, 8969, 13035, 8770, 14743, 8980, 16432, 10299, 12373, 8430, 9792, 8850, 9127, 13458, 9204, 12914, 9181, 14514, 9080, 16324, 8895, 13052, 8262, 8866, 8222, 11321, 8740, 9229, 9052, 9036, 14376, 11236, 12380, 8724, 14541, 10875, 9591, 10767, 8057, 15881, 8481, 13247, 8249, 12200, 10931, 8977, 8107, 8543, 14687, 8423, 16536, 12613, 10508, 8993, 8641, 8206, 8640, 14630, 8368, 9380, 10477, 8103, 9279, 8608, 10747, 8760, 9388, 7753, 8753, 7829, 8232, 9304, 8178, 8868, 9091, 7745, 9157, 11356, 8535, 9397, 8204, 9451, 7698, 8666, 8850, 8144, 8659, 7439, 8259, 9292, 8728, 9046, 9517, 7688, 8951, 10869, 8233, 8922, 16132, 8767, 16018, 9096, 16475, 10040, 15864, 8245, 9639, 7582, 9054, 10483, 8567, 9474, 7874, 11727, 8302, 11334, 8458, 13508, 10414, 8689, 7527, 8430, 9821, 8578, 14734, 8727, 9045, 8151, 8915, 7984, 8940, 7470, 8401, 11629, 8187, 8793, 8365, 9843, 8803, 10443, 9070, 8683, 9126, 8230, 13109, 8405, 14082, 8349, 8903, 7446, 8718, 10228, 8453, 10410, 9493, 9201, 8770, 10583, 8392, 7967, 8197, 9011, 8212, 8604, 9873, 8224, 14504, 8622, 13260, 9909, 12960, 11397, 13309, 9277, 9620, 8351, 8373, 8360, 12474, 8595, 14134, 8202, 14528, 8544, 16210, 8189, 9566], 'WindowCenter': [3875.0, 3911.0, 3856.0, 3894.0, 3863.0, 3871.0, 3846.0, 3831.0, 3871.0, 3880.0, 3861.0, 3878.0, 3814.0, 3857.0, 3814.0, 3813.0, 3813.0, 3814.0, 3814.0, 3817.0, 3816.0, 3827.0, 3817.0, 3827.0, 3829.0, 3864.0, 3830.0, 3880.0, 3818.0, 3848.0, 3817.0, 3858.0, 3817.0, 3879.0, 3818.0, 3868.0, 3828.0, 3858.0, 3827.0, 3817.0, 3805.0, 3817.0, 3826.0, 3817.0, 3868.0, 3838.0, 3816.0, 3816.0, 3827.0, 3858.0, 3857.0, 3856.0, 3814.0, 3824.0, 3815.0, 3823.0, 3803.0, 3844.0, 3814.0, 3876.0, 3813.0, 3814.0, 3804.0, 3826.0, 3825.0, 3816.0, 3816.0, 3805.0, 3816.0, 3835.0, 3816.0, 3877.0, 3835.0, 3814.0, 3802.0, 3814.0, 3856.0, 3836.0, 3866.0, 3803.0, 3814.0, 3802.0, 3813.0, 3823.0, 3813.0, 3866.0, 3814.0, 3824.0, 3814.0, 3813.0, 3814.0, 3814.0, 3835.0, 3826.0, 3814.0, 3814.0, 3815.0, 3815.0, 3816.0, 3816.0, 3815.0, 3817.0, 3815.0, 3815.0, 3847.0, 3816.0, 3868.0, 3815.0, 3826.0, 3825.0, 3815.0, 3856.0, 3826.0, 3867.0, 3814.0, 3826.0, 3814.0, 3815.0, 3867.0, 3837.0, 3867.0, 3814.0, 3815.0, 3825.0, 3815.0, 3846.0, 3848.0, 3892.0, 3881.0, 3848.0, 3868.0, 3828.0, 3890.0, 3815.0, 3843.0, 3801.0, 3800.0, 3802.0, 3812.0, 3813.0, 3804.0, 3827.0, 3815.0, 3827.0, 3878.0, 3836.0, 3856.0, 3814.0, 3845.0, 3815.0, 3856.0, 3845.0, 3834.0, 3815.0, 3815.0, 3801.0, 3811.0, 3843.0, 3801.0, 3832.0, 3812.0, 3800.0, 3812.0, 3812.0, 3802.0, 3814.0, 3802.0, 3814.0, 3845.0, 3815.0, 3813.0, 3814.0, 3813.0, 3815.0, 3836.0, 3827.0, 3867.0, 3815.0, 3857.0, 3814.0, 3814.0, 3815.0, 3814.0, 3816.0, 3857.0, 3826.0, 3815.0, 3814.0, 3836.0, 3825.0, 3838.0, 3826.0, 3828.0, 3827.0, 3829.0, 3828.0, 3829.0, 3839.0, 3819.0, 3829.0, 3838.0, 3829.0, 3871.0, 3829.0, 3869.0, 3828.0, 3869.0, 3828.0, 3817.0, 3840.0, 3879.0, 3829.0, 3828.0, 3818.0, 3839.0, 3838.0, 3829.0, 3838.0, 3818.0, 3830.0, 3840.0, 3830.0, 3841.0, 3819.0, 3841.0, 3883.0, 3841.0, 3882.0, 3840.0, 3880.0, 3816.0, 3816.0, 3816.0, 3828.0, 3879.0, 3817.0, 3827.0, 3848.0, 3827.0, 3827.0, 3816.0, 3879.0, 3805.0, 3816.0, 3815.0, 3816.0, 3858.0, 3827.0, 3847.0, 3816.0, 3827.0, 3815.0, 3827.0, 3878.0, 3848.0, 3867.0, 3825.0, 3835.0, 3814.0, 3814.0, 3814.0, 3815.0, 3878.0, 3815.0, 3846.0, 3815.0, 3815.0, 3815.0, 3816.0, 3815.0, 3828.0, 3848.0, 3827.0, 3847.0, 3838.0, 3815.0, 3814.0, 3816.0, 3825.0, 3816.0, 3857.0, 3847.0, 3815.0, 3824.0, 3826.0, 3815.0, 3816.0, 3816.0, 3848.0, 3827.0, 3826.0, 3816.0, 3827.0, 3838.0, 3827.0, 3868.0, 3816.0, 3826.0, 3827.0, 3848.0, 3858.0, 3815.0, 3867.0, 3815.0, 3856.0, 3826.0, 3857.0, 3856.0, 3814.0, 3814.0, 3815.0, 3856.0, 3814.0, 3845.0, 3803.0, 3826.0, 3804.0, 3816.0, 3846.0, 3816.0, 3826.0, 3826.0, 3816.0, 3857.0, 3827.0, 3867.0, 3826.0, 3847.0, 3815.0, 3827.0, 3816.0, 3817.0, 3827.0, 3828.0, 3829.0, 3850.0, 3841.0, 3881.0, 3838.0, 3856.0, 3804.0, 3856.0, 3857.0, 3814.0, 3803.0, 3815.0, 3856.0, 3815.0, 3826.0, 3814.0, 3827.0, 3826.0, 3827.0, 3857.0, 3847.0, 3816.0, 3847.0, 3816.0, 3867.0, 3825.0, 3867.0, 3835.0, 3855.0, 3813.0, 3814.0, 3813.0, 3814.0, 3835.0, 3815.0, 3835.0, 3814.0, 3866.0, 3804.0, 3833.0, 3812.0, 3824.0, 3823.0, 3824.0, 3814.0, 3815.0, 3815.0, 3814.0, 3816.0, 3880.0, 3837.0, 3838.0, 3817.0, 3859.0, 3815.0, 3835.0, 3815.0, 3857.0, 3835.0, 3804.0, 3834.0, 3814.0, 3802.0, 3813.0, 3812.0, 3802.0, 3875.0, 3813.0, 3813.0, 3802.0, 3814.0, 3815.0, 3818.0, 3839.0, 3859.0, 3829.0, 3829.0, 3839.0, 3850.0, 3869.0, 3817.0, 3828.0, 3838.0, 3857.0, 3815.0, 3846.0, 3825.0, 3815.0, 3804.0, 3816.0, 3826.0, 3817.0, 3816.0, 3827.0, 3829.0, 3869.0, 3829.0, 3870.0, 3851.0, 3828.0, 3817.0, 3828.0, 3817.0, 3818.0, 3829.0, 3860.0, 3829.0, 3827.0, 3828.0, 3879.0, 3817.0, 3827.0, 3848.0, 3817.0, 3837.0, 3816.0, 3879.0, 3847.0, 3826.0, 3815.0, 3816.0, 3868.0, 3848.0, 3866.0, 3835.0, 3814.0, 3813.0, 3815.0, 3867.0, 3846.0, 3835.0, 3813.0, 3814.0, 3813.0, 3815.0, 3856.0, 3804.0, 3815.0, 3804.0, 3815.0, 3835.0, 3815.0, 3826.0, 3867.0, 3814.0, 3825.0, 3815.0, 3836.0, 3813.0, 3815.0, 3825.0, 3815.0, 3826.0, 3815.0, 3815.0, 3814.0, 3815.0, 3825.0, 3815.0, 3827.0, 3826.0, 3828.0, 3838.0, 3827.0, 3858.0, 3816.0, 3804.0, 3827.0, 3837.0, 3827.0, 3858.0, 3816.0, 3837.0, 3816.0, 3848.0, 3816.0, 3858.0, 3836.0, 3826.0, 3815.0, 3827.0, 3857.0, 3825.0, 3877.0, 3815.0, 3825.0, 3815.0, 3826.0, 3815.0, 3827.0, 3837.0, 3817.0, 3828.0, 3859.0, 3848.0, 3869.0, 3836.0, 3845.0, 3826.0, 3846.0, 3816.0, 3868.0, 3826.0, 3825.0, 3803.0, 3827.0, 3815.0, 3826.0, 3857.0, 3816.0, 3867.0, 3815.0, 3826.0, 3816.0, 3825.0, 3814.0, 3815.0, 3834.0, 3826.0, 3826.0, 3816.0, 3825.0, 3815.0, 3826.0, 3846.0, 3816.0, 3827.0, 3815.0, 3826.0, 3816.0, 3827.0, 3847.0, 3816.0, 3826.0, 3826.0, 3827.0, 3879.0, 3816.0, 3857.0, 3815.0, 3826.0, 3858.0, 3816.0, 3878.0, 3816.0, 3878.0, 3825.0, 3866.0, 3815.0, 3835.0, 3814.0, 3825.0, 3814.0, 3826.0, 3856.0, 3815.0, 3825.0, 3814.0, 3815.0, 3825.0, 3826.0, 3878.0, 3814.0, 3825.0, 3814.0, 3826.0, 3846.0, 3837.0, 3857.0, 3814.0, 3815.0, 3814.0, 3816.0, 3878.0, 3868.0, 3824.0, 3823.0, 3813.0, 3866.0, 3824.0, 3865.0, 3813.0, 3812.0, 3812.0, 3814.0, 3813.0, 3825.0, 3855.0, 3814.0, 3814.0, 3835.0, 3815.0, 3813.0, 3825.0, 3823.0, 3814.0, 3824.0, 3814.0, 3825.0, 3814.0, 3815.0, 3857.0, 3814.0, 3825.0, 3827.0, 3856.0, 3814.0, 3845.0, 3835.0, 3814.0, 3857.0, 3815.0, 3824.0, 3814.0, 3815.0, 3878.0, 3815.0, 3826.0, 3825.0, 3816.0, 3856.0, 3815.0, 3877.0, 3835.0, 3814.0, 3825.0, 3816.0, 3813.0, 3814.0, 3866.0, 3815.0, 3825.0, 3805.0, 3826.0, 3826.0, 3826.0, 3828.0, 3882.0, 3891.0, 3892.0, 3894.0, 3908.0, 3896.0, 3895.0, 3847.0, 3844.0, 3812.0, 3789.0, 3810.0, 3800.0, 3811.0, 3802.0, 3812.0, 3825.0, 3823.0, 3812.0, 3801.0, 3853.0, 3831.0, 3852.0, 3841.0, 3840.0, 3839.0, 3816.0, 3804.0, 3772.0, 3813.0, 3771.0, 3822.0, 3779.0, 3780.0, 3780.0, 3771.0, 3780.0, 3781.0, 3782.0, 3782.0, 3784.0, 3783.0, 3785.0, 3796.0, 3798.0, 3811.0, 3852.0, 3864.0, 3811.0, 3824.0, 3814.0, 3866.0, 3812.0, 3809.0, 3788.0, 3799.0, 3799.0, 3812.0, 3812.0, 3803.0, 3826.0, 3815.0, 3826.0, 3866.0, 3846.0, 3866.0, 3855.0, 3813.0, 3812.0, 3813.0, 3865.0, 3812.0, 3863.0, 3811.0, 3852.0, 3798.0, 3800.0, 3810.0, 3801.0, 3863.0, 3812.0, 3811.0, 3812.0, 3812.0, 3802.0, 3813.0, 3865.0, 3813.0, 3826.0, 3794.0, 3827.0, 3826.0, 3818.0, 3839.0, 3818.0, 3841.0, 3871.0, 3829.0, 3881.0, 3840.0, 3881.0, 3829.0, 3839.0, 3806.0, 3829.0, 3880.0, 3828.0, 3839.0, 3850.0, 3849.0, 3869.0, 3848.0, 3858.0, 3848.0, 3889.0, 3816.0, 3846.0, 3815.0, 3846.0, 3847.0, 3868.0, 3879.0, 3836.0, 3828.0, 3825.0, 3826.0, 3877.0, 3826.0, 3877.0, 3856.0, 3845.0, 3813.0, 3813.0, 3802.0, 3802.0, 3791.0, 3813.0, 3863.0, 3813.0, 3813.0, 3813.0, 3813.0, 3792.0, 3813.0, 3813.0, 3815.0, 3825.0, 3814.0, 3846.0, 3814.0, 3835.0, 3814.0, 3813.0, 3814.0, 3814.0, 3814.0, 3814.0, 3803.0, 3824.0, 3803.0, 3825.0, 3803.0, 3826.0, 3824.0, 3826.0, 3836.0, 3826.0, 3827.0, 3827.0, 3838.0, 3828.0, 3827.0, 3816.0, 3827.0, 3848.0, 3848.0, 3848.0, 3848.0, 3847.0, 3827.0, 3815.0, 3827.0, 3858.0, 3838.0, 3857.0, 3827.0, 3826.0, 3817.0, 3839.0, 3818.0, 3841.0, 3851.0, 3842.0, 3904.0, 3851.0, 3903.0, 3850.0, 3869.0, 3828.0, 3858.0, 3816.0, 3878.0, 3858.0, 3825.0, 3825.0, 3826.0, 3826.0, 3816.0, 3827.0, 3879.0, 3827.0, 3838.0, 3838.0, 3869.0, 3849.0, 3817.0, 3878.0, 3816.0, 3826.0, 3805.0, 3828.0, 3880.0, 3858.0, 3827.0, 3816.0, 3815.0, 3879.0, 3846.0, 3878.0, 3825.0, 3866.0, 3813.0, 3824.0, 3813.0, 3814.0, 3877.0, 3814.0, 3825.0, 3814.0, 3825.0, 3866.0, 3815.0, 3846.0, 3803.0, 3815.0, 3855.0, 3815.0, 3876.0, 3824.0, 3825.0, 3807.0, 3827.0, 3850.0, 3818.0, 3829.0, 3852.0, 3844.0, 3854.0, 3864.0, 3853.0, 3829.0, 3830.0, 3851.0, 3883.0, 3832.0, 3851.0, 3829.0, 3859.0, 3859.0, 3827.0, 3838.0, 3818.0, 3839.0, 3817.0, 3829.0, 3828.0, 3818.0, 3841.0, 3819.0, 3840.0, 3872.0, 3842.0, 3893.0, 3851.0, 3840.0, 3829.0, 3829.0, 3849.0, 3840.0, 3881.0, 3838.0, 3841.0, 3862.0, 3860.0, 3848.0, 3848.0, 3870.0, 3827.0, 3826.0, 3827.0, 3857.0, 3827.0, 3879.0, 3838.0, 3868.0, 3816.0, 3836.0, 3815.0, 3827.0, 3837.0, 3818.0, 3839.0, 3817.0, 3828.0, 3869.0, 3827.0, 3880.0, 3848.0, 3879.0, 3804.0, 3827.0, 3847.0, 3815.0, 3835.0, 3815.0, 3824.0, 3826.0, 3837.0, 3816.0, 3837.0, 3837.0, 3858.0, 3846.0, 3826.0, 3816.0, 3827.0, 3868.0, 3827.0, 3858.0, 3816.0, 3837.0, 3815.0, 3825.0, 3847.0, 3837.0, 3878.0, 3815.0, 3846.0, 3804.0, 3845.0, 3815.0, 3825.0, 3803.0, 3825.0, 3855.0, 3816.0, 3844.0, 3826.0, 3825.0, 3814.0, 3825.0, 3822.0, 3824.0, 3877.0, 3814.0, 3825.0, 3825.0, 3825.0, 3814.0, 3814.0, 3845.0, 3814.0, 3836.0, 3815.0, 3826.0, 3815.0, 3816.0, 3879.0, 3848.0, 3837.0, 3804.0, 3827.0, 3815.0, 3816.0, 3867.0, 3815.0, 3868.0, 3815.0, 3827.0, 3826.0, 3828.0, 3849.0, 3818.0, 3841.0, 3881.0, 3839.0, 3848.0, 3817.0, 3891.0, 3827.0, 3858.0, 3817.0, 3839.0, 3817.0, 3828.0, 3869.0, 3839.0, 3891.0, 3828.0, 3858.0, 3815.0, 3857.0, 3847.0, 3827.0, 3826.0, 3827.0, 3867.0, 3826.0, 3877.0, 3826.0, 3836.0, 3836.0, 3815.0, 3834.0, 3813.0, 3877.0, 3846.0, 3856.0, 3824.0, 3813.0, 3801.0, 3813.0, 3865.0, 3802.0, 3823.0, 3801.0, 3812.0, 3854.0, 3804.0, 3824.0, 3813.0, 3825.0, 3823.0, 3814.0, 3887.0, 3845.0, 3854.0, 3801.0, 3811.0, 3801.0, 3813.0, 3803.0, 3813.0, 3824.0, 3814.0, 3835.0, 3804.0, 3838.0, 3848.0, 3839.0, 3849.0, 3840.0, 3881.0, 3838.0, 3880.0, 3826.0, 3868.0, 3827.0, 3879.0, 3828.0, 3879.0, 3836.0, 3857.0, 3815.0, 3836.0, 3826.0, 3837.0, 3867.0, 3836.0, 3867.0, 3825.0, 3868.0, 3826.0, 3878.0, 3825.0, 3866.0, 3815.0, 3825.0, 3816.0, 3846.0, 3826.0, 3837.0, 3826.0, 3826.0, 3879.0, 3847.0, 3856.0, 3815.0, 3878.0, 3846.0, 3837.0, 3848.0, 3817.0, 3877.0, 3814.0, 3854.0, 3814.0, 3844.0, 3834.0, 3823.0, 3802.0, 3824.0, 3865.0, 3814.0, 3876.0, 3855.0, 3832.0, 3811.0, 3812.0, 3800.0, 3811.0, 3863.0, 3801.0, 3820.0, 3832.0, 3801.0, 3810.0, 3798.0, 3829.0, 3811.0, 3810.0, 3789.0, 3811.0, 3800.0, 3811.0, 3823.0, 3811.0, 3824.0, 3823.0, 3802.0, 3823.0, 3844.0, 3824.0, 3824.0, 3814.0, 3824.0, 3802.0, 3812.0, 3824.0, 3813.0, 3825.0, 3804.0, 3825.0, 3836.0, 3826.0, 3827.0, 3837.0, 3815.0, 3827.0, 3847.0, 3826.0, 3827.0, 3888.0, 3826.0, 3878.0, 3825.0, 3877.0, 3835.0, 3876.0, 3813.0, 3834.0, 3803.0, 3825.0, 3847.0, 3838.0, 3838.0, 3818.0, 3858.0, 3829.0, 3859.0, 3827.0, 3868.0, 3849.0, 3827.0, 3816.0, 3828.0, 3848.0, 3828.0, 3879.0, 3827.0, 3826.0, 3816.0, 3826.0, 3814.0, 3825.0, 3793.0, 3816.0, 3846.0, 3827.0, 3826.0, 3827.0, 3837.0, 3826.0, 3848.0, 3826.0, 3828.0, 3825.0, 3827.0, 3881.0, 3829.0, 3879.0, 3816.0, 3827.0, 3805.0, 3828.0, 3849.0, 3827.0, 3848.0, 3837.0, 3826.0, 3826.0, 3846.0, 3828.0, 3816.0, 3828.0, 3838.0, 3829.0, 3842.0, 3851.0, 3842.0, 3894.0, 3830.0, 3870.0, 3838.0, 3870.0, 3848.0, 3869.0, 3827.0, 3837.0, 3816.0, 3815.0, 3815.0, 3858.0, 3827.0, 3867.0, 3816.0, 3867.0, 3814.0, 3877.0, 3816.0, 3825.0], 'WindowWidth': [8700.0, 8736.0, 8655.0, 8701.0, 8657.0, 8663.0, 8638.0, 8608.0, 8661.0, 8671.0, 8650.0, 8668.0, 8575.0, 8636.0, 8574.0, 8574.0, 8573.0, 8574.0, 8578.0, 8585.0, 8581.0, 8598.0, 8588.0, 8599.0, 8605.0, 8660.0, 8608.0, 8674.0, 8588.0, 8626.0, 8586.0, 8642.0, 8585.0, 8669.0, 8588.0, 8655.0, 8601.0, 8639.0, 8599.0, 8585.0, 8568.0, 8586.0, 8594.0, 8586.0, 8656.0, 8614.0, 8582.0, 8581.0, 8598.0, 8641.0, 8638.0, 8635.0, 8577.0, 8589.0, 8579.0, 8587.0, 8561.0, 8615.0, 8578.0, 8662.0, 8574.0, 8576.0, 8562.0, 8595.0, 8591.0, 8582.0, 8581.0, 8566.0, 8583.0, 8605.0, 8581.0, 8666.0, 8604.0, 8576.0, 8558.0, 8577.0, 8635.0, 8607.0, 8648.0, 8561.0, 8578.0, 8557.0, 8574.0, 8588.0, 8575.0, 8648.0, 8577.0, 8590.0, 8576.0, 8575.0, 8576.0, 8578.0, 8605.0, 8595.0, 8578.0, 8578.0, 8580.0, 8579.0, 8584.0, 8584.0, 8582.0, 8586.0, 8580.0, 8581.0, 8623.0, 8584.0, 8654.0, 8579.0, 8598.0, 8593.0, 8580.0, 8636.0, 8596.0, 8651.0, 8577.0, 8597.0, 8577.0, 8581.0, 8651.0, 8612.0, 8650.0, 8579.0, 8580.0, 8592.0, 8579.0, 8623.0, 8628.0, 8701.0, 8680.0, 8628.0, 8655.0, 8605.0, 8691.0, 8580.0, 8612.0, 8553.0, 8552.0, 8556.0, 8570.0, 8574.0, 8565.0, 8601.0, 8581.0, 8602.0, 8670.0, 8610.0, 8634.0, 8577.0, 8618.0, 8579.0, 8634.0, 8619.0, 8603.0, 8582.0, 8579.0, 8555.0, 8568.0, 8611.0, 8555.0, 8596.0, 8571.0, 8553.0, 8571.0, 8571.0, 8560.0, 8576.0, 8559.0, 8578.0, 8618.0, 8579.0, 8573.0, 8576.0, 8573.0, 8582.0, 8611.0, 8599.0, 8652.0, 8582.0, 8636.0, 8577.0, 8578.0, 8578.0, 8578.0, 8583.0, 8636.0, 8595.0, 8579.0, 8578.0, 8610.0, 8592.0, 8614.0, 8596.0, 8602.0, 8600.0, 8606.0, 8602.0, 8606.0, 8617.0, 8593.0, 8605.0, 8617.0, 8607.0, 8666.0, 8606.0, 8658.0, 8603.0, 8656.0, 8602.0, 8587.0, 8623.0, 8673.0, 8605.0, 8602.0, 8589.0, 8617.0, 8614.0, 8604.0, 8616.0, 8591.0, 8608.0, 8621.0, 8610.0, 8623.0, 8593.0, 8625.0, 8686.0, 8625.0, 8679.0, 8621.0, 8673.0, 8583.0, 8583.0, 8582.0, 8601.0, 8672.0, 8587.0, 8600.0, 8628.0, 8599.0, 8597.0, 8583.0, 8671.0, 8565.0, 8581.0, 8578.0, 8582.0, 8640.0, 8597.0, 8624.0, 8581.0, 8598.0, 8578.0, 8597.0, 8669.0, 8628.0, 8652.0, 8592.0, 8606.0, 8576.0, 8575.0, 8576.0, 8578.0, 8669.0, 8579.0, 8622.0, 8577.0, 8578.0, 8579.0, 8581.0, 8580.0, 8602.0, 8626.0, 8599.0, 8625.0, 8613.0, 8579.0, 8576.0, 8581.0, 8593.0, 8581.0, 8636.0, 8624.0, 8578.0, 8590.0, 8596.0, 8580.0, 8582.0, 8582.0, 8625.0, 8596.0, 8596.0, 8582.0, 8599.0, 8613.0, 8599.0, 8654.0, 8582.0, 8596.0, 8599.0, 8625.0, 8640.0, 8578.0, 8653.0, 8580.0, 8632.0, 8595.0, 8637.0, 8635.0, 8575.0, 8575.0, 8581.0, 8634.0, 8577.0, 8618.0, 8558.0, 8594.0, 8564.0, 8584.0, 8620.0, 8581.0, 8595.0, 8595.0, 8581.0, 8637.0, 8597.0, 8650.0, 8595.0, 8623.0, 8578.0, 8597.0, 8582.0, 8585.0, 8598.0, 8601.0, 8606.0, 8632.0, 8622.0, 8681.0, 8613.0, 8635.0, 8562.0, 8633.0, 8636.0, 8574.0, 8561.0, 8580.0, 8633.0, 8579.0, 8593.0, 8576.0, 8598.0, 8595.0, 8599.0, 8637.0, 8626.0, 8581.0, 8623.0, 8581.0, 8652.0, 8593.0, 8648.0, 8605.0, 8630.0, 8574.0, 8576.0, 8574.0, 8574.0, 8604.0, 8577.0, 8603.0, 8578.0, 8649.0, 8561.0, 8598.0, 8570.0, 8587.0, 8586.0, 8589.0, 8577.0, 8579.0, 8579.0, 8576.0, 8583.0, 8674.0, 8612.0, 8613.0, 8586.0, 8642.0, 8580.0, 8603.0, 8577.0, 8636.0, 8605.0, 8561.0, 8602.0, 8575.0, 8557.0, 8571.0, 8569.0, 8556.0, 8656.0, 8570.0, 8573.0, 8558.0, 8576.0, 8579.0, 8587.0, 8616.0, 8646.0, 8606.0, 8604.0, 8617.0, 8633.0, 8658.0, 8584.0, 8601.0, 8614.0, 8637.0, 8576.0, 8620.0, 8590.0, 8577.0, 8563.0, 8581.0, 8594.0, 8584.0, 8582.0, 8598.0, 8604.0, 8656.0, 8603.0, 8658.0, 8634.0, 8599.0, 8584.0, 8601.0, 8586.0, 8586.0, 8601.0, 8646.0, 8603.0, 8598.0, 8600.0, 8669.0, 8586.0, 8596.0, 8626.0, 8585.0, 8608.0, 8581.0, 8670.0, 8624.0, 8594.0, 8576.0, 8580.0, 8652.0, 8624.0, 8648.0, 8603.0, 8575.0, 8571.0, 8577.0, 8649.0, 8618.0, 8602.0, 8572.0, 8574.0, 8572.0, 8578.0, 8633.0, 8561.0, 8578.0, 8563.0, 8579.0, 8604.0, 8578.0, 8593.0, 8651.0, 8576.0, 8592.0, 8578.0, 8606.0, 8573.0, 8578.0, 8590.0, 8577.0, 8594.0, 8577.0, 8578.0, 8576.0, 8579.0, 8593.0, 8577.0, 8598.0, 8595.0, 8600.0, 8615.0, 8599.0, 8640.0, 8581.0, 8564.0, 8598.0, 8609.0, 8599.0, 8641.0, 8582.0, 8611.0, 8582.0, 8626.0, 8581.0, 8639.0, 8607.0, 8594.0, 8578.0, 8598.0, 8638.0, 8592.0, 8665.0, 8579.0, 8593.0, 8580.0, 8595.0, 8581.0, 8598.0, 8612.0, 8584.0, 8602.0, 8644.0, 8626.0, 8656.0, 8608.0, 8619.0, 8596.0, 8621.0, 8583.0, 8653.0, 8594.0, 8594.0, 8560.0, 8598.0, 8581.0, 8596.0, 8636.0, 8582.0, 8651.0, 8578.0, 8595.0, 8582.0, 8593.0, 8576.0, 8578.0, 8603.0, 8594.0, 8595.0, 8581.0, 8593.0, 8579.0, 8596.0, 8621.0, 8584.0, 8598.0, 8579.0, 8594.0, 8582.0, 8598.0, 8626.0, 8582.0, 8595.0, 8596.0, 8599.0, 8669.0, 8584.0, 8639.0, 8581.0, 8594.0, 8639.0, 8581.0, 8666.0, 8583.0, 8668.0, 8593.0, 8647.0, 8580.0, 8604.0, 8575.0, 8592.0, 8576.0, 8595.0, 8636.0, 8580.0, 8593.0, 8578.0, 8579.0, 8593.0, 8596.0, 8668.0, 8576.0, 8593.0, 8578.0, 8594.0, 8622.0, 8610.0, 8636.0, 8577.0, 8578.0, 8575.0, 8581.0, 8669.0, 8653.0, 8590.0, 8587.0, 8575.0, 8650.0, 8589.0, 8644.0, 8572.0, 8568.0, 8568.0, 8577.0, 8574.0, 8593.0, 8630.0, 8577.0, 8577.0, 8606.0, 8580.0, 8574.0, 8592.0, 8586.0, 8577.0, 8589.0, 8577.0, 8592.0, 8577.0, 8578.0, 8636.0, 8577.0, 8593.0, 8597.0, 8636.0, 8577.0, 8618.0, 8603.0, 8578.0, 8636.0, 8579.0, 8589.0, 8576.0, 8580.0, 8667.0, 8578.0, 8597.0, 8594.0, 8582.0, 8634.0, 8579.0, 8663.0, 8606.0, 8578.0, 8594.0, 8582.0, 8573.0, 8576.0, 8648.0, 8578.0, 8592.0, 8566.0, 8597.0, 8594.0, 8596.0, 8602.0, 8679.0, 8694.0, 8696.0, 8700.0, 8733.0, 8708.0, 8708.0, 8622.0, 8612.0, 8568.0, 8532.0, 8565.0, 8549.0, 8567.0, 8557.0, 8572.0, 8592.0, 8587.0, 8571.0, 8555.0, 8627.0, 8592.0, 8623.0, 8604.0, 8602.0, 8598.0, 8562.0, 8544.0, 8499.0, 8554.0, 8495.0, 8564.0, 8502.0, 8505.0, 8506.0, 8495.0, 8507.0, 8509.0, 8512.0, 8513.0, 8520.0, 8516.0, 8521.0, 8536.0, 8544.0, 8568.0, 8623.0, 8639.0, 8568.0, 8588.0, 8579.0, 8649.0, 8571.0, 8562.0, 8530.0, 8547.0, 8549.0, 8569.0, 8572.0, 8562.0, 8597.0, 8579.0, 8596.0, 8647.0, 8620.0, 8647.0, 8630.0, 8573.0, 8571.0, 8573.0, 8644.0, 8569.0, 8639.0, 8565.0, 8623.0, 8547.0, 8550.0, 8564.0, 8553.0, 8639.0, 8568.0, 8567.0, 8570.0, 8570.0, 8557.0, 8574.0, 8644.0, 8574.0, 8595.0, 8550.0, 8599.0, 8597.0, 8589.0, 8620.0, 8591.0, 8624.0, 8661.0, 8605.0, 8674.0, 8622.0, 8676.0, 8604.0, 8617.0, 8571.0, 8605.0, 8673.0, 8603.0, 8619.0, 8633.0, 8632.0, 8657.0, 8628.0, 8642.0, 8627.0, 8686.0, 8583.0, 8623.0, 8580.0, 8620.0, 8623.0, 8654.0, 8669.0, 8609.0, 8602.0, 8593.0, 8596.0, 8663.0, 8593.0, 8665.0, 8633.0, 8618.0, 8573.0, 8572.0, 8557.0, 8556.0, 8541.0, 8572.0, 8640.0, 8573.0, 8573.0, 8572.0, 8574.0, 8545.0, 8574.0, 8574.0, 8578.0, 8592.0, 8577.0, 8621.0, 8577.0, 8603.0, 8574.0, 8575.0, 8574.0, 8575.0, 8576.0, 8576.0, 8562.0, 8590.0, 8559.0, 8592.0, 8561.0, 8596.0, 8590.0, 8597.0, 8610.0, 8597.0, 8599.0, 8600.0, 8615.0, 8602.0, 8599.0, 8584.0, 8600.0, 8628.0, 8627.0, 8628.0, 8626.0, 8624.0, 8597.0, 8580.0, 8599.0, 8640.0, 8613.0, 8637.0, 8599.0, 8596.0, 8586.0, 8616.0, 8591.0, 8624.0, 8638.0, 8629.0, 8712.0, 8637.0, 8710.0, 8632.0, 8656.0, 8600.0, 8640.0, 8583.0, 8666.0, 8639.0, 8591.0, 8591.0, 8596.0, 8595.0, 8584.0, 8600.0, 8670.0, 8599.0, 8614.0, 8615.0, 8657.0, 8627.0, 8585.0, 8665.0, 8582.0, 8595.0, 8567.0, 8600.0, 8672.0, 8639.0, 8598.0, 8581.0, 8579.0, 8670.0, 8621.0, 8667.0, 8590.0, 8647.0, 8573.0, 8588.0, 8573.0, 8578.0, 8664.0, 8575.0, 8593.0, 8575.0, 8592.0, 8648.0, 8578.0, 8620.0, 8560.0, 8579.0, 8632.0, 8578.0, 8662.0, 8589.0, 8591.0, 8572.0, 8597.0, 8633.0, 8591.0, 8606.0, 8639.0, 8635.0, 8645.0, 8658.0, 8641.0, 8605.0, 8606.0, 8635.0, 8682.0, 8612.0, 8637.0, 8603.0, 8641.0, 8640.0, 8595.0, 8611.0, 8586.0, 8616.0, 8584.0, 8601.0, 8598.0, 8589.0, 8623.0, 8590.0, 8620.0, 8663.0, 8624.0, 8693.0, 8632.0, 8618.0, 8602.0, 8603.0, 8627.0, 8617.0, 8674.0, 8615.0, 8620.0, 8652.0, 8646.0, 8626.0, 8624.0, 8657.0, 8595.0, 8594.0, 8597.0, 8634.0, 8595.0, 8669.0, 8610.0, 8651.0, 8579.0, 8607.0, 8577.0, 8595.0, 8608.0, 8587.0, 8614.0, 8584.0, 8600.0, 8654.0, 8597.0, 8670.0, 8626.0, 8669.0, 8562.0, 8596.0, 8622.0, 8576.0, 8603.0, 8576.0, 8588.0, 8591.0, 8609.0, 8581.0, 8608.0, 8610.0, 8638.0, 8619.0, 8594.0, 8578.0, 8596.0, 8650.0, 8597.0, 8637.0, 8579.0, 8608.0, 8576.0, 8592.0, 8623.0, 8609.0, 8665.0, 8578.0, 8618.0, 8561.0, 8616.0, 8578.0, 8589.0, 8559.0, 8591.0, 8630.0, 8579.0, 8615.0, 8592.0, 8591.0, 8574.0, 8591.0, 8582.0, 8588.0, 8664.0, 8573.0, 8591.0, 8592.0, 8592.0, 8574.0, 8575.0, 8616.0, 8574.0, 8607.0, 8578.0, 8594.0, 8576.0, 8580.0, 8667.0, 8627.0, 8608.0, 8563.0, 8597.0, 8577.0, 8579.0, 8648.0, 8579.0, 8651.0, 8577.0, 8599.0, 8596.0, 8599.0, 8631.0, 8587.0, 8621.0, 8673.0, 8616.0, 8628.0, 8586.0, 8689.0, 8596.0, 8640.0, 8583.0, 8617.0, 8584.0, 8602.0, 8655.0, 8617.0, 8687.0, 8600.0, 8639.0, 8580.0, 8637.0, 8625.0, 8597.0, 8594.0, 8596.0, 8648.0, 8594.0, 8664.0, 8595.0, 8606.0, 8606.0, 8578.0, 8600.0, 8575.0, 8662.0, 8620.0, 8631.0, 8587.0, 8571.0, 8554.0, 8571.0, 8643.0, 8555.0, 8584.0, 8553.0, 8571.0, 8628.0, 8562.0, 8587.0, 8572.0, 8590.0, 8584.0, 8577.0, 8679.0, 8617.0, 8627.0, 8554.0, 8566.0, 8554.0, 8571.0, 8558.0, 8574.0, 8590.0, 8575.0, 8607.0, 8564.0, 8614.0, 8627.0, 8619.0, 8630.0, 8619.0, 8674.0, 8615.0, 8673.0, 8596.0, 8652.0, 8598.0, 8668.0, 8600.0, 8673.0, 8608.0, 8635.0, 8577.0, 8608.0, 8595.0, 8611.0, 8651.0, 8609.0, 8651.0, 8592.0, 8652.0, 8594.0, 8665.0, 8593.0, 8648.0, 8579.0, 8593.0, 8582.0, 8621.0, 8594.0, 8610.0, 8594.0, 8596.0, 8670.0, 8623.0, 8634.0, 8577.0, 8666.0, 8622.0, 8611.0, 8627.0, 8586.0, 8665.0, 8577.0, 8628.0, 8575.0, 8614.0, 8602.0, 8587.0, 8559.0, 8590.0, 8644.0, 8574.0, 8659.0, 8631.0, 8595.0, 8568.0, 8570.0, 8550.0, 8567.0, 8636.0, 8552.0, 8578.0, 8595.0, 8554.0, 8563.0, 8546.0, 8586.0, 8566.0, 8563.0, 8535.0, 8567.0, 8551.0, 8567.0, 8585.0, 8567.0, 8587.0, 8585.0, 8557.0, 8586.0, 8615.0, 8588.0, 8588.0, 8574.0, 8587.0, 8558.0, 8572.0, 8588.0, 8574.0, 8594.0, 8563.0, 8594.0, 8609.0, 8596.0, 8598.0, 8610.0, 8580.0, 8597.0, 8623.0, 8597.0, 8597.0, 8680.0, 8595.0, 8669.0, 8593.0, 8666.0, 8604.0, 8659.0, 8572.0, 8603.0, 8562.0, 8594.0, 8624.0, 8616.0, 8613.0, 8588.0, 8642.0, 8604.0, 8644.0, 8599.0, 8655.0, 8629.0, 8597.0, 8581.0, 8602.0, 8625.0, 8602.0, 8668.0, 8599.0, 8595.0, 8581.0, 8595.0, 8576.0, 8591.0, 8547.0, 8582.0, 8619.0, 8599.0, 8596.0, 8599.0, 8611.0, 8595.0, 8625.0, 8594.0, 8600.0, 8591.0, 8599.0, 8675.0, 8603.0, 8667.0, 8583.0, 8596.0, 8567.0, 8601.0, 8629.0, 8598.0, 8627.0, 8611.0, 8593.0, 8593.0, 8620.0, 8599.0, 8581.0, 8601.0, 8614.0, 8606.0, 8626.0, 8635.0, 8627.0, 8699.0, 8607.0, 8659.0, 8613.0, 8658.0, 8626.0, 8655.0, 8596.0, 8609.0, 8581.0, 8578.0, 8578.0, 8640.0, 8595.0, 8650.0, 8581.0, 8648.0, 8575.0, 8662.0, 8581.0, 8591.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.0013548369977255496</td></tr>
<tr><td colspan=3>aqi</td><td>0.022917300833965128</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.4665589194082</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2541323942109261</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0142396851441555</td></tr>
<tr><td colspan=3>efc</td><td>0.4972</td></tr>
<tr><td colspan=3>fber</td><td>4167.6274</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.074417227383517</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.3646702047005308</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5379033304626346</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.387907033976951</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.853499295603639</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3723036618073134</td></tr>
<tr><td colspan=3>gcor</td><td>0.00890005</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0264718197286129</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04725664108991623</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.759654579116126</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>14.5029</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.9269</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.814</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298325.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>923.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>340.1205</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2296</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>494.1753</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3011.0739</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3194.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>946.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3979.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.5407</td></tr>
<tr><td colspan=3>tsnr</td><td>36.381732357665896</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>