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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0061/ses-04/func/sub-0061_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>17db7ee1181045e419bc3932c26c66d5</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>16:39:7.385000</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.998967, 0.0236772, 0.0387982, -0.0299977, 0.984741, 0.171419]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0854136</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4154, -7777, -7255, 554, -30, -174, 3, 107]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.231</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9d653917-831c-4cae-af6c-6044cf3619f3||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.6801540851593018, -0.0804816484451294, 0.09219814836978912, 112.24178314208984], [-0.0635242909193039, 2.641989231109619, 0.46549537777900696, -95.00112915039062], [0.10409272462129593, -0.45990464091300964, 2.6579718589782715, -50.743526458740234], [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': ['163907.385000', '163907.845000', '163908.305000', '163908.765000', '163909.225000', '163909.685000', '163910.145000', '163910.605000', '163911.065000', '163911.525000', '163911.985000', '163912.445000', '163912.905000', '163913.365000', '163913.825000', '163914.285000', '163914.745000', '163915.205000', '163915.665000', '163916.125000', '163916.585000', '163917.045000', '163917.505000', '163917.965000', '163918.425000', '163918.885000', '163919.345000', '163919.805000', '163920.265000', '163920.725000', '163921.185000', '163921.645000', '163922.105000', '163922.565000', '163923.025000', '163923.485000', '163923.945000', '163924.405000', '163924.865000', '163925.325000', '163925.785000', '163926.245000', '163926.705000', '163927.165000', '163927.625000', '163928.085000', '163928.545000', '163929.005000', '163929.465000', '163929.925000', '163930.385000', '163930.845000', '163931.305000', '163931.765000', '163932.225000', '163932.685000', '163933.145000', '163933.605000', '163934.065000', '163934.525000', '163934.985000', '163935.445000', '163935.905000', '163936.365000', '163936.825000', '163937.285000', '163937.745000', '163938.205000', '163938.665000', '163939.125000', '163939.585000', '163940.045000', '163940.505000', '163940.965000', '163941.425000', '163941.885000', '163942.345000', '163942.805000', '163943.265000', '163943.725000', '163944.185000', '163944.645000', '163945.105000', '163945.565000', '163946.025000', '163946.485000', '163946.945000', '163947.405000', '163947.865000', '163948.325000', '163948.785000', '163949.245000', '163949.705000', '163950.165000', '163950.625000', '163951.085000', '163951.545000', '163952.005000', '163952.465000', '163952.925000', '163953.385000', '163953.845000', '163954.305000', '163954.765000', '163955.225000', '163955.685000', '163956.145000', '163956.605000', '163957.065000', '163957.525000', '163957.985000', '163958.445000', '163958.905000', '163959.365000', '163959.825000', '164000.285000', '164000.745000', '164001.205000', '164001.665000', '164002.125000', '164002.585000', '164003.045000', '164003.505000', '164003.965000', '164004.425000', '164004.885000', '164005.345000', '164005.805000', '164006.265000', '164006.725000', '164007.185000', '164007.645000', '164008.105000', '164008.565000', '164009.025000', '164009.485000', '164009.945000', '164010.405000', '164010.865000', '164011.325000', '164011.785000', '164012.245000', '164012.705000', '164013.165000', '164013.625000', '164014.085000', '164014.545000', '164015.005000', '164015.465000', '164015.925000', '164016.385000', '164016.845000', '164017.305000', '164017.765000', '164018.225000', '164018.685000', '164019.145000', '164019.605000', '164020.065000', '164020.525000', '164020.985000', '164021.445000', '164021.905000', '164022.365000', '164022.825000', '164023.285000', '164023.745000', '164024.205000', '164024.665000', '164025.125000', '164025.585000', '164026.045000', '164026.505000', '164026.965000', '164027.425000', '164027.885000', '164028.345000', '164028.805000', '164029.265000', '164029.725000', '164030.185000', '164030.645000', '164031.105000', '164031.565000', '164032.025000', '164032.485000', '164032.945000', '164033.405000', '164033.865000', '164034.325000', '164034.785000', '164035.245000', '164035.705000', '164036.165000', '164036.625000', '164037.085000', '164037.545000', '164038.005000', '164038.465000', '164038.925000', '164039.385000', '164039.845000', '164040.305000', '164040.765000', '164041.225000', '164041.685000', '164042.145000', '164042.605000', '164043.065000', '164043.525000', '164043.985000', '164044.445000', '164044.905000', '164045.365000', '164045.825000', '164046.285000', '164046.745000', '164047.205000', '164047.665000', '164048.125000', '164048.585000', '164049.045000', '164049.505000', '164049.965000', '164050.425000', '164050.885000', '164051.345000', '164051.805000', '164052.265000', '164052.725000', '164053.185000', '164053.645000', '164054.105000', '164054.565000', '164055.025000', '164055.485000', '164055.945000', '164056.405000', '164056.865000', '164057.325000', '164057.785000', '164058.245000', '164058.705000', '164059.165000', '164059.625000', '164100.085000', '164100.545000', '164101.005000', '164101.465000', '164101.925000', '164102.385000', '164102.845000', '164103.305000', '164103.765000', '164104.225000', '164104.685000', '164105.145000', '164105.605000', '164106.065000', '164106.525000', '164106.985000', '164107.445000', '164107.905000', '164108.365000', '164108.825000', '164109.285000', '164109.745000', '164110.205000', '164110.665000', '164111.125000', '164111.585000', '164112.045000', '164112.505000', '164112.965000', '164113.425000', '164113.885000', '164114.345000', '164114.805000', '164115.265000', '164115.725000', '164116.185000', '164116.645000', '164117.105000', '164117.565000', '164118.025000', '164118.485000', '164118.945000', '164119.405000', '164119.865000', '164120.325000', '164120.785000', '164121.245000', '164121.705000', '164122.165000', '164122.625000', '164123.085000', '164123.545000', '164124.005000', '164124.465000', '164124.925000', '164125.385000', '164125.845000', '164126.305000', '164126.765000', '164127.225000', '164127.685000', '164128.145000', '164128.605000', '164129.065000', '164129.525000', '164129.985000', '164130.445000', '164130.905000', '164131.365000', '164131.825000', '164132.285000', '164132.745000', '164133.205000', '164133.665000', '164134.125000', '164134.585000', '164135.045000', '164135.505000', '164135.965000', '164136.425000', '164136.885000', '164137.345000', '164137.805000', '164138.265000', '164138.725000', '164139.185000', '164139.645000', '164140.105000', '164140.565000', '164141.025000', '164141.485000', '164141.945000', '164142.405000', '164142.865000', '164143.325000', '164143.785000', '164144.245000', '164144.705000', '164145.165000', '164145.625000', '164146.085000', '164146.545000', '164147.005000', '164147.465000', '164147.925000', '164148.385000', '164148.845000', '164149.305000', '164149.765000', '164150.225000', '164150.685000', '164151.145000', '164151.605000', '164152.065000', '164152.525000', '164152.985000', '164153.445000', '164153.905000', '164154.365000', '164154.825000', '164155.285000', '164155.745000', '164156.205000', '164156.665000', '164157.125000', '164157.585000', '164158.045000', '164158.505000', '164158.965000', '164159.425000', '164159.885000', '164200.345000', '164200.805000', '164201.265000', '164201.725000', '164202.185000', '164202.645000', '164203.105000', '164203.565000', '164204.025000', '164204.485000', '164204.945000', '164205.405000', '164205.865000', '164206.325000', '164206.785000', '164207.245000', '164207.705000', '164208.165000', '164208.625000', '164209.085000', '164209.545000', '164210.005000', '164210.465000', '164210.925000', '164211.385000', '164211.845000', '164212.305000', '164212.765000', '164213.225000', '164213.685000', '164214.145000', '164214.605000', '164215.065000', '164215.525000', '164215.985000', '164216.445000', '164216.905000', '164217.365000', '164217.825000', '164218.285000', '164218.745000', '164219.205000', '164219.665000', '164220.125000', '164220.585000', '164221.045000', '164221.505000', '164221.965000', '164222.425000', '164222.885000', '164223.345000', '164223.805000', '164224.265000', '164224.725000', '164225.185000', '164225.645000', '164226.105000', '164226.565000', '164227.025000', '164227.485000', '164227.945000', '164228.405000', '164228.865000', '164229.325000', '164229.785000', '164230.245000', '164230.705000', '164231.165000', '164231.625000', '164232.085000', '164232.545000', '164233.005000', '164233.465000', '164233.925000', '164234.385000', '164234.845000', '164235.305000', '164235.765000', '164236.225000', '164236.685000', '164237.145000', '164237.605000', '164238.065000', '164238.525000', '164238.985000', '164239.445000', '164239.905000', '164240.365000', '164240.825000', '164241.285000', '164241.745000', '164242.205000', '164242.665000', '164243.125000', '164243.585000', '164244.045000', '164244.505000', '164244.965000', '164245.425000', '164245.885000', '164246.345000', '164246.805000', '164247.265000', '164247.725000', '164248.185000', '164248.645000', '164249.105000', '164249.565000', '164250.025000', '164250.485000', '164250.945000', '164251.405000', '164251.865000', '164252.325000', '164252.785000', '164253.245000', '164253.705000', '164254.165000', '164254.625000', '164255.085000', '164255.545000', '164256.005000', '164256.465000', '164256.925000', '164257.385000', '164257.845000', '164258.305000', '164258.765000', '164259.225000', '164259.685000', '164300.145000', '164300.605000', '164301.065000', '164301.525000', '164301.985000', '164302.445000', '164302.905000', '164303.365000', '164303.825000', '164304.285000', '164304.745000', '164305.205000', '164305.665000', '164306.125000', '164306.585000', '164307.045000', '164307.505000', '164307.965000', '164308.425000', '164308.885000', '164309.345000', '164309.805000', '164310.265000', '164310.725000', '164311.185000', '164311.645000', '164312.105000', '164312.565000', '164313.025000', '164313.485000', '164313.945000', '164314.405000', '164314.865000', '164315.325000', '164315.785000', '164316.245000', '164316.705000', '164317.165000', '164317.625000', '164318.085000', '164318.545000', '164319.005000', '164319.465000', '164319.925000', '164320.385000', '164320.845000', '164321.305000', '164321.765000', '164322.225000', '164322.685000', '164323.145000', '164323.605000', '164324.065000', '164324.525000', '164324.985000', '164325.445000', '164325.905000', '164326.365000', '164326.825000', '164327.285000', '164327.745000', '164328.205000', '164328.665000', '164329.125000', '164329.585000', '164330.045000', '164330.505000', '164330.965000', '164331.425000', '164331.885000', '164332.345000', '164332.805000', '164333.265000', '164333.725000', '164334.185000', '164334.645000', '164335.105000', '164335.565000', '164336.025000', '164336.485000', '164336.945000', '164337.405000', '164337.865000', '164338.325000', '164338.785000', '164339.245000', '164339.705000', '164340.165000', '164340.625000', '164341.085000', '164341.545000', '164342.005000', '164342.465000', '164342.925000', '164343.385000', '164343.845000', '164344.305000', '164344.765000', '164345.225000', '164345.685000', '164346.145000', '164346.605000', '164347.065000', '164347.525000', '164347.985000', '164348.445000', '164348.905000', '164349.365000', '164349.825000', '164350.285000', '164350.745000', '164351.205000', '164351.665000', '164352.125000', '164352.585000', '164353.045000', '164353.505000', '164353.965000', '164354.425000', '164354.885000', '164355.345000', '164355.805000', '164356.265000', '164356.725000', '164357.185000', '164357.645000', '164358.105000', '164358.565000', '164359.025000', '164359.485000', '164359.945000', '164400.405000', '164400.865000', '164401.325000', '164401.785000', '164402.245000', '164402.705000', '164403.165000', '164403.625000', '164404.085000', '164404.545000', '164405.005000', '164405.465000', '164405.925000', '164406.385000', '164406.845000', '164407.305000', '164407.765000', '164408.225000', '164408.685000', '164409.145000', '164409.605000', '164410.065000', '164410.525000', '164410.985000', '164411.445000', '164411.905000', '164412.365000', '164412.825000', '164413.285000', '164413.745000', '164414.205000', '164414.665000', '164415.125000', '164415.585000', '164416.045000', '164416.505000', '164416.965000', '164417.425000', '164417.885000', '164418.345000', '164418.805000', '164419.265000', '164419.725000', '164420.185000', '164420.645000', '164421.105000', '164421.565000', '164422.025000', '164422.485000', '164422.945000', '164423.405000', '164423.865000', '164424.325000', '164424.785000', '164425.245000', '164425.705000', '164426.165000', '164426.625000', '164427.085000', '164427.545000', '164428.005000', '164428.465000', '164428.925000', '164429.385000', '164429.845000', '164430.305000', '164430.765000', '164431.225000', '164431.685000', '164432.145000', '164432.605000', '164433.065000', '164433.525000', '164433.985000', '164434.445000', '164434.905000', '164435.365000', '164435.825000', '164436.285000', '164436.745000', '164437.205000', '164437.665000', '164438.125000', '164438.585000', '164439.045000', '164439.505000', '164439.965000', '164440.425000', '164440.885000', '164441.345000', '164441.805000', '164442.265000', '164442.725000', '164443.185000', '164443.645000', '164444.105000', '164444.565000', '164445.025000', '164445.485000', '164445.945000', '164446.405000', '164446.865000', '164447.325000', '164447.785000', '164448.245000', '164448.705000', '164449.165000', '164449.625000', '164450.085000', '164450.545000', '164451.005000', '164451.465000', '164451.925000', '164452.385000', '164452.845000', '164453.305000', '164453.765000', '164454.225000', '164454.685000', '164455.145000', '164455.605000', '164456.065000', '164456.525000', '164456.985000', '164457.445000', '164457.905000', '164458.365000', '164458.825000', '164459.285000', '164459.745000', '164500.205000', '164500.665000', '164501.125000', '164501.585000', '164502.045000', '164502.505000', '164502.965000', '164503.425000', '164503.885000', '164504.345000', '164504.805000', '164505.265000', '164505.725000', '164506.185000', '164506.645000', '164507.105000', '164507.565000', '164508.025000', '164508.485000', '164508.945000', '164509.405000', '164509.865000', '164510.325000', '164510.785000', '164511.245000', '164511.705000', '164512.165000', '164512.625000', '164513.085000', '164513.545000', '164514.005000', '164514.465000', '164514.925000', '164515.385000', '164515.845000', '164516.305000', '164516.765000', '164517.225000', '164517.685000', '164518.145000', '164518.605000', '164519.065000', '164519.525000', '164519.985000', '164520.445000', '164520.905000', '164521.365000', '164521.825000', '164522.285000', '164522.745000', '164523.205000', '164523.665000', '164524.125000', '164524.585000', '164525.045000', '164525.505000', '164525.965000', '164526.425000', '164526.885000', '164527.345000', '164527.805000', '164528.265000', '164528.725000', '164529.185000', '164529.645000', '164530.105000', '164530.565000', '164531.025000', '164531.485000', '164531.945000', '164532.405000', '164532.865000', '164533.325000', '164533.785000', '164534.245000', '164534.705000', '164535.165000', '164535.625000', '164536.085000', '164536.545000', '164537.005000', '164537.465000', '164537.925000', '164538.385000', '164538.845000', '164539.305000', '164539.765000', '164540.225000', '164540.685000', '164541.145000', '164541.605000', '164542.065000', '164542.525000', '164542.985000', '164543.445000', '164543.905000', '164544.365000', '164544.825000', '164545.285000', '164545.745000', '164546.205000', '164546.665000', '164547.125000', '164547.585000', '164548.045000', '164548.505000', '164548.965000', '164549.425000', '164549.885000', '164550.345000', '164550.805000', '164551.265000', '164551.725000', '164552.185000', '164552.645000', '164553.105000', '164553.565000', '164554.025000', '164554.485000', '164554.945000', '164555.405000', '164555.865000', '164556.325000', '164556.785000', '164557.245000', '164557.705000', '164558.165000', '164558.625000', '164559.085000', '164559.545000', '164600.005000', '164600.465000', '164600.925000', '164601.385000', '164601.845000', '164602.305000', '164602.765000', '164603.225000', '164603.685000', '164604.145000', '164604.605000', '164605.065000', '164605.525000', '164605.985000', '164606.445000', '164606.905000', '164607.365000', '164607.825000', '164608.285000', '164608.745000', '164609.205000', '164609.665000', '164610.125000', '164610.585000', '164611.045000', '164611.505000', '164611.965000', '164612.425000', '164612.885000', '164613.345000', '164613.805000', '164614.265000', '164614.725000', '164615.185000', '164615.645000', '164616.105000', '164616.565000', '164617.025000', '164617.485000', '164617.945000', '164618.405000', '164618.865000', '164619.325000', '164619.785000', '164620.245000', '164620.705000', '164621.165000', '164621.625000', '164622.085000', '164622.545000', '164623.005000', '164623.465000', '164623.925000', '164624.385000', '164624.845000', '164625.305000', '164625.765000', '164626.225000', '164626.685000', '164627.145000', '164627.605000', '164628.065000', '164628.525000', '164628.985000', '164629.445000', '164629.905000', '164630.365000', '164630.825000', '164631.285000', '164631.745000', '164632.205000', '164632.665000', '164633.125000', '164633.585000', '164634.045000', '164634.505000', '164634.965000', '164635.425000', '164635.885000', '164636.345000', '164636.805000', '164637.265000', '164637.725000', '164638.185000', '164638.645000', '164639.105000', '164639.565000', '164640.025000', '164640.485000', '164640.945000', '164641.405000', '164641.865000', '164642.325000', '164642.785000', '164643.245000', '164643.705000', '164644.165000', '164644.625000', '164645.085000', '164645.545000', '164646.005000', '164646.465000', '164646.925000', '164647.385000', '164647.845000', '164648.305000', '164648.765000', '164649.225000', '164649.685000', '164650.145000', '164650.605000', '164651.065000', '164651.525000', '164651.985000', '164652.445000', '164652.905000', '164653.365000', '164653.825000', '164654.285000', '164654.745000', '164655.205000', '164655.665000', '164656.125000', '164656.585000', '164657.045000', '164657.505000', '164657.965000', '164658.425000', '164658.885000', '164659.345000', '164659.805000', '164700.265000', '164700.725000', '164701.185000', '164701.645000', '164702.105000', '164702.565000', '164703.025000', '164703.485000', '164703.945000', '164704.405000', '164704.865000', '164705.325000', '164705.785000', '164706.245000', '164706.705000', '164707.165000', '164707.625000', '164708.085000', '164708.545000', '164709.005000', '164709.465000', '164709.925000', '164710.385000', '164710.845000', '164711.305000', '164711.765000', '164712.225000', '164712.685000', '164713.145000', '164713.605000', '164714.065000', '164714.525000', '164714.985000', '164715.445000', '164715.905000', '164716.365000', '164716.825000', '164717.285000', '164717.745000', '164718.205000', '164718.665000', '164719.125000', '164719.585000', '164720.045000', '164720.505000', '164720.965000', '164721.425000', '164721.885000', '164722.345000', '164722.805000', '164723.265000', '164723.725000', '164724.185000', '164724.645000', '164725.105000', '164725.565000', '164726.025000', '164726.485000', '164726.945000', '164727.405000', '164727.865000', '164728.325000', '164728.785000', '164729.245000', '164729.705000', '164730.165000', '164730.625000', '164731.085000', '164731.545000', '164732.005000', '164732.465000', '164732.925000', '164733.385000', '164733.845000', '164734.305000', '164734.765000', '164735.225000', '164735.685000', '164736.145000', '164736.605000', '164737.065000', '164737.525000', '164737.985000', '164738.445000', '164738.905000', '164739.365000', '164739.825000', '164740.285000', '164740.745000', '164741.205000', '164741.665000', '164742.125000', '164742.585000', '164743.045000', '164743.505000', '164743.965000', '164744.425000', '164744.885000', '164745.345000', '164745.805000', '164746.265000', '164746.725000', '164747.185000', '164747.645000', '164748.105000', '164748.565000', '164749.025000', '164749.485000', '164749.945000', '164750.405000', '164750.865000', '164751.325000', '164751.785000', '164752.245000', '164752.705000', '164753.165000', '164753.625000', '164754.085000', '164754.545000', '164755.005000', '164755.465000', '164755.925000', '164756.385000', '164756.845000', '164757.305000', '164757.765000', '164758.225000', '164758.685000', '164759.145000', '164759.605000', '164800.065000', '164800.525000', '164800.985000', '164801.445000', '164801.905000', '164802.365000', '164802.825000', '164803.285000', '164803.745000', '164804.205000', '164804.665000', '164805.125000', '164805.585000', '164806.045000', '164806.505000', '164806.965000', '164807.425000', '164807.885000', '164808.345000', '164808.805000', '164809.265000', '164809.725000', '164810.185000', '164810.645000', '164811.105000', '164811.565000', '164812.025000', '164812.485000', '164812.945000', '164813.405000', '164813.865000', '164814.325000', '164814.785000', '164815.245000', '164815.705000', '164816.165000', '164816.625000', '164817.085000', '164817.545000', '164818.005000', '164818.465000', '164818.925000', '164819.385000', '164819.845000', '164820.305000', '164820.765000', '164821.225000', '164821.685000', '164822.145000', '164822.605000', '164823.065000', '164823.525000', '164823.985000', '164824.445000', '164824.905000', '164825.365000', '164825.825000', '164826.285000', '164826.745000', '164827.205000', '164827.665000', '164828.125000', '164828.585000', '164829.045000', '164829.505000', '164829.965000', '164830.425000', '164830.885000', '164831.345000', '164831.805000', '164832.265000', '164832.725000', '164833.185000', '164833.645000', '164834.105000', '164834.565000', '164835.025000', '164835.485000', '164835.945000', '164836.405000', '164836.865000', '164837.325000', '164837.785000', '164838.245000', '164838.705000', '164839.165000', '164839.625000', '164840.085000', '164840.545000', '164841.005000', '164841.465000', '164841.925000', '164842.385000', '164842.845000', '164843.305000', '164843.765000', '164844.225000', '164844.685000', '164845.145000', '164845.605000', '164846.065000', '164846.525000', '164846.985000', '164847.445000', '164847.905000', '164848.365000', '164848.825000', '164849.285000', '164849.745000', '164850.205000', '164850.665000', '164851.125000', '164851.585000', '164852.045000', '164852.505000', '164852.965000', '164853.425000', '164853.885000', '164854.345000', '164854.805000', '164855.265000', '164855.725000', '164856.185000', '164856.645000', '164857.105000', '164857.565000', '164858.025000', '164858.485000', '164858.945000', '164859.405000', '164859.865000', '164900.325000', '164900.785000', '164901.245000', '164901.705000', '164902.165000', '164902.625000', '164903.085000', '164903.545000', '164904.005000', '164904.465000', '164904.925000', '164905.385000', '164905.845000', '164906.305000', '164906.765000', '164907.225000', '164907.685000', '164908.145000', '164908.605000', '164909.065000', '164909.525000', '164909.985000', '164910.445000', '164910.905000', '164911.365000', '164911.825000', '164912.285000', '164912.745000', '164913.205000', '164913.665000', '164914.125000', '164914.585000', '164915.045000'], 'ContentTime': ['163929.557000', '163929.560000', '163929.563000', '163929.566000', '163929.568000', '163929.571000', '163929.574000', '163929.576000', '163929.579000', '163929.581000', '163929.584000', '163929.587000', '163929.589000', '163929.592000', '163929.595000', '163929.597000', '163929.603000', '163929.606000', '163929.608000', '163929.611000', '163929.614000', '163929.616000', '163929.619000', '163929.621000', '163929.624000', '163929.626000', '163929.629000', '163929.632000', '163929.634000', '163929.637000', '163929.639000', '163929.642000', '163929.644000', '163929.647000', '163929.650000', '163929.652000', '163929.655000', '163929.657000', '163929.660000', '163929.668000', '163929.671000', '163929.674000', '163929.676000', '163929.679000', '163929.681000', '163929.684000', '163949.525000', '163949.528000', '163949.531000', '163949.533000', '163949.536000', '163949.538000', '163949.541000', '163949.544000', '163949.546000', '163949.549000', '163949.552000', '163949.554000', '163949.557000', '163949.559000', '163949.562000', '163949.564000', '163949.567000', '163949.569000', '163949.572000', '163949.575000', '163949.577000', '163949.580000', '163949.582000', '163949.585000', '163949.588000', '163949.590000', '163949.593000', '163949.596000', '163949.598000', '163949.601000', '163949.603000', '163949.606000', '163949.609000', '163949.611000', '163949.614000', '163949.616000', '163949.619000', '163949.621000', '163949.639000', '163949.642000', '163949.645000', '163949.647000', '163949.650000', '164009.525000', '164009.528000', '164009.531000', '164009.533000', '164009.536000', '164009.538000', '164009.541000', '164009.544000', '164009.546000', '164009.549000', '164009.551000', '164009.554000', '164009.557000', '164009.559000', '164009.562000', '164009.564000', '164009.567000', '164009.569000', '164009.572000', '164009.575000', '164009.577000', '164009.580000', '164009.582000', '164009.585000', '164009.588000', '164009.590000', '164009.593000', '164009.595000', '164009.598000', '164009.606000', '164009.608000', '164009.611000', '164009.613000', '164009.616000', '164009.619000', '164009.621000', '164009.624000', '164009.626000', '164009.629000', '164009.632000', '164009.634000', '164009.637000', '164009.639000', '164009.642000', '164029.525000', '164029.528000', '164029.531000', '164029.533000', '164029.536000', '164029.539000', '164029.541000', '164029.544000', '164029.547000', '164029.549000', '164029.552000', '164029.554000', '164029.557000', '164029.560000', '164029.562000', '164029.565000', '164029.567000', '164029.570000', '164029.573000', '164029.575000', '164029.578000', '164029.581000', '164029.583000', '164029.586000', '164029.589000', '164029.592000', '164029.594000', '164029.597000', '164029.599000', '164029.602000', '164029.605000', '164029.607000', '164029.610000', '164029.612000', '164029.616000', '164029.618000', '164029.621000', '164029.623000', '164029.626000', '164029.629000', '164029.631000', '164029.634000', '164029.637000', '164049.525000', '164049.528000', '164049.531000', '164049.533000', '164049.536000', '164049.539000', '164049.541000', '164049.544000', '164049.547000', '164049.549000', '164049.552000', '164049.554000', '164049.557000', '164049.560000', '164049.562000', '164049.565000', '164049.567000', '164049.570000', '164049.573000', '164049.575000', '164049.578000', '164049.580000', '164049.583000', '164049.586000', '164049.594000', '164049.597000', '164049.599000', '164049.602000', '164049.605000', '164049.607000', '164049.610000', '164049.612000', '164049.615000', '164049.618000', '164049.620000', '164049.623000', '164049.626000', '164049.628000', '164049.631000', '164049.634000', '164049.636000', '164049.639000', '164049.641000', '164049.644000', '164109.525000', '164109.528000', '164109.532000', '164109.535000', '164109.537000', '164109.540000', '164109.543000', '164109.546000', '164109.548000', '164109.551000', '164109.553000', '164109.556000', '164109.559000', '164109.561000', '164109.564000', '164109.566000', '164109.569000', '164109.572000', '164109.574000', '164109.577000', '164109.579000', '164109.582000', '164109.585000', '164109.588000', '164109.590000', '164109.593000', '164109.596000', '164109.598000', '164109.601000', '164109.603000', '164109.606000', '164109.609000', '164109.611000', '164109.614000', '164109.617000', '164109.619000', '164109.622000', '164109.624000', '164109.627000', '164109.630000', '164109.637000', '164109.640000', '164109.642000', '164109.645000', '164129.524000', '164129.527000', '164129.530000', '164129.533000', '164129.535000', '164129.538000', '164129.540000', '164129.543000', '164129.546000', '164129.548000', '164129.551000', '164129.554000', '164129.556000', '164129.559000', '164129.561000', '164129.564000', '164129.567000', '164129.569000', '164129.572000', '164129.575000', '164129.577000', '164129.580000', '164129.582000', '164129.585000', '164129.588000', '164129.591000', '164129.593000', '164129.596000', '164129.598000', '164129.601000', '164129.603000', '164129.607000', '164129.609000', '164129.618000', '164129.620000', '164129.623000', '164129.626000', '164129.628000', '164129.631000', '164129.633000', '164129.636000', '164129.639000', '164129.641000', '164149.525000', '164149.528000', '164149.531000', '164149.534000', '164149.537000', '164149.540000', '164149.543000', '164149.546000', '164149.549000', '164149.552000', '164149.555000', '164149.557000', '164149.560000', '164149.562000', '164149.565000', '164149.568000', '164149.571000', '164149.576000', '164149.579000', '164149.581000', '164149.584000', '164149.596000', '164149.598000', '164149.601000', '164149.604000', '164149.606000', '164149.609000', '164149.612000', '164149.614000', '164149.617000', '164149.620000', '164149.622000', '164149.625000', '164149.628000', '164149.630000', '164149.633000', '164149.635000', '164149.638000', '164149.641000', '164149.643000', '164149.646000', '164149.649000', '164149.651000', '164209.525000', '164209.528000', '164209.531000', '164209.534000', '164209.536000', '164209.539000', '164209.541000', '164209.544000', '164209.547000', '164209.549000', '164209.552000', '164209.555000', '164209.557000', '164209.560000', '164209.562000', '164209.565000', '164209.568000', '164209.570000', '164209.573000', '164209.576000', '164209.578000', '164209.581000', '164209.583000', '164209.586000', '164209.589000', '164209.591000', '164209.594000', '164209.597000', '164209.599000', '164209.602000', '164209.604000', '164209.607000', '164209.610000', '164209.612000', '164209.615000', '164209.618000', '164209.620000', '164209.623000', '164209.625000', '164209.628000', '164209.631000', '164209.633000', '164209.636000', '164209.639000', '164229.526000', '164229.528000', '164229.531000', '164229.534000', '164229.536000', '164229.539000', '164229.542000', '164229.544000', '164229.547000', '164229.549000', '164229.552000', '164229.555000', '164229.557000', '164229.560000', '164229.563000', '164229.565000', '164229.568000', '164229.571000', '164229.574000', '164229.576000', '164229.579000', '164229.582000', '164229.584000', '164229.587000', '164229.599000', '164229.602000', '164229.605000', '164229.607000', '164229.610000', '164229.613000', '164229.615000', '164229.618000', '164229.621000', '164229.623000', '164229.626000', '164229.629000', '164229.631000', '164229.634000', '164229.637000', '164229.639000', '164229.642000', '164229.644000', '164229.647000', '164249.525000', '164249.528000', '164249.531000', '164249.534000', '164249.537000', '164249.539000', '164249.542000', '164249.545000', '164249.547000', '164249.550000', '164249.552000', '164249.555000', '164249.558000', '164249.560000', '164249.563000', '164249.565000', '164249.568000', '164249.571000', '164249.573000', '164249.576000', '164249.579000', '164249.581000', '164249.584000', '164249.586000', '164249.589000', '164249.592000', '164249.595000', '164249.597000', '164249.600000', '164249.603000', '164249.605000', '164249.608000', '164249.610000', '164249.613000', '164249.616000', '164249.618000', '164249.621000', '164249.623000', '164249.626000', '164249.629000', '164249.631000', '164249.634000', '164249.637000', '164249.639000', '164309.526000', '164309.529000', '164309.531000', '164309.534000', '164309.537000', '164309.539000', '164309.542000', '164309.554000', '164309.557000', '164309.559000', '164309.564000', '164309.567000', '164309.569000', '164309.572000', '164309.575000', '164309.577000', '164309.580000', '164309.582000', '164309.585000', '164309.588000', '164309.591000', '164309.593000', '164309.596000', '164309.599000', '164309.601000', '164309.604000', '164309.607000', '164309.609000', '164309.612000', '164309.626000', '164309.628000', '164309.631000', '164309.634000', '164309.636000', '164309.639000', '164309.641000', '164309.644000', '164309.647000', '164309.649000', '164309.652000', '164309.655000', '164309.657000', '164309.660000', '164329.525000', '164329.528000', '164329.531000', '164329.534000', '164329.536000', '164329.539000', '164329.542000', '164329.544000', '164329.547000', '164329.550000', '164329.552000', '164329.555000', '164329.558000', '164329.560000', '164329.563000', '164329.566000', '164329.568000', '164329.571000', '164329.573000', '164329.576000', '164329.579000', '164329.581000', '164329.584000', '164329.586000', '164329.589000', '164329.592000', '164329.594000', '164329.597000', '164329.600000', '164329.603000', '164329.605000', '164329.608000', '164329.610000', '164329.613000', '164329.616000', '164329.618000', '164329.621000', '164329.624000', '164329.626000', '164329.629000', '164329.632000', '164329.634000', '164329.637000', '164329.640000', '164349.524000', '164349.527000', '164349.530000', '164349.533000', '164349.535000', '164349.538000', '164349.540000', '164349.543000', '164349.546000', '164349.548000', '164349.551000', '164349.553000', '164349.556000', '164349.559000', '164349.561000', '164349.564000', '164349.567000', '164349.569000', '164349.572000', '164349.575000', '164349.577000', '164349.580000', '164349.583000', '164349.585000', '164349.588000', '164349.592000', '164349.595000', '164349.598000', '164349.600000', '164349.603000', '164349.605000', '164349.608000', '164349.612000', '164349.615000', '164349.618000', '164349.621000', '164349.623000', '164349.626000', '164349.629000', '164349.631000', '164349.634000', '164349.637000', '164349.639000', '164409.525000', '164409.528000', '164409.531000', '164409.533000', '164409.537000', '164409.539000', '164409.542000', '164409.545000', '164409.547000', '164409.550000', '164409.553000', '164409.555000', '164409.558000', '164409.561000', '164409.563000', '164409.566000', '164409.568000', '164409.571000', '164409.573000', '164409.576000', '164409.579000', '164409.582000', '164409.584000', '164409.587000', '164409.590000', '164409.593000', '164409.595000', '164409.598000', '164409.601000', '164409.604000', '164409.606000', '164409.609000', '164409.612000', '164409.614000', '164409.617000', '164409.620000', '164409.622000', '164409.625000', '164409.628000', '164409.630000', '164409.633000', '164409.635000', '164409.638000', '164409.641000', '164429.525000', '164429.528000', '164429.531000', '164429.534000', '164429.536000', '164429.539000', '164429.542000', '164429.544000', '164429.547000', '164429.549000', '164429.552000', '164429.555000', '164429.557000', '164429.560000', '164429.563000', '164429.565000', '164429.568000', '164429.570000', '164429.573000', '164429.576000', '164429.579000', '164429.581000', '164429.584000', '164429.586000', '164429.589000', '164429.592000', '164429.595000', '164429.597000', '164429.600000', '164429.602000', '164429.605000', '164429.608000', '164429.610000', '164429.613000', '164429.615000', '164429.618000', '164429.621000', '164429.624000', '164429.627000', '164429.630000', '164429.679000', '164429.682000', '164429.685000', '164449.526000', '164449.529000', '164449.531000', '164449.534000', '164449.537000', '164449.539000', '164449.542000', '164449.545000', '164449.548000', '164449.550000', '164449.553000', '164449.556000', '164449.559000', '164449.561000', '164449.564000', '164449.567000', '164449.569000', '164449.572000', '164449.574000', '164449.577000', '164449.580000', '164449.582000', '164449.585000', '164449.588000', '164449.590000', '164449.593000', '164449.596000', '164449.599000', '164449.601000', '164449.604000', '164449.606000', '164449.609000', '164449.612000', '164449.614000', '164449.617000', '164449.624000', '164449.627000', '164449.630000', '164449.632000', '164449.635000', '164449.638000', '164449.641000', '164449.643000', '164449.646000', '164509.525000', '164509.529000', '164509.531000', '164509.534000', '164509.536000', '164509.539000', '164509.542000', '164509.544000', '164509.547000', '164509.550000', '164509.552000', '164509.555000', '164509.558000', '164509.560000', '164509.563000', '164509.566000', '164509.568000', '164509.571000', '164509.574000', '164509.576000', '164509.579000', '164509.582000', '164509.584000', '164509.587000', '164509.590000', '164509.592000', '164509.595000', '164509.598000', '164509.600000', '164509.603000', '164509.606000', '164509.608000', '164509.611000', '164509.614000', '164509.616000', '164509.619000', '164509.622000', '164509.624000', '164509.627000', '164509.630000', '164509.634000', '164509.636000', '164509.639000', '164529.525000', '164529.528000', '164529.531000', '164529.534000', '164529.536000', '164529.539000', '164529.542000', '164529.544000', '164529.547000', '164529.550000', '164529.552000', '164529.555000', '164529.557000', '164529.560000', '164529.563000', '164529.565000', '164529.568000', '164529.570000', '164529.573000', '164529.576000', '164529.578000', '164529.581000', '164529.584000', '164529.586000', '164529.589000', '164529.592000', '164529.594000', '164529.597000', '164529.599000', '164529.602000', '164529.605000', '164529.607000', '164529.610000', '164529.612000', '164529.615000', '164529.618000', '164529.620000', '164529.623000', '164529.626000', '164529.628000', '164529.631000', '164529.633000', '164529.636000', '164529.639000', '164549.525000', '164549.528000', '164549.531000', '164549.533000', '164549.536000', '164549.539000', '164549.541000', '164549.544000', '164549.547000', '164549.549000', '164549.552000', '164549.554000', '164549.557000', '164549.560000', '164549.562000', '164549.565000', '164549.568000', '164549.570000', '164549.573000', '164549.576000', '164549.578000', '164549.581000', '164549.584000', '164549.586000', '164549.589000', '164549.592000', '164549.594000', '164549.597000', '164549.599000', '164549.602000', '164549.605000', '164549.607000', '164549.610000', '164549.613000', '164549.615000', '164549.618000', '164549.621000', '164549.623000', '164549.626000', '164549.628000', '164549.631000', '164549.634000', '164549.636000', '164609.524000', '164609.528000', '164609.530000', '164609.533000', '164609.535000', '164609.538000', '164609.541000', '164609.543000', '164609.546000', '164609.549000', '164609.551000', '164609.554000', '164609.556000', '164609.559000', '164609.562000', '164609.564000', '164609.567000', '164609.570000', '164609.572000', '164609.575000', '164609.577000', '164609.580000', '164609.583000', '164609.585000', '164609.588000', '164609.591000', '164609.593000', '164609.596000', '164609.599000', '164609.601000', '164609.604000', '164609.607000', '164609.609000', '164609.612000', '164609.614000', '164609.617000', '164609.620000', '164609.622000', '164609.625000', '164609.628000', '164609.630000', '164609.633000', '164609.635000', '164609.638000', '164629.526000', '164629.528000', '164629.531000', '164629.534000', '164629.537000', '164629.539000', '164629.542000', '164629.545000', '164629.547000', '164629.550000', '164629.553000', '164629.556000', '164629.558000', '164629.561000', '164629.564000', '164629.566000', '164629.569000', '164629.572000', '164629.574000', '164629.577000', '164629.580000', '164629.582000', '164629.585000', '164629.587000', '164629.590000', '164629.593000', '164629.595000', '164629.598000', '164629.601000', '164629.603000', '164629.606000', '164629.609000', '164629.612000', '164629.614000', '164629.617000', '164629.619000', '164629.622000', '164629.625000', '164629.627000', '164629.630000', '164629.633000', '164629.635000', '164629.638000', '164649.526000', '164649.528000', '164649.531000', '164649.533000', '164649.536000', '164649.539000', '164649.541000', '164649.544000', '164649.547000', '164649.549000', '164649.552000', '164649.554000', '164649.557000', '164649.560000', '164649.562000', '164649.565000', '164649.568000', '164649.570000', '164649.573000', '164649.576000', '164649.578000', '164649.581000', '164649.584000', '164649.586000', '164649.589000', '164649.592000', '164649.594000', '164649.597000', '164649.600000', '164649.602000', '164649.605000', '164649.607000', '164649.610000', '164649.613000', '164649.616000', '164649.618000', '164649.621000', '164649.623000', '164649.626000', '164649.629000', '164649.631000', '164649.634000', '164649.636000', '164649.639000', '164709.525000', '164709.528000', '164709.531000', '164709.534000', '164709.537000', '164709.539000', '164709.542000', '164709.544000', '164709.547000', '164709.550000', '164709.552000', '164709.555000', '164709.558000', '164709.560000', '164709.563000', '164709.565000', '164709.568000', '164709.571000', '164709.573000', '164709.576000', '164709.588000', '164709.590000', '164709.593000', '164709.596000', '164709.598000', '164709.601000', '164709.603000', '164709.606000', '164709.609000', '164709.611000', '164709.614000', '164709.616000', '164709.619000', '164709.622000', '164709.624000', '164709.627000', '164709.630000', '164709.632000', '164709.635000', '164709.637000', '164709.640000', '164709.643000', '164709.645000', '164729.526000', '164729.529000', '164729.531000', '164729.534000', '164729.537000', '164729.539000', '164729.542000', '164729.545000', '164729.547000', '164729.550000', '164729.552000', '164729.555000', '164729.558000', '164729.560000', '164729.563000', '164729.566000', '164729.568000', '164729.571000', '164729.574000', '164729.576000', '164729.579000', '164729.581000', '164729.584000', '164729.587000', '164729.589000', '164729.592000', '164729.595000', '164729.597000', '164729.600000', '164729.602000', '164729.605000', '164729.608000', '164729.611000', '164729.613000', '164729.616000', '164729.619000', '164729.621000', '164729.624000', '164729.626000', '164729.629000', '164729.632000', '164729.634000', '164729.637000', '164729.640000', '164749.526000', '164749.529000', '164749.531000', '164749.534000', '164749.536000', '164749.539000', '164749.542000', '164749.544000', '164749.547000', '164749.550000', '164749.552000', '164749.555000', '164749.557000', '164749.560000', '164749.563000', '164749.565000', '164749.568000', '164749.571000', '164749.573000', '164749.576000', '164749.579000', '164749.581000', '164749.584000', '164749.587000', '164749.589000', '164749.592000', '164749.595000', '164749.597000', '164749.600000', '164749.602000', '164749.605000', '164749.608000', '164749.610000', '164749.613000', '164749.616000', '164749.618000', '164749.621000', '164749.623000', '164749.626000', '164749.629000', '164749.631000', '164749.634000', '164749.636000', '164809.526000', '164809.528000', '164809.531000', '164809.534000', '164809.537000', '164809.539000', '164809.542000', '164809.544000', '164809.547000', '164809.550000', '164809.553000', '164809.555000', '164809.558000', '164809.560000', '164809.563000', '164809.566000', '164809.568000', '164809.571000', '164809.574000', '164809.576000', '164809.579000', '164809.581000', '164809.584000', '164809.587000', '164809.589000', '164809.592000', '164809.595000', '164809.597000', '164809.600000', '164809.603000', '164809.605000', '164809.608000', '164809.610000', '164809.613000', '164809.616000', '164809.618000', '164809.621000', '164809.623000', '164809.626000', '164809.629000', '164809.631000', '164809.634000', '164809.637000', '164809.639000', '164829.525000', '164829.527000', '164829.530000', '164829.533000', '164829.536000', '164829.538000', '164829.541000', '164829.543000', '164829.546000', '164829.549000', '164829.551000', '164829.554000', '164829.557000', '164829.559000', '164829.562000', '164829.565000', '164829.568000', '164829.570000', '164829.573000', '164829.575000', '164829.578000', '164829.581000', '164829.583000', '164829.586000', '164829.589000', '164829.591000', '164829.594000', '164829.596000', '164829.599000', '164829.602000', '164829.604000', '164829.607000', '164829.610000', '164829.612000', '164829.615000', '164829.618000', '164829.620000', '164829.623000', '164829.625000', '164829.628000', '164829.631000', '164829.633000', '164829.636000', '164849.525000', '164849.529000', '164849.532000', '164849.535000', '164849.537000', '164849.540000', '164849.543000', '164849.545000', '164849.548000', '164849.551000', '164849.553000', '164849.556000', '164849.559000', '164849.561000', '164849.564000', '164849.567000', '164849.569000', '164849.572000', '164849.574000', '164849.577000', '164849.580000', '164849.582000', '164849.585000', '164849.587000', '164849.590000', '164849.593000', '164849.596000', '164849.598000', '164849.601000', '164849.604000', '164849.606000', '164849.609000', '164849.612000', '164849.614000', '164849.617000', '164849.620000', '164849.622000', '164849.625000', '164849.627000', '164849.630000', '164849.633000', '164849.635000', '164849.638000', '164849.641000', '164909.526000', '164909.528000', '164909.531000', '164909.534000', '164909.537000', '164909.539000', '164909.542000', '164909.545000', '164909.547000', '164909.550000', '164909.552000', '164909.555000', '164909.558000', '164909.560000', '164909.563000', '164909.566000', '164909.568000', '164909.571000', '164909.573000', '164909.576000', '164909.579000', '164909.581000', '164909.584000', '164909.587000', '164909.589000', '164909.592000', '164909.594000', '164909.597000', '164909.600000', '164909.602000', '164909.605000', '164909.608000', '164909.610000', '164909.613000', '164909.616000', '164909.618000', '164909.621000', '164909.623000', '164909.626000', '164909.629000', '164909.631000', '164909.634000', '164909.637000', '164916.162000', '164916.165000', '164916.168000', '164916.170000', '164916.173000', '164916.176000', '164916.178000', '164916.181000', '164916.183000', '164916.186000', '164916.189000', '164916.192000', '164916.194000', '164916.197000', '164916.200000'], 'InstanceCreationTime': ['163929.557000', '163929.560000', '163929.563000', '163929.566000', '163929.568000', '163929.571000', '163929.574000', '163929.576000', '163929.579000', '163929.581000', '163929.584000', '163929.587000', '163929.589000', '163929.592000', '163929.595000', '163929.597000', '163929.603000', '163929.606000', '163929.608000', '163929.611000', '163929.614000', '163929.616000', '163929.619000', '163929.621000', '163929.624000', '163929.626000', '163929.629000', '163929.632000', '163929.634000', '163929.637000', '163929.639000', '163929.642000', '163929.644000', '163929.647000', '163929.650000', '163929.652000', '163929.655000', '163929.657000', '163929.660000', '163929.668000', '163929.671000', '163929.674000', '163929.676000', '163929.679000', '163929.681000', '163929.684000', '163949.525000', '163949.528000', '163949.531000', '163949.533000', '163949.536000', '163949.538000', '163949.541000', '163949.544000', '163949.546000', '163949.549000', '163949.552000', '163949.554000', '163949.557000', '163949.559000', '163949.562000', '163949.564000', '163949.567000', '163949.569000', '163949.572000', '163949.575000', '163949.577000', '163949.580000', '163949.582000', '163949.585000', '163949.588000', '163949.590000', '163949.593000', '163949.596000', '163949.598000', '163949.601000', '163949.603000', '163949.606000', '163949.609000', '163949.611000', '163949.614000', '163949.616000', '163949.619000', '163949.621000', '163949.639000', '163949.642000', '163949.645000', '163949.647000', '163949.650000', '164009.525000', '164009.528000', '164009.531000', '164009.533000', '164009.536000', '164009.538000', '164009.541000', '164009.544000', '164009.546000', '164009.549000', '164009.551000', '164009.554000', '164009.557000', '164009.559000', '164009.562000', '164009.564000', '164009.567000', '164009.569000', '164009.572000', '164009.575000', '164009.577000', '164009.580000', '164009.582000', '164009.585000', '164009.588000', '164009.590000', '164009.593000', '164009.595000', '164009.598000', '164009.606000', '164009.608000', '164009.611000', '164009.613000', '164009.616000', '164009.619000', '164009.621000', '164009.624000', '164009.626000', '164009.629000', '164009.632000', '164009.634000', '164009.637000', '164009.639000', '164009.642000', '164029.525000', '164029.528000', '164029.531000', '164029.533000', '164029.536000', '164029.539000', '164029.541000', '164029.544000', '164029.547000', '164029.549000', '164029.552000', '164029.554000', '164029.557000', '164029.560000', '164029.562000', '164029.565000', '164029.567000', '164029.570000', '164029.573000', '164029.575000', '164029.578000', '164029.581000', '164029.583000', '164029.586000', '164029.589000', '164029.592000', '164029.594000', '164029.597000', '164029.599000', '164029.602000', '164029.605000', '164029.607000', '164029.610000', '164029.612000', '164029.616000', '164029.618000', '164029.621000', '164029.623000', '164029.626000', '164029.629000', '164029.631000', '164029.634000', '164029.637000', '164049.525000', '164049.528000', '164049.531000', '164049.533000', '164049.536000', '164049.539000', '164049.541000', '164049.544000', '164049.547000', '164049.549000', '164049.552000', '164049.554000', '164049.557000', '164049.560000', '164049.562000', '164049.565000', '164049.567000', '164049.570000', '164049.573000', '164049.575000', '164049.578000', '164049.580000', '164049.583000', '164049.586000', '164049.594000', '164049.597000', '164049.599000', '164049.602000', '164049.605000', '164049.607000', '164049.610000', '164049.612000', '164049.615000', '164049.618000', '164049.620000', '164049.623000', '164049.626000', '164049.628000', '164049.631000', '164049.634000', '164049.636000', '164049.639000', '164049.641000', '164049.644000', '164109.525000', '164109.528000', '164109.532000', '164109.535000', '164109.537000', '164109.540000', '164109.543000', '164109.546000', '164109.548000', '164109.551000', '164109.553000', '164109.556000', '164109.559000', '164109.561000', '164109.564000', '164109.566000', '164109.569000', '164109.572000', '164109.574000', '164109.577000', '164109.579000', '164109.582000', '164109.585000', '164109.588000', '164109.590000', '164109.593000', '164109.596000', '164109.598000', '164109.601000', '164109.603000', '164109.606000', '164109.609000', '164109.611000', '164109.614000', '164109.617000', '164109.619000', '164109.622000', '164109.624000', '164109.627000', '164109.630000', '164109.637000', '164109.640000', '164109.642000', '164109.645000', '164129.524000', '164129.527000', '164129.530000', '164129.533000', '164129.535000', '164129.538000', '164129.540000', '164129.543000', '164129.546000', '164129.548000', '164129.551000', '164129.554000', '164129.556000', '164129.559000', '164129.561000', '164129.564000', '164129.567000', '164129.569000', '164129.572000', '164129.575000', '164129.577000', '164129.580000', '164129.582000', '164129.585000', '164129.588000', '164129.591000', '164129.593000', '164129.596000', '164129.598000', '164129.601000', '164129.603000', '164129.607000', '164129.609000', '164129.618000', '164129.620000', '164129.623000', '164129.626000', '164129.628000', '164129.631000', '164129.633000', '164129.636000', '164129.639000', '164129.641000', '164149.525000', '164149.528000', '164149.531000', '164149.534000', '164149.537000', '164149.540000', '164149.543000', '164149.546000', '164149.549000', '164149.552000', '164149.555000', '164149.557000', '164149.560000', '164149.562000', '164149.565000', '164149.568000', '164149.571000', '164149.576000', '164149.579000', '164149.581000', '164149.584000', '164149.596000', '164149.598000', '164149.601000', '164149.604000', '164149.606000', '164149.609000', '164149.612000', '164149.614000', '164149.617000', '164149.620000', '164149.622000', '164149.625000', '164149.628000', '164149.630000', '164149.633000', '164149.635000', '164149.638000', '164149.641000', '164149.643000', '164149.646000', '164149.649000', '164149.651000', '164209.525000', '164209.528000', '164209.531000', '164209.534000', '164209.536000', '164209.539000', '164209.541000', '164209.544000', '164209.547000', '164209.549000', '164209.552000', '164209.555000', '164209.557000', '164209.560000', '164209.562000', '164209.565000', '164209.568000', '164209.570000', '164209.573000', '164209.576000', '164209.578000', '164209.581000', '164209.583000', '164209.586000', '164209.589000', '164209.591000', '164209.594000', '164209.597000', '164209.599000', '164209.602000', '164209.604000', '164209.607000', '164209.610000', '164209.612000', '164209.615000', '164209.618000', '164209.620000', '164209.623000', '164209.625000', '164209.628000', '164209.631000', '164209.633000', '164209.636000', '164209.639000', '164229.526000', '164229.528000', '164229.531000', '164229.534000', '164229.536000', '164229.539000', '164229.542000', '164229.544000', '164229.547000', '164229.549000', '164229.552000', '164229.555000', '164229.557000', '164229.560000', '164229.563000', '164229.565000', '164229.568000', '164229.571000', '164229.574000', '164229.576000', '164229.579000', '164229.582000', '164229.584000', '164229.587000', '164229.599000', '164229.602000', '164229.605000', '164229.607000', '164229.610000', '164229.613000', '164229.615000', '164229.618000', '164229.621000', '164229.623000', '164229.626000', '164229.629000', '164229.631000', '164229.634000', '164229.637000', '164229.639000', '164229.642000', '164229.644000', '164229.647000', '164249.525000', '164249.528000', '164249.531000', '164249.534000', '164249.537000', '164249.539000', '164249.542000', '164249.545000', '164249.547000', '164249.550000', '164249.552000', '164249.555000', '164249.558000', '164249.560000', '164249.563000', '164249.565000', '164249.568000', '164249.571000', '164249.573000', '164249.576000', '164249.579000', '164249.581000', '164249.584000', '164249.586000', '164249.589000', '164249.592000', '164249.595000', '164249.597000', '164249.600000', '164249.603000', '164249.605000', '164249.608000', '164249.610000', '164249.613000', '164249.616000', '164249.618000', '164249.621000', '164249.623000', '164249.626000', '164249.629000', '164249.631000', '164249.634000', '164249.637000', '164249.639000', '164309.526000', '164309.529000', '164309.531000', '164309.534000', '164309.537000', '164309.539000', '164309.542000', '164309.554000', '164309.557000', '164309.559000', '164309.564000', '164309.567000', '164309.569000', '164309.572000', '164309.575000', '164309.577000', '164309.580000', '164309.582000', '164309.585000', '164309.588000', '164309.591000', '164309.593000', '164309.596000', '164309.599000', '164309.601000', '164309.604000', '164309.607000', '164309.609000', '164309.612000', '164309.626000', '164309.628000', '164309.631000', '164309.634000', '164309.636000', '164309.639000', '164309.641000', '164309.644000', '164309.647000', '164309.649000', '164309.652000', '164309.655000', '164309.657000', '164309.660000', '164329.525000', '164329.528000', '164329.531000', '164329.534000', '164329.536000', '164329.539000', '164329.542000', '164329.544000', '164329.547000', '164329.550000', '164329.552000', '164329.555000', '164329.558000', '164329.560000', '164329.563000', '164329.566000', '164329.568000', '164329.571000', '164329.573000', '164329.576000', '164329.579000', '164329.581000', '164329.584000', '164329.586000', '164329.589000', '164329.592000', '164329.594000', '164329.597000', '164329.600000', '164329.603000', '164329.605000', '164329.608000', '164329.610000', '164329.613000', '164329.616000', '164329.618000', '164329.621000', '164329.624000', '164329.626000', '164329.629000', '164329.632000', '164329.634000', '164329.637000', '164329.640000', '164349.524000', '164349.527000', '164349.530000', '164349.533000', '164349.535000', '164349.538000', '164349.540000', '164349.543000', '164349.546000', '164349.548000', '164349.551000', '164349.553000', '164349.556000', '164349.559000', '164349.561000', '164349.564000', '164349.567000', '164349.569000', '164349.572000', '164349.575000', '164349.577000', '164349.580000', '164349.583000', '164349.585000', '164349.588000', '164349.592000', '164349.595000', '164349.598000', '164349.600000', '164349.603000', '164349.605000', '164349.608000', '164349.612000', '164349.615000', '164349.618000', '164349.621000', '164349.623000', '164349.626000', '164349.629000', '164349.631000', '164349.634000', '164349.637000', '164349.639000', '164409.525000', '164409.528000', '164409.531000', '164409.533000', '164409.537000', '164409.539000', '164409.542000', '164409.545000', '164409.547000', '164409.550000', '164409.553000', '164409.555000', '164409.558000', '164409.561000', '164409.563000', '164409.566000', '164409.568000', '164409.571000', '164409.573000', '164409.576000', '164409.579000', '164409.582000', '164409.584000', '164409.587000', '164409.590000', '164409.593000', '164409.595000', '164409.598000', '164409.601000', '164409.604000', '164409.606000', '164409.609000', '164409.612000', '164409.614000', '164409.617000', '164409.620000', '164409.622000', '164409.625000', '164409.628000', '164409.630000', '164409.633000', '164409.635000', '164409.638000', '164409.641000', '164429.525000', '164429.528000', '164429.531000', '164429.534000', '164429.536000', '164429.539000', '164429.542000', '164429.544000', '164429.547000', '164429.549000', '164429.552000', '164429.555000', '164429.557000', '164429.560000', '164429.563000', '164429.565000', '164429.568000', '164429.570000', '164429.573000', '164429.576000', '164429.579000', '164429.581000', '164429.584000', '164429.586000', '164429.589000', '164429.592000', '164429.595000', '164429.597000', '164429.600000', '164429.602000', '164429.605000', '164429.608000', '164429.610000', '164429.613000', '164429.615000', '164429.618000', '164429.621000', '164429.624000', '164429.627000', '164429.630000', '164429.679000', '164429.682000', '164429.685000', '164449.526000', '164449.529000', '164449.531000', '164449.534000', '164449.537000', '164449.539000', '164449.542000', '164449.545000', '164449.548000', '164449.550000', '164449.553000', '164449.556000', '164449.559000', '164449.561000', '164449.564000', '164449.567000', '164449.569000', '164449.572000', '164449.574000', '164449.577000', '164449.580000', '164449.582000', '164449.585000', '164449.588000', '164449.590000', '164449.593000', '164449.596000', '164449.599000', '164449.601000', '164449.604000', '164449.606000', '164449.609000', '164449.612000', '164449.614000', '164449.617000', '164449.624000', '164449.627000', '164449.630000', '164449.632000', '164449.635000', '164449.638000', '164449.641000', '164449.643000', '164449.646000', '164509.525000', '164509.529000', '164509.531000', '164509.534000', '164509.536000', '164509.539000', '164509.542000', '164509.544000', '164509.547000', '164509.550000', '164509.552000', '164509.555000', '164509.558000', '164509.560000', '164509.563000', '164509.566000', '164509.568000', '164509.571000', '164509.574000', '164509.576000', '164509.579000', '164509.582000', '164509.584000', '164509.587000', '164509.590000', '164509.592000', '164509.595000', '164509.598000', '164509.600000', '164509.603000', '164509.606000', '164509.608000', '164509.611000', '164509.614000', '164509.616000', '164509.619000', '164509.622000', '164509.624000', '164509.627000', '164509.630000', '164509.634000', '164509.636000', '164509.639000', '164529.525000', '164529.528000', '164529.531000', '164529.534000', '164529.536000', '164529.539000', '164529.542000', '164529.544000', '164529.547000', '164529.550000', '164529.552000', '164529.555000', '164529.557000', '164529.560000', '164529.563000', '164529.565000', '164529.568000', '164529.570000', '164529.573000', '164529.576000', '164529.578000', '164529.581000', '164529.584000', '164529.586000', '164529.589000', '164529.592000', '164529.594000', '164529.597000', '164529.599000', '164529.602000', '164529.605000', '164529.607000', '164529.610000', '164529.612000', '164529.615000', '164529.618000', '164529.620000', '164529.623000', '164529.626000', '164529.628000', '164529.631000', '164529.633000', '164529.636000', '164529.639000', '164549.525000', '164549.528000', '164549.531000', '164549.533000', '164549.536000', '164549.539000', '164549.541000', '164549.544000', '164549.547000', '164549.549000', '164549.552000', '164549.554000', '164549.557000', '164549.560000', '164549.562000', '164549.565000', '164549.568000', '164549.570000', '164549.573000', '164549.576000', '164549.578000', '164549.581000', '164549.584000', '164549.586000', '164549.589000', '164549.592000', '164549.594000', '164549.597000', '164549.599000', '164549.602000', '164549.605000', '164549.607000', '164549.610000', '164549.613000', '164549.615000', '164549.618000', '164549.621000', '164549.623000', '164549.626000', '164549.628000', '164549.631000', '164549.634000', '164549.636000', '164609.524000', '164609.528000', '164609.530000', '164609.533000', '164609.535000', '164609.538000', '164609.541000', '164609.543000', '164609.546000', '164609.549000', '164609.551000', '164609.554000', '164609.556000', '164609.559000', '164609.562000', '164609.564000', '164609.567000', '164609.570000', '164609.572000', '164609.575000', '164609.577000', '164609.580000', '164609.583000', '164609.585000', '164609.588000', '164609.591000', '164609.593000', '164609.596000', '164609.599000', '164609.601000', '164609.604000', '164609.607000', '164609.609000', '164609.612000', '164609.614000', '164609.617000', '164609.620000', '164609.622000', '164609.625000', '164609.628000', '164609.630000', '164609.633000', '164609.635000', '164609.638000', '164629.526000', '164629.528000', '164629.531000', '164629.534000', '164629.537000', '164629.539000', '164629.542000', '164629.545000', '164629.547000', '164629.550000', '164629.553000', '164629.556000', '164629.558000', '164629.561000', '164629.564000', '164629.566000', '164629.569000', '164629.572000', '164629.574000', '164629.577000', '164629.580000', '164629.582000', '164629.585000', '164629.587000', '164629.590000', '164629.593000', '164629.595000', '164629.598000', '164629.601000', '164629.603000', '164629.606000', '164629.609000', '164629.612000', '164629.614000', '164629.617000', '164629.619000', '164629.622000', '164629.625000', '164629.627000', '164629.630000', '164629.633000', '164629.635000', '164629.638000', '164649.526000', '164649.528000', '164649.531000', '164649.533000', '164649.536000', '164649.539000', '164649.541000', '164649.544000', '164649.547000', '164649.549000', '164649.552000', '164649.554000', '164649.557000', '164649.560000', '164649.562000', '164649.565000', '164649.568000', '164649.570000', '164649.573000', '164649.576000', '164649.578000', '164649.581000', '164649.584000', '164649.586000', '164649.589000', '164649.592000', '164649.594000', '164649.597000', '164649.600000', '164649.602000', '164649.605000', '164649.607000', '164649.610000', '164649.613000', '164649.616000', '164649.618000', '164649.621000', '164649.623000', '164649.626000', '164649.629000', '164649.631000', '164649.634000', '164649.636000', '164649.639000', '164709.525000', '164709.528000', '164709.531000', '164709.534000', '164709.537000', '164709.539000', '164709.542000', '164709.544000', '164709.547000', '164709.550000', '164709.552000', '164709.555000', '164709.558000', '164709.560000', '164709.563000', '164709.565000', '164709.568000', '164709.571000', '164709.573000', '164709.576000', '164709.588000', '164709.590000', '164709.593000', '164709.596000', '164709.598000', '164709.601000', '164709.603000', '164709.606000', '164709.609000', '164709.611000', '164709.614000', '164709.616000', '164709.619000', '164709.622000', '164709.624000', '164709.627000', '164709.630000', '164709.632000', '164709.635000', '164709.637000', '164709.640000', '164709.643000', '164709.645000', '164729.526000', '164729.529000', '164729.531000', '164729.534000', '164729.537000', '164729.539000', '164729.542000', '164729.545000', '164729.547000', '164729.550000', '164729.552000', '164729.555000', '164729.558000', '164729.560000', '164729.563000', '164729.566000', '164729.568000', '164729.571000', '164729.574000', '164729.576000', '164729.579000', '164729.581000', '164729.584000', '164729.587000', '164729.589000', '164729.592000', '164729.595000', '164729.597000', '164729.600000', '164729.602000', '164729.605000', '164729.608000', '164729.611000', '164729.613000', '164729.616000', '164729.619000', '164729.621000', '164729.624000', '164729.626000', '164729.629000', '164729.632000', '164729.634000', '164729.637000', '164729.640000', '164749.526000', '164749.529000', '164749.531000', '164749.534000', '164749.536000', '164749.539000', '164749.542000', '164749.544000', '164749.547000', '164749.550000', '164749.552000', '164749.555000', '164749.557000', '164749.560000', '164749.563000', '164749.565000', '164749.568000', '164749.571000', '164749.573000', '164749.576000', '164749.579000', '164749.581000', '164749.584000', '164749.587000', '164749.589000', '164749.592000', '164749.595000', '164749.597000', '164749.600000', '164749.602000', '164749.605000', '164749.608000', '164749.610000', '164749.613000', '164749.616000', '164749.618000', '164749.621000', '164749.623000', '164749.626000', '164749.629000', '164749.631000', '164749.634000', '164749.636000', '164809.526000', '164809.528000', '164809.531000', '164809.534000', '164809.537000', '164809.539000', '164809.542000', '164809.544000', '164809.547000', '164809.550000', '164809.553000', '164809.555000', '164809.558000', '164809.560000', '164809.563000', '164809.566000', '164809.568000', '164809.571000', '164809.574000', '164809.576000', '164809.579000', '164809.581000', '164809.584000', '164809.587000', '164809.589000', '164809.592000', '164809.595000', '164809.597000', '164809.600000', '164809.603000', '164809.605000', '164809.608000', '164809.610000', '164809.613000', '164809.616000', '164809.618000', '164809.621000', '164809.623000', '164809.626000', '164809.629000', '164809.631000', '164809.634000', '164809.637000', '164809.639000', '164829.525000', '164829.527000', '164829.530000', '164829.533000', '164829.536000', '164829.538000', '164829.541000', '164829.543000', '164829.546000', '164829.549000', '164829.551000', '164829.554000', '164829.557000', '164829.559000', '164829.562000', '164829.565000', '164829.568000', '164829.570000', '164829.573000', '164829.575000', '164829.578000', '164829.581000', '164829.583000', '164829.586000', '164829.589000', '164829.591000', '164829.594000', '164829.596000', '164829.599000', '164829.602000', '164829.604000', '164829.607000', '164829.610000', '164829.612000', '164829.615000', '164829.618000', '164829.620000', '164829.623000', '164829.625000', '164829.628000', '164829.631000', '164829.633000', '164829.636000', '164849.525000', '164849.529000', '164849.532000', '164849.535000', '164849.537000', '164849.540000', '164849.543000', '164849.545000', '164849.548000', '164849.551000', '164849.553000', '164849.556000', '164849.559000', '164849.561000', '164849.564000', '164849.567000', '164849.569000', '164849.572000', '164849.574000', '164849.577000', '164849.580000', '164849.582000', '164849.585000', '164849.587000', '164849.590000', '164849.593000', '164849.596000', '164849.598000', '164849.601000', '164849.604000', '164849.606000', '164849.609000', '164849.612000', '164849.614000', '164849.617000', '164849.620000', '164849.622000', '164849.625000', '164849.627000', '164849.630000', '164849.633000', '164849.635000', '164849.638000', '164849.641000', '164909.526000', '164909.528000', '164909.531000', '164909.534000', '164909.537000', '164909.539000', '164909.542000', '164909.545000', '164909.547000', '164909.550000', '164909.552000', '164909.555000', '164909.558000', '164909.560000', '164909.563000', '164909.566000', '164909.568000', '164909.571000', '164909.573000', '164909.576000', '164909.579000', '164909.581000', '164909.584000', '164909.587000', '164909.589000', '164909.592000', '164909.594000', '164909.597000', '164909.600000', '164909.602000', '164909.605000', '164909.608000', '164909.610000', '164909.613000', '164909.616000', '164909.618000', '164909.621000', '164909.623000', '164909.626000', '164909.629000', '164909.631000', '164909.634000', '164909.637000', '164916.162000', '164916.165000', '164916.168000', '164916.170000', '164916.173000', '164916.176000', '164916.178000', '164916.181000', '164916.183000', '164916.186000', '164916.189000', '164916.192000', '164916.194000', '164916.197000', '164916.200000'], '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': [9187, 12576, 9338, 10231, 8681, 9844, 9453, 9779, 11291, 8772, 14514, 8335, 12999, 8485, 9960, 8392, 8709, 8717, 8479, 8862, 8227, 10067, 8352, 8696, 9255, 7965, 9712, 8017, 9902, 8827, 8311, 8475, 9037, 10127, 8550, 9845, 8529, 8650, 10160, 8097, 10539, 7571, 10539, 8477, 8585, 12806, 7863, 10286, 7596, 9178, 9731, 8045, 11518, 7546, 9716, 8584, 8152, 8898, 9238, 10313, 8147, 9335, 8442, 9339, 9664, 8978, 10012, 7891, 9656, 8817, 9124, 11810, 8201, 9914, 8115, 9036, 10623, 9083, 11082, 7377, 10573, 9208, 7823, 10083, 9484, 9799, 7610, 10147, 8534, 9346, 8857, 9340, 10024, 7718, 9825, 8095, 9782, 9058, 9669, 10646, 8646, 9636, 8058, 9876, 8871, 9766, 10373, 8819, 9609, 8451, 9678, 10017, 9876, 10314, 9059, 9973, 8754, 7969, 10763, 9305, 10253, 8527, 10019, 10060, 8987, 10714, 8213, 11925, 8819, 10077, 8477, 7538, 9850, 9035, 14737, 7690, 10070, 8107, 9483, 9549, 9025, 10148, 8794, 9868, 8315, 9673, 9134, 9468, 10008, 7779, 10151, 8923, 8495, 9622, 8870, 10958, 9206, 9459, 8965, 9247, 10305, 7688, 10354, 8577, 8741, 8828, 8429, 10218, 9040, 9744, 9037, 8772, 10213, 7925, 10279, 8605, 9568, 9015, 8795, 10997, 7477, 9792, 8149, 9535, 9533, 8940, 10708, 7665, 10051, 8590, 8052, 10070, 9263, 9857, 7909, 9488, 8652, 9064, 9594, 7269, 9762, 9434, 8053, 10719, 8211, 9921, 7592, 9624, 8529, 7351, 8967, 8989, 10317, 7864, 10007, 7633, 9779, 8662, 7952, 9533, 8787, 9946, 7176, 9763, 8290, 9671, 9165, 9369, 10314, 8012, 9512, 7726, 9608, 9168, 9365, 10004, 8821, 10124, 8366, 9099, 8807, 9405, 10027, 7529, 10664, 9548, 7690, 11515, 8615, 10146, 7828, 8855, 9065, 7723, 9860, 8978, 12459, 8502, 9667, 8564, 7441, 9116, 8818, 11673, 8007, 9791, 8465, 9235, 9538, 9226, 10133, 8427, 9870, 7273, 10698, 8197, 8456, 8826, 9805, 10193, 8602, 9677, 8568, 8889, 10002, 10063, 12098, 8588, 10157, 8705, 8604, 9748, 9188, 10049, 7975, 9497, 9312, 9316, 12654, 8966, 9872, 8134, 9202, 10892, 9280, 13832, 7761, 9720, 8468, 9237, 10914, 9593, 11407, 7828, 9826, 8847, 9292, 9384, 9715, 10240, 8331, 10194, 8198, 9507, 9223, 9019, 10683, 8292, 9488, 8329, 8779, 10282, 8823, 13219, 7930, 9783, 7882, 9401, 9650, 7509, 11303, 8445, 10132, 7659, 10395, 9367, 7676, 9536, 9827, 10053, 8082, 10190, 8897, 8512, 9998, 9625, 10021, 7586, 10240, 9095, 8351, 10522, 9209, 9887, 7889, 10394, 9906, 8996, 10189, 7790, 9319, 8853, 7713, 10274, 7860, 9900, 8912, 8789, 11135, 8509, 13108, 8151, 12928, 9442, 9534, 9205, 7340, 10410, 8737, 9791, 7890, 9994, 8746, 8664, 9804, 9310, 9550, 7655, 9518, 8705, 8370, 9372, 9381, 10282, 7913, 9801, 8448, 8131, 8833, 8497, 10656, 8805, 7690, 8692, 7671, 9637, 9088, 7471, 10534, 7622, 11057, 9258, 9746, 9165, 8937, 10556, 8387, 10216, 7936, 9850, 9158, 8701, 11292, 7940, 9575, 8275, 8758, 11396, 8681, 10043, 7528, 9608, 10584, 8909, 10655, 7542, 10341, 9767, 7640, 12476, 7912, 10142, 7830, 9435, 10244, 9000, 9944, 7397, 10040, 10120, 8534, 11351, 8749, 10165, 7803, 10316, 9554, 8125, 10009, 8675, 10420, 8373, 9630, 9686, 9577, 10269, 8314, 10151, 8706, 8140, 10778, 9254, 10166, 8188, 9489, 9670, 8371, 13238, 7923, 9834, 8399, 7657, 11581, 8547, 9805, 7722, 9576, 10906, 8849, 12286, 7713, 9493, 8806, 9072, 9604, 9116, 10214, 7923, 9962, 9110, 7952, 9777, 9333, 9963, 8242, 10158, 9011, 8249, 9892, 8930, 10386, 8420, 9566, 8611, 8643, 9130, 10188, 9390, 9693, 8380, 8091, 10771, 8361, 9362, 9761, 7972, 10824, 8218, 13504, 8668, 11560, 9493, 10340, 9396, 11563, 7996, 9464, 8455, 8911, 9435, 9453, 9340, 8104, 9127, 9459, 8134, 12441, 8986, 10236, 8447, 9827, 10484, 7631, 10398, 8712, 10033, 8796, 8485, 10048, 8638, 9625, 7599, 9487, 9365, 7583, 9997, 8490, 11252, 8815, 13207, 7877, 8846, 8119, 9089, 9930, 8691, 10740, 8502, 10168, 8680, 9016, 8896, 7839, 10159, 9320, 9514, 8122, 9501, 9003, 8355, 11597, 8647, 10707, 8376, 9093, 8949, 8282, 10645, 8458, 10115, 7954, 9415, 9427, 7940, 9760, 8748, 11026, 8355, 9365, 8222, 8558, 9352, 7649, 11725, 8462, 9708, 8141, 9297, 9683, 8190, 10121, 8847, 9491, 7992, 9786, 9404, 8403, 10045, 9056, 9791, 8956, 8880, 9586, 7997, 10374, 9091, 10603, 8360, 9302, 9038, 8774, 10703, 8945, 9739, 8618, 8571, 10521, 8166, 9885, 8680, 8899, 10176, 8555, 12807, 8864, 9092, 8430, 8876, 10737, 8065, 10971, 8942, 9318, 7884, 9412, 8573, 9415, 9209, 8695, 11553, 8716, 9734, 8218, 8912, 9786, 8567, 10906, 8910, 10839, 8115, 9933, 9578, 8939, 9014, 8867, 9298, 7748, 11001, 8302, 9695, 8169, 8951, 9726, 8837, 10913, 8819, 11218, 8574, 12213, 9280, 11740, 8110, 10369, 7812, 11252, 8031, 9138, 8260, 9580, 8949, 8419, 9455, 8843, 10156, 9443, 9698, 8022, 9197, 7950, 8920, 9200, 8819, 9157, 8088, 9899, 7621, 11808, 8460, 11184, 7432, 9877, 8855, 8994, 9810, 8594, 9908, 8337, 10606, 9161, 9730, 8857, 8988, 9411, 8619, 10919, 8578, 10013, 8213, 9099, 8167, 9488, 10103, 8027, 9700, 8248, 10251, 8597, 11280, 7966, 9557, 7855, 9687, 10286, 8104, 10602, 8305, 9578, 8500, 8972, 9359, 7937, 9544, 8659, 10567, 7634, 9522, 8278, 8888, 9138, 7753, 10865, 8991, 9583, 7993, 9100, 8248, 9071, 10916, 7678, 10335, 9041, 11496, 8424, 9555, 8151, 8768, 9683, 8297, 10860, 8678, 9028, 7837, 9138, 9378, 8097, 10035, 9411, 10822, 8434, 8942, 8857, 8252, 10420, 9014, 12600, 8926, 9137, 9085, 8272, 10969, 8685, 11466, 8533, 8900, 8658, 8123, 10180, 8905, 9661, 8483, 9579, 8208, 9264, 8999, 8775, 9431, 8275, 10736, 8960, 10133, 9003, 9133, 7894, 9173, 8241, 8957, 9209, 8943, 11877, 8443, 9526, 8393, 8680, 9534, 8743, 11890, 9157, 9265, 8232, 8661, 9854, 8850, 11837, 7921, 10875, 8494, 9930, 8620, 8758, 8999, 8238, 9691, 8404, 12599, 8549, 9096, 8500, 8671, 9807, 8021, 10829, 8557, 9364, 8234, 9490, 8659, 8394, 9348, 8192, 9979, 8973, 9937, 8709, 9056, 9005, 8731, 10124, 8916, 9065, 10472, 8187, 8452, 10815, 8460, 11692, 9505, 8584, 8615, 9140, 10792, 8528, 9773, 8037, 10004, 8166, 9193, 8343, 8349, 9302, 8745, 11557, 8328, 8671, 8493, 8078, 10557, 8867, 12526, 9773, 8861, 9233, 8034, 12026, 8639, 10686, 8297, 8319, 9198, 8039, 11123, 8279, 10752, 8280, 8368, 8757, 8543, 10771, 7884, 10424, 8384, 10145, 8475, 8959, 8257, 9082, 8546, 8873, 9713, 8156, 9338, 8612, 9078, 8825, 8502, 9059, 8082, 10381, 8415, 10977, 9386, 8591, 8743, 8362, 10004, 8712, 11450, 8932, 8433, 8736, 8389, 11247, 8946, 13877, 12516, 7971, 9472, 8891, 8127, 11409, 8755, 11885, 10900, 12200, 8370, 11957, 8305, 13094, 8654, 13198, 8518, 12569, 8814, 12944, 9096, 8011, 8856, 8242, 9862, 7909, 11171, 8190, 8605, 9108, 7776, 10073, 8149, 8764, 9218, 8306, 9783, 8133, 9038, 8229, 8619, 9991, 7884, 10514, 8295, 9294, 9044, 8189, 9820, 8271, 9785, 8448, 8657, 8856, 7978, 9550, 8388, 8659, 9988, 8117, 10997, 8251, 8748, 9122, 8517, 11893, 8167, 8751, 8835, 7956, 12513, 9178, 8723, 8851, 8267, 11336, 8633, 8447, 8804, 8275, 10554, 8096, 8813, 8971, 8285, 10438, 8470, 9276, 9239, 8412, 9483, 8319, 10147, 8940, 8892, 9111, 8317, 9541, 8199, 8815, 9653, 8136, 9683, 8545, 8949, 10478, 8150, 10123, 8329, 8816, 10185, 7846, 10321, 8466, 8717, 9779, 8286, 9755, 9029, 8251, 9797, 8219, 9541, 9592, 8351, 10389, 8344, 9084, 9863, 8305, 10473, 8386, 9174, 9175, 8468, 10278, 8108, 9578, 8922, 9040, 10114, 8394, 9624, 8678, 8777, 10866, 8347, 9180, 8484, 8347, 11098, 8277, 9063, 8382, 8458, 9986, 8071, 11581, 9284, 8342, 9413, 8372, 9175, 9993, 8530, 10734, 8369, 9884, 9337, 8912, 9027, 8312, 9662, 8574, 9045, 8725, 8539, 9869, 8473, 9163, 8963, 8528, 10251, 8618, 8865, 10073, 8665, 11636, 8462, 8546, 10083, 8254, 13268, 8280, 8288, 8874, 8263, 9308, 8754, 8164, 9103, 8382, 11326, 8319, 10650, 8487, 9367, 9746, 8659, 9431, 8634, 9689, 8268, 12294, 8417, 8647, 8607, 8420, 10222, 8173, 10042, 8668, 8358, 9419, 8713, 9951, 8313, 9248, 8530, 8722, 10075, 8406, 10598, 8324, 10055, 8527, 8741, 9386, 7651, 9303, 7776, 10498, 8529, 9046, 8489, 8374, 9181, 7823, 11971, 8336, 9097, 8429, 8795, 10337, 7890, 10418, 8477, 9539, 9514, 8222, 8817, 8036, 10227, 8452, 8549, 9047, 8295, 9589, 7990, 12276, 9394, 8381, 8449, 8197, 9918, 7698, 11796, 8452, 8100, 8620, 8172, 10551, 7862, 9712, 8662, 8508, 8891, 8653, 10393, 8465, 9751, 8871, 9038, 9773, 8522, 9293, 8385, 10335, 9137, 8229, 8429, 8350, 9617, 8085, 11229, 8562, 8178, 8596, 8579, 9679, 8485, 10407, 8088, 10583, 8500, 8800, 9271, 8545, 8934, 8403, 9577, 8196, 10474, 8996, 8245, 8585, 8402, 10634, 7927], 'WindowCenter': [4056.0, 4061.0, 4027.0, 4024.0, 4013.0, 4021.0, 4010.0, 4007.0, 4019.0, 3997.0, 4028.0, 3985.0, 4014.0, 3983.0, 4006.0, 3984.0, 3984.0, 3983.0, 3985.0, 3994.0, 3984.0, 3995.0, 3984.0, 3997.0, 3995.0, 3987.0, 3995.0, 3987.0, 4006.0, 3997.0, 3986.0, 3986.0, 3998.0, 4007.0, 3998.0, 4007.0, 3997.0, 3998.0, 4019.0, 3988.0, 4007.0, 3986.0, 4006.0, 3998.0, 3999.0, 4028.0, 3987.0, 4006.0, 3975.0, 3996.0, 4007.0, 3987.0, 4018.0, 3987.0, 4007.0, 3997.0, 3987.0, 3997.0, 4009.0, 4019.0, 3989.0, 4009.0, 3998.0, 4008.0, 4009.0, 4010.0, 4021.0, 4000.0, 4008.0, 4009.0, 4010.0, 4029.0, 4000.0, 4010.0, 3988.0, 4010.0, 4019.0, 4010.0, 4018.0, 3977.0, 4019.0, 4009.0, 3987.0, 4007.0, 4008.0, 4006.0, 3987.0, 4019.0, 3998.0, 4007.0, 3998.0, 4007.0, 4008.0, 3988.0, 4008.0, 3987.0, 4007.0, 4008.0, 4010.0, 4019.0, 3999.0, 4008.0, 3989.0, 4009.0, 4010.0, 4020.0, 4021.0, 4010.0, 4009.0, 4000.0, 4021.0, 4020.0, 4021.0, 4019.0, 4010.0, 4022.0, 4010.0, 4000.0, 4019.0, 4011.0, 4021.0, 4012.0, 4021.0, 4009.0, 4009.0, 4019.0, 3999.0, 4029.0, 4009.0, 4008.0, 3987.0, 3987.0, 4008.0, 4010.0, 4040.0, 3989.0, 4007.0, 3987.0, 4007.0, 4007.0, 3998.0, 4007.0, 3998.0, 4007.0, 3998.0, 4009.0, 4008.0, 4009.0, 4007.0, 3990.0, 4019.0, 3998.0, 3997.0, 4008.0, 4010.0, 4031.0, 4009.0, 4008.0, 3997.0, 3997.0, 4007.0, 3989.0, 4008.0, 3998.0, 3997.0, 3996.0, 3988.0, 4021.0, 3999.0, 4008.0, 3997.0, 3998.0, 4007.0, 4000.0, 4009.0, 3999.0, 3998.0, 3999.0, 3999.0, 4019.0, 3977.0, 4008.0, 3987.0, 4008.0, 4008.0, 3998.0, 4008.0, 3989.0, 4008.0, 3999.0, 3988.0, 4008.0, 3998.0, 4010.0, 3989.0, 4010.0, 3999.0, 3998.0, 4007.0, 3978.0, 4009.0, 3998.0, 3986.0, 4007.0, 3987.0, 4007.0, 3988.0, 4007.0, 3997.0, 3976.0, 3996.0, 3997.0, 4008.0, 3988.0, 4009.0, 3988.0, 4007.0, 3998.0, 3988.0, 4008.0, 3999.0, 4007.0, 3978.0, 4008.0, 3989.0, 3998.0, 3997.0, 4009.0, 4009.0, 3988.0, 3998.0, 3977.0, 4009.0, 3999.0, 4009.0, 4009.0, 4011.0, 4022.0, 4000.0, 4011.0, 4011.0, 4010.0, 4009.0, 3989.0, 4021.0, 4010.0, 3990.0, 4020.0, 3999.0, 4008.0, 3988.0, 3999.0, 3999.0, 3977.0, 4008.0, 3997.0, 4028.0, 3998.0, 4007.0, 3987.0, 3976.0, 3997.0, 4000.0, 4019.0, 3989.0, 4008.0, 3987.0, 3997.0, 4009.0, 3998.0, 4007.0, 3988.0, 4007.0, 3977.0, 4008.0, 3988.0, 3999.0, 3998.0, 4009.0, 4022.0, 4002.0, 4010.0, 4001.0, 3999.0, 4009.0, 4010.0, 4030.0, 4000.0, 4009.0, 3999.0, 4012.0, 4011.0, 4013.0, 4021.0, 4000.0, 4009.0, 4009.0, 4010.0, 4030.0, 4001.0, 4008.0, 3988.0, 3998.0, 4021.0, 4009.0, 4029.0, 3977.0, 3997.0, 3988.0, 3999.0, 4019.0, 3998.0, 4017.0, 3977.0, 4008.0, 3998.0, 3997.0, 3997.0, 3998.0, 4007.0, 3988.0, 4008.0, 3988.0, 3997.0, 3997.0, 4000.0, 4020.0, 4000.0, 4008.0, 3989.0, 3998.0, 4009.0, 3999.0, 4028.0, 3987.0, 4006.0, 3986.0, 3997.0, 4009.0, 3977.0, 4007.0, 3987.0, 4006.0, 3977.0, 4008.0, 3997.0, 3976.0, 3996.0, 4008.0, 4008.0, 3987.0, 4008.0, 3998.0, 3998.0, 4009.0, 4009.0, 4008.0, 3977.0, 4007.0, 3998.0, 3988.0, 4008.0, 3998.0, 4009.0, 3989.0, 4010.0, 4009.0, 3998.0, 4007.0, 3988.0, 4009.0, 4000.0, 3988.0, 4007.0, 3987.0, 4008.0, 3999.0, 3999.0, 4019.0, 3998.0, 4017.0, 3989.0, 4028.0, 3997.0, 3996.0, 3995.0, 3965.0, 4007.0, 3987.0, 3996.0, 3976.0, 3996.0, 3987.0, 3986.0, 3996.0, 3996.0, 3996.0, 3977.0, 3997.0, 3987.0, 3986.0, 3996.0, 3997.0, 4008.0, 3988.0, 4008.0, 4000.0, 4001.0, 4010.0, 4000.0, 4020.0, 3997.0, 3988.0, 3999.0, 3989.0, 4011.0, 4011.0, 3978.0, 4019.0, 3989.0, 4020.0, 4010.0, 3998.0, 3998.0, 3998.0, 4021.0, 3988.0, 4008.0, 3988.0, 3996.0, 3998.0, 3998.0, 4018.0, 3989.0, 3997.0, 3987.0, 3999.0, 4018.0, 3988.0, 3996.0, 3976.0, 4008.0, 4008.0, 3999.0, 4008.0, 3977.0, 4007.0, 4010.0, 3977.0, 4018.0, 3976.0, 3996.0, 3976.0, 3998.0, 4007.0, 3997.0, 4007.0, 3976.0, 4009.0, 4009.0, 3999.0, 4008.0, 3988.0, 4008.0, 3988.0, 4006.0, 3997.0, 3976.0, 3997.0, 3988.0, 4008.0, 3988.0, 4009.0, 3997.0, 3998.0, 4009.0, 3988.0, 4008.0, 3987.0, 3987.0, 4019.0, 4011.0, 4009.0, 3988.0, 3997.0, 4009.0, 3988.0, 4029.0, 3987.0, 4007.0, 3987.0, 3988.0, 4018.0, 3987.0, 3996.0, 3975.0, 4008.0, 4020.0, 3998.0, 4017.0, 3976.0, 3997.0, 3997.0, 3998.0, 3997.0, 3997.0, 4006.0, 3987.0, 4008.0, 3998.0, 3987.0, 4007.0, 3997.0, 4008.0, 3988.0, 4008.0, 3997.0, 3987.0, 4007.0, 3999.0, 4008.0, 3987.0, 3997.0, 4000.0, 3999.0, 3998.0, 4020.0, 4010.0, 4010.0, 3999.0, 3999.0, 4032.0, 4001.0, 4010.0, 4020.0, 3988.0, 4018.0, 3998.0, 4029.0, 3998.0, 4017.0, 3996.0, 4005.0, 3997.0, 4016.0, 3986.0, 3996.0, 3985.0, 3996.0, 4008.0, 4009.0, 4008.0, 3988.0, 4008.0, 4008.0, 4000.0, 4029.0, 4010.0, 4008.0, 3999.0, 4009.0, 4008.0, 3988.0, 4007.0, 3997.0, 4008.0, 3999.0, 3998.0, 4008.0, 3997.0, 4008.0, 3990.0, 4009.0, 4009.0, 3987.0, 4007.0, 3997.0, 4018.0, 3998.0, 4027.0, 3986.0, 3985.0, 3986.0, 3997.0, 4007.0, 3997.0, 4006.0, 3997.0, 4008.0, 3997.0, 3996.0, 3996.0, 3976.0, 4008.0, 3998.0, 3997.0, 3986.0, 3996.0, 3997.0, 3999.0, 4018.0, 3997.0, 4006.0, 3986.0, 3997.0, 3999.0, 3987.0, 4007.0, 3987.0, 4005.0, 3986.0, 3997.0, 3997.0, 3986.0, 3996.0, 3997.0, 4007.0, 3987.0, 3997.0, 3987.0, 3996.0, 3996.0, 3988.0, 4017.0, 3988.0, 3996.0, 3986.0, 3997.0, 4008.0, 3987.0, 4006.0, 3997.0, 3997.0, 3987.0, 4009.0, 3998.0, 3987.0, 4007.0, 3998.0, 4008.0, 3998.0, 3997.0, 3997.0, 3986.0, 4008.0, 3999.0, 4008.0, 3987.0, 3996.0, 3996.0, 3998.0, 4019.0, 3999.0, 4008.0, 3998.0, 3998.0, 4020.0, 4000.0, 4010.0, 4000.0, 3998.0, 4009.0, 3999.0, 4029.0, 3999.0, 3997.0, 3986.0, 3999.0, 4018.0, 3987.0, 4006.0, 3997.0, 3996.0, 3987.0, 3997.0, 3997.0, 3997.0, 3996.0, 3998.0, 4030.0, 3999.0, 4007.0, 3986.0, 3996.0, 4008.0, 3998.0, 4007.0, 3997.0, 4006.0, 3987.0, 4008.0, 4008.0, 3996.0, 3985.0, 3985.0, 3995.0, 3976.0, 4006.0, 3986.0, 3995.0, 3986.0, 3997.0, 4009.0, 3998.0, 4018.0, 3998.0, 4017.0, 3998.0, 4018.0, 3998.0, 4017.0, 3986.0, 3995.0, 3977.0, 4006.0, 3987.0, 3995.0, 3985.0, 3997.0, 3996.0, 3986.0, 3996.0, 3996.0, 4008.0, 4008.0, 4008.0, 3987.0, 3996.0, 3987.0, 3998.0, 3998.0, 3996.0, 3996.0, 3985.0, 4007.0, 3989.0, 4029.0, 3987.0, 4006.0, 3975.0, 3995.0, 3997.0, 3996.0, 4006.0, 3985.0, 4006.0, 3998.0, 4007.0, 3998.0, 3997.0, 3996.0, 3995.0, 3994.0, 3985.0, 4006.0, 3997.0, 4007.0, 3986.0, 3985.0, 3987.0, 3996.0, 4006.0, 3974.0, 3994.0, 3973.0, 3995.0, 3986.0, 4005.0, 3975.0, 3994.0, 3974.0, 3996.0, 4006.0, 3975.0, 4005.0, 3985.0, 3994.0, 3986.0, 3995.0, 3995.0, 3975.0, 3995.0, 3985.0, 4007.0, 3987.0, 3996.0, 3986.0, 3996.0, 3996.0, 3987.0, 4018.0, 3998.0, 4007.0, 3987.0, 3997.0, 3987.0, 3998.0, 4017.0, 3976.0, 4006.0, 3996.0, 4018.0, 3988.0, 3997.0, 3986.0, 3986.0, 3997.0, 3987.0, 4018.0, 3998.0, 3997.0, 3987.0, 3998.0, 3997.0, 3986.0, 4006.0, 3999.0, 4019.0, 3988.0, 3997.0, 3997.0, 3986.0, 4007.0, 3999.0, 4028.0, 3998.0, 3996.0, 3996.0, 3986.0, 4007.0, 3998.0, 4017.0, 3997.0, 3996.0, 3997.0, 3987.0, 4019.0, 3998.0, 4007.0, 3998.0, 4007.0, 3999.0, 4009.0, 4000.0, 3986.0, 3996.0, 3987.0, 4019.0, 3998.0, 4008.0, 3996.0, 3996.0, 3989.0, 3998.0, 3988.0, 3997.0, 3997.0, 3998.0, 4019.0, 3989.0, 4008.0, 3987.0, 3987.0, 3997.0, 3998.0, 4019.0, 3999.0, 3997.0, 3986.0, 3985.0, 4007.0, 3997.0, 4017.0, 3975.0, 4005.0, 3985.0, 3996.0, 3986.0, 3985.0, 3985.0, 3985.0, 3996.0, 3986.0, 4017.0, 3986.0, 3985.0, 3985.0, 3986.0, 3997.0, 3987.0, 4007.0, 3986.0, 3995.0, 3986.0, 4008.0, 3998.0, 3987.0, 3997.0, 3986.0, 3996.0, 3999.0, 4009.0, 4000.0, 4009.0, 3998.0, 3999.0, 4009.0, 4000.0, 4000.0, 4020.0, 3999.0, 3999.0, 4032.0, 4001.0, 4031.0, 4009.0, 3997.0, 3998.0, 3998.0, 4008.0, 3986.0, 3996.0, 3975.0, 3995.0, 3987.0, 3997.0, 3987.0, 3986.0, 3997.0, 3998.0, 4019.0, 3999.0, 3999.0, 3998.0, 3988.0, 4009.0, 4001.0, 4030.0, 4010.0, 3997.0, 3998.0, 3987.0, 4019.0, 3998.0, 4007.0, 3988.0, 3985.0, 3996.0, 3987.0, 4019.0, 3998.0, 4007.0, 3986.0, 3986.0, 3999.0, 3998.0, 4008.0, 3987.0, 4006.0, 3988.0, 4007.0, 3987.0, 3997.0, 3986.0, 3986.0, 3986.0, 3997.0, 3997.0, 3987.0, 3996.0, 3998.0, 3998.0, 3999.0, 3998.0, 3998.0, 3988.0, 4008.0, 4000.0, 4021.0, 4010.0, 3999.0, 3998.0, 3988.0, 4008.0, 4000.0, 4019.0, 3999.0, 3987.0, 3998.0, 3999.0, 4021.0, 4025.0, 4055.0, 4034.0, 3988.0, 3996.0, 3997.0, 3987.0, 4018.0, 3999.0, 4020.0, 4020.0, 4030.0, 3988.0, 4018.0, 3987.0, 4017.0, 3974.0, 4003.0, 3972.0, 4001.0, 3972.0, 4003.0, 3971.0, 3960.0, 3982.0, 3972.0, 3992.0, 3973.0, 3991.0, 3971.0, 3970.0, 3982.0, 3962.0, 3992.0, 3973.0, 3984.0, 3983.0, 3973.0, 3993.0, 3975.0, 3983.0, 3985.0, 3997.0, 4007.0, 3987.0, 4006.0, 3986.0, 3997.0, 3998.0, 3986.0, 4007.0, 3987.0, 3996.0, 3999.0, 3998.0, 3999.0, 3987.0, 3997.0, 3987.0, 3999.0, 4009.0, 3988.0, 4008.0, 3987.0, 3987.0, 4010.0, 3999.0, 4019.0, 3988.0, 3987.0, 3998.0, 3989.0, 4019.0, 3999.0, 3987.0, 3997.0, 3987.0, 4018.0, 3998.0, 3987.0, 3997.0, 3987.0, 4008.0, 3988.0, 3998.0, 3998.0, 3987.0, 4007.0, 3988.0, 3999.0, 3998.0, 3986.0, 3996.0, 3986.0, 4008.0, 3998.0, 3997.0, 3997.0, 3987.0, 4008.0, 3999.0, 4010.0, 4010.0, 3988.0, 4008.0, 3999.0, 4010.0, 4020.0, 3989.0, 4008.0, 3988.0, 3999.0, 4022.0, 3990.0, 4009.0, 3989.0, 3998.0, 4010.0, 4001.0, 4010.0, 3999.0, 3988.0, 4009.0, 4000.0, 4010.0, 4010.0, 3988.0, 4008.0, 3989.0, 4000.0, 4010.0, 3989.0, 4008.0, 3988.0, 3998.0, 4010.0, 3988.0, 4008.0, 3987.0, 3997.0, 3999.0, 3999.0, 4009.0, 3988.0, 3997.0, 3998.0, 3999.0, 4019.0, 3989.0, 3998.0, 3998.0, 4000.0, 4022.0, 4000.0, 3999.0, 3988.0, 3988.0, 4009.0, 3990.0, 4020.0, 3999.0, 3988.0, 3998.0, 4000.0, 4010.0, 4010.0, 3999.0, 4018.0, 3988.0, 4009.0, 4010.0, 3999.0, 3998.0, 3988.0, 3998.0, 4000.0, 3999.0, 3998.0, 3999.0, 4009.0, 4000.0, 4010.0, 3999.0, 3998.0, 4009.0, 3999.0, 3999.0, 4010.0, 3999.0, 4019.0, 3988.0, 3999.0, 4010.0, 3989.0, 4029.0, 3987.0, 3987.0, 3998.0, 4000.0, 4009.0, 4000.0, 3989.0, 3999.0, 4000.0, 4020.0, 4001.0, 4009.0, 3998.0, 3998.0, 4010.0, 3987.0, 3997.0, 3986.0, 3997.0, 3988.0, 4018.0, 3987.0, 3986.0, 3986.0, 3988.0, 4008.0, 3988.0, 3997.0, 3987.0, 3987.0, 3999.0, 3999.0, 4008.0, 3988.0, 3997.0, 3998.0, 3998.0, 4009.0, 3988.0, 4008.0, 3988.0, 3997.0, 3998.0, 3999.0, 3998.0, 3977.0, 3997.0, 3977.0, 4008.0, 3998.0, 3997.0, 3987.0, 3987.0, 3998.0, 3978.0, 4018.0, 3988.0, 3997.0, 3988.0, 3999.0, 4009.0, 3988.0, 4007.0, 3988.0, 4009.0, 4009.0, 3988.0, 3998.0, 3988.0, 4009.0, 4000.0, 3999.0, 3999.0, 3988.0, 3998.0, 3990.0, 4019.0, 3998.0, 3987.0, 3987.0, 3986.0, 4009.0, 3989.0, 4019.0, 3988.0, 3987.0, 3987.0, 4000.0, 4020.0, 3989.0, 3998.0, 3999.0, 3999.0, 4000.0, 4001.0, 4011.0, 4000.0, 3998.0, 4001.0, 4002.0, 4010.0, 3999.0, 3998.0, 3988.0, 4009.0, 4010.0, 3988.0, 3998.0, 3988.0, 4009.0, 3989.0, 4019.0, 3999.0, 3988.0, 3998.0, 3998.0, 4011.0, 3999.0, 4006.0, 3988.0, 4007.0, 3998.0, 3999.0, 3999.0, 3999.0, 3998.0, 3988.0, 4009.0, 4000.0, 4010.0, 3999.0, 3987.0, 3998.0, 3999.0, 4020.0, 3990.0], 'WindowWidth': [9047.0, 9040.0, 8987.0, 8976.0, 8958.0, 8965.0, 8948.0, 8940.0, 8958.0, 8925.0, 8969.0, 8905.0, 8944.0, 8900.0, 8934.0, 8903.0, 8901.0, 8898.0, 8906.0, 8916.0, 8904.0, 8917.0, 8904.0, 8925.0, 8919.0, 8912.0, 8918.0, 8912.0, 8936.0, 8925.0, 8910.0, 8909.0, 8927.0, 8939.0, 8928.0, 8937.0, 8924.0, 8930.0, 8958.0, 8916.0, 8939.0, 8909.0, 8935.0, 8929.0, 8930.0, 8969.0, 8912.0, 8936.0, 8894.0, 8923.0, 8941.0, 8913.0, 8954.0, 8911.0, 8940.0, 8925.0, 8914.0, 8925.0, 8944.0, 8959.0, 8918.0, 8945.0, 8928.0, 8942.0, 8947.0, 8947.0, 8965.0, 8933.0, 8941.0, 8945.0, 8948.0, 8970.0, 8936.0, 8947.0, 8915.0, 8949.0, 8958.0, 8947.0, 8954.0, 8899.0, 8958.0, 8945.0, 8914.0, 8939.0, 8940.0, 8936.0, 8914.0, 8958.0, 8928.0, 8940.0, 8926.0, 8939.0, 8943.0, 8917.0, 8942.0, 8913.0, 8939.0, 8944.0, 8948.0, 8958.0, 8933.0, 8943.0, 8919.0, 8945.0, 8948.0, 8962.0, 8963.0, 8949.0, 8944.0, 8935.0, 8966.0, 8962.0, 8963.0, 8958.0, 8947.0, 8966.0, 8949.0, 8935.0, 8959.0, 8951.0, 8965.0, 8953.0, 8963.0, 8947.0, 8944.0, 8957.0, 8932.0, 8972.0, 8944.0, 8940.0, 8912.0, 8913.0, 8941.0, 8946.0, 8986.0, 8917.0, 8936.0, 8912.0, 8940.0, 8940.0, 8930.0, 8938.0, 8928.0, 8938.0, 8929.0, 8944.0, 8942.0, 8945.0, 8940.0, 8920.0, 8958.0, 8928.0, 8926.0, 8942.0, 8949.0, 8978.0, 8947.0, 8941.0, 8927.0, 8926.0, 8938.0, 8918.0, 8941.0, 8927.0, 8925.0, 8923.0, 8914.0, 8964.0, 8931.0, 8941.0, 8926.0, 8926.0, 8939.0, 8934.0, 8943.0, 8928.0, 8925.0, 8929.0, 8930.0, 8957.0, 8898.0, 8939.0, 8910.0, 8939.0, 8942.0, 8927.0, 8940.0, 8916.0, 8942.0, 8931.0, 8914.0, 8939.0, 8927.0, 8947.0, 8918.0, 8948.0, 8931.0, 8929.0, 8939.0, 8902.0, 8945.0, 8928.0, 8911.0, 8937.0, 8912.0, 8939.0, 8914.0, 8937.0, 8925.0, 8895.0, 8920.0, 8924.0, 8942.0, 8915.0, 8946.0, 8914.0, 8938.0, 8927.0, 8914.0, 8940.0, 8928.0, 8939.0, 8901.0, 8940.0, 8917.0, 8925.0, 8925.0, 8944.0, 8944.0, 8913.0, 8926.0, 8898.0, 8943.0, 8929.0, 8944.0, 8942.0, 8951.0, 8968.0, 8936.0, 8951.0, 8949.0, 8946.0, 8943.0, 8919.0, 8964.0, 8947.0, 8921.0, 8961.0, 8929.0, 8940.0, 8916.0, 8931.0, 8931.0, 8898.0, 8939.0, 8925.0, 8968.0, 8927.0, 8938.0, 8911.0, 8896.0, 8925.0, 8933.0, 8958.0, 8917.0, 8939.0, 8910.0, 8923.0, 8942.0, 8927.0, 8938.0, 8913.0, 8937.0, 8900.0, 8942.0, 8914.0, 8931.0, 8929.0, 8944.0, 8967.0, 8940.0, 8947.0, 8934.0, 8929.0, 8943.0, 8945.0, 8975.0, 8932.0, 8943.0, 8931.0, 8955.0, 8951.0, 8957.0, 8963.0, 8934.0, 8944.0, 8945.0, 8948.0, 8975.0, 8934.0, 8941.0, 8914.0, 8928.0, 8962.0, 8944.0, 8970.0, 8899.0, 8922.0, 8913.0, 8929.0, 8955.0, 8927.0, 8951.0, 8897.0, 8941.0, 8927.0, 8924.0, 8922.0, 8925.0, 8937.0, 8915.0, 8939.0, 8915.0, 8923.0, 8924.0, 8934.0, 8960.0, 8933.0, 8940.0, 8915.0, 8926.0, 8942.0, 8931.0, 8967.0, 8911.0, 8935.0, 8906.0, 8924.0, 8941.0, 8896.0, 8937.0, 8909.0, 8934.0, 8896.0, 8938.0, 8922.0, 8894.0, 8919.0, 8940.0, 8940.0, 8912.0, 8938.0, 8926.0, 8925.0, 8942.0, 8943.0, 8939.0, 8897.0, 8937.0, 8927.0, 8914.0, 8938.0, 8927.0, 8941.0, 8917.0, 8945.0, 8943.0, 8927.0, 8938.0, 8913.0, 8943.0, 8931.0, 8914.0, 8938.0, 8911.0, 8940.0, 8932.0, 8930.0, 8957.0, 8926.0, 8951.0, 8915.0, 8967.0, 8923.0, 8919.0, 8917.0, 8877.0, 8936.0, 8910.0, 8918.0, 8892.0, 8918.0, 8910.0, 8908.0, 8919.0, 8920.0, 8919.0, 8897.0, 8921.0, 8908.0, 8907.0, 8919.0, 8922.0, 8940.0, 8912.0, 8941.0, 8934.0, 8937.0, 8947.0, 8935.0, 8958.0, 8925.0, 8915.0, 8931.0, 8920.0, 8949.0, 8948.0, 8903.0, 8957.0, 8919.0, 8961.0, 8947.0, 8925.0, 8925.0, 8926.0, 8960.0, 8914.0, 8938.0, 8914.0, 8921.0, 8925.0, 8928.0, 8953.0, 8916.0, 8923.0, 8908.0, 8929.0, 8953.0, 8913.0, 8921.0, 8895.0, 8940.0, 8941.0, 8930.0, 8940.0, 8897.0, 8935.0, 8944.0, 8899.0, 8952.0, 8895.0, 8918.0, 8894.0, 8927.0, 8936.0, 8923.0, 8935.0, 8895.0, 8942.0, 8942.0, 8927.0, 8939.0, 8912.0, 8940.0, 8915.0, 8934.0, 8923.0, 8894.0, 8921.0, 8913.0, 8937.0, 8911.0, 8941.0, 8923.0, 8926.0, 8944.0, 8914.0, 8939.0, 8910.0, 8911.0, 8957.0, 8948.0, 8944.0, 8914.0, 8924.0, 8943.0, 8915.0, 8968.0, 8911.0, 8936.0, 8909.0, 8914.0, 8952.0, 8911.0, 8919.0, 8892.0, 8940.0, 8957.0, 8927.0, 8950.0, 8893.0, 8921.0, 8924.0, 8926.0, 8921.0, 8921.0, 8933.0, 8910.0, 8941.0, 8925.0, 8910.0, 8936.0, 8924.0, 8938.0, 8914.0, 8939.0, 8922.0, 8908.0, 8937.0, 8929.0, 8938.0, 8911.0, 8923.0, 8935.0, 8932.0, 8927.0, 8960.0, 8947.0, 8946.0, 8933.0, 8933.0, 8981.0, 8939.0, 8948.0, 8961.0, 8916.0, 8954.0, 8929.0, 8973.0, 8926.0, 8949.0, 8920.0, 8931.0, 8922.0, 8949.0, 8908.0, 8920.0, 8906.0, 8922.0, 8942.0, 8943.0, 8941.0, 8915.0, 8941.0, 8943.0, 8935.0, 8971.0, 8947.0, 8940.0, 8929.0, 8943.0, 8941.0, 8914.0, 8939.0, 8925.0, 8942.0, 8930.0, 8927.0, 8940.0, 8925.0, 8941.0, 8921.0, 8946.0, 8943.0, 8912.0, 8938.0, 8923.0, 8954.0, 8927.0, 8964.0, 8907.0, 8904.0, 8908.0, 8925.0, 8937.0, 8924.0, 8933.0, 8923.0, 8939.0, 8923.0, 8921.0, 8920.0, 8894.0, 8940.0, 8927.0, 8922.0, 8909.0, 8921.0, 8922.0, 8929.0, 8954.0, 8925.0, 8935.0, 8908.0, 8922.0, 8929.0, 8910.0, 8936.0, 8910.0, 8931.0, 8908.0, 8924.0, 8924.0, 8909.0, 8921.0, 8922.0, 8939.0, 8913.0, 8924.0, 8910.0, 8922.0, 8922.0, 8914.0, 8952.0, 8913.0, 8920.0, 8906.0, 8925.0, 8942.0, 8910.0, 8934.0, 8922.0, 8923.0, 8913.0, 8942.0, 8927.0, 8911.0, 8935.0, 8927.0, 8941.0, 8926.0, 8924.0, 8922.0, 8907.0, 8940.0, 8931.0, 8941.0, 8910.0, 8921.0, 8921.0, 8928.0, 8956.0, 8931.0, 8940.0, 8926.0, 8927.0, 8961.0, 8935.0, 8945.0, 8931.0, 8927.0, 8942.0, 8931.0, 8970.0, 8929.0, 8922.0, 8909.0, 8928.0, 8954.0, 8910.0, 8935.0, 8921.0, 8921.0, 8912.0, 8922.0, 8925.0, 8922.0, 8922.0, 8928.0, 8973.0, 8930.0, 8937.0, 8909.0, 8920.0, 8939.0, 8926.0, 8937.0, 8924.0, 8935.0, 8910.0, 8941.0, 8938.0, 8921.0, 8904.0, 8902.0, 8918.0, 8896.0, 8933.0, 8908.0, 8918.0, 8907.0, 8925.0, 8944.0, 8928.0, 8954.0, 8927.0, 8951.0, 8928.0, 8954.0, 8927.0, 8951.0, 8907.0, 8918.0, 8898.0, 8934.0, 8908.0, 8916.0, 8905.0, 8922.0, 8921.0, 8908.0, 8918.0, 8922.0, 8940.0, 8940.0, 8940.0, 8910.0, 8920.0, 8911.0, 8927.0, 8925.0, 8920.0, 8920.0, 8905.0, 8937.0, 8919.0, 8970.0, 8911.0, 8933.0, 8892.0, 8918.0, 8923.0, 8921.0, 8934.0, 8906.0, 8936.0, 8928.0, 8939.0, 8926.0, 8925.0, 8920.0, 8919.0, 8915.0, 8904.0, 8934.0, 8924.0, 8936.0, 8906.0, 8905.0, 8909.0, 8922.0, 8933.0, 8888.0, 8913.0, 8885.0, 8916.0, 8905.0, 8929.0, 8890.0, 8913.0, 8888.0, 8919.0, 8932.0, 8890.0, 8930.0, 8903.0, 8912.0, 8907.0, 8919.0, 8918.0, 8890.0, 8916.0, 8905.0, 8936.0, 8912.0, 8921.0, 8907.0, 8920.0, 8921.0, 8910.0, 8955.0, 8928.0, 8937.0, 8910.0, 8922.0, 8912.0, 8927.0, 8950.0, 8894.0, 8933.0, 8921.0, 8952.0, 8913.0, 8923.0, 8906.0, 8908.0, 8923.0, 8910.0, 8951.0, 8925.0, 8923.0, 8912.0, 8927.0, 8925.0, 8908.0, 8934.0, 8927.0, 8956.0, 8913.0, 8924.0, 8923.0, 8909.0, 8938.0, 8929.0, 8968.0, 8925.0, 8920.0, 8920.0, 8906.0, 8936.0, 8928.0, 8951.0, 8924.0, 8921.0, 8922.0, 8913.0, 8957.0, 8928.0, 8938.0, 8926.0, 8938.0, 8929.0, 8944.0, 8931.0, 8908.0, 8920.0, 8910.0, 8955.0, 8925.0, 8938.0, 8922.0, 8919.0, 8914.0, 8926.0, 8912.0, 8924.0, 8923.0, 8927.0, 8956.0, 8916.0, 8940.0, 8910.0, 8909.0, 8922.0, 8926.0, 8956.0, 8927.0, 8922.0, 8906.0, 8905.0, 8935.0, 8922.0, 8949.0, 8891.0, 8929.0, 8902.0, 8919.0, 8908.0, 8904.0, 8904.0, 8902.0, 8919.0, 8908.0, 8950.0, 8906.0, 8903.0, 8903.0, 8905.0, 8923.0, 8910.0, 8935.0, 8907.0, 8918.0, 8907.0, 8939.0, 8925.0, 8908.0, 8922.0, 8908.0, 8919.0, 8928.0, 8942.0, 8933.0, 8945.0, 8929.0, 8932.0, 8941.0, 8932.0, 8932.0, 8961.0, 8933.0, 8932.0, 8979.0, 8937.0, 8977.0, 8945.0, 8925.0, 8925.0, 8926.0, 8941.0, 8905.0, 8920.0, 8891.0, 8918.0, 8910.0, 8923.0, 8909.0, 8908.0, 8922.0, 8926.0, 8958.0, 8931.0, 8929.0, 8927.0, 8912.0, 8941.0, 8936.0, 8973.0, 8945.0, 8925.0, 8926.0, 8910.0, 8957.0, 8928.0, 8938.0, 8911.0, 8905.0, 8921.0, 8910.0, 8955.0, 8928.0, 8937.0, 8908.0, 8906.0, 8927.0, 8926.0, 8939.0, 8910.0, 8933.0, 8911.0, 8937.0, 8910.0, 8921.0, 8907.0, 8905.0, 8908.0, 8926.0, 8924.0, 8910.0, 8921.0, 8925.0, 8928.0, 8929.0, 8927.0, 8928.0, 8914.0, 8939.0, 8934.0, 8963.0, 8947.0, 8928.0, 8927.0, 8913.0, 8941.0, 8934.0, 8957.0, 8929.0, 8911.0, 8926.0, 8929.0, 8961.0, 8977.0, 9015.0, 8983.0, 8915.0, 8920.0, 8922.0, 8911.0, 8954.0, 8930.0, 8960.0, 8960.0, 8972.0, 8914.0, 8954.0, 8908.0, 8949.0, 8885.0, 8923.0, 8877.0, 8917.0, 8878.0, 8922.0, 8877.0, 8860.0, 8892.0, 8879.0, 8908.0, 8881.0, 8904.0, 8877.0, 8875.0, 8894.0, 8867.0, 8908.0, 8883.0, 8900.0, 8897.0, 8884.0, 8909.0, 8889.0, 8898.0, 8904.0, 8923.0, 8936.0, 8910.0, 8933.0, 8906.0, 8925.0, 8925.0, 8907.0, 8935.0, 8910.0, 8920.0, 8930.0, 8925.0, 8927.0, 8910.0, 8922.0, 8911.0, 8931.0, 8942.0, 8913.0, 8939.0, 8911.0, 8911.0, 8944.0, 8930.0, 8956.0, 8912.0, 8910.0, 8926.0, 8916.0, 8957.0, 8929.0, 8911.0, 8923.0, 8912.0, 8953.0, 8928.0, 8910.0, 8922.0, 8908.0, 8939.0, 8915.0, 8926.0, 8924.0, 8910.0, 8935.0, 8913.0, 8929.0, 8924.0, 8908.0, 8920.0, 8908.0, 8939.0, 8927.0, 8924.0, 8923.0, 8910.0, 8938.0, 8931.0, 8946.0, 8944.0, 8913.0, 8940.0, 8929.0, 8947.0, 8959.0, 8915.0, 8940.0, 8914.0, 8931.0, 8964.0, 8919.0, 8943.0, 8915.0, 8927.0, 8946.0, 8936.0, 8946.0, 8930.0, 8914.0, 8942.0, 8934.0, 8947.0, 8944.0, 8913.0, 8939.0, 8915.0, 8932.0, 8945.0, 8915.0, 8940.0, 8912.0, 8927.0, 8945.0, 8913.0, 8939.0, 8911.0, 8922.0, 8928.0, 8928.0, 8941.0, 8912.0, 8922.0, 8926.0, 8929.0, 8957.0, 8915.0, 8926.0, 8926.0, 8930.0, 8964.0, 8932.0, 8928.0, 8913.0, 8911.0, 8943.0, 8919.0, 8957.0, 8928.0, 8912.0, 8926.0, 8931.0, 8947.0, 8944.0, 8929.0, 8953.0, 8913.0, 8944.0, 8944.0, 8928.0, 8926.0, 8911.0, 8925.0, 8932.0, 8929.0, 8927.0, 8929.0, 8941.0, 8933.0, 8944.0, 8930.0, 8927.0, 8941.0, 8929.0, 8931.0, 8944.0, 8928.0, 8954.0, 8913.0, 8929.0, 8944.0, 8915.0, 8971.0, 8911.0, 8909.0, 8927.0, 8933.0, 8944.0, 8933.0, 8915.0, 8928.0, 8933.0, 8957.0, 8934.0, 8941.0, 8926.0, 8928.0, 8943.0, 8909.0, 8923.0, 8906.0, 8922.0, 8913.0, 8951.0, 8909.0, 8905.0, 8907.0, 8914.0, 8938.0, 8911.0, 8922.0, 8910.0, 8910.0, 8929.0, 8928.0, 8940.0, 8913.0, 8923.0, 8927.0, 8928.0, 8943.0, 8914.0, 8939.0, 8911.0, 8923.0, 8926.0, 8929.0, 8925.0, 8896.0, 8921.0, 8895.0, 8939.0, 8926.0, 8923.0, 8910.0, 8909.0, 8924.0, 8900.0, 8951.0, 8911.0, 8922.0, 8911.0, 8929.0, 8941.0, 8912.0, 8937.0, 8914.0, 8943.0, 8942.0, 8912.0, 8926.0, 8913.0, 8942.0, 8933.0, 8930.0, 8929.0, 8913.0, 8924.0, 8916.0, 8958.0, 8927.0, 8909.0, 8907.0, 8907.0, 8941.0, 8916.0, 8954.0, 8912.0, 8908.0, 8909.0, 8932.0, 8958.0, 8916.0, 8926.0, 8928.0, 8929.0, 8933.0, 8935.0, 8947.0, 8931.0, 8926.0, 8934.0, 8936.0, 8944.0, 8927.0, 8925.0, 8914.0, 8942.0, 8945.0, 8914.0, 8927.0, 8914.0, 8943.0, 8918.0, 8957.0, 8930.0, 8912.0, 8926.0, 8927.0, 8947.0, 8931.0, 8936.0, 8912.0, 8936.0, 8925.0, 8930.0, 8928.0, 8928.0, 8927.0, 8911.0, 8943.0, 8933.0, 8944.0, 8928.0, 8910.0, 8924.0, 8930.0, 8958.0, 8918.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.0006533636363636364</td></tr>
<tr><td colspan=3>aqi</td><td>0.036832802500000004</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.36367890090227</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.129876745769523</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9586883281273695</td></tr>
<tr><td colspan=3>efc</td><td>0.4652</td></tr>
<tr><td colspan=3>fber</td><td>5164.1016</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11463963776939662</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>118</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.93939393939394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4892693047723724</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.395432397433896</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6582163002595482</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4141592166236734</td></tr>
<tr><td colspan=3>gcor</td><td>0.00354265</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013574930839240551</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02150682359933853</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</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>4.09875407935786</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>39.3302</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.9082</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>150.8935</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>303034.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>658.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>284.6401</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.66</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>462.9565</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3240.3721</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3433.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73510.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1190.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4178.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>837.5659</td></tr>
<tr><td colspan=3>tsnr</td><td>35.00710804294795</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>