<?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-01_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-01_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-01_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-01_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-01_desc-stdev_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_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-01_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-01_desc-background_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_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-01_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-01_desc-zoomed_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_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-01_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-01_desc-carpet_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-mean_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_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-01_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-01_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-01_desc-brainmask_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_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-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_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-01_desc-norm_bold.svg" target="_blank">sub-0103/figures/sub-0103_ses-04_task-fractional_acq-mb8_run-01_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-01_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>c8108612c267405d5af65db39b6910ed</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:46:33.790000</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-01_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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</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.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 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>b1f69528-0803-4dc1-8d63-4e715b831ae3||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': ['204633.790000', '204634.250000', '204634.710000', '204635.170000', '204635.630000', '204636.090000', '204636.550000', '204637.010000', '204637.470000', '204637.930000', '204638.390000', '204638.850000', '204639.310000', '204639.770000', '204640.230000', '204640.690000', '204641.150000', '204641.610000', '204642.070000', '204642.530000', '204642.990000', '204643.450000', '204643.910000', '204644.370000', '204644.830000', '204645.290000', '204645.750000', '204646.210000', '204646.670000', '204647.130000', '204647.590000', '204648.050000', '204648.510000', '204648.970000', '204649.430000', '204649.890000', '204650.350000', '204650.810000', '204651.270000', '204651.730000', '204652.190000', '204652.650000', '204653.110000', '204653.570000', '204654.030000', '204654.490000', '204654.950000', '204655.410000', '204655.870000', '204656.330000', '204656.790000', '204657.250000', '204657.710000', '204658.170000', '204658.630000', '204659.090000', '204659.550000', '204700.010000', '204700.470000', '204700.930000', '204701.390000', '204701.850000', '204702.310000', '204702.770000', '204703.230000', '204703.690000', '204704.150000', '204704.610000', '204705.070000', '204705.530000', '204705.990000', '204706.450000', '204706.910000', '204707.370000', '204707.830000', '204708.290000', '204708.750000', '204709.210000', '204709.670000', '204710.130000', '204710.590000', '204711.050000', '204711.510000', '204711.970000', '204712.430000', '204712.890000', '204713.350000', '204713.810000', '204714.270000', '204714.730000', '204715.190000', '204715.650000', '204716.110000', '204716.570000', '204717.030000', '204717.490000', '204717.950000', '204718.410000', '204718.870000', '204719.330000', '204719.790000', '204720.250000', '204720.710000', '204721.170000', '204721.630000', '204722.090000', '204722.550000', '204723.010000', '204723.470000', '204723.930000', '204724.390000', '204724.850000', '204725.310000', '204725.770000', '204726.230000', '204726.690000', '204727.150000', '204727.610000', '204728.070000', '204728.530000', '204728.990000', '204729.450000', '204729.910000', '204730.370000', '204730.830000', '204731.290000', '204731.750000', '204732.210000', '204732.670000', '204733.130000', '204733.590000', '204734.050000', '204734.510000', '204734.970000', '204735.430000', '204735.890000', '204736.350000', '204736.810000', '204737.270000', '204737.730000', '204738.190000', '204738.650000', '204739.110000', '204739.570000', '204740.030000', '204740.490000', '204740.950000', '204741.410000', '204741.870000', '204742.330000', '204742.790000', '204743.250000', '204743.710000', '204744.170000', '204744.630000', '204745.090000', '204745.550000', '204746.010000', '204746.470000', '204746.930000', '204747.390000', '204747.850000', '204748.310000', '204748.770000', '204749.230000', '204749.690000', '204750.150000', '204750.610000', '204751.070000', '204751.530000', '204751.990000', '204752.450000', '204752.910000', '204753.370000', '204753.830000', '204754.290000', '204754.750000', '204755.210000', '204755.670000', '204756.130000', '204756.590000', '204757.050000', '204757.510000', '204757.970000', '204758.430000', '204758.890000', '204759.350000', '204759.810000', '204800.270000', '204800.730000', '204801.190000', '204801.650000', '204802.110000', '204802.570000', '204803.030000', '204803.490000', '204803.950000', '204804.410000', '204804.870000', '204805.330000', '204805.790000', '204806.250000', '204806.710000', '204807.170000', '204807.630000', '204808.090000', '204808.550000', '204809.010000', '204809.470000', '204809.930000', '204810.390000', '204810.850000', '204811.310000', '204811.770000', '204812.230000', '204812.690000', '204813.150000', '204813.610000', '204814.070000', '204814.530000', '204814.990000', '204815.450000', '204815.910000', '204816.370000', '204816.830000', '204817.290000', '204817.750000', '204818.210000', '204818.670000', '204819.130000', '204819.590000', '204820.050000', '204820.510000', '204820.970000', '204821.430000', '204821.890000', '204822.350000', '204822.810000', '204823.270000', '204823.730000', '204824.190000', '204824.650000', '204825.110000', '204825.570000', '204826.030000', '204826.490000', '204826.950000', '204827.410000', '204827.870000', '204828.330000', '204828.790000', '204829.250000', '204829.710000', '204830.170000', '204830.630000', '204831.090000', '204831.550000', '204832.010000', '204832.470000', '204832.930000', '204833.390000', '204833.850000', '204834.310000', '204834.770000', '204835.230000', '204835.690000', '204836.150000', '204836.610000', '204837.070000', '204837.530000', '204837.990000', '204838.450000', '204838.910000', '204839.370000', '204839.830000', '204840.290000', '204840.750000', '204841.210000', '204841.670000', '204842.130000', '204842.590000', '204843.050000', '204843.510000', '204843.970000', '204844.430000', '204844.890000', '204845.350000', '204845.810000', '204846.270000', '204846.730000', '204847.190000', '204847.650000', '204848.110000', '204848.570000', '204849.030000', '204849.490000', '204849.950000', '204850.410000', '204850.870000', '204851.330000', '204851.790000', '204852.250000', '204852.710000', '204853.170000', '204853.630000', '204854.090000', '204854.550000', '204855.010000', '204855.470000', '204855.930000', '204856.390000', '204856.850000', '204857.310000', '204857.770000', '204858.230000', '204858.690000', '204859.150000', '204859.610000', '204900.070000', '204900.530000', '204900.990000', '204901.450000', '204901.910000', '204902.370000', '204902.830000', '204903.290000', '204903.750000', '204904.210000', '204904.670000', '204905.130000', '204905.590000', '204906.050000', '204906.510000', '204906.970000', '204907.430000', '204907.890000', '204908.350000', '204908.810000', '204909.270000', '204909.730000', '204910.190000', '204910.650000', '204911.110000', '204911.570000', '204912.030000', '204912.490000', '204912.950000', '204913.410000', '204913.870000', '204914.330000', '204914.790000', '204915.250000', '204915.710000', '204916.170000', '204916.630000', '204917.090000', '204917.550000', '204918.010000', '204918.470000', '204918.930000', '204919.390000', '204919.850000', '204920.310000', '204920.770000', '204921.230000', '204921.690000', '204922.150000', '204922.610000', '204923.070000', '204923.530000', '204923.990000', '204924.450000', '204924.910000', '204925.370000', '204925.830000', '204926.290000', '204926.750000', '204927.210000', '204927.670000', '204928.130000', '204928.590000', '204929.050000', '204929.510000', '204929.970000', '204930.430000', '204930.890000', '204931.350000', '204931.810000', '204932.270000', '204932.730000', '204933.190000', '204933.650000', '204934.110000', '204934.570000', '204935.030000', '204935.490000', '204935.950000', '204936.410000', '204936.870000', '204937.330000', '204937.790000', '204938.250000', '204938.710000', '204939.170000', '204939.630000', '204940.090000', '204940.550000', '204941.010000', '204941.470000', '204941.930000', '204942.390000', '204942.850000', '204943.310000', '204943.770000', '204944.230000', '204944.690000', '204945.150000', '204945.610000', '204946.070000', '204946.530000', '204946.990000', '204947.450000', '204947.910000', '204948.370000', '204948.830000', '204949.290000', '204949.750000', '204950.210000', '204950.670000', '204951.130000', '204951.590000', '204952.050000', '204952.510000', '204952.970000', '204953.430000', '204953.890000', '204954.350000', '204954.810000', '204955.270000', '204955.730000', '204956.190000', '204956.650000', '204957.110000', '204957.570000', '204958.030000', '204958.490000', '204958.950000', '204959.410000', '204959.870000', '205000.330000', '205000.790000', '205001.250000', '205001.710000', '205002.170000', '205002.630000', '205003.090000', '205003.550000', '205004.010000', '205004.470000', '205004.930000', '205005.390000', '205005.850000', '205006.310000', '205006.770000', '205007.230000', '205007.690000', '205008.150000', '205008.610000', '205009.070000', '205009.530000', '205009.990000', '205010.450000', '205010.910000', '205011.370000', '205011.830000', '205012.290000', '205012.750000', '205013.210000', '205013.670000', '205014.130000', '205014.590000', '205015.050000', '205015.510000', '205015.970000', '205016.430000', '205016.890000', '205017.350000', '205017.810000', '205018.270000', '205018.730000', '205019.190000', '205019.650000', '205020.110000', '205020.570000', '205021.030000', '205021.490000', '205021.950000', '205022.410000', '205022.870000', '205023.330000', '205023.790000', '205024.250000', '205024.710000', '205025.170000', '205025.630000', '205026.090000', '205026.550000', '205027.010000', '205027.470000', '205027.930000', '205028.390000', '205028.850000', '205029.310000', '205029.770000', '205030.230000', '205030.690000', '205031.150000', '205031.610000', '205032.070000', '205032.530000', '205032.990000', '205033.450000', '205033.910000', '205034.370000', '205034.830000', '205035.290000', '205035.750000', '205036.210000', '205036.670000', '205037.130000', '205037.590000', '205038.050000', '205038.510000', '205038.970000', '205039.430000', '205039.890000', '205040.350000', '205040.810000', '205041.270000', '205041.730000', '205042.190000', '205042.650000', '205043.110000', '205043.570000', '205044.030000', '205044.490000', '205044.950000', '205045.410000', '205045.870000', '205046.330000', '205046.790000', '205047.250000', '205047.710000', '205048.170000', '205048.630000', '205049.090000', '205049.550000', '205050.010000', '205050.470000', '205050.930000', '205051.390000', '205051.850000', '205052.310000', '205052.770000', '205053.230000', '205053.690000', '205054.150000', '205054.610000', '205055.070000', '205055.530000', '205055.990000', '205056.450000', '205056.910000', '205057.370000', '205057.830000', '205058.290000', '205058.750000', '205059.210000', '205059.670000', '205100.130000', '205100.590000', '205101.050000', '205101.510000', '205101.970000', '205102.430000', '205102.890000', '205103.350000', '205103.810000', '205104.270000', '205104.730000', '205105.190000', '205105.650000', '205106.110000', '205106.570000', '205107.030000', '205107.490000', '205107.950000', '205108.410000', '205108.870000', '205109.330000', '205109.790000', '205110.250000', '205110.710000', '205111.170000', '205111.630000', '205112.090000', '205112.550000', '205113.010000', '205113.470000', '205113.930000', '205114.390000', '205114.850000', '205115.310000', '205115.770000', '205116.230000', '205116.690000', '205117.150000', '205117.610000', '205118.070000', '205118.530000', '205118.990000', '205119.450000', '205119.910000', '205120.370000', '205120.830000', '205121.290000', '205121.750000', '205122.210000', '205122.670000', '205123.130000', '205123.590000', '205124.050000', '205124.510000', '205124.970000', '205125.430000', '205125.890000', '205126.350000', '205126.810000', '205127.270000', '205127.730000', '205128.190000', '205128.650000', '205129.110000', '205129.570000', '205130.030000', '205130.490000', '205130.950000', '205131.410000', '205131.870000', '205132.330000', '205132.790000', '205133.250000', '205133.710000', '205134.170000', '205134.630000', '205135.090000', '205135.550000', '205136.010000', '205136.470000', '205136.930000', '205137.390000', '205137.850000', '205138.310000', '205138.770000', '205139.230000', '205139.690000', '205140.150000', '205140.610000', '205141.070000', '205141.530000', '205141.990000', '205142.450000', '205142.910000', '205143.370000', '205143.830000', '205144.290000', '205144.750000', '205145.210000', '205145.670000', '205146.130000', '205146.590000', '205147.050000', '205147.510000', '205147.970000', '205148.430000', '205148.890000', '205149.350000', '205149.810000', '205150.270000', '205150.730000', '205151.190000', '205151.650000', '205152.110000', '205152.570000', '205153.030000', '205153.490000', '205153.950000', '205154.410000', '205154.870000', '205155.330000', '205155.790000', '205156.250000', '205156.710000', '205157.170000', '205157.630000', '205158.090000', '205158.550000', '205159.010000', '205159.470000', '205159.930000', '205200.390000', '205200.850000', '205201.310000', '205201.770000', '205202.230000', '205202.690000', '205203.150000', '205203.610000', '205204.070000', '205204.530000', '205204.990000', '205205.450000', '205205.910000', '205206.370000', '205206.830000', '205207.290000', '205207.750000', '205208.210000', '205208.670000', '205209.130000', '205209.590000', '205210.050000', '205210.510000', '205210.970000', '205211.430000', '205211.890000', '205212.350000', '205212.810000', '205213.270000', '205213.730000', '205214.190000', '205214.650000', '205215.110000', '205215.570000', '205216.030000', '205216.490000', '205216.950000', '205217.410000', '205217.870000', '205218.330000', '205218.790000', '205219.250000', '205219.710000', '205220.170000', '205220.630000', '205221.090000', '205221.550000', '205222.010000', '205222.470000', '205222.930000', '205223.390000', '205223.850000', '205224.310000', '205224.770000', '205225.230000', '205225.690000', '205226.150000', '205226.610000', '205227.070000', '205227.530000', '205227.990000', '205228.450000', '205228.910000', '205229.370000', '205229.830000', '205230.290000', '205230.750000', '205231.210000', '205231.670000', '205232.130000', '205232.590000', '205233.050000', '205233.510000', '205233.970000', '205234.430000', '205234.890000', '205235.350000', '205235.810000', '205236.270000', '205236.730000', '205237.190000', '205237.650000', '205238.110000', '205238.570000', '205239.030000', '205239.490000', '205239.950000', '205240.410000', '205240.870000', '205241.330000', '205241.790000', '205242.250000', '205242.710000', '205243.170000', '205243.630000', '205244.090000', '205244.550000', '205245.010000', '205245.470000', '205245.930000', '205246.390000', '205246.850000', '205247.310000', '205247.770000', '205248.230000', '205248.690000', '205249.150000', '205249.610000', '205250.070000', '205250.530000', '205250.990000', '205251.450000', '205251.910000', '205252.370000', '205252.830000', '205253.290000', '205253.750000', '205254.210000', '205254.670000', '205255.130000', '205255.590000', '205256.050000', '205256.510000', '205256.970000', '205257.430000', '205257.890000', '205258.350000', '205258.810000', '205259.270000', '205259.730000', '205300.190000', '205300.650000', '205301.110000', '205301.570000', '205302.030000', '205302.490000', '205302.950000', '205303.410000', '205303.870000', '205304.330000', '205304.790000', '205305.250000', '205305.710000', '205306.170000', '205306.630000', '205307.090000', '205307.550000', '205308.010000', '205308.470000', '205308.930000', '205309.390000', '205309.850000', '205310.310000', '205310.770000', '205311.230000', '205311.690000', '205312.150000', '205312.610000', '205313.070000', '205313.530000', '205313.990000', '205314.450000', '205314.910000', '205315.370000', '205315.830000', '205316.290000', '205316.750000', '205317.210000', '205317.670000', '205318.130000', '205318.590000', '205319.050000', '205319.510000', '205319.970000', '205320.430000', '205320.890000', '205321.350000', '205321.810000', '205322.270000', '205322.730000', '205323.190000', '205323.650000', '205324.110000', '205324.570000', '205325.030000', '205325.490000', '205325.950000', '205326.410000', '205326.870000', '205327.330000', '205327.790000', '205328.250000', '205328.710000', '205329.170000', '205329.630000', '205330.090000', '205330.550000', '205331.010000', '205331.470000', '205331.930000', '205332.390000', '205332.850000', '205333.310000', '205333.770000', '205334.230000', '205334.690000', '205335.150000', '205335.610000', '205336.070000', '205336.530000', '205336.990000', '205337.450000', '205337.910000', '205338.370000', '205338.830000', '205339.290000', '205339.750000', '205340.210000', '205340.670000', '205341.130000', '205341.590000', '205342.050000', '205342.510000', '205342.970000', '205343.430000', '205343.890000', '205344.350000', '205344.810000', '205345.270000', '205345.730000', '205346.190000', '205346.650000', '205347.110000', '205347.570000', '205348.030000', '205348.490000', '205348.950000', '205349.410000', '205349.870000', '205350.330000', '205350.790000', '205351.250000', '205351.710000', '205352.170000', '205352.630000', '205353.090000', '205353.550000', '205354.010000', '205354.470000', '205354.930000', '205355.390000', '205355.850000', '205356.310000', '205356.770000', '205357.230000', '205357.690000', '205358.150000', '205358.610000', '205359.070000', '205359.530000', '205359.990000', '205400.450000', '205400.910000', '205401.370000', '205401.830000', '205402.290000', '205402.750000', '205403.210000', '205403.670000', '205404.130000', '205404.590000', '205405.050000', '205405.510000', '205405.970000', '205406.430000', '205406.890000', '205407.350000', '205407.810000', '205408.270000', '205408.730000', '205409.190000', '205409.650000', '205410.110000', '205410.570000', '205411.030000', '205411.490000', '205411.950000', '205412.410000', '205412.870000', '205413.330000', '205413.790000', '205414.250000', '205414.710000', '205415.170000', '205415.630000', '205416.090000', '205416.550000', '205417.010000', '205417.470000', '205417.930000', '205418.390000', '205418.850000', '205419.310000', '205419.770000', '205420.230000', '205420.690000', '205421.150000', '205421.610000', '205422.070000', '205422.530000', '205422.990000', '205423.450000', '205423.910000', '205424.370000', '205424.830000', '205425.290000', '205425.750000', '205426.210000', '205426.670000', '205427.130000', '205427.590000', '205428.050000', '205428.510000', '205428.970000', '205429.430000', '205429.890000', '205430.350000', '205430.810000', '205431.270000', '205431.730000', '205432.190000', '205432.650000', '205433.110000', '205433.570000', '205434.030000', '205434.490000', '205434.950000', '205435.410000', '205435.870000', '205436.330000', '205436.790000', '205437.250000', '205437.710000', '205438.170000', '205438.630000', '205439.090000', '205439.550000', '205440.010000', '205440.470000', '205440.930000', '205441.390000', '205441.850000', '205442.310000', '205442.770000', '205443.230000', '205443.690000', '205444.150000', '205444.610000', '205445.070000', '205445.530000', '205445.990000', '205446.450000', '205446.910000', '205447.370000', '205447.830000', '205448.290000', '205448.750000', '205449.210000', '205449.670000', '205450.130000', '205450.590000', '205451.050000', '205451.510000', '205451.970000', '205452.430000', '205452.890000', '205453.350000', '205453.810000', '205454.270000', '205454.730000', '205455.190000', '205455.650000', '205456.110000', '205456.570000', '205457.030000', '205457.490000', '205457.950000', '205458.410000', '205458.870000', '205459.330000', '205459.790000', '205500.250000', '205500.710000', '205501.170000', '205501.630000', '205502.090000', '205502.550000', '205503.010000', '205503.470000', '205503.930000', '205504.390000', '205504.850000', '205505.310000', '205505.770000', '205506.230000', '205506.690000', '205507.150000', '205507.610000', '205508.070000', '205508.530000', '205508.990000', '205509.450000', '205509.910000', '205510.370000', '205510.830000', '205511.290000', '205511.750000', '205512.210000', '205512.670000', '205513.130000', '205513.590000', '205514.050000', '205514.510000', '205514.970000', '205515.430000', '205515.890000', '205516.350000', '205516.810000', '205517.270000', '205517.730000', '205518.190000', '205518.650000', '205519.110000', '205519.570000', '205520.030000', '205520.490000', '205520.950000', '205521.410000', '205521.870000', '205522.330000', '205522.790000', '205523.250000', '205523.710000', '205524.170000', '205524.630000', '205525.090000', '205525.550000', '205526.010000', '205526.470000', '205526.930000', '205527.390000', '205527.850000', '205528.310000', '205528.770000', '205529.230000', '205529.690000', '205530.150000', '205530.610000', '205531.070000', '205531.530000', '205531.990000', '205532.450000', '205532.910000', '205533.370000', '205533.830000', '205534.290000', '205534.750000', '205535.210000', '205535.670000', '205536.130000', '205536.590000', '205537.050000', '205537.510000', '205537.970000', '205538.430000', '205538.890000', '205539.350000', '205539.810000', '205540.270000', '205540.730000', '205541.190000', '205541.650000', '205542.110000', '205542.570000', '205543.030000', '205543.490000', '205543.950000', '205544.410000', '205544.870000', '205545.330000', '205545.790000', '205546.250000', '205546.710000', '205547.170000', '205547.630000', '205548.090000', '205548.550000', '205549.010000', '205549.470000', '205549.930000', '205550.390000', '205550.850000', '205551.310000', '205551.770000', '205552.230000', '205552.690000', '205553.150000', '205553.610000', '205554.070000', '205554.530000', '205554.990000', '205555.450000', '205555.910000', '205556.370000', '205556.830000', '205557.290000', '205557.750000', '205558.210000', '205558.670000', '205559.130000', '205559.590000', '205600.050000', '205600.510000', '205600.970000', '205601.430000', '205601.890000', '205602.350000', '205602.810000', '205603.270000', '205603.730000', '205604.190000', '205604.650000', '205605.110000', '205605.570000', '205606.030000', '205606.490000', '205606.950000', '205607.410000', '205607.870000', '205608.330000', '205608.790000', '205609.250000', '205609.710000', '205610.170000', '205610.630000', '205611.090000', '205611.550000', '205612.010000', '205612.470000', '205612.930000', '205613.390000', '205613.850000', '205614.310000', '205614.770000', '205615.230000', '205615.690000', '205616.150000', '205616.610000', '205617.070000', '205617.530000', '205617.990000', '205618.450000', '205618.910000', '205619.370000', '205619.830000', '205620.290000', '205620.750000', '205621.210000', '205621.670000', '205622.130000', '205622.590000', '205623.050000', '205623.510000', '205623.970000', '205624.430000', '205624.890000', '205625.350000', '205625.810000', '205626.270000', '205626.730000', '205627.190000', '205627.650000', '205628.110000', '205628.570000', '205629.030000', '205629.490000', '205629.950000', '205630.410000', '205630.870000', '205631.330000', '205631.790000', '205632.250000', '205632.710000', '205633.170000', '205633.630000', '205634.090000', '205634.550000', '205635.010000', '205635.470000', '205635.930000', '205636.390000', '205636.850000', '205637.310000', '205637.770000', '205638.230000', '205638.690000', '205639.150000', '205639.610000', '205640.070000', '205640.530000', '205640.990000', '205641.450000'], 'ContentTime': ['204651.657000', '204651.660000', '204651.663000', '204651.666000', '204651.668000', '204651.678000', '204651.681000', '204651.684000', '204651.686000', '204651.689000', '204651.691000', '204651.694000', '204651.697000', '204651.699000', '204651.702000', '204651.704000', '204651.707000', '204651.709000', '204651.712000', '204651.715000', '204651.717000', '204651.720000', '204651.722000', '204651.725000', '204651.728000', '204651.730000', '204651.733000', '204651.735000', '204651.738000', '204651.741000', '204651.743000', '204651.746000', '204651.748000', '204651.751000', '204651.753000', '204651.756000', '204651.759000', '204711.627000', '204711.630000', '204711.633000', '204711.635000', '204711.638000', '204711.641000', '204711.643000', '204711.646000', '204711.648000', '204711.651000', '204711.653000', '204711.656000', '204711.658000', '204711.661000', '204711.664000', '204711.666000', '204711.669000', '204711.671000', '204711.674000', '204711.677000', '204711.679000', '204711.682000', '204711.684000', '204711.687000', '204711.689000', '204711.692000', '204711.694000', '204711.697000', '204711.699000', '204711.702000', '204711.705000', '204711.707000', '204711.710000', '204711.712000', '204711.715000', '204711.717000', '204711.720000', '204711.722000', '204711.725000', '204711.727000', '204711.730000', '204711.733000', '204711.735000', '204731.627000', '204731.630000', '204731.633000', '204731.635000', '204731.638000', '204731.640000', '204731.643000', '204731.645000', '204731.652000', '204731.654000', '204731.657000', '204731.659000', '204731.662000', '204731.664000', '204731.667000', '204731.669000', '204731.672000', '204731.675000', '204731.677000', '204731.680000', '204731.682000', '204731.685000', '204731.687000', '204731.690000', '204731.692000', '204731.695000', '204731.698000', '204731.700000', '204731.703000', '204731.705000', '204731.708000', '204731.710000', '204731.724000', '204731.727000', '204731.729000', '204731.732000', '204731.734000', '204731.737000', '204731.740000', '204731.742000', '204731.745000', '204731.747000', '204731.750000', '204731.752000', '204751.627000', '204751.630000', '204751.633000', '204751.635000', '204751.638000', '204751.640000', '204751.643000', '204751.646000', '204751.648000', '204751.651000', '204751.653000', '204751.656000', '204751.658000', '204751.661000', '204751.663000', '204751.666000', '204751.669000', '204751.671000', '204751.674000', '204751.677000', '204751.681000', '204751.683000', '204751.686000', '204751.689000', '204751.691000', '204751.694000', '204751.696000', '204751.699000', '204751.702000', '204751.704000', '204751.707000', '204751.709000', '204751.712000', '204751.715000', '204751.717000', '204751.721000', '204751.724000', '204751.726000', '204751.729000', '204751.731000', '204751.734000', '204751.737000', '204751.739000', '204811.627000', '204811.630000', '204811.633000', '204811.635000', '204811.638000', '204811.641000', '204811.643000', '204811.646000', '204811.648000', '204811.651000', '204811.653000', '204811.656000', '204811.658000', '204811.661000', '204811.664000', '204811.666000', '204811.669000', '204811.671000', '204811.674000', '204811.676000', '204811.679000', '204811.681000', '204811.684000', '204811.687000', '204811.689000', '204811.692000', '204811.694000', '204811.697000', '204811.699000', '204811.702000', '204811.705000', '204811.707000', '204811.710000', '204811.712000', '204811.715000', '204811.717000', '204811.720000', '204811.723000', '204811.725000', '204811.728000', '204811.730000', '204811.733000', '204811.735000', '204811.738000', '204831.629000', '204831.631000', '204831.634000', '204831.637000', '204831.639000', '204831.642000', '204831.644000', '204831.647000', '204831.649000', '204831.652000', '204831.654000', '204831.657000', '204831.660000', '204831.662000', '204831.665000', '204831.667000', '204831.670000', '204831.673000', '204831.675000', '204831.678000', '204831.680000', '204831.683000', '204831.685000', '204831.688000', '204831.690000', '204831.693000', '204831.696000', '204831.698000', '204831.701000', '204831.704000', '204831.706000', '204831.709000', '204831.711000', '204831.714000', '204831.716000', '204831.719000', '204831.721000', '204831.724000', '204831.727000', '204831.729000', '204831.732000', '204831.734000', '204831.737000', '204851.628000', '204851.631000', '204851.634000', '204851.636000', '204851.639000', '204851.642000', '204851.644000', '204851.647000', '204851.649000', '204851.652000', '204851.654000', '204851.657000', '204851.660000', '204851.662000', '204851.665000', '204851.667000', '204851.670000', '204851.673000', '204851.675000', '204851.678000', '204851.680000', '204851.683000', '204851.685000', '204851.688000', '204851.691000', '204851.693000', '204851.696000', '204851.698000', '204851.701000', '204851.703000', '204851.706000', '204851.709000', '204851.711000', '204851.714000', '204851.716000', '204851.719000', '204851.722000', '204851.724000', '204851.727000', '204851.729000', '204851.732000', '204851.735000', '204851.737000', '204851.740000', '204911.628000', '204911.631000', '204911.634000', '204911.636000', '204911.639000', '204911.641000', '204911.644000', '204911.646000', '204911.649000', '204911.652000', '204911.654000', '204911.657000', '204911.659000', '204911.662000', '204911.665000', '204911.667000', '204911.670000', '204911.672000', '204911.675000', '204911.677000', '204911.680000', '204911.683000', '204911.685000', '204911.688000', '204911.690000', '204911.693000', '204911.695000', '204911.717000', '204911.720000', '204911.722000', '204911.725000', '204911.728000', '204911.730000', '204911.733000', '204911.735000', '204911.738000', '204911.740000', '204911.743000', '204911.746000', '204911.748000', '204911.751000', '204911.754000', '204911.756000', '204931.627000', '204931.630000', '204931.633000', '204931.635000', '204931.638000', '204931.641000', '204931.643000', '204931.646000', '204931.648000', '204931.651000', '204931.654000', '204931.656000', '204931.659000', '204931.661000', '204931.664000', '204931.666000', '204931.669000', '204931.672000', '204931.674000', '204931.677000', '204931.679000', '204931.682000', '204931.685000', '204931.687000', '204931.690000', '204931.693000', '204931.695000', '204931.698000', '204931.700000', '204931.703000', '204931.706000', '204931.708000', '204931.711000', '204931.713000', '204931.716000', '204931.718000', '204931.721000', '204931.724000', '204931.726000', '204931.729000', '204931.731000', '204931.734000', '204931.737000', '204931.739000', '204951.628000', '204951.630000', '204951.633000', '204951.636000', '204951.638000', '204951.641000', '204951.643000', '204951.646000', '204951.649000', '204951.651000', '204951.654000', '204951.656000', '204951.659000', '204951.662000', '204951.664000', '204951.667000', '204951.669000', '204951.672000', '204951.675000', '204951.677000', '204951.680000', '204951.683000', '204951.685000', '204951.688000', '204951.691000', '204951.693000', '204951.696000', '204951.699000', '204951.701000', '204951.704000', '204951.706000', '204951.709000', '204951.712000', '204951.714000', '204951.717000', '204951.720000', '204951.722000', '204951.725000', '204951.727000', '204951.730000', '204951.733000', '204951.735000', '204951.738000', '205011.627000', '205011.630000', '205011.633000', '205011.636000', '205011.638000', '205011.641000', '205011.643000', '205011.646000', '205011.649000', '205011.651000', '205011.654000', '205011.656000', '205011.659000', '205011.662000', '205011.664000', '205011.667000', '205011.669000', '205011.672000', '205011.674000', '205011.677000', '205011.679000', '205011.682000', '205011.685000', '205011.687000', '205011.690000', '205011.692000', '205011.695000', '205011.697000', '205011.700000', '205011.703000', '205011.705000', '205011.708000', '205011.710000', '205011.713000', '205011.715000', '205011.718000', '205011.720000', '205011.723000', '205011.726000', '205011.728000', '205011.731000', '205011.733000', '205011.736000', '205011.739000', '205031.628000', '205031.631000', '205031.633000', '205031.636000', '205031.638000', '205031.641000', '205031.644000', '205031.646000', '205031.649000', '205031.651000', '205031.654000', '205031.656000', '205031.659000', '205031.662000', '205031.664000', '205031.667000', '205031.669000', '205031.672000', '205031.675000', '205031.677000', '205031.680000', '205031.682000', '205031.685000', '205031.688000', '205031.690000', '205031.693000', '205031.695000', '205031.698000', '205031.701000', '205031.703000', '205031.706000', '205031.709000', '205031.711000', '205031.714000', '205031.716000', '205031.719000', '205031.722000', '205031.724000', '205031.727000', '205031.729000', '205031.732000', '205031.735000', '205031.737000', '205051.628000', '205051.631000', '205051.634000', '205051.636000', '205051.639000', '205051.642000', '205051.644000', '205051.647000', '205051.649000', '205051.663000', '205051.666000', '205051.668000', '205051.671000', '205051.673000', '205051.676000', '205051.678000', '205051.681000', '205051.684000', '205051.686000', '205051.689000', '205051.692000', '205051.694000', '205051.697000', '205051.699000', '205051.702000', '205051.705000', '205051.707000', '205051.710000', '205051.712000', '205051.715000', '205051.718000', '205051.720000', '205051.723000', '205051.725000', '205051.728000', '205051.731000', '205051.733000', '205051.736000', '205051.739000', '205051.741000', '205051.744000', '205051.746000', '205051.749000', '205051.751000', '205111.628000', '205111.631000', '205111.634000', '205111.636000', '205111.639000', '205111.642000', '205111.644000', '205111.647000', '205111.649000', '205111.652000', '205111.654000', '205111.657000', '205111.660000', '205111.662000', '205111.665000', '205111.668000', '205111.670000', '205111.673000', '205111.675000', '205111.678000', '205111.681000', '205111.683000', '205111.686000', '205111.688000', '205111.691000', '205111.693000', '205111.696000', '205111.699000', '205111.701000', '205111.704000', '205111.706000', '205111.709000', '205111.711000', '205111.714000', '205111.717000', '205111.719000', '205111.722000', '205111.724000', '205111.727000', '205111.729000', '205111.732000', '205111.735000', '205111.737000', '205131.629000', '205131.631000', '205131.634000', '205131.636000', '205131.639000', '205131.642000', '205131.644000', '205131.647000', '205131.649000', '205131.652000', '205131.655000', '205131.657000', '205131.660000', '205131.663000', '205131.665000', '205131.668000', '205131.670000', '205131.673000', '205131.676000', '205131.678000', '205131.681000', '205131.683000', '205131.686000', '205131.689000', '205131.691000', '205131.694000', '205131.696000', '205131.699000', '205131.702000', '205131.704000', '205131.707000', '205131.710000', '205131.712000', '205131.715000', '205131.718000', '205131.720000', '205131.723000', '205131.726000', '205131.728000', '205131.731000', '205131.733000', '205131.736000', '205131.739000', '205131.741000', '205151.628000', '205151.631000', '205151.633000', '205151.636000', '205151.638000', '205151.641000', '205151.644000', '205151.646000', '205151.649000', '205151.652000', '205151.654000', '205151.657000', '205151.660000', '205151.662000', '205151.665000', '205151.667000', '205151.670000', '205151.673000', '205151.675000', '205151.678000', '205151.681000', '205151.683000', '205151.686000', '205151.688000', '205151.691000', '205151.694000', '205151.696000', '205151.699000', '205151.702000', '205151.704000', '205151.707000', '205151.710000', '205151.712000', '205151.715000', '205151.718000', '205151.720000', '205151.723000', '205151.725000', '205151.728000', '205151.730000', '205151.733000', '205151.736000', '205151.738000', '205211.628000', '205211.630000', '205211.633000', '205211.636000', '205211.638000', '205211.641000', '205211.644000', '205211.646000', '205211.649000', '205211.652000', '205211.654000', '205211.657000', '205211.660000', '205211.662000', '205211.665000', '205211.667000', '205211.670000', '205211.672000', '205211.675000', '205211.678000', '205211.690000', '205211.692000', '205211.695000', '205211.697000', '205211.700000', '205211.702000', '205211.705000', '205211.708000', '205211.710000', '205211.713000', '205211.716000', '205211.718000', '205211.721000', '205211.723000', '205211.726000', '205211.729000', '205211.731000', '205211.734000', '205211.736000', '205211.739000', '205211.741000', '205211.744000', '205211.747000', '205211.750000', '205231.628000', '205231.630000', '205231.633000', '205231.636000', '205231.638000', '205231.641000', '205231.643000', '205231.646000', '205231.649000', '205231.651000', '205231.654000', '205231.656000', '205231.659000', '205231.661000', '205231.664000', '205231.667000', '205231.669000', '205231.672000', '205231.675000', '205231.677000', '205231.680000', '205231.682000', '205231.685000', '205231.688000', '205231.690000', '205231.693000', '205231.696000', '205231.698000', '205231.701000', '205231.703000', '205231.706000', '205231.709000', '205231.711000', '205231.714000', '205231.716000', '205231.719000', '205231.722000', '205231.724000', '205231.727000', '205231.729000', '205231.732000', '205231.735000', '205231.737000', '205251.628000', '205251.630000', '205251.633000', '205251.635000', '205251.639000', '205251.641000', '205251.644000', '205251.647000', '205251.649000', '205251.652000', '205251.654000', '205251.657000', '205251.660000', '205251.662000', '205251.665000', '205251.667000', '205251.670000', '205251.674000', '205251.676000', '205251.679000', '205251.682000', '205251.684000', '205251.687000', '205251.690000', '205251.692000', '205251.695000', '205251.702000', '205251.704000', '205251.714000', '205251.716000', '205251.719000', '205251.722000', '205251.724000', '205251.727000', '205251.729000', '205251.732000', '205251.735000', '205251.737000', '205251.740000', '205251.742000', '205251.745000', '205251.748000', '205251.750000', '205251.753000', '205311.629000', '205311.632000', '205311.634000', '205311.637000', '205311.639000', '205311.642000', '205311.644000', '205311.647000', '205311.650000', '205311.652000', '205311.655000', '205311.657000', '205311.660000', '205311.662000', '205311.665000', '205311.668000', '205311.670000', '205311.673000', '205311.676000', '205311.678000', '205311.681000', '205311.683000', '205311.686000', '205311.689000', '205311.691000', '205311.694000', '205311.696000', '205311.699000', '205311.701000', '205311.704000', '205311.707000', '205311.709000', '205311.712000', '205311.715000', '205311.717000', '205311.720000', '205311.722000', '205311.725000', '205311.727000', '205311.730000', '205311.733000', '205311.735000', '205311.738000', '205331.629000', '205331.631000', '205331.634000', '205331.637000', '205331.639000', '205331.642000', '205331.645000', '205331.647000', '205331.650000', '205331.652000', '205331.655000', '205331.658000', '205331.660000', '205331.663000', '205331.665000', '205331.668000', '205331.671000', '205331.673000', '205331.676000', '205331.678000', '205331.681000', '205331.684000', '205331.686000', '205331.689000', '205331.691000', '205331.694000', '205331.697000', '205331.699000', '205331.702000', '205331.704000', '205331.721000', '205331.724000', '205331.726000', '205331.729000', '205331.732000', '205331.734000', '205331.737000', '205331.739000', '205331.742000', '205331.745000', '205331.747000', '205331.750000', '205331.753000', '205331.755000', '205351.629000', '205351.631000', '205351.634000', '205351.637000', '205351.639000', '205351.642000', '205351.645000', '205351.647000', '205351.650000', '205351.653000', '205351.655000', '205351.658000', '205351.660000', '205351.663000', '205351.666000', '205351.668000', '205351.671000', '205351.674000', '205351.676000', '205351.679000', '205351.681000', '205351.684000', '205351.687000', '205351.689000', '205351.692000', '205351.695000', '205351.697000', '205351.700000', '205351.702000', '205351.705000', '205351.708000', '205351.710000', '205351.713000', '205351.716000', '205351.718000', '205351.721000', '205351.723000', '205351.726000', '205351.729000', '205351.731000', '205351.734000', '205351.736000', '205351.739000', '205411.627000', '205411.630000', '205411.633000', '205411.635000', '205411.638000', '205411.641000', '205411.643000', '205411.646000', '205411.649000', '205411.651000', '205411.654000', '205411.656000', '205411.659000', '205411.662000', '205411.664000', '205411.667000', '205411.669000', '205411.672000', '205411.675000', '205411.678000', '205411.681000', '205411.684000', '205411.686000', '205411.689000', '205411.691000', '205411.694000', '205411.697000', '205411.699000', '205411.702000', '205411.705000', '205411.707000', '205411.710000', '205411.712000', '205411.715000', '205411.717000', '205411.720000', '205411.722000', '205411.725000', '205411.728000', '205411.730000', '205411.733000', '205411.736000', '205411.738000', '205431.628000', '205431.630000', '205431.633000', '205431.636000', '205431.638000', '205431.641000', '205431.643000', '205431.646000', '205431.649000', '205431.651000', '205431.654000', '205431.656000', '205431.659000', '205431.662000', '205431.664000', '205431.667000', '205431.669000', '205431.672000', '205431.675000', '205431.677000', '205431.680000', '205431.682000', '205431.685000', '205431.687000', '205431.690000', '205431.693000', '205431.695000', '205431.698000', '205431.700000', '205431.703000', '205431.706000', '205431.708000', '205431.711000', '205431.713000', '205431.716000', '205431.718000', '205431.721000', '205431.724000', '205431.726000', '205431.729000', '205431.731000', '205431.734000', '205431.737000', '205431.739000', '205451.628000', '205451.630000', '205451.633000', '205451.636000', '205451.638000', '205451.641000', '205451.644000', '205451.647000', '205451.650000', '205451.653000', '205451.656000', '205451.658000', '205451.661000', '205451.663000', '205451.666000', '205451.669000', '205451.671000', '205451.674000', '205451.676000', '205451.679000', '205451.681000', '205451.684000', '205451.687000', '205451.689000', '205451.692000', '205451.694000', '205451.697000', '205451.708000', '205451.710000', '205451.713000', '205451.716000', '205451.718000', '205451.721000', '205451.723000', '205451.726000', '205451.728000', '205451.731000', '205451.734000', '205451.736000', '205451.739000', '205451.741000', '205451.744000', '205451.747000', '205511.627000', '205511.630000', '205511.633000', '205511.635000', '205511.638000', '205511.641000', '205511.643000', '205511.646000', '205511.648000', '205511.651000', '205511.653000', '205511.656000', '205511.659000', '205511.661000', '205511.664000', '205511.667000', '205511.669000', '205511.672000', '205511.674000', '205511.677000', '205511.680000', '205511.682000', '205511.685000', '205511.688000', '205511.690000', '205511.693000', '205511.695000', '205511.698000', '205511.701000', '205511.703000', '205511.706000', '205511.708000', '205511.711000', '205511.714000', '205511.716000', '205511.719000', '205511.721000', '205511.724000', '205511.726000', '205511.729000', '205511.732000', '205511.734000', '205511.737000', '205511.739000', '205531.629000', '205531.631000', '205531.634000', '205531.637000', '205531.639000', '205531.642000', '205531.645000', '205531.647000', '205531.650000', '205531.652000', '205531.655000', '205531.657000', '205531.660000', '205531.663000', '205531.665000', '205531.668000', '205531.671000', '205531.673000', '205531.676000', '205531.679000', '205531.681000', '205531.684000', '205531.686000', '205531.689000', '205531.691000', '205531.694000', '205531.697000', '205531.699000', '205531.702000', '205531.705000', '205531.707000', '205531.710000', '205531.712000', '205531.715000', '205531.719000', '205531.721000', '205531.724000', '205531.727000', '205531.729000', '205531.732000', '205531.735000', '205531.737000', '205531.740000', '205551.629000', '205551.632000', '205551.634000', '205551.637000', '205551.639000', '205551.642000', '205551.645000', '205551.647000', '205551.650000', '205551.652000', '205551.655000', '205551.658000', '205551.660000', '205551.663000', '205551.666000', '205551.668000', '205551.671000', '205551.673000', '205551.676000', '205551.678000', '205551.681000', '205551.684000', '205551.686000', '205551.689000', '205551.692000', '205551.694000', '205551.697000', '205551.700000', '205551.702000', '205551.705000', '205551.707000', '205551.710000', '205551.712000', '205551.715000', '205551.718000', '205551.720000', '205551.723000', '205551.725000', '205551.728000', '205551.731000', '205551.733000', '205551.736000', '205551.738000', '205551.741000', '205611.629000', '205611.631000', '205611.634000', '205611.636000', '205611.639000', '205611.642000', '205611.644000', '205611.647000', '205611.650000', '205611.652000', '205611.655000', '205611.657000', '205611.660000', '205611.663000', '205611.665000', '205611.668000', '205611.670000', '205611.673000', '205611.676000', '205611.678000', '205611.681000', '205611.684000', '205611.687000', '205611.700000', '205611.703000', '205611.705000', '205611.708000', '205611.711000', '205611.713000', '205611.716000', '205611.718000', '205611.721000', '205611.724000', '205611.726000', '205611.729000', '205611.731000', '205611.734000', '205611.736000', '205611.739000', '205611.742000', '205611.744000', '205611.747000', '205611.749000', '205631.628000', '205631.630000', '205631.633000', '205631.636000', '205631.638000', '205631.641000', '205631.643000', '205631.646000', '205631.649000', '205631.651000', '205631.654000', '205631.656000', '205631.659000', '205631.662000', '205631.664000', '205631.667000', '205631.669000', '205631.672000', '205631.675000', '205631.677000', '205631.680000', '205631.682000', '205631.685000', '205631.688000', '205631.690000', '205631.693000', '205631.696000', '205631.698000', '205631.701000', '205631.703000', '205631.706000', '205631.709000', '205631.711000', '205631.714000', '205631.716000', '205631.719000', '205631.721000', '205631.724000', '205631.727000', '205631.729000', '205631.732000', '205631.734000', '205631.737000', '205631.740000', '205642.509000', '205642.512000', '205642.515000', '205642.518000', '205642.520000', '205642.523000', '205642.526000', '205642.530000', '205642.533000', '205642.536000', '205642.539000', '205642.541000', '205642.544000', '205642.547000', '205642.550000', '205642.553000', '205642.555000', '205642.558000', '205642.561000', '205642.565000', '205642.568000', '205642.571000', '205642.574000', '205642.577000'], 'InstanceCreationTime': ['204651.657000', '204651.660000', '204651.663000', '204651.666000', '204651.668000', '204651.678000', '204651.681000', '204651.684000', '204651.686000', '204651.689000', '204651.691000', '204651.694000', '204651.697000', '204651.699000', '204651.702000', '204651.704000', '204651.707000', '204651.709000', '204651.712000', '204651.715000', '204651.717000', '204651.720000', '204651.722000', '204651.725000', '204651.728000', '204651.730000', '204651.733000', '204651.735000', '204651.738000', '204651.741000', '204651.743000', '204651.746000', '204651.748000', '204651.751000', '204651.753000', '204651.756000', '204651.759000', '204711.627000', '204711.630000', '204711.633000', '204711.635000', '204711.638000', '204711.641000', '204711.643000', '204711.646000', '204711.648000', '204711.651000', '204711.653000', '204711.656000', '204711.658000', '204711.661000', '204711.664000', '204711.666000', '204711.669000', '204711.671000', '204711.674000', '204711.677000', '204711.679000', '204711.682000', '204711.684000', '204711.687000', '204711.689000', '204711.692000', '204711.694000', '204711.697000', '204711.699000', '204711.702000', '204711.705000', '204711.707000', '204711.710000', '204711.712000', '204711.715000', '204711.717000', '204711.720000', '204711.722000', '204711.725000', '204711.727000', '204711.730000', '204711.733000', '204711.735000', '204731.627000', '204731.630000', '204731.633000', '204731.635000', '204731.638000', '204731.640000', '204731.643000', '204731.645000', '204731.652000', '204731.654000', '204731.657000', '204731.659000', '204731.662000', '204731.664000', '204731.667000', '204731.669000', '204731.672000', '204731.675000', '204731.677000', '204731.680000', '204731.682000', '204731.685000', '204731.687000', '204731.690000', '204731.692000', '204731.695000', '204731.698000', '204731.700000', '204731.703000', '204731.705000', '204731.708000', '204731.710000', '204731.724000', '204731.727000', '204731.729000', '204731.732000', '204731.734000', '204731.737000', '204731.740000', '204731.742000', '204731.745000', '204731.747000', '204731.750000', '204731.752000', '204751.627000', '204751.630000', '204751.633000', '204751.635000', '204751.638000', '204751.640000', '204751.643000', '204751.646000', '204751.648000', '204751.651000', '204751.653000', '204751.656000', '204751.658000', '204751.661000', '204751.663000', '204751.666000', '204751.669000', '204751.671000', '204751.674000', '204751.677000', '204751.681000', '204751.683000', '204751.686000', '204751.689000', '204751.691000', '204751.694000', '204751.696000', '204751.699000', '204751.702000', '204751.704000', '204751.707000', '204751.709000', '204751.712000', '204751.715000', '204751.717000', '204751.721000', '204751.724000', '204751.726000', '204751.729000', '204751.731000', '204751.734000', '204751.737000', '204751.739000', '204811.627000', '204811.630000', '204811.633000', '204811.635000', '204811.638000', '204811.641000', '204811.643000', '204811.646000', '204811.648000', '204811.651000', '204811.653000', '204811.656000', '204811.658000', '204811.661000', '204811.664000', '204811.666000', '204811.669000', '204811.671000', '204811.674000', '204811.676000', '204811.679000', '204811.681000', '204811.684000', '204811.687000', '204811.689000', '204811.692000', '204811.694000', '204811.697000', '204811.699000', '204811.702000', '204811.705000', '204811.707000', '204811.710000', '204811.712000', '204811.715000', '204811.717000', '204811.720000', '204811.723000', '204811.725000', '204811.728000', '204811.730000', '204811.733000', '204811.735000', '204811.738000', '204831.629000', '204831.631000', '204831.634000', '204831.637000', '204831.639000', '204831.642000', '204831.644000', '204831.647000', '204831.649000', '204831.652000', '204831.654000', '204831.657000', '204831.660000', '204831.662000', '204831.665000', '204831.667000', '204831.670000', '204831.673000', '204831.675000', '204831.678000', '204831.680000', '204831.683000', '204831.685000', '204831.688000', '204831.690000', '204831.693000', '204831.696000', '204831.698000', '204831.701000', '204831.704000', '204831.706000', '204831.709000', '204831.711000', '204831.714000', '204831.716000', '204831.719000', '204831.721000', '204831.724000', '204831.727000', '204831.729000', '204831.732000', '204831.734000', '204831.737000', '204851.628000', '204851.631000', '204851.634000', '204851.636000', '204851.639000', '204851.642000', '204851.644000', '204851.647000', '204851.649000', '204851.652000', '204851.654000', '204851.657000', '204851.660000', '204851.662000', '204851.665000', '204851.667000', '204851.670000', '204851.673000', '204851.675000', '204851.678000', '204851.680000', '204851.683000', '204851.685000', '204851.688000', '204851.691000', '204851.693000', '204851.696000', '204851.698000', '204851.701000', '204851.703000', '204851.706000', '204851.709000', '204851.711000', '204851.714000', '204851.716000', '204851.719000', '204851.722000', '204851.724000', '204851.727000', '204851.729000', '204851.732000', '204851.735000', '204851.737000', '204851.740000', '204911.628000', '204911.631000', '204911.634000', '204911.636000', '204911.639000', '204911.641000', '204911.644000', '204911.646000', '204911.649000', '204911.652000', '204911.654000', '204911.657000', '204911.659000', '204911.662000', '204911.665000', '204911.667000', '204911.670000', '204911.672000', '204911.675000', '204911.677000', '204911.680000', '204911.683000', '204911.685000', '204911.688000', '204911.690000', '204911.693000', '204911.695000', '204911.717000', '204911.720000', '204911.722000', '204911.725000', '204911.728000', '204911.730000', '204911.733000', '204911.735000', '204911.738000', '204911.740000', '204911.743000', '204911.746000', '204911.748000', '204911.751000', '204911.754000', '204911.756000', '204931.627000', '204931.630000', '204931.633000', '204931.635000', '204931.638000', '204931.641000', '204931.643000', '204931.646000', '204931.648000', '204931.651000', '204931.654000', '204931.656000', '204931.659000', '204931.661000', '204931.664000', '204931.666000', '204931.669000', '204931.672000', '204931.674000', '204931.677000', '204931.679000', '204931.682000', '204931.685000', '204931.687000', '204931.690000', '204931.693000', '204931.695000', '204931.698000', '204931.700000', '204931.703000', '204931.706000', '204931.708000', '204931.711000', '204931.713000', '204931.716000', '204931.718000', '204931.721000', '204931.724000', '204931.726000', '204931.729000', '204931.731000', '204931.734000', '204931.737000', '204931.739000', '204951.628000', '204951.630000', '204951.633000', '204951.636000', '204951.638000', '204951.641000', '204951.643000', '204951.646000', '204951.649000', '204951.651000', '204951.654000', '204951.656000', '204951.659000', '204951.662000', '204951.664000', '204951.667000', '204951.669000', '204951.672000', '204951.675000', '204951.677000', '204951.680000', '204951.683000', '204951.685000', '204951.688000', '204951.691000', '204951.693000', '204951.696000', '204951.699000', '204951.701000', '204951.704000', '204951.706000', '204951.709000', '204951.712000', '204951.714000', '204951.717000', '204951.720000', '204951.722000', '204951.725000', '204951.727000', '204951.730000', '204951.733000', '204951.735000', '204951.738000', '205011.627000', '205011.630000', '205011.633000', '205011.636000', '205011.638000', '205011.641000', '205011.643000', '205011.646000', '205011.649000', '205011.651000', '205011.654000', '205011.656000', '205011.659000', '205011.662000', '205011.664000', '205011.667000', '205011.669000', '205011.672000', '205011.674000', '205011.677000', '205011.679000', '205011.682000', '205011.685000', '205011.687000', '205011.690000', '205011.692000', '205011.695000', '205011.697000', '205011.700000', '205011.703000', '205011.705000', '205011.708000', '205011.710000', '205011.713000', '205011.715000', '205011.718000', '205011.720000', '205011.723000', '205011.726000', '205011.728000', '205011.731000', '205011.733000', '205011.736000', '205011.739000', '205031.628000', '205031.631000', '205031.633000', '205031.636000', '205031.638000', '205031.641000', '205031.644000', '205031.646000', '205031.649000', '205031.651000', '205031.654000', '205031.656000', '205031.659000', '205031.662000', '205031.664000', '205031.667000', '205031.669000', '205031.672000', '205031.675000', '205031.677000', '205031.680000', '205031.682000', '205031.685000', '205031.688000', '205031.690000', '205031.693000', '205031.695000', '205031.698000', '205031.701000', '205031.703000', '205031.706000', '205031.709000', '205031.711000', '205031.714000', '205031.716000', '205031.719000', '205031.722000', '205031.724000', '205031.727000', '205031.729000', '205031.732000', '205031.735000', '205031.737000', '205051.628000', '205051.631000', '205051.634000', '205051.636000', '205051.639000', '205051.642000', '205051.644000', '205051.647000', '205051.649000', '205051.663000', '205051.666000', '205051.668000', '205051.671000', '205051.673000', '205051.676000', '205051.678000', '205051.681000', '205051.684000', '205051.686000', '205051.689000', '205051.692000', '205051.694000', '205051.697000', '205051.699000', '205051.702000', '205051.705000', '205051.707000', '205051.710000', '205051.712000', '205051.715000', '205051.718000', '205051.720000', '205051.723000', '205051.725000', '205051.728000', '205051.731000', '205051.733000', '205051.736000', '205051.739000', '205051.741000', '205051.744000', '205051.746000', '205051.749000', '205051.751000', '205111.628000', '205111.631000', '205111.634000', '205111.636000', '205111.639000', '205111.642000', '205111.644000', '205111.647000', '205111.649000', '205111.652000', '205111.654000', '205111.657000', '205111.660000', '205111.662000', '205111.665000', '205111.668000', '205111.670000', '205111.673000', '205111.675000', '205111.678000', '205111.681000', '205111.683000', '205111.686000', '205111.688000', '205111.691000', '205111.693000', '205111.696000', '205111.699000', '205111.701000', '205111.704000', '205111.706000', '205111.709000', '205111.711000', '205111.714000', '205111.717000', '205111.719000', '205111.722000', '205111.724000', '205111.727000', '205111.729000', '205111.732000', '205111.735000', '205111.737000', '205131.629000', '205131.631000', '205131.634000', '205131.636000', '205131.639000', '205131.642000', '205131.644000', '205131.647000', '205131.649000', '205131.652000', '205131.655000', '205131.657000', '205131.660000', '205131.663000', '205131.665000', '205131.668000', '205131.670000', '205131.673000', '205131.676000', '205131.678000', '205131.681000', '205131.683000', '205131.686000', '205131.689000', '205131.691000', '205131.694000', '205131.696000', '205131.699000', '205131.702000', '205131.704000', '205131.707000', '205131.710000', '205131.712000', '205131.715000', '205131.718000', '205131.720000', '205131.723000', '205131.726000', '205131.728000', '205131.731000', '205131.733000', '205131.736000', '205131.739000', '205131.741000', '205151.628000', '205151.631000', '205151.633000', '205151.636000', '205151.638000', '205151.641000', '205151.644000', '205151.646000', '205151.649000', '205151.652000', '205151.654000', '205151.657000', '205151.660000', '205151.662000', '205151.665000', '205151.667000', '205151.670000', '205151.673000', '205151.675000', '205151.678000', '205151.681000', '205151.683000', '205151.686000', '205151.688000', '205151.691000', '205151.694000', '205151.696000', '205151.699000', '205151.702000', '205151.704000', '205151.707000', '205151.710000', '205151.712000', '205151.715000', '205151.718000', '205151.720000', '205151.723000', '205151.725000', '205151.728000', '205151.730000', '205151.733000', '205151.736000', '205151.738000', '205211.628000', '205211.630000', '205211.633000', '205211.636000', '205211.638000', '205211.641000', '205211.644000', '205211.646000', '205211.649000', '205211.652000', '205211.654000', '205211.657000', '205211.660000', '205211.662000', '205211.665000', '205211.667000', '205211.670000', '205211.672000', '205211.675000', '205211.678000', '205211.690000', '205211.692000', '205211.695000', '205211.697000', '205211.700000', '205211.702000', '205211.705000', '205211.708000', '205211.710000', '205211.713000', '205211.716000', '205211.718000', '205211.721000', '205211.723000', '205211.726000', '205211.729000', '205211.731000', '205211.734000', '205211.736000', '205211.739000', '205211.741000', '205211.744000', '205211.747000', '205211.750000', '205231.628000', '205231.630000', '205231.633000', '205231.636000', '205231.638000', '205231.641000', '205231.643000', '205231.646000', '205231.649000', '205231.651000', '205231.654000', '205231.656000', '205231.659000', '205231.661000', '205231.664000', '205231.667000', '205231.669000', '205231.672000', '205231.675000', '205231.677000', '205231.680000', '205231.682000', '205231.685000', '205231.688000', '205231.690000', '205231.693000', '205231.696000', '205231.698000', '205231.701000', '205231.703000', '205231.706000', '205231.709000', '205231.711000', '205231.714000', '205231.716000', '205231.719000', '205231.722000', '205231.724000', '205231.727000', '205231.729000', '205231.732000', '205231.735000', '205231.737000', '205251.628000', '205251.630000', '205251.633000', '205251.635000', '205251.639000', '205251.641000', '205251.644000', '205251.647000', '205251.649000', '205251.652000', '205251.654000', '205251.657000', '205251.660000', '205251.662000', '205251.665000', '205251.667000', '205251.670000', '205251.674000', '205251.676000', '205251.679000', '205251.682000', '205251.684000', '205251.687000', '205251.690000', '205251.692000', '205251.695000', '205251.702000', '205251.704000', '205251.714000', '205251.716000', '205251.719000', '205251.722000', '205251.724000', '205251.727000', '205251.729000', '205251.732000', '205251.735000', '205251.737000', '205251.740000', '205251.742000', '205251.745000', '205251.748000', '205251.750000', '205251.753000', '205311.629000', '205311.632000', '205311.634000', '205311.637000', '205311.639000', '205311.642000', '205311.644000', '205311.647000', '205311.650000', '205311.652000', '205311.655000', '205311.657000', '205311.660000', '205311.662000', '205311.665000', '205311.668000', '205311.670000', '205311.673000', '205311.676000', '205311.678000', '205311.681000', '205311.683000', '205311.686000', '205311.689000', '205311.691000', '205311.694000', '205311.696000', '205311.699000', '205311.701000', '205311.704000', '205311.707000', '205311.709000', '205311.712000', '205311.715000', '205311.717000', '205311.720000', '205311.722000', '205311.725000', '205311.727000', '205311.730000', '205311.733000', '205311.735000', '205311.738000', '205331.629000', '205331.631000', '205331.634000', '205331.637000', '205331.639000', '205331.642000', '205331.645000', '205331.647000', '205331.650000', '205331.652000', '205331.655000', '205331.658000', '205331.660000', '205331.663000', '205331.665000', '205331.668000', '205331.671000', '205331.673000', '205331.676000', '205331.678000', '205331.681000', '205331.684000', '205331.686000', '205331.689000', '205331.691000', '205331.694000', '205331.697000', '205331.699000', '205331.702000', '205331.704000', '205331.721000', '205331.724000', '205331.726000', '205331.729000', '205331.732000', '205331.734000', '205331.737000', '205331.739000', '205331.742000', '205331.745000', '205331.747000', '205331.750000', '205331.753000', '205331.755000', '205351.629000', '205351.631000', '205351.634000', '205351.637000', '205351.639000', '205351.642000', '205351.645000', '205351.647000', '205351.650000', '205351.653000', '205351.655000', '205351.658000', '205351.660000', '205351.663000', '205351.666000', '205351.668000', '205351.671000', '205351.674000', '205351.676000', '205351.679000', '205351.681000', '205351.684000', '205351.687000', '205351.689000', '205351.692000', '205351.695000', '205351.697000', '205351.700000', '205351.702000', '205351.705000', '205351.708000', '205351.710000', '205351.713000', '205351.716000', '205351.718000', '205351.721000', '205351.723000', '205351.726000', '205351.729000', '205351.731000', '205351.734000', '205351.736000', '205351.739000', '205411.627000', '205411.630000', '205411.633000', '205411.635000', '205411.638000', '205411.641000', '205411.643000', '205411.646000', '205411.649000', '205411.651000', '205411.654000', '205411.656000', '205411.659000', '205411.662000', '205411.664000', '205411.667000', '205411.669000', '205411.672000', '205411.675000', '205411.678000', '205411.681000', '205411.684000', '205411.686000', '205411.689000', '205411.691000', '205411.694000', '205411.697000', '205411.699000', '205411.702000', '205411.705000', '205411.707000', '205411.710000', '205411.712000', '205411.715000', '205411.717000', '205411.720000', '205411.722000', '205411.725000', '205411.728000', '205411.730000', '205411.733000', '205411.736000', '205411.738000', '205431.628000', '205431.630000', '205431.633000', '205431.636000', '205431.638000', '205431.641000', '205431.643000', '205431.646000', '205431.649000', '205431.651000', '205431.654000', '205431.656000', '205431.659000', '205431.662000', '205431.664000', '205431.667000', '205431.669000', '205431.672000', '205431.675000', '205431.677000', '205431.680000', '205431.682000', '205431.685000', '205431.687000', '205431.690000', '205431.693000', '205431.695000', '205431.698000', '205431.700000', '205431.703000', '205431.706000', '205431.708000', '205431.711000', '205431.713000', '205431.716000', '205431.718000', '205431.721000', '205431.724000', '205431.726000', '205431.729000', '205431.731000', '205431.734000', '205431.737000', '205431.739000', '205451.628000', '205451.630000', '205451.633000', '205451.636000', '205451.638000', '205451.641000', '205451.644000', '205451.647000', '205451.650000', '205451.653000', '205451.656000', '205451.658000', '205451.661000', '205451.663000', '205451.666000', '205451.669000', '205451.671000', '205451.674000', '205451.676000', '205451.679000', '205451.681000', '205451.684000', '205451.687000', '205451.689000', '205451.692000', '205451.694000', '205451.697000', '205451.708000', '205451.710000', '205451.713000', '205451.716000', '205451.718000', '205451.721000', '205451.723000', '205451.726000', '205451.728000', '205451.731000', '205451.734000', '205451.736000', '205451.739000', '205451.741000', '205451.744000', '205451.747000', '205511.627000', '205511.630000', '205511.633000', '205511.635000', '205511.638000', '205511.641000', '205511.643000', '205511.646000', '205511.648000', '205511.651000', '205511.653000', '205511.656000', '205511.659000', '205511.661000', '205511.664000', '205511.667000', '205511.669000', '205511.672000', '205511.674000', '205511.677000', '205511.680000', '205511.682000', '205511.685000', '205511.688000', '205511.690000', '205511.693000', '205511.695000', '205511.698000', '205511.701000', '205511.703000', '205511.706000', '205511.708000', '205511.711000', '205511.714000', '205511.716000', '205511.719000', '205511.721000', '205511.724000', '205511.726000', '205511.729000', '205511.732000', '205511.734000', '205511.737000', '205511.739000', '205531.629000', '205531.631000', '205531.634000', '205531.637000', '205531.639000', '205531.642000', '205531.645000', '205531.647000', '205531.650000', '205531.652000', '205531.655000', '205531.657000', '205531.660000', '205531.663000', '205531.665000', '205531.668000', '205531.671000', '205531.673000', '205531.676000', '205531.679000', '205531.681000', '205531.684000', '205531.686000', '205531.689000', '205531.691000', '205531.694000', '205531.697000', '205531.699000', '205531.702000', '205531.705000', '205531.707000', '205531.710000', '205531.712000', '205531.715000', '205531.719000', '205531.721000', '205531.724000', '205531.727000', '205531.729000', '205531.732000', '205531.735000', '205531.737000', '205531.740000', '205551.629000', '205551.632000', '205551.634000', '205551.637000', '205551.639000', '205551.642000', '205551.645000', '205551.647000', '205551.650000', '205551.652000', '205551.655000', '205551.658000', '205551.660000', '205551.663000', '205551.666000', '205551.668000', '205551.671000', '205551.673000', '205551.676000', '205551.678000', '205551.681000', '205551.684000', '205551.686000', '205551.689000', '205551.692000', '205551.694000', '205551.697000', '205551.700000', '205551.702000', '205551.705000', '205551.707000', '205551.710000', '205551.712000', '205551.715000', '205551.718000', '205551.720000', '205551.723000', '205551.725000', '205551.728000', '205551.731000', '205551.733000', '205551.736000', '205551.738000', '205551.741000', '205611.629000', '205611.631000', '205611.634000', '205611.636000', '205611.639000', '205611.642000', '205611.644000', '205611.647000', '205611.650000', '205611.652000', '205611.655000', '205611.657000', '205611.660000', '205611.663000', '205611.665000', '205611.668000', '205611.670000', '205611.673000', '205611.676000', '205611.678000', '205611.681000', '205611.684000', '205611.687000', '205611.700000', '205611.703000', '205611.705000', '205611.708000', '205611.711000', '205611.713000', '205611.716000', '205611.718000', '205611.721000', '205611.724000', '205611.726000', '205611.729000', '205611.731000', '205611.734000', '205611.736000', '205611.739000', '205611.742000', '205611.744000', '205611.747000', '205611.749000', '205631.628000', '205631.630000', '205631.633000', '205631.636000', '205631.638000', '205631.641000', '205631.643000', '205631.646000', '205631.649000', '205631.651000', '205631.654000', '205631.656000', '205631.659000', '205631.662000', '205631.664000', '205631.667000', '205631.669000', '205631.672000', '205631.675000', '205631.677000', '205631.680000', '205631.682000', '205631.685000', '205631.688000', '205631.690000', '205631.693000', '205631.696000', '205631.698000', '205631.701000', '205631.703000', '205631.706000', '205631.709000', '205631.711000', '205631.714000', '205631.716000', '205631.719000', '205631.721000', '205631.724000', '205631.727000', '205631.729000', '205631.732000', '205631.734000', '205631.737000', '205631.740000', '205642.509000', '205642.512000', '205642.515000', '205642.518000', '205642.520000', '205642.523000', '205642.526000', '205642.530000', '205642.533000', '205642.536000', '205642.539000', '205642.541000', '205642.544000', '205642.547000', '205642.550000', '205642.553000', '205642.555000', '205642.558000', '205642.561000', '205642.565000', '205642.568000', '205642.571000', '205642.574000', '205642.577000'], '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': [6844, 8839, 11721, 10670, 9726, 10900, 8424, 8891, 12265, 8551, 8642, 6255, 6526, 6120, 8441, 10104, 11988, 8316, 9849, 6529, 7159, 6060, 8745, 10286, 9482, 8378, 10731, 7357, 8567, 10626, 8439, 9450, 8837, 8449, 10225, 8189, 8740, 8337, 8988, 11907, 9189, 9609, 7701, 8836, 11981, 7871, 8658, 10829, 8006, 9517, 8469, 8492, 11690, 8583, 8754, 8483, 8100, 7915, 8192, 8905, 11999, 8283, 9656, 8111, 8773, 8237, 8776, 11909, 8147, 8710, 6755, 7491, 7206, 8427, 11290, 6968, 8241, 5860, 8458, 10704, 10128, 8599, 10709, 7151, 8124, 6307, 6567, 6331, 7216, 7364, 8299, 9227, 8258, 9984, 12296, 8490, 10045, 6394, 8083, 9212, 8012, 9021, 11853, 8145, 8671, 7204, 8543, 7391, 8520, 12054, 7165, 8718, 10046, 7840, 8920, 8036, 8059, 7877, 8642, 11313, 8905, 9582, 9130, 8164, 8878, 7717, 8579, 7130, 8717, 7187, 8370, 11580, 10081, 8832, 10624, 7909, 8540, 11971, 7951, 8285, 6586, 7594, 6523, 8343, 10689, 9159, 8244, 10147, 7264, 9040, 10872, 8130, 8540, 6377, 6824, 6083, 8437, 11411, 10562, 8630, 10088, 7357, 7999, 7451, 8220, 8643, 8142, 8544, 6431, 8103, 6269, 8036, 9021, 8261, 10820, 12699, 9412, 11334, 7088, 8426, 10225, 7641, 8159, 6291, 7184, 5873, 8382, 9672, 11929, 8033, 8909, 6453, 7849, 8967, 8086, 8306, 7670, 8473, 10625, 8012, 9611, 7977, 9371, 12209, 8357, 9315, 12544, 7782, 9002, 6493, 8616, 8913, 7276, 8217, 6639, 8479, 10389, 6538, 8456, 9488, 7443, 8943, 7290, 8317, 11234, 7208, 8797, 10786, 7681, 9617, 8107, 8232, 12219, 7993, 8664, 11712, 8077, 8869, 8152, 8661, 11697, 8226, 8678, 7086, 7836, 7272, 8610, 11620, 6735, 8499, 9195, 7599, 8816, 6882, 8270, 10833, 8466, 8358, 9976, 6732, 8357, 6963, 8501, 9153, 8171, 8830, 7976, 9320, 6417, 8468, 11899, 9759, 8548, 10507, 8119, 8647, 12221, 7915, 8690, 6514, 7877, 7102, 8084, 8864, 12335, 8329, 9801, 7793, 8380, 12171, 8140, 9003, 11752, 8149, 8723, 7859, 7895, 8084, 8721, 11449, 7524, 9413, 10125, 8300, 8807, 11058, 8050, 9645, 7284, 8345, 7263, 8300, 11475, 6993, 8479, 10100, 7562, 8536, 7674, 8230, 11795, 7250, 8653, 10315, 8107, 9217, 7719, 7906, 6251, 8617, 10756, 7348, 9055, 10740, 8399, 9108, 12517, 8167, 9756, 7173, 8727, 6287, 8321, 10522, 6411, 8502, 9436, 7236, 8232, 7363, 8538, 11937, 6760, 8450, 9570, 7775, 9068, 8016, 8200, 11831, 7774, 8599, 10017, 7815, 8695, 7802, 8521, 12231, 7278, 9230, 9301, 8353, 8905, 12093, 8184, 9301, 12142, 7905, 9520, 8065, 7990, 7809, 8351, 11197, 7582, 9141, 10902, 8184, 8397, 12171, 8121, 8498, 6707, 7785, 6762, 8448, 11609, 8937, 8442, 9954, 7166, 8356, 7066, 8391, 10828, 8314, 8125, 9824, 7049, 8061, 6517, 8337, 9218, 12272, 8248, 8985, 6972, 7719, 6388, 8440, 8564, 7843, 9092, 8169, 9665, 12135, 8196, 8565, 10858, 7633, 8705, 7006, 8244, 11159, 6836, 8206, 10679, 7780, 9037, 7440, 8177, 12167, 7262, 8365, 10683, 7663, 8984, 7689, 8299, 12303, 7561, 8865, 6149, 8382, 9055, 8160, 8890, 11768, 8390, 8804, 8082, 8633, 7854, 8683, 11898, 9869, 10161, 7950, 8927, 6652, 7643, 11407, 7678, 9036, 7269, 8097, 9880, 8191, 9376, 7665, 9097, 7457, 8594, 12251, 8445, 8958, 11958, 7773, 8780, 10029, 8128, 8714, 7680, 8429, 7613, 8175, 12139, 6995, 8402, 6741, 6914, 6094, 8324, 9857, 12166, 8143, 9713, 6794, 7738, 6722, 8033, 10626, 7427, 8121, 10458, 7684, 8488, 8130, 8595, 11651, 8277, 8691, 6708, 7855, 6436, 8320, 10154, 7473, 7988, 9363, 7717, 8397, 8115, 8566, 7871, 9284, 6657, 8694, 6523, 8244, 12033, 9158, 8065, 11293, 7784, 8710, 7407, 8143, 12120, 7605, 8558, 6835, 7095, 6584, 8043, 10673, 12927, 8830, 9913, 8067, 8090, 12339, 7694, 9297, 6425, 7472, 7225, 8197, 12026, 8915, 8134, 10038, 7957, 8308, 7441, 8367, 6748, 7979, 6593, 7826, 11130, 13767, 9666, 11518, 7302, 7821, 9653, 7891, 8836, 6979, 7689, 8484, 8318, 9120, 8177, 9165, 11693, 8767, 8711, 7958, 8207, 11637, 7956, 8659, 7447, 8118, 7668, 7737, 11859, 7889, 8179, 10175, 7601, 8384, 6817, 7945, 10075, 6995, 8075, 9442, 7727, 8480, 7785, 8968, 6813, 8073, 6574, 8070, 11415, 12866, 8242, 8806, 9791, 7522, 9452, 7794, 8396, 7816, 8561, 7295, 8664, 7278, 8780, 6227, 7942, 12158, 11283, 9965, 10969, 7495, 8559, 12337, 7734, 8380, 6704, 7536, 6158, 7127, 7134, 7757, 10091, 9073, 11118, 7548, 9328, 12816, 9040, 8740, 11426, 7555, 8686, 6486, 7764, 9649, 6567, 8450, 10520, 7536, 8700, 7638, 8148, 12090, 7298, 8620, 10076, 7710, 8087, 7272, 7770, 9722, 6396, 7896, 8906, 7499, 8847, 7590, 8125, 7426, 9667, 11434, 9087, 8985, 6980, 8340, 12142, 8997, 8342, 12283, 7045, 7764, 7502, 9682, 12465, 8501, 9127, 11305, 7315, 9125, 7212, 8550, 12073, 9111, 9073, 6994, 8048, 11029, 7336, 8593, 8895, 7793, 7986, 7702, 9406, 7693, 9230, 12349, 9148, 9291, 7414, 8663, 12592, 7169, 8987, 10531, 7558, 8636, 7476, 8025, 7401, 8706, 11519, 7234, 9201, 6735, 7668, 8910, 12793, 7612, 9796, 6905, 7680, 6599, 7729, 9235, 12384, 8328, 9420, 6691, 8097, 6276, 7464, 9077, 10002, 7651, 9104, 7154, 8281, 7565, 8081, 7523, 8660, 11655, 8118, 8707, 10879, 7654, 8969, 11869, 7917, 8850, 10091, 7721, 9224, 7560, 8247, 7444, 8690, 7528, 7804, 9890, 7768, 9206, 12492, 8710, 9347, 10189, 7659, 9048, 7641, 8640, 12172, 8197, 8530, 7246, 8381, 6495, 8206, 11299, 8402, 8645, 10727, 7244, 8702, 11052, 6886, 8360, 9046, 7670, 8590, 6844, 6434, 7797, 10039, 11410, 9326, 9128, 7038, 8326, 7447, 7265, 11269, 11316, 9350, 10789, 6959, 8330, 6733, 7653, 12481, 7982, 9939, 6976, 8988, 12638, 8049, 8533, 9898, 7262, 8390, 6465, 7457, 8421, 7313, 8588, 7047, 10117, 11999, 8831, 9155, 12376, 7747, 9225, 7201, 8493, 11343, 7083, 8426, 10858, 7686, 8651, 7031, 8141, 6637, 8543, 6656, 7694, 12012, 9936, 8450, 10595, 7346, 8848, 6741, 7219, 9275, 7772, 7872, 6372, 6998, 6449, 7762, 11123, 7851, 8355, 9526, 7113, 8412, 6689, 8715, 8333, 7995, 12186, 7197, 9367, 12545, 8077, 9370, 12793, 8124, 8827, 6901, 8114, 6511, 8155, 6440, 7753, 7176, 7277, 10384, 12758, 8703, 8567, 7432, 7258, 9081, 7240, 9010, 6342, 8205, 6469, 7992, 6452, 7662, 11127, 13047, 8821, 9560, 6833, 8587, 12220, 7554, 9022, 6782, 8349, 6847, 8480, 11519, 8110, 9032, 11682, 7224, 8605, 7084, 8115, 6853, 7772, 8265, 7333, 9732, 12789, 8603, 11297, 7103, 8779, 6809, 7265, 6918, 7511, 9750, 8850, 9412, 8199, 9213, 12432, 7720, 9273, 12453, 8891, 9046, 6943, 8169, 11644, 7438, 8926, 6774, 8418, 6912, 8054, 11221, 7759, 8979, 6816, 7895, 10500, 6905, 8285, 11321, 7290, 8816, 6768, 8049, 12160, 7794, 9106, 10689, 7435, 8929, 7116, 8367, 11810, 7999, 9179, 10455, 7092, 8666, 6904, 7979, 6931, 8621, 7058, 9137, 6832, 9554, 12458, 8522, 10042, 6756, 8199, 10522, 7297, 8253, 10880, 8126, 8445, 7211, 8199, 11987, 7579, 8881, 9471, 7239, 6752, 7191, 9251, 11738, 8475, 9949, 6974, 8561, 6893, 8467, 6605, 8392, 10989, 7682, 8575, 11860, 6834, 8381, 12085, 8226, 8878, 6970, 7634, 7162, 7329, 8840, 8734, 8648, 7230, 8978, 12319, 7897, 9183, 11895, 7803, 8516, 7207, 7278, 8824, 6846, 8725, 6490, 7595, 6668, 7671, 10868, 8182, 8334, 8511, 7363, 7082, 7511, 10599, 12728, 10077, 9639, 7156, 8115, 9871, 6989, 8566, 7534, 7062, 8693, 10214, 7078, 8296, 6612, 7756, 6563, 7350, 7086, 7221, 9277, 11870, 8458, 8655, 6899, 7305, 8260, 7119, 8881, 11865, 8005, 8341, 7058, 7380, 8497, 7279, 8679, 8012, 8694, 8181, 10028, 7556, 10275, 13117, 9222, 9380, 11651, 7435, 8498, 6902, 8063, 11772, 7865, 9093, 6800, 7679, 10541, 7142, 7872, 10117, 7576, 8111, 6880, 8019, 6658, 7886, 11718, 8056, 9921, 6815, 8286, 12570, 10044, 8304, 10635, 7430, 9188, 6931, 8297, 7005, 8106, 11699, 7673, 8401, 7020, 7168, 8812, 12501, 7905, 9852, 10491, 8081, 9479, 7163, 7947, 12142, 7198, 8253, 7334, 7322, 6083, 7137, 6104, 7201, 9776, 11594, 7547, 8600, 10691, 7072, 8444, 6783, 8257, 11107, 7721, 8016, 11725, 6820, 7896, 8615, 6667, 7407, 8532, 7087, 6817, 7202, 6781, 7225, 10311, 11483, 9536, 9844, 6807, 7746, 8967, 12844, 9199, 9033, 6995, 8186, 11801, 6938, 8482, 10001, 7426, 8467, 7281, 8567, 7410, 9440, 7673, 10507, 7324, 8815, 13077, 8600, 9040, 11095, 7876, 9197, 7028, 8338, 8220, 7251, 8855, 7036, 8512, 6654, 7781, 6929, 7813, 11221, 7944, 8762, 7202, 7316, 9261, 11778, 8254, 9037, 6905, 7882, 12284, 6782, 8666, 10654, 7971, 8271, 6943, 7691, 6834, 8340, 6878, 7796, 7129, 8616, 6866, 8301, 12933, 13491, 9511, 10331, 9531, 8363, 7197, 7464, 7201, 7475, 10439, 11485, 8374, 10447, 6981, 7075, 7573, 7367, 7204, 7361], 'WindowCenter': [3926.0, 3957.0, 3978.0, 3940.0, 3926.0, 3924.0, 3902.0, 3913.0, 3921.0, 3899.0, 3900.0, 3867.0, 3869.0, 3868.0, 3912.0, 3925.0, 3931.0, 3902.0, 3912.0, 3869.0, 3878.0, 3868.0, 3912.0, 3922.0, 3910.0, 3902.0, 3921.0, 3879.0, 3900.0, 3908.0, 3900.0, 3913.0, 3900.0, 3901.0, 3909.0, 3901.0, 3899.0, 3912.0, 3914.0, 3933.0, 3913.0, 3910.0, 3890.0, 3912.0, 3919.0, 3890.0, 3899.0, 3908.0, 3890.0, 3907.0, 3901.0, 3911.0, 3919.0, 3913.0, 3902.0, 3898.0, 3889.0, 3887.0, 3901.0, 3913.0, 3931.0, 3899.0, 3897.0, 3890.0, 3899.0, 3901.0, 3915.0, 3933.0, 3889.0, 3900.0, 3868.0, 3888.0, 3889.0, 3913.0, 3934.0, 3881.0, 3901.0, 3858.0, 3901.0, 3923.0, 3909.0, 3901.0, 3910.0, 3880.0, 3875.0, 3855.0, 3879.0, 3868.0, 3891.0, 3903.0, 3915.0, 3925.0, 3902.0, 3926.0, 3934.0, 3902.0, 3912.0, 3868.0, 3889.0, 3898.0, 3888.0, 3898.0, 3918.0, 3889.0, 3898.0, 3879.0, 3899.0, 3889.0, 3911.0, 3932.0, 3868.0, 3902.0, 3897.0, 3890.0, 3897.0, 3901.0, 3899.0, 3914.0, 3926.0, 3934.0, 3901.0, 3912.0, 3898.0, 3900.0, 3910.0, 3888.0, 3912.0, 3893.0, 3912.0, 3892.0, 3914.0, 3948.0, 3911.0, 3912.0, 3909.0, 3890.0, 3900.0, 3916.0, 3889.0, 3901.0, 3868.0, 3888.0, 3867.0, 3899.0, 3923.0, 3910.0, 3901.0, 3910.0, 3878.0, 3898.0, 3906.0, 3887.0, 3899.0, 3868.0, 3880.0, 3869.0, 3901.0, 3935.0, 3919.0, 3902.0, 3911.0, 3877.0, 3887.0, 3877.0, 3899.0, 3899.0, 3903.0, 3914.0, 3882.0, 3904.0, 3881.0, 3903.0, 3911.0, 3914.0, 3936.0, 3932.0, 3913.0, 3921.0, 3878.0, 3888.0, 3909.0, 3890.0, 3889.0, 3868.0, 3880.0, 3857.0, 3901.0, 3912.0, 3920.0, 3890.0, 3900.0, 3867.0, 3889.0, 3897.0, 3888.0, 3898.0, 3889.0, 3902.0, 3920.0, 3891.0, 3910.0, 3902.0, 3912.0, 3933.0, 3900.0, 3899.0, 3918.0, 3878.0, 3899.0, 3866.0, 3899.0, 3896.0, 3877.0, 3900.0, 3868.0, 3902.0, 3922.0, 3869.0, 3901.0, 3909.0, 3879.0, 3900.0, 3877.0, 3903.0, 3921.0, 3879.0, 3900.0, 3909.0, 3878.0, 3896.0, 3900.0, 3901.0, 3931.0, 3891.0, 3902.0, 3906.0, 3890.0, 3898.0, 3902.0, 3902.0, 3918.0, 3901.0, 3899.0, 3878.0, 3877.0, 3889.0, 3913.0, 3934.0, 3869.0, 3901.0, 3898.0, 3891.0, 3899.0, 3879.0, 3902.0, 3923.0, 3890.0, 3889.0, 3909.0, 3867.0, 3889.0, 3864.0, 3900.0, 3910.0, 3901.0, 3899.0, 3900.0, 3912.0, 3869.0, 3914.0, 3947.0, 3900.0, 3901.0, 3908.0, 3889.0, 3901.0, 3918.0, 3888.0, 3899.0, 3868.0, 3887.0, 3865.0, 3890.0, 3912.0, 3931.0, 3888.0, 3909.0, 3890.0, 3902.0, 3920.0, 3875.0, 3901.0, 3907.0, 3877.0, 3898.0, 3889.0, 3901.0, 3902.0, 3914.0, 3934.0, 3890.0, 3911.0, 3907.0, 3900.0, 3899.0, 3907.0, 3889.0, 3898.0, 3878.0, 3888.0, 3891.0, 3903.0, 3921.0, 3879.0, 3901.0, 3909.0, 3889.0, 3898.0, 3889.0, 3902.0, 3922.0, 3878.0, 3903.0, 3909.0, 3889.0, 3898.0, 3888.0, 3889.0, 3869.0, 3913.0, 3933.0, 3891.0, 3901.0, 3919.0, 3888.0, 3899.0, 3920.0, 3890.0, 3899.0, 3878.0, 3899.0, 3867.0, 3901.0, 3921.0, 3869.0, 3903.0, 3900.0, 3879.0, 3887.0, 3890.0, 3912.0, 3932.0, 3880.0, 3901.0, 3910.0, 3890.0, 3899.0, 3903.0, 3914.0, 3935.0, 3891.0, 3900.0, 3909.0, 3890.0, 3900.0, 3889.0, 3913.0, 3934.0, 3879.0, 3912.0, 3896.0, 3900.0, 3900.0, 3918.0, 3888.0, 3913.0, 3918.0, 3889.0, 3895.0, 3887.0, 3888.0, 3889.0, 3904.0, 3923.0, 3889.0, 3912.0, 3908.0, 3889.0, 3889.0, 3918.0, 3888.0, 3898.0, 3868.0, 3889.0, 3868.0, 3902.0, 3935.0, 3898.0, 3899.0, 3910.0, 3868.0, 3887.0, 3878.0, 3900.0, 3921.0, 3888.0, 3889.0, 3909.0, 3867.0, 3889.0, 3855.0, 3898.0, 3910.0, 3931.0, 3888.0, 3898.0, 3878.0, 3888.0, 3867.0, 3913.0, 3911.0, 3904.0, 3912.0, 3903.0, 3925.0, 3935.0, 3902.0, 3903.0, 3921.0, 3890.0, 3899.0, 3878.0, 3899.0, 3921.0, 3867.0, 3890.0, 3907.0, 3889.0, 3898.0, 3890.0, 3903.0, 3931.0, 3878.0, 3900.0, 3908.0, 3890.0, 3898.0, 3890.0, 3902.0, 3933.0, 3890.0, 3901.0, 3857.0, 3900.0, 3899.0, 3900.0, 3915.0, 3932.0, 3900.0, 3898.0, 3902.0, 3900.0, 3901.0, 3915.0, 3932.0, 3912.0, 3910.0, 3889.0, 3911.0, 3868.0, 3892.0, 3923.0, 3890.0, 3900.0, 3877.0, 3887.0, 3909.0, 3901.0, 3911.0, 3890.0, 3899.0, 3878.0, 3902.0, 3933.0, 3888.0, 3898.0, 3919.0, 3878.0, 3887.0, 3896.0, 3888.0, 3888.0, 3877.0, 3899.0, 3890.0, 3901.0, 3932.0, 3881.0, 3901.0, 3866.0, 3879.0, 3867.0, 3901.0, 3924.0, 3931.0, 3891.0, 3909.0, 3869.0, 3891.0, 3879.0, 3901.0, 3923.0, 3881.0, 3891.0, 3909.0, 3890.0, 3899.0, 3902.0, 3913.0, 3933.0, 3903.0, 3900.0, 3870.0, 3889.0, 3868.0, 3903.0, 3924.0, 3891.0, 3891.0, 3901.0, 3890.0, 3901.0, 3903.0, 3911.0, 3914.0, 3926.0, 3894.0, 3917.0, 3885.0, 3916.0, 3936.0, 3902.0, 3892.0, 3922.0, 3890.0, 3902.0, 3891.0, 3902.0, 3932.0, 3891.0, 3900.0, 3869.0, 3882.0, 3879.0, 3903.0, 3925.0, 3931.0, 3900.0, 3909.0, 3889.0, 3891.0, 3920.0, 3889.0, 3898.0, 3868.0, 3878.0, 3889.0, 3901.0, 3934.0, 3900.0, 3888.0, 3897.0, 3887.0, 3887.0, 3890.0, 3901.0, 3881.0, 3903.0, 3879.0, 3893.0, 3935.0, 3932.0, 3900.0, 3919.0, 3876.0, 3878.0, 3895.0, 3887.0, 3911.0, 3877.0, 3888.0, 3898.0, 3901.0, 3908.0, 3902.0, 3926.0, 3933.0, 3902.0, 3888.0, 3890.0, 3901.0, 3921.0, 3890.0, 3899.0, 3888.0, 3890.0, 3891.0, 3903.0, 3935.0, 3890.0, 3890.0, 3911.0, 3879.0, 3888.0, 3865.0, 3902.0, 3923.0, 3879.0, 3889.0, 3898.0, 3889.0, 3897.0, 3891.0, 3913.0, 3881.0, 3905.0, 3883.0, 3903.0, 3937.0, 3932.0, 3901.0, 3900.0, 3897.0, 3889.0, 3897.0, 3888.0, 3898.0, 3903.0, 3914.0, 3895.0, 3917.0, 3894.0, 3913.0, 3871.0, 3906.0, 3947.0, 3921.0, 3914.0, 3910.0, 3877.0, 3897.0, 3918.0, 3889.0, 3889.0, 3869.0, 3889.0, 3857.0, 3881.0, 3891.0, 3904.0, 3923.0, 3915.0, 3934.0, 3903.0, 3912.0, 3922.0, 3899.0, 3889.0, 3909.0, 3875.0, 3887.0, 3855.0, 3890.0, 3900.0, 3868.0, 3889.0, 3909.0, 3889.0, 3898.0, 3888.0, 3901.0, 3920.0, 3879.0, 3901.0, 3908.0, 3891.0, 3888.0, 3889.0, 3903.0, 3910.0, 3868.0, 3902.0, 3911.0, 3893.0, 3912.0, 3916.0, 3915.0, 3918.0, 3942.0, 3948.0, 3918.0, 3915.0, 3892.0, 3916.0, 3947.0, 3902.0, 3902.0, 3921.0, 3881.0, 3890.0, 3892.0, 3925.0, 3932.0, 3901.0, 3901.0, 3908.0, 3878.0, 3898.0, 3879.0, 3900.0, 3920.0, 3900.0, 3898.0, 3878.0, 3891.0, 3919.0, 3877.0, 3902.0, 3898.0, 3889.0, 3886.0, 3889.0, 3908.0, 3893.0, 3915.0, 3931.0, 3901.0, 3898.0, 3878.0, 3912.0, 3930.0, 3877.0, 3900.0, 3908.0, 3890.0, 3896.0, 3890.0, 3902.0, 3894.0, 3925.0, 3934.0, 3891.0, 3913.0, 3868.0, 3889.0, 3913.0, 3918.0, 3878.0, 3909.0, 3866.0, 3889.0, 3865.0, 3887.0, 3910.0, 3919.0, 3889.0, 3897.0, 3866.0, 3888.0, 3865.0, 3890.0, 3913.0, 3908.0, 3889.0, 3899.0, 3879.0, 3900.0, 3903.0, 3901.0, 3903.0, 3927.0, 3937.0, 3904.0, 3915.0, 3910.0, 3889.0, 3900.0, 3918.0, 3889.0, 3900.0, 3908.0, 3891.0, 3899.0, 3890.0, 3901.0, 3890.0, 3913.0, 3891.0, 3905.0, 3923.0, 3901.0, 3913.0, 3933.0, 3902.0, 3911.0, 3909.0, 3889.0, 3899.0, 3890.0, 3901.0, 3932.0, 3902.0, 3898.0, 3892.0, 3913.0, 3880.0, 3918.0, 3948.0, 3904.0, 3903.0, 3923.0, 3879.0, 3900.0, 3922.0, 3880.0, 3901.0, 3899.0, 3891.0, 3900.0, 3893.0, 3883.0, 3916.0, 3939.0, 3936.0, 3914.0, 3914.0, 3893.0, 3903.0, 3892.0, 3893.0, 3938.0, 3922.0, 3912.0, 3909.0, 3876.0, 3899.0, 3878.0, 3890.0, 3930.0, 3902.0, 3909.0, 3878.0, 3911.0, 3934.0, 3889.0, 3888.0, 3898.0, 3876.0, 3888.0, 3866.0, 3891.0, 3899.0, 3904.0, 3911.0, 3894.0, 3935.0, 3932.0, 3913.0, 3912.0, 3919.0, 3879.0, 3897.0, 3875.0, 3898.0, 3920.0, 3879.0, 3889.0, 3909.0, 3889.0, 3887.0, 3878.0, 3900.0, 3880.0, 3912.0, 3882.0, 3904.0, 3934.0, 3912.0, 3901.0, 3910.0, 3878.0, 3899.0, 3867.0, 3890.0, 3923.0, 3889.0, 3891.0, 3868.0, 3890.0, 3881.0, 3905.0, 3948.0, 3902.0, 3903.0, 3910.0, 3891.0, 3902.0, 3893.0, 3913.0, 3914.0, 3903.0, 3934.0, 3893.0, 3914.0, 3933.0, 3902.0, 3912.0, 3931.0, 3889.0, 3898.0, 3877.0, 3902.0, 3881.0, 3903.0, 3882.0, 3905.0, 3891.0, 3904.0, 3935.0, 3934.0, 3903.0, 3902.0, 3878.0, 3891.0, 3900.0, 3891.0, 3913.0, 3871.0, 3914.0, 3883.0, 3916.0, 3883.0, 3917.0, 3951.0, 3945.0, 3913.0, 3900.0, 3869.0, 3900.0, 3933.0, 3892.0, 3899.0, 3879.0, 3900.0, 3882.0, 3914.0, 3934.0, 3891.0, 3901.0, 3919.0, 3879.0, 3887.0, 3879.0, 3901.0, 3879.0, 3891.0, 3898.0, 3892.0, 3912.0, 3933.0, 3900.0, 3919.0, 3865.0, 3899.0, 3867.0, 3891.0, 3889.0, 3904.0, 3922.0, 3925.0, 3924.0, 3915.0, 3926.0, 3933.0, 3892.0, 3913.0, 3919.0, 3901.0, 3898.0, 3878.0, 3902.0, 3933.0, 3890.0, 3899.0, 3879.0, 3900.0, 3893.0, 3916.0, 3933.0, 3891.0, 3912.0, 3882.0, 3903.0, 3923.0, 3879.0, 3900.0, 3921.0, 3878.0, 3898.0, 3879.0, 3901.0, 3933.0, 3891.0, 3901.0, 3909.0, 3879.0, 3898.0, 3892.0, 3914.0, 3931.0, 3891.0, 3900.0, 3907.0, 3879.0, 3899.0, 3890.0, 3901.0, 3892.0, 3913.0, 3895.0, 3924.0, 3894.0, 3938.0, 3947.0, 3904.0, 3912.0, 3868.0, 3899.0, 3920.0, 3880.0, 3901.0, 3907.0, 3889.0, 3886.0, 3889.0, 3901.0, 3933.0, 3891.0, 3900.0, 3909.0, 3888.0, 3878.0, 3893.0, 3913.0, 3932.0, 3901.0, 3911.0, 3879.0, 3900.0, 3891.0, 3902.0, 3893.0, 3917.0, 3937.0, 3893.0, 3902.0, 3920.0, 3869.0, 3902.0, 3931.0, 3889.0, 3900.0, 3880.0, 3891.0, 3878.0, 3893.0, 3911.0, 3914.0, 3913.0, 3904.0, 3915.0, 3934.0, 3901.0, 3911.0, 3921.0, 3889.0, 3900.0, 3877.0, 3890.0, 3911.0, 3880.0, 3912.0, 3883.0, 3903.0, 3895.0, 3918.0, 3950.0, 3917.0, 3915.0, 3915.0, 3906.0, 3891.0, 3905.0, 3938.0, 3946.0, 3925.0, 3913.0, 3878.0, 3889.0, 3912.0, 3878.0, 3901.0, 3888.0, 3893.0, 3902.0, 3898.0, 3880.0, 3914.0, 3880.0, 3891.0, 3893.0, 3906.0, 3891.0, 3905.0, 3941.0, 3947.0, 3915.0, 3914.0, 3891.0, 3892.0, 3901.0, 3894.0, 3915.0, 3935.0, 3904.0, 3903.0, 3880.0, 3892.0, 3901.0, 3904.0, 3913.0, 3917.0, 3915.0, 3929.0, 3938.0, 3906.0, 3939.0, 3949.0, 3914.0, 3912.0, 3922.0, 3878.0, 3898.0, 3879.0, 3902.0, 3933.0, 3888.0, 3899.0, 3868.0, 3890.0, 3921.0, 3880.0, 3891.0, 3908.0, 3889.0, 3888.0, 3880.0, 3901.0, 3881.0, 3906.0, 3934.0, 3901.0, 3923.0, 3869.0, 3902.0, 3934.0, 3910.0, 3888.0, 3909.0, 3879.0, 3899.0, 3879.0, 3900.0, 3891.0, 3918.0, 3948.0, 3892.0, 3903.0, 3879.0, 3880.0, 3900.0, 3921.0, 3891.0, 3911.0, 3907.0, 3890.0, 3897.0, 3878.0, 3890.0, 3918.0, 3881.0, 3904.0, 3890.0, 3904.0, 3883.0, 3904.0, 3883.0, 3918.0, 3952.0, 3950.0, 3908.0, 3915.0, 3924.0, 3893.0, 3903.0, 3881.0, 3916.0, 3937.0, 3893.0, 3903.0, 3921.0, 3868.0, 3901.0, 3902.0, 3878.0, 3892.0, 3911.0, 3895.0, 3892.0, 3907.0, 3894.0, 3918.0, 3951.0, 3947.0, 3927.0, 3925.0, 3869.0, 3891.0, 3914.0, 3933.0, 3901.0, 3888.0, 3877.0, 3889.0, 3918.0, 3879.0, 3900.0, 3908.0, 3890.0, 3899.0, 3891.0, 3912.0, 3907.0, 3926.0, 3907.0, 3936.0, 3892.0, 3913.0, 3934.0, 3901.0, 3902.0, 3919.0, 3889.0, 3899.0, 3878.0, 3901.0, 3897.0, 3892.0, 3912.0, 3881.0, 3913.0, 3880.0, 3902.0, 3892.0, 3917.0, 3949.0, 3904.0, 3914.0, 3892.0, 3892.0, 3925.0, 3932.0, 3901.0, 3899.0, 3880.0, 3902.0, 3932.0, 3880.0, 3915.0, 3923.0, 3903.0, 3902.0, 3896.0, 3903.0, 3893.0, 3916.0, 3895.0, 3906.0, 3895.0, 3928.0, 3893.0, 3917.0, 3948.0, 3945.0, 3914.0, 3924.0, 3912.0, 3912.0, 3877.0, 3891.0, 3888.0, 3907.0, 3950.0, 3947.0, 3918.0, 3924.0, 3895.0, 3905.0, 3916.0, 3917.0, 3905.0, 3919.0], 'WindowWidth': [8809.0, 8845.0, 8875.0, 8809.0, 8782.0, 8773.0, 8741.0, 8755.0, 8761.0, 8731.0, 8735.0, 8686.0, 8693.0, 8692.0, 8756.0, 8776.0, 8780.0, 8740.0, 8754.0, 8694.0, 8702.0, 8692.0, 8754.0, 8768.0, 8749.0, 8741.0, 8766.0, 8706.0, 8736.0, 8743.0, 8735.0, 8757.0, 8733.0, 8736.0, 8744.0, 8735.0, 8732.0, 8756.0, 8763.0, 8784.0, 8756.0, 8749.0, 8721.0, 8754.0, 8759.0, 8722.0, 8733.0, 8741.0, 8721.0, 8740.0, 8739.0, 8752.0, 8760.0, 8759.0, 8739.0, 8730.0, 8717.0, 8712.0, 8737.0, 8758.0, 8780.0, 8734.0, 8726.0, 8722.0, 8733.0, 8738.0, 8763.0, 8785.0, 8721.0, 8736.0, 8689.0, 8716.0, 8720.0, 8759.0, 8787.0, 8710.0, 8736.0, 8677.0, 8738.0, 8770.0, 8746.0, 8737.0, 8747.0, 8708.0, 8692.0, 8667.0, 8707.0, 8690.0, 8727.0, 8747.0, 8764.0, 8778.0, 8742.0, 8780.0, 8788.0, 8742.0, 8755.0, 8689.0, 8718.0, 8727.0, 8716.0, 8728.0, 8756.0, 8717.0, 8728.0, 8706.0, 8733.0, 8721.0, 8753.0, 8779.0, 8688.0, 8739.0, 8723.0, 8721.0, 8726.0, 8738.0, 8734.0, 8762.0, 8781.0, 8788.0, 8737.0, 8754.0, 8727.0, 8734.0, 8749.0, 8717.0, 8754.0, 8732.0, 8755.0, 8729.0, 8761.0, 8815.0, 8753.0, 8754.0, 8744.0, 8720.0, 8735.0, 8750.0, 8719.0, 8736.0, 8688.0, 8715.0, 8688.0, 8735.0, 8770.0, 8748.0, 8735.0, 8745.0, 8702.0, 8730.0, 8737.0, 8711.0, 8733.0, 8690.0, 8709.0, 8693.0, 8739.0, 8791.0, 8761.0, 8741.0, 8751.0, 8700.0, 8712.0, 8699.0, 8732.0, 8731.0, 8743.0, 8759.0, 8714.0, 8748.0, 8714.0, 8742.0, 8752.0, 8761.0, 8793.0, 8782.0, 8756.0, 8763.0, 8700.0, 8716.0, 8743.0, 8720.0, 8717.0, 8688.0, 8708.0, 8674.0, 8738.0, 8756.0, 8762.0, 8722.0, 8734.0, 8686.0, 8715.0, 8725.0, 8715.0, 8727.0, 8721.0, 8742.0, 8762.0, 8724.0, 8749.0, 8741.0, 8754.0, 8784.0, 8735.0, 8731.0, 8755.0, 8700.0, 8729.0, 8682.0, 8730.0, 8723.0, 8700.0, 8735.0, 8688.0, 8742.0, 8767.0, 8693.0, 8736.0, 8746.0, 8706.0, 8732.0, 8700.0, 8743.0, 8765.0, 8705.0, 8730.0, 8744.0, 8701.0, 8723.0, 8736.0, 8739.0, 8776.0, 8724.0, 8738.0, 8735.0, 8719.0, 8728.0, 8739.0, 8741.0, 8755.0, 8738.0, 8731.0, 8702.0, 8699.0, 8721.0, 8757.0, 8786.0, 8693.0, 8736.0, 8730.0, 8723.0, 8730.0, 8706.0, 8739.0, 8769.0, 8720.0, 8716.0, 8744.0, 8685.0, 8714.0, 8678.0, 8733.0, 8747.0, 8737.0, 8732.0, 8738.0, 8753.0, 8693.0, 8760.0, 8813.0, 8733.0, 8737.0, 8742.0, 8719.0, 8736.0, 8755.0, 8715.0, 8732.0, 8689.0, 8713.0, 8679.0, 8721.0, 8754.0, 8777.0, 8715.0, 8744.0, 8722.0, 8740.0, 8761.0, 8688.0, 8736.0, 8737.0, 8698.0, 8728.0, 8718.0, 8737.0, 8743.0, 8762.0, 8787.0, 8721.0, 8750.0, 8739.0, 8732.0, 8731.0, 8737.0, 8717.0, 8728.0, 8699.0, 8716.0, 8724.0, 8742.0, 8765.0, 8706.0, 8738.0, 8744.0, 8716.0, 8728.0, 8719.0, 8741.0, 8767.0, 8702.0, 8741.0, 8745.0, 8715.0, 8728.0, 8715.0, 8719.0, 8694.0, 8756.0, 8786.0, 8725.0, 8735.0, 8759.0, 8713.0, 8731.0, 8762.0, 8721.0, 8729.0, 8702.0, 8730.0, 8687.0, 8738.0, 8766.0, 8692.0, 8742.0, 8733.0, 8705.0, 8714.0, 8722.0, 8753.0, 8781.0, 8709.0, 8738.0, 8746.0, 8721.0, 8733.0, 8743.0, 8761.0, 8792.0, 8724.0, 8734.0, 8744.0, 8721.0, 8732.0, 8720.0, 8757.0, 8787.0, 8706.0, 8754.0, 8724.0, 8734.0, 8734.0, 8753.0, 8715.0, 8755.0, 8753.0, 8715.0, 8718.0, 8712.0, 8714.0, 8718.0, 8746.0, 8771.0, 8718.0, 8751.0, 8740.0, 8717.0, 8717.0, 8752.0, 8716.0, 8728.0, 8687.0, 8718.0, 8689.0, 8741.0, 8789.0, 8729.0, 8731.0, 8746.0, 8686.0, 8713.0, 8702.0, 8735.0, 8765.0, 8714.0, 8717.0, 8744.0, 8685.0, 8718.0, 8667.0, 8729.0, 8748.0, 8779.0, 8715.0, 8728.0, 8700.0, 8714.0, 8688.0, 8757.0, 8753.0, 8747.0, 8756.0, 8744.0, 8778.0, 8791.0, 8741.0, 8742.0, 8761.0, 8720.0, 8729.0, 8703.0, 8731.0, 8762.0, 8685.0, 8720.0, 8738.0, 8718.0, 8728.0, 8723.0, 8744.0, 8776.0, 8704.0, 8734.0, 8740.0, 8721.0, 8727.0, 8721.0, 8742.0, 8785.0, 8721.0, 8735.0, 8674.0, 8734.0, 8733.0, 8737.0, 8761.0, 8781.0, 8736.0, 8729.0, 8739.0, 8735.0, 8739.0, 8763.0, 8782.0, 8754.0, 8748.0, 8718.0, 8749.0, 8690.0, 8725.0, 8771.0, 8722.0, 8734.0, 8699.0, 8715.0, 8746.0, 8738.0, 8751.0, 8723.0, 8731.0, 8703.0, 8740.0, 8787.0, 8715.0, 8727.0, 8756.0, 8701.0, 8712.0, 8721.0, 8713.0, 8713.0, 8699.0, 8731.0, 8722.0, 8739.0, 8781.0, 8711.0, 8737.0, 8685.0, 8707.0, 8689.0, 8738.0, 8773.0, 8778.0, 8724.0, 8746.0, 8692.0, 8723.0, 8707.0, 8740.0, 8772.0, 8710.0, 8722.0, 8745.0, 8721.0, 8730.0, 8739.0, 8757.0, 8782.0, 8741.0, 8734.0, 8694.0, 8720.0, 8692.0, 8743.0, 8774.0, 8724.0, 8723.0, 8735.0, 8722.0, 8738.0, 8746.0, 8754.0, 8763.0, 8780.0, 8736.0, 8768.0, 8725.0, 8765.0, 8793.0, 8739.0, 8725.0, 8764.0, 8720.0, 8740.0, 8724.0, 8741.0, 8782.0, 8723.0, 8734.0, 8693.0, 8713.0, 8706.0, 8742.0, 8776.0, 8778.0, 8734.0, 8743.0, 8716.0, 8724.0, 8760.0, 8717.0, 8728.0, 8686.0, 8703.0, 8717.0, 8739.0, 8786.0, 8733.0, 8714.0, 8722.0, 8710.0, 8711.0, 8721.0, 8736.0, 8709.0, 8743.0, 8707.0, 8729.0, 8790.0, 8782.0, 8733.0, 8756.0, 8695.0, 8699.0, 8718.0, 8710.0, 8750.0, 8698.0, 8714.0, 8728.0, 8737.0, 8742.0, 8741.0, 8780.0, 8782.0, 8740.0, 8714.0, 8719.0, 8735.0, 8763.0, 8722.0, 8729.0, 8716.0, 8722.0, 8724.0, 8744.0, 8789.0, 8722.0, 8720.0, 8746.0, 8701.0, 8715.0, 8681.0, 8738.0, 8769.0, 8704.0, 8716.0, 8727.0, 8715.0, 8726.0, 8724.0, 8757.0, 8714.0, 8751.0, 8718.0, 8744.0, 8794.0, 8779.0, 8735.0, 8732.0, 8724.0, 8717.0, 8725.0, 8715.0, 8728.0, 8744.0, 8760.0, 8735.0, 8767.0, 8733.0, 8758.0, 8700.0, 8750.0, 8809.0, 8764.0, 8757.0, 8744.0, 8697.0, 8726.0, 8754.0, 8719.0, 8717.0, 8691.0, 8718.0, 8675.0, 8711.0, 8728.0, 8748.0, 8770.0, 8763.0, 8789.0, 8744.0, 8754.0, 8767.0, 8732.0, 8716.0, 8742.0, 8693.0, 8709.0, 8667.0, 8720.0, 8731.0, 8689.0, 8717.0, 8742.0, 8719.0, 8726.0, 8717.0, 8738.0, 8761.0, 8705.0, 8736.0, 8740.0, 8722.0, 8715.0, 8719.0, 8742.0, 8750.0, 8692.0, 8743.0, 8752.0, 8731.0, 8756.0, 8769.0, 8766.0, 8774.0, 8811.0, 8812.0, 8770.0, 8763.0, 8731.0, 8766.0, 8810.0, 8740.0, 8738.0, 8761.0, 8709.0, 8721.0, 8728.0, 8776.0, 8781.0, 8737.0, 8734.0, 8740.0, 8702.0, 8727.0, 8704.0, 8734.0, 8761.0, 8733.0, 8728.0, 8700.0, 8722.0, 8756.0, 8702.0, 8741.0, 8729.0, 8717.0, 8711.0, 8718.0, 8742.0, 8729.0, 8762.0, 8778.0, 8736.0, 8729.0, 8702.0, 8753.0, 8774.0, 8700.0, 8732.0, 8740.0, 8719.0, 8725.0, 8722.0, 8740.0, 8735.0, 8778.0, 8786.0, 8724.0, 8754.0, 8689.0, 8719.0, 8755.0, 8754.0, 8702.0, 8744.0, 8681.0, 8718.0, 8681.0, 8715.0, 8748.0, 8758.0, 8717.0, 8725.0, 8683.0, 8714.0, 8682.0, 8722.0, 8757.0, 8740.0, 8719.0, 8730.0, 8706.0, 8735.0, 8744.0, 8739.0, 8746.0, 8785.0, 8799.0, 8746.0, 8762.0, 8747.0, 8719.0, 8735.0, 8756.0, 8719.0, 8733.0, 8739.0, 8722.0, 8729.0, 8720.0, 8735.0, 8725.0, 8758.0, 8727.0, 8749.0, 8769.0, 8740.0, 8759.0, 8786.0, 8740.0, 8750.0, 8744.0, 8717.0, 8729.0, 8720.0, 8737.0, 8778.0, 8740.0, 8727.0, 8727.0, 8758.0, 8712.0, 8771.0, 8814.0, 8745.0, 8743.0, 8767.0, 8705.0, 8731.0, 8764.0, 8707.0, 8738.0, 8731.0, 8723.0, 8735.0, 8732.0, 8719.0, 8769.0, 8805.0, 8794.0, 8762.0, 8759.0, 8732.0, 8745.0, 8727.0, 8731.0, 8797.0, 8766.0, 8753.0, 8742.0, 8698.0, 8733.0, 8704.0, 8720.0, 8774.0, 8738.0, 8745.0, 8703.0, 8751.0, 8786.0, 8716.0, 8713.0, 8724.0, 8696.0, 8712.0, 8686.0, 8724.0, 8732.0, 8747.0, 8754.0, 8733.0, 8791.0, 8781.0, 8756.0, 8753.0, 8756.0, 8704.0, 8724.0, 8695.0, 8728.0, 8761.0, 8707.0, 8718.0, 8742.0, 8716.0, 8710.0, 8704.0, 8735.0, 8711.0, 8756.0, 8715.0, 8745.0, 8787.0, 8753.0, 8735.0, 8747.0, 8701.0, 8729.0, 8686.0, 8721.0, 8773.0, 8718.0, 8721.0, 8690.0, 8722.0, 8714.0, 8752.0, 8814.0, 8745.0, 8745.0, 8748.0, 8726.0, 8742.0, 8732.0, 8760.0, 8759.0, 8745.0, 8786.0, 8731.0, 8760.0, 8784.0, 8739.0, 8752.0, 8777.0, 8716.0, 8727.0, 8700.0, 8742.0, 8714.0, 8742.0, 8715.0, 8749.0, 8728.0, 8748.0, 8792.0, 8787.0, 8742.0, 8738.0, 8703.0, 8725.0, 8734.0, 8723.0, 8757.0, 8698.0, 8759.0, 8721.0, 8768.0, 8720.0, 8770.0, 8823.0, 8803.0, 8756.0, 8732.0, 8691.0, 8732.0, 8781.0, 8726.0, 8730.0, 8705.0, 8736.0, 8715.0, 8762.0, 8791.0, 8723.0, 8736.0, 8757.0, 8703.0, 8712.0, 8706.0, 8738.0, 8705.0, 8725.0, 8731.0, 8728.0, 8753.0, 8781.0, 8735.0, 8758.0, 8680.0, 8730.0, 8687.0, 8723.0, 8722.0, 8748.0, 8770.0, 8777.0, 8775.0, 8765.0, 8780.0, 8784.0, 8728.0, 8756.0, 8758.0, 8736.0, 8729.0, 8704.0, 8741.0, 8782.0, 8722.0, 8731.0, 8705.0, 8734.0, 8732.0, 8767.0, 8787.0, 8726.0, 8754.0, 8715.0, 8744.0, 8769.0, 8704.0, 8735.0, 8763.0, 8702.0, 8728.0, 8707.0, 8738.0, 8783.0, 8725.0, 8735.0, 8744.0, 8704.0, 8727.0, 8728.0, 8760.0, 8776.0, 8722.0, 8733.0, 8738.0, 8703.0, 8730.0, 8723.0, 8738.0, 8729.0, 8758.0, 8738.0, 8776.0, 8736.0, 8800.0, 8810.0, 8744.0, 8753.0, 8691.0, 8733.0, 8762.0, 8708.0, 8735.0, 8739.0, 8718.0, 8709.0, 8718.0, 8737.0, 8782.0, 8725.0, 8735.0, 8744.0, 8717.0, 8703.0, 8729.0, 8756.0, 8780.0, 8737.0, 8748.0, 8707.0, 8733.0, 8726.0, 8741.0, 8733.0, 8769.0, 8797.0, 8730.0, 8740.0, 8760.0, 8690.0, 8739.0, 8776.0, 8717.0, 8731.0, 8706.0, 8723.0, 8704.0, 8732.0, 8752.0, 8759.0, 8756.0, 8747.0, 8764.0, 8787.0, 8738.0, 8748.0, 8761.0, 8718.0, 8733.0, 8698.0, 8720.0, 8751.0, 8710.0, 8756.0, 8717.0, 8747.0, 8737.0, 8772.0, 8821.0, 8771.0, 8763.0, 8763.0, 8751.0, 8727.0, 8751.0, 8802.0, 8806.0, 8775.0, 8754.0, 8702.0, 8719.0, 8754.0, 8703.0, 8736.0, 8714.0, 8731.0, 8740.0, 8725.0, 8710.0, 8761.0, 8710.0, 8724.0, 8731.0, 8751.0, 8728.0, 8752.0, 8809.0, 8811.0, 8762.0, 8758.0, 8725.0, 8729.0, 8739.0, 8732.0, 8763.0, 8791.0, 8747.0, 8741.0, 8707.0, 8728.0, 8738.0, 8748.0, 8760.0, 8770.0, 8766.0, 8789.0, 8800.0, 8756.0, 8801.0, 8816.0, 8761.0, 8753.0, 8765.0, 8703.0, 8727.0, 8705.0, 8742.0, 8781.0, 8716.0, 8731.0, 8689.0, 8721.0, 8764.0, 8707.0, 8723.0, 8741.0, 8718.0, 8715.0, 8708.0, 8737.0, 8713.0, 8751.0, 8785.0, 8740.0, 8771.0, 8693.0, 8742.0, 8785.0, 8748.0, 8716.0, 8741.0, 8703.0, 8729.0, 8707.0, 8733.0, 8727.0, 8773.0, 8812.0, 8728.0, 8742.0, 8705.0, 8707.0, 8735.0, 8763.0, 8724.0, 8749.0, 8738.0, 8720.0, 8724.0, 8703.0, 8721.0, 8754.0, 8712.0, 8745.0, 8721.0, 8747.0, 8718.0, 8749.0, 8723.0, 8775.0, 8825.0, 8821.0, 8759.0, 8761.0, 8774.0, 8732.0, 8743.0, 8715.0, 8767.0, 8795.0, 8728.0, 8743.0, 8763.0, 8689.0, 8737.0, 8739.0, 8705.0, 8728.0, 8752.0, 8736.0, 8733.0, 8758.0, 8737.0, 8775.0, 8825.0, 8810.0, 8783.0, 8774.0, 8692.0, 8723.0, 8759.0, 8783.0, 8735.0, 8712.0, 8698.0, 8718.0, 8755.0, 8704.0, 8733.0, 8740.0, 8723.0, 8731.0, 8727.0, 8755.0, 8756.0, 8779.0, 8755.0, 8791.0, 8729.0, 8759.0, 8788.0, 8736.0, 8738.0, 8757.0, 8716.0, 8729.0, 8702.0, 8735.0, 8729.0, 8730.0, 8753.0, 8711.0, 8756.0, 8710.0, 8743.0, 8729.0, 8771.0, 8818.0, 8746.0, 8760.0, 8726.0, 8729.0, 8777.0, 8781.0, 8734.0, 8731.0, 8709.0, 8741.0, 8777.0, 8708.0, 8762.0, 8770.0, 8742.0, 8740.0, 8740.0, 8744.0, 8733.0, 8769.0, 8739.0, 8754.0, 8739.0, 8786.0, 8734.0, 8769.0, 8813.0, 8802.0, 8758.0, 8771.0, 8750.0, 8756.0, 8702.0, 8723.0, 8718.0, 8758.0, 8819.0, 8811.0, 8772.0, 8774.0, 8737.0, 8753.0, 8770.0, 8772.0, 8752.0, 8776.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.00029568285280728374</td></tr>
<tr><td colspan=3>aqi</td><td>0.026977970333839148</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.86551939971913</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.196202475436598</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9790211219741831</td></tr>
<tr><td colspan=3>efc</td><td>0.4588</td></tr>
<tr><td colspan=3>fber</td><td>5912.7773</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.112634724727049</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>91</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.904400606980273</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6192734365889296</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6314172099893973</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.697721662954031</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5286814368233603</td></tr>
<tr><td colspan=3>gcor</td><td>0.00970918</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011783518828451633</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.018447402864694595</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</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.957812336084247</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.2434</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7141</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.6562</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>305347.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>693.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>298.2184</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7799</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.1373</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3151.0834</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3346.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71197.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1019.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.4106</td></tr>
<tr><td colspan=3>tsnr</td><td>40.741894950857386</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>