<?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-0103_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-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_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-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_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-0103/ses-04/func/sub-0103_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>494880eee8836031455b5321774fb7a2</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:57:34.692500</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.999816, 0.00832887, 0.0172786, -0.00488608, 0.98168, -0.190473]</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.0824843</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>[4212, -7714, -7279, 223, -125, -265, -102, 103]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>240.42</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1571482b-b802-4b36-8a80-9964092efbe4||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.6824333667755127, -0.013108983635902405, 0.050080910325050354, 115.06657409667969], [-0.022345736622810364, 2.6337764263153076, -0.5139544010162354, -94.5119400024414], [0.04635722190141678, 0.5110250115394592, 2.6501588821411133, -116.87019348144531], [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': ['205734.692500', '205735.152500', '205735.612500', '205736.072500', '205736.532500', '205736.992500', '205737.452500', '205737.912500', '205738.372500', '205738.832500', '205739.292500', '205739.752500', '205740.212500', '205740.672500', '205741.132500', '205741.592500', '205742.052500', '205742.512500', '205742.972500', '205743.432500', '205743.892500', '205744.352500', '205744.812500', '205745.272500', '205745.732500', '205746.192500', '205746.652500', '205747.112500', '205747.572500', '205748.032500', '205748.492500', '205748.952500', '205749.412500', '205749.872500', '205750.332500', '205750.792500', '205751.252500', '205751.712500', '205752.172500', '205752.632500', '205753.092500', '205753.552500', '205754.012500', '205754.472500', '205754.932500', '205755.392500', '205755.852500', '205756.312500', '205756.772500', '205757.232500', '205757.692500', '205758.152500', '205758.612500', '205759.072500', '205759.532500', '205759.992500', '205800.452500', '205800.912500', '205801.372500', '205801.832500', '205802.292500', '205802.752500', '205803.212500', '205803.672500', '205804.132500', '205804.592500', '205805.052500', '205805.512500', '205805.972500', '205806.432500', '205806.892500', '205807.352500', '205807.812500', '205808.272500', '205808.732500', '205809.192500', '205809.652500', '205810.112500', '205810.572500', '205811.032500', '205811.492500', '205811.952500', '205812.412500', '205812.872500', '205813.332500', '205813.792500', '205814.252500', '205814.712500', '205815.172500', '205815.632500', '205816.092500', '205816.552500', '205817.012500', '205817.472500', '205817.932500', '205818.392500', '205818.852500', '205819.312500', '205819.772500', '205820.232500', '205820.692500', '205821.152500', '205821.612500', '205822.072500', '205822.532500', '205822.992500', '205823.452500', '205823.912500', '205824.372500', '205824.832500', '205825.292500', '205825.752500', '205826.212500', '205826.672500', '205827.132500', '205827.592500', '205828.052500', '205828.512500', '205828.972500', '205829.432500', '205829.892500', '205830.352500', '205830.812500', '205831.272500', '205831.732500', '205832.192500', '205832.652500', '205833.112500', '205833.572500', '205834.032500', '205834.492500', '205834.952500', '205835.412500', '205835.872500', '205836.332500', '205836.792500', '205837.252500', '205837.712500', '205838.172500', '205838.632500', '205839.092500', '205839.552500', '205840.012500', '205840.472500', '205840.932500', '205841.392500', '205841.852500', '205842.312500', '205842.772500', '205843.232500', '205843.692500', '205844.152500', '205844.612500', '205845.072500', '205845.532500', '205845.992500', '205846.452500', '205846.912500', '205847.372500', '205847.832500', '205848.292500', '205848.752500', '205849.212500', '205849.672500', '205850.132500', '205850.592500', '205851.052500', '205851.512500', '205851.972500', '205852.432500', '205852.892500', '205853.352500', '205853.812500', '205854.272500', '205854.732500', '205855.192500', '205855.652500', '205856.112500', '205856.572500', '205857.032500', '205857.492500', '205857.952500', '205858.412500', '205858.872500', '205859.332500', '205859.792500', '205900.252500', '205900.712500', '205901.172500', '205901.632500', '205902.092500', '205902.552500', '205903.012500', '205903.472500', '205903.932500', '205904.392500', '205904.852500', '205905.312500', '205905.772500', '205906.232500', '205906.692500', '205907.152500', '205907.612500', '205908.072500', '205908.532500', '205908.992500', '205909.452500', '205909.912500', '205910.372500', '205910.832500', '205911.292500', '205911.752500', '205912.212500', '205912.672500', '205913.132500', '205913.592500', '205914.052500', '205914.512500', '205914.972500', '205915.432500', '205915.892500', '205916.352500', '205916.812500', '205917.272500', '205917.732500', '205918.192500', '205918.652500', '205919.112500', '205919.572500', '205920.032500', '205920.492500', '205920.952500', '205921.412500', '205921.872500', '205922.332500', '205922.792500', '205923.252500', '205923.712500', '205924.172500', '205924.632500', '205925.092500', '205925.552500', '205926.012500', '205926.472500', '205926.932500', '205927.392500', '205927.852500', '205928.312500', '205928.772500', '205929.232500', '205929.692500', '205930.152500', '205930.612500', '205931.072500', '205931.532500', '205931.992500', '205932.452500', '205932.912500', '205933.372500', '205933.832500', '205934.292500', '205934.752500', '205935.212500', '205935.672500', '205936.132500', '205936.592500', '205937.052500', '205937.512500', '205937.972500', '205938.432500', '205938.892500', '205939.352500', '205939.812500', '205940.272500', '205940.732500', '205941.192500', '205941.652500', '205942.112500', '205942.572500', '205943.032500', '205943.492500', '205943.952500', '205944.412500', '205944.872500', '205945.332500', '205945.792500', '205946.252500', '205946.712500', '205947.172500', '205947.632500', '205948.092500', '205948.552500', '205949.012500', '205949.472500', '205949.932500', '205950.392500', '205950.852500', '205951.312500', '205951.772500', '205952.232500', '205952.692500', '205953.152500', '205953.612500', '205954.072500', '205954.532500', '205954.992500', '205955.452500', '205955.912500', '205956.372500', '205956.832500', '205957.292500', '205957.752500', '205958.212500', '205958.672500', '205959.132500', '205959.592500', '210000.052500', '210000.512500', '210000.972500', '210001.432500', '210001.892500', '210002.352500', '210002.812500', '210003.272500', '210003.732500', '210004.192500', '210004.652500', '210005.112500', '210005.572500', '210006.032500', '210006.492500', '210006.952500', '210007.412500', '210007.872500', '210008.332500', '210008.792500', '210009.252500', '210009.712500', '210010.172500', '210010.632500', '210011.092500', '210011.552500', '210012.012500', '210012.472500', '210012.932500', '210013.392500', '210013.852500', '210014.312500', '210014.772500', '210015.232500', '210015.692500', '210016.152500', '210016.612500', '210017.072500', '210017.532500', '210017.992500', '210018.452500', '210018.912500', '210019.372500', '210019.832500', '210020.292500', '210020.752500', '210021.212500', '210021.672500', '210022.132500', '210022.592500', '210023.052500', '210023.512500', '210023.972500', '210024.432500', '210024.892500', '210025.352500', '210025.812500', '210026.272500', '210026.732500', '210027.192500', '210027.652500', '210028.112500', '210028.572500', '210029.032500', '210029.492500', '210029.952500', '210030.412500', '210030.872500', '210031.332500', '210031.792500', '210032.252500', '210032.712500', '210033.172500', '210033.632500', '210034.092500', '210034.552500', '210035.012500', '210035.472500', '210035.932500', '210036.392500', '210036.852500', '210037.312500', '210037.772500', '210038.232500', '210038.692500', '210039.152500', '210039.612500', '210040.072500', '210040.532500', '210040.992500', '210041.452500', '210041.912500', '210042.372500', '210042.832500', '210043.292500', '210043.752500', '210044.212500', '210044.672500', '210045.132500', '210045.592500', '210046.052500', '210046.512500', '210046.972500', '210047.432500', '210047.892500', '210048.352500', '210048.812500', '210049.272500', '210049.732500', '210050.192500', '210050.652500', '210051.112500', '210051.572500', '210052.032500', '210052.492500', '210052.952500', '210053.412500', '210053.872500', '210054.332500', '210054.792500', '210055.252500', '210055.712500', '210056.172500', '210056.632500', '210057.092500', '210057.552500', '210058.012500', '210058.472500', '210058.932500', '210059.392500', '210059.852500', '210100.312500', '210100.772500', '210101.232500', '210101.692500', '210102.152500', '210102.612500', '210103.072500', '210103.532500', '210103.992500', '210104.452500', '210104.912500', '210105.372500', '210105.832500', '210106.292500', '210106.752500', '210107.212500', '210107.672500', '210108.132500', '210108.592500', '210109.052500', '210109.512500', '210109.972500', '210110.432500', '210110.892500', '210111.352500', '210111.812500', '210112.272500', '210112.732500', '210113.192500', '210113.652500', '210114.112500', '210114.572500', '210115.032500', '210115.492500', '210115.952500', '210116.412500', '210116.872500', '210117.332500', '210117.792500', '210118.252500', '210118.712500', '210119.172500', '210119.632500', '210120.092500', '210120.552500', '210121.012500', '210121.472500', '210121.932500', '210122.392500', '210122.852500', '210123.312500', '210123.772500', '210124.232500', '210124.692500', '210125.152500', '210125.612500', '210126.072500', '210126.532500', '210126.992500', '210127.452500', '210127.912500', '210128.372500', '210128.832500', '210129.292500', '210129.752500', '210130.212500', '210130.672500', '210131.132500', '210131.592500', '210132.052500', '210132.512500', '210132.972500', '210133.432500', '210133.892500', '210134.352500', '210134.812500', '210135.272500', '210135.732500', '210136.192500', '210136.652500', '210137.112500', '210137.572500', '210138.032500', '210138.492500', '210138.952500', '210139.412500', '210139.872500', '210140.332500', '210140.792500', '210141.252500', '210141.712500', '210142.172500', '210142.632500', '210143.092500', '210143.552500', '210144.012500', '210144.472500', '210144.932500', '210145.392500', '210145.852500', '210146.312500', '210146.772500', '210147.232500', '210147.692500', '210148.152500', '210148.612500', '210149.072500', '210149.532500', '210149.992500', '210150.452500', '210150.912500', '210151.372500', '210151.832500', '210152.292500', '210152.752500', '210153.212500', '210153.672500', '210154.132500', '210154.592500', '210155.052500', '210155.512500', '210155.972500', '210156.432500', '210156.892500', '210157.352500', '210157.812500', '210158.272500', '210158.732500', '210159.192500', '210159.652500', '210200.112500', '210200.572500', '210201.032500', '210201.492500', '210201.952500', '210202.412500', '210202.872500', '210203.332500', '210203.792500', '210204.252500', '210204.712500', '210205.172500', '210205.632500', '210206.092500', '210206.552500', '210207.012500', '210207.472500', '210207.932500', '210208.392500', '210208.852500', '210209.312500', '210209.772500', '210210.232500', '210210.692500', '210211.152500', '210211.612500', '210212.072500', '210212.532500', '210212.992500', '210213.452500', '210213.912500', '210214.372500', '210214.832500', '210215.292500', '210215.752500', '210216.212500', '210216.672500', '210217.132500', '210217.592500', '210218.052500', '210218.512500', '210218.972500', '210219.432500', '210219.892500', '210220.352500', '210220.812500', '210221.272500', '210221.732500', '210222.192500', '210222.652500', '210223.112500', '210223.572500', '210224.032500', '210224.492500', '210224.952500', '210225.412500', '210225.872500', '210226.332500', '210226.792500', '210227.252500', '210227.712500', '210228.172500', '210228.632500', '210229.092500', '210229.552500', '210230.012500', '210230.472500', '210230.932500', '210231.392500', '210231.852500', '210232.312500', '210232.772500', '210233.232500', '210233.692500', '210234.152500', '210234.612500', '210235.072500', '210235.532500', '210235.992500', '210236.452500', '210236.912500', '210237.372500', '210237.832500', '210238.292500', '210238.752500', '210239.212500', '210239.672500', '210240.132500', '210240.592500', '210241.052500', '210241.512500', '210241.972500', '210242.432500', '210242.892500', '210243.352500', '210243.812500', '210244.272500', '210244.732500', '210245.192500', '210245.652500', '210246.112500', '210246.572500', '210247.032500', '210247.492500', '210247.952500', '210248.412500', '210248.872500', '210249.332500', '210249.792500', '210250.252500', '210250.712500', '210251.172500', '210251.632500', '210252.092500', '210252.552500', '210253.012500', '210253.472500', '210253.932500', '210254.392500', '210254.852500', '210255.312500', '210255.772500', '210256.232500', '210256.692500', '210257.152500', '210257.612500', '210258.072500', '210258.532500', '210258.992500', '210259.452500', '210259.912500', '210300.372500', '210300.832500', '210301.292500', '210301.752500', '210302.212500', '210302.672500', '210303.132500', '210303.592500', '210304.052500', '210304.512500', '210304.972500', '210305.432500', '210305.892500', '210306.352500', '210306.812500', '210307.272500', '210307.732500', '210308.192500', '210308.652500', '210309.112500', '210309.572500', '210310.032500', '210310.492500', '210310.952500', '210311.412500', '210311.872500', '210312.332500', '210312.792500', '210313.252500', '210313.712500', '210314.172500', '210314.632500', '210315.092500', '210315.552500', '210316.012500', '210316.472500', '210316.932500', '210317.392500', '210317.852500', '210318.312500', '210318.772500', '210319.232500', '210319.692500', '210320.152500', '210320.612500', '210321.072500', '210321.532500', '210321.992500', '210322.452500', '210322.912500', '210323.372500', '210323.832500', '210324.292500', '210324.752500', '210325.212500', '210325.672500', '210326.132500', '210326.592500', '210327.052500', '210327.512500', '210327.972500', '210328.432500', '210328.892500', '210329.352500', '210329.812500', '210330.272500', '210330.732500', '210331.192500', '210331.652500', '210332.112500', '210332.572500', '210333.032500', '210333.492500', '210333.952500', '210334.412500', '210334.872500', '210335.332500', '210335.792500', '210336.252500', '210336.712500', '210337.172500', '210337.632500', '210338.092500', '210338.552500', '210339.012500', '210339.472500', '210339.932500', '210340.392500', '210340.852500', '210341.312500', '210341.772500', '210342.232500', '210342.692500', '210343.152500', '210343.612500', '210344.072500', '210344.532500', '210344.992500', '210345.452500', '210345.912500', '210346.372500', '210346.832500', '210347.292500', '210347.752500', '210348.212500', '210348.672500', '210349.132500', '210349.592500', '210350.052500', '210350.512500', '210350.972500', '210351.432500', '210351.892500', '210352.352500', '210352.812500', '210353.272500', '210353.732500', '210354.192500', '210354.652500', '210355.112500', '210355.572500', '210356.032500', '210356.492500', '210356.952500', '210357.412500', '210357.872500', '210358.332500', '210358.792500', '210359.252500', '210359.712500', '210400.172500', '210400.632500', '210401.092500', '210401.552500', '210402.012500', '210402.472500', '210402.932500', '210403.392500', '210403.852500', '210404.312500', '210404.772500', '210405.232500', '210405.692500', '210406.152500', '210406.612500', '210407.072500', '210407.532500', '210407.992500', '210408.452500', '210408.912500', '210409.372500', '210409.832500', '210410.292500', '210410.752500', '210411.212500', '210411.672500', '210412.132500', '210412.592500', '210413.052500', '210413.512500', '210413.972500', '210414.432500', '210414.892500', '210415.352500', '210415.812500', '210416.272500', '210416.732500', '210417.192500', '210417.652500', '210418.112500', '210418.572500', '210419.032500', '210419.492500', '210419.952500', '210420.412500', '210420.872500', '210421.332500', '210421.792500', '210422.252500', '210422.712500', '210423.172500', '210423.632500', '210424.092500', '210424.552500', '210425.012500', '210425.472500', '210425.932500', '210426.392500', '210426.852500', '210427.312500', '210427.772500', '210428.232500', '210428.692500', '210429.152500', '210429.612500', '210430.072500', '210430.532500', '210430.992500', '210431.452500', '210431.912500', '210432.372500', '210432.832500', '210433.292500', '210433.752500', '210434.212500', '210434.672500', '210435.132500', '210435.592500', '210436.052500', '210436.512500', '210436.972500', '210437.432500', '210437.892500', '210438.352500', '210438.812500', '210439.272500', '210439.732500', '210440.192500', '210440.652500', '210441.112500', '210441.572500', '210442.032500', '210442.492500', '210442.952500', '210443.412500', '210443.872500', '210444.332500', '210444.792500', '210445.252500', '210445.712500', '210446.172500', '210446.632500', '210447.092500', '210447.552500', '210448.012500', '210448.472500', '210448.932500', '210449.392500', '210449.852500', '210450.312500', '210450.772500', '210451.232500', '210451.692500', '210452.152500', '210452.612500', '210453.072500', '210453.532500', '210453.992500', '210454.452500', '210454.912500', '210455.372500', '210455.832500', '210456.292500', '210456.752500', '210457.212500', '210457.672500', '210458.132500', '210458.592500', '210459.052500', '210459.512500', '210459.972500', '210500.432500', '210500.892500', '210501.352500', '210501.812500', '210502.272500', '210502.732500', '210503.192500', '210503.652500', '210504.112500', '210504.572500', '210505.032500', '210505.492500', '210505.952500', '210506.412500', '210506.872500', '210507.332500', '210507.792500', '210508.252500', '210508.712500', '210509.172500', '210509.632500', '210510.092500', '210510.552500', '210511.012500', '210511.472500', '210511.932500', '210512.392500', '210512.852500', '210513.312500', '210513.772500', '210514.232500', '210514.692500', '210515.152500', '210515.612500', '210516.072500', '210516.532500', '210516.992500', '210517.452500', '210517.912500', '210518.372500', '210518.832500', '210519.292500', '210519.752500', '210520.212500', '210520.672500', '210521.132500', '210521.592500', '210522.052500', '210522.512500', '210522.972500', '210523.432500', '210523.892500', '210524.352500', '210524.812500', '210525.272500', '210525.732500', '210526.192500', '210526.652500', '210527.112500', '210527.572500', '210528.032500', '210528.492500', '210528.952500', '210529.412500', '210529.872500', '210530.332500', '210530.792500', '210531.252500', '210531.712500', '210532.172500', '210532.632500', '210533.092500', '210533.552500', '210534.012500', '210534.472500', '210534.932500', '210535.392500', '210535.852500', '210536.312500', '210536.772500', '210537.232500', '210537.692500', '210538.152500', '210538.612500', '210539.072500', '210539.532500', '210539.992500', '210540.452500', '210540.912500', '210541.372500', '210541.832500', '210542.292500', '210542.752500', '210543.212500', '210543.672500', '210544.132500', '210544.592500', '210545.052500', '210545.512500', '210545.972500', '210546.432500', '210546.892500', '210547.352500', '210547.812500', '210548.272500', '210548.732500', '210549.192500', '210549.652500', '210550.112500', '210550.572500', '210551.032500', '210551.492500', '210551.952500', '210552.412500', '210552.872500', '210553.332500', '210553.792500', '210554.252500', '210554.712500', '210555.172500', '210555.632500', '210556.092500', '210556.552500', '210557.012500', '210557.472500', '210557.932500', '210558.392500', '210558.852500', '210559.312500', '210559.772500', '210600.232500', '210600.692500', '210601.152500', '210601.612500', '210602.072500', '210602.532500', '210602.992500', '210603.452500', '210603.912500', '210604.372500', '210604.832500', '210605.292500', '210605.752500', '210606.212500', '210606.672500', '210607.132500', '210607.592500', '210608.052500', '210608.512500', '210608.972500', '210609.432500', '210609.892500', '210610.352500', '210610.812500', '210611.272500', '210611.732500', '210612.192500', '210612.652500', '210613.112500', '210613.572500', '210614.032500', '210614.492500', '210614.952500', '210615.412500', '210615.872500', '210616.332500', '210616.792500', '210617.252500', '210617.712500', '210618.172500', '210618.632500', '210619.092500', '210619.552500', '210620.012500', '210620.472500', '210620.932500', '210621.392500', '210621.852500', '210622.312500', '210622.772500', '210623.232500', '210623.692500', '210624.152500', '210624.612500', '210625.072500', '210625.532500', '210625.992500', '210626.452500', '210626.912500', '210627.372500', '210627.832500', '210628.292500', '210628.752500', '210629.212500', '210629.672500', '210630.132500', '210630.592500', '210631.052500', '210631.512500', '210631.972500', '210632.432500', '210632.892500', '210633.352500', '210633.812500', '210634.272500', '210634.732500', '210635.192500', '210635.652500', '210636.112500', '210636.572500', '210637.032500', '210637.492500', '210637.952500', '210638.412500', '210638.872500', '210639.332500', '210639.792500', '210640.252500', '210640.712500', '210641.172500', '210641.632500', '210642.092500', '210642.552500', '210643.012500', '210643.472500', '210643.932500', '210644.392500', '210644.852500', '210645.312500', '210645.772500', '210646.232500', '210646.692500', '210647.152500', '210647.612500', '210648.072500', '210648.532500', '210648.992500', '210649.452500', '210649.912500', '210650.372500', '210650.832500', '210651.292500', '210651.752500', '210652.212500', '210652.672500', '210653.132500', '210653.592500', '210654.052500', '210654.512500', '210654.972500', '210655.432500', '210655.892500', '210656.352500', '210656.812500', '210657.272500', '210657.732500', '210658.192500', '210658.652500', '210659.112500', '210659.572500', '210700.032500', '210700.492500', '210700.952500', '210701.412500', '210701.872500', '210702.332500', '210702.792500', '210703.252500', '210703.712500', '210704.172500', '210704.632500', '210705.092500', '210705.552500', '210706.012500', '210706.472500', '210706.932500', '210707.392500', '210707.852500', '210708.312500', '210708.772500', '210709.232500', '210709.692500', '210710.152500', '210710.612500', '210711.072500', '210711.532500', '210711.992500', '210712.452500', '210712.912500', '210713.372500', '210713.832500', '210714.292500', '210714.752500', '210715.212500', '210715.672500', '210716.132500', '210716.592500', '210717.052500', '210717.512500', '210717.972500', '210718.432500', '210718.892500', '210719.352500', '210719.812500', '210720.272500', '210720.732500', '210721.192500', '210721.652500', '210722.112500', '210722.572500', '210723.032500', '210723.492500', '210723.952500', '210724.412500', '210724.872500', '210725.332500', '210725.792500', '210726.252500', '210726.712500', '210727.172500', '210727.632500', '210728.092500', '210728.552500', '210729.012500', '210729.472500', '210729.932500', '210730.392500', '210730.852500', '210731.312500', '210731.772500', '210732.232500', '210732.692500', '210733.152500', '210733.612500', '210734.072500', '210734.532500', '210734.992500', '210735.452500', '210735.912500', '210736.372500', '210736.832500', '210737.292500', '210737.752500', '210738.212500', '210738.672500', '210739.132500', '210739.592500', '210740.052500', '210740.512500', '210740.972500', '210741.432500', '210741.892500', '210742.352500'], 'ContentTime': ['205751.755000', '205751.758000', '205751.760000', '205751.763000', '205751.766000', '205751.768000', '205751.771000', '205751.774000', '205751.780000', '205751.783000', '205751.785000', '205751.788000', '205751.791000', '205751.793000', '205751.796000', '205751.798000', '205751.801000', '205751.804000', '205751.806000', '205751.809000', '205751.811000', '205751.814000', '205751.816000', '205751.819000', '205751.822000', '205751.824000', '205751.827000', '205751.829000', '205751.832000', '205751.834000', '205751.837000', '205751.839000', '205751.842000', '205751.845000', '205751.847000', '205811.713000', '205811.716000', '205811.718000', '205811.721000', '205811.723000', '205811.726000', '205811.728000', '205811.731000', '205811.734000', '205811.736000', '205811.739000', '205811.741000', '205811.744000', '205811.746000', '205811.749000', '205811.751000', '205811.754000', '205811.756000', '205811.759000', '205811.761000', '205811.764000', '205811.767000', '205811.769000', '205811.772000', '205811.774000', '205811.777000', '205811.779000', '205811.782000', '205811.784000', '205811.787000', '205811.790000', '205811.792000', '205811.795000', '205811.797000', '205811.800000', '205811.802000', '205811.805000', '205811.807000', '205811.810000', '205811.813000', '205811.815000', '205811.818000', '205811.820000', '205811.823000', '205831.712000', '205831.715000', '205831.718000', '205831.720000', '205831.723000', '205831.725000', '205831.728000', '205831.733000', '205831.736000', '205831.738000', '205831.741000', '205831.743000', '205831.746000', '205831.748000', '205831.751000', '205831.754000', '205831.756000', '205831.759000', '205831.761000', '205831.764000', '205831.766000', '205831.769000', '205831.772000', '205831.774000', '205831.777000', '205831.779000', '205831.782000', '205831.784000', '205831.787000', '205831.789000', '205831.792000', '205831.795000', '205831.797000', '205831.800000', '205831.807000', '205831.810000', '205831.812000', '205831.815000', '205831.818000', '205831.820000', '205831.823000', '205831.825000', '205831.828000', '205831.830000', '205851.711000', '205851.714000', '205851.717000', '205851.719000', '205851.722000', '205851.725000', '205851.727000', '205851.730000', '205851.732000', '205851.735000', '205851.737000', '205851.740000', '205851.742000', '205851.745000', '205851.747000', '205851.750000', '205851.752000', '205851.755000', '205851.758000', '205851.760000', '205851.763000', '205851.765000', '205851.768000', '205851.771000', '205851.773000', '205851.776000', '205851.778000', '205851.781000', '205851.783000', '205851.786000', '205851.789000', '205851.791000', '205851.794000', '205851.796000', '205851.799000', '205851.802000', '205851.804000', '205851.807000', '205851.809000', '205851.812000', '205851.814000', '205851.817000', '205851.820000', '205911.711000', '205911.714000', '205911.717000', '205911.719000', '205911.722000', '205911.725000', '205911.727000', '205911.730000', '205911.732000', '205911.735000', '205911.737000', '205911.740000', '205911.742000', '205911.745000', '205911.748000', '205911.750000', '205911.753000', '205911.775000', '205911.778000', '205911.780000', '205911.783000', '205911.785000', '205911.788000', '205911.791000', '205911.793000', '205911.796000', '205911.798000', '205911.801000', '205911.803000', '205911.806000', '205911.809000', '205911.811000', '205911.814000', '205911.816000', '205911.819000', '205911.821000', '205911.824000', '205911.827000', '205911.829000', '205911.832000', '205911.834000', '205911.837000', '205911.839000', '205931.712000', '205931.714000', '205931.717000', '205931.719000', '205931.722000', '205931.725000', '205931.727000', '205931.730000', '205931.732000', '205931.735000', '205931.737000', '205931.740000', '205931.742000', '205931.745000', '205931.748000', '205931.750000', '205931.753000', '205931.755000', '205931.758000', '205931.761000', '205931.763000', '205931.766000', '205931.768000', '205931.771000', '205931.773000', '205931.776000', '205931.779000', '205931.781000', '205931.784000', '205931.786000', '205931.789000', '205931.791000', '205931.794000', '205931.797000', '205931.799000', '205931.802000', '205931.804000', '205931.807000', '205931.809000', '205931.812000', '205931.815000', '205931.817000', '205931.820000', '205931.823000', '205951.712000', '205951.714000', '205951.717000', '205951.720000', '205951.722000', '205951.725000', '205951.727000', '205951.730000', '205951.732000', '205951.735000', '205951.738000', '205951.740000', '205951.743000', '205951.746000', '205951.748000', '205951.751000', '205951.753000', '205951.756000', '205951.759000', '205951.762000', '205951.764000', '205951.767000', '205951.770000', '205951.772000', '205951.775000', '205951.777000', '205951.780000', '205951.783000', '205951.785000', '205951.788000', '205951.790000', '205951.793000', '205951.796000', '205951.798000', '205951.801000', '205951.804000', '205951.806000', '205951.809000', '205951.811000', '205951.814000', '205951.816000', '205951.819000', '205951.822000', '210011.712000', '210011.715000', '210011.718000', '210011.721000', '210011.723000', '210011.726000', '210011.728000', '210011.731000', '210011.733000', '210011.736000', '210011.739000', '210011.741000', '210011.744000', '210011.746000', '210011.749000', '210011.752000', '210011.754000', '210011.757000', '210011.759000', '210011.762000', '210011.765000', '210011.767000', '210011.770000', '210011.772000', '210011.775000', '210011.777000', '210011.780000', '210011.782000', '210011.785000', '210011.788000', '210011.790000', '210011.793000', '210011.795000', '210011.798000', '210011.801000', '210011.803000', '210011.806000', '210011.808000', '210011.811000', '210011.813000', '210011.816000', '210011.819000', '210011.821000', '210011.824000', '210031.712000', '210031.715000', '210031.718000', '210031.721000', '210031.723000', '210031.726000', '210031.728000', '210031.731000', '210031.734000', '210031.736000', '210031.739000', '210031.741000', '210031.744000', '210031.747000', '210031.749000', '210031.752000', '210031.754000', '210031.757000', '210031.759000', '210031.762000', '210031.765000', '210031.767000', '210031.770000', '210031.773000', '210031.775000', '210031.778000', '210031.781000', '210031.783000', '210031.786000', '210031.788000', '210031.791000', '210031.793000', '210031.796000', '210031.799000', '210031.801000', '210031.804000', '210031.806000', '210031.809000', '210031.812000', '210031.814000', '210031.817000', '210031.820000', '210031.823000', '210051.712000', '210051.715000', '210051.718000', '210051.720000', '210051.723000', '210051.725000', '210051.728000', '210051.731000', '210051.733000', '210051.736000', '210051.738000', '210051.741000', '210051.743000', '210051.766000', '210051.769000', '210051.771000', '210051.774000', '210051.776000', '210051.779000', '210051.781000', '210051.784000', '210051.787000', '210051.789000', '210051.792000', '210051.794000', '210051.797000', '210051.799000', '210051.802000', '210051.805000', '210051.807000', '210051.810000', '210051.812000', '210051.815000', '210051.818000', '210051.820000', '210051.823000', '210051.825000', '210051.828000', '210051.830000', '210051.833000', '210051.836000', '210051.838000', '210051.841000', '210051.843000', '210111.711000', '210111.714000', '210111.717000', '210111.719000', '210111.722000', '210111.724000', '210111.727000', '210111.730000', '210111.732000', '210111.735000', '210111.737000', '210111.740000', '210111.742000', '210111.745000', '210111.748000', '210111.750000', '210111.753000', '210111.755000', '210111.758000', '210111.760000', '210111.763000', '210111.766000', '210111.768000', '210111.771000', '210111.773000', '210111.776000', '210111.779000', '210111.781000', '210111.784000', '210111.786000', '210111.789000', '210111.792000', '210111.794000', '210111.797000', '210111.800000', '210111.802000', '210111.805000', '210111.807000', '210111.810000', '210111.813000', '210111.815000', '210111.818000', '210111.820000', '210131.711000', '210131.714000', '210131.717000', '210131.720000', '210131.722000', '210131.725000', '210131.727000', '210131.730000', '210131.732000', '210131.735000', '210131.738000', '210131.740000', '210131.743000', '210131.746000', '210131.748000', '210131.751000', '210131.753000', '210131.756000', '210131.759000', '210131.761000', '210131.764000', '210131.766000', '210131.769000', '210131.772000', '210131.774000', '210131.777000', '210131.779000', '210131.782000', '210131.785000', '210131.787000', '210131.790000', '210131.792000', '210131.795000', '210131.798000', '210131.800000', '210131.803000', '210131.805000', '210131.808000', '210131.810000', '210131.813000', '210131.816000', '210131.818000', '210131.821000', '210131.823000', '210151.711000', '210151.714000', '210151.717000', '210151.720000', '210151.722000', '210151.725000', '210151.727000', '210151.730000', '210151.733000', '210151.735000', '210151.738000', '210151.740000', '210151.743000', '210151.746000', '210151.748000', '210151.751000', '210151.753000', '210151.756000', '210151.759000', '210151.761000', '210151.770000', '210151.773000', '210151.776000', '210151.778000', '210151.781000', '210151.783000', '210151.786000', '210151.789000', '210151.791000', '210151.794000', '210151.796000', '210151.799000', '210151.802000', '210151.804000', '210151.807000', '210151.809000', '210151.812000', '210151.814000', '210151.817000', '210151.820000', '210151.822000', '210151.825000', '210151.827000', '210211.712000', '210211.715000', '210211.718000', '210211.720000', '210211.723000', '210211.726000', '210211.728000', '210211.731000', '210211.733000', '210211.736000', '210211.739000', '210211.741000', '210211.744000', '210211.747000', '210211.749000', '210211.752000', '210211.754000', '210211.757000', '210211.759000', '210211.762000', '210211.765000', '210211.767000', '210211.770000', '210211.772000', '210211.775000', '210211.778000', '210211.780000', '210211.783000', '210211.785000', '210211.788000', '210211.790000', '210211.793000', '210211.796000', '210211.798000', '210211.801000', '210211.803000', '210211.806000', '210211.808000', '210211.811000', '210211.814000', '210211.816000', '210211.819000', '210211.821000', '210211.824000', '210231.713000', '210231.716000', '210231.718000', '210231.721000', '210231.723000', '210231.726000', '210231.729000', '210231.731000', '210231.734000', '210231.736000', '210231.739000', '210231.742000', '210231.744000', '210231.747000', '210231.749000', '210231.752000', '210231.755000', '210231.757000', '210231.760000', '210231.762000', '210231.765000', '210231.767000', '210231.770000', '210231.773000', '210231.775000', '210231.778000', '210231.780000', '210231.783000', '210231.786000', '210231.788000', '210231.791000', '210231.793000', '210231.796000', '210231.798000', '210231.801000', '210231.804000', '210231.806000', '210231.809000', '210231.811000', '210231.814000', '210231.817000', '210231.819000', '210231.822000', '210251.713000', '210251.715000', '210251.718000', '210251.721000', '210251.723000', '210251.726000', '210251.728000', '210251.731000', '210251.734000', '210251.736000', '210251.739000', '210251.741000', '210251.744000', '210251.746000', '210251.749000', '210251.751000', '210251.754000', '210251.757000', '210251.759000', '210251.762000', '210251.764000', '210251.767000', '210251.769000', '210251.772000', '210251.775000', '210251.777000', '210251.780000', '210251.782000', '210251.785000', '210251.787000', '210251.790000', '210251.793000', '210251.795000', '210251.798000', '210251.800000', '210251.803000', '210251.805000', '210251.808000', '210251.811000', '210251.813000', '210251.816000', '210251.818000', '210251.821000', '210251.823000', '210311.713000', '210311.715000', '210311.718000', '210311.721000', '210311.723000', '210311.726000', '210311.728000', '210311.731000', '210311.734000', '210311.736000', '210311.739000', '210311.741000', '210311.744000', '210311.747000', '210311.749000', '210311.752000', '210311.754000', '210311.757000', '210311.759000', '210311.762000', '210311.765000', '210311.767000', '210311.770000', '210311.772000', '210311.775000', '210311.777000', '210311.780000', '210311.783000', '210311.785000', '210311.788000', '210311.791000', '210311.793000', '210311.796000', '210311.798000', '210311.801000', '210311.804000', '210311.806000', '210311.809000', '210311.811000', '210311.814000', '210311.816000', '210311.819000', '210311.822000', '210331.712000', '210331.715000', '210331.717000', '210331.720000', '210331.722000', '210331.725000', '210331.727000', '210331.730000', '210331.733000', '210331.735000', '210331.738000', '210331.740000', '210331.743000', '210331.745000', '210331.748000', '210331.751000', '210331.753000', '210331.756000', '210331.759000', '210331.762000', '210331.764000', '210331.767000', '210331.770000', '210331.772000', '210331.775000', '210331.777000', '210331.780000', '210331.783000', '210331.785000', '210331.788000', '210331.790000', '210331.793000', '210331.796000', '210331.798000', '210331.801000', '210331.803000', '210331.806000', '210331.809000', '210331.811000', '210331.814000', '210331.816000', '210331.819000', '210331.821000', '210351.713000', '210351.716000', '210351.719000', '210351.721000', '210351.724000', '210351.726000', '210351.739000', '210351.741000', '210351.744000', '210351.747000', '210351.749000', '210351.752000', '210351.754000', '210351.757000', '210351.759000', '210351.762000', '210351.765000', '210351.767000', '210351.770000', '210351.772000', '210351.775000', '210351.778000', '210351.780000', '210351.783000', '210351.785000', '210351.788000', '210351.791000', '210351.793000', '210351.796000', '210351.798000', '210351.801000', '210351.803000', '210351.806000', '210351.809000', '210351.811000', '210351.814000', '210351.816000', '210351.819000', '210351.821000', '210351.824000', '210351.827000', '210351.829000', '210351.832000', '210351.834000', '210411.712000', '210411.714000', '210411.717000', '210411.720000', '210411.722000', '210411.725000', '210411.727000', '210411.730000', '210411.732000', '210411.735000', '210411.738000', '210411.740000', '210411.743000', '210411.745000', '210411.748000', '210411.751000', '210411.753000', '210411.756000', '210411.759000', '210411.761000', '210411.764000', '210411.766000', '210411.769000', '210411.771000', '210411.774000', '210411.777000', '210411.779000', '210411.782000', '210411.784000', '210411.787000', '210411.790000', '210411.792000', '210411.795000', '210411.797000', '210411.800000', '210411.802000', '210411.805000', '210411.808000', '210411.810000', '210411.813000', '210411.815000', '210411.818000', '210411.821000', '210411.823000', '210431.712000', '210431.715000', '210431.718000', '210431.720000', '210431.723000', '210431.726000', '210431.728000', '210431.731000', '210431.733000', '210431.736000', '210431.739000', '210431.741000', '210431.744000', '210431.746000', '210431.749000', '210431.751000', '210431.754000', '210431.757000', '210431.759000', '210431.762000', '210431.764000', '210431.767000', '210431.770000', '210431.772000', '210431.775000', '210431.777000', '210431.780000', '210431.783000', '210431.812000', '210431.815000', '210431.817000', '210431.820000', '210431.822000', '210431.825000', '210431.828000', '210431.830000', '210431.833000', '210431.835000', '210431.838000', '210431.841000', '210431.843000', '210431.846000', '210431.848000', '210451.713000', '210451.715000', '210451.718000', '210451.720000', '210451.723000', '210451.726000', '210451.728000', '210451.731000', '210451.733000', '210451.736000', '210451.739000', '210451.741000', '210451.744000', '210451.746000', '210451.749000', '210451.751000', '210451.754000', '210451.757000', '210451.759000', '210451.762000', '210451.765000', '210451.767000', '210451.770000', '210451.772000', '210451.775000', '210451.778000', '210451.780000', '210451.783000', '210451.786000', '210451.788000', '210451.791000', '210451.793000', '210451.796000', '210451.799000', '210451.801000', '210451.804000', '210451.806000', '210451.809000', '210451.812000', '210451.814000', '210451.817000', '210451.819000', '210451.822000', '210451.825000', '210511.712000', '210511.715000', '210511.718000', '210511.720000', '210511.723000', '210511.726000', '210511.728000', '210511.731000', '210511.733000', '210511.736000', '210511.738000', '210511.741000', '210511.744000', '210511.746000', '210511.749000', '210511.767000', '210511.769000', '210511.772000', '210511.774000', '210511.777000', '210511.780000', '210511.782000', '210511.785000', '210511.787000', '210511.790000', '210511.792000', '210511.795000', '210511.798000', '210511.800000', '210511.803000', '210511.806000', '210511.808000', '210511.811000', '210511.813000', '210511.816000', '210511.819000', '210511.821000', '210511.824000', '210511.826000', '210511.829000', '210511.831000', '210511.834000', '210511.837000', '210531.713000', '210531.716000', '210531.718000', '210531.721000', '210531.724000', '210531.726000', '210531.729000', '210531.731000', '210531.734000', '210531.737000', '210531.740000', '210531.742000', '210531.745000', '210531.748000', '210531.750000', '210531.753000', '210531.756000', '210531.758000', '210531.761000', '210531.763000', '210531.766000', '210531.769000', '210531.771000', '210531.774000', '210531.776000', '210531.779000', '210531.782000', '210531.784000', '210531.787000', '210531.790000', '210531.793000', '210531.796000', '210531.798000', '210531.801000', '210531.804000', '210531.806000', '210531.809000', '210531.811000', '210531.814000', '210531.817000', '210531.819000', '210531.822000', '210531.824000', '210531.827000', '210551.712000', '210551.715000', '210551.717000', '210551.720000', '210551.722000', '210551.725000', '210551.727000', '210551.730000', '210551.732000', '210551.735000', '210551.738000', '210551.740000', '210551.743000', '210551.745000', '210551.748000', '210551.751000', '210551.753000', '210551.756000', '210551.758000', '210551.761000', '210551.763000', '210551.766000', '210551.769000', '210551.771000', '210551.784000', '210551.786000', '210551.789000', '210551.792000', '210551.794000', '210551.797000', '210551.799000', '210551.802000', '210551.805000', '210551.807000', '210551.810000', '210551.812000', '210551.815000', '210551.817000', '210551.820000', '210551.823000', '210551.825000', '210551.828000', '210551.830000', '210611.712000', '210611.714000', '210611.717000', '210611.720000', '210611.722000', '210611.725000', '210611.727000', '210611.730000', '210611.732000', '210611.735000', '210611.738000', '210611.740000', '210611.743000', '210611.746000', '210611.748000', '210611.751000', '210611.753000', '210611.756000', '210611.758000', '210611.761000', '210611.764000', '210611.766000', '210611.769000', '210611.771000', '210611.774000', '210611.777000', '210611.779000', '210611.782000', '210611.784000', '210611.787000', '210611.790000', '210611.792000', '210611.795000', '210611.797000', '210611.800000', '210611.803000', '210611.805000', '210611.808000', '210611.810000', '210611.813000', '210611.815000', '210611.818000', '210611.821000', '210611.823000', '210631.712000', '210631.715000', '210631.717000', '210631.720000', '210631.722000', '210631.725000', '210631.728000', '210631.730000', '210631.733000', '210631.735000', '210631.738000', '210631.741000', '210631.753000', '210631.755000', '210631.758000', '210631.761000', '210631.763000', '210631.766000', '210631.769000', '210631.771000', '210631.774000', '210631.776000', '210631.779000', '210631.781000', '210631.784000', '210631.787000', '210631.789000', '210631.792000', '210631.794000', '210631.797000', '210631.800000', '210631.802000', '210631.805000', '210631.807000', '210631.810000', '210631.813000', '210631.815000', '210631.818000', '210631.820000', '210631.823000', '210631.826000', '210631.828000', '210631.831000', '210651.713000', '210651.715000', '210651.718000', '210651.721000', '210651.723000', '210651.726000', '210651.728000', '210651.731000', '210651.733000', '210651.736000', '210651.739000', '210651.741000', '210651.744000', '210651.746000', '210651.749000', '210651.752000', '210651.754000', '210651.757000', '210651.760000', '210651.762000', '210651.765000', '210651.768000', '210651.770000', '210651.774000', '210651.778000', '210651.780000', '210651.783000', '210651.786000', '210651.789000', '210651.791000', '210651.794000', '210651.796000', '210651.799000', '210651.802000', '210651.804000', '210651.807000', '210651.809000', '210651.812000', '210651.815000', '210651.817000', '210651.820000', '210651.822000', '210651.825000', '210711.713000', '210711.716000', '210711.718000', '210711.721000', '210711.723000', '210711.726000', '210711.729000', '210711.731000', '210711.734000', '210711.736000', '210711.739000', '210711.742000', '210711.744000', '210711.747000', '210711.749000', '210711.752000', '210711.755000', '210711.757000', '210711.760000', '210711.762000', '210711.765000', '210711.768000', '210711.770000', '210711.773000', '210711.775000', '210711.778000', '210711.781000', '210711.783000', '210711.786000', '210711.788000', '210711.791000', '210711.803000', '210711.806000', '210711.809000', '210711.811000', '210711.814000', '210711.816000', '210711.819000', '210711.822000', '210711.824000', '210711.827000', '210711.829000', '210711.832000', '210711.834000', '210731.713000', '210731.716000', '210731.718000', '210731.721000', '210731.724000', '210731.726000', '210731.729000', '210731.732000', '210731.734000', '210731.737000', '210731.739000', '210731.742000', '210731.745000', '210731.747000', '210731.750000', '210731.752000', '210731.755000', '210731.758000', '210731.760000', '210731.763000', '210731.765000', '210731.768000', '210731.771000', '210731.773000', '210731.776000', '210731.778000', '210731.781000', '210731.784000', '210731.786000', '210731.789000', '210731.791000', '210731.794000', '210731.797000', '210731.799000', '210731.802000', '210731.804000', '210731.807000', '210731.809000', '210731.820000', '210731.823000', '210731.826000', '210731.828000', '210731.831000', '210743.285000', '210743.288000', '210743.291000', '210743.294000', '210743.296000', '210743.299000', '210743.301000', '210743.304000', '210743.307000', '210743.309000', '210743.312000', '210743.314000', '210743.317000', '210743.320000', '210743.323000', '210743.326000', '210743.329000', '210743.332000', '210743.335000', '210743.338000', '210743.340000', '210743.343000', '210743.346000', '210743.348000', '210743.351000', '210743.354000'], 'InstanceCreationTime': ['205751.755000', '205751.758000', '205751.760000', '205751.763000', '205751.766000', '205751.768000', '205751.771000', '205751.774000', '205751.780000', '205751.783000', '205751.785000', '205751.788000', '205751.791000', '205751.793000', '205751.796000', '205751.798000', '205751.801000', '205751.804000', '205751.806000', '205751.809000', '205751.811000', '205751.814000', '205751.816000', '205751.819000', '205751.822000', '205751.824000', '205751.827000', '205751.829000', '205751.832000', '205751.834000', '205751.837000', '205751.839000', '205751.842000', '205751.845000', '205751.847000', '205811.713000', '205811.716000', '205811.718000', '205811.721000', '205811.723000', '205811.726000', '205811.728000', '205811.731000', '205811.734000', '205811.736000', '205811.739000', '205811.741000', '205811.744000', '205811.746000', '205811.749000', '205811.751000', '205811.754000', '205811.756000', '205811.759000', '205811.761000', '205811.764000', '205811.767000', '205811.769000', '205811.772000', '205811.774000', '205811.777000', '205811.779000', '205811.782000', '205811.784000', '205811.787000', '205811.790000', '205811.792000', '205811.795000', '205811.797000', '205811.800000', '205811.802000', '205811.805000', '205811.807000', '205811.810000', '205811.813000', '205811.815000', '205811.818000', '205811.820000', '205811.823000', '205831.712000', '205831.715000', '205831.718000', '205831.720000', '205831.723000', '205831.725000', '205831.728000', '205831.733000', '205831.736000', '205831.738000', '205831.741000', '205831.743000', '205831.746000', '205831.748000', '205831.751000', '205831.754000', '205831.756000', '205831.759000', '205831.761000', '205831.764000', '205831.766000', '205831.769000', '205831.772000', '205831.774000', '205831.777000', '205831.779000', '205831.782000', '205831.784000', '205831.787000', '205831.789000', '205831.792000', '205831.795000', '205831.797000', '205831.800000', '205831.807000', '205831.810000', '205831.812000', '205831.815000', '205831.818000', '205831.820000', '205831.823000', '205831.825000', '205831.828000', '205831.830000', '205851.711000', '205851.714000', '205851.717000', '205851.719000', '205851.722000', '205851.725000', '205851.727000', '205851.730000', '205851.732000', '205851.735000', '205851.737000', '205851.740000', '205851.742000', '205851.745000', '205851.747000', '205851.750000', '205851.752000', '205851.755000', '205851.758000', '205851.760000', '205851.763000', '205851.765000', '205851.768000', '205851.771000', '205851.773000', '205851.776000', '205851.778000', '205851.781000', '205851.783000', '205851.786000', '205851.789000', '205851.791000', '205851.794000', '205851.796000', '205851.799000', '205851.802000', '205851.804000', '205851.807000', '205851.809000', '205851.812000', '205851.814000', '205851.817000', '205851.820000', '205911.711000', '205911.714000', '205911.717000', '205911.719000', '205911.722000', '205911.725000', '205911.727000', '205911.730000', '205911.732000', '205911.735000', '205911.737000', '205911.740000', '205911.742000', '205911.745000', '205911.748000', '205911.750000', '205911.753000', '205911.775000', '205911.778000', '205911.780000', '205911.783000', '205911.785000', '205911.788000', '205911.791000', '205911.793000', '205911.796000', '205911.798000', '205911.801000', '205911.803000', '205911.806000', '205911.809000', '205911.811000', '205911.814000', '205911.816000', '205911.819000', '205911.821000', '205911.824000', '205911.827000', '205911.829000', '205911.832000', '205911.834000', '205911.837000', '205911.839000', '205931.712000', '205931.714000', '205931.717000', '205931.719000', '205931.722000', '205931.725000', '205931.727000', '205931.730000', '205931.732000', '205931.735000', '205931.737000', '205931.740000', '205931.742000', '205931.745000', '205931.748000', '205931.750000', '205931.753000', '205931.755000', '205931.758000', '205931.761000', '205931.763000', '205931.766000', '205931.768000', '205931.771000', '205931.773000', '205931.776000', '205931.779000', '205931.781000', '205931.784000', '205931.786000', '205931.789000', '205931.791000', '205931.794000', '205931.797000', '205931.799000', '205931.802000', '205931.804000', '205931.807000', '205931.809000', '205931.812000', '205931.815000', '205931.817000', '205931.820000', '205931.823000', '205951.712000', '205951.714000', '205951.717000', '205951.720000', '205951.722000', '205951.725000', '205951.727000', '205951.730000', '205951.732000', '205951.735000', '205951.738000', '205951.740000', '205951.743000', '205951.746000', '205951.748000', '205951.751000', '205951.753000', '205951.756000', '205951.759000', '205951.762000', '205951.764000', '205951.767000', '205951.770000', '205951.772000', '205951.775000', '205951.777000', '205951.780000', '205951.783000', '205951.785000', '205951.788000', '205951.790000', '205951.793000', '205951.796000', '205951.798000', '205951.801000', '205951.804000', '205951.806000', '205951.809000', '205951.811000', '205951.814000', '205951.816000', '205951.819000', '205951.822000', '210011.712000', '210011.715000', '210011.718000', '210011.721000', '210011.723000', '210011.726000', '210011.728000', '210011.731000', '210011.733000', '210011.736000', '210011.739000', '210011.741000', '210011.744000', '210011.746000', '210011.749000', '210011.752000', '210011.754000', '210011.757000', '210011.759000', '210011.762000', '210011.765000', '210011.767000', '210011.770000', '210011.772000', '210011.775000', '210011.777000', '210011.780000', '210011.782000', '210011.785000', '210011.788000', '210011.790000', '210011.793000', '210011.795000', '210011.798000', '210011.801000', '210011.803000', '210011.806000', '210011.808000', '210011.811000', '210011.813000', '210011.816000', '210011.819000', '210011.821000', '210011.824000', '210031.712000', '210031.715000', '210031.718000', '210031.721000', '210031.723000', '210031.726000', '210031.728000', '210031.731000', '210031.734000', '210031.736000', '210031.739000', '210031.741000', '210031.744000', '210031.747000', '210031.749000', '210031.752000', '210031.754000', '210031.757000', '210031.759000', '210031.762000', '210031.765000', '210031.767000', '210031.770000', '210031.773000', '210031.775000', '210031.778000', '210031.781000', '210031.783000', '210031.786000', '210031.788000', '210031.791000', '210031.793000', '210031.796000', '210031.799000', '210031.801000', '210031.804000', '210031.806000', '210031.809000', '210031.812000', '210031.814000', '210031.817000', '210031.820000', '210031.823000', '210051.712000', '210051.715000', '210051.718000', '210051.720000', '210051.723000', '210051.725000', '210051.728000', '210051.731000', '210051.733000', '210051.736000', '210051.738000', '210051.741000', '210051.743000', '210051.766000', '210051.769000', '210051.771000', '210051.774000', '210051.776000', '210051.779000', '210051.781000', '210051.784000', '210051.787000', '210051.789000', '210051.792000', '210051.794000', '210051.797000', '210051.799000', '210051.802000', '210051.805000', '210051.807000', '210051.810000', '210051.812000', '210051.815000', '210051.818000', '210051.820000', '210051.823000', '210051.825000', '210051.828000', '210051.830000', '210051.833000', '210051.836000', '210051.838000', '210051.841000', '210051.843000', '210111.711000', '210111.714000', '210111.717000', '210111.719000', '210111.722000', '210111.724000', '210111.727000', '210111.730000', '210111.732000', '210111.735000', '210111.737000', '210111.740000', '210111.742000', '210111.745000', '210111.748000', '210111.750000', '210111.753000', '210111.755000', '210111.758000', '210111.760000', '210111.763000', '210111.766000', '210111.768000', '210111.771000', '210111.773000', '210111.776000', '210111.779000', '210111.781000', '210111.784000', '210111.786000', '210111.789000', '210111.792000', '210111.794000', '210111.797000', '210111.800000', '210111.802000', '210111.805000', '210111.807000', '210111.810000', '210111.813000', '210111.815000', '210111.818000', '210111.820000', '210131.711000', '210131.714000', '210131.717000', '210131.720000', '210131.722000', '210131.725000', '210131.727000', '210131.730000', '210131.732000', '210131.735000', '210131.738000', '210131.740000', '210131.743000', '210131.746000', '210131.748000', '210131.751000', '210131.753000', '210131.756000', '210131.759000', '210131.761000', '210131.764000', '210131.766000', '210131.769000', '210131.772000', '210131.774000', '210131.777000', '210131.779000', '210131.782000', '210131.785000', '210131.787000', '210131.790000', '210131.792000', '210131.795000', '210131.798000', '210131.800000', '210131.803000', '210131.805000', '210131.808000', '210131.810000', '210131.813000', '210131.816000', '210131.818000', '210131.821000', '210131.823000', '210151.711000', '210151.714000', '210151.717000', '210151.720000', '210151.722000', '210151.725000', '210151.727000', '210151.730000', '210151.733000', '210151.735000', '210151.738000', '210151.740000', '210151.743000', '210151.746000', '210151.748000', '210151.751000', '210151.753000', '210151.756000', '210151.759000', '210151.761000', '210151.770000', '210151.773000', '210151.776000', '210151.778000', '210151.781000', '210151.783000', '210151.786000', '210151.789000', '210151.791000', '210151.794000', '210151.796000', '210151.799000', '210151.802000', '210151.804000', '210151.807000', '210151.809000', '210151.812000', '210151.814000', '210151.817000', '210151.820000', '210151.822000', '210151.825000', '210151.827000', '210211.712000', '210211.715000', '210211.718000', '210211.720000', '210211.723000', '210211.726000', '210211.728000', '210211.731000', '210211.733000', '210211.736000', '210211.739000', '210211.741000', '210211.744000', '210211.747000', '210211.749000', '210211.752000', '210211.754000', '210211.757000', '210211.759000', '210211.762000', '210211.765000', '210211.767000', '210211.770000', '210211.772000', '210211.775000', '210211.778000', '210211.780000', '210211.783000', '210211.785000', '210211.788000', '210211.790000', '210211.793000', '210211.796000', '210211.798000', '210211.801000', '210211.803000', '210211.806000', '210211.808000', '210211.811000', '210211.814000', '210211.816000', '210211.819000', '210211.821000', '210211.824000', '210231.713000', '210231.716000', '210231.718000', '210231.721000', '210231.723000', '210231.726000', '210231.729000', '210231.731000', '210231.734000', '210231.736000', '210231.739000', '210231.742000', '210231.744000', '210231.747000', '210231.749000', '210231.752000', '210231.755000', '210231.757000', '210231.760000', '210231.762000', '210231.765000', '210231.767000', '210231.770000', '210231.773000', '210231.775000', '210231.778000', '210231.780000', '210231.783000', '210231.786000', '210231.788000', '210231.791000', '210231.793000', '210231.796000', '210231.798000', '210231.801000', '210231.804000', '210231.806000', '210231.809000', '210231.811000', '210231.814000', '210231.817000', '210231.819000', '210231.822000', '210251.713000', '210251.715000', '210251.718000', '210251.721000', '210251.723000', '210251.726000', '210251.728000', '210251.731000', '210251.734000', '210251.736000', '210251.739000', '210251.741000', '210251.744000', '210251.746000', '210251.749000', '210251.751000', '210251.754000', '210251.757000', '210251.759000', '210251.762000', '210251.764000', '210251.767000', '210251.769000', '210251.772000', '210251.775000', '210251.777000', '210251.780000', '210251.782000', '210251.785000', '210251.787000', '210251.790000', '210251.793000', '210251.795000', '210251.798000', '210251.800000', '210251.803000', '210251.805000', '210251.808000', '210251.811000', '210251.813000', '210251.816000', '210251.818000', '210251.821000', '210251.823000', '210311.713000', '210311.715000', '210311.718000', '210311.721000', '210311.723000', '210311.726000', '210311.728000', '210311.731000', '210311.734000', '210311.736000', '210311.739000', '210311.741000', '210311.744000', '210311.747000', '210311.749000', '210311.752000', '210311.754000', '210311.757000', '210311.759000', '210311.762000', '210311.765000', '210311.767000', '210311.770000', '210311.772000', '210311.775000', '210311.777000', '210311.780000', '210311.783000', '210311.785000', '210311.788000', '210311.791000', '210311.793000', '210311.796000', '210311.798000', '210311.801000', '210311.804000', '210311.806000', '210311.809000', '210311.811000', '210311.814000', '210311.816000', '210311.819000', '210311.822000', '210331.712000', '210331.715000', '210331.717000', '210331.720000', '210331.722000', '210331.725000', '210331.727000', '210331.730000', '210331.733000', '210331.735000', '210331.738000', '210331.740000', '210331.743000', '210331.745000', '210331.748000', '210331.751000', '210331.753000', '210331.756000', '210331.759000', '210331.762000', '210331.764000', '210331.767000', '210331.770000', '210331.772000', '210331.775000', '210331.777000', '210331.780000', '210331.783000', '210331.785000', '210331.788000', '210331.790000', '210331.793000', '210331.796000', '210331.798000', '210331.801000', '210331.803000', '210331.806000', '210331.809000', '210331.811000', '210331.814000', '210331.816000', '210331.819000', '210331.821000', '210351.713000', '210351.716000', '210351.719000', '210351.721000', '210351.724000', '210351.726000', '210351.739000', '210351.741000', '210351.744000', '210351.747000', '210351.749000', '210351.752000', '210351.754000', '210351.757000', '210351.759000', '210351.762000', '210351.765000', '210351.767000', '210351.770000', '210351.772000', '210351.775000', '210351.778000', '210351.780000', '210351.783000', '210351.785000', '210351.788000', '210351.791000', '210351.793000', '210351.796000', '210351.798000', '210351.801000', '210351.803000', '210351.806000', '210351.809000', '210351.811000', '210351.814000', '210351.816000', '210351.819000', '210351.821000', '210351.824000', '210351.827000', '210351.829000', '210351.832000', '210351.834000', '210411.712000', '210411.714000', '210411.717000', '210411.720000', '210411.722000', '210411.725000', '210411.727000', '210411.730000', '210411.732000', '210411.735000', '210411.738000', '210411.740000', '210411.743000', '210411.745000', '210411.748000', '210411.751000', '210411.753000', '210411.756000', '210411.759000', '210411.761000', '210411.764000', '210411.766000', '210411.769000', '210411.771000', '210411.774000', '210411.777000', '210411.779000', '210411.782000', '210411.784000', '210411.787000', '210411.790000', '210411.792000', '210411.795000', '210411.797000', '210411.800000', '210411.802000', '210411.805000', '210411.808000', '210411.810000', '210411.813000', '210411.815000', '210411.818000', '210411.821000', '210411.823000', '210431.712000', '210431.715000', '210431.718000', '210431.720000', '210431.723000', '210431.726000', '210431.728000', '210431.731000', '210431.733000', '210431.736000', '210431.739000', '210431.741000', '210431.744000', '210431.746000', '210431.749000', '210431.751000', '210431.754000', '210431.757000', '210431.759000', '210431.762000', '210431.764000', '210431.767000', '210431.770000', '210431.772000', '210431.775000', '210431.777000', '210431.780000', '210431.783000', '210431.812000', '210431.815000', '210431.817000', '210431.820000', '210431.822000', '210431.825000', '210431.828000', '210431.830000', '210431.833000', '210431.835000', '210431.838000', '210431.841000', '210431.843000', '210431.846000', '210431.848000', '210451.713000', '210451.715000', '210451.718000', '210451.720000', '210451.723000', '210451.726000', '210451.728000', '210451.731000', '210451.733000', '210451.736000', '210451.739000', '210451.741000', '210451.744000', '210451.746000', '210451.749000', '210451.751000', '210451.754000', '210451.757000', '210451.759000', '210451.762000', '210451.765000', '210451.767000', '210451.770000', '210451.772000', '210451.775000', '210451.778000', '210451.780000', '210451.783000', '210451.786000', '210451.788000', '210451.791000', '210451.793000', '210451.796000', '210451.799000', '210451.801000', '210451.804000', '210451.806000', '210451.809000', '210451.812000', '210451.814000', '210451.817000', '210451.819000', '210451.822000', '210451.825000', '210511.712000', '210511.715000', '210511.718000', '210511.720000', '210511.723000', '210511.726000', '210511.728000', '210511.731000', '210511.733000', '210511.736000', '210511.738000', '210511.741000', '210511.744000', '210511.746000', '210511.749000', '210511.767000', '210511.769000', '210511.772000', '210511.774000', '210511.777000', '210511.780000', '210511.782000', '210511.785000', '210511.787000', '210511.790000', '210511.792000', '210511.795000', '210511.798000', '210511.800000', '210511.803000', '210511.806000', '210511.808000', '210511.811000', '210511.813000', '210511.816000', '210511.819000', '210511.821000', '210511.824000', '210511.826000', '210511.829000', '210511.831000', '210511.834000', '210511.837000', '210531.713000', '210531.716000', '210531.718000', '210531.721000', '210531.724000', '210531.726000', '210531.729000', '210531.731000', '210531.734000', '210531.737000', '210531.740000', '210531.742000', '210531.745000', '210531.748000', '210531.750000', '210531.753000', '210531.756000', '210531.758000', '210531.761000', '210531.763000', '210531.766000', '210531.769000', '210531.771000', '210531.774000', '210531.776000', '210531.779000', '210531.782000', '210531.784000', '210531.787000', '210531.790000', '210531.793000', '210531.796000', '210531.798000', '210531.801000', '210531.804000', '210531.806000', '210531.809000', '210531.811000', '210531.814000', '210531.817000', '210531.819000', '210531.822000', '210531.824000', '210531.827000', '210551.712000', '210551.715000', '210551.717000', '210551.720000', '210551.722000', '210551.725000', '210551.727000', '210551.730000', '210551.732000', '210551.735000', '210551.738000', '210551.740000', '210551.743000', '210551.745000', '210551.748000', '210551.751000', '210551.753000', '210551.756000', '210551.758000', '210551.761000', '210551.763000', '210551.766000', '210551.769000', '210551.771000', '210551.784000', '210551.786000', '210551.789000', '210551.792000', '210551.794000', '210551.797000', '210551.799000', '210551.802000', '210551.805000', '210551.807000', '210551.810000', '210551.812000', '210551.815000', '210551.817000', '210551.820000', '210551.823000', '210551.825000', '210551.828000', '210551.830000', '210611.712000', '210611.714000', '210611.717000', '210611.720000', '210611.722000', '210611.725000', '210611.727000', '210611.730000', '210611.732000', '210611.735000', '210611.738000', '210611.740000', '210611.743000', '210611.746000', '210611.748000', '210611.751000', '210611.753000', '210611.756000', '210611.758000', '210611.761000', '210611.764000', '210611.766000', '210611.769000', '210611.771000', '210611.774000', '210611.777000', '210611.779000', '210611.782000', '210611.784000', '210611.787000', '210611.790000', '210611.792000', '210611.795000', '210611.797000', '210611.800000', '210611.803000', '210611.805000', '210611.808000', '210611.810000', '210611.813000', '210611.815000', '210611.818000', '210611.821000', '210611.823000', '210631.712000', '210631.715000', '210631.717000', '210631.720000', '210631.722000', '210631.725000', '210631.728000', '210631.730000', '210631.733000', '210631.735000', '210631.738000', '210631.741000', '210631.753000', '210631.755000', '210631.758000', '210631.761000', '210631.763000', '210631.766000', '210631.769000', '210631.771000', '210631.774000', '210631.776000', '210631.779000', '210631.781000', '210631.784000', '210631.787000', '210631.789000', '210631.792000', '210631.794000', '210631.797000', '210631.800000', '210631.802000', '210631.805000', '210631.807000', '210631.810000', '210631.813000', '210631.815000', '210631.818000', '210631.820000', '210631.823000', '210631.826000', '210631.828000', '210631.831000', '210651.713000', '210651.715000', '210651.718000', '210651.721000', '210651.723000', '210651.726000', '210651.728000', '210651.731000', '210651.733000', '210651.736000', '210651.739000', '210651.741000', '210651.744000', '210651.746000', '210651.749000', '210651.752000', '210651.754000', '210651.757000', '210651.760000', '210651.762000', '210651.765000', '210651.768000', '210651.770000', '210651.774000', '210651.778000', '210651.780000', '210651.783000', '210651.786000', '210651.789000', '210651.791000', '210651.794000', '210651.796000', '210651.799000', '210651.802000', '210651.804000', '210651.807000', '210651.809000', '210651.812000', '210651.815000', '210651.817000', '210651.820000', '210651.822000', '210651.825000', '210711.713000', '210711.716000', '210711.718000', '210711.721000', '210711.723000', '210711.726000', '210711.729000', '210711.731000', '210711.734000', '210711.736000', '210711.739000', '210711.742000', '210711.744000', '210711.747000', '210711.749000', '210711.752000', '210711.755000', '210711.757000', '210711.760000', '210711.762000', '210711.765000', '210711.768000', '210711.770000', '210711.773000', '210711.775000', '210711.778000', '210711.781000', '210711.783000', '210711.786000', '210711.788000', '210711.791000', '210711.803000', '210711.806000', '210711.809000', '210711.811000', '210711.814000', '210711.816000', '210711.819000', '210711.822000', '210711.824000', '210711.827000', '210711.829000', '210711.832000', '210711.834000', '210731.713000', '210731.716000', '210731.718000', '210731.721000', '210731.724000', '210731.726000', '210731.729000', '210731.732000', '210731.734000', '210731.737000', '210731.739000', '210731.742000', '210731.745000', '210731.747000', '210731.750000', '210731.752000', '210731.755000', '210731.758000', '210731.760000', '210731.763000', '210731.765000', '210731.768000', '210731.771000', '210731.773000', '210731.776000', '210731.778000', '210731.781000', '210731.784000', '210731.786000', '210731.789000', '210731.791000', '210731.794000', '210731.797000', '210731.799000', '210731.802000', '210731.804000', '210731.807000', '210731.809000', '210731.820000', '210731.823000', '210731.826000', '210731.828000', '210731.831000', '210743.285000', '210743.288000', '210743.291000', '210743.294000', '210743.296000', '210743.299000', '210743.301000', '210743.304000', '210743.307000', '210743.309000', '210743.312000', '210743.314000', '210743.317000', '210743.320000', '210743.323000', '210743.326000', '210743.329000', '210743.332000', '210743.335000', '210743.338000', '210743.340000', '210743.343000', '210743.346000', '210743.348000', '210743.351000', '210743.354000'], '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': [11666, 12738, 14405, 7439, 9515, 11557, 7663, 9538, 7176, 8087, 7170, 8696, 6639, 7806, 6497, 7139, 6703, 7619, 11911, 9349, 8620, 11461, 8009, 8418, 6629, 7455, 6852, 7781, 10777, 9198, 9810, 7495, 9210, 6834, 8337, 13286, 8837, 9282, 6543, 7471, 9896, 6922, 7721, 7018, 7091, 6502, 7350, 11936, 12392, 7990, 9737, 7017, 7939, 6470, 7618, 6536, 7746, 10983, 9162, 10670, 8190, 10125, 13554, 8164, 9317, 12866, 7887, 9142, 6971, 8173, 6807, 8225, 11634, 7912, 10502, 7328, 8978, 6879, 8274, 12153, 9045, 9824, 6901, 8375, 6857, 7692, 11722, 9171, 9466, 7052, 8939, 6882, 8373, 12554, 8229, 8776, 12535, 7238, 8409, 13054, 8092, 8333, 7195, 8096, 6956, 8286, 11753, 8732, 8716, 6843, 8460, 6836, 8177, 11652, 7742, 8650, 11951, 7705, 8681, 6991, 8156, 6799, 8484, 6932, 7837, 9983, 7611, 9762, 12560, 8914, 10945, 7479, 8442, 6633, 8171, 11884, 8425, 8654, 6927, 8382, 6857, 8563, 11593, 7799, 9018, 6955, 8328, 12619, 7274, 9050, 10935, 8131, 7896, 7254, 6812, 7335, 10864, 10122, 8714, 10151, 7294, 10250, 8611, 8265, 9840, 7130, 8842, 6876, 8032, 6637, 8083, 6711, 7983, 6566, 7982, 11962, 8064, 9193, 12020, 8124, 9154, 7034, 8173, 7247, 10279, 7453, 8472, 6599, 7850, 6575, 8293, 11257, 8539, 10811, 9689, 9413, 7421, 7068, 7446, 10635, 8815, 10540, 8862, 9947, 7167, 9101, 7014, 8782, 6631, 8137, 6343, 8046, 6326, 7688, 6618, 7810, 6359, 7487, 6311, 7230, 11288, 10206, 8259, 9734, 7097, 8734, 7020, 9913, 8146, 7529, 7879, 6477, 8240, 11771, 9986, 9269, 10268, 7019, 9050, 7027, 9028, 7625, 8691, 7486, 8767, 6589, 8930, 12932, 8254, 9724, 6613, 8434, 12327, 8542, 9642, 6885, 8324, 6411, 7622, 6836, 7562, 10177, 8508, 9431, 7473, 8728, 6774, 8833, 6318, 7923, 6855, 7945, 6534, 7577, 11056, 10403, 8996, 10776, 7487, 8691, 7010, 8790, 11592, 8801, 9817, 7070, 8462, 7127, 8848, 7033, 8327, 6694, 8475, 6576, 8373, 8935, 8174, 10097, 8764, 8019, 8086, 11084, 9258, 12079, 9981, 11864, 8421, 9882, 13233, 9456, 10079, 7342, 8154, 6700, 7411, 7089, 7298, 10161, 7260, 8996, 6723, 8793, 6814, 8156, 11366, 7700, 9273, 6656, 7615, 7229, 7340, 10024, 8066, 8979, 7482, 10398, 7588, 10207, 7658, 9635, 7337, 8952, 6871, 8443, 13372, 10081, 11684, 9387, 10752, 7435, 9260, 6869, 8167, 6809, 8018, 6792, 8127, 6785, 8804, 7880, 8635, 11185, 8178, 12462, 9224, 11474, 8403, 10878, 7265, 8861, 7202, 8054, 11979, 8070, 11008, 7351, 9439, 7215, 8940, 9376, 7697, 7328, 7448, 8992, 7167, 9349, 12619, 7983, 8461, 6849, 8070, 6708, 7590, 12040, 7429, 9026, 6614, 7822, 6590, 7853, 11085, 7859, 9177, 6603, 8085, 6647, 7801, 7668, 7636, 8395, 7897, 11552, 11822, 8746, 11023, 7530, 8675, 6962, 7388, 8567, 7176, 9077, 7951, 8728, 7384, 9011, 7113, 8673, 11700, 8221, 11507, 7574, 9339, 8235, 8889, 7889, 9839, 6858, 8602, 12721, 8057, 10998, 7954, 8799, 7232, 7498, 11295, 7283, 8415, 10020, 7823, 6836, 7345, 7057, 7457, 10480, 8848, 8518, 7949, 10736, 8769, 10146, 8064, 9842, 7342, 7944, 12817, 8107, 9453, 9617, 8163, 10191, 7166, 8875, 7151, 9044, 8684, 9421, 7935, 9918, 8889, 9624, 7656, 10707, 6973, 9148, 7006, 8296, 10818, 8278, 11530, 8071, 9467, 7386, 8144, 7514, 8025, 7145, 7792, 10430, 7873, 8772, 7054, 8569, 7456, 8136, 11449, 8602, 9897, 6863, 8732, 7208, 8395, 11620, 8656, 9957, 7765, 8991, 6868, 8879, 7300, 8388, 6981, 8140, 12133, 8343, 10362, 7671, 8808, 7001, 7974, 7139, 7846, 6856, 8773, 6899, 8529, 8384, 8229, 11906, 9341, 11082, 7333, 8849, 12975, 8267, 9174, 7394, 7872, 9250, 6825, 8440, 12040, 8021, 8558, 7070, 7865, 6723, 8340, 6837, 8409, 6874, 8064, 8326, 8203, 11605, 8481, 11486, 7610, 8607, 8544, 8041, 10884, 8403, 9740, 7172, 8844, 7119, 8567, 11388, 9049, 9599, 7517, 8847, 6921, 7981, 8283, 7759, 9893, 8595, 9409, 7393, 8635, 12165, 8352, 9317, 7639, 8495, 6848, 8021, 6294, 8282, 6790, 7548, 7227, 7893, 11427, 13685, 10060, 9955, 7151, 7983, 9208, 6902, 8240, 10823, 8009, 8667, 7112, 8378, 7323, 8300, 7401, 8598, 7023, 8511, 11997, 8781, 9041, 12181, 8161, 9079, 7293, 8613, 10835, 8039, 9083, 7169, 8358, 7182, 8239, 7111, 8842, 11560, 9820, 9588, 7266, 8309, 6865, 8238, 9618, 8165, 11021, 7745, 9389, 7349, 8807, 11818, 9863, 9870, 6760, 8809, 11046, 6882, 8319, 7002, 7872, 6596, 7936, 6469, 7512, 9931, 7569, 8641, 6857, 7616, 10410, 7798, 9982, 7902, 8711, 6955, 7992, 11365, 8098, 8881, 12015, 8070, 8905, 7458, 7684, 7441, 9914, 11890, 9628, 11071, 7422, 8385, 11609, 9188, 10127, 7310, 8713, 6859, 8137, 11648, 7643, 8852, 6836, 7761, 6830, 7928, 11052, 7952, 9035, 7118, 7722, 6988, 7730, 10470, 11217, 9076, 10870, 7690, 8935, 6903, 8653, 11151, 9109, 9285, 7316, 8189, 7028, 8598, 11872, 8171, 10034, 6809, 8201, 6985, 7983, 10744, 7904, 8989, 7210, 7933, 7138, 7736, 10285, 11988, 8976, 10694, 7193, 8758, 6903, 8088, 11743, 7869, 8968, 7634, 8700, 7140, 8801, 7836, 7660, 11741, 9133, 9758, 7482, 9235, 7636, 8642, 12397, 9815, 10129, 7194, 8096, 10747, 7144, 8360, 6798, 8503, 7113, 8747, 11213, 7965, 8645, 6951, 8411, 6836, 7990, 11117, 7713, 8795, 7383, 7781, 6893, 7963, 11019, 7686, 8679, 10557, 8001, 6814, 7896, 10879, 8050, 9376, 8178, 8385, 7031, 7971, 7365, 8264, 11060, 8681, 9200, 12009, 7890, 8642, 9589, 8362, 10293, 7093, 8336, 6936, 7896, 7113, 8458, 10875, 9210, 9095, 6718, 8406, 11606, 7645, 9072, 10881, 8224, 7720, 7803, 9104, 7302, 8918, 9343, 8410, 8454, 7802, 10497, 7912, 9890, 11986, 9284, 10420, 6924, 8484, 12138, 8165, 8562, 6912, 8474, 6928, 8340, 7383, 9634, 11520, 9152, 9686, 7060, 8298, 7011, 7765, 10231, 8027, 8941, 11613, 7496, 8529, 7193, 8316, 11047, 7476, 8868, 7391, 8634, 6900, 8846, 9044, 8828, 10535, 7994, 10653, 8380, 9333, 7511, 8545, 7111, 8583, 7287, 8008, 10983, 12597, 9875, 11422, 7910, 8450, 7081, 7884, 10733, 8884, 8311, 7108, 6899, 6860, 7221, 8820, 8478, 10837, 12497, 9072, 9236, 7262, 7806, 7174, 8038, 10577, 8555, 8752, 10221, 7521, 8330, 7058, 8365, 7034, 8189, 7043, 7924, 7113, 7958, 10379, 9872, 9053, 10755, 7804, 8677, 6974, 8675, 10720, 8068, 8799, 7929, 8464, 7200, 8638, 7539, 9154, 11991, 8872, 10938, 7530, 7849, 7930, 7668, 9498, 7681, 8147, 10647, 8116, 8957, 7169, 8546, 7361, 9392, 11049, 9927, 9468, 7146, 8305, 11710, 8228, 8453, 7122, 8299, 6833, 7766, 7027, 7709, 7143, 7984, 11839, 8089, 8871, 7503, 7929, 10087, 7431, 8708, 12166, 8186, 9530, 7705, 8493, 7486, 8481, 7617, 9102, 7571, 9365, 7241, 8397, 8732, 8176, 11780, 7701, 9907, 7739, 9057, 7422, 8266, 7518, 8172, 11521, 8838, 10455, 8344, 9113, 7337, 8520, 12160, 9961, 9659, 7349, 8079, 7222, 8426, 7353, 7830, 11967, 8453, 10672, 7894, 9281, 12717, 8266, 8664, 7395, 7583, 6822, 7254, 7019, 7279, 9962, 7347, 8721, 9255, 7175, 8772, 10742, 8100, 10525, 7366, 8966, 6734, 7911, 6917, 8239, 10586, 7902, 9846, 6852, 8261, 7047, 7920, 11082, 8173, 9933, 7620, 8830, 6909, 8000, 11419, 8387, 9474, 7297, 8633, 8562, 7645, 9563, 7295, 8648, 7444, 8731, 7430, 7950, 11460, 8668, 10118, 9546, 10727, 7877, 8957, 13226, 8612, 9685, 11585, 8347, 8434, 7089, 7803, 7303, 8431, 11408, 9107, 10006, 7664, 7388, 7934, 10574, 9880, 9395, 11364, 7737, 8701, 7281, 8524, 11790, 9333, 10452, 8035, 8801, 7181, 8927, 7189, 8754, 7195, 8268, 7499, 8275, 11794, 8755, 11477, 8906, 10190, 7834, 9282, 10346, 9266, 11364, 7949, 8733, 7156, 8638, 7089, 7882, 10770, 7678, 9421, 7876, 9214, 7367, 9148, 7124, 8871, 7014, 8685, 7452, 8749, 8676, 8815, 8614, 8583, 12345, 12018, 9783, 11495, 7437, 9458, 6776, 8190, 7385, 7841, 10497, 8234, 10090, 7687, 9549, 7987, 9751, 7554, 9805, 7473, 8779, 7222, 8271, 10734, 9113, 9649, 8497, 8883, 7313, 8939, 11692, 8235, 9960, 7362, 8903, 6660, 8128, 8124, 8364, 9597, 8959, 9917, 8010, 9873, 8037, 10030, 12067, 9877, 10200, 7776, 8445, 7202, 8249, 7515, 9316, 11383, 8976, 9540, 6662, 8168, 7125, 7651, 6749, 7739, 7112, 7598, 10444, 8580, 9579, 7786, 9171, 7704, 9152, 12622, 9335, 9510, 10787, 7608, 8429, 6978, 7409, 9194, 7053, 8428, 7052, 8099, 7321, 8992, 10610, 8866, 9460, 6897, 8542, 6863, 8060, 10165, 8128, 9001, 7081, 7775, 10689, 7116, 8844, 11021, 8672, 9407, 7463, 8333, 6707, 8602, 11195, 9828, 9857, 7214, 8382, 6911, 7862, 10746, 8172, 9101, 6865, 8207, 7122, 7872, 9434, 8215, 8386, 8301, 10807, 8779, 10424, 12299, 10521, 10041, 7159, 8625, 10532, 7658, 8695, 6857, 8260, 6782, 8181, 6836, 8428, 10911, 8631, 9661, 6848, 8127, 6879], 'WindowCenter': [3996.0, 3980.0, 3962.0, 3909.0, 3939.0, 3936.0, 3905.0, 3912.0, 3892.0, 3901.0, 3894.0, 3928.0, 3895.0, 3907.0, 3885.0, 3895.0, 3895.0, 3918.0, 3950.0, 3926.0, 3917.0, 3937.0, 3904.0, 3901.0, 3880.0, 3891.0, 3882.0, 3917.0, 3949.0, 3930.0, 3936.0, 3906.0, 3927.0, 3894.0, 3930.0, 3960.0, 3915.0, 3913.0, 3869.0, 3894.0, 3923.0, 3893.0, 3903.0, 3891.0, 3893.0, 3883.0, 3905.0, 3949.0, 3945.0, 3905.0, 3925.0, 3892.0, 3902.0, 3881.0, 3905.0, 3883.0, 3918.0, 3936.0, 3928.0, 3936.0, 3917.0, 3938.0, 3945.0, 3904.0, 3915.0, 3931.0, 3892.0, 3910.0, 3878.0, 3901.0, 3882.0, 3915.0, 3945.0, 3916.0, 3924.0, 3904.0, 3914.0, 3882.0, 3915.0, 3946.0, 3914.0, 3922.0, 3891.0, 3914.0, 3881.0, 3906.0, 3944.0, 3926.0, 3923.0, 3894.0, 3913.0, 3893.0, 3917.0, 3948.0, 3902.0, 3914.0, 3919.0, 3891.0, 3901.0, 3931.0, 3901.0, 3900.0, 3892.0, 3902.0, 3904.0, 3916.0, 3946.0, 3915.0, 3914.0, 3893.0, 3912.0, 3882.0, 3917.0, 3934.0, 3905.0, 3915.0, 3933.0, 3891.0, 3900.0, 3892.0, 3904.0, 3895.0, 3913.0, 3893.0, 3903.0, 3922.0, 3904.0, 3925.0, 3944.0, 3912.0, 3922.0, 3893.0, 3900.0, 3879.0, 3916.0, 3934.0, 3915.0, 3914.0, 3895.0, 3912.0, 3895.0, 3930.0, 3947.0, 3906.0, 3914.0, 3894.0, 3916.0, 3944.0, 3892.0, 3916.0, 3932.0, 3905.0, 3901.0, 3904.0, 3893.0, 3918.0, 3950.0, 3936.0, 3917.0, 3923.0, 3905.0, 3936.0, 3915.0, 3915.0, 3924.0, 3894.0, 3914.0, 3895.0, 3914.0, 3908.0, 3928.0, 3897.0, 3918.0, 3896.0, 3917.0, 3947.0, 3903.0, 3927.0, 3945.0, 3916.0, 3923.0, 3906.0, 3914.0, 3917.0, 3950.0, 3907.0, 3917.0, 3894.0, 3917.0, 3896.0, 3928.0, 3947.0, 3929.0, 3936.0, 3938.0, 3924.0, 3907.0, 3905.0, 3917.0, 3948.0, 3940.0, 3950.0, 3930.0, 3937.0, 3908.0, 3926.0, 3921.0, 3940.0, 3908.0, 3919.0, 3895.0, 3919.0, 3897.0, 3931.0, 3907.0, 3931.0, 3898.0, 3920.0, 3897.0, 3919.0, 3963.0, 3939.0, 3918.0, 3924.0, 3906.0, 3924.0, 3907.0, 3949.0, 3930.0, 3919.0, 3931.0, 3896.0, 3931.0, 3963.0, 3938.0, 3927.0, 3923.0, 3894.0, 3914.0, 3904.0, 3926.0, 3918.0, 3927.0, 3908.0, 3925.0, 3895.0, 3938.0, 3958.0, 3916.0, 3924.0, 3894.0, 3914.0, 3943.0, 3913.0, 3924.0, 3890.0, 3912.0, 3882.0, 3903.0, 3892.0, 3906.0, 3937.0, 3916.0, 3924.0, 3906.0, 3926.0, 3897.0, 3938.0, 3897.0, 3918.0, 3896.0, 3917.0, 3885.0, 3917.0, 3950.0, 3938.0, 3927.0, 3934.0, 3905.0, 3912.0, 3905.0, 3926.0, 3946.0, 3916.0, 3923.0, 3894.0, 3913.0, 3906.0, 3928.0, 3907.0, 3917.0, 3896.0, 3916.0, 3896.0, 3928.0, 3927.0, 3917.0, 3936.0, 3927.0, 3916.0, 3916.0, 3946.0, 3926.0, 3947.0, 3939.0, 3946.0, 3914.0, 3938.0, 3945.0, 3925.0, 3924.0, 3879.0, 3901.0, 3879.0, 3892.0, 3892.0, 3906.0, 3935.0, 3905.0, 3925.0, 3882.0, 3914.0, 3894.0, 3919.0, 3949.0, 3917.0, 3927.0, 3883.0, 3906.0, 3904.0, 3922.0, 3936.0, 3930.0, 3941.0, 3921.0, 3938.0, 3919.0, 3938.0, 3919.0, 3939.0, 3906.0, 3927.0, 3896.0, 3918.0, 3959.0, 3938.0, 3947.0, 3927.0, 3935.0, 3893.0, 3926.0, 3895.0, 3916.0, 3893.0, 3915.0, 3893.0, 3916.0, 3895.0, 3928.0, 3917.0, 3927.0, 3935.0, 3914.0, 3946.0, 3926.0, 3935.0, 3904.0, 3923.0, 3893.0, 3913.0, 3891.0, 3906.0, 3934.0, 3904.0, 3923.0, 3891.0, 3911.0, 3892.0, 3926.0, 3924.0, 3904.0, 3891.0, 3892.0, 3911.0, 3905.0, 3927.0, 3947.0, 3904.0, 3904.0, 3882.0, 3901.0, 3893.0, 3904.0, 3945.0, 3905.0, 3913.0, 3893.0, 3904.0, 3895.0, 3918.0, 3950.0, 3917.0, 3926.0, 3884.0, 3903.0, 3894.0, 3917.0, 3917.0, 3920.0, 3916.0, 3918.0, 3950.0, 3934.0, 3916.0, 3938.0, 3893.0, 3902.0, 3891.0, 3891.0, 3913.0, 3907.0, 3924.0, 3917.0, 3927.0, 3919.0, 3929.0, 3907.0, 3943.0, 3961.0, 3928.0, 3935.0, 3905.0, 3925.0, 3930.0, 3928.0, 3917.0, 3938.0, 3894.0, 3927.0, 3957.0, 3918.0, 3937.0, 3905.0, 3915.0, 3893.0, 3904.0, 3933.0, 3903.0, 3904.0, 3922.0, 3892.0, 3893.0, 3904.0, 3892.0, 3907.0, 3948.0, 3928.0, 3927.0, 3917.0, 3938.0, 3926.0, 3939.0, 3917.0, 3939.0, 3894.0, 3906.0, 3933.0, 3904.0, 3926.0, 3924.0, 3903.0, 3922.0, 3892.0, 3912.0, 3894.0, 3925.0, 3927.0, 3926.0, 3918.0, 3926.0, 3927.0, 3938.0, 3906.0, 3935.0, 3894.0, 3914.0, 3894.0, 3915.0, 3935.0, 3916.0, 3935.0, 3903.0, 3925.0, 3893.0, 3904.0, 3892.0, 3903.0, 3880.0, 3904.0, 3935.0, 3904.0, 3915.0, 3892.0, 3914.0, 3892.0, 3905.0, 3946.0, 3915.0, 3924.0, 3881.0, 3913.0, 3892.0, 3916.0, 3935.0, 3914.0, 3923.0, 3902.0, 3913.0, 3894.0, 3925.0, 3905.0, 3915.0, 3894.0, 3905.0, 3945.0, 3904.0, 3927.0, 3893.0, 3914.0, 3882.0, 3902.0, 3895.0, 3917.0, 3895.0, 3928.0, 3893.0, 3927.0, 3915.0, 3918.0, 3948.0, 3928.0, 3937.0, 3893.0, 3915.0, 3946.0, 3904.0, 3914.0, 3879.0, 3902.0, 3910.0, 3882.0, 3914.0, 3933.0, 3902.0, 3900.0, 3892.0, 3903.0, 3895.0, 3930.0, 3898.0, 3918.0, 3896.0, 3918.0, 3916.0, 3917.0, 3948.0, 3917.0, 3936.0, 3891.0, 3914.0, 3902.0, 3904.0, 3937.0, 3915.0, 3924.0, 3892.0, 3912.0, 3892.0, 3913.0, 3935.0, 3915.0, 3913.0, 3893.0, 3914.0, 3880.0, 3903.0, 3913.0, 3906.0, 3926.0, 3928.0, 3924.0, 3893.0, 3916.0, 3947.0, 3915.0, 3913.0, 3904.0, 3913.0, 3894.0, 3905.0, 3898.0, 3929.0, 3909.0, 3920.0, 3907.0, 3918.0, 3952.0, 3960.0, 3926.0, 3926.0, 3880.0, 3891.0, 3900.0, 3892.0, 3915.0, 3920.0, 3903.0, 3899.0, 3893.0, 3914.0, 3906.0, 3918.0, 3906.0, 3915.0, 3893.0, 3927.0, 3950.0, 3917.0, 3915.0, 3932.0, 3903.0, 3901.0, 3894.0, 3915.0, 3935.0, 3904.0, 3912.0, 3892.0, 3903.0, 3896.0, 3914.0, 3896.0, 3927.0, 3936.0, 3938.0, 3913.0, 3892.0, 3903.0, 3893.0, 3916.0, 3925.0, 3916.0, 3922.0, 3905.0, 3912.0, 3893.0, 3926.0, 3934.0, 3925.0, 3913.0, 3880.0, 3900.0, 3921.0, 3892.0, 3902.0, 3881.0, 3903.0, 3892.0, 3915.0, 3883.0, 3920.0, 3940.0, 3906.0, 3917.0, 3895.0, 3906.0, 3936.0, 3918.0, 3939.0, 3907.0, 3917.0, 3894.0, 3906.0, 3935.0, 3903.0, 3915.0, 3932.0, 3902.0, 3911.0, 3893.0, 3902.0, 3907.0, 3941.0, 3946.0, 3925.0, 3934.0, 3894.0, 3904.0, 3933.0, 3912.0, 3923.0, 3891.0, 3901.0, 3880.0, 3904.0, 3936.0, 3904.0, 3914.0, 3881.0, 3902.0, 3882.0, 3916.0, 3934.0, 3906.0, 3915.0, 3893.0, 3892.0, 3890.0, 3903.0, 3937.0, 3936.0, 3913.0, 3922.0, 3904.0, 3912.0, 3892.0, 3925.0, 3935.0, 3913.0, 3912.0, 3894.0, 3902.0, 3894.0, 3928.0, 3947.0, 3903.0, 3924.0, 3879.0, 3901.0, 3894.0, 3905.0, 3935.0, 3905.0, 3914.0, 3892.0, 3904.0, 3881.0, 3904.0, 3937.0, 3936.0, 3914.0, 3924.0, 3881.0, 3902.0, 3881.0, 3904.0, 3934.0, 3904.0, 3914.0, 3903.0, 3912.0, 3895.0, 3925.0, 3906.0, 3906.0, 3946.0, 3925.0, 3913.0, 3894.0, 3914.0, 3907.0, 3929.0, 3945.0, 3926.0, 3924.0, 3880.0, 3904.0, 3922.0, 3882.0, 3902.0, 3869.0, 3902.0, 3893.0, 3916.0, 3935.0, 3903.0, 3902.0, 3893.0, 3902.0, 3882.0, 3917.0, 3937.0, 3907.0, 3914.0, 3894.0, 3904.0, 3895.0, 3917.0, 3937.0, 3904.0, 3916.0, 3923.0, 3905.0, 3882.0, 3915.0, 3934.0, 3916.0, 3927.0, 3905.0, 3905.0, 3882.0, 3905.0, 3892.0, 3917.0, 3950.0, 3904.0, 3915.0, 3933.0, 3890.0, 3901.0, 3910.0, 3902.0, 3923.0, 3892.0, 3902.0, 3893.0, 3904.0, 3906.0, 3929.0, 3947.0, 3927.0, 3913.0, 3883.0, 3914.0, 3932.0, 3903.0, 3915.0, 3922.0, 3903.0, 3891.0, 3903.0, 3912.0, 3893.0, 3927.0, 3925.0, 3904.0, 3902.0, 3904.0, 3924.0, 3905.0, 3937.0, 3934.0, 3913.0, 3921.0, 3882.0, 3914.0, 3930.0, 3904.0, 3914.0, 3893.0, 3913.0, 3894.0, 3914.0, 3907.0, 3940.0, 3950.0, 3929.0, 3925.0, 3893.0, 3904.0, 3891.0, 3904.0, 3927.0, 3903.0, 3914.0, 3920.0, 3890.0, 3901.0, 3881.0, 3903.0, 3921.0, 3891.0, 3911.0, 3893.0, 3913.0, 3894.0, 3926.0, 3927.0, 3927.0, 3934.0, 3906.0, 3924.0, 3914.0, 3926.0, 3905.0, 3915.0, 3894.0, 3914.0, 3893.0, 3903.0, 3936.0, 3933.0, 3912.0, 3922.0, 3892.0, 3899.0, 3890.0, 3904.0, 3938.0, 3913.0, 3900.0, 3891.0, 3893.0, 3895.0, 3904.0, 3939.0, 3942.0, 3964.0, 3961.0, 3929.0, 3926.0, 3892.0, 3905.0, 3892.0, 3904.0, 3937.0, 3902.0, 3902.0, 3911.0, 3891.0, 3900.0, 3880.0, 3904.0, 3880.0, 3915.0, 3891.0, 3905.0, 3891.0, 3915.0, 3938.0, 3925.0, 3914.0, 3923.0, 3903.0, 3913.0, 3879.0, 3914.0, 3921.0, 3915.0, 3914.0, 3916.0, 3913.0, 3904.0, 3915.0, 3905.0, 3927.0, 3947.0, 3914.0, 3924.0, 3890.0, 3902.0, 3888.0, 3892.0, 3912.0, 3890.0, 3901.0, 3922.0, 3902.0, 3911.0, 3892.0, 3911.0, 3905.0, 3938.0, 3935.0, 3924.0, 3911.0, 3882.0, 3900.0, 3919.0, 3901.0, 3899.0, 3881.0, 3902.0, 3892.0, 3903.0, 3908.0, 3917.0, 3894.0, 3929.0, 3960.0, 3917.0, 3912.0, 3878.0, 3903.0, 3924.0, 3891.0, 3902.0, 3931.0, 3903.0, 3912.0, 3891.0, 3901.0, 3892.0, 3901.0, 3904.0, 3926.0, 3904.0, 3925.0, 3890.0, 3913.0, 3911.0, 3903.0, 3933.0, 3902.0, 3924.0, 3888.0, 3911.0, 3890.0, 3903.0, 3891.0, 3914.0, 3935.0, 3924.0, 3923.0, 3914.0, 3913.0, 3891.0, 3914.0, 3944.0, 3923.0, 3912.0, 3891.0, 3901.0, 3892.0, 3914.0, 3905.0, 3903.0, 3945.0, 3915.0, 3923.0, 3904.0, 3924.0, 3944.0, 3912.0, 3913.0, 3891.0, 3901.0, 3881.0, 3903.0, 3892.0, 3918.0, 3948.0, 3904.0, 3928.0, 3925.0, 3906.0, 3926.0, 3934.0, 3904.0, 3934.0, 3893.0, 3913.0, 3893.0, 3914.0, 3905.0, 3928.0, 3948.0, 3917.0, 3937.0, 3892.0, 3915.0, 3893.0, 3916.0, 3946.0, 3926.0, 3937.0, 3906.0, 3926.0, 3895.0, 3917.0, 3945.0, 3916.0, 3924.0, 3902.0, 3913.0, 3912.0, 3904.0, 3923.0, 3894.0, 3916.0, 3903.0, 3913.0, 3903.0, 3915.0, 3946.0, 3927.0, 3923.0, 3938.0, 3936.0, 3905.0, 3926.0, 3932.0, 3913.0, 3910.0, 3932.0, 3902.0, 3899.0, 3891.0, 3888.0, 3905.0, 3928.0, 3945.0, 3925.0, 3922.0, 3904.0, 3904.0, 3916.0, 3949.0, 3925.0, 3926.0, 3932.0, 3903.0, 3912.0, 3891.0, 3927.0, 3946.0, 3924.0, 3923.0, 3901.0, 3911.0, 3893.0, 3924.0, 3904.0, 3914.0, 3894.0, 3914.0, 3893.0, 3916.0, 3946.0, 3916.0, 3933.0, 3914.0, 3923.0, 3903.0, 3926.0, 3924.0, 3925.0, 3933.0, 3900.0, 3899.0, 3892.0, 3914.0, 3892.0, 3903.0, 3921.0, 3903.0, 3909.0, 3915.0, 3925.0, 3905.0, 3926.0, 3894.0, 3914.0, 3894.0, 3928.0, 3917.0, 3927.0, 3927.0, 3925.0, 3912.0, 3914.0, 3946.0, 3944.0, 3924.0, 3922.0, 3889.0, 3910.0, 3879.0, 3900.0, 3902.0, 3915.0, 3933.0, 3916.0, 3934.0, 3904.0, 3924.0, 3915.0, 3936.0, 3905.0, 3936.0, 3904.0, 3915.0, 3904.0, 3917.0, 3935.0, 3925.0, 3925.0, 3914.0, 3914.0, 3893.0, 3915.0, 3945.0, 3913.0, 3925.0, 3894.0, 3913.0, 3882.0, 3914.0, 3913.0, 3916.0, 3924.0, 3927.0, 3935.0, 3916.0, 3934.0, 3915.0, 3938.0, 3945.0, 3911.0, 3912.0, 3890.0, 3900.0, 3892.0, 3912.0, 3907.0, 3927.0, 3945.0, 3914.0, 3911.0, 3880.0, 3903.0, 3891.0, 3902.0, 3880.0, 3903.0, 3892.0, 3916.0, 3947.0, 3927.0, 3937.0, 3916.0, 3925.0, 3905.0, 3937.0, 3961.0, 3912.0, 3926.0, 3921.0, 3891.0, 3902.0, 3880.0, 3892.0, 3911.0, 3892.0, 3912.0, 3906.0, 3914.0, 3916.0, 3940.0, 3948.0, 3926.0, 3925.0, 3894.0, 3901.0, 3882.0, 3917.0, 3936.0, 3904.0, 3915.0, 3881.0, 3904.0, 3922.0, 3879.0, 3914.0, 3933.0, 3903.0, 3912.0, 3891.0, 3901.0, 3893.0, 3927.0, 3934.0, 3925.0, 3923.0, 3892.0, 3901.0, 3893.0, 3916.0, 3935.0, 3901.0, 3914.0, 3881.0, 3903.0, 3894.0, 3917.0, 3925.0, 3929.0, 3913.0, 3915.0, 3935.0, 3928.0, 3950.0, 3947.0, 3924.0, 3913.0, 3879.0, 3913.0, 3921.0, 3903.0, 3911.0, 3882.0, 3913.0, 3894.0, 3914.0, 3883.0, 3929.0, 3936.0, 3914.0, 3923.0, 3879.0, 3902.0, 3894.0], 'WindowWidth': [8919.0, 8882.0, 8841.0, 8765.0, 8805.0, 8795.0, 8751.0, 8754.0, 8729.0, 8738.0, 8736.0, 8787.0, 8741.0, 8756.0, 8726.0, 8739.0, 8740.0, 8775.0, 8820.0, 8780.0, 8769.0, 8795.0, 8745.0, 8738.0, 8709.0, 8728.0, 8716.0, 8771.0, 8814.0, 8791.0, 8794.0, 8755.0, 8783.0, 8736.0, 8791.0, 8832.0, 8762.0, 8756.0, 8695.0, 8733.0, 8771.0, 8732.0, 8744.0, 8727.0, 8732.0, 8720.0, 8753.0, 8817.0, 8805.0, 8751.0, 8776.0, 8727.0, 8741.0, 8713.0, 8749.0, 8720.0, 8774.0, 8796.0, 8786.0, 8794.0, 8769.0, 8798.0, 8803.0, 8746.0, 8762.0, 8778.0, 8726.0, 8746.0, 8704.0, 8738.0, 8717.0, 8766.0, 8804.0, 8767.0, 8772.0, 8748.0, 8760.0, 8715.0, 8765.0, 8805.0, 8761.0, 8768.0, 8726.0, 8759.0, 8714.0, 8754.0, 8801.0, 8780.0, 8769.0, 8734.0, 8758.0, 8733.0, 8770.0, 8812.0, 8742.0, 8761.0, 8758.0, 8723.0, 8738.0, 8779.0, 8738.0, 8735.0, 8728.0, 8741.0, 8749.0, 8767.0, 8807.0, 8763.0, 8759.0, 8732.0, 8756.0, 8715.0, 8770.0, 8791.0, 8749.0, 8761.0, 8782.0, 8724.0, 8734.0, 8729.0, 8746.0, 8738.0, 8758.0, 8733.0, 8747.0, 8770.0, 8748.0, 8779.0, 8800.0, 8755.0, 8767.0, 8729.0, 8737.0, 8709.0, 8766.0, 8787.0, 8764.0, 8761.0, 8738.0, 8757.0, 8739.0, 8792.0, 8810.0, 8752.0, 8760.0, 8733.0, 8765.0, 8800.0, 8729.0, 8765.0, 8783.0, 8751.0, 8740.0, 8749.0, 8733.0, 8774.0, 8822.0, 8795.0, 8770.0, 8772.0, 8751.0, 8795.0, 8764.0, 8763.0, 8773.0, 8734.0, 8760.0, 8740.0, 8763.0, 8763.0, 8789.0, 8746.0, 8776.0, 8742.0, 8772.0, 8812.0, 8747.0, 8782.0, 8806.0, 8767.0, 8773.0, 8755.0, 8764.0, 8773.0, 8820.0, 8758.0, 8771.0, 8737.0, 8770.0, 8743.0, 8788.0, 8811.0, 8790.0, 8796.0, 8799.0, 8778.0, 8759.0, 8754.0, 8773.0, 8817.0, 8808.0, 8818.0, 8793.0, 8798.0, 8762.0, 8784.0, 8786.0, 8809.0, 8763.0, 8777.0, 8743.0, 8777.0, 8747.0, 8797.0, 8761.0, 8797.0, 8752.0, 8782.0, 8746.0, 8780.0, 8844.0, 8804.0, 8773.0, 8776.0, 8756.0, 8778.0, 8762.0, 8819.0, 8794.0, 8778.0, 8796.0, 8746.0, 8795.0, 8843.0, 8799.0, 8783.0, 8773.0, 8736.0, 8762.0, 8750.0, 8782.0, 8775.0, 8783.0, 8762.0, 8780.0, 8741.0, 8803.0, 8827.0, 8767.0, 8773.0, 8734.0, 8762.0, 8797.0, 8759.0, 8774.0, 8725.0, 8755.0, 8716.0, 8747.0, 8730.0, 8755.0, 8797.0, 8768.0, 8774.0, 8754.0, 8780.0, 8745.0, 8801.0, 8746.0, 8774.0, 8744.0, 8770.0, 8726.0, 8773.0, 8820.0, 8798.0, 8783.0, 8789.0, 8750.0, 8757.0, 8751.0, 8783.0, 8806.0, 8766.0, 8771.0, 8734.0, 8758.0, 8755.0, 8788.0, 8759.0, 8773.0, 8741.0, 8769.0, 8741.0, 8786.0, 8786.0, 8772.0, 8795.0, 8784.0, 8766.0, 8768.0, 8809.0, 8780.0, 8809.0, 8801.0, 8805.0, 8762.0, 8798.0, 8802.0, 8776.0, 8774.0, 8705.0, 8736.0, 8706.0, 8727.0, 8730.0, 8755.0, 8792.0, 8751.0, 8776.0, 8718.0, 8763.0, 8735.0, 8777.0, 8818.0, 8772.0, 8782.0, 8720.0, 8753.0, 8750.0, 8788.0, 8797.0, 8794.0, 8812.0, 8783.0, 8800.0, 8779.0, 8800.0, 8776.0, 8804.0, 8755.0, 8784.0, 8742.0, 8775.0, 8830.0, 8800.0, 8810.0, 8783.0, 8790.0, 8732.0, 8781.0, 8739.0, 8766.0, 8733.0, 8764.0, 8733.0, 8767.0, 8741.0, 8787.0, 8771.0, 8783.0, 8790.0, 8760.0, 8805.0, 8779.0, 8789.0, 8748.0, 8770.0, 8731.0, 8758.0, 8726.0, 8753.0, 8787.0, 8749.0, 8769.0, 8728.0, 8752.0, 8731.0, 8782.0, 8773.0, 8746.0, 8724.0, 8729.0, 8754.0, 8753.0, 8785.0, 8809.0, 8748.0, 8746.0, 8716.0, 8738.0, 8734.0, 8749.0, 8804.0, 8751.0, 8760.0, 8734.0, 8750.0, 8738.0, 8774.0, 8819.0, 8769.0, 8780.0, 8721.0, 8745.0, 8735.0, 8772.0, 8774.0, 8780.0, 8769.0, 8773.0, 8820.0, 8788.0, 8766.0, 8798.0, 8728.0, 8741.0, 8725.0, 8726.0, 8758.0, 8759.0, 8778.0, 8773.0, 8785.0, 8776.0, 8789.0, 8759.0, 8816.0, 8837.0, 8788.0, 8792.0, 8751.0, 8778.0, 8792.0, 8786.0, 8773.0, 8799.0, 8736.0, 8783.0, 8826.0, 8776.0, 8799.0, 8751.0, 8762.0, 8730.0, 8746.0, 8784.0, 8747.0, 8746.0, 8767.0, 8728.0, 8732.0, 8747.0, 8730.0, 8757.0, 8812.0, 8787.0, 8783.0, 8772.0, 8798.0, 8783.0, 8804.0, 8770.0, 8803.0, 8735.0, 8752.0, 8785.0, 8748.0, 8780.0, 8774.0, 8744.0, 8765.0, 8728.0, 8754.0, 8736.0, 8778.0, 8786.0, 8781.0, 8772.0, 8779.0, 8785.0, 8800.0, 8755.0, 8791.0, 8736.0, 8761.0, 8734.0, 8766.0, 8791.0, 8766.0, 8789.0, 8745.0, 8775.0, 8733.0, 8748.0, 8729.0, 8744.0, 8710.0, 8746.0, 8791.0, 8749.0, 8764.0, 8729.0, 8760.0, 8729.0, 8751.0, 8806.0, 8764.0, 8773.0, 8713.0, 8755.0, 8727.0, 8765.0, 8791.0, 8761.0, 8771.0, 8743.0, 8756.0, 8737.0, 8779.0, 8753.0, 8765.0, 8735.0, 8751.0, 8802.0, 8748.0, 8781.0, 8730.0, 8760.0, 8713.0, 8743.0, 8738.0, 8770.0, 8741.0, 8787.0, 8735.0, 8783.0, 8766.0, 8774.0, 8813.0, 8787.0, 8797.0, 8732.0, 8763.0, 8807.0, 8746.0, 8758.0, 8706.0, 8740.0, 8747.0, 8713.0, 8762.0, 8785.0, 8742.0, 8735.0, 8730.0, 8744.0, 8740.0, 8793.0, 8749.0, 8774.0, 8741.0, 8772.0, 8766.0, 8768.0, 8813.0, 8767.0, 8791.0, 8726.0, 8760.0, 8739.0, 8747.0, 8796.0, 8764.0, 8773.0, 8729.0, 8754.0, 8729.0, 8758.0, 8789.0, 8764.0, 8756.0, 8728.0, 8761.0, 8709.0, 8745.0, 8760.0, 8754.0, 8778.0, 8786.0, 8776.0, 8732.0, 8766.0, 8809.0, 8763.0, 8757.0, 8748.0, 8758.0, 8737.0, 8751.0, 8752.0, 8793.0, 8765.0, 8779.0, 8757.0, 8772.0, 8824.0, 8832.0, 8779.0, 8779.0, 8709.0, 8723.0, 8734.0, 8729.0, 8763.0, 8763.0, 8743.0, 8734.0, 8731.0, 8763.0, 8756.0, 8773.0, 8757.0, 8765.0, 8735.0, 8783.0, 8819.0, 8770.0, 8763.0, 8783.0, 8742.0, 8737.0, 8733.0, 8762.0, 8789.0, 8748.0, 8752.0, 8729.0, 8744.0, 8740.0, 8761.0, 8741.0, 8786.0, 8794.0, 8798.0, 8755.0, 8727.0, 8742.0, 8734.0, 8767.0, 8778.0, 8766.0, 8769.0, 8748.0, 8755.0, 8732.0, 8781.0, 8788.0, 8776.0, 8755.0, 8708.0, 8734.0, 8764.0, 8728.0, 8741.0, 8711.0, 8744.0, 8730.0, 8765.0, 8721.0, 8780.0, 8807.0, 8755.0, 8770.0, 8737.0, 8754.0, 8792.0, 8775.0, 8803.0, 8755.0, 8769.0, 8734.0, 8752.0, 8791.0, 8746.0, 8763.0, 8780.0, 8741.0, 8752.0, 8733.0, 8742.0, 8759.0, 8809.0, 8807.0, 8776.0, 8785.0, 8733.0, 8748.0, 8785.0, 8755.0, 8768.0, 8724.0, 8738.0, 8710.0, 8747.0, 8793.0, 8750.0, 8759.0, 8712.0, 8742.0, 8718.0, 8766.0, 8786.0, 8752.0, 8762.0, 8731.0, 8727.0, 8724.0, 8746.0, 8798.0, 8792.0, 8757.0, 8768.0, 8745.0, 8756.0, 8728.0, 8779.0, 8789.0, 8758.0, 8755.0, 8736.0, 8742.0, 8737.0, 8786.0, 8810.0, 8745.0, 8773.0, 8709.0, 8739.0, 8734.0, 8749.0, 8789.0, 8750.0, 8758.0, 8727.0, 8744.0, 8712.0, 8747.0, 8796.0, 8792.0, 8759.0, 8772.0, 8712.0, 8739.0, 8710.0, 8747.0, 8787.0, 8748.0, 8760.0, 8747.0, 8755.0, 8737.0, 8778.0, 8754.0, 8753.0, 8805.0, 8776.0, 8756.0, 8734.0, 8760.0, 8757.0, 8789.0, 8804.0, 8778.0, 8771.0, 8708.0, 8744.0, 8768.0, 8713.0, 8739.0, 8692.0, 8740.0, 8732.0, 8767.0, 8791.0, 8747.0, 8740.0, 8732.0, 8740.0, 8717.0, 8770.0, 8797.0, 8756.0, 8762.0, 8734.0, 8748.0, 8737.0, 8770.0, 8797.0, 8749.0, 8765.0, 8767.0, 8749.0, 8717.0, 8764.0, 8787.0, 8766.0, 8782.0, 8750.0, 8750.0, 8716.0, 8748.0, 8729.0, 8769.0, 8819.0, 8747.0, 8761.0, 8784.0, 8719.0, 8739.0, 8748.0, 8742.0, 8770.0, 8728.0, 8740.0, 8732.0, 8747.0, 8755.0, 8790.0, 8810.0, 8783.0, 8759.0, 8719.0, 8760.0, 8782.0, 8745.0, 8764.0, 8767.0, 8742.0, 8724.0, 8744.0, 8755.0, 8732.0, 8783.0, 8777.0, 8746.0, 8739.0, 8749.0, 8773.0, 8750.0, 8798.0, 8788.0, 8758.0, 8765.0, 8715.0, 8758.0, 8775.0, 8746.0, 8758.0, 8730.0, 8757.0, 8734.0, 8763.0, 8760.0, 8809.0, 8819.0, 8787.0, 8776.0, 8731.0, 8747.0, 8727.0, 8749.0, 8784.0, 8743.0, 8759.0, 8761.0, 8722.0, 8737.0, 8712.0, 8743.0, 8764.0, 8726.0, 8751.0, 8732.0, 8757.0, 8738.0, 8781.0, 8782.0, 8784.0, 8788.0, 8752.0, 8773.0, 8762.0, 8781.0, 8750.0, 8763.0, 8734.0, 8759.0, 8731.0, 8744.0, 8793.0, 8784.0, 8754.0, 8766.0, 8726.0, 8732.0, 8725.0, 8748.0, 8800.0, 8760.0, 8738.0, 8727.0, 8733.0, 8741.0, 8752.0, 8806.0, 8814.0, 8847.0, 8838.0, 8788.0, 8778.0, 8728.0, 8749.0, 8728.0, 8748.0, 8797.0, 8741.0, 8740.0, 8750.0, 8726.0, 8734.0, 8710.0, 8747.0, 8710.0, 8763.0, 8727.0, 8750.0, 8728.0, 8765.0, 8800.0, 8777.0, 8756.0, 8769.0, 8744.0, 8757.0, 8706.0, 8759.0, 8763.0, 8766.0, 8762.0, 8768.0, 8758.0, 8752.0, 8765.0, 8753.0, 8784.0, 8811.0, 8761.0, 8773.0, 8721.0, 8741.0, 8717.0, 8727.0, 8754.0, 8723.0, 8739.0, 8766.0, 8740.0, 8751.0, 8731.0, 8753.0, 8754.0, 8801.0, 8790.0, 8774.0, 8750.0, 8715.0, 8734.0, 8758.0, 8736.0, 8732.0, 8712.0, 8743.0, 8731.0, 8748.0, 8763.0, 8775.0, 8738.0, 8793.0, 8838.0, 8771.0, 8756.0, 8704.0, 8747.0, 8774.0, 8724.0, 8743.0, 8780.0, 8746.0, 8755.0, 8728.0, 8738.0, 8729.0, 8738.0, 8749.0, 8782.0, 8749.0, 8777.0, 8724.0, 8758.0, 8753.0, 8744.0, 8785.0, 8744.0, 8774.0, 8717.0, 8752.0, 8723.0, 8744.0, 8730.0, 8764.0, 8790.0, 8775.0, 8771.0, 8762.0, 8761.0, 8727.0, 8763.0, 8801.0, 8773.0, 8753.0, 8729.0, 8740.0, 8730.0, 8762.0, 8753.0, 8749.0, 8805.0, 8765.0, 8772.0, 8748.0, 8777.0, 8800.0, 8758.0, 8760.0, 8725.0, 8740.0, 8714.0, 8748.0, 8731.0, 8775.0, 8817.0, 8751.0, 8786.0, 8777.0, 8756.0, 8785.0, 8788.0, 8751.0, 8790.0, 8733.0, 8760.0, 8735.0, 8764.0, 8754.0, 8787.0, 8816.0, 8771.0, 8797.0, 8731.0, 8766.0, 8735.0, 8768.0, 8810.0, 8784.0, 8800.0, 8755.0, 8782.0, 8739.0, 8773.0, 8808.0, 8769.0, 8775.0, 8746.0, 8761.0, 8758.0, 8749.0, 8774.0, 8737.0, 8768.0, 8748.0, 8759.0, 8746.0, 8765.0, 8809.0, 8786.0, 8773.0, 8801.0, 8794.0, 8754.0, 8781.0, 8783.0, 8758.0, 8747.0, 8781.0, 8742.0, 8733.0, 8726.0, 8721.0, 8754.0, 8789.0, 8806.0, 8780.0, 8770.0, 8750.0, 8752.0, 8768.0, 8819.0, 8780.0, 8779.0, 8784.0, 8746.0, 8756.0, 8726.0, 8787.0, 8807.0, 8777.0, 8773.0, 8742.0, 8752.0, 8732.0, 8778.0, 8751.0, 8765.0, 8736.0, 8762.0, 8733.0, 8769.0, 8810.0, 8769.0, 8786.0, 8763.0, 8772.0, 8748.0, 8783.0, 8775.0, 8777.0, 8783.0, 8737.0, 8734.0, 8730.0, 8764.0, 8728.0, 8746.0, 8766.0, 8745.0, 8747.0, 8767.0, 8780.0, 8754.0, 8781.0, 8737.0, 8762.0, 8737.0, 8788.0, 8775.0, 8785.0, 8785.0, 8780.0, 8758.0, 8763.0, 8811.0, 8802.0, 8774.0, 8768.0, 8719.0, 8750.0, 8708.0, 8738.0, 8745.0, 8767.0, 8786.0, 8767.0, 8790.0, 8752.0, 8776.0, 8768.0, 8797.0, 8754.0, 8795.0, 8749.0, 8766.0, 8748.0, 8771.0, 8794.0, 8779.0, 8779.0, 8762.0, 8762.0, 8731.0, 8765.0, 8806.0, 8758.0, 8779.0, 8735.0, 8759.0, 8716.0, 8763.0, 8760.0, 8770.0, 8776.0, 8786.0, 8793.0, 8771.0, 8789.0, 8766.0, 8801.0, 8808.0, 8751.0, 8753.0, 8724.0, 8737.0, 8731.0, 8757.0, 8759.0, 8785.0, 8807.0, 8761.0, 8754.0, 8711.0, 8744.0, 8726.0, 8743.0, 8713.0, 8748.0, 8733.0, 8770.0, 8813.0, 8787.0, 8800.0, 8770.0, 8781.0, 8753.0, 8799.0, 8839.0, 8756.0, 8779.0, 8764.0, 8724.0, 8740.0, 8711.0, 8731.0, 8751.0, 8729.0, 8757.0, 8755.0, 8765.0, 8772.0, 8808.0, 8816.0, 8781.0, 8779.0, 8735.0, 8739.0, 8717.0, 8770.0, 8796.0, 8747.0, 8763.0, 8712.0, 8748.0, 8769.0, 8710.0, 8762.0, 8784.0, 8744.0, 8754.0, 8726.0, 8740.0, 8736.0, 8785.0, 8790.0, 8777.0, 8771.0, 8730.0, 8738.0, 8734.0, 8770.0, 8791.0, 8742.0, 8760.0, 8713.0, 8745.0, 8736.0, 8771.0, 8779.0, 8792.0, 8762.0, 8767.0, 8792.0, 8787.0, 8822.0, 8812.0, 8774.0, 8757.0, 8706.0, 8755.0, 8765.0, 8747.0, 8754.0, 8717.0, 8759.0, 8736.0, 8762.0, 8719.0, 8793.0, 8798.0, 8763.0, 8773.0, 8709.0, 8744.0, 8740.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.00038247727272727267</td></tr>
<tr><td colspan=3>aqi</td><td>0.023738789318181817</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.39320678664142</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2247648243669447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9961828926914326</td></tr>
<tr><td colspan=3>efc</td><td>0.4587</td></tr>
<tr><td colspan=3>fber</td><td>5895.4556</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11860236375787586</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>157</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.893939393939394</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6117942549150683</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.630388482741197</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.692812844889248</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.512181437114761</td></tr>
<tr><td colspan=3>gcor</td><td>0.0101565</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011515924707055092</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01707444339990616</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9387597515606254</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>31.3619</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.6559</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.3001</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305548.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>703.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>302.0771</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.757</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>457.2858</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3163.7248</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3360.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1023.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>853.0544</td></tr>
<tr><td colspan=3>tsnr</td><td>42.7335711622145</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>