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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0036/ses-04/func/sub-0036_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c442f40071482fc9cb2c84a9fa7fb390</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:29:57.845000</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.998786, 0.0490244, 0.00476119, -0.0491983, 0.997602, 0.0486789]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.111976</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4166, -7717, -7219, 591, -17, -25, 93, 65]</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>291.619</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c9127d7-85fd-4dbd-afab-de74bf321e0a||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.6796703338623047, -0.13199539482593536, 0.006380968727171421, 117.97613525390625], [-0.13152876496315002, 2.6764934062957764, 0.13190586864948273, -88.49603271484375], [0.012773922644555569, -0.13060185313224792, 2.696768283843994, -45.6597900390625], [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': ['182957.845000', '182958.305000', '182958.765000', '182959.225000', '182959.685000', '183000.145000', '183000.605000', '183001.065000', '183001.525000', '183001.985000', '183002.445000', '183002.905000', '183003.365000', '183003.825000', '183004.285000', '183004.745000', '183005.205000', '183005.665000', '183006.125000', '183006.585000', '183007.045000', '183007.505000', '183007.965000', '183008.425000', '183008.885000', '183009.345000', '183009.805000', '183010.265000', '183010.725000', '183011.185000', '183011.645000', '183012.105000', '183012.565000', '183013.025000', '183013.485000', '183013.945000', '183014.405000', '183014.865000', '183015.325000', '183015.785000', '183016.245000', '183016.705000', '183017.165000', '183017.625000', '183018.085000', '183018.545000', '183019.005000', '183019.465000', '183019.925000', '183020.385000', '183020.845000', '183021.305000', '183021.765000', '183022.225000', '183022.685000', '183023.145000', '183023.605000', '183024.065000', '183024.525000', '183024.985000', '183025.445000', '183025.905000', '183026.365000', '183026.825000', '183027.285000', '183027.745000', '183028.205000', '183028.665000', '183029.125000', '183029.585000', '183030.045000', '183030.505000', '183030.965000', '183031.425000', '183031.885000', '183032.345000', '183032.805000', '183033.265000', '183033.725000', '183034.185000', '183034.645000', '183035.105000', '183035.565000', '183036.025000', '183036.485000', '183036.945000', '183037.405000', '183037.865000', '183038.325000', '183038.785000', '183039.245000', '183039.705000', '183040.165000', '183040.625000', '183041.085000', '183041.545000', '183042.005000', '183042.465000', '183042.925000', '183043.385000', '183043.845000', '183044.305000', '183044.765000', '183045.225000', '183045.685000', '183046.145000', '183046.605000', '183047.065000', '183047.525000', '183047.985000', '183048.445000', '183048.905000', '183049.365000', '183049.825000', '183050.285000', '183050.745000', '183051.205000', '183051.665000', '183052.125000', '183052.585000', '183053.045000', '183053.505000', '183053.965000', '183054.425000', '183054.885000', '183055.345000', '183055.805000', '183056.265000', '183056.725000', '183057.185000', '183057.645000', '183058.105000', '183058.565000', '183059.025000', '183059.485000', '183059.945000', '183100.405000', '183100.865000', '183101.325000', '183101.785000', '183102.245000', '183102.705000', '183103.165000', '183103.625000', '183104.085000', '183104.545000', '183105.005000', '183105.465000', '183105.925000', '183106.385000', '183106.845000', '183107.305000', '183107.765000', '183108.225000', '183108.685000', '183109.145000', '183109.605000', '183110.065000', '183110.525000', '183110.985000', '183111.445000', '183111.905000', '183112.365000', '183112.825000', '183113.285000', '183113.745000', '183114.205000', '183114.665000', '183115.125000', '183115.585000', '183116.045000', '183116.505000', '183116.965000', '183117.425000', '183117.885000', '183118.345000', '183118.805000', '183119.265000', '183119.725000', '183120.185000', '183120.645000', '183121.105000', '183121.565000', '183122.025000', '183122.485000', '183122.945000', '183123.405000', '183123.865000', '183124.325000', '183124.785000', '183125.245000', '183125.705000', '183126.165000', '183126.625000', '183127.085000', '183127.545000', '183128.005000', '183128.465000', '183128.925000', '183129.385000', '183129.845000', '183130.305000', '183130.765000', '183131.225000', '183131.685000', '183132.145000', '183132.605000', '183133.065000', '183133.525000', '183133.985000', '183134.445000', '183134.905000', '183135.365000', '183135.825000', '183136.285000', '183136.745000', '183137.205000', '183137.665000', '183138.125000', '183138.585000', '183139.045000', '183139.505000', '183139.965000', '183140.425000', '183140.885000', '183141.345000', '183141.805000', '183142.265000', '183142.725000', '183143.185000', '183143.645000', '183144.105000', '183144.565000', '183145.025000', '183145.485000', '183145.945000', '183146.405000', '183146.865000', '183147.325000', '183147.785000', '183148.245000', '183148.705000', '183149.165000', '183149.625000', '183150.085000', '183150.545000', '183151.005000', '183151.465000', '183151.925000', '183152.385000', '183152.845000', '183153.305000', '183153.765000', '183154.225000', '183154.685000', '183155.145000', '183155.605000', '183156.065000', '183156.525000', '183156.985000', '183157.445000', '183157.905000', '183158.365000', '183158.825000', '183159.285000', '183159.745000', '183200.205000', '183200.665000', '183201.125000', '183201.585000', '183202.045000', '183202.505000', '183202.965000', '183203.425000', '183203.885000', '183204.345000', '183204.805000', '183205.265000', '183205.725000', '183206.185000', '183206.645000', '183207.105000', '183207.565000', '183208.025000', '183208.485000', '183208.945000', '183209.405000', '183209.865000', '183210.325000', '183210.785000', '183211.245000', '183211.705000', '183212.165000', '183212.625000', '183213.085000', '183213.545000', '183214.005000', '183214.465000', '183214.925000', '183215.385000', '183215.845000', '183216.305000', '183216.765000', '183217.225000', '183217.685000', '183218.145000', '183218.605000', '183219.065000', '183219.525000', '183219.985000', '183220.445000', '183220.905000', '183221.365000', '183221.825000', '183222.285000', '183222.745000', '183223.205000', '183223.665000', '183224.125000', '183224.585000', '183225.045000', '183225.505000', '183225.965000', '183226.425000', '183226.885000', '183227.345000', '183227.805000', '183228.265000', '183228.725000', '183229.185000', '183229.645000', '183230.105000', '183230.565000', '183231.025000', '183231.485000', '183231.945000', '183232.405000', '183232.865000', '183233.325000', '183233.785000', '183234.245000', '183234.705000', '183235.165000', '183235.625000', '183236.085000', '183236.545000', '183237.005000', '183237.465000', '183237.925000', '183238.385000', '183238.845000', '183239.305000', '183239.765000', '183240.225000', '183240.685000', '183241.145000', '183241.605000', '183242.065000', '183242.525000', '183242.985000', '183243.445000', '183243.905000', '183244.365000', '183244.825000', '183245.285000', '183245.745000', '183246.205000', '183246.665000', '183247.125000', '183247.585000', '183248.045000', '183248.505000', '183248.965000', '183249.425000', '183249.885000', '183250.345000', '183250.805000', '183251.265000', '183251.725000', '183252.185000', '183252.645000', '183253.105000', '183253.565000', '183254.025000', '183254.485000', '183254.945000', '183255.405000', '183255.865000', '183256.325000', '183256.785000', '183257.245000', '183257.705000', '183258.165000', '183258.625000', '183259.085000', '183259.545000', '183300.005000', '183300.465000', '183300.925000', '183301.385000', '183301.845000', '183302.305000', '183302.765000', '183303.225000', '183303.685000', '183304.145000', '183304.605000', '183305.065000', '183305.525000', '183305.985000', '183306.445000', '183306.905000', '183307.365000', '183307.825000', '183308.285000', '183308.745000', '183309.205000', '183309.665000', '183310.125000', '183310.585000', '183311.045000', '183311.505000', '183311.965000', '183312.425000', '183312.885000', '183313.345000', '183313.805000', '183314.265000', '183314.725000', '183315.185000', '183315.645000', '183316.105000', '183316.565000', '183317.025000', '183317.485000', '183317.945000', '183318.405000', '183318.865000', '183319.325000', '183319.785000', '183320.245000', '183320.705000', '183321.165000', '183321.625000', '183322.085000', '183322.545000', '183323.005000', '183323.465000', '183323.925000', '183324.385000', '183324.845000', '183325.305000', '183325.765000', '183326.225000', '183326.685000', '183327.145000', '183327.605000', '183328.065000', '183328.525000', '183328.985000', '183329.445000', '183329.905000', '183330.365000', '183330.825000', '183331.285000', '183331.745000', '183332.205000', '183332.665000', '183333.125000', '183333.585000', '183334.045000', '183334.505000', '183334.965000', '183335.425000', '183335.885000', '183336.345000', '183336.805000', '183337.265000', '183337.725000', '183338.185000', '183338.645000', '183339.105000', '183339.565000', '183340.025000', '183340.485000', '183340.945000', '183341.405000', '183341.865000', '183342.325000', '183342.785000', '183343.245000', '183343.705000', '183344.165000', '183344.625000', '183345.085000', '183345.545000', '183346.005000', '183346.465000', '183346.925000', '183347.385000', '183347.845000', '183348.305000', '183348.765000', '183349.225000', '183349.685000', '183350.145000', '183350.605000', '183351.065000', '183351.525000', '183351.985000', '183352.445000', '183352.905000', '183353.365000', '183353.825000', '183354.285000', '183354.745000', '183355.205000', '183355.665000', '183356.125000', '183356.585000', '183357.045000', '183357.505000', '183357.965000', '183358.425000', '183358.885000', '183359.345000', '183359.805000', '183400.265000', '183400.725000', '183401.185000', '183401.645000', '183402.105000', '183402.565000', '183403.025000', '183403.485000', '183403.945000', '183404.405000', '183404.865000', '183405.325000', '183405.785000', '183406.245000', '183406.705000', '183407.165000', '183407.625000', '183408.085000', '183408.545000', '183409.005000', '183409.465000', '183409.925000', '183410.385000', '183410.845000', '183411.305000', '183411.765000', '183412.225000', '183412.685000', '183413.145000', '183413.605000', '183414.065000', '183414.525000', '183414.985000', '183415.445000', '183415.905000', '183416.365000', '183416.825000', '183417.285000', '183417.745000', '183418.205000', '183418.665000', '183419.125000', '183419.585000', '183420.045000', '183420.505000', '183420.965000', '183421.425000', '183421.885000', '183422.345000', '183422.805000', '183423.265000', '183423.725000', '183424.185000', '183424.645000', '183425.105000', '183425.565000', '183426.025000', '183426.485000', '183426.945000', '183427.405000', '183427.865000', '183428.325000', '183428.785000', '183429.245000', '183429.705000', '183430.165000', '183430.625000', '183431.085000', '183431.545000', '183432.005000', '183432.465000', '183432.925000', '183433.385000', '183433.845000', '183434.305000', '183434.765000', '183435.225000', '183435.685000', '183436.145000', '183436.605000', '183437.065000', '183437.525000', '183437.985000', '183438.445000', '183438.905000', '183439.365000', '183439.825000', '183440.285000', '183440.745000', '183441.205000', '183441.665000', '183442.125000', '183442.585000', '183443.045000', '183443.505000', '183443.965000', '183444.425000', '183444.885000', '183445.345000', '183445.805000', '183446.265000', '183446.725000', '183447.185000', '183447.645000', '183448.105000', '183448.565000', '183449.025000', '183449.485000', '183449.945000', '183450.405000', '183450.865000', '183451.325000', '183451.785000', '183452.245000', '183452.705000', '183453.165000', '183453.625000', '183454.085000', '183454.545000', '183455.005000', '183455.465000', '183455.925000', '183456.385000', '183456.845000', '183457.305000', '183457.765000', '183458.225000', '183458.685000', '183459.145000', '183459.605000', '183500.065000', '183500.525000', '183500.985000', '183501.445000', '183501.905000', '183502.365000', '183502.825000', '183503.285000', '183503.745000', '183504.205000', '183504.665000', '183505.125000', '183505.585000', '183506.045000', '183506.505000', '183506.965000', '183507.425000', '183507.885000', '183508.345000', '183508.805000', '183509.265000', '183509.725000', '183510.185000', '183510.645000', '183511.105000', '183511.565000', '183512.025000', '183512.485000', '183512.945000', '183513.405000', '183513.865000', '183514.325000', '183514.785000', '183515.245000', '183515.705000', '183516.165000', '183516.625000', '183517.085000', '183517.545000', '183518.005000', '183518.465000', '183518.925000', '183519.385000', '183519.845000', '183520.305000', '183520.765000', '183521.225000', '183521.685000', '183522.145000', '183522.605000', '183523.065000', '183523.525000', '183523.985000', '183524.445000', '183524.905000', '183525.365000', '183525.825000', '183526.285000', '183526.745000', '183527.205000', '183527.665000', '183528.125000', '183528.585000', '183529.045000', '183529.505000', '183529.965000', '183530.425000', '183530.885000', '183531.345000', '183531.805000', '183532.265000', '183532.725000', '183533.185000', '183533.645000', '183534.105000', '183534.565000', '183535.025000', '183535.485000', '183535.945000', '183536.405000', '183536.865000', '183537.325000', '183537.785000', '183538.245000', '183538.705000', '183539.165000', '183539.625000', '183540.085000', '183540.545000', '183541.005000', '183541.465000', '183541.925000', '183542.385000', '183542.845000', '183543.305000', '183543.765000', '183544.225000', '183544.685000', '183545.145000', '183545.605000', '183546.065000', '183546.525000', '183546.985000', '183547.445000', '183547.905000', '183548.365000', '183548.825000', '183549.285000', '183549.745000', '183550.205000', '183550.665000', '183551.125000', '183551.585000', '183552.045000', '183552.505000', '183552.965000', '183553.425000', '183553.885000', '183554.345000', '183554.805000', '183555.265000', '183555.725000', '183556.185000', '183556.645000', '183557.105000', '183557.565000', '183558.025000', '183558.485000', '183558.945000', '183559.405000', '183559.865000', '183600.325000', '183600.785000', '183601.245000', '183601.705000', '183602.165000', '183602.625000', '183603.085000', '183603.545000', '183604.005000', '183604.465000', '183604.925000', '183605.385000', '183605.845000', '183606.305000', '183606.765000', '183607.225000', '183607.685000', '183608.145000', '183608.605000', '183609.065000', '183609.525000', '183609.985000', '183610.445000', '183610.905000', '183611.365000', '183611.825000', '183612.285000', '183612.745000', '183613.205000', '183613.665000', '183614.125000', '183614.585000', '183615.045000', '183615.505000', '183615.965000', '183616.425000', '183616.885000', '183617.345000', '183617.805000', '183618.265000', '183618.725000', '183619.185000', '183619.645000', '183620.105000', '183620.565000', '183621.025000', '183621.485000', '183621.945000', '183622.405000', '183622.865000', '183623.325000', '183623.785000', '183624.245000', '183624.705000', '183625.165000', '183625.625000', '183626.085000', '183626.545000', '183627.005000', '183627.465000', '183627.925000', '183628.385000', '183628.845000', '183629.305000', '183629.765000', '183630.225000', '183630.685000', '183631.145000', '183631.605000', '183632.065000', '183632.525000', '183632.985000', '183633.445000', '183633.905000', '183634.365000', '183634.825000', '183635.285000', '183635.745000', '183636.205000', '183636.665000', '183637.125000', '183637.585000', '183638.045000', '183638.505000', '183638.965000', '183639.425000', '183639.885000', '183640.345000', '183640.805000', '183641.265000', '183641.725000', '183642.185000', '183642.645000', '183643.105000', '183643.565000', '183644.025000', '183644.485000', '183644.945000', '183645.405000', '183645.865000', '183646.325000', '183646.785000', '183647.245000', '183647.705000', '183648.165000', '183648.625000', '183649.085000', '183649.545000', '183650.005000', '183650.465000', '183650.925000', '183651.385000', '183651.845000', '183652.305000', '183652.765000', '183653.225000', '183653.685000', '183654.145000', '183654.605000', '183655.065000', '183655.525000', '183655.985000', '183656.445000', '183656.905000', '183657.365000', '183657.825000', '183658.285000', '183658.745000', '183659.205000', '183659.665000', '183700.125000', '183700.585000', '183701.045000', '183701.505000', '183701.965000', '183702.425000', '183702.885000', '183703.345000', '183703.805000', '183704.265000', '183704.725000', '183705.185000', '183705.645000', '183706.105000', '183706.565000', '183707.025000', '183707.485000', '183707.945000', '183708.405000', '183708.865000', '183709.325000', '183709.785000', '183710.245000', '183710.705000', '183711.165000', '183711.625000', '183712.085000', '183712.545000', '183713.005000', '183713.465000', '183713.925000', '183714.385000', '183714.845000', '183715.305000', '183715.765000', '183716.225000', '183716.685000', '183717.145000', '183717.605000', '183718.065000', '183718.525000', '183718.985000', '183719.445000', '183719.905000', '183720.365000', '183720.825000', '183721.285000', '183721.745000', '183722.205000', '183722.665000', '183723.125000', '183723.585000', '183724.045000', '183724.505000', '183724.965000', '183725.425000', '183725.885000', '183726.345000', '183726.805000', '183727.265000', '183727.725000', '183728.185000', '183728.645000', '183729.105000', '183729.565000', '183730.025000', '183730.485000', '183730.945000', '183731.405000', '183731.865000', '183732.325000', '183732.785000', '183733.245000', '183733.705000', '183734.165000', '183734.625000', '183735.085000', '183735.545000', '183736.005000', '183736.465000', '183736.925000', '183737.385000', '183737.845000', '183738.305000', '183738.765000', '183739.225000', '183739.685000', '183740.145000', '183740.605000', '183741.065000', '183741.525000', '183741.985000', '183742.445000', '183742.905000', '183743.365000', '183743.825000', '183744.285000', '183744.745000', '183745.205000', '183745.665000', '183746.125000', '183746.585000', '183747.045000', '183747.505000', '183747.965000', '183748.425000', '183748.885000', '183749.345000', '183749.805000', '183750.265000', '183750.725000', '183751.185000', '183751.645000', '183752.105000', '183752.565000', '183753.025000', '183753.485000', '183753.945000', '183754.405000', '183754.865000', '183755.325000', '183755.785000', '183756.245000', '183756.705000', '183757.165000', '183757.625000', '183758.085000', '183758.545000', '183759.005000', '183759.465000', '183759.925000', '183800.385000', '183800.845000', '183801.305000', '183801.765000', '183802.225000', '183802.685000', '183803.145000', '183803.605000', '183804.065000', '183804.525000', '183804.985000', '183805.445000', '183805.905000', '183806.365000', '183806.825000', '183807.285000', '183807.745000', '183808.205000', '183808.665000', '183809.125000', '183809.585000', '183810.045000', '183810.505000', '183810.965000', '183811.425000', '183811.885000', '183812.345000', '183812.805000', '183813.265000', '183813.725000', '183814.185000', '183814.645000', '183815.105000', '183815.565000', '183816.025000', '183816.485000', '183816.945000', '183817.405000', '183817.865000', '183818.325000', '183818.785000', '183819.245000', '183819.705000', '183820.165000', '183820.625000', '183821.085000', '183821.545000', '183822.005000', '183822.465000', '183822.925000', '183823.385000', '183823.845000', '183824.305000', '183824.765000', '183825.225000', '183825.685000', '183826.145000', '183826.605000', '183827.065000', '183827.525000', '183827.985000', '183828.445000', '183828.905000', '183829.365000', '183829.825000', '183830.285000', '183830.745000', '183831.205000', '183831.665000', '183832.125000', '183832.585000', '183833.045000', '183833.505000', '183833.965000', '183834.425000', '183834.885000', '183835.345000', '183835.805000', '183836.265000', '183836.725000', '183837.185000', '183837.645000', '183838.105000', '183838.565000', '183839.025000', '183839.485000', '183839.945000', '183840.405000', '183840.865000', '183841.325000', '183841.785000', '183842.245000', '183842.705000', '183843.165000', '183843.625000', '183844.085000', '183844.545000', '183845.005000', '183845.465000', '183845.925000', '183846.385000', '183846.845000', '183847.305000', '183847.765000', '183848.225000', '183848.685000', '183849.145000', '183849.605000', '183850.065000', '183850.525000', '183850.985000', '183851.445000', '183851.905000', '183852.365000', '183852.825000', '183853.285000', '183853.745000', '183854.205000', '183854.665000', '183855.125000', '183855.585000', '183856.045000', '183856.505000', '183856.965000', '183857.425000', '183857.885000', '183858.345000', '183858.805000', '183859.265000', '183859.725000', '183900.185000', '183900.645000', '183901.105000', '183901.565000', '183902.025000', '183902.485000', '183902.945000', '183903.405000', '183903.865000', '183904.325000', '183904.785000', '183905.245000', '183905.705000', '183906.165000', '183906.625000', '183907.085000', '183907.545000', '183908.005000', '183908.465000', '183908.925000', '183909.385000', '183909.845000', '183910.305000', '183910.765000', '183911.225000', '183911.685000', '183912.145000', '183912.605000', '183913.065000', '183913.525000', '183913.985000', '183914.445000', '183914.905000', '183915.365000', '183915.825000', '183916.285000', '183916.745000', '183917.205000', '183917.665000', '183918.125000', '183918.585000', '183919.045000', '183919.505000', '183919.965000', '183920.425000', '183920.885000', '183921.345000', '183921.805000', '183922.265000', '183922.725000', '183923.185000', '183923.645000', '183924.105000', '183924.565000', '183925.025000', '183925.485000', '183925.945000', '183926.405000', '183926.865000', '183927.325000', '183927.785000', '183928.245000', '183928.705000', '183929.165000', '183929.625000', '183930.085000', '183930.545000', '183931.005000', '183931.465000', '183931.925000', '183932.385000', '183932.845000', '183933.305000', '183933.765000', '183934.225000', '183934.685000', '183935.145000', '183935.605000', '183936.065000', '183936.525000', '183936.985000', '183937.445000', '183937.905000', '183938.365000', '183938.825000', '183939.285000', '183939.745000', '183940.205000', '183940.665000', '183941.125000', '183941.585000', '183942.045000', '183942.505000', '183942.965000', '183943.425000', '183943.885000', '183944.345000', '183944.805000', '183945.265000', '183945.725000', '183946.185000', '183946.645000', '183947.105000', '183947.565000', '183948.025000', '183948.485000', '183948.945000', '183949.405000', '183949.865000', '183950.325000', '183950.785000', '183951.245000', '183951.705000', '183952.165000', '183952.625000', '183953.085000', '183953.545000', '183954.005000', '183954.465000', '183954.925000', '183955.385000', '183955.845000', '183956.305000', '183956.765000', '183957.225000', '183957.685000', '183958.145000', '183958.605000', '183959.065000', '183959.525000', '183959.985000', '184000.445000', '184000.905000', '184001.365000', '184001.825000', '184002.285000', '184002.745000', '184003.205000', '184003.665000', '184004.125000', '184004.585000', '184005.045000', '184005.505000'], 'ContentTime': ['183021.645000', '183021.648000', '183021.651000', '183021.654000', '183021.656000', '183021.659000', '183021.661000', '183021.664000', '183021.666000', '183021.669000', '183021.671000', '183021.674000', '183021.677000', '183021.679000', '183021.682000', '183021.684000', '183021.687000', '183021.689000', '183021.692000', '183021.694000', '183021.697000', '183021.700000', '183021.702000', '183021.705000', '183021.707000', '183021.710000', '183021.712000', '183021.715000', '183021.718000', '183021.720000', '183021.723000', '183021.725000', '183021.728000', '183021.730000', '183021.733000', '183021.736000', '183021.738000', '183021.741000', '183021.743000', '183021.746000', '183021.748000', '183021.751000', '183021.754000', '183021.756000', '183021.761000', '183021.763000', '183021.766000', '183021.768000', '183021.771000', '183021.773000', '183041.611000', '183041.614000', '183041.617000', '183041.620000', '183041.622000', '183041.625000', '183041.627000', '183041.630000', '183041.632000', '183041.635000', '183041.637000', '183041.640000', '183041.642000', '183041.645000', '183041.648000', '183041.650000', '183041.653000', '183041.655000', '183041.658000', '183041.660000', '183041.663000', '183041.666000', '183041.668000', '183041.671000', '183041.673000', '183041.676000', '183041.678000', '183041.684000', '183041.687000', '183041.690000', '183041.692000', '183041.695000', '183041.697000', '183041.700000', '183041.703000', '183041.705000', '183041.708000', '183041.710000', '183041.713000', '183041.716000', '183041.718000', '183041.721000', '183041.723000', '183101.612000', '183101.614000', '183101.617000', '183101.619000', '183101.622000', '183101.624000', '183101.627000', '183101.630000', '183101.632000', '183101.635000', '183101.637000', '183101.640000', '183101.642000', '183101.645000', '183101.647000', '183101.650000', '183101.652000', '183101.655000', '183101.657000', '183101.660000', '183101.663000', '183101.665000', '183101.668000', '183101.670000', '183101.673000', '183101.675000', '183101.678000', '183101.680000', '183101.683000', '183101.685000', '183101.688000', '183101.690000', '183101.693000', '183101.696000', '183101.698000', '183101.701000', '183101.703000', '183101.706000', '183101.708000', '183101.711000', '183101.714000', '183101.716000', '183101.719000', '183101.721000', '183121.612000', '183121.614000', '183121.617000', '183121.620000', '183121.622000', '183121.625000', '183121.627000', '183121.630000', '183121.632000', '183121.635000', '183121.637000', '183121.640000', '183121.643000', '183121.645000', '183121.648000', '183121.650000', '183121.653000', '183121.655000', '183121.658000', '183121.661000', '183121.663000', '183121.666000', '183121.668000', '183121.671000', '183121.681000', '183121.683000', '183121.686000', '183121.688000', '183121.691000', '183121.693000', '183121.696000', '183121.698000', '183121.701000', '183121.704000', '183121.707000', '183121.710000', '183121.713000', '183121.715000', '183121.718000', '183121.720000', '183121.723000', '183121.726000', '183121.728000', '183141.611000', '183141.614000', '183141.617000', '183141.619000', '183141.622000', '183141.624000', '183141.627000', '183141.629000', '183141.632000', '183141.634000', '183141.637000', '183141.640000', '183141.642000', '183141.645000', '183141.647000', '183141.650000', '183141.652000', '183141.668000', '183141.671000', '183141.673000', '183141.676000', '183141.678000', '183141.681000', '183141.684000', '183141.686000', '183141.689000', '183141.691000', '183141.698000', '183141.700000', '183141.703000', '183141.706000', '183141.709000', '183141.711000', '183141.714000', '183141.716000', '183141.719000', '183141.722000', '183141.724000', '183141.727000', '183141.729000', '183141.732000', '183141.734000', '183141.737000', '183141.739000', '183201.611000', '183201.613000', '183201.616000', '183201.619000', '183201.621000', '183201.624000', '183201.626000', '183201.629000', '183201.631000', '183201.634000', '183201.636000', '183201.639000', '183201.641000', '183201.644000', '183201.647000', '183201.649000', '183201.652000', '183201.654000', '183201.657000', '183201.659000', '183201.662000', '183201.664000', '183201.667000', '183201.670000', '183201.672000', '183201.675000', '183201.677000', '183201.680000', '183201.682000', '183201.685000', '183201.687000', '183201.690000', '183201.693000', '183201.695000', '183201.698000', '183201.700000', '183201.703000', '183201.705000', '183201.708000', '183201.711000', '183201.714000', '183201.717000', '183201.720000', '183221.611000', '183221.614000', '183221.617000', '183221.619000', '183221.622000', '183221.624000', '183221.627000', '183221.630000', '183221.632000', '183221.635000', '183221.637000', '183221.640000', '183221.642000', '183221.645000', '183221.647000', '183221.650000', '183221.653000', '183221.655000', '183221.658000', '183221.660000', '183221.663000', '183221.665000', '183221.668000', '183221.670000', '183221.673000', '183221.675000', '183221.678000', '183221.680000', '183221.683000', '183221.686000', '183221.688000', '183221.691000', '183221.693000', '183221.696000', '183221.698000', '183221.701000', '183221.703000', '183221.706000', '183221.708000', '183221.711000', '183221.714000', '183221.716000', '183221.719000', '183221.721000', '183241.612000', '183241.614000', '183241.617000', '183241.619000', '183241.622000', '183241.625000', '183241.627000', '183241.630000', '183241.632000', '183241.635000', '183241.638000', '183241.640000', '183241.643000', '183241.645000', '183241.648000', '183241.651000', '183241.653000', '183241.656000', '183241.658000', '183241.661000', '183241.663000', '183241.666000', '183241.668000', '183241.671000', '183241.674000', '183241.676000', '183241.679000', '183241.681000', '183241.684000', '183241.687000', '183241.689000', '183241.698000', '183241.701000', '183241.704000', '183241.706000', '183241.709000', '183241.711000', '183241.714000', '183241.717000', '183241.719000', '183241.722000', '183241.725000', '183241.727000', '183301.612000', '183301.614000', '183301.617000', '183301.619000', '183301.622000', '183301.625000', '183301.627000', '183301.630000', '183301.632000', '183301.635000', '183301.637000', '183301.640000', '183301.642000', '183301.645000', '183301.648000', '183301.650000', '183301.653000', '183301.656000', '183301.658000', '183301.661000', '183301.663000', '183301.666000', '183301.668000', '183301.671000', '183301.673000', '183301.676000', '183301.679000', '183301.681000', '183301.684000', '183301.686000', '183301.689000', '183301.692000', '183301.694000', '183301.697000', '183301.699000', '183301.702000', '183301.704000', '183301.707000', '183301.709000', '183301.712000', '183301.714000', '183301.717000', '183301.729000', '183301.732000', '183321.611000', '183321.614000', '183321.617000', '183321.619000', '183321.622000', '183321.624000', '183321.627000', '183321.630000', '183321.632000', '183321.635000', '183321.637000', '183321.640000', '183321.643000', '183321.645000', '183321.648000', '183321.650000', '183321.653000', '183321.655000', '183321.658000', '183321.661000', '183321.663000', '183321.666000', '183321.668000', '183321.671000', '183321.673000', '183321.676000', '183321.679000', '183321.681000', '183321.691000', '183321.693000', '183321.696000', '183321.698000', '183321.701000', '183321.704000', '183321.706000', '183321.709000', '183321.711000', '183321.714000', '183321.716000', '183321.719000', '183321.721000', '183321.724000', '183321.727000', '183341.612000', '183341.614000', '183341.617000', '183341.620000', '183341.622000', '183341.625000', '183341.627000', '183341.630000', '183341.632000', '183341.635000', '183341.637000', '183341.640000', '183341.643000', '183341.645000', '183341.648000', '183341.650000', '183341.653000', '183341.655000', '183341.658000', '183341.661000', '183341.663000', '183341.666000', '183341.668000', '183341.671000', '183341.673000', '183341.676000', '183341.678000', '183341.681000', '183341.684000', '183341.686000', '183341.689000', '183341.691000', '183341.694000', '183341.696000', '183341.699000', '183341.701000', '183341.704000', '183341.707000', '183341.709000', '183341.712000', '183341.714000', '183341.717000', '183341.719000', '183341.722000', '183401.612000', '183401.615000', '183401.617000', '183401.620000', '183401.622000', '183401.625000', '183401.627000', '183401.630000', '183401.632000', '183401.635000', '183401.638000', '183401.640000', '183401.643000', '183401.646000', '183401.648000', '183401.651000', '183401.653000', '183401.656000', '183401.658000', '183401.661000', '183401.663000', '183401.666000', '183401.669000', '183401.671000', '183401.674000', '183401.677000', '183401.680000', '183401.682000', '183401.685000', '183401.687000', '183401.690000', '183401.692000', '183401.695000', '183401.697000', '183401.700000', '183401.703000', '183401.705000', '183401.708000', '183401.710000', '183401.713000', '183401.715000', '183401.718000', '183401.721000', '183421.611000', '183421.614000', '183421.617000', '183421.619000', '183421.622000', '183421.624000', '183421.627000', '183421.629000', '183421.632000', '183421.635000', '183421.637000', '183421.640000', '183421.642000', '183421.645000', '183421.648000', '183421.650000', '183421.653000', '183421.655000', '183421.658000', '183421.661000', '183421.663000', '183421.666000', '183421.668000', '183421.671000', '183421.674000', '183421.676000', '183421.679000', '183421.681000', '183421.684000', '183421.686000', '183421.689000', '183421.692000', '183421.694000', '183421.697000', '183421.699000', '183421.702000', '183421.704000', '183421.707000', '183421.709000', '183421.712000', '183421.715000', '183421.717000', '183421.720000', '183421.722000', '183441.612000', '183441.614000', '183441.617000', '183441.619000', '183441.622000', '183441.625000', '183441.627000', '183441.630000', '183441.632000', '183441.635000', '183441.637000', '183441.640000', '183441.642000', '183441.645000', '183441.648000', '183441.650000', '183441.653000', '183441.655000', '183441.658000', '183441.660000', '183441.663000', '183441.665000', '183441.668000', '183441.687000', '183441.690000', '183441.692000', '183441.695000', '183441.698000', '183441.700000', '183441.703000', '183441.705000', '183441.708000', '183441.711000', '183441.713000', '183441.716000', '183441.718000', '183441.721000', '183441.723000', '183441.726000', '183441.729000', '183441.731000', '183441.734000', '183441.736000', '183501.612000', '183501.614000', '183501.617000', '183501.619000', '183501.622000', '183501.625000', '183501.627000', '183501.630000', '183501.632000', '183501.635000', '183501.638000', '183501.640000', '183501.643000', '183501.645000', '183501.648000', '183501.650000', '183501.653000', '183501.655000', '183501.658000', '183501.661000', '183501.663000', '183501.666000', '183501.668000', '183501.671000', '183501.674000', '183501.676000', '183501.679000', '183501.681000', '183501.684000', '183501.686000', '183501.689000', '183501.691000', '183501.694000', '183501.697000', '183501.699000', '183501.702000', '183501.704000', '183501.707000', '183501.709000', '183501.712000', '183501.715000', '183501.717000', '183501.720000', '183501.722000', '183521.612000', '183521.615000', '183521.617000', '183521.620000', '183521.622000', '183521.625000', '183521.627000', '183521.630000', '183521.633000', '183521.635000', '183521.638000', '183521.640000', '183521.643000', '183521.645000', '183521.648000', '183521.650000', '183521.653000', '183521.656000', '183521.658000', '183521.661000', '183521.663000', '183521.666000', '183521.669000', '183521.671000', '183521.674000', '183521.676000', '183521.679000', '183521.682000', '183521.684000', '183521.687000', '183521.689000', '183521.692000', '183521.695000', '183521.697000', '183521.700000', '183521.702000', '183521.705000', '183521.708000', '183521.710000', '183521.713000', '183521.715000', '183521.718000', '183521.721000', '183541.612000', '183541.623000', '183541.626000', '183541.629000', '183541.631000', '183541.634000', '183541.636000', '183541.639000', '183541.642000', '183541.644000', '183541.647000', '183541.650000', '183541.653000', '183541.655000', '183541.658000', '183541.661000', '183541.663000', '183541.666000', '183541.668000', '183541.671000', '183541.674000', '183541.676000', '183541.679000', '183541.681000', '183541.684000', '183541.686000', '183541.689000', '183541.692000', '183541.694000', '183541.697000', '183541.699000', '183541.702000', '183541.705000', '183541.707000', '183541.710000', '183541.712000', '183541.715000', '183541.718000', '183541.720000', '183541.723000', '183541.725000', '183541.728000', '183541.731000', '183601.612000', '183601.614000', '183601.617000', '183601.620000', '183601.622000', '183601.625000', '183601.627000', '183601.630000', '183601.633000', '183601.635000', '183601.638000', '183601.641000', '183601.643000', '183601.646000', '183601.648000', '183601.651000', '183601.653000', '183601.656000', '183601.659000', '183601.661000', '183601.664000', '183601.666000', '183601.669000', '183601.672000', '183601.674000', '183601.677000', '183601.679000', '183601.682000', '183601.684000', '183601.687000', '183601.689000', '183601.692000', '183601.695000', '183601.697000', '183601.700000', '183601.702000', '183601.705000', '183601.707000', '183601.710000', '183601.713000', '183601.715000', '183601.718000', '183601.720000', '183601.723000', '183621.612000', '183621.616000', '183621.618000', '183621.621000', '183621.624000', '183621.627000', '183621.630000', '183621.633000', '183621.635000', '183621.638000', '183621.640000', '183621.643000', '183621.646000', '183621.648000', '183621.651000', '183621.653000', '183621.656000', '183621.659000', '183621.661000', '183621.664000', '183621.666000', '183621.669000', '183621.672000', '183621.674000', '183621.677000', '183621.680000', '183621.682000', '183621.685000', '183621.687000', '183621.690000', '183621.692000', '183621.695000', '183621.698000', '183621.700000', '183621.703000', '183621.705000', '183621.708000', '183621.710000', '183621.713000', '183621.716000', '183621.718000', '183621.721000', '183621.723000', '183641.610000', '183641.613000', '183641.616000', '183641.618000', '183641.621000', '183641.624000', '183641.626000', '183641.629000', '183641.631000', '183641.634000', '183641.636000', '183641.639000', '183641.642000', '183641.644000', '183641.647000', '183641.649000', '183641.652000', '183641.654000', '183641.657000', '183641.660000', '183641.662000', '183641.665000', '183641.667000', '183641.670000', '183641.672000', '183641.675000', '183641.678000', '183641.680000', '183641.683000', '183641.685000', '183641.688000', '183641.691000', '183641.693000', '183641.696000', '183641.698000', '183641.701000', '183641.704000', '183641.706000', '183641.709000', '183641.711000', '183641.714000', '183641.716000', '183641.719000', '183641.722000', '183701.611000', '183701.614000', '183701.617000', '183701.620000', '183701.622000', '183701.625000', '183701.627000', '183701.630000', '183701.633000', '183701.635000', '183701.638000', '183701.641000', '183701.643000', '183701.646000', '183701.649000', '183701.652000', '183701.655000', '183701.658000', '183701.660000', '183701.663000', '183701.666000', '183701.668000', '183701.671000', '183701.673000', '183701.676000', '183701.678000', '183701.681000', '183701.684000', '183701.687000', '183701.691000', '183701.694000', '183701.696000', '183701.699000', '183701.702000', '183701.704000', '183701.707000', '183701.709000', '183701.712000', '183701.714000', '183701.717000', '183701.720000', '183701.722000', '183701.725000', '183721.612000', '183721.614000', '183721.617000', '183721.620000', '183721.622000', '183721.625000', '183721.627000', '183721.630000', '183721.632000', '183721.635000', '183721.638000', '183721.640000', '183721.643000', '183721.645000', '183721.648000', '183721.650000', '183721.653000', '183721.656000', '183721.658000', '183721.661000', '183721.664000', '183721.666000', '183721.669000', '183721.671000', '183721.674000', '183721.676000', '183721.679000', '183721.681000', '183721.684000', '183721.686000', '183721.689000', '183721.692000', '183721.694000', '183721.697000', '183721.699000', '183721.702000', '183721.705000', '183721.707000', '183721.710000', '183721.712000', '183721.715000', '183721.717000', '183721.720000', '183721.722000', '183741.612000', '183741.615000', '183741.617000', '183741.620000', '183741.622000', '183741.625000', '183741.628000', '183741.630000', '183741.633000', '183741.635000', '183741.638000', '183741.641000', '183741.643000', '183741.646000', '183741.648000', '183741.651000', '183741.654000', '183741.656000', '183741.659000', '183741.661000', '183741.664000', '183741.667000', '183741.669000', '183741.672000', '183741.674000', '183741.677000', '183741.680000', '183741.682000', '183741.685000', '183741.687000', '183741.690000', '183741.693000', '183741.695000', '183741.698000', '183741.701000', '183741.703000', '183741.706000', '183741.708000', '183741.711000', '183741.713000', '183741.716000', '183741.718000', '183741.721000', '183801.612000', '183801.615000', '183801.617000', '183801.620000', '183801.623000', '183801.625000', '183801.628000', '183801.630000', '183801.633000', '183801.635000', '183801.638000', '183801.640000', '183801.643000', '183801.646000', '183801.648000', '183801.651000', '183801.654000', '183801.656000', '183801.659000', '183801.662000', '183801.664000', '183801.667000', '183801.669000', '183801.675000', '183801.678000', '183801.680000', '183801.683000', '183801.685000', '183801.688000', '183801.691000', '183801.693000', '183801.696000', '183801.699000', '183801.701000', '183801.704000', '183801.706000', '183801.709000', '183801.711000', '183801.714000', '183801.717000', '183801.719000', '183801.722000', '183801.724000', '183801.727000', '183821.612000', '183821.615000', '183821.617000', '183821.620000', '183821.623000', '183821.625000', '183821.628000', '183821.630000', '183821.633000', '183821.635000', '183821.638000', '183821.640000', '183821.643000', '183821.646000', '183821.648000', '183821.651000', '183821.653000', '183821.656000', '183821.659000', '183821.661000', '183821.664000', '183821.666000', '183821.669000', '183821.672000', '183821.674000', '183821.677000', '183821.679000', '183821.682000', '183821.685000', '183821.687000', '183821.690000', '183821.692000', '183821.695000', '183821.698000', '183821.700000', '183821.703000', '183821.705000', '183821.708000', '183821.711000', '183821.713000', '183821.716000', '183821.718000', '183821.721000', '183841.612000', '183841.614000', '183841.617000', '183841.620000', '183841.622000', '183841.625000', '183841.627000', '183841.630000', '183841.632000', '183841.635000', '183841.638000', '183841.640000', '183841.643000', '183841.645000', '183841.648000', '183841.651000', '183841.653000', '183841.656000', '183841.658000', '183841.661000', '183841.663000', '183841.666000', '183841.669000', '183841.671000', '183841.674000', '183841.676000', '183841.679000', '183841.681000', '183841.684000', '183841.686000', '183841.689000', '183841.692000', '183841.694000', '183841.697000', '183841.699000', '183841.702000', '183841.705000', '183841.707000', '183841.710000', '183841.713000', '183841.715000', '183841.718000', '183841.737000', '183841.740000', '183901.611000', '183901.613000', '183901.616000', '183901.618000', '183901.621000', '183901.624000', '183901.626000', '183901.629000', '183901.631000', '183901.634000', '183901.637000', '183901.639000', '183901.642000', '183901.644000', '183901.647000', '183901.650000', '183901.652000', '183901.655000', '183901.658000', '183901.660000', '183901.663000', '183901.665000', '183901.668000', '183901.671000', '183901.673000', '183901.676000', '183901.679000', '183901.682000', '183901.684000', '183901.687000', '183901.689000', '183901.692000', '183901.695000', '183901.697000', '183901.700000', '183901.702000', '183901.705000', '183901.708000', '183901.710000', '183901.713000', '183901.715000', '183901.718000', '183901.721000', '183921.612000', '183921.615000', '183921.617000', '183921.620000', '183921.623000', '183921.625000', '183921.628000', '183921.630000', '183921.633000', '183921.636000', '183921.638000', '183921.641000', '183921.644000', '183921.646000', '183921.649000', '183921.651000', '183921.654000', '183921.657000', '183921.659000', '183921.662000', '183921.664000', '183921.667000', '183921.670000', '183921.672000', '183921.675000', '183921.677000', '183921.680000', '183921.683000', '183921.685000', '183921.688000', '183921.690000', '183921.693000', '183921.695000', '183921.698000', '183921.701000', '183921.703000', '183921.706000', '183921.709000', '183921.711000', '183921.714000', '183921.716000', '183921.719000', '183921.721000', '183921.724000', '183941.612000', '183941.614000', '183941.617000', '183941.620000', '183941.622000', '183941.625000', '183941.627000', '183941.630000', '183941.632000', '183941.635000', '183941.638000', '183941.640000', '183941.643000', '183941.645000', '183941.648000', '183941.650000', '183941.653000', '183941.656000', '183941.658000', '183941.661000', '183941.663000', '183941.666000', '183941.668000', '183941.671000', '183941.674000', '183941.676000', '183941.679000', '183941.681000', '183941.684000', '183941.687000', '183941.689000', '183941.692000', '183941.694000', '183941.697000', '183941.699000', '183941.702000', '183941.705000', '183941.707000', '183941.710000', '183941.713000', '183941.716000', '183941.718000', '183941.721000', '184001.612000', '184001.614000', '184001.617000', '184001.619000', '184001.622000', '184001.625000', '184001.627000', '184001.630000', '184001.632000', '184001.635000', '184001.638000', '184001.640000', '184001.643000', '184001.645000', '184001.648000', '184001.650000', '184001.653000', '184001.655000', '184001.658000', '184001.661000', '184001.663000', '184001.666000', '184001.668000', '184001.671000', '184001.673000', '184001.676000', '184001.679000', '184001.681000', '184001.684000', '184001.686000', '184001.689000', '184001.691000', '184001.694000', '184001.697000', '184001.699000', '184001.702000', '184001.705000', '184001.707000', '184001.724000', '184001.727000', '184001.729000', '184001.732000', '184001.735000', '184001.737000', '184006.544000', '184006.547000', '184006.549000', '184006.552000', '184006.554000', '184006.557000', '184006.560000', '184006.562000', '184006.565000', '184006.568000', '184006.570000'], 'InstanceCreationTime': ['183021.645000', '183021.648000', '183021.651000', '183021.654000', '183021.656000', '183021.659000', '183021.661000', '183021.664000', '183021.666000', '183021.669000', '183021.671000', '183021.674000', '183021.677000', '183021.679000', '183021.682000', '183021.684000', '183021.687000', '183021.689000', '183021.692000', '183021.694000', '183021.697000', '183021.700000', '183021.702000', '183021.705000', '183021.707000', '183021.710000', '183021.712000', '183021.715000', '183021.718000', '183021.720000', '183021.723000', '183021.725000', '183021.728000', '183021.730000', '183021.733000', '183021.736000', '183021.738000', '183021.741000', '183021.743000', '183021.746000', '183021.748000', '183021.751000', '183021.754000', '183021.756000', '183021.761000', '183021.763000', '183021.766000', '183021.768000', '183021.771000', '183021.773000', '183041.611000', '183041.614000', '183041.617000', '183041.620000', '183041.622000', '183041.625000', '183041.627000', '183041.630000', '183041.632000', '183041.635000', '183041.637000', '183041.640000', '183041.642000', '183041.645000', '183041.648000', '183041.650000', '183041.653000', '183041.655000', '183041.658000', '183041.660000', '183041.663000', '183041.666000', '183041.668000', '183041.671000', '183041.673000', '183041.676000', '183041.678000', '183041.684000', '183041.687000', '183041.690000', '183041.692000', '183041.695000', '183041.697000', '183041.700000', '183041.703000', '183041.705000', '183041.708000', '183041.710000', '183041.713000', '183041.716000', '183041.718000', '183041.721000', '183041.723000', '183101.612000', '183101.614000', '183101.617000', '183101.619000', '183101.622000', '183101.624000', '183101.627000', '183101.630000', '183101.632000', '183101.635000', '183101.637000', '183101.640000', '183101.642000', '183101.645000', '183101.647000', '183101.650000', '183101.652000', '183101.655000', '183101.657000', '183101.660000', '183101.663000', '183101.665000', '183101.668000', '183101.670000', '183101.673000', '183101.675000', '183101.678000', '183101.680000', '183101.683000', '183101.685000', '183101.688000', '183101.690000', '183101.693000', '183101.696000', '183101.698000', '183101.701000', '183101.703000', '183101.706000', '183101.708000', '183101.711000', '183101.714000', '183101.716000', '183101.719000', '183101.721000', '183121.612000', '183121.614000', '183121.617000', '183121.620000', '183121.622000', '183121.625000', '183121.627000', '183121.630000', '183121.632000', '183121.635000', '183121.637000', '183121.640000', '183121.643000', '183121.645000', '183121.648000', '183121.650000', '183121.653000', '183121.655000', '183121.658000', '183121.661000', '183121.663000', '183121.666000', '183121.668000', '183121.671000', '183121.681000', '183121.683000', '183121.686000', '183121.688000', '183121.691000', '183121.693000', '183121.696000', '183121.698000', '183121.701000', '183121.704000', '183121.707000', '183121.710000', '183121.713000', '183121.715000', '183121.718000', '183121.720000', '183121.723000', '183121.726000', '183121.728000', '183141.611000', '183141.614000', '183141.617000', '183141.619000', '183141.622000', '183141.624000', '183141.627000', '183141.629000', '183141.632000', '183141.634000', '183141.637000', '183141.640000', '183141.642000', '183141.645000', '183141.647000', '183141.650000', '183141.652000', '183141.668000', '183141.671000', '183141.673000', '183141.676000', '183141.678000', '183141.681000', '183141.684000', '183141.686000', '183141.689000', '183141.691000', '183141.698000', '183141.700000', '183141.703000', '183141.706000', '183141.709000', '183141.711000', '183141.714000', '183141.716000', '183141.719000', '183141.722000', '183141.724000', '183141.727000', '183141.729000', '183141.732000', '183141.734000', '183141.737000', '183141.739000', '183201.611000', '183201.613000', '183201.616000', '183201.619000', '183201.621000', '183201.624000', '183201.626000', '183201.629000', '183201.631000', '183201.634000', '183201.636000', '183201.639000', '183201.641000', '183201.644000', '183201.647000', '183201.649000', '183201.652000', '183201.654000', '183201.657000', '183201.659000', '183201.662000', '183201.664000', '183201.667000', '183201.670000', '183201.672000', '183201.675000', '183201.677000', '183201.680000', '183201.682000', '183201.685000', '183201.687000', '183201.690000', '183201.693000', '183201.695000', '183201.698000', '183201.700000', '183201.703000', '183201.705000', '183201.708000', '183201.711000', '183201.714000', '183201.717000', '183201.720000', '183221.611000', '183221.614000', '183221.617000', '183221.619000', '183221.622000', '183221.624000', '183221.627000', '183221.630000', '183221.632000', '183221.635000', '183221.637000', '183221.640000', '183221.642000', '183221.645000', '183221.647000', '183221.650000', '183221.653000', '183221.655000', '183221.658000', '183221.660000', '183221.663000', '183221.665000', '183221.668000', '183221.670000', '183221.673000', '183221.675000', '183221.678000', '183221.680000', '183221.683000', '183221.686000', '183221.688000', '183221.691000', '183221.693000', '183221.696000', '183221.698000', '183221.701000', '183221.703000', '183221.706000', '183221.708000', '183221.711000', '183221.714000', '183221.716000', '183221.719000', '183221.721000', '183241.612000', '183241.614000', '183241.617000', '183241.619000', '183241.622000', '183241.625000', '183241.627000', '183241.630000', '183241.632000', '183241.635000', '183241.638000', '183241.640000', '183241.643000', '183241.645000', '183241.648000', '183241.651000', '183241.653000', '183241.656000', '183241.658000', '183241.661000', '183241.663000', '183241.666000', '183241.668000', '183241.671000', '183241.674000', '183241.676000', '183241.679000', '183241.681000', '183241.684000', '183241.687000', '183241.689000', '183241.698000', '183241.701000', '183241.704000', '183241.706000', '183241.709000', '183241.711000', '183241.714000', '183241.717000', '183241.719000', '183241.722000', '183241.725000', '183241.727000', '183301.612000', '183301.614000', '183301.617000', '183301.619000', '183301.622000', '183301.625000', '183301.627000', '183301.630000', '183301.632000', '183301.635000', '183301.637000', '183301.640000', '183301.642000', '183301.645000', '183301.648000', '183301.650000', '183301.653000', '183301.656000', '183301.658000', '183301.661000', '183301.663000', '183301.666000', '183301.668000', '183301.671000', '183301.673000', '183301.676000', '183301.679000', '183301.681000', '183301.684000', '183301.686000', '183301.689000', '183301.692000', '183301.694000', '183301.697000', '183301.699000', '183301.702000', '183301.704000', '183301.707000', '183301.709000', '183301.712000', '183301.714000', '183301.717000', '183301.729000', '183301.732000', '183321.611000', '183321.614000', '183321.617000', '183321.619000', '183321.622000', '183321.624000', '183321.627000', '183321.630000', '183321.632000', '183321.635000', '183321.637000', '183321.640000', '183321.643000', '183321.645000', '183321.648000', '183321.650000', '183321.653000', '183321.655000', '183321.658000', '183321.661000', '183321.663000', '183321.666000', '183321.668000', '183321.671000', '183321.673000', '183321.676000', '183321.679000', '183321.681000', '183321.691000', '183321.693000', '183321.696000', '183321.698000', '183321.701000', '183321.704000', '183321.706000', '183321.709000', '183321.711000', '183321.714000', '183321.716000', '183321.719000', '183321.721000', '183321.724000', '183321.727000', '183341.612000', '183341.614000', '183341.617000', '183341.620000', '183341.622000', '183341.625000', '183341.627000', '183341.630000', '183341.632000', '183341.635000', '183341.637000', '183341.640000', '183341.643000', '183341.645000', '183341.648000', '183341.650000', '183341.653000', '183341.655000', '183341.658000', '183341.661000', '183341.663000', '183341.666000', '183341.668000', '183341.671000', '183341.673000', '183341.676000', '183341.678000', '183341.681000', '183341.684000', '183341.686000', '183341.689000', '183341.691000', '183341.694000', '183341.696000', '183341.699000', '183341.701000', '183341.704000', '183341.707000', '183341.709000', '183341.712000', '183341.714000', '183341.717000', '183341.719000', '183341.722000', '183401.612000', '183401.615000', '183401.617000', '183401.620000', '183401.622000', '183401.625000', '183401.627000', '183401.630000', '183401.632000', '183401.635000', '183401.638000', '183401.640000', '183401.643000', '183401.646000', '183401.648000', '183401.651000', '183401.653000', '183401.656000', '183401.658000', '183401.661000', '183401.663000', '183401.666000', '183401.669000', '183401.671000', '183401.674000', '183401.677000', '183401.680000', '183401.682000', '183401.685000', '183401.687000', '183401.690000', '183401.692000', '183401.695000', '183401.697000', '183401.700000', '183401.703000', '183401.705000', '183401.708000', '183401.710000', '183401.713000', '183401.715000', '183401.718000', '183401.721000', '183421.611000', '183421.614000', '183421.617000', '183421.619000', '183421.622000', '183421.624000', '183421.627000', '183421.629000', '183421.632000', '183421.635000', '183421.637000', '183421.640000', '183421.642000', '183421.645000', '183421.648000', '183421.650000', '183421.653000', '183421.655000', '183421.658000', '183421.661000', '183421.663000', '183421.666000', '183421.668000', '183421.671000', '183421.674000', '183421.676000', '183421.679000', '183421.681000', '183421.684000', '183421.686000', '183421.689000', '183421.692000', '183421.694000', '183421.697000', '183421.699000', '183421.702000', '183421.704000', '183421.707000', '183421.709000', '183421.712000', '183421.715000', '183421.717000', '183421.720000', '183421.722000', '183441.612000', '183441.614000', '183441.617000', '183441.619000', '183441.622000', '183441.625000', '183441.627000', '183441.630000', '183441.632000', '183441.635000', '183441.637000', '183441.640000', '183441.642000', '183441.645000', '183441.648000', '183441.650000', '183441.653000', '183441.655000', '183441.658000', '183441.660000', '183441.663000', '183441.665000', '183441.668000', '183441.687000', '183441.690000', '183441.692000', '183441.695000', '183441.698000', '183441.700000', '183441.703000', '183441.705000', '183441.708000', '183441.711000', '183441.713000', '183441.716000', '183441.718000', '183441.721000', '183441.723000', '183441.726000', '183441.729000', '183441.731000', '183441.734000', '183441.736000', '183501.612000', '183501.614000', '183501.617000', '183501.619000', '183501.622000', '183501.625000', '183501.627000', '183501.630000', '183501.632000', '183501.635000', '183501.638000', '183501.640000', '183501.643000', '183501.645000', '183501.648000', '183501.650000', '183501.653000', '183501.655000', '183501.658000', '183501.661000', '183501.663000', '183501.666000', '183501.668000', '183501.671000', '183501.674000', '183501.676000', '183501.679000', '183501.681000', '183501.684000', '183501.686000', '183501.689000', '183501.691000', '183501.694000', '183501.697000', '183501.699000', '183501.702000', '183501.704000', '183501.707000', '183501.709000', '183501.712000', '183501.715000', '183501.717000', '183501.720000', '183501.722000', '183521.612000', '183521.615000', '183521.617000', '183521.620000', '183521.622000', '183521.625000', '183521.627000', '183521.630000', '183521.633000', '183521.635000', '183521.638000', '183521.640000', '183521.643000', '183521.645000', '183521.648000', '183521.650000', '183521.653000', '183521.656000', '183521.658000', '183521.661000', '183521.663000', '183521.666000', '183521.669000', '183521.671000', '183521.674000', '183521.676000', '183521.679000', '183521.682000', '183521.684000', '183521.687000', '183521.689000', '183521.692000', '183521.695000', '183521.697000', '183521.700000', '183521.702000', '183521.705000', '183521.708000', '183521.710000', '183521.713000', '183521.715000', '183521.718000', '183521.721000', '183541.612000', '183541.623000', '183541.626000', '183541.629000', '183541.631000', '183541.634000', '183541.636000', '183541.639000', '183541.642000', '183541.644000', '183541.647000', '183541.650000', '183541.653000', '183541.655000', '183541.658000', '183541.661000', '183541.663000', '183541.666000', '183541.668000', '183541.671000', '183541.674000', '183541.676000', '183541.679000', '183541.681000', '183541.684000', '183541.686000', '183541.689000', '183541.692000', '183541.694000', '183541.697000', '183541.699000', '183541.702000', '183541.705000', '183541.707000', '183541.710000', '183541.712000', '183541.715000', '183541.718000', '183541.720000', '183541.723000', '183541.725000', '183541.728000', '183541.731000', '183601.612000', '183601.614000', '183601.617000', '183601.620000', '183601.622000', '183601.625000', '183601.627000', '183601.630000', '183601.633000', '183601.635000', '183601.638000', '183601.641000', '183601.643000', '183601.646000', '183601.648000', '183601.651000', '183601.653000', '183601.656000', '183601.659000', '183601.661000', '183601.664000', '183601.666000', '183601.669000', '183601.672000', '183601.674000', '183601.677000', '183601.679000', '183601.682000', '183601.684000', '183601.687000', '183601.689000', '183601.692000', '183601.695000', '183601.697000', '183601.700000', '183601.702000', '183601.705000', '183601.707000', '183601.710000', '183601.713000', '183601.715000', '183601.718000', '183601.720000', '183601.723000', '183621.612000', '183621.616000', '183621.618000', '183621.621000', '183621.624000', '183621.627000', '183621.630000', '183621.633000', '183621.635000', '183621.638000', '183621.640000', '183621.643000', '183621.646000', '183621.648000', '183621.651000', '183621.653000', '183621.656000', '183621.659000', '183621.661000', '183621.664000', '183621.666000', '183621.669000', '183621.672000', '183621.674000', '183621.677000', '183621.680000', '183621.682000', '183621.685000', '183621.687000', '183621.690000', '183621.692000', '183621.695000', '183621.698000', '183621.700000', '183621.703000', '183621.705000', '183621.708000', '183621.710000', '183621.713000', '183621.716000', '183621.718000', '183621.721000', '183621.723000', '183641.610000', '183641.613000', '183641.616000', '183641.618000', '183641.621000', '183641.624000', '183641.626000', '183641.629000', '183641.631000', '183641.634000', '183641.636000', '183641.639000', '183641.642000', '183641.644000', '183641.647000', '183641.649000', '183641.652000', '183641.654000', '183641.657000', '183641.660000', '183641.662000', '183641.665000', '183641.667000', '183641.670000', '183641.672000', '183641.675000', '183641.678000', '183641.680000', '183641.683000', '183641.685000', '183641.688000', '183641.691000', '183641.693000', '183641.696000', '183641.698000', '183641.701000', '183641.704000', '183641.706000', '183641.709000', '183641.711000', '183641.714000', '183641.716000', '183641.719000', '183641.722000', '183701.611000', '183701.614000', '183701.617000', '183701.620000', '183701.622000', '183701.625000', '183701.627000', '183701.630000', '183701.633000', '183701.635000', '183701.638000', '183701.641000', '183701.643000', '183701.646000', '183701.649000', '183701.652000', '183701.655000', '183701.658000', '183701.660000', '183701.663000', '183701.666000', '183701.668000', '183701.671000', '183701.673000', '183701.676000', '183701.678000', '183701.681000', '183701.684000', '183701.687000', '183701.691000', '183701.694000', '183701.696000', '183701.699000', '183701.702000', '183701.704000', '183701.707000', '183701.709000', '183701.712000', '183701.714000', '183701.717000', '183701.720000', '183701.722000', '183701.725000', '183721.612000', '183721.614000', '183721.617000', '183721.620000', '183721.622000', '183721.625000', '183721.627000', '183721.630000', '183721.632000', '183721.635000', '183721.638000', '183721.640000', '183721.643000', '183721.645000', '183721.648000', '183721.650000', '183721.653000', '183721.656000', '183721.658000', '183721.661000', '183721.664000', '183721.666000', '183721.669000', '183721.671000', '183721.674000', '183721.676000', '183721.679000', '183721.681000', '183721.684000', '183721.686000', '183721.689000', '183721.692000', '183721.694000', '183721.697000', '183721.699000', '183721.702000', '183721.705000', '183721.707000', '183721.710000', '183721.712000', '183721.715000', '183721.717000', '183721.720000', '183721.722000', '183741.612000', '183741.615000', '183741.617000', '183741.620000', '183741.622000', '183741.625000', '183741.628000', '183741.630000', '183741.633000', '183741.635000', '183741.638000', '183741.641000', '183741.643000', '183741.646000', '183741.648000', '183741.651000', '183741.654000', '183741.656000', '183741.659000', '183741.661000', '183741.664000', '183741.667000', '183741.669000', '183741.672000', '183741.674000', '183741.677000', '183741.680000', '183741.682000', '183741.685000', '183741.687000', '183741.690000', '183741.693000', '183741.695000', '183741.698000', '183741.701000', '183741.703000', '183741.706000', '183741.708000', '183741.711000', '183741.713000', '183741.716000', '183741.718000', '183741.721000', '183801.612000', '183801.615000', '183801.617000', '183801.620000', '183801.623000', '183801.625000', '183801.628000', '183801.630000', '183801.633000', '183801.635000', '183801.638000', '183801.640000', '183801.643000', '183801.646000', '183801.648000', '183801.651000', '183801.654000', '183801.656000', '183801.659000', '183801.662000', '183801.664000', '183801.667000', '183801.669000', '183801.675000', '183801.678000', '183801.680000', '183801.683000', '183801.685000', '183801.688000', '183801.691000', '183801.693000', '183801.696000', '183801.699000', '183801.701000', '183801.704000', '183801.706000', '183801.709000', '183801.711000', '183801.714000', '183801.717000', '183801.719000', '183801.722000', '183801.724000', '183801.727000', '183821.612000', '183821.615000', '183821.617000', '183821.620000', '183821.623000', '183821.625000', '183821.628000', '183821.630000', '183821.633000', '183821.635000', '183821.638000', '183821.640000', '183821.643000', '183821.646000', '183821.648000', '183821.651000', '183821.653000', '183821.656000', '183821.659000', '183821.661000', '183821.664000', '183821.666000', '183821.669000', '183821.672000', '183821.674000', '183821.677000', '183821.679000', '183821.682000', '183821.685000', '183821.687000', '183821.690000', '183821.692000', '183821.695000', '183821.698000', '183821.700000', '183821.703000', '183821.705000', '183821.708000', '183821.711000', '183821.713000', '183821.716000', '183821.718000', '183821.721000', '183841.612000', '183841.614000', '183841.617000', '183841.620000', '183841.622000', '183841.625000', '183841.627000', '183841.630000', '183841.632000', '183841.635000', '183841.638000', '183841.640000', '183841.643000', '183841.645000', '183841.648000', '183841.651000', '183841.653000', '183841.656000', '183841.658000', '183841.661000', '183841.663000', '183841.666000', '183841.669000', '183841.671000', '183841.674000', '183841.676000', '183841.679000', '183841.681000', '183841.684000', '183841.686000', '183841.689000', '183841.692000', '183841.694000', '183841.697000', '183841.699000', '183841.702000', '183841.705000', '183841.707000', '183841.710000', '183841.713000', '183841.715000', '183841.718000', '183841.737000', '183841.740000', '183901.611000', '183901.613000', '183901.616000', '183901.618000', '183901.621000', '183901.624000', '183901.626000', '183901.629000', '183901.631000', '183901.634000', '183901.637000', '183901.639000', '183901.642000', '183901.644000', '183901.647000', '183901.650000', '183901.652000', '183901.655000', '183901.658000', '183901.660000', '183901.663000', '183901.665000', '183901.668000', '183901.671000', '183901.673000', '183901.676000', '183901.679000', '183901.682000', '183901.684000', '183901.687000', '183901.689000', '183901.692000', '183901.695000', '183901.697000', '183901.700000', '183901.702000', '183901.705000', '183901.708000', '183901.710000', '183901.713000', '183901.715000', '183901.718000', '183901.721000', '183921.612000', '183921.615000', '183921.617000', '183921.620000', '183921.623000', '183921.625000', '183921.628000', '183921.630000', '183921.633000', '183921.636000', '183921.638000', '183921.641000', '183921.644000', '183921.646000', '183921.649000', '183921.651000', '183921.654000', '183921.657000', '183921.659000', '183921.662000', '183921.664000', '183921.667000', '183921.670000', '183921.672000', '183921.675000', '183921.677000', '183921.680000', '183921.683000', '183921.685000', '183921.688000', '183921.690000', '183921.693000', '183921.695000', '183921.698000', '183921.701000', '183921.703000', '183921.706000', '183921.709000', '183921.711000', '183921.714000', '183921.716000', '183921.719000', '183921.721000', '183921.724000', '183941.612000', '183941.614000', '183941.617000', '183941.620000', '183941.622000', '183941.625000', '183941.627000', '183941.630000', '183941.632000', '183941.635000', '183941.638000', '183941.640000', '183941.643000', '183941.645000', '183941.648000', '183941.650000', '183941.653000', '183941.656000', '183941.658000', '183941.661000', '183941.663000', '183941.666000', '183941.668000', '183941.671000', '183941.674000', '183941.676000', '183941.679000', '183941.681000', '183941.684000', '183941.687000', '183941.689000', '183941.692000', '183941.694000', '183941.697000', '183941.699000', '183941.702000', '183941.705000', '183941.707000', '183941.710000', '183941.713000', '183941.716000', '183941.718000', '183941.721000', '184001.612000', '184001.614000', '184001.617000', '184001.619000', '184001.622000', '184001.625000', '184001.627000', '184001.630000', '184001.632000', '184001.635000', '184001.638000', '184001.640000', '184001.643000', '184001.645000', '184001.648000', '184001.650000', '184001.653000', '184001.655000', '184001.658000', '184001.661000', '184001.663000', '184001.666000', '184001.668000', '184001.671000', '184001.673000', '184001.676000', '184001.679000', '184001.681000', '184001.684000', '184001.686000', '184001.689000', '184001.691000', '184001.694000', '184001.697000', '184001.699000', '184001.702000', '184001.705000', '184001.707000', '184001.724000', '184001.727000', '184001.729000', '184001.732000', '184001.735000', '184001.737000', '184006.544000', '184006.547000', '184006.549000', '184006.552000', '184006.554000', '184006.557000', '184006.560000', '184006.562000', '184006.565000', '184006.568000', '184006.570000'], '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': [19501, 13198, 15915, 9988, 13442, 18088, 14105, 15217, 9740, 12488, 17916, 12781, 15578, 13752, 12032, 16492, 10683, 14622, 19160, 13290, 15562, 10547, 13108, 18392, 14188, 15387, 9993, 13123, 17779, 13578, 16137, 10875, 13279, 18267, 12701, 16203, 11961, 13062, 17557, 10903, 15186, 17551, 12786, 16339, 10307, 14086, 18904, 13543, 15652, 10346, 13822, 18476, 13189, 15878, 10332, 14150, 19226, 13466, 16097, 10093, 13380, 19012, 13458, 16049, 10593, 13847, 19461, 13662, 16353, 11222, 14904, 14232, 12266, 18748, 13437, 15930, 10650, 14963, 17514, 13639, 17681, 12639, 16098, 11086, 14679, 17384, 13568, 17664, 12678, 15644, 10979, 14514, 19916, 14147, 16252, 11939, 15250, 10819, 15824, 9999, 14277, 17503, 12561, 18407, 14429, 16026, 10099, 13724, 19408, 13940, 16113, 11464, 14455, 11026, 12990, 18914, 12587, 16106, 11571, 15158, 10566, 13543, 18775, 12424, 17284, 13664, 15659, 10056, 13859, 18158, 13051, 16959, 12276, 15151, 10569, 14297, 16643, 13076, 17904, 12618, 16403, 11453, 16162, 10111, 14597, 11550, 14910, 19628, 14939, 17554, 13072, 16132, 11542, 16031, 10358, 13821, 17910, 12675, 18020, 14266, 15665, 10080, 13995, 17374, 12464, 17567, 13052, 15176, 10153, 12410, 18696, 14210, 16171, 10549, 14540, 12875, 13491, 18654, 12534, 16500, 11535, 16147, 10599, 13988, 20111, 13174, 17253, 12020, 15545, 10285, 12547, 18888, 14149, 16948, 11789, 15751, 11894, 12852, 18901, 13021, 17104, 12347, 15969, 11043, 14416, 13221, 12647, 16680, 13749, 12476, 16070, 12801, 18037, 11357, 17089, 20357, 14738, 16935, 11224, 13695, 17791, 12276, 16516, 10976, 14906, 10709, 12720, 18780, 13177, 16410, 10927, 14943, 9785, 14126, 19124, 14458, 16961, 12041, 15968, 12874, 13748, 18595, 12839, 16759, 11101, 15528, 11945, 12883, 19114, 14030, 17106, 11276, 15486, 12093, 13130, 19501, 14938, 17227, 10214, 14914, 17282, 13662, 17641, 13004, 15939, 10836, 14919, 14422, 13306, 18442, 13156, 16610, 11120, 15858, 10500, 13740, 19183, 14186, 17208, 13330, 16057, 10225, 15008, 18618, 14745, 17369, 13108, 15822, 10553, 15792, 11242, 13910, 18864, 12991, 16862, 11016, 15300, 11457, 12958, 18949, 14030, 16329, 9899, 14112, 18834, 13201, 16569, 11407, 14782, 11978, 12215, 18657, 13683, 16264, 9912, 13777, 18725, 13697, 16504, 11961, 15467, 10210, 14016, 18912, 13868, 16715, 10622, 15406, 14802, 13523, 18031, 12363, 16636, 11089, 15400, 11909, 13580, 19552, 13845, 16859, 11227, 14523, 18123, 12673, 16554, 10793, 15132, 15260, 13038, 17768, 12442, 16475, 10608, 15290, 14826, 12671, 18727, 12568, 16827, 11019, 14109, 18806, 12967, 16535, 11154, 14823, 11700, 11972, 18761, 14312, 16513, 10058, 13901, 18967, 14377, 16250, 10979, 14845, 16854, 12768, 17019, 11950, 15033, 10673, 13177, 19064, 13696, 16294, 10368, 15222, 18202, 13440, 17486, 13000, 16468, 10732, 14488, 19005, 14476, 17180, 12561, 15978, 10836, 15010, 16762, 13020, 17981, 12149, 16386, 13273, 13133, 18811, 12993, 16630, 11104, 14115, 18549, 12564, 16229, 10723, 14340, 17447, 12578, 16452, 11000, 15294, 11385, 13219, 19303, 13380, 16832, 10994, 14436, 17722, 12384, 16872, 11683, 15405, 13250, 12057, 18363, 12367, 16105, 10071, 13283, 18636, 13189, 16836, 11618, 15004, 12939, 12324, 17913, 13805, 16046, 10418, 15606, 10410, 16924, 12540, 18541, 13314, 17927, 11737, 13020, 19134, 14475, 15837, 10263, 12582, 18728, 13631, 15124, 9983, 13407, 18252, 13239, 16253, 10609, 14570, 12222, 12098, 18711, 13727, 16197, 9902, 14426, 18645, 13526, 16753, 12050, 15585, 11003, 13649, 18757, 14370, 15833, 10050, 13152, 18665, 14299, 15694, 10348, 14719, 15863, 12808, 17602, 13237, 15570, 9849, 13756, 18816, 14021, 16243, 10365, 13741, 18725, 13512, 15970, 10744, 14991, 16400, 12614, 17107, 12362, 15529, 9636, 13781, 18526, 13663, 17152, 12515, 16060, 10127, 14203, 18816, 14613, 16354, 10682, 14895, 17367, 13070, 16187, 11696, 15172, 10620, 12995, 18783, 13693, 16162, 9950, 14168, 17997, 13787, 16036, 10312, 14904, 17605, 13432, 16181, 11891, 15466, 12028, 12498, 18445, 13070, 15729, 11165, 12544, 18706, 13343, 15731, 10550, 12609, 18866, 14058, 16132, 9928, 13403, 18309, 14131, 16754, 11517, 15964, 11986, 13099, 18974, 14875, 16140, 11154, 15364, 10633, 13414, 19506, 13924, 16915, 11457, 13786, 18655, 12261, 16466, 11458, 13201, 17921, 12507, 16395, 11188, 13091, 18195, 12728, 15945, 9862, 14346, 17823, 13254, 15904, 10505, 14798, 16358, 13008, 16797, 11518, 15703, 14307, 12594, 17915, 12238, 16000, 11337, 12794, 18594, 13605, 15829, 9905, 13195, 18366, 13510, 16480, 10398, 15059, 18184, 13510, 15638, 11284, 15337, 10582, 13849, 18672, 14517, 16314, 10958, 15486, 17307, 13376, 16781, 11986, 15461, 11930, 12886, 18536, 14172, 16021, 10025, 14278, 17228, 13572, 16130, 11580, 15200, 10215, 13764, 17950, 13580, 15745, 9863, 14114, 17384, 13415, 15623, 10689, 14549, 13398, 12685, 17625, 12503, 15777, 10567, 13514, 18101, 13350, 16067, 9801, 13779, 17865, 13621, 15786, 10056, 14149, 16665, 12639, 16408, 11780, 15045, 10327, 12667, 18290, 12949, 15642, 9831, 12652, 18717, 14095, 16064, 10109, 14364, 17194, 13118, 17678, 12965, 15716, 10787, 13361, 18107, 14821, 16174, 11300, 15527, 11338, 14233, 16802, 12489, 17514, 12166, 16343, 10395, 14339, 18252, 12481, 16445, 12268, 15247, 9436, 13643, 17773, 13769, 16614, 12280, 15149, 10190, 14262, 17940, 13834, 16234, 10209, 14886, 15758, 12904, 16710, 12109, 15837, 9994, 14806, 15131, 13262, 17369, 12603, 16343, 10961, 15366, 10401, 12965, 18746, 12401, 15392, 12790, 12635, 18283, 12431, 16132, 10779, 13849, 18200, 12448, 16445, 10374, 13826, 17558, 12535, 16737, 10285, 14479, 16430, 12651, 16469, 11166, 15578, 13292, 12744, 17851, 11871, 15807, 10807, 13706, 18011, 12754, 16257, 10095, 14593, 17018, 13122, 16278, 11490, 15337, 10737, 13480, 18349, 12378, 16410, 10764, 13967, 18007, 12507, 16499, 10666, 14534, 12341, 12261, 18290, 12986, 16422, 10757, 14037, 18639, 12639, 16831, 10625, 12915, 18073, 12216, 16771, 10724, 15402, 10732, 14046, 10375, 18106, 14212, 18318, 13205, 17806, 19782, 13420, 16581, 11345, 14494, 18355, 11697, 16704, 10788, 14171, 16877, 11906, 16428, 10538, 14949, 13185, 12733, 18106, 12452, 15890, 10575, 14709, 15882, 12587, 17734, 11999, 15493, 15695, 12776, 17677, 11647, 14731, 17982, 12856, 16235, 10218, 14087, 18502, 13721, 15668, 9926, 13654, 18630, 13820, 16155, 10302, 13454, 19103, 14146, 16043, 10361, 14166, 19126, 13794, 16558, 11121, 15454, 15748, 13278, 18548, 14192, 16778, 10560, 13913, 18813, 14630, 16469, 10659, 15101, 16141, 13264, 17511, 12320, 16466, 10540, 15473, 12193, 13336, 19580, 14304, 17326, 11473, 15901, 12812, 12838, 18718, 14311, 16627, 10350, 14395, 18427, 14256, 16104, 10430, 14918, 18383, 13026, 15999, 10231, 14065, 17782, 12198, 16090, 10523, 14375, 13716, 11872, 17963, 12159, 15726, 11187, 12823, 18801, 12298, 16165, 14015, 12377, 17963, 11267, 15714, 18321, 13687, 16343, 11003, 15563, 13492, 13104, 18631, 12368, 16742, 11583, 13733, 18832, 13179, 16636, 11748, 12926, 18893, 13184, 16323, 10441, 14627, 18696, 14447, 17230, 12496, 16155, 10888, 14224, 18649, 12890, 16888, 10953, 14688, 17935, 12773, 16874, 10987, 14896, 16593, 12369, 16995, 10945, 15890, 15862, 12753, 17297, 11873, 16099, 10987, 14003, 18151, 12880, 16613, 10667, 14049, 17185, 13325, 16681, 11443, 15632, 11948, 13821, 18333, 13024, 16681, 11060, 15271, 12224, 13235, 18405, 13097, 16637, 11003, 14777, 11604, 11948, 18770, 13170, 15912, 9989, 12931, 18609, 14264, 16016, 9902, 13550, 18234, 13847, 16078, 10926, 15214, 16026, 12861, 17181, 12837, 16240, 10408, 13841, 18439, 13648, 16483, 10248, 14383, 18731, 14161, 16262, 9893, 12864, 18525, 13783, 16004, 9840, 13825, 18114, 13307, 17141, 12034, 15788, 11207, 12100, 19113, 13657, 16371, 10374, 13720, 19177, 13953, 16552, 10888, 13895, 18196, 12188, 16260, 10537, 14132, 16974, 11829, 16827, 10852, 15201, 11061, 12648, 19262, 13421, 16787, 10965, 14507, 17424, 12717, 17017, 11906, 15668, 10161, 13424, 19000, 13474, 16822, 11415, 15335, 11856, 12104, 18927, 13851, 16122, 10060, 12920, 18885, 13931, 15817, 10263, 12862, 18813, 13883, 15956, 10053, 12369, 18566, 13076, 15418, 11006, 12110, 18028, 12227, 15873, 10660, 12861, 18892, 13116, 16421, 10457, 13242, 19202, 13659, 16926, 10902, 15600, 12049, 12939, 19483, 14432, 16614, 10452, 15164, 16243, 12943, 18594, 14203, 15910, 9855, 14139, 18767, 13332, 16898, 10884, 14093, 18004, 12109, 16401, 10669, 14353, 18152, 12334, 16516, 10733, 14648, 15851, 11930, 17556, 11995, 16202, 10347, 12656, 18720, 13337, 16739, 10632, 14285, 18013, 12545, 16835, 11689, 15534, 10969, 12181, 18842, 11921, 15435, 16850, 12361, 16251, 9899, 14306, 18328, 13346, 16067, 9774, 14247, 18394, 13924, 15667, 10075, 13687, 17780, 13154, 16420, 10934, 14908, 12818, 12212, 18452, 12028, 16212, 13941, 12954, 18030, 11542, 15624, 12793, 12173, 18256, 12251, 15389, 13688, 11949, 17603, 11202, 14862, 12083, 11902, 18042, 11795, 15925, 10341, 13229, 19072, 13120, 16937, 11018, 14127, 19179, 12487, 16689, 11797, 12917, 18347, 11656, 16188, 12665, 13012, 18920, 12042, 16264, 12979, 13353, 18376, 12646, 16758, 11028, 15931, 13690, 13921, 19758, 13204, 17541, 12065, 14265, 19418, 12833, 16895, 19228, 12736, 16765, 9815, 14489, 19022, 14216, 15959, 10506, 15074, 17694, 12680, 16782, 11030, 15181, 14542, 11859, 18524, 13259, 16929, 10749, 15750], 'WindowCenter': [4699.0, 4633.0, 4650.0, 4585.0, 4616.0, 4633.0, 4612.0, 4621.0, 4569.0, 4601.0, 4628.0, 4599.0, 4622.0, 4599.0, 4590.0, 4619.0, 4578.0, 4611.0, 4641.0, 4602.0, 4622.0, 4581.0, 4601.0, 4630.0, 4610.0, 4621.0, 4580.0, 4614.0, 4643.0, 4608.0, 4636.0, 4594.0, 4626.0, 4646.0, 4617.0, 4636.0, 4603.0, 4617.0, 4645.0, 4595.0, 4636.0, 4645.0, 4618.0, 4638.0, 4595.0, 4626.0, 4646.0, 4625.0, 4637.0, 4594.0, 4625.0, 4654.0, 4630.0, 4649.0, 4596.0, 4639.0, 4658.0, 4629.0, 4648.0, 4589.0, 4627.0, 4659.0, 4631.0, 4650.0, 4599.0, 4639.0, 4667.0, 4640.0, 4650.0, 4619.0, 4652.0, 4638.0, 4610.0, 4668.0, 4627.0, 4649.0, 4597.0, 4636.0, 4646.0, 4626.0, 4645.0, 4615.0, 4635.0, 4606.0, 4624.0, 4645.0, 4617.0, 4643.0, 4615.0, 4623.0, 4594.0, 4625.0, 4642.0, 4613.0, 4633.0, 4601.0, 4621.0, 4592.0, 4623.0, 4584.0, 4624.0, 4642.0, 4604.0, 4643.0, 4624.0, 4634.0, 4584.0, 4614.0, 4644.0, 4614.0, 4622.0, 4591.0, 4612.0, 4591.0, 4612.0, 4642.0, 4603.0, 4633.0, 4602.0, 4623.0, 4592.0, 4614.0, 4654.0, 4614.0, 4643.0, 4625.0, 4634.0, 4583.0, 4616.0, 4645.0, 4614.0, 4639.0, 4617.0, 4635.0, 4595.0, 4627.0, 4635.0, 4614.0, 4646.0, 4614.0, 4634.0, 4606.0, 4635.0, 4585.0, 4626.0, 4604.0, 4635.0, 4657.0, 4636.0, 4646.0, 4610.0, 4635.0, 4593.0, 4623.0, 4582.0, 4613.0, 4632.0, 4602.0, 4633.0, 4611.0, 4621.0, 4583.0, 4626.0, 4634.0, 4606.0, 4633.0, 4614.0, 4623.0, 4584.0, 4604.0, 4642.0, 4623.0, 4634.0, 4597.0, 4626.0, 4615.0, 4617.0, 4653.0, 4614.0, 4646.0, 4608.0, 4637.0, 4598.0, 4630.0, 4670.0, 4630.0, 4645.0, 4616.0, 4638.0, 4595.0, 4616.0, 4655.0, 4627.0, 4645.0, 4620.0, 4648.0, 4617.0, 4618.0, 4652.0, 4626.0, 4650.0, 4628.0, 4649.0, 4607.0, 4653.0, 4643.0, 4645.0, 4664.0, 4640.0, 4616.0, 4648.0, 4629.0, 4660.0, 4619.0, 4662.0, 4672.0, 4628.0, 4637.0, 4594.0, 4614.0, 4634.0, 4602.0, 4623.0, 4578.0, 4612.0, 4579.0, 4604.0, 4643.0, 4604.0, 4634.0, 4592.0, 4624.0, 4585.0, 4628.0, 4657.0, 4628.0, 4649.0, 4608.0, 4638.0, 4617.0, 4628.0, 4646.0, 4617.0, 4637.0, 4597.0, 4638.0, 4605.0, 4617.0, 4656.0, 4626.0, 4643.0, 4610.0, 4638.0, 4618.0, 4627.0, 4657.0, 4653.0, 4651.0, 4598.0, 4638.0, 4647.0, 4625.0, 4648.0, 4616.0, 4636.0, 4597.0, 4627.0, 4625.0, 4617.0, 4643.0, 4614.0, 4635.0, 4595.0, 4626.0, 4583.0, 4616.0, 4643.0, 4614.0, 4635.0, 4615.0, 4634.0, 4583.0, 4623.0, 4634.0, 4625.0, 4636.0, 4606.0, 4624.0, 4581.0, 4618.0, 4593.0, 4614.0, 4643.0, 4613.0, 4631.0, 4594.0, 4627.0, 4595.0, 4614.0, 4643.0, 4615.0, 4636.0, 4584.0, 4624.0, 4645.0, 4611.0, 4633.0, 4594.0, 4624.0, 4604.0, 4605.0, 4643.0, 4616.0, 4638.0, 4583.0, 4627.0, 4657.0, 4624.0, 4635.0, 4607.0, 4638.0, 4597.0, 4626.0, 4657.0, 4629.0, 4647.0, 4597.0, 4639.0, 4636.0, 4629.0, 4647.0, 4617.0, 4647.0, 4606.0, 4639.0, 4617.0, 4629.0, 4657.0, 4628.0, 4647.0, 4607.0, 4628.0, 4648.0, 4616.0, 4635.0, 4593.0, 4636.0, 4627.0, 4616.0, 4646.0, 4619.0, 4636.0, 4594.0, 4637.0, 4626.0, 4617.0, 4657.0, 4616.0, 4647.0, 4596.0, 4625.0, 4645.0, 4614.0, 4635.0, 4594.0, 4624.0, 4593.0, 4604.0, 4643.0, 4623.0, 4634.0, 4583.0, 4615.0, 4641.0, 4623.0, 4635.0, 4591.0, 4627.0, 4631.0, 4613.0, 4636.0, 4604.0, 4636.0, 4595.0, 4617.0, 4655.0, 4626.0, 4646.0, 4598.0, 4639.0, 4657.0, 4628.0, 4649.0, 4630.0, 4648.0, 4607.0, 4638.0, 4658.0, 4626.0, 4646.0, 4618.0, 4636.0, 4594.0, 4641.0, 4636.0, 4626.0, 4647.0, 4615.0, 4638.0, 4611.0, 4617.0, 4646.0, 4612.0, 4635.0, 4591.0, 4612.0, 4644.0, 4603.0, 4623.0, 4584.0, 4615.0, 4629.0, 4605.0, 4634.0, 4593.0, 4626.0, 4602.0, 4616.0, 4654.0, 4617.0, 4644.0, 4594.0, 4628.0, 4647.0, 4616.0, 4647.0, 4606.0, 4639.0, 4614.0, 4617.0, 4646.0, 4615.0, 4637.0, 4587.0, 4628.0, 4657.0, 4628.0, 4648.0, 4621.0, 4650.0, 4630.0, 4631.0, 4661.0, 4654.0, 4678.0, 4627.0, 4674.0, 4625.0, 4657.0, 4632.0, 4673.0, 4645.0, 4664.0, 4622.0, 4631.0, 4659.0, 4630.0, 4638.0, 4595.0, 4617.0, 4647.0, 4613.0, 4624.0, 4584.0, 4614.0, 4633.0, 4603.0, 4622.0, 4581.0, 4624.0, 4603.0, 4602.0, 4645.0, 4613.0, 4632.0, 4584.0, 4628.0, 4646.0, 4617.0, 4634.0, 4604.0, 4637.0, 4594.0, 4625.0, 4647.0, 4627.0, 4627.0, 4580.0, 4616.0, 4644.0, 4626.0, 4625.0, 4587.0, 4628.0, 4634.0, 4615.0, 4645.0, 4617.0, 4638.0, 4584.0, 4627.0, 4658.0, 4627.0, 4637.0, 4600.0, 4627.0, 4659.0, 4628.0, 4638.0, 4606.0, 4639.0, 4634.0, 4618.0, 4647.0, 4617.0, 4636.0, 4587.0, 4627.0, 4646.0, 4626.0, 4646.0, 4615.0, 4637.0, 4587.0, 4628.0, 4647.0, 4625.0, 4635.0, 4595.0, 4625.0, 4637.0, 4614.0, 4624.0, 4602.0, 4626.0, 4583.0, 4617.0, 4645.0, 4616.0, 4634.0, 4585.0, 4625.0, 4645.0, 4623.0, 4637.0, 4585.0, 4625.0, 4645.0, 4617.0, 4637.0, 4606.0, 4638.0, 4605.0, 4615.0, 4656.0, 4618.0, 4638.0, 4595.0, 4617.0, 4647.0, 4618.0, 4636.0, 4595.0, 4617.0, 4657.0, 4629.0, 4649.0, 4595.0, 4629.0, 4658.0, 4631.0, 4647.0, 4607.0, 4648.0, 4618.0, 4628.0, 4659.0, 4628.0, 4639.0, 4609.0, 4637.0, 4594.0, 4630.0, 4658.0, 4627.0, 4647.0, 4609.0, 4629.0, 4658.0, 4618.0, 4638.0, 4605.0, 4616.0, 4636.0, 4606.0, 4636.0, 4593.0, 4615.0, 4646.0, 4606.0, 4625.0, 4584.0, 4627.0, 4632.0, 4616.0, 4624.0, 4596.0, 4625.0, 4636.0, 4619.0, 4636.0, 4609.0, 4636.0, 4625.0, 4618.0, 4648.0, 4608.0, 4640.0, 4593.0, 4617.0, 4648.0, 4626.0, 4637.0, 4586.0, 4618.0, 4647.0, 4628.0, 4646.0, 4597.0, 4641.0, 4647.0, 4626.0, 4637.0, 4607.0, 4637.0, 4596.0, 4628.0, 4657.0, 4638.0, 4648.0, 4608.0, 4639.0, 4644.0, 4625.0, 4636.0, 4606.0, 4638.0, 4606.0, 4614.0, 4646.0, 4627.0, 4636.0, 4583.0, 4625.0, 4632.0, 4614.0, 4624.0, 4596.0, 4625.0, 4583.0, 4615.0, 4635.0, 4612.0, 4623.0, 4570.0, 4614.0, 4632.0, 4604.0, 4622.0, 4583.0, 4615.0, 4602.0, 4603.0, 4632.0, 4602.0, 4621.0, 4583.0, 4614.0, 4634.0, 4615.0, 4622.0, 4585.0, 4614.0, 4634.0, 4615.0, 4623.0, 4583.0, 4624.0, 4633.0, 4605.0, 4636.0, 4609.0, 4637.0, 4584.0, 4616.0, 4647.0, 4617.0, 4636.0, 4595.0, 4618.0, 4657.0, 4628.0, 4638.0, 4598.0, 4638.0, 4648.0, 4629.0, 4648.0, 4620.0, 4637.0, 4605.0, 4628.0, 4647.0, 4628.0, 4635.0, 4607.0, 4625.0, 4595.0, 4624.0, 4637.0, 4617.0, 4645.0, 4603.0, 4635.0, 4584.0, 4627.0, 4644.0, 4604.0, 4623.0, 4594.0, 4625.0, 4574.0, 4612.0, 4633.0, 4613.0, 4633.0, 4602.0, 4624.0, 4583.0, 4627.0, 4643.0, 4623.0, 4636.0, 4585.0, 4627.0, 4624.0, 4616.0, 4636.0, 4608.0, 4637.0, 4587.0, 4627.0, 4635.0, 4628.0, 4648.0, 4618.0, 4647.0, 4597.0, 4640.0, 4599.0, 4631.0, 4658.0, 4620.0, 4640.0, 4617.0, 4620.0, 4645.0, 4618.0, 4639.0, 4595.0, 4628.0, 4646.0, 4614.0, 4634.0, 4598.0, 4625.0, 4645.0, 4617.0, 4637.0, 4595.0, 4626.0, 4635.0, 4617.0, 4637.0, 4605.0, 4637.0, 4617.0, 4620.0, 4648.0, 4604.0, 4638.0, 4596.0, 4626.0, 4646.0, 4620.0, 4634.0, 4584.0, 4627.0, 4634.0, 4617.0, 4635.0, 4604.0, 4626.0, 4593.0, 4619.0, 4643.0, 4618.0, 4634.0, 4596.0, 4624.0, 4645.0, 4606.0, 4634.0, 4592.0, 4628.0, 4606.0, 4616.0, 4647.0, 4625.0, 4649.0, 4608.0, 4638.0, 4654.0, 4630.0, 4649.0, 4596.0, 4630.0, 4658.0, 4619.0, 4659.0, 4636.0, 4664.0, 4622.0, 4639.0, 4608.0, 4671.0, 4642.0, 4671.0, 4645.0, 4674.0, 4663.0, 4630.0, 4640.0, 4597.0, 4626.0, 4646.0, 4593.0, 4623.0, 4579.0, 4612.0, 4623.0, 4594.0, 4623.0, 4582.0, 4622.0, 4603.0, 4601.0, 4642.0, 4607.0, 4637.0, 4596.0, 4629.0, 4635.0, 4618.0, 4647.0, 4608.0, 4639.0, 4638.0, 4617.0, 4647.0, 4607.0, 4626.0, 4638.0, 4616.0, 4636.0, 4585.0, 4616.0, 4644.0, 4616.0, 4623.0, 4583.0, 4616.0, 4643.0, 4612.0, 4633.0, 4582.0, 4617.0, 4655.0, 4624.0, 4635.0, 4598.0, 4623.0, 4656.0, 4627.0, 4649.0, 4611.0, 4650.0, 4640.0, 4628.0, 4660.0, 4630.0, 4650.0, 4593.0, 4628.0, 4659.0, 4627.0, 4638.0, 4598.0, 4627.0, 4636.0, 4617.0, 4647.0, 4616.0, 4639.0, 4595.0, 4640.0, 4603.0, 4629.0, 4656.0, 4628.0, 4649.0, 4607.0, 4639.0, 4618.0, 4619.0, 4647.0, 4627.0, 4633.0, 4586.0, 4625.0, 4643.0, 4613.0, 4626.0, 4585.0, 4624.0, 4637.0, 4605.0, 4625.0, 4585.0, 4614.0, 4632.0, 4605.0, 4634.0, 4596.0, 4626.0, 4613.0, 4606.0, 4645.0, 4606.0, 4639.0, 4605.0, 4619.0, 4657.0, 4620.0, 4649.0, 4627.0, 4620.0, 4660.0, 4609.0, 4640.0, 4648.0, 4630.0, 4650.0, 4608.0, 4630.0, 4627.0, 4631.0, 4660.0, 4621.0, 4651.0, 4607.0, 4630.0, 4659.0, 4629.0, 4648.0, 4606.0, 4619.0, 4656.0, 4629.0, 4640.0, 4597.0, 4636.0, 4656.0, 4627.0, 4651.0, 4618.0, 4635.0, 4597.0, 4627.0, 4660.0, 4619.0, 4646.0, 4595.0, 4629.0, 4647.0, 4620.0, 4630.0, 4596.0, 4637.0, 4636.0, 4608.0, 4635.0, 4596.0, 4637.0, 4622.0, 4616.0, 4645.0, 4606.0, 4634.0, 4593.0, 4628.0, 4645.0, 4617.0, 4636.0, 4595.0, 4627.0, 4645.0, 4628.0, 4646.0, 4607.0, 4638.0, 4607.0, 4628.0, 4647.0, 4619.0, 4647.0, 4606.0, 4634.0, 4606.0, 4617.0, 4645.0, 4618.0, 4636.0, 4590.0, 4627.0, 4594.0, 4605.0, 4645.0, 4614.0, 4637.0, 4580.0, 4612.0, 4644.0, 4627.0, 4636.0, 4587.0, 4615.0, 4647.0, 4625.0, 4637.0, 4599.0, 4638.0, 4635.0, 4616.0, 4648.0, 4607.0, 4650.0, 4591.0, 4630.0, 4656.0, 4631.0, 4649.0, 4596.0, 4641.0, 4659.0, 4630.0, 4638.0, 4587.0, 4616.0, 4646.0, 4627.0, 4637.0, 4588.0, 4630.0, 4654.0, 4629.0, 4648.0, 4618.0, 4650.0, 4608.0, 4619.0, 4658.0, 4629.0, 4651.0, 4598.0, 4640.0, 4659.0, 4628.0, 4648.0, 4598.0, 4629.0, 4648.0, 4606.0, 4636.0, 4594.0, 4626.0, 4636.0, 4607.0, 4630.0, 4593.0, 4624.0, 4594.0, 4615.0, 4648.0, 4617.0, 4634.0, 4593.0, 4625.0, 4650.0, 4616.0, 4635.0, 4606.0, 4635.0, 4585.0, 4617.0, 4656.0, 4617.0, 4644.0, 4606.0, 4639.0, 4603.0, 4619.0, 4657.0, 4628.0, 4639.0, 4583.0, 4617.0, 4648.0, 4628.0, 4637.0, 4579.0, 4617.0, 4644.0, 4618.0, 4634.0, 4584.0, 4605.0, 4640.0, 4604.0, 4628.0, 4595.0, 4605.0, 4644.0, 4606.0, 4637.0, 4596.0, 4629.0, 4658.0, 4619.0, 4648.0, 4599.0, 4630.0, 4658.0, 4630.0, 4649.0, 4610.0, 4645.0, 4620.0, 4630.0, 4659.0, 4627.0, 4650.0, 4597.0, 4642.0, 4637.0, 4618.0, 4645.0, 4627.0, 4636.0, 4587.0, 4628.0, 4645.0, 4617.0, 4636.0, 4599.0, 4625.0, 4636.0, 4608.0, 4635.0, 4585.0, 4624.0, 4645.0, 4603.0, 4635.0, 4593.0, 4627.0, 4622.0, 4604.0, 4633.0, 4602.0, 4637.0, 4585.0, 4616.0, 4644.0, 4618.0, 4637.0, 4598.0, 4630.0, 4646.0, 4618.0, 4647.0, 4607.0, 4640.0, 4606.0, 4620.0, 4656.0, 4608.0, 4640.0, 4648.0, 4617.0, 4646.0, 4596.0, 4628.0, 4656.0, 4627.0, 4633.0, 4577.0, 4630.0, 4647.0, 4627.0, 4637.0, 4587.0, 4629.0, 4649.0, 4631.0, 4647.0, 4611.0, 4639.0, 4630.0, 4620.0, 4659.0, 4621.0, 4649.0, 4628.0, 4618.0, 4649.0, 4608.0, 4641.0, 4616.0, 4607.0, 4645.0, 4597.0, 4639.0, 4616.0, 4606.0, 4647.0, 4598.0, 4627.0, 4605.0, 4608.0, 4646.0, 4604.0, 4636.0, 4597.0, 4630.0, 4659.0, 4628.0, 4649.0, 4609.0, 4639.0, 4669.0, 4621.0, 4652.0, 4599.0, 4631.0, 4660.0, 4610.0, 4652.0, 4620.0, 4629.0, 4660.0, 4620.0, 4650.0, 4617.0, 4631.0, 4657.0, 4631.0, 4660.0, 4611.0, 4662.0, 4643.0, 4643.0, 4683.0, 4643.0, 4662.0, 4620.0, 4641.0, 4673.0, 4630.0, 4654.0, 4659.0, 4618.0, 4646.0, 4586.0, 4626.0, 4644.0, 4626.0, 4637.0, 4598.0, 4637.0, 4646.0, 4618.0, 4649.0, 4606.0, 4638.0, 4629.0, 4619.0, 4659.0, 4630.0, 4671.0, 4623.0, 4665.0], 'WindowWidth': [10257.0, 10146.0, 10164.0, 10066.0, 10105.0, 10126.0, 10094.0, 10106.0, 10032.0, 10077.0, 10112.0, 10072.0, 10106.0, 10072.0, 10061.0, 10100.0, 10042.0, 10090.0, 10134.0, 10079.0, 10107.0, 10048.0, 10077.0, 10117.0, 10088.0, 10106.0, 10050.0, 10099.0, 10138.0, 10090.0, 10134.0, 10075.0, 10121.0, 10149.0, 10107.0, 10132.0, 10084.0, 10106.0, 10147.0, 10074.0, 10131.0, 10145.0, 10109.0, 10137.0, 10077.0, 10120.0, 10148.0, 10117.0, 10136.0, 10076.0, 10118.0, 10158.0, 10127.0, 10155.0, 10080.0, 10142.0, 10169.0, 10128.0, 10153.0, 10071.0, 10126.0, 10171.0, 10132.0, 10159.0, 10084.0, 10144.0, 10184.0, 10143.0, 10158.0, 10115.0, 10162.0, 10139.0, 10097.0, 10184.0, 10124.0, 10155.0, 10081.0, 10135.0, 10150.0, 10120.0, 10148.0, 10106.0, 10132.0, 10091.0, 10116.0, 10146.0, 10105.0, 10142.0, 10102.0, 10112.0, 10070.0, 10113.0, 10144.0, 10098.0, 10125.0, 10079.0, 10105.0, 10068.0, 10111.0, 10057.0, 10115.0, 10137.0, 10085.0, 10141.0, 10113.0, 10128.0, 10056.0, 10098.0, 10143.0, 10097.0, 10108.0, 10065.0, 10094.0, 10063.0, 10095.0, 10137.0, 10086.0, 10125.0, 10082.0, 10113.0, 10069.0, 10102.0, 10158.0, 10101.0, 10140.0, 10117.0, 10129.0, 10058.0, 10101.0, 10148.0, 10103.0, 10133.0, 10107.0, 10130.0, 10075.0, 10120.0, 10131.0, 10103.0, 10148.0, 10101.0, 10128.0, 10090.0, 10130.0, 10058.0, 10120.0, 10087.0, 10131.0, 10165.0, 10133.0, 10149.0, 10094.0, 10129.0, 10069.0, 10111.0, 10053.0, 10098.0, 10125.0, 10081.0, 10124.0, 10093.0, 10106.0, 10055.0, 10117.0, 10127.0, 10089.0, 10127.0, 10098.0, 10112.0, 10056.0, 10085.0, 10137.0, 10112.0, 10128.0, 10077.0, 10118.0, 10100.0, 10106.0, 10155.0, 10102.0, 10146.0, 10096.0, 10136.0, 10082.0, 10128.0, 10186.0, 10127.0, 10146.0, 10106.0, 10138.0, 10075.0, 10106.0, 10158.0, 10122.0, 10146.0, 10117.0, 10155.0, 10108.0, 10110.0, 10158.0, 10121.0, 10155.0, 10125.0, 10153.0, 10096.0, 10168.0, 10153.0, 10160.0, 10186.0, 10147.0, 10108.0, 10151.0, 10127.0, 10174.0, 10115.0, 10176.0, 10199.0, 10122.0, 10135.0, 10070.0, 10097.0, 10132.0, 10078.0, 10106.0, 10042.0, 10091.0, 10044.0, 10083.0, 10136.0, 10082.0, 10123.0, 10068.0, 10114.0, 10061.0, 10122.0, 10164.0, 10124.0, 10152.0, 10092.0, 10137.0, 10106.0, 10123.0, 10148.0, 10107.0, 10134.0, 10078.0, 10136.0, 10088.0, 10106.0, 10159.0, 10118.0, 10141.0, 10098.0, 10137.0, 10108.0, 10122.0, 10163.0, 10162.0, 10157.0, 10081.0, 10136.0, 10149.0, 10117.0, 10150.0, 10106.0, 10132.0, 10076.0, 10118.0, 10115.0, 10104.0, 10142.0, 10098.0, 10126.0, 10071.0, 10114.0, 10053.0, 10101.0, 10139.0, 10097.0, 10128.0, 10100.0, 10126.0, 10055.0, 10109.0, 10129.0, 10114.0, 10129.0, 10087.0, 10110.0, 10051.0, 10100.0, 10066.0, 10097.0, 10140.0, 10096.0, 10118.0, 10068.0, 10117.0, 10070.0, 10097.0, 10137.0, 10098.0, 10129.0, 10056.0, 10113.0, 10142.0, 10092.0, 10123.0, 10070.0, 10113.0, 10083.0, 10087.0, 10138.0, 10103.0, 10134.0, 10057.0, 10119.0, 10162.0, 10114.0, 10129.0, 10094.0, 10136.0, 10079.0, 10118.0, 10164.0, 10127.0, 10150.0, 10082.0, 10139.0, 10133.0, 10125.0, 10151.0, 10109.0, 10149.0, 10090.0, 10139.0, 10107.0, 10126.0, 10165.0, 10122.0, 10148.0, 10091.0, 10123.0, 10153.0, 10105.0, 10129.0, 10071.0, 10130.0, 10120.0, 10105.0, 10146.0, 10111.0, 10132.0, 10072.0, 10135.0, 10119.0, 10106.0, 10163.0, 10104.0, 10146.0, 10075.0, 10116.0, 10149.0, 10099.0, 10126.0, 10070.0, 10113.0, 10068.0, 10083.0, 10137.0, 10109.0, 10127.0, 10056.0, 10101.0, 10137.0, 10110.0, 10128.0, 10066.0, 10118.0, 10121.0, 10096.0, 10131.0, 10085.0, 10131.0, 10075.0, 10106.0, 10158.0, 10120.0, 10147.0, 10083.0, 10141.0, 10165.0, 10125.0, 10155.0, 10130.0, 10153.0, 10093.0, 10137.0, 10169.0, 10119.0, 10147.0, 10107.0, 10131.0, 10073.0, 10141.0, 10134.0, 10120.0, 10149.0, 10102.0, 10138.0, 10095.0, 10106.0, 10147.0, 10094.0, 10128.0, 10064.0, 10094.0, 10143.0, 10081.0, 10108.0, 10053.0, 10098.0, 10117.0, 10085.0, 10124.0, 10069.0, 10117.0, 10082.0, 10105.0, 10156.0, 10106.0, 10143.0, 10072.0, 10123.0, 10150.0, 10104.0, 10147.0, 10090.0, 10139.0, 10101.0, 10108.0, 10147.0, 10103.0, 10134.0, 10065.0, 10124.0, 10163.0, 10123.0, 10151.0, 10117.0, 10158.0, 10129.0, 10132.0, 10174.0, 10170.0, 10210.0, 10139.0, 10202.0, 10131.0, 10169.0, 10136.0, 10195.0, 10157.0, 10184.0, 10120.0, 10131.0, 10176.0, 10128.0, 10139.0, 10075.0, 10105.0, 10149.0, 10096.0, 10112.0, 10054.0, 10096.0, 10125.0, 10079.0, 10106.0, 10050.0, 10110.0, 10079.0, 10080.0, 10139.0, 10094.0, 10121.0, 10055.0, 10120.0, 10145.0, 10103.0, 10128.0, 10087.0, 10133.0, 10072.0, 10114.0, 10148.0, 10118.0, 10120.0, 10050.0, 10102.0, 10140.0, 10116.0, 10114.0, 10064.0, 10121.0, 10127.0, 10101.0, 10142.0, 10106.0, 10134.0, 10060.0, 10120.0, 10164.0, 10119.0, 10135.0, 10085.0, 10121.0, 10166.0, 10122.0, 10136.0, 10092.0, 10139.0, 10130.0, 10107.0, 10148.0, 10105.0, 10131.0, 10064.0, 10121.0, 10147.0, 10118.0, 10146.0, 10103.0, 10135.0, 10064.0, 10120.0, 10152.0, 10116.0, 10129.0, 10073.0, 10113.0, 10135.0, 10097.0, 10112.0, 10080.0, 10115.0, 10054.0, 10102.0, 10142.0, 10103.0, 10127.0, 10059.0, 10113.0, 10142.0, 10111.0, 10132.0, 10060.0, 10116.0, 10144.0, 10104.0, 10133.0, 10089.0, 10135.0, 10088.0, 10102.0, 10160.0, 10107.0, 10137.0, 10076.0, 10106.0, 10149.0, 10107.0, 10133.0, 10075.0, 10106.0, 10161.0, 10125.0, 10154.0, 10076.0, 10124.0, 10166.0, 10129.0, 10150.0, 10096.0, 10152.0, 10109.0, 10122.0, 10168.0, 10123.0, 10138.0, 10096.0, 10135.0, 10074.0, 10128.0, 10166.0, 10120.0, 10149.0, 10096.0, 10125.0, 10168.0, 10109.0, 10136.0, 10087.0, 10103.0, 10134.0, 10088.0, 10130.0, 10068.0, 10099.0, 10146.0, 10087.0, 10114.0, 10055.0, 10116.0, 10123.0, 10101.0, 10112.0, 10074.0, 10116.0, 10131.0, 10110.0, 10132.0, 10097.0, 10133.0, 10117.0, 10107.0, 10151.0, 10096.0, 10142.0, 10072.0, 10105.0, 10150.0, 10117.0, 10134.0, 10063.0, 10109.0, 10148.0, 10123.0, 10147.0, 10079.0, 10142.0, 10153.0, 10118.0, 10135.0, 10094.0, 10137.0, 10079.0, 10124.0, 10166.0, 10140.0, 10152.0, 10096.0, 10141.0, 10148.0, 10117.0, 10133.0, 10092.0, 10136.0, 10091.0, 10100.0, 10149.0, 10118.0, 10132.0, 10055.0, 10112.0, 10126.0, 10097.0, 10113.0, 10073.0, 10113.0, 10054.0, 10099.0, 10130.0, 10095.0, 10110.0, 10035.0, 10096.0, 10123.0, 10083.0, 10106.0, 10052.0, 10098.0, 10077.0, 10080.0, 10120.0, 10080.0, 10106.0, 10053.0, 10096.0, 10126.0, 10100.0, 10104.0, 10058.0, 10097.0, 10126.0, 10100.0, 10111.0, 10055.0, 10112.0, 10124.0, 10087.0, 10130.0, 10095.0, 10134.0, 10058.0, 10104.0, 10148.0, 10107.0, 10133.0, 10076.0, 10110.0, 10163.0, 10124.0, 10138.0, 10083.0, 10139.0, 10154.0, 10125.0, 10151.0, 10114.0, 10137.0, 10089.0, 10122.0, 10151.0, 10121.0, 10132.0, 10090.0, 10111.0, 10073.0, 10113.0, 10137.0, 10106.0, 10143.0, 10084.0, 10129.0, 10058.0, 10119.0, 10146.0, 10083.0, 10110.0, 10069.0, 10112.0, 10041.0, 10094.0, 10125.0, 10095.0, 10124.0, 10080.0, 10112.0, 10054.0, 10118.0, 10139.0, 10111.0, 10132.0, 10060.0, 10119.0, 10114.0, 10104.0, 10132.0, 10094.0, 10133.0, 10063.0, 10120.0, 10132.0, 10122.0, 10151.0, 10110.0, 10148.0, 10080.0, 10142.0, 10083.0, 10130.0, 10168.0, 10113.0, 10142.0, 10108.0, 10113.0, 10147.0, 10107.0, 10137.0, 10075.0, 10123.0, 10150.0, 10101.0, 10129.0, 10078.0, 10116.0, 10146.0, 10106.0, 10133.0, 10074.0, 10117.0, 10132.0, 10106.0, 10135.0, 10088.0, 10133.0, 10105.0, 10111.0, 10151.0, 10087.0, 10135.0, 10076.0, 10118.0, 10150.0, 10111.0, 10128.0, 10058.0, 10117.0, 10130.0, 10104.0, 10129.0, 10086.0, 10117.0, 10068.0, 10108.0, 10142.0, 10106.0, 10127.0, 10073.0, 10113.0, 10144.0, 10090.0, 10126.0, 10068.0, 10121.0, 10089.0, 10106.0, 10148.0, 10118.0, 10152.0, 10096.0, 10140.0, 10162.0, 10129.0, 10156.0, 10079.0, 10128.0, 10166.0, 10116.0, 10173.0, 10148.0, 10185.0, 10124.0, 10143.0, 10101.0, 10187.0, 10150.0, 10191.0, 10156.0, 10199.0, 10187.0, 10128.0, 10143.0, 10078.0, 10118.0, 10147.0, 10067.0, 10108.0, 10043.0, 10092.0, 10111.0, 10067.0, 10105.0, 10049.0, 10105.0, 10080.0, 10079.0, 10135.0, 10089.0, 10129.0, 10074.0, 10124.0, 10130.0, 10109.0, 10148.0, 10094.0, 10139.0, 10137.0, 10107.0, 10147.0, 10089.0, 10117.0, 10140.0, 10103.0, 10130.0, 10057.0, 10101.0, 10141.0, 10100.0, 10109.0, 10052.0, 10099.0, 10137.0, 10095.0, 10124.0, 10053.0, 10105.0, 10157.0, 10113.0, 10130.0, 10081.0, 10114.0, 10161.0, 10122.0, 10153.0, 10103.0, 10158.0, 10142.0, 10125.0, 10171.0, 10128.0, 10156.0, 10073.0, 10123.0, 10171.0, 10120.0, 10137.0, 10081.0, 10120.0, 10135.0, 10105.0, 10148.0, 10103.0, 10135.0, 10073.0, 10139.0, 10085.0, 10124.0, 10162.0, 10121.0, 10152.0, 10092.0, 10138.0, 10107.0, 10106.0, 10148.0, 10118.0, 10126.0, 10060.0, 10113.0, 10141.0, 10097.0, 10116.0, 10059.0, 10110.0, 10133.0, 10085.0, 10114.0, 10057.0, 10098.0, 10122.0, 10086.0, 10124.0, 10074.0, 10118.0, 10098.0, 10091.0, 10143.0, 10090.0, 10139.0, 10088.0, 10112.0, 10164.0, 10112.0, 10154.0, 10122.0, 10115.0, 10171.0, 10098.0, 10142.0, 10156.0, 10128.0, 10154.0, 10097.0, 10124.0, 10121.0, 10130.0, 10172.0, 10117.0, 10158.0, 10094.0, 10128.0, 10170.0, 10125.0, 10151.0, 10089.0, 10109.0, 10161.0, 10124.0, 10140.0, 10078.0, 10132.0, 10164.0, 10122.0, 10156.0, 10110.0, 10132.0, 10078.0, 10122.0, 10171.0, 10112.0, 10147.0, 10075.0, 10124.0, 10153.0, 10111.0, 10121.0, 10075.0, 10134.0, 10134.0, 10093.0, 10128.0, 10074.0, 10132.0, 10112.0, 10102.0, 10143.0, 10089.0, 10126.0, 10069.0, 10120.0, 10146.0, 10106.0, 10133.0, 10073.0, 10120.0, 10148.0, 10122.0, 10147.0, 10093.0, 10137.0, 10094.0, 10123.0, 10152.0, 10111.0, 10148.0, 10090.0, 10129.0, 10091.0, 10105.0, 10147.0, 10106.0, 10128.0, 10062.0, 10119.0, 10071.0, 10086.0, 10143.0, 10098.0, 10131.0, 10049.0, 10096.0, 10139.0, 10117.0, 10130.0, 10063.0, 10102.0, 10145.0, 10116.0, 10133.0, 10083.0, 10136.0, 10129.0, 10103.0, 10150.0, 10091.0, 10154.0, 10070.0, 10128.0, 10164.0, 10130.0, 10155.0, 10079.0, 10143.0, 10168.0, 10128.0, 10138.0, 10064.0, 10105.0, 10148.0, 10119.0, 10134.0, 10068.0, 10126.0, 10159.0, 10126.0, 10151.0, 10110.0, 10157.0, 10098.0, 10114.0, 10168.0, 10127.0, 10159.0, 10085.0, 10144.0, 10172.0, 10124.0, 10152.0, 10081.0, 10125.0, 10158.0, 10089.0, 10130.0, 10071.0, 10117.0, 10136.0, 10090.0, 10118.0, 10068.0, 10114.0, 10071.0, 10101.0, 10148.0, 10103.0, 10126.0, 10069.0, 10117.0, 10156.0, 10103.0, 10128.0, 10088.0, 10129.0, 10058.0, 10105.0, 10159.0, 10106.0, 10142.0, 10091.0, 10138.0, 10085.0, 10110.0, 10162.0, 10123.0, 10139.0, 10058.0, 10107.0, 10151.0, 10120.0, 10134.0, 10050.0, 10104.0, 10141.0, 10106.0, 10126.0, 10056.0, 10085.0, 10132.0, 10083.0, 10119.0, 10072.0, 10088.0, 10140.0, 10090.0, 10135.0, 10077.0, 10126.0, 10166.0, 10111.0, 10152.0, 10083.0, 10128.0, 10165.0, 10127.0, 10155.0, 10101.0, 10147.0, 10115.0, 10129.0, 10169.0, 10120.0, 10155.0, 10081.0, 10146.0, 10138.0, 10108.0, 10147.0, 10119.0, 10132.0, 10064.0, 10122.0, 10148.0, 10104.0, 10131.0, 10079.0, 10114.0, 10135.0, 10090.0, 10127.0, 10057.0, 10111.0, 10145.0, 10081.0, 10125.0, 10068.0, 10116.0, 10110.0, 10085.0, 10124.0, 10081.0, 10133.0, 10060.0, 10103.0, 10143.0, 10107.0, 10133.0, 10079.0, 10127.0, 10150.0, 10109.0, 10148.0, 10093.0, 10140.0, 10091.0, 10114.0, 10162.0, 10094.0, 10140.0, 10153.0, 10107.0, 10147.0, 10077.0, 10122.0, 10162.0, 10121.0, 10128.0, 10048.0, 10126.0, 10149.0, 10121.0, 10134.0, 10068.0, 10125.0, 10152.0, 10128.0, 10149.0, 10103.0, 10142.0, 10128.0, 10115.0, 10168.0, 10113.0, 10154.0, 10124.0, 10108.0, 10156.0, 10096.0, 10142.0, 10103.0, 10091.0, 10146.0, 10073.0, 10137.0, 10105.0, 10090.0, 10145.0, 10077.0, 10117.0, 10086.0, 10094.0, 10143.0, 10086.0, 10134.0, 10079.0, 10129.0, 10167.0, 10124.0, 10155.0, 10099.0, 10142.0, 10185.0, 10116.0, 10160.0, 10081.0, 10130.0, 10170.0, 10101.0, 10159.0, 10113.0, 10126.0, 10170.0, 10114.0, 10156.0, 10109.0, 10128.0, 10165.0, 10132.0, 10172.0, 10105.0, 10177.0, 10150.0, 10153.0, 10209.0, 10152.0, 10177.0, 10118.0, 10147.0, 10197.0, 10129.0, 10164.0, 10172.0, 10110.0, 10149.0, 10064.0, 10119.0, 10148.0, 10117.0, 10133.0, 10081.0, 10135.0, 10148.0, 10106.0, 10152.0, 10091.0, 10137.0, 10124.0, 10111.0, 10168.0, 10132.0, 10191.0, 10127.0, 10188.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.001416775170325511</td></tr>
<tr><td colspan=3>aqi</td><td>0.01673922407267222</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.344370194659014</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2608122567045439</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0123624491439387</td></tr>
<tr><td colspan=3>efc</td><td>0.5267</td></tr>
<tr><td colspan=3>fber</td><td>3264.7646</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.055449215627614436</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>13</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.9841029523088569</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6699369449173047</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5916099382112043</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.891245385612793</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.526955510927915</td></tr>
<tr><td colspan=3>gcor</td><td>0.00689711</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007238006219267845</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03102598711848259</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7399953652696176</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>13.9277</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>69.1032</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>267.125</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>68.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>287291.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1341.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>485.4907</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3332</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>602.0856</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3672.2382</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3886.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>89253.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4900.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1039.0329</td></tr>
<tr><td colspan=3>tsnr</td><td>41.54667090647854</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>