<?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-0036_ses-03_task-alignvideo_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-0036_ses-03_task-alignvideo_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-03_subject-0036_suffix-bold_task-alignvideo" 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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-03_subject-0036_suffix-bold_task-alignvideo" 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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-alignvideo_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-03_subject-0036_suffix-bold_task-alignvideo" 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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-alignvideo_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-03_subject-0036_suffix-bold_task-alignvideo" 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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0036_suffix-bold_task-alignvideo" 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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0036/figures/sub-0036_ses-03_task-alignvideo_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-0036/figures/sub-0036_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0036/figures/sub-0036_ses-03_task-alignvideo_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-0036/ses-03/func/sub-0036_ses-03_task-alignvideo_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>afb9f27d04f13a26bb10fb54abb75768</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>10:25:14.977500</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_VE11C_LATEST_20160120</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.999142, 0.0391317, 0.0135712, -0.0359383, 0.98197, -0.185589]</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-alignvideo_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.0843963</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-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7697, -7335, 555, -18, -192, 34, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.751</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0210f705-d87c-4672-b82e-0a463b7bc29b||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6806247234344482, -0.09641993790864944, 0.05559004098176956, 114.9826431274414], [-0.1049874946475029, 2.634553909301758, -0.4993431270122528, -72.89338684082031], [0.03641049191355705, 0.4979213774204254, 2.652841091156006, -120.60669708251953], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['102514.977500', '102515.437500', '102515.897500', '102516.357500', '102516.817500', '102517.277500', '102517.737500', '102518.197500', '102518.657500', '102519.117500', '102519.577500', '102520.037500', '102520.497500', '102520.957500', '102521.417500', '102521.877500', '102522.337500', '102522.797500', '102523.257500', '102523.717500', '102524.177500', '102524.637500', '102525.097500', '102525.557500', '102526.017500', '102526.477500', '102526.937500', '102527.397500', '102527.857500', '102528.317500', '102528.777500', '102529.237500', '102529.697500', '102530.157500', '102530.617500', '102531.077500', '102531.537500', '102531.997500', '102532.457500', '102532.917500', '102533.377500', '102533.837500', '102534.297500', '102534.757500', '102535.217500', '102535.677500', '102536.137500', '102536.597500', '102537.057500', '102537.517500', '102537.977500', '102538.437500', '102538.897500', '102539.357500', '102539.817500', '102540.277500', '102540.737500', '102541.197500', '102541.657500', '102542.117500', '102542.577500', '102543.037500', '102543.497500', '102543.957500', '102544.417500', '102544.877500', '102545.337500', '102545.797500', '102546.257500', '102546.717500', '102547.177500', '102547.637500', '102548.097500', '102548.557500', '102549.017500', '102549.477500', '102549.937500', '102550.397500', '102550.857500', '102551.317500', '102551.777500', '102552.237500', '102552.697500', '102553.157500', '102553.617500', '102554.077500', '102554.537500', '102554.997500', '102555.457500', '102555.917500', '102556.377500', '102556.837500', '102557.297500', '102557.757500', '102558.217500', '102558.677500', '102559.137500', '102559.597500', '102600.057500', '102600.517500', '102600.977500', '102601.437500', '102601.897500', '102602.357500', '102602.817500', '102603.277500', '102603.737500', '102604.197500', '102604.657500', '102605.117500', '102605.577500', '102606.037500', '102606.497500', '102606.957500', '102607.417500', '102607.877500', '102608.337500', '102608.797500', '102609.257500', '102609.717500', '102610.177500', '102610.637500', '102611.097500', '102611.557500', '102612.017500', '102612.477500', '102612.937500', '102613.397500', '102613.857500', '102614.317500', '102614.777500', '102615.237500', '102615.697500', '102616.157500', '102616.617500', '102617.077500', '102617.537500', '102617.997500', '102618.457500', '102618.917500', '102619.377500', '102619.837500', '102620.297500', '102620.757500', '102621.217500', '102621.677500', '102622.137500', '102622.597500', '102623.057500', '102623.517500', '102623.977500', '102624.437500', '102624.897500', '102625.357500', '102625.817500', '102626.277500', '102626.737500', '102627.197500', '102627.657500', '102628.117500', '102628.577500', '102629.037500', '102629.497500', '102629.957500', '102630.417500', '102630.877500', '102631.337500', '102631.797500', '102632.257500', '102632.717500', '102633.177500', '102633.637500', '102634.097500', '102634.557500', '102635.017500', '102635.477500', '102635.937500', '102636.397500', '102636.857500', '102637.317500', '102637.777500', '102638.237500', '102638.697500', '102639.157500', '102639.617500', '102640.077500', '102640.537500', '102640.997500', '102641.457500', '102641.917500', '102642.377500', '102642.837500', '102643.297500', '102643.757500', '102644.217500', '102644.677500', '102645.137500', '102645.597500', '102646.057500', '102646.517500', '102646.977500', '102647.437500', '102647.897500', '102648.357500', '102648.817500', '102649.277500', '102649.737500', '102650.197500', '102650.657500', '102651.117500', '102651.577500', '102652.037500', '102652.497500', '102652.957500', '102653.417500', '102653.877500', '102654.337500', '102654.797500', '102655.257500', '102655.717500', '102656.177500', '102656.637500', '102657.097500', '102657.557500', '102658.017500', '102658.477500', '102658.937500', '102659.397500', '102659.857500', '102700.317500', '102700.777500', '102701.237500', '102701.697500', '102702.157500', '102702.617500', '102703.077500', '102703.537500', '102703.997500', '102704.457500', '102704.917500', '102705.377500', '102705.837500', '102706.297500', '102706.757500', '102707.217500', '102707.677500', '102708.137500', '102708.597500', '102709.057500', '102709.517500', '102709.977500', '102710.437500', '102710.897500', '102711.357500', '102711.817500', '102712.277500', '102712.737500', '102713.197500', '102713.657500', '102714.117500', '102714.577500', '102715.037500', '102715.497500', '102715.957500', '102716.417500', '102716.877500', '102717.337500', '102717.797500', '102718.257500', '102718.717500', '102719.177500', '102719.637500', '102720.097500', '102720.557500', '102721.017500', '102721.477500', '102721.937500', '102722.397500', '102722.857500', '102723.317500', '102723.777500', '102724.237500', '102724.697500', '102725.157500', '102725.617500', '102726.077500', '102726.537500', '102726.997500', '102727.457500', '102727.917500', '102728.377500', '102728.837500', '102729.297500', '102729.757500', '102730.217500', '102730.677500', '102731.137500', '102731.597500', '102732.057500', '102732.517500', '102732.977500', '102733.437500', '102733.897500', '102734.357500', '102734.817500', '102735.277500', '102735.737500', '102736.197500', '102736.657500', '102737.117500', '102737.577500', '102738.037500', '102738.497500', '102738.957500', '102739.417500', '102739.877500', '102740.337500', '102740.797500', '102741.257500', '102741.717500', '102742.177500', '102742.637500', '102743.097500', '102743.557500', '102744.017500', '102744.477500', '102744.937500', '102745.397500', '102745.857500', '102746.317500', '102746.777500', '102747.237500', '102747.697500', '102748.157500', '102748.617500', '102749.077500', '102749.537500', '102749.997500', '102750.457500', '102750.917500', '102751.377500', '102751.837500', '102752.297500', '102752.757500', '102753.217500', '102753.677500', '102754.137500', '102754.597500', '102755.057500', '102755.517500', '102755.977500', '102756.437500', '102756.897500', '102757.357500', '102757.817500', '102758.277500', '102758.737500', '102759.197500', '102759.657500', '102800.117500', '102800.577500', '102801.037500', '102801.497500', '102801.957500', '102802.417500', '102802.877500', '102803.337500', '102803.797500', '102804.257500', '102804.717500', '102805.177500', '102805.637500', '102806.097500', '102806.557500', '102807.017500', '102807.477500', '102807.937500', '102808.397500', '102808.857500', '102809.317500', '102809.777500', '102810.237500', '102810.697500', '102811.157500', '102811.617500', '102812.077500', '102812.537500', '102812.997500', '102813.457500', '102813.917500', '102814.377500', '102814.837500', '102815.297500', '102815.757500', '102816.217500', '102816.677500', '102817.137500', '102817.597500', '102818.057500', '102818.517500', '102818.977500', '102819.437500', '102819.897500', '102820.357500', '102820.817500', '102821.277500', '102821.737500', '102822.197500', '102822.657500', '102823.117500', '102823.577500', '102824.037500', '102824.497500', '102824.957500', '102825.417500', '102825.877500', '102826.337500', '102826.797500', '102827.257500', '102827.717500', '102828.177500', '102828.637500', '102829.097500', '102829.557500', '102830.017500', '102830.477500', '102830.937500', '102831.397500', '102831.857500', '102832.317500', '102832.777500', '102833.237500', '102833.697500', '102834.157500', '102834.617500', '102835.077500', '102835.537500', '102835.997500', '102836.457500', '102836.917500', '102837.377500', '102837.837500', '102838.297500', '102838.757500', '102839.217500', '102839.677500', '102840.137500', '102840.597500', '102841.057500', '102841.517500', '102841.977500', '102842.437500', '102842.897500', '102843.357500', '102843.817500', '102844.277500', '102844.737500', '102845.197500', '102845.657500', '102846.117500', '102846.577500', '102847.037500', '102847.497500', '102847.957500', '102848.417500', '102848.877500', '102849.337500', '102849.797500', '102850.257500', '102850.717500', '102851.177500', '102851.637500', '102852.097500', '102852.557500', '102853.017500', '102853.477500', '102853.937500', '102854.397500', '102854.857500', '102855.317500', '102855.777500', '102856.237500', '102856.697500', '102857.157500', '102857.617500', '102858.077500', '102858.537500', '102858.997500', '102859.457500', '102859.917500', '102900.377500', '102900.837500', '102901.297500', '102901.757500', '102902.217500', '102902.677500', '102903.137500', '102903.597500', '102904.057500', '102904.517500', '102904.977500', '102905.437500', '102905.897500', '102906.357500', '102906.817500', '102907.277500', '102907.737500', '102908.197500', '102908.657500', '102909.117500', '102909.577500', '102910.037500', '102910.497500', '102910.957500', '102911.417500', '102911.877500', '102912.337500', '102912.797500', '102913.257500', '102913.717500', '102914.177500', '102914.637500', '102915.097500', '102915.557500', '102916.017500', '102916.477500', '102916.937500', '102917.397500', '102917.857500', '102918.317500', '102918.777500', '102919.237500', '102919.697500', '102920.157500', '102920.617500', '102921.077500', '102921.537500', '102921.997500', '102922.457500', '102922.917500', '102923.377500', '102923.837500', '102924.297500', '102924.757500', '102925.217500', '102925.677500', '102926.137500', '102926.597500', '102927.057500', '102927.517500', '102927.977500', '102928.437500', '102928.897500', '102929.357500', '102929.817500', '102930.277500', '102930.737500', '102931.197500', '102931.657500', '102932.117500', '102932.577500', '102933.037500', '102933.497500', '102933.957500', '102934.417500', '102934.877500', '102935.337500', '102935.797500', '102936.257500', '102936.717500', '102937.177500', '102937.637500', '102938.097500', '102938.557500', '102939.017500', '102939.477500', '102939.937500', '102940.397500', '102940.857500', '102941.317500', '102941.777500', '102942.237500', '102942.697500', '102943.157500', '102943.617500', '102944.077500', '102944.537500', '102944.997500', '102945.457500', '102945.917500', '102946.377500', '102946.837500', '102947.297500', '102947.757500', '102948.217500', '102948.677500', '102949.137500', '102949.597500', '102950.057500', '102950.517500', '102950.977500', '102951.437500', '102951.897500', '102952.357500', '102952.817500', '102953.277500', '102953.737500', '102954.197500', '102954.657500', '102955.117500', '102955.577500', '102956.037500', '102956.497500', '102956.957500', '102957.417500', '102957.877500', '102958.337500', '102958.797500', '102959.257500', '102959.717500', '103000.177500', '103000.637500', '103001.097500', '103001.557500', '103002.017500', '103002.477500', '103002.937500', '103003.397500', '103003.857500', '103004.317500', '103004.777500', '103005.237500', '103005.697500', '103006.157500', '103006.617500', '103007.077500', '103007.537500', '103007.997500', '103008.457500', '103008.917500', '103009.377500', '103009.837500', '103010.297500', '103010.757500', '103011.217500', '103011.677500', '103012.137500', '103012.597500', '103013.057500', '103013.517500', '103013.977500', '103014.437500', '103014.897500', '103015.357500', '103015.817500', '103016.277500', '103016.737500', '103017.197500', '103017.657500', '103018.117500', '103018.577500', '103019.037500', '103019.497500', '103019.957500', '103020.417500', '103020.877500', '103021.337500', '103021.797500', '103022.257500', '103022.717500', '103023.177500', '103023.637500', '103024.097500', '103024.557500', '103025.017500', '103025.477500', '103025.937500', '103026.397500', '103026.857500', '103027.317500', '103027.777500', '103028.237500', '103028.697500', '103029.157500', '103029.617500', '103030.077500', '103030.537500', '103030.997500', '103031.457500', '103031.917500', '103032.377500', '103032.837500', '103033.297500', '103033.757500', '103034.217500', '103034.677500', '103035.137500', '103035.597500', '103036.057500', '103036.517500', '103036.977500', '103037.437500', '103037.897500', '103038.357500', '103038.817500', '103039.277500', '103039.737500', '103040.197500', '103040.657500', '103041.117500', '103041.577500', '103042.037500', '103042.497500', '103042.957500', '103043.417500', '103043.877500', '103044.337500', '103044.797500', '103045.257500', '103045.717500', '103046.177500', '103046.637500', '103047.097500', '103047.557500', '103048.017500', '103048.477500', '103048.937500', '103049.397500', '103049.857500', '103050.317500', '103050.777500', '103051.237500', '103051.697500', '103052.157500', '103052.617500', '103053.077500', '103053.537500', '103053.997500', '103054.457500', '103054.917500', '103055.377500', '103055.837500', '103056.297500', '103056.757500', '103057.217500', '103057.677500', '103058.137500', '103058.597500', '103059.057500', '103059.517500', '103059.977500', '103100.437500', '103100.897500', '103101.357500', '103101.817500', '103102.277500', '103102.737500', '103103.197500', '103103.657500', '103104.117500', '103104.577500', '103105.037500', '103105.497500', '103105.957500', '103106.417500', '103106.877500', '103107.337500', '103107.797500', '103108.257500', '103108.717500', '103109.177500', '103109.637500', '103110.097500', '103110.557500', '103111.017500', '103111.477500', '103111.937500', '103112.397500', '103112.857500', '103113.317500', '103113.777500', '103114.237500', '103114.697500', '103115.157500', '103115.617500', '103116.077500', '103116.537500', '103116.997500', '103117.457500', '103117.917500', '103118.377500', '103118.837500', '103119.297500', '103119.757500', '103120.217500', '103120.677500', '103121.137500', '103121.597500', '103122.057500', '103122.517500', '103122.977500', '103123.437500', '103123.897500', '103124.357500', '103124.817500', '103125.277500', '103125.737500', '103126.197500', '103126.657500', '103127.117500', '103127.577500', '103128.037500', '103128.497500', '103128.957500', '103129.417500', '103129.877500', '103130.337500', '103130.797500', '103131.257500', '103131.717500', '103132.177500', '103132.637500', '103133.097500', '103133.557500', '103134.017500', '103134.477500', '103134.937500', '103135.397500', '103135.857500', '103136.317500', '103136.777500', '103137.237500', '103137.697500', '103138.157500', '103138.617500', '103139.077500', '103139.537500', '103139.997500', '103140.457500', '103140.917500', '103141.377500', '103141.837500', '103142.297500', '103142.757500', '103143.217500', '103143.677500', '103144.137500', '103144.597500', '103145.057500', '103145.517500', '103145.977500', '103146.437500', '103146.897500', '103147.357500', '103147.817500', '103148.277500', '103148.737500', '103149.197500', '103149.657500', '103150.117500', '103150.577500', '103151.037500', '103151.497500', '103151.957500', '103152.417500', '103152.877500', '103153.337500', '103153.797500', '103154.257500', '103154.717500', '103155.177500', '103155.637500', '103156.097500', '103156.557500', '103157.017500', '103157.477500', '103157.937500', '103158.397500', '103158.857500', '103159.317500', '103159.777500', '103200.237500', '103200.697500', '103201.157500', '103201.617500', '103202.077500', '103202.537500', '103202.997500', '103203.457500', '103203.917500', '103204.377500', '103204.837500', '103205.297500', '103205.757500', '103206.217500', '103206.677500', '103207.137500', '103207.597500', '103208.057500', '103208.517500', '103208.977500', '103209.437500', '103209.897500', '103210.357500', '103210.817500', '103211.277500', '103211.737500', '103212.197500', '103212.657500', '103213.117500', '103213.577500', '103214.037500', '103214.497500', '103214.957500', '103215.417500', '103215.877500', '103216.337500', '103216.797500', '103217.257500', '103217.717500', '103218.177500', '103218.637500', '103219.097500', '103219.557500', '103220.017500', '103220.477500', '103220.937500', '103221.397500', '103221.857500', '103222.317500', '103222.777500', '103223.237500', '103223.697500', '103224.157500', '103224.617500', '103225.077500', '103225.537500', '103225.997500', '103226.457500', '103226.917500', '103227.377500', '103227.837500', '103228.297500', '103228.757500', '103229.217500', '103229.677500', '103230.137500', '103230.597500', '103231.057500', '103231.517500', '103231.977500', '103232.437500', '103232.897500', '103233.357500', '103233.817500', '103234.277500', '103234.737500', '103235.197500', '103235.657500', '103236.117500', '103236.577500', '103237.037500', '103237.497500', '103237.957500', '103238.417500', '103238.877500', '103239.337500', '103239.797500', '103240.257500', '103240.717500', '103241.177500', '103241.637500', '103242.097500', '103242.557500', '103243.017500', '103243.477500', '103243.937500', '103244.397500', '103244.857500', '103245.317500', '103245.777500', '103246.237500', '103246.697500', '103247.157500', '103247.617500', '103248.077500', '103248.537500', '103248.997500', '103249.457500', '103249.917500', '103250.377500', '103250.837500', '103251.297500', '103251.757500', '103252.217500', '103252.677500', '103253.137500', '103253.597500', '103254.057500', '103254.517500', '103254.977500', '103255.437500', '103255.897500', '103256.357500', '103256.817500', '103257.277500', '103257.737500', '103258.197500', '103258.657500', '103259.117500', '103259.577500', '103300.037500', '103300.497500', '103300.957500', '103301.417500', '103301.877500', '103302.337500', '103302.797500', '103303.257500', '103303.717500', '103304.177500', '103304.637500', '103305.097500', '103305.557500', '103306.017500', '103306.477500', '103306.937500', '103307.397500', '103307.857500', '103308.317500', '103308.777500', '103309.237500', '103309.697500', '103310.157500', '103310.617500', '103311.077500', '103311.537500', '103311.997500', '103312.457500', '103312.917500', '103313.377500', '103313.837500', '103314.297500', '103314.757500', '103315.217500', '103315.677500', '103316.137500', '103316.597500', '103317.057500', '103317.517500', '103317.977500', '103318.437500', '103318.897500', '103319.357500', '103319.817500', '103320.277500', '103320.737500', '103321.197500', '103321.657500', '103322.117500', '103322.577500', '103323.037500', '103323.497500', '103323.957500', '103324.417500', '103324.877500', '103325.337500', '103325.797500', '103326.257500', '103326.717500', '103327.177500', '103327.637500', '103328.097500', '103328.557500', '103329.017500', '103329.477500', '103329.937500', '103330.397500', '103330.857500', '103331.317500', '103331.777500', '103332.237500', '103332.697500', '103333.157500', '103333.617500', '103334.077500', '103334.537500', '103334.997500', '103335.457500', '103335.917500', '103336.377500', '103336.837500', '103337.297500', '103337.757500', '103338.217500', '103338.677500', '103339.137500', '103339.597500', '103340.057500', '103340.517500', '103340.977500', '103341.437500', '103341.897500', '103342.357500', '103342.817500', '103343.277500', '103343.737500', '103344.197500', '103344.657500', '103345.117500', '103345.577500', '103346.037500', '103346.497500', '103346.957500', '103347.417500', '103347.877500', '103348.337500', '103348.797500', '103349.257500', '103349.717500', '103350.177500', '103350.637500', '103351.097500', '103351.557500', '103352.017500', '103352.477500', '103352.937500', '103353.397500', '103353.857500', '103354.317500', '103354.777500', '103355.237500', '103355.697500', '103356.157500', '103356.617500', '103357.077500', '103357.537500', '103357.997500', '103358.457500', '103358.917500', '103359.377500', '103359.837500', '103400.297500', '103400.757500', '103401.217500', '103401.677500', '103402.137500', '103402.597500', '103403.057500', '103403.517500', '103403.977500', '103404.437500', '103404.897500', '103405.357500', '103405.817500', '103406.277500', '103406.737500', '103407.197500', '103407.657500', '103408.117500', '103408.577500', '103409.037500', '103409.497500', '103409.957500', '103410.417500', '103410.877500', '103411.337500', '103411.797500', '103412.257500', '103412.717500', '103413.177500', '103413.637500', '103414.097500', '103414.557500', '103415.017500', '103415.477500', '103415.937500', '103416.397500', '103416.857500', '103417.317500', '103417.777500', '103418.237500', '103418.697500', '103419.157500', '103419.617500', '103420.077500', '103420.537500', '103420.997500', '103421.457500', '103421.917500', '103422.377500', '103422.837500', '103423.297500', '103423.757500', '103424.217500', '103424.677500', '103425.137500', '103425.597500', '103426.057500', '103426.517500', '103426.977500', '103427.437500', '103427.897500', '103428.357500', '103428.817500', '103429.277500', '103429.737500', '103430.197500', '103430.657500', '103431.117500', '103431.577500', '103432.037500', '103432.497500', '103432.957500', '103433.417500', '103433.877500', '103434.337500', '103434.797500', '103435.257500', '103435.717500', '103436.177500', '103436.637500', '103437.097500', '103437.557500', '103438.017500', '103438.477500', '103438.937500', '103439.397500', '103439.857500', '103440.317500', '103440.777500', '103441.237500', '103441.697500', '103442.157500', '103442.617500', '103443.077500', '103443.537500', '103443.997500', '103444.457500', '103444.917500', '103445.377500', '103445.837500', '103446.297500', '103446.757500', '103447.217500', '103447.677500', '103448.137500', '103448.597500', '103449.057500', '103449.517500', '103449.977500', '103450.437500', '103450.897500', '103451.357500', '103451.817500', '103452.277500', '103452.737500', '103453.197500', '103453.657500', '103454.117500', '103454.577500', '103455.037500', '103455.497500', '103455.957500', '103456.417500', '103456.877500', '103457.337500', '103457.797500', '103458.257500', '103458.717500', '103459.177500', '103459.637500', '103500.097500', '103500.557500', '103501.017500', '103501.477500', '103501.937500', '103502.397500', '103502.857500', '103503.317500', '103503.777500', '103504.237500', '103504.697500', '103505.157500', '103505.617500', '103506.077500', '103506.537500', '103506.997500', '103507.457500', '103507.917500', '103508.377500', '103508.837500', '103509.297500', '103509.757500', '103510.217500', '103510.677500', '103511.137500', '103511.597500', '103512.057500', '103512.517500', '103512.977500', '103513.437500', '103513.897500', '103514.357500', '103514.817500', '103515.277500', '103515.737500', '103516.197500', '103516.657500', '103517.117500', '103517.577500', '103518.037500', '103518.497500', '103518.957500', '103519.417500', '103519.877500', '103520.337500', '103520.797500', '103521.257500', '103521.717500', '103522.177500', '103522.637500', '103523.097500', '103523.557500', '103524.017500', '103524.477500', '103524.937500', '103525.397500', '103525.857500', '103526.317500', '103526.777500', '103527.237500', '103527.697500', '103528.157500', '103528.617500'], 'ContentTime': ['102535.628000', '102535.631000', '102535.634000', '102535.637000', '102535.640000', '102535.643000', '102535.646000', '102535.649000', '102535.660000', '102535.663000', '102535.666000', '102535.669000', '102535.672000', '102535.676000', '102535.679000', '102535.682000', '102535.685000', '102535.688000', '102535.691000', '102535.694000', '102535.697000', '102535.700000', '102535.703000', '102535.706000', '102535.709000', '102535.712000', '102535.715000', '102535.718000', '102535.721000', '102535.724000', '102535.727000', '102535.730000', '102535.733000', '102535.736000', '102535.739000', '102535.742000', '102535.745000', '102535.749000', '102535.752000', '102535.755000', '102535.758000', '102535.761000', '102535.764000', '102555.600000', '102555.603000', '102555.606000', '102555.609000', '102555.611000', '102555.614000', '102555.617000', '102555.620000', '102555.623000', '102555.626000', '102555.629000', '102555.632000', '102555.635000', '102555.637000', '102555.640000', '102555.643000', '102555.646000', '102555.649000', '102555.652000', '102555.655000', '102555.658000', '102555.660000', '102555.663000', '102555.666000', '102555.669000', '102555.672000', '102555.675000', '102555.678000', '102555.681000', '102555.684000', '102555.686000', '102555.689000', '102555.692000', '102555.695000', '102555.702000', '102555.705000', '102555.708000', '102555.711000', '102555.714000', '102555.717000', '102555.720000', '102555.723000', '102555.732000', '102555.735000', '102615.600000', '102615.603000', '102615.606000', '102615.609000', '102615.612000', '102615.615000', '102615.618000', '102615.621000', '102615.624000', '102615.627000', '102615.629000', '102615.632000', '102615.635000', '102615.638000', '102615.641000', '102615.644000', '102615.647000', '102615.650000', '102615.653000', '102615.656000', '102615.658000', '102615.661000', '102615.664000', '102615.667000', '102615.670000', '102615.693000', '102615.696000', '102615.699000', '102615.702000', '102615.705000', '102615.708000', '102615.720000', '102615.723000', '102615.726000', '102615.729000', '102615.731000', '102615.734000', '102615.737000', '102615.740000', '102615.743000', '102615.746000', '102615.749000', '102615.752000', '102635.600000', '102635.603000', '102635.606000', '102635.609000', '102635.612000', '102635.615000', '102635.618000', '102635.621000', '102635.623000', '102635.626000', '102635.629000', '102635.632000', '102635.635000', '102635.638000', '102635.641000', '102635.644000', '102635.647000', '102635.650000', '102635.653000', '102635.655000', '102635.658000', '102635.661000', '102635.664000', '102635.667000', '102635.670000', '102635.673000', '102635.676000', '102635.679000', '102635.681000', '102635.684000', '102635.687000', '102635.690000', '102635.693000', '102635.696000', '102635.703000', '102635.706000', '102635.709000', '102635.712000', '102635.715000', '102635.718000', '102635.721000', '102635.724000', '102635.727000', '102655.600000', '102655.603000', '102655.606000', '102655.609000', '102655.612000', '102655.615000', '102655.618000', '102655.620000', '102655.623000', '102655.626000', '102655.629000', '102655.632000', '102655.635000', '102655.638000', '102655.641000', '102655.644000', '102655.655000', '102655.658000', '102655.661000', '102655.664000', '102655.666000', '102655.669000', '102655.672000', '102655.675000', '102655.678000', '102655.681000', '102655.684000', '102655.687000', '102655.690000', '102655.693000', '102655.696000', '102655.698000', '102655.701000', '102655.704000', '102655.707000', '102655.710000', '102655.713000', '102655.716000', '102655.719000', '102655.722000', '102655.725000', '102655.728000', '102655.730000', '102655.733000', '102715.599000', '102715.602000', '102715.605000', '102715.608000', '102715.611000', '102715.614000', '102715.617000', '102715.620000', '102715.623000', '102715.627000', '102715.631000', '102715.634000', '102715.637000', '102715.640000', '102715.643000', '102715.645000', '102715.648000', '102715.651000', '102715.654000', '102715.657000', '102715.670000', '102715.672000', '102715.675000', '102715.678000', '102715.681000', '102715.684000', '102715.687000', '102715.690000', '102715.693000', '102715.696000', '102715.699000', '102715.701000', '102715.704000', '102715.707000', '102715.710000', '102715.713000', '102715.716000', '102715.719000', '102715.722000', '102715.725000', '102715.728000', '102715.730000', '102715.733000', '102735.600000', '102735.603000', '102735.606000', '102735.609000', '102735.612000', '102735.615000', '102735.618000', '102735.621000', '102735.624000', '102735.626000', '102735.629000', '102735.632000', '102735.635000', '102735.638000', '102735.641000', '102735.644000', '102735.647000', '102735.650000', '102735.653000', '102735.655000', '102735.658000', '102735.661000', '102735.664000', '102735.667000', '102735.670000', '102735.673000', '102735.676000', '102735.679000', '102735.682000', '102735.684000', '102735.687000', '102735.690000', '102735.693000', '102735.696000', '102735.699000', '102735.702000', '102735.705000', '102735.708000', '102735.711000', '102735.714000', '102735.716000', '102735.719000', '102735.722000', '102735.725000', '102755.600000', '102755.603000', '102755.606000', '102755.609000', '102755.612000', '102755.615000', '102755.618000', '102755.621000', '102755.624000', '102755.633000', '102755.636000', '102755.639000', '102755.642000', '102755.645000', '102755.648000', '102755.651000', '102755.654000', '102755.657000', '102755.659000', '102755.662000', '102755.665000', '102755.678000', '102755.681000', '102755.684000', '102755.687000', '102755.690000', '102755.693000', '102755.695000', '102755.698000', '102755.701000', '102755.704000', '102755.707000', '102755.710000', '102755.713000', '102755.716000', '102755.719000', '102755.722000', '102755.725000', '102755.727000', '102755.730000', '102755.733000', '102755.736000', '102755.739000', '102815.600000', '102815.603000', '102815.606000', '102815.609000', '102815.612000', '102815.615000', '102815.618000', '102815.621000', '102815.623000', '102815.626000', '102815.629000', '102815.632000', '102815.635000', '102815.638000', '102815.641000', '102815.644000', '102815.647000', '102815.650000', '102815.653000', '102815.656000', '102815.659000', '102815.662000', '102815.665000', '102815.667000', '102815.670000', '102815.673000', '102815.676000', '102815.679000', '102815.682000', '102815.685000', '102815.688000', '102815.691000', '102815.694000', '102815.697000', '102815.700000', '102815.702000', '102815.705000', '102815.708000', '102815.711000', '102815.714000', '102815.717000', '102815.720000', '102815.723000', '102815.726000', '102835.600000', '102835.603000', '102835.606000', '102835.609000', '102835.612000', '102835.615000', '102835.618000', '102835.621000', '102835.624000', '102835.627000', '102835.629000', '102835.632000', '102835.635000', '102835.638000', '102835.641000', '102835.644000', '102835.647000', '102835.650000', '102835.653000', '102835.657000', '102835.662000', '102835.666000', '102835.669000', '102835.672000', '102835.675000', '102835.677000', '102835.680000', '102835.683000', '102835.686000', '102835.689000', '102835.692000', '102835.695000', '102835.698000', '102835.701000', '102835.704000', '102835.707000', '102835.710000', '102835.712000', '102835.715000', '102835.718000', '102835.721000', '102835.724000', '102835.727000', '102855.600000', '102855.603000', '102855.606000', '102855.609000', '102855.612000', '102855.615000', '102855.618000', '102855.620000', '102855.623000', '102855.626000', '102855.629000', '102855.632000', '102855.635000', '102855.638000', '102855.641000', '102855.644000', '102855.647000', '102855.650000', '102855.653000', '102855.656000', '102855.659000', '102855.662000', '102855.665000', '102855.667000', '102855.670000', '102855.673000', '102855.676000', '102855.679000', '102855.682000', '102855.685000', '102855.688000', '102855.691000', '102855.694000', '102855.697000', '102855.700000', '102855.703000', '102855.706000', '102855.708000', '102855.711000', '102855.714000', '102855.717000', '102855.720000', '102855.723000', '102855.726000', '102915.600000', '102915.603000', '102915.606000', '102915.609000', '102915.612000', '102915.615000', '102915.618000', '102915.621000', '102915.624000', '102915.626000', '102915.629000', '102915.632000', '102915.635000', '102915.638000', '102915.641000', '102915.644000', '102915.647000', '102915.650000', '102915.653000', '102915.656000', '102915.659000', '102915.662000', '102915.665000', '102915.668000', '102915.671000', '102915.674000', '102915.677000', '102915.680000', '102915.683000', '102915.686000', '102915.689000', '102915.692000', '102915.695000', '102915.698000', '102915.700000', '102915.703000', '102915.706000', '102915.709000', '102915.712000', '102915.715000', '102915.718000', '102915.721000', '102915.724000', '102935.599000', '102935.602000', '102935.605000', '102935.622000', '102935.625000', '102935.628000', '102935.631000', '102935.633000', '102935.636000', '102935.639000', '102935.642000', '102935.645000', '102935.648000', '102935.651000', '102935.654000', '102935.657000', '102935.660000', '102935.663000', '102935.666000', '102935.669000', '102935.672000', '102935.684000', '102935.687000', '102935.689000', '102935.692000', '102935.695000', '102935.698000', '102935.701000', '102935.704000', '102935.707000', '102935.710000', '102935.713000', '102935.716000', '102935.719000', '102935.722000', '102935.725000', '102935.727000', '102935.730000', '102935.733000', '102935.736000', '102935.739000', '102935.742000', '102935.745000', '102935.748000', '102955.600000', '102955.603000', '102955.606000', '102955.609000', '102955.612000', '102955.615000', '102955.618000', '102955.621000', '102955.624000', '102955.627000', '102955.630000', '102955.634000', '102955.637000', '102955.640000', '102955.643000', '102955.646000', '102955.649000', '102955.652000', '102955.655000', '102955.658000', '102955.661000', '102955.663000', '102955.666000', '102955.669000', '102955.672000', '102955.675000', '102955.678000', '102955.681000', '102955.684000', '102955.687000', '102955.690000', '102955.693000', '102955.696000', '102955.699000', '102955.702000', '102955.705000', '102955.708000', '102955.711000', '102955.714000', '102955.717000', '102955.720000', '102955.723000', '102955.726000', '103015.600000', '103015.603000', '103015.606000', '103015.609000', '103015.612000', '103015.615000', '103015.618000', '103015.621000', '103015.624000', '103015.626000', '103015.629000', '103015.632000', '103015.635000', '103015.638000', '103015.641000', '103015.644000', '103015.647000', '103015.650000', '103015.653000', '103015.656000', '103015.659000', '103015.662000', '103015.665000', '103015.668000', '103015.671000', '103015.674000', '103015.677000', '103015.680000', '103015.683000', '103015.685000', '103015.688000', '103015.691000', '103015.694000', '103015.697000', '103015.700000', '103015.703000', '103015.706000', '103015.709000', '103015.712000', '103015.719000', '103015.721000', '103015.724000', '103015.727000', '103015.730000', '103035.600000', '103035.603000', '103035.606000', '103035.609000', '103035.612000', '103035.615000', '103035.618000', '103035.621000', '103035.624000', '103035.627000', '103035.630000', '103035.632000', '103035.635000', '103035.638000', '103035.641000', '103035.644000', '103035.647000', '103035.650000', '103035.653000', '103035.656000', '103035.659000', '103035.662000', '103035.665000', '103035.667000', '103035.680000', '103035.683000', '103035.686000', '103035.689000', '103035.692000', '103035.695000', '103035.698000', '103035.701000', '103035.704000', '103035.707000', '103035.709000', '103035.712000', '103035.715000', '103035.720000', '103035.723000', '103035.726000', '103035.729000', '103035.732000', '103035.735000', '103055.600000', '103055.603000', '103055.606000', '103055.609000', '103055.612000', '103055.615000', '103055.618000', '103055.621000', '103055.623000', '103055.626000', '103055.629000', '103055.632000', '103055.635000', '103055.638000', '103055.654000', '103055.657000', '103055.660000', '103055.663000', '103055.666000', '103055.669000', '103055.672000', '103055.675000', '103055.677000', '103055.680000', '103055.683000', '103055.686000', '103055.689000', '103055.692000', '103055.695000', '103055.698000', '103055.701000', '103055.704000', '103055.707000', '103055.709000', '103055.712000', '103055.715000', '103055.718000', '103055.721000', '103055.724000', '103055.727000', '103055.730000', '103055.733000', '103055.736000', '103055.738000', '103115.600000', '103115.603000', '103115.606000', '103115.609000', '103115.612000', '103115.615000', '103115.618000', '103115.621000', '103115.624000', '103115.626000', '103115.629000', '103115.632000', '103115.635000', '103115.638000', '103115.641000', '103115.644000', '103115.647000', '103115.650000', '103115.653000', '103115.656000', '103115.659000', '103115.661000', '103115.664000', '103115.667000', '103115.672000', '103115.675000', '103115.678000', '103115.681000', '103115.684000', '103115.687000', '103115.690000', '103115.693000', '103115.696000', '103115.699000', '103115.702000', '103115.705000', '103115.707000', '103115.710000', '103115.713000', '103115.716000', '103115.719000', '103115.722000', '103115.725000', '103135.600000', '103135.603000', '103135.606000', '103135.609000', '103135.612000', '103135.615000', '103135.618000', '103135.621000', '103135.624000', '103135.627000', '103135.629000', '103135.633000', '103135.636000', '103135.639000', '103135.642000', '103135.645000', '103135.648000', '103135.651000', '103135.653000', '103135.656000', '103135.659000', '103135.662000', '103135.665000', '103135.668000', '103135.671000', '103135.674000', '103135.677000', '103135.680000', '103135.683000', '103135.686000', '103135.688000', '103135.691000', '103135.694000', '103135.697000', '103135.700000', '103135.703000', '103135.706000', '103135.709000', '103135.712000', '103135.715000', '103135.718000', '103135.721000', '103135.723000', '103135.726000', '103155.599000', '103155.602000', '103155.605000', '103155.608000', '103155.611000', '103155.614000', '103155.617000', '103155.620000', '103155.623000', '103155.626000', '103155.629000', '103155.632000', '103155.634000', '103155.637000', '103155.640000', '103155.643000', '103155.646000', '103155.649000', '103155.652000', '103155.655000', '103155.658000', '103155.661000', '103155.664000', '103155.667000', '103155.670000', '103155.672000', '103155.676000', '103155.678000', '103155.681000', '103155.684000', '103155.687000', '103155.690000', '103155.693000', '103155.696000', '103155.699000', '103155.702000', '103155.704000', '103155.707000', '103155.710000', '103155.713000', '103155.716000', '103155.719000', '103155.722000', '103215.600000', '103215.603000', '103215.606000', '103215.609000', '103215.612000', '103215.615000', '103215.618000', '103215.621000', '103215.624000', '103215.626000', '103215.629000', '103215.632000', '103215.635000', '103215.638000', '103215.641000', '103215.644000', '103215.647000', '103215.650000', '103215.653000', '103215.669000', '103215.672000', '103215.675000', '103215.678000', '103215.681000', '103215.702000', '103215.705000', '103215.708000', '103215.711000', '103215.714000', '103215.717000', '103215.720000', '103215.723000', '103215.726000', '103215.729000', '103215.731000', '103215.734000', '103215.737000', '103215.740000', '103215.743000', '103215.746000', '103215.749000', '103215.752000', '103215.755000', '103215.758000', '103235.600000', '103235.603000', '103235.606000', '103235.609000', '103235.612000', '103235.615000', '103235.618000', '103235.621000', '103235.624000', '103235.627000', '103235.630000', '103235.633000', '103235.635000', '103235.638000', '103235.641000', '103235.644000', '103235.647000', '103235.650000', '103235.653000', '103235.656000', '103235.659000', '103235.662000', '103235.664000', '103235.667000', '103235.670000', '103235.673000', '103235.676000', '103235.679000', '103235.682000', '103235.685000', '103235.688000', '103235.691000', '103235.694000', '103235.697000', '103235.700000', '103235.702000', '103235.705000', '103235.710000', '103235.713000', '103235.716000', '103235.719000', '103235.722000', '103235.724000', '103255.600000', '103255.603000', '103255.606000', '103255.609000', '103255.612000', '103255.615000', '103255.618000', '103255.621000', '103255.624000', '103255.627000', '103255.630000', '103255.633000', '103255.636000', '103255.638000', '103255.641000', '103255.644000', '103255.647000', '103255.650000', '103255.653000', '103255.656000', '103255.659000', '103255.662000', '103255.665000', '103255.668000', '103255.671000', '103255.674000', '103255.677000', '103255.680000', '103255.683000', '103255.685000', '103255.688000', '103255.691000', '103255.694000', '103255.697000', '103255.700000', '103255.703000', '103255.706000', '103255.709000', '103255.712000', '103255.715000', '103255.718000', '103255.721000', '103255.724000', '103255.726000', '103315.600000', '103315.603000', '103315.606000', '103315.609000', '103315.612000', '103315.615000', '103315.618000', '103315.621000', '103315.624000', '103315.627000', '103315.630000', '103315.633000', '103315.636000', '103315.638000', '103315.641000', '103315.644000', '103315.647000', '103315.650000', '103315.653000', '103315.656000', '103315.659000', '103315.662000', '103315.665000', '103315.668000', '103315.671000', '103315.674000', '103315.677000', '103315.680000', '103315.683000', '103315.686000', '103315.688000', '103315.691000', '103315.694000', '103315.697000', '103315.700000', '103315.703000', '103315.706000', '103315.709000', '103315.712000', '103315.715000', '103315.718000', '103315.721000', '103315.724000', '103335.600000', '103335.603000', '103335.606000', '103335.609000', '103335.612000', '103335.615000', '103335.618000', '103335.621000', '103335.624000', '103335.627000', '103335.629000', '103335.633000', '103335.635000', '103335.638000', '103335.641000', '103335.644000', '103335.647000', '103335.650000', '103335.653000', '103335.656000', '103335.659000', '103335.662000', '103335.665000', '103335.668000', '103335.671000', '103335.674000', '103335.677000', '103335.680000', '103335.683000', '103335.685000', '103335.688000', '103335.691000', '103335.694000', '103335.697000', '103335.700000', '103335.715000', '103335.718000', '103335.721000', '103335.724000', '103335.727000', '103335.730000', '103335.733000', '103335.736000', '103335.739000', '103355.600000', '103355.603000', '103355.606000', '103355.609000', '103355.612000', '103355.615000', '103355.626000', '103355.629000', '103355.632000', '103355.635000', '103355.638000', '103355.641000', '103355.644000', '103355.647000', '103355.649000', '103355.652000', '103355.655000', '103355.658000', '103355.661000', '103355.664000', '103355.667000', '103355.670000', '103355.673000', '103355.676000', '103355.679000', '103355.682000', '103355.685000', '103355.687000', '103355.690000', '103355.693000', '103355.696000', '103355.699000', '103355.702000', '103355.705000', '103355.708000', '103355.711000', '103355.714000', '103355.717000', '103355.720000', '103355.723000', '103355.725000', '103355.728000', '103355.731000', '103415.599000', '103415.602000', '103415.605000', '103415.608000', '103415.611000', '103415.614000', '103415.617000', '103415.620000', '103415.623000', '103415.626000', '103415.629000', '103415.632000', '103415.634000', '103415.637000', '103415.640000', '103415.643000', '103415.646000', '103415.649000', '103415.652000', '103415.655000', '103415.658000', '103415.661000', '103415.664000', '103415.667000', '103415.670000', '103415.673000', '103415.676000', '103415.679000', '103415.689000', '103415.692000', '103415.695000', '103415.698000', '103415.701000', '103415.704000', '103415.707000', '103415.711000', '103415.714000', '103415.717000', '103415.720000', '103415.722000', '103415.725000', '103415.729000', '103415.732000', '103435.600000', '103435.603000', '103435.606000', '103435.609000', '103435.612000', '103435.615000', '103435.618000', '103435.621000', '103435.624000', '103435.627000', '103435.630000', '103435.633000', '103435.636000', '103435.639000', '103435.641000', '103435.644000', '103435.647000', '103435.650000', '103435.653000', '103435.656000', '103435.659000', '103435.662000', '103435.665000', '103435.668000', '103435.671000', '103435.674000', '103435.677000', '103435.680000', '103435.683000', '103435.686000', '103435.688000', '103435.691000', '103435.694000', '103435.697000', '103435.700000', '103435.703000', '103435.706000', '103435.709000', '103435.712000', '103435.715000', '103435.718000', '103435.721000', '103435.724000', '103435.727000', '103455.601000', '103455.604000', '103455.607000', '103455.611000', '103455.613000', '103455.616000', '103455.619000', '103455.622000', '103455.625000', '103455.628000', '103455.631000', '103455.634000', '103455.637000', '103455.640000', '103455.643000', '103455.646000', '103455.648000', '103455.652000', '103455.654000', '103455.657000', '103455.660000', '103455.663000', '103455.666000', '103455.669000', '103455.672000', '103455.675000', '103455.678000', '103455.681000', '103455.684000', '103455.687000', '103455.690000', '103455.692000', '103455.709000', '103455.712000', '103455.714000', '103455.717000', '103455.720000', '103455.723000', '103455.726000', '103455.729000', '103455.732000', '103455.735000', '103455.738000', '103515.600000', '103515.603000', '103515.606000', '103515.609000', '103515.612000', '103515.615000', '103515.618000', '103515.621000', '103515.624000', '103515.627000', '103515.630000', '103515.632000', '103515.635000', '103515.638000', '103515.641000', '103515.644000', '103515.647000', '103515.650000', '103515.653000', '103515.656000', '103515.659000', '103515.662000', '103515.665000', '103515.668000', '103515.671000', '103515.674000', '103515.676000', '103515.679000', '103515.682000', '103515.685000', '103515.688000', '103515.691000', '103515.694000', '103515.697000', '103515.700000', '103515.703000', '103515.706000', '103515.709000', '103515.712000', '103515.715000', '103515.718000', '103515.721000', '103515.724000', '103515.726000', '103529.693000', '103529.696000', '103529.700000', '103529.711000', '103529.714000', '103529.717000', '103529.721000', '103529.725000', '103529.728000', '103529.731000', '103529.734000', '103529.737000', '103529.740000', '103529.743000', '103529.746000', '103529.749000', '103529.752000', '103529.755000', '103529.759000', '103529.762000', '103529.765000', '103529.768000', '103529.771000', '103529.774000', '103529.776000', '103529.779000', '103529.782000', '103529.785000', '103529.788000', '103529.791000', '103529.794000'], 'InstanceCreationTime': ['102535.628000', '102535.631000', '102535.634000', '102535.637000', '102535.640000', '102535.643000', '102535.646000', '102535.649000', '102535.660000', '102535.663000', '102535.666000', '102535.669000', '102535.672000', '102535.676000', '102535.679000', '102535.682000', '102535.685000', '102535.688000', '102535.691000', '102535.694000', '102535.697000', '102535.700000', '102535.703000', '102535.706000', '102535.709000', '102535.712000', '102535.715000', '102535.718000', '102535.721000', '102535.724000', '102535.727000', '102535.730000', '102535.733000', '102535.736000', '102535.739000', '102535.742000', '102535.745000', '102535.749000', '102535.752000', '102535.755000', '102535.758000', '102535.761000', '102535.764000', '102555.600000', '102555.603000', '102555.606000', '102555.609000', '102555.611000', '102555.614000', '102555.617000', '102555.620000', '102555.623000', '102555.626000', '102555.629000', '102555.632000', '102555.635000', '102555.637000', '102555.640000', '102555.643000', '102555.646000', '102555.649000', '102555.652000', '102555.655000', '102555.658000', '102555.660000', '102555.663000', '102555.666000', '102555.669000', '102555.672000', '102555.675000', '102555.678000', '102555.681000', '102555.684000', '102555.686000', '102555.689000', '102555.692000', '102555.695000', '102555.702000', '102555.705000', '102555.708000', '102555.711000', '102555.714000', '102555.717000', '102555.720000', '102555.723000', '102555.732000', '102555.735000', '102615.600000', '102615.603000', '102615.606000', '102615.609000', '102615.612000', '102615.615000', '102615.618000', '102615.621000', '102615.624000', '102615.627000', '102615.629000', '102615.632000', '102615.635000', '102615.638000', '102615.641000', '102615.644000', '102615.647000', '102615.650000', '102615.653000', '102615.656000', '102615.658000', '102615.661000', '102615.664000', '102615.667000', '102615.670000', '102615.693000', '102615.696000', '102615.699000', '102615.702000', '102615.705000', '102615.708000', '102615.720000', '102615.723000', '102615.726000', '102615.729000', '102615.731000', '102615.734000', '102615.737000', '102615.740000', '102615.743000', '102615.746000', '102615.749000', '102615.752000', '102635.600000', '102635.603000', '102635.606000', '102635.609000', '102635.612000', '102635.615000', '102635.618000', '102635.621000', '102635.623000', '102635.626000', '102635.629000', '102635.632000', '102635.635000', '102635.638000', '102635.641000', '102635.644000', '102635.647000', '102635.650000', '102635.653000', '102635.655000', '102635.658000', '102635.661000', '102635.664000', '102635.667000', '102635.670000', '102635.673000', '102635.676000', '102635.679000', '102635.681000', '102635.684000', '102635.687000', '102635.690000', '102635.693000', '102635.696000', '102635.703000', '102635.706000', '102635.709000', '102635.712000', '102635.715000', '102635.718000', '102635.721000', '102635.724000', '102635.727000', '102655.600000', '102655.603000', '102655.606000', '102655.609000', '102655.612000', '102655.615000', '102655.618000', '102655.620000', '102655.623000', '102655.626000', '102655.629000', '102655.632000', '102655.635000', '102655.638000', '102655.641000', '102655.644000', '102655.655000', '102655.658000', '102655.661000', '102655.664000', '102655.666000', '102655.669000', '102655.672000', '102655.675000', '102655.678000', '102655.681000', '102655.684000', '102655.687000', '102655.690000', '102655.693000', '102655.696000', '102655.698000', '102655.701000', '102655.704000', '102655.707000', '102655.710000', '102655.713000', '102655.716000', '102655.719000', '102655.722000', '102655.725000', '102655.728000', '102655.730000', '102655.733000', '102715.599000', '102715.602000', '102715.605000', '102715.608000', '102715.611000', '102715.614000', '102715.617000', '102715.620000', '102715.623000', '102715.627000', '102715.631000', '102715.634000', '102715.637000', '102715.640000', '102715.643000', '102715.645000', '102715.648000', '102715.651000', '102715.654000', '102715.657000', '102715.670000', '102715.672000', '102715.675000', '102715.678000', '102715.681000', '102715.684000', '102715.687000', '102715.690000', '102715.693000', '102715.696000', '102715.699000', '102715.701000', '102715.704000', '102715.707000', '102715.710000', '102715.713000', '102715.716000', '102715.719000', '102715.722000', '102715.725000', '102715.728000', '102715.730000', '102715.733000', '102735.600000', '102735.603000', '102735.606000', '102735.609000', '102735.612000', '102735.615000', '102735.618000', '102735.621000', '102735.624000', '102735.626000', '102735.629000', '102735.632000', '102735.635000', '102735.638000', '102735.641000', '102735.644000', '102735.647000', '102735.650000', '102735.653000', '102735.655000', '102735.658000', '102735.661000', '102735.664000', '102735.667000', '102735.670000', '102735.673000', '102735.676000', '102735.679000', '102735.682000', '102735.684000', '102735.687000', '102735.690000', '102735.693000', '102735.696000', '102735.699000', '102735.702000', '102735.705000', '102735.708000', '102735.711000', '102735.714000', '102735.716000', '102735.719000', '102735.722000', '102735.725000', '102755.600000', '102755.603000', '102755.606000', '102755.609000', '102755.612000', '102755.615000', '102755.618000', '102755.621000', '102755.624000', '102755.633000', '102755.636000', '102755.639000', '102755.642000', '102755.645000', '102755.648000', '102755.651000', '102755.654000', '102755.657000', '102755.659000', '102755.662000', '102755.665000', '102755.678000', '102755.681000', '102755.684000', '102755.687000', '102755.690000', '102755.693000', '102755.695000', '102755.698000', '102755.701000', '102755.704000', '102755.707000', '102755.710000', '102755.713000', '102755.716000', '102755.719000', '102755.722000', '102755.725000', '102755.727000', '102755.730000', '102755.733000', '102755.736000', '102755.739000', '102815.600000', '102815.603000', '102815.606000', '102815.609000', '102815.612000', '102815.615000', '102815.618000', '102815.621000', '102815.623000', '102815.626000', '102815.629000', '102815.632000', '102815.635000', '102815.638000', '102815.641000', '102815.644000', '102815.647000', '102815.650000', '102815.653000', '102815.656000', '102815.659000', '102815.662000', '102815.665000', '102815.667000', '102815.670000', '102815.673000', '102815.676000', '102815.679000', '102815.682000', '102815.685000', '102815.688000', '102815.691000', '102815.694000', '102815.697000', '102815.700000', '102815.702000', '102815.705000', '102815.708000', '102815.711000', '102815.714000', '102815.717000', '102815.720000', '102815.723000', '102815.726000', '102835.600000', '102835.603000', '102835.606000', '102835.609000', '102835.612000', '102835.615000', '102835.618000', '102835.621000', '102835.624000', '102835.627000', '102835.629000', '102835.632000', '102835.635000', '102835.638000', '102835.641000', '102835.644000', '102835.647000', '102835.650000', '102835.653000', '102835.657000', '102835.662000', '102835.666000', '102835.669000', '102835.672000', '102835.675000', '102835.677000', '102835.680000', '102835.683000', '102835.686000', '102835.689000', '102835.692000', '102835.695000', '102835.698000', '102835.701000', '102835.704000', '102835.707000', '102835.710000', '102835.712000', '102835.715000', '102835.718000', '102835.721000', '102835.724000', '102835.727000', '102855.600000', '102855.603000', '102855.606000', '102855.609000', '102855.612000', '102855.615000', '102855.618000', '102855.620000', '102855.623000', '102855.626000', '102855.629000', '102855.632000', '102855.635000', '102855.638000', '102855.641000', '102855.644000', '102855.647000', '102855.650000', '102855.653000', '102855.656000', '102855.659000', '102855.662000', '102855.665000', '102855.667000', '102855.670000', '102855.673000', '102855.676000', '102855.679000', '102855.682000', '102855.685000', '102855.688000', '102855.691000', '102855.694000', '102855.697000', '102855.700000', '102855.703000', '102855.706000', '102855.708000', '102855.711000', '102855.714000', '102855.717000', '102855.720000', '102855.723000', '102855.726000', '102915.600000', '102915.603000', '102915.606000', '102915.609000', '102915.612000', '102915.615000', '102915.618000', '102915.621000', '102915.624000', '102915.626000', '102915.629000', '102915.632000', '102915.635000', '102915.638000', '102915.641000', '102915.644000', '102915.647000', '102915.650000', '102915.653000', '102915.656000', '102915.659000', '102915.662000', '102915.665000', '102915.668000', '102915.671000', '102915.674000', '102915.677000', '102915.680000', '102915.683000', '102915.686000', '102915.689000', '102915.692000', '102915.695000', '102915.698000', '102915.700000', '102915.703000', '102915.706000', '102915.709000', '102915.712000', '102915.715000', '102915.718000', '102915.721000', '102915.724000', '102935.599000', '102935.602000', '102935.605000', '102935.622000', '102935.625000', '102935.628000', '102935.631000', '102935.633000', '102935.636000', '102935.639000', '102935.642000', '102935.645000', '102935.648000', '102935.651000', '102935.654000', '102935.657000', '102935.660000', '102935.663000', '102935.666000', '102935.669000', '102935.672000', '102935.684000', '102935.687000', '102935.689000', '102935.692000', '102935.695000', '102935.698000', '102935.701000', '102935.704000', '102935.707000', '102935.710000', '102935.713000', '102935.716000', '102935.719000', '102935.722000', '102935.725000', '102935.727000', '102935.730000', '102935.733000', '102935.736000', '102935.739000', '102935.742000', '102935.745000', '102935.748000', '102955.600000', '102955.603000', '102955.606000', '102955.609000', '102955.612000', '102955.615000', '102955.618000', '102955.621000', '102955.624000', '102955.627000', '102955.630000', '102955.634000', '102955.637000', '102955.640000', '102955.643000', '102955.646000', '102955.649000', '102955.652000', '102955.655000', '102955.658000', '102955.661000', '102955.663000', '102955.666000', '102955.669000', '102955.672000', '102955.675000', '102955.678000', '102955.681000', '102955.684000', '102955.687000', '102955.690000', '102955.693000', '102955.696000', '102955.699000', '102955.702000', '102955.705000', '102955.708000', '102955.711000', '102955.714000', '102955.717000', '102955.720000', '102955.723000', '102955.726000', '103015.600000', '103015.603000', '103015.606000', '103015.609000', '103015.612000', '103015.615000', '103015.618000', '103015.621000', '103015.624000', '103015.626000', '103015.629000', '103015.632000', '103015.635000', '103015.638000', '103015.641000', '103015.644000', '103015.647000', '103015.650000', '103015.653000', '103015.656000', '103015.659000', '103015.662000', '103015.665000', '103015.668000', '103015.671000', '103015.674000', '103015.677000', '103015.680000', '103015.683000', '103015.685000', '103015.688000', '103015.691000', '103015.694000', '103015.697000', '103015.700000', '103015.703000', '103015.706000', '103015.709000', '103015.712000', '103015.719000', '103015.721000', '103015.724000', '103015.727000', '103015.730000', '103035.600000', '103035.603000', '103035.606000', '103035.609000', '103035.612000', '103035.615000', '103035.618000', '103035.621000', '103035.624000', '103035.627000', '103035.630000', '103035.632000', '103035.635000', '103035.638000', '103035.641000', '103035.644000', '103035.647000', '103035.650000', '103035.653000', '103035.656000', '103035.659000', '103035.662000', '103035.665000', '103035.667000', '103035.680000', '103035.683000', '103035.686000', '103035.689000', '103035.692000', '103035.695000', '103035.698000', '103035.701000', '103035.704000', '103035.707000', '103035.709000', '103035.712000', '103035.715000', '103035.720000', '103035.723000', '103035.726000', '103035.729000', '103035.732000', '103035.735000', '103055.600000', '103055.603000', '103055.606000', '103055.609000', '103055.612000', '103055.615000', '103055.618000', '103055.621000', '103055.623000', '103055.626000', '103055.629000', '103055.632000', '103055.635000', '103055.638000', '103055.654000', '103055.657000', '103055.660000', '103055.663000', '103055.666000', '103055.669000', '103055.672000', '103055.675000', '103055.677000', '103055.680000', '103055.683000', '103055.686000', '103055.689000', '103055.692000', '103055.695000', '103055.698000', '103055.701000', '103055.704000', '103055.707000', '103055.709000', '103055.712000', '103055.715000', '103055.718000', '103055.721000', '103055.724000', '103055.727000', '103055.730000', '103055.733000', '103055.736000', '103055.738000', '103115.600000', '103115.603000', '103115.606000', '103115.609000', '103115.612000', '103115.615000', '103115.618000', '103115.621000', '103115.624000', '103115.626000', '103115.629000', '103115.632000', '103115.635000', '103115.638000', '103115.641000', '103115.644000', '103115.647000', '103115.650000', '103115.653000', '103115.656000', '103115.659000', '103115.661000', '103115.664000', '103115.667000', '103115.672000', '103115.675000', '103115.678000', '103115.681000', '103115.684000', '103115.687000', '103115.690000', '103115.693000', '103115.696000', '103115.699000', '103115.702000', '103115.705000', '103115.707000', '103115.710000', '103115.713000', '103115.716000', '103115.719000', '103115.722000', '103115.725000', '103135.600000', '103135.603000', '103135.606000', '103135.609000', '103135.612000', '103135.615000', '103135.618000', '103135.621000', '103135.624000', '103135.627000', '103135.629000', '103135.633000', '103135.636000', '103135.639000', '103135.642000', '103135.645000', '103135.648000', '103135.651000', '103135.653000', '103135.656000', '103135.659000', '103135.662000', '103135.665000', '103135.668000', '103135.671000', '103135.674000', '103135.677000', '103135.680000', '103135.683000', '103135.686000', '103135.688000', '103135.691000', '103135.694000', '103135.697000', '103135.700000', '103135.703000', '103135.706000', '103135.709000', '103135.712000', '103135.715000', '103135.718000', '103135.721000', '103135.723000', '103135.726000', '103155.599000', '103155.602000', '103155.605000', '103155.608000', '103155.611000', '103155.614000', '103155.617000', '103155.620000', '103155.623000', '103155.626000', '103155.629000', '103155.632000', '103155.634000', '103155.637000', '103155.640000', '103155.643000', '103155.646000', '103155.649000', '103155.652000', '103155.655000', '103155.658000', '103155.661000', '103155.664000', '103155.667000', '103155.670000', '103155.672000', '103155.676000', '103155.678000', '103155.681000', '103155.684000', '103155.687000', '103155.690000', '103155.693000', '103155.696000', '103155.699000', '103155.702000', '103155.704000', '103155.707000', '103155.710000', '103155.713000', '103155.716000', '103155.719000', '103155.722000', '103215.600000', '103215.603000', '103215.606000', '103215.609000', '103215.612000', '103215.615000', '103215.618000', '103215.621000', '103215.624000', '103215.626000', '103215.629000', '103215.632000', '103215.635000', '103215.638000', '103215.641000', '103215.644000', '103215.647000', '103215.650000', '103215.653000', '103215.669000', '103215.672000', '103215.675000', '103215.678000', '103215.681000', '103215.702000', '103215.705000', '103215.708000', '103215.711000', '103215.714000', '103215.717000', '103215.720000', '103215.723000', '103215.726000', '103215.729000', '103215.731000', '103215.734000', '103215.737000', '103215.740000', '103215.743000', '103215.746000', '103215.749000', '103215.752000', '103215.755000', '103215.758000', '103235.600000', '103235.603000', '103235.606000', '103235.609000', '103235.612000', '103235.615000', '103235.618000', '103235.621000', '103235.624000', '103235.627000', '103235.630000', '103235.633000', '103235.635000', '103235.638000', '103235.641000', '103235.644000', '103235.647000', '103235.650000', '103235.653000', '103235.656000', '103235.659000', '103235.662000', '103235.664000', '103235.667000', '103235.670000', '103235.673000', '103235.676000', '103235.679000', '103235.682000', '103235.685000', '103235.688000', '103235.691000', '103235.694000', '103235.697000', '103235.700000', '103235.702000', '103235.705000', '103235.710000', '103235.713000', '103235.716000', '103235.719000', '103235.722000', '103235.724000', '103255.600000', '103255.603000', '103255.606000', '103255.609000', '103255.612000', '103255.615000', '103255.618000', '103255.621000', '103255.624000', '103255.627000', '103255.630000', '103255.633000', '103255.636000', '103255.638000', '103255.641000', '103255.644000', '103255.647000', '103255.650000', '103255.653000', '103255.656000', '103255.659000', '103255.662000', '103255.665000', '103255.668000', '103255.671000', '103255.674000', '103255.677000', '103255.680000', '103255.683000', '103255.685000', '103255.688000', '103255.691000', '103255.694000', '103255.697000', '103255.700000', '103255.703000', '103255.706000', '103255.709000', '103255.712000', '103255.715000', '103255.718000', '103255.721000', '103255.724000', '103255.726000', '103315.600000', '103315.603000', '103315.606000', '103315.609000', '103315.612000', '103315.615000', '103315.618000', '103315.621000', '103315.624000', '103315.627000', '103315.630000', '103315.633000', '103315.636000', '103315.638000', '103315.641000', '103315.644000', '103315.647000', '103315.650000', '103315.653000', '103315.656000', '103315.659000', '103315.662000', '103315.665000', '103315.668000', '103315.671000', '103315.674000', '103315.677000', '103315.680000', '103315.683000', '103315.686000', '103315.688000', '103315.691000', '103315.694000', '103315.697000', '103315.700000', '103315.703000', '103315.706000', '103315.709000', '103315.712000', '103315.715000', '103315.718000', '103315.721000', '103315.724000', '103335.600000', '103335.603000', '103335.606000', '103335.609000', '103335.612000', '103335.615000', '103335.618000', '103335.621000', '103335.624000', '103335.627000', '103335.629000', '103335.633000', '103335.635000', '103335.638000', '103335.641000', '103335.644000', '103335.647000', '103335.650000', '103335.653000', '103335.656000', '103335.659000', '103335.662000', '103335.665000', '103335.668000', '103335.671000', '103335.674000', '103335.677000', '103335.680000', '103335.683000', '103335.685000', '103335.688000', '103335.691000', '103335.694000', '103335.697000', '103335.700000', '103335.715000', '103335.718000', '103335.721000', '103335.724000', '103335.727000', '103335.730000', '103335.733000', '103335.736000', '103335.739000', '103355.600000', '103355.603000', '103355.606000', '103355.609000', '103355.612000', '103355.615000', '103355.626000', '103355.629000', '103355.632000', '103355.635000', '103355.638000', '103355.641000', '103355.644000', '103355.647000', '103355.649000', '103355.652000', '103355.655000', '103355.658000', '103355.661000', '103355.664000', '103355.667000', '103355.670000', '103355.673000', '103355.676000', '103355.679000', '103355.682000', '103355.685000', '103355.687000', '103355.690000', '103355.693000', '103355.696000', '103355.699000', '103355.702000', '103355.705000', '103355.708000', '103355.711000', '103355.714000', '103355.717000', '103355.720000', '103355.723000', '103355.725000', '103355.728000', '103355.731000', '103415.599000', '103415.602000', '103415.605000', '103415.608000', '103415.611000', '103415.614000', '103415.617000', '103415.620000', '103415.623000', '103415.626000', '103415.629000', '103415.632000', '103415.634000', '103415.637000', '103415.640000', '103415.643000', '103415.646000', '103415.649000', '103415.652000', '103415.655000', '103415.658000', '103415.661000', '103415.664000', '103415.667000', '103415.670000', '103415.673000', '103415.676000', '103415.679000', '103415.689000', '103415.692000', '103415.695000', '103415.698000', '103415.701000', '103415.704000', '103415.707000', '103415.711000', '103415.714000', '103415.717000', '103415.720000', '103415.722000', '103415.725000', '103415.729000', '103415.732000', '103435.600000', '103435.603000', '103435.606000', '103435.609000', '103435.612000', '103435.615000', '103435.618000', '103435.621000', '103435.624000', '103435.627000', '103435.630000', '103435.633000', '103435.636000', '103435.639000', '103435.641000', '103435.644000', '103435.647000', '103435.650000', '103435.653000', '103435.656000', '103435.659000', '103435.662000', '103435.665000', '103435.668000', '103435.671000', '103435.674000', '103435.677000', '103435.680000', '103435.683000', '103435.686000', '103435.688000', '103435.691000', '103435.694000', '103435.697000', '103435.700000', '103435.703000', '103435.706000', '103435.709000', '103435.712000', '103435.715000', '103435.718000', '103435.721000', '103435.724000', '103435.727000', '103455.601000', '103455.604000', '103455.607000', '103455.611000', '103455.613000', '103455.616000', '103455.619000', '103455.622000', '103455.625000', '103455.628000', '103455.631000', '103455.634000', '103455.637000', '103455.640000', '103455.643000', '103455.646000', '103455.648000', '103455.652000', '103455.654000', '103455.657000', '103455.660000', '103455.663000', '103455.666000', '103455.669000', '103455.672000', '103455.675000', '103455.678000', '103455.681000', '103455.684000', '103455.687000', '103455.690000', '103455.692000', '103455.709000', '103455.712000', '103455.714000', '103455.717000', '103455.720000', '103455.723000', '103455.726000', '103455.729000', '103455.732000', '103455.735000', '103455.738000', '103515.600000', '103515.603000', '103515.606000', '103515.609000', '103515.612000', '103515.615000', '103515.618000', '103515.621000', '103515.624000', '103515.627000', '103515.630000', '103515.632000', '103515.635000', '103515.638000', '103515.641000', '103515.644000', '103515.647000', '103515.650000', '103515.653000', '103515.656000', '103515.659000', '103515.662000', '103515.665000', '103515.668000', '103515.671000', '103515.674000', '103515.676000', '103515.679000', '103515.682000', '103515.685000', '103515.688000', '103515.691000', '103515.694000', '103515.697000', '103515.700000', '103515.703000', '103515.706000', '103515.709000', '103515.712000', '103515.715000', '103515.718000', '103515.721000', '103515.724000', '103515.726000', '103529.693000', '103529.696000', '103529.700000', '103529.711000', '103529.714000', '103529.717000', '103529.721000', '103529.725000', '103529.728000', '103529.731000', '103529.734000', '103529.737000', '103529.740000', '103529.743000', '103529.746000', '103529.749000', '103529.752000', '103529.755000', '103529.759000', '103529.762000', '103529.765000', '103529.768000', '103529.771000', '103529.774000', '103529.776000', '103529.779000', '103529.782000', '103529.785000', '103529.788000', '103529.791000', '103529.794000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [13893, 9576, 13711, 15505, 10699, 12874, 17001, 11571, 11216, 15724, 10260, 9965, 14150, 9235, 9407, 13784, 9082, 9595, 14727, 8302, 9454, 14115, 8619, 9533, 14250, 8960, 9981, 13227, 8762, 11784, 7723, 8670, 14565, 9275, 10332, 8619, 8086, 13302, 7943, 9669, 15848, 8840, 11454, 9716, 8653, 14502, 8522, 9393, 15305, 8748, 10161, 15682, 8670, 11616, 10903, 8872, 13433, 8669, 8945, 14175, 7941, 9015, 15960, 8198, 10207, 16019, 9078, 10731, 15805, 8584, 10588, 11133, 8432, 12264, 11093, 8443, 13296, 7946, 8788, 14190, 8380, 9038, 14964, 7966, 9810, 15529, 8534, 9669, 14326, 7912, 10248, 15154, 9130, 9612, 14506, 7910, 10525, 15297, 9012, 9888, 14948, 8340, 10297, 15803, 9288, 9923, 15131, 8669, 10026, 15551, 9077, 9783, 14911, 8107, 9544, 14546, 8516, 9271, 14783, 8380, 8921, 13743, 7711, 8716, 14649, 9358, 8472, 13011, 7535, 8121, 13785, 9347, 8216, 13122, 7927, 9434, 7444, 8645, 16272, 9493, 10900, 15237, 7758, 8528, 13541, 8925, 8036, 11854, 8763, 7847, 12473, 9780, 7978, 13584, 9723, 8024, 12609, 10562, 7828, 12232, 8170, 8049, 13341, 10065, 8152, 12524, 7753, 8073, 13355, 9410, 8317, 13054, 9585, 7933, 12802, 11157, 8162, 13566, 9718, 8465, 13872, 11605, 8399, 12819, 9565, 8250, 13724, 9840, 8568, 13787, 8741, 8552, 14015, 8829, 8578, 14433, 10068, 8493, 13777, 7940, 8613, 14849, 8528, 8811, 14578, 7250, 9014, 15057, 9210, 8419, 13172, 7561, 9154, 15050, 9457, 8452, 12973, 8652, 8133, 13009, 9039, 8342, 13918, 12807, 8102, 12542, 8592, 8693, 14833, 13624, 8902, 12027, 11973, 7899, 12405, 16679, 9864, 11262, 15289, 9059, 10823, 15264, 8505, 9830, 14517, 8131, 11745, 15445, 9819, 10925, 14507, 8787, 9335, 14159, 8764, 9175, 14580, 8297, 9547, 14797, 8576, 8913, 14513, 8785, 8923, 14743, 8081, 9225, 15075, 8897, 9206, 14623, 7445, 8708, 14194, 8164, 8910, 14716, 7668, 8633, 14372, 7533, 8205, 14710, 7979, 8897, 15046, 8341, 9603, 15731, 9095, 9866, 15090, 8812, 10586, 15532, 9235, 9495, 14182, 8189, 9905, 15149, 8652, 9657, 14047, 7641, 11244, 14896, 8672, 10881, 8155, 7975, 12890, 9467, 8591, 13404, 7501, 9313, 15757, 9517, 8541, 13139, 7797, 8953, 15148, 8550, 8775, 14393, 7221, 8864, 14778, 8118, 9267, 15027, 7989, 8911, 14833, 7906, 9577, 15401, 9940, 11573, 7367, 8471, 8513, 8017, 15758, 12552, 9022, 12011, 10217, 8571, 14132, 8672, 8617, 14760, 9264, 8315, 13668, 9260, 9171, 13879, 7846, 10831, 7597, 8350, 7055, 9818, 14044, 8470, 8780, 11219, 9518, 8860, 13382, 8816, 9321, 15504, 13658, 8972, 14074, 11924, 9572, 15500, 12815, 8846, 13370, 11750, 8297, 13711, 8835, 8343, 14421, 8312, 10491, 7892, 8756, 15496, 8294, 9286, 14017, 8087, 9049, 14299, 8679, 9339, 14542, 8545, 9785, 14204, 8535, 9463, 13222, 8192, 10296, 10901, 8106, 11310, 7831, 8499, 13072, 7397, 8814, 14769, 8287, 9553, 14645, 7895, 9822, 14544, 8915, 10267, 9763, 8547, 12167, 8113, 9046, 14829, 8351, 9137, 14829, 8376, 10341, 15132, 8690, 11488, 13937, 8232, 12142, 13721, 8943, 12091, 8792, 8994, 14340, 9049, 9574, 15770, 8353, 10337, 16165, 9064, 9391, 14624, 8604, 10135, 15734, 8896, 9301, 14196, 8438, 9993, 15319, 8703, 9479, 15092, 8721, 9591, 15088, 8939, 9628, 14490, 8280, 9953, 14252, 8272, 12055, 11987, 8505, 12579, 9017, 8620, 12756, 13177, 8400, 11866, 10566, 8304, 12110, 8173, 8776, 14305, 8538, 8891, 14736, 9238, 8606, 14120, 8471, 8752, 14648, 8350, 9214, 15386, 8745, 9014, 15265, 8213, 9315, 15050, 8913, 9940, 15123, 8350, 10931, 15238, 8474, 10980, 10649, 8247, 11938, 10059, 8269, 12287, 7830, 8571, 14480, 7758, 9100, 14891, 8504, 10040, 15463, 8508, 10560, 9460, 8533, 12147, 8720, 8787, 14522, 7404, 9052, 15646, 8965, 9584, 14428, 8256, 11919, 9657, 8716, 13656, 8037, 9878, 16042, 8983, 10976, 15771, 8576, 11618, 15665, 9499, 10801, 10394, 8580, 12581, 9742, 8641, 13361, 7507, 8721, 14248, 8256, 9018, 15215, 8409, 9627, 15735, 8572, 10014, 9091, 8511, 13599, 8593, 9135, 15000, 7907, 9448, 15098, 8553, 10702, 9391, 8501, 14041, 8899, 14075, 12290, 9010, 14906, 8543, 9161, 14624, 8583, 9077, 14831, 9614, 14073, 9431, 7389, 7127, 10395, 7350, 9676, 15315, 9590, 9272, 12828, 8751, 9056, 14032, 9493, 9111, 14658, 11570, 9212, 15557, 9726, 10074, 16417, 9463, 10197, 15167, 8873, 9621, 14565, 9654, 10416, 15615, 9307, 10206, 11227, 8222, 10779, 7652, 8273, 13126, 8113, 10030, 12922, 8251, 12509, 7751, 8661, 14925, 8944, 10193, 11193, 8280, 14005, 9131, 10477, 7579, 8847, 14293, 8138, 11323, 12746, 8521, 11682, 7953, 8723, 15067, 8571, 9913, 14362, 8784, 12924, 7993, 9117, 15806, 9363, 11172, 12659, 8657, 12589, 7839, 8850, 15247, 8458, 10016, 14770, 8585, 10280, 13789, 8125, 10674, 8716, 8275, 12084, 7906, 9007, 13448, 7755, 9570, 15197, 8821, 9944, 14642, 8249, 10915, 15122, 8215, 11417, 10742, 8658, 11365, 12167, 8358, 12039, 8504, 9124, 13179, 9781, 8893, 13018, 7598, 8915, 14934, 9551, 8831, 13723, 8034, 9099, 15101, 8647, 9447, 15445, 9175, 8998, 14115, 7811, 9564, 15745, 9564, 9190, 14468, 8490, 9354, 15100, 8839, 9250, 14308, 8200, 9451, 15428, 9351, 9663, 14769, 8627, 9644, 14738, 9128, 9902, 15100, 8733, 10668, 13976, 8486, 11075, 10245, 8420, 12164, 7750, 8548, 14530, 7984, 9459, 15845, 8767, 10065, 15418, 8754, 10579, 11929, 8145, 12301, 9070, 8628, 13766, 7413, 8868, 14849, 8056, 9364, 15698, 8379, 9507, 14960, 8933, 10315, 15315, 8624, 10829, 10073, 8334, 12705, 9615, 8891, 13548, 7551, 9334, 15991, 9161, 10349, 13782, 8341, 11823, 15324, 8706, 11338, 8975, 8718, 13223, 12148, 8379, 11796, 9385, 8700, 13446, 9766, 9043, 14181, 8847, 8842, 14291, 8457, 8699, 14921, 9249, 8861, 14106, 7726, 8817, 15687, 9366, 9112, 14383, 7939, 9244, 15892, 10967, 8658, 12632, 11296, 8565, 13010, 16173, 8610, 11658, 15278, 8413, 11072, 15489, 8990, 10408, 14684, 8131, 10725, 14977, 8860, 9847, 14405, 8211, 10649, 14903, 8511, 9693, 13953, 8417, 9934, 14218, 8539, 9360, 13981, 8017, 9728, 14754, 8869, 9298, 13851, 7902, 9857, 14926, 9237, 9676, 14361, 8373, 10400, 15226, 8875, 9312, 13973, 8301, 10024, 14966, 9062, 9594, 14688, 8108, 10248, 14626, 8606, 9832, 14954, 8458, 9824, 15087, 8999, 9923, 14649, 8858, 10023, 14719, 8686, 10497, 13943, 8291, 11234, 14779, 7933, 10598, 12125, 7972, 11157, 7963, 10069, 12687, 8231, 13432, 10387, 8844, 12798, 7855, 8592, 14246, 8011, 9239, 14737, 7857, 10152, 15242, 8445, 11978, 8124, 8732, 13820, 8184, 9540, 14893, 7620, 10590, 15223, 8606, 11360, 7929, 8851, 13500, 8150, 8938, 13798, 7443, 10315, 15009, 8495, 10962, 10610, 8357, 13164, 11098, 8807, 13555, 7745, 9170, 14873, 7921, 9791, 14747, 8151, 11101, 15575, 8174, 11448, 10417, 8595, 12669, 8130, 8875, 14410, 8285, 9266, 14639, 8394, 10417, 15079, 8713, 10255, 11663, 7854, 12209, 9472, 8489, 13048, 7387, 9403, 15181, 8101, 10009, 15092, 8584, 11800, 8647, 8184, 13765, 7778, 9379, 14887, 7814, 11189, 11048, 8207, 13448, 7596, 10131, 15377, 9192, 11612, 8125, 8711, 14784, 8878, 11001, 11381, 8228, 12818, 7331, 9182, 15262, 9417, 11623, 8981, 7798, 14183, 7982, 9471, 14782, 7901, 11919, 8285, 8894, 14990, 8503, 11458, 9753, 8427, 15159, 8739, 10915, 12688, 8066, 13556, 8335, 9518, 15165, 7894, 12599, 8232, 9095, 14904, 8659, 11738, 11875, 7857, 12744, 8258, 8809, 14796, 7611, 10000, 15300, 8441, 11459, 7476, 8678, 14499, 7981, 9760, 10617, 7689, 12919, 7705, 9393, 15367, 8976, 11114, 14097, 7947, 11701, 8778, 8473, 14435, 7823, 9763, 15039, 8399, 11242, 9371, 8103, 12790, 7706, 9136, 15078, 7875, 10353, 14216, 8596, 12113, 7745, 8626, 14109, 8479, 10306, 11506, 7897, 13009, 9738, 8589, 13443, 8128, 9856, 15224, 8554, 11961, 7695, 8746, 14280, 8034, 10201, 10998, 7770, 12266, 7242, 9067, 14769, 8354, 11885, 7809, 8931, 14749, 8937, 10356, 8775, 8314, 14322, 9163, 11568, 8694, 7996, 13896, 8321, 9897, 10122, 7873, 13765, 8068, 10350, 10818, 8169, 14427, 8349, 14031, 9046, 14227, 9691, 12376, 16016, 10669, 10059, 9603, 8174, 13639, 8215, 10046, 14285, 7834, 11474, 8000, 8568, 14207, 8233, 10414, 14548, 7732, 11393, 7973, 8502, 14348, 7508, 9612, 14349, 8602, 11063, 8959, 7851, 12184, 7749, 8767, 14089, 7727, 10913, 11371, 7938, 13597, 7729, 9319, 14917, 8211, 11412, 15135, 8847, 11830, 7803, 8704, 14076, 7726, 9736, 14568, 8712, 10678, 12139, 7937, 12448, 9431, 8373, 13250, 7190, 8971, 14248, 8087, 9627, 14946, 8130, 12036, 8264, 8319, 14380, 8703, 10090, 15081, 7912, 11665, 8864, 8540, 14353, 8137, 9991, 15027, 8655, 11255, 8176, 8149, 13688, 7678, 9067, 14665, 8851, 10278, 11947, 7812, 12012, 8639, 8383, 13327, 7767, 9366, 15017, 7853, 10204, 14751, 8628, 11577, 8443, 8334, 12895, 8023, 8919, 13683, 7820, 9702, 15079, 8616, 9164, 13092, 7688, 10146, 14467, 8516, 10398, 7606, 8527, 14024, 8188, 9742, 14593, 7878, 11239, 11732, 7852, 11931, 7745, 8809, 13972, 7894, 8704, 13146, 7692], 'WindowCenter': [4212.0, 4164.0, 4182.0, 4180.0, 4133.0, 4152.0, 4171.0, 4127.0, 4126.0, 4145.0, 4102.0, 4102.0, 4131.0, 4091.0, 4100.0, 4130.0, 4089.0, 4100.0, 4130.0, 4079.0, 4100.0, 4130.0, 4089.0, 4101.0, 4130.0, 4101.0, 4113.0, 4132.0, 4103.0, 4125.0, 4093.0, 4106.0, 4158.0, 4117.0, 4128.0, 4107.0, 4108.0, 4150.0, 4108.0, 4132.0, 4173.0, 4122.0, 4154.0, 4133.0, 4124.0, 4175.0, 4122.0, 4134.0, 4174.0, 4122.0, 4144.0, 4174.0, 4120.0, 4155.0, 4150.0, 4135.0, 4165.0, 4123.0, 4136.0, 4176.0, 4123.0, 4135.0, 4186.0, 4125.0, 4149.0, 4187.0, 4131.0, 4156.0, 4186.0, 4135.0, 4146.0, 4155.0, 4125.0, 4167.0, 4151.0, 4137.0, 4178.0, 4125.0, 4137.0, 4190.0, 4137.0, 4144.0, 4189.0, 4126.0, 4160.0, 4201.0, 4138.0, 4151.0, 4190.0, 4138.0, 4173.0, 4198.0, 4146.0, 4157.0, 4187.0, 4136.0, 4169.0, 4203.0, 4146.0, 4161.0, 4187.0, 4138.0, 4157.0, 4199.0, 4145.0, 4149.0, 4189.0, 4136.0, 4148.0, 4184.0, 4132.0, 4146.0, 4172.0, 4124.0, 4146.0, 4173.0, 4123.0, 4135.0, 4176.0, 4125.0, 4124.0, 4165.0, 4110.0, 4123.0, 4175.0, 4120.0, 4111.0, 4152.0, 4101.0, 4111.0, 4163.0, 4120.0, 4110.0, 4153.0, 4111.0, 4121.0, 4111.0, 4124.0, 4186.0, 4134.0, 4144.0, 4175.0, 4099.0, 4122.0, 4152.0, 4120.0, 4110.0, 4141.0, 4108.0, 4111.0, 4152.0, 4130.0, 4110.0, 4152.0, 4119.0, 4110.0, 4153.0, 4130.0, 4110.0, 4151.0, 4109.0, 4112.0, 4165.0, 4134.0, 4125.0, 4154.0, 4111.0, 4125.0, 4176.0, 4136.0, 4125.0, 4167.0, 4133.0, 4122.0, 4179.0, 4155.0, 4126.0, 4177.0, 4134.0, 4138.0, 4173.0, 4155.0, 4125.0, 4166.0, 4133.0, 4126.0, 4177.0, 4142.0, 4136.0, 4177.0, 4136.0, 4137.0, 4178.0, 4134.0, 4137.0, 4178.0, 4146.0, 4136.0, 4178.0, 4124.0, 4136.0, 4189.0, 4132.0, 4137.0, 4178.0, 4115.0, 4149.0, 4202.0, 4147.0, 4137.0, 4167.0, 4127.0, 4153.0, 4191.0, 4147.0, 4138.0, 4178.0, 4137.0, 4141.0, 4179.0, 4137.0, 4138.0, 4191.0, 4175.0, 4127.0, 4169.0, 4136.0, 4137.0, 4192.0, 4179.0, 4137.0, 4169.0, 4156.0, 4123.0, 4169.0, 4184.0, 4146.0, 4156.0, 4176.0, 4133.0, 4173.0, 4190.0, 4136.0, 4146.0, 4175.0, 4125.0, 4168.0, 4187.0, 4145.0, 4145.0, 4164.0, 4123.0, 4134.0, 4164.0, 4122.0, 4134.0, 4175.0, 4123.0, 4134.0, 4174.0, 4121.0, 4122.0, 4174.0, 4122.0, 4123.0, 4173.0, 4111.0, 4134.0, 4175.0, 4122.0, 4135.0, 4162.0, 4100.0, 4123.0, 4164.0, 4111.0, 4122.0, 4163.0, 4112.0, 4124.0, 4166.0, 4111.0, 4124.0, 4163.0, 4113.0, 4134.0, 4174.0, 4122.0, 4134.0, 4175.0, 4135.0, 4134.0, 4174.0, 4123.0, 4144.0, 4175.0, 4133.0, 4133.0, 4163.0, 4111.0, 4133.0, 4175.0, 4122.0, 4136.0, 4163.0, 4112.0, 4156.0, 4176.0, 4124.0, 4144.0, 4123.0, 4125.0, 4178.0, 4147.0, 4136.0, 4166.0, 4114.0, 4137.0, 4189.0, 4135.0, 4125.0, 4165.0, 4113.0, 4136.0, 4177.0, 4124.0, 4125.0, 4175.0, 4114.0, 4137.0, 4177.0, 4125.0, 4137.0, 4189.0, 4127.0, 4137.0, 4188.0, 4126.0, 4149.0, 4190.0, 4145.0, 4169.0, 4129.0, 4140.0, 4148.0, 4142.0, 4204.0, 4170.0, 4136.0, 4157.0, 4145.0, 4137.0, 4177.0, 4123.0, 4124.0, 4175.0, 4128.0, 4124.0, 4178.0, 4137.0, 4134.0, 4176.0, 4124.0, 4142.0, 4112.0, 4119.0, 4111.0, 4146.0, 4174.0, 4120.0, 4134.0, 4155.0, 4132.0, 4133.0, 4163.0, 4120.0, 4121.0, 4161.0, 4148.0, 4106.0, 4148.0, 4126.0, 4116.0, 4148.0, 4135.0, 4103.0, 4134.0, 4111.0, 4095.0, 4134.0, 4088.0, 4080.0, 4130.0, 4079.0, 4100.0, 4079.0, 4091.0, 4142.0, 4079.0, 4090.0, 4130.0, 4078.0, 4090.0, 4130.0, 4090.0, 4102.0, 4132.0, 4091.0, 4103.0, 4134.0, 4092.0, 4104.0, 4134.0, 4095.0, 4116.0, 4125.0, 4097.0, 4139.0, 4097.0, 4120.0, 4151.0, 4099.0, 4122.0, 4163.0, 4111.0, 4133.0, 4162.0, 4111.0, 4147.0, 4175.0, 4136.0, 4146.0, 4144.0, 4135.0, 4166.0, 4126.0, 4133.0, 4189.0, 4125.0, 4148.0, 4177.0, 4139.0, 4160.0, 4188.0, 4137.0, 4169.0, 4177.0, 4138.0, 4170.0, 4180.0, 4136.0, 4169.0, 4132.0, 4135.0, 4191.0, 4136.0, 4147.0, 4188.0, 4126.0, 4148.0, 4189.0, 4135.0, 4137.0, 4176.0, 4123.0, 4147.0, 4178.0, 4123.0, 4134.0, 4163.0, 4111.0, 4146.0, 4175.0, 4123.0, 4133.0, 4173.0, 4123.0, 4135.0, 4175.0, 4134.0, 4135.0, 4175.0, 4120.0, 4147.0, 4176.0, 4125.0, 4168.0, 4155.0, 4124.0, 4155.0, 4122.0, 4124.0, 4166.0, 4154.0, 4112.0, 4138.0, 4131.0, 4123.0, 4153.0, 4111.0, 4123.0, 4164.0, 4121.0, 4123.0, 4164.0, 4121.0, 4122.0, 4164.0, 4110.0, 4123.0, 4163.0, 4110.0, 4121.0, 4162.0, 4120.0, 4121.0, 4161.0, 4111.0, 4120.0, 4163.0, 4120.0, 4131.0, 4161.0, 4112.0, 4142.0, 4172.0, 4122.0, 4143.0, 4127.0, 4111.0, 4153.0, 4131.0, 4122.0, 4155.0, 4110.0, 4125.0, 4164.0, 4112.0, 4135.0, 4175.0, 4124.0, 4147.0, 4187.0, 4132.0, 4146.0, 4135.0, 4136.0, 4168.0, 4136.0, 4138.0, 4191.0, 4116.0, 4138.0, 4189.0, 4138.0, 4148.0, 4174.0, 4137.0, 4170.0, 4148.0, 4139.0, 4179.0, 4127.0, 4149.0, 4200.0, 4149.0, 4160.0, 4186.0, 4137.0, 4159.0, 4189.0, 4136.0, 4147.0, 4141.0, 4124.0, 4156.0, 4134.0, 4124.0, 4166.0, 4112.0, 4125.0, 4177.0, 4121.0, 4135.0, 4177.0, 4125.0, 4147.0, 4190.0, 4137.0, 4147.0, 4137.0, 4140.0, 4181.0, 4137.0, 4145.0, 4190.0, 4142.0, 4146.0, 4189.0, 4138.0, 4158.0, 4145.0, 4139.0, 4175.0, 4138.0, 4192.0, 4171.0, 4137.0, 4177.0, 4123.0, 4134.0, 4175.0, 4136.0, 4135.0, 4174.0, 4133.0, 4165.0, 4132.0, 4098.0, 4096.0, 4143.0, 4112.0, 4159.0, 4200.0, 4147.0, 4148.0, 4166.0, 4122.0, 4133.0, 4164.0, 4130.0, 4120.0, 4159.0, 4138.0, 4118.0, 4160.0, 4106.0, 4116.0, 4158.0, 4103.0, 4104.0, 4134.0, 4091.0, 4090.0, 4130.0, 4089.0, 4100.0, 4129.0, 4089.0, 4099.0, 4108.0, 4078.0, 4109.0, 4067.0, 4079.0, 4122.0, 4079.0, 4102.0, 4121.0, 4092.0, 4124.0, 4081.0, 4105.0, 4145.0, 4105.0, 4128.0, 4139.0, 4108.0, 4147.0, 4118.0, 4128.0, 4097.0, 4120.0, 4159.0, 4109.0, 4138.0, 4151.0, 4122.0, 4154.0, 4114.0, 4123.0, 4174.0, 4123.0, 4132.0, 4162.0, 4119.0, 4155.0, 4111.0, 4123.0, 4174.0, 4132.0, 4143.0, 4152.0, 4121.0, 4153.0, 4098.0, 4121.0, 4174.0, 4109.0, 4130.0, 4160.0, 4109.0, 4131.0, 4161.0, 4110.0, 4131.0, 4116.0, 4121.0, 4149.0, 4111.0, 4123.0, 4163.0, 4108.0, 4148.0, 4188.0, 4137.0, 4146.0, 4176.0, 4126.0, 4157.0, 4188.0, 4138.0, 4169.0, 4156.0, 4137.0, 4170.0, 4176.0, 4135.0, 4182.0, 4138.0, 4146.0, 4193.0, 4159.0, 4147.0, 4181.0, 4127.0, 4148.0, 4203.0, 4148.0, 4149.0, 4179.0, 4127.0, 4151.0, 4191.0, 4138.0, 4148.0, 4191.0, 4136.0, 4136.0, 4176.0, 4115.0, 4135.0, 4189.0, 4134.0, 4125.0, 4163.0, 4121.0, 4135.0, 4175.0, 4120.0, 4121.0, 4161.0, 4109.0, 4133.0, 4162.0, 4120.0, 4120.0, 4160.0, 4110.0, 4132.0, 4160.0, 4119.0, 4130.0, 4160.0, 4121.0, 4131.0, 4160.0, 4109.0, 4140.0, 4130.0, 4110.0, 4152.0, 4099.0, 4123.0, 4163.0, 4123.0, 4133.0, 4173.0, 4121.0, 4133.0, 4174.0, 4122.0, 4143.0, 4152.0, 4112.0, 4165.0, 4121.0, 4122.0, 4163.0, 4112.0, 4135.0, 4175.0, 4112.0, 4134.0, 4171.0, 4125.0, 4138.0, 4176.0, 4134.0, 4146.0, 4187.0, 4125.0, 4158.0, 4141.0, 4125.0, 4168.0, 4141.0, 4135.0, 4166.0, 4114.0, 4147.0, 4200.0, 4147.0, 4159.0, 4178.0, 4137.0, 4170.0, 4189.0, 4138.0, 4170.0, 4137.0, 4135.0, 4182.0, 4167.0, 4132.0, 4168.0, 4135.0, 4138.0, 4180.0, 4148.0, 4137.0, 4177.0, 4136.0, 4137.0, 4179.0, 4125.0, 4137.0, 4188.0, 4136.0, 4136.0, 4177.0, 4114.0, 4137.0, 4189.0, 4135.0, 4136.0, 4179.0, 4124.0, 4136.0, 4190.0, 4145.0, 4124.0, 4156.0, 4139.0, 4123.0, 4166.0, 4186.0, 4123.0, 4155.0, 4174.0, 4112.0, 4144.0, 4174.0, 4122.0, 4143.0, 4163.0, 4112.0, 4144.0, 4171.0, 4123.0, 4134.0, 4164.0, 4123.0, 4147.0, 4175.0, 4125.0, 4135.0, 4175.0, 4124.0, 4147.0, 4173.0, 4135.0, 4136.0, 4176.0, 4126.0, 4161.0, 4190.0, 4136.0, 4146.0, 4175.0, 4123.0, 4148.0, 4188.0, 4132.0, 4147.0, 4176.0, 4125.0, 4159.0, 4189.0, 4131.0, 4135.0, 4176.0, 4125.0, 4147.0, 4177.0, 4134.0, 4135.0, 4175.0, 4124.0, 4147.0, 4176.0, 4123.0, 4147.0, 4175.0, 4120.0, 4148.0, 4177.0, 4130.0, 4141.0, 4174.0, 4135.0, 4146.0, 4179.0, 4123.0, 4145.0, 4163.0, 4122.0, 4155.0, 4175.0, 4112.0, 4144.0, 4154.0, 4126.0, 4155.0, 4126.0, 4147.0, 4177.0, 4138.0, 4180.0, 4148.0, 4133.0, 4167.0, 4125.0, 4135.0, 4189.0, 4125.0, 4136.0, 4176.0, 4122.0, 4159.0, 4189.0, 4137.0, 4169.0, 4125.0, 4139.0, 4191.0, 4137.0, 4149.0, 4184.0, 4124.0, 4172.0, 4201.0, 4149.0, 4173.0, 4138.0, 4151.0, 4196.0, 4141.0, 4152.0, 4191.0, 4132.0, 4170.0, 4199.0, 4147.0, 4172.0, 4171.0, 4140.0, 4193.0, 4166.0, 4150.0, 4183.0, 4128.0, 4152.0, 4191.0, 4143.0, 4159.0, 4189.0, 4127.0, 4169.0, 4191.0, 4138.0, 4169.0, 4159.0, 4136.0, 4163.0, 4120.0, 4136.0, 4178.0, 4124.0, 4135.0, 4178.0, 4124.0, 4145.0, 4176.0, 4123.0, 4144.0, 4152.0, 4124.0, 4155.0, 4136.0, 4123.0, 4164.0, 4112.0, 4136.0, 4174.0, 4124.0, 4146.0, 4175.0, 4123.0, 4154.0, 4123.0, 4124.0, 4165.0, 4112.0, 4134.0, 4174.0, 4113.0, 4160.0, 4143.0, 4124.0, 4165.0, 4113.0, 4147.0, 4177.0, 4135.0, 4156.0, 4113.0, 4125.0, 4176.0, 4135.0, 4145.0, 4143.0, 4126.0, 4157.0, 4114.0, 4134.0, 4175.0, 4134.0, 4154.0, 4121.0, 4113.0, 4177.0, 4123.0, 4133.0, 4173.0, 4123.0, 4154.0, 4123.0, 4135.0, 4175.0, 4124.0, 4155.0, 4135.0, 4122.0, 4177.0, 4127.0, 4146.0, 4164.0, 4124.0, 4166.0, 4123.0, 4135.0, 4174.0, 4113.0, 4166.0, 4124.0, 4135.0, 4176.0, 4127.0, 4156.0, 4154.0, 4124.0, 4165.0, 4125.0, 4138.0, 4174.0, 4113.0, 4148.0, 4187.0, 4124.0, 4157.0, 4113.0, 4137.0, 4178.0, 4126.0, 4147.0, 4158.0, 4128.0, 4183.0, 4128.0, 4152.0, 4190.0, 4138.0, 4158.0, 4173.0, 4126.0, 4157.0, 4135.0, 4127.0, 4178.0, 4126.0, 4150.0, 4177.0, 4126.0, 4157.0, 4136.0, 4138.0, 4168.0, 4125.0, 4151.0, 4176.0, 4125.0, 4162.0, 4177.0, 4136.0, 4168.0, 4114.0, 4138.0, 4180.0, 4125.0, 4148.0, 4157.0, 4125.0, 4179.0, 4146.0, 4126.0, 4167.0, 4124.0, 4146.0, 4188.0, 4135.0, 4156.0, 4112.0, 4124.0, 4176.0, 4125.0, 4146.0, 4146.0, 4114.0, 4155.0, 4115.0, 4139.0, 4175.0, 4125.0, 4156.0, 4117.0, 4137.0, 4180.0, 4136.0, 4146.0, 4123.0, 4137.0, 4178.0, 4135.0, 4156.0, 4125.0, 4125.0, 4178.0, 4124.0, 4145.0, 4144.0, 4125.0, 4179.0, 4127.0, 4147.0, 4145.0, 4125.0, 4173.0, 4126.0, 4177.0, 4138.0, 4178.0, 4136.0, 4167.0, 4176.0, 4133.0, 4132.0, 4121.0, 4112.0, 4165.0, 4110.0, 4134.0, 4161.0, 4100.0, 4144.0, 4111.0, 4122.0, 4162.0, 4111.0, 4132.0, 4162.0, 4114.0, 4154.0, 4111.0, 4123.0, 4167.0, 4112.0, 4147.0, 4175.0, 4123.0, 4145.0, 4123.0, 4125.0, 4167.0, 4114.0, 4125.0, 4165.0, 4115.0, 4157.0, 4157.0, 4127.0, 4179.0, 4130.0, 4138.0, 4190.0, 4138.0, 4170.0, 4192.0, 4136.0, 4156.0, 4114.0, 4125.0, 4166.0, 4114.0, 4131.0, 4176.0, 4124.0, 4145.0, 4156.0, 4124.0, 4168.0, 4133.0, 4124.0, 4155.0, 4101.0, 4124.0, 4167.0, 4125.0, 4136.0, 4176.0, 4126.0, 4156.0, 4125.0, 4141.0, 4177.0, 4125.0, 4146.0, 4176.0, 4127.0, 4158.0, 4138.0, 4136.0, 4176.0, 4125.0, 4151.0, 4189.0, 4126.0, 4156.0, 4125.0, 4128.0, 4167.0, 4110.0, 4137.0, 4177.0, 4136.0, 4146.0, 4155.0, 4115.0, 4155.0, 4124.0, 4138.0, 4162.0, 4114.0, 4137.0, 4176.0, 4126.0, 4160.0, 4179.0, 4137.0, 4158.0, 4126.0, 4138.0, 4180.0, 4127.0, 4138.0, 4178.0, 4127.0, 4149.0, 4191.0, 4138.0, 4148.0, 4167.0, 4127.0, 4163.0, 4190.0, 4138.0, 4149.0, 4127.0, 4138.0, 4179.0, 4138.0, 4149.0, 4178.0, 4128.0, 4159.0, 4165.0, 4127.0, 4169.0, 4115.0, 4154.0, 4196.0, 4124.0, 4138.0, 4165.0, 4125.0], 'WindowWidth': [9333.0, 9251.0, 9269.0, 9262.0, 9185.0, 9211.0, 9236.0, 9164.0, 9162.0, 9189.0, 9122.0, 9122.0, 9161.0, 9104.0, 9118.0, 9157.0, 9100.0, 9118.0, 9158.0, 9087.0, 9117.0, 9157.0, 9101.0, 9119.0, 9157.0, 9121.0, 9139.0, 9164.0, 9128.0, 9157.0, 9113.0, 9135.0, 9207.0, 9153.0, 9169.0, 9137.0, 9143.0, 9201.0, 9143.0, 9178.0, 9237.0, 9168.0, 9212.0, 9183.0, 9172.0, 9243.0, 9166.0, 9184.0, 9240.0, 9168.0, 9198.0, 9239.0, 9165.0, 9215.0, 9206.0, 9188.0, 9229.0, 9171.0, 9192.0, 9245.0, 9171.0, 9189.0, 9258.0, 9176.0, 9210.0, 9261.0, 9182.0, 9216.0, 9260.0, 9190.0, 9204.0, 9215.0, 9176.0, 9234.0, 9210.0, 9194.0, 9250.0, 9177.0, 9196.0, 9270.0, 9196.0, 9205.0, 9267.0, 9180.0, 9229.0, 9289.0, 9199.0, 9219.0, 9270.0, 9201.0, 9254.0, 9285.0, 9210.0, 9227.0, 9266.0, 9197.0, 9246.0, 9294.0, 9211.0, 9234.0, 9269.0, 9199.0, 9227.0, 9287.0, 9205.0, 9213.0, 9270.0, 9192.0, 9211.0, 9262.0, 9183.0, 9203.0, 9240.0, 9172.0, 9204.0, 9240.0, 9169.0, 9187.0, 9247.0, 9175.0, 9171.0, 9230.0, 9149.0, 9170.0, 9244.0, 9162.0, 9150.0, 9205.0, 9134.0, 9151.0, 9222.0, 9161.0, 9146.0, 9207.0, 9150.0, 9164.0, 9151.0, 9173.0, 9260.0, 9183.0, 9197.0, 9241.0, 9131.0, 9167.0, 9206.0, 9158.0, 9147.0, 9189.0, 9141.0, 9150.0, 9206.0, 9174.0, 9147.0, 9204.0, 9157.0, 9146.0, 9208.0, 9175.0, 9147.0, 9203.0, 9145.0, 9152.0, 9229.0, 9184.0, 9173.0, 9210.0, 9149.0, 9175.0, 9245.0, 9187.0, 9174.0, 9232.0, 9182.0, 9171.0, 9252.0, 9216.0, 9177.0, 9249.0, 9187.0, 9196.0, 9243.0, 9216.0, 9174.0, 9231.0, 9183.0, 9178.0, 9249.0, 9198.0, 9191.0, 9246.0, 9192.0, 9197.0, 9252.0, 9188.0, 9193.0, 9250.0, 9205.0, 9192.0, 9249.0, 9173.0, 9193.0, 9267.0, 9187.0, 9194.0, 9250.0, 9161.0, 9214.0, 9289.0, 9207.0, 9195.0, 9235.0, 9179.0, 9222.0, 9274.0, 9207.0, 9197.0, 9252.0, 9197.0, 9203.0, 9254.0, 9196.0, 9199.0, 9273.0, 9248.0, 9183.0, 9240.0, 9193.0, 9196.0, 9276.0, 9256.0, 9195.0, 9238.0, 9219.0, 9176.0, 9240.0, 9263.0, 9202.0, 9217.0, 9247.0, 9189.0, 9253.0, 9274.0, 9192.0, 9204.0, 9242.0, 9175.0, 9239.0, 9264.0, 9202.0, 9202.0, 9227.0, 9170.0, 9186.0, 9226.0, 9167.0, 9185.0, 9241.0, 9170.0, 9184.0, 9239.0, 9164.0, 9166.0, 9239.0, 9168.0, 9168.0, 9237.0, 9151.0, 9186.0, 9243.0, 9166.0, 9185.0, 9220.0, 9133.0, 9170.0, 9226.0, 9151.0, 9166.0, 9221.0, 9154.0, 9172.0, 9228.0, 9151.0, 9170.0, 9223.0, 9156.0, 9185.0, 9240.0, 9167.0, 9184.0, 9241.0, 9189.0, 9185.0, 9239.0, 9168.0, 9199.0, 9243.0, 9182.0, 9183.0, 9224.0, 9150.0, 9183.0, 9241.0, 9167.0, 9188.0, 9222.0, 9154.0, 9217.0, 9247.0, 9172.0, 9200.0, 9170.0, 9176.0, 9253.0, 9207.0, 9190.0, 9232.0, 9160.0, 9193.0, 9269.0, 9188.0, 9174.0, 9229.0, 9156.0, 9193.0, 9248.0, 9171.0, 9175.0, 9241.0, 9161.0, 9194.0, 9248.0, 9176.0, 9193.0, 9267.0, 9185.0, 9195.0, 9264.0, 9178.0, 9215.0, 9270.0, 9205.0, 9241.0, 9190.0, 9205.0, 9216.0, 9211.0, 9297.0, 9244.0, 9191.0, 9219.0, 9203.0, 9193.0, 9247.0, 9170.0, 9170.0, 9240.0, 9175.0, 9173.0, 9251.0, 9193.0, 9183.0, 9248.0, 9170.0, 9193.0, 9152.0, 9157.0, 9152.0, 9207.0, 9242.0, 9161.0, 9184.0, 9215.0, 9180.0, 9180.0, 9223.0, 9159.0, 9162.0, 9219.0, 9193.0, 9134.0, 9195.0, 9160.0, 9146.0, 9198.0, 9169.0, 9125.0, 9171.0, 9133.0, 9117.0, 9170.0, 9096.0, 9085.0, 9157.0, 9087.0, 9115.0, 9085.0, 9106.0, 9177.0, 9088.0, 9102.0, 9156.0, 9082.0, 9101.0, 9156.0, 9102.0, 9121.0, 9161.0, 9106.0, 9125.0, 9166.0, 9108.0, 9128.0, 9167.0, 9117.0, 9148.0, 9160.0, 9125.0, 9183.0, 9126.0, 9159.0, 9202.0, 9130.0, 9167.0, 9221.0, 9149.0, 9180.0, 9218.0, 9149.0, 9205.0, 9242.0, 9189.0, 9202.0, 9199.0, 9189.0, 9230.0, 9178.0, 9188.0, 9265.0, 9176.0, 9208.0, 9248.0, 9200.0, 9231.0, 9265.0, 9195.0, 9238.0, 9250.0, 9198.0, 9243.0, 9257.0, 9193.0, 9238.0, 9184.0, 9192.0, 9272.0, 9192.0, 9207.0, 9265.0, 9176.0, 9211.0, 9271.0, 9187.0, 9191.0, 9246.0, 9169.0, 9207.0, 9253.0, 9168.0, 9183.0, 9223.0, 9150.0, 9202.0, 9243.0, 9167.0, 9181.0, 9237.0, 9168.0, 9187.0, 9242.0, 9184.0, 9188.0, 9241.0, 9167.0, 9207.0, 9244.0, 9175.0, 9237.0, 9213.0, 9172.0, 9214.0, 9165.0, 9170.0, 9229.0, 9211.0, 9150.0, 9184.0, 9177.0, 9168.0, 9209.0, 9149.0, 9167.0, 9222.0, 9162.0, 9169.0, 9224.0, 9161.0, 9164.0, 9221.0, 9148.0, 9168.0, 9223.0, 9145.0, 9163.0, 9219.0, 9161.0, 9160.0, 9217.0, 9145.0, 9158.0, 9220.0, 9159.0, 9174.0, 9216.0, 9150.0, 9191.0, 9235.0, 9164.0, 9193.0, 9169.0, 9150.0, 9207.0, 9177.0, 9165.0, 9212.0, 9147.0, 9171.0, 9225.0, 9155.0, 9187.0, 9241.0, 9171.0, 9206.0, 9263.0, 9183.0, 9204.0, 9187.0, 9191.0, 9235.0, 9190.0, 9195.0, 9271.0, 9165.0, 9196.0, 9268.0, 9196.0, 9208.0, 9243.0, 9193.0, 9242.0, 9211.0, 9199.0, 9254.0, 9181.0, 9212.0, 9285.0, 9215.0, 9227.0, 9264.0, 9193.0, 9225.0, 9272.0, 9190.0, 9205.0, 9192.0, 9172.0, 9217.0, 9185.0, 9172.0, 9231.0, 9154.0, 9173.0, 9247.0, 9168.0, 9189.0, 9247.0, 9174.0, 9208.0, 9269.0, 9193.0, 9208.0, 9194.0, 9203.0, 9258.0, 9194.0, 9204.0, 9270.0, 9209.0, 9209.0, 9267.0, 9197.0, 9222.0, 9205.0, 9200.0, 9246.0, 9196.0, 9277.0, 9243.0, 9193.0, 9250.0, 9166.0, 9183.0, 9244.0, 9192.0, 9187.0, 9240.0, 9178.0, 9227.0, 9178.0, 9128.0, 9128.0, 9197.0, 9156.0, 9229.0, 9287.0, 9207.0, 9212.0, 9233.0, 9168.0, 9184.0, 9225.0, 9173.0, 9159.0, 9213.0, 9180.0, 9153.0, 9216.0, 9133.0, 9148.0, 9211.0, 9126.0, 9126.0, 9170.0, 9104.0, 9103.0, 9158.0, 9098.0, 9114.0, 9156.0, 9099.0, 9113.0, 9123.0, 9083.0, 9126.0, 9067.0, 9087.0, 9146.0, 9089.0, 9121.0, 9147.0, 9109.0, 9154.0, 9095.0, 9130.0, 9184.0, 9131.0, 9168.0, 9186.0, 9140.0, 9191.0, 9153.0, 9166.0, 9124.0, 9158.0, 9211.0, 9145.0, 9185.0, 9202.0, 9165.0, 9210.0, 9155.0, 9169.0, 9237.0, 9167.0, 9180.0, 9221.0, 9160.0, 9212.0, 9149.0, 9168.0, 9238.0, 9178.0, 9195.0, 9205.0, 9161.0, 9207.0, 9128.0, 9163.0, 9238.0, 9143.0, 9173.0, 9214.0, 9142.0, 9173.0, 9217.0, 9148.0, 9177.0, 9153.0, 9163.0, 9202.0, 9151.0, 9168.0, 9223.0, 9146.0, 9207.0, 9266.0, 9194.0, 9205.0, 9243.0, 9178.0, 9220.0, 9266.0, 9199.0, 9239.0, 9219.0, 9195.0, 9242.0, 9250.0, 9193.0, 9260.0, 9200.0, 9208.0, 9281.0, 9229.0, 9212.0, 9260.0, 9183.0, 9214.0, 9291.0, 9210.0, 9212.0, 9253.0, 9182.0, 9219.0, 9272.0, 9195.0, 9209.0, 9275.0, 9192.0, 9191.0, 9246.0, 9160.0, 9187.0, 9269.0, 9184.0, 9172.0, 9224.0, 9161.0, 9185.0, 9243.0, 9160.0, 9161.0, 9216.0, 9143.0, 9181.0, 9221.0, 9160.0, 9159.0, 9213.0, 9146.0, 9177.0, 9214.0, 9157.0, 9173.0, 9214.0, 9162.0, 9176.0, 9214.0, 9143.0, 9186.0, 9173.0, 9148.0, 9204.0, 9131.0, 9167.0, 9223.0, 9169.0, 9181.0, 9235.0, 9163.0, 9181.0, 9239.0, 9166.0, 9194.0, 9205.0, 9154.0, 9229.0, 9163.0, 9167.0, 9222.0, 9152.0, 9188.0, 9242.0, 9154.0, 9184.0, 9235.0, 9175.0, 9193.0, 9245.0, 9186.0, 9205.0, 9261.0, 9175.0, 9221.0, 9194.0, 9175.0, 9238.0, 9196.0, 9189.0, 9231.0, 9159.0, 9208.0, 9284.0, 9209.0, 9225.0, 9250.0, 9194.0, 9244.0, 9271.0, 9196.0, 9241.0, 9194.0, 9193.0, 9262.0, 9236.0, 9185.0, 9236.0, 9190.0, 9198.0, 9255.0, 9210.0, 9193.0, 9247.0, 9192.0, 9195.0, 9252.0, 9175.0, 9192.0, 9264.0, 9193.0, 9192.0, 9248.0, 9159.0, 9193.0, 9267.0, 9189.0, 9190.0, 9250.0, 9171.0, 9189.0, 9268.0, 9200.0, 9171.0, 9217.0, 9190.0, 9169.0, 9229.0, 9263.0, 9168.0, 9213.0, 9239.0, 9152.0, 9199.0, 9242.0, 9166.0, 9195.0, 9223.0, 9152.0, 9198.0, 9235.0, 9169.0, 9184.0, 9225.0, 9169.0, 9205.0, 9243.0, 9174.0, 9189.0, 9242.0, 9171.0, 9209.0, 9243.0, 9189.0, 9191.0, 9245.0, 9179.0, 9233.0, 9270.0, 9192.0, 9205.0, 9242.0, 9172.0, 9210.0, 9266.0, 9184.0, 9206.0, 9246.0, 9176.0, 9226.0, 9267.0, 9180.0, 9188.0, 9243.0, 9175.0, 9208.0, 9250.0, 9187.0, 9189.0, 9243.0, 9174.0, 9209.0, 9246.0, 9170.0, 9204.0, 9243.0, 9167.0, 9210.0, 9248.0, 9178.0, 9194.0, 9242.0, 9188.0, 9205.0, 9252.0, 9170.0, 9200.0, 9223.0, 9166.0, 9216.0, 9244.0, 9154.0, 9198.0, 9212.0, 9178.0, 9218.0, 9178.0, 9209.0, 9249.0, 9198.0, 9257.0, 9209.0, 9187.0, 9235.0, 9176.0, 9193.0, 9267.0, 9175.0, 9192.0, 9246.0, 9173.0, 9228.0, 9268.0, 9196.0, 9240.0, 9177.0, 9200.0, 9273.0, 9196.0, 9213.0, 9259.0, 9180.0, 9250.0, 9290.0, 9215.0, 9249.0, 9198.0, 9221.0, 9289.0, 9210.0, 9223.0, 9274.0, 9196.0, 9248.0, 9289.0, 9213.0, 9250.0, 9247.0, 9206.0, 9279.0, 9238.0, 9216.0, 9265.0, 9184.0, 9219.0, 9275.0, 9206.0, 9226.0, 9270.0, 9183.0, 9240.0, 9273.0, 9198.0, 9240.0, 9224.0, 9191.0, 9227.0, 9164.0, 9190.0, 9250.0, 9172.0, 9186.0, 9250.0, 9170.0, 9201.0, 9249.0, 9168.0, 9196.0, 9207.0, 9170.0, 9214.0, 9187.0, 9168.0, 9225.0, 9153.0, 9188.0, 9239.0, 9171.0, 9203.0, 9241.0, 9169.0, 9211.0, 9168.0, 9170.0, 9229.0, 9153.0, 9185.0, 9238.0, 9155.0, 9224.0, 9196.0, 9172.0, 9227.0, 9156.0, 9206.0, 9250.0, 9188.0, 9215.0, 9154.0, 9173.0, 9246.0, 9186.0, 9200.0, 9195.0, 9173.0, 9217.0, 9157.0, 9185.0, 9243.0, 9183.0, 9209.0, 9163.0, 9155.0, 9245.0, 9168.0, 9181.0, 9236.0, 9168.0, 9212.0, 9170.0, 9188.0, 9242.0, 9172.0, 9215.0, 9187.0, 9169.0, 9248.0, 9177.0, 9203.0, 9224.0, 9172.0, 9231.0, 9169.0, 9185.0, 9240.0, 9156.0, 9230.0, 9173.0, 9188.0, 9245.0, 9177.0, 9215.0, 9210.0, 9173.0, 9227.0, 9170.0, 9190.0, 9239.0, 9157.0, 9209.0, 9261.0, 9172.0, 9217.0, 9157.0, 9193.0, 9250.0, 9178.0, 9208.0, 9221.0, 9185.0, 9260.0, 9185.0, 9218.0, 9269.0, 9196.0, 9223.0, 9241.0, 9177.0, 9220.0, 9189.0, 9179.0, 9250.0, 9180.0, 9214.0, 9250.0, 9176.0, 9218.0, 9191.0, 9199.0, 9237.0, 9176.0, 9213.0, 9245.0, 9175.0, 9230.0, 9248.0, 9190.0, 9235.0, 9159.0, 9197.0, 9255.0, 9176.0, 9207.0, 9218.0, 9175.0, 9253.0, 9205.0, 9174.0, 9231.0, 9171.0, 9203.0, 9267.0, 9188.0, 9215.0, 9153.0, 9171.0, 9244.0, 9174.0, 9202.0, 9201.0, 9158.0, 9214.0, 9161.0, 9196.0, 9242.0, 9174.0, 9217.0, 9165.0, 9194.0, 9254.0, 9189.0, 9202.0, 9168.0, 9194.0, 9249.0, 9188.0, 9216.0, 9171.0, 9174.0, 9249.0, 9173.0, 9200.0, 9198.0, 9175.0, 9250.0, 9180.0, 9206.0, 9198.0, 9174.0, 9239.0, 9177.0, 9245.0, 9195.0, 9248.0, 9189.0, 9231.0, 9248.0, 9178.0, 9175.0, 9160.0, 9149.0, 9225.0, 9143.0, 9178.0, 9215.0, 9130.0, 9191.0, 9145.0, 9163.0, 9216.0, 9146.0, 9177.0, 9219.0, 9156.0, 9210.0, 9149.0, 9166.0, 9226.0, 9152.0, 9205.0, 9240.0, 9168.0, 9197.0, 9166.0, 9173.0, 9232.0, 9157.0, 9173.0, 9227.0, 9160.0, 9219.0, 9219.0, 9178.0, 9251.0, 9183.0, 9194.0, 9265.0, 9193.0, 9242.0, 9271.0, 9188.0, 9216.0, 9156.0, 9173.0, 9229.0, 9159.0, 9179.0, 9243.0, 9170.0, 9199.0, 9213.0, 9171.0, 9235.0, 9181.0, 9168.0, 9212.0, 9136.0, 9168.0, 9229.0, 9173.0, 9188.0, 9243.0, 9175.0, 9215.0, 9175.0, 9200.0, 9247.0, 9174.0, 9202.0, 9243.0, 9180.0, 9221.0, 9192.0, 9190.0, 9243.0, 9172.0, 9212.0, 9266.0, 9175.0, 9215.0, 9171.0, 9178.0, 9231.0, 9150.0, 9191.0, 9247.0, 9191.0, 9201.0, 9213.0, 9158.0, 9212.0, 9171.0, 9195.0, 9223.0, 9158.0, 9190.0, 9244.0, 9178.0, 9228.0, 9252.0, 9193.0, 9222.0, 9175.0, 9195.0, 9255.0, 9179.0, 9194.0, 9248.0, 9180.0, 9210.0, 9274.0, 9197.0, 9207.0, 9232.0, 9178.0, 9234.0, 9270.0, 9194.0, 9209.0, 9178.0, 9196.0, 9253.0, 9197.0, 9211.0, 9252.0, 9182.0, 9224.0, 9231.0, 9180.0, 9238.0, 9161.0, 9225.0, 9287.0, 9170.0, 9194.0, 9228.0, 9173.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.0006619925093632959</td></tr>
<tr><td colspan=3>aqi</td><td>0.023264769662921347</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>39.131633847233935</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1831892509895072</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9928346433133421</td></tr>
<tr><td colspan=3>efc</td><td>0.5353</td></tr>
<tr><td colspan=3>fber</td><td>2870.6013</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0813406100359666</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.247191011235955</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6262258145487327</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.579626756678724</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8194618418697</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.479588845097774</td></tr>
<tr><td colspan=3>gcor</td><td>0.0181472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.004293888341635466</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03236685320734978</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</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.9549737770918085</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>11.8027</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.2595</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>256.5317</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>288059.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>1258.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>447.1436</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5975</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>492.1316</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3253.697</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>88485.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1149.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4254.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>869.0274</td></tr>
<tr><td colspan=3>tsnr</td><td>36.79435285623185</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>