<?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-0017_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-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_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-0017/figures/sub-0017_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_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-0017/ses-01/func/sub-0017_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>8261aedd570ea5e3f1725667dbb8e0e8</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:34:18.552500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.997108, -0.0670798, -0.0357256, 0.0580168, 0.975474, -0.21233]</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_brain_imaging_center</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.098306</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>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4169, -7717, -7245, 539, 30, -203, -23, 90]</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>260.928</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1c26fe1a-7134-46ea-9f22-43743e18010c||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6751673221588135, 0.15565472841262817, -0.13254956901073456, 104.95314025878906], [0.1799701303243637, 2.617125988006592, -0.5660377740859985, -66.57283782958984], [-0.09584905952215195, 0.5696669816970825, 2.6366705894470215, -95.46153259277344], [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': ['133418.552500', '133419.012500', '133419.472500', '133419.932500', '133420.392500', '133420.852500', '133421.312500', '133421.772500', '133422.232500', '133422.692500', '133423.152500', '133423.612500', '133424.072500', '133424.532500', '133424.992500', '133425.452500', '133425.912500', '133426.372500', '133426.832500', '133427.292500', '133427.752500', '133428.212500', '133428.672500', '133429.132500', '133429.592500', '133430.052500', '133430.512500', '133430.972500', '133431.432500', '133431.892500', '133432.352500', '133432.812500', '133433.272500', '133433.732500', '133434.192500', '133434.652500', '133435.112500', '133435.572500', '133436.032500', '133436.492500', '133436.952500', '133437.412500', '133437.872500', '133438.332500', '133438.792500', '133439.252500', '133439.712500', '133440.172500', '133440.632500', '133441.092500', '133441.552500', '133442.012500', '133442.472500', '133442.932500', '133443.392500', '133443.852500', '133444.312500', '133444.772500', '133445.232500', '133445.692500', '133446.152500', '133446.612500', '133447.072500', '133447.532500', '133447.992500', '133448.452500', '133448.912500', '133449.372500', '133449.832500', '133450.292500', '133450.752500', '133451.212500', '133451.672500', '133452.132500', '133452.592500', '133453.052500', '133453.512500', '133453.972500', '133454.432500', '133454.892500', '133455.352500', '133455.812500', '133456.272500', '133456.732500', '133457.192500', '133457.652500', '133458.112500', '133458.572500', '133459.032500', '133459.492500', '133459.952500', '133500.412500', '133500.872500', '133501.332500', '133501.792500', '133502.252500', '133502.712500', '133503.172500', '133503.632500', '133504.092500', '133504.552500', '133505.012500', '133505.472500', '133505.932500', '133506.392500', '133506.852500', '133507.312500', '133507.772500', '133508.232500', '133508.692500', '133509.152500', '133509.612500', '133510.072500', '133510.532500', '133510.992500', '133511.452500', '133511.912500', '133512.372500', '133512.832500', '133513.292500', '133513.752500', '133514.212500', '133514.672500', '133515.132500', '133515.592500', '133516.052500', '133516.512500', '133516.972500', '133517.432500', '133517.892500', '133518.352500', '133518.812500', '133519.272500', '133519.732500', '133520.192500', '133520.652500', '133521.112500', '133521.572500', '133522.032500', '133522.492500', '133522.952500', '133523.412500', '133523.872500', '133524.332500', '133524.792500', '133525.252500', '133525.712500', '133526.172500', '133526.632500', '133527.092500', '133527.552500', '133528.012500', '133528.472500', '133528.932500', '133529.392500', '133529.852500', '133530.312500', '133530.772500', '133531.232500', '133531.692500', '133532.152500', '133532.612500', '133533.072500', '133533.532500', '133533.992500', '133534.452500', '133534.912500', '133535.372500', '133535.832500', '133536.292500', '133536.752500', '133537.212500', '133537.672500', '133538.132500', '133538.592500', '133539.052500', '133539.512500', '133539.972500', '133540.432500', '133540.892500', '133541.352500', '133541.812500', '133542.272500', '133542.732500', '133543.192500', '133543.652500', '133544.112500', '133544.572500', '133545.032500', '133545.492500', '133545.952500', '133546.412500', '133546.872500', '133547.332500', '133547.792500', '133548.252500', '133548.712500', '133549.172500', '133549.632500', '133550.092500', '133550.552500', '133551.012500', '133551.472500', '133551.932500', '133552.392500', '133552.852500', '133553.312500', '133553.772500', '133554.232500', '133554.692500', '133555.152500', '133555.612500', '133556.072500', '133556.532500', '133556.992500', '133557.452500', '133557.912500', '133558.372500', '133558.832500', '133559.292500', '133559.752500', '133600.212500', '133600.672500', '133601.132500', '133601.592500', '133602.052500', '133602.512500', '133602.972500', '133603.432500', '133603.892500', '133604.352500', '133604.812500', '133605.272500', '133605.732500', '133606.192500', '133606.652500', '133607.112500', '133607.572500', '133608.032500', '133608.492500', '133608.952500', '133609.412500', '133609.872500', '133610.332500', '133610.792500', '133611.252500', '133611.712500', '133612.172500', '133612.632500', '133613.092500', '133613.552500', '133614.012500', '133614.472500', '133614.932500', '133615.392500', '133615.852500', '133616.312500', '133616.772500', '133617.232500', '133617.692500', '133618.152500', '133618.612500', '133619.072500', '133619.532500', '133619.992500', '133620.452500', '133620.912500', '133621.372500', '133621.832500', '133622.292500', '133622.752500', '133623.212500', '133623.672500', '133624.132500', '133624.592500', '133625.052500', '133625.512500', '133625.972500', '133626.432500', '133626.892500', '133627.352500', '133627.812500', '133628.272500', '133628.732500', '133629.192500', '133629.652500', '133630.112500', '133630.572500', '133631.032500', '133631.492500', '133631.952500', '133632.412500', '133632.872500', '133633.332500', '133633.792500', '133634.252500', '133634.712500', '133635.172500', '133635.632500', '133636.092500', '133636.552500', '133637.012500', '133637.472500', '133637.932500', '133638.392500', '133638.852500', '133639.312500', '133639.772500', '133640.232500', '133640.692500', '133641.152500', '133641.612500', '133642.072500', '133642.532500', '133642.992500', '133643.452500', '133643.912500', '133644.372500', '133644.832500', '133645.292500', '133645.752500', '133646.212500', '133646.672500', '133647.132500', '133647.592500', '133648.052500', '133648.512500', '133648.972500', '133649.432500', '133649.892500', '133650.352500', '133650.812500', '133651.272500', '133651.732500', '133652.192500', '133652.652500', '133653.112500', '133653.572500', '133654.032500', '133654.492500', '133654.952500', '133655.412500', '133655.872500', '133656.332500', '133656.792500', '133657.252500', '133657.712500', '133658.172500', '133658.632500', '133659.092500', '133659.552500', '133700.012500', '133700.472500', '133700.932500', '133701.392500', '133701.852500', '133702.312500', '133702.772500', '133703.232500', '133703.692500', '133704.152500', '133704.612500', '133705.072500', '133705.532500', '133705.992500', '133706.452500', '133706.912500', '133707.372500', '133707.832500', '133708.292500', '133708.752500', '133709.212500', '133709.672500', '133710.132500', '133710.592500', '133711.052500', '133711.512500', '133711.972500', '133712.432500', '133712.892500', '133713.352500', '133713.812500', '133714.272500', '133714.732500', '133715.192500', '133715.652500', '133716.112500', '133716.572500', '133717.032500', '133717.492500', '133717.952500', '133718.412500', '133718.872500', '133719.332500', '133719.792500', '133720.252500', '133720.712500', '133721.172500', '133721.632500', '133722.092500', '133722.552500', '133723.012500', '133723.472500', '133723.932500', '133724.392500', '133724.852500', '133725.312500', '133725.772500', '133726.232500', '133726.692500', '133727.152500', '133727.612500', '133728.072500', '133728.532500', '133728.992500', '133729.452500', '133729.912500', '133730.372500', '133730.832500', '133731.292500', '133731.752500', '133732.212500', '133732.672500', '133733.132500', '133733.592500', '133734.052500', '133734.512500', '133734.972500', '133735.432500', '133735.892500', '133736.352500', '133736.812500', '133737.272500', '133737.732500', '133738.192500', '133738.652500', '133739.112500', '133739.572500', '133740.032500', '133740.492500', '133740.952500', '133741.412500', '133741.872500', '133742.332500', '133742.792500', '133743.252500', '133743.712500', '133744.172500', '133744.632500', '133745.092500', '133745.552500', '133746.012500', '133746.472500', '133746.932500', '133747.392500', '133747.852500', '133748.312500', '133748.772500', '133749.232500', '133749.692500', '133750.152500', '133750.612500', '133751.072500', '133751.532500', '133751.992500', '133752.452500', '133752.912500', '133753.372500', '133753.832500', '133754.292500', '133754.752500', '133755.212500', '133755.672500', '133756.132500', '133756.592500', '133757.052500', '133757.512500', '133757.972500', '133758.432500', '133758.892500', '133759.352500', '133759.812500', '133800.272500', '133800.732500', '133801.192500', '133801.652500', '133802.112500', '133802.572500', '133803.032500', '133803.492500', '133803.952500', '133804.412500', '133804.872500', '133805.332500', '133805.792500', '133806.252500', '133806.712500', '133807.172500', '133807.632500', '133808.092500', '133808.552500', '133809.012500', '133809.472500', '133809.932500', '133810.392500', '133810.852500', '133811.312500', '133811.772500', '133812.232500', '133812.692500', '133813.152500', '133813.612500', '133814.072500', '133814.532500', '133814.992500', '133815.452500', '133815.912500', '133816.372500', '133816.832500', '133817.292500', '133817.752500', '133818.212500', '133818.672500', '133819.132500', '133819.592500', '133820.052500', '133820.512500', '133820.972500', '133821.432500', '133821.892500', '133822.352500', '133822.812500', '133823.272500', '133823.732500', '133824.192500', '133824.652500', '133825.112500', '133825.572500', '133826.032500', '133826.492500', '133826.952500', '133827.412500', '133827.872500', '133828.332500', '133828.792500', '133829.252500', '133829.712500', '133830.172500', '133830.632500', '133831.092500', '133831.552500', '133832.012500', '133832.472500', '133832.932500', '133833.392500', '133833.852500', '133834.312500', '133834.772500', '133835.232500', '133835.692500', '133836.152500', '133836.612500', '133837.072500', '133837.532500', '133837.992500', '133838.452500', '133838.912500', '133839.372500', '133839.832500', '133840.292500', '133840.752500', '133841.212500', '133841.672500', '133842.132500', '133842.592500', '133843.052500', '133843.512500', '133843.972500', '133844.432500', '133844.892500', '133845.352500', '133845.812500', '133846.272500', '133846.732500', '133847.192500', '133847.652500', '133848.112500', '133848.572500', '133849.032500', '133849.492500', '133849.952500', '133850.412500', '133850.872500', '133851.332500', '133851.792500', '133852.252500', '133852.712500', '133853.172500', '133853.632500', '133854.092500', '133854.552500', '133855.012500', '133855.472500', '133855.932500', '133856.392500', '133856.852500', '133857.312500', '133857.772500', '133858.232500', '133858.692500', '133859.152500', '133859.612500', '133900.072500', '133900.532500', '133900.992500', '133901.452500', '133901.912500', '133902.372500', '133902.832500', '133903.292500', '133903.752500', '133904.212500', '133904.672500', '133905.132500', '133905.592500', '133906.052500', '133906.512500', '133906.972500', '133907.432500', '133907.892500', '133908.352500', '133908.812500', '133909.272500', '133909.732500', '133910.192500', '133910.652500', '133911.112500', '133911.572500', '133912.032500', '133912.492500', '133912.952500', '133913.412500', '133913.872500', '133914.332500', '133914.792500', '133915.252500', '133915.712500', '133916.172500', '133916.632500', '133917.092500', '133917.552500', '133918.012500', '133918.472500', '133918.932500', '133919.392500', '133919.852500', '133920.312500', '133920.772500', '133921.232500', '133921.692500', '133922.152500', '133922.612500', '133923.072500', '133923.532500', '133923.992500', '133924.452500', '133924.912500', '133925.372500', '133925.832500', '133926.292500', '133926.752500', '133927.212500', '133927.672500', '133928.132500', '133928.592500', '133929.052500', '133929.512500', '133929.972500', '133930.432500', '133930.892500', '133931.352500', '133931.812500', '133932.272500', '133932.732500', '133933.192500', '133933.652500', '133934.112500', '133934.572500', '133935.032500', '133935.492500', '133935.952500', '133936.412500', '133936.872500', '133937.332500', '133937.792500', '133938.252500', '133938.712500', '133939.172500', '133939.632500', '133940.092500', '133940.552500', '133941.012500', '133941.472500', '133941.932500', '133942.392500', '133942.852500', '133943.312500', '133943.772500', '133944.232500', '133944.692500', '133945.152500', '133945.612500', '133946.072500', '133946.532500', '133946.992500', '133947.452500', '133947.912500', '133948.372500', '133948.832500', '133949.292500', '133949.752500', '133950.212500', '133950.672500', '133951.132500', '133951.592500', '133952.052500', '133952.512500', '133952.972500', '133953.432500', '133953.892500', '133954.352500', '133954.812500', '133955.272500', '133955.732500', '133956.192500', '133956.652500', '133957.112500', '133957.572500', '133958.032500', '133958.492500', '133958.952500', '133959.412500', '133959.872500', '134000.332500', '134000.792500', '134001.252500', '134001.712500', '134002.172500', '134002.632500', '134003.092500', '134003.552500', '134004.012500', '134004.472500', '134004.932500', '134005.392500', '134005.852500', '134006.312500', '134006.772500', '134007.232500', '134007.692500', '134008.152500', '134008.612500', '134009.072500', '134009.532500', '134009.992500', '134010.452500', '134010.912500', '134011.372500', '134011.832500', '134012.292500', '134012.752500', '134013.212500', '134013.672500', '134014.132500', '134014.592500', '134015.052500', '134015.512500', '134015.972500', '134016.432500', '134016.892500', '134017.352500', '134017.812500', '134018.272500', '134018.732500', '134019.192500', '134019.652500', '134020.112500', '134020.572500', '134021.032500', '134021.492500', '134021.952500', '134022.412500', '134022.872500', '134023.332500', '134023.792500', '134024.252500', '134024.712500', '134025.172500', '134025.632500', '134026.092500', '134026.552500', '134027.012500', '134027.472500', '134027.932500', '134028.392500', '134028.852500', '134029.312500', '134029.772500', '134030.232500', '134030.692500', '134031.152500', '134031.612500', '134032.072500', '134032.532500', '134032.992500', '134033.452500', '134033.912500', '134034.372500', '134034.832500', '134035.292500', '134035.752500', '134036.212500', '134036.672500', '134037.132500', '134037.592500', '134038.052500', '134038.512500', '134038.972500', '134039.432500', '134039.892500', '134040.352500', '134040.812500', '134041.272500', '134041.732500', '134042.192500', '134042.652500', '134043.112500', '134043.572500', '134044.032500', '134044.492500', '134044.952500', '134045.412500', '134045.872500', '134046.332500', '134046.792500', '134047.252500', '134047.712500', '134048.172500', '134048.632500', '134049.092500', '134049.552500', '134050.012500', '134050.472500', '134050.932500', '134051.392500', '134051.852500', '134052.312500', '134052.772500', '134053.232500', '134053.692500', '134054.152500', '134054.612500', '134055.072500', '134055.532500', '134055.992500', '134056.452500', '134056.912500', '134057.372500', '134057.832500', '134058.292500', '134058.752500', '134059.212500', '134059.672500', '134100.132500', '134100.592500', '134101.052500', '134101.512500', '134101.972500', '134102.432500', '134102.892500', '134103.352500', '134103.812500', '134104.272500', '134104.732500', '134105.192500', '134105.652500', '134106.112500', '134106.572500', '134107.032500', '134107.492500', '134107.952500', '134108.412500', '134108.872500', '134109.332500', '134109.792500', '134110.252500', '134110.712500', '134111.172500', '134111.632500', '134112.092500', '134112.552500', '134113.012500', '134113.472500', '134113.932500', '134114.392500', '134114.852500', '134115.312500', '134115.772500', '134116.232500', '134116.692500', '134117.152500', '134117.612500', '134118.072500', '134118.532500', '134118.992500', '134119.452500', '134119.912500', '134120.372500', '134120.832500', '134121.292500', '134121.752500', '134122.212500', '134122.672500', '134123.132500', '134123.592500', '134124.052500', '134124.512500', '134124.972500', '134125.432500', '134125.892500', '134126.352500', '134126.812500', '134127.272500', '134127.732500', '134128.192500', '134128.652500', '134129.112500', '134129.572500', '134130.032500', '134130.492500', '134130.952500', '134131.412500', '134131.872500', '134132.332500', '134132.792500', '134133.252500', '134133.712500', '134134.172500', '134134.632500', '134135.092500', '134135.552500', '134136.012500', '134136.472500', '134136.932500', '134137.392500', '134137.852500', '134138.312500', '134138.772500', '134139.232500', '134139.692500', '134140.152500', '134140.612500', '134141.072500', '134141.532500', '134141.992500', '134142.452500', '134142.912500', '134143.372500', '134143.832500', '134144.292500', '134144.752500', '134145.212500', '134145.672500', '134146.132500', '134146.592500', '134147.052500', '134147.512500', '134147.972500', '134148.432500', '134148.892500', '134149.352500', '134149.812500', '134150.272500', '134150.732500', '134151.192500', '134151.652500', '134152.112500', '134152.572500', '134153.032500', '134153.492500', '134153.952500', '134154.412500', '134154.872500', '134155.332500', '134155.792500', '134156.252500', '134156.712500', '134157.172500', '134157.632500', '134158.092500', '134158.552500', '134159.012500', '134159.472500', '134159.932500', '134200.392500', '134200.852500', '134201.312500', '134201.772500', '134202.232500', '134202.692500', '134203.152500', '134203.612500', '134204.072500', '134204.532500', '134204.992500', '134205.452500', '134205.912500', '134206.372500', '134206.832500', '134207.292500', '134207.752500', '134208.212500', '134208.672500', '134209.132500', '134209.592500', '134210.052500', '134210.512500', '134210.972500', '134211.432500', '134211.892500', '134212.352500', '134212.812500', '134213.272500', '134213.732500', '134214.192500', '134214.652500', '134215.112500', '134215.572500', '134216.032500', '134216.492500', '134216.952500', '134217.412500', '134217.872500', '134218.332500', '134218.792500', '134219.252500', '134219.712500', '134220.172500', '134220.632500', '134221.092500', '134221.552500', '134222.012500', '134222.472500', '134222.932500', '134223.392500', '134223.852500', '134224.312500', '134224.772500', '134225.232500', '134225.692500', '134226.152500', '134226.612500', '134227.072500', '134227.532500', '134227.992500', '134228.452500', '134228.912500', '134229.372500', '134229.832500', '134230.292500', '134230.752500', '134231.212500', '134231.672500', '134232.132500', '134232.592500', '134233.052500', '134233.512500', '134233.972500', '134234.432500', '134234.892500', '134235.352500', '134235.812500', '134236.272500', '134236.732500', '134237.192500', '134237.652500', '134238.112500', '134238.572500', '134239.032500', '134239.492500', '134239.952500', '134240.412500', '134240.872500', '134241.332500', '134241.792500', '134242.252500', '134242.712500', '134243.172500', '134243.632500', '134244.092500', '134244.552500', '134245.012500', '134245.472500', '134245.932500', '134246.392500', '134246.852500', '134247.312500', '134247.772500', '134248.232500', '134248.692500', '134249.152500', '134249.612500', '134250.072500', '134250.532500', '134250.992500', '134251.452500', '134251.912500', '134252.372500', '134252.832500', '134253.292500', '134253.752500', '134254.212500', '134254.672500', '134255.132500', '134255.592500', '134256.052500', '134256.512500', '134256.972500', '134257.432500', '134257.892500', '134258.352500', '134258.812500', '134259.272500', '134259.732500', '134300.192500', '134300.652500', '134301.112500', '134301.572500', '134302.032500', '134302.492500', '134302.952500', '134303.412500', '134303.872500', '134304.332500', '134304.792500', '134305.252500', '134305.712500', '134306.172500', '134306.632500', '134307.092500', '134307.552500', '134308.012500', '134308.472500', '134308.932500', '134309.392500', '134309.852500', '134310.312500', '134310.772500', '134311.232500', '134311.692500', '134312.152500', '134312.612500', '134313.072500', '134313.532500', '134313.992500', '134314.452500', '134314.912500', '134315.372500', '134315.832500', '134316.292500', '134316.752500', '134317.212500', '134317.672500', '134318.132500', '134318.592500', '134319.052500', '134319.512500', '134319.972500', '134320.432500', '134320.892500', '134321.352500', '134321.812500', '134322.272500', '134322.732500', '134323.192500', '134323.652500', '134324.112500', '134324.572500', '134325.032500', '134325.492500', '134325.952500', '134326.412500', '134326.872500', '134327.332500', '134327.792500', '134328.252500', '134328.712500', '134329.172500', '134329.632500', '134330.092500', '134330.552500', '134331.012500', '134331.472500', '134331.932500', '134332.392500', '134332.852500', '134333.312500', '134333.772500', '134334.232500', '134334.692500', '134335.152500', '134335.612500', '134336.072500', '134336.532500', '134336.992500', '134337.452500', '134337.912500', '134338.372500', '134338.832500', '134339.292500', '134339.752500', '134340.212500', '134340.672500', '134341.132500', '134341.592500', '134342.052500', '134342.512500', '134342.972500', '134343.432500', '134343.892500', '134344.352500', '134344.812500', '134345.272500', '134345.732500', '134346.192500', '134346.652500', '134347.112500', '134347.572500', '134348.032500', '134348.492500', '134348.952500', '134349.412500', '134349.872500', '134350.332500', '134350.792500', '134351.252500', '134351.712500', '134352.172500', '134352.632500', '134353.092500', '134353.552500', '134354.012500', '134354.472500', '134354.932500', '134355.392500', '134355.852500', '134356.312500', '134356.772500', '134357.232500', '134357.692500', '134358.152500', '134358.612500', '134359.072500', '134359.532500', '134359.992500', '134400.452500', '134400.912500', '134401.372500', '134401.832500', '134402.292500', '134402.752500', '134403.212500', '134403.672500', '134404.132500', '134404.592500', '134405.052500', '134405.512500', '134405.972500', '134406.432500', '134406.892500', '134407.352500', '134407.812500', '134408.272500', '134408.732500', '134409.192500', '134409.652500', '134410.112500', '134410.572500', '134411.032500', '134411.492500', '134411.952500', '134412.412500', '134412.872500', '134413.332500', '134413.792500', '134414.252500', '134414.712500', '134415.172500', '134415.632500', '134416.092500', '134416.552500', '134417.012500', '134417.472500', '134417.932500', '134418.392500', '134418.852500', '134419.312500', '134419.772500', '134420.232500', '134420.692500', '134421.152500', '134421.612500', '134422.072500', '134422.532500', '134422.992500', '134423.452500', '134423.912500', '134424.372500', '134424.832500', '134425.292500', '134425.752500', '134426.212500', '134426.672500', '134427.132500', '134427.592500', '134428.052500', '134428.512500', '134428.972500', '134429.432500', '134429.892500', '134430.352500', '134430.812500', '134431.272500', '134431.732500', '134432.192500', '134432.652500', '134433.112500', '134433.572500', '134434.032500', '134434.492500', '134434.952500', '134435.412500', '134435.872500', '134436.332500', '134436.792500', '134437.252500', '134437.712500', '134438.172500', '134438.632500', '134439.092500', '134439.552500', '134440.012500', '134440.472500', '134440.932500', '134441.392500', '134441.852500', '134442.312500', '134442.772500', '134443.232500', '134443.692500', '134444.152500', '134444.612500', '134445.072500', '134445.532500', '134445.992500', '134446.452500', '134446.912500', '134447.372500', '134447.832500', '134448.292500', '134448.752500', '134449.212500', '134449.672500', '134450.132500', '134450.592500', '134451.052500'], 'ContentTime': ['133442.962000', '133442.966000', '133442.976000', '133442.978000', '133442.981000', '133442.984000', '133442.987000', '133442.990000', '133442.993000', '133442.996000', '133443.000000', '133443.003000', '133443.006000', '133443.009000', '133443.012000', '133443.015000', '133443.018000', '133443.021000', '133443.025000', '133443.027000', '133443.030000', '133443.033000', '133443.037000', '133443.040000', '133443.044000', '133443.047000', '133443.050000', '133443.053000', '133443.056000', '133443.059000', '133443.062000', '133443.065000', '133443.068000', '133443.071000', '133443.074000', '133443.077000', '133443.080000', '133443.082000', '133443.085000', '133443.088000', '133443.091000', '133443.094000', '133443.098000', '133443.101000', '133443.110000', '133443.113000', '133443.116000', '133443.119000', '133443.123000', '133443.125000', '133443.129000', '133443.132000', '133502.924000', '133502.927000', '133502.930000', '133502.932000', '133502.935000', '133502.938000', '133502.941000', '133502.944000', '133502.946000', '133502.949000', '133502.952000', '133502.955000', '133502.958000', '133502.961000', '133502.963000', '133502.966000', '133502.974000', '133502.977000', '133502.980000', '133502.982000', '133502.985000', '133502.988000', '133502.991000', '133502.993000', '133502.996000', '133503.000000', '133503.003000', '133503.006000', '133503.009000', '133503.012000', '133503.014000', '133503.017000', '133503.020000', '133503.023000', '133503.026000', '133503.028000', '133503.031000', '133503.034000', '133503.037000', '133503.039000', '133503.042000', '133503.045000', '133503.048000', '133503.051000', '133522.924000', '133522.927000', '133522.930000', '133522.933000', '133522.935000', '133522.938000', '133522.941000', '133522.944000', '133522.946000', '133522.949000', '133522.952000', '133522.955000', '133522.958000', '133522.960000', '133522.963000', '133522.966000', '133522.969000', '133522.972000', '133522.975000', '133522.978000', '133522.980000', '133522.983000', '133522.994000', '133522.997000', '133523.001000', '133523.004000', '133523.006000', '133523.009000', '133523.012000', '133523.015000', '133523.018000', '133523.021000', '133523.024000', '133523.026000', '133523.029000', '133523.032000', '133523.035000', '133523.037000', '133523.040000', '133523.043000', '133523.046000', '133523.049000', '133523.051000', '133542.925000', '133542.928000', '133542.930000', '133542.933000', '133542.936000', '133542.939000', '133542.942000', '133542.944000', '133542.948000', '133542.950000', '133542.953000', '133542.956000', '133542.959000', '133542.962000', '133542.964000', '133542.967000', '133542.993000', '133542.995000', '133542.998000', '133543.002000', '133543.005000', '133543.008000', '133543.010000', '133543.013000', '133543.016000', '133543.019000', '133543.022000', '133543.031000', '133543.034000', '133543.037000', '133543.040000', '133543.043000', '133543.046000', '133543.048000', '133543.051000', '133543.054000', '133543.057000', '133543.060000', '133543.062000', '133543.065000', '133543.068000', '133543.071000', '133543.074000', '133543.076000', '133602.924000', '133602.927000', '133602.930000', '133602.933000', '133602.935000', '133602.938000', '133602.941000', '133602.944000', '133602.947000', '133602.950000', '133602.953000', '133602.955000', '133602.958000', '133602.961000', '133602.964000', '133602.967000', '133602.970000', '133602.972000', '133602.975000', '133602.978000', '133602.981000', '133602.984000', '133602.987000', '133602.990000', '133602.992000', '133602.995000', '133602.998000', '133603.002000', '133603.005000', '133603.008000', '133603.011000', '133603.013000', '133603.016000', '133603.019000', '133603.022000', '133603.025000', '133603.027000', '133603.034000', '133603.037000', '133603.040000', '133603.043000', '133603.046000', '133603.049000', '133622.924000', '133622.930000', '133622.933000', '133622.936000', '133622.939000', '133622.942000', '133622.945000', '133622.948000', '133622.951000', '133622.953000', '133622.956000', '133622.959000', '133622.962000', '133622.965000', '133622.968000', '133622.971000', '133622.973000', '133622.976000', '133622.979000', '133622.982000', '133622.985000', '133622.987000', '133622.990000', '133622.993000', '133622.996000', '133623.000000', '133623.003000', '133623.005000', '133623.008000', '133623.011000', '133623.014000', '133623.017000', '133623.020000', '133623.022000', '133623.025000', '133623.028000', '133623.031000', '133623.034000', '133623.036000', '133623.039000', '133623.042000', '133623.045000', '133623.048000', '133642.924000', '133642.927000', '133642.930000', '133642.932000', '133642.935000', '133642.938000', '133642.941000', '133642.944000', '133642.946000', '133642.949000', '133642.952000', '133642.955000', '133642.958000', '133642.961000', '133642.964000', '133642.966000', '133642.969000', '133642.972000', '133642.975000', '133642.978000', '133642.980000', '133642.983000', '133642.986000', '133642.989000', '133642.992000', '133642.994000', '133642.997000', '133643.001000', '133643.004000', '133643.007000', '133643.010000', '133643.013000', '133643.015000', '133643.018000', '133643.021000', '133643.024000', '133643.027000', '133643.029000', '133643.032000', '133643.035000', '133643.038000', '133643.041000', '133643.044000', '133643.046000', '133702.924000', '133702.927000', '133702.930000', '133702.936000', '133702.940000', '133702.943000', '133702.946000', '133702.949000', '133702.951000', '133702.954000', '133702.957000', '133702.960000', '133702.963000', '133702.966000', '133702.969000', '133702.971000', '133702.974000', '133702.977000', '133702.986000', '133702.989000', '133702.992000', '133702.994000', '133702.997000', '133703.001000', '133703.004000', '133703.007000', '133703.010000', '133703.012000', '133703.015000', '133703.018000', '133703.021000', '133703.024000', '133703.026000', '133703.029000', '133703.032000', '133703.035000', '133703.038000', '133703.040000', '133703.043000', '133703.046000', '133703.049000', '133703.052000', '133703.055000', '133722.924000', '133722.927000', '133722.930000', '133722.932000', '133722.935000', '133722.938000', '133722.941000', '133722.944000', '133722.947000', '133722.950000', '133722.952000', '133722.955000', '133722.958000', '133722.961000', '133722.964000', '133722.967000', '133722.969000', '133722.972000', '133722.975000', '133722.978000', '133722.981000', '133722.983000', '133722.986000', '133722.989000', '133722.992000', '133722.995000', '133722.997000', '133723.001000', '133723.004000', '133723.007000', '133723.010000', '133723.013000', '133723.015000', '133723.018000', '133723.021000', '133723.024000', '133723.027000', '133723.029000', '133723.032000', '133723.035000', '133723.038000', '133723.041000', '133723.043000', '133723.046000', '133742.924000', '133742.956000', '133742.959000', '133742.961000', '133742.964000', '133742.967000', '133742.970000', '133742.973000', '133742.975000', '133742.979000', '133742.981000', '133742.984000', '133742.987000', '133742.990000', '133742.993000', '133742.996000', '133742.998000', '133743.002000', '133743.005000', '133743.008000', '133743.011000', '133743.014000', '133743.017000', '133743.019000', '133743.022000', '133743.025000', '133743.028000', '133743.031000', '133743.033000', '133743.036000', '133743.039000', '133743.042000', '133743.045000', '133743.048000', '133743.050000', '133743.053000', '133743.056000', '133743.059000', '133743.061000', '133743.064000', '133743.067000', '133743.070000', '133743.073000', '133802.925000', '133802.928000', '133802.931000', '133802.933000', '133802.936000', '133802.939000', '133802.942000', '133802.945000', '133802.948000', '133802.950000', '133802.953000', '133802.956000', '133802.959000', '133802.962000', '133802.965000', '133802.968000', '133802.971000', '133802.974000', '133802.977000', '133802.979000', '133802.982000', '133802.985000', '133802.988000', '133802.990000', '133802.993000', '133802.996000', '133803.000000', '133803.003000', '133803.006000', '133803.009000', '133803.011000', '133803.014000', '133803.017000', '133803.020000', '133803.023000', '133803.026000', '133803.028000', '133803.031000', '133803.034000', '133803.037000', '133803.040000', '133803.043000', '133803.045000', '133803.048000', '133822.924000', '133822.927000', '133822.930000', '133822.933000', '133822.936000', '133822.938000', '133822.941000', '133822.944000', '133822.947000', '133822.950000', '133822.953000', '133822.955000', '133822.958000', '133822.961000', '133822.964000', '133822.967000', '133822.970000', '133822.972000', '133822.982000', '133822.986000', '133822.989000', '133822.992000', '133822.994000', '133822.997000', '133823.001000', '133823.004000', '133823.007000', '133823.010000', '133823.013000', '133823.015000', '133823.018000', '133823.021000', '133823.024000', '133823.027000', '133823.029000', '133823.032000', '133823.035000', '133823.038000', '133823.041000', '133823.043000', '133823.046000', '133823.049000', '133823.052000', '133842.924000', '133842.927000', '133842.929000', '133842.932000', '133842.935000', '133842.938000', '133842.941000', '133842.944000', '133842.947000', '133842.949000', '133842.952000', '133842.955000', '133842.958000', '133842.961000', '133842.963000', '133842.966000', '133842.969000', '133842.972000', '133842.975000', '133842.978000', '133842.980000', '133842.983000', '133842.986000', '133842.989000', '133842.992000', '133842.995000', '133842.997000', '133843.001000', '133843.004000', '133843.007000', '133843.010000', '133843.013000', '133843.015000', '133843.018000', '133843.021000', '133843.024000', '133843.027000', '133843.043000', '133843.046000', '133843.049000', '133843.052000', '133843.055000', '133843.057000', '133843.060000', '133902.924000', '133902.927000', '133902.930000', '133902.932000', '133902.935000', '133902.938000', '133902.941000', '133902.944000', '133902.947000', '133902.950000', '133902.953000', '133902.955000', '133902.958000', '133902.961000', '133902.964000', '133902.967000', '133902.970000', '133902.973000', '133902.975000', '133902.978000', '133902.981000', '133902.984000', '133902.987000', '133902.990000', '133902.993000', '133902.996000', '133903.002000', '133903.006000', '133903.009000', '133903.012000', '133903.015000', '133903.017000', '133903.020000', '133903.023000', '133903.026000', '133903.029000', '133903.032000', '133903.034000', '133903.037000', '133903.040000', '133903.043000', '133903.046000', '133903.048000', '133922.924000', '133922.927000', '133922.933000', '133922.936000', '133922.939000', '133922.941000', '133922.944000', '133922.947000', '133922.950000', '133922.953000', '133922.956000', '133922.958000', '133922.961000', '133922.964000', '133922.967000', '133922.970000', '133922.973000', '133922.975000', '133922.978000', '133922.981000', '133922.984000', '133922.987000', '133922.990000', '133922.993000', '133922.995000', '133922.998000', '133923.002000', '133923.005000', '133923.008000', '133923.010000', '133923.013000', '133923.016000', '133923.019000', '133923.022000', '133923.025000', '133923.027000', '133923.030000', '133923.033000', '133923.036000', '133923.039000', '133923.041000', '133923.044000', '133923.047000', '133923.050000', '133942.924000', '133942.927000', '133942.930000', '133942.932000', '133942.935000', '133942.938000', '133942.941000', '133942.944000', '133942.947000', '133942.950000', '133942.953000', '133942.956000', '133942.959000', '133942.962000', '133942.965000', '133942.968000', '133942.971000', '133942.974000', '133942.976000', '133942.979000', '133942.982000', '133942.985000', '133942.988000', '133942.991000', '133942.993000', '133942.996000', '133943.000000', '133943.003000', '133943.006000', '133943.009000', '133943.013000', '133943.018000', '133943.021000', '133943.024000', '133943.027000', '133943.030000', '133943.033000', '133943.035000', '133943.038000', '133943.041000', '133943.044000', '133943.047000', '133943.050000', '134002.924000', '134002.927000', '134002.930000', '134002.933000', '134002.935000', '134002.938000', '134002.941000', '134002.944000', '134002.947000', '134002.950000', '134002.953000', '134002.955000', '134002.958000', '134002.961000', '134002.964000', '134002.967000', '134002.970000', '134002.973000', '134002.975000', '134002.978000', '134002.981000', '134002.984000', '134002.987000', '134002.992000', '134002.995000', '134002.998000', '134003.002000', '134003.005000', '134003.008000', '134003.011000', '134003.013000', '134003.016000', '134003.019000', '134003.022000', '134003.025000', '134003.028000', '134003.030000', '134003.033000', '134003.036000', '134003.039000', '134003.042000', '134003.045000', '134003.047000', '134003.050000', '134022.925000', '134022.928000', '134022.931000', '134022.934000', '134022.936000', '134022.939000', '134022.942000', '134022.945000', '134022.948000', '134022.951000', '134022.954000', '134022.956000', '134022.959000', '134022.962000', '134022.965000', '134022.968000', '134022.971000', '134022.973000', '134022.977000', '134022.979000', '134022.982000', '134022.985000', '134022.988000', '134022.991000', '134022.993000', '134022.996000', '134023.000000', '134023.003000', '134023.006000', '134023.008000', '134023.011000', '134023.014000', '134023.017000', '134023.020000', '134023.023000', '134023.025000', '134023.028000', '134023.031000', '134023.034000', '134023.040000', '134023.043000', '134023.046000', '134023.049000', '134042.924000', '134042.927000', '134042.929000', '134042.932000', '134042.935000', '134042.938000', '134042.941000', '134042.944000', '134042.946000', '134042.949000', '134042.952000', '134042.955000', '134042.958000', '134042.961000', '134042.963000', '134042.966000', '134042.969000', '134042.972000', '134042.975000', '134042.978000', '134042.981000', '134042.983000', '134042.986000', '134042.989000', '134042.992000', '134042.995000', '134042.997000', '134043.001000', '134043.004000', '134043.007000', '134043.010000', '134043.013000', '134043.016000', '134043.018000', '134043.021000', '134043.024000', '134043.027000', '134043.030000', '134043.032000', '134043.035000', '134043.038000', '134043.041000', '134043.044000', '134043.047000', '134102.924000', '134102.927000', '134102.930000', '134102.933000', '134102.935000', '134102.938000', '134102.941000', '134102.944000', '134102.947000', '134102.950000', '134102.952000', '134102.955000', '134102.958000', '134102.961000', '134102.963000', '134102.966000', '134102.969000', '134102.972000', '134102.975000', '134102.978000', '134102.980000', '134102.983000', '134102.986000', '134102.989000', '134102.993000', '134102.996000', '134103.000000', '134103.003000', '134103.006000', '134103.009000', '134103.012000', '134103.014000', '134103.017000', '134103.020000', '134103.023000', '134103.026000', '134103.029000', '134103.032000', '134103.035000', '134103.037000', '134103.040000', '134103.043000', '134103.046000', '134122.924000', '134122.927000', '134122.930000', '134122.933000', '134122.935000', '134122.938000', '134122.941000', '134122.944000', '134122.947000', '134122.949000', '134122.952000', '134122.955000', '134122.958000', '134122.961000', '134122.964000', '134122.967000', '134122.969000', '134122.972000', '134122.975000', '134122.978000', '134122.981000', '134122.984000', '134122.987000', '134122.989000', '134122.992000', '134122.995000', '134122.998000', '134123.002000', '134123.005000', '134123.007000', '134123.010000', '134123.013000', '134123.016000', '134123.019000', '134123.022000', '134123.025000', '134123.027000', '134123.030000', '134123.033000', '134123.036000', '134123.039000', '134123.042000', '134123.045000', '134123.047000', '134142.932000', '134142.935000', '134142.937000', '134142.940000', '134142.943000', '134142.946000', '134142.949000', '134142.952000', '134142.955000', '134142.957000', '134142.960000', '134142.963000', '134142.966000', '134142.969000', '134142.971000', '134142.974000', '134142.977000', '134142.980000', '134142.983000', '134142.986000', '134142.989000', '134142.991000', '134142.994000', '134142.997000', '134143.001000', '134143.004000', '134143.007000', '134143.009000', '134143.012000', '134143.015000', '134143.018000', '134143.021000', '134143.024000', '134143.026000', '134143.029000', '134143.032000', '134143.035000', '134143.038000', '134143.040000', '134143.043000', '134143.046000', '134143.049000', '134143.052000', '134202.924000', '134202.927000', '134202.930000', '134202.932000', '134202.935000', '134202.938000', '134202.941000', '134202.944000', '134202.947000', '134202.950000', '134202.952000', '134202.955000', '134202.958000', '134202.961000', '134202.964000', '134202.967000', '134202.970000', '134202.972000', '134202.975000', '134202.978000', '134202.981000', '134202.984000', '134202.987000', '134202.989000', '134202.992000', '134202.995000', '134202.998000', '134203.002000', '134203.005000', '134203.008000', '134203.011000', '134203.013000', '134203.016000', '134203.019000', '134203.022000', '134203.025000', '134203.028000', '134203.030000', '134203.033000', '134203.036000', '134203.039000', '134203.042000', '134203.045000', '134203.048000', '134222.924000', '134222.927000', '134222.930000', '134222.933000', '134222.935000', '134222.938000', '134222.941000', '134222.944000', '134222.947000', '134222.949000', '134222.952000', '134222.955000', '134222.958000', '134222.961000', '134222.964000', '134222.967000', '134222.969000', '134222.972000', '134222.975000', '134222.978000', '134222.981000', '134222.983000', '134222.986000', '134222.989000', '134222.992000', '134222.995000', '134222.997000', '134223.002000', '134223.005000', '134223.007000', '134223.010000', '134223.013000', '134223.016000', '134223.019000', '134223.021000', '134223.024000', '134223.028000', '134223.031000', '134223.034000', '134223.037000', '134223.040000', '134223.043000', '134223.046000', '134242.924000', '134242.927000', '134242.929000', '134242.932000', '134242.943000', '134242.946000', '134242.949000', '134242.952000', '134242.955000', '134242.958000', '134242.960000', '134242.963000', '134242.966000', '134242.969000', '134242.972000', '134242.975000', '134242.978000', '134242.980000', '134242.983000', '134242.986000', '134242.989000', '134242.992000', '134242.995000', '134242.998000', '134243.002000', '134243.005000', '134243.008000', '134243.011000', '134243.014000', '134243.017000', '134243.019000', '134243.022000', '134243.025000', '134243.028000', '134243.031000', '134243.033000', '134243.036000', '134243.039000', '134243.042000', '134243.045000', '134243.048000', '134243.050000', '134243.053000', '134243.056000', '134302.924000', '134302.927000', '134302.930000', '134302.932000', '134302.935000', '134302.938000', '134302.941000', '134302.944000', '134302.947000', '134302.949000', '134302.952000', '134302.955000', '134302.958000', '134302.961000', '134302.964000', '134302.967000', '134302.970000', '134302.972000', '134302.975000', '134302.978000', '134302.981000', '134302.984000', '134302.987000', '134302.989000', '134302.992000', '134302.995000', '134302.998000', '134303.002000', '134303.005000', '134303.007000', '134303.010000', '134303.013000', '134303.016000', '134303.019000', '134303.022000', '134303.024000', '134303.027000', '134303.030000', '134303.033000', '134303.036000', '134303.039000', '134303.041000', '134303.044000', '134322.924000', '134322.927000', '134322.929000', '134322.932000', '134322.935000', '134322.938000', '134322.941000', '134322.944000', '134322.947000', '134322.949000', '134322.952000', '134322.955000', '134322.958000', '134322.961000', '134322.964000', '134322.967000', '134322.969000', '134322.972000', '134322.975000', '134322.978000', '134322.981000', '134322.984000', '134322.986000', '134322.989000', '134322.992000', '134322.995000', '134322.998000', '134323.002000', '134323.004000', '134323.007000', '134323.010000', '134323.013000', '134323.016000', '134323.019000', '134323.022000', '134323.025000', '134323.027000', '134323.030000', '134323.033000', '134323.036000', '134323.039000', '134323.041000', '134323.044000', '134323.047000', '134342.924000', '134342.927000', '134342.930000', '134342.933000', '134342.935000', '134342.938000', '134342.941000', '134342.944000', '134342.947000', '134342.950000', '134342.953000', '134342.955000', '134342.958000', '134342.961000', '134342.964000', '134342.967000', '134342.969000', '134342.972000', '134342.975000', '134342.978000', '134342.981000', '134342.984000', '134342.986000', '134342.989000', '134342.992000', '134342.995000', '134342.998000', '134343.001000', '134343.004000', '134343.007000', '134343.010000', '134343.013000', '134343.015000', '134343.018000', '134343.021000', '134343.024000', '134343.027000', '134343.030000', '134343.032000', '134343.035000', '134343.038000', '134343.041000', '134343.044000', '134402.924000', '134402.927000', '134402.930000', '134402.932000', '134402.935000', '134402.938000', '134402.941000', '134402.944000', '134402.947000', '134402.949000', '134402.953000', '134402.955000', '134402.958000', '134402.961000', '134402.964000', '134402.967000', '134402.970000', '134402.972000', '134402.975000', '134402.978000', '134402.981000', '134402.984000', '134402.987000', '134402.989000', '134402.992000', '134402.995000', '134402.998000', '134403.002000', '134403.005000', '134403.007000', '134403.010000', '134403.013000', '134403.016000', '134403.019000', '134403.021000', '134403.024000', '134403.027000', '134403.040000', '134403.043000', '134403.046000', '134403.049000', '134403.052000', '134403.055000', '134403.057000', '134422.924000', '134422.927000', '134422.930000', '134422.932000', '134422.942000', '134422.945000', '134422.947000', '134422.950000', '134422.953000', '134422.956000', '134422.959000', '134422.962000', '134422.965000', '134422.967000', '134422.970000', '134422.973000', '134422.976000', '134422.979000', '134422.982000', '134422.984000', '134422.987000', '134422.990000', '134422.993000', '134422.996000', '134423.000000', '134423.002000', '134423.005000', '134423.008000', '134423.011000', '134423.014000', '134423.017000', '134423.019000', '134423.022000', '134423.025000', '134423.028000', '134423.031000', '134423.034000', '134423.036000', '134423.039000', '134423.042000', '134423.045000', '134423.048000', '134423.050000', '134442.924000', '134442.927000', '134442.930000', '134442.933000', '134442.936000', '134442.938000', '134442.941000', '134442.944000', '134442.947000', '134442.950000', '134442.953000', '134442.956000', '134442.959000', '134442.962000', '134442.965000', '134442.968000', '134442.970000', '134442.973000', '134442.976000', '134442.979000', '134442.982000', '134442.985000', '134442.988000', '134442.991000', '134442.993000', '134442.996000', '134443.000000', '134443.003000', '134443.006000', '134443.009000', '134443.011000', '134443.014000', '134443.017000', '134443.020000', '134443.023000', '134443.026000', '134443.028000', '134443.031000', '134443.034000', '134443.037000', '134443.040000', '134443.043000', '134443.045000', '134451.735000', '134451.739000', '134451.742000', '134451.746000', '134451.754000', '134451.758000', '134451.762000', '134451.765000', '134451.769000', '134451.772000', '134451.775000', '134451.778000', '134451.781000', '134451.784000', '134451.856000', '134451.859000', '134451.862000', '134451.865000', '134451.868000', '134451.871000'], 'InstanceCreationTime': ['133442.962000', '133442.966000', '133442.976000', '133442.978000', '133442.981000', '133442.984000', '133442.987000', '133442.990000', '133442.993000', '133442.996000', '133443.000000', '133443.003000', '133443.006000', '133443.009000', '133443.012000', '133443.015000', '133443.018000', '133443.021000', '133443.025000', '133443.027000', '133443.030000', '133443.033000', '133443.037000', '133443.040000', '133443.044000', '133443.047000', '133443.050000', '133443.053000', '133443.056000', '133443.059000', '133443.062000', '133443.065000', '133443.068000', '133443.071000', '133443.074000', '133443.077000', '133443.080000', '133443.082000', '133443.085000', '133443.088000', '133443.091000', '133443.094000', '133443.098000', '133443.101000', '133443.110000', '133443.113000', '133443.116000', '133443.119000', '133443.123000', '133443.125000', '133443.129000', '133443.132000', '133502.924000', '133502.927000', '133502.930000', '133502.932000', '133502.935000', '133502.938000', '133502.941000', '133502.944000', '133502.946000', '133502.949000', '133502.952000', '133502.955000', '133502.958000', '133502.961000', '133502.963000', '133502.966000', '133502.974000', '133502.977000', '133502.980000', '133502.982000', '133502.985000', '133502.988000', '133502.991000', '133502.993000', '133502.996000', '133503.000000', '133503.003000', '133503.006000', '133503.009000', '133503.012000', '133503.014000', '133503.017000', '133503.020000', '133503.023000', '133503.026000', '133503.028000', '133503.031000', '133503.034000', '133503.037000', '133503.039000', '133503.042000', '133503.045000', '133503.048000', '133503.051000', '133522.924000', '133522.927000', '133522.930000', '133522.933000', '133522.935000', '133522.938000', '133522.941000', '133522.944000', '133522.946000', '133522.949000', '133522.952000', '133522.955000', '133522.958000', '133522.960000', '133522.963000', '133522.966000', '133522.969000', '133522.972000', '133522.975000', '133522.978000', '133522.980000', '133522.983000', '133522.994000', '133522.997000', '133523.001000', '133523.004000', '133523.006000', '133523.009000', '133523.012000', '133523.015000', '133523.018000', '133523.021000', '133523.024000', '133523.026000', '133523.029000', '133523.032000', '133523.035000', '133523.037000', '133523.040000', '133523.043000', '133523.046000', '133523.049000', '133523.051000', '133542.925000', '133542.928000', '133542.930000', '133542.933000', '133542.936000', '133542.939000', '133542.942000', '133542.944000', '133542.948000', '133542.950000', '133542.953000', '133542.956000', '133542.959000', '133542.962000', '133542.964000', '133542.967000', '133542.993000', '133542.995000', '133542.998000', '133543.002000', '133543.005000', '133543.008000', '133543.010000', '133543.013000', '133543.016000', '133543.019000', '133543.022000', '133543.031000', '133543.034000', '133543.037000', '133543.040000', '133543.043000', '133543.046000', '133543.048000', '133543.051000', '133543.054000', '133543.057000', '133543.060000', '133543.062000', '133543.065000', '133543.068000', '133543.071000', '133543.074000', '133543.076000', '133602.924000', '133602.927000', '133602.930000', '133602.933000', '133602.935000', '133602.938000', '133602.941000', '133602.944000', '133602.947000', '133602.950000', '133602.953000', '133602.955000', '133602.958000', '133602.961000', '133602.964000', '133602.967000', '133602.970000', '133602.972000', '133602.975000', '133602.978000', '133602.981000', '133602.984000', '133602.987000', '133602.990000', '133602.992000', '133602.995000', '133602.998000', '133603.002000', '133603.005000', '133603.008000', '133603.011000', '133603.013000', '133603.016000', '133603.019000', '133603.022000', '133603.025000', '133603.027000', '133603.034000', '133603.037000', '133603.040000', '133603.043000', '133603.046000', '133603.049000', '133622.924000', '133622.930000', '133622.933000', '133622.936000', '133622.939000', '133622.942000', '133622.945000', '133622.948000', '133622.951000', '133622.953000', '133622.956000', '133622.959000', '133622.962000', '133622.965000', '133622.968000', '133622.971000', '133622.973000', '133622.976000', '133622.979000', '133622.982000', '133622.985000', '133622.987000', '133622.990000', '133622.993000', '133622.996000', '133623.000000', '133623.003000', '133623.005000', '133623.008000', '133623.011000', '133623.014000', '133623.017000', '133623.020000', '133623.022000', '133623.025000', '133623.028000', '133623.031000', '133623.034000', '133623.036000', '133623.039000', '133623.042000', '133623.045000', '133623.048000', '133642.924000', '133642.927000', '133642.930000', '133642.932000', '133642.935000', '133642.938000', '133642.941000', '133642.944000', '133642.946000', '133642.949000', '133642.952000', '133642.955000', '133642.958000', '133642.961000', '133642.964000', '133642.966000', '133642.969000', '133642.972000', '133642.975000', '133642.978000', '133642.980000', '133642.983000', '133642.986000', '133642.989000', '133642.992000', '133642.994000', '133642.997000', '133643.001000', '133643.004000', '133643.007000', '133643.010000', '133643.013000', '133643.015000', '133643.018000', '133643.021000', '133643.024000', '133643.027000', '133643.029000', '133643.032000', '133643.035000', '133643.038000', '133643.041000', '133643.044000', '133643.046000', '133702.924000', '133702.927000', '133702.930000', '133702.936000', '133702.940000', '133702.943000', '133702.946000', '133702.949000', '133702.951000', '133702.954000', '133702.957000', '133702.960000', '133702.963000', '133702.966000', '133702.969000', '133702.971000', '133702.974000', '133702.977000', '133702.986000', '133702.989000', '133702.992000', '133702.994000', '133702.997000', '133703.001000', '133703.004000', '133703.007000', '133703.010000', '133703.012000', '133703.015000', '133703.018000', '133703.021000', '133703.024000', '133703.026000', '133703.029000', '133703.032000', '133703.035000', '133703.038000', '133703.040000', '133703.043000', '133703.046000', '133703.049000', '133703.052000', '133703.055000', '133722.924000', '133722.927000', '133722.930000', '133722.932000', '133722.935000', '133722.938000', '133722.941000', '133722.944000', '133722.947000', '133722.950000', '133722.952000', '133722.955000', '133722.958000', '133722.961000', '133722.964000', '133722.967000', '133722.969000', '133722.972000', '133722.975000', '133722.978000', '133722.981000', '133722.983000', '133722.986000', '133722.989000', '133722.992000', '133722.995000', '133722.997000', '133723.001000', '133723.004000', '133723.007000', '133723.010000', '133723.013000', '133723.015000', '133723.018000', '133723.021000', '133723.024000', '133723.027000', '133723.029000', '133723.032000', '133723.035000', '133723.038000', '133723.041000', '133723.043000', '133723.046000', '133742.924000', '133742.956000', '133742.959000', '133742.961000', '133742.964000', '133742.967000', '133742.970000', '133742.973000', '133742.975000', '133742.979000', '133742.981000', '133742.984000', '133742.987000', '133742.990000', '133742.993000', '133742.996000', '133742.998000', '133743.002000', '133743.005000', '133743.008000', '133743.011000', '133743.014000', '133743.017000', '133743.019000', '133743.022000', '133743.025000', '133743.028000', '133743.031000', '133743.033000', '133743.036000', '133743.039000', '133743.042000', '133743.045000', '133743.048000', '133743.050000', '133743.053000', '133743.056000', '133743.059000', '133743.061000', '133743.064000', '133743.067000', '133743.070000', '133743.073000', '133802.925000', '133802.928000', '133802.931000', '133802.933000', '133802.936000', '133802.939000', '133802.942000', '133802.945000', '133802.948000', '133802.950000', '133802.953000', '133802.956000', '133802.959000', '133802.962000', '133802.965000', '133802.968000', '133802.971000', '133802.974000', '133802.977000', '133802.979000', '133802.982000', '133802.985000', '133802.988000', '133802.990000', '133802.993000', '133802.996000', '133803.000000', '133803.003000', '133803.006000', '133803.009000', '133803.011000', '133803.014000', '133803.017000', '133803.020000', '133803.023000', '133803.026000', '133803.028000', '133803.031000', '133803.034000', '133803.037000', '133803.040000', '133803.043000', '133803.045000', '133803.048000', '133822.924000', '133822.927000', '133822.930000', '133822.933000', '133822.936000', '133822.938000', '133822.941000', '133822.944000', '133822.947000', '133822.950000', '133822.953000', '133822.955000', '133822.958000', '133822.961000', '133822.964000', '133822.967000', '133822.970000', '133822.972000', '133822.982000', '133822.986000', '133822.989000', '133822.992000', '133822.994000', '133822.997000', '133823.001000', '133823.004000', '133823.007000', '133823.010000', '133823.013000', '133823.015000', '133823.018000', '133823.021000', '133823.024000', '133823.027000', '133823.029000', '133823.032000', '133823.035000', '133823.038000', '133823.041000', '133823.043000', '133823.046000', '133823.049000', '133823.052000', '133842.924000', '133842.927000', '133842.929000', '133842.932000', '133842.935000', '133842.938000', '133842.941000', '133842.944000', '133842.947000', '133842.949000', '133842.952000', '133842.955000', '133842.958000', '133842.961000', '133842.963000', '133842.966000', '133842.969000', '133842.972000', '133842.975000', '133842.978000', '133842.980000', '133842.983000', '133842.986000', '133842.989000', '133842.992000', '133842.995000', '133842.997000', '133843.001000', '133843.004000', '133843.007000', '133843.010000', '133843.013000', '133843.015000', '133843.018000', '133843.021000', '133843.024000', '133843.027000', '133843.043000', '133843.046000', '133843.049000', '133843.052000', '133843.055000', '133843.057000', '133843.060000', '133902.924000', '133902.927000', '133902.930000', '133902.932000', '133902.935000', '133902.938000', '133902.941000', '133902.944000', '133902.947000', '133902.950000', '133902.953000', '133902.955000', '133902.958000', '133902.961000', '133902.964000', '133902.967000', '133902.970000', '133902.973000', '133902.975000', '133902.978000', '133902.981000', '133902.984000', '133902.987000', '133902.990000', '133902.993000', '133902.996000', '133903.002000', '133903.006000', '133903.009000', '133903.012000', '133903.015000', '133903.017000', '133903.020000', '133903.023000', '133903.026000', '133903.029000', '133903.032000', '133903.034000', '133903.037000', '133903.040000', '133903.043000', '133903.046000', '133903.048000', '133922.924000', '133922.927000', '133922.933000', '133922.936000', '133922.939000', '133922.941000', '133922.944000', '133922.947000', '133922.950000', '133922.953000', '133922.956000', '133922.958000', '133922.961000', '133922.964000', '133922.967000', '133922.970000', '133922.973000', '133922.975000', '133922.978000', '133922.981000', '133922.984000', '133922.987000', '133922.990000', '133922.993000', '133922.995000', '133922.998000', '133923.002000', '133923.005000', '133923.008000', '133923.010000', '133923.013000', '133923.016000', '133923.019000', '133923.022000', '133923.025000', '133923.027000', '133923.030000', '133923.033000', '133923.036000', '133923.039000', '133923.041000', '133923.044000', '133923.047000', '133923.050000', '133942.924000', '133942.927000', '133942.930000', '133942.932000', '133942.935000', '133942.938000', '133942.941000', '133942.944000', '133942.947000', '133942.950000', '133942.953000', '133942.956000', '133942.959000', '133942.962000', '133942.965000', '133942.968000', '133942.971000', '133942.974000', '133942.976000', '133942.979000', '133942.982000', '133942.985000', '133942.988000', '133942.991000', '133942.993000', '133942.996000', '133943.000000', '133943.003000', '133943.006000', '133943.009000', '133943.013000', '133943.018000', '133943.021000', '133943.024000', '133943.027000', '133943.030000', '133943.033000', '133943.035000', '133943.038000', '133943.041000', '133943.044000', '133943.047000', '133943.050000', '134002.924000', '134002.927000', '134002.930000', '134002.933000', '134002.935000', '134002.938000', '134002.941000', '134002.944000', '134002.947000', '134002.950000', '134002.953000', '134002.955000', '134002.958000', '134002.961000', '134002.964000', '134002.967000', '134002.970000', '134002.973000', '134002.975000', '134002.978000', '134002.981000', '134002.984000', '134002.987000', '134002.992000', '134002.995000', '134002.998000', '134003.002000', '134003.005000', '134003.008000', '134003.011000', '134003.013000', '134003.016000', '134003.019000', '134003.022000', '134003.025000', '134003.028000', '134003.030000', '134003.033000', '134003.036000', '134003.039000', '134003.042000', '134003.045000', '134003.047000', '134003.050000', '134022.925000', '134022.928000', '134022.931000', '134022.934000', '134022.936000', '134022.939000', '134022.942000', '134022.945000', '134022.948000', '134022.951000', '134022.954000', '134022.956000', '134022.959000', '134022.962000', '134022.965000', '134022.968000', '134022.971000', '134022.973000', '134022.977000', '134022.979000', '134022.982000', '134022.985000', '134022.988000', '134022.991000', '134022.993000', '134022.996000', '134023.000000', '134023.003000', '134023.006000', '134023.008000', '134023.011000', '134023.014000', '134023.017000', '134023.020000', '134023.023000', '134023.025000', '134023.028000', '134023.031000', '134023.034000', '134023.040000', '134023.043000', '134023.046000', '134023.049000', '134042.924000', '134042.927000', '134042.929000', '134042.932000', '134042.935000', '134042.938000', '134042.941000', '134042.944000', '134042.946000', '134042.949000', '134042.952000', '134042.955000', '134042.958000', '134042.961000', '134042.963000', '134042.966000', '134042.969000', '134042.972000', '134042.975000', '134042.978000', '134042.981000', '134042.983000', '134042.986000', '134042.989000', '134042.992000', '134042.995000', '134042.997000', '134043.001000', '134043.004000', '134043.007000', '134043.010000', '134043.013000', '134043.016000', '134043.018000', '134043.021000', '134043.024000', '134043.027000', '134043.030000', '134043.032000', '134043.035000', '134043.038000', '134043.041000', '134043.044000', '134043.047000', '134102.924000', '134102.927000', '134102.930000', '134102.933000', '134102.935000', '134102.938000', '134102.941000', '134102.944000', '134102.947000', '134102.950000', '134102.952000', '134102.955000', '134102.958000', '134102.961000', '134102.963000', '134102.966000', '134102.969000', '134102.972000', '134102.975000', '134102.978000', '134102.980000', '134102.983000', '134102.986000', '134102.989000', '134102.993000', '134102.996000', '134103.000000', '134103.003000', '134103.006000', '134103.009000', '134103.012000', '134103.014000', '134103.017000', '134103.020000', '134103.023000', '134103.026000', '134103.029000', '134103.032000', '134103.035000', '134103.037000', '134103.040000', '134103.043000', '134103.046000', '134122.924000', '134122.927000', '134122.930000', '134122.933000', '134122.935000', '134122.938000', '134122.941000', '134122.944000', '134122.947000', '134122.949000', '134122.952000', '134122.955000', '134122.958000', '134122.961000', '134122.964000', '134122.967000', '134122.969000', '134122.972000', '134122.975000', '134122.978000', '134122.981000', '134122.984000', '134122.987000', '134122.989000', '134122.992000', '134122.995000', '134122.998000', '134123.002000', '134123.005000', '134123.007000', '134123.010000', '134123.013000', '134123.016000', '134123.019000', '134123.022000', '134123.025000', '134123.027000', '134123.030000', '134123.033000', '134123.036000', '134123.039000', '134123.042000', '134123.045000', '134123.047000', '134142.932000', '134142.935000', '134142.937000', '134142.940000', '134142.943000', '134142.946000', '134142.949000', '134142.952000', '134142.955000', '134142.957000', '134142.960000', '134142.963000', '134142.966000', '134142.969000', '134142.971000', '134142.974000', '134142.977000', '134142.980000', '134142.983000', '134142.986000', '134142.989000', '134142.991000', '134142.994000', '134142.997000', '134143.001000', '134143.004000', '134143.007000', '134143.009000', '134143.012000', '134143.015000', '134143.018000', '134143.021000', '134143.024000', '134143.026000', '134143.029000', '134143.032000', '134143.035000', '134143.038000', '134143.040000', '134143.043000', '134143.046000', '134143.049000', '134143.052000', '134202.924000', '134202.927000', '134202.930000', '134202.932000', '134202.935000', '134202.938000', '134202.941000', '134202.944000', '134202.947000', '134202.950000', '134202.952000', '134202.955000', '134202.958000', '134202.961000', '134202.964000', '134202.967000', '134202.970000', '134202.972000', '134202.975000', '134202.978000', '134202.981000', '134202.984000', '134202.987000', '134202.989000', '134202.992000', '134202.995000', '134202.998000', '134203.002000', '134203.005000', '134203.008000', '134203.011000', '134203.013000', '134203.016000', '134203.019000', '134203.022000', '134203.025000', '134203.028000', '134203.030000', '134203.033000', '134203.036000', '134203.039000', '134203.042000', '134203.045000', '134203.048000', '134222.924000', '134222.927000', '134222.930000', '134222.933000', '134222.935000', '134222.938000', '134222.941000', '134222.944000', '134222.947000', '134222.949000', '134222.952000', '134222.955000', '134222.958000', '134222.961000', '134222.964000', '134222.967000', '134222.969000', '134222.972000', '134222.975000', '134222.978000', '134222.981000', '134222.983000', '134222.986000', '134222.989000', '134222.992000', '134222.995000', '134222.997000', '134223.002000', '134223.005000', '134223.007000', '134223.010000', '134223.013000', '134223.016000', '134223.019000', '134223.021000', '134223.024000', '134223.028000', '134223.031000', '134223.034000', '134223.037000', '134223.040000', '134223.043000', '134223.046000', '134242.924000', '134242.927000', '134242.929000', '134242.932000', '134242.943000', '134242.946000', '134242.949000', '134242.952000', '134242.955000', '134242.958000', '134242.960000', '134242.963000', '134242.966000', '134242.969000', '134242.972000', '134242.975000', '134242.978000', '134242.980000', '134242.983000', '134242.986000', '134242.989000', '134242.992000', '134242.995000', '134242.998000', '134243.002000', '134243.005000', '134243.008000', '134243.011000', '134243.014000', '134243.017000', '134243.019000', '134243.022000', '134243.025000', '134243.028000', '134243.031000', '134243.033000', '134243.036000', '134243.039000', '134243.042000', '134243.045000', '134243.048000', '134243.050000', '134243.053000', '134243.056000', '134302.924000', '134302.927000', '134302.930000', '134302.932000', '134302.935000', '134302.938000', '134302.941000', '134302.944000', '134302.947000', '134302.949000', '134302.952000', '134302.955000', '134302.958000', '134302.961000', '134302.964000', '134302.967000', '134302.970000', '134302.972000', '134302.975000', '134302.978000', '134302.981000', '134302.984000', '134302.987000', '134302.989000', '134302.992000', '134302.995000', '134302.998000', '134303.002000', '134303.005000', '134303.007000', '134303.010000', '134303.013000', '134303.016000', '134303.019000', '134303.022000', '134303.024000', '134303.027000', '134303.030000', '134303.033000', '134303.036000', '134303.039000', '134303.041000', '134303.044000', '134322.924000', '134322.927000', '134322.929000', '134322.932000', '134322.935000', '134322.938000', '134322.941000', '134322.944000', '134322.947000', '134322.949000', '134322.952000', '134322.955000', '134322.958000', '134322.961000', '134322.964000', '134322.967000', '134322.969000', '134322.972000', '134322.975000', '134322.978000', '134322.981000', '134322.984000', '134322.986000', '134322.989000', '134322.992000', '134322.995000', '134322.998000', '134323.002000', '134323.004000', '134323.007000', '134323.010000', '134323.013000', '134323.016000', '134323.019000', '134323.022000', '134323.025000', '134323.027000', '134323.030000', '134323.033000', '134323.036000', '134323.039000', '134323.041000', '134323.044000', '134323.047000', '134342.924000', '134342.927000', '134342.930000', '134342.933000', '134342.935000', '134342.938000', '134342.941000', '134342.944000', '134342.947000', '134342.950000', '134342.953000', '134342.955000', '134342.958000', '134342.961000', '134342.964000', '134342.967000', '134342.969000', '134342.972000', '134342.975000', '134342.978000', '134342.981000', '134342.984000', '134342.986000', '134342.989000', '134342.992000', '134342.995000', '134342.998000', '134343.001000', '134343.004000', '134343.007000', '134343.010000', '134343.013000', '134343.015000', '134343.018000', '134343.021000', '134343.024000', '134343.027000', '134343.030000', '134343.032000', '134343.035000', '134343.038000', '134343.041000', '134343.044000', '134402.924000', '134402.927000', '134402.930000', '134402.932000', '134402.935000', '134402.938000', '134402.941000', '134402.944000', '134402.947000', '134402.949000', '134402.953000', '134402.955000', '134402.958000', '134402.961000', '134402.964000', '134402.967000', '134402.970000', '134402.972000', '134402.975000', '134402.978000', '134402.981000', '134402.984000', '134402.987000', '134402.989000', '134402.992000', '134402.995000', '134402.998000', '134403.002000', '134403.005000', '134403.007000', '134403.010000', '134403.013000', '134403.016000', '134403.019000', '134403.021000', '134403.024000', '134403.027000', '134403.040000', '134403.043000', '134403.046000', '134403.049000', '134403.052000', '134403.055000', '134403.057000', '134422.924000', '134422.927000', '134422.930000', '134422.932000', '134422.942000', '134422.945000', '134422.947000', '134422.950000', '134422.953000', '134422.956000', '134422.959000', '134422.962000', '134422.965000', '134422.967000', '134422.970000', '134422.973000', '134422.976000', '134422.979000', '134422.982000', '134422.984000', '134422.987000', '134422.990000', '134422.993000', '134422.996000', '134423.000000', '134423.002000', '134423.005000', '134423.008000', '134423.011000', '134423.014000', '134423.017000', '134423.019000', '134423.022000', '134423.025000', '134423.028000', '134423.031000', '134423.034000', '134423.036000', '134423.039000', '134423.042000', '134423.045000', '134423.048000', '134423.050000', '134442.924000', '134442.927000', '134442.930000', '134442.933000', '134442.936000', '134442.938000', '134442.941000', '134442.944000', '134442.947000', '134442.950000', '134442.953000', '134442.956000', '134442.959000', '134442.962000', '134442.965000', '134442.968000', '134442.970000', '134442.973000', '134442.976000', '134442.979000', '134442.982000', '134442.985000', '134442.988000', '134442.991000', '134442.993000', '134442.996000', '134443.000000', '134443.003000', '134443.006000', '134443.009000', '134443.011000', '134443.014000', '134443.017000', '134443.020000', '134443.023000', '134443.026000', '134443.028000', '134443.031000', '134443.034000', '134443.037000', '134443.040000', '134443.043000', '134443.045000', '134451.735000', '134451.739000', '134451.742000', '134451.746000', '134451.754000', '134451.758000', '134451.762000', '134451.765000', '134451.769000', '134451.772000', '134451.775000', '134451.778000', '134451.781000', '134451.784000', '134451.856000', '134451.859000', '134451.862000', '134451.865000', '134451.868000', '134451.871000'], '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': [9017, 7020, 6602, 8421, 5983, 11109, 5504, 10081, 5518, 8695, 6116, 6915, 6021, 7713, 5757, 7811, 7746, 6787, 11374, 6013, 10942, 5878, 10883, 7203, 8243, 10782, 6204, 10858, 6270, 9967, 6611, 7127, 6487, 6702, 6343, 6385, 7476, 6221, 6244, 7290, 6230, 6056, 6068, 6143, 5512, 5867, 5689, 6747, 5600, 7874, 5722, 7867, 5566, 6044, 5592, 8507, 5923, 11165, 6491, 13499, 8804, 6526, 6253, 5490, 10210, 6549, 8525, 6539, 5504, 6328, 6078, 7866, 5797, 7314, 11404, 6275, 12701, 7668, 9216, 6916, 7947, 6403, 6185, 7871, 6155, 8463, 6922, 6397, 8116, 13351, 9023, 13979, 7100, 11917, 7726, 11707, 11782, 8314, 13670, 6369, 12919, 6523, 10045, 6207, 8141, 6312, 7589, 6230, 7378, 6207, 8104, 6297, 10075, 6551, 9877, 6475, 11462, 8369, 8508, 11640, 6763, 14151, 6815, 11992, 6495, 11475, 6228, 9724, 6575, 7880, 6281, 7936, 6321, 6643, 5875, 8075, 6706, 6715, 14522, 6400, 12095, 8051, 10466, 6277, 8965, 6299, 8462, 6408, 7721, 6139, 7495, 5636, 7183, 10138, 6922, 12461, 6572, 13436, 6372, 11304, 6120, 10013, 6578, 7959, 5956, 6604, 5626, 7073, 5605, 9061, 5677, 5775, 7257, 5431, 9233, 6891, 7014, 6670, 6276, 12085, 5696, 12897, 13209, 7474, 11496, 7959, 10313, 11251, 7066, 11552, 5836, 9345, 5833, 7447, 6102, 9282, 5217, 5760, 5813, 6753, 5723, 7608, 6296, 5654, 8560, 10659, 7664, 12518, 8057, 11636, 13297, 9954, 13036, 7692, 11054, 9649, 7601, 13762, 6892, 11238, 8107, 6404, 12611, 6177, 8220, 5809, 6530, 5825, 6599, 5884, 6845, 5698, 8637, 6584, 7241, 13087, 6583, 12351, 5797, 10496, 6594, 6567, 14084, 5748, 11430, 6079, 7619, 5946, 6195, 5683, 5919, 7839, 5996, 12026, 5829, 9085, 5801, 5969, 13084, 5644, 9683, 6002, 7082, 5860, 6164, 12933, 5883, 9548, 5926, 7353, 9818, 5975, 11638, 5934, 8494, 6116, 7595, 12606, 5980, 12600, 5926, 9667, 6450, 6682, 13860, 6082, 12224, 7917, 7500, 13251, 6475, 12324, 5875, 10471, 7064, 7378, 12914, 6297, 11955, 6208, 10340, 5907, 7494, 5746, 6381, 12601, 6159, 12449, 6134, 9637, 6604, 6720, 11032, 6277, 12925, 6118, 10998, 6229, 8210, 11558, 6781, 6457, 6347, 6638, 7515, 14358, 7537, 12065, 6022, 10664, 12725, 6400, 12579, 6704, 9849, 6400, 6201, 13074, 5952, 9088, 5755, 6227, 5582, 5765, 11115, 6262, 7755, 6272, 6155, 7830, 5984, 12242, 5996, 7943, 6603, 5750, 8304, 11141, 6911, 12588, 8827, 9030, 13045, 8132, 11824, 10332, 8330, 13713, 10641, 10916, 7718, 7338, 13353, 6485, 11664, 7422, 8694, 6350, 6493, 13589, 5841, 12109, 8610, 7526, 8987, 6158, 13713, 5778, 11090, 6381, 6735, 14333, 5796, 12470, 5939, 8474, 6436, 6128, 14065, 5897, 11492, 5860, 8237, 5817, 6949, 10943, 6069, 12599, 6103, 10720, 5740, 9285, 5955, 7041, 11491, 6001, 12707, 6359, 11306, 6001, 8942, 6104, 10131, 7320, 12869, 7319, 10728, 7786, 6951, 13087, 6494, 12090, 13282, 7651, 11366, 5571, 7821, 13275, 6095, 11441, 5946, 6466, 6225, 5745, 9828, 6124, 6858, 5942, 6001, 8840, 6076, 8919, 6045, 7086, 9064, 6011, 10699, 5871, 7807, 8570, 6543, 13067, 6147, 10704, 6044, 7701, 13518, 6341, 12411, 5937, 10345, 6850, 7249, 14028, 6440, 12375, 5965, 9228, 12924, 5972, 12928, 5989, 8595, 5753, 6054, 13165, 6321, 10456, 6815, 6696, 12305, 5747, 12796, 6370, 10546, 11927, 7295, 13080, 5928, 11114, 6550, 8054, 13504, 6339, 12375, 5585, 9198, 6563, 6979, 13456, 5857, 11412, 6012, 8167, 6155, 6645, 13199, 5866, 10871, 7383, 6707, 13101, 6034, 11407, 6871, 6734, 13496, 5702, 9875, 6413, 6492, 13684, 5797, 9886, 6096, 7079, 13127, 5835, 9856, 6589, 6808, 13008, 5865, 10237, 6252, 7475, 13357, 5940, 11705, 6423, 8092, 6210, 6596, 13895, 6049, 11307, 5904, 8445, 6104, 6951, 13239, 6180, 12435, 6283, 8612, 10704, 6183, 13035, 6380, 9722, 7877, 6151, 13177, 5817, 9874, 6583, 6827, 6643, 6502, 12847, 5991, 10590, 7715, 7343, 13473, 5881, 12547, 5643, 10261, 11012, 8265, 14123, 6272, 12476, 8391, 9625, 12771, 7757, 13689, 6371, 11341, 7992, 7929, 14283, 8032, 11960, 5837, 9023, 10495, 7071, 13443, 7161, 11888, 5883, 7327, 6144, 5889, 12758, 5946, 9738, 5992, 7336, 13752, 5858, 11747, 6345, 7452, 13081, 5878, 11938, 5723, 7823, 5500, 7112, 5709, 6585, 5371, 5715, 8213, 6421, 8752, 6320, 8712, 6457, 12274, 5971, 10745, 6233, 9016, 5972, 7346, 12054, 5938, 9778, 6020, 8830, 5847, 7506, 8908, 6085, 10689, 5848, 8897, 6245, 7980, 5994, 7102, 5679, 7106, 8025, 6625, 9401, 6640, 10282, 6228, 13029, 6647, 12442, 7400, 11122, 5733, 9887, 5831, 8514, 6330, 7564, 5778, 7215, 9568, 6200, 12709, 6072, 10521, 6399, 9329, 5911, 8212, 5939, 7270, 8168, 5792, 12283, 6052, 10571, 5996, 8524, 5752, 8509, 5809, 7022, 7710, 6286, 13287, 5926, 11401, 6672, 9705, 5881, 7810, 5789, 7006, 7590, 6402, 7666, 6148, 13571, 6277, 12295, 8074, 10821, 5920, 10797, 7291, 7825, 13967, 7330, 10941, 5921, 9672, 6041, 7890, 6101, 6339, 10455, 5626, 11199, 5829, 9758, 5642, 7639, 5589, 6754, 11800, 5779, 10704, 5939, 9115, 5697, 8153, 5622, 6897, 5773, 6367, 10637, 5739, 11580, 6109, 10204, 5756, 8830, 5817, 7567, 12633, 6549, 11491, 5870, 10266, 5797, 8755, 5625, 7999, 5722, 7339, 5806, 7161, 7704, 6713, 9084, 5837, 10683, 5726, 12202, 6241, 11296, 6420, 10108, 5959, 9692, 5993, 7893, 6637, 6655, 7555, 5999, 12339, 5905, 11122, 6039, 10320, 5981, 9902, 5963, 10140, 6328, 10515, 6209, 8377, 5923, 9190, 6255, 10855, 5604, 13726, 7247, 12228, 7398, 8872, 7096, 6937, 7325, 5458, 8381, 6078, 9475, 6195, 9807, 5742, 8521, 6677, 6488, 7518, 7477, 7073, 6777, 5531, 6376, 6078, 8133, 5744, 7595, 5746, 7339, 7442, 7077, 9305, 6629, 11230, 6540, 12242, 6672, 11085, 5959, 10503, 6116, 10750, 6264, 10684, 5652, 9776, 8012, 7866, 12689, 7708, 12558, 5876, 11128, 6228, 10171, 6439, 8758, 5674, 8146, 5564, 7390, 6451, 7090, 5427, 7603, 6588, 7104, 7485, 7012, 11402, 6501, 12709, 8248, 11170, 5898, 11595, 7065, 10814, 6164, 8599, 6004, 6976, 10066, 6422, 9969, 5508, 10076, 5746, 10054, 6122, 9097, 5674, 8878, 5731, 9158, 6531, 7470, 9969, 6512, 12017, 6036, 10299, 6544, 9405, 6048, 7273, 13457, 6230, 10596, 5997, 9415, 6256, 7678, 6458, 6420, 11980, 6073, 10941, 6087, 8270, 5580, 7554, 9854, 6308, 10753, 6545, 9167, 5683, 8204, 5480, 7327, 9523, 6287, 10228, 5753, 9550, 5893, 9360, 5917, 9049, 5810, 9469, 8127, 8136, 12384, 6902, 11837, 6461, 10710, 6819, 10846, 6249, 8040, 8582, 6741, 12180, 6145, 10440, 6066, 8772, 5848, 6961, 12276, 6219, 10091, 5960, 8899, 5824, 7106, 9889, 6153, 9472, 6240, 8773, 5812, 7245, 9441, 6544, 10245, 5800, 9390, 5680, 8185, 5651, 6888, 11969, 6015, 10057, 6185, 9779, 6042, 8476, 7246, 6784, 12390, 6754, 10466, 6323, 9511, 7134, 6577, 12809, 6829, 10353, 5899, 8962, 5627, 7200, 12828, 6205, 10004, 5687, 8095, 7628, 6097, 11434, 5972, 8471, 5649, 5773, 10637, 5680, 9176, 5525, 7911, 5508, 7326, 8709, 6501, 10370, 5847, 10151, 6149, 9391, 6057, 8856, 6674, 7204, 13508, 6345, 10773, 6761, 10308, 5783, 8714, 5868, 7362, 12680, 6244, 10828, 7468, 9488, 5949, 8075, 5654, 7182, 12297, 5923, 10269, 5668, 9206, 5688, 7763, 9079, 6559, 11049, 6022, 9459, 5739, 7795, 5610, 6586, 9542, 5714, 9769, 5761, 8945, 5557, 7675, 5663, 7057, 9703, 6389, 10520, 6046, 10471, 5732, 10209, 6083, 10175, 6137, 10189, 8474, 7206, 12394, 7481, 10331, 6118, 9534, 11946, 6800, 11553, 7377, 10030, 5951, 7836, 5666, 6969, 6760, 6397, 12208, 6066, 10096, 6018, 8782, 5603, 6869, 11990, 6111, 10815, 6758, 8179, 5800, 7616, 12790, 6076, 10736, 7043, 8857, 5834, 8191, 7933, 6471, 10366, 6129, 10042, 6180, 9383, 5928, 9068, 6126, 8447, 5813, 8387, 10581, 6576, 11108, 6036, 9617, 5864, 8741, 6541, 7324, 11951, 5989, 11161, 6481, 9616, 6437, 7650, 6053, 7807, 9386, 6108, 11810, 6477, 9869, 6074, 7597, 9054, 5811, 10508, 6594, 9797, 6142, 9176, 5997, 7962, 12348, 6718, 10384, 6031, 9966, 5638, 7679, 7053, 6368, 10107, 5513, 9414, 5828, 7993, 9960, 6345, 11636, 6182, 9339, 8892, 6779, 12408, 6189, 9470, 5996, 8852, 6292, 8829, 6155, 8873, 6003, 8657, 6291, 8841, 9417, 7090, 12536, 6378, 11928, 8276, 8084, 12675, 7799, 10659, 6360, 9342, 6027, 6822, 12519, 6285, 10408, 6112, 8538, 6045, 7457, 5944, 7083, 6569, 6163, 10828, 5840, 8736, 6342, 8012, 6034, 6708, 5636, 7461, 7414, 6137, 12055, 6185, 9909, 6279, 8628, 6313, 8160, 6396, 7420, 5947, 7274, 5568, 7097, 12059, 6091, 11067, 6365, 9422, 5943, 8280, 9189, 6491, 12422, 6383, 10432, 6181, 7897, 5927, 7342, 7529, 6961, 7357, 6424, 7360, 6175, 11319, 6135, 10841, 6051, 9570, 6156, 10120, 6587, 11299, 6536, 11258, 6174, 10764, 6646, 10409, 6898, 10470, 6171, 8682, 6188, 11921, 11359, 8840, 12795, 8037, 11477, 6442, 8655, 6353, 8621, 5971, 7789, 5742, 6940, 13402, 6053, 11161, 6881, 9434, 6162, 8799, 6098, 9289, 6152, 8909, 6286, 7009, 6253, 6081, 7003, 5802, 6719, 6317, 9430, 5886, 9789, 8426, 11856, 9113, 8542, 6711, 6923, 5963, 8739, 5987, 10761, 6370, 10037, 7173, 12148], 'WindowCenter': [3528.0, 3493.0, 3480.0, 3500.0, 3468.0, 3531.0, 3445.0, 3507.0, 3443.0, 3499.0, 3455.0, 3476.0, 3454.0, 3485.0, 3455.0, 3486.0, 3488.0, 3478.0, 3531.0, 3467.0, 3520.0, 3456.0, 3520.0, 3476.0, 3487.0, 3518.0, 3452.0, 3507.0, 3453.0, 3506.0, 3465.0, 3476.0, 3466.0, 3462.0, 3451.0, 3453.0, 3475.0, 3455.0, 3480.0, 3505.0, 3472.0, 3471.0, 3440.0, 3450.0, 3428.0, 3429.0, 3440.0, 3449.0, 3410.0, 3461.0, 3416.0, 3451.0, 3384.0, 3392.0, 3385.0, 3440.0, 3436.0, 3530.0, 3467.0, 3541.0, 3526.0, 3479.0, 3468.0, 3462.0, 3535.0, 3481.0, 3543.0, 3496.0, 3475.0, 3496.0, 3496.0, 3529.0, 3489.0, 3551.0, 3607.0, 3526.0, 3585.0, 3516.0, 3481.0, 3449.0, 3472.0, 3465.0, 3469.0, 3503.0, 3486.0, 3528.0, 3510.0, 3498.0, 3520.0, 3572.0, 3530.0, 3572.0, 3496.0, 3548.0, 3504.0, 3548.0, 3535.0, 3504.0, 3545.0, 3469.0, 3544.0, 3468.0, 3511.0, 3469.0, 3501.0, 3469.0, 3491.0, 3472.0, 3493.0, 3483.0, 3505.0, 3485.0, 3538.0, 3497.0, 3538.0, 3496.0, 3550.0, 3517.0, 3516.0, 3548.0, 3495.0, 3559.0, 3495.0, 3547.0, 3483.0, 3536.0, 3472.0, 3525.0, 3494.0, 3504.0, 3483.0, 3504.0, 3483.0, 3495.0, 3474.0, 3517.0, 3495.0, 3497.0, 3570.0, 3484.0, 3548.0, 3504.0, 3536.0, 3484.0, 3514.0, 3481.0, 3514.0, 3483.0, 3504.0, 3472.0, 3505.0, 3472.0, 3494.0, 3536.0, 3494.0, 3546.0, 3495.0, 3558.0, 3483.0, 3536.0, 3472.0, 3526.0, 3482.0, 3519.0, 3502.0, 3511.0, 3487.0, 3509.0, 3474.0, 3527.0, 3486.0, 3473.0, 3491.0, 3461.0, 3525.0, 3508.0, 3508.0, 3498.0, 3499.0, 3563.0, 3488.0, 3563.0, 3559.0, 3494.0, 3536.0, 3492.0, 3524.0, 3534.0, 3480.0, 3531.0, 3457.0, 3511.0, 3458.0, 3492.0, 3472.0, 3528.0, 3450.0, 3474.0, 3487.0, 3496.0, 3487.0, 3521.0, 3501.0, 3501.0, 3545.0, 3554.0, 3524.0, 3575.0, 3520.0, 3552.0, 3561.0, 3528.0, 3561.0, 3506.0, 3537.0, 3514.0, 3492.0, 3544.0, 3481.0, 3524.0, 3491.0, 3470.0, 3533.0, 3458.0, 3488.0, 3457.0, 3467.0, 3459.0, 3481.0, 3469.0, 3494.0, 3476.0, 3519.0, 3497.0, 3508.0, 3561.0, 3496.0, 3548.0, 3475.0, 3540.0, 3485.0, 3485.0, 3559.0, 3471.0, 3537.0, 3484.0, 3505.0, 3485.0, 3484.0, 3475.0, 3488.0, 3508.0, 3488.0, 3563.0, 3488.0, 3531.0, 3477.0, 3488.0, 3562.0, 3476.0, 3530.0, 3486.0, 3497.0, 3476.0, 3488.0, 3562.0, 3476.0, 3541.0, 3488.0, 3508.0, 3541.0, 3488.0, 3549.0, 3486.0, 3530.0, 3490.0, 3522.0, 3562.0, 3500.0, 3563.0, 3489.0, 3542.0, 3497.0, 3511.0, 3572.0, 3489.0, 3564.0, 3520.0, 3510.0, 3563.0, 3499.0, 3562.0, 3477.0, 3540.0, 3496.0, 3509.0, 3561.0, 3487.0, 3561.0, 3489.0, 3540.0, 3488.0, 3521.0, 3486.0, 3499.0, 3563.0, 3501.0, 3573.0, 3489.0, 3543.0, 3499.0, 3499.0, 3553.0, 3500.0, 3574.0, 3499.0, 3553.0, 3489.0, 3527.0, 3563.0, 3500.0, 3500.0, 3501.0, 3510.0, 3519.0, 3574.0, 3523.0, 3564.0, 3488.0, 3554.0, 3560.0, 3487.0, 3546.0, 3486.0, 3527.0, 3484.0, 3471.0, 3558.0, 3475.0, 3516.0, 3474.0, 3475.0, 3475.0, 3476.0, 3549.0, 3487.0, 3519.0, 3487.0, 3488.0, 3518.0, 3486.0, 3563.0, 3502.0, 3533.0, 3523.0, 3505.0, 3549.0, 3579.0, 3527.0, 3575.0, 3544.0, 3545.0, 3575.0, 3521.0, 3565.0, 3540.0, 3519.0, 3560.0, 3537.0, 3539.0, 3506.0, 3506.0, 3558.0, 3472.0, 3535.0, 3491.0, 3503.0, 3472.0, 3472.0, 3546.0, 3461.0, 3535.0, 3502.0, 3491.0, 3513.0, 3471.0, 3544.0, 3459.0, 3523.0, 3469.0, 3470.0, 3541.0, 3458.0, 3533.0, 3459.0, 3501.0, 3469.0, 3472.0, 3544.0, 3461.0, 3534.0, 3461.0, 3502.0, 3461.0, 3495.0, 3535.0, 3471.0, 3546.0, 3468.0, 3535.0, 3474.0, 3525.0, 3473.0, 3495.0, 3537.0, 3485.0, 3560.0, 3481.0, 3537.0, 3486.0, 3528.0, 3487.0, 3536.0, 3509.0, 3561.0, 3508.0, 3548.0, 3507.0, 3497.0, 3559.0, 3484.0, 3550.0, 3547.0, 3491.0, 3532.0, 3460.0, 3493.0, 3544.0, 3470.0, 3532.0, 3459.0, 3469.0, 3469.0, 3458.0, 3512.0, 3470.0, 3481.0, 3471.0, 3472.0, 3515.0, 3485.0, 3515.0, 3485.0, 3508.0, 3528.0, 3485.0, 3538.0, 3487.0, 3519.0, 3518.0, 3497.0, 3562.0, 3488.0, 3539.0, 3486.0, 3508.0, 3560.0, 3487.0, 3561.0, 3488.0, 3539.0, 3495.0, 3507.0, 3571.0, 3487.0, 3560.0, 3486.0, 3530.0, 3560.0, 3485.0, 3559.0, 3473.0, 3515.0, 3475.0, 3486.0, 3560.0, 3485.0, 3539.0, 3496.0, 3497.0, 3560.0, 3476.0, 3559.0, 3485.0, 3539.0, 3548.0, 3506.0, 3560.0, 3483.0, 3537.0, 3484.0, 3505.0, 3559.0, 3484.0, 3545.0, 3463.0, 3515.0, 3483.0, 3495.0, 3558.0, 3474.0, 3546.0, 3484.0, 3516.0, 3473.0, 3484.0, 3558.0, 3474.0, 3538.0, 3495.0, 3484.0, 3546.0, 3473.0, 3536.0, 3483.0, 3484.0, 3557.0, 3473.0, 3525.0, 3482.0, 3483.0, 3557.0, 3473.0, 3525.0, 3473.0, 3495.0, 3557.0, 3473.0, 3525.0, 3484.0, 3496.0, 3559.0, 3474.0, 3538.0, 3483.0, 3507.0, 3558.0, 3485.0, 3549.0, 3486.0, 3518.0, 3486.0, 3496.0, 3570.0, 3486.0, 3550.0, 3487.0, 3528.0, 3486.0, 3509.0, 3572.0, 3488.0, 3563.0, 3496.0, 3530.0, 3552.0, 3487.0, 3560.0, 3496.0, 3540.0, 3518.0, 3484.0, 3572.0, 3487.0, 3540.0, 3496.0, 3499.0, 3498.0, 3497.0, 3573.0, 3489.0, 3552.0, 3517.0, 3510.0, 3573.0, 3488.0, 3561.0, 3475.0, 3540.0, 3538.0, 3519.0, 3572.0, 3486.0, 3548.0, 3516.0, 3527.0, 3546.0, 3505.0, 3557.0, 3483.0, 3536.0, 3500.0, 3503.0, 3556.0, 3504.0, 3534.0, 3460.0, 3500.0, 3521.0, 3480.0, 3544.0, 3480.0, 3532.0, 3460.0, 3492.0, 3459.0, 3460.0, 3544.0, 3471.0, 3512.0, 3471.0, 3494.0, 3557.0, 3472.0, 3532.0, 3498.0, 3510.0, 3559.0, 3475.0, 3550.0, 3437.0, 3446.0, 3412.0, 3449.0, 3431.0, 3454.0, 3444.0, 3483.0, 3484.0, 3466.0, 3497.0, 3480.0, 3513.0, 3481.0, 3548.0, 3483.0, 3537.0, 3472.0, 3515.0, 3483.0, 3504.0, 3545.0, 3472.0, 3524.0, 3471.0, 3513.0, 3471.0, 3503.0, 3514.0, 3471.0, 3534.0, 3472.0, 3513.0, 3482.0, 3504.0, 3482.0, 3493.0, 3472.0, 3494.0, 3515.0, 3495.0, 3526.0, 3497.0, 3549.0, 3486.0, 3560.0, 3497.0, 3560.0, 3507.0, 3548.0, 3486.0, 3536.0, 3473.0, 3517.0, 3484.0, 3506.0, 3485.0, 3505.0, 3537.0, 3484.0, 3558.0, 3483.0, 3549.0, 3497.0, 3527.0, 3473.0, 3517.0, 3485.0, 3507.0, 3517.0, 3485.0, 3559.0, 3486.0, 3549.0, 3497.0, 3527.0, 3485.0, 3527.0, 3486.0, 3508.0, 3518.0, 3497.0, 3570.0, 3485.0, 3549.0, 3495.0, 3537.0, 3485.0, 3506.0, 3472.0, 3506.0, 3506.0, 3495.0, 3518.0, 3485.0, 3558.0, 3495.0, 3559.0, 3517.0, 3537.0, 3483.0, 3536.0, 3492.0, 3503.0, 3556.0, 3492.0, 3533.0, 3470.0, 3523.0, 3469.0, 3502.0, 3468.0, 3482.0, 3534.0, 3470.0, 3533.0, 3470.0, 3523.0, 3471.0, 3503.0, 3460.0, 3481.0, 3544.0, 3470.0, 3534.0, 3482.0, 3513.0, 3472.0, 3503.0, 3471.0, 3492.0, 3472.0, 3494.0, 3534.0, 3472.0, 3548.0, 3482.0, 3536.0, 3472.0, 3525.0, 3472.0, 3504.0, 3544.0, 3482.0, 3535.0, 3471.0, 3533.0, 3472.0, 3514.0, 3470.0, 3503.0, 3473.0, 3504.0, 3472.0, 3505.0, 3505.0, 3496.0, 3527.0, 3485.0, 3548.0, 3484.0, 3559.0, 3495.0, 3549.0, 3496.0, 3536.0, 3484.0, 3537.0, 3483.0, 3516.0, 3494.0, 3495.0, 3505.0, 3485.0, 3559.0, 3485.0, 3548.0, 3484.0, 3549.0, 3498.0, 3538.0, 3486.0, 3537.0, 3510.0, 3567.0, 3473.0, 3482.0, 3453.0, 3510.0, 3468.0, 3520.0, 3460.0, 3541.0, 3480.0, 3544.0, 3488.0, 3509.0, 3478.0, 3491.0, 3504.0, 3472.0, 3516.0, 3497.0, 3538.0, 3484.0, 3537.0, 3487.0, 3560.0, 3553.0, 3511.0, 3475.0, 3474.0, 3477.0, 3466.0, 3458.0, 3481.0, 3483.0, 3515.0, 3485.0, 3518.0, 3484.0, 3518.0, 3517.0, 3508.0, 3539.0, 3507.0, 3549.0, 3496.0, 3560.0, 3497.0, 3549.0, 3486.0, 3537.0, 3484.0, 3548.0, 3484.0, 3538.0, 3474.0, 3537.0, 3504.0, 3515.0, 3557.0, 3503.0, 3558.0, 3473.0, 3546.0, 3483.0, 3536.0, 3483.0, 3515.0, 3473.0, 3515.0, 3472.0, 3505.0, 3495.0, 3506.0, 3474.0, 3517.0, 3496.0, 3508.0, 3520.0, 3521.0, 3547.0, 3496.0, 3559.0, 3528.0, 3549.0, 3486.0, 3549.0, 3508.0, 3549.0, 3485.0, 3527.0, 3482.0, 3494.0, 3537.0, 3496.0, 3549.0, 3476.0, 3536.0, 3485.0, 3537.0, 3497.0, 3539.0, 3488.0, 3539.0, 3486.0, 3539.0, 3496.0, 3508.0, 3538.0, 3497.0, 3560.0, 3484.0, 3537.0, 3483.0, 3526.0, 3483.0, 3504.0, 3557.0, 3483.0, 3535.0, 3482.0, 3526.0, 3482.0, 3505.0, 3483.0, 3482.0, 3546.0, 3482.0, 3535.0, 3483.0, 3513.0, 3461.0, 3504.0, 3522.0, 3482.0, 3532.0, 3483.0, 3525.0, 3473.0, 3515.0, 3472.0, 3505.0, 3538.0, 3495.0, 3537.0, 3485.0, 3537.0, 3473.0, 3527.0, 3484.0, 3527.0, 3485.0, 3539.0, 3515.0, 3517.0, 3560.0, 3507.0, 3548.0, 3494.0, 3537.0, 3493.0, 3537.0, 3482.0, 3515.0, 3512.0, 3493.0, 3546.0, 3480.0, 3535.0, 3482.0, 3514.0, 3470.0, 3492.0, 3544.0, 3471.0, 3535.0, 3482.0, 3514.0, 3471.0, 3494.0, 3535.0, 3483.0, 3526.0, 3483.0, 3514.0, 3472.0, 3505.0, 3524.0, 3484.0, 3537.0, 3473.0, 3524.0, 3473.0, 3516.0, 3473.0, 3506.0, 3558.0, 3484.0, 3537.0, 3484.0, 3538.0, 3485.0, 3517.0, 3505.0, 3495.0, 3547.0, 3492.0, 3536.0, 3484.0, 3537.0, 3493.0, 3494.0, 3557.0, 3494.0, 3535.0, 3472.0, 3524.0, 3472.0, 3504.0, 3556.0, 3483.0, 3536.0, 3473.0, 3515.0, 3504.0, 3482.0, 3545.0, 3483.0, 3514.0, 3471.0, 3471.0, 3534.0, 3472.0, 3525.0, 3473.0, 3516.0, 3473.0, 3505.0, 3526.0, 3495.0, 3538.0, 3483.0, 3538.0, 3485.0, 3527.0, 3484.0, 3527.0, 3495.0, 3506.0, 3555.0, 3494.0, 3536.0, 3493.0, 3536.0, 3473.0, 3527.0, 3472.0, 3505.0, 3556.0, 3483.0, 3535.0, 3504.0, 3525.0, 3483.0, 3513.0, 3472.0, 3493.0, 3545.0, 3483.0, 3536.0, 3473.0, 3526.0, 3484.0, 3516.0, 3525.0, 3483.0, 3546.0, 3484.0, 3536.0, 3473.0, 3504.0, 3471.0, 3493.0, 3526.0, 3473.0, 3536.0, 3473.0, 3539.0, 3472.0, 3520.0, 3484.0, 3492.0, 3525.0, 3484.0, 3545.0, 3485.0, 3548.0, 3486.0, 3549.0, 3485.0, 3549.0, 3496.0, 3550.0, 3516.0, 3504.0, 3559.0, 3505.0, 3536.0, 3483.0, 3526.0, 3545.0, 3481.0, 3534.0, 3504.0, 3524.0, 3471.0, 3502.0, 3471.0, 3493.0, 3493.0, 3494.0, 3557.0, 3483.0, 3536.0, 3483.0, 3515.0, 3472.0, 3494.0, 3547.0, 3483.0, 3544.0, 3493.0, 3515.0, 3472.0, 3504.0, 3556.0, 3482.0, 3535.0, 3493.0, 3524.0, 3473.0, 3514.0, 3504.0, 3482.0, 3536.0, 3484.0, 3536.0, 3483.0, 3525.0, 3483.0, 3526.0, 3483.0, 3527.0, 3486.0, 3528.0, 3548.0, 3496.0, 3547.0, 3485.0, 3537.0, 3473.0, 3526.0, 3494.0, 3506.0, 3558.0, 3484.0, 3547.0, 3483.0, 3525.0, 3482.0, 3503.0, 3483.0, 3514.0, 3525.0, 3482.0, 3546.0, 3481.0, 3537.0, 3482.0, 3503.0, 3512.0, 3471.0, 3534.0, 3492.0, 3524.0, 3482.0, 3524.0, 3480.0, 3514.0, 3545.0, 3481.0, 3534.0, 3481.0, 3524.0, 3470.0, 3502.0, 3491.0, 3482.0, 3535.0, 3472.0, 3524.0, 3471.0, 3515.0, 3536.0, 3483.0, 3546.0, 3482.0, 3524.0, 3513.0, 3492.0, 3545.0, 3470.0, 3523.0, 3470.0, 3523.0, 3494.0, 3526.0, 3485.0, 3526.0, 3485.0, 3528.0, 3496.0, 3528.0, 3528.0, 3506.0, 3559.0, 3495.0, 3548.0, 3503.0, 3503.0, 3545.0, 3491.0, 3522.0, 3480.0, 3512.0, 3467.0, 3480.0, 3543.0, 3468.0, 3521.0, 3469.0, 3500.0, 3470.0, 3491.0, 3469.0, 3492.0, 3481.0, 3482.0, 3535.0, 3471.0, 3514.0, 3482.0, 3503.0, 3482.0, 3493.0, 3472.0, 3505.0, 3504.0, 3484.0, 3547.0, 3484.0, 3537.0, 3485.0, 3515.0, 3495.0, 3516.0, 3484.0, 3506.0, 3484.0, 3507.0, 3474.0, 3507.0, 3559.0, 3486.0, 3549.0, 3483.0, 3528.0, 3485.0, 3517.0, 3526.0, 3484.0, 3547.0, 3479.0, 3536.0, 3483.0, 3505.0, 3483.0, 3505.0, 3505.0, 3506.0, 3506.0, 3497.0, 3506.0, 3498.0, 3548.0, 3498.0, 3562.0, 3499.0, 3551.0, 3500.0, 3552.0, 3510.0, 3561.0, 3512.0, 3563.0, 3499.0, 3551.0, 3497.0, 3550.0, 3496.0, 3539.0, 3486.0, 3528.0, 3484.0, 3548.0, 3536.0, 3515.0, 3558.0, 3504.0, 3534.0, 3481.0, 3501.0, 3469.0, 3512.0, 3470.0, 3502.0, 3459.0, 3492.0, 3544.0, 3470.0, 3532.0, 3491.0, 3512.0, 3471.0, 3512.0, 3471.0, 3524.0, 3483.0, 3525.0, 3495.0, 3506.0, 3497.0, 3485.0, 3507.0, 3486.0, 3508.0, 3498.0, 3541.0, 3486.0, 3539.0, 3517.0, 3561.0, 3528.0, 3516.0, 3495.0, 3495.0, 3484.0, 3527.0, 3486.0, 3550.0, 3496.0, 3538.0, 3496.0, 3548.0], 'WindowWidth': [8009.0, 7954.0, 7931.0, 7957.0, 7913.0, 8000.0, 7878.0, 7960.0, 7872.0, 7953.0, 7890.0, 7917.0, 7886.0, 7928.0, 7889.0, 7933.0, 7936.0, 7924.0, 7997.0, 7909.0, 7982.0, 7891.0, 7982.0, 7918.0, 7932.0, 7974.0, 7880.0, 7957.0, 7883.0, 7957.0, 7903.0, 7918.0, 7904.0, 7891.0, 7875.0, 7882.0, 7914.0, 7889.0, 7932.0, 7974.0, 7922.0, 7920.0, 7858.0, 7874.0, 7840.0, 7840.0, 7858.0, 7864.0, 7798.0, 7884.0, 7818.0, 7860.0, 7757.0, 7764.0, 7756.0, 7835.0, 7849.0, 7994.0, 7908.0, 8010.0, 8004.0, 7931.0, 7912.0, 7913.0, 8010.0, 7939.0, 8038.0, 7963.0, 7936.0, 7967.0, 7966.0, 8013.0, 7963.0, 8068.0, 8151.0, 8026.0, 8099.0, 7991.0, 7915.0, 7867.0, 7903.0, 7902.0, 7917.0, 7968.0, 7950.0, 8009.0, 7990.0, 7971.0, 8001.0, 8070.0, 8014.0, 8072.0, 7963.0, 8034.0, 7968.0, 8031.0, 8009.0, 7968.0, 8023.0, 7915.0, 8018.0, 7913.0, 7971.0, 7914.0, 7960.0, 7916.0, 7947.0, 7927.0, 7953.0, 7942.0, 7972.0, 7948.0, 8019.0, 7967.0, 8020.0, 7965.0, 8038.0, 7989.0, 7988.0, 8033.0, 7961.0, 8050.0, 7960.0, 8029.0, 7941.0, 8013.0, 7926.0, 7996.0, 7957.0, 7970.0, 7941.0, 7970.0, 7941.0, 7958.0, 7932.0, 7990.0, 7960.0, 7964.0, 8064.0, 7943.0, 8031.0, 7969.0, 8012.0, 7942.0, 7982.0, 7938.0, 7983.0, 7939.0, 7968.0, 7925.0, 7971.0, 7924.0, 7955.0, 8012.0, 7957.0, 8029.0, 7959.0, 8044.0, 7941.0, 8012.0, 7924.0, 7999.0, 7938.0, 7995.0, 7982.0, 7992.0, 7956.0, 7987.0, 7932.0, 8004.0, 7950.0, 7930.0, 7945.0, 7911.0, 7999.0, 7983.0, 7984.0, 7969.0, 7971.0, 8061.0, 7957.0, 8060.0, 8050.0, 7955.0, 8013.0, 7948.0, 7993.0, 8005.0, 7928.0, 7998.0, 7897.0, 7969.0, 7901.0, 7950.0, 7924.0, 8006.0, 7894.0, 7931.0, 7954.0, 7966.0, 7958.0, 8005.0, 7979.0, 7981.0, 8043.0, 8050.0, 8011.0, 8081.0, 8001.0, 8046.0, 8052.0, 8005.0, 8053.0, 7972.0, 8015.0, 7979.0, 7948.0, 8020.0, 7931.0, 7991.0, 7945.0, 7915.0, 8001.0, 7897.0, 7937.0, 7895.0, 7908.0, 7903.0, 7931.0, 7917.0, 7957.0, 7937.0, 7996.0, 7963.0, 7980.0, 8052.0, 7961.0, 8033.0, 7932.0, 8022.0, 7943.0, 7946.0, 8046.0, 7923.0, 8014.0, 7944.0, 7969.0, 7946.0, 7945.0, 7934.0, 7954.0, 7980.0, 7956.0, 8060.0, 7956.0, 8015.0, 7938.0, 7955.0, 8057.0, 7936.0, 8010.0, 7949.0, 7964.0, 7937.0, 7954.0, 8054.0, 7936.0, 8026.0, 7953.0, 7982.0, 8027.0, 7955.0, 8037.0, 7951.0, 8013.0, 7960.0, 8006.0, 8057.0, 7975.0, 8059.0, 7958.0, 8032.0, 7968.0, 7990.0, 8072.0, 7957.0, 8062.0, 7998.0, 7986.0, 8059.0, 7970.0, 8055.0, 7938.0, 8024.0, 7963.0, 7982.0, 8052.0, 7951.0, 8055.0, 7959.0, 8026.0, 7958.0, 8004.0, 7952.0, 7973.0, 8060.0, 7978.0, 8074.0, 7958.0, 8035.0, 7970.0, 7972.0, 8046.0, 7974.0, 8076.0, 7972.0, 8046.0, 7959.0, 8006.0, 8060.0, 7974.0, 7974.0, 7976.0, 7988.0, 7999.0, 8077.0, 8007.0, 8063.0, 7957.0, 8048.0, 8051.0, 7950.0, 8029.0, 7946.0, 8003.0, 7944.0, 7924.0, 8046.0, 7931.0, 7986.0, 7929.0, 7932.0, 7935.0, 7938.0, 8036.0, 7952.0, 7998.0, 7952.0, 7955.0, 7995.0, 7951.0, 8059.0, 7981.0, 8023.0, 8014.0, 7991.0, 8056.0, 8094.0, 8022.0, 8086.0, 8040.0, 8043.0, 8082.0, 8003.0, 8068.0, 8024.0, 7994.0, 8051.0, 8016.0, 8020.0, 7972.0, 7974.0, 8044.0, 7923.0, 8009.0, 7947.0, 7964.0, 7923.0, 7922.0, 8025.0, 7906.0, 8009.0, 7961.0, 7945.0, 7975.0, 7920.0, 8021.0, 7901.0, 7991.0, 7915.0, 7916.0, 8010.0, 7897.0, 8003.0, 7901.0, 7959.0, 7915.0, 7922.0, 8018.0, 7905.0, 8006.0, 7907.0, 7961.0, 7907.0, 7957.0, 8009.0, 7922.0, 8024.0, 7916.0, 8010.0, 7930.0, 7997.0, 7927.0, 7958.0, 8014.0, 7946.0, 8049.0, 7935.0, 8013.0, 7949.0, 8004.0, 7953.0, 8018.0, 7986.0, 8056.0, 7981.0, 8035.0, 7978.0, 7963.0, 8047.0, 7942.0, 8037.0, 8026.0, 7946.0, 8003.0, 7905.0, 7950.0, 8018.0, 7916.0, 8000.0, 7899.0, 7915.0, 7915.0, 7900.0, 7973.0, 7919.0, 7934.0, 7920.0, 7925.0, 7984.0, 7945.0, 7984.0, 7948.0, 7981.0, 8008.0, 7949.0, 8021.0, 7953.0, 7997.0, 7993.0, 7966.0, 8057.0, 7954.0, 8022.0, 7949.0, 7982.0, 8052.0, 7953.0, 8054.0, 7955.0, 8024.0, 7961.0, 7979.0, 8067.0, 7951.0, 8051.0, 7953.0, 8012.0, 8049.0, 7946.0, 8049.0, 7929.0, 7987.0, 7934.0, 7951.0, 8051.0, 7947.0, 8023.0, 7962.0, 7966.0, 8052.0, 7936.0, 8048.0, 7946.0, 8022.0, 8031.0, 7973.0, 8051.0, 7942.0, 8015.0, 7942.0, 7972.0, 8047.0, 7943.0, 8026.0, 7914.0, 7984.0, 7941.0, 7957.0, 8042.0, 7929.0, 8027.0, 7943.0, 7987.0, 7928.0, 7942.0, 8046.0, 7932.0, 8019.0, 7957.0, 7943.0, 8026.0, 7925.0, 8012.0, 7940.0, 7941.0, 8042.0, 7927.0, 7997.0, 7938.0, 7941.0, 8041.0, 7927.0, 7997.0, 7928.0, 7958.0, 8042.0, 7928.0, 7999.0, 7941.0, 7961.0, 8046.0, 7932.0, 8017.0, 7942.0, 7976.0, 8044.0, 7946.0, 8033.0, 7950.0, 7995.0, 7950.0, 7963.0, 8064.0, 7951.0, 8038.0, 7953.0, 8010.0, 7952.0, 7984.0, 8070.0, 7956.0, 8059.0, 7965.0, 8014.0, 8044.0, 7953.0, 8052.0, 7962.0, 8027.0, 7994.0, 7947.0, 8071.0, 7954.0, 8025.0, 7962.0, 7970.0, 7969.0, 7969.0, 8073.0, 7957.0, 8044.0, 7992.0, 7986.0, 8071.0, 7956.0, 8054.0, 7934.0, 8026.0, 8019.0, 7993.0, 8069.0, 7948.0, 8033.0, 7986.0, 8002.0, 8026.0, 7969.0, 8043.0, 7941.0, 8012.0, 7958.0, 7965.0, 8038.0, 7968.0, 8006.0, 7902.0, 7956.0, 7984.0, 7930.0, 8018.0, 7930.0, 7999.0, 7903.0, 7947.0, 7899.0, 7903.0, 8019.0, 7920.0, 7974.0, 7920.0, 7954.0, 8039.0, 7924.0, 8002.0, 7967.0, 7985.0, 8045.0, 7935.0, 8037.0, 7855.0, 7856.0, 7808.0, 7865.0, 7845.0, 7881.0, 7872.0, 7946.0, 7927.0, 7907.0, 7949.0, 7932.0, 7980.0, 7939.0, 8033.0, 7944.0, 8018.0, 7925.0, 7986.0, 7941.0, 7971.0, 8026.0, 7926.0, 7994.0, 7922.0, 7981.0, 7924.0, 7968.0, 7983.0, 7924.0, 8009.0, 7925.0, 7980.0, 7938.0, 7969.0, 7939.0, 7956.0, 7927.0, 7959.0, 7988.0, 7961.0, 8005.0, 7968.0, 8040.0, 7952.0, 8054.0, 7967.0, 8053.0, 7979.0, 8036.0, 7952.0, 8017.0, 7930.0, 7994.0, 7945.0, 7976.0, 7949.0, 7977.0, 8019.0, 7947.0, 8049.0, 7946.0, 8037.0, 7970.0, 8007.0, 7932.0, 7994.0, 7949.0, 7981.0, 7993.0, 7951.0, 8053.0, 7952.0, 8039.0, 7969.0, 8006.0, 7950.0, 8009.0, 7951.0, 7982.0, 7996.0, 7968.0, 8067.0, 7949.0, 8036.0, 7963.0, 8020.0, 7951.0, 7977.0, 7928.0, 7977.0, 7977.0, 7962.0, 7994.0, 7950.0, 8050.0, 7963.0, 8052.0, 7992.0, 8019.0, 7944.0, 8016.0, 7953.0, 7968.0, 8042.0, 7951.0, 8008.0, 7921.0, 7992.0, 7917.0, 7965.0, 7915.0, 7938.0, 8010.0, 7923.0, 8006.0, 7921.0, 7992.0, 7924.0, 7968.0, 7909.0, 7937.0, 8023.0, 7922.0, 8010.0, 7940.0, 7980.0, 7927.0, 7967.0, 7923.0, 7952.0, 7927.0, 7958.0, 8012.0, 7928.0, 8032.0, 7941.0, 8015.0, 7929.0, 8001.0, 7927.0, 7970.0, 8023.0, 7938.0, 8013.0, 7925.0, 8008.0, 7924.0, 7982.0, 7922.0, 7967.0, 7930.0, 7972.0, 7929.0, 7975.0, 7974.0, 7964.0, 8005.0, 7950.0, 8035.0, 7947.0, 8050.0, 7963.0, 8037.0, 7965.0, 8018.0, 7946.0, 8020.0, 7943.0, 7988.0, 7960.0, 7962.0, 7975.0, 7949.0, 8050.0, 7949.0, 8036.0, 7948.0, 8040.0, 7971.0, 8022.0, 7953.0, 8020.0, 7993.0, 8077.0, 7928.0, 7918.0, 7885.0, 7967.0, 7913.0, 7980.0, 7904.0, 8009.0, 7924.0, 8022.0, 7939.0, 7967.0, 7927.0, 7949.0, 7970.0, 7928.0, 7990.0, 7969.0, 8021.0, 7948.0, 8020.0, 7956.0, 8075.0, 8075.0, 7997.0, 7915.0, 7909.0, 7920.0, 7907.0, 7901.0, 7936.0, 7943.0, 7990.0, 7951.0, 7996.0, 7948.0, 7999.0, 7996.0, 7984.0, 8027.0, 7984.0, 8040.0, 7967.0, 8055.0, 7967.0, 8037.0, 7952.0, 8020.0, 7946.0, 8035.0, 7947.0, 8020.0, 7933.0, 8020.0, 7971.0, 7988.0, 8046.0, 7969.0, 8048.0, 7931.0, 8030.0, 7942.0, 8015.0, 7943.0, 7988.0, 7932.0, 7989.0, 7929.0, 7974.0, 7961.0, 7978.0, 7934.0, 7993.0, 7965.0, 7984.0, 8006.0, 8006.0, 8032.0, 7964.0, 8052.0, 8010.0, 8039.0, 7952.0, 8038.0, 7985.0, 8039.0, 7950.0, 8007.0, 7942.0, 7959.0, 8017.0, 7967.0, 8040.0, 7940.0, 8017.0, 7948.0, 8020.0, 7968.0, 8026.0, 7960.0, 8026.0, 7954.0, 8026.0, 7965.0, 7982.0, 8023.0, 7967.0, 8053.0, 7947.0, 8020.0, 7943.0, 8004.0, 7941.0, 7971.0, 8044.0, 7942.0, 8012.0, 7940.0, 8001.0, 7940.0, 7974.0, 7942.0, 7940.0, 8029.0, 7939.0, 8012.0, 7941.0, 7983.0, 7911.0, 7971.0, 7994.0, 7940.0, 8007.0, 7942.0, 7999.0, 7932.0, 7988.0, 7929.0, 7975.0, 8022.0, 7962.0, 8019.0, 7950.0, 8017.0, 7932.0, 8006.0, 7949.0, 8007.0, 7950.0, 8024.0, 7989.0, 7994.0, 8053.0, 7980.0, 8038.0, 7960.0, 8018.0, 7956.0, 8019.0, 7940.0, 7986.0, 7978.0, 7954.0, 8029.0, 7936.0, 8013.0, 7941.0, 7985.0, 7923.0, 7952.0, 8022.0, 7924.0, 8011.0, 7942.0, 7983.0, 7925.0, 7958.0, 8012.0, 7941.0, 8002.0, 7944.0, 7985.0, 7927.0, 7973.0, 7997.0, 7944.0, 8018.0, 7931.0, 7998.0, 7932.0, 7992.0, 7931.0, 7978.0, 8050.0, 7947.0, 8017.0, 7946.0, 8023.0, 7948.0, 7992.0, 7973.0, 7961.0, 8034.0, 7956.0, 8017.0, 7945.0, 8018.0, 7956.0, 7957.0, 8044.0, 7958.0, 8014.0, 7928.0, 7998.0, 7927.0, 7973.0, 8043.0, 7943.0, 8017.0, 7930.0, 7989.0, 7971.0, 7940.0, 8027.0, 7942.0, 7986.0, 7925.0, 7926.0, 8010.0, 7926.0, 8000.0, 7931.0, 7990.0, 7930.0, 7976.0, 8002.0, 7963.0, 8022.0, 7946.0, 8023.0, 7951.0, 8007.0, 7945.0, 8007.0, 7962.0, 7978.0, 8044.0, 7958.0, 8016.0, 7955.0, 8016.0, 7931.0, 8005.0, 7928.0, 7975.0, 8043.0, 7942.0, 8013.0, 7970.0, 8000.0, 7944.0, 7982.0, 7926.0, 7957.0, 8027.0, 7944.0, 8016.0, 7931.0, 8003.0, 7948.0, 7992.0, 8000.0, 7942.0, 8030.0, 7945.0, 8016.0, 7930.0, 7973.0, 7926.0, 7957.0, 8002.0, 7930.0, 8016.0, 7932.0, 8028.0, 7930.0, 8005.0, 7947.0, 7954.0, 7999.0, 7945.0, 8028.0, 7948.0, 8035.0, 7952.0, 8038.0, 7951.0, 8038.0, 7967.0, 8042.0, 7992.0, 7973.0, 8051.0, 7973.0, 8017.0, 7942.0, 8002.0, 8026.0, 7937.0, 8011.0, 7970.0, 7995.0, 7924.0, 7967.0, 7924.0, 7956.0, 7957.0, 7959.0, 8046.0, 7944.0, 8015.0, 7942.0, 7988.0, 7928.0, 7959.0, 8033.0, 7942.0, 8026.0, 7956.0, 7987.0, 7929.0, 7972.0, 8043.0, 7941.0, 8013.0, 7955.0, 7998.0, 7931.0, 7987.0, 7970.0, 7940.0, 8015.0, 7946.0, 8018.0, 7944.0, 7999.0, 7945.0, 8003.0, 7947.0, 8007.0, 7954.0, 8011.0, 8037.0, 7965.0, 8036.0, 7950.0, 8018.0, 7930.0, 8005.0, 7960.0, 7978.0, 8048.0, 7946.0, 8033.0, 7943.0, 8001.0, 7939.0, 7969.0, 7944.0, 7987.0, 8000.0, 7942.0, 8030.0, 7938.0, 8019.0, 7939.0, 7969.0, 7979.0, 7923.0, 8010.0, 7952.0, 7997.0, 7940.0, 7997.0, 7937.0, 7984.0, 8025.0, 7937.0, 8011.0, 7938.0, 7997.0, 7921.0, 7966.0, 7950.0, 7941.0, 8014.0, 7929.0, 7999.0, 7925.0, 7986.0, 8015.0, 7942.0, 8029.0, 7939.0, 7996.0, 7979.0, 7953.0, 8025.0, 7921.0, 7993.0, 7922.0, 7995.0, 7958.0, 8004.0, 7951.0, 8004.0, 7951.0, 8010.0, 7964.0, 8010.0, 8008.0, 7978.0, 8052.0, 7962.0, 8035.0, 7966.0, 7966.0, 8024.0, 7948.0, 7990.0, 7932.0, 7975.0, 7911.0, 7930.0, 8017.0, 7914.0, 7986.0, 7916.0, 7958.0, 7920.0, 7948.0, 7918.0, 7951.0, 7935.0, 7939.0, 8011.0, 7924.0, 7981.0, 7939.0, 7969.0, 7940.0, 7956.0, 7929.0, 7975.0, 7972.0, 7944.0, 8031.0, 7945.0, 8018.0, 7947.0, 7988.0, 7962.0, 7990.0, 7946.0, 7977.0, 7947.0, 7979.0, 7935.0, 7980.0, 8052.0, 7950.0, 8036.0, 7944.0, 8007.0, 7948.0, 7992.0, 8004.0, 7945.0, 8033.0, 7935.0, 8016.0, 7943.0, 7972.0, 7941.0, 7975.0, 7972.0, 7976.0, 7977.0, 7966.0, 7979.0, 7970.0, 8035.0, 7970.0, 8059.0, 7976.0, 8046.0, 7977.0, 8045.0, 7990.0, 8058.0, 7995.0, 8061.0, 7976.0, 8044.0, 7969.0, 8041.0, 7962.0, 8023.0, 7953.0, 8007.0, 7946.0, 8034.0, 8015.0, 7984.0, 8048.0, 7968.0, 8007.0, 7933.0, 7960.0, 7917.0, 7976.0, 7919.0, 7963.0, 7904.0, 7949.0, 8020.0, 7918.0, 8002.0, 7948.0, 7977.0, 7922.0, 7977.0, 7923.0, 7994.0, 7942.0, 8000.0, 7961.0, 7976.0, 7968.0, 7949.0, 7980.0, 7952.0, 7983.0, 7970.0, 8030.0, 7952.0, 8024.0, 7992.0, 8054.0, 8006.0, 7989.0, 7961.0, 7959.0, 7943.0, 8005.0, 7952.0, 8041.0, 7963.0, 8020.0, 7961.0, 8033.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.003408312727272727</td></tr>
<tr><td colspan=3>aqi</td><td>0.05195621905454545</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.42353257485445</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1317879668922852</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0195585854221227</td></tr>
<tr><td colspan=3>efc</td><td>0.4986</td></tr>
<tr><td colspan=3>fber</td><td>3343.8748</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.15732211655743353</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>184</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.381818181818181</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7002926928899984</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.534385121393732</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.991318928681399</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.575174028594864</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106208</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01658112369477749</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03245867043733597</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.8731981210417685</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>23.8031</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.6039</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>166.7452</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>50.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297267.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>746.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.4538</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0359</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>453.1091</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2703.4287</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>2867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79277.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>919.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>740.2105</td></tr>
<tr><td colspan=3>tsnr</td><td>26.182352535426617</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>