<?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-0026_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-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_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-0026/figures/sub-0026_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_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-0026/ses-03/func/sub-0026_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>be9d5fcf53eea100dd7c38725aecee46</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:47:59.000000</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.9958, 0.000710459, 0.0915539, -0.00695212, 0.99767, 0.0678739]</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.0963467</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>[4164, -7746, -7272, 615, 11, -115, 16, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>260.873</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>ff35a680-4bbc-47e1-826b-9f343bb5a76a||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.6716582775115967, -0.018652040511369705, 0.24648933112621307, 107.32093048095703], [-0.001906110323034227, 2.6766748428344727, 0.18420833349227905, -96.04588317871094], [0.24563245475292206, -0.18210069835186005, 2.6824076175689697, -63.66690444946289], [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': ['104759.000000', '104759.460000', '104759.920000', '104800.380000', '104800.840000', '104801.300000', '104801.760000', '104802.220000', '104802.680000', '104803.140000', '104803.600000', '104804.060000', '104804.520000', '104804.980000', '104805.440000', '104805.900000', '104806.360000', '104806.820000', '104807.280000', '104807.740000', '104808.200000', '104808.660000', '104809.120000', '104809.580000', '104810.040000', '104810.500000', '104810.960000', '104811.420000', '104811.880000', '104812.340000', '104812.800000', '104813.260000', '104813.720000', '104814.180000', '104814.640000', '104815.100000', '104815.560000', '104816.020000', '104816.480000', '104816.940000', '104817.400000', '104817.860000', '104818.320000', '104818.780000', '104819.240000', '104819.700000', '104820.160000', '104820.620000', '104821.080000', '104821.540000', '104822.000000', '104822.460000', '104822.920000', '104823.380000', '104823.840000', '104824.300000', '104824.760000', '104825.220000', '104825.680000', '104826.140000', '104826.600000', '104827.060000', '104827.520000', '104827.980000', '104828.440000', '104828.900000', '104829.360000', '104829.820000', '104830.280000', '104830.740000', '104831.200000', '104831.660000', '104832.120000', '104832.580000', '104833.040000', '104833.500000', '104833.960000', '104834.420000', '104834.880000', '104835.340000', '104835.800000', '104836.260000', '104836.720000', '104837.180000', '104837.640000', '104838.100000', '104838.560000', '104839.020000', '104839.480000', '104839.940000', '104840.400000', '104840.860000', '104841.320000', '104841.780000', '104842.240000', '104842.700000', '104843.160000', '104843.620000', '104844.080000', '104844.540000', '104845.000000', '104845.460000', '104845.920000', '104846.380000', '104846.840000', '104847.300000', '104847.760000', '104848.220000', '104848.680000', '104849.140000', '104849.600000', '104850.060000', '104850.520000', '104850.980000', '104851.440000', '104851.900000', '104852.360000', '104852.820000', '104853.280000', '104853.740000', '104854.200000', '104854.660000', '104855.120000', '104855.580000', '104856.040000', '104856.500000', '104856.960000', '104857.420000', '104857.880000', '104858.340000', '104858.800000', '104859.260000', '104859.720000', '104900.180000', '104900.640000', '104901.100000', '104901.560000', '104902.020000', '104902.480000', '104902.940000', '104903.400000', '104903.860000', '104904.320000', '104904.780000', '104905.240000', '104905.700000', '104906.160000', '104906.620000', '104907.080000', '104907.540000', '104908.000000', '104908.460000', '104908.920000', '104909.380000', '104909.840000', '104910.300000', '104910.760000', '104911.220000', '104911.680000', '104912.140000', '104912.600000', '104913.060000', '104913.520000', '104913.980000', '104914.440000', '104914.900000', '104915.360000', '104915.820000', '104916.280000', '104916.740000', '104917.200000', '104917.660000', '104918.120000', '104918.580000', '104919.040000', '104919.500000', '104919.960000', '104920.420000', '104920.880000', '104921.340000', '104921.800000', '104922.260000', '104922.720000', '104923.180000', '104923.640000', '104924.100000', '104924.560000', '104925.020000', '104925.480000', '104925.940000', '104926.400000', '104926.860000', '104927.320000', '104927.780000', '104928.240000', '104928.700000', '104929.160000', '104929.620000', '104930.080000', '104930.540000', '104931.000000', '104931.460000', '104931.920000', '104932.380000', '104932.840000', '104933.300000', '104933.760000', '104934.220000', '104934.680000', '104935.140000', '104935.600000', '104936.060000', '104936.520000', '104936.980000', '104937.440000', '104937.900000', '104938.360000', '104938.820000', '104939.280000', '104939.740000', '104940.200000', '104940.660000', '104941.120000', '104941.580000', '104942.040000', '104942.500000', '104942.960000', '104943.420000', '104943.880000', '104944.340000', '104944.800000', '104945.260000', '104945.720000', '104946.180000', '104946.640000', '104947.100000', '104947.560000', '104948.020000', '104948.480000', '104948.940000', '104949.400000', '104949.860000', '104950.320000', '104950.780000', '104951.240000', '104951.700000', '104952.160000', '104952.620000', '104953.080000', '104953.540000', '104954.000000', '104954.460000', '104954.920000', '104955.380000', '104955.840000', '104956.300000', '104956.760000', '104957.220000', '104957.680000', '104958.140000', '104958.600000', '104959.060000', '104959.520000', '104959.980000', '105000.440000', '105000.900000', '105001.360000', '105001.820000', '105002.280000', '105002.740000', '105003.200000', '105003.660000', '105004.120000', '105004.580000', '105005.040000', '105005.500000', '105005.960000', '105006.420000', '105006.880000', '105007.340000', '105007.800000', '105008.260000', '105008.720000', '105009.180000', '105009.640000', '105010.100000', '105010.560000', '105011.020000', '105011.480000', '105011.940000', '105012.400000', '105012.860000', '105013.320000', '105013.780000', '105014.240000', '105014.700000', '105015.160000', '105015.620000', '105016.080000', '105016.540000', '105017.000000', '105017.460000', '105017.920000', '105018.380000', '105018.840000', '105019.300000', '105019.760000', '105020.220000', '105020.680000', '105021.140000', '105021.600000', '105022.060000', '105022.520000', '105022.980000', '105023.440000', '105023.900000', '105024.360000', '105024.820000', '105025.280000', '105025.740000', '105026.200000', '105026.660000', '105027.120000', '105027.580000', '105028.040000', '105028.500000', '105028.960000', '105029.420000', '105029.880000', '105030.340000', '105030.800000', '105031.260000', '105031.720000', '105032.180000', '105032.640000', '105033.100000', '105033.560000', '105034.020000', '105034.480000', '105034.940000', '105035.400000', '105035.860000', '105036.320000', '105036.780000', '105037.240000', '105037.700000', '105038.160000', '105038.620000', '105039.080000', '105039.540000', '105040.000000', '105040.460000', '105040.920000', '105041.380000', '105041.840000', '105042.300000', '105042.760000', '105043.220000', '105043.680000', '105044.140000', '105044.600000', '105045.060000', '105045.520000', '105045.980000', '105046.440000', '105046.900000', '105047.360000', '105047.820000', '105048.280000', '105048.740000', '105049.200000', '105049.660000', '105050.120000', '105050.580000', '105051.040000', '105051.500000', '105051.960000', '105052.420000', '105052.880000', '105053.340000', '105053.800000', '105054.260000', '105054.720000', '105055.180000', '105055.640000', '105056.100000', '105056.560000', '105057.020000', '105057.480000', '105057.940000', '105058.400000', '105058.860000', '105059.320000', '105059.780000', '105100.240000', '105100.700000', '105101.160000', '105101.620000', '105102.080000', '105102.540000', '105103.000000', '105103.460000', '105103.920000', '105104.380000', '105104.840000', '105105.300000', '105105.760000', '105106.220000', '105106.680000', '105107.140000', '105107.600000', '105108.060000', '105108.520000', '105108.980000', '105109.440000', '105109.900000', '105110.360000', '105110.820000', '105111.280000', '105111.740000', '105112.200000', '105112.660000', '105113.120000', '105113.580000', '105114.040000', '105114.500000', '105114.960000', '105115.420000', '105115.880000', '105116.340000', '105116.800000', '105117.260000', '105117.720000', '105118.180000', '105118.640000', '105119.100000', '105119.560000', '105120.020000', '105120.480000', '105120.940000', '105121.400000', '105121.860000', '105122.320000', '105122.780000', '105123.240000', '105123.700000', '105124.160000', '105124.620000', '105125.080000', '105125.540000', '105126.000000', '105126.460000', '105126.920000', '105127.380000', '105127.840000', '105128.300000', '105128.760000', '105129.220000', '105129.680000', '105130.140000', '105130.600000', '105131.060000', '105131.520000', '105131.980000', '105132.440000', '105132.900000', '105133.360000', '105133.820000', '105134.280000', '105134.740000', '105135.200000', '105135.660000', '105136.120000', '105136.580000', '105137.040000', '105137.500000', '105137.960000', '105138.420000', '105138.880000', '105139.340000', '105139.800000', '105140.260000', '105140.720000', '105141.180000', '105141.640000', '105142.100000', '105142.560000', '105143.020000', '105143.480000', '105143.940000', '105144.400000', '105144.860000', '105145.320000', '105145.780000', '105146.240000', '105146.700000', '105147.160000', '105147.620000', '105148.080000', '105148.540000', '105149.000000', '105149.460000', '105149.920000', '105150.380000', '105150.840000', '105151.300000', '105151.760000', '105152.220000', '105152.680000', '105153.140000', '105153.600000', '105154.060000', '105154.520000', '105154.980000', '105155.440000', '105155.900000', '105156.360000', '105156.820000', '105157.280000', '105157.740000', '105158.200000', '105158.660000', '105159.120000', '105159.580000', '105200.040000', '105200.500000', '105200.960000', '105201.420000', '105201.880000', '105202.340000', '105202.800000', '105203.260000', '105203.720000', '105204.180000', '105204.640000', '105205.100000', '105205.560000', '105206.020000', '105206.480000', '105206.940000', '105207.400000', '105207.860000', '105208.320000', '105208.780000', '105209.240000', '105209.700000', '105210.160000', '105210.620000', '105211.080000', '105211.540000', '105212.000000', '105212.460000', '105212.920000', '105213.380000', '105213.840000', '105214.300000', '105214.760000', '105215.220000', '105215.680000', '105216.140000', '105216.600000', '105217.060000', '105217.520000', '105217.980000', '105218.440000', '105218.900000', '105219.360000', '105219.820000', '105220.280000', '105220.740000', '105221.200000', '105221.660000', '105222.120000', '105222.580000', '105223.040000', '105223.500000', '105223.960000', '105224.420000', '105224.880000', '105225.340000', '105225.800000', '105226.260000', '105226.720000', '105227.180000', '105227.640000', '105228.100000', '105228.560000', '105229.020000', '105229.480000', '105229.940000', '105230.400000', '105230.860000', '105231.320000', '105231.780000', '105232.240000', '105232.700000', '105233.160000', '105233.620000', '105234.080000', '105234.540000', '105235.000000', '105235.460000', '105235.920000', '105236.380000', '105236.840000', '105237.300000', '105237.760000', '105238.220000', '105238.680000', '105239.140000', '105239.600000', '105240.060000', '105240.520000', '105240.980000', '105241.440000', '105241.900000', '105242.360000', '105242.820000', '105243.280000', '105243.740000', '105244.200000', '105244.660000', '105245.120000', '105245.580000', '105246.040000', '105246.500000', '105246.960000', '105247.420000', '105247.880000', '105248.340000', '105248.800000', '105249.260000', '105249.720000', '105250.180000', '105250.640000', '105251.100000', '105251.560000', '105252.020000', '105252.480000', '105252.940000', '105253.400000', '105253.860000', '105254.320000', '105254.780000', '105255.240000', '105255.700000', '105256.160000', '105256.620000', '105257.080000', '105257.540000', '105258.000000', '105258.460000', '105258.920000', '105259.380000', '105259.840000', '105300.300000', '105300.760000', '105301.220000', '105301.680000', '105302.140000', '105302.600000', '105303.060000', '105303.520000', '105303.980000', '105304.440000', '105304.900000', '105305.360000', '105305.820000', '105306.280000', '105306.740000', '105307.200000', '105307.660000', '105308.120000', '105308.580000', '105309.040000', '105309.500000', '105309.960000', '105310.420000', '105310.880000', '105311.340000', '105311.800000', '105312.260000', '105312.720000', '105313.180000', '105313.640000', '105314.100000', '105314.560000', '105315.020000', '105315.480000', '105315.940000', '105316.400000', '105316.860000', '105317.320000', '105317.780000', '105318.240000', '105318.700000', '105319.160000', '105319.620000', '105320.080000', '105320.540000', '105321.000000', '105321.460000', '105321.920000', '105322.380000', '105322.840000', '105323.300000', '105323.760000', '105324.220000', '105324.680000', '105325.140000', '105325.600000', '105326.060000', '105326.520000', '105326.980000', '105327.440000', '105327.900000', '105328.360000', '105328.820000', '105329.280000', '105329.740000', '105330.200000', '105330.660000', '105331.120000', '105331.580000', '105332.040000', '105332.500000', '105332.960000', '105333.420000', '105333.880000', '105334.340000', '105334.800000', '105335.260000', '105335.720000', '105336.180000', '105336.640000', '105337.100000', '105337.560000', '105338.020000', '105338.480000', '105338.940000', '105339.400000', '105339.860000', '105340.320000', '105340.780000', '105341.240000', '105341.700000', '105342.160000', '105342.620000', '105343.080000', '105343.540000', '105344.000000', '105344.460000', '105344.920000', '105345.380000', '105345.840000', '105346.300000', '105346.760000', '105347.220000', '105347.680000', '105348.140000', '105348.600000', '105349.060000', '105349.520000', '105349.980000', '105350.440000', '105350.900000', '105351.360000', '105351.820000', '105352.280000', '105352.740000', '105353.200000', '105353.660000', '105354.120000', '105354.580000', '105355.040000', '105355.500000', '105355.960000', '105356.420000', '105356.880000', '105357.340000', '105357.800000', '105358.260000', '105358.720000', '105359.180000', '105359.640000', '105400.100000', '105400.560000', '105401.020000', '105401.480000', '105401.940000', '105402.400000', '105402.860000', '105403.320000', '105403.780000', '105404.240000', '105404.700000', '105405.160000', '105405.620000', '105406.080000', '105406.540000', '105407.000000', '105407.460000', '105407.920000', '105408.380000', '105408.840000', '105409.300000', '105409.760000', '105410.220000', '105410.680000', '105411.140000', '105411.600000', '105412.060000', '105412.520000', '105412.980000', '105413.440000', '105413.900000', '105414.360000', '105414.820000', '105415.280000', '105415.740000', '105416.200000', '105416.660000', '105417.120000', '105417.580000', '105418.040000', '105418.500000', '105418.960000', '105419.420000', '105419.880000', '105420.340000', '105420.800000', '105421.260000', '105421.720000', '105422.180000', '105422.640000', '105423.100000', '105423.560000', '105424.020000', '105424.480000', '105424.940000', '105425.400000', '105425.860000', '105426.320000', '105426.780000', '105427.240000', '105427.700000', '105428.160000', '105428.620000', '105429.080000', '105429.540000', '105430.000000', '105430.460000', '105430.920000', '105431.380000', '105431.840000', '105432.300000', '105432.760000', '105433.220000', '105433.680000', '105434.140000', '105434.600000', '105435.060000', '105435.520000', '105435.980000', '105436.440000', '105436.900000', '105437.360000', '105437.820000', '105438.280000', '105438.740000', '105439.200000', '105439.660000', '105440.120000', '105440.580000', '105441.040000', '105441.500000', '105441.960000', '105442.420000', '105442.880000', '105443.340000', '105443.800000', '105444.260000', '105444.720000', '105445.180000', '105445.640000', '105446.100000', '105446.560000', '105447.020000', '105447.480000', '105447.940000', '105448.400000', '105448.860000', '105449.320000', '105449.780000', '105450.240000', '105450.700000', '105451.160000', '105451.620000', '105452.080000', '105452.540000', '105453.000000', '105453.460000', '105453.920000', '105454.380000', '105454.840000', '105455.300000', '105455.760000', '105456.220000', '105456.680000', '105457.140000', '105457.600000', '105458.060000', '105458.520000', '105458.980000', '105459.440000', '105459.900000', '105500.360000', '105500.820000', '105501.280000', '105501.740000', '105502.200000', '105502.660000', '105503.120000', '105503.580000', '105504.040000', '105504.500000', '105504.960000', '105505.420000', '105505.880000', '105506.340000', '105506.800000', '105507.260000', '105507.720000', '105508.180000', '105508.640000', '105509.100000', '105509.560000', '105510.020000', '105510.480000', '105510.940000', '105511.400000', '105511.860000', '105512.320000', '105512.780000', '105513.240000', '105513.700000', '105514.160000', '105514.620000', '105515.080000', '105515.540000', '105516.000000', '105516.460000', '105516.920000', '105517.380000', '105517.840000', '105518.300000', '105518.760000', '105519.220000', '105519.680000', '105520.140000', '105520.600000', '105521.060000', '105521.520000', '105521.980000', '105522.440000', '105522.900000', '105523.360000', '105523.820000', '105524.280000', '105524.740000', '105525.200000', '105525.660000', '105526.120000', '105526.580000', '105527.040000', '105527.500000', '105527.960000', '105528.420000', '105528.880000', '105529.340000', '105529.800000', '105530.260000', '105530.720000', '105531.180000', '105531.640000', '105532.100000', '105532.560000', '105533.020000', '105533.480000', '105533.940000', '105534.400000', '105534.860000', '105535.320000', '105535.780000', '105536.240000', '105536.700000', '105537.160000', '105537.620000', '105538.080000', '105538.540000', '105539.000000', '105539.460000', '105539.920000', '105540.380000', '105540.840000', '105541.300000', '105541.760000', '105542.220000', '105542.680000', '105543.140000', '105543.600000', '105544.060000', '105544.520000', '105544.980000', '105545.440000', '105545.900000', '105546.360000', '105546.820000', '105547.280000', '105547.740000', '105548.200000', '105548.660000', '105549.120000', '105549.580000', '105550.040000', '105550.500000', '105550.960000', '105551.420000', '105551.880000', '105552.340000', '105552.800000', '105553.260000', '105553.720000', '105554.180000', '105554.640000', '105555.100000', '105555.560000', '105556.020000', '105556.480000', '105556.940000', '105557.400000', '105557.860000', '105558.320000', '105558.780000', '105559.240000', '105559.700000', '105600.160000', '105600.620000', '105601.080000', '105601.540000', '105602.000000', '105602.460000', '105602.920000', '105603.380000', '105603.840000', '105604.300000', '105604.760000', '105605.220000', '105605.680000', '105606.140000', '105606.600000', '105607.060000', '105607.520000', '105607.980000', '105608.440000', '105608.900000', '105609.360000', '105609.820000', '105610.280000', '105610.740000', '105611.200000', '105611.660000', '105612.120000', '105612.580000', '105613.040000', '105613.500000', '105613.960000', '105614.420000', '105614.880000', '105615.340000', '105615.800000', '105616.260000', '105616.720000', '105617.180000', '105617.640000', '105618.100000', '105618.560000', '105619.020000', '105619.480000', '105619.940000', '105620.400000', '105620.860000', '105621.320000', '105621.780000', '105622.240000', '105622.700000', '105623.160000', '105623.620000', '105624.080000', '105624.540000', '105625.000000', '105625.460000', '105625.920000', '105626.380000', '105626.840000', '105627.300000', '105627.760000', '105628.220000', '105628.680000', '105629.140000', '105629.600000', '105630.060000', '105630.520000', '105630.980000', '105631.440000', '105631.900000', '105632.360000', '105632.820000', '105633.280000', '105633.740000', '105634.200000', '105634.660000', '105635.120000', '105635.580000', '105636.040000', '105636.500000', '105636.960000', '105637.420000', '105637.880000', '105638.340000', '105638.800000', '105639.260000', '105639.720000', '105640.180000', '105640.640000', '105641.100000', '105641.560000', '105642.020000', '105642.480000', '105642.940000', '105643.400000', '105643.860000', '105644.320000', '105644.780000', '105645.240000', '105645.700000', '105646.160000', '105646.620000', '105647.080000', '105647.540000', '105648.000000', '105648.460000', '105648.920000', '105649.380000', '105649.840000', '105650.300000', '105650.760000', '105651.220000', '105651.680000', '105652.140000', '105652.600000', '105653.060000', '105653.520000', '105653.980000', '105654.440000', '105654.900000', '105655.360000', '105655.820000', '105656.280000', '105656.740000', '105657.200000', '105657.660000', '105658.120000', '105658.580000', '105659.040000', '105659.500000', '105659.960000', '105700.420000', '105700.880000', '105701.340000', '105701.800000', '105702.260000', '105702.720000', '105703.180000', '105703.640000', '105704.100000', '105704.560000', '105705.020000', '105705.480000', '105705.940000', '105706.400000', '105706.860000', '105707.320000', '105707.780000', '105708.240000', '105708.700000', '105709.160000', '105709.620000', '105710.080000', '105710.540000', '105711.000000', '105711.460000', '105711.920000', '105712.380000', '105712.840000', '105713.300000', '105713.760000', '105714.220000', '105714.680000', '105715.140000', '105715.600000', '105716.060000', '105716.520000', '105716.980000', '105717.440000', '105717.900000', '105718.360000', '105718.820000', '105719.280000', '105719.740000', '105720.200000', '105720.660000', '105721.120000', '105721.580000', '105722.040000', '105722.500000', '105722.960000', '105723.420000', '105723.880000', '105724.340000', '105724.800000', '105725.260000', '105725.720000', '105726.180000', '105726.640000', '105727.100000', '105727.560000', '105728.020000', '105728.480000', '105728.940000', '105729.400000', '105729.860000', '105730.320000', '105730.780000', '105731.240000', '105731.700000', '105732.160000', '105732.620000', '105733.080000', '105733.540000', '105734.000000', '105734.460000', '105734.920000', '105735.380000', '105735.840000', '105736.300000', '105736.760000', '105737.220000', '105737.680000', '105738.140000', '105738.600000', '105739.060000', '105739.520000', '105739.980000', '105740.440000', '105740.900000', '105741.360000', '105741.820000', '105742.280000', '105742.740000', '105743.200000', '105743.660000', '105744.120000', '105744.580000', '105745.040000', '105745.500000', '105745.960000', '105746.420000', '105746.880000', '105747.340000', '105747.800000', '105748.260000', '105748.720000', '105749.180000', '105749.640000', '105750.100000', '105750.560000', '105751.020000', '105751.480000', '105751.940000', '105752.400000', '105752.860000', '105753.320000', '105753.780000', '105754.240000', '105754.700000', '105755.160000', '105755.620000', '105756.080000', '105756.540000', '105757.000000', '105757.460000', '105757.920000', '105758.380000', '105758.840000', '105759.300000', '105759.760000', '105800.220000', '105800.680000', '105801.140000', '105801.600000', '105802.060000', '105802.520000', '105802.980000', '105803.440000', '105803.900000', '105804.360000', '105804.820000', '105805.280000', '105805.740000', '105806.200000', '105806.660000', '105807.120000', '105807.580000', '105808.040000', '105808.500000', '105808.960000', '105809.420000', '105809.880000', '105810.340000', '105810.800000', '105811.260000', '105811.720000', '105812.180000', '105812.640000'], 'ContentTime': ['104825.202000', '104825.205000', '104825.208000', '104825.211000', '104825.214000', '104825.217000', '104825.220000', '104825.223000', '104825.226000', '104825.229000', '104825.232000', '104825.235000', '104825.244000', '104825.247000', '104825.250000', '104825.254000', '104825.257000', '104825.260000', '104825.263000', '104825.266000', '104825.269000', '104825.272000', '104825.275000', '104825.278000', '104825.281000', '104825.284000', '104825.287000', '104825.290000', '104825.293000', '104825.296000', '104825.299000', '104825.310000', '104825.313000', '104825.316000', '104825.319000', '104825.322000', '104825.325000', '104825.328000', '104825.331000', '104825.334000', '104825.337000', '104825.340000', '104825.343000', '104825.347000', '104825.350000', '104825.352000', '104825.356000', '104825.359000', '104825.361000', '104825.364000', '104825.368000', '104825.370000', '104825.373000', '104825.376000', '104825.380000', '104845.163000', '104845.166000', '104845.169000', '104845.172000', '104845.182000', '104845.185000', '104845.188000', '104845.191000', '104845.194000', '104845.197000', '104845.200000', '104845.203000', '104845.206000', '104845.209000', '104845.213000', '104845.216000', '104845.219000', '104845.222000', '104845.225000', '104845.228000', '104845.231000', '104845.234000', '104845.237000', '104845.240000', '104845.243000', '104845.246000', '104845.249000', '104845.252000', '104845.255000', '104845.269000', '104845.272000', '104845.277000', '104845.280000', '104845.283000', '104845.286000', '104845.289000', '104845.292000', '104845.295000', '104845.298000', '104845.301000', '104845.305000', '104845.308000', '104845.311000', '104905.162000', '104905.165000', '104905.168000', '104905.171000', '104905.174000', '104905.177000', '104905.180000', '104905.183000', '104905.186000', '104905.189000', '104905.192000', '104905.195000', '104905.198000', '104905.201000', '104905.204000', '104905.207000', '104905.210000', '104905.213000', '104905.216000', '104905.219000', '104905.222000', '104905.225000', '104905.228000', '104905.231000', '104905.234000', '104905.237000', '104905.241000', '104905.254000', '104905.257000', '104905.260000', '104905.263000', '104905.266000', '104905.269000', '104905.272000', '104905.275000', '104905.278000', '104905.281000', '104905.284000', '104905.287000', '104905.290000', '104905.292000', '104905.296000', '104905.299000', '104905.301000', '104925.162000', '104925.165000', '104925.168000', '104925.171000', '104925.174000', '104925.177000', '104925.180000', '104925.183000', '104925.186000', '104925.189000', '104925.192000', '104925.195000', '104925.198000', '104925.201000', '104925.204000', '104925.207000', '104925.210000', '104925.213000', '104925.216000', '104925.219000', '104925.222000', '104925.225000', '104925.228000', '104925.231000', '104925.238000', '104925.241000', '104925.244000', '104925.247000', '104925.250000', '104925.253000', '104925.256000', '104925.259000', '104925.262000', '104925.265000', '104925.268000', '104925.271000', '104925.274000', '104925.277000', '104925.280000', '104925.283000', '104925.286000', '104925.289000', '104925.292000', '104945.162000', '104945.165000', '104945.168000', '104945.171000', '104945.174000', '104945.177000', '104945.180000', '104945.183000', '104945.186000', '104945.189000', '104945.192000', '104945.195000', '104945.198000', '104945.201000', '104945.204000', '104945.207000', '104945.210000', '104945.213000', '104945.216000', '104945.219000', '104945.222000', '104945.225000', '104945.228000', '104945.231000', '104945.234000', '104945.237000', '104945.240000', '104945.243000', '104945.246000', '104945.249000', '104945.252000', '104945.255000', '104945.258000', '104945.261000', '104945.264000', '104945.267000', '104945.270000', '104945.273000', '104945.276000', '104945.279000', '104945.282000', '104945.285000', '104945.288000', '104945.291000', '105005.162000', '105005.165000', '105005.168000', '105005.171000', '105005.174000', '105005.177000', '105005.180000', '105005.183000', '105005.186000', '105005.189000', '105005.192000', '105005.195000', '105005.198000', '105005.201000', '105005.204000', '105005.207000', '105005.210000', '105005.213000', '105005.216000', '105005.219000', '105005.222000', '105005.225000', '105005.228000', '105005.231000', '105005.234000', '105005.237000', '105005.241000', '105005.243000', '105005.246000', '105005.249000', '105005.253000', '105005.255000', '105005.258000', '105005.261000', '105005.264000', '105005.267000', '105005.270000', '105005.273000', '105005.276000', '105005.279000', '105005.282000', '105005.285000', '105005.289000', '105025.182000', '105025.185000', '105025.188000', '105025.191000', '105025.194000', '105025.197000', '105025.200000', '105025.203000', '105025.206000', '105025.209000', '105025.212000', '105025.215000', '105025.218000', '105025.221000', '105025.224000', '105025.227000', '105025.230000', '105025.233000', '105025.236000', '105025.239000', '105025.242000', '105025.245000', '105025.248000', '105025.251000', '105025.254000', '105025.271000', '105025.274000', '105025.283000', '105025.286000', '105025.289000', '105025.292000', '105025.295000', '105025.298000', '105025.301000', '105025.304000', '105025.307000', '105025.310000', '105025.313000', '105025.316000', '105025.319000', '105025.322000', '105025.325000', '105025.328000', '105045.163000', '105045.166000', '105045.169000', '105045.172000', '105045.175000', '105045.178000', '105045.181000', '105045.184000', '105045.187000', '105045.190000', '105045.193000', '105045.196000', '105045.199000', '105045.202000', '105045.205000', '105045.208000', '105045.211000', '105045.214000', '105045.218000', '105045.221000', '105045.224000', '105045.227000', '105045.230000', '105045.233000', '105045.236000', '105045.239000', '105045.242000', '105045.245000', '105045.248000', '105045.251000', '105045.254000', '105045.257000', '105045.260000', '105045.263000', '105045.266000', '105045.269000', '105045.272000', '105045.275000', '105045.278000', '105045.281000', '105045.289000', '105045.292000', '105045.295000', '105045.298000', '105105.163000', '105105.167000', '105105.170000', '105105.173000', '105105.176000', '105105.179000', '105105.182000', '105105.186000', '105105.190000', '105105.193000', '105105.196000', '105105.199000', '105105.202000', '105105.205000', '105105.208000', '105105.211000', '105105.214000', '105105.217000', '105105.220000', '105105.223000', '105105.226000', '105105.229000', '105105.232000', '105105.235000', '105105.238000', '105105.241000', '105105.244000', '105105.247000', '105105.250000', '105105.253000', '105105.256000', '105105.259000', '105105.262000', '105105.265000', '105105.268000', '105105.271000', '105105.274000', '105105.277000', '105105.280000', '105105.283000', '105105.286000', '105105.289000', '105105.292000', '105125.162000', '105125.165000', '105125.168000', '105125.171000', '105125.174000', '105125.177000', '105125.180000', '105125.183000', '105125.186000', '105125.190000', '105125.192000', '105125.195000', '105125.198000', '105125.202000', '105125.204000', '105125.207000', '105125.210000', '105125.214000', '105125.217000', '105125.220000', '105125.222000', '105125.226000', '105125.229000', '105125.232000', '105125.235000', '105125.238000', '105125.241000', '105125.244000', '105125.247000', '105125.250000', '105125.253000', '105125.256000', '105125.259000', '105125.262000', '105125.265000', '105125.268000', '105125.271000', '105125.274000', '105125.277000', '105125.280000', '105125.283000', '105125.286000', '105125.289000', '105125.292000', '105145.162000', '105145.165000', '105145.168000', '105145.171000', '105145.174000', '105145.177000', '105145.180000', '105145.184000', '105145.187000', '105145.190000', '105145.201000', '105145.204000', '105145.207000', '105145.210000', '105145.213000', '105145.216000', '105145.219000', '105145.222000', '105145.225000', '105145.228000', '105145.231000', '105145.234000', '105145.237000', '105145.240000', '105145.243000', '105145.246000', '105145.249000', '105145.252000', '105145.255000', '105145.258000', '105145.261000', '105145.264000', '105145.267000', '105145.270000', '105145.273000', '105145.276000', '105145.279000', '105145.282000', '105145.285000', '105145.288000', '105145.291000', '105145.294000', '105145.298000', '105205.162000', '105205.165000', '105205.168000', '105205.171000', '105205.174000', '105205.177000', '105205.180000', '105205.183000', '105205.187000', '105205.190000', '105205.193000', '105205.195000', '105205.199000', '105205.202000', '105205.205000', '105205.208000', '105205.211000', '105205.214000', '105205.217000', '105205.220000', '105205.223000', '105205.226000', '105205.229000', '105205.232000', '105205.235000', '105205.238000', '105205.244000', '105205.247000', '105205.250000', '105205.253000', '105205.256000', '105205.259000', '105205.262000', '105205.265000', '105205.268000', '105205.271000', '105205.274000', '105205.277000', '105205.290000', '105205.292000', '105205.296000', '105205.299000', '105205.301000', '105205.304000', '105225.162000', '105225.165000', '105225.168000', '105225.172000', '105225.175000', '105225.178000', '105225.181000', '105225.184000', '105225.187000', '105225.190000', '105225.193000', '105225.196000', '105225.199000', '105225.202000', '105225.205000', '105225.208000', '105225.211000', '105225.214000', '105225.218000', '105225.221000', '105225.224000', '105225.229000', '105225.233000', '105225.236000', '105225.239000', '105225.242000', '105225.245000', '105225.248000', '105225.251000', '105225.254000', '105225.257000', '105225.260000', '105225.263000', '105225.266000', '105225.269000', '105225.272000', '105225.275000', '105225.278000', '105225.281000', '105225.284000', '105225.293000', '105225.296000', '105225.299000', '105245.162000', '105245.165000', '105245.168000', '105245.171000', '105245.174000', '105245.177000', '105245.180000', '105245.184000', '105245.186000', '105245.189000', '105245.192000', '105245.196000', '105245.198000', '105245.201000', '105245.204000', '105245.207000', '105245.210000', '105245.213000', '105245.216000', '105245.220000', '105245.223000', '105245.226000', '105245.228000', '105245.232000', '105245.235000', '105245.237000', '105245.240000', '105245.244000', '105245.246000', '105245.249000', '105245.252000', '105245.256000', '105245.259000', '105245.262000', '105245.265000', '105245.268000', '105245.271000', '105245.274000', '105245.277000', '105245.280000', '105245.283000', '105245.286000', '105245.289000', '105245.292000', '105305.163000', '105305.166000', '105305.169000', '105305.173000', '105305.175000', '105305.179000', '105305.182000', '105305.185000', '105305.187000', '105305.191000', '105305.194000', '105305.196000', '105305.199000', '105305.203000', '105305.205000', '105305.208000', '105305.211000', '105305.215000', '105305.218000', '105305.220000', '105305.223000', '105305.227000', '105305.230000', '105305.234000', '105305.238000', '105305.242000', '105305.245000', '105305.248000', '105305.251000', '105305.254000', '105305.257000', '105305.260000', '105305.263000', '105305.266000', '105305.269000', '105305.272000', '105305.275000', '105305.278000', '105305.281000', '105305.284000', '105305.287000', '105305.290000', '105305.293000', '105325.163000', '105325.166000', '105325.169000', '105325.172000', '105325.175000', '105325.178000', '105325.181000', '105325.184000', '105325.187000', '105325.190000', '105325.193000', '105325.196000', '105325.199000', '105325.202000', '105325.205000', '105325.208000', '105325.211000', '105325.223000', '105325.226000', '105325.229000', '105325.232000', '105325.235000', '105325.238000', '105325.241000', '105325.244000', '105325.247000', '105325.250000', '105325.253000', '105325.256000', '105325.259000', '105325.262000', '105325.265000', '105325.268000', '105325.271000', '105325.274000', '105325.277000', '105325.280000', '105325.283000', '105325.288000', '105325.291000', '105325.294000', '105325.297000', '105325.300000', '105325.303000', '105345.162000', '105345.165000', '105345.168000', '105345.171000', '105345.174000', '105345.177000', '105345.180000', '105345.183000', '105345.187000', '105345.190000', '105345.193000', '105345.196000', '105345.199000', '105345.202000', '105345.205000', '105345.208000', '105345.212000', '105345.215000', '105345.218000', '105345.221000', '105345.224000', '105345.227000', '105345.230000', '105345.232000', '105345.236000', '105345.239000', '105345.242000', '105345.245000', '105345.248000', '105345.253000', '105345.257000', '105345.260000', '105345.263000', '105345.266000', '105345.269000', '105345.272000', '105345.275000', '105345.278000', '105345.281000', '105345.284000', '105345.287000', '105345.290000', '105345.293000', '105405.162000', '105405.172000', '105405.175000', '105405.178000', '105405.181000', '105405.184000', '105405.187000', '105405.190000', '105405.193000', '105405.196000', '105405.199000', '105405.202000', '105405.205000', '105405.208000', '105405.211000', '105405.214000', '105405.217000', '105405.220000', '105405.223000', '105405.226000', '105405.229000', '105405.232000', '105405.235000', '105405.238000', '105405.241000', '105405.244000', '105405.247000', '105405.250000', '105405.253000', '105405.256000', '105405.259000', '105405.262000', '105405.265000', '105405.268000', '105405.271000', '105405.274000', '105405.277000', '105405.280000', '105405.283000', '105405.286000', '105405.289000', '105405.292000', '105405.295000', '105405.298000', '105425.162000', '105425.165000', '105425.168000', '105425.172000', '105425.175000', '105425.177000', '105425.180000', '105425.184000', '105425.186000', '105425.189000', '105425.192000', '105425.195000', '105425.198000', '105425.201000', '105425.204000', '105425.208000', '105425.210000', '105425.213000', '105425.216000', '105425.220000', '105425.222000', '105425.225000', '105425.228000', '105425.231000', '105425.234000', '105425.237000', '105425.240000', '105425.243000', '105425.247000', '105425.250000', '105425.252000', '105425.256000', '105425.258000', '105425.261000', '105425.264000', '105425.267000', '105425.271000', '105425.275000', '105425.279000', '105425.282000', '105425.285000', '105425.288000', '105425.291000', '105445.162000', '105445.165000', '105445.168000', '105445.171000', '105445.174000', '105445.177000', '105445.180000', '105445.183000', '105445.186000', '105445.189000', '105445.192000', '105445.195000', '105445.198000', '105445.201000', '105445.204000', '105445.207000', '105445.210000', '105445.213000', '105445.216000', '105445.219000', '105445.222000', '105445.225000', '105445.228000', '105445.231000', '105445.234000', '105445.237000', '105445.240000', '105445.243000', '105445.257000', '105445.260000', '105445.263000', '105445.266000', '105445.269000', '105445.272000', '105445.275000', '105445.278000', '105445.281000', '105445.284000', '105445.287000', '105445.290000', '105445.293000', '105445.296000', '105445.299000', '105445.302000', '105505.162000', '105505.165000', '105505.168000', '105505.171000', '105505.174000', '105505.177000', '105505.180000', '105505.183000', '105505.186000', '105505.189000', '105505.192000', '105505.195000', '105505.198000', '105505.201000', '105505.204000', '105505.207000', '105505.210000', '105505.213000', '105505.223000', '105505.227000', '105505.230000', '105505.233000', '105505.237000', '105505.239000', '105505.242000', '105505.245000', '105505.249000', '105505.252000', '105505.255000', '105505.258000', '105505.261000', '105505.264000', '105505.267000', '105505.270000', '105505.273000', '105505.276000', '105505.283000', '105505.286000', '105505.292000', '105505.296000', '105505.299000', '105505.302000', '105505.305000', '105525.163000', '105525.166000', '105525.169000', '105525.172000', '105525.175000', '105525.178000', '105525.181000', '105525.184000', '105525.187000', '105525.190000', '105525.193000', '105525.196000', '105525.199000', '105525.202000', '105525.205000', '105525.208000', '105525.211000', '105525.214000', '105525.217000', '105525.220000', '105525.223000', '105525.226000', '105525.229000', '105525.232000', '105525.235000', '105525.238000', '105525.241000', '105525.244000', '105525.247000', '105525.250000', '105525.253000', '105525.256000', '105525.258000', '105525.261000', '105525.264000', '105525.267000', '105525.270000', '105525.273000', '105525.276000', '105525.279000', '105525.282000', '105525.285000', '105525.288000', '105525.291000', '105545.163000', '105545.166000', '105545.169000', '105545.172000', '105545.175000', '105545.179000', '105545.182000', '105545.184000', '105545.187000', '105545.191000', '105545.194000', '105545.197000', '105545.200000', '105545.203000', '105545.206000', '105545.209000', '105545.212000', '105545.215000', '105545.218000', '105545.221000', '105545.224000', '105545.227000', '105545.230000', '105545.233000', '105545.235000', '105545.239000', '105545.242000', '105545.245000', '105545.248000', '105545.251000', '105545.254000', '105545.257000', '105545.260000', '105545.263000', '105545.266000', '105545.269000', '105545.272000', '105545.275000', '105545.278000', '105545.281000', '105545.284000', '105545.288000', '105545.291000', '105605.162000', '105605.165000', '105605.168000', '105605.171000', '105605.174000', '105605.177000', '105605.180000', '105605.183000', '105605.186000', '105605.189000', '105605.192000', '105605.195000', '105605.198000', '105605.201000', '105605.204000', '105605.207000', '105605.210000', '105605.213000', '105605.216000', '105605.218000', '105605.221000', '105605.224000', '105605.227000', '105605.230000', '105605.233000', '105605.253000', '105605.256000', '105605.259000', '105605.262000', '105605.265000', '105605.268000', '105605.271000', '105605.274000', '105605.277000', '105605.280000', '105605.283000', '105605.286000', '105605.289000', '105605.292000', '105605.295000', '105605.298000', '105605.301000', '105605.304000', '105605.307000', '105625.162000', '105625.165000', '105625.168000', '105625.171000', '105625.174000', '105625.177000', '105625.180000', '105625.183000', '105625.186000', '105625.189000', '105625.192000', '105625.195000', '105625.198000', '105625.201000', '105625.204000', '105625.207000', '105625.210000', '105625.213000', '105625.216000', '105625.219000', '105625.222000', '105625.225000', '105625.228000', '105625.231000', '105625.234000', '105625.237000', '105625.240000', '105625.243000', '105625.246000', '105625.249000', '105625.252000', '105625.255000', '105625.258000', '105625.261000', '105625.266000', '105625.269000', '105625.272000', '105625.275000', '105625.278000', '105625.281000', '105625.284000', '105625.287000', '105625.290000', '105645.162000', '105645.165000', '105645.168000', '105645.171000', '105645.174000', '105645.177000', '105645.180000', '105645.183000', '105645.186000', '105645.189000', '105645.192000', '105645.195000', '105645.198000', '105645.201000', '105645.204000', '105645.207000', '105645.210000', '105645.213000', '105645.216000', '105645.219000', '105645.222000', '105645.234000', '105645.237000', '105645.240000', '105645.243000', '105645.247000', '105645.249000', '105645.252000', '105645.255000', '105645.259000', '105645.262000', '105645.265000', '105645.267000', '105645.271000', '105645.274000', '105645.277000', '105645.280000', '105645.283000', '105645.286000', '105645.289000', '105645.292000', '105645.294000', '105645.297000', '105645.300000', '105705.162000', '105705.165000', '105705.169000', '105705.172000', '105705.175000', '105705.178000', '105705.181000', '105705.185000', '105705.188000', '105705.191000', '105705.194000', '105705.197000', '105705.200000', '105705.203000', '105705.206000', '105705.209000', '105705.212000', '105705.215000', '105705.218000', '105705.221000', '105705.224000', '105705.228000', '105705.231000', '105705.234000', '105705.237000', '105705.240000', '105705.243000', '105705.246000', '105705.249000', '105705.252000', '105705.255000', '105705.258000', '105705.261000', '105705.264000', '105705.267000', '105705.270000', '105705.273000', '105705.276000', '105705.279000', '105705.282000', '105705.285000', '105705.288000', '105705.291000', '105725.162000', '105725.165000', '105725.168000', '105725.171000', '105725.174000', '105725.177000', '105725.180000', '105725.183000', '105725.186000', '105725.189000', '105725.192000', '105725.195000', '105725.198000', '105725.201000', '105725.204000', '105725.207000', '105725.210000', '105725.213000', '105725.216000', '105725.219000', '105725.222000', '105725.236000', '105725.239000', '105725.242000', '105725.245000', '105725.248000', '105725.250000', '105725.253000', '105725.256000', '105725.259000', '105725.262000', '105725.265000', '105725.268000', '105725.271000', '105725.274000', '105725.277000', '105725.280000', '105725.283000', '105725.286000', '105725.289000', '105725.292000', '105725.295000', '105725.298000', '105725.301000', '105745.163000', '105745.166000', '105745.169000', '105745.172000', '105745.175000', '105745.178000', '105745.181000', '105745.184000', '105745.187000', '105745.190000', '105745.193000', '105745.196000', '105745.199000', '105745.202000', '105745.205000', '105745.208000', '105745.211000', '105745.214000', '105745.217000', '105745.220000', '105745.223000', '105745.226000', '105745.229000', '105745.232000', '105745.235000', '105745.238000', '105745.241000', '105745.244000', '105745.247000', '105745.250000', '105745.253000', '105745.256000', '105745.259000', '105745.262000', '105745.265000', '105745.268000', '105745.271000', '105745.274000', '105745.277000', '105745.280000', '105745.283000', '105745.286000', '105745.289000', '105805.163000', '105805.166000', '105805.169000', '105805.172000', '105805.175000', '105805.178000', '105805.181000', '105805.184000', '105805.187000', '105805.190000', '105805.193000', '105805.196000', '105805.199000', '105805.202000', '105805.205000', '105805.208000', '105805.211000', '105805.214000', '105805.217000', '105805.220000', '105805.223000', '105805.226000', '105805.229000', '105805.232000', '105805.235000', '105805.238000', '105805.241000', '105805.244000', '105805.247000', '105805.250000', '105805.253000', '105805.256000', '105805.259000', '105805.262000', '105805.264000', '105805.268000', '105805.271000', '105805.274000', '105805.277000', '105805.280000', '105805.283000', '105805.286000', '105805.288000', '105813.949000', '105813.954000', '105813.957000', '105813.961000', '105813.965000', '105813.968000', '105813.972000', '105813.975000', '105813.995000', '105814.000000', '105814.003000', '105814.007000', '105814.010000', '105814.013000', '105814.016000', '105814.019000', '105814.022000', '105814.025000', '105814.028000', '105814.031000'], 'InstanceCreationTime': ['104825.202000', '104825.205000', '104825.208000', '104825.211000', '104825.214000', '104825.217000', '104825.220000', '104825.223000', '104825.226000', '104825.229000', '104825.232000', '104825.235000', '104825.244000', '104825.247000', '104825.250000', '104825.254000', '104825.257000', '104825.260000', '104825.263000', '104825.266000', '104825.269000', '104825.272000', '104825.275000', '104825.278000', '104825.281000', '104825.284000', '104825.287000', '104825.290000', '104825.293000', '104825.296000', '104825.299000', '104825.310000', '104825.313000', '104825.316000', '104825.319000', '104825.322000', '104825.325000', '104825.328000', '104825.331000', '104825.334000', '104825.337000', '104825.340000', '104825.343000', '104825.347000', '104825.350000', '104825.352000', '104825.356000', '104825.359000', '104825.361000', '104825.364000', '104825.368000', '104825.370000', '104825.373000', '104825.376000', '104825.380000', '104845.163000', '104845.166000', '104845.169000', '104845.172000', '104845.182000', '104845.185000', '104845.188000', '104845.191000', '104845.194000', '104845.197000', '104845.200000', '104845.203000', '104845.206000', '104845.209000', '104845.213000', '104845.216000', '104845.219000', '104845.222000', '104845.225000', '104845.228000', '104845.231000', '104845.234000', '104845.237000', '104845.240000', '104845.243000', '104845.246000', '104845.249000', '104845.252000', '104845.255000', '104845.269000', '104845.272000', '104845.277000', '104845.280000', '104845.283000', '104845.286000', '104845.289000', '104845.292000', '104845.295000', '104845.298000', '104845.301000', '104845.305000', '104845.308000', '104845.311000', '104905.162000', '104905.165000', '104905.168000', '104905.171000', '104905.174000', '104905.177000', '104905.180000', '104905.183000', '104905.186000', '104905.189000', '104905.192000', '104905.195000', '104905.198000', '104905.201000', '104905.204000', '104905.207000', '104905.210000', '104905.213000', '104905.216000', '104905.219000', '104905.222000', '104905.225000', '104905.228000', '104905.231000', '104905.234000', '104905.237000', '104905.241000', '104905.254000', '104905.257000', '104905.260000', '104905.263000', '104905.266000', '104905.269000', '104905.272000', '104905.275000', '104905.278000', '104905.281000', '104905.284000', '104905.287000', '104905.290000', '104905.292000', '104905.296000', '104905.299000', '104905.301000', '104925.162000', '104925.165000', '104925.168000', '104925.171000', '104925.174000', '104925.177000', '104925.180000', '104925.183000', '104925.186000', '104925.189000', '104925.192000', '104925.195000', '104925.198000', '104925.201000', '104925.204000', '104925.207000', '104925.210000', '104925.213000', '104925.216000', '104925.219000', '104925.222000', '104925.225000', '104925.228000', '104925.231000', '104925.238000', '104925.241000', '104925.244000', '104925.247000', '104925.250000', '104925.253000', '104925.256000', '104925.259000', '104925.262000', '104925.265000', '104925.268000', '104925.271000', '104925.274000', '104925.277000', '104925.280000', '104925.283000', '104925.286000', '104925.289000', '104925.292000', '104945.162000', '104945.165000', '104945.168000', '104945.171000', '104945.174000', '104945.177000', '104945.180000', '104945.183000', '104945.186000', '104945.189000', '104945.192000', '104945.195000', '104945.198000', '104945.201000', '104945.204000', '104945.207000', '104945.210000', '104945.213000', '104945.216000', '104945.219000', '104945.222000', '104945.225000', '104945.228000', '104945.231000', '104945.234000', '104945.237000', '104945.240000', '104945.243000', '104945.246000', '104945.249000', '104945.252000', '104945.255000', '104945.258000', '104945.261000', '104945.264000', '104945.267000', '104945.270000', '104945.273000', '104945.276000', '104945.279000', '104945.282000', '104945.285000', '104945.288000', '104945.291000', '105005.162000', '105005.165000', '105005.168000', '105005.171000', '105005.174000', '105005.177000', '105005.180000', '105005.183000', '105005.186000', '105005.189000', '105005.192000', '105005.195000', '105005.198000', '105005.201000', '105005.204000', '105005.207000', '105005.210000', '105005.213000', '105005.216000', '105005.219000', '105005.222000', '105005.225000', '105005.228000', '105005.231000', '105005.234000', '105005.237000', '105005.241000', '105005.243000', '105005.246000', '105005.249000', '105005.253000', '105005.255000', '105005.258000', '105005.261000', '105005.264000', '105005.267000', '105005.270000', '105005.273000', '105005.276000', '105005.279000', '105005.282000', '105005.285000', '105005.289000', '105025.182000', '105025.185000', '105025.188000', '105025.191000', '105025.194000', '105025.197000', '105025.200000', '105025.203000', '105025.206000', '105025.209000', '105025.212000', '105025.215000', '105025.218000', '105025.221000', '105025.224000', '105025.227000', '105025.230000', '105025.233000', '105025.236000', '105025.239000', '105025.242000', '105025.245000', '105025.248000', '105025.251000', '105025.254000', '105025.271000', '105025.274000', '105025.283000', '105025.286000', '105025.289000', '105025.292000', '105025.295000', '105025.298000', '105025.301000', '105025.304000', '105025.307000', '105025.310000', '105025.313000', '105025.316000', '105025.319000', '105025.322000', '105025.325000', '105025.328000', '105045.163000', '105045.166000', '105045.169000', '105045.172000', '105045.175000', '105045.178000', '105045.181000', '105045.184000', '105045.187000', '105045.190000', '105045.193000', '105045.196000', '105045.199000', '105045.202000', '105045.205000', '105045.208000', '105045.211000', '105045.214000', '105045.218000', '105045.221000', '105045.224000', '105045.227000', '105045.230000', '105045.233000', '105045.236000', '105045.239000', '105045.242000', '105045.245000', '105045.248000', '105045.251000', '105045.254000', '105045.257000', '105045.260000', '105045.263000', '105045.266000', '105045.269000', '105045.272000', '105045.275000', '105045.278000', '105045.281000', '105045.289000', '105045.292000', '105045.295000', '105045.298000', '105105.163000', '105105.167000', '105105.170000', '105105.173000', '105105.176000', '105105.179000', '105105.182000', '105105.186000', '105105.190000', '105105.193000', '105105.196000', '105105.199000', '105105.202000', '105105.205000', '105105.208000', '105105.211000', '105105.214000', '105105.217000', '105105.220000', '105105.223000', '105105.226000', '105105.229000', '105105.232000', '105105.235000', '105105.238000', '105105.241000', '105105.244000', '105105.247000', '105105.250000', '105105.253000', '105105.256000', '105105.259000', '105105.262000', '105105.265000', '105105.268000', '105105.271000', '105105.274000', '105105.277000', '105105.280000', '105105.283000', '105105.286000', '105105.289000', '105105.292000', '105125.162000', '105125.165000', '105125.168000', '105125.171000', '105125.174000', '105125.177000', '105125.180000', '105125.183000', '105125.186000', '105125.190000', '105125.192000', '105125.195000', '105125.198000', '105125.202000', '105125.204000', '105125.207000', '105125.210000', '105125.214000', '105125.217000', '105125.220000', '105125.222000', '105125.226000', '105125.229000', '105125.232000', '105125.235000', '105125.238000', '105125.241000', '105125.244000', '105125.247000', '105125.250000', '105125.253000', '105125.256000', '105125.259000', '105125.262000', '105125.265000', '105125.268000', '105125.271000', '105125.274000', '105125.277000', '105125.280000', '105125.283000', '105125.286000', '105125.289000', '105125.292000', '105145.162000', '105145.165000', '105145.168000', '105145.171000', '105145.174000', '105145.177000', '105145.180000', '105145.184000', '105145.187000', '105145.190000', '105145.201000', '105145.204000', '105145.207000', '105145.210000', '105145.213000', '105145.216000', '105145.219000', '105145.222000', '105145.225000', '105145.228000', '105145.231000', '105145.234000', '105145.237000', '105145.240000', '105145.243000', '105145.246000', '105145.249000', '105145.252000', '105145.255000', '105145.258000', '105145.261000', '105145.264000', '105145.267000', '105145.270000', '105145.273000', '105145.276000', '105145.279000', '105145.282000', '105145.285000', '105145.288000', '105145.291000', '105145.294000', '105145.298000', '105205.162000', '105205.165000', '105205.168000', '105205.171000', '105205.174000', '105205.177000', '105205.180000', '105205.183000', '105205.187000', '105205.190000', '105205.193000', '105205.195000', '105205.199000', '105205.202000', '105205.205000', '105205.208000', '105205.211000', '105205.214000', '105205.217000', '105205.220000', '105205.223000', '105205.226000', '105205.229000', '105205.232000', '105205.235000', '105205.238000', '105205.244000', '105205.247000', '105205.250000', '105205.253000', '105205.256000', '105205.259000', '105205.262000', '105205.265000', '105205.268000', '105205.271000', '105205.274000', '105205.277000', '105205.290000', '105205.292000', '105205.296000', '105205.299000', '105205.301000', '105205.304000', '105225.162000', '105225.165000', '105225.168000', '105225.172000', '105225.175000', '105225.178000', '105225.181000', '105225.184000', '105225.187000', '105225.190000', '105225.193000', '105225.196000', '105225.199000', '105225.202000', '105225.205000', '105225.208000', '105225.211000', '105225.214000', '105225.218000', '105225.221000', '105225.224000', '105225.229000', '105225.233000', '105225.236000', '105225.239000', '105225.242000', '105225.245000', '105225.248000', '105225.251000', '105225.254000', '105225.257000', '105225.260000', '105225.263000', '105225.266000', '105225.269000', '105225.272000', '105225.275000', '105225.278000', '105225.281000', '105225.284000', '105225.293000', '105225.296000', '105225.299000', '105245.162000', '105245.165000', '105245.168000', '105245.171000', '105245.174000', '105245.177000', '105245.180000', '105245.184000', '105245.186000', '105245.189000', '105245.192000', '105245.196000', '105245.198000', '105245.201000', '105245.204000', '105245.207000', '105245.210000', '105245.213000', '105245.216000', '105245.220000', '105245.223000', '105245.226000', '105245.228000', '105245.232000', '105245.235000', '105245.237000', '105245.240000', '105245.244000', '105245.246000', '105245.249000', '105245.252000', '105245.256000', '105245.259000', '105245.262000', '105245.265000', '105245.268000', '105245.271000', '105245.274000', '105245.277000', '105245.280000', '105245.283000', '105245.286000', '105245.289000', '105245.292000', '105305.163000', '105305.166000', '105305.169000', '105305.173000', '105305.175000', '105305.179000', '105305.182000', '105305.185000', '105305.187000', '105305.191000', '105305.194000', '105305.196000', '105305.199000', '105305.203000', '105305.205000', '105305.208000', '105305.211000', '105305.215000', '105305.218000', '105305.220000', '105305.223000', '105305.227000', '105305.230000', '105305.234000', '105305.238000', '105305.242000', '105305.245000', '105305.248000', '105305.251000', '105305.254000', '105305.257000', '105305.260000', '105305.263000', '105305.266000', '105305.269000', '105305.272000', '105305.275000', '105305.278000', '105305.281000', '105305.284000', '105305.287000', '105305.290000', '105305.293000', '105325.163000', '105325.166000', '105325.169000', '105325.172000', '105325.175000', '105325.178000', '105325.181000', '105325.184000', '105325.187000', '105325.190000', '105325.193000', '105325.196000', '105325.199000', '105325.202000', '105325.205000', '105325.208000', '105325.211000', '105325.223000', '105325.226000', '105325.229000', '105325.232000', '105325.235000', '105325.238000', '105325.241000', '105325.244000', '105325.247000', '105325.250000', '105325.253000', '105325.256000', '105325.259000', '105325.262000', '105325.265000', '105325.268000', '105325.271000', '105325.274000', '105325.277000', '105325.280000', '105325.283000', '105325.288000', '105325.291000', '105325.294000', '105325.297000', '105325.300000', '105325.303000', '105345.162000', '105345.165000', '105345.168000', '105345.171000', '105345.174000', '105345.177000', '105345.180000', '105345.183000', '105345.187000', '105345.190000', '105345.193000', '105345.196000', '105345.199000', '105345.202000', '105345.205000', '105345.208000', '105345.212000', '105345.215000', '105345.218000', '105345.221000', '105345.224000', '105345.227000', '105345.230000', '105345.232000', '105345.236000', '105345.239000', '105345.242000', '105345.245000', '105345.248000', '105345.253000', '105345.257000', '105345.260000', '105345.263000', '105345.266000', '105345.269000', '105345.272000', '105345.275000', '105345.278000', '105345.281000', '105345.284000', '105345.287000', '105345.290000', '105345.293000', '105405.162000', '105405.172000', '105405.175000', '105405.178000', '105405.181000', '105405.184000', '105405.187000', '105405.190000', '105405.193000', '105405.196000', '105405.199000', '105405.202000', '105405.205000', '105405.208000', '105405.211000', '105405.214000', '105405.217000', '105405.220000', '105405.223000', '105405.226000', '105405.229000', '105405.232000', '105405.235000', '105405.238000', '105405.241000', '105405.244000', '105405.247000', '105405.250000', '105405.253000', '105405.256000', '105405.259000', '105405.262000', '105405.265000', '105405.268000', '105405.271000', '105405.274000', '105405.277000', '105405.280000', '105405.283000', '105405.286000', '105405.289000', '105405.292000', '105405.295000', '105405.298000', '105425.162000', '105425.165000', '105425.168000', '105425.172000', '105425.175000', '105425.177000', '105425.180000', '105425.184000', '105425.186000', '105425.189000', '105425.192000', '105425.195000', '105425.198000', '105425.201000', '105425.204000', '105425.208000', '105425.210000', '105425.213000', '105425.216000', '105425.220000', '105425.222000', '105425.225000', '105425.228000', '105425.231000', '105425.234000', '105425.237000', '105425.240000', '105425.243000', '105425.247000', '105425.250000', '105425.252000', '105425.256000', '105425.258000', '105425.261000', '105425.264000', '105425.267000', '105425.271000', '105425.275000', '105425.279000', '105425.282000', '105425.285000', '105425.288000', '105425.291000', '105445.162000', '105445.165000', '105445.168000', '105445.171000', '105445.174000', '105445.177000', '105445.180000', '105445.183000', '105445.186000', '105445.189000', '105445.192000', '105445.195000', '105445.198000', '105445.201000', '105445.204000', '105445.207000', '105445.210000', '105445.213000', '105445.216000', '105445.219000', '105445.222000', '105445.225000', '105445.228000', '105445.231000', '105445.234000', '105445.237000', '105445.240000', '105445.243000', '105445.257000', '105445.260000', '105445.263000', '105445.266000', '105445.269000', '105445.272000', '105445.275000', '105445.278000', '105445.281000', '105445.284000', '105445.287000', '105445.290000', '105445.293000', '105445.296000', '105445.299000', '105445.302000', '105505.162000', '105505.165000', '105505.168000', '105505.171000', '105505.174000', '105505.177000', '105505.180000', '105505.183000', '105505.186000', '105505.189000', '105505.192000', '105505.195000', '105505.198000', '105505.201000', '105505.204000', '105505.207000', '105505.210000', '105505.213000', '105505.223000', '105505.227000', '105505.230000', '105505.233000', '105505.237000', '105505.239000', '105505.242000', '105505.245000', '105505.249000', '105505.252000', '105505.255000', '105505.258000', '105505.261000', '105505.264000', '105505.267000', '105505.270000', '105505.273000', '105505.276000', '105505.283000', '105505.286000', '105505.292000', '105505.296000', '105505.299000', '105505.302000', '105505.305000', '105525.163000', '105525.166000', '105525.169000', '105525.172000', '105525.175000', '105525.178000', '105525.181000', '105525.184000', '105525.187000', '105525.190000', '105525.193000', '105525.196000', '105525.199000', '105525.202000', '105525.205000', '105525.208000', '105525.211000', '105525.214000', '105525.217000', '105525.220000', '105525.223000', '105525.226000', '105525.229000', '105525.232000', '105525.235000', '105525.238000', '105525.241000', '105525.244000', '105525.247000', '105525.250000', '105525.253000', '105525.256000', '105525.258000', '105525.261000', '105525.264000', '105525.267000', '105525.270000', '105525.273000', '105525.276000', '105525.279000', '105525.282000', '105525.285000', '105525.288000', '105525.291000', '105545.163000', '105545.166000', '105545.169000', '105545.172000', '105545.175000', '105545.179000', '105545.182000', '105545.184000', '105545.187000', '105545.191000', '105545.194000', '105545.197000', '105545.200000', '105545.203000', '105545.206000', '105545.209000', '105545.212000', '105545.215000', '105545.218000', '105545.221000', '105545.224000', '105545.227000', '105545.230000', '105545.233000', '105545.235000', '105545.239000', '105545.242000', '105545.245000', '105545.248000', '105545.251000', '105545.254000', '105545.257000', '105545.260000', '105545.263000', '105545.266000', '105545.269000', '105545.272000', '105545.275000', '105545.278000', '105545.281000', '105545.284000', '105545.288000', '105545.291000', '105605.162000', '105605.165000', '105605.168000', '105605.171000', '105605.174000', '105605.177000', '105605.180000', '105605.183000', '105605.186000', '105605.189000', '105605.192000', '105605.195000', '105605.198000', '105605.201000', '105605.204000', '105605.207000', '105605.210000', '105605.213000', '105605.216000', '105605.218000', '105605.221000', '105605.224000', '105605.227000', '105605.230000', '105605.233000', '105605.253000', '105605.256000', '105605.259000', '105605.262000', '105605.265000', '105605.268000', '105605.271000', '105605.274000', '105605.277000', '105605.280000', '105605.283000', '105605.286000', '105605.289000', '105605.292000', '105605.295000', '105605.298000', '105605.301000', '105605.304000', '105605.307000', '105625.162000', '105625.165000', '105625.168000', '105625.171000', '105625.174000', '105625.177000', '105625.180000', '105625.183000', '105625.186000', '105625.189000', '105625.192000', '105625.195000', '105625.198000', '105625.201000', '105625.204000', '105625.207000', '105625.210000', '105625.213000', '105625.216000', '105625.219000', '105625.222000', '105625.225000', '105625.228000', '105625.231000', '105625.234000', '105625.237000', '105625.240000', '105625.243000', '105625.246000', '105625.249000', '105625.252000', '105625.255000', '105625.258000', '105625.261000', '105625.266000', '105625.269000', '105625.272000', '105625.275000', '105625.278000', '105625.281000', '105625.284000', '105625.287000', '105625.290000', '105645.162000', '105645.165000', '105645.168000', '105645.171000', '105645.174000', '105645.177000', '105645.180000', '105645.183000', '105645.186000', '105645.189000', '105645.192000', '105645.195000', '105645.198000', '105645.201000', '105645.204000', '105645.207000', '105645.210000', '105645.213000', '105645.216000', '105645.219000', '105645.222000', '105645.234000', '105645.237000', '105645.240000', '105645.243000', '105645.247000', '105645.249000', '105645.252000', '105645.255000', '105645.259000', '105645.262000', '105645.265000', '105645.267000', '105645.271000', '105645.274000', '105645.277000', '105645.280000', '105645.283000', '105645.286000', '105645.289000', '105645.292000', '105645.294000', '105645.297000', '105645.300000', '105705.162000', '105705.165000', '105705.169000', '105705.172000', '105705.175000', '105705.178000', '105705.181000', '105705.185000', '105705.188000', '105705.191000', '105705.194000', '105705.197000', '105705.200000', '105705.203000', '105705.206000', '105705.209000', '105705.212000', '105705.215000', '105705.218000', '105705.221000', '105705.224000', '105705.228000', '105705.231000', '105705.234000', '105705.237000', '105705.240000', '105705.243000', '105705.246000', '105705.249000', '105705.252000', '105705.255000', '105705.258000', '105705.261000', '105705.264000', '105705.267000', '105705.270000', '105705.273000', '105705.276000', '105705.279000', '105705.282000', '105705.285000', '105705.288000', '105705.291000', '105725.162000', '105725.165000', '105725.168000', '105725.171000', '105725.174000', '105725.177000', '105725.180000', '105725.183000', '105725.186000', '105725.189000', '105725.192000', '105725.195000', '105725.198000', '105725.201000', '105725.204000', '105725.207000', '105725.210000', '105725.213000', '105725.216000', '105725.219000', '105725.222000', '105725.236000', '105725.239000', '105725.242000', '105725.245000', '105725.248000', '105725.250000', '105725.253000', '105725.256000', '105725.259000', '105725.262000', '105725.265000', '105725.268000', '105725.271000', '105725.274000', '105725.277000', '105725.280000', '105725.283000', '105725.286000', '105725.289000', '105725.292000', '105725.295000', '105725.298000', '105725.301000', '105745.163000', '105745.166000', '105745.169000', '105745.172000', '105745.175000', '105745.178000', '105745.181000', '105745.184000', '105745.187000', '105745.190000', '105745.193000', '105745.196000', '105745.199000', '105745.202000', '105745.205000', '105745.208000', '105745.211000', '105745.214000', '105745.217000', '105745.220000', '105745.223000', '105745.226000', '105745.229000', '105745.232000', '105745.235000', '105745.238000', '105745.241000', '105745.244000', '105745.247000', '105745.250000', '105745.253000', '105745.256000', '105745.259000', '105745.262000', '105745.265000', '105745.268000', '105745.271000', '105745.274000', '105745.277000', '105745.280000', '105745.283000', '105745.286000', '105745.289000', '105805.163000', '105805.166000', '105805.169000', '105805.172000', '105805.175000', '105805.178000', '105805.181000', '105805.184000', '105805.187000', '105805.190000', '105805.193000', '105805.196000', '105805.199000', '105805.202000', '105805.205000', '105805.208000', '105805.211000', '105805.214000', '105805.217000', '105805.220000', '105805.223000', '105805.226000', '105805.229000', '105805.232000', '105805.235000', '105805.238000', '105805.241000', '105805.244000', '105805.247000', '105805.250000', '105805.253000', '105805.256000', '105805.259000', '105805.262000', '105805.264000', '105805.268000', '105805.271000', '105805.274000', '105805.277000', '105805.280000', '105805.283000', '105805.286000', '105805.288000', '105813.949000', '105813.954000', '105813.957000', '105813.961000', '105813.965000', '105813.968000', '105813.972000', '105813.975000', '105813.995000', '105814.000000', '105814.003000', '105814.007000', '105814.010000', '105814.013000', '105814.016000', '105814.019000', '105814.022000', '105814.025000', '105814.028000', '105814.031000'], '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': [9003, 8791, 8593, 8882, 9679, 12766, 8902, 9108, 10461, 8597, 8765, 10975, 9282, 8996, 11321, 9357, 9616, 13681, 10787, 12811, 13059, 9743, 14202, 13224, 10565, 14570, 11869, 8810, 13562, 10973, 8847, 10281, 8589, 8725, 9527, 8908, 8968, 10581, 8977, 8912, 10257, 8769, 8615, 9545, 8379, 9174, 8479, 8715, 8111, 8887, 9495, 8274, 9019, 11391, 10097, 8566, 9434, 9591, 8851, 10040, 10226, 8414, 9840, 9643, 8628, 10713, 10669, 9144, 13043, 13957, 12397, 14251, 12053, 11632, 13267, 8841, 13287, 14244, 10836, 14684, 8959, 9255, 14626, 11744, 10868, 14247, 10512, 12954, 8627, 9064, 11908, 11700, 9057, 13713, 9050, 9166, 13373, 9543, 9561, 8250, 8964, 9746, 8269, 9152, 10308, 10082, 8926, 9695, 13862, 8898, 11084, 13515, 8719, 9813, 11689, 8888, 9311, 8406, 9067, 9515, 8345, 8985, 10226, 8594, 9129, 11019, 8957, 9522, 8530, 9135, 9989, 8811, 9231, 12009, 10993, 9108, 9301, 8853, 9062, 10818, 8815, 9094, 9646, 8601, 8925, 10831, 12884, 8734, 9357, 8201, 8766, 9845, 8479, 9049, 10910, 8892, 9615, 8352, 8651, 10240, 11968, 9003, 9384, 8528, 8963, 10394, 15075, 11667, 9825, 11940, 8820, 9709, 15232, 11798, 9181, 12518, 9188, 9101, 10577, 8590, 9341, 8773, 9262, 9094, 8643, 10046, 14585, 10448, 9358, 14487, 14280, 11470, 10178, 10241, 8522, 9413, 11205, 8463, 9462, 8226, 8564, 10023, 8171, 8662, 10408, 8381, 8644, 11407, 8707, 8720, 11655, 8768, 8598, 10862, 8677, 8766, 11706, 8698, 8568, 10615, 8139, 8671, 11041, 8703, 9341, 10089, 8508, 9409, 10128, 8580, 9830, 10154, 8573, 10718, 11778, 9130, 10722, 8713, 9211, 13507, 12320, 9248, 14024, 12001, 9480, 10687, 8565, 9031, 11263, 8473, 9241, 9824, 8839, 9867, 10120, 8716, 10983, 10187, 9033, 13941, 9848, 9068, 14741, 10987, 9443, 15107, 11132, 9489, 13173, 8845, 9521, 13642, 8872, 9347, 10851, 8729, 9156, 8434, 9195, 11375, 8609, 9241, 10570, 8782, 9630, 11453, 8668, 9533, 14027, 11420, 9777, 13641, 8645, 10144, 14462, 11366, 10235, 9232, 8535, 9920, 11539, 8592, 9091, 9326, 8626, 9789, 10740, 8655, 9198, 8495, 8843, 10430, 8769, 8987, 8286, 8454, 10398, 8947, 8757, 11199, 15395, 11067, 9294, 14006, 12113, 8801, 11343, 10405, 8613, 9843, 8710, 8648, 10959, 8428, 8613, 8252, 8742, 14851, 10672, 8562, 7890, 9468, 7940, 8392, 13407, 8741, 8963, 13789, 14343, 10669, 12314, 9209, 9693, 12979, 12558, 14982, 12830, 13846, 15254, 11664, 11845, 13182, 10429, 14529, 12738, 11634, 13562, 9010, 9985, 8190, 8277, 8925, 8904, 9184, 8660, 8934, 8932, 8926, 9272, 8720, 8754, 8577, 9111, 8818, 9091, 8900, 9104, 8835, 8975, 9025, 8658, 9104, 11916, 9219, 8959, 9997, 8983, 10424, 8535, 8857, 9237, 8796, 10278, 8857, 9031, 9589, 8959, 10835, 9189, 9522, 8443, 9435, 13916, 10939, 13771, 9015, 9233, 8326, 9078, 11494, 9022, 9078, 14688, 11310, 9464, 8321, 9033, 10429, 10558, 9088, 10556, 8479, 9130, 10888, 8755, 9066, 8845, 8933, 9166, 8362, 9073, 11079, 8853, 9134, 11928, 8927, 9181, 12153, 9691, 9073, 12374, 8922, 9014, 14020, 9712, 9064, 11761, 8893, 9311, 9574, 8916, 9594, 8807, 8927, 10233, 11707, 8944, 9538, 14654, 9026, 9209, 11251, 9125, 9708, 8856, 9215, 10559, 8986, 9215, 11686, 8834, 9806, 10992, 9104, 9130, 8382, 9035, 10914, 8829, 9210, 10935, 8842, 9305, 14233, 10450, 9230, 11729, 9091, 9818, 15321, 11684, 11180, 11129, 9568, 11679, 11755, 9253, 14517, 9342, 9637, 15390, 11698, 9958, 13455, 9503, 10143, 14967, 10564, 10527, 12875, 9362, 9439, 8982, 9199, 10069, 8818, 9297, 9067, 9204, 9583, 10916, 9448, 9568, 14554, 11201, 9699, 14724, 11869, 9264, 12535, 9045, 9350, 11542, 9114, 9235, 8766, 8923, 9079, 8696, 9015, 9905, 8676, 8966, 10158, 8718, 8986, 11500, 11533, 9179, 11896, 8761, 9159, 13572, 9292, 9508, 14274, 10589, 9201, 15957, 11067, 9426, 15419, 11830, 9253, 14873, 10367, 9364, 14738, 11035, 9085, 13556, 9410, 9269, 10818, 14320, 10251, 10038, 12205, 9344, 8825, 9163, 8807, 8984, 8925, 9170, 10513, 9538, 8897, 9194, 9207, 10206, 9304, 9901, 12517, 9544, 10155, 9468, 9228, 13771, 9918, 9576, 15427, 11969, 10079, 8769, 9538, 11235, 9438, 10276, 9412, 9282, 14511, 9567, 9519, 15810, 12349, 10398, 9167, 9262, 12029, 9493, 9339, 15250, 12042, 10452, 9311, 9102, 11140, 9220, 14185, 11090, 16565, 15726, 11821, 9455, 9585, 9210, 9862, 9155, 13248, 9324, 9051, 13390, 10537, 8656, 13622, 10176, 8887, 9919, 8206, 12205, 8753, 11106, 9253, 13336, 15473, 12115, 14996, 13305, 9461, 14463, 9722, 10570, 9408, 8865, 8819, 9259, 8621, 9260, 9414, 9822, 9283, 8520, 9091, 9323, 8849, 9011, 9665, 8991, 9339, 8662, 8792, 9257, 9015, 9551, 9307, 8927, 8413, 9003, 9362, 8943, 9449, 9517, 8680, 9065, 12821, 11240, 9206, 11861, 8709, 8998, 15129, 10834, 9285, 13983, 9626, 10125, 9827, 8905, 11674, 8608, 9222, 14307, 9893, 9030, 13878, 9318, 9794, 16576, 12519, 10035, 15804, 10755, 9102, 13260, 10982, 9021, 8867, 9247, 9814, 10850, 9139, 9579, 8977, 9490, 12766, 9102, 9205, 9422, 9127, 9343, 12774, 9019, 8740, 9190, 9276, 10649, 11918, 9250, 10329, 8930, 9148, 13004, 12155, 9067, 12582, 8887, 9277, 12330, 8782, 8943, 10221, 9134, 9318, 11033, 9284, 9236, 9237, 9189, 11001, 9049, 8955, 13676, 9185, 9521, 13513, 10107, 8955, 9091, 9241, 11129, 9137, 8865, 14523, 9239, 9085, 13436, 9580, 9056, 13836, 9208, 9184, 13395, 10018, 8801, 12144, 8953, 8844, 10593, 8723, 8609, 10737, 8690, 8905, 8809, 9031, 8658, 8440, 8851, 9869, 8633, 8779, 11153, 8251, 8710, 12314, 9988, 8654, 11668, 8244, 8873, 12388, 10972, 8479, 13473, 8736, 8961, 13239, 10379, 8305, 8717, 8668, 11576, 14072, 9938, 10939, 13075, 8924, 10372, 16254, 12330, 10655, 9729, 8655, 9907, 8794, 8936, 8740, 8909, 9027, 13208, 9066, 10082, 16242, 12388, 10242, 15363, 13615, 9299, 14233, 9892, 8724, 10780, 12145, 8472, 8953, 8693, 8587, 11735, 8746, 8758, 10728, 9040, 8688, 12418, 9040, 8317, 9404, 8939, 8924, 10594, 8725, 9272, 10790, 8818, 9659, 12938, 8568, 9043, 8715, 8658, 10601, 8620, 8705, 10949, 8622, 8824, 13021, 8969, 8239, 8992, 8738, 9079, 8978, 8598, 9163, 8375, 8522, 12230, 8760, 8446, 11931, 8860, 8568, 13545, 11307, 8581, 13943, 8610, 8586, 11823, 8613, 8282, 8106, 8543, 8028, 8754, 9235, 8375, 8561, 13706, 16768, 15550, 11538, 9362, 10846, 8481, 9873, 9896, 8858, 9215, 8548, 8640, 11145, 8481, 8398, 9000, 8326, 9866, 8487, 8452, 10295, 9366, 11207, 13543, 10210, 13886, 8774, 8447, 12917, 8554, 8445, 13275, 10823, 8518, 14622, 8396, 8098, 10655, 8807, 9662, 8678, 8284, 11978, 8675, 8360, 13717, 9727, 9901, 14779, 8453, 12047, 12607, 8274, 15071, 8409, 8682, 8831, 8490, 14000, 10929, 13199, 11061, 8238, 15397, 11693, 9648, 15111, 8453, 11510, 9635, 8215, 11349, 8803, 8046, 8279, 8547, 9063, 8638, 8378, 10741, 8258, 8199, 8003, 8134, 8099, 8286, 8279, 8239, 8466, 9044, 9115, 8573, 10846, 8838, 8040, 9895, 8238, 8261, 11977, 8807, 9632, 13849, 10179, 10830, 15467, 12372, 11535, 15693, 10732, 10803, 14976, 8992, 9263, 8819, 8477, 10604, 11296, 8853, 10823, 12446, 8352, 10715, 14329, 8808, 11042, 13663, 8505, 10040, 8661, 8487, 11199, 8897, 8520, 8711, 8586, 10201, 11352, 8692, 10036, 13722, 8371, 9682, 9881, 8423, 10307, 16069, 11614, 11065, 15703, 10467, 9117, 13535, 8698, 8260, 11000, 8459, 8083, 8631, 8331, 8122, 8598, 8403, 11191, 8734, 8872, 13217, 15948, 11409, 9292, 12772, 10118, 8303, 9205, 8531, 9357, 8393, 8145, 11471, 8409, 7847, 12788, 8341, 8106, 11199, 8460, 8118, 8914, 8628, 9924, 7996, 8804, 8585, 8315, 8726, 8153, 8747, 8665, 12543, 17357, 14238, 10450, 9367, 8238, 9779, 8865, 8570, 8785, 8238, 9078, 8431, 9077, 9009, 8446, 13356, 10586, 14216, 11853, 12017, 8608, 8376, 10708, 8609, 8638, 14451, 14308, 10295, 14049, 12583, 8900, 12341, 8220, 8289, 8391, 8594, 11087, 8790, 10608, 9721, 11971, 10831, 8261, 11070, 16756, 12737, 10191, 14894, 10413, 8400, 13277, 8225, 8228, 8740, 8284, 8240, 8532, 8482, 8335, 8053, 8544, 8510, 8207, 8097, 11042, 8426, 8055, 10747, 10700, 8272, 11036, 12819, 13162, 14892, 10821, 7947, 8170, 8064, 10234, 9667, 8097, 8161, 11188, 8115, 8235, 9850, 8026, 8088, 7999, 7925, 7853, 7971, 8763, 8151, 8366, 13519, 8513, 8652, 13528, 10513, 8994, 15359, 12047, 10137, 9817, 7755, 12218, 8117, 10841, 8108, 9892, 9821, 8532, 15366, 12066, 15073, 14622, 11986, 13737, 8114, 8281, 9765, 8220, 9409, 8217, 8212, 7837, 8236, 8231, 8092, 8169, 8376, 10825, 8141, 7995, 11841, 8234, 8254, 7932, 8514, 11146, 11284, 15736, 13507, 9677, 8199, 8025, 10895, 8121, 8119, 12563, 11189, 7921, 14641, 9784, 8770, 13910, 8394, 11779, 9629, 8304, 15608, 12877, 14224, 12088, 13716, 15548, 12018, 15324, 11454, 10560, 15116, 9303, 11181, 8018, 8208, 8091, 7721, 8249, 7831, 9084, 8284, 8392, 8083, 8085, 8288, 8068, 9435, 8136, 8225, 8255, 7875, 9945, 8190, 8259, 9138], 'WindowCenter': [4393.0, 4381.0, 4375.0, 4390.0, 4401.0, 4429.0, 4376.0, 4374.0, 4394.0, 4364.0, 4374.0, 4395.0, 4384.0, 4374.0, 4395.0, 4374.0, 4383.0, 4423.0, 4393.0, 4413.0, 4412.0, 4371.0, 4411.0, 4399.0, 4380.0, 4409.0, 4376.0, 4348.0, 4397.0, 4368.0, 4348.0, 4365.0, 4347.0, 4347.0, 4355.0, 4357.0, 4359.0, 4376.0, 4357.0, 4358.0, 4367.0, 4358.0, 4360.0, 4371.0, 4364.0, 4371.0, 4361.0, 4363.0, 4365.0, 4386.0, 4396.0, 4376.0, 4398.0, 4429.0, 4409.0, 4400.0, 4399.0, 4398.0, 4398.0, 4408.0, 4407.0, 4387.0, 4409.0, 4398.0, 4390.0, 4420.0, 4409.0, 4401.0, 4450.0, 4449.0, 4430.0, 4446.0, 4427.0, 4415.0, 4426.0, 4385.0, 4436.0, 4435.0, 4405.0, 4435.0, 4374.0, 4385.0, 4436.0, 4413.0, 4403.0, 4433.0, 4393.0, 4412.0, 4361.0, 4374.0, 4412.0, 4402.0, 4373.0, 4422.0, 4373.0, 4384.0, 4422.0, 4382.0, 4382.0, 4362.0, 4372.0, 4382.0, 4361.0, 4383.0, 4392.0, 4393.0, 4374.0, 4385.0, 4424.0, 4374.0, 4402.0, 4423.0, 4361.0, 4381.0, 4400.0, 4371.0, 4372.0, 4361.0, 4383.0, 4382.0, 4363.0, 4384.0, 4404.0, 4374.0, 4385.0, 4405.0, 4387.0, 4397.0, 4387.0, 4398.0, 4409.0, 4385.0, 4395.0, 4426.0, 4405.0, 4386.0, 4385.0, 4385.0, 4386.0, 4405.0, 4384.0, 4386.0, 4395.0, 4386.0, 4388.0, 4415.0, 4426.0, 4386.0, 4385.0, 4374.0, 4385.0, 4406.0, 4387.0, 4398.0, 4417.0, 4388.0, 4399.0, 4377.0, 4388.0, 4408.0, 4428.0, 4386.0, 4396.0, 4386.0, 4386.0, 4408.0, 4446.0, 4415.0, 4394.0, 4414.0, 4385.0, 4396.0, 4445.0, 4416.0, 4397.0, 4424.0, 4382.0, 4383.0, 4405.0, 4385.0, 4385.0, 4384.0, 4395.0, 4385.0, 4385.0, 4408.0, 4447.0, 4404.0, 4385.0, 4436.0, 4435.0, 4402.0, 4381.0, 4381.0, 4371.0, 4382.0, 4403.0, 4364.0, 4383.0, 4363.0, 4385.0, 4394.0, 4373.0, 4385.0, 4405.0, 4374.0, 4384.0, 4415.0, 4374.0, 4385.0, 4413.0, 4374.0, 4386.0, 4405.0, 4384.0, 4386.0, 4414.0, 4373.0, 4385.0, 4403.0, 4364.0, 4384.0, 4414.0, 4386.0, 4408.0, 4407.0, 4388.0, 4397.0, 4407.0, 4390.0, 4407.0, 4407.0, 4387.0, 4418.0, 4427.0, 4397.0, 4416.0, 4385.0, 4396.0, 4436.0, 4425.0, 4387.0, 4436.0, 4412.0, 4394.0, 4404.0, 4375.0, 4385.0, 4414.0, 4377.0, 4395.0, 4394.0, 4385.0, 4405.0, 4407.0, 4386.0, 4416.0, 4406.0, 4386.0, 4436.0, 4396.0, 4384.0, 4444.0, 4406.0, 4385.0, 4443.0, 4402.0, 4383.0, 4421.0, 4374.0, 4385.0, 4425.0, 4374.0, 4385.0, 4403.0, 4373.0, 4383.0, 4375.0, 4397.0, 4415.0, 4384.0, 4395.0, 4408.0, 4377.0, 4395.0, 4414.0, 4374.0, 4394.0, 4436.0, 4404.0, 4393.0, 4422.0, 4372.0, 4392.0, 4432.0, 4401.0, 4393.0, 4373.0, 4371.0, 4382.0, 4402.0, 4371.0, 4374.0, 4384.0, 4376.0, 4393.0, 4402.0, 4372.0, 4384.0, 4373.0, 4386.0, 4405.0, 4386.0, 4386.0, 4375.0, 4387.0, 4410.0, 4387.0, 4388.0, 4419.0, 4460.0, 4417.0, 4386.0, 4435.0, 4426.0, 4385.0, 4402.0, 4403.0, 4373.0, 4392.0, 4375.0, 4375.0, 4416.0, 4375.0, 4388.0, 4387.0, 4387.0, 4459.0, 4405.0, 4373.0, 4363.0, 4396.0, 4378.0, 4389.0, 4449.0, 4398.0, 4398.0, 4449.0, 4448.0, 4406.0, 4413.0, 4383.0, 4395.0, 4423.0, 4423.0, 4433.0, 4412.0, 4422.0, 4421.0, 4388.0, 4387.0, 4396.0, 4365.0, 4406.0, 4384.0, 4374.0, 4383.0, 4343.0, 4379.0, 4373.0, 4359.0, 4355.0, 4342.0, 4341.0, 4331.0, 4342.0, 4343.0, 4344.0, 4354.0, 4345.0, 4347.0, 4348.0, 4358.0, 4356.0, 4357.0, 4357.0, 4358.0, 4358.0, 4372.0, 4373.0, 4375.0, 4389.0, 4417.0, 4385.0, 4385.0, 4398.0, 4386.0, 4394.0, 4374.0, 4374.0, 4383.0, 4375.0, 4395.0, 4387.0, 4387.0, 4397.0, 4388.0, 4418.0, 4398.0, 4399.0, 4378.0, 4399.0, 4438.0, 4419.0, 4437.0, 4387.0, 4387.0, 4378.0, 4400.0, 4430.0, 4391.0, 4400.0, 4450.0, 4419.0, 4397.0, 4377.0, 4388.0, 4407.0, 4406.0, 4386.0, 4394.0, 4363.0, 4383.0, 4404.0, 4375.0, 4386.0, 4387.0, 4388.0, 4385.0, 4374.0, 4385.0, 4417.0, 4388.0, 4399.0, 4429.0, 4389.0, 4399.0, 4428.0, 4385.0, 4386.0, 4425.0, 4375.0, 4387.0, 4437.0, 4386.0, 4386.0, 4416.0, 4386.0, 4397.0, 4397.0, 4387.0, 4396.0, 4386.0, 4387.0, 4407.0, 4417.0, 4387.0, 4397.0, 4446.0, 4386.0, 4396.0, 4417.0, 4398.0, 4396.0, 4386.0, 4397.0, 4408.0, 4397.0, 4400.0, 4429.0, 4399.0, 4421.0, 4420.0, 4399.0, 4399.0, 4389.0, 4400.0, 4419.0, 4399.0, 4411.0, 4420.0, 4400.0, 4411.0, 4460.0, 4420.0, 4400.0, 4429.0, 4399.0, 4410.0, 4459.0, 4429.0, 4418.0, 4417.0, 4398.0, 4418.0, 4426.0, 4398.0, 4447.0, 4397.0, 4397.0, 4457.0, 4427.0, 4396.0, 4436.0, 4395.0, 4406.0, 4445.0, 4405.0, 4406.0, 4425.0, 4384.0, 4395.0, 4384.0, 4385.0, 4395.0, 4387.0, 4398.0, 4387.0, 4398.0, 4408.0, 4417.0, 4397.0, 4408.0, 4447.0, 4416.0, 4397.0, 4445.0, 4415.0, 4385.0, 4424.0, 4385.0, 4386.0, 4416.0, 4387.0, 4396.0, 4386.0, 4398.0, 4397.0, 4387.0, 4398.0, 4408.0, 4398.0, 4411.0, 4419.0, 4400.0, 4400.0, 4428.0, 4430.0, 4397.0, 4427.0, 4388.0, 4397.0, 4436.0, 4396.0, 4398.0, 4447.0, 4417.0, 4399.0, 4457.0, 4416.0, 4396.0, 4446.0, 4415.0, 4396.0, 4446.0, 4394.0, 4385.0, 4445.0, 4404.0, 4384.0, 4424.0, 4381.0, 4384.0, 4404.0, 4433.0, 4393.0, 4391.0, 4412.0, 4383.0, 4382.0, 4382.0, 4383.0, 4383.0, 4384.0, 4395.0, 4405.0, 4395.0, 4396.0, 4396.0, 4398.0, 4407.0, 4399.0, 4420.0, 4437.0, 4396.0, 4407.0, 4396.0, 4396.0, 4437.0, 4395.0, 4395.0, 4456.0, 4415.0, 4394.0, 4373.0, 4394.0, 4415.0, 4395.0, 4406.0, 4395.0, 4396.0, 4446.0, 4393.0, 4393.0, 4444.0, 4424.0, 4393.0, 4382.0, 4384.0, 4413.0, 4383.0, 4384.0, 4444.0, 4413.0, 4392.0, 4381.0, 4383.0, 4413.0, 4394.0, 4444.0, 4415.0, 4456.0, 4471.0, 4414.0, 4369.0, 4369.0, 4366.0, 4379.0, 4383.0, 4423.0, 4382.0, 4384.0, 4422.0, 4403.0, 4372.0, 4419.0, 4378.0, 4357.0, 4364.0, 4347.0, 4397.0, 4359.0, 4389.0, 4368.0, 4420.0, 4418.0, 4386.0, 4405.0, 4382.0, 4341.0, 4392.0, 4343.0, 4351.0, 4341.0, 4342.0, 4342.0, 4343.0, 4330.0, 4342.0, 4354.0, 4353.0, 4355.0, 4346.0, 4355.0, 4357.0, 4356.0, 4357.0, 4368.0, 4357.0, 4369.0, 4358.0, 4360.0, 4383.0, 4372.0, 4396.0, 4385.0, 4385.0, 4364.0, 4384.0, 4385.0, 4384.0, 4396.0, 4395.0, 4376.0, 4387.0, 4437.0, 4416.0, 4397.0, 4416.0, 4389.0, 4387.0, 4446.0, 4405.0, 4385.0, 4435.0, 4396.0, 4408.0, 4406.0, 4388.0, 4417.0, 4386.0, 4397.0, 4447.0, 4396.0, 4386.0, 4436.0, 4396.0, 4407.0, 4457.0, 4426.0, 4395.0, 4445.0, 4405.0, 4384.0, 4424.0, 4403.0, 4383.0, 4383.0, 4385.0, 4394.0, 4404.0, 4384.0, 4394.0, 4384.0, 4395.0, 4425.0, 4386.0, 4386.0, 4386.0, 4396.0, 4396.0, 4437.0, 4386.0, 4386.0, 4385.0, 4396.0, 4405.0, 4414.0, 4396.0, 4405.0, 4385.0, 4396.0, 4436.0, 4425.0, 4385.0, 4424.0, 4384.0, 4396.0, 4425.0, 4387.0, 4386.0, 4405.0, 4397.0, 4397.0, 4415.0, 4396.0, 4396.0, 4385.0, 4396.0, 4416.0, 4386.0, 4386.0, 4435.0, 4395.0, 4395.0, 4434.0, 4405.0, 4385.0, 4384.0, 4396.0, 4415.0, 4384.0, 4385.0, 4444.0, 4384.0, 4384.0, 4434.0, 4394.0, 4384.0, 4433.0, 4383.0, 4385.0, 4423.0, 4393.0, 4384.0, 4412.0, 4372.0, 4373.0, 4403.0, 4373.0, 4374.0, 4403.0, 4373.0, 4384.0, 4384.0, 4386.0, 4384.0, 4376.0, 4398.0, 4419.0, 4398.0, 4400.0, 4427.0, 4386.0, 4397.0, 4437.0, 4406.0, 4397.0, 4426.0, 4386.0, 4398.0, 4437.0, 4417.0, 4387.0, 4446.0, 4386.0, 4397.0, 4447.0, 4417.0, 4386.0, 4386.0, 4398.0, 4428.0, 4447.0, 4406.0, 4416.0, 4436.0, 4395.0, 4406.0, 4455.0, 4424.0, 4404.0, 4393.0, 4384.0, 4393.0, 4384.0, 4385.0, 4384.0, 4396.0, 4396.0, 4435.0, 4384.0, 4405.0, 4455.0, 4424.0, 4394.0, 4443.0, 4421.0, 4370.0, 4420.0, 4379.0, 4358.0, 4389.0, 4399.0, 4359.0, 4368.0, 4369.0, 4370.0, 4410.0, 4370.0, 4371.0, 4400.0, 4382.0, 4371.0, 4410.0, 4371.0, 4372.0, 4381.0, 4382.0, 4382.0, 4402.0, 4372.0, 4382.0, 4401.0, 4382.0, 4392.0, 4421.0, 4372.0, 4381.0, 4371.0, 4372.0, 4402.0, 4372.0, 4383.0, 4402.0, 4384.0, 4385.0, 4434.0, 4384.0, 4374.0, 4383.0, 4384.0, 4384.0, 4384.0, 4385.0, 4394.0, 4374.0, 4386.0, 4425.0, 4385.0, 4386.0, 4425.0, 4396.0, 4386.0, 4435.0, 4414.0, 4384.0, 4433.0, 4373.0, 4384.0, 4413.0, 4384.0, 4374.0, 4375.0, 4386.0, 4374.0, 4387.0, 4396.0, 4388.0, 4400.0, 4460.0, 4470.0, 4445.0, 4403.0, 4382.0, 4402.0, 4383.0, 4392.0, 4391.0, 4383.0, 4384.0, 4384.0, 4400.0, 4426.0, 4387.0, 4385.0, 4395.0, 4386.0, 4405.0, 4397.0, 4387.0, 4417.0, 4408.0, 4441.0, 4448.0, 4406.0, 4435.0, 4385.0, 4375.0, 4424.0, 4383.0, 4374.0, 4434.0, 4403.0, 4386.0, 4445.0, 4386.0, 4375.0, 4414.0, 4396.0, 4405.0, 4385.0, 4386.0, 4426.0, 4396.0, 4387.0, 4446.0, 4407.0, 4406.0, 4445.0, 4374.0, 4424.0, 4423.0, 4374.0, 4443.0, 4373.0, 4383.0, 4383.0, 4385.0, 4444.0, 4414.0, 4434.0, 4402.0, 4372.0, 4443.0, 4412.0, 4382.0, 4440.0, 4361.0, 4401.0, 4379.0, 4371.0, 4401.0, 4371.0, 4360.0, 4360.0, 4372.0, 4381.0, 4371.0, 4374.0, 4403.0, 4373.0, 4372.0, 4362.0, 4363.0, 4361.0, 4373.0, 4373.0, 4372.0, 4374.0, 4396.0, 4396.0, 4397.0, 4417.0, 4397.0, 4388.0, 4406.0, 4385.0, 4385.0, 4424.0, 4385.0, 4407.0, 4446.0, 4406.0, 4417.0, 4445.0, 4424.0, 4414.0, 4442.0, 4402.0, 4402.0, 4431.0, 4371.0, 4382.0, 4371.0, 4373.0, 4403.0, 4402.0, 4383.0, 4403.0, 4412.0, 4373.0, 4402.0, 4430.0, 4371.0, 4401.0, 4422.0, 4372.0, 4381.0, 4372.0, 4383.0, 4413.0, 4383.0, 4383.0, 4373.0, 4384.0, 4404.0, 4413.0, 4373.0, 4393.0, 4432.0, 4373.0, 4393.0, 4390.0, 4371.0, 4393.0, 4441.0, 4401.0, 4402.0, 4443.0, 4389.0, 4370.0, 4410.0, 4371.0, 4361.0, 4389.0, 4360.0, 4349.0, 4360.0, 4361.0, 4360.0, 4372.0, 4374.0, 4402.0, 4373.0, 4385.0, 4435.0, 4443.0, 4403.0, 4382.0, 4411.0, 4390.0, 4359.0, 4368.0, 4370.0, 4380.0, 4371.0, 4364.0, 4414.0, 4373.0, 4375.0, 4433.0, 4374.0, 4364.0, 4402.0, 4372.0, 4362.0, 4382.0, 4373.0, 4393.0, 4363.0, 4383.0, 4385.0, 4374.0, 4385.0, 4376.0, 4385.0, 4386.0, 4438.0, 4457.0, 4424.0, 4392.0, 4370.0, 4361.0, 4379.0, 4370.0, 4370.0, 4360.0, 4362.0, 4372.0, 4373.0, 4384.0, 4384.0, 4376.0, 4448.0, 4406.0, 4434.0, 4426.0, 4424.0, 4360.0, 4360.0, 4390.0, 4360.0, 4371.0, 4433.0, 4431.0, 4391.0, 4431.0, 4412.0, 4370.0, 4398.0, 4359.0, 4347.0, 4347.0, 4358.0, 4388.0, 4361.0, 4391.0, 4381.0, 4412.0, 4391.0, 4361.0, 4400.0, 4428.0, 4396.0, 4366.0, 4416.0, 4376.0, 4346.0, 4395.0, 4345.0, 4345.0, 4344.0, 4345.0, 4346.0, 4345.0, 4357.0, 4358.0, 4348.0, 4370.0, 4359.0, 4360.0, 4360.0, 4400.0, 4359.0, 4350.0, 4389.0, 4378.0, 4348.0, 4379.0, 4399.0, 4411.0, 4419.0, 4388.0, 4348.0, 4348.0, 4348.0, 4377.0, 4366.0, 4348.0, 4359.0, 4400.0, 4361.0, 4362.0, 4391.0, 4362.0, 4361.0, 4362.0, 4375.0, 4376.0, 4388.0, 4397.0, 4389.0, 4400.0, 4448.0, 4387.0, 4387.0, 4435.0, 4405.0, 4396.0, 4455.0, 4424.0, 4403.0, 4392.0, 4363.0, 4412.0, 4361.0, 4402.0, 4363.0, 4392.0, 4392.0, 4373.0, 4443.0, 4423.0, 4442.0, 4431.0, 4400.0, 4418.0, 4349.0, 4359.0, 4379.0, 4359.0, 4369.0, 4359.0, 4362.0, 4351.0, 4372.0, 4372.0, 4362.0, 4373.0, 4385.0, 4415.0, 4375.0, 4377.0, 4437.0, 4388.0, 4388.0, 4387.0, 4397.0, 4438.0, 4441.0, 4472.0, 4450.0, 4396.0, 4374.0, 4364.0, 4415.0, 4362.0, 4375.0, 4424.0, 4402.0, 4363.0, 4443.0, 4393.0, 4372.0, 4431.0, 4360.0, 4411.0, 4379.0, 4359.0, 4430.0, 4410.0, 4420.0, 4399.0, 4418.0, 4427.0, 4386.0, 4415.0, 4373.0, 4362.0, 4404.0, 4353.0, 4372.0, 4322.0, 4330.0, 4332.0, 4335.0, 4344.0, 4335.0, 4355.0, 4345.0, 4345.0, 4347.0, 4348.0, 4348.0, 4359.0, 4370.0, 4361.0, 4361.0, 4361.0, 4363.0, 4392.0, 4373.0, 4374.0, 4383.0], 'WindowWidth': [9714.0, 9691.0, 9675.0, 9699.0, 9715.0, 9751.0, 9672.0, 9667.0, 9692.0, 9652.0, 9666.0, 9694.0, 9679.0, 9667.0, 9694.0, 9663.0, 9676.0, 9729.0, 9687.0, 9716.0, 9711.0, 9655.0, 9710.0, 9689.0, 9663.0, 9705.0, 9654.0, 9616.0, 9683.0, 9642.0, 9617.0, 9637.0, 9614.0, 9616.0, 9626.0, 9629.0, 9634.0, 9655.0, 9632.0, 9634.0, 9645.0, 9635.0, 9640.0, 9655.0, 9652.0, 9656.0, 9644.0, 9648.0, 9657.0, 9688.0, 9701.0, 9675.0, 9708.0, 9752.0, 9725.0, 9714.0, 9712.0, 9707.0, 9708.0, 9719.0, 9716.0, 9692.0, 9722.0, 9708.0, 9700.0, 9740.0, 9723.0, 9716.0, 9783.0, 9778.0, 9751.0, 9770.0, 9740.0, 9726.0, 9738.0, 9683.0, 9754.0, 9752.0, 9711.0, 9751.0, 9668.0, 9683.0, 9756.0, 9719.0, 9705.0, 9743.0, 9689.0, 9715.0, 9646.0, 9665.0, 9718.0, 9701.0, 9664.0, 9729.0, 9663.0, 9681.0, 9731.0, 9676.0, 9676.0, 9648.0, 9663.0, 9675.0, 9646.0, 9678.0, 9691.0, 9692.0, 9667.0, 9683.0, 9735.0, 9667.0, 9704.0, 9729.0, 9646.0, 9671.0, 9697.0, 9659.0, 9661.0, 9647.0, 9679.0, 9678.0, 9652.0, 9683.0, 9710.0, 9671.0, 9686.0, 9712.0, 9692.0, 9706.0, 9693.0, 9708.0, 9727.0, 9688.0, 9700.0, 9742.0, 9712.0, 9689.0, 9685.0, 9685.0, 9688.0, 9711.0, 9682.0, 9689.0, 9700.0, 9687.0, 9694.0, 9729.0, 9742.0, 9689.0, 9685.0, 9669.0, 9687.0, 9715.0, 9695.0, 9708.0, 9732.0, 9695.0, 9711.0, 9678.0, 9695.0, 9723.0, 9750.0, 9690.0, 9703.0, 9690.0, 9691.0, 9723.0, 9771.0, 9725.0, 9697.0, 9722.0, 9685.0, 9702.0, 9770.0, 9728.0, 9704.0, 9737.0, 9678.0, 9680.0, 9712.0, 9686.0, 9685.0, 9685.0, 9702.0, 9687.0, 9688.0, 9721.0, 9777.0, 9712.0, 9685.0, 9757.0, 9751.0, 9702.0, 9671.0, 9673.0, 9661.0, 9676.0, 9706.0, 9655.0, 9680.0, 9653.0, 9687.0, 9697.0, 9669.0, 9689.0, 9714.0, 9671.0, 9685.0, 9726.0, 9672.0, 9688.0, 9722.0, 9670.0, 9689.0, 9713.0, 9685.0, 9689.0, 9724.0, 9669.0, 9687.0, 9707.0, 9658.0, 9685.0, 9725.0, 9693.0, 9726.0, 9721.0, 9696.0, 9708.0, 9721.0, 9699.0, 9722.0, 9721.0, 9694.0, 9736.0, 9746.0, 9706.0, 9730.0, 9687.0, 9702.0, 9758.0, 9739.0, 9690.0, 9756.0, 9719.0, 9697.0, 9710.0, 9673.0, 9688.0, 9725.0, 9678.0, 9702.0, 9699.0, 9688.0, 9716.0, 9720.0, 9690.0, 9730.0, 9716.0, 9692.0, 9759.0, 9703.0, 9685.0, 9766.0, 9713.0, 9685.0, 9765.0, 9703.0, 9679.0, 9729.0, 9668.0, 9684.0, 9736.0, 9667.0, 9682.0, 9707.0, 9665.0, 9680.0, 9672.0, 9704.0, 9727.0, 9685.0, 9701.0, 9721.0, 9676.0, 9700.0, 9723.0, 9669.0, 9699.0, 9757.0, 9709.0, 9693.0, 9730.0, 9663.0, 9692.0, 9744.0, 9699.0, 9692.0, 9665.0, 9662.0, 9677.0, 9704.0, 9660.0, 9667.0, 9680.0, 9674.0, 9695.0, 9704.0, 9664.0, 9683.0, 9669.0, 9689.0, 9713.0, 9688.0, 9689.0, 9676.0, 9696.0, 9727.0, 9694.0, 9695.0, 9741.0, 9800.0, 9731.0, 9689.0, 9754.0, 9738.0, 9685.0, 9705.0, 9706.0, 9667.0, 9692.0, 9671.0, 9673.0, 9733.0, 9674.0, 9696.0, 9694.0, 9693.0, 9793.0, 9710.0, 9665.0, 9654.0, 9704.0, 9683.0, 9702.0, 9781.0, 9712.0, 9712.0, 9784.0, 9776.0, 9715.0, 9722.0, 9683.0, 9699.0, 9737.0, 9733.0, 9751.0, 9714.0, 9729.0, 9730.0, 9676.0, 9674.0, 9682.0, 9640.0, 9698.0, 9663.0, 9649.0, 9658.0, 9608.0, 9671.0, 9669.0, 9644.0, 9629.0, 9604.0, 9601.0, 9587.0, 9603.0, 9607.0, 9611.0, 9623.0, 9612.0, 9619.0, 9621.0, 9634.0, 9631.0, 9632.0, 9631.0, 9634.0, 9636.0, 9660.0, 9664.0, 9671.0, 9694.0, 9729.0, 9684.0, 9684.0, 9705.0, 9686.0, 9694.0, 9666.0, 9667.0, 9678.0, 9670.0, 9697.0, 9688.0, 9690.0, 9705.0, 9693.0, 9732.0, 9706.0, 9707.0, 9678.0, 9708.0, 9762.0, 9735.0, 9756.0, 9692.0, 9690.0, 9682.0, 9714.0, 9754.0, 9701.0, 9713.0, 9780.0, 9734.0, 9704.0, 9678.0, 9692.0, 9716.0, 9714.0, 9685.0, 9693.0, 9651.0, 9677.0, 9707.0, 9671.0, 9687.0, 9689.0, 9691.0, 9684.0, 9669.0, 9686.0, 9730.0, 9693.0, 9710.0, 9750.0, 9695.0, 9710.0, 9747.0, 9685.0, 9688.0, 9739.0, 9671.0, 9688.0, 9757.0, 9685.0, 9688.0, 9726.0, 9690.0, 9705.0, 9703.0, 9691.0, 9703.0, 9687.0, 9690.0, 9717.0, 9729.0, 9691.0, 9704.0, 9769.0, 9687.0, 9702.0, 9730.0, 9706.0, 9703.0, 9686.0, 9705.0, 9720.0, 9705.0, 9712.0, 9751.0, 9714.0, 9746.0, 9741.0, 9712.0, 9711.0, 9699.0, 9716.0, 9740.0, 9713.0, 9730.0, 9742.0, 9717.0, 9732.0, 9797.0, 9741.0, 9714.0, 9753.0, 9712.0, 9728.0, 9793.0, 9749.0, 9736.0, 9733.0, 9708.0, 9735.0, 9744.0, 9707.0, 9774.0, 9704.0, 9705.0, 9787.0, 9744.0, 9702.0, 9754.0, 9698.0, 9714.0, 9768.0, 9713.0, 9717.0, 9737.0, 9684.0, 9701.0, 9683.0, 9685.0, 9699.0, 9692.0, 9711.0, 9693.0, 9708.0, 9723.0, 9732.0, 9705.0, 9723.0, 9776.0, 9730.0, 9704.0, 9768.0, 9725.0, 9685.0, 9735.0, 9686.0, 9689.0, 9732.0, 9692.0, 9702.0, 9689.0, 9709.0, 9708.0, 9694.0, 9710.0, 9723.0, 9711.0, 9732.0, 9741.0, 9715.0, 9715.0, 9752.0, 9754.0, 9707.0, 9746.0, 9694.0, 9707.0, 9757.0, 9703.0, 9707.0, 9774.0, 9733.0, 9712.0, 9789.0, 9728.0, 9704.0, 9773.0, 9727.0, 9703.0, 9770.0, 9698.0, 9686.0, 9768.0, 9711.0, 9684.0, 9736.0, 9676.0, 9684.0, 9710.0, 9747.0, 9692.0, 9688.0, 9716.0, 9681.0, 9679.0, 9677.0, 9682.0, 9681.0, 9684.0, 9701.0, 9714.0, 9701.0, 9704.0, 9703.0, 9710.0, 9721.0, 9712.0, 9742.0, 9762.0, 9703.0, 9720.0, 9704.0, 9706.0, 9762.0, 9700.0, 9700.0, 9784.0, 9726.0, 9697.0, 9666.0, 9698.0, 9727.0, 9700.0, 9718.0, 9701.0, 9703.0, 9771.0, 9696.0, 9696.0, 9767.0, 9734.0, 9693.0, 9678.0, 9683.0, 9721.0, 9680.0, 9681.0, 9763.0, 9718.0, 9691.0, 9676.0, 9684.0, 9725.0, 9701.0, 9770.0, 9728.0, 9791.0, 9817.0, 9722.0, 9653.0, 9652.0, 9646.0, 9668.0, 9681.0, 9736.0, 9680.0, 9683.0, 9735.0, 9708.0, 9666.0, 9725.0, 9664.0, 9635.0, 9639.0, 9620.0, 9689.0, 9642.0, 9682.0, 9652.0, 9725.0, 9721.0, 9669.0, 9695.0, 9658.0, 9602.0, 9673.0, 9605.0, 9615.0, 9600.0, 9603.0, 9604.0, 9606.0, 9587.0, 9603.0, 9623.0, 9621.0, 9626.0, 9615.0, 9626.0, 9632.0, 9631.0, 9633.0, 9648.0, 9633.0, 9651.0, 9638.0, 9644.0, 9679.0, 9663.0, 9699.0, 9685.0, 9686.0, 9655.0, 9682.0, 9684.0, 9681.0, 9701.0, 9699.0, 9674.0, 9692.0, 9758.0, 9728.0, 9704.0, 9729.0, 9695.0, 9693.0, 9770.0, 9711.0, 9685.0, 9751.0, 9701.0, 9719.0, 9716.0, 9694.0, 9732.0, 9689.0, 9705.0, 9771.0, 9701.0, 9690.0, 9756.0, 9703.0, 9720.0, 9788.0, 9741.0, 9700.0, 9766.0, 9710.0, 9682.0, 9734.0, 9706.0, 9681.0, 9679.0, 9685.0, 9697.0, 9710.0, 9684.0, 9696.0, 9685.0, 9700.0, 9740.0, 9689.0, 9689.0, 9688.0, 9703.0, 9705.0, 9759.0, 9689.0, 9689.0, 9686.0, 9703.0, 9715.0, 9724.0, 9702.0, 9712.0, 9688.0, 9705.0, 9759.0, 9739.0, 9687.0, 9738.0, 9685.0, 9703.0, 9742.0, 9691.0, 9690.0, 9714.0, 9706.0, 9707.0, 9729.0, 9704.0, 9703.0, 9687.0, 9704.0, 9732.0, 9691.0, 9690.0, 9754.0, 9701.0, 9702.0, 9753.0, 9713.0, 9687.0, 9684.0, 9703.0, 9727.0, 9685.0, 9687.0, 9765.0, 9683.0, 9684.0, 9750.0, 9698.0, 9686.0, 9750.0, 9680.0, 9686.0, 9736.0, 9695.0, 9684.0, 9719.0, 9663.0, 9667.0, 9707.0, 9667.0, 9670.0, 9708.0, 9669.0, 9685.0, 9684.0, 9689.0, 9688.0, 9677.0, 9711.0, 9743.0, 9714.0, 9717.0, 9750.0, 9693.0, 9709.0, 9764.0, 9719.0, 9709.0, 9746.0, 9694.0, 9711.0, 9763.0, 9735.0, 9696.0, 9772.0, 9693.0, 9710.0, 9776.0, 9734.0, 9694.0, 9693.0, 9712.0, 9753.0, 9776.0, 9719.0, 9732.0, 9756.0, 9703.0, 9720.0, 9783.0, 9739.0, 9712.0, 9696.0, 9685.0, 9697.0, 9687.0, 9688.0, 9687.0, 9707.0, 9708.0, 9757.0, 9686.0, 9718.0, 9788.0, 9737.0, 9698.0, 9764.0, 9728.0, 9659.0, 9726.0, 9670.0, 9642.0, 9683.0, 9694.0, 9643.0, 9654.0, 9657.0, 9661.0, 9712.0, 9661.0, 9663.0, 9701.0, 9678.0, 9664.0, 9714.0, 9664.0, 9665.0, 9676.0, 9678.0, 9679.0, 9706.0, 9667.0, 9680.0, 9704.0, 9680.0, 9693.0, 9731.0, 9664.0, 9678.0, 9663.0, 9665.0, 9706.0, 9666.0, 9682.0, 9708.0, 9684.0, 9688.0, 9753.0, 9685.0, 9671.0, 9682.0, 9685.0, 9686.0, 9685.0, 9688.0, 9700.0, 9674.0, 9693.0, 9744.0, 9689.0, 9692.0, 9742.0, 9704.0, 9693.0, 9759.0, 9725.0, 9686.0, 9750.0, 9668.0, 9683.0, 9723.0, 9687.0, 9674.0, 9676.0, 9690.0, 9671.0, 9695.0, 9707.0, 9699.0, 9718.0, 9801.0, 9818.0, 9769.0, 9706.0, 9677.0, 9704.0, 9682.0, 9692.0, 9689.0, 9680.0, 9684.0, 9688.0, 9718.0, 9746.0, 9695.0, 9692.0, 9704.0, 9693.0, 9718.0, 9708.0, 9697.0, 9736.0, 9727.0, 9776.0, 9782.0, 9717.0, 9756.0, 9687.0, 9675.0, 9738.0, 9684.0, 9674.0, 9754.0, 9710.0, 9690.0, 9770.0, 9691.0, 9677.0, 9727.0, 9707.0, 9717.0, 9690.0, 9694.0, 9745.0, 9706.0, 9697.0, 9776.0, 9720.0, 9720.0, 9768.0, 9672.0, 9739.0, 9736.0, 9671.0, 9763.0, 9670.0, 9684.0, 9684.0, 9688.0, 9767.0, 9726.0, 9753.0, 9706.0, 9667.0, 9763.0, 9717.0, 9678.0, 9754.0, 9647.0, 9702.0, 9671.0, 9662.0, 9702.0, 9661.0, 9648.0, 9647.0, 9665.0, 9678.0, 9663.0, 9672.0, 9709.0, 9669.0, 9667.0, 9653.0, 9655.0, 9651.0, 9669.0, 9669.0, 9667.0, 9673.0, 9705.0, 9708.0, 9710.0, 9737.0, 9707.0, 9697.0, 9719.0, 9690.0, 9690.0, 9739.0, 9688.0, 9720.0, 9771.0, 9717.0, 9734.0, 9772.0, 9738.0, 9724.0, 9760.0, 9704.0, 9704.0, 9744.0, 9661.0, 9677.0, 9662.0, 9669.0, 9710.0, 9707.0, 9682.0, 9709.0, 9717.0, 9667.0, 9705.0, 9740.0, 9662.0, 9704.0, 9732.0, 9665.0, 9675.0, 9664.0, 9683.0, 9722.0, 9681.0, 9684.0, 9668.0, 9686.0, 9711.0, 9721.0, 9667.0, 9695.0, 9745.0, 9668.0, 9693.0, 9686.0, 9664.0, 9694.0, 9758.0, 9701.0, 9703.0, 9763.0, 9683.0, 9659.0, 9711.0, 9660.0, 9648.0, 9683.0, 9643.0, 9627.0, 9642.0, 9648.0, 9646.0, 9666.0, 9671.0, 9705.0, 9667.0, 9686.0, 9757.0, 9762.0, 9705.0, 9677.0, 9713.0, 9684.0, 9642.0, 9653.0, 9659.0, 9672.0, 9662.0, 9657.0, 9723.0, 9669.0, 9675.0, 9749.0, 9671.0, 9657.0, 9704.0, 9665.0, 9652.0, 9677.0, 9667.0, 9694.0, 9653.0, 9679.0, 9685.0, 9671.0, 9686.0, 9676.0, 9686.0, 9688.0, 9764.0, 9792.0, 9737.0, 9687.0, 9657.0, 9644.0, 9668.0, 9655.0, 9658.0, 9643.0, 9650.0, 9663.0, 9666.0, 9685.0, 9682.0, 9676.0, 9780.0, 9716.0, 9750.0, 9744.0, 9735.0, 9643.0, 9643.0, 9682.0, 9643.0, 9661.0, 9750.0, 9740.0, 9685.0, 9742.0, 9717.0, 9657.0, 9690.0, 9639.0, 9622.0, 9620.0, 9639.0, 9677.0, 9646.0, 9686.0, 9672.0, 9716.0, 9687.0, 9646.0, 9697.0, 9735.0, 9682.0, 9642.0, 9713.0, 9655.0, 9616.0, 9682.0, 9614.0, 9616.0, 9611.0, 9615.0, 9619.0, 9616.0, 9634.0, 9638.0, 9625.0, 9658.0, 9643.0, 9643.0, 9645.0, 9697.0, 9641.0, 9630.0, 9681.0, 9662.0, 9623.0, 9666.0, 9691.0, 9711.0, 9721.0, 9676.0, 9622.0, 9622.0, 9623.0, 9661.0, 9644.0, 9622.0, 9642.0, 9696.0, 9646.0, 9650.0, 9688.0, 9649.0, 9648.0, 9651.0, 9675.0, 9680.0, 9698.0, 9710.0, 9701.0, 9718.0, 9782.0, 9697.0, 9695.0, 9760.0, 9715.0, 9705.0, 9782.0, 9738.0, 9708.0, 9691.0, 9653.0, 9719.0, 9650.0, 9707.0, 9654.0, 9692.0, 9693.0, 9669.0, 9764.0, 9733.0, 9762.0, 9742.0, 9697.0, 9720.0, 9628.0, 9642.0, 9667.0, 9641.0, 9654.0, 9642.0, 9651.0, 9637.0, 9665.0, 9665.0, 9653.0, 9668.0, 9690.0, 9731.0, 9673.0, 9680.0, 9760.0, 9696.0, 9697.0, 9697.0, 9712.0, 9769.0, 9775.0, 9823.0, 9785.0, 9703.0, 9669.0, 9657.0, 9726.0, 9652.0, 9674.0, 9738.0, 9704.0, 9655.0, 9763.0, 9694.0, 9666.0, 9741.0, 9647.0, 9716.0, 9669.0, 9641.0, 9738.0, 9709.0, 9725.0, 9692.0, 9720.0, 9728.0, 9669.0, 9712.0, 9646.0, 9632.0, 9689.0, 9620.0, 9645.0, 9577.0, 9588.0, 9593.0, 9602.0, 9611.0, 9601.0, 9627.0, 9615.0, 9616.0, 9620.0, 9625.0, 9623.0, 9640.0, 9656.0, 9646.0, 9648.0, 9648.0, 9653.0, 9690.0, 9667.0, 9670.0, 9680.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.0016824194756554305</td></tr>
<tr><td colspan=3>aqi</td><td>0.0435508534082397</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.36902165446775</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.141436427631185</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9699414876836574</td></tr>
<tr><td colspan=3>efc</td><td>0.5021</td></tr>
<tr><td colspan=3>fber</td><td>4017.2236</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07903772597227673</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>22</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.647940074906367</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4701201143509253</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.348215307650548</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.687367299564534</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.374777735837694</td></tr>
<tr><td colspan=3>gcor</td><td>0.00781964</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.017567351460456848</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.036212675273418427</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.811154768230104</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>14.7579</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>56.551</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.8141</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296430.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1109.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>418.7394</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.8997</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>637.1315</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3562.9752</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3743.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80114.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1233.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4775.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>982.1109</td></tr>
<tr><td colspan=3>tsnr</td><td>27.254779521375895</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>