<?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-0080_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-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0080/figures/sub-0080_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-0080/figures/sub-0080_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0080/figures/sub-0080_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-0080/ses-04/func/sub-0080_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>16c15d793bd8fe36c7376d192f89b957</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>20:51:3.520000</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.994794, 0.0876937, 0.0519056, -0.0898332, 0.995136, 0.0404267]</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.0846033</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>[4251, -7763, -7216, 285, -124, -28, 35, 74]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>23e18e46-e6bf-40a6-a80b-91afc8967c78||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.6689603328704834, -0.24101580679416656, 0.1298915445804596, 119.4562759399414], [-0.2352757453918457, 2.669877290725708, 0.1211734265089035, -84.83993530273438], [0.1392589658498764, -0.10846175998449326, 2.69415020942688, -61.83260726928711], [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': ['205103.520000', '205103.980000', '205104.440000', '205104.900000', '205105.360000', '205105.820000', '205106.280000', '205106.740000', '205107.200000', '205107.660000', '205108.120000', '205108.580000', '205109.040000', '205109.500000', '205109.960000', '205110.420000', '205110.880000', '205111.340000', '205111.800000', '205112.260000', '205112.720000', '205113.180000', '205113.640000', '205114.100000', '205114.560000', '205115.020000', '205115.480000', '205115.940000', '205116.400000', '205116.860000', '205117.320000', '205117.780000', '205118.240000', '205118.700000', '205119.160000', '205119.620000', '205120.080000', '205120.540000', '205121.000000', '205121.460000', '205121.920000', '205122.380000', '205122.840000', '205123.300000', '205123.760000', '205124.220000', '205124.680000', '205125.140000', '205125.600000', '205126.060000', '205126.520000', '205126.980000', '205127.440000', '205127.900000', '205128.360000', '205128.820000', '205129.280000', '205129.740000', '205130.200000', '205130.660000', '205131.120000', '205131.580000', '205132.040000', '205132.500000', '205132.960000', '205133.420000', '205133.880000', '205134.340000', '205134.800000', '205135.260000', '205135.720000', '205136.180000', '205136.640000', '205137.100000', '205137.560000', '205138.020000', '205138.480000', '205138.940000', '205139.400000', '205139.860000', '205140.320000', '205140.780000', '205141.240000', '205141.700000', '205142.160000', '205142.620000', '205143.080000', '205143.540000', '205144.000000', '205144.460000', '205144.920000', '205145.380000', '205145.840000', '205146.300000', '205146.760000', '205147.220000', '205147.680000', '205148.140000', '205148.600000', '205149.060000', '205149.520000', '205149.980000', '205150.440000', '205150.900000', '205151.360000', '205151.820000', '205152.280000', '205152.740000', '205153.200000', '205153.660000', '205154.120000', '205154.580000', '205155.040000', '205155.500000', '205155.960000', '205156.420000', '205156.880000', '205157.340000', '205157.800000', '205158.260000', '205158.720000', '205159.180000', '205159.640000', '205200.100000', '205200.560000', '205201.020000', '205201.480000', '205201.940000', '205202.400000', '205202.860000', '205203.320000', '205203.780000', '205204.240000', '205204.700000', '205205.160000', '205205.620000', '205206.080000', '205206.540000', '205207.000000', '205207.460000', '205207.920000', '205208.380000', '205208.840000', '205209.300000', '205209.760000', '205210.220000', '205210.680000', '205211.140000', '205211.600000', '205212.060000', '205212.520000', '205212.980000', '205213.440000', '205213.900000', '205214.360000', '205214.820000', '205215.280000', '205215.740000', '205216.200000', '205216.660000', '205217.120000', '205217.580000', '205218.040000', '205218.500000', '205218.960000', '205219.420000', '205219.880000', '205220.340000', '205220.800000', '205221.260000', '205221.720000', '205222.180000', '205222.640000', '205223.100000', '205223.560000', '205224.020000', '205224.480000', '205224.940000', '205225.400000', '205225.860000', '205226.320000', '205226.780000', '205227.240000', '205227.700000', '205228.160000', '205228.620000', '205229.080000', '205229.540000', '205230.000000', '205230.460000', '205230.920000', '205231.380000', '205231.840000', '205232.300000', '205232.760000', '205233.220000', '205233.680000', '205234.140000', '205234.600000', '205235.060000', '205235.520000', '205235.980000', '205236.440000', '205236.900000', '205237.360000', '205237.820000', '205238.280000', '205238.740000', '205239.200000', '205239.660000', '205240.120000', '205240.580000', '205241.040000', '205241.500000', '205241.960000', '205242.420000', '205242.880000', '205243.340000', '205243.800000', '205244.260000', '205244.720000', '205245.180000', '205245.640000', '205246.100000', '205246.560000', '205247.020000', '205247.480000', '205247.940000', '205248.400000', '205248.860000', '205249.320000', '205249.780000', '205250.240000', '205250.700000', '205251.160000', '205251.620000', '205252.080000', '205252.540000', '205253.000000', '205253.460000', '205253.920000', '205254.380000', '205254.840000', '205255.300000', '205255.760000', '205256.220000', '205256.680000', '205257.140000', '205257.600000', '205258.060000', '205258.520000', '205258.980000', '205259.440000', '205259.900000', '205300.360000', '205300.820000', '205301.280000', '205301.740000', '205302.200000', '205302.660000', '205303.120000', '205303.580000', '205304.040000', '205304.500000', '205304.960000', '205305.420000', '205305.880000', '205306.340000', '205306.800000', '205307.260000', '205307.720000', '205308.180000', '205308.640000', '205309.100000', '205309.560000', '205310.020000', '205310.480000', '205310.940000', '205311.400000', '205311.860000', '205312.320000', '205312.780000', '205313.240000', '205313.700000', '205314.160000', '205314.620000', '205315.080000', '205315.540000', '205316.000000', '205316.460000', '205316.920000', '205317.380000', '205317.840000', '205318.300000', '205318.760000', '205319.220000', '205319.680000', '205320.140000', '205320.600000', '205321.060000', '205321.520000', '205321.980000', '205322.440000', '205322.900000', '205323.360000', '205323.820000', '205324.280000', '205324.740000', '205325.200000', '205325.660000', '205326.120000', '205326.580000', '205327.040000', '205327.500000', '205327.960000', '205328.420000', '205328.880000', '205329.340000', '205329.800000', '205330.260000', '205330.720000', '205331.180000', '205331.640000', '205332.100000', '205332.560000', '205333.020000', '205333.480000', '205333.940000', '205334.400000', '205334.860000', '205335.320000', '205335.780000', '205336.240000', '205336.700000', '205337.160000', '205337.620000', '205338.080000', '205338.540000', '205339.000000', '205339.460000', '205339.920000', '205340.380000', '205340.840000', '205341.300000', '205341.760000', '205342.220000', '205342.680000', '205343.140000', '205343.600000', '205344.060000', '205344.520000', '205344.980000', '205345.440000', '205345.900000', '205346.360000', '205346.820000', '205347.280000', '205347.740000', '205348.200000', '205348.660000', '205349.120000', '205349.580000', '205350.040000', '205350.500000', '205350.960000', '205351.420000', '205351.880000', '205352.340000', '205352.800000', '205353.260000', '205353.720000', '205354.180000', '205354.640000', '205355.100000', '205355.560000', '205356.020000', '205356.480000', '205356.940000', '205357.400000', '205357.860000', '205358.320000', '205358.780000', '205359.240000', '205359.700000', '205400.160000', '205400.620000', '205401.080000', '205401.540000', '205402.000000', '205402.460000', '205402.920000', '205403.380000', '205403.840000', '205404.300000', '205404.760000', '205405.220000', '205405.680000', '205406.140000', '205406.600000', '205407.060000', '205407.520000', '205407.980000', '205408.440000', '205408.900000', '205409.360000', '205409.820000', '205410.280000', '205410.740000', '205411.200000', '205411.660000', '205412.120000', '205412.580000', '205413.040000', '205413.500000', '205413.960000', '205414.420000', '205414.880000', '205415.340000', '205415.800000', '205416.260000', '205416.720000', '205417.180000', '205417.640000', '205418.100000', '205418.560000', '205419.020000', '205419.480000', '205419.940000', '205420.400000', '205420.860000', '205421.320000', '205421.780000', '205422.240000', '205422.700000', '205423.160000', '205423.620000', '205424.080000', '205424.540000', '205425.000000', '205425.460000', '205425.920000', '205426.380000', '205426.840000', '205427.300000', '205427.760000', '205428.220000', '205428.680000', '205429.140000', '205429.600000', '205430.060000', '205430.520000', '205430.980000', '205431.440000', '205431.900000', '205432.360000', '205432.820000', '205433.280000', '205433.740000', '205434.200000', '205434.660000', '205435.120000', '205435.580000', '205436.040000', '205436.500000', '205436.960000', '205437.420000', '205437.880000', '205438.340000', '205438.800000', '205439.260000', '205439.720000', '205440.180000', '205440.640000', '205441.100000', '205441.560000', '205442.020000', '205442.480000', '205442.940000', '205443.400000', '205443.860000', '205444.320000', '205444.780000', '205445.240000', '205445.700000', '205446.160000', '205446.620000', '205447.080000', '205447.540000', '205448.000000', '205448.460000', '205448.920000', '205449.380000', '205449.840000', '205450.300000', '205450.760000', '205451.220000', '205451.680000', '205452.140000', '205452.600000', '205453.060000', '205453.520000', '205453.980000', '205454.440000', '205454.900000', '205455.360000', '205455.820000', '205456.280000', '205456.740000', '205457.200000', '205457.660000', '205458.120000', '205458.580000', '205459.040000', '205459.500000', '205459.960000', '205500.420000', '205500.880000', '205501.340000', '205501.800000', '205502.260000', '205502.720000', '205503.180000', '205503.640000', '205504.100000', '205504.560000', '205505.020000', '205505.480000', '205505.940000', '205506.400000', '205506.860000', '205507.320000', '205507.780000', '205508.240000', '205508.700000', '205509.160000', '205509.620000', '205510.080000', '205510.540000', '205511.000000', '205511.460000', '205511.920000', '205512.380000', '205512.840000', '205513.300000', '205513.760000', '205514.220000', '205514.680000', '205515.140000', '205515.600000', '205516.060000', '205516.520000', '205516.980000', '205517.440000', '205517.900000', '205518.360000', '205518.820000', '205519.280000', '205519.740000', '205520.200000', '205520.660000', '205521.120000', '205521.580000', '205522.040000', '205522.500000', '205522.960000', '205523.420000', '205523.880000', '205524.340000', '205524.800000', '205525.260000', '205525.720000', '205526.180000', '205526.640000', '205527.100000', '205527.560000', '205528.020000', '205528.480000', '205528.940000', '205529.400000', '205529.860000', '205530.320000', '205530.780000', '205531.240000', '205531.700000', '205532.160000', '205532.620000', '205533.080000', '205533.540000', '205534.000000', '205534.460000', '205534.920000', '205535.380000', '205535.840000', '205536.300000', '205536.760000', '205537.220000', '205537.680000', '205538.140000', '205538.600000', '205539.060000', '205539.520000', '205539.980000', '205540.440000', '205540.900000', '205541.360000', '205541.820000', '205542.280000', '205542.740000', '205543.200000', '205543.660000', '205544.120000', '205544.580000', '205545.040000', '205545.500000', '205545.960000', '205546.420000', '205546.880000', '205547.340000', '205547.800000', '205548.260000', '205548.720000', '205549.180000', '205549.640000', '205550.100000', '205550.560000', '205551.020000', '205551.480000', '205551.940000', '205552.400000', '205552.860000', '205553.320000', '205553.780000', '205554.240000', '205554.700000', '205555.160000', '205555.620000', '205556.080000', '205556.540000', '205557.000000', '205557.460000', '205557.920000', '205558.380000', '205558.840000', '205559.300000', '205559.760000', '205600.220000', '205600.680000', '205601.140000', '205601.600000', '205602.060000', '205602.520000', '205602.980000', '205603.440000', '205603.900000', '205604.360000', '205604.820000', '205605.280000', '205605.740000', '205606.200000', '205606.660000', '205607.120000', '205607.580000', '205608.040000', '205608.500000', '205608.960000', '205609.420000', '205609.880000', '205610.340000', '205610.800000', '205611.260000', '205611.720000', '205612.180000', '205612.640000', '205613.100000', '205613.560000', '205614.020000', '205614.480000', '205614.940000', '205615.400000', '205615.860000', '205616.320000', '205616.780000', '205617.240000', '205617.700000', '205618.160000', '205618.620000', '205619.080000', '205619.540000', '205620.000000', '205620.460000', '205620.920000', '205621.380000', '205621.840000', '205622.300000', '205622.760000', '205623.220000', '205623.680000', '205624.140000', '205624.600000', '205625.060000', '205625.520000', '205625.980000', '205626.440000', '205626.900000', '205627.360000', '205627.820000', '205628.280000', '205628.740000', '205629.200000', '205629.660000', '205630.120000', '205630.580000', '205631.040000', '205631.500000', '205631.960000', '205632.420000', '205632.880000', '205633.340000', '205633.800000', '205634.260000', '205634.720000', '205635.180000', '205635.640000', '205636.100000', '205636.560000', '205637.020000', '205637.480000', '205637.940000', '205638.400000', '205638.860000', '205639.320000', '205639.780000', '205640.240000', '205640.700000', '205641.160000', '205641.620000', '205642.080000', '205642.540000', '205643.000000', '205643.460000', '205643.920000', '205644.380000', '205644.840000', '205645.300000', '205645.760000', '205646.220000', '205646.680000', '205647.140000', '205647.600000', '205648.060000', '205648.520000', '205648.980000', '205649.440000', '205649.900000', '205650.360000', '205650.820000', '205651.280000', '205651.740000', '205652.200000', '205652.660000', '205653.120000', '205653.580000', '205654.040000', '205654.500000', '205654.960000', '205655.420000', '205655.880000', '205656.340000', '205656.800000', '205657.260000', '205657.720000', '205658.180000', '205658.640000', '205659.100000', '205659.560000', '205700.020000', '205700.480000', '205700.940000', '205701.400000', '205701.860000', '205702.320000', '205702.780000', '205703.240000', '205703.700000', '205704.160000', '205704.620000', '205705.080000', '205705.540000', '205706.000000', '205706.460000', '205706.920000', '205707.380000', '205707.840000', '205708.300000', '205708.760000', '205709.220000', '205709.680000', '205710.140000', '205710.600000', '205711.060000', '205711.520000', '205711.980000', '205712.440000', '205712.900000', '205713.360000', '205713.820000', '205714.280000', '205714.740000', '205715.200000', '205715.660000', '205716.120000', '205716.580000', '205717.040000', '205717.500000', '205717.960000', '205718.420000', '205718.880000', '205719.340000', '205719.800000', '205720.260000', '205720.720000', '205721.180000', '205721.640000', '205722.100000', '205722.560000', '205723.020000', '205723.480000', '205723.940000', '205724.400000', '205724.860000', '205725.320000', '205725.780000', '205726.240000', '205726.700000', '205727.160000', '205727.620000', '205728.080000', '205728.540000', '205729.000000', '205729.460000', '205729.920000', '205730.380000', '205730.840000', '205731.300000', '205731.760000', '205732.220000', '205732.680000', '205733.140000', '205733.600000', '205734.060000', '205734.520000', '205734.980000', '205735.440000', '205735.900000', '205736.360000', '205736.820000', '205737.280000', '205737.740000', '205738.200000', '205738.660000', '205739.120000', '205739.580000', '205740.040000', '205740.500000', '205740.960000', '205741.420000', '205741.880000', '205742.340000', '205742.800000', '205743.260000', '205743.720000', '205744.180000', '205744.640000', '205745.100000', '205745.560000', '205746.020000', '205746.480000', '205746.940000', '205747.400000', '205747.860000', '205748.320000', '205748.780000', '205749.240000', '205749.700000', '205750.160000', '205750.620000', '205751.080000', '205751.540000', '205752.000000', '205752.460000', '205752.920000', '205753.380000', '205753.840000', '205754.300000', '205754.760000', '205755.220000', '205755.680000', '205756.140000', '205756.600000', '205757.060000', '205757.520000', '205757.980000', '205758.440000', '205758.900000', '205759.360000', '205759.820000', '205800.280000', '205800.740000', '205801.200000', '205801.660000', '205802.120000', '205802.580000', '205803.040000', '205803.500000', '205803.960000', '205804.420000', '205804.880000', '205805.340000', '205805.800000', '205806.260000', '205806.720000', '205807.180000', '205807.640000', '205808.100000', '205808.560000', '205809.020000', '205809.480000', '205809.940000', '205810.400000', '205810.860000', '205811.320000', '205811.780000', '205812.240000', '205812.700000', '205813.160000', '205813.620000', '205814.080000', '205814.540000', '205815.000000', '205815.460000', '205815.920000', '205816.380000', '205816.840000', '205817.300000', '205817.760000', '205818.220000', '205818.680000', '205819.140000', '205819.600000', '205820.060000', '205820.520000', '205820.980000', '205821.440000', '205821.900000', '205822.360000', '205822.820000', '205823.280000', '205823.740000', '205824.200000', '205824.660000', '205825.120000', '205825.580000', '205826.040000', '205826.500000', '205826.960000', '205827.420000', '205827.880000', '205828.340000', '205828.800000', '205829.260000', '205829.720000', '205830.180000', '205830.640000', '205831.100000', '205831.560000', '205832.020000', '205832.480000', '205832.940000', '205833.400000', '205833.860000', '205834.320000', '205834.780000', '205835.240000', '205835.700000', '205836.160000', '205836.620000', '205837.080000', '205837.540000', '205838.000000', '205838.460000', '205838.920000', '205839.380000', '205839.840000', '205840.300000', '205840.760000', '205841.220000', '205841.680000', '205842.140000', '205842.600000', '205843.060000', '205843.520000', '205843.980000', '205844.440000', '205844.900000', '205845.360000', '205845.820000', '205846.280000', '205846.740000', '205847.200000', '205847.660000', '205848.120000', '205848.580000', '205849.040000', '205849.500000', '205849.960000', '205850.420000', '205850.880000', '205851.340000', '205851.800000', '205852.260000', '205852.720000', '205853.180000', '205853.640000', '205854.100000', '205854.560000', '205855.020000', '205855.480000', '205855.940000', '205856.400000', '205856.860000', '205857.320000', '205857.780000', '205858.240000', '205858.700000', '205859.160000', '205859.620000', '205900.080000', '205900.540000', '205901.000000', '205901.460000', '205901.920000', '205902.380000', '205902.840000', '205903.300000', '205903.760000', '205904.220000', '205904.680000', '205905.140000', '205905.600000', '205906.060000', '205906.520000', '205906.980000', '205907.440000', '205907.900000', '205908.360000', '205908.820000', '205909.280000', '205909.740000', '205910.200000', '205910.660000', '205911.120000', '205911.580000', '205912.040000', '205912.500000', '205912.960000', '205913.420000', '205913.880000', '205914.340000', '205914.800000', '205915.260000', '205915.720000', '205916.180000', '205916.640000', '205917.100000', '205917.560000', '205918.020000', '205918.480000', '205918.940000', '205919.400000', '205919.860000', '205920.320000', '205920.780000', '205921.240000', '205921.700000', '205922.160000', '205922.620000', '205923.080000', '205923.540000', '205924.000000', '205924.460000', '205924.920000', '205925.380000', '205925.840000', '205926.300000', '205926.760000', '205927.220000', '205927.680000', '205928.140000', '205928.600000', '205929.060000', '205929.520000', '205929.980000', '205930.440000', '205930.900000', '205931.360000', '205931.820000', '205932.280000', '205932.740000', '205933.200000', '205933.660000', '205934.120000', '205934.580000', '205935.040000', '205935.500000', '205935.960000', '205936.420000', '205936.880000', '205937.340000', '205937.800000', '205938.260000', '205938.720000', '205939.180000', '205939.640000', '205940.100000', '205940.560000', '205941.020000', '205941.480000', '205941.940000', '205942.400000', '205942.860000', '205943.320000', '205943.780000', '205944.240000', '205944.700000', '205945.160000', '205945.620000', '205946.080000', '205946.540000', '205947.000000', '205947.460000', '205947.920000', '205948.380000', '205948.840000', '205949.300000', '205949.760000', '205950.220000', '205950.680000', '205951.140000', '205951.600000', '205952.060000', '205952.520000', '205952.980000', '205953.440000', '205953.900000', '205954.360000', '205954.820000', '205955.280000', '205955.740000', '205956.200000', '205956.660000', '205957.120000', '205957.580000', '205958.040000', '205958.500000', '205958.960000', '205959.420000', '205959.880000', '210000.340000', '210000.800000', '210001.260000', '210001.720000', '210002.180000', '210002.640000', '210003.100000', '210003.560000', '210004.020000', '210004.480000', '210004.940000', '210005.400000', '210005.860000', '210006.320000', '210006.780000', '210007.240000', '210007.700000', '210008.160000', '210008.620000', '210009.080000', '210009.540000', '210010.000000', '210010.460000', '210010.920000', '210011.380000', '210011.840000', '210012.300000', '210012.760000', '210013.220000', '210013.680000', '210014.140000', '210014.600000', '210015.060000', '210015.520000', '210015.980000', '210016.440000', '210016.900000', '210017.360000', '210017.820000', '210018.280000', '210018.740000', '210019.200000', '210019.660000', '210020.120000', '210020.580000', '210021.040000', '210021.500000', '210021.960000', '210022.420000', '210022.880000', '210023.340000', '210023.800000', '210024.260000', '210024.720000', '210025.180000', '210025.640000', '210026.100000', '210026.560000', '210027.020000', '210027.480000', '210027.940000', '210028.400000', '210028.860000', '210029.320000', '210029.780000', '210030.240000', '210030.700000', '210031.160000', '210031.620000', '210032.080000', '210032.540000', '210033.000000', '210033.460000', '210033.920000', '210034.380000', '210034.840000', '210035.300000', '210035.760000', '210036.220000', '210036.680000', '210037.140000', '210037.600000', '210038.060000', '210038.520000', '210038.980000', '210039.440000', '210039.900000', '210040.360000', '210040.820000', '210041.280000', '210041.740000', '210042.200000', '210042.660000', '210043.120000', '210043.580000', '210044.040000', '210044.500000', '210044.960000', '210045.420000', '210045.880000', '210046.340000', '210046.800000', '210047.260000', '210047.720000', '210048.180000', '210048.640000', '210049.100000', '210049.560000', '210050.020000', '210050.480000', '210050.940000', '210051.400000', '210051.860000', '210052.320000', '210052.780000', '210053.240000', '210053.700000', '210054.160000', '210054.620000', '210055.080000', '210055.540000', '210056.000000', '210056.460000', '210056.920000', '210057.380000', '210057.840000', '210058.300000', '210058.760000', '210059.220000', '210059.680000', '210100.140000', '210100.600000', '210101.060000', '210101.520000', '210101.980000', '210102.440000', '210102.900000', '210103.360000', '210103.820000', '210104.280000', '210104.740000', '210105.200000', '210105.660000', '210106.120000', '210106.580000', '210107.040000', '210107.500000', '210107.960000', '210108.420000', '210108.880000', '210109.340000', '210109.800000', '210110.260000', '210110.720000', '210111.180000'], 'ContentTime': ['205117.518000', '205117.521000', '205117.524000', '205117.526000', '205117.529000', '205117.532000', '205117.534000', '205117.537000', '205117.539000', '205117.542000', '205117.545000', '205117.548000', '205117.551000', '205117.554000', '205117.557000', '205117.559000', '205117.562000', '205117.565000', '205117.568000', '205117.570000', '205117.573000', '205117.576000', '205117.579000', '205117.581000', '205117.584000', '205117.587000', '205117.590000', '205117.593000', '205137.481000', '205137.484000', '205137.487000', '205137.489000', '205137.492000', '205137.495000', '205137.497000', '205137.500000', '205137.502000', '205137.505000', '205137.507000', '205137.514000', '205137.517000', '205137.530000', '205137.533000', '205137.535000', '205137.539000', '205137.541000', '205137.544000', '205137.546000', '205137.549000', '205137.552000', '205137.554000', '205137.557000', '205137.560000', '205137.562000', '205137.565000', '205137.567000', '205137.570000', '205137.572000', '205137.575000', '205137.578000', '205137.580000', '205137.583000', '205137.585000', '205137.588000', '205137.591000', '205137.594000', '205137.597000', '205137.599000', '205137.602000', '205137.604000', '205137.607000', '205157.481000', '205157.484000', '205157.487000', '205157.490000', '205157.492000', '205157.495000', '205157.497000', '205157.500000', '205157.502000', '205157.505000', '205157.508000', '205157.511000', '205157.513000', '205157.516000', '205157.518000', '205157.521000', '205157.524000', '205157.526000', '205157.529000', '205157.532000', '205157.534000', '205157.537000', '205157.539000', '205157.542000', '205157.545000', '205157.547000', '205157.550000', '205157.553000', '205157.555000', '205157.558000', '205157.560000', '205157.563000', '205157.566000', '205157.579000', '205157.581000', '205157.584000', '205157.587000', '205157.589000', '205157.592000', '205157.595000', '205157.597000', '205157.600000', '205157.602000', '205157.605000', '205217.482000', '205217.485000', '205217.487000', '205217.490000', '205217.493000', '205217.496000', '205217.498000', '205217.501000', '205217.504000', '205217.506000', '205217.509000', '205217.511000', '205217.514000', '205217.517000', '205217.519000', '205217.522000', '205217.525000', '205217.527000', '205217.530000', '205217.533000', '205217.535000', '205217.538000', '205217.540000', '205217.543000', '205217.546000', '205217.548000', '205217.551000', '205217.554000', '205217.556000', '205217.559000', '205217.561000', '205217.564000', '205217.567000', '205217.569000', '205217.572000', '205217.574000', '205217.577000', '205217.580000', '205217.582000', '205217.585000', '205217.588000', '205217.590000', '205217.593000', '205237.483000', '205237.485000', '205237.488000', '205237.491000', '205237.493000', '205237.496000', '205237.499000', '205237.501000', '205237.504000', '205237.506000', '205237.509000', '205237.512000', '205237.514000', '205237.517000', '205237.519000', '205237.522000', '205237.525000', '205237.527000', '205237.535000', '205237.538000', '205237.541000', '205237.543000', '205237.546000', '205237.549000', '205237.551000', '205237.554000', '205237.557000', '205237.559000', '205237.562000', '205237.564000', '205237.567000', '205237.570000', '205237.572000', '205237.575000', '205237.577000', '205237.580000', '205237.583000', '205237.585000', '205237.588000', '205237.591000', '205237.593000', '205237.596000', '205237.599000', '205237.601000', '205257.482000', '205257.485000', '205257.488000', '205257.491000', '205257.493000', '205257.496000', '205257.499000', '205257.501000', '205257.504000', '205257.507000', '205257.509000', '205257.512000', '205257.515000', '205257.518000', '205257.520000', '205257.523000', '205257.526000', '205257.528000', '205257.531000', '205257.534000', '205257.536000', '205257.539000', '205257.542000', '205257.545000', '205257.547000', '205257.550000', '205257.553000', '205257.555000', '205257.558000', '205257.560000', '205257.563000', '205257.566000', '205257.568000', '205257.571000', '205257.574000', '205257.576000', '205257.580000', '205257.582000', '205257.585000', '205257.588000', '205257.591000', '205257.593000', '205257.596000', '205317.482000', '205317.486000', '205317.489000', '205317.491000', '205317.494000', '205317.497000', '205317.499000', '205317.502000', '205317.504000', '205317.507000', '205317.510000', '205317.512000', '205317.515000', '205317.518000', '205317.520000', '205317.523000', '205317.525000', '205317.528000', '205317.530000', '205317.533000', '205317.536000', '205317.538000', '205317.541000', '205317.544000', '205317.546000', '205317.549000', '205317.552000', '205317.554000', '205317.557000', '205317.559000', '205317.562000', '205317.565000', '205317.567000', '205317.570000', '205317.573000', '205317.575000', '205317.597000', '205317.600000', '205317.602000', '205317.605000', '205317.607000', '205317.610000', '205317.613000', '205317.615000', '205337.482000', '205337.484000', '205337.487000', '205337.490000', '205337.492000', '205337.495000', '205337.498000', '205337.500000', '205337.503000', '205337.506000', '205337.508000', '205337.511000', '205337.513000', '205337.516000', '205337.519000', '205337.521000', '205337.524000', '205337.526000', '205337.529000', '205337.531000', '205337.534000', '205337.536000', '205337.539000', '205337.542000', '205337.544000', '205337.547000', '205337.549000', '205337.552000', '205337.554000', '205337.557000', '205337.560000', '205337.563000', '205337.565000', '205337.568000', '205337.570000', '205337.573000', '205337.576000', '205337.579000', '205337.581000', '205337.584000', '205337.586000', '205337.589000', '205337.592000', '205357.482000', '205357.484000', '205357.487000', '205357.490000', '205357.493000', '205357.495000', '205357.498000', '205357.501000', '205357.504000', '205357.506000', '205357.509000', '205357.511000', '205357.514000', '205357.517000', '205357.519000', '205357.522000', '205357.525000', '205357.527000', '205357.530000', '205357.532000', '205357.535000', '205357.538000', '205357.540000', '205357.543000', '205357.546000', '205357.548000', '205357.551000', '205357.553000', '205357.556000', '205357.559000', '205357.561000', '205357.564000', '205357.567000', '205357.569000', '205357.572000', '205357.574000', '205357.577000', '205357.580000', '205357.582000', '205357.585000', '205357.588000', '205357.590000', '205357.593000', '205357.596000', '205417.482000', '205417.484000', '205417.487000', '205417.490000', '205417.493000', '205417.495000', '205417.498000', '205417.501000', '205417.503000', '205417.506000', '205417.509000', '205417.511000', '205417.514000', '205417.516000', '205417.519000', '205417.522000', '205417.524000', '205417.527000', '205417.530000', '205417.532000', '205417.536000', '205417.538000', '205417.541000', '205417.544000', '205417.546000', '205417.549000', '205417.552000', '205417.554000', '205417.557000', '205417.560000', '205417.562000', '205417.565000', '205417.568000', '205417.570000', '205417.573000', '205417.575000', '205417.578000', '205417.581000', '205417.583000', '205417.586000', '205417.589000', '205417.591000', '205417.594000', '205437.481000', '205437.484000', '205437.487000', '205437.490000', '205437.493000', '205437.495000', '205437.498000', '205437.501000', '205437.503000', '205437.506000', '205437.508000', '205437.511000', '205437.514000', '205437.516000', '205437.519000', '205437.521000', '205437.524000', '205437.527000', '205437.529000', '205437.532000', '205437.549000', '205437.551000', '205437.554000', '205437.557000', '205437.559000', '205437.562000', '205437.564000', '205437.567000', '205437.570000', '205437.572000', '205437.575000', '205437.578000', '205437.580000', '205437.583000', '205437.585000', '205437.588000', '205437.591000', '205437.593000', '205437.596000', '205437.599000', '205437.601000', '205437.604000', '205437.606000', '205437.609000', '205457.482000', '205457.486000', '205457.488000', '205457.491000', '205457.493000', '205457.496000', '205457.499000', '205457.501000', '205457.504000', '205457.507000', '205457.509000', '205457.512000', '205457.514000', '205457.517000', '205457.520000', '205457.522000', '205457.525000', '205457.527000', '205457.530000', '205457.533000', '205457.535000', '205457.538000', '205457.541000', '205457.543000', '205457.546000', '205457.548000', '205457.551000', '205457.554000', '205457.556000', '205457.559000', '205457.562000', '205457.564000', '205457.567000', '205457.570000', '205457.572000', '205457.577000', '205457.579000', '205457.582000', '205457.584000', '205457.587000', '205457.590000', '205457.592000', '205457.595000', '205517.482000', '205517.485000', '205517.488000', '205517.491000', '205517.493000', '205517.496000', '205517.498000', '205517.501000', '205517.504000', '205517.506000', '205517.509000', '205517.511000', '205517.514000', '205517.517000', '205517.519000', '205517.522000', '205517.524000', '205517.527000', '205517.529000', '205517.532000', '205517.535000', '205517.537000', '205517.540000', '205517.542000', '205517.545000', '205517.548000', '205517.550000', '205517.553000', '205517.555000', '205517.558000', '205517.560000', '205517.563000', '205517.566000', '205517.568000', '205517.571000', '205517.574000', '205517.576000', '205517.579000', '205517.582000', '205517.584000', '205517.587000', '205517.590000', '205517.592000', '205517.595000', '205537.482000', '205537.485000', '205537.488000', '205537.491000', '205537.493000', '205537.496000', '205537.499000', '205537.501000', '205537.504000', '205537.507000', '205537.509000', '205537.512000', '205537.515000', '205537.517000', '205537.520000', '205537.522000', '205537.525000', '205537.528000', '205537.530000', '205537.533000', '205537.536000', '205537.538000', '205537.541000', '205537.544000', '205537.546000', '205537.549000', '205537.551000', '205537.554000', '205537.557000', '205537.559000', '205537.562000', '205537.565000', '205537.567000', '205537.570000', '205537.573000', '205537.575000', '205537.578000', '205537.580000', '205537.583000', '205537.586000', '205537.588000', '205537.591000', '205537.594000', '205557.481000', '205557.484000', '205557.487000', '205557.490000', '205557.492000', '205557.495000', '205557.498000', '205557.500000', '205557.503000', '205557.506000', '205557.508000', '205557.511000', '205557.514000', '205557.516000', '205557.519000', '205557.522000', '205557.524000', '205557.527000', '205557.530000', '205557.532000', '205557.535000', '205557.537000', '205557.540000', '205557.543000', '205557.546000', '205557.548000', '205557.551000', '205557.553000', '205557.556000', '205557.559000', '205557.562000', '205557.564000', '205557.567000', '205557.570000', '205557.572000', '205557.575000', '205557.577000', '205557.580000', '205557.583000', '205557.585000', '205557.588000', '205557.591000', '205557.593000', '205557.596000', '205617.481000', '205617.490000', '205617.493000', '205617.496000', '205617.499000', '205617.501000', '205617.504000', '205617.507000', '205617.509000', '205617.512000', '205617.514000', '205617.517000', '205617.520000', '205617.522000', '205617.525000', '205617.528000', '205617.530000', '205617.533000', '205617.536000', '205617.538000', '205617.541000', '205617.544000', '205617.546000', '205617.549000', '205617.552000', '205617.554000', '205617.557000', '205617.560000', '205617.562000', '205617.565000', '205617.568000', '205617.571000', '205617.573000', '205617.576000', '205617.578000', '205617.581000', '205617.584000', '205617.586000', '205617.589000', '205617.592000', '205617.594000', '205617.597000', '205617.599000', '205637.481000', '205637.484000', '205637.487000', '205637.490000', '205637.493000', '205637.495000', '205637.498000', '205637.500000', '205637.503000', '205637.506000', '205637.508000', '205637.511000', '205637.514000', '205637.517000', '205637.519000', '205637.522000', '205637.525000', '205637.527000', '205637.530000', '205637.533000', '205637.535000', '205637.538000', '205637.540000', '205637.543000', '205637.546000', '205637.548000', '205637.551000', '205637.553000', '205637.556000', '205637.559000', '205637.561000', '205637.564000', '205637.567000', '205637.569000', '205637.572000', '205637.574000', '205637.577000', '205637.580000', '205637.582000', '205637.585000', '205637.587000', '205637.590000', '205637.593000', '205637.595000', '205657.481000', '205657.484000', '205657.487000', '205657.490000', '205657.492000', '205657.495000', '205657.498000', '205657.500000', '205657.503000', '205657.505000', '205657.508000', '205657.511000', '205657.513000', '205657.516000', '205657.519000', '205657.521000', '205657.524000', '205657.526000', '205657.529000', '205657.532000', '205657.534000', '205657.537000', '205657.540000', '205657.542000', '205657.545000', '205657.547000', '205657.550000', '205657.553000', '205657.555000', '205657.558000', '205657.561000', '205657.563000', '205657.566000', '205657.569000', '205657.571000', '205657.574000', '205657.577000', '205657.579000', '205657.582000', '205657.585000', '205657.587000', '205657.590000', '205657.593000', '205717.483000', '205717.486000', '205717.488000', '205717.491000', '205717.494000', '205717.497000', '205717.499000', '205717.502000', '205717.505000', '205717.507000', '205717.511000', '205717.514000', '205717.517000', '205717.519000', '205717.522000', '205717.530000', '205717.533000', '205717.535000', '205717.538000', '205717.541000', '205717.543000', '205717.546000', '205717.549000', '205717.551000', '205717.554000', '205717.557000', '205717.559000', '205717.562000', '205717.565000', '205717.567000', '205717.570000', '205717.572000', '205717.575000', '205717.578000', '205717.580000', '205717.583000', '205717.585000', '205717.588000', '205717.591000', '205717.593000', '205717.596000', '205717.599000', '205717.601000', '205717.604000', '205737.482000', '205737.486000', '205737.488000', '205737.491000', '205737.493000', '205737.496000', '205737.499000', '205737.501000', '205737.504000', '205737.506000', '205737.509000', '205737.525000', '205737.527000', '205737.530000', '205737.533000', '205737.535000', '205737.538000', '205737.541000', '205737.543000', '205737.546000', '205737.548000', '205737.551000', '205737.554000', '205737.556000', '205737.559000', '205737.562000', '205737.564000', '205737.567000', '205737.569000', '205737.572000', '205737.575000', '205737.577000', '205737.580000', '205737.582000', '205737.585000', '205737.588000', '205737.590000', '205737.593000', '205737.595000', '205737.598000', '205737.601000', '205737.603000', '205737.606000', '205757.483000', '205757.485000', '205757.488000', '205757.490000', '205757.493000', '205757.496000', '205757.499000', '205757.502000', '205757.504000', '205757.507000', '205757.510000', '205757.512000', '205757.515000', '205757.517000', '205757.520000', '205757.523000', '205757.525000', '205757.528000', '205757.531000', '205757.533000', '205757.536000', '205757.539000', '205757.541000', '205757.544000', '205757.547000', '205757.549000', '205757.552000', '205757.555000', '205757.557000', '205757.560000', '205757.568000', '205757.570000', '205757.573000', '205757.576000', '205757.578000', '205757.581000', '205757.584000', '205757.586000', '205757.589000', '205757.592000', '205757.594000', '205757.597000', '205757.600000', '205757.602000', '205817.482000', '205817.484000', '205817.487000', '205817.490000', '205817.492000', '205817.495000', '205817.498000', '205817.500000', '205817.503000', '205817.505000', '205817.508000', '205817.511000', '205817.513000', '205817.516000', '205817.519000', '205817.521000', '205817.524000', '205817.527000', '205817.529000', '205817.532000', '205817.535000', '205817.537000', '205817.540000', '205817.542000', '205817.545000', '205817.548000', '205817.550000', '205817.553000', '205817.556000', '205817.558000', '205817.561000', '205817.563000', '205817.566000', '205817.569000', '205817.571000', '205817.574000', '205817.577000', '205817.579000', '205817.582000', '205817.584000', '205817.587000', '205817.590000', '205817.592000', '205837.482000', '205837.484000', '205837.487000', '205837.490000', '205837.492000', '205837.495000', '205837.498000', '205837.500000', '205837.503000', '205837.506000', '205837.508000', '205837.511000', '205837.514000', '205837.516000', '205837.519000', '205837.522000', '205837.524000', '205837.527000', '205837.530000', '205837.532000', '205837.535000', '205837.538000', '205837.540000', '205837.543000', '205837.545000', '205837.548000', '205837.551000', '205837.553000', '205837.556000', '205837.559000', '205837.561000', '205837.564000', '205837.567000', '205837.569000', '205837.572000', '205837.575000', '205837.577000', '205837.580000', '205837.583000', '205837.585000', '205837.588000', '205837.590000', '205837.593000', '205837.596000', '205857.482000', '205857.485000', '205857.487000', '205857.490000', '205857.493000', '205857.496000', '205857.498000', '205857.501000', '205857.519000', '205857.522000', '205857.524000', '205857.527000', '205857.530000', '205857.532000', '205857.535000', '205857.538000', '205857.540000', '205857.543000', '205857.545000', '205857.548000', '205857.551000', '205857.553000', '205857.556000', '205857.559000', '205857.561000', '205857.564000', '205857.567000', '205857.569000', '205857.572000', '205857.575000', '205857.577000', '205857.580000', '205857.582000', '205857.585000', '205857.588000', '205857.590000', '205857.593000', '205857.596000', '205857.598000', '205857.601000', '205857.604000', '205857.606000', '205857.609000', '205917.482000', '205917.484000', '205917.487000', '205917.490000', '205917.492000', '205917.495000', '205917.497000', '205917.500000', '205917.503000', '205917.505000', '205917.508000', '205917.510000', '205917.513000', '205917.515000', '205917.518000', '205917.521000', '205917.523000', '205917.526000', '205917.528000', '205917.531000', '205917.534000', '205917.537000', '205917.540000', '205917.543000', '205917.546000', '205917.548000', '205917.551000', '205917.553000', '205917.556000', '205917.559000', '205917.561000', '205917.564000', '205917.567000', '205917.569000', '205917.572000', '205917.575000', '205917.577000', '205917.580000', '205917.583000', '205917.585000', '205917.588000', '205917.591000', '205917.593000', '205937.482000', '205937.485000', '205937.488000', '205937.491000', '205937.494000', '205937.496000', '205937.499000', '205937.502000', '205937.504000', '205937.507000', '205937.510000', '205937.512000', '205937.515000', '205937.518000', '205937.520000', '205937.523000', '205937.526000', '205937.528000', '205937.531000', '205937.534000', '205937.536000', '205937.539000', '205937.542000', '205937.544000', '205937.547000', '205937.550000', '205937.552000', '205937.555000', '205937.557000', '205937.560000', '205937.563000', '205937.565000', '205937.568000', '205937.571000', '205937.573000', '205937.576000', '205937.579000', '205937.581000', '205937.584000', '205937.587000', '205937.589000', '205937.592000', '205937.594000', '205937.597000', '205957.483000', '205957.485000', '205957.488000', '205957.491000', '205957.493000', '205957.496000', '205957.499000', '205957.501000', '205957.504000', '205957.507000', '205957.509000', '205957.512000', '205957.515000', '205957.517000', '205957.520000', '205957.523000', '205957.525000', '205957.528000', '205957.531000', '205957.533000', '205957.536000', '205957.539000', '205957.541000', '205957.544000', '205957.546000', '205957.549000', '205957.552000', '205957.555000', '205957.557000', '205957.560000', '205957.562000', '205957.565000', '205957.568000', '205957.571000', '205957.573000', '205957.576000', '205957.579000', '205957.581000', '205957.584000', '205957.586000', '205957.589000', '205957.592000', '205957.594000', '210017.483000', '210017.485000', '210017.488000', '210017.491000', '210017.493000', '210017.506000', '210017.509000', '210017.511000', '210017.514000', '210017.516000', '210017.519000', '210017.522000', '210017.524000', '210017.527000', '210017.530000', '210017.532000', '210017.535000', '210017.537000', '210017.540000', '210017.543000', '210017.546000', '210017.548000', '210017.551000', '210017.553000', '210017.556000', '210017.559000', '210017.561000', '210017.564000', '210017.567000', '210017.569000', '210017.572000', '210017.575000', '210017.577000', '210017.580000', '210017.583000', '210017.585000', '210017.588000', '210017.591000', '210017.594000', '210017.596000', '210017.599000', '210017.601000', '210017.604000', '210017.607000', '210037.482000', '210037.484000', '210037.487000', '210037.490000', '210037.492000', '210037.495000', '210037.498000', '210037.500000', '210037.503000', '210037.506000', '210037.508000', '210037.511000', '210037.514000', '210037.516000', '210037.519000', '210037.522000', '210037.525000', '210037.528000', '210037.530000', '210037.534000', '210037.537000', '210037.540000', '210037.542000', '210037.545000', '210037.547000', '210037.550000', '210037.553000', '210037.555000', '210037.558000', '210037.561000', '210037.563000', '210037.566000', '210037.569000', '210037.571000', '210037.574000', '210037.578000', '210037.581000', '210037.583000', '210037.586000', '210037.589000', '210037.591000', '210037.594000', '210037.596000', '210057.482000', '210057.485000', '210057.488000', '210057.490000', '210057.493000', '210057.496000', '210057.499000', '210057.501000', '210057.504000', '210057.506000', '210057.509000', '210057.512000', '210057.514000', '210057.517000', '210057.520000', '210057.522000', '210057.525000', '210057.528000', '210057.530000', '210057.533000', '210057.536000', '210057.538000', '210057.541000', '210057.544000', '210057.546000', '210057.549000', '210057.552000', '210057.554000', '210057.557000', '210057.560000', '210057.563000', '210057.565000', '210057.568000', '210057.571000', '210057.573000', '210057.576000', '210057.579000', '210057.581000', '210057.584000', '210057.586000', '210057.589000', '210057.592000', '210057.594000', '210057.597000', '210112.508000', '210112.511000', '210112.513000', '210112.516000', '210112.519000', '210112.521000', '210112.524000', '210112.527000', '210112.529000', '210112.532000', '210112.535000', '210112.537000', '210112.540000', '210112.543000', '210112.545000', '210112.548000', '210112.551000', '210112.553000', '210112.556000', '210112.559000', '210112.561000', '210112.564000', '210112.566000', '210112.569000', '210112.572000', '210112.574000', '210112.577000', '210112.580000', '210112.582000', '210112.585000', '210112.587000', '210112.590000', '210112.593000'], 'InstanceCreationTime': ['205117.518000', '205117.521000', '205117.524000', '205117.526000', '205117.529000', '205117.532000', '205117.534000', '205117.537000', '205117.539000', '205117.542000', '205117.545000', '205117.548000', '205117.551000', '205117.554000', '205117.557000', '205117.559000', '205117.562000', '205117.565000', '205117.568000', '205117.570000', '205117.573000', '205117.576000', '205117.579000', '205117.581000', '205117.584000', '205117.587000', '205117.590000', '205117.593000', '205137.481000', '205137.484000', '205137.487000', '205137.489000', '205137.492000', '205137.495000', '205137.497000', '205137.500000', '205137.502000', '205137.505000', '205137.507000', '205137.514000', '205137.517000', '205137.530000', '205137.533000', '205137.535000', '205137.539000', '205137.541000', '205137.544000', '205137.546000', '205137.549000', '205137.552000', '205137.554000', '205137.557000', '205137.560000', '205137.562000', '205137.565000', '205137.567000', '205137.570000', '205137.572000', '205137.575000', '205137.578000', '205137.580000', '205137.583000', '205137.585000', '205137.588000', '205137.591000', '205137.594000', '205137.597000', '205137.599000', '205137.602000', '205137.604000', '205137.607000', '205157.481000', '205157.484000', '205157.487000', '205157.490000', '205157.492000', '205157.495000', '205157.497000', '205157.500000', '205157.502000', '205157.505000', '205157.508000', '205157.511000', '205157.513000', '205157.516000', '205157.518000', '205157.521000', '205157.524000', '205157.526000', '205157.529000', '205157.532000', '205157.534000', '205157.537000', '205157.539000', '205157.542000', '205157.545000', '205157.547000', '205157.550000', '205157.553000', '205157.555000', '205157.558000', '205157.560000', '205157.563000', '205157.566000', '205157.579000', '205157.581000', '205157.584000', '205157.587000', '205157.589000', '205157.592000', '205157.595000', '205157.597000', '205157.600000', '205157.602000', '205157.605000', '205217.482000', '205217.485000', '205217.487000', '205217.490000', '205217.493000', '205217.496000', '205217.498000', '205217.501000', '205217.504000', '205217.506000', '205217.509000', '205217.511000', '205217.514000', '205217.517000', '205217.519000', '205217.522000', '205217.525000', '205217.527000', '205217.530000', '205217.533000', '205217.535000', '205217.538000', '205217.540000', '205217.543000', '205217.546000', '205217.548000', '205217.551000', '205217.554000', '205217.556000', '205217.559000', '205217.561000', '205217.564000', '205217.567000', '205217.569000', '205217.572000', '205217.574000', '205217.577000', '205217.580000', '205217.582000', '205217.585000', '205217.588000', '205217.590000', '205217.593000', '205237.483000', '205237.485000', '205237.488000', '205237.491000', '205237.493000', '205237.496000', '205237.499000', '205237.501000', '205237.504000', '205237.506000', '205237.509000', '205237.512000', '205237.514000', '205237.517000', '205237.519000', '205237.522000', '205237.525000', '205237.527000', '205237.535000', '205237.538000', '205237.541000', '205237.543000', '205237.546000', '205237.549000', '205237.551000', '205237.554000', '205237.557000', '205237.559000', '205237.562000', '205237.564000', '205237.567000', '205237.570000', '205237.572000', '205237.575000', '205237.577000', '205237.580000', '205237.583000', '205237.585000', '205237.588000', '205237.591000', '205237.593000', '205237.596000', '205237.599000', '205237.601000', '205257.482000', '205257.485000', '205257.488000', '205257.491000', '205257.493000', '205257.496000', '205257.499000', '205257.501000', '205257.504000', '205257.507000', '205257.509000', '205257.512000', '205257.515000', '205257.518000', '205257.520000', '205257.523000', '205257.526000', '205257.528000', '205257.531000', '205257.534000', '205257.536000', '205257.539000', '205257.542000', '205257.545000', '205257.547000', '205257.550000', '205257.553000', '205257.555000', '205257.558000', '205257.560000', '205257.563000', '205257.566000', '205257.568000', '205257.571000', '205257.574000', '205257.576000', '205257.580000', '205257.582000', '205257.585000', '205257.588000', '205257.591000', '205257.593000', '205257.596000', '205317.482000', '205317.486000', '205317.489000', '205317.491000', '205317.494000', '205317.497000', '205317.499000', '205317.502000', '205317.504000', '205317.507000', '205317.510000', '205317.512000', '205317.515000', '205317.518000', '205317.520000', '205317.523000', '205317.525000', '205317.528000', '205317.530000', '205317.533000', '205317.536000', '205317.538000', '205317.541000', '205317.544000', '205317.546000', '205317.549000', '205317.552000', '205317.554000', '205317.557000', '205317.559000', '205317.562000', '205317.565000', '205317.567000', '205317.570000', '205317.573000', '205317.575000', '205317.597000', '205317.600000', '205317.602000', '205317.605000', '205317.607000', '205317.610000', '205317.613000', '205317.615000', '205337.482000', '205337.484000', '205337.487000', '205337.490000', '205337.492000', '205337.495000', '205337.498000', '205337.500000', '205337.503000', '205337.506000', '205337.508000', '205337.511000', '205337.513000', '205337.516000', '205337.519000', '205337.521000', '205337.524000', '205337.526000', '205337.529000', '205337.531000', '205337.534000', '205337.536000', '205337.539000', '205337.542000', '205337.544000', '205337.547000', '205337.549000', '205337.552000', '205337.554000', '205337.557000', '205337.560000', '205337.563000', '205337.565000', '205337.568000', '205337.570000', '205337.573000', '205337.576000', '205337.579000', '205337.581000', '205337.584000', '205337.586000', '205337.589000', '205337.592000', '205357.482000', '205357.484000', '205357.487000', '205357.490000', '205357.493000', '205357.495000', '205357.498000', '205357.501000', '205357.504000', '205357.506000', '205357.509000', '205357.511000', '205357.514000', '205357.517000', '205357.519000', '205357.522000', '205357.525000', '205357.527000', '205357.530000', '205357.532000', '205357.535000', '205357.538000', '205357.540000', '205357.543000', '205357.546000', '205357.548000', '205357.551000', '205357.553000', '205357.556000', '205357.559000', '205357.561000', '205357.564000', '205357.567000', '205357.569000', '205357.572000', '205357.574000', '205357.577000', '205357.580000', '205357.582000', '205357.585000', '205357.588000', '205357.590000', '205357.593000', '205357.596000', '205417.482000', '205417.484000', '205417.487000', '205417.490000', '205417.493000', '205417.495000', '205417.498000', '205417.501000', '205417.503000', '205417.506000', '205417.509000', '205417.511000', '205417.514000', '205417.516000', '205417.519000', '205417.522000', '205417.524000', '205417.527000', '205417.530000', '205417.532000', '205417.536000', '205417.538000', '205417.541000', '205417.544000', '205417.546000', '205417.549000', '205417.552000', '205417.554000', '205417.557000', '205417.560000', '205417.562000', '205417.565000', '205417.568000', '205417.570000', '205417.573000', '205417.575000', '205417.578000', '205417.581000', '205417.583000', '205417.586000', '205417.589000', '205417.591000', '205417.594000', '205437.481000', '205437.484000', '205437.487000', '205437.490000', '205437.493000', '205437.495000', '205437.498000', '205437.501000', '205437.503000', '205437.506000', '205437.508000', '205437.511000', '205437.514000', '205437.516000', '205437.519000', '205437.521000', '205437.524000', '205437.527000', '205437.529000', '205437.532000', '205437.549000', '205437.551000', '205437.554000', '205437.557000', '205437.559000', '205437.562000', '205437.564000', '205437.567000', '205437.570000', '205437.572000', '205437.575000', '205437.578000', '205437.580000', '205437.583000', '205437.585000', '205437.588000', '205437.591000', '205437.593000', '205437.596000', '205437.599000', '205437.601000', '205437.604000', '205437.606000', '205437.609000', '205457.482000', '205457.486000', '205457.488000', '205457.491000', '205457.493000', '205457.496000', '205457.499000', '205457.501000', '205457.504000', '205457.507000', '205457.509000', '205457.512000', '205457.514000', '205457.517000', '205457.520000', '205457.522000', '205457.525000', '205457.527000', '205457.530000', '205457.533000', '205457.535000', '205457.538000', '205457.541000', '205457.543000', '205457.546000', '205457.548000', '205457.551000', '205457.554000', '205457.556000', '205457.559000', '205457.562000', '205457.564000', '205457.567000', '205457.570000', '205457.572000', '205457.577000', '205457.579000', '205457.582000', '205457.584000', '205457.587000', '205457.590000', '205457.592000', '205457.595000', '205517.482000', '205517.485000', '205517.488000', '205517.491000', '205517.493000', '205517.496000', '205517.498000', '205517.501000', '205517.504000', '205517.506000', '205517.509000', '205517.511000', '205517.514000', '205517.517000', '205517.519000', '205517.522000', '205517.524000', '205517.527000', '205517.529000', '205517.532000', '205517.535000', '205517.537000', '205517.540000', '205517.542000', '205517.545000', '205517.548000', '205517.550000', '205517.553000', '205517.555000', '205517.558000', '205517.560000', '205517.563000', '205517.566000', '205517.568000', '205517.571000', '205517.574000', '205517.576000', '205517.579000', '205517.582000', '205517.584000', '205517.587000', '205517.590000', '205517.592000', '205517.595000', '205537.482000', '205537.485000', '205537.488000', '205537.491000', '205537.493000', '205537.496000', '205537.499000', '205537.501000', '205537.504000', '205537.507000', '205537.509000', '205537.512000', '205537.515000', '205537.517000', '205537.520000', '205537.522000', '205537.525000', '205537.528000', '205537.530000', '205537.533000', '205537.536000', '205537.538000', '205537.541000', '205537.544000', '205537.546000', '205537.549000', '205537.551000', '205537.554000', '205537.557000', '205537.559000', '205537.562000', '205537.565000', '205537.567000', '205537.570000', '205537.573000', '205537.575000', '205537.578000', '205537.580000', '205537.583000', '205537.586000', '205537.588000', '205537.591000', '205537.594000', '205557.481000', '205557.484000', '205557.487000', '205557.490000', '205557.492000', '205557.495000', '205557.498000', '205557.500000', '205557.503000', '205557.506000', '205557.508000', '205557.511000', '205557.514000', '205557.516000', '205557.519000', '205557.522000', '205557.524000', '205557.527000', '205557.530000', '205557.532000', '205557.535000', '205557.537000', '205557.540000', '205557.543000', '205557.546000', '205557.548000', '205557.551000', '205557.553000', '205557.556000', '205557.559000', '205557.562000', '205557.564000', '205557.567000', '205557.570000', '205557.572000', '205557.575000', '205557.577000', '205557.580000', '205557.583000', '205557.585000', '205557.588000', '205557.591000', '205557.593000', '205557.596000', '205617.481000', '205617.490000', '205617.493000', '205617.496000', '205617.499000', '205617.501000', '205617.504000', '205617.507000', '205617.509000', '205617.512000', '205617.514000', '205617.517000', '205617.520000', '205617.522000', '205617.525000', '205617.528000', '205617.530000', '205617.533000', '205617.536000', '205617.538000', '205617.541000', '205617.544000', '205617.546000', '205617.549000', '205617.552000', '205617.554000', '205617.557000', '205617.560000', '205617.562000', '205617.565000', '205617.568000', '205617.571000', '205617.573000', '205617.576000', '205617.578000', '205617.581000', '205617.584000', '205617.586000', '205617.589000', '205617.592000', '205617.594000', '205617.597000', '205617.599000', '205637.481000', '205637.484000', '205637.487000', '205637.490000', '205637.493000', '205637.495000', '205637.498000', '205637.500000', '205637.503000', '205637.506000', '205637.508000', '205637.511000', '205637.514000', '205637.517000', '205637.519000', '205637.522000', '205637.525000', '205637.527000', '205637.530000', '205637.533000', '205637.535000', '205637.538000', '205637.540000', '205637.543000', '205637.546000', '205637.548000', '205637.551000', '205637.553000', '205637.556000', '205637.559000', '205637.561000', '205637.564000', '205637.567000', '205637.569000', '205637.572000', '205637.574000', '205637.577000', '205637.580000', '205637.582000', '205637.585000', '205637.587000', '205637.590000', '205637.593000', '205637.595000', '205657.481000', '205657.484000', '205657.487000', '205657.490000', '205657.492000', '205657.495000', '205657.498000', '205657.500000', '205657.503000', '205657.505000', '205657.508000', '205657.511000', '205657.513000', '205657.516000', '205657.519000', '205657.521000', '205657.524000', '205657.526000', '205657.529000', '205657.532000', '205657.534000', '205657.537000', '205657.540000', '205657.542000', '205657.545000', '205657.547000', '205657.550000', '205657.553000', '205657.555000', '205657.558000', '205657.561000', '205657.563000', '205657.566000', '205657.569000', '205657.571000', '205657.574000', '205657.577000', '205657.579000', '205657.582000', '205657.585000', '205657.587000', '205657.590000', '205657.593000', '205717.483000', '205717.486000', '205717.488000', '205717.491000', '205717.494000', '205717.497000', '205717.499000', '205717.502000', '205717.505000', '205717.507000', '205717.511000', '205717.514000', '205717.517000', '205717.519000', '205717.522000', '205717.530000', '205717.533000', '205717.535000', '205717.538000', '205717.541000', '205717.543000', '205717.546000', '205717.549000', '205717.551000', '205717.554000', '205717.557000', '205717.559000', '205717.562000', '205717.565000', '205717.567000', '205717.570000', '205717.572000', '205717.575000', '205717.578000', '205717.580000', '205717.583000', '205717.585000', '205717.588000', '205717.591000', '205717.593000', '205717.596000', '205717.599000', '205717.601000', '205717.604000', '205737.482000', '205737.486000', '205737.488000', '205737.491000', '205737.493000', '205737.496000', '205737.499000', '205737.501000', '205737.504000', '205737.506000', '205737.509000', '205737.525000', '205737.527000', '205737.530000', '205737.533000', '205737.535000', '205737.538000', '205737.541000', '205737.543000', '205737.546000', '205737.548000', '205737.551000', '205737.554000', '205737.556000', '205737.559000', '205737.562000', '205737.564000', '205737.567000', '205737.569000', '205737.572000', '205737.575000', '205737.577000', '205737.580000', '205737.582000', '205737.585000', '205737.588000', '205737.590000', '205737.593000', '205737.595000', '205737.598000', '205737.601000', '205737.603000', '205737.606000', '205757.483000', '205757.485000', '205757.488000', '205757.490000', '205757.493000', '205757.496000', '205757.499000', '205757.502000', '205757.504000', '205757.507000', '205757.510000', '205757.512000', '205757.515000', '205757.517000', '205757.520000', '205757.523000', '205757.525000', '205757.528000', '205757.531000', '205757.533000', '205757.536000', '205757.539000', '205757.541000', '205757.544000', '205757.547000', '205757.549000', '205757.552000', '205757.555000', '205757.557000', '205757.560000', '205757.568000', '205757.570000', '205757.573000', '205757.576000', '205757.578000', '205757.581000', '205757.584000', '205757.586000', '205757.589000', '205757.592000', '205757.594000', '205757.597000', '205757.600000', '205757.602000', '205817.482000', '205817.484000', '205817.487000', '205817.490000', '205817.492000', '205817.495000', '205817.498000', '205817.500000', '205817.503000', '205817.505000', '205817.508000', '205817.511000', '205817.513000', '205817.516000', '205817.519000', '205817.521000', '205817.524000', '205817.527000', '205817.529000', '205817.532000', '205817.535000', '205817.537000', '205817.540000', '205817.542000', '205817.545000', '205817.548000', '205817.550000', '205817.553000', '205817.556000', '205817.558000', '205817.561000', '205817.563000', '205817.566000', '205817.569000', '205817.571000', '205817.574000', '205817.577000', '205817.579000', '205817.582000', '205817.584000', '205817.587000', '205817.590000', '205817.592000', '205837.482000', '205837.484000', '205837.487000', '205837.490000', '205837.492000', '205837.495000', '205837.498000', '205837.500000', '205837.503000', '205837.506000', '205837.508000', '205837.511000', '205837.514000', '205837.516000', '205837.519000', '205837.522000', '205837.524000', '205837.527000', '205837.530000', '205837.532000', '205837.535000', '205837.538000', '205837.540000', '205837.543000', '205837.545000', '205837.548000', '205837.551000', '205837.553000', '205837.556000', '205837.559000', '205837.561000', '205837.564000', '205837.567000', '205837.569000', '205837.572000', '205837.575000', '205837.577000', '205837.580000', '205837.583000', '205837.585000', '205837.588000', '205837.590000', '205837.593000', '205837.596000', '205857.482000', '205857.485000', '205857.487000', '205857.490000', '205857.493000', '205857.496000', '205857.498000', '205857.501000', '205857.519000', '205857.522000', '205857.524000', '205857.527000', '205857.530000', '205857.532000', '205857.535000', '205857.538000', '205857.540000', '205857.543000', '205857.545000', '205857.548000', '205857.551000', '205857.553000', '205857.556000', '205857.559000', '205857.561000', '205857.564000', '205857.567000', '205857.569000', '205857.572000', '205857.575000', '205857.577000', '205857.580000', '205857.582000', '205857.585000', '205857.588000', '205857.590000', '205857.593000', '205857.596000', '205857.598000', '205857.601000', '205857.604000', '205857.606000', '205857.609000', '205917.482000', '205917.484000', '205917.487000', '205917.490000', '205917.492000', '205917.495000', '205917.497000', '205917.500000', '205917.503000', '205917.505000', '205917.508000', '205917.510000', '205917.513000', '205917.515000', '205917.518000', '205917.521000', '205917.523000', '205917.526000', '205917.528000', '205917.531000', '205917.534000', '205917.537000', '205917.540000', '205917.543000', '205917.546000', '205917.548000', '205917.551000', '205917.553000', '205917.556000', '205917.559000', '205917.561000', '205917.564000', '205917.567000', '205917.569000', '205917.572000', '205917.575000', '205917.577000', '205917.580000', '205917.583000', '205917.585000', '205917.588000', '205917.591000', '205917.593000', '205937.482000', '205937.485000', '205937.488000', '205937.491000', '205937.494000', '205937.496000', '205937.499000', '205937.502000', '205937.504000', '205937.507000', '205937.510000', '205937.512000', '205937.515000', '205937.518000', '205937.520000', '205937.523000', '205937.526000', '205937.528000', '205937.531000', '205937.534000', '205937.536000', '205937.539000', '205937.542000', '205937.544000', '205937.547000', '205937.550000', '205937.552000', '205937.555000', '205937.557000', '205937.560000', '205937.563000', '205937.565000', '205937.568000', '205937.571000', '205937.573000', '205937.576000', '205937.579000', '205937.581000', '205937.584000', '205937.587000', '205937.589000', '205937.592000', '205937.594000', '205937.597000', '205957.483000', '205957.485000', '205957.488000', '205957.491000', '205957.493000', '205957.496000', '205957.499000', '205957.501000', '205957.504000', '205957.507000', '205957.509000', '205957.512000', '205957.515000', '205957.517000', '205957.520000', '205957.523000', '205957.525000', '205957.528000', '205957.531000', '205957.533000', '205957.536000', '205957.539000', '205957.541000', '205957.544000', '205957.546000', '205957.549000', '205957.552000', '205957.555000', '205957.557000', '205957.560000', '205957.562000', '205957.565000', '205957.568000', '205957.571000', '205957.573000', '205957.576000', '205957.579000', '205957.581000', '205957.584000', '205957.586000', '205957.589000', '205957.592000', '205957.594000', '210017.483000', '210017.485000', '210017.488000', '210017.491000', '210017.493000', '210017.506000', '210017.509000', '210017.511000', '210017.514000', '210017.516000', '210017.519000', '210017.522000', '210017.524000', '210017.527000', '210017.530000', '210017.532000', '210017.535000', '210017.537000', '210017.540000', '210017.543000', '210017.546000', '210017.548000', '210017.551000', '210017.553000', '210017.556000', '210017.559000', '210017.561000', '210017.564000', '210017.567000', '210017.569000', '210017.572000', '210017.575000', '210017.577000', '210017.580000', '210017.583000', '210017.585000', '210017.588000', '210017.591000', '210017.594000', '210017.596000', '210017.599000', '210017.601000', '210017.604000', '210017.607000', '210037.482000', '210037.484000', '210037.487000', '210037.490000', '210037.492000', '210037.495000', '210037.498000', '210037.500000', '210037.503000', '210037.506000', '210037.508000', '210037.511000', '210037.514000', '210037.516000', '210037.519000', '210037.522000', '210037.525000', '210037.528000', '210037.530000', '210037.534000', '210037.537000', '210037.540000', '210037.542000', '210037.545000', '210037.547000', '210037.550000', '210037.553000', '210037.555000', '210037.558000', '210037.561000', '210037.563000', '210037.566000', '210037.569000', '210037.571000', '210037.574000', '210037.578000', '210037.581000', '210037.583000', '210037.586000', '210037.589000', '210037.591000', '210037.594000', '210037.596000', '210057.482000', '210057.485000', '210057.488000', '210057.490000', '210057.493000', '210057.496000', '210057.499000', '210057.501000', '210057.504000', '210057.506000', '210057.509000', '210057.512000', '210057.514000', '210057.517000', '210057.520000', '210057.522000', '210057.525000', '210057.528000', '210057.530000', '210057.533000', '210057.536000', '210057.538000', '210057.541000', '210057.544000', '210057.546000', '210057.549000', '210057.552000', '210057.554000', '210057.557000', '210057.560000', '210057.563000', '210057.565000', '210057.568000', '210057.571000', '210057.573000', '210057.576000', '210057.579000', '210057.581000', '210057.584000', '210057.586000', '210057.589000', '210057.592000', '210057.594000', '210057.597000', '210112.508000', '210112.511000', '210112.513000', '210112.516000', '210112.519000', '210112.521000', '210112.524000', '210112.527000', '210112.529000', '210112.532000', '210112.535000', '210112.537000', '210112.540000', '210112.543000', '210112.545000', '210112.548000', '210112.551000', '210112.553000', '210112.556000', '210112.559000', '210112.561000', '210112.564000', '210112.566000', '210112.569000', '210112.572000', '210112.574000', '210112.577000', '210112.580000', '210112.582000', '210112.585000', '210112.587000', '210112.590000', '210112.593000'], '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': [12429, 12230, 12401, 9497, 8453, 11450, 9113, 12704, 9758, 12260, 10402, 13687, 10043, 8042, 11051, 8584, 11228, 9075, 10780, 9829, 11135, 8368, 11413, 8177, 7115, 9393, 11646, 9586, 11347, 9419, 9746, 9064, 9593, 9056, 9906, 9841, 8917, 10117, 7667, 11100, 8371, 10940, 10934, 11392, 8884, 11652, 9149, 12060, 9156, 11397, 8771, 12303, 8949, 7763, 10376, 12659, 10160, 11890, 8678, 11069, 8194, 12029, 9705, 9928, 9411, 7418, 11501, 12829, 10712, 12250, 9758, 11642, 9405, 7885, 9583, 7752, 10693, 10274, 9501, 11523, 10085, 7977, 10434, 7880, 11313, 8916, 10870, 8017, 10462, 8769, 11629, 8846, 9616, 8522, 11934, 9388, 10440, 7254, 10775, 8887, 11201, 8467, 10354, 9134, 11254, 9397, 11693, 9325, 10606, 8854, 10529, 9282, 11654, 9982, 11010, 9510, 7379, 10556, 8111, 10970, 8012, 10649, 9016, 11506, 8256, 10339, 9232, 10938, 9443, 12072, 9465, 12381, 9645, 7597, 10192, 7284, 10545, 8964, 10046, 8862, 10896, 7619, 11524, 8694, 10341, 10559, 9809, 10421, 10853, 7841, 11243, 9054, 11422, 9191, 10793, 8523, 10920, 8744, 10960, 9016, 6913, 10641, 8978, 9643, 10560, 9982, 8480, 10833, 7858, 11280, 8828, 10526, 8937, 10167, 9540, 8180, 10691, 8704, 10803, 11748, 11253, 9439, 12092, 9083, 12089, 8728, 11600, 9501, 12012, 9008, 12142, 9216, 11885, 9402, 10745, 9071, 11214, 9341, 9413, 9292, 7968, 9928, 10604, 10847, 9928, 9670, 7304, 11309, 8564, 11131, 8314, 9976, 9963, 7959, 10218, 9560, 14383, 11585, 12072, 8989, 11530, 9123, 9221, 9302, 6895, 10625, 8786, 11176, 9826, 8474, 10561, 10736, 11416, 13736, 10325, 12203, 11402, 7867, 10959, 8543, 11452, 8974, 10591, 8908, 11730, 8872, 7408, 10287, 7763, 10059, 9562, 10068, 10259, 11205, 7957, 11688, 8080, 11220, 9299, 11418, 8397, 11983, 8679, 12161, 9500, 10870, 9627, 8614, 9546, 7795, 11381, 8982, 11027, 10076, 10176, 8639, 11435, 8521, 12303, 9421, 12142, 9718, 11127, 8899, 11728, 9255, 8147, 10419, 12020, 10002, 11061, 10027, 10918, 8746, 7151, 10691, 10793, 9756, 11779, 10559, 11639, 9108, 7095, 10070, 8484, 10727, 10827, 9564, 10914, 9905, 7939, 10548, 7602, 10790, 9178, 9980, 10333, 10525, 8046, 11466, 9102, 11576, 8934, 10950, 11199, 10439, 8089, 11226, 7882, 11225, 8896, 10292, 8868, 10831, 8823, 9926, 8873, 12050, 9404, 11520, 9025, 11630, 8937, 7790, 10303, 10565, 10097, 10794, 10316, 7396, 11704, 9239, 11516, 11917, 10111, 11747, 9708, 7293, 10977, 7669, 10569, 8678, 10055, 8236, 10776, 7851, 8116, 8534, 11874, 9993, 12031, 9541, 11383, 9630, 8655, 6802, 10116, 14070, 12073, 10589, 10747, 7688, 10694, 9097, 12693, 9933, 9846, 10423, 8720, 12809, 9085, 11640, 9662, 10509, 8189, 8066, 11115, 7874, 11212, 9878, 9896, 8493, 10466, 8130, 11727, 9773, 10897, 9411, 10881, 9423, 7337, 9908, 8397, 11565, 9079, 11575, 10866, 11161, 8409, 10455, 9353, 12526, 9789, 10986, 8135, 11248, 9260, 11560, 8884, 6976, 9951, 8587, 12342, 10233, 10724, 11666, 9317, 13785, 12591, 12714, 15345, 10695, 11603, 8981, 7572, 11304, 7766, 8032, 9524, 11926, 9829, 11600, 8616, 11436, 8488, 8519, 9730, 12497, 9282, 11778, 9557, 11280, 8405, 10828, 9204, 12058, 8722, 11420, 9327, 11659, 8294, 11693, 8801, 11688, 8680, 11627, 11194, 10423, 8204, 11376, 8845, 12276, 9537, 10670, 12227, 10468, 8014, 11186, 8450, 11402, 8489, 10740, 10370, 10463, 9081, 10560, 10072, 10258, 11936, 10343, 11242, 9552, 9716, 8740, 7905, 10422, 11200, 10072, 11362, 10308, 10617, 9212, 8692, 9909, 10189, 9715, 10754, 9927, 10599, 9581, 11056, 9852, 12520, 10467, 12237, 10380, 9453, 9472, 10806, 9942, 12106, 10724, 11588, 10255, 8075, 10261, 8338, 10383, 10635, 9914, 10210, 9980, 11903, 10725, 11791, 10233, 10556, 9093, 8457, 10143, 11394, 9396, 11021, 10085, 11228, 10115, 11767, 9916, 11486, 9828, 11465, 8910, 11213, 9069, 11548, 9954, 8088, 10211, 7921, 10279, 8206, 10447, 9810, 7508, 11581, 9338, 11533, 8996, 14772, 10472, 9470, 9386, 8431, 11945, 9696, 10663, 8371, 10283, 8181, 8052, 10855, 10389, 9597, 11559, 10017, 8252, 10188, 8384, 11179, 9082, 10462, 11650, 9620, 10314, 9209, 7658, 11115, 14579, 11297, 11557, 10113, 10976, 8973, 8662, 10099, 13318, 11241, 11099, 9202, 10119, 8086, 11323, 9224, 11087, 8784, 10496, 11427, 9783, 9215, 9514, 7953, 11162, 13360, 10803, 11394, 9837, 8595, 9030, 7847, 10885, 9799, 9643, 12873, 10060, 11458, 9608, 11640, 9516, 11630, 9935, 11378, 9876, 11111, 9235, 10312, 9078, 11575, 9904, 11069, 9546, 11573, 9455, 11184, 9534, 11528, 10022, 11043, 9471, 9844, 8183, 7058, 10076, 7565, 10274, 8701, 10629, 8809, 9141, 8321, 7281, 10328, 8597, 9357, 8567, 7720, 11191, 9203, 11202, 9487, 11080, 9581, 8144, 11102, 9453, 12086, 9837, 11535, 10108, 10982, 8919, 8079, 11071, 8861, 13164, 11062, 11831, 10222, 10921, 9476, 8117, 9823, 9678, 8919, 12600, 10062, 14429, 11052, 11667, 10096, 8749, 9043, 8430, 11399, 9537, 12944, 10274, 10933, 9207, 11087, 8798, 6567, 9098, 8132, 10879, 8783, 9924, 11952, 10304, 10084, 9325, 7423, 10207, 8974, 10353, 12339, 10387, 12222, 10407, 8968, 9373, 7947, 10477, 10552, 9800, 12517, 10423, 10489, 9346, 7240, 10099, 11098, 10080, 11535, 10281, 11159, 9509, 7592, 9923, 13894, 10863, 11460, 10387, 10223, 9474, 9322, 9007, 7836, 11111, 11863, 10234, 13355, 11046, 11433, 9901, 7370, 10062, 8613, 10747, 8343, 10272, 9791, 9982, 8946, 9114, 8178, 6916, 6660, 10193, 8311, 11705, 9693, 11572, 11575, 9314, 13295, 9823, 13062, 10070, 14417, 10666, 14081, 10399, 11589, 9772, 9974, 10177, 8397, 10709, 8104, 10952, 8016, 10888, 8289, 10837, 9328, 9644, 8470, 10321, 9288, 10063, 9388, 10646, 9146, 10500, 9613, 9792, 8864, 7816, 9928, 8086, 7926, 8217, 12088, 10154, 10387, 8693, 9478, 11428, 9603, 10630, 9703, 7443, 9771, 7774, 10455, 10739, 9646, 11859, 10117, 9088, 9152, 7740, 10655, 12380, 10278, 11529, 10173, 10242, 8325, 10621, 8673, 10767, 6951, 7773, 10066, 9406, 8653, 13376, 12680, 11647, 14474, 11473, 11633, 9139, 11177, 8885, 11218, 9610, 11278, 9143, 10957, 8323, 10210, 11142, 10252, 8831, 9920, 7871, 11200, 8749, 9727, 12599, 10486, 10987, 10283, 11121, 9669, 7314, 9505, 7520, 10344, 10057, 9551, 12556, 10411, 10482, 9779, 8582, 9374, 9732, 9015, 11827, 10084, 9136, 9644, 8093, 10966, 9260, 10101, 13494, 10552, 11319, 10130, 9625, 9319, 7821, 10122, 9030, 10605, 7978, 10593, 8779, 10887, 8530, 10829, 9287, 10748, 8339, 10976, 9926, 8379, 7349, 8763, 7472, 9285, 8869, 13942, 11015, 11875, 9582, 10390, 9934, 11164, 9486, 8579, 9975, 7975, 11234, 9779, 10366, 12458, 10578, 8757, 10787, 8844, 11555, 8478, 11003, 8665, 9878, 8716, 10795, 8983, 7283, 9729, 10937, 9794, 12159, 10386, 10533, 9737, 11354, 9952, 7503, 9678, 8582, 11061, 8698, 10644, 9174, 10030, 8660, 10382, 9460, 7943, 8452, 11704, 10100, 10752, 7917, 10160, 8249, 10412, 9182, 10764, 8989, 11009, 9931, 10782, 9727, 9862, 8917, 7290, 10321, 8330, 10182, 8027, 9897, 9246, 10512, 8524, 10734, 9375, 10864, 8086, 10410, 8553, 10886, 7970, 10557, 8747, 9037, 8797, 9216, 9713, 8346, 10473, 8583, 10950, 9024, 10173, 9393, 9921, 8800, 10915, 8868, 8877, 9354, 9354, 10881, 10024, 7121, 11220, 8811, 8655, 8235, 10925, 15483, 13006, 13687, 11448, 9728, 10600, 9103, 9043, 10162, 9527, 12363, 10390, 13208, 10569, 13630, 10347, 7772, 10371, 9057, 11841, 9194, 10944, 9231, 11855, 9457, 8314, 10290, 8714, 8554, 9854, 8003, 10529, 8577, 10462, 9078, 8806, 9127, 8263, 10440, 8745, 9824, 10008, 9934, 10591, 10100, 7786, 10501, 8666, 10601, 9558, 11471, 9596, 11408, 9174, 8918, 8822, 12154, 10021, 10246, 9345, 7956, 10928, 9291, 11338, 9499, 10203, 9092, 11662, 9401, 7860, 9874, 8174, 10092, 9464, 10370, 8222, 10323, 8942, 10895, 8822, 10251, 10469, 9733, 9015, 10362, 8659, 10154, 8710, 11823, 10051, 11402, 9842, 11305, 9602, 10131, 8756, 11969, 9751, 12400, 10155, 12974, 9743, 7637, 9879, 11925, 10084, 11899, 10197, 9151, 9105, 7174, 10479, 8858, 9645, 10042, 10064, 7519, 10938, 9000, 10847, 8473, 10587, 9032, 10192, 8622, 10379, 8929, 11276, 9168, 10382, 12026, 9613, 9990, 9198, 7381, 10109, 8431, 10843, 9046, 11209, 9336, 11806, 9317, 9310, 8817, 8345, 9895, 11174, 9741, 10543, 9623, 8242, 10342, 7754, 10272, 7875, 10438, 8287, 10574, 9213, 10817, 8459, 10926, 9225, 11680, 9504, 12351, 9501, 7494, 9031, 7534, 10009, 9634, 9056, 8961, 7551, 10740, 8656, 10516, 9767, 13501, 10740, 9927, 9925, 13131, 11011, 11236, 9456, 10606, 8550, 7028, 9580, 8161, 9467, 9685, 9266, 10165, 9674, 7753, 9879, 8049, 10828, 8391, 9733, 7959, 9652, 7703, 10331, 8495, 10626, 8688, 10403, 8048, 10544, 8298, 10367, 8315, 7868, 8474, 11033, 9249, 11075, 9096, 8284, 8384, 11072, 9472, 10877, 8556, 10724, 8500, 11149, 8866, 10772, 8239, 10459, 7958, 10625, 8187, 8793, 8420, 11588, 9580, 10707, 8558, 10489, 8886, 7856, 8620, 12294, 10034, 10552, 7853, 9672, 7599], 'WindowCenter': [4133.0, 4107.0, 4091.0, 4068.0, 4047.0, 4088.0, 4058.0, 4098.0, 4068.0, 4076.0, 4065.0, 4085.0, 4052.0, 4032.0, 4063.0, 4042.0, 4062.0, 4041.0, 4063.0, 4053.0, 4062.0, 4032.0, 4073.0, 4045.0, 4024.0, 4067.0, 4087.0, 4067.0, 4075.0, 4056.0, 4065.0, 4056.0, 4067.0, 4070.0, 4068.0, 4078.0, 4068.0, 4077.0, 4047.0, 4078.0, 4058.0, 4090.0, 4077.0, 4076.0, 4056.0, 4075.0, 4053.0, 4075.0, 4055.0, 4075.0, 4044.0, 4085.0, 4055.0, 4045.0, 4078.0, 4099.0, 4066.0, 4076.0, 4044.0, 4076.0, 4044.0, 4074.0, 4055.0, 4066.0, 4055.0, 4035.0, 4088.0, 4086.0, 4064.0, 4074.0, 4053.0, 4061.0, 4041.0, 4032.0, 4054.0, 4032.0, 4064.0, 4063.0, 4055.0, 4063.0, 4052.0, 4033.0, 4063.0, 4044.0, 4074.0, 4056.0, 4064.0, 4046.0, 4064.0, 4042.0, 4073.0, 4053.0, 4054.0, 4056.0, 4075.0, 4054.0, 4077.0, 4034.0, 4063.0, 4055.0, 4074.0, 4046.0, 4077.0, 4069.0, 4088.0, 4057.0, 4075.0, 4055.0, 4064.0, 4055.0, 4063.0, 4055.0, 4076.0, 4064.0, 4063.0, 4054.0, 4023.0, 4064.0, 4046.0, 4076.0, 4044.0, 4064.0, 4043.0, 4074.0, 4044.0, 4064.0, 4067.0, 4075.0, 4068.0, 4088.0, 4056.0, 4075.0, 4053.0, 4032.0, 4064.0, 4034.0, 4078.0, 4055.0, 4065.0, 4055.0, 4075.0, 4034.0, 4077.0, 4044.0, 4066.0, 4065.0, 4065.0, 4076.0, 4075.0, 4047.0, 4076.0, 4068.0, 4087.0, 4058.0, 4077.0, 4057.0, 4065.0, 4045.0, 4075.0, 4056.0, 4037.0, 4080.0, 4058.0, 4081.0, 4078.0, 4066.0, 4046.0, 4077.0, 4047.0, 4088.0, 4071.0, 4090.0, 4070.0, 4080.0, 4070.0, 4059.0, 4080.0, 4058.0, 4091.0, 4089.0, 4077.0, 4056.0, 4086.0, 4057.0, 4088.0, 4056.0, 4077.0, 4054.0, 4075.0, 4054.0, 4074.0, 4056.0, 4087.0, 4056.0, 4076.0, 4056.0, 4075.0, 4057.0, 4066.0, 4067.0, 4046.0, 4079.0, 4078.0, 4077.0, 4067.0, 4067.0, 4048.0, 4089.0, 4070.0, 4092.0, 4062.0, 4080.0, 4081.0, 4062.0, 4089.0, 4083.0, 4112.0, 4091.0, 4092.0, 4059.0, 4088.0, 4068.0, 4067.0, 4068.0, 4038.0, 4091.0, 4071.0, 4090.0, 4080.0, 4058.0, 4080.0, 4077.0, 4078.0, 4098.0, 4065.0, 4074.0, 4063.0, 4033.0, 4063.0, 4045.0, 4074.0, 4056.0, 4066.0, 4055.0, 4075.0, 4055.0, 4035.0, 4076.0, 4046.0, 4079.0, 4067.0, 4068.0, 4068.0, 4079.0, 4046.0, 4076.0, 4034.0, 4076.0, 4042.0, 4061.0, 4031.0, 4072.0, 4044.0, 4086.0, 4067.0, 4075.0, 4067.0, 4057.0, 4067.0, 4050.0, 4091.0, 4070.0, 4093.0, 4068.0, 4067.0, 4057.0, 4077.0, 4057.0, 4088.0, 4069.0, 4088.0, 4069.0, 4077.0, 4044.0, 4073.0, 4055.0, 4044.0, 4078.0, 4075.0, 4066.0, 4075.0, 4054.0, 4062.0, 4043.0, 4023.0, 4076.0, 4064.0, 4055.0, 4076.0, 4065.0, 4061.0, 4042.0, 4023.0, 4065.0, 4045.0, 4076.0, 4075.0, 4055.0, 4064.0, 4065.0, 4033.0, 4066.0, 4035.0, 4077.0, 4056.0, 4066.0, 4066.0, 4064.0, 4045.0, 4076.0, 4057.0, 4076.0, 4056.0, 4076.0, 4064.0, 4065.0, 4032.0, 4074.0, 4047.0, 4089.0, 4071.0, 4080.0, 4069.0, 4078.0, 4071.0, 4079.0, 4070.0, 4089.0, 4059.0, 4077.0, 4056.0, 4075.0, 4056.0, 4047.0, 4081.0, 4079.0, 4069.0, 4077.0, 4066.0, 4025.0, 4088.0, 4056.0, 4078.0, 4076.0, 4065.0, 4074.0, 4051.0, 4023.0, 4075.0, 4035.0, 4078.0, 4045.0, 4066.0, 4044.0, 4063.0, 4033.0, 4059.0, 4070.0, 4091.0, 4082.0, 4090.0, 4067.0, 4086.0, 4069.0, 4068.0, 4028.0, 4080.0, 4100.0, 4079.0, 4066.0, 4066.0, 4034.0, 4065.0, 4057.0, 4087.0, 4066.0, 4068.0, 4078.0, 4058.0, 4100.0, 4057.0, 4077.0, 4055.0, 4065.0, 4044.0, 4046.0, 4076.0, 4059.0, 4092.0, 4068.0, 4067.0, 4046.0, 4066.0, 4048.0, 4089.0, 4080.0, 4078.0, 4068.0, 4079.0, 4068.0, 4048.0, 4082.0, 4072.0, 4090.0, 4058.0, 4078.0, 4066.0, 4074.0, 4044.0, 4074.0, 4069.0, 4099.0, 4079.0, 4077.0, 4046.0, 4075.0, 4056.0, 4076.0, 4068.0, 4038.0, 4069.0, 4060.0, 4101.0, 4079.0, 4078.0, 4077.0, 4057.0, 4089.0, 4077.0, 4076.0, 4084.0, 4051.0, 4061.0, 4041.0, 4019.0, 4061.0, 4032.0, 4043.0, 4066.0, 4085.0, 4066.0, 4075.0, 4044.0, 4073.0, 4044.0, 4054.0, 4067.0, 4087.0, 4055.0, 4074.0, 4052.0, 4063.0, 4044.0, 4075.0, 4066.0, 4086.0, 4045.0, 4074.0, 4054.0, 4062.0, 4043.0, 4074.0, 4057.0, 4088.0, 4056.0, 4077.0, 4065.0, 4062.0, 4032.0, 4073.0, 4057.0, 4088.0, 4054.0, 4077.0, 4073.0, 4063.0, 4032.0, 4074.0, 4045.0, 4076.0, 4045.0, 4076.0, 4065.0, 4063.0, 4041.0, 4063.0, 4053.0, 4064.0, 4074.0, 4066.0, 4076.0, 4054.0, 4051.0, 4043.0, 4046.0, 4077.0, 4075.0, 4065.0, 4075.0, 4065.0, 4064.0, 4055.0, 4044.0, 4065.0, 4067.0, 4069.0, 4077.0, 4066.0, 4065.0, 4067.0, 4076.0, 4067.0, 4087.0, 4067.0, 4075.0, 4066.0, 4065.0, 4066.0, 4077.0, 4067.0, 4087.0, 4077.0, 4073.0, 4065.0, 4044.0, 4066.0, 4044.0, 4067.0, 4065.0, 4065.0, 4064.0, 4065.0, 4075.0, 4074.0, 4075.0, 4064.0, 4064.0, 4055.0, 4045.0, 4077.0, 4076.0, 4068.0, 4075.0, 4067.0, 4072.0, 4067.0, 4076.0, 4068.0, 4076.0, 4066.0, 4083.0, 4057.0, 4076.0, 4058.0, 4086.0, 4068.0, 4046.0, 4076.0, 4046.0, 4078.0, 4060.0, 4089.0, 4081.0, 4037.0, 4090.0, 4070.0, 4090.0, 4071.0, 4123.0, 4078.0, 4066.0, 4054.0, 4055.0, 4088.0, 4066.0, 4077.0, 4046.0, 4065.0, 4044.0, 4057.0, 4091.0, 4080.0, 4069.0, 4088.0, 4067.0, 4047.0, 4079.0, 4060.0, 4091.0, 4070.0, 4091.0, 4091.0, 4069.0, 4078.0, 4067.0, 4048.0, 4091.0, 4109.0, 4089.0, 4088.0, 4066.0, 4076.0, 4056.0, 4056.0, 4080.0, 4100.0, 4076.0, 4075.0, 4055.0, 4063.0, 4033.0, 4073.0, 4066.0, 4076.0, 4055.0, 4077.0, 4076.0, 4054.0, 4053.0, 4054.0, 4045.0, 4078.0, 4097.0, 4076.0, 4074.0, 4053.0, 4043.0, 4055.0, 4046.0, 4089.0, 4067.0, 4067.0, 4087.0, 4066.0, 4075.0, 4066.0, 4075.0, 4065.0, 4076.0, 4066.0, 4075.0, 4065.0, 4061.0, 4055.0, 4064.0, 4056.0, 4075.0, 4066.0, 4076.0, 4054.0, 4074.0, 4053.0, 4073.0, 4053.0, 4073.0, 4054.0, 4062.0, 4053.0, 4051.0, 4044.0, 4036.0, 4066.0, 4033.0, 4066.0, 4045.0, 4064.0, 4056.0, 4067.0, 4058.0, 4049.0, 4079.0, 4071.0, 4070.0, 4071.0, 4060.0, 4103.0, 4081.0, 4090.0, 4067.0, 4076.0, 4067.0, 4047.0, 4085.0, 4079.0, 4089.0, 4068.0, 4088.0, 4065.0, 4074.0, 4054.0, 4046.0, 4087.0, 4068.0, 4098.0, 4078.0, 4076.0, 4065.0, 4063.0, 4065.0, 4046.0, 4076.0, 4079.0, 4067.0, 4099.0, 4080.0, 4100.0, 4077.0, 4064.0, 4052.0, 4041.0, 4041.0, 4044.0, 4075.0, 4066.0, 4085.0, 4054.0, 4062.0, 4041.0, 4061.0, 4041.0, 4024.0, 4068.0, 4059.0, 4090.0, 4058.0, 4068.0, 4076.0, 4066.0, 4066.0, 4055.0, 4036.0, 4078.0, 4057.0, 4079.0, 4086.0, 4066.0, 4085.0, 4065.0, 4054.0, 4065.0, 4047.0, 4080.0, 4076.0, 4067.0, 4086.0, 4064.0, 4076.0, 4054.0, 4037.0, 4079.0, 4076.0, 4078.0, 4077.0, 4065.0, 4076.0, 4066.0, 4047.0, 4080.0, 4097.0, 4077.0, 4076.0, 4065.0, 4064.0, 4067.0, 4065.0, 4056.0, 4048.0, 4090.0, 4087.0, 4067.0, 4085.0, 4064.0, 4075.0, 4051.0, 4034.0, 4064.0, 4054.0, 4076.0, 4046.0, 4066.0, 4062.0, 4051.0, 4042.0, 4054.0, 4058.0, 4050.0, 4037.0, 4077.0, 4060.0, 4089.0, 4069.0, 4078.0, 4078.0, 4069.0, 4099.0, 4080.0, 4101.0, 4068.0, 4096.0, 4064.0, 4081.0, 4052.0, 4050.0, 4037.0, 4037.0, 4037.0, 4015.0, 4036.0, 4003.0, 4034.0, 4004.0, 4033.0, 4014.0, 4033.0, 4023.0, 4022.0, 4016.0, 4036.0, 4037.0, 4036.0, 4026.0, 4035.0, 4026.0, 4033.0, 4036.0, 4037.0, 4038.0, 4019.0, 4049.0, 4043.0, 4044.0, 4057.0, 4086.0, 4064.0, 4066.0, 4043.0, 4054.0, 4073.0, 4066.0, 4063.0, 4065.0, 4034.0, 4075.0, 4045.0, 4089.0, 4076.0, 4066.0, 4086.0, 4077.0, 4067.0, 4064.0, 4049.0, 4092.0, 4098.0, 4066.0, 4075.0, 4065.0, 4063.0, 4056.0, 4077.0, 4069.0, 4088.0, 4037.0, 4046.0, 4079.0, 4078.0, 4083.0, 4117.0, 4103.0, 4090.0, 4099.0, 4076.0, 4075.0, 4054.0, 4075.0, 4044.0, 4063.0, 4054.0, 4074.0, 4054.0, 4063.0, 4031.0, 4063.0, 4062.0, 4050.0, 4041.0, 4051.0, 4032.0, 4074.0, 4041.0, 4053.0, 4071.0, 4062.0, 4062.0, 4062.0, 4061.0, 4052.0, 4033.0, 4065.0, 4045.0, 4078.0, 4066.0, 4066.0, 4087.0, 4076.0, 4076.0, 4065.0, 4055.0, 4067.0, 4065.0, 4068.0, 4087.0, 4077.0, 4067.0, 4067.0, 4057.0, 4091.0, 4067.0, 4077.0, 4097.0, 4076.0, 4075.0, 4062.0, 4064.0, 4054.0, 4046.0, 4077.0, 4069.0, 4078.0, 4048.0, 4078.0, 4056.0, 4076.0, 4056.0, 4077.0, 4067.0, 4077.0, 4057.0, 4077.0, 4067.0, 4055.0, 4035.0, 4056.0, 4050.0, 4082.0, 4083.0, 4114.0, 4079.0, 4079.0, 4054.0, 4064.0, 4054.0, 4075.0, 4066.0, 4055.0, 4065.0, 4047.0, 4077.0, 4064.0, 4066.0, 4074.0, 4063.0, 4042.0, 4062.0, 4053.0, 4075.0, 4032.0, 4062.0, 4029.0, 4049.0, 4030.0, 4061.0, 4053.0, 4034.0, 4066.0, 4074.0, 4063.0, 4073.0, 4052.0, 4063.0, 4054.0, 4062.0, 4054.0, 4033.0, 4063.0, 4058.0, 4076.0, 4044.0, 4065.0, 4041.0, 4065.0, 4042.0, 4051.0, 4053.0, 4043.0, 4055.0, 4085.0, 4064.0, 4064.0, 4046.0, 4063.0, 4045.0, 4064.0, 4066.0, 4074.0, 4056.0, 4074.0, 4066.0, 4076.0, 4056.0, 4063.0, 4054.0, 4034.0, 4077.0, 4057.0, 4078.0, 4057.0, 4069.0, 4054.0, 4075.0, 4054.0, 4074.0, 4066.0, 4077.0, 4044.0, 4067.0, 4055.0, 4076.0, 4032.0, 4073.0, 4054.0, 4054.0, 4067.0, 4067.0, 4078.0, 4059.0, 4088.0, 4070.0, 4090.0, 4069.0, 4077.0, 4055.0, 4064.0, 4054.0, 4074.0, 4055.0, 4068.0, 4082.0, 4085.0, 4089.0, 4079.0, 4037.0, 4103.0, 4079.0, 4071.0, 4072.0, 4105.0, 4123.0, 4099.0, 4086.0, 4075.0, 4054.0, 4077.0, 4056.0, 4068.0, 4077.0, 4067.0, 4087.0, 4066.0, 4086.0, 4064.0, 4072.0, 4050.0, 4021.0, 4050.0, 4041.0, 4071.0, 4040.0, 4061.0, 4040.0, 4061.0, 4049.0, 4031.0, 4050.0, 4042.0, 4041.0, 4063.0, 4044.0, 4077.0, 4046.0, 4065.0, 4054.0, 4055.0, 4066.0, 4046.0, 4077.0, 4043.0, 4066.0, 4066.0, 4067.0, 4064.0, 4064.0, 4034.0, 4075.0, 4053.0, 4077.0, 4080.0, 4090.0, 4069.0, 4073.0, 4055.0, 4054.0, 4056.0, 4088.0, 4068.0, 4066.0, 4051.0, 4047.0, 4089.0, 4080.0, 4089.0, 4069.0, 4079.0, 4067.0, 4088.0, 4070.0, 4059.0, 4096.0, 4058.0, 4091.0, 4068.0, 4078.0, 4057.0, 4077.0, 4068.0, 4079.0, 4057.0, 4077.0, 4077.0, 4053.0, 4054.0, 4064.0, 4057.0, 4078.0, 4069.0, 4089.0, 4078.0, 4087.0, 4079.0, 4076.0, 4067.0, 4077.0, 4057.0, 4086.0, 4068.0, 4088.0, 4065.0, 4085.0, 4054.0, 4034.0, 4066.0, 4074.0, 4063.0, 4073.0, 4062.0, 4052.0, 4054.0, 4035.0, 4076.0, 4054.0, 4065.0, 4064.0, 4064.0, 4035.0, 4087.0, 4069.0, 4088.0, 4057.0, 4079.0, 4057.0, 4079.0, 4055.0, 4076.0, 4067.0, 4088.0, 4066.0, 4066.0, 4074.0, 4054.0, 4052.0, 4053.0, 4032.0, 4064.0, 4056.0, 4075.0, 4066.0, 4075.0, 4066.0, 4085.0, 4055.0, 4055.0, 4056.0, 4056.0, 4067.0, 4074.0, 4066.0, 4062.0, 4064.0, 4044.0, 4064.0, 4045.0, 4064.0, 4043.0, 4076.0, 4045.0, 4075.0, 4067.0, 4076.0, 4058.0, 4087.0, 4067.0, 4087.0, 4067.0, 4086.0, 4063.0, 4034.0, 4067.0, 4046.0, 4091.0, 4065.0, 4055.0, 4068.0, 4058.0, 4101.0, 4085.0, 4101.0, 4079.0, 4098.0, 4076.0, 4076.0, 4079.0, 4099.0, 4090.0, 4086.0, 4065.0, 4062.0, 4054.0, 4034.0, 4066.0, 4043.0, 4065.0, 4064.0, 4054.0, 4062.0, 4052.0, 4033.0, 4063.0, 4046.0, 4086.0, 4045.0, 4065.0, 4044.0, 4063.0, 4044.0, 4076.0, 4069.0, 4088.0, 4055.0, 4077.0, 4046.0, 4075.0, 4056.0, 4075.0, 4057.0, 4056.0, 4059.0, 4089.0, 4080.0, 4088.0, 4067.0, 4057.0, 4059.0, 4088.0, 4067.0, 4076.0, 4053.0, 4075.0, 4055.0, 4086.0, 4067.0, 4087.0, 4044.0, 4075.0, 4043.0, 4074.0, 4056.0, 4052.0, 4069.0, 4097.0, 4079.0, 4078.0, 4057.0, 4076.0, 4066.0, 4055.0, 4068.0, 4098.0, 4078.0, 4077.0, 4046.0, 4065.0, 4044.0], 'WindowWidth': [9175.0, 9124.0, 9094.0, 9056.0, 9028.0, 9082.0, 9045.0, 9097.0, 9055.0, 9065.0, 9048.0, 9074.0, 9025.0, 8998.0, 9041.0, 9011.0, 9039.0, 9007.0, 9040.0, 9025.0, 9036.0, 8997.0, 9054.0, 9022.0, 8996.0, 9056.0, 9082.0, 9056.0, 9061.0, 9036.0, 9047.0, 9038.0, 9054.0, 9065.0, 9059.0, 9072.0, 9057.0, 9067.0, 9027.0, 9070.0, 9046.0, 9093.0, 9069.0, 9063.0, 9036.0, 9058.0, 9028.0, 9059.0, 9033.0, 9060.0, 9018.0, 9073.0, 9036.0, 9024.0, 9072.0, 9100.0, 9052.0, 9064.0, 9018.0, 9063.0, 9019.0, 9058.0, 9034.0, 9049.0, 9034.0, 9010.0, 9083.0, 9079.0, 9044.0, 9059.0, 9027.0, 9034.0, 9009.0, 8997.0, 9029.0, 9001.0, 9046.0, 9042.0, 9033.0, 9043.0, 9024.0, 9001.0, 9041.0, 9018.0, 9059.0, 9038.0, 9046.0, 9023.0, 9047.0, 9012.0, 9054.0, 9029.0, 9030.0, 9037.0, 9063.0, 9033.0, 9066.0, 9005.0, 9043.0, 9035.0, 9058.0, 9025.0, 9067.0, 9059.0, 9085.0, 9041.0, 9061.0, 9035.0, 9045.0, 9033.0, 9043.0, 9034.0, 9064.0, 9044.0, 9041.0, 9032.0, 8989.0, 9044.0, 9027.0, 9064.0, 9020.0, 9044.0, 9015.0, 9057.0, 9018.0, 9044.0, 9053.0, 9063.0, 9058.0, 9085.0, 9036.0, 9060.0, 9029.0, 8998.0, 9043.0, 9006.0, 9072.0, 9037.0, 9047.0, 9033.0, 9060.0, 9006.0, 9065.0, 9019.0, 9051.0, 9047.0, 9046.0, 9062.0, 9060.0, 9026.0, 9066.0, 9058.0, 9082.0, 9043.0, 9069.0, 9040.0, 9048.0, 9020.0, 9061.0, 9037.0, 9014.0, 9076.0, 9044.0, 9078.0, 9072.0, 9051.0, 9024.0, 9065.0, 9027.0, 9085.0, 9067.0, 9093.0, 9064.0, 9076.0, 9063.0, 9047.0, 9076.0, 9044.0, 9091.0, 9085.0, 9068.0, 9037.0, 9078.0, 9038.0, 9081.0, 9036.0, 9066.0, 9031.0, 9059.0, 9030.0, 9058.0, 9037.0, 9079.0, 9038.0, 9065.0, 9037.0, 9059.0, 9039.0, 9049.0, 9054.0, 9024.0, 9072.0, 9070.0, 9068.0, 9054.0, 9052.0, 9032.0, 9088.0, 9065.0, 9096.0, 9057.0, 9076.0, 9079.0, 9056.0, 9090.0, 9086.0, 9130.0, 9094.0, 9097.0, 9047.0, 9084.0, 9057.0, 9055.0, 9055.0, 9020.0, 9094.0, 9066.0, 9090.0, 9075.0, 9043.0, 9074.0, 9066.0, 9068.0, 9098.0, 9046.0, 9056.0, 9039.0, 8998.0, 9039.0, 9020.0, 9057.0, 9036.0, 9048.0, 9033.0, 9060.0, 9032.0, 9007.0, 9064.0, 9025.0, 9073.0, 9053.0, 9053.0, 9053.0, 9070.0, 9024.0, 9062.0, 9003.0, 9061.0, 9008.0, 9034.0, 8992.0, 9050.0, 9018.0, 9079.0, 9054.0, 9060.0, 9051.0, 9039.0, 9054.0, 9037.0, 9095.0, 9064.0, 9097.0, 9054.0, 9052.0, 9039.0, 9065.0, 9042.0, 9084.0, 9059.0, 9083.0, 9058.0, 9066.0, 9016.0, 9054.0, 9032.0, 9019.0, 9068.0, 9063.0, 9049.0, 9060.0, 9029.0, 9036.0, 9012.0, 8988.0, 9063.0, 9044.0, 9034.0, 9063.0, 9044.0, 9035.0, 9011.0, 8988.0, 9049.0, 9020.0, 9064.0, 9061.0, 9033.0, 9042.0, 9044.0, 9002.0, 9048.0, 9009.0, 9067.0, 9037.0, 9049.0, 9047.0, 9044.0, 9020.0, 9063.0, 9039.0, 9064.0, 9035.0, 9063.0, 9042.0, 9045.0, 8998.0, 9058.0, 9030.0, 9088.0, 9064.0, 9076.0, 9061.0, 9070.0, 9064.0, 9073.0, 9062.0, 9086.0, 9044.0, 9065.0, 9035.0, 9061.0, 9038.0, 9028.0, 9078.0, 9071.0, 9058.0, 9065.0, 9049.0, 8993.0, 9082.0, 9035.0, 9067.0, 9061.0, 9044.0, 9054.0, 9021.0, 8987.0, 9060.0, 9007.0, 9070.0, 9021.0, 9050.0, 9017.0, 9041.0, 9003.0, 9047.0, 9063.0, 9094.0, 9085.0, 9089.0, 9053.0, 9078.0, 9061.0, 9060.0, 9006.0, 9076.0, 9103.0, 9072.0, 9048.0, 9048.0, 9003.0, 9048.0, 9039.0, 9082.0, 9050.0, 9054.0, 9067.0, 9044.0, 9104.0, 9040.0, 9065.0, 9032.0, 9044.0, 9017.0, 9025.0, 9065.0, 9048.0, 9094.0, 9055.0, 9051.0, 9021.0, 9049.0, 9031.0, 9087.0, 9074.0, 9068.0, 9058.0, 9073.0, 9057.0, 9033.0, 9083.0, 9071.0, 9092.0, 9043.0, 9071.0, 9049.0, 9058.0, 9019.0, 9059.0, 9061.0, 9101.0, 9073.0, 9069.0, 9024.0, 9061.0, 9037.0, 9063.0, 9057.0, 9016.0, 9059.0, 9049.0, 9107.0, 9076.0, 9071.0, 9068.0, 9040.0, 9092.0, 9067.0, 9066.0, 9072.0, 9020.0, 9034.0, 9005.0, 8977.0, 9035.0, 9000.0, 9018.0, 9051.0, 9076.0, 9049.0, 9060.0, 9015.0, 9053.0, 9018.0, 9033.0, 9056.0, 9083.0, 9035.0, 9058.0, 9023.0, 9038.0, 9015.0, 9059.0, 9051.0, 9077.0, 9021.0, 9058.0, 9029.0, 9039.0, 9014.0, 9058.0, 9041.0, 9083.0, 9036.0, 9066.0, 9044.0, 9037.0, 8997.0, 9054.0, 9039.0, 9083.0, 9031.0, 9066.0, 9055.0, 9040.0, 8999.0, 9057.0, 9022.0, 9065.0, 9020.0, 9065.0, 9045.0, 9040.0, 9009.0, 9042.0, 9028.0, 9046.0, 9057.0, 9050.0, 9062.0, 9030.0, 9023.0, 9015.0, 9026.0, 9067.0, 9062.0, 9047.0, 9059.0, 9046.0, 9043.0, 9033.0, 9019.0, 9049.0, 9053.0, 9061.0, 9068.0, 9049.0, 9047.0, 9051.0, 9063.0, 9054.0, 9081.0, 9052.0, 9062.0, 9049.0, 9048.0, 9050.0, 9066.0, 9054.0, 9080.0, 9064.0, 9056.0, 9046.0, 9020.0, 9052.0, 9020.0, 9053.0, 9048.0, 9045.0, 9042.0, 9048.0, 9062.0, 9059.0, 9061.0, 9044.0, 9043.0, 9034.0, 9020.0, 9067.0, 9064.0, 9055.0, 9062.0, 9055.0, 9054.0, 9052.0, 9064.0, 9056.0, 9064.0, 9052.0, 9071.0, 9040.0, 9064.0, 9044.0, 9079.0, 9057.0, 9026.0, 9064.0, 9027.0, 9072.0, 9053.0, 9091.0, 9079.0, 9016.0, 9090.0, 9062.0, 9093.0, 9068.0, 9143.0, 9072.0, 9048.0, 9032.0, 9037.0, 9085.0, 9052.0, 9067.0, 9024.0, 9047.0, 9021.0, 9042.0, 9093.0, 9076.0, 9061.0, 9083.0, 9054.0, 9026.0, 9072.0, 9050.0, 9093.0, 9063.0, 9095.0, 9093.0, 9061.0, 9071.0, 9055.0, 9033.0, 9095.0, 9119.0, 9086.0, 9085.0, 9051.0, 9063.0, 9037.0, 9039.0, 9076.0, 9104.0, 9064.0, 9060.0, 9033.0, 9041.0, 9002.0, 9056.0, 9049.0, 9065.0, 9035.0, 9068.0, 9062.0, 9031.0, 9028.0, 9030.0, 9021.0, 9069.0, 9096.0, 9062.0, 9058.0, 9026.0, 9014.0, 9034.0, 9026.0, 9087.0, 9055.0, 9054.0, 9082.0, 9050.0, 9061.0, 9050.0, 9061.0, 9049.0, 9064.0, 9050.0, 9063.0, 9045.0, 9038.0, 9033.0, 9044.0, 9036.0, 9062.0, 9050.0, 9062.0, 9032.0, 9056.0, 9030.0, 9055.0, 9030.0, 9055.0, 9029.0, 9038.0, 9025.0, 9023.0, 9017.0, 9012.0, 9052.0, 9004.0, 9052.0, 9021.0, 9046.0, 9036.0, 9055.0, 9045.0, 9037.0, 9074.0, 9067.0, 9064.0, 9066.0, 9051.0, 9114.0, 9081.0, 9090.0, 9053.0, 9064.0, 9050.0, 9027.0, 9078.0, 9072.0, 9087.0, 9057.0, 9082.0, 9047.0, 9058.0, 9030.0, 9024.0, 9082.0, 9059.0, 9101.0, 9070.0, 9066.0, 9047.0, 9042.0, 9049.0, 9028.0, 9066.0, 9075.0, 9056.0, 9103.0, 9078.0, 9107.0, 9067.0, 9042.0, 9022.0, 9009.0, 9010.0, 9018.0, 9060.0, 9050.0, 9076.0, 9030.0, 9038.0, 9006.0, 9033.0, 9008.0, 8993.0, 9056.0, 9050.0, 9093.0, 9045.0, 9055.0, 9062.0, 9048.0, 9048.0, 9036.0, 9012.0, 9072.0, 9042.0, 9073.0, 9078.0, 9050.0, 9075.0, 9048.0, 9033.0, 9048.0, 9028.0, 9076.0, 9064.0, 9052.0, 9079.0, 9044.0, 9062.0, 9032.0, 9015.0, 9075.0, 9065.0, 9068.0, 9066.0, 9049.0, 9064.0, 9050.0, 9029.0, 9078.0, 9098.0, 9068.0, 9064.0, 9047.0, 9045.0, 9052.0, 9048.0, 9038.0, 9031.0, 9092.0, 9082.0, 9052.0, 9076.0, 9044.0, 9058.0, 9024.0, 9005.0, 9045.0, 9035.0, 9066.0, 9023.0, 9052.0, 9039.0, 9024.0, 9011.0, 9033.0, 9048.0, 9039.0, 9016.0, 9068.0, 9051.0, 9087.0, 9058.0, 9069.0, 9070.0, 9060.0, 9104.0, 9077.0, 9108.0, 9059.0, 9094.0, 9043.0, 9063.0, 9021.0, 9015.0, 8994.0, 8992.0, 8993.0, 8960.0, 8991.0, 8943.0, 8985.0, 8944.0, 8984.0, 8958.0, 8984.0, 8970.0, 8970.0, 8966.0, 8992.0, 8995.0, 8991.0, 8980.0, 8990.0, 8979.0, 8986.0, 8992.0, 8994.0, 8999.0, 8977.0, 9019.0, 9017.0, 9020.0, 9043.0, 9081.0, 9046.0, 9049.0, 9013.0, 9031.0, 9058.0, 9051.0, 9044.0, 9047.0, 9008.0, 9064.0, 9025.0, 9089.0, 9066.0, 9052.0, 9079.0, 9067.0, 9054.0, 9047.0, 9035.0, 9097.0, 9097.0, 9052.0, 9061.0, 9046.0, 9041.0, 9038.0, 9069.0, 9061.0, 9087.0, 9016.0, 9027.0, 9077.0, 9076.0, 9089.0, 9141.0, 9114.0, 9090.0, 9100.0, 9063.0, 9060.0, 9032.0, 9060.0, 9016.0, 9040.0, 9032.0, 9057.0, 9030.0, 9043.0, 8995.0, 9040.0, 9037.0, 9018.0, 9007.0, 9021.0, 8999.0, 9058.0, 9011.0, 9027.0, 9050.0, 9039.0, 9038.0, 9039.0, 9036.0, 9025.0, 9003.0, 9049.0, 9024.0, 9070.0, 9050.0, 9052.0, 9079.0, 9063.0, 9063.0, 9048.0, 9035.0, 9053.0, 9049.0, 9059.0, 9083.0, 9067.0, 9056.0, 9055.0, 9043.0, 9093.0, 9054.0, 9067.0, 9094.0, 9064.0, 9065.0, 9044.0, 9045.0, 9033.0, 9028.0, 9071.0, 9064.0, 9073.0, 9032.0, 9072.0, 9039.0, 9066.0, 9039.0, 9067.0, 9055.0, 9069.0, 9042.0, 9069.0, 9053.0, 9036.0, 9010.0, 9039.0, 9038.0, 9085.0, 9086.0, 9132.0, 9072.0, 9071.0, 9029.0, 9043.0, 9029.0, 9059.0, 9048.0, 9034.0, 9049.0, 9029.0, 9069.0, 9045.0, 9050.0, 9056.0, 9041.0, 9011.0, 9038.0, 9029.0, 9061.0, 8998.0, 9039.0, 8990.0, 9016.0, 8991.0, 9034.0, 9026.0, 9005.0, 9052.0, 9059.0, 9043.0, 9056.0, 9025.0, 9041.0, 9031.0, 9039.0, 9030.0, 9001.0, 9044.0, 9043.0, 9067.0, 9019.0, 9047.0, 9010.0, 9046.0, 9012.0, 9024.0, 9028.0, 9016.0, 9038.0, 9076.0, 9047.0, 9046.0, 9025.0, 9044.0, 9021.0, 9045.0, 9051.0, 9060.0, 9039.0, 9061.0, 9052.0, 9066.0, 9036.0, 9043.0, 9032.0, 9008.0, 9067.0, 9043.0, 9073.0, 9044.0, 9060.0, 9034.0, 9061.0, 9034.0, 9061.0, 9052.0, 9068.0, 9020.0, 9054.0, 9034.0, 9063.0, 9000.0, 9057.0, 9034.0, 9035.0, 9058.0, 9057.0, 9074.0, 9049.0, 9087.0, 9063.0, 9092.0, 9059.0, 9070.0, 9036.0, 9045.0, 9032.0, 9060.0, 9038.0, 9061.0, 9087.0, 9093.0, 9092.0, 9076.0, 9014.0, 9117.0, 9078.0, 9070.0, 9073.0, 9121.0, 9144.0, 9100.0, 9078.0, 9059.0, 9031.0, 9066.0, 9040.0, 9056.0, 9068.0, 9054.0, 9080.0, 9050.0, 9080.0, 9042.0, 9051.0, 9016.0, 8979.0, 9021.0, 9009.0, 9050.0, 9005.0, 9034.0, 9004.0, 9033.0, 9017.0, 8995.0, 9020.0, 9011.0, 9011.0, 9044.0, 9020.0, 9067.0, 9022.0, 9047.0, 9032.0, 9034.0, 9051.0, 9025.0, 9067.0, 9018.0, 9050.0, 9051.0, 9051.0, 9044.0, 9045.0, 9006.0, 9062.0, 9034.0, 9070.0, 9077.0, 9091.0, 9061.0, 9058.0, 9036.0, 9032.0, 9040.0, 9084.0, 9055.0, 9050.0, 9028.0, 9030.0, 9088.0, 9079.0, 9089.0, 9059.0, 9074.0, 9056.0, 9084.0, 9065.0, 9050.0, 9110.0, 9048.0, 9094.0, 9059.0, 9073.0, 9040.0, 9068.0, 9059.0, 9074.0, 9041.0, 9068.0, 9066.0, 9031.0, 9032.0, 9047.0, 9043.0, 9072.0, 9063.0, 9087.0, 9073.0, 9083.0, 9075.0, 9066.0, 9054.0, 9067.0, 9041.0, 9079.0, 9058.0, 9085.0, 9048.0, 9077.0, 9032.0, 9007.0, 9053.0, 9060.0, 9043.0, 9056.0, 9038.0, 9025.0, 9033.0, 9012.0, 9067.0, 9034.0, 9049.0, 9045.0, 9046.0, 9013.0, 9082.0, 9064.0, 9088.0, 9043.0, 9076.0, 9043.0, 9075.0, 9036.0, 9065.0, 9056.0, 9086.0, 9053.0, 9051.0, 9059.0, 9029.0, 9027.0, 9028.0, 9002.0, 9046.0, 9038.0, 9063.0, 9053.0, 9063.0, 9051.0, 9077.0, 9035.0, 9034.0, 9038.0, 9039.0, 9056.0, 9061.0, 9051.0, 9041.0, 9045.0, 9017.0, 9045.0, 9024.0, 9047.0, 9019.0, 9063.0, 9022.0, 9062.0, 9053.0, 9067.0, 9045.0, 9082.0, 9057.0, 9083.0, 9054.0, 9078.0, 9043.0, 9008.0, 9054.0, 9029.0, 9097.0, 9050.0, 9037.0, 9058.0, 9050.0, 9109.0, 9096.0, 9111.0, 9079.0, 9105.0, 9069.0, 9069.0, 9077.0, 9107.0, 9092.0, 9082.0, 9049.0, 9043.0, 9035.0, 9010.0, 9054.0, 9020.0, 9050.0, 9045.0, 9035.0, 9043.0, 9027.0, 9003.0, 9045.0, 9027.0, 9080.0, 9023.0, 9050.0, 9019.0, 9045.0, 9021.0, 9068.0, 9062.0, 9088.0, 9039.0, 9071.0, 9028.0, 9064.0, 9039.0, 9065.0, 9045.0, 9042.0, 9051.0, 9091.0, 9078.0, 9086.0, 9056.0, 9045.0, 9051.0, 9088.0, 9055.0, 9068.0, 9033.0, 9064.0, 9035.0, 9080.0, 9058.0, 9085.0, 9021.0, 9065.0, 9017.0, 9062.0, 9040.0, 9033.0, 9063.0, 9100.0, 9076.0, 9074.0, 9044.0, 9067.0, 9055.0, 9039.0, 9063.0, 9102.0, 9073.0, 9070.0, 9027.0, 9049.0, 9021.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.0009584935654806965</td></tr>
<tr><td colspan=3>aqi</td><td>0.042201152006056016</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.98014324085603</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1569835742196959</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.981493225333334</td></tr>
<tr><td colspan=3>efc</td><td>0.4891</td></tr>
<tr><td colspan=3>fber</td><td>4205.5459</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12517910881107816</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>152</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.506434519303557</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.519702216477213</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3893867612143986</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7689051158023394</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4008147724149</td></tr>
<tr><td colspan=3>gcor</td><td>0.00786581</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012727027758955956</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024368956685066223</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.030699685173617</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>16.1375</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>49.6318</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>189.4557</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299152.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>873.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>347.5574</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7076</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>474.0344</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3266.4466</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3462.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77392.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1150.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4204.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.9024</td></tr>
<tr><td colspan=3>tsnr</td><td>32.35602322872728</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>