<?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-0039_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-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0039/figures/sub-0039_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-0039/figures/sub-0039_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0039/figures/sub-0039_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-0039/ses-04/func/sub-0039_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>2db5576f2a2da0c333ac17b767537653</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:12.257500</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.998958, -0.0162662, 0.0426301, 0.00819466, 0.983064, 0.183078]</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.0964756</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, -7773, -7249, 667, -72, -261, 14, 70]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.611</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7e7308c3-d6df-4609-8aca-f8f522d625d3||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.6801326274871826, 0.021985670551657677, 0.12119261175394058, 104.37203979492188], [0.043641120195388794, 2.6374895572662354, 0.49285194277763367, -104.29890441894531], [0.11437354236841202, -0.491184264421463, 2.651869058609009, -51.046836853027344], [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': ['163912.257500', '163912.717500', '163913.177500', '163913.637500', '163914.097500', '163914.557500', '163915.017500', '163915.477500', '163915.937500', '163916.397500', '163916.857500', '163917.317500', '163917.777500', '163918.237500', '163918.697500', '163919.157500', '163919.617500', '163920.077500', '163920.537500', '163920.997500', '163921.457500', '163921.917500', '163922.377500', '163922.837500', '163923.297500', '163923.757500', '163924.217500', '163924.677500', '163925.137500', '163925.597500', '163926.057500', '163926.517500', '163926.977500', '163927.437500', '163927.897500', '163928.357500', '163928.817500', '163929.277500', '163929.737500', '163930.197500', '163930.657500', '163931.117500', '163931.577500', '163932.037500', '163932.497500', '163932.957500', '163933.417500', '163933.877500', '163934.337500', '163934.797500', '163935.257500', '163935.717500', '163936.177500', '163936.637500', '163937.097500', '163937.557500', '163938.017500', '163938.477500', '163938.937500', '163939.397500', '163939.857500', '163940.317500', '163940.777500', '163941.237500', '163941.697500', '163942.157500', '163942.617500', '163943.077500', '163943.537500', '163943.997500', '163944.457500', '163944.917500', '163945.377500', '163945.837500', '163946.297500', '163946.757500', '163947.217500', '163947.677500', '163948.137500', '163948.597500', '163949.057500', '163949.517500', '163949.977500', '163950.437500', '163950.897500', '163951.357500', '163951.817500', '163952.277500', '163952.737500', '163953.197500', '163953.657500', '163954.117500', '163954.577500', '163955.037500', '163955.497500', '163955.957500', '163956.417500', '163956.877500', '163957.337500', '163957.797500', '163958.257500', '163958.717500', '163959.177500', '163959.637500', '164000.097500', '164000.557500', '164001.017500', '164001.477500', '164001.937500', '164002.397500', '164002.857500', '164003.317500', '164003.777500', '164004.237500', '164004.697500', '164005.157500', '164005.617500', '164006.077500', '164006.537500', '164006.997500', '164007.457500', '164007.917500', '164008.377500', '164008.837500', '164009.297500', '164009.757500', '164010.217500', '164010.677500', '164011.137500', '164011.597500', '164012.057500', '164012.517500', '164012.977500', '164013.437500', '164013.897500', '164014.357500', '164014.817500', '164015.277500', '164015.737500', '164016.197500', '164016.657500', '164017.117500', '164017.577500', '164018.037500', '164018.497500', '164018.957500', '164019.417500', '164019.877500', '164020.337500', '164020.797500', '164021.257500', '164021.717500', '164022.177500', '164022.637500', '164023.097500', '164023.557500', '164024.017500', '164024.477500', '164024.937500', '164025.397500', '164025.857500', '164026.317500', '164026.777500', '164027.237500', '164027.697500', '164028.157500', '164028.617500', '164029.077500', '164029.537500', '164029.997500', '164030.457500', '164030.917500', '164031.377500', '164031.837500', '164032.297500', '164032.757500', '164033.217500', '164033.677500', '164034.137500', '164034.597500', '164035.057500', '164035.517500', '164035.977500', '164036.437500', '164036.897500', '164037.357500', '164037.817500', '164038.277500', '164038.737500', '164039.197500', '164039.657500', '164040.117500', '164040.577500', '164041.037500', '164041.497500', '164041.957500', '164042.417500', '164042.877500', '164043.337500', '164043.797500', '164044.257500', '164044.717500', '164045.177500', '164045.637500', '164046.097500', '164046.557500', '164047.017500', '164047.477500', '164047.937500', '164048.397500', '164048.857500', '164049.317500', '164049.777500', '164050.237500', '164050.697500', '164051.157500', '164051.617500', '164052.077500', '164052.537500', '164052.997500', '164053.457500', '164053.917500', '164054.377500', '164054.837500', '164055.297500', '164055.757500', '164056.217500', '164056.677500', '164057.137500', '164057.597500', '164058.057500', '164058.517500', '164058.977500', '164059.437500', '164059.897500', '164100.357500', '164100.817500', '164101.277500', '164101.737500', '164102.197500', '164102.657500', '164103.117500', '164103.577500', '164104.037500', '164104.497500', '164104.957500', '164105.417500', '164105.877500', '164106.337500', '164106.797500', '164107.257500', '164107.717500', '164108.177500', '164108.637500', '164109.097500', '164109.557500', '164110.017500', '164110.477500', '164110.937500', '164111.397500', '164111.857500', '164112.317500', '164112.777500', '164113.237500', '164113.697500', '164114.157500', '164114.617500', '164115.077500', '164115.537500', '164115.997500', '164116.457500', '164116.917500', '164117.377500', '164117.837500', '164118.297500', '164118.757500', '164119.217500', '164119.677500', '164120.137500', '164120.597500', '164121.057500', '164121.517500', '164121.977500', '164122.437500', '164122.897500', '164123.357500', '164123.817500', '164124.277500', '164124.737500', '164125.197500', '164125.657500', '164126.117500', '164126.577500', '164127.037500', '164127.497500', '164127.957500', '164128.417500', '164128.877500', '164129.337500', '164129.797500', '164130.257500', '164130.717500', '164131.177500', '164131.637500', '164132.097500', '164132.557500', '164133.017500', '164133.477500', '164133.937500', '164134.397500', '164134.857500', '164135.317500', '164135.777500', '164136.237500', '164136.697500', '164137.157500', '164137.617500', '164138.077500', '164138.537500', '164138.997500', '164139.457500', '164139.917500', '164140.377500', '164140.837500', '164141.297500', '164141.757500', '164142.217500', '164142.677500', '164143.137500', '164143.597500', '164144.057500', '164144.517500', '164144.977500', '164145.437500', '164145.897500', '164146.357500', '164146.817500', '164147.277500', '164147.737500', '164148.197500', '164148.657500', '164149.117500', '164149.577500', '164150.037500', '164150.497500', '164150.957500', '164151.417500', '164151.877500', '164152.337500', '164152.797500', '164153.257500', '164153.717500', '164154.177500', '164154.637500', '164155.097500', '164155.557500', '164156.017500', '164156.477500', '164156.937500', '164157.397500', '164157.857500', '164158.317500', '164158.777500', '164159.237500', '164159.697500', '164200.157500', '164200.617500', '164201.077500', '164201.537500', '164201.997500', '164202.457500', '164202.917500', '164203.377500', '164203.837500', '164204.297500', '164204.757500', '164205.217500', '164205.677500', '164206.137500', '164206.597500', '164207.057500', '164207.517500', '164207.977500', '164208.437500', '164208.897500', '164209.357500', '164209.817500', '164210.277500', '164210.737500', '164211.197500', '164211.657500', '164212.117500', '164212.577500', '164213.037500', '164213.497500', '164213.957500', '164214.417500', '164214.877500', '164215.337500', '164215.797500', '164216.257500', '164216.717500', '164217.177500', '164217.637500', '164218.097500', '164218.557500', '164219.017500', '164219.477500', '164219.937500', '164220.397500', '164220.857500', '164221.317500', '164221.777500', '164222.237500', '164222.697500', '164223.157500', '164223.617500', '164224.077500', '164224.537500', '164224.997500', '164225.457500', '164225.917500', '164226.377500', '164226.837500', '164227.297500', '164227.757500', '164228.217500', '164228.677500', '164229.137500', '164229.597500', '164230.057500', '164230.517500', '164230.977500', '164231.437500', '164231.897500', '164232.357500', '164232.817500', '164233.277500', '164233.737500', '164234.197500', '164234.657500', '164235.117500', '164235.577500', '164236.037500', '164236.497500', '164236.957500', '164237.417500', '164237.877500', '164238.337500', '164238.797500', '164239.257500', '164239.717500', '164240.177500', '164240.637500', '164241.097500', '164241.557500', '164242.017500', '164242.477500', '164242.937500', '164243.397500', '164243.857500', '164244.317500', '164244.777500', '164245.237500', '164245.697500', '164246.157500', '164246.617500', '164247.077500', '164247.537500', '164247.997500', '164248.457500', '164248.917500', '164249.377500', '164249.837500', '164250.297500', '164250.757500', '164251.217500', '164251.677500', '164252.137500', '164252.597500', '164253.057500', '164253.517500', '164253.977500', '164254.437500', '164254.897500', '164255.357500', '164255.817500', '164256.277500', '164256.737500', '164257.197500', '164257.657500', '164258.117500', '164258.577500', '164259.037500', '164259.497500', '164259.957500', '164300.417500', '164300.877500', '164301.337500', '164301.797500', '164302.257500', '164302.717500', '164303.177500', '164303.637500', '164304.097500', '164304.557500', '164305.017500', '164305.477500', '164305.937500', '164306.397500', '164306.857500', '164307.317500', '164307.777500', '164308.237500', '164308.697500', '164309.157500', '164309.617500', '164310.077500', '164310.537500', '164310.997500', '164311.457500', '164311.917500', '164312.377500', '164312.837500', '164313.297500', '164313.757500', '164314.217500', '164314.677500', '164315.137500', '164315.597500', '164316.057500', '164316.517500', '164316.977500', '164317.437500', '164317.897500', '164318.357500', '164318.817500', '164319.277500', '164319.737500', '164320.197500', '164320.657500', '164321.117500', '164321.577500', '164322.037500', '164322.497500', '164322.957500', '164323.417500', '164323.877500', '164324.337500', '164324.797500', '164325.257500', '164325.717500', '164326.177500', '164326.637500', '164327.097500', '164327.557500', '164328.017500', '164328.477500', '164328.937500', '164329.397500', '164329.857500', '164330.317500', '164330.777500', '164331.237500', '164331.697500', '164332.157500', '164332.617500', '164333.077500', '164333.537500', '164333.997500', '164334.457500', '164334.917500', '164335.377500', '164335.837500', '164336.297500', '164336.757500', '164337.217500', '164337.677500', '164338.137500', '164338.597500', '164339.057500', '164339.517500', '164339.977500', '164340.437500', '164340.897500', '164341.357500', '164341.817500', '164342.277500', '164342.737500', '164343.197500', '164343.657500', '164344.117500', '164344.577500', '164345.037500', '164345.497500', '164345.957500', '164346.417500', '164346.877500', '164347.337500', '164347.797500', '164348.257500', '164348.717500', '164349.177500', '164349.637500', '164350.097500', '164350.557500', '164351.017500', '164351.477500', '164351.937500', '164352.397500', '164352.857500', '164353.317500', '164353.777500', '164354.237500', '164354.697500', '164355.157500', '164355.617500', '164356.077500', '164356.537500', '164356.997500', '164357.457500', '164357.917500', '164358.377500', '164358.837500', '164359.297500', '164359.757500', '164400.217500', '164400.677500', '164401.137500', '164401.597500', '164402.057500', '164402.517500', '164402.977500', '164403.437500', '164403.897500', '164404.357500', '164404.817500', '164405.277500', '164405.737500', '164406.197500', '164406.657500', '164407.117500', '164407.577500', '164408.037500', '164408.497500', '164408.957500', '164409.417500', '164409.877500', '164410.337500', '164410.797500', '164411.257500', '164411.717500', '164412.177500', '164412.637500', '164413.097500', '164413.557500', '164414.017500', '164414.477500', '164414.937500', '164415.397500', '164415.857500', '164416.317500', '164416.777500', '164417.237500', '164417.697500', '164418.157500', '164418.617500', '164419.077500', '164419.537500', '164419.997500', '164420.457500', '164420.917500', '164421.377500', '164421.837500', '164422.297500', '164422.757500', '164423.217500', '164423.677500', '164424.137500', '164424.597500', '164425.057500', '164425.517500', '164425.977500', '164426.437500', '164426.897500', '164427.357500', '164427.817500', '164428.277500', '164428.737500', '164429.197500', '164429.657500', '164430.117500', '164430.577500', '164431.037500', '164431.497500', '164431.957500', '164432.417500', '164432.877500', '164433.337500', '164433.797500', '164434.257500', '164434.717500', '164435.177500', '164435.637500', '164436.097500', '164436.557500', '164437.017500', '164437.477500', '164437.937500', '164438.397500', '164438.857500', '164439.317500', '164439.777500', '164440.237500', '164440.697500', '164441.157500', '164441.617500', '164442.077500', '164442.537500', '164442.997500', '164443.457500', '164443.917500', '164444.377500', '164444.837500', '164445.297500', '164445.757500', '164446.217500', '164446.677500', '164447.137500', '164447.597500', '164448.057500', '164448.517500', '164448.977500', '164449.437500', '164449.897500', '164450.357500', '164450.817500', '164451.277500', '164451.737500', '164452.197500', '164452.657500', '164453.117500', '164453.577500', '164454.037500', '164454.497500', '164454.957500', '164455.417500', '164455.877500', '164456.337500', '164456.797500', '164457.257500', '164457.717500', '164458.177500', '164458.637500', '164459.097500', '164459.557500', '164500.017500', '164500.477500', '164500.937500', '164501.397500', '164501.857500', '164502.317500', '164502.777500', '164503.237500', '164503.697500', '164504.157500', '164504.617500', '164505.077500', '164505.537500', '164505.997500', '164506.457500', '164506.917500', '164507.377500', '164507.837500', '164508.297500', '164508.757500', '164509.217500', '164509.677500', '164510.137500', '164510.597500', '164511.057500', '164511.517500', '164511.977500', '164512.437500', '164512.897500', '164513.357500', '164513.817500', '164514.277500', '164514.737500', '164515.197500', '164515.657500', '164516.117500', '164516.577500', '164517.037500', '164517.497500', '164517.957500', '164518.417500', '164518.877500', '164519.337500', '164519.797500', '164520.257500', '164520.717500', '164521.177500', '164521.637500', '164522.097500', '164522.557500', '164523.017500', '164523.477500', '164523.937500', '164524.397500', '164524.857500', '164525.317500', '164525.777500', '164526.237500', '164526.697500', '164527.157500', '164527.617500', '164528.077500', '164528.537500', '164528.997500', '164529.457500', '164529.917500', '164530.377500', '164530.837500', '164531.297500', '164531.757500', '164532.217500', '164532.677500', '164533.137500', '164533.597500', '164534.057500', '164534.517500', '164534.977500', '164535.437500', '164535.897500', '164536.357500', '164536.817500', '164537.277500', '164537.737500', '164538.197500', '164538.657500', '164539.117500', '164539.577500', '164540.037500', '164540.497500', '164540.957500', '164541.417500', '164541.877500', '164542.337500', '164542.797500', '164543.257500', '164543.717500', '164544.177500', '164544.637500', '164545.097500', '164545.557500', '164546.017500', '164546.477500', '164546.937500', '164547.397500', '164547.857500', '164548.317500', '164548.777500', '164549.237500', '164549.697500', '164550.157500', '164550.617500', '164551.077500', '164551.537500', '164551.997500', '164552.457500', '164552.917500', '164553.377500', '164553.837500', '164554.297500', '164554.757500', '164555.217500', '164555.677500', '164556.137500', '164556.597500', '164557.057500', '164557.517500', '164557.977500', '164558.437500', '164558.897500', '164559.357500', '164559.817500', '164600.277500', '164600.737500', '164601.197500', '164601.657500', '164602.117500', '164602.577500', '164603.037500', '164603.497500', '164603.957500', '164604.417500', '164604.877500', '164605.337500', '164605.797500', '164606.257500', '164606.717500', '164607.177500', '164607.637500', '164608.097500', '164608.557500', '164609.017500', '164609.477500', '164609.937500', '164610.397500', '164610.857500', '164611.317500', '164611.777500', '164612.237500', '164612.697500', '164613.157500', '164613.617500', '164614.077500', '164614.537500', '164614.997500', '164615.457500', '164615.917500', '164616.377500', '164616.837500', '164617.297500', '164617.757500', '164618.217500', '164618.677500', '164619.137500', '164619.597500', '164620.057500', '164620.517500', '164620.977500', '164621.437500', '164621.897500', '164622.357500', '164622.817500', '164623.277500', '164623.737500', '164624.197500', '164624.657500', '164625.117500', '164625.577500', '164626.037500', '164626.497500', '164626.957500', '164627.417500', '164627.877500', '164628.337500', '164628.797500', '164629.257500', '164629.717500', '164630.177500', '164630.637500', '164631.097500', '164631.557500', '164632.017500', '164632.477500', '164632.937500', '164633.397500', '164633.857500', '164634.317500', '164634.777500', '164635.237500', '164635.697500', '164636.157500', '164636.617500', '164637.077500', '164637.537500', '164637.997500', '164638.457500', '164638.917500', '164639.377500', '164639.837500', '164640.297500', '164640.757500', '164641.217500', '164641.677500', '164642.137500', '164642.597500', '164643.057500', '164643.517500', '164643.977500', '164644.437500', '164644.897500', '164645.357500', '164645.817500', '164646.277500', '164646.737500', '164647.197500', '164647.657500', '164648.117500', '164648.577500', '164649.037500', '164649.497500', '164649.957500', '164650.417500', '164650.877500', '164651.337500', '164651.797500', '164652.257500', '164652.717500', '164653.177500', '164653.637500', '164654.097500', '164654.557500', '164655.017500', '164655.477500', '164655.937500', '164656.397500', '164656.857500', '164657.317500', '164657.777500', '164658.237500', '164658.697500', '164659.157500', '164659.617500', '164700.077500', '164700.537500', '164700.997500', '164701.457500', '164701.917500', '164702.377500', '164702.837500', '164703.297500', '164703.757500', '164704.217500', '164704.677500', '164705.137500', '164705.597500', '164706.057500', '164706.517500', '164706.977500', '164707.437500', '164707.897500', '164708.357500', '164708.817500', '164709.277500', '164709.737500', '164710.197500', '164710.657500', '164711.117500', '164711.577500', '164712.037500', '164712.497500', '164712.957500', '164713.417500', '164713.877500', '164714.337500', '164714.797500', '164715.257500', '164715.717500', '164716.177500', '164716.637500', '164717.097500', '164717.557500', '164718.017500', '164718.477500', '164718.937500', '164719.397500', '164719.857500', '164720.317500', '164720.777500', '164721.237500', '164721.697500', '164722.157500', '164722.617500', '164723.077500', '164723.537500', '164723.997500', '164724.457500', '164724.917500', '164725.377500', '164725.837500', '164726.297500', '164726.757500', '164727.217500', '164727.677500', '164728.137500', '164728.597500', '164729.057500', '164729.517500', '164729.977500', '164730.437500', '164730.897500', '164731.357500', '164731.817500', '164732.277500', '164732.737500', '164733.197500', '164733.657500', '164734.117500', '164734.577500', '164735.037500', '164735.497500', '164735.957500', '164736.417500', '164736.877500', '164737.337500', '164737.797500', '164738.257500', '164738.717500', '164739.177500', '164739.637500', '164740.097500', '164740.557500', '164741.017500', '164741.477500', '164741.937500', '164742.397500', '164742.857500', '164743.317500', '164743.777500', '164744.237500', '164744.697500', '164745.157500', '164745.617500', '164746.077500', '164746.537500', '164746.997500', '164747.457500', '164747.917500', '164748.377500', '164748.837500', '164749.297500', '164749.757500', '164750.217500', '164750.677500', '164751.137500', '164751.597500', '164752.057500', '164752.517500', '164752.977500', '164753.437500', '164753.897500', '164754.357500', '164754.817500', '164755.277500', '164755.737500', '164756.197500', '164756.657500', '164757.117500', '164757.577500', '164758.037500', '164758.497500', '164758.957500', '164759.417500', '164759.877500', '164800.337500', '164800.797500', '164801.257500', '164801.717500', '164802.177500', '164802.637500', '164803.097500', '164803.557500', '164804.017500', '164804.477500', '164804.937500', '164805.397500', '164805.857500', '164806.317500', '164806.777500', '164807.237500', '164807.697500', '164808.157500', '164808.617500', '164809.077500', '164809.537500', '164809.997500', '164810.457500', '164810.917500', '164811.377500', '164811.837500', '164812.297500', '164812.757500', '164813.217500', '164813.677500', '164814.137500', '164814.597500', '164815.057500', '164815.517500', '164815.977500', '164816.437500', '164816.897500', '164817.357500', '164817.817500', '164818.277500', '164818.737500', '164819.197500', '164819.657500', '164820.117500', '164820.577500', '164821.037500', '164821.497500', '164821.957500', '164822.417500', '164822.877500', '164823.337500', '164823.797500', '164824.257500', '164824.717500', '164825.177500', '164825.637500', '164826.097500', '164826.557500', '164827.017500', '164827.477500', '164827.937500', '164828.397500', '164828.857500', '164829.317500', '164829.777500', '164830.237500', '164830.697500', '164831.157500', '164831.617500', '164832.077500', '164832.537500', '164832.997500', '164833.457500', '164833.917500', '164834.377500', '164834.837500', '164835.297500', '164835.757500', '164836.217500', '164836.677500', '164837.137500', '164837.597500', '164838.057500', '164838.517500', '164838.977500', '164839.437500', '164839.897500', '164840.357500', '164840.817500', '164841.277500', '164841.737500', '164842.197500', '164842.657500', '164843.117500', '164843.577500', '164844.037500', '164844.497500', '164844.957500', '164845.417500', '164845.877500', '164846.337500', '164846.797500', '164847.257500', '164847.717500', '164848.177500', '164848.637500', '164849.097500', '164849.557500', '164850.017500', '164850.477500', '164850.937500', '164851.397500', '164851.857500', '164852.317500', '164852.777500', '164853.237500', '164853.697500', '164854.157500', '164854.617500', '164855.077500', '164855.537500', '164855.997500', '164856.457500', '164856.917500', '164857.377500', '164857.837500', '164858.297500', '164858.757500', '164859.217500', '164859.677500', '164900.137500', '164900.597500', '164901.057500', '164901.517500', '164901.977500', '164902.437500', '164902.897500', '164903.357500', '164903.817500', '164904.277500', '164904.737500', '164905.197500', '164905.657500', '164906.117500', '164906.577500', '164907.037500', '164907.497500', '164907.957500', '164908.417500', '164908.877500', '164909.337500', '164909.797500', '164910.257500', '164910.717500', '164911.177500', '164911.637500', '164912.097500', '164912.557500', '164913.017500', '164913.477500', '164913.937500', '164914.397500', '164914.857500', '164915.317500', '164915.777500', '164916.237500', '164916.697500', '164917.157500', '164917.617500', '164918.077500', '164918.537500', '164918.997500', '164919.457500', '164919.917500'], 'ContentTime': ['163929.235000', '163929.238000', '163929.246000', '163929.249000', '163929.251000', '163929.254000', '163929.257000', '163929.259000', '163929.262000', '163929.264000', '163929.267000', '163929.270000', '163929.272000', '163929.275000', '163929.278000', '163929.280000', '163929.283000', '163929.285000', '163929.288000', '163929.291000', '163929.293000', '163929.296000', '163929.298000', '163929.301000', '163929.303000', '163929.306000', '163929.311000', '163929.313000', '163929.316000', '163929.318000', '163929.321000', '163929.324000', '163929.326000', '163929.329000', '163929.332000', '163949.208000', '163949.211000', '163949.214000', '163949.216000', '163949.219000', '163949.221000', '163949.224000', '163949.227000', '163949.229000', '163949.232000', '163949.241000', '163949.243000', '163949.246000', '163949.248000', '163949.251000', '163949.253000', '163949.256000', '163949.258000', '163949.261000', '163949.263000', '163949.280000', '163949.282000', '163949.285000', '163949.288000', '163949.290000', '163949.293000', '163949.295000', '163949.298000', '163949.300000', '163949.303000', '163949.306000', '163949.308000', '163949.311000', '163949.313000', '163949.316000', '163949.319000', '163949.321000', '163949.324000', '163949.326000', '163949.329000', '163949.331000', '163949.334000', '163949.336000', '164009.208000', '164009.211000', '164009.214000', '164009.216000', '164009.219000', '164009.222000', '164009.224000', '164009.227000', '164009.229000', '164009.265000', '164009.268000', '164009.270000', '164009.273000', '164009.275000', '164009.278000', '164009.281000', '164009.283000', '164009.286000', '164009.288000', '164009.291000', '164009.294000', '164009.296000', '164009.299000', '164009.301000', '164009.304000', '164009.307000', '164009.309000', '164009.312000', '164009.314000', '164009.317000', '164009.320000', '164009.322000', '164009.325000', '164009.327000', '164009.330000', '164009.332000', '164009.335000', '164009.338000', '164009.340000', '164009.343000', '164009.346000', '164009.348000', '164009.351000', '164009.353000', '164029.208000', '164029.211000', '164029.214000', '164029.216000', '164029.219000', '164029.222000', '164029.225000', '164029.227000', '164029.230000', '164029.233000', '164029.235000', '164029.238000', '164029.240000', '164029.243000', '164029.245000', '164029.248000', '164029.250000', '164029.253000', '164029.256000', '164029.258000', '164029.261000', '164029.263000', '164029.266000', '164029.269000', '164029.271000', '164029.274000', '164029.276000', '164029.279000', '164029.281000', '164029.284000', '164029.287000', '164029.289000', '164029.292000', '164029.294000', '164029.297000', '164029.300000', '164029.304000', '164029.308000', '164029.311000', '164029.314000', '164029.316000', '164029.319000', '164029.321000', '164049.208000', '164049.211000', '164049.214000', '164049.217000', '164049.219000', '164049.222000', '164049.224000', '164049.227000', '164049.230000', '164049.232000', '164049.235000', '164049.237000', '164049.240000', '164049.243000', '164049.245000', '164049.248000', '164049.250000', '164049.253000', '164049.255000', '164049.258000', '164049.260000', '164049.263000', '164049.266000', '164049.268000', '164049.271000', '164049.273000', '164049.276000', '164049.278000', '164049.281000', '164049.283000', '164049.286000', '164049.289000', '164049.291000', '164049.294000', '164049.296000', '164049.299000', '164049.301000', '164049.304000', '164049.307000', '164049.309000', '164049.312000', '164049.314000', '164049.317000', '164049.320000', '164109.208000', '164109.211000', '164109.214000', '164109.216000', '164109.219000', '164109.222000', '164109.224000', '164109.227000', '164109.230000', '164109.232000', '164109.235000', '164109.237000', '164109.240000', '164109.242000', '164109.245000', '164109.247000', '164109.250000', '164109.253000', '164109.255000', '164109.258000', '164109.260000', '164109.263000', '164109.265000', '164109.268000', '164109.271000', '164109.273000', '164109.276000', '164109.279000', '164109.282000', '164109.284000', '164109.287000', '164109.289000', '164109.292000', '164109.294000', '164109.297000', '164109.300000', '164109.302000', '164109.305000', '164109.307000', '164109.310000', '164109.312000', '164109.315000', '164109.318000', '164129.208000', '164129.211000', '164129.214000', '164129.217000', '164129.219000', '164129.222000', '164129.225000', '164129.227000', '164129.230000', '164129.232000', '164129.235000', '164129.238000', '164129.240000', '164129.243000', '164129.246000', '164129.248000', '164129.266000', '164129.269000', '164129.271000', '164129.274000', '164129.276000', '164129.279000', '164129.281000', '164129.284000', '164129.286000', '164129.289000', '164129.291000', '164129.294000', '164129.296000', '164129.299000', '164129.302000', '164129.304000', '164129.307000', '164129.310000', '164129.312000', '164129.315000', '164129.317000', '164129.320000', '164129.323000', '164129.325000', '164129.328000', '164129.330000', '164129.333000', '164129.336000', '164149.208000', '164149.211000', '164149.214000', '164149.217000', '164149.219000', '164149.222000', '164149.224000', '164149.227000', '164149.230000', '164149.232000', '164149.235000', '164149.237000', '164149.240000', '164149.243000', '164149.245000', '164149.248000', '164149.251000', '164149.253000', '164149.256000', '164149.258000', '164149.261000', '164149.264000', '164149.266000', '164149.269000', '164149.271000', '164149.274000', '164149.277000', '164149.279000', '164149.282000', '164149.284000', '164149.287000', '164149.290000', '164149.292000', '164149.295000', '164149.298000', '164149.300000', '164149.303000', '164149.306000', '164149.308000', '164149.311000', '164149.314000', '164149.316000', '164149.319000', '164209.208000', '164209.211000', '164209.214000', '164209.217000', '164209.219000', '164209.222000', '164209.224000', '164209.227000', '164209.229000', '164209.232000', '164209.234000', '164209.237000', '164209.240000', '164209.242000', '164209.245000', '164209.248000', '164209.250000', '164209.253000', '164209.255000', '164209.258000', '164209.261000', '164209.263000', '164209.266000', '164209.268000', '164209.271000', '164209.274000', '164209.276000', '164209.279000', '164209.282000', '164209.284000', '164209.287000', '164209.289000', '164209.292000', '164209.295000', '164209.297000', '164209.300000', '164209.302000', '164209.305000', '164209.308000', '164209.310000', '164209.313000', '164209.315000', '164209.318000', '164209.321000', '164229.208000', '164229.211000', '164229.214000', '164229.217000', '164229.219000', '164229.222000', '164229.224000', '164229.227000', '164229.230000', '164229.232000', '164229.235000', '164229.237000', '164229.240000', '164229.243000', '164229.245000', '164229.248000', '164229.251000', '164229.253000', '164229.256000', '164229.258000', '164229.261000', '164229.264000', '164229.266000', '164229.269000', '164229.271000', '164229.274000', '164229.277000', '164229.280000', '164229.282000', '164229.285000', '164229.287000', '164229.290000', '164229.292000', '164229.295000', '164229.298000', '164229.300000', '164229.303000', '164229.305000', '164229.308000', '164229.310000', '164229.313000', '164229.316000', '164229.318000', '164249.208000', '164249.211000', '164249.214000', '164249.217000', '164249.219000', '164249.222000', '164249.224000', '164249.227000', '164249.229000', '164249.232000', '164249.235000', '164249.237000', '164249.240000', '164249.242000', '164249.245000', '164249.248000', '164249.250000', '164249.253000', '164249.255000', '164249.258000', '164249.261000', '164249.263000', '164249.266000', '164249.268000', '164249.271000', '164249.274000', '164249.276000', '164249.279000', '164249.282000', '164249.284000', '164249.287000', '164249.289000', '164249.292000', '164249.294000', '164249.297000', '164249.300000', '164249.302000', '164249.305000', '164249.307000', '164249.310000', '164249.313000', '164249.327000', '164249.330000', '164249.332000', '164309.208000', '164309.211000', '164309.214000', '164309.217000', '164309.219000', '164309.222000', '164309.224000', '164309.227000', '164309.230000', '164309.232000', '164309.235000', '164309.238000', '164309.240000', '164309.243000', '164309.246000', '164309.248000', '164309.251000', '164309.254000', '164309.256000', '164309.259000', '164309.261000', '164309.264000', '164309.267000', '164309.269000', '164309.272000', '164309.274000', '164309.277000', '164309.280000', '164309.282000', '164309.285000', '164309.287000', '164309.290000', '164309.293000', '164309.295000', '164309.298000', '164309.301000', '164309.303000', '164309.306000', '164309.308000', '164309.311000', '164309.314000', '164309.316000', '164309.319000', '164329.208000', '164329.211000', '164329.214000', '164329.217000', '164329.219000', '164329.222000', '164329.224000', '164329.227000', '164329.229000', '164329.232000', '164329.235000', '164329.237000', '164329.240000', '164329.242000', '164329.245000', '164329.247000', '164329.250000', '164329.252000', '164329.255000', '164329.258000', '164329.260000', '164329.263000', '164329.265000', '164329.268000', '164329.271000', '164329.273000', '164329.276000', '164329.278000', '164329.281000', '164329.284000', '164329.286000', '164329.289000', '164329.291000', '164329.294000', '164329.297000', '164329.300000', '164329.303000', '164329.305000', '164329.308000', '164329.311000', '164329.313000', '164329.316000', '164329.318000', '164329.321000', '164349.209000', '164349.211000', '164349.214000', '164349.216000', '164349.219000', '164349.222000', '164349.224000', '164349.227000', '164349.229000', '164349.232000', '164349.234000', '164349.237000', '164349.240000', '164349.242000', '164349.245000', '164349.247000', '164349.250000', '164349.252000', '164349.255000', '164349.257000', '164349.260000', '164349.263000', '164349.265000', '164349.268000', '164349.270000', '164349.273000', '164349.275000', '164349.278000', '164349.281000', '164349.283000', '164349.286000', '164349.288000', '164349.291000', '164349.294000', '164349.296000', '164349.299000', '164349.301000', '164349.304000', '164349.307000', '164349.309000', '164349.312000', '164349.314000', '164349.317000', '164409.208000', '164409.211000', '164409.214000', '164409.217000', '164409.219000', '164409.222000', '164409.224000', '164409.227000', '164409.229000', '164409.232000', '164409.235000', '164409.238000', '164409.241000', '164409.243000', '164409.246000', '164409.249000', '164409.251000', '164409.254000', '164409.256000', '164409.259000', '164409.262000', '164409.264000', '164409.267000', '164409.270000', '164409.272000', '164409.275000', '164409.277000', '164409.280000', '164409.283000', '164409.285000', '164409.288000', '164409.291000', '164409.293000', '164409.296000', '164409.298000', '164409.301000', '164409.303000', '164409.306000', '164409.309000', '164409.311000', '164409.314000', '164409.316000', '164409.319000', '164409.322000', '164429.208000', '164429.211000', '164429.214000', '164429.217000', '164429.220000', '164429.222000', '164429.225000', '164429.227000', '164429.230000', '164429.233000', '164429.235000', '164429.238000', '164429.240000', '164429.243000', '164429.246000', '164429.248000', '164429.251000', '164429.253000', '164429.256000', '164429.259000', '164429.261000', '164429.264000', '164429.278000', '164429.281000', '164429.283000', '164429.286000', '164429.288000', '164429.291000', '164429.294000', '164429.296000', '164429.299000', '164429.301000', '164429.304000', '164429.307000', '164429.309000', '164429.312000', '164429.314000', '164429.317000', '164429.320000', '164429.323000', '164429.325000', '164429.328000', '164429.330000', '164449.208000', '164449.211000', '164449.214000', '164449.216000', '164449.219000', '164449.222000', '164449.224000', '164449.227000', '164449.229000', '164449.232000', '164449.235000', '164449.237000', '164449.240000', '164449.242000', '164449.245000', '164449.248000', '164449.250000', '164449.253000', '164449.255000', '164449.258000', '164449.261000', '164449.263000', '164449.266000', '164449.269000', '164449.271000', '164449.274000', '164449.276000', '164449.279000', '164449.282000', '164449.284000', '164449.287000', '164449.289000', '164449.292000', '164449.295000', '164449.297000', '164449.300000', '164449.303000', '164449.305000', '164449.308000', '164449.310000', '164449.313000', '164449.316000', '164449.318000', '164449.321000', '164509.209000', '164509.211000', '164509.214000', '164509.216000', '164509.219000', '164509.222000', '164509.224000', '164509.227000', '164509.229000', '164509.232000', '164509.235000', '164509.237000', '164509.240000', '164509.242000', '164509.245000', '164509.247000', '164509.250000', '164509.253000', '164509.255000', '164509.258000', '164509.260000', '164509.263000', '164509.266000', '164509.268000', '164509.271000', '164509.273000', '164509.276000', '164509.278000', '164509.281000', '164509.284000', '164509.286000', '164509.289000', '164509.291000', '164509.294000', '164509.296000', '164509.299000', '164509.302000', '164509.304000', '164509.307000', '164509.310000', '164509.312000', '164509.315000', '164509.317000', '164529.208000', '164529.213000', '164529.215000', '164529.218000', '164529.221000', '164529.224000', '164529.228000', '164529.230000', '164529.234000', '164529.236000', '164529.239000', '164529.241000', '164529.244000', '164529.247000', '164529.249000', '164529.252000', '164529.255000', '164529.257000', '164529.260000', '164529.262000', '164529.265000', '164529.268000', '164529.270000', '164529.273000', '164529.275000', '164529.278000', '164529.281000', '164529.284000', '164529.287000', '164529.289000', '164529.292000', '164529.295000', '164529.297000', '164529.300000', '164529.302000', '164529.305000', '164529.308000', '164529.310000', '164529.313000', '164529.315000', '164529.318000', '164529.320000', '164529.323000', '164529.326000', '164549.208000', '164549.211000', '164549.214000', '164549.217000', '164549.219000', '164549.222000', '164549.224000', '164549.227000', '164549.230000', '164549.232000', '164549.235000', '164549.237000', '164549.240000', '164549.243000', '164549.245000', '164549.248000', '164549.250000', '164549.253000', '164549.256000', '164549.258000', '164549.261000', '164549.264000', '164549.266000', '164549.269000', '164549.271000', '164549.274000', '164549.277000', '164549.279000', '164549.282000', '164549.284000', '164549.287000', '164549.289000', '164549.292000', '164549.311000', '164549.313000', '164549.316000', '164549.318000', '164549.321000', '164549.324000', '164549.326000', '164549.329000', '164549.332000', '164549.334000', '164609.208000', '164609.211000', '164609.214000', '164609.217000', '164609.219000', '164609.222000', '164609.225000', '164609.227000', '164609.230000', '164609.232000', '164609.235000', '164609.237000', '164609.240000', '164609.242000', '164609.255000', '164609.258000', '164609.261000', '164609.263000', '164609.266000', '164609.268000', '164609.271000', '164609.274000', '164609.276000', '164609.279000', '164609.282000', '164609.284000', '164609.287000', '164609.290000', '164609.292000', '164609.295000', '164609.297000', '164609.300000', '164609.303000', '164609.305000', '164609.308000', '164609.310000', '164609.313000', '164609.315000', '164609.318000', '164609.321000', '164609.323000', '164609.326000', '164609.328000', '164629.208000', '164629.211000', '164629.214000', '164629.217000', '164629.219000', '164629.222000', '164629.224000', '164629.227000', '164629.230000', '164629.232000', '164629.235000', '164629.238000', '164629.240000', '164629.243000', '164629.245000', '164629.248000', '164629.251000', '164629.253000', '164629.256000', '164629.258000', '164629.261000', '164629.263000', '164629.266000', '164629.269000', '164629.271000', '164629.274000', '164629.276000', '164629.279000', '164629.281000', '164629.284000', '164629.287000', '164629.289000', '164629.292000', '164629.295000', '164629.297000', '164629.300000', '164629.302000', '164629.305000', '164629.307000', '164629.310000', '164629.313000', '164629.315000', '164629.318000', '164629.320000', '164649.208000', '164649.211000', '164649.214000', '164649.217000', '164649.219000', '164649.222000', '164649.225000', '164649.227000', '164649.230000', '164649.232000', '164649.235000', '164649.237000', '164649.240000', '164649.242000', '164649.245000', '164649.248000', '164649.250000', '164649.253000', '164649.256000', '164649.258000', '164649.262000', '164649.265000', '164649.268000', '164649.270000', '164649.273000', '164649.275000', '164649.278000', '164649.280000', '164649.283000', '164649.285000', '164649.288000', '164649.291000', '164649.293000', '164649.296000', '164649.298000', '164649.301000', '164649.304000', '164649.306000', '164649.309000', '164649.311000', '164649.314000', '164649.317000', '164649.320000', '164709.209000', '164709.212000', '164709.214000', '164709.217000', '164709.220000', '164709.222000', '164709.225000', '164709.228000', '164709.235000', '164709.238000', '164709.240000', '164709.243000', '164709.246000', '164709.249000', '164709.251000', '164709.254000', '164709.257000', '164709.259000', '164709.262000', '164709.265000', '164709.267000', '164709.270000', '164709.272000', '164709.275000', '164709.278000', '164709.281000', '164709.283000', '164709.286000', '164709.288000', '164709.291000', '164709.308000', '164709.311000', '164709.313000', '164709.316000', '164709.319000', '164709.322000', '164709.324000', '164709.327000', '164709.329000', '164709.332000', '164709.335000', '164709.338000', '164709.340000', '164709.343000', '164729.209000', '164729.212000', '164729.214000', '164729.217000', '164729.220000', '164729.222000', '164729.225000', '164729.228000', '164729.230000', '164729.233000', '164729.235000', '164729.238000', '164729.241000', '164729.243000', '164729.246000', '164729.248000', '164729.251000', '164729.254000', '164729.256000', '164729.259000', '164729.261000', '164729.264000', '164729.267000', '164729.269000', '164729.272000', '164729.274000', '164729.277000', '164729.280000', '164729.290000', '164729.293000', '164729.295000', '164729.298000', '164729.300000', '164729.303000', '164729.306000', '164729.308000', '164729.311000', '164729.314000', '164729.316000', '164729.319000', '164729.322000', '164729.325000', '164729.327000', '164749.208000', '164749.211000', '164749.214000', '164749.216000', '164749.219000', '164749.222000', '164749.224000', '164749.227000', '164749.229000', '164749.232000', '164749.235000', '164749.237000', '164749.240000', '164749.243000', '164749.245000', '164749.248000', '164749.251000', '164749.253000', '164749.256000', '164749.258000', '164749.261000', '164749.264000', '164749.266000', '164749.269000', '164749.271000', '164749.274000', '164749.277000', '164749.279000', '164749.282000', '164749.284000', '164749.287000', '164749.290000', '164749.292000', '164749.295000', '164749.298000', '164749.300000', '164749.303000', '164749.305000', '164749.308000', '164749.311000', '164749.313000', '164749.316000', '164749.318000', '164749.321000', '164809.208000', '164809.211000', '164809.214000', '164809.216000', '164809.219000', '164809.222000', '164809.224000', '164809.227000', '164809.230000', '164809.232000', '164809.235000', '164809.237000', '164809.240000', '164809.243000', '164809.245000', '164809.248000', '164809.251000', '164809.253000', '164809.256000', '164809.259000', '164809.261000', '164809.264000', '164809.267000', '164809.269000', '164809.272000', '164809.274000', '164809.277000', '164809.280000', '164809.282000', '164809.285000', '164809.287000', '164809.290000', '164809.293000', '164809.295000', '164809.298000', '164809.300000', '164809.303000', '164809.306000', '164809.308000', '164809.313000', '164809.316000', '164809.319000', '164809.321000', '164829.209000', '164829.211000', '164829.214000', '164829.216000', '164829.219000', '164829.222000', '164829.224000', '164829.227000', '164829.229000', '164829.232000', '164829.235000', '164829.237000', '164829.240000', '164829.243000', '164829.245000', '164829.248000', '164829.250000', '164829.253000', '164829.256000', '164829.258000', '164829.261000', '164829.263000', '164829.266000', '164829.269000', '164829.271000', '164829.274000', '164829.277000', '164829.289000', '164829.292000', '164829.295000', '164829.297000', '164829.300000', '164829.303000', '164829.305000', '164829.308000', '164829.310000', '164829.313000', '164829.315000', '164829.318000', '164829.321000', '164829.323000', '164829.326000', '164829.329000', '164829.331000', '164849.209000', '164849.211000', '164849.214000', '164849.217000', '164849.219000', '164849.222000', '164849.224000', '164849.227000', '164849.230000', '164849.232000', '164849.235000', '164849.238000', '164849.240000', '164849.243000', '164849.245000', '164849.248000', '164849.251000', '164849.253000', '164849.256000', '164849.258000', '164849.261000', '164849.264000', '164849.266000', '164849.269000', '164849.271000', '164849.274000', '164849.277000', '164849.280000', '164849.282000', '164849.285000', '164849.288000', '164849.290000', '164849.293000', '164849.296000', '164849.298000', '164849.301000', '164849.304000', '164849.307000', '164849.309000', '164849.312000', '164849.315000', '164849.317000', '164849.320000', '164909.209000', '164909.211000', '164909.214000', '164909.217000', '164909.219000', '164909.222000', '164909.224000', '164909.227000', '164909.230000', '164909.232000', '164909.235000', '164909.238000', '164909.240000', '164909.243000', '164909.245000', '164909.248000', '164909.251000', '164909.253000', '164909.256000', '164909.259000', '164909.261000', '164909.264000', '164909.266000', '164909.269000', '164909.272000', '164909.274000', '164909.277000', '164909.280000', '164909.282000', '164909.285000', '164909.287000', '164909.290000', '164909.293000', '164909.295000', '164909.298000', '164909.300000', '164909.303000', '164909.306000', '164909.308000', '164909.311000', '164909.314000', '164909.316000', '164909.319000', '164909.322000', '164921.017000', '164921.020000', '164921.022000', '164921.026000', '164921.028000', '164921.031000', '164921.034000', '164921.036000', '164921.039000', '164921.042000', '164921.044000', '164921.047000', '164921.050000', '164921.052000', '164921.055000', '164921.058000', '164921.060000', '164921.063000', '164921.066000', '164921.068000', '164921.071000', '164921.074000', '164921.076000', '164921.079000', '164921.081000', '164921.084000'], 'InstanceCreationTime': ['163929.235000', '163929.238000', '163929.246000', '163929.249000', '163929.251000', '163929.254000', '163929.257000', '163929.259000', '163929.262000', '163929.264000', '163929.267000', '163929.270000', '163929.272000', '163929.275000', '163929.278000', '163929.280000', '163929.283000', '163929.285000', '163929.288000', '163929.291000', '163929.293000', '163929.296000', '163929.298000', '163929.301000', '163929.303000', '163929.306000', '163929.311000', '163929.313000', '163929.316000', '163929.318000', '163929.321000', '163929.324000', '163929.326000', '163929.329000', '163929.332000', '163949.208000', '163949.211000', '163949.214000', '163949.216000', '163949.219000', '163949.221000', '163949.224000', '163949.227000', '163949.229000', '163949.232000', '163949.241000', '163949.243000', '163949.246000', '163949.248000', '163949.251000', '163949.253000', '163949.256000', '163949.258000', '163949.261000', '163949.263000', '163949.280000', '163949.282000', '163949.285000', '163949.288000', '163949.290000', '163949.293000', '163949.295000', '163949.298000', '163949.300000', '163949.303000', '163949.306000', '163949.308000', '163949.311000', '163949.313000', '163949.316000', '163949.319000', '163949.321000', '163949.324000', '163949.326000', '163949.329000', '163949.331000', '163949.334000', '163949.336000', '164009.208000', '164009.211000', '164009.214000', '164009.216000', '164009.219000', '164009.222000', '164009.224000', '164009.227000', '164009.229000', '164009.265000', '164009.268000', '164009.270000', '164009.273000', '164009.275000', '164009.278000', '164009.281000', '164009.283000', '164009.286000', '164009.288000', '164009.291000', '164009.294000', '164009.296000', '164009.299000', '164009.301000', '164009.304000', '164009.307000', '164009.309000', '164009.312000', '164009.314000', '164009.317000', '164009.320000', '164009.322000', '164009.325000', '164009.327000', '164009.330000', '164009.332000', '164009.335000', '164009.338000', '164009.340000', '164009.343000', '164009.346000', '164009.348000', '164009.351000', '164009.353000', '164029.208000', '164029.211000', '164029.214000', '164029.216000', '164029.219000', '164029.222000', '164029.225000', '164029.227000', '164029.230000', '164029.233000', '164029.235000', '164029.238000', '164029.240000', '164029.243000', '164029.245000', '164029.248000', '164029.250000', '164029.253000', '164029.256000', '164029.258000', '164029.261000', '164029.263000', '164029.266000', '164029.269000', '164029.271000', '164029.274000', '164029.276000', '164029.279000', '164029.281000', '164029.284000', '164029.287000', '164029.289000', '164029.292000', '164029.294000', '164029.297000', '164029.300000', '164029.304000', '164029.308000', '164029.311000', '164029.314000', '164029.316000', '164029.319000', '164029.321000', '164049.208000', '164049.211000', '164049.214000', '164049.217000', '164049.219000', '164049.222000', '164049.224000', '164049.227000', '164049.230000', '164049.232000', '164049.235000', '164049.237000', '164049.240000', '164049.243000', '164049.245000', '164049.248000', '164049.250000', '164049.253000', '164049.255000', '164049.258000', '164049.260000', '164049.263000', '164049.266000', '164049.268000', '164049.271000', '164049.273000', '164049.276000', '164049.278000', '164049.281000', '164049.283000', '164049.286000', '164049.289000', '164049.291000', '164049.294000', '164049.296000', '164049.299000', '164049.301000', '164049.304000', '164049.307000', '164049.309000', '164049.312000', '164049.314000', '164049.317000', '164049.320000', '164109.208000', '164109.211000', '164109.214000', '164109.216000', '164109.219000', '164109.222000', '164109.224000', '164109.227000', '164109.230000', '164109.232000', '164109.235000', '164109.237000', '164109.240000', '164109.242000', '164109.245000', '164109.247000', '164109.250000', '164109.253000', '164109.255000', '164109.258000', '164109.260000', '164109.263000', '164109.265000', '164109.268000', '164109.271000', '164109.273000', '164109.276000', '164109.279000', '164109.282000', '164109.284000', '164109.287000', '164109.289000', '164109.292000', '164109.294000', '164109.297000', '164109.300000', '164109.302000', '164109.305000', '164109.307000', '164109.310000', '164109.312000', '164109.315000', '164109.318000', '164129.208000', '164129.211000', '164129.214000', '164129.217000', '164129.219000', '164129.222000', '164129.225000', '164129.227000', '164129.230000', '164129.232000', '164129.235000', '164129.238000', '164129.240000', '164129.243000', '164129.246000', '164129.248000', '164129.266000', '164129.269000', '164129.271000', '164129.274000', '164129.276000', '164129.279000', '164129.281000', '164129.284000', '164129.286000', '164129.289000', '164129.291000', '164129.294000', '164129.296000', '164129.299000', '164129.302000', '164129.304000', '164129.307000', '164129.310000', '164129.312000', '164129.315000', '164129.317000', '164129.320000', '164129.323000', '164129.325000', '164129.328000', '164129.330000', '164129.333000', '164129.336000', '164149.208000', '164149.211000', '164149.214000', '164149.217000', '164149.219000', '164149.222000', '164149.224000', '164149.227000', '164149.230000', '164149.232000', '164149.235000', '164149.237000', '164149.240000', '164149.243000', '164149.245000', '164149.248000', '164149.251000', '164149.253000', '164149.256000', '164149.258000', '164149.261000', '164149.264000', '164149.266000', '164149.269000', '164149.271000', '164149.274000', '164149.277000', '164149.279000', '164149.282000', '164149.284000', '164149.287000', '164149.290000', '164149.292000', '164149.295000', '164149.298000', '164149.300000', '164149.303000', '164149.306000', '164149.308000', '164149.311000', '164149.314000', '164149.316000', '164149.319000', '164209.208000', '164209.211000', '164209.214000', '164209.217000', '164209.219000', '164209.222000', '164209.224000', '164209.227000', '164209.229000', '164209.232000', '164209.234000', '164209.237000', '164209.240000', '164209.242000', '164209.245000', '164209.248000', '164209.250000', '164209.253000', '164209.255000', '164209.258000', '164209.261000', '164209.263000', '164209.266000', '164209.268000', '164209.271000', '164209.274000', '164209.276000', '164209.279000', '164209.282000', '164209.284000', '164209.287000', '164209.289000', '164209.292000', '164209.295000', '164209.297000', '164209.300000', '164209.302000', '164209.305000', '164209.308000', '164209.310000', '164209.313000', '164209.315000', '164209.318000', '164209.321000', '164229.208000', '164229.211000', '164229.214000', '164229.217000', '164229.219000', '164229.222000', '164229.224000', '164229.227000', '164229.230000', '164229.232000', '164229.235000', '164229.237000', '164229.240000', '164229.243000', '164229.245000', '164229.248000', '164229.251000', '164229.253000', '164229.256000', '164229.258000', '164229.261000', '164229.264000', '164229.266000', '164229.269000', '164229.271000', '164229.274000', '164229.277000', '164229.280000', '164229.282000', '164229.285000', '164229.287000', '164229.290000', '164229.292000', '164229.295000', '164229.298000', '164229.300000', '164229.303000', '164229.305000', '164229.308000', '164229.310000', '164229.313000', '164229.316000', '164229.318000', '164249.208000', '164249.211000', '164249.214000', '164249.217000', '164249.219000', '164249.222000', '164249.224000', '164249.227000', '164249.229000', '164249.232000', '164249.235000', '164249.237000', '164249.240000', '164249.242000', '164249.245000', '164249.248000', '164249.250000', '164249.253000', '164249.255000', '164249.258000', '164249.261000', '164249.263000', '164249.266000', '164249.268000', '164249.271000', '164249.274000', '164249.276000', '164249.279000', '164249.282000', '164249.284000', '164249.287000', '164249.289000', '164249.292000', '164249.294000', '164249.297000', '164249.300000', '164249.302000', '164249.305000', '164249.307000', '164249.310000', '164249.313000', '164249.327000', '164249.330000', '164249.332000', '164309.208000', '164309.211000', '164309.214000', '164309.217000', '164309.219000', '164309.222000', '164309.224000', '164309.227000', '164309.230000', '164309.232000', '164309.235000', '164309.238000', '164309.240000', '164309.243000', '164309.246000', '164309.248000', '164309.251000', '164309.254000', '164309.256000', '164309.259000', '164309.261000', '164309.264000', '164309.267000', '164309.269000', '164309.272000', '164309.274000', '164309.277000', '164309.280000', '164309.282000', '164309.285000', '164309.287000', '164309.290000', '164309.293000', '164309.295000', '164309.298000', '164309.301000', '164309.303000', '164309.306000', '164309.308000', '164309.311000', '164309.314000', '164309.316000', '164309.319000', '164329.208000', '164329.211000', '164329.214000', '164329.217000', '164329.219000', '164329.222000', '164329.224000', '164329.227000', '164329.229000', '164329.232000', '164329.235000', '164329.237000', '164329.240000', '164329.242000', '164329.245000', '164329.247000', '164329.250000', '164329.252000', '164329.255000', '164329.258000', '164329.260000', '164329.263000', '164329.265000', '164329.268000', '164329.271000', '164329.273000', '164329.276000', '164329.278000', '164329.281000', '164329.284000', '164329.286000', '164329.289000', '164329.291000', '164329.294000', '164329.297000', '164329.300000', '164329.303000', '164329.305000', '164329.308000', '164329.311000', '164329.313000', '164329.316000', '164329.318000', '164329.321000', '164349.209000', '164349.211000', '164349.214000', '164349.216000', '164349.219000', '164349.222000', '164349.224000', '164349.227000', '164349.229000', '164349.232000', '164349.234000', '164349.237000', '164349.240000', '164349.242000', '164349.245000', '164349.247000', '164349.250000', '164349.252000', '164349.255000', '164349.257000', '164349.260000', '164349.263000', '164349.265000', '164349.268000', '164349.270000', '164349.273000', '164349.275000', '164349.278000', '164349.281000', '164349.283000', '164349.286000', '164349.288000', '164349.291000', '164349.294000', '164349.296000', '164349.299000', '164349.301000', '164349.304000', '164349.307000', '164349.309000', '164349.312000', '164349.314000', '164349.317000', '164409.208000', '164409.211000', '164409.214000', '164409.217000', '164409.219000', '164409.222000', '164409.224000', '164409.227000', '164409.229000', '164409.232000', '164409.235000', '164409.238000', '164409.241000', '164409.243000', '164409.246000', '164409.249000', '164409.251000', '164409.254000', '164409.256000', '164409.259000', '164409.262000', '164409.264000', '164409.267000', '164409.270000', '164409.272000', '164409.275000', '164409.277000', '164409.280000', '164409.283000', '164409.285000', '164409.288000', '164409.291000', '164409.293000', '164409.296000', '164409.298000', '164409.301000', '164409.303000', '164409.306000', '164409.309000', '164409.311000', '164409.314000', '164409.316000', '164409.319000', '164409.322000', '164429.208000', '164429.211000', '164429.214000', '164429.217000', '164429.220000', '164429.222000', '164429.225000', '164429.227000', '164429.230000', '164429.233000', '164429.235000', '164429.238000', '164429.240000', '164429.243000', '164429.246000', '164429.248000', '164429.251000', '164429.253000', '164429.256000', '164429.259000', '164429.261000', '164429.264000', '164429.278000', '164429.281000', '164429.283000', '164429.286000', '164429.288000', '164429.291000', '164429.294000', '164429.296000', '164429.299000', '164429.301000', '164429.304000', '164429.307000', '164429.309000', '164429.312000', '164429.314000', '164429.317000', '164429.320000', '164429.323000', '164429.325000', '164429.328000', '164429.330000', '164449.208000', '164449.211000', '164449.214000', '164449.216000', '164449.219000', '164449.222000', '164449.224000', '164449.227000', '164449.229000', '164449.232000', '164449.235000', '164449.237000', '164449.240000', '164449.242000', '164449.245000', '164449.248000', '164449.250000', '164449.253000', '164449.255000', '164449.258000', '164449.261000', '164449.263000', '164449.266000', '164449.269000', '164449.271000', '164449.274000', '164449.276000', '164449.279000', '164449.282000', '164449.284000', '164449.287000', '164449.289000', '164449.292000', '164449.295000', '164449.297000', '164449.300000', '164449.303000', '164449.305000', '164449.308000', '164449.310000', '164449.313000', '164449.316000', '164449.318000', '164449.321000', '164509.209000', '164509.211000', '164509.214000', '164509.216000', '164509.219000', '164509.222000', '164509.224000', '164509.227000', '164509.229000', '164509.232000', '164509.235000', '164509.237000', '164509.240000', '164509.242000', '164509.245000', '164509.247000', '164509.250000', '164509.253000', '164509.255000', '164509.258000', '164509.260000', '164509.263000', '164509.266000', '164509.268000', '164509.271000', '164509.273000', '164509.276000', '164509.278000', '164509.281000', '164509.284000', '164509.286000', '164509.289000', '164509.291000', '164509.294000', '164509.296000', '164509.299000', '164509.302000', '164509.304000', '164509.307000', '164509.310000', '164509.312000', '164509.315000', '164509.317000', '164529.208000', '164529.213000', '164529.215000', '164529.218000', '164529.221000', '164529.224000', '164529.228000', '164529.230000', '164529.234000', '164529.236000', '164529.239000', '164529.241000', '164529.244000', '164529.247000', '164529.249000', '164529.252000', '164529.255000', '164529.257000', '164529.260000', '164529.262000', '164529.265000', '164529.268000', '164529.270000', '164529.273000', '164529.275000', '164529.278000', '164529.281000', '164529.284000', '164529.287000', '164529.289000', '164529.292000', '164529.295000', '164529.297000', '164529.300000', '164529.302000', '164529.305000', '164529.308000', '164529.310000', '164529.313000', '164529.315000', '164529.318000', '164529.320000', '164529.323000', '164529.326000', '164549.208000', '164549.211000', '164549.214000', '164549.217000', '164549.219000', '164549.222000', '164549.224000', '164549.227000', '164549.230000', '164549.232000', '164549.235000', '164549.237000', '164549.240000', '164549.243000', '164549.245000', '164549.248000', '164549.250000', '164549.253000', '164549.256000', '164549.258000', '164549.261000', '164549.264000', '164549.266000', '164549.269000', '164549.271000', '164549.274000', '164549.277000', '164549.279000', '164549.282000', '164549.284000', '164549.287000', '164549.289000', '164549.292000', '164549.311000', '164549.313000', '164549.316000', '164549.318000', '164549.321000', '164549.324000', '164549.326000', '164549.329000', '164549.332000', '164549.334000', '164609.208000', '164609.211000', '164609.214000', '164609.217000', '164609.219000', '164609.222000', '164609.225000', '164609.227000', '164609.230000', '164609.232000', '164609.235000', '164609.237000', '164609.240000', '164609.242000', '164609.255000', '164609.258000', '164609.261000', '164609.263000', '164609.266000', '164609.268000', '164609.271000', '164609.274000', '164609.276000', '164609.279000', '164609.282000', '164609.284000', '164609.287000', '164609.290000', '164609.292000', '164609.295000', '164609.297000', '164609.300000', '164609.303000', '164609.305000', '164609.308000', '164609.310000', '164609.313000', '164609.315000', '164609.318000', '164609.321000', '164609.323000', '164609.326000', '164609.328000', '164629.208000', '164629.211000', '164629.214000', '164629.217000', '164629.219000', '164629.222000', '164629.224000', '164629.227000', '164629.230000', '164629.232000', '164629.235000', '164629.238000', '164629.240000', '164629.243000', '164629.245000', '164629.248000', '164629.251000', '164629.253000', '164629.256000', '164629.258000', '164629.261000', '164629.263000', '164629.266000', '164629.269000', '164629.271000', '164629.274000', '164629.276000', '164629.279000', '164629.281000', '164629.284000', '164629.287000', '164629.289000', '164629.292000', '164629.295000', '164629.297000', '164629.300000', '164629.302000', '164629.305000', '164629.307000', '164629.310000', '164629.313000', '164629.315000', '164629.318000', '164629.320000', '164649.208000', '164649.211000', '164649.214000', '164649.217000', '164649.219000', '164649.222000', '164649.225000', '164649.227000', '164649.230000', '164649.232000', '164649.235000', '164649.237000', '164649.240000', '164649.242000', '164649.245000', '164649.248000', '164649.250000', '164649.253000', '164649.256000', '164649.258000', '164649.262000', '164649.265000', '164649.268000', '164649.270000', '164649.273000', '164649.275000', '164649.278000', '164649.280000', '164649.283000', '164649.285000', '164649.288000', '164649.291000', '164649.293000', '164649.296000', '164649.298000', '164649.301000', '164649.304000', '164649.306000', '164649.309000', '164649.311000', '164649.314000', '164649.317000', '164649.320000', '164709.209000', '164709.212000', '164709.214000', '164709.217000', '164709.220000', '164709.222000', '164709.225000', '164709.228000', '164709.235000', '164709.238000', '164709.240000', '164709.243000', '164709.246000', '164709.249000', '164709.251000', '164709.254000', '164709.257000', '164709.259000', '164709.262000', '164709.265000', '164709.267000', '164709.270000', '164709.272000', '164709.275000', '164709.278000', '164709.281000', '164709.283000', '164709.286000', '164709.288000', '164709.291000', '164709.308000', '164709.311000', '164709.313000', '164709.316000', '164709.319000', '164709.322000', '164709.324000', '164709.327000', '164709.329000', '164709.332000', '164709.335000', '164709.338000', '164709.340000', '164709.343000', '164729.209000', '164729.212000', '164729.214000', '164729.217000', '164729.220000', '164729.222000', '164729.225000', '164729.228000', '164729.230000', '164729.233000', '164729.235000', '164729.238000', '164729.241000', '164729.243000', '164729.246000', '164729.248000', '164729.251000', '164729.254000', '164729.256000', '164729.259000', '164729.261000', '164729.264000', '164729.267000', '164729.269000', '164729.272000', '164729.274000', '164729.277000', '164729.280000', '164729.290000', '164729.293000', '164729.295000', '164729.298000', '164729.300000', '164729.303000', '164729.306000', '164729.308000', '164729.311000', '164729.314000', '164729.316000', '164729.319000', '164729.322000', '164729.325000', '164729.327000', '164749.208000', '164749.211000', '164749.214000', '164749.216000', '164749.219000', '164749.222000', '164749.224000', '164749.227000', '164749.229000', '164749.232000', '164749.235000', '164749.237000', '164749.240000', '164749.243000', '164749.245000', '164749.248000', '164749.251000', '164749.253000', '164749.256000', '164749.258000', '164749.261000', '164749.264000', '164749.266000', '164749.269000', '164749.271000', '164749.274000', '164749.277000', '164749.279000', '164749.282000', '164749.284000', '164749.287000', '164749.290000', '164749.292000', '164749.295000', '164749.298000', '164749.300000', '164749.303000', '164749.305000', '164749.308000', '164749.311000', '164749.313000', '164749.316000', '164749.318000', '164749.321000', '164809.208000', '164809.211000', '164809.214000', '164809.216000', '164809.219000', '164809.222000', '164809.224000', '164809.227000', '164809.230000', '164809.232000', '164809.235000', '164809.237000', '164809.240000', '164809.243000', '164809.245000', '164809.248000', '164809.251000', '164809.253000', '164809.256000', '164809.259000', '164809.261000', '164809.264000', '164809.267000', '164809.269000', '164809.272000', '164809.274000', '164809.277000', '164809.280000', '164809.282000', '164809.285000', '164809.287000', '164809.290000', '164809.293000', '164809.295000', '164809.298000', '164809.300000', '164809.303000', '164809.306000', '164809.308000', '164809.313000', '164809.316000', '164809.319000', '164809.321000', '164829.209000', '164829.211000', '164829.214000', '164829.216000', '164829.219000', '164829.222000', '164829.224000', '164829.227000', '164829.229000', '164829.232000', '164829.235000', '164829.237000', '164829.240000', '164829.243000', '164829.245000', '164829.248000', '164829.250000', '164829.253000', '164829.256000', '164829.258000', '164829.261000', '164829.263000', '164829.266000', '164829.269000', '164829.271000', '164829.274000', '164829.277000', '164829.289000', '164829.292000', '164829.295000', '164829.297000', '164829.300000', '164829.303000', '164829.305000', '164829.308000', '164829.310000', '164829.313000', '164829.315000', '164829.318000', '164829.321000', '164829.323000', '164829.326000', '164829.329000', '164829.331000', '164849.209000', '164849.211000', '164849.214000', '164849.217000', '164849.219000', '164849.222000', '164849.224000', '164849.227000', '164849.230000', '164849.232000', '164849.235000', '164849.238000', '164849.240000', '164849.243000', '164849.245000', '164849.248000', '164849.251000', '164849.253000', '164849.256000', '164849.258000', '164849.261000', '164849.264000', '164849.266000', '164849.269000', '164849.271000', '164849.274000', '164849.277000', '164849.280000', '164849.282000', '164849.285000', '164849.288000', '164849.290000', '164849.293000', '164849.296000', '164849.298000', '164849.301000', '164849.304000', '164849.307000', '164849.309000', '164849.312000', '164849.315000', '164849.317000', '164849.320000', '164909.209000', '164909.211000', '164909.214000', '164909.217000', '164909.219000', '164909.222000', '164909.224000', '164909.227000', '164909.230000', '164909.232000', '164909.235000', '164909.238000', '164909.240000', '164909.243000', '164909.245000', '164909.248000', '164909.251000', '164909.253000', '164909.256000', '164909.259000', '164909.261000', '164909.264000', '164909.266000', '164909.269000', '164909.272000', '164909.274000', '164909.277000', '164909.280000', '164909.282000', '164909.285000', '164909.287000', '164909.290000', '164909.293000', '164909.295000', '164909.298000', '164909.300000', '164909.303000', '164909.306000', '164909.308000', '164909.311000', '164909.314000', '164909.316000', '164909.319000', '164909.322000', '164921.017000', '164921.020000', '164921.022000', '164921.026000', '164921.028000', '164921.031000', '164921.034000', '164921.036000', '164921.039000', '164921.042000', '164921.044000', '164921.047000', '164921.050000', '164921.052000', '164921.055000', '164921.058000', '164921.060000', '164921.063000', '164921.066000', '164921.068000', '164921.071000', '164921.074000', '164921.076000', '164921.079000', '164921.081000', '164921.084000'], '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': [10657, 10720, 10639, 9171, 10755, 10478, 10663, 10921, 10641, 11827, 10787, 11291, 10801, 10808, 10627, 10895, 10684, 10661, 10315, 10243, 10601, 11153, 11096, 10380, 12362, 11088, 13533, 10233, 10570, 10773, 10610, 10908, 10408, 10682, 10602, 9516, 10586, 10626, 10546, 10815, 10539, 10941, 10387, 10522, 10714, 10381, 11454, 10494, 11001, 10525, 11035, 10506, 11061, 10662, 11112, 10842, 10758, 10854, 12046, 10917, 10607, 10916, 10278, 11012, 9580, 10989, 10582, 10969, 11173, 10770, 10693, 10790, 10502, 10914, 10479, 11222, 10436, 11025, 10677, 10888, 10775, 12357, 10838, 11205, 10607, 10430, 11167, 10497, 10742, 10743, 9229, 10807, 10537, 10758, 10496, 11265, 10591, 10685, 10669, 10925, 10674, 10639, 11016, 10457, 11467, 10507, 10852, 10738, 11075, 10924, 11078, 10896, 10400, 11315, 10529, 10901, 10711, 10827, 10809, 10714, 10815, 10619, 10893, 10554, 10894, 11313, 10624, 11328, 11251, 11108, 11295, 10612, 10940, 10822, 10651, 10846, 12612, 10857, 11181, 10820, 11428, 10549, 10679, 11439, 10566, 11081, 10970, 11031, 10666, 10564, 10834, 10196, 11060, 11387, 10814, 9583, 10950, 10295, 10863, 10919, 11130, 11289, 11342, 10671, 11234, 10650, 10881, 10678, 10809, 10770, 10676, 10741, 9512, 10966, 11126, 10938, 10901, 11447, 10691, 10993, 10829, 11133, 10949, 11149, 10748, 10373, 10791, 10386, 10769, 10575, 11168, 10755, 10997, 10844, 10707, 10721, 10785, 10488, 10088, 10292, 12156, 10475, 11291, 11026, 10951, 11265, 10403, 10594, 10484, 10410, 10646, 9836, 10588, 11382, 10475, 10877, 10695, 10595, 10683, 10273, 11094, 10566, 10374, 10673, 10840, 10564, 10560, 10608, 10505, 10759, 10562, 10629, 10602, 10868, 10488, 10549, 9976, 10734, 12157, 10873, 12093, 10855, 9979, 10764, 10102, 10757, 10949, 10414, 11288, 10575, 13008, 10335, 10973, 10402, 10280, 11297, 10348, 10634, 10621, 10560, 10704, 10095, 10759, 11108, 10846, 11433, 10812, 10454, 10942, 9906, 10795, 10706, 10629, 10499, 11090, 10628, 11157, 10407, 11330, 10623, 10736, 10585, 10826, 10848, 10769, 10550, 10731, 10642, 10593, 10893, 10669, 10891, 10022, 10619, 10629, 10891, 10454, 10947, 11582, 10748, 11220, 10730, 10493, 10797, 10621, 11172, 10668, 10989, 10371, 11232, 10482, 10737, 10684, 10636, 10882, 10505, 10663, 10370, 10617, 10948, 10865, 12134, 10750, 11638, 10426, 10167, 10634, 10314, 10685, 10478, 10572, 10694, 10367, 10694, 10021, 10842, 10069, 10900, 11635, 10861, 10688, 10754, 10664, 10805, 10415, 10738, 10428, 10910, 10765, 10539, 10610, 10636, 10642, 10622, 10881, 10057, 10786, 10294, 11119, 11044, 10753, 10604, 11113, 10363, 10912, 10656, 10802, 10763, 10437, 10850, 9779, 10747, 10075, 10792, 11403, 10651, 10345, 10920, 10415, 11208, 10455, 11151, 10505, 10818, 10727, 10564, 10858, 10643, 10682, 9525, 10760, 10684, 10708, 10783, 10830, 11305, 10864, 11130, 10927, 9017, 10688, 10841, 11054, 11233, 10555, 11258, 10609, 11111, 10599, 10381, 10910, 10639, 10755, 10690, 10778, 10531, 10412, 10714, 11537, 10813, 11113, 10571, 10603, 10991, 10615, 10914, 10525, 10598, 10440, 10523, 10667, 10589, 10561, 10560, 10516, 10636, 10673, 10943, 10710, 11452, 10947, 11216, 10558, 10351, 11155, 10658, 10612, 10724, 10703, 10562, 10528, 10765, 10235, 11075, 11848, 10707, 10257, 10640, 11024, 10494, 10900, 10408, 10735, 10652, 10487, 10597, 10320, 10738, 10577, 10718, 10844, 10580, 10533, 10497, 10504, 10268, 10720, 12320, 10767, 11115, 10644, 10118, 10902, 10460, 11080, 10678, 10767, 10730, 10579, 10693, 10519, 10704, 10212, 10692, 11869, 10702, 11097, 10535, 10827, 11021, 11098, 10792, 10126, 10729, 10290, 10870, 10380, 11217, 10240, 11099, 10395, 10963, 11391, 11139, 10668, 10707, 10402, 10369, 10755, 12433, 10655, 11110, 10536, 10205, 10632, 10238, 11002, 10414, 10834, 10575, 10387, 10572, 10431, 10543, 10419, 10649, 10052, 10866, 10440, 10558, 9897, 10383, 11150, 10858, 11613, 10762, 11451, 10610, 10728, 10601, 11203, 10392, 10075, 10654, 10262, 10831, 11270, 11001, 10430, 11027, 10426, 10657, 10439, 10647, 10621, 10532, 10592, 10423, 10757, 10669, 10506, 10505, 10709, 11475, 10642, 11523, 9970, 10772, 9842, 10649, 9184, 10792, 10037, 9899, 9473, 10431, 9473, 9536, 9168, 9764, 10079, 10078, 10974, 9685, 10658, 9835, 9552, 9873, 9719, 9886, 10292, 9540, 10964, 10010, 10686, 10012, 9522, 10164, 9828, 10137, 9892, 9541, 10135, 9796, 10019, 9402, 9901, 9002, 9768, 9400, 10773, 9274, 9735, 9167, 9700, 11304, 9824, 11841, 9327, 11260, 9571, 9440, 10062, 9759, 9576, 9850, 9463, 9978, 9347, 9611, 9337, 9675, 9544, 9850, 9548, 10544, 9427, 9910, 9084, 9872, 8981, 9835, 12915, 9890, 11345, 9758, 10426, 9688, 10263, 9329, 11051, 9777, 10863, 9616, 9446, 9967, 9664, 9382, 9634, 9308, 9793, 9177, 9785, 8861, 9722, 10835, 9729, 11182, 9541, 10455, 9876, 9457, 9507, 9319, 9967, 9670, 9483, 9749, 9264, 9843, 9241, 9726, 9038, 9713, 9083, 9700, 12592, 9438, 11002, 9407, 9139, 9461, 10172, 9436, 10493, 9817, 9701, 9418, 9665, 9403, 10065, 9258, 9777, 9134, 9759, 9089, 9806, 9120, 9816, 9280, 9954, 8968, 9776, 9517, 9773, 12023, 9938, 10780, 9647, 9995, 9629, 10324, 9632, 10330, 9837, 9775, 9612, 9699, 9478, 9806, 9212, 9715, 9104, 9737, 8848, 9726, 8869, 9785, 9513, 9747, 9197, 9636, 8915, 9768, 10419, 9854, 11221, 9741, 11112, 9352, 10513, 9314, 10024, 9448, 10157, 9745, 10257, 9229, 10401, 9473, 9775, 9033, 9771, 10336, 9797, 10231, 9774, 10008, 9833, 9899, 9365, 10231, 9818, 10600, 9931, 9801, 9857, 9556, 9602, 9619, 9192, 9830, 9413, 9805, 9199, 9536, 8988, 9682, 8893, 9839, 12539, 9886, 11308, 9782, 10267, 9602, 10282, 9866, 9972, 9569, 10598, 9797, 10098, 9487, 10098, 9369, 9961, 9695, 9984, 9701, 11579, 9826, 10081, 9468, 9877, 9021, 9826, 8936, 9951, 8971, 9864, 8707, 9833, 9094, 9995, 12323, 9592, 11370, 9373, 10223, 9372, 10289, 9846, 9955, 9793, 10494, 9745, 9726, 9602, 9966, 9340, 9929, 10984, 9620, 9894, 9676, 9512, 9872, 10840, 9703, 11311, 9328, 10873, 9851, 9819, 9742, 9728, 9103, 9884, 11663, 9837, 10583, 9539, 9675, 9707, 9792, 9878, 10344, 9290, 10255, 9427, 9836, 9314, 9986, 10987, 9853, 11054, 9427, 10784, 9377, 10104, 9496, 9605, 9441, 9740, 9370, 10018, 9394, 9732, 9250, 10104, 11331, 9506, 10734, 9398, 10067, 9327, 10024, 9429, 9764, 10024, 10417, 9776, 9603, 9711, 9375, 9836, 9690, 9952, 9963, 9648, 10580, 9537, 9890, 9112, 9774, 9228, 9870, 10919, 9773, 9490, 9591, 10206, 9586, 10781, 9191, 10625, 9397, 10127, 9478, 9670, 9776, 9574, 9755, 9797, 9404, 11161, 9918, 9416, 9510, 9551, 9323, 9483, 9312, 9682, 9177, 9743, 9132, 9733, 9090, 9917, 9120, 9933, 11563, 9362, 10704, 9136, 12071, 9675, 9806, 9861, 9992, 9352, 10109, 9856, 9644, 9285, 9804, 8772, 9279, 8976, 9650, 10696, 9561, 11672, 9351, 11172, 9030, 10108, 9175, 9809, 9213, 10427, 9241, 11159, 8980, 10026, 9070, 9511, 9397, 9457, 9133, 9718, 10554, 9520, 10309, 9230, 9964, 9466, 9884, 9557, 10436, 9708, 9302, 9283, 9579, 9076, 9473, 9083, 9715, 9001, 9623, 8931, 9574, 11538, 9319, 11211, 8974, 11062, 9628, 11423, 9604, 9544, 9680, 9344, 9027, 9498, 9123, 9624, 9022, 9543, 8911, 9542, 9772, 9470, 12167, 9206, 11361, 9460, 10255, 9436, 10402, 9454, 10123, 9537, 10657, 9677, 8833, 9658, 10808, 9559, 11189, 9249, 10826, 9225, 10996, 9170, 10413, 9612, 9584, 9756, 9643, 9410, 10448, 9075, 9359, 9336, 9487, 9215, 9725, 8892, 9468, 8644, 9409, 9050, 9458, 9877, 9598, 10805, 9865, 11325, 9615, 10918, 9224, 11184, 9649, 11161, 9176, 10161, 9163, 9576, 9277, 10385, 8954, 11289, 9512, 8992, 9695, 8004, 9741, 8562, 9693, 9473, 9837, 9668, 11922, 9553, 12895, 10540, 12630, 9575, 9925, 9475, 9664, 9273, 9563, 9145, 9560, 9072, 9572, 8759, 9646, 8692, 9627, 11610, 9575, 11383, 9558, 10229, 9373, 9992, 9171, 10473, 9172, 10816, 9433, 10052, 9049, 9587, 9034, 9375, 8887, 9716, 8856, 9549, 8649, 9393, 8763, 9483, 12918, 9207, 11461, 9581, 11043, 8989, 8919, 8935, 9532, 8900, 9338, 10823, 9306, 9773, 9352, 8569, 9437, 10793, 9236, 10833, 9027, 10279, 9215, 9779, 9459, 9455, 8915, 9326, 8794, 9452, 8860, 9536, 8579, 9453, 9461, 9314, 12209, 9553, 10967, 9576, 8864, 9571, 11391, 9398, 11330, 9615, 10393, 9983, 10992, 9748, 9294, 9329, 9522, 9140, 10006, 9533, 10496, 9564, 9475, 9295, 9454, 8910, 9545, 8634, 9275, 8214, 9549, 10132, 9560, 12308, 9480, 11448, 9210, 9987, 9600, 9194, 9532, 9885, 9462, 10734, 9226, 9687, 9055, 10096, 9003, 9920, 9526, 10001, 9214, 9428, 9380, 9423, 8918, 9374, 8543, 9476, 12278, 9424, 10726, 9114, 10130, 9576, 9340, 9274, 9460, 8630, 9595, 10410, 9365, 10136, 9159, 10121, 9498, 9573, 9078, 9481, 9118, 9529, 9384, 9409, 8974, 9423, 9189, 9352, 9097, 10761, 9112, 9566, 8856, 9678, 11951, 9790, 10872, 8917, 9859, 8891, 9817, 9401, 9577, 9499, 10993, 9378, 9394, 8904, 9342, 8663, 8883, 8825, 8933, 11578, 8692, 11502, 8605, 10151, 8384, 10457, 8336, 9987, 8776, 9013, 8022, 9079, 8785], 'WindowCenter': [4185.0, 4170.0, 4168.0, 4146.0, 4166.0, 4151.0, 4154.0, 4154.0, 4155.0, 4165.0, 4166.0, 4155.0, 4154.0, 4150.0, 4139.0, 4141.0, 4142.0, 4140.0, 4129.0, 4129.0, 4140.0, 4140.0, 4139.0, 4129.0, 4149.0, 4140.0, 4149.0, 4127.0, 4126.0, 4123.0, 4127.0, 4135.0, 4127.0, 4127.0, 4128.0, 4128.0, 4137.0, 4139.0, 4140.0, 4138.0, 4137.0, 4140.0, 4142.0, 4140.0, 4141.0, 4143.0, 4162.0, 4153.0, 4154.0, 4154.0, 4154.0, 4150.0, 4153.0, 4154.0, 4154.0, 4154.0, 4149.0, 4154.0, 4163.0, 4153.0, 4154.0, 4151.0, 4143.0, 4151.0, 4143.0, 4155.0, 4154.0, 4154.0, 4154.0, 4154.0, 4154.0, 4154.0, 4152.0, 4153.0, 4153.0, 4151.0, 4154.0, 4153.0, 4154.0, 4153.0, 4154.0, 4164.0, 4151.0, 4151.0, 4141.0, 4141.0, 4151.0, 4153.0, 4153.0, 4153.0, 4131.0, 4149.0, 4141.0, 4151.0, 4141.0, 4151.0, 4141.0, 4140.0, 4140.0, 4139.0, 4140.0, 4141.0, 4151.0, 4140.0, 4150.0, 4139.0, 4140.0, 4139.0, 4139.0, 4141.0, 4151.0, 4149.0, 4143.0, 4151.0, 4140.0, 4151.0, 4139.0, 4151.0, 4152.0, 4153.0, 4153.0, 4152.0, 4152.0, 4151.0, 4152.0, 4149.0, 4153.0, 4162.0, 4154.0, 4152.0, 4153.0, 4139.0, 4151.0, 4152.0, 4138.0, 4152.0, 4161.0, 4154.0, 4151.0, 4150.0, 4151.0, 4153.0, 4152.0, 4152.0, 4152.0, 4153.0, 4150.0, 4153.0, 4153.0, 4151.0, 4153.0, 4139.0, 4151.0, 4151.0, 4151.0, 4142.0, 4153.0, 4152.0, 4154.0, 4154.0, 4165.0, 4150.0, 4152.0, 4150.0, 4152.0, 4154.0, 4151.0, 4152.0, 4149.0, 4153.0, 4140.0, 4151.0, 4139.0, 4152.0, 4153.0, 4150.0, 4153.0, 4154.0, 4150.0, 4142.0, 4152.0, 4154.0, 4151.0, 4151.0, 4152.0, 4140.0, 4151.0, 4138.0, 4151.0, 4141.0, 4152.0, 4153.0, 4153.0, 4150.0, 4153.0, 4152.0, 4153.0, 4156.0, 4155.0, 4151.0, 4163.0, 4154.0, 4155.0, 4155.0, 4150.0, 4152.0, 4153.0, 4141.0, 4137.0, 4140.0, 4139.0, 4141.0, 4142.0, 4154.0, 4154.0, 4152.0, 4138.0, 4141.0, 4139.0, 4140.0, 4150.0, 4141.0, 4141.0, 4142.0, 4142.0, 4138.0, 4141.0, 4151.0, 4152.0, 4154.0, 4154.0, 4153.0, 4150.0, 4153.0, 4152.0, 4152.0, 4140.0, 4152.0, 4161.0, 4154.0, 4160.0, 4152.0, 4142.0, 4152.0, 4141.0, 4152.0, 4152.0, 4150.0, 4153.0, 4152.0, 4164.0, 4144.0, 4152.0, 4152.0, 4143.0, 4152.0, 4143.0, 4140.0, 4152.0, 4153.0, 4153.0, 4142.0, 4150.0, 4150.0, 4155.0, 4154.0, 4150.0, 4141.0, 4153.0, 4141.0, 4152.0, 4153.0, 4153.0, 4142.0, 4152.0, 4142.0, 4151.0, 4141.0, 4152.0, 4141.0, 4151.0, 4151.0, 4153.0, 4153.0, 4153.0, 4151.0, 4151.0, 4150.0, 4152.0, 4153.0, 4153.0, 4154.0, 4142.0, 4154.0, 4149.0, 4153.0, 4149.0, 4155.0, 4163.0, 4152.0, 4150.0, 4153.0, 4153.0, 4153.0, 4154.0, 4151.0, 4154.0, 4153.0, 4154.0, 4154.0, 4153.0, 4154.0, 4154.0, 4153.0, 4152.0, 4153.0, 4153.0, 4153.0, 4154.0, 4152.0, 4153.0, 4165.0, 4154.0, 4153.0, 4150.0, 4143.0, 4149.0, 4142.0, 4141.0, 4142.0, 4143.0, 4142.0, 4140.0, 4139.0, 4142.0, 4152.0, 4138.0, 4151.0, 4153.0, 4152.0, 4141.0, 4149.0, 4153.0, 4153.0, 4152.0, 4153.0, 4149.0, 4141.0, 4152.0, 4143.0, 4151.0, 4152.0, 4153.0, 4153.0, 4152.0, 4142.0, 4151.0, 4142.0, 4152.0, 4151.0, 4152.0, 4139.0, 4153.0, 4139.0, 4152.0, 4149.0, 4152.0, 4153.0, 4153.0, 4153.0, 4142.0, 4152.0, 4143.0, 4153.0, 4153.0, 4152.0, 4141.0, 4153.0, 4151.0, 4163.0, 4152.0, 4150.0, 4151.0, 4152.0, 4152.0, 4153.0, 4150.0, 4152.0, 4153.0, 4142.0, 4153.0, 4141.0, 4141.0, 4151.0, 4154.0, 4165.0, 4153.0, 4153.0, 4153.0, 4132.0, 4153.0, 4151.0, 4161.0, 4162.0, 4151.0, 4150.0, 4151.0, 4150.0, 4153.0, 4155.0, 4152.0, 4152.0, 4154.0, 4153.0, 4152.0, 4152.0, 4139.0, 4152.0, 4153.0, 4153.0, 4153.0, 4154.0, 4139.0, 4148.0, 4141.0, 4152.0, 4142.0, 4149.0, 4150.0, 4153.0, 4154.0, 4152.0, 4149.0, 4152.0, 4153.0, 4152.0, 4153.0, 4154.0, 4151.0, 4165.0, 4153.0, 4152.0, 4150.0, 4138.0, 4151.0, 4149.0, 4152.0, 4152.0, 4140.0, 4142.0, 4141.0, 4149.0, 4141.0, 4152.0, 4164.0, 4152.0, 4141.0, 4141.0, 4152.0, 4139.0, 4152.0, 4152.0, 4152.0, 4149.0, 4141.0, 4152.0, 4141.0, 4152.0, 4153.0, 4150.0, 4152.0, 4153.0, 4142.0, 4140.0, 4152.0, 4141.0, 4149.0, 4163.0, 4151.0, 4151.0, 4142.0, 4142.0, 4149.0, 4141.0, 4148.0, 4140.0, 4139.0, 4152.0, 4142.0, 4150.0, 4140.0, 4140.0, 4141.0, 4141.0, 4149.0, 4140.0, 4150.0, 4139.0, 4140.0, 4142.0, 4152.0, 4137.0, 4141.0, 4152.0, 4141.0, 4151.0, 4138.0, 4151.0, 4141.0, 4153.0, 4143.0, 4153.0, 4163.0, 4151.0, 4154.0, 4152.0, 4151.0, 4141.0, 4141.0, 4163.0, 4143.0, 4141.0, 4140.0, 4141.0, 4140.0, 4139.0, 4142.0, 4141.0, 4141.0, 4141.0, 4142.0, 4142.0, 4139.0, 4138.0, 4153.0, 4152.0, 4140.0, 4154.0, 4153.0, 4150.0, 4142.0, 4154.0, 4153.0, 4151.0, 4154.0, 4156.0, 4163.0, 4157.0, 4151.0, 4154.0, 4153.0, 4142.0, 4143.0, 4154.0, 4154.0, 4164.0, 4154.0, 4154.0, 4155.0, 4153.0, 4152.0, 4151.0, 4143.0, 4149.0, 4154.0, 4153.0, 4151.0, 4153.0, 4152.0, 4153.0, 4153.0, 4153.0, 4152.0, 4154.0, 4152.0, 4166.0, 4157.0, 4154.0, 4154.0, 4155.0, 4141.0, 4153.0, 4140.0, 4143.0, 4143.0, 4153.0, 4142.0, 4142.0, 4132.0, 4141.0, 4131.0, 4139.0, 4151.0, 4144.0, 4154.0, 4144.0, 4143.0, 4143.0, 4144.0, 4143.0, 4144.0, 4143.0, 4154.0, 4144.0, 4155.0, 4144.0, 4144.0, 4155.0, 4145.0, 4155.0, 4155.0, 4144.0, 4154.0, 4144.0, 4142.0, 4132.0, 4143.0, 4145.0, 4156.0, 4146.0, 4156.0, 4142.0, 4145.0, 4144.0, 4143.0, 4151.0, 4141.0, 4165.0, 4145.0, 4154.0, 4142.0, 4143.0, 4143.0, 4131.0, 4142.0, 4144.0, 4143.0, 4145.0, 4143.0, 4143.0, 4132.0, 4143.0, 4140.0, 4154.0, 4157.0, 4157.0, 4141.0, 4142.0, 4133.0, 4140.0, 4134.0, 4144.0, 4173.0, 4155.0, 4154.0, 4141.0, 4154.0, 4143.0, 4143.0, 4144.0, 4154.0, 4154.0, 4152.0, 4142.0, 4142.0, 4142.0, 4142.0, 4132.0, 4141.0, 4144.0, 4144.0, 4143.0, 4143.0, 4130.0, 4140.0, 4151.0, 4140.0, 4151.0, 4141.0, 4153.0, 4142.0, 4131.0, 4141.0, 4131.0, 4143.0, 4142.0, 4142.0, 4142.0, 4144.0, 4142.0, 4133.0, 4143.0, 4131.0, 4142.0, 4132.0, 4143.0, 4163.0, 4143.0, 4151.0, 4132.0, 4131.0, 4144.0, 4153.0, 4142.0, 4151.0, 4140.0, 4143.0, 4142.0, 4142.0, 4129.0, 4139.0, 4132.0, 4138.0, 4128.0, 4138.0, 4133.0, 4144.0, 4132.0, 4143.0, 4129.0, 4141.0, 4132.0, 4140.0, 4140.0, 4143.0, 4166.0, 4155.0, 4152.0, 4141.0, 4140.0, 4141.0, 4152.0, 4141.0, 4153.0, 4141.0, 4142.0, 4143.0, 4142.0, 4141.0, 4142.0, 4144.0, 4144.0, 4133.0, 4140.0, 4129.0, 4141.0, 4131.0, 4140.0, 4140.0, 4144.0, 4143.0, 4144.0, 4130.0, 4141.0, 4150.0, 4142.0, 4151.0, 4143.0, 4151.0, 4144.0, 4154.0, 4143.0, 4139.0, 4143.0, 4142.0, 4142.0, 4142.0, 4130.0, 4140.0, 4131.0, 4141.0, 4129.0, 4139.0, 4142.0, 4141.0, 4141.0, 4141.0, 4139.0, 4141.0, 4140.0, 4131.0, 4140.0, 4143.0, 4139.0, 4139.0, 4140.0, 4141.0, 4141.0, 4130.0, 4140.0, 4143.0, 4153.0, 4145.0, 4155.0, 4130.0, 4140.0, 4131.0, 4140.0, 4131.0, 4142.0, 4165.0, 4144.0, 4152.0, 4142.0, 4142.0, 4142.0, 4141.0, 4130.0, 4131.0, 4143.0, 4142.0, 4142.0, 4139.0, 4141.0, 4142.0, 4143.0, 4143.0, 4142.0, 4144.0, 4143.0, 4164.0, 4144.0, 4142.0, 4140.0, 4140.0, 4129.0, 4139.0, 4131.0, 4140.0, 4132.0, 4144.0, 4132.0, 4144.0, 4132.0, 4140.0, 4163.0, 4144.0, 4152.0, 4131.0, 4140.0, 4132.0, 4142.0, 4141.0, 4140.0, 4141.0, 4154.0, 4142.0, 4141.0, 4142.0, 4154.0, 4133.0, 4140.0, 4151.0, 4141.0, 4140.0, 4144.0, 4142.0, 4141.0, 4153.0, 4142.0, 4163.0, 4143.0, 4152.0, 4139.0, 4142.0, 4140.0, 4142.0, 4131.0, 4143.0, 4152.0, 4142.0, 4140.0, 4130.0, 4130.0, 4129.0, 4140.0, 4140.0, 4142.0, 4143.0, 4142.0, 4130.0, 4140.0, 4129.0, 4141.0, 4150.0, 4142.0, 4165.0, 4145.0, 4153.0, 4140.0, 4141.0, 4141.0, 4144.0, 4140.0, 4140.0, 4143.0, 4141.0, 4131.0, 4141.0, 4131.0, 4141.0, 4150.0, 4142.0, 4153.0, 4132.0, 4142.0, 4132.0, 4141.0, 4129.0, 4140.0, 4154.0, 4153.0, 4143.0, 4142.0, 4140.0, 4132.0, 4140.0, 4139.0, 4141.0, 4142.0, 4145.0, 4154.0, 4143.0, 4142.0, 4131.0, 4141.0, 4143.0, 4140.0, 4151.0, 4142.0, 4139.0, 4138.0, 4139.0, 4141.0, 4152.0, 4143.0, 4152.0, 4131.0, 4139.0, 4141.0, 4141.0, 4140.0, 4140.0, 4142.0, 4142.0, 4143.0, 4154.0, 4140.0, 4133.0, 4140.0, 4141.0, 4141.0, 4141.0, 4132.0, 4144.0, 4144.0, 4144.0, 4129.0, 4139.0, 4132.0, 4141.0, 4130.0, 4143.0, 4152.0, 4132.0, 4152.0, 4145.0, 4162.0, 4143.0, 4143.0, 4143.0, 4140.0, 4132.0, 4141.0, 4141.0, 4140.0, 4145.0, 4143.0, 4135.0, 4143.0, 4133.0, 4143.0, 4152.0, 4141.0, 4154.0, 4141.0, 4151.0, 4132.0, 4142.0, 4131.0, 4139.0, 4131.0, 4154.0, 4141.0, 4153.0, 4133.0, 4141.0, 4133.0, 4132.0, 4129.0, 4132.0, 4132.0, 4142.0, 4140.0, 4141.0, 4141.0, 4130.0, 4141.0, 4128.0, 4141.0, 4130.0, 4142.0, 4142.0, 4132.0, 4132.0, 4141.0, 4129.0, 4140.0, 4133.0, 4143.0, 4131.0, 4140.0, 4130.0, 4132.0, 4152.0, 4130.0, 4150.0, 4131.0, 4151.0, 4143.0, 4150.0, 4130.0, 4130.0, 4132.0, 4129.0, 4118.0, 4132.0, 4131.0, 4143.0, 4130.0, 4131.0, 4129.0, 4130.0, 4142.0, 4141.0, 4162.0, 4129.0, 4151.0, 4140.0, 4139.0, 4144.0, 4151.0, 4142.0, 4141.0, 4144.0, 4155.0, 4143.0, 4133.0, 4142.0, 4151.0, 4143.0, 4152.0, 4141.0, 4152.0, 4131.0, 4154.0, 4133.0, 4152.0, 4142.0, 4132.0, 4140.0, 4142.0, 4132.0, 4151.0, 4131.0, 4129.0, 4132.0, 4141.0, 4132.0, 4140.0, 4132.0, 4142.0, 4132.0, 4144.0, 4131.0, 4145.0, 4154.0, 4153.0, 4155.0, 4143.0, 4153.0, 4144.0, 4153.0, 4131.0, 4152.0, 4142.0, 4150.0, 4144.0, 4155.0, 4145.0, 4144.0, 4143.0, 4154.0, 4144.0, 4166.0, 4155.0, 4146.0, 4156.0, 4133.0, 4156.0, 4145.0, 4156.0, 4158.0, 4155.0, 4155.0, 4178.0, 4157.0, 4178.0, 4156.0, 4164.0, 4146.0, 4142.0, 4143.0, 4130.0, 4131.0, 4130.0, 4134.0, 4141.0, 4133.0, 4131.0, 4131.0, 4130.0, 4119.0, 4142.0, 4164.0, 4143.0, 4153.0, 4141.0, 4152.0, 4141.0, 4140.0, 4141.0, 4151.0, 4145.0, 4155.0, 4143.0, 4155.0, 4132.0, 4142.0, 4131.0, 4143.0, 4142.0, 4142.0, 4132.0, 4142.0, 4133.0, 4141.0, 4131.0, 4141.0, 4175.0, 4143.0, 4165.0, 4143.0, 4153.0, 4132.0, 4129.0, 4132.0, 4140.0, 4129.0, 4129.0, 4149.0, 4131.0, 4137.0, 4130.0, 4119.0, 4131.0, 4149.0, 4142.0, 4152.0, 4131.0, 4139.0, 4132.0, 4141.0, 4140.0, 4140.0, 4130.0, 4131.0, 4133.0, 4142.0, 4130.0, 4140.0, 4130.0, 4142.0, 4142.0, 4144.0, 4163.0, 4142.0, 4153.0, 4142.0, 4133.0, 4143.0, 4162.0, 4144.0, 4164.0, 4168.0, 4178.0, 4168.0, 4163.0, 4141.0, 4130.0, 4131.0, 4129.0, 4131.0, 4141.0, 4142.0, 4164.0, 4143.0, 4145.0, 4155.0, 4154.0, 4133.0, 4142.0, 4131.0, 4142.0, 4132.0, 4143.0, 4153.0, 4144.0, 4164.0, 4145.0, 4165.0, 4143.0, 4142.0, 4140.0, 4129.0, 4140.0, 4140.0, 4144.0, 4153.0, 4142.0, 4142.0, 4134.0, 4151.0, 4131.0, 4142.0, 4146.0, 4144.0, 4141.0, 4143.0, 4132.0, 4132.0, 4131.0, 4131.0, 4131.0, 4141.0, 4164.0, 4142.0, 4151.0, 4131.0, 4140.0, 4129.0, 4131.0, 4132.0, 4141.0, 4131.0, 4129.0, 4140.0, 4130.0, 4140.0, 4130.0, 4139.0, 4130.0, 4130.0, 4131.0, 4142.0, 4132.0, 4141.0, 4142.0, 4142.0, 4133.0, 4141.0, 4141.0, 4142.0, 4145.0, 4163.0, 4143.0, 4155.0, 4142.0, 4143.0, 4162.0, 4154.0, 4154.0, 4133.0, 4142.0, 4131.0, 4142.0, 4142.0, 4142.0, 4155.0, 4165.0, 4142.0, 4130.0, 4130.0, 4140.0, 4134.0, 4156.0, 4144.0, 4144.0, 4164.0, 4131.0, 4163.0, 4132.0, 4153.0, 4131.0, 4152.0, 4121.0, 4140.0, 4120.0, 4132.0, 4120.0, 4133.0, 4131.0], 'WindowWidth': [9293.0, 9261.0, 9255.0, 9222.0, 9249.0, 9223.0, 9230.0, 9229.0, 9230.0, 9247.0, 9247.0, 9230.0, 9226.0, 9217.0, 9200.0, 9203.0, 9204.0, 9198.0, 9185.0, 9182.0, 9201.0, 9199.0, 9198.0, 9182.0, 9213.0, 9197.0, 9211.0, 9175.0, 9173.0, 9167.0, 9176.0, 9186.0, 9177.0, 9176.0, 9180.0, 9179.0, 9191.0, 9197.0, 9198.0, 9193.0, 9193.0, 9201.0, 9204.0, 9202.0, 9203.0, 9208.0, 9236.0, 9223.0, 9224.0, 9226.0, 9226.0, 9219.0, 9222.0, 9227.0, 9226.0, 9227.0, 9215.0, 9227.0, 9237.0, 9221.0, 9224.0, 9220.0, 9211.0, 9220.0, 9211.0, 9228.0, 9226.0, 9226.0, 9227.0, 9228.0, 9227.0, 9226.0, 9225.0, 9225.0, 9224.0, 9218.0, 9225.0, 9224.0, 9226.0, 9223.0, 9227.0, 9241.0, 9217.0, 9217.0, 9204.0, 9203.0, 9218.0, 9223.0, 9225.0, 9223.0, 9192.0, 9213.0, 9205.0, 9217.0, 9205.0, 9219.0, 9206.0, 9200.0, 9199.0, 9201.0, 9199.0, 9205.0, 9218.0, 9202.0, 9213.0, 9200.0, 9199.0, 9197.0, 9200.0, 9202.0, 9218.0, 9212.0, 9209.0, 9215.0, 9202.0, 9216.0, 9200.0, 9216.0, 9222.0, 9224.0, 9223.0, 9220.0, 9222.0, 9220.0, 9223.0, 9217.0, 9223.0, 9238.0, 9228.0, 9222.0, 9221.0, 9200.0, 9218.0, 9220.0, 9199.0, 9222.0, 9236.0, 9226.0, 9219.0, 9217.0, 9219.0, 9222.0, 9222.0, 9221.0, 9222.0, 9225.0, 9218.0, 9221.0, 9223.0, 9219.0, 9224.0, 9203.0, 9220.0, 9221.0, 9221.0, 9210.0, 9225.0, 9223.0, 9228.0, 9230.0, 9243.0, 9220.0, 9221.0, 9217.0, 9221.0, 9227.0, 9218.0, 9219.0, 9217.0, 9223.0, 9203.0, 9219.0, 9203.0, 9221.0, 9224.0, 9217.0, 9225.0, 9226.0, 9217.0, 9206.0, 9219.0, 9225.0, 9218.0, 9218.0, 9219.0, 9202.0, 9217.0, 9198.0, 9217.0, 9205.0, 9221.0, 9224.0, 9223.0, 9219.0, 9222.0, 9222.0, 9223.0, 9233.0, 9230.0, 9219.0, 9239.0, 9226.0, 9230.0, 9229.0, 9219.0, 9219.0, 9225.0, 9204.0, 9196.0, 9200.0, 9200.0, 9204.0, 9206.0, 9226.0, 9225.0, 9220.0, 9199.0, 9204.0, 9199.0, 9201.0, 9214.0, 9206.0, 9203.0, 9207.0, 9204.0, 9199.0, 9204.0, 9219.0, 9221.0, 9226.0, 9224.0, 9224.0, 9215.0, 9224.0, 9221.0, 9222.0, 9204.0, 9221.0, 9237.0, 9227.0, 9232.0, 9221.0, 9208.0, 9220.0, 9205.0, 9220.0, 9220.0, 9218.0, 9226.0, 9223.0, 9242.0, 9211.0, 9219.0, 9221.0, 9211.0, 9220.0, 9211.0, 9201.0, 9220.0, 9224.0, 9223.0, 9207.0, 9218.0, 9219.0, 9228.0, 9227.0, 9220.0, 9207.0, 9222.0, 9205.0, 9219.0, 9224.0, 9223.0, 9207.0, 9219.0, 9208.0, 9218.0, 9206.0, 9221.0, 9205.0, 9217.0, 9218.0, 9223.0, 9223.0, 9222.0, 9221.0, 9219.0, 9218.0, 9221.0, 9224.0, 9226.0, 9225.0, 9209.0, 9225.0, 9216.0, 9222.0, 9215.0, 9228.0, 9238.0, 9223.0, 9218.0, 9223.0, 9224.0, 9224.0, 9227.0, 9220.0, 9227.0, 9223.0, 9225.0, 9227.0, 9224.0, 9226.0, 9228.0, 9226.0, 9224.0, 9223.0, 9225.0, 9225.0, 9226.0, 9224.0, 9225.0, 9244.0, 9227.0, 9225.0, 9218.0, 9209.0, 9215.0, 9208.0, 9205.0, 9208.0, 9210.0, 9206.0, 9202.0, 9200.0, 9206.0, 9221.0, 9200.0, 9219.0, 9225.0, 9222.0, 9206.0, 9214.0, 9223.0, 9224.0, 9222.0, 9223.0, 9217.0, 9204.0, 9220.0, 9206.0, 9217.0, 9220.0, 9222.0, 9225.0, 9221.0, 9207.0, 9217.0, 9208.0, 9220.0, 9219.0, 9221.0, 9201.0, 9224.0, 9202.0, 9219.0, 9214.0, 9220.0, 9223.0, 9224.0, 9223.0, 9208.0, 9219.0, 9210.0, 9224.0, 9222.0, 9219.0, 9206.0, 9225.0, 9221.0, 9238.0, 9221.0, 9216.0, 9219.0, 9220.0, 9222.0, 9223.0, 9217.0, 9220.0, 9225.0, 9207.0, 9222.0, 9206.0, 9204.0, 9218.0, 9226.0, 9244.0, 9226.0, 9224.0, 9224.0, 9196.0, 9224.0, 9221.0, 9234.0, 9237.0, 9223.0, 9219.0, 9221.0, 9217.0, 9225.0, 9229.0, 9223.0, 9223.0, 9226.0, 9223.0, 9220.0, 9221.0, 9200.0, 9220.0, 9223.0, 9221.0, 9223.0, 9225.0, 9202.0, 9211.0, 9203.0, 9219.0, 9206.0, 9214.0, 9219.0, 9225.0, 9228.0, 9221.0, 9216.0, 9220.0, 9223.0, 9220.0, 9222.0, 9227.0, 9218.0, 9244.0, 9222.0, 9221.0, 9216.0, 9199.0, 9217.0, 9215.0, 9221.0, 9222.0, 9202.0, 9206.0, 9204.0, 9214.0, 9205.0, 9221.0, 9241.0, 9220.0, 9205.0, 9205.0, 9220.0, 9201.0, 9221.0, 9222.0, 9222.0, 9215.0, 9206.0, 9222.0, 9205.0, 9219.0, 9223.0, 9217.0, 9221.0, 9222.0, 9206.0, 9202.0, 9221.0, 9205.0, 9213.0, 9239.0, 9218.0, 9218.0, 9206.0, 9208.0, 9212.0, 9203.0, 9210.0, 9202.0, 9200.0, 9219.0, 9206.0, 9217.0, 9201.0, 9202.0, 9202.0, 9202.0, 9214.0, 9201.0, 9215.0, 9201.0, 9202.0, 9205.0, 9220.0, 9195.0, 9203.0, 9219.0, 9204.0, 9218.0, 9197.0, 9218.0, 9206.0, 9224.0, 9213.0, 9226.0, 9240.0, 9219.0, 9226.0, 9220.0, 9218.0, 9204.0, 9203.0, 9237.0, 9208.0, 9204.0, 9203.0, 9204.0, 9201.0, 9200.0, 9206.0, 9204.0, 9204.0, 9204.0, 9205.0, 9207.0, 9200.0, 9199.0, 9221.0, 9220.0, 9207.0, 9225.0, 9222.0, 9216.0, 9209.0, 9228.0, 9225.0, 9220.0, 9227.0, 9232.0, 9239.0, 9235.0, 9221.0, 9227.0, 9224.0, 9209.0, 9210.0, 9225.0, 9228.0, 9242.0, 9228.0, 9226.0, 9229.0, 9224.0, 9221.0, 9218.0, 9208.0, 9213.0, 9225.0, 9223.0, 9221.0, 9223.0, 9223.0, 9224.0, 9224.0, 9223.0, 9222.0, 9227.0, 9224.0, 9248.0, 9236.0, 9228.0, 9227.0, 9230.0, 9206.0, 9225.0, 9204.0, 9212.0, 9211.0, 9225.0, 9206.0, 9209.0, 9194.0, 9205.0, 9190.0, 9198.0, 9217.0, 9212.0, 9226.0, 9213.0, 9211.0, 9210.0, 9212.0, 9210.0, 9212.0, 9210.0, 9227.0, 9213.0, 9229.0, 9211.0, 9211.0, 9228.0, 9216.0, 9228.0, 9229.0, 9214.0, 9227.0, 9213.0, 9208.0, 9194.0, 9209.0, 9218.0, 9233.0, 9220.0, 9235.0, 9210.0, 9218.0, 9213.0, 9212.0, 9222.0, 9206.0, 9244.0, 9214.0, 9227.0, 9209.0, 9209.0, 9207.0, 9190.0, 9206.0, 9212.0, 9212.0, 9216.0, 9209.0, 9211.0, 9194.0, 9211.0, 9204.0, 9228.0, 9235.0, 9236.0, 9207.0, 9208.0, 9198.0, 9205.0, 9199.0, 9212.0, 9255.0, 9230.0, 9226.0, 9207.0, 9226.0, 9209.0, 9210.0, 9212.0, 9228.0, 9229.0, 9223.0, 9207.0, 9209.0, 9209.0, 9209.0, 9195.0, 9204.0, 9213.0, 9213.0, 9209.0, 9210.0, 9189.0, 9202.0, 9220.0, 9204.0, 9222.0, 9206.0, 9224.0, 9206.0, 9191.0, 9205.0, 9191.0, 9211.0, 9207.0, 9206.0, 9208.0, 9214.0, 9210.0, 9197.0, 9211.0, 9192.0, 9209.0, 9195.0, 9209.0, 9240.0, 9210.0, 9220.0, 9194.0, 9192.0, 9212.0, 9224.0, 9208.0, 9219.0, 9203.0, 9211.0, 9210.0, 9208.0, 9188.0, 9200.0, 9193.0, 9198.0, 9185.0, 9199.0, 9197.0, 9212.0, 9195.0, 9212.0, 9188.0, 9206.0, 9195.0, 9203.0, 9203.0, 9211.0, 9248.0, 9231.0, 9224.0, 9206.0, 9204.0, 9206.0, 9223.0, 9207.0, 9224.0, 9205.0, 9208.0, 9208.0, 9206.0, 9205.0, 9207.0, 9213.0, 9213.0, 9197.0, 9203.0, 9186.0, 9203.0, 9192.0, 9204.0, 9208.0, 9214.0, 9211.0, 9211.0, 9191.0, 9207.0, 9219.0, 9207.0, 9218.0, 9210.0, 9222.0, 9214.0, 9226.0, 9210.0, 9200.0, 9210.0, 9207.0, 9208.0, 9209.0, 9190.0, 9203.0, 9189.0, 9203.0, 9186.0, 9200.0, 9208.0, 9204.0, 9204.0, 9205.0, 9202.0, 9204.0, 9202.0, 9191.0, 9205.0, 9210.0, 9201.0, 9201.0, 9204.0, 9205.0, 9206.0, 9189.0, 9204.0, 9211.0, 9226.0, 9216.0, 9232.0, 9190.0, 9202.0, 9193.0, 9203.0, 9192.0, 9208.0, 9245.0, 9212.0, 9222.0, 9206.0, 9208.0, 9209.0, 9206.0, 9185.0, 9188.0, 9207.0, 9208.0, 9207.0, 9201.0, 9206.0, 9209.0, 9210.0, 9210.0, 9209.0, 9215.0, 9211.0, 9241.0, 9212.0, 9210.0, 9202.0, 9201.0, 9186.0, 9201.0, 9194.0, 9205.0, 9196.0, 9212.0, 9195.0, 9212.0, 9196.0, 9206.0, 9240.0, 9213.0, 9222.0, 9192.0, 9204.0, 9194.0, 9208.0, 9206.0, 9205.0, 9208.0, 9227.0, 9208.0, 9206.0, 9208.0, 9226.0, 9195.0, 9201.0, 9220.0, 9206.0, 9203.0, 9211.0, 9208.0, 9207.0, 9224.0, 9208.0, 9239.0, 9212.0, 9224.0, 9201.0, 9207.0, 9203.0, 9206.0, 9194.0, 9210.0, 9223.0, 9206.0, 9203.0, 9189.0, 9188.0, 9186.0, 9202.0, 9203.0, 9207.0, 9211.0, 9209.0, 9190.0, 9202.0, 9187.0, 9205.0, 9217.0, 9208.0, 9243.0, 9215.0, 9225.0, 9205.0, 9206.0, 9207.0, 9213.0, 9204.0, 9204.0, 9211.0, 9206.0, 9192.0, 9205.0, 9193.0, 9205.0, 9216.0, 9209.0, 9223.0, 9195.0, 9207.0, 9193.0, 9204.0, 9189.0, 9205.0, 9227.0, 9223.0, 9209.0, 9209.0, 9204.0, 9194.0, 9204.0, 9202.0, 9206.0, 9211.0, 9215.0, 9227.0, 9208.0, 9208.0, 9192.0, 9205.0, 9211.0, 9204.0, 9220.0, 9207.0, 9201.0, 9199.0, 9201.0, 9205.0, 9222.0, 9212.0, 9221.0, 9192.0, 9200.0, 9207.0, 9205.0, 9202.0, 9202.0, 9206.0, 9208.0, 9212.0, 9228.0, 9203.0, 9197.0, 9204.0, 9205.0, 9204.0, 9206.0, 9193.0, 9213.0, 9213.0, 9213.0, 9189.0, 9202.0, 9194.0, 9205.0, 9190.0, 9209.0, 9222.0, 9194.0, 9221.0, 9217.0, 9239.0, 9211.0, 9212.0, 9211.0, 9203.0, 9195.0, 9205.0, 9203.0, 9204.0, 9216.0, 9211.0, 9203.0, 9212.0, 9199.0, 9211.0, 9222.0, 9203.0, 9227.0, 9205.0, 9219.0, 9194.0, 9207.0, 9192.0, 9202.0, 9192.0, 9226.0, 9208.0, 9223.0, 9197.0, 9206.0, 9196.0, 9194.0, 9187.0, 9193.0, 9196.0, 9206.0, 9203.0, 9204.0, 9204.0, 9190.0, 9204.0, 9184.0, 9204.0, 9190.0, 9206.0, 9205.0, 9194.0, 9195.0, 9203.0, 9187.0, 9203.0, 9197.0, 9209.0, 9192.0, 9202.0, 9188.0, 9192.0, 9222.0, 9190.0, 9216.0, 9192.0, 9221.0, 9210.0, 9217.0, 9189.0, 9188.0, 9192.0, 9185.0, 9170.0, 9193.0, 9191.0, 9208.0, 9187.0, 9189.0, 9186.0, 9187.0, 9207.0, 9203.0, 9235.0, 9188.0, 9218.0, 9203.0, 9202.0, 9213.0, 9220.0, 9206.0, 9207.0, 9214.0, 9229.0, 9212.0, 9197.0, 9209.0, 9220.0, 9212.0, 9222.0, 9208.0, 9223.0, 9194.0, 9226.0, 9196.0, 9221.0, 9206.0, 9194.0, 9204.0, 9208.0, 9194.0, 9219.0, 9191.0, 9188.0, 9193.0, 9205.0, 9196.0, 9204.0, 9194.0, 9207.0, 9194.0, 9212.0, 9194.0, 9217.0, 9230.0, 9228.0, 9230.0, 9212.0, 9225.0, 9212.0, 9224.0, 9193.0, 9221.0, 9207.0, 9218.0, 9216.0, 9232.0, 9217.0, 9214.0, 9212.0, 9227.0, 9216.0, 9247.0, 9233.0, 9220.0, 9234.0, 9201.0, 9235.0, 9218.0, 9235.0, 9240.0, 9236.0, 9232.0, 9267.0, 9238.0, 9269.0, 9233.0, 9244.0, 9219.0, 9210.0, 9209.0, 9189.0, 9190.0, 9189.0, 9199.0, 9205.0, 9197.0, 9190.0, 9192.0, 9188.0, 9174.0, 9206.0, 9241.0, 9213.0, 9226.0, 9206.0, 9221.0, 9207.0, 9205.0, 9206.0, 9221.0, 9218.0, 9231.0, 9212.0, 9231.0, 9197.0, 9207.0, 9192.0, 9213.0, 9211.0, 9211.0, 9196.0, 9208.0, 9196.0, 9207.0, 9193.0, 9207.0, 9259.0, 9213.0, 9247.0, 9213.0, 9224.0, 9193.0, 9187.0, 9193.0, 9203.0, 9186.0, 9187.0, 9214.0, 9190.0, 9197.0, 9189.0, 9174.0, 9191.0, 9214.0, 9208.0, 9223.0, 9195.0, 9202.0, 9194.0, 9206.0, 9204.0, 9202.0, 9188.0, 9190.0, 9197.0, 9207.0, 9190.0, 9203.0, 9189.0, 9208.0, 9211.0, 9212.0, 9240.0, 9211.0, 9224.0, 9210.0, 9198.0, 9210.0, 9236.0, 9214.0, 9244.0, 9259.0, 9273.0, 9255.0, 9240.0, 9204.0, 9188.0, 9192.0, 9185.0, 9192.0, 9208.0, 9211.0, 9244.0, 9212.0, 9217.0, 9233.0, 9230.0, 9198.0, 9207.0, 9192.0, 9207.0, 9195.0, 9211.0, 9225.0, 9215.0, 9244.0, 9216.0, 9245.0, 9210.0, 9207.0, 9203.0, 9188.0, 9203.0, 9205.0, 9214.0, 9226.0, 9209.0, 9208.0, 9200.0, 9221.0, 9195.0, 9209.0, 9219.0, 9215.0, 9207.0, 9212.0, 9193.0, 9195.0, 9192.0, 9193.0, 9192.0, 9205.0, 9242.0, 9209.0, 9221.0, 9191.0, 9203.0, 9186.0, 9193.0, 9192.0, 9203.0, 9192.0, 9187.0, 9203.0, 9188.0, 9203.0, 9187.0, 9200.0, 9187.0, 9188.0, 9193.0, 9209.0, 9194.0, 9206.0, 9209.0, 9209.0, 9198.0, 9207.0, 9207.0, 9211.0, 9218.0, 9243.0, 9213.0, 9230.0, 9211.0, 9212.0, 9239.0, 9227.0, 9229.0, 9198.0, 9209.0, 9194.0, 9208.0, 9209.0, 9211.0, 9233.0, 9245.0, 9208.0, 9192.0, 9191.0, 9205.0, 9200.0, 9237.0, 9216.0, 9214.0, 9243.0, 9196.0, 9239.0, 9197.0, 9225.0, 9192.0, 9221.0, 9179.0, 9203.0, 9176.0, 9196.0, 9179.0, 9196.0, 9191.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.0003575927327781983</td></tr>
<tr><td colspan=3>aqi</td><td>0.021081930582891747</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>33.59099062857576</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1340174465303026</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9759070204999983</td></tr>
<tr><td colspan=3>efc</td><td>0.4673</td></tr>
<tr><td colspan=3>fber</td><td>6584.6558</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07535049186719195</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>14</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.0598031794095382</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4886477545226247</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4409983054384288</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7664264794977984</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.258518478631647</td></tr>
<tr><td colspan=3>gcor</td><td>0.00377776</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.018393661826848984</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.028052302077412605</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7163069539786306</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>36.5642</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6352</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>164.8189</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301242.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>767.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>341.4798</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9776</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>518.2274</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3316.7734</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3542.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>75302.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>978.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4404.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>953.0904</td></tr>
<tr><td colspan=3>tsnr</td><td>40.864380832063034</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>