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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0006_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0006/ses-03/func/sub-0006_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>8f7a42f228e745ba1fcba1d4978da65a</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:16:7.197500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.992456, -0.105567, 0.0623372, 0.115358, 0.976267, -0.183293]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0883325</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>34</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4144, -7699, -7353, 580, -71, -66, -42, 104]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.983</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>653a2ecb-f5eb-45fe-b2df-747afd6c7b70||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6626880168914795, 0.30949652194976807, 0.11207158863544464, 98.20816802978516], [0.2832287847995758, 2.6192517280578613, -0.5105735659599304, -106.0328598022461], [0.16724608838558197, 0.49176153540611267, 2.6489157676696777, -118.85113525390625], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['111607.197500', '111607.657500', '111608.117500', '111608.577500', '111609.037500', '111609.497500', '111609.957500', '111610.417500', '111610.877500', '111611.337500', '111611.797500', '111612.257500', '111612.717500', '111613.177500', '111613.637500', '111614.097500', '111614.557500', '111615.017500', '111615.477500', '111615.937500', '111616.397500', '111616.857500', '111617.317500', '111617.777500', '111618.237500', '111618.697500', '111619.157500', '111619.617500', '111620.077500', '111620.537500', '111620.997500', '111621.457500', '111621.917500', '111622.377500', '111622.837500', '111623.297500', '111623.757500', '111624.217500', '111624.677500', '111625.137500', '111625.597500', '111626.057500', '111626.517500', '111626.977500', '111627.437500', '111627.897500', '111628.357500', '111628.817500', '111629.277500', '111629.737500', '111630.197500', '111630.657500', '111631.117500', '111631.577500', '111632.037500', '111632.497500', '111632.957500', '111633.417500', '111633.877500', '111634.337500', '111634.797500', '111635.257500', '111635.717500', '111636.177500', '111636.637500', '111637.097500', '111637.557500', '111638.017500', '111638.477500', '111638.937500', '111639.397500', '111639.857500', '111640.317500', '111640.777500', '111641.237500', '111641.697500', '111642.157500', '111642.617500', '111643.077500', '111643.537500', '111643.997500', '111644.457500', '111644.917500', '111645.377500', '111645.837500', '111646.297500', '111646.757500', '111647.217500', '111647.677500', '111648.137500', '111648.597500', '111649.057500', '111649.517500', '111649.977500', '111650.437500', '111650.897500', '111651.357500', '111651.817500', '111652.277500', '111652.737500', '111653.197500', '111653.657500', '111654.117500', '111654.577500', '111655.037500', '111655.497500', '111655.957500', '111656.417500', '111656.877500', '111657.337500', '111657.797500', '111658.257500', '111658.717500', '111659.177500', '111659.637500', '111700.097500', '111700.557500', '111701.017500', '111701.477500', '111701.937500', '111702.397500', '111702.857500', '111703.317500', '111703.777500', '111704.237500', '111704.697500', '111705.157500', '111705.617500', '111706.077500', '111706.537500', '111706.997500', '111707.457500', '111707.917500', '111708.377500', '111708.837500', '111709.297500', '111709.757500', '111710.217500', '111710.677500', '111711.137500', '111711.597500', '111712.057500', '111712.517500', '111712.977500', '111713.437500', '111713.897500', '111714.357500', '111714.817500', '111715.277500', '111715.737500', '111716.197500', '111716.657500', '111717.117500', '111717.577500', '111718.037500', '111718.497500', '111718.957500', '111719.417500', '111719.877500', '111720.337500', '111720.797500', '111721.257500', '111721.717500', '111722.177500', '111722.637500', '111723.097500', '111723.557500', '111724.017500', '111724.477500', '111724.937500', '111725.397500', '111725.857500', '111726.317500', '111726.777500', '111727.237500', '111727.697500', '111728.157500', '111728.617500', '111729.077500', '111729.537500', '111729.997500', '111730.457500', '111730.917500', '111731.377500', '111731.837500', '111732.297500', '111732.757500', '111733.217500', '111733.677500', '111734.137500', '111734.597500', '111735.057500', '111735.517500', '111735.977500', '111736.437500', '111736.897500', '111737.357500', '111737.817500', '111738.277500', '111738.737500', '111739.197500', '111739.657500', '111740.117500', '111740.577500', '111741.037500', '111741.497500', '111741.957500', '111742.417500', '111742.877500', '111743.337500', '111743.797500', '111744.257500', '111744.717500', '111745.177500', '111745.637500', '111746.097500', '111746.557500', '111747.017500', '111747.477500', '111747.937500', '111748.397500', '111748.857500', '111749.317500', '111749.777500', '111750.237500', '111750.697500', '111751.157500', '111751.617500', '111752.077500', '111752.537500', '111752.997500', '111753.457500', '111753.917500', '111754.377500', '111754.837500', '111755.297500', '111755.757500', '111756.217500', '111756.677500', '111757.137500', '111757.597500', '111758.057500', '111758.517500', '111758.977500', '111759.437500', '111759.897500', '111800.357500', '111800.817500', '111801.277500', '111801.737500', '111802.197500', '111802.657500', '111803.117500', '111803.577500', '111804.037500', '111804.497500', '111804.957500', '111805.417500', '111805.877500', '111806.337500', '111806.797500', '111807.257500', '111807.717500', '111808.177500', '111808.637500', '111809.097500', '111809.557500', '111810.017500', '111810.477500', '111810.937500', '111811.397500', '111811.857500', '111812.317500', '111812.777500', '111813.237500', '111813.697500', '111814.157500', '111814.617500', '111815.077500', '111815.537500', '111815.997500', '111816.457500', '111816.917500', '111817.377500', '111817.837500', '111818.297500', '111818.757500', '111819.217500', '111819.677500', '111820.137500', '111820.597500', '111821.057500', '111821.517500', '111821.977500', '111822.437500', '111822.897500', '111823.357500', '111823.817500', '111824.277500', '111824.737500', '111825.197500', '111825.657500', '111826.117500', '111826.577500', '111827.037500', '111827.497500', '111827.957500', '111828.417500', '111828.877500', '111829.337500', '111829.797500', '111830.257500', '111830.717500', '111831.177500', '111831.637500', '111832.097500', '111832.557500', '111833.017500', '111833.477500', '111833.937500', '111834.397500', '111834.857500', '111835.317500', '111835.777500', '111836.237500', '111836.697500', '111837.157500', '111837.617500', '111838.077500', '111838.537500', '111838.997500', '111839.457500', '111839.917500', '111840.377500', '111840.837500', '111841.297500', '111841.757500', '111842.217500', '111842.677500', '111843.137500', '111843.597500', '111844.057500', '111844.517500', '111844.977500', '111845.437500', '111845.897500', '111846.357500', '111846.817500', '111847.277500', '111847.737500', '111848.197500', '111848.657500', '111849.117500', '111849.577500', '111850.037500', '111850.497500', '111850.957500', '111851.417500', '111851.877500', '111852.337500', '111852.797500', '111853.257500', '111853.717500', '111854.177500', '111854.637500', '111855.097500', '111855.557500', '111856.017500', '111856.477500', '111856.937500', '111857.397500', '111857.857500', '111858.317500', '111858.777500', '111859.237500', '111859.697500', '111900.157500', '111900.617500', '111901.077500', '111901.537500', '111901.997500', '111902.457500', '111902.917500', '111903.377500', '111903.837500', '111904.297500', '111904.757500', '111905.217500', '111905.677500', '111906.137500', '111906.597500', '111907.057500', '111907.517500', '111907.977500', '111908.437500', '111908.897500', '111909.357500', '111909.817500', '111910.277500', '111910.737500', '111911.197500', '111911.657500', '111912.117500', '111912.577500', '111913.037500', '111913.497500', '111913.957500', '111914.417500', '111914.877500', '111915.337500', '111915.797500', '111916.257500', '111916.717500', '111917.177500', '111917.637500', '111918.097500', '111918.557500', '111919.017500', '111919.477500', '111919.937500', '111920.397500', '111920.857500', '111921.317500', '111921.777500', '111922.237500', '111922.697500', '111923.157500', '111923.617500', '111924.077500', '111924.537500', '111924.997500', '111925.457500', '111925.917500', '111926.377500', '111926.837500', '111927.297500', '111927.757500', '111928.217500', '111928.677500', '111929.137500', '111929.597500', '111930.057500', '111930.517500', '111930.977500', '111931.437500', '111931.897500', '111932.357500', '111932.817500', '111933.277500', '111933.737500', '111934.197500', '111934.657500', '111935.117500', '111935.577500', '111936.037500', '111936.497500', '111936.957500', '111937.417500', '111937.877500', '111938.337500', '111938.797500', '111939.257500', '111939.717500', '111940.177500', '111940.637500', '111941.097500', '111941.557500', '111942.017500', '111942.477500', '111942.937500', '111943.397500', '111943.857500', '111944.317500', '111944.777500', '111945.237500', '111945.697500', '111946.157500', '111946.617500', '111947.077500', '111947.537500', '111947.997500', '111948.457500', '111948.917500', '111949.377500', '111949.837500', '111950.297500', '111950.757500', '111951.217500', '111951.677500', '111952.137500', '111952.597500', '111953.057500', '111953.517500', '111953.977500', '111954.437500', '111954.897500', '111955.357500', '111955.817500', '111956.277500', '111956.737500', '111957.197500', '111957.657500', '111958.117500', '111958.577500', '111959.037500', '111959.497500', '111959.957500', '112000.417500', '112000.877500', '112001.337500', '112001.797500', '112002.257500', '112002.717500', '112003.177500', '112003.637500', '112004.097500', '112004.557500', '112005.017500', '112005.477500', '112005.937500', '112006.397500', '112006.857500', '112007.317500', '112007.777500', '112008.237500', '112008.697500', '112009.157500', '112009.617500', '112010.077500', '112010.537500', '112010.997500', '112011.457500', '112011.917500', '112012.377500', '112012.837500', '112013.297500', '112013.757500', '112014.217500', '112014.677500', '112015.137500', '112015.597500', '112016.057500', '112016.517500', '112016.977500', '112017.437500', '112017.897500', '112018.357500', '112018.817500', '112019.277500', '112019.737500', '112020.197500', '112020.657500', '112021.117500', '112021.577500', '112022.037500', '112022.497500', '112022.957500', '112023.417500', '112023.877500', '112024.337500', '112024.797500', '112025.257500', '112025.717500', '112026.177500', '112026.637500', '112027.097500', '112027.557500', '112028.017500', '112028.477500', '112028.937500', '112029.397500', '112029.857500', '112030.317500', '112030.777500', '112031.237500', '112031.697500', '112032.157500', '112032.617500', '112033.077500', '112033.537500', '112033.997500', '112034.457500', '112034.917500', '112035.377500', '112035.837500', '112036.297500', '112036.757500', '112037.217500', '112037.677500', '112038.137500', '112038.597500', '112039.057500', '112039.517500', '112039.977500', '112040.437500', '112040.897500', '112041.357500', '112041.817500', '112042.277500', '112042.737500', '112043.197500', '112043.657500', '112044.117500', '112044.577500', '112045.037500', '112045.497500', '112045.957500', '112046.417500', '112046.877500', '112047.337500', '112047.797500', '112048.257500', '112048.717500', '112049.177500', '112049.637500', '112050.097500', '112050.557500', '112051.017500', '112051.477500', '112051.937500', '112052.397500', '112052.857500', '112053.317500', '112053.777500', '112054.237500', '112054.697500', '112055.157500', '112055.617500', '112056.077500', '112056.537500', '112056.997500', '112057.457500', '112057.917500', '112058.377500', '112058.837500', '112059.297500', '112059.757500', '112100.217500', '112100.677500', '112101.137500', '112101.597500', '112102.057500', '112102.517500', '112102.977500', '112103.437500', '112103.897500', '112104.357500', '112104.817500', '112105.277500', '112105.737500', '112106.197500', '112106.657500', '112107.117500', '112107.577500', '112108.037500', '112108.497500', '112108.957500', '112109.417500', '112109.877500', '112110.337500', '112110.797500', '112111.257500', '112111.717500', '112112.177500', '112112.637500', '112113.097500', '112113.557500', '112114.017500', '112114.477500', '112114.937500', '112115.397500', '112115.857500', '112116.317500', '112116.777500', '112117.237500', '112117.697500', '112118.157500', '112118.617500', '112119.077500', '112119.537500', '112119.997500', '112120.457500', '112120.917500', '112121.377500', '112121.837500', '112122.297500', '112122.757500', '112123.217500', '112123.677500', '112124.137500', '112124.597500', '112125.057500', '112125.517500', '112125.977500', '112126.437500', '112126.897500', '112127.357500', '112127.817500', '112128.277500', '112128.737500', '112129.197500', '112129.657500', '112130.117500', '112130.577500', '112131.037500', '112131.497500', '112131.957500', '112132.417500', '112132.877500', '112133.337500', '112133.797500', '112134.257500', '112134.717500', '112135.177500', '112135.637500', '112136.097500', '112136.557500', '112137.017500', '112137.477500', '112137.937500', '112138.397500', '112138.857500', '112139.317500', '112139.777500', '112140.237500', '112140.697500', '112141.157500', '112141.617500', '112142.077500', '112142.537500', '112142.997500', '112143.457500', '112143.917500', '112144.377500', '112144.837500', '112145.297500', '112145.757500', '112146.217500', '112146.677500', '112147.137500', '112147.597500', '112148.057500', '112148.517500', '112148.977500', '112149.437500', '112149.897500', '112150.357500', '112150.817500', '112151.277500', '112151.737500', '112152.197500', '112152.657500', '112153.117500', '112153.577500', '112154.037500', '112154.497500', '112154.957500', '112155.417500', '112155.877500', '112156.337500', '112156.797500', '112157.257500', '112157.717500', '112158.177500', '112158.637500', '112159.097500', '112159.557500', '112200.017500', '112200.477500', '112200.937500', '112201.397500', '112201.857500', '112202.317500', '112202.777500', '112203.237500', '112203.697500', '112204.157500', '112204.617500', '112205.077500', '112205.537500', '112205.997500', '112206.457500', '112206.917500', '112207.377500', '112207.837500', '112208.297500', '112208.757500', '112209.217500', '112209.677500', '112210.137500', '112210.597500', '112211.057500', '112211.517500', '112211.977500', '112212.437500', '112212.897500', '112213.357500', '112213.817500', '112214.277500', '112214.737500', '112215.197500', '112215.657500', '112216.117500', '112216.577500', '112217.037500', '112217.497500', '112217.957500', '112218.417500', '112218.877500', '112219.337500', '112219.797500', '112220.257500', '112220.717500', '112221.177500', '112221.637500', '112222.097500', '112222.557500', '112223.017500', '112223.477500', '112223.937500', '112224.397500', '112224.857500', '112225.317500', '112225.777500', '112226.237500', '112226.697500', '112227.157500', '112227.617500', '112228.077500', '112228.537500', '112228.997500', '112229.457500', '112229.917500', '112230.377500', '112230.837500', '112231.297500', '112231.757500', '112232.217500', '112232.677500', '112233.137500', '112233.597500', '112234.057500', '112234.517500', '112234.977500', '112235.437500', '112235.897500', '112236.357500', '112236.817500', '112237.277500', '112237.737500', '112238.197500', '112238.657500', '112239.117500', '112239.577500', '112240.037500', '112240.497500', '112240.957500', '112241.417500', '112241.877500', '112242.337500', '112242.797500', '112243.257500', '112243.717500', '112244.177500', '112244.637500', '112245.097500', '112245.557500', '112246.017500', '112246.477500', '112246.937500', '112247.397500', '112247.857500', '112248.317500', '112248.777500', '112249.237500', '112249.697500', '112250.157500', '112250.617500', '112251.077500', '112251.537500', '112251.997500', '112252.457500', '112252.917500', '112253.377500', '112253.837500', '112254.297500', '112254.757500', '112255.217500', '112255.677500', '112256.137500', '112256.597500', '112257.057500', '112257.517500', '112257.977500', '112258.437500', '112258.897500', '112259.357500', '112259.817500', '112300.277500', '112300.737500', '112301.197500', '112301.657500', '112302.117500', '112302.577500', '112303.037500', '112303.497500', '112303.957500', '112304.417500', '112304.877500', '112305.337500', '112305.797500', '112306.257500', '112306.717500', '112307.177500', '112307.637500', '112308.097500', '112308.557500', '112309.017500', '112309.477500', '112309.937500', '112310.397500', '112310.857500', '112311.317500', '112311.777500', '112312.237500', '112312.697500', '112313.157500', '112313.617500', '112314.077500', '112314.537500', '112314.997500', '112315.457500', '112315.917500', '112316.377500', '112316.837500', '112317.297500', '112317.757500', '112318.217500', '112318.677500', '112319.137500', '112319.597500', '112320.057500', '112320.517500', '112320.977500', '112321.437500', '112321.897500', '112322.357500', '112322.817500', '112323.277500', '112323.737500', '112324.197500', '112324.657500', '112325.117500', '112325.577500', '112326.037500', '112326.497500', '112326.957500', '112327.417500', '112327.877500', '112328.337500', '112328.797500', '112329.257500', '112329.717500', '112330.177500', '112330.637500', '112331.097500', '112331.557500', '112332.017500', '112332.477500', '112332.937500', '112333.397500', '112333.857500', '112334.317500', '112334.777500', '112335.237500', '112335.697500', '112336.157500', '112336.617500', '112337.077500', '112337.537500', '112337.997500', '112338.457500', '112338.917500', '112339.377500', '112339.837500', '112340.297500', '112340.757500', '112341.217500', '112341.677500', '112342.137500', '112342.597500', '112343.057500', '112343.517500', '112343.977500', '112344.437500', '112344.897500', '112345.357500', '112345.817500', '112346.277500', '112346.737500', '112347.197500', '112347.657500', '112348.117500', '112348.577500', '112349.037500', '112349.497500', '112349.957500', '112350.417500', '112350.877500', '112351.337500', '112351.797500', '112352.257500', '112352.717500', '112353.177500', '112353.637500', '112354.097500', '112354.557500', '112355.017500', '112355.477500', '112355.937500', '112356.397500', '112356.857500', '112357.317500', '112357.777500', '112358.237500', '112358.697500', '112359.157500', '112359.617500', '112400.077500', '112400.537500', '112400.997500', '112401.457500', '112401.917500', '112402.377500', '112402.837500', '112403.297500', '112403.757500', '112404.217500', '112404.677500', '112405.137500', '112405.597500', '112406.057500', '112406.517500', '112406.977500', '112407.437500', '112407.897500', '112408.357500', '112408.817500', '112409.277500', '112409.737500', '112410.197500', '112410.657500', '112411.117500', '112411.577500', '112412.037500', '112412.497500', '112412.957500', '112413.417500', '112413.877500', '112414.337500', '112414.797500', '112415.257500', '112415.717500', '112416.177500', '112416.637500', '112417.097500', '112417.557500', '112418.017500', '112418.477500', '112418.937500', '112419.397500', '112419.857500', '112420.317500', '112420.777500', '112421.237500', '112421.697500', '112422.157500', '112422.617500', '112423.077500', '112423.537500', '112423.997500', '112424.457500', '112424.917500', '112425.377500', '112425.837500', '112426.297500', '112426.757500', '112427.217500', '112427.677500', '112428.137500', '112428.597500', '112429.057500', '112429.517500', '112429.977500', '112430.437500', '112430.897500', '112431.357500', '112431.817500', '112432.277500', '112432.737500', '112433.197500', '112433.657500', '112434.117500', '112434.577500', '112435.037500', '112435.497500', '112435.957500', '112436.417500', '112436.877500', '112437.337500', '112437.797500', '112438.257500', '112438.717500', '112439.177500', '112439.637500', '112440.097500', '112440.557500', '112441.017500', '112441.477500', '112441.937500', '112442.397500', '112442.857500', '112443.317500', '112443.777500', '112444.237500', '112444.697500', '112445.157500', '112445.617500', '112446.077500', '112446.537500', '112446.997500', '112447.457500', '112447.917500', '112448.377500', '112448.837500', '112449.297500', '112449.757500', '112450.217500', '112450.677500', '112451.137500', '112451.597500', '112452.057500', '112452.517500', '112452.977500', '112453.437500', '112453.897500', '112454.357500', '112454.817500', '112455.277500', '112455.737500', '112456.197500', '112456.657500', '112457.117500', '112457.577500', '112458.037500', '112458.497500', '112458.957500', '112459.417500', '112459.877500', '112500.337500', '112500.797500', '112501.257500', '112501.717500', '112502.177500', '112502.637500', '112503.097500', '112503.557500', '112504.017500', '112504.477500', '112504.937500', '112505.397500', '112505.857500', '112506.317500', '112506.777500', '112507.237500', '112507.697500', '112508.157500', '112508.617500', '112509.077500', '112509.537500', '112509.997500', '112510.457500', '112510.917500', '112511.377500', '112511.837500', '112512.297500', '112512.757500', '112513.217500', '112513.677500', '112514.137500', '112514.597500', '112515.057500', '112515.517500', '112515.977500', '112516.437500', '112516.897500', '112517.357500', '112517.817500', '112518.277500', '112518.737500', '112519.197500', '112519.657500', '112520.117500', '112520.577500', '112521.037500', '112521.497500', '112521.957500', '112522.417500', '112522.877500', '112523.337500', '112523.797500', '112524.257500', '112524.717500', '112525.177500', '112525.637500', '112526.097500', '112526.557500', '112527.017500', '112527.477500', '112527.937500', '112528.397500', '112528.857500', '112529.317500', '112529.777500', '112530.237500', '112530.697500', '112531.157500', '112531.617500', '112532.077500', '112532.537500', '112532.997500', '112533.457500', '112533.917500', '112534.377500', '112534.837500', '112535.297500', '112535.757500', '112536.217500', '112536.677500', '112537.137500', '112537.597500', '112538.057500', '112538.517500', '112538.977500', '112539.437500', '112539.897500', '112540.357500', '112540.817500', '112541.277500', '112541.737500', '112542.197500', '112542.657500', '112543.117500', '112543.577500', '112544.037500', '112544.497500', '112544.957500', '112545.417500', '112545.877500', '112546.337500', '112546.797500', '112547.257500', '112547.717500', '112548.177500', '112548.637500', '112549.097500', '112549.557500', '112550.017500', '112550.477500', '112550.937500', '112551.397500', '112551.857500', '112552.317500', '112552.777500', '112553.237500', '112553.697500', '112554.157500', '112554.617500', '112555.077500', '112555.537500', '112555.997500', '112556.457500', '112556.917500', '112557.377500', '112557.837500', '112558.297500', '112558.757500', '112559.217500', '112559.677500', '112600.137500', '112600.597500', '112601.057500', '112601.517500', '112601.977500', '112602.437500', '112602.897500', '112603.357500', '112603.817500', '112604.277500', '112604.737500', '112605.197500', '112605.657500', '112606.117500', '112606.577500', '112607.037500', '112607.497500', '112607.957500', '112608.417500', '112608.877500', '112609.337500', '112609.797500', '112610.257500', '112610.717500', '112611.177500', '112611.637500', '112612.097500', '112612.557500', '112613.017500', '112613.477500', '112613.937500', '112614.397500', '112614.857500', '112615.317500', '112615.777500', '112616.237500', '112616.697500', '112617.157500', '112617.617500', '112618.077500', '112618.537500', '112618.997500', '112619.457500', '112619.917500', '112620.377500', '112620.837500'], 'ContentTime': ['111625.341000', '111625.345000', '111625.348000', '111625.351000', '111625.353000', '111625.356000', '111625.359000', '111625.362000', '111625.364000', '111625.367000', '111625.370000', '111625.373000', '111625.377000', '111625.380000', '111625.383000', '111625.385000', '111625.388000', '111625.391000', '111625.394000', '111625.397000', '111625.399000', '111625.402000', '111625.405000', '111625.408000', '111625.411000', '111625.414000', '111625.416000', '111625.419000', '111625.422000', '111625.425000', '111625.428000', '111625.430000', '111625.433000', '111625.436000', '111625.439000', '111625.441000', '111625.444000', '111645.311000', '111645.314000', '111645.317000', '111645.320000', '111645.329000', '111645.332000', '111645.335000', '111645.338000', '111645.340000', '111645.343000', '111645.346000', '111645.349000', '111645.352000', '111645.354000', '111645.357000', '111645.360000', '111645.363000', '111645.367000', '111645.370000', '111645.373000', '111645.376000', '111645.379000', '111645.382000', '111645.384000', '111645.387000', '111645.390000', '111645.393000', '111645.396000', '111645.398000', '111645.401000', '111645.404000', '111645.407000', '111645.410000', '111645.412000', '111645.415000', '111645.418000', '111645.421000', '111645.424000', '111645.426000', '111645.429000', '111645.432000', '111645.435000', '111645.438000', '111705.310000', '111705.313000', '111705.315000', '111705.318000', '111705.321000', '111705.324000', '111705.327000', '111705.330000', '111705.342000', '111705.345000', '111705.348000', '111705.351000', '111705.354000', '111705.356000', '111705.359000', '111705.362000', '111705.365000', '111705.367000', '111705.370000', '111705.373000', '111705.376000', '111705.379000', '111705.382000', '111705.384000', '111705.387000', '111705.390000', '111705.393000', '111705.396000', '111705.398000', '111705.401000', '111705.404000', '111705.407000', '111705.409000', '111705.412000', '111705.415000', '111705.418000', '111705.421000', '111705.424000', '111705.426000', '111705.429000', '111705.432000', '111705.435000', '111705.438000', '111705.441000', '111725.310000', '111725.313000', '111725.316000', '111725.319000', '111725.321000', '111725.324000', '111725.327000', '111725.330000', '111725.333000', '111725.335000', '111725.338000', '111725.341000', '111725.344000', '111725.347000', '111725.350000', '111725.352000', '111725.355000', '111725.358000', '111725.361000', '111725.364000', '111725.366000', '111725.369000', '111725.372000', '111725.375000', '111725.378000', '111725.380000', '111725.383000', '111725.386000', '111725.389000', '111725.392000', '111725.394000', '111725.397000', '111725.400000', '111725.403000', '111725.406000', '111725.409000', '111725.411000', '111725.414000', '111725.417000', '111725.420000', '111725.423000', '111725.425000', '111725.428000', '111745.310000', '111745.313000', '111745.316000', '111745.319000', '111745.321000', '111745.324000', '111745.327000', '111745.330000', '111745.333000', '111745.335000', '111745.338000', '111745.341000', '111745.344000', '111745.347000', '111745.349000', '111745.352000', '111745.355000', '111745.358000', '111745.361000', '111745.364000', '111745.367000', '111745.370000', '111745.372000', '111745.375000', '111745.378000', '111745.381000', '111745.383000', '111745.386000', '111745.389000', '111745.392000', '111745.395000', '111745.398000', '111745.400000', '111745.403000', '111745.406000', '111745.409000', '111745.412000', '111745.414000', '111745.417000', '111745.420000', '111745.423000', '111745.426000', '111745.428000', '111745.431000', '111805.310000', '111805.313000', '111805.316000', '111805.319000', '111805.322000', '111805.324000', '111805.327000', '111805.330000', '111805.333000', '111805.336000', '111805.338000', '111805.341000', '111805.344000', '111805.347000', '111805.350000', '111805.353000', '111805.356000', '111805.358000', '111805.361000', '111805.364000', '111805.367000', '111805.370000', '111805.373000', '111805.376000', '111805.379000', '111805.381000', '111805.384000', '111805.387000', '111805.390000', '111805.393000', '111805.396000', '111805.398000', '111805.401000', '111805.405000', '111805.408000', '111805.411000', '111805.414000', '111805.416000', '111805.419000', '111805.422000', '111805.425000', '111805.428000', '111805.431000', '111825.325000', '111825.328000', '111825.330000', '111825.333000', '111825.337000', '111825.340000', '111825.343000', '111825.346000', '111825.349000', '111825.352000', '111825.355000', '111825.357000', '111825.360000', '111825.363000', '111825.366000', '111825.369000', '111825.372000', '111825.374000', '111825.377000', '111825.380000', '111825.383000', '111825.386000', '111825.389000', '111825.391000', '111825.394000', '111825.397000', '111825.400000', '111825.403000', '111825.406000', '111825.409000', '111825.411000', '111825.414000', '111825.417000', '111825.420000', '111825.423000', '111825.426000', '111825.429000', '111825.431000', '111825.434000', '111825.437000', '111825.440000', '111825.443000', '111825.446000', '111825.448000', '111845.310000', '111845.313000', '111845.316000', '111845.319000', '111845.322000', '111845.324000', '111845.327000', '111845.330000', '111845.333000', '111845.336000', '111845.339000', '111845.341000', '111845.344000', '111845.347000', '111845.350000', '111845.353000', '111845.356000', '111845.359000', '111845.362000', '111845.365000', '111845.367000', '111845.370000', '111845.373000', '111845.376000', '111845.379000', '111845.382000', '111845.385000', '111845.388000', '111845.390000', '111845.393000', '111845.396000', '111845.399000', '111845.402000', '111845.405000', '111845.408000', '111845.410000', '111845.413000', '111845.416000', '111845.419000', '111845.422000', '111845.425000', '111845.428000', '111845.430000', '111905.311000', '111905.314000', '111905.317000', '111905.320000', '111905.322000', '111905.325000', '111905.328000', '111905.331000', '111905.334000', '111905.336000', '111905.339000', '111905.342000', '111905.345000', '111905.348000', '111905.351000', '111905.354000', '111905.356000', '111905.359000', '111905.362000', '111905.365000', '111905.368000', '111905.370000', '111905.373000', '111905.376000', '111905.379000', '111905.382000', '111905.385000', '111905.388000', '111905.391000', '111905.394000', '111905.396000', '111905.400000', '111905.402000', '111905.405000', '111905.408000', '111905.411000', '111905.414000', '111905.417000', '111905.419000', '111905.422000', '111905.425000', '111905.428000', '111905.431000', '111905.434000', '111925.310000', '111925.313000', '111925.316000', '111925.319000', '111925.321000', '111925.324000', '111925.327000', '111925.330000', '111925.333000', '111925.335000', '111925.338000', '111925.341000', '111925.344000', '111925.347000', '111925.350000', '111925.353000', '111925.355000', '111925.358000', '111925.361000', '111925.364000', '111925.367000', '111925.370000', '111925.372000', '111925.375000', '111925.378000', '111925.381000', '111925.384000', '111925.387000', '111925.389000', '111925.392000', '111925.395000', '111925.398000', '111925.401000', '111925.403000', '111925.406000', '111925.409000', '111925.412000', '111925.415000', '111925.418000', '111925.421000', '111925.424000', '111925.427000', '111925.429000', '111945.310000', '111945.313000', '111945.316000', '111945.319000', '111945.322000', '111945.324000', '111945.327000', '111945.330000', '111945.333000', '111945.336000', '111945.339000', '111945.342000', '111945.345000', '111945.347000', '111945.350000', '111945.353000', '111945.356000', '111945.359000', '111945.362000', '111945.365000', '111945.368000', '111945.370000', '111945.373000', '111945.376000', '111945.379000', '111945.382000', '111945.385000', '111945.388000', '111945.390000', '111945.393000', '111945.396000', '111945.399000', '111945.402000', '111945.405000', '111945.408000', '111945.411000', '111945.413000', '111945.416000', '111945.419000', '111945.436000', '111945.439000', '111945.441000', '111945.444000', '111945.447000', '112005.310000', '112005.313000', '112005.316000', '112005.319000', '112005.322000', '112005.324000', '112005.327000', '112005.330000', '112005.333000', '112005.336000', '112005.339000', '112005.341000', '112005.344000', '112005.347000', '112005.350000', '112005.353000', '112005.356000', '112005.359000', '112005.361000', '112005.364000', '112005.367000', '112005.370000', '112005.373000', '112005.376000', '112005.379000', '112005.382000', '112005.384000', '112005.387000', '112005.390000', '112005.393000', '112005.396000', '112005.399000', '112005.402000', '112005.405000', '112005.407000', '112005.410000', '112005.413000', '112005.416000', '112005.419000', '112005.422000', '112005.425000', '112005.428000', '112005.430000', '112025.310000', '112025.313000', '112025.316000', '112025.319000', '112025.322000', '112025.325000', '112025.327000', '112025.330000', '112025.333000', '112025.336000', '112025.339000', '112025.342000', '112025.345000', '112025.347000', '112025.350000', '112025.353000', '112025.356000', '112025.359000', '112025.362000', '112025.365000', '112025.367000', '112025.370000', '112025.373000', '112025.376000', '112025.379000', '112025.382000', '112025.385000', '112025.387000', '112025.390000', '112025.393000', '112025.396000', '112025.399000', '112025.402000', '112025.405000', '112025.408000', '112025.411000', '112025.413000', '112025.422000', '112025.425000', '112025.428000', '112025.431000', '112025.434000', '112025.436000', '112045.310000', '112045.313000', '112045.316000', '112045.319000', '112045.321000', '112045.324000', '112045.327000', '112045.330000', '112045.333000', '112045.336000', '112045.339000', '112045.341000', '112045.344000', '112045.347000', '112045.350000', '112045.353000', '112045.356000', '112045.359000', '112045.361000', '112045.364000', '112045.367000', '112045.370000', '112045.373000', '112045.376000', '112045.379000', '112045.382000', '112045.384000', '112045.387000', '112045.390000', '112045.393000', '112045.396000', '112045.399000', '112045.402000', '112045.404000', '112045.407000', '112045.410000', '112045.413000', '112045.416000', '112045.419000', '112045.422000', '112045.425000', '112045.428000', '112045.430000', '112045.433000', '112105.310000', '112105.313000', '112105.316000', '112105.319000', '112105.322000', '112105.324000', '112105.327000', '112105.330000', '112105.333000', '112105.336000', '112105.339000', '112105.342000', '112105.345000', '112105.348000', '112105.351000', '112105.353000', '112105.356000', '112105.359000', '112105.362000', '112105.365000', '112105.368000', '112105.370000', '112105.373000', '112105.376000', '112105.379000', '112105.382000', '112105.385000', '112105.387000', '112105.390000', '112105.393000', '112105.396000', '112105.399000', '112105.402000', '112105.404000', '112105.407000', '112105.410000', '112105.413000', '112105.416000', '112105.419000', '112105.421000', '112105.424000', '112105.427000', '112105.430000', '112125.311000', '112125.314000', '112125.317000', '112125.320000', '112125.322000', '112125.325000', '112125.328000', '112125.341000', '112125.344000', '112125.347000', '112125.350000', '112125.352000', '112125.355000', '112125.358000', '112125.361000', '112125.364000', '112125.366000', '112125.369000', '112125.372000', '112125.375000', '112125.378000', '112125.381000', '112125.383000', '112125.399000', '112125.402000', '112125.405000', '112125.407000', '112125.410000', '112125.413000', '112125.416000', '112125.419000', '112125.422000', '112125.425000', '112125.428000', '112125.431000', '112125.434000', '112125.436000', '112125.439000', '112125.442000', '112125.445000', '112125.448000', '112125.451000', '112125.453000', '112125.456000', '112145.310000', '112145.313000', '112145.316000', '112145.319000', '112145.324000', '112145.327000', '112145.330000', '112145.333000', '112145.335000', '112145.338000', '112145.341000', '112145.344000', '112145.347000', '112145.349000', '112145.352000', '112145.355000', '112145.358000', '112145.361000', '112145.363000', '112145.366000', '112145.369000', '112145.372000', '112145.375000', '112145.378000', '112145.382000', '112145.387000', '112145.390000', '112145.393000', '112145.395000', '112145.398000', '112145.401000', '112145.404000', '112145.407000', '112145.409000', '112145.412000', '112145.415000', '112145.418000', '112145.421000', '112145.423000', '112145.426000', '112145.429000', '112145.432000', '112145.435000', '112205.310000', '112205.313000', '112205.316000', '112205.319000', '112205.322000', '112205.325000', '112205.328000', '112205.330000', '112205.333000', '112205.336000', '112205.339000', '112205.342000', '112205.345000', '112205.347000', '112205.350000', '112205.353000', '112205.356000', '112205.359000', '112205.361000', '112205.364000', '112205.367000', '112205.370000', '112205.373000', '112205.376000', '112205.378000', '112205.381000', '112205.384000', '112205.387000', '112205.390000', '112205.392000', '112205.395000', '112205.398000', '112205.401000', '112205.404000', '112205.407000', '112205.410000', '112205.412000', '112205.415000', '112205.418000', '112205.421000', '112205.424000', '112205.427000', '112205.430000', '112205.432000', '112225.310000', '112225.313000', '112225.316000', '112225.319000', '112225.322000', '112225.325000', '112225.327000', '112225.330000', '112225.333000', '112225.336000', '112225.339000', '112225.342000', '112225.345000', '112225.347000', '112225.350000', '112225.353000', '112225.356000', '112225.359000', '112225.362000', '112225.365000', '112225.368000', '112225.371000', '112225.374000', '112225.377000', '112225.380000', '112225.382000', '112225.385000', '112225.388000', '112225.391000', '112225.394000', '112225.397000', '112225.400000', '112225.403000', '112225.405000', '112225.408000', '112225.411000', '112225.414000', '112225.417000', '112225.420000', '112225.423000', '112225.425000', '112225.428000', '112225.431000', '112245.310000', '112245.313000', '112245.316000', '112245.319000', '112245.322000', '112245.325000', '112245.328000', '112245.330000', '112245.333000', '112245.336000', '112245.339000', '112245.342000', '112245.345000', '112245.348000', '112245.350000', '112245.353000', '112245.356000', '112245.359000', '112245.374000', '112245.376000', '112245.379000', '112245.382000', '112245.385000', '112245.388000', '112245.391000', '112245.394000', '112245.396000', '112245.399000', '112245.402000', '112245.405000', '112245.408000', '112245.411000', '112245.414000', '112245.417000', '112245.419000', '112245.422000', '112245.425000', '112245.428000', '112245.431000', '112245.434000', '112245.436000', '112245.439000', '112245.442000', '112245.445000', '112305.310000', '112305.313000', '112305.318000', '112305.321000', '112305.324000', '112305.327000', '112305.330000', '112305.333000', '112305.336000', '112305.338000', '112305.341000', '112305.344000', '112305.347000', '112305.350000', '112305.353000', '112305.356000', '112305.359000', '112305.361000', '112305.364000', '112305.367000', '112305.370000', '112305.373000', '112305.377000', '112305.380000', '112305.383000', '112305.386000', '112305.389000', '112305.392000', '112305.394000', '112305.397000', '112305.400000', '112305.403000', '112305.406000', '112305.409000', '112305.412000', '112305.415000', '112305.423000', '112305.427000', '112305.429000', '112305.432000', '112305.435000', '112305.438000', '112305.441000', '112325.310000', '112325.313000', '112325.316000', '112325.319000', '112325.322000', '112325.325000', '112325.327000', '112325.330000', '112325.333000', '112325.336000', '112325.339000', '112325.341000', '112325.344000', '112325.347000', '112325.350000', '112325.353000', '112325.356000', '112325.359000', '112325.361000', '112325.364000', '112325.367000', '112325.370000', '112325.372000', '112325.375000', '112325.378000', '112325.381000', '112325.384000', '112325.387000', '112325.389000', '112325.392000', '112325.395000', '112325.398000', '112325.401000', '112325.404000', '112325.407000', '112325.409000', '112325.412000', '112325.415000', '112325.418000', '112325.421000', '112325.424000', '112325.427000', '112325.429000', '112325.432000', '112345.311000', '112345.314000', '112345.317000', '112345.320000', '112345.323000', '112345.325000', '112345.328000', '112345.331000', '112345.334000', '112345.337000', '112345.339000', '112345.342000', '112345.345000', '112345.348000', '112345.351000', '112345.354000', '112345.357000', '112345.360000', '112345.362000', '112345.365000', '112345.368000', '112345.371000', '112345.374000', '112345.376000', '112345.379000', '112345.382000', '112345.385000', '112345.388000', '112345.391000', '112345.393000', '112345.396000', '112345.399000', '112345.402000', '112345.405000', '112345.408000', '112345.411000', '112345.414000', '112345.417000', '112345.419000', '112345.422000', '112345.425000', '112345.428000', '112345.431000', '112405.310000', '112405.313000', '112405.316000', '112405.319000', '112405.321000', '112405.324000', '112405.327000', '112405.330000', '112405.333000', '112405.335000', '112405.338000', '112405.341000', '112405.344000', '112405.347000', '112405.350000', '112405.353000', '112405.356000', '112405.358000', '112405.361000', '112405.364000', '112405.367000', '112405.370000', '112405.372000', '112405.375000', '112405.378000', '112405.381000', '112405.384000', '112405.386000', '112405.403000', '112405.406000', '112405.409000', '112405.411000', '112405.414000', '112405.417000', '112405.420000', '112405.423000', '112405.425000', '112405.428000', '112405.431000', '112405.434000', '112405.437000', '112405.439000', '112405.442000', '112405.445000', '112425.310000', '112425.313000', '112425.316000', '112425.319000', '112425.321000', '112425.324000', '112425.327000', '112425.330000', '112425.333000', '112425.335000', '112425.338000', '112425.341000', '112425.344000', '112425.347000', '112425.350000', '112425.353000', '112425.356000', '112425.360000', '112425.362000', '112425.365000', '112425.368000', '112425.371000', '112425.374000', '112425.376000', '112425.379000', '112425.382000', '112425.385000', '112425.388000', '112425.391000', '112425.394000', '112425.396000', '112425.399000', '112425.402000', '112425.405000', '112425.408000', '112425.411000', '112425.414000', '112425.417000', '112425.420000', '112425.423000', '112425.426000', '112425.429000', '112425.431000', '112445.310000', '112445.313000', '112445.316000', '112445.319000', '112445.321000', '112445.324000', '112445.327000', '112445.330000', '112445.333000', '112445.336000', '112445.338000', '112445.341000', '112445.344000', '112445.347000', '112445.350000', '112445.353000', '112445.355000', '112445.358000', '112445.361000', '112445.364000', '112445.367000', '112445.369000', '112445.372000', '112445.375000', '112445.378000', '112445.381000', '112445.383000', '112445.386000', '112445.389000', '112445.392000', '112445.395000', '112445.398000', '112445.400000', '112445.403000', '112445.406000', '112445.409000', '112445.412000', '112445.414000', '112445.417000', '112445.420000', '112445.423000', '112445.426000', '112445.429000', '112445.431000', '112505.310000', '112505.313000', '112505.316000', '112505.319000', '112505.321000', '112505.324000', '112505.327000', '112505.330000', '112505.333000', '112505.336000', '112505.338000', '112505.341000', '112505.344000', '112505.347000', '112505.350000', '112505.353000', '112505.356000', '112505.358000', '112505.361000', '112505.364000', '112505.367000', '112505.370000', '112505.373000', '112505.376000', '112505.379000', '112505.381000', '112505.384000', '112505.387000', '112505.390000', '112505.393000', '112505.396000', '112505.398000', '112505.401000', '112505.404000', '112505.407000', '112505.410000', '112505.413000', '112505.415000', '112505.418000', '112505.421000', '112505.424000', '112505.427000', '112505.430000', '112525.310000', '112525.313000', '112525.316000', '112525.319000', '112525.322000', '112525.324000', '112525.327000', '112525.330000', '112525.333000', '112525.336000', '112525.339000', '112525.361000', '112525.364000', '112525.367000', '112525.370000', '112525.373000', '112525.376000', '112525.378000', '112525.381000', '112525.384000', '112525.387000', '112525.390000', '112525.392000', '112525.395000', '112525.398000', '112525.401000', '112525.404000', '112525.407000', '112525.409000', '112525.412000', '112525.415000', '112525.418000', '112525.421000', '112525.423000', '112525.426000', '112525.429000', '112525.432000', '112525.435000', '112525.438000', '112525.441000', '112525.444000', '112525.447000', '112525.449000', '112525.452000', '112545.310000', '112545.313000', '112545.316000', '112545.319000', '112545.321000', '112545.324000', '112545.327000', '112545.330000', '112545.333000', '112545.336000', '112545.339000', '112545.342000', '112545.344000', '112545.347000', '112545.350000', '112545.353000', '112545.356000', '112545.358000', '112545.361000', '112545.364000', '112545.367000', '112545.370000', '112545.373000', '112545.375000', '112545.378000', '112545.381000', '112545.384000', '112545.387000', '112545.390000', '112545.393000', '112545.397000', '112545.400000', '112545.403000', '112545.405000', '112545.408000', '112545.411000', '112545.414000', '112545.417000', '112545.420000', '112545.422000', '112545.425000', '112545.428000', '112545.431000', '112605.311000', '112605.314000', '112605.317000', '112605.320000', '112605.322000', '112605.325000', '112605.328000', '112605.331000', '112605.334000', '112605.337000', '112605.339000', '112605.342000', '112605.345000', '112605.348000', '112605.351000', '112605.354000', '112605.356000', '112605.359000', '112605.362000', '112605.365000', '112605.368000', '112605.371000', '112605.373000', '112605.376000', '112605.379000', '112605.382000', '112605.385000', '112605.388000', '112605.390000', '112605.393000', '112605.396000', '112605.399000', '112605.402000', '112605.405000', '112605.408000', '112605.411000', '112605.413000', '112605.416000', '112605.419000', '112605.422000', '112605.425000', '112605.428000', '112605.431000', '112605.433000', '112622.317000', '112622.320000', '112622.323000', '112622.326000', '112622.329000', '112622.332000', '112622.337000', '112622.340000', '112622.343000', '112622.346000', '112622.349000', '112622.352000', '112622.355000', '112622.357000', '112622.360000', '112622.363000', '112622.366000', '112622.369000', '112622.372000', '112622.375000', '112622.378000', '112622.381000', '112622.384000', '112622.387000', '112622.390000', '112622.393000', '112622.396000', '112622.398000', '112622.401000', '112622.404000', '112622.407000', '112622.410000', '112622.413000', '112622.416000', '112622.419000', '112622.421000', '112622.425000'], 'InstanceCreationTime': ['111625.341000', '111625.345000', '111625.348000', '111625.351000', '111625.353000', '111625.356000', '111625.359000', '111625.362000', '111625.364000', '111625.367000', '111625.370000', '111625.373000', '111625.377000', '111625.380000', '111625.383000', '111625.385000', '111625.388000', '111625.391000', '111625.394000', '111625.397000', '111625.399000', '111625.402000', '111625.405000', '111625.408000', '111625.411000', '111625.414000', '111625.416000', '111625.419000', '111625.422000', '111625.425000', '111625.428000', '111625.430000', '111625.433000', '111625.436000', '111625.439000', '111625.441000', '111625.444000', '111645.311000', '111645.314000', '111645.317000', '111645.320000', '111645.329000', '111645.332000', '111645.335000', '111645.338000', '111645.340000', '111645.343000', '111645.346000', '111645.349000', '111645.352000', '111645.354000', '111645.357000', '111645.360000', '111645.363000', '111645.367000', '111645.370000', '111645.373000', '111645.376000', '111645.379000', '111645.382000', '111645.384000', '111645.387000', '111645.390000', '111645.393000', '111645.396000', '111645.398000', '111645.401000', '111645.404000', '111645.407000', '111645.410000', '111645.412000', '111645.415000', '111645.418000', '111645.421000', '111645.424000', '111645.426000', '111645.429000', '111645.432000', '111645.435000', '111645.438000', '111705.310000', '111705.313000', '111705.315000', '111705.318000', '111705.321000', '111705.324000', '111705.327000', '111705.330000', '111705.342000', '111705.345000', '111705.348000', '111705.351000', '111705.354000', '111705.356000', '111705.359000', '111705.362000', '111705.365000', '111705.367000', '111705.370000', '111705.373000', '111705.376000', '111705.379000', '111705.382000', '111705.384000', '111705.387000', '111705.390000', '111705.393000', '111705.396000', '111705.398000', '111705.401000', '111705.404000', '111705.407000', '111705.409000', '111705.412000', '111705.415000', '111705.418000', '111705.421000', '111705.424000', '111705.426000', '111705.429000', '111705.432000', '111705.435000', '111705.438000', '111705.441000', '111725.310000', '111725.313000', '111725.316000', '111725.319000', '111725.321000', '111725.324000', '111725.327000', '111725.330000', '111725.333000', '111725.335000', '111725.338000', '111725.341000', '111725.344000', '111725.347000', '111725.350000', '111725.352000', '111725.355000', '111725.358000', '111725.361000', '111725.364000', '111725.366000', '111725.369000', '111725.372000', '111725.375000', '111725.378000', '111725.380000', '111725.383000', '111725.386000', '111725.389000', '111725.392000', '111725.394000', '111725.397000', '111725.400000', '111725.403000', '111725.406000', '111725.409000', '111725.411000', '111725.414000', '111725.417000', '111725.420000', '111725.423000', '111725.425000', '111725.428000', '111745.310000', '111745.313000', '111745.316000', '111745.319000', '111745.321000', '111745.324000', '111745.327000', '111745.330000', '111745.333000', '111745.335000', '111745.338000', '111745.341000', '111745.344000', '111745.347000', '111745.349000', '111745.352000', '111745.355000', '111745.358000', '111745.361000', '111745.364000', '111745.367000', '111745.370000', '111745.372000', '111745.375000', '111745.378000', '111745.381000', '111745.383000', '111745.386000', '111745.389000', '111745.392000', '111745.395000', '111745.398000', '111745.400000', '111745.403000', '111745.406000', '111745.409000', '111745.412000', '111745.414000', '111745.417000', '111745.420000', '111745.423000', '111745.426000', '111745.428000', '111745.431000', '111805.310000', '111805.313000', '111805.316000', '111805.319000', '111805.322000', '111805.324000', '111805.327000', '111805.330000', '111805.333000', '111805.336000', '111805.338000', '111805.341000', '111805.344000', '111805.347000', '111805.350000', '111805.353000', '111805.356000', '111805.358000', '111805.361000', '111805.364000', '111805.367000', '111805.370000', '111805.373000', '111805.376000', '111805.379000', '111805.381000', '111805.384000', '111805.387000', '111805.390000', '111805.393000', '111805.396000', '111805.398000', '111805.401000', '111805.405000', '111805.408000', '111805.411000', '111805.414000', '111805.416000', '111805.419000', '111805.422000', '111805.425000', '111805.428000', '111805.431000', '111825.325000', '111825.328000', '111825.330000', '111825.333000', '111825.337000', '111825.340000', '111825.343000', '111825.346000', '111825.349000', '111825.352000', '111825.355000', '111825.357000', '111825.360000', '111825.363000', '111825.366000', '111825.369000', '111825.372000', '111825.374000', '111825.377000', '111825.380000', '111825.383000', '111825.386000', '111825.389000', '111825.391000', '111825.394000', '111825.397000', '111825.400000', '111825.403000', '111825.406000', '111825.409000', '111825.411000', '111825.414000', '111825.417000', '111825.420000', '111825.423000', '111825.426000', '111825.429000', '111825.431000', '111825.434000', '111825.437000', '111825.440000', '111825.443000', '111825.446000', '111825.448000', '111845.310000', '111845.313000', '111845.316000', '111845.319000', '111845.322000', '111845.324000', '111845.327000', '111845.330000', '111845.333000', '111845.336000', '111845.339000', '111845.341000', '111845.344000', '111845.347000', '111845.350000', '111845.353000', '111845.356000', '111845.359000', '111845.362000', '111845.365000', '111845.367000', '111845.370000', '111845.373000', '111845.376000', '111845.379000', '111845.382000', '111845.385000', '111845.388000', '111845.390000', '111845.393000', '111845.396000', '111845.399000', '111845.402000', '111845.405000', '111845.408000', '111845.410000', '111845.413000', '111845.416000', '111845.419000', '111845.422000', '111845.425000', '111845.428000', '111845.430000', '111905.311000', '111905.314000', '111905.317000', '111905.320000', '111905.322000', '111905.325000', '111905.328000', '111905.331000', '111905.334000', '111905.336000', '111905.339000', '111905.342000', '111905.345000', '111905.348000', '111905.351000', '111905.354000', '111905.356000', '111905.359000', '111905.362000', '111905.365000', '111905.368000', '111905.370000', '111905.373000', '111905.376000', '111905.379000', '111905.382000', '111905.385000', '111905.388000', '111905.391000', '111905.394000', '111905.396000', '111905.400000', '111905.402000', '111905.405000', '111905.408000', '111905.411000', '111905.414000', '111905.417000', '111905.419000', '111905.422000', '111905.425000', '111905.428000', '111905.431000', '111905.434000', '111925.310000', '111925.313000', '111925.316000', '111925.319000', '111925.321000', '111925.324000', '111925.327000', '111925.330000', '111925.333000', '111925.335000', '111925.338000', '111925.341000', '111925.344000', '111925.347000', '111925.350000', '111925.353000', '111925.355000', '111925.358000', '111925.361000', '111925.364000', '111925.367000', '111925.370000', '111925.372000', '111925.375000', '111925.378000', '111925.381000', '111925.384000', '111925.387000', '111925.389000', '111925.392000', '111925.395000', '111925.398000', '111925.401000', '111925.403000', '111925.406000', '111925.409000', '111925.412000', '111925.415000', '111925.418000', '111925.421000', '111925.424000', '111925.427000', '111925.429000', '111945.310000', '111945.313000', '111945.316000', '111945.319000', '111945.322000', '111945.324000', '111945.327000', '111945.330000', '111945.333000', '111945.336000', '111945.339000', '111945.342000', '111945.345000', '111945.347000', '111945.350000', '111945.353000', '111945.356000', '111945.359000', '111945.362000', '111945.365000', '111945.368000', '111945.370000', '111945.373000', '111945.376000', '111945.379000', '111945.382000', '111945.385000', '111945.388000', '111945.390000', '111945.393000', '111945.396000', '111945.399000', '111945.402000', '111945.405000', '111945.408000', '111945.411000', '111945.413000', '111945.416000', '111945.419000', '111945.436000', '111945.439000', '111945.441000', '111945.444000', '111945.447000', '112005.310000', '112005.313000', '112005.316000', '112005.319000', '112005.322000', '112005.324000', '112005.327000', '112005.330000', '112005.333000', '112005.336000', '112005.339000', '112005.341000', '112005.344000', '112005.347000', '112005.350000', '112005.353000', '112005.356000', '112005.359000', '112005.361000', '112005.364000', '112005.367000', '112005.370000', '112005.373000', '112005.376000', '112005.379000', '112005.382000', '112005.384000', '112005.387000', '112005.390000', '112005.393000', '112005.396000', '112005.399000', '112005.402000', '112005.405000', '112005.407000', '112005.410000', '112005.413000', '112005.416000', '112005.419000', '112005.422000', '112005.425000', '112005.428000', '112005.430000', '112025.310000', '112025.313000', '112025.316000', '112025.319000', '112025.322000', '112025.325000', '112025.327000', '112025.330000', '112025.333000', '112025.336000', '112025.339000', '112025.342000', '112025.345000', '112025.347000', '112025.350000', '112025.353000', '112025.356000', '112025.359000', '112025.362000', '112025.365000', '112025.367000', '112025.370000', '112025.373000', '112025.376000', '112025.379000', '112025.382000', '112025.385000', '112025.387000', '112025.390000', '112025.393000', '112025.396000', '112025.399000', '112025.402000', '112025.405000', '112025.408000', '112025.411000', '112025.413000', '112025.422000', '112025.425000', '112025.428000', '112025.431000', '112025.434000', '112025.436000', '112045.310000', '112045.313000', '112045.316000', '112045.319000', '112045.321000', '112045.324000', '112045.327000', '112045.330000', '112045.333000', '112045.336000', '112045.339000', '112045.341000', '112045.344000', '112045.347000', '112045.350000', '112045.353000', '112045.356000', '112045.359000', '112045.361000', '112045.364000', '112045.367000', '112045.370000', '112045.373000', '112045.376000', '112045.379000', '112045.382000', '112045.384000', '112045.387000', '112045.390000', '112045.393000', '112045.396000', '112045.399000', '112045.402000', '112045.404000', '112045.407000', '112045.410000', '112045.413000', '112045.416000', '112045.419000', '112045.422000', '112045.425000', '112045.428000', '112045.430000', '112045.433000', '112105.310000', '112105.313000', '112105.316000', '112105.319000', '112105.322000', '112105.324000', '112105.327000', '112105.330000', '112105.333000', '112105.336000', '112105.339000', '112105.342000', '112105.345000', '112105.348000', '112105.351000', '112105.353000', '112105.356000', '112105.359000', '112105.362000', '112105.365000', '112105.368000', '112105.370000', '112105.373000', '112105.376000', '112105.379000', '112105.382000', '112105.385000', '112105.387000', '112105.390000', '112105.393000', '112105.396000', '112105.399000', '112105.402000', '112105.404000', '112105.407000', '112105.410000', '112105.413000', '112105.416000', '112105.419000', '112105.421000', '112105.424000', '112105.427000', '112105.430000', '112125.311000', '112125.314000', '112125.317000', '112125.320000', '112125.322000', '112125.325000', '112125.328000', '112125.341000', '112125.344000', '112125.347000', '112125.350000', '112125.352000', '112125.355000', '112125.358000', '112125.361000', '112125.364000', '112125.366000', '112125.369000', '112125.372000', '112125.375000', '112125.378000', '112125.381000', '112125.383000', '112125.399000', '112125.402000', '112125.405000', '112125.407000', '112125.410000', '112125.413000', '112125.416000', '112125.419000', '112125.422000', '112125.425000', '112125.428000', '112125.431000', '112125.434000', '112125.436000', '112125.439000', '112125.442000', '112125.445000', '112125.448000', '112125.451000', '112125.453000', '112125.456000', '112145.310000', '112145.313000', '112145.316000', '112145.319000', '112145.324000', '112145.327000', '112145.330000', '112145.333000', '112145.335000', '112145.338000', '112145.341000', '112145.344000', '112145.347000', '112145.349000', '112145.352000', '112145.355000', '112145.358000', '112145.361000', '112145.363000', '112145.366000', '112145.369000', '112145.372000', '112145.375000', '112145.378000', '112145.382000', '112145.387000', '112145.390000', '112145.393000', '112145.395000', '112145.398000', '112145.401000', '112145.404000', '112145.407000', '112145.409000', '112145.412000', '112145.415000', '112145.418000', '112145.421000', '112145.423000', '112145.426000', '112145.429000', '112145.432000', '112145.435000', '112205.310000', '112205.313000', '112205.316000', '112205.319000', '112205.322000', '112205.325000', '112205.328000', '112205.330000', '112205.333000', '112205.336000', '112205.339000', '112205.342000', '112205.345000', '112205.347000', '112205.350000', '112205.353000', '112205.356000', '112205.359000', '112205.361000', '112205.364000', '112205.367000', '112205.370000', '112205.373000', '112205.376000', '112205.378000', '112205.381000', '112205.384000', '112205.387000', '112205.390000', '112205.392000', '112205.395000', '112205.398000', '112205.401000', '112205.404000', '112205.407000', '112205.410000', '112205.412000', '112205.415000', '112205.418000', '112205.421000', '112205.424000', '112205.427000', '112205.430000', '112205.432000', '112225.310000', '112225.313000', '112225.316000', '112225.319000', '112225.322000', '112225.325000', '112225.327000', '112225.330000', '112225.333000', '112225.336000', '112225.339000', '112225.342000', '112225.345000', '112225.347000', '112225.350000', '112225.353000', '112225.356000', '112225.359000', '112225.362000', '112225.365000', '112225.368000', '112225.371000', '112225.374000', '112225.377000', '112225.380000', '112225.382000', '112225.385000', '112225.388000', '112225.391000', '112225.394000', '112225.397000', '112225.400000', '112225.403000', '112225.405000', '112225.408000', '112225.411000', '112225.414000', '112225.417000', '112225.420000', '112225.423000', '112225.425000', '112225.428000', '112225.431000', '112245.310000', '112245.313000', '112245.316000', '112245.319000', '112245.322000', '112245.325000', '112245.328000', '112245.330000', '112245.333000', '112245.336000', '112245.339000', '112245.342000', '112245.345000', '112245.348000', '112245.350000', '112245.353000', '112245.356000', '112245.359000', '112245.374000', '112245.376000', '112245.379000', '112245.382000', '112245.385000', '112245.388000', '112245.391000', '112245.394000', '112245.396000', '112245.399000', '112245.402000', '112245.405000', '112245.408000', '112245.411000', '112245.414000', '112245.417000', '112245.419000', '112245.422000', '112245.425000', '112245.428000', '112245.431000', '112245.434000', '112245.436000', '112245.439000', '112245.442000', '112245.445000', '112305.310000', '112305.313000', '112305.318000', '112305.321000', '112305.324000', '112305.327000', '112305.330000', '112305.333000', '112305.336000', '112305.338000', '112305.341000', '112305.344000', '112305.347000', '112305.350000', '112305.353000', '112305.356000', '112305.359000', '112305.361000', '112305.364000', '112305.367000', '112305.370000', '112305.373000', '112305.377000', '112305.380000', '112305.383000', '112305.386000', '112305.389000', '112305.392000', '112305.394000', '112305.397000', '112305.400000', '112305.403000', '112305.406000', '112305.409000', '112305.412000', '112305.415000', '112305.423000', '112305.427000', '112305.429000', '112305.432000', '112305.435000', '112305.438000', '112305.441000', '112325.310000', '112325.313000', '112325.316000', '112325.319000', '112325.322000', '112325.325000', '112325.327000', '112325.330000', '112325.333000', '112325.336000', '112325.339000', '112325.341000', '112325.344000', '112325.347000', '112325.350000', '112325.353000', '112325.356000', '112325.359000', '112325.361000', '112325.364000', '112325.367000', '112325.370000', '112325.372000', '112325.375000', '112325.378000', '112325.381000', '112325.384000', '112325.387000', '112325.389000', '112325.392000', '112325.395000', '112325.398000', '112325.401000', '112325.404000', '112325.407000', '112325.409000', '112325.412000', '112325.415000', '112325.418000', '112325.421000', '112325.424000', '112325.427000', '112325.429000', '112325.432000', '112345.311000', '112345.314000', '112345.317000', '112345.320000', '112345.323000', '112345.325000', '112345.328000', '112345.331000', '112345.334000', '112345.337000', '112345.339000', '112345.342000', '112345.345000', '112345.348000', '112345.351000', '112345.354000', '112345.357000', '112345.360000', '112345.362000', '112345.365000', '112345.368000', '112345.371000', '112345.374000', '112345.376000', '112345.379000', '112345.382000', '112345.385000', '112345.388000', '112345.391000', '112345.393000', '112345.396000', '112345.399000', '112345.402000', '112345.405000', '112345.408000', '112345.411000', '112345.414000', '112345.417000', '112345.419000', '112345.422000', '112345.425000', '112345.428000', '112345.431000', '112405.310000', '112405.313000', '112405.316000', '112405.319000', '112405.321000', '112405.324000', '112405.327000', '112405.330000', '112405.333000', '112405.335000', '112405.338000', '112405.341000', '112405.344000', '112405.347000', '112405.350000', '112405.353000', '112405.356000', '112405.358000', '112405.361000', '112405.364000', '112405.367000', '112405.370000', '112405.372000', '112405.375000', '112405.378000', '112405.381000', '112405.384000', '112405.386000', '112405.403000', '112405.406000', '112405.409000', '112405.411000', '112405.414000', '112405.417000', '112405.420000', '112405.423000', '112405.425000', '112405.428000', '112405.431000', '112405.434000', '112405.437000', '112405.439000', '112405.442000', '112405.445000', '112425.310000', '112425.313000', '112425.316000', '112425.319000', '112425.321000', '112425.324000', '112425.327000', '112425.330000', '112425.333000', '112425.335000', '112425.338000', '112425.341000', '112425.344000', '112425.347000', '112425.350000', '112425.353000', '112425.356000', '112425.360000', '112425.362000', '112425.365000', '112425.368000', '112425.371000', '112425.374000', '112425.376000', '112425.379000', '112425.382000', '112425.385000', '112425.388000', '112425.391000', '112425.394000', '112425.396000', '112425.399000', '112425.402000', '112425.405000', '112425.408000', '112425.411000', '112425.414000', '112425.417000', '112425.420000', '112425.423000', '112425.426000', '112425.429000', '112425.431000', '112445.310000', '112445.313000', '112445.316000', '112445.319000', '112445.321000', '112445.324000', '112445.327000', '112445.330000', '112445.333000', '112445.336000', '112445.338000', '112445.341000', '112445.344000', '112445.347000', '112445.350000', '112445.353000', '112445.355000', '112445.358000', '112445.361000', '112445.364000', '112445.367000', '112445.369000', '112445.372000', '112445.375000', '112445.378000', '112445.381000', '112445.383000', '112445.386000', '112445.389000', '112445.392000', '112445.395000', '112445.398000', '112445.400000', '112445.403000', '112445.406000', '112445.409000', '112445.412000', '112445.414000', '112445.417000', '112445.420000', '112445.423000', '112445.426000', '112445.429000', '112445.431000', '112505.310000', '112505.313000', '112505.316000', '112505.319000', '112505.321000', '112505.324000', '112505.327000', '112505.330000', '112505.333000', '112505.336000', '112505.338000', '112505.341000', '112505.344000', '112505.347000', '112505.350000', '112505.353000', '112505.356000', '112505.358000', '112505.361000', '112505.364000', '112505.367000', '112505.370000', '112505.373000', '112505.376000', '112505.379000', '112505.381000', '112505.384000', '112505.387000', '112505.390000', '112505.393000', '112505.396000', '112505.398000', '112505.401000', '112505.404000', '112505.407000', '112505.410000', '112505.413000', '112505.415000', '112505.418000', '112505.421000', '112505.424000', '112505.427000', '112505.430000', '112525.310000', '112525.313000', '112525.316000', '112525.319000', '112525.322000', '112525.324000', '112525.327000', '112525.330000', '112525.333000', '112525.336000', '112525.339000', '112525.361000', '112525.364000', '112525.367000', '112525.370000', '112525.373000', '112525.376000', '112525.378000', '112525.381000', '112525.384000', '112525.387000', '112525.390000', '112525.392000', '112525.395000', '112525.398000', '112525.401000', '112525.404000', '112525.407000', '112525.409000', '112525.412000', '112525.415000', '112525.418000', '112525.421000', '112525.423000', '112525.426000', '112525.429000', '112525.432000', '112525.435000', '112525.438000', '112525.441000', '112525.444000', '112525.447000', '112525.449000', '112525.452000', '112545.310000', '112545.313000', '112545.316000', '112545.319000', '112545.321000', '112545.324000', '112545.327000', '112545.330000', '112545.333000', '112545.336000', '112545.339000', '112545.342000', '112545.344000', '112545.347000', '112545.350000', '112545.353000', '112545.356000', '112545.358000', '112545.361000', '112545.364000', '112545.367000', '112545.370000', '112545.373000', '112545.375000', '112545.378000', '112545.381000', '112545.384000', '112545.387000', '112545.390000', '112545.393000', '112545.397000', '112545.400000', '112545.403000', '112545.405000', '112545.408000', '112545.411000', '112545.414000', '112545.417000', '112545.420000', '112545.422000', '112545.425000', '112545.428000', '112545.431000', '112605.311000', '112605.314000', '112605.317000', '112605.320000', '112605.322000', '112605.325000', '112605.328000', '112605.331000', '112605.334000', '112605.337000', '112605.339000', '112605.342000', '112605.345000', '112605.348000', '112605.351000', '112605.354000', '112605.356000', '112605.359000', '112605.362000', '112605.365000', '112605.368000', '112605.371000', '112605.373000', '112605.376000', '112605.379000', '112605.382000', '112605.385000', '112605.388000', '112605.390000', '112605.393000', '112605.396000', '112605.399000', '112605.402000', '112605.405000', '112605.408000', '112605.411000', '112605.413000', '112605.416000', '112605.419000', '112605.422000', '112605.425000', '112605.428000', '112605.431000', '112605.433000', '112622.317000', '112622.320000', '112622.323000', '112622.326000', '112622.329000', '112622.332000', '112622.337000', '112622.340000', '112622.343000', '112622.346000', '112622.349000', '112622.352000', '112622.355000', '112622.357000', '112622.360000', '112622.363000', '112622.366000', '112622.369000', '112622.372000', '112622.375000', '112622.378000', '112622.381000', '112622.384000', '112622.387000', '112622.390000', '112622.393000', '112622.396000', '112622.398000', '112622.401000', '112622.404000', '112622.407000', '112622.410000', '112622.413000', '112622.416000', '112622.419000', '112622.421000', '112622.425000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [9044, 9977, 8535, 13222, 10803, 12932, 8379, 7920, 8328, 7875, 9247, 8192, 8239, 8398, 7862, 10787, 8236, 11263, 8269, 7590, 8282, 7710, 8825, 7643, 10162, 8102, 7657, 8166, 7319, 8028, 7763, 8151, 7989, 9818, 7776, 9511, 7793, 8856, 7947, 7941, 8278, 7718, 9016, 7641, 8766, 8097, 7649, 8429, 7346, 9438, 8263, 11498, 9749, 9260, 8331, 8717, 11747, 9657, 10195, 9415, 12845, 10301, 12134, 7912, 7441, 8221, 7805, 9926, 9319, 10498, 9213, 11629, 7761, 10142, 7700, 11214, 8962, 11917, 9230, 11308, 7774, 8598, 7671, 8230, 7687, 8506, 7664, 8873, 8050, 8848, 8060, 9673, 8041, 8780, 8242, 7699, 8938, 8000, 9238, 7994, 9795, 7960, 10481, 8152, 11711, 8901, 7581, 8252, 7663, 9430, 8105, 11574, 8237, 8245, 8238, 7652, 8841, 7974, 9215, 7939, 11637, 9408, 12628, 8239, 7825, 8160, 7628, 8635, 7712, 10569, 8353, 11396, 7936, 10334, 7774, 9585, 8092, 7948, 9851, 7695, 10175, 7633, 9634, 8043, 7684, 9548, 8000, 11472, 7881, 8568, 8174, 7511, 9331, 8179, 12218, 9153, 9981, 8297, 7793, 8851, 7918, 11595, 8714, 12250, 8819, 9113, 8482, 7914, 10442, 7848, 7771, 8104, 7591, 8978, 7559, 10423, 8053, 11774, 8942, 12129, 9696, 12789, 10402, 12885, 10242, 12920, 10663, 9796, 8325, 7480, 8614, 7581, 9369, 7952, 10380, 7755, 7951, 7914, 7477, 8375, 7864, 10310, 7914, 10071, 8183, 7985, 8437, 7495, 8890, 7639, 10769, 7727, 11663, 7892, 11022, 7950, 9567, 8372, 7917, 8684, 8068, 9564, 7708, 9649, 7822, 10288, 7990, 9123, 8399, 7878, 10116, 7725, 9288, 8026, 7391, 9666, 8217, 11161, 8392, 8754, 9746, 7688, 10812, 9001, 13072, 9868, 12630, 9591, 10739, 8689, 9728, 9249, 7973, 10654, 7798, 10265, 7700, 10153, 8080, 11415, 8362, 8714, 8551, 7597, 9682, 7993, 10241, 8204, 12584, 9244, 9149, 8343, 7657, 9195, 7686, 11773, 9241, 12338, 9813, 7458, 8938, 7702, 11231, 8865, 11675, 8975, 7515, 10148, 7906, 8246, 8233, 7867, 12170, 9895, 12616, 9916, 12860, 10364, 12735, 10459, 12629, 10487, 12660, 8308, 11726, 8044, 10020, 8192, 7493, 8933, 7727, 8763, 7880, 7983, 7977, 7671, 8662, 8176, 10807, 8095, 9142, 8049, 8138, 8525, 7964, 10385, 8014, 10799, 7792, 10492, 7725, 10809, 8092, 11387, 8845, 8626, 7779, 7502, 9796, 7533, 7464, 10471, 8350, 8278, 10281, 8432, 8058, 8526, 11397, 8596, 7836, 9613, 8089, 8129, 10208, 12161, 10408, 9380, 10906, 13345, 9732, 14216, 13178, 15281, 12585, 13837, 12612, 13223, 11603, 9112, 13324, 7882, 8187, 7971, 8466, 7848, 7819, 8334, 8380, 7825, 8097, 8180, 8533, 8176, 7737, 8164, 8280, 8982, 8029, 7634, 8203, 8339, 8988, 8396, 9206, 8277, 8681, 8329, 7630, 8271, 8191, 9144, 8428, 8379, 7886, 8518, 10109, 7934, 7869, 8621, 8187, 8978, 8164, 8097, 8093, 7690, 8945, 8221, 10845, 7714, 9479, 9621, 7648, 8897, 8034, 7641, 9472, 8059, 11106, 8425, 11965, 9894, 8079, 10192, 8388, 11542, 8620, 12315, 9858, 12514, 9732, 10095, 9698, 8828, 10311, 8262, 7907, 8620, 7960, 10575, 8189, 8525, 8694, 8248, 10549, 8217, 11001, 9925, 8324, 11261, 8522, 8990, 8294, 11309, 8388, 12074, 9039, 12229, 9564, 10087, 8262, 8120, 8602, 7778, 8815, 7954, 9170, 8459, 10649, 8339, 8080, 8348, 7433, 8378, 8154, 9814, 8501, 10156, 8191, 10253, 8158, 10396, 8684, 11180, 9051, 12091, 8282, 9899, 8414, 8053, 8425, 7903, 9018, 8275, 10211, 8372, 8787, 8128, 7520, 8666, 7565, 9694, 8108, 10218, 8660, 11573, 9758, 12634, 10220, 9575, 10476, 8504, 10010, 8346, 11722, 8280, 12829, 8301, 7573, 8309, 8199, 9482, 8333, 10463, 8085, 7642, 8591, 8348, 9376, 8369, 10187, 8083, 7507, 8763, 8254, 9165, 8364, 10636, 7803, 7508, 8792, 7799, 8862, 8394, 9736, 8479, 8907, 8544, 8130, 9585, 8150, 9903, 8013, 10670, 8436, 10219, 8559, 8003, 9753, 8388, 10574, 7989, 7729, 8598, 8115, 10343, 8203, 12111, 8269, 11936, 9197, 12082, 9522, 11116, 9086, 8446, 9280, 8140, 9888, 8179, 8112, 8432, 7781, 9817, 8055, 9685, 8484, 9950, 8001, 8345, 8806, 8379, 11654, 8042, 7779, 8878, 8251, 10858, 8003, 10760, 10984, 8076, 7875, 8547, 7804, 9846, 8218, 10849, 8383, 11244, 9181, 8128, 9827, 8376, 12121, 8255, 12660, 11534, 9398, 12248, 8416, 11048, 8305, 8999, 8434, 9032, 12089, 9251, 8684, 10972, 8841, 8318, 9463, 8336, 10952, 8545, 11659, 8490, 8782, 9791, 8792, 12656, 8969, 11995, 8209, 9452, 8664, 8186, 10025, 8137, 10968, 8418, 8275, 9962, 8133, 10536, 8517, 7719, 8840, 8527, 12207, 8976, 13680, 10186, 10240, 8329, 8103, 8618, 8290, 8302, 8507, 7854, 8671, 8394, 10203, 8405, 7848, 8565, 8150, 8758, 8106, 9334, 8543, 10651, 8116, 8243, 8937, 7937, 7883, 8440, 7955, 9097, 8205, 8705, 8471, 8159, 9596, 8081, 10288, 8161, 11731, 9523, 11923, 9466, 8911, 10654, 8902, 10483, 8364, 7931, 8333, 8298, 9059, 8230, 10395, 8103, 7775, 8176, 7850, 8253, 10975, 9927, 11467, 11619, 8607, 8876, 8265, 8731, 8350, 9232, 8286, 9604, 8099, 7708, 8314, 8287, 9384, 8399, 9915, 8164, 10228, 8319, 7527, 8308, 8128, 8747, 8171, 11221, 8080, 7787, 8544, 7933, 9843, 8535, 9629, 8620, 11329, 8656, 12423, 9546, 12775, 10154, 13077, 10389, 12153, 9733, 10626, 8453, 11707, 8345, 11535, 8501, 9202, 8047, 8199, 8077, 7577, 8459, 8219, 9048, 8241, 9888, 7819, 9704, 8093, 9334, 8197, 8126, 8233, 7807, 8527, 9439, 9337, 8196, 9240, 8267, 8882, 8607, 9338, 8183, 9649, 8382, 8985, 8440, 7521, 8137, 8133, 8745, 8363, 10026, 8642, 10825, 8437, 9851, 8029, 8480, 8251, 8110, 9290, 8039, 9325, 8447, 9729, 8332, 10247, 8629, 11820, 8326, 9305, 8202, 8446, 8263, 8573, 10110, 8021, 10179, 8011, 10003, 8657, 11615, 8081, 10131, 9264, 8228, 11162, 8513, 11737, 8231, 11727, 8562, 12346, 10102, 11838, 8319, 7895, 8468, 8066, 9018, 8723, 11104, 8763, 11396, 7992, 8033, 8431, 8319, 9433, 8367, 11796, 9147, 12132, 8606, 12548, 9972, 12533, 10742, 12524, 10367, 12508, 10358, 11732, 9335, 10955, 8416, 10654, 8275, 8790, 8293, 7270, 8252, 7498, 7931, 8024, 9580, 8197, 9740, 8021, 9471, 8269, 10300, 8141, 10439, 7975, 8242, 9438, 8129, 11473, 8337, 11406, 8002, 10716, 8195, 10021, 8263, 10143, 8253, 9124, 7979, 7992, 8337, 7643, 8363, 8185, 10175, 8415, 10954, 8293, 10807, 8489, 10950, 8399, 11525, 8791, 12674, 9062, 11623, 8476, 9966, 8297, 9227, 8923, 7979, 10686, 7780, 10803, 7911, 10594, 7936, 11049, 8165, 12300, 8429, 13071, 7850, 10457, 8089, 8932, 8943, 7745, 11551, 8163, 11336, 7925, 7538, 8631, 8152, 12696, 9206, 8236, 8655, 7744, 10522, 8024, 12411, 9625, 12793, 10402, 11681, 9365, 11488, 8896, 10247, 10003, 8195, 10494, 8235, 11093, 8198, 8772, 8342, 7943, 9824, 8053, 10720, 8309, 8699, 8527, 8068, 11015, 8440, 9597, 8335, 7734, 9847, 8272, 11889, 9558, 12424, 10602, 12334, 9436, 11306, 9362, 9476, 11377, 8476, 12298, 8350, 10328, 8248, 11054, 8360, 7989, 8355, 8470, 9312, 8141, 9283, 8403, 8371, 10331, 8633, 8669, 8466, 8303, 9542, 8423, 10866, 9552, 12956, 9800, 8935, 8739, 8425, 10187, 8227, 12793, 10922, 12419, 11428, 9447, 12092, 8261, 8464, 9113, 8340, 7668, 8880, 7858, 9945, 8261, 10988, 9046, 12045, 10492, 9015, 12038, 9820, 12663, 10478, 13138, 9904, 11292, 10658, 8913, 12216, 9297, 13510, 9410, 9445, 8073, 7811, 9066, 8183, 8752, 8588, 8471, 8217, 7995, 9045, 8088, 9044, 8324, 8651, 8845, 8394, 7636, 8509, 8471, 9048, 8042, 9305, 8395, 7499, 8471, 8267, 10329, 8023, 10693, 8461, 8262, 9504, 7964, 7509, 8302, 8085, 9805, 8173, 8071, 9505, 7831, 10880, 8491, 12276, 9982, 12760, 9643, 12160, 8807, 8284, 10639, 9972, 13153, 8218, 7995, 8461, 7968, 7853, 10707, 8584, 8057, 8861, 8884, 7999, 11060, 9094, 9186, 12513, 8291, 7545, 9232, 7919, 10827, 8570, 8259, 11665, 8680, 10667, 11809, 8072, 8139, 8094, 8105, 8412, 7592, 8252, 8112, 10129, 9103, 12249, 9791, 10836, 10398, 11850, 13918, 11102, 12235, 10793, 10503, 13383, 11019, 14178, 11197, 13128, 9103, 10465, 8208, 8141, 8135, 8190, 9097, 8140, 9692, 8256, 8936, 8207, 7945, 8416, 8089, 8364, 8079, 8835, 8124, 8558, 8027, 8419, 8181, 8648, 8118, 7911, 8310, 7697, 8455, 7990, 8128, 8287, 8730, 8051, 9242, 8344, 8636, 8144, 8383, 11092, 8844, 8574, 8004, 7884, 7974, 8147, 9567, 8481, 12290, 10152, 7935, 9587, 7985, 9082, 7668, 9079, 7937, 7523, 8351, 7787, 8668, 7671, 7983, 7831, 7552, 8156, 7859, 9465, 7469, 10384, 7860, 11967, 8894, 10473, 8596, 8240, 7749, 7982, 7955, 8147, 8112, 8130, 8652, 8097, 8329, 9409, 8738, 10467, 9645, 14251, 13436, 12129, 13887, 12495, 14137, 12195, 12098, 11353, 8676, 7747, 9916, 8260, 10089, 8449, 7926, 8845, 8007, 8041, 9091, 7923, 11147, 8140, 9795, 8136, 9754, 8244, 8211, 8339, 8340, 9213, 8024, 9414, 7612, 9172, 7896, 7707, 8843, 7596, 8179, 9124, 7971, 8094, 8404, 8883, 8538, 9559, 8301, 10876, 8647, 11326, 8755], 'WindowCenter': [4523.0, 4516.0, 4493.0, 4520.0, 4496.0, 4508.0, 4464.0, 4467.0, 4462.0, 4466.0, 4474.0, 4463.0, 4464.0, 4466.0, 4462.0, 4497.0, 4463.0, 4495.0, 4466.0, 4453.0, 4467.0, 4452.0, 4472.0, 4466.0, 4484.0, 4465.0, 4454.0, 4465.0, 4454.0, 4476.0, 4477.0, 4464.0, 4467.0, 4487.0, 4464.0, 4485.0, 4465.0, 4475.0, 4477.0, 4478.0, 4479.0, 4476.0, 4489.0, 4478.0, 4488.0, 4490.0, 4477.0, 4488.0, 4482.0, 4511.0, 4502.0, 4531.0, 4514.0, 4513.0, 4493.0, 4489.0, 4520.0, 4501.0, 4510.0, 4498.0, 4527.0, 4508.0, 4516.0, 4478.0, 4471.0, 4491.0, 4481.0, 4511.0, 4500.0, 4509.0, 4497.0, 4518.0, 4478.0, 4494.0, 4465.0, 4506.0, 4484.0, 4507.0, 4485.0, 4495.0, 4456.0, 4459.0, 4454.0, 4459.0, 4451.0, 4461.0, 4453.0, 4472.0, 4462.0, 4474.0, 4472.0, 4495.0, 4480.0, 4488.0, 4490.0, 4477.0, 4502.0, 4482.0, 4498.0, 4478.0, 4501.0, 4482.0, 4508.0, 4479.0, 4517.0, 4489.0, 4478.0, 4479.0, 4478.0, 4498.0, 4478.0, 4517.0, 4485.0, 4492.0, 4490.0, 4479.0, 4487.0, 4478.0, 4498.0, 4475.0, 4515.0, 4496.0, 4528.0, 4481.0, 4477.0, 4487.0, 4477.0, 4486.0, 4481.0, 4510.0, 4490.0, 4518.0, 4478.0, 4507.0, 4477.0, 4498.0, 4481.0, 4477.0, 4507.0, 4476.0, 4511.0, 4479.0, 4498.0, 4478.0, 4479.0, 4508.0, 4491.0, 4520.0, 4490.0, 4487.0, 4491.0, 4482.0, 4498.0, 4490.0, 4528.0, 4497.0, 4507.0, 4488.0, 4475.0, 4500.0, 4479.0, 4518.0, 4491.0, 4526.0, 4491.0, 4485.0, 4488.0, 4477.0, 4509.0, 4488.0, 4480.0, 4486.0, 4479.0, 4502.0, 4495.0, 4521.0, 4494.0, 4531.0, 4502.0, 4531.0, 4512.0, 4526.0, 4506.0, 4524.0, 4499.0, 4515.0, 4495.0, 4496.0, 4473.0, 4455.0, 4470.0, 4463.0, 4480.0, 4474.0, 4494.0, 4465.0, 4475.0, 4478.0, 4466.0, 4490.0, 4477.0, 4505.0, 4478.0, 4497.0, 4486.0, 4478.0, 4476.0, 4467.0, 4487.0, 4476.0, 4511.0, 4477.0, 4515.0, 4477.0, 4503.0, 4480.0, 4496.0, 4478.0, 4477.0, 4489.0, 4479.0, 4495.0, 4476.0, 4494.0, 4479.0, 4505.0, 4477.0, 4497.0, 4488.0, 4485.0, 4511.0, 4477.0, 4497.0, 4491.0, 4478.0, 4511.0, 4489.0, 4520.0, 4492.0, 4500.0, 4509.0, 4492.0, 4518.0, 4498.0, 4539.0, 4509.0, 4527.0, 4497.0, 4508.0, 4489.0, 4496.0, 4488.0, 4478.0, 4504.0, 4465.0, 4497.0, 4465.0, 4496.0, 4477.0, 4515.0, 4485.0, 4485.0, 4488.0, 4478.0, 4495.0, 4490.0, 4508.0, 4490.0, 4528.0, 4498.0, 4496.0, 4486.0, 4478.0, 4498.0, 4478.0, 4519.0, 4498.0, 4528.0, 4499.0, 4466.0, 4489.0, 4479.0, 4506.0, 4491.0, 4518.0, 4488.0, 4470.0, 4505.0, 4488.0, 4488.0, 4489.0, 4489.0, 4531.0, 4509.0, 4530.0, 4512.0, 4531.0, 4510.0, 4527.0, 4506.0, 4513.0, 4498.0, 4514.0, 4464.0, 4504.0, 4465.0, 4483.0, 4463.0, 4451.0, 4473.0, 4462.0, 4474.0, 4466.0, 4475.0, 4474.0, 4478.0, 4486.0, 4490.0, 4519.0, 4489.0, 4495.0, 4477.0, 4480.0, 4489.0, 4476.0, 4506.0, 4478.0, 4510.0, 4467.0, 4504.0, 4467.0, 4502.0, 4472.0, 4515.0, 4486.0, 4501.0, 4491.0, 4489.0, 4519.0, 4503.0, 4506.0, 4535.0, 4528.0, 4528.0, 4528.0, 4498.0, 4470.0, 4479.0, 4507.0, 4476.0, 4467.0, 4511.0, 4482.0, 4482.0, 4498.0, 4516.0, 4508.0, 4477.0, 4499.0, 4529.0, 4478.0, 4508.0, 4501.0, 4512.0, 4489.0, 4476.0, 4474.0, 4475.0, 4452.0, 4421.0, 4456.0, 4409.0, 4417.0, 4405.0, 4406.0, 4406.0, 4407.0, 4418.0, 4420.0, 4409.0, 4420.0, 4431.0, 4432.0, 4432.0, 4423.0, 4432.0, 4446.0, 4446.0, 4436.0, 4436.0, 4445.0, 4447.0, 4458.0, 4458.0, 4461.0, 4461.0, 4461.0, 4458.0, 4448.0, 4461.0, 4463.0, 4483.0, 4464.0, 4472.0, 4475.0, 4484.0, 4493.0, 4489.0, 4486.0, 4485.0, 4488.0, 4496.0, 4488.0, 4492.0, 4487.0, 4476.0, 4498.0, 4487.0, 4520.0, 4491.0, 4516.0, 4499.0, 4480.0, 4499.0, 4488.0, 4477.0, 4507.0, 4486.0, 4517.0, 4488.0, 4516.0, 4498.0, 4476.0, 4496.0, 4474.0, 4504.0, 4486.0, 4515.0, 4497.0, 4514.0, 4486.0, 4483.0, 4484.0, 4472.0, 4492.0, 4472.0, 4461.0, 4474.0, 4477.0, 4505.0, 4476.0, 4486.0, 4486.0, 4483.0, 4508.0, 4477.0, 4506.0, 4496.0, 4477.0, 4505.0, 4485.0, 4488.0, 4485.0, 4506.0, 4478.0, 4514.0, 4486.0, 4514.0, 4485.0, 4491.0, 4474.0, 4462.0, 4474.0, 4464.0, 4474.0, 4474.0, 4484.0, 4472.0, 4493.0, 4475.0, 4474.0, 4473.0, 4465.0, 4486.0, 4476.0, 4507.0, 4489.0, 4507.0, 4487.0, 4507.0, 4476.0, 4507.0, 4486.0, 4504.0, 4484.0, 4513.0, 4475.0, 4494.0, 4473.0, 4461.0, 4475.0, 4472.0, 4484.0, 4474.0, 4497.0, 4476.0, 4484.0, 4475.0, 4475.0, 4487.0, 4476.0, 4494.0, 4475.0, 4506.0, 4485.0, 4503.0, 4499.0, 4512.0, 4491.0, 4482.0, 4492.0, 4472.0, 4482.0, 4473.0, 4502.0, 4464.0, 4512.0, 4461.0, 4461.0, 4471.0, 4473.0, 4484.0, 4475.0, 4492.0, 4473.0, 4463.0, 4471.0, 4474.0, 4483.0, 4477.0, 4493.0, 4473.0, 4466.0, 4472.0, 4474.0, 4482.0, 4475.0, 4503.0, 4466.0, 4465.0, 4486.0, 4464.0, 4483.0, 4474.0, 4495.0, 4487.0, 4487.0, 4487.0, 4476.0, 4496.0, 4473.0, 4495.0, 4473.0, 4494.0, 4476.0, 4498.0, 4476.0, 4472.0, 4483.0, 4475.0, 4492.0, 4475.0, 4475.0, 4485.0, 4477.0, 4504.0, 4487.0, 4515.0, 4475.0, 4505.0, 4485.0, 4513.0, 4495.0, 4506.0, 4482.0, 4474.0, 4481.0, 4473.0, 4493.0, 4487.0, 4476.0, 4486.0, 4472.0, 4506.0, 4479.0, 4492.0, 4485.0, 4504.0, 4490.0, 4489.0, 4497.0, 4502.0, 4529.0, 4476.0, 4476.0, 4504.0, 4489.0, 4517.0, 4486.0, 4517.0, 4505.0, 4474.0, 4475.0, 4484.0, 4477.0, 4508.0, 4486.0, 4504.0, 4487.0, 4520.0, 4495.0, 4475.0, 4493.0, 4474.0, 4515.0, 4478.0, 4515.0, 4504.0, 4484.0, 4503.0, 4465.0, 4502.0, 4476.0, 4487.0, 4471.0, 4473.0, 4514.0, 4483.0, 4485.0, 4506.0, 4473.0, 4471.0, 4483.0, 4474.0, 4504.0, 4484.0, 4516.0, 4474.0, 4473.0, 4481.0, 4471.0, 4500.0, 4470.0, 4490.0, 4461.0, 4483.0, 4461.0, 4461.0, 4481.0, 4460.0, 4490.0, 4459.0, 4462.0, 4481.0, 4462.0, 4481.0, 4459.0, 4451.0, 4470.0, 4459.0, 4500.0, 4469.0, 4498.0, 4479.0, 4466.0, 4448.0, 4447.0, 4456.0, 4458.0, 4455.0, 4460.0, 4462.0, 4472.0, 4462.0, 4482.0, 4463.0, 4462.0, 4472.0, 4461.0, 4470.0, 4461.0, 4470.0, 4471.0, 4490.0, 4462.0, 4462.0, 4471.0, 4460.0, 4462.0, 4474.0, 4477.0, 4485.0, 4477.0, 4485.0, 4476.0, 4475.0, 4496.0, 4476.0, 4494.0, 4476.0, 4506.0, 4509.0, 4518.0, 4498.0, 4472.0, 4496.0, 4475.0, 4505.0, 4475.0, 4463.0, 4463.0, 4474.0, 4469.0, 4474.0, 4491.0, 4462.0, 4462.0, 4472.0, 4462.0, 4475.0, 4504.0, 4481.0, 4501.0, 4491.0, 4461.0, 4470.0, 4458.0, 4459.0, 4460.0, 4482.0, 4474.0, 4480.0, 4460.0, 4460.0, 4472.0, 4472.0, 4484.0, 4474.0, 4482.0, 4475.0, 4495.0, 4462.0, 4451.0, 4461.0, 4463.0, 4470.0, 4474.0, 4494.0, 4465.0, 4463.0, 4474.0, 4464.0, 4496.0, 4487.0, 4495.0, 4488.0, 4505.0, 4473.0, 4515.0, 4485.0, 4511.0, 4485.0, 4501.0, 4481.0, 4489.0, 4472.0, 4478.0, 4460.0, 4489.0, 4450.0, 4477.0, 4457.0, 4469.0, 4452.0, 4460.0, 4465.0, 4452.0, 4461.0, 4474.0, 4473.0, 4476.0, 4492.0, 4468.0, 4493.0, 4476.0, 4486.0, 4474.0, 4473.0, 4476.0, 4465.0, 4474.0, 4483.0, 4484.0, 4476.0, 4481.0, 4474.0, 4473.0, 4477.0, 4484.0, 4474.0, 4494.0, 4474.0, 4484.0, 4477.0, 4475.0, 4477.0, 4478.0, 4488.0, 4492.0, 4505.0, 4484.0, 4503.0, 4477.0, 4495.0, 4476.0, 4484.0, 4488.0, 4474.0, 4486.0, 4475.0, 4495.0, 4487.0, 4495.0, 4473.0, 4505.0, 4486.0, 4514.0, 4475.0, 4496.0, 4475.0, 4473.0, 4487.0, 4486.0, 4507.0, 4478.0, 4496.0, 4476.0, 4497.0, 4485.0, 4518.0, 4477.0, 4505.0, 4496.0, 4488.0, 4509.0, 4486.0, 4514.0, 4475.0, 4512.0, 4485.0, 4513.0, 4496.0, 4502.0, 4475.0, 4462.0, 4474.0, 4463.0, 4482.0, 4475.0, 4503.0, 4476.0, 4505.0, 4479.0, 4479.0, 4473.0, 4488.0, 4501.0, 4477.0, 4517.0, 4497.0, 4515.0, 4485.0, 4516.0, 4495.0, 4517.0, 4506.0, 4515.0, 4491.0, 4503.0, 4483.0, 4490.0, 4469.0, 4478.0, 4461.0, 4479.0, 4458.0, 4459.0, 4459.0, 4450.0, 4460.0, 4453.0, 4474.0, 4474.0, 4491.0, 4475.0, 4482.0, 4465.0, 4485.0, 4474.0, 4494.0, 4464.0, 4494.0, 4461.0, 4463.0, 4469.0, 4463.0, 4502.0, 4462.0, 4492.0, 4462.0, 4478.0, 4462.0, 4478.0, 4473.0, 4492.0, 4475.0, 4483.0, 4475.0, 4476.0, 4477.0, 4466.0, 4480.0, 4476.0, 4509.0, 4477.0, 4505.0, 4489.0, 4506.0, 4487.0, 4504.0, 4489.0, 4517.0, 4485.0, 4514.0, 4486.0, 4503.0, 4476.0, 4494.0, 4478.0, 4487.0, 4486.0, 4476.0, 4508.0, 4480.0, 4517.0, 4477.0, 4512.0, 4479.0, 4516.0, 4477.0, 4518.0, 4486.0, 4528.0, 4478.0, 4505.0, 4478.0, 4496.0, 4488.0, 4478.0, 4519.0, 4489.0, 4518.0, 4478.0, 4477.0, 4497.0, 4488.0, 4539.0, 4510.0, 4490.0, 4497.0, 4479.0, 4519.0, 4490.0, 4528.0, 4498.0, 4526.0, 4507.0, 4515.0, 4486.0, 4505.0, 4486.0, 4494.0, 4482.0, 4477.0, 4492.0, 4473.0, 4503.0, 4474.0, 4472.0, 4475.0, 4477.0, 4497.0, 4477.0, 4505.0, 4487.0, 4500.0, 4485.0, 4478.0, 4507.0, 4487.0, 4496.0, 4491.0, 4479.0, 4497.0, 4477.0, 4516.0, 4497.0, 4515.0, 4497.0, 4514.0, 4483.0, 4502.0, 4484.0, 4482.0, 4492.0, 4461.0, 4501.0, 4463.0, 4481.0, 4462.0, 4491.0, 4462.0, 4460.0, 4462.0, 4463.0, 4473.0, 4463.0, 4484.0, 4473.0, 4475.0, 4493.0, 4476.0, 4479.0, 4473.0, 4477.0, 4497.0, 4477.0, 4505.0, 4484.0, 4512.0, 4486.0, 4472.0, 4472.0, 4461.0, 4482.0, 4473.0, 4500.0, 4491.0, 4503.0, 4493.0, 4486.0, 4511.0, 4461.0, 4460.0, 4474.0, 4462.0, 4451.0, 4471.0, 4466.0, 4472.0, 4462.0, 4480.0, 4460.0, 4492.0, 4481.0, 4458.0, 4489.0, 4458.0, 4474.0, 4463.0, 4474.0, 4447.0, 4463.0, 4454.0, 4435.0, 4459.0, 4431.0, 4458.0, 4428.0, 4426.0, 4408.0, 4411.0, 4419.0, 4421.0, 4422.0, 4429.0, 4421.0, 4429.0, 4420.0, 4433.0, 4432.0, 4443.0, 4446.0, 4448.0, 4456.0, 4459.0, 4437.0, 4459.0, 4459.0, 4472.0, 4462.0, 4473.0, 4466.0, 4451.0, 4464.0, 4463.0, 4481.0, 4475.0, 4493.0, 4463.0, 4462.0, 4483.0, 4474.0, 4465.0, 4474.0, 4477.0, 4497.0, 4490.0, 4478.0, 4498.0, 4466.0, 4507.0, 4488.0, 4515.0, 4495.0, 4513.0, 4485.0, 4503.0, 4486.0, 4473.0, 4496.0, 4483.0, 4513.0, 4466.0, 4461.0, 4473.0, 4490.0, 4506.0, 4521.0, 4503.0, 4504.0, 4513.0, 4516.0, 4496.0, 4531.0, 4500.0, 4502.0, 4533.0, 4494.0, 4482.0, 4490.0, 4481.0, 4507.0, 4480.0, 4479.0, 4511.0, 4479.0, 4516.0, 4532.0, 4478.0, 4465.0, 4464.0, 4477.0, 4490.0, 4481.0, 4490.0, 4484.0, 4499.0, 4489.0, 4505.0, 4499.0, 4509.0, 4488.0, 4499.0, 4516.0, 4494.0, 4492.0, 4470.0, 4470.0, 4491.0, 4469.0, 4486.0, 4467.0, 4472.0, 4433.0, 4443.0, 4422.0, 4411.0, 4409.0, 4422.0, 4429.0, 4423.0, 4442.0, 4423.0, 4430.0, 4433.0, 4423.0, 4436.0, 4437.0, 4434.0, 4422.0, 4447.0, 4434.0, 4447.0, 4435.0, 4433.0, 4447.0, 4450.0, 4452.0, 4450.0, 4450.0, 4452.0, 4451.0, 4449.0, 4451.0, 4464.0, 4462.0, 4455.0, 4475.0, 4475.0, 4484.0, 4461.0, 4471.0, 4499.0, 4470.0, 4472.0, 4477.0, 4461.0, 4451.0, 4460.0, 4496.0, 4489.0, 4532.0, 4511.0, 4478.0, 4499.0, 4477.0, 4501.0, 4483.0, 4490.0, 4481.0, 4480.0, 4482.0, 4484.0, 4503.0, 4483.0, 4481.0, 4493.0, 4494.0, 4493.0, 4495.0, 4513.0, 4484.0, 4513.0, 4497.0, 4534.0, 4491.0, 4510.0, 4504.0, 4485.0, 4474.0, 4475.0, 4474.0, 4469.0, 4482.0, 4483.0, 4494.0, 4480.0, 4479.0, 4489.0, 4490.0, 4514.0, 4521.0, 4558.0, 4537.0, 4514.0, 4530.0, 4514.0, 4513.0, 4486.0, 4484.0, 4474.0, 4455.0, 4437.0, 4443.0, 4446.0, 4453.0, 4434.0, 4431.0, 4444.0, 4436.0, 4448.0, 4456.0, 4435.0, 4466.0, 4435.0, 4452.0, 4433.0, 4451.0, 4434.0, 4429.0, 4433.0, 4434.0, 4443.0, 4445.0, 4468.0, 4465.0, 4481.0, 4444.0, 4443.0, 4483.0, 4459.0, 4471.0, 4492.0, 4489.0, 4490.0, 4495.0, 4511.0, 4486.0, 4496.0, 4478.0, 4501.0, 4476.0, 4501.0, 4473.0], 'WindowWidth': [9958.0, 9935.0, 9895.0, 9925.0, 9886.0, 9899.0, 9838.0, 9842.0, 9833.0, 9841.0, 9849.0, 9834.0, 9838.0, 9840.0, 9834.0, 9883.0, 9835.0, 9879.0, 9841.0, 9821.0, 9841.0, 9819.0, 9846.0, 9842.0, 9865.0, 9841.0, 9826.0, 9841.0, 9825.0, 9857.0, 9864.0, 9839.0, 9844.0, 9870.0, 9838.0, 9866.0, 9840.0, 9855.0, 9859.0, 9863.0, 9866.0, 9860.0, 9880.0, 9866.0, 9881.0, 9884.0, 9867.0, 9882.0, 9879.0, 9916.0, 9906.0, 9943.0, 9923.0, 9921.0, 9893.0, 9883.0, 9925.0, 9898.0, 9912.0, 9893.0, 9931.0, 9906.0, 9914.0, 9865.0, 9858.0, 9885.0, 9874.0, 9915.0, 9899.0, 9911.0, 9891.0, 9919.0, 9865.0, 9883.0, 9844.0, 9900.0, 9868.0, 9901.0, 9868.0, 9881.0, 9828.0, 9828.0, 9823.0, 9825.0, 9818.0, 9830.0, 9822.0, 9845.0, 9835.0, 9852.0, 9851.0, 9885.0, 9870.0, 9880.0, 9884.0, 9866.0, 9902.0, 9875.0, 9893.0, 9867.0, 9899.0, 9874.0, 9906.0, 9871.0, 9918.0, 9882.0, 9866.0, 9868.0, 9866.0, 9894.0, 9868.0, 9918.0, 9876.0, 9888.0, 9886.0, 9869.0, 9878.0, 9868.0, 9893.0, 9862.0, 9914.0, 9888.0, 9932.0, 9871.0, 9864.0, 9878.0, 9864.0, 9878.0, 9875.0, 9913.0, 9886.0, 9922.0, 9869.0, 9906.0, 9865.0, 9895.0, 9874.0, 9866.0, 9904.0, 9863.0, 9912.0, 9868.0, 9894.0, 9868.0, 9871.0, 9909.0, 9887.0, 9926.0, 9886.0, 9881.0, 9887.0, 9878.0, 9897.0, 9886.0, 9937.0, 9895.0, 9905.0, 9881.0, 9864.0, 9900.0, 9871.0, 9921.0, 9887.0, 9930.0, 9887.0, 9875.0, 9881.0, 9867.0, 9909.0, 9880.0, 9872.0, 9879.0, 9871.0, 9905.0, 9900.0, 9933.0, 9899.0, 9945.0, 9908.0, 9944.0, 9918.0, 9933.0, 9903.0, 9927.0, 9893.0, 9910.0, 9882.0, 9883.0, 9850.0, 9828.0, 9844.0, 9839.0, 9857.0, 9854.0, 9880.0, 9844.0, 9858.0, 9864.0, 9849.0, 9884.0, 9866.0, 9900.0, 9866.0, 9890.0, 9877.0, 9865.0, 9861.0, 9851.0, 9878.0, 9862.0, 9911.0, 9864.0, 9913.0, 9864.0, 9895.0, 9869.0, 9886.0, 9865.0, 9863.0, 9880.0, 9865.0, 9884.0, 9862.0, 9883.0, 9868.0, 9902.0, 9866.0, 9892.0, 9882.0, 9877.0, 9915.0, 9868.0, 9894.0, 9889.0, 9871.0, 9917.0, 9886.0, 9928.0, 9892.0, 9901.0, 9913.0, 9892.0, 9926.0, 9896.0, 9952.0, 9911.0, 9933.0, 9893.0, 9905.0, 9882.0, 9889.0, 9878.0, 9865.0, 9895.0, 9844.0, 9888.0, 9846.0, 9886.0, 9865.0, 9913.0, 9875.0, 9874.0, 9880.0, 9866.0, 9888.0, 9885.0, 9907.0, 9886.0, 9935.0, 9895.0, 9891.0, 9877.0, 9867.0, 9893.0, 9868.0, 9923.0, 9895.0, 9934.0, 9896.0, 9849.0, 9881.0, 9870.0, 9903.0, 9885.0, 9919.0, 9880.0, 9857.0, 9901.0, 9882.0, 9884.0, 9886.0, 9886.0, 9944.0, 9912.0, 9941.0, 9916.0, 9942.0, 9913.0, 9932.0, 9901.0, 9907.0, 9888.0, 9906.0, 9839.0, 9891.0, 9838.0, 9860.0, 9833.0, 9817.0, 9848.0, 9834.0, 9851.0, 9843.0, 9857.0, 9857.0, 9866.0, 9876.0, 9884.0, 9922.0, 9883.0, 9888.0, 9864.0, 9871.0, 9883.0, 9862.0, 9903.0, 9864.0, 9909.0, 9848.0, 9896.0, 9849.0, 9894.0, 9853.0, 9912.0, 9875.0, 9902.0, 9895.0, 9889.0, 9930.0, 9915.0, 9922.0, 9959.0, 9957.0, 9957.0, 9945.0, 9901.0, 9852.0, 9861.0, 9897.0, 9857.0, 9847.0, 9914.0, 9874.0, 9873.0, 9887.0, 9912.0, 9903.0, 9855.0, 9885.0, 9930.0, 9856.0, 9891.0, 9891.0, 9905.0, 9865.0, 9839.0, 9835.0, 9838.0, 9798.0, 9751.0, 9790.0, 9730.0, 9742.0, 9722.0, 9722.0, 9724.0, 9727.0, 9743.0, 9750.0, 9735.0, 9751.0, 9767.0, 9771.0, 9772.0, 9761.0, 9775.0, 9800.0, 9798.0, 9786.0, 9785.0, 9798.0, 9802.0, 9817.0, 9819.0, 9825.0, 9826.0, 9826.0, 9822.0, 9809.0, 9829.0, 9835.0, 9862.0, 9837.0, 9847.0, 9854.0, 9866.0, 9879.0, 9882.0, 9876.0, 9874.0, 9881.0, 9892.0, 9881.0, 9887.0, 9878.0, 9864.0, 9893.0, 9879.0, 9928.0, 9893.0, 9929.0, 9892.0, 9872.0, 9898.0, 9881.0, 9866.0, 9905.0, 9877.0, 9919.0, 9880.0, 9917.0, 9893.0, 9859.0, 9887.0, 9856.0, 9895.0, 9873.0, 9909.0, 9886.0, 9906.0, 9870.0, 9863.0, 9867.0, 9847.0, 9873.0, 9848.0, 9834.0, 9854.0, 9861.0, 9897.0, 9860.0, 9873.0, 9873.0, 9868.0, 9904.0, 9862.0, 9900.0, 9886.0, 9861.0, 9897.0, 9872.0, 9877.0, 9873.0, 9901.0, 9864.0, 9910.0, 9874.0, 9907.0, 9869.0, 9874.0, 9853.0, 9835.0, 9852.0, 9838.0, 9852.0, 9856.0, 9866.0, 9850.0, 9878.0, 9856.0, 9854.0, 9855.0, 9846.0, 9876.0, 9864.0, 9904.0, 9882.0, 9905.0, 9879.0, 9903.0, 9862.0, 9904.0, 9874.0, 9896.0, 9868.0, 9906.0, 9855.0, 9879.0, 9851.0, 9834.0, 9857.0, 9852.0, 9868.0, 9856.0, 9887.0, 9860.0, 9870.0, 9859.0, 9859.0, 9877.0, 9863.0, 9886.0, 9860.0, 9903.0, 9873.0, 9895.0, 9892.0, 9904.0, 9875.0, 9862.0, 9875.0, 9849.0, 9862.0, 9850.0, 9889.0, 9839.0, 9901.0, 9832.0, 9830.0, 9846.0, 9850.0, 9866.0, 9857.0, 9877.0, 9852.0, 9838.0, 9848.0, 9853.0, 9865.0, 9861.0, 9879.0, 9854.0, 9846.0, 9852.0, 9854.0, 9864.0, 9859.0, 9894.0, 9847.0, 9844.0, 9874.0, 9844.0, 9867.0, 9858.0, 9886.0, 9878.0, 9878.0, 9878.0, 9862.0, 9887.0, 9855.0, 9884.0, 9854.0, 9883.0, 9862.0, 9889.0, 9859.0, 9851.0, 9867.0, 9858.0, 9879.0, 9858.0, 9861.0, 9874.0, 9864.0, 9899.0, 9877.0, 9912.0, 9859.0, 9897.0, 9872.0, 9907.0, 9884.0, 9897.0, 9863.0, 9853.0, 9861.0, 9852.0, 9879.0, 9877.0, 9864.0, 9877.0, 9855.0, 9903.0, 9870.0, 9882.0, 9875.0, 9900.0, 9886.0, 9887.0, 9894.0, 9907.0, 9940.0, 9863.0, 9863.0, 9909.0, 9884.0, 9921.0, 9878.0, 9918.0, 9899.0, 9856.0, 9860.0, 9872.0, 9868.0, 9907.0, 9876.0, 9898.0, 9878.0, 9924.0, 9887.0, 9858.0, 9881.0, 9855.0, 9911.0, 9865.0, 9910.0, 9895.0, 9867.0, 9890.0, 9839.0, 9889.0, 9860.0, 9874.0, 9846.0, 9851.0, 9911.0, 9867.0, 9871.0, 9898.0, 9850.0, 9847.0, 9864.0, 9854.0, 9894.0, 9869.0, 9913.0, 9855.0, 9852.0, 9858.0, 9845.0, 9884.0, 9842.0, 9867.0, 9831.0, 9863.0, 9829.0, 9830.0, 9856.0, 9829.0, 9866.0, 9824.0, 9830.0, 9856.0, 9832.0, 9855.0, 9826.0, 9815.0, 9840.0, 9825.0, 9881.0, 9838.0, 9876.0, 9849.0, 9828.0, 9804.0, 9805.0, 9815.0, 9822.0, 9816.0, 9827.0, 9834.0, 9846.0, 9833.0, 9859.0, 9835.0, 9833.0, 9844.0, 9829.0, 9842.0, 9830.0, 9841.0, 9844.0, 9869.0, 9832.0, 9833.0, 9842.0, 9831.0, 9835.0, 9854.0, 9859.0, 9871.0, 9863.0, 9871.0, 9860.0, 9857.0, 9887.0, 9860.0, 9881.0, 9860.0, 9900.0, 9912.0, 9925.0, 9894.0, 9850.0, 9885.0, 9854.0, 9897.0, 9855.0, 9836.0, 9836.0, 9852.0, 9841.0, 9854.0, 9875.0, 9838.0, 9837.0, 9848.0, 9836.0, 9855.0, 9893.0, 9860.0, 9884.0, 9871.0, 9829.0, 9839.0, 9822.0, 9824.0, 9828.0, 9862.0, 9853.0, 9855.0, 9830.0, 9830.0, 9845.0, 9848.0, 9864.0, 9852.0, 9861.0, 9855.0, 9880.0, 9832.0, 9818.0, 9831.0, 9834.0, 9842.0, 9852.0, 9878.0, 9841.0, 9837.0, 9852.0, 9840.0, 9885.0, 9875.0, 9883.0, 9878.0, 9899.0, 9854.0, 9910.0, 9869.0, 9900.0, 9866.0, 9886.0, 9857.0, 9865.0, 9843.0, 9850.0, 9825.0, 9862.0, 9811.0, 9845.0, 9819.0, 9835.0, 9816.0, 9829.0, 9838.0, 9822.0, 9833.0, 9854.0, 9851.0, 9859.0, 9877.0, 9852.0, 9882.0, 9860.0, 9871.0, 9854.0, 9854.0, 9858.0, 9843.0, 9854.0, 9866.0, 9866.0, 9856.0, 9859.0, 9851.0, 9848.0, 9858.0, 9865.0, 9855.0, 9882.0, 9857.0, 9869.0, 9862.0, 9860.0, 9863.0, 9866.0, 9880.0, 9890.0, 9902.0, 9871.0, 9896.0, 9864.0, 9885.0, 9860.0, 9872.0, 9879.0, 9858.0, 9875.0, 9860.0, 9886.0, 9876.0, 9885.0, 9855.0, 9897.0, 9875.0, 9910.0, 9860.0, 9888.0, 9861.0, 9856.0, 9876.0, 9875.0, 9903.0, 9865.0, 9888.0, 9860.0, 9889.0, 9875.0, 9920.0, 9866.0, 9902.0, 9890.0, 9878.0, 9908.0, 9874.0, 9911.0, 9858.0, 9907.0, 9872.0, 9906.0, 9886.0, 9890.0, 9855.0, 9835.0, 9852.0, 9837.0, 9863.0, 9856.0, 9893.0, 9858.0, 9898.0, 9864.0, 9866.0, 9855.0, 9880.0, 9898.0, 9863.0, 9918.0, 9891.0, 9913.0, 9874.0, 9915.0, 9886.0, 9919.0, 9902.0, 9912.0, 9876.0, 9891.0, 9863.0, 9870.0, 9839.0, 9849.0, 9829.0, 9850.0, 9823.0, 9824.0, 9825.0, 9814.0, 9828.0, 9824.0, 9854.0, 9855.0, 9876.0, 9856.0, 9864.0, 9844.0, 9869.0, 9855.0, 9882.0, 9839.0, 9878.0, 9832.0, 9836.0, 9841.0, 9834.0, 9886.0, 9832.0, 9870.0, 9832.0, 9851.0, 9834.0, 9853.0, 9852.0, 9876.0, 9856.0, 9864.0, 9858.0, 9859.0, 9862.0, 9847.0, 9869.0, 9862.0, 9907.0, 9864.0, 9900.0, 9882.0, 9902.0, 9878.0, 9898.0, 9882.0, 9918.0, 9874.0, 9911.0, 9874.0, 9895.0, 9861.0, 9883.0, 9865.0, 9877.0, 9877.0, 9864.0, 9907.0, 9871.0, 9919.0, 9866.0, 9915.0, 9869.0, 9916.0, 9864.0, 9919.0, 9876.0, 9933.0, 9867.0, 9899.0, 9867.0, 9890.0, 9881.0, 9865.0, 9921.0, 9881.0, 9919.0, 9866.0, 9868.0, 9894.0, 9883.0, 9954.0, 9915.0, 9888.0, 9896.0, 9873.0, 9928.0, 9888.0, 9937.0, 9896.0, 9931.0, 9905.0, 9912.0, 9874.0, 9899.0, 9873.0, 9880.0, 9863.0, 9857.0, 9875.0, 9852.0, 9891.0, 9856.0, 9853.0, 9858.0, 9862.0, 9891.0, 9865.0, 9902.0, 9880.0, 9901.0, 9877.0, 9866.0, 9906.0, 9878.0, 9890.0, 9887.0, 9871.0, 9893.0, 9863.0, 9916.0, 9891.0, 9913.0, 9890.0, 9908.0, 9865.0, 9888.0, 9866.0, 9861.0, 9875.0, 9830.0, 9883.0, 9833.0, 9855.0, 9833.0, 9870.0, 9832.0, 9829.0, 9834.0, 9835.0, 9849.0, 9837.0, 9867.0, 9852.0, 9856.0, 9879.0, 9859.0, 9864.0, 9854.0, 9862.0, 9888.0, 9861.0, 9897.0, 9868.0, 9904.0, 9871.0, 9848.0, 9849.0, 9832.0, 9860.0, 9852.0, 9884.0, 9872.0, 9889.0, 9877.0, 9873.0, 9902.0, 9831.0, 9830.0, 9852.0, 9833.0, 9816.0, 9843.0, 9840.0, 9844.0, 9827.0, 9851.0, 9826.0, 9868.0, 9855.0, 9820.0, 9861.0, 9817.0, 9835.0, 9818.0, 9832.0, 9797.0, 9815.0, 9804.0, 9776.0, 9806.0, 9767.0, 9800.0, 9759.0, 9753.0, 9731.0, 9737.0, 9747.0, 9753.0, 9754.0, 9764.0, 9754.0, 9764.0, 9754.0, 9774.0, 9773.0, 9789.0, 9800.0, 9805.0, 9811.0, 9822.0, 9791.0, 9822.0, 9823.0, 9844.0, 9833.0, 9847.0, 9842.0, 9817.0, 9838.0, 9836.0, 9857.0, 9855.0, 9875.0, 9833.0, 9833.0, 9865.0, 9854.0, 9842.0, 9855.0, 9863.0, 9889.0, 9886.0, 9864.0, 9890.0, 9847.0, 9900.0, 9876.0, 9911.0, 9883.0, 9906.0, 9867.0, 9892.0, 9871.0, 9849.0, 9880.0, 9863.0, 9900.0, 9840.0, 9832.0, 9852.0, 9887.0, 9918.0, 9932.0, 9910.0, 9914.0, 9922.0, 9929.0, 9900.0, 9944.0, 9902.0, 9905.0, 9945.0, 9892.0, 9875.0, 9882.0, 9869.0, 9901.0, 9865.0, 9865.0, 9908.0, 9864.0, 9923.0, 9941.0, 9864.0, 9839.0, 9835.0, 9859.0, 9884.0, 9872.0, 9881.0, 9875.0, 9891.0, 9877.0, 9895.0, 9891.0, 9904.0, 9872.0, 9885.0, 9911.0, 9875.0, 9867.0, 9834.0, 9833.0, 9861.0, 9829.0, 9849.0, 9822.0, 9824.0, 9771.0, 9783.0, 9754.0, 9739.0, 9735.0, 9754.0, 9762.0, 9757.0, 9782.0, 9759.0, 9767.0, 9773.0, 9759.0, 9779.0, 9784.0, 9776.0, 9759.0, 9797.0, 9778.0, 9798.0, 9782.0, 9779.0, 9801.0, 9808.0, 9813.0, 9810.0, 9811.0, 9814.0, 9813.0, 9809.0, 9814.0, 9834.0, 9830.0, 9823.0, 9849.0, 9859.0, 9870.0, 9832.0, 9848.0, 9880.0, 9842.0, 9849.0, 9859.0, 9828.0, 9813.0, 9825.0, 9884.0, 9878.0, 9943.0, 9912.0, 9863.0, 9890.0, 9864.0, 9897.0, 9874.0, 9881.0, 9870.0, 9870.0, 9872.0, 9875.0, 9906.0, 9879.0, 9873.0, 9894.0, 9895.0, 9893.0, 9896.0, 9919.0, 9882.0, 9919.0, 9902.0, 9950.0, 9883.0, 9911.0, 9906.0, 9874.0, 9857.0, 9857.0, 9855.0, 9847.0, 9870.0, 9875.0, 9890.0, 9869.0, 9866.0, 9877.0, 9881.0, 9919.0, 9936.0, 9987.0, 9954.0, 9917.0, 9945.0, 9913.0, 9907.0, 9860.0, 9850.0, 9835.0, 9815.0, 9788.0, 9788.0, 9799.0, 9803.0, 9781.0, 9775.0, 9794.0, 9784.0, 9803.0, 9813.0, 9783.0, 9824.0, 9783.0, 9802.0, 9778.0, 9799.0, 9779.0, 9769.0, 9777.0, 9779.0, 9790.0, 9798.0, 9835.0, 9846.0, 9858.0, 9798.0, 9798.0, 9863.0, 9831.0, 9848.0, 9879.0, 9887.0, 9889.0, 9890.0, 9918.0, 9875.0, 9887.0, 9865.0, 9891.0, 9857.0, 9888.0, 9849.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.007202282282282282</td></tr>
<tr><td colspan=3>aqi</td><td>0.03277926471471471</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.66188329899319</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.289945021517656</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.125232084560482</td></tr>
<tr><td colspan=3>efc</td><td>0.499</td></tr>
<tr><td colspan=3>fber</td><td>4515.2642</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1005100120596433</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.15915915915916</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5813445504493338</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.494335576894042</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.780649751885962</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.469048322567998</td></tr>
<tr><td colspan=3>gcor</td><td>0.0159445</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002134741051122546</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.048704780638217926</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.839412704725284</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>11.879</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.1129</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>240.073</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297821.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1209.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>440.2932</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.2002</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>583.7782</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3664.052</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3889.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>78723.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1177.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4802.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1012.9089</td></tr>
<tr><td colspan=3>tsnr</td><td>31.644090246409178</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>