<?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-0040_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-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0040/figures/sub-0040_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-0040/figures/sub-0040_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0040/figures/sub-0040_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-0040/ses-04/func/sub-0040_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>6cd5ff2c3fa6fb333b383acd9d04d199</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>08:19:58.295000</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.998866, -0.0465056, 0.010178, 0.0458823, 0.997449, 0.0546888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0772561</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>[4152, -7743, -7264, 650, -57, -103, 62, 80]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.403</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>5478b5a9-492f-4d71-8da1-0d7f233bb497||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.679884910583496, 0.12309897691011429, 0.03427752107381821, 106.54242706298828], [0.1247711107134819, 2.676081895828247, 0.14623157680034637, -95.03337097167969], [0.027306852862238884, -0.14672616124153137, 2.695819139480591, -63.34056091308594], [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': ['081958.295000', '081958.755000', '081959.215000', '081959.675000', '082000.135000', '082000.595000', '082001.055000', '082001.515000', '082001.975000', '082002.435000', '082002.895000', '082003.355000', '082003.815000', '082004.275000', '082004.735000', '082005.195000', '082005.655000', '082006.115000', '082006.575000', '082007.035000', '082007.495000', '082007.955000', '082008.415000', '082008.875000', '082009.335000', '082009.795000', '082010.255000', '082010.715000', '082011.175000', '082011.635000', '082012.095000', '082012.555000', '082013.015000', '082013.475000', '082013.935000', '082014.395000', '082014.855000', '082015.315000', '082015.775000', '082016.235000', '082016.695000', '082017.155000', '082017.615000', '082018.075000', '082018.535000', '082018.995000', '082019.455000', '082019.915000', '082020.375000', '082020.835000', '082021.295000', '082021.755000', '082022.215000', '082022.675000', '082023.135000', '082023.595000', '082024.055000', '082024.515000', '082024.975000', '082025.435000', '082025.895000', '082026.355000', '082026.815000', '082027.275000', '082027.735000', '082028.195000', '082028.655000', '082029.115000', '082029.575000', '082030.035000', '082030.495000', '082030.955000', '082031.415000', '082031.875000', '082032.335000', '082032.795000', '082033.255000', '082033.715000', '082034.175000', '082034.635000', '082035.095000', '082035.555000', '082036.015000', '082036.475000', '082036.935000', '082037.395000', '082037.855000', '082038.315000', '082038.775000', '082039.235000', '082039.695000', '082040.155000', '082040.615000', '082041.075000', '082041.535000', '082041.995000', '082042.455000', '082042.915000', '082043.375000', '082043.835000', '082044.295000', '082044.755000', '082045.215000', '082045.675000', '082046.135000', '082046.595000', '082047.055000', '082047.515000', '082047.975000', '082048.435000', '082048.895000', '082049.355000', '082049.815000', '082050.275000', '082050.735000', '082051.195000', '082051.655000', '082052.115000', '082052.575000', '082053.035000', '082053.495000', '082053.955000', '082054.415000', '082054.875000', '082055.335000', '082055.795000', '082056.255000', '082056.715000', '082057.175000', '082057.635000', '082058.095000', '082058.555000', '082059.015000', '082059.475000', '082059.935000', '082100.395000', '082100.855000', '082101.315000', '082101.775000', '082102.235000', '082102.695000', '082103.155000', '082103.615000', '082104.075000', '082104.535000', '082104.995000', '082105.455000', '082105.915000', '082106.375000', '082106.835000', '082107.295000', '082107.755000', '082108.215000', '082108.675000', '082109.135000', '082109.595000', '082110.055000', '082110.515000', '082110.975000', '082111.435000', '082111.895000', '082112.355000', '082112.815000', '082113.275000', '082113.735000', '082114.195000', '082114.655000', '082115.115000', '082115.575000', '082116.035000', '082116.495000', '082116.955000', '082117.415000', '082117.875000', '082118.335000', '082118.795000', '082119.255000', '082119.715000', '082120.175000', '082120.635000', '082121.095000', '082121.555000', '082122.015000', '082122.475000', '082122.935000', '082123.395000', '082123.855000', '082124.315000', '082124.775000', '082125.235000', '082125.695000', '082126.155000', '082126.615000', '082127.075000', '082127.535000', '082127.995000', '082128.455000', '082128.915000', '082129.375000', '082129.835000', '082130.295000', '082130.755000', '082131.215000', '082131.675000', '082132.135000', '082132.595000', '082133.055000', '082133.515000', '082133.975000', '082134.435000', '082134.895000', '082135.355000', '082135.815000', '082136.275000', '082136.735000', '082137.195000', '082137.655000', '082138.115000', '082138.575000', '082139.035000', '082139.495000', '082139.955000', '082140.415000', '082140.875000', '082141.335000', '082141.795000', '082142.255000', '082142.715000', '082143.175000', '082143.635000', '082144.095000', '082144.555000', '082145.015000', '082145.475000', '082145.935000', '082146.395000', '082146.855000', '082147.315000', '082147.775000', '082148.235000', '082148.695000', '082149.155000', '082149.615000', '082150.075000', '082150.535000', '082150.995000', '082151.455000', '082151.915000', '082152.375000', '082152.835000', '082153.295000', '082153.755000', '082154.215000', '082154.675000', '082155.135000', '082155.595000', '082156.055000', '082156.515000', '082156.975000', '082157.435000', '082157.895000', '082158.355000', '082158.815000', '082159.275000', '082159.735000', '082200.195000', '082200.655000', '082201.115000', '082201.575000', '082202.035000', '082202.495000', '082202.955000', '082203.415000', '082203.875000', '082204.335000', '082204.795000', '082205.255000', '082205.715000', '082206.175000', '082206.635000', '082207.095000', '082207.555000', '082208.015000', '082208.475000', '082208.935000', '082209.395000', '082209.855000', '082210.315000', '082210.775000', '082211.235000', '082211.695000', '082212.155000', '082212.615000', '082213.075000', '082213.535000', '082213.995000', '082214.455000', '082214.915000', '082215.375000', '082215.835000', '082216.295000', '082216.755000', '082217.215000', '082217.675000', '082218.135000', '082218.595000', '082219.055000', '082219.515000', '082219.975000', '082220.435000', '082220.895000', '082221.355000', '082221.815000', '082222.275000', '082222.735000', '082223.195000', '082223.655000', '082224.115000', '082224.575000', '082225.035000', '082225.495000', '082225.955000', '082226.415000', '082226.875000', '082227.335000', '082227.795000', '082228.255000', '082228.715000', '082229.175000', '082229.635000', '082230.095000', '082230.555000', '082231.015000', '082231.475000', '082231.935000', '082232.395000', '082232.855000', '082233.315000', '082233.775000', '082234.235000', '082234.695000', '082235.155000', '082235.615000', '082236.075000', '082236.535000', '082236.995000', '082237.455000', '082237.915000', '082238.375000', '082238.835000', '082239.295000', '082239.755000', '082240.215000', '082240.675000', '082241.135000', '082241.595000', '082242.055000', '082242.515000', '082242.975000', '082243.435000', '082243.895000', '082244.355000', '082244.815000', '082245.275000', '082245.735000', '082246.195000', '082246.655000', '082247.115000', '082247.575000', '082248.035000', '082248.495000', '082248.955000', '082249.415000', '082249.875000', '082250.335000', '082250.795000', '082251.255000', '082251.715000', '082252.175000', '082252.635000', '082253.095000', '082253.555000', '082254.015000', '082254.475000', '082254.935000', '082255.395000', '082255.855000', '082256.315000', '082256.775000', '082257.235000', '082257.695000', '082258.155000', '082258.615000', '082259.075000', '082259.535000', '082259.995000', '082300.455000', '082300.915000', '082301.375000', '082301.835000', '082302.295000', '082302.755000', '082303.215000', '082303.675000', '082304.135000', '082304.595000', '082305.055000', '082305.515000', '082305.975000', '082306.435000', '082306.895000', '082307.355000', '082307.815000', '082308.275000', '082308.735000', '082309.195000', '082309.655000', '082310.115000', '082310.575000', '082311.035000', '082311.495000', '082311.955000', '082312.415000', '082312.875000', '082313.335000', '082313.795000', '082314.255000', '082314.715000', '082315.175000', '082315.635000', '082316.095000', '082316.555000', '082317.015000', '082317.475000', '082317.935000', '082318.395000', '082318.855000', '082319.315000', '082319.775000', '082320.235000', '082320.695000', '082321.155000', '082321.615000', '082322.075000', '082322.535000', '082322.995000', '082323.455000', '082323.915000', '082324.375000', '082324.835000', '082325.295000', '082325.755000', '082326.215000', '082326.675000', '082327.135000', '082327.595000', '082328.055000', '082328.515000', '082328.975000', '082329.435000', '082329.895000', '082330.355000', '082330.815000', '082331.275000', '082331.735000', '082332.195000', '082332.655000', '082333.115000', '082333.575000', '082334.035000', '082334.495000', '082334.955000', '082335.415000', '082335.875000', '082336.335000', '082336.795000', '082337.255000', '082337.715000', '082338.175000', '082338.635000', '082339.095000', '082339.555000', '082340.015000', '082340.475000', '082340.935000', '082341.395000', '082341.855000', '082342.315000', '082342.775000', '082343.235000', '082343.695000', '082344.155000', '082344.615000', '082345.075000', '082345.535000', '082345.995000', '082346.455000', '082346.915000', '082347.375000', '082347.835000', '082348.295000', '082348.755000', '082349.215000', '082349.675000', '082350.135000', '082350.595000', '082351.055000', '082351.515000', '082351.975000', '082352.435000', '082352.895000', '082353.355000', '082353.815000', '082354.275000', '082354.735000', '082355.195000', '082355.655000', '082356.115000', '082356.575000', '082357.035000', '082357.495000', '082357.955000', '082358.415000', '082358.875000', '082359.335000', '082359.795000', '082400.255000', '082400.715000', '082401.175000', '082401.635000', '082402.095000', '082402.555000', '082403.015000', '082403.475000', '082403.935000', '082404.395000', '082404.855000', '082405.315000', '082405.775000', '082406.235000', '082406.695000', '082407.155000', '082407.615000', '082408.075000', '082408.535000', '082408.995000', '082409.455000', '082409.915000', '082410.375000', '082410.835000', '082411.295000', '082411.755000', '082412.215000', '082412.675000', '082413.135000', '082413.595000', '082414.055000', '082414.515000', '082414.975000', '082415.435000', '082415.895000', '082416.355000', '082416.815000', '082417.275000', '082417.735000', '082418.195000', '082418.655000', '082419.115000', '082419.575000', '082420.035000', '082420.495000', '082420.955000', '082421.415000', '082421.875000', '082422.335000', '082422.795000', '082423.255000', '082423.715000', '082424.175000', '082424.635000', '082425.095000', '082425.555000', '082426.015000', '082426.475000', '082426.935000', '082427.395000', '082427.855000', '082428.315000', '082428.775000', '082429.235000', '082429.695000', '082430.155000', '082430.615000', '082431.075000', '082431.535000', '082431.995000', '082432.455000', '082432.915000', '082433.375000', '082433.835000', '082434.295000', '082434.755000', '082435.215000', '082435.675000', '082436.135000', '082436.595000', '082437.055000', '082437.515000', '082437.975000', '082438.435000', '082438.895000', '082439.355000', '082439.815000', '082440.275000', '082440.735000', '082441.195000', '082441.655000', '082442.115000', '082442.575000', '082443.035000', '082443.495000', '082443.955000', '082444.415000', '082444.875000', '082445.335000', '082445.795000', '082446.255000', '082446.715000', '082447.175000', '082447.635000', '082448.095000', '082448.555000', '082449.015000', '082449.475000', '082449.935000', '082450.395000', '082450.855000', '082451.315000', '082451.775000', '082452.235000', '082452.695000', '082453.155000', '082453.615000', '082454.075000', '082454.535000', '082454.995000', '082455.455000', '082455.915000', '082456.375000', '082456.835000', '082457.295000', '082457.755000', '082458.215000', '082458.675000', '082459.135000', '082459.595000', '082500.055000', '082500.515000', '082500.975000', '082501.435000', '082501.895000', '082502.355000', '082502.815000', '082503.275000', '082503.735000', '082504.195000', '082504.655000', '082505.115000', '082505.575000', '082506.035000', '082506.495000', '082506.955000', '082507.415000', '082507.875000', '082508.335000', '082508.795000', '082509.255000', '082509.715000', '082510.175000', '082510.635000', '082511.095000', '082511.555000', '082512.015000', '082512.475000', '082512.935000', '082513.395000', '082513.855000', '082514.315000', '082514.775000', '082515.235000', '082515.695000', '082516.155000', '082516.615000', '082517.075000', '082517.535000', '082517.995000', '082518.455000', '082518.915000', '082519.375000', '082519.835000', '082520.295000', '082520.755000', '082521.215000', '082521.675000', '082522.135000', '082522.595000', '082523.055000', '082523.515000', '082523.975000', '082524.435000', '082524.895000', '082525.355000', '082525.815000', '082526.275000', '082526.735000', '082527.195000', '082527.655000', '082528.115000', '082528.575000', '082529.035000', '082529.495000', '082529.955000', '082530.415000', '082530.875000', '082531.335000', '082531.795000', '082532.255000', '082532.715000', '082533.175000', '082533.635000', '082534.095000', '082534.555000', '082535.015000', '082535.475000', '082535.935000', '082536.395000', '082536.855000', '082537.315000', '082537.775000', '082538.235000', '082538.695000', '082539.155000', '082539.615000', '082540.075000', '082540.535000', '082540.995000', '082541.455000', '082541.915000', '082542.375000', '082542.835000', '082543.295000', '082543.755000', '082544.215000', '082544.675000', '082545.135000', '082545.595000', '082546.055000', '082546.515000', '082546.975000', '082547.435000', '082547.895000', '082548.355000', '082548.815000', '082549.275000', '082549.735000', '082550.195000', '082550.655000', '082551.115000', '082551.575000', '082552.035000', '082552.495000', '082552.955000', '082553.415000', '082553.875000', '082554.335000', '082554.795000', '082555.255000', '082555.715000', '082556.175000', '082556.635000', '082557.095000', '082557.555000', '082558.015000', '082558.475000', '082558.935000', '082559.395000', '082559.855000', '082600.315000', '082600.775000', '082601.235000', '082601.695000', '082602.155000', '082602.615000', '082603.075000', '082603.535000', '082603.995000', '082604.455000', '082604.915000', '082605.375000', '082605.835000', '082606.295000', '082606.755000', '082607.215000', '082607.675000', '082608.135000', '082608.595000', '082609.055000', '082609.515000', '082609.975000', '082610.435000', '082610.895000', '082611.355000', '082611.815000', '082612.275000', '082612.735000', '082613.195000', '082613.655000', '082614.115000', '082614.575000', '082615.035000', '082615.495000', '082615.955000', '082616.415000', '082616.875000', '082617.335000', '082617.795000', '082618.255000', '082618.715000', '082619.175000', '082619.635000', '082620.095000', '082620.555000', '082621.015000', '082621.475000', '082621.935000', '082622.395000', '082622.855000', '082623.315000', '082623.775000', '082624.235000', '082624.695000', '082625.155000', '082625.615000', '082626.075000', '082626.535000', '082626.995000', '082627.455000', '082627.915000', '082628.375000', '082628.835000', '082629.295000', '082629.755000', '082630.215000', '082630.675000', '082631.135000', '082631.595000', '082632.055000', '082632.515000', '082632.975000', '082633.435000', '082633.895000', '082634.355000', '082634.815000', '082635.275000', '082635.735000', '082636.195000', '082636.655000', '082637.115000', '082637.575000', '082638.035000', '082638.495000', '082638.955000', '082639.415000', '082639.875000', '082640.335000', '082640.795000', '082641.255000', '082641.715000', '082642.175000', '082642.635000', '082643.095000', '082643.555000', '082644.015000', '082644.475000', '082644.935000', '082645.395000', '082645.855000', '082646.315000', '082646.775000', '082647.235000', '082647.695000', '082648.155000', '082648.615000', '082649.075000', '082649.535000', '082649.995000', '082650.455000', '082650.915000', '082651.375000', '082651.835000', '082652.295000', '082652.755000', '082653.215000', '082653.675000', '082654.135000', '082654.595000', '082655.055000', '082655.515000', '082655.975000', '082656.435000', '082656.895000', '082657.355000', '082657.815000', '082658.275000', '082658.735000', '082659.195000', '082659.655000', '082700.115000', '082700.575000', '082701.035000', '082701.495000', '082701.955000', '082702.415000', '082702.875000', '082703.335000', '082703.795000', '082704.255000', '082704.715000', '082705.175000', '082705.635000', '082706.095000', '082706.555000', '082707.015000', '082707.475000', '082707.935000', '082708.395000', '082708.855000', '082709.315000', '082709.775000', '082710.235000', '082710.695000', '082711.155000', '082711.615000', '082712.075000', '082712.535000', '082712.995000', '082713.455000', '082713.915000', '082714.375000', '082714.835000', '082715.295000', '082715.755000', '082716.215000', '082716.675000', '082717.135000', '082717.595000', '082718.055000', '082718.515000', '082718.975000', '082719.435000', '082719.895000', '082720.355000', '082720.815000', '082721.275000', '082721.735000', '082722.195000', '082722.655000', '082723.115000', '082723.575000', '082724.035000', '082724.495000', '082724.955000', '082725.415000', '082725.875000', '082726.335000', '082726.795000', '082727.255000', '082727.715000', '082728.175000', '082728.635000', '082729.095000', '082729.555000', '082730.015000', '082730.475000', '082730.935000', '082731.395000', '082731.855000', '082732.315000', '082732.775000', '082733.235000', '082733.695000', '082734.155000', '082734.615000', '082735.075000', '082735.535000', '082735.995000', '082736.455000', '082736.915000', '082737.375000', '082737.835000', '082738.295000', '082738.755000', '082739.215000', '082739.675000', '082740.135000', '082740.595000', '082741.055000', '082741.515000', '082741.975000', '082742.435000', '082742.895000', '082743.355000', '082743.815000', '082744.275000', '082744.735000', '082745.195000', '082745.655000', '082746.115000', '082746.575000', '082747.035000', '082747.495000', '082747.955000', '082748.415000', '082748.875000', '082749.335000', '082749.795000', '082750.255000', '082750.715000', '082751.175000', '082751.635000', '082752.095000', '082752.555000', '082753.015000', '082753.475000', '082753.935000', '082754.395000', '082754.855000', '082755.315000', '082755.775000', '082756.235000', '082756.695000', '082757.155000', '082757.615000', '082758.075000', '082758.535000', '082758.995000', '082759.455000', '082759.915000', '082800.375000', '082800.835000', '082801.295000', '082801.755000', '082802.215000', '082802.675000', '082803.135000', '082803.595000', '082804.055000', '082804.515000', '082804.975000', '082805.435000', '082805.895000', '082806.355000', '082806.815000', '082807.275000', '082807.735000', '082808.195000', '082808.655000', '082809.115000', '082809.575000', '082810.035000', '082810.495000', '082810.955000', '082811.415000', '082811.875000', '082812.335000', '082812.795000', '082813.255000', '082813.715000', '082814.175000', '082814.635000', '082815.095000', '082815.555000', '082816.015000', '082816.475000', '082816.935000', '082817.395000', '082817.855000', '082818.315000', '082818.775000', '082819.235000', '082819.695000', '082820.155000', '082820.615000', '082821.075000', '082821.535000', '082821.995000', '082822.455000', '082822.915000', '082823.375000', '082823.835000', '082824.295000', '082824.755000', '082825.215000', '082825.675000', '082826.135000', '082826.595000', '082827.055000', '082827.515000', '082827.975000', '082828.435000', '082828.895000', '082829.355000', '082829.815000', '082830.275000', '082830.735000', '082831.195000', '082831.655000', '082832.115000', '082832.575000', '082833.035000', '082833.495000', '082833.955000', '082834.415000', '082834.875000', '082835.335000', '082835.795000', '082836.255000', '082836.715000', '082837.175000', '082837.635000', '082838.095000', '082838.555000', '082839.015000', '082839.475000', '082839.935000', '082840.395000', '082840.855000', '082841.315000', '082841.775000', '082842.235000', '082842.695000', '082843.155000', '082843.615000', '082844.075000', '082844.535000', '082844.995000', '082845.455000', '082845.915000', '082846.375000', '082846.835000', '082847.295000', '082847.755000', '082848.215000', '082848.675000', '082849.135000', '082849.595000', '082850.055000', '082850.515000', '082850.975000', '082851.435000', '082851.895000', '082852.355000', '082852.815000', '082853.275000', '082853.735000', '082854.195000', '082854.655000', '082855.115000', '082855.575000', '082856.035000', '082856.495000', '082856.955000', '082857.415000', '082857.875000', '082858.335000', '082858.795000', '082859.255000', '082859.715000', '082900.175000', '082900.635000', '082901.095000', '082901.555000', '082902.015000', '082902.475000', '082902.935000', '082903.395000', '082903.855000', '082904.315000', '082904.775000', '082905.235000', '082905.695000', '082906.155000', '082906.615000', '082907.075000', '082907.535000', '082907.995000', '082908.455000', '082908.915000', '082909.375000', '082909.835000', '082910.295000', '082910.755000', '082911.215000', '082911.675000', '082912.135000', '082912.595000', '082913.055000', '082913.515000', '082913.975000', '082914.435000', '082914.895000', '082915.355000', '082915.815000', '082916.275000', '082916.735000', '082917.195000', '082917.655000', '082918.115000', '082918.575000', '082919.035000', '082919.495000', '082919.955000', '082920.415000', '082920.875000', '082921.335000', '082921.795000', '082922.255000', '082922.715000', '082923.175000', '082923.635000', '082924.095000', '082924.555000', '082925.015000', '082925.475000', '082925.935000', '082926.395000', '082926.855000', '082927.315000', '082927.775000', '082928.235000', '082928.695000', '082929.155000', '082929.615000', '082930.075000', '082930.535000', '082930.995000', '082931.455000', '082931.915000', '082932.375000', '082932.835000', '082933.295000', '082933.755000', '082934.215000', '082934.675000', '082935.135000', '082935.595000', '082936.055000', '082936.515000', '082936.975000', '082937.435000', '082937.895000', '082938.355000', '082938.815000', '082939.275000', '082939.735000', '082940.195000', '082940.655000', '082941.115000', '082941.575000', '082942.035000', '082942.495000', '082942.955000', '082943.415000', '082943.875000', '082944.335000', '082944.795000', '082945.255000', '082945.715000', '082946.175000', '082946.635000', '082947.095000', '082947.555000', '082948.015000', '082948.475000', '082948.935000', '082949.395000', '082949.855000', '082950.315000', '082950.775000', '082951.235000', '082951.695000', '082952.155000', '082952.615000', '082953.075000', '082953.535000', '082953.995000', '082954.455000', '082954.915000', '082955.375000', '082955.835000', '082956.295000', '082956.755000', '082957.215000', '082957.675000', '082958.135000', '082958.595000', '082959.055000', '082959.515000', '082959.975000', '083000.435000', '083000.895000', '083001.355000', '083001.815000', '083002.275000', '083002.735000', '083003.195000', '083003.655000', '083004.115000', '083004.575000', '083005.035000', '083005.495000', '083005.955000'], 'ContentTime': ['082018.886000', '082018.889000', '082018.892000', '082018.894000', '082018.897000', '082018.899000', '082018.902000', '082018.904000', '082018.907000', '082018.909000', '082018.912000', '082018.915000', '082018.917000', '082018.920000', '082018.923000', '082018.930000', '082018.932000', '082018.935000', '082018.937000', '082018.940000', '082018.943000', '082018.945000', '082018.948000', '082018.950000', '082018.953000', '082018.955000', '082018.958000', '082018.960000', '082018.963000', '082018.966000', '082018.968000', '082018.971000', '082018.973000', '082018.976000', '082018.979000', '082018.981000', '082018.984000', '082018.986000', '082018.989000', '082018.991000', '082018.994000', '082038.853000', '082038.855000', '082038.858000', '082038.861000', '082038.863000', '082038.866000', '082038.868000', '082038.871000', '082038.873000', '082038.876000', '082038.878000', '082038.881000', '082038.883000', '082038.886000', '082038.889000', '082038.891000', '082038.894000', '082038.896000', '082038.899000', '082038.901000', '082038.904000', '082038.906000', '082038.909000', '082038.911000', '082038.914000', '082038.917000', '082038.919000', '082038.922000', '082038.924000', '082038.927000', '082038.930000', '082038.932000', '082038.935000', '082038.937000', '082038.940000', '082038.942000', '082038.949000', '082038.952000', '082038.955000', '082038.957000', '082038.960000', '082038.962000', '082038.965000', '082038.967000', '082058.853000', '082058.855000', '082058.858000', '082058.860000', '082058.863000', '082058.866000', '082058.868000', '082058.871000', '082058.873000', '082058.876000', '082058.878000', '082058.881000', '082058.883000', '082058.886000', '082058.888000', '082058.891000', '082058.894000', '082058.896000', '082058.899000', '082058.901000', '082058.904000', '082058.906000', '082058.909000', '082058.911000', '082058.914000', '082058.916000', '082058.919000', '082058.922000', '082058.924000', '082058.927000', '082058.929000', '082058.932000', '082058.934000', '082058.937000', '082058.939000', '082058.942000', '082058.944000', '082058.947000', '082058.950000', '082058.952000', '082058.955000', '082058.957000', '082058.960000', '082118.852000', '082118.855000', '082118.858000', '082118.860000', '082118.863000', '082118.866000', '082118.868000', '082118.871000', '082118.873000', '082118.876000', '082118.878000', '082118.881000', '082118.884000', '082118.886000', '082118.889000', '082118.891000', '082118.894000', '082118.896000', '082118.899000', '082118.901000', '082118.904000', '082118.907000', '082118.909000', '082118.912000', '082118.914000', '082118.917000', '082118.919000', '082118.922000', '082118.925000', '082118.927000', '082118.930000', '082118.932000', '082118.935000', '082118.937000', '082118.940000', '082118.943000', '082118.945000', '082118.950000', '082118.969000', '082118.971000', '082118.974000', '082118.976000', '082118.979000', '082118.981000', '082138.854000', '082138.856000', '082138.859000', '082138.861000', '082138.864000', '082138.867000', '082138.869000', '082138.872000', '082138.874000', '082138.877000', '082138.879000', '082138.882000', '082138.885000', '082138.887000', '082138.890000', '082138.892000', '082138.895000', '082138.897000', '082138.900000', '082138.902000', '082138.905000', '082138.907000', '082138.910000', '082138.912000', '082138.915000', '082138.925000', '082138.927000', '082138.930000', '082138.933000', '082138.935000', '082138.938000', '082138.940000', '082138.943000', '082138.945000', '082138.948000', '082138.950000', '082138.953000', '082138.955000', '082138.958000', '082138.961000', '082138.963000', '082138.966000', '082138.968000', '082158.854000', '082158.856000', '082158.859000', '082158.862000', '082158.864000', '082158.867000', '082158.869000', '082158.872000', '082158.874000', '082158.877000', '082158.879000', '082158.882000', '082158.885000', '082158.887000', '082158.890000', '082158.892000', '082158.895000', '082158.897000', '082158.900000', '082158.902000', '082158.905000', '082158.908000', '082158.910000', '082158.913000', '082158.915000', '082158.918000', '082158.920000', '082158.923000', '082158.926000', '082158.928000', '082158.931000', '082158.933000', '082158.936000', '082158.939000', '082158.941000', '082158.944000', '082158.946000', '082158.949000', '082158.951000', '082158.954000', '082158.957000', '082158.966000', '082158.969000', '082158.971000', '082218.853000', '082218.856000', '082218.859000', '082218.861000', '082218.864000', '082218.866000', '082218.869000', '082218.871000', '082218.874000', '082218.877000', '082218.879000', '082218.882000', '082218.884000', '082218.887000', '082218.889000', '082218.892000', '082218.894000', '082218.897000', '082218.900000', '082218.902000', '082218.905000', '082218.907000', '082218.910000', '082218.912000', '082218.915000', '082218.917000', '082218.920000', '082218.923000', '082218.925000', '082218.928000', '082218.930000', '082218.933000', '082218.936000', '082218.938000', '082218.941000', '082218.943000', '082218.946000', '082218.948000', '082218.951000', '082218.953000', '082218.956000', '082218.958000', '082218.961000', '082238.854000', '082238.856000', '082238.859000', '082238.862000', '082238.864000', '082238.867000', '082238.869000', '082238.872000', '082238.874000', '082238.877000', '082238.880000', '082238.882000', '082238.885000', '082238.887000', '082238.890000', '082238.893000', '082238.895000', '082238.898000', '082238.900000', '082238.903000', '082238.905000', '082238.908000', '082238.911000', '082238.913000', '082238.916000', '082238.925000', '082238.927000', '082238.930000', '082238.933000', '082238.935000', '082238.938000', '082238.940000', '082238.943000', '082238.945000', '082238.948000', '082238.950000', '082238.953000', '082238.956000', '082238.958000', '082238.961000', '082238.963000', '082238.966000', '082238.969000', '082238.971000', '082258.853000', '082258.855000', '082258.858000', '082258.861000', '082258.863000', '082258.866000', '082258.868000', '082258.871000', '082258.873000', '082258.876000', '082258.878000', '082258.881000', '082258.884000', '082258.886000', '082258.889000', '082258.891000', '082258.894000', '082258.896000', '082258.899000', '082258.901000', '082258.904000', '082258.907000', '082258.909000', '082258.912000', '082258.914000', '082258.917000', '082258.919000', '082258.922000', '082258.924000', '082258.927000', '082258.929000', '082258.932000', '082258.935000', '082258.937000', '082258.940000', '082258.942000', '082258.945000', '082258.947000', '082258.950000', '082258.952000', '082258.955000', '082258.958000', '082258.960000', '082318.852000', '082318.855000', '082318.858000', '082318.860000', '082318.863000', '082318.866000', '082318.868000', '082318.882000', '082318.884000', '082318.887000', '082318.889000', '082318.892000', '082318.895000', '082318.897000', '082318.900000', '082318.902000', '082318.905000', '082318.907000', '082318.910000', '082318.912000', '082318.915000', '082318.918000', '082318.920000', '082318.923000', '082318.925000', '082318.928000', '082318.930000', '082318.933000', '082318.936000', '082318.938000', '082318.941000', '082318.943000', '082318.946000', '082318.948000', '082318.951000', '082318.954000', '082318.956000', '082318.959000', '082318.961000', '082318.964000', '082318.968000', '082318.970000', '082318.973000', '082318.976000', '082338.852000', '082338.855000', '082338.858000', '082338.860000', '082338.863000', '082338.865000', '082338.868000', '082338.871000', '082338.873000', '082338.876000', '082338.878000', '082338.881000', '082338.883000', '082338.886000', '082338.888000', '082338.891000', '082338.894000', '082338.896000', '082338.899000', '082338.901000', '082338.904000', '082338.906000', '082338.909000', '082338.911000', '082338.914000', '082338.917000', '082338.919000', '082338.922000', '082338.924000', '082338.927000', '082338.929000', '082338.932000', '082338.934000', '082338.937000', '082338.940000', '082338.942000', '082338.945000', '082338.947000', '082338.950000', '082338.952000', '082338.955000', '082338.957000', '082338.960000', '082358.854000', '082358.856000', '082358.859000', '082358.862000', '082358.864000', '082358.868000', '082358.871000', '082358.873000', '082358.876000', '082358.878000', '082358.881000', '082358.884000', '082358.886000', '082358.889000', '082358.891000', '082358.894000', '082358.896000', '082358.899000', '082358.901000', '082358.904000', '082358.907000', '082358.909000', '082358.912000', '082358.914000', '082358.917000', '082358.922000', '082358.925000', '082358.928000', '082358.930000', '082358.933000', '082358.935000', '082358.938000', '082358.940000', '082358.943000', '082358.946000', '082358.948000', '082358.951000', '082358.953000', '082358.956000', '082358.958000', '082358.961000', '082358.963000', '082358.966000', '082418.854000', '082418.856000', '082418.859000', '082418.862000', '082418.864000', '082418.867000', '082418.869000', '082418.872000', '082418.874000', '082418.877000', '082418.880000', '082418.882000', '082418.885000', '082418.887000', '082418.890000', '082418.892000', '082418.895000', '082418.898000', '082418.900000', '082418.903000', '082418.905000', '082418.908000', '082418.910000', '082418.913000', '082418.916000', '082418.918000', '082418.921000', '082418.923000', '082418.926000', '082418.928000', '082418.931000', '082418.934000', '082418.936000', '082418.939000', '082418.941000', '082418.944000', '082418.947000', '082418.949000', '082418.952000', '082418.954000', '082418.957000', '082418.960000', '082418.962000', '082418.965000', '082438.854000', '082438.856000', '082438.859000', '082438.861000', '082438.864000', '082438.867000', '082438.869000', '082438.872000', '082438.874000', '082438.877000', '082438.879000', '082438.882000', '082438.885000', '082438.887000', '082438.890000', '082438.892000', '082438.895000', '082438.898000', '082438.900000', '082438.903000', '082438.905000', '082438.908000', '082438.911000', '082438.913000', '082438.916000', '082438.918000', '082438.921000', '082438.923000', '082438.926000', '082438.929000', '082438.931000', '082438.934000', '082438.949000', '082438.951000', '082438.954000', '082438.957000', '082438.959000', '082438.976000', '082438.979000', '082438.981000', '082438.984000', '082438.987000', '082438.989000', '082438.992000', '082458.854000', '082458.857000', '082458.859000', '082458.862000', '082458.864000', '082458.867000', '082458.870000', '082458.872000', '082458.875000', '082458.877000', '082458.880000', '082458.882000', '082458.885000', '082458.888000', '082458.890000', '082458.893000', '082458.895000', '082458.898000', '082458.901000', '082458.903000', '082458.906000', '082458.908000', '082458.911000', '082458.913000', '082458.916000', '082458.918000', '082458.921000', '082458.924000', '082458.926000', '082458.929000', '082458.931000', '082458.934000', '082458.937000', '082458.939000', '082458.942000', '082458.944000', '082458.947000', '082458.950000', '082458.952000', '082458.955000', '082458.957000', '082458.960000', '082458.962000', '082518.853000', '082518.855000', '082518.858000', '082518.861000', '082518.863000', '082518.866000', '082518.868000', '082518.871000', '082518.873000', '082518.876000', '082518.879000', '082518.881000', '082518.884000', '082518.886000', '082518.889000', '082518.891000', '082518.894000', '082518.897000', '082518.900000', '082518.903000', '082518.906000', '082518.909000', '082518.912000', '082518.914000', '082518.917000', '082518.920000', '082518.922000', '082518.925000', '082518.927000', '082518.930000', '082518.933000', '082518.935000', '082518.938000', '082518.940000', '082518.947000', '082518.950000', '082518.952000', '082518.955000', '082518.958000', '082518.960000', '082518.963000', '082518.966000', '082518.968000', '082538.853000', '082538.855000', '082538.858000', '082538.861000', '082538.863000', '082538.866000', '082538.868000', '082538.871000', '082538.873000', '082538.876000', '082538.879000', '082538.881000', '082538.884000', '082538.886000', '082538.889000', '082538.891000', '082538.894000', '082538.897000', '082538.899000', '082538.902000', '082538.904000', '082538.907000', '082538.909000', '082538.912000', '082538.914000', '082538.917000', '082538.920000', '082538.922000', '082538.925000', '082538.927000', '082538.930000', '082538.933000', '082538.935000', '082538.938000', '082538.940000', '082538.943000', '082538.945000', '082538.948000', '082538.950000', '082538.953000', '082538.956000', '082538.958000', '082538.961000', '082538.963000', '082558.853000', '082558.855000', '082558.858000', '082558.860000', '082558.863000', '082558.866000', '082558.868000', '082558.871000', '082558.873000', '082558.876000', '082558.879000', '082558.881000', '082558.884000', '082558.886000', '082558.889000', '082558.892000', '082558.894000', '082558.897000', '082558.899000', '082558.902000', '082558.904000', '082558.907000', '082558.910000', '082558.912000', '082558.915000', '082558.917000', '082558.920000', '082558.922000', '082558.925000', '082558.928000', '082558.930000', '082558.933000', '082558.935000', '082558.938000', '082558.940000', '082558.943000', '082558.946000', '082558.948000', '082558.951000', '082558.953000', '082558.956000', '082558.958000', '082558.961000', '082558.975000', '082618.854000', '082618.856000', '082618.859000', '082618.862000', '082618.864000', '082618.867000', '082618.869000', '082618.872000', '082618.875000', '082618.877000', '082618.880000', '082618.884000', '082618.886000', '082618.889000', '082618.891000', '082618.894000', '082618.897000', '082618.899000', '082618.902000', '082618.904000', '082618.907000', '082618.909000', '082618.912000', '082618.915000', '082618.917000', '082618.920000', '082618.922000', '082618.925000', '082618.927000', '082618.930000', '082618.933000', '082618.935000', '082618.938000', '082618.940000', '082618.943000', '082618.945000', '082618.948000', '082618.951000', '082618.953000', '082618.956000', '082618.958000', '082618.961000', '082618.963000', '082638.854000', '082638.856000', '082638.859000', '082638.861000', '082638.864000', '082638.867000', '082638.869000', '082638.872000', '082638.874000', '082638.877000', '082638.880000', '082638.882000', '082638.885000', '082638.888000', '082638.890000', '082638.893000', '082638.895000', '082638.898000', '082638.900000', '082638.903000', '082638.906000', '082638.908000', '082638.911000', '082638.913000', '082638.916000', '082638.919000', '082638.922000', '082638.925000', '082638.928000', '082638.930000', '082638.933000', '082638.935000', '082638.938000', '082638.940000', '082638.943000', '082638.946000', '082638.949000', '082638.952000', '082638.954000', '082638.957000', '082638.959000', '082638.962000', '082638.965000', '082658.854000', '082658.856000', '082658.859000', '082658.862000', '082658.864000', '082658.867000', '082658.869000', '082658.872000', '082658.875000', '082658.877000', '082658.880000', '082658.882000', '082658.885000', '082658.888000', '082658.890000', '082658.893000', '082658.895000', '082658.898000', '082658.900000', '082658.903000', '082658.905000', '082658.908000', '082658.911000', '082658.913000', '082658.916000', '082658.918000', '082658.921000', '082658.924000', '082658.926000', '082658.929000', '082658.931000', '082658.934000', '082658.937000', '082658.939000', '082658.942000', '082658.944000', '082658.947000', '082658.949000', '082658.952000', '082658.955000', '082658.957000', '082658.960000', '082658.962000', '082658.965000', '082718.854000', '082718.856000', '082718.859000', '082718.862000', '082718.864000', '082718.867000', '082718.869000', '082718.872000', '082718.874000', '082718.877000', '082718.880000', '082718.882000', '082718.885000', '082718.887000', '082718.890000', '082718.892000', '082718.895000', '082718.898000', '082718.900000', '082718.903000', '082718.905000', '082718.908000', '082718.910000', '082718.913000', '082718.916000', '082718.918000', '082718.921000', '082718.923000', '082718.926000', '082718.929000', '082718.932000', '082718.934000', '082718.937000', '082718.939000', '082718.942000', '082718.945000', '082718.947000', '082718.950000', '082718.952000', '082718.955000', '082718.957000', '082718.960000', '082718.963000', '082738.853000', '082738.856000', '082738.858000', '082738.861000', '082738.864000', '082738.866000', '082738.869000', '082738.871000', '082738.874000', '082738.876000', '082738.879000', '082738.882000', '082738.884000', '082738.887000', '082738.890000', '082738.892000', '082738.895000', '082738.897000', '082738.900000', '082738.902000', '082738.905000', '082738.907000', '082738.910000', '082738.913000', '082738.915000', '082738.918000', '082738.921000', '082738.923000', '082738.926000', '082738.928000', '082738.931000', '082738.934000', '082738.936000', '082738.939000', '082738.941000', '082738.944000', '082738.946000', '082738.949000', '082738.952000', '082738.954000', '082738.957000', '082738.959000', '082738.962000', '082738.965000', '082758.853000', '082758.855000', '082758.858000', '082758.861000', '082758.863000', '082758.866000', '082758.868000', '082758.871000', '082758.873000', '082758.876000', '082758.879000', '082758.881000', '082758.884000', '082758.886000', '082758.889000', '082758.892000', '082758.894000', '082758.897000', '082758.899000', '082758.902000', '082758.904000', '082758.907000', '082758.910000', '082758.912000', '082758.915000', '082758.917000', '082758.920000', '082758.922000', '082758.925000', '082758.928000', '082758.930000', '082758.933000', '082758.935000', '082758.938000', '082758.940000', '082758.943000', '082758.946000', '082758.948000', '082758.951000', '082758.954000', '082758.956000', '082758.959000', '082758.961000', '082818.853000', '082818.856000', '082818.858000', '082818.861000', '082818.864000', '082818.866000', '082818.869000', '082818.871000', '082818.874000', '082818.877000', '082818.879000', '082818.882000', '082818.884000', '082818.887000', '082818.889000', '082818.892000', '082818.895000', '082818.897000', '082818.900000', '082818.902000', '082818.905000', '082818.907000', '082818.910000', '082818.913000', '082818.915000', '082818.918000', '082818.920000', '082818.923000', '082818.926000', '082818.928000', '082818.931000', '082818.933000', '082818.936000', '082818.939000', '082818.941000', '082818.944000', '082818.946000', '082818.949000', '082818.951000', '082818.954000', '082818.957000', '082818.959000', '082818.962000', '082818.964000', '082838.854000', '082838.856000', '082838.859000', '082838.862000', '082838.864000', '082838.867000', '082838.869000', '082838.872000', '082838.875000', '082838.877000', '082838.880000', '082838.882000', '082838.885000', '082838.887000', '082838.890000', '082838.893000', '082838.895000', '082838.898000', '082838.900000', '082838.903000', '082838.905000', '082838.908000', '082838.911000', '082838.913000', '082838.916000', '082838.918000', '082838.921000', '082838.923000', '082838.926000', '082838.929000', '082838.932000', '082838.935000', '082838.938000', '082838.940000', '082838.943000', '082838.945000', '082838.948000', '082838.950000', '082838.953000', '082838.956000', '082838.958000', '082838.961000', '082838.963000', '082858.854000', '082858.856000', '082858.859000', '082858.862000', '082858.864000', '082858.867000', '082858.869000', '082858.872000', '082858.875000', '082858.877000', '082858.880000', '082858.882000', '082858.885000', '082858.887000', '082858.890000', '082858.893000', '082858.895000', '082858.898000', '082858.900000', '082858.903000', '082858.905000', '082858.908000', '082858.911000', '082858.913000', '082858.916000', '082858.918000', '082858.921000', '082858.923000', '082858.926000', '082858.928000', '082858.931000', '082858.934000', '082858.936000', '082858.939000', '082858.941000', '082858.944000', '082858.947000', '082858.949000', '082858.952000', '082858.954000', '082858.957000', '082858.959000', '082858.962000', '082858.965000', '082918.854000', '082918.857000', '082918.859000', '082918.862000', '082918.864000', '082918.867000', '082918.870000', '082918.872000', '082918.875000', '082918.877000', '082918.880000', '082918.883000', '082918.885000', '082918.888000', '082918.890000', '082918.893000', '082918.895000', '082918.898000', '082918.901000', '082918.903000', '082918.906000', '082918.908000', '082918.911000', '082918.914000', '082918.916000', '082918.919000', '082918.921000', '082918.924000', '082918.926000', '082918.929000', '082918.932000', '082918.934000', '082918.937000', '082918.939000', '082918.942000', '082918.944000', '082918.947000', '082918.950000', '082918.952000', '082918.955000', '082918.957000', '082918.960000', '082918.963000', '082938.854000', '082938.857000', '082938.859000', '082938.862000', '082938.864000', '082938.867000', '082938.870000', '082938.872000', '082938.875000', '082938.877000', '082938.880000', '082938.883000', '082938.885000', '082938.888000', '082938.890000', '082938.893000', '082938.896000', '082938.898000', '082938.901000', '082938.903000', '082938.906000', '082938.909000', '082938.911000', '082938.914000', '082938.916000', '082938.919000', '082938.921000', '082938.924000', '082938.927000', '082938.929000', '082938.932000', '082938.934000', '082938.937000', '082938.939000', '082938.942000', '082938.945000', '082938.947000', '082938.950000', '082938.952000', '082938.955000', '082938.957000', '082938.960000', '082938.963000', '082938.965000', '082958.853000', '082958.855000', '082958.858000', '082958.861000', '082958.863000', '082958.866000', '082958.869000', '082958.871000', '082958.874000', '082958.876000', '082958.879000', '082958.881000', '082958.884000', '082958.887000', '082958.889000', '082958.892000', '082958.894000', '082958.897000', '082958.900000', '082958.902000', '082958.905000', '082958.907000', '082958.910000', '082958.913000', '082958.915000', '082958.918000', '082958.920000', '082958.923000', '082958.926000', '082958.928000', '082958.931000', '082958.933000', '082958.944000', '082958.947000', '082958.950000', '082958.952000', '082958.955000', '082958.957000', '082958.960000', '082958.962000', '082958.965000', '082958.967000', '082958.970000', '083007.723000', '083007.726000', '083007.729000', '083007.733000', '083007.736000', '083007.738000', '083007.741000', '083007.744000', '083007.746000', '083007.749000', '083007.751000', '083007.754000', '083007.757000', '083007.759000', '083007.762000', '083007.765000', '083007.767000', '083007.770000', '083007.773000', '083007.778000'], 'InstanceCreationTime': ['082018.886000', '082018.889000', '082018.892000', '082018.894000', '082018.897000', '082018.899000', '082018.902000', '082018.904000', '082018.907000', '082018.909000', '082018.912000', '082018.915000', '082018.917000', '082018.920000', '082018.923000', '082018.930000', '082018.932000', '082018.935000', '082018.937000', '082018.940000', '082018.943000', '082018.945000', '082018.948000', '082018.950000', '082018.953000', '082018.955000', '082018.958000', '082018.960000', '082018.963000', '082018.966000', '082018.968000', '082018.971000', '082018.973000', '082018.976000', '082018.979000', '082018.981000', '082018.984000', '082018.986000', '082018.989000', '082018.991000', '082018.994000', '082038.853000', '082038.855000', '082038.858000', '082038.861000', '082038.863000', '082038.866000', '082038.868000', '082038.871000', '082038.873000', '082038.876000', '082038.878000', '082038.881000', '082038.883000', '082038.886000', '082038.889000', '082038.891000', '082038.894000', '082038.896000', '082038.899000', '082038.901000', '082038.904000', '082038.906000', '082038.909000', '082038.911000', '082038.914000', '082038.917000', '082038.919000', '082038.922000', '082038.924000', '082038.927000', '082038.930000', '082038.932000', '082038.935000', '082038.937000', '082038.940000', '082038.942000', '082038.949000', '082038.952000', '082038.955000', '082038.957000', '082038.960000', '082038.962000', '082038.965000', '082038.967000', '082058.853000', '082058.855000', '082058.858000', '082058.860000', '082058.863000', '082058.866000', '082058.868000', '082058.871000', '082058.873000', '082058.876000', '082058.878000', '082058.881000', '082058.883000', '082058.886000', '082058.888000', '082058.891000', '082058.894000', '082058.896000', '082058.899000', '082058.901000', '082058.904000', '082058.906000', '082058.909000', '082058.911000', '082058.914000', '082058.916000', '082058.919000', '082058.922000', '082058.924000', '082058.927000', '082058.929000', '082058.932000', '082058.934000', '082058.937000', '082058.939000', '082058.942000', '082058.944000', '082058.947000', '082058.950000', '082058.952000', '082058.955000', '082058.957000', '082058.960000', '082118.852000', '082118.855000', '082118.858000', '082118.860000', '082118.863000', '082118.866000', '082118.868000', '082118.871000', '082118.873000', '082118.876000', '082118.878000', '082118.881000', '082118.884000', '082118.886000', '082118.889000', '082118.891000', '082118.894000', '082118.896000', '082118.899000', '082118.901000', '082118.904000', '082118.907000', '082118.909000', '082118.912000', '082118.914000', '082118.917000', '082118.919000', '082118.922000', '082118.925000', '082118.927000', '082118.930000', '082118.932000', '082118.935000', '082118.937000', '082118.940000', '082118.943000', '082118.945000', '082118.950000', '082118.969000', '082118.971000', '082118.974000', '082118.976000', '082118.979000', '082118.981000', '082138.854000', '082138.856000', '082138.859000', '082138.861000', '082138.864000', '082138.867000', '082138.869000', '082138.872000', '082138.874000', '082138.877000', '082138.879000', '082138.882000', '082138.885000', '082138.887000', '082138.890000', '082138.892000', '082138.895000', '082138.897000', '082138.900000', '082138.902000', '082138.905000', '082138.907000', '082138.910000', '082138.912000', '082138.915000', '082138.925000', '082138.927000', '082138.930000', '082138.933000', '082138.935000', '082138.938000', '082138.940000', '082138.943000', '082138.945000', '082138.948000', '082138.950000', '082138.953000', '082138.955000', '082138.958000', '082138.961000', '082138.963000', '082138.966000', '082138.968000', '082158.854000', '082158.856000', '082158.859000', '082158.862000', '082158.864000', '082158.867000', '082158.869000', '082158.872000', '082158.874000', '082158.877000', '082158.879000', '082158.882000', '082158.885000', '082158.887000', '082158.890000', '082158.892000', '082158.895000', '082158.897000', '082158.900000', '082158.902000', '082158.905000', '082158.908000', '082158.910000', '082158.913000', '082158.915000', '082158.918000', '082158.920000', '082158.923000', '082158.926000', '082158.928000', '082158.931000', '082158.933000', '082158.936000', '082158.939000', '082158.941000', '082158.944000', '082158.946000', '082158.949000', '082158.951000', '082158.954000', '082158.957000', '082158.966000', '082158.969000', '082158.971000', '082218.853000', '082218.856000', '082218.859000', '082218.861000', '082218.864000', '082218.866000', '082218.869000', '082218.871000', '082218.874000', '082218.877000', '082218.879000', '082218.882000', '082218.884000', '082218.887000', '082218.889000', '082218.892000', '082218.894000', '082218.897000', '082218.900000', '082218.902000', '082218.905000', '082218.907000', '082218.910000', '082218.912000', '082218.915000', '082218.917000', '082218.920000', '082218.923000', '082218.925000', '082218.928000', '082218.930000', '082218.933000', '082218.936000', '082218.938000', '082218.941000', '082218.943000', '082218.946000', '082218.948000', '082218.951000', '082218.953000', '082218.956000', '082218.958000', '082218.961000', '082238.854000', '082238.856000', '082238.859000', '082238.862000', '082238.864000', '082238.867000', '082238.869000', '082238.872000', '082238.874000', '082238.877000', '082238.880000', '082238.882000', '082238.885000', '082238.887000', '082238.890000', '082238.893000', '082238.895000', '082238.898000', '082238.900000', '082238.903000', '082238.905000', '082238.908000', '082238.911000', '082238.913000', '082238.916000', '082238.925000', '082238.927000', '082238.930000', '082238.933000', '082238.935000', '082238.938000', '082238.940000', '082238.943000', '082238.945000', '082238.948000', '082238.950000', '082238.953000', '082238.956000', '082238.958000', '082238.961000', '082238.963000', '082238.966000', '082238.969000', '082238.971000', '082258.853000', '082258.855000', '082258.858000', '082258.861000', '082258.863000', '082258.866000', '082258.868000', '082258.871000', '082258.873000', '082258.876000', '082258.878000', '082258.881000', '082258.884000', '082258.886000', '082258.889000', '082258.891000', '082258.894000', '082258.896000', '082258.899000', '082258.901000', '082258.904000', '082258.907000', '082258.909000', '082258.912000', '082258.914000', '082258.917000', '082258.919000', '082258.922000', '082258.924000', '082258.927000', '082258.929000', '082258.932000', '082258.935000', '082258.937000', '082258.940000', '082258.942000', '082258.945000', '082258.947000', '082258.950000', '082258.952000', '082258.955000', '082258.958000', '082258.960000', '082318.852000', '082318.855000', '082318.858000', '082318.860000', '082318.863000', '082318.866000', '082318.868000', '082318.882000', '082318.884000', '082318.887000', '082318.889000', '082318.892000', '082318.895000', '082318.897000', '082318.900000', '082318.902000', '082318.905000', '082318.907000', '082318.910000', '082318.912000', '082318.915000', '082318.918000', '082318.920000', '082318.923000', '082318.925000', '082318.928000', '082318.930000', '082318.933000', '082318.936000', '082318.938000', '082318.941000', '082318.943000', '082318.946000', '082318.948000', '082318.951000', '082318.954000', '082318.956000', '082318.959000', '082318.961000', '082318.964000', '082318.968000', '082318.970000', '082318.973000', '082318.976000', '082338.852000', '082338.855000', '082338.858000', '082338.860000', '082338.863000', '082338.865000', '082338.868000', '082338.871000', '082338.873000', '082338.876000', '082338.878000', '082338.881000', '082338.883000', '082338.886000', '082338.888000', '082338.891000', '082338.894000', '082338.896000', '082338.899000', '082338.901000', '082338.904000', '082338.906000', '082338.909000', '082338.911000', '082338.914000', '082338.917000', '082338.919000', '082338.922000', '082338.924000', '082338.927000', '082338.929000', '082338.932000', '082338.934000', '082338.937000', '082338.940000', '082338.942000', '082338.945000', '082338.947000', '082338.950000', '082338.952000', '082338.955000', '082338.957000', '082338.960000', '082358.854000', '082358.856000', '082358.859000', '082358.862000', '082358.864000', '082358.868000', '082358.871000', '082358.873000', '082358.876000', '082358.878000', '082358.881000', '082358.884000', '082358.886000', '082358.889000', '082358.891000', '082358.894000', '082358.896000', '082358.899000', '082358.901000', '082358.904000', '082358.907000', '082358.909000', '082358.912000', '082358.914000', '082358.917000', '082358.922000', '082358.925000', '082358.928000', '082358.930000', '082358.933000', '082358.935000', '082358.938000', '082358.940000', '082358.943000', '082358.946000', '082358.948000', '082358.951000', '082358.953000', '082358.956000', '082358.958000', '082358.961000', '082358.963000', '082358.966000', '082418.854000', '082418.856000', '082418.859000', '082418.862000', '082418.864000', '082418.867000', '082418.869000', '082418.872000', '082418.874000', '082418.877000', '082418.880000', '082418.882000', '082418.885000', '082418.887000', '082418.890000', '082418.892000', '082418.895000', '082418.898000', '082418.900000', '082418.903000', '082418.905000', '082418.908000', '082418.910000', '082418.913000', '082418.916000', '082418.918000', '082418.921000', '082418.923000', '082418.926000', '082418.928000', '082418.931000', '082418.934000', '082418.936000', '082418.939000', '082418.941000', '082418.944000', '082418.947000', '082418.949000', '082418.952000', '082418.954000', '082418.957000', '082418.960000', '082418.962000', '082418.965000', '082438.854000', '082438.856000', '082438.859000', '082438.861000', '082438.864000', '082438.867000', '082438.869000', '082438.872000', '082438.874000', '082438.877000', '082438.879000', '082438.882000', '082438.885000', '082438.887000', '082438.890000', '082438.892000', '082438.895000', '082438.898000', '082438.900000', '082438.903000', '082438.905000', '082438.908000', '082438.911000', '082438.913000', '082438.916000', '082438.918000', '082438.921000', '082438.923000', '082438.926000', '082438.929000', '082438.931000', '082438.934000', '082438.949000', '082438.951000', '082438.954000', '082438.957000', '082438.959000', '082438.976000', '082438.979000', '082438.981000', '082438.984000', '082438.987000', '082438.989000', '082438.992000', '082458.854000', '082458.857000', '082458.859000', '082458.862000', '082458.864000', '082458.867000', '082458.870000', '082458.872000', '082458.875000', '082458.877000', '082458.880000', '082458.882000', '082458.885000', '082458.888000', '082458.890000', '082458.893000', '082458.895000', '082458.898000', '082458.901000', '082458.903000', '082458.906000', '082458.908000', '082458.911000', '082458.913000', '082458.916000', '082458.918000', '082458.921000', '082458.924000', '082458.926000', '082458.929000', '082458.931000', '082458.934000', '082458.937000', '082458.939000', '082458.942000', '082458.944000', '082458.947000', '082458.950000', '082458.952000', '082458.955000', '082458.957000', '082458.960000', '082458.962000', '082518.853000', '082518.855000', '082518.858000', '082518.861000', '082518.863000', '082518.866000', '082518.868000', '082518.871000', '082518.873000', '082518.876000', '082518.879000', '082518.881000', '082518.884000', '082518.886000', '082518.889000', '082518.891000', '082518.894000', '082518.897000', '082518.900000', '082518.903000', '082518.906000', '082518.909000', '082518.912000', '082518.914000', '082518.917000', '082518.920000', '082518.922000', '082518.925000', '082518.927000', '082518.930000', '082518.933000', '082518.935000', '082518.938000', '082518.940000', '082518.947000', '082518.950000', '082518.952000', '082518.955000', '082518.958000', '082518.960000', '082518.963000', '082518.966000', '082518.968000', '082538.853000', '082538.855000', '082538.858000', '082538.861000', '082538.863000', '082538.866000', '082538.868000', '082538.871000', '082538.873000', '082538.876000', '082538.879000', '082538.881000', '082538.884000', '082538.886000', '082538.889000', '082538.891000', '082538.894000', '082538.897000', '082538.899000', '082538.902000', '082538.904000', '082538.907000', '082538.909000', '082538.912000', '082538.914000', '082538.917000', '082538.920000', '082538.922000', '082538.925000', '082538.927000', '082538.930000', '082538.933000', '082538.935000', '082538.938000', '082538.940000', '082538.943000', '082538.945000', '082538.948000', '082538.950000', '082538.953000', '082538.956000', '082538.958000', '082538.961000', '082538.963000', '082558.853000', '082558.855000', '082558.858000', '082558.860000', '082558.863000', '082558.866000', '082558.868000', '082558.871000', '082558.873000', '082558.876000', '082558.879000', '082558.881000', '082558.884000', '082558.886000', '082558.889000', '082558.892000', '082558.894000', '082558.897000', '082558.899000', '082558.902000', '082558.904000', '082558.907000', '082558.910000', '082558.912000', '082558.915000', '082558.917000', '082558.920000', '082558.922000', '082558.925000', '082558.928000', '082558.930000', '082558.933000', '082558.935000', '082558.938000', '082558.940000', '082558.943000', '082558.946000', '082558.948000', '082558.951000', '082558.953000', '082558.956000', '082558.958000', '082558.961000', '082558.975000', '082618.854000', '082618.856000', '082618.859000', '082618.862000', '082618.864000', '082618.867000', '082618.869000', '082618.872000', '082618.875000', '082618.877000', '082618.880000', '082618.884000', '082618.886000', '082618.889000', '082618.891000', '082618.894000', '082618.897000', '082618.899000', '082618.902000', '082618.904000', '082618.907000', '082618.909000', '082618.912000', '082618.915000', '082618.917000', '082618.920000', '082618.922000', '082618.925000', '082618.927000', '082618.930000', '082618.933000', '082618.935000', '082618.938000', '082618.940000', '082618.943000', '082618.945000', '082618.948000', '082618.951000', '082618.953000', '082618.956000', '082618.958000', '082618.961000', '082618.963000', '082638.854000', '082638.856000', '082638.859000', '082638.861000', '082638.864000', '082638.867000', '082638.869000', '082638.872000', '082638.874000', '082638.877000', '082638.880000', '082638.882000', '082638.885000', '082638.888000', '082638.890000', '082638.893000', '082638.895000', '082638.898000', '082638.900000', '082638.903000', '082638.906000', '082638.908000', '082638.911000', '082638.913000', '082638.916000', '082638.919000', '082638.922000', '082638.925000', '082638.928000', '082638.930000', '082638.933000', '082638.935000', '082638.938000', '082638.940000', '082638.943000', '082638.946000', '082638.949000', '082638.952000', '082638.954000', '082638.957000', '082638.959000', '082638.962000', '082638.965000', '082658.854000', '082658.856000', '082658.859000', '082658.862000', '082658.864000', '082658.867000', '082658.869000', '082658.872000', '082658.875000', '082658.877000', '082658.880000', '082658.882000', '082658.885000', '082658.888000', '082658.890000', '082658.893000', '082658.895000', '082658.898000', '082658.900000', '082658.903000', '082658.905000', '082658.908000', '082658.911000', '082658.913000', '082658.916000', '082658.918000', '082658.921000', '082658.924000', '082658.926000', '082658.929000', '082658.931000', '082658.934000', '082658.937000', '082658.939000', '082658.942000', '082658.944000', '082658.947000', '082658.949000', '082658.952000', '082658.955000', '082658.957000', '082658.960000', '082658.962000', '082658.965000', '082718.854000', '082718.856000', '082718.859000', '082718.862000', '082718.864000', '082718.867000', '082718.869000', '082718.872000', '082718.874000', '082718.877000', '082718.880000', '082718.882000', '082718.885000', '082718.887000', '082718.890000', '082718.892000', '082718.895000', '082718.898000', '082718.900000', '082718.903000', '082718.905000', '082718.908000', '082718.910000', '082718.913000', '082718.916000', '082718.918000', '082718.921000', '082718.923000', '082718.926000', '082718.929000', '082718.932000', '082718.934000', '082718.937000', '082718.939000', '082718.942000', '082718.945000', '082718.947000', '082718.950000', '082718.952000', '082718.955000', '082718.957000', '082718.960000', '082718.963000', '082738.853000', '082738.856000', '082738.858000', '082738.861000', '082738.864000', '082738.866000', '082738.869000', '082738.871000', '082738.874000', '082738.876000', '082738.879000', '082738.882000', '082738.884000', '082738.887000', '082738.890000', '082738.892000', '082738.895000', '082738.897000', '082738.900000', '082738.902000', '082738.905000', '082738.907000', '082738.910000', '082738.913000', '082738.915000', '082738.918000', '082738.921000', '082738.923000', '082738.926000', '082738.928000', '082738.931000', '082738.934000', '082738.936000', '082738.939000', '082738.941000', '082738.944000', '082738.946000', '082738.949000', '082738.952000', '082738.954000', '082738.957000', '082738.959000', '082738.962000', '082738.965000', '082758.853000', '082758.855000', '082758.858000', '082758.861000', '082758.863000', '082758.866000', '082758.868000', '082758.871000', '082758.873000', '082758.876000', '082758.879000', '082758.881000', '082758.884000', '082758.886000', '082758.889000', '082758.892000', '082758.894000', '082758.897000', '082758.899000', '082758.902000', '082758.904000', '082758.907000', '082758.910000', '082758.912000', '082758.915000', '082758.917000', '082758.920000', '082758.922000', '082758.925000', '082758.928000', '082758.930000', '082758.933000', '082758.935000', '082758.938000', '082758.940000', '082758.943000', '082758.946000', '082758.948000', '082758.951000', '082758.954000', '082758.956000', '082758.959000', '082758.961000', '082818.853000', '082818.856000', '082818.858000', '082818.861000', '082818.864000', '082818.866000', '082818.869000', '082818.871000', '082818.874000', '082818.877000', '082818.879000', '082818.882000', '082818.884000', '082818.887000', '082818.889000', '082818.892000', '082818.895000', '082818.897000', '082818.900000', '082818.902000', '082818.905000', '082818.907000', '082818.910000', '082818.913000', '082818.915000', '082818.918000', '082818.920000', '082818.923000', '082818.926000', '082818.928000', '082818.931000', '082818.933000', '082818.936000', '082818.939000', '082818.941000', '082818.944000', '082818.946000', '082818.949000', '082818.951000', '082818.954000', '082818.957000', '082818.959000', '082818.962000', '082818.964000', '082838.854000', '082838.856000', '082838.859000', '082838.862000', '082838.864000', '082838.867000', '082838.869000', '082838.872000', '082838.875000', '082838.877000', '082838.880000', '082838.882000', '082838.885000', '082838.887000', '082838.890000', '082838.893000', '082838.895000', '082838.898000', '082838.900000', '082838.903000', '082838.905000', '082838.908000', '082838.911000', '082838.913000', '082838.916000', '082838.918000', '082838.921000', '082838.923000', '082838.926000', '082838.929000', '082838.932000', '082838.935000', '082838.938000', '082838.940000', '082838.943000', '082838.945000', '082838.948000', '082838.950000', '082838.953000', '082838.956000', '082838.958000', '082838.961000', '082838.963000', '082858.854000', '082858.856000', '082858.859000', '082858.862000', '082858.864000', '082858.867000', '082858.869000', '082858.872000', '082858.875000', '082858.877000', '082858.880000', '082858.882000', '082858.885000', '082858.887000', '082858.890000', '082858.893000', '082858.895000', '082858.898000', '082858.900000', '082858.903000', '082858.905000', '082858.908000', '082858.911000', '082858.913000', '082858.916000', '082858.918000', '082858.921000', '082858.923000', '082858.926000', '082858.928000', '082858.931000', '082858.934000', '082858.936000', '082858.939000', '082858.941000', '082858.944000', '082858.947000', '082858.949000', '082858.952000', '082858.954000', '082858.957000', '082858.959000', '082858.962000', '082858.965000', '082918.854000', '082918.857000', '082918.859000', '082918.862000', '082918.864000', '082918.867000', '082918.870000', '082918.872000', '082918.875000', '082918.877000', '082918.880000', '082918.883000', '082918.885000', '082918.888000', '082918.890000', '082918.893000', '082918.895000', '082918.898000', '082918.901000', '082918.903000', '082918.906000', '082918.908000', '082918.911000', '082918.914000', '082918.916000', '082918.919000', '082918.921000', '082918.924000', '082918.926000', '082918.929000', '082918.932000', '082918.934000', '082918.937000', '082918.939000', '082918.942000', '082918.944000', '082918.947000', '082918.950000', '082918.952000', '082918.955000', '082918.957000', '082918.960000', '082918.963000', '082938.854000', '082938.857000', '082938.859000', '082938.862000', '082938.864000', '082938.867000', '082938.870000', '082938.872000', '082938.875000', '082938.877000', '082938.880000', '082938.883000', '082938.885000', '082938.888000', '082938.890000', '082938.893000', '082938.896000', '082938.898000', '082938.901000', '082938.903000', '082938.906000', '082938.909000', '082938.911000', '082938.914000', '082938.916000', '082938.919000', '082938.921000', '082938.924000', '082938.927000', '082938.929000', '082938.932000', '082938.934000', '082938.937000', '082938.939000', '082938.942000', '082938.945000', '082938.947000', '082938.950000', '082938.952000', '082938.955000', '082938.957000', '082938.960000', '082938.963000', '082938.965000', '082958.853000', '082958.855000', '082958.858000', '082958.861000', '082958.863000', '082958.866000', '082958.869000', '082958.871000', '082958.874000', '082958.876000', '082958.879000', '082958.881000', '082958.884000', '082958.887000', '082958.889000', '082958.892000', '082958.894000', '082958.897000', '082958.900000', '082958.902000', '082958.905000', '082958.907000', '082958.910000', '082958.913000', '082958.915000', '082958.918000', '082958.920000', '082958.923000', '082958.926000', '082958.928000', '082958.931000', '082958.933000', '082958.944000', '082958.947000', '082958.950000', '082958.952000', '082958.955000', '082958.957000', '082958.960000', '082958.962000', '082958.965000', '082958.967000', '082958.970000', '083007.723000', '083007.726000', '083007.729000', '083007.733000', '083007.736000', '083007.738000', '083007.741000', '083007.744000', '083007.746000', '083007.749000', '083007.751000', '083007.754000', '083007.757000', '083007.759000', '083007.762000', '083007.765000', '083007.767000', '083007.770000', '083007.773000', '083007.778000'], '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': [10902, 14482, 10885, 13749, 10136, 13592, 9877, 13306, 9758, 12956, 9633, 12700, 10044, 13185, 9094, 12944, 9205, 12432, 9588, 12724, 9803, 12107, 9261, 12481, 9315, 12846, 9797, 12283, 10073, 11100, 9984, 9990, 10142, 10323, 10585, 10446, 10802, 8959, 11892, 7762, 12403, 7869, 13106, 7973, 12743, 8653, 13396, 8244, 13676, 9129, 13995, 9540, 13568, 10058, 15175, 9389, 13847, 10058, 14494, 10000, 14677, 9924, 13979, 10021, 12790, 9882, 12613, 9826, 11957, 10488, 10073, 10699, 10643, 11172, 10409, 11031, 10231, 11327, 8060, 12244, 7710, 12469, 7899, 12876, 8320, 13045, 8624, 13435, 8838, 13828, 9508, 13274, 10081, 14393, 9289, 13568, 9686, 13222, 9685, 13721, 10029, 13806, 9557, 12957, 9945, 13190, 9766, 12840, 10432, 9643, 10567, 9966, 10924, 10338, 10603, 11830, 10744, 9122, 11150, 8565, 11246, 9026, 11307, 9081, 12238, 8632, 12505, 8047, 12490, 7991, 12481, 7757, 12280, 7792, 12469, 7506, 13093, 8337, 12981, 8153, 12958, 8557, 13213, 8326, 13375, 7979, 13059, 8994, 12846, 8791, 13732, 8930, 13156, 9023, 12939, 9722, 13295, 9386, 13125, 9436, 13143, 9282, 13010, 9421, 12840, 8901, 13313, 9170, 13199, 8722, 13335, 8663, 12719, 8497, 13508, 7854, 13482, 8007, 13036, 8148, 13071, 7914, 13522, 8120, 13674, 8266, 13400, 9292, 13605, 8809, 13865, 9171, 13592, 9833, 14420, 9619, 14365, 8921, 13503, 8468, 13416, 8213, 12863, 7857, 13131, 7842, 12830, 7787, 12816, 7978, 13296, 7848, 13887, 8132, 13609, 7978, 13012, 8960, 13378, 8620, 13779, 9097, 13932, 9607, 14430, 9489, 14654, 9222, 13692, 9614, 13902, 9861, 14862, 9853, 14988, 9299, 13371, 9842, 13521, 9774, 13354, 9699, 13519, 9184, 13311, 9849, 13057, 9619, 12966, 9288, 13332, 9730, 7220, 12506, 9073, 12769, 10463, 13477, 10095, 12869, 9978, 16003, 9886, 15660, 11437, 14257, 9951, 9968, 10205, 10513, 11139, 11874, 10827, 13034, 10807, 7740, 12445, 7384, 13459, 9186, 13724, 8915, 12611, 9527, 13141, 9350, 13505, 10180, 14408, 10164, 14892, 10092, 10242, 10522, 9534, 11001, 12084, 10378, 15823, 10387, 9323, 10920, 8035, 11744, 12392, 10734, 17008, 11434, 13045, 10245, 7628, 11577, 8821, 11985, 9938, 11256, 7655, 12611, 7565, 13476, 9004, 13873, 8340, 12802, 8843, 13865, 8789, 13621, 9505, 13729, 10080, 13169, 10314, 10226, 10603, 7828, 11913, 8506, 12378, 15167, 10289, 11060, 10965, 6989, 12612, 8050, 13900, 9215, 13168, 8875, 12850, 8170, 13118, 8853, 13945, 9558, 13376, 10323, 12878, 9908, 12239, 10279, 13837, 10105, 14929, 10497, 9025, 10415, 9657, 10860, 15942, 9965, 14608, 10364, 11523, 10301, 8464, 10994, 8193, 11893, 9874, 11825, 7842, 12628, 7831, 12877, 17308, 10572, 14321, 9758, 12132, 10355, 10378, 10449, 15505, 9709, 13439, 9180, 12434, 9136, 13352, 8755, 13457, 8548, 12399, 7712, 12315, 8186, 13165, 8937, 11514, 10160, 13644, 10450, 14480, 10456, 13869, 9419, 13137, 9749, 13322, 9582, 14160, 9938, 11522, 9602, 12462, 10106, 15928, 10130, 12068, 10287, 7691, 12197, 8590, 12048, 8778, 12471, 8091, 13305, 8610, 13495, 9360, 13890, 10196, 16918, 9754, 14456, 10171, 15011, 9990, 14814, 9145, 12587, 8853, 11999, 9302, 12773, 10686, 14072, 10475, 8282, 11589, 7426, 12835, 8065, 12473, 8995, 12578, 8115, 13294, 8340, 12766, 8545, 13367, 9884, 14135, 9486, 13713, 9814, 12853, 10301, 12934, 9660, 13780, 9869, 12437, 10621, 9750, 10584, 9334, 10923, 9919, 11390, 8473, 12549, 7860, 12945, 8069, 13152, 9881, 13508, 9313, 13329, 10291, 14042, 10332, 14854, 10605, 11136, 9810, 13672, 10034, 16109, 10348, 9911, 10594, 7078, 12189, 8205, 12715, 8238, 12425, 9329, 13621, 9636, 13314, 9630, 12846, 10410, 11499, 10372, 9479, 10822, 9738, 11005, 8695, 12014, 7608, 12504, 7896, 12634, 8284, 12268, 8075, 12896, 7809, 13194, 9148, 13211, 10177, 10059, 10248, 8153, 12449, 11673, 11040, 14784, 10597, 7433, 12573, 8475, 13600, 9697, 13178, 9692, 14692, 9994, 15189, 9321, 13792, 9854, 14535, 10145, 15297, 10135, 9750, 10206, 7690, 12302, 11655, 11152, 8767, 11786, 8396, 13299, 9544, 13333, 10025, 14306, 10331, 11795, 10292, 10424, 9998, 11106, 10695, 14435, 10663, 9059, 11519, 7147, 13033, 9030, 13255, 9281, 12367, 9190, 12192, 9307, 13285, 9370, 13043, 9618, 12407, 10335, 15133, 9615, 13461, 9662, 13019, 9929, 13537, 10128, 7979, 11052, 7370, 12607, 9398, 11860, 8957, 11557, 7583, 12829, 8591, 13500, 9845, 12931, 9647, 13280, 9667, 10597, 10121, 10429, 10561, 10011, 11003, 8482, 11944, 7259, 13340, 9226, 13641, 9046, 15182, 9538, 14946, 9488, 11874, 10177, 12510, 10631, 13819, 10456, 8422, 11648, 7293, 12859, 7841, 13232, 9878, 13472, 9636, 13249, 10268, 14111, 9885, 14691, 10032, 10773, 10147, 7540, 12048, 8265, 12502, 10285, 11987, 8061, 13072, 8906, 13750, 9588, 14156, 10056, 14832, 9870, 11692, 10010, 12875, 10319, 13625, 10380, 7958, 12323, 7569, 12867, 12293, 10992, 17032, 9675, 11152, 10778, 7334, 12390, 7826, 13632, 8704, 12611, 9087, 13948, 9183, 13420, 10329, 13564, 9453, 13034, 8862, 13009, 9414, 13785, 9567, 13550, 10568, 15510, 10111, 15628, 10007, 11252, 10087, 8154, 8392, 9251, 6964, 12387, 13720, 10742, 13320, 8907, 13016, 9021, 12939, 16467, 11510, 16673, 12208, 13746, 10814, 8980, 12541, 9340, 12613, 11552, 12533, 8437, 12604, 8491, 13347, 8784, 13357, 9792, 13151, 10590, 10120, 9776, 7819, 11944, 10648, 10843, 11821, 9730, 8887, 11301, 7066, 12675, 8170, 12858, 9129, 13089, 9573, 12651, 10107, 9839, 10203, 7964, 11971, 9611, 11169, 12621, 10515, 7893, 11972, 8117, 13392, 9544, 13953, 10766, 12278, 10380, 8443, 11956, 8329, 13213, 9918, 13861, 10505, 15410, 10114, 14926, 11001, 12043, 10431, 7497, 12194, 8171, 12796, 10511, 11579, 8037, 12358, 8180, 13799, 9167, 13871, 9446, 13125, 9244, 12749, 9432, 14009, 9703, 13178, 10028, 13686, 9721, 13523, 9432, 12717, 9695, 10675, 9641, 8519, 11763, 15108, 9856, 14818, 10673, 12948, 9409, 12755, 9421, 8391, 10480, 7608, 12463, 9257, 12128, 13422, 10504, 8080, 12448, 7945, 13347, 9681, 13913, 9587, 14586, 9254, 14299, 9116, 12999, 9734, 12396, 10768, 14298, 10333, 9536, 11287, 7260, 12801, 8453, 13618, 9898, 13518, 10667, 13252, 9942, 12925, 10240, 11634, 10435, 7855, 12599, 7907, 13610, 9862, 13673, 9744, 14100, 9736, 13992, 9164, 13857, 9822, 13371, 9919, 13248, 10304, 11833, 9995, 8818, 10956, 7828, 12161, 7924, 13059, 9558, 13724, 9763, 13488, 10075, 15057, 10309, 14903, 10022, 10139, 10790, 7142, 13226, 9349, 13752, 10116, 14974, 9900, 14941, 10067, 11511, 9784, 9061, 11737, 9387, 12005, 7900, 12238, 9068, 13771, 9506, 13378, 10557, 13608, 10400, 12340, 10577, 7766, 12102, 7448, 13212, 9452, 13677, 9652, 14568, 10080, 14483, 9942, 10059, 10954, 9493, 11925, 16169, 10422, 11754, 10950, 7426, 12839, 8943, 13112, 10614, 12742, 10638, 14681, 10151, 11448, 10674, 9268, 11211, 12217, 11059, 13065, 10965, 7766, 12874, 8888, 14522, 10484, 14372, 10623, 14816, 10799, 9889, 11095, 10373, 11333, 12926, 10889, 8705, 12463, 7540, 13941, 8803, 13871, 8912, 13512, 10341, 12900, 9954, 8702, 11960, 8312, 12718, 8473, 12481, 9073, 13640, 9439, 13721, 9551, 13845, 9059, 14085, 9573, 14151, 9890, 13698, 10588, 9721, 11502, 7586, 13396, 9361, 13259, 10256, 13716, 11109, 8687, 11434, 7683, 13468, 9170, 13572, 9668, 14310, 10519, 9803, 10967, 7320, 13377, 9351, 13555, 10366, 11673, 10983, 7894, 11267, 9021, 11829, 10247, 7651, 12895, 9882, 15794, 10366, 8405, 11470, 7737, 12668, 8894, 15710, 10197, 11811, 10518, 8916, 11975, 8333, 13475, 10099, 10856, 10657, 8954, 12607, 14303, 12214, 13213, 13230, 7788, 13437, 9331, 14080, 10004, 15731, 10236, 13746, 10067, 8547, 11787, 8081, 12595, 8213, 12672, 10045, 14469, 9872, 11480, 10561, 11022, 10862, 15675, 11497, 7296, 12436, 9075, 13361, 10477, 16267, 10539, 10363, 10771, 7208, 12810, 8345, 13012, 8917, 12793, 10021, 12289, 9956, 11323, 10482, 9316, 11510, 8188, 12411, 8327, 13273, 9717, 13481, 10490, 16388, 9766, 11358, 9977, 9644, 11753, 14960, 10497, 8764, 11632, 8022, 13430, 9933, 13179, 10378, 15230, 10671, 12394, 10413, 7428, 12184, 8539, 13159, 8563, 13671, 9474, 13995, 10250, 7857, 11973, 8206, 13183, 9254, 15117, 9811, 16018, 9365, 13428, 10393, 10433, 11084, 7839, 12341, 9336, 13466, 10176, 14513, 10261, 15473, 10404, 8158, 11870, 7555, 13079, 9878, 13211, 10476, 16081, 10476, 13062, 10359, 7302, 12369, 8615, 13170, 10089, 15931, 10253, 15244, 10110, 7536, 11990, 8130, 13043, 9855, 14899, 11033, 16819, 9974, 14990, 9986, 13828, 10405, 11115, 10452, 7467, 12106, 7812, 13075, 8879, 12598, 9227, 13603, 9977, 9811, 10587, 8420, 12173, 8081, 12621, 8498, 13951, 8243, 12576, 8147, 13368, 9929, 13059, 10723, 10568, 10081, 7343, 12111, 7977, 12397, 8467, 12251, 9138, 13065, 9405, 13142, 9793, 13940, 10589, 13174, 10531, 7496, 12070, 8424, 13247, 10229, 12053, 11348, 11359, 7894, 13098, 9040, 13586, 9972, 13403, 10229, 16058, 10152, 14889, 10032, 12956, 10461, 14581, 10460, 12708, 9895, 7182, 11947, 7500, 12664, 8287, 12290, 8350, 12131, 8032, 12897, 8774, 13302, 9716, 12849, 10091, 13106], 'WindowCenter': [4444.0, 4451.0, 4417.0, 4422.0, 4403.0, 4410.0, 4391.0, 4410.0, 4381.0, 4412.0, 4393.0, 4411.0, 4391.0, 4410.0, 4381.0, 4409.0, 4380.0, 4412.0, 4394.0, 4413.0, 4392.0, 4411.0, 4394.0, 4412.0, 4393.0, 4413.0, 4404.0, 4424.0, 4405.0, 4413.0, 4406.0, 4393.0, 4403.0, 4403.0, 4417.0, 4417.0, 4415.0, 4383.0, 4415.0, 4362.0, 4425.0, 4373.0, 4426.0, 4386.0, 4426.0, 4385.0, 4426.0, 4374.0, 4424.0, 4394.0, 4425.0, 4408.0, 4426.0, 4394.0, 4435.0, 4394.0, 4424.0, 4404.0, 4424.0, 4406.0, 4436.0, 4394.0, 4424.0, 4394.0, 4413.0, 4393.0, 4423.0, 4405.0, 4414.0, 4405.0, 4392.0, 4404.0, 4402.0, 4402.0, 4403.0, 4416.0, 4405.0, 4413.0, 4371.0, 4414.0, 4362.0, 4413.0, 4374.0, 4425.0, 4385.0, 4423.0, 4383.0, 4424.0, 4383.0, 4435.0, 4407.0, 4425.0, 4404.0, 4423.0, 4394.0, 4423.0, 4394.0, 4426.0, 4405.0, 4423.0, 4405.0, 4424.0, 4394.0, 4413.0, 4403.0, 4426.0, 4406.0, 4423.0, 4404.0, 4393.0, 4402.0, 4392.0, 4403.0, 4392.0, 4405.0, 4416.0, 4404.0, 4382.0, 4403.0, 4371.0, 4402.0, 4381.0, 4414.0, 4395.0, 4413.0, 4382.0, 4414.0, 4372.0, 4413.0, 4372.0, 4412.0, 4374.0, 4414.0, 4362.0, 4414.0, 4363.0, 4423.0, 4371.0, 4425.0, 4386.0, 4425.0, 4384.0, 4425.0, 4373.0, 4422.0, 4386.0, 4426.0, 4395.0, 4423.0, 4396.0, 4435.0, 4393.0, 4436.0, 4397.0, 4426.0, 4405.0, 4436.0, 4396.0, 4425.0, 4395.0, 4426.0, 4407.0, 4427.0, 4396.0, 4424.0, 4395.0, 4424.0, 4394.0, 4424.0, 4396.0, 4436.0, 4386.0, 4425.0, 4383.0, 4424.0, 4373.0, 4422.0, 4387.0, 4426.0, 4373.0, 4424.0, 4375.0, 4423.0, 4372.0, 4436.0, 4387.0, 4434.0, 4395.0, 4434.0, 4394.0, 4435.0, 4396.0, 4437.0, 4407.0, 4435.0, 4404.0, 4434.0, 4394.0, 4424.0, 4384.0, 4436.0, 4384.0, 4424.0, 4386.0, 4424.0, 4373.0, 4425.0, 4386.0, 4426.0, 4385.0, 4437.0, 4386.0, 4436.0, 4385.0, 4437.0, 4387.0, 4437.0, 4396.0, 4436.0, 4385.0, 4425.0, 4395.0, 4438.0, 4406.0, 4435.0, 4405.0, 4435.0, 4393.0, 4424.0, 4406.0, 4438.0, 4407.0, 4434.0, 4405.0, 4433.0, 4394.0, 4422.0, 4393.0, 4426.0, 4406.0, 4422.0, 4394.0, 4423.0, 4392.0, 4422.0, 4405.0, 4425.0, 4406.0, 4423.0, 4393.0, 4423.0, 4404.0, 4375.0, 4436.0, 4421.0, 4451.0, 4430.0, 4437.0, 4417.0, 4425.0, 4405.0, 4436.0, 4406.0, 4437.0, 4416.0, 4423.0, 4404.0, 4393.0, 4404.0, 4401.0, 4415.0, 4413.0, 4417.0, 4437.0, 4415.0, 4363.0, 4424.0, 4363.0, 4424.0, 4393.0, 4425.0, 4397.0, 4415.0, 4393.0, 4423.0, 4395.0, 4423.0, 4405.0, 4435.0, 4418.0, 4446.0, 4404.0, 4403.0, 4405.0, 4393.0, 4414.0, 4414.0, 4406.0, 4435.0, 4403.0, 4392.0, 4402.0, 4372.0, 4414.0, 4412.0, 4403.0, 4446.0, 4413.0, 4410.0, 4392.0, 4361.0, 4413.0, 4380.0, 4414.0, 4405.0, 4413.0, 4363.0, 4424.0, 4373.0, 4423.0, 4383.0, 4425.0, 4386.0, 4423.0, 4383.0, 4422.0, 4382.0, 4421.0, 4392.0, 4424.0, 4417.0, 4426.0, 4404.0, 4402.0, 4403.0, 4362.0, 4414.0, 4382.0, 4425.0, 4436.0, 4407.0, 4414.0, 4403.0, 4352.0, 4413.0, 4373.0, 4434.0, 4394.0, 4426.0, 4395.0, 4414.0, 4373.0, 4423.0, 4382.0, 4422.0, 4406.0, 4424.0, 4403.0, 4413.0, 4404.0, 4412.0, 4404.0, 4435.0, 4416.0, 4435.0, 4404.0, 4382.0, 4403.0, 4392.0, 4403.0, 4434.0, 4405.0, 4435.0, 4404.0, 4412.0, 4403.0, 4370.0, 4413.0, 4383.0, 4427.0, 4406.0, 4414.0, 4373.0, 4425.0, 4374.0, 4425.0, 4434.0, 4402.0, 4423.0, 4392.0, 4412.0, 4403.0, 4402.0, 4403.0, 4434.0, 4393.0, 4425.0, 4395.0, 4412.0, 4391.0, 4422.0, 4382.0, 4423.0, 4381.0, 4412.0, 4374.0, 4413.0, 4373.0, 4423.0, 4396.0, 4415.0, 4417.0, 4436.0, 4415.0, 4436.0, 4406.0, 4425.0, 4395.0, 4425.0, 4404.0, 4437.0, 4407.0, 4433.0, 4405.0, 4414.0, 4407.0, 4423.0, 4405.0, 4447.0, 4417.0, 4414.0, 4405.0, 4374.0, 4425.0, 4383.0, 4426.0, 4396.0, 4426.0, 4375.0, 4425.0, 4384.0, 4425.0, 4407.0, 4425.0, 4405.0, 4445.0, 4393.0, 4422.0, 4403.0, 4432.0, 4403.0, 4435.0, 4393.0, 4411.0, 4381.0, 4410.0, 4393.0, 4421.0, 4405.0, 4435.0, 4405.0, 4373.0, 4426.0, 4362.0, 4424.0, 4373.0, 4425.0, 4384.0, 4424.0, 4371.0, 4423.0, 4372.0, 4424.0, 4383.0, 4423.0, 4404.0, 4422.0, 4391.0, 4422.0, 4404.0, 4424.0, 4405.0, 4413.0, 4393.0, 4422.0, 4404.0, 4424.0, 4405.0, 4393.0, 4404.0, 4382.0, 4414.0, 4404.0, 4415.0, 4384.0, 4424.0, 4371.0, 4422.0, 4386.0, 4424.0, 4405.0, 4424.0, 4393.0, 4421.0, 4404.0, 4435.0, 4405.0, 4433.0, 4403.0, 4402.0, 4393.0, 4422.0, 4403.0, 4435.0, 4392.0, 4391.0, 4402.0, 4351.0, 4412.0, 4372.0, 4424.0, 4384.0, 4413.0, 4393.0, 4435.0, 4393.0, 4423.0, 4405.0, 4425.0, 4415.0, 4414.0, 4403.0, 4392.0, 4403.0, 4405.0, 4415.0, 4381.0, 4423.0, 4361.0, 4411.0, 4372.0, 4425.0, 4384.0, 4414.0, 4371.0, 4412.0, 4373.0, 4425.0, 4406.0, 4424.0, 4405.0, 4403.0, 4404.0, 4373.0, 4426.0, 4414.0, 4416.0, 4436.0, 4403.0, 4362.0, 4413.0, 4383.0, 4423.0, 4393.0, 4424.0, 4394.0, 4434.0, 4404.0, 4433.0, 4392.0, 4422.0, 4393.0, 4424.0, 4403.0, 4420.0, 4402.0, 4380.0, 4390.0, 4361.0, 4413.0, 4413.0, 4412.0, 4382.0, 4411.0, 4373.0, 4422.0, 4392.0, 4421.0, 4392.0, 4424.0, 4404.0, 4412.0, 4403.0, 4391.0, 4391.0, 4401.0, 4403.0, 4424.0, 4402.0, 4381.0, 4400.0, 4351.0, 4421.0, 4382.0, 4422.0, 4394.0, 4413.0, 4392.0, 4412.0, 4392.0, 4422.0, 4392.0, 4420.0, 4395.0, 4424.0, 4404.0, 4432.0, 4391.0, 4420.0, 4393.0, 4422.0, 4405.0, 4422.0, 4402.0, 4372.0, 4412.0, 4363.0, 4426.0, 4393.0, 4415.0, 4394.0, 4411.0, 4372.0, 4424.0, 4384.0, 4423.0, 4394.0, 4426.0, 4406.0, 4424.0, 4406.0, 4403.0, 4404.0, 4401.0, 4416.0, 4406.0, 4416.0, 4384.0, 4424.0, 4364.0, 4435.0, 4395.0, 4436.0, 4397.0, 4436.0, 4395.0, 4434.0, 4405.0, 4414.0, 4417.0, 4423.0, 4415.0, 4436.0, 4404.0, 4384.0, 4414.0, 4363.0, 4425.0, 4386.0, 4436.0, 4406.0, 4434.0, 4406.0, 4425.0, 4404.0, 4435.0, 4417.0, 4437.0, 4406.0, 4414.0, 4404.0, 4372.0, 4425.0, 4385.0, 4427.0, 4403.0, 4414.0, 4375.0, 4425.0, 4393.0, 4424.0, 4406.0, 4436.0, 4406.0, 4424.0, 4404.0, 4412.0, 4404.0, 4423.0, 4406.0, 4422.0, 4405.0, 4373.0, 4423.0, 4362.0, 4423.0, 4412.0, 4415.0, 4446.0, 4393.0, 4402.0, 4412.0, 4361.0, 4412.0, 4362.0, 4424.0, 4385.0, 4414.0, 4383.0, 4423.0, 4382.0, 4422.0, 4392.0, 4422.0, 4392.0, 4424.0, 4383.0, 4411.0, 4383.0, 4421.0, 4392.0, 4410.0, 4402.0, 4431.0, 4404.0, 4436.0, 4418.0, 4426.0, 4404.0, 4384.0, 4381.0, 4392.0, 4364.0, 4427.0, 4425.0, 4403.0, 4424.0, 4394.0, 4425.0, 4383.0, 4423.0, 4432.0, 4403.0, 4433.0, 4399.0, 4408.0, 4388.0, 4367.0, 4399.0, 4368.0, 4399.0, 4387.0, 4398.0, 4355.0, 4386.0, 4355.0, 4396.0, 4355.0, 4408.0, 4390.0, 4398.0, 4388.0, 4377.0, 4379.0, 4347.0, 4400.0, 4388.0, 4389.0, 4399.0, 4391.0, 4370.0, 4400.0, 4350.0, 4410.0, 4370.0, 4411.0, 4381.0, 4423.0, 4395.0, 4423.0, 4403.0, 4393.0, 4403.0, 4372.0, 4425.0, 4393.0, 4414.0, 4425.0, 4416.0, 4374.0, 4414.0, 4375.0, 4435.0, 4405.0, 4434.0, 4416.0, 4428.0, 4418.0, 4386.0, 4426.0, 4386.0, 4424.0, 4406.0, 4435.0, 4416.0, 4435.0, 4408.0, 4448.0, 4416.0, 4414.0, 4404.0, 4363.0, 4424.0, 4383.0, 4425.0, 4416.0, 4415.0, 4373.0, 4424.0, 4384.0, 4424.0, 4394.0, 4424.0, 4405.0, 4426.0, 4395.0, 4423.0, 4395.0, 4424.0, 4405.0, 4424.0, 4404.0, 4424.0, 4394.0, 4425.0, 4406.0, 4424.0, 4394.0, 4403.0, 4405.0, 4384.0, 4426.0, 4435.0, 4404.0, 4435.0, 4405.0, 4425.0, 4396.0, 4422.0, 4394.0, 4384.0, 4415.0, 4375.0, 4427.0, 4395.0, 4427.0, 4438.0, 4417.0, 4375.0, 4426.0, 4375.0, 4425.0, 4395.0, 4426.0, 4396.0, 4437.0, 4396.0, 4434.0, 4395.0, 4424.0, 4406.0, 4424.0, 4416.0, 4437.0, 4407.0, 4394.0, 4416.0, 4364.0, 4425.0, 4385.0, 4437.0, 4419.0, 4436.0, 4417.0, 4426.0, 4406.0, 4424.0, 4406.0, 4427.0, 4405.0, 4374.0, 4426.0, 4375.0, 4435.0, 4405.0, 4437.0, 4407.0, 4435.0, 4394.0, 4424.0, 4394.0, 4423.0, 4403.0, 4423.0, 4405.0, 4425.0, 4404.0, 4414.0, 4404.0, 4383.0, 4414.0, 4375.0, 4427.0, 4386.0, 4426.0, 4406.0, 4436.0, 4406.0, 4425.0, 4405.0, 4434.0, 4405.0, 4447.0, 4406.0, 4404.0, 4414.0, 4364.0, 4424.0, 4395.0, 4435.0, 4405.0, 4446.0, 4407.0, 4435.0, 4405.0, 4413.0, 4404.0, 4383.0, 4415.0, 4406.0, 4426.0, 4386.0, 4424.0, 4395.0, 4434.0, 4405.0, 4423.0, 4415.0, 4436.0, 4417.0, 4426.0, 4405.0, 4374.0, 4426.0, 4375.0, 4425.0, 4406.0, 4435.0, 4408.0, 4448.0, 4406.0, 4435.0, 4406.0, 4404.0, 4415.0, 4394.0, 4427.0, 4436.0, 4416.0, 4426.0, 4415.0, 4364.0, 4425.0, 4396.0, 4435.0, 4417.0, 4426.0, 4419.0, 4449.0, 4407.0, 4416.0, 4417.0, 4395.0, 4416.0, 4414.0, 4417.0, 4437.0, 4415.0, 4374.0, 4424.0, 4395.0, 4435.0, 4416.0, 4448.0, 4420.0, 4436.0, 4416.0, 4405.0, 4416.0, 4394.0, 4415.0, 4425.0, 4405.0, 4383.0, 4425.0, 4374.0, 4435.0, 4384.0, 4425.0, 4397.0, 4426.0, 4405.0, 4424.0, 4405.0, 4384.0, 4426.0, 4387.0, 4438.0, 4386.0, 4426.0, 4396.0, 4436.0, 4396.0, 4426.0, 4396.0, 4437.0, 4395.0, 4422.0, 4394.0, 4425.0, 4403.0, 4425.0, 4416.0, 4394.0, 4416.0, 4375.0, 4436.0, 4397.0, 4436.0, 4418.0, 4438.0, 4416.0, 4385.0, 4416.0, 4375.0, 4436.0, 4394.0, 4437.0, 4408.0, 4438.0, 4416.0, 4405.0, 4415.0, 4365.0, 4436.0, 4407.0, 4439.0, 4419.0, 4428.0, 4419.0, 4390.0, 4430.0, 4408.0, 4427.0, 4418.0, 4402.0, 4452.0, 4419.0, 4449.0, 4418.0, 4387.0, 4428.0, 4389.0, 4440.0, 4398.0, 4449.0, 4418.0, 4426.0, 4415.0, 4398.0, 4428.0, 4388.0, 4438.0, 4418.0, 4416.0, 4418.0, 4396.0, 4427.0, 4449.0, 4429.0, 4426.0, 4425.0, 4375.0, 4425.0, 4395.0, 4425.0, 4406.0, 4436.0, 4405.0, 4424.0, 4405.0, 4383.0, 4414.0, 4373.0, 4426.0, 4387.0, 4425.0, 4405.0, 4435.0, 4405.0, 4414.0, 4405.0, 4414.0, 4417.0, 4445.0, 4413.0, 4363.0, 4412.0, 4395.0, 4424.0, 4405.0, 4447.0, 4406.0, 4403.0, 4415.0, 4365.0, 4425.0, 4383.0, 4426.0, 4397.0, 4425.0, 4408.0, 4425.0, 4404.0, 4413.0, 4417.0, 4396.0, 4415.0, 4384.0, 4424.0, 4384.0, 4424.0, 4405.0, 4435.0, 4406.0, 4434.0, 4394.0, 4403.0, 4405.0, 4393.0, 4425.0, 4435.0, 4406.0, 4384.0, 4415.0, 4374.0, 4424.0, 4403.0, 4423.0, 4406.0, 4447.0, 4416.0, 4424.0, 4403.0, 4364.0, 4424.0, 4383.0, 4426.0, 4386.0, 4436.0, 4395.0, 4435.0, 4406.0, 4374.0, 4425.0, 4384.0, 4426.0, 4408.0, 4446.0, 4406.0, 4445.0, 4394.0, 4423.0, 4405.0, 4416.0, 4415.0, 4374.0, 4424.0, 4394.0, 4424.0, 4406.0, 4435.0, 4406.0, 4447.0, 4406.0, 4374.0, 4426.0, 4375.0, 4424.0, 4405.0, 4423.0, 4417.0, 4448.0, 4416.0, 4424.0, 4405.0, 4363.0, 4423.0, 4384.0, 4424.0, 4406.0, 4447.0, 4406.0, 4434.0, 4405.0, 4374.0, 4414.0, 4373.0, 4425.0, 4407.0, 4435.0, 4416.0, 4445.0, 4393.0, 4423.0, 4394.0, 4425.0, 4405.0, 4403.0, 4402.0, 4362.0, 4413.0, 4374.0, 4425.0, 4395.0, 4427.0, 4407.0, 4424.0, 4405.0, 4405.0, 4415.0, 4382.0, 4424.0, 4374.0, 4427.0, 4386.0, 4435.0, 4384.0, 4414.0, 4373.0, 4425.0, 4406.0, 4425.0, 4417.0, 4405.0, 4405.0, 4364.0, 4426.0, 4374.0, 4427.0, 4386.0, 4427.0, 4396.0, 4426.0, 4396.0, 4425.0, 4406.0, 4437.0, 4418.0, 4425.0, 4416.0, 4363.0, 4425.0, 4386.0, 4438.0, 4405.0, 4427.0, 4416.0, 4415.0, 4375.0, 4425.0, 4393.0, 4424.0, 4405.0, 4437.0, 4407.0, 4435.0, 4404.0, 4434.0, 4404.0, 4422.0, 4416.0, 4436.0, 4416.0, 4423.0, 4394.0, 4352.0, 4414.0, 4363.0, 4425.0, 4384.0, 4426.0, 4386.0, 4414.0, 4374.0, 4425.0, 4385.0, 4435.0, 4406.0, 4437.0, 4431.0, 4437.0], 'WindowWidth': [9786.0, 9789.0, 9734.0, 9734.0, 9703.0, 9711.0, 9683.0, 9708.0, 9670.0, 9718.0, 9690.0, 9711.0, 9684.0, 9710.0, 9671.0, 9705.0, 9667.0, 9717.0, 9694.0, 9719.0, 9687.0, 9711.0, 9691.0, 9715.0, 9690.0, 9718.0, 9709.0, 9738.0, 9711.0, 9719.0, 9712.0, 9692.0, 9706.0, 9704.0, 9728.0, 9730.0, 9726.0, 9677.0, 9723.0, 9649.0, 9736.0, 9665.0, 9739.0, 9690.0, 9740.0, 9681.0, 9743.0, 9665.0, 9735.0, 9692.0, 9738.0, 9719.0, 9743.0, 9694.0, 9753.0, 9694.0, 9735.0, 9705.0, 9735.0, 9713.0, 9755.0, 9694.0, 9734.0, 9693.0, 9717.0, 9690.0, 9736.0, 9711.0, 9721.0, 9709.0, 9688.0, 9707.0, 9701.0, 9699.0, 9704.0, 9727.0, 9710.0, 9716.0, 9658.0, 9719.0, 9645.0, 9717.0, 9667.0, 9738.0, 9683.0, 9734.0, 9678.0, 9734.0, 9678.0, 9753.0, 9716.0, 9736.0, 9708.0, 9736.0, 9694.0, 9733.0, 9692.0, 9743.0, 9713.0, 9734.0, 9711.0, 9735.0, 9692.0, 9719.0, 9705.0, 9741.0, 9714.0, 9732.0, 9705.0, 9690.0, 9703.0, 9687.0, 9703.0, 9687.0, 9711.0, 9728.0, 9706.0, 9674.0, 9703.0, 9658.0, 9701.0, 9670.0, 9720.0, 9696.0, 9717.0, 9674.0, 9719.0, 9659.0, 9717.0, 9659.0, 9715.0, 9668.0, 9722.0, 9648.0, 9721.0, 9650.0, 9732.0, 9661.0, 9737.0, 9687.0, 9736.0, 9681.0, 9736.0, 9665.0, 9731.0, 9687.0, 9742.0, 9699.0, 9734.0, 9700.0, 9751.0, 9693.0, 9755.0, 9706.0, 9741.0, 9712.0, 9755.0, 9700.0, 9740.0, 9698.0, 9741.0, 9718.0, 9744.0, 9699.0, 9736.0, 9696.0, 9736.0, 9694.0, 9736.0, 9702.0, 9757.0, 9687.0, 9738.0, 9679.0, 9736.0, 9665.0, 9731.0, 9690.0, 9741.0, 9666.0, 9736.0, 9669.0, 9733.0, 9664.0, 9753.0, 9690.0, 9751.0, 9697.0, 9750.0, 9695.0, 9751.0, 9699.0, 9760.0, 9718.0, 9754.0, 9709.0, 9753.0, 9694.0, 9737.0, 9682.0, 9754.0, 9685.0, 9736.0, 9688.0, 9737.0, 9665.0, 9739.0, 9690.0, 9742.0, 9684.0, 9756.0, 9687.0, 9756.0, 9685.0, 9759.0, 9694.0, 9757.0, 9702.0, 9757.0, 9685.0, 9739.0, 9698.0, 9763.0, 9716.0, 9754.0, 9712.0, 9755.0, 9693.0, 9738.0, 9714.0, 9763.0, 9718.0, 9752.0, 9711.0, 9748.0, 9692.0, 9732.0, 9691.0, 9743.0, 9715.0, 9731.0, 9694.0, 9735.0, 9688.0, 9730.0, 9710.0, 9741.0, 9715.0, 9734.0, 9690.0, 9735.0, 9709.0, 9671.0, 9756.0, 9745.0, 9789.0, 9754.0, 9759.0, 9732.0, 9740.0, 9711.0, 9758.0, 9715.0, 9762.0, 9729.0, 9736.0, 9709.0, 9691.0, 9706.0, 9700.0, 9722.0, 9722.0, 9732.0, 9761.0, 9724.0, 9652.0, 9735.0, 9652.0, 9734.0, 9691.0, 9737.0, 9703.0, 9724.0, 9691.0, 9734.0, 9697.0, 9734.0, 9710.0, 9754.0, 9733.0, 9772.0, 9707.0, 9705.0, 9710.0, 9690.0, 9720.0, 9721.0, 9714.0, 9757.0, 9705.0, 9688.0, 9702.0, 9660.0, 9719.0, 9716.0, 9704.0, 9775.0, 9719.0, 9711.0, 9686.0, 9644.0, 9717.0, 9671.0, 9722.0, 9712.0, 9718.0, 9651.0, 9736.0, 9664.0, 9732.0, 9676.0, 9738.0, 9689.0, 9733.0, 9676.0, 9732.0, 9673.0, 9726.0, 9688.0, 9737.0, 9731.0, 9742.0, 9709.0, 9704.0, 9706.0, 9649.0, 9721.0, 9676.0, 9736.0, 9759.0, 9716.0, 9721.0, 9703.0, 9634.0, 9719.0, 9664.0, 9749.0, 9693.0, 9742.0, 9696.0, 9722.0, 9665.0, 9731.0, 9675.0, 9731.0, 9714.0, 9736.0, 9706.0, 9719.0, 9708.0, 9717.0, 9707.0, 9753.0, 9729.0, 9753.0, 9706.0, 9676.0, 9704.0, 9687.0, 9705.0, 9751.0, 9710.0, 9756.0, 9707.0, 9717.0, 9705.0, 9658.0, 9719.0, 9679.0, 9744.0, 9715.0, 9722.0, 9665.0, 9737.0, 9667.0, 9738.0, 9756.0, 9702.0, 9737.0, 9689.0, 9716.0, 9705.0, 9701.0, 9706.0, 9752.0, 9691.0, 9741.0, 9696.0, 9715.0, 9687.0, 9729.0, 9676.0, 9732.0, 9671.0, 9716.0, 9668.0, 9719.0, 9666.0, 9732.0, 9701.0, 9725.0, 9731.0, 9756.0, 9727.0, 9757.0, 9713.0, 9738.0, 9698.0, 9738.0, 9710.0, 9760.0, 9719.0, 9749.0, 9713.0, 9722.0, 9717.0, 9735.0, 9712.0, 9777.0, 9731.0, 9722.0, 9712.0, 9669.0, 9737.0, 9679.0, 9741.0, 9703.0, 9741.0, 9670.0, 9741.0, 9682.0, 9739.0, 9718.0, 9741.0, 9711.0, 9770.0, 9691.0, 9732.0, 9705.0, 9748.0, 9707.0, 9754.0, 9692.0, 9712.0, 9672.0, 9710.0, 9694.0, 9727.0, 9710.0, 9754.0, 9711.0, 9665.0, 9741.0, 9650.0, 9734.0, 9663.0, 9736.0, 9681.0, 9735.0, 9660.0, 9732.0, 9662.0, 9735.0, 9680.0, 9734.0, 9710.0, 9732.0, 9686.0, 9732.0, 9710.0, 9737.0, 9711.0, 9720.0, 9692.0, 9733.0, 9708.0, 9739.0, 9710.0, 9691.0, 9706.0, 9674.0, 9722.0, 9711.0, 9724.0, 9680.0, 9734.0, 9659.0, 9730.0, 9687.0, 9738.0, 9712.0, 9737.0, 9693.0, 9729.0, 9706.0, 9756.0, 9713.0, 9747.0, 9705.0, 9702.0, 9691.0, 9730.0, 9707.0, 9756.0, 9689.0, 9686.0, 9700.0, 9635.0, 9716.0, 9663.0, 9737.0, 9683.0, 9718.0, 9690.0, 9752.0, 9692.0, 9734.0, 9710.0, 9739.0, 9725.0, 9721.0, 9705.0, 9689.0, 9705.0, 9713.0, 9726.0, 9674.0, 9733.0, 9647.0, 9714.0, 9663.0, 9738.0, 9682.0, 9721.0, 9659.0, 9716.0, 9664.0, 9739.0, 9715.0, 9735.0, 9710.0, 9706.0, 9709.0, 9665.0, 9741.0, 9722.0, 9727.0, 9757.0, 9708.0, 9649.0, 9719.0, 9680.0, 9734.0, 9690.0, 9738.0, 9696.0, 9751.0, 9707.0, 9749.0, 9689.0, 9729.0, 9691.0, 9736.0, 9706.0, 9727.0, 9700.0, 9668.0, 9682.0, 9646.0, 9717.0, 9720.0, 9718.0, 9674.0, 9712.0, 9665.0, 9729.0, 9689.0, 9728.0, 9689.0, 9736.0, 9706.0, 9715.0, 9704.0, 9684.0, 9686.0, 9697.0, 9703.0, 9736.0, 9701.0, 9671.0, 9696.0, 9632.0, 9727.0, 9674.0, 9730.0, 9694.0, 9720.0, 9690.0, 9716.0, 9689.0, 9729.0, 9687.0, 9726.0, 9697.0, 9736.0, 9707.0, 9744.0, 9686.0, 9725.0, 9690.0, 9732.0, 9711.0, 9731.0, 9702.0, 9661.0, 9715.0, 9651.0, 9743.0, 9691.0, 9724.0, 9697.0, 9714.0, 9663.0, 9735.0, 9680.0, 9735.0, 9693.0, 9743.0, 9715.0, 9736.0, 9712.0, 9706.0, 9708.0, 9701.0, 9726.0, 9715.0, 9726.0, 9681.0, 9738.0, 9656.0, 9751.0, 9698.0, 9757.0, 9703.0, 9758.0, 9698.0, 9751.0, 9711.0, 9722.0, 9730.0, 9736.0, 9725.0, 9757.0, 9708.0, 9682.0, 9722.0, 9653.0, 9737.0, 9687.0, 9754.0, 9714.0, 9752.0, 9714.0, 9741.0, 9710.0, 9754.0, 9732.0, 9760.0, 9716.0, 9723.0, 9709.0, 9664.0, 9738.0, 9684.0, 9745.0, 9709.0, 9723.0, 9669.0, 9738.0, 9692.0, 9737.0, 9713.0, 9758.0, 9715.0, 9737.0, 9709.0, 9716.0, 9708.0, 9734.0, 9714.0, 9734.0, 9710.0, 9666.0, 9732.0, 9648.0, 9732.0, 9715.0, 9724.0, 9773.0, 9691.0, 9702.0, 9716.0, 9645.0, 9716.0, 9648.0, 9736.0, 9683.0, 9721.0, 9676.0, 9734.0, 9676.0, 9728.0, 9688.0, 9731.0, 9690.0, 9737.0, 9678.0, 9714.0, 9677.0, 9727.0, 9688.0, 9711.0, 9701.0, 9743.0, 9707.0, 9756.0, 9736.0, 9744.0, 9710.0, 9683.0, 9674.0, 9691.0, 9656.0, 9747.0, 9742.0, 9706.0, 9735.0, 9694.0, 9740.0, 9677.0, 9734.0, 9743.0, 9704.0, 9749.0, 9693.0, 9703.0, 9675.0, 9644.0, 9690.0, 9646.0, 9694.0, 9670.0, 9687.0, 9626.0, 9667.0, 9623.0, 9680.0, 9625.0, 9703.0, 9680.0, 9690.0, 9674.0, 9658.0, 9663.0, 9620.0, 9693.0, 9675.0, 9677.0, 9692.0, 9685.0, 9653.0, 9693.0, 9627.0, 9709.0, 9656.0, 9713.0, 9672.0, 9731.0, 9697.0, 9732.0, 9706.0, 9691.0, 9704.0, 9661.0, 9737.0, 9690.0, 9720.0, 9738.0, 9726.0, 9668.0, 9722.0, 9671.0, 9751.0, 9711.0, 9751.0, 9728.0, 9747.0, 9733.0, 9687.0, 9742.0, 9688.0, 9738.0, 9714.0, 9755.0, 9727.0, 9755.0, 9719.0, 9777.0, 9730.0, 9720.0, 9709.0, 9650.0, 9734.0, 9677.0, 9738.0, 9727.0, 9725.0, 9664.0, 9735.0, 9681.0, 9734.0, 9694.0, 9735.0, 9710.0, 9741.0, 9697.0, 9732.0, 9696.0, 9735.0, 9710.0, 9736.0, 9708.0, 9736.0, 9695.0, 9741.0, 9716.0, 9736.0, 9695.0, 9706.0, 9710.0, 9680.0, 9742.0, 9758.0, 9708.0, 9754.0, 9710.0, 9740.0, 9702.0, 9730.0, 9695.0, 9681.0, 9727.0, 9671.0, 9744.0, 9697.0, 9745.0, 9763.0, 9730.0, 9670.0, 9740.0, 9670.0, 9738.0, 9697.0, 9742.0, 9700.0, 9758.0, 9699.0, 9751.0, 9697.0, 9736.0, 9713.0, 9735.0, 9725.0, 9762.0, 9716.0, 9695.0, 9726.0, 9653.0, 9738.0, 9685.0, 9759.0, 9736.0, 9757.0, 9729.0, 9741.0, 9713.0, 9736.0, 9714.0, 9745.0, 9712.0, 9667.0, 9741.0, 9670.0, 9752.0, 9709.0, 9758.0, 9718.0, 9753.0, 9694.0, 9738.0, 9693.0, 9735.0, 9705.0, 9734.0, 9712.0, 9739.0, 9707.0, 9721.0, 9708.0, 9678.0, 9722.0, 9673.0, 9744.0, 9690.0, 9740.0, 9713.0, 9755.0, 9713.0, 9741.0, 9712.0, 9752.0, 9712.0, 9774.0, 9715.0, 9707.0, 9722.0, 9654.0, 9736.0, 9699.0, 9753.0, 9710.0, 9772.0, 9718.0, 9753.0, 9711.0, 9718.0, 9708.0, 9677.0, 9723.0, 9717.0, 9743.0, 9688.0, 9736.0, 9696.0, 9750.0, 9712.0, 9733.0, 9725.0, 9756.0, 9731.0, 9742.0, 9712.0, 9668.0, 9740.0, 9671.0, 9739.0, 9713.0, 9754.0, 9720.0, 9776.0, 9715.0, 9755.0, 9712.0, 9708.0, 9725.0, 9694.0, 9742.0, 9757.0, 9726.0, 9741.0, 9723.0, 9654.0, 9737.0, 9702.0, 9754.0, 9733.0, 9743.0, 9737.0, 9781.0, 9718.0, 9727.0, 9729.0, 9698.0, 9727.0, 9722.0, 9730.0, 9759.0, 9725.0, 9667.0, 9735.0, 9699.0, 9754.0, 9728.0, 9777.0, 9740.0, 9757.0, 9727.0, 9709.0, 9725.0, 9694.0, 9722.0, 9737.0, 9709.0, 9677.0, 9735.0, 9667.0, 9750.0, 9680.0, 9739.0, 9705.0, 9741.0, 9711.0, 9736.0, 9711.0, 9682.0, 9740.0, 9692.0, 9760.0, 9689.0, 9742.0, 9700.0, 9755.0, 9699.0, 9743.0, 9699.0, 9759.0, 9698.0, 9733.0, 9695.0, 9738.0, 9704.0, 9739.0, 9727.0, 9696.0, 9726.0, 9672.0, 9753.0, 9703.0, 9757.0, 9735.0, 9765.0, 9727.0, 9685.0, 9727.0, 9670.0, 9754.0, 9695.0, 9757.0, 9722.0, 9762.0, 9727.0, 9712.0, 9725.0, 9658.0, 9756.0, 9718.0, 9765.0, 9736.0, 9746.0, 9735.0, 9700.0, 9757.0, 9724.0, 9745.0, 9735.0, 9721.0, 9789.0, 9740.0, 9782.0, 9735.0, 9689.0, 9746.0, 9700.0, 9770.0, 9708.0, 9780.0, 9733.0, 9742.0, 9725.0, 9708.0, 9748.0, 9693.0, 9762.0, 9734.0, 9729.0, 9732.0, 9701.0, 9745.0, 9779.0, 9751.0, 9741.0, 9741.0, 9669.0, 9737.0, 9695.0, 9740.0, 9713.0, 9756.0, 9708.0, 9735.0, 9710.0, 9676.0, 9719.0, 9664.0, 9742.0, 9691.0, 9739.0, 9711.0, 9754.0, 9710.0, 9720.0, 9710.0, 9724.0, 9731.0, 9768.0, 9718.0, 9650.0, 9717.0, 9697.0, 9736.0, 9711.0, 9774.0, 9713.0, 9705.0, 9723.0, 9658.0, 9738.0, 9679.0, 9740.0, 9705.0, 9738.0, 9719.0, 9738.0, 9707.0, 9719.0, 9729.0, 9700.0, 9726.0, 9681.0, 9735.0, 9679.0, 9735.0, 9712.0, 9755.0, 9714.0, 9752.0, 9694.0, 9704.0, 9709.0, 9691.0, 9736.0, 9755.0, 9714.0, 9682.0, 9723.0, 9668.0, 9734.0, 9706.0, 9733.0, 9714.0, 9775.0, 9728.0, 9734.0, 9707.0, 9653.0, 9735.0, 9680.0, 9741.0, 9687.0, 9755.0, 9698.0, 9752.0, 9713.0, 9668.0, 9737.0, 9682.0, 9741.0, 9720.0, 9771.0, 9712.0, 9767.0, 9695.0, 9734.0, 9711.0, 9730.0, 9726.0, 9667.0, 9736.0, 9695.0, 9735.0, 9715.0, 9753.0, 9715.0, 9772.0, 9714.0, 9668.0, 9742.0, 9670.0, 9736.0, 9710.0, 9735.0, 9731.0, 9776.0, 9728.0, 9734.0, 9710.0, 9651.0, 9732.0, 9682.0, 9737.0, 9716.0, 9774.0, 9714.0, 9748.0, 9709.0, 9667.0, 9722.0, 9665.0, 9739.0, 9717.0, 9752.0, 9727.0, 9768.0, 9692.0, 9733.0, 9692.0, 9739.0, 9709.0, 9704.0, 9703.0, 9649.0, 9719.0, 9667.0, 9739.0, 9697.0, 9744.0, 9716.0, 9736.0, 9710.0, 9710.0, 9724.0, 9677.0, 9736.0, 9670.0, 9745.0, 9687.0, 9754.0, 9680.0, 9720.0, 9664.0, 9738.0, 9715.0, 9741.0, 9732.0, 9710.0, 9710.0, 9655.0, 9741.0, 9670.0, 9743.0, 9689.0, 9744.0, 9702.0, 9743.0, 9699.0, 9740.0, 9713.0, 9760.0, 9733.0, 9740.0, 9729.0, 9654.0, 9738.0, 9686.0, 9762.0, 9712.0, 9746.0, 9727.0, 9723.0, 9671.0, 9737.0, 9694.0, 9736.0, 9711.0, 9758.0, 9716.0, 9753.0, 9708.0, 9750.0, 9706.0, 9731.0, 9726.0, 9757.0, 9726.0, 9732.0, 9693.0, 9634.0, 9721.0, 9653.0, 9739.0, 9680.0, 9740.0, 9688.0, 9723.0, 9669.0, 9736.0, 9684.0, 9751.0, 9712.0, 9758.0, 9759.0, 9760.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.0003390386071158213</td></tr>
<tr><td colspan=3>aqi</td><td>0.013942418092354277</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.8894531913939</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2824639505530298</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.99382710555303</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>8879.5234</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07394607879047077</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>5</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.3785011355034065</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7193232244031873</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.63531966444181</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.956998202226942</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5656518065408105</td></tr>
<tr><td colspan=3>gcor</td><td>0.00739882</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.014101211912930012</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030826421454548836</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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.7899782336265906</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>26.3089</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.808</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>146.0762</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297429.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>656.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>293.6206</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1985</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>627.0039</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3549.139</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79115.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1147.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4713.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>990.7646</td></tr>
<tr><td colspan=3>tsnr</td><td>45.59387227054685</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>