<?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-0124_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-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0124/figures/sub-0124_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-0124/figures/sub-0124_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0124/figures/sub-0124_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-0124/ses-04/func/sub-0124_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>9a37fd2e6052b5861dfe484ddb75b5ca</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>17:05:48.085000</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.999809, -0.0108236, 0.0162795, 0.00872524, 0.992262, 0.123854]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0925041</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>[4222, -7803, -7217, 438, -114, -120, -9, 59]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.982</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>e873c1d2-356e-4bdc-9286-7ed3a4065b0f||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.6824140548706055, 0.023409191519021988, 0.04723411053419113, 108.91999816894531], [0.029038982465863228, 2.6621665954589844, 0.33395934104919434, -115.51084899902344], [0.043676797300577164, -0.3322921693325043, 2.6788504123687744, -54.83186340332031], [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': ['170548.085000', '170548.545000', '170549.005000', '170549.465000', '170549.925000', '170550.385000', '170550.845000', '170551.305000', '170551.765000', '170552.225000', '170552.685000', '170553.145000', '170553.605000', '170554.065000', '170554.525000', '170554.985000', '170555.445000', '170555.905000', '170556.365000', '170556.825000', '170557.285000', '170557.745000', '170558.205000', '170558.665000', '170559.125000', '170559.585000', '170600.045000', '170600.505000', '170600.965000', '170601.425000', '170601.885000', '170602.345000', '170602.805000', '170603.265000', '170603.725000', '170604.185000', '170604.645000', '170605.105000', '170605.565000', '170606.025000', '170606.485000', '170606.945000', '170607.405000', '170607.865000', '170608.325000', '170608.785000', '170609.245000', '170609.705000', '170610.165000', '170610.625000', '170611.085000', '170611.545000', '170612.005000', '170612.465000', '170612.925000', '170613.385000', '170613.845000', '170614.305000', '170614.765000', '170615.225000', '170615.685000', '170616.145000', '170616.605000', '170617.065000', '170617.525000', '170617.985000', '170618.445000', '170618.905000', '170619.365000', '170619.825000', '170620.285000', '170620.745000', '170621.205000', '170621.665000', '170622.125000', '170622.585000', '170623.045000', '170623.505000', '170623.965000', '170624.425000', '170624.885000', '170625.345000', '170625.805000', '170626.265000', '170626.725000', '170627.185000', '170627.645000', '170628.105000', '170628.565000', '170629.025000', '170629.485000', '170629.945000', '170630.405000', '170630.865000', '170631.325000', '170631.785000', '170632.245000', '170632.705000', '170633.165000', '170633.625000', '170634.085000', '170634.545000', '170635.005000', '170635.465000', '170635.925000', '170636.385000', '170636.845000', '170637.305000', '170637.765000', '170638.225000', '170638.685000', '170639.145000', '170639.605000', '170640.065000', '170640.525000', '170640.985000', '170641.445000', '170641.905000', '170642.365000', '170642.825000', '170643.285000', '170643.745000', '170644.205000', '170644.665000', '170645.125000', '170645.585000', '170646.045000', '170646.505000', '170646.965000', '170647.425000', '170647.885000', '170648.345000', '170648.805000', '170649.265000', '170649.725000', '170650.185000', '170650.645000', '170651.105000', '170651.565000', '170652.025000', '170652.485000', '170652.945000', '170653.405000', '170653.865000', '170654.325000', '170654.785000', '170655.245000', '170655.705000', '170656.165000', '170656.625000', '170657.085000', '170657.545000', '170658.005000', '170658.465000', '170658.925000', '170659.385000', '170659.845000', '170700.305000', '170700.765000', '170701.225000', '170701.685000', '170702.145000', '170702.605000', '170703.065000', '170703.525000', '170703.985000', '170704.445000', '170704.905000', '170705.365000', '170705.825000', '170706.285000', '170706.745000', '170707.205000', '170707.665000', '170708.125000', '170708.585000', '170709.045000', '170709.505000', '170709.965000', '170710.425000', '170710.885000', '170711.345000', '170711.805000', '170712.265000', '170712.725000', '170713.185000', '170713.645000', '170714.105000', '170714.565000', '170715.025000', '170715.485000', '170715.945000', '170716.405000', '170716.865000', '170717.325000', '170717.785000', '170718.245000', '170718.705000', '170719.165000', '170719.625000', '170720.085000', '170720.545000', '170721.005000', '170721.465000', '170721.925000', '170722.385000', '170722.845000', '170723.305000', '170723.765000', '170724.225000', '170724.685000', '170725.145000', '170725.605000', '170726.065000', '170726.525000', '170726.985000', '170727.445000', '170727.905000', '170728.365000', '170728.825000', '170729.285000', '170729.745000', '170730.205000', '170730.665000', '170731.125000', '170731.585000', '170732.045000', '170732.505000', '170732.965000', '170733.425000', '170733.885000', '170734.345000', '170734.805000', '170735.265000', '170735.725000', '170736.185000', '170736.645000', '170737.105000', '170737.565000', '170738.025000', '170738.485000', '170738.945000', '170739.405000', '170739.865000', '170740.325000', '170740.785000', '170741.245000', '170741.705000', '170742.165000', '170742.625000', '170743.085000', '170743.545000', '170744.005000', '170744.465000', '170744.925000', '170745.385000', '170745.845000', '170746.305000', '170746.765000', '170747.225000', '170747.685000', '170748.145000', '170748.605000', '170749.065000', '170749.525000', '170749.985000', '170750.445000', '170750.905000', '170751.365000', '170751.825000', '170752.285000', '170752.745000', '170753.205000', '170753.665000', '170754.125000', '170754.585000', '170755.045000', '170755.505000', '170755.965000', '170756.425000', '170756.885000', '170757.345000', '170757.805000', '170758.265000', '170758.725000', '170759.185000', '170759.645000', '170800.105000', '170800.565000', '170801.025000', '170801.485000', '170801.945000', '170802.405000', '170802.865000', '170803.325000', '170803.785000', '170804.245000', '170804.705000', '170805.165000', '170805.625000', '170806.085000', '170806.545000', '170807.005000', '170807.465000', '170807.925000', '170808.385000', '170808.845000', '170809.305000', '170809.765000', '170810.225000', '170810.685000', '170811.145000', '170811.605000', '170812.065000', '170812.525000', '170812.985000', '170813.445000', '170813.905000', '170814.365000', '170814.825000', '170815.285000', '170815.745000', '170816.205000', '170816.665000', '170817.125000', '170817.585000', '170818.045000', '170818.505000', '170818.965000', '170819.425000', '170819.885000', '170820.345000', '170820.805000', '170821.265000', '170821.725000', '170822.185000', '170822.645000', '170823.105000', '170823.565000', '170824.025000', '170824.485000', '170824.945000', '170825.405000', '170825.865000', '170826.325000', '170826.785000', '170827.245000', '170827.705000', '170828.165000', '170828.625000', '170829.085000', '170829.545000', '170830.005000', '170830.465000', '170830.925000', '170831.385000', '170831.845000', '170832.305000', '170832.765000', '170833.225000', '170833.685000', '170834.145000', '170834.605000', '170835.065000', '170835.525000', '170835.985000', '170836.445000', '170836.905000', '170837.365000', '170837.825000', '170838.285000', '170838.745000', '170839.205000', '170839.665000', '170840.125000', '170840.585000', '170841.045000', '170841.505000', '170841.965000', '170842.425000', '170842.885000', '170843.345000', '170843.805000', '170844.265000', '170844.725000', '170845.185000', '170845.645000', '170846.105000', '170846.565000', '170847.025000', '170847.485000', '170847.945000', '170848.405000', '170848.865000', '170849.325000', '170849.785000', '170850.245000', '170850.705000', '170851.165000', '170851.625000', '170852.085000', '170852.545000', '170853.005000', '170853.465000', '170853.925000', '170854.385000', '170854.845000', '170855.305000', '170855.765000', '170856.225000', '170856.685000', '170857.145000', '170857.605000', '170858.065000', '170858.525000', '170858.985000', '170859.445000', '170859.905000', '170900.365000', '170900.825000', '170901.285000', '170901.745000', '170902.205000', '170902.665000', '170903.125000', '170903.585000', '170904.045000', '170904.505000', '170904.965000', '170905.425000', '170905.885000', '170906.345000', '170906.805000', '170907.265000', '170907.725000', '170908.185000', '170908.645000', '170909.105000', '170909.565000', '170910.025000', '170910.485000', '170910.945000', '170911.405000', '170911.865000', '170912.325000', '170912.785000', '170913.245000', '170913.705000', '170914.165000', '170914.625000', '170915.085000', '170915.545000', '170916.005000', '170916.465000', '170916.925000', '170917.385000', '170917.845000', '170918.305000', '170918.765000', '170919.225000', '170919.685000', '170920.145000', '170920.605000', '170921.065000', '170921.525000', '170921.985000', '170922.445000', '170922.905000', '170923.365000', '170923.825000', '170924.285000', '170924.745000', '170925.205000', '170925.665000', '170926.125000', '170926.585000', '170927.045000', '170927.505000', '170927.965000', '170928.425000', '170928.885000', '170929.345000', '170929.805000', '170930.265000', '170930.725000', '170931.185000', '170931.645000', '170932.105000', '170932.565000', '170933.025000', '170933.485000', '170933.945000', '170934.405000', '170934.865000', '170935.325000', '170935.785000', '170936.245000', '170936.705000', '170937.165000', '170937.625000', '170938.085000', '170938.545000', '170939.005000', '170939.465000', '170939.925000', '170940.385000', '170940.845000', '170941.305000', '170941.765000', '170942.225000', '170942.685000', '170943.145000', '170943.605000', '170944.065000', '170944.525000', '170944.985000', '170945.445000', '170945.905000', '170946.365000', '170946.825000', '170947.285000', '170947.745000', '170948.205000', '170948.665000', '170949.125000', '170949.585000', '170950.045000', '170950.505000', '170950.965000', '170951.425000', '170951.885000', '170952.345000', '170952.805000', '170953.265000', '170953.725000', '170954.185000', '170954.645000', '170955.105000', '170955.565000', '170956.025000', '170956.485000', '170956.945000', '170957.405000', '170957.865000', '170958.325000', '170958.785000', '170959.245000', '170959.705000', '171000.165000', '171000.625000', '171001.085000', '171001.545000', '171002.005000', '171002.465000', '171002.925000', '171003.385000', '171003.845000', '171004.305000', '171004.765000', '171005.225000', '171005.685000', '171006.145000', '171006.605000', '171007.065000', '171007.525000', '171007.985000', '171008.445000', '171008.905000', '171009.365000', '171009.825000', '171010.285000', '171010.745000', '171011.205000', '171011.665000', '171012.125000', '171012.585000', '171013.045000', '171013.505000', '171013.965000', '171014.425000', '171014.885000', '171015.345000', '171015.805000', '171016.265000', '171016.725000', '171017.185000', '171017.645000', '171018.105000', '171018.565000', '171019.025000', '171019.485000', '171019.945000', '171020.405000', '171020.865000', '171021.325000', '171021.785000', '171022.245000', '171022.705000', '171023.165000', '171023.625000', '171024.085000', '171024.545000', '171025.005000', '171025.465000', '171025.925000', '171026.385000', '171026.845000', '171027.305000', '171027.765000', '171028.225000', '171028.685000', '171029.145000', '171029.605000', '171030.065000', '171030.525000', '171030.985000', '171031.445000', '171031.905000', '171032.365000', '171032.825000', '171033.285000', '171033.745000', '171034.205000', '171034.665000', '171035.125000', '171035.585000', '171036.045000', '171036.505000', '171036.965000', '171037.425000', '171037.885000', '171038.345000', '171038.805000', '171039.265000', '171039.725000', '171040.185000', '171040.645000', '171041.105000', '171041.565000', '171042.025000', '171042.485000', '171042.945000', '171043.405000', '171043.865000', '171044.325000', '171044.785000', '171045.245000', '171045.705000', '171046.165000', '171046.625000', '171047.085000', '171047.545000', '171048.005000', '171048.465000', '171048.925000', '171049.385000', '171049.845000', '171050.305000', '171050.765000', '171051.225000', '171051.685000', '171052.145000', '171052.605000', '171053.065000', '171053.525000', '171053.985000', '171054.445000', '171054.905000', '171055.365000', '171055.825000', '171056.285000', '171056.745000', '171057.205000', '171057.665000', '171058.125000', '171058.585000', '171059.045000', '171059.505000', '171059.965000', '171100.425000', '171100.885000', '171101.345000', '171101.805000', '171102.265000', '171102.725000', '171103.185000', '171103.645000', '171104.105000', '171104.565000', '171105.025000', '171105.485000', '171105.945000', '171106.405000', '171106.865000', '171107.325000', '171107.785000', '171108.245000', '171108.705000', '171109.165000', '171109.625000', '171110.085000', '171110.545000', '171111.005000', '171111.465000', '171111.925000', '171112.385000', '171112.845000', '171113.305000', '171113.765000', '171114.225000', '171114.685000', '171115.145000', '171115.605000', '171116.065000', '171116.525000', '171116.985000', '171117.445000', '171117.905000', '171118.365000', '171118.825000', '171119.285000', '171119.745000', '171120.205000', '171120.665000', '171121.125000', '171121.585000', '171122.045000', '171122.505000', '171122.965000', '171123.425000', '171123.885000', '171124.345000', '171124.805000', '171125.265000', '171125.725000', '171126.185000', '171126.645000', '171127.105000', '171127.565000', '171128.025000', '171128.485000', '171128.945000', '171129.405000', '171129.865000', '171130.325000', '171130.785000', '171131.245000', '171131.705000', '171132.165000', '171132.625000', '171133.085000', '171133.545000', '171134.005000', '171134.465000', '171134.925000', '171135.385000', '171135.845000', '171136.305000', '171136.765000', '171137.225000', '171137.685000', '171138.145000', '171138.605000', '171139.065000', '171139.525000', '171139.985000', '171140.445000', '171140.905000', '171141.365000', '171141.825000', '171142.285000', '171142.745000', '171143.205000', '171143.665000', '171144.125000', '171144.585000', '171145.045000', '171145.505000', '171145.965000', '171146.425000', '171146.885000', '171147.345000', '171147.805000', '171148.265000', '171148.725000', '171149.185000', '171149.645000', '171150.105000', '171150.565000', '171151.025000', '171151.485000', '171151.945000', '171152.405000', '171152.865000', '171153.325000', '171153.785000', '171154.245000', '171154.705000', '171155.165000', '171155.625000', '171156.085000', '171156.545000', '171157.005000', '171157.465000', '171157.925000', '171158.385000', '171158.845000', '171159.305000', '171159.765000', '171200.225000', '171200.685000', '171201.145000', '171201.605000', '171202.065000', '171202.525000', '171202.985000', '171203.445000', '171203.905000', '171204.365000', '171204.825000', '171205.285000', '171205.745000', '171206.205000', '171206.665000', '171207.125000', '171207.585000', '171208.045000', '171208.505000', '171208.965000', '171209.425000', '171209.885000', '171210.345000', '171210.805000', '171211.265000', '171211.725000', '171212.185000', '171212.645000', '171213.105000', '171213.565000', '171214.025000', '171214.485000', '171214.945000', '171215.405000', '171215.865000', '171216.325000', '171216.785000', '171217.245000', '171217.705000', '171218.165000', '171218.625000', '171219.085000', '171219.545000', '171220.005000', '171220.465000', '171220.925000', '171221.385000', '171221.845000', '171222.305000', '171222.765000', '171223.225000', '171223.685000', '171224.145000', '171224.605000', '171225.065000', '171225.525000', '171225.985000', '171226.445000', '171226.905000', '171227.365000', '171227.825000', '171228.285000', '171228.745000', '171229.205000', '171229.665000', '171230.125000', '171230.585000', '171231.045000', '171231.505000', '171231.965000', '171232.425000', '171232.885000', '171233.345000', '171233.805000', '171234.265000', '171234.725000', '171235.185000', '171235.645000', '171236.105000', '171236.565000', '171237.025000', '171237.485000', '171237.945000', '171238.405000', '171238.865000', '171239.325000', '171239.785000', '171240.245000', '171240.705000', '171241.165000', '171241.625000', '171242.085000', '171242.545000', '171243.005000', '171243.465000', '171243.925000', '171244.385000', '171244.845000', '171245.305000', '171245.765000', '171246.225000', '171246.685000', '171247.145000', '171247.605000', '171248.065000', '171248.525000', '171248.985000', '171249.445000', '171249.905000', '171250.365000', '171250.825000', '171251.285000', '171251.745000', '171252.205000', '171252.665000', '171253.125000', '171253.585000', '171254.045000', '171254.505000', '171254.965000', '171255.425000', '171255.885000', '171256.345000', '171256.805000', '171257.265000', '171257.725000', '171258.185000', '171258.645000', '171259.105000', '171259.565000', '171300.025000', '171300.485000', '171300.945000', '171301.405000', '171301.865000', '171302.325000', '171302.785000', '171303.245000', '171303.705000', '171304.165000', '171304.625000', '171305.085000', '171305.545000', '171306.005000', '171306.465000', '171306.925000', '171307.385000', '171307.845000', '171308.305000', '171308.765000', '171309.225000', '171309.685000', '171310.145000', '171310.605000', '171311.065000', '171311.525000', '171311.985000', '171312.445000', '171312.905000', '171313.365000', '171313.825000', '171314.285000', '171314.745000', '171315.205000', '171315.665000', '171316.125000', '171316.585000', '171317.045000', '171317.505000', '171317.965000', '171318.425000', '171318.885000', '171319.345000', '171319.805000', '171320.265000', '171320.725000', '171321.185000', '171321.645000', '171322.105000', '171322.565000', '171323.025000', '171323.485000', '171323.945000', '171324.405000', '171324.865000', '171325.325000', '171325.785000', '171326.245000', '171326.705000', '171327.165000', '171327.625000', '171328.085000', '171328.545000', '171329.005000', '171329.465000', '171329.925000', '171330.385000', '171330.845000', '171331.305000', '171331.765000', '171332.225000', '171332.685000', '171333.145000', '171333.605000', '171334.065000', '171334.525000', '171334.985000', '171335.445000', '171335.905000', '171336.365000', '171336.825000', '171337.285000', '171337.745000', '171338.205000', '171338.665000', '171339.125000', '171339.585000', '171340.045000', '171340.505000', '171340.965000', '171341.425000', '171341.885000', '171342.345000', '171342.805000', '171343.265000', '171343.725000', '171344.185000', '171344.645000', '171345.105000', '171345.565000', '171346.025000', '171346.485000', '171346.945000', '171347.405000', '171347.865000', '171348.325000', '171348.785000', '171349.245000', '171349.705000', '171350.165000', '171350.625000', '171351.085000', '171351.545000', '171352.005000', '171352.465000', '171352.925000', '171353.385000', '171353.845000', '171354.305000', '171354.765000', '171355.225000', '171355.685000', '171356.145000', '171356.605000', '171357.065000', '171357.525000', '171357.985000', '171358.445000', '171358.905000', '171359.365000', '171359.825000', '171400.285000', '171400.745000', '171401.205000', '171401.665000', '171402.125000', '171402.585000', '171403.045000', '171403.505000', '171403.965000', '171404.425000', '171404.885000', '171405.345000', '171405.805000', '171406.265000', '171406.725000', '171407.185000', '171407.645000', '171408.105000', '171408.565000', '171409.025000', '171409.485000', '171409.945000', '171410.405000', '171410.865000', '171411.325000', '171411.785000', '171412.245000', '171412.705000', '171413.165000', '171413.625000', '171414.085000', '171414.545000', '171415.005000', '171415.465000', '171415.925000', '171416.385000', '171416.845000', '171417.305000', '171417.765000', '171418.225000', '171418.685000', '171419.145000', '171419.605000', '171420.065000', '171420.525000', '171420.985000', '171421.445000', '171421.905000', '171422.365000', '171422.825000', '171423.285000', '171423.745000', '171424.205000', '171424.665000', '171425.125000', '171425.585000', '171426.045000', '171426.505000', '171426.965000', '171427.425000', '171427.885000', '171428.345000', '171428.805000', '171429.265000', '171429.725000', '171430.185000', '171430.645000', '171431.105000', '171431.565000', '171432.025000', '171432.485000', '171432.945000', '171433.405000', '171433.865000', '171434.325000', '171434.785000', '171435.245000', '171435.705000', '171436.165000', '171436.625000', '171437.085000', '171437.545000', '171438.005000', '171438.465000', '171438.925000', '171439.385000', '171439.845000', '171440.305000', '171440.765000', '171441.225000', '171441.685000', '171442.145000', '171442.605000', '171443.065000', '171443.525000', '171443.985000', '171444.445000', '171444.905000', '171445.365000', '171445.825000', '171446.285000', '171446.745000', '171447.205000', '171447.665000', '171448.125000', '171448.585000', '171449.045000', '171449.505000', '171449.965000', '171450.425000', '171450.885000', '171451.345000', '171451.805000', '171452.265000', '171452.725000', '171453.185000', '171453.645000', '171454.105000', '171454.565000', '171455.025000', '171455.485000', '171455.945000', '171456.405000', '171456.865000', '171457.325000', '171457.785000', '171458.245000', '171458.705000', '171459.165000', '171459.625000', '171500.085000', '171500.545000', '171501.005000', '171501.465000', '171501.925000', '171502.385000', '171502.845000', '171503.305000', '171503.765000', '171504.225000', '171504.685000', '171505.145000', '171505.605000', '171506.065000', '171506.525000', '171506.985000', '171507.445000', '171507.905000', '171508.365000', '171508.825000', '171509.285000', '171509.745000', '171510.205000', '171510.665000', '171511.125000', '171511.585000', '171512.045000', '171512.505000', '171512.965000', '171513.425000', '171513.885000', '171514.345000', '171514.805000', '171515.265000', '171515.725000', '171516.185000', '171516.645000', '171517.105000', '171517.565000', '171518.025000', '171518.485000', '171518.945000', '171519.405000', '171519.865000', '171520.325000', '171520.785000', '171521.245000', '171521.705000', '171522.165000', '171522.625000', '171523.085000', '171523.545000', '171524.005000', '171524.465000', '171524.925000', '171525.385000', '171525.845000', '171526.305000', '171526.765000', '171527.225000', '171527.685000', '171528.145000', '171528.605000', '171529.065000', '171529.525000', '171529.985000', '171530.445000', '171530.905000', '171531.365000', '171531.825000', '171532.285000', '171532.745000', '171533.205000', '171533.665000', '171534.125000', '171534.585000', '171535.045000', '171535.505000', '171535.965000', '171536.425000', '171536.885000', '171537.345000', '171537.805000', '171538.265000', '171538.725000', '171539.185000', '171539.645000', '171540.105000', '171540.565000', '171541.025000', '171541.485000', '171541.945000', '171542.405000', '171542.865000', '171543.325000', '171543.785000', '171544.245000', '171544.705000', '171545.165000', '171545.625000', '171546.085000', '171546.545000', '171547.005000', '171547.465000', '171547.925000', '171548.385000', '171548.845000', '171549.305000', '171549.765000', '171550.225000', '171550.685000', '171551.145000', '171551.605000', '171552.065000', '171552.525000', '171552.985000', '171553.445000', '171553.905000', '171554.365000', '171554.825000', '171555.285000', '171555.745000'], 'ContentTime': ['170559.771000', '170559.774000', '170559.781000', '170559.784000', '170559.787000', '170559.789000', '170559.796000', '170559.799000', '170559.802000', '170559.804000', '170559.807000', '170559.810000', '170559.812000', '170559.815000', '170559.817000', '170559.820000', '170559.823000', '170559.825000', '170559.828000', '170559.831000', '170559.833000', '170559.836000', '170559.839000', '170619.732000', '170619.735000', '170619.738000', '170619.740000', '170619.752000', '170619.754000', '170619.757000', '170619.759000', '170619.762000', '170619.764000', '170619.767000', '170619.770000', '170619.772000', '170619.775000', '170619.777000', '170619.780000', '170619.782000', '170619.785000', '170619.787000', '170619.790000', '170619.792000', '170619.795000', '170619.797000', '170619.800000', '170619.803000', '170619.805000', '170619.808000', '170619.810000', '170619.813000', '170619.815000', '170619.818000', '170619.820000', '170619.823000', '170619.826000', '170619.828000', '170619.831000', '170619.833000', '170619.836000', '170619.838000', '170619.841000', '170619.844000', '170619.846000', '170619.849000', '170619.851000', '170639.732000', '170639.735000', '170639.738000', '170639.741000', '170639.743000', '170639.746000', '170639.748000', '170639.751000', '170639.754000', '170639.756000', '170639.759000', '170639.761000', '170639.764000', '170639.766000', '170639.769000', '170639.771000', '170639.774000', '170639.777000', '170639.779000', '170639.782000', '170639.784000', '170639.787000', '170639.789000', '170639.792000', '170639.794000', '170639.797000', '170639.799000', '170639.809000', '170639.812000', '170639.814000', '170639.817000', '170639.820000', '170639.822000', '170639.825000', '170639.827000', '170639.830000', '170639.832000', '170639.835000', '170639.837000', '170639.840000', '170639.843000', '170639.845000', '170639.848000', '170659.733000', '170659.735000', '170659.738000', '170659.741000', '170659.743000', '170659.746000', '170659.748000', '170659.751000', '170659.753000', '170659.756000', '170659.758000', '170659.761000', '170659.763000', '170659.766000', '170659.769000', '170659.771000', '170659.774000', '170659.776000', '170659.779000', '170659.781000', '170659.784000', '170659.786000', '170659.789000', '170659.792000', '170659.794000', '170659.797000', '170659.799000', '170659.802000', '170659.804000', '170659.807000', '170659.809000', '170659.812000', '170659.815000', '170659.817000', '170659.820000', '170659.822000', '170659.825000', '170659.827000', '170659.830000', '170659.832000', '170659.835000', '170659.838000', '170659.840000', '170659.843000', '170719.733000', '170719.736000', '170719.739000', '170719.741000', '170719.744000', '170719.747000', '170719.750000', '170719.753000', '170719.756000', '170719.758000', '170719.761000', '170719.764000', '170719.766000', '170719.769000', '170719.771000', '170719.774000', '170719.776000', '170719.779000', '170719.781000', '170719.784000', '170719.787000', '170719.789000', '170719.792000', '170719.794000', '170719.797000', '170719.799000', '170719.802000', '170719.804000', '170719.807000', '170719.810000', '170719.812000', '170719.815000', '170719.818000', '170719.820000', '170719.823000', '170719.825000', '170719.828000', '170719.831000', '170719.833000', '170719.836000', '170719.838000', '170719.841000', '170719.843000', '170739.742000', '170739.745000', '170739.747000', '170739.750000', '170739.752000', '170739.755000', '170739.757000', '170739.760000', '170739.763000', '170739.765000', '170739.768000', '170739.770000', '170739.773000', '170739.775000', '170739.778000', '170739.780000', '170739.783000', '170739.786000', '170739.788000', '170739.791000', '170739.793000', '170739.796000', '170739.799000', '170739.801000', '170739.804000', '170739.806000', '170739.809000', '170739.811000', '170739.814000', '170739.817000', '170739.819000', '170739.822000', '170739.824000', '170739.827000', '170739.829000', '170739.832000', '170739.835000', '170739.837000', '170739.840000', '170739.842000', '170739.845000', '170739.847000', '170739.850000', '170739.852000', '170759.732000', '170759.735000', '170759.738000', '170759.741000', '170759.743000', '170759.746000', '170759.748000', '170759.751000', '170759.753000', '170759.756000', '170759.758000', '170759.761000', '170759.763000', '170759.766000', '170759.768000', '170759.771000', '170759.774000', '170759.776000', '170759.779000', '170759.781000', '170759.784000', '170759.786000', '170759.789000', '170759.791000', '170759.794000', '170759.797000', '170759.799000', '170759.802000', '170759.806000', '170759.808000', '170759.811000', '170759.814000', '170759.816000', '170759.819000', '170759.821000', '170759.824000', '170759.826000', '170759.829000', '170759.831000', '170759.834000', '170759.837000', '170759.839000', '170759.842000', '170819.733000', '170819.735000', '170819.738000', '170819.741000', '170819.743000', '170819.746000', '170819.748000', '170819.751000', '170819.753000', '170819.756000', '170819.758000', '170819.761000', '170819.764000', '170819.766000', '170819.769000', '170819.771000', '170819.774000', '170819.776000', '170819.779000', '170819.782000', '170819.784000', '170819.787000', '170819.789000', '170819.792000', '170819.794000', '170819.797000', '170819.800000', '170819.802000', '170819.805000', '170819.807000', '170819.810000', '170819.813000', '170819.815000', '170819.818000', '170819.820000', '170819.823000', '170819.825000', '170819.828000', '170819.830000', '170819.833000', '170819.835000', '170819.838000', '170819.841000', '170819.843000', '170839.733000', '170839.736000', '170839.738000', '170839.741000', '170839.743000', '170839.746000', '170839.748000', '170839.751000', '170839.753000', '170839.756000', '170839.759000', '170839.761000', '170839.764000', '170839.767000', '170839.769000', '170839.772000', '170839.774000', '170839.777000', '170839.779000', '170839.782000', '170839.785000', '170839.787000', '170839.790000', '170839.792000', '170839.795000', '170839.798000', '170839.800000', '170839.803000', '170839.806000', '170839.809000', '170839.811000', '170839.814000', '170839.817000', '170839.819000', '170839.822000', '170839.824000', '170839.827000', '170839.829000', '170839.832000', '170839.834000', '170839.837000', '170839.840000', '170839.842000', '170859.732000', '170859.735000', '170859.738000', '170859.740000', '170859.743000', '170859.745000', '170859.748000', '170859.751000', '170859.753000', '170859.756000', '170859.758000', '170859.761000', '170859.763000', '170859.766000', '170859.768000', '170859.771000', '170859.774000', '170859.776000', '170859.779000', '170859.781000', '170859.784000', '170859.786000', '170859.789000', '170859.791000', '170859.794000', '170859.797000', '170859.799000', '170859.802000', '170859.805000', '170859.807000', '170859.810000', '170859.812000', '170859.815000', '170859.817000', '170859.820000', '170859.822000', '170859.825000', '170859.827000', '170859.830000', '170859.853000', '170859.856000', '170859.858000', '170859.861000', '170859.864000', '170919.732000', '170919.735000', '170919.738000', '170919.740000', '170919.743000', '170919.745000', '170919.748000', '170919.751000', '170919.753000', '170919.756000', '170919.758000', '170919.761000', '170919.763000', '170919.766000', '170919.768000', '170919.771000', '170919.773000', '170919.776000', '170919.779000', '170919.781000', '170919.784000', '170919.786000', '170919.789000', '170919.792000', '170919.794000', '170919.797000', '170919.800000', '170919.802000', '170919.805000', '170919.807000', '170919.810000', '170919.812000', '170919.815000', '170919.817000', '170919.820000', '170919.823000', '170919.825000', '170919.828000', '170919.830000', '170919.833000', '170919.836000', '170919.838000', '170919.841000', '170939.733000', '170939.736000', '170939.738000', '170939.741000', '170939.743000', '170939.746000', '170939.748000', '170939.751000', '170939.753000', '170939.756000', '170939.759000', '170939.761000', '170939.764000', '170939.766000', '170939.769000', '170939.772000', '170939.774000', '170939.777000', '170939.779000', '170939.782000', '170939.784000', '170939.787000', '170939.789000', '170939.792000', '170939.795000', '170939.797000', '170939.800000', '170939.802000', '170939.805000', '170939.807000', '170939.810000', '170939.813000', '170939.815000', '170939.818000', '170939.820000', '170939.823000', '170939.825000', '170939.828000', '170939.831000', '170939.833000', '170939.836000', '170939.838000', '170939.841000', '170939.843000', '170959.733000', '170959.735000', '170959.738000', '170959.741000', '170959.743000', '170959.746000', '170959.748000', '170959.751000', '170959.753000', '170959.756000', '170959.759000', '170959.761000', '170959.764000', '170959.766000', '170959.769000', '170959.771000', '170959.774000', '170959.777000', '170959.779000', '170959.782000', '170959.784000', '170959.787000', '170959.790000', '170959.792000', '170959.795000', '170959.797000', '170959.800000', '170959.803000', '170959.805000', '170959.808000', '170959.810000', '170959.813000', '170959.815000', '170959.818000', '170959.820000', '170959.823000', '170959.826000', '170959.828000', '170959.831000', '170959.834000', '170959.836000', '170959.839000', '170959.842000', '171019.733000', '171019.736000', '171019.738000', '171019.741000', '171019.743000', '171019.746000', '171019.748000', '171019.751000', '171019.753000', '171019.756000', '171019.759000', '171019.761000', '171019.764000', '171019.766000', '171019.769000', '171019.772000', '171019.774000', '171019.777000', '171019.779000', '171019.782000', '171019.784000', '171019.787000', '171019.790000', '171019.792000', '171019.795000', '171019.797000', '171019.800000', '171019.803000', '171019.805000', '171019.808000', '171019.810000', '171019.813000', '171019.815000', '171019.818000', '171019.821000', '171019.823000', '171019.826000', '171019.829000', '171019.831000', '171019.834000', '171019.836000', '171019.839000', '171019.841000', '171019.844000', '171039.733000', '171039.735000', '171039.738000', '171039.741000', '171039.743000', '171039.746000', '171039.788000', '171039.790000', '171039.793000', '171039.795000', '171039.798000', '171039.801000', '171039.803000', '171039.806000', '171039.809000', '171039.811000', '171039.814000', '171039.816000', '171039.819000', '171039.821000', '171039.824000', '171039.827000', '171039.829000', '171039.832000', '171039.834000', '171039.837000', '171039.839000', '171039.842000', '171039.845000', '171039.847000', '171039.850000', '171039.852000', '171039.855000', '171039.857000', '171039.860000', '171039.863000', '171039.865000', '171039.868000', '171039.870000', '171039.873000', '171039.875000', '171039.878000', '171039.881000', '171059.732000', '171059.735000', '171059.738000', '171059.741000', '171059.743000', '171059.746000', '171059.749000', '171059.752000', '171059.755000', '171059.757000', '171059.760000', '171059.763000', '171059.765000', '171059.768000', '171059.771000', '171059.773000', '171059.776000', '171059.779000', '171059.781000', '171059.784000', '171059.786000', '171059.789000', '171059.792000', '171059.794000', '171059.797000', '171059.799000', '171059.802000', '171059.805000', '171059.807000', '171059.810000', '171059.812000', '171059.815000', '171059.818000', '171059.820000', '171059.823000', '171059.826000', '171059.828000', '171059.831000', '171059.833000', '171059.836000', '171059.839000', '171059.841000', '171059.844000', '171059.846000', '171119.732000', '171119.735000', '171119.738000', '171119.741000', '171119.743000', '171119.746000', '171119.748000', '171119.751000', '171119.754000', '171119.756000', '171119.759000', '171119.761000', '171119.764000', '171119.766000', '171119.769000', '171119.772000', '171119.774000', '171119.777000', '171119.779000', '171119.782000', '171119.785000', '171119.787000', '171119.790000', '171119.792000', '171119.795000', '171119.798000', '171119.800000', '171119.803000', '171119.805000', '171119.808000', '171119.810000', '171119.813000', '171119.816000', '171119.818000', '171119.821000', '171119.823000', '171119.826000', '171119.829000', '171119.831000', '171119.834000', '171119.836000', '171119.839000', '171119.841000', '171139.732000', '171139.735000', '171139.738000', '171139.740000', '171139.743000', '171139.745000', '171139.748000', '171139.751000', '171139.753000', '171139.756000', '171139.758000', '171139.761000', '171139.763000', '171139.766000', '171139.768000', '171139.771000', '171139.774000', '171139.776000', '171139.779000', '171139.781000', '171139.784000', '171139.787000', '171139.789000', '171139.792000', '171139.794000', '171139.797000', '171139.800000', '171139.802000', '171139.805000', '171139.807000', '171139.810000', '171139.812000', '171139.815000', '171139.818000', '171139.820000', '171139.823000', '171139.825000', '171139.828000', '171139.830000', '171139.833000', '171139.835000', '171139.838000', '171139.841000', '171139.843000', '171159.732000', '171159.735000', '171159.738000', '171159.741000', '171159.743000', '171159.746000', '171159.748000', '171159.751000', '171159.754000', '171159.756000', '171159.759000', '171159.761000', '171159.764000', '171159.766000', '171159.769000', '171159.772000', '171159.774000', '171159.777000', '171159.779000', '171159.782000', '171159.785000', '171159.787000', '171159.790000', '171159.792000', '171159.795000', '171159.797000', '171159.800000', '171159.803000', '171159.805000', '171159.808000', '171159.810000', '171159.842000', '171159.845000', '171159.848000', '171159.851000', '171159.853000', '171159.856000', '171159.859000', '171159.861000', '171159.864000', '171159.866000', '171159.869000', '171159.871000', '171219.732000', '171219.737000', '171219.739000', '171219.742000', '171219.745000', '171219.747000', '171219.750000', '171219.752000', '171219.755000', '171219.757000', '171219.760000', '171219.763000', '171219.765000', '171219.768000', '171219.770000', '171219.773000', '171219.775000', '171219.778000', '171219.781000', '171219.783000', '171219.786000', '171219.788000', '171219.791000', '171219.793000', '171219.796000', '171219.799000', '171219.801000', '171219.804000', '171219.806000', '171219.809000', '171219.811000', '171219.814000', '171219.817000', '171219.819000', '171219.822000', '171219.824000', '171219.827000', '171219.829000', '171219.832000', '171219.834000', '171219.837000', '171219.840000', '171219.842000', '171219.845000', '171239.732000', '171239.735000', '171239.746000', '171239.749000', '171239.751000', '171239.754000', '171239.756000', '171239.759000', '171239.761000', '171239.764000', '171239.767000', '171239.769000', '171239.772000', '171239.774000', '171239.777000', '171239.780000', '171239.782000', '171239.785000', '171239.787000', '171239.790000', '171239.792000', '171239.795000', '171239.798000', '171239.800000', '171239.803000', '171239.805000', '171239.808000', '171239.811000', '171239.813000', '171239.816000', '171239.818000', '171239.821000', '171239.823000', '171239.826000', '171239.829000', '171239.831000', '171239.834000', '171239.836000', '171239.839000', '171239.841000', '171239.844000', '171239.846000', '171239.849000', '171259.732000', '171259.735000', '171259.738000', '171259.740000', '171259.743000', '171259.745000', '171259.748000', '171259.751000', '171259.753000', '171259.756000', '171259.758000', '171259.761000', '171259.763000', '171259.766000', '171259.769000', '171259.772000', '171259.774000', '171259.777000', '171259.779000', '171259.782000', '171259.784000', '171259.787000', '171259.790000', '171259.792000', '171259.795000', '171259.797000', '171259.800000', '171259.803000', '171259.805000', '171259.808000', '171259.810000', '171259.813000', '171259.816000', '171259.818000', '171259.821000', '171259.823000', '171259.826000', '171259.828000', '171259.831000', '171259.833000', '171259.836000', '171259.839000', '171259.841000', '171259.844000', '171319.733000', '171319.735000', '171319.738000', '171319.741000', '171319.743000', '171319.746000', '171319.748000', '171319.751000', '171319.753000', '171319.756000', '171319.759000', '171319.761000', '171319.764000', '171319.781000', '171319.783000', '171319.786000', '171319.789000', '171319.791000', '171319.794000', '171319.796000', '171319.799000', '171319.801000', '171319.804000', '171319.806000', '171319.809000', '171319.812000', '171319.814000', '171319.817000', '171319.820000', '171319.822000', '171319.825000', '171319.827000', '171319.830000', '171319.833000', '171319.835000', '171319.838000', '171319.840000', '171319.843000', '171319.845000', '171319.848000', '171319.851000', '171319.853000', '171319.856000', '171339.732000', '171339.735000', '171339.738000', '171339.740000', '171339.743000', '171339.745000', '171339.748000', '171339.751000', '171339.753000', '171339.756000', '171339.758000', '171339.761000', '171339.763000', '171339.766000', '171339.768000', '171339.771000', '171339.774000', '171339.777000', '171339.779000', '171339.782000', '171339.784000', '171339.787000', '171339.790000', '171339.792000', '171339.795000', '171339.797000', '171339.800000', '171339.802000', '171339.805000', '171339.808000', '171339.810000', '171339.813000', '171339.815000', '171339.818000', '171339.820000', '171339.823000', '171339.826000', '171339.828000', '171339.831000', '171339.834000', '171339.836000', '171339.839000', '171339.841000', '171339.844000', '171359.733000', '171359.735000', '171359.738000', '171359.741000', '171359.744000', '171359.747000', '171359.749000', '171359.752000', '171359.754000', '171359.757000', '171359.760000', '171359.762000', '171359.765000', '171359.767000', '171359.770000', '171359.773000', '171359.775000', '171359.778000', '171359.780000', '171359.783000', '171359.785000', '171359.788000', '171359.791000', '171359.793000', '171359.796000', '171359.798000', '171359.801000', '171359.804000', '171359.806000', '171359.809000', '171359.811000', '171359.814000', '171359.816000', '171359.819000', '171359.822000', '171359.824000', '171359.827000', '171359.829000', '171359.832000', '171359.834000', '171359.837000', '171359.840000', '171359.842000', '171419.733000', '171419.736000', '171419.739000', '171419.742000', '171419.745000', '171419.748000', '171419.751000', '171419.753000', '171419.756000', '171419.758000', '171419.761000', '171419.764000', '171419.766000', '171419.769000', '171419.771000', '171419.774000', '171419.776000', '171419.779000', '171419.782000', '171419.784000', '171419.787000', '171419.789000', '171419.792000', '171419.794000', '171419.797000', '171419.800000', '171419.802000', '171419.805000', '171419.807000', '171419.810000', '171419.813000', '171419.815000', '171419.818000', '171419.820000', '171419.823000', '171419.826000', '171419.828000', '171419.831000', '171419.833000', '171419.836000', '171419.839000', '171419.841000', '171419.844000', '171439.733000', '171439.736000', '171439.738000', '171439.741000', '171439.743000', '171439.746000', '171439.748000', '171439.751000', '171439.753000', '171439.756000', '171439.759000', '171439.787000', '171439.789000', '171439.792000', '171439.794000', '171439.797000', '171439.800000', '171439.802000', '171439.805000', '171439.807000', '171439.810000', '171439.813000', '171439.815000', '171439.818000', '171439.820000', '171439.823000', '171439.825000', '171439.828000', '171439.831000', '171439.833000', '171439.836000', '171439.838000', '171439.841000', '171439.843000', '171439.846000', '171439.848000', '171439.851000', '171439.854000', '171439.856000', '171439.859000', '171439.861000', '171439.864000', '171439.867000', '171439.869000', '171459.733000', '171459.736000', '171459.738000', '171459.741000', '171459.743000', '171459.746000', '171459.748000', '171459.751000', '171459.754000', '171459.756000', '171459.759000', '171459.761000', '171459.764000', '171459.766000', '171459.769000', '171459.772000', '171459.774000', '171459.777000', '171459.780000', '171459.782000', '171459.785000', '171459.787000', '171459.790000', '171459.793000', '171459.795000', '171459.798000', '171459.800000', '171459.803000', '171459.805000', '171459.808000', '171459.811000', '171459.814000', '171459.817000', '171459.820000', '171459.823000', '171459.825000', '171459.828000', '171459.830000', '171459.833000', '171459.836000', '171459.838000', '171459.841000', '171459.843000', '171519.733000', '171519.735000', '171519.738000', '171519.741000', '171519.743000', '171519.746000', '171519.748000', '171519.751000', '171519.753000', '171519.756000', '171519.759000', '171519.761000', '171519.764000', '171519.766000', '171519.769000', '171519.771000', '171519.774000', '171519.776000', '171519.779000', '171519.782000', '171519.784000', '171519.787000', '171519.789000', '171519.792000', '171519.795000', '171519.797000', '171519.800000', '171519.802000', '171519.805000', '171519.808000', '171519.810000', '171519.813000', '171519.815000', '171519.818000', '171519.820000', '171519.823000', '171519.826000', '171519.828000', '171519.831000', '171519.833000', '171519.836000', '171519.838000', '171519.841000', '171519.844000', '171539.733000', '171539.735000', '171539.738000', '171539.741000', '171539.743000', '171539.746000', '171539.748000', '171539.751000', '171539.753000', '171539.756000', '171539.759000', '171539.761000', '171539.764000', '171539.766000', '171539.769000', '171539.772000', '171539.774000', '171539.777000', '171539.779000', '171539.782000', '171539.784000', '171539.787000', '171539.789000', '171539.792000', '171539.795000', '171539.797000', '171539.800000', '171539.802000', '171539.805000', '171539.807000', '171539.810000', '171539.812000', '171539.815000', '171539.818000', '171539.820000', '171539.823000', '171539.825000', '171539.828000', '171539.830000', '171539.833000', '171539.836000', '171539.838000', '171539.841000', '171556.807000', '171556.875000', '171556.877000', '171556.880000', '171556.883000', '171556.887000', '171556.890000', '171556.893000', '171556.896000', '171556.899000', '171556.902000', '171556.905000', '171556.911000', '171556.932000', '171556.935000', '171556.939000', '171556.942000', '171556.947000', '171556.951000', '171556.953000', '171556.962000', '171556.966000', '171556.968000', '171556.972000', '171556.976000', '171556.979000', '171556.982000', '171556.986000', '171556.989000', '171556.992000', '171556.995000', '171556.998000', '171557.005000', '171557.011000', '171557.015000', '171557.018000', '171557.021000', '171557.023000'], 'InstanceCreationTime': ['170559.771000', '170559.774000', '170559.781000', '170559.784000', '170559.787000', '170559.789000', '170559.796000', '170559.799000', '170559.802000', '170559.804000', '170559.807000', '170559.810000', '170559.812000', '170559.815000', '170559.817000', '170559.820000', '170559.823000', '170559.825000', '170559.828000', '170559.831000', '170559.833000', '170559.836000', '170559.839000', '170619.732000', '170619.735000', '170619.738000', '170619.740000', '170619.752000', '170619.754000', '170619.757000', '170619.759000', '170619.762000', '170619.764000', '170619.767000', '170619.770000', '170619.772000', '170619.775000', '170619.777000', '170619.780000', '170619.782000', '170619.785000', '170619.787000', '170619.790000', '170619.792000', '170619.795000', '170619.797000', '170619.800000', '170619.803000', '170619.805000', '170619.808000', '170619.810000', '170619.813000', '170619.815000', '170619.818000', '170619.820000', '170619.823000', '170619.826000', '170619.828000', '170619.831000', '170619.833000', '170619.836000', '170619.838000', '170619.841000', '170619.844000', '170619.846000', '170619.849000', '170619.851000', '170639.732000', '170639.735000', '170639.738000', '170639.741000', '170639.743000', '170639.746000', '170639.748000', '170639.751000', '170639.754000', '170639.756000', '170639.759000', '170639.761000', '170639.764000', '170639.766000', '170639.769000', '170639.771000', '170639.774000', '170639.777000', '170639.779000', '170639.782000', '170639.784000', '170639.787000', '170639.789000', '170639.792000', '170639.794000', '170639.797000', '170639.799000', '170639.809000', '170639.812000', '170639.814000', '170639.817000', '170639.820000', '170639.822000', '170639.825000', '170639.827000', '170639.830000', '170639.832000', '170639.835000', '170639.837000', '170639.840000', '170639.843000', '170639.845000', '170639.848000', '170659.733000', '170659.735000', '170659.738000', '170659.741000', '170659.743000', '170659.746000', '170659.748000', '170659.751000', '170659.753000', '170659.756000', '170659.758000', '170659.761000', '170659.763000', '170659.766000', '170659.769000', '170659.771000', '170659.774000', '170659.776000', '170659.779000', '170659.781000', '170659.784000', '170659.786000', '170659.789000', '170659.792000', '170659.794000', '170659.797000', '170659.799000', '170659.802000', '170659.804000', '170659.807000', '170659.809000', '170659.812000', '170659.815000', '170659.817000', '170659.820000', '170659.822000', '170659.825000', '170659.827000', '170659.830000', '170659.832000', '170659.835000', '170659.838000', '170659.840000', '170659.843000', '170719.733000', '170719.736000', '170719.739000', '170719.741000', '170719.744000', '170719.747000', '170719.750000', '170719.753000', '170719.756000', '170719.758000', '170719.761000', '170719.764000', '170719.766000', '170719.769000', '170719.771000', '170719.774000', '170719.776000', '170719.779000', '170719.781000', '170719.784000', '170719.787000', '170719.789000', '170719.792000', '170719.794000', '170719.797000', '170719.799000', '170719.802000', '170719.804000', '170719.807000', '170719.810000', '170719.812000', '170719.815000', '170719.818000', '170719.820000', '170719.823000', '170719.825000', '170719.828000', '170719.831000', '170719.833000', '170719.836000', '170719.838000', '170719.841000', '170719.843000', '170739.742000', '170739.745000', '170739.747000', '170739.750000', '170739.752000', '170739.755000', '170739.757000', '170739.760000', '170739.763000', '170739.765000', '170739.768000', '170739.770000', '170739.773000', '170739.775000', '170739.778000', '170739.780000', '170739.783000', '170739.786000', '170739.788000', '170739.791000', '170739.793000', '170739.796000', '170739.799000', '170739.801000', '170739.804000', '170739.806000', '170739.809000', '170739.811000', '170739.814000', '170739.817000', '170739.819000', '170739.822000', '170739.824000', '170739.827000', '170739.829000', '170739.832000', '170739.835000', '170739.837000', '170739.840000', '170739.842000', '170739.845000', '170739.847000', '170739.850000', '170739.852000', '170759.732000', '170759.735000', '170759.738000', '170759.741000', '170759.743000', '170759.746000', '170759.748000', '170759.751000', '170759.753000', '170759.756000', '170759.758000', '170759.761000', '170759.763000', '170759.766000', '170759.768000', '170759.771000', '170759.774000', '170759.776000', '170759.779000', '170759.781000', '170759.784000', '170759.786000', '170759.789000', '170759.791000', '170759.794000', '170759.797000', '170759.799000', '170759.802000', '170759.806000', '170759.808000', '170759.811000', '170759.814000', '170759.816000', '170759.819000', '170759.821000', '170759.824000', '170759.826000', '170759.829000', '170759.831000', '170759.834000', '170759.837000', '170759.839000', '170759.842000', '170819.733000', '170819.735000', '170819.738000', '170819.741000', '170819.743000', '170819.746000', '170819.748000', '170819.751000', '170819.753000', '170819.756000', '170819.758000', '170819.761000', '170819.764000', '170819.766000', '170819.769000', '170819.771000', '170819.774000', '170819.776000', '170819.779000', '170819.782000', '170819.784000', '170819.787000', '170819.789000', '170819.792000', '170819.794000', '170819.797000', '170819.800000', '170819.802000', '170819.805000', '170819.807000', '170819.810000', '170819.813000', '170819.815000', '170819.818000', '170819.820000', '170819.823000', '170819.825000', '170819.828000', '170819.830000', '170819.833000', '170819.835000', '170819.838000', '170819.841000', '170819.843000', '170839.733000', '170839.736000', '170839.738000', '170839.741000', '170839.743000', '170839.746000', '170839.748000', '170839.751000', '170839.753000', '170839.756000', '170839.759000', '170839.761000', '170839.764000', '170839.767000', '170839.769000', '170839.772000', '170839.774000', '170839.777000', '170839.779000', '170839.782000', '170839.785000', '170839.787000', '170839.790000', '170839.792000', '170839.795000', '170839.798000', '170839.800000', '170839.803000', '170839.806000', '170839.809000', '170839.811000', '170839.814000', '170839.817000', '170839.819000', '170839.822000', '170839.824000', '170839.827000', '170839.829000', '170839.832000', '170839.834000', '170839.837000', '170839.840000', '170839.842000', '170859.732000', '170859.735000', '170859.738000', '170859.740000', '170859.743000', '170859.745000', '170859.748000', '170859.751000', '170859.753000', '170859.756000', '170859.758000', '170859.761000', '170859.763000', '170859.766000', '170859.768000', '170859.771000', '170859.774000', '170859.776000', '170859.779000', '170859.781000', '170859.784000', '170859.786000', '170859.789000', '170859.791000', '170859.794000', '170859.797000', '170859.799000', '170859.802000', '170859.805000', '170859.807000', '170859.810000', '170859.812000', '170859.815000', '170859.817000', '170859.820000', '170859.822000', '170859.825000', '170859.827000', '170859.830000', '170859.853000', '170859.856000', '170859.858000', '170859.861000', '170859.864000', '170919.732000', '170919.735000', '170919.738000', '170919.740000', '170919.743000', '170919.745000', '170919.748000', '170919.751000', '170919.753000', '170919.756000', '170919.758000', '170919.761000', '170919.763000', '170919.766000', '170919.768000', '170919.771000', '170919.773000', '170919.776000', '170919.779000', '170919.781000', '170919.784000', '170919.786000', '170919.789000', '170919.792000', '170919.794000', '170919.797000', '170919.800000', '170919.802000', '170919.805000', '170919.807000', '170919.810000', '170919.812000', '170919.815000', '170919.817000', '170919.820000', '170919.823000', '170919.825000', '170919.828000', '170919.830000', '170919.833000', '170919.836000', '170919.838000', '170919.841000', '170939.733000', '170939.736000', '170939.738000', '170939.741000', '170939.743000', '170939.746000', '170939.748000', '170939.751000', '170939.753000', '170939.756000', '170939.759000', '170939.761000', '170939.764000', '170939.766000', '170939.769000', '170939.772000', '170939.774000', '170939.777000', '170939.779000', '170939.782000', '170939.784000', '170939.787000', '170939.789000', '170939.792000', '170939.795000', '170939.797000', '170939.800000', '170939.802000', '170939.805000', '170939.807000', '170939.810000', '170939.813000', '170939.815000', '170939.818000', '170939.820000', '170939.823000', '170939.825000', '170939.828000', '170939.831000', '170939.833000', '170939.836000', '170939.838000', '170939.841000', '170939.843000', '170959.733000', '170959.735000', '170959.738000', '170959.741000', '170959.743000', '170959.746000', '170959.748000', '170959.751000', '170959.753000', '170959.756000', '170959.759000', '170959.761000', '170959.764000', '170959.766000', '170959.769000', '170959.771000', '170959.774000', '170959.777000', '170959.779000', '170959.782000', '170959.784000', '170959.787000', '170959.790000', '170959.792000', '170959.795000', '170959.797000', '170959.800000', '170959.803000', '170959.805000', '170959.808000', '170959.810000', '170959.813000', '170959.815000', '170959.818000', '170959.820000', '170959.823000', '170959.826000', '170959.828000', '170959.831000', '170959.834000', '170959.836000', '170959.839000', '170959.842000', '171019.733000', '171019.736000', '171019.738000', '171019.741000', '171019.743000', '171019.746000', '171019.748000', '171019.751000', '171019.753000', '171019.756000', '171019.759000', '171019.761000', '171019.764000', '171019.766000', '171019.769000', '171019.772000', '171019.774000', '171019.777000', '171019.779000', '171019.782000', '171019.784000', '171019.787000', '171019.790000', '171019.792000', '171019.795000', '171019.797000', '171019.800000', '171019.803000', '171019.805000', '171019.808000', '171019.810000', '171019.813000', '171019.815000', '171019.818000', '171019.821000', '171019.823000', '171019.826000', '171019.829000', '171019.831000', '171019.834000', '171019.836000', '171019.839000', '171019.841000', '171019.844000', '171039.733000', '171039.735000', '171039.738000', '171039.741000', '171039.743000', '171039.746000', '171039.788000', '171039.790000', '171039.793000', '171039.795000', '171039.798000', '171039.801000', '171039.803000', '171039.806000', '171039.809000', '171039.811000', '171039.814000', '171039.816000', '171039.819000', '171039.821000', '171039.824000', '171039.827000', '171039.829000', '171039.832000', '171039.834000', '171039.837000', '171039.839000', '171039.842000', '171039.845000', '171039.847000', '171039.850000', '171039.852000', '171039.855000', '171039.857000', '171039.860000', '171039.863000', '171039.865000', '171039.868000', '171039.870000', '171039.873000', '171039.875000', '171039.878000', '171039.881000', '171059.732000', '171059.735000', '171059.738000', '171059.741000', '171059.743000', '171059.746000', '171059.749000', '171059.752000', '171059.755000', '171059.757000', '171059.760000', '171059.763000', '171059.765000', '171059.768000', '171059.771000', '171059.773000', '171059.776000', '171059.779000', '171059.781000', '171059.784000', '171059.786000', '171059.789000', '171059.792000', '171059.794000', '171059.797000', '171059.799000', '171059.802000', '171059.805000', '171059.807000', '171059.810000', '171059.812000', '171059.815000', '171059.818000', '171059.820000', '171059.823000', '171059.826000', '171059.828000', '171059.831000', '171059.833000', '171059.836000', '171059.839000', '171059.841000', '171059.844000', '171059.846000', '171119.732000', '171119.735000', '171119.738000', '171119.741000', '171119.743000', '171119.746000', '171119.748000', '171119.751000', '171119.754000', '171119.756000', '171119.759000', '171119.761000', '171119.764000', '171119.766000', '171119.769000', '171119.772000', '171119.774000', '171119.777000', '171119.779000', '171119.782000', '171119.785000', '171119.787000', '171119.790000', '171119.792000', '171119.795000', '171119.798000', '171119.800000', '171119.803000', '171119.805000', '171119.808000', '171119.810000', '171119.813000', '171119.816000', '171119.818000', '171119.821000', '171119.823000', '171119.826000', '171119.829000', '171119.831000', '171119.834000', '171119.836000', '171119.839000', '171119.841000', '171139.732000', '171139.735000', '171139.738000', '171139.740000', '171139.743000', '171139.745000', '171139.748000', '171139.751000', '171139.753000', '171139.756000', '171139.758000', '171139.761000', '171139.763000', '171139.766000', '171139.768000', '171139.771000', '171139.774000', '171139.776000', '171139.779000', '171139.781000', '171139.784000', '171139.787000', '171139.789000', '171139.792000', '171139.794000', '171139.797000', '171139.800000', '171139.802000', '171139.805000', '171139.807000', '171139.810000', '171139.812000', '171139.815000', '171139.818000', '171139.820000', '171139.823000', '171139.825000', '171139.828000', '171139.830000', '171139.833000', '171139.835000', '171139.838000', '171139.841000', '171139.843000', '171159.732000', '171159.735000', '171159.738000', '171159.741000', '171159.743000', '171159.746000', '171159.748000', '171159.751000', '171159.754000', '171159.756000', '171159.759000', '171159.761000', '171159.764000', '171159.766000', '171159.769000', '171159.772000', '171159.774000', '171159.777000', '171159.779000', '171159.782000', '171159.785000', '171159.787000', '171159.790000', '171159.792000', '171159.795000', '171159.797000', '171159.800000', '171159.803000', '171159.805000', '171159.808000', '171159.810000', '171159.842000', '171159.845000', '171159.848000', '171159.851000', '171159.853000', '171159.856000', '171159.859000', '171159.861000', '171159.864000', '171159.866000', '171159.869000', '171159.871000', '171219.732000', '171219.737000', '171219.739000', '171219.742000', '171219.745000', '171219.747000', '171219.750000', '171219.752000', '171219.755000', '171219.757000', '171219.760000', '171219.763000', '171219.765000', '171219.768000', '171219.770000', '171219.773000', '171219.775000', '171219.778000', '171219.781000', '171219.783000', '171219.786000', '171219.788000', '171219.791000', '171219.793000', '171219.796000', '171219.799000', '171219.801000', '171219.804000', '171219.806000', '171219.809000', '171219.811000', '171219.814000', '171219.817000', '171219.819000', '171219.822000', '171219.824000', '171219.827000', '171219.829000', '171219.832000', '171219.834000', '171219.837000', '171219.840000', '171219.842000', '171219.845000', '171239.732000', '171239.735000', '171239.746000', '171239.749000', '171239.751000', '171239.754000', '171239.756000', '171239.759000', '171239.761000', '171239.764000', '171239.767000', '171239.769000', '171239.772000', '171239.774000', '171239.777000', '171239.780000', '171239.782000', '171239.785000', '171239.787000', '171239.790000', '171239.792000', '171239.795000', '171239.798000', '171239.800000', '171239.803000', '171239.805000', '171239.808000', '171239.811000', '171239.813000', '171239.816000', '171239.818000', '171239.821000', '171239.823000', '171239.826000', '171239.829000', '171239.831000', '171239.834000', '171239.836000', '171239.839000', '171239.841000', '171239.844000', '171239.846000', '171239.849000', '171259.732000', '171259.735000', '171259.738000', '171259.740000', '171259.743000', '171259.745000', '171259.748000', '171259.751000', '171259.753000', '171259.756000', '171259.758000', '171259.761000', '171259.763000', '171259.766000', '171259.769000', '171259.772000', '171259.774000', '171259.777000', '171259.779000', '171259.782000', '171259.784000', '171259.787000', '171259.790000', '171259.792000', '171259.795000', '171259.797000', '171259.800000', '171259.803000', '171259.805000', '171259.808000', '171259.810000', '171259.813000', '171259.816000', '171259.818000', '171259.821000', '171259.823000', '171259.826000', '171259.828000', '171259.831000', '171259.833000', '171259.836000', '171259.839000', '171259.841000', '171259.844000', '171319.733000', '171319.735000', '171319.738000', '171319.741000', '171319.743000', '171319.746000', '171319.748000', '171319.751000', '171319.753000', '171319.756000', '171319.759000', '171319.761000', '171319.764000', '171319.781000', '171319.783000', '171319.786000', '171319.789000', '171319.791000', '171319.794000', '171319.796000', '171319.799000', '171319.801000', '171319.804000', '171319.806000', '171319.809000', '171319.812000', '171319.814000', '171319.817000', '171319.820000', '171319.822000', '171319.825000', '171319.827000', '171319.830000', '171319.833000', '171319.835000', '171319.838000', '171319.840000', '171319.843000', '171319.845000', '171319.848000', '171319.851000', '171319.853000', '171319.856000', '171339.732000', '171339.735000', '171339.738000', '171339.740000', '171339.743000', '171339.745000', '171339.748000', '171339.751000', '171339.753000', '171339.756000', '171339.758000', '171339.761000', '171339.763000', '171339.766000', '171339.768000', '171339.771000', '171339.774000', '171339.777000', '171339.779000', '171339.782000', '171339.784000', '171339.787000', '171339.790000', '171339.792000', '171339.795000', '171339.797000', '171339.800000', '171339.802000', '171339.805000', '171339.808000', '171339.810000', '171339.813000', '171339.815000', '171339.818000', '171339.820000', '171339.823000', '171339.826000', '171339.828000', '171339.831000', '171339.834000', '171339.836000', '171339.839000', '171339.841000', '171339.844000', '171359.733000', '171359.735000', '171359.738000', '171359.741000', '171359.744000', '171359.747000', '171359.749000', '171359.752000', '171359.754000', '171359.757000', '171359.760000', '171359.762000', '171359.765000', '171359.767000', '171359.770000', '171359.773000', '171359.775000', '171359.778000', '171359.780000', '171359.783000', '171359.785000', '171359.788000', '171359.791000', '171359.793000', '171359.796000', '171359.798000', '171359.801000', '171359.804000', '171359.806000', '171359.809000', '171359.811000', '171359.814000', '171359.816000', '171359.819000', '171359.822000', '171359.824000', '171359.827000', '171359.829000', '171359.832000', '171359.834000', '171359.837000', '171359.840000', '171359.842000', '171419.733000', '171419.736000', '171419.739000', '171419.742000', '171419.745000', '171419.748000', '171419.751000', '171419.753000', '171419.756000', '171419.758000', '171419.761000', '171419.764000', '171419.766000', '171419.769000', '171419.771000', '171419.774000', '171419.776000', '171419.779000', '171419.782000', '171419.784000', '171419.787000', '171419.789000', '171419.792000', '171419.794000', '171419.797000', '171419.800000', '171419.802000', '171419.805000', '171419.807000', '171419.810000', '171419.813000', '171419.815000', '171419.818000', '171419.820000', '171419.823000', '171419.826000', '171419.828000', '171419.831000', '171419.833000', '171419.836000', '171419.839000', '171419.841000', '171419.844000', '171439.733000', '171439.736000', '171439.738000', '171439.741000', '171439.743000', '171439.746000', '171439.748000', '171439.751000', '171439.753000', '171439.756000', '171439.759000', '171439.787000', '171439.789000', '171439.792000', '171439.794000', '171439.797000', '171439.800000', '171439.802000', '171439.805000', '171439.807000', '171439.810000', '171439.813000', '171439.815000', '171439.818000', '171439.820000', '171439.823000', '171439.825000', '171439.828000', '171439.831000', '171439.833000', '171439.836000', '171439.838000', '171439.841000', '171439.843000', '171439.846000', '171439.848000', '171439.851000', '171439.854000', '171439.856000', '171439.859000', '171439.861000', '171439.864000', '171439.867000', '171439.869000', '171459.733000', '171459.736000', '171459.738000', '171459.741000', '171459.743000', '171459.746000', '171459.748000', '171459.751000', '171459.754000', '171459.756000', '171459.759000', '171459.761000', '171459.764000', '171459.766000', '171459.769000', '171459.772000', '171459.774000', '171459.777000', '171459.780000', '171459.782000', '171459.785000', '171459.787000', '171459.790000', '171459.793000', '171459.795000', '171459.798000', '171459.800000', '171459.803000', '171459.805000', '171459.808000', '171459.811000', '171459.814000', '171459.817000', '171459.820000', '171459.823000', '171459.825000', '171459.828000', '171459.830000', '171459.833000', '171459.836000', '171459.838000', '171459.841000', '171459.843000', '171519.733000', '171519.735000', '171519.738000', '171519.741000', '171519.743000', '171519.746000', '171519.748000', '171519.751000', '171519.753000', '171519.756000', '171519.759000', '171519.761000', '171519.764000', '171519.766000', '171519.769000', '171519.771000', '171519.774000', '171519.776000', '171519.779000', '171519.782000', '171519.784000', '171519.787000', '171519.789000', '171519.792000', '171519.795000', '171519.797000', '171519.800000', '171519.802000', '171519.805000', '171519.808000', '171519.810000', '171519.813000', '171519.815000', '171519.818000', '171519.820000', '171519.823000', '171519.826000', '171519.828000', '171519.831000', '171519.833000', '171519.836000', '171519.838000', '171519.841000', '171519.844000', '171539.733000', '171539.735000', '171539.738000', '171539.741000', '171539.743000', '171539.746000', '171539.748000', '171539.751000', '171539.753000', '171539.756000', '171539.759000', '171539.761000', '171539.764000', '171539.766000', '171539.769000', '171539.772000', '171539.774000', '171539.777000', '171539.779000', '171539.782000', '171539.784000', '171539.787000', '171539.789000', '171539.792000', '171539.795000', '171539.797000', '171539.800000', '171539.802000', '171539.805000', '171539.807000', '171539.810000', '171539.812000', '171539.815000', '171539.818000', '171539.820000', '171539.823000', '171539.825000', '171539.828000', '171539.830000', '171539.833000', '171539.836000', '171539.838000', '171539.841000', '171556.807000', '171556.875000', '171556.877000', '171556.880000', '171556.883000', '171556.887000', '171556.890000', '171556.893000', '171556.896000', '171556.899000', '171556.902000', '171556.905000', '171556.911000', '171556.932000', '171556.935000', '171556.939000', '171556.942000', '171556.947000', '171556.951000', '171556.953000', '171556.962000', '171556.966000', '171556.968000', '171556.972000', '171556.976000', '171556.979000', '171556.982000', '171556.986000', '171556.989000', '171556.992000', '171556.995000', '171556.998000', '171557.005000', '171557.011000', '171557.015000', '171557.018000', '171557.021000', '171557.023000'], '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': [14644, 10775, 14662, 10605, 15173, 11255, 15985, 10264, 14977, 11231, 13744, 11733, 11708, 10900, 8420, 13265, 9380, 13808, 9760, 14089, 10114, 14590, 11493, 15218, 10717, 14719, 11096, 15254, 9894, 11079, 11065, 9841, 13020, 9451, 13921, 8700, 14301, 10510, 15231, 10495, 15015, 12052, 10938, 12213, 8938, 14004, 9508, 15033, 11123, 15040, 10132, 14795, 11939, 10489, 13601, 9097, 14965, 11805, 15965, 11292, 11546, 12488, 10848, 13911, 8597, 13913, 9753, 15103, 11228, 14819, 11652, 13138, 12152, 9062, 13355, 8952, 14322, 10707, 14855, 10516, 14973, 11809, 12463, 11846, 8978, 13383, 9173, 14387, 11631, 15461, 11146, 10559, 12842, 10165, 14353, 9318, 14790, 11640, 15839, 10919, 10879, 11927, 10512, 14646, 10335, 14515, 11062, 15165, 11176, 16336, 11790, 9060, 13391, 9140, 14340, 10262, 14367, 10873, 14796, 11490, 15757, 10579, 15181, 11689, 12026, 11416, 9092, 13213, 8586, 13653, 9779, 13579, 9854, 14276, 11361, 11832, 11647, 9030, 13503, 9015, 14705, 11612, 15524, 11554, 10057, 12821, 9794, 13752, 8594, 14525, 10916, 15505, 10677, 15234, 11710, 14628, 11933, 9395, 12779, 9864, 13525, 9245, 13557, 9397, 14689, 10327, 14569, 11184, 9478, 11853, 10313, 13382, 9995, 13854, 9057, 13752, 9932, 13969, 10311, 14530, 11631, 13314, 11441, 8897, 13227, 9298, 14513, 11005, 15298, 10473, 15035, 11044, 16598, 11420, 9072, 11926, 9889, 13957, 10013, 14079, 9053, 14453, 10495, 14775, 10916, 14540, 10168, 13832, 12094, 9657, 13169, 8647, 13704, 10135, 14471, 10661, 14440, 10899, 15872, 10773, 10162, 11668, 9883, 13662, 9969, 14048, 9041, 14325, 9877, 14626, 11040, 14711, 11552, 13465, 11498, 8881, 12810, 8922, 13786, 10268, 15060, 11133, 15151, 10775, 16786, 11377, 10370, 12144, 11054, 13540, 9027, 13964, 9260, 14225, 10810, 14648, 10484, 14476, 11635, 14276, 11805, 9364, 13226, 8952, 13995, 9916, 14326, 10521, 14476, 11899, 9799, 12702, 8492, 13279, 12131, 9028, 14786, 12347, 9099, 13776, 9837, 14905, 10751, 14830, 10993, 15331, 10984, 15571, 11306, 10757, 11896, 10779, 13188, 8474, 13931, 10389, 14485, 10569, 12120, 11622, 11489, 12125, 9712, 13139, 8516, 13802, 10012, 14254, 10412, 14362, 10990, 14880, 10359, 13919, 11338, 13261, 11904, 13777, 11126, 8804, 12243, 9766, 13299, 10795, 13750, 8543, 13233, 8767, 13655, 10569, 14012, 10390, 14855, 11116, 16564, 11520, 10453, 11770, 10376, 12587, 10390, 13570, 8883, 13540, 9356, 13691, 9475, 14431, 10589, 14995, 11756, 15380, 10181, 14990, 11475, 15185, 11418, 8904, 12396, 10070, 13419, 9189, 14105, 10506, 14454, 10283, 10824, 11614, 10525, 12975, 10078, 13936, 8893, 14214, 9807, 14657, 11112, 14955, 9959, 14497, 11745, 11085, 11234, 9046, 13160, 9050, 13679, 9417, 13859, 8997, 13971, 9359, 14128, 11160, 14467, 10275, 14041, 11614, 10690, 11615, 8735, 13175, 9400, 14306, 10818, 14716, 10059, 14986, 10947, 11097, 11632, 9215, 13193, 10306, 13989, 9323, 14602, 10731, 14529, 10701, 14440, 10627, 14571, 11680, 15241, 11405, 12514, 11668, 12688, 11813, 9385, 12964, 10404, 13886, 9376, 13777, 8871, 13934, 9414, 13778, 10433, 14604, 10833, 15177, 10973, 14008, 11433, 9883, 13019, 9929, 13846, 9068, 13937, 10712, 15453, 11637, 12732, 11628, 12142, 11648, 9350, 13498, 9262, 13713, 10175, 14045, 10410, 15287, 11288, 14974, 11216, 15759, 11316, 10743, 12781, 10704, 13421, 8804, 14336, 10256, 15039, 11755, 15563, 10735, 14938, 11474, 13026, 11557, 9261, 13277, 9445, 13384, 10248, 14630, 11327, 15317, 11327, 9178, 12226, 10211, 13267, 9807, 14344, 9171, 14136, 9956, 15297, 11306, 14937, 11036, 15343, 11487, 9328, 12605, 8933, 14023, 10043, 14319, 10186, 14450, 11270, 15148, 10874, 14290, 12107, 10935, 11848, 9008, 13585, 9451, 14285, 11454, 15036, 10784, 15404, 11460, 13431, 11729, 9126, 13717, 10527, 13661, 10936, 9861, 12556, 10494, 12507, 12118, 9929, 12889, 11036, 14229, 9209, 14170, 9284, 14380, 10385, 14841, 10457, 14876, 10755, 14801, 9982, 8562, 11849, 8739, 13621, 9533, 13302, 9529, 14298, 10572, 14715, 12063, 15614, 10447, 14697, 11500, 16720, 10670, 13484, 12071, 10467, 12449, 9367, 13901, 9347, 13684, 9738, 14239, 9532, 14498, 10078, 14859, 11404, 15379, 10378, 14803, 10940, 14924, 10238, 14841, 10944, 14250, 11699, 9725, 11553, 8866, 12732, 10336, 13199, 9181, 13888, 9931, 14186, 11360, 14305, 10163, 14714, 11519, 16372, 11822, 15643, 12042, 15315, 11978, 10697, 11550, 12019, 11924, 12469, 11393, 9082, 12836, 9266, 13547, 9956, 13815, 9231, 14130, 9701, 14553, 10746, 14756, 10543, 10891, 12064, 10841, 13608, 9405, 14283, 9567, 14411, 9769, 15014, 10789, 14852, 11002, 15040, 11598, 15413, 10772, 14686, 10864, 14871, 10695, 9508, 11678, 9992, 13026, 9466, 13557, 10070, 14168, 10380, 15242, 10104, 15351, 11385, 14576, 11735, 11749, 11635, 9351, 12999, 9743, 13733, 9777, 13958, 9440, 14692, 10802, 14688, 10047, 14919, 11664, 11862, 11858, 10293, 13042, 8985, 13840, 9687, 15100, 10666, 14743, 10562, 14863, 10856, 15502, 11628, 9612, 11784, 10229, 12743, 9081, 13019, 8945, 13730, 10012, 14880, 10300, 14609, 10807, 15567, 10806, 14947, 11884, 10807, 12047, 11501, 12421, 9171, 13255, 9071, 13824, 10344, 13951, 9186, 13916, 9025, 14181, 10017, 13782, 9746, 13509, 10277, 14033, 11107, 8808, 13533, 10378, 15299, 11880, 16354, 11751, 16329, 10591, 14932, 11194, 15916, 10935, 14798, 10172, 14672, 10395, 14669, 9937, 14381, 11091, 14618, 11510, 14853, 10663, 10345, 11120, 10273, 11690, 10664, 12341, 8717, 13614, 9169, 14475, 10574, 14435, 10240, 14598, 10981, 15092, 12203, 15730, 10154, 14715, 10569, 15982, 10404, 13892, 11332, 11008, 12159, 11848, 11516, 9329, 13124, 9713, 13480, 10994, 14121, 9015, 13636, 8903, 13856, 9335, 13339, 8574, 13888, 9714, 14131, 10727, 14447, 10483, 14314, 11386, 14437, 10242, 14466, 11455, 14575, 11780, 9829, 12058, 9956, 13565, 10530, 14304, 9127, 14472, 9968, 14608, 11805, 15500, 11153, 12292, 11914, 13640, 12167, 9428, 13098, 9088, 13798, 9748, 14017, 9094, 14364, 10668, 14733, 11402, 15120, 10240, 14186, 11833, 11882, 12222, 9703, 13389, 8940, 14225, 10348, 15247, 10238, 14702, 11150, 15136, 11633, 15926, 10535, 14890, 11744, 12890, 11335, 8974, 13192, 9231, 13760, 9697, 14185, 10025, 14238, 10558, 14355, 10738, 14369, 10275, 14367, 10227, 14445, 10507, 14864, 10738, 14835, 10240, 11626, 11227, 9753, 12133, 10540, 13261, 9039, 13558, 9088, 13738, 10172, 14120, 10602, 14749, 10312, 14679, 10810, 15238, 9910, 12041, 11058, 10561, 12847, 9227, 11381, 12101, 8849, 14553, 10755, 16149, 11947, 16674, 12463, 13126, 11866, 9278, 12854, 10959, 13338, 9293, 14005, 8811, 13548, 9401, 13514, 9775, 14427, 10389, 14528, 10364, 14219, 11539, 9962, 11909, 10204, 12773, 8897, 13826, 10252, 14206, 10593, 15538, 10801, 14430, 11479, 15658, 12012, 10239, 11261, 8713, 12221, 11340, 11912, 9425, 12471, 8843, 13167, 10125, 12966, 8912, 13091, 8780, 13179, 9478, 13393, 8858, 13896, 9061, 13682, 9632, 14031, 9619, 14563, 10271, 14266, 10338, 14478, 10546, 12679, 11547, 13525, 11881, 9568, 12073, 10462, 13332, 9102, 14023, 8840, 13935, 9520, 14610, 10904, 14807, 11030, 14895, 11152, 15673, 10091, 14808, 11252, 14517, 11201, 8983, 11559, 9102, 13065, 9575, 13191, 8777, 13575, 9288, 14132, 11296, 15105, 11011, 10759, 11840, 10553, 12812, 8728, 13662, 9871, 14322, 10589, 12798, 11460, 9270, 12498, 10627, 13598, 8877, 13572, 9561, 13886, 12385, 9364, 12228, 11279, 9126, 14048, 11917, 15698, 12559, 11786, 12332, 12035, 12515, 13091, 12054, 9120, 12890, 9209, 13435, 9080, 13139, 9646, 14200, 10059, 14439, 9757, 11639, 11339, 9382, 12835, 10432, 13678, 8759, 14064, 9363, 14225, 11327, 15189, 9818, 14547, 11545, 9809, 11810, 9525, 13031, 10194, 13985, 9051, 14128, 9349, 13948, 10728, 15202, 10314, 14443, 11007, 15597, 10136, 8729, 11844, 9405, 12954, 10968, 13362, 8869, 13606, 9181, 14214, 10456, 14390, 9993, 14264, 10462, 15443, 10239, 12775, 11396, 9872, 12169, 11184, 11964, 9049, 13735, 9241, 14664, 11434, 15576, 10470, 14370, 10872, 15242, 11122, 10430, 11774, 10478, 12807, 9002, 13693, 9320, 13623, 10121, 13745, 9682, 14713, 10312, 14377, 11687, 15446, 10523, 14894, 10904, 15172, 9936, 11019, 11224, 9737, 12339, 10421, 12774, 8533, 13582, 9365, 14366, 10891, 14821, 10649, 14724, 10775, 15809, 10670, 13426, 11321, 10821, 11943, 10938, 11717, 8774, 13363, 8942, 13983, 10344, 14056, 9032, 14592, 11107, 14526, 11792, 14941, 10120, 14202, 11536, 15099, 11360, 9020, 12430, 9231, 13623, 10232, 14226, 9418, 14567, 11446, 15125, 11779, 15914, 10297, 14861, 11610, 9839, 12365, 8671, 13574, 9192, 14160, 10001, 14469, 10629, 14579, 11270, 16605, 11339, 10727, 11550, 10296, 12890, 9859, 14048, 9052, 14475, 11116, 15087, 11980, 16002, 10984, 10911, 12003, 10870, 12748, 9075, 13622, 9118, 14213, 9969, 14935, 9300, 14602, 9746, 14401, 10875, 14614, 10341, 14828, 10872, 14465, 10603, 14694, 10092, 14415, 10457, 14429, 11098, 13895, 11293, 14861, 10922, 10620, 10905, 12779, 11208, 11961, 11161, 8552, 12761, 10168, 13149, 9742, 13699, 8828, 13641, 9753, 13629, 9692, 14730, 9540, 14483, 10204, 13031, 11631, 9921, 11725, 9316, 14540, 11370, 9469, 12795, 8945, 13764, 10517, 14088, 9706, 14237, 8695, 13584, 9842, 13744], 'WindowCenter': [4574.0, 4531.0, 4546.0, 4515.0, 4532.0, 4509.0, 4531.0, 4490.0, 4518.0, 4497.0, 4507.0, 4498.0, 4485.0, 4485.0, 4453.0, 4505.0, 4476.0, 4505.0, 4475.0, 4505.0, 4486.0, 4507.0, 4497.0, 4506.0, 4486.0, 4505.0, 4488.0, 4515.0, 4476.0, 4483.0, 4495.0, 4476.0, 4508.0, 4476.0, 4507.0, 4467.0, 4517.0, 4487.0, 4515.0, 4487.0, 4516.0, 4508.0, 4487.0, 4497.0, 4466.0, 4507.0, 4476.0, 4516.0, 4485.0, 4504.0, 4485.0, 4505.0, 4496.0, 4487.0, 4504.0, 4466.0, 4517.0, 4495.0, 4516.0, 4487.0, 4484.0, 4496.0, 4485.0, 4506.0, 4465.0, 4504.0, 4474.0, 4504.0, 4485.0, 4505.0, 4496.0, 4495.0, 4496.0, 4466.0, 4505.0, 4465.0, 4505.0, 4486.0, 4506.0, 4486.0, 4504.0, 4496.0, 4496.0, 4497.0, 4466.0, 4506.0, 4477.0, 4505.0, 4496.0, 4505.0, 4496.0, 4485.0, 4508.0, 4487.0, 4516.0, 4476.0, 4504.0, 4496.0, 4516.0, 4485.0, 4486.0, 4494.0, 4485.0, 4518.0, 4487.0, 4506.0, 4498.0, 4516.0, 4488.0, 4517.0, 4495.0, 4466.0, 4504.0, 4476.0, 4506.0, 4475.0, 4503.0, 4486.0, 4505.0, 4486.0, 4503.0, 4485.0, 4503.0, 4496.0, 4485.0, 4486.0, 4464.0, 4506.0, 4465.0, 4504.0, 4476.0, 4508.0, 4488.0, 4517.0, 4499.0, 4497.0, 4497.0, 4477.0, 4507.0, 4479.0, 4519.0, 4499.0, 4519.0, 4508.0, 4488.0, 4510.0, 4486.0, 4518.0, 4478.0, 4517.0, 4498.0, 4519.0, 4489.0, 4517.0, 4498.0, 4506.0, 4499.0, 4464.0, 4496.0, 4475.0, 4506.0, 4474.0, 4505.0, 4475.0, 4506.0, 4487.0, 4517.0, 4499.0, 4476.0, 4498.0, 4488.0, 4520.0, 4489.0, 4519.0, 4467.0, 4509.0, 4488.0, 4507.0, 4486.0, 4506.0, 4498.0, 4508.0, 4499.0, 4479.0, 4518.0, 4492.0, 4520.0, 4501.0, 4520.0, 4499.0, 4518.0, 4500.0, 4529.0, 4499.0, 4477.0, 4499.0, 4487.0, 4518.0, 4478.0, 4518.0, 4478.0, 4517.0, 4499.0, 4518.0, 4500.0, 4518.0, 4490.0, 4518.0, 4510.0, 4489.0, 4521.0, 4481.0, 4519.0, 4500.0, 4520.0, 4501.0, 4520.0, 4500.0, 4530.0, 4499.0, 4487.0, 4499.0, 4487.0, 4510.0, 4486.0, 4517.0, 4468.0, 4518.0, 4486.0, 4518.0, 4500.0, 4517.0, 4508.0, 4508.0, 4501.0, 4478.0, 4509.0, 4479.0, 4519.0, 4500.0, 4520.0, 4500.0, 4519.0, 4500.0, 4529.0, 4499.0, 4477.0, 4499.0, 4486.0, 4507.0, 4465.0, 4506.0, 4479.0, 4516.0, 4487.0, 4517.0, 4488.0, 4506.0, 4499.0, 4517.0, 4497.0, 4476.0, 4508.0, 4478.0, 4522.0, 4490.0, 4517.0, 4488.0, 4517.0, 4510.0, 4489.0, 4509.0, 4480.0, 4509.0, 4521.0, 4494.0, 4531.0, 4524.0, 4492.0, 4532.0, 4490.0, 4521.0, 4499.0, 4519.0, 4488.0, 4507.0, 4488.0, 4507.0, 4485.0, 4485.0, 4497.0, 4485.0, 4505.0, 4468.0, 4516.0, 4488.0, 4517.0, 4499.0, 4499.0, 4509.0, 4497.0, 4510.0, 4479.0, 4509.0, 4466.0, 4508.0, 4479.0, 4516.0, 4488.0, 4516.0, 4500.0, 4518.0, 4489.0, 4505.0, 4499.0, 4507.0, 4498.0, 4508.0, 4489.0, 4467.0, 4498.0, 4476.0, 4506.0, 4489.0, 4505.0, 4466.0, 4506.0, 4468.0, 4507.0, 4487.0, 4507.0, 4490.0, 4518.0, 4499.0, 4528.0, 4498.0, 4487.0, 4498.0, 4479.0, 4496.0, 4477.0, 4507.0, 4466.0, 4506.0, 4465.0, 4504.0, 4475.0, 4506.0, 4487.0, 4505.0, 4496.0, 4516.0, 4486.0, 4506.0, 4497.0, 4505.0, 4496.0, 4466.0, 4506.0, 4477.0, 4506.0, 4475.0, 4507.0, 4488.0, 4518.0, 4489.0, 4487.0, 4498.0, 4487.0, 4507.0, 4477.0, 4506.0, 4464.0, 4503.0, 4476.0, 4504.0, 4486.0, 4504.0, 4477.0, 4507.0, 4507.0, 4498.0, 4497.0, 4466.0, 4509.0, 4477.0, 4518.0, 4478.0, 4508.0, 4466.0, 4508.0, 4477.0, 4507.0, 4499.0, 4516.0, 4488.0, 4517.0, 4509.0, 4499.0, 4507.0, 4480.0, 4519.0, 4481.0, 4518.0, 4499.0, 4518.0, 4489.0, 4518.0, 4501.0, 4500.0, 4510.0, 4479.0, 4521.0, 4490.0, 4518.0, 4480.0, 4530.0, 4500.0, 4519.0, 4499.0, 4518.0, 4500.0, 4520.0, 4509.0, 4529.0, 4502.0, 4508.0, 4510.0, 4508.0, 4509.0, 4476.0, 4509.0, 4488.0, 4507.0, 4478.0, 4516.0, 4477.0, 4519.0, 4479.0, 4519.0, 4496.0, 4518.0, 4499.0, 4520.0, 4498.0, 4518.0, 4508.0, 4489.0, 4521.0, 4490.0, 4518.0, 4480.0, 4517.0, 4502.0, 4529.0, 4500.0, 4511.0, 4511.0, 4508.0, 4500.0, 4479.0, 4509.0, 4477.0, 4507.0, 4486.0, 4508.0, 4486.0, 4517.0, 4498.0, 4517.0, 4498.0, 4516.0, 4498.0, 4486.0, 4508.0, 4488.0, 4507.0, 4466.0, 4507.0, 4486.0, 4515.0, 4497.0, 4518.0, 4487.0, 4516.0, 4495.0, 4507.0, 4495.0, 4467.0, 4505.0, 4476.0, 4507.0, 4486.0, 4517.0, 4498.0, 4527.0, 4500.0, 4480.0, 4509.0, 4488.0, 4508.0, 4489.0, 4517.0, 4478.0, 4519.0, 4477.0, 4517.0, 4497.0, 4516.0, 4488.0, 4517.0, 4499.0, 4476.0, 4506.0, 4479.0, 4519.0, 4488.0, 4517.0, 4488.0, 4514.0, 4499.0, 4516.0, 4498.0, 4518.0, 4511.0, 4497.0, 4510.0, 4478.0, 4508.0, 4478.0, 4516.0, 4500.0, 4517.0, 4486.0, 4516.0, 4498.0, 4507.0, 4496.0, 4475.0, 4506.0, 4487.0, 4507.0, 4487.0, 4488.0, 4511.0, 4501.0, 4521.0, 4513.0, 4490.0, 4512.0, 4488.0, 4520.0, 4478.0, 4507.0, 4477.0, 4506.0, 4476.0, 4505.0, 4487.0, 4505.0, 4487.0, 4504.0, 4475.0, 4466.0, 4498.0, 4467.0, 4519.0, 4478.0, 4509.0, 4489.0, 4518.0, 4500.0, 4518.0, 4510.0, 4520.0, 4490.0, 4518.0, 4501.0, 4528.0, 4489.0, 4507.0, 4496.0, 4486.0, 4497.0, 4466.0, 4505.0, 4474.0, 4506.0, 4476.0, 4507.0, 4477.0, 4504.0, 4475.0, 4505.0, 4486.0, 4505.0, 4476.0, 4504.0, 4486.0, 4503.0, 4475.0, 4506.0, 4486.0, 4504.0, 4495.0, 4474.0, 4498.0, 4465.0, 4508.0, 4488.0, 4507.0, 4477.0, 4507.0, 4488.0, 4518.0, 4499.0, 4519.0, 4501.0, 4529.0, 4509.0, 4531.0, 4511.0, 4530.0, 4510.0, 4519.0, 4499.0, 4488.0, 4497.0, 4494.0, 4498.0, 4506.0, 4497.0, 4465.0, 4507.0, 4478.0, 4507.0, 4475.0, 4508.0, 4477.0, 4505.0, 4476.0, 4520.0, 4487.0, 4506.0, 4488.0, 4485.0, 4496.0, 4484.0, 4509.0, 4477.0, 4516.0, 4476.0, 4516.0, 4476.0, 4515.0, 4486.0, 4506.0, 4487.0, 4505.0, 4486.0, 4505.0, 4486.0, 4504.0, 4486.0, 4506.0, 4487.0, 4476.0, 4496.0, 4487.0, 4509.0, 4477.0, 4516.0, 4490.0, 4518.0, 4490.0, 4518.0, 4491.0, 4516.0, 4498.0, 4505.0, 4498.0, 4496.0, 4498.0, 4476.0, 4507.0, 4477.0, 4508.0, 4477.0, 4506.0, 4478.0, 4516.0, 4498.0, 4517.0, 4486.0, 4515.0, 4497.0, 4496.0, 4497.0, 4484.0, 4506.0, 4464.0, 4505.0, 4476.0, 4515.0, 4486.0, 4505.0, 4487.0, 4507.0, 4488.0, 4516.0, 4497.0, 4475.0, 4497.0, 4486.0, 4508.0, 4465.0, 4505.0, 4465.0, 4506.0, 4487.0, 4516.0, 4489.0, 4517.0, 4498.0, 4515.0, 4498.0, 4516.0, 4497.0, 4486.0, 4498.0, 4484.0, 4496.0, 4465.0, 4505.0, 4466.0, 4506.0, 4476.0, 4504.0, 4475.0, 4504.0, 4463.0, 4506.0, 4487.0, 4504.0, 4477.0, 4518.0, 4490.0, 4517.0, 4501.0, 4481.0, 4520.0, 4504.0, 4529.0, 4510.0, 4529.0, 4501.0, 4517.0, 4487.0, 4505.0, 4486.0, 4515.0, 4486.0, 4503.0, 4486.0, 4504.0, 4486.0, 4506.0, 4488.0, 4516.0, 4499.0, 4516.0, 4499.0, 4517.0, 4497.0, 4487.0, 4497.0, 4487.0, 4509.0, 4488.0, 4508.0, 4466.0, 4516.0, 4479.0, 4518.0, 4487.0, 4506.0, 4486.0, 4516.0, 4498.0, 4516.0, 4499.0, 4515.0, 4487.0, 4516.0, 4487.0, 4516.0, 4485.0, 4506.0, 4498.0, 4486.0, 4506.0, 4497.0, 4496.0, 4476.0, 4507.0, 4464.0, 4506.0, 4487.0, 4505.0, 4464.0, 4505.0, 4462.0, 4506.0, 4465.0, 4504.0, 4464.0, 4505.0, 4476.0, 4504.0, 4487.0, 4515.0, 4486.0, 4506.0, 4498.0, 4507.0, 4488.0, 4507.0, 4498.0, 4517.0, 4499.0, 4486.0, 4507.0, 4476.0, 4506.0, 4486.0, 4516.0, 4475.0, 4507.0, 4488.0, 4516.0, 4499.0, 4518.0, 4499.0, 4494.0, 4498.0, 4508.0, 4497.0, 4476.0, 4506.0, 4466.0, 4518.0, 4477.0, 4508.0, 4477.0, 4517.0, 4488.0, 4517.0, 4500.0, 4517.0, 4489.0, 4516.0, 4509.0, 4499.0, 4509.0, 4479.0, 4508.0, 4476.0, 4518.0, 4486.0, 4516.0, 4486.0, 4505.0, 4496.0, 4505.0, 4497.0, 4516.0, 4486.0, 4506.0, 4496.0, 4496.0, 4496.0, 4466.0, 4507.0, 4475.0, 4507.0, 4478.0, 4506.0, 4488.0, 4516.0, 4489.0, 4506.0, 4487.0, 4505.0, 4488.0, 4507.0, 4488.0, 4507.0, 4488.0, 4516.0, 4497.0, 4517.0, 4489.0, 4496.0, 4498.0, 4478.0, 4510.0, 4486.0, 4507.0, 4468.0, 4507.0, 4478.0, 4508.0, 4488.0, 4518.0, 4488.0, 4516.0, 4489.0, 4519.0, 4498.0, 4519.0, 4489.0, 4510.0, 4499.0, 4500.0, 4510.0, 4490.0, 4511.0, 4521.0, 4492.0, 4534.0, 4514.0, 4532.0, 4513.0, 4530.0, 4510.0, 4509.0, 4497.0, 4468.0, 4508.0, 4487.0, 4506.0, 4466.0, 4505.0, 4465.0, 4507.0, 4476.0, 4507.0, 4487.0, 4517.0, 4489.0, 4518.0, 4490.0, 4518.0, 4508.0, 4486.0, 4511.0, 4490.0, 4509.0, 4480.0, 4519.0, 4490.0, 4518.0, 4489.0, 4519.0, 4499.0, 4507.0, 4498.0, 4517.0, 4502.0, 4478.0, 4499.0, 4467.0, 4498.0, 4486.0, 4498.0, 4475.0, 4497.0, 4467.0, 4506.0, 4487.0, 4506.0, 4465.0, 4506.0, 4467.0, 4507.0, 4478.0, 4508.0, 4478.0, 4507.0, 4466.0, 4508.0, 4477.0, 4504.0, 4477.0, 4507.0, 4487.0, 4517.0, 4487.0, 4519.0, 4499.0, 4510.0, 4512.0, 4510.0, 4510.0, 4477.0, 4497.0, 4485.0, 4509.0, 4469.0, 4517.0, 4477.0, 4507.0, 4477.0, 4515.0, 4485.0, 4514.0, 4488.0, 4515.0, 4495.0, 4515.0, 4485.0, 4515.0, 4498.0, 4505.0, 4498.0, 4465.0, 4497.0, 4476.0, 4517.0, 4479.0, 4508.0, 4468.0, 4508.0, 4480.0, 4518.0, 4500.0, 4518.0, 4499.0, 4498.0, 4510.0, 4489.0, 4509.0, 4468.0, 4516.0, 4489.0, 4519.0, 4501.0, 4508.0, 4509.0, 4478.0, 4508.0, 4490.0, 4519.0, 4479.0, 4508.0, 4489.0, 4519.0, 4521.0, 4503.0, 4523.0, 4512.0, 4504.0, 4533.0, 4524.0, 4534.0, 4523.0, 4510.0, 4512.0, 4497.0, 4510.0, 4498.0, 4496.0, 4467.0, 4497.0, 4466.0, 4506.0, 4465.0, 4495.0, 4477.0, 4507.0, 4490.0, 4518.0, 4477.0, 4498.0, 4498.0, 4477.0, 4509.0, 4488.0, 4517.0, 4466.0, 4507.0, 4480.0, 4505.0, 4496.0, 4516.0, 4489.0, 4519.0, 4511.0, 4488.0, 4508.0, 4487.0, 4519.0, 4488.0, 4519.0, 4467.0, 4519.0, 4476.0, 4507.0, 4486.0, 4517.0, 4489.0, 4504.0, 4487.0, 4517.0, 4487.0, 4467.0, 4496.0, 4475.0, 4507.0, 4486.0, 4507.0, 4466.0, 4505.0, 4475.0, 4505.0, 4486.0, 4505.0, 4478.0, 4505.0, 4488.0, 4507.0, 4476.0, 4494.0, 4497.0, 4475.0, 4510.0, 4487.0, 4499.0, 4467.0, 4506.0, 4478.0, 4516.0, 4497.0, 4517.0, 4487.0, 4505.0, 4499.0, 4518.0, 4499.0, 4487.0, 4497.0, 4486.0, 4496.0, 4466.0, 4506.0, 4465.0, 4506.0, 4476.0, 4505.0, 4476.0, 4505.0, 4486.0, 4506.0, 4495.0, 4516.0, 4487.0, 4506.0, 4487.0, 4506.0, 4477.0, 4487.0, 4496.0, 4477.0, 4508.0, 4488.0, 4507.0, 4467.0, 4506.0, 4476.0, 4517.0, 4487.0, 4518.0, 4486.0, 4517.0, 4497.0, 4517.0, 4489.0, 4506.0, 4487.0, 4486.0, 4497.0, 4487.0, 4496.0, 4466.0, 4507.0, 4476.0, 4518.0, 4474.0, 4506.0, 4468.0, 4514.0, 4497.0, 4516.0, 4497.0, 4516.0, 4488.0, 4518.0, 4499.0, 4517.0, 4497.0, 4468.0, 4507.0, 4478.0, 4518.0, 4486.0, 4506.0, 4477.0, 4517.0, 4498.0, 4518.0, 4498.0, 4516.0, 4477.0, 4505.0, 4498.0, 4475.0, 4508.0, 4467.0, 4506.0, 4476.0, 4518.0, 4487.0, 4518.0, 4501.0, 4517.0, 4498.0, 4529.0, 4499.0, 4485.0, 4496.0, 4475.0, 4507.0, 4478.0, 4504.0, 4467.0, 4504.0, 4496.0, 4517.0, 4498.0, 4516.0, 4488.0, 4485.0, 4508.0, 4487.0, 4507.0, 4465.0, 4508.0, 4466.0, 4507.0, 4477.0, 4516.0, 4464.0, 4505.0, 4477.0, 4505.0, 4486.0, 4504.0, 4487.0, 4504.0, 4496.0, 4517.0, 4486.0, 4516.0, 4487.0, 4518.0, 4500.0, 4519.0, 4500.0, 4519.0, 4499.0, 4519.0, 4502.0, 4488.0, 4498.0, 4507.0, 4498.0, 4498.0, 4500.0, 4478.0, 4508.0, 4489.0, 4520.0, 4489.0, 4516.0, 4478.0, 4518.0, 4477.0, 4508.0, 4477.0, 4517.0, 4487.0, 4519.0, 4488.0, 4519.0, 4498.0, 4486.0, 4507.0, 4491.0, 4531.0, 4514.0, 4491.0, 4523.0, 4481.0, 4521.0, 4491.0, 4520.0, 4477.0, 4509.0, 4467.0, 4505.0, 4476.0, 4506.0], 'WindowWidth': [10027.0, 9957.0, 9967.0, 9921.0, 9939.0, 9905.0, 9934.0, 9877.0, 9909.0, 9880.0, 9891.0, 9881.0, 9860.0, 9861.0, 9815.0, 9888.0, 9849.0, 9888.0, 9848.0, 9888.0, 9862.0, 9891.0, 9880.0, 9889.0, 9862.0, 9886.0, 9867.0, 9901.0, 9850.0, 9857.0, 9874.0, 9850.0, 9894.0, 9852.0, 9894.0, 9839.0, 9905.0, 9866.0, 9902.0, 9867.0, 9904.0, 9896.0, 9867.0, 9880.0, 9835.0, 9894.0, 9848.0, 9903.0, 9861.0, 9885.0, 9860.0, 9887.0, 9876.0, 9865.0, 9887.0, 9836.0, 9904.0, 9876.0, 9903.0, 9864.0, 9857.0, 9877.0, 9859.0, 9891.0, 9833.0, 9885.0, 9844.0, 9885.0, 9859.0, 9885.0, 9876.0, 9873.0, 9876.0, 9836.0, 9888.0, 9835.0, 9888.0, 9863.0, 9887.0, 9861.0, 9886.0, 9878.0, 9876.0, 9878.0, 9836.0, 9889.0, 9852.0, 9888.0, 9877.0, 9886.0, 9877.0, 9861.0, 9894.0, 9866.0, 9905.0, 9851.0, 9886.0, 9877.0, 9903.0, 9862.0, 9862.0, 9873.0, 9861.0, 9910.0, 9866.0, 9890.0, 9880.0, 9903.0, 9869.0, 9907.0, 9874.0, 9834.0, 9885.0, 9848.0, 9889.0, 9847.0, 9883.0, 9861.0, 9886.0, 9863.0, 9882.0, 9859.0, 9882.0, 9875.0, 9858.0, 9862.0, 9829.0, 9890.0, 9832.0, 9886.0, 9850.0, 9892.0, 9868.0, 9907.0, 9886.0, 9881.0, 9883.0, 9853.0, 9894.0, 9860.0, 9914.0, 9887.0, 9913.0, 9897.0, 9870.0, 9902.0, 9866.0, 9912.0, 9857.0, 9908.0, 9884.0, 9912.0, 9873.0, 9907.0, 9885.0, 9893.0, 9884.0, 9830.0, 9875.0, 9847.0, 9890.0, 9845.0, 9886.0, 9848.0, 9890.0, 9865.0, 9907.0, 9884.0, 9851.0, 9882.0, 9868.0, 9914.0, 9873.0, 9912.0, 9840.0, 9899.0, 9868.0, 9892.0, 9862.0, 9890.0, 9883.0, 9897.0, 9886.0, 9859.0, 9911.0, 9881.0, 9916.0, 9893.0, 9916.0, 9887.0, 9910.0, 9889.0, 9926.0, 9886.0, 9854.0, 9885.0, 9867.0, 9910.0, 9855.0, 9909.0, 9856.0, 9906.0, 9886.0, 9911.0, 9888.0, 9910.0, 9874.0, 9911.0, 9902.0, 9874.0, 9919.0, 9864.0, 9916.0, 9892.0, 9917.0, 9893.0, 9916.0, 9891.0, 9932.0, 9887.0, 9867.0, 9885.0, 9866.0, 9900.0, 9864.0, 9907.0, 9842.0, 9907.0, 9865.0, 9910.0, 9887.0, 9908.0, 9897.0, 9895.0, 9889.0, 9855.0, 9898.0, 9858.0, 9913.0, 9888.0, 9916.0, 9888.0, 9912.0, 9889.0, 9927.0, 9884.0, 9851.0, 9884.0, 9863.0, 9893.0, 9833.0, 9890.0, 9856.0, 9905.0, 9868.0, 9905.0, 9869.0, 9892.0, 9885.0, 9907.0, 9882.0, 9852.0, 9896.0, 9856.0, 9921.0, 9873.0, 9907.0, 9870.0, 9907.0, 9902.0, 9870.0, 9898.0, 9863.0, 9899.0, 9920.0, 9887.0, 9935.0, 9929.0, 9883.0, 9937.0, 9876.0, 9919.0, 9886.0, 9909.0, 9867.0, 9891.0, 9867.0, 9890.0, 9859.0, 9858.0, 9878.0, 9859.0, 9887.0, 9840.0, 9903.0, 9869.0, 9907.0, 9885.0, 9884.0, 9899.0, 9879.0, 9901.0, 9858.0, 9898.0, 9838.0, 9895.0, 9856.0, 9904.0, 9868.0, 9905.0, 9888.0, 9909.0, 9873.0, 9888.0, 9884.0, 9891.0, 9881.0, 9894.0, 9868.0, 9839.0, 9880.0, 9847.0, 9889.0, 9870.0, 9887.0, 9834.0, 9888.0, 9840.0, 9892.0, 9867.0, 9893.0, 9874.0, 9910.0, 9887.0, 9926.0, 9882.0, 9865.0, 9880.0, 9855.0, 9876.0, 9852.0, 9891.0, 9833.0, 9889.0, 9832.0, 9885.0, 9846.0, 9887.0, 9865.0, 9887.0, 9877.0, 9902.0, 9862.0, 9888.0, 9879.0, 9889.0, 9876.0, 9834.0, 9891.0, 9851.0, 9891.0, 9848.0, 9891.0, 9868.0, 9909.0, 9872.0, 9866.0, 9882.0, 9865.0, 9893.0, 9851.0, 9891.0, 9832.0, 9882.0, 9848.0, 9885.0, 9862.0, 9884.0, 9851.0, 9892.0, 9895.0, 9881.0, 9881.0, 9837.0, 9897.0, 9853.0, 9910.0, 9856.0, 9895.0, 9837.0, 9894.0, 9855.0, 9893.0, 9886.0, 9904.0, 9870.0, 9907.0, 9901.0, 9886.0, 9896.0, 9862.0, 9915.0, 9866.0, 9912.0, 9886.0, 9910.0, 9872.0, 9912.0, 9893.0, 9887.0, 9902.0, 9858.0, 9918.0, 9876.0, 9912.0, 9861.0, 9929.0, 9889.0, 9913.0, 9887.0, 9909.0, 9889.0, 9917.0, 9902.0, 9927.0, 9893.0, 9895.0, 9903.0, 9898.0, 9902.0, 9851.0, 9898.0, 9867.0, 9895.0, 9856.0, 9906.0, 9853.0, 9912.0, 9857.0, 9910.0, 9880.0, 9911.0, 9888.0, 9915.0, 9883.0, 9909.0, 9899.0, 9872.0, 9918.0, 9874.0, 9910.0, 9860.0, 9910.0, 9895.0, 9928.0, 9889.0, 9904.0, 9907.0, 9897.0, 9889.0, 9857.0, 9899.0, 9852.0, 9895.0, 9864.0, 9893.0, 9864.0, 9905.0, 9883.0, 9905.0, 9882.0, 9904.0, 9884.0, 9865.0, 9896.0, 9867.0, 9892.0, 9837.0, 9890.0, 9864.0, 9901.0, 9879.0, 9905.0, 9864.0, 9904.0, 9876.0, 9892.0, 9876.0, 9837.0, 9890.0, 9850.0, 9893.0, 9866.0, 9908.0, 9886.0, 9923.0, 9888.0, 9861.0, 9900.0, 9870.0, 9897.0, 9871.0, 9906.0, 9854.0, 9910.0, 9854.0, 9906.0, 9880.0, 9904.0, 9868.0, 9906.0, 9884.0, 9851.0, 9892.0, 9857.0, 9914.0, 9869.0, 9907.0, 9868.0, 9900.0, 9886.0, 9905.0, 9882.0, 9909.0, 9903.0, 9881.0, 9901.0, 9854.0, 9896.0, 9855.0, 9905.0, 9888.0, 9905.0, 9862.0, 9902.0, 9881.0, 9893.0, 9877.0, 9848.0, 9890.0, 9865.0, 9892.0, 9866.0, 9870.0, 9905.0, 9894.0, 9920.0, 9910.0, 9875.0, 9907.0, 9869.0, 9917.0, 9853.0, 9893.0, 9852.0, 9891.0, 9848.0, 9886.0, 9865.0, 9886.0, 9865.0, 9884.0, 9848.0, 9835.0, 9883.0, 9841.0, 9913.0, 9856.0, 9899.0, 9873.0, 9911.0, 9890.0, 9910.0, 9901.0, 9913.0, 9874.0, 9910.0, 9890.0, 9924.0, 9872.0, 9891.0, 9875.0, 9862.0, 9881.0, 9835.0, 9889.0, 9846.0, 9890.0, 9850.0, 9894.0, 9852.0, 9885.0, 9846.0, 9887.0, 9863.0, 9885.0, 9848.0, 9882.0, 9862.0, 9880.0, 9847.0, 9888.0, 9862.0, 9886.0, 9876.0, 9845.0, 9881.0, 9833.0, 9896.0, 9867.0, 9895.0, 9852.0, 9892.0, 9871.0, 9910.0, 9885.0, 9912.0, 9892.0, 9929.0, 9904.0, 9933.0, 9906.0, 9930.0, 9902.0, 9914.0, 9887.0, 9867.0, 9879.0, 9871.0, 9881.0, 9892.0, 9881.0, 9833.0, 9892.0, 9853.0, 9894.0, 9848.0, 9896.0, 9852.0, 9890.0, 9851.0, 9918.0, 9867.0, 9889.0, 9867.0, 9862.0, 9878.0, 9859.0, 9899.0, 9855.0, 9904.0, 9849.0, 9904.0, 9850.0, 9900.0, 9863.0, 9887.0, 9864.0, 9886.0, 9862.0, 9886.0, 9861.0, 9884.0, 9862.0, 9889.0, 9866.0, 9851.0, 9878.0, 9866.0, 9899.0, 9854.0, 9907.0, 9876.0, 9909.0, 9876.0, 9910.0, 9875.0, 9904.0, 9882.0, 9888.0, 9883.0, 9878.0, 9882.0, 9849.0, 9892.0, 9852.0, 9896.0, 9852.0, 9888.0, 9853.0, 9902.0, 9883.0, 9906.0, 9865.0, 9901.0, 9878.0, 9877.0, 9881.0, 9859.0, 9890.0, 9833.0, 9889.0, 9849.0, 9901.0, 9864.0, 9888.0, 9866.0, 9892.0, 9870.0, 9903.0, 9881.0, 9848.0, 9880.0, 9864.0, 9895.0, 9833.0, 9890.0, 9835.0, 9891.0, 9867.0, 9905.0, 9871.0, 9906.0, 9883.0, 9903.0, 9883.0, 9904.0, 9880.0, 9862.0, 9882.0, 9860.0, 9877.0, 9832.0, 9888.0, 9835.0, 9891.0, 9849.0, 9888.0, 9846.0, 9885.0, 9831.0, 9891.0, 9867.0, 9887.0, 9855.0, 9909.0, 9874.0, 9907.0, 9890.0, 9865.0, 9916.0, 9899.0, 9929.0, 9905.0, 9929.0, 9890.0, 9907.0, 9864.0, 9887.0, 9863.0, 9900.0, 9861.0, 9883.0, 9863.0, 9885.0, 9864.0, 9889.0, 9868.0, 9905.0, 9885.0, 9906.0, 9886.0, 9908.0, 9882.0, 9868.0, 9881.0, 9868.0, 9898.0, 9869.0, 9896.0, 9839.0, 9905.0, 9858.0, 9911.0, 9868.0, 9890.0, 9866.0, 9905.0, 9883.0, 9905.0, 9886.0, 9903.0, 9867.0, 9903.0, 9867.0, 9906.0, 9864.0, 9891.0, 9881.0, 9863.0, 9892.0, 9879.0, 9878.0, 9849.0, 9892.0, 9830.0, 9889.0, 9863.0, 9887.0, 9830.0, 9886.0, 9828.0, 9891.0, 9832.0, 9885.0, 9833.0, 9887.0, 9851.0, 9886.0, 9866.0, 9901.0, 9864.0, 9889.0, 9882.0, 9890.0, 9869.0, 9892.0, 9883.0, 9908.0, 9885.0, 9865.0, 9894.0, 9850.0, 9892.0, 9863.0, 9906.0, 9846.0, 9891.0, 9867.0, 9905.0, 9884.0, 9908.0, 9884.0, 9873.0, 9883.0, 9895.0, 9881.0, 9850.0, 9891.0, 9837.0, 9910.0, 9853.0, 9896.0, 9853.0, 9908.0, 9870.0, 9907.0, 9889.0, 9907.0, 9873.0, 9907.0, 9900.0, 9885.0, 9900.0, 9858.0, 9898.0, 9852.0, 9910.0, 9865.0, 9905.0, 9863.0, 9888.0, 9878.0, 9888.0, 9879.0, 9903.0, 9863.0, 9890.0, 9879.0, 9877.0, 9878.0, 9836.0, 9892.0, 9847.0, 9896.0, 9854.0, 9891.0, 9870.0, 9905.0, 9871.0, 9890.0, 9865.0, 9886.0, 9867.0, 9893.0, 9869.0, 9892.0, 9867.0, 9902.0, 9880.0, 9907.0, 9870.0, 9876.0, 9882.0, 9855.0, 9900.0, 9866.0, 9894.0, 9840.0, 9895.0, 9855.0, 9895.0, 9870.0, 9908.0, 9869.0, 9906.0, 9874.0, 9912.0, 9883.0, 9910.0, 9872.0, 9901.0, 9888.0, 9888.0, 9903.0, 9878.0, 9905.0, 9920.0, 9883.0, 9941.0, 9914.0, 9937.0, 9909.0, 9931.0, 9902.0, 9897.0, 9878.0, 9841.0, 9895.0, 9865.0, 9891.0, 9835.0, 9886.0, 9833.0, 9893.0, 9849.0, 9891.0, 9867.0, 9906.0, 9872.0, 9909.0, 9875.0, 9909.0, 9898.0, 9866.0, 9904.0, 9875.0, 9899.0, 9859.0, 9911.0, 9873.0, 9909.0, 9873.0, 9911.0, 9884.0, 9894.0, 9881.0, 9907.0, 9891.0, 9853.0, 9883.0, 9839.0, 9881.0, 9863.0, 9880.0, 9846.0, 9879.0, 9838.0, 9891.0, 9864.0, 9890.0, 9835.0, 9892.0, 9838.0, 9894.0, 9854.0, 9895.0, 9854.0, 9894.0, 9837.0, 9895.0, 9851.0, 9884.0, 9851.0, 9890.0, 9867.0, 9906.0, 9868.0, 9912.0, 9887.0, 9901.0, 9908.0, 9903.0, 9902.0, 9853.0, 9880.0, 9861.0, 9899.0, 9843.0, 9907.0, 9853.0, 9892.0, 9853.0, 9901.0, 9862.0, 9899.0, 9869.0, 9902.0, 9875.0, 9901.0, 9862.0, 9901.0, 9881.0, 9889.0, 9882.0, 9835.0, 9879.0, 9851.0, 9908.0, 9856.0, 9897.0, 9842.0, 9896.0, 9860.0, 9911.0, 9889.0, 9909.0, 9888.0, 9885.0, 9902.0, 9871.0, 9899.0, 9843.0, 9906.0, 9874.0, 9915.0, 9892.0, 9897.0, 9901.0, 9857.0, 9899.0, 9875.0, 9913.0, 9857.0, 9895.0, 9873.0, 9911.0, 9920.0, 9900.0, 9925.0, 9909.0, 9903.0, 9940.0, 9931.0, 9943.0, 9927.0, 9904.0, 9909.0, 9882.0, 9901.0, 9881.0, 9876.0, 9837.0, 9877.0, 9834.0, 9889.0, 9833.0, 9871.0, 9854.0, 9892.0, 9873.0, 9907.0, 9853.0, 9881.0, 9883.0, 9854.0, 9901.0, 9868.0, 9907.0, 9837.0, 9893.0, 9861.0, 9888.0, 9878.0, 9904.0, 9869.0, 9912.0, 9905.0, 9869.0, 9896.0, 9867.0, 9915.0, 9870.0, 9916.0, 9839.0, 9910.0, 9849.0, 9892.0, 9863.0, 9906.0, 9870.0, 9885.0, 9866.0, 9906.0, 9865.0, 9837.0, 9877.0, 9847.0, 9893.0, 9863.0, 9891.0, 9834.0, 9887.0, 9847.0, 9889.0, 9863.0, 9887.0, 9855.0, 9886.0, 9867.0, 9892.0, 9850.0, 9871.0, 9880.0, 9849.0, 9901.0, 9867.0, 9883.0, 9838.0, 9890.0, 9855.0, 9906.0, 9881.0, 9905.0, 9865.0, 9888.0, 9885.0, 9908.0, 9884.0, 9865.0, 9879.0, 9863.0, 9876.0, 9836.0, 9889.0, 9832.0, 9891.0, 9847.0, 9886.0, 9849.0, 9887.0, 9863.0, 9889.0, 9875.0, 9901.0, 9865.0, 9889.0, 9865.0, 9890.0, 9851.0, 9865.0, 9877.0, 9851.0, 9896.0, 9868.0, 9892.0, 9839.0, 9891.0, 9852.0, 9906.0, 9866.0, 9907.0, 9866.0, 9905.0, 9882.0, 9908.0, 9872.0, 9890.0, 9865.0, 9862.0, 9880.0, 9865.0, 9877.0, 9837.0, 9893.0, 9850.0, 9910.0, 9846.0, 9890.0, 9840.0, 9898.0, 9879.0, 9904.0, 9881.0, 9902.0, 9868.0, 9909.0, 9886.0, 9909.0, 9882.0, 9841.0, 9894.0, 9855.0, 9910.0, 9864.0, 9891.0, 9853.0, 9904.0, 9883.0, 9909.0, 9881.0, 9904.0, 9852.0, 9888.0, 9882.0, 9848.0, 9896.0, 9838.0, 9892.0, 9851.0, 9908.0, 9867.0, 9909.0, 9889.0, 9908.0, 9884.0, 9925.0, 9885.0, 9861.0, 9877.0, 9848.0, 9893.0, 9854.0, 9887.0, 9840.0, 9886.0, 9878.0, 9906.0, 9882.0, 9903.0, 9868.0, 9861.0, 9895.0, 9866.0, 9894.0, 9835.0, 9894.0, 9837.0, 9895.0, 9851.0, 9903.0, 9832.0, 9886.0, 9852.0, 9886.0, 9862.0, 9885.0, 9865.0, 9885.0, 9878.0, 9907.0, 9864.0, 9904.0, 9866.0, 9908.0, 9888.0, 9914.0, 9889.0, 9911.0, 9887.0, 9914.0, 9892.0, 9869.0, 9884.0, 9894.0, 9883.0, 9883.0, 9889.0, 9858.0, 9899.0, 9871.0, 9916.0, 9871.0, 9907.0, 9856.0, 9911.0, 9854.0, 9898.0, 9854.0, 9910.0, 9869.0, 9915.0, 9870.0, 9912.0, 9884.0, 9866.0, 9893.0, 9881.0, 9934.0, 9914.0, 9879.0, 9925.0, 9865.0, 9920.0, 9877.0, 9916.0, 9854.0, 9899.0, 9838.0, 9889.0, 9850.0, 9890.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.000519209726443769</td></tr>
<tr><td colspan=3>aqi</td><td>0.01765316603343465</td></tr>
<tr><td colspan=3>dummy_trs</td><td>6</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.23897716663879</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2238324789809887</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0018177747604564</td></tr>
<tr><td colspan=3>efc</td><td>0.4624</td></tr>
<tr><td colspan=3>fber</td><td>6743.354</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07633649521689446</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45592705167173253</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5436245491864167</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.445005123524717</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.81115375115869</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.374714772875843</td></tr>
<tr><td colspan=3>gcor</td><td>0.00508935</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01144621055573225</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022104308009147644</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1316</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.822941302483677</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>30.3432</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.9461</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.7209</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>302024.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>760.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>343.78</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1938</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>565.6388</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3682.8808</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3929.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74520.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1158.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4845.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1027.7358</td></tr>
<tr><td colspan=3>tsnr</td><td>46.47639460314531</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>