<?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-0064_ses-04_task-fractional_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0064_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0064_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-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-04/func/sub-0064_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>2ef8e5a9673cbd6011c123172014b44d</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>11:01:27.752500</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.999684, -0.0250115, -0.00247334, 0.0251301, 0.99308, 0.114721]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0988615</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7741, -7237, 643, -24, -124, 22, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>230.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0a99034e-e79b-456f-877d-f3fc133e5b02||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.682079315185547, 0.06742223352193832, 0.001115394290536642, 110.91716003417969], [0.0671040415763855, 2.664360761642456, 0.3098154067993164, -108.79524230957031], [-0.006635790225118399, -0.3077867925167084, 2.6821658611297607, -49.76943588256836], [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': ['110127.752500', '110128.212500', '110128.672500', '110129.132500', '110129.592500', '110130.052500', '110130.512500', '110130.972500', '110131.432500', '110131.892500', '110132.352500', '110132.812500', '110133.272500', '110133.732500', '110134.192500', '110134.652500', '110135.112500', '110135.572500', '110136.032500', '110136.492500', '110136.952500', '110137.412500', '110137.872500', '110138.332500', '110138.792500', '110139.252500', '110139.712500', '110140.172500', '110140.632500', '110141.092500', '110141.552500', '110142.012500', '110142.472500', '110142.932500', '110143.392500', '110143.852500', '110144.312500', '110144.772500', '110145.232500', '110145.692500', '110146.152500', '110146.612500', '110147.072500', '110147.532500', '110147.992500', '110148.452500', '110148.912500', '110149.372500', '110149.832500', '110150.292500', '110150.752500', '110151.212500', '110151.672500', '110152.132500', '110152.592500', '110153.052500', '110153.512500', '110153.972500', '110154.432500', '110154.892500', '110155.352500', '110155.812500', '110156.272500', '110156.732500', '110157.192500', '110157.652500', '110158.112500', '110158.572500', '110159.032500', '110159.492500', '110159.952500', '110200.412500', '110200.872500', '110201.332500', '110201.792500', '110202.252500', '110202.712500', '110203.172500', '110203.632500', '110204.092500', '110204.552500', '110205.012500', '110205.472500', '110205.932500', '110206.392500', '110206.852500', '110207.312500', '110207.772500', '110208.232500', '110208.692500', '110209.152500', '110209.612500', '110210.072500', '110210.532500', '110210.992500', '110211.452500', '110211.912500', '110212.372500', '110212.832500', '110213.292500', '110213.752500', '110214.212500', '110214.672500', '110215.132500', '110215.592500', '110216.052500', '110216.512500', '110216.972500', '110217.432500', '110217.892500', '110218.352500', '110218.812500', '110219.272500', '110219.732500', '110220.192500', '110220.652500', '110221.112500', '110221.572500', '110222.032500', '110222.492500', '110222.952500', '110223.412500', '110223.872500', '110224.332500', '110224.792500', '110225.252500', '110225.712500', '110226.172500', '110226.632500', '110227.092500', '110227.552500', '110228.012500', '110228.472500', '110228.932500', '110229.392500', '110229.852500', '110230.312500', '110230.772500', '110231.232500', '110231.692500', '110232.152500', '110232.612500', '110233.072500', '110233.532500', '110233.992500', '110234.452500', '110234.912500', '110235.372500', '110235.832500', '110236.292500', '110236.752500', '110237.212500', '110237.672500', '110238.132500', '110238.592500', '110239.052500', '110239.512500', '110239.972500', '110240.432500', '110240.892500', '110241.352500', '110241.812500', '110242.272500', '110242.732500', '110243.192500', '110243.652500', '110244.112500', '110244.572500', '110245.032500', '110245.492500', '110245.952500', '110246.412500', '110246.872500', '110247.332500', '110247.792500', '110248.252500', '110248.712500', '110249.172500', '110249.632500', '110250.092500', '110250.552500', '110251.012500', '110251.472500', '110251.932500', '110252.392500', '110252.852500', '110253.312500', '110253.772500', '110254.232500', '110254.692500', '110255.152500', '110255.612500', '110256.072500', '110256.532500', '110256.992500', '110257.452500', '110257.912500', '110258.372500', '110258.832500', '110259.292500', '110259.752500', '110300.212500', '110300.672500', '110301.132500', '110301.592500', '110302.052500', '110302.512500', '110302.972500', '110303.432500', '110303.892500', '110304.352500', '110304.812500', '110305.272500', '110305.732500', '110306.192500', '110306.652500', '110307.112500', '110307.572500', '110308.032500', '110308.492500', '110308.952500', '110309.412500', '110309.872500', '110310.332500', '110310.792500', '110311.252500', '110311.712500', '110312.172500', '110312.632500', '110313.092500', '110313.552500', '110314.012500', '110314.472500', '110314.932500', '110315.392500', '110315.852500', '110316.312500', '110316.772500', '110317.232500', '110317.692500', '110318.152500', '110318.612500', '110319.072500', '110319.532500', '110319.992500', '110320.452500', '110320.912500', '110321.372500', '110321.832500', '110322.292500', '110322.752500', '110323.212500', '110323.672500', '110324.132500', '110324.592500', '110325.052500', '110325.512500', '110325.972500', '110326.432500', '110326.892500', '110327.352500', '110327.812500', '110328.272500', '110328.732500', '110329.192500', '110329.652500', '110330.112500', '110330.572500', '110331.032500', '110331.492500', '110331.952500', '110332.412500', '110332.872500', '110333.332500', '110333.792500', '110334.252500', '110334.712500', '110335.172500', '110335.632500', '110336.092500', '110336.552500', '110337.012500', '110337.472500', '110337.932500', '110338.392500', '110338.852500', '110339.312500', '110339.772500', '110340.232500', '110340.692500', '110341.152500', '110341.612500', '110342.072500', '110342.532500', '110342.992500', '110343.452500', '110343.912500', '110344.372500', '110344.832500', '110345.292500', '110345.752500', '110346.212500', '110346.672500', '110347.132500', '110347.592500', '110348.052500', '110348.512500', '110348.972500', '110349.432500', '110349.892500', '110350.352500', '110350.812500', '110351.272500', '110351.732500', '110352.192500', '110352.652500', '110353.112500', '110353.572500', '110354.032500', '110354.492500', '110354.952500', '110355.412500', '110355.872500', '110356.332500', '110356.792500', '110357.252500', '110357.712500', '110358.172500', '110358.632500', '110359.092500', '110359.552500', '110400.012500', '110400.472500', '110400.932500', '110401.392500', '110401.852500', '110402.312500', '110402.772500', '110403.232500', '110403.692500', '110404.152500', '110404.612500', '110405.072500', '110405.532500', '110405.992500', '110406.452500', '110406.912500', '110407.372500', '110407.832500', '110408.292500', '110408.752500', '110409.212500', '110409.672500', '110410.132500', '110410.592500', '110411.052500', '110411.512500', '110411.972500', '110412.432500', '110412.892500', '110413.352500', '110413.812500', '110414.272500', '110414.732500', '110415.192500', '110415.652500', '110416.112500', '110416.572500', '110417.032500', '110417.492500', '110417.952500', '110418.412500', '110418.872500', '110419.332500', '110419.792500', '110420.252500', '110420.712500', '110421.172500', '110421.632500', '110422.092500', '110422.552500', '110423.012500', '110423.472500', '110423.932500', '110424.392500', '110424.852500', '110425.312500', '110425.772500', '110426.232500', '110426.692500', '110427.152500', '110427.612500', '110428.072500', '110428.532500', '110428.992500', '110429.452500', '110429.912500', '110430.372500', '110430.832500', '110431.292500', '110431.752500', '110432.212500', '110432.672500', '110433.132500', '110433.592500', '110434.052500', '110434.512500', '110434.972500', '110435.432500', '110435.892500', '110436.352500', '110436.812500', '110437.272500', '110437.732500', '110438.192500', '110438.652500', '110439.112500', '110439.572500', '110440.032500', '110440.492500', '110440.952500', '110441.412500', '110441.872500', '110442.332500', '110442.792500', '110443.252500', '110443.712500', '110444.172500', '110444.632500', '110445.092500', '110445.552500', '110446.012500', '110446.472500', '110446.932500', '110447.392500', '110447.852500', '110448.312500', '110448.772500', '110449.232500', '110449.692500', '110450.152500', '110450.612500', '110451.072500', '110451.532500', '110451.992500', '110452.452500', '110452.912500', '110453.372500', '110453.832500', '110454.292500', '110454.752500', '110455.212500', '110455.672500', '110456.132500', '110456.592500', '110457.052500', '110457.512500', '110457.972500', '110458.432500', '110458.892500', '110459.352500', '110459.812500', '110500.272500', '110500.732500', '110501.192500', '110501.652500', '110502.112500', '110502.572500', '110503.032500', '110503.492500', '110503.952500', '110504.412500', '110504.872500', '110505.332500', '110505.792500', '110506.252500', '110506.712500', '110507.172500', '110507.632500', '110508.092500', '110508.552500', '110509.012500', '110509.472500', '110509.932500', '110510.392500', '110510.852500', '110511.312500', '110511.772500', '110512.232500', '110512.692500', '110513.152500', '110513.612500', '110514.072500', '110514.532500', '110514.992500', '110515.452500', '110515.912500', '110516.372500', '110516.832500', '110517.292500', '110517.752500', '110518.212500', '110518.672500', '110519.132500', '110519.592500', '110520.052500', '110520.512500', '110520.972500', '110521.432500', '110521.892500', '110522.352500', '110522.812500', '110523.272500', '110523.732500', '110524.192500', '110524.652500', '110525.112500', '110525.572500', '110526.032500', '110526.492500', '110526.952500', '110527.412500', '110527.872500', '110528.332500', '110528.792500', '110529.252500', '110529.712500', '110530.172500', '110530.632500', '110531.092500', '110531.552500', '110532.012500', '110532.472500', '110532.932500', '110533.392500', '110533.852500', '110534.312500', '110534.772500', '110535.232500', '110535.692500', '110536.152500', '110536.612500', '110537.072500', '110537.532500', '110537.992500', '110538.452500', '110538.912500', '110539.372500', '110539.832500', '110540.292500', '110540.752500', '110541.212500', '110541.672500', '110542.132500', '110542.592500', '110543.052500', '110543.512500', '110543.972500', '110544.432500', '110544.892500', '110545.352500', '110545.812500', '110546.272500', '110546.732500', '110547.192500', '110547.652500', '110548.112500', '110548.572500', '110549.032500', '110549.492500', '110549.952500', '110550.412500', '110550.872500', '110551.332500', '110551.792500', '110552.252500', '110552.712500', '110553.172500', '110553.632500', '110554.092500', '110554.552500', '110555.012500', '110555.472500', '110555.932500', '110556.392500', '110556.852500', '110557.312500', '110557.772500', '110558.232500', '110558.692500', '110559.152500', '110559.612500', '110600.072500', '110600.532500', '110600.992500', '110601.452500', '110601.912500', '110602.372500', '110602.832500', '110603.292500', '110603.752500', '110604.212500', '110604.672500', '110605.132500', '110605.592500', '110606.052500', '110606.512500', '110606.972500', '110607.432500', '110607.892500', '110608.352500', '110608.812500', '110609.272500', '110609.732500', '110610.192500', '110610.652500', '110611.112500', '110611.572500', '110612.032500', '110612.492500', '110612.952500', '110613.412500', '110613.872500', '110614.332500', '110614.792500', '110615.252500', '110615.712500', '110616.172500', '110616.632500', '110617.092500', '110617.552500', '110618.012500', '110618.472500', '110618.932500', '110619.392500', '110619.852500', '110620.312500', '110620.772500', '110621.232500', '110621.692500', '110622.152500', '110622.612500', '110623.072500', '110623.532500', '110623.992500', '110624.452500', '110624.912500', '110625.372500', '110625.832500', '110626.292500', '110626.752500', '110627.212500', '110627.672500', '110628.132500', '110628.592500', '110629.052500', '110629.512500', '110629.972500', '110630.432500', '110630.892500', '110631.352500', '110631.812500', '110632.272500', '110632.732500', '110633.192500', '110633.652500', '110634.112500', '110634.572500', '110635.032500', '110635.492500', '110635.952500', '110636.412500', '110636.872500', '110637.332500', '110637.792500', '110638.252500', '110638.712500', '110639.172500', '110639.632500', '110640.092500', '110640.552500', '110641.012500', '110641.472500', '110641.932500', '110642.392500', '110642.852500', '110643.312500', '110643.772500', '110644.232500', '110644.692500', '110645.152500', '110645.612500', '110646.072500', '110646.532500', '110646.992500', '110647.452500', '110647.912500', '110648.372500', '110648.832500', '110649.292500', '110649.752500', '110650.212500', '110650.672500', '110651.132500', '110651.592500', '110652.052500', '110652.512500', '110652.972500', '110653.432500', '110653.892500', '110654.352500', '110654.812500', '110655.272500', '110655.732500', '110656.192500', '110656.652500', '110657.112500', '110657.572500', '110658.032500', '110658.492500', '110658.952500', '110659.412500', '110659.872500', '110700.332500', '110700.792500', '110701.252500', '110701.712500', '110702.172500', '110702.632500', '110703.092500', '110703.552500', '110704.012500', '110704.472500', '110704.932500', '110705.392500', '110705.852500', '110706.312500', '110706.772500', '110707.232500', '110707.692500', '110708.152500', '110708.612500', '110709.072500', '110709.532500', '110709.992500', '110710.452500', '110710.912500', '110711.372500', '110711.832500', '110712.292500', '110712.752500', '110713.212500', '110713.672500', '110714.132500', '110714.592500', '110715.052500', '110715.512500', '110715.972500', '110716.432500', '110716.892500', '110717.352500', '110717.812500', '110718.272500', '110718.732500', '110719.192500', '110719.652500', '110720.112500', '110720.572500', '110721.032500', '110721.492500', '110721.952500', '110722.412500', '110722.872500', '110723.332500', '110723.792500', '110724.252500', '110724.712500', '110725.172500', '110725.632500', '110726.092500', '110726.552500', '110727.012500', '110727.472500', '110727.932500', '110728.392500', '110728.852500', '110729.312500', '110729.772500', '110730.232500', '110730.692500', '110731.152500', '110731.612500', '110732.072500', '110732.532500', '110732.992500', '110733.452500', '110733.912500', '110734.372500', '110734.832500', '110735.292500', '110735.752500', '110736.212500', '110736.672500', '110737.132500', '110737.592500', '110738.052500', '110738.512500', '110738.972500', '110739.432500', '110739.892500', '110740.352500', '110740.812500', '110741.272500', '110741.732500', '110742.192500', '110742.652500', '110743.112500', '110743.572500', '110744.032500', '110744.492500', '110744.952500', '110745.412500', '110745.872500', '110746.332500', '110746.792500', '110747.252500', '110747.712500', '110748.172500', '110748.632500', '110749.092500', '110749.552500', '110750.012500', '110750.472500', '110750.932500', '110751.392500', '110751.852500', '110752.312500', '110752.772500', '110753.232500', '110753.692500', '110754.152500', '110754.612500', '110755.072500', '110755.532500', '110755.992500', '110756.452500', '110756.912500', '110757.372500', '110757.832500', '110758.292500', '110758.752500', '110759.212500', '110759.672500', '110800.132500', '110800.592500', '110801.052500', '110801.512500', '110801.972500', '110802.432500', '110802.892500', '110803.352500', '110803.812500', '110804.272500', '110804.732500', '110805.192500', '110805.652500', '110806.112500', '110806.572500', '110807.032500', '110807.492500', '110807.952500', '110808.412500', '110808.872500', '110809.332500', '110809.792500', '110810.252500', '110810.712500', '110811.172500', '110811.632500', '110812.092500', '110812.552500', '110813.012500', '110813.472500', '110813.932500', '110814.392500', '110814.852500', '110815.312500', '110815.772500', '110816.232500', '110816.692500', '110817.152500', '110817.612500', '110818.072500', '110818.532500', '110818.992500', '110819.452500', '110819.912500', '110820.372500', '110820.832500', '110821.292500', '110821.752500', '110822.212500', '110822.672500', '110823.132500', '110823.592500', '110824.052500', '110824.512500', '110824.972500', '110825.432500', '110825.892500', '110826.352500', '110826.812500', '110827.272500', '110827.732500', '110828.192500', '110828.652500', '110829.112500', '110829.572500', '110830.032500', '110830.492500', '110830.952500', '110831.412500', '110831.872500', '110832.332500', '110832.792500', '110833.252500', '110833.712500', '110834.172500', '110834.632500', '110835.092500', '110835.552500', '110836.012500', '110836.472500', '110836.932500', '110837.392500', '110837.852500', '110838.312500', '110838.772500', '110839.232500', '110839.692500', '110840.152500', '110840.612500', '110841.072500', '110841.532500', '110841.992500', '110842.452500', '110842.912500', '110843.372500', '110843.832500', '110844.292500', '110844.752500', '110845.212500', '110845.672500', '110846.132500', '110846.592500', '110847.052500', '110847.512500', '110847.972500', '110848.432500', '110848.892500', '110849.352500', '110849.812500', '110850.272500', '110850.732500', '110851.192500', '110851.652500', '110852.112500', '110852.572500', '110853.032500', '110853.492500', '110853.952500', '110854.412500', '110854.872500', '110855.332500', '110855.792500', '110856.252500', '110856.712500', '110857.172500', '110857.632500', '110858.092500', '110858.552500', '110859.012500', '110859.472500', '110859.932500', '110900.392500', '110900.852500', '110901.312500', '110901.772500', '110902.232500', '110902.692500', '110903.152500', '110903.612500', '110904.072500', '110904.532500', '110904.992500', '110905.452500', '110905.912500', '110906.372500', '110906.832500', '110907.292500', '110907.752500', '110908.212500', '110908.672500', '110909.132500', '110909.592500', '110910.052500', '110910.512500', '110910.972500', '110911.432500', '110911.892500', '110912.352500', '110912.812500', '110913.272500', '110913.732500', '110914.192500', '110914.652500', '110915.112500', '110915.572500', '110916.032500', '110916.492500', '110916.952500', '110917.412500', '110917.872500', '110918.332500', '110918.792500', '110919.252500', '110919.712500', '110920.172500', '110920.632500', '110921.092500', '110921.552500', '110922.012500', '110922.472500', '110922.932500', '110923.392500', '110923.852500', '110924.312500', '110924.772500', '110925.232500', '110925.692500', '110926.152500', '110926.612500', '110927.072500', '110927.532500', '110927.992500', '110928.452500', '110928.912500', '110929.372500', '110929.832500', '110930.292500', '110930.752500', '110931.212500', '110931.672500', '110932.132500', '110932.592500', '110933.052500', '110933.512500', '110933.972500', '110934.432500', '110934.892500', '110935.352500', '110935.812500', '110936.272500', '110936.732500', '110937.192500', '110937.652500', '110938.112500', '110938.572500', '110939.032500', '110939.492500', '110939.952500', '110940.412500', '110940.872500', '110941.332500', '110941.792500', '110942.252500', '110942.712500', '110943.172500', '110943.632500', '110944.092500', '110944.552500', '110945.012500', '110945.472500', '110945.932500', '110946.392500', '110946.852500', '110947.312500', '110947.772500', '110948.232500', '110948.692500', '110949.152500', '110949.612500', '110950.072500', '110950.532500', '110950.992500', '110951.452500', '110951.912500', '110952.372500', '110952.832500', '110953.292500', '110953.752500', '110954.212500', '110954.672500', '110955.132500', '110955.592500', '110956.052500', '110956.512500', '110956.972500', '110957.432500', '110957.892500', '110958.352500', '110958.812500', '110959.272500', '110959.732500', '111000.192500', '111000.652500', '111001.112500', '111001.572500', '111002.032500', '111002.492500', '111002.952500', '111003.412500', '111003.872500', '111004.332500', '111004.792500', '111005.252500', '111005.712500', '111006.172500', '111006.632500', '111007.092500', '111007.552500', '111008.012500', '111008.472500', '111008.932500', '111009.392500', '111009.852500', '111010.312500', '111010.772500', '111011.232500', '111011.692500', '111012.152500', '111012.612500', '111013.072500', '111013.532500', '111013.992500', '111014.452500', '111014.912500', '111015.372500', '111015.832500', '111016.292500', '111016.752500', '111017.212500', '111017.672500', '111018.132500', '111018.592500', '111019.052500', '111019.512500', '111019.972500', '111020.432500', '111020.892500', '111021.352500', '111021.812500', '111022.272500', '111022.732500', '111023.192500', '111023.652500', '111024.112500', '111024.572500', '111025.032500', '111025.492500', '111025.952500', '111026.412500', '111026.872500', '111027.332500', '111027.792500', '111028.252500', '111028.712500', '111029.172500', '111029.632500', '111030.092500', '111030.552500', '111031.012500', '111031.472500', '111031.932500', '111032.392500', '111032.852500', '111033.312500', '111033.772500', '111034.232500', '111034.692500', '111035.152500', '111035.612500', '111036.072500', '111036.532500', '111036.992500', '111037.452500', '111037.912500', '111038.372500', '111038.832500', '111039.292500', '111039.752500', '111040.212500', '111040.672500', '111041.132500', '111041.592500', '111042.052500', '111042.512500', '111042.972500', '111043.432500', '111043.892500', '111044.352500', '111044.812500', '111045.272500', '111045.732500', '111046.192500', '111046.652500', '111047.112500', '111047.572500', '111048.032500', '111048.492500', '111048.952500', '111049.412500', '111049.872500', '111050.332500', '111050.792500', '111051.252500', '111051.712500', '111052.172500', '111052.632500', '111053.092500', '111053.552500', '111054.012500', '111054.472500', '111054.932500', '111055.392500', '111055.852500', '111056.312500', '111056.772500', '111057.232500', '111057.692500', '111058.152500', '111058.612500', '111059.072500', '111059.532500', '111059.992500', '111100.452500', '111100.912500', '111101.372500', '111101.832500', '111102.292500', '111102.752500', '111103.212500', '111103.672500', '111104.132500', '111104.592500', '111105.052500', '111105.512500', '111105.972500', '111106.432500', '111106.892500', '111107.352500', '111107.812500', '111108.272500', '111108.732500', '111109.192500', '111109.652500', '111110.112500', '111110.572500', '111111.032500', '111111.492500', '111111.952500', '111112.412500', '111112.872500', '111113.332500', '111113.792500', '111114.252500', '111114.712500', '111115.172500', '111115.632500', '111116.092500', '111116.552500', '111117.012500', '111117.472500', '111117.932500', '111118.392500', '111118.852500', '111119.312500', '111119.772500', '111120.232500', '111120.692500', '111121.152500', '111121.612500', '111122.072500', '111122.532500', '111122.992500', '111123.452500', '111123.912500', '111124.372500', '111124.832500', '111125.292500', '111125.752500', '111126.212500', '111126.672500', '111127.132500', '111127.592500', '111128.052500', '111128.512500', '111128.972500', '111129.432500', '111129.892500', '111130.352500', '111130.812500', '111131.272500', '111131.732500', '111132.192500', '111132.652500', '111133.112500', '111133.572500', '111134.032500', '111134.492500', '111134.952500', '111135.412500'], 'ContentTime': ['110157.769000', '110157.772000', '110157.776000', '110157.778000', '110157.781000', '110157.783000', '110157.786000', '110157.789000', '110157.791000', '110157.794000', '110157.796000', '110157.799000', '110157.801000', '110157.804000', '110157.807000', '110157.809000', '110157.812000', '110157.814000', '110157.817000', '110157.820000', '110157.822000', '110157.825000', '110157.832000', '110157.834000', '110157.837000', '110157.839000', '110157.842000', '110157.845000', '110157.847000', '110157.850000', '110157.852000', '110157.855000', '110157.857000', '110157.860000', '110157.863000', '110157.865000', '110157.868000', '110157.870000', '110157.873000', '110157.875000', '110157.878000', '110157.881000', '110157.883000', '110157.886000', '110157.888000', '110157.891000', '110157.893000', '110157.896000', '110157.903000', '110157.906000', '110157.908000', '110157.911000', '110157.914000', '110157.916000', '110157.919000', '110157.921000', '110157.924000', '110157.927000', '110157.929000', '110157.932000', '110157.934000', '110157.937000', '110217.730000', '110217.733000', '110217.736000', '110217.738000', '110217.741000', '110217.744000', '110217.746000', '110217.749000', '110217.752000', '110217.754000', '110217.757000', '110217.759000', '110217.762000', '110217.764000', '110217.767000', '110217.770000', '110217.772000', '110217.775000', '110217.777000', '110217.780000', '110217.782000', '110217.785000', '110217.788000', '110217.790000', '110217.793000', '110217.795000', '110217.798000', '110217.801000', '110217.803000', '110217.806000', '110217.808000', '110217.811000', '110217.813000', '110217.816000', '110217.819000', '110217.821000', '110217.824000', '110217.826000', '110217.829000', '110217.832000', '110217.834000', '110217.837000', '110217.839000', '110237.730000', '110237.733000', '110237.736000', '110237.738000', '110237.741000', '110237.744000', '110237.746000', '110237.749000', '110237.751000', '110237.754000', '110237.757000', '110237.759000', '110237.762000', '110237.764000', '110237.767000', '110237.769000', '110237.772000', '110237.775000', '110237.777000', '110237.780000', '110237.782000', '110237.785000', '110237.787000', '110237.790000', '110237.793000', '110237.795000', '110237.798000', '110237.800000', '110237.803000', '110237.805000', '110237.808000', '110237.811000', '110237.813000', '110237.816000', '110237.819000', '110237.821000', '110237.824000', '110237.827000', '110237.829000', '110237.832000', '110237.834000', '110237.837000', '110237.840000', '110237.842000', '110257.730000', '110257.733000', '110257.736000', '110257.738000', '110257.741000', '110257.744000', '110257.746000', '110257.749000', '110257.752000', '110257.754000', '110257.757000', '110257.759000', '110257.762000', '110257.765000', '110257.767000', '110257.770000', '110257.772000', '110257.775000', '110257.778000', '110257.780000', '110257.783000', '110257.785000', '110257.788000', '110257.791000', '110257.793000', '110257.796000', '110257.798000', '110257.801000', '110257.804000', '110257.806000', '110257.809000', '110257.811000', '110257.814000', '110257.817000', '110257.819000', '110257.822000', '110257.825000', '110257.827000', '110257.830000', '110257.832000', '110257.835000', '110257.837000', '110257.840000', '110317.730000', '110317.733000', '110317.736000', '110317.738000', '110317.741000', '110317.755000', '110317.758000', '110317.761000', '110317.763000', '110317.766000', '110317.768000', '110317.771000', '110317.774000', '110317.776000', '110317.779000', '110317.782000', '110317.784000', '110317.787000', '110317.790000', '110317.792000', '110317.795000', '110317.798000', '110317.800000', '110317.803000', '110317.805000', '110317.808000', '110317.811000', '110317.813000', '110317.816000', '110317.819000', '110317.821000', '110317.824000', '110317.826000', '110317.829000', '110317.831000', '110317.834000', '110317.837000', '110317.839000', '110317.842000', '110317.844000', '110317.847000', '110317.849000', '110317.852000', '110317.855000', '110337.730000', '110337.733000', '110337.736000', '110337.739000', '110337.741000', '110337.744000', '110337.746000', '110337.749000', '110337.752000', '110337.754000', '110337.757000', '110337.759000', '110337.762000', '110337.764000', '110337.767000', '110337.770000', '110337.772000', '110337.775000', '110337.777000', '110337.780000', '110337.783000', '110337.785000', '110337.788000', '110337.790000', '110337.793000', '110337.796000', '110337.798000', '110337.801000', '110337.803000', '110337.806000', '110337.808000', '110337.811000', '110337.814000', '110337.816000', '110337.819000', '110337.821000', '110337.824000', '110337.827000', '110337.829000', '110337.832000', '110337.834000', '110337.837000', '110337.840000', '110357.731000', '110357.734000', '110357.737000', '110357.739000', '110357.742000', '110357.745000', '110357.747000', '110357.750000', '110357.753000', '110357.755000', '110357.758000', '110357.760000', '110357.763000', '110357.765000', '110357.768000', '110357.771000', '110357.773000', '110357.776000', '110357.778000', '110357.781000', '110357.784000', '110357.786000', '110357.789000', '110357.791000', '110357.794000', '110357.797000', '110357.799000', '110357.802000', '110357.804000', '110357.807000', '110357.809000', '110357.812000', '110357.815000', '110357.817000', '110357.820000', '110357.822000', '110357.825000', '110357.828000', '110357.830000', '110357.833000', '110357.835000', '110357.838000', '110357.841000', '110357.843000', '110417.730000', '110417.733000', '110417.736000', '110417.738000', '110417.741000', '110417.744000', '110417.746000', '110417.749000', '110417.752000', '110417.754000', '110417.757000', '110417.759000', '110417.762000', '110417.764000', '110417.767000', '110417.770000', '110417.772000', '110417.775000', '110417.778000', '110417.780000', '110417.783000', '110417.785000', '110417.788000', '110417.791000', '110417.793000', '110417.796000', '110417.798000', '110417.801000', '110417.803000', '110417.806000', '110417.809000', '110417.811000', '110417.814000', '110417.817000', '110417.819000', '110417.822000', '110417.824000', '110417.827000', '110417.830000', '110417.832000', '110417.835000', '110417.837000', '110417.840000', '110437.730000', '110437.733000', '110437.736000', '110437.739000', '110437.742000', '110437.745000', '110437.748000', '110437.751000', '110437.753000', '110437.756000', '110437.758000', '110437.762000', '110437.765000', '110437.767000', '110437.770000', '110437.773000', '110437.775000', '110437.778000', '110437.780000', '110437.783000', '110437.786000', '110437.788000', '110437.791000', '110437.794000', '110437.796000', '110437.799000', '110437.801000', '110437.804000', '110437.807000', '110437.809000', '110437.812000', '110437.814000', '110437.817000', '110437.820000', '110437.822000', '110437.825000', '110437.828000', '110437.830000', '110437.833000', '110437.835000', '110437.838000', '110437.841000', '110437.843000', '110457.731000', '110457.747000', '110457.750000', '110457.753000', '110457.755000', '110457.758000', '110457.761000', '110457.763000', '110457.766000', '110457.768000', '110457.771000', '110457.773000', '110457.776000', '110457.779000', '110457.781000', '110457.784000', '110457.787000', '110457.789000', '110457.792000', '110457.794000', '110457.797000', '110457.800000', '110457.802000', '110457.805000', '110457.807000', '110457.810000', '110457.813000', '110457.815000', '110457.818000', '110457.820000', '110457.823000', '110457.826000', '110457.828000', '110457.831000', '110457.833000', '110457.836000', '110457.838000', '110457.841000', '110457.847000', '110457.850000', '110457.853000', '110457.855000', '110457.858000', '110457.861000', '110517.731000', '110517.733000', '110517.736000', '110517.739000', '110517.741000', '110517.744000', '110517.746000', '110517.749000', '110517.752000', '110517.754000', '110517.757000', '110517.759000', '110517.762000', '110517.765000', '110517.767000', '110517.770000', '110517.773000', '110517.775000', '110517.778000', '110517.780000', '110517.783000', '110517.786000', '110517.788000', '110517.791000', '110517.793000', '110517.796000', '110517.799000', '110517.801000', '110517.804000', '110517.806000', '110517.809000', '110517.812000', '110517.814000', '110517.817000', '110517.820000', '110517.822000', '110517.825000', '110517.827000', '110517.830000', '110517.833000', '110517.835000', '110517.838000', '110517.840000', '110537.731000', '110537.733000', '110537.736000', '110537.739000', '110537.741000', '110537.744000', '110537.746000', '110537.749000', '110537.752000', '110537.754000', '110537.757000', '110537.759000', '110537.762000', '110537.765000', '110537.767000', '110537.770000', '110537.772000', '110537.775000', '110537.778000', '110537.790000', '110537.793000', '110537.795000', '110537.798000', '110537.800000', '110537.803000', '110537.806000', '110537.808000', '110537.811000', '110537.813000', '110537.816000', '110537.819000', '110537.821000', '110537.824000', '110537.827000', '110537.829000', '110537.832000', '110537.834000', '110537.837000', '110537.840000', '110537.842000', '110537.845000', '110537.847000', '110537.850000', '110537.853000', '110557.730000', '110557.733000', '110557.736000', '110557.739000', '110557.741000', '110557.744000', '110557.747000', '110557.750000', '110557.752000', '110557.757000', '110557.759000', '110557.762000', '110557.765000', '110557.767000', '110557.770000', '110557.773000', '110557.775000', '110557.778000', '110557.780000', '110557.783000', '110557.785000', '110557.788000', '110557.791000', '110557.793000', '110557.796000', '110557.799000', '110557.802000', '110557.805000', '110557.808000', '110557.810000', '110557.813000', '110557.816000', '110557.818000', '110557.821000', '110557.824000', '110557.826000', '110557.829000', '110557.832000', '110557.834000', '110557.837000', '110557.839000', '110557.842000', '110557.845000', '110617.732000', '110617.734000', '110617.737000', '110617.739000', '110617.742000', '110617.745000', '110617.747000', '110617.750000', '110617.753000', '110617.755000', '110617.758000', '110617.761000', '110617.763000', '110617.766000', '110617.769000', '110617.771000', '110617.774000', '110617.777000', '110617.779000', '110617.782000', '110617.785000', '110617.787000', '110617.790000', '110617.792000', '110617.795000', '110617.798000', '110617.809000', '110617.811000', '110617.814000', '110617.817000', '110617.820000', '110617.822000', '110617.825000', '110617.827000', '110617.830000', '110617.833000', '110617.835000', '110617.838000', '110617.841000', '110617.843000', '110617.846000', '110617.848000', '110617.851000', '110617.854000', '110637.730000', '110637.733000', '110637.736000', '110637.739000', '110637.741000', '110637.744000', '110637.746000', '110637.749000', '110637.752000', '110637.754000', '110637.757000', '110637.759000', '110637.762000', '110637.765000', '110637.768000', '110637.770000', '110637.773000', '110637.777000', '110637.779000', '110637.782000', '110637.785000', '110637.787000', '110637.790000', '110637.792000', '110637.795000', '110637.798000', '110637.800000', '110637.803000', '110637.806000', '110637.808000', '110637.811000', '110637.813000', '110637.816000', '110637.819000', '110637.821000', '110637.824000', '110637.827000', '110637.829000', '110637.832000', '110637.834000', '110637.837000', '110637.840000', '110637.842000', '110657.731000', '110657.733000', '110657.736000', '110657.739000', '110657.742000', '110657.745000', '110657.747000', '110657.750000', '110657.753000', '110657.755000', '110657.758000', '110657.761000', '110657.763000', '110657.766000', '110657.771000', '110657.774000', '110657.776000', '110657.779000', '110657.781000', '110657.784000', '110657.787000', '110657.789000', '110657.792000', '110657.795000', '110657.797000', '110657.800000', '110657.802000', '110657.805000', '110657.808000', '110657.810000', '110657.813000', '110657.816000', '110657.818000', '110657.821000', '110657.823000', '110657.826000', '110657.828000', '110657.831000', '110657.834000', '110657.836000', '110657.839000', '110657.841000', '110657.844000', '110657.847000', '110717.731000', '110717.734000', '110717.736000', '110717.739000', '110717.742000', '110717.744000', '110717.747000', '110717.750000', '110717.752000', '110717.755000', '110717.758000', '110717.760000', '110717.763000', '110717.765000', '110717.768000', '110717.771000', '110717.773000', '110717.776000', '110717.779000', '110717.781000', '110717.784000', '110717.787000', '110717.789000', '110717.792000', '110717.795000', '110717.797000', '110717.800000', '110717.803000', '110717.805000', '110717.808000', '110717.810000', '110717.813000', '110717.816000', '110717.818000', '110717.821000', '110717.824000', '110717.826000', '110717.829000', '110717.832000', '110717.834000', '110717.837000', '110717.840000', '110717.843000', '110737.730000', '110737.733000', '110737.736000', '110737.739000', '110737.741000', '110737.744000', '110737.747000', '110737.749000', '110737.752000', '110737.755000', '110737.757000', '110737.760000', '110737.762000', '110737.765000', '110737.768000', '110737.770000', '110737.773000', '110737.776000', '110737.778000', '110737.781000', '110737.783000', '110737.786000', '110737.790000', '110737.793000', '110737.795000', '110737.798000', '110737.800000', '110737.803000', '110737.805000', '110737.808000', '110737.812000', '110737.814000', '110737.817000', '110737.820000', '110737.822000', '110737.825000', '110737.827000', '110737.840000', '110737.843000', '110737.846000', '110737.848000', '110737.851000', '110737.853000', '110737.856000', '110757.730000', '110757.733000', '110757.736000', '110757.738000', '110757.741000', '110757.744000', '110757.746000', '110757.749000', '110757.752000', '110757.754000', '110757.757000', '110757.759000', '110757.762000', '110757.765000', '110757.767000', '110757.770000', '110757.773000', '110757.775000', '110757.778000', '110757.780000', '110757.783000', '110757.786000', '110757.788000', '110757.791000', '110757.794000', '110757.796000', '110757.799000', '110757.801000', '110757.804000', '110757.806000', '110757.809000', '110757.812000', '110757.814000', '110757.817000', '110757.820000', '110757.822000', '110757.825000', '110757.827000', '110757.830000', '110757.833000', '110757.836000', '110757.838000', '110757.841000', '110817.731000', '110817.733000', '110817.736000', '110817.738000', '110817.741000', '110817.744000', '110817.747000', '110817.750000', '110817.752000', '110817.755000', '110817.758000', '110817.760000', '110817.763000', '110817.765000', '110817.768000', '110817.771000', '110817.773000', '110817.776000', '110817.778000', '110817.781000', '110817.783000', '110817.786000', '110817.789000', '110817.791000', '110817.794000', '110817.797000', '110817.799000', '110817.802000', '110817.804000', '110817.807000', '110817.809000', '110817.812000', '110817.815000', '110817.817000', '110817.820000', '110817.822000', '110817.825000', '110817.828000', '110817.830000', '110817.833000', '110817.836000', '110817.838000', '110817.841000', '110817.843000', '110837.731000', '110837.734000', '110837.737000', '110837.740000', '110837.742000', '110837.745000', '110837.747000', '110837.750000', '110837.753000', '110837.755000', '110837.758000', '110837.761000', '110837.763000', '110837.766000', '110837.768000', '110837.771000', '110837.773000', '110837.776000', '110837.779000', '110837.788000', '110837.790000', '110837.793000', '110837.795000', '110837.798000', '110837.801000', '110837.803000', '110837.806000', '110837.809000', '110837.811000', '110837.820000', '110837.822000', '110837.825000', '110837.828000', '110837.830000', '110837.833000', '110837.836000', '110837.838000', '110837.841000', '110837.843000', '110837.846000', '110837.849000', '110837.851000', '110837.854000', '110857.730000', '110857.733000', '110857.736000', '110857.738000', '110857.741000', '110857.744000', '110857.746000', '110857.749000', '110857.752000', '110857.754000', '110857.757000', '110857.759000', '110857.762000', '110857.765000', '110857.767000', '110857.770000', '110857.772000', '110857.775000', '110857.778000', '110857.780000', '110857.783000', '110857.785000', '110857.788000', '110857.791000', '110857.793000', '110857.796000', '110857.798000', '110857.801000', '110857.804000', '110857.806000', '110857.809000', '110857.811000', '110857.814000', '110857.817000', '110857.819000', '110857.822000', '110857.825000', '110857.827000', '110857.830000', '110857.833000', '110857.835000', '110857.838000', '110857.840000', '110857.843000', '110917.731000', '110917.733000', '110917.736000', '110917.739000', '110917.742000', '110917.744000', '110917.747000', '110917.749000', '110917.752000', '110917.755000', '110917.757000', '110917.760000', '110917.762000', '110917.765000', '110917.768000', '110917.770000', '110917.773000', '110917.776000', '110917.778000', '110917.781000', '110917.783000', '110917.786000', '110917.789000', '110917.791000', '110917.794000', '110917.797000', '110917.799000', '110917.802000', '110917.804000', '110917.807000', '110917.810000', '110917.812000', '110917.815000', '110917.818000', '110917.820000', '110917.823000', '110917.825000', '110917.828000', '110917.831000', '110917.833000', '110917.836000', '110917.839000', '110917.841000', '110937.730000', '110937.734000', '110937.737000', '110937.739000', '110937.742000', '110937.745000', '110937.747000', '110937.750000', '110937.753000', '110937.756000', '110937.759000', '110937.763000', '110937.766000', '110937.768000', '110937.771000', '110937.774000', '110937.776000', '110937.779000', '110937.781000', '110937.784000', '110937.787000', '110937.789000', '110937.792000', '110937.794000', '110937.797000', '110937.800000', '110937.802000', '110937.805000', '110937.807000', '110937.810000', '110937.813000', '110937.815000', '110937.818000', '110937.821000', '110937.823000', '110937.826000', '110937.828000', '110937.835000', '110937.837000', '110937.840000', '110937.843000', '110937.845000', '110937.848000', '110957.731000', '110957.733000', '110957.736000', '110957.739000', '110957.741000', '110957.744000', '110957.747000', '110957.749000', '110957.752000', '110957.754000', '110957.757000', '110957.759000', '110957.762000', '110957.765000', '110957.767000', '110957.770000', '110957.772000', '110957.775000', '110957.778000', '110957.780000', '110957.783000', '110957.785000', '110957.788000', '110957.791000', '110957.793000', '110957.796000', '110957.798000', '110957.801000', '110957.804000', '110957.806000', '110957.809000', '110957.812000', '110957.814000', '110957.817000', '110957.819000', '110957.822000', '110957.824000', '110957.827000', '110957.830000', '110957.832000', '110957.835000', '110957.837000', '110957.840000', '110957.843000', '111017.731000', '111017.733000', '111017.736000', '111017.739000', '111017.742000', '111017.744000', '111017.747000', '111017.750000', '111017.752000', '111017.755000', '111017.757000', '111017.760000', '111017.762000', '111017.765000', '111017.768000', '111017.770000', '111017.773000', '111017.776000', '111017.778000', '111017.781000', '111017.783000', '111017.786000', '111017.789000', '111017.791000', '111017.794000', '111017.796000', '111017.799000', '111017.802000', '111017.804000', '111017.807000', '111017.810000', '111017.812000', '111017.815000', '111017.817000', '111017.820000', '111017.823000', '111017.825000', '111017.828000', '111017.831000', '111017.833000', '111017.836000', '111017.838000', '111017.841000', '111017.844000', '111037.730000', '111037.733000', '111037.736000', '111037.738000', '111037.741000', '111037.744000', '111037.746000', '111037.749000', '111037.751000', '111037.754000', '111037.757000', '111037.759000', '111037.762000', '111037.764000', '111037.767000', '111037.770000', '111037.772000', '111037.775000', '111037.778000', '111037.780000', '111037.783000', '111037.785000', '111037.788000', '111037.790000', '111037.793000', '111037.796000', '111037.798000', '111037.801000', '111037.803000', '111037.806000', '111037.808000', '111037.811000', '111037.814000', '111037.816000', '111037.819000', '111037.822000', '111037.824000', '111037.827000', '111037.829000', '111037.832000', '111037.835000', '111037.837000', '111037.840000', '111057.732000', '111057.735000', '111057.737000', '111057.740000', '111057.742000', '111057.745000', '111057.748000', '111057.750000', '111057.753000', '111057.756000', '111057.758000', '111057.761000', '111057.763000', '111057.766000', '111057.769000', '111057.771000', '111057.774000', '111057.777000', '111057.780000', '111057.782000', '111057.785000', '111057.787000', '111057.790000', '111057.793000', '111057.795000', '111057.798000', '111057.800000', '111057.803000', '111057.806000', '111057.808000', '111057.811000', '111057.814000', '111057.816000', '111057.819000', '111057.821000', '111057.824000', '111057.827000', '111057.829000', '111057.832000', '111057.834000', '111057.837000', '111057.840000', '111057.842000', '111057.845000', '111117.731000', '111117.734000', '111117.736000', '111117.739000', '111117.742000', '111117.744000', '111117.747000', '111117.750000', '111117.752000', '111117.755000', '111117.757000', '111117.760000', '111117.763000', '111117.765000', '111117.768000', '111117.771000', '111117.773000', '111117.776000', '111117.778000', '111117.781000', '111117.783000', '111117.786000', '111117.789000', '111117.791000', '111117.794000', '111117.797000', '111117.799000', '111117.802000', '111117.804000', '111117.807000', '111117.810000', '111117.812000', '111117.815000', '111117.818000', '111117.820000', '111117.823000', '111117.825000', '111117.828000', '111117.831000', '111117.833000', '111117.836000', '111117.839000', '111117.841000', '111137.221000', '111137.223000', '111137.226000', '111137.229000', '111137.231000', '111137.234000', '111137.237000', '111137.240000', '111137.243000', '111137.246000', '111137.249000', '111137.251000', '111137.254000', '111137.257000', '111137.260000', '111137.263000', '111137.266000', '111137.269000', '111137.272000', '111137.275000', '111137.278000', '111137.280000', '111137.283000', '111137.285000', '111137.288000', '111137.290000', '111137.309000', '111137.311000', '111137.314000', '111137.317000', '111137.319000', '111137.322000', '111137.325000', '111137.327000', '111137.330000', '111137.332000', '111137.335000', '111137.338000', '111137.340000', '111137.343000', '111137.345000', '111137.348000', '111137.351000'], 'InstanceCreationTime': ['110157.769000', '110157.772000', '110157.776000', '110157.778000', '110157.781000', '110157.783000', '110157.786000', '110157.789000', '110157.791000', '110157.794000', '110157.796000', '110157.799000', '110157.801000', '110157.804000', '110157.807000', '110157.809000', '110157.812000', '110157.814000', '110157.817000', '110157.820000', '110157.822000', '110157.825000', '110157.832000', '110157.834000', '110157.837000', '110157.839000', '110157.842000', '110157.845000', '110157.847000', '110157.850000', '110157.852000', '110157.855000', '110157.857000', '110157.860000', '110157.863000', '110157.865000', '110157.868000', '110157.870000', '110157.873000', '110157.875000', '110157.878000', '110157.881000', '110157.883000', '110157.886000', '110157.888000', '110157.891000', '110157.893000', '110157.896000', '110157.903000', '110157.906000', '110157.908000', '110157.911000', '110157.914000', '110157.916000', '110157.919000', '110157.921000', '110157.924000', '110157.927000', '110157.929000', '110157.932000', '110157.934000', '110157.937000', '110217.730000', '110217.733000', '110217.736000', '110217.738000', '110217.741000', '110217.744000', '110217.746000', '110217.749000', '110217.752000', '110217.754000', '110217.757000', '110217.759000', '110217.762000', '110217.764000', '110217.767000', '110217.770000', '110217.772000', '110217.775000', '110217.777000', '110217.780000', '110217.782000', '110217.785000', '110217.788000', '110217.790000', '110217.793000', '110217.795000', '110217.798000', '110217.801000', '110217.803000', '110217.806000', '110217.808000', '110217.811000', '110217.813000', '110217.816000', '110217.819000', '110217.821000', '110217.824000', '110217.826000', '110217.829000', '110217.832000', '110217.834000', '110217.837000', '110217.839000', '110237.730000', '110237.733000', '110237.736000', '110237.738000', '110237.741000', '110237.744000', '110237.746000', '110237.749000', '110237.751000', '110237.754000', '110237.757000', '110237.759000', '110237.762000', '110237.764000', '110237.767000', '110237.769000', '110237.772000', '110237.775000', '110237.777000', '110237.780000', '110237.782000', '110237.785000', '110237.787000', '110237.790000', '110237.793000', '110237.795000', '110237.798000', '110237.800000', '110237.803000', '110237.805000', '110237.808000', '110237.811000', '110237.813000', '110237.816000', '110237.819000', '110237.821000', '110237.824000', '110237.827000', '110237.829000', '110237.832000', '110237.834000', '110237.837000', '110237.840000', '110237.842000', '110257.730000', '110257.733000', '110257.736000', '110257.738000', '110257.741000', '110257.744000', '110257.746000', '110257.749000', '110257.752000', '110257.754000', '110257.757000', '110257.759000', '110257.762000', '110257.765000', '110257.767000', '110257.770000', '110257.772000', '110257.775000', '110257.778000', '110257.780000', '110257.783000', '110257.785000', '110257.788000', '110257.791000', '110257.793000', '110257.796000', '110257.798000', '110257.801000', '110257.804000', '110257.806000', '110257.809000', '110257.811000', '110257.814000', '110257.817000', '110257.819000', '110257.822000', '110257.825000', '110257.827000', '110257.830000', '110257.832000', '110257.835000', '110257.837000', '110257.840000', '110317.730000', '110317.733000', '110317.736000', '110317.738000', '110317.741000', '110317.755000', '110317.758000', '110317.761000', '110317.763000', '110317.766000', '110317.768000', '110317.771000', '110317.774000', '110317.776000', '110317.779000', '110317.782000', '110317.784000', '110317.787000', '110317.790000', '110317.792000', '110317.795000', '110317.798000', '110317.800000', '110317.803000', '110317.805000', '110317.808000', '110317.811000', '110317.813000', '110317.816000', '110317.819000', '110317.821000', '110317.824000', '110317.826000', '110317.829000', '110317.831000', '110317.834000', '110317.837000', '110317.839000', '110317.842000', '110317.844000', '110317.847000', '110317.849000', '110317.852000', '110317.855000', '110337.730000', '110337.733000', '110337.736000', '110337.739000', '110337.741000', '110337.744000', '110337.746000', '110337.749000', '110337.752000', '110337.754000', '110337.757000', '110337.759000', '110337.762000', '110337.764000', '110337.767000', '110337.770000', '110337.772000', '110337.775000', '110337.777000', '110337.780000', '110337.783000', '110337.785000', '110337.788000', '110337.790000', '110337.793000', '110337.796000', '110337.798000', '110337.801000', '110337.803000', '110337.806000', '110337.808000', '110337.811000', '110337.814000', '110337.816000', '110337.819000', '110337.821000', '110337.824000', '110337.827000', '110337.829000', '110337.832000', '110337.834000', '110337.837000', '110337.840000', '110357.731000', '110357.734000', '110357.737000', '110357.739000', '110357.742000', '110357.745000', '110357.747000', '110357.750000', '110357.753000', '110357.755000', '110357.758000', '110357.760000', '110357.763000', '110357.765000', '110357.768000', '110357.771000', '110357.773000', '110357.776000', '110357.778000', '110357.781000', '110357.784000', '110357.786000', '110357.789000', '110357.791000', '110357.794000', '110357.797000', '110357.799000', '110357.802000', '110357.804000', '110357.807000', '110357.809000', '110357.812000', '110357.815000', '110357.817000', '110357.820000', '110357.822000', '110357.825000', '110357.828000', '110357.830000', '110357.833000', '110357.835000', '110357.838000', '110357.841000', '110357.843000', '110417.730000', '110417.733000', '110417.736000', '110417.738000', '110417.741000', '110417.744000', '110417.746000', '110417.749000', '110417.752000', '110417.754000', '110417.757000', '110417.759000', '110417.762000', '110417.764000', '110417.767000', '110417.770000', '110417.772000', '110417.775000', '110417.778000', '110417.780000', '110417.783000', '110417.785000', '110417.788000', '110417.791000', '110417.793000', '110417.796000', '110417.798000', '110417.801000', '110417.803000', '110417.806000', '110417.809000', '110417.811000', '110417.814000', '110417.817000', '110417.819000', '110417.822000', '110417.824000', '110417.827000', '110417.830000', '110417.832000', '110417.835000', '110417.837000', '110417.840000', '110437.730000', '110437.733000', '110437.736000', '110437.739000', '110437.742000', '110437.745000', '110437.748000', '110437.751000', '110437.753000', '110437.756000', '110437.758000', '110437.762000', '110437.765000', '110437.767000', '110437.770000', '110437.773000', '110437.775000', '110437.778000', '110437.780000', '110437.783000', '110437.786000', '110437.788000', '110437.791000', '110437.794000', '110437.796000', '110437.799000', '110437.801000', '110437.804000', '110437.807000', '110437.809000', '110437.812000', '110437.814000', '110437.817000', '110437.820000', '110437.822000', '110437.825000', '110437.828000', '110437.830000', '110437.833000', '110437.835000', '110437.838000', '110437.841000', '110437.843000', '110457.731000', '110457.747000', '110457.750000', '110457.753000', '110457.755000', '110457.758000', '110457.761000', '110457.763000', '110457.766000', '110457.768000', '110457.771000', '110457.773000', '110457.776000', '110457.779000', '110457.781000', '110457.784000', '110457.787000', '110457.789000', '110457.792000', '110457.794000', '110457.797000', '110457.800000', '110457.802000', '110457.805000', '110457.807000', '110457.810000', '110457.813000', '110457.815000', '110457.818000', '110457.820000', '110457.823000', '110457.826000', '110457.828000', '110457.831000', '110457.833000', '110457.836000', '110457.838000', '110457.841000', '110457.847000', '110457.850000', '110457.853000', '110457.855000', '110457.858000', '110457.861000', '110517.731000', '110517.733000', '110517.736000', '110517.739000', '110517.741000', '110517.744000', '110517.746000', '110517.749000', '110517.752000', '110517.754000', '110517.757000', '110517.759000', '110517.762000', '110517.765000', '110517.767000', '110517.770000', '110517.773000', '110517.775000', '110517.778000', '110517.780000', '110517.783000', '110517.786000', '110517.788000', '110517.791000', '110517.793000', '110517.796000', '110517.799000', '110517.801000', '110517.804000', '110517.806000', '110517.809000', '110517.812000', '110517.814000', '110517.817000', '110517.820000', '110517.822000', '110517.825000', '110517.827000', '110517.830000', '110517.833000', '110517.835000', '110517.838000', '110517.840000', '110537.731000', '110537.733000', '110537.736000', '110537.739000', '110537.741000', '110537.744000', '110537.746000', '110537.749000', '110537.752000', '110537.754000', '110537.757000', '110537.759000', '110537.762000', '110537.765000', '110537.767000', '110537.770000', '110537.772000', '110537.775000', '110537.778000', '110537.790000', '110537.793000', '110537.795000', '110537.798000', '110537.800000', '110537.803000', '110537.806000', '110537.808000', '110537.811000', '110537.813000', '110537.816000', '110537.819000', '110537.821000', '110537.824000', '110537.827000', '110537.829000', '110537.832000', '110537.834000', '110537.837000', '110537.840000', '110537.842000', '110537.845000', '110537.847000', '110537.850000', '110537.853000', '110557.730000', '110557.733000', '110557.736000', '110557.739000', '110557.741000', '110557.744000', '110557.747000', '110557.750000', '110557.752000', '110557.757000', '110557.759000', '110557.762000', '110557.765000', '110557.767000', '110557.770000', '110557.773000', '110557.775000', '110557.778000', '110557.780000', '110557.783000', '110557.785000', '110557.788000', '110557.791000', '110557.793000', '110557.796000', '110557.799000', '110557.802000', '110557.805000', '110557.808000', '110557.810000', '110557.813000', '110557.816000', '110557.818000', '110557.821000', '110557.824000', '110557.826000', '110557.829000', '110557.832000', '110557.834000', '110557.837000', '110557.839000', '110557.842000', '110557.845000', '110617.732000', '110617.734000', '110617.737000', '110617.739000', '110617.742000', '110617.745000', '110617.747000', '110617.750000', '110617.753000', '110617.755000', '110617.758000', '110617.761000', '110617.763000', '110617.766000', '110617.769000', '110617.771000', '110617.774000', '110617.777000', '110617.779000', '110617.782000', '110617.785000', '110617.787000', '110617.790000', '110617.792000', '110617.795000', '110617.798000', '110617.809000', '110617.811000', '110617.814000', '110617.817000', '110617.820000', '110617.822000', '110617.825000', '110617.827000', '110617.830000', '110617.833000', '110617.835000', '110617.838000', '110617.841000', '110617.843000', '110617.846000', '110617.848000', '110617.851000', '110617.854000', '110637.730000', '110637.733000', '110637.736000', '110637.739000', '110637.741000', '110637.744000', '110637.746000', '110637.749000', '110637.752000', '110637.754000', '110637.757000', '110637.759000', '110637.762000', '110637.765000', '110637.768000', '110637.770000', '110637.773000', '110637.777000', '110637.779000', '110637.782000', '110637.785000', '110637.787000', '110637.790000', '110637.792000', '110637.795000', '110637.798000', '110637.800000', '110637.803000', '110637.806000', '110637.808000', '110637.811000', '110637.813000', '110637.816000', '110637.819000', '110637.821000', '110637.824000', '110637.827000', '110637.829000', '110637.832000', '110637.834000', '110637.837000', '110637.840000', '110637.842000', '110657.731000', '110657.733000', '110657.736000', '110657.739000', '110657.742000', '110657.745000', '110657.747000', '110657.750000', '110657.753000', '110657.755000', '110657.758000', '110657.761000', '110657.763000', '110657.766000', '110657.771000', '110657.774000', '110657.776000', '110657.779000', '110657.781000', '110657.784000', '110657.787000', '110657.789000', '110657.792000', '110657.795000', '110657.797000', '110657.800000', '110657.802000', '110657.805000', '110657.808000', '110657.810000', '110657.813000', '110657.816000', '110657.818000', '110657.821000', '110657.823000', '110657.826000', '110657.828000', '110657.831000', '110657.834000', '110657.836000', '110657.839000', '110657.841000', '110657.844000', '110657.847000', '110717.731000', '110717.734000', '110717.736000', '110717.739000', '110717.742000', '110717.744000', '110717.747000', '110717.750000', '110717.752000', '110717.755000', '110717.758000', '110717.760000', '110717.763000', '110717.765000', '110717.768000', '110717.771000', '110717.773000', '110717.776000', '110717.779000', '110717.781000', '110717.784000', '110717.787000', '110717.789000', '110717.792000', '110717.795000', '110717.797000', '110717.800000', '110717.803000', '110717.805000', '110717.808000', '110717.810000', '110717.813000', '110717.816000', '110717.818000', '110717.821000', '110717.824000', '110717.826000', '110717.829000', '110717.832000', '110717.834000', '110717.837000', '110717.840000', '110717.843000', '110737.730000', '110737.733000', '110737.736000', '110737.739000', '110737.741000', '110737.744000', '110737.747000', '110737.749000', '110737.752000', '110737.755000', '110737.757000', '110737.760000', '110737.762000', '110737.765000', '110737.768000', '110737.770000', '110737.773000', '110737.776000', '110737.778000', '110737.781000', '110737.783000', '110737.786000', '110737.790000', '110737.793000', '110737.795000', '110737.798000', '110737.800000', '110737.803000', '110737.805000', '110737.808000', '110737.812000', '110737.814000', '110737.817000', '110737.820000', '110737.822000', '110737.825000', '110737.827000', '110737.840000', '110737.843000', '110737.846000', '110737.848000', '110737.851000', '110737.853000', '110737.856000', '110757.730000', '110757.733000', '110757.736000', '110757.738000', '110757.741000', '110757.744000', '110757.746000', '110757.749000', '110757.752000', '110757.754000', '110757.757000', '110757.759000', '110757.762000', '110757.765000', '110757.767000', '110757.770000', '110757.773000', '110757.775000', '110757.778000', '110757.780000', '110757.783000', '110757.786000', '110757.788000', '110757.791000', '110757.794000', '110757.796000', '110757.799000', '110757.801000', '110757.804000', '110757.806000', '110757.809000', '110757.812000', '110757.814000', '110757.817000', '110757.820000', '110757.822000', '110757.825000', '110757.827000', '110757.830000', '110757.833000', '110757.836000', '110757.838000', '110757.841000', '110817.731000', '110817.733000', '110817.736000', '110817.738000', '110817.741000', '110817.744000', '110817.747000', '110817.750000', '110817.752000', '110817.755000', '110817.758000', '110817.760000', '110817.763000', '110817.765000', '110817.768000', '110817.771000', '110817.773000', '110817.776000', '110817.778000', '110817.781000', '110817.783000', '110817.786000', '110817.789000', '110817.791000', '110817.794000', '110817.797000', '110817.799000', '110817.802000', '110817.804000', '110817.807000', '110817.809000', '110817.812000', '110817.815000', '110817.817000', '110817.820000', '110817.822000', '110817.825000', '110817.828000', '110817.830000', '110817.833000', '110817.836000', '110817.838000', '110817.841000', '110817.843000', '110837.731000', '110837.734000', '110837.737000', '110837.740000', '110837.742000', '110837.745000', '110837.747000', '110837.750000', '110837.753000', '110837.755000', '110837.758000', '110837.761000', '110837.763000', '110837.766000', '110837.768000', '110837.771000', '110837.773000', '110837.776000', '110837.779000', '110837.788000', '110837.790000', '110837.793000', '110837.795000', '110837.798000', '110837.801000', '110837.803000', '110837.806000', '110837.809000', '110837.811000', '110837.820000', '110837.822000', '110837.825000', '110837.828000', '110837.830000', '110837.833000', '110837.836000', '110837.838000', '110837.841000', '110837.843000', '110837.846000', '110837.849000', '110837.851000', '110837.854000', '110857.730000', '110857.733000', '110857.736000', '110857.738000', '110857.741000', '110857.744000', '110857.746000', '110857.749000', '110857.752000', '110857.754000', '110857.757000', '110857.759000', '110857.762000', '110857.765000', '110857.767000', '110857.770000', '110857.772000', '110857.775000', '110857.778000', '110857.780000', '110857.783000', '110857.785000', '110857.788000', '110857.791000', '110857.793000', '110857.796000', '110857.798000', '110857.801000', '110857.804000', '110857.806000', '110857.809000', '110857.811000', '110857.814000', '110857.817000', '110857.819000', '110857.822000', '110857.825000', '110857.827000', '110857.830000', '110857.833000', '110857.835000', '110857.838000', '110857.840000', '110857.843000', '110917.731000', '110917.733000', '110917.736000', '110917.739000', '110917.742000', '110917.744000', '110917.747000', '110917.749000', '110917.752000', '110917.755000', '110917.757000', '110917.760000', '110917.762000', '110917.765000', '110917.768000', '110917.770000', '110917.773000', '110917.776000', '110917.778000', '110917.781000', '110917.783000', '110917.786000', '110917.789000', '110917.791000', '110917.794000', '110917.797000', '110917.799000', '110917.802000', '110917.804000', '110917.807000', '110917.810000', '110917.812000', '110917.815000', '110917.818000', '110917.820000', '110917.823000', '110917.825000', '110917.828000', '110917.831000', '110917.833000', '110917.836000', '110917.839000', '110917.841000', '110937.730000', '110937.734000', '110937.737000', '110937.739000', '110937.742000', '110937.745000', '110937.747000', '110937.750000', '110937.753000', '110937.756000', '110937.759000', '110937.763000', '110937.766000', '110937.768000', '110937.771000', '110937.774000', '110937.776000', '110937.779000', '110937.781000', '110937.784000', '110937.787000', '110937.789000', '110937.792000', '110937.794000', '110937.797000', '110937.800000', '110937.802000', '110937.805000', '110937.807000', '110937.810000', '110937.813000', '110937.815000', '110937.818000', '110937.821000', '110937.823000', '110937.826000', '110937.828000', '110937.835000', '110937.837000', '110937.840000', '110937.843000', '110937.845000', '110937.848000', '110957.731000', '110957.733000', '110957.736000', '110957.739000', '110957.741000', '110957.744000', '110957.747000', '110957.749000', '110957.752000', '110957.754000', '110957.757000', '110957.759000', '110957.762000', '110957.765000', '110957.767000', '110957.770000', '110957.772000', '110957.775000', '110957.778000', '110957.780000', '110957.783000', '110957.785000', '110957.788000', '110957.791000', '110957.793000', '110957.796000', '110957.798000', '110957.801000', '110957.804000', '110957.806000', '110957.809000', '110957.812000', '110957.814000', '110957.817000', '110957.819000', '110957.822000', '110957.824000', '110957.827000', '110957.830000', '110957.832000', '110957.835000', '110957.837000', '110957.840000', '110957.843000', '111017.731000', '111017.733000', '111017.736000', '111017.739000', '111017.742000', '111017.744000', '111017.747000', '111017.750000', '111017.752000', '111017.755000', '111017.757000', '111017.760000', '111017.762000', '111017.765000', '111017.768000', '111017.770000', '111017.773000', '111017.776000', '111017.778000', '111017.781000', '111017.783000', '111017.786000', '111017.789000', '111017.791000', '111017.794000', '111017.796000', '111017.799000', '111017.802000', '111017.804000', '111017.807000', '111017.810000', '111017.812000', '111017.815000', '111017.817000', '111017.820000', '111017.823000', '111017.825000', '111017.828000', '111017.831000', '111017.833000', '111017.836000', '111017.838000', '111017.841000', '111017.844000', '111037.730000', '111037.733000', '111037.736000', '111037.738000', '111037.741000', '111037.744000', '111037.746000', '111037.749000', '111037.751000', '111037.754000', '111037.757000', '111037.759000', '111037.762000', '111037.764000', '111037.767000', '111037.770000', '111037.772000', '111037.775000', '111037.778000', '111037.780000', '111037.783000', '111037.785000', '111037.788000', '111037.790000', '111037.793000', '111037.796000', '111037.798000', '111037.801000', '111037.803000', '111037.806000', '111037.808000', '111037.811000', '111037.814000', '111037.816000', '111037.819000', '111037.822000', '111037.824000', '111037.827000', '111037.829000', '111037.832000', '111037.835000', '111037.837000', '111037.840000', '111057.732000', '111057.735000', '111057.737000', '111057.740000', '111057.742000', '111057.745000', '111057.748000', '111057.750000', '111057.753000', '111057.756000', '111057.758000', '111057.761000', '111057.763000', '111057.766000', '111057.769000', '111057.771000', '111057.774000', '111057.777000', '111057.780000', '111057.782000', '111057.785000', '111057.787000', '111057.790000', '111057.793000', '111057.795000', '111057.798000', '111057.800000', '111057.803000', '111057.806000', '111057.808000', '111057.811000', '111057.814000', '111057.816000', '111057.819000', '111057.821000', '111057.824000', '111057.827000', '111057.829000', '111057.832000', '111057.834000', '111057.837000', '111057.840000', '111057.842000', '111057.845000', '111117.731000', '111117.734000', '111117.736000', '111117.739000', '111117.742000', '111117.744000', '111117.747000', '111117.750000', '111117.752000', '111117.755000', '111117.757000', '111117.760000', '111117.763000', '111117.765000', '111117.768000', '111117.771000', '111117.773000', '111117.776000', '111117.778000', '111117.781000', '111117.783000', '111117.786000', '111117.789000', '111117.791000', '111117.794000', '111117.797000', '111117.799000', '111117.802000', '111117.804000', '111117.807000', '111117.810000', '111117.812000', '111117.815000', '111117.818000', '111117.820000', '111117.823000', '111117.825000', '111117.828000', '111117.831000', '111117.833000', '111117.836000', '111117.839000', '111117.841000', '111137.221000', '111137.223000', '111137.226000', '111137.229000', '111137.231000', '111137.234000', '111137.237000', '111137.240000', '111137.243000', '111137.246000', '111137.249000', '111137.251000', '111137.254000', '111137.257000', '111137.260000', '111137.263000', '111137.266000', '111137.269000', '111137.272000', '111137.275000', '111137.278000', '111137.280000', '111137.283000', '111137.285000', '111137.288000', '111137.290000', '111137.309000', '111137.311000', '111137.314000', '111137.317000', '111137.319000', '111137.322000', '111137.325000', '111137.327000', '111137.330000', '111137.332000', '111137.335000', '111137.338000', '111137.340000', '111137.343000', '111137.345000', '111137.348000', '111137.351000'], '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': [16715, 10437, 13315, 9274, 7667, 10287, 10020, 7762, 12288, 9428, 14165, 8755, 14517, 12067, 7621, 12674, 8584, 10371, 9538, 7429, 14185, 10555, 8139, 11876, 9804, 7916, 13782, 11727, 8983, 11497, 8286, 7868, 12863, 11538, 8662, 14352, 9944, 7334, 7673, 7574, 7619, 7691, 9222, 7532, 9234, 10027, 7906, 12277, 10945, 8804, 13088, 10256, 8370, 12954, 9924, 7952, 12542, 10089, 7371, 13261, 8526, 7539, 11359, 7972, 7340, 10492, 7678, 7530, 10603, 7742, 11219, 10375, 8553, 11640, 8265, 7464, 10694, 7411, 9883, 10890, 7636, 10244, 8661, 7477, 9134, 9831, 8269, 13707, 11152, 7356, 10109, 10719, 9024, 12277, 7849, 9093, 9270, 7671, 7290, 10998, 9318, 9583, 12948, 8812, 7682, 12976, 9497, 8199, 14615, 11581, 9906, 15376, 10836, 9006, 14330, 9307, 7373, 11100, 9854, 8037, 7922, 12690, 9357, 7461, 7375, 10507, 7517, 7605, 7636, 9770, 7886, 7499, 8672, 9577, 8333, 9916, 13653, 10465, 7857, 8201, 10118, 8016, 10340, 11346, 10578, 7860, 11275, 8225, 7469, 11585, 11229, 9337, 13870, 9642, 7555, 8341, 8533, 8826, 7489, 8084, 9094, 9677, 7719, 16047, 14080, 10713, 11659, 10146, 8442, 7549, 10981, 8867, 7664, 12709, 10618, 8975, 12427, 8216, 10540, 10673, 8111, 12822, 9343, 7463, 11364, 9067, 7408, 12271, 7763, 7496, 10497, 9147, 7306, 10390, 8306, 7476, 10335, 8291, 9544, 11525, 9524, 13507, 12063, 9751, 13648, 7946, 13444, 7723, 12780, 11409, 8981, 11895, 7893, 7376, 10060, 7702, 7999, 10540, 7486, 12239, 11094, 9542, 13125, 7909, 12965, 11773, 9273, 14661, 12306, 9027, 12184, 7313, 11775, 10596, 7415, 12477, 8964, 7294, 10948, 7538, 10874, 10662, 8922, 12683, 8384, 11712, 10548, 7899, 12106, 8363, 7319, 10751, 7455, 7373, 11087, 8013, 7405, 10599, 8155, 7258, 10849, 8578, 7864, 12923, 8830, 7599, 11630, 9445, 10287, 12698, 7688, 11537, 10314, 7481, 7684, 10598, 7500, 11960, 9826, 9482, 10384, 7768, 10800, 8293, 12267, 8067, 13883, 9999, 7432, 11312, 8715, 7835, 10915, 7665, 9455, 9252, 7849, 11573, 8969, 9058, 10349, 8053, 11935, 7464, 13828, 8923, 9946, 10514, 7773, 11718, 9154, 7774, 10201, 8696, 7774, 9069, 8322, 8050, 11054, 8299, 7744, 11000, 8344, 8165, 9649, 7596, 12041, 10972, 11877, 15379, 13723, 7516, 11728, 9038, 7446, 11501, 8474, 7467, 8407, 9466, 7823, 10231, 13257, 9244, 9373, 11527, 7324, 7363, 10658, 7358, 12004, 9933, 8447, 13470, 8820, 11215, 10198, 8693, 10764, 7429, 10471, 7975, 7630, 9483, 7512, 10094, 9272, 7731, 9857, 7457, 11044, 7727, 8905, 9206, 7541, 11760, 7620, 10519, 9425, 7955, 10582, 7605, 9540, 8999, 7471, 9495, 7980, 7651, 8801, 7801, 10108, 7974, 11923, 7449, 13905, 8361, 14754, 10847, 10299, 12313, 8498, 14690, 8099, 7280, 8903, 9671, 7635, 13278, 9394, 7569, 9123, 7342, 10677, 7343, 11528, 7401, 11902, 8763, 9621, 10637, 7722, 8176, 8711, 7537, 9385, 9098, 7647, 12073, 7580, 13661, 9089, 14538, 9990, 13595, 10035, 9713, 9954, 7529, 12951, 9716, 7710, 10507, 8205, 7435, 10113, 7454, 7564, 9425, 7784, 11034, 8482, 8123, 10285, 7372, 8326, 9557, 7572, 10272, 9926, 7496, 10738, 8894, 7826, 10761, 7403, 10383, 9129, 7408, 10119, 10013, 8530, 13246, 10207, 7863, 11902, 13907, 10017, 13597, 7579, 7266, 10000, 7669, 10934, 7429, 10998, 8930, 8426, 9457, 7525, 9308, 8651, 7639, 9634, 7659, 10394, 7329, 12404, 7573, 13753, 7815, 15930, 9732, 9308, 10166, 7344, 8741, 8892, 7480, 9609, 9278, 7544, 10101, 7457, 11767, 7243, 12383, 8225, 11424, 9007, 9487, 9587, 8165, 11091, 7330, 11383, 9226, 7657, 10018, 7340, 8107, 9252, 7646, 8990, 8712, 7522, 11691, 8085, 10196, 9256, 7619, 10670, 7569, 14125, 12262, 7752, 9901, 7839, 9176, 9587, 7330, 11305, 9658, 7516, 10790, 7483, 11374, 8630, 8716, 9395, 7986, 11092, 7459, 14423, 9508, 7398, 10338, 8379, 7896, 9922, 7671, 7662, 9578, 7391, 10676, 9712, 7407, 10706, 7586, 7511, 9701, 7509, 11792, 7839, 11601, 9186, 8902, 10528, 8000, 13420, 7786, 9665, 9056, 7568, 10271, 9178, 7494, 8963, 7718, 7628, 9547, 7336, 8814, 8359, 7580, 9847, 7447, 9762, 8510, 7712, 12477, 8558, 7465, 10290, 9323, 11531, 10772, 8330, 10679, 7186, 9485, 9535, 7409, 11378, 7629, 12965, 9911, 11368, 9837, 7801, 9238, 7917, 7795, 8175, 9714, 7927, 9479, 7505, 12868, 10530, 9263, 9803, 7921, 12988, 7445, 14454, 9227, 12160, 10895, 10750, 15528, 13865, 7545, 8504, 7934, 7620, 9517, 8899, 7670, 12765, 9072, 7568, 10295, 7847, 11980, 8059, 12417, 7558, 13867, 8042, 9200, 10741, 7873, 7806, 9404, 7655, 7322, 9937, 7350, 10451, 7625, 11736, 7845, 10607, 10431, 7798, 12548, 8750, 8303, 10739, 7725, 14709, 11618, 11115, 11493, 7418, 10672, 9853, 7705, 14986, 10414, 8886, 13855, 8760, 7748, 10025, 7478, 9739, 9008, 7366, 10581, 7496, 10838, 9264, 7854, 10231, 7417, 14074, 11402, 8365, 11155, 8028, 7294, 10114, 8568, 7413, 10415, 9285, 8028, 11231, 10455, 7544, 9437, 9788, 7663, 11342, 7576, 13058, 10235, 7987, 10359, 7359, 8866, 8088, 7793, 7324, 10259, 7465, 9426, 9806, 9140, 10124, 8868, 10919, 9864, 10418, 8249, 10451, 8017, 10617, 7573, 12540, 9231, 7465, 9558, 7658, 7598, 9072, 7481, 10804, 7401, 11201, 7469, 10895, 8324, 8896, 10007, 7421, 13210, 9847, 7508, 11379, 7680, 12455, 7825, 7711, 11590, 7900, 13273, 9621, 14230, 12025, 7446, 10677, 7797, 7757, 10663, 7676, 12418, 8737, 12268, 10151, 8209, 11059, 7544, 12686, 7456, 14566, 10949, 7508, 9659, 7421, 8600, 8262, 7374, 10585, 7455, 11317, 7397, 10244, 8456, 7533, 12226, 7638, 8473, 9894, 7691, 14316, 10031, 10337, 12223, 9442, 14371, 9074, 7347, 11480, 7609, 10764, 8069, 7275, 10281, 7421, 11801, 10286, 7641, 11664, 9053, 7261, 12164, 10026, 7356, 10020, 8286, 7675, 8867, 7790, 10669, 9304, 7394, 10250, 8365, 7637, 8014, 7739, 8699, 8419, 7314, 9980, 7804, 9410, 9139, 7615, 10132, 7371, 8933, 7700, 7395, 9638, 8056, 7515, 8265, 9224, 7635, 10631, 7578, 11846, 7732, 11955, 7517, 12150, 7496, 10324, 8409, 7448, 10295, 7448, 9407, 8302, 7847, 9130, 7472, 8026, 9120, 7427, 11182, 7376, 9647, 9410, 7328, 12789, 7581, 13833, 8314, 12213, 9009, 10376, 10114, 8343, 10328, 8526, 14388, 13626, 8996, 10654, 8485, 7363, 10750, 7764, 10348, 8689, 11215, 8574, 12055, 7546, 12408, 7797, 11798, 9714, 9497, 10348, 7914, 10986, 8535, 11379, 7497, 12236, 7699, 11842, 7570, 12433, 8291, 11608, 9016, 8994, 9422, 7483, 10543, 7599, 11617, 7507, 11677, 7568, 9152, 9215, 7578, 11070, 7591, 10220, 7622, 8805, 8431, 7579, 9876, 7669, 11147, 7480, 11383, 7758, 9905, 9209, 8023, 10248, 7697, 12498, 8019, 7870, 9911, 7387, 11258, 7801, 10825, 8566, 7430, 10088, 7656, 10679, 8109, 9300, 9438, 7760, 11702, 7238, 9154, 9316, 7676, 11213, 7441, 10537, 10925, 8627, 12201, 7354, 14999, 9915, 15518, 9097, 13659, 7652, 13192, 7556, 10574, 7441, 8046, 8764, 7607, 10161, 7471, 9512, 8894, 7625, 10708, 8464, 7935, 9031, 7363, 8091, 8959, 7532, 14050, 12221, 7766, 11473, 8626, 7315, 7399, 9382, 7338, 10743, 9866, 7961, 13371, 10181, 7562, 10605, 7543, 7457, 11006, 7697, 10464, 10784, 8879, 15099, 12869, 9707, 12190, 7895, 14628, 12177, 8963, 11459, 7805, 11212, 8631, 7503, 10975, 7698, 9018, 8776, 7594, 10849, 8258, 7507, 8663, 7849, 7881, 9720, 7967, 7633, 8953, 7509, 11407, 9239, 8398, 9058, 7786, 11007, 7451, 9880, 8979, 7281, 9491, 8402, 7578, 7889, 9240, 7495, 11788, 7807, 9439, 9594, 7552, 11273, 7481, 8473, 9744, 7583, 13033, 11246, 8137, 14805, 9941, 7262, 12740, 9858, 7433, 12906, 7662, 14267, 10305, 8629, 10634, 7392, 11177, 10026, 7682, 10532, 8185, 7664, 9830, 7867, 7610, 9635, 7561, 11078, 9327, 9012, 9398, 7877, 11691, 8284, 8123, 9452, 7734, 9755, 8880, 7950, 10266, 8878, 7548, 10224, 7747, 9395, 9226, 7529, 12847, 10068, 7762, 12154, 9412, 7659, 11116, 7843, 7510, 11222, 8276, 7738, 11673, 10078, 8022, 12491, 10785, 7628, 9492, 10965, 8443, 15036, 12044, 8674, 9414, 7503, 9010, 9851, 7876, 12833, 7509, 7594, 9398, 7779, 10534, 8900, 8906, 9910, 8091, 12486, 9099, 12604, 8329, 13345, 7625, 12880, 7773, 12098, 7446, 11662, 7836, 11946, 8042, 9666, 8957, 7664, 10550, 7480, 9614, 8197, 7619, 9560, 7896, 10640, 8218, 8831, 9928, 7864, 12018, 8064, 9199, 8975, 7798, 9454, 7825, 9597, 7988, 10349, 8146, 11224, 7632, 10905, 8648, 7641, 9299, 7538, 8771, 8068, 10742, 8612, 12604, 9295, 13040, 11030, 8841, 9948, 7942, 10538, 8134, 7666, 9105, 8084, 10154, 8185, 10690, 7839, 11111, 8115, 11661, 8306, 12115, 8249, 11747, 8266, 8534, 8856, 7703, 9979, 7965, 9846, 8276, 8059, 10144, 7823, 7573, 10536, 7718, 7622, 8940, 7676, 10923, 9231, 7528, 10427, 9076, 7588, 13660, 12533, 8556, 15544, 8424, 7886, 10207, 7540, 12232, 7401, 10036, 9558, 7675, 12109, 8730, 7373, 10040, 7624, 9660, 8802, 8471, 9236, 7675], 'WindowCenter': [4366.0, 4314.0, 4317.0, 4273.0, 4265.0, 4281.0, 4280.0, 4250.0, 4302.0, 4271.0, 4298.0, 4272.0, 4299.0, 4289.0, 4248.0, 4285.0, 4246.0, 4254.0, 4243.0, 4227.0, 4285.0, 4254.0, 4236.0, 4276.0, 4266.0, 4235.0, 4285.0, 4263.0, 4244.0, 4262.0, 4230.0, 4221.0, 4274.0, 4266.0, 4246.0, 4287.0, 4265.0, 4237.0, 4236.0, 4236.0, 4236.0, 4248.0, 4269.0, 4251.0, 4270.0, 4279.0, 4262.0, 4302.0, 4293.0, 4271.0, 4300.0, 4270.0, 4250.0, 4289.0, 4270.0, 4250.0, 4291.0, 4281.0, 4252.0, 4301.0, 4259.0, 4252.0, 4291.0, 4261.0, 4249.0, 4281.0, 4262.0, 4263.0, 4293.0, 4264.0, 4304.0, 4296.0, 4276.0, 4304.0, 4274.0, 4252.0, 4293.0, 4253.0, 4294.0, 4295.0, 4264.0, 4296.0, 4288.0, 4268.0, 4284.0, 4296.0, 4288.0, 4328.0, 4318.0, 4292.0, 4305.0, 4319.0, 4296.0, 4328.0, 4277.0, 4287.0, 4297.0, 4277.0, 4277.0, 4307.0, 4297.0, 4299.0, 4318.0, 4296.0, 4278.0, 4327.0, 4299.0, 4277.0, 4326.0, 4305.0, 4285.0, 4316.0, 4293.0, 4273.0, 4312.0, 4269.0, 4251.0, 4280.0, 4282.0, 4260.0, 4261.0, 4303.0, 4271.0, 4264.0, 4264.0, 4293.0, 4249.0, 4262.0, 4264.0, 4295.0, 4274.0, 4268.0, 4287.0, 4297.0, 4289.0, 4311.0, 4342.0, 4310.0, 4304.0, 4301.0, 4307.0, 4276.0, 4298.0, 4308.0, 4307.0, 4278.0, 4307.0, 4287.0, 4279.0, 4319.0, 4305.0, 4286.0, 4327.0, 4299.0, 4292.0, 4289.0, 4287.0, 4287.0, 4266.0, 4276.0, 4298.0, 4299.0, 4278.0, 4328.0, 4329.0, 4308.0, 4306.0, 4296.0, 4272.0, 4252.0, 4282.0, 4260.0, 4251.0, 4291.0, 4283.0, 4273.0, 4302.0, 4262.0, 4281.0, 4282.0, 4250.0, 4290.0, 4271.0, 4239.0, 4280.0, 4271.0, 4251.0, 4303.0, 4262.0, 4264.0, 4293.0, 4285.0, 4266.0, 4294.0, 4277.0, 4268.0, 4297.0, 4287.0, 4299.0, 4321.0, 4311.0, 4330.0, 4321.0, 4311.0, 4328.0, 4275.0, 4302.0, 4253.0, 4292.0, 4292.0, 4274.0, 4304.0, 4277.0, 4266.0, 4295.0, 4276.0, 4275.0, 4307.0, 4268.0, 4318.0, 4308.0, 4309.0, 4328.0, 4277.0, 4315.0, 4316.0, 4299.0, 4326.0, 4317.0, 4286.0, 4304.0, 4253.0, 4302.0, 4292.0, 4252.0, 4302.0, 4276.0, 4254.0, 4294.0, 4265.0, 4293.0, 4292.0, 4273.0, 4301.0, 4262.0, 4291.0, 4281.0, 4263.0, 4292.0, 4263.0, 4252.0, 4292.0, 4264.0, 4263.0, 4293.0, 4276.0, 4265.0, 4296.0, 4274.0, 4267.0, 4308.0, 4287.0, 4279.0, 4330.0, 4299.0, 4290.0, 4318.0, 4310.0, 4309.0, 4328.0, 4280.0, 4318.0, 4308.0, 4280.0, 4290.0, 4308.0, 4267.0, 4306.0, 4297.0, 4287.0, 4298.0, 4266.0, 4307.0, 4277.0, 4306.0, 4275.0, 4315.0, 4284.0, 4264.0, 4304.0, 4274.0, 4266.0, 4308.0, 4278.0, 4297.0, 4297.0, 4289.0, 4318.0, 4299.0, 4287.0, 4295.0, 4276.0, 4307.0, 4266.0, 4317.0, 4285.0, 4282.0, 4294.0, 4264.0, 4303.0, 4284.0, 4265.0, 4308.0, 4287.0, 4277.0, 4286.0, 4287.0, 4279.0, 4319.0, 4289.0, 4281.0, 4320.0, 4290.0, 4290.0, 4297.0, 4279.0, 4319.0, 4308.0, 4322.0, 4340.0, 4342.0, 4281.0, 4331.0, 4287.0, 4254.0, 4293.0, 4261.0, 4254.0, 4275.0, 4285.0, 4277.0, 4298.0, 4317.0, 4286.0, 4285.0, 4305.0, 4253.0, 4251.0, 4282.0, 4253.0, 4294.0, 4283.0, 4265.0, 4314.0, 4273.0, 4292.0, 4281.0, 4260.0, 4279.0, 4238.0, 4277.0, 4251.0, 4251.0, 4270.0, 4253.0, 4293.0, 4285.0, 4266.0, 4295.0, 4265.0, 4293.0, 4263.0, 4274.0, 4285.0, 4265.0, 4306.0, 4265.0, 4308.0, 4297.0, 4274.0, 4294.0, 4264.0, 4286.0, 4284.0, 4266.0, 4297.0, 4291.0, 4280.0, 4298.0, 4278.0, 4308.0, 4279.0, 4317.0, 4269.0, 4317.0, 4278.0, 4326.0, 4297.0, 4284.0, 4306.0, 4274.0, 4326.0, 4275.0, 4267.0, 4287.0, 4299.0, 4277.0, 4318.0, 4298.0, 4280.0, 4301.0, 4269.0, 4307.0, 4268.0, 4293.0, 4254.0, 4293.0, 4275.0, 4284.0, 4295.0, 4276.0, 4287.0, 4286.0, 4276.0, 4283.0, 4284.0, 4264.0, 4304.0, 4265.0, 4315.0, 4274.0, 4303.0, 4284.0, 4300.0, 4270.0, 4259.0, 4256.0, 4238.0, 4289.0, 4270.0, 4249.0, 4280.0, 4262.0, 4252.0, 4283.0, 4253.0, 4264.0, 4273.0, 4263.0, 4292.0, 4275.0, 4265.0, 4308.0, 4280.0, 4287.0, 4312.0, 4292.0, 4308.0, 4296.0, 4266.0, 4306.0, 4285.0, 4266.0, 4294.0, 4253.0, 4283.0, 4284.0, 4265.0, 4296.0, 4294.0, 4275.0, 4316.0, 4296.0, 4275.0, 4304.0, 4315.0, 4274.0, 4303.0, 4252.0, 4253.0, 4284.0, 4252.0, 4280.0, 4252.0, 4279.0, 4273.0, 4263.0, 4281.0, 4264.0, 4272.0, 4274.0, 4262.0, 4285.0, 4264.0, 4283.0, 4251.0, 4292.0, 4252.0, 4301.0, 4252.0, 4310.0, 4272.0, 4271.0, 4281.0, 4239.0, 4260.0, 4273.0, 4264.0, 4283.0, 4284.0, 4265.0, 4295.0, 4267.0, 4306.0, 4267.0, 4303.0, 4275.0, 4292.0, 4271.0, 4270.0, 4273.0, 4261.0, 4292.0, 4253.0, 4293.0, 4271.0, 4252.0, 4282.0, 4251.0, 4264.0, 4284.0, 4276.0, 4286.0, 4275.0, 4264.0, 4306.0, 4275.0, 4295.0, 4286.0, 4263.0, 4295.0, 4267.0, 4318.0, 4306.0, 4264.0, 4281.0, 4251.0, 4283.0, 4283.0, 4265.0, 4295.0, 4285.0, 4267.0, 4307.0, 4266.0, 4305.0, 4273.0, 4272.0, 4284.0, 4264.0, 4295.0, 4254.0, 4312.0, 4285.0, 4255.0, 4283.0, 4261.0, 4262.0, 4283.0, 4263.0, 4264.0, 4284.0, 4266.0, 4294.0, 4286.0, 4266.0, 4295.0, 4265.0, 4255.0, 4285.0, 4266.0, 4304.0, 4267.0, 4294.0, 4286.0, 4275.0, 4293.0, 4265.0, 4304.0, 4252.0, 4285.0, 4273.0, 4266.0, 4284.0, 4287.0, 4257.0, 4274.0, 4278.0, 4267.0, 4287.0, 4267.0, 4290.0, 4277.0, 4267.0, 4286.0, 4256.0, 4274.0, 4277.0, 4269.0, 4297.0, 4253.0, 4233.0, 4272.0, 4264.0, 4283.0, 4285.0, 4264.0, 4283.0, 4244.0, 4274.0, 4275.0, 4255.0, 4294.0, 4254.0, 4306.0, 4286.0, 4295.0, 4274.0, 4255.0, 4274.0, 4265.0, 4268.0, 4277.0, 4299.0, 4279.0, 4297.0, 4270.0, 4316.0, 4298.0, 4286.0, 4288.0, 4280.0, 4317.0, 4266.0, 4316.0, 4300.0, 4305.0, 4296.0, 4296.0, 4316.0, 4316.0, 4264.0, 4274.0, 4278.0, 4266.0, 4273.0, 4287.0, 4266.0, 4305.0, 4275.0, 4264.0, 4295.0, 4262.0, 4293.0, 4251.0, 4279.0, 4239.0, 4300.0, 4263.0, 4259.0, 4278.0, 4262.0, 4249.0, 4272.0, 4266.0, 4266.0, 4309.0, 4266.0, 4296.0, 4277.0, 4308.0, 4277.0, 4296.0, 4297.0, 4278.0, 4305.0, 4275.0, 4287.0, 4323.0, 4266.0, 4317.0, 4303.0, 4295.0, 4306.0, 4265.0, 4283.0, 4283.0, 4252.0, 4313.0, 4294.0, 4275.0, 4313.0, 4274.0, 4261.0, 4282.0, 4253.0, 4283.0, 4272.0, 4253.0, 4283.0, 4254.0, 4293.0, 4273.0, 4251.0, 4283.0, 4254.0, 4302.0, 4291.0, 4273.0, 4291.0, 4263.0, 4251.0, 4281.0, 4272.0, 4253.0, 4293.0, 4285.0, 4277.0, 4308.0, 4296.0, 4276.0, 4284.0, 4283.0, 4253.0, 4292.0, 4265.0, 4303.0, 4283.0, 4263.0, 4281.0, 4252.0, 4284.0, 4273.0, 4264.0, 4265.0, 4296.0, 4268.0, 4298.0, 4299.0, 4287.0, 4297.0, 4277.0, 4297.0, 4282.0, 4282.0, 4260.0, 4279.0, 4249.0, 4269.0, 4239.0, 4291.0, 4272.0, 4251.0, 4283.0, 4263.0, 4274.0, 4285.0, 4265.0, 4306.0, 4266.0, 4295.0, 4266.0, 4305.0, 4277.0, 4289.0, 4298.0, 4269.0, 4316.0, 4297.0, 4279.0, 4318.0, 4277.0, 4318.0, 4277.0, 4276.0, 4302.0, 4263.0, 4315.0, 4283.0, 4312.0, 4302.0, 4253.0, 4291.0, 4262.0, 4261.0, 4294.0, 4263.0, 4302.0, 4274.0, 4304.0, 4295.0, 4263.0, 4294.0, 4262.0, 4314.0, 4252.0, 4302.0, 4281.0, 4239.0, 4270.0, 4252.0, 4260.0, 4262.0, 4252.0, 4281.0, 4252.0, 4292.0, 4254.0, 4283.0, 4274.0, 4265.0, 4306.0, 4277.0, 4287.0, 4295.0, 4263.0, 4312.0, 4294.0, 4283.0, 4304.0, 4274.0, 4313.0, 4270.0, 4251.0, 4291.0, 4265.0, 4280.0, 4262.0, 4253.0, 4282.0, 4252.0, 4290.0, 4282.0, 4262.0, 4293.0, 4272.0, 4240.0, 4291.0, 4280.0, 4251.0, 4281.0, 4261.0, 4250.0, 4269.0, 4251.0, 4280.0, 4268.0, 4239.0, 4278.0, 4259.0, 4251.0, 4261.0, 4260.0, 4271.0, 4261.0, 4253.0, 4279.0, 4262.0, 4269.0, 4270.0, 4250.0, 4282.0, 4253.0, 4270.0, 4252.0, 4252.0, 4281.0, 4262.0, 4265.0, 4275.0, 4285.0, 4265.0, 4295.0, 4264.0, 4305.0, 4264.0, 4293.0, 4254.0, 4290.0, 4252.0, 4281.0, 4260.0, 4241.0, 4282.0, 4252.0, 4273.0, 4273.0, 4275.0, 4286.0, 4266.0, 4276.0, 4298.0, 4279.0, 4319.0, 4282.0, 4301.0, 4301.0, 4282.0, 4343.0, 4292.0, 4327.0, 4277.0, 4305.0, 4287.0, 4297.0, 4298.0, 4274.0, 4296.0, 4289.0, 4328.0, 4330.0, 4298.0, 4307.0, 4287.0, 4277.0, 4318.0, 4265.0, 4295.0, 4274.0, 4306.0, 4274.0, 4304.0, 4266.0, 4317.0, 4265.0, 4291.0, 4283.0, 4270.0, 4283.0, 4251.0, 4282.0, 4261.0, 4291.0, 4249.0, 4289.0, 4250.0, 4278.0, 4249.0, 4276.0, 4248.0, 4276.0, 4258.0, 4258.0, 4259.0, 4237.0, 4279.0, 4250.0, 4278.0, 4240.0, 4278.0, 4249.0, 4269.0, 4269.0, 4250.0, 4294.0, 4263.0, 4283.0, 4265.0, 4274.0, 4274.0, 4265.0, 4295.0, 4265.0, 4306.0, 4267.0, 4306.0, 4267.0, 4285.0, 4285.0, 4264.0, 4294.0, 4265.0, 4314.0, 4277.0, 4275.0, 4295.0, 4265.0, 4305.0, 4278.0, 4306.0, 4287.0, 4278.0, 4296.0, 4276.0, 4295.0, 4276.0, 4287.0, 4299.0, 4279.0, 4319.0, 4279.0, 4297.0, 4299.0, 4279.0, 4308.0, 4279.0, 4297.0, 4308.0, 4288.0, 4318.0, 4268.0, 4328.0, 4286.0, 4326.0, 4275.0, 4302.0, 4254.0, 4302.0, 4252.0, 4281.0, 4252.0, 4263.0, 4275.0, 4264.0, 4295.0, 4268.0, 4297.0, 4287.0, 4277.0, 4307.0, 4279.0, 4278.0, 4299.0, 4269.0, 4276.0, 4300.0, 4293.0, 4329.0, 4321.0, 4279.0, 4320.0, 4289.0, 4281.0, 4279.0, 4298.0, 4270.0, 4307.0, 4299.0, 4280.0, 4318.0, 4298.0, 4277.0, 4296.0, 4265.0, 4254.0, 4295.0, 4266.0, 4296.0, 4298.0, 4288.0, 4327.0, 4317.0, 4285.0, 4302.0, 4263.0, 4302.0, 4292.0, 4261.0, 4292.0, 4252.0, 4291.0, 4262.0, 4251.0, 4281.0, 4251.0, 4272.0, 4272.0, 4262.0, 4293.0, 4273.0, 4264.0, 4272.0, 4265.0, 4275.0, 4286.0, 4275.0, 4266.0, 4286.0, 4268.0, 4318.0, 4299.0, 4290.0, 4289.0, 4267.0, 4294.0, 4267.0, 4286.0, 4301.0, 4281.0, 4286.0, 4290.0, 4279.0, 4278.0, 4287.0, 4267.0, 4305.0, 4265.0, 4275.0, 4285.0, 4264.0, 4294.0, 4265.0, 4275.0, 4283.0, 4266.0, 4314.0, 4295.0, 4264.0, 4313.0, 4282.0, 4251.0, 4302.0, 4283.0, 4267.0, 4316.0, 4264.0, 4311.0, 4283.0, 4262.0, 4282.0, 4252.0, 4280.0, 4271.0, 4251.0, 4280.0, 4259.0, 4250.0, 4271.0, 4261.0, 4252.0, 4272.0, 4263.0, 4293.0, 4274.0, 4263.0, 4272.0, 4263.0, 4292.0, 4261.0, 4250.0, 4270.0, 4251.0, 4271.0, 4273.0, 4263.0, 4284.0, 4274.0, 4263.0, 4296.0, 4267.0, 4285.0, 4284.0, 4267.0, 4304.0, 4295.0, 4280.0, 4316.0, 4289.0, 4267.0, 4294.0, 4266.0, 4266.0, 4309.0, 4289.0, 4269.0, 4320.0, 4310.0, 4277.0, 4316.0, 4307.0, 4267.0, 4284.0, 4295.0, 4265.0, 4316.0, 4306.0, 4276.0, 4286.0, 4265.0, 4285.0, 4284.0, 4264.0, 4304.0, 4254.0, 4264.0, 4284.0, 4265.0, 4295.0, 4284.0, 4274.0, 4286.0, 4263.0, 4305.0, 4262.0, 4291.0, 4252.0, 4291.0, 4240.0, 4289.0, 4240.0, 4279.0, 4239.0, 4279.0, 4250.0, 4278.0, 4249.0, 4269.0, 4260.0, 4251.0, 4280.0, 4250.0, 4281.0, 4262.0, 4263.0, 4283.0, 4277.0, 4307.0, 4301.0, 4286.0, 4297.0, 4290.0, 4330.0, 4290.0, 4287.0, 4287.0, 4264.0, 4286.0, 4253.0, 4284.0, 4265.0, 4294.0, 4278.0, 4307.0, 4266.0, 4295.0, 4284.0, 4276.0, 4296.0, 4276.0, 4286.0, 4289.0, 4308.0, 4289.0, 4318.0, 4301.0, 4330.0, 4309.0, 4287.0, 4295.0, 4276.0, 4295.0, 4277.0, 4266.0, 4288.0, 4277.0, 4299.0, 4277.0, 4308.0, 4266.0, 4306.0, 4266.0, 4304.0, 4276.0, 4304.0, 4275.0, 4293.0, 4265.0, 4275.0, 4276.0, 4264.0, 4285.0, 4264.0, 4296.0, 4275.0, 4277.0, 4309.0, 4268.0, 4278.0, 4320.0, 4294.0, 4293.0, 4311.0, 4281.0, 4310.0, 4299.0, 4279.0, 4310.0, 4299.0, 4281.0, 4331.0, 4331.0, 4290.0, 4340.0, 4279.0, 4276.0, 4296.0, 4266.0, 4307.0, 4268.0, 4284.0, 4285.0, 4266.0, 4306.0, 4287.0, 4267.0, 4296.0, 4277.0, 4284.0, 4285.0, 4275.0, 4287.0, 4265.0], 'WindowWidth': [9625.0, 9542.0, 9530.0, 9467.0, 9456.0, 9474.0, 9471.0, 9427.0, 9502.0, 9456.0, 9490.0, 9460.0, 9490.0, 9477.0, 9420.0, 9468.0, 9415.0, 9422.0, 9404.0, 9387.0, 9464.0, 9421.0, 9401.0, 9457.0, 9442.0, 9398.0, 9464.0, 9432.0, 9409.0, 9429.0, 9384.0, 9373.0, 9446.0, 9441.0, 9416.0, 9469.0, 9440.0, 9404.0, 9402.0, 9402.0, 9404.0, 9421.0, 9451.0, 9431.0, 9456.0, 9467.0, 9447.0, 9500.0, 9490.0, 9457.0, 9493.0, 9454.0, 9425.0, 9478.0, 9453.0, 9427.0, 9482.0, 9470.0, 9432.0, 9496.0, 9440.0, 9433.0, 9485.0, 9445.0, 9426.0, 9470.0, 9450.0, 9451.0, 9489.0, 9454.0, 9509.0, 9501.0, 9473.0, 9506.0, 9466.0, 9436.0, 9490.0, 9439.0, 9494.0, 9497.0, 9456.0, 9500.0, 9492.0, 9466.0, 9481.0, 9504.0, 9496.0, 9547.0, 9537.0, 9510.0, 9515.0, 9540.0, 9504.0, 9550.0, 9477.0, 9491.0, 9505.0, 9478.0, 9480.0, 9518.0, 9505.0, 9507.0, 9532.0, 9503.0, 9481.0, 9544.0, 9507.0, 9475.0, 9541.0, 9510.0, 9482.0, 9526.0, 9490.0, 9461.0, 9515.0, 9453.0, 9430.0, 9467.0, 9472.0, 9443.0, 9445.0, 9502.0, 9458.0, 9454.0, 9455.0, 9490.0, 9429.0, 9451.0, 9453.0, 9495.0, 9469.0, 9467.0, 9492.0, 9504.0, 9499.0, 9531.0, 9573.0, 9526.0, 9527.0, 9519.0, 9521.0, 9475.0, 9506.0, 9522.0, 9519.0, 9478.0, 9516.0, 9492.0, 9485.0, 9536.0, 9514.0, 9485.0, 9546.0, 9513.0, 9506.0, 9498.0, 9491.0, 9491.0, 9462.0, 9476.0, 9508.0, 9510.0, 9480.0, 9548.0, 9552.0, 9520.0, 9515.0, 9498.0, 9462.0, 9433.0, 9471.0, 9441.0, 9431.0, 9483.0, 9475.0, 9460.0, 9500.0, 9447.0, 9471.0, 9471.0, 9428.0, 9479.0, 9455.0, 9413.0, 9465.0, 9457.0, 9431.0, 9503.0, 9451.0, 9454.0, 9492.0, 9484.0, 9460.0, 9495.0, 9476.0, 9465.0, 9503.0, 9491.0, 9510.0, 9543.0, 9530.0, 9554.0, 9543.0, 9532.0, 9548.0, 9471.0, 9500.0, 9434.0, 9486.0, 9487.0, 9466.0, 9509.0, 9477.0, 9463.0, 9498.0, 9473.0, 9471.0, 9515.0, 9467.0, 9531.0, 9521.0, 9526.0, 9548.0, 9476.0, 9524.0, 9531.0, 9510.0, 9544.0, 9531.0, 9486.0, 9508.0, 9438.0, 9500.0, 9487.0, 9436.0, 9502.0, 9471.0, 9440.0, 9493.0, 9457.0, 9491.0, 9489.0, 9462.0, 9498.0, 9448.0, 9483.0, 9470.0, 9447.0, 9487.0, 9449.0, 9435.0, 9488.0, 9454.0, 9453.0, 9492.0, 9472.0, 9457.0, 9499.0, 9470.0, 9464.0, 9520.0, 9493.0, 9484.0, 9553.0, 9513.0, 9500.0, 9536.0, 9527.0, 9525.0, 9549.0, 9487.0, 9533.0, 9521.0, 9486.0, 9501.0, 9520.0, 9464.0, 9513.0, 9504.0, 9489.0, 9505.0, 9460.0, 9517.0, 9476.0, 9513.0, 9471.0, 9524.0, 9480.0, 9455.0, 9508.0, 9468.0, 9460.0, 9519.0, 9480.0, 9504.0, 9505.0, 9498.0, 9536.0, 9512.0, 9491.0, 9500.0, 9473.0, 9516.0, 9461.0, 9530.0, 9484.0, 9477.0, 9494.0, 9454.0, 9505.0, 9480.0, 9458.0, 9522.0, 9492.0, 9479.0, 9487.0, 9491.0, 9483.0, 9537.0, 9498.0, 9489.0, 9541.0, 9502.0, 9498.0, 9504.0, 9483.0, 9536.0, 9521.0, 9545.0, 9569.0, 9572.0, 9489.0, 9557.0, 9490.0, 9440.0, 9488.0, 9446.0, 9439.0, 9469.0, 9484.0, 9476.0, 9506.0, 9532.0, 9488.0, 9485.0, 9508.0, 9435.0, 9431.0, 9473.0, 9439.0, 9491.0, 9476.0, 9455.0, 9521.0, 9463.0, 9486.0, 9472.0, 9439.0, 9461.0, 9407.0, 9459.0, 9428.0, 9430.0, 9454.0, 9437.0, 9492.0, 9485.0, 9460.0, 9496.0, 9458.0, 9492.0, 9453.0, 9465.0, 9485.0, 9458.0, 9514.0, 9457.0, 9518.0, 9506.0, 9470.0, 9494.0, 9455.0, 9486.0, 9482.0, 9461.0, 9505.0, 9502.0, 9487.0, 9509.0, 9483.0, 9522.0, 9484.0, 9530.0, 9468.0, 9532.0, 9480.0, 9539.0, 9502.0, 9480.0, 9513.0, 9469.0, 9541.0, 9470.0, 9463.0, 9490.0, 9510.0, 9478.0, 9531.0, 9506.0, 9488.0, 9515.0, 9470.0, 9519.0, 9467.0, 9491.0, 9440.0, 9489.0, 9469.0, 9481.0, 9496.0, 9474.0, 9491.0, 9488.0, 9475.0, 9479.0, 9481.0, 9454.0, 9509.0, 9456.0, 9525.0, 9467.0, 9504.0, 9478.0, 9495.0, 9454.0, 9434.0, 9429.0, 9408.0, 9477.0, 9453.0, 9426.0, 9468.0, 9446.0, 9435.0, 9476.0, 9438.0, 9453.0, 9464.0, 9450.0, 9489.0, 9473.0, 9456.0, 9521.0, 9487.0, 9491.0, 9534.0, 9508.0, 9520.0, 9499.0, 9461.0, 9513.0, 9487.0, 9460.0, 9495.0, 9438.0, 9477.0, 9480.0, 9459.0, 9499.0, 9495.0, 9471.0, 9530.0, 9501.0, 9471.0, 9508.0, 9522.0, 9463.0, 9500.0, 9434.0, 9435.0, 9477.0, 9435.0, 9467.0, 9433.0, 9464.0, 9462.0, 9447.0, 9471.0, 9452.0, 9462.0, 9466.0, 9449.0, 9483.0, 9452.0, 9476.0, 9432.0, 9487.0, 9432.0, 9497.0, 9431.0, 9509.0, 9459.0, 9456.0, 9469.0, 9412.0, 9441.0, 9464.0, 9456.0, 9477.0, 9481.0, 9455.0, 9498.0, 9462.0, 9513.0, 9461.0, 9505.0, 9469.0, 9486.0, 9460.0, 9455.0, 9464.0, 9443.0, 9486.0, 9436.0, 9491.0, 9457.0, 9433.0, 9472.0, 9433.0, 9453.0, 9481.0, 9474.0, 9487.0, 9471.0, 9455.0, 9512.0, 9471.0, 9498.0, 9485.0, 9452.0, 9497.0, 9463.0, 9534.0, 9512.0, 9451.0, 9468.0, 9430.0, 9476.0, 9478.0, 9458.0, 9496.0, 9484.0, 9463.0, 9516.0, 9462.0, 9510.0, 9466.0, 9462.0, 9480.0, 9453.0, 9495.0, 9440.0, 9517.0, 9482.0, 9443.0, 9477.0, 9445.0, 9446.0, 9476.0, 9452.0, 9453.0, 9481.0, 9459.0, 9494.0, 9484.0, 9460.0, 9496.0, 9455.0, 9440.0, 9482.0, 9461.0, 9507.0, 9462.0, 9494.0, 9486.0, 9466.0, 9490.0, 9454.0, 9507.0, 9434.0, 9482.0, 9463.0, 9457.0, 9480.0, 9485.0, 9445.0, 9466.0, 9479.0, 9462.0, 9485.0, 9461.0, 9498.0, 9472.0, 9458.0, 9482.0, 9439.0, 9459.0, 9474.0, 9464.0, 9495.0, 9425.0, 9398.0, 9450.0, 9443.0, 9466.0, 9472.0, 9446.0, 9471.0, 9421.0, 9460.0, 9463.0, 9437.0, 9486.0, 9433.0, 9507.0, 9485.0, 9493.0, 9462.0, 9440.0, 9464.0, 9456.0, 9464.0, 9476.0, 9510.0, 9483.0, 9503.0, 9472.0, 9527.0, 9503.0, 9483.0, 9489.0, 9482.0, 9528.0, 9458.0, 9526.0, 9511.0, 9509.0, 9497.0, 9497.0, 9526.0, 9525.0, 9452.0, 9466.0, 9480.0, 9460.0, 9462.0, 9492.0, 9462.0, 9510.0, 9469.0, 9452.0, 9496.0, 9449.0, 9491.0, 9430.0, 9463.0, 9408.0, 9495.0, 9448.0, 9436.0, 9461.0, 9446.0, 9424.0, 9459.0, 9459.0, 9461.0, 9523.0, 9462.0, 9500.0, 9477.0, 9518.0, 9477.0, 9500.0, 9504.0, 9479.0, 9511.0, 9471.0, 9493.0, 9552.0, 9463.0, 9530.0, 9508.0, 9496.0, 9515.0, 9459.0, 9476.0, 9476.0, 9433.0, 9520.0, 9493.0, 9469.0, 9518.0, 9466.0, 9446.0, 9474.0, 9436.0, 9477.0, 9461.0, 9437.0, 9476.0, 9440.0, 9488.0, 9463.0, 9431.0, 9475.0, 9442.0, 9502.0, 9488.0, 9463.0, 9485.0, 9450.0, 9429.0, 9470.0, 9461.0, 9437.0, 9492.0, 9485.0, 9476.0, 9518.0, 9502.0, 9475.0, 9483.0, 9477.0, 9435.0, 9487.0, 9458.0, 9503.0, 9478.0, 9449.0, 9472.0, 9436.0, 9480.0, 9466.0, 9454.0, 9456.0, 9499.0, 9467.0, 9506.0, 9510.0, 9489.0, 9504.0, 9474.0, 9501.0, 9475.0, 9473.0, 9440.0, 9464.0, 9421.0, 9448.0, 9409.0, 9480.0, 9459.0, 9432.0, 9477.0, 9455.0, 9469.0, 9484.0, 9460.0, 9512.0, 9461.0, 9497.0, 9460.0, 9511.0, 9476.0, 9497.0, 9507.0, 9468.0, 9528.0, 9502.0, 9485.0, 9534.0, 9477.0, 9534.0, 9478.0, 9476.0, 9504.0, 9451.0, 9524.0, 9477.0, 9517.0, 9504.0, 9437.0, 9486.0, 9448.0, 9447.0, 9495.0, 9451.0, 9500.0, 9467.0, 9507.0, 9495.0, 9451.0, 9492.0, 9449.0, 9522.0, 9434.0, 9501.0, 9471.0, 9412.0, 9454.0, 9433.0, 9442.0, 9447.0, 9434.0, 9472.0, 9436.0, 9488.0, 9440.0, 9477.0, 9468.0, 9459.0, 9514.0, 9476.0, 9494.0, 9499.0, 9453.0, 9516.0, 9497.0, 9477.0, 9508.0, 9465.0, 9518.0, 9457.0, 9431.0, 9486.0, 9457.0, 9470.0, 9449.0, 9436.0, 9471.0, 9435.0, 9483.0, 9473.0, 9448.0, 9491.0, 9460.0, 9414.0, 9486.0, 9472.0, 9433.0, 9472.0, 9445.0, 9430.0, 9453.0, 9432.0, 9467.0, 9450.0, 9413.0, 9464.0, 9441.0, 9434.0, 9447.0, 9446.0, 9460.0, 9447.0, 9439.0, 9468.0, 9449.0, 9453.0, 9456.0, 9427.0, 9473.0, 9436.0, 9455.0, 9431.0, 9435.0, 9471.0, 9449.0, 9457.0, 9470.0, 9484.0, 9457.0, 9495.0, 9454.0, 9508.0, 9452.0, 9490.0, 9438.0, 9481.0, 9432.0, 9470.0, 9440.0, 9416.0, 9471.0, 9433.0, 9463.0, 9465.0, 9473.0, 9487.0, 9463.0, 9473.0, 9508.0, 9484.0, 9538.0, 9492.0, 9515.0, 9514.0, 9494.0, 9577.0, 9505.0, 9543.0, 9474.0, 9509.0, 9486.0, 9501.0, 9505.0, 9467.0, 9498.0, 9496.0, 9548.0, 9552.0, 9508.0, 9516.0, 9489.0, 9480.0, 9535.0, 9457.0, 9497.0, 9468.0, 9514.0, 9468.0, 9508.0, 9461.0, 9531.0, 9459.0, 9487.0, 9477.0, 9456.0, 9478.0, 9431.0, 9474.0, 9443.0, 9483.0, 9427.0, 9477.0, 9427.0, 9461.0, 9424.0, 9455.0, 9422.0, 9455.0, 9435.0, 9434.0, 9438.0, 9406.0, 9463.0, 9426.0, 9461.0, 9415.0, 9462.0, 9426.0, 9452.0, 9455.0, 9431.0, 9491.0, 9451.0, 9478.0, 9456.0, 9468.0, 9469.0, 9456.0, 9496.0, 9457.0, 9512.0, 9462.0, 9512.0, 9463.0, 9482.0, 9484.0, 9453.0, 9495.0, 9456.0, 9525.0, 9478.0, 9473.0, 9498.0, 9458.0, 9513.0, 9480.0, 9514.0, 9490.0, 9482.0, 9502.0, 9476.0, 9497.0, 9475.0, 9491.0, 9511.0, 9484.0, 9538.0, 9485.0, 9506.0, 9509.0, 9483.0, 9521.0, 9483.0, 9503.0, 9520.0, 9493.0, 9533.0, 9466.0, 9548.0, 9486.0, 9538.0, 9469.0, 9502.0, 9437.0, 9499.0, 9433.0, 9471.0, 9435.0, 9452.0, 9472.0, 9457.0, 9498.0, 9465.0, 9502.0, 9488.0, 9476.0, 9518.0, 9482.0, 9480.0, 9511.0, 9469.0, 9476.0, 9512.0, 9509.0, 9553.0, 9540.0, 9484.0, 9537.0, 9496.0, 9488.0, 9482.0, 9505.0, 9472.0, 9515.0, 9507.0, 9483.0, 9533.0, 9504.0, 9477.0, 9500.0, 9456.0, 9438.0, 9493.0, 9460.0, 9497.0, 9504.0, 9490.0, 9543.0, 9531.0, 9483.0, 9502.0, 9448.0, 9500.0, 9486.0, 9442.0, 9485.0, 9433.0, 9484.0, 9447.0, 9431.0, 9470.0, 9431.0, 9459.0, 9461.0, 9450.0, 9490.0, 9467.0, 9455.0, 9463.0, 9455.0, 9471.0, 9485.0, 9473.0, 9461.0, 9487.0, 9466.0, 9535.0, 9508.0, 9497.0, 9494.0, 9464.0, 9496.0, 9461.0, 9486.0, 9517.0, 9489.0, 9487.0, 9501.0, 9484.0, 9482.0, 9490.0, 9461.0, 9509.0, 9457.0, 9468.0, 9483.0, 9454.0, 9495.0, 9458.0, 9469.0, 9476.0, 9460.0, 9521.0, 9494.0, 9453.0, 9517.0, 9475.0, 9432.0, 9499.0, 9476.0, 9462.0, 9529.0, 9453.0, 9510.0, 9477.0, 9447.0, 9471.0, 9431.0, 9468.0, 9458.0, 9429.0, 9467.0, 9437.0, 9426.0, 9455.0, 9444.0, 9434.0, 9459.0, 9451.0, 9488.0, 9465.0, 9447.0, 9459.0, 9447.0, 9486.0, 9443.0, 9428.0, 9454.0, 9430.0, 9457.0, 9461.0, 9452.0, 9478.0, 9465.0, 9451.0, 9500.0, 9462.0, 9483.0, 9481.0, 9463.0, 9508.0, 9497.0, 9484.0, 9527.0, 9491.0, 9458.0, 9493.0, 9457.0, 9459.0, 9520.0, 9497.0, 9468.0, 9540.0, 9528.0, 9476.0, 9527.0, 9520.0, 9463.0, 9480.0, 9495.0, 9455.0, 9525.0, 9510.0, 9475.0, 9487.0, 9458.0, 9482.0, 9480.0, 9452.0, 9506.0, 9440.0, 9453.0, 9481.0, 9457.0, 9497.0, 9482.0, 9467.0, 9484.0, 9449.0, 9506.0, 9445.0, 9483.0, 9430.0, 9481.0, 9411.0, 9475.0, 9412.0, 9461.0, 9411.0, 9462.0, 9427.0, 9459.0, 9424.0, 9449.0, 9439.0, 9429.0, 9465.0, 9430.0, 9470.0, 9449.0, 9449.0, 9475.0, 9476.0, 9517.0, 9519.0, 9487.0, 9503.0, 9501.0, 9556.0, 9502.0, 9490.0, 9487.0, 9451.0, 9483.0, 9436.0, 9478.0, 9454.0, 9493.0, 9481.0, 9518.0, 9462.0, 9496.0, 9483.0, 9477.0, 9501.0, 9477.0, 9488.0, 9498.0, 9520.0, 9497.0, 9534.0, 9518.0, 9551.0, 9522.0, 9487.0, 9496.0, 9474.0, 9497.0, 9475.0, 9460.0, 9494.0, 9476.0, 9508.0, 9477.0, 9519.0, 9460.0, 9512.0, 9459.0, 9508.0, 9470.0, 9506.0, 9468.0, 9489.0, 9456.0, 9467.0, 9471.0, 9455.0, 9481.0, 9455.0, 9499.0, 9473.0, 9477.0, 9523.0, 9466.0, 9481.0, 9542.0, 9516.0, 9510.0, 9530.0, 9490.0, 9523.0, 9508.0, 9484.0, 9525.0, 9510.0, 9488.0, 9556.0, 9556.0, 9501.0, 9566.0, 9481.0, 9472.0, 9498.0, 9459.0, 9516.0, 9463.0, 9480.0, 9484.0, 9459.0, 9513.0, 9489.0, 9462.0, 9499.0, 9476.0, 9482.0, 9484.0, 9469.0, 9487.0, 9455.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.0016132651515151513</td></tr>
<tr><td colspan=3>aqi</td><td>0.03471687068181818</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.15664257106897</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2731908035708865</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0082994143442012</td></tr>
<tr><td colspan=3>efc</td><td>0.4461</td></tr>
<tr><td colspan=3>fber</td><td>8245.8916</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11737236716109843</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>181</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.712121212121213</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3858968792198727</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3313344898712</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.610052483226045</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2163036645623726</td></tr>
<tr><td colspan=3>gcor</td><td>0.0114668</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01067608967423439</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026740169152617455</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.936293913786739</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.4715</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.381</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>148.6484</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306572.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>314.4396</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.603</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>534.3804</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3548.7181</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69972.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4646.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>952.92</td></tr>
<tr><td colspan=3>tsnr</td><td>35.60606342507526</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>