<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0006_ses-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-0006_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-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006_suffix-bold_task-alignvideo" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0006/figures/sub-0006_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-0006/figures/sub-0006_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0006/figures/sub-0006_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-0006/ses-01/func/sub-0006_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>9ee95274bb4fb8eb855cd437a4dfa830</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>11:07:36.012500</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.998782, -0.00092302, 0.0493391, 0.00505525, 0.996479, -0.0836927]</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.0995255</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>[4157, -7667, -7265, 533, 1, 47, -69, 61]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.545</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>a851da10-3f12-4a3b-bbaf-cd6f8eb081db||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.6796581745147705, 0.013562862761318684, 0.1325378566980362, 112.56808471679688], [0.0024763948749750853, 2.6734797954559326, -0.22636839747428894, -93.99443817138672], [0.1323731392621994, 0.22454136610031128, 2.687227487564087, -56.418643951416016], [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, 1383]</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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'AcquisitionTime': ['110736.012500', '110736.472500', '110736.932500', '110737.392500', '110737.852500', '110738.312500', '110738.772500', '110739.232500', '110739.692500', '110740.152500', '110740.612500', '110741.072500', '110741.532500', '110741.992500', '110742.452500', '110742.912500', '110743.372500', '110743.832500', '110744.292500', '110744.752500', '110745.212500', '110745.672500', '110746.132500', '110746.592500', '110747.052500', '110747.512500', '110747.972500', '110748.432500', '110748.892500', '110749.352500', '110749.812500', '110750.272500', '110750.732500', '110751.192500', '110751.652500', '110752.112500', '110752.572500', '110753.032500', '110753.492500', '110753.952500', '110754.412500', '110754.872500', '110755.332500', '110755.792500', '110756.252500', '110756.712500', '110757.172500', '110757.632500', '110758.092500', '110758.552500', '110759.012500', '110759.472500', '110759.932500', '110800.392500', '110800.852500', '110801.312500', '110801.772500', '110802.232500', '110802.692500', '110803.152500', '110803.612500', '110804.072500', '110804.532500', '110804.992500', '110805.452500', '110805.912500', '110806.372500', '110806.832500', '110807.292500', '110807.752500', '110808.212500', '110808.672500', '110809.132500', '110809.592500', '110810.052500', '110810.512500', '110810.972500', '110811.432500', '110811.892500', '110812.352500', '110812.812500', '110813.272500', '110813.732500', '110814.192500', '110814.652500', '110815.112500', '110815.572500', '110816.032500', '110816.492500', '110816.952500', '110817.412500', '110817.872500', '110818.332500', '110818.792500', '110819.252500', '110819.712500', '110820.172500', '110820.632500', '110821.092500', '110821.552500', '110822.012500', '110822.472500', '110822.932500', '110823.392500', '110823.852500', '110824.312500', '110824.772500', '110825.232500', '110825.692500', '110826.152500', '110826.612500', '110827.072500', '110827.532500', '110827.992500', '110828.452500', '110828.912500', '110829.372500', '110829.832500', '110830.292500', '110830.752500', '110831.212500', '110831.672500', '110832.132500', '110832.592500', '110833.052500', '110833.512500', '110833.972500', '110834.432500', '110834.892500', '110835.352500', '110835.812500', '110836.272500', '110836.732500', '110837.192500', '110837.652500', '110838.112500', '110838.572500', '110839.032500', '110839.492500', '110839.952500', '110840.412500', '110840.872500', '110841.332500', '110841.792500', '110842.252500', '110842.712500', '110843.172500', '110843.632500', '110844.092500', '110844.552500', '110845.012500', '110845.472500', '110845.932500', '110846.392500', '110846.852500', '110847.312500', '110847.772500', '110848.232500', '110848.692500', '110849.152500', '110849.612500', '110850.072500', '110850.532500', '110850.992500', '110851.452500', '110851.912500', '110852.372500', '110852.832500', '110853.292500', '110853.752500', '110854.212500', '110854.672500', '110855.132500', '110855.592500', '110856.052500', '110856.512500', '110856.972500', '110857.432500', '110857.892500', '110858.352500', '110858.812500', '110859.272500', '110859.732500', '110900.192500', '110900.652500', '110901.112500', '110901.572500', '110902.032500', '110902.492500', '110902.952500', '110903.412500', '110903.872500', '110904.332500', '110904.792500', '110905.252500', '110905.712500', '110906.172500', '110906.632500', '110907.092500', '110907.552500', '110908.012500', '110908.472500', '110908.932500', '110909.392500', '110909.852500', '110910.312500', '110910.772500', '110911.232500', '110911.692500', '110912.152500', '110912.612500', '110913.072500', '110913.532500', '110913.992500', '110914.452500', '110914.912500', '110915.372500', '110915.832500', '110916.292500', '110916.752500', '110917.212500', '110917.672500', '110918.132500', '110918.592500', '110919.052500', '110919.512500', '110919.972500', '110920.432500', '110920.892500', '110921.352500', '110921.812500', '110922.272500', '110922.732500', '110923.192500', '110923.652500', '110924.112500', '110924.572500', '110925.032500', '110925.492500', '110925.952500', '110926.412500', '110926.872500', '110927.332500', '110927.792500', '110928.252500', '110928.712500', '110929.172500', '110929.632500', '110930.092500', '110930.552500', '110931.012500', '110931.472500', '110931.932500', '110932.392500', '110932.852500', '110933.312500', '110933.772500', '110934.232500', '110934.692500', '110935.152500', '110935.612500', '110936.072500', '110936.532500', '110936.992500', '110937.452500', '110937.912500', '110938.372500', '110938.832500', '110939.292500', '110939.752500', '110940.212500', '110940.672500', '110941.132500', '110941.592500', '110942.052500', '110942.512500', '110942.972500', '110943.432500', '110943.892500', '110944.352500', '110944.812500', '110945.272500', '110945.732500', '110946.192500', '110946.652500', '110947.112500', '110947.572500', '110948.032500', '110948.492500', '110948.952500', '110949.412500', '110949.872500', '110950.332500', '110950.792500', '110951.252500', '110951.712500', '110952.172500', '110952.632500', '110953.092500', '110953.552500', '110954.012500', '110954.472500', '110954.932500', '110955.392500', '110955.852500', '110956.312500', '110956.772500', '110957.232500', '110957.692500', '110958.152500', '110958.612500', '110959.072500', '110959.532500', '110959.992500', '111000.452500', '111000.912500', '111001.372500', '111001.832500', '111002.292500', '111002.752500', '111003.212500', '111003.672500', '111004.132500', '111004.592500', '111005.052500', '111005.512500', '111005.972500', '111006.432500', '111006.892500', '111007.352500', '111007.812500', '111008.272500', '111008.732500', '111009.192500', '111009.652500', '111010.112500', '111010.572500', '111011.032500', '111011.492500', '111011.952500', '111012.412500', '111012.872500', '111013.332500', '111013.792500', '111014.252500', '111014.712500', '111015.172500', '111015.632500', '111016.092500', '111016.552500', '111017.012500', '111017.472500', '111017.932500', '111018.392500', '111018.852500', '111019.312500', '111019.772500', '111020.232500', '111020.692500', '111021.152500', '111021.612500', '111022.072500', '111022.532500', '111022.992500', '111023.452500', '111023.912500', '111024.372500', '111024.832500', '111025.292500', '111025.752500', '111026.212500', '111026.672500', '111027.132500', '111027.592500', '111028.052500', '111028.512500', '111028.972500', '111029.432500', '111029.892500', '111030.352500', '111030.812500', '111031.272500', '111031.732500', '111032.192500', '111032.652500', '111033.112500', '111033.572500', '111034.032500', '111034.492500', '111034.952500', '111035.412500', '111035.872500', '111036.332500', '111036.792500', '111037.252500', '111037.712500', '111038.172500', '111038.632500', '111039.092500', '111039.552500', '111040.012500', '111040.472500', '111040.932500', '111041.392500', '111041.852500', '111042.312500', '111042.772500', '111043.232500', '111043.692500', '111044.152500', '111044.612500', '111045.072500', '111045.532500', '111045.992500', '111046.452500', '111046.912500', '111047.372500', '111047.832500', '111048.292500', '111048.752500', '111049.212500', '111049.672500', '111050.132500', '111050.592500', '111051.052500', '111051.512500', '111051.972500', '111052.432500', '111052.892500', '111053.352500', '111053.812500', '111054.272500', '111054.732500', '111055.192500', '111055.652500', '111056.112500', '111056.572500', '111057.032500', '111057.492500', '111057.952500', '111058.412500', '111058.872500', '111059.332500', '111059.792500', '111100.252500', '111100.712500', '111101.172500', '111101.632500', '111102.092500', '111102.552500', '111103.012500', '111103.472500', '111103.932500', '111104.392500', '111104.852500', '111105.312500', '111105.772500', '111106.232500', '111106.692500', '111107.152500', '111107.612500', '111108.072500', '111108.532500', '111108.992500', '111109.452500', '111109.912500', '111110.372500', '111110.832500', '111111.292500', '111111.752500', '111112.212500', '111112.672500', '111113.132500', '111113.592500', '111114.052500', '111114.512500', '111114.972500', '111115.432500', '111115.892500', '111116.352500', '111116.812500', '111117.272500', '111117.732500', '111118.192500', '111118.652500', '111119.112500', '111119.572500', '111120.032500', '111120.492500', '111120.952500', '111121.412500', '111121.872500', '111122.332500', '111122.792500', '111123.252500', '111123.712500', '111124.172500', '111124.632500', '111125.092500', '111125.552500', '111126.012500', '111126.472500', '111126.932500', '111127.392500', '111127.852500', '111128.312500', '111128.772500', '111129.232500', '111129.692500', '111130.152500', '111130.612500', '111131.072500', '111131.532500', '111131.992500', '111132.452500', '111132.912500', '111133.372500', '111133.832500', '111134.292500', '111134.752500', '111135.212500', '111135.672500', '111136.132500', '111136.592500', '111137.052500', '111137.512500', '111137.972500', '111138.432500', '111138.892500', '111139.352500', '111139.812500', '111140.272500', '111140.732500', '111141.192500', '111141.652500', '111142.112500', '111142.572500', '111143.032500', '111143.492500', '111143.952500', '111144.412500', '111144.872500', '111145.332500', '111145.792500', '111146.252500', '111146.712500', '111147.172500', '111147.632500', '111148.092500', '111148.552500', '111149.012500', '111149.472500', '111149.932500', '111150.392500', '111150.852500', '111151.312500', '111151.772500', '111152.232500', '111152.692500', '111153.152500', '111153.612500', '111154.072500', '111154.532500', '111154.992500', '111155.452500', '111155.912500', '111156.372500', '111156.832500', '111157.292500', '111157.752500', '111158.212500', '111158.672500', '111159.132500', '111159.592500', '111200.052500', '111200.512500', '111200.972500', '111201.432500', '111201.892500', '111202.352500', '111202.812500', '111203.272500', '111203.732500', '111204.192500', '111204.652500', '111205.112500', '111205.572500', '111206.032500', '111206.492500', '111206.952500', '111207.412500', '111207.872500', '111208.332500', '111208.792500', '111209.252500', '111209.712500', '111210.172500', '111210.632500', '111211.092500', '111211.552500', '111212.012500', '111212.472500', '111212.932500', '111213.392500', '111213.852500', '111214.312500', '111214.772500', '111215.232500', '111215.692500', '111216.152500', '111216.612500', '111217.072500', '111217.532500', '111217.992500', '111218.452500', '111218.912500', '111219.372500', '111219.832500', '111220.292500', '111220.752500', '111221.212500', '111221.672500', '111222.132500', '111222.592500', '111223.052500', '111223.512500', '111223.972500', '111224.432500', '111224.892500', '111225.352500', '111225.812500', '111226.272500', '111226.732500', '111227.192500', '111227.652500', '111228.112500', '111228.572500', '111229.032500', '111229.492500', '111229.952500', '111230.412500', '111230.872500', '111231.332500', '111231.792500', '111232.252500', '111232.712500', '111233.172500', '111233.632500', '111234.092500', '111234.552500', '111235.012500', '111235.472500', '111235.932500', '111236.392500', '111236.852500', '111237.312500', '111237.772500', '111238.232500', '111238.692500', '111239.152500', '111239.612500', '111240.072500', '111240.532500', '111240.992500', '111241.452500', '111241.912500', '111242.372500', '111242.832500', '111243.292500', '111243.752500', '111244.212500', '111244.672500', '111245.132500', '111245.592500', '111246.052500', '111246.512500', '111246.972500', '111247.432500', '111247.892500', '111248.352500', '111248.812500', '111249.272500', '111249.732500', '111250.192500', '111250.652500', '111251.112500', '111251.572500', '111252.032500', '111252.492500', '111252.952500', '111253.412500', '111253.872500', '111254.332500', '111254.792500', '111255.252500', '111255.712500', '111256.172500', '111256.632500', '111257.092500', '111257.552500', '111258.012500', '111258.472500', '111258.932500', '111259.392500', '111259.852500', '111300.312500', '111300.772500', '111301.232500', '111301.692500', '111302.152500', '111302.612500', '111303.072500', '111303.532500', '111303.992500', '111304.452500', '111304.912500', '111305.372500', '111305.832500', '111306.292500', '111306.752500', '111307.212500', '111307.672500', '111308.132500', '111308.592500', '111309.052500', '111309.512500', '111309.972500', '111310.432500', '111310.892500', '111311.352500', '111311.812500', '111312.272500', '111312.732500', '111313.192500', '111313.652500', '111314.112500', '111314.572500', '111315.032500', '111315.492500', '111315.952500', '111316.412500', '111316.872500', '111317.332500', '111317.792500', '111318.252500', '111318.712500', '111319.172500', '111319.632500', '111320.092500', '111320.552500', '111321.012500', '111321.472500', '111321.932500', '111322.392500', '111322.852500', '111323.312500', '111323.772500', '111324.232500', '111324.692500', '111325.152500', '111325.612500', '111326.072500', '111326.532500', '111326.992500', '111327.452500', '111327.912500', '111328.372500', '111328.832500', '111329.292500', '111329.752500', '111330.212500', '111330.672500', '111331.132500', '111331.592500', '111332.052500', '111332.512500', '111332.972500', '111333.432500', '111333.892500', '111334.352500', '111334.812500', '111335.272500', '111335.732500', '111336.192500', '111336.652500', '111337.112500', '111337.572500', '111338.032500', '111338.492500', '111338.952500', '111339.412500', '111339.872500', '111340.332500', '111340.792500', '111341.252500', '111341.712500', '111342.172500', '111342.632500', '111343.092500', '111343.552500', '111344.012500', '111344.472500', '111344.932500', '111345.392500', '111345.852500', '111346.312500', '111346.772500', '111347.232500', '111347.692500', '111348.152500', '111348.612500', '111349.072500', '111349.532500', '111349.992500', '111350.452500', '111350.912500', '111351.372500', '111351.832500', '111352.292500', '111352.752500', '111353.212500', '111353.672500', '111354.132500', '111354.592500', '111355.052500', '111355.512500', '111355.972500', '111356.432500', '111356.892500', '111357.352500', '111357.812500', '111358.272500', '111358.732500', '111359.192500', '111359.652500', '111400.112500', '111400.572500', '111401.032500', '111401.492500', '111401.952500', '111402.412500', '111402.872500', '111403.332500', '111403.792500', '111404.252500', '111404.712500', '111405.172500', '111405.632500', '111406.092500', '111406.552500', '111407.012500', '111407.472500', '111407.932500', '111408.392500', '111408.852500', '111409.312500', '111409.772500', '111410.232500', '111410.692500', '111411.152500', '111411.612500', '111412.072500', '111412.532500', '111412.992500', '111413.452500', '111413.912500', '111414.372500', '111414.832500', '111415.292500', '111415.752500', '111416.212500', '111416.672500', '111417.132500', '111417.592500', '111418.052500', '111418.512500', '111418.972500', '111419.432500', '111419.892500', '111420.352500', '111420.812500', '111421.272500', '111421.732500', '111422.192500', '111422.652500', '111423.112500', '111423.572500', '111424.032500', '111424.492500', '111424.952500', '111425.412500', '111425.872500', '111426.332500', '111426.792500', '111427.252500', '111427.712500', '111428.172500', '111428.632500', '111429.092500', '111429.552500', '111430.012500', '111430.472500', '111430.932500', '111431.392500', '111431.852500', '111432.312500', '111432.772500', '111433.232500', '111433.692500', '111434.152500', '111434.612500', '111435.072500', '111435.532500', '111435.992500', '111436.452500', '111436.912500', '111437.372500', '111437.832500', '111438.292500', '111438.752500', '111439.212500', '111439.672500', '111440.132500', '111440.592500', '111441.052500', '111441.512500', '111441.972500', '111442.432500', '111442.892500', '111443.352500', '111443.812500', '111444.272500', '111444.732500', '111445.192500', '111445.652500', '111446.112500', '111446.572500', '111447.032500', '111447.492500', '111447.952500', '111448.412500', '111448.872500', '111449.332500', '111449.792500', '111450.252500', '111450.712500', '111451.172500', '111451.632500', '111452.092500', '111452.552500', '111453.012500', '111453.472500', '111453.932500', '111454.392500', '111454.852500', '111455.312500', '111455.772500', '111456.232500', '111456.692500', '111457.152500', '111457.612500', '111458.072500', '111458.532500', '111458.992500', '111459.452500', '111459.912500', '111500.372500', '111500.832500', '111501.292500', '111501.752500', '111502.212500', '111502.672500', '111503.132500', '111503.592500', '111504.052500', '111504.512500', '111504.972500', '111505.432500', '111505.892500', '111506.352500', '111506.812500', '111507.272500', '111507.732500', '111508.192500', '111508.652500', '111509.112500', '111509.572500', '111510.032500', '111510.492500', '111510.952500', '111511.412500', '111511.872500', '111512.332500', '111512.792500', '111513.252500', '111513.712500', '111514.172500', '111514.632500', '111515.092500', '111515.552500', '111516.012500', '111516.472500', '111516.932500', '111517.392500', '111517.852500', '111518.312500', '111518.772500', '111519.232500', '111519.692500', '111520.152500', '111520.612500', '111521.072500', '111521.532500', '111521.992500', '111522.452500', '111522.912500', '111523.372500', '111523.832500', '111524.292500', '111524.752500', '111525.212500', '111525.672500', '111526.132500', '111526.592500', '111527.052500', '111527.512500', '111527.972500', '111528.432500', '111528.892500', '111529.352500', '111529.812500', '111530.272500', '111530.732500', '111531.192500', '111531.652500', '111532.112500', '111532.572500', '111533.032500', '111533.492500', '111533.952500', '111534.412500', '111534.872500', '111535.332500', '111535.792500', '111536.252500', '111536.712500', '111537.172500', '111537.632500', '111538.092500', '111538.552500', '111539.012500', '111539.472500', '111539.932500', '111540.392500', '111540.852500', '111541.312500', '111541.772500', '111542.232500', '111542.692500', '111543.152500', '111543.612500', '111544.072500', '111544.532500', '111544.992500', '111545.452500', '111545.912500', '111546.372500', '111546.832500', '111547.292500', '111547.752500', '111548.212500', '111548.672500', '111549.132500', '111549.592500', '111550.052500', '111550.512500', '111550.972500', '111551.432500', '111551.892500', '111552.352500', '111552.812500', '111553.272500', '111553.732500', '111554.192500', '111554.652500', '111555.112500', '111555.572500', '111556.032500', '111556.492500', '111556.952500', '111557.412500', '111557.872500', '111558.332500', '111558.792500', '111559.252500', '111559.712500', '111600.172500', '111600.632500', '111601.092500', '111601.552500', '111602.012500', '111602.472500', '111602.932500', '111603.392500', '111603.852500', '111604.312500', '111604.772500', '111605.232500', '111605.692500', '111606.152500', '111606.612500', '111607.072500', '111607.532500', '111607.992500', '111608.452500', '111608.912500', '111609.372500', '111609.832500', '111610.292500', '111610.752500', '111611.212500', '111611.672500', '111612.132500', '111612.592500', '111613.052500', '111613.512500', '111613.972500', '111614.432500', '111614.892500', '111615.352500', '111615.812500', '111616.272500', '111616.732500', '111617.192500', '111617.652500', '111618.112500', '111618.572500', '111619.032500', '111619.492500', '111619.952500', '111620.412500', '111620.872500', '111621.332500', '111621.792500', '111622.252500', '111622.712500', '111623.172500', '111623.632500', '111624.092500', '111624.552500', '111625.012500', '111625.472500', '111625.932500', '111626.392500', '111626.852500', '111627.312500', '111627.772500', '111628.232500', '111628.692500', '111629.152500', '111629.612500', '111630.072500', '111630.532500', '111630.992500', '111631.452500', '111631.912500', '111632.372500', '111632.832500', '111633.292500', '111633.752500', '111634.212500', '111634.672500', '111635.132500', '111635.592500', '111636.052500', '111636.512500', '111636.972500', '111637.432500', '111637.892500', '111638.352500', '111638.812500', '111639.272500', '111639.732500', '111640.192500', '111640.652500', '111641.112500', '111641.572500', '111642.032500', '111642.492500', '111642.952500', '111643.412500', '111643.872500', '111644.332500', '111644.792500', '111645.252500', '111645.712500', '111646.172500', '111646.632500', '111647.092500', '111647.552500', '111648.012500', '111648.472500', '111648.932500', '111649.392500', '111649.852500', '111650.312500', '111650.772500', '111651.232500', '111651.692500', '111652.152500', '111652.612500', '111653.072500', '111653.532500', '111653.992500', '111654.452500', '111654.912500', '111655.372500', '111655.832500', '111656.292500', '111656.752500', '111657.212500', '111657.672500', '111658.132500', '111658.592500', '111659.052500', '111659.512500', '111659.972500', '111700.432500', '111700.892500', '111701.352500', '111701.812500', '111702.272500', '111702.732500', '111703.192500', '111703.652500', '111704.112500', '111704.572500', '111705.032500', '111705.492500', '111705.952500', '111706.412500', '111706.872500', '111707.332500', '111707.792500', '111708.252500', '111708.712500', '111709.172500', '111709.632500', '111710.092500', '111710.552500', '111711.012500', '111711.472500', '111711.932500', '111712.392500', '111712.852500', '111713.312500', '111713.772500', '111714.232500', '111714.692500', '111715.152500', '111715.612500', '111716.072500', '111716.532500', '111716.992500', '111717.452500', '111717.912500', '111718.372500', '111718.832500', '111719.292500', '111719.752500', '111720.212500', '111720.672500', '111721.132500', '111721.592500', '111722.052500', '111722.512500', '111722.972500', '111723.432500', '111723.892500', '111724.352500', '111724.812500', '111725.272500', '111725.732500', '111726.192500', '111726.652500', '111727.112500', '111727.572500', '111728.032500', '111728.492500', '111728.952500', '111729.412500', '111729.872500', '111730.332500', '111730.792500', '111731.252500', '111731.712500', '111732.172500', '111732.632500', '111733.092500', '111733.552500', '111734.012500', '111734.472500', '111734.932500', '111735.392500', '111735.852500', '111736.312500', '111736.772500', '111737.232500', '111737.692500', '111738.152500', '111738.612500', '111739.072500', '111739.532500', '111739.992500', '111740.452500', '111740.912500', '111741.372500', '111741.832500', '111742.292500', '111742.752500', '111743.212500', '111743.672500', '111744.132500', '111744.592500', '111745.052500', '111745.512500', '111745.972500', '111746.432500', '111746.892500', '111747.352500', '111747.812500', '111748.272500', '111748.732500', '111749.192500', '111749.652500', '111750.112500', '111750.572500', '111751.032500', '111751.492500', '111751.952500', '111752.412500', '111752.872500', '111753.332500', '111753.792500', '111754.252500', '111754.712500', '111755.172500', '111755.632500', '111756.092500', '111756.552500', '111757.012500', '111757.472500', '111757.932500', '111758.392500', '111758.852500', '111759.312500', '111759.772500', '111800.232500', '111800.692500', '111801.152500', '111801.612500', '111802.072500', '111802.532500', '111802.992500', '111803.452500', '111803.912500', '111804.372500', '111804.832500', '111805.292500', '111805.752500', '111806.212500', '111806.672500', '111807.132500', '111807.592500', '111808.052500', '111808.512500', '111808.972500', '111809.432500', '111809.892500', '111810.352500', '111810.812500', '111811.272500', '111811.732500'], 'ContentTime': ['110751.953000', '110751.957000', '110751.960000', '110751.963000', '110751.966000', '110751.968000', '110751.971000', '110751.974000', '110751.977000', '110751.979000', '110751.985000', '110751.988000', '110751.991000', '110751.994000', '110751.997000', '110752.001000', '110752.004000', '110752.006000', '110752.010000', '110752.013000', '110752.016000', '110752.019000', '110752.021000', '110752.025000', '110752.027000', '110752.030000', '110752.033000', '110752.036000', '110752.039000', '110752.042000', '110752.045000', '110752.048000', '110752.051000', '110811.927000', '110811.930000', '110811.933000', '110811.936000', '110811.938000', '110811.941000', '110811.944000', '110811.947000', '110811.950000', '110811.953000', '110811.957000', '110811.960000', '110811.962000', '110811.965000', '110811.968000', '110811.971000', '110811.974000', '110811.976000', '110811.981000', '110811.984000', '110811.987000', '110811.990000', '110811.993000', '110811.996000', '110811.999000', '110812.001000', '110812.004000', '110812.007000', '110812.010000', '110812.013000', '110812.016000', '110812.018000', '110812.021000', '110812.024000', '110812.027000', '110812.029000', '110812.032000', '110812.036000', '110812.039000', '110812.042000', '110812.045000', '110812.048000', '110812.050000', '110831.927000', '110831.930000', '110831.932000', '110831.935000', '110831.938000', '110831.941000', '110831.944000', '110831.947000', '110831.949000', '110831.952000', '110831.955000', '110831.958000', '110831.961000', '110831.963000', '110831.966000', '110831.969000', '110831.972000', '110831.974000', '110831.977000', '110831.982000', '110831.985000', '110831.988000', '110831.991000', '110831.993000', '110831.996000', '110832.000000', '110832.003000', '110832.005000', '110832.008000', '110832.011000', '110832.014000', '110832.017000', '110832.019000', '110832.022000', '110832.025000', '110832.028000', '110832.030000', '110832.033000', '110832.036000', '110832.039000', '110832.042000', '110832.044000', '110832.047000', '110832.050000', '110851.927000', '110851.930000', '110851.932000', '110851.935000', '110851.938000', '110851.941000', '110851.944000', '110851.946000', '110851.949000', '110851.952000', '110851.955000', '110851.957000', '110851.960000', '110851.963000', '110851.966000', '110851.968000', '110851.971000', '110851.974000', '110851.977000', '110851.980000', '110851.996000', '110852.000000', '110852.003000', '110852.005000', '110852.008000', '110852.011000', '110852.014000', '110852.016000', '110852.019000', '110852.022000', '110852.025000', '110852.028000', '110852.030000', '110852.033000', '110852.036000', '110852.039000', '110852.042000', '110852.044000', '110852.047000', '110852.050000', '110852.053000', '110852.056000', '110852.059000', '110911.926000', '110911.929000', '110911.931000', '110911.934000', '110911.937000', '110911.940000', '110911.948000', '110911.950000', '110911.953000', '110911.956000', '110911.959000', '110911.962000', '110911.965000', '110911.967000', '110911.970000', '110911.973000', '110911.976000', '110911.979000', '110911.982000', '110911.984000', '110911.987000', '110911.990000', '110911.993000', '110911.996000', '110912.000000', '110912.003000', '110912.005000', '110912.008000', '110912.011000', '110912.014000', '110912.017000', '110912.020000', '110912.022000', '110912.025000', '110912.028000', '110912.031000', '110912.034000', '110912.036000', '110912.039000', '110912.042000', '110912.045000', '110912.048000', '110912.051000', '110912.053000', '110931.926000', '110931.929000', '110931.932000', '110931.934000', '110931.937000', '110931.940000', '110931.943000', '110931.945000', '110931.948000', '110931.951000', '110931.954000', '110931.957000', '110931.959000', '110931.962000', '110931.965000', '110931.968000', '110931.971000', '110931.973000', '110931.976000', '110931.979000', '110931.982000', '110931.985000', '110931.987000', '110931.990000', '110931.993000', '110931.996000', '110932.000000', '110932.002000', '110932.005000', '110932.008000', '110932.011000', '110932.014000', '110932.017000', '110932.020000', '110932.023000', '110932.026000', '110932.029000', '110932.031000', '110932.034000', '110932.037000', '110932.040000', '110932.043000', '110932.046000', '110951.926000', '110951.929000', '110951.931000', '110951.934000', '110951.937000', '110951.940000', '110951.943000', '110951.945000', '110951.948000', '110951.951000', '110951.954000', '110951.957000', '110951.959000', '110951.962000', '110951.965000', '110951.968000', '110951.971000', '110951.974000', '110951.976000', '110951.979000', '110951.982000', '110951.985000', '110951.988000', '110951.990000', '110951.993000', '110951.996000', '110952.000000', '110952.003000', '110952.005000', '110952.008000', '110952.011000', '110952.014000', '110952.017000', '110952.020000', '110952.022000', '110952.025000', '110952.028000', '110952.031000', '110952.034000', '110952.036000', '110952.039000', '110952.042000', '110952.045000', '110952.047000', '111011.926000', '111011.929000', '111011.931000', '111011.934000', '111011.937000', '111011.940000', '111011.943000', '111011.945000', '111011.948000', '111011.951000', '111011.954000', '111011.957000', '111011.959000', '111011.962000', '111011.965000', '111011.968000', '111011.970000', '111011.973000', '111011.976000', '111011.979000', '111011.982000', '111011.985000', '111011.987000', '111011.990000', '111011.993000', '111011.996000', '111011.998000', '111012.002000', '111012.005000', '111012.008000', '111012.011000', '111012.014000', '111012.017000', '111012.019000', '111012.022000', '111012.025000', '111012.028000', '111012.030000', '111012.033000', '111012.036000', '111012.039000', '111012.042000', '111012.044000', '111031.927000', '111031.930000', '111031.932000', '111031.935000', '111031.938000', '111031.941000', '111031.944000', '111031.946000', '111031.949000', '111031.952000', '111031.955000', '111031.958000', '111031.960000', '111031.963000', '111031.966000', '111031.969000', '111031.986000', '111031.989000', '111031.991000', '111031.994000', '111031.997000', '111032.000000', '111032.003000', '111032.005000', '111032.008000', '111032.011000', '111032.014000', '111032.017000', '111032.019000', '111032.022000', '111032.025000', '111032.028000', '111032.031000', '111032.033000', '111032.036000', '111032.039000', '111032.042000', '111032.045000', '111032.047000', '111032.050000', '111032.053000', '111032.056000', '111032.059000', '111032.061000', '111051.927000', '111051.930000', '111051.933000', '111051.936000', '111051.939000', '111051.942000', '111051.944000', '111051.947000', '111051.950000', '111051.953000', '111051.956000', '111051.959000', '111051.961000', '111051.964000', '111051.967000', '111051.970000', '111051.973000', '111051.976000', '111051.979000', '111051.981000', '111051.984000', '111051.987000', '111051.990000', '111051.993000', '111051.995000', '111051.998000', '111052.002000', '111052.005000', '111052.008000', '111052.011000', '111052.013000', '111052.016000', '111052.019000', '111052.022000', '111052.025000', '111052.028000', '111052.030000', '111052.033000', '111052.036000', '111052.039000', '111052.042000', '111052.044000', '111052.047000', '111111.926000', '111111.929000', '111111.931000', '111111.934000', '111111.937000', '111111.940000', '111111.943000', '111111.946000', '111111.948000', '111111.951000', '111111.954000', '111111.957000', '111111.960000', '111111.962000', '111111.965000', '111111.968000', '111111.971000', '111111.974000', '111111.976000', '111111.979000', '111111.982000', '111111.985000', '111111.988000', '111111.991000', '111111.993000', '111111.996000', '111112.000000', '111112.003000', '111112.006000', '111112.008000', '111112.011000', '111112.014000', '111112.017000', '111112.020000', '111112.023000', '111112.026000', '111112.028000', '111112.031000', '111112.034000', '111112.037000', '111112.040000', '111112.042000', '111112.045000', '111112.048000', '111131.926000', '111131.929000', '111131.932000', '111131.934000', '111131.937000', '111131.940000', '111131.943000', '111131.945000', '111131.948000', '111131.951000', '111131.954000', '111131.957000', '111131.959000', '111131.962000', '111131.965000', '111131.968000', '111131.971000', '111131.973000', '111131.976000', '111131.979000', '111131.982000', '111131.985000', '111131.987000', '111131.990000', '111131.993000', '111131.996000', '111132.000000', '111132.003000', '111132.006000', '111132.008000', '111132.011000', '111132.014000', '111132.017000', '111132.019000', '111132.022000', '111132.025000', '111132.028000', '111132.031000', '111132.033000', '111132.036000', '111132.039000', '111132.042000', '111132.045000', '111151.926000', '111151.929000', '111151.934000', '111151.938000', '111151.941000', '111151.943000', '111151.946000', '111151.949000', '111151.952000', '111151.955000', '111151.957000', '111151.960000', '111151.963000', '111151.966000', '111151.969000', '111151.972000', '111151.974000', '111151.977000', '111151.980000', '111151.983000', '111151.986000', '111151.988000', '111151.991000', '111151.994000', '111151.997000', '111152.001000', '111152.008000', '111152.011000', '111152.013000', '111152.016000', '111152.019000', '111152.022000', '111152.025000', '111152.027000', '111152.030000', '111152.033000', '111152.036000', '111152.039000', '111152.042000', '111152.044000', '111152.047000', '111152.062000', '111152.065000', '111211.926000', '111211.934000', '111211.937000', '111211.939000', '111211.942000', '111211.945000', '111211.948000', '111211.951000', '111211.954000', '111211.957000', '111211.960000', '111211.962000', '111211.965000', '111211.968000', '111211.971000', '111211.974000', '111211.977000', '111211.979000', '111211.982000', '111211.985000', '111211.988000', '111211.991000', '111211.993000', '111211.996000', '111212.000000', '111212.003000', '111212.006000', '111212.009000', '111212.011000', '111212.014000', '111212.017000', '111212.020000', '111212.023000', '111212.025000', '111212.028000', '111212.031000', '111212.034000', '111212.037000', '111212.039000', '111212.042000', '111212.045000', '111212.048000', '111212.051000', '111212.053000', '111231.926000', '111231.929000', '111231.932000', '111231.934000', '111231.939000', '111231.942000', '111231.945000', '111231.948000', '111231.951000', '111231.953000', '111231.956000', '111231.959000', '111231.962000', '111231.965000', '111231.967000', '111231.970000', '111231.973000', '111231.976000', '111231.979000', '111231.981000', '111231.984000', '111231.987000', '111231.990000', '111231.993000', '111231.995000', '111231.998000', '111232.002000', '111232.005000', '111232.008000', '111232.011000', '111232.013000', '111232.016000', '111232.019000', '111232.022000', '111232.025000', '111232.027000', '111232.030000', '111232.033000', '111232.036000', '111232.039000', '111232.042000', '111232.044000', '111232.047000', '111251.927000', '111251.930000', '111251.933000', '111251.935000', '111251.938000', '111251.941000', '111251.944000', '111251.947000', '111251.949000', '111251.952000', '111251.955000', '111251.958000', '111251.961000', '111251.963000', '111251.966000', '111251.969000', '111251.972000', '111251.975000', '111251.977000', '111251.980000', '111251.983000', '111251.986000', '111251.988000', '111251.991000', '111251.994000', '111251.997000', '111252.000000', '111252.003000', '111252.014000', '111252.017000', '111252.020000', '111252.022000', '111252.025000', '111252.028000', '111252.031000', '111252.034000', '111252.037000', '111252.040000', '111252.042000', '111252.045000', '111252.048000', '111252.051000', '111252.054000', '111252.057000', '111311.927000', '111311.930000', '111311.933000', '111311.935000', '111311.938000', '111311.941000', '111311.944000', '111311.947000', '111311.950000', '111311.953000', '111311.958000', '111311.961000', '111311.964000', '111311.969000', '111311.973000', '111311.976000', '111311.979000', '111311.982000', '111311.984000', '111311.987000', '111311.990000', '111311.993000', '111311.996000', '111311.998000', '111312.002000', '111312.005000', '111312.008000', '111312.011000', '111312.016000', '111312.018000', '111312.021000', '111312.024000', '111312.027000', '111312.030000', '111312.032000', '111312.035000', '111312.038000', '111312.041000', '111312.044000', '111312.047000', '111312.050000', '111312.052000', '111312.055000', '111331.926000', '111331.929000', '111331.932000', '111331.934000', '111331.937000', '111331.940000', '111331.943000', '111331.945000', '111331.948000', '111331.967000', '111331.970000', '111331.973000', '111331.976000', '111331.978000', '111331.981000', '111331.984000', '111331.987000', '111331.990000', '111331.992000', '111331.995000', '111331.998000', '111332.002000', '111332.005000', '111332.008000', '111332.010000', '111332.013000', '111332.016000', '111332.019000', '111332.022000', '111332.024000', '111332.027000', '111332.030000', '111332.033000', '111332.035000', '111332.038000', '111332.041000', '111332.044000', '111332.047000', '111332.050000', '111332.052000', '111332.055000', '111332.058000', '111332.061000', '111332.064000', '111351.926000', '111351.929000', '111351.932000', '111351.934000', '111351.937000', '111351.944000', '111351.947000', '111351.950000', '111351.953000', '111351.956000', '111351.959000', '111351.962000', '111351.964000', '111351.967000', '111351.970000', '111351.973000', '111351.976000', '111351.979000', '111351.982000', '111351.986000', '111351.989000', '111351.992000', '111351.995000', '111351.998000', '111352.001000', '111352.004000', '111352.007000', '111352.010000', '111352.013000', '111352.015000', '111352.018000', '111352.021000', '111352.024000', '111352.027000', '111352.029000', '111352.032000', '111352.035000', '111352.038000', '111352.041000', '111352.043000', '111352.046000', '111352.049000', '111352.052000', '111411.926000', '111411.929000', '111411.932000', '111411.934000', '111411.937000', '111411.940000', '111411.943000', '111411.946000', '111411.948000', '111411.951000', '111411.954000', '111411.957000', '111411.960000', '111411.962000', '111411.965000', '111411.968000', '111411.971000', '111411.974000', '111411.977000', '111411.980000', '111411.982000', '111411.985000', '111411.988000', '111411.991000', '111411.994000', '111411.996000', '111412.000000', '111412.003000', '111412.006000', '111412.009000', '111412.012000', '111412.015000', '111412.018000', '111412.020000', '111412.023000', '111412.026000', '111412.029000', '111412.032000', '111412.035000', '111412.037000', '111412.040000', '111412.043000', '111412.046000', '111412.049000', '111431.926000', '111431.930000', '111431.933000', '111431.936000', '111431.939000', '111431.942000', '111431.944000', '111431.947000', '111431.950000', '111431.953000', '111431.956000', '111431.958000', '111431.961000', '111431.964000', '111431.967000', '111431.969000', '111431.972000', '111431.975000', '111431.978000', '111431.981000', '111431.984000', '111431.986000', '111431.989000', '111431.992000', '111431.995000', '111431.998000', '111432.002000', '111432.004000', '111432.007000', '111432.010000', '111432.013000', '111432.016000', '111432.018000', '111432.023000', '111432.028000', '111432.030000', '111432.033000', '111432.036000', '111432.039000', '111432.042000', '111432.045000', '111432.047000', '111432.050000', '111451.926000', '111451.929000', '111451.932000', '111451.935000', '111451.937000', '111451.940000', '111451.943000', '111451.946000', '111451.949000', '111451.952000', '111451.955000', '111451.957000', '111451.960000', '111451.963000', '111451.966000', '111451.969000', '111451.971000', '111451.974000', '111451.977000', '111451.980000', '111451.992000', '111451.995000', '111451.998000', '111452.002000', '111452.005000', '111452.007000', '111452.010000', '111452.013000', '111452.016000', '111452.019000', '111452.022000', '111452.024000', '111452.027000', '111452.030000', '111452.033000', '111452.036000', '111452.038000', '111452.041000', '111452.044000', '111452.047000', '111452.050000', '111452.053000', '111452.055000', '111452.058000', '111511.927000', '111511.930000', '111511.933000', '111511.936000', '111511.939000', '111511.942000', '111511.945000', '111511.948000', '111511.951000', '111511.954000', '111511.956000', '111511.959000', '111511.962000', '111511.965000', '111511.968000', '111511.971000', '111511.974000', '111511.976000', '111511.980000', '111511.982000', '111511.985000', '111511.988000', '111511.991000', '111511.994000', '111511.997000', '111512.001000', '111512.004000', '111512.006000', '111512.009000', '111512.012000', '111512.015000', '111512.018000', '111512.021000', '111512.025000', '111512.028000', '111512.031000', '111512.034000', '111512.037000', '111512.040000', '111512.043000', '111512.046000', '111512.049000', '111512.052000', '111531.927000', '111531.930000', '111531.933000', '111531.935000', '111531.938000', '111531.941000', '111531.944000', '111531.947000', '111531.949000', '111531.952000', '111531.955000', '111531.958000', '111531.961000', '111531.964000', '111531.966000', '111531.969000', '111531.972000', '111531.975000', '111531.978000', '111531.981000', '111531.983000', '111531.986000', '111531.989000', '111531.992000', '111531.995000', '111531.997000', '111532.001000', '111532.004000', '111532.007000', '111532.010000', '111532.012000', '111532.015000', '111532.018000', '111532.021000', '111532.024000', '111532.027000', '111532.029000', '111532.032000', '111532.035000', '111532.038000', '111532.040000', '111532.043000', '111532.046000', '111532.049000', '111551.926000', '111551.929000', '111551.932000', '111551.935000', '111551.937000', '111551.940000', '111551.943000', '111551.946000', '111551.949000', '111551.951000', '111551.954000', '111551.957000', '111551.960000', '111551.962000', '111551.965000', '111551.969000', '111551.972000', '111551.975000', '111551.978000', '111551.981000', '111551.984000', '111551.987000', '111551.989000', '111551.992000', '111551.995000', '111551.998000', '111552.002000', '111552.004000', '111552.007000', '111552.010000', '111552.013000', '111552.016000', '111552.019000', '111552.022000', '111552.024000', '111552.027000', '111552.030000', '111552.033000', '111552.037000', '111552.040000', '111552.043000', '111552.046000', '111552.049000', '111611.926000', '111611.929000', '111611.932000', '111611.934000', '111611.937000', '111611.940000', '111611.943000', '111611.946000', '111611.948000', '111611.951000', '111611.954000', '111611.957000', '111611.960000', '111611.962000', '111611.965000', '111611.968000', '111611.989000', '111611.992000', '111611.995000', '111611.998000', '111612.001000', '111612.004000', '111612.007000', '111612.010000', '111612.013000', '111612.016000', '111612.018000', '111612.021000', '111612.024000', '111612.027000', '111612.029000', '111612.032000', '111612.035000', '111612.038000', '111612.041000', '111612.044000', '111612.046000', '111612.049000', '111612.052000', '111612.055000', '111612.058000', '111612.061000', '111612.063000', '111612.066000', '111631.926000', '111631.929000', '111631.932000', '111631.934000', '111631.937000', '111631.940000', '111631.943000', '111631.946000', '111631.948000', '111631.951000', '111631.954000', '111631.957000', '111631.960000', '111631.962000', '111631.965000', '111631.968000', '111631.971000', '111631.974000', '111631.976000', '111631.979000', '111631.982000', '111631.985000', '111631.988000', '111631.990000', '111631.993000', '111631.996000', '111632.000000', '111632.003000', '111632.006000', '111632.008000', '111632.011000', '111632.014000', '111632.017000', '111632.020000', '111632.023000', '111632.025000', '111632.028000', '111632.031000', '111632.034000', '111632.037000', '111632.040000', '111632.043000', '111632.045000', '111651.926000', '111651.929000', '111651.932000', '111651.935000', '111651.937000', '111651.940000', '111651.943000', '111651.946000', '111651.948000', '111651.951000', '111651.954000', '111651.957000', '111651.960000', '111651.962000', '111651.965000', '111651.968000', '111651.971000', '111651.974000', '111651.977000', '111651.979000', '111651.982000', '111651.985000', '111651.988000', '111651.991000', '111651.994000', '111651.996000', '111652.000000', '111652.003000', '111652.006000', '111652.009000', '111652.011000', '111652.014000', '111652.017000', '111652.020000', '111652.023000', '111652.025000', '111652.028000', '111652.031000', '111652.034000', '111652.037000', '111652.039000', '111652.042000', '111652.045000', '111652.048000', '111711.926000', '111711.929000', '111711.932000', '111711.935000', '111711.937000', '111711.940000', '111711.943000', '111711.946000', '111711.949000', '111711.951000', '111711.954000', '111711.957000', '111711.960000', '111711.963000', '111711.966000', '111711.968000', '111711.971000', '111711.974000', '111711.977000', '111711.980000', '111711.982000', '111711.985000', '111711.988000', '111711.991000', '111711.994000', '111711.996000', '111712.000000', '111712.003000', '111712.007000', '111712.010000', '111712.013000', '111712.015000', '111712.018000', '111712.021000', '111712.024000', '111712.027000', '111712.030000', '111712.032000', '111712.035000', '111712.038000', '111712.041000', '111712.043000', '111712.046000', '111731.927000', '111731.930000', '111731.933000', '111731.935000', '111731.938000', '111731.941000', '111731.944000', '111731.947000', '111731.950000', '111731.952000', '111731.955000', '111731.958000', '111731.961000', '111731.964000', '111731.967000', '111731.969000', '111731.972000', '111731.975000', '111731.978000', '111731.981000', '111731.984000', '111731.986000', '111731.989000', '111731.992000', '111731.995000', '111731.998000', '111732.001000', '111732.004000', '111732.007000', '111732.010000', '111732.013000', '111732.016000', '111732.018000', '111732.021000', '111732.024000', '111732.027000', '111732.030000', '111732.033000', '111732.035000', '111732.038000', '111732.041000', '111732.044000', '111732.047000', '111732.049000', '111751.927000', '111751.930000', '111751.933000', '111751.936000', '111751.938000', '111751.941000', '111751.944000', '111751.947000', '111751.950000', '111751.952000', '111751.955000', '111751.958000', '111751.961000', '111751.964000', '111751.967000', '111751.970000', '111751.972000', '111751.975000', '111751.978000', '111751.981000', '111751.984000', '111751.986000', '111751.989000', '111751.992000', '111751.995000', '111751.998000', '111752.002000', '111752.004000', '111752.007000', '111752.010000', '111752.013000', '111752.016000', '111752.018000', '111752.021000', '111752.024000', '111752.027000', '111752.030000', '111752.032000', '111752.035000', '111752.038000', '111752.041000', '111752.044000', '111752.047000', '111811.926000', '111811.929000', '111811.932000', '111811.935000', '111811.937000', '111811.940000', '111811.943000', '111811.946000', '111811.949000', '111811.951000', '111811.954000', '111811.957000', '111811.960000', '111811.963000', '111811.966000', '111811.968000', '111811.971000', '111811.974000', '111811.977000', '111811.980000', '111811.982000', '111811.985000', '111811.988000', '111811.991000', '111811.994000', '111811.997000', '111812.001000', '111812.003000', '111812.006000', '111812.009000', '111812.012000', '111812.015000', '111812.017000', '111812.020000', '111812.023000', '111812.026000', '111812.029000', '111812.031000', '111812.034000', '111812.037000', '111812.040000', '111812.043000', '111812.046000', '111812.048000', '111812.874000', '111812.878000'], 'InstanceCreationTime': ['110751.953000', '110751.957000', '110751.960000', '110751.963000', '110751.966000', '110751.968000', '110751.971000', '110751.974000', '110751.977000', '110751.979000', '110751.985000', '110751.988000', '110751.991000', '110751.994000', '110751.997000', '110752.001000', '110752.004000', '110752.006000', '110752.010000', '110752.013000', '110752.016000', '110752.019000', '110752.021000', '110752.025000', '110752.027000', '110752.030000', '110752.033000', '110752.036000', '110752.039000', '110752.042000', '110752.045000', '110752.048000', '110752.051000', '110811.927000', '110811.930000', '110811.933000', '110811.936000', '110811.938000', '110811.941000', '110811.944000', '110811.947000', '110811.950000', '110811.953000', '110811.957000', '110811.960000', '110811.962000', '110811.965000', '110811.968000', '110811.971000', '110811.974000', '110811.976000', '110811.981000', '110811.984000', '110811.987000', '110811.990000', '110811.993000', '110811.996000', '110811.999000', '110812.001000', '110812.004000', '110812.007000', '110812.010000', '110812.013000', '110812.016000', '110812.018000', '110812.021000', '110812.024000', '110812.027000', '110812.029000', '110812.032000', '110812.036000', '110812.039000', '110812.042000', '110812.045000', '110812.048000', '110812.050000', '110831.927000', '110831.930000', '110831.932000', '110831.935000', '110831.938000', '110831.941000', '110831.944000', '110831.947000', '110831.949000', '110831.952000', '110831.955000', '110831.958000', '110831.961000', '110831.963000', '110831.966000', '110831.969000', '110831.972000', '110831.974000', '110831.977000', '110831.982000', '110831.985000', '110831.988000', '110831.991000', '110831.993000', '110831.996000', '110832.000000', '110832.003000', '110832.005000', '110832.008000', '110832.011000', '110832.014000', '110832.017000', '110832.019000', '110832.022000', '110832.025000', '110832.028000', '110832.030000', '110832.033000', '110832.036000', '110832.039000', '110832.042000', '110832.044000', '110832.047000', '110832.050000', '110851.927000', '110851.930000', '110851.932000', '110851.935000', '110851.938000', '110851.941000', '110851.944000', '110851.946000', '110851.949000', '110851.952000', '110851.955000', '110851.957000', '110851.960000', '110851.963000', '110851.966000', '110851.968000', '110851.971000', '110851.974000', '110851.977000', '110851.980000', '110851.996000', '110852.000000', '110852.003000', '110852.005000', '110852.008000', '110852.011000', '110852.014000', '110852.016000', '110852.019000', '110852.022000', '110852.025000', '110852.028000', '110852.030000', '110852.033000', '110852.036000', '110852.039000', '110852.042000', '110852.044000', '110852.047000', '110852.050000', '110852.053000', '110852.056000', '110852.059000', '110911.926000', '110911.929000', '110911.931000', '110911.934000', '110911.937000', '110911.940000', '110911.948000', '110911.950000', '110911.953000', '110911.956000', '110911.959000', '110911.962000', '110911.965000', '110911.967000', '110911.970000', '110911.973000', '110911.976000', '110911.979000', '110911.982000', '110911.984000', '110911.987000', '110911.990000', '110911.993000', '110911.996000', '110912.000000', '110912.003000', '110912.005000', '110912.008000', '110912.011000', '110912.014000', '110912.017000', '110912.020000', '110912.022000', '110912.025000', '110912.028000', '110912.031000', '110912.034000', '110912.036000', '110912.039000', '110912.042000', '110912.045000', '110912.048000', '110912.051000', '110912.053000', '110931.926000', '110931.929000', '110931.932000', '110931.934000', '110931.937000', '110931.940000', '110931.943000', '110931.945000', '110931.948000', '110931.951000', '110931.954000', '110931.957000', '110931.959000', '110931.962000', '110931.965000', '110931.968000', '110931.971000', '110931.973000', '110931.976000', '110931.979000', '110931.982000', '110931.985000', '110931.987000', '110931.990000', '110931.993000', '110931.996000', '110932.000000', '110932.002000', '110932.005000', '110932.008000', '110932.011000', '110932.014000', '110932.017000', '110932.020000', '110932.023000', '110932.026000', '110932.029000', '110932.031000', '110932.034000', '110932.037000', '110932.040000', '110932.043000', '110932.046000', '110951.926000', '110951.929000', '110951.931000', '110951.934000', '110951.937000', '110951.940000', '110951.943000', '110951.945000', '110951.948000', '110951.951000', '110951.954000', '110951.957000', '110951.959000', '110951.962000', '110951.965000', '110951.968000', '110951.971000', '110951.974000', '110951.976000', '110951.979000', '110951.982000', '110951.985000', '110951.988000', '110951.990000', '110951.993000', '110951.996000', '110952.000000', '110952.003000', '110952.005000', '110952.008000', '110952.011000', '110952.014000', '110952.017000', '110952.020000', '110952.022000', '110952.025000', '110952.028000', '110952.031000', '110952.034000', '110952.036000', '110952.039000', '110952.042000', '110952.045000', '110952.047000', '111011.926000', '111011.929000', '111011.931000', '111011.934000', '111011.937000', '111011.940000', '111011.943000', '111011.945000', '111011.948000', '111011.951000', '111011.954000', '111011.957000', '111011.959000', '111011.962000', '111011.965000', '111011.968000', '111011.970000', '111011.973000', '111011.976000', '111011.979000', '111011.982000', '111011.985000', '111011.987000', '111011.990000', '111011.993000', '111011.996000', '111011.998000', '111012.002000', '111012.005000', '111012.008000', '111012.011000', '111012.014000', '111012.017000', '111012.019000', '111012.022000', '111012.025000', '111012.028000', '111012.030000', '111012.033000', '111012.036000', '111012.039000', '111012.042000', '111012.044000', '111031.927000', '111031.930000', '111031.932000', '111031.935000', '111031.938000', '111031.941000', '111031.944000', '111031.946000', '111031.949000', '111031.952000', '111031.955000', '111031.958000', '111031.960000', '111031.963000', '111031.966000', '111031.969000', '111031.986000', '111031.989000', '111031.991000', '111031.994000', '111031.997000', '111032.000000', '111032.003000', '111032.005000', '111032.008000', '111032.011000', '111032.014000', '111032.017000', '111032.019000', '111032.022000', '111032.025000', '111032.028000', '111032.031000', '111032.033000', '111032.036000', '111032.039000', '111032.042000', '111032.045000', '111032.047000', '111032.050000', '111032.053000', '111032.056000', '111032.059000', '111032.061000', '111051.927000', '111051.930000', '111051.933000', '111051.936000', '111051.939000', '111051.942000', '111051.944000', '111051.947000', '111051.950000', '111051.953000', '111051.956000', '111051.959000', '111051.961000', '111051.964000', '111051.967000', '111051.970000', '111051.973000', '111051.976000', '111051.979000', '111051.981000', '111051.984000', '111051.987000', '111051.990000', '111051.993000', '111051.995000', '111051.998000', '111052.002000', '111052.005000', '111052.008000', '111052.011000', '111052.013000', '111052.016000', '111052.019000', '111052.022000', '111052.025000', '111052.028000', '111052.030000', '111052.033000', '111052.036000', '111052.039000', '111052.042000', '111052.044000', '111052.047000', '111111.926000', '111111.929000', '111111.931000', '111111.934000', '111111.937000', '111111.940000', '111111.943000', '111111.946000', '111111.948000', '111111.951000', '111111.954000', '111111.957000', '111111.960000', '111111.962000', '111111.965000', '111111.968000', '111111.971000', '111111.974000', '111111.976000', '111111.979000', '111111.982000', '111111.985000', '111111.988000', '111111.991000', '111111.993000', '111111.996000', '111112.000000', '111112.003000', '111112.006000', '111112.008000', '111112.011000', '111112.014000', '111112.017000', '111112.020000', '111112.023000', '111112.026000', '111112.028000', '111112.031000', '111112.034000', '111112.037000', '111112.040000', '111112.042000', '111112.045000', '111112.048000', '111131.926000', '111131.929000', '111131.932000', '111131.934000', '111131.937000', '111131.940000', '111131.943000', '111131.945000', '111131.948000', '111131.951000', '111131.954000', '111131.957000', '111131.959000', '111131.962000', '111131.965000', '111131.968000', '111131.971000', '111131.973000', '111131.976000', '111131.979000', '111131.982000', '111131.985000', '111131.987000', '111131.990000', '111131.993000', '111131.996000', '111132.000000', '111132.003000', '111132.006000', '111132.008000', '111132.011000', '111132.014000', '111132.017000', '111132.019000', '111132.022000', '111132.025000', '111132.028000', '111132.031000', '111132.033000', '111132.036000', '111132.039000', '111132.042000', '111132.045000', '111151.926000', '111151.929000', '111151.934000', '111151.938000', '111151.941000', '111151.943000', '111151.946000', '111151.949000', '111151.952000', '111151.955000', '111151.957000', '111151.960000', '111151.963000', '111151.966000', '111151.969000', '111151.972000', '111151.974000', '111151.977000', '111151.980000', '111151.983000', '111151.986000', '111151.988000', '111151.991000', '111151.994000', '111151.997000', '111152.001000', '111152.008000', '111152.011000', '111152.013000', '111152.016000', '111152.019000', '111152.022000', '111152.025000', '111152.027000', '111152.030000', '111152.033000', '111152.036000', '111152.039000', '111152.042000', '111152.044000', '111152.047000', '111152.062000', '111152.065000', '111211.926000', '111211.934000', '111211.937000', '111211.939000', '111211.942000', '111211.945000', '111211.948000', '111211.951000', '111211.954000', '111211.957000', '111211.960000', '111211.962000', '111211.965000', '111211.968000', '111211.971000', '111211.974000', '111211.977000', '111211.979000', '111211.982000', '111211.985000', '111211.988000', '111211.991000', '111211.993000', '111211.996000', '111212.000000', '111212.003000', '111212.006000', '111212.009000', '111212.011000', '111212.014000', '111212.017000', '111212.020000', '111212.023000', '111212.025000', '111212.028000', '111212.031000', '111212.034000', '111212.037000', '111212.039000', '111212.042000', '111212.045000', '111212.048000', '111212.051000', '111212.053000', '111231.926000', '111231.929000', '111231.932000', '111231.934000', '111231.939000', '111231.942000', '111231.945000', '111231.948000', '111231.951000', '111231.953000', '111231.956000', '111231.959000', '111231.962000', '111231.965000', '111231.967000', '111231.970000', '111231.973000', '111231.976000', '111231.979000', '111231.981000', '111231.984000', '111231.987000', '111231.990000', '111231.993000', '111231.995000', '111231.998000', '111232.002000', '111232.005000', '111232.008000', '111232.011000', '111232.013000', '111232.016000', '111232.019000', '111232.022000', '111232.025000', '111232.027000', '111232.030000', '111232.033000', '111232.036000', '111232.039000', '111232.042000', '111232.044000', '111232.047000', '111251.927000', '111251.930000', '111251.933000', '111251.935000', '111251.938000', '111251.941000', '111251.944000', '111251.947000', '111251.949000', '111251.952000', '111251.955000', '111251.958000', '111251.961000', '111251.963000', '111251.966000', '111251.969000', '111251.972000', '111251.975000', '111251.977000', '111251.980000', '111251.983000', '111251.986000', '111251.988000', '111251.991000', '111251.994000', '111251.997000', '111252.000000', '111252.003000', '111252.014000', '111252.017000', '111252.020000', '111252.022000', '111252.025000', '111252.028000', '111252.031000', '111252.034000', '111252.037000', '111252.040000', '111252.042000', '111252.045000', '111252.048000', '111252.051000', '111252.054000', '111252.057000', '111311.927000', '111311.930000', '111311.933000', '111311.935000', '111311.938000', '111311.941000', '111311.944000', '111311.947000', '111311.950000', '111311.953000', '111311.958000', '111311.961000', '111311.964000', '111311.969000', '111311.973000', '111311.976000', '111311.979000', '111311.982000', '111311.984000', '111311.987000', '111311.990000', '111311.993000', '111311.996000', '111311.998000', '111312.002000', '111312.005000', '111312.008000', '111312.011000', '111312.016000', '111312.018000', '111312.021000', '111312.024000', '111312.027000', '111312.030000', '111312.032000', '111312.035000', '111312.038000', '111312.041000', '111312.044000', '111312.047000', '111312.050000', '111312.052000', '111312.055000', '111331.926000', '111331.929000', '111331.932000', '111331.934000', '111331.937000', '111331.940000', '111331.943000', '111331.945000', '111331.948000', '111331.967000', '111331.970000', '111331.973000', '111331.976000', '111331.978000', '111331.981000', '111331.984000', '111331.987000', '111331.990000', '111331.992000', '111331.995000', '111331.998000', '111332.002000', '111332.005000', '111332.008000', '111332.010000', '111332.013000', '111332.016000', '111332.019000', '111332.022000', '111332.024000', '111332.027000', '111332.030000', '111332.033000', '111332.035000', '111332.038000', '111332.041000', '111332.044000', '111332.047000', '111332.050000', '111332.052000', '111332.055000', '111332.058000', '111332.061000', '111332.064000', '111351.926000', '111351.929000', '111351.932000', '111351.934000', '111351.937000', '111351.944000', '111351.947000', '111351.950000', '111351.953000', '111351.956000', '111351.959000', '111351.962000', '111351.964000', '111351.967000', '111351.970000', '111351.973000', '111351.976000', '111351.979000', '111351.982000', '111351.986000', '111351.989000', '111351.992000', '111351.995000', '111351.998000', '111352.001000', '111352.004000', '111352.007000', '111352.010000', '111352.013000', '111352.015000', '111352.018000', '111352.021000', '111352.024000', '111352.027000', '111352.029000', '111352.032000', '111352.035000', '111352.038000', '111352.041000', '111352.043000', '111352.046000', '111352.049000', '111352.052000', '111411.926000', '111411.929000', '111411.932000', '111411.934000', '111411.937000', '111411.940000', '111411.943000', '111411.946000', '111411.948000', '111411.951000', '111411.954000', '111411.957000', '111411.960000', '111411.962000', '111411.965000', '111411.968000', '111411.971000', '111411.974000', '111411.977000', '111411.980000', '111411.982000', '111411.985000', '111411.988000', '111411.991000', '111411.994000', '111411.996000', '111412.000000', '111412.003000', '111412.006000', '111412.009000', '111412.012000', '111412.015000', '111412.018000', '111412.020000', '111412.023000', '111412.026000', '111412.029000', '111412.032000', '111412.035000', '111412.037000', '111412.040000', '111412.043000', '111412.046000', '111412.049000', '111431.926000', '111431.930000', '111431.933000', '111431.936000', '111431.939000', '111431.942000', '111431.944000', '111431.947000', '111431.950000', '111431.953000', '111431.956000', '111431.958000', '111431.961000', '111431.964000', '111431.967000', '111431.969000', '111431.972000', '111431.975000', '111431.978000', '111431.981000', '111431.984000', '111431.986000', '111431.989000', '111431.992000', '111431.995000', '111431.998000', '111432.002000', '111432.004000', '111432.007000', '111432.010000', '111432.013000', '111432.016000', '111432.018000', '111432.023000', '111432.028000', '111432.030000', '111432.033000', '111432.036000', '111432.039000', '111432.042000', '111432.045000', '111432.047000', '111432.050000', '111451.926000', '111451.929000', '111451.932000', '111451.935000', '111451.937000', '111451.940000', '111451.943000', '111451.946000', '111451.949000', '111451.952000', '111451.955000', '111451.957000', '111451.960000', '111451.963000', '111451.966000', '111451.969000', '111451.971000', '111451.974000', '111451.977000', '111451.980000', '111451.992000', '111451.995000', '111451.998000', '111452.002000', '111452.005000', '111452.007000', '111452.010000', '111452.013000', '111452.016000', '111452.019000', '111452.022000', '111452.024000', '111452.027000', '111452.030000', '111452.033000', '111452.036000', '111452.038000', '111452.041000', '111452.044000', '111452.047000', '111452.050000', '111452.053000', '111452.055000', '111452.058000', '111511.927000', '111511.930000', '111511.933000', '111511.936000', '111511.939000', '111511.942000', '111511.945000', '111511.948000', '111511.951000', '111511.954000', '111511.956000', '111511.959000', '111511.962000', '111511.965000', '111511.968000', '111511.971000', '111511.974000', '111511.976000', '111511.980000', '111511.982000', '111511.985000', '111511.988000', '111511.991000', '111511.994000', '111511.997000', '111512.001000', '111512.004000', '111512.006000', '111512.009000', '111512.012000', '111512.015000', '111512.018000', '111512.021000', '111512.025000', '111512.028000', '111512.031000', '111512.034000', '111512.037000', '111512.040000', '111512.043000', '111512.046000', '111512.049000', '111512.052000', '111531.927000', '111531.930000', '111531.933000', '111531.935000', '111531.938000', '111531.941000', '111531.944000', '111531.947000', '111531.949000', '111531.952000', '111531.955000', '111531.958000', '111531.961000', '111531.964000', '111531.966000', '111531.969000', '111531.972000', '111531.975000', '111531.978000', '111531.981000', '111531.983000', '111531.986000', '111531.989000', '111531.992000', '111531.995000', '111531.997000', '111532.001000', '111532.004000', '111532.007000', '111532.010000', '111532.012000', '111532.015000', '111532.018000', '111532.021000', '111532.024000', '111532.027000', '111532.029000', '111532.032000', '111532.035000', '111532.038000', '111532.040000', '111532.043000', '111532.046000', '111532.049000', '111551.926000', '111551.929000', '111551.932000', '111551.935000', '111551.937000', '111551.940000', '111551.943000', '111551.946000', '111551.949000', '111551.951000', '111551.954000', '111551.957000', '111551.960000', '111551.962000', '111551.965000', '111551.969000', '111551.972000', '111551.975000', '111551.978000', '111551.981000', '111551.984000', '111551.987000', '111551.989000', '111551.992000', '111551.995000', '111551.998000', '111552.002000', '111552.004000', '111552.007000', '111552.010000', '111552.013000', '111552.016000', '111552.019000', '111552.022000', '111552.024000', '111552.027000', '111552.030000', '111552.033000', '111552.037000', '111552.040000', '111552.043000', '111552.046000', '111552.049000', '111611.926000', '111611.929000', '111611.932000', '111611.934000', '111611.937000', '111611.940000', '111611.943000', '111611.946000', '111611.948000', '111611.951000', '111611.954000', '111611.957000', '111611.960000', '111611.962000', '111611.965000', '111611.968000', '111611.989000', '111611.992000', '111611.995000', '111611.998000', '111612.001000', '111612.004000', '111612.007000', '111612.010000', '111612.013000', '111612.016000', '111612.018000', '111612.021000', '111612.024000', '111612.027000', '111612.029000', '111612.032000', '111612.035000', '111612.038000', '111612.041000', '111612.044000', '111612.046000', '111612.049000', '111612.052000', '111612.055000', '111612.058000', '111612.061000', '111612.063000', '111612.066000', '111631.926000', '111631.929000', '111631.932000', '111631.934000', '111631.937000', '111631.940000', '111631.943000', '111631.946000', '111631.948000', '111631.951000', '111631.954000', '111631.957000', '111631.960000', '111631.962000', '111631.965000', '111631.968000', '111631.971000', '111631.974000', '111631.976000', '111631.979000', '111631.982000', '111631.985000', '111631.988000', '111631.990000', '111631.993000', '111631.996000', '111632.000000', '111632.003000', '111632.006000', '111632.008000', '111632.011000', '111632.014000', '111632.017000', '111632.020000', '111632.023000', '111632.025000', '111632.028000', '111632.031000', '111632.034000', '111632.037000', '111632.040000', '111632.043000', '111632.045000', '111651.926000', '111651.929000', '111651.932000', '111651.935000', '111651.937000', '111651.940000', '111651.943000', '111651.946000', '111651.948000', '111651.951000', '111651.954000', '111651.957000', '111651.960000', '111651.962000', '111651.965000', '111651.968000', '111651.971000', '111651.974000', '111651.977000', '111651.979000', '111651.982000', '111651.985000', '111651.988000', '111651.991000', '111651.994000', '111651.996000', '111652.000000', '111652.003000', '111652.006000', '111652.009000', '111652.011000', '111652.014000', '111652.017000', '111652.020000', '111652.023000', '111652.025000', '111652.028000', '111652.031000', '111652.034000', '111652.037000', '111652.039000', '111652.042000', '111652.045000', '111652.048000', '111711.926000', '111711.929000', '111711.932000', '111711.935000', '111711.937000', '111711.940000', '111711.943000', '111711.946000', '111711.949000', '111711.951000', '111711.954000', '111711.957000', '111711.960000', '111711.963000', '111711.966000', '111711.968000', '111711.971000', '111711.974000', '111711.977000', '111711.980000', '111711.982000', '111711.985000', '111711.988000', '111711.991000', '111711.994000', '111711.996000', '111712.000000', '111712.003000', '111712.007000', '111712.010000', '111712.013000', '111712.015000', '111712.018000', '111712.021000', '111712.024000', '111712.027000', '111712.030000', '111712.032000', '111712.035000', '111712.038000', '111712.041000', '111712.043000', '111712.046000', '111731.927000', '111731.930000', '111731.933000', '111731.935000', '111731.938000', '111731.941000', '111731.944000', '111731.947000', '111731.950000', '111731.952000', '111731.955000', '111731.958000', '111731.961000', '111731.964000', '111731.967000', '111731.969000', '111731.972000', '111731.975000', '111731.978000', '111731.981000', '111731.984000', '111731.986000', '111731.989000', '111731.992000', '111731.995000', '111731.998000', '111732.001000', '111732.004000', '111732.007000', '111732.010000', '111732.013000', '111732.016000', '111732.018000', '111732.021000', '111732.024000', '111732.027000', '111732.030000', '111732.033000', '111732.035000', '111732.038000', '111732.041000', '111732.044000', '111732.047000', '111732.049000', '111751.927000', '111751.930000', '111751.933000', '111751.936000', '111751.938000', '111751.941000', '111751.944000', '111751.947000', '111751.950000', '111751.952000', '111751.955000', '111751.958000', '111751.961000', '111751.964000', '111751.967000', '111751.970000', '111751.972000', '111751.975000', '111751.978000', '111751.981000', '111751.984000', '111751.986000', '111751.989000', '111751.992000', '111751.995000', '111751.998000', '111752.002000', '111752.004000', '111752.007000', '111752.010000', '111752.013000', '111752.016000', '111752.018000', '111752.021000', '111752.024000', '111752.027000', '111752.030000', '111752.032000', '111752.035000', '111752.038000', '111752.041000', '111752.044000', '111752.047000', '111811.926000', '111811.929000', '111811.932000', '111811.935000', '111811.937000', '111811.940000', '111811.943000', '111811.946000', '111811.949000', '111811.951000', '111811.954000', '111811.957000', '111811.960000', '111811.963000', '111811.966000', '111811.968000', '111811.971000', '111811.974000', '111811.977000', '111811.980000', '111811.982000', '111811.985000', '111811.988000', '111811.991000', '111811.994000', '111811.997000', '111812.001000', '111812.003000', '111812.006000', '111812.009000', '111812.012000', '111812.015000', '111812.017000', '111812.020000', '111812.023000', '111812.026000', '111812.029000', '111812.031000', '111812.034000', '111812.037000', '111812.040000', '111812.043000', '111812.046000', '111812.048000', '111812.874000', '111812.878000'], '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, 1377, 1378, 1379, 1380, 1381, 1382, 1383], 'LargestImagePixelValue': [8684, 8438, 15343, 14011, 14204, 10233, 7860, 11915, 11411, 9696, 7898, 7688, 8206, 7951, 8215, 9614, 7635, 13428, 8199, 11474, 11138, 9961, 13893, 10072, 14765, 9424, 10549, 9770, 7835, 12982, 8462, 10322, 8773, 7874, 7542, 8150, 8035, 7484, 7909, 7770, 7761, 7788, 7788, 7989, 8172, 7535, 8986, 7746, 9466, 9252, 8017, 9530, 7859, 11259, 9195, 9301, 14684, 11984, 10175, 11237, 7588, 8268, 7774, 7471, 7272, 7175, 7211, 7792, 7299, 7564, 7471, 7315, 9286, 10695, 9024, 9598, 12107, 9436, 8895, 13607, 9628, 8359, 13146, 9134, 10551, 12666, 9409, 9600, 11677, 8794, 7581, 8945, 8224, 7222, 12393, 9004, 7829, 11892, 8113, 10734, 7984, 7427, 9241, 7825, 8129, 8013, 7354, 8990, 7517, 7667, 8034, 7157, 7612, 7527, 7497, 8006, 7641, 7721, 9396, 7057, 7678, 7871, 7471, 10444, 7176, 7560, 10324, 7733, 7339, 9803, 7113, 7658, 8303, 7157, 7745, 7950, 7534, 8904, 7402, 7347, 10107, 8818, 7070, 7901, 7216, 7677, 11014, 7282, 7423, 8595, 7569, 10830, 7673, 7837, 8782, 7112, 8605, 7432, 7872, 11092, 7135, 7664, 7972, 7616, 11164, 7359, 7524, 10136, 7513, 7529, 7975, 7581, 7617, 8000, 7860, 9820, 8459, 7876, 7568, 13040, 10972, 9795, 8952, 15428, 10294, 9590, 14640, 10133, 9287, 13647, 10566, 7605, 9980, 7456, 7281, 7924, 7172, 10940, 7087, 12048, 8770, 12778, 9110, 10211, 8473, 9326, 7448, 7191, 7357, 7175, 7288, 7230, 7358, 7286, 7696, 7631, 9341, 7205, 9164, 7131, 7722, 7193, 7221, 7712, 7430, 9200, 7229, 10246, 7221, 7318, 7360, 7753, 8602, 7269, 7941, 8324, 7212, 7943, 7150, 7033, 8757, 8152, 12442, 8811, 8075, 8062, 7768, 8210, 7680, 8235, 8400, 7430, 7952, 9016, 8637, 10347, 7981, 10865, 7747, 8924, 7580, 9086, 9431, 8636, 10813, 8947, 12757, 9364, 13660, 10161, 13372, 11123, 7721, 11893, 7370, 7495, 9594, 7116, 7047, 10853, 7009, 7106, 9467, 9302, 11312, 9113, 7104, 11828, 7144, 7359, 10592, 9839, 8267, 10316, 7671, 7096, 8015, 7903, 7157, 6602, 8049, 7673, 7682, 7623, 7282, 10475, 8393, 6871, 9118, 7691, 7933, 8389, 8928, 7934, 11199, 7267, 7369, 6780, 7206, 7203, 9373, 7787, 8727, 9411, 7335, 11922, 8589, 11602, 9623, 12996, 10392, 12658, 9289, 11866, 7984, 11469, 8604, 12686, 7729, 8848, 8112, 7434, 8004, 7097, 7387, 6671, 7014, 7731, 7705, 7835, 7279, 9729, 8000, 6944, 9976, 7480, 8150, 7819, 7376, 10439, 8027, 8696, 8828, 7714, 7120, 7993, 7378, 7267, 8089, 7306, 7126, 7625, 7308, 7291, 7944, 7520, 10174, 8378, 7574, 10259, 7934, 7096, 8639, 7426, 8343, 8335, 7329, 11791, 8951, 7159, 7246, 7951, 7163, 8361, 8362, 7267, 11808, 9490, 9442, 13058, 11047, 7437, 12533, 9254, 11164, 11080, 10486, 12252, 11395, 8307, 9621, 8994, 7847, 12664, 9533, 7644, 12138, 9281, 7353, 9737, 7716, 7111, 10772, 8076, 7390, 12284, 7902, 7009, 8270, 7339, 7632, 7815, 7263, 7904, 7123, 6948, 7288, 7433, 7005, 9437, 8311, 7047, 9417, 7626, 7073, 9956, 8064, 7070, 10932, 8048, 7178, 8799, 7627, 7066, 9018, 7606, 7152, 9039, 7162, 6715, 7987, 7192, 7501, 9691, 7554, 7332, 7037, 7428, 7377, 9682, 8342, 7289, 10309, 7295, 12255, 9411, 12214, 10867, 8884, 12585, 8217, 13093, 9025, 9821, 10561, 8538, 11535, 7697, 7102, 8727, 7334, 9455, 8261, 6965, 9893, 7306, 8091, 7425, 6896, 8798, 7221, 10837, 7447, 7525, 7673, 6901, 7796, 7216, 7075, 7385, 7283, 8941, 7148, 6610, 9111, 7336, 8110, 7867, 7124, 10210, 7833, 9861, 10828, 7861, 8751, 7745, 7116, 11702, 8927, 8159, 12922, 8339, 7155, 8582, 7145, 9121, 8167, 7362, 8964, 7613, 11808, 7975, 7142, 8709, 7145, 12586, 8673, 7622, 11945, 7755, 7026, 7849, 7257, 9283, 8231, 7173, 11871, 7674, 7078, 9347, 7522, 7663, 10171, 8353, 10138, 12244, 8034, 7138, 9372, 7746, 6868, 9744, 7433, 7823, 11281, 7298, 7169, 12003, 8685, 8431, 12179, 10643, 9124, 11115, 7485, 8228, 8123, 10462, 9849, 10416, 11425, 13161, 11946, 10551, 12948, 11068, 9059, 8132, 8477, 8990, 8348, 10953, 8738, 9426, 13359, 11090, 10576, 13429, 10853, 10148, 12753, 11017, 11900, 10184, 8440, 11426, 7966, 8418, 8608, 7313, 8293, 8597, 7991, 8338, 8194, 7380, 8367, 8228, 7511, 8382, 8087, 7605, 8674, 8025, 7803, 8297, 7937, 8266, 8789, 8198, 10634, 8566, 7839, 11488, 8590, 7932, 8222, 8352, 7975, 9643, 7688, 7904, 8663, 7690, 7904, 7558, 7725, 7892, 8690, 8429, 8037, 10437, 7932, 7835, 10044, 8664, 7903, 12871, 10143, 10560, 11562, 10030, 7792, 7718, 7890, 7684, 12163, 9987, 7783, 13105, 8809, 7750, 11746, 8400, 8903, 13246, 10475, 7533, 8158, 7529, 7572, 8293, 8360, 7766, 10662, 8561, 7802, 7729, 7906, 7401, 7725, 7479, 10322, 8688, 7490, 7996, 7646, 6781, 7151, 7235, 8496, 9377, 7639, 8001, 7796, 7207, 7534, 12975, 9542, 8678, 9111, 11068, 8202, 8537, 11512, 8792, 11248, 9601, 8598, 11923, 8292, 7639, 7720, 8144, 7595, 7366, 8266, 7676, 8380, 7920, 7452, 7368, 8038, 7453, 6932, 8049, 11495, 7543, 7653, 10074, 8527, 9711, 9854, 9721, 11499, 9991, 7996, 11718, 8192, 7954, 11681, 8572, 7893, 12181, 7588, 7790, 7579, 8402, 7960, 7636, 8353, 7704, 7490, 7928, 7814, 8082, 7795, 7758, 8766, 7982, 8474, 7861, 7620, 7837, 8312, 7653, 7071, 8334, 7909, 9046, 8387, 7590, 7599, 7943, 11225, 8257, 7980, 10911, 8352, 10017, 11166, 7987, 12347, 8264, 8000, 9377, 8518, 12287, 10342, 8684, 11905, 7761, 7795, 7950, 8438, 8001, 9515, 6783, 7245, 7851, 6894, 6887, 6921, 7220, 7294, 7025, 7729, 10031, 9836, 10319, 11939, 11684, 11608, 12516, 12670, 12031, 14299, 12347, 10348, 13337, 10451, 8947, 11654, 9011, 8814, 8434, 8700, 7995, 7342, 8969, 8031, 7390, 8739, 7980, 6991, 8624, 9456, 9058, 8399, 7650, 9111, 8616, 7476, 8424, 8317, 8938, 8254, 7484, 9088, 8048, 7326, 8775, 7844, 7622, 8464, 8052, 7134, 8148, 9808, 7801, 7808, 7313, 8653, 7770, 7558, 8044, 8253, 7405, 7713, 7793, 7149, 7553, 7702, 7213, 7670, 7751, 7515, 7784, 7498, 7491, 7578, 10065, 8155, 11858, 9060, 8371, 11562, 8376, 7705, 9848, 10351, 8025, 7221, 9307, 7579, 7588, 10578, 8718, 8355, 12626, 10394, 8474, 12576, 7811, 7702, 10427, 7767, 7502, 10530, 8059, 7505, 11451, 8078, 7363, 8690, 8146, 12275, 9623, 10310, 12952, 10744, 7787, 12130, 8436, 7738, 11599, 8765, 7650, 8435, 6606, 7571, 7099, 6709, 6884, 7578, 8972, 8403, 9005, 11349, 11981, 12934, 13793, 13305, 11685, 13666, 11954, 11487, 13586, 11643, 12539, 11345, 8864, 12982, 8750, 7914, 7644, 8009, 8843, 8210, 7837, 7514, 8093, 7660, 7471, 7812, 7583, 8165, 8110, 8702, 7992, 7475, 8236, 8128, 8513, 8052, 7419, 8013, 7782, 8455, 7846, 7476, 7931, 7962, 7482, 7790, 8559, 7742, 7513, 8387, 8066, 7987, 8380, 7606, 11080, 8046, 13249, 8898, 9156, 8986, 7660, 12443, 8325, 7479, 7565, 7992, 7474, 7543, 7764, 10097, 8253, 9564, 9472, 8977, 12630, 8285, 7346, 9136, 7977, 13123, 10099, 11011, 12794, 9914, 7827, 7805, 7851, 9083, 7786, 8003, 9901, 7885, 7706, 8857, 9728, 7995, 7594, 13035, 10468, 11375, 11309, 10950, 12237, 11315, 8074, 10046, 7945, 7974, 11436, 8061, 7773, 11103, 8000, 8460, 7918, 8953, 12901, 10619, 8603, 9538, 8003, 11680, 8442, 7823, 10806, 8104, 7719, 6921, 7893, 7515, 7451, 7689, 7430, 7997, 7450, 7565, 7769, 7364, 7720, 7739, 8053, 8118, 7470, 7330, 7603, 9281, 8644, 7533, 10295, 8167, 7234, 7861, 7531, 7373, 7771, 7895, 7156, 7519, 7602, 9044, 9510, 7667, 8257, 8008, 7570, 11934, 9039, 7591, 11453, 10620, 9851, 13142, 9053, 7729, 13112, 9073, 8673, 13857, 9782, 10522, 12551, 9863, 7465, 7613, 7437, 7177, 7715, 9219, 7524, 7152, 7871, 7451, 8011, 8699, 12101, 11825, 10075, 10936, 12066, 9064, 8880, 10027, 8046, 10615, 7842, 7831, 10058, 8387, 7641, 8835, 8432, 7634, 8291, 8026, 11319, 8363, 9151, 12879, 8749, 7904, 10802, 8478, 7840, 8883, 8356, 9520, 7602, 8068, 8978, 7331, 7958, 8481, 8310, 7889, 7850, 8641, 7776, 7538, 8462, 7805, 7119, 8189, 7865, 7290, 8033, 7572, 7081, 8085, 7099, 8488, 7861, 7470, 9816, 7903, 7599, 8053, 7348, 8478, 7639, 7252, 6630, 6731, 9822, 8491, 11397, 7013, 10902, 11571, 10535, 12892, 12778, 14100, 12481, 11207, 12080, 14553, 10866, 8800, 13239, 11646, 12203, 12757, 12696, 10825, 12270, 13960, 9833, 12534, 10645, 7678, 14210, 8422, 10175, 8324, 7536, 8232, 7583, 9214, 7694, 7495, 7484, 7484, 7774, 7515, 7440, 7522, 7483, 7360, 7636, 7362, 8181, 7402, 7420, 7831, 7575, 8983, 7233, 7687, 9366, 6826, 7606, 6773, 7519, 7823, 8443, 8906, 11393, 9531, 7570, 9822, 8677, 7354, 7662, 7619, 7387, 7391, 7266, 7552, 7601, 6926, 7749, 7105, 6878, 8016, 7269, 7311, 6924, 7370, 8823, 8211, 7519, 7780, 9212, 7654, 8037, 10412, 8262, 7545, 9784, 7941, 7826, 8180, 8115, 7405, 8022, 7857, 7467, 7239, 7636, 7472, 7967, 7653, 9011, 7477, 11233, 9109, 8772, 11397, 9501, 12446, 9992, 11741, 9721, 7712, 10795, 8244, 8115, 7633, 8853, 7935, 7443, 8006, 7595, 8179, 7550, 7652, 7307, 7137, 7650, 7182, 7513, 7384, 7318, 7117, 8423, 7152, 6640, 6536, 7041, 6747, 6838, 6799, 7352, 7732, 10863, 10875, 9258, 12896, 11921, 12721, 12861, 11059, 14205, 11552], 'WindowCenter': [3962.0, 3934.0, 3994.0, 3971.0, 3968.0, 3934.0, 3903.0, 3944.0, 3931.0, 3908.0, 3888.0, 3887.0, 3899.0, 3900.0, 3910.0, 3920.0, 3900.0, 3952.0, 3901.0, 3931.0, 3918.0, 3908.0, 3939.0, 3906.0, 3936.0, 3895.0, 3905.0, 3894.0, 3873.0, 3924.0, 3883.0, 3906.0, 3884.0, 3874.0, 3874.0, 3883.0, 3885.0, 3875.0, 3886.0, 3877.0, 3878.0, 3887.0, 3889.0, 3886.0, 3898.0, 3888.0, 3910.0, 3899.0, 3923.0, 3921.0, 3902.0, 3922.0, 3902.0, 3932.0, 3911.0, 3909.0, 3951.0, 3931.0, 3919.0, 3919.0, 3889.0, 3911.0, 3901.0, 3888.0, 3891.0, 3889.0, 3843.0, 3859.0, 3845.0, 3844.0, 3846.0, 3845.0, 3880.0, 3878.0, 3868.0, 3867.0, 3889.0, 3870.0, 3868.0, 3911.0, 3878.0, 3857.0, 3897.0, 3852.0, 3863.0, 3883.0, 3850.0, 3850.0, 3858.0, 3839.0, 3817.0, 3838.0, 3826.0, 3815.0, 3857.0, 3825.0, 3812.0, 3855.0, 3814.0, 3846.0, 3815.0, 3815.0, 3836.0, 3817.0, 3827.0, 3826.0, 3816.0, 3838.0, 3817.0, 3827.0, 3829.0, 3819.0, 3832.0, 3842.0, 3844.0, 3853.0, 3855.0, 3857.0, 3867.0, 3848.0, 3857.0, 3857.0, 3848.0, 3890.0, 3849.0, 3860.0, 3889.0, 3873.0, 3860.0, 3891.0, 3848.0, 3871.0, 3871.0, 3861.0, 3872.0, 3872.0, 3872.0, 3896.0, 3873.0, 3873.0, 3906.0, 3896.0, 3863.0, 3873.0, 3872.0, 3873.0, 3905.0, 3873.0, 3874.0, 3883.0, 3874.0, 3904.0, 3874.0, 3872.0, 3883.0, 3862.0, 3883.0, 3874.0, 3884.0, 3914.0, 3863.0, 3873.0, 3884.0, 3886.0, 3929.0, 3875.0, 3902.0, 3919.0, 3876.0, 3885.0, 3885.0, 3885.0, 3872.0, 3884.0, 3884.0, 3904.0, 3898.0, 3899.0, 3888.0, 3940.0, 3918.0, 3906.0, 3895.0, 3949.0, 3904.0, 3894.0, 3923.0, 3891.0, 3869.0, 3909.0, 3876.0, 3845.0, 3866.0, 3834.0, 3833.0, 3843.0, 3833.0, 3876.0, 3832.0, 3887.0, 3855.0, 3896.0, 3855.0, 3864.0, 3853.0, 3852.0, 3831.0, 3832.0, 3831.0, 3832.0, 3831.0, 3833.0, 3843.0, 3844.0, 3844.0, 3855.0, 3866.0, 3858.0, 3879.0, 3858.0, 3871.0, 3862.0, 3862.0, 3872.0, 3862.0, 3881.0, 3864.0, 3903.0, 3861.0, 3862.0, 3863.0, 3887.0, 3897.0, 3888.0, 3888.0, 3897.0, 3887.0, 3887.0, 3877.0, 3890.0, 3911.0, 3900.0, 3938.0, 3911.0, 3888.0, 3886.0, 3873.0, 3884.0, 3872.0, 3885.0, 3885.0, 3877.0, 3888.0, 3900.0, 3900.0, 3919.0, 3888.0, 3917.0, 3887.0, 3896.0, 3887.0, 3897.0, 3897.0, 3885.0, 3919.0, 3895.0, 3926.0, 3895.0, 3925.0, 3906.0, 3928.0, 3904.0, 3849.0, 3901.0, 3848.0, 3848.0, 3867.0, 3847.0, 3860.0, 3903.0, 3861.0, 3862.0, 3894.0, 3908.0, 3918.0, 3896.0, 3864.0, 3917.0, 3861.0, 3861.0, 3902.0, 3894.0, 3885.0, 3904.0, 3872.0, 3862.0, 3883.0, 3883.0, 3874.0, 3874.0, 3886.0, 3885.0, 3886.0, 3888.0, 3887.0, 3917.0, 3896.0, 3865.0, 3896.0, 3885.0, 3899.0, 3912.0, 3921.0, 3897.0, 3925.0, 3875.0, 3888.0, 3877.0, 3887.0, 3889.0, 3923.0, 3906.0, 3914.0, 3911.0, 3891.0, 3928.0, 3895.0, 3915.0, 3894.0, 3924.0, 3904.0, 3924.0, 3880.0, 3911.0, 3858.0, 3898.0, 3882.0, 3910.0, 3856.0, 3866.0, 3868.0, 3857.0, 3869.0, 3858.0, 3860.0, 3860.0, 3873.0, 3885.0, 3884.0, 3899.0, 3890.0, 3921.0, 3886.0, 3877.0, 3907.0, 3876.0, 3887.0, 3885.0, 3872.0, 3905.0, 3887.0, 3883.0, 3892.0, 3874.0, 3861.0, 3884.0, 3878.0, 3874.0, 3885.0, 3874.0, 3875.0, 3885.0, 3876.0, 3877.0, 3888.0, 3886.0, 3907.0, 3898.0, 3889.0, 3907.0, 3884.0, 3863.0, 3883.0, 3876.0, 3884.0, 3885.0, 3875.0, 3928.0, 3897.0, 3878.0, 3876.0, 3885.0, 3876.0, 3886.0, 3885.0, 3878.0, 3942.0, 3910.0, 3909.0, 3940.0, 3918.0, 3877.0, 3927.0, 3895.0, 3918.0, 3917.0, 3904.0, 3914.0, 3914.0, 3873.0, 3892.0, 3882.0, 3873.0, 3912.0, 3893.0, 3864.0, 3913.0, 3881.0, 3861.0, 3881.0, 3859.0, 3848.0, 3903.0, 3872.0, 3861.0, 3911.0, 3861.0, 3849.0, 3871.0, 3862.0, 3873.0, 3860.0, 3860.0, 3871.0, 3851.0, 3851.0, 3860.0, 3861.0, 3862.0, 3893.0, 3883.0, 3862.0, 3883.0, 3870.0, 3862.0, 3893.0, 3885.0, 3863.0, 3904.0, 3874.0, 3862.0, 3882.0, 3874.0, 3864.0, 3895.0, 3876.0, 3863.0, 3895.0, 3863.0, 3864.0, 3886.0, 3876.0, 3877.0, 3907.0, 3886.0, 3877.0, 3877.0, 3887.0, 3891.0, 3920.0, 3901.0, 3890.0, 3920.0, 3890.0, 3941.0, 3911.0, 3941.0, 3920.0, 3899.0, 3928.0, 3885.0, 3926.0, 3897.0, 3908.0, 3907.0, 3885.0, 3916.0, 3871.0, 3863.0, 3883.0, 3875.0, 3894.0, 3883.0, 3863.0, 3894.0, 3861.0, 3872.0, 3872.0, 3863.0, 3882.0, 3872.0, 3904.0, 3860.0, 3870.0, 3872.0, 3862.0, 3871.0, 3872.0, 3863.0, 3872.0, 3874.0, 3893.0, 3875.0, 3864.0, 3894.0, 3874.0, 3884.0, 3886.0, 3876.0, 3918.0, 3887.0, 3906.0, 3917.0, 3886.0, 3886.0, 3873.0, 3876.0, 3927.0, 3897.0, 3884.0, 3939.0, 3886.0, 3876.0, 3895.0, 3874.0, 3907.0, 3897.0, 3876.0, 3895.0, 3885.0, 3927.0, 3885.0, 3864.0, 3895.0, 3864.0, 3927.0, 3884.0, 3876.0, 3926.0, 3874.0, 3863.0, 3873.0, 3874.0, 3896.0, 3884.0, 3864.0, 3924.0, 3873.0, 3864.0, 3894.0, 3874.0, 3876.0, 3907.0, 3885.0, 3906.0, 3928.0, 3886.0, 3875.0, 3896.0, 3877.0, 3867.0, 3907.0, 3878.0, 3890.0, 3927.0, 3874.0, 3903.0, 3953.0, 3911.0, 3901.0, 3944.0, 3931.0, 3921.0, 3931.0, 3887.0, 3898.0, 3885.0, 3916.0, 3917.0, 3918.0, 3929.0, 3937.0, 3915.0, 3892.0, 3913.0, 3900.0, 3868.0, 3858.0, 3868.0, 3878.0, 3869.0, 3899.0, 3869.0, 3880.0, 3909.0, 3887.0, 3877.0, 3895.0, 3874.0, 3863.0, 3881.0, 3861.0, 3870.0, 3848.0, 3827.0, 3868.0, 3826.0, 3838.0, 3839.0, 3828.0, 3841.0, 3851.0, 3841.0, 3853.0, 3854.0, 3845.0, 3855.0, 3866.0, 3858.0, 3869.0, 3872.0, 3871.0, 3882.0, 3873.0, 3873.0, 3883.0, 3884.0, 3883.0, 3884.0, 3884.0, 3905.0, 3896.0, 3875.0, 3918.0, 3884.0, 3885.0, 3885.0, 3884.0, 3885.0, 3895.0, 3875.0, 3886.0, 3894.0, 3885.0, 3886.0, 3886.0, 3886.0, 3898.0, 3897.0, 3898.0, 3899.0, 3918.0, 3887.0, 3888.0, 3908.0, 3896.0, 3888.0, 3939.0, 3918.0, 3920.0, 3928.0, 3908.0, 3887.0, 3887.0, 3886.0, 3887.0, 3928.0, 3906.0, 3886.0, 3935.0, 3895.0, 3875.0, 3927.0, 3884.0, 3896.0, 3937.0, 3915.0, 3874.0, 3885.0, 3886.0, 3884.0, 3886.0, 3897.0, 3887.0, 3917.0, 3897.0, 3885.0, 3885.0, 3888.0, 3888.0, 3902.0, 3888.0, 3930.0, 3894.0, 3889.0, 3901.0, 3887.0, 3878.0, 3888.0, 3900.0, 3897.0, 3926.0, 3903.0, 3902.0, 3902.0, 3903.0, 3905.0, 3952.0, 3910.0, 3896.0, 3910.0, 3930.0, 3886.0, 3887.0, 3918.0, 3885.0, 3914.0, 3893.0, 3884.0, 3913.0, 3871.0, 3873.0, 3872.0, 3873.0, 3873.0, 3874.0, 3894.0, 3886.0, 3885.0, 3887.0, 3877.0, 3888.0, 3901.0, 3888.0, 3889.0, 3900.0, 3931.0, 3889.0, 3888.0, 3918.0, 3911.0, 3935.0, 3921.0, 3920.0, 3942.0, 3918.0, 3886.0, 3926.0, 3885.0, 3887.0, 3926.0, 3896.0, 3884.0, 3925.0, 3870.0, 3872.0, 3871.0, 3883.0, 3882.0, 3884.0, 3895.0, 3885.0, 3875.0, 3884.0, 3886.0, 3887.0, 3885.0, 3886.0, 3896.0, 3886.0, 3897.0, 3887.0, 3887.0, 3884.0, 3898.0, 3888.0, 3878.0, 3899.0, 3898.0, 3910.0, 3899.0, 3888.0, 3887.0, 3888.0, 3927.0, 3897.0, 3888.0, 3930.0, 3898.0, 3919.0, 3930.0, 3899.0, 3941.0, 3897.0, 3885.0, 3906.0, 3897.0, 3928.0, 3918.0, 3895.0, 3926.0, 3875.0, 3874.0, 3885.0, 3885.0, 3885.0, 3919.0, 3874.0, 3876.0, 3872.0, 3827.0, 3901.0, 3899.0, 3887.0, 3884.0, 3888.0, 3898.0, 3916.0, 3917.0, 3914.0, 3925.0, 3937.0, 3927.0, 3924.0, 3923.0, 3911.0, 3921.0, 3898.0, 3873.0, 3891.0, 3871.0, 3849.0, 3868.0, 3849.0, 3846.0, 3835.0, 3835.0, 3838.0, 3825.0, 3849.0, 3837.0, 3827.0, 3847.0, 3840.0, 3828.0, 3850.0, 3860.0, 3860.0, 3851.0, 3841.0, 3863.0, 3852.0, 3841.0, 3852.0, 3853.0, 3864.0, 3863.0, 3843.0, 3877.0, 3867.0, 3856.0, 3878.0, 3870.0, 3870.0, 3881.0, 3881.0, 3861.0, 3881.0, 3902.0, 3882.0, 3871.0, 3872.0, 3891.0, 3872.0, 3870.0, 3884.0, 3882.0, 3871.0, 3872.0, 3871.0, 3872.0, 3884.0, 3884.0, 3885.0, 3886.0, 3886.0, 3888.0, 3898.0, 3888.0, 3887.0, 3887.0, 3917.0, 3898.0, 3943.0, 3910.0, 3898.0, 3939.0, 3913.0, 3901.0, 3932.0, 3919.0, 3897.0, 3888.0, 3906.0, 3886.0, 3885.0, 3918.0, 3897.0, 3897.0, 3939.0, 3907.0, 3897.0, 3927.0, 3873.0, 3873.0, 3915.0, 3874.0, 3875.0, 3917.0, 3885.0, 3874.0, 3927.0, 3885.0, 3874.0, 3897.0, 3886.0, 3927.0, 3905.0, 3906.0, 3927.0, 3915.0, 3873.0, 3924.0, 3883.0, 3873.0, 3926.0, 3897.0, 3883.0, 3883.0, 3847.0, 3885.0, 3863.0, 3862.0, 3873.0, 3875.0, 3885.0, 3871.0, 3882.0, 3914.0, 3926.0, 3926.0, 3935.0, 3924.0, 3913.0, 3924.0, 3900.0, 3899.0, 3909.0, 3886.0, 3884.0, 3873.0, 3850.0, 3882.0, 3839.0, 3839.0, 3826.0, 3839.0, 3838.0, 3837.0, 3830.0, 3828.0, 3841.0, 3841.0, 3831.0, 3842.0, 3840.0, 3854.0, 3854.0, 3853.0, 3854.0, 3844.0, 3854.0, 3856.0, 3865.0, 3857.0, 3856.0, 3867.0, 3859.0, 3869.0, 3870.0, 3860.0, 3884.0, 3887.0, 3875.0, 3886.0, 3896.0, 3876.0, 3875.0, 3884.0, 3886.0, 3884.0, 3886.0, 3874.0, 3917.0, 3886.0, 3926.0, 3894.0, 3895.0, 3895.0, 3886.0, 3926.0, 3885.0, 3875.0, 3884.0, 3886.0, 3874.0, 3886.0, 3887.0, 3918.0, 3898.0, 3907.0, 3906.0, 3897.0, 3928.0, 3885.0, 3874.0, 3908.0, 3886.0, 3937.0, 3907.0, 3917.0, 3938.0, 3906.0, 3874.0, 3872.0, 3884.0, 3924.0, 3928.0, 3900.0, 3918.0, 3899.0, 3886.0, 3909.0, 3904.0, 3873.0, 3874.0, 3925.0, 3903.0, 3914.0, 3917.0, 3906.0, 3914.0, 3903.0, 3872.0, 3892.0, 3871.0, 3871.0, 3900.0, 3869.0, 3860.0, 3902.0, 3869.0, 3870.0, 3872.0, 3881.0, 3924.0, 3891.0, 3868.0, 3877.0, 3869.0, 3899.0, 3867.0, 3856.0, 3887.0, 3857.0, 3856.0, 3847.0, 3868.0, 3858.0, 3859.0, 3870.0, 3858.0, 3871.0, 3873.0, 3873.0, 3871.0, 3873.0, 3873.0, 3874.0, 3881.0, 3883.0, 3873.0, 3873.0, 3886.0, 3906.0, 3897.0, 3884.0, 3917.0, 3896.0, 3874.0, 3886.0, 3885.0, 3889.0, 3898.0, 3897.0, 3888.0, 3889.0, 3900.0, 3922.0, 3921.0, 3901.0, 3910.0, 3902.0, 3917.0, 3955.0, 3897.0, 3886.0, 3924.0, 3914.0, 3904.0, 3935.0, 3892.0, 3870.0, 3909.0, 3880.0, 3869.0, 3920.0, 3888.0, 3899.0, 3909.0, 3888.0, 3845.0, 3856.0, 3856.0, 3860.0, 3870.0, 3879.0, 3872.0, 3859.0, 3870.0, 3871.0, 3882.0, 3895.0, 3927.0, 3915.0, 3892.0, 3901.0, 3910.0, 3880.0, 3882.0, 3891.0, 3859.0, 3890.0, 3856.0, 3857.0, 3879.0, 3867.0, 3858.0, 3868.0, 3868.0, 3858.0, 3869.0, 3857.0, 3900.0, 3869.0, 3879.0, 3909.0, 3868.0, 3858.0, 3890.0, 3858.0, 3856.0, 3869.0, 3859.0, 3891.0, 3857.0, 3858.0, 3869.0, 3846.0, 3857.0, 3868.0, 3869.0, 3869.0, 3870.0, 3880.0, 3869.0, 3871.0, 3872.0, 3871.0, 3862.0, 3883.0, 3883.0, 3873.0, 3887.0, 3886.0, 3877.0, 3884.0, 3878.0, 3899.0, 3887.0, 3875.0, 3919.0, 3888.0, 3885.0, 3899.0, 3890.0, 3897.0, 3888.0, 3890.0, 3875.0, 3876.0, 3917.0, 3878.0, 3923.0, 3839.0, 3895.0, 3908.0, 3912.0, 3933.0, 3933.0, 3931.0, 3921.0, 3911.0, 3920.0, 3930.0, 3911.0, 3889.0, 3935.0, 3922.0, 3923.0, 3919.0, 3907.0, 3885.0, 3893.0, 3903.0, 3873.0, 3892.0, 3870.0, 3839.0, 3902.0, 3850.0, 3869.0, 3849.0, 3839.0, 3850.0, 3839.0, 3860.0, 3840.0, 3840.0, 3840.0, 3840.0, 3852.0, 3853.0, 3855.0, 3864.0, 3867.0, 3868.0, 3879.0, 3868.0, 3879.0, 3868.0, 3870.0, 3881.0, 3882.0, 3904.0, 3885.0, 3910.0, 3916.0, 3860.0, 3880.0, 3844.0, 3843.0, 3890.0, 3901.0, 3853.0, 3941.0, 3907.0, 3877.0, 3908.0, 3898.0, 3876.0, 3888.0, 3888.0, 3887.0, 3887.0, 3900.0, 3884.0, 3883.0, 3859.0, 3885.0, 3873.0, 3873.0, 3898.0, 3897.0, 3885.0, 3706.0, 3911.0, 3893.0, 3882.0, 3869.0, 3856.0, 3892.0, 3873.0, 3884.0, 3916.0, 3885.0, 3885.0, 3917.0, 3888.0, 3885.0, 3885.0, 3881.0, 3875.0, 3883.0, 3885.0, 3875.0, 3887.0, 3888.0, 3887.0, 3898.0, 3888.0, 3909.0, 3889.0, 3929.0, 3907.0, 3897.0, 3927.0, 3905.0, 3928.0, 3906.0, 3928.0, 3919.0, 3887.0, 3917.0, 3884.0, 3885.0, 3883.0, 3906.0, 3885.0, 3846.0, 3858.0, 3847.0, 3857.0, 3860.0, 3871.0, 3859.0, 3864.0, 3873.0, 3847.0, 3873.0, 3915.0, 3927.0, 3913.0, 3921.0, 3913.0, 3902.0, 3890.0, 3887.0, 3891.0, 3889.0, 3878.0, 3900.0, 3912.0, 3945.0, 3947.0, 3922.0, 3953.0, 3941.0, 3942.0, 3940.0, 3918.0, 3949.0, 3926.0], 'WindowWidth': [8887.0, 8833.0, 8909.0, 8870.0, 8861.0, 8808.0, 8765.0, 8817.0, 8795.0, 8763.0, 8735.0, 8734.0, 8752.0, 8753.0, 8768.0, 8780.0, 8754.0, 8824.0, 8754.0, 8793.0, 8773.0, 8758.0, 8800.0, 8751.0, 8791.0, 8734.0, 8747.0, 8732.0, 8703.0, 8772.0, 8719.0, 8751.0, 8720.0, 8706.0, 8708.0, 8718.0, 8723.0, 8710.0, 8725.0, 8713.0, 8717.0, 8731.0, 8735.0, 8731.0, 8747.0, 8735.0, 8767.0, 8753.0, 8789.0, 8784.0, 8760.0, 8786.0, 8760.0, 8798.0, 8770.0, 8763.0, 8820.0, 8794.0, 8773.0, 8774.0, 8736.0, 8771.0, 8760.0, 8737.0, 8744.0, 8734.0, 8646.0, 8673.0, 8646.0, 8642.0, 8649.0, 8646.0, 8703.0, 8697.0, 8681.0, 8679.0, 8712.0, 8688.0, 8682.0, 8747.0, 8698.0, 8666.0, 8720.0, 8652.0, 8666.0, 8694.0, 8643.0, 8643.0, 8653.0, 8626.0, 8594.0, 8624.0, 8605.0, 8589.0, 8647.0, 8600.0, 8581.0, 8643.0, 8586.0, 8631.0, 8588.0, 8589.0, 8618.0, 8595.0, 8607.0, 8605.0, 8594.0, 8623.0, 8596.0, 8609.0, 8616.0, 8603.0, 8624.0, 8638.0, 8644.0, 8658.0, 8661.0, 8668.0, 8681.0, 8657.0, 8670.0, 8670.0, 8658.0, 8718.0, 8661.0, 8677.0, 8715.0, 8702.0, 8681.0, 8719.0, 8661.0, 8693.0, 8694.0, 8682.0, 8698.0, 8697.0, 8698.0, 8736.0, 8703.0, 8702.0, 8750.0, 8738.0, 8689.0, 8701.0, 8699.0, 8702.0, 8745.0, 8702.0, 8704.0, 8714.0, 8703.0, 8742.0, 8702.0, 8699.0, 8713.0, 8688.0, 8715.0, 8704.0, 8718.0, 8757.0, 8690.0, 8704.0, 8719.0, 8724.0, 8786.0, 8709.0, 8758.0, 8777.0, 8712.0, 8721.0, 8721.0, 8721.0, 8697.0, 8718.0, 8717.0, 8744.0, 8743.0, 8746.0, 8730.0, 8801.0, 8768.0, 8749.0, 8733.0, 8810.0, 8742.0, 8726.0, 8765.0, 8718.0, 8685.0, 8738.0, 8689.0, 8645.0, 8673.0, 8630.0, 8629.0, 8642.0, 8628.0, 8687.0, 8627.0, 8704.0, 8659.0, 8715.0, 8658.0, 8670.0, 8654.0, 8653.0, 8624.0, 8626.0, 8623.0, 8626.0, 8624.0, 8628.0, 8642.0, 8644.0, 8646.0, 8663.0, 8678.0, 8673.0, 8700.0, 8674.0, 8695.0, 8684.0, 8684.0, 8698.0, 8684.0, 8708.0, 8688.0, 8740.0, 8683.0, 8685.0, 8688.0, 8729.0, 8742.0, 8731.0, 8732.0, 8741.0, 8729.0, 8726.0, 8714.0, 8739.0, 8766.0, 8750.0, 8797.0, 8764.0, 8731.0, 8722.0, 8702.0, 8719.0, 8699.0, 8720.0, 8720.0, 8715.0, 8728.0, 8747.0, 8748.0, 8772.0, 8729.0, 8767.0, 8726.0, 8738.0, 8726.0, 8739.0, 8741.0, 8722.0, 8768.0, 8734.0, 8776.0, 8731.0, 8771.0, 8750.0, 8782.0, 8739.0, 8658.0, 8730.0, 8660.0, 8656.0, 8679.0, 8654.0, 8680.0, 8739.0, 8683.0, 8685.0, 8731.0, 8758.0, 8769.0, 8736.0, 8692.0, 8765.0, 8682.0, 8681.0, 8738.0, 8729.0, 8719.0, 8745.0, 8701.0, 8690.0, 8717.0, 8720.0, 8710.0, 8710.0, 8726.0, 8724.0, 8727.0, 8732.0, 8733.0, 8772.0, 8742.0, 8698.0, 8740.0, 8726.0, 8753.0, 8774.0, 8784.0, 8745.0, 8780.0, 8712.0, 8732.0, 8716.0, 8733.0, 8738.0, 8792.0, 8770.0, 8776.0, 8768.0, 8743.0, 8787.0, 8736.0, 8761.0, 8732.0, 8772.0, 8746.0, 8771.0, 8708.0, 8749.0, 8675.0, 8727.0, 8712.0, 8745.0, 8669.0, 8682.0, 8690.0, 8675.0, 8691.0, 8677.0, 8682.0, 8686.0, 8705.0, 8727.0, 8724.0, 8754.0, 8740.0, 8780.0, 8728.0, 8717.0, 8755.0, 8711.0, 8729.0, 8724.0, 8702.0, 8748.0, 8724.0, 8716.0, 8727.0, 8706.0, 8686.0, 8723.0, 8717.0, 8706.0, 8720.0, 8707.0, 8710.0, 8724.0, 8714.0, 8716.0, 8729.0, 8727.0, 8756.0, 8745.0, 8732.0, 8754.0, 8721.0, 8691.0, 8717.0, 8710.0, 8719.0, 8722.0, 8712.0, 8786.0, 8740.0, 8715.0, 8711.0, 8723.0, 8714.0, 8726.0, 8724.0, 8720.0, 8810.0, 8761.0, 8758.0, 8801.0, 8768.0, 8712.0, 8779.0, 8736.0, 8766.0, 8767.0, 8746.0, 8758.0, 8757.0, 8700.0, 8724.0, 8711.0, 8700.0, 8749.0, 8725.0, 8689.0, 8753.0, 8709.0, 8680.0, 8707.0, 8676.0, 8660.0, 8740.0, 8698.0, 8681.0, 8749.0, 8679.0, 8663.0, 8694.0, 8682.0, 8703.0, 8681.0, 8681.0, 8695.0, 8667.0, 8667.0, 8679.0, 8682.0, 8687.0, 8728.0, 8715.0, 8686.0, 8713.0, 8695.0, 8685.0, 8728.0, 8720.0, 8690.0, 8745.0, 8703.0, 8684.0, 8713.0, 8704.0, 8692.0, 8733.0, 8709.0, 8689.0, 8733.0, 8690.0, 8692.0, 8726.0, 8714.0, 8713.0, 8754.0, 8724.0, 8715.0, 8715.0, 8731.0, 8741.0, 8779.0, 8757.0, 8740.0, 8779.0, 8738.0, 8806.0, 8767.0, 8806.0, 8777.0, 8746.0, 8784.0, 8723.0, 8780.0, 8741.0, 8754.0, 8751.0, 8721.0, 8762.0, 8699.0, 8690.0, 8716.0, 8708.0, 8733.0, 8715.0, 8689.0, 8730.0, 8684.0, 8699.0, 8701.0, 8689.0, 8713.0, 8700.0, 8743.0, 8683.0, 8695.0, 8699.0, 8688.0, 8698.0, 8700.0, 8690.0, 8699.0, 8705.0, 8732.0, 8711.0, 8694.0, 8735.0, 8709.0, 8721.0, 8723.0, 8711.0, 8770.0, 8729.0, 8752.0, 8768.0, 8724.0, 8723.0, 8704.0, 8712.0, 8783.0, 8742.0, 8723.0, 8799.0, 8726.0, 8711.0, 8735.0, 8708.0, 8753.0, 8742.0, 8711.0, 8737.0, 8725.0, 8781.0, 8722.0, 8694.0, 8736.0, 8695.0, 8779.0, 8719.0, 8710.0, 8777.0, 8705.0, 8690.0, 8703.0, 8706.0, 8737.0, 8720.0, 8693.0, 8774.0, 8704.0, 8692.0, 8732.0, 8708.0, 8711.0, 8754.0, 8722.0, 8751.0, 8782.0, 8724.0, 8709.0, 8738.0, 8714.0, 8704.0, 8755.0, 8717.0, 8737.0, 8783.0, 8709.0, 8767.0, 8831.0, 8773.0, 8757.0, 8819.0, 8797.0, 8783.0, 8794.0, 8730.0, 8745.0, 8723.0, 8768.0, 8771.0, 8770.0, 8783.0, 8794.0, 8761.0, 8725.0, 8753.0, 8732.0, 8687.0, 8674.0, 8688.0, 8701.0, 8690.0, 8731.0, 8689.0, 8703.0, 8742.0, 8707.0, 8691.0, 8715.0, 8684.0, 8666.0, 8690.0, 8660.0, 8671.0, 8639.0, 8611.0, 8667.0, 8610.0, 8629.0, 8630.0, 8615.0, 8636.0, 8651.0, 8639.0, 8657.0, 8660.0, 8650.0, 8665.0, 8683.0, 8674.0, 8690.0, 8697.0, 8697.0, 8714.0, 8701.0, 8702.0, 8716.0, 8718.0, 8717.0, 8719.0, 8720.0, 8749.0, 8740.0, 8710.0, 8768.0, 8720.0, 8721.0, 8721.0, 8719.0, 8721.0, 8734.0, 8708.0, 8727.0, 8735.0, 8724.0, 8726.0, 8727.0, 8728.0, 8747.0, 8746.0, 8747.0, 8751.0, 8773.0, 8730.0, 8734.0, 8759.0, 8741.0, 8732.0, 8801.0, 8771.0, 8777.0, 8787.0, 8757.0, 8730.0, 8729.0, 8726.0, 8728.0, 8785.0, 8751.0, 8725.0, 8791.0, 8736.0, 8709.0, 8782.0, 8721.0, 8736.0, 8793.0, 8764.0, 8706.0, 8723.0, 8726.0, 8722.0, 8727.0, 8741.0, 8728.0, 8770.0, 8742.0, 8725.0, 8725.0, 8730.0, 8735.0, 8759.0, 8733.0, 8795.0, 8736.0, 8737.0, 8757.0, 8729.0, 8723.0, 8735.0, 8754.0, 8742.0, 8798.0, 8763.0, 8759.0, 8761.0, 8762.0, 8767.0, 8825.0, 8764.0, 8742.0, 8762.0, 8791.0, 8727.0, 8727.0, 8768.0, 8720.0, 8759.0, 8729.0, 8717.0, 8754.0, 8697.0, 8701.0, 8699.0, 8702.0, 8702.0, 8706.0, 8736.0, 8725.0, 8724.0, 8728.0, 8715.0, 8735.0, 8753.0, 8733.0, 8738.0, 8755.0, 8793.0, 8737.0, 8735.0, 8777.0, 8772.0, 8808.0, 8782.0, 8779.0, 8812.0, 8775.0, 8727.0, 8779.0, 8724.0, 8731.0, 8778.0, 8739.0, 8722.0, 8777.0, 8699.0, 8701.0, 8700.0, 8717.0, 8716.0, 8721.0, 8739.0, 8723.0, 8712.0, 8722.0, 8726.0, 8728.0, 8726.0, 8728.0, 8742.0, 8727.0, 8743.0, 8731.0, 8729.0, 8725.0, 8746.0, 8732.0, 8722.0, 8751.0, 8747.0, 8765.0, 8749.0, 8734.0, 8730.0, 8733.0, 8785.0, 8743.0, 8732.0, 8791.0, 8747.0, 8776.0, 8792.0, 8749.0, 8806.0, 8745.0, 8726.0, 8756.0, 8743.0, 8787.0, 8772.0, 8737.0, 8779.0, 8710.0, 8709.0, 8726.0, 8725.0, 8725.0, 8778.0, 8710.0, 8713.0, 8700.0, 8614.0, 8761.0, 8756.0, 8733.0, 8724.0, 8739.0, 8749.0, 8770.0, 8776.0, 8764.0, 8781.0, 8800.0, 8783.0, 8776.0, 8772.0, 8752.0, 8763.0, 8726.0, 8685.0, 8707.0, 8678.0, 8645.0, 8669.0, 8644.0, 8636.0, 8621.0, 8623.0, 8628.0, 8611.0, 8647.0, 8630.0, 8618.0, 8645.0, 8637.0, 8620.0, 8651.0, 8665.0, 8666.0, 8653.0, 8641.0, 8673.0, 8658.0, 8642.0, 8657.0, 8660.0, 8676.0, 8676.0, 8650.0, 8698.0, 8686.0, 8672.0, 8704.0, 8696.0, 8696.0, 8713.0, 8714.0, 8689.0, 8716.0, 8743.0, 8716.0, 8702.0, 8704.0, 8728.0, 8702.0, 8699.0, 8723.0, 8719.0, 8702.0, 8703.0, 8702.0, 8704.0, 8723.0, 8723.0, 8726.0, 8731.0, 8731.0, 8736.0, 8749.0, 8735.0, 8733.0, 8732.0, 8773.0, 8749.0, 8818.0, 8767.0, 8750.0, 8807.0, 8775.0, 8757.0, 8800.0, 8777.0, 8745.0, 8733.0, 8755.0, 8728.0, 8728.0, 8773.0, 8745.0, 8747.0, 8803.0, 8757.0, 8743.0, 8781.0, 8706.0, 8707.0, 8765.0, 8709.0, 8712.0, 8770.0, 8727.0, 8712.0, 8783.0, 8727.0, 8712.0, 8745.0, 8728.0, 8785.0, 8752.0, 8753.0, 8782.0, 8766.0, 8706.0, 8774.0, 8717.0, 8707.0, 8779.0, 8745.0, 8720.0, 8721.0, 8661.0, 8724.0, 8692.0, 8689.0, 8707.0, 8710.0, 8717.0, 8694.0, 8713.0, 8757.0, 8779.0, 8780.0, 8790.0, 8773.0, 8755.0, 8768.0, 8731.0, 8726.0, 8739.0, 8703.0, 8698.0, 8679.0, 8647.0, 8690.0, 8632.0, 8630.0, 8611.0, 8631.0, 8629.0, 8627.0, 8620.0, 8616.0, 8637.0, 8639.0, 8625.0, 8642.0, 8638.0, 8661.0, 8660.0, 8660.0, 8661.0, 8650.0, 8664.0, 8667.0, 8680.0, 8670.0, 8670.0, 8687.0, 8677.0, 8691.0, 8695.0, 8682.0, 8722.0, 8732.0, 8714.0, 8728.0, 8739.0, 8712.0, 8709.0, 8721.0, 8726.0, 8721.0, 8727.0, 8708.0, 8767.0, 8725.0, 8779.0, 8734.0, 8735.0, 8738.0, 8726.0, 8779.0, 8724.0, 8710.0, 8721.0, 8727.0, 8710.0, 8728.0, 8731.0, 8773.0, 8747.0, 8758.0, 8755.0, 8744.0, 8784.0, 8725.0, 8709.0, 8758.0, 8726.0, 8798.0, 8758.0, 8768.0, 8798.0, 8754.0, 8709.0, 8703.0, 8722.0, 8794.0, 8809.0, 8754.0, 8774.0, 8752.0, 8727.0, 8761.0, 8746.0, 8703.0, 8705.0, 8776.0, 8744.0, 8761.0, 8766.0, 8750.0, 8760.0, 8743.0, 8700.0, 8726.0, 8696.0, 8696.0, 8734.0, 8693.0, 8680.0, 8739.0, 8692.0, 8695.0, 8701.0, 8710.0, 8772.0, 8723.0, 8689.0, 8701.0, 8692.0, 8730.0, 8685.0, 8669.0, 8712.0, 8672.0, 8670.0, 8659.0, 8687.0, 8675.0, 8678.0, 8694.0, 8677.0, 8698.0, 8704.0, 8705.0, 8700.0, 8704.0, 8703.0, 8706.0, 8715.0, 8719.0, 8707.0, 8706.0, 8725.0, 8755.0, 8742.0, 8722.0, 8767.0, 8740.0, 8710.0, 8727.0, 8725.0, 8735.0, 8748.0, 8747.0, 8737.0, 8739.0, 8754.0, 8785.0, 8784.0, 8756.0, 8769.0, 8759.0, 8794.0, 8840.0, 8744.0, 8729.0, 8775.0, 8762.0, 8747.0, 8790.0, 8725.0, 8693.0, 8743.0, 8708.0, 8691.0, 8761.0, 8716.0, 8731.0, 8746.0, 8713.0, 8654.0, 8668.0, 8671.0, 8682.0, 8694.0, 8707.0, 8702.0, 8681.0, 8693.0, 8700.0, 8716.0, 8736.0, 8780.0, 8760.0, 8724.0, 8735.0, 8746.0, 8704.0, 8708.0, 8719.0, 8676.0, 8719.0, 8668.0, 8670.0, 8701.0, 8686.0, 8673.0, 8687.0, 8686.0, 8673.0, 8687.0, 8671.0, 8731.0, 8688.0, 8703.0, 8743.0, 8685.0, 8670.0, 8715.0, 8672.0, 8668.0, 8687.0, 8674.0, 8726.0, 8672.0, 8674.0, 8688.0, 8656.0, 8674.0, 8689.0, 8691.0, 8691.0, 8694.0, 8708.0, 8694.0, 8697.0, 8699.0, 8697.0, 8687.0, 8719.0, 8719.0, 8704.0, 8727.0, 8730.0, 8716.0, 8724.0, 8721.0, 8748.0, 8731.0, 8713.0, 8774.0, 8732.0, 8724.0, 8754.0, 8739.0, 8745.0, 8731.0, 8740.0, 8712.0, 8715.0, 8771.0, 8703.0, 8775.0, 8641.0, 8723.0, 8747.0, 8757.0, 8788.0, 8788.0, 8785.0, 8766.0, 8753.0, 8766.0, 8780.0, 8753.0, 8724.0, 8797.0, 8772.0, 8775.0, 8764.0, 8744.0, 8708.0, 8717.0, 8731.0, 8688.0, 8714.0, 8682.0, 8640.0, 8729.0, 8655.0, 8680.0, 8652.0, 8639.0, 8655.0, 8641.0, 8670.0, 8644.0, 8644.0, 8644.0, 8645.0, 8664.0, 8667.0, 8671.0, 8686.0, 8695.0, 8699.0, 8713.0, 8697.0, 8712.0, 8698.0, 8702.0, 8718.0, 8721.0, 8754.0, 8735.0, 8775.0, 8776.0, 8689.0, 8715.0, 8657.0, 8644.0, 8742.0, 8758.0, 8663.0, 8815.0, 8762.0, 8719.0, 8762.0, 8749.0, 8721.0, 8738.0, 8738.0, 8736.0, 8736.0, 8762.0, 8726.0, 8722.0, 8688.0, 8726.0, 8710.0, 8712.0, 8753.0, 8754.0, 8731.0, 8379.0, 8787.0, 8736.0, 8715.0, 8696.0, 8672.0, 8729.0, 8705.0, 8722.0, 8766.0, 8724.0, 8726.0, 8770.0, 8731.0, 8726.0, 8722.0, 8715.0, 8710.0, 8719.0, 8725.0, 8714.0, 8732.0, 8735.0, 8735.0, 8750.0, 8737.0, 8765.0, 8737.0, 8790.0, 8759.0, 8745.0, 8783.0, 8753.0, 8785.0, 8754.0, 8786.0, 8777.0, 8733.0, 8770.0, 8722.0, 8725.0, 8722.0, 8755.0, 8727.0, 8652.0, 8675.0, 8656.0, 8671.0, 8679.0, 8696.0, 8677.0, 8693.0, 8703.0, 8659.0, 8705.0, 8788.0, 8809.0, 8784.0, 8790.0, 8783.0, 8763.0, 8747.0, 8737.0, 8750.0, 8739.0, 8724.0, 8756.0, 8774.0, 8824.0, 8825.0, 8785.0, 8830.0, 8809.0, 8811.0, 8804.0, 8773.0, 8816.0, 8781.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.00890011585807386</td></tr>
<tr><td colspan=3>aqi</td><td>0.08921976278059378</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.27678335720289</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1068302530797105</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.027551996463769</td></tr>
<tr><td colspan=3>efc</td><td>0.5029</td></tr>
<tr><td colspan=3>fber</td><td>3582.407</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.21875753428510739</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>301</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>21.795800144822593</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.8113618868614325</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.763836025014105</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9926682013765022</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6775814341936917</td></tr>
<tr><td colspan=3>gcor</td><td>0.00991225</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.007245542947202921</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035116635262966156</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1381</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.831085906695264</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.0175</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.4992</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.8688</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299361.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>1056.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.3922</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9909</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>490.0941</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3080.2327</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77183.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4088.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>845.1857</td></tr>
<tr><td colspan=3>tsnr</td><td>19.648316127131693</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>