<?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-0089_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-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0089/figures/sub-0089_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-0089/figures/sub-0089_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0089/figures/sub-0089_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-0089/ses-04/func/sub-0089_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>59a6cd868e9c386489045b3cd25a59d1</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>15:50:32.310000</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.998693, 0.048855, 0.0150102, -0.0509411, 0.927742, 0.369729]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.102345</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>[4235, -7865, -7240, 311, -105, -229, 89, 111]</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>233.183</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff8ba3f1-1287-4686-aca8-4027385a061a||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.6794204711914062, -0.13667123019695282, -0.011171328835189342, 118.10289001464844], [-0.13107432425022125, 2.4890642166137695, 0.9990283846855164, -112.66375732421875], [0.04027121141552925, -0.9919560551643372, 2.5083494186401367, -22.865535736083984], [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': ['155032.310000', '155032.770000', '155033.230000', '155033.690000', '155034.150000', '155034.610000', '155035.070000', '155035.530000', '155035.990000', '155036.450000', '155036.910000', '155037.370000', '155037.830000', '155038.290000', '155038.750000', '155039.210000', '155039.670000', '155040.130000', '155040.590000', '155041.050000', '155041.510000', '155041.970000', '155042.430000', '155042.890000', '155043.350000', '155043.810000', '155044.270000', '155044.730000', '155045.190000', '155045.650000', '155046.110000', '155046.570000', '155047.030000', '155047.490000', '155047.950000', '155048.410000', '155048.870000', '155049.330000', '155049.790000', '155050.250000', '155050.710000', '155051.170000', '155051.630000', '155052.090000', '155052.550000', '155053.010000', '155053.470000', '155053.930000', '155054.390000', '155054.850000', '155055.310000', '155055.770000', '155056.230000', '155056.690000', '155057.150000', '155057.610000', '155058.070000', '155058.530000', '155058.990000', '155059.450000', '155059.910000', '155100.370000', '155100.830000', '155101.290000', '155101.750000', '155102.210000', '155102.670000', '155103.130000', '155103.590000', '155104.050000', '155104.510000', '155104.970000', '155105.430000', '155105.890000', '155106.350000', '155106.810000', '155107.270000', '155107.730000', '155108.190000', '155108.650000', '155109.110000', '155109.570000', '155110.030000', '155110.490000', '155110.950000', '155111.410000', '155111.870000', '155112.330000', '155112.790000', '155113.250000', '155113.710000', '155114.170000', '155114.630000', '155115.090000', '155115.550000', '155116.010000', '155116.470000', '155116.930000', '155117.390000', '155117.850000', '155118.310000', '155118.770000', '155119.230000', '155119.690000', '155120.150000', '155120.610000', '155121.070000', '155121.530000', '155121.990000', '155122.450000', '155122.910000', '155123.370000', '155123.830000', '155124.290000', '155124.750000', '155125.210000', '155125.670000', '155126.130000', '155126.590000', '155127.050000', '155127.510000', '155127.970000', '155128.430000', '155128.890000', '155129.350000', '155129.810000', '155130.270000', '155130.730000', '155131.190000', '155131.650000', '155132.110000', '155132.570000', '155133.030000', '155133.490000', '155133.950000', '155134.410000', '155134.870000', '155135.330000', '155135.790000', '155136.250000', '155136.710000', '155137.170000', '155137.630000', '155138.090000', '155138.550000', '155139.010000', '155139.470000', '155139.930000', '155140.390000', '155140.850000', '155141.310000', '155141.770000', '155142.230000', '155142.690000', '155143.150000', '155143.610000', '155144.070000', '155144.530000', '155144.990000', '155145.450000', '155145.910000', '155146.370000', '155146.830000', '155147.290000', '155147.750000', '155148.210000', '155148.670000', '155149.130000', '155149.590000', '155150.050000', '155150.510000', '155150.970000', '155151.430000', '155151.890000', '155152.350000', '155152.810000', '155153.270000', '155153.730000', '155154.190000', '155154.650000', '155155.110000', '155155.570000', '155156.030000', '155156.490000', '155156.950000', '155157.410000', '155157.870000', '155158.330000', '155158.790000', '155159.250000', '155159.710000', '155200.170000', '155200.630000', '155201.090000', '155201.550000', '155202.010000', '155202.470000', '155202.930000', '155203.390000', '155203.850000', '155204.310000', '155204.770000', '155205.230000', '155205.690000', '155206.150000', '155206.610000', '155207.070000', '155207.530000', '155207.990000', '155208.450000', '155208.910000', '155209.370000', '155209.830000', '155210.290000', '155210.750000', '155211.210000', '155211.670000', '155212.130000', '155212.590000', '155213.050000', '155213.510000', '155213.970000', '155214.430000', '155214.890000', '155215.350000', '155215.810000', '155216.270000', '155216.730000', '155217.190000', '155217.650000', '155218.110000', '155218.570000', '155219.030000', '155219.490000', '155219.950000', '155220.410000', '155220.870000', '155221.330000', '155221.790000', '155222.250000', '155222.710000', '155223.170000', '155223.630000', '155224.090000', '155224.550000', '155225.010000', '155225.470000', '155225.930000', '155226.390000', '155226.850000', '155227.310000', '155227.770000', '155228.230000', '155228.690000', '155229.150000', '155229.610000', '155230.070000', '155230.530000', '155230.990000', '155231.450000', '155231.910000', '155232.370000', '155232.830000', '155233.290000', '155233.750000', '155234.210000', '155234.670000', '155235.130000', '155235.590000', '155236.050000', '155236.510000', '155236.970000', '155237.430000', '155237.890000', '155238.350000', '155238.810000', '155239.270000', '155239.730000', '155240.190000', '155240.650000', '155241.110000', '155241.570000', '155242.030000', '155242.490000', '155242.950000', '155243.410000', '155243.870000', '155244.330000', '155244.790000', '155245.250000', '155245.710000', '155246.170000', '155246.630000', '155247.090000', '155247.550000', '155248.010000', '155248.470000', '155248.930000', '155249.390000', '155249.850000', '155250.310000', '155250.770000', '155251.230000', '155251.690000', '155252.150000', '155252.610000', '155253.070000', '155253.530000', '155253.990000', '155254.450000', '155254.910000', '155255.370000', '155255.830000', '155256.290000', '155256.750000', '155257.210000', '155257.670000', '155258.130000', '155258.590000', '155259.050000', '155259.510000', '155259.970000', '155300.430000', '155300.890000', '155301.350000', '155301.810000', '155302.270000', '155302.730000', '155303.190000', '155303.650000', '155304.110000', '155304.570000', '155305.030000', '155305.490000', '155305.950000', '155306.410000', '155306.870000', '155307.330000', '155307.790000', '155308.250000', '155308.710000', '155309.170000', '155309.630000', '155310.090000', '155310.550000', '155311.010000', '155311.470000', '155311.930000', '155312.390000', '155312.850000', '155313.310000', '155313.770000', '155314.230000', '155314.690000', '155315.150000', '155315.610000', '155316.070000', '155316.530000', '155316.990000', '155317.450000', '155317.910000', '155318.370000', '155318.830000', '155319.290000', '155319.750000', '155320.210000', '155320.670000', '155321.130000', '155321.590000', '155322.050000', '155322.510000', '155322.970000', '155323.430000', '155323.890000', '155324.350000', '155324.810000', '155325.270000', '155325.730000', '155326.190000', '155326.650000', '155327.110000', '155327.570000', '155328.030000', '155328.490000', '155328.950000', '155329.410000', '155329.870000', '155330.330000', '155330.790000', '155331.250000', '155331.710000', '155332.170000', '155332.630000', '155333.090000', '155333.550000', '155334.010000', '155334.470000', '155334.930000', '155335.390000', '155335.850000', '155336.310000', '155336.770000', '155337.230000', '155337.690000', '155338.150000', '155338.610000', '155339.070000', '155339.530000', '155339.990000', '155340.450000', '155340.910000', '155341.370000', '155341.830000', '155342.290000', '155342.750000', '155343.210000', '155343.670000', '155344.130000', '155344.590000', '155345.050000', '155345.510000', '155345.970000', '155346.430000', '155346.890000', '155347.350000', '155347.810000', '155348.270000', '155348.730000', '155349.190000', '155349.650000', '155350.110000', '155350.570000', '155351.030000', '155351.490000', '155351.950000', '155352.410000', '155352.870000', '155353.330000', '155353.790000', '155354.250000', '155354.710000', '155355.170000', '155355.630000', '155356.090000', '155356.550000', '155357.010000', '155357.470000', '155357.930000', '155358.390000', '155358.850000', '155359.310000', '155359.770000', '155400.230000', '155400.690000', '155401.150000', '155401.610000', '155402.070000', '155402.530000', '155402.990000', '155403.450000', '155403.910000', '155404.370000', '155404.830000', '155405.290000', '155405.750000', '155406.210000', '155406.670000', '155407.130000', '155407.590000', '155408.050000', '155408.510000', '155408.970000', '155409.430000', '155409.890000', '155410.350000', '155410.810000', '155411.270000', '155411.730000', '155412.190000', '155412.650000', '155413.110000', '155413.570000', '155414.030000', '155414.490000', '155414.950000', '155415.410000', '155415.870000', '155416.330000', '155416.790000', '155417.250000', '155417.710000', '155418.170000', '155418.630000', '155419.090000', '155419.550000', '155420.010000', '155420.470000', '155420.930000', '155421.390000', '155421.850000', '155422.310000', '155422.770000', '155423.230000', '155423.690000', '155424.150000', '155424.610000', '155425.070000', '155425.530000', '155425.990000', '155426.450000', '155426.910000', '155427.370000', '155427.830000', '155428.290000', '155428.750000', '155429.210000', '155429.670000', '155430.130000', '155430.590000', '155431.050000', '155431.510000', '155431.970000', '155432.430000', '155432.890000', '155433.350000', '155433.810000', '155434.270000', '155434.730000', '155435.190000', '155435.650000', '155436.110000', '155436.570000', '155437.030000', '155437.490000', '155437.950000', '155438.410000', '155438.870000', '155439.330000', '155439.790000', '155440.250000', '155440.710000', '155441.170000', '155441.630000', '155442.090000', '155442.550000', '155443.010000', '155443.470000', '155443.930000', '155444.390000', '155444.850000', '155445.310000', '155445.770000', '155446.230000', '155446.690000', '155447.150000', '155447.610000', '155448.070000', '155448.530000', '155448.990000', '155449.450000', '155449.910000', '155450.370000', '155450.830000', '155451.290000', '155451.750000', '155452.210000', '155452.670000', '155453.130000', '155453.590000', '155454.050000', '155454.510000', '155454.970000', '155455.430000', '155455.890000', '155456.350000', '155456.810000', '155457.270000', '155457.730000', '155458.190000', '155458.650000', '155459.110000', '155459.570000', '155500.030000', '155500.490000', '155500.950000', '155501.410000', '155501.870000', '155502.330000', '155502.790000', '155503.250000', '155503.710000', '155504.170000', '155504.630000', '155505.090000', '155505.550000', '155506.010000', '155506.470000', '155506.930000', '155507.390000', '155507.850000', '155508.310000', '155508.770000', '155509.230000', '155509.690000', '155510.150000', '155510.610000', '155511.070000', '155511.530000', '155511.990000', '155512.450000', '155512.910000', '155513.370000', '155513.830000', '155514.290000', '155514.750000', '155515.210000', '155515.670000', '155516.130000', '155516.590000', '155517.050000', '155517.510000', '155517.970000', '155518.430000', '155518.890000', '155519.350000', '155519.810000', '155520.270000', '155520.730000', '155521.190000', '155521.650000', '155522.110000', '155522.570000', '155523.030000', '155523.490000', '155523.950000', '155524.410000', '155524.870000', '155525.330000', '155525.790000', '155526.250000', '155526.710000', '155527.170000', '155527.630000', '155528.090000', '155528.550000', '155529.010000', '155529.470000', '155529.930000', '155530.390000', '155530.850000', '155531.310000', '155531.770000', '155532.230000', '155532.690000', '155533.150000', '155533.610000', '155534.070000', '155534.530000', '155534.990000', '155535.450000', '155535.910000', '155536.370000', '155536.830000', '155537.290000', '155537.750000', '155538.210000', '155538.670000', '155539.130000', '155539.590000', '155540.050000', '155540.510000', '155540.970000', '155541.430000', '155541.890000', '155542.350000', '155542.810000', '155543.270000', '155543.730000', '155544.190000', '155544.650000', '155545.110000', '155545.570000', '155546.030000', '155546.490000', '155546.950000', '155547.410000', '155547.870000', '155548.330000', '155548.790000', '155549.250000', '155549.710000', '155550.170000', '155550.630000', '155551.090000', '155551.550000', '155552.010000', '155552.470000', '155552.930000', '155553.390000', '155553.850000', '155554.310000', '155554.770000', '155555.230000', '155555.690000', '155556.150000', '155556.610000', '155557.070000', '155557.530000', '155557.990000', '155558.450000', '155558.910000', '155559.370000', '155559.830000', '155600.290000', '155600.750000', '155601.210000', '155601.670000', '155602.130000', '155602.590000', '155603.050000', '155603.510000', '155603.970000', '155604.430000', '155604.890000', '155605.350000', '155605.810000', '155606.270000', '155606.730000', '155607.190000', '155607.650000', '155608.110000', '155608.570000', '155609.030000', '155609.490000', '155609.950000', '155610.410000', '155610.870000', '155611.330000', '155611.790000', '155612.250000', '155612.710000', '155613.170000', '155613.630000', '155614.090000', '155614.550000', '155615.010000', '155615.470000', '155615.930000', '155616.390000', '155616.850000', '155617.310000', '155617.770000', '155618.230000', '155618.690000', '155619.150000', '155619.610000', '155620.070000', '155620.530000', '155620.990000', '155621.450000', '155621.910000', '155622.370000', '155622.830000', '155623.290000', '155623.750000', '155624.210000', '155624.670000', '155625.130000', '155625.590000', '155626.050000', '155626.510000', '155626.970000', '155627.430000', '155627.890000', '155628.350000', '155628.810000', '155629.270000', '155629.730000', '155630.190000', '155630.650000', '155631.110000', '155631.570000', '155632.030000', '155632.490000', '155632.950000', '155633.410000', '155633.870000', '155634.330000', '155634.790000', '155635.250000', '155635.710000', '155636.170000', '155636.630000', '155637.090000', '155637.550000', '155638.010000', '155638.470000', '155638.930000', '155639.390000', '155639.850000', '155640.310000', '155640.770000', '155641.230000', '155641.690000', '155642.150000', '155642.610000', '155643.070000', '155643.530000', '155643.990000', '155644.450000', '155644.910000', '155645.370000', '155645.830000', '155646.290000', '155646.750000', '155647.210000', '155647.670000', '155648.130000', '155648.590000', '155649.050000', '155649.510000', '155649.970000', '155650.430000', '155650.890000', '155651.350000', '155651.810000', '155652.270000', '155652.730000', '155653.190000', '155653.650000', '155654.110000', '155654.570000', '155655.030000', '155655.490000', '155655.950000', '155656.410000', '155656.870000', '155657.330000', '155657.790000', '155658.250000', '155658.710000', '155659.170000', '155659.630000', '155700.090000', '155700.550000', '155701.010000', '155701.470000', '155701.930000', '155702.390000', '155702.850000', '155703.310000', '155703.770000', '155704.230000', '155704.690000', '155705.150000', '155705.610000', '155706.070000', '155706.530000', '155706.990000', '155707.450000', '155707.910000', '155708.370000', '155708.830000', '155709.290000', '155709.750000', '155710.210000', '155710.670000', '155711.130000', '155711.590000', '155712.050000', '155712.510000', '155712.970000', '155713.430000', '155713.890000', '155714.350000', '155714.810000', '155715.270000', '155715.730000', '155716.190000', '155716.650000', '155717.110000', '155717.570000', '155718.030000', '155718.490000', '155718.950000', '155719.410000', '155719.870000', '155720.330000', '155720.790000', '155721.250000', '155721.710000', '155722.170000', '155722.630000', '155723.090000', '155723.550000', '155724.010000', '155724.470000', '155724.930000', '155725.390000', '155725.850000', '155726.310000', '155726.770000', '155727.230000', '155727.690000', '155728.150000', '155728.610000', '155729.070000', '155729.530000', '155729.990000', '155730.450000', '155730.910000', '155731.370000', '155731.830000', '155732.290000', '155732.750000', '155733.210000', '155733.670000', '155734.130000', '155734.590000', '155735.050000', '155735.510000', '155735.970000', '155736.430000', '155736.890000', '155737.350000', '155737.810000', '155738.270000', '155738.730000', '155739.190000', '155739.650000', '155740.110000', '155740.570000', '155741.030000', '155741.490000', '155741.950000', '155742.410000', '155742.870000', '155743.330000', '155743.790000', '155744.250000', '155744.710000', '155745.170000', '155745.630000', '155746.090000', '155746.550000', '155747.010000', '155747.470000', '155747.930000', '155748.390000', '155748.850000', '155749.310000', '155749.770000', '155750.230000', '155750.690000', '155751.150000', '155751.610000', '155752.070000', '155752.530000', '155752.990000', '155753.450000', '155753.910000', '155754.370000', '155754.830000', '155755.290000', '155755.750000', '155756.210000', '155756.670000', '155757.130000', '155757.590000', '155758.050000', '155758.510000', '155758.970000', '155759.430000', '155759.890000', '155800.350000', '155800.810000', '155801.270000', '155801.730000', '155802.190000', '155802.650000', '155803.110000', '155803.570000', '155804.030000', '155804.490000', '155804.950000', '155805.410000', '155805.870000', '155806.330000', '155806.790000', '155807.250000', '155807.710000', '155808.170000', '155808.630000', '155809.090000', '155809.550000', '155810.010000', '155810.470000', '155810.930000', '155811.390000', '155811.850000', '155812.310000', '155812.770000', '155813.230000', '155813.690000', '155814.150000', '155814.610000', '155815.070000', '155815.530000', '155815.990000', '155816.450000', '155816.910000', '155817.370000', '155817.830000', '155818.290000', '155818.750000', '155819.210000', '155819.670000', '155820.130000', '155820.590000', '155821.050000', '155821.510000', '155821.970000', '155822.430000', '155822.890000', '155823.350000', '155823.810000', '155824.270000', '155824.730000', '155825.190000', '155825.650000', '155826.110000', '155826.570000', '155827.030000', '155827.490000', '155827.950000', '155828.410000', '155828.870000', '155829.330000', '155829.790000', '155830.250000', '155830.710000', '155831.170000', '155831.630000', '155832.090000', '155832.550000', '155833.010000', '155833.470000', '155833.930000', '155834.390000', '155834.850000', '155835.310000', '155835.770000', '155836.230000', '155836.690000', '155837.150000', '155837.610000', '155838.070000', '155838.530000', '155838.990000', '155839.450000', '155839.910000', '155840.370000', '155840.830000', '155841.290000', '155841.750000', '155842.210000', '155842.670000', '155843.130000', '155843.590000', '155844.050000', '155844.510000', '155844.970000', '155845.430000', '155845.890000', '155846.350000', '155846.810000', '155847.270000', '155847.730000', '155848.190000', '155848.650000', '155849.110000', '155849.570000', '155850.030000', '155850.490000', '155850.950000', '155851.410000', '155851.870000', '155852.330000', '155852.790000', '155853.250000', '155853.710000', '155854.170000', '155854.630000', '155855.090000', '155855.550000', '155856.010000', '155856.470000', '155856.930000', '155857.390000', '155857.850000', '155858.310000', '155858.770000', '155859.230000', '155859.690000', '155900.150000', '155900.610000', '155901.070000', '155901.530000', '155901.990000', '155902.450000', '155902.910000', '155903.370000', '155903.830000', '155904.290000', '155904.750000', '155905.210000', '155905.670000', '155906.130000', '155906.590000', '155907.050000', '155907.510000', '155907.970000', '155908.430000', '155908.890000', '155909.350000', '155909.810000', '155910.270000', '155910.730000', '155911.190000', '155911.650000', '155912.110000', '155912.570000', '155913.030000', '155913.490000', '155913.950000', '155914.410000', '155914.870000', '155915.330000', '155915.790000', '155916.250000', '155916.710000', '155917.170000', '155917.630000', '155918.090000', '155918.550000', '155919.010000', '155919.470000', '155919.930000', '155920.390000', '155920.850000', '155921.310000', '155921.770000', '155922.230000', '155922.690000', '155923.150000', '155923.610000', '155924.070000', '155924.530000', '155924.990000', '155925.450000', '155925.910000', '155926.370000', '155926.830000', '155927.290000', '155927.750000', '155928.210000', '155928.670000', '155929.130000', '155929.590000', '155930.050000', '155930.510000', '155930.970000', '155931.430000', '155931.890000', '155932.350000', '155932.810000', '155933.270000', '155933.730000', '155934.190000', '155934.650000', '155935.110000', '155935.570000', '155936.030000', '155936.490000', '155936.950000', '155937.410000', '155937.870000', '155938.330000', '155938.790000', '155939.250000', '155939.710000', '155940.170000', '155940.630000', '155941.090000', '155941.550000', '155942.010000', '155942.470000', '155942.930000', '155943.390000', '155943.850000', '155944.310000', '155944.770000', '155945.230000', '155945.690000', '155946.150000', '155946.610000', '155947.070000', '155947.530000', '155947.990000', '155948.450000', '155948.910000', '155949.370000', '155949.830000', '155950.290000', '155950.750000', '155951.210000', '155951.670000', '155952.130000', '155952.590000', '155953.050000', '155953.510000', '155953.970000', '155954.430000', '155954.890000', '155955.350000', '155955.810000', '155956.270000', '155956.730000', '155957.190000', '155957.650000', '155958.110000', '155958.570000', '155959.030000', '155959.490000', '155959.950000', '160000.410000', '160000.870000', '160001.330000', '160001.790000', '160002.250000', '160002.710000', '160003.170000', '160003.630000', '160004.090000', '160004.550000', '160005.010000', '160005.470000', '160005.930000', '160006.390000', '160006.850000', '160007.310000', '160007.770000', '160008.230000', '160008.690000', '160009.150000', '160009.610000', '160010.070000', '160010.530000', '160010.990000', '160011.450000', '160011.910000', '160012.370000', '160012.830000', '160013.290000', '160013.750000', '160014.210000', '160014.670000', '160015.130000', '160015.590000', '160016.050000', '160016.510000', '160016.970000', '160017.430000', '160017.890000', '160018.350000', '160018.810000', '160019.270000', '160019.730000', '160020.190000', '160020.650000', '160021.110000', '160021.570000', '160022.030000', '160022.490000', '160022.950000', '160023.410000', '160023.870000', '160024.330000', '160024.790000', '160025.250000', '160025.710000', '160026.170000', '160026.630000', '160027.090000', '160027.550000', '160028.010000', '160028.470000', '160028.930000', '160029.390000', '160029.850000', '160030.310000', '160030.770000', '160031.230000', '160031.690000', '160032.150000', '160032.610000', '160033.070000', '160033.530000', '160033.990000', '160034.450000', '160034.910000', '160035.370000', '160035.830000', '160036.290000', '160036.750000', '160037.210000', '160037.670000', '160038.130000', '160038.590000', '160039.050000', '160039.510000', '160039.970000'], 'ContentTime': ['155058.236000', '155058.239000', '155058.242000', '155058.248000', '155058.251000', '155058.253000', '155058.256000', '155058.259000', '155058.261000', '155058.264000', '155058.267000', '155058.269000', '155058.272000', '155058.290000', '155058.293000', '155058.295000', '155058.300000', '155058.303000', '155058.305000', '155058.308000', '155058.310000', '155058.313000', '155058.316000', '155058.318000', '155058.321000', '155058.323000', '155058.326000', '155058.328000', '155058.331000', '155058.334000', '155058.336000', '155058.339000', '155058.341000', '155058.344000', '155058.346000', '155058.349000', '155058.351000', '155058.354000', '155058.356000', '155058.359000', '155058.361000', '155058.364000', '155058.367000', '155058.369000', '155058.372000', '155058.374000', '155058.377000', '155058.380000', '155058.382000', '155058.385000', '155058.387000', '155058.390000', '155058.392000', '155058.395000', '155118.210000', '155118.213000', '155118.216000', '155118.218000', '155118.233000', '155118.236000', '155118.238000', '155118.241000', '155118.243000', '155118.246000', '155118.248000', '155118.251000', '155118.254000', '155118.256000', '155118.259000', '155118.261000', '155118.264000', '155118.266000', '155118.269000', '155118.271000', '155118.274000', '155118.276000', '155118.279000', '155118.282000', '155118.284000', '155118.287000', '155118.289000', '155118.292000', '155118.295000', '155118.297000', '155118.300000', '155118.302000', '155118.305000', '155118.307000', '155118.310000', '155118.312000', '155118.315000', '155118.318000', '155118.320000', '155118.323000', '155118.325000', '155118.328000', '155118.330000', '155138.210000', '155138.213000', '155138.216000', '155138.219000', '155138.221000', '155138.224000', '155138.226000', '155138.229000', '155138.234000', '155138.236000', '155138.239000', '155138.241000', '155138.244000', '155138.247000', '155138.249000', '155138.252000', '155138.255000', '155138.257000', '155138.260000', '155138.262000', '155138.265000', '155138.268000', '155138.270000', '155138.273000', '155138.275000', '155138.278000', '155138.280000', '155138.283000', '155138.285000', '155138.288000', '155138.291000', '155138.293000', '155138.296000', '155138.298000', '155138.301000', '155138.303000', '155138.306000', '155138.309000', '155138.311000', '155138.314000', '155138.316000', '155138.319000', '155138.322000', '155138.324000', '155158.210000', '155158.213000', '155158.216000', '155158.223000', '155158.225000', '155158.228000', '155158.230000', '155158.233000', '155158.235000', '155158.238000', '155158.240000', '155158.243000', '155158.245000', '155158.248000', '155158.251000', '155158.253000', '155158.256000', '155158.258000', '155158.261000', '155158.263000', '155158.266000', '155158.269000', '155158.271000', '155158.274000', '155158.276000', '155158.279000', '155158.281000', '155158.284000', '155158.287000', '155158.289000', '155158.292000', '155158.294000', '155158.297000', '155158.299000', '155158.302000', '155158.304000', '155158.307000', '155158.310000', '155158.312000', '155158.315000', '155158.318000', '155158.320000', '155158.323000', '155218.210000', '155218.213000', '155218.215000', '155218.218000', '155218.220000', '155218.223000', '155218.225000', '155218.228000', '155218.231000', '155218.233000', '155218.236000', '155218.238000', '155218.241000', '155218.245000', '155218.247000', '155218.250000', '155218.253000', '155218.255000', '155218.258000', '155218.260000', '155218.263000', '155218.266000', '155218.268000', '155218.271000', '155218.273000', '155218.276000', '155218.278000', '155218.281000', '155218.284000', '155218.286000', '155218.289000', '155218.291000', '155218.294000', '155218.297000', '155218.299000', '155218.302000', '155218.305000', '155218.307000', '155218.310000', '155218.313000', '155218.315000', '155218.318000', '155218.343000', '155238.210000', '155238.213000', '155238.216000', '155238.218000', '155238.221000', '155238.223000', '155238.226000', '155238.228000', '155238.231000', '155238.234000', '155238.236000', '155238.239000', '155238.241000', '155238.244000', '155238.246000', '155238.249000', '155238.252000', '155238.254000', '155238.257000', '155238.259000', '155238.262000', '155238.265000', '155238.267000', '155238.270000', '155238.272000', '155238.275000', '155238.277000', '155238.280000', '155238.283000', '155238.285000', '155238.288000', '155238.291000', '155238.293000', '155238.296000', '155238.298000', '155238.301000', '155238.304000', '155238.306000', '155238.309000', '155238.312000', '155238.314000', '155238.317000', '155238.320000', '155238.322000', '155258.211000', '155258.213000', '155258.216000', '155258.219000', '155258.221000', '155258.224000', '155258.226000', '155258.229000', '155258.232000', '155258.234000', '155258.237000', '155258.239000', '155258.242000', '155258.245000', '155258.247000', '155258.250000', '155258.253000', '155258.255000', '155258.258000', '155258.260000', '155258.263000', '155258.266000', '155258.268000', '155258.271000', '155258.274000', '155258.276000', '155258.279000', '155258.281000', '155258.284000', '155258.286000', '155258.289000', '155258.292000', '155258.294000', '155258.297000', '155258.299000', '155258.302000', '155258.304000', '155258.307000', '155258.309000', '155258.312000', '155258.315000', '155258.317000', '155258.320000', '155318.211000', '155318.214000', '155318.217000', '155318.220000', '155318.222000', '155318.225000', '155318.228000', '155318.230000', '155318.233000', '155318.235000', '155318.238000', '155318.241000', '155318.243000', '155318.246000', '155318.249000', '155318.251000', '155318.254000', '155318.256000', '155318.259000', '155318.262000', '155318.264000', '155318.267000', '155318.270000', '155318.272000', '155318.275000', '155318.277000', '155318.280000', '155318.283000', '155318.285000', '155318.288000', '155318.291000', '155318.293000', '155318.296000', '155318.298000', '155318.301000', '155318.304000', '155318.306000', '155318.309000', '155318.311000', '155318.314000', '155318.317000', '155318.319000', '155318.322000', '155318.324000', '155338.210000', '155338.213000', '155338.216000', '155338.219000', '155338.221000', '155338.224000', '155338.228000', '155338.230000', '155338.233000', '155338.235000', '155338.238000', '155338.241000', '155338.243000', '155338.246000', '155338.249000', '155338.251000', '155338.254000', '155338.256000', '155338.259000', '155338.262000', '155338.264000', '155338.267000', '155338.269000', '155338.272000', '155338.275000', '155338.277000', '155338.286000', '155338.289000', '155338.291000', '155338.294000', '155338.297000', '155338.299000', '155338.302000', '155338.304000', '155338.307000', '155338.310000', '155338.312000', '155338.315000', '155338.318000', '155338.320000', '155338.323000', '155338.326000', '155338.328000', '155358.210000', '155358.213000', '155358.216000', '155358.218000', '155358.221000', '155358.224000', '155358.226000', '155358.229000', '155358.232000', '155358.234000', '155358.237000', '155358.240000', '155358.242000', '155358.245000', '155358.247000', '155358.250000', '155358.253000', '155358.255000', '155358.258000', '155358.261000', '155358.263000', '155358.266000', '155358.269000', '155358.271000', '155358.274000', '155358.277000', '155358.279000', '155358.282000', '155358.285000', '155358.287000', '155358.290000', '155358.292000', '155358.295000', '155358.298000', '155358.300000', '155358.303000', '155358.305000', '155358.308000', '155358.346000', '155358.349000', '155358.352000', '155358.363000', '155358.366000', '155358.368000', '155418.211000', '155418.213000', '155418.216000', '155418.218000', '155418.221000', '155418.224000', '155418.226000', '155418.229000', '155418.231000', '155418.234000', '155418.237000', '155418.239000', '155418.242000', '155418.245000', '155418.247000', '155418.250000', '155418.252000', '155418.255000', '155418.258000', '155418.260000', '155418.264000', '155418.266000', '155418.269000', '155418.272000', '155418.274000', '155418.277000', '155418.279000', '155418.282000', '155418.285000', '155418.287000', '155418.290000', '155418.292000', '155418.295000', '155418.298000', '155418.300000', '155418.303000', '155418.305000', '155418.308000', '155418.310000', '155418.313000', '155418.316000', '155418.318000', '155418.321000', '155438.209000', '155438.212000', '155438.215000', '155438.217000', '155438.220000', '155438.223000', '155438.226000', '155438.228000', '155438.231000', '155438.234000', '155438.236000', '155438.239000', '155438.242000', '155438.244000', '155438.247000', '155438.249000', '155438.252000', '155438.255000', '155438.257000', '155438.260000', '155438.262000', '155438.265000', '155438.267000', '155438.270000', '155438.273000', '155438.275000', '155438.278000', '155438.280000', '155438.283000', '155438.286000', '155438.288000', '155438.291000', '155438.294000', '155438.296000', '155438.299000', '155438.302000', '155438.304000', '155438.307000', '155438.310000', '155438.312000', '155438.315000', '155438.318000', '155438.320000', '155438.323000', '155458.210000', '155458.213000', '155458.216000', '155458.219000', '155458.221000', '155458.224000', '155458.227000', '155458.229000', '155458.232000', '155458.234000', '155458.237000', '155458.240000', '155458.242000', '155458.245000', '155458.248000', '155458.250000', '155458.253000', '155458.255000', '155458.258000', '155458.261000', '155458.263000', '155458.266000', '155458.269000', '155458.271000', '155458.274000', '155458.276000', '155458.279000', '155458.282000', '155458.284000', '155458.287000', '155458.289000', '155458.292000', '155458.294000', '155458.297000', '155458.300000', '155458.302000', '155458.305000', '155458.307000', '155458.310000', '155458.312000', '155458.315000', '155458.318000', '155458.320000', '155518.210000', '155518.213000', '155518.216000', '155518.218000', '155518.221000', '155518.224000', '155518.226000', '155518.229000', '155518.231000', '155518.234000', '155518.236000', '155518.239000', '155518.242000', '155518.244000', '155518.247000', '155518.249000', '155518.252000', '155518.255000', '155518.257000', '155518.260000', '155518.262000', '155518.265000', '155518.268000', '155518.270000', '155518.273000', '155518.275000', '155518.278000', '155518.280000', '155518.283000', '155518.286000', '155518.288000', '155518.291000', '155518.293000', '155518.296000', '155518.299000', '155518.301000', '155518.304000', '155518.306000', '155518.309000', '155518.312000', '155518.314000', '155518.317000', '155518.319000', '155518.322000', '155538.211000', '155538.213000', '155538.216000', '155538.219000', '155538.249000', '155538.252000', '155538.254000', '155538.257000', '155538.259000', '155538.262000', '155538.264000', '155538.267000', '155538.269000', '155538.272000', '155538.275000', '155538.277000', '155538.280000', '155538.282000', '155538.285000', '155538.288000', '155538.290000', '155538.293000', '155538.296000', '155538.299000', '155538.301000', '155538.304000', '155538.307000', '155538.309000', '155538.312000', '155538.314000', '155538.317000', '155538.319000', '155538.322000', '155538.325000', '155538.327000', '155538.330000', '155538.332000', '155538.335000', '155538.338000', '155538.340000', '155538.343000', '155538.345000', '155538.348000', '155558.211000', '155558.214000', '155558.216000', '155558.219000', '155558.221000', '155558.224000', '155558.227000', '155558.230000', '155558.233000', '155558.235000', '155558.238000', '155558.240000', '155558.243000', '155558.246000', '155558.248000', '155558.251000', '155558.254000', '155558.257000', '155558.259000', '155558.262000', '155558.264000', '155558.267000', '155558.270000', '155558.272000', '155558.275000', '155558.277000', '155558.280000', '155558.283000', '155558.285000', '155558.288000', '155558.291000', '155558.293000', '155558.296000', '155558.298000', '155558.301000', '155558.304000', '155558.306000', '155558.309000', '155558.311000', '155558.314000', '155558.317000', '155558.319000', '155558.322000', '155558.324000', '155618.211000', '155618.213000', '155618.216000', '155618.219000', '155618.221000', '155618.224000', '155618.226000', '155618.229000', '155618.232000', '155618.234000', '155618.237000', '155618.239000', '155618.242000', '155618.244000', '155618.247000', '155618.249000', '155618.252000', '155618.255000', '155618.258000', '155618.260000', '155618.263000', '155618.266000', '155618.268000', '155618.271000', '155618.273000', '155618.276000', '155618.278000', '155618.281000', '155618.284000', '155618.286000', '155618.289000', '155618.291000', '155618.294000', '155618.297000', '155618.299000', '155618.302000', '155618.304000', '155618.307000', '155618.310000', '155618.312000', '155618.315000', '155618.317000', '155618.320000', '155638.211000', '155638.213000', '155638.216000', '155638.219000', '155638.221000', '155638.224000', '155638.227000', '155638.229000', '155638.232000', '155638.234000', '155638.237000', '155638.239000', '155638.242000', '155638.245000', '155638.247000', '155638.250000', '155638.252000', '155638.256000', '155638.258000', '155638.261000', '155638.263000', '155638.266000', '155638.269000', '155638.271000', '155638.274000', '155638.277000', '155638.279000', '155638.282000', '155638.284000', '155638.287000', '155638.290000', '155638.292000', '155638.296000', '155638.299000', '155638.301000', '155638.304000', '155638.307000', '155638.309000', '155638.312000', '155638.315000', '155638.317000', '155638.320000', '155638.322000', '155638.325000', '155658.210000', '155658.213000', '155658.215000', '155658.218000', '155658.220000', '155658.223000', '155658.225000', '155658.228000', '155658.231000', '155658.233000', '155658.236000', '155658.238000', '155658.241000', '155658.243000', '155658.246000', '155658.258000', '155658.261000', '155658.263000', '155658.266000', '155658.268000', '155658.271000', '155658.273000', '155658.276000', '155658.279000', '155658.281000', '155658.284000', '155658.286000', '155658.289000', '155658.292000', '155658.294000', '155658.297000', '155658.300000', '155658.302000', '155658.305000', '155658.307000', '155658.310000', '155658.312000', '155658.315000', '155658.318000', '155658.320000', '155658.323000', '155658.325000', '155658.328000', '155718.210000', '155718.213000', '155718.216000', '155718.218000', '155718.221000', '155718.224000', '155718.226000', '155718.229000', '155718.231000', '155718.234000', '155718.237000', '155718.239000', '155718.242000', '155718.244000', '155718.247000', '155718.249000', '155718.252000', '155718.255000', '155718.257000', '155718.260000', '155718.262000', '155718.265000', '155718.268000', '155718.270000', '155718.273000', '155718.275000', '155718.278000', '155718.281000', '155718.283000', '155718.286000', '155718.289000', '155718.291000', '155718.294000', '155718.296000', '155718.299000', '155718.301000', '155718.304000', '155718.307000', '155718.309000', '155718.312000', '155718.314000', '155718.317000', '155718.319000', '155718.322000', '155738.211000', '155738.213000', '155738.216000', '155738.219000', '155738.221000', '155738.224000', '155738.226000', '155738.229000', '155738.231000', '155738.234000', '155738.237000', '155738.239000', '155738.242000', '155738.244000', '155738.247000', '155738.250000', '155738.252000', '155738.255000', '155738.257000', '155738.260000', '155738.263000', '155738.265000', '155738.268000', '155738.270000', '155738.273000', '155738.276000', '155738.278000', '155738.281000', '155738.284000', '155738.286000', '155738.289000', '155738.291000', '155738.294000', '155738.296000', '155738.299000', '155738.302000', '155738.304000', '155738.307000', '155738.309000', '155738.312000', '155738.314000', '155738.317000', '155738.320000', '155758.210000', '155758.213000', '155758.216000', '155758.218000', '155758.221000', '155758.224000', '155758.226000', '155758.229000', '155758.231000', '155758.234000', '155758.236000', '155758.239000', '155758.242000', '155758.244000', '155758.247000', '155758.249000', '155758.252000', '155758.255000', '155758.257000', '155758.260000', '155758.262000', '155758.265000', '155758.267000', '155758.270000', '155758.273000', '155758.275000', '155758.278000', '155758.280000', '155758.283000', '155758.286000', '155758.288000', '155758.291000', '155758.293000', '155758.296000', '155758.299000', '155758.301000', '155758.304000', '155758.306000', '155758.309000', '155758.312000', '155758.314000', '155758.318000', '155758.320000', '155758.323000', '155818.211000', '155818.213000', '155818.216000', '155818.219000', '155818.221000', '155818.224000', '155818.226000', '155818.229000', '155818.232000', '155818.234000', '155818.237000', '155818.239000', '155818.250000', '155818.252000', '155818.255000', '155818.257000', '155818.260000', '155818.262000', '155818.265000', '155818.268000', '155818.270000', '155818.273000', '155818.275000', '155818.278000', '155818.280000', '155818.283000', '155818.286000', '155818.288000', '155818.291000', '155818.293000', '155818.296000', '155818.299000', '155818.301000', '155818.304000', '155818.306000', '155818.309000', '155818.311000', '155818.314000', '155818.316000', '155818.319000', '155818.322000', '155818.324000', '155818.327000', '155838.211000', '155838.214000', '155838.216000', '155838.219000', '155838.221000', '155838.224000', '155838.227000', '155838.229000', '155838.232000', '155838.235000', '155838.237000', '155838.240000', '155838.243000', '155838.245000', '155838.248000', '155838.251000', '155838.253000', '155838.256000', '155838.259000', '155838.262000', '155838.265000', '155838.267000', '155838.270000', '155838.272000', '155838.275000', '155838.277000', '155838.280000', '155838.283000', '155838.285000', '155838.288000', '155838.290000', '155838.293000', '155838.295000', '155838.298000', '155838.301000', '155838.303000', '155838.306000', '155838.308000', '155838.311000', '155838.313000', '155838.316000', '155838.319000', '155838.321000', '155838.324000', '155858.211000', '155858.213000', '155858.216000', '155858.219000', '155858.221000', '155858.224000', '155858.226000', '155858.229000', '155858.231000', '155858.234000', '155858.237000', '155858.239000', '155858.242000', '155858.245000', '155858.247000', '155858.250000', '155858.252000', '155858.255000', '155858.257000', '155858.260000', '155858.263000', '155858.265000', '155858.268000', '155858.271000', '155858.273000', '155858.276000', '155858.278000', '155858.281000', '155858.283000', '155858.286000', '155858.289000', '155858.291000', '155858.294000', '155858.296000', '155858.299000', '155858.302000', '155858.304000', '155858.307000', '155858.309000', '155858.312000', '155858.315000', '155858.317000', '155858.320000', '155918.210000', '155918.212000', '155918.215000', '155918.218000', '155918.220000', '155918.223000', '155918.226000', '155918.228000', '155918.231000', '155918.233000', '155918.236000', '155918.238000', '155918.241000', '155918.244000', '155918.246000', '155918.249000', '155918.251000', '155918.254000', '155918.256000', '155918.259000', '155918.262000', '155918.264000', '155918.267000', '155918.270000', '155918.272000', '155918.275000', '155918.277000', '155918.280000', '155918.282000', '155918.285000', '155918.288000', '155918.290000', '155918.293000', '155918.295000', '155918.298000', '155918.300000', '155918.303000', '155918.306000', '155918.308000', '155918.311000', '155918.314000', '155918.316000', '155918.319000', '155938.210000', '155938.213000', '155938.216000', '155938.219000', '155938.221000', '155938.224000', '155938.227000', '155938.229000', '155938.232000', '155938.247000', '155938.249000', '155938.252000', '155938.254000', '155938.257000', '155938.260000', '155938.262000', '155938.265000', '155938.267000', '155938.270000', '155938.273000', '155938.275000', '155938.278000', '155938.280000', '155938.283000', '155938.286000', '155938.288000', '155938.291000', '155938.293000', '155938.296000', '155938.298000', '155938.301000', '155938.304000', '155938.306000', '155938.309000', '155938.311000', '155938.314000', '155938.317000', '155938.319000', '155938.322000', '155938.324000', '155938.327000', '155938.330000', '155938.332000', '155938.335000', '155958.211000', '155958.213000', '155958.216000', '155958.219000', '155958.221000', '155958.224000', '155958.226000', '155958.229000', '155958.231000', '155958.234000', '155958.237000', '155958.239000', '155958.242000', '155958.244000', '155958.247000', '155958.249000', '155958.252000', '155958.255000', '155958.257000', '155958.260000', '155958.264000', '155958.267000', '155958.270000', '155958.272000', '155958.275000', '155958.277000', '155958.280000', '155958.282000', '155958.285000', '155958.288000', '155958.290000', '155958.293000', '155958.295000', '155958.298000', '155958.301000', '155958.303000', '155958.306000', '155958.308000', '155958.311000', '155958.314000', '155958.317000', '155958.319000', '155958.322000', '155958.324000', '160018.211000', '160018.214000', '160018.216000', '160018.219000', '160018.221000', '160018.224000', '160018.227000', '160018.229000', '160018.232000', '160018.234000', '160018.237000', '160018.240000', '160018.242000', '160018.245000', '160018.247000', '160018.250000', '160018.252000', '160018.255000', '160018.258000', '160018.260000', '160018.263000', '160018.265000', '160018.268000', '160018.271000', '160018.273000', '160018.276000', '160018.278000', '160018.281000', '160018.284000', '160018.286000', '160018.289000', '160018.291000', '160018.294000', '160018.297000', '160018.299000', '160018.302000', '160018.304000', '160018.307000', '160018.310000', '160018.312000', '160018.315000', '160018.317000', '160018.320000', '160038.211000', '160038.213000', '160038.216000', '160038.219000', '160038.221000', '160038.224000', '160038.226000', '160038.229000', '160038.231000', '160038.234000', '160038.237000', '160038.239000', '160038.242000', '160038.244000', '160038.247000', '160038.249000', '160038.252000', '160038.254000', '160038.257000', '160038.260000', '160038.262000', '160038.265000', '160038.267000', '160038.270000', '160038.272000', '160038.275000', '160038.278000', '160038.280000', '160038.283000', '160038.285000', '160038.288000', '160038.290000', '160038.293000', '160038.296000', '160038.298000', '160038.301000', '160038.304000', '160038.306000', '160038.309000', '160038.311000', '160038.314000', '160038.316000', '160038.319000', '160038.322000', '160041.425000', '160041.428000', '160041.430000', '160041.433000', '160041.435000', '160041.446000', '160041.449000'], 'InstanceCreationTime': ['155058.236000', '155058.239000', '155058.242000', '155058.248000', '155058.251000', '155058.253000', '155058.256000', '155058.259000', '155058.261000', '155058.264000', '155058.267000', '155058.269000', '155058.272000', '155058.290000', '155058.293000', '155058.295000', '155058.300000', '155058.303000', '155058.305000', '155058.308000', '155058.310000', '155058.313000', '155058.316000', '155058.318000', '155058.321000', '155058.323000', '155058.326000', '155058.328000', '155058.331000', '155058.334000', '155058.336000', '155058.339000', '155058.341000', '155058.344000', '155058.346000', '155058.349000', '155058.351000', '155058.354000', '155058.356000', '155058.359000', '155058.361000', '155058.364000', '155058.367000', '155058.369000', '155058.372000', '155058.374000', '155058.377000', '155058.380000', '155058.382000', '155058.385000', '155058.387000', '155058.390000', '155058.392000', '155058.395000', '155118.210000', '155118.213000', '155118.216000', '155118.218000', '155118.233000', '155118.236000', '155118.238000', '155118.241000', '155118.243000', '155118.246000', '155118.248000', '155118.251000', '155118.254000', '155118.256000', '155118.259000', '155118.261000', '155118.264000', '155118.266000', '155118.269000', '155118.271000', '155118.274000', '155118.276000', '155118.279000', '155118.282000', '155118.284000', '155118.287000', '155118.289000', '155118.292000', '155118.295000', '155118.297000', '155118.300000', '155118.302000', '155118.305000', '155118.307000', '155118.310000', '155118.312000', '155118.315000', '155118.318000', '155118.320000', '155118.323000', '155118.325000', '155118.328000', '155118.330000', '155138.210000', '155138.213000', '155138.216000', '155138.219000', '155138.221000', '155138.224000', '155138.226000', '155138.229000', '155138.234000', '155138.236000', '155138.239000', '155138.241000', '155138.244000', '155138.247000', '155138.249000', '155138.252000', '155138.255000', '155138.257000', '155138.260000', '155138.262000', '155138.265000', '155138.268000', '155138.270000', '155138.273000', '155138.275000', '155138.278000', '155138.280000', '155138.283000', '155138.285000', '155138.288000', '155138.291000', '155138.293000', '155138.296000', '155138.298000', '155138.301000', '155138.303000', '155138.306000', '155138.309000', '155138.311000', '155138.314000', '155138.316000', '155138.319000', '155138.322000', '155138.324000', '155158.210000', '155158.213000', '155158.216000', '155158.223000', '155158.225000', '155158.228000', '155158.230000', '155158.233000', '155158.235000', '155158.238000', '155158.240000', '155158.243000', '155158.245000', '155158.248000', '155158.251000', '155158.253000', '155158.256000', '155158.258000', '155158.261000', '155158.263000', '155158.266000', '155158.269000', '155158.271000', '155158.274000', '155158.276000', '155158.279000', '155158.281000', '155158.284000', '155158.287000', '155158.289000', '155158.292000', '155158.294000', '155158.297000', '155158.299000', '155158.302000', '155158.304000', '155158.307000', '155158.310000', '155158.312000', '155158.315000', '155158.318000', '155158.320000', '155158.323000', '155218.210000', '155218.213000', '155218.215000', '155218.218000', '155218.220000', '155218.223000', '155218.225000', '155218.228000', '155218.231000', '155218.233000', '155218.236000', '155218.238000', '155218.241000', '155218.245000', '155218.247000', '155218.250000', '155218.253000', '155218.255000', '155218.258000', '155218.260000', '155218.263000', '155218.266000', '155218.268000', '155218.271000', '155218.273000', '155218.276000', '155218.278000', '155218.281000', '155218.284000', '155218.286000', '155218.289000', '155218.291000', '155218.294000', '155218.297000', '155218.299000', '155218.302000', '155218.305000', '155218.307000', '155218.310000', '155218.313000', '155218.315000', '155218.318000', '155218.343000', '155238.210000', '155238.213000', '155238.216000', '155238.218000', '155238.221000', '155238.223000', '155238.226000', '155238.228000', '155238.231000', '155238.234000', '155238.236000', '155238.239000', '155238.241000', '155238.244000', '155238.246000', '155238.249000', '155238.252000', '155238.254000', '155238.257000', '155238.259000', '155238.262000', '155238.265000', '155238.267000', '155238.270000', '155238.272000', '155238.275000', '155238.277000', '155238.280000', '155238.283000', '155238.285000', '155238.288000', '155238.291000', '155238.293000', '155238.296000', '155238.298000', '155238.301000', '155238.304000', '155238.306000', '155238.309000', '155238.312000', '155238.314000', '155238.317000', '155238.320000', '155238.322000', '155258.211000', '155258.213000', '155258.216000', '155258.219000', '155258.221000', '155258.224000', '155258.226000', '155258.229000', '155258.232000', '155258.234000', '155258.237000', '155258.239000', '155258.242000', '155258.245000', '155258.247000', '155258.250000', '155258.253000', '155258.255000', '155258.258000', '155258.260000', '155258.263000', '155258.266000', '155258.268000', '155258.271000', '155258.274000', '155258.276000', '155258.279000', '155258.281000', '155258.284000', '155258.286000', '155258.289000', '155258.292000', '155258.294000', '155258.297000', '155258.299000', '155258.302000', '155258.304000', '155258.307000', '155258.309000', '155258.312000', '155258.315000', '155258.317000', '155258.320000', '155318.211000', '155318.214000', '155318.217000', '155318.220000', '155318.222000', '155318.225000', '155318.228000', '155318.230000', '155318.233000', '155318.235000', '155318.238000', '155318.241000', '155318.243000', '155318.246000', '155318.249000', '155318.251000', '155318.254000', '155318.256000', '155318.259000', '155318.262000', '155318.264000', '155318.267000', '155318.270000', '155318.272000', '155318.275000', '155318.277000', '155318.280000', '155318.283000', '155318.285000', '155318.288000', '155318.291000', '155318.293000', '155318.296000', '155318.298000', '155318.301000', '155318.304000', '155318.306000', '155318.309000', '155318.311000', '155318.314000', '155318.317000', '155318.319000', '155318.322000', '155318.324000', '155338.210000', '155338.213000', '155338.216000', '155338.219000', '155338.221000', '155338.224000', '155338.228000', '155338.230000', '155338.233000', '155338.235000', '155338.238000', '155338.241000', '155338.243000', '155338.246000', '155338.249000', '155338.251000', '155338.254000', '155338.256000', '155338.259000', '155338.262000', '155338.264000', '155338.267000', '155338.269000', '155338.272000', '155338.275000', '155338.277000', '155338.286000', '155338.289000', '155338.291000', '155338.294000', '155338.297000', '155338.299000', '155338.302000', '155338.304000', '155338.307000', '155338.310000', '155338.312000', '155338.315000', '155338.318000', '155338.320000', '155338.323000', '155338.326000', '155338.328000', '155358.210000', '155358.213000', '155358.216000', '155358.218000', '155358.221000', '155358.224000', '155358.226000', '155358.229000', '155358.232000', '155358.234000', '155358.237000', '155358.240000', '155358.242000', '155358.245000', '155358.247000', '155358.250000', '155358.253000', '155358.255000', '155358.258000', '155358.261000', '155358.263000', '155358.266000', '155358.269000', '155358.271000', '155358.274000', '155358.277000', '155358.279000', '155358.282000', '155358.285000', '155358.287000', '155358.290000', '155358.292000', '155358.295000', '155358.298000', '155358.300000', '155358.303000', '155358.305000', '155358.308000', '155358.346000', '155358.349000', '155358.352000', '155358.363000', '155358.366000', '155358.368000', '155418.211000', '155418.213000', '155418.216000', '155418.218000', '155418.221000', '155418.224000', '155418.226000', '155418.229000', '155418.231000', '155418.234000', '155418.237000', '155418.239000', '155418.242000', '155418.245000', '155418.247000', '155418.250000', '155418.252000', '155418.255000', '155418.258000', '155418.260000', '155418.264000', '155418.266000', '155418.269000', '155418.272000', '155418.274000', '155418.277000', '155418.279000', '155418.282000', '155418.285000', '155418.287000', '155418.290000', '155418.292000', '155418.295000', '155418.298000', '155418.300000', '155418.303000', '155418.305000', '155418.308000', '155418.310000', '155418.313000', '155418.316000', '155418.318000', '155418.321000', '155438.209000', '155438.212000', '155438.215000', '155438.217000', '155438.220000', '155438.223000', '155438.226000', '155438.228000', '155438.231000', '155438.234000', '155438.236000', '155438.239000', '155438.242000', '155438.244000', '155438.247000', '155438.249000', '155438.252000', '155438.255000', '155438.257000', '155438.260000', '155438.262000', '155438.265000', '155438.267000', '155438.270000', '155438.273000', '155438.275000', '155438.278000', '155438.280000', '155438.283000', '155438.286000', '155438.288000', '155438.291000', '155438.294000', '155438.296000', '155438.299000', '155438.302000', '155438.304000', '155438.307000', '155438.310000', '155438.312000', '155438.315000', '155438.318000', '155438.320000', '155438.323000', '155458.210000', '155458.213000', '155458.216000', '155458.219000', '155458.221000', '155458.224000', '155458.227000', '155458.229000', '155458.232000', '155458.234000', '155458.237000', '155458.240000', '155458.242000', '155458.245000', '155458.248000', '155458.250000', '155458.253000', '155458.255000', '155458.258000', '155458.261000', '155458.263000', '155458.266000', '155458.269000', '155458.271000', '155458.274000', '155458.276000', '155458.279000', '155458.282000', '155458.284000', '155458.287000', '155458.289000', '155458.292000', '155458.294000', '155458.297000', '155458.300000', '155458.302000', '155458.305000', '155458.307000', '155458.310000', '155458.312000', '155458.315000', '155458.318000', '155458.320000', '155518.210000', '155518.213000', '155518.216000', '155518.218000', '155518.221000', '155518.224000', '155518.226000', '155518.229000', '155518.231000', '155518.234000', '155518.236000', '155518.239000', '155518.242000', '155518.244000', '155518.247000', '155518.249000', '155518.252000', '155518.255000', '155518.257000', '155518.260000', '155518.262000', '155518.265000', '155518.268000', '155518.270000', '155518.273000', '155518.275000', '155518.278000', '155518.280000', '155518.283000', '155518.286000', '155518.288000', '155518.291000', '155518.293000', '155518.296000', '155518.299000', '155518.301000', '155518.304000', '155518.306000', '155518.309000', '155518.312000', '155518.314000', '155518.317000', '155518.319000', '155518.322000', '155538.211000', '155538.213000', '155538.216000', '155538.219000', '155538.249000', '155538.252000', '155538.254000', '155538.257000', '155538.259000', '155538.262000', '155538.264000', '155538.267000', '155538.269000', '155538.272000', '155538.275000', '155538.277000', '155538.280000', '155538.282000', '155538.285000', '155538.288000', '155538.290000', '155538.293000', '155538.296000', '155538.299000', '155538.301000', '155538.304000', '155538.307000', '155538.309000', '155538.312000', '155538.314000', '155538.317000', '155538.319000', '155538.322000', '155538.325000', '155538.327000', '155538.330000', '155538.332000', '155538.335000', '155538.338000', '155538.340000', '155538.343000', '155538.345000', '155538.348000', '155558.211000', '155558.214000', '155558.216000', '155558.219000', '155558.221000', '155558.224000', '155558.227000', '155558.230000', '155558.233000', '155558.235000', '155558.238000', '155558.240000', '155558.243000', '155558.246000', '155558.248000', '155558.251000', '155558.254000', '155558.257000', '155558.259000', '155558.262000', '155558.264000', '155558.267000', '155558.270000', '155558.272000', '155558.275000', '155558.277000', '155558.280000', '155558.283000', '155558.285000', '155558.288000', '155558.291000', '155558.293000', '155558.296000', '155558.298000', '155558.301000', '155558.304000', '155558.306000', '155558.309000', '155558.311000', '155558.314000', '155558.317000', '155558.319000', '155558.322000', '155558.324000', '155618.211000', '155618.213000', '155618.216000', '155618.219000', '155618.221000', '155618.224000', '155618.226000', '155618.229000', '155618.232000', '155618.234000', '155618.237000', '155618.239000', '155618.242000', '155618.244000', '155618.247000', '155618.249000', '155618.252000', '155618.255000', '155618.258000', '155618.260000', '155618.263000', '155618.266000', '155618.268000', '155618.271000', '155618.273000', '155618.276000', '155618.278000', '155618.281000', '155618.284000', '155618.286000', '155618.289000', '155618.291000', '155618.294000', '155618.297000', '155618.299000', '155618.302000', '155618.304000', '155618.307000', '155618.310000', '155618.312000', '155618.315000', '155618.317000', '155618.320000', '155638.211000', '155638.213000', '155638.216000', '155638.219000', '155638.221000', '155638.224000', '155638.227000', '155638.229000', '155638.232000', '155638.234000', '155638.237000', '155638.239000', '155638.242000', '155638.245000', '155638.247000', '155638.250000', '155638.252000', '155638.256000', '155638.258000', '155638.261000', '155638.263000', '155638.266000', '155638.269000', '155638.271000', '155638.274000', '155638.277000', '155638.279000', '155638.282000', '155638.284000', '155638.287000', '155638.290000', '155638.292000', '155638.296000', '155638.299000', '155638.301000', '155638.304000', '155638.307000', '155638.309000', '155638.312000', '155638.315000', '155638.317000', '155638.320000', '155638.322000', '155638.325000', '155658.210000', '155658.213000', '155658.215000', '155658.218000', '155658.220000', '155658.223000', '155658.225000', '155658.228000', '155658.231000', '155658.233000', '155658.236000', '155658.238000', '155658.241000', '155658.243000', '155658.246000', '155658.258000', '155658.261000', '155658.263000', '155658.266000', '155658.268000', '155658.271000', '155658.273000', '155658.276000', '155658.279000', '155658.281000', '155658.284000', '155658.286000', '155658.289000', '155658.292000', '155658.294000', '155658.297000', '155658.300000', '155658.302000', '155658.305000', '155658.307000', '155658.310000', '155658.312000', '155658.315000', '155658.318000', '155658.320000', '155658.323000', '155658.325000', '155658.328000', '155718.210000', '155718.213000', '155718.216000', '155718.218000', '155718.221000', '155718.224000', '155718.226000', '155718.229000', '155718.231000', '155718.234000', '155718.237000', '155718.239000', '155718.242000', '155718.244000', '155718.247000', '155718.249000', '155718.252000', '155718.255000', '155718.257000', '155718.260000', '155718.262000', '155718.265000', '155718.268000', '155718.270000', '155718.273000', '155718.275000', '155718.278000', '155718.281000', '155718.283000', '155718.286000', '155718.289000', '155718.291000', '155718.294000', '155718.296000', '155718.299000', '155718.301000', '155718.304000', '155718.307000', '155718.309000', '155718.312000', '155718.314000', '155718.317000', '155718.319000', '155718.322000', '155738.211000', '155738.213000', '155738.216000', '155738.219000', '155738.221000', '155738.224000', '155738.226000', '155738.229000', '155738.231000', '155738.234000', '155738.237000', '155738.239000', '155738.242000', '155738.244000', '155738.247000', '155738.250000', '155738.252000', '155738.255000', '155738.257000', '155738.260000', '155738.263000', '155738.265000', '155738.268000', '155738.270000', '155738.273000', '155738.276000', '155738.278000', '155738.281000', '155738.284000', '155738.286000', '155738.289000', '155738.291000', '155738.294000', '155738.296000', '155738.299000', '155738.302000', '155738.304000', '155738.307000', '155738.309000', '155738.312000', '155738.314000', '155738.317000', '155738.320000', '155758.210000', '155758.213000', '155758.216000', '155758.218000', '155758.221000', '155758.224000', '155758.226000', '155758.229000', '155758.231000', '155758.234000', '155758.236000', '155758.239000', '155758.242000', '155758.244000', '155758.247000', '155758.249000', '155758.252000', '155758.255000', '155758.257000', '155758.260000', '155758.262000', '155758.265000', '155758.267000', '155758.270000', '155758.273000', '155758.275000', '155758.278000', '155758.280000', '155758.283000', '155758.286000', '155758.288000', '155758.291000', '155758.293000', '155758.296000', '155758.299000', '155758.301000', '155758.304000', '155758.306000', '155758.309000', '155758.312000', '155758.314000', '155758.318000', '155758.320000', '155758.323000', '155818.211000', '155818.213000', '155818.216000', '155818.219000', '155818.221000', '155818.224000', '155818.226000', '155818.229000', '155818.232000', '155818.234000', '155818.237000', '155818.239000', '155818.250000', '155818.252000', '155818.255000', '155818.257000', '155818.260000', '155818.262000', '155818.265000', '155818.268000', '155818.270000', '155818.273000', '155818.275000', '155818.278000', '155818.280000', '155818.283000', '155818.286000', '155818.288000', '155818.291000', '155818.293000', '155818.296000', '155818.299000', '155818.301000', '155818.304000', '155818.306000', '155818.309000', '155818.311000', '155818.314000', '155818.316000', '155818.319000', '155818.322000', '155818.324000', '155818.327000', '155838.211000', '155838.214000', '155838.216000', '155838.219000', '155838.221000', '155838.224000', '155838.227000', '155838.229000', '155838.232000', '155838.235000', '155838.237000', '155838.240000', '155838.243000', '155838.245000', '155838.248000', '155838.251000', '155838.253000', '155838.256000', '155838.259000', '155838.262000', '155838.265000', '155838.267000', '155838.270000', '155838.272000', '155838.275000', '155838.277000', '155838.280000', '155838.283000', '155838.285000', '155838.288000', '155838.290000', '155838.293000', '155838.295000', '155838.298000', '155838.301000', '155838.303000', '155838.306000', '155838.308000', '155838.311000', '155838.313000', '155838.316000', '155838.319000', '155838.321000', '155838.324000', '155858.211000', '155858.213000', '155858.216000', '155858.219000', '155858.221000', '155858.224000', '155858.226000', '155858.229000', '155858.231000', '155858.234000', '155858.237000', '155858.239000', '155858.242000', '155858.245000', '155858.247000', '155858.250000', '155858.252000', '155858.255000', '155858.257000', '155858.260000', '155858.263000', '155858.265000', '155858.268000', '155858.271000', '155858.273000', '155858.276000', '155858.278000', '155858.281000', '155858.283000', '155858.286000', '155858.289000', '155858.291000', '155858.294000', '155858.296000', '155858.299000', '155858.302000', '155858.304000', '155858.307000', '155858.309000', '155858.312000', '155858.315000', '155858.317000', '155858.320000', '155918.210000', '155918.212000', '155918.215000', '155918.218000', '155918.220000', '155918.223000', '155918.226000', '155918.228000', '155918.231000', '155918.233000', '155918.236000', '155918.238000', '155918.241000', '155918.244000', '155918.246000', '155918.249000', '155918.251000', '155918.254000', '155918.256000', '155918.259000', '155918.262000', '155918.264000', '155918.267000', '155918.270000', '155918.272000', '155918.275000', '155918.277000', '155918.280000', '155918.282000', '155918.285000', '155918.288000', '155918.290000', '155918.293000', '155918.295000', '155918.298000', '155918.300000', '155918.303000', '155918.306000', '155918.308000', '155918.311000', '155918.314000', '155918.316000', '155918.319000', '155938.210000', '155938.213000', '155938.216000', '155938.219000', '155938.221000', '155938.224000', '155938.227000', '155938.229000', '155938.232000', '155938.247000', '155938.249000', '155938.252000', '155938.254000', '155938.257000', '155938.260000', '155938.262000', '155938.265000', '155938.267000', '155938.270000', '155938.273000', '155938.275000', '155938.278000', '155938.280000', '155938.283000', '155938.286000', '155938.288000', '155938.291000', '155938.293000', '155938.296000', '155938.298000', '155938.301000', '155938.304000', '155938.306000', '155938.309000', '155938.311000', '155938.314000', '155938.317000', '155938.319000', '155938.322000', '155938.324000', '155938.327000', '155938.330000', '155938.332000', '155938.335000', '155958.211000', '155958.213000', '155958.216000', '155958.219000', '155958.221000', '155958.224000', '155958.226000', '155958.229000', '155958.231000', '155958.234000', '155958.237000', '155958.239000', '155958.242000', '155958.244000', '155958.247000', '155958.249000', '155958.252000', '155958.255000', '155958.257000', '155958.260000', '155958.264000', '155958.267000', '155958.270000', '155958.272000', '155958.275000', '155958.277000', '155958.280000', '155958.282000', '155958.285000', '155958.288000', '155958.290000', '155958.293000', '155958.295000', '155958.298000', '155958.301000', '155958.303000', '155958.306000', '155958.308000', '155958.311000', '155958.314000', '155958.317000', '155958.319000', '155958.322000', '155958.324000', '160018.211000', '160018.214000', '160018.216000', '160018.219000', '160018.221000', '160018.224000', '160018.227000', '160018.229000', '160018.232000', '160018.234000', '160018.237000', '160018.240000', '160018.242000', '160018.245000', '160018.247000', '160018.250000', '160018.252000', '160018.255000', '160018.258000', '160018.260000', '160018.263000', '160018.265000', '160018.268000', '160018.271000', '160018.273000', '160018.276000', '160018.278000', '160018.281000', '160018.284000', '160018.286000', '160018.289000', '160018.291000', '160018.294000', '160018.297000', '160018.299000', '160018.302000', '160018.304000', '160018.307000', '160018.310000', '160018.312000', '160018.315000', '160018.317000', '160018.320000', '160038.211000', '160038.213000', '160038.216000', '160038.219000', '160038.221000', '160038.224000', '160038.226000', '160038.229000', '160038.231000', '160038.234000', '160038.237000', '160038.239000', '160038.242000', '160038.244000', '160038.247000', '160038.249000', '160038.252000', '160038.254000', '160038.257000', '160038.260000', '160038.262000', '160038.265000', '160038.267000', '160038.270000', '160038.272000', '160038.275000', '160038.278000', '160038.280000', '160038.283000', '160038.285000', '160038.288000', '160038.290000', '160038.293000', '160038.296000', '160038.298000', '160038.301000', '160038.304000', '160038.306000', '160038.309000', '160038.311000', '160038.314000', '160038.316000', '160038.319000', '160038.322000', '160041.425000', '160041.428000', '160041.430000', '160041.433000', '160041.435000', '160041.446000', '160041.449000'], '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': [10128, 11671, 10322, 11358, 9870, 10939, 9918, 10981, 9991, 10666, 9293, 11240, 9522, 9790, 9490, 10028, 8920, 9817, 8668, 9711, 8307, 9531, 8198, 10160, 9879, 10354, 9932, 9805, 10669, 10085, 9852, 9300, 9807, 9149, 9014, 10406, 9798, 10048, 8350, 9700, 10006, 10447, 11105, 9684, 10695, 9626, 10948, 10180, 10205, 9566, 10909, 8842, 9792, 8550, 10028, 8316, 9477, 10720, 9884, 9773, 10278, 9465, 9312, 10013, 9043, 10142, 8392, 9696, 7945, 9758, 9338, 10048, 9627, 9552, 9739, 9151, 9725, 8701, 10120, 8260, 9750, 8570, 10153, 9997, 8488, 9956, 11798, 9183, 12474, 9042, 11490, 8699, 9784, 9161, 10086, 8676, 9962, 8776, 9241, 8621, 9788, 9431, 9703, 9892, 9522, 9418, 8611, 9567, 8313, 9482, 8359, 9182, 9418, 9481, 9884, 9405, 9965, 9323, 10781, 9310, 9327, 8394, 9556, 8489, 9086, 9417, 9089, 10879, 9214, 12160, 9095, 11771, 8546, 10991, 8586, 9635, 8140, 9554, 8411, 8447, 9409, 8443, 9833, 8642, 9826, 8922, 10830, 8937, 10229, 8539, 10228, 9032, 9103, 8604, 9271, 8368, 8910, 8247, 8860, 9033, 8757, 10551, 9311, 10777, 9204, 10382, 8924, 9895, 8427, 9713, 8556, 8675, 9235, 9084, 10535, 8928, 9672, 8698, 9371, 8657, 8944, 8872, 8798, 9503, 8556, 11665, 9302, 10436, 8950, 9976, 8315, 9643, 8224, 9299, 8652, 8647, 9517, 9199, 9845, 9503, 10323, 9017, 10419, 9071, 9348, 8190, 9638, 8776, 9106, 9147, 9855, 10530, 9023, 11543, 9109, 9511, 8233, 9302, 8701, 8903, 9014, 8906, 11446, 9637, 10070, 9678, 10029, 9400, 10511, 9537, 10145, 9260, 10384, 8488, 9685, 8550, 10011, 8327, 9736, 8280, 9774, 8066, 9203, 8501, 9688, 9530, 9842, 9530, 9145, 10105, 8423, 9541, 9075, 9867, 9718, 9853, 10752, 9597, 10323, 8413, 9455, 9586, 10188, 10741, 9388, 10264, 9432, 9804, 8390, 9558, 9737, 9172, 12035, 9073, 11407, 8543, 10153, 8510, 9299, 10212, 9606, 10448, 9762, 9928, 9029, 10469, 9215, 10001, 9011, 9825, 8225, 9505, 8607, 10106, 9781, 9540, 9747, 9070, 9902, 8343, 9387, 10473, 10017, 10164, 10024, 10708, 9169, 9916, 8516, 9390, 9402, 9441, 11495, 9203, 12511, 9105, 10650, 8359, 9585, 8274, 9864, 8954, 10123, 9616, 9858, 10422, 9693, 9481, 9180, 9735, 8411, 9956, 8219, 9732, 9088, 10370, 9946, 10333, 9413, 9711, 10257, 9618, 10075, 8769, 9419, 8872, 10181, 10474, 9734, 10081, 9172, 9490, 9344, 9931, 10243, 9813, 11112, 8970, 9801, 8756, 9889, 8712, 9951, 8124, 9993, 8252, 9765, 8541, 10032, 8929, 10262, 9838, 9670, 9821, 9175, 10298, 8483, 9813, 8430, 9835, 8979, 10053, 9623, 9187, 9720, 8566, 9784, 8256, 9598, 9005, 8898, 11736, 9827, 9792, 9586, 9684, 8964, 9994, 8843, 9483, 8681, 9685, 8452, 10021, 8614, 9840, 8481, 9206, 9193, 10210, 9354, 9783, 10218, 9154, 9904, 8872, 9759, 8141, 9497, 8692, 9726, 8349, 10089, 9426, 9120, 9325, 8379, 10039, 8486, 9738, 8259, 9107, 9967, 10028, 8956, 10114, 10517, 9365, 10282, 10932, 9340, 9724, 8678, 10663, 8709, 12034, 8343, 10466, 8630, 10683, 9017, 10488, 8342, 10372, 7747, 10240, 8520, 10688, 8891, 11015, 9414, 10238, 9263, 9893, 10220, 10115, 9732, 9372, 10420, 8597, 10620, 8950, 10109, 8878, 10064, 11661, 10305, 10317, 10131, 9953, 9420, 10231, 9108, 9452, 8960, 9785, 8256, 9828, 8203, 9780, 8377, 9948, 8152, 10157, 7901, 9785, 8155, 10541, 8446, 10643, 8993, 10011, 10043, 9758, 9543, 9439, 10271, 8887, 10082, 8607, 9920, 8418, 9909, 7937, 10273, 8747, 9813, 9721, 9484, 9477, 8894, 10075, 8479, 10102, 9192, 9653, 9725, 9969, 9725, 9475, 12053, 8728, 9117, 6935, 9504, 7997, 9274, 8682, 8775, 11132, 9040, 10236, 9068, 10417, 8713, 9095, 8608, 9185, 9170, 8709, 11946, 9128, 13576, 8994, 14515, 9112, 9352, 7754, 8423, 8128, 8137, 11422, 8336, 10929, 7900, 9288, 7960, 9071, 7778, 8768, 7787, 8590, 7844, 8913, 8358, 8590, 8394, 7679, 8928, 7674, 9244, 8708, 9061, 9473, 9188, 10824, 8776, 9375, 8191, 9655, 8716, 9160, 8044, 9415, 9253, 8916, 9494, 7555, 10010, 9180, 9639, 10320, 9031, 9970, 8609, 9826, 8111, 9331, 8263, 9115, 9039, 8953, 9784, 10055, 9605, 11220, 9032, 13252, 8712, 9467, 8298, 8840, 7811, 9652, 8858, 9353, 9684, 8878, 9427, 7932, 9262, 8555, 9338, 10352, 9092, 12525, 8632, 9501, 8595, 9239, 8902, 9104, 11313, 9687, 10023, 9335, 9705, 8884, 10292, 8661, 9299, 8413, 9144, 7879, 9363, 8030, 9762, 8252, 8865, 8837, 9568, 9658, 9266, 8741, 8576, 9297, 7754, 9364, 9320, 9346, 10390, 9044, 10726, 8033, 9404, 8229, 9568, 8118, 9277, 7960, 9153, 8186, 9452, 8853, 9441, 9565, 8992, 9197, 8073, 9849, 8269, 9312, 8507, 9840, 10597, 9246, 10205, 8695, 9300, 8077, 9690, 7518, 8559, 9334, 8815, 8994, 8132, 9113, 9269, 8761, 12279, 9165, 11212, 8875, 10743, 8396, 10805, 8330, 9311, 8040, 9312, 8106, 9081, 7940, 9236, 7631, 8964, 8182, 9834, 8642, 9560, 9127, 9191, 8910, 8440, 9350, 7893, 9518, 7872, 9507, 7767, 9040, 8631, 9237, 9817, 8907, 9051, 8244, 9490, 9241, 9405, 10976, 9353, 12721, 8768, 13267, 8432, 10173, 7938, 9325, 8198, 9113, 7756, 9041, 7693, 8892, 7951, 9285, 8815, 9487, 9298, 8700, 9139, 8102, 9302, 7966, 9055, 8650, 9800, 9385, 9529, 9778, 8624, 9053, 7960, 9597, 9359, 9098, 11237, 8699, 9226, 8369, 8974, 9081, 8745, 11719, 8916, 11467, 8815, 8987, 8130, 9235, 7684, 9541, 7800, 8920, 9664, 9372, 10571, 9506, 9699, 9034, 9310, 8298, 9911, 7911, 9184, 8355, 9979, 9121, 9476, 8646, 8126, 9152, 8382, 9718, 9550, 8992, 10895, 8598, 9611, 7725, 9213, 7969, 8910, 10681, 9661, 10375, 10145, 9739, 9503, 9388, 9413, 9207, 9406, 9341, 8747, 9456, 8249, 9791, 7712, 9393, 8996, 10209, 9179, 9492, 9603, 9136, 9751, 7778, 9340, 9133, 9695, 11554, 9440, 10989, 8306, 9205, 9160, 8971, 10067, 8186, 9524, 9814, 9141, 11890, 9259, 11641, 9150, 11443, 8481, 9770, 8002, 9784, 7811, 9856, 8277, 10079, 8764, 9192, 9064, 8442, 10119, 7775, 9478, 9739, 10190, 9717, 9691, 9751, 8910, 9612, 7758, 9534, 8669, 9198, 12194, 9012, 14782, 8200, 11372, 7654, 9623, 8723, 9081, 8729, 9385, 9938, 9000, 9402, 8563, 9470, 7736, 9537, 7986, 9770, 8792, 9874, 8999, 9224, 9992, 8345, 9805, 7997, 10007, 8305, 9860, 8451, 9978, 10355, 9617, 11747, 8748, 9307, 7680, 9974, 7956, 9062, 10693, 8821, 9567, 7937, 10125, 7783, 9019, 8687, 9864, 8378, 9680, 9252, 8671, 9941, 7837, 9695, 7698, 9500, 9338, 9500, 9406, 8592, 10269, 8040, 9783, 8515, 9755, 9388, 7902, 9312, 8711, 9795, 9541, 8307, 10034, 8819, 9844, 11043, 9126, 10485, 8001, 9567, 10692, 9332, 10458, 8269, 10277, 8275, 10096, 10222, 9202, 10204, 8078, 9731, 9762, 8292, 9615, 8292, 9821, 9332, 8696, 9582, 7629, 8852, 10176, 9485, 12122, 8424, 10827, 8015, 9560, 10319, 8844, 15256, 8269, 14850, 9010, 12903, 8750, 10121, 8677, 8844, 8421, 8732, 7984, 9114, 7631, 9291, 7760, 9143, 7198, 9512, 7876, 9756, 7773, 8799, 8249, 8531, 8230, 8288, 8273, 8267, 8781, 8735, 8673, 8585, 9145, 7781, 10880, 7691, 9697, 7674, 8938, 8190, 9356, 8314, 8435, 8531, 8615, 10153, 8693, 9983, 8020, 9871, 8121, 10268, 7666, 9765, 7661, 9454, 8338, 8934, 8453, 9212, 9721, 8959, 9834, 8054, 8740, 7899, 9776, 8019, 8934, 8575, 9513, 9837, 8817, 9202, 10319, 7612, 8877, 10969, 8712, 12511, 8435, 9448, 8242, 8040, 11402, 8978, 11634, 8598, 8607, 9049, 8285, 9022, 8057, 9125, 7762, 8838, 8031, 9936, 8255, 9575, 8774, 9027, 9661, 8588, 9666, 8121, 9670, 8452, 10783, 8159, 10620, 7493, 9296, 7561, 9602, 7810, 9043, 8174, 8833, 12214, 9436, 11102, 9031, 11299, 8034, 12674, 8261, 11218, 7515, 9432, 8649, 9001, 8169, 8816, 8135, 9619, 8369, 8685, 7958, 9598, 8643, 9982, 8658, 9205, 9143, 8419, 9241, 7857, 9358, 7873, 9319, 8414, 8878, 8603, 8671, 9745, 8047, 11286, 7611, 9175, 7679, 9066, 8481, 9135, 8581, 8531, 8972, 7501, 8200, 9376, 9295, 10212, 8531, 8842, 7533, 9421, 8271, 8693, 9401, 7899, 8138, 8085, 9797, 8485, 8998, 8056, 8762, 7979, 8511, 11295, 8922, 10069, 8136, 9432, 10463, 8188, 9370, 14624, 8786, 15951, 12000, 11421, 11535, 8485, 13810, 7284, 10007, 8166, 7742, 8648, 7991, 11162, 7453, 13738, 7457, 12214, 8211, 9881, 7576, 9631, 7248, 9844, 7181, 9540, 7426, 9680, 7661, 9975, 8007, 9063, 8249, 8739, 10439, 7702, 8795, 9201, 7995, 12454, 8086, 14444, 9479, 14064, 10074, 13131, 8000, 8877, 7987, 8711, 6890, 8807, 7332, 9411, 7431, 9686, 7472, 9637, 7840, 9762, 7636, 9794, 7785, 9529, 7794, 9512, 7624, 9618, 7828, 9130, 8087, 8156, 7927, 8667, 7939, 8485, 8903, 7545, 9450, 7279, 9644, 7601, 9365, 7418, 10190, 7759, 8243, 7857, 7564, 8587, 8502, 7755, 8598, 7960, 8159, 8232, 7935, 9157, 7514, 9363, 7510, 9598], 'WindowCenter': [4025.0, 4021.0, 3996.0, 4004.0, 3982.0, 3980.0, 3970.0, 3978.0, 3968.0, 3976.0, 3957.0, 3976.0, 3967.0, 3967.0, 3968.0, 3967.0, 3960.0, 3967.0, 3957.0, 3970.0, 3960.0, 3969.0, 3948.0, 3980.0, 3979.0, 3981.0, 3979.0, 3981.0, 3979.0, 3982.0, 3979.0, 3983.0, 3981.0, 3972.0, 3970.0, 3978.0, 3979.0, 3980.0, 3959.0, 3970.0, 3979.0, 3979.0, 3991.0, 3968.0, 3979.0, 3957.0, 3977.0, 3968.0, 3965.0, 3956.0, 3965.0, 3956.0, 3954.0, 3946.0, 3954.0, 3946.0, 3956.0, 3966.0, 3966.0, 3954.0, 3966.0, 3954.0, 3957.0, 3966.0, 3958.0, 3965.0, 3948.0, 3968.0, 3947.0, 3967.0, 3957.0, 3967.0, 3966.0, 3968.0, 3956.0, 3968.0, 3966.0, 3958.0, 3968.0, 3947.0, 3968.0, 3947.0, 3968.0, 3968.0, 3959.0, 3981.0, 3999.0, 3971.0, 3988.0, 3957.0, 3975.0, 3947.0, 3956.0, 3957.0, 3964.0, 3946.0, 3966.0, 3947.0, 3957.0, 3947.0, 3966.0, 3956.0, 3969.0, 3966.0, 3969.0, 3968.0, 3959.0, 3968.0, 3960.0, 3968.0, 3949.0, 3967.0, 3968.0, 3970.0, 3979.0, 3971.0, 3967.0, 3969.0, 3979.0, 3970.0, 3969.0, 3949.0, 3968.0, 3958.0, 3959.0, 3970.0, 3970.0, 3978.0, 3970.0, 3987.0, 3957.0, 3987.0, 3948.0, 3976.0, 3947.0, 3955.0, 3947.0, 3956.0, 3947.0, 3945.0, 3957.0, 3945.0, 3966.0, 3947.0, 3967.0, 3956.0, 3976.0, 3955.0, 3965.0, 3959.0, 3968.0, 3959.0, 3957.0, 3959.0, 3967.0, 3960.0, 3959.0, 3947.0, 3958.0, 3959.0, 3959.0, 3978.0, 3970.0, 3979.0, 3970.0, 3979.0, 3959.0, 3968.0, 3948.0, 3969.0, 3959.0, 3959.0, 3968.0, 3970.0, 3979.0, 3971.0, 3968.0, 3960.0, 3959.0, 3959.0, 3956.0, 3957.0, 3946.0, 3957.0, 3946.0, 3976.0, 3957.0, 3975.0, 3957.0, 3967.0, 3946.0, 3967.0, 3947.0, 3955.0, 3958.0, 3958.0, 3968.0, 3968.0, 3967.0, 3968.0, 3967.0, 3958.0, 3977.0, 3958.0, 3957.0, 3948.0, 3966.0, 3958.0, 3957.0, 3956.0, 3979.0, 3977.0, 3959.0, 3987.0, 3957.0, 3956.0, 3947.0, 3954.0, 3945.0, 3945.0, 3944.0, 3944.0, 3975.0, 3954.0, 3965.0, 3955.0, 3965.0, 3956.0, 3964.0, 3956.0, 3963.0, 3956.0, 3966.0, 3946.0, 3955.0, 3947.0, 3953.0, 3946.0, 3954.0, 3945.0, 3967.0, 3947.0, 3967.0, 3956.0, 3969.0, 3967.0, 3980.0, 3969.0, 3971.0, 3979.0, 3959.0, 3968.0, 3970.0, 3979.0, 3968.0, 3979.0, 3977.0, 3970.0, 3978.0, 3959.0, 3969.0, 3969.0, 3980.0, 3988.0, 3971.0, 3979.0, 3969.0, 3968.0, 3947.0, 3957.0, 3956.0, 3957.0, 3987.0, 3956.0, 3977.0, 3946.0, 3965.0, 3957.0, 3955.0, 3966.0, 3957.0, 3966.0, 3966.0, 3966.0, 3957.0, 3976.0, 3969.0, 3967.0, 3968.0, 3978.0, 3947.0, 3978.0, 3958.0, 3990.0, 3979.0, 3981.0, 3978.0, 3969.0, 3979.0, 3960.0, 3969.0, 3979.0, 3979.0, 3978.0, 3978.0, 3978.0, 3969.0, 3968.0, 3958.0, 3969.0, 3969.0, 3968.0, 3987.0, 3969.0, 3987.0, 3958.0, 3966.0, 3946.0, 3956.0, 3946.0, 3968.0, 3955.0, 3968.0, 3966.0, 3968.0, 3976.0, 3968.0, 3966.0, 3968.0, 3967.0, 3960.0, 3977.0, 3959.0, 3968.0, 3957.0, 3980.0, 3979.0, 3979.0, 3967.0, 3969.0, 3967.0, 3967.0, 3979.0, 3959.0, 3968.0, 3958.0, 3980.0, 3977.0, 3968.0, 3978.0, 3970.0, 3967.0, 3958.0, 3967.0, 3965.0, 3967.0, 3976.0, 3957.0, 3966.0, 3946.0, 3966.0, 3957.0, 3966.0, 3948.0, 3966.0, 3946.0, 3968.0, 3957.0, 3968.0, 3956.0, 3978.0, 3967.0, 3968.0, 3967.0, 3968.0, 3979.0, 3960.0, 3969.0, 3948.0, 3967.0, 3957.0, 3980.0, 3968.0, 3969.0, 3967.0, 3958.0, 3968.0, 3948.0, 3967.0, 3958.0, 3957.0, 3986.0, 3965.0, 3966.0, 3955.0, 3955.0, 3956.0, 3965.0, 3958.0, 3955.0, 3957.0, 3965.0, 3946.0, 3966.0, 3957.0, 3966.0, 3957.0, 3968.0, 3968.0, 3977.0, 3968.0, 3980.0, 3977.0, 3969.0, 3967.0, 3958.0, 3968.0, 3947.0, 3967.0, 3945.0, 3967.0, 3945.0, 3977.0, 3967.0, 3969.0, 3956.0, 3947.0, 3967.0, 3957.0, 3956.0, 3947.0, 3946.0, 3966.0, 3967.0, 3944.0, 3965.0, 3975.0, 3966.0, 3989.0, 3988.0, 3969.0, 3968.0, 3958.0, 3976.0, 3957.0, 3987.0, 3947.0, 3964.0, 3945.0, 3964.0, 3955.0, 3976.0, 3946.0, 3976.0, 3934.0, 3979.0, 3958.0, 3989.0, 3956.0, 3988.0, 3968.0, 3980.0, 3966.0, 3979.0, 3975.0, 3979.0, 3967.0, 3967.0, 3976.0, 3958.0, 3977.0, 3968.0, 3977.0, 3958.0, 3979.0, 3986.0, 3965.0, 3965.0, 3979.0, 3966.0, 3957.0, 3965.0, 3957.0, 3954.0, 3956.0, 3965.0, 3947.0, 3965.0, 3946.0, 3965.0, 3946.0, 3965.0, 3935.0, 3965.0, 3936.0, 3968.0, 3946.0, 3978.0, 3946.0, 3990.0, 3969.0, 3980.0, 3978.0, 3969.0, 3966.0, 3968.0, 3967.0, 3958.0, 3967.0, 3956.0, 3967.0, 3948.0, 3968.0, 3947.0, 3979.0, 3957.0, 3978.0, 3967.0, 3978.0, 3967.0, 3968.0, 3967.0, 3947.0, 3966.0, 3969.0, 3967.0, 3956.0, 3967.0, 3968.0, 3969.0, 3989.0, 3947.0, 3968.0, 3927.0, 3980.0, 3948.0, 3970.0, 3958.0, 3971.0, 4001.0, 3972.0, 3978.0, 3960.0, 3967.0, 3947.0, 3946.0, 3947.0, 3956.0, 3956.0, 3945.0, 3974.0, 3945.0, 3984.0, 3943.0, 3984.0, 3943.0, 3942.0, 3922.0, 3921.0, 3921.0, 3921.0, 3962.0, 3932.0, 3962.0, 3933.0, 3942.0, 3933.0, 3930.0, 3921.0, 3931.0, 3922.0, 3933.0, 3920.0, 3944.0, 3933.0, 3944.0, 3944.0, 3935.0, 3956.0, 3937.0, 3956.0, 3946.0, 3957.0, 3956.0, 3957.0, 3977.0, 3947.0, 3954.0, 3935.0, 3954.0, 3944.0, 3956.0, 3934.0, 3966.0, 3956.0, 3958.0, 3969.0, 3937.0, 3979.0, 3967.0, 3969.0, 3979.0, 3970.0, 3967.0, 3957.0, 3966.0, 3948.0, 3957.0, 3946.0, 3969.0, 3971.0, 3971.0, 3983.0, 3980.0, 3971.0, 3990.0, 3960.0, 3998.0, 3948.0, 3956.0, 3948.0, 3958.0, 3937.0, 3968.0, 3957.0, 3969.0, 3968.0, 3959.0, 3957.0, 3948.0, 3969.0, 3957.0, 3969.0, 3979.0, 3959.0, 3988.0, 3957.0, 3956.0, 3947.0, 3957.0, 3957.0, 3957.0, 3977.0, 3968.0, 3965.0, 3958.0, 3956.0, 3958.0, 3965.0, 3947.0, 3956.0, 3948.0, 3956.0, 3937.0, 3957.0, 3936.0, 3967.0, 3947.0, 3958.0, 3957.0, 3967.0, 3969.0, 3969.0, 3947.0, 3948.0, 3958.0, 3938.0, 3958.0, 3958.0, 3959.0, 3966.0, 3957.0, 3976.0, 3947.0, 3956.0, 3947.0, 3956.0, 3936.0, 3955.0, 3936.0, 3957.0, 3946.0, 3955.0, 3956.0, 3967.0, 3966.0, 3969.0, 3958.0, 3949.0, 3968.0, 3948.0, 3969.0, 3956.0, 3968.0, 3977.0, 3968.0, 3978.0, 3959.0, 3957.0, 3949.0, 3967.0, 3937.0, 3958.0, 3957.0, 3958.0, 3957.0, 3947.0, 3957.0, 3958.0, 3947.0, 3988.0, 3957.0, 3975.0, 3957.0, 3976.0, 3947.0, 3976.0, 3946.0, 3954.0, 3935.0, 3957.0, 3936.0, 3957.0, 3936.0, 3957.0, 3936.0, 3957.0, 3947.0, 3968.0, 3956.0, 3969.0, 3968.0, 3970.0, 3958.0, 3959.0, 3968.0, 3948.0, 3968.0, 3948.0, 3968.0, 3937.0, 3957.0, 3947.0, 3969.0, 3967.0, 3969.0, 3958.0, 3947.0, 3968.0, 3958.0, 3957.0, 3977.0, 3957.0, 3986.0, 3946.0, 3987.0, 3947.0, 3965.0, 3935.0, 3956.0, 3947.0, 3956.0, 3936.0, 3956.0, 3936.0, 3957.0, 3946.0, 3967.0, 3956.0, 3969.0, 3958.0, 3959.0, 3969.0, 3949.0, 3968.0, 3949.0, 3959.0, 3959.0, 3980.0, 3957.0, 3969.0, 3968.0, 3957.0, 3958.0, 3948.0, 3969.0, 3958.0, 3957.0, 3977.0, 3958.0, 3955.0, 3947.0, 3946.0, 3946.0, 3945.0, 3976.0, 3946.0, 3977.0, 3957.0, 3956.0, 3947.0, 3957.0, 3937.0, 3966.0, 3935.0, 3958.0, 3967.0, 3957.0, 3977.0, 3968.0, 3966.0, 3958.0, 3957.0, 3948.0, 3966.0, 3947.0, 3967.0, 3947.0, 3968.0, 3956.0, 3969.0, 3958.0, 3948.0, 3968.0, 3958.0, 3969.0, 3967.0, 3959.0, 3977.0, 3958.0, 3956.0, 3937.0, 3955.0, 3936.0, 3946.0, 3967.0, 3967.0, 3967.0, 3967.0, 3956.0, 3967.0, 3955.0, 3956.0, 3955.0, 3956.0, 3957.0, 3947.0, 3956.0, 3947.0, 3966.0, 3938.0, 3967.0, 3959.0, 3979.0, 3957.0, 3969.0, 3969.0, 3968.0, 3969.0, 3938.0, 3968.0, 3968.0, 3969.0, 3989.0, 3969.0, 3977.0, 3949.0, 3957.0, 3958.0, 3946.0, 3967.0, 3948.0, 3980.0, 3980.0, 3969.0, 3989.0, 3959.0, 3975.0, 3957.0, 3977.0, 3947.0, 3966.0, 3937.0, 3968.0, 3937.0, 3969.0, 3947.0, 3968.0, 3958.0, 3970.0, 3956.0, 3949.0, 3969.0, 3938.0, 3967.0, 3967.0, 3979.0, 3967.0, 3969.0, 3968.0, 3959.0, 3956.0, 3938.0, 3967.0, 3947.0, 3957.0, 3988.0, 3957.0, 3996.0, 3947.0, 3975.0, 3936.0, 3956.0, 3946.0, 3946.0, 3946.0, 3958.0, 3968.0, 3958.0, 3957.0, 3959.0, 3968.0, 3936.0, 3967.0, 3946.0, 3969.0, 3947.0, 3969.0, 3957.0, 3959.0, 3968.0, 3948.0, 3967.0, 3947.0, 3967.0, 3946.0, 3967.0, 3946.0, 3956.0, 3965.0, 3955.0, 3975.0, 3945.0, 3955.0, 3934.0, 3954.0, 3935.0, 3946.0, 3965.0, 3956.0, 3955.0, 3936.0, 3966.0, 3925.0, 3945.0, 3945.0, 3955.0, 3934.0, 3955.0, 3955.0, 3945.0, 3966.0, 3935.0, 3956.0, 3935.0, 3957.0, 3957.0, 3969.0, 3957.0, 3948.0, 3967.0, 3935.0, 3968.0, 3946.0, 3969.0, 3957.0, 3947.0, 3957.0, 3946.0, 3970.0, 3968.0, 3949.0, 3968.0, 3956.0, 3967.0, 3977.0, 3959.0, 3977.0, 3937.0, 3957.0, 3967.0, 3958.0, 3977.0, 3946.0, 3978.0, 3948.0, 3967.0, 3967.0, 3968.0, 3977.0, 3949.0, 3971.0, 3970.0, 3962.0, 3981.0, 3949.0, 3970.0, 3968.0, 3961.0, 3968.0, 3939.0, 3958.0, 3979.0, 3967.0, 3989.0, 3949.0, 3978.0, 3937.0, 3956.0, 3967.0, 3946.0, 3997.0, 3935.0, 3996.0, 3934.0, 3974.0, 3932.0, 3951.0, 3932.0, 3931.0, 3934.0, 3944.0, 3935.0, 3943.0, 3923.0, 3941.0, 3936.0, 3953.0, 3914.0, 3954.0, 3934.0, 3954.0, 3936.0, 3944.0, 3946.0, 3945.0, 3934.0, 3945.0, 3945.0, 3935.0, 3945.0, 3946.0, 3944.0, 3946.0, 3954.0, 3936.0, 3976.0, 3935.0, 3953.0, 3925.0, 3942.0, 3935.0, 3943.0, 3933.0, 3946.0, 3945.0, 3943.0, 3965.0, 3943.0, 3965.0, 3935.0, 3955.0, 3936.0, 3964.0, 3935.0, 3966.0, 3934.0, 3956.0, 3945.0, 3958.0, 3946.0, 3956.0, 3968.0, 3957.0, 3967.0, 3947.0, 3945.0, 3947.0, 3965.0, 3936.0, 3971.0, 3960.0, 3966.0, 3967.0, 3958.0, 3969.0, 3978.0, 3949.0, 3970.0, 3980.0, 3960.0, 3988.0, 3948.0, 3967.0, 3946.0, 3936.0, 3978.0, 3946.0, 3977.0, 3945.0, 3946.0, 3945.0, 3934.0, 3944.0, 3933.0, 3954.0, 3925.0, 3957.0, 3936.0, 3968.0, 3946.0, 3970.0, 3956.0, 3958.0, 3957.0, 3948.0, 3957.0, 3948.0, 3957.0, 3947.0, 3966.0, 3937.0, 3967.0, 3926.0, 3956.0, 3937.0, 3955.0, 3936.0, 3957.0, 3946.0, 3946.0, 3988.0, 3957.0, 3976.0, 3957.0, 3975.0, 3936.0, 3986.0, 3935.0, 3975.0, 3937.0, 3955.0, 3945.0, 3945.0, 3944.0, 3956.0, 3935.0, 3968.0, 3947.0, 3958.0, 3936.0, 3968.0, 3945.0, 3968.0, 3958.0, 3968.0, 3956.0, 3947.0, 3957.0, 3937.0, 3957.0, 3936.0, 3956.0, 3946.0, 3945.0, 3946.0, 3945.0, 3954.0, 3934.0, 3976.0, 3936.0, 3944.0, 3925.0, 3946.0, 3945.0, 3955.0, 3944.0, 3946.0, 3945.0, 3925.0, 3948.0, 3958.0, 3957.0, 3967.0, 3959.0, 3957.0, 3936.0, 3956.0, 3948.0, 3959.0, 3970.0, 3949.0, 3949.0, 3961.0, 3980.0, 3959.0, 3970.0, 3962.0, 3958.0, 3950.0, 3960.0, 3991.0, 3973.0, 3993.0, 3960.0, 3983.0, 3990.0, 3961.0, 3971.0, 4010.0, 3947.0, 4019.0, 3990.0, 3977.0, 3977.0, 3934.0, 3984.0, 3925.0, 3955.0, 3946.0, 3924.0, 3942.0, 3935.0, 3977.0, 3924.0, 3985.0, 3913.0, 3974.0, 3932.0, 3943.0, 3922.0, 3942.0, 3923.0, 3954.0, 3915.0, 3943.0, 3923.0, 3942.0, 3923.0, 3955.0, 3933.0, 3943.0, 3933.0, 3943.0, 3964.0, 3936.0, 3960.0, 3957.0, 3936.0, 3987.0, 3936.0, 3997.0, 3955.0, 3983.0, 3942.0, 3971.0, 3920.0, 3930.0, 3921.0, 3931.0, 3902.0, 3941.0, 3923.0, 3943.0, 3925.0, 3954.0, 3923.0, 3953.0, 3934.0, 3953.0, 3923.0, 3954.0, 3934.0, 3954.0, 3924.0, 3954.0, 3924.0, 3954.0, 3924.0, 3944.0, 3935.0, 3933.0, 3934.0, 3944.0, 3935.0, 3945.0, 3943.0, 3935.0, 3954.0, 3927.0, 3956.0, 3936.0, 3955.0, 3926.0, 3965.0, 3937.0, 3946.0, 3936.0, 3934.0, 3945.0, 3945.0, 3924.0, 3945.0, 3935.0, 3936.0, 3945.0, 3936.0, 3956.0, 3937.0, 3956.0, 3927.0, 3955.0], 'WindowWidth': [8974.0, 8956.0, 8912.0, 8917.0, 8882.0, 8874.0, 8860.0, 8869.0, 8856.0, 8863.0, 8840.0, 8862.0, 8851.0, 8851.0, 8855.0, 8852.0, 8846.0, 8853.0, 8840.0, 8860.0, 8847.0, 8859.0, 8829.0, 8876.0, 8873.0, 8877.0, 8871.0, 8878.0, 8872.0, 8880.0, 8872.0, 8885.0, 8881.0, 8869.0, 8860.0, 8868.0, 8872.0, 8874.0, 8847.0, 8861.0, 8872.0, 8872.0, 8891.0, 8854.0, 8871.0, 8838.0, 8863.0, 8852.0, 8845.0, 8836.0, 8846.0, 8835.0, 8829.0, 8822.0, 8828.0, 8822.0, 8834.0, 8847.0, 8846.0, 8827.0, 8847.0, 8829.0, 8837.0, 8848.0, 8839.0, 8846.0, 8829.0, 8854.0, 8826.0, 8851.0, 8837.0, 8853.0, 8849.0, 8854.0, 8837.0, 8855.0, 8849.0, 8841.0, 8854.0, 8826.0, 8854.0, 8823.0, 8853.0, 8854.0, 8845.0, 8879.0, 8900.0, 8863.0, 8881.0, 8839.0, 8859.0, 8825.0, 8833.0, 8835.0, 8841.0, 8821.0, 8847.0, 8824.0, 8838.0, 8823.0, 8848.0, 8836.0, 8856.0, 8851.0, 8858.0, 8856.0, 8846.0, 8856.0, 8848.0, 8857.0, 8832.0, 8854.0, 8856.0, 8860.0, 8871.0, 8864.0, 8855.0, 8859.0, 8870.0, 8860.0, 8860.0, 8833.0, 8855.0, 8843.0, 8846.0, 8861.0, 8862.0, 8870.0, 8859.0, 8878.0, 8840.0, 8877.0, 8827.0, 8863.0, 8826.0, 8834.0, 8826.0, 8836.0, 8826.0, 8821.0, 8838.0, 8820.0, 8848.0, 8826.0, 8850.0, 8837.0, 8861.0, 8834.0, 8847.0, 8843.0, 8855.0, 8845.0, 8838.0, 8844.0, 8854.0, 8848.0, 8844.0, 8828.0, 8843.0, 8845.0, 8847.0, 8870.0, 8862.0, 8871.0, 8862.0, 8871.0, 8845.0, 8855.0, 8828.0, 8857.0, 8846.0, 8845.0, 8854.0, 8862.0, 8872.0, 8863.0, 8857.0, 8849.0, 8843.0, 8845.0, 8837.0, 8840.0, 8823.0, 8839.0, 8822.0, 8862.0, 8839.0, 8860.0, 8839.0, 8852.0, 8825.0, 8852.0, 8825.0, 8835.0, 8841.0, 8840.0, 8856.0, 8856.0, 8852.0, 8855.0, 8851.0, 8842.0, 8865.0, 8840.0, 8841.0, 8830.0, 8850.0, 8841.0, 8840.0, 8838.0, 8871.0, 8865.0, 8845.0, 8880.0, 8841.0, 8835.0, 8824.0, 8830.0, 8820.0, 8819.0, 8817.0, 8817.0, 8859.0, 8830.0, 8844.0, 8833.0, 8844.0, 8833.0, 8842.0, 8835.0, 8840.0, 8835.0, 8849.0, 8823.0, 8833.0, 8824.0, 8827.0, 8821.0, 8830.0, 8821.0, 8851.0, 8825.0, 8852.0, 8838.0, 8858.0, 8852.0, 8873.0, 8857.0, 8865.0, 8873.0, 8847.0, 8855.0, 8860.0, 8871.0, 8856.0, 8872.0, 8867.0, 8860.0, 8869.0, 8845.0, 8857.0, 8860.0, 8875.0, 8884.0, 8865.0, 8873.0, 8859.0, 8853.0, 8824.0, 8836.0, 8835.0, 8839.0, 8877.0, 8837.0, 8864.0, 8824.0, 8846.0, 8840.0, 8832.0, 8848.0, 8836.0, 8849.0, 8847.0, 8849.0, 8840.0, 8863.0, 8858.0, 8851.0, 8855.0, 8870.0, 8828.0, 8871.0, 8844.0, 8889.0, 8873.0, 8880.0, 8873.0, 8861.0, 8873.0, 8849.0, 8860.0, 8873.0, 8872.0, 8869.0, 8870.0, 8869.0, 8858.0, 8854.0, 8843.0, 8858.0, 8858.0, 8856.0, 8880.0, 8859.0, 8881.0, 8841.0, 8849.0, 8822.0, 8835.0, 8823.0, 8854.0, 8834.0, 8852.0, 8850.0, 8855.0, 8864.0, 8854.0, 8852.0, 8858.0, 8854.0, 8850.0, 8866.0, 8844.0, 8857.0, 8840.0, 8874.0, 8872.0, 8872.0, 8854.0, 8858.0, 8852.0, 8853.0, 8872.0, 8847.0, 8857.0, 8843.0, 8875.0, 8868.0, 8858.0, 8871.0, 8863.0, 8852.0, 8842.0, 8853.0, 8847.0, 8852.0, 8864.0, 8839.0, 8850.0, 8824.0, 8848.0, 8838.0, 8849.0, 8828.0, 8849.0, 8822.0, 8855.0, 8840.0, 8855.0, 8836.0, 8867.0, 8853.0, 8856.0, 8852.0, 8858.0, 8871.0, 8848.0, 8856.0, 8828.0, 8854.0, 8840.0, 8874.0, 8857.0, 8859.0, 8852.0, 8843.0, 8855.0, 8828.0, 8854.0, 8843.0, 8838.0, 8876.0, 8845.0, 8847.0, 8833.0, 8834.0, 8837.0, 8846.0, 8844.0, 8832.0, 8840.0, 8849.0, 8824.0, 8849.0, 8840.0, 8849.0, 8840.0, 8856.0, 8857.0, 8867.0, 8855.0, 8876.0, 8868.0, 8859.0, 8852.0, 8843.0, 8856.0, 8828.0, 8850.0, 8822.0, 8853.0, 8821.0, 8866.0, 8855.0, 8860.0, 8837.0, 8828.0, 8851.0, 8839.0, 8836.0, 8825.0, 8821.0, 8849.0, 8851.0, 8816.0, 8848.0, 8861.0, 8856.0, 8889.0, 8887.0, 8864.0, 8856.0, 8843.0, 8863.0, 8841.0, 8880.0, 8826.0, 8845.0, 8820.0, 8844.0, 8837.0, 8865.0, 8826.0, 8865.0, 8810.0, 8874.0, 8844.0, 8887.0, 8840.0, 8884.0, 8857.0, 8877.0, 8853.0, 8874.0, 8863.0, 8874.0, 8855.0, 8857.0, 8867.0, 8845.0, 8868.0, 8858.0, 8868.0, 8845.0, 8871.0, 8880.0, 8847.0, 8848.0, 8875.0, 8852.0, 8841.0, 8849.0, 8840.0, 8831.0, 8838.0, 8848.0, 8827.0, 8849.0, 8824.0, 8847.0, 8822.0, 8846.0, 8808.0, 8847.0, 8810.0, 8856.0, 8826.0, 8870.0, 8825.0, 8887.0, 8859.0, 8875.0, 8870.0, 8860.0, 8849.0, 8858.0, 8854.0, 8843.0, 8853.0, 8837.0, 8854.0, 8830.0, 8855.0, 8826.0, 8871.0, 8839.0, 8870.0, 8855.0, 8872.0, 8854.0, 8857.0, 8853.0, 8828.0, 8851.0, 8858.0, 8850.0, 8836.0, 8853.0, 8858.0, 8858.0, 8884.0, 8825.0, 8858.0, 8803.0, 8877.0, 8832.0, 8862.0, 8844.0, 8866.0, 8906.0, 8867.0, 8870.0, 8847.0, 8852.0, 8825.0, 8821.0, 8826.0, 8835.0, 8835.0, 8817.0, 8857.0, 8817.0, 8870.0, 8814.0, 8868.0, 8812.0, 8806.0, 8781.0, 8778.0, 8781.0, 8779.0, 8833.0, 8796.0, 8834.0, 8800.0, 8808.0, 8799.0, 8791.0, 8781.0, 8793.0, 8784.0, 8798.0, 8780.0, 8815.0, 8800.0, 8817.0, 8817.0, 8807.0, 8834.0, 8813.0, 8836.0, 8822.0, 8837.0, 8835.0, 8837.0, 8863.0, 8824.0, 8830.0, 8807.0, 8831.0, 8818.0, 8837.0, 8806.0, 8851.0, 8836.0, 8842.0, 8858.0, 8815.0, 8872.0, 8853.0, 8858.0, 8872.0, 8861.0, 8854.0, 8842.0, 8851.0, 8827.0, 8838.0, 8826.0, 8859.0, 8865.0, 8865.0, 8884.0, 8875.0, 8864.0, 8887.0, 8847.0, 8895.0, 8827.0, 8835.0, 8828.0, 8841.0, 8814.0, 8854.0, 8838.0, 8857.0, 8853.0, 8844.0, 8840.0, 8830.0, 8856.0, 8840.0, 8859.0, 8872.0, 8844.0, 8882.0, 8838.0, 8836.0, 8826.0, 8837.0, 8839.0, 8838.0, 8864.0, 8854.0, 8847.0, 8841.0, 8836.0, 8840.0, 8847.0, 8826.0, 8835.0, 8827.0, 8834.0, 8811.0, 8835.0, 8809.0, 8850.0, 8825.0, 8840.0, 8837.0, 8851.0, 8857.0, 8858.0, 8826.0, 8827.0, 8839.0, 8815.0, 8841.0, 8842.0, 8843.0, 8851.0, 8840.0, 8862.0, 8826.0, 8836.0, 8824.0, 8835.0, 8809.0, 8831.0, 8808.0, 8838.0, 8821.0, 8833.0, 8835.0, 8851.0, 8851.0, 8860.0, 8842.0, 8831.0, 8855.0, 8828.0, 8857.0, 8838.0, 8856.0, 8867.0, 8857.0, 8870.0, 8846.0, 8840.0, 8834.0, 8852.0, 8815.0, 8843.0, 8840.0, 8843.0, 8839.0, 8828.0, 8840.0, 8841.0, 8827.0, 8881.0, 8838.0, 8860.0, 8838.0, 8862.0, 8827.0, 8862.0, 8823.0, 8831.0, 8809.0, 8837.0, 8811.0, 8838.0, 8808.0, 8838.0, 8809.0, 8839.0, 8824.0, 8856.0, 8837.0, 8858.0, 8856.0, 8860.0, 8841.0, 8847.0, 8856.0, 8830.0, 8855.0, 8828.0, 8853.0, 8812.0, 8840.0, 8826.0, 8858.0, 8854.0, 8859.0, 8844.0, 8829.0, 8854.0, 8841.0, 8839.0, 8865.0, 8839.0, 8877.0, 8824.0, 8877.0, 8824.0, 8846.0, 8807.0, 8835.0, 8825.0, 8835.0, 8809.0, 8835.0, 8808.0, 8840.0, 8824.0, 8854.0, 8837.0, 8857.0, 8843.0, 8846.0, 8858.0, 8831.0, 8855.0, 8831.0, 8844.0, 8845.0, 8872.0, 8840.0, 8858.0, 8856.0, 8841.0, 8843.0, 8828.0, 8858.0, 8842.0, 8840.0, 8866.0, 8843.0, 8834.0, 8826.0, 8820.0, 8821.0, 8819.0, 8862.0, 8822.0, 8864.0, 8838.0, 8836.0, 8825.0, 8838.0, 8812.0, 8848.0, 8809.0, 8841.0, 8851.0, 8838.0, 8865.0, 8853.0, 8850.0, 8841.0, 8838.0, 8829.0, 8848.0, 8826.0, 8853.0, 8826.0, 8856.0, 8838.0, 8859.0, 8843.0, 8830.0, 8857.0, 8843.0, 8859.0, 8854.0, 8847.0, 8867.0, 8843.0, 8835.0, 8811.0, 8832.0, 8809.0, 8821.0, 8850.0, 8851.0, 8850.0, 8852.0, 8834.0, 8852.0, 8832.0, 8834.0, 8832.0, 8838.0, 8838.0, 8827.0, 8837.0, 8827.0, 8850.0, 8816.0, 8852.0, 8845.0, 8872.0, 8839.0, 8859.0, 8858.0, 8856.0, 8857.0, 8816.0, 8854.0, 8857.0, 8858.0, 8885.0, 8858.0, 8865.0, 8832.0, 8838.0, 8840.0, 8822.0, 8852.0, 8828.0, 8876.0, 8875.0, 8857.0, 8883.0, 8842.0, 8860.0, 8839.0, 8864.0, 8826.0, 8847.0, 8812.0, 8853.0, 8814.0, 8856.0, 8825.0, 8855.0, 8842.0, 8862.0, 8838.0, 8831.0, 8855.0, 8817.0, 8853.0, 8853.0, 8870.0, 8852.0, 8856.0, 8854.0, 8844.0, 8837.0, 8814.0, 8852.0, 8826.0, 8840.0, 8881.0, 8839.0, 8888.0, 8824.0, 8858.0, 8810.0, 8835.0, 8820.0, 8821.0, 8821.0, 8841.0, 8854.0, 8842.0, 8839.0, 8846.0, 8855.0, 8810.0, 8852.0, 8823.0, 8857.0, 8824.0, 8858.0, 8839.0, 8845.0, 8853.0, 8829.0, 8852.0, 8828.0, 8850.0, 8823.0, 8849.0, 8821.0, 8833.0, 8846.0, 8831.0, 8857.0, 8819.0, 8832.0, 8804.0, 8828.0, 8805.0, 8820.0, 8844.0, 8834.0, 8832.0, 8807.0, 8847.0, 8793.0, 8817.0, 8817.0, 8831.0, 8803.0, 8832.0, 8833.0, 8819.0, 8848.0, 8806.0, 8835.0, 8806.0, 8838.0, 8838.0, 8856.0, 8836.0, 8829.0, 8851.0, 8807.0, 8852.0, 8821.0, 8855.0, 8838.0, 8825.0, 8839.0, 8824.0, 8859.0, 8854.0, 8830.0, 8855.0, 8837.0, 8851.0, 8864.0, 8842.0, 8863.0, 8812.0, 8837.0, 8850.0, 8841.0, 8865.0, 8822.0, 8866.0, 8827.0, 8852.0, 8851.0, 8855.0, 8867.0, 8832.0, 8864.0, 8860.0, 8855.0, 8879.0, 8832.0, 8860.0, 8857.0, 8851.0, 8857.0, 8818.0, 8840.0, 8871.0, 8853.0, 8883.0, 8830.0, 8866.0, 8811.0, 8834.0, 8851.0, 8820.0, 8889.0, 8803.0, 8888.0, 8798.0, 8855.0, 8793.0, 8818.0, 8794.0, 8792.0, 8801.0, 8816.0, 8805.0, 8813.0, 8788.0, 8807.0, 8808.0, 8827.0, 8778.0, 8827.0, 8802.0, 8828.0, 8808.0, 8815.0, 8820.0, 8816.0, 8803.0, 8820.0, 8818.0, 8804.0, 8818.0, 8820.0, 8815.0, 8822.0, 8829.0, 8809.0, 8862.0, 8806.0, 8826.0, 8794.0, 8810.0, 8807.0, 8812.0, 8799.0, 8820.0, 8818.0, 8815.0, 8844.0, 8813.0, 8845.0, 8805.0, 8831.0, 8809.0, 8843.0, 8806.0, 8847.0, 8804.0, 8834.0, 8819.0, 8840.0, 8824.0, 8836.0, 8855.0, 8837.0, 8852.0, 8827.0, 8818.0, 8826.0, 8845.0, 8810.0, 8863.0, 8849.0, 8849.0, 8852.0, 8841.0, 8857.0, 8866.0, 8832.0, 8861.0, 8873.0, 8847.0, 8882.0, 8829.0, 8852.0, 8824.0, 8809.0, 8866.0, 8822.0, 8864.0, 8818.0, 8822.0, 8815.0, 8799.0, 8814.0, 8798.0, 8828.0, 8792.0, 8837.0, 8810.0, 8854.0, 8823.0, 8860.0, 8839.0, 8841.0, 8838.0, 8827.0, 8838.0, 8828.0, 8836.0, 8825.0, 8847.0, 8810.0, 8851.0, 8798.0, 8834.0, 8812.0, 8832.0, 8810.0, 8838.0, 8821.0, 8821.0, 8881.0, 8836.0, 8859.0, 8836.0, 8857.0, 8808.0, 8873.0, 8805.0, 8859.0, 8814.0, 8833.0, 8818.0, 8817.0, 8816.0, 8835.0, 8806.0, 8854.0, 8824.0, 8840.0, 8809.0, 8855.0, 8820.0, 8856.0, 8840.0, 8857.0, 8836.0, 8827.0, 8838.0, 8813.0, 8838.0, 8810.0, 8833.0, 8822.0, 8818.0, 8820.0, 8819.0, 8830.0, 8805.0, 8861.0, 8809.0, 8816.0, 8793.0, 8820.0, 8818.0, 8832.0, 8816.0, 8823.0, 8819.0, 8796.0, 8827.0, 8841.0, 8838.0, 8851.0, 8844.0, 8838.0, 8809.0, 8835.0, 8827.0, 8843.0, 8862.0, 8830.0, 8833.0, 8853.0, 8878.0, 8846.0, 8860.0, 8854.0, 8845.0, 8834.0, 8848.0, 8892.0, 8872.0, 8898.0, 8852.0, 8885.0, 8890.0, 8854.0, 8863.0, 8917.0, 8826.0, 8924.0, 8887.0, 8863.0, 8863.0, 8801.0, 8869.0, 8793.0, 8832.0, 8820.0, 8789.0, 8812.0, 8805.0, 8864.0, 8790.0, 8871.0, 8772.0, 8852.0, 8794.0, 8808.0, 8782.0, 8809.0, 8787.0, 8829.0, 8779.0, 8811.0, 8787.0, 8809.0, 8786.0, 8830.0, 8800.0, 8812.0, 8799.0, 8812.0, 8842.0, 8812.0, 8847.0, 8839.0, 8810.0, 8877.0, 8810.0, 8891.0, 8829.0, 8864.0, 8806.0, 8843.0, 8776.0, 8788.0, 8779.0, 8794.0, 8756.0, 8807.0, 8787.0, 8811.0, 8793.0, 8829.0, 8786.0, 8826.0, 8803.0, 8826.0, 8787.0, 8830.0, 8804.0, 8828.0, 8790.0, 8827.0, 8789.0, 8830.0, 8790.0, 8815.0, 8806.0, 8800.0, 8802.0, 8816.0, 8804.0, 8820.0, 8814.0, 8806.0, 8830.0, 8798.0, 8834.0, 8808.0, 8831.0, 8796.0, 8845.0, 8812.0, 8824.0, 8809.0, 8804.0, 8819.0, 8817.0, 8789.0, 8818.0, 8805.0, 8809.0, 8819.0, 8810.0, 8835.0, 8812.0, 8834.0, 8799.0, 8832.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.0005869598180439727</td></tr>
<tr><td colspan=3>aqi</td><td>0.021969044579226688</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.381318212443134</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2244568418512896</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0029646465933217</td></tr>
<tr><td colspan=3>efc</td><td>0.4474</td></tr>
<tr><td colspan=3>fber</td><td>6643.5615</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07782407626718801</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>17</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.288855193328279</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5438381270642108</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.510743031048312</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8039862058750322</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3167851442692875</td></tr>
<tr><td colspan=3>gcor</td><td>0.00605374</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.02315138839185238</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022134939208626747</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.414885254558987</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>34.2402</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.7675</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.0519</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>42.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>311059.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>789.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>345.6333</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.622</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.0239</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3184.3811</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3434.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>65485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>701.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4306.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1005.5898</td></tr>
<tr><td colspan=3>tsnr</td><td>39.42264504195191</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>