<?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-0084_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-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0084/figures/sub-0084_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-0084/figures/sub-0084_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0084/figures/sub-0084_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-0084/ses-01/func/sub-0084_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>4b3ead4f4a28d451e3216eed815ad9f2</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>13:36:31.827500</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_VE11E_LATEST_20181129</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.999116, 0.0159636, 0.0388966, -0.0155209, 0.999812, -0.0116558]</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.108427</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>[4149, -7740, -7256, 536, -85, -306, 129, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 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>282.93</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>34697112-b1cd-467c-b781-36398e5633dc||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6805543899536133, -0.0416414849460125, 0.10550351440906525, 113.43882751464844], [-0.04282908886671066, 2.6824214458465576, -0.029812777414917946, -92.00482177734375], [0.10435683280229568, 0.03127162531018257, 2.6977732181549072, -83.01593780517578], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['133631.827500', '133632.287500', '133632.747500', '133633.207500', '133633.667500', '133634.127500', '133634.587500', '133635.047500', '133635.507500', '133635.967500', '133636.427500', '133636.887500', '133637.347500', '133637.807500', '133638.267500', '133638.727500', '133639.187500', '133639.647500', '133640.107500', '133640.567500', '133641.027500', '133641.487500', '133641.947500', '133642.407500', '133642.867500', '133643.327500', '133643.787500', '133644.247500', '133644.707500', '133645.167500', '133645.627500', '133646.087500', '133646.547500', '133647.007500', '133647.467500', '133647.927500', '133648.387500', '133648.847500', '133649.307500', '133649.767500', '133650.227500', '133650.687500', '133651.147500', '133651.607500', '133652.067500', '133652.527500', '133652.987500', '133653.447500', '133653.907500', '133654.367500', '133654.827500', '133655.287500', '133655.747500', '133656.207500', '133656.667500', '133657.127500', '133657.587500', '133658.047500', '133658.507500', '133658.967500', '133659.427500', '133659.887500', '133700.347500', '133700.807500', '133701.267500', '133701.727500', '133702.187500', '133702.647500', '133703.107500', '133703.567500', '133704.027500', '133704.487500', '133704.947500', '133705.407500', '133705.867500', '133706.327500', '133706.787500', '133707.247500', '133707.707500', '133708.167500', '133708.627500', '133709.087500', '133709.547500', '133710.007500', '133710.467500', '133710.927500', '133711.387500', '133711.847500', '133712.307500', '133712.767500', '133713.227500', '133713.687500', '133714.147500', '133714.607500', '133715.067500', '133715.527500', '133715.987500', '133716.447500', '133716.907500', '133717.367500', '133717.827500', '133718.287500', '133718.747500', '133719.207500', '133719.667500', '133720.127500', '133720.587500', '133721.047500', '133721.507500', '133721.967500', '133722.427500', '133722.887500', '133723.347500', '133723.807500', '133724.267500', '133724.727500', '133725.187500', '133725.647500', '133726.107500', '133726.567500', '133727.027500', '133727.487500', '133727.947500', '133728.407500', '133728.867500', '133729.327500', '133729.787500', '133730.247500', '133730.707500', '133731.167500', '133731.627500', '133732.087500', '133732.547500', '133733.007500', '133733.467500', '133733.927500', '133734.387500', '133734.847500', '133735.307500', '133735.767500', '133736.227500', '133736.687500', '133737.147500', '133737.607500', '133738.067500', '133738.527500', '133738.987500', '133739.447500', '133739.907500', '133740.367500', '133740.827500', '133741.287500', '133741.747500', '133742.207500', '133742.667500', '133743.127500', '133743.587500', '133744.047500', '133744.507500', '133744.967500', '133745.427500', '133745.887500', '133746.347500', '133746.807500', '133747.267500', '133747.727500', '133748.187500', '133748.647500', '133749.107500', '133749.567500', '133750.027500', '133750.487500', '133750.947500', '133751.407500', '133751.867500', '133752.327500', '133752.787500', '133753.247500', '133753.707500', '133754.167500', '133754.627500', '133755.087500', '133755.547500', '133756.007500', '133756.467500', '133756.927500', '133757.387500', '133757.847500', '133758.307500', '133758.767500', '133759.227500', '133759.687500', '133800.147500', '133800.607500', '133801.067500', '133801.527500', '133801.987500', '133802.447500', '133802.907500', '133803.367500', '133803.827500', '133804.287500', '133804.747500', '133805.207500', '133805.667500', '133806.127500', '133806.587500', '133807.047500', '133807.507500', '133807.967500', '133808.427500', '133808.887500', '133809.347500', '133809.807500', '133810.267500', '133810.727500', '133811.187500', '133811.647500', '133812.107500', '133812.567500', '133813.027500', '133813.487500', '133813.947500', '133814.407500', '133814.867500', '133815.327500', '133815.787500', '133816.247500', '133816.707500', '133817.167500', '133817.627500', '133818.087500', '133818.547500', '133819.007500', '133819.467500', '133819.927500', '133820.387500', '133820.847500', '133821.307500', '133821.767500', '133822.227500', '133822.687500', '133823.147500', '133823.607500', '133824.067500', '133824.527500', '133824.987500', '133825.447500', '133825.907500', '133826.367500', '133826.827500', '133827.287500', '133827.747500', '133828.207500', '133828.667500', '133829.127500', '133829.587500', '133830.047500', '133830.507500', '133830.967500', '133831.427500', '133831.887500', '133832.347500', '133832.807500', '133833.267500', '133833.727500', '133834.187500', '133834.647500', '133835.107500', '133835.567500', '133836.027500', '133836.487500', '133836.947500', '133837.407500', '133837.867500', '133838.327500', '133838.787500', '133839.247500', '133839.707500', '133840.167500', '133840.627500', '133841.087500', '133841.547500', '133842.007500', '133842.467500', '133842.927500', '133843.387500', '133843.847500', '133844.307500', '133844.767500', '133845.227500', '133845.687500', '133846.147500', '133846.607500', '133847.067500', '133847.527500', '133847.987500', '133848.447500', '133848.907500', '133849.367500', '133849.827500', '133850.287500', '133850.747500', '133851.207500', '133851.667500', '133852.127500', '133852.587500', '133853.047500', '133853.507500', '133853.967500', '133854.427500', '133854.887500', '133855.347500', '133855.807500', '133856.267500', '133856.727500', '133857.187500', '133857.647500', '133858.107500', '133858.567500', '133859.027500', '133859.487500', '133859.947500', '133900.407500', '133900.867500', '133901.327500', '133901.787500', '133902.247500', '133902.707500', '133903.167500', '133903.627500', '133904.087500', '133904.547500', '133905.007500', '133905.467500', '133905.927500', '133906.387500', '133906.847500', '133907.307500', '133907.767500', '133908.227500', '133908.687500', '133909.147500', '133909.607500', '133910.067500', '133910.527500', '133910.987500', '133911.447500', '133911.907500', '133912.367500', '133912.827500', '133913.287500', '133913.747500', '133914.207500', '133914.667500', '133915.127500', '133915.587500', '133916.047500', '133916.507500', '133916.967500', '133917.427500', '133917.887500', '133918.347500', '133918.807500', '133919.267500', '133919.727500', '133920.187500', '133920.647500', '133921.107500', '133921.567500', '133922.027500', '133922.487500', '133922.947500', '133923.407500', '133923.867500', '133924.327500', '133924.787500', '133925.247500', '133925.707500', '133926.167500', '133926.627500', '133927.087500', '133927.547500', '133928.007500', '133928.467500', '133928.927500', '133929.387500', '133929.847500', '133930.307500', '133930.767500', '133931.227500', '133931.687500', '133932.147500', '133932.607500', '133933.067500', '133933.527500', '133933.987500', '133934.447500', '133934.907500', '133935.367500', '133935.827500', '133936.287500', '133936.747500', '133937.207500', '133937.667500', '133938.127500', '133938.587500', '133939.047500', '133939.507500', '133939.967500', '133940.427500', '133940.887500', '133941.347500', '133941.807500', '133942.267500', '133942.727500', '133943.187500', '133943.647500', '133944.107500', '133944.567500', '133945.027500', '133945.487500', '133945.947500', '133946.407500', '133946.867500', '133947.327500', '133947.787500', '133948.247500', '133948.707500', '133949.167500', '133949.627500', '133950.087500', '133950.547500', '133951.007500', '133951.467500', '133951.927500', '133952.387500', '133952.847500', '133953.307500', '133953.767500', '133954.227500', '133954.687500', '133955.147500', '133955.607500', '133956.067500', '133956.527500', '133956.987500', '133957.447500', '133957.907500', '133958.367500', '133958.827500', '133959.287500', '133959.747500', '134000.207500', '134000.667500', '134001.127500', '134001.587500', '134002.047500', '134002.507500', '134002.967500', '134003.427500', '134003.887500', '134004.347500', '134004.807500', '134005.267500', '134005.727500', '134006.187500', '134006.647500', '134007.107500', '134007.567500', '134008.027500', '134008.487500', '134008.947500', '134009.407500', '134009.867500', '134010.327500', '134010.787500', '134011.247500', '134011.707500', '134012.167500', '134012.627500', '134013.087500', '134013.547500', '134014.007500', '134014.467500', '134014.927500', '134015.387500', '134015.847500', '134016.307500', '134016.767500', '134017.227500', '134017.687500', '134018.147500', '134018.607500', '134019.067500', '134019.527500', '134019.987500', '134020.447500', '134020.907500', '134021.367500', '134021.827500', '134022.287500', '134022.747500', '134023.207500', '134023.667500', '134024.127500', '134024.587500', '134025.047500', '134025.507500', '134025.967500', '134026.427500', '134026.887500', '134027.347500', '134027.807500', '134028.267500', '134028.727500', '134029.187500', '134029.647500', '134030.107500', '134030.567500', '134031.027500', '134031.487500', '134031.947500', '134032.407500', '134032.867500', '134033.327500', '134033.787500', '134034.247500', '134034.707500', '134035.167500', '134035.627500', '134036.087500', '134036.547500', '134037.007500', '134037.467500', '134037.927500', '134038.387500', '134038.847500', '134039.307500', '134039.767500', '134040.227500', '134040.687500', '134041.147500', '134041.607500', '134042.067500', '134042.527500', '134042.987500', '134043.447500', '134043.907500', '134044.367500', '134044.827500', '134045.287500', '134045.747500', '134046.207500', '134046.667500', '134047.127500', '134047.587500', '134048.047500', '134048.507500', '134048.967500', '134049.427500', '134049.887500', '134050.347500', '134050.807500', '134051.267500', '134051.727500', '134052.187500', '134052.647500', '134053.107500', '134053.567500', '134054.027500', '134054.487500', '134054.947500', '134055.407500', '134055.867500', '134056.327500', '134056.787500', '134057.247500', '134057.707500', '134058.167500', '134058.627500', '134059.087500', '134059.547500', '134100.007500', '134100.467500', '134100.927500', '134101.387500', '134101.847500', '134102.307500', '134102.767500', '134103.227500', '134103.687500', '134104.147500', '134104.607500', '134105.067500', '134105.527500', '134105.987500', '134106.447500', '134106.907500', '134107.367500', '134107.827500', '134108.287500', '134108.747500', '134109.207500', '134109.667500', '134110.127500', '134110.587500', '134111.047500', '134111.507500', '134111.967500', '134112.427500', '134112.887500', '134113.347500', '134113.807500', '134114.267500', '134114.727500', '134115.187500', '134115.647500', '134116.107500', '134116.567500', '134117.027500', '134117.487500', '134117.947500', '134118.407500', '134118.867500', '134119.327500', '134119.787500', '134120.247500', '134120.707500', '134121.167500', '134121.627500', '134122.087500', '134122.547500', '134123.007500', '134123.467500', '134123.927500', '134124.387500', '134124.847500', '134125.307500', '134125.767500', '134126.227500', '134126.687500', '134127.147500', '134127.607500', '134128.067500', '134128.527500', '134128.987500', '134129.447500', '134129.907500', '134130.367500', '134130.827500', '134131.287500', '134131.747500', '134132.207500', '134132.667500', '134133.127500', '134133.587500', '134134.047500', '134134.507500', '134134.967500', '134135.427500', '134135.887500', '134136.347500', '134136.807500', '134137.267500', '134137.727500', '134138.187500', '134138.647500', '134139.107500', '134139.567500', '134140.027500', '134140.487500', '134140.947500', '134141.407500', '134141.867500', '134142.327500', '134142.787500', '134143.247500', '134143.707500', '134144.167500', '134144.627500', '134145.087500', '134145.547500', '134146.007500', '134146.467500', '134146.927500', '134147.387500', '134147.847500', '134148.307500', '134148.767500', '134149.227500', '134149.687500', '134150.147500', '134150.607500', '134151.067500', '134151.527500', '134151.987500', '134152.447500', '134152.907500', '134153.367500', '134153.827500', '134154.287500', '134154.747500', '134155.207500', '134155.667500', '134156.127500', '134156.587500', '134157.047500', '134157.507500', '134157.967500', '134158.427500', '134158.887500', '134159.347500', '134159.807500', '134200.267500', '134200.727500', '134201.187500', '134201.647500', '134202.107500', '134202.567500', '134203.027500', '134203.487500', '134203.947500', '134204.407500', '134204.867500', '134205.327500', '134205.787500', '134206.247500', '134206.707500', '134207.167500', '134207.627500', '134208.087500', '134208.547500', '134209.007500', '134209.467500', '134209.927500', '134210.387500', '134210.847500', '134211.307500', '134211.767500', '134212.227500', '134212.687500', '134213.147500', '134213.607500', '134214.067500', '134214.527500', '134214.987500', '134215.447500', '134215.907500', '134216.367500', '134216.827500', '134217.287500', '134217.747500', '134218.207500', '134218.667500', '134219.127500', '134219.587500', '134220.047500', '134220.507500', '134220.967500', '134221.427500', '134221.887500', '134222.347500', '134222.807500', '134223.267500', '134223.727500', '134224.187500', '134224.647500', '134225.107500', '134225.567500', '134226.027500', '134226.487500', '134226.947500', '134227.407500', '134227.867500', '134228.327500', '134228.787500', '134229.247500', '134229.707500', '134230.167500', '134230.627500', '134231.087500', '134231.547500', '134232.007500', '134232.467500', '134232.927500', '134233.387500', '134233.847500', '134234.307500', '134234.767500', '134235.227500', '134235.687500', '134236.147500', '134236.607500', '134237.067500', '134237.527500', '134237.987500', '134238.447500', '134238.907500', '134239.367500', '134239.827500', '134240.287500', '134240.747500', '134241.207500', '134241.667500', '134242.127500', '134242.587500', '134243.047500', '134243.507500', '134243.967500', '134244.427500', '134244.887500', '134245.347500', '134245.807500', '134246.267500', '134246.727500', '134247.187500', '134247.647500', '134248.107500', '134248.567500', '134249.027500', '134249.487500', '134249.947500', '134250.407500', '134250.867500', '134251.327500', '134251.787500', '134252.247500', '134252.707500', '134253.167500', '134253.627500', '134254.087500', '134254.547500', '134255.007500', '134255.467500', '134255.927500', '134256.387500', '134256.847500', '134257.307500', '134257.767500', '134258.227500', '134258.687500', '134259.147500', '134259.607500', '134300.067500', '134300.527500', '134300.987500', '134301.447500', '134301.907500', '134302.367500', '134302.827500', '134303.287500', '134303.747500', '134304.207500', '134304.667500', '134305.127500', '134305.587500', '134306.047500', '134306.507500', '134306.967500', '134307.427500', '134307.887500', '134308.347500', '134308.807500', '134309.267500', '134309.727500', '134310.187500', '134310.647500', '134311.107500', '134311.567500', '134312.027500', '134312.487500', '134312.947500', '134313.407500', '134313.867500', '134314.327500', '134314.787500', '134315.247500', '134315.707500', '134316.167500', '134316.627500', '134317.087500', '134317.547500', '134318.007500', '134318.467500', '134318.927500', '134319.387500', '134319.847500', '134320.307500', '134320.767500', '134321.227500', '134321.687500', '134322.147500', '134322.607500', '134323.067500', '134323.527500', '134323.987500', '134324.447500', '134324.907500', '134325.367500', '134325.827500', '134326.287500', '134326.747500', '134327.207500', '134327.667500', '134328.127500', '134328.587500', '134329.047500', '134329.507500', '134329.967500', '134330.427500', '134330.887500', '134331.347500', '134331.807500', '134332.267500', '134332.727500', '134333.187500', '134333.647500', '134334.107500', '134334.567500', '134335.027500', '134335.487500', '134335.947500', '134336.407500', '134336.867500', '134337.327500', '134337.787500', '134338.247500', '134338.707500', '134339.167500', '134339.627500', '134340.087500', '134340.547500', '134341.007500', '134341.467500', '134341.927500', '134342.387500', '134342.847500', '134343.307500', '134343.767500', '134344.227500', '134344.687500', '134345.147500', '134345.607500', '134346.067500', '134346.527500', '134346.987500', '134347.447500', '134347.907500', '134348.367500', '134348.827500', '134349.287500', '134349.747500', '134350.207500', '134350.667500', '134351.127500', '134351.587500', '134352.047500', '134352.507500', '134352.967500', '134353.427500', '134353.887500', '134354.347500', '134354.807500', '134355.267500', '134355.727500', '134356.187500', '134356.647500', '134357.107500', '134357.567500', '134358.027500', '134358.487500', '134358.947500', '134359.407500', '134359.867500', '134400.327500', '134400.787500', '134401.247500', '134401.707500', '134402.167500', '134402.627500', '134403.087500', '134403.547500', '134404.007500', '134404.467500', '134404.927500', '134405.387500', '134405.847500', '134406.307500', '134406.767500', '134407.227500', '134407.687500', '134408.147500', '134408.607500', '134409.067500', '134409.527500', '134409.987500', '134410.447500', '134410.907500', '134411.367500', '134411.827500', '134412.287500', '134412.747500', '134413.207500', '134413.667500', '134414.127500', '134414.587500', '134415.047500', '134415.507500', '134415.967500', '134416.427500', '134416.887500', '134417.347500', '134417.807500', '134418.267500', '134418.727500', '134419.187500', '134419.647500', '134420.107500', '134420.567500', '134421.027500', '134421.487500', '134421.947500', '134422.407500', '134422.867500', '134423.327500', '134423.787500', '134424.247500', '134424.707500', '134425.167500', '134425.627500', '134426.087500', '134426.547500', '134427.007500', '134427.467500', '134427.927500', '134428.387500', '134428.847500', '134429.307500', '134429.767500', '134430.227500', '134430.687500', '134431.147500', '134431.607500', '134432.067500', '134432.527500', '134432.987500', '134433.447500', '134433.907500', '134434.367500', '134434.827500', '134435.287500', '134435.747500', '134436.207500', '134436.667500', '134437.127500', '134437.587500', '134438.047500', '134438.507500', '134438.967500', '134439.427500', '134439.887500', '134440.347500', '134440.807500', '134441.267500', '134441.727500', '134442.187500', '134442.647500', '134443.107500', '134443.567500', '134444.027500', '134444.487500', '134444.947500', '134445.407500', '134445.867500', '134446.327500', '134446.787500', '134447.247500', '134447.707500', '134448.167500', '134448.627500', '134449.087500', '134449.547500', '134450.007500', '134450.467500', '134450.927500', '134451.387500', '134451.847500', '134452.307500', '134452.767500', '134453.227500', '134453.687500', '134454.147500', '134454.607500', '134455.067500', '134455.527500', '134455.987500', '134456.447500', '134456.907500', '134457.367500', '134457.827500', '134458.287500', '134458.747500', '134459.207500', '134459.667500', '134500.127500', '134500.587500', '134501.047500', '134501.507500', '134501.967500', '134502.427500', '134502.887500', '134503.347500', '134503.807500', '134504.267500', '134504.727500', '134505.187500', '134505.647500', '134506.107500', '134506.567500', '134507.027500', '134507.487500', '134507.947500', '134508.407500', '134508.867500', '134509.327500', '134509.787500', '134510.247500', '134510.707500', '134511.167500', '134511.627500', '134512.087500', '134512.547500', '134513.007500', '134513.467500', '134513.927500', '134514.387500', '134514.847500', '134515.307500', '134515.767500', '134516.227500', '134516.687500', '134517.147500', '134517.607500', '134518.067500', '134518.527500', '134518.987500', '134519.447500', '134519.907500', '134520.367500', '134520.827500', '134521.287500', '134521.747500', '134522.207500', '134522.667500', '134523.127500', '134523.587500', '134524.047500', '134524.507500', '134524.967500', '134525.427500', '134525.887500', '134526.347500', '134526.807500', '134527.267500', '134527.727500', '134528.187500', '134528.647500', '134529.107500', '134529.567500', '134530.027500', '134530.487500', '134530.947500', '134531.407500', '134531.867500', '134532.327500', '134532.787500', '134533.247500', '134533.707500', '134534.167500', '134534.627500', '134535.087500', '134535.547500', '134536.007500', '134536.467500', '134536.927500', '134537.387500', '134537.847500', '134538.307500', '134538.767500', '134539.227500', '134539.687500', '134540.147500', '134540.607500', '134541.067500', '134541.527500', '134541.987500', '134542.447500', '134542.907500', '134543.367500', '134543.827500', '134544.287500', '134544.747500', '134545.207500', '134545.667500', '134546.127500', '134546.587500', '134547.047500', '134547.507500', '134547.967500', '134548.427500', '134548.887500', '134549.347500', '134549.807500', '134550.267500', '134550.727500', '134551.187500', '134551.647500', '134552.107500', '134552.567500', '134553.027500', '134553.487500', '134553.947500', '134554.407500', '134554.867500', '134555.327500', '134555.787500', '134556.247500', '134556.707500', '134557.167500', '134557.627500', '134558.087500', '134558.547500', '134559.007500', '134559.467500', '134559.927500', '134600.387500', '134600.847500', '134601.307500', '134601.767500', '134602.227500', '134602.687500', '134603.147500', '134603.607500', '134604.067500', '134604.527500', '134604.987500', '134605.447500', '134605.907500', '134606.367500', '134606.827500', '134607.287500', '134607.747500', '134608.207500', '134608.667500', '134609.127500', '134609.587500', '134610.047500', '134610.507500', '134610.967500', '134611.427500', '134611.887500', '134612.347500', '134612.807500', '134613.267500', '134613.727500', '134614.187500', '134614.647500', '134615.107500', '134615.567500', '134616.027500', '134616.487500', '134616.947500', '134617.407500', '134617.867500', '134618.327500', '134618.787500', '134619.247500', '134619.707500', '134620.167500', '134620.627500', '134621.087500', '134621.547500', '134622.007500', '134622.467500', '134622.927500', '134623.387500', '134623.847500', '134624.307500', '134624.767500', '134625.227500', '134625.687500', '134626.147500', '134626.607500', '134627.067500', '134627.527500', '134627.987500', '134628.447500', '134628.907500', '134629.367500', '134629.827500', '134630.287500', '134630.747500', '134631.207500', '134631.667500', '134632.127500', '134632.587500', '134633.047500', '134633.507500', '134633.967500', '134634.427500', '134634.887500', '134635.347500', '134635.807500', '134636.267500', '134636.727500', '134637.187500', '134637.647500', '134638.107500', '134638.567500', '134639.027500', '134639.487500', '134639.947500', '134640.407500', '134640.867500', '134641.327500', '134641.787500', '134642.247500', '134642.707500', '134643.167500', '134643.627500', '134644.087500', '134644.547500', '134645.007500', '134645.467500', '134645.927500', '134646.387500', '134646.847500', '134647.307500', '134647.767500', '134648.227500', '134648.687500', '134649.147500', '134649.607500', '134650.067500', '134650.527500', '134650.987500', '134651.447500', '134651.907500', '134652.367500', '134652.827500', '134653.287500', '134653.747500', '134654.207500', '134654.667500', '134655.127500', '134655.587500', '134656.047500', '134656.507500', '134656.967500', '134657.427500', '134657.887500', '134658.347500', '134658.807500', '134659.267500', '134659.727500', '134700.187500', '134700.647500', '134701.107500', '134701.567500', '134702.027500', '134702.487500', '134702.947500', '134703.407500', '134703.867500', '134704.327500'], 'ContentTime': ['133636.915000', '133636.919000', '133636.922000', '133636.925000', '133636.927000', '133636.930000', '133656.878000', '133656.881000', '133656.884000', '133656.887000', '133656.889000', '133656.892000', '133656.895000', '133656.897000', '133656.900000', '133656.902000', '133656.905000', '133656.908000', '133656.910000', '133656.913000', '133656.916000', '133656.918000', '133656.921000', '133656.923000', '133656.926000', '133656.929000', '133656.931000', '133656.934000', '133656.937000', '133656.939000', '133656.942000', '133656.945000', '133656.955000', '133656.958000', '133656.960000', '133656.963000', '133656.965000', '133656.968000', '133656.971000', '133656.973000', '133656.976000', '133656.979000', '133656.981000', '133656.984000', '133656.986000', '133656.989000', '133656.992000', '133656.994000', '133656.997000', '133657.000000', '133657.002000', '133716.879000', '133716.881000', '133716.884000', '133716.887000', '133716.890000', '133716.892000', '133716.895000', '133716.898000', '133716.901000', '133716.903000', '133716.906000', '133716.909000', '133716.911000', '133716.914000', '133716.917000', '133716.919000', '133716.922000', '133716.924000', '133716.927000', '133716.930000', '133716.932000', '133716.935000', '133716.937000', '133716.940000', '133716.943000', '133716.945000', '133716.948000', '133716.950000', '133716.953000', '133716.956000', '133716.958000', '133716.961000', '133716.964000', '133716.966000', '133716.969000', '133716.972000', '133716.974000', '133716.977000', '133716.979000', '133716.982000', '133716.985000', '133716.987000', '133716.990000', '133716.993000', '133736.878000', '133736.881000', '133736.884000', '133736.886000', '133736.889000', '133736.892000', '133736.894000', '133736.897000', '133736.900000', '133736.902000', '133736.905000', '133736.907000', '133736.910000', '133736.913000', '133736.915000', '133736.918000', '133736.920000', '133736.933000', '133736.936000', '133736.939000', '133736.941000', '133736.944000', '133736.947000', '133736.949000', '133736.955000', '133736.958000', '133736.960000', '133736.963000', '133736.966000', '133736.968000', '133736.971000', '133736.973000', '133736.976000', '133736.979000', '133736.982000', '133736.984000', '133736.987000', '133736.989000', '133736.992000', '133736.994000', '133736.997000', '133737.001000', '133737.003000', '133756.879000', '133756.882000', '133756.884000', '133756.887000', '133756.890000', '133756.892000', '133756.895000', '133756.898000', '133756.901000', '133756.903000', '133756.906000', '133756.908000', '133756.911000', '133756.914000', '133756.916000', '133756.919000', '133756.922000', '133756.924000', '133756.927000', '133756.929000', '133756.932000', '133756.935000', '133756.938000', '133756.940000', '133756.943000', '133756.945000', '133756.948000', '133756.952000', '133756.955000', '133756.958000', '133756.961000', '133756.963000', '133756.966000', '133756.968000', '133756.971000', '133756.974000', '133756.976000', '133756.979000', '133756.981000', '133756.984000', '133756.987000', '133756.989000', '133756.992000', '133756.995000', '133816.878000', '133816.881000', '133816.884000', '133816.887000', '133816.889000', '133816.892000', '133816.894000', '133816.897000', '133816.900000', '133816.902000', '133816.905000', '133816.908000', '133816.910000', '133816.913000', '133816.916000', '133816.918000', '133816.921000', '133816.924000', '133816.926000', '133816.929000', '133816.931000', '133816.934000', '133816.937000', '133816.939000', '133816.948000', '133816.950000', '133816.953000', '133816.956000', '133816.958000', '133816.961000', '133816.963000', '133816.966000', '133816.969000', '133816.971000', '133816.974000', '133816.977000', '133816.979000', '133816.982000', '133816.984000', '133816.987000', '133816.990000', '133816.992000', '133816.995000', '133836.878000', '133836.880000', '133836.883000', '133836.886000', '133836.888000', '133836.891000', '133836.894000', '133836.896000', '133836.899000', '133836.901000', '133836.904000', '133836.907000', '133836.909000', '133836.912000', '133836.915000', '133836.917000', '133836.920000', '133836.923000', '133836.925000', '133836.928000', '133836.930000', '133836.933000', '133836.935000', '133836.938000', '133836.941000', '133836.943000', '133836.946000', '133836.949000', '133836.951000', '133836.954000', '133836.957000', '133836.959000', '133836.962000', '133836.965000', '133836.967000', '133836.970000', '133836.972000', '133836.977000', '133836.979000', '133836.982000', '133836.985000', '133836.988000', '133836.990000', '133836.993000', '133856.877000', '133856.880000', '133856.883000', '133856.886000', '133856.889000', '133856.891000', '133856.894000', '133856.897000', '133856.899000', '133856.902000', '133856.905000', '133856.907000', '133856.910000', '133856.913000', '133856.915000', '133856.918000', '133856.921000', '133856.923000', '133856.926000', '133856.929000', '133856.931000', '133856.934000', '133856.936000', '133856.939000', '133856.942000', '133856.944000', '133856.947000', '133856.950000', '133856.952000', '133856.955000', '133856.958000', '133856.960000', '133856.963000', '133856.965000', '133856.968000', '133856.971000', '133856.973000', '133856.976000', '133856.979000', '133856.981000', '133856.984000', '133856.986000', '133856.989000', '133916.879000', '133916.882000', '133916.885000', '133916.888000', '133916.891000', '133916.894000', '133916.896000', '133916.899000', '133916.901000', '133916.904000', '133916.907000', '133916.909000', '133916.912000', '133916.954000', '133916.957000', '133916.960000', '133916.963000', '133916.965000', '133916.968000', '133916.971000', '133916.973000', '133916.976000', '133916.979000', '133916.981000', '133916.984000', '133916.987000', '133916.989000', '133916.992000', '133916.995000', '133916.997000', '133917.000000', '133917.002000', '133917.005000', '133917.008000', '133917.010000', '133917.013000', '133917.016000', '133917.018000', '133917.021000', '133917.023000', '133917.026000', '133917.029000', '133917.031000', '133917.034000', '133936.878000', '133936.882000', '133936.885000', '133936.888000', '133936.890000', '133936.893000', '133936.896000', '133936.898000', '133936.901000', '133936.904000', '133936.906000', '133936.909000', '133936.912000', '133936.914000', '133936.917000', '133936.919000', '133936.922000', '133936.925000', '133936.927000', '133936.930000', '133936.933000', '133936.935000', '133936.938000', '133936.941000', '133936.943000', '133936.946000', '133936.949000', '133936.951000', '133936.954000', '133936.957000', '133936.959000', '133936.962000', '133936.964000', '133936.967000', '133936.970000', '133936.972000', '133936.975000', '133936.978000', '133936.980000', '133936.983000', '133936.986000', '133936.988000', '133936.991000', '133956.878000', '133956.881000', '133956.884000', '133956.887000', '133956.889000', '133956.892000', '133956.894000', '133956.897000', '133956.900000', '133956.902000', '133956.905000', '133956.907000', '133956.910000', '133956.913000', '133956.915000', '133956.918000', '133956.921000', '133956.923000', '133956.926000', '133956.929000', '133956.931000', '133956.934000', '133956.937000', '133956.939000', '133956.942000', '133956.944000', '133956.947000', '133956.950000', '133956.952000', '133956.955000', '133956.958000', '133956.960000', '133956.963000', '133956.965000', '133956.968000', '133956.971000', '133956.973000', '133956.976000', '133956.979000', '133956.981000', '133956.984000', '133956.986000', '133956.989000', '133956.992000', '134016.879000', '134016.881000', '134016.884000', '134016.887000', '134016.889000', '134016.892000', '134016.895000', '134016.897000', '134016.900000', '134016.903000', '134016.905000', '134016.908000', '134016.910000', '134016.913000', '134016.916000', '134016.918000', '134016.921000', '134016.924000', '134016.926000', '134016.929000', '134016.932000', '134016.934000', '134016.937000', '134016.939000', '134016.942000', '134016.945000', '134016.947000', '134016.950000', '134016.953000', '134016.955000', '134016.958000', '134016.960000', '134016.963000', '134016.966000', '134016.968000', '134016.971000', '134016.974000', '134016.976000', '134016.979000', '134016.981000', '134016.984000', '134016.987000', '134016.989000', '134036.879000', '134036.888000', '134036.891000', '134036.894000', '134036.896000', '134036.899000', '134036.901000', '134036.904000', '134036.907000', '134036.910000', '134036.912000', '134036.915000', '134036.918000', '134036.920000', '134036.924000', '134036.927000', '134036.929000', '134036.932000', '134036.935000', '134036.937000', '134036.940000', '134036.943000', '134036.945000', '134036.948000', '134036.951000', '134036.953000', '134036.956000', '134036.959000', '134036.961000', '134036.964000', '134036.967000', '134036.969000', '134036.972000', '134036.975000', '134036.977000', '134036.980000', '134036.982000', '134036.985000', '134037.003000', '134037.005000', '134037.008000', '134037.011000', '134037.013000', '134056.878000', '134056.880000', '134056.883000', '134056.886000', '134056.888000', '134056.891000', '134056.894000', '134056.896000', '134056.899000', '134056.902000', '134056.904000', '134056.907000', '134056.909000', '134056.912000', '134056.915000', '134056.917000', '134056.920000', '134056.922000', '134056.925000', '134056.928000', '134056.930000', '134056.933000', '134056.935000', '134056.938000', '134056.941000', '134056.943000', '134056.946000', '134056.949000', '134056.951000', '134056.954000', '134056.956000', '134056.959000', '134056.962000', '134056.964000', '134056.967000', '134056.969000', '134056.972000', '134056.975000', '134056.977000', '134056.980000', '134056.982000', '134056.985000', '134056.988000', '134056.990000', '134116.878000', '134116.881000', '134116.884000', '134116.886000', '134116.889000', '134116.891000', '134116.894000', '134116.897000', '134116.900000', '134116.902000', '134116.905000', '134116.907000', '134116.910000', '134116.913000', '134116.915000', '134116.918000', '134116.921000', '134116.923000', '134116.926000', '134116.929000', '134116.931000', '134116.934000', '134116.936000', '134116.939000', '134116.942000', '134116.944000', '134116.947000', '134116.950000', '134116.952000', '134116.955000', '134116.958000', '134116.960000', '134116.963000', '134116.965000', '134116.968000', '134116.971000', '134116.973000', '134116.976000', '134116.979000', '134116.981000', '134116.984000', '134116.987000', '134116.989000', '134136.878000', '134136.881000', '134136.884000', '134136.887000', '134136.890000', '134136.892000', '134136.895000', '134136.898000', '134136.900000', '134136.903000', '134136.905000', '134136.908000', '134136.911000', '134136.913000', '134136.916000', '134136.919000', '134136.921000', '134136.924000', '134136.926000', '134136.929000', '134136.932000', '134136.934000', '134136.937000', '134136.940000', '134136.942000', '134136.945000', '134136.947000', '134136.950000', '134136.953000', '134136.955000', '134136.958000', '134136.960000', '134136.963000', '134136.966000', '134136.968000', '134136.971000', '134136.974000', '134136.976000', '134136.979000', '134136.982000', '134136.984000', '134136.987000', '134136.989000', '134136.992000', '134156.879000', '134156.882000', '134156.884000', '134156.887000', '134156.889000', '134156.892000', '134156.895000', '134156.898000', '134156.900000', '134156.903000', '134156.906000', '134156.908000', '134156.911000', '134156.914000', '134156.916000', '134156.919000', '134156.921000', '134156.924000', '134156.927000', '134156.930000', '134156.933000', '134156.935000', '134156.938000', '134156.941000', '134156.943000', '134156.946000', '134156.948000', '134156.951000', '134156.954000', '134156.956000', '134156.959000', '134156.962000', '134156.966000', '134156.968000', '134156.971000', '134156.974000', '134156.977000', '134156.979000', '134156.982000', '134156.988000', '134156.991000', '134156.993000', '134156.996000', '134216.879000', '134216.882000', '134216.884000', '134216.887000', '134216.890000', '134216.894000', '134216.920000', '134216.922000', '134216.925000', '134216.928000', '134216.930000', '134216.933000', '134216.936000', '134216.938000', '134216.941000', '134216.944000', '134216.946000', '134216.949000', '134216.952000', '134216.954000', '134216.957000', '134216.960000', '134216.962000', '134216.965000', '134216.967000', '134216.970000', '134216.973000', '134216.975000', '134216.978000', '134216.980000', '134216.983000', '134216.986000', '134216.988000', '134216.991000', '134216.994000', '134216.996000', '134217.000000', '134217.003000', '134217.005000', '134217.008000', '134217.010000', '134217.013000', '134217.016000', '134217.018000', '134236.879000', '134236.881000', '134236.884000', '134236.887000', '134236.889000', '134236.892000', '134236.895000', '134236.897000', '134236.900000', '134236.903000', '134236.905000', '134236.908000', '134236.910000', '134236.913000', '134236.916000', '134236.918000', '134236.921000', '134236.923000', '134236.926000', '134236.929000', '134236.932000', '134236.934000', '134236.937000', '134236.939000', '134236.942000', '134236.945000', '134236.947000', '134236.950000', '134236.952000', '134236.955000', '134236.958000', '134236.961000', '134236.963000', '134236.966000', '134236.969000', '134236.971000', '134236.974000', '134236.977000', '134236.979000', '134236.982000', '134236.984000', '134236.987000', '134236.990000', '134256.879000', '134256.882000', '134256.884000', '134256.887000', '134256.890000', '134256.893000', '134256.896000', '134256.898000', '134256.901000', '134256.903000', '134256.906000', '134256.908000', '134256.911000', '134256.914000', '134256.916000', '134256.919000', '134256.921000', '134256.924000', '134256.927000', '134256.929000', '134256.932000', '134256.935000', '134256.937000', '134256.940000', '134256.943000', '134256.945000', '134256.948000', '134256.950000', '134256.953000', '134256.956000', '134256.958000', '134256.961000', '134256.964000', '134256.966000', '134256.969000', '134256.972000', '134256.974000', '134256.977000', '134256.979000', '134256.982000', '134256.985000', '134256.987000', '134256.990000', '134256.992000', '134316.878000', '134316.880000', '134316.883000', '134316.886000', '134316.888000', '134316.891000', '134316.894000', '134316.896000', '134316.899000', '134316.901000', '134316.904000', '134316.906000', '134316.909000', '134316.912000', '134316.914000', '134316.917000', '134316.919000', '134316.922000', '134316.925000', '134316.927000', '134316.930000', '134316.932000', '134316.935000', '134316.938000', '134316.940000', '134316.943000', '134316.946000', '134316.949000', '134316.951000', '134316.954000', '134316.957000', '134316.959000', '134316.962000', '134316.965000', '134316.967000', '134316.970000', '134316.973000', '134316.975000', '134316.978000', '134316.980000', '134316.983000', '134316.986000', '134316.988000', '134336.877000', '134336.880000', '134336.883000', '134336.886000', '134336.889000', '134336.891000', '134336.894000', '134336.897000', '134336.899000', '134336.902000', '134336.904000', '134336.907000', '134336.910000', '134336.912000', '134336.915000', '134336.918000', '134336.954000', '134336.957000', '134336.960000', '134336.962000', '134336.965000', '134336.968000', '134336.970000', '134336.973000', '134336.976000', '134336.978000', '134336.981000', '134336.984000', '134336.986000', '134336.989000', '134336.992000', '134336.994000', '134336.997000', '134337.001000', '134337.003000', '134337.006000', '134337.009000', '134337.011000', '134337.014000', '134337.017000', '134337.019000', '134337.022000', '134337.024000', '134337.027000', '134356.879000', '134356.882000', '134356.884000', '134356.887000', '134356.890000', '134356.892000', '134356.895000', '134356.897000', '134356.900000', '134356.903000', '134356.905000', '134356.908000', '134356.910000', '134356.913000', '134356.916000', '134356.918000', '134356.921000', '134356.924000', '134356.926000', '134356.929000', '134356.932000', '134356.934000', '134356.937000', '134356.940000', '134356.942000', '134356.945000', '134356.948000', '134356.950000', '134356.953000', '134356.955000', '134356.958000', '134356.961000', '134356.963000', '134356.966000', '134356.969000', '134356.971000', '134356.974000', '134356.977000', '134356.979000', '134356.982000', '134356.984000', '134356.987000', '134356.990000', '134416.879000', '134416.881000', '134416.884000', '134416.887000', '134416.890000', '134416.892000', '134416.895000', '134416.898000', '134416.900000', '134416.903000', '134416.905000', '134416.908000', '134416.911000', '134416.913000', '134416.916000', '134416.919000', '134416.921000', '134416.924000', '134416.927000', '134416.929000', '134416.932000', '134416.934000', '134416.937000', '134416.940000', '134416.942000', '134416.945000', '134416.948000', '134416.950000', '134416.953000', '134416.955000', '134416.958000', '134416.961000', '134416.963000', '134416.966000', '134416.969000', '134416.971000', '134416.974000', '134416.976000', '134416.979000', '134416.982000', '134416.984000', '134416.987000', '134416.990000', '134416.992000', '134436.878000', '134436.881000', '134436.884000', '134436.887000', '134436.889000', '134436.892000', '134436.894000', '134436.897000', '134436.900000', '134436.902000', '134436.905000', '134436.908000', '134436.910000', '134436.913000', '134436.916000', '134436.918000', '134436.921000', '134436.923000', '134436.926000', '134436.929000', '134436.932000', '134436.934000', '134436.937000', '134436.939000', '134436.942000', '134436.945000', '134436.947000', '134436.950000', '134436.953000', '134436.955000', '134436.958000', '134436.960000', '134436.963000', '134436.966000', '134436.968000', '134436.971000', '134436.974000', '134436.976000', '134436.979000', '134436.981000', '134436.984000', '134436.987000', '134436.989000', '134456.878000', '134456.881000', '134456.884000', '134456.887000', '134456.889000', '134456.892000', '134456.895000', '134456.897000', '134456.900000', '134456.902000', '134456.905000', '134456.908000', '134456.910000', '134456.935000', '134456.938000', '134456.941000', '134456.943000', '134456.946000', '134456.948000', '134456.951000', '134456.954000', '134456.956000', '134456.959000', '134456.962000', '134456.964000', '134456.967000', '134456.969000', '134456.972000', '134456.975000', '134456.977000', '134456.980000', '134456.992000', '134456.995000', '134456.998000', '134457.001000', '134457.004000', '134457.006000', '134457.009000', '134457.012000', '134457.015000', '134457.017000', '134457.020000', '134457.023000', '134457.025000', '134516.880000', '134516.883000', '134516.885000', '134516.888000', '134516.891000', '134516.894000', '134516.896000', '134516.899000', '134516.902000', '134516.904000', '134516.907000', '134516.910000', '134516.912000', '134516.915000', '134516.917000', '134516.920000', '134516.923000', '134516.925000', '134516.928000', '134516.931000', '134516.933000', '134516.936000', '134516.938000', '134516.941000', '134516.944000', '134516.946000', '134516.949000', '134516.952000', '134516.954000', '134516.957000', '134516.959000', '134516.962000', '134516.965000', '134516.968000', '134516.970000', '134516.973000', '134516.976000', '134516.978000', '134516.981000', '134516.983000', '134516.986000', '134516.989000', '134516.991000', '134536.878000', '134536.881000', '134536.883000', '134536.886000', '134536.889000', '134536.891000', '134536.894000', '134536.897000', '134536.899000', '134536.902000', '134536.905000', '134536.907000', '134536.910000', '134536.913000', '134536.915000', '134536.918000', '134536.921000', '134536.923000', '134536.926000', '134536.929000', '134536.931000', '134536.934000', '134536.937000', '134536.939000', '134536.942000', '134536.945000', '134536.947000', '134536.950000', '134536.953000', '134536.955000', '134536.958000', '134536.960000', '134536.963000', '134536.966000', '134536.968000', '134536.971000', '134536.974000', '134536.976000', '134536.979000', '134536.981000', '134536.984000', '134536.987000', '134536.989000', '134536.992000', '134556.878000', '134556.881000', '134556.884000', '134556.886000', '134556.889000', '134556.891000', '134556.894000', '134556.897000', '134556.899000', '134556.902000', '134556.905000', '134556.907000', '134556.910000', '134556.913000', '134556.915000', '134556.918000', '134556.921000', '134556.923000', '134556.926000', '134556.929000', '134556.931000', '134556.934000', '134556.937000', '134556.939000', '134556.942000', '134556.944000', '134556.947000', '134556.950000', '134556.952000', '134556.955000', '134556.958000', '134556.960000', '134556.963000', '134556.965000', '134556.968000', '134556.971000', '134556.973000', '134556.976000', '134556.979000', '134556.981000', '134556.984000', '134556.987000', '134556.989000', '134616.879000', '134616.881000', '134616.884000', '134616.887000', '134616.890000', '134616.892000', '134616.895000', '134616.898000', '134616.900000', '134616.903000', '134616.905000', '134616.908000', '134616.911000', '134616.913000', '134616.916000', '134616.919000', '134616.921000', '134616.924000', '134616.927000', '134616.929000', '134616.932000', '134616.935000', '134616.937000', '134616.940000', '134616.943000', '134616.945000', '134616.948000', '134616.950000', '134616.953000', '134616.956000', '134616.958000', '134616.961000', '134616.964000', '134616.966000', '134616.969000', '134616.972000', '134616.974000', '134616.977000', '134616.980000', '134616.982000', '134616.985000', '134616.987000', '134616.990000', '134616.993000', '134636.879000', '134636.882000', '134636.885000', '134636.887000', '134636.890000', '134636.893000', '134636.895000', '134636.898000', '134636.901000', '134636.903000', '134636.906000', '134636.909000', '134636.911000', '134636.914000', '134636.917000', '134636.919000', '134636.922000', '134636.926000', '134636.929000', '134636.931000', '134636.934000', '134636.937000', '134636.939000', '134636.942000', '134636.945000', '134636.947000', '134636.950000', '134636.952000', '134636.955000', '134636.958000', '134636.960000', '134636.963000', '134636.966000', '134636.968000', '134636.971000', '134636.973000', '134636.976000', '134636.979000', '134636.981000', '134636.984000', '134636.987000', '134636.989000', '134636.992000', '134656.879000', '134656.883000', '134656.885000', '134656.888000', '134656.891000', '134656.893000', '134656.896000', '134656.899000', '134656.901000', '134656.904000', '134656.907000', '134656.909000', '134656.912000', '134656.915000', '134656.917000', '134656.920000', '134656.922000', '134656.925000', '134656.928000', '134656.930000', '134656.933000', '134656.936000', '134656.939000', '134656.942000', '134656.944000', '134656.947000', '134656.950000', '134656.952000', '134656.955000', '134656.957000', '134656.960000', '134656.963000', '134656.965000', '134656.968000', '134656.971000', '134656.973000', '134656.976000', '134656.979000', '134656.982000', '134656.984000', '134656.987000', '134656.989000', '134656.992000', '134656.995000', '134706.013000', '134706.016000', '134706.020000', '134706.022000', '134706.025000', '134706.028000', '134706.031000', '134706.034000', '134706.037000', '134706.040000', '134706.042000', '134706.045000', '134706.048000', '134706.051000', '134706.054000', '134706.057000', '134706.060000', '134706.063000', '134706.066000', '134706.069000'], 'InstanceCreationTime': ['133636.915000', '133636.919000', '133636.922000', '133636.925000', '133636.927000', '133636.930000', '133656.878000', '133656.881000', '133656.884000', '133656.887000', '133656.889000', '133656.892000', '133656.895000', '133656.897000', '133656.900000', '133656.902000', '133656.905000', '133656.908000', '133656.910000', '133656.913000', '133656.916000', '133656.918000', '133656.921000', '133656.923000', '133656.926000', '133656.929000', '133656.931000', '133656.934000', '133656.937000', '133656.939000', '133656.942000', '133656.945000', '133656.955000', '133656.958000', '133656.960000', '133656.963000', '133656.965000', '133656.968000', '133656.971000', '133656.973000', '133656.976000', '133656.979000', '133656.981000', '133656.984000', '133656.986000', '133656.989000', '133656.992000', '133656.994000', '133656.997000', '133657.000000', '133657.002000', '133716.879000', '133716.881000', '133716.884000', '133716.887000', '133716.890000', '133716.892000', '133716.895000', '133716.898000', '133716.901000', '133716.903000', '133716.906000', '133716.909000', '133716.911000', '133716.914000', '133716.917000', '133716.919000', '133716.922000', '133716.924000', '133716.927000', '133716.930000', '133716.932000', '133716.935000', '133716.937000', '133716.940000', '133716.943000', '133716.945000', '133716.948000', '133716.950000', '133716.953000', '133716.956000', '133716.958000', '133716.961000', '133716.964000', '133716.966000', '133716.969000', '133716.972000', '133716.974000', '133716.977000', '133716.979000', '133716.982000', '133716.985000', '133716.987000', '133716.990000', '133716.993000', '133736.878000', '133736.881000', '133736.884000', '133736.886000', '133736.889000', '133736.892000', '133736.894000', '133736.897000', '133736.900000', '133736.902000', '133736.905000', '133736.907000', '133736.910000', '133736.913000', '133736.915000', '133736.918000', '133736.920000', '133736.933000', '133736.936000', '133736.939000', '133736.941000', '133736.944000', '133736.947000', '133736.949000', '133736.955000', '133736.958000', '133736.960000', '133736.963000', '133736.966000', '133736.968000', '133736.971000', '133736.973000', '133736.976000', '133736.979000', '133736.982000', '133736.984000', '133736.987000', '133736.989000', '133736.992000', '133736.994000', '133736.997000', '133737.001000', '133737.003000', '133756.879000', '133756.882000', '133756.884000', '133756.887000', '133756.890000', '133756.892000', '133756.895000', '133756.898000', '133756.901000', '133756.903000', '133756.906000', '133756.908000', '133756.911000', '133756.914000', '133756.916000', '133756.919000', '133756.922000', '133756.924000', '133756.927000', '133756.929000', '133756.932000', '133756.935000', '133756.938000', '133756.940000', '133756.943000', '133756.945000', '133756.948000', '133756.952000', '133756.955000', '133756.958000', '133756.961000', '133756.963000', '133756.966000', '133756.968000', '133756.971000', '133756.974000', '133756.976000', '133756.979000', '133756.981000', '133756.984000', '133756.987000', '133756.989000', '133756.992000', '133756.995000', '133816.878000', '133816.881000', '133816.884000', '133816.887000', '133816.889000', '133816.892000', '133816.894000', '133816.897000', '133816.900000', '133816.902000', '133816.905000', '133816.908000', '133816.910000', '133816.913000', '133816.916000', '133816.918000', '133816.921000', '133816.924000', '133816.926000', '133816.929000', '133816.931000', '133816.934000', '133816.937000', '133816.939000', '133816.948000', '133816.950000', '133816.953000', '133816.956000', '133816.958000', '133816.961000', '133816.963000', '133816.966000', '133816.969000', '133816.971000', '133816.974000', '133816.977000', '133816.979000', '133816.982000', '133816.984000', '133816.987000', '133816.990000', '133816.992000', '133816.995000', '133836.878000', '133836.880000', '133836.883000', '133836.886000', '133836.888000', '133836.891000', '133836.894000', '133836.896000', '133836.899000', '133836.901000', '133836.904000', '133836.907000', '133836.909000', '133836.912000', '133836.915000', '133836.917000', '133836.920000', '133836.923000', '133836.925000', '133836.928000', '133836.930000', '133836.933000', '133836.935000', '133836.938000', '133836.941000', '133836.943000', '133836.946000', '133836.949000', '133836.951000', '133836.954000', '133836.957000', '133836.959000', '133836.962000', '133836.965000', '133836.967000', '133836.970000', '133836.972000', '133836.977000', '133836.979000', '133836.982000', '133836.985000', '133836.988000', '133836.990000', '133836.993000', '133856.877000', '133856.880000', '133856.883000', '133856.886000', '133856.889000', '133856.891000', '133856.894000', '133856.897000', '133856.899000', '133856.902000', '133856.905000', '133856.907000', '133856.910000', '133856.913000', '133856.915000', '133856.918000', '133856.921000', '133856.923000', '133856.926000', '133856.929000', '133856.931000', '133856.934000', '133856.936000', '133856.939000', '133856.942000', '133856.944000', '133856.947000', '133856.950000', '133856.952000', '133856.955000', '133856.958000', '133856.960000', '133856.963000', '133856.965000', '133856.968000', '133856.971000', '133856.973000', '133856.976000', '133856.979000', '133856.981000', '133856.984000', '133856.986000', '133856.989000', '133916.879000', '133916.882000', '133916.885000', '133916.888000', '133916.891000', '133916.894000', '133916.896000', '133916.899000', '133916.901000', '133916.904000', '133916.907000', '133916.909000', '133916.912000', '133916.954000', '133916.957000', '133916.960000', '133916.963000', '133916.965000', '133916.968000', '133916.971000', '133916.973000', '133916.976000', '133916.979000', '133916.981000', '133916.984000', '133916.987000', '133916.989000', '133916.992000', '133916.995000', '133916.997000', '133917.000000', '133917.002000', '133917.005000', '133917.008000', '133917.010000', '133917.013000', '133917.016000', '133917.018000', '133917.021000', '133917.023000', '133917.026000', '133917.029000', '133917.031000', '133917.034000', '133936.878000', '133936.882000', '133936.885000', '133936.888000', '133936.890000', '133936.893000', '133936.896000', '133936.898000', '133936.901000', '133936.904000', '133936.906000', '133936.909000', '133936.912000', '133936.914000', '133936.917000', '133936.919000', '133936.922000', '133936.925000', '133936.927000', '133936.930000', '133936.933000', '133936.935000', '133936.938000', '133936.941000', '133936.943000', '133936.946000', '133936.949000', '133936.951000', '133936.954000', '133936.957000', '133936.959000', '133936.962000', '133936.964000', '133936.967000', '133936.970000', '133936.972000', '133936.975000', '133936.978000', '133936.980000', '133936.983000', '133936.986000', '133936.988000', '133936.991000', '133956.878000', '133956.881000', '133956.884000', '133956.887000', '133956.889000', '133956.892000', '133956.894000', '133956.897000', '133956.900000', '133956.902000', '133956.905000', '133956.907000', '133956.910000', '133956.913000', '133956.915000', '133956.918000', '133956.921000', '133956.923000', '133956.926000', '133956.929000', '133956.931000', '133956.934000', '133956.937000', '133956.939000', '133956.942000', '133956.944000', '133956.947000', '133956.950000', '133956.952000', '133956.955000', '133956.958000', '133956.960000', '133956.963000', '133956.965000', '133956.968000', '133956.971000', '133956.973000', '133956.976000', '133956.979000', '133956.981000', '133956.984000', '133956.986000', '133956.989000', '133956.992000', '134016.879000', '134016.881000', '134016.884000', '134016.887000', '134016.889000', '134016.892000', '134016.895000', '134016.897000', '134016.900000', '134016.903000', '134016.905000', '134016.908000', '134016.910000', '134016.913000', '134016.916000', '134016.918000', '134016.921000', '134016.924000', '134016.926000', '134016.929000', '134016.932000', '134016.934000', '134016.937000', '134016.939000', '134016.942000', '134016.945000', '134016.947000', '134016.950000', '134016.953000', '134016.955000', '134016.958000', '134016.960000', '134016.963000', '134016.966000', '134016.968000', '134016.971000', '134016.974000', '134016.976000', '134016.979000', '134016.981000', '134016.984000', '134016.987000', '134016.989000', '134036.879000', '134036.888000', '134036.891000', '134036.894000', '134036.896000', '134036.899000', '134036.901000', '134036.904000', '134036.907000', '134036.910000', '134036.912000', '134036.915000', '134036.918000', '134036.920000', '134036.924000', '134036.927000', '134036.929000', '134036.932000', '134036.935000', '134036.937000', '134036.940000', '134036.943000', '134036.945000', '134036.948000', '134036.951000', '134036.953000', '134036.956000', '134036.959000', '134036.961000', '134036.964000', '134036.967000', '134036.969000', '134036.972000', '134036.975000', '134036.977000', '134036.980000', '134036.982000', '134036.985000', '134037.003000', '134037.005000', '134037.008000', '134037.011000', '134037.013000', '134056.878000', '134056.880000', '134056.883000', '134056.886000', '134056.888000', '134056.891000', '134056.894000', '134056.896000', '134056.899000', '134056.902000', '134056.904000', '134056.907000', '134056.909000', '134056.912000', '134056.915000', '134056.917000', '134056.920000', '134056.922000', '134056.925000', '134056.928000', '134056.930000', '134056.933000', '134056.935000', '134056.938000', '134056.941000', '134056.943000', '134056.946000', '134056.949000', '134056.951000', '134056.954000', '134056.956000', '134056.959000', '134056.962000', '134056.964000', '134056.967000', '134056.969000', '134056.972000', '134056.975000', '134056.977000', '134056.980000', '134056.982000', '134056.985000', '134056.988000', '134056.990000', '134116.878000', '134116.881000', '134116.884000', '134116.886000', '134116.889000', '134116.891000', '134116.894000', '134116.897000', '134116.900000', '134116.902000', '134116.905000', '134116.907000', '134116.910000', '134116.913000', '134116.915000', '134116.918000', '134116.921000', '134116.923000', '134116.926000', '134116.929000', '134116.931000', '134116.934000', '134116.936000', '134116.939000', '134116.942000', '134116.944000', '134116.947000', '134116.950000', '134116.952000', '134116.955000', '134116.958000', '134116.960000', '134116.963000', '134116.965000', '134116.968000', '134116.971000', '134116.973000', '134116.976000', '134116.979000', '134116.981000', '134116.984000', '134116.987000', '134116.989000', '134136.878000', '134136.881000', '134136.884000', '134136.887000', '134136.890000', '134136.892000', '134136.895000', '134136.898000', '134136.900000', '134136.903000', '134136.905000', '134136.908000', '134136.911000', '134136.913000', '134136.916000', '134136.919000', '134136.921000', '134136.924000', '134136.926000', '134136.929000', '134136.932000', '134136.934000', '134136.937000', '134136.940000', '134136.942000', '134136.945000', '134136.947000', '134136.950000', '134136.953000', '134136.955000', '134136.958000', '134136.960000', '134136.963000', '134136.966000', '134136.968000', '134136.971000', '134136.974000', '134136.976000', '134136.979000', '134136.982000', '134136.984000', '134136.987000', '134136.989000', '134136.992000', '134156.879000', '134156.882000', '134156.884000', '134156.887000', '134156.889000', '134156.892000', '134156.895000', '134156.898000', '134156.900000', '134156.903000', '134156.906000', '134156.908000', '134156.911000', '134156.914000', '134156.916000', '134156.919000', '134156.921000', '134156.924000', '134156.927000', '134156.930000', '134156.933000', '134156.935000', '134156.938000', '134156.941000', '134156.943000', '134156.946000', '134156.948000', '134156.951000', '134156.954000', '134156.956000', '134156.959000', '134156.962000', '134156.966000', '134156.968000', '134156.971000', '134156.974000', '134156.977000', '134156.979000', '134156.982000', '134156.988000', '134156.991000', '134156.993000', '134156.996000', '134216.879000', '134216.882000', '134216.884000', '134216.887000', '134216.890000', '134216.894000', '134216.920000', '134216.922000', '134216.925000', '134216.928000', '134216.930000', '134216.933000', '134216.936000', '134216.938000', '134216.941000', '134216.944000', '134216.946000', '134216.949000', '134216.952000', '134216.954000', '134216.957000', '134216.960000', '134216.962000', '134216.965000', '134216.967000', '134216.970000', '134216.973000', '134216.975000', '134216.978000', '134216.980000', '134216.983000', '134216.986000', '134216.988000', '134216.991000', '134216.994000', '134216.996000', '134217.000000', '134217.003000', '134217.005000', '134217.008000', '134217.010000', '134217.013000', '134217.016000', '134217.018000', '134236.879000', '134236.881000', '134236.884000', '134236.887000', '134236.889000', '134236.892000', '134236.895000', '134236.897000', '134236.900000', '134236.903000', '134236.905000', '134236.908000', '134236.910000', '134236.913000', '134236.916000', '134236.918000', '134236.921000', '134236.923000', '134236.926000', '134236.929000', '134236.932000', '134236.934000', '134236.937000', '134236.939000', '134236.942000', '134236.945000', '134236.947000', '134236.950000', '134236.952000', '134236.955000', '134236.958000', '134236.961000', '134236.963000', '134236.966000', '134236.969000', '134236.971000', '134236.974000', '134236.977000', '134236.979000', '134236.982000', '134236.984000', '134236.987000', '134236.990000', '134256.879000', '134256.882000', '134256.884000', '134256.887000', '134256.890000', '134256.893000', '134256.896000', '134256.898000', '134256.901000', '134256.903000', '134256.906000', '134256.908000', '134256.911000', '134256.914000', '134256.916000', '134256.919000', '134256.921000', '134256.924000', '134256.927000', '134256.929000', '134256.932000', '134256.935000', '134256.937000', '134256.940000', '134256.943000', '134256.945000', '134256.948000', '134256.950000', '134256.953000', '134256.956000', '134256.958000', '134256.961000', '134256.964000', '134256.966000', '134256.969000', '134256.972000', '134256.974000', '134256.977000', '134256.979000', '134256.982000', '134256.985000', '134256.987000', '134256.990000', '134256.992000', '134316.878000', '134316.880000', '134316.883000', '134316.886000', '134316.888000', '134316.891000', '134316.894000', '134316.896000', '134316.899000', '134316.901000', '134316.904000', '134316.906000', '134316.909000', '134316.912000', '134316.914000', '134316.917000', '134316.919000', '134316.922000', '134316.925000', '134316.927000', '134316.930000', '134316.932000', '134316.935000', '134316.938000', '134316.940000', '134316.943000', '134316.946000', '134316.949000', '134316.951000', '134316.954000', '134316.957000', '134316.959000', '134316.962000', '134316.965000', '134316.967000', '134316.970000', '134316.973000', '134316.975000', '134316.978000', '134316.980000', '134316.983000', '134316.986000', '134316.988000', '134336.877000', '134336.880000', '134336.883000', '134336.886000', '134336.889000', '134336.891000', '134336.894000', '134336.897000', '134336.899000', '134336.902000', '134336.904000', '134336.907000', '134336.910000', '134336.912000', '134336.915000', '134336.918000', '134336.954000', '134336.957000', '134336.960000', '134336.962000', '134336.965000', '134336.968000', '134336.970000', '134336.973000', '134336.976000', '134336.978000', '134336.981000', '134336.984000', '134336.986000', '134336.989000', '134336.992000', '134336.994000', '134336.997000', '134337.001000', '134337.003000', '134337.006000', '134337.009000', '134337.011000', '134337.014000', '134337.017000', '134337.019000', '134337.022000', '134337.024000', '134337.027000', '134356.879000', '134356.882000', '134356.884000', '134356.887000', '134356.890000', '134356.892000', '134356.895000', '134356.897000', '134356.900000', '134356.903000', '134356.905000', '134356.908000', '134356.910000', '134356.913000', '134356.916000', '134356.918000', '134356.921000', '134356.924000', '134356.926000', '134356.929000', '134356.932000', '134356.934000', '134356.937000', '134356.940000', '134356.942000', '134356.945000', '134356.948000', '134356.950000', '134356.953000', '134356.955000', '134356.958000', '134356.961000', '134356.963000', '134356.966000', '134356.969000', '134356.971000', '134356.974000', '134356.977000', '134356.979000', '134356.982000', '134356.984000', '134356.987000', '134356.990000', '134416.879000', '134416.881000', '134416.884000', '134416.887000', '134416.890000', '134416.892000', '134416.895000', '134416.898000', '134416.900000', '134416.903000', '134416.905000', '134416.908000', '134416.911000', '134416.913000', '134416.916000', '134416.919000', '134416.921000', '134416.924000', '134416.927000', '134416.929000', '134416.932000', '134416.934000', '134416.937000', '134416.940000', '134416.942000', '134416.945000', '134416.948000', '134416.950000', '134416.953000', '134416.955000', '134416.958000', '134416.961000', '134416.963000', '134416.966000', '134416.969000', '134416.971000', '134416.974000', '134416.976000', '134416.979000', '134416.982000', '134416.984000', '134416.987000', '134416.990000', '134416.992000', '134436.878000', '134436.881000', '134436.884000', '134436.887000', '134436.889000', '134436.892000', '134436.894000', '134436.897000', '134436.900000', '134436.902000', '134436.905000', '134436.908000', '134436.910000', '134436.913000', '134436.916000', '134436.918000', '134436.921000', '134436.923000', '134436.926000', '134436.929000', '134436.932000', '134436.934000', '134436.937000', '134436.939000', '134436.942000', '134436.945000', '134436.947000', '134436.950000', '134436.953000', '134436.955000', '134436.958000', '134436.960000', '134436.963000', '134436.966000', '134436.968000', '134436.971000', '134436.974000', '134436.976000', '134436.979000', '134436.981000', '134436.984000', '134436.987000', '134436.989000', '134456.878000', '134456.881000', '134456.884000', '134456.887000', '134456.889000', '134456.892000', '134456.895000', '134456.897000', '134456.900000', '134456.902000', '134456.905000', '134456.908000', '134456.910000', '134456.935000', '134456.938000', '134456.941000', '134456.943000', '134456.946000', '134456.948000', '134456.951000', '134456.954000', '134456.956000', '134456.959000', '134456.962000', '134456.964000', '134456.967000', '134456.969000', '134456.972000', '134456.975000', '134456.977000', '134456.980000', '134456.992000', '134456.995000', '134456.998000', '134457.001000', '134457.004000', '134457.006000', '134457.009000', '134457.012000', '134457.015000', '134457.017000', '134457.020000', '134457.023000', '134457.025000', '134516.880000', '134516.883000', '134516.885000', '134516.888000', '134516.891000', '134516.894000', '134516.896000', '134516.899000', '134516.902000', '134516.904000', '134516.907000', '134516.910000', '134516.912000', '134516.915000', '134516.917000', '134516.920000', '134516.923000', '134516.925000', '134516.928000', '134516.931000', '134516.933000', '134516.936000', '134516.938000', '134516.941000', '134516.944000', '134516.946000', '134516.949000', '134516.952000', '134516.954000', '134516.957000', '134516.959000', '134516.962000', '134516.965000', '134516.968000', '134516.970000', '134516.973000', '134516.976000', '134516.978000', '134516.981000', '134516.983000', '134516.986000', '134516.989000', '134516.991000', '134536.878000', '134536.881000', '134536.883000', '134536.886000', '134536.889000', '134536.891000', '134536.894000', '134536.897000', '134536.899000', '134536.902000', '134536.905000', '134536.907000', '134536.910000', '134536.913000', '134536.915000', '134536.918000', '134536.921000', '134536.923000', '134536.926000', '134536.929000', '134536.931000', '134536.934000', '134536.937000', '134536.939000', '134536.942000', '134536.945000', '134536.947000', '134536.950000', '134536.953000', '134536.955000', '134536.958000', '134536.960000', '134536.963000', '134536.966000', '134536.968000', '134536.971000', '134536.974000', '134536.976000', '134536.979000', '134536.981000', '134536.984000', '134536.987000', '134536.989000', '134536.992000', '134556.878000', '134556.881000', '134556.884000', '134556.886000', '134556.889000', '134556.891000', '134556.894000', '134556.897000', '134556.899000', '134556.902000', '134556.905000', '134556.907000', '134556.910000', '134556.913000', '134556.915000', '134556.918000', '134556.921000', '134556.923000', '134556.926000', '134556.929000', '134556.931000', '134556.934000', '134556.937000', '134556.939000', '134556.942000', '134556.944000', '134556.947000', '134556.950000', '134556.952000', '134556.955000', '134556.958000', '134556.960000', '134556.963000', '134556.965000', '134556.968000', '134556.971000', '134556.973000', '134556.976000', '134556.979000', '134556.981000', '134556.984000', '134556.987000', '134556.989000', '134616.879000', '134616.881000', '134616.884000', '134616.887000', '134616.890000', '134616.892000', '134616.895000', '134616.898000', '134616.900000', '134616.903000', '134616.905000', '134616.908000', '134616.911000', '134616.913000', '134616.916000', '134616.919000', '134616.921000', '134616.924000', '134616.927000', '134616.929000', '134616.932000', '134616.935000', '134616.937000', '134616.940000', '134616.943000', '134616.945000', '134616.948000', '134616.950000', '134616.953000', '134616.956000', '134616.958000', '134616.961000', '134616.964000', '134616.966000', '134616.969000', '134616.972000', '134616.974000', '134616.977000', '134616.980000', '134616.982000', '134616.985000', '134616.987000', '134616.990000', '134616.993000', '134636.879000', '134636.882000', '134636.885000', '134636.887000', '134636.890000', '134636.893000', '134636.895000', '134636.898000', '134636.901000', '134636.903000', '134636.906000', '134636.909000', '134636.911000', '134636.914000', '134636.917000', '134636.919000', '134636.922000', '134636.926000', '134636.929000', '134636.931000', '134636.934000', '134636.937000', '134636.939000', '134636.942000', '134636.945000', '134636.947000', '134636.950000', '134636.952000', '134636.955000', '134636.958000', '134636.960000', '134636.963000', '134636.966000', '134636.968000', '134636.971000', '134636.973000', '134636.976000', '134636.979000', '134636.981000', '134636.984000', '134636.987000', '134636.989000', '134636.992000', '134656.879000', '134656.883000', '134656.885000', '134656.888000', '134656.891000', '134656.893000', '134656.896000', '134656.899000', '134656.901000', '134656.904000', '134656.907000', '134656.909000', '134656.912000', '134656.915000', '134656.917000', '134656.920000', '134656.922000', '134656.925000', '134656.928000', '134656.930000', '134656.933000', '134656.936000', '134656.939000', '134656.942000', '134656.944000', '134656.947000', '134656.950000', '134656.952000', '134656.955000', '134656.957000', '134656.960000', '134656.963000', '134656.965000', '134656.968000', '134656.971000', '134656.973000', '134656.976000', '134656.979000', '134656.982000', '134656.984000', '134656.987000', '134656.989000', '134656.992000', '134656.995000', '134706.013000', '134706.016000', '134706.020000', '134706.022000', '134706.025000', '134706.028000', '134706.031000', '134706.034000', '134706.037000', '134706.040000', '134706.042000', '134706.045000', '134706.048000', '134706.051000', '134706.054000', '134706.057000', '134706.060000', '134706.063000', '134706.066000', '134706.069000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [7343, 6938, 7852, 8036, 7470, 8073, 12165, 7778, 8932, 12707, 10090, 10375, 10075, 7344, 9844, 8420, 7085, 10095, 8196, 12277, 8080, 11402, 7096, 7792, 7695, 8293, 7950, 6999, 9156, 6738, 9529, 6822, 10086, 7765, 12206, 8587, 8674, 7401, 6972, 7805, 7037, 11795, 7530, 10622, 9203, 9023, 11511, 8474, 12036, 8629, 12522, 7589, 9364, 7528, 7288, 7592, 6945, 11455, 7301, 12017, 8824, 9039, 7319, 6846, 7866, 7345, 11990, 7262, 12174, 8147, 11828, 8322, 7797, 7651, 7091, 9170, 6891, 10579, 7207, 10898, 7260, 8583, 7496, 6924, 11749, 8196, 10903, 7110, 7460, 7183, 7020, 7897, 6923, 9880, 7655, 9327, 12075, 7111, 9556, 6944, 8726, 8306, 7755, 9475, 6851, 9207, 6767, 9274, 7148, 9986, 7779, 7802, 8131, 6691, 8545, 6816, 8745, 6933, 9114, 7275, 7074, 7098, 7962, 7522, 6905, 10971, 8640, 8940, 8488, 7260, 7247, 7254, 7430, 10589, 8527, 10760, 9707, 6833, 9749, 6831, 9397, 8658, 7635, 11281, 10117, 11881, 11533, 7593, 10583, 7363, 8980, 7726, 6535, 9458, 7409, 10807, 10428, 6536, 7693, 6984, 9212, 7512, 6893, 11105, 7237, 10176, 8714, 9303, 9943, 7536, 8152, 6538, 6823, 6722, 8234, 11445, 9901, 8781, 6859, 11386, 6643, 6528, 7790, 6306, 10270, 7129, 9542, 6419, 7859, 6904, 8519, 7985, 8703, 11032, 9103, 12870, 8318, 7534, 6445, 7948, 6965, 9880, 8211, 9996, 10491, 8362, 7322, 6188, 7307, 6251, 11205, 7989, 10777, 7369, 7248, 6360, 8326, 6508, 9696, 7008, 10379, 10428, 10766, 8995, 7107, 6437, 6362, 7571, 6966, 11514, 9514, 9693, 8309, 6618, 10995, 6504, 11453, 9047, 10493, 6732, 8011, 6505, 8493, 8758, 8826, 12725, 7878, 7035, 6869, 9275, 8242, 10185, 11065, 8269, 6868, 6910, 7810, 6834, 10047, 10649, 10043, 8418, 6225, 8138, 6601, 10123, 7293, 10878, 6911, 8530, 6813, 9900, 8646, 8737, 8485, 7842, 11482, 7393, 10412, 7237, 7510, 6452, 6562, 9210, 6464, 10474, 9428, 11504, 7674, 6409, 7085, 6720, 8702, 6947, 10369, 11036, 11142, 8387, 6544, 7484, 7040, 9597, 10125, 11252, 8597, 6644, 6564, 6873, 8200, 6942, 10504, 11111, 9212, 7389, 6988, 7759, 6852, 10616, 8887, 8773, 13488, 8011, 7693, 6923, 9709, 6991, 9848, 9032, 8279, 13075, 8094, 8120, 6897, 8342, 6815, 8352, 7918, 7327, 12146, 8971, 11758, 7223, 6487, 7313, 6391, 9380, 7156, 11032, 8173, 9312, 11939, 8081, 9013, 6994, 6521, 7678, 6733, 10065, 7335, 10671, 11487, 9326, 8791, 6917, 8077, 6886, 10048, 8223, 7839, 12236, 7619, 11148, 7143, 6325, 7172, 6800, 9281, 7196, 11647, 11239, 9584, 8452, 6987, 8583, 7395, 9833, 8405, 8504, 12146, 7564, 9499, 7337, 9033, 7820, 8891, 8792, 7271, 10721, 7687, 10660, 7690, 7159, 8552, 7169, 10680, 9795, 9395, 8322, 7228, 7651, 7170, 6741, 10355, 7421, 6769, 9690, 10297, 10709, 9921, 7762, 8180, 8562, 7160, 9607, 8082, 10619, 11458, 10762, 10803, 7914, 9464, 7503, 7185, 9632, 7488, 10940, 8617, 7691, 8034, 6670, 8737, 7270, 9937, 8035, 11427, 9822, 8345, 9729, 7571, 9080, 7851, 8681, 8661, 7752, 10850, 8024, 10778, 8963, 7723, 8202, 6603, 9223, 7956, 10887, 8467, 11720, 9818, 10376, 8563, 6854, 8973, 7812, 10739, 8269, 9872, 8926, 9310, 9459, 7909, 11010, 6584, 8727, 7284, 9393, 7745, 11482, 8390, 9812, 10267, 6901, 9869, 7489, 10058, 7678, 9191, 8998, 7946, 11118, 7928, 10693, 8627, 7836, 8818, 7105, 10899, 8354, 11294, 10108, 9795, 9460, 7117, 9678, 7793, 10113, 9444, 9148, 11217, 7733, 10793, 9093, 13021, 9652, 7165, 8730, 7108, 9570, 8306, 11559, 8414, 11980, 8683, 9096, 9940, 7446, 11156, 7399, 9707, 7592, 10595, 8987, 9159, 10203, 8057, 11478, 8288, 11157, 9562, 8918, 8596, 8112, 10021, 8398, 11333, 12071, 8340, 11542, 8827, 7529, 9909, 8639, 12488, 9773, 9451, 12177, 10110, 11641, 9734, 7837, 11028, 8876, 11485, 9095, 12170, 10585, 9398, 10024, 7472, 10483, 8598, 10265, 9534, 8426, 10830, 8265, 12134, 9899, 10368, 9107, 7781, 9657, 8061, 11374, 8987, 11334, 11250, 8457, 9838, 8028, 9489, 8832, 8253, 11493, 9742, 12732, 11208, 8333, 10187, 8581, 9970, 9725, 8629, 11309, 8704, 12121, 9313, 12390, 9753, 9351, 9380, 7754, 10741, 8626, 11428, 8872, 11116, 8787, 10632, 8402, 8004, 10373, 7826, 9381, 7652, 8018, 9241, 7761, 7538, 10438, 8357, 12338, 9550, 13899, 10779, 12668, 13466, 12554, 14470, 15098, 15924, 12730, 16355, 9020, 9966, 9705, 7908, 11507, 7438, 7057, 7464, 7017, 8214, 7320, 6768, 11305, 8563, 12253, 9663, 6759, 9318, 7155, 12297, 9452, 10485, 12942, 9008, 9932, 7032, 8939, 7568, 6981, 11108, 7939, 11826, 8351, 9038, 8295, 7098, 7933, 7313, 11600, 8279, 12510, 9077, 8709, 8321, 7409, 8273, 7783, 10452, 8284, 10946, 11209, 7574, 9684, 7896, 9791, 8754, 8246, 10128, 7568, 12003, 8444, 12453, 8797, 10148, 11923, 9127, 13597, 9541, 8473, 8296, 7654, 8952, 8111, 7556, 11263, 8541, 10421, 9197, 7337, 12852, 8526, 10565, 8727, 7227, 8850, 7683, 9925, 7375, 11207, 11582, 7296, 9300, 7594, 6713, 7398, 6723, 9583, 7353, 11957, 9993, 9916, 8448, 6661, 8400, 7146, 11090, 7868, 11560, 9085, 10137, 11804, 9093, 13799, 7715, 8351, 7224, 6310, 7475, 6821, 8301, 7558, 9154, 7668, 11808, 8276, 8655, 7034, 7827, 7154, 9552, 7490, 8705, 7326, 8717, 11152, 7720, 8107, 6963, 7869, 6950, 6333, 7941, 7126, 11357, 7507, 10647, 9185, 6906, 11709, 8948, 12114, 7875, 6430, 7277, 6830, 8557, 7473, 7199, 9928, 7708, 12567, 9006, 9614, 9476, 7473, 10541, 7537, 9889, 9127, 7547, 13149, 7726, 7234, 7611, 6751, 9126, 9678, 10869, 9878, 6780, 8904, 7391, 9428, 7955, 10234, 11875, 8980, 10463, 7491, 9074, 7642, 8468, 8822, 9405, 12174, 8522, 8796, 7560, 8083, 7266, 9123, 7371, 10382, 10756, 8191, 8526, 6864, 7885, 7016, 6282, 11252, 10085, 13490, 9959, 6471, 7900, 7010, 10710, 8255, 10374, 11265, 8153, 10899, 7428, 6461, 7457, 6890, 10650, 7669, 11574, 9953, 8621, 7864, 6679, 8081, 7063, 11268, 7718, 10301, 10219, 8163, 9105, 7268, 7611, 7099, 6440, 8971, 7022, 11930, 7949, 7731, 7189, 6310, 8417, 6928, 10033, 11173, 7867, 9260, 6849, 9074, 6888, 11836, 9504, 9660, 11971, 9442, 12571, 7985, 6665, 7129, 6823, 8540, 7776, 6423, 10658, 7959, 8474, 10878, 10464, 11603, 8347, 6836, 8734, 6942, 7739, 7072, 6475, 7837, 6686, 10104, 7072, 10676, 7533, 11115, 7508, 7982, 7224, 6694, 7533, 6610, 10268, 8097, 11430, 8380, 7555, 7975, 6689, 8274, 7121, 6452, 10010, 7020, 10447, 7669, 11222, 9054, 11459, 8934, 10337, 10289, 9434, 12556, 10457, 12868, 9399, 7072, 7577, 6896, 9687, 8002, 11377, 8655, 8327, 9098, 7156, 11145, 7755, 11735, 9675, 9914, 13854, 8741, 8930, 7459, 7122, 8044, 7399, 11408, 10855, 13770, 10541, 7634, 8366, 7551, 11391, 8288, 12388, 9238, 12348, 8056, 11440, 7482, 11528, 7737, 11343, 7445, 11215, 7131, 9654, 7706, 6846, 7840, 7300, 13032, 8012, 11504, 7281, 6479, 7358, 7422, 7663, 11818, 9067, 9218, 11929, 10308, 12202, 10853, 7782, 11260, 8047, 10581, 10443, 8826, 11092, 7437, 12329, 7628, 13793, 10689, 13761, 12287, 8051, 9505, 7391, 8154, 7825, 7357, 9355, 7863, 12317, 8896, 12467, 8614, 8225, 7877, 6955, 8507, 7278, 10356, 7611, 10493, 7542, 7345, 7483, 7107, 8740, 7450, 9072, 7223, 8326, 10374, 7859, 11792, 7797, 7277, 7405, 7539, 7618, 8135, 9193, 9384, 8663, 9352, 8014, 9230, 8870, 7501, 11760, 9417, 12932, 10909, 11441, 9668, 7260, 11043, 7675, 12210, 11280, 10241, 10049, 7778, 7799, 8181, 8198, 9889, 12338, 8458, 10717, 9083, 6290, 7564, 7225, 6662, 8229, 8646, 7771, 6430, 10115, 8575, 8732, 11100, 13218, 10894, 12677, 9026, 10787, 9346, 8583, 8918, 7309, 9547, 7308, 9705, 7756, 9636, 8325, 10219, 8718, 10496, 9169, 7753, 10033, 8385, 8016, 7682, 7541, 9155, 7937, 9609, 9785, 8335, 11416, 9757, 11555, 10732, 8212, 11153, 9463, 13739, 11432, 12748, 11886, 9336, 12118, 9011, 11311, 9339, 10511, 9215, 9131, 10603, 7667, 10220, 8509, 8445, 9054, 7260, 10566, 8765, 11451, 10113, 8648, 9954, 7350, 10638, 9616, 10924, 10377, 8941, 10933, 7787, 11375, 10109, 12158, 10086, 7685, 10824, 8175, 11888, 9372, 9469, 11041, 8960, 12211, 9497, 9533, 9266, 7194, 10455, 8624, 11511, 9732, 9749, 10976, 8139, 10988, 8907, 9500, 10223, 8862, 10866, 8423, 11007, 9285, 14068, 10862, 8530, 9449, 8096, 10195, 8921, 8576, 11833, 9000, 9080, 9215, 7168, 10072, 7896, 11336, 8906, 11098, 10056, 10616, 10137, 7974, 10386, 7608, 10356, 8209, 10139, 8117, 10154, 8238, 8246, 8775, 7860, 10104, 8240, 11369, 11510, 7827, 9630, 8029, 8106, 9578, 7721, 10219, 8200, 9925, 9072, 8658, 11465, 9591, 12121, 9547, 8989, 10244, 8220, 11833, 8775, 13628, 9114, 13020, 9921, 8508, 10940, 8948, 10961, 8818, 8589, 8676, 8586, 10276, 8496, 8606, 11874, 9930, 11880, 9696, 8436, 10861, 9161, 10979, 10217, 8554, 12809, 10304, 12146, 9464, 8456, 10162, 8516, 12034, 9343, 11993, 9463, 10322, 9918, 7416, 9819, 8399, 10453, 9367, 8470, 11192, 8499, 12672, 9343, 9554, 8836, 7609, 9759, 8580, 10464, 12226, 8310, 12431, 9548, 9792, 9849, 8092, 9311, 9539, 7886, 12885, 11170, 11066, 10657, 8835, 8081, 8913, 8319, 9783, 10396, 8622, 13055, 10306, 10712, 13121, 10670, 12967, 9297], 'WindowCenter': [3724.0, 3724.0, 3745.0, 3743.0, 3722.0, 3742.0, 3786.0, 3733.0, 3754.0, 3798.0, 3779.0, 3778.0, 3776.0, 3732.0, 3764.0, 3744.0, 3722.0, 3764.0, 3742.0, 3786.0, 3745.0, 3775.0, 3722.0, 3732.0, 3720.0, 3728.0, 3718.0, 3706.0, 3739.0, 3697.0, 3751.0, 3698.0, 3749.0, 3720.0, 3772.0, 3742.0, 3740.0, 3720.0, 3720.0, 3720.0, 3721.0, 3773.0, 3733.0, 3774.0, 3754.0, 3754.0, 3788.0, 3743.0, 3785.0, 3744.0, 3784.0, 3731.0, 3751.0, 3720.0, 3719.0, 3719.0, 3719.0, 3773.0, 3721.0, 3786.0, 3766.0, 3754.0, 3734.0, 3710.0, 3729.0, 3719.0, 3770.0, 3719.0, 3770.0, 3731.0, 3771.0, 3731.0, 3718.0, 3718.0, 3695.0, 3737.0, 3694.0, 3747.0, 3705.0, 3745.0, 3707.0, 3726.0, 3707.0, 3708.0, 3772.0, 3729.0, 3761.0, 3709.0, 3718.0, 3720.0, 3721.0, 3730.0, 3721.0, 3762.0, 3733.0, 3754.0, 3788.0, 3736.0, 3765.0, 3724.0, 3744.0, 3743.0, 3720.0, 3752.0, 3698.0, 3740.0, 3698.0, 3740.0, 3709.0, 3749.0, 3720.0, 3718.0, 3719.0, 3698.0, 3728.0, 3696.0, 3727.0, 3708.0, 3727.0, 3707.0, 3708.0, 3723.0, 3743.0, 3731.0, 3721.0, 3772.0, 3744.0, 3753.0, 3753.0, 3735.0, 3734.0, 3735.0, 3735.0, 3777.0, 3757.0, 3788.0, 3778.0, 3736.0, 3779.0, 3737.0, 3767.0, 3756.0, 3733.0, 3775.0, 3776.0, 3787.0, 3776.0, 3733.0, 3764.0, 3721.0, 3740.0, 3719.0, 3697.0, 3738.0, 3719.0, 3761.0, 3764.0, 3700.0, 3732.0, 3722.0, 3750.0, 3720.0, 3707.0, 3760.0, 3720.0, 3764.0, 3756.0, 3766.0, 3777.0, 3745.0, 3756.0, 3723.0, 3723.0, 3720.0, 3742.0, 3799.0, 3777.0, 3769.0, 3738.0, 3798.0, 3724.0, 3712.0, 3744.0, 3710.0, 3762.0, 3723.0, 3763.0, 3712.0, 3743.0, 3722.0, 3752.0, 3742.0, 3741.0, 3772.0, 3739.0, 3783.0, 3740.0, 3719.0, 3698.0, 3730.0, 3718.0, 3749.0, 3741.0, 3748.0, 3760.0, 3729.0, 3719.0, 3697.0, 3719.0, 3696.0, 3773.0, 3728.0, 3771.0, 3719.0, 3718.0, 3699.0, 3739.0, 3699.0, 3750.0, 3718.0, 3760.0, 3773.0, 3771.0, 3752.0, 3721.0, 3710.0, 3710.0, 3732.0, 3722.0, 3783.0, 3764.0, 3763.0, 3752.0, 3721.0, 3774.0, 3711.0, 3784.0, 3752.0, 3762.0, 3709.0, 3728.0, 3698.0, 3738.0, 3740.0, 3739.0, 3783.0, 3730.0, 3719.0, 3710.0, 3750.0, 3741.0, 3762.0, 3772.0, 3740.0, 3708.0, 3719.0, 3729.0, 3710.0, 3760.0, 3773.0, 3762.0, 3742.0, 3699.0, 3731.0, 3709.0, 3763.0, 3719.0, 3772.0, 3720.0, 3739.0, 3709.0, 3750.0, 3740.0, 3739.0, 3739.0, 3728.0, 3769.0, 3716.0, 3762.0, 3718.0, 3716.0, 3697.0, 3707.0, 3751.0, 3697.0, 3761.0, 3752.0, 3783.0, 3733.0, 3711.0, 3720.0, 3721.0, 3740.0, 3720.0, 3762.0, 3773.0, 3773.0, 3742.0, 3699.0, 3719.0, 3719.0, 3752.0, 3762.0, 3760.0, 3741.0, 3706.0, 3696.0, 3707.0, 3726.0, 3719.0, 3761.0, 3771.0, 3750.0, 3717.0, 3718.0, 3718.0, 3707.0, 3759.0, 3739.0, 3740.0, 3783.0, 3730.0, 3728.0, 3719.0, 3750.0, 3719.0, 3748.0, 3739.0, 3729.0, 3783.0, 3730.0, 3729.0, 3718.0, 3728.0, 3707.0, 3726.0, 3727.0, 3717.0, 3772.0, 3752.0, 3772.0, 3731.0, 3708.0, 3718.0, 3699.0, 3748.0, 3707.0, 3760.0, 3741.0, 3750.0, 3784.0, 3730.0, 3751.0, 3721.0, 3708.0, 3729.0, 3708.0, 3749.0, 3719.0, 3763.0, 3773.0, 3752.0, 3752.0, 3722.0, 3730.0, 3718.0, 3746.0, 3729.0, 3717.0, 3771.0, 3719.0, 3772.0, 3720.0, 3697.0, 3719.0, 3707.0, 3748.0, 3719.0, 3771.0, 3773.0, 3749.0, 3740.0, 3719.0, 3740.0, 3719.0, 3748.0, 3730.0, 3738.0, 3770.0, 3717.0, 3750.0, 3719.0, 3739.0, 3718.0, 3736.0, 3738.0, 3717.0, 3759.0, 3719.0, 3760.0, 3717.0, 3706.0, 3739.0, 3708.0, 3761.0, 3764.0, 3754.0, 3745.0, 3747.0, 3744.0, 3723.0, 3723.0, 3775.0, 3733.0, 3724.0, 3764.0, 3777.0, 3777.0, 3766.0, 3735.0, 3743.0, 3743.0, 3709.0, 3739.0, 3717.0, 3749.0, 3763.0, 3762.0, 3761.0, 3731.0, 3750.0, 3720.0, 3707.0, 3739.0, 3709.0, 3761.0, 3742.0, 3731.0, 3732.0, 3711.0, 3742.0, 3721.0, 3751.0, 3731.0, 3772.0, 3753.0, 3731.0, 3753.0, 3732.0, 3741.0, 3732.0, 3739.0, 3741.0, 3719.0, 3762.0, 3731.0, 3763.0, 3754.0, 3734.0, 3744.0, 3723.0, 3753.0, 3732.0, 3761.0, 3741.0, 3772.0, 3752.0, 3762.0, 3742.0, 3711.0, 3740.0, 3720.0, 3759.0, 3730.0, 3749.0, 3740.0, 3740.0, 3751.0, 3729.0, 3762.0, 3709.0, 3729.0, 3719.0, 3738.0, 3719.0, 3760.0, 3742.0, 3750.0, 3762.0, 3722.0, 3764.0, 3735.0, 3765.0, 3744.0, 3754.0, 3755.0, 3743.0, 3776.0, 3746.0, 3776.0, 3756.0, 3745.0, 3755.0, 3723.0, 3774.0, 3743.0, 3774.0, 3764.0, 3753.0, 3755.0, 3722.0, 3764.0, 3734.0, 3763.0, 3754.0, 3740.0, 3761.0, 3720.0, 3761.0, 3740.0, 3771.0, 3751.0, 3709.0, 3728.0, 3709.0, 3739.0, 3729.0, 3759.0, 3730.0, 3770.0, 3742.0, 3741.0, 3761.0, 3720.0, 3772.0, 3720.0, 3748.0, 3730.0, 3759.0, 3741.0, 3751.0, 3763.0, 3733.0, 3775.0, 3743.0, 3774.0, 3765.0, 3753.0, 3744.0, 3731.0, 3763.0, 3744.0, 3773.0, 3786.0, 3757.0, 3789.0, 3768.0, 3746.0, 3776.0, 3757.0, 3785.0, 3765.0, 3766.0, 3787.0, 3777.0, 3774.0, 3765.0, 3732.0, 3763.0, 3741.0, 3759.0, 3740.0, 3769.0, 3762.0, 3751.0, 3751.0, 3720.0, 3761.0, 3740.0, 3749.0, 3749.0, 3726.0, 3759.0, 3729.0, 3770.0, 3751.0, 3749.0, 3740.0, 3719.0, 3749.0, 3727.0, 3758.0, 3739.0, 3761.0, 3774.0, 3743.0, 3765.0, 3745.0, 3762.0, 3751.0, 3729.0, 3760.0, 3749.0, 3771.0, 3772.0, 3741.0, 3762.0, 3753.0, 3761.0, 3751.0, 3739.0, 3771.0, 3739.0, 3771.0, 3751.0, 3772.0, 3752.0, 3740.0, 3741.0, 3717.0, 3747.0, 3726.0, 3746.0, 3725.0, 3746.0, 3727.0, 3749.0, 3741.0, 3727.0, 3761.0, 3731.0, 3764.0, 3743.0, 3753.0, 3776.0, 3757.0, 3759.0, 3790.0, 3758.0, 3799.0, 3769.0, 3798.0, 3778.0, 3785.0, 3775.0, 3773.0, 3770.0, 3758.0, 3769.0, 3759.0, 3768.0, 3725.0, 3736.0, 3736.0, 3715.0, 3759.0, 3717.0, 3707.0, 3715.0, 3718.0, 3740.0, 3731.0, 3723.0, 3787.0, 3756.0, 3799.0, 3779.0, 3725.0, 3766.0, 3724.0, 3773.0, 3753.0, 3762.0, 3785.0, 3754.0, 3765.0, 3723.0, 3753.0, 3732.0, 3709.0, 3771.0, 3730.0, 3773.0, 3730.0, 3741.0, 3742.0, 3720.0, 3730.0, 3719.0, 3771.0, 3728.0, 3771.0, 3740.0, 3740.0, 3740.0, 3717.0, 3727.0, 3719.0, 3762.0, 3742.0, 3762.0, 3775.0, 3732.0, 3753.0, 3743.0, 3752.0, 3739.0, 3729.0, 3751.0, 3719.0, 3773.0, 3731.0, 3772.0, 3742.0, 3761.0, 3773.0, 3741.0, 3784.0, 3763.0, 3744.0, 3743.0, 3732.0, 3740.0, 3733.0, 3732.0, 3774.0, 3745.0, 3774.0, 3754.0, 3722.0, 3784.0, 3741.0, 3760.0, 3729.0, 3706.0, 3739.0, 3718.0, 3751.0, 3736.0, 3774.0, 3773.0, 3721.0, 3751.0, 3731.0, 3711.0, 3731.0, 3722.0, 3764.0, 3735.0, 3786.0, 3778.0, 3778.0, 3758.0, 3724.0, 3744.0, 3722.0, 3761.0, 3730.0, 3761.0, 3741.0, 3750.0, 3775.0, 3752.0, 3796.0, 3733.0, 3742.0, 3718.0, 3697.0, 3707.0, 3697.0, 3730.0, 3718.0, 3740.0, 3718.0, 3772.0, 3728.0, 3729.0, 3707.0, 3706.0, 3695.0, 3735.0, 3706.0, 3725.0, 3707.0, 3728.0, 3761.0, 3717.0, 3730.0, 3707.0, 3717.0, 3708.0, 3685.0, 3716.0, 3708.0, 3760.0, 3720.0, 3760.0, 3752.0, 3721.0, 3786.0, 3753.0, 3785.0, 3742.0, 3711.0, 3733.0, 3722.0, 3753.0, 3732.0, 3722.0, 3764.0, 3745.0, 3786.0, 3766.0, 3764.0, 3764.0, 3720.0, 3761.0, 3718.0, 3748.0, 3739.0, 3731.0, 3786.0, 3733.0, 3733.0, 3743.0, 3724.0, 3764.0, 3765.0, 3776.0, 3777.0, 3724.0, 3766.0, 3748.0, 3766.0, 3758.0, 3776.0, 3788.0, 3755.0, 3775.0, 3735.0, 3753.0, 3733.0, 3741.0, 3754.0, 3740.0, 3773.0, 3740.0, 3741.0, 3721.0, 3728.0, 3719.0, 3738.0, 3718.0, 3748.0, 3762.0, 3730.0, 3740.0, 3708.0, 3730.0, 3720.0, 3698.0, 3773.0, 3763.0, 3784.0, 3764.0, 3711.0, 3732.0, 3722.0, 3761.0, 3743.0, 3761.0, 3763.0, 3731.0, 3761.0, 3719.0, 3698.0, 3720.0, 3709.0, 3749.0, 3730.0, 3771.0, 3751.0, 3740.0, 3731.0, 3709.0, 3728.0, 3707.0, 3758.0, 3717.0, 3748.0, 3751.0, 3729.0, 3740.0, 3719.0, 3720.0, 3720.0, 3697.0, 3751.0, 3721.0, 3774.0, 3743.0, 3732.0, 3722.0, 3712.0, 3743.0, 3734.0, 3764.0, 3776.0, 3742.0, 3754.0, 3712.0, 3753.0, 3722.0, 3770.0, 3752.0, 3754.0, 3763.0, 3752.0, 3773.0, 3743.0, 3711.0, 3722.0, 3722.0, 3754.0, 3745.0, 3712.0, 3774.0, 3744.0, 3745.0, 3776.0, 3777.0, 3775.0, 3742.0, 3710.0, 3739.0, 3708.0, 3718.0, 3709.0, 3699.0, 3719.0, 3710.0, 3762.0, 3710.0, 3760.0, 3718.0, 3746.0, 3705.0, 3714.0, 3705.0, 3694.0, 3717.0, 3696.0, 3762.0, 3731.0, 3774.0, 3742.0, 3732.0, 3742.0, 3723.0, 3754.0, 3722.0, 3710.0, 3764.0, 3724.0, 3776.0, 3746.0, 3788.0, 3768.0, 3786.0, 3755.0, 3762.0, 3751.0, 3751.0, 3772.0, 3762.0, 3784.0, 3764.0, 3731.0, 3730.0, 3732.0, 3749.0, 3730.0, 3769.0, 3740.0, 3741.0, 3753.0, 3734.0, 3788.0, 3744.0, 3784.0, 3763.0, 3764.0, 3783.0, 3740.0, 3740.0, 3720.0, 3721.0, 3730.0, 3721.0, 3774.0, 3775.0, 3797.0, 3777.0, 3733.0, 3742.0, 3731.0, 3772.0, 3729.0, 3769.0, 3739.0, 3759.0, 3719.0, 3759.0, 3708.0, 3758.0, 3717.0, 3746.0, 3705.0, 3745.0, 3693.0, 3723.0, 3703.0, 3682.0, 3716.0, 3719.0, 3769.0, 3716.0, 3756.0, 3707.0, 3696.0, 3719.0, 3720.0, 3746.0, 3801.0, 3779.0, 3780.0, 3801.0, 3790.0, 3812.0, 3792.0, 3760.0, 3800.0, 3744.0, 3764.0, 3763.0, 3740.0, 3761.0, 3719.0, 3771.0, 3720.0, 3795.0, 3761.0, 3781.0, 3759.0, 3717.0, 3748.0, 3716.0, 3727.0, 3730.0, 3718.0, 3739.0, 3728.0, 3771.0, 3740.0, 3782.0, 3751.0, 3739.0, 3728.0, 3707.0, 3725.0, 3706.0, 3747.0, 3718.0, 3749.0, 3718.0, 3707.0, 3708.0, 3707.0, 3728.0, 3706.0, 3725.0, 3705.0, 3727.0, 3750.0, 3729.0, 3784.0, 3730.0, 3718.0, 3718.0, 3744.0, 3746.0, 3744.0, 3754.0, 3764.0, 3755.0, 3765.0, 3757.0, 3778.0, 3754.0, 3722.0, 3771.0, 3739.0, 3770.0, 3749.0, 3759.0, 3737.0, 3705.0, 3747.0, 3718.0, 3771.0, 3759.0, 3747.0, 3748.0, 3717.0, 3729.0, 3740.0, 3743.0, 3763.0, 3783.0, 3729.0, 3750.0, 3752.0, 3710.0, 3727.0, 3716.0, 3709.0, 3741.0, 3744.0, 3735.0, 3713.0, 3776.0, 3754.0, 3742.0, 3761.0, 3759.0, 3733.0, 3730.0, 3698.0, 3718.0, 3710.0, 3698.0, 3710.0, 3689.0, 3722.0, 3690.0, 3721.0, 3689.0, 3720.0, 3711.0, 3732.0, 3724.0, 3745.0, 3737.0, 3716.0, 3749.0, 3741.0, 3730.0, 3730.0, 3730.0, 3750.0, 3742.0, 3763.0, 3777.0, 3756.0, 3788.0, 3778.0, 3786.0, 3774.0, 3741.0, 3760.0, 3739.0, 3769.0, 3759.0, 3757.0, 3758.0, 3725.0, 3757.0, 3725.0, 3745.0, 3724.0, 3733.0, 3724.0, 3723.0, 3746.0, 3704.0, 3747.0, 3739.0, 3727.0, 3737.0, 3705.0, 3759.0, 3739.0, 3759.0, 3761.0, 3740.0, 3751.0, 3720.0, 3760.0, 3749.0, 3747.0, 3748.0, 3727.0, 3748.0, 3717.0, 3758.0, 3749.0, 3758.0, 3747.0, 3715.0, 3758.0, 3726.0, 3757.0, 3738.0, 3748.0, 3761.0, 3740.0, 3771.0, 3749.0, 3748.0, 3738.0, 3705.0, 3746.0, 3726.0, 3770.0, 3751.0, 3751.0, 3773.0, 3741.0, 3772.0, 3750.0, 3748.0, 3747.0, 3725.0, 3747.0, 3715.0, 3759.0, 3739.0, 3782.0, 3800.0, 3752.0, 3762.0, 3728.0, 3747.0, 3739.0, 3738.0, 3771.0, 3753.0, 3764.0, 3765.0, 3734.0, 3775.0, 3742.0, 3771.0, 3750.0, 3771.0, 3750.0, 3760.0, 3761.0, 3729.0, 3751.0, 3717.0, 3749.0, 3726.0, 3734.0, 3713.0, 3732.0, 3713.0, 3713.0, 3725.0, 3716.0, 3760.0, 3740.0, 3770.0, 3771.0, 3718.0, 3749.0, 3729.0, 3729.0, 3763.0, 3742.0, 3773.0, 3742.0, 3763.0, 3765.0, 3754.0, 3785.0, 3765.0, 3785.0, 3764.0, 3751.0, 3758.0, 3727.0, 3757.0, 3725.0, 3767.0, 3726.0, 3766.0, 3736.0, 3725.0, 3757.0, 3737.0, 3757.0, 3737.0, 3738.0, 3738.0, 3739.0, 3761.0, 3751.0, 3753.0, 3785.0, 3775.0, 3785.0, 3764.0, 3754.0, 3772.0, 3752.0, 3770.0, 3761.0, 3751.0, 3783.0, 3762.0, 3782.0, 3761.0, 3739.0, 3759.0, 3737.0, 3767.0, 3736.0, 3758.0, 3747.0, 3746.0, 3748.0, 3717.0, 3747.0, 3726.0, 3745.0, 3736.0, 3726.0, 3757.0, 3738.0, 3769.0, 3750.0, 3749.0, 3750.0, 3729.0, 3748.0, 3740.0, 3760.0, 3782.0, 3739.0, 3781.0, 3763.0, 3762.0, 3762.0, 3744.0, 3750.0, 3761.0, 3741.0, 3783.0, 3774.0, 3787.0, 3789.0, 3767.0, 3744.0, 3753.0, 3753.0, 3762.0, 3762.0, 3741.0, 3782.0, 3762.0, 3761.0, 3783.0, 3762.0, 3779.0, 3738.0], 'WindowWidth': [8410.0, 8412.0, 8442.0, 8436.0, 8403.0, 8429.0, 8493.0, 8422.0, 8449.0, 8514.0, 8491.0, 8488.0, 8483.0, 8421.0, 8463.0, 8438.0, 8404.0, 8462.0, 8431.0, 8494.0, 8438.0, 8478.0, 8405.0, 8415.0, 8397.0, 8402.0, 8389.0, 8371.0, 8417.0, 8360.0, 8436.0, 8365.0, 8434.0, 8397.0, 8469.0, 8429.0, 8423.0, 8398.0, 8399.0, 8397.0, 8403.0, 8470.0, 8420.0, 8474.0, 8449.0, 8451.0, 8501.0, 8431.0, 8491.0, 8434.0, 8489.0, 8414.0, 8440.0, 8397.0, 8394.0, 8395.0, 8397.0, 8473.0, 8403.0, 8493.0, 8469.0, 8452.0, 8424.0, 8388.0, 8407.0, 8393.0, 8461.0, 8394.0, 8462.0, 8411.0, 8463.0, 8411.0, 8392.0, 8390.0, 8355.0, 8411.0, 8352.0, 8425.0, 8367.0, 8421.0, 8374.0, 8398.0, 8375.0, 8378.0, 8467.0, 8406.0, 8452.0, 8382.0, 8394.0, 8400.0, 8401.0, 8412.0, 8401.0, 8456.0, 8421.0, 8449.0, 8501.0, 8430.0, 8466.0, 8410.0, 8434.0, 8433.0, 8396.0, 8439.0, 8362.0, 8419.0, 8363.0, 8419.0, 8380.0, 8432.0, 8396.0, 8391.0, 8393.0, 8362.0, 8402.0, 8357.0, 8400.0, 8375.0, 8398.0, 8375.0, 8377.0, 8409.0, 8432.0, 8413.0, 8401.0, 8468.0, 8434.0, 8445.0, 8446.0, 8427.0, 8424.0, 8427.0, 8427.0, 8484.0, 8459.0, 8502.0, 8489.0, 8433.0, 8492.0, 8435.0, 8472.0, 8454.0, 8421.0, 8477.0, 8481.0, 8496.0, 8482.0, 8421.0, 8460.0, 8402.0, 8423.0, 8394.0, 8362.0, 8417.0, 8396.0, 8452.0, 8460.0, 8373.0, 8416.0, 8402.0, 8436.0, 8396.0, 8377.0, 8449.0, 8399.0, 8464.0, 8456.0, 8471.0, 8488.0, 8442.0, 8457.0, 8411.0, 8409.0, 8400.0, 8431.0, 8518.0, 8486.0, 8479.0, 8438.0, 8517.0, 8414.0, 8394.0, 8437.0, 8388.0, 8458.0, 8406.0, 8459.0, 8393.0, 8435.0, 8407.0, 8442.0, 8430.0, 8427.0, 8471.0, 8422.0, 8487.0, 8423.0, 8394.0, 8368.0, 8409.0, 8395.0, 8435.0, 8425.0, 8433.0, 8451.0, 8410.0, 8395.0, 8366.0, 8395.0, 8363.0, 8472.0, 8406.0, 8469.0, 8397.0, 8394.0, 8370.0, 8423.0, 8371.0, 8436.0, 8394.0, 8451.0, 8472.0, 8467.0, 8444.0, 8402.0, 8387.0, 8389.0, 8418.0, 8408.0, 8487.0, 8464.0, 8461.0, 8446.0, 8404.0, 8475.0, 8391.0, 8490.0, 8444.0, 8457.0, 8383.0, 8405.0, 8368.0, 8419.0, 8426.0, 8422.0, 8486.0, 8413.0, 8396.0, 8385.0, 8439.0, 8428.0, 8458.0, 8470.0, 8424.0, 8380.0, 8395.0, 8410.0, 8386.0, 8453.0, 8473.0, 8457.0, 8432.0, 8372.0, 8415.0, 8384.0, 8459.0, 8398.0, 8470.0, 8399.0, 8421.0, 8384.0, 8437.0, 8426.0, 8421.0, 8421.0, 8404.0, 8461.0, 8388.0, 8456.0, 8395.0, 8389.0, 8366.0, 8376.0, 8441.0, 8367.0, 8456.0, 8444.0, 8488.0, 8422.0, 8391.0, 8402.0, 8405.0, 8426.0, 8402.0, 8459.0, 8475.0, 8474.0, 8431.0, 8371.0, 8397.0, 8397.0, 8442.0, 8456.0, 8451.0, 8426.0, 8374.0, 8362.0, 8376.0, 8401.0, 8398.0, 8454.0, 8468.0, 8439.0, 8391.0, 8395.0, 8394.0, 8378.0, 8447.0, 8423.0, 8426.0, 8486.0, 8411.0, 8407.0, 8395.0, 8437.0, 8397.0, 8433.0, 8422.0, 8408.0, 8484.0, 8410.0, 8407.0, 8393.0, 8407.0, 8380.0, 8401.0, 8404.0, 8392.0, 8470.0, 8443.0, 8473.0, 8416.0, 8383.0, 8395.0, 8369.0, 8433.0, 8377.0, 8449.0, 8427.0, 8440.0, 8488.0, 8414.0, 8443.0, 8404.0, 8382.0, 8411.0, 8379.0, 8435.0, 8396.0, 8458.0, 8474.0, 8445.0, 8444.0, 8406.0, 8412.0, 8395.0, 8427.0, 8407.0, 8390.0, 8466.0, 8394.0, 8468.0, 8399.0, 8366.0, 8397.0, 8379.0, 8432.0, 8397.0, 8467.0, 8472.0, 8437.0, 8425.0, 8397.0, 8425.0, 8398.0, 8431.0, 8410.0, 8418.0, 8464.0, 8391.0, 8437.0, 8396.0, 8421.0, 8393.0, 8412.0, 8419.0, 8389.0, 8446.0, 8393.0, 8448.0, 8392.0, 8375.0, 8420.0, 8379.0, 8453.0, 8465.0, 8450.0, 8441.0, 8447.0, 8438.0, 8409.0, 8406.0, 8477.0, 8422.0, 8409.0, 8463.0, 8484.0, 8482.0, 8468.0, 8424.0, 8432.0, 8430.0, 8380.0, 8418.0, 8386.0, 8431.0, 8454.0, 8452.0, 8450.0, 8412.0, 8436.0, 8396.0, 8375.0, 8419.0, 8379.0, 8453.0, 8427.0, 8412.0, 8415.0, 8389.0, 8430.0, 8401.0, 8439.0, 8414.0, 8468.0, 8445.0, 8413.0, 8443.0, 8416.0, 8426.0, 8415.0, 8422.0, 8426.0, 8394.0, 8455.0, 8414.0, 8460.0, 8449.0, 8422.0, 8435.0, 8408.0, 8446.0, 8417.0, 8454.0, 8428.0, 8467.0, 8441.0, 8455.0, 8431.0, 8386.0, 8423.0, 8396.0, 8446.0, 8409.0, 8433.0, 8423.0, 8421.0, 8438.0, 8407.0, 8453.0, 8381.0, 8406.0, 8393.0, 8418.0, 8394.0, 8448.0, 8429.0, 8437.0, 8455.0, 8402.0, 8460.0, 8427.0, 8465.0, 8438.0, 8449.0, 8451.0, 8434.0, 8482.0, 8441.0, 8481.0, 8456.0, 8439.0, 8453.0, 8407.0, 8475.0, 8431.0, 8473.0, 8462.0, 8446.0, 8450.0, 8405.0, 8462.0, 8423.0, 8457.0, 8447.0, 8422.0, 8453.0, 8396.0, 8452.0, 8422.0, 8466.0, 8437.0, 8380.0, 8405.0, 8380.0, 8418.0, 8405.0, 8445.0, 8409.0, 8463.0, 8429.0, 8427.0, 8455.0, 8397.0, 8469.0, 8399.0, 8434.0, 8411.0, 8447.0, 8425.0, 8438.0, 8459.0, 8418.0, 8478.0, 8433.0, 8476.0, 8464.0, 8445.0, 8434.0, 8416.0, 8457.0, 8436.0, 8474.0, 8497.0, 8459.0, 8503.0, 8475.0, 8444.0, 8483.0, 8459.0, 8492.0, 8467.0, 8465.0, 8496.0, 8483.0, 8476.0, 8465.0, 8418.0, 8459.0, 8426.0, 8447.0, 8422.0, 8461.0, 8454.0, 8440.0, 8440.0, 8398.0, 8453.0, 8424.0, 8434.0, 8432.0, 8398.0, 8445.0, 8406.0, 8464.0, 8439.0, 8435.0, 8423.0, 8394.0, 8434.0, 8403.0, 8444.0, 8422.0, 8452.0, 8474.0, 8432.0, 8465.0, 8441.0, 8458.0, 8442.0, 8408.0, 8450.0, 8436.0, 8468.0, 8471.0, 8428.0, 8457.0, 8446.0, 8455.0, 8441.0, 8421.0, 8468.0, 8422.0, 8466.0, 8438.0, 8470.0, 8442.0, 8422.0, 8424.0, 8387.0, 8425.0, 8396.0, 8423.0, 8392.0, 8422.0, 8398.0, 8431.0, 8428.0, 8405.0, 8453.0, 8416.0, 8463.0, 8437.0, 8451.0, 8486.0, 8462.0, 8466.0, 8508.0, 8463.0, 8518.0, 8475.0, 8513.0, 8485.0, 8492.0, 8476.0, 8471.0, 8462.0, 8438.0, 8457.0, 8440.0, 8453.0, 8395.0, 8411.0, 8412.0, 8379.0, 8446.0, 8389.0, 8375.0, 8385.0, 8394.0, 8424.0, 8416.0, 8409.0, 8498.0, 8457.0, 8518.0, 8493.0, 8417.0, 8469.0, 8411.0, 8471.0, 8446.0, 8456.0, 8491.0, 8448.0, 8465.0, 8409.0, 8447.0, 8418.0, 8382.0, 8466.0, 8409.0, 8472.0, 8411.0, 8426.0, 8429.0, 8399.0, 8412.0, 8397.0, 8466.0, 8405.0, 8464.0, 8423.0, 8423.0, 8425.0, 8391.0, 8402.0, 8394.0, 8453.0, 8429.0, 8455.0, 8477.0, 8416.0, 8445.0, 8433.0, 8441.0, 8422.0, 8406.0, 8437.0, 8394.0, 8467.0, 8412.0, 8467.0, 8430.0, 8453.0, 8472.0, 8426.0, 8490.0, 8461.0, 8436.0, 8433.0, 8417.0, 8424.0, 8418.0, 8417.0, 8475.0, 8437.0, 8474.0, 8448.0, 8404.0, 8486.0, 8427.0, 8448.0, 8406.0, 8373.0, 8417.0, 8391.0, 8438.0, 8430.0, 8477.0, 8473.0, 8402.0, 8442.0, 8416.0, 8389.0, 8416.0, 8406.0, 8464.0, 8427.0, 8496.0, 8488.0, 8488.0, 8461.0, 8414.0, 8438.0, 8405.0, 8452.0, 8409.0, 8450.0, 8425.0, 8438.0, 8477.0, 8444.0, 8506.0, 8419.0, 8428.0, 8392.0, 8362.0, 8376.0, 8360.0, 8407.0, 8389.0, 8423.0, 8391.0, 8470.0, 8405.0, 8406.0, 8374.0, 8369.0, 8353.0, 8406.0, 8368.0, 8394.0, 8374.0, 8402.0, 8451.0, 8388.0, 8408.0, 8376.0, 8387.0, 8376.0, 8342.0, 8384.0, 8376.0, 8448.0, 8398.0, 8450.0, 8442.0, 8400.0, 8495.0, 8446.0, 8492.0, 8432.0, 8389.0, 8420.0, 8405.0, 8448.0, 8419.0, 8404.0, 8462.0, 8441.0, 8494.0, 8472.0, 8462.0, 8465.0, 8399.0, 8451.0, 8390.0, 8428.0, 8419.0, 8413.0, 8494.0, 8421.0, 8423.0, 8436.0, 8413.0, 8465.0, 8466.0, 8484.0, 8485.0, 8413.0, 8470.0, 8449.0, 8472.0, 8464.0, 8482.0, 8502.0, 8454.0, 8478.0, 8426.0, 8448.0, 8420.0, 8427.0, 8447.0, 8423.0, 8473.0, 8424.0, 8425.0, 8398.0, 8404.0, 8394.0, 8415.0, 8393.0, 8432.0, 8455.0, 8409.0, 8424.0, 8382.0, 8412.0, 8400.0, 8369.0, 8472.0, 8461.0, 8490.0, 8462.0, 8390.0, 8416.0, 8403.0, 8452.0, 8434.0, 8453.0, 8458.0, 8413.0, 8453.0, 8397.0, 8369.0, 8397.0, 8381.0, 8432.0, 8412.0, 8465.0, 8440.0, 8424.0, 8414.0, 8384.0, 8404.0, 8376.0, 8441.0, 8389.0, 8430.0, 8439.0, 8408.0, 8422.0, 8396.0, 8397.0, 8398.0, 8365.0, 8441.0, 8399.0, 8474.0, 8433.0, 8418.0, 8405.0, 8393.0, 8433.0, 8426.0, 8462.0, 8481.0, 8432.0, 8450.0, 8393.0, 8446.0, 8403.0, 8463.0, 8442.0, 8448.0, 8457.0, 8442.0, 8473.0, 8433.0, 8390.0, 8407.0, 8407.0, 8452.0, 8441.0, 8392.0, 8476.0, 8437.0, 8440.0, 8482.0, 8485.0, 8478.0, 8430.0, 8387.0, 8422.0, 8381.0, 8392.0, 8383.0, 8368.0, 8395.0, 8383.0, 8453.0, 8383.0, 8449.0, 8390.0, 8424.0, 8370.0, 8377.0, 8367.0, 8353.0, 8386.0, 8360.0, 8456.0, 8412.0, 8475.0, 8431.0, 8417.0, 8432.0, 8410.0, 8450.0, 8406.0, 8387.0, 8463.0, 8410.0, 8483.0, 8444.0, 8500.0, 8475.0, 8495.0, 8451.0, 8455.0, 8437.0, 8440.0, 8470.0, 8456.0, 8490.0, 8465.0, 8419.0, 8415.0, 8423.0, 8438.0, 8411.0, 8461.0, 8425.0, 8429.0, 8447.0, 8427.0, 8501.0, 8439.0, 8489.0, 8461.0, 8460.0, 8485.0, 8426.0, 8425.0, 8399.0, 8400.0, 8412.0, 8401.0, 8477.0, 8481.0, 8511.0, 8486.0, 8422.0, 8433.0, 8416.0, 8467.0, 8408.0, 8460.0, 8420.0, 8444.0, 8393.0, 8444.0, 8377.0, 8441.0, 8387.0, 8422.0, 8368.0, 8417.0, 8348.0, 8386.0, 8363.0, 8334.0, 8384.0, 8395.0, 8461.0, 8384.0, 8438.0, 8373.0, 8360.0, 8395.0, 8400.0, 8446.0, 8525.0, 8495.0, 8497.0, 8527.0, 8510.0, 8541.0, 8514.0, 8470.0, 8522.0, 8440.0, 8460.0, 8457.0, 8423.0, 8452.0, 8393.0, 8465.0, 8398.0, 8505.0, 8454.0, 8478.0, 8446.0, 8388.0, 8431.0, 8388.0, 8403.0, 8410.0, 8392.0, 8421.0, 8405.0, 8468.0, 8424.0, 8485.0, 8444.0, 8425.0, 8407.0, 8376.0, 8398.0, 8372.0, 8429.0, 8392.0, 8433.0, 8392.0, 8377.0, 8378.0, 8375.0, 8404.0, 8372.0, 8394.0, 8372.0, 8402.0, 8439.0, 8410.0, 8491.0, 8412.0, 8391.0, 8394.0, 8439.0, 8447.0, 8437.0, 8450.0, 8463.0, 8455.0, 8470.0, 8463.0, 8491.0, 8454.0, 8405.0, 8468.0, 8420.0, 8460.0, 8430.0, 8443.0, 8411.0, 8367.0, 8425.0, 8391.0, 8468.0, 8447.0, 8430.0, 8430.0, 8391.0, 8409.0, 8426.0, 8435.0, 8461.0, 8486.0, 8407.0, 8434.0, 8446.0, 8389.0, 8408.0, 8391.0, 8384.0, 8428.0, 8437.0, 8428.0, 8396.0, 8485.0, 8455.0, 8432.0, 8454.0, 8447.0, 8397.0, 8389.0, 8343.0, 8370.0, 8363.0, 8346.0, 8363.0, 8338.0, 8383.0, 8340.0, 8380.0, 8338.0, 8378.0, 8369.0, 8397.0, 8393.0, 8421.0, 8415.0, 8387.0, 8434.0, 8428.0, 8414.0, 8414.0, 8413.0, 8439.0, 8432.0, 8461.0, 8485.0, 8458.0, 8501.0, 8487.0, 8494.0, 8476.0, 8427.0, 8448.0, 8416.0, 8457.0, 8444.0, 8437.0, 8439.0, 8394.0, 8438.0, 8394.0, 8419.0, 8389.0, 8400.0, 8392.0, 8388.0, 8422.0, 8366.0, 8426.0, 8420.0, 8401.0, 8416.0, 8371.0, 8445.0, 8422.0, 8447.0, 8452.0, 8423.0, 8439.0, 8398.0, 8449.0, 8432.0, 8426.0, 8430.0, 8398.0, 8429.0, 8386.0, 8442.0, 8431.0, 8443.0, 8426.0, 8384.0, 8442.0, 8399.0, 8441.0, 8416.0, 8432.0, 8452.0, 8423.0, 8467.0, 8434.0, 8429.0, 8417.0, 8371.0, 8424.0, 8400.0, 8463.0, 8440.0, 8441.0, 8472.0, 8430.0, 8470.0, 8438.0, 8429.0, 8429.0, 8396.0, 8426.0, 8380.0, 8447.0, 8421.0, 8484.0, 8527.0, 8447.0, 8457.0, 8408.0, 8428.0, 8421.0, 8419.0, 8469.0, 8447.0, 8465.0, 8468.0, 8428.0, 8481.0, 8434.0, 8468.0, 8437.0, 8466.0, 8437.0, 8450.0, 8453.0, 8407.0, 8438.0, 8388.0, 8431.0, 8398.0, 8405.0, 8377.0, 8399.0, 8376.0, 8377.0, 8395.0, 8386.0, 8449.0, 8428.0, 8464.0, 8465.0, 8392.0, 8434.0, 8411.0, 8411.0, 8460.0, 8433.0, 8473.0, 8433.0, 8461.0, 8467.0, 8452.0, 8495.0, 8466.0, 8494.0, 8464.0, 8441.0, 8448.0, 8403.0, 8440.0, 8396.0, 8453.0, 8397.0, 8449.0, 8411.0, 8398.0, 8441.0, 8414.0, 8442.0, 8417.0, 8420.0, 8419.0, 8422.0, 8455.0, 8444.0, 8448.0, 8495.0, 8480.0, 8495.0, 8466.0, 8451.0, 8472.0, 8444.0, 8464.0, 8454.0, 8441.0, 8487.0, 8459.0, 8485.0, 8455.0, 8423.0, 8449.0, 8416.0, 8455.0, 8412.0, 8443.0, 8428.0, 8426.0, 8431.0, 8390.0, 8429.0, 8401.0, 8424.0, 8414.0, 8399.0, 8443.0, 8419.0, 8461.0, 8437.0, 8436.0, 8439.0, 8410.0, 8432.0, 8424.0, 8451.0, 8483.0, 8422.0, 8483.0, 8459.0, 8458.0, 8459.0, 8437.0, 8441.0, 8455.0, 8430.0, 8489.0, 8478.0, 8499.0, 8506.0, 8475.0, 8436.0, 8449.0, 8450.0, 8457.0, 8456.0, 8427.0, 8482.0, 8455.0, 8454.0, 8487.0, 8456.0, 8475.0, 8419.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.0033707776162790705</td></tr>
<tr><td colspan=3>aqi</td><td>0.06969718386627907</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.31433495823996</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1512057763636367</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0214340464072729</td></tr>
<tr><td colspan=3>efc</td><td>0.4707</td></tr>
<tr><td colspan=3>fber</td><td>5388.4795</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.19447350134464772</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>424</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>30.813953488372093</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7199237284312865</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5377023940419146</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.0009688375422363</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.621099953709709</td></tr>
<tr><td colspan=3>gcor</td><td>0.00535788</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.019872721284627914</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03190480172634125</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1376</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.894033652517839</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>22.4059</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>37.7202</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>151.9413</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>303197.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>655.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.4001</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1728</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>461.2283</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2961.3719</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3135.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>73347.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>997.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3894.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>805.0723</td></tr>
<tr><td colspan=3>tsnr</td><td>23.172669662279077</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>