<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0064_ses-04_task-fractional_acq-mb8_run-01_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0064_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0064_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0064_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0064_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0064_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0064_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0064_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0064/ses-04/func/sub-0064_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>f2cf8fa1c43c00eba7142a60b8e9ab47</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:50:41.957500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999684, -0.0250115, -0.00247334, 0.0251301, 0.99308, 0.114721]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0988615</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4135, -7741, -7237, 643, -24, -124, 22, 100]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.126</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>819eeb05-0104-4716-810e-ccfd3bd7727b||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.682079315185547, 0.06742223352193832, 0.001115394290536642, 110.91716003417969], [0.0671040415763855, 2.664360761642456, 0.3098154067993164, -108.79524230957031], [-0.006635790225118399, -0.3077867925167084, 2.6821658611297607, -49.76943588256836], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['105041.957500', '105042.417500', '105042.877500', '105043.337500', '105043.797500', '105044.257500', '105044.717500', '105045.177500', '105045.637500', '105046.097500', '105046.557500', '105047.017500', '105047.477500', '105047.937500', '105048.397500', '105048.857500', '105049.317500', '105049.777500', '105050.237500', '105050.697500', '105051.157500', '105051.617500', '105052.077500', '105052.537500', '105052.997500', '105053.457500', '105053.917500', '105054.377500', '105054.837500', '105055.297500', '105055.757500', '105056.217500', '105056.677500', '105057.137500', '105057.597500', '105058.057500', '105058.517500', '105058.977500', '105059.437500', '105059.897500', '105100.357500', '105100.817500', '105101.277500', '105101.737500', '105102.197500', '105102.657500', '105103.117500', '105103.577500', '105104.037500', '105104.497500', '105104.957500', '105105.417500', '105105.877500', '105106.337500', '105106.797500', '105107.257500', '105107.717500', '105108.177500', '105108.637500', '105109.097500', '105109.557500', '105110.017500', '105110.477500', '105110.937500', '105111.397500', '105111.857500', '105112.317500', '105112.777500', '105113.237500', '105113.697500', '105114.157500', '105114.617500', '105115.077500', '105115.537500', '105115.997500', '105116.457500', '105116.917500', '105117.377500', '105117.837500', '105118.297500', '105118.757500', '105119.217500', '105119.677500', '105120.137500', '105120.597500', '105121.057500', '105121.517500', '105121.977500', '105122.437500', '105122.897500', '105123.357500', '105123.817500', '105124.277500', '105124.737500', '105125.197500', '105125.657500', '105126.117500', '105126.577500', '105127.037500', '105127.497500', '105127.957500', '105128.417500', '105128.877500', '105129.337500', '105129.797500', '105130.257500', '105130.717500', '105131.177500', '105131.637500', '105132.097500', '105132.557500', '105133.017500', '105133.477500', '105133.937500', '105134.397500', '105134.857500', '105135.317500', '105135.777500', '105136.237500', '105136.697500', '105137.157500', '105137.617500', '105138.077500', '105138.537500', '105138.997500', '105139.457500', '105139.917500', '105140.377500', '105140.837500', '105141.297500', '105141.757500', '105142.217500', '105142.677500', '105143.137500', '105143.597500', '105144.057500', '105144.517500', '105144.977500', '105145.437500', '105145.897500', '105146.357500', '105146.817500', '105147.277500', '105147.737500', '105148.197500', '105148.657500', '105149.117500', '105149.577500', '105150.037500', '105150.497500', '105150.957500', '105151.417500', '105151.877500', '105152.337500', '105152.797500', '105153.257500', '105153.717500', '105154.177500', '105154.637500', '105155.097500', '105155.557500', '105156.017500', '105156.477500', '105156.937500', '105157.397500', '105157.857500', '105158.317500', '105158.777500', '105159.237500', '105159.697500', '105200.157500', '105200.617500', '105201.077500', '105201.537500', '105201.997500', '105202.457500', '105202.917500', '105203.377500', '105203.837500', '105204.297500', '105204.757500', '105205.217500', '105205.677500', '105206.137500', '105206.597500', '105207.057500', '105207.517500', '105207.977500', '105208.437500', '105208.897500', '105209.357500', '105209.817500', '105210.277500', '105210.737500', '105211.197500', '105211.657500', '105212.117500', '105212.577500', '105213.037500', '105213.497500', '105213.957500', '105214.417500', '105214.877500', '105215.337500', '105215.797500', '105216.257500', '105216.717500', '105217.177500', '105217.637500', '105218.097500', '105218.557500', '105219.017500', '105219.477500', '105219.937500', '105220.397500', '105220.857500', '105221.317500', '105221.777500', '105222.237500', '105222.697500', '105223.157500', '105223.617500', '105224.077500', '105224.537500', '105224.997500', '105225.457500', '105225.917500', '105226.377500', '105226.837500', '105227.297500', '105227.757500', '105228.217500', '105228.677500', '105229.137500', '105229.597500', '105230.057500', '105230.517500', '105230.977500', '105231.437500', '105231.897500', '105232.357500', '105232.817500', '105233.277500', '105233.737500', '105234.197500', '105234.657500', '105235.117500', '105235.577500', '105236.037500', '105236.497500', '105236.957500', '105237.417500', '105237.877500', '105238.337500', '105238.797500', '105239.257500', '105239.717500', '105240.177500', '105240.637500', '105241.097500', '105241.557500', '105242.017500', '105242.477500', '105242.937500', '105243.397500', '105243.857500', '105244.317500', '105244.777500', '105245.237500', '105245.697500', '105246.157500', '105246.617500', '105247.077500', '105247.537500', '105247.997500', '105248.457500', '105248.917500', '105249.377500', '105249.837500', '105250.297500', '105250.757500', '105251.217500', '105251.677500', '105252.137500', '105252.597500', '105253.057500', '105253.517500', '105253.977500', '105254.437500', '105254.897500', '105255.357500', '105255.817500', '105256.277500', '105256.737500', '105257.197500', '105257.657500', '105258.117500', '105258.577500', '105259.037500', '105259.497500', '105259.957500', '105300.417500', '105300.877500', '105301.337500', '105301.797500', '105302.257500', '105302.717500', '105303.177500', '105303.637500', '105304.097500', '105304.557500', '105305.017500', '105305.477500', '105305.937500', '105306.397500', '105306.857500', '105307.317500', '105307.777500', '105308.237500', '105308.697500', '105309.157500', '105309.617500', '105310.077500', '105310.537500', '105310.997500', '105311.457500', '105311.917500', '105312.377500', '105312.837500', '105313.297500', '105313.757500', '105314.217500', '105314.677500', '105315.137500', '105315.597500', '105316.057500', '105316.517500', '105316.977500', '105317.437500', '105317.897500', '105318.357500', '105318.817500', '105319.277500', '105319.737500', '105320.197500', '105320.657500', '105321.117500', '105321.577500', '105322.037500', '105322.497500', '105322.957500', '105323.417500', '105323.877500', '105324.337500', '105324.797500', '105325.257500', '105325.717500', '105326.177500', '105326.637500', '105327.097500', '105327.557500', '105328.017500', '105328.477500', '105328.937500', '105329.397500', '105329.857500', '105330.317500', '105330.777500', '105331.237500', '105331.697500', '105332.157500', '105332.617500', '105333.077500', '105333.537500', '105333.997500', '105334.457500', '105334.917500', '105335.377500', '105335.837500', '105336.297500', '105336.757500', '105337.217500', '105337.677500', '105338.137500', '105338.597500', '105339.057500', '105339.517500', '105339.977500', '105340.437500', '105340.897500', '105341.357500', '105341.817500', '105342.277500', '105342.737500', '105343.197500', '105343.657500', '105344.117500', '105344.577500', '105345.037500', '105345.497500', '105345.957500', '105346.417500', '105346.877500', '105347.337500', '105347.797500', '105348.257500', '105348.717500', '105349.177500', '105349.637500', '105350.097500', '105350.557500', '105351.017500', '105351.477500', '105351.937500', '105352.397500', '105352.857500', '105353.317500', '105353.777500', '105354.237500', '105354.697500', '105355.157500', '105355.617500', '105356.077500', '105356.537500', '105356.997500', '105357.457500', '105357.917500', '105358.377500', '105358.837500', '105359.297500', '105359.757500', '105400.217500', '105400.677500', '105401.137500', '105401.597500', '105402.057500', '105402.517500', '105402.977500', '105403.437500', '105403.897500', '105404.357500', '105404.817500', '105405.277500', '105405.737500', '105406.197500', '105406.657500', '105407.117500', '105407.577500', '105408.037500', '105408.497500', '105408.957500', '105409.417500', '105409.877500', '105410.337500', '105410.797500', '105411.257500', '105411.717500', '105412.177500', '105412.637500', '105413.097500', '105413.557500', '105414.017500', '105414.477500', '105414.937500', '105415.397500', '105415.857500', '105416.317500', '105416.777500', '105417.237500', '105417.697500', '105418.157500', '105418.617500', '105419.077500', '105419.537500', '105419.997500', '105420.457500', '105420.917500', '105421.377500', '105421.837500', '105422.297500', '105422.757500', '105423.217500', '105423.677500', '105424.137500', '105424.597500', '105425.057500', '105425.517500', '105425.977500', '105426.437500', '105426.897500', '105427.357500', '105427.817500', '105428.277500', '105428.737500', '105429.197500', '105429.657500', '105430.117500', '105430.577500', '105431.037500', '105431.497500', '105431.957500', '105432.417500', '105432.877500', '105433.337500', '105433.797500', '105434.257500', '105434.717500', '105435.177500', '105435.637500', '105436.097500', '105436.557500', '105437.017500', '105437.477500', '105437.937500', '105438.397500', '105438.857500', '105439.317500', '105439.777500', '105440.237500', '105440.697500', '105441.157500', '105441.617500', '105442.077500', '105442.537500', '105442.997500', '105443.457500', '105443.917500', '105444.377500', '105444.837500', '105445.297500', '105445.757500', '105446.217500', '105446.677500', '105447.137500', '105447.597500', '105448.057500', '105448.517500', '105448.977500', '105449.437500', '105449.897500', '105450.357500', '105450.817500', '105451.277500', '105451.737500', '105452.197500', '105452.657500', '105453.117500', '105453.577500', '105454.037500', '105454.497500', '105454.957500', '105455.417500', '105455.877500', '105456.337500', '105456.797500', '105457.257500', '105457.717500', '105458.177500', '105458.637500', '105459.097500', '105459.557500', '105500.017500', '105500.477500', '105500.937500', '105501.397500', '105501.857500', '105502.317500', '105502.777500', '105503.237500', '105503.697500', '105504.157500', '105504.617500', '105505.077500', '105505.537500', '105505.997500', '105506.457500', '105506.917500', '105507.377500', '105507.837500', '105508.297500', '105508.757500', '105509.217500', '105509.677500', '105510.137500', '105510.597500', '105511.057500', '105511.517500', '105511.977500', '105512.437500', '105512.897500', '105513.357500', '105513.817500', '105514.277500', '105514.737500', '105515.197500', '105515.657500', '105516.117500', '105516.577500', '105517.037500', '105517.497500', '105517.957500', '105518.417500', '105518.877500', '105519.337500', '105519.797500', '105520.257500', '105520.717500', '105521.177500', '105521.637500', '105522.097500', '105522.557500', '105523.017500', '105523.477500', '105523.937500', '105524.397500', '105524.857500', '105525.317500', '105525.777500', '105526.237500', '105526.697500', '105527.157500', '105527.617500', '105528.077500', '105528.537500', '105528.997500', '105529.457500', '105529.917500', '105530.377500', '105530.837500', '105531.297500', '105531.757500', '105532.217500', '105532.677500', '105533.137500', '105533.597500', '105534.057500', '105534.517500', '105534.977500', '105535.437500', '105535.897500', '105536.357500', '105536.817500', '105537.277500', '105537.737500', '105538.197500', '105538.657500', '105539.117500', '105539.577500', '105540.037500', '105540.497500', '105540.957500', '105541.417500', '105541.877500', '105542.337500', '105542.797500', '105543.257500', '105543.717500', '105544.177500', '105544.637500', '105545.097500', '105545.557500', '105546.017500', '105546.477500', '105546.937500', '105547.397500', '105547.857500', '105548.317500', '105548.777500', '105549.237500', '105549.697500', '105550.157500', '105550.617500', '105551.077500', '105551.537500', '105551.997500', '105552.457500', '105552.917500', '105553.377500', '105553.837500', '105554.297500', '105554.757500', '105555.217500', '105555.677500', '105556.137500', '105556.597500', '105557.057500', '105557.517500', '105557.977500', '105558.437500', '105558.897500', '105559.357500', '105559.817500', '105600.277500', '105600.737500', '105601.197500', '105601.657500', '105602.117500', '105602.577500', '105603.037500', '105603.497500', '105603.957500', '105604.417500', '105604.877500', '105605.337500', '105605.797500', '105606.257500', '105606.717500', '105607.177500', '105607.637500', '105608.097500', '105608.557500', '105609.017500', '105609.477500', '105609.937500', '105610.397500', '105610.857500', '105611.317500', '105611.777500', '105612.237500', '105612.697500', '105613.157500', '105613.617500', '105614.077500', '105614.537500', '105614.997500', '105615.457500', '105615.917500', '105616.377500', '105616.837500', '105617.297500', '105617.757500', '105618.217500', '105618.677500', '105619.137500', '105619.597500', '105620.057500', '105620.517500', '105620.977500', '105621.437500', '105621.897500', '105622.357500', '105622.817500', '105623.277500', '105623.737500', '105624.197500', '105624.657500', '105625.117500', '105625.577500', '105626.037500', '105626.497500', '105626.957500', '105627.417500', '105627.877500', '105628.337500', '105628.797500', '105629.257500', '105629.717500', '105630.177500', '105630.637500', '105631.097500', '105631.557500', '105632.017500', '105632.477500', '105632.937500', '105633.397500', '105633.857500', '105634.317500', '105634.777500', '105635.237500', '105635.697500', '105636.157500', '105636.617500', '105637.077500', '105637.537500', '105637.997500', '105638.457500', '105638.917500', '105639.377500', '105639.837500', '105640.297500', '105640.757500', '105641.217500', '105641.677500', '105642.137500', '105642.597500', '105643.057500', '105643.517500', '105643.977500', '105644.437500', '105644.897500', '105645.357500', '105645.817500', '105646.277500', '105646.737500', '105647.197500', '105647.657500', '105648.117500', '105648.577500', '105649.037500', '105649.497500', '105649.957500', '105650.417500', '105650.877500', '105651.337500', '105651.797500', '105652.257500', '105652.717500', '105653.177500', '105653.637500', '105654.097500', '105654.557500', '105655.017500', '105655.477500', '105655.937500', '105656.397500', '105656.857500', '105657.317500', '105657.777500', '105658.237500', '105658.697500', '105659.157500', '105659.617500', '105700.077500', '105700.537500', '105700.997500', '105701.457500', '105701.917500', '105702.377500', '105702.837500', '105703.297500', '105703.757500', '105704.217500', '105704.677500', '105705.137500', '105705.597500', '105706.057500', '105706.517500', '105706.977500', '105707.437500', '105707.897500', '105708.357500', '105708.817500', '105709.277500', '105709.737500', '105710.197500', '105710.657500', '105711.117500', '105711.577500', '105712.037500', '105712.497500', '105712.957500', '105713.417500', '105713.877500', '105714.337500', '105714.797500', '105715.257500', '105715.717500', '105716.177500', '105716.637500', '105717.097500', '105717.557500', '105718.017500', '105718.477500', '105718.937500', '105719.397500', '105719.857500', '105720.317500', '105720.777500', '105721.237500', '105721.697500', '105722.157500', '105722.617500', '105723.077500', '105723.537500', '105723.997500', '105724.457500', '105724.917500', '105725.377500', '105725.837500', '105726.297500', '105726.757500', '105727.217500', '105727.677500', '105728.137500', '105728.597500', '105729.057500', '105729.517500', '105729.977500', '105730.437500', '105730.897500', '105731.357500', '105731.817500', '105732.277500', '105732.737500', '105733.197500', '105733.657500', '105734.117500', '105734.577500', '105735.037500', '105735.497500', '105735.957500', '105736.417500', '105736.877500', '105737.337500', '105737.797500', '105738.257500', '105738.717500', '105739.177500', '105739.637500', '105740.097500', '105740.557500', '105741.017500', '105741.477500', '105741.937500', '105742.397500', '105742.857500', '105743.317500', '105743.777500', '105744.237500', '105744.697500', '105745.157500', '105745.617500', '105746.077500', '105746.537500', '105746.997500', '105747.457500', '105747.917500', '105748.377500', '105748.837500', '105749.297500', '105749.757500', '105750.217500', '105750.677500', '105751.137500', '105751.597500', '105752.057500', '105752.517500', '105752.977500', '105753.437500', '105753.897500', '105754.357500', '105754.817500', '105755.277500', '105755.737500', '105756.197500', '105756.657500', '105757.117500', '105757.577500', '105758.037500', '105758.497500', '105758.957500', '105759.417500', '105759.877500', '105800.337500', '105800.797500', '105801.257500', '105801.717500', '105802.177500', '105802.637500', '105803.097500', '105803.557500', '105804.017500', '105804.477500', '105804.937500', '105805.397500', '105805.857500', '105806.317500', '105806.777500', '105807.237500', '105807.697500', '105808.157500', '105808.617500', '105809.077500', '105809.537500', '105809.997500', '105810.457500', '105810.917500', '105811.377500', '105811.837500', '105812.297500', '105812.757500', '105813.217500', '105813.677500', '105814.137500', '105814.597500', '105815.057500', '105815.517500', '105815.977500', '105816.437500', '105816.897500', '105817.357500', '105817.817500', '105818.277500', '105818.737500', '105819.197500', '105819.657500', '105820.117500', '105820.577500', '105821.037500', '105821.497500', '105821.957500', '105822.417500', '105822.877500', '105823.337500', '105823.797500', '105824.257500', '105824.717500', '105825.177500', '105825.637500', '105826.097500', '105826.557500', '105827.017500', '105827.477500', '105827.937500', '105828.397500', '105828.857500', '105829.317500', '105829.777500', '105830.237500', '105830.697500', '105831.157500', '105831.617500', '105832.077500', '105832.537500', '105832.997500', '105833.457500', '105833.917500', '105834.377500', '105834.837500', '105835.297500', '105835.757500', '105836.217500', '105836.677500', '105837.137500', '105837.597500', '105838.057500', '105838.517500', '105838.977500', '105839.437500', '105839.897500', '105840.357500', '105840.817500', '105841.277500', '105841.737500', '105842.197500', '105842.657500', '105843.117500', '105843.577500', '105844.037500', '105844.497500', '105844.957500', '105845.417500', '105845.877500', '105846.337500', '105846.797500', '105847.257500', '105847.717500', '105848.177500', '105848.637500', '105849.097500', '105849.557500', '105850.017500', '105850.477500', '105850.937500', '105851.397500', '105851.857500', '105852.317500', '105852.777500', '105853.237500', '105853.697500', '105854.157500', '105854.617500', '105855.077500', '105855.537500', '105855.997500', '105856.457500', '105856.917500', '105857.377500', '105857.837500', '105858.297500', '105858.757500', '105859.217500', '105859.677500', '105900.137500', '105900.597500', '105901.057500', '105901.517500', '105901.977500', '105902.437500', '105902.897500', '105903.357500', '105903.817500', '105904.277500', '105904.737500', '105905.197500', '105905.657500', '105906.117500', '105906.577500', '105907.037500', '105907.497500', '105907.957500', '105908.417500', '105908.877500', '105909.337500', '105909.797500', '105910.257500', '105910.717500', '105911.177500', '105911.637500', '105912.097500', '105912.557500', '105913.017500', '105913.477500', '105913.937500', '105914.397500', '105914.857500', '105915.317500', '105915.777500', '105916.237500', '105916.697500', '105917.157500', '105917.617500', '105918.077500', '105918.537500', '105918.997500', '105919.457500', '105919.917500', '105920.377500', '105920.837500', '105921.297500', '105921.757500', '105922.217500', '105922.677500', '105923.137500', '105923.597500', '105924.057500', '105924.517500', '105924.977500', '105925.437500', '105925.897500', '105926.357500', '105926.817500', '105927.277500', '105927.737500', '105928.197500', '105928.657500', '105929.117500', '105929.577500', '105930.037500', '105930.497500', '105930.957500', '105931.417500', '105931.877500', '105932.337500', '105932.797500', '105933.257500', '105933.717500', '105934.177500', '105934.637500', '105935.097500', '105935.557500', '105936.017500', '105936.477500', '105936.937500', '105937.397500', '105937.857500', '105938.317500', '105938.777500', '105939.237500', '105939.697500', '105940.157500', '105940.617500', '105941.077500', '105941.537500', '105941.997500', '105942.457500', '105942.917500', '105943.377500', '105943.837500', '105944.297500', '105944.757500', '105945.217500', '105945.677500', '105946.137500', '105946.597500', '105947.057500', '105947.517500', '105947.977500', '105948.437500', '105948.897500', '105949.357500', '105949.817500', '105950.277500', '105950.737500', '105951.197500', '105951.657500', '105952.117500', '105952.577500', '105953.037500', '105953.497500', '105953.957500', '105954.417500', '105954.877500', '105955.337500', '105955.797500', '105956.257500', '105956.717500', '105957.177500', '105957.637500', '105958.097500', '105958.557500', '105959.017500', '105959.477500', '105959.937500', '110000.397500', '110000.857500', '110001.317500', '110001.777500', '110002.237500', '110002.697500', '110003.157500', '110003.617500', '110004.077500', '110004.537500', '110004.997500', '110005.457500', '110005.917500', '110006.377500', '110006.837500', '110007.297500', '110007.757500', '110008.217500', '110008.677500', '110009.137500', '110009.597500', '110010.057500', '110010.517500', '110010.977500', '110011.437500', '110011.897500', '110012.357500', '110012.817500', '110013.277500', '110013.737500', '110014.197500', '110014.657500', '110015.117500', '110015.577500', '110016.037500', '110016.497500', '110016.957500', '110017.417500', '110017.877500', '110018.337500', '110018.797500', '110019.257500', '110019.717500', '110020.177500', '110020.637500', '110021.097500', '110021.557500', '110022.017500', '110022.477500', '110022.937500', '110023.397500', '110023.857500', '110024.317500', '110024.777500', '110025.237500', '110025.697500', '110026.157500', '110026.617500', '110027.077500', '110027.537500', '110027.997500', '110028.457500', '110028.917500', '110029.377500', '110029.837500', '110030.297500', '110030.757500', '110031.217500', '110031.677500', '110032.137500', '110032.597500', '110033.057500', '110033.517500', '110033.977500', '110034.437500', '110034.897500', '110035.357500', '110035.817500', '110036.277500', '110036.737500', '110037.197500', '110037.657500', '110038.117500', '110038.577500', '110039.037500', '110039.497500', '110039.957500', '110040.417500', '110040.877500', '110041.337500', '110041.797500', '110042.257500', '110042.717500', '110043.177500', '110043.637500', '110044.097500', '110044.557500', '110045.017500', '110045.477500', '110045.937500', '110046.397500', '110046.857500', '110047.317500', '110047.777500', '110048.237500', '110048.697500', '110049.157500', '110049.617500'], 'ContentTime': ['105057.931000', '105057.934000', '105057.940000', '105057.943000', '105057.945000', '105057.948000', '105057.950000', '105057.953000', '105057.956000', '105057.959000', '105057.961000', '105057.964000', '105057.967000', '105057.969000', '105057.979000', '105057.981000', '105057.984000', '105057.986000', '105057.989000', '105057.992000', '105057.994000', '105057.997000', '105058.001000', '105058.003000', '105058.006000', '105058.008000', '105058.011000', '105058.014000', '105058.017000', '105058.020000', '105058.022000', '105117.902000', '105117.905000', '105117.908000', '105117.910000', '105117.913000', '105117.916000', '105117.918000', '105117.921000', '105117.923000', '105117.926000', '105117.932000', '105117.935000', '105117.937000', '105117.940000', '105117.942000', '105117.945000', '105117.948000', '105117.950000', '105117.953000', '105117.955000', '105117.958000', '105117.960000', '105117.963000', '105117.966000', '105117.968000', '105117.971000', '105117.973000', '105117.976000', '105117.979000', '105117.981000', '105117.984000', '105117.986000', '105117.989000', '105117.992000', '105117.994000', '105117.997000', '105118.001000', '105118.003000', '105118.006000', '105118.008000', '105118.011000', '105118.014000', '105118.017000', '105118.019000', '105137.903000', '105137.905000', '105137.908000', '105137.911000', '105137.913000', '105137.916000', '105137.919000', '105137.921000', '105137.924000', '105137.926000', '105137.929000', '105137.932000', '105137.934000', '105137.937000', '105137.947000', '105137.950000', '105137.953000', '105137.955000', '105137.958000', '105137.960000', '105137.963000', '105137.965000', '105137.968000', '105137.971000', '105137.973000', '105137.976000', '105137.979000', '105137.981000', '105137.984000', '105137.986000', '105137.989000', '105137.992000', '105137.994000', '105137.997000', '105138.001000', '105138.003000', '105138.006000', '105138.009000', '105138.012000', '105138.014000', '105138.017000', '105138.020000', '105138.022000', '105157.902000', '105157.905000', '105157.908000', '105157.911000', '105157.914000', '105157.916000', '105157.919000', '105157.921000', '105157.924000', '105157.927000', '105157.929000', '105157.932000', '105157.934000', '105157.937000', '105157.939000', '105157.942000', '105157.945000', '105157.947000', '105157.950000', '105157.953000', '105157.955000', '105157.958000', '105157.969000', '105157.972000', '105157.975000', '105157.977000', '105157.980000', '105157.992000', '105157.994000', '105157.997000', '105157.999000', '105158.002000', '105158.005000', '105158.007000', '105158.010000', '105158.012000', '105158.015000', '105158.053000', '105158.056000', '105158.059000', '105158.061000', '105158.064000', '105158.066000', '105158.069000', '105217.903000', '105217.906000', '105217.909000', '105217.912000', '105217.914000', '105217.917000', '105217.919000', '105217.922000', '105217.925000', '105217.927000', '105217.930000', '105217.933000', '105217.935000', '105217.938000', '105217.940000', '105217.943000', '105217.946000', '105217.948000', '105217.951000', '105217.954000', '105217.956000', '105217.959000', '105217.961000', '105217.964000', '105217.967000', '105217.969000', '105217.972000', '105217.974000', '105217.977000', '105217.980000', '105217.982000', '105217.985000', '105217.987000', '105217.990000', '105217.993000', '105217.995000', '105217.998000', '105218.002000', '105218.004000', '105218.007000', '105218.009000', '105218.012000', '105218.015000', '105237.903000', '105237.906000', '105237.909000', '105237.912000', '105237.914000', '105237.917000', '105237.920000', '105237.922000', '105237.925000', '105237.928000', '105237.931000', '105237.933000', '105237.936000', '105237.938000', '105237.941000', '105237.944000', '105237.946000', '105237.949000', '105237.951000', '105237.954000', '105237.957000', '105237.959000', '105237.962000', '105237.964000', '105237.967000', '105237.970000', '105237.972000', '105237.975000', '105237.978000', '105237.980000', '105237.983000', '105237.985000', '105237.988000', '105237.990000', '105237.993000', '105237.996000', '105237.998000', '105238.002000', '105238.005000', '105238.007000', '105238.010000', '105238.012000', '105238.015000', '105238.018000', '105257.902000', '105257.905000', '105257.908000', '105257.910000', '105257.913000', '105257.916000', '105257.919000', '105257.921000', '105257.924000', '105257.927000', '105257.929000', '105257.932000', '105257.934000', '105257.937000', '105257.940000', '105257.942000', '105257.945000', '105257.947000', '105257.950000', '105257.953000', '105257.955000', '105257.958000', '105257.961000', '105257.963000', '105257.966000', '105257.969000', '105257.971000', '105257.974000', '105257.976000', '105257.979000', '105257.982000', '105257.984000', '105257.987000', '105257.990000', '105257.992000', '105257.995000', '105257.997000', '105258.001000', '105258.004000', '105258.006000', '105258.009000', '105258.012000', '105258.014000', '105317.902000', '105317.906000', '105317.908000', '105317.911000', '105317.913000', '105317.916000', '105317.919000', '105317.921000', '105317.924000', '105317.927000', '105317.929000', '105317.932000', '105317.934000', '105317.937000', '105317.940000', '105317.942000', '105317.945000', '105317.948000', '105317.950000', '105317.953000', '105317.955000', '105317.958000', '105317.961000', '105317.963000', '105317.966000', '105317.968000', '105317.971000', '105317.973000', '105317.976000', '105317.979000', '105317.981000', '105317.984000', '105317.986000', '105317.989000', '105317.992000', '105317.994000', '105317.997000', '105318.001000', '105318.004000', '105318.006000', '105318.009000', '105318.011000', '105318.014000', '105318.017000', '105337.902000', '105337.905000', '105337.908000', '105337.911000', '105337.913000', '105337.916000', '105337.918000', '105337.921000', '105337.924000', '105337.926000', '105337.929000', '105337.932000', '105337.934000', '105337.937000', '105337.939000', '105337.942000', '105337.945000', '105337.959000', '105337.962000', '105337.964000', '105337.967000', '105337.969000', '105337.972000', '105337.975000', '105337.977000', '105337.980000', '105337.982000', '105337.985000', '105337.987000', '105337.990000', '105337.992000', '105337.995000', '105337.998000', '105338.002000', '105338.004000', '105338.007000', '105338.009000', '105338.012000', '105338.014000', '105338.017000', '105338.020000', '105338.022000', '105338.025000', '105357.903000', '105357.905000', '105357.908000', '105357.911000', '105357.914000', '105357.916000', '105357.919000', '105357.921000', '105357.924000', '105357.927000', '105357.929000', '105357.932000', '105357.935000', '105357.937000', '105357.940000', '105357.942000', '105357.945000', '105357.948000', '105357.950000', '105357.953000', '105357.956000', '105357.958000', '105357.961000', '105357.963000', '105357.966000', '105357.969000', '105357.971000', '105357.974000', '105357.977000', '105357.979000', '105357.982000', '105357.985000', '105357.987000', '105357.990000', '105357.993000', '105357.995000', '105357.998000', '105358.001000', '105358.004000', '105358.007000', '105358.009000', '105358.012000', '105358.015000', '105358.017000', '105417.902000', '105417.905000', '105417.908000', '105417.911000', '105417.913000', '105417.916000', '105417.919000', '105417.921000', '105417.924000', '105417.927000', '105417.929000', '105417.932000', '105417.941000', '105417.944000', '105417.946000', '105417.949000', '105417.952000', '105417.954000', '105417.957000', '105417.960000', '105417.962000', '105417.965000', '105417.968000', '105417.970000', '105417.973000', '105417.975000', '105417.978000', '105417.981000', '105417.983000', '105417.986000', '105417.989000', '105417.991000', '105417.994000', '105417.996000', '105418.000000', '105418.003000', '105418.005000', '105418.008000', '105418.011000', '105418.014000', '105418.016000', '105418.019000', '105418.021000', '105437.903000', '105437.906000', '105437.909000', '105437.912000', '105437.914000', '105437.917000', '105437.920000', '105437.922000', '105437.925000', '105437.928000', '105437.930000', '105437.933000', '105437.936000', '105437.938000', '105437.941000', '105437.944000', '105437.946000', '105437.949000', '105437.952000', '105437.954000', '105437.957000', '105437.960000', '105437.962000', '105437.965000', '105437.968000', '105437.970000', '105437.973000', '105437.975000', '105437.978000', '105437.981000', '105437.983000', '105437.986000', '105437.989000', '105437.991000', '105437.994000', '105437.997000', '105437.999000', '105438.002000', '105438.004000', '105438.007000', '105438.010000', '105438.012000', '105438.015000', '105438.018000', '105457.904000', '105457.907000', '105457.910000', '105457.912000', '105457.915000', '105457.917000', '105457.920000', '105457.923000', '105457.925000', '105457.928000', '105457.931000', '105457.933000', '105457.936000', '105457.938000', '105457.941000', '105457.944000', '105457.946000', '105457.949000', '105457.952000', '105457.954000', '105457.957000', '105457.960000', '105457.962000', '105457.965000', '105457.967000', '105457.970000', '105457.973000', '105457.975000', '105457.978000', '105457.981000', '105457.983000', '105457.986000', '105457.989000', '105457.991000', '105457.994000', '105457.997000', '105457.999000', '105458.002000', '105458.004000', '105458.007000', '105458.010000', '105458.013000', '105458.015000', '105517.902000', '105517.905000', '105517.908000', '105517.911000', '105517.913000', '105517.916000', '105517.919000', '105517.921000', '105517.924000', '105517.927000', '105517.929000', '105517.932000', '105517.934000', '105517.937000', '105517.940000', '105517.942000', '105517.945000', '105517.947000', '105517.950000', '105517.953000', '105517.955000', '105517.958000', '105517.961000', '105517.964000', '105517.966000', '105517.969000', '105517.971000', '105517.974000', '105517.977000', '105517.979000', '105517.982000', '105517.985000', '105517.987000', '105517.990000', '105517.992000', '105517.995000', '105517.998000', '105518.001000', '105518.004000', '105518.007000', '105518.009000', '105518.012000', '105518.014000', '105518.017000', '105537.902000', '105537.905000', '105537.908000', '105537.910000', '105537.913000', '105537.916000', '105537.918000', '105537.921000', '105537.924000', '105537.926000', '105537.929000', '105537.931000', '105537.934000', '105537.937000', '105537.939000', '105537.942000', '105537.944000', '105537.947000', '105537.950000', '105537.952000', '105537.955000', '105537.958000', '105537.960000', '105537.963000', '105537.965000', '105537.968000', '105537.971000', '105537.973000', '105537.976000', '105537.979000', '105537.981000', '105537.984000', '105537.986000', '105537.989000', '105537.992000', '105537.994000', '105537.997000', '105538.000000', '105538.003000', '105538.006000', '105538.008000', '105538.011000', '105538.014000', '105557.903000', '105557.906000', '105557.908000', '105557.911000', '105557.914000', '105557.916000', '105557.919000', '105557.922000', '105557.924000', '105557.927000', '105557.930000', '105557.934000', '105557.937000', '105557.940000', '105557.942000', '105557.945000', '105557.948000', '105557.950000', '105557.953000', '105557.955000', '105557.958000', '105557.961000', '105557.963000', '105557.966000', '105557.969000', '105557.971000', '105557.974000', '105557.976000', '105557.979000', '105557.982000', '105557.984000', '105557.987000', '105557.990000', '105557.993000', '105557.995000', '105557.998000', '105558.001000', '105558.004000', '105558.007000', '105558.009000', '105558.012000', '105558.015000', '105558.018000', '105617.902000', '105617.905000', '105617.908000', '105617.911000', '105617.913000', '105617.916000', '105617.919000', '105617.921000', '105617.924000', '105617.927000', '105617.929000', '105617.932000', '105617.935000', '105617.937000', '105617.940000', '105617.942000', '105617.945000', '105617.948000', '105617.950000', '105617.953000', '105617.956000', '105617.958000', '105617.961000', '105617.963000', '105617.966000', '105617.969000', '105617.971000', '105617.974000', '105617.976000', '105617.979000', '105617.982000', '105617.984000', '105617.987000', '105617.990000', '105617.992000', '105617.995000', '105617.997000', '105618.000000', '105618.003000', '105618.005000', '105618.008000', '105618.010000', '105618.013000', '105618.016000', '105637.903000', '105637.906000', '105637.908000', '105637.911000', '105637.914000', '105637.916000', '105637.919000', '105637.921000', '105637.929000', '105637.932000', '105637.934000', '105637.937000', '105637.940000', '105637.942000', '105637.945000', '105637.947000', '105637.950000', '105637.953000', '105637.955000', '105637.958000', '105637.961000', '105637.963000', '105637.966000', '105637.969000', '105637.988000', '105637.991000', '105637.994000', '105637.996000', '105638.000000', '105638.003000', '105638.005000', '105638.008000', '105638.011000', '105638.013000', '105638.016000', '105638.018000', '105638.021000', '105638.024000', '105638.026000', '105638.029000', '105638.032000', '105638.034000', '105638.037000', '105638.040000', '105657.904000', '105657.907000', '105657.909000', '105657.912000', '105657.915000', '105657.917000', '105657.920000', '105657.923000', '105657.925000', '105657.928000', '105657.931000', '105657.933000', '105657.936000', '105657.939000', '105657.941000', '105657.944000', '105657.947000', '105657.949000', '105657.952000', '105657.954000', '105657.957000', '105657.959000', '105657.962000', '105657.966000', '105657.969000', '105657.971000', '105657.974000', '105657.976000', '105657.979000', '105657.982000', '105657.984000', '105657.987000', '105657.989000', '105657.992000', '105657.995000', '105657.997000', '105658.001000', '105658.004000', '105658.006000', '105658.009000', '105658.012000', '105658.014000', '105658.017000', '105717.904000', '105717.907000', '105717.909000', '105717.912000', '105717.915000', '105717.918000', '105717.920000', '105717.924000', '105717.927000', '105717.930000', '105717.932000', '105717.935000', '105717.937000', '105717.940000', '105717.942000', '105717.945000', '105717.948000', '105717.951000', '105717.953000', '105717.956000', '105717.959000', '105717.961000', '105717.964000', '105717.967000', '105717.969000', '105717.973000', '105717.976000', '105717.978000', '105717.981000', '105717.984000', '105717.986000', '105717.989000', '105717.992000', '105717.994000', '105717.997000', '105717.999000', '105718.002000', '105718.005000', '105718.007000', '105718.010000', '105718.013000', '105718.015000', '105718.018000', '105737.902000', '105737.905000', '105737.909000', '105737.911000', '105737.914000', '105737.916000', '105737.919000', '105737.922000', '105737.924000', '105737.927000', '105737.930000', '105737.932000', '105737.935000', '105737.938000', '105737.940000', '105737.943000', '105737.946000', '105737.948000', '105737.951000', '105737.954000', '105737.956000', '105737.959000', '105737.962000', '105737.964000', '105737.967000', '105737.969000', '105737.972000', '105737.975000', '105737.977000', '105737.980000', '105737.983000', '105737.985000', '105737.988000', '105737.990000', '105737.993000', '105737.996000', '105737.998000', '105738.002000', '105738.005000', '105738.007000', '105738.010000', '105738.013000', '105738.015000', '105738.018000', '105757.902000', '105757.905000', '105757.908000', '105757.910000', '105757.913000', '105757.916000', '105757.918000', '105757.921000', '105757.924000', '105757.926000', '105757.929000', '105757.931000', '105757.934000', '105757.937000', '105757.939000', '105757.942000', '105757.945000', '105757.947000', '105757.950000', '105757.952000', '105757.955000', '105757.970000', '105757.972000', '105757.975000', '105757.978000', '105757.980000', '105757.983000', '105757.986000', '105757.989000', '105757.991000', '105757.994000', '105757.996000', '105758.000000', '105758.003000', '105758.005000', '105758.008000', '105758.011000', '105758.013000', '105758.016000', '105758.018000', '105758.021000', '105758.024000', '105758.026000', '105817.903000', '105817.906000', '105817.908000', '105817.911000', '105817.913000', '105817.916000', '105817.919000', '105817.921000', '105817.924000', '105817.927000', '105817.929000', '105817.932000', '105817.934000', '105817.937000', '105817.940000', '105817.942000', '105817.945000', '105817.948000', '105817.950000', '105817.953000', '105817.955000', '105817.958000', '105817.961000', '105817.963000', '105817.966000', '105817.969000', '105817.971000', '105817.974000', '105817.977000', '105817.979000', '105817.982000', '105817.984000', '105817.987000', '105817.990000', '105817.992000', '105817.995000', '105817.998000', '105818.001000', '105818.004000', '105818.007000', '105818.009000', '105818.012000', '105818.014000', '105818.017000', '105837.903000', '105837.905000', '105837.908000', '105837.911000', '105837.913000', '105837.916000', '105837.919000', '105837.921000', '105837.924000', '105837.927000', '105837.929000', '105837.932000', '105837.934000', '105837.937000', '105837.940000', '105837.942000', '105837.945000', '105837.948000', '105837.951000', '105837.954000', '105837.956000', '105837.959000', '105837.962000', '105837.965000', '105837.967000', '105837.970000', '105837.973000', '105837.975000', '105837.978000', '105837.981000', '105837.983000', '105837.986000', '105837.988000', '105837.992000', '105837.994000', '105837.997000', '105838.000000', '105838.003000', '105838.006000', '105838.008000', '105838.012000', '105838.015000', '105838.018000', '105857.903000', '105857.905000', '105857.908000', '105857.911000', '105857.928000', '105857.930000', '105857.933000', '105857.935000', '105857.938000', '105857.941000', '105857.943000', '105857.946000', '105857.949000', '105857.951000', '105857.954000', '105857.957000', '105857.960000', '105857.962000', '105857.965000', '105857.968000', '105857.970000', '105857.973000', '105857.975000', '105857.978000', '105857.981000', '105857.983000', '105857.986000', '105857.988000', '105857.991000', '105857.994000', '105857.996000', '105857.999000', '105858.002000', '105858.004000', '105858.007000', '105858.010000', '105858.012000', '105858.015000', '105858.017000', '105858.020000', '105858.023000', '105858.026000', '105858.028000', '105858.031000', '105917.904000', '105917.906000', '105917.909000', '105917.912000', '105917.914000', '105917.917000', '105917.920000', '105917.922000', '105917.925000', '105917.927000', '105917.930000', '105917.933000', '105917.935000', '105917.938000', '105917.941000', '105917.943000', '105917.946000', '105917.956000', '105917.959000', '105917.962000', '105917.964000', '105917.967000', '105917.970000', '105917.972000', '105917.975000', '105917.978000', '105917.981000', '105917.984000', '105917.987000', '105917.989000', '105917.992000', '105917.995000', '105917.997000', '105918.000000', '105918.003000', '105918.005000', '105918.008000', '105918.011000', '105918.013000', '105918.016000', '105918.019000', '105918.021000', '105918.024000', '105937.902000', '105937.905000', '105937.908000', '105937.911000', '105937.913000', '105937.916000', '105937.919000', '105937.921000', '105937.924000', '105937.927000', '105937.929000', '105937.932000', '105937.935000', '105937.937000', '105937.940000', '105937.943000', '105937.945000', '105937.948000', '105937.950000', '105937.953000', '105937.956000', '105937.958000', '105937.961000', '105937.964000', '105937.966000', '105937.969000', '105937.971000', '105937.974000', '105937.977000', '105937.979000', '105937.982000', '105937.985000', '105937.987000', '105937.990000', '105937.992000', '105937.995000', '105937.998000', '105938.000000', '105938.003000', '105938.006000', '105938.008000', '105938.011000', '105938.013000', '105938.016000', '105957.903000', '105957.906000', '105957.908000', '105957.911000', '105957.914000', '105957.916000', '105957.919000', '105957.921000', '105957.924000', '105957.927000', '105957.929000', '105957.932000', '105957.935000', '105957.937000', '105957.940000', '105957.943000', '105957.945000', '105957.948000', '105957.951000', '105957.953000', '105957.956000', '105957.959000', '105957.961000', '105957.964000', '105957.967000', '105957.969000', '105957.972000', '105957.974000', '105957.977000', '105957.980000', '105957.983000', '105957.985000', '105957.988000', '105957.991000', '105957.993000', '105957.996000', '105957.998000', '105958.002000', '105958.005000', '105958.007000', '105958.010000', '105958.013000', '105958.015000', '110017.903000', '110017.906000', '110017.908000', '110017.911000', '110017.913000', '110017.916000', '110017.919000', '110017.921000', '110017.924000', '110017.927000', '110017.929000', '110017.932000', '110017.935000', '110017.937000', '110017.940000', '110017.943000', '110017.945000', '110017.948000', '110017.951000', '110017.953000', '110017.956000', '110017.958000', '110017.961000', '110017.973000', '110017.976000', '110017.979000', '110017.981000', '110017.984000', '110017.987000', '110017.989000', '110017.992000', '110017.995000', '110017.997000', '110018.001000', '110018.004000', '110018.006000', '110018.009000', '110018.012000', '110018.014000', '110018.017000', '110018.020000', '110018.022000', '110018.025000', '110018.028000', '110037.903000', '110037.906000', '110037.908000', '110037.911000', '110037.914000', '110037.916000', '110037.919000', '110037.921000', '110037.924000', '110037.927000', '110037.929000', '110037.932000', '110037.935000', '110037.937000', '110037.940000', '110037.942000', '110037.945000', '110037.948000', '110037.950000', '110037.953000', '110037.956000', '110037.958000', '110037.961000', '110037.963000', '110037.966000', '110037.969000', '110037.971000', '110037.974000', '110037.977000', '110037.979000', '110037.982000', '110037.984000', '110037.987000', '110037.990000', '110037.992000', '110037.995000', '110037.998000', '110038.001000', '110038.004000', '110038.006000', '110038.009000', '110038.011000', '110038.014000', '110051.352000', '110051.355000', '110051.358000', '110051.360000', '110051.363000', '110051.366000', '110051.368000', '110051.371000', '110051.374000', '110051.376000', '110051.379000', '110051.382000', '110051.384000', '110051.387000', '110051.390000', '110051.393000', '110051.396000', '110051.399000', '110051.402000', '110051.404000', '110051.407000', '110051.410000', '110051.413000', '110051.415000', '110051.418000', '110051.421000', '110051.424000', '110051.427000', '110051.430000', '110051.433000'], 'InstanceCreationTime': ['105057.931000', '105057.934000', '105057.940000', '105057.943000', '105057.945000', '105057.948000', '105057.950000', '105057.953000', '105057.956000', '105057.959000', '105057.961000', '105057.964000', '105057.967000', '105057.969000', '105057.979000', '105057.981000', '105057.984000', '105057.986000', '105057.989000', '105057.992000', '105057.994000', '105057.997000', '105058.001000', '105058.003000', '105058.006000', '105058.008000', '105058.011000', '105058.014000', '105058.017000', '105058.020000', '105058.022000', '105117.902000', '105117.905000', '105117.908000', '105117.910000', '105117.913000', '105117.916000', '105117.918000', '105117.921000', '105117.923000', '105117.926000', '105117.932000', '105117.935000', '105117.937000', '105117.940000', '105117.942000', '105117.945000', '105117.948000', '105117.950000', '105117.953000', '105117.955000', '105117.958000', '105117.960000', '105117.963000', '105117.966000', '105117.968000', '105117.971000', '105117.973000', '105117.976000', '105117.979000', '105117.981000', '105117.984000', '105117.986000', '105117.989000', '105117.992000', '105117.994000', '105117.997000', '105118.001000', '105118.003000', '105118.006000', '105118.008000', '105118.011000', '105118.014000', '105118.017000', '105118.019000', '105137.903000', '105137.905000', '105137.908000', '105137.911000', '105137.913000', '105137.916000', '105137.919000', '105137.921000', '105137.924000', '105137.926000', '105137.929000', '105137.932000', '105137.934000', '105137.937000', '105137.947000', '105137.950000', '105137.953000', '105137.955000', '105137.958000', '105137.960000', '105137.963000', '105137.965000', '105137.968000', '105137.971000', '105137.973000', '105137.976000', '105137.979000', '105137.981000', '105137.984000', '105137.986000', '105137.989000', '105137.992000', '105137.994000', '105137.997000', '105138.001000', '105138.003000', '105138.006000', '105138.009000', '105138.012000', '105138.014000', '105138.017000', '105138.020000', '105138.022000', '105157.902000', '105157.905000', '105157.908000', '105157.911000', '105157.914000', '105157.916000', '105157.919000', '105157.921000', '105157.924000', '105157.927000', '105157.929000', '105157.932000', '105157.934000', '105157.937000', '105157.939000', '105157.942000', '105157.945000', '105157.947000', '105157.950000', '105157.953000', '105157.955000', '105157.958000', '105157.969000', '105157.972000', '105157.975000', '105157.977000', '105157.980000', '105157.992000', '105157.994000', '105157.997000', '105157.999000', '105158.002000', '105158.005000', '105158.007000', '105158.010000', '105158.012000', '105158.015000', '105158.053000', '105158.056000', '105158.059000', '105158.061000', '105158.064000', '105158.066000', '105158.069000', '105217.903000', '105217.906000', '105217.909000', '105217.912000', '105217.914000', '105217.917000', '105217.919000', '105217.922000', '105217.925000', '105217.927000', '105217.930000', '105217.933000', '105217.935000', '105217.938000', '105217.940000', '105217.943000', '105217.946000', '105217.948000', '105217.951000', '105217.954000', '105217.956000', '105217.959000', '105217.961000', '105217.964000', '105217.967000', '105217.969000', '105217.972000', '105217.974000', '105217.977000', '105217.980000', '105217.982000', '105217.985000', '105217.987000', '105217.990000', '105217.993000', '105217.995000', '105217.998000', '105218.002000', '105218.004000', '105218.007000', '105218.009000', '105218.012000', '105218.015000', '105237.903000', '105237.906000', '105237.909000', '105237.912000', '105237.914000', '105237.917000', '105237.920000', '105237.922000', '105237.925000', '105237.928000', '105237.931000', '105237.933000', '105237.936000', '105237.938000', '105237.941000', '105237.944000', '105237.946000', '105237.949000', '105237.951000', '105237.954000', '105237.957000', '105237.959000', '105237.962000', '105237.964000', '105237.967000', '105237.970000', '105237.972000', '105237.975000', '105237.978000', '105237.980000', '105237.983000', '105237.985000', '105237.988000', '105237.990000', '105237.993000', '105237.996000', '105237.998000', '105238.002000', '105238.005000', '105238.007000', '105238.010000', '105238.012000', '105238.015000', '105238.018000', '105257.902000', '105257.905000', '105257.908000', '105257.910000', '105257.913000', '105257.916000', '105257.919000', '105257.921000', '105257.924000', '105257.927000', '105257.929000', '105257.932000', '105257.934000', '105257.937000', '105257.940000', '105257.942000', '105257.945000', '105257.947000', '105257.950000', '105257.953000', '105257.955000', '105257.958000', '105257.961000', '105257.963000', '105257.966000', '105257.969000', '105257.971000', '105257.974000', '105257.976000', '105257.979000', '105257.982000', '105257.984000', '105257.987000', '105257.990000', '105257.992000', '105257.995000', '105257.997000', '105258.001000', '105258.004000', '105258.006000', '105258.009000', '105258.012000', '105258.014000', '105317.902000', '105317.906000', '105317.908000', '105317.911000', '105317.913000', '105317.916000', '105317.919000', '105317.921000', '105317.924000', '105317.927000', '105317.929000', '105317.932000', '105317.934000', '105317.937000', '105317.940000', '105317.942000', '105317.945000', '105317.948000', '105317.950000', '105317.953000', '105317.955000', '105317.958000', '105317.961000', '105317.963000', '105317.966000', '105317.968000', '105317.971000', '105317.973000', '105317.976000', '105317.979000', '105317.981000', '105317.984000', '105317.986000', '105317.989000', '105317.992000', '105317.994000', '105317.997000', '105318.001000', '105318.004000', '105318.006000', '105318.009000', '105318.011000', '105318.014000', '105318.017000', '105337.902000', '105337.905000', '105337.908000', '105337.911000', '105337.913000', '105337.916000', '105337.918000', '105337.921000', '105337.924000', '105337.926000', '105337.929000', '105337.932000', '105337.934000', '105337.937000', '105337.939000', '105337.942000', '105337.945000', '105337.959000', '105337.962000', '105337.964000', '105337.967000', '105337.969000', '105337.972000', '105337.975000', '105337.977000', '105337.980000', '105337.982000', '105337.985000', '105337.987000', '105337.990000', '105337.992000', '105337.995000', '105337.998000', '105338.002000', '105338.004000', '105338.007000', '105338.009000', '105338.012000', '105338.014000', '105338.017000', '105338.020000', '105338.022000', '105338.025000', '105357.903000', '105357.905000', '105357.908000', '105357.911000', '105357.914000', '105357.916000', '105357.919000', '105357.921000', '105357.924000', '105357.927000', '105357.929000', '105357.932000', '105357.935000', '105357.937000', '105357.940000', '105357.942000', '105357.945000', '105357.948000', '105357.950000', '105357.953000', '105357.956000', '105357.958000', '105357.961000', '105357.963000', '105357.966000', '105357.969000', '105357.971000', '105357.974000', '105357.977000', '105357.979000', '105357.982000', '105357.985000', '105357.987000', '105357.990000', '105357.993000', '105357.995000', '105357.998000', '105358.001000', '105358.004000', '105358.007000', '105358.009000', '105358.012000', '105358.015000', '105358.017000', '105417.902000', '105417.905000', '105417.908000', '105417.911000', '105417.913000', '105417.916000', '105417.919000', '105417.921000', '105417.924000', '105417.927000', '105417.929000', '105417.932000', '105417.941000', '105417.944000', '105417.946000', '105417.949000', '105417.952000', '105417.954000', '105417.957000', '105417.960000', '105417.962000', '105417.965000', '105417.968000', '105417.970000', '105417.973000', '105417.975000', '105417.978000', '105417.981000', '105417.983000', '105417.986000', '105417.989000', '105417.991000', '105417.994000', '105417.996000', '105418.000000', '105418.003000', '105418.005000', '105418.008000', '105418.011000', '105418.014000', '105418.016000', '105418.019000', '105418.021000', '105437.903000', '105437.906000', '105437.909000', '105437.912000', '105437.914000', '105437.917000', '105437.920000', '105437.922000', '105437.925000', '105437.928000', '105437.930000', '105437.933000', '105437.936000', '105437.938000', '105437.941000', '105437.944000', '105437.946000', '105437.949000', '105437.952000', '105437.954000', '105437.957000', '105437.960000', '105437.962000', '105437.965000', '105437.968000', '105437.970000', '105437.973000', '105437.975000', '105437.978000', '105437.981000', '105437.983000', '105437.986000', '105437.989000', '105437.991000', '105437.994000', '105437.997000', '105437.999000', '105438.002000', '105438.004000', '105438.007000', '105438.010000', '105438.012000', '105438.015000', '105438.018000', '105457.904000', '105457.907000', '105457.910000', '105457.912000', '105457.915000', '105457.917000', '105457.920000', '105457.923000', '105457.925000', '105457.928000', '105457.931000', '105457.933000', '105457.936000', '105457.938000', '105457.941000', '105457.944000', '105457.946000', '105457.949000', '105457.952000', '105457.954000', '105457.957000', '105457.960000', '105457.962000', '105457.965000', '105457.967000', '105457.970000', '105457.973000', '105457.975000', '105457.978000', '105457.981000', '105457.983000', '105457.986000', '105457.989000', '105457.991000', '105457.994000', '105457.997000', '105457.999000', '105458.002000', '105458.004000', '105458.007000', '105458.010000', '105458.013000', '105458.015000', '105517.902000', '105517.905000', '105517.908000', '105517.911000', '105517.913000', '105517.916000', '105517.919000', '105517.921000', '105517.924000', '105517.927000', '105517.929000', '105517.932000', '105517.934000', '105517.937000', '105517.940000', '105517.942000', '105517.945000', '105517.947000', '105517.950000', '105517.953000', '105517.955000', '105517.958000', '105517.961000', '105517.964000', '105517.966000', '105517.969000', '105517.971000', '105517.974000', '105517.977000', '105517.979000', '105517.982000', '105517.985000', '105517.987000', '105517.990000', '105517.992000', '105517.995000', '105517.998000', '105518.001000', '105518.004000', '105518.007000', '105518.009000', '105518.012000', '105518.014000', '105518.017000', '105537.902000', '105537.905000', '105537.908000', '105537.910000', '105537.913000', '105537.916000', '105537.918000', '105537.921000', '105537.924000', '105537.926000', '105537.929000', '105537.931000', '105537.934000', '105537.937000', '105537.939000', '105537.942000', '105537.944000', '105537.947000', '105537.950000', '105537.952000', '105537.955000', '105537.958000', '105537.960000', '105537.963000', '105537.965000', '105537.968000', '105537.971000', '105537.973000', '105537.976000', '105537.979000', '105537.981000', '105537.984000', '105537.986000', '105537.989000', '105537.992000', '105537.994000', '105537.997000', '105538.000000', '105538.003000', '105538.006000', '105538.008000', '105538.011000', '105538.014000', '105557.903000', '105557.906000', '105557.908000', '105557.911000', '105557.914000', '105557.916000', '105557.919000', '105557.922000', '105557.924000', '105557.927000', '105557.930000', '105557.934000', '105557.937000', '105557.940000', '105557.942000', '105557.945000', '105557.948000', '105557.950000', '105557.953000', '105557.955000', '105557.958000', '105557.961000', '105557.963000', '105557.966000', '105557.969000', '105557.971000', '105557.974000', '105557.976000', '105557.979000', '105557.982000', '105557.984000', '105557.987000', '105557.990000', '105557.993000', '105557.995000', '105557.998000', '105558.001000', '105558.004000', '105558.007000', '105558.009000', '105558.012000', '105558.015000', '105558.018000', '105617.902000', '105617.905000', '105617.908000', '105617.911000', '105617.913000', '105617.916000', '105617.919000', '105617.921000', '105617.924000', '105617.927000', '105617.929000', '105617.932000', '105617.935000', '105617.937000', '105617.940000', '105617.942000', '105617.945000', '105617.948000', '105617.950000', '105617.953000', '105617.956000', '105617.958000', '105617.961000', '105617.963000', '105617.966000', '105617.969000', '105617.971000', '105617.974000', '105617.976000', '105617.979000', '105617.982000', '105617.984000', '105617.987000', '105617.990000', '105617.992000', '105617.995000', '105617.997000', '105618.000000', '105618.003000', '105618.005000', '105618.008000', '105618.010000', '105618.013000', '105618.016000', '105637.903000', '105637.906000', '105637.908000', '105637.911000', '105637.914000', '105637.916000', '105637.919000', '105637.921000', '105637.929000', '105637.932000', '105637.934000', '105637.937000', '105637.940000', '105637.942000', '105637.945000', '105637.947000', '105637.950000', '105637.953000', '105637.955000', '105637.958000', '105637.961000', '105637.963000', '105637.966000', '105637.969000', '105637.988000', '105637.991000', '105637.994000', '105637.996000', '105638.000000', '105638.003000', '105638.005000', '105638.008000', '105638.011000', '105638.013000', '105638.016000', '105638.018000', '105638.021000', '105638.024000', '105638.026000', '105638.029000', '105638.032000', '105638.034000', '105638.037000', '105638.040000', '105657.904000', '105657.907000', '105657.909000', '105657.912000', '105657.915000', '105657.917000', '105657.920000', '105657.923000', '105657.925000', '105657.928000', '105657.931000', '105657.933000', '105657.936000', '105657.939000', '105657.941000', '105657.944000', '105657.947000', '105657.949000', '105657.952000', '105657.954000', '105657.957000', '105657.959000', '105657.962000', '105657.966000', '105657.969000', '105657.971000', '105657.974000', '105657.976000', '105657.979000', '105657.982000', '105657.984000', '105657.987000', '105657.989000', '105657.992000', '105657.995000', '105657.997000', '105658.001000', '105658.004000', '105658.006000', '105658.009000', '105658.012000', '105658.014000', '105658.017000', '105717.904000', '105717.907000', '105717.909000', '105717.912000', '105717.915000', '105717.918000', '105717.920000', '105717.924000', '105717.927000', '105717.930000', '105717.932000', '105717.935000', '105717.937000', '105717.940000', '105717.942000', '105717.945000', '105717.948000', '105717.951000', '105717.953000', '105717.956000', '105717.959000', '105717.961000', '105717.964000', '105717.967000', '105717.969000', '105717.973000', '105717.976000', '105717.978000', '105717.981000', '105717.984000', '105717.986000', '105717.989000', '105717.992000', '105717.994000', '105717.997000', '105717.999000', '105718.002000', '105718.005000', '105718.007000', '105718.010000', '105718.013000', '105718.015000', '105718.018000', '105737.902000', '105737.905000', '105737.909000', '105737.911000', '105737.914000', '105737.916000', '105737.919000', '105737.922000', '105737.924000', '105737.927000', '105737.930000', '105737.932000', '105737.935000', '105737.938000', '105737.940000', '105737.943000', '105737.946000', '105737.948000', '105737.951000', '105737.954000', '105737.956000', '105737.959000', '105737.962000', '105737.964000', '105737.967000', '105737.969000', '105737.972000', '105737.975000', '105737.977000', '105737.980000', '105737.983000', '105737.985000', '105737.988000', '105737.990000', '105737.993000', '105737.996000', '105737.998000', '105738.002000', '105738.005000', '105738.007000', '105738.010000', '105738.013000', '105738.015000', '105738.018000', '105757.902000', '105757.905000', '105757.908000', '105757.910000', '105757.913000', '105757.916000', '105757.918000', '105757.921000', '105757.924000', '105757.926000', '105757.929000', '105757.931000', '105757.934000', '105757.937000', '105757.939000', '105757.942000', '105757.945000', '105757.947000', '105757.950000', '105757.952000', '105757.955000', '105757.970000', '105757.972000', '105757.975000', '105757.978000', '105757.980000', '105757.983000', '105757.986000', '105757.989000', '105757.991000', '105757.994000', '105757.996000', '105758.000000', '105758.003000', '105758.005000', '105758.008000', '105758.011000', '105758.013000', '105758.016000', '105758.018000', '105758.021000', '105758.024000', '105758.026000', '105817.903000', '105817.906000', '105817.908000', '105817.911000', '105817.913000', '105817.916000', '105817.919000', '105817.921000', '105817.924000', '105817.927000', '105817.929000', '105817.932000', '105817.934000', '105817.937000', '105817.940000', '105817.942000', '105817.945000', '105817.948000', '105817.950000', '105817.953000', '105817.955000', '105817.958000', '105817.961000', '105817.963000', '105817.966000', '105817.969000', '105817.971000', '105817.974000', '105817.977000', '105817.979000', '105817.982000', '105817.984000', '105817.987000', '105817.990000', '105817.992000', '105817.995000', '105817.998000', '105818.001000', '105818.004000', '105818.007000', '105818.009000', '105818.012000', '105818.014000', '105818.017000', '105837.903000', '105837.905000', '105837.908000', '105837.911000', '105837.913000', '105837.916000', '105837.919000', '105837.921000', '105837.924000', '105837.927000', '105837.929000', '105837.932000', '105837.934000', '105837.937000', '105837.940000', '105837.942000', '105837.945000', '105837.948000', '105837.951000', '105837.954000', '105837.956000', '105837.959000', '105837.962000', '105837.965000', '105837.967000', '105837.970000', '105837.973000', '105837.975000', '105837.978000', '105837.981000', '105837.983000', '105837.986000', '105837.988000', '105837.992000', '105837.994000', '105837.997000', '105838.000000', '105838.003000', '105838.006000', '105838.008000', '105838.012000', '105838.015000', '105838.018000', '105857.903000', '105857.905000', '105857.908000', '105857.911000', '105857.928000', '105857.930000', '105857.933000', '105857.935000', '105857.938000', '105857.941000', '105857.943000', '105857.946000', '105857.949000', '105857.951000', '105857.954000', '105857.957000', '105857.960000', '105857.962000', '105857.965000', '105857.968000', '105857.970000', '105857.973000', '105857.975000', '105857.978000', '105857.981000', '105857.983000', '105857.986000', '105857.988000', '105857.991000', '105857.994000', '105857.996000', '105857.999000', '105858.002000', '105858.004000', '105858.007000', '105858.010000', '105858.012000', '105858.015000', '105858.017000', '105858.020000', '105858.023000', '105858.026000', '105858.028000', '105858.031000', '105917.904000', '105917.906000', '105917.909000', '105917.912000', '105917.914000', '105917.917000', '105917.920000', '105917.922000', '105917.925000', '105917.927000', '105917.930000', '105917.933000', '105917.935000', '105917.938000', '105917.941000', '105917.943000', '105917.946000', '105917.956000', '105917.959000', '105917.962000', '105917.964000', '105917.967000', '105917.970000', '105917.972000', '105917.975000', '105917.978000', '105917.981000', '105917.984000', '105917.987000', '105917.989000', '105917.992000', '105917.995000', '105917.997000', '105918.000000', '105918.003000', '105918.005000', '105918.008000', '105918.011000', '105918.013000', '105918.016000', '105918.019000', '105918.021000', '105918.024000', '105937.902000', '105937.905000', '105937.908000', '105937.911000', '105937.913000', '105937.916000', '105937.919000', '105937.921000', '105937.924000', '105937.927000', '105937.929000', '105937.932000', '105937.935000', '105937.937000', '105937.940000', '105937.943000', '105937.945000', '105937.948000', '105937.950000', '105937.953000', '105937.956000', '105937.958000', '105937.961000', '105937.964000', '105937.966000', '105937.969000', '105937.971000', '105937.974000', '105937.977000', '105937.979000', '105937.982000', '105937.985000', '105937.987000', '105937.990000', '105937.992000', '105937.995000', '105937.998000', '105938.000000', '105938.003000', '105938.006000', '105938.008000', '105938.011000', '105938.013000', '105938.016000', '105957.903000', '105957.906000', '105957.908000', '105957.911000', '105957.914000', '105957.916000', '105957.919000', '105957.921000', '105957.924000', '105957.927000', '105957.929000', '105957.932000', '105957.935000', '105957.937000', '105957.940000', '105957.943000', '105957.945000', '105957.948000', '105957.951000', '105957.953000', '105957.956000', '105957.959000', '105957.961000', '105957.964000', '105957.967000', '105957.969000', '105957.972000', '105957.974000', '105957.977000', '105957.980000', '105957.983000', '105957.985000', '105957.988000', '105957.991000', '105957.993000', '105957.996000', '105957.998000', '105958.002000', '105958.005000', '105958.007000', '105958.010000', '105958.013000', '105958.015000', '110017.903000', '110017.906000', '110017.908000', '110017.911000', '110017.913000', '110017.916000', '110017.919000', '110017.921000', '110017.924000', '110017.927000', '110017.929000', '110017.932000', '110017.935000', '110017.937000', '110017.940000', '110017.943000', '110017.945000', '110017.948000', '110017.951000', '110017.953000', '110017.956000', '110017.958000', '110017.961000', '110017.973000', '110017.976000', '110017.979000', '110017.981000', '110017.984000', '110017.987000', '110017.989000', '110017.992000', '110017.995000', '110017.997000', '110018.001000', '110018.004000', '110018.006000', '110018.009000', '110018.012000', '110018.014000', '110018.017000', '110018.020000', '110018.022000', '110018.025000', '110018.028000', '110037.903000', '110037.906000', '110037.908000', '110037.911000', '110037.914000', '110037.916000', '110037.919000', '110037.921000', '110037.924000', '110037.927000', '110037.929000', '110037.932000', '110037.935000', '110037.937000', '110037.940000', '110037.942000', '110037.945000', '110037.948000', '110037.950000', '110037.953000', '110037.956000', '110037.958000', '110037.961000', '110037.963000', '110037.966000', '110037.969000', '110037.971000', '110037.974000', '110037.977000', '110037.979000', '110037.982000', '110037.984000', '110037.987000', '110037.990000', '110037.992000', '110037.995000', '110037.998000', '110038.001000', '110038.004000', '110038.006000', '110038.009000', '110038.011000', '110038.014000', '110051.352000', '110051.355000', '110051.358000', '110051.360000', '110051.363000', '110051.366000', '110051.368000', '110051.371000', '110051.374000', '110051.376000', '110051.379000', '110051.382000', '110051.384000', '110051.387000', '110051.390000', '110051.393000', '110051.396000', '110051.399000', '110051.402000', '110051.404000', '110051.407000', '110051.410000', '110051.413000', '110051.415000', '110051.418000', '110051.421000', '110051.424000', '110051.427000', '110051.430000', '110051.433000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [9571, 8327, 7796, 10686, 8145, 7676, 10277, 9412, 7624, 14960, 11236, 7585, 10968, 9702, 7658, 7452, 9387, 8115, 7533, 11002, 7823, 8067, 10930, 9332, 7847, 12164, 9136, 7428, 11893, 10110, 7803, 8218, 9405, 8426, 7407, 9467, 7849, 8188, 7623, 10573, 9239, 8015, 7565, 11165, 9508, 7823, 7850, 13979, 9032, 7992, 8444, 13689, 8671, 7679, 7360, 10827, 8152, 7699, 11598, 9399, 7576, 14343, 9399, 7554, 12874, 10188, 7491, 10585, 8032, 7345, 10124, 9468, 7698, 7375, 10526, 8025, 7691, 9964, 8846, 7547, 14848, 9996, 8283, 12339, 10062, 7824, 15968, 10481, 7864, 12491, 8477, 7713, 9095, 7657, 7403, 9385, 7558, 7947, 8000, 7586, 9186, 9193, 7669, 13364, 9095, 7391, 12887, 9105, 7933, 9693, 7506, 10238, 9661, 7460, 10452, 9388, 7372, 10351, 9995, 7754, 8494, 9219, 7751, 13007, 10929, 7864, 15392, 11034, 9603, 15865, 7838, 7502, 7325, 7520, 7803, 10689, 9046, 7640, 11083, 9640, 7813, 13495, 9287, 7823, 13799, 9520, 7983, 12105, 8840, 7746, 12862, 9825, 7979, 10206, 9106, 7461, 9712, 9024, 7894, 7556, 10995, 10598, 9928, 14667, 8469, 7769, 11705, 8072, 7843, 10690, 7802, 7720, 8408, 7969, 7438, 9647, 8138, 7535, 9850, 8538, 7631, 11110, 7818, 16166, 12035, 10023, 11437, 7792, 10986, 9383, 8024, 10644, 7802, 10277, 9368, 7775, 9878, 7545, 8455, 9004, 7202, 8035, 7802, 7486, 7882, 8509, 8495, 7826, 10014, 7586, 7411, 12607, 12650, 13300, 10644, 7798, 10987, 9730, 9986, 11577, 7915, 11646, 8013, 7485, 9648, 7279, 11342, 8316, 10461, 9406, 7584, 10169, 8024, 11781, 7648, 12225, 8266, 15395, 7946, 12941, 8172, 12125, 10191, 9701, 9050, 7469, 9375, 7478, 10270, 7811, 7553, 8695, 7717, 10393, 8230, 13172, 9936, 17004, 13213, 9590, 9400, 7710, 10495, 7392, 10391, 7216, 10223, 7655, 9903, 7312, 10197, 7558, 11001, 7626, 11390, 7691, 10349, 9043, 7907, 9701, 7436, 11057, 7473, 15099, 7804, 13918, 7703, 13378, 9701, 15626, 8056, 8002, 8115, 7423, 9393, 7477, 10997, 7864, 7332, 8030, 7213, 9286, 7647, 9847, 7819, 11483, 8352, 11702, 8349, 11376, 9024, 11072, 8853, 10706, 8745, 7630, 8197, 7309, 9350, 7631, 9902, 8167, 7423, 8480, 7245, 9197, 9595, 7429, 10084, 7459, 14927, 9516, 13244, 10419, 7517, 10912, 7660, 10810, 9752, 7287, 10361, 7409, 14771, 7733, 8469, 8365, 7160, 9453, 7292, 10485, 7716, 7350, 9502, 7381, 12648, 7488, 13208, 9424, 7801, 11731, 7743, 13841, 8859, 7808, 11285, 8913, 7936, 9399, 7884, 8947, 9413, 7227, 13408, 8141, 10023, 9084, 7295, 9403, 7306, 12832, 8095, 7577, 8617, 7304, 11388, 8689, 7594, 10148, 7867, 8335, 9497, 7468, 12284, 9705, 7909, 11936, 7837, 9063, 8547, 7648, 12925, 9774, 7580, 11109, 8122, 7414, 11069, 7635, 11873, 10570, 8704, 11547, 7765, 8386, 8348, 7539, 10638, 8603, 7408, 10139, 8515, 7339, 12654, 8975, 14388, 11098, 9528, 11746, 7886, 14741, 9704, 7586, 11580, 7978, 7609, 9687, 7307, 8247, 7973, 7340, 10547, 8426, 7298, 10382, 8753, 7418, 12335, 9179, 7679, 9615, 7306, 13971, 10839, 8180, 11320, 8077, 7624, 9697, 7835, 8069, 8171, 7458, 9206, 7785, 7598, 9251, 9804, 7859, 10483, 7456, 14010, 10257, 10116, 9624, 7757, 10926, 7947, 7821, 10329, 8215, 7435, 10122, 9714, 7987, 13770, 9095, 14773, 13214, 10428, 12227, 8945, 15612, 10910, 9011, 9398, 7574, 10653, 7519, 9285, 7963, 7427, 9938, 7732, 8075, 8952, 7489, 11676, 7795, 9560, 9663, 7621, 9853, 7503, 12182, 7750, 8566, 9510, 7860, 8911, 7631, 8676, 9107, 7227, 11870, 9273, 12762, 11936, 7378, 7430, 8519, 7526, 7413, 8826, 7752, 12093, 10608, 8773, 14060, 8488, 8105, 9716, 7602, 13129, 9901, 11001, 10722, 8270, 12950, 8126, 7384, 9786, 7468, 9972, 8696, 7221, 11017, 9182, 11133, 11950, 10079, 13204, 9297, 7611, 12799, 8796, 15248, 13075, 9914, 11251, 7946, 7482, 8690, 10551, 7641, 9945, 7397, 13833, 11228, 8604, 11117, 7418, 13115, 8280, 11099, 10492, 8731, 12050, 7753, 11898, 11089, 8605, 11138, 7582, 12402, 8095, 10688, 10303, 7756, 12183, 8029, 7406, 9134, 7346, 12462, 9942, 7704, 10104, 8149, 13157, 11519, 8148, 10124, 8488, 7282, 11346, 8111, 13040, 10809, 8749, 11887, 8731, 11899, 8778, 11101, 8775, 10734, 8620, 10536, 7890, 10548, 7461, 10989, 7508, 8770, 9477, 7154, 9825, 7961, 10517, 7628, 12188, 9601, 11263, 10866, 8944, 12664, 7559, 10678, 9815, 8134, 11057, 7390, 13342, 10545, 12195, 10604, 8262, 11247, 7539, 13120, 8891, 13401, 11731, 12032, 12145, 7500, 10622, 8074, 7282, 8350, 7076, 11127, 8762, 8904, 9504, 7678, 12765, 9341, 14303, 12242, 9273, 12848, 8115, 13686, 11147, 8972, 13098, 8264, 9950, 10940, 8543, 14865, 9805, 12436, 9121, 7651, 10627, 7924, 13182, 8741, 14745, 11469, 9920, 10619, 7410, 9882, 9469, 7374, 10161, 7240, 12598, 9249, 8869, 9666, 8189, 11912, 8970, 12105, 10848, 7947, 11685, 7893, 8914, 9255, 7342, 10180, 7829, 7379, 8268, 7891, 7982, 9547, 9310, 8108, 13776, 12068, 9362, 15834, 11082, 16745, 11264, 15407, 8842, 11614, 10814, 8442, 10508, 7624, 10980, 7627, 11095, 8290, 9479, 9047, 7741, 9248, 7604, 11099, 7784, 12695, 10067, 8863, 10212, 7830, 13535, 9582, 10807, 10649, 7731, 11050, 9859, 7800, 12133, 7733, 14505, 11219, 13312, 12088, 8704, 12480, 8852, 7667, 11616, 7716, 14086, 9020, 15380, 9059, 13738, 12096, 9283, 11231, 7479, 11050, 8178, 7212, 9327, 7614, 13097, 8841, 13430, 10821, 9734, 11274, 8320, 14048, 8098, 11914, 9126, 11351, 9209, 11664, 9463, 11274, 8195, 11533, 8502, 10653, 9460, 8537, 10156, 7776, 10431, 7508, 9426, 9946, 8389, 11129, 7646, 9683, 9688, 7758, 10292, 7809, 13121, 10261, 10003, 10340, 8426, 14271, 9040, 11831, 10445, 8757, 13300, 8678, 15826, 13516, 8217, 12447, 8301, 10237, 11988, 9840, 15142, 8003, 8566, 8842, 7624, 13536, 8106, 12995, 10288, 10485, 10754, 8929, 13730, 8859, 12876, 10016, 8501, 11126, 7473, 13495, 9510, 10677, 10611, 7686, 12210, 8159, 9455, 11025, 8203, 14059, 10313, 8649, 13367, 10977, 16140, 15711, 9710, 12543, 8452, 7804, 11611, 9372, 13276, 7718, 13009, 7871, 9936, 8917, 7855, 12432, 7836, 8959, 8052, 7725, 11738, 7957, 9476, 10124, 7724, 10649, 7997, 12906, 10137, 9573, 10448, 8485, 11589, 7681, 11961, 9432, 7689, 10076, 7436, 10941, 8549, 7364, 11832, 9004, 8279, 11159, 7578, 9517, 9606, 8351, 15299, 12864, 8434, 10906, 7660, 10274, 11002, 8663, 15091, 8330, 11751, 10705, 8443, 13369, 9491, 10676, 10822, 7830, 13658, 11328, 8997, 12201, 7614, 10734, 10650, 7883, 13112, 9608, 10031, 10261, 8584, 12784, 9393, 7866, 9723, 10559, 8140, 15619, 11638, 14695, 15252, 7791, 7937, 9633, 7640, 10049, 9837, 7740, 13703, 10544, 8937, 10991, 7679, 9490, 7906, 7918, 13088, 9922, 9779, 11069, 8564, 15337, 10201, 10569, 11348, 9165, 13019, 8206, 7762, 11377, 7940, 10891, 9581, 8190, 7600, 8523, 7887, 10136, 11259, 8287, 13418, 8079, 16024, 11910, 11197, 10628, 7895, 8898, 10521, 7880, 10814, 7611, 12245, 8008, 7537, 8929, 7459, 9488, 10088, 7552, 11529, 8425, 12433, 10992, 8734, 12924, 8372, 9918, 10021, 7841, 12292, 9321, 13674, 10861, 8344, 9521, 7803, 8033, 9512, 7303, 8855, 10993, 7777, 11288, 10457, 7897, 8139, 8830, 7902, 9488, 8595, 7750, 11525, 7589, 7564, 10475, 7630, 8721, 8485, 7286, 10596, 10049, 7961, 14939, 12282, 12292, 16111, 11571, 12729, 14441, 11500, 13348, 9033, 15653, 10667, 9608, 10296, 7737, 8624, 8278, 7889, 12265, 10166, 10807, 12385, 9628, 13284, 8264, 14585, 9341, 7998, 9856, 7860, 7836, 7940, 7959, 11563, 7602, 9576, 9566, 7900, 11916, 7841, 8075, 8490, 8007, 11964, 10430, 8958, 14774, 12400, 8959, 13272, 8242, 14339, 8243, 13757, 7947, 11044, 9912, 8082, 11254, 8098, 7735, 12503, 10973, 8318, 10469, 7743, 8202, 9583, 8145, 13037, 8161, 13855, 9878, 11285, 11045, 8410, 12347, 7817, 10312, 8822, 8274, 12103, 8831, 10448, 12184, 8103, 11490, 11022, 9267, 14095, 8814, 8591, 9351, 8142, 12096, 8009, 11462, 10035, 9054, 10391, 8559, 12827, 8103, 7907, 10272, 8056, 7862, 8723, 8334, 12837, 8884, 14241, 10444, 12653, 10671, 10450, 11165, 9171, 14449, 7621, 11193, 9534, 7966, 10692, 8326, 11772, 10197, 8814, 13008, 8199, 8000, 11255, 9889, 13104, 11440, 9819, 15647, 8365, 12525, 10846, 9356, 12218, 7967, 16295, 10353, 11168, 10057, 8023, 12022, 7966, 7881, 8619, 7964, 12169, 9500, 9377, 11327, 8281, 14414, 10344, 9223, 9941, 8201, 13458, 11753, 9660, 14367, 7740, 10579, 11074, 8450, 12217, 8655, 16274, 8494, 8214, 8200, 7977, 10817, 9849, 7984, 10942, 7884, 10735, 10300, 8822, 11318, 8838, 14160, 8880, 15612, 9753, 10155, 10621, 8150, 14621, 8760, 8398, 10213, 8100, 11896, 9541, 8041, 10486, 7454, 8010, 8247, 7889, 9385, 9309, 7936, 13484, 10444, 8130, 10162, 9237, 7907, 10685, 7880, 8091, 12101, 10752, 10164, 15069, 11021, 14018, 13672, 11927, 13231, 10173, 11483, 8095, 13166, 7799, 12668, 11839, 7412, 7757, 7788, 8214, 10414], 'WindowCenter': [4326.0, 4304.0, 4294.0, 4322.0, 4290.0, 4293.0, 4308.0, 4299.0, 4280.0, 4328.0, 4308.0, 4277.0, 4308.0, 4299.0, 4266.0, 4267.0, 4286.0, 4276.0, 4266.0, 4308.0, 4279.0, 4277.0, 4306.0, 4299.0, 4278.0, 4316.0, 4287.0, 4266.0, 4304.0, 4296.0, 4266.0, 4277.0, 4284.0, 4274.0, 4266.0, 4285.0, 4275.0, 4275.0, 4265.0, 4296.0, 4286.0, 4278.0, 4278.0, 4308.0, 4298.0, 4277.0, 4288.0, 4326.0, 4286.0, 4275.0, 4276.0, 4316.0, 4287.0, 4265.0, 4267.0, 4307.0, 4276.0, 4277.0, 4307.0, 4287.0, 4266.0, 4315.0, 4285.0, 4265.0, 4304.0, 4295.0, 4266.0, 4294.0, 4274.0, 4264.0, 4295.0, 4296.0, 4266.0, 4255.0, 4294.0, 4276.0, 4278.0, 4295.0, 4286.0, 4276.0, 4328.0, 4296.0, 4287.0, 4305.0, 4285.0, 4266.0, 4325.0, 4296.0, 4264.0, 4303.0, 4264.0, 4263.0, 4274.0, 4263.0, 4252.0, 4274.0, 4266.0, 4275.0, 4276.0, 4276.0, 4286.0, 4299.0, 4278.0, 4328.0, 4288.0, 4266.0, 4317.0, 4288.0, 4276.0, 4297.0, 4266.0, 4296.0, 4285.0, 4265.0, 4296.0, 4284.0, 4265.0, 4295.0, 4296.0, 4276.0, 4286.0, 4285.0, 4267.0, 4317.0, 4307.0, 4276.0, 4314.0, 4295.0, 4287.0, 4325.0, 4264.0, 4266.0, 4253.0, 4263.0, 4265.0, 4293.0, 4275.0, 4265.0, 4294.0, 4286.0, 4265.0, 4314.0, 4286.0, 4266.0, 4314.0, 4285.0, 4264.0, 4304.0, 4273.0, 4253.0, 4302.0, 4281.0, 4263.0, 4271.0, 4261.0, 4253.0, 4282.0, 4273.0, 4263.0, 4252.0, 4292.0, 4295.0, 4296.0, 4315.0, 4275.0, 4264.0, 4305.0, 4263.0, 4250.0, 4280.0, 4250.0, 4251.0, 4264.0, 4263.0, 4254.0, 4284.0, 4275.0, 4265.0, 4295.0, 4287.0, 4265.0, 4306.0, 4266.0, 4326.0, 4305.0, 4283.0, 4295.0, 4264.0, 4281.0, 4273.0, 4251.0, 4281.0, 4252.0, 4281.0, 4272.0, 4253.0, 4271.0, 4263.0, 4274.0, 4287.0, 4266.0, 4276.0, 4277.0, 4267.0, 4289.0, 4299.0, 4301.0, 4281.0, 4299.0, 4280.0, 4279.0, 4322.0, 4321.0, 4331.0, 4310.0, 4281.0, 4296.0, 4286.0, 4284.0, 4306.0, 4277.0, 4306.0, 4276.0, 4266.0, 4285.0, 4265.0, 4294.0, 4276.0, 4296.0, 4286.0, 4265.0, 4297.0, 4276.0, 4307.0, 4266.0, 4304.0, 4276.0, 4313.0, 4264.0, 4302.0, 4264.0, 4291.0, 4282.0, 4271.0, 4272.0, 4253.0, 4273.0, 4253.0, 4283.0, 4267.0, 4266.0, 4287.0, 4277.0, 4296.0, 4276.0, 4317.0, 4298.0, 4339.0, 4318.0, 4287.0, 4288.0, 4279.0, 4295.0, 4254.0, 4282.0, 4251.0, 4282.0, 4251.0, 4272.0, 4252.0, 4284.0, 4253.0, 4281.0, 4251.0, 4291.0, 4251.0, 4269.0, 4272.0, 4252.0, 4272.0, 4251.0, 4281.0, 4240.0, 4300.0, 4251.0, 4289.0, 4239.0, 4288.0, 4270.0, 4298.0, 4249.0, 4248.0, 4248.0, 4237.0, 4258.0, 4239.0, 4279.0, 4261.0, 4252.0, 4261.0, 4253.0, 4284.0, 4264.0, 4283.0, 4265.0, 4304.0, 4277.0, 4305.0, 4276.0, 4305.0, 4285.0, 4294.0, 4284.0, 4282.0, 4274.0, 4252.0, 4264.0, 4264.0, 4283.0, 4265.0, 4295.0, 4277.0, 4279.0, 4288.0, 4279.0, 4297.0, 4309.0, 4278.0, 4309.0, 4280.0, 4340.0, 4310.0, 4318.0, 4308.0, 4280.0, 4308.0, 4279.0, 4295.0, 4287.0, 4266.0, 4297.0, 4268.0, 4325.0, 4277.0, 4276.0, 4276.0, 4255.0, 4285.0, 4266.0, 4295.0, 4278.0, 4268.0, 4296.0, 4269.0, 4317.0, 4278.0, 4329.0, 4287.0, 4266.0, 4306.0, 4266.0, 4326.0, 4286.0, 4266.0, 4307.0, 4298.0, 4277.0, 4300.0, 4277.0, 4286.0, 4287.0, 4267.0, 4328.0, 4290.0, 4309.0, 4287.0, 4264.0, 4285.0, 4267.0, 4315.0, 4276.0, 4265.0, 4275.0, 4264.0, 4304.0, 4274.0, 4265.0, 4294.0, 4264.0, 4275.0, 4285.0, 4267.0, 4304.0, 4285.0, 4263.0, 4303.0, 4264.0, 4273.0, 4273.0, 4265.0, 4316.0, 4284.0, 4278.0, 4318.0, 4287.0, 4266.0, 4307.0, 4265.0, 4291.0, 4284.0, 4262.0, 4292.0, 4263.0, 4273.0, 4262.0, 4263.0, 4295.0, 4272.0, 4264.0, 4283.0, 4273.0, 4264.0, 4304.0, 4286.0, 4313.0, 4295.0, 4284.0, 4292.0, 4262.0, 4301.0, 4271.0, 4250.0, 4291.0, 4252.0, 4251.0, 4270.0, 4251.0, 4261.0, 4261.0, 4253.0, 4282.0, 4262.0, 4264.0, 4294.0, 4275.0, 4265.0, 4306.0, 4286.0, 4277.0, 4285.0, 4266.0, 4316.0, 4295.0, 4274.0, 4308.0, 4277.0, 4264.0, 4285.0, 4276.0, 4290.0, 4286.0, 4266.0, 4286.0, 4279.0, 4280.0, 4299.0, 4308.0, 4290.0, 4309.0, 4268.0, 4327.0, 4299.0, 4296.0, 4298.0, 4277.0, 4307.0, 4289.0, 4278.0, 4297.0, 4288.0, 4279.0, 4308.0, 4297.0, 4277.0, 4327.0, 4287.0, 4328.0, 4318.0, 4295.0, 4304.0, 4274.0, 4313.0, 4283.0, 4274.0, 4272.0, 4252.0, 4270.0, 4239.0, 4259.0, 4250.0, 4251.0, 4270.0, 4262.0, 4261.0, 4285.0, 4254.0, 4295.0, 4266.0, 4285.0, 4284.0, 4253.0, 4282.0, 4254.0, 4293.0, 4263.0, 4273.0, 4272.0, 4261.0, 4273.0, 4263.0, 4273.0, 4284.0, 4265.0, 4307.0, 4298.0, 4318.0, 4318.0, 4279.0, 4279.0, 4287.0, 4278.0, 4280.0, 4301.0, 4281.0, 4317.0, 4308.0, 4289.0, 4318.0, 4288.0, 4276.0, 4285.0, 4266.0, 4303.0, 4284.0, 4282.0, 4294.0, 4263.0, 4303.0, 4263.0, 4252.0, 4282.0, 4253.0, 4283.0, 4274.0, 4264.0, 4293.0, 4286.0, 4307.0, 4307.0, 4297.0, 4331.0, 4299.0, 4277.0, 4315.0, 4276.0, 4341.0, 4331.0, 4311.0, 4307.0, 4277.0, 4280.0, 4298.0, 4307.0, 4265.0, 4295.0, 4266.0, 4316.0, 4307.0, 4286.0, 4305.0, 4265.0, 4304.0, 4273.0, 4291.0, 4294.0, 4272.0, 4292.0, 4263.0, 4291.0, 4292.0, 4272.0, 4290.0, 4252.0, 4301.0, 4262.0, 4282.0, 4283.0, 4263.0, 4302.0, 4263.0, 4253.0, 4283.0, 4264.0, 4304.0, 4296.0, 4275.0, 4294.0, 4276.0, 4315.0, 4305.0, 4288.0, 4319.0, 4288.0, 4265.0, 4306.0, 4288.0, 4316.0, 4307.0, 4287.0, 4316.0, 4285.0, 4306.0, 4273.0, 4293.0, 4273.0, 4295.0, 4271.0, 4281.0, 4262.0, 4280.0, 4264.0, 4291.0, 4254.0, 4273.0, 4284.0, 4254.0, 4295.0, 4275.0, 4306.0, 4277.0, 4317.0, 4297.0, 4306.0, 4307.0, 4287.0, 4317.0, 4277.0, 4296.0, 4296.0, 4274.0, 4306.0, 4266.0, 4327.0, 4308.0, 4318.0, 4297.0, 4276.0, 4305.0, 4265.0, 4314.0, 4286.0, 4328.0, 4307.0, 4306.0, 4307.0, 4279.0, 4306.0, 4275.0, 4265.0, 4274.0, 4254.0, 4306.0, 4287.0, 4298.0, 4298.0, 4289.0, 4329.0, 4299.0, 4329.0, 4307.0, 4287.0, 4316.0, 4275.0, 4315.0, 4306.0, 4285.0, 4327.0, 4287.0, 4297.0, 4319.0, 4285.0, 4326.0, 4286.0, 4305.0, 4286.0, 4264.0, 4282.0, 4262.0, 4300.0, 4274.0, 4314.0, 4305.0, 4283.0, 4295.0, 4263.0, 4292.0, 4283.0, 4263.0, 4293.0, 4265.0, 4303.0, 4285.0, 4285.0, 4295.0, 4276.0, 4315.0, 4286.0, 4306.0, 4308.0, 4276.0, 4304.0, 4276.0, 4286.0, 4297.0, 4279.0, 4297.0, 4264.0, 4263.0, 4277.0, 4275.0, 4276.0, 4298.0, 4299.0, 4289.0, 4328.0, 4318.0, 4297.0, 4326.0, 4295.0, 4314.0, 4282.0, 4300.0, 4260.0, 4278.0, 4267.0, 4246.0, 4279.0, 4237.0, 4266.0, 4247.0, 4277.0, 4258.0, 4267.0, 4271.0, 4249.0, 4281.0, 4263.0, 4292.0, 4264.0, 4301.0, 4284.0, 4272.0, 4282.0, 4264.0, 4329.0, 4297.0, 4294.0, 4293.0, 4277.0, 4304.0, 4296.0, 4276.0, 4317.0, 4264.0, 4312.0, 4293.0, 4313.0, 4303.0, 4283.0, 4302.0, 4282.0, 4274.0, 4304.0, 4264.0, 4313.0, 4274.0, 4311.0, 4272.0, 4311.0, 4303.0, 4272.0, 4290.0, 4250.0, 4289.0, 4261.0, 4250.0, 4284.0, 4263.0, 4313.0, 4285.0, 4313.0, 4305.0, 4282.0, 4292.0, 4273.0, 4312.0, 4262.0, 4291.0, 4282.0, 4290.0, 4282.0, 4290.0, 4283.0, 4290.0, 4273.0, 4291.0, 4271.0, 4280.0, 4283.0, 4271.0, 4293.0, 4263.0, 4293.0, 4264.0, 4283.0, 4296.0, 4275.0, 4307.0, 4277.0, 4298.0, 4309.0, 4288.0, 4307.0, 4278.0, 4327.0, 4308.0, 4308.0, 4308.0, 4287.0, 4328.0, 4298.0, 4317.0, 4306.0, 4285.0, 4316.0, 4288.0, 4337.0, 4328.0, 4288.0, 4316.0, 4286.0, 4308.0, 4306.0, 4284.0, 4325.0, 4278.0, 4287.0, 4287.0, 4275.0, 4316.0, 4287.0, 4315.0, 4295.0, 4293.0, 4305.0, 4284.0, 4314.0, 4285.0, 4314.0, 4296.0, 4284.0, 4292.0, 4263.0, 4303.0, 4284.0, 4293.0, 4293.0, 4264.0, 4303.0, 4262.0, 4282.0, 4291.0, 4272.0, 4311.0, 4294.0, 4272.0, 4326.0, 4306.0, 4350.0, 4340.0, 4306.0, 4313.0, 4262.0, 4249.0, 4290.0, 4258.0, 4289.0, 4249.0, 4288.0, 4249.0, 4279.0, 4268.0, 4258.0, 4288.0, 4248.0, 4258.0, 4259.0, 4261.0, 4290.0, 4262.0, 4282.0, 4293.0, 4262.0, 4292.0, 4273.0, 4302.0, 4292.0, 4282.0, 4292.0, 4271.0, 4302.0, 4262.0, 4303.0, 4284.0, 4264.0, 4294.0, 4264.0, 4293.0, 4284.0, 4264.0, 4305.0, 4296.0, 4289.0, 4319.0, 4289.0, 4309.0, 4296.0, 4286.0, 4326.0, 4316.0, 4289.0, 4317.0, 4288.0, 4306.0, 4305.0, 4284.0, 4327.0, 4287.0, 4305.0, 4305.0, 4274.0, 4315.0, 4284.0, 4295.0, 4293.0, 4275.0, 4314.0, 4304.0, 4285.0, 4314.0, 4264.0, 4291.0, 4293.0, 4274.0, 4316.0, 4307.0, 4309.0, 4307.0, 4284.0, 4315.0, 4283.0, 4275.0, 4294.0, 4293.0, 4262.0, 4324.0, 4306.0, 4326.0, 4337.0, 4263.0, 4274.0, 4294.0, 4274.0, 4293.0, 4282.0, 4264.0, 4312.0, 4295.0, 4273.0, 4294.0, 4263.0, 4283.0, 4262.0, 4261.0, 4313.0, 4283.0, 4282.0, 4292.0, 4272.0, 4310.0, 4281.0, 4281.0, 4279.0, 4269.0, 4302.0, 4260.0, 4249.0, 4302.0, 4263.0, 4280.0, 4282.0, 4273.0, 4263.0, 4271.0, 4261.0, 4280.0, 4291.0, 4262.0, 4302.0, 4261.0, 4312.0, 4293.0, 4291.0, 4281.0, 4263.0, 4270.0, 4291.0, 4259.0, 4290.0, 4250.0, 4302.0, 4261.0, 4262.0, 4272.0, 4265.0, 4285.0, 4294.0, 4264.0, 4305.0, 4274.0, 4305.0, 4305.0, 4273.0, 4315.0, 4275.0, 4296.0, 4284.0, 4262.0, 4315.0, 4286.0, 4313.0, 4295.0, 4274.0, 4283.0, 4263.0, 4262.0, 4283.0, 4264.0, 4285.0, 4304.0, 4264.0, 4293.0, 4282.0, 4261.0, 4263.0, 4272.0, 4262.0, 4283.0, 4274.0, 4264.0, 4304.0, 4264.0, 4264.0, 4295.0, 4264.0, 4286.0, 4285.0, 4276.0, 4305.0, 4296.0, 4278.0, 4328.0, 4318.0, 4318.0, 4341.0, 4320.0, 4317.0, 4339.0, 4318.0, 4314.0, 4271.0, 4310.0, 4282.0, 4270.0, 4280.0, 4262.0, 4272.0, 4273.0, 4273.0, 4302.0, 4292.0, 4291.0, 4302.0, 4269.0, 4302.0, 4261.0, 4311.0, 4269.0, 4249.0, 4269.0, 4260.0, 4248.0, 4249.0, 4260.0, 4289.0, 4250.0, 4270.0, 4282.0, 4261.0, 4292.0, 4262.0, 4262.0, 4272.0, 4262.0, 4291.0, 4294.0, 4298.0, 4340.0, 4317.0, 4287.0, 4316.0, 4287.0, 4338.0, 4287.0, 4314.0, 4263.0, 4291.0, 4282.0, 4262.0, 4293.0, 4273.0, 4262.0, 4302.0, 4294.0, 4274.0, 4294.0, 4265.0, 4274.0, 4283.0, 4263.0, 4303.0, 4273.0, 4302.0, 4283.0, 4292.0, 4292.0, 4261.0, 4290.0, 4248.0, 4269.0, 4259.0, 4261.0, 4290.0, 4270.0, 4280.0, 4301.0, 4262.0, 4303.0, 4292.0, 4271.0, 4326.0, 4274.0, 4275.0, 4285.0, 4275.0, 4291.0, 4263.0, 4290.0, 4282.0, 4272.0, 4280.0, 4271.0, 4300.0, 4274.0, 4275.0, 4292.0, 4261.0, 4263.0, 4272.0, 4273.0, 4314.0, 4285.0, 4313.0, 4295.0, 4303.0, 4292.0, 4281.0, 4292.0, 4271.0, 4311.0, 4260.0, 4290.0, 4280.0, 4261.0, 4291.0, 4272.0, 4293.0, 4293.0, 4284.0, 4314.0, 4285.0, 4286.0, 4305.0, 4306.0, 4314.0, 4304.0, 4294.0, 4325.0, 4274.0, 4303.0, 4294.0, 4282.0, 4304.0, 4273.0, 4311.0, 4281.0, 4280.0, 4279.0, 4272.0, 4289.0, 4260.0, 4259.0, 4270.0, 4261.0, 4300.0, 4282.0, 4271.0, 4292.0, 4261.0, 4312.0, 4282.0, 4281.0, 4282.0, 4274.0, 4301.0, 4301.0, 4282.0, 4312.0, 4262.0, 4293.0, 4303.0, 4261.0, 4290.0, 4260.0, 4310.0, 4270.0, 4259.0, 4260.0, 4272.0, 4290.0, 4281.0, 4260.0, 4292.0, 4263.0, 4291.0, 4292.0, 4272.0, 4294.0, 4286.0, 4314.0, 4272.0, 4323.0, 4280.0, 4279.0, 4277.0, 4259.0, 4300.0, 4258.0, 4259.0, 4278.0, 4261.0, 4290.0, 4283.0, 4273.0, 4292.0, 4252.0, 4262.0, 4270.0, 4273.0, 4281.0, 4284.0, 4277.0, 4314.0, 4282.0, 4264.0, 4294.0, 4285.0, 4273.0, 4292.0, 4272.0, 4273.0, 4304.0, 4305.0, 4293.0, 4323.0, 4295.0, 4313.0, 4302.0, 4290.0, 4291.0, 4267.0, 4276.0, 4245.0, 4288.0, 4261.0, 4300.0, 4288.0, 4248.0, 4248.0, 4259.0, 4272.0, 4279.0], 'WindowWidth': [9568.0, 9532.0, 9514.0, 9547.0, 9504.0, 9509.0, 9521.0, 9510.0, 9485.0, 9549.0, 9520.0, 9476.0, 9519.0, 9510.0, 9461.0, 9464.0, 9486.0, 9472.0, 9459.0, 9519.0, 9483.0, 9476.0, 9512.0, 9509.0, 9477.0, 9527.0, 9490.0, 9458.0, 9507.0, 9496.0, 9458.0, 9474.0, 9478.0, 9466.0, 9459.0, 9484.0, 9469.0, 9469.0, 9458.0, 9500.0, 9486.0, 9480.0, 9478.0, 9519.0, 9507.0, 9476.0, 9495.0, 9541.0, 9486.0, 9471.0, 9471.0, 9528.0, 9491.0, 9458.0, 9463.0, 9516.0, 9473.0, 9475.0, 9514.0, 9490.0, 9458.0, 9524.0, 9483.0, 9456.0, 9507.0, 9497.0, 9461.0, 9493.0, 9468.0, 9452.0, 9495.0, 9500.0, 9458.0, 9442.0, 9493.0, 9472.0, 9480.0, 9496.0, 9488.0, 9475.0, 9547.0, 9502.0, 9492.0, 9510.0, 9482.0, 9458.0, 9536.0, 9499.0, 9454.0, 9501.0, 9452.0, 9449.0, 9465.0, 9452.0, 9434.0, 9465.0, 9460.0, 9469.0, 9473.0, 9474.0, 9486.0, 9509.0, 9479.0, 9547.0, 9493.0, 9461.0, 9529.0, 9492.0, 9473.0, 9503.0, 9457.0, 9499.0, 9482.0, 9455.0, 9501.0, 9480.0, 9455.0, 9496.0, 9498.0, 9472.0, 9487.0, 9483.0, 9461.0, 9528.0, 9516.0, 9475.0, 9521.0, 9497.0, 9488.0, 9538.0, 9454.0, 9461.0, 9437.0, 9451.0, 9457.0, 9491.0, 9470.0, 9456.0, 9493.0, 9485.0, 9457.0, 9521.0, 9484.0, 9457.0, 9521.0, 9480.0, 9451.0, 9505.0, 9464.0, 9435.0, 9500.0, 9469.0, 9450.0, 9457.0, 9442.0, 9435.0, 9474.0, 9462.0, 9450.0, 9433.0, 9488.0, 9496.0, 9498.0, 9523.0, 9467.0, 9454.0, 9508.0, 9447.0, 9427.0, 9467.0, 9426.0, 9431.0, 9452.0, 9450.0, 9440.0, 9481.0, 9468.0, 9458.0, 9495.0, 9488.0, 9455.0, 9511.0, 9460.0, 9539.0, 9508.0, 9475.0, 9493.0, 9451.0, 9470.0, 9461.0, 9429.0, 9470.0, 9434.0, 9468.0, 9458.0, 9436.0, 9457.0, 9448.0, 9467.0, 9487.0, 9460.0, 9474.0, 9477.0, 9463.0, 9495.0, 9510.0, 9516.0, 9486.0, 9509.0, 9487.0, 9482.0, 9543.0, 9541.0, 9558.0, 9527.0, 9488.0, 9501.0, 9484.0, 9480.0, 9511.0, 9473.0, 9513.0, 9474.0, 9459.0, 9483.0, 9457.0, 9494.0, 9474.0, 9501.0, 9485.0, 9454.0, 9502.0, 9470.0, 9517.0, 9459.0, 9506.0, 9470.0, 9515.0, 9450.0, 9501.0, 9451.0, 9481.0, 9471.0, 9457.0, 9458.0, 9435.0, 9462.0, 9437.0, 9477.0, 9461.0, 9457.0, 9491.0, 9478.0, 9501.0, 9471.0, 9531.0, 9504.0, 9566.0, 9532.0, 9487.0, 9492.0, 9483.0, 9496.0, 9439.0, 9474.0, 9429.0, 9474.0, 9429.0, 9458.0, 9435.0, 9476.0, 9435.0, 9468.0, 9431.0, 9482.0, 9429.0, 9451.0, 9461.0, 9431.0, 9460.0, 9431.0, 9468.0, 9412.0, 9492.0, 9428.0, 9477.0, 9409.0, 9475.0, 9454.0, 9488.0, 9422.0, 9419.0, 9420.0, 9405.0, 9433.0, 9412.0, 9462.0, 9442.0, 9433.0, 9445.0, 9437.0, 9479.0, 9454.0, 9477.0, 9459.0, 9507.0, 9476.0, 9510.0, 9472.0, 9509.0, 9483.0, 9492.0, 9480.0, 9474.0, 9468.0, 9435.0, 9451.0, 9453.0, 9477.0, 9457.0, 9497.0, 9477.0, 9483.0, 9494.0, 9484.0, 9503.0, 9524.0, 9481.0, 9523.0, 9486.0, 9565.0, 9527.0, 9534.0, 9520.0, 9486.0, 9522.0, 9481.0, 9497.0, 9488.0, 9459.0, 9504.0, 9465.0, 9538.0, 9477.0, 9475.0, 9474.0, 9445.0, 9483.0, 9461.0, 9498.0, 9480.0, 9467.0, 9502.0, 9469.0, 9530.0, 9481.0, 9548.0, 9491.0, 9459.0, 9513.0, 9462.0, 9540.0, 9487.0, 9460.0, 9516.0, 9506.0, 9476.0, 9515.0, 9477.0, 9488.0, 9490.0, 9465.0, 9551.0, 9503.0, 9525.0, 9492.0, 9455.0, 9485.0, 9463.0, 9523.0, 9474.0, 9457.0, 9470.0, 9454.0, 9507.0, 9467.0, 9458.0, 9492.0, 9454.0, 9470.0, 9483.0, 9462.0, 9509.0, 9484.0, 9451.0, 9504.0, 9454.0, 9464.0, 9464.0, 9457.0, 9527.0, 9480.0, 9481.0, 9535.0, 9492.0, 9463.0, 9519.0, 9458.0, 9484.0, 9480.0, 9447.0, 9488.0, 9452.0, 9464.0, 9449.0, 9450.0, 9494.0, 9462.0, 9453.0, 9476.0, 9463.0, 9453.0, 9507.0, 9487.0, 9518.0, 9496.0, 9479.0, 9487.0, 9445.0, 9497.0, 9456.0, 9428.0, 9483.0, 9431.0, 9430.0, 9455.0, 9432.0, 9445.0, 9445.0, 9437.0, 9473.0, 9449.0, 9454.0, 9493.0, 9469.0, 9457.0, 9513.0, 9488.0, 9479.0, 9483.0, 9460.0, 9525.0, 9496.0, 9468.0, 9519.0, 9478.0, 9455.0, 9484.0, 9475.0, 9501.0, 9488.0, 9462.0, 9486.0, 9484.0, 9485.0, 9510.0, 9521.0, 9501.0, 9522.0, 9466.0, 9544.0, 9508.0, 9498.0, 9506.0, 9477.0, 9519.0, 9498.0, 9481.0, 9503.0, 9493.0, 9484.0, 9521.0, 9503.0, 9479.0, 9545.0, 9491.0, 9549.0, 9532.0, 9497.0, 9507.0, 9466.0, 9516.0, 9477.0, 9466.0, 9460.0, 9430.0, 9450.0, 9411.0, 9438.0, 9427.0, 9431.0, 9453.0, 9449.0, 9445.0, 9483.0, 9439.0, 9495.0, 9457.0, 9481.0, 9480.0, 9436.0, 9473.0, 9437.0, 9489.0, 9450.0, 9463.0, 9459.0, 9445.0, 9462.0, 9451.0, 9465.0, 9482.0, 9459.0, 9517.0, 9507.0, 9534.0, 9532.0, 9484.0, 9482.0, 9491.0, 9480.0, 9487.0, 9516.0, 9488.0, 9530.0, 9519.0, 9496.0, 9532.0, 9491.0, 9474.0, 9482.0, 9459.0, 9502.0, 9479.0, 9474.0, 9492.0, 9448.0, 9501.0, 9450.0, 9434.0, 9474.0, 9437.0, 9477.0, 9468.0, 9454.0, 9491.0, 9487.0, 9516.0, 9518.0, 9503.0, 9557.0, 9510.0, 9477.0, 9524.0, 9472.0, 9569.0, 9559.0, 9528.0, 9517.0, 9479.0, 9489.0, 9509.0, 9518.0, 9458.0, 9498.0, 9460.0, 9527.0, 9515.0, 9487.0, 9512.0, 9459.0, 9506.0, 9463.0, 9483.0, 9493.0, 9459.0, 9485.0, 9450.0, 9485.0, 9487.0, 9461.0, 9483.0, 9432.0, 9498.0, 9447.0, 9471.0, 9477.0, 9449.0, 9501.0, 9452.0, 9438.0, 9477.0, 9457.0, 9507.0, 9502.0, 9473.0, 9493.0, 9472.0, 9523.0, 9512.0, 9495.0, 9540.0, 9495.0, 9461.0, 9514.0, 9495.0, 9529.0, 9517.0, 9490.0, 9528.0, 9486.0, 9514.0, 9464.0, 9491.0, 9463.0, 9496.0, 9458.0, 9472.0, 9447.0, 9468.0, 9453.0, 9486.0, 9440.0, 9467.0, 9482.0, 9441.0, 9500.0, 9472.0, 9515.0, 9479.0, 9531.0, 9506.0, 9515.0, 9520.0, 9490.0, 9531.0, 9479.0, 9500.0, 9500.0, 9470.0, 9513.0, 9461.0, 9544.0, 9523.0, 9532.0, 9504.0, 9473.0, 9511.0, 9459.0, 9520.0, 9485.0, 9549.0, 9519.0, 9512.0, 9517.0, 9482.0, 9515.0, 9472.0, 9458.0, 9469.0, 9443.0, 9514.0, 9493.0, 9507.0, 9508.0, 9499.0, 9550.0, 9510.0, 9551.0, 9517.0, 9489.0, 9527.0, 9472.0, 9522.0, 9515.0, 9485.0, 9546.0, 9493.0, 9502.0, 9537.0, 9485.0, 9542.0, 9485.0, 9512.0, 9486.0, 9454.0, 9475.0, 9448.0, 9497.0, 9470.0, 9521.0, 9511.0, 9476.0, 9497.0, 9453.0, 9490.0, 9478.0, 9451.0, 9490.0, 9459.0, 9506.0, 9484.0, 9486.0, 9499.0, 9475.0, 9526.0, 9490.0, 9512.0, 9519.0, 9475.0, 9509.0, 9475.0, 9489.0, 9504.0, 9487.0, 9505.0, 9455.0, 9452.0, 9476.0, 9472.0, 9474.0, 9506.0, 9510.0, 9502.0, 9549.0, 9536.0, 9505.0, 9546.0, 9495.0, 9525.0, 9472.0, 9495.0, 9441.0, 9460.0, 9444.0, 9413.0, 9465.0, 9403.0, 9443.0, 9418.0, 9457.0, 9437.0, 9447.0, 9458.0, 9427.0, 9473.0, 9451.0, 9488.0, 9454.0, 9499.0, 9479.0, 9463.0, 9476.0, 9457.0, 9551.0, 9506.0, 9495.0, 9492.0, 9481.0, 9508.0, 9502.0, 9475.0, 9532.0, 9458.0, 9516.0, 9494.0, 9519.0, 9508.0, 9481.0, 9503.0, 9478.0, 9470.0, 9508.0, 9455.0, 9519.0, 9468.0, 9515.0, 9463.0, 9514.0, 9507.0, 9461.0, 9484.0, 9431.0, 9481.0, 9446.0, 9431.0, 9484.0, 9452.0, 9521.0, 9485.0, 9520.0, 9512.0, 9476.0, 9489.0, 9464.0, 9518.0, 9450.0, 9485.0, 9475.0, 9484.0, 9476.0, 9483.0, 9479.0, 9483.0, 9464.0, 9484.0, 9461.0, 9469.0, 9479.0, 9460.0, 9492.0, 9453.0, 9493.0, 9459.0, 9481.0, 9501.0, 9473.0, 9520.0, 9479.0, 9508.0, 9525.0, 9496.0, 9518.0, 9482.0, 9546.0, 9524.0, 9520.0, 9523.0, 9491.0, 9548.0, 9508.0, 9532.0, 9517.0, 9486.0, 9529.0, 9495.0, 9560.0, 9550.0, 9496.0, 9529.0, 9489.0, 9522.0, 9515.0, 9481.0, 9539.0, 9481.0, 9492.0, 9492.0, 9472.0, 9531.0, 9493.0, 9528.0, 9498.0, 9493.0, 9514.0, 9484.0, 9522.0, 9486.0, 9523.0, 9501.0, 9483.0, 9490.0, 9453.0, 9504.0, 9484.0, 9489.0, 9491.0, 9455.0, 9504.0, 9451.0, 9478.0, 9487.0, 9463.0, 9514.0, 9494.0, 9463.0, 9543.0, 9515.0, 9586.0, 9571.0, 9519.0, 9521.0, 9448.0, 9427.0, 9483.0, 9437.0, 9479.0, 9425.0, 9477.0, 9425.0, 9467.0, 9452.0, 9439.0, 9478.0, 9425.0, 9436.0, 9441.0, 9447.0, 9485.0, 9450.0, 9476.0, 9491.0, 9451.0, 9489.0, 9465.0, 9504.0, 9490.0, 9475.0, 9491.0, 9461.0, 9502.0, 9451.0, 9505.0, 9481.0, 9454.0, 9496.0, 9455.0, 9493.0, 9483.0, 9457.0, 9511.0, 9504.0, 9499.0, 9540.0, 9499.0, 9527.0, 9505.0, 9488.0, 9542.0, 9531.0, 9498.0, 9534.0, 9498.0, 9519.0, 9515.0, 9484.0, 9547.0, 9492.0, 9511.0, 9513.0, 9468.0, 9527.0, 9482.0, 9498.0, 9491.0, 9472.0, 9522.0, 9509.0, 9484.0, 9523.0, 9456.0, 9489.0, 9495.0, 9469.0, 9528.0, 9522.0, 9527.0, 9520.0, 9485.0, 9529.0, 9482.0, 9476.0, 9496.0, 9493.0, 9452.0, 9537.0, 9515.0, 9542.0, 9562.0, 9455.0, 9470.0, 9497.0, 9471.0, 9493.0, 9477.0, 9457.0, 9518.0, 9500.0, 9466.0, 9495.0, 9453.0, 9478.0, 9450.0, 9446.0, 9519.0, 9479.0, 9475.0, 9487.0, 9461.0, 9509.0, 9470.0, 9470.0, 9466.0, 9451.0, 9503.0, 9442.0, 9427.0, 9503.0, 9449.0, 9465.0, 9474.0, 9465.0, 9455.0, 9460.0, 9448.0, 9470.0, 9487.0, 9447.0, 9501.0, 9447.0, 9518.0, 9490.0, 9485.0, 9474.0, 9452.0, 9457.0, 9487.0, 9441.0, 9484.0, 9431.0, 9502.0, 9448.0, 9451.0, 9464.0, 9460.0, 9485.0, 9497.0, 9456.0, 9511.0, 9471.0, 9511.0, 9512.0, 9467.0, 9525.0, 9472.0, 9502.0, 9482.0, 9450.0, 9527.0, 9490.0, 9518.0, 9498.0, 9470.0, 9480.0, 9451.0, 9451.0, 9480.0, 9457.0, 9486.0, 9508.0, 9453.0, 9493.0, 9474.0, 9446.0, 9452.0, 9462.0, 9450.0, 9476.0, 9466.0, 9457.0, 9506.0, 9455.0, 9455.0, 9498.0, 9457.0, 9488.0, 9487.0, 9477.0, 9513.0, 9502.0, 9480.0, 9548.0, 9534.0, 9533.0, 9571.0, 9538.0, 9533.0, 9570.0, 9536.0, 9524.0, 9458.0, 9512.0, 9476.0, 9455.0, 9468.0, 9449.0, 9462.0, 9464.0, 9467.0, 9504.0, 9491.0, 9485.0, 9502.0, 9453.0, 9501.0, 9444.0, 9512.0, 9452.0, 9426.0, 9450.0, 9444.0, 9423.0, 9427.0, 9442.0, 9479.0, 9430.0, 9456.0, 9475.0, 9447.0, 9488.0, 9449.0, 9450.0, 9462.0, 9449.0, 9487.0, 9496.0, 9510.0, 9568.0, 9531.0, 9491.0, 9529.0, 9492.0, 9565.0, 9495.0, 9523.0, 9451.0, 9486.0, 9476.0, 9448.0, 9493.0, 9467.0, 9451.0, 9503.0, 9495.0, 9470.0, 9496.0, 9458.0, 9468.0, 9477.0, 9453.0, 9503.0, 9464.0, 9500.0, 9480.0, 9488.0, 9489.0, 9445.0, 9482.0, 9424.0, 9451.0, 9440.0, 9441.0, 9481.0, 9455.0, 9470.0, 9498.0, 9450.0, 9506.0, 9489.0, 9458.0, 9542.0, 9469.0, 9472.0, 9485.0, 9471.0, 9487.0, 9453.0, 9482.0, 9475.0, 9460.0, 9470.0, 9460.0, 9497.0, 9469.0, 9475.0, 9490.0, 9448.0, 9452.0, 9465.0, 9468.0, 9523.0, 9485.0, 9520.0, 9499.0, 9505.0, 9491.0, 9472.0, 9491.0, 9459.0, 9514.0, 9444.0, 9483.0, 9470.0, 9445.0, 9487.0, 9464.0, 9490.0, 9493.0, 9483.0, 9525.0, 9491.0, 9492.0, 9514.0, 9518.0, 9522.0, 9511.0, 9495.0, 9540.0, 9470.0, 9507.0, 9496.0, 9478.0, 9510.0, 9469.0, 9513.0, 9474.0, 9468.0, 9467.0, 9464.0, 9481.0, 9444.0, 9441.0, 9459.0, 9447.0, 9499.0, 9478.0, 9460.0, 9490.0, 9446.0, 9517.0, 9477.0, 9473.0, 9478.0, 9469.0, 9501.0, 9502.0, 9475.0, 9520.0, 9453.0, 9495.0, 9507.0, 9447.0, 9483.0, 9442.0, 9511.0, 9457.0, 9442.0, 9444.0, 9465.0, 9487.0, 9474.0, 9446.0, 9488.0, 9454.0, 9488.0, 9492.0, 9462.0, 9495.0, 9491.0, 9523.0, 9463.0, 9534.0, 9470.0, 9466.0, 9462.0, 9440.0, 9495.0, 9438.0, 9440.0, 9463.0, 9445.0, 9484.0, 9478.0, 9467.0, 9488.0, 9437.0, 9450.0, 9459.0, 9465.0, 9475.0, 9484.0, 9477.0, 9522.0, 9474.0, 9454.0, 9495.0, 9485.0, 9467.0, 9491.0, 9465.0, 9467.0, 9510.0, 9513.0, 9495.0, 9534.0, 9497.0, 9519.0, 9505.0, 9483.0, 9485.0, 9445.0, 9458.0, 9414.0, 9477.0, 9447.0, 9495.0, 9478.0, 9425.0, 9426.0, 9441.0, 9464.0, 9468.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.0009265984848484848</td></tr>
<tr><td colspan=3>aqi</td><td>0.038014528106060604</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.43232147477632</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1909275752843065</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9532417464442765</td></tr>
<tr><td colspan=3>efc</td><td>0.4455</td></tr>
<tr><td colspan=3>fber</td><td>8500.8662</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10861406856508588</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>135</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.227272727272727</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3784537020574454</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3291801262862</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.595236574488375</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.210944405397761</td></tr>
<tr><td colspan=3>gcor</td><td>0.0084353</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01087961345911026</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.025612806901335716</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.972328260994186</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>38.114</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>33.2563</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>147.8693</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306530.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>686.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>320.733</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5472</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>527.5241</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3550.4691</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3755.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70014.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1218.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>945.2827</td></tr>
<tr><td colspan=3>tsnr</td><td>35.88496354408562</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>