<?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-01_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-01_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-01_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-01_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-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-01_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-01_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-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-01_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-01_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-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-01_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-01_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-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_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-01_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-01_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-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_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-01_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-01_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-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_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-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0026/figures/sub-0026_ses-01_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-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0026/figures/sub-0026_ses-01_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-01/func/sub-0026_ses-01_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>38a06819f9edd613aa101fa5cfc08ab1</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:42:43.532500</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.995743, 0.0119134, 0.0913957, -0.0151208, 0.999291, 0.0344823]</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.100855</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4176, -7734, -7258, 617, 27, -105, 16, 39]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.764</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>943d97ad-538d-4d4a-841a-39aca701d763||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.671506643295288, -0.04056808352470398, 0.2454841434955597, 107.57950592041016], [-0.03196272253990173, 2.6810245513916016, 0.09643737226724625, -89.59040069580078], [0.24520787596702576, -0.09251360595226288, 2.687087297439575, -58.38887405395508], [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, 1376]</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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['104243.532500', '104243.992500', '104244.452500', '104244.912500', '104245.372500', '104245.832500', '104246.292500', '104246.752500', '104247.212500', '104247.672500', '104248.132500', '104248.592500', '104249.052500', '104249.512500', '104249.972500', '104250.432500', '104250.892500', '104251.352500', '104251.812500', '104252.272500', '104252.732500', '104253.192500', '104253.652500', '104254.112500', '104254.572500', '104255.032500', '104255.492500', '104255.952500', '104256.412500', '104256.872500', '104257.332500', '104257.792500', '104258.252500', '104258.712500', '104259.172500', '104259.632500', '104300.092500', '104300.552500', '104301.012500', '104301.472500', '104301.932500', '104302.392500', '104302.852500', '104303.312500', '104303.772500', '104304.232500', '104304.692500', '104305.152500', '104305.612500', '104306.072500', '104306.532500', '104306.992500', '104307.452500', '104307.912500', '104308.372500', '104308.832500', '104309.292500', '104309.752500', '104310.212500', '104310.672500', '104311.132500', '104311.592500', '104312.052500', '104312.512500', '104312.972500', '104313.432500', '104313.892500', '104314.352500', '104314.812500', '104315.272500', '104315.732500', '104316.192500', '104316.652500', '104317.112500', '104317.572500', '104318.032500', '104318.492500', '104318.952500', '104319.412500', '104319.872500', '104320.332500', '104320.792500', '104321.252500', '104321.712500', '104322.172500', '104322.632500', '104323.092500', '104323.552500', '104324.012500', '104324.472500', '104324.932500', '104325.392500', '104325.852500', '104326.312500', '104326.772500', '104327.232500', '104327.692500', '104328.152500', '104328.612500', '104329.072500', '104329.532500', '104329.992500', '104330.452500', '104330.912500', '104331.372500', '104331.832500', '104332.292500', '104332.752500', '104333.212500', '104333.672500', '104334.132500', '104334.592500', '104335.052500', '104335.512500', '104335.972500', '104336.432500', '104336.892500', '104337.352500', '104337.812500', '104338.272500', '104338.732500', '104339.192500', '104339.652500', '104340.112500', '104340.572500', '104341.032500', '104341.492500', '104341.952500', '104342.412500', '104342.872500', '104343.332500', '104343.792500', '104344.252500', '104344.712500', '104345.172500', '104345.632500', '104346.092500', '104346.552500', '104347.012500', '104347.472500', '104347.932500', '104348.392500', '104348.852500', '104349.312500', '104349.772500', '104350.232500', '104350.692500', '104351.152500', '104351.612500', '104352.072500', '104352.532500', '104352.992500', '104353.452500', '104353.912500', '104354.372500', '104354.832500', '104355.292500', '104355.752500', '104356.212500', '104356.672500', '104357.132500', '104357.592500', '104358.052500', '104358.512500', '104358.972500', '104359.432500', '104359.892500', '104400.352500', '104400.812500', '104401.272500', '104401.732500', '104402.192500', '104402.652500', '104403.112500', '104403.572500', '104404.032500', '104404.492500', '104404.952500', '104405.412500', '104405.872500', '104406.332500', '104406.792500', '104407.252500', '104407.712500', '104408.172500', '104408.632500', '104409.092500', '104409.552500', '104410.012500', '104410.472500', '104410.932500', '104411.392500', '104411.852500', '104412.312500', '104412.772500', '104413.232500', '104413.692500', '104414.152500', '104414.612500', '104415.072500', '104415.532500', '104415.992500', '104416.452500', '104416.912500', '104417.372500', '104417.832500', '104418.292500', '104418.752500', '104419.212500', '104419.672500', '104420.132500', '104420.592500', '104421.052500', '104421.512500', '104421.972500', '104422.432500', '104422.892500', '104423.352500', '104423.812500', '104424.272500', '104424.732500', '104425.192500', '104425.652500', '104426.112500', '104426.572500', '104427.032500', '104427.492500', '104427.952500', '104428.412500', '104428.872500', '104429.332500', '104429.792500', '104430.252500', '104430.712500', '104431.172500', '104431.632500', '104432.092500', '104432.552500', '104433.012500', '104433.472500', '104433.932500', '104434.392500', '104434.852500', '104435.312500', '104435.772500', '104436.232500', '104436.692500', '104437.152500', '104437.612500', '104438.072500', '104438.532500', '104438.992500', '104439.452500', '104439.912500', '104440.372500', '104440.832500', '104441.292500', '104441.752500', '104442.212500', '104442.672500', '104443.132500', '104443.592500', '104444.052500', '104444.512500', '104444.972500', '104445.432500', '104445.892500', '104446.352500', '104446.812500', '104447.272500', '104447.732500', '104448.192500', '104448.652500', '104449.112500', '104449.572500', '104450.032500', '104450.492500', '104450.952500', '104451.412500', '104451.872500', '104452.332500', '104452.792500', '104453.252500', '104453.712500', '104454.172500', '104454.632500', '104455.092500', '104455.552500', '104456.012500', '104456.472500', '104456.932500', '104457.392500', '104457.852500', '104458.312500', '104458.772500', '104459.232500', '104459.692500', '104500.152500', '104500.612500', '104501.072500', '104501.532500', '104501.992500', '104502.452500', '104502.912500', '104503.372500', '104503.832500', '104504.292500', '104504.752500', '104505.212500', '104505.672500', '104506.132500', '104506.592500', '104507.052500', '104507.512500', '104507.972500', '104508.432500', '104508.892500', '104509.352500', '104509.812500', '104510.272500', '104510.732500', '104511.192500', '104511.652500', '104512.112500', '104512.572500', '104513.032500', '104513.492500', '104513.952500', '104514.412500', '104514.872500', '104515.332500', '104515.792500', '104516.252500', '104516.712500', '104517.172500', '104517.632500', '104518.092500', '104518.552500', '104519.012500', '104519.472500', '104519.932500', '104520.392500', '104520.852500', '104521.312500', '104521.772500', '104522.232500', '104522.692500', '104523.152500', '104523.612500', '104524.072500', '104524.532500', '104524.992500', '104525.452500', '104525.912500', '104526.372500', '104526.832500', '104527.292500', '104527.752500', '104528.212500', '104528.672500', '104529.132500', '104529.592500', '104530.052500', '104530.512500', '104530.972500', '104531.432500', '104531.892500', '104532.352500', '104532.812500', '104533.272500', '104533.732500', '104534.192500', '104534.652500', '104535.112500', '104535.572500', '104536.032500', '104536.492500', '104536.952500', '104537.412500', '104537.872500', '104538.332500', '104538.792500', '104539.252500', '104539.712500', '104540.172500', '104540.632500', '104541.092500', '104541.552500', '104542.012500', '104542.472500', '104542.932500', '104543.392500', '104543.852500', '104544.312500', '104544.772500', '104545.232500', '104545.692500', '104546.152500', '104546.612500', '104547.072500', '104547.532500', '104547.992500', '104548.452500', '104548.912500', '104549.372500', '104549.832500', '104550.292500', '104550.752500', '104551.212500', '104551.672500', '104552.132500', '104552.592500', '104553.052500', '104553.512500', '104553.972500', '104554.432500', '104554.892500', '104555.352500', '104555.812500', '104556.272500', '104556.732500', '104557.192500', '104557.652500', '104558.112500', '104558.572500', '104559.032500', '104559.492500', '104559.952500', '104600.412500', '104600.872500', '104601.332500', '104601.792500', '104602.252500', '104602.712500', '104603.172500', '104603.632500', '104604.092500', '104604.552500', '104605.012500', '104605.472500', '104605.932500', '104606.392500', '104606.852500', '104607.312500', '104607.772500', '104608.232500', '104608.692500', '104609.152500', '104609.612500', '104610.072500', '104610.532500', '104610.992500', '104611.452500', '104611.912500', '104612.372500', '104612.832500', '104613.292500', '104613.752500', '104614.212500', '104614.672500', '104615.132500', '104615.592500', '104616.052500', '104616.512500', '104616.972500', '104617.432500', '104617.892500', '104618.352500', '104618.812500', '104619.272500', '104619.732500', '104620.192500', '104620.652500', '104621.112500', '104621.572500', '104622.032500', '104622.492500', '104622.952500', '104623.412500', '104623.872500', '104624.332500', '104624.792500', '104625.252500', '104625.712500', '104626.172500', '104626.632500', '104627.092500', '104627.552500', '104628.012500', '104628.472500', '104628.932500', '104629.392500', '104629.852500', '104630.312500', '104630.772500', '104631.232500', '104631.692500', '104632.152500', '104632.612500', '104633.072500', '104633.532500', '104633.992500', '104634.452500', '104634.912500', '104635.372500', '104635.832500', '104636.292500', '104636.752500', '104637.212500', '104637.672500', '104638.132500', '104638.592500', '104639.052500', '104639.512500', '104639.972500', '104640.432500', '104640.892500', '104641.352500', '104641.812500', '104642.272500', '104642.732500', '104643.192500', '104643.652500', '104644.112500', '104644.572500', '104645.032500', '104645.492500', '104645.952500', '104646.412500', '104646.872500', '104647.332500', '104647.792500', '104648.252500', '104648.712500', '104649.172500', '104649.632500', '104650.092500', '104650.552500', '104651.012500', '104651.472500', '104651.932500', '104652.392500', '104652.852500', '104653.312500', '104653.772500', '104654.232500', '104654.692500', '104655.152500', '104655.612500', '104656.072500', '104656.532500', '104656.992500', '104657.452500', '104657.912500', '104658.372500', '104658.832500', '104659.292500', '104659.752500', '104700.212500', '104700.672500', '104701.132500', '104701.592500', '104702.052500', '104702.512500', '104702.972500', '104703.432500', '104703.892500', '104704.352500', '104704.812500', '104705.272500', '104705.732500', '104706.192500', '104706.652500', '104707.112500', '104707.572500', '104708.032500', '104708.492500', '104708.952500', '104709.412500', '104709.872500', '104710.332500', '104710.792500', '104711.252500', '104711.712500', '104712.172500', '104712.632500', '104713.092500', '104713.552500', '104714.012500', '104714.472500', '104714.932500', '104715.392500', '104715.852500', '104716.312500', '104716.772500', '104717.232500', '104717.692500', '104718.152500', '104718.612500', '104719.072500', '104719.532500', '104719.992500', '104720.452500', '104720.912500', '104721.372500', '104721.832500', '104722.292500', '104722.752500', '104723.212500', '104723.672500', '104724.132500', '104724.592500', '104725.052500', '104725.512500', '104725.972500', '104726.432500', '104726.892500', '104727.352500', '104727.812500', '104728.272500', '104728.732500', '104729.192500', '104729.652500', '104730.112500', '104730.572500', '104731.032500', '104731.492500', '104731.952500', '104732.412500', '104732.872500', '104733.332500', '104733.792500', '104734.252500', '104734.712500', '104735.172500', '104735.632500', '104736.092500', '104736.552500', '104737.012500', '104737.472500', '104737.932500', '104738.392500', '104738.852500', '104739.312500', '104739.772500', '104740.232500', '104740.692500', '104741.152500', '104741.612500', '104742.072500', '104742.532500', '104742.992500', '104743.452500', '104743.912500', '104744.372500', '104744.832500', '104745.292500', '104745.752500', '104746.212500', '104746.672500', '104747.132500', '104747.592500', '104748.052500', '104748.512500', '104748.972500', '104749.432500', '104749.892500', '104750.352500', '104750.812500', '104751.272500', '104751.732500', '104752.192500', '104752.652500', '104753.112500', '104753.572500', '104754.032500', '104754.492500', '104754.952500', '104755.412500', '104755.872500', '104756.332500', '104756.792500', '104757.252500', '104757.712500', '104758.172500', '104758.632500', '104759.092500', '104759.552500', '104800.012500', '104800.472500', '104800.932500', '104801.392500', '104801.852500', '104802.312500', '104802.772500', '104803.232500', '104803.692500', '104804.152500', '104804.612500', '104805.072500', '104805.532500', '104805.992500', '104806.452500', '104806.912500', '104807.372500', '104807.832500', '104808.292500', '104808.752500', '104809.212500', '104809.672500', '104810.132500', '104810.592500', '104811.052500', '104811.512500', '104811.972500', '104812.432500', '104812.892500', '104813.352500', '104813.812500', '104814.272500', '104814.732500', '104815.192500', '104815.652500', '104816.112500', '104816.572500', '104817.032500', '104817.492500', '104817.952500', '104818.412500', '104818.872500', '104819.332500', '104819.792500', '104820.252500', '104820.712500', '104821.172500', '104821.632500', '104822.092500', '104822.552500', '104823.012500', '104823.472500', '104823.932500', '104824.392500', '104824.852500', '104825.312500', '104825.772500', '104826.232500', '104826.692500', '104827.152500', '104827.612500', '104828.072500', '104828.532500', '104828.992500', '104829.452500', '104829.912500', '104830.372500', '104830.832500', '104831.292500', '104831.752500', '104832.212500', '104832.672500', '104833.132500', '104833.592500', '104834.052500', '104834.512500', '104834.972500', '104835.432500', '104835.892500', '104836.352500', '104836.812500', '104837.272500', '104837.732500', '104838.192500', '104838.652500', '104839.112500', '104839.572500', '104840.032500', '104840.492500', '104840.952500', '104841.412500', '104841.872500', '104842.332500', '104842.792500', '104843.252500', '104843.712500', '104844.172500', '104844.632500', '104845.092500', '104845.552500', '104846.012500', '104846.472500', '104846.932500', '104847.392500', '104847.852500', '104848.312500', '104848.772500', '104849.232500', '104849.692500', '104850.152500', '104850.612500', '104851.072500', '104851.532500', '104851.992500', '104852.452500', '104852.912500', '104853.372500', '104853.832500', '104854.292500', '104854.752500', '104855.212500', '104855.672500', '104856.132500', '104856.592500', '104857.052500', '104857.512500', '104857.972500', '104858.432500', '104858.892500', '104859.352500', '104859.812500', '104900.272500', '104900.732500', '104901.192500', '104901.652500', '104902.112500', '104902.572500', '104903.032500', '104903.492500', '104903.952500', '104904.412500', '104904.872500', '104905.332500', '104905.792500', '104906.252500', '104906.712500', '104907.172500', '104907.632500', '104908.092500', '104908.552500', '104909.012500', '104909.472500', '104909.932500', '104910.392500', '104910.852500', '104911.312500', '104911.772500', '104912.232500', '104912.692500', '104913.152500', '104913.612500', '104914.072500', '104914.532500', '104914.992500', '104915.452500', '104915.912500', '104916.372500', '104916.832500', '104917.292500', '104917.752500', '104918.212500', '104918.672500', '104919.132500', '104919.592500', '104920.052500', '104920.512500', '104920.972500', '104921.432500', '104921.892500', '104922.352500', '104922.812500', '104923.272500', '104923.732500', '104924.192500', '104924.652500', '104925.112500', '104925.572500', '104926.032500', '104926.492500', '104926.952500', '104927.412500', '104927.872500', '104928.332500', '104928.792500', '104929.252500', '104929.712500', '104930.172500', '104930.632500', '104931.092500', '104931.552500', '104932.012500', '104932.472500', '104932.932500', '104933.392500', '104933.852500', '104934.312500', '104934.772500', '104935.232500', '104935.692500', '104936.152500', '104936.612500', '104937.072500', '104937.532500', '104937.992500', '104938.452500', '104938.912500', '104939.372500', '104939.832500', '104940.292500', '104940.752500', '104941.212500', '104941.672500', '104942.132500', '104942.592500', '104943.052500', '104943.512500', '104943.972500', '104944.432500', '104944.892500', '104945.352500', '104945.812500', '104946.272500', '104946.732500', '104947.192500', '104947.652500', '104948.112500', '104948.572500', '104949.032500', '104949.492500', '104949.952500', '104950.412500', '104950.872500', '104951.332500', '104951.792500', '104952.252500', '104952.712500', '104953.172500', '104953.632500', '104954.092500', '104954.552500', '104955.012500', '104955.472500', '104955.932500', '104956.392500', '104956.852500', '104957.312500', '104957.772500', '104958.232500', '104958.692500', '104959.152500', '104959.612500', '105000.072500', '105000.532500', '105000.992500', '105001.452500', '105001.912500', '105002.372500', '105002.832500', '105003.292500', '105003.752500', '105004.212500', '105004.672500', '105005.132500', '105005.592500', '105006.052500', '105006.512500', '105006.972500', '105007.432500', '105007.892500', '105008.352500', '105008.812500', '105009.272500', '105009.732500', '105010.192500', '105010.652500', '105011.112500', '105011.572500', '105012.032500', '105012.492500', '105012.952500', '105013.412500', '105013.872500', '105014.332500', '105014.792500', '105015.252500', '105015.712500', '105016.172500', '105016.632500', '105017.092500', '105017.552500', '105018.012500', '105018.472500', '105018.932500', '105019.392500', '105019.852500', '105020.312500', '105020.772500', '105021.232500', '105021.692500', '105022.152500', '105022.612500', '105023.072500', '105023.532500', '105023.992500', '105024.452500', '105024.912500', '105025.372500', '105025.832500', '105026.292500', '105026.752500', '105027.212500', '105027.672500', '105028.132500', '105028.592500', '105029.052500', '105029.512500', '105029.972500', '105030.432500', '105030.892500', '105031.352500', '105031.812500', '105032.272500', '105032.732500', '105033.192500', '105033.652500', '105034.112500', '105034.572500', '105035.032500', '105035.492500', '105035.952500', '105036.412500', '105036.872500', '105037.332500', '105037.792500', '105038.252500', '105038.712500', '105039.172500', '105039.632500', '105040.092500', '105040.552500', '105041.012500', '105041.472500', '105041.932500', '105042.392500', '105042.852500', '105043.312500', '105043.772500', '105044.232500', '105044.692500', '105045.152500', '105045.612500', '105046.072500', '105046.532500', '105046.992500', '105047.452500', '105047.912500', '105048.372500', '105048.832500', '105049.292500', '105049.752500', '105050.212500', '105050.672500', '105051.132500', '105051.592500', '105052.052500', '105052.512500', '105052.972500', '105053.432500', '105053.892500', '105054.352500', '105054.812500', '105055.272500', '105055.732500', '105056.192500', '105056.652500', '105057.112500', '105057.572500', '105058.032500', '105058.492500', '105058.952500', '105059.412500', '105059.872500', '105100.332500', '105100.792500', '105101.252500', '105101.712500', '105102.172500', '105102.632500', '105103.092500', '105103.552500', '105104.012500', '105104.472500', '105104.932500', '105105.392500', '105105.852500', '105106.312500', '105106.772500', '105107.232500', '105107.692500', '105108.152500', '105108.612500', '105109.072500', '105109.532500', '105109.992500', '105110.452500', '105110.912500', '105111.372500', '105111.832500', '105112.292500', '105112.752500', '105113.212500', '105113.672500', '105114.132500', '105114.592500', '105115.052500', '105115.512500', '105115.972500', '105116.432500', '105116.892500', '105117.352500', '105117.812500', '105118.272500', '105118.732500', '105119.192500', '105119.652500', '105120.112500', '105120.572500', '105121.032500', '105121.492500', '105121.952500', '105122.412500', '105122.872500', '105123.332500', '105123.792500', '105124.252500', '105124.712500', '105125.172500', '105125.632500', '105126.092500', '105126.552500', '105127.012500', '105127.472500', '105127.932500', '105128.392500', '105128.852500', '105129.312500', '105129.772500', '105130.232500', '105130.692500', '105131.152500', '105131.612500', '105132.072500', '105132.532500', '105132.992500', '105133.452500', '105133.912500', '105134.372500', '105134.832500', '105135.292500', '105135.752500', '105136.212500', '105136.672500', '105137.132500', '105137.592500', '105138.052500', '105138.512500', '105138.972500', '105139.432500', '105139.892500', '105140.352500', '105140.812500', '105141.272500', '105141.732500', '105142.192500', '105142.652500', '105143.112500', '105143.572500', '105144.032500', '105144.492500', '105144.952500', '105145.412500', '105145.872500', '105146.332500', '105146.792500', '105147.252500', '105147.712500', '105148.172500', '105148.632500', '105149.092500', '105149.552500', '105150.012500', '105150.472500', '105150.932500', '105151.392500', '105151.852500', '105152.312500', '105152.772500', '105153.232500', '105153.692500', '105154.152500', '105154.612500', '105155.072500', '105155.532500', '105155.992500', '105156.452500', '105156.912500', '105157.372500', '105157.832500', '105158.292500', '105158.752500', '105159.212500', '105159.672500', '105200.132500', '105200.592500', '105201.052500', '105201.512500', '105201.972500', '105202.432500', '105202.892500', '105203.352500', '105203.812500', '105204.272500', '105204.732500', '105205.192500', '105205.652500', '105206.112500', '105206.572500', '105207.032500', '105207.492500', '105207.952500', '105208.412500', '105208.872500', '105209.332500', '105209.792500', '105210.252500', '105210.712500', '105211.172500', '105211.632500', '105212.092500', '105212.552500', '105213.012500', '105213.472500', '105213.932500', '105214.392500', '105214.852500', '105215.312500', '105215.772500', '105216.232500', '105216.692500', '105217.152500', '105217.612500', '105218.072500', '105218.532500', '105218.992500', '105219.452500', '105219.912500', '105220.372500', '105220.832500', '105221.292500', '105221.752500', '105222.212500', '105222.672500', '105223.132500', '105223.592500', '105224.052500', '105224.512500', '105224.972500', '105225.432500', '105225.892500', '105226.352500', '105226.812500', '105227.272500', '105227.732500', '105228.192500', '105228.652500', '105229.112500', '105229.572500', '105230.032500', '105230.492500', '105230.952500', '105231.412500', '105231.872500', '105232.332500', '105232.792500', '105233.252500', '105233.712500', '105234.172500', '105234.632500', '105235.092500', '105235.552500', '105236.012500', '105236.472500', '105236.932500', '105237.392500', '105237.852500', '105238.312500', '105238.772500', '105239.232500', '105239.692500', '105240.152500', '105240.612500', '105241.072500', '105241.532500', '105241.992500', '105242.452500', '105242.912500', '105243.372500', '105243.832500', '105244.292500', '105244.752500', '105245.212500', '105245.672500', '105246.132500', '105246.592500', '105247.052500', '105247.512500', '105247.972500', '105248.432500', '105248.892500', '105249.352500', '105249.812500', '105250.272500', '105250.732500', '105251.192500', '105251.652500', '105252.112500', '105252.572500', '105253.032500', '105253.492500', '105253.952500', '105254.412500', '105254.872500', '105255.332500', '105255.792500', '105256.252500', '105256.712500', '105257.172500', '105257.632500', '105258.092500', '105258.552500', '105259.012500', '105259.472500', '105259.932500', '105300.392500', '105300.852500', '105301.312500', '105301.772500', '105302.232500', '105302.692500', '105303.152500', '105303.612500', '105304.072500', '105304.532500', '105304.992500', '105305.452500', '105305.912500', '105306.372500', '105306.832500', '105307.292500', '105307.752500', '105308.212500', '105308.672500', '105309.132500', '105309.592500', '105310.052500', '105310.512500', '105310.972500', '105311.432500', '105311.892500', '105312.352500', '105312.812500', '105313.272500', '105313.732500', '105314.192500', '105314.652500', '105315.112500', '105315.572500', '105316.032500'], 'ContentTime': ['104259.915000', '104259.924000', '104259.927000', '104259.930000', '104259.933000', '104259.936000', '104259.939000', '104259.942000', '104259.945000', '104259.948000', '104259.951000', '104259.954000', '104259.963000', '104259.966000', '104259.969000', '104259.972000', '104259.975000', '104259.978000', '104259.981000', '104259.985000', '104259.987000', '104259.991000', '104259.994000', '104259.997000', '104300.004000', '104300.007000', '104300.010000', '104300.013000', '104300.016000', '104300.019000', '104300.023000', '104300.026000', '104300.029000', '104300.032000', '104319.878000', '104319.881000', '104319.884000', '104319.887000', '104319.890000', '104319.892000', '104319.895000', '104319.898000', '104319.901000', '104319.904000', '104319.907000', '104319.910000', '104319.913000', '104319.915000', '104319.918000', '104319.921000', '104319.924000', '104319.927000', '104319.930000', '104319.933000', '104319.936000', '104319.939000', '104319.941000', '104319.944000', '104319.947000', '104319.950000', '104319.953000', '104319.956000', '104319.959000', '104319.962000', '104319.972000', '104319.975000', '104319.978000', '104319.981000', '104319.983000', '104319.986000', '104319.989000', '104319.992000', '104319.995000', '104319.998000', '104320.002000', '104320.005000', '104320.008000', '104320.011000', '104339.878000', '104339.881000', '104339.884000', '104339.887000', '104339.890000', '104339.893000', '104339.895000', '104339.898000', '104339.901000', '104339.904000', '104339.911000', '104339.914000', '104339.917000', '104339.920000', '104339.923000', '104339.926000', '104339.929000', '104339.932000', '104339.935000', '104339.938000', '104339.941000', '104339.944000', '104339.947000', '104339.950000', '104339.953000', '104339.955000', '104339.958000', '104339.961000', '104339.964000', '104339.967000', '104339.970000', '104339.973000', '104339.976000', '104339.978000', '104339.981000', '104339.984000', '104339.987000', '104339.990000', '104339.993000', '104339.996000', '104340.000000', '104340.002000', '104340.005000', '104359.878000', '104359.881000', '104359.885000', '104359.890000', '104359.893000', '104359.896000', '104359.899000', '104359.923000', '104359.925000', '104359.928000', '104359.931000', '104359.934000', '104359.937000', '104359.940000', '104359.943000', '104359.946000', '104359.949000', '104359.952000', '104359.955000', '104359.958000', '104359.961000', '104359.963000', '104359.966000', '104359.969000', '104359.972000', '104359.975000', '104359.978000', '104359.981000', '104359.984000', '104359.987000', '104359.989000', '104359.992000', '104359.995000', '104359.998000', '104400.002000', '104400.005000', '104400.008000', '104400.011000', '104400.014000', '104400.016000', '104400.019000', '104400.022000', '104400.025000', '104419.878000', '104419.881000', '104419.884000', '104419.887000', '104419.890000', '104419.905000', '104419.908000', '104419.911000', '104419.914000', '104419.917000', '104419.919000', '104419.922000', '104419.925000', '104419.928000', '104419.931000', '104419.934000', '104419.937000', '104419.940000', '104419.943000', '104419.946000', '104419.949000', '104419.951000', '104419.954000', '104419.957000', '104419.960000', '104419.963000', '104419.966000', '104419.969000', '104419.972000', '104419.975000', '104419.978000', '104419.980000', '104419.983000', '104419.986000', '104419.989000', '104419.992000', '104419.995000', '104419.998000', '104420.002000', '104420.005000', '104420.008000', '104420.011000', '104420.013000', '104420.016000', '104439.878000', '104439.881000', '104439.884000', '104439.887000', '104439.890000', '104439.893000', '104439.896000', '104439.899000', '104439.901000', '104439.904000', '104439.907000', '104439.910000', '104439.913000', '104439.916000', '104439.919000', '104439.922000', '104439.925000', '104439.927000', '104439.930000', '104439.933000', '104439.936000', '104439.939000', '104439.942000', '104439.945000', '104439.948000', '104439.951000', '104439.954000', '104439.957000', '104439.960000', '104439.963000', '104439.966000', '104439.969000', '104439.972000', '104439.975000', '104439.978000', '104439.981000', '104439.984000', '104439.987000', '104439.990000', '104439.993000', '104439.996000', '104439.998000', '104440.003000', '104459.877000', '104459.880000', '104459.883000', '104459.886000', '104459.889000', '104459.892000', '104459.895000', '104459.898000', '104459.901000', '104459.904000', '104459.907000', '104459.910000', '104459.912000', '104459.916000', '104459.918000', '104459.921000', '104459.924000', '104459.927000', '104459.930000', '104459.933000', '104459.936000', '104459.939000', '104459.942000', '104459.945000', '104459.948000', '104459.951000', '104459.954000', '104459.957000', '104459.959000', '104459.963000', '104459.966000', '104459.969000', '104459.971000', '104459.974000', '104459.977000', '104459.980000', '104459.983000', '104459.990000', '104459.993000', '104459.996000', '104500.000000', '104500.003000', '104500.006000', '104500.009000', '104519.878000', '104519.881000', '104519.884000', '104519.887000', '104519.890000', '104519.893000', '104519.896000', '104519.899000', '104519.901000', '104519.904000', '104519.907000', '104519.910000', '104519.913000', '104519.916000', '104519.919000', '104519.923000', '104519.926000', '104519.929000', '104519.932000', '104519.934000', '104519.937000', '104519.958000', '104519.960000', '104519.963000', '104519.966000', '104519.969000', '104519.972000', '104519.975000', '104519.978000', '104519.981000', '104519.984000', '104519.987000', '104519.990000', '104519.993000', '104519.996000', '104519.999000', '104520.001000', '104520.005000', '104520.007000', '104520.010000', '104520.013000', '104520.016000', '104520.019000', '104539.878000', '104539.881000', '104539.884000', '104539.887000', '104539.890000', '104539.893000', '104539.896000', '104539.899000', '104539.902000', '104539.905000', '104539.908000', '104539.911000', '104539.914000', '104539.916000', '104539.919000', '104539.922000', '104539.925000', '104539.928000', '104539.931000', '104539.934000', '104539.937000', '104539.940000', '104539.943000', '104539.946000', '104539.949000', '104539.952000', '104539.955000', '104539.958000', '104539.961000', '104539.964000', '104539.966000', '104539.969000', '104539.972000', '104539.975000', '104539.978000', '104539.981000', '104539.984000', '104539.987000', '104539.990000', '104539.993000', '104539.996000', '104540.000000', '104540.003000', '104540.006000', '104559.890000', '104559.893000', '104559.896000', '104559.899000', '104559.902000', '104559.905000', '104559.908000', '104559.911000', '104559.914000', '104559.917000', '104559.920000', '104559.923000', '104559.926000', '104559.928000', '104559.932000', '104559.934000', '104559.937000', '104559.940000', '104559.944000', '104559.949000', '104559.952000', '104559.955000', '104559.958000', '104559.961000', '104559.964000', '104559.967000', '104559.970000', '104559.973000', '104559.976000', '104559.979000', '104559.982000', '104559.984000', '104559.988000', '104559.990000', '104559.993000', '104559.996000', '104600.000000', '104600.003000', '104600.006000', '104600.009000', '104600.012000', '104600.015000', '104600.018000', '104619.878000', '104619.881000', '104619.884000', '104619.887000', '104619.890000', '104619.893000', '104619.896000', '104619.899000', '104619.902000', '104619.904000', '104619.907000', '104619.910000', '104619.913000', '104619.916000', '104619.919000', '104619.922000', '104619.925000', '104619.928000', '104619.931000', '104619.933000', '104619.936000', '104619.939000', '104619.942000', '104619.945000', '104619.948000', '104619.951000', '104619.954000', '104619.957000', '104619.960000', '104619.963000', '104619.966000', '104619.968000', '104619.971000', '104619.974000', '104619.977000', '104619.980000', '104619.983000', '104619.986000', '104619.989000', '104619.992000', '104619.995000', '104619.997000', '104620.001000', '104620.004000', '104639.878000', '104639.881000', '104639.884000', '104639.887000', '104639.890000', '104639.893000', '104639.897000', '104639.900000', '104639.903000', '104639.906000', '104639.909000', '104639.912000', '104639.915000', '104639.918000', '104639.921000', '104639.924000', '104639.926000', '104639.929000', '104639.932000', '104639.935000', '104639.938000', '104639.941000', '104639.944000', '104639.946000', '104639.949000', '104639.952000', '104639.955000', '104639.958000', '104639.961000', '104639.967000', '104639.970000', '104639.973000', '104639.976000', '104639.979000', '104639.982000', '104639.985000', '104640.004000', '104640.007000', '104640.010000', '104640.012000', '104640.015000', '104640.018000', '104640.021000', '104659.878000', '104659.881000', '104659.884000', '104659.887000', '104659.890000', '104659.893000', '104659.896000', '104659.899000', '104659.902000', '104659.905000', '104659.908000', '104659.911000', '104659.914000', '104659.917000', '104659.920000', '104659.923000', '104659.926000', '104659.928000', '104659.931000', '104659.934000', '104659.937000', '104659.940000', '104659.943000', '104659.946000', '104659.949000', '104659.952000', '104659.955000', '104659.958000', '104659.961000', '104659.964000', '104659.967000', '104659.970000', '104659.972000', '104659.975000', '104659.978000', '104659.981000', '104659.984000', '104659.987000', '104659.990000', '104659.993000', '104659.996000', '104700.000000', '104700.003000', '104700.006000', '104719.877000', '104719.880000', '104719.883000', '104719.886000', '104719.889000', '104719.892000', '104719.895000', '104719.898000', '104719.901000', '104719.904000', '104719.907000', '104719.910000', '104719.913000', '104719.916000', '104719.919000', '104719.922000', '104719.924000', '104719.927000', '104719.930000', '104719.933000', '104719.936000', '104719.939000', '104719.942000', '104719.945000', '104719.948000', '104719.966000', '104719.969000', '104719.972000', '104719.975000', '104719.978000', '104719.982000', '104719.985000', '104719.988000', '104719.991000', '104719.994000', '104719.997000', '104720.001000', '104720.004000', '104720.007000', '104720.010000', '104720.013000', '104720.016000', '104720.019000', '104739.878000', '104739.881000', '104739.884000', '104739.887000', '104739.890000', '104739.893000', '104739.896000', '104739.899000', '104739.902000', '104739.905000', '104739.908000', '104739.911000', '104739.914000', '104739.917000', '104739.920000', '104739.923000', '104739.926000', '104739.928000', '104739.931000', '104739.934000', '104739.937000', '104739.940000', '104739.943000', '104739.946000', '104739.949000', '104739.952000', '104739.955000', '104739.958000', '104739.961000', '104739.964000', '104739.967000', '104739.970000', '104739.973000', '104739.976000', '104739.979000', '104739.982000', '104739.984000', '104739.987000', '104739.991000', '104739.994000', '104739.996000', '104739.999000', '104740.002000', '104740.005000', '104759.878000', '104759.881000', '104759.884000', '104759.887000', '104759.890000', '104759.893000', '104759.896000', '104759.899000', '104759.902000', '104759.905000', '104759.908000', '104759.911000', '104759.914000', '104759.917000', '104759.920000', '104759.923000', '104759.926000', '104759.929000', '104759.932000', '104759.936000', '104759.939000', '104759.942000', '104759.945000', '104759.948000', '104759.951000', '104759.954000', '104759.957000', '104759.960000', '104759.963000', '104759.966000', '104759.968000', '104759.971000', '104759.974000', '104759.977000', '104759.980000', '104759.983000', '104759.986000', '104759.990000', '104759.993000', '104759.995000', '104759.998000', '104800.003000', '104800.006000', '104819.878000', '104819.881000', '104819.884000', '104819.887000', '104819.890000', '104819.893000', '104819.896000', '104819.899000', '104819.902000', '104819.905000', '104819.908000', '104819.911000', '104819.914000', '104819.917000', '104819.920000', '104819.923000', '104819.926000', '104819.929000', '104819.932000', '104819.935000', '104819.937000', '104819.941000', '104819.943000', '104819.946000', '104819.949000', '104819.952000', '104819.955000', '104819.958000', '104819.961000', '104819.964000', '104819.967000', '104819.970000', '104819.975000', '104819.978000', '104819.981000', '104819.984000', '104819.987000', '104819.990000', '104819.993000', '104819.996000', '104819.998000', '104820.003000', '104820.005000', '104820.008000', '104839.878000', '104839.881000', '104839.884000', '104839.887000', '104839.890000', '104839.893000', '104839.896000', '104839.899000', '104839.902000', '104839.905000', '104839.908000', '104839.911000', '104839.914000', '104839.917000', '104839.920000', '104839.923000', '104839.926000', '104839.928000', '104839.931000', '104839.934000', '104839.937000', '104839.940000', '104839.943000', '104839.946000', '104839.949000', '104839.952000', '104839.955000', '104839.958000', '104839.961000', '104839.964000', '104839.966000', '104839.969000', '104839.972000', '104839.975000', '104839.978000', '104839.981000', '104840.001000', '104840.004000', '104840.007000', '104840.010000', '104840.013000', '104840.015000', '104840.018000', '104859.878000', '104859.881000', '104859.884000', '104859.887000', '104859.890000', '104859.893000', '104859.896000', '104859.899000', '104859.902000', '104859.905000', '104859.908000', '104859.911000', '104859.914000', '104859.917000', '104859.919000', '104859.922000', '104859.925000', '104859.928000', '104859.931000', '104859.934000', '104859.937000', '104859.940000', '104859.943000', '104859.946000', '104859.949000', '104859.952000', '104859.955000', '104859.958000', '104859.961000', '104859.964000', '104859.967000', '104859.970000', '104859.973000', '104859.976000', '104859.978000', '104859.981000', '104859.984000', '104859.987000', '104859.990000', '104859.993000', '104859.996000', '104900.000000', '104900.003000', '104900.006000', '104919.878000', '104919.881000', '104919.884000', '104919.887000', '104919.890000', '104919.893000', '104919.896000', '104919.899000', '104919.902000', '104919.905000', '104919.908000', '104919.911000', '104919.914000', '104919.917000', '104919.920000', '104919.923000', '104919.925000', '104919.928000', '104919.931000', '104919.934000', '104919.937000', '104919.940000', '104919.943000', '104919.946000', '104919.949000', '104919.952000', '104919.955000', '104919.958000', '104919.961000', '104919.964000', '104919.967000', '104919.970000', '104919.974000', '104919.977000', '104919.980000', '104919.983000', '104919.986000', '104919.988000', '104919.991000', '104919.994000', '104919.997000', '104920.001000', '104920.004000', '104939.877000', '104939.880000', '104939.883000', '104939.886000', '104939.889000', '104939.892000', '104939.895000', '104939.898000', '104939.901000', '104939.904000', '104939.907000', '104939.910000', '104939.913000', '104939.916000', '104939.919000', '104939.922000', '104939.925000', '104939.927000', '104939.930000', '104939.933000', '104939.937000', '104939.940000', '104939.943000', '104939.946000', '104939.949000', '104939.952000', '104939.955000', '104939.958000', '104939.960000', '104939.963000', '104939.966000', '104939.969000', '104939.972000', '104939.975000', '104939.978000', '104939.981000', '104939.984000', '104939.987000', '104939.990000', '104939.993000', '104939.996000', '104940.000000', '104940.003000', '104940.006000', '104959.878000', '104959.881000', '104959.884000', '104959.887000', '104959.890000', '104959.893000', '104959.896000', '104959.899000', '104959.902000', '104959.905000', '104959.908000', '104959.911000', '104959.914000', '104959.917000', '104959.920000', '104959.922000', '104959.925000', '104959.928000', '104959.931000', '104959.934000', '104959.937000', '104959.940000', '104959.943000', '104959.946000', '104959.949000', '104959.952000', '104959.955000', '104959.958000', '104959.961000', '104959.964000', '104959.967000', '104959.970000', '104959.973000', '104959.976000', '104959.979000', '104959.981000', '104959.984000', '104959.987000', '104959.990000', '104959.993000', '104959.996000', '105000.000000', '105000.004000', '105019.878000', '105019.881000', '105019.884000', '105019.887000', '105019.890000', '105019.893000', '105019.896000', '105019.899000', '105019.902000', '105019.905000', '105019.908000', '105019.911000', '105019.914000', '105019.917000', '105019.932000', '105019.935000', '105019.938000', '105019.941000', '105019.944000', '105019.947000', '105019.950000', '105019.952000', '105019.955000', '105019.958000', '105019.961000', '105019.964000', '105019.967000', '105019.970000', '105019.973000', '105019.976000', '105019.979000', '105019.982000', '105019.985000', '105019.988000', '105019.991000', '105019.994000', '105019.997000', '105020.001000', '105020.004000', '105020.007000', '105020.009000', '105020.012000', '105020.015000', '105020.018000', '105039.878000', '105039.881000', '105039.884000', '105039.887000', '105039.890000', '105039.893000', '105039.896000', '105039.899000', '105039.902000', '105039.905000', '105039.908000', '105039.911000', '105039.914000', '105039.917000', '105039.920000', '105039.922000', '105039.926000', '105039.928000', '105039.931000', '105039.934000', '105039.937000', '105039.940000', '105039.943000', '105039.946000', '105039.949000', '105039.952000', '105039.955000', '105039.958000', '105039.961000', '105039.964000', '105039.967000', '105039.970000', '105039.973000', '105039.976000', '105039.979000', '105039.982000', '105039.985000', '105039.987000', '105039.990000', '105039.993000', '105039.996000', '105040.000000', '105040.003000', '105059.878000', '105059.881000', '105059.884000', '105059.887000', '105059.890000', '105059.893000', '105059.896000', '105059.899000', '105059.902000', '105059.905000', '105059.908000', '105059.911000', '105059.914000', '105059.917000', '105059.920000', '105059.923000', '105059.926000', '105059.929000', '105059.932000', '105059.935000', '105059.937000', '105059.941000', '105059.944000', '105059.946000', '105059.949000', '105059.952000', '105059.955000', '105059.958000', '105059.961000', '105059.964000', '105059.967000', '105059.970000', '105059.973000', '105059.976000', '105059.979000', '105059.982000', '105059.985000', '105059.988000', '105059.991000', '105059.994000', '105059.997000', '105100.001000', '105100.004000', '105100.007000', '105119.878000', '105119.881000', '105119.884000', '105119.887000', '105119.890000', '105119.893000', '105119.896000', '105119.899000', '105119.902000', '105119.905000', '105119.908000', '105119.911000', '105119.914000', '105119.917000', '105119.920000', '105119.923000', '105119.926000', '105119.929000', '105119.931000', '105119.934000', '105119.937000', '105119.940000', '105119.943000', '105119.946000', '105119.949000', '105119.952000', '105119.955000', '105119.958000', '105119.961000', '105119.964000', '105119.967000', '105119.970000', '105119.973000', '105119.976000', '105119.979000', '105119.982000', '105119.985000', '105119.988000', '105119.991000', '105119.994000', '105119.997000', '105120.000000', '105120.003000', '105139.878000', '105139.881000', '105139.884000', '105139.887000', '105139.890000', '105139.893000', '105139.896000', '105139.899000', '105139.902000', '105139.905000', '105139.908000', '105139.911000', '105139.914000', '105139.917000', '105139.920000', '105139.923000', '105139.926000', '105139.929000', '105139.932000', '105139.935000', '105139.938000', '105139.940000', '105139.943000', '105139.946000', '105139.949000', '105139.952000', '105139.955000', '105139.958000', '105139.961000', '105139.964000', '105139.967000', '105139.970000', '105139.973000', '105139.976000', '105139.979000', '105139.982000', '105139.985000', '105139.988000', '105139.991000', '105139.994000', '105139.997000', '105140.000000', '105140.003000', '105159.877000', '105159.880000', '105159.883000', '105159.886000', '105159.889000', '105159.892000', '105159.895000', '105159.898000', '105159.901000', '105159.904000', '105159.907000', '105159.910000', '105159.913000', '105159.916000', '105159.919000', '105159.922000', '105159.925000', '105159.928000', '105159.930000', '105159.934000', '105159.936000', '105159.939000', '105159.942000', '105159.945000', '105159.948000', '105159.951000', '105159.954000', '105159.957000', '105159.960000', '105159.963000', '105159.966000', '105159.969000', '105159.972000', '105159.975000', '105159.978000', '105159.981000', '105159.984000', '105159.987000', '105159.990000', '105159.993000', '105159.996000', '105200.000000', '105200.003000', '105200.006000', '105219.878000', '105219.881000', '105219.884000', '105219.887000', '105219.890000', '105219.893000', '105219.896000', '105219.899000', '105219.903000', '105219.906000', '105219.929000', '105219.932000', '105219.935000', '105219.938000', '105219.941000', '105219.944000', '105219.947000', '105219.949000', '105219.952000', '105219.955000', '105219.958000', '105219.961000', '105219.964000', '105219.967000', '105219.970000', '105219.973000', '105219.976000', '105219.979000', '105219.982000', '105219.985000', '105219.988000', '105219.991000', '105219.994000', '105219.997000', '105220.001000', '105220.004000', '105220.007000', '105220.010000', '105220.013000', '105220.016000', '105220.019000', '105220.022000', '105220.025000', '105239.878000', '105239.881000', '105239.884000', '105239.887000', '105239.890000', '105239.893000', '105239.896000', '105239.899000', '105239.902000', '105239.905000', '105239.908000', '105239.911000', '105239.914000', '105239.917000', '105239.920000', '105239.923000', '105239.926000', '105239.929000', '105239.932000', '105239.935000', '105239.938000', '105239.941000', '105239.944000', '105239.947000', '105239.949000', '105239.952000', '105239.971000', '105239.974000', '105239.977000', '105239.980000', '105239.983000', '105239.986000', '105239.989000', '105239.991000', '105239.995000', '105239.997000', '105240.001000', '105240.004000', '105240.007000', '105240.010000', '105240.013000', '105240.016000', '105240.019000', '105240.023000', '105259.878000', '105259.881000', '105259.884000', '105259.887000', '105259.890000', '105259.893000', '105259.896000', '105259.899000', '105259.902000', '105259.905000', '105259.908000', '105259.911000', '105259.915000', '105259.918000', '105259.921000', '105259.924000', '105259.927000', '105259.930000', '105259.933000', '105259.936000', '105259.939000', '105259.942000', '105259.945000', '105259.948000', '105259.950000', '105259.953000', '105259.957000', '105259.959000', '105259.962000', '105259.965000', '105259.968000', '105259.971000', '105259.974000', '105259.977000', '105259.980000', '105259.983000', '105259.986000', '105259.989000', '105259.992000', '105259.995000', '105259.998000', '105300.002000', '105300.005000', '105316.991000', '105316.995000', '105316.998000', '105317.002000', '105317.005000', '105317.008000', '105317.011000', '105317.014000', '105317.017000', '105317.021000', '105317.024000', '105317.027000', '105317.030000', '105317.033000', '105317.036000', '105317.039000', '105317.042000', '105317.045000', '105317.048000', '105317.052000', '105317.055000', '105317.064000', '105317.067000', '105317.070000', '105317.073000', '105317.076000', '105317.079000', '105317.082000', '105317.085000', '105317.088000', '105317.091000', '105317.094000', '105317.097000', '105317.100000', '105317.103000', '105317.106000', '105317.109000', '105317.113000'], 'InstanceCreationTime': ['104259.915000', '104259.924000', '104259.927000', '104259.930000', '104259.933000', '104259.936000', '104259.939000', '104259.942000', '104259.945000', '104259.948000', '104259.951000', '104259.954000', '104259.963000', '104259.966000', '104259.969000', '104259.972000', '104259.975000', '104259.978000', '104259.981000', '104259.985000', '104259.987000', '104259.991000', '104259.994000', '104259.997000', '104300.004000', '104300.007000', '104300.010000', '104300.013000', '104300.016000', '104300.019000', '104300.023000', '104300.026000', '104300.029000', '104300.032000', '104319.878000', '104319.881000', '104319.884000', '104319.887000', '104319.890000', '104319.892000', '104319.895000', '104319.898000', '104319.901000', '104319.904000', '104319.907000', '104319.910000', '104319.913000', '104319.915000', '104319.918000', '104319.921000', '104319.924000', '104319.927000', '104319.930000', '104319.933000', '104319.936000', '104319.939000', '104319.941000', '104319.944000', '104319.947000', '104319.950000', '104319.953000', '104319.956000', '104319.959000', '104319.962000', '104319.972000', '104319.975000', '104319.978000', '104319.981000', '104319.983000', '104319.986000', '104319.989000', '104319.992000', '104319.995000', '104319.998000', '104320.002000', '104320.005000', '104320.008000', '104320.011000', '104339.878000', '104339.881000', '104339.884000', '104339.887000', '104339.890000', '104339.893000', '104339.895000', '104339.898000', '104339.901000', '104339.904000', '104339.911000', '104339.914000', '104339.917000', '104339.920000', '104339.923000', '104339.926000', '104339.929000', '104339.932000', '104339.935000', '104339.938000', '104339.941000', '104339.944000', '104339.947000', '104339.950000', '104339.953000', '104339.955000', '104339.958000', '104339.961000', '104339.964000', '104339.967000', '104339.970000', '104339.973000', '104339.976000', '104339.978000', '104339.981000', '104339.984000', '104339.987000', '104339.990000', '104339.993000', '104339.996000', '104340.000000', '104340.002000', '104340.005000', '104359.878000', '104359.881000', '104359.885000', '104359.890000', '104359.893000', '104359.896000', '104359.899000', '104359.923000', '104359.925000', '104359.928000', '104359.931000', '104359.934000', '104359.937000', '104359.940000', '104359.943000', '104359.946000', '104359.949000', '104359.952000', '104359.955000', '104359.958000', '104359.961000', '104359.963000', '104359.966000', '104359.969000', '104359.972000', '104359.975000', '104359.978000', '104359.981000', '104359.984000', '104359.987000', '104359.989000', '104359.992000', '104359.995000', '104359.998000', '104400.002000', '104400.005000', '104400.008000', '104400.011000', '104400.014000', '104400.016000', '104400.019000', '104400.022000', '104400.025000', '104419.878000', '104419.881000', '104419.884000', '104419.887000', '104419.890000', '104419.905000', '104419.908000', '104419.911000', '104419.914000', '104419.917000', '104419.919000', '104419.922000', '104419.925000', '104419.928000', '104419.931000', '104419.934000', '104419.937000', '104419.940000', '104419.943000', '104419.946000', '104419.949000', '104419.951000', '104419.954000', '104419.957000', '104419.960000', '104419.963000', '104419.966000', '104419.969000', '104419.972000', '104419.975000', '104419.978000', '104419.980000', '104419.983000', '104419.986000', '104419.989000', '104419.992000', '104419.995000', '104419.998000', '104420.002000', '104420.005000', '104420.008000', '104420.011000', '104420.013000', '104420.016000', '104439.878000', '104439.881000', '104439.884000', '104439.887000', '104439.890000', '104439.893000', '104439.896000', '104439.899000', '104439.901000', '104439.904000', '104439.907000', '104439.910000', '104439.913000', '104439.916000', '104439.919000', '104439.922000', '104439.925000', '104439.927000', '104439.930000', '104439.933000', '104439.936000', '104439.939000', '104439.942000', '104439.945000', '104439.948000', '104439.951000', '104439.954000', '104439.957000', '104439.960000', '104439.963000', '104439.966000', '104439.969000', '104439.972000', '104439.975000', '104439.978000', '104439.981000', '104439.984000', '104439.987000', '104439.990000', '104439.993000', '104439.996000', '104439.998000', '104440.003000', '104459.877000', '104459.880000', '104459.883000', '104459.886000', '104459.889000', '104459.892000', '104459.895000', '104459.898000', '104459.901000', '104459.904000', '104459.907000', '104459.910000', '104459.912000', '104459.916000', '104459.918000', '104459.921000', '104459.924000', '104459.927000', '104459.930000', '104459.933000', '104459.936000', '104459.939000', '104459.942000', '104459.945000', '104459.948000', '104459.951000', '104459.954000', '104459.957000', '104459.959000', '104459.963000', '104459.966000', '104459.969000', '104459.971000', '104459.974000', '104459.977000', '104459.980000', '104459.983000', '104459.990000', '104459.993000', '104459.996000', '104500.000000', '104500.003000', '104500.006000', '104500.009000', '104519.878000', '104519.881000', '104519.884000', '104519.887000', '104519.890000', '104519.893000', '104519.896000', '104519.899000', '104519.901000', '104519.904000', '104519.907000', '104519.910000', '104519.913000', '104519.916000', '104519.919000', '104519.923000', '104519.926000', '104519.929000', '104519.932000', '104519.934000', '104519.937000', '104519.958000', '104519.960000', '104519.963000', '104519.966000', '104519.969000', '104519.972000', '104519.975000', '104519.978000', '104519.981000', '104519.984000', '104519.987000', '104519.990000', '104519.993000', '104519.996000', '104519.999000', '104520.001000', '104520.005000', '104520.007000', '104520.010000', '104520.013000', '104520.016000', '104520.019000', '104539.878000', '104539.881000', '104539.884000', '104539.887000', '104539.890000', '104539.893000', '104539.896000', '104539.899000', '104539.902000', '104539.905000', '104539.908000', '104539.911000', '104539.914000', '104539.916000', '104539.919000', '104539.922000', '104539.925000', '104539.928000', '104539.931000', '104539.934000', '104539.937000', '104539.940000', '104539.943000', '104539.946000', '104539.949000', '104539.952000', '104539.955000', '104539.958000', '104539.961000', '104539.964000', '104539.966000', '104539.969000', '104539.972000', '104539.975000', '104539.978000', '104539.981000', '104539.984000', '104539.987000', '104539.990000', '104539.993000', '104539.996000', '104540.000000', '104540.003000', '104540.006000', '104559.890000', '104559.893000', '104559.896000', '104559.899000', '104559.902000', '104559.905000', '104559.908000', '104559.911000', '104559.914000', '104559.917000', '104559.920000', '104559.923000', '104559.926000', '104559.928000', '104559.932000', '104559.934000', '104559.937000', '104559.940000', '104559.944000', '104559.949000', '104559.952000', '104559.955000', '104559.958000', '104559.961000', '104559.964000', '104559.967000', '104559.970000', '104559.973000', '104559.976000', '104559.979000', '104559.982000', '104559.984000', '104559.988000', '104559.990000', '104559.993000', '104559.996000', '104600.000000', '104600.003000', '104600.006000', '104600.009000', '104600.012000', '104600.015000', '104600.018000', '104619.878000', '104619.881000', '104619.884000', '104619.887000', '104619.890000', '104619.893000', '104619.896000', '104619.899000', '104619.902000', '104619.904000', '104619.907000', '104619.910000', '104619.913000', '104619.916000', '104619.919000', '104619.922000', '104619.925000', '104619.928000', '104619.931000', '104619.933000', '104619.936000', '104619.939000', '104619.942000', '104619.945000', '104619.948000', '104619.951000', '104619.954000', '104619.957000', '104619.960000', '104619.963000', '104619.966000', '104619.968000', '104619.971000', '104619.974000', '104619.977000', '104619.980000', '104619.983000', '104619.986000', '104619.989000', '104619.992000', '104619.995000', '104619.997000', '104620.001000', '104620.004000', '104639.878000', '104639.881000', '104639.884000', '104639.887000', '104639.890000', '104639.893000', '104639.897000', '104639.900000', '104639.903000', '104639.906000', '104639.909000', '104639.912000', '104639.915000', '104639.918000', '104639.921000', '104639.924000', '104639.926000', '104639.929000', '104639.932000', '104639.935000', '104639.938000', '104639.941000', '104639.944000', '104639.946000', '104639.949000', '104639.952000', '104639.955000', '104639.958000', '104639.961000', '104639.967000', '104639.970000', '104639.973000', '104639.976000', '104639.979000', '104639.982000', '104639.985000', '104640.004000', '104640.007000', '104640.010000', '104640.012000', '104640.015000', '104640.018000', '104640.021000', '104659.878000', '104659.881000', '104659.884000', '104659.887000', '104659.890000', '104659.893000', '104659.896000', '104659.899000', '104659.902000', '104659.905000', '104659.908000', '104659.911000', '104659.914000', '104659.917000', '104659.920000', '104659.923000', '104659.926000', '104659.928000', '104659.931000', '104659.934000', '104659.937000', '104659.940000', '104659.943000', '104659.946000', '104659.949000', '104659.952000', '104659.955000', '104659.958000', '104659.961000', '104659.964000', '104659.967000', '104659.970000', '104659.972000', '104659.975000', '104659.978000', '104659.981000', '104659.984000', '104659.987000', '104659.990000', '104659.993000', '104659.996000', '104700.000000', '104700.003000', '104700.006000', '104719.877000', '104719.880000', '104719.883000', '104719.886000', '104719.889000', '104719.892000', '104719.895000', '104719.898000', '104719.901000', '104719.904000', '104719.907000', '104719.910000', '104719.913000', '104719.916000', '104719.919000', '104719.922000', '104719.924000', '104719.927000', '104719.930000', '104719.933000', '104719.936000', '104719.939000', '104719.942000', '104719.945000', '104719.948000', '104719.966000', '104719.969000', '104719.972000', '104719.975000', '104719.978000', '104719.982000', '104719.985000', '104719.988000', '104719.991000', '104719.994000', '104719.997000', '104720.001000', '104720.004000', '104720.007000', '104720.010000', '104720.013000', '104720.016000', '104720.019000', '104739.878000', '104739.881000', '104739.884000', '104739.887000', '104739.890000', '104739.893000', '104739.896000', '104739.899000', '104739.902000', '104739.905000', '104739.908000', '104739.911000', '104739.914000', '104739.917000', '104739.920000', '104739.923000', '104739.926000', '104739.928000', '104739.931000', '104739.934000', '104739.937000', '104739.940000', '104739.943000', '104739.946000', '104739.949000', '104739.952000', '104739.955000', '104739.958000', '104739.961000', '104739.964000', '104739.967000', '104739.970000', '104739.973000', '104739.976000', '104739.979000', '104739.982000', '104739.984000', '104739.987000', '104739.991000', '104739.994000', '104739.996000', '104739.999000', '104740.002000', '104740.005000', '104759.878000', '104759.881000', '104759.884000', '104759.887000', '104759.890000', '104759.893000', '104759.896000', '104759.899000', '104759.902000', '104759.905000', '104759.908000', '104759.911000', '104759.914000', '104759.917000', '104759.920000', '104759.923000', '104759.926000', '104759.929000', '104759.932000', '104759.936000', '104759.939000', '104759.942000', '104759.945000', '104759.948000', '104759.951000', '104759.954000', '104759.957000', '104759.960000', '104759.963000', '104759.966000', '104759.968000', '104759.971000', '104759.974000', '104759.977000', '104759.980000', '104759.983000', '104759.986000', '104759.990000', '104759.993000', '104759.995000', '104759.998000', '104800.003000', '104800.006000', '104819.878000', '104819.881000', '104819.884000', '104819.887000', '104819.890000', '104819.893000', '104819.896000', '104819.899000', '104819.902000', '104819.905000', '104819.908000', '104819.911000', '104819.914000', '104819.917000', '104819.920000', '104819.923000', '104819.926000', '104819.929000', '104819.932000', '104819.935000', '104819.937000', '104819.941000', '104819.943000', '104819.946000', '104819.949000', '104819.952000', '104819.955000', '104819.958000', '104819.961000', '104819.964000', '104819.967000', '104819.970000', '104819.975000', '104819.978000', '104819.981000', '104819.984000', '104819.987000', '104819.990000', '104819.993000', '104819.996000', '104819.998000', '104820.003000', '104820.005000', '104820.008000', '104839.878000', '104839.881000', '104839.884000', '104839.887000', '104839.890000', '104839.893000', '104839.896000', '104839.899000', '104839.902000', '104839.905000', '104839.908000', '104839.911000', '104839.914000', '104839.917000', '104839.920000', '104839.923000', '104839.926000', '104839.928000', '104839.931000', '104839.934000', '104839.937000', '104839.940000', '104839.943000', '104839.946000', '104839.949000', '104839.952000', '104839.955000', '104839.958000', '104839.961000', '104839.964000', '104839.966000', '104839.969000', '104839.972000', '104839.975000', '104839.978000', '104839.981000', '104840.001000', '104840.004000', '104840.007000', '104840.010000', '104840.013000', '104840.015000', '104840.018000', '104859.878000', '104859.881000', '104859.884000', '104859.887000', '104859.890000', '104859.893000', '104859.896000', '104859.899000', '104859.902000', '104859.905000', '104859.908000', '104859.911000', '104859.914000', '104859.917000', '104859.919000', '104859.922000', '104859.925000', '104859.928000', '104859.931000', '104859.934000', '104859.937000', '104859.940000', '104859.943000', '104859.946000', '104859.949000', '104859.952000', '104859.955000', '104859.958000', '104859.961000', '104859.964000', '104859.967000', '104859.970000', '104859.973000', '104859.976000', '104859.978000', '104859.981000', '104859.984000', '104859.987000', '104859.990000', '104859.993000', '104859.996000', '104900.000000', '104900.003000', '104900.006000', '104919.878000', '104919.881000', '104919.884000', '104919.887000', '104919.890000', '104919.893000', '104919.896000', '104919.899000', '104919.902000', '104919.905000', '104919.908000', '104919.911000', '104919.914000', '104919.917000', '104919.920000', '104919.923000', '104919.925000', '104919.928000', '104919.931000', '104919.934000', '104919.937000', '104919.940000', '104919.943000', '104919.946000', '104919.949000', '104919.952000', '104919.955000', '104919.958000', '104919.961000', '104919.964000', '104919.967000', '104919.970000', '104919.974000', '104919.977000', '104919.980000', '104919.983000', '104919.986000', '104919.988000', '104919.991000', '104919.994000', '104919.997000', '104920.001000', '104920.004000', '104939.877000', '104939.880000', '104939.883000', '104939.886000', '104939.889000', '104939.892000', '104939.895000', '104939.898000', '104939.901000', '104939.904000', '104939.907000', '104939.910000', '104939.913000', '104939.916000', '104939.919000', '104939.922000', '104939.925000', '104939.927000', '104939.930000', '104939.933000', '104939.937000', '104939.940000', '104939.943000', '104939.946000', '104939.949000', '104939.952000', '104939.955000', '104939.958000', '104939.960000', '104939.963000', '104939.966000', '104939.969000', '104939.972000', '104939.975000', '104939.978000', '104939.981000', '104939.984000', '104939.987000', '104939.990000', '104939.993000', '104939.996000', '104940.000000', '104940.003000', '104940.006000', '104959.878000', '104959.881000', '104959.884000', '104959.887000', '104959.890000', '104959.893000', '104959.896000', '104959.899000', '104959.902000', '104959.905000', '104959.908000', '104959.911000', '104959.914000', '104959.917000', '104959.920000', '104959.922000', '104959.925000', '104959.928000', '104959.931000', '104959.934000', '104959.937000', '104959.940000', '104959.943000', '104959.946000', '104959.949000', '104959.952000', '104959.955000', '104959.958000', '104959.961000', '104959.964000', '104959.967000', '104959.970000', '104959.973000', '104959.976000', '104959.979000', '104959.981000', '104959.984000', '104959.987000', '104959.990000', '104959.993000', '104959.996000', '105000.000000', '105000.004000', '105019.878000', '105019.881000', '105019.884000', '105019.887000', '105019.890000', '105019.893000', '105019.896000', '105019.899000', '105019.902000', '105019.905000', '105019.908000', '105019.911000', '105019.914000', '105019.917000', '105019.932000', '105019.935000', '105019.938000', '105019.941000', '105019.944000', '105019.947000', '105019.950000', '105019.952000', '105019.955000', '105019.958000', '105019.961000', '105019.964000', '105019.967000', '105019.970000', '105019.973000', '105019.976000', '105019.979000', '105019.982000', '105019.985000', '105019.988000', '105019.991000', '105019.994000', '105019.997000', '105020.001000', '105020.004000', '105020.007000', '105020.009000', '105020.012000', '105020.015000', '105020.018000', '105039.878000', '105039.881000', '105039.884000', '105039.887000', '105039.890000', '105039.893000', '105039.896000', '105039.899000', '105039.902000', '105039.905000', '105039.908000', '105039.911000', '105039.914000', '105039.917000', '105039.920000', '105039.922000', '105039.926000', '105039.928000', '105039.931000', '105039.934000', '105039.937000', '105039.940000', '105039.943000', '105039.946000', '105039.949000', '105039.952000', '105039.955000', '105039.958000', '105039.961000', '105039.964000', '105039.967000', '105039.970000', '105039.973000', '105039.976000', '105039.979000', '105039.982000', '105039.985000', '105039.987000', '105039.990000', '105039.993000', '105039.996000', '105040.000000', '105040.003000', '105059.878000', '105059.881000', '105059.884000', '105059.887000', '105059.890000', '105059.893000', '105059.896000', '105059.899000', '105059.902000', '105059.905000', '105059.908000', '105059.911000', '105059.914000', '105059.917000', '105059.920000', '105059.923000', '105059.926000', '105059.929000', '105059.932000', '105059.935000', '105059.937000', '105059.941000', '105059.944000', '105059.946000', '105059.949000', '105059.952000', '105059.955000', '105059.958000', '105059.961000', '105059.964000', '105059.967000', '105059.970000', '105059.973000', '105059.976000', '105059.979000', '105059.982000', '105059.985000', '105059.988000', '105059.991000', '105059.994000', '105059.997000', '105100.001000', '105100.004000', '105100.007000', '105119.878000', '105119.881000', '105119.884000', '105119.887000', '105119.890000', '105119.893000', '105119.896000', '105119.899000', '105119.902000', '105119.905000', '105119.908000', '105119.911000', '105119.914000', '105119.917000', '105119.920000', '105119.923000', '105119.926000', '105119.929000', '105119.931000', '105119.934000', '105119.937000', '105119.940000', '105119.943000', '105119.946000', '105119.949000', '105119.952000', '105119.955000', '105119.958000', '105119.961000', '105119.964000', '105119.967000', '105119.970000', '105119.973000', '105119.976000', '105119.979000', '105119.982000', '105119.985000', '105119.988000', '105119.991000', '105119.994000', '105119.997000', '105120.000000', '105120.003000', '105139.878000', '105139.881000', '105139.884000', '105139.887000', '105139.890000', '105139.893000', '105139.896000', '105139.899000', '105139.902000', '105139.905000', '105139.908000', '105139.911000', '105139.914000', '105139.917000', '105139.920000', '105139.923000', '105139.926000', '105139.929000', '105139.932000', '105139.935000', '105139.938000', '105139.940000', '105139.943000', '105139.946000', '105139.949000', '105139.952000', '105139.955000', '105139.958000', '105139.961000', '105139.964000', '105139.967000', '105139.970000', '105139.973000', '105139.976000', '105139.979000', '105139.982000', '105139.985000', '105139.988000', '105139.991000', '105139.994000', '105139.997000', '105140.000000', '105140.003000', '105159.877000', '105159.880000', '105159.883000', '105159.886000', '105159.889000', '105159.892000', '105159.895000', '105159.898000', '105159.901000', '105159.904000', '105159.907000', '105159.910000', '105159.913000', '105159.916000', '105159.919000', '105159.922000', '105159.925000', '105159.928000', '105159.930000', '105159.934000', '105159.936000', '105159.939000', '105159.942000', '105159.945000', '105159.948000', '105159.951000', '105159.954000', '105159.957000', '105159.960000', '105159.963000', '105159.966000', '105159.969000', '105159.972000', '105159.975000', '105159.978000', '105159.981000', '105159.984000', '105159.987000', '105159.990000', '105159.993000', '105159.996000', '105200.000000', '105200.003000', '105200.006000', '105219.878000', '105219.881000', '105219.884000', '105219.887000', '105219.890000', '105219.893000', '105219.896000', '105219.899000', '105219.903000', '105219.906000', '105219.929000', '105219.932000', '105219.935000', '105219.938000', '105219.941000', '105219.944000', '105219.947000', '105219.949000', '105219.952000', '105219.955000', '105219.958000', '105219.961000', '105219.964000', '105219.967000', '105219.970000', '105219.973000', '105219.976000', '105219.979000', '105219.982000', '105219.985000', '105219.988000', '105219.991000', '105219.994000', '105219.997000', '105220.001000', '105220.004000', '105220.007000', '105220.010000', '105220.013000', '105220.016000', '105220.019000', '105220.022000', '105220.025000', '105239.878000', '105239.881000', '105239.884000', '105239.887000', '105239.890000', '105239.893000', '105239.896000', '105239.899000', '105239.902000', '105239.905000', '105239.908000', '105239.911000', '105239.914000', '105239.917000', '105239.920000', '105239.923000', '105239.926000', '105239.929000', '105239.932000', '105239.935000', '105239.938000', '105239.941000', '105239.944000', '105239.947000', '105239.949000', '105239.952000', '105239.971000', '105239.974000', '105239.977000', '105239.980000', '105239.983000', '105239.986000', '105239.989000', '105239.991000', '105239.995000', '105239.997000', '105240.001000', '105240.004000', '105240.007000', '105240.010000', '105240.013000', '105240.016000', '105240.019000', '105240.023000', '105259.878000', '105259.881000', '105259.884000', '105259.887000', '105259.890000', '105259.893000', '105259.896000', '105259.899000', '105259.902000', '105259.905000', '105259.908000', '105259.911000', '105259.915000', '105259.918000', '105259.921000', '105259.924000', '105259.927000', '105259.930000', '105259.933000', '105259.936000', '105259.939000', '105259.942000', '105259.945000', '105259.948000', '105259.950000', '105259.953000', '105259.957000', '105259.959000', '105259.962000', '105259.965000', '105259.968000', '105259.971000', '105259.974000', '105259.977000', '105259.980000', '105259.983000', '105259.986000', '105259.989000', '105259.992000', '105259.995000', '105259.998000', '105300.002000', '105300.005000', '105316.991000', '105316.995000', '105316.998000', '105317.002000', '105317.005000', '105317.008000', '105317.011000', '105317.014000', '105317.017000', '105317.021000', '105317.024000', '105317.027000', '105317.030000', '105317.033000', '105317.036000', '105317.039000', '105317.042000', '105317.045000', '105317.048000', '105317.052000', '105317.055000', '105317.064000', '105317.067000', '105317.070000', '105317.073000', '105317.076000', '105317.079000', '105317.082000', '105317.085000', '105317.088000', '105317.091000', '105317.094000', '105317.097000', '105317.100000', '105317.103000', '105317.106000', '105317.109000', '105317.113000'], '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, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [16961, 11465, 14243, 8519, 8171, 8446, 8724, 8193, 8144, 8514, 8878, 11180, 8625, 15810, 9399, 11755, 9778, 11346, 8435, 7733, 8616, 11187, 8286, 8378, 7683, 8353, 9466, 8353, 8030, 8092, 8720, 8084, 8684, 9859, 8609, 13138, 8731, 14383, 8569, 8894, 10216, 9083, 16560, 13143, 17562, 9962, 9285, 15630, 9447, 17393, 9019, 9169, 8053, 8312, 8453, 8693, 8759, 8530, 8675, 8293, 8651, 8284, 7735, 8458, 8731, 8789, 8538, 8843, 8313, 8621, 10071, 8499, 8531, 8345, 9069, 16304, 11212, 12484, 8120, 8623, 8129, 8498, 10604, 8696, 9492, 8408, 8533, 16283, 8506, 9988, 8271, 9023, 10946, 8610, 8965, 8240, 8564, 9969, 8336, 8474, 8009, 8834, 9058, 8410, 8612, 8344, 7575, 8492, 8352, 7737, 8685, 8438, 8548, 8607, 8212, 9005, 8008, 8613, 11252, 8890, 9974, 10938, 8749, 15422, 8510, 10725, 8915, 10225, 8828, 10245, 8317, 8824, 7723, 8957, 11022, 8378, 8962, 8390, 8676, 11197, 8674, 11043, 8485, 8398, 9856, 8758, 9431, 8444, 8428, 8580, 8699, 8715, 8729, 7653, 8879, 7987, 8603, 8129, 8677, 8789, 8529, 8838, 10360, 8776, 15052, 8674, 12179, 8527, 9668, 11502, 9050, 16664, 10391, 14936, 12134, 16351, 14558, 8868, 10208, 8892, 9244, 8577, 8621, 8236, 8844, 8358, 8488, 9729, 8399, 8607, 8539, 9008, 13767, 10803, 11896, 9500, 8591, 10262, 8418, 8692, 7724, 8791, 8483, 8228, 8738, 7585, 8623, 8937, 8113, 7964, 8044, 8347, 8137, 8452, 8245, 8693, 8450, 11268, 8498, 9083, 11624, 8656, 14069, 8291, 8991, 13423, 8488, 9788, 8384, 8767, 10891, 8328, 9640, 8072, 8432, 9582, 8546, 8393, 8198, 8598, 7837, 8672, 8986, 8505, 8778, 8304, 8873, 10648, 8524, 9947, 16271, 12666, 14961, 11117, 8868, 14373, 8578, 9345, 15022, 8651, 10123, 8188, 8532, 7935, 8714, 8121, 8393, 8447, 8245, 8325, 8258, 8579, 8352, 8440, 9056, 8321, 8615, 9060, 8211, 8708, 8027, 8589, 11552, 8278, 8628, 8097, 8777, 8452, 8548, 9091, 8064, 8875, 7836, 8221, 8367, 8660, 7283, 8510, 10263, 8109, 8824, 8558, 8827, 7771, 8457, 9824, 8492, 14133, 11317, 8538, 16749, 11182, 15131, 16444, 12576, 16316, 8283, 9919, 8309, 9075, 8165, 8670, 9742, 8491, 9653, 7954, 8523, 9493, 8636, 12987, 8437, 8785, 8135, 8748, 10791, 8598, 8904, 8162, 8663, 8293, 8455, 9141, 8282, 8733, 8111, 8525, 8850, 8834, 8571, 8604, 9014, 13484, 8731, 14989, 9021, 8153, 9247, 8340, 8779, 9406, 8784, 9447, 8980, 8666, 13539, 8672, 9008, 8761, 9487, 13725, 12842, 15596, 12720, 15998, 9057, 10409, 8987, 11556, 9062, 15456, 14274, 10720, 15837, 8820, 10580, 9211, 11435, 11832, 15707, 10922, 9239, 8790, 8439, 9068, 8997, 8657, 8945, 9248, 8970, 9362, 8759, 8991, 8875, 8641, 8982, 9386, 8936, 8024, 9095, 7790, 8889, 9225, 8963, 9281, 12586, 8720, 15002, 8966, 8785, 8902, 8926, 8903, 9253, 8503, 8252, 8652, 8170, 8807, 9029, 10438, 10022, 15062, 10342, 14186, 9049, 12168, 8620, 9264, 10719, 8675, 9987, 7778, 8762, 8769, 8924, 8978, 8366, 7911, 8698, 11004, 14137, 15464, 12431, 14395, 11819, 8915, 16019, 8776, 10016, 8798, 8751, 7925, 8368, 8522, 8803, 8394, 8490, 8654, 8990, 8766, 8631, 9747, 8719, 8227, 8662, 8058, 8699, 8782, 11193, 8916, 10265, 8646, 8590, 9429, 8739, 10847, 8601, 8914, 8284, 7815, 8765, 8763, 8286, 8727, 8401, 8769, 9981, 8518, 8872, 11648, 8795, 11200, 8612, 8776, 10268, 8753, 11383, 8540, 12515, 7436, 7740, 8268, 7511, 8271, 7898, 8378, 8294, 10780, 8530, 10004, 11669, 9201, 12282, 12200, 13628, 14409, 11229, 14809, 9850, 12037, 8349, 7826, 8155, 8339, 9377, 8167, 8324, 10379, 8113, 8985, 8978, 9107, 8959, 8563, 8678, 9784, 8764, 8052, 8766, 8734, 8756, 8252, 8706, 8632, 10394, 8895, 9368, 10643, 9073, 14227, 11134, 14656, 10394, 10197, 8884, 8382, 9127, 9185, 12081, 8954, 9660, 14069, 8956, 14277, 10206, 14839, 9091, 9546, 8872, 8691, 11784, 9049, 12053, 9010, 14162, 13436, 8267, 14998, 8744, 9212, 8964, 9132, 11362, 8663, 12053, 8579, 8748, 8644, 8362, 8944, 9247, 8777, 9097, 10243, 8844, 10711, 9824, 13717, 8927, 8004, 8757, 7475, 8787, 8953, 8712, 8887, 10749, 8941, 14086, 11206, 15132, 13576, 14812, 9061, 8823, 9206, 9216, 9196, 10808, 8984, 8931, 14889, 10651, 14738, 11347, 14131, 9876, 11811, 8695, 9141, 8723, 8310, 9080, 9030, 8722, 8892, 9522, 8878, 8376, 8969, 9203, 8995, 9984, 10681, 11223, 9815, 9919, 8809, 8980, 9200, 9054, 12506, 9076, 8611, 9014, 8611, 9312, 9162, 9866, 9267, 10109, 9829, 13043, 13086, 10537, 13076, 9032, 13343, 9094, 13979, 9137, 10012, 9044, 8847, 11485, 8885, 9015, 8722, 8366, 8747, 9039, 8895, 8852, 9275, 9147, 8490, 8931, 9328, 9205, 10463, 10346, 12120, 9611, 8810, 14287, 9136, 10597, 8700, 8980, 8774, 8966, 10578, 8674, 10145, 8597, 9075, 8490, 8286, 8741, 8515, 8691, 9025, 11526, 8808, 8908, 9511, 8931, 11246, 8940, 9066, 13080, 8685, 11478, 8936, 8998, 8968, 9022, 11583, 9267, 14599, 13028, 14401, 10879, 12683, 8903, 9913, 8684, 9291, 10900, 9196, 11111, 8925, 9205, 8358, 8840, 9336, 8551, 7951, 8689, 8797, 8614, 8619, 9615, 8960, 8744, 9005, 8861, 10692, 10943, 14410, 12218, 14624, 11945, 13583, 9084, 9642, 8883, 7660, 8400, 8876, 8887, 8781, 8980, 8698, 8004, 8571, 8560, 8630, 8708, 8002, 7819, 9294, 8772, 8749, 8891, 9167, 9144, 12534, 9821, 14154, 10315, 11877, 9786, 8623, 14583, 8716, 9698, 8260, 8271, 8285, 8466, 8330, 8613, 9289, 8761, 8294, 8533, 9086, 8811, 10027, 8913, 11184, 8989, 10673, 8615, 8651, 13820, 8861, 11334, 11163, 14407, 13871, 8611, 11767, 8684, 9868, 8457, 8527, 8367, 7885, 8547, 8454, 8361, 8563, 8565, 8720, 9066, 8524, 8821, 8378, 8603, 8251, 8571, 9584, 8865, 10057, 8509, 12258, 8498, 8786, 11317, 8444, 11026, 8590, 9084, 8418, 8435, 8695, 8185, 8325, 8112, 8064, 8015, 8406, 8973, 7820, 8836, 8717, 8608, 8882, 9662, 9096, 8768, 10432, 11912, 14464, 12766, 14414, 10246, 11487, 8715, 10156, 9724, 8896, 13674, 9300, 11811, 8974, 9380, 13744, 9031, 11910, 8492, 8656, 8348, 8579, 8591, 8939, 8583, 8677, 8004, 8909, 8370, 8618, 9002, 9489, 9270, 13835, 11568, 14336, 9254, 11077, 8940, 9278, 8952, 8068, 8530, 9142, 9010, 9001, 9463, 8835, 8101, 8772, 7867, 8608, 8980, 9052, 8844, 8219, 8007, 9315, 9015, 8973, 9253, 9389, 9357, 10067, 9133, 14062, 13964, 14313, 11395, 11385, 8934, 8191, 9220, 9078, 9738, 9179, 9683, 8641, 7781, 8780, 7570, 8722, 8213, 8455, 7920, 8766, 7615, 8862, 7791, 9020, 9342, 9642, 9475, 13180, 13019, 14433, 9791, 11125, 9768, 9164, 15138, 8938, 9813, 8788, 8866, 10715, 8821, 8032, 8816, 7751, 8826, 7978, 8549, 7720, 9023, 9019, 9020, 9213, 11741, 9956, 13214, 9143, 8878, 11505, 9093, 10437, 8794, 8414, 8800, 7805, 8852, 9257, 8459, 9116, 8653, 9036, 9038, 8945, 9057, 9038, 8238, 8840, 9059, 10805, 9159, 8332, 8912, 9196, 9460, 9154, 9150, 9411, 9313, 10719, 13569, 13980, 13290, 13752, 12119, 11983, 9069, 9880, 9266, 13586, 9199, 9114, 8751, 8746, 8989, 8779, 8621, 8048, 7715, 8601, 8714, 8869, 9007, 8394, 10744, 8610, 11729, 14257, 13008, 15373, 14474, 15639, 11606, 9428, 8972, 8222, 8878, 8302, 8449, 8675, 9351, 8902, 9512, 8625, 9098, 9123, 9112, 8990, 9282, 8923, 9397, 11524, 9015, 9463, 11435, 8683, 13585, 8893, 10029, 8301, 8107, 8752, 7975, 8497, 8490, 8539, 8604, 8375, 10492, 9233, 12245, 9554, 13572, 12437, 13560, 11017, 10342, 10014, 9588, 13072, 8910, 14102, 8441, 10885, 8776, 9238, 8878, 8737, 12600, 8833, 10889, 8477, 8778, 8642, 8551, 8892, 8773, 10928, 9181, 13180, 9850, 11217, 12916, 8344, 13460, 8179, 9145, 8363, 8211, 8459, 8255, 9314, 8576, 11876, 8403, 8509, 8563, 7943, 8520, 7500, 8516, 7628, 8621, 8104, 8421, 7947, 8636, 7761, 8393, 8491, 8487, 8468, 8823, 8143, 9984, 8355, 9498, 8634, 8510, 8699, 14302, 12340, 15472, 11926, 15711, 11499, 12423, 8522, 9413, 9187, 14825, 15196, 15801, 15461, 16016, 11779, 15417, 8895, 9569, 8797, 8909, 8391, 8515, 8524, 8413, 8559, 8607, 8460, 8697, 8474, 8582, 8174, 8634, 8208, 8465, 8231, 10821, 8385, 11925, 8254, 10611, 8534, 9457, 8762, 8643, 8719, 11494, 8864, 8500, 8437, 7990, 8730, 8572, 8711, 8748, 8511, 11509, 8748, 12368, 8664, 7997, 8628, 8684, 8691, 8850, 8673, 8568, 10991, 8459, 8279, 7779, 8767, 7796, 8697, 7766, 8944, 8941, 10443, 10483, 13923, 10327, 14626, 10662, 14990, 11277, 14553, 10211, 12496, 9367, 8551, 13750, 8613, 9917, 8386, 9028, 8914, 8197, 8747, 8271, 8970, 8187, 9182, 7869, 8896, 9048, 9729, 10136, 14696, 12838, 14020, 10136, 10485, 9009, 14547, 9325, 10577, 8930, 8974, 11028, 9064, 11944, 8694, 8319, 8511, 7752, 8625, 8866, 8311, 8632, 8971, 8397, 8641, 8483, 8798, 9642, 11399, 14771, 15807, 15334, 16423, 12637, 14036, 8691, 8397, 8457, 8227, 8433, 8290, 8480, 8398, 8705, 8268, 8128, 8480, 8188, 8560, 8150, 9016, 7681, 8995, 7799, 8774, 8924, 8873, 9233, 13028, 11028, 10006, 14364, 8730, 10181, 8709, 8613, 15052, 10811, 15696, 9708, 8752, 8788, 8181, 9015, 8248, 8529, 8431, 9364, 9050, 11513, 15071, 15991, 12831, 14486, 9380, 8828, 8689, 8486, 8869, 8616, 8838], 'WindowCenter': [4377.0, 4311.0, 4327.0, 4265.0, 4252.0, 4252.0, 4251.0, 4252.0, 4239.0, 4249.0, 4250.0, 4280.0, 4250.0, 4322.0, 4259.0, 4278.0, 4258.0, 4280.0, 4249.0, 4239.0, 4251.0, 4280.0, 4239.0, 4238.0, 4227.0, 4238.0, 4246.0, 4237.0, 4226.0, 4225.0, 4235.0, 4224.0, 4235.0, 4245.0, 4235.0, 4275.0, 4224.0, 4284.0, 4223.0, 4222.0, 4241.0, 4222.0, 4292.0, 4262.0, 4292.0, 4230.0, 4220.0, 4280.0, 4219.0, 4290.0, 4219.0, 4219.0, 4198.0, 4209.0, 4208.0, 4220.0, 4221.0, 4223.0, 4223.0, 4227.0, 4234.0, 4222.0, 4213.0, 4225.0, 4236.0, 4233.0, 4235.0, 4234.0, 4224.0, 4236.0, 4244.0, 4235.0, 4235.0, 4222.0, 4235.0, 4305.0, 4253.0, 4263.0, 4211.0, 4222.0, 4212.0, 4224.0, 4253.0, 4224.0, 4244.0, 4223.0, 4223.0, 4293.0, 4221.0, 4242.0, 4211.0, 4231.0, 4241.0, 4222.0, 4222.0, 4221.0, 4223.0, 4243.0, 4223.0, 4223.0, 4212.0, 4233.0, 4233.0, 4225.0, 4235.0, 4225.0, 4228.0, 4248.0, 4237.0, 4226.0, 4248.0, 4240.0, 4249.0, 4248.0, 4249.0, 4261.0, 4242.0, 4251.0, 4279.0, 4251.0, 4261.0, 4268.0, 4237.0, 4310.0, 4237.0, 4267.0, 4247.0, 4256.0, 4249.0, 4258.0, 4237.0, 4246.0, 4227.0, 4248.0, 4268.0, 4240.0, 4248.0, 4236.0, 4247.0, 4268.0, 4248.0, 4270.0, 4237.0, 4237.0, 4255.0, 4237.0, 4246.0, 4236.0, 4239.0, 4249.0, 4251.0, 4250.0, 4252.0, 4228.0, 4251.0, 4239.0, 4249.0, 4238.0, 4253.0, 4250.0, 4250.0, 4263.0, 4271.0, 4251.0, 4310.0, 4251.0, 4277.0, 4236.0, 4246.0, 4264.0, 4237.0, 4307.0, 4254.0, 4298.0, 4264.0, 4306.0, 4284.0, 4233.0, 4244.0, 4231.0, 4232.0, 4223.0, 4223.0, 4225.0, 4248.0, 4236.0, 4247.0, 4245.0, 4235.0, 4236.0, 4237.0, 4235.0, 4285.0, 4255.0, 4266.0, 4234.0, 4224.0, 4242.0, 4222.0, 4235.0, 4212.0, 4235.0, 4235.0, 4236.0, 4249.0, 4225.0, 4248.0, 4250.0, 4241.0, 4241.0, 4240.0, 4250.0, 4240.0, 4252.0, 4252.0, 4253.0, 4250.0, 4282.0, 4253.0, 4263.0, 4282.0, 4251.0, 4312.0, 4239.0, 4250.0, 4290.0, 4237.0, 4257.0, 4238.0, 4236.0, 4270.0, 4238.0, 4259.0, 4240.0, 4240.0, 4259.0, 4249.0, 4241.0, 4240.0, 4252.0, 4241.0, 4250.0, 4251.0, 4251.0, 4251.0, 4241.0, 4261.0, 4272.0, 4251.0, 4262.0, 4322.0, 4291.0, 4309.0, 4266.0, 4236.0, 4283.0, 4224.0, 4233.0, 4294.0, 4222.0, 4244.0, 4222.0, 4236.0, 4222.0, 4237.0, 4227.0, 4237.0, 4235.0, 4238.0, 4239.0, 4239.0, 4248.0, 4240.0, 4241.0, 4248.0, 4238.0, 4251.0, 4249.0, 4240.0, 4247.0, 4229.0, 4249.0, 4280.0, 4237.0, 4239.0, 4227.0, 4247.0, 4240.0, 4250.0, 4250.0, 4240.0, 4261.0, 4241.0, 4252.0, 4251.0, 4262.0, 4243.0, 4263.0, 4284.0, 4252.0, 4261.0, 4252.0, 4265.0, 4243.0, 4264.0, 4287.0, 4265.0, 4313.0, 4292.0, 4250.0, 4321.0, 4269.0, 4311.0, 4320.0, 4287.0, 4308.0, 4236.0, 4244.0, 4224.0, 4235.0, 4234.0, 4237.0, 4245.0, 4246.0, 4256.0, 4225.0, 4237.0, 4256.0, 4239.0, 4286.0, 4236.0, 4236.0, 4224.0, 4237.0, 4266.0, 4235.0, 4237.0, 4236.0, 4236.0, 4235.0, 4237.0, 4246.0, 4238.0, 4248.0, 4238.0, 4250.0, 4247.0, 4260.0, 4247.0, 4247.0, 4250.0, 4300.0, 4250.0, 4319.0, 4272.0, 4249.0, 4271.0, 4248.0, 4263.0, 4273.0, 4262.0, 4285.0, 4274.0, 4263.0, 4314.0, 4262.0, 4262.0, 4249.0, 4260.0, 4298.0, 4299.0, 4309.0, 4288.0, 4307.0, 4246.0, 4254.0, 4246.0, 4264.0, 4235.0, 4294.0, 4282.0, 4253.0, 4291.0, 4223.0, 4238.0, 4229.0, 4253.0, 4261.0, 4293.0, 4253.0, 4231.0, 4219.0, 4209.0, 4220.0, 4221.0, 4219.0, 4231.0, 4232.0, 4230.0, 4229.0, 4221.0, 4222.0, 4220.0, 4220.0, 4232.0, 4233.0, 4230.0, 4211.0, 4231.0, 4211.0, 4230.0, 4232.0, 4231.0, 4234.0, 4261.0, 4223.0, 4292.0, 4232.0, 4230.0, 4244.0, 4232.0, 4245.0, 4244.0, 4248.0, 4235.0, 4249.0, 4238.0, 4246.0, 4247.0, 4282.0, 4271.0, 4321.0, 4279.0, 4309.0, 4259.0, 4286.0, 4237.0, 4248.0, 4266.0, 4237.0, 4257.0, 4225.0, 4236.0, 4247.0, 4247.0, 4247.0, 4236.0, 4235.0, 4249.0, 4267.0, 4298.0, 4310.0, 4288.0, 4297.0, 4265.0, 4235.0, 4294.0, 4220.0, 4228.0, 4220.0, 4220.0, 4209.0, 4220.0, 4223.0, 4234.0, 4222.0, 4231.0, 4234.0, 4234.0, 4234.0, 4236.0, 4247.0, 4236.0, 4234.0, 4236.0, 4223.0, 4235.0, 4237.0, 4265.0, 4236.0, 4242.0, 4235.0, 4221.0, 4233.0, 4232.0, 4252.0, 4232.0, 4232.0, 4222.0, 4215.0, 4234.0, 4235.0, 4249.0, 4250.0, 4250.0, 4248.0, 4269.0, 4249.0, 4246.0, 4277.0, 4235.0, 4265.0, 4233.0, 4234.0, 4254.0, 4236.0, 4276.0, 4234.0, 4276.0, 4215.0, 4215.0, 4237.0, 4226.0, 4250.0, 4241.0, 4262.0, 4263.0, 4282.0, 4250.0, 4268.0, 4279.0, 4259.0, 4289.0, 4277.0, 4285.0, 4294.0, 4262.0, 4293.0, 4242.0, 4274.0, 4224.0, 4223.0, 4223.0, 4235.0, 4246.0, 4235.0, 4237.0, 4256.0, 4226.0, 4259.0, 4234.0, 4244.0, 4234.0, 4235.0, 4235.0, 4245.0, 4234.0, 4225.0, 4245.0, 4248.0, 4249.0, 4237.0, 4238.0, 4248.0, 4258.0, 4247.0, 4257.0, 4267.0, 4259.0, 4297.0, 4266.0, 4293.0, 4254.0, 4253.0, 4244.0, 4234.0, 4243.0, 4246.0, 4274.0, 4244.0, 4254.0, 4293.0, 4233.0, 4282.0, 4242.0, 4282.0, 4220.0, 4229.0, 4220.0, 4219.0, 4251.0, 4219.0, 4250.0, 4219.0, 4270.0, 4258.0, 4208.0, 4267.0, 4204.0, 4205.0, 4206.0, 4216.0, 4237.0, 4208.0, 4246.0, 4208.0, 4217.0, 4220.0, 4218.0, 4232.0, 4232.0, 4222.0, 4232.0, 4241.0, 4232.0, 4240.0, 4241.0, 4270.0, 4219.0, 4209.0, 4220.0, 4200.0, 4220.0, 4233.0, 4235.0, 4245.0, 4265.0, 4246.0, 4296.0, 4266.0, 4296.0, 4285.0, 4293.0, 4234.0, 4234.0, 4245.0, 4233.0, 4235.0, 4255.0, 4233.0, 4233.0, 4293.0, 4242.0, 4281.0, 4252.0, 4270.0, 4229.0, 4248.0, 4208.0, 4218.0, 4210.0, 4211.0, 4232.0, 4233.0, 4222.0, 4231.0, 4231.0, 4232.0, 4221.0, 4221.0, 4232.0, 4222.0, 4242.0, 4242.0, 4252.0, 4230.0, 4230.0, 4221.0, 4220.0, 4231.0, 4221.0, 4259.0, 4219.0, 4208.0, 4218.0, 4220.0, 4218.0, 4219.0, 4228.0, 4217.0, 4227.0, 4228.0, 4258.0, 4258.0, 4228.0, 4258.0, 4218.0, 4258.0, 4218.0, 4270.0, 4217.0, 4228.0, 4207.0, 4218.0, 4238.0, 4218.0, 4218.0, 4208.0, 4208.0, 4207.0, 4219.0, 4219.0, 4220.0, 4230.0, 4231.0, 4220.0, 4233.0, 4232.0, 4232.0, 4242.0, 4243.0, 4262.0, 4232.0, 4232.0, 4282.0, 4221.0, 4239.0, 4220.0, 4232.0, 4222.0, 4233.0, 4253.0, 4234.0, 4244.0, 4234.0, 4233.0, 4234.0, 4224.0, 4236.0, 4237.0, 4237.0, 4248.0, 4267.0, 4247.0, 4236.0, 4244.0, 4235.0, 4254.0, 4233.0, 4233.0, 4272.0, 4222.0, 4251.0, 4220.0, 4220.0, 4220.0, 4220.0, 4250.0, 4220.0, 4282.0, 4262.0, 4282.0, 4252.0, 4261.0, 4220.0, 4230.0, 4220.0, 4232.0, 4252.0, 4234.0, 4253.0, 4232.0, 4233.0, 4222.0, 4233.0, 4232.0, 4234.0, 4223.0, 4222.0, 4222.0, 4222.0, 4223.0, 4232.0, 4222.0, 4220.0, 4221.0, 4220.0, 4229.0, 4240.0, 4270.0, 4249.0, 4268.0, 4237.0, 4257.0, 4207.0, 4216.0, 4207.0, 4186.0, 4197.0, 4218.0, 4218.0, 4208.0, 4208.0, 4208.0, 4197.0, 4208.0, 4219.0, 4208.0, 4219.0, 4197.0, 4200.0, 4218.0, 4221.0, 4219.0, 4233.0, 4232.0, 4233.0, 4263.0, 4243.0, 4282.0, 4242.0, 4252.0, 4231.0, 4222.0, 4283.0, 4222.0, 4232.0, 4212.0, 4222.0, 4222.0, 4222.0, 4222.0, 4234.0, 4233.0, 4235.0, 4225.0, 4237.0, 4245.0, 4248.0, 4259.0, 4248.0, 4267.0, 4247.0, 4257.0, 4225.0, 4235.0, 4285.0, 4234.0, 4254.0, 4253.0, 4284.0, 4273.0, 4222.0, 4262.0, 4222.0, 4231.0, 4212.0, 4222.0, 4223.0, 4214.0, 4234.0, 4223.0, 4225.0, 4235.0, 4234.0, 4234.0, 4233.0, 4234.0, 4235.0, 4225.0, 4237.0, 4237.0, 4237.0, 4246.0, 4247.0, 4246.0, 4235.0, 4275.0, 4234.0, 4233.0, 4255.0, 4224.0, 4255.0, 4234.0, 4235.0, 4225.0, 4226.0, 4237.0, 4239.0, 4237.0, 4226.0, 4238.0, 4238.0, 4251.0, 4261.0, 4240.0, 4260.0, 4250.0, 4249.0, 4261.0, 4259.0, 4249.0, 4248.0, 4257.0, 4278.0, 4297.0, 4276.0, 4286.0, 4244.0, 4263.0, 4223.0, 4242.0, 4233.0, 4234.0, 4284.0, 4233.0, 4263.0, 4222.0, 4221.0, 4271.0, 4221.0, 4250.0, 4209.0, 4210.0, 4209.0, 4220.0, 4221.0, 4222.0, 4220.0, 4221.0, 4210.0, 4221.0, 4222.0, 4221.0, 4222.0, 4232.0, 4233.0, 4273.0, 4264.0, 4282.0, 4231.0, 4251.0, 4221.0, 4231.0, 4231.0, 4213.0, 4223.0, 4234.0, 4233.0, 4234.0, 4233.0, 4234.0, 4213.0, 4223.0, 4213.0, 4224.0, 4235.0, 4235.0, 4236.0, 4226.0, 4225.0, 4234.0, 4234.0, 4232.0, 4245.0, 4234.0, 4245.0, 4246.0, 4246.0, 4285.0, 4285.0, 4284.0, 4264.0, 4263.0, 4232.0, 4211.0, 4232.0, 4233.0, 4232.0, 4233.0, 4233.0, 4223.0, 4214.0, 4234.0, 4213.0, 4235.0, 4225.0, 4236.0, 4226.0, 4248.0, 4226.0, 4248.0, 4228.0, 4247.0, 4248.0, 4247.0, 4248.0, 4288.0, 4276.0, 4284.0, 4244.0, 4252.0, 4232.0, 4221.0, 4280.0, 4222.0, 4231.0, 4208.0, 4221.0, 4241.0, 4222.0, 4209.0, 4221.0, 4198.0, 4221.0, 4212.0, 4235.0, 4215.0, 4235.0, 4234.0, 4236.0, 4247.0, 4268.0, 4246.0, 4276.0, 4234.0, 4223.0, 4252.0, 4222.0, 4241.0, 4223.0, 4223.0, 4233.0, 4214.0, 4246.0, 4258.0, 4236.0, 4246.0, 4233.0, 4247.0, 4246.0, 4249.0, 4248.0, 4246.0, 4237.0, 4246.0, 4248.0, 4267.0, 4246.0, 4225.0, 4234.0, 4245.0, 4244.0, 4234.0, 4233.0, 4233.0, 4233.0, 4243.0, 4275.0, 4287.0, 4272.0, 4272.0, 4262.0, 4263.0, 4222.0, 4232.0, 4233.0, 4273.0, 4232.0, 4219.0, 4209.0, 4221.0, 4220.0, 4221.0, 4220.0, 4211.0, 4199.0, 4218.0, 4221.0, 4223.0, 4219.0, 4209.0, 4228.0, 4195.0, 4225.0, 4243.0, 4232.0, 4241.0, 4230.0, 4240.0, 4210.0, 4176.0, 4178.0, 4166.0, 4179.0, 4179.0, 4191.0, 4191.0, 4216.0, 4206.0, 4218.0, 4206.0, 4218.0, 4217.0, 4219.0, 4217.0, 4220.0, 4220.0, 4221.0, 4252.0, 4222.0, 4233.0, 4253.0, 4221.0, 4271.0, 4222.0, 4243.0, 4221.0, 4212.0, 4222.0, 4213.0, 4221.0, 4220.0, 4222.0, 4222.0, 4224.0, 4243.0, 4231.0, 4262.0, 4231.0, 4273.0, 4250.0, 4259.0, 4239.0, 4228.0, 4217.0, 4217.0, 4259.0, 4221.0, 4272.0, 4210.0, 4241.0, 4210.0, 4221.0, 4220.0, 4221.0, 4263.0, 4221.0, 4242.0, 4211.0, 4209.0, 4211.0, 4221.0, 4221.0, 4219.0, 4239.0, 4218.0, 4260.0, 4229.0, 4239.0, 4249.0, 4209.0, 4260.0, 4199.0, 4206.0, 4196.0, 4198.0, 4198.0, 4209.0, 4219.0, 4210.0, 4250.0, 4211.0, 4220.0, 4221.0, 4211.0, 4237.0, 4215.0, 4235.0, 4226.0, 4250.0, 4239.0, 4238.0, 4237.0, 4248.0, 4241.0, 4251.0, 4262.0, 4250.0, 4240.0, 4250.0, 4239.0, 4259.0, 4240.0, 4258.0, 4250.0, 4249.0, 4238.0, 4299.0, 4277.0, 4296.0, 4265.0, 4295.0, 4254.0, 4263.0, 4221.0, 4221.0, 4221.0, 4272.0, 4282.0, 4282.0, 4282.0, 4280.0, 4250.0, 4280.0, 4219.0, 4230.0, 4221.0, 4221.0, 4223.0, 4221.0, 4222.0, 4211.0, 4223.0, 4222.0, 4222.0, 4222.0, 4223.0, 4222.0, 4223.0, 4223.0, 4223.0, 4213.0, 4212.0, 4242.0, 4212.0, 4251.0, 4211.0, 4240.0, 4220.0, 4220.0, 4208.0, 4209.0, 4221.0, 4252.0, 4221.0, 4219.0, 4211.0, 4211.0, 4222.0, 4222.0, 4223.0, 4223.0, 4225.0, 4264.0, 4224.0, 4275.0, 4233.0, 4213.0, 4221.0, 4223.0, 4222.0, 4234.0, 4235.0, 4236.0, 4256.0, 4226.0, 4236.0, 4214.0, 4236.0, 4225.0, 4236.0, 4226.0, 4248.0, 4248.0, 4269.0, 4271.0, 4299.0, 4268.0, 4297.0, 4255.0, 4293.0, 4253.0, 4282.0, 4244.0, 4262.0, 4231.0, 4221.0, 4271.0, 4220.0, 4230.0, 4208.0, 4218.0, 4219.0, 4208.0, 4210.0, 4209.0, 4221.0, 4209.0, 4219.0, 4210.0, 4221.0, 4220.0, 4231.0, 4229.0, 4282.0, 4260.0, 4269.0, 4227.0, 4239.0, 4221.0, 4271.0, 4219.0, 4239.0, 4219.0, 4219.0, 4241.0, 4233.0, 4263.0, 4221.0, 4211.0, 4221.0, 4211.0, 4222.0, 4222.0, 4210.0, 4224.0, 4234.0, 4223.0, 4223.0, 4222.0, 4222.0, 4220.0, 4251.0, 4271.0, 4281.0, 4269.0, 4279.0, 4237.0, 4257.0, 4195.0, 4194.0, 4194.0, 4195.0, 4195.0, 4196.0, 4206.0, 4207.0, 4208.0, 4208.0, 4209.0, 4220.0, 4211.0, 4223.0, 4227.0, 4260.0, 4228.0, 4235.0, 4214.0, 4250.0, 4247.0, 4248.0, 4247.0, 4275.0, 4265.0, 4245.0, 4284.0, 4222.0, 4244.0, 4222.0, 4222.0, 4281.0, 4241.0, 4280.0, 4219.0, 4208.0, 4208.0, 4208.0, 4221.0, 4211.0, 4223.0, 4221.0, 4234.0, 4221.0, 4240.0, 4282.0, 4280.0, 4247.0, 4255.0, 4205.0, 4194.0, 4195.0, 4194.0, 4205.0, 4196.0, 4205.0], 'WindowWidth': [9637.0, 9536.0, 9546.0, 9459.0, 9438.0, 9437.0, 9432.0, 9434.0, 9415.0, 9425.0, 9427.0, 9467.0, 9428.0, 9530.0, 9437.0, 9461.0, 9435.0, 9469.0, 9427.0, 9415.0, 9431.0, 9469.0, 9411.0, 9407.0, 9390.0, 9408.0, 9417.0, 9404.0, 9387.0, 9387.0, 9401.0, 9384.0, 9399.0, 9413.0, 9399.0, 9452.0, 9383.0, 9462.0, 9378.0, 9374.0, 9399.0, 9374.0, 9470.0, 9429.0, 9468.0, 9382.0, 9368.0, 9449.0, 9365.0, 9463.0, 9365.0, 9364.0, 9337.0, 9353.0, 9354.0, 9372.0, 9375.0, 9380.0, 9380.0, 9388.0, 9396.0, 9379.0, 9368.0, 9387.0, 9403.0, 9394.0, 9398.0, 9397.0, 9383.0, 9401.0, 9410.0, 9400.0, 9400.0, 9379.0, 9399.0, 9492.0, 9419.0, 9431.0, 9360.0, 9377.0, 9363.0, 9381.0, 9421.0, 9382.0, 9410.0, 9381.0, 9380.0, 9473.0, 9375.0, 9401.0, 9358.0, 9386.0, 9400.0, 9375.0, 9377.0, 9375.0, 9380.0, 9405.0, 9381.0, 9380.0, 9365.0, 9395.0, 9394.0, 9387.0, 9401.0, 9388.0, 9393.0, 9423.0, 9407.0, 9392.0, 9423.0, 9413.0, 9427.0, 9426.0, 9426.0, 9445.0, 9421.0, 9431.0, 9467.0, 9430.0, 9443.0, 9448.0, 9406.0, 9506.0, 9405.0, 9444.0, 9419.0, 9430.0, 9424.0, 9435.0, 9407.0, 9418.0, 9394.0, 9424.0, 9449.0, 9413.0, 9422.0, 9405.0, 9421.0, 9449.0, 9422.0, 9454.0, 9407.0, 9405.0, 9428.0, 9405.0, 9417.0, 9404.0, 9411.0, 9425.0, 9430.0, 9429.0, 9433.0, 9399.0, 9430.0, 9412.0, 9427.0, 9412.0, 9435.0, 9430.0, 9429.0, 9451.0, 9458.0, 9433.0, 9511.0, 9428.0, 9461.0, 9402.0, 9415.0, 9436.0, 9403.0, 9498.0, 9425.0, 9486.0, 9436.0, 9495.0, 9461.0, 9392.0, 9406.0, 9387.0, 9389.0, 9379.0, 9380.0, 9386.0, 9419.0, 9402.0, 9420.0, 9414.0, 9400.0, 9402.0, 9402.0, 9400.0, 9467.0, 9425.0, 9439.0, 9394.0, 9382.0, 9404.0, 9378.0, 9398.0, 9367.0, 9402.0, 9400.0, 9405.0, 9424.0, 9390.0, 9424.0, 9427.0, 9417.0, 9417.0, 9416.0, 9432.0, 9417.0, 9433.0, 9433.0, 9434.0, 9431.0, 9473.0, 9435.0, 9449.0, 9471.0, 9430.0, 9512.0, 9412.0, 9426.0, 9478.0, 9407.0, 9432.0, 9407.0, 9406.0, 9452.0, 9410.0, 9437.0, 9412.0, 9415.0, 9438.0, 9425.0, 9416.0, 9414.0, 9433.0, 9417.0, 9430.0, 9430.0, 9431.0, 9430.0, 9416.0, 9445.0, 9460.0, 9429.0, 9444.0, 9526.0, 9482.0, 9504.0, 9442.0, 9402.0, 9461.0, 9380.0, 9394.0, 9476.0, 9378.0, 9408.0, 9378.0, 9400.0, 9381.0, 9405.0, 9391.0, 9407.0, 9401.0, 9409.0, 9412.0, 9413.0, 9424.0, 9413.0, 9415.0, 9423.0, 9410.0, 9430.0, 9424.0, 9413.0, 9420.0, 9396.0, 9424.0, 9465.0, 9406.0, 9410.0, 9392.0, 9420.0, 9412.0, 9427.0, 9427.0, 9417.0, 9446.0, 9419.0, 9434.0, 9434.0, 9449.0, 9426.0, 9452.0, 9479.0, 9434.0, 9445.0, 9436.0, 9458.0, 9426.0, 9458.0, 9491.0, 9457.0, 9520.0, 9488.0, 9430.0, 9526.0, 9450.0, 9510.0, 9520.0, 9472.0, 9501.0, 9402.0, 9412.0, 9384.0, 9401.0, 9398.0, 9406.0, 9417.0, 9419.0, 9432.0, 9389.0, 9406.0, 9430.0, 9410.0, 9470.0, 9403.0, 9404.0, 9385.0, 9406.0, 9442.0, 9402.0, 9405.0, 9403.0, 9404.0, 9401.0, 9407.0, 9419.0, 9409.0, 9424.0, 9412.0, 9429.0, 9421.0, 9442.0, 9421.0, 9422.0, 9427.0, 9495.0, 9428.0, 9521.0, 9465.0, 9430.0, 9460.0, 9428.0, 9452.0, 9465.0, 9452.0, 9485.0, 9468.0, 9456.0, 9525.0, 9452.0, 9448.0, 9425.0, 9441.0, 9490.0, 9495.0, 9506.0, 9476.0, 9501.0, 9416.0, 9426.0, 9416.0, 9437.0, 9397.0, 9479.0, 9457.0, 9421.0, 9468.0, 9378.0, 9393.0, 9381.0, 9416.0, 9427.0, 9472.0, 9419.0, 9385.0, 9369.0, 9354.0, 9369.0, 9373.0, 9370.0, 9386.0, 9388.0, 9385.0, 9384.0, 9374.0, 9375.0, 9371.0, 9371.0, 9390.0, 9392.0, 9386.0, 9360.0, 9388.0, 9361.0, 9385.0, 9391.0, 9388.0, 9395.0, 9429.0, 9379.0, 9470.0, 9392.0, 9387.0, 9410.0, 9393.0, 9415.0, 9413.0, 9421.0, 9402.0, 9425.0, 9409.0, 9419.0, 9424.0, 9472.0, 9457.0, 9526.0, 9468.0, 9507.0, 9439.0, 9471.0, 9406.0, 9422.0, 9443.0, 9405.0, 9430.0, 9389.0, 9405.0, 9422.0, 9421.0, 9420.0, 9405.0, 9404.0, 9423.0, 9450.0, 9489.0, 9508.0, 9473.0, 9483.0, 9436.0, 9396.0, 9473.0, 9371.0, 9379.0, 9369.0, 9371.0, 9354.0, 9371.0, 9379.0, 9394.0, 9378.0, 9390.0, 9396.0, 9397.0, 9398.0, 9404.0, 9420.0, 9404.0, 9398.0, 9404.0, 9383.0, 9397.0, 9403.0, 9438.0, 9400.0, 9405.0, 9397.0, 9377.0, 9391.0, 9392.0, 9420.0, 9393.0, 9391.0, 9379.0, 9373.0, 9398.0, 9402.0, 9426.0, 9429.0, 9429.0, 9425.0, 9453.0, 9425.0, 9419.0, 9458.0, 9401.0, 9441.0, 9396.0, 9398.0, 9425.0, 9403.0, 9457.0, 9400.0, 9454.0, 9372.0, 9371.0, 9406.0, 9394.0, 9431.0, 9418.0, 9450.0, 9455.0, 9476.0, 9428.0, 9453.0, 9466.0, 9440.0, 9477.0, 9457.0, 9468.0, 9478.0, 9431.0, 9476.0, 9404.0, 9447.0, 9384.0, 9382.0, 9382.0, 9402.0, 9415.0, 9401.0, 9408.0, 9428.0, 9391.0, 9442.0, 9398.0, 9410.0, 9397.0, 9397.0, 9399.0, 9412.0, 9397.0, 9387.0, 9416.0, 9424.0, 9424.0, 9406.0, 9407.0, 9423.0, 9433.0, 9420.0, 9433.0, 9445.0, 9439.0, 9489.0, 9442.0, 9477.0, 9425.0, 9423.0, 9414.0, 9400.0, 9410.0, 9419.0, 9455.0, 9413.0, 9428.0, 9476.0, 9394.0, 9458.0, 9403.0, 9458.0, 9374.0, 9383.0, 9372.0, 9370.0, 9412.0, 9369.0, 9411.0, 9369.0, 9439.0, 9417.0, 9353.0, 9428.0, 9339.0, 9340.0, 9345.0, 9359.0, 9388.0, 9350.0, 9399.0, 9351.0, 9364.0, 9371.0, 9369.0, 9393.0, 9393.0, 9377.0, 9391.0, 9403.0, 9390.0, 9399.0, 9402.0, 9438.0, 9368.0, 9354.0, 9370.0, 9346.0, 9373.0, 9394.0, 9399.0, 9415.0, 9439.0, 9417.0, 9483.0, 9443.0, 9483.0, 9463.0, 9474.0, 9395.0, 9398.0, 9412.0, 9394.0, 9397.0, 9424.0, 9392.0, 9394.0, 9473.0, 9403.0, 9456.0, 9415.0, 9437.0, 9381.0, 9402.0, 9351.0, 9364.0, 9356.0, 9359.0, 9391.0, 9393.0, 9377.0, 9388.0, 9387.0, 9389.0, 9374.0, 9373.0, 9389.0, 9375.0, 9404.0, 9402.0, 9416.0, 9386.0, 9383.0, 9371.0, 9369.0, 9386.0, 9372.0, 9419.0, 9367.0, 9351.0, 9364.0, 9369.0, 9365.0, 9365.0, 9375.0, 9361.0, 9375.0, 9374.0, 9418.0, 9416.0, 9376.0, 9417.0, 9364.0, 9417.0, 9365.0, 9436.0, 9361.0, 9376.0, 9346.0, 9363.0, 9389.0, 9364.0, 9363.0, 9351.0, 9351.0, 9349.0, 9366.0, 9366.0, 9371.0, 9383.0, 9387.0, 9373.0, 9393.0, 9390.0, 9389.0, 9404.0, 9404.0, 9430.0, 9390.0, 9388.0, 9456.0, 9372.0, 9395.0, 9369.0, 9389.0, 9375.0, 9393.0, 9418.0, 9395.0, 9409.0, 9395.0, 9394.0, 9398.0, 9384.0, 9402.0, 9406.0, 9404.0, 9422.0, 9445.0, 9418.0, 9403.0, 9410.0, 9397.0, 9422.0, 9391.0, 9394.0, 9444.0, 9374.0, 9412.0, 9370.0, 9369.0, 9368.0, 9370.0, 9409.0, 9370.0, 9456.0, 9427.0, 9455.0, 9415.0, 9424.0, 9369.0, 9382.0, 9371.0, 9388.0, 9415.0, 9394.0, 9420.0, 9390.0, 9391.0, 9377.0, 9391.0, 9390.0, 9395.0, 9379.0, 9376.0, 9378.0, 9376.0, 9377.0, 9390.0, 9375.0, 9370.0, 9370.0, 9368.0, 9378.0, 9394.0, 9434.0, 9403.0, 9429.0, 9386.0, 9414.0, 9345.0, 9357.0, 9344.0, 9317.0, 9332.0, 9363.0, 9364.0, 9351.0, 9348.0, 9349.0, 9334.0, 9349.0, 9366.0, 9351.0, 9367.0, 9334.0, 9341.0, 9364.0, 9372.0, 9367.0, 9390.0, 9390.0, 9390.0, 9432.0, 9404.0, 9455.0, 9399.0, 9414.0, 9383.0, 9373.0, 9455.0, 9373.0, 9387.0, 9361.0, 9375.0, 9375.0, 9376.0, 9375.0, 9394.0, 9393.0, 9398.0, 9384.0, 9406.0, 9413.0, 9422.0, 9437.0, 9422.0, 9445.0, 9418.0, 9432.0, 9383.0, 9398.0, 9463.0, 9395.0, 9420.0, 9417.0, 9459.0, 9445.0, 9376.0, 9427.0, 9373.0, 9386.0, 9362.0, 9376.0, 9377.0, 9367.0, 9395.0, 9381.0, 9384.0, 9398.0, 9394.0, 9394.0, 9392.0, 9394.0, 9399.0, 9384.0, 9403.0, 9403.0, 9405.0, 9415.0, 9418.0, 9413.0, 9399.0, 9452.0, 9395.0, 9393.0, 9421.0, 9381.0, 9422.0, 9395.0, 9397.0, 9384.0, 9386.0, 9406.0, 9410.0, 9406.0, 9387.0, 9410.0, 9410.0, 9431.0, 9447.0, 9416.0, 9442.0, 9427.0, 9426.0, 9444.0, 9439.0, 9425.0, 9423.0, 9430.0, 9461.0, 9486.0, 9455.0, 9469.0, 9409.0, 9432.0, 9379.0, 9403.0, 9392.0, 9394.0, 9462.0, 9391.0, 9432.0, 9373.0, 9371.0, 9437.0, 9369.0, 9408.0, 9352.0, 9354.0, 9353.0, 9370.0, 9373.0, 9374.0, 9370.0, 9372.0, 9356.0, 9373.0, 9374.0, 9372.0, 9375.0, 9387.0, 9391.0, 9447.0, 9435.0, 9456.0, 9386.0, 9410.0, 9371.0, 9385.0, 9387.0, 9365.0, 9377.0, 9395.0, 9392.0, 9395.0, 9393.0, 9394.0, 9366.0, 9379.0, 9366.0, 9379.0, 9396.0, 9396.0, 9400.0, 9387.0, 9385.0, 9397.0, 9397.0, 9392.0, 9411.0, 9394.0, 9410.0, 9412.0, 9412.0, 9466.0, 9463.0, 9462.0, 9435.0, 9431.0, 9389.0, 9359.0, 9385.0, 9390.0, 9389.0, 9391.0, 9392.0, 9378.0, 9367.0, 9394.0, 9366.0, 9399.0, 9385.0, 9403.0, 9390.0, 9422.0, 9390.0, 9420.0, 9394.0, 9417.0, 9419.0, 9417.0, 9419.0, 9474.0, 9453.0, 9462.0, 9405.0, 9414.0, 9386.0, 9369.0, 9446.0, 9374.0, 9385.0, 9349.0, 9373.0, 9399.0, 9374.0, 9353.0, 9372.0, 9338.0, 9370.0, 9362.0, 9397.0, 9371.0, 9399.0, 9397.0, 9399.0, 9417.0, 9446.0, 9414.0, 9452.0, 9392.0, 9376.0, 9414.0, 9374.0, 9399.0, 9378.0, 9378.0, 9393.0, 9369.0, 9415.0, 9435.0, 9400.0, 9413.0, 9396.0, 9418.0, 9415.0, 9427.0, 9422.0, 9418.0, 9407.0, 9415.0, 9419.0, 9443.0, 9414.0, 9384.0, 9394.0, 9411.0, 9407.0, 9394.0, 9391.0, 9391.0, 9392.0, 9404.0, 9449.0, 9469.0, 9440.0, 9439.0, 9426.0, 9430.0, 9373.0, 9388.0, 9388.0, 9443.0, 9385.0, 9365.0, 9353.0, 9372.0, 9370.0, 9372.0, 9368.0, 9357.0, 9338.0, 9365.0, 9372.0, 9378.0, 9367.0, 9354.0, 9375.0, 9326.0, 9363.0, 9382.0, 9366.0, 9378.0, 9360.0, 9376.0, 9336.0, 9283.0, 9287.0, 9271.0, 9294.0, 9295.0, 9316.0, 9317.0, 9357.0, 9342.0, 9361.0, 9343.0, 9362.0, 9359.0, 9362.0, 9359.0, 9365.0, 9365.0, 9368.0, 9412.0, 9373.0, 9389.0, 9414.0, 9369.0, 9437.0, 9373.0, 9403.0, 9374.0, 9363.0, 9373.0, 9363.0, 9370.0, 9369.0, 9373.0, 9374.0, 9382.0, 9405.0, 9384.0, 9427.0, 9383.0, 9443.0, 9406.0, 9416.0, 9389.0, 9372.0, 9357.0, 9358.0, 9416.0, 9366.0, 9437.0, 9353.0, 9395.0, 9353.0, 9369.0, 9368.0, 9369.0, 9427.0, 9371.0, 9400.0, 9356.0, 9353.0, 9355.0, 9368.0, 9371.0, 9365.0, 9389.0, 9360.0, 9418.0, 9376.0, 9390.0, 9400.0, 9350.0, 9417.0, 9335.0, 9341.0, 9328.0, 9332.0, 9334.0, 9350.0, 9363.0, 9352.0, 9407.0, 9356.0, 9369.0, 9372.0, 9357.0, 9403.0, 9373.0, 9399.0, 9386.0, 9428.0, 9413.0, 9409.0, 9405.0, 9422.0, 9419.0, 9431.0, 9447.0, 9426.0, 9413.0, 9426.0, 9409.0, 9438.0, 9414.0, 9435.0, 9427.0, 9423.0, 9408.0, 9488.0, 9457.0, 9482.0, 9436.0, 9475.0, 9418.0, 9428.0, 9373.0, 9370.0, 9371.0, 9439.0, 9453.0, 9456.0, 9454.0, 9449.0, 9407.0, 9447.0, 9366.0, 9381.0, 9369.0, 9373.0, 9377.0, 9373.0, 9375.0, 9359.0, 9378.0, 9375.0, 9376.0, 9376.0, 9377.0, 9375.0, 9376.0, 9376.0, 9376.0, 9362.0, 9361.0, 9401.0, 9359.0, 9411.0, 9357.0, 9394.0, 9367.0, 9366.0, 9349.0, 9352.0, 9370.0, 9413.0, 9372.0, 9367.0, 9359.0, 9357.0, 9374.0, 9375.0, 9378.0, 9379.0, 9383.0, 9437.0, 9382.0, 9450.0, 9395.0, 9363.0, 9373.0, 9377.0, 9375.0, 9394.0, 9397.0, 9401.0, 9428.0, 9386.0, 9401.0, 9370.0, 9401.0, 9385.0, 9401.0, 9388.0, 9418.0, 9421.0, 9448.0, 9455.0, 9490.0, 9447.0, 9482.0, 9423.0, 9471.0, 9415.0, 9455.0, 9404.0, 9429.0, 9384.0, 9370.0, 9436.0, 9369.0, 9380.0, 9350.0, 9363.0, 9364.0, 9349.0, 9354.0, 9351.0, 9370.0, 9352.0, 9366.0, 9353.0, 9368.0, 9367.0, 9386.0, 9377.0, 9454.0, 9420.0, 9431.0, 9372.0, 9389.0, 9368.0, 9436.0, 9365.0, 9391.0, 9363.0, 9364.0, 9396.0, 9393.0, 9432.0, 9372.0, 9359.0, 9370.0, 9360.0, 9374.0, 9373.0, 9356.0, 9380.0, 9394.0, 9379.0, 9378.0, 9372.0, 9373.0, 9366.0, 9407.0, 9435.0, 9449.0, 9429.0, 9441.0, 9380.0, 9406.0, 9322.0, 9321.0, 9322.0, 9324.0, 9323.0, 9329.0, 9342.0, 9345.0, 9348.0, 9350.0, 9352.0, 9367.0, 9357.0, 9377.0, 9393.0, 9442.0, 9394.0, 9398.0, 9369.0, 9426.0, 9419.0, 9420.0, 9418.0, 9451.0, 9437.0, 9412.0, 9458.0, 9376.0, 9409.0, 9372.0, 9372.0, 9451.0, 9396.0, 9448.0, 9364.0, 9347.0, 9349.0, 9349.0, 9373.0, 9359.0, 9378.0, 9373.0, 9394.0, 9373.0, 9394.0, 9451.0, 9447.0, 9397.0, 9403.0, 9337.0, 9322.0, 9325.0, 9322.0, 9339.0, 9327.0, 9338.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.0011494763636363636</td></tr>
<tr><td colspan=3>aqi</td><td>0.028343626763636363</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.66460144676863</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1566446513391546</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9810875262081525</td></tr>
<tr><td colspan=3>efc</td><td>0.4974</td></tr>
<tr><td colspan=3>fber</td><td>4939.4902</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08096105252448878</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>25</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>1.8181818181818181</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4471228645667242</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3252888536517027</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.66649830006209</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.34958143998638</td></tr>
<tr><td colspan=3>gcor</td><td>0.0134517</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013114162720739841</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.044063501060009</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</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.7745520064333364</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>16.3793</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.5338</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.9611</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296720.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1044.5</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.7786</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.7781</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>635.3962</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3414.3435</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3587.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79824.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4612.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>950.3055</td></tr>
<tr><td colspan=3>tsnr</td><td>31.42050557921175</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>