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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0130/ses-04/func/sub-0130_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>1c5db1aa90417a53cd8307c1b4ff7592</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>18:35:47.370000</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.997385, 0.00603919, 0.0720166, -0.000696295, 0.997259, -0.0739851]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0892397</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4231, -7758, -7223, 301, -195, 17, -52, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.202</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>011e8b37-2ea6-4be5-9d88-22dd6d1051b1||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.6759114265441895, -0.0018681081710383296, 0.19511836767196655, 108.96206665039062], [-0.016202693805098534, 2.6755733489990234, -0.19910204410552979, -97.02413177490234], [0.19321538507938385, 0.19849662482738495, 2.685570240020752, -85.24185180664062], [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': ['183547.370000', '183547.830000', '183548.290000', '183548.750000', '183549.210000', '183549.670000', '183550.130000', '183550.590000', '183551.050000', '183551.510000', '183551.970000', '183552.430000', '183552.890000', '183553.350000', '183553.810000', '183554.270000', '183554.730000', '183555.190000', '183555.650000', '183556.110000', '183556.570000', '183557.030000', '183557.490000', '183557.950000', '183558.410000', '183558.870000', '183559.330000', '183559.790000', '183600.250000', '183600.710000', '183601.170000', '183601.630000', '183602.090000', '183602.550000', '183603.010000', '183603.470000', '183603.930000', '183604.390000', '183604.850000', '183605.310000', '183605.770000', '183606.230000', '183606.690000', '183607.150000', '183607.610000', '183608.070000', '183608.530000', '183608.990000', '183609.450000', '183609.910000', '183610.370000', '183610.830000', '183611.290000', '183611.750000', '183612.210000', '183612.670000', '183613.130000', '183613.590000', '183614.050000', '183614.510000', '183614.970000', '183615.430000', '183615.890000', '183616.350000', '183616.810000', '183617.270000', '183617.730000', '183618.190000', '183618.650000', '183619.110000', '183619.570000', '183620.030000', '183620.490000', '183620.950000', '183621.410000', '183621.870000', '183622.330000', '183622.790000', '183623.250000', '183623.710000', '183624.170000', '183624.630000', '183625.090000', '183625.550000', '183626.010000', '183626.470000', '183626.930000', '183627.390000', '183627.850000', '183628.310000', '183628.770000', '183629.230000', '183629.690000', '183630.150000', '183630.610000', '183631.070000', '183631.530000', '183631.990000', '183632.450000', '183632.910000', '183633.370000', '183633.830000', '183634.290000', '183634.750000', '183635.210000', '183635.670000', '183636.130000', '183636.590000', '183637.050000', '183637.510000', '183637.970000', '183638.430000', '183638.890000', '183639.350000', '183639.810000', '183640.270000', '183640.730000', '183641.190000', '183641.650000', '183642.110000', '183642.570000', '183643.030000', '183643.490000', '183643.950000', '183644.410000', '183644.870000', '183645.330000', '183645.790000', '183646.250000', '183646.710000', '183647.170000', '183647.630000', '183648.090000', '183648.550000', '183649.010000', '183649.470000', '183649.930000', '183650.390000', '183650.850000', '183651.310000', '183651.770000', '183652.230000', '183652.690000', '183653.150000', '183653.610000', '183654.070000', '183654.530000', '183654.990000', '183655.450000', '183655.910000', '183656.370000', '183656.830000', '183657.290000', '183657.750000', '183658.210000', '183658.670000', '183659.130000', '183659.590000', '183700.050000', '183700.510000', '183700.970000', '183701.430000', '183701.890000', '183702.350000', '183702.810000', '183703.270000', '183703.730000', '183704.190000', '183704.650000', '183705.110000', '183705.570000', '183706.030000', '183706.490000', '183706.950000', '183707.410000', '183707.870000', '183708.330000', '183708.790000', '183709.250000', '183709.710000', '183710.170000', '183710.630000', '183711.090000', '183711.550000', '183712.010000', '183712.470000', '183712.930000', '183713.390000', '183713.850000', '183714.310000', '183714.770000', '183715.230000', '183715.690000', '183716.150000', '183716.610000', '183717.070000', '183717.530000', '183717.990000', '183718.450000', '183718.910000', '183719.370000', '183719.830000', '183720.290000', '183720.750000', '183721.210000', '183721.670000', '183722.130000', '183722.590000', '183723.050000', '183723.510000', '183723.970000', '183724.430000', '183724.890000', '183725.350000', '183725.810000', '183726.270000', '183726.730000', '183727.190000', '183727.650000', '183728.110000', '183728.570000', '183729.030000', '183729.490000', '183729.950000', '183730.410000', '183730.870000', '183731.330000', '183731.790000', '183732.250000', '183732.710000', '183733.170000', '183733.630000', '183734.090000', '183734.550000', '183735.010000', '183735.470000', '183735.930000', '183736.390000', '183736.850000', '183737.310000', '183737.770000', '183738.230000', '183738.690000', '183739.150000', '183739.610000', '183740.070000', '183740.530000', '183740.990000', '183741.450000', '183741.910000', '183742.370000', '183742.830000', '183743.290000', '183743.750000', '183744.210000', '183744.670000', '183745.130000', '183745.590000', '183746.050000', '183746.510000', '183746.970000', '183747.430000', '183747.890000', '183748.350000', '183748.810000', '183749.270000', '183749.730000', '183750.190000', '183750.650000', '183751.110000', '183751.570000', '183752.030000', '183752.490000', '183752.950000', '183753.410000', '183753.870000', '183754.330000', '183754.790000', '183755.250000', '183755.710000', '183756.170000', '183756.630000', '183757.090000', '183757.550000', '183758.010000', '183758.470000', '183758.930000', '183759.390000', '183759.850000', '183800.310000', '183800.770000', '183801.230000', '183801.690000', '183802.150000', '183802.610000', '183803.070000', '183803.530000', '183803.990000', '183804.450000', '183804.910000', '183805.370000', '183805.830000', '183806.290000', '183806.750000', '183807.210000', '183807.670000', '183808.130000', '183808.590000', '183809.050000', '183809.510000', '183809.970000', '183810.430000', '183810.890000', '183811.350000', '183811.810000', '183812.270000', '183812.730000', '183813.190000', '183813.650000', '183814.110000', '183814.570000', '183815.030000', '183815.490000', '183815.950000', '183816.410000', '183816.870000', '183817.330000', '183817.790000', '183818.250000', '183818.710000', '183819.170000', '183819.630000', '183820.090000', '183820.550000', '183821.010000', '183821.470000', '183821.930000', '183822.390000', '183822.850000', '183823.310000', '183823.770000', '183824.230000', '183824.690000', '183825.150000', '183825.610000', '183826.070000', '183826.530000', '183826.990000', '183827.450000', '183827.910000', '183828.370000', '183828.830000', '183829.290000', '183829.750000', '183830.210000', '183830.670000', '183831.130000', '183831.590000', '183832.050000', '183832.510000', '183832.970000', '183833.430000', '183833.890000', '183834.350000', '183834.810000', '183835.270000', '183835.730000', '183836.190000', '183836.650000', '183837.110000', '183837.570000', '183838.030000', '183838.490000', '183838.950000', '183839.410000', '183839.870000', '183840.330000', '183840.790000', '183841.250000', '183841.710000', '183842.170000', '183842.630000', '183843.090000', '183843.550000', '183844.010000', '183844.470000', '183844.930000', '183845.390000', '183845.850000', '183846.310000', '183846.770000', '183847.230000', '183847.690000', '183848.150000', '183848.610000', '183849.070000', '183849.530000', '183849.990000', '183850.450000', '183850.910000', '183851.370000', '183851.830000', '183852.290000', '183852.750000', '183853.210000', '183853.670000', '183854.130000', '183854.590000', '183855.050000', '183855.510000', '183855.970000', '183856.430000', '183856.890000', '183857.350000', '183857.810000', '183858.270000', '183858.730000', '183859.190000', '183859.650000', '183900.110000', '183900.570000', '183901.030000', '183901.490000', '183901.950000', '183902.410000', '183902.870000', '183903.330000', '183903.790000', '183904.250000', '183904.710000', '183905.170000', '183905.630000', '183906.090000', '183906.550000', '183907.010000', '183907.470000', '183907.930000', '183908.390000', '183908.850000', '183909.310000', '183909.770000', '183910.230000', '183910.690000', '183911.150000', '183911.610000', '183912.070000', '183912.530000', '183912.990000', '183913.450000', '183913.910000', '183914.370000', '183914.830000', '183915.290000', '183915.750000', '183916.210000', '183916.670000', '183917.130000', '183917.590000', '183918.050000', '183918.510000', '183918.970000', '183919.430000', '183919.890000', '183920.350000', '183920.810000', '183921.270000', '183921.730000', '183922.190000', '183922.650000', '183923.110000', '183923.570000', '183924.030000', '183924.490000', '183924.950000', '183925.410000', '183925.870000', '183926.330000', '183926.790000', '183927.250000', '183927.710000', '183928.170000', '183928.630000', '183929.090000', '183929.550000', '183930.010000', '183930.470000', '183930.930000', '183931.390000', '183931.850000', '183932.310000', '183932.770000', '183933.230000', '183933.690000', '183934.150000', '183934.610000', '183935.070000', '183935.530000', '183935.990000', '183936.450000', '183936.910000', '183937.370000', '183937.830000', '183938.290000', '183938.750000', '183939.210000', '183939.670000', '183940.130000', '183940.590000', '183941.050000', '183941.510000', '183941.970000', '183942.430000', '183942.890000', '183943.350000', '183943.810000', '183944.270000', '183944.730000', '183945.190000', '183945.650000', '183946.110000', '183946.570000', '183947.030000', '183947.490000', '183947.950000', '183948.410000', '183948.870000', '183949.330000', '183949.790000', '183950.250000', '183950.710000', '183951.170000', '183951.630000', '183952.090000', '183952.550000', '183953.010000', '183953.470000', '183953.930000', '183954.390000', '183954.850000', '183955.310000', '183955.770000', '183956.230000', '183956.690000', '183957.150000', '183957.610000', '183958.070000', '183958.530000', '183958.990000', '183959.450000', '183959.910000', '184000.370000', '184000.830000', '184001.290000', '184001.750000', '184002.210000', '184002.670000', '184003.130000', '184003.590000', '184004.050000', '184004.510000', '184004.970000', '184005.430000', '184005.890000', '184006.350000', '184006.810000', '184007.270000', '184007.730000', '184008.190000', '184008.650000', '184009.110000', '184009.570000', '184010.030000', '184010.490000', '184010.950000', '184011.410000', '184011.870000', '184012.330000', '184012.790000', '184013.250000', '184013.710000', '184014.170000', '184014.630000', '184015.090000', '184015.550000', '184016.010000', '184016.470000', '184016.930000', '184017.390000', '184017.850000', '184018.310000', '184018.770000', '184019.230000', '184019.690000', '184020.150000', '184020.610000', '184021.070000', '184021.530000', '184021.990000', '184022.450000', '184022.910000', '184023.370000', '184023.830000', '184024.290000', '184024.750000', '184025.210000', '184025.670000', '184026.130000', '184026.590000', '184027.050000', '184027.510000', '184027.970000', '184028.430000', '184028.890000', '184029.350000', '184029.810000', '184030.270000', '184030.730000', '184031.190000', '184031.650000', '184032.110000', '184032.570000', '184033.030000', '184033.490000', '184033.950000', '184034.410000', '184034.870000', '184035.330000', '184035.790000', '184036.250000', '184036.710000', '184037.170000', '184037.630000', '184038.090000', '184038.550000', '184039.010000', '184039.470000', '184039.930000', '184040.390000', '184040.850000', '184041.310000', '184041.770000', '184042.230000', '184042.690000', '184043.150000', '184043.610000', '184044.070000', '184044.530000', '184044.990000', '184045.450000', '184045.910000', '184046.370000', '184046.830000', '184047.290000', '184047.750000', '184048.210000', '184048.670000', '184049.130000', '184049.590000', '184050.050000', '184050.510000', '184050.970000', '184051.430000', '184051.890000', '184052.350000', '184052.810000', '184053.270000', '184053.730000', '184054.190000', '184054.650000', '184055.110000', '184055.570000', '184056.030000', '184056.490000', '184056.950000', '184057.410000', '184057.870000', '184058.330000', '184058.790000', '184059.250000', '184059.710000', '184100.170000', '184100.630000', '184101.090000', '184101.550000', '184102.010000', '184102.470000', '184102.930000', '184103.390000', '184103.850000', '184104.310000', '184104.770000', '184105.230000', '184105.690000', '184106.150000', '184106.610000', '184107.070000', '184107.530000', '184107.990000', '184108.450000', '184108.910000', '184109.370000', '184109.830000', '184110.290000', '184110.750000', '184111.210000', '184111.670000', '184112.130000', '184112.590000', '184113.050000', '184113.510000', '184113.970000', '184114.430000', '184114.890000', '184115.350000', '184115.810000', '184116.270000', '184116.730000', '184117.190000', '184117.650000', '184118.110000', '184118.570000', '184119.030000', '184119.490000', '184119.950000', '184120.410000', '184120.870000', '184121.330000', '184121.790000', '184122.250000', '184122.710000', '184123.170000', '184123.630000', '184124.090000', '184124.550000', '184125.010000', '184125.470000', '184125.930000', '184126.390000', '184126.850000', '184127.310000', '184127.770000', '184128.230000', '184128.690000', '184129.150000', '184129.610000', '184130.070000', '184130.530000', '184130.990000', '184131.450000', '184131.910000', '184132.370000', '184132.830000', '184133.290000', '184133.750000', '184134.210000', '184134.670000', '184135.130000', '184135.590000', '184136.050000', '184136.510000', '184136.970000', '184137.430000', '184137.890000', '184138.350000', '184138.810000', '184139.270000', '184139.730000', '184140.190000', '184140.650000', '184141.110000', '184141.570000', '184142.030000', '184142.490000', '184142.950000', '184143.410000', '184143.870000', '184144.330000', '184144.790000', '184145.250000', '184145.710000', '184146.170000', '184146.630000', '184147.090000', '184147.550000', '184148.010000', '184148.470000', '184148.930000', '184149.390000', '184149.850000', '184150.310000', '184150.770000', '184151.230000', '184151.690000', '184152.150000', '184152.610000', '184153.070000', '184153.530000', '184153.990000', '184154.450000', '184154.910000', '184155.370000', '184155.830000', '184156.290000', '184156.750000', '184157.210000', '184157.670000', '184158.130000', '184158.590000', '184159.050000', '184159.510000', '184159.970000', '184200.430000', '184200.890000', '184201.350000', '184201.810000', '184202.270000', '184202.730000', '184203.190000', '184203.650000', '184204.110000', '184204.570000', '184205.030000', '184205.490000', '184205.950000', '184206.410000', '184206.870000', '184207.330000', '184207.790000', '184208.250000', '184208.710000', '184209.170000', '184209.630000', '184210.090000', '184210.550000', '184211.010000', '184211.470000', '184211.930000', '184212.390000', '184212.850000', '184213.310000', '184213.770000', '184214.230000', '184214.690000', '184215.150000', '184215.610000', '184216.070000', '184216.530000', '184216.990000', '184217.450000', '184217.910000', '184218.370000', '184218.830000', '184219.290000', '184219.750000', '184220.210000', '184220.670000', '184221.130000', '184221.590000', '184222.050000', '184222.510000', '184222.970000', '184223.430000', '184223.890000', '184224.350000', '184224.810000', '184225.270000', '184225.730000', '184226.190000', '184226.650000', '184227.110000', '184227.570000', '184228.030000', '184228.490000', '184228.950000', '184229.410000', '184229.870000', '184230.330000', '184230.790000', '184231.250000', '184231.710000', '184232.170000', '184232.630000', '184233.090000', '184233.550000', '184234.010000', '184234.470000', '184234.930000', '184235.390000', '184235.850000', '184236.310000', '184236.770000', '184237.230000', '184237.690000', '184238.150000', '184238.610000', '184239.070000', '184239.530000', '184239.990000', '184240.450000', '184240.910000', '184241.370000', '184241.830000', '184242.290000', '184242.750000', '184243.210000', '184243.670000', '184244.130000', '184244.590000', '184245.050000', '184245.510000', '184245.970000', '184246.430000', '184246.890000', '184247.350000', '184247.810000', '184248.270000', '184248.730000', '184249.190000', '184249.650000', '184250.110000', '184250.570000', '184251.030000', '184251.490000', '184251.950000', '184252.410000', '184252.870000', '184253.330000', '184253.790000', '184254.250000', '184254.710000', '184255.170000', '184255.630000', '184256.090000', '184256.550000', '184257.010000', '184257.470000', '184257.930000', '184258.390000', '184258.850000', '184259.310000', '184259.770000', '184300.230000', '184300.690000', '184301.150000', '184301.610000', '184302.070000', '184302.530000', '184302.990000', '184303.450000', '184303.910000', '184304.370000', '184304.830000', '184305.290000', '184305.750000', '184306.210000', '184306.670000', '184307.130000', '184307.590000', '184308.050000', '184308.510000', '184308.970000', '184309.430000', '184309.890000', '184310.350000', '184310.810000', '184311.270000', '184311.730000', '184312.190000', '184312.650000', '184313.110000', '184313.570000', '184314.030000', '184314.490000', '184314.950000', '184315.410000', '184315.870000', '184316.330000', '184316.790000', '184317.250000', '184317.710000', '184318.170000', '184318.630000', '184319.090000', '184319.550000', '184320.010000', '184320.470000', '184320.930000', '184321.390000', '184321.850000', '184322.310000', '184322.770000', '184323.230000', '184323.690000', '184324.150000', '184324.610000', '184325.070000', '184325.530000', '184325.990000', '184326.450000', '184326.910000', '184327.370000', '184327.830000', '184328.290000', '184328.750000', '184329.210000', '184329.670000', '184330.130000', '184330.590000', '184331.050000', '184331.510000', '184331.970000', '184332.430000', '184332.890000', '184333.350000', '184333.810000', '184334.270000', '184334.730000', '184335.190000', '184335.650000', '184336.110000', '184336.570000', '184337.030000', '184337.490000', '184337.950000', '184338.410000', '184338.870000', '184339.330000', '184339.790000', '184340.250000', '184340.710000', '184341.170000', '184341.630000', '184342.090000', '184342.550000', '184343.010000', '184343.470000', '184343.930000', '184344.390000', '184344.850000', '184345.310000', '184345.770000', '184346.230000', '184346.690000', '184347.150000', '184347.610000', '184348.070000', '184348.530000', '184348.990000', '184349.450000', '184349.910000', '184350.370000', '184350.830000', '184351.290000', '184351.750000', '184352.210000', '184352.670000', '184353.130000', '184353.590000', '184354.050000', '184354.510000', '184354.970000', '184355.430000', '184355.890000', '184356.350000', '184356.810000', '184357.270000', '184357.730000', '184358.190000', '184358.650000', '184359.110000', '184359.570000', '184400.030000', '184400.490000', '184400.950000', '184401.410000', '184401.870000', '184402.330000', '184402.790000', '184403.250000', '184403.710000', '184404.170000', '184404.630000', '184405.090000', '184405.550000', '184406.010000', '184406.470000', '184406.930000', '184407.390000', '184407.850000', '184408.310000', '184408.770000', '184409.230000', '184409.690000', '184410.150000', '184410.610000', '184411.070000', '184411.530000', '184411.990000', '184412.450000', '184412.910000', '184413.370000', '184413.830000', '184414.290000', '184414.750000', '184415.210000', '184415.670000', '184416.130000', '184416.590000', '184417.050000', '184417.510000', '184417.970000', '184418.430000', '184418.890000', '184419.350000', '184419.810000', '184420.270000', '184420.730000', '184421.190000', '184421.650000', '184422.110000', '184422.570000', '184423.030000', '184423.490000', '184423.950000', '184424.410000', '184424.870000', '184425.330000', '184425.790000', '184426.250000', '184426.710000', '184427.170000', '184427.630000', '184428.090000', '184428.550000', '184429.010000', '184429.470000', '184429.930000', '184430.390000', '184430.850000', '184431.310000', '184431.770000', '184432.230000', '184432.690000', '184433.150000', '184433.610000', '184434.070000', '184434.530000', '184434.990000', '184435.450000', '184435.910000', '184436.370000', '184436.830000', '184437.290000', '184437.750000', '184438.210000', '184438.670000', '184439.130000', '184439.590000', '184440.050000', '184440.510000', '184440.970000', '184441.430000', '184441.890000', '184442.350000', '184442.810000', '184443.270000', '184443.730000', '184444.190000', '184444.650000', '184445.110000', '184445.570000', '184446.030000', '184446.490000', '184446.950000', '184447.410000', '184447.870000', '184448.330000', '184448.790000', '184449.250000', '184449.710000', '184450.170000', '184450.630000', '184451.090000', '184451.550000', '184452.010000', '184452.470000', '184452.930000', '184453.390000', '184453.850000', '184454.310000', '184454.770000', '184455.230000', '184455.690000', '184456.150000', '184456.610000', '184457.070000', '184457.530000', '184457.990000', '184458.450000', '184458.910000', '184459.370000', '184459.830000', '184500.290000', '184500.750000', '184501.210000', '184501.670000', '184502.130000', '184502.590000', '184503.050000', '184503.510000', '184503.970000', '184504.430000', '184504.890000', '184505.350000', '184505.810000', '184506.270000', '184506.730000', '184507.190000', '184507.650000', '184508.110000', '184508.570000', '184509.030000', '184509.490000', '184509.950000', '184510.410000', '184510.870000', '184511.330000', '184511.790000', '184512.250000', '184512.710000', '184513.170000', '184513.630000', '184514.090000', '184514.550000', '184515.010000', '184515.470000', '184515.930000', '184516.390000', '184516.850000', '184517.310000', '184517.770000', '184518.230000', '184518.690000', '184519.150000', '184519.610000', '184520.070000', '184520.530000', '184520.990000', '184521.450000', '184521.910000', '184522.370000', '184522.830000', '184523.290000', '184523.750000', '184524.210000', '184524.670000', '184525.130000', '184525.590000', '184526.050000', '184526.510000', '184526.970000', '184527.430000', '184527.890000', '184528.350000', '184528.810000', '184529.270000', '184529.730000', '184530.190000', '184530.650000', '184531.110000', '184531.570000', '184532.030000', '184532.490000', '184532.950000', '184533.410000', '184533.870000', '184534.330000', '184534.790000', '184535.250000', '184535.710000', '184536.170000', '184536.630000', '184537.090000', '184537.550000', '184538.010000', '184538.470000', '184538.930000', '184539.390000', '184539.850000', '184540.310000', '184540.770000', '184541.230000', '184541.690000', '184542.150000', '184542.610000', '184543.070000', '184543.530000', '184543.990000', '184544.450000', '184544.910000', '184545.370000', '184545.830000', '184546.290000', '184546.750000', '184547.210000', '184547.670000', '184548.130000', '184548.590000', '184549.050000', '184549.510000', '184549.970000', '184550.430000', '184550.890000', '184551.350000', '184551.810000', '184552.270000', '184552.730000', '184553.190000', '184553.650000', '184554.110000', '184554.570000', '184555.030000'], 'ContentTime': ['183608.284000', '183608.288000', '183608.290000', '183608.293000', '183608.296000', '183608.298000', '183608.301000', '183608.304000', '183608.306000', '183608.309000', '183608.312000', '183608.314000', '183608.317000', '183608.319000', '183608.327000', '183608.330000', '183608.333000', '183608.335000', '183608.338000', '183608.340000', '183608.343000', '183608.345000', '183608.348000', '183608.351000', '183608.353000', '183608.356000', '183608.358000', '183608.361000', '183608.363000', '183608.366000', '183608.369000', '183608.371000', '183608.374000', '183608.376000', '183608.379000', '183608.381000', '183608.384000', '183608.386000', '183608.389000', '183608.392000', '183608.394000', '183608.397000', '183608.399000', '183628.256000', '183628.259000', '183628.262000', '183628.264000', '183628.267000', '183628.270000', '183628.272000', '183628.275000', '183628.277000', '183628.280000', '183628.282000', '183628.285000', '183628.288000', '183628.290000', '183628.293000', '183628.295000', '183628.298000', '183628.300000', '183628.303000', '183628.305000', '183628.308000', '183628.311000', '183628.313000', '183628.316000', '183628.318000', '183628.321000', '183628.335000', '183628.337000', '183628.340000', '183628.342000', '183628.345000', '183628.348000', '183628.350000', '183628.353000', '183628.355000', '183628.358000', '183628.360000', '183628.363000', '183628.365000', '183628.368000', '183628.370000', '183628.373000', '183628.376000', '183648.256000', '183648.258000', '183648.261000', '183648.264000', '183648.266000', '183648.269000', '183648.272000', '183648.274000', '183648.277000', '183648.279000', '183648.282000', '183648.284000', '183648.287000', '183648.290000', '183648.292000', '183648.295000', '183648.297000', '183648.300000', '183648.303000', '183648.305000', '183648.308000', '183648.310000', '183648.313000', '183648.320000', '183648.323000', '183648.325000', '183648.328000', '183648.330000', '183648.333000', '183648.336000', '183648.338000', '183648.341000', '183648.343000', '183648.346000', '183648.348000', '183648.351000', '183648.354000', '183648.356000', '183648.359000', '183648.361000', '183648.364000', '183648.366000', '183648.369000', '183648.372000', '183708.255000', '183708.258000', '183708.261000', '183708.263000', '183708.266000', '183708.269000', '183708.271000', '183708.274000', '183708.276000', '183708.279000', '183708.282000', '183708.284000', '183708.287000', '183708.289000', '183708.292000', '183708.294000', '183708.297000', '183708.299000', '183708.302000', '183708.304000', '183708.307000', '183708.310000', '183708.313000', '183708.316000', '183708.319000', '183708.322000', '183708.324000', '183708.327000', '183708.329000', '183708.358000', '183708.360000', '183708.363000', '183708.365000', '183708.368000', '183708.371000', '183708.373000', '183708.376000', '183708.378000', '183708.381000', '183708.384000', '183708.386000', '183708.389000', '183708.391000', '183728.257000', '183728.259000', '183728.262000', '183728.264000', '183728.267000', '183728.270000', '183728.272000', '183728.275000', '183728.277000', '183728.280000', '183728.283000', '183728.285000', '183728.288000', '183728.290000', '183728.293000', '183728.295000', '183728.298000', '183728.301000', '183728.303000', '183728.306000', '183728.308000', '183728.311000', '183728.314000', '183728.316000', '183728.319000', '183728.321000', '183728.324000', '183728.327000', '183728.329000', '183728.332000', '183728.334000', '183728.337000', '183728.340000', '183728.342000', '183728.345000', '183728.347000', '183728.350000', '183728.352000', '183728.355000', '183728.357000', '183728.360000', '183728.363000', '183728.365000', '183728.368000', '183748.256000', '183748.259000', '183748.262000', '183748.265000', '183748.267000', '183748.270000', '183748.272000', '183748.275000', '183748.277000', '183748.280000', '183748.283000', '183748.285000', '183748.288000', '183748.290000', '183748.293000', '183748.296000', '183748.298000', '183748.301000', '183748.303000', '183748.306000', '183748.308000', '183748.311000', '183748.314000', '183748.316000', '183748.319000', '183748.321000', '183748.324000', '183748.327000', '183748.329000', '183748.332000', '183748.335000', '183748.337000', '183748.340000', '183748.343000', '183748.345000', '183748.348000', '183748.350000', '183748.353000', '183748.356000', '183748.358000', '183748.361000', '183748.363000', '183748.366000', '183808.257000', '183808.259000', '183808.262000', '183808.264000', '183808.267000', '183808.270000', '183808.272000', '183808.275000', '183808.277000', '183808.280000', '183808.283000', '183808.285000', '183808.288000', '183808.290000', '183808.293000', '183808.296000', '183808.298000', '183808.301000', '183808.303000', '183808.306000', '183808.308000', '183808.311000', '183808.354000', '183808.356000', '183808.359000', '183808.362000', '183808.364000', '183808.367000', '183808.369000', '183808.372000', '183808.374000', '183808.377000', '183808.379000', '183808.382000', '183808.384000', '183808.387000', '183808.390000', '183808.392000', '183808.395000', '183808.397000', '183808.400000', '183808.403000', '183808.405000', '183808.408000', '183828.257000', '183828.259000', '183828.262000', '183828.265000', '183828.267000', '183828.270000', '183828.272000', '183828.275000', '183828.278000', '183828.280000', '183828.283000', '183828.285000', '183828.288000', '183828.290000', '183828.293000', '183828.296000', '183828.298000', '183828.301000', '183828.304000', '183828.307000', '183828.310000', '183828.313000', '183828.315000', '183828.318000', '183828.321000', '183828.323000', '183828.326000', '183828.328000', '183828.331000', '183828.333000', '183828.336000', '183828.338000', '183828.341000', '183828.344000', '183828.346000', '183828.349000', '183828.352000', '183828.354000', '183828.359000', '183828.362000', '183828.364000', '183828.367000', '183828.370000', '183848.256000', '183848.259000', '183848.262000', '183848.265000', '183848.267000', '183848.270000', '183848.272000', '183848.275000', '183848.278000', '183848.280000', '183848.283000', '183848.285000', '183848.288000', '183848.291000', '183848.293000', '183848.296000', '183848.298000', '183848.301000', '183848.304000', '183848.306000', '183848.309000', '183848.312000', '183848.314000', '183848.317000', '183848.319000', '183848.322000', '183848.325000', '183848.327000', '183848.330000', '183848.332000', '183848.335000', '183848.338000', '183848.340000', '183848.343000', '183848.345000', '183848.348000', '183848.351000', '183848.353000', '183848.356000', '183848.359000', '183848.361000', '183848.364000', '183848.366000', '183848.369000', '183908.255000', '183908.258000', '183908.261000', '183908.263000', '183908.266000', '183908.269000', '183908.271000', '183908.274000', '183908.277000', '183908.279000', '183908.282000', '183908.284000', '183908.287000', '183908.289000', '183908.292000', '183908.295000', '183908.297000', '183908.300000', '183908.302000', '183908.305000', '183908.308000', '183908.310000', '183908.313000', '183908.315000', '183908.318000', '183908.321000', '183908.323000', '183908.326000', '183908.328000', '183908.331000', '183908.334000', '183908.336000', '183908.339000', '183908.342000', '183908.344000', '183908.347000', '183908.349000', '183908.352000', '183908.355000', '183908.357000', '183908.360000', '183908.363000', '183908.365000', '183928.255000', '183928.258000', '183928.261000', '183928.263000', '183928.266000', '183928.269000', '183928.271000', '183928.274000', '183928.276000', '183928.279000', '183928.282000', '183928.284000', '183928.287000', '183928.289000', '183928.292000', '183928.295000', '183928.297000', '183928.300000', '183928.302000', '183928.305000', '183928.307000', '183928.310000', '183928.313000', '183928.315000', '183928.318000', '183928.320000', '183928.323000', '183928.326000', '183928.328000', '183928.331000', '183928.333000', '183928.336000', '183928.339000', '183928.341000', '183928.344000', '183928.346000', '183928.349000', '183928.352000', '183928.354000', '183928.357000', '183928.359000', '183928.362000', '183928.365000', '183928.367000', '183948.256000', '183948.259000', '183948.262000', '183948.273000', '183948.276000', '183948.278000', '183948.281000', '183948.284000', '183948.286000', '183948.289000', '183948.291000', '183948.294000', '183948.297000', '183948.299000', '183948.302000', '183948.304000', '183948.307000', '183948.310000', '183948.312000', '183948.315000', '183948.318000', '183948.320000', '183948.323000', '183948.326000', '183948.328000', '183948.331000', '183948.333000', '183948.336000', '183948.339000', '183948.341000', '183948.344000', '183948.346000', '183948.349000', '183948.352000', '183948.355000', '183948.357000', '183948.360000', '183948.362000', '183948.365000', '183948.368000', '183948.370000', '183948.373000', '183948.376000', '184008.256000', '184008.259000', '184008.262000', '184008.265000', '184008.267000', '184008.270000', '184008.272000', '184008.275000', '184008.278000', '184008.280000', '184008.283000', '184008.285000', '184008.288000', '184008.291000', '184008.293000', '184008.296000', '184008.298000', '184008.301000', '184008.304000', '184008.306000', '184008.309000', '184008.312000', '184008.314000', '184008.317000', '184008.319000', '184008.322000', '184008.325000', '184008.327000', '184008.330000', '184008.332000', '184008.335000', '184008.338000', '184008.340000', '184008.343000', '184008.345000', '184008.348000', '184008.350000', '184008.353000', '184008.356000', '184008.358000', '184008.361000', '184008.363000', '184008.366000', '184008.369000', '184028.256000', '184028.259000', '184028.262000', '184028.265000', '184028.267000', '184028.270000', '184028.272000', '184028.275000', '184028.278000', '184028.280000', '184028.283000', '184028.285000', '184028.288000', '184028.291000', '184028.293000', '184028.296000', '184028.298000', '184028.301000', '184028.304000', '184028.306000', '184028.309000', '184028.311000', '184028.314000', '184028.317000', '184028.319000', '184028.322000', '184028.324000', '184028.327000', '184028.329000', '184028.332000', '184028.335000', '184028.337000', '184028.340000', '184028.342000', '184028.345000', '184028.348000', '184028.350000', '184028.353000', '184028.355000', '184028.358000', '184028.360000', '184028.363000', '184028.366000', '184048.256000', '184048.259000', '184048.262000', '184048.265000', '184048.267000', '184048.270000', '184048.273000', '184048.275000', '184048.278000', '184048.280000', '184048.283000', '184048.286000', '184048.288000', '184048.291000', '184048.293000', '184048.296000', '184048.299000', '184048.301000', '184048.304000', '184048.307000', '184048.309000', '184048.312000', '184048.315000', '184048.317000', '184048.320000', '184048.322000', '184048.325000', '184048.328000', '184048.330000', '184048.333000', '184048.335000', '184048.338000', '184048.341000', '184048.343000', '184048.346000', '184048.348000', '184048.351000', '184048.354000', '184048.356000', '184048.359000', '184048.362000', '184048.364000', '184048.367000', '184048.369000', '184108.257000', '184108.259000', '184108.262000', '184108.265000', '184108.267000', '184108.270000', '184108.272000', '184108.275000', '184108.278000', '184108.280000', '184108.283000', '184108.285000', '184108.288000', '184108.291000', '184108.293000', '184108.296000', '184108.298000', '184108.301000', '184108.303000', '184108.306000', '184108.309000', '184108.311000', '184108.314000', '184108.316000', '184108.319000', '184108.322000', '184108.324000', '184108.327000', '184108.345000', '184108.347000', '184108.350000', '184108.353000', '184108.355000', '184108.358000', '184108.360000', '184108.363000', '184108.366000', '184108.368000', '184108.371000', '184108.373000', '184108.376000', '184108.379000', '184108.381000', '184128.256000', '184128.258000', '184128.261000', '184128.264000', '184128.266000', '184128.269000', '184128.271000', '184128.274000', '184128.277000', '184128.279000', '184128.282000', '184128.284000', '184128.287000', '184128.289000', '184128.292000', '184128.295000', '184128.297000', '184128.300000', '184128.303000', '184128.305000', '184128.308000', '184128.310000', '184128.313000', '184128.316000', '184128.318000', '184128.321000', '184128.323000', '184128.326000', '184128.329000', '184128.331000', '184128.334000', '184128.336000', '184128.339000', '184128.342000', '184128.344000', '184128.347000', '184128.349000', '184128.352000', '184128.355000', '184128.357000', '184128.360000', '184128.362000', '184128.365000', '184128.368000', '184148.255000', '184148.258000', '184148.261000', '184148.264000', '184148.266000', '184148.269000', '184148.271000', '184148.274000', '184148.277000', '184148.279000', '184148.282000', '184148.284000', '184148.287000', '184148.290000', '184148.292000', '184148.295000', '184148.298000', '184148.300000', '184148.303000', '184148.305000', '184148.308000', '184148.311000', '184148.313000', '184148.316000', '184148.319000', '184148.321000', '184148.324000', '184148.326000', '184148.329000', '184148.331000', '184148.334000', '184148.337000', '184148.339000', '184148.342000', '184148.344000', '184148.348000', '184148.351000', '184148.354000', '184148.356000', '184148.359000', '184148.361000', '184148.364000', '184148.367000', '184208.256000', '184208.260000', '184208.263000', '184208.266000', '184208.268000', '184208.271000', '184208.274000', '184208.276000', '184208.279000', '184208.281000', '184208.284000', '184208.286000', '184208.289000', '184208.292000', '184208.294000', '184208.297000', '184208.299000', '184208.302000', '184208.305000', '184208.307000', '184208.310000', '184208.313000', '184208.315000', '184208.318000', '184208.321000', '184208.323000', '184208.326000', '184208.328000', '184208.331000', '184208.334000', '184208.336000', '184208.339000', '184208.341000', '184208.344000', '184208.346000', '184208.349000', '184208.352000', '184208.354000', '184208.357000', '184208.359000', '184208.362000', '184208.365000', '184208.367000', '184208.370000', '184228.257000', '184228.260000', '184228.262000', '184228.265000', '184228.267000', '184228.270000', '184228.273000', '184228.275000', '184228.278000', '184228.280000', '184228.283000', '184228.286000', '184228.288000', '184228.291000', '184228.293000', '184228.296000', '184228.299000', '184228.301000', '184228.304000', '184228.306000', '184228.309000', '184228.311000', '184228.314000', '184228.317000', '184228.319000', '184228.322000', '184228.324000', '184228.327000', '184228.330000', '184228.332000', '184228.335000', '184228.338000', '184228.340000', '184228.343000', '184228.346000', '184228.348000', '184228.351000', '184228.353000', '184228.356000', '184228.372000', '184228.375000', '184228.377000', '184228.380000', '184248.256000', '184248.259000', '184248.262000', '184248.265000', '184248.267000', '184248.270000', '184248.272000', '184248.275000', '184248.277000', '184248.280000', '184248.283000', '184248.285000', '184248.288000', '184248.290000', '184248.293000', '184248.295000', '184248.298000', '184248.301000', '184248.303000', '184248.306000', '184248.308000', '184248.311000', '184248.314000', '184248.316000', '184248.319000', '184248.322000', '184248.324000', '184248.327000', '184248.330000', '184248.332000', '184248.335000', '184248.337000', '184248.340000', '184248.343000', '184248.345000', '184248.348000', '184248.350000', '184248.353000', '184248.355000', '184248.358000', '184248.361000', '184248.363000', '184248.366000', '184248.369000', '184308.257000', '184308.259000', '184308.262000', '184308.265000', '184308.267000', '184308.270000', '184308.272000', '184308.275000', '184308.277000', '184308.280000', '184308.283000', '184308.285000', '184308.288000', '184308.291000', '184308.293000', '184308.296000', '184308.298000', '184308.301000', '184308.303000', '184308.306000', '184308.308000', '184308.311000', '184308.314000', '184308.316000', '184308.319000', '184308.322000', '184308.324000', '184308.327000', '184308.329000', '184308.332000', '184308.335000', '184308.337000', '184308.340000', '184308.342000', '184308.345000', '184308.347000', '184308.350000', '184308.353000', '184308.355000', '184308.358000', '184308.360000', '184308.363000', '184308.366000', '184328.257000', '184328.259000', '184328.262000', '184328.264000', '184328.267000', '184328.270000', '184328.272000', '184328.275000', '184328.277000', '184328.280000', '184328.283000', '184328.285000', '184328.288000', '184328.291000', '184328.294000', '184328.298000', '184328.302000', '184328.305000', '184328.308000', '184328.310000', '184328.313000', '184328.315000', '184328.318000', '184328.321000', '184328.323000', '184328.326000', '184328.328000', '184328.331000', '184328.334000', '184328.336000', '184328.339000', '184328.341000', '184328.344000', '184328.347000', '184328.349000', '184328.352000', '184328.355000', '184328.357000', '184328.360000', '184328.362000', '184328.365000', '184328.368000', '184328.370000', '184348.255000', '184348.258000', '184348.261000', '184348.263000', '184348.266000', '184348.269000', '184348.271000', '184348.274000', '184348.277000', '184348.279000', '184348.282000', '184348.284000', '184348.287000', '184348.289000', '184348.292000', '184348.295000', '184348.297000', '184348.300000', '184348.302000', '184348.305000', '184348.307000', '184348.310000', '184348.313000', '184348.315000', '184348.318000', '184348.320000', '184348.323000', '184348.326000', '184348.328000', '184348.331000', '184348.333000', '184348.336000', '184348.339000', '184348.341000', '184348.344000', '184348.347000', '184348.349000', '184348.360000', '184348.363000', '184348.365000', '184348.368000', '184348.371000', '184348.373000', '184348.376000', '184408.256000', '184408.259000', '184408.261000', '184408.264000', '184408.266000', '184408.269000', '184408.272000', '184408.274000', '184408.277000', '184408.280000', '184408.282000', '184408.285000', '184408.287000', '184408.290000', '184408.293000', '184408.295000', '184408.298000', '184408.300000', '184408.303000', '184408.306000', '184408.308000', '184408.311000', '184408.313000', '184408.316000', '184408.319000', '184408.321000', '184408.324000', '184408.326000', '184408.329000', '184408.331000', '184408.334000', '184408.337000', '184408.339000', '184408.342000', '184408.344000', '184408.347000', '184408.350000', '184408.352000', '184408.355000', '184408.357000', '184408.360000', '184408.363000', '184408.365000', '184428.257000', '184428.260000', '184428.262000', '184428.265000', '184428.268000', '184428.270000', '184428.273000', '184428.275000', '184428.278000', '184428.281000', '184428.283000', '184428.286000', '184428.288000', '184428.291000', '184428.294000', '184428.296000', '184428.299000', '184428.301000', '184428.304000', '184428.306000', '184428.309000', '184428.312000', '184428.314000', '184428.317000', '184428.320000', '184428.322000', '184428.325000', '184428.327000', '184428.330000', '184428.332000', '184428.335000', '184428.338000', '184428.340000', '184428.343000', '184428.345000', '184428.348000', '184428.351000', '184428.353000', '184428.356000', '184428.358000', '184428.361000', '184428.364000', '184428.366000', '184428.369000', '184448.256000', '184448.259000', '184448.262000', '184448.265000', '184448.267000', '184448.270000', '184448.272000', '184448.275000', '184448.278000', '184448.280000', '184448.283000', '184448.286000', '184448.288000', '184448.291000', '184448.293000', '184448.296000', '184448.299000', '184448.301000', '184448.304000', '184448.307000', '184448.309000', '184448.312000', '184448.314000', '184448.317000', '184448.320000', '184448.322000', '184448.325000', '184448.327000', '184448.330000', '184448.332000', '184448.335000', '184448.338000', '184448.341000', '184448.344000', '184448.347000', '184448.349000', '184448.352000', '184448.354000', '184448.357000', '184448.360000', '184448.362000', '184448.365000', '184448.367000', '184508.257000', '184508.259000', '184508.262000', '184508.265000', '184508.267000', '184508.270000', '184508.273000', '184508.275000', '184508.278000', '184508.281000', '184508.283000', '184508.286000', '184508.288000', '184508.291000', '184508.293000', '184508.296000', '184508.299000', '184508.301000', '184508.304000', '184508.327000', '184508.329000', '184508.332000', '184508.334000', '184508.337000', '184508.340000', '184508.342000', '184508.345000', '184508.348000', '184508.350000', '184508.353000', '184508.355000', '184508.358000', '184508.361000', '184508.363000', '184508.366000', '184508.369000', '184508.371000', '184508.374000', '184508.376000', '184508.379000', '184508.381000', '184508.384000', '184508.387000', '184508.389000', '184528.257000', '184528.275000', '184528.278000', '184528.281000', '184528.283000', '184528.286000', '184528.288000', '184528.291000', '184528.294000', '184528.296000', '184528.299000', '184528.301000', '184528.304000', '184528.307000', '184528.309000', '184528.312000', '184528.314000', '184528.317000', '184528.320000', '184528.322000', '184528.325000', '184528.327000', '184528.330000', '184528.333000', '184528.335000', '184528.338000', '184528.340000', '184528.343000', '184528.346000', '184528.348000', '184528.351000', '184528.353000', '184528.356000', '184528.359000', '184528.361000', '184528.364000', '184528.367000', '184528.369000', '184528.372000', '184528.374000', '184528.377000', '184528.379000', '184528.382000', '184548.256000', '184548.259000', '184548.262000', '184548.265000', '184548.267000', '184548.270000', '184548.272000', '184548.275000', '184548.278000', '184548.280000', '184548.283000', '184548.285000', '184548.288000', '184548.291000', '184548.293000', '184548.296000', '184548.299000', '184548.301000', '184548.304000', '184548.307000', '184548.309000', '184548.312000', '184548.314000', '184548.317000', '184548.320000', '184548.322000', '184548.325000', '184548.327000', '184548.330000', '184548.333000', '184548.335000', '184548.338000', '184548.341000', '184548.343000', '184548.346000', '184548.348000', '184548.351000', '184548.354000', '184548.356000', '184548.359000', '184548.361000', '184548.364000', '184548.366000', '184548.369000', '184556.352000', '184556.355000', '184556.358000', '184556.360000', '184556.363000', '184556.366000', '184556.369000', '184556.371000', '184556.374000', '184556.377000', '184556.379000', '184556.382000', '184556.384000', '184556.387000', '184556.390000', '184556.392000', '184556.395000', '184556.397000'], 'InstanceCreationTime': ['183608.284000', '183608.288000', '183608.290000', '183608.293000', '183608.296000', '183608.298000', '183608.301000', '183608.304000', '183608.306000', '183608.309000', '183608.312000', '183608.314000', '183608.317000', '183608.319000', '183608.327000', '183608.330000', '183608.333000', '183608.335000', '183608.338000', '183608.340000', '183608.343000', '183608.345000', '183608.348000', '183608.351000', '183608.353000', '183608.356000', '183608.358000', '183608.361000', '183608.363000', '183608.366000', '183608.369000', '183608.371000', '183608.374000', '183608.376000', '183608.379000', '183608.381000', '183608.384000', '183608.386000', '183608.389000', '183608.392000', '183608.394000', '183608.397000', '183608.399000', '183628.256000', '183628.259000', '183628.262000', '183628.264000', '183628.267000', '183628.270000', '183628.272000', '183628.275000', '183628.277000', '183628.280000', '183628.282000', '183628.285000', '183628.288000', '183628.290000', '183628.293000', '183628.295000', '183628.298000', '183628.300000', '183628.303000', '183628.305000', '183628.308000', '183628.311000', '183628.313000', '183628.316000', '183628.318000', '183628.321000', '183628.335000', '183628.337000', '183628.340000', '183628.342000', '183628.345000', '183628.348000', '183628.350000', '183628.353000', '183628.355000', '183628.358000', '183628.360000', '183628.363000', '183628.365000', '183628.368000', '183628.370000', '183628.373000', '183628.376000', '183648.256000', '183648.258000', '183648.261000', '183648.264000', '183648.266000', '183648.269000', '183648.272000', '183648.274000', '183648.277000', '183648.279000', '183648.282000', '183648.284000', '183648.287000', '183648.290000', '183648.292000', '183648.295000', '183648.297000', '183648.300000', '183648.303000', '183648.305000', '183648.308000', '183648.310000', '183648.313000', '183648.320000', '183648.323000', '183648.325000', '183648.328000', '183648.330000', '183648.333000', '183648.336000', '183648.338000', '183648.341000', '183648.343000', '183648.346000', '183648.348000', '183648.351000', '183648.354000', '183648.356000', '183648.359000', '183648.361000', '183648.364000', '183648.366000', '183648.369000', '183648.372000', '183708.255000', '183708.258000', '183708.261000', '183708.263000', '183708.266000', '183708.269000', '183708.271000', '183708.274000', '183708.276000', '183708.279000', '183708.282000', '183708.284000', '183708.287000', '183708.289000', '183708.292000', '183708.294000', '183708.297000', '183708.299000', '183708.302000', '183708.304000', '183708.307000', '183708.310000', '183708.313000', '183708.316000', '183708.319000', '183708.322000', '183708.324000', '183708.327000', '183708.329000', '183708.358000', '183708.360000', '183708.363000', '183708.365000', '183708.368000', '183708.371000', '183708.373000', '183708.376000', '183708.378000', '183708.381000', '183708.384000', '183708.386000', '183708.389000', '183708.391000', '183728.257000', '183728.259000', '183728.262000', '183728.264000', '183728.267000', '183728.270000', '183728.272000', '183728.275000', '183728.277000', '183728.280000', '183728.283000', '183728.285000', '183728.288000', '183728.290000', '183728.293000', '183728.295000', '183728.298000', '183728.301000', '183728.303000', '183728.306000', '183728.308000', '183728.311000', '183728.314000', '183728.316000', '183728.319000', '183728.321000', '183728.324000', '183728.327000', '183728.329000', '183728.332000', '183728.334000', '183728.337000', '183728.340000', '183728.342000', '183728.345000', '183728.347000', '183728.350000', '183728.352000', '183728.355000', '183728.357000', '183728.360000', '183728.363000', '183728.365000', '183728.368000', '183748.256000', '183748.259000', '183748.262000', '183748.265000', '183748.267000', '183748.270000', '183748.272000', '183748.275000', '183748.277000', '183748.280000', '183748.283000', '183748.285000', '183748.288000', '183748.290000', '183748.293000', '183748.296000', '183748.298000', '183748.301000', '183748.303000', '183748.306000', '183748.308000', '183748.311000', '183748.314000', '183748.316000', '183748.319000', '183748.321000', '183748.324000', '183748.327000', '183748.329000', '183748.332000', '183748.335000', '183748.337000', '183748.340000', '183748.343000', '183748.345000', '183748.348000', '183748.350000', '183748.353000', '183748.356000', '183748.358000', '183748.361000', '183748.363000', '183748.366000', '183808.257000', '183808.259000', '183808.262000', '183808.264000', '183808.267000', '183808.270000', '183808.272000', '183808.275000', '183808.277000', '183808.280000', '183808.283000', '183808.285000', '183808.288000', '183808.290000', '183808.293000', '183808.296000', '183808.298000', '183808.301000', '183808.303000', '183808.306000', '183808.308000', '183808.311000', '183808.354000', '183808.356000', '183808.359000', '183808.362000', '183808.364000', '183808.367000', '183808.369000', '183808.372000', '183808.374000', '183808.377000', '183808.379000', '183808.382000', '183808.384000', '183808.387000', '183808.390000', '183808.392000', '183808.395000', '183808.397000', '183808.400000', '183808.403000', '183808.405000', '183808.408000', '183828.257000', '183828.259000', '183828.262000', '183828.265000', '183828.267000', '183828.270000', '183828.272000', '183828.275000', '183828.278000', '183828.280000', '183828.283000', '183828.285000', '183828.288000', '183828.290000', '183828.293000', '183828.296000', '183828.298000', '183828.301000', '183828.304000', '183828.307000', '183828.310000', '183828.313000', '183828.315000', '183828.318000', '183828.321000', '183828.323000', '183828.326000', '183828.328000', '183828.331000', '183828.333000', '183828.336000', '183828.338000', '183828.341000', '183828.344000', '183828.346000', '183828.349000', '183828.352000', '183828.354000', '183828.359000', '183828.362000', '183828.364000', '183828.367000', '183828.370000', '183848.256000', '183848.259000', '183848.262000', '183848.265000', '183848.267000', '183848.270000', '183848.272000', '183848.275000', '183848.278000', '183848.280000', '183848.283000', '183848.285000', '183848.288000', '183848.291000', '183848.293000', '183848.296000', '183848.298000', '183848.301000', '183848.304000', '183848.306000', '183848.309000', '183848.312000', '183848.314000', '183848.317000', '183848.319000', '183848.322000', '183848.325000', '183848.327000', '183848.330000', '183848.332000', '183848.335000', '183848.338000', '183848.340000', '183848.343000', '183848.345000', '183848.348000', '183848.351000', '183848.353000', '183848.356000', '183848.359000', '183848.361000', '183848.364000', '183848.366000', '183848.369000', '183908.255000', '183908.258000', '183908.261000', '183908.263000', '183908.266000', '183908.269000', '183908.271000', '183908.274000', '183908.277000', '183908.279000', '183908.282000', '183908.284000', '183908.287000', '183908.289000', '183908.292000', '183908.295000', '183908.297000', '183908.300000', '183908.302000', '183908.305000', '183908.308000', '183908.310000', '183908.313000', '183908.315000', '183908.318000', '183908.321000', '183908.323000', '183908.326000', '183908.328000', '183908.331000', '183908.334000', '183908.336000', '183908.339000', '183908.342000', '183908.344000', '183908.347000', '183908.349000', '183908.352000', '183908.355000', '183908.357000', '183908.360000', '183908.363000', '183908.365000', '183928.255000', '183928.258000', '183928.261000', '183928.263000', '183928.266000', '183928.269000', '183928.271000', '183928.274000', '183928.276000', '183928.279000', '183928.282000', '183928.284000', '183928.287000', '183928.289000', '183928.292000', '183928.295000', '183928.297000', '183928.300000', '183928.302000', '183928.305000', '183928.307000', '183928.310000', '183928.313000', '183928.315000', '183928.318000', '183928.320000', '183928.323000', '183928.326000', '183928.328000', '183928.331000', '183928.333000', '183928.336000', '183928.339000', '183928.341000', '183928.344000', '183928.346000', '183928.349000', '183928.352000', '183928.354000', '183928.357000', '183928.359000', '183928.362000', '183928.365000', '183928.367000', '183948.256000', '183948.259000', '183948.262000', '183948.273000', '183948.276000', '183948.278000', '183948.281000', '183948.284000', '183948.286000', '183948.289000', '183948.291000', '183948.294000', '183948.297000', '183948.299000', '183948.302000', '183948.304000', '183948.307000', '183948.310000', '183948.312000', '183948.315000', '183948.318000', '183948.320000', '183948.323000', '183948.326000', '183948.328000', '183948.331000', '183948.333000', '183948.336000', '183948.339000', '183948.341000', '183948.344000', '183948.346000', '183948.349000', '183948.352000', '183948.355000', '183948.357000', '183948.360000', '183948.362000', '183948.365000', '183948.368000', '183948.370000', '183948.373000', '183948.376000', '184008.256000', '184008.259000', '184008.262000', '184008.265000', '184008.267000', '184008.270000', '184008.272000', '184008.275000', '184008.278000', '184008.280000', '184008.283000', '184008.285000', '184008.288000', '184008.291000', '184008.293000', '184008.296000', '184008.298000', '184008.301000', '184008.304000', '184008.306000', '184008.309000', '184008.312000', '184008.314000', '184008.317000', '184008.319000', '184008.322000', '184008.325000', '184008.327000', '184008.330000', '184008.332000', '184008.335000', '184008.338000', '184008.340000', '184008.343000', '184008.345000', '184008.348000', '184008.350000', '184008.353000', '184008.356000', '184008.358000', '184008.361000', '184008.363000', '184008.366000', '184008.369000', '184028.256000', '184028.259000', '184028.262000', '184028.265000', '184028.267000', '184028.270000', '184028.272000', '184028.275000', '184028.278000', '184028.280000', '184028.283000', '184028.285000', '184028.288000', '184028.291000', '184028.293000', '184028.296000', '184028.298000', '184028.301000', '184028.304000', '184028.306000', '184028.309000', '184028.311000', '184028.314000', '184028.317000', '184028.319000', '184028.322000', '184028.324000', '184028.327000', '184028.329000', '184028.332000', '184028.335000', '184028.337000', '184028.340000', '184028.342000', '184028.345000', '184028.348000', '184028.350000', '184028.353000', '184028.355000', '184028.358000', '184028.360000', '184028.363000', '184028.366000', '184048.256000', '184048.259000', '184048.262000', '184048.265000', '184048.267000', '184048.270000', '184048.273000', '184048.275000', '184048.278000', '184048.280000', '184048.283000', '184048.286000', '184048.288000', '184048.291000', '184048.293000', '184048.296000', '184048.299000', '184048.301000', '184048.304000', '184048.307000', '184048.309000', '184048.312000', '184048.315000', '184048.317000', '184048.320000', '184048.322000', '184048.325000', '184048.328000', '184048.330000', '184048.333000', '184048.335000', '184048.338000', '184048.341000', '184048.343000', '184048.346000', '184048.348000', '184048.351000', '184048.354000', '184048.356000', '184048.359000', '184048.362000', '184048.364000', '184048.367000', '184048.369000', '184108.257000', '184108.259000', '184108.262000', '184108.265000', '184108.267000', '184108.270000', '184108.272000', '184108.275000', '184108.278000', '184108.280000', '184108.283000', '184108.285000', '184108.288000', '184108.291000', '184108.293000', '184108.296000', '184108.298000', '184108.301000', '184108.303000', '184108.306000', '184108.309000', '184108.311000', '184108.314000', '184108.316000', '184108.319000', '184108.322000', '184108.324000', '184108.327000', '184108.345000', '184108.347000', '184108.350000', '184108.353000', '184108.355000', '184108.358000', '184108.360000', '184108.363000', '184108.366000', '184108.368000', '184108.371000', '184108.373000', '184108.376000', '184108.379000', '184108.381000', '184128.256000', '184128.258000', '184128.261000', '184128.264000', '184128.266000', '184128.269000', '184128.271000', '184128.274000', '184128.277000', '184128.279000', '184128.282000', '184128.284000', '184128.287000', '184128.289000', '184128.292000', '184128.295000', '184128.297000', '184128.300000', '184128.303000', '184128.305000', '184128.308000', '184128.310000', '184128.313000', '184128.316000', '184128.318000', '184128.321000', '184128.323000', '184128.326000', '184128.329000', '184128.331000', '184128.334000', '184128.336000', '184128.339000', '184128.342000', '184128.344000', '184128.347000', '184128.349000', '184128.352000', '184128.355000', '184128.357000', '184128.360000', '184128.362000', '184128.365000', '184128.368000', '184148.255000', '184148.258000', '184148.261000', '184148.264000', '184148.266000', '184148.269000', '184148.271000', '184148.274000', '184148.277000', '184148.279000', '184148.282000', '184148.284000', '184148.287000', '184148.290000', '184148.292000', '184148.295000', '184148.298000', '184148.300000', '184148.303000', '184148.305000', '184148.308000', '184148.311000', '184148.313000', '184148.316000', '184148.319000', '184148.321000', '184148.324000', '184148.326000', '184148.329000', '184148.331000', '184148.334000', '184148.337000', '184148.339000', '184148.342000', '184148.344000', '184148.348000', '184148.351000', '184148.354000', '184148.356000', '184148.359000', '184148.361000', '184148.364000', '184148.367000', '184208.256000', '184208.260000', '184208.263000', '184208.266000', '184208.268000', '184208.271000', '184208.274000', '184208.276000', '184208.279000', '184208.281000', '184208.284000', '184208.286000', '184208.289000', '184208.292000', '184208.294000', '184208.297000', '184208.299000', '184208.302000', '184208.305000', '184208.307000', '184208.310000', '184208.313000', '184208.315000', '184208.318000', '184208.321000', '184208.323000', '184208.326000', '184208.328000', '184208.331000', '184208.334000', '184208.336000', '184208.339000', '184208.341000', '184208.344000', '184208.346000', '184208.349000', '184208.352000', '184208.354000', '184208.357000', '184208.359000', '184208.362000', '184208.365000', '184208.367000', '184208.370000', '184228.257000', '184228.260000', '184228.262000', '184228.265000', '184228.267000', '184228.270000', '184228.273000', '184228.275000', '184228.278000', '184228.280000', '184228.283000', '184228.286000', '184228.288000', '184228.291000', '184228.293000', '184228.296000', '184228.299000', '184228.301000', '184228.304000', '184228.306000', '184228.309000', '184228.311000', '184228.314000', '184228.317000', '184228.319000', '184228.322000', '184228.324000', '184228.327000', '184228.330000', '184228.332000', '184228.335000', '184228.338000', '184228.340000', '184228.343000', '184228.346000', '184228.348000', '184228.351000', '184228.353000', '184228.356000', '184228.372000', '184228.375000', '184228.377000', '184228.380000', '184248.256000', '184248.259000', '184248.262000', '184248.265000', '184248.267000', '184248.270000', '184248.272000', '184248.275000', '184248.277000', '184248.280000', '184248.283000', '184248.285000', '184248.288000', '184248.290000', '184248.293000', '184248.295000', '184248.298000', '184248.301000', '184248.303000', '184248.306000', '184248.308000', '184248.311000', '184248.314000', '184248.316000', '184248.319000', '184248.322000', '184248.324000', '184248.327000', '184248.330000', '184248.332000', '184248.335000', '184248.337000', '184248.340000', '184248.343000', '184248.345000', '184248.348000', '184248.350000', '184248.353000', '184248.355000', '184248.358000', '184248.361000', '184248.363000', '184248.366000', '184248.369000', '184308.257000', '184308.259000', '184308.262000', '184308.265000', '184308.267000', '184308.270000', '184308.272000', '184308.275000', '184308.277000', '184308.280000', '184308.283000', '184308.285000', '184308.288000', '184308.291000', '184308.293000', '184308.296000', '184308.298000', '184308.301000', '184308.303000', '184308.306000', '184308.308000', '184308.311000', '184308.314000', '184308.316000', '184308.319000', '184308.322000', '184308.324000', '184308.327000', '184308.329000', '184308.332000', '184308.335000', '184308.337000', '184308.340000', '184308.342000', '184308.345000', '184308.347000', '184308.350000', '184308.353000', '184308.355000', '184308.358000', '184308.360000', '184308.363000', '184308.366000', '184328.257000', '184328.259000', '184328.262000', '184328.264000', '184328.267000', '184328.270000', '184328.272000', '184328.275000', '184328.277000', '184328.280000', '184328.283000', '184328.285000', '184328.288000', '184328.291000', '184328.294000', '184328.298000', '184328.302000', '184328.305000', '184328.308000', '184328.310000', '184328.313000', '184328.315000', '184328.318000', '184328.321000', '184328.323000', '184328.326000', '184328.328000', '184328.331000', '184328.334000', '184328.336000', '184328.339000', '184328.341000', '184328.344000', '184328.347000', '184328.349000', '184328.352000', '184328.355000', '184328.357000', '184328.360000', '184328.362000', '184328.365000', '184328.368000', '184328.370000', '184348.255000', '184348.258000', '184348.261000', '184348.263000', '184348.266000', '184348.269000', '184348.271000', '184348.274000', '184348.277000', '184348.279000', '184348.282000', '184348.284000', '184348.287000', '184348.289000', '184348.292000', '184348.295000', '184348.297000', '184348.300000', '184348.302000', '184348.305000', '184348.307000', '184348.310000', '184348.313000', '184348.315000', '184348.318000', '184348.320000', '184348.323000', '184348.326000', '184348.328000', '184348.331000', '184348.333000', '184348.336000', '184348.339000', '184348.341000', '184348.344000', '184348.347000', '184348.349000', '184348.360000', '184348.363000', '184348.365000', '184348.368000', '184348.371000', '184348.373000', '184348.376000', '184408.256000', '184408.259000', '184408.261000', '184408.264000', '184408.266000', '184408.269000', '184408.272000', '184408.274000', '184408.277000', '184408.280000', '184408.282000', '184408.285000', '184408.287000', '184408.290000', '184408.293000', '184408.295000', '184408.298000', '184408.300000', '184408.303000', '184408.306000', '184408.308000', '184408.311000', '184408.313000', '184408.316000', '184408.319000', '184408.321000', '184408.324000', '184408.326000', '184408.329000', '184408.331000', '184408.334000', '184408.337000', '184408.339000', '184408.342000', '184408.344000', '184408.347000', '184408.350000', '184408.352000', '184408.355000', '184408.357000', '184408.360000', '184408.363000', '184408.365000', '184428.257000', '184428.260000', '184428.262000', '184428.265000', '184428.268000', '184428.270000', '184428.273000', '184428.275000', '184428.278000', '184428.281000', '184428.283000', '184428.286000', '184428.288000', '184428.291000', '184428.294000', '184428.296000', '184428.299000', '184428.301000', '184428.304000', '184428.306000', '184428.309000', '184428.312000', '184428.314000', '184428.317000', '184428.320000', '184428.322000', '184428.325000', '184428.327000', '184428.330000', '184428.332000', '184428.335000', '184428.338000', '184428.340000', '184428.343000', '184428.345000', '184428.348000', '184428.351000', '184428.353000', '184428.356000', '184428.358000', '184428.361000', '184428.364000', '184428.366000', '184428.369000', '184448.256000', '184448.259000', '184448.262000', '184448.265000', '184448.267000', '184448.270000', '184448.272000', '184448.275000', '184448.278000', '184448.280000', '184448.283000', '184448.286000', '184448.288000', '184448.291000', '184448.293000', '184448.296000', '184448.299000', '184448.301000', '184448.304000', '184448.307000', '184448.309000', '184448.312000', '184448.314000', '184448.317000', '184448.320000', '184448.322000', '184448.325000', '184448.327000', '184448.330000', '184448.332000', '184448.335000', '184448.338000', '184448.341000', '184448.344000', '184448.347000', '184448.349000', '184448.352000', '184448.354000', '184448.357000', '184448.360000', '184448.362000', '184448.365000', '184448.367000', '184508.257000', '184508.259000', '184508.262000', '184508.265000', '184508.267000', '184508.270000', '184508.273000', '184508.275000', '184508.278000', '184508.281000', '184508.283000', '184508.286000', '184508.288000', '184508.291000', '184508.293000', '184508.296000', '184508.299000', '184508.301000', '184508.304000', '184508.327000', '184508.329000', '184508.332000', '184508.334000', '184508.337000', '184508.340000', '184508.342000', '184508.345000', '184508.348000', '184508.350000', '184508.353000', '184508.355000', '184508.358000', '184508.361000', '184508.363000', '184508.366000', '184508.369000', '184508.371000', '184508.374000', '184508.376000', '184508.379000', '184508.381000', '184508.384000', '184508.387000', '184508.389000', '184528.257000', '184528.275000', '184528.278000', '184528.281000', '184528.283000', '184528.286000', '184528.288000', '184528.291000', '184528.294000', '184528.296000', '184528.299000', '184528.301000', '184528.304000', '184528.307000', '184528.309000', '184528.312000', '184528.314000', '184528.317000', '184528.320000', '184528.322000', '184528.325000', '184528.327000', '184528.330000', '184528.333000', '184528.335000', '184528.338000', '184528.340000', '184528.343000', '184528.346000', '184528.348000', '184528.351000', '184528.353000', '184528.356000', '184528.359000', '184528.361000', '184528.364000', '184528.367000', '184528.369000', '184528.372000', '184528.374000', '184528.377000', '184528.379000', '184528.382000', '184548.256000', '184548.259000', '184548.262000', '184548.265000', '184548.267000', '184548.270000', '184548.272000', '184548.275000', '184548.278000', '184548.280000', '184548.283000', '184548.285000', '184548.288000', '184548.291000', '184548.293000', '184548.296000', '184548.299000', '184548.301000', '184548.304000', '184548.307000', '184548.309000', '184548.312000', '184548.314000', '184548.317000', '184548.320000', '184548.322000', '184548.325000', '184548.327000', '184548.330000', '184548.333000', '184548.335000', '184548.338000', '184548.341000', '184548.343000', '184548.346000', '184548.348000', '184548.351000', '184548.354000', '184548.356000', '184548.359000', '184548.361000', '184548.364000', '184548.366000', '184548.369000', '184556.352000', '184556.355000', '184556.358000', '184556.360000', '184556.363000', '184556.366000', '184556.369000', '184556.371000', '184556.374000', '184556.377000', '184556.379000', '184556.382000', '184556.384000', '184556.387000', '184556.390000', '184556.392000', '184556.395000', '184556.397000'], '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': [10564, 7718, 9435, 11818, 8787, 13007, 7427, 11644, 7104, 12361, 7878, 11741, 11039, 8491, 12573, 7204, 11442, 7293, 10734, 7041, 8987, 7896, 8698, 12523, 7566, 11809, 6875, 10809, 7576, 9895, 8779, 8896, 13303, 7497, 11832, 7059, 11053, 7725, 9895, 8944, 8457, 11623, 7137, 10655, 6906, 9416, 7074, 11375, 8164, 10382, 7341, 10480, 10644, 10985, 11181, 8511, 11841, 7299, 11217, 6823, 10777, 7733, 10592, 6731, 9114, 6676, 8297, 11643, 9164, 12165, 7422, 11488, 7105, 10737, 7727, 10620, 7310, 8652, 12202, 7200, 10560, 7001, 9606, 7100, 8942, 6486, 8552, 8579, 8673, 11656, 7237, 10725, 7204, 10891, 7289, 8933, 9572, 8249, 11795, 7085, 11013, 7217, 10315, 6658, 8647, 10523, 8786, 12564, 7349, 11544, 6849, 9949, 6783, 10149, 7483, 9060, 9114, 8417, 11973, 7733, 12489, 7468, 11720, 7269, 10821, 7622, 10952, 7513, 10605, 6799, 8907, 10733, 7881, 12087, 7644, 11780, 7228, 10476, 7089, 11245, 7814, 9361, 7956, 8383, 10789, 8297, 12410, 7354, 10872, 7375, 9380, 7277, 10224, 7328, 8840, 6614, 8684, 9113, 8986, 12205, 7869, 12093, 7403, 11385, 7136, 11018, 7619, 11519, 7377, 9987, 7107, 8598, 7471, 9031, 12637, 8582, 12333, 7109, 10990, 6922, 10261, 7405, 9682, 7082, 9084, 8296, 8997, 12732, 7743, 10997, 6898, 10441, 7260, 9287, 6595, 9009, 6756, 8555, 11318, 8424, 11380, 7558, 11307, 7070, 10645, 7724, 12862, 7181, 9499, 6573, 8771, 12085, 8594, 12041, 7471, 11558, 6885, 10575, 7707, 10463, 6697, 8635, 6872, 8977, 12270, 8115, 11569, 7196, 11075, 7481, 11730, 7429, 10534, 6708, 8686, 9135, 8892, 11780, 7640, 11342, 7148, 10173, 7382, 9703, 7836, 9037, 13221, 7615, 11747, 7293, 10172, 7542, 10489, 6689, 8645, 7992, 8572, 12264, 7697, 11267, 6988, 10883, 7390, 9950, 10850, 9725, 13156, 7716, 11015, 7116, 11308, 7747, 9191, 6749, 8429, 10850, 7782, 12110, 7214, 10801, 7120, 9889, 7534, 9302, 9698, 8946, 12359, 7539, 11792, 7138, 10964, 7422, 9701, 6608, 9241, 9369, 8962, 11967, 7769, 11377, 6885, 10679, 7431, 11770, 7239, 9467, 6879, 8908, 12873, 9706, 13018, 7659, 11530, 6932, 10607, 7679, 11003, 7062, 8449, 6491, 8574, 12837, 8248, 11709, 7469, 10504, 6796, 10757, 7487, 9171, 11060, 7368, 12813, 7129, 11139, 6835, 10740, 7552, 11037, 6407, 8530, 9287, 7130, 11251, 7535, 11984, 7427, 11079, 6885, 9248, 6900, 9881, 7459, 10379, 10967, 8258, 12222, 7381, 11878, 7199, 10769, 7068, 9243, 7070, 8838, 9335, 8970, 12956, 7988, 12396, 7027, 11894, 7522, 9427, 6869, 8219, 11967, 7591, 12623, 7111, 10875, 6843, 9162, 6939, 8395, 12868, 7834, 12514, 6983, 10960, 7068, 9652, 7279, 8584, 12874, 7454, 11974, 7001, 10130, 7327, 9467, 6946, 8060, 12664, 7254, 11513, 6755, 10772, 7328, 8493, 6390, 8193, 10603, 7598, 11868, 6886, 10921, 6607, 8823, 6322, 8149, 13271, 7705, 12535, 7211, 9978, 6697, 8418, 11962, 7780, 12375, 7161, 9891, 7016, 8291, 10234, 8191, 12583, 7096, 11046, 6860, 10008, 7389, 8554, 12992, 7402, 12058, 6988, 11730, 7356, 8816, 10729, 7953, 11925, 7059, 11946, 7312, 10839, 6598, 8160, 9471, 8528, 13225, 7439, 12288, 7033, 10676, 7440, 10280, 7520, 9421, 12085, 7875, 12400, 6860, 11583, 7204, 11450, 7250, 9075, 6583, 8875, 8923, 8820, 12319, 7558, 11761, 6855, 11440, 7965, 10403, 6941, 8334, 6612, 8351, 12545, 8243, 12878, 7298, 11690, 7050, 10638, 7637, 8761, 6857, 8230, 10518, 7993, 12692, 7212, 11528, 7040, 9872, 6933, 9198, 7479, 9944, 9185, 8599, 12891, 7360, 11926, 6869, 11657, 7498, 10910, 6668, 8339, 8753, 8428, 13402, 7379, 12338, 7323, 10062, 6880, 9107, 7465, 8318, 12147, 7491, 11662, 6867, 10701, 7130, 9799, 7320, 8882, 7225, 8486, 11560, 9117, 13454, 7451, 12200, 7210, 10774, 7544, 10897, 9064, 8674, 12666, 7467, 12403, 6891, 11825, 7806, 9241, 6506, 7946, 11551, 7310, 12298, 6974, 10892, 6875, 8721, 6954, 8173, 12765, 8088, 13033, 7127, 11512, 7070, 11368, 7469, 8687, 11937, 7415, 11001, 6852, 11633, 7644, 9304, 6627, 8166, 10488, 8884, 13111, 7288, 11644, 7099, 10577, 7488, 10009, 8763, 8435, 12725, 7343, 12967, 7081, 12006, 7208, 9039, 6802, 8642, 11675, 8526, 12789, 7479, 11387, 6838, 10759, 7633, 9856, 6502, 8152, 10794, 7931, 12950, 7291, 12100, 7198, 9371, 6846, 8640, 12451, 7608, 12946, 7172, 11376, 7040, 10744, 7499, 9049, 9612, 8090, 12221, 7242, 12332, 7162, 11343, 7255, 9581, 7120, 8173, 11274, 9136, 13317, 7410, 11843, 6829, 10967, 7431, 11554, 6851, 8200, 11527, 7803, 12799, 7447, 12132, 7043, 9782, 6576, 10093, 7516, 9963, 8585, 8084, 12877, 7451, 13386, 7123, 12374, 7137, 10363, 6906, 11351, 7575, 11336, 6956, 8362, 6442, 8134, 11994, 8706, 13411, 7472, 12042, 6812, 10887, 7690, 11638, 7139, 8483, 7926, 8161, 12578, 8110, 11827, 7798, 12571, 7035, 11048, 7135, 11103, 7779, 10375, 6896, 8560, 6964, 8549, 7396, 8821, 10564, 8185, 11076, 7877, 12665, 7600, 12658, 7294, 10958, 7126, 10547, 7309, 10542, 7021, 8205, 6624, 8729, 10719, 9062, 12746, 7543, 11859, 7344, 13118, 7203, 12022, 7101, 10323, 7025, 10116, 7728, 9884, 7299, 7967, 8590, 8357, 13386, 7860, 12802, 7136, 12053, 7261, 10753, 7653, 11660, 7106, 8566, 6910, 8088, 10503, 8706, 13143, 7486, 12385, 7117, 11269, 7196, 11365, 7579, 10232, 6904, 8083, 6573, 8151, 10877, 9102, 13250, 7741, 12262, 6975, 12213, 7283, 12968, 7371, 9288, 6976, 8122, 7138, 8417, 10593, 8259, 12917, 7562, 11559, 7257, 12871, 7220, 12518, 6951, 10065, 7319, 8971, 7481, 10191, 10289, 9042, 11985, 7779, 12892, 7017, 12292, 7164, 12328, 7332, 9973, 7025, 9321, 7483, 10061, 7087, 8259, 8750, 8513, 14026, 7849, 13648, 7248, 12076, 7146, 12026, 7517, 11478, 7385, 8796, 7015, 7892, 7305, 9325, 8330, 9730, 9906, 8332, 12118, 7570, 13560, 7485, 13935, 7314, 11776, 7024, 10437, 7690, 10204, 7061, 8043, 6465, 7934, 13676, 7479, 13168, 7112, 11288, 6801, 11669, 7535, 10738, 7329, 8138, 6880, 7910, 7436, 8253, 11239, 7873, 12567, 7466, 13777, 7655, 13260, 7058, 11385, 6974, 10202, 7568, 10176, 7323, 8019, 6884, 7799, 8649, 8442, 12588, 7738, 13027, 6991, 12598, 7262, 12758, 7215, 10881, 7041, 9371, 7401, 11155, 7643, 9086, 6890, 8090, 9724, 8383, 14531, 7752, 13250, 7187, 11294, 6995, 11335, 7667, 10587, 7313, 8358, 7009, 8662, 10387, 9833, 13683, 8985, 13148, 6750, 12483, 6596, 11981, 6610, 10581, 6910, 9618, 6885, 8738, 7123, 10290, 9586, 10790, 14507, 10090, 14834, 9201, 13927, 7889, 13186, 7853, 10913, 7338, 7671, 6803, 7243, 11757, 7683, 14292, 7517, 12045, 6923, 10635, 6976, 9412, 7337, 7961, 6753, 7493, 11827, 7144, 12034, 6962, 12380, 7473, 10250, 7353, 8888, 7093, 7800, 10716, 8152, 14531, 7988, 13923, 7045, 13061, 7891, 9595, 7273, 9092, 7546, 10278, 8387, 8913, 10952, 7968, 12801, 7491, 13394, 8492, 13401, 7248, 10699, 7157, 9548, 7255, 8630, 7509, 8071, 11451, 8734, 14083, 7649, 13148, 7237, 12285, 7318, 11144, 7823, 10068, 7247, 8453, 6497, 7980, 11806, 7805, 13021, 7399, 11543, 7404, 9781, 7328, 8989, 7397, 8617, 11118, 7750, 13530, 6995, 12071, 7590, 10183, 7316, 8657, 6778, 8389, 11658, 8530, 13332, 7371, 12964, 7239, 11362, 7349, 11486, 7754, 10257, 6995, 8536, 6822, 8676, 8031, 9336, 10148, 8514, 12284, 8197, 13152, 7375, 13571, 7501, 13369, 7168, 11086, 7780, 8506, 7674, 8647, 10126, 8156, 13360, 7377, 12873, 7086, 12396, 8018, 10442, 7418, 8180, 6454, 7835, 12706, 7413, 13183, 7177, 11731, 7040, 10219, 7437, 9010, 7428, 8501, 6422, 8033, 10112, 8477, 13780, 7715, 13269, 7016, 12537, 7194, 11760, 8111, 12008, 7678, 9026, 7071, 8150, 9863, 8880, 13716, 7926, 13361, 7239, 12052, 6836, 11898, 7765, 11038, 7422, 8665, 6532, 8389, 9955, 8560, 12636, 7469, 11365, 7112, 11469, 7498, 9844, 7006, 8719, 7120, 8297, 11168, 8998, 13538, 7918, 13027, 7431, 12044, 7116, 11953, 7817, 9500, 7064, 8890, 7619, 9003, 9613, 8896, 13062, 7570, 13283, 7373, 12973, 7461, 11971, 7262, 9428, 7241, 8693, 7836, 9384, 9130, 8335, 12510, 8264, 13738, 7558, 12868, 7325, 11551, 7719, 10907, 7410, 8423, 6807, 8678, 8671, 9231, 12496, 7763, 12063, 7243, 13642, 7645, 12885, 7694, 10150, 7465, 8415, 9446, 9077, 13418, 7979, 13462, 7395, 12367, 7403, 11222, 7839, 10406, 7250, 8859, 11083, 7823, 13265, 7265, 12415, 7412, 10985, 7443, 9460, 7583, 8773, 7555, 8606, 12750, 7128, 11544, 7151, 11307, 7841, 9986, 7412, 8726, 6766, 8406, 7884, 8674, 11529, 8368, 13557, 7264, 13057, 7167, 13401, 7698, 10950, 7590, 8594, 6760, 8479, 12510, 7996, 13413, 7297, 11710, 6924, 11359, 7667, 10917, 7651, 8851, 6723, 8561, 7186, 8429, 13624, 7835, 13925, 7520, 12163, 7373, 9931, 7539, 9223, 7587, 9541, 8776, 8420, 12313, 8354, 13706, 8195, 12384, 7009, 11012, 6838, 11046, 7520, 9457, 7169, 8811, 7160, 8923, 7484, 9700, 7368, 8557, 6674, 8165], 'WindowCenter': [3964.0, 3917.0, 3927.0, 3944.0, 3913.0, 3941.0, 3890.0, 3929.0, 3878.0, 3930.0, 3889.0, 3933.0, 3919.0, 3898.0, 3929.0, 3876.0, 3919.0, 3876.0, 3921.0, 3877.0, 3898.0, 3887.0, 3898.0, 3930.0, 3887.0, 3929.0, 3880.0, 3931.0, 3888.0, 3920.0, 3898.0, 3899.0, 3928.0, 3878.0, 3929.0, 3878.0, 3919.0, 3887.0, 3909.0, 3897.0, 3898.0, 3919.0, 3880.0, 3919.0, 3879.0, 3910.0, 3880.0, 3933.0, 3900.0, 3922.0, 3890.0, 3932.0, 3932.0, 3933.0, 3919.0, 3900.0, 3929.0, 3890.0, 3929.0, 3878.0, 3920.0, 3889.0, 3921.0, 3879.0, 3908.0, 3868.0, 3899.0, 3928.0, 3909.0, 3930.0, 3890.0, 3929.0, 3879.0, 3918.0, 3889.0, 3920.0, 3878.0, 3899.0, 3928.0, 3889.0, 3920.0, 3878.0, 3922.0, 3880.0, 3910.0, 3867.0, 3911.0, 3911.0, 3912.0, 3931.0, 3891.0, 3920.0, 3889.0, 3931.0, 3889.0, 3911.0, 3921.0, 3900.0, 3931.0, 3890.0, 3932.0, 3891.0, 3921.0, 3878.0, 3910.0, 3920.0, 3911.0, 3930.0, 3888.0, 3931.0, 3879.0, 3920.0, 3877.0, 3920.0, 3888.0, 3911.0, 3910.0, 3901.0, 3929.0, 3889.0, 3931.0, 3889.0, 3929.0, 3888.0, 3920.0, 3889.0, 3919.0, 3889.0, 3920.0, 3868.0, 3898.0, 3916.0, 3899.0, 3930.0, 3889.0, 3929.0, 3888.0, 3919.0, 3878.0, 3918.0, 3889.0, 3909.0, 3886.0, 3899.0, 3918.0, 3899.0, 3930.0, 3888.0, 3918.0, 3877.0, 3909.0, 3888.0, 3921.0, 3889.0, 3911.0, 3878.0, 3899.0, 3898.0, 3909.0, 3930.0, 3889.0, 3929.0, 3888.0, 3918.0, 3878.0, 3920.0, 3889.0, 3930.0, 3878.0, 3908.0, 3877.0, 3898.0, 3877.0, 3899.0, 3928.0, 3898.0, 3928.0, 3877.0, 3919.0, 3877.0, 3909.0, 3877.0, 3908.0, 3877.0, 3908.0, 3896.0, 3898.0, 3929.0, 3888.0, 3917.0, 3878.0, 3917.0, 3878.0, 3910.0, 3877.0, 3910.0, 3878.0, 3910.0, 3918.0, 3899.0, 3929.0, 3889.0, 3919.0, 3880.0, 3920.0, 3890.0, 3943.0, 3879.0, 3910.0, 3878.0, 3911.0, 3929.0, 3900.0, 3931.0, 3888.0, 3920.0, 3878.0, 3921.0, 3888.0, 3920.0, 3878.0, 3912.0, 3868.0, 3910.0, 3929.0, 3889.0, 3920.0, 3878.0, 3919.0, 3888.0, 3930.0, 3889.0, 3920.0, 3868.0, 3899.0, 3896.0, 3910.0, 3929.0, 3888.0, 3919.0, 3878.0, 3909.0, 3877.0, 3910.0, 3876.0, 3899.0, 3928.0, 3888.0, 3930.0, 3877.0, 3908.0, 3877.0, 3909.0, 3865.0, 3898.0, 3886.0, 3899.0, 3927.0, 3889.0, 3919.0, 3877.0, 3918.0, 3876.0, 3910.0, 3919.0, 3910.0, 3927.0, 3876.0, 3905.0, 3875.0, 3918.0, 3876.0, 3909.0, 3866.0, 3888.0, 3918.0, 3889.0, 3929.0, 3890.0, 3919.0, 3876.0, 3908.0, 3888.0, 3909.0, 3908.0, 3898.0, 3928.0, 3889.0, 3929.0, 3877.0, 3920.0, 3879.0, 3909.0, 3867.0, 3910.0, 3898.0, 3899.0, 3918.0, 3888.0, 3917.0, 3878.0, 3917.0, 3878.0, 3929.0, 3876.0, 3909.0, 3865.0, 3909.0, 3928.0, 3909.0, 3930.0, 3887.0, 3918.0, 3878.0, 3919.0, 3887.0, 3919.0, 3877.0, 3898.0, 3866.0, 3898.0, 3928.0, 3899.0, 3918.0, 3877.0, 3907.0, 3866.0, 3919.0, 3876.0, 3909.0, 3918.0, 3888.0, 3942.0, 3879.0, 3919.0, 3878.0, 3921.0, 3890.0, 3920.0, 3855.0, 3898.0, 3897.0, 3878.0, 3917.0, 3889.0, 3930.0, 3877.0, 3917.0, 3877.0, 3898.0, 3877.0, 3910.0, 3877.0, 3920.0, 3918.0, 3897.0, 3929.0, 3888.0, 3928.0, 3878.0, 3919.0, 3877.0, 3909.0, 3877.0, 3908.0, 3908.0, 3899.0, 3931.0, 3901.0, 3930.0, 3878.0, 3929.0, 3877.0, 3899.0, 3867.0, 3888.0, 3918.0, 3889.0, 3928.0, 3876.0, 3919.0, 3867.0, 3898.0, 3876.0, 3899.0, 3930.0, 3888.0, 3929.0, 3868.0, 3918.0, 3865.0, 3908.0, 3877.0, 3897.0, 3928.0, 3877.0, 3919.0, 3877.0, 3921.0, 3877.0, 3909.0, 3876.0, 3889.0, 3929.0, 3876.0, 3919.0, 3879.0, 3920.0, 3877.0, 3899.0, 3867.0, 3899.0, 3919.0, 3889.0, 3930.0, 3889.0, 3920.0, 3878.0, 3910.0, 3868.0, 3901.0, 3941.0, 3901.0, 3931.0, 3878.0, 3910.0, 3879.0, 3900.0, 3919.0, 3889.0, 3930.0, 3877.0, 3910.0, 3880.0, 3900.0, 3918.0, 3899.0, 3941.0, 3878.0, 3919.0, 3879.0, 3919.0, 3878.0, 3900.0, 3931.0, 3878.0, 3930.0, 3879.0, 3932.0, 3878.0, 3911.0, 3919.0, 3888.0, 3928.0, 3880.0, 3932.0, 3889.0, 3921.0, 3867.0, 3898.0, 3908.0, 3900.0, 3929.0, 3879.0, 3930.0, 3878.0, 3918.0, 3877.0, 3921.0, 3888.0, 3909.0, 3917.0, 3888.0, 3928.0, 3867.0, 3930.0, 3889.0, 3930.0, 3877.0, 3899.0, 3867.0, 3910.0, 3898.0, 3899.0, 3928.0, 3889.0, 3928.0, 3879.0, 3931.0, 3900.0, 3920.0, 3877.0, 3899.0, 3867.0, 3899.0, 3929.0, 3899.0, 3928.0, 3877.0, 3929.0, 3879.0, 3921.0, 3889.0, 3898.0, 3866.0, 3898.0, 3908.0, 3898.0, 3930.0, 3877.0, 3919.0, 3877.0, 3908.0, 3878.0, 3910.0, 3878.0, 3921.0, 3908.0, 3899.0, 3929.0, 3889.0, 3929.0, 3880.0, 3931.0, 3879.0, 3920.0, 3867.0, 3890.0, 3896.0, 3900.0, 3940.0, 3877.0, 3929.0, 3878.0, 3909.0, 3877.0, 3911.0, 3888.0, 3900.0, 3929.0, 3889.0, 3931.0, 3880.0, 3920.0, 3879.0, 3911.0, 3889.0, 3912.0, 3890.0, 3912.0, 3932.0, 3910.0, 3942.0, 3889.0, 3931.0, 3878.0, 3921.0, 3890.0, 3920.0, 3898.0, 3899.0, 3929.0, 3889.0, 3929.0, 3877.0, 3931.0, 3887.0, 3898.0, 3855.0, 3888.0, 3929.0, 3890.0, 3928.0, 3877.0, 3920.0, 3867.0, 3899.0, 3878.0, 3901.0, 3931.0, 3889.0, 3929.0, 3878.0, 3919.0, 3879.0, 3930.0, 3878.0, 3900.0, 3916.0, 3878.0, 3919.0, 3879.0, 3930.0, 3888.0, 3910.0, 3867.0, 3899.0, 3919.0, 3900.0, 3929.0, 3878.0, 3919.0, 3878.0, 3920.0, 3890.0, 3909.0, 3898.0, 3889.0, 3928.0, 3877.0, 3940.0, 3877.0, 3930.0, 3877.0, 3896.0, 3865.0, 3899.0, 3919.0, 3899.0, 3928.0, 3878.0, 3918.0, 3868.0, 3919.0, 3889.0, 3910.0, 3856.0, 3888.0, 3917.0, 3900.0, 3929.0, 3878.0, 3930.0, 3867.0, 3898.0, 3865.0, 3900.0, 3929.0, 3887.0, 3928.0, 3865.0, 3918.0, 3876.0, 3918.0, 3875.0, 3899.0, 3897.0, 3888.0, 3928.0, 3878.0, 3930.0, 3878.0, 3918.0, 3878.0, 3909.0, 3876.0, 3900.0, 3920.0, 3899.0, 3928.0, 3878.0, 3918.0, 3866.0, 3920.0, 3890.0, 3921.0, 3866.0, 3898.0, 3918.0, 3889.0, 3929.0, 3877.0, 3929.0, 3878.0, 3908.0, 3879.0, 3921.0, 3879.0, 3910.0, 3897.0, 3889.0, 3930.0, 3890.0, 3940.0, 3878.0, 3929.0, 3878.0, 3909.0, 3878.0, 3932.0, 3889.0, 3921.0, 3879.0, 3899.0, 3869.0, 3900.0, 3919.0, 3899.0, 3930.0, 3878.0, 3929.0, 3868.0, 3919.0, 3876.0, 3920.0, 3866.0, 3899.0, 3887.0, 3898.0, 3929.0, 3888.0, 3919.0, 3902.0, 3930.0, 3878.0, 3919.0, 3880.0, 3920.0, 3888.0, 3909.0, 3878.0, 3899.0, 3866.0, 3899.0, 3879.0, 3899.0, 3908.0, 3899.0, 3918.0, 3901.0, 3929.0, 3889.0, 3929.0, 3878.0, 3918.0, 3878.0, 3921.0, 3889.0, 3919.0, 3876.0, 3887.0, 3878.0, 3900.0, 3919.0, 3897.0, 3929.0, 3887.0, 3919.0, 3890.0, 3930.0, 3879.0, 3930.0, 3877.0, 3908.0, 3878.0, 3910.0, 3889.0, 3909.0, 3877.0, 3888.0, 3887.0, 3888.0, 3929.0, 3888.0, 3928.0, 3866.0, 3918.0, 3877.0, 3919.0, 3889.0, 3920.0, 3867.0, 3898.0, 3865.0, 3889.0, 3917.0, 3897.0, 3928.0, 3877.0, 3928.0, 3866.0, 3917.0, 3879.0, 3918.0, 3876.0, 3908.0, 3867.0, 3887.0, 3866.0, 3888.0, 3907.0, 3898.0, 3928.0, 3877.0, 3918.0, 3878.0, 3917.0, 3877.0, 3929.0, 3876.0, 3898.0, 3865.0, 3887.0, 3878.0, 3899.0, 3908.0, 3888.0, 3929.0, 3889.0, 3917.0, 3878.0, 3928.0, 3877.0, 3928.0, 3868.0, 3908.0, 3876.0, 3898.0, 3878.0, 3909.0, 3906.0, 3898.0, 3917.0, 3876.0, 3929.0, 3877.0, 3929.0, 3878.0, 3929.0, 3878.0, 3907.0, 3879.0, 3910.0, 3891.0, 3911.0, 3878.0, 3889.0, 3897.0, 3900.0, 3940.0, 3888.0, 3929.0, 3877.0, 3917.0, 3868.0, 3929.0, 3878.0, 3919.0, 3877.0, 3899.0, 3867.0, 3889.0, 3889.0, 3910.0, 3889.0, 3909.0, 3907.0, 3888.0, 3916.0, 3888.0, 3940.0, 3877.0, 3928.0, 3877.0, 3918.0, 3878.0, 3920.0, 3889.0, 3910.0, 3867.0, 3888.0, 3855.0, 3888.0, 3928.0, 3877.0, 3928.0, 3867.0, 3918.0, 3868.0, 3918.0, 3876.0, 3917.0, 3875.0, 3888.0, 3866.0, 3888.0, 3875.0, 3888.0, 3906.0, 3888.0, 3918.0, 3878.0, 3938.0, 3878.0, 3928.0, 3867.0, 3917.0, 3878.0, 3909.0, 3877.0, 3908.0, 3876.0, 3886.0, 3865.0, 3889.0, 3886.0, 3887.0, 3916.0, 3877.0, 3926.0, 3866.0, 3928.0, 3876.0, 3928.0, 3876.0, 3908.0, 3867.0, 3908.0, 3878.0, 3919.0, 3877.0, 3899.0, 3866.0, 3876.0, 3895.0, 3887.0, 3939.0, 3876.0, 3926.0, 3867.0, 3906.0, 3865.0, 3918.0, 3876.0, 3908.0, 3876.0, 3888.0, 3865.0, 3898.0, 3909.0, 3909.0, 3929.0, 3898.0, 3929.0, 3867.0, 3928.0, 3867.0, 3918.0, 3867.0, 3920.0, 3878.0, 3909.0, 3878.0, 3900.0, 3878.0, 3922.0, 3909.0, 3920.0, 3927.0, 3897.0, 3926.0, 3883.0, 3914.0, 3862.0, 3903.0, 3862.0, 3892.0, 3849.0, 3860.0, 3838.0, 3849.0, 3889.0, 3860.0, 3913.0, 3861.0, 3901.0, 3850.0, 3891.0, 3863.0, 3884.0, 3861.0, 3873.0, 3851.0, 3863.0, 3903.0, 3865.0, 3904.0, 3864.0, 3916.0, 3865.0, 3906.0, 3875.0, 3897.0, 3865.0, 3877.0, 3906.0, 3887.0, 3928.0, 3889.0, 3929.0, 3867.0, 3931.0, 3886.0, 3898.0, 3877.0, 3898.0, 3887.0, 3909.0, 3885.0, 3898.0, 3906.0, 3887.0, 3917.0, 3877.0, 3940.0, 3899.0, 3929.0, 3877.0, 3908.0, 3866.0, 3898.0, 3877.0, 3898.0, 3876.0, 3889.0, 3918.0, 3900.0, 3939.0, 3888.0, 3930.0, 3878.0, 3929.0, 3878.0, 3919.0, 3889.0, 3910.0, 3877.0, 3899.0, 3856.0, 3888.0, 3918.0, 3888.0, 3930.0, 3879.0, 3930.0, 3887.0, 3910.0, 3888.0, 3911.0, 3890.0, 3901.0, 3919.0, 3890.0, 3940.0, 3879.0, 3930.0, 3889.0, 3910.0, 3878.0, 3900.0, 3868.0, 3902.0, 3931.0, 3901.0, 3941.0, 3879.0, 3941.0, 3879.0, 3931.0, 3889.0, 3931.0, 3890.0, 3921.0, 3880.0, 3912.0, 3869.0, 3901.0, 3901.0, 3912.0, 3921.0, 3912.0, 3931.0, 3901.0, 3941.0, 3890.0, 3942.0, 3891.0, 3942.0, 3880.0, 3931.0, 3889.0, 3900.0, 3889.0, 3900.0, 3909.0, 3889.0, 3940.0, 3877.0, 3929.0, 3879.0, 3929.0, 3888.0, 3908.0, 3877.0, 3887.0, 3856.0, 3889.0, 3930.0, 3889.0, 3930.0, 3878.0, 3930.0, 3877.0, 3920.0, 3878.0, 3910.0, 3878.0, 3900.0, 3867.0, 3901.0, 3920.0, 3900.0, 3942.0, 3889.0, 3941.0, 3880.0, 3932.0, 3879.0, 3930.0, 3889.0, 3930.0, 3878.0, 3899.0, 3877.0, 3889.0, 3909.0, 3910.0, 3928.0, 3889.0, 3929.0, 3878.0, 3928.0, 3869.0, 3930.0, 3888.0, 3920.0, 3877.0, 3899.0, 3856.0, 3887.0, 3908.0, 3900.0, 3929.0, 3879.0, 3919.0, 3880.0, 3931.0, 3878.0, 3921.0, 3876.0, 3900.0, 3867.0, 3899.0, 3918.0, 3911.0, 3941.0, 3889.0, 3930.0, 3878.0, 3929.0, 3879.0, 3920.0, 3878.0, 3908.0, 3878.0, 3911.0, 3891.0, 3901.0, 3908.0, 3898.0, 3929.0, 3877.0, 3929.0, 3878.0, 3930.0, 3877.0, 3918.0, 3877.0, 3897.0, 3876.0, 3899.0, 3889.0, 3898.0, 3897.0, 3888.0, 3918.0, 3889.0, 3928.0, 3889.0, 3928.0, 3878.0, 3932.0, 3890.0, 3920.0, 3878.0, 3889.0, 3868.0, 3900.0, 3898.0, 3900.0, 3928.0, 3889.0, 3918.0, 3880.0, 3940.0, 3878.0, 3930.0, 3877.0, 3909.0, 3865.0, 3888.0, 3896.0, 3886.0, 3916.0, 3876.0, 3916.0, 3864.0, 3916.0, 3876.0, 3906.0, 3875.0, 3908.0, 3864.0, 3885.0, 3903.0, 3863.0, 3915.0, 3865.0, 3915.0, 3877.0, 3907.0, 3865.0, 3896.0, 3875.0, 3886.0, 3874.0, 3898.0, 3929.0, 3867.0, 3904.0, 3865.0, 3917.0, 3887.0, 3907.0, 3877.0, 3898.0, 3867.0, 3899.0, 3900.0, 3901.0, 3920.0, 3900.0, 3930.0, 3879.0, 3931.0, 3879.0, 3930.0, 3878.0, 3919.0, 3876.0, 3899.0, 3866.0, 3899.0, 3928.0, 3889.0, 3929.0, 3878.0, 3930.0, 3878.0, 3933.0, 3892.0, 3921.0, 3890.0, 3911.0, 3868.0, 3901.0, 3877.0, 3901.0, 3942.0, 3891.0, 3941.0, 3890.0, 3931.0, 3879.0, 3910.0, 3891.0, 3912.0, 3890.0, 3911.0, 3901.0, 3901.0, 3929.0, 3901.0, 3942.0, 3901.0, 3931.0, 3880.0, 3920.0, 3870.0, 3920.0, 3890.0, 3911.0, 3879.0, 3912.0, 3881.0, 3913.0, 3892.0, 3912.0, 3891.0, 3911.0, 3869.0, 3902.0], 'WindowWidth': [8847.0, 8771.0, 8782.0, 8797.0, 8754.0, 8789.0, 8718.0, 8769.0, 8699.0, 8772.0, 8715.0, 8780.0, 8753.0, 8725.0, 8766.0, 8694.0, 8753.0, 8695.0, 8762.0, 8696.0, 8727.0, 8709.0, 8726.0, 8770.0, 8710.0, 8767.0, 8706.0, 8775.0, 8712.0, 8759.0, 8726.0, 8728.0, 8766.0, 8700.0, 8766.0, 8697.0, 8756.0, 8709.0, 8741.0, 8723.0, 8725.0, 8752.0, 8704.0, 8755.0, 8703.0, 8744.0, 8706.0, 8778.0, 8733.0, 8765.0, 8720.0, 8779.0, 8778.0, 8780.0, 8756.0, 8731.0, 8769.0, 8719.0, 8769.0, 8701.0, 8757.0, 8717.0, 8760.0, 8701.0, 8741.0, 8685.0, 8730.0, 8765.0, 8742.0, 8771.0, 8717.0, 8769.0, 8701.0, 8754.0, 8715.0, 8759.0, 8700.0, 8727.0, 8764.0, 8713.0, 8756.0, 8701.0, 8763.0, 8704.0, 8746.0, 8685.0, 8749.0, 8748.0, 8751.0, 8775.0, 8722.0, 8757.0, 8715.0, 8776.0, 8717.0, 8748.0, 8761.0, 8734.0, 8775.0, 8721.0, 8777.0, 8721.0, 8760.0, 8701.0, 8746.0, 8758.0, 8748.0, 8773.0, 8714.0, 8775.0, 8703.0, 8758.0, 8698.0, 8759.0, 8713.0, 8747.0, 8745.0, 8733.0, 8768.0, 8716.0, 8773.0, 8715.0, 8768.0, 8713.0, 8759.0, 8716.0, 8757.0, 8716.0, 8757.0, 8685.0, 8726.0, 8748.0, 8728.0, 8773.0, 8717.0, 8768.0, 8712.0, 8755.0, 8702.0, 8755.0, 8714.0, 8741.0, 8708.0, 8727.0, 8751.0, 8729.0, 8770.0, 8713.0, 8752.0, 8698.0, 8740.0, 8713.0, 8759.0, 8718.0, 8746.0, 8698.0, 8727.0, 8726.0, 8743.0, 8770.0, 8715.0, 8768.0, 8713.0, 8752.0, 8702.0, 8758.0, 8715.0, 8770.0, 8699.0, 8740.0, 8696.0, 8725.0, 8697.0, 8728.0, 8766.0, 8724.0, 8765.0, 8695.0, 8752.0, 8697.0, 8740.0, 8696.0, 8739.0, 8696.0, 8741.0, 8722.0, 8726.0, 8769.0, 8711.0, 8749.0, 8700.0, 8749.0, 8699.0, 8743.0, 8698.0, 8745.0, 8700.0, 8744.0, 8753.0, 8730.0, 8768.0, 8715.0, 8755.0, 8706.0, 8760.0, 8719.0, 8797.0, 8703.0, 8745.0, 8699.0, 8747.0, 8769.0, 8730.0, 8773.0, 8714.0, 8755.0, 8701.0, 8759.0, 8714.0, 8758.0, 8698.0, 8749.0, 8685.0, 8744.0, 8768.0, 8715.0, 8755.0, 8698.0, 8755.0, 8712.0, 8772.0, 8715.0, 8758.0, 8684.0, 8727.0, 8718.0, 8745.0, 8767.0, 8712.0, 8755.0, 8699.0, 8741.0, 8696.0, 8744.0, 8693.0, 8727.0, 8763.0, 8709.0, 8769.0, 8696.0, 8738.0, 8694.0, 8740.0, 8677.0, 8724.0, 8705.0, 8729.0, 8764.0, 8714.0, 8752.0, 8695.0, 8749.0, 8693.0, 8744.0, 8751.0, 8743.0, 8760.0, 8692.0, 8730.0, 8692.0, 8751.0, 8692.0, 8740.0, 8679.0, 8711.0, 8750.0, 8714.0, 8768.0, 8718.0, 8754.0, 8694.0, 8737.0, 8712.0, 8740.0, 8737.0, 8725.0, 8764.0, 8714.0, 8769.0, 8696.0, 8758.0, 8700.0, 8741.0, 8682.0, 8743.0, 8724.0, 8726.0, 8749.0, 8712.0, 8749.0, 8699.0, 8750.0, 8700.0, 8769.0, 8693.0, 8740.0, 8677.0, 8741.0, 8764.0, 8742.0, 8770.0, 8710.0, 8751.0, 8699.0, 8754.0, 8709.0, 8753.0, 8695.0, 8724.0, 8679.0, 8726.0, 8766.0, 8728.0, 8752.0, 8695.0, 8734.0, 8682.0, 8754.0, 8694.0, 8742.0, 8750.0, 8714.0, 8789.0, 8703.0, 8756.0, 8703.0, 8761.0, 8717.0, 8756.0, 8664.0, 8724.0, 8720.0, 8698.0, 8749.0, 8714.0, 8770.0, 8697.0, 8748.0, 8696.0, 8725.0, 8698.0, 8744.0, 8696.0, 8759.0, 8751.0, 8723.0, 8765.0, 8713.0, 8766.0, 8699.0, 8753.0, 8695.0, 8740.0, 8696.0, 8741.0, 8738.0, 8728.0, 8772.0, 8735.0, 8768.0, 8698.0, 8768.0, 8695.0, 8727.0, 8683.0, 8711.0, 8751.0, 8713.0, 8765.0, 8694.0, 8753.0, 8682.0, 8724.0, 8692.0, 8727.0, 8768.0, 8711.0, 8764.0, 8684.0, 8749.0, 8676.0, 8739.0, 8696.0, 8722.0, 8764.0, 8696.0, 8753.0, 8695.0, 8757.0, 8697.0, 8741.0, 8693.0, 8713.0, 8766.0, 8694.0, 8752.0, 8702.0, 8758.0, 8695.0, 8726.0, 8681.0, 8727.0, 8752.0, 8716.0, 8770.0, 8718.0, 8758.0, 8699.0, 8745.0, 8689.0, 8736.0, 8787.0, 8735.0, 8773.0, 8698.0, 8742.0, 8700.0, 8730.0, 8754.0, 8715.0, 8769.0, 8697.0, 8744.0, 8704.0, 8732.0, 8753.0, 8728.0, 8787.0, 8700.0, 8756.0, 8703.0, 8756.0, 8700.0, 8731.0, 8772.0, 8700.0, 8769.0, 8703.0, 8778.0, 8700.0, 8746.0, 8754.0, 8712.0, 8765.0, 8705.0, 8775.0, 8715.0, 8760.0, 8684.0, 8727.0, 8738.0, 8733.0, 8769.0, 8700.0, 8770.0, 8698.0, 8753.0, 8696.0, 8760.0, 8713.0, 8741.0, 8747.0, 8711.0, 8763.0, 8684.0, 8770.0, 8716.0, 8771.0, 8696.0, 8727.0, 8681.0, 8743.0, 8725.0, 8727.0, 8764.0, 8715.0, 8766.0, 8700.0, 8773.0, 8731.0, 8757.0, 8696.0, 8729.0, 8682.0, 8728.0, 8768.0, 8727.0, 8765.0, 8696.0, 8767.0, 8702.0, 8760.0, 8713.0, 8725.0, 8680.0, 8725.0, 8736.0, 8727.0, 8770.0, 8698.0, 8752.0, 8695.0, 8739.0, 8699.0, 8743.0, 8699.0, 8759.0, 8738.0, 8728.0, 8767.0, 8714.0, 8766.0, 8704.0, 8772.0, 8701.0, 8756.0, 8681.0, 8715.0, 8718.0, 8732.0, 8783.0, 8697.0, 8767.0, 8698.0, 8741.0, 8696.0, 8747.0, 8714.0, 8731.0, 8767.0, 8717.0, 8774.0, 8705.0, 8756.0, 8703.0, 8746.0, 8715.0, 8750.0, 8718.0, 8750.0, 8776.0, 8746.0, 8788.0, 8714.0, 8771.0, 8699.0, 8760.0, 8718.0, 8759.0, 8724.0, 8728.0, 8766.0, 8715.0, 8766.0, 8696.0, 8772.0, 8708.0, 8724.0, 8664.0, 8710.0, 8768.0, 8718.0, 8765.0, 8696.0, 8755.0, 8682.0, 8727.0, 8697.0, 8735.0, 8772.0, 8715.0, 8767.0, 8699.0, 8753.0, 8701.0, 8772.0, 8698.0, 8730.0, 8746.0, 8699.0, 8754.0, 8703.0, 8771.0, 8711.0, 8744.0, 8682.0, 8727.0, 8754.0, 8729.0, 8768.0, 8700.0, 8753.0, 8698.0, 8756.0, 8720.0, 8742.0, 8722.0, 8713.0, 8762.0, 8696.0, 8783.0, 8695.0, 8768.0, 8694.0, 8720.0, 8678.0, 8728.0, 8753.0, 8728.0, 8763.0, 8696.0, 8750.0, 8686.0, 8754.0, 8713.0, 8742.0, 8667.0, 8711.0, 8748.0, 8730.0, 8768.0, 8698.0, 8768.0, 8680.0, 8724.0, 8678.0, 8729.0, 8766.0, 8708.0, 8763.0, 8677.0, 8749.0, 8693.0, 8750.0, 8690.0, 8725.0, 8720.0, 8710.0, 8763.0, 8700.0, 8768.0, 8698.0, 8751.0, 8696.0, 8741.0, 8691.0, 8729.0, 8755.0, 8725.0, 8762.0, 8696.0, 8750.0, 8682.0, 8755.0, 8716.0, 8759.0, 8678.0, 8723.0, 8747.0, 8712.0, 8766.0, 8696.0, 8765.0, 8696.0, 8738.0, 8704.0, 8759.0, 8701.0, 8744.0, 8723.0, 8714.0, 8768.0, 8717.0, 8783.0, 8698.0, 8766.0, 8699.0, 8739.0, 8699.0, 8775.0, 8715.0, 8759.0, 8698.0, 8728.0, 8687.0, 8730.0, 8753.0, 8726.0, 8768.0, 8699.0, 8767.0, 8685.0, 8753.0, 8692.0, 8755.0, 8677.0, 8724.0, 8708.0, 8724.0, 8765.0, 8710.0, 8753.0, 8736.0, 8768.0, 8699.0, 8752.0, 8705.0, 8758.0, 8711.0, 8740.0, 8696.0, 8727.0, 8678.0, 8727.0, 8701.0, 8728.0, 8737.0, 8727.0, 8750.0, 8732.0, 8766.0, 8714.0, 8766.0, 8698.0, 8749.0, 8698.0, 8760.0, 8715.0, 8755.0, 8692.0, 8708.0, 8699.0, 8730.0, 8753.0, 8723.0, 8764.0, 8709.0, 8753.0, 8718.0, 8770.0, 8699.0, 8767.0, 8695.0, 8735.0, 8696.0, 8743.0, 8711.0, 8738.0, 8695.0, 8711.0, 8707.0, 8710.0, 8766.0, 8709.0, 8762.0, 8678.0, 8746.0, 8695.0, 8754.0, 8713.0, 8755.0, 8679.0, 8722.0, 8674.0, 8713.0, 8748.0, 8721.0, 8762.0, 8694.0, 8762.0, 8679.0, 8747.0, 8699.0, 8752.0, 8689.0, 8736.0, 8678.0, 8706.0, 8677.0, 8710.0, 8734.0, 8722.0, 8762.0, 8693.0, 8747.0, 8698.0, 8746.0, 8693.0, 8764.0, 8690.0, 8722.0, 8675.0, 8706.0, 8696.0, 8726.0, 8737.0, 8710.0, 8765.0, 8711.0, 8746.0, 8698.0, 8764.0, 8695.0, 8763.0, 8682.0, 8736.0, 8689.0, 8723.0, 8696.0, 8739.0, 8730.0, 8722.0, 8745.0, 8691.0, 8763.0, 8694.0, 8766.0, 8699.0, 8764.0, 8698.0, 8733.0, 8701.0, 8745.0, 8719.0, 8746.0, 8697.0, 8712.0, 8720.0, 8728.0, 8781.0, 8710.0, 8763.0, 8695.0, 8745.0, 8683.0, 8765.0, 8697.0, 8754.0, 8695.0, 8725.0, 8680.0, 8713.0, 8715.0, 8743.0, 8713.0, 8740.0, 8734.0, 8710.0, 8744.0, 8712.0, 8783.0, 8696.0, 8763.0, 8694.0, 8750.0, 8698.0, 8755.0, 8714.0, 8743.0, 8679.0, 8708.0, 8663.0, 8710.0, 8760.0, 8694.0, 8762.0, 8682.0, 8747.0, 8685.0, 8750.0, 8691.0, 8748.0, 8689.0, 8711.0, 8677.0, 8711.0, 8690.0, 8708.0, 8729.0, 8708.0, 8747.0, 8696.0, 8776.0, 8698.0, 8763.0, 8680.0, 8746.0, 8696.0, 8738.0, 8695.0, 8736.0, 8691.0, 8705.0, 8675.0, 8713.0, 8704.0, 8706.0, 8743.0, 8693.0, 8756.0, 8679.0, 8762.0, 8691.0, 8761.0, 8692.0, 8735.0, 8681.0, 8738.0, 8697.0, 8754.0, 8693.0, 8725.0, 8677.0, 8691.0, 8712.0, 8708.0, 8779.0, 8692.0, 8756.0, 8679.0, 8729.0, 8677.0, 8748.0, 8691.0, 8738.0, 8690.0, 8708.0, 8676.0, 8725.0, 8739.0, 8738.0, 8765.0, 8724.0, 8765.0, 8681.0, 8761.0, 8683.0, 8749.0, 8683.0, 8755.0, 8698.0, 8740.0, 8698.0, 8729.0, 8700.0, 8763.0, 8740.0, 8756.0, 8761.0, 8719.0, 8757.0, 8693.0, 8734.0, 8663.0, 8719.0, 8662.0, 8702.0, 8639.0, 8657.0, 8624.0, 8642.0, 8693.0, 8660.0, 8731.0, 8661.0, 8713.0, 8646.0, 8699.0, 8667.0, 8696.0, 8661.0, 8679.0, 8646.0, 8665.0, 8719.0, 8674.0, 8722.0, 8673.0, 8743.0, 8673.0, 8730.0, 8688.0, 8719.0, 8674.0, 8693.0, 8729.0, 8706.0, 8763.0, 8715.0, 8765.0, 8680.0, 8769.0, 8704.0, 8722.0, 8693.0, 8722.0, 8708.0, 8740.0, 8702.0, 8722.0, 8730.0, 8707.0, 8745.0, 8695.0, 8782.0, 8726.0, 8765.0, 8694.0, 8733.0, 8678.0, 8723.0, 8693.0, 8723.0, 8691.0, 8715.0, 8749.0, 8728.0, 8780.0, 8712.0, 8767.0, 8697.0, 8765.0, 8695.0, 8753.0, 8714.0, 8744.0, 8694.0, 8726.0, 8665.0, 8711.0, 8748.0, 8711.0, 8767.0, 8700.0, 8769.0, 8710.0, 8743.0, 8712.0, 8746.0, 8719.0, 8733.0, 8752.0, 8717.0, 8782.0, 8699.0, 8768.0, 8715.0, 8743.0, 8698.0, 8731.0, 8685.0, 8736.0, 8772.0, 8732.0, 8785.0, 8700.0, 8786.0, 8702.0, 8771.0, 8715.0, 8773.0, 8718.0, 8761.0, 8704.0, 8748.0, 8688.0, 8734.0, 8732.0, 8748.0, 8759.0, 8748.0, 8772.0, 8734.0, 8786.0, 8719.0, 8789.0, 8721.0, 8789.0, 8703.0, 8774.0, 8716.0, 8730.0, 8715.0, 8730.0, 8740.0, 8715.0, 8783.0, 8697.0, 8766.0, 8700.0, 8768.0, 8711.0, 8739.0, 8693.0, 8709.0, 8665.0, 8714.0, 8770.0, 8715.0, 8767.0, 8699.0, 8768.0, 8697.0, 8755.0, 8699.0, 8745.0, 8699.0, 8731.0, 8683.0, 8733.0, 8756.0, 8732.0, 8789.0, 8716.0, 8786.0, 8705.0, 8775.0, 8701.0, 8772.0, 8714.0, 8771.0, 8696.0, 8727.0, 8694.0, 8713.0, 8738.0, 8743.0, 8765.0, 8712.0, 8764.0, 8696.0, 8762.0, 8689.0, 8768.0, 8710.0, 8757.0, 8695.0, 8726.0, 8666.0, 8709.0, 8736.0, 8728.0, 8766.0, 8700.0, 8753.0, 8704.0, 8771.0, 8699.0, 8759.0, 8693.0, 8728.0, 8679.0, 8727.0, 8750.0, 8745.0, 8786.0, 8713.0, 8769.0, 8698.0, 8765.0, 8700.0, 8755.0, 8697.0, 8738.0, 8698.0, 8745.0, 8719.0, 8732.0, 8737.0, 8724.0, 8766.0, 8693.0, 8763.0, 8695.0, 8767.0, 8695.0, 8750.0, 8694.0, 8721.0, 8691.0, 8728.0, 8714.0, 8724.0, 8720.0, 8709.0, 8748.0, 8712.0, 8764.0, 8712.0, 8764.0, 8697.0, 8776.0, 8717.0, 8757.0, 8697.0, 8712.0, 8683.0, 8730.0, 8724.0, 8727.0, 8763.0, 8714.0, 8750.0, 8703.0, 8781.0, 8695.0, 8767.0, 8692.0, 8737.0, 8674.0, 8708.0, 8716.0, 8704.0, 8742.0, 8688.0, 8741.0, 8670.0, 8740.0, 8690.0, 8730.0, 8685.0, 8735.0, 8669.0, 8700.0, 8718.0, 8669.0, 8740.0, 8672.0, 8737.0, 8692.0, 8730.0, 8673.0, 8714.0, 8687.0, 8702.0, 8684.0, 8723.0, 8766.0, 8679.0, 8725.0, 8676.0, 8745.0, 8708.0, 8734.0, 8695.0, 8725.0, 8682.0, 8728.0, 8731.0, 8734.0, 8757.0, 8729.0, 8768.0, 8699.0, 8771.0, 8702.0, 8768.0, 8696.0, 8754.0, 8691.0, 8724.0, 8678.0, 8725.0, 8764.0, 8712.0, 8766.0, 8696.0, 8767.0, 8699.0, 8779.0, 8722.0, 8760.0, 8715.0, 8746.0, 8685.0, 8732.0, 8695.0, 8731.0, 8788.0, 8721.0, 8785.0, 8716.0, 8771.0, 8700.0, 8744.0, 8718.0, 8749.0, 8717.0, 8745.0, 8732.0, 8731.0, 8766.0, 8731.0, 8787.0, 8731.0, 8772.0, 8704.0, 8755.0, 8691.0, 8756.0, 8718.0, 8746.0, 8702.0, 8749.0, 8707.0, 8753.0, 8724.0, 8749.0, 8719.0, 8747.0, 8687.0, 8736.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.0002617058377558757</td></tr>
<tr><td colspan=3>aqi</td><td>0.031129220545868082</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.90570960667676</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.207892954795144</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9559012860622155</td></tr>
<tr><td colspan=3>efc</td><td>0.4472</td></tr>
<tr><td colspan=3>fber</td><td>6834.6382</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08332237119596031</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>20</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.5163002274450341</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4904655257112176</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.47032448655742</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6512313913351724</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3498406992410605</td></tr>
<tr><td colspan=3>gcor</td><td>0.00538225</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017842909321188927</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01966083236038685</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.743606765330745</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>28.178</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.4022</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.0456</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>309437.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>700.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>299.8347</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1178</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>478.8074</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3146.0126</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67107.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>911.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4113.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.133</td></tr>
<tr><td colspan=3>tsnr</td><td>37.64300923515111</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>