<?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-0018_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-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0018/figures/sub-0018_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-0018/figures/sub-0018_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0018/figures/sub-0018_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-0018/ses-03/func/sub-0018_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>90e2939d03c1116f8d650841d32db79a</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>10:58:4.895000</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.995589, -0.0330429, 0.087816, 0.0234623, 0.993877, 0.107973]</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.0908999</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4163, -7745, -7248, 686, -27, -201, -33, 13]</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>227.768</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff39d1ac-3485-44ae-baf9-1430b79ed863||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.671091318130493, 0.06294772028923035, 0.24528434872627258, 105.0157470703125], [0.0886516273021698, 2.666499137878418, 0.284677118062973, -105.78080749511719], [0.23560397326946259, -0.2896827459335327, 2.673722982406616, -59.053401947021484], [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': ['105804.895000', '105805.355000', '105805.815000', '105806.275000', '105806.735000', '105807.195000', '105807.655000', '105808.115000', '105808.575000', '105809.035000', '105809.495000', '105809.955000', '105810.415000', '105810.875000', '105811.335000', '105811.795000', '105812.255000', '105812.715000', '105813.175000', '105813.635000', '105814.095000', '105814.555000', '105815.015000', '105815.475000', '105815.935000', '105816.395000', '105816.855000', '105817.315000', '105817.775000', '105818.235000', '105818.695000', '105819.155000', '105819.615000', '105820.075000', '105820.535000', '105820.995000', '105821.455000', '105821.915000', '105822.375000', '105822.835000', '105823.295000', '105823.755000', '105824.215000', '105824.675000', '105825.135000', '105825.595000', '105826.055000', '105826.515000', '105826.975000', '105827.435000', '105827.895000', '105828.355000', '105828.815000', '105829.275000', '105829.735000', '105830.195000', '105830.655000', '105831.115000', '105831.575000', '105832.035000', '105832.495000', '105832.955000', '105833.415000', '105833.875000', '105834.335000', '105834.795000', '105835.255000', '105835.715000', '105836.175000', '105836.635000', '105837.095000', '105837.555000', '105838.015000', '105838.475000', '105838.935000', '105839.395000', '105839.855000', '105840.315000', '105840.775000', '105841.235000', '105841.695000', '105842.155000', '105842.615000', '105843.075000', '105843.535000', '105843.995000', '105844.455000', '105844.915000', '105845.375000', '105845.835000', '105846.295000', '105846.755000', '105847.215000', '105847.675000', '105848.135000', '105848.595000', '105849.055000', '105849.515000', '105849.975000', '105850.435000', '105850.895000', '105851.355000', '105851.815000', '105852.275000', '105852.735000', '105853.195000', '105853.655000', '105854.115000', '105854.575000', '105855.035000', '105855.495000', '105855.955000', '105856.415000', '105856.875000', '105857.335000', '105857.795000', '105858.255000', '105858.715000', '105859.175000', '105859.635000', '105900.095000', '105900.555000', '105901.015000', '105901.475000', '105901.935000', '105902.395000', '105902.855000', '105903.315000', '105903.775000', '105904.235000', '105904.695000', '105905.155000', '105905.615000', '105906.075000', '105906.535000', '105906.995000', '105907.455000', '105907.915000', '105908.375000', '105908.835000', '105909.295000', '105909.755000', '105910.215000', '105910.675000', '105911.135000', '105911.595000', '105912.055000', '105912.515000', '105912.975000', '105913.435000', '105913.895000', '105914.355000', '105914.815000', '105915.275000', '105915.735000', '105916.195000', '105916.655000', '105917.115000', '105917.575000', '105918.035000', '105918.495000', '105918.955000', '105919.415000', '105919.875000', '105920.335000', '105920.795000', '105921.255000', '105921.715000', '105922.175000', '105922.635000', '105923.095000', '105923.555000', '105924.015000', '105924.475000', '105924.935000', '105925.395000', '105925.855000', '105926.315000', '105926.775000', '105927.235000', '105927.695000', '105928.155000', '105928.615000', '105929.075000', '105929.535000', '105929.995000', '105930.455000', '105930.915000', '105931.375000', '105931.835000', '105932.295000', '105932.755000', '105933.215000', '105933.675000', '105934.135000', '105934.595000', '105935.055000', '105935.515000', '105935.975000', '105936.435000', '105936.895000', '105937.355000', '105937.815000', '105938.275000', '105938.735000', '105939.195000', '105939.655000', '105940.115000', '105940.575000', '105941.035000', '105941.495000', '105941.955000', '105942.415000', '105942.875000', '105943.335000', '105943.795000', '105944.255000', '105944.715000', '105945.175000', '105945.635000', '105946.095000', '105946.555000', '105947.015000', '105947.475000', '105947.935000', '105948.395000', '105948.855000', '105949.315000', '105949.775000', '105950.235000', '105950.695000', '105951.155000', '105951.615000', '105952.075000', '105952.535000', '105952.995000', '105953.455000', '105953.915000', '105954.375000', '105954.835000', '105955.295000', '105955.755000', '105956.215000', '105956.675000', '105957.135000', '105957.595000', '105958.055000', '105958.515000', '105958.975000', '105959.435000', '105959.895000', '110000.355000', '110000.815000', '110001.275000', '110001.735000', '110002.195000', '110002.655000', '110003.115000', '110003.575000', '110004.035000', '110004.495000', '110004.955000', '110005.415000', '110005.875000', '110006.335000', '110006.795000', '110007.255000', '110007.715000', '110008.175000', '110008.635000', '110009.095000', '110009.555000', '110010.015000', '110010.475000', '110010.935000', '110011.395000', '110011.855000', '110012.315000', '110012.775000', '110013.235000', '110013.695000', '110014.155000', '110014.615000', '110015.075000', '110015.535000', '110015.995000', '110016.455000', '110016.915000', '110017.375000', '110017.835000', '110018.295000', '110018.755000', '110019.215000', '110019.675000', '110020.135000', '110020.595000', '110021.055000', '110021.515000', '110021.975000', '110022.435000', '110022.895000', '110023.355000', '110023.815000', '110024.275000', '110024.735000', '110025.195000', '110025.655000', '110026.115000', '110026.575000', '110027.035000', '110027.495000', '110027.955000', '110028.415000', '110028.875000', '110029.335000', '110029.795000', '110030.255000', '110030.715000', '110031.175000', '110031.635000', '110032.095000', '110032.555000', '110033.015000', '110033.475000', '110033.935000', '110034.395000', '110034.855000', '110035.315000', '110035.775000', '110036.235000', '110036.695000', '110037.155000', '110037.615000', '110038.075000', '110038.535000', '110038.995000', '110039.455000', '110039.915000', '110040.375000', '110040.835000', '110041.295000', '110041.755000', '110042.215000', '110042.675000', '110043.135000', '110043.595000', '110044.055000', '110044.515000', '110044.975000', '110045.435000', '110045.895000', '110046.355000', '110046.815000', '110047.275000', '110047.735000', '110048.195000', '110048.655000', '110049.115000', '110049.575000', '110050.035000', '110050.495000', '110050.955000', '110051.415000', '110051.875000', '110052.335000', '110052.795000', '110053.255000', '110053.715000', '110054.175000', '110054.635000', '110055.095000', '110055.555000', '110056.015000', '110056.475000', '110056.935000', '110057.395000', '110057.855000', '110058.315000', '110058.775000', '110059.235000', '110059.695000', '110100.155000', '110100.615000', '110101.075000', '110101.535000', '110101.995000', '110102.455000', '110102.915000', '110103.375000', '110103.835000', '110104.295000', '110104.755000', '110105.215000', '110105.675000', '110106.135000', '110106.595000', '110107.055000', '110107.515000', '110107.975000', '110108.435000', '110108.895000', '110109.355000', '110109.815000', '110110.275000', '110110.735000', '110111.195000', '110111.655000', '110112.115000', '110112.575000', '110113.035000', '110113.495000', '110113.955000', '110114.415000', '110114.875000', '110115.335000', '110115.795000', '110116.255000', '110116.715000', '110117.175000', '110117.635000', '110118.095000', '110118.555000', '110119.015000', '110119.475000', '110119.935000', '110120.395000', '110120.855000', '110121.315000', '110121.775000', '110122.235000', '110122.695000', '110123.155000', '110123.615000', '110124.075000', '110124.535000', '110124.995000', '110125.455000', '110125.915000', '110126.375000', '110126.835000', '110127.295000', '110127.755000', '110128.215000', '110128.675000', '110129.135000', '110129.595000', '110130.055000', '110130.515000', '110130.975000', '110131.435000', '110131.895000', '110132.355000', '110132.815000', '110133.275000', '110133.735000', '110134.195000', '110134.655000', '110135.115000', '110135.575000', '110136.035000', '110136.495000', '110136.955000', '110137.415000', '110137.875000', '110138.335000', '110138.795000', '110139.255000', '110139.715000', '110140.175000', '110140.635000', '110141.095000', '110141.555000', '110142.015000', '110142.475000', '110142.935000', '110143.395000', '110143.855000', '110144.315000', '110144.775000', '110145.235000', '110145.695000', '110146.155000', '110146.615000', '110147.075000', '110147.535000', '110147.995000', '110148.455000', '110148.915000', '110149.375000', '110149.835000', '110150.295000', '110150.755000', '110151.215000', '110151.675000', '110152.135000', '110152.595000', '110153.055000', '110153.515000', '110153.975000', '110154.435000', '110154.895000', '110155.355000', '110155.815000', '110156.275000', '110156.735000', '110157.195000', '110157.655000', '110158.115000', '110158.575000', '110159.035000', '110159.495000', '110159.955000', '110200.415000', '110200.875000', '110201.335000', '110201.795000', '110202.255000', '110202.715000', '110203.175000', '110203.635000', '110204.095000', '110204.555000', '110205.015000', '110205.475000', '110205.935000', '110206.395000', '110206.855000', '110207.315000', '110207.775000', '110208.235000', '110208.695000', '110209.155000', '110209.615000', '110210.075000', '110210.535000', '110210.995000', '110211.455000', '110211.915000', '110212.375000', '110212.835000', '110213.295000', '110213.755000', '110214.215000', '110214.675000', '110215.135000', '110215.595000', '110216.055000', '110216.515000', '110216.975000', '110217.435000', '110217.895000', '110218.355000', '110218.815000', '110219.275000', '110219.735000', '110220.195000', '110220.655000', '110221.115000', '110221.575000', '110222.035000', '110222.495000', '110222.955000', '110223.415000', '110223.875000', '110224.335000', '110224.795000', '110225.255000', '110225.715000', '110226.175000', '110226.635000', '110227.095000', '110227.555000', '110228.015000', '110228.475000', '110228.935000', '110229.395000', '110229.855000', '110230.315000', '110230.775000', '110231.235000', '110231.695000', '110232.155000', '110232.615000', '110233.075000', '110233.535000', '110233.995000', '110234.455000', '110234.915000', '110235.375000', '110235.835000', '110236.295000', '110236.755000', '110237.215000', '110237.675000', '110238.135000', '110238.595000', '110239.055000', '110239.515000', '110239.975000', '110240.435000', '110240.895000', '110241.355000', '110241.815000', '110242.275000', '110242.735000', '110243.195000', '110243.655000', '110244.115000', '110244.575000', '110245.035000', '110245.495000', '110245.955000', '110246.415000', '110246.875000', '110247.335000', '110247.795000', '110248.255000', '110248.715000', '110249.175000', '110249.635000', '110250.095000', '110250.555000', '110251.015000', '110251.475000', '110251.935000', '110252.395000', '110252.855000', '110253.315000', '110253.775000', '110254.235000', '110254.695000', '110255.155000', '110255.615000', '110256.075000', '110256.535000', '110256.995000', '110257.455000', '110257.915000', '110258.375000', '110258.835000', '110259.295000', '110259.755000', '110300.215000', '110300.675000', '110301.135000', '110301.595000', '110302.055000', '110302.515000', '110302.975000', '110303.435000', '110303.895000', '110304.355000', '110304.815000', '110305.275000', '110305.735000', '110306.195000', '110306.655000', '110307.115000', '110307.575000', '110308.035000', '110308.495000', '110308.955000', '110309.415000', '110309.875000', '110310.335000', '110310.795000', '110311.255000', '110311.715000', '110312.175000', '110312.635000', '110313.095000', '110313.555000', '110314.015000', '110314.475000', '110314.935000', '110315.395000', '110315.855000', '110316.315000', '110316.775000', '110317.235000', '110317.695000', '110318.155000', '110318.615000', '110319.075000', '110319.535000', '110319.995000', '110320.455000', '110320.915000', '110321.375000', '110321.835000', '110322.295000', '110322.755000', '110323.215000', '110323.675000', '110324.135000', '110324.595000', '110325.055000', '110325.515000', '110325.975000', '110326.435000', '110326.895000', '110327.355000', '110327.815000', '110328.275000', '110328.735000', '110329.195000', '110329.655000', '110330.115000', '110330.575000', '110331.035000', '110331.495000', '110331.955000', '110332.415000', '110332.875000', '110333.335000', '110333.795000', '110334.255000', '110334.715000', '110335.175000', '110335.635000', '110336.095000', '110336.555000', '110337.015000', '110337.475000', '110337.935000', '110338.395000', '110338.855000', '110339.315000', '110339.775000', '110340.235000', '110340.695000', '110341.155000', '110341.615000', '110342.075000', '110342.535000', '110342.995000', '110343.455000', '110343.915000', '110344.375000', '110344.835000', '110345.295000', '110345.755000', '110346.215000', '110346.675000', '110347.135000', '110347.595000', '110348.055000', '110348.515000', '110348.975000', '110349.435000', '110349.895000', '110350.355000', '110350.815000', '110351.275000', '110351.735000', '110352.195000', '110352.655000', '110353.115000', '110353.575000', '110354.035000', '110354.495000', '110354.955000', '110355.415000', '110355.875000', '110356.335000', '110356.795000', '110357.255000', '110357.715000', '110358.175000', '110358.635000', '110359.095000', '110359.555000', '110400.015000', '110400.475000', '110400.935000', '110401.395000', '110401.855000', '110402.315000', '110402.775000', '110403.235000', '110403.695000', '110404.155000', '110404.615000', '110405.075000', '110405.535000', '110405.995000', '110406.455000', '110406.915000', '110407.375000', '110407.835000', '110408.295000', '110408.755000', '110409.215000', '110409.675000', '110410.135000', '110410.595000', '110411.055000', '110411.515000', '110411.975000', '110412.435000', '110412.895000', '110413.355000', '110413.815000', '110414.275000', '110414.735000', '110415.195000', '110415.655000', '110416.115000', '110416.575000', '110417.035000', '110417.495000', '110417.955000', '110418.415000', '110418.875000', '110419.335000', '110419.795000', '110420.255000', '110420.715000', '110421.175000', '110421.635000', '110422.095000', '110422.555000', '110423.015000', '110423.475000', '110423.935000', '110424.395000', '110424.855000', '110425.315000', '110425.775000', '110426.235000', '110426.695000', '110427.155000', '110427.615000', '110428.075000', '110428.535000', '110428.995000', '110429.455000', '110429.915000', '110430.375000', '110430.835000', '110431.295000', '110431.755000', '110432.215000', '110432.675000', '110433.135000', '110433.595000', '110434.055000', '110434.515000', '110434.975000', '110435.435000', '110435.895000', '110436.355000', '110436.815000', '110437.275000', '110437.735000', '110438.195000', '110438.655000', '110439.115000', '110439.575000', '110440.035000', '110440.495000', '110440.955000', '110441.415000', '110441.875000', '110442.335000', '110442.795000', '110443.255000', '110443.715000', '110444.175000', '110444.635000', '110445.095000', '110445.555000', '110446.015000', '110446.475000', '110446.935000', '110447.395000', '110447.855000', '110448.315000', '110448.775000', '110449.235000', '110449.695000', '110450.155000', '110450.615000', '110451.075000', '110451.535000', '110451.995000', '110452.455000', '110452.915000', '110453.375000', '110453.835000', '110454.295000', '110454.755000', '110455.215000', '110455.675000', '110456.135000', '110456.595000', '110457.055000', '110457.515000', '110457.975000', '110458.435000', '110458.895000', '110459.355000', '110459.815000', '110500.275000', '110500.735000', '110501.195000', '110501.655000', '110502.115000', '110502.575000', '110503.035000', '110503.495000', '110503.955000', '110504.415000', '110504.875000', '110505.335000', '110505.795000', '110506.255000', '110506.715000', '110507.175000', '110507.635000', '110508.095000', '110508.555000', '110509.015000', '110509.475000', '110509.935000', '110510.395000', '110510.855000', '110511.315000', '110511.775000', '110512.235000', '110512.695000', '110513.155000', '110513.615000', '110514.075000', '110514.535000', '110514.995000', '110515.455000', '110515.915000', '110516.375000', '110516.835000', '110517.295000', '110517.755000', '110518.215000', '110518.675000', '110519.135000', '110519.595000', '110520.055000', '110520.515000', '110520.975000', '110521.435000', '110521.895000', '110522.355000', '110522.815000', '110523.275000', '110523.735000', '110524.195000', '110524.655000', '110525.115000', '110525.575000', '110526.035000', '110526.495000', '110526.955000', '110527.415000', '110527.875000', '110528.335000', '110528.795000', '110529.255000', '110529.715000', '110530.175000', '110530.635000', '110531.095000', '110531.555000', '110532.015000', '110532.475000', '110532.935000', '110533.395000', '110533.855000', '110534.315000', '110534.775000', '110535.235000', '110535.695000', '110536.155000', '110536.615000', '110537.075000', '110537.535000', '110537.995000', '110538.455000', '110538.915000', '110539.375000', '110539.835000', '110540.295000', '110540.755000', '110541.215000', '110541.675000', '110542.135000', '110542.595000', '110543.055000', '110543.515000', '110543.975000', '110544.435000', '110544.895000', '110545.355000', '110545.815000', '110546.275000', '110546.735000', '110547.195000', '110547.655000', '110548.115000', '110548.575000', '110549.035000', '110549.495000', '110549.955000', '110550.415000', '110550.875000', '110551.335000', '110551.795000', '110552.255000', '110552.715000', '110553.175000', '110553.635000', '110554.095000', '110554.555000', '110555.015000', '110555.475000', '110555.935000', '110556.395000', '110556.855000', '110557.315000', '110557.775000', '110558.235000', '110558.695000', '110559.155000', '110559.615000', '110600.075000', '110600.535000', '110600.995000', '110601.455000', '110601.915000', '110602.375000', '110602.835000', '110603.295000', '110603.755000', '110604.215000', '110604.675000', '110605.135000', '110605.595000', '110606.055000', '110606.515000', '110606.975000', '110607.435000', '110607.895000', '110608.355000', '110608.815000', '110609.275000', '110609.735000', '110610.195000', '110610.655000', '110611.115000', '110611.575000', '110612.035000', '110612.495000', '110612.955000', '110613.415000', '110613.875000', '110614.335000', '110614.795000', '110615.255000', '110615.715000', '110616.175000', '110616.635000', '110617.095000', '110617.555000', '110618.015000', '110618.475000', '110618.935000', '110619.395000', '110619.855000', '110620.315000', '110620.775000', '110621.235000', '110621.695000', '110622.155000', '110622.615000', '110623.075000', '110623.535000', '110623.995000', '110624.455000', '110624.915000', '110625.375000', '110625.835000', '110626.295000', '110626.755000', '110627.215000', '110627.675000', '110628.135000', '110628.595000', '110629.055000', '110629.515000', '110629.975000', '110630.435000', '110630.895000', '110631.355000', '110631.815000', '110632.275000', '110632.735000', '110633.195000', '110633.655000', '110634.115000', '110634.575000', '110635.035000', '110635.495000', '110635.955000', '110636.415000', '110636.875000', '110637.335000', '110637.795000', '110638.255000', '110638.715000', '110639.175000', '110639.635000', '110640.095000', '110640.555000', '110641.015000', '110641.475000', '110641.935000', '110642.395000', '110642.855000', '110643.315000', '110643.775000', '110644.235000', '110644.695000', '110645.155000', '110645.615000', '110646.075000', '110646.535000', '110646.995000', '110647.455000', '110647.915000', '110648.375000', '110648.835000', '110649.295000', '110649.755000', '110650.215000', '110650.675000', '110651.135000', '110651.595000', '110652.055000', '110652.515000', '110652.975000', '110653.435000', '110653.895000', '110654.355000', '110654.815000', '110655.275000', '110655.735000', '110656.195000', '110656.655000', '110657.115000', '110657.575000', '110658.035000', '110658.495000', '110658.955000', '110659.415000', '110659.875000', '110700.335000', '110700.795000', '110701.255000', '110701.715000', '110702.175000', '110702.635000', '110703.095000', '110703.555000', '110704.015000', '110704.475000', '110704.935000', '110705.395000', '110705.855000', '110706.315000', '110706.775000', '110707.235000', '110707.695000', '110708.155000', '110708.615000', '110709.075000', '110709.535000', '110709.995000', '110710.455000', '110710.915000', '110711.375000', '110711.835000', '110712.295000', '110712.755000', '110713.215000', '110713.675000', '110714.135000', '110714.595000', '110715.055000', '110715.515000', '110715.975000', '110716.435000', '110716.895000', '110717.355000', '110717.815000', '110718.275000', '110718.735000', '110719.195000', '110719.655000', '110720.115000', '110720.575000', '110721.035000', '110721.495000', '110721.955000', '110722.415000', '110722.875000', '110723.335000', '110723.795000', '110724.255000', '110724.715000', '110725.175000', '110725.635000', '110726.095000', '110726.555000', '110727.015000', '110727.475000', '110727.935000', '110728.395000', '110728.855000', '110729.315000', '110729.775000', '110730.235000', '110730.695000', '110731.155000', '110731.615000', '110732.075000', '110732.535000', '110732.995000', '110733.455000', '110733.915000', '110734.375000', '110734.835000', '110735.295000', '110735.755000', '110736.215000', '110736.675000', '110737.135000', '110737.595000', '110738.055000', '110738.515000', '110738.975000', '110739.435000', '110739.895000', '110740.355000', '110740.815000', '110741.275000', '110741.735000', '110742.195000', '110742.655000', '110743.115000', '110743.575000', '110744.035000', '110744.495000', '110744.955000', '110745.415000', '110745.875000', '110746.335000', '110746.795000', '110747.255000', '110747.715000', '110748.175000', '110748.635000', '110749.095000', '110749.555000', '110750.015000', '110750.475000', '110750.935000', '110751.395000', '110751.855000', '110752.315000', '110752.775000', '110753.235000', '110753.695000', '110754.155000', '110754.615000', '110755.075000', '110755.535000', '110755.995000', '110756.455000', '110756.915000', '110757.375000', '110757.835000', '110758.295000', '110758.755000', '110759.215000', '110759.675000', '110800.135000', '110800.595000', '110801.055000', '110801.515000', '110801.975000', '110802.435000', '110802.895000', '110803.355000', '110803.815000', '110804.275000', '110804.735000', '110805.195000', '110805.655000', '110806.115000', '110806.575000', '110807.035000', '110807.495000', '110807.955000', '110808.415000', '110808.875000', '110809.335000', '110809.795000', '110810.255000', '110810.715000', '110811.175000', '110811.635000', '110812.095000', '110812.555000', '110813.015000', '110813.475000', '110813.935000', '110814.395000', '110814.855000', '110815.315000', '110815.775000', '110816.235000', '110816.695000', '110817.155000', '110817.615000', '110818.075000', '110818.535000'], 'ContentTime': ['105823.875000', '105823.879000', '105823.882000', '105823.885000', '105823.887000', '105823.891000', '105823.894000', '105823.897000', '105823.900000', '105823.902000', '105823.906000', '105823.908000', '105823.911000', '105823.914000', '105823.917000', '105823.920000', '105823.923000', '105823.926000', '105823.937000', '105823.940000', '105823.943000', '105823.946000', '105823.948000', '105823.951000', '105823.954000', '105823.957000', '105823.960000', '105823.963000', '105823.966000', '105823.969000', '105823.972000', '105823.975000', '105823.978000', '105823.981000', '105823.984000', '105823.987000', '105823.990000', '105823.993000', '105823.996000', '105823.998000', '105843.842000', '105843.845000', '105843.848000', '105843.851000', '105843.853000', '105843.856000', '105843.859000', '105843.862000', '105843.865000', '105843.868000', '105843.870000', '105843.873000', '105843.876000', '105843.879000', '105843.882000', '105843.885000', '105843.888000', '105843.890000', '105843.893000', '105843.896000', '105843.899000', '105843.902000', '105843.905000', '105843.907000', '105843.910000', '105843.913000', '105843.916000', '105843.919000', '105843.921000', '105843.924000', '105843.927000', '105843.930000', '105843.933000', '105843.936000', '105843.939000', '105843.941000', '105843.945000', '105843.950000', '105843.954000', '105843.956000', '105843.959000', '105843.962000', '105843.965000', '105903.842000', '105903.845000', '105903.848000', '105903.851000', '105903.853000', '105903.856000', '105903.862000', '105903.865000', '105903.868000', '105903.871000', '105903.873000', '105903.876000', '105903.879000', '105903.882000', '105903.885000', '105903.888000', '105903.891000', '105903.893000', '105903.896000', '105903.899000', '105903.902000', '105903.905000', '105903.907000', '105903.910000', '105903.913000', '105903.916000', '105903.919000', '105903.921000', '105903.924000', '105903.927000', '105903.930000', '105903.933000', '105903.936000', '105903.939000', '105903.941000', '105903.944000', '105903.947000', '105903.950000', '105903.953000', '105903.956000', '105903.958000', '105903.961000', '105903.964000', '105903.974000', '105923.842000', '105923.845000', '105923.848000', '105923.851000', '105923.853000', '105923.856000', '105923.859000', '105923.862000', '105923.865000', '105923.868000', '105923.871000', '105923.873000', '105923.876000', '105923.879000', '105923.882000', '105923.885000', '105923.888000', '105923.890000', '105923.893000', '105923.896000', '105923.899000', '105923.902000', '105923.905000', '105923.907000', '105923.912000', '105923.915000', '105923.918000', '105923.921000', '105923.924000', '105923.926000', '105923.929000', '105923.932000', '105923.935000', '105923.938000', '105923.941000', '105923.944000', '105923.947000', '105923.949000', '105923.952000', '105923.955000', '105923.958000', '105923.961000', '105923.964000', '105943.842000', '105943.845000', '105943.848000', '105943.851000', '105943.854000', '105943.856000', '105943.859000', '105943.862000', '105943.865000', '105943.868000', '105943.871000', '105943.873000', '105943.876000', '105943.879000', '105943.882000', '105943.885000', '105943.888000', '105943.891000', '105943.894000', '105943.897000', '105943.900000', '105943.903000', '105943.905000', '105943.908000', '105943.911000', '105943.914000', '105943.917000', '105943.925000', '105943.928000', '105943.931000', '105943.934000', '105943.936000', '105943.939000', '105943.942000', '105943.945000', '105943.948000', '105943.951000', '105943.954000', '105943.956000', '105943.959000', '105943.962000', '105943.965000', '105943.968000', '105943.971000', '110003.842000', '110003.845000', '110003.848000', '110003.851000', '110003.853000', '110003.856000', '110003.859000', '110003.862000', '110003.865000', '110003.868000', '110003.870000', '110003.873000', '110003.876000', '110003.879000', '110003.882000', '110003.885000', '110003.887000', '110003.890000', '110003.893000', '110003.896000', '110003.899000', '110003.902000', '110003.905000', '110003.908000', '110003.910000', '110003.913000', '110003.916000', '110003.919000', '110003.922000', '110003.925000', '110003.928000', '110003.931000', '110003.933000', '110003.936000', '110003.939000', '110003.942000', '110003.945000', '110003.948000', '110003.950000', '110003.953000', '110003.956000', '110003.959000', '110003.962000', '110023.842000', '110023.845000', '110023.848000', '110023.851000', '110023.853000', '110023.856000', '110023.859000', '110023.862000', '110023.865000', '110023.868000', '110023.870000', '110023.873000', '110023.876000', '110023.879000', '110023.882000', '110023.885000', '110023.888000', '110023.890000', '110023.893000', '110023.896000', '110023.899000', '110023.902000', '110023.905000', '110023.907000', '110023.910000', '110023.913000', '110023.916000', '110023.919000', '110023.922000', '110023.925000', '110023.927000', '110023.930000', '110023.933000', '110023.936000', '110023.939000', '110023.942000', '110023.945000', '110023.948000', '110023.950000', '110023.953000', '110023.956000', '110023.959000', '110023.962000', '110023.965000', '110043.843000', '110043.846000', '110043.849000', '110043.852000', '110043.855000', '110043.857000', '110043.860000', '110043.863000', '110043.871000', '110043.874000', '110043.877000', '110043.880000', '110043.883000', '110043.886000', '110043.888000', '110043.891000', '110043.894000', '110043.897000', '110043.900000', '110043.903000', '110043.906000', '110043.908000', '110043.911000', '110043.914000', '110043.917000', '110043.920000', '110043.923000', '110043.926000', '110043.928000', '110043.931000', '110043.934000', '110043.937000', '110043.940000', '110043.943000', '110043.946000', '110043.951000', '110043.954000', '110043.956000', '110043.976000', '110043.979000', '110043.982000', '110043.985000', '110043.988000', '110103.842000', '110103.845000', '110103.848000', '110103.851000', '110103.854000', '110103.856000', '110103.859000', '110103.862000', '110103.865000', '110103.868000', '110103.871000', '110103.874000', '110103.877000', '110103.879000', '110103.882000', '110103.885000', '110103.888000', '110103.891000', '110103.894000', '110103.896000', '110103.899000', '110103.902000', '110103.905000', '110103.908000', '110103.911000', '110103.914000', '110103.917000', '110103.919000', '110103.922000', '110103.925000', '110103.928000', '110103.931000', '110103.934000', '110103.936000', '110103.939000', '110103.942000', '110103.945000', '110103.948000', '110103.951000', '110103.954000', '110103.957000', '110103.959000', '110103.962000', '110103.965000', '110123.842000', '110123.845000', '110123.848000', '110123.851000', '110123.854000', '110123.856000', '110123.859000', '110123.862000', '110123.865000', '110123.868000', '110123.871000', '110123.873000', '110123.876000', '110123.879000', '110123.882000', '110123.885000', '110123.888000', '110123.890000', '110123.893000', '110123.896000', '110123.899000', '110123.902000', '110123.905000', '110123.908000', '110123.910000', '110123.913000', '110123.916000', '110123.919000', '110123.922000', '110123.925000', '110123.927000', '110123.930000', '110123.933000', '110123.936000', '110123.939000', '110123.942000', '110123.945000', '110123.947000', '110123.950000', '110123.953000', '110123.956000', '110123.959000', '110123.962000', '110143.842000', '110143.845000', '110143.848000', '110143.851000', '110143.854000', '110143.856000', '110143.859000', '110143.862000', '110143.865000', '110143.868000', '110143.871000', '110143.873000', '110143.876000', '110143.879000', '110143.882000', '110143.885000', '110143.888000', '110143.891000', '110143.893000', '110143.896000', '110143.899000', '110143.902000', '110143.905000', '110143.908000', '110143.911000', '110143.913000', '110143.916000', '110143.919000', '110143.922000', '110143.925000', '110143.928000', '110143.930000', '110143.933000', '110143.936000', '110143.939000', '110143.942000', '110143.945000', '110143.948000', '110143.950000', '110143.953000', '110143.956000', '110143.959000', '110143.962000', '110143.965000', '110203.842000', '110203.845000', '110203.848000', '110203.851000', '110203.854000', '110203.857000', '110203.859000', '110203.862000', '110203.865000', '110203.868000', '110203.871000', '110203.874000', '110203.876000', '110203.879000', '110203.882000', '110203.885000', '110203.888000', '110203.891000', '110203.893000', '110203.896000', '110203.899000', '110203.902000', '110203.905000', '110203.908000', '110203.911000', '110203.913000', '110203.916000', '110203.919000', '110203.922000', '110203.925000', '110203.928000', '110203.930000', '110203.933000', '110203.936000', '110203.939000', '110203.942000', '110203.945000', '110203.948000', '110203.950000', '110203.953000', '110203.956000', '110203.959000', '110203.962000', '110223.842000', '110223.845000', '110223.848000', '110223.851000', '110223.853000', '110223.856000', '110223.859000', '110223.862000', '110223.865000', '110223.868000', '110223.871000', '110223.873000', '110223.876000', '110223.879000', '110223.882000', '110223.885000', '110223.888000', '110223.891000', '110223.893000', '110223.896000', '110223.909000', '110223.912000', '110223.914000', '110223.917000', '110223.920000', '110223.923000', '110223.926000', '110223.929000', '110223.932000', '110223.934000', '110223.937000', '110223.940000', '110223.943000', '110223.946000', '110223.949000', '110223.952000', '110223.954000', '110223.957000', '110223.960000', '110223.963000', '110223.966000', '110223.969000', '110223.972000', '110223.974000', '110243.842000', '110243.845000', '110243.848000', '110243.851000', '110243.854000', '110243.857000', '110243.859000', '110243.862000', '110243.865000', '110243.868000', '110243.871000', '110243.874000', '110243.876000', '110243.879000', '110243.882000', '110243.885000', '110243.888000', '110243.891000', '110243.894000', '110243.896000', '110243.899000', '110243.902000', '110243.905000', '110243.908000', '110243.911000', '110243.914000', '110243.917000', '110243.919000', '110243.922000', '110243.925000', '110243.928000', '110243.931000', '110243.934000', '110243.937000', '110243.940000', '110243.942000', '110243.945000', '110243.948000', '110243.951000', '110243.954000', '110243.957000', '110243.959000', '110243.962000', '110303.843000', '110303.846000', '110303.849000', '110303.852000', '110303.855000', '110303.858000', '110303.861000', '110303.864000', '110303.867000', '110303.870000', '110303.872000', '110303.875000', '110303.878000', '110303.881000', '110303.884000', '110303.887000', '110303.890000', '110303.893000', '110303.896000', '110303.898000', '110303.901000', '110303.904000', '110303.907000', '110303.910000', '110303.913000', '110303.916000', '110303.918000', '110303.921000', '110303.924000', '110303.927000', '110303.930000', '110303.933000', '110303.936000', '110303.938000', '110303.941000', '110303.944000', '110303.947000', '110303.950000', '110303.953000', '110303.956000', '110303.959000', '110303.961000', '110303.964000', '110323.842000', '110323.845000', '110323.848000', '110323.851000', '110323.854000', '110323.857000', '110323.860000', '110323.862000', '110323.865000', '110323.868000', '110323.871000', '110323.874000', '110323.877000', '110323.880000', '110323.882000', '110323.885000', '110323.888000', '110323.891000', '110323.894000', '110323.897000', '110323.899000', '110323.902000', '110323.905000', '110323.908000', '110323.911000', '110323.914000', '110323.917000', '110323.919000', '110323.922000', '110323.925000', '110323.928000', '110323.931000', '110323.934000', '110323.937000', '110323.939000', '110323.942000', '110323.945000', '110323.948000', '110323.951000', '110323.954000', '110323.957000', '110323.959000', '110323.962000', '110323.965000', '110343.842000', '110343.845000', '110343.848000', '110343.853000', '110343.856000', '110343.859000', '110343.862000', '110343.865000', '110343.867000', '110343.870000', '110343.873000', '110343.876000', '110343.879000', '110343.882000', '110343.885000', '110343.887000', '110343.890000', '110343.893000', '110343.896000', '110343.899000', '110343.902000', '110343.905000', '110343.908000', '110343.914000', '110343.917000', '110343.920000', '110343.923000', '110343.926000', '110343.929000', '110343.931000', '110343.934000', '110343.946000', '110343.949000', '110343.952000', '110343.955000', '110343.957000', '110343.960000', '110343.963000', '110343.966000', '110343.969000', '110343.972000', '110343.974000', '110343.977000', '110403.842000', '110403.845000', '110403.848000', '110403.851000', '110403.854000', '110403.856000', '110403.859000', '110403.862000', '110403.865000', '110403.868000', '110403.871000', '110403.874000', '110403.876000', '110403.879000', '110403.882000', '110403.885000', '110403.888000', '110403.891000', '110403.894000', '110403.896000', '110403.899000', '110403.902000', '110403.905000', '110403.908000', '110403.911000', '110403.913000', '110403.916000', '110403.919000', '110403.922000', '110403.925000', '110403.928000', '110403.931000', '110403.934000', '110403.936000', '110403.939000', '110403.942000', '110403.945000', '110403.948000', '110403.951000', '110403.953000', '110403.956000', '110403.959000', '110403.962000', '110403.965000', '110423.842000', '110423.845000', '110423.848000', '110423.851000', '110423.854000', '110423.857000', '110423.859000', '110423.862000', '110423.865000', '110423.868000', '110423.871000', '110423.874000', '110423.877000', '110423.880000', '110423.882000', '110423.885000', '110423.888000', '110423.891000', '110423.895000', '110423.898000', '110423.902000', '110423.905000', '110423.908000', '110423.910000', '110423.913000', '110423.916000', '110423.919000', '110423.922000', '110423.925000', '110423.927000', '110423.930000', '110423.933000', '110423.936000', '110423.939000', '110423.942000', '110423.945000', '110423.947000', '110423.950000', '110423.953000', '110423.956000', '110423.959000', '110423.962000', '110423.964000', '110443.842000', '110443.845000', '110443.848000', '110443.851000', '110443.854000', '110443.856000', '110443.859000', '110443.862000', '110443.865000', '110443.868000', '110443.871000', '110443.873000', '110443.876000', '110443.879000', '110443.882000', '110443.885000', '110443.888000', '110443.891000', '110443.893000', '110443.896000', '110443.899000', '110443.902000', '110443.905000', '110443.908000', '110443.911000', '110443.913000', '110443.916000', '110443.919000', '110443.922000', '110443.925000', '110443.928000', '110443.931000', '110443.933000', '110443.936000', '110443.939000', '110443.942000', '110443.945000', '110443.948000', '110443.950000', '110443.953000', '110443.956000', '110443.959000', '110443.962000', '110443.965000', '110503.842000', '110503.845000', '110503.848000', '110503.851000', '110503.854000', '110503.856000', '110503.859000', '110503.862000', '110503.865000', '110503.868000', '110503.871000', '110503.874000', '110503.876000', '110503.879000', '110503.882000', '110503.885000', '110503.888000', '110503.891000', '110503.894000', '110503.897000', '110503.899000', '110503.902000', '110503.905000', '110503.908000', '110503.911000', '110503.914000', '110503.917000', '110503.919000', '110503.922000', '110503.925000', '110503.928000', '110503.931000', '110503.934000', '110503.937000', '110503.940000', '110503.943000', '110503.946000', '110503.949000', '110503.951000', '110503.954000', '110503.957000', '110503.960000', '110503.972000', '110523.843000', '110523.846000', '110523.849000', '110523.852000', '110523.855000', '110523.857000', '110523.860000', '110523.863000', '110523.866000', '110523.869000', '110523.872000', '110523.875000', '110523.877000', '110523.880000', '110523.883000', '110523.886000', '110523.889000', '110523.892000', '110523.895000', '110523.898000', '110523.900000', '110523.903000', '110523.906000', '110523.909000', '110523.912000', '110523.915000', '110523.918000', '110523.920000', '110523.923000', '110523.926000', '110523.929000', '110523.932000', '110523.935000', '110523.938000', '110523.941000', '110523.943000', '110523.946000', '110523.949000', '110523.952000', '110523.955000', '110523.958000', '110523.960000', '110523.963000', '110523.966000', '110543.842000', '110543.845000', '110543.848000', '110543.851000', '110543.854000', '110543.857000', '110543.860000', '110543.863000', '110543.866000', '110543.869000', '110543.872000', '110543.875000', '110543.878000', '110543.881000', '110543.884000', '110543.887000', '110543.889000', '110543.892000', '110543.895000', '110543.898000', '110543.901000', '110543.904000', '110543.907000', '110543.910000', '110543.912000', '110543.918000', '110543.922000', '110543.925000', '110543.928000', '110543.931000', '110543.934000', '110543.937000', '110543.939000', '110543.942000', '110543.945000', '110543.948000', '110543.951000', '110543.954000', '110543.957000', '110543.960000', '110543.962000', '110543.965000', '110543.968000', '110603.842000', '110603.845000', '110603.848000', '110603.851000', '110603.854000', '110603.857000', '110603.859000', '110603.862000', '110603.865000', '110603.868000', '110603.871000', '110603.874000', '110603.877000', '110603.879000', '110603.882000', '110603.885000', '110603.888000', '110603.891000', '110603.894000', '110603.897000', '110603.899000', '110603.902000', '110603.905000', '110603.908000', '110603.911000', '110603.914000', '110603.917000', '110603.920000', '110603.922000', '110603.925000', '110603.928000', '110603.931000', '110603.934000', '110603.937000', '110603.940000', '110603.943000', '110603.945000', '110603.948000', '110603.951000', '110603.954000', '110603.957000', '110603.960000', '110603.963000', '110603.966000', '110623.842000', '110623.845000', '110623.848000', '110623.851000', '110623.854000', '110623.857000', '110623.860000', '110623.862000', '110623.865000', '110623.868000', '110623.871000', '110623.874000', '110623.877000', '110623.880000', '110623.883000', '110623.885000', '110623.888000', '110623.891000', '110623.894000', '110623.897000', '110623.900000', '110623.903000', '110623.905000', '110623.908000', '110623.911000', '110623.914000', '110623.917000', '110623.920000', '110623.923000', '110623.926000', '110623.929000', '110623.932000', '110623.934000', '110623.937000', '110623.940000', '110623.944000', '110623.949000', '110623.952000', '110623.968000', '110623.971000', '110623.974000', '110623.977000', '110623.979000', '110643.842000', '110643.845000', '110643.848000', '110643.851000', '110643.854000', '110643.856000', '110643.859000', '110643.862000', '110643.865000', '110643.868000', '110643.871000', '110643.874000', '110643.876000', '110643.879000', '110643.882000', '110643.885000', '110643.888000', '110643.891000', '110643.894000', '110643.897000', '110643.899000', '110643.902000', '110643.905000', '110643.908000', '110643.911000', '110643.914000', '110643.917000', '110643.920000', '110643.923000', '110643.925000', '110643.928000', '110643.931000', '110643.934000', '110643.937000', '110643.940000', '110643.942000', '110643.945000', '110643.948000', '110643.951000', '110643.954000', '110643.957000', '110643.960000', '110643.962000', '110643.965000', '110703.842000', '110703.845000', '110703.848000', '110703.851000', '110703.854000', '110703.857000', '110703.860000', '110703.862000', '110703.865000', '110703.868000', '110703.871000', '110703.874000', '110703.877000', '110703.880000', '110703.882000', '110703.885000', '110703.888000', '110703.891000', '110703.894000', '110703.897000', '110703.901000', '110703.904000', '110703.907000', '110703.910000', '110703.913000', '110703.916000', '110703.919000', '110703.922000', '110703.925000', '110703.928000', '110703.930000', '110703.933000', '110703.936000', '110703.939000', '110703.942000', '110703.945000', '110703.947000', '110703.950000', '110703.953000', '110703.956000', '110703.959000', '110703.962000', '110703.965000', '110723.842000', '110723.845000', '110723.848000', '110723.851000', '110723.854000', '110723.857000', '110723.859000', '110723.862000', '110723.865000', '110723.868000', '110723.871000', '110723.874000', '110723.877000', '110723.880000', '110723.882000', '110723.885000', '110723.888000', '110723.891000', '110723.894000', '110723.897000', '110723.900000', '110723.902000', '110723.905000', '110723.908000', '110723.911000', '110723.914000', '110723.917000', '110723.920000', '110723.923000', '110723.926000', '110723.928000', '110723.931000', '110723.934000', '110723.937000', '110723.940000', '110723.943000', '110723.946000', '110723.948000', '110723.951000', '110723.954000', '110723.957000', '110723.960000', '110723.963000', '110723.966000', '110743.843000', '110743.846000', '110743.849000', '110743.852000', '110743.855000', '110743.858000', '110743.860000', '110743.863000', '110743.866000', '110743.869000', '110743.872000', '110743.875000', '110743.878000', '110743.881000', '110743.883000', '110743.886000', '110743.889000', '110743.892000', '110743.895000', '110743.898000', '110743.901000', '110743.903000', '110743.906000', '110743.909000', '110743.912000', '110743.915000', '110743.918000', '110743.921000', '110743.924000', '110743.927000', '110743.929000', '110743.932000', '110743.935000', '110743.938000', '110743.941000', '110743.955000', '110743.958000', '110743.961000', '110743.964000', '110743.967000', '110743.970000', '110743.973000', '110743.979000', '110803.842000', '110803.845000', '110803.848000', '110803.851000', '110803.854000', '110803.856000', '110803.859000', '110803.862000', '110803.865000', '110803.868000', '110803.871000', '110803.874000', '110803.877000', '110803.880000', '110803.882000', '110803.885000', '110803.888000', '110803.891000', '110803.894000', '110803.897000', '110803.900000', '110803.902000', '110803.905000', '110803.908000', '110803.911000', '110803.914000', '110803.917000', '110803.920000', '110803.923000', '110803.926000', '110803.929000', '110803.932000', '110803.935000', '110803.938000', '110803.941000', '110803.943000', '110803.946000', '110803.949000', '110803.952000', '110803.955000', '110803.958000', '110803.960000', '110803.963000', '110803.966000', '110819.466000', '110819.471000', '110819.474000', '110819.478000', '110819.481000', '110819.485000', '110819.488000', '110819.491000', '110819.494000', '110819.497000', '110819.500000', '110819.503000', '110819.505000', '110819.509000', '110819.512000', '110819.515000', '110819.518000', '110819.521000', '110819.524000', '110819.527000', '110819.529000', '110819.532000', '110819.535000', '110819.538000', '110819.541000', '110819.544000', '110819.547000', '110819.550000', '110819.553000', '110819.556000', '110819.559000', '110819.562000', '110819.565000', '110819.568000'], 'InstanceCreationTime': ['105823.875000', '105823.879000', '105823.882000', '105823.885000', '105823.887000', '105823.891000', '105823.894000', '105823.897000', '105823.900000', '105823.902000', '105823.906000', '105823.908000', '105823.911000', '105823.914000', '105823.917000', '105823.920000', '105823.923000', '105823.926000', '105823.937000', '105823.940000', '105823.943000', '105823.946000', '105823.948000', '105823.951000', '105823.954000', '105823.957000', '105823.960000', '105823.963000', '105823.966000', '105823.969000', '105823.972000', '105823.975000', '105823.978000', '105823.981000', '105823.984000', '105823.987000', '105823.990000', '105823.993000', '105823.996000', '105823.998000', '105843.842000', '105843.845000', '105843.848000', '105843.851000', '105843.853000', '105843.856000', '105843.859000', '105843.862000', '105843.865000', '105843.868000', '105843.870000', '105843.873000', '105843.876000', '105843.879000', '105843.882000', '105843.885000', '105843.888000', '105843.890000', '105843.893000', '105843.896000', '105843.899000', '105843.902000', '105843.905000', '105843.907000', '105843.910000', '105843.913000', '105843.916000', '105843.919000', '105843.921000', '105843.924000', '105843.927000', '105843.930000', '105843.933000', '105843.936000', '105843.939000', '105843.941000', '105843.945000', '105843.950000', '105843.954000', '105843.956000', '105843.959000', '105843.962000', '105843.965000', '105903.842000', '105903.845000', '105903.848000', '105903.851000', '105903.853000', '105903.856000', '105903.862000', '105903.865000', '105903.868000', '105903.871000', '105903.873000', '105903.876000', '105903.879000', '105903.882000', '105903.885000', '105903.888000', '105903.891000', '105903.893000', '105903.896000', '105903.899000', '105903.902000', '105903.905000', '105903.907000', '105903.910000', '105903.913000', '105903.916000', '105903.919000', '105903.921000', '105903.924000', '105903.927000', '105903.930000', '105903.933000', '105903.936000', '105903.939000', '105903.941000', '105903.944000', '105903.947000', '105903.950000', '105903.953000', '105903.956000', '105903.958000', '105903.961000', '105903.964000', '105903.974000', '105923.842000', '105923.845000', '105923.848000', '105923.851000', '105923.853000', '105923.856000', '105923.859000', '105923.862000', '105923.865000', '105923.868000', '105923.871000', '105923.873000', '105923.876000', '105923.879000', '105923.882000', '105923.885000', '105923.888000', '105923.890000', '105923.893000', '105923.896000', '105923.899000', '105923.902000', '105923.905000', '105923.907000', '105923.912000', '105923.915000', '105923.918000', '105923.921000', '105923.924000', '105923.926000', '105923.929000', '105923.932000', '105923.935000', '105923.938000', '105923.941000', '105923.944000', '105923.947000', '105923.949000', '105923.952000', '105923.955000', '105923.958000', '105923.961000', '105923.964000', '105943.842000', '105943.845000', '105943.848000', '105943.851000', '105943.854000', '105943.856000', '105943.859000', '105943.862000', '105943.865000', '105943.868000', '105943.871000', '105943.873000', '105943.876000', '105943.879000', '105943.882000', '105943.885000', '105943.888000', '105943.891000', '105943.894000', '105943.897000', '105943.900000', '105943.903000', '105943.905000', '105943.908000', '105943.911000', '105943.914000', '105943.917000', '105943.925000', '105943.928000', '105943.931000', '105943.934000', '105943.936000', '105943.939000', '105943.942000', '105943.945000', '105943.948000', '105943.951000', '105943.954000', '105943.956000', '105943.959000', '105943.962000', '105943.965000', '105943.968000', '105943.971000', '110003.842000', '110003.845000', '110003.848000', '110003.851000', '110003.853000', '110003.856000', '110003.859000', '110003.862000', '110003.865000', '110003.868000', '110003.870000', '110003.873000', '110003.876000', '110003.879000', '110003.882000', '110003.885000', '110003.887000', '110003.890000', '110003.893000', '110003.896000', '110003.899000', '110003.902000', '110003.905000', '110003.908000', '110003.910000', '110003.913000', '110003.916000', '110003.919000', '110003.922000', '110003.925000', '110003.928000', '110003.931000', '110003.933000', '110003.936000', '110003.939000', '110003.942000', '110003.945000', '110003.948000', '110003.950000', '110003.953000', '110003.956000', '110003.959000', '110003.962000', '110023.842000', '110023.845000', '110023.848000', '110023.851000', '110023.853000', '110023.856000', '110023.859000', '110023.862000', '110023.865000', '110023.868000', '110023.870000', '110023.873000', '110023.876000', '110023.879000', '110023.882000', '110023.885000', '110023.888000', '110023.890000', '110023.893000', '110023.896000', '110023.899000', '110023.902000', '110023.905000', '110023.907000', '110023.910000', '110023.913000', '110023.916000', '110023.919000', '110023.922000', '110023.925000', '110023.927000', '110023.930000', '110023.933000', '110023.936000', '110023.939000', '110023.942000', '110023.945000', '110023.948000', '110023.950000', '110023.953000', '110023.956000', '110023.959000', '110023.962000', '110023.965000', '110043.843000', '110043.846000', '110043.849000', '110043.852000', '110043.855000', '110043.857000', '110043.860000', '110043.863000', '110043.871000', '110043.874000', '110043.877000', '110043.880000', '110043.883000', '110043.886000', '110043.888000', '110043.891000', '110043.894000', '110043.897000', '110043.900000', '110043.903000', '110043.906000', '110043.908000', '110043.911000', '110043.914000', '110043.917000', '110043.920000', '110043.923000', '110043.926000', '110043.928000', '110043.931000', '110043.934000', '110043.937000', '110043.940000', '110043.943000', '110043.946000', '110043.951000', '110043.954000', '110043.956000', '110043.976000', '110043.979000', '110043.982000', '110043.985000', '110043.988000', '110103.842000', '110103.845000', '110103.848000', '110103.851000', '110103.854000', '110103.856000', '110103.859000', '110103.862000', '110103.865000', '110103.868000', '110103.871000', '110103.874000', '110103.877000', '110103.879000', '110103.882000', '110103.885000', '110103.888000', '110103.891000', '110103.894000', '110103.896000', '110103.899000', '110103.902000', '110103.905000', '110103.908000', '110103.911000', '110103.914000', '110103.917000', '110103.919000', '110103.922000', '110103.925000', '110103.928000', '110103.931000', '110103.934000', '110103.936000', '110103.939000', '110103.942000', '110103.945000', '110103.948000', '110103.951000', '110103.954000', '110103.957000', '110103.959000', '110103.962000', '110103.965000', '110123.842000', '110123.845000', '110123.848000', '110123.851000', '110123.854000', '110123.856000', '110123.859000', '110123.862000', '110123.865000', '110123.868000', '110123.871000', '110123.873000', '110123.876000', '110123.879000', '110123.882000', '110123.885000', '110123.888000', '110123.890000', '110123.893000', '110123.896000', '110123.899000', '110123.902000', '110123.905000', '110123.908000', '110123.910000', '110123.913000', '110123.916000', '110123.919000', '110123.922000', '110123.925000', '110123.927000', '110123.930000', '110123.933000', '110123.936000', '110123.939000', '110123.942000', '110123.945000', '110123.947000', '110123.950000', '110123.953000', '110123.956000', '110123.959000', '110123.962000', '110143.842000', '110143.845000', '110143.848000', '110143.851000', '110143.854000', '110143.856000', '110143.859000', '110143.862000', '110143.865000', '110143.868000', '110143.871000', '110143.873000', '110143.876000', '110143.879000', '110143.882000', '110143.885000', '110143.888000', '110143.891000', '110143.893000', '110143.896000', '110143.899000', '110143.902000', '110143.905000', '110143.908000', '110143.911000', '110143.913000', '110143.916000', '110143.919000', '110143.922000', '110143.925000', '110143.928000', '110143.930000', '110143.933000', '110143.936000', '110143.939000', '110143.942000', '110143.945000', '110143.948000', '110143.950000', '110143.953000', '110143.956000', '110143.959000', '110143.962000', '110143.965000', '110203.842000', '110203.845000', '110203.848000', '110203.851000', '110203.854000', '110203.857000', '110203.859000', '110203.862000', '110203.865000', '110203.868000', '110203.871000', '110203.874000', '110203.876000', '110203.879000', '110203.882000', '110203.885000', '110203.888000', '110203.891000', '110203.893000', '110203.896000', '110203.899000', '110203.902000', '110203.905000', '110203.908000', '110203.911000', '110203.913000', '110203.916000', '110203.919000', '110203.922000', '110203.925000', '110203.928000', '110203.930000', '110203.933000', '110203.936000', '110203.939000', '110203.942000', '110203.945000', '110203.948000', '110203.950000', '110203.953000', '110203.956000', '110203.959000', '110203.962000', '110223.842000', '110223.845000', '110223.848000', '110223.851000', '110223.853000', '110223.856000', '110223.859000', '110223.862000', '110223.865000', '110223.868000', '110223.871000', '110223.873000', '110223.876000', '110223.879000', '110223.882000', '110223.885000', '110223.888000', '110223.891000', '110223.893000', '110223.896000', '110223.909000', '110223.912000', '110223.914000', '110223.917000', '110223.920000', '110223.923000', '110223.926000', '110223.929000', '110223.932000', '110223.934000', '110223.937000', '110223.940000', '110223.943000', '110223.946000', '110223.949000', '110223.952000', '110223.954000', '110223.957000', '110223.960000', '110223.963000', '110223.966000', '110223.969000', '110223.972000', '110223.974000', '110243.842000', '110243.845000', '110243.848000', '110243.851000', '110243.854000', '110243.857000', '110243.859000', '110243.862000', '110243.865000', '110243.868000', '110243.871000', '110243.874000', '110243.876000', '110243.879000', '110243.882000', '110243.885000', '110243.888000', '110243.891000', '110243.894000', '110243.896000', '110243.899000', '110243.902000', '110243.905000', '110243.908000', '110243.911000', '110243.914000', '110243.917000', '110243.919000', '110243.922000', '110243.925000', '110243.928000', '110243.931000', '110243.934000', '110243.937000', '110243.940000', '110243.942000', '110243.945000', '110243.948000', '110243.951000', '110243.954000', '110243.957000', '110243.959000', '110243.962000', '110303.843000', '110303.846000', '110303.849000', '110303.852000', '110303.855000', '110303.858000', '110303.861000', '110303.864000', '110303.867000', '110303.870000', '110303.872000', '110303.875000', '110303.878000', '110303.881000', '110303.884000', '110303.887000', '110303.890000', '110303.893000', '110303.896000', '110303.898000', '110303.901000', '110303.904000', '110303.907000', '110303.910000', '110303.913000', '110303.916000', '110303.918000', '110303.921000', '110303.924000', '110303.927000', '110303.930000', '110303.933000', '110303.936000', '110303.938000', '110303.941000', '110303.944000', '110303.947000', '110303.950000', '110303.953000', '110303.956000', '110303.959000', '110303.961000', '110303.964000', '110323.842000', '110323.845000', '110323.848000', '110323.851000', '110323.854000', '110323.857000', '110323.860000', '110323.862000', '110323.865000', '110323.868000', '110323.871000', '110323.874000', '110323.877000', '110323.880000', '110323.882000', '110323.885000', '110323.888000', '110323.891000', '110323.894000', '110323.897000', '110323.899000', '110323.902000', '110323.905000', '110323.908000', '110323.911000', '110323.914000', '110323.917000', '110323.919000', '110323.922000', '110323.925000', '110323.928000', '110323.931000', '110323.934000', '110323.937000', '110323.939000', '110323.942000', '110323.945000', '110323.948000', '110323.951000', '110323.954000', '110323.957000', '110323.959000', '110323.962000', '110323.965000', '110343.842000', '110343.845000', '110343.848000', '110343.853000', '110343.856000', '110343.859000', '110343.862000', '110343.865000', '110343.867000', '110343.870000', '110343.873000', '110343.876000', '110343.879000', '110343.882000', '110343.885000', '110343.887000', '110343.890000', '110343.893000', '110343.896000', '110343.899000', '110343.902000', '110343.905000', '110343.908000', '110343.914000', '110343.917000', '110343.920000', '110343.923000', '110343.926000', '110343.929000', '110343.931000', '110343.934000', '110343.946000', '110343.949000', '110343.952000', '110343.955000', '110343.957000', '110343.960000', '110343.963000', '110343.966000', '110343.969000', '110343.972000', '110343.974000', '110343.977000', '110403.842000', '110403.845000', '110403.848000', '110403.851000', '110403.854000', '110403.856000', '110403.859000', '110403.862000', '110403.865000', '110403.868000', '110403.871000', '110403.874000', '110403.876000', '110403.879000', '110403.882000', '110403.885000', '110403.888000', '110403.891000', '110403.894000', '110403.896000', '110403.899000', '110403.902000', '110403.905000', '110403.908000', '110403.911000', '110403.913000', '110403.916000', '110403.919000', '110403.922000', '110403.925000', '110403.928000', '110403.931000', '110403.934000', '110403.936000', '110403.939000', '110403.942000', '110403.945000', '110403.948000', '110403.951000', '110403.953000', '110403.956000', '110403.959000', '110403.962000', '110403.965000', '110423.842000', '110423.845000', '110423.848000', '110423.851000', '110423.854000', '110423.857000', '110423.859000', '110423.862000', '110423.865000', '110423.868000', '110423.871000', '110423.874000', '110423.877000', '110423.880000', '110423.882000', '110423.885000', '110423.888000', '110423.891000', '110423.895000', '110423.898000', '110423.902000', '110423.905000', '110423.908000', '110423.910000', '110423.913000', '110423.916000', '110423.919000', '110423.922000', '110423.925000', '110423.927000', '110423.930000', '110423.933000', '110423.936000', '110423.939000', '110423.942000', '110423.945000', '110423.947000', '110423.950000', '110423.953000', '110423.956000', '110423.959000', '110423.962000', '110423.964000', '110443.842000', '110443.845000', '110443.848000', '110443.851000', '110443.854000', '110443.856000', '110443.859000', '110443.862000', '110443.865000', '110443.868000', '110443.871000', '110443.873000', '110443.876000', '110443.879000', '110443.882000', '110443.885000', '110443.888000', '110443.891000', '110443.893000', '110443.896000', '110443.899000', '110443.902000', '110443.905000', '110443.908000', '110443.911000', '110443.913000', '110443.916000', '110443.919000', '110443.922000', '110443.925000', '110443.928000', '110443.931000', '110443.933000', '110443.936000', '110443.939000', '110443.942000', '110443.945000', '110443.948000', '110443.950000', '110443.953000', '110443.956000', '110443.959000', '110443.962000', '110443.965000', '110503.842000', '110503.845000', '110503.848000', '110503.851000', '110503.854000', '110503.856000', '110503.859000', '110503.862000', '110503.865000', '110503.868000', '110503.871000', '110503.874000', '110503.876000', '110503.879000', '110503.882000', '110503.885000', '110503.888000', '110503.891000', '110503.894000', '110503.897000', '110503.899000', '110503.902000', '110503.905000', '110503.908000', '110503.911000', '110503.914000', '110503.917000', '110503.919000', '110503.922000', '110503.925000', '110503.928000', '110503.931000', '110503.934000', '110503.937000', '110503.940000', '110503.943000', '110503.946000', '110503.949000', '110503.951000', '110503.954000', '110503.957000', '110503.960000', '110503.972000', '110523.843000', '110523.846000', '110523.849000', '110523.852000', '110523.855000', '110523.857000', '110523.860000', '110523.863000', '110523.866000', '110523.869000', '110523.872000', '110523.875000', '110523.877000', '110523.880000', '110523.883000', '110523.886000', '110523.889000', '110523.892000', '110523.895000', '110523.898000', '110523.900000', '110523.903000', '110523.906000', '110523.909000', '110523.912000', '110523.915000', '110523.918000', '110523.920000', '110523.923000', '110523.926000', '110523.929000', '110523.932000', '110523.935000', '110523.938000', '110523.941000', '110523.943000', '110523.946000', '110523.949000', '110523.952000', '110523.955000', '110523.958000', '110523.960000', '110523.963000', '110523.966000', '110543.842000', '110543.845000', '110543.848000', '110543.851000', '110543.854000', '110543.857000', '110543.860000', '110543.863000', '110543.866000', '110543.869000', '110543.872000', '110543.875000', '110543.878000', '110543.881000', '110543.884000', '110543.887000', '110543.889000', '110543.892000', '110543.895000', '110543.898000', '110543.901000', '110543.904000', '110543.907000', '110543.910000', '110543.912000', '110543.918000', '110543.922000', '110543.925000', '110543.928000', '110543.931000', '110543.934000', '110543.937000', '110543.939000', '110543.942000', '110543.945000', '110543.948000', '110543.951000', '110543.954000', '110543.957000', '110543.960000', '110543.962000', '110543.965000', '110543.968000', '110603.842000', '110603.845000', '110603.848000', '110603.851000', '110603.854000', '110603.857000', '110603.859000', '110603.862000', '110603.865000', '110603.868000', '110603.871000', '110603.874000', '110603.877000', '110603.879000', '110603.882000', '110603.885000', '110603.888000', '110603.891000', '110603.894000', '110603.897000', '110603.899000', '110603.902000', '110603.905000', '110603.908000', '110603.911000', '110603.914000', '110603.917000', '110603.920000', '110603.922000', '110603.925000', '110603.928000', '110603.931000', '110603.934000', '110603.937000', '110603.940000', '110603.943000', '110603.945000', '110603.948000', '110603.951000', '110603.954000', '110603.957000', '110603.960000', '110603.963000', '110603.966000', '110623.842000', '110623.845000', '110623.848000', '110623.851000', '110623.854000', '110623.857000', '110623.860000', '110623.862000', '110623.865000', '110623.868000', '110623.871000', '110623.874000', '110623.877000', '110623.880000', '110623.883000', '110623.885000', '110623.888000', '110623.891000', '110623.894000', '110623.897000', '110623.900000', '110623.903000', '110623.905000', '110623.908000', '110623.911000', '110623.914000', '110623.917000', '110623.920000', '110623.923000', '110623.926000', '110623.929000', '110623.932000', '110623.934000', '110623.937000', '110623.940000', '110623.944000', '110623.949000', '110623.952000', '110623.968000', '110623.971000', '110623.974000', '110623.977000', '110623.979000', '110643.842000', '110643.845000', '110643.848000', '110643.851000', '110643.854000', '110643.856000', '110643.859000', '110643.862000', '110643.865000', '110643.868000', '110643.871000', '110643.874000', '110643.876000', '110643.879000', '110643.882000', '110643.885000', '110643.888000', '110643.891000', '110643.894000', '110643.897000', '110643.899000', '110643.902000', '110643.905000', '110643.908000', '110643.911000', '110643.914000', '110643.917000', '110643.920000', '110643.923000', '110643.925000', '110643.928000', '110643.931000', '110643.934000', '110643.937000', '110643.940000', '110643.942000', '110643.945000', '110643.948000', '110643.951000', '110643.954000', '110643.957000', '110643.960000', '110643.962000', '110643.965000', '110703.842000', '110703.845000', '110703.848000', '110703.851000', '110703.854000', '110703.857000', '110703.860000', '110703.862000', '110703.865000', '110703.868000', '110703.871000', '110703.874000', '110703.877000', '110703.880000', '110703.882000', '110703.885000', '110703.888000', '110703.891000', '110703.894000', '110703.897000', '110703.901000', '110703.904000', '110703.907000', '110703.910000', '110703.913000', '110703.916000', '110703.919000', '110703.922000', '110703.925000', '110703.928000', '110703.930000', '110703.933000', '110703.936000', '110703.939000', '110703.942000', '110703.945000', '110703.947000', '110703.950000', '110703.953000', '110703.956000', '110703.959000', '110703.962000', '110703.965000', '110723.842000', '110723.845000', '110723.848000', '110723.851000', '110723.854000', '110723.857000', '110723.859000', '110723.862000', '110723.865000', '110723.868000', '110723.871000', '110723.874000', '110723.877000', '110723.880000', '110723.882000', '110723.885000', '110723.888000', '110723.891000', '110723.894000', '110723.897000', '110723.900000', '110723.902000', '110723.905000', '110723.908000', '110723.911000', '110723.914000', '110723.917000', '110723.920000', '110723.923000', '110723.926000', '110723.928000', '110723.931000', '110723.934000', '110723.937000', '110723.940000', '110723.943000', '110723.946000', '110723.948000', '110723.951000', '110723.954000', '110723.957000', '110723.960000', '110723.963000', '110723.966000', '110743.843000', '110743.846000', '110743.849000', '110743.852000', '110743.855000', '110743.858000', '110743.860000', '110743.863000', '110743.866000', '110743.869000', '110743.872000', '110743.875000', '110743.878000', '110743.881000', '110743.883000', '110743.886000', '110743.889000', '110743.892000', '110743.895000', '110743.898000', '110743.901000', '110743.903000', '110743.906000', '110743.909000', '110743.912000', '110743.915000', '110743.918000', '110743.921000', '110743.924000', '110743.927000', '110743.929000', '110743.932000', '110743.935000', '110743.938000', '110743.941000', '110743.955000', '110743.958000', '110743.961000', '110743.964000', '110743.967000', '110743.970000', '110743.973000', '110743.979000', '110803.842000', '110803.845000', '110803.848000', '110803.851000', '110803.854000', '110803.856000', '110803.859000', '110803.862000', '110803.865000', '110803.868000', '110803.871000', '110803.874000', '110803.877000', '110803.880000', '110803.882000', '110803.885000', '110803.888000', '110803.891000', '110803.894000', '110803.897000', '110803.900000', '110803.902000', '110803.905000', '110803.908000', '110803.911000', '110803.914000', '110803.917000', '110803.920000', '110803.923000', '110803.926000', '110803.929000', '110803.932000', '110803.935000', '110803.938000', '110803.941000', '110803.943000', '110803.946000', '110803.949000', '110803.952000', '110803.955000', '110803.958000', '110803.960000', '110803.963000', '110803.966000', '110819.466000', '110819.471000', '110819.474000', '110819.478000', '110819.481000', '110819.485000', '110819.488000', '110819.491000', '110819.494000', '110819.497000', '110819.500000', '110819.503000', '110819.505000', '110819.509000', '110819.512000', '110819.515000', '110819.518000', '110819.521000', '110819.524000', '110819.527000', '110819.529000', '110819.532000', '110819.535000', '110819.538000', '110819.541000', '110819.544000', '110819.547000', '110819.550000', '110819.553000', '110819.556000', '110819.559000', '110819.562000', '110819.565000', '110819.568000'], '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': [10294, 7746, 12820, 7835, 12699, 9719, 13069, 8229, 12183, 7807, 12378, 7792, 12764, 9220, 7515, 8567, 7514, 8213, 7034, 9007, 7072, 10317, 7179, 7609, 7230, 7376, 7622, 7046, 9048, 7389, 9791, 7302, 7655, 7211, 7412, 9113, 7443, 9711, 7441, 9545, 7517, 7564, 10245, 7496, 11337, 7826, 12909, 8686, 8743, 11901, 7681, 11036, 7979, 7708, 7973, 7121, 9844, 7204, 11855, 8956, 7402, 9917, 7269, 8680, 7757, 7604, 10837, 8096, 7656, 9124, 7508, 11230, 8299, 7442, 13225, 8529, 7416, 9700, 7360, 7538, 8540, 7384, 10739, 8306, 7355, 10316, 7448, 8649, 9554, 7171, 11338, 7530, 8630, 8620, 7481, 14081, 9413, 7143, 10967, 7598, 7692, 8904, 7326, 11938, 8964, 7378, 11084, 8381, 7711, 10703, 7883, 7656, 10290, 7647, 7294, 10824, 8207, 7453, 12305, 7935, 7661, 9392, 7246, 8060, 8942, 8147, 9389, 9906, 7493, 7785, 8630, 7728, 7861, 9116, 7368, 7650, 11738, 7781, 7940, 8972, 7369, 12180, 8476, 7624, 13545, 10036, 7523, 11304, 8060, 7361, 9840, 7333, 7406, 12023, 9082, 7542, 11687, 7711, 7324, 9692, 7444, 7599, 8290, 7196, 13233, 9081, 7536, 11729, 8250, 8221, 10546, 8154, 14439, 9321, 7853, 10008, 7303, 11932, 9114, 7347, 11871, 8100, 7518, 9983, 7624, 7926, 8872, 7421, 7817, 7875, 7347, 11356, 7841, 7523, 9661, 7606, 7783, 7973, 7356, 12187, 8439, 7591, 10085, 7586, 7515, 9189, 7861, 7766, 9266, 7820, 7766, 8470, 7301, 10644, 8087, 7055, 11605, 8571, 7406, 9447, 7557, 7582, 10313, 7899, 7448, 10773, 7202, 7122, 10137, 7888, 7109, 9361, 8212, 7132, 7442, 8323, 7599, 7666, 13521, 7890, 7687, 11355, 7811, 9048, 8566, 7886, 11633, 8897, 8168, 9770, 7875, 10978, 8364, 7714, 12110, 8442, 8481, 10420, 7566, 9776, 7603, 7231, 11389, 8295, 7125, 11098, 7932, 7728, 13662, 8947, 7540, 11094, 7721, 7851, 8446, 7540, 12543, 8239, 8250, 9996, 7918, 9702, 7965, 7278, 10675, 7960, 7693, 7835, 7746, 7354, 10059, 7681, 9530, 8626, 7399, 13266, 8800, 13114, 10390, 8844, 13015, 9163, 9661, 13708, 9661, 7948, 9263, 8528, 8686, 8187, 7989, 7841, 8517, 8234, 7727, 12183, 9380, 13560, 11382, 13321, 11737, 8677, 8078, 8322, 7963, 7794, 8286, 7601, 12126, 7919, 9100, 8620, 8513, 13522, 8654, 8263, 10093, 8350, 8403, 10963, 8045, 8766, 9909, 7874, 13058, 8316, 10191, 9945, 8522, 14666, 9469, 8916, 9563, 8532, 9042, 8139, 8679, 11228, 8574, 8942, 8160, 8872, 11126, 8471, 8859, 8498, 8102, 14382, 10844, 8525, 10336, 8616, 9023, 9044, 8410, 8854, 11912, 8447, 9057, 9276, 8298, 13673, 11071, 8925, 12590, 8271, 9145, 9609, 8911, 9231, 8875, 8548, 12958, 8109, 8873, 9803, 8640, 11597, 11457, 8869, 8381, 8767, 8986, 8724, 8466, 8595, 10229, 8717, 8623, 10075, 8848, 9332, 12111, 9176, 9452, 9686, 8881, 9068, 8501, 8947, 12401, 9834, 8284, 13610, 8592, 9086, 9150, 8647, 11772, 8521, 9174, 11440, 8980, 9210, 8462, 9189, 10622, 8585, 9094, 10625, 9175, 14202, 8763, 9199, 9146, 8875, 12554, 9082, 13511, 9294, 9053, 9265, 9050, 9881, 8534, 8321, 13375, 8525, 8917, 9460, 9066, 8896, 8252, 9004, 12432, 9143, 13516, 8522, 9203, 9255, 8919, 11240, 11692, 8956, 9241, 10015, 9143, 9385, 9386, 8733, 8336, 10067, 8572, 8980, 9612, 8957, 13569, 8723, 9197, 9399, 8668, 13427, 8943, 8975, 9427, 8703, 9311, 8425, 9223, 8467, 8856, 8730, 9307, 8919, 10063, 8813, 9085, 11973, 9073, 13283, 8683, 9128, 8676, 8934, 12488, 9390, 9425, 9110, 8971, 8565, 8634, 8780, 10108, 9005, 9108, 8840, 8975, 12520, 8532, 10104, 10525, 8919, 13794, 8859, 9047, 10035, 9229, 10710, 10305, 8949, 11284, 8756, 8453, 10411, 8722, 9293, 9103, 8715, 10934, 8489, 8909, 9422, 8964, 8854, 8396, 8729, 11319, 8731, 9023, 9335, 9011, 8877, 8585, 8858, 8768, 8653, 8286, 12569, 8863, 8899, 9471, 9164, 9331, 8788, 8860, 13041, 8862, 9954, 8715, 8481, 11129, 8778, 9700, 10654, 8808, 11748, 8745, 8777, 9721, 8678, 8862, 9593, 8776, 9001, 8477, 8479, 11380, 8705, 8796, 11140, 8541, 8631, 9049, 8794, 8806, 13275, 10351, 8652, 9427, 8712, 8611, 13321, 8930, 8862, 13373, 9702, 9158, 13716, 9700, 9484, 11136, 8833, 11327, 11993, 9193, 11806, 9487, 8352, 10638, 8422, 8390, 9134, 8361, 8172, 8210, 8248, 8168, 9274, 8284, 8563, 8556, 8302, 8318, 10448, 8595, 8742, 9113, 8562, 8260, 12932, 9353, 8412, 11113, 8632, 8657, 11204, 8854, 8977, 8893, 8627, 8770, 10532, 10047, 8799, 9231, 9082, 9248, 9050, 9854, 9073, 8926, 8528, 8519, 12691, 9954, 8898, 12098, 8829, 8977, 9472, 8861, 9306, 9511, 8754, 9314, 8638, 8421, 9990, 8397, 8461, 8934, 8471, 8585, 9408, 8460, 8337, 12664, 8692, 8463, 10236, 8864, 8772, 12458, 9275, 8434, 11577, 8718, 8964, 8899, 10014, 8722, 8303, 12792, 10367, 8812, 9813, 8582, 8603, 12872, 10112, 8993, 12191, 8691, 9056, 9054, 9129, 8530, 9239, 9049, 9377, 8753, 8484, 12509, 8904, 9024, 11648, 8918, 9347, 8907, 8871, 10392, 8616, 8505, 11671, 8779, 9269, 12947, 8852, 9125, 8609, 8783, 12181, 8733, 8784, 10229, 8759, 8783, 8317, 8371, 13608, 9484, 9351, 9475, 8962, 12633, 8627, 8668, 12666, 8819, 9034, 9361, 8909, 9271, 8908, 9113, 8850, 8688, 8637, 13034, 9066, 9020, 10496, 9113, 9483, 12972, 9288, 9176, 8874, 9283, 9000, 8506, 8832, 10037, 10362, 9076, 10191, 8733, 8529, 12886, 9532, 9104, 11561, 8920, 9345, 8855, 9005, 9257, 10584, 9159, 8843, 8622, 8983, 11313, 8850, 8522, 10764, 9005, 9005, 11136, 8920, 8862, 10528, 8769, 9083, 9550, 9216, 9372, 9397, 9315, 9802, 8987, 9056, 12637, 9207, 9191, 8943, 9249, 10151, 8996, 9083, 10098, 9061, 8760, 10480, 9364, 8862, 11083, 9182, 9329, 9367, 9457, 9430, 11830, 9530, 9501, 8917, 9050, 11218, 9286, 10061, 10148, 9316, 8804, 8960, 8735, 9903, 9150, 9123, 9174, 9142, 9004, 11244, 9470, 14010, 11097, 9497, 11332, 9533, 10102, 8970, 9169, 13227, 9171, 9475, 9786, 9274, 9375, 9038, 9041, 12273, 9160, 9179, 9986, 9265, 9340, 9440, 9669, 9297, 9147, 9405, 9711, 9294, 8954, 12993, 9256, 9230, 9820, 9354, 9499, 9153, 9438, 9566, 9002, 9408, 11137, 9163, 9278, 12005, 9391, 9350, 9420, 9439, 9221, 9132, 9450, 10533, 9255, 9318, 9875, 9234, 9355, 12455, 9375, 9282, 10357, 9524, 9637, 9112, 9539, 13994, 9588, 9711, 10553, 9435, 12894, 9288, 9479, 11894, 9381, 9653, 8941, 9537, 9097, 9247, 9534, 9184, 9156, 9500, 10139, 9579, 9464, 12151, 9302, 9788, 9019, 9224, 12576, 9638, 9452, 13231, 9295, 9567, 10181, 9399, 9182, 9504, 9449, 9343, 8972, 9620, 9168, 9026, 9508, 9447, 10109, 9415, 9677, 9024, 9657, 9359, 11162, 9765, 9896, 9206, 9676, 10860, 10433, 9627, 10972, 9338, 9370, 12983, 9486, 9121, 12868, 9433, 9394, 11089, 9388, 9460, 11949, 9587, 9334, 10063, 9420, 9608, 9489, 9508, 9561, 11031, 9591, 9701, 9902, 9732, 9789, 9264, 9814, 9779, 10383, 9591, 9754, 9234, 9957, 9358, 9348, 9619, 12154, 10396, 9786, 9697, 9381, 9978, 9690, 9329, 9550, 13798, 10090, 9592, 12632, 9480, 10172, 10527, 9547, 12649, 9289, 9208, 10830, 9605, 9822, 9753, 9756, 9488, 9158, 9735, 8943, 9477, 9299, 12724, 9690, 9473, 9155, 9505, 9493, 9681, 9271, 9978, 9428, 9352, 9589, 13750, 11358, 9431, 12495, 9625, 9734, 10572, 9589, 9830, 12903, 9389, 9752, 9378, 9712, 10042, 9205, 9848, 9745, 10656, 9872, 9537, 9356, 9480, 12116, 9489, 9322, 12869, 9503, 9361, 10625, 9398, 9714, 12593, 9571, 9745, 9236, 9587, 9255, 9038, 9417, 10505, 9852, 9548, 9408, 8945, 9525, 9706, 10390, 9708, 9811, 8613, 9387, 9360, 11036, 9311, 9576, 8853, 9457, 9544, 8744, 9287, 12294, 11159, 9185, 10837, 8722, 9023, 13300, 9790, 8803, 12060, 8948, 8984, 10768, 9030, 9084, 11890, 8986, 9318, 9791, 8868, 9454, 12263, 9096, 9371, 8499, 9355, 9705, 10916, 9009, 9200, 9253, 9340, 9494, 9148, 9488, 9588, 9140, 9451, 11087, 9401, 9136, 11883, 9271, 9597, 10476, 8975, 11007, 10947, 9001, 9513, 8420, 8666, 11531, 10065, 8987, 9407, 8353, 9059, 9500, 8335, 9145, 10199, 10601, 9118, 11990, 8524, 9280, 10563, 9132, 11852, 10287, 8312, 11458, 8670, 9111, 8241, 8743, 10147, 8243, 8950, 9280, 8791, 8947, 8275, 8953, 8950, 8232, 8999, 11247, 8808, 10027, 9558, 8708, 13515, 9644, 8334, 10730, 8410, 9044, 11458, 8651, 9262, 8875, 8756, 10917, 8125, 8868, 13352, 9073, 9292, 8385, 8199, 10031, 8521, 10517, 8473, 8077, 9986, 8286, 8912, 7943, 8740, 9232, 7993, 8930, 10852, 8559, 8876, 11277, 8604, 9111, 8351, 8904, 8663, 10795, 8823, 8718, 8262, 8986, 10969, 8421, 8405, 13080, 8457, 8811, 9359, 8470, 8699, 11110, 8606, 8761, 7968, 8587, 13046, 8387, 8523, 9476, 8599, 8890, 10849, 8713, 9030, 8550, 8552, 8730, 8478, 8138, 8739, 8646, 12395, 8504, 8893, 10270, 8466, 9402, 10118, 9912, 10365, 9141, 8562, 8751, 7845, 8390, 8605, 8096, 8477, 8820, 7848, 8655, 9007, 11493, 8571, 9144, 8380, 9289], 'WindowCenter': [4146.0, 4101.0, 4134.0, 4070.0, 4109.0, 4074.0, 4093.0, 4050.0, 4080.0, 4039.0, 4077.0, 4039.0, 4078.0, 4059.0, 4027.0, 4046.0, 4027.0, 4035.0, 4026.0, 4046.0, 4029.0, 4068.0, 4029.0, 4039.0, 4038.0, 4039.0, 4040.0, 4040.0, 4062.0, 4042.0, 4071.0, 4051.0, 4053.0, 4054.0, 4055.0, 4075.0, 4054.0, 4085.0, 4054.0, 4073.0, 4054.0, 4055.0, 4084.0, 4055.0, 4096.0, 4054.0, 4102.0, 4063.0, 4062.0, 4093.0, 4052.0, 4082.0, 4051.0, 4050.0, 4051.0, 4043.0, 4071.0, 4052.0, 4093.0, 4074.0, 4042.0, 4072.0, 4041.0, 4062.0, 4051.0, 4049.0, 4082.0, 4064.0, 4052.0, 4072.0, 4042.0, 4093.0, 4062.0, 4042.0, 4104.0, 4062.0, 4040.0, 4071.0, 4042.0, 4051.0, 4062.0, 4053.0, 4094.0, 4063.0, 4053.0, 4084.0, 4055.0, 4063.0, 4074.0, 4043.0, 4093.0, 4053.0, 4063.0, 4063.0, 4052.0, 4115.0, 4071.0, 4041.0, 4081.0, 4052.0, 4049.0, 4060.0, 4040.0, 4093.0, 4061.0, 4041.0, 4083.0, 4050.0, 4065.0, 4082.0, 4052.0, 4053.0, 4080.0, 4051.0, 4041.0, 4083.0, 4063.0, 4042.0, 4093.0, 4051.0, 4051.0, 4073.0, 4041.0, 4050.0, 4061.0, 4051.0, 4060.0, 4071.0, 4040.0, 4052.0, 4061.0, 4053.0, 4053.0, 4075.0, 4055.0, 4051.0, 4094.0, 4054.0, 4052.0, 4073.0, 4055.0, 4093.0, 4051.0, 4052.0, 4103.0, 4072.0, 4041.0, 4082.0, 4049.0, 4043.0, 4073.0, 4041.0, 4042.0, 4092.0, 4063.0, 4052.0, 4093.0, 4053.0, 4041.0, 4073.0, 4053.0, 4052.0, 4063.0, 4043.0, 4104.0, 4063.0, 4053.0, 4093.0, 4051.0, 4051.0, 4070.0, 4040.0, 4090.0, 4059.0, 4039.0, 4070.0, 4039.0, 4080.0, 4060.0, 4037.0, 4079.0, 4038.0, 4027.0, 4059.0, 4038.0, 4049.0, 4058.0, 4040.0, 4051.0, 4050.0, 4041.0, 4093.0, 4052.0, 4051.0, 4073.0, 4053.0, 4048.0, 4051.0, 4042.0, 4093.0, 4051.0, 4051.0, 4083.0, 4054.0, 4042.0, 4071.0, 4051.0, 4052.0, 4072.0, 4052.0, 4050.0, 4063.0, 4053.0, 4082.0, 4063.0, 4042.0, 4094.0, 4063.0, 4053.0, 4073.0, 4052.0, 4053.0, 4084.0, 4064.0, 4052.0, 4097.0, 4055.0, 4053.0, 4082.0, 4064.0, 4054.0, 4074.0, 4064.0, 4054.0, 4055.0, 4076.0, 4068.0, 4067.0, 4118.0, 4065.0, 4054.0, 4096.0, 4054.0, 4076.0, 4063.0, 4062.0, 4094.0, 4075.0, 4064.0, 4083.0, 4060.0, 4083.0, 4062.0, 4051.0, 4093.0, 4052.0, 4062.0, 4083.0, 4054.0, 4071.0, 4039.0, 4051.0, 4092.0, 4061.0, 4041.0, 4081.0, 4064.0, 4053.0, 4103.0, 4061.0, 4052.0, 4083.0, 4053.0, 4062.0, 4061.0, 4052.0, 4092.0, 4061.0, 4062.0, 4073.0, 4052.0, 4072.0, 4051.0, 4042.0, 4083.0, 4067.0, 4067.0, 4066.0, 4066.0, 4055.0, 4085.0, 4056.0, 4075.0, 4064.0, 4045.0, 4105.0, 4073.0, 4105.0, 4072.0, 4062.0, 4093.0, 4062.0, 4063.0, 4104.0, 4072.0, 4054.0, 4069.0, 4064.0, 4077.0, 4078.0, 4077.0, 4068.0, 4075.0, 4067.0, 4055.0, 4096.0, 4073.0, 4106.0, 4097.0, 4108.0, 4094.0, 4063.0, 4039.0, 4039.0, 4039.0, 4039.0, 4051.0, 4042.0, 4093.0, 4053.0, 4064.0, 4064.0, 4067.0, 4118.0, 4062.0, 4052.0, 4073.0, 4064.0, 4064.0, 4082.0, 4054.0, 4054.0, 4073.0, 4052.0, 4090.0, 4037.0, 4070.0, 4061.0, 4050.0, 4090.0, 4047.0, 4046.0, 4046.0, 4048.0, 4048.0, 4038.0, 4051.0, 4081.0, 4051.0, 4061.0, 4051.0, 4062.0, 4082.0, 4053.0, 4062.0, 4064.0, 4054.0, 4105.0, 4083.0, 4051.0, 4072.0, 4052.0, 4063.0, 4064.0, 4053.0, 4065.0, 4095.0, 4051.0, 4064.0, 4062.0, 4064.0, 4108.0, 4082.0, 4050.0, 4081.0, 4038.0, 4048.0, 4059.0, 4051.0, 4062.0, 4061.0, 4052.0, 4091.0, 4051.0, 4051.0, 4059.0, 4050.0, 4083.0, 4082.0, 4050.0, 4051.0, 4050.0, 4062.0, 4052.0, 4051.0, 4064.0, 4074.0, 4064.0, 4061.0, 4073.0, 4062.0, 4072.0, 4095.0, 4074.0, 4075.0, 4075.0, 4074.0, 4063.0, 4063.0, 4062.0, 4092.0, 4074.0, 4052.0, 4104.0, 4052.0, 4062.0, 4060.0, 4051.0, 4081.0, 4048.0, 4061.0, 4070.0, 4061.0, 4062.0, 4052.0, 4073.0, 4082.0, 4063.0, 4063.0, 4083.0, 4062.0, 4104.0, 4050.0, 4061.0, 4061.0, 4050.0, 4081.0, 4050.0, 4079.0, 4048.0, 4049.0, 4049.0, 4048.0, 4056.0, 4050.0, 4049.0, 4092.0, 4050.0, 4061.0, 4060.0, 4062.0, 4062.0, 4053.0, 4062.0, 4093.0, 4060.0, 4092.0, 4051.0, 4059.0, 4060.0, 4051.0, 4083.0, 4082.0, 4061.0, 4058.0, 4072.0, 4060.0, 4062.0, 4061.0, 4050.0, 4054.0, 4072.0, 4062.0, 4063.0, 4074.0, 4062.0, 4091.0, 4053.0, 4061.0, 4048.0, 4048.0, 4079.0, 4047.0, 4049.0, 4060.0, 4051.0, 4060.0, 4052.0, 4074.0, 4064.0, 4064.0, 4065.0, 4074.0, 4075.0, 4085.0, 4076.0, 4077.0, 4095.0, 4065.0, 4105.0, 4064.0, 4063.0, 4063.0, 4063.0, 4093.0, 4063.0, 4063.0, 4061.0, 4064.0, 4062.0, 4063.0, 4064.0, 4085.0, 4075.0, 4075.0, 4065.0, 4075.0, 4095.0, 4065.0, 4074.0, 4084.0, 4063.0, 4103.0, 4061.0, 4062.0, 4071.0, 4062.0, 4072.0, 4072.0, 4061.0, 4082.0, 4051.0, 4051.0, 4071.0, 4051.0, 4061.0, 4062.0, 4062.0, 4081.0, 4052.0, 4062.0, 4063.0, 4063.0, 4061.0, 4051.0, 4062.0, 4083.0, 4051.0, 4062.0, 4063.0, 4062.0, 4064.0, 4064.0, 4076.0, 4063.0, 4064.0, 4064.0, 4107.0, 4076.0, 4074.0, 4075.0, 4075.0, 4074.0, 4064.0, 4065.0, 4105.0, 4064.0, 4073.0, 4063.0, 4064.0, 4084.0, 4064.0, 4073.0, 4085.0, 4063.0, 4093.0, 4062.0, 4063.0, 4073.0, 4063.0, 4063.0, 4074.0, 4064.0, 4063.0, 4064.0, 4063.0, 4095.0, 4064.0, 4065.0, 4097.0, 4064.0, 4075.0, 4075.0, 4065.0, 4077.0, 4117.0, 4086.0, 4075.0, 4074.0, 4064.0, 4064.0, 4106.0, 4065.0, 4064.0, 4106.0, 4072.0, 4063.0, 4093.0, 4062.0, 4061.0, 4069.0, 4047.0, 4068.0, 4069.0, 4047.0, 4056.0, 4045.0, 4025.0, 4055.0, 4035.0, 4036.0, 4046.0, 4037.0, 4049.0, 4048.0, 4048.0, 4051.0, 4062.0, 4052.0, 4063.0, 4062.0, 4051.0, 4053.0, 4083.0, 4063.0, 4063.0, 4063.0, 4062.0, 4062.0, 4105.0, 4073.0, 4054.0, 4084.0, 4064.0, 4064.0, 4084.0, 4075.0, 4061.0, 4075.0, 4065.0, 4077.0, 4097.0, 4087.0, 4066.0, 4075.0, 4075.0, 4076.0, 4075.0, 4085.0, 4075.0, 4064.0, 4061.0, 4064.0, 4107.0, 4086.0, 4064.0, 4095.0, 4062.0, 4063.0, 4062.0, 4062.0, 4060.0, 4073.0, 4051.0, 4062.0, 4052.0, 4051.0, 4074.0, 4053.0, 4053.0, 4063.0, 4051.0, 4062.0, 4073.0, 4064.0, 4065.0, 4106.0, 4063.0, 4065.0, 4073.0, 4064.0, 4064.0, 4105.0, 4075.0, 4064.0, 4094.0, 4076.0, 4076.0, 4075.0, 4083.0, 4066.0, 4066.0, 4104.0, 4085.0, 4075.0, 4072.0, 4052.0, 4051.0, 4093.0, 4073.0, 4062.0, 4081.0, 4052.0, 4061.0, 4061.0, 4062.0, 4052.0, 4062.0, 4061.0, 4062.0, 4051.0, 4052.0, 4094.0, 4063.0, 4062.0, 4083.0, 4063.0, 4063.0, 4063.0, 4063.0, 4073.0, 4052.0, 4052.0, 4082.0, 4052.0, 4061.0, 4092.0, 4051.0, 4061.0, 4050.0, 4051.0, 4081.0, 4051.0, 4051.0, 4072.0, 4052.0, 4052.0, 4050.0, 4052.0, 4093.0, 4062.0, 4061.0, 4061.0, 4050.0, 4080.0, 4051.0, 4051.0, 4092.0, 4051.0, 4062.0, 4062.0, 4063.0, 4062.0, 4063.0, 4063.0, 4063.0, 4064.0, 4064.0, 4105.0, 4063.0, 4064.0, 4072.0, 4060.0, 4073.0, 4093.0, 4062.0, 4061.0, 4050.0, 4061.0, 4060.0, 4063.0, 4062.0, 4073.0, 4072.0, 4062.0, 4072.0, 4051.0, 4052.0, 4093.0, 4062.0, 4050.0, 4081.0, 4061.0, 4060.0, 4061.0, 4062.0, 4062.0, 4072.0, 4062.0, 4061.0, 4050.0, 4061.0, 4081.0, 4050.0, 4051.0, 4071.0, 4061.0, 4062.0, 4083.0, 4063.0, 4062.0, 4072.0, 4052.0, 4062.0, 4072.0, 4063.0, 4062.0, 4061.0, 4062.0, 4072.0, 4063.0, 4062.0, 4094.0, 4061.0, 4062.0, 4061.0, 4062.0, 4071.0, 4063.0, 4063.0, 4073.0, 4062.0, 4062.0, 4083.0, 4074.0, 4063.0, 4083.0, 4074.0, 4074.0, 4063.0, 4074.0, 4063.0, 4094.0, 4074.0, 4073.0, 4063.0, 4063.0, 4083.0, 4062.0, 4072.0, 4071.0, 4063.0, 4062.0, 4060.0, 4062.0, 4072.0, 4074.0, 4075.0, 4074.0, 4074.0, 4073.0, 4084.0, 4073.0, 4104.0, 4086.0, 4063.0, 4083.0, 4073.0, 4073.0, 4060.0, 4061.0, 4092.0, 4061.0, 4061.0, 4061.0, 4061.0, 4061.0, 4061.0, 4062.0, 4092.0, 4062.0, 4062.0, 4072.0, 4062.0, 4062.0, 4062.0, 4062.0, 4061.0, 4061.0, 4062.0, 4061.0, 4062.0, 4061.0, 4093.0, 4062.0, 4061.0, 4073.0, 4063.0, 4070.0, 4074.0, 4072.0, 4073.0, 4063.0, 4073.0, 4083.0, 4062.0, 4074.0, 4094.0, 4063.0, 4062.0, 4063.0, 4074.0, 4073.0, 4074.0, 4074.0, 4084.0, 4074.0, 4074.0, 4074.0, 4075.0, 4075.0, 4105.0, 4074.0, 4074.0, 4083.0, 4074.0, 4074.0, 4064.0, 4074.0, 4105.0, 4073.0, 4074.0, 4072.0, 4063.0, 4093.0, 4064.0, 4062.0, 4082.0, 4060.0, 4060.0, 4061.0, 4062.0, 4062.0, 4063.0, 4073.0, 4073.0, 4074.0, 4073.0, 4084.0, 4075.0, 4074.0, 4095.0, 4075.0, 4086.0, 4064.0, 4073.0, 4095.0, 4074.0, 4073.0, 4094.0, 4063.0, 4072.0, 4074.0, 4062.0, 4061.0, 4062.0, 4062.0, 4061.0, 4061.0, 4073.0, 4073.0, 4061.0, 4072.0, 4074.0, 4073.0, 4061.0, 4073.0, 4062.0, 4074.0, 4063.0, 4084.0, 4071.0, 4073.0, 4063.0, 4073.0, 4083.0, 4084.0, 4073.0, 4072.0, 4061.0, 4061.0, 4092.0, 4061.0, 4061.0, 4092.0, 4061.0, 4061.0, 4080.0, 4060.0, 4062.0, 4083.0, 4062.0, 4062.0, 4073.0, 4062.0, 4073.0, 4073.0, 4073.0, 4073.0, 4085.0, 4075.0, 4074.0, 4074.0, 4074.0, 4073.0, 4063.0, 4073.0, 4074.0, 4073.0, 4072.0, 4074.0, 4062.0, 4074.0, 4061.0, 4063.0, 4073.0, 4094.0, 4074.0, 4073.0, 4074.0, 4075.0, 4075.0, 4074.0, 4075.0, 4075.0, 4105.0, 4074.0, 4074.0, 4094.0, 4060.0, 4060.0, 4071.0, 4060.0, 4079.0, 4049.0, 4060.0, 4070.0, 4059.0, 4060.0, 4059.0, 4060.0, 4060.0, 4059.0, 4061.0, 4059.0, 4060.0, 4062.0, 4092.0, 4062.0, 4074.0, 4072.0, 4076.0, 4075.0, 4074.0, 4075.0, 4086.0, 4073.0, 4074.0, 4076.0, 4106.0, 4085.0, 4075.0, 4093.0, 4061.0, 4062.0, 4071.0, 4060.0, 4062.0, 4093.0, 4061.0, 4060.0, 4061.0, 4073.0, 4073.0, 4073.0, 4073.0, 4063.0, 4073.0, 4072.0, 4074.0, 4073.0, 4074.0, 4094.0, 4074.0, 4074.0, 4105.0, 4074.0, 4074.0, 4085.0, 4074.0, 4073.0, 4095.0, 4071.0, 4061.0, 4063.0, 4069.0, 4060.0, 4062.0, 4062.0, 4072.0, 4071.0, 4061.0, 4059.0, 4050.0, 4061.0, 4061.0, 4069.0, 4058.0, 4071.0, 4061.0, 4060.0, 4061.0, 4081.0, 4062.0, 4059.0, 4062.0, 4061.0, 4060.0, 4047.0, 4059.0, 4082.0, 4081.0, 4061.0, 4068.0, 4049.0, 4049.0, 4089.0, 4058.0, 4049.0, 4079.0, 4048.0, 4050.0, 4070.0, 4049.0, 4058.0, 4081.0, 4049.0, 4059.0, 4059.0, 4061.0, 4061.0, 4081.0, 4058.0, 4060.0, 4060.0, 4062.0, 4070.0, 4083.0, 4062.0, 4062.0, 4075.0, 4075.0, 4086.0, 4074.0, 4075.0, 4086.0, 4076.0, 4086.0, 4094.0, 4076.0, 4075.0, 4108.0, 4077.0, 4074.0, 4085.0, 4063.0, 4082.0, 4072.0, 4061.0, 4059.0, 4049.0, 4051.0, 4083.0, 4071.0, 4062.0, 4062.0, 4052.0, 4063.0, 4074.0, 4052.0, 4073.0, 4084.0, 4085.0, 4063.0, 4092.0, 4063.0, 4062.0, 4072.0, 4061.0, 4080.0, 4070.0, 4039.0, 4070.0, 4050.0, 4050.0, 4049.0, 4048.0, 4070.0, 4048.0, 4060.0, 4061.0, 4061.0, 4063.0, 4063.0, 4073.0, 4073.0, 4063.0, 4075.0, 4083.0, 4061.0, 4073.0, 4073.0, 4053.0, 4093.0, 4061.0, 4053.0, 4082.0, 4050.0, 4061.0, 4081.0, 4051.0, 4061.0, 4061.0, 4050.0, 4070.0, 4039.0, 4048.0, 4091.0, 4049.0, 4047.0, 4037.0, 4037.0, 4045.0, 4038.0, 4057.0, 4037.0, 4037.0, 4055.0, 4039.0, 4059.0, 4051.0, 4061.0, 4062.0, 4052.0, 4064.0, 4083.0, 4063.0, 4063.0, 4084.0, 4061.0, 4074.0, 4064.0, 4064.0, 4063.0, 4083.0, 4062.0, 4052.0, 4051.0, 4072.0, 4082.0, 4053.0, 4052.0, 4093.0, 4052.0, 4061.0, 4062.0, 4052.0, 4061.0, 4083.0, 4061.0, 4063.0, 4051.0, 4062.0, 4094.0, 4053.0, 4063.0, 4074.0, 4065.0, 4063.0, 4086.0, 4064.0, 4074.0, 4064.0, 4077.0, 4075.0, 4063.0, 4054.0, 4066.0, 4065.0, 4105.0, 4066.0, 4064.0, 4085.0, 4054.0, 4061.0, 4072.0, 4062.0, 4060.0, 4050.0, 4051.0, 4050.0, 4052.0, 4053.0, 4053.0, 4052.0, 4053.0, 4076.0, 4054.0, 4063.0, 4076.0, 4097.0, 4065.0, 4075.0, 4054.0, 4075.0], 'WindowWidth': [9226.0, 9152.0, 9182.0, 9087.0, 9132.0, 9079.0, 9100.0, 9039.0, 9076.0, 9020.0, 9066.0, 9018.0, 9069.0, 9045.0, 8998.0, 9025.0, 9001.0, 9009.0, 8998.0, 9025.0, 9006.0, 9056.0, 9006.0, 9019.0, 9018.0, 9020.0, 9023.0, 9024.0, 9054.0, 9031.0, 9067.0, 9042.0, 9046.0, 9051.0, 9051.0, 9078.0, 9051.0, 9092.0, 9050.0, 9073.0, 9050.0, 9051.0, 9090.0, 9053.0, 9107.0, 9050.0, 9111.0, 9059.0, 9055.0, 9099.0, 9042.0, 9080.0, 9040.0, 9036.0, 9040.0, 9035.0, 9066.0, 9043.0, 9097.0, 9073.0, 9028.0, 9068.0, 9028.0, 9057.0, 9040.0, 9035.0, 9082.0, 9062.0, 9044.0, 9070.0, 9030.0, 9100.0, 9059.0, 9030.0, 9116.0, 9056.0, 9026.0, 9067.0, 9031.0, 9040.0, 9058.0, 9049.0, 9101.0, 9060.0, 9047.0, 9087.0, 9053.0, 9058.0, 9073.0, 9032.0, 9100.0, 9047.0, 9056.0, 9058.0, 9044.0, 9130.0, 9066.0, 9027.0, 9080.0, 9042.0, 9035.0, 9051.0, 9026.0, 9099.0, 9053.0, 9024.0, 9085.0, 9039.0, 9067.0, 9084.0, 9044.0, 9046.0, 9079.0, 9040.0, 9027.0, 9086.0, 9060.0, 9029.0, 9097.0, 9040.0, 9040.0, 9071.0, 9027.0, 9036.0, 9052.0, 9040.0, 9049.0, 9064.0, 9024.0, 9041.0, 9053.0, 9045.0, 9045.0, 9078.0, 9052.0, 9041.0, 9101.0, 9048.0, 9043.0, 9072.0, 9052.0, 9098.0, 9040.0, 9041.0, 9112.0, 9068.0, 9023.0, 9080.0, 9036.0, 9032.0, 9071.0, 9027.0, 9029.0, 9095.0, 9057.0, 9041.0, 9098.0, 9044.0, 9026.0, 9070.0, 9047.0, 9045.0, 9057.0, 9033.0, 9116.0, 9058.0, 9044.0, 9098.0, 9039.0, 9038.0, 9063.0, 9021.0, 9089.0, 9044.0, 9017.0, 9063.0, 9021.0, 9074.0, 9049.0, 9016.0, 9072.0, 9015.0, 9001.0, 9045.0, 9018.0, 9033.0, 9044.0, 9024.0, 9040.0, 9037.0, 9027.0, 9099.0, 9043.0, 9040.0, 9071.0, 9045.0, 9034.0, 9041.0, 9030.0, 9097.0, 9040.0, 9040.0, 9085.0, 9050.0, 9029.0, 9066.0, 9041.0, 9042.0, 9068.0, 9042.0, 9040.0, 9059.0, 9051.0, 9084.0, 9061.0, 9032.0, 9100.0, 9058.0, 9045.0, 9074.0, 9044.0, 9047.0, 9090.0, 9064.0, 9046.0, 9113.0, 9054.0, 9049.0, 9086.0, 9062.0, 9049.0, 9077.0, 9062.0, 9051.0, 9053.0, 9083.0, 9075.0, 9070.0, 9140.0, 9067.0, 9050.0, 9106.0, 9049.0, 9079.0, 9059.0, 9057.0, 9101.0, 9077.0, 9062.0, 9086.0, 9053.0, 9084.0, 9056.0, 9039.0, 9096.0, 9042.0, 9054.0, 9087.0, 9051.0, 9066.0, 9020.0, 9041.0, 9096.0, 9057.0, 9029.0, 9081.0, 9063.0, 9044.0, 9112.0, 9052.0, 9042.0, 9084.0, 9047.0, 9059.0, 9054.0, 9042.0, 9095.0, 9054.0, 9055.0, 9070.0, 9043.0, 9067.0, 9039.0, 9031.0, 9087.0, 9072.0, 9072.0, 9069.0, 9068.0, 9052.0, 9090.0, 9053.0, 9076.0, 9061.0, 9035.0, 9115.0, 9071.0, 9114.0, 9069.0, 9052.0, 9096.0, 9055.0, 9055.0, 9111.0, 9066.0, 9049.0, 9063.0, 9060.0, 9084.0, 9089.0, 9085.0, 9072.0, 9078.0, 9069.0, 9050.0, 9105.0, 9071.0, 9117.0, 9109.0, 9124.0, 9099.0, 9058.0, 9017.0, 9016.0, 9018.0, 9020.0, 9037.0, 9026.0, 9094.0, 9045.0, 9059.0, 9061.0, 9068.0, 9139.0, 9054.0, 9039.0, 9069.0, 9058.0, 9059.0, 9080.0, 9045.0, 9043.0, 9067.0, 9040.0, 9086.0, 9014.0, 9058.0, 9052.0, 9034.0, 9085.0, 9024.0, 9021.0, 9021.0, 9027.0, 9026.0, 9015.0, 9035.0, 9075.0, 9037.0, 9050.0, 9038.0, 9053.0, 9080.0, 9042.0, 9053.0, 9058.0, 9046.0, 9113.0, 9082.0, 9038.0, 9066.0, 9038.0, 9055.0, 9058.0, 9043.0, 9060.0, 9099.0, 9039.0, 9056.0, 9054.0, 9059.0, 9124.0, 9080.0, 9033.0, 9075.0, 9014.0, 9025.0, 9043.0, 9035.0, 9051.0, 9050.0, 9038.0, 9089.0, 9036.0, 9035.0, 9043.0, 9033.0, 9080.0, 9078.0, 9033.0, 9034.0, 9032.0, 9054.0, 9040.0, 9040.0, 9060.0, 9071.0, 9057.0, 9053.0, 9068.0, 9054.0, 9067.0, 9101.0, 9072.0, 9075.0, 9077.0, 9075.0, 9058.0, 9054.0, 9055.0, 9094.0, 9073.0, 9041.0, 9112.0, 9039.0, 9051.0, 9047.0, 9035.0, 9075.0, 9030.0, 9048.0, 9059.0, 9050.0, 9052.0, 9039.0, 9070.0, 9082.0, 9057.0, 9054.0, 9084.0, 9053.0, 9109.0, 9035.0, 9048.0, 9048.0, 9032.0, 9074.0, 9033.0, 9069.0, 9027.0, 9028.0, 9029.0, 9029.0, 9037.0, 9034.0, 9032.0, 9092.0, 9034.0, 9049.0, 9047.0, 9053.0, 9053.0, 9043.0, 9051.0, 9095.0, 9048.0, 9093.0, 9037.0, 9044.0, 9047.0, 9036.0, 9081.0, 9077.0, 9050.0, 9042.0, 9066.0, 9049.0, 9051.0, 9051.0, 9036.0, 9044.0, 9068.0, 9055.0, 9058.0, 9073.0, 9053.0, 9093.0, 9041.0, 9050.0, 9027.0, 9028.0, 9069.0, 9026.0, 9030.0, 9045.0, 9036.0, 9048.0, 9041.0, 9072.0, 9059.0, 9059.0, 9062.0, 9073.0, 9078.0, 9090.0, 9079.0, 9081.0, 9104.0, 9062.0, 9115.0, 9060.0, 9055.0, 9056.0, 9055.0, 9096.0, 9056.0, 9054.0, 9052.0, 9060.0, 9057.0, 9058.0, 9059.0, 9090.0, 9078.0, 9077.0, 9063.0, 9077.0, 9103.0, 9063.0, 9072.0, 9086.0, 9057.0, 9110.0, 9052.0, 9053.0, 9064.0, 9053.0, 9067.0, 9066.0, 9050.0, 9079.0, 9037.0, 9038.0, 9064.0, 9038.0, 9051.0, 9052.0, 9052.0, 9078.0, 9039.0, 9054.0, 9056.0, 9055.0, 9051.0, 9037.0, 9054.0, 9081.0, 9036.0, 9051.0, 9056.0, 9055.0, 9059.0, 9061.0, 9079.0, 9057.0, 9061.0, 9061.0, 9121.0, 9078.0, 9074.0, 9076.0, 9079.0, 9073.0, 9060.0, 9062.0, 9116.0, 9060.0, 9070.0, 9057.0, 9059.0, 9085.0, 9058.0, 9069.0, 9087.0, 9056.0, 9096.0, 9054.0, 9055.0, 9071.0, 9058.0, 9057.0, 9073.0, 9060.0, 9057.0, 9060.0, 9059.0, 9104.0, 9062.0, 9063.0, 9108.0, 9063.0, 9077.0, 9078.0, 9065.0, 9082.0, 9138.0, 9093.0, 9078.0, 9074.0, 9062.0, 9060.0, 9117.0, 9062.0, 9060.0, 9119.0, 9069.0, 9054.0, 9096.0, 9053.0, 9049.0, 9058.0, 9026.0, 9053.0, 9055.0, 9024.0, 9033.0, 9018.0, 8992.0, 9031.0, 9006.0, 9009.0, 9022.0, 9012.0, 9031.0, 9028.0, 9031.0, 9038.0, 9053.0, 9040.0, 9056.0, 9052.0, 9039.0, 9044.0, 9083.0, 9056.0, 9058.0, 9057.0, 9054.0, 9056.0, 9117.0, 9071.0, 9046.0, 9085.0, 9059.0, 9061.0, 9087.0, 9075.0, 9054.0, 9077.0, 9064.0, 9084.0, 9112.0, 9096.0, 9067.0, 9076.0, 9078.0, 9081.0, 9075.0, 9089.0, 9077.0, 9061.0, 9055.0, 9061.0, 9122.0, 9093.0, 9059.0, 9101.0, 9055.0, 9055.0, 9053.0, 9054.0, 9049.0, 9070.0, 9038.0, 9054.0, 9039.0, 9040.0, 9072.0, 9044.0, 9044.0, 9057.0, 9039.0, 9055.0, 9071.0, 9061.0, 9062.0, 9117.0, 9059.0, 9062.0, 9071.0, 9061.0, 9061.0, 9117.0, 9076.0, 9060.0, 9102.0, 9078.0, 9079.0, 9077.0, 9086.0, 9067.0, 9066.0, 9116.0, 9089.0, 9076.0, 9065.0, 9040.0, 9037.0, 9096.0, 9070.0, 9052.0, 9078.0, 9038.0, 9050.0, 9051.0, 9054.0, 9040.0, 9054.0, 9051.0, 9052.0, 9037.0, 9041.0, 9097.0, 9056.0, 9053.0, 9083.0, 9056.0, 9056.0, 9055.0, 9054.0, 9067.0, 9039.0, 9038.0, 9077.0, 9038.0, 9049.0, 9093.0, 9037.0, 9049.0, 9033.0, 9038.0, 9076.0, 9037.0, 9038.0, 9066.0, 9041.0, 9039.0, 9035.0, 9041.0, 9095.0, 9052.0, 9050.0, 9049.0, 9034.0, 9073.0, 9037.0, 9036.0, 9092.0, 9036.0, 9053.0, 9054.0, 9058.0, 9054.0, 9055.0, 9057.0, 9055.0, 9059.0, 9058.0, 9113.0, 9057.0, 9062.0, 9066.0, 9050.0, 9068.0, 9096.0, 9052.0, 9050.0, 9035.0, 9050.0, 9047.0, 9055.0, 9054.0, 9068.0, 9067.0, 9053.0, 9067.0, 9038.0, 9039.0, 9096.0, 9055.0, 9034.0, 9077.0, 9051.0, 9048.0, 9050.0, 9052.0, 9052.0, 9065.0, 9053.0, 9051.0, 9034.0, 9051.0, 9077.0, 9035.0, 9038.0, 9064.0, 9050.0, 9054.0, 9082.0, 9056.0, 9053.0, 9067.0, 9040.0, 9052.0, 9068.0, 9056.0, 9054.0, 9052.0, 9055.0, 9066.0, 9056.0, 9054.0, 9098.0, 9052.0, 9054.0, 9052.0, 9055.0, 9066.0, 9055.0, 9055.0, 9069.0, 9055.0, 9054.0, 9084.0, 9072.0, 9057.0, 9084.0, 9072.0, 9071.0, 9056.0, 9074.0, 9057.0, 9099.0, 9073.0, 9071.0, 9056.0, 9055.0, 9083.0, 9053.0, 9067.0, 9064.0, 9055.0, 9055.0, 9049.0, 9055.0, 9069.0, 9074.0, 9077.0, 9075.0, 9075.0, 9071.0, 9087.0, 9072.0, 9114.0, 9089.0, 9054.0, 9081.0, 9069.0, 9069.0, 9048.0, 9049.0, 9094.0, 9051.0, 9049.0, 9049.0, 9050.0, 9049.0, 9050.0, 9053.0, 9094.0, 9053.0, 9053.0, 9067.0, 9054.0, 9053.0, 9054.0, 9053.0, 9050.0, 9051.0, 9052.0, 9051.0, 9052.0, 9052.0, 9097.0, 9054.0, 9054.0, 9071.0, 9057.0, 9064.0, 9074.0, 9069.0, 9070.0, 9056.0, 9070.0, 9081.0, 9054.0, 9071.0, 9100.0, 9056.0, 9054.0, 9056.0, 9071.0, 9071.0, 9073.0, 9072.0, 9086.0, 9073.0, 9074.0, 9072.0, 9074.0, 9076.0, 9118.0, 9074.0, 9073.0, 9084.0, 9074.0, 9072.0, 9059.0, 9074.0, 9117.0, 9071.0, 9071.0, 9068.0, 9055.0, 9095.0, 9058.0, 9053.0, 9080.0, 9048.0, 9047.0, 9049.0, 9052.0, 9052.0, 9058.0, 9069.0, 9071.0, 9072.0, 9072.0, 9085.0, 9075.0, 9072.0, 9103.0, 9077.0, 9091.0, 9062.0, 9070.0, 9101.0, 9073.0, 9070.0, 9098.0, 9055.0, 9067.0, 9071.0, 9053.0, 9050.0, 9053.0, 9051.0, 9050.0, 9051.0, 9069.0, 9069.0, 9053.0, 9069.0, 9073.0, 9071.0, 9053.0, 9070.0, 9055.0, 9072.0, 9056.0, 9085.0, 9066.0, 9069.0, 9056.0, 9070.0, 9084.0, 9085.0, 9068.0, 9066.0, 9051.0, 9051.0, 9092.0, 9051.0, 9049.0, 9092.0, 9048.0, 9049.0, 9074.0, 9048.0, 9051.0, 9081.0, 9053.0, 9054.0, 9069.0, 9054.0, 9069.0, 9070.0, 9071.0, 9070.0, 9089.0, 9075.0, 9072.0, 9073.0, 9074.0, 9069.0, 9058.0, 9070.0, 9071.0, 9071.0, 9067.0, 9071.0, 9056.0, 9073.0, 9052.0, 9055.0, 9068.0, 9100.0, 9072.0, 9072.0, 9074.0, 9075.0, 9075.0, 9072.0, 9075.0, 9074.0, 9116.0, 9072.0, 9071.0, 9099.0, 9050.0, 9045.0, 9062.0, 9046.0, 9070.0, 9030.0, 9046.0, 9060.0, 9046.0, 9046.0, 9046.0, 9047.0, 9047.0, 9045.0, 9051.0, 9046.0, 9048.0, 9053.0, 9095.0, 9053.0, 9071.0, 9068.0, 9078.0, 9077.0, 9075.0, 9078.0, 9093.0, 9071.0, 9074.0, 9076.0, 9117.0, 9087.0, 9074.0, 9095.0, 9051.0, 9051.0, 9061.0, 9047.0, 9050.0, 9093.0, 9050.0, 9048.0, 9051.0, 9069.0, 9067.0, 9070.0, 9070.0, 9056.0, 9069.0, 9067.0, 9071.0, 9070.0, 9073.0, 9098.0, 9072.0, 9073.0, 9116.0, 9072.0, 9074.0, 9089.0, 9074.0, 9069.0, 9102.0, 9065.0, 9051.0, 9055.0, 9061.0, 9048.0, 9052.0, 9052.0, 9065.0, 9063.0, 9050.0, 9045.0, 9033.0, 9050.0, 9047.0, 9058.0, 9043.0, 9063.0, 9051.0, 9048.0, 9048.0, 9078.0, 9054.0, 9045.0, 9052.0, 9051.0, 9047.0, 9028.0, 9044.0, 9078.0, 9076.0, 9047.0, 9056.0, 9030.0, 9031.0, 9082.0, 9041.0, 9030.0, 9070.0, 9029.0, 9032.0, 9059.0, 9032.0, 9043.0, 9074.0, 9031.0, 9045.0, 9043.0, 9049.0, 9048.0, 9077.0, 9043.0, 9049.0, 9049.0, 9055.0, 9062.0, 9083.0, 9054.0, 9052.0, 9077.0, 9078.0, 9094.0, 9075.0, 9076.0, 9092.0, 9079.0, 9092.0, 9103.0, 9081.0, 9079.0, 9126.0, 9083.0, 9075.0, 9088.0, 9055.0, 9080.0, 9065.0, 9051.0, 9045.0, 9031.0, 9036.0, 9080.0, 9064.0, 9052.0, 9053.0, 9040.0, 9057.0, 9071.0, 9041.0, 9070.0, 9085.0, 9086.0, 9056.0, 9095.0, 9056.0, 9052.0, 9063.0, 9048.0, 9073.0, 9059.0, 9017.0, 9058.0, 9033.0, 9033.0, 9030.0, 9029.0, 9058.0, 9028.0, 9047.0, 9050.0, 9051.0, 9055.0, 9057.0, 9072.0, 9072.0, 9058.0, 9075.0, 9084.0, 9052.0, 9067.0, 9068.0, 9042.0, 9094.0, 9050.0, 9044.0, 9081.0, 9036.0, 9050.0, 9078.0, 9038.0, 9049.0, 9050.0, 9035.0, 9058.0, 9018.0, 9027.0, 9088.0, 9028.0, 9023.0, 9009.0, 9010.0, 9018.0, 9011.0, 9035.0, 9009.0, 9010.0, 9034.0, 9017.0, 9043.0, 9036.0, 9051.0, 9052.0, 9042.0, 9058.0, 9082.0, 9056.0, 9054.0, 9085.0, 9051.0, 9074.0, 9059.0, 9058.0, 9054.0, 9083.0, 9052.0, 9038.0, 9037.0, 9068.0, 9080.0, 9043.0, 9041.0, 9097.0, 9041.0, 9052.0, 9053.0, 9042.0, 9051.0, 9082.0, 9052.0, 9055.0, 9038.0, 9053.0, 9098.0, 9042.0, 9057.0, 9073.0, 9061.0, 9058.0, 9091.0, 9060.0, 9073.0, 9062.0, 9083.0, 9079.0, 9059.0, 9046.0, 9065.0, 9063.0, 9116.0, 9062.0, 9058.0, 9087.0, 9045.0, 9049.0, 9064.0, 9050.0, 9046.0, 9032.0, 9034.0, 9032.0, 9037.0, 9040.0, 9040.0, 9040.0, 9043.0, 9077.0, 9046.0, 9060.0, 9079.0, 9108.0, 9064.0, 9075.0, 9045.0, 9074.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.0007663390847711927</td></tr>
<tr><td colspan=3>aqi</td><td>0.026203005176294075</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.859735617822786</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.192528686223725</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9800185985735738</td></tr>
<tr><td colspan=3>efc</td><td>0.4728</td></tr>
<tr><td colspan=3>fber</td><td>5751.0161</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07645468937214565</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>18</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.350337584396099</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3373315628164333</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2492823100092942</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.517616121793536</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2450962566464696</td></tr>
<tr><td colspan=3>gcor</td><td>0.00569799</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007394825574010611</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029559966176748276</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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>4.05213263237173</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.4539</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>38.1956</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>167.6439</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>45.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>301668.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>793.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>331.4912</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5739</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>545.1166</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3296.6154</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>74876.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1299.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4335.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>849.1768</td></tr>
<tr><td colspan=3>tsnr</td><td>35.632010244298726</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>