<?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-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

    var artifacts = [];
    $('#qcartifacts-group input:checked').each(function() {
        artifacts.push($(this).attr('name'));
    });

    var rating = $('#qcslider').val();
    var payload = {
        'dataset': ds,
        'subject': sub,
        'rating': rating,
        'artifacts': artifacts,
        'time_sec': (Date.now() - timestamp) / 1000,
        'confidence': $('#qcextra-confidence').val(),
        'comments': $('#qcextra-comments').val()
    };

    var file = new Blob([JSON.stringify(payload)], {type: 'text/json'});
    $('#btn-download').attr('href', URL.createObjectURL(file));
    $('#btn-download').attr('download', payload['dataset'] + "_" + payload['subject'] + ".json");
    return payload
};

function toggle_rating() {
    if ($('#qcrating-menu').hasClass('d-none')) {
        $('#qcrating-menu').removeClass('d-none');
        $('#qcrating-toggler').prop('checked', true);
    } else {
        $('#qcrating-menu').addClass('d-none');
        $('#qcrating-toggler').prop('checked', false);
    }
};

$(window).on('load',function(){
    var authorization = $('#btn-post').val()
    if (authorization.includes("secret_token")) {
        $('#btn-post').addClass('d-none');
    };
    timestamp = Date.now();
});

</script>
<style type="text/css">
/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  margin-bottom: 8px;
  margin-left: 10%;
  width: 80%;
  height: 5px; /* Specified height */
  background: #d3d3d3; /* Grey background */
  outline: none; /* Remove outline */
  opacity: 0.7; /* Set transparency (for mouse-over effects on hover) */
  -webkit-transition: .2s; /* 0.2 seconds transition on hover */
  transition: opacity .2s;
}

/* Mouse-over effects */
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over */
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border: 0;
  background: url('https://raw.githubusercontent.com/nipreps/nireports/main/assets/slider-handle.png');
  cursor: pointer;
  z-index: 2000 !important;
}

</style>
</head>
<body style="font-family: helvetica;">
<nav class="navbar fixed-top navbar-expand-lg bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
    <ul class="navbar-nav me-auto mb-2 mb-lg-0">
        <li class="nav-item"><a class="nav-link" href="#Basic echo-wise reports">Basic echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended echo-wise reports">Extended echo-wise reports</a></li>
        <li class="nav-item"><a class="nav-link" href="#Extended reports shared across echos">Extended reports shared across echos</a></li>
        <li class="nav-item dropdown">
            <a class="nav-link dropdown-toggle" id="navbarAbout" role="button" data-bs-toggle="dropdown" aria-expanded="false" href="#About">
            About
            </a>
            <ul class="dropdown-menu">
                <li><a class="dropdown-item" href="#errors">Errors</a></li>
                <li><a class="dropdown-item" href="#meta-about-metadata">Reproducibility and provenance information</a></li>
            </ul>
        </li>
    </ul>
</div>
</div>
<div class="d-flex flex-row-reverse">
<div class="form-check form-switch align-self-center flex-fill me-4">
<input class="form-check-input" type="checkbox" id="qcrating-toggler"></input>
<label class="form-check-label" style="width: 100pt;" for="qcrating-toggler">Rating widget</label>
</div>
</div>
</nav>
<noscript>
    <h1 class="text-danger"> The navigation menu uses Javascript. Without it this report might not work as expected </h1>
</noscript>

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-03_subject-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-03_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-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-03_subject-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-03_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-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-03_subject-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-03_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-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-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-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0017/figures/sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

        </div>
    </div>
    <div id="About" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">About</h1>
        <div id="errors" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Errors</h2>                    <p class="alert alert-success" role="alert">No errors to report!</p>
        </div>
        <div id="meta-about-metadata" class="ps-4 pe-4 mb-2">
<h2 class="sub-report-group mt-4">Reproducibility and provenance information</h2><p class="elem-caption">Thanks for using <em>MRIQC</em>. The following information may assist in
reconstructing the provenance of the corresponding derivatives.
</p>                    <div class="accordion accordion-flush" id="about-metadata">


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0017/ses-03/func/sub-0017_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c92218aa9d24aa7ed8c55f043b4ba382</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:44:3.487500</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.994231, -0.077922, 0.0737103, 0.0761528, 0.996743, 0.0265203]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.104596</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4181, -7766, -7181, 641, 2, -144, 55, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>268.287</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>8b42f34d-c637-4c09-ad30-8e0a5ac6f981||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.6674487590789795, 0.20431239902973175, 0.2039492279291153, 95.8608169555664], [0.20905913412570953, 2.674189805984497, 0.0560358501970768, -105.59943389892578], [0.19775928556919098, -0.07115192711353302, 2.6917030811309814, -42.43903350830078], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['134403.487500', '134403.947500', '134404.407500', '134404.867500', '134405.327500', '134405.787500', '134406.247500', '134406.707500', '134407.167500', '134407.627500', '134408.087500', '134408.547500', '134409.007500', '134409.467500', '134409.927500', '134410.387500', '134410.847500', '134411.307500', '134411.767500', '134412.227500', '134412.687500', '134413.147500', '134413.607500', '134414.067500', '134414.527500', '134414.987500', '134415.447500', '134415.907500', '134416.367500', '134416.827500', '134417.287500', '134417.747500', '134418.207500', '134418.667500', '134419.127500', '134419.587500', '134420.047500', '134420.507500', '134420.967500', '134421.427500', '134421.887500', '134422.347500', '134422.807500', '134423.267500', '134423.727500', '134424.187500', '134424.647500', '134425.107500', '134425.567500', '134426.027500', '134426.487500', '134426.947500', '134427.407500', '134427.867500', '134428.327500', '134428.787500', '134429.247500', '134429.707500', '134430.167500', '134430.627500', '134431.087500', '134431.547500', '134432.007500', '134432.467500', '134432.927500', '134433.387500', '134433.847500', '134434.307500', '134434.767500', '134435.227500', '134435.687500', '134436.147500', '134436.607500', '134437.067500', '134437.527500', '134437.987500', '134438.447500', '134438.907500', '134439.367500', '134439.827500', '134440.287500', '134440.747500', '134441.207500', '134441.667500', '134442.127500', '134442.587500', '134443.047500', '134443.507500', '134443.967500', '134444.427500', '134444.887500', '134445.347500', '134445.807500', '134446.267500', '134446.727500', '134447.187500', '134447.647500', '134448.107500', '134448.567500', '134449.027500', '134449.487500', '134449.947500', '134450.407500', '134450.867500', '134451.327500', '134451.787500', '134452.247500', '134452.707500', '134453.167500', '134453.627500', '134454.087500', '134454.547500', '134455.007500', '134455.467500', '134455.927500', '134456.387500', '134456.847500', '134457.307500', '134457.767500', '134458.227500', '134458.687500', '134459.147500', '134459.607500', '134500.067500', '134500.527500', '134500.987500', '134501.447500', '134501.907500', '134502.367500', '134502.827500', '134503.287500', '134503.747500', '134504.207500', '134504.667500', '134505.127500', '134505.587500', '134506.047500', '134506.507500', '134506.967500', '134507.427500', '134507.887500', '134508.347500', '134508.807500', '134509.267500', '134509.727500', '134510.187500', '134510.647500', '134511.107500', '134511.567500', '134512.027500', '134512.487500', '134512.947500', '134513.407500', '134513.867500', '134514.327500', '134514.787500', '134515.247500', '134515.707500', '134516.167500', '134516.627500', '134517.087500', '134517.547500', '134518.007500', '134518.467500', '134518.927500', '134519.387500', '134519.847500', '134520.307500', '134520.767500', '134521.227500', '134521.687500', '134522.147500', '134522.607500', '134523.067500', '134523.527500', '134523.987500', '134524.447500', '134524.907500', '134525.367500', '134525.827500', '134526.287500', '134526.747500', '134527.207500', '134527.667500', '134528.127500', '134528.587500', '134529.047500', '134529.507500', '134529.967500', '134530.427500', '134530.887500', '134531.347500', '134531.807500', '134532.267500', '134532.727500', '134533.187500', '134533.647500', '134534.107500', '134534.567500', '134535.027500', '134535.487500', '134535.947500', '134536.407500', '134536.867500', '134537.327500', '134537.787500', '134538.247500', '134538.707500', '134539.167500', '134539.627500', '134540.087500', '134540.547500', '134541.007500', '134541.467500', '134541.927500', '134542.387500', '134542.847500', '134543.307500', '134543.767500', '134544.227500', '134544.687500', '134545.147500', '134545.607500', '134546.067500', '134546.527500', '134546.987500', '134547.447500', '134547.907500', '134548.367500', '134548.827500', '134549.287500', '134549.747500', '134550.207500', '134550.667500', '134551.127500', '134551.587500', '134552.047500', '134552.507500', '134552.967500', '134553.427500', '134553.887500', '134554.347500', '134554.807500', '134555.267500', '134555.727500', '134556.187500', '134556.647500', '134557.107500', '134557.567500', '134558.027500', '134558.487500', '134558.947500', '134559.407500', '134559.867500', '134600.327500', '134600.787500', '134601.247500', '134601.707500', '134602.167500', '134602.627500', '134603.087500', '134603.547500', '134604.007500', '134604.467500', '134604.927500', '134605.387500', '134605.847500', '134606.307500', '134606.767500', '134607.227500', '134607.687500', '134608.147500', '134608.607500', '134609.067500', '134609.527500', '134609.987500', '134610.447500', '134610.907500', '134611.367500', '134611.827500', '134612.287500', '134612.747500', '134613.207500', '134613.667500', '134614.127500', '134614.587500', '134615.047500', '134615.507500', '134615.967500', '134616.427500', '134616.887500', '134617.347500', '134617.807500', '134618.267500', '134618.727500', '134619.187500', '134619.647500', '134620.107500', '134620.567500', '134621.027500', '134621.487500', '134621.947500', '134622.407500', '134622.867500', '134623.327500', '134623.787500', '134624.247500', '134624.707500', '134625.167500', '134625.627500', '134626.087500', '134626.547500', '134627.007500', '134627.467500', '134627.927500', '134628.387500', '134628.847500', '134629.307500', '134629.767500', '134630.227500', '134630.687500', '134631.147500', '134631.607500', '134632.067500', '134632.527500', '134632.987500', '134633.447500', '134633.907500', '134634.367500', '134634.827500', '134635.287500', '134635.747500', '134636.207500', '134636.667500', '134637.127500', '134637.587500', '134638.047500', '134638.507500', '134638.967500', '134639.427500', '134639.887500', '134640.347500', '134640.807500', '134641.267500', '134641.727500', '134642.187500', '134642.647500', '134643.107500', '134643.567500', '134644.027500', '134644.487500', '134644.947500', '134645.407500', '134645.867500', '134646.327500', '134646.787500', '134647.247500', '134647.707500', '134648.167500', '134648.627500', '134649.087500', '134649.547500', '134650.007500', '134650.467500', '134650.927500', '134651.387500', '134651.847500', '134652.307500', '134652.767500', '134653.227500', '134653.687500', '134654.147500', '134654.607500', '134655.067500', '134655.527500', '134655.987500', '134656.447500', '134656.907500', '134657.367500', '134657.827500', '134658.287500', '134658.747500', '134659.207500', '134659.667500', '134700.127500', '134700.587500', '134701.047500', '134701.507500', '134701.967500', '134702.427500', '134702.887500', '134703.347500', '134703.807500', '134704.267500', '134704.727500', '134705.187500', '134705.647500', '134706.107500', '134706.567500', '134707.027500', '134707.487500', '134707.947500', '134708.407500', '134708.867500', '134709.327500', '134709.787500', '134710.247500', '134710.707500', '134711.167500', '134711.627500', '134712.087500', '134712.547500', '134713.007500', '134713.467500', '134713.927500', '134714.387500', '134714.847500', '134715.307500', '134715.767500', '134716.227500', '134716.687500', '134717.147500', '134717.607500', '134718.067500', '134718.527500', '134718.987500', '134719.447500', '134719.907500', '134720.367500', '134720.827500', '134721.287500', '134721.747500', '134722.207500', '134722.667500', '134723.127500', '134723.587500', '134724.047500', '134724.507500', '134724.967500', '134725.427500', '134725.887500', '134726.347500', '134726.807500', '134727.267500', '134727.727500', '134728.187500', '134728.647500', '134729.107500', '134729.567500', '134730.027500', '134730.487500', '134730.947500', '134731.407500', '134731.867500', '134732.327500', '134732.787500', '134733.247500', '134733.707500', '134734.167500', '134734.627500', '134735.087500', '134735.547500', '134736.007500', '134736.467500', '134736.927500', '134737.387500', '134737.847500', '134738.307500', '134738.767500', '134739.227500', '134739.687500', '134740.147500', '134740.607500', '134741.067500', '134741.527500', '134741.987500', '134742.447500', '134742.907500', '134743.367500', '134743.827500', '134744.287500', '134744.747500', '134745.207500', '134745.667500', '134746.127500', '134746.587500', '134747.047500', '134747.507500', '134747.967500', '134748.427500', '134748.887500', '134749.347500', '134749.807500', '134750.267500', '134750.727500', '134751.187500', '134751.647500', '134752.107500', '134752.567500', '134753.027500', '134753.487500', '134753.947500', '134754.407500', '134754.867500', '134755.327500', '134755.787500', '134756.247500', '134756.707500', '134757.167500', '134757.627500', '134758.087500', '134758.547500', '134759.007500', '134759.467500', '134759.927500', '134800.387500', '134800.847500', '134801.307500', '134801.767500', '134802.227500', '134802.687500', '134803.147500', '134803.607500', '134804.067500', '134804.527500', '134804.987500', '134805.447500', '134805.907500', '134806.367500', '134806.827500', '134807.287500', '134807.747500', '134808.207500', '134808.667500', '134809.127500', '134809.587500', '134810.047500', '134810.507500', '134810.967500', '134811.427500', '134811.887500', '134812.347500', '134812.807500', '134813.267500', '134813.727500', '134814.187500', '134814.647500', '134815.107500', '134815.567500', '134816.027500', '134816.487500', '134816.947500', '134817.407500', '134817.867500', '134818.327500', '134818.787500', '134819.247500', '134819.707500', '134820.167500', '134820.627500', '134821.087500', '134821.547500', '134822.007500', '134822.467500', '134822.927500', '134823.387500', '134823.847500', '134824.307500', '134824.767500', '134825.227500', '134825.687500', '134826.147500', '134826.607500', '134827.067500', '134827.527500', '134827.987500', '134828.447500', '134828.907500', '134829.367500', '134829.827500', '134830.287500', '134830.747500', '134831.207500', '134831.667500', '134832.127500', '134832.587500', '134833.047500', '134833.507500', '134833.967500', '134834.427500', '134834.887500', '134835.347500', '134835.807500', '134836.267500', '134836.727500', '134837.187500', '134837.647500', '134838.107500', '134838.567500', '134839.027500', '134839.487500', '134839.947500', '134840.407500', '134840.867500', '134841.327500', '134841.787500', '134842.247500', '134842.707500', '134843.167500', '134843.627500', '134844.087500', '134844.547500', '134845.007500', '134845.467500', '134845.927500', '134846.387500', '134846.847500', '134847.307500', '134847.767500', '134848.227500', '134848.687500', '134849.147500', '134849.607500', '134850.067500', '134850.527500', '134850.987500', '134851.447500', '134851.907500', '134852.367500', '134852.827500', '134853.287500', '134853.747500', '134854.207500', '134854.667500', '134855.127500', '134855.587500', '134856.047500', '134856.507500', '134856.967500', '134857.427500', '134857.887500', '134858.347500', '134858.807500', '134859.267500', '134859.727500', '134900.187500', '134900.647500', '134901.107500', '134901.567500', '134902.027500', '134902.487500', '134902.947500', '134903.407500', '134903.867500', '134904.327500', '134904.787500', '134905.247500', '134905.707500', '134906.167500', '134906.627500', '134907.087500', '134907.547500', '134908.007500', '134908.467500', '134908.927500', '134909.387500', '134909.847500', '134910.307500', '134910.767500', '134911.227500', '134911.687500', '134912.147500', '134912.607500', '134913.067500', '134913.527500', '134913.987500', '134914.447500', '134914.907500', '134915.367500', '134915.827500', '134916.287500', '134916.747500', '134917.207500', '134917.667500', '134918.127500', '134918.587500', '134919.047500', '134919.507500', '134919.967500', '134920.427500', '134920.887500', '134921.347500', '134921.807500', '134922.267500', '134922.727500', '134923.187500', '134923.647500', '134924.107500', '134924.567500', '134925.027500', '134925.487500', '134925.947500', '134926.407500', '134926.867500', '134927.327500', '134927.787500', '134928.247500', '134928.707500', '134929.167500', '134929.627500', '134930.087500', '134930.547500', '134931.007500', '134931.467500', '134931.927500', '134932.387500', '134932.847500', '134933.307500', '134933.767500', '134934.227500', '134934.687500', '134935.147500', '134935.607500', '134936.067500', '134936.527500', '134936.987500', '134937.447500', '134937.907500', '134938.367500', '134938.827500', '134939.287500', '134939.747500', '134940.207500', '134940.667500', '134941.127500', '134941.587500', '134942.047500', '134942.507500', '134942.967500', '134943.427500', '134943.887500', '134944.347500', '134944.807500', '134945.267500', '134945.727500', '134946.187500', '134946.647500', '134947.107500', '134947.567500', '134948.027500', '134948.487500', '134948.947500', '134949.407500', '134949.867500', '134950.327500', '134950.787500', '134951.247500', '134951.707500', '134952.167500', '134952.627500', '134953.087500', '134953.547500', '134954.007500', '134954.467500', '134954.927500', '134955.387500', '134955.847500', '134956.307500', '134956.767500', '134957.227500', '134957.687500', '134958.147500', '134958.607500', '134959.067500', '134959.527500', '134959.987500', '135000.447500', '135000.907500', '135001.367500', '135001.827500', '135002.287500', '135002.747500', '135003.207500', '135003.667500', '135004.127500', '135004.587500', '135005.047500', '135005.507500', '135005.967500', '135006.427500', '135006.887500', '135007.347500', '135007.807500', '135008.267500', '135008.727500', '135009.187500', '135009.647500', '135010.107500', '135010.567500', '135011.027500', '135011.487500', '135011.947500', '135012.407500', '135012.867500', '135013.327500', '135013.787500', '135014.247500', '135014.707500', '135015.167500', '135015.627500', '135016.087500', '135016.547500', '135017.007500', '135017.467500', '135017.927500', '135018.387500', '135018.847500', '135019.307500', '135019.767500', '135020.227500', '135020.687500', '135021.147500', '135021.607500', '135022.067500', '135022.527500', '135022.987500', '135023.447500', '135023.907500', '135024.367500', '135024.827500', '135025.287500', '135025.747500', '135026.207500', '135026.667500', '135027.127500', '135027.587500', '135028.047500', '135028.507500', '135028.967500', '135029.427500', '135029.887500', '135030.347500', '135030.807500', '135031.267500', '135031.727500', '135032.187500', '135032.647500', '135033.107500', '135033.567500', '135034.027500', '135034.487500', '135034.947500', '135035.407500', '135035.867500', '135036.327500', '135036.787500', '135037.247500', '135037.707500', '135038.167500', '135038.627500', '135039.087500', '135039.547500', '135040.007500', '135040.467500', '135040.927500', '135041.387500', '135041.847500', '135042.307500', '135042.767500', '135043.227500', '135043.687500', '135044.147500', '135044.607500', '135045.067500', '135045.527500', '135045.987500', '135046.447500', '135046.907500', '135047.367500', '135047.827500', '135048.287500', '135048.747500', '135049.207500', '135049.667500', '135050.127500', '135050.587500', '135051.047500', '135051.507500', '135051.967500', '135052.427500', '135052.887500', '135053.347500', '135053.807500', '135054.267500', '135054.727500', '135055.187500', '135055.647500', '135056.107500', '135056.567500', '135057.027500', '135057.487500', '135057.947500', '135058.407500', '135058.867500', '135059.327500', '135059.787500', '135100.247500', '135100.707500', '135101.167500', '135101.627500', '135102.087500', '135102.547500', '135103.007500', '135103.467500', '135103.927500', '135104.387500', '135104.847500', '135105.307500', '135105.767500', '135106.227500', '135106.687500', '135107.147500', '135107.607500', '135108.067500', '135108.527500', '135108.987500', '135109.447500', '135109.907500', '135110.367500', '135110.827500', '135111.287500', '135111.747500', '135112.207500', '135112.667500', '135113.127500', '135113.587500', '135114.047500', '135114.507500', '135114.967500', '135115.427500', '135115.887500', '135116.347500', '135116.807500', '135117.267500', '135117.727500', '135118.187500', '135118.647500', '135119.107500', '135119.567500', '135120.027500', '135120.487500', '135120.947500', '135121.407500', '135121.867500', '135122.327500', '135122.787500', '135123.247500', '135123.707500', '135124.167500', '135124.627500', '135125.087500', '135125.547500', '135126.007500', '135126.467500', '135126.927500', '135127.387500', '135127.847500', '135128.307500', '135128.767500', '135129.227500', '135129.687500', '135130.147500', '135130.607500', '135131.067500', '135131.527500', '135131.987500', '135132.447500', '135132.907500', '135133.367500', '135133.827500', '135134.287500', '135134.747500', '135135.207500', '135135.667500', '135136.127500', '135136.587500', '135137.047500', '135137.507500', '135137.967500', '135138.427500', '135138.887500', '135139.347500', '135139.807500', '135140.267500', '135140.727500', '135141.187500', '135141.647500', '135142.107500', '135142.567500', '135143.027500', '135143.487500', '135143.947500', '135144.407500', '135144.867500', '135145.327500', '135145.787500', '135146.247500', '135146.707500', '135147.167500', '135147.627500', '135148.087500', '135148.547500', '135149.007500', '135149.467500', '135149.927500', '135150.387500', '135150.847500', '135151.307500', '135151.767500', '135152.227500', '135152.687500', '135153.147500', '135153.607500', '135154.067500', '135154.527500', '135154.987500', '135155.447500', '135155.907500', '135156.367500', '135156.827500', '135157.287500', '135157.747500', '135158.207500', '135158.667500', '135159.127500', '135159.587500', '135200.047500', '135200.507500', '135200.967500', '135201.427500', '135201.887500', '135202.347500', '135202.807500', '135203.267500', '135203.727500', '135204.187500', '135204.647500', '135205.107500', '135205.567500', '135206.027500', '135206.487500', '135206.947500', '135207.407500', '135207.867500', '135208.327500', '135208.787500', '135209.247500', '135209.707500', '135210.167500', '135210.627500', '135211.087500', '135211.547500', '135212.007500', '135212.467500', '135212.927500', '135213.387500', '135213.847500', '135214.307500', '135214.767500', '135215.227500', '135215.687500', '135216.147500', '135216.607500', '135217.067500', '135217.527500', '135217.987500', '135218.447500', '135218.907500', '135219.367500', '135219.827500', '135220.287500', '135220.747500', '135221.207500', '135221.667500', '135222.127500', '135222.587500', '135223.047500', '135223.507500', '135223.967500', '135224.427500', '135224.887500', '135225.347500', '135225.807500', '135226.267500', '135226.727500', '135227.187500', '135227.647500', '135228.107500', '135228.567500', '135229.027500', '135229.487500', '135229.947500', '135230.407500', '135230.867500', '135231.327500', '135231.787500', '135232.247500', '135232.707500', '135233.167500', '135233.627500', '135234.087500', '135234.547500', '135235.007500', '135235.467500', '135235.927500', '135236.387500', '135236.847500', '135237.307500', '135237.767500', '135238.227500', '135238.687500', '135239.147500', '135239.607500', '135240.067500', '135240.527500', '135240.987500', '135241.447500', '135241.907500', '135242.367500', '135242.827500', '135243.287500', '135243.747500', '135244.207500', '135244.667500', '135245.127500', '135245.587500', '135246.047500', '135246.507500', '135246.967500', '135247.427500', '135247.887500', '135248.347500', '135248.807500', '135249.267500', '135249.727500', '135250.187500', '135250.647500', '135251.107500', '135251.567500', '135252.027500', '135252.487500', '135252.947500', '135253.407500', '135253.867500', '135254.327500', '135254.787500', '135255.247500', '135255.707500', '135256.167500', '135256.627500', '135257.087500', '135257.547500', '135258.007500', '135258.467500', '135258.927500', '135259.387500', '135259.847500', '135300.307500', '135300.767500', '135301.227500', '135301.687500', '135302.147500', '135302.607500', '135303.067500', '135303.527500', '135303.987500', '135304.447500', '135304.907500', '135305.367500', '135305.827500', '135306.287500', '135306.747500', '135307.207500', '135307.667500', '135308.127500', '135308.587500', '135309.047500', '135309.507500', '135309.967500', '135310.427500', '135310.887500', '135311.347500', '135311.807500', '135312.267500', '135312.727500', '135313.187500', '135313.647500', '135314.107500', '135314.567500', '135315.027500', '135315.487500', '135315.947500', '135316.407500', '135316.867500', '135317.327500', '135317.787500', '135318.247500', '135318.707500', '135319.167500', '135319.627500', '135320.087500', '135320.547500', '135321.007500', '135321.467500', '135321.927500', '135322.387500', '135322.847500', '135323.307500', '135323.767500', '135324.227500', '135324.687500', '135325.147500', '135325.607500', '135326.067500', '135326.527500', '135326.987500', '135327.447500', '135327.907500', '135328.367500', '135328.827500', '135329.287500', '135329.747500', '135330.207500', '135330.667500', '135331.127500', '135331.587500', '135332.047500', '135332.507500', '135332.967500', '135333.427500', '135333.887500', '135334.347500', '135334.807500', '135335.267500', '135335.727500', '135336.187500', '135336.647500', '135337.107500', '135337.567500', '135338.027500', '135338.487500', '135338.947500', '135339.407500', '135339.867500', '135340.327500', '135340.787500', '135341.247500', '135341.707500', '135342.167500', '135342.627500', '135343.087500', '135343.547500', '135344.007500', '135344.467500', '135344.927500', '135345.387500', '135345.847500', '135346.307500', '135346.767500', '135347.227500', '135347.687500', '135348.147500', '135348.607500', '135349.067500', '135349.527500', '135349.987500', '135350.447500', '135350.907500', '135351.367500', '135351.827500', '135352.287500', '135352.747500', '135353.207500', '135353.667500', '135354.127500', '135354.587500', '135355.047500', '135355.507500', '135355.967500', '135356.427500', '135356.887500', '135357.347500', '135357.807500', '135358.267500', '135358.727500', '135359.187500', '135359.647500', '135400.107500', '135400.567500', '135401.027500', '135401.487500', '135401.947500', '135402.407500', '135402.867500', '135403.327500', '135403.787500', '135404.247500', '135404.707500', '135405.167500', '135405.627500', '135406.087500', '135406.547500', '135407.007500', '135407.467500', '135407.927500', '135408.387500', '135408.847500', '135409.307500', '135409.767500', '135410.227500', '135410.687500', '135411.147500', '135411.607500', '135412.067500', '135412.527500', '135412.987500', '135413.447500', '135413.907500', '135414.367500', '135414.827500', '135415.287500', '135415.747500', '135416.207500', '135416.667500', '135417.127500'], 'ContentTime': ['134423.452000', '134423.456000', '134423.459000', '134423.462000', '134423.465000', '134423.468000', '134423.471000', '134423.474000', '134423.478000', '134423.481000', '134423.484000', '134423.487000', '134423.490000', '134423.494000', '134423.496000', '134423.500000', '134423.503000', '134423.506000', '134423.509000', '134423.512000', '134423.515000', '134423.518000', '134423.521000', '134423.524000', '134423.527000', '134423.530000', '134423.534000', '134423.548000', '134423.553000', '134423.556000', '134423.559000', '134423.562000', '134423.568000', '134423.571000', '134423.575000', '134423.578000', '134423.581000', '134423.584000', '134423.587000', '134423.590000', '134423.594000', '134443.398000', '134443.401000', '134443.403000', '134443.406000', '134443.409000', '134443.412000', '134443.415000', '134443.417000', '134443.420000', '134443.423000', '134443.426000', '134443.429000', '134443.432000', '134443.435000', '134443.437000', '134443.440000', '134443.443000', '134443.446000', '134443.449000', '134443.452000', '134443.455000', '134443.457000', '134443.460000', '134443.463000', '134443.466000', '134443.469000', '134443.472000', '134443.475000', '134443.478000', '134443.481000', '134443.484000', '134443.487000', '134443.490000', '134443.492000', '134443.495000', '134443.498000', '134443.501000', '134443.504000', '134443.507000', '134443.510000', '134443.513000', '134443.515000', '134443.518000', '134443.521000', '134503.398000', '134503.411000', '134503.415000', '134503.418000', '134503.421000', '134503.424000', '134503.427000', '134503.429000', '134503.432000', '134503.435000', '134503.438000', '134503.441000', '134503.444000', '134503.447000', '134503.450000', '134503.452000', '134503.455000', '134503.458000', '134503.461000', '134503.464000', '134503.467000', '134503.469000', '134503.472000', '134503.475000', '134503.478000', '134503.481000', '134503.483000', '134503.486000', '134503.489000', '134503.492000', '134503.495000', '134503.498000', '134503.500000', '134503.503000', '134503.506000', '134503.509000', '134503.512000', '134503.514000', '134503.517000', '134503.520000', '134503.523000', '134503.526000', '134503.529000', '134523.399000', '134523.402000', '134523.405000', '134523.408000', '134523.410000', '134523.413000', '134523.416000', '134523.419000', '134523.422000', '134523.425000', '134523.427000', '134523.430000', '134523.433000', '134523.436000', '134523.439000', '134523.442000', '134523.445000', '134523.447000', '134523.450000', '134523.453000', '134523.456000', '134523.459000', '134523.462000', '134523.464000', '134523.467000', '134523.470000', '134523.473000', '134523.476000', '134523.479000', '134523.481000', '134523.484000', '134523.487000', '134523.490000', '134523.493000', '134523.495000', '134523.498000', '134523.501000', '134523.504000', '134523.507000', '134523.510000', '134523.512000', '134523.515000', '134523.518000', '134523.521000', '134543.399000', '134543.402000', '134543.405000', '134543.408000', '134543.410000', '134543.413000', '134543.416000', '134543.419000', '134543.422000', '134543.427000', '134543.431000', '134543.434000', '134543.437000', '134543.440000', '134543.443000', '134543.446000', '134543.448000', '134543.451000', '134543.454000', '134543.457000', '134543.460000', '134543.463000', '134543.465000', '134543.469000', '134543.471000', '134543.474000', '134543.477000', '134543.480000', '134543.483000', '134543.486000', '134543.488000', '134543.491000', '134543.494000', '134543.497000', '134543.500000', '134543.504000', '134543.507000', '134543.510000', '134543.513000', '134543.516000', '134543.519000', '134543.521000', '134543.524000', '134603.399000', '134603.402000', '134603.405000', '134603.408000', '134603.410000', '134603.413000', '134603.416000', '134603.419000', '134603.422000', '134603.425000', '134603.428000', '134603.431000', '134603.433000', '134603.436000', '134603.439000', '134603.442000', '134603.445000', '134603.448000', '134603.451000', '134603.453000', '134603.456000', '134603.459000', '134603.462000', '134603.465000', '134603.468000', '134603.470000', '134603.473000', '134603.476000', '134603.479000', '134603.482000', '134603.485000', '134603.487000', '134603.490000', '134603.493000', '134603.496000', '134603.499000', '134603.502000', '134603.504000', '134603.507000', '134603.521000', '134603.524000', '134603.527000', '134603.530000', '134603.533000', '134623.399000', '134623.402000', '134623.405000', '134623.408000', '134623.411000', '134623.413000', '134623.416000', '134623.419000', '134623.422000', '134623.425000', '134623.428000', '134623.431000', '134623.434000', '134623.436000', '134623.439000', '134623.442000', '134623.445000', '134623.448000', '134623.451000', '134623.456000', '134623.460000', '134623.463000', '134623.466000', '134623.469000', '134623.472000', '134623.475000', '134623.478000', '134623.480000', '134623.483000', '134623.486000', '134623.489000', '134623.492000', '134623.495000', '134623.497000', '134623.500000', '134623.503000', '134623.506000', '134623.509000', '134623.512000', '134623.514000', '134623.517000', '134623.520000', '134623.523000', '134643.398000', '134643.401000', '134643.404000', '134643.407000', '134643.410000', '134643.413000', '134643.415000', '134643.418000', '134643.421000', '134643.424000', '134643.427000', '134643.430000', '134643.433000', '134643.436000', '134643.438000', '134643.441000', '134643.444000', '134643.447000', '134643.450000', '134643.453000', '134643.455000', '134643.458000', '134643.461000', '134643.464000', '134643.467000', '134643.470000', '134643.473000', '134643.475000', '134643.478000', '134643.481000', '134643.484000', '134643.487000', '134643.490000', '134643.492000', '134643.495000', '134643.498000', '134643.501000', '134643.504000', '134643.507000', '134643.509000', '134643.512000', '134643.515000', '134643.518000', '134643.521000', '134703.398000', '134703.401000', '134703.404000', '134703.407000', '134703.410000', '134703.412000', '134703.415000', '134703.418000', '134703.421000', '134703.424000', '134703.427000', '134703.430000', '134703.433000', '134703.435000', '134703.438000', '134703.441000', '134703.444000', '134703.447000', '134703.450000', '134703.453000', '134703.455000', '134703.458000', '134703.461000', '134703.464000', '134703.467000', '134703.470000', '134703.473000', '134703.477000', '134703.482000', '134703.485000', '134703.488000', '134703.491000', '134703.494000', '134703.497000', '134703.500000', '134703.502000', '134703.505000', '134703.508000', '134703.511000', '134703.514000', '134703.517000', '134703.520000', '134703.523000', '134723.398000', '134723.401000', '134723.403000', '134723.406000', '134723.409000', '134723.412000', '134723.415000', '134723.418000', '134723.421000', '134723.424000', '134723.427000', '134723.429000', '134723.432000', '134723.435000', '134723.438000', '134723.441000', '134723.444000', '134723.447000', '134723.449000', '134723.452000', '134723.455000', '134723.458000', '134723.461000', '134723.464000', '134723.467000', '134723.470000', '134723.472000', '134723.475000', '134723.484000', '134723.487000', '134723.490000', '134723.493000', '134723.496000', '134723.499000', '134723.502000', '134723.504000', '134723.507000', '134723.510000', '134723.513000', '134723.516000', '134723.519000', '134723.522000', '134723.525000', '134723.527000', '134743.399000', '134743.402000', '134743.405000', '134743.408000', '134743.411000', '134743.414000', '134743.417000', '134743.419000', '134743.424000', '134743.427000', '134743.430000', '134743.433000', '134743.436000', '134743.439000', '134743.442000', '134743.444000', '134743.447000', '134743.450000', '134743.453000', '134743.456000', '134743.478000', '134743.481000', '134743.485000', '134743.488000', '134743.491000', '134743.494000', '134743.497000', '134743.500000', '134743.503000', '134743.505000', '134743.508000', '134743.511000', '134743.514000', '134743.517000', '134743.520000', '134743.523000', '134743.526000', '134743.529000', '134743.531000', '134743.534000', '134743.537000', '134743.540000', '134743.543000', '134803.399000', '134803.402000', '134803.405000', '134803.408000', '134803.410000', '134803.413000', '134803.416000', '134803.419000', '134803.422000', '134803.425000', '134803.428000', '134803.438000', '134803.440000', '134803.443000', '134803.446000', '134803.449000', '134803.452000', '134803.455000', '134803.457000', '134803.460000', '134803.463000', '134803.466000', '134803.469000', '134803.472000', '134803.475000', '134803.478000', '134803.480000', '134803.483000', '134803.486000', '134803.489000', '134803.492000', '134803.495000', '134803.498000', '134803.500000', '134803.503000', '134803.506000', '134803.509000', '134803.512000', '134803.515000', '134803.518000', '134803.521000', '134803.523000', '134803.526000', '134803.529000', '134823.399000', '134823.402000', '134823.405000', '134823.408000', '134823.411000', '134823.414000', '134823.417000', '134823.419000', '134823.422000', '134823.425000', '134823.428000', '134823.431000', '134823.434000', '134823.437000', '134823.440000', '134823.443000', '134823.445000', '134823.448000', '134823.451000', '134823.454000', '134823.457000', '134823.460000', '134823.463000', '134823.466000', '134823.469000', '134823.472000', '134823.475000', '134823.478000', '134823.480000', '134823.483000', '134823.486000', '134823.489000', '134823.492000', '134823.495000', '134823.498000', '134823.501000', '134823.503000', '134823.506000', '134823.509000', '134823.512000', '134823.517000', '134823.521000', '134823.524000', '134843.399000', '134843.402000', '134843.405000', '134843.408000', '134843.411000', '134843.413000', '134843.416000', '134843.419000', '134843.422000', '134843.425000', '134843.428000', '134843.431000', '134843.434000', '134843.436000', '134843.440000', '134843.442000', '134843.445000', '134843.448000', '134843.451000', '134843.454000', '134843.457000', '134843.460000', '134843.463000', '134843.465000', '134843.468000', '134843.471000', '134843.474000', '134843.477000', '134843.480000', '134843.482000', '134843.485000', '134843.488000', '134843.491000', '134843.494000', '134843.497000', '134843.500000', '134843.502000', '134843.505000', '134843.508000', '134843.511000', '134843.514000', '134843.517000', '134843.520000', '134843.522000', '134903.398000', '134903.401000', '134903.404000', '134903.407000', '134903.410000', '134903.413000', '134903.415000', '134903.418000', '134903.421000', '134903.424000', '134903.427000', '134903.430000', '134903.433000', '134903.435000', '134903.438000', '134903.441000', '134903.444000', '134903.447000', '134903.450000', '134903.453000', '134903.456000', '134903.459000', '134903.462000', '134903.465000', '134903.468000', '134903.471000', '134903.474000', '134903.477000', '134903.480000', '134903.483000', '134903.486000', '134903.489000', '134903.492000', '134903.494000', '134903.497000', '134903.500000', '134903.503000', '134903.506000', '134903.508000', '134903.511000', '134903.514000', '134903.517000', '134903.520000', '134923.398000', '134923.401000', '134923.404000', '134923.407000', '134923.409000', '134923.413000', '134923.415000', '134923.418000', '134923.421000', '134923.424000', '134923.427000', '134923.430000', '134923.433000', '134923.436000', '134923.439000', '134923.441000', '134923.444000', '134923.447000', '134923.450000', '134923.453000', '134923.456000', '134923.459000', '134923.462000', '134923.464000', '134923.467000', '134923.470000', '134923.473000', '134923.476000', '134923.479000', '134923.482000', '134923.484000', '134923.487000', '134923.490000', '134923.493000', '134923.496000', '134923.499000', '134923.501000', '134923.504000', '134923.507000', '134923.510000', '134923.513000', '134923.516000', '134923.519000', '134923.521000', '134943.398000', '134943.401000', '134943.404000', '134943.407000', '134943.410000', '134943.413000', '134943.415000', '134943.418000', '134943.421000', '134943.424000', '134943.427000', '134943.430000', '134943.433000', '134943.435000', '134943.438000', '134943.441000', '134943.444000', '134943.447000', '134943.450000', '134943.453000', '134943.455000', '134943.458000', '134943.461000', '134943.464000', '134943.467000', '134943.470000', '134943.473000', '134943.476000', '134943.478000', '134943.481000', '134943.484000', '134943.487000', '134943.490000', '134943.493000', '134943.496000', '134943.499000', '134943.501000', '134943.504000', '134943.507000', '134943.510000', '134943.513000', '134943.516000', '134943.518000', '135003.399000', '135003.402000', '135003.405000', '135003.407000', '135003.410000', '135003.413000', '135003.416000', '135003.419000', '135003.422000', '135003.425000', '135003.428000', '135003.431000', '135003.434000', '135003.436000', '135003.439000', '135003.442000', '135003.445000', '135003.448000', '135003.451000', '135003.454000', '135003.457000', '135003.460000', '135003.462000', '135003.465000', '135003.468000', '135003.471000', '135003.474000', '135003.477000', '135003.480000', '135003.483000', '135003.486000', '135003.488000', '135003.491000', '135003.494000', '135003.497000', '135003.500000', '135003.503000', '135003.506000', '135003.508000', '135003.511000', '135003.514000', '135003.517000', '135003.520000', '135003.523000', '135023.399000', '135023.402000', '135023.405000', '135023.408000', '135023.411000', '135023.414000', '135023.424000', '135023.427000', '135023.429000', '135023.432000', '135023.435000', '135023.438000', '135023.441000', '135023.444000', '135023.447000', '135023.450000', '135023.453000', '135023.455000', '135023.458000', '135023.461000', '135023.464000', '135023.467000', '135023.470000', '135023.473000', '135023.476000', '135023.478000', '135023.482000', '135023.484000', '135023.487000', '135023.490000', '135023.493000', '135023.496000', '135023.499000', '135023.503000', '135023.506000', '135023.508000', '135023.511000', '135023.514000', '135023.517000', '135023.520000', '135023.523000', '135023.526000', '135023.529000', '135043.399000', '135043.402000', '135043.405000', '135043.413000', '135043.416000', '135043.418000', '135043.421000', '135043.424000', '135043.427000', '135043.430000', '135043.433000', '135043.436000', '135043.438000', '135043.441000', '135043.444000', '135043.447000', '135043.450000', '135043.453000', '135043.456000', '135043.459000', '135043.462000', '135043.464000', '135043.467000', '135043.470000', '135043.473000', '135043.476000', '135043.479000', '135043.482000', '135043.485000', '135043.488000', '135043.490000', '135043.493000', '135043.496000', '135043.499000', '135043.502000', '135043.505000', '135043.508000', '135043.510000', '135043.513000', '135043.516000', '135043.519000', '135043.522000', '135043.525000', '135043.528000', '135103.399000', '135103.402000', '135103.405000', '135103.408000', '135103.411000', '135103.414000', '135103.416000', '135103.419000', '135103.422000', '135103.425000', '135103.428000', '135103.431000', '135103.434000', '135103.437000', '135103.440000', '135103.442000', '135103.445000', '135103.448000', '135103.451000', '135103.454000', '135103.457000', '135103.460000', '135103.463000', '135103.465000', '135103.468000', '135103.471000', '135103.474000', '135103.477000', '135103.480000', '135103.483000', '135103.486000', '135103.488000', '135103.491000', '135103.494000', '135103.497000', '135103.500000', '135103.503000', '135103.506000', '135103.508000', '135103.511000', '135103.514000', '135103.517000', '135103.520000', '135123.398000', '135123.401000', '135123.404000', '135123.407000', '135123.410000', '135123.412000', '135123.415000', '135123.418000', '135123.421000', '135123.424000', '135123.427000', '135123.430000', '135123.433000', '135123.436000', '135123.439000', '135123.442000', '135123.445000', '135123.447000', '135123.450000', '135123.453000', '135123.456000', '135123.459000', '135123.462000', '135123.465000', '135123.467000', '135123.470000', '135123.473000', '135123.476000', '135123.479000', '135123.482000', '135123.485000', '135123.488000', '135123.490000', '135123.493000', '135123.496000', '135123.499000', '135123.502000', '135123.505000', '135123.508000', '135123.511000', '135123.514000', '135123.517000', '135123.520000', '135123.522000', '135143.398000', '135143.401000', '135143.404000', '135143.407000', '135143.410000', '135143.413000', '135143.415000', '135143.418000', '135143.421000', '135143.424000', '135143.427000', '135143.430000', '135143.433000', '135143.436000', '135143.439000', '135143.441000', '135143.444000', '135143.447000', '135143.450000', '135143.453000', '135143.456000', '135143.459000', '135143.461000', '135143.464000', '135143.467000', '135143.470000', '135143.473000', '135143.476000', '135143.479000', '135143.482000', '135143.485000', '135143.487000', '135143.490000', '135143.493000', '135143.496000', '135143.499000', '135143.502000', '135143.505000', '135143.507000', '135143.510000', '135143.513000', '135143.516000', '135143.519000', '135203.399000', '135203.403000', '135203.406000', '135203.408000', '135203.411000', '135203.414000', '135203.417000', '135203.420000', '135203.423000', '135203.438000', '135203.440000', '135203.443000', '135203.446000', '135203.449000', '135203.452000', '135203.455000', '135203.458000', '135203.461000', '135203.464000', '135203.466000', '135203.469000', '135203.472000', '135203.475000', '135203.478000', '135203.481000', '135203.484000', '135203.487000', '135203.490000', '135203.493000', '135203.496000', '135203.499000', '135203.502000', '135203.505000', '135203.508000', '135203.510000', '135203.513000', '135203.516000', '135203.519000', '135203.522000', '135203.525000', '135203.528000', '135203.531000', '135203.534000', '135223.399000', '135223.402000', '135223.405000', '135223.408000', '135223.411000', '135223.414000', '135223.416000', '135223.419000', '135223.422000', '135223.425000', '135223.428000', '135223.431000', '135223.434000', '135223.436000', '135223.439000', '135223.442000', '135223.445000', '135223.448000', '135223.451000', '135223.454000', '135223.456000', '135223.459000', '135223.462000', '135223.465000', '135223.468000', '135223.471000', '135223.474000', '135223.476000', '135223.479000', '135223.482000', '135223.485000', '135223.488000', '135223.498000', '135223.501000', '135223.503000', '135223.506000', '135223.516000', '135223.519000', '135223.522000', '135223.525000', '135223.528000', '135223.531000', '135223.533000', '135223.536000', '135243.402000', '135243.405000', '135243.408000', '135243.411000', '135243.414000', '135243.417000', '135243.420000', '135243.423000', '135243.426000', '135243.429000', '135243.432000', '135243.434000', '135243.437000', '135243.440000', '135243.443000', '135243.446000', '135243.449000', '135243.452000', '135243.454000', '135243.457000', '135243.460000', '135243.463000', '135243.466000', '135243.469000', '135243.472000', '135243.475000', '135243.478000', '135243.480000', '135243.483000', '135243.486000', '135243.489000', '135243.492000', '135243.495000', '135243.498000', '135243.501000', '135243.503000', '135243.507000', '135243.509000', '135243.512000', '135243.515000', '135243.518000', '135243.521000', '135243.524000', '135303.399000', '135303.402000', '135303.405000', '135303.408000', '135303.411000', '135303.414000', '135303.416000', '135303.420000', '135303.422000', '135303.425000', '135303.428000', '135303.431000', '135303.434000', '135303.437000', '135303.439000', '135303.443000', '135303.445000', '135303.448000', '135303.451000', '135303.454000', '135303.457000', '135303.460000', '135303.463000', '135303.466000', '135303.468000', '135303.471000', '135303.474000', '135303.477000', '135303.480000', '135303.483000', '135303.486000', '135303.489000', '135303.492000', '135303.494000', '135303.497000', '135303.500000', '135303.503000', '135303.506000', '135303.509000', '135303.512000', '135303.515000', '135303.518000', '135303.520000', '135303.523000', '135323.399000', '135323.402000', '135323.405000', '135323.408000', '135323.411000', '135323.416000', '135323.426000', '135323.429000', '135323.432000', '135323.434000', '135323.437000', '135323.440000', '135323.443000', '135323.446000', '135323.449000', '135323.452000', '135323.455000', '135323.458000', '135323.460000', '135323.463000', '135323.466000', '135323.469000', '135323.472000', '135323.475000', '135323.478000', '135323.481000', '135323.483000', '135323.486000', '135323.489000', '135323.492000', '135323.495000', '135323.498000', '135323.501000', '135323.504000', '135323.507000', '135323.509000', '135323.512000', '135323.515000', '135323.518000', '135323.521000', '135323.524000', '135323.526000', '135323.529000', '135343.398000', '135343.401000', '135343.404000', '135343.407000', '135343.410000', '135343.413000', '135343.416000', '135343.419000', '135343.422000', '135343.425000', '135343.428000', '135343.431000', '135343.434000', '135343.437000', '135343.440000', '135343.443000', '135343.445000', '135343.448000', '135343.452000', '135343.455000', '135343.458000', '135343.461000', '135343.464000', '135343.467000', '135343.470000', '135343.473000', '135343.476000', '135343.478000', '135343.481000', '135343.484000', '135343.487000', '135343.490000', '135343.493000', '135343.496000', '135343.499000', '135343.502000', '135343.505000', '135343.508000', '135343.511000', '135343.513000', '135343.516000', '135343.519000', '135343.522000', '135343.525000', '135403.398000', '135403.401000', '135403.404000', '135403.407000', '135403.410000', '135403.413000', '135403.415000', '135403.418000', '135403.421000', '135403.424000', '135403.427000', '135403.430000', '135403.433000', '135403.436000', '135403.439000', '135403.442000', '135403.445000', '135403.448000', '135403.451000', '135403.456000', '135403.459000', '135403.461000', '135403.464000', '135403.467000', '135403.470000', '135403.473000', '135403.476000', '135403.479000', '135403.482000', '135403.485000', '135403.487000', '135403.490000', '135403.493000', '135403.496000', '135403.499000', '135403.502000', '135403.505000', '135403.507000', '135403.519000', '135403.521000', '135403.524000', '135403.527000', '135403.530000', '135418.219000', '135418.223000', '135418.226000', '135418.230000', '135418.233000', '135418.237000', '135418.241000', '135418.244000', '135418.248000', '135418.251000', '135418.255000', '135418.258000', '135418.261000', '135418.264000', '135418.267000', '135418.270000', '135418.273000', '135418.276000', '135418.279000', '135418.283000', '135418.286000', '135418.289000', '135418.292000', '135418.295000', '135418.298000', '135418.301000', '135418.304000', '135418.307000', '135418.310000', '135418.312000', '135418.315000', '135418.318000', '135418.321000'], 'InstanceCreationTime': ['134423.452000', '134423.456000', '134423.459000', '134423.462000', '134423.465000', '134423.468000', '134423.471000', '134423.474000', '134423.478000', '134423.481000', '134423.484000', '134423.487000', '134423.490000', '134423.494000', '134423.496000', '134423.500000', '134423.503000', '134423.506000', '134423.509000', '134423.512000', '134423.515000', '134423.518000', '134423.521000', '134423.524000', '134423.527000', '134423.530000', '134423.534000', '134423.548000', '134423.553000', '134423.556000', '134423.559000', '134423.562000', '134423.568000', '134423.571000', '134423.575000', '134423.578000', '134423.581000', '134423.584000', '134423.587000', '134423.590000', '134423.594000', '134443.398000', '134443.401000', '134443.403000', '134443.406000', '134443.409000', '134443.412000', '134443.415000', '134443.417000', '134443.420000', '134443.423000', '134443.426000', '134443.429000', '134443.432000', '134443.435000', '134443.437000', '134443.440000', '134443.443000', '134443.446000', '134443.449000', '134443.452000', '134443.455000', '134443.457000', '134443.460000', '134443.463000', '134443.466000', '134443.469000', '134443.472000', '134443.475000', '134443.478000', '134443.481000', '134443.484000', '134443.487000', '134443.490000', '134443.492000', '134443.495000', '134443.498000', '134443.501000', '134443.504000', '134443.507000', '134443.510000', '134443.513000', '134443.515000', '134443.518000', '134443.521000', '134503.398000', '134503.411000', '134503.415000', '134503.418000', '134503.421000', '134503.424000', '134503.427000', '134503.429000', '134503.432000', '134503.435000', '134503.438000', '134503.441000', '134503.444000', '134503.447000', '134503.450000', '134503.452000', '134503.455000', '134503.458000', '134503.461000', '134503.464000', '134503.467000', '134503.469000', '134503.472000', '134503.475000', '134503.478000', '134503.481000', '134503.483000', '134503.486000', '134503.489000', '134503.492000', '134503.495000', '134503.498000', '134503.500000', '134503.503000', '134503.506000', '134503.509000', '134503.512000', '134503.514000', '134503.517000', '134503.520000', '134503.523000', '134503.526000', '134503.529000', '134523.399000', '134523.402000', '134523.405000', '134523.408000', '134523.410000', '134523.413000', '134523.416000', '134523.419000', '134523.422000', '134523.425000', '134523.427000', '134523.430000', '134523.433000', '134523.436000', '134523.439000', '134523.442000', '134523.445000', '134523.447000', '134523.450000', '134523.453000', '134523.456000', '134523.459000', '134523.462000', '134523.464000', '134523.467000', '134523.470000', '134523.473000', '134523.476000', '134523.479000', '134523.481000', '134523.484000', '134523.487000', '134523.490000', '134523.493000', '134523.495000', '134523.498000', '134523.501000', '134523.504000', '134523.507000', '134523.510000', '134523.512000', '134523.515000', '134523.518000', '134523.521000', '134543.399000', '134543.402000', '134543.405000', '134543.408000', '134543.410000', '134543.413000', '134543.416000', '134543.419000', '134543.422000', '134543.427000', '134543.431000', '134543.434000', '134543.437000', '134543.440000', '134543.443000', '134543.446000', '134543.448000', '134543.451000', '134543.454000', '134543.457000', '134543.460000', '134543.463000', '134543.465000', '134543.469000', '134543.471000', '134543.474000', '134543.477000', '134543.480000', '134543.483000', '134543.486000', '134543.488000', '134543.491000', '134543.494000', '134543.497000', '134543.500000', '134543.504000', '134543.507000', '134543.510000', '134543.513000', '134543.516000', '134543.519000', '134543.521000', '134543.524000', '134603.399000', '134603.402000', '134603.405000', '134603.408000', '134603.410000', '134603.413000', '134603.416000', '134603.419000', '134603.422000', '134603.425000', '134603.428000', '134603.431000', '134603.433000', '134603.436000', '134603.439000', '134603.442000', '134603.445000', '134603.448000', '134603.451000', '134603.453000', '134603.456000', '134603.459000', '134603.462000', '134603.465000', '134603.468000', '134603.470000', '134603.473000', '134603.476000', '134603.479000', '134603.482000', '134603.485000', '134603.487000', '134603.490000', '134603.493000', '134603.496000', '134603.499000', '134603.502000', '134603.504000', '134603.507000', '134603.521000', '134603.524000', '134603.527000', '134603.530000', '134603.533000', '134623.399000', '134623.402000', '134623.405000', '134623.408000', '134623.411000', '134623.413000', '134623.416000', '134623.419000', '134623.422000', '134623.425000', '134623.428000', '134623.431000', '134623.434000', '134623.436000', '134623.439000', '134623.442000', '134623.445000', '134623.448000', '134623.451000', '134623.456000', '134623.460000', '134623.463000', '134623.466000', '134623.469000', '134623.472000', '134623.475000', '134623.478000', '134623.480000', '134623.483000', '134623.486000', '134623.489000', '134623.492000', '134623.495000', '134623.497000', '134623.500000', '134623.503000', '134623.506000', '134623.509000', '134623.512000', '134623.514000', '134623.517000', '134623.520000', '134623.523000', '134643.398000', '134643.401000', '134643.404000', '134643.407000', '134643.410000', '134643.413000', '134643.415000', '134643.418000', '134643.421000', '134643.424000', '134643.427000', '134643.430000', '134643.433000', '134643.436000', '134643.438000', '134643.441000', '134643.444000', '134643.447000', '134643.450000', '134643.453000', '134643.455000', '134643.458000', '134643.461000', '134643.464000', '134643.467000', '134643.470000', '134643.473000', '134643.475000', '134643.478000', '134643.481000', '134643.484000', '134643.487000', '134643.490000', '134643.492000', '134643.495000', '134643.498000', '134643.501000', '134643.504000', '134643.507000', '134643.509000', '134643.512000', '134643.515000', '134643.518000', '134643.521000', '134703.398000', '134703.401000', '134703.404000', '134703.407000', '134703.410000', '134703.412000', '134703.415000', '134703.418000', '134703.421000', '134703.424000', '134703.427000', '134703.430000', '134703.433000', '134703.435000', '134703.438000', '134703.441000', '134703.444000', '134703.447000', '134703.450000', '134703.453000', '134703.455000', '134703.458000', '134703.461000', '134703.464000', '134703.467000', '134703.470000', '134703.473000', '134703.477000', '134703.482000', '134703.485000', '134703.488000', '134703.491000', '134703.494000', '134703.497000', '134703.500000', '134703.502000', '134703.505000', '134703.508000', '134703.511000', '134703.514000', '134703.517000', '134703.520000', '134703.523000', '134723.398000', '134723.401000', '134723.403000', '134723.406000', '134723.409000', '134723.412000', '134723.415000', '134723.418000', '134723.421000', '134723.424000', '134723.427000', '134723.429000', '134723.432000', '134723.435000', '134723.438000', '134723.441000', '134723.444000', '134723.447000', '134723.449000', '134723.452000', '134723.455000', '134723.458000', '134723.461000', '134723.464000', '134723.467000', '134723.470000', '134723.472000', '134723.475000', '134723.484000', '134723.487000', '134723.490000', '134723.493000', '134723.496000', '134723.499000', '134723.502000', '134723.504000', '134723.507000', '134723.510000', '134723.513000', '134723.516000', '134723.519000', '134723.522000', '134723.525000', '134723.527000', '134743.399000', '134743.402000', '134743.405000', '134743.408000', '134743.411000', '134743.414000', '134743.417000', '134743.419000', '134743.424000', '134743.427000', '134743.430000', '134743.433000', '134743.436000', '134743.439000', '134743.442000', '134743.444000', '134743.447000', '134743.450000', '134743.453000', '134743.456000', '134743.478000', '134743.481000', '134743.485000', '134743.488000', '134743.491000', '134743.494000', '134743.497000', '134743.500000', '134743.503000', '134743.505000', '134743.508000', '134743.511000', '134743.514000', '134743.517000', '134743.520000', '134743.523000', '134743.526000', '134743.529000', '134743.531000', '134743.534000', '134743.537000', '134743.540000', '134743.543000', '134803.399000', '134803.402000', '134803.405000', '134803.408000', '134803.410000', '134803.413000', '134803.416000', '134803.419000', '134803.422000', '134803.425000', '134803.428000', '134803.438000', '134803.440000', '134803.443000', '134803.446000', '134803.449000', '134803.452000', '134803.455000', '134803.457000', '134803.460000', '134803.463000', '134803.466000', '134803.469000', '134803.472000', '134803.475000', '134803.478000', '134803.480000', '134803.483000', '134803.486000', '134803.489000', '134803.492000', '134803.495000', '134803.498000', '134803.500000', '134803.503000', '134803.506000', '134803.509000', '134803.512000', '134803.515000', '134803.518000', '134803.521000', '134803.523000', '134803.526000', '134803.529000', '134823.399000', '134823.402000', '134823.405000', '134823.408000', '134823.411000', '134823.414000', '134823.417000', '134823.419000', '134823.422000', '134823.425000', '134823.428000', '134823.431000', '134823.434000', '134823.437000', '134823.440000', '134823.443000', '134823.445000', '134823.448000', '134823.451000', '134823.454000', '134823.457000', '134823.460000', '134823.463000', '134823.466000', '134823.469000', '134823.472000', '134823.475000', '134823.478000', '134823.480000', '134823.483000', '134823.486000', '134823.489000', '134823.492000', '134823.495000', '134823.498000', '134823.501000', '134823.503000', '134823.506000', '134823.509000', '134823.512000', '134823.517000', '134823.521000', '134823.524000', '134843.399000', '134843.402000', '134843.405000', '134843.408000', '134843.411000', '134843.413000', '134843.416000', '134843.419000', '134843.422000', '134843.425000', '134843.428000', '134843.431000', '134843.434000', '134843.436000', '134843.440000', '134843.442000', '134843.445000', '134843.448000', '134843.451000', '134843.454000', '134843.457000', '134843.460000', '134843.463000', '134843.465000', '134843.468000', '134843.471000', '134843.474000', '134843.477000', '134843.480000', '134843.482000', '134843.485000', '134843.488000', '134843.491000', '134843.494000', '134843.497000', '134843.500000', '134843.502000', '134843.505000', '134843.508000', '134843.511000', '134843.514000', '134843.517000', '134843.520000', '134843.522000', '134903.398000', '134903.401000', '134903.404000', '134903.407000', '134903.410000', '134903.413000', '134903.415000', '134903.418000', '134903.421000', '134903.424000', '134903.427000', '134903.430000', '134903.433000', '134903.435000', '134903.438000', '134903.441000', '134903.444000', '134903.447000', '134903.450000', '134903.453000', '134903.456000', '134903.459000', '134903.462000', '134903.465000', '134903.468000', '134903.471000', '134903.474000', '134903.477000', '134903.480000', '134903.483000', '134903.486000', '134903.489000', '134903.492000', '134903.494000', '134903.497000', '134903.500000', '134903.503000', '134903.506000', '134903.508000', '134903.511000', '134903.514000', '134903.517000', '134903.520000', '134923.398000', '134923.401000', '134923.404000', '134923.407000', '134923.409000', '134923.413000', '134923.415000', '134923.418000', '134923.421000', '134923.424000', '134923.427000', '134923.430000', '134923.433000', '134923.436000', '134923.439000', '134923.441000', '134923.444000', '134923.447000', '134923.450000', '134923.453000', '134923.456000', '134923.459000', '134923.462000', '134923.464000', '134923.467000', '134923.470000', '134923.473000', '134923.476000', '134923.479000', '134923.482000', '134923.484000', '134923.487000', '134923.490000', '134923.493000', '134923.496000', '134923.499000', '134923.501000', '134923.504000', '134923.507000', '134923.510000', '134923.513000', '134923.516000', '134923.519000', '134923.521000', '134943.398000', '134943.401000', '134943.404000', '134943.407000', '134943.410000', '134943.413000', '134943.415000', '134943.418000', '134943.421000', '134943.424000', '134943.427000', '134943.430000', '134943.433000', '134943.435000', '134943.438000', '134943.441000', '134943.444000', '134943.447000', '134943.450000', '134943.453000', '134943.455000', '134943.458000', '134943.461000', '134943.464000', '134943.467000', '134943.470000', '134943.473000', '134943.476000', '134943.478000', '134943.481000', '134943.484000', '134943.487000', '134943.490000', '134943.493000', '134943.496000', '134943.499000', '134943.501000', '134943.504000', '134943.507000', '134943.510000', '134943.513000', '134943.516000', '134943.518000', '135003.399000', '135003.402000', '135003.405000', '135003.407000', '135003.410000', '135003.413000', '135003.416000', '135003.419000', '135003.422000', '135003.425000', '135003.428000', '135003.431000', '135003.434000', '135003.436000', '135003.439000', '135003.442000', '135003.445000', '135003.448000', '135003.451000', '135003.454000', '135003.457000', '135003.460000', '135003.462000', '135003.465000', '135003.468000', '135003.471000', '135003.474000', '135003.477000', '135003.480000', '135003.483000', '135003.486000', '135003.488000', '135003.491000', '135003.494000', '135003.497000', '135003.500000', '135003.503000', '135003.506000', '135003.508000', '135003.511000', '135003.514000', '135003.517000', '135003.520000', '135003.523000', '135023.399000', '135023.402000', '135023.405000', '135023.408000', '135023.411000', '135023.414000', '135023.424000', '135023.427000', '135023.429000', '135023.432000', '135023.435000', '135023.438000', '135023.441000', '135023.444000', '135023.447000', '135023.450000', '135023.453000', '135023.455000', '135023.458000', '135023.461000', '135023.464000', '135023.467000', '135023.470000', '135023.473000', '135023.476000', '135023.478000', '135023.482000', '135023.484000', '135023.487000', '135023.490000', '135023.493000', '135023.496000', '135023.499000', '135023.503000', '135023.506000', '135023.508000', '135023.511000', '135023.514000', '135023.517000', '135023.520000', '135023.523000', '135023.526000', '135023.529000', '135043.399000', '135043.402000', '135043.405000', '135043.413000', '135043.416000', '135043.418000', '135043.421000', '135043.424000', '135043.427000', '135043.430000', '135043.433000', '135043.436000', '135043.438000', '135043.441000', '135043.444000', '135043.447000', '135043.450000', '135043.453000', '135043.456000', '135043.459000', '135043.462000', '135043.464000', '135043.467000', '135043.470000', '135043.473000', '135043.476000', '135043.479000', '135043.482000', '135043.485000', '135043.488000', '135043.490000', '135043.493000', '135043.496000', '135043.499000', '135043.502000', '135043.505000', '135043.508000', '135043.510000', '135043.513000', '135043.516000', '135043.519000', '135043.522000', '135043.525000', '135043.528000', '135103.399000', '135103.402000', '135103.405000', '135103.408000', '135103.411000', '135103.414000', '135103.416000', '135103.419000', '135103.422000', '135103.425000', '135103.428000', '135103.431000', '135103.434000', '135103.437000', '135103.440000', '135103.442000', '135103.445000', '135103.448000', '135103.451000', '135103.454000', '135103.457000', '135103.460000', '135103.463000', '135103.465000', '135103.468000', '135103.471000', '135103.474000', '135103.477000', '135103.480000', '135103.483000', '135103.486000', '135103.488000', '135103.491000', '135103.494000', '135103.497000', '135103.500000', '135103.503000', '135103.506000', '135103.508000', '135103.511000', '135103.514000', '135103.517000', '135103.520000', '135123.398000', '135123.401000', '135123.404000', '135123.407000', '135123.410000', '135123.412000', '135123.415000', '135123.418000', '135123.421000', '135123.424000', '135123.427000', '135123.430000', '135123.433000', '135123.436000', '135123.439000', '135123.442000', '135123.445000', '135123.447000', '135123.450000', '135123.453000', '135123.456000', '135123.459000', '135123.462000', '135123.465000', '135123.467000', '135123.470000', '135123.473000', '135123.476000', '135123.479000', '135123.482000', '135123.485000', '135123.488000', '135123.490000', '135123.493000', '135123.496000', '135123.499000', '135123.502000', '135123.505000', '135123.508000', '135123.511000', '135123.514000', '135123.517000', '135123.520000', '135123.522000', '135143.398000', '135143.401000', '135143.404000', '135143.407000', '135143.410000', '135143.413000', '135143.415000', '135143.418000', '135143.421000', '135143.424000', '135143.427000', '135143.430000', '135143.433000', '135143.436000', '135143.439000', '135143.441000', '135143.444000', '135143.447000', '135143.450000', '135143.453000', '135143.456000', '135143.459000', '135143.461000', '135143.464000', '135143.467000', '135143.470000', '135143.473000', '135143.476000', '135143.479000', '135143.482000', '135143.485000', '135143.487000', '135143.490000', '135143.493000', '135143.496000', '135143.499000', '135143.502000', '135143.505000', '135143.507000', '135143.510000', '135143.513000', '135143.516000', '135143.519000', '135203.399000', '135203.403000', '135203.406000', '135203.408000', '135203.411000', '135203.414000', '135203.417000', '135203.420000', '135203.423000', '135203.438000', '135203.440000', '135203.443000', '135203.446000', '135203.449000', '135203.452000', '135203.455000', '135203.458000', '135203.461000', '135203.464000', '135203.466000', '135203.469000', '135203.472000', '135203.475000', '135203.478000', '135203.481000', '135203.484000', '135203.487000', '135203.490000', '135203.493000', '135203.496000', '135203.499000', '135203.502000', '135203.505000', '135203.508000', '135203.510000', '135203.513000', '135203.516000', '135203.519000', '135203.522000', '135203.525000', '135203.528000', '135203.531000', '135203.534000', '135223.399000', '135223.402000', '135223.405000', '135223.408000', '135223.411000', '135223.414000', '135223.416000', '135223.419000', '135223.422000', '135223.425000', '135223.428000', '135223.431000', '135223.434000', '135223.436000', '135223.439000', '135223.442000', '135223.445000', '135223.448000', '135223.451000', '135223.454000', '135223.456000', '135223.459000', '135223.462000', '135223.465000', '135223.468000', '135223.471000', '135223.474000', '135223.476000', '135223.479000', '135223.482000', '135223.485000', '135223.488000', '135223.498000', '135223.501000', '135223.503000', '135223.506000', '135223.516000', '135223.519000', '135223.522000', '135223.525000', '135223.528000', '135223.531000', '135223.533000', '135223.536000', '135243.402000', '135243.405000', '135243.408000', '135243.411000', '135243.414000', '135243.417000', '135243.420000', '135243.423000', '135243.426000', '135243.429000', '135243.432000', '135243.434000', '135243.437000', '135243.440000', '135243.443000', '135243.446000', '135243.449000', '135243.452000', '135243.454000', '135243.457000', '135243.460000', '135243.463000', '135243.466000', '135243.469000', '135243.472000', '135243.475000', '135243.478000', '135243.480000', '135243.483000', '135243.486000', '135243.489000', '135243.492000', '135243.495000', '135243.498000', '135243.501000', '135243.503000', '135243.507000', '135243.509000', '135243.512000', '135243.515000', '135243.518000', '135243.521000', '135243.524000', '135303.399000', '135303.402000', '135303.405000', '135303.408000', '135303.411000', '135303.414000', '135303.416000', '135303.420000', '135303.422000', '135303.425000', '135303.428000', '135303.431000', '135303.434000', '135303.437000', '135303.439000', '135303.443000', '135303.445000', '135303.448000', '135303.451000', '135303.454000', '135303.457000', '135303.460000', '135303.463000', '135303.466000', '135303.468000', '135303.471000', '135303.474000', '135303.477000', '135303.480000', '135303.483000', '135303.486000', '135303.489000', '135303.492000', '135303.494000', '135303.497000', '135303.500000', '135303.503000', '135303.506000', '135303.509000', '135303.512000', '135303.515000', '135303.518000', '135303.520000', '135303.523000', '135323.399000', '135323.402000', '135323.405000', '135323.408000', '135323.411000', '135323.416000', '135323.426000', '135323.429000', '135323.432000', '135323.434000', '135323.437000', '135323.440000', '135323.443000', '135323.446000', '135323.449000', '135323.452000', '135323.455000', '135323.458000', '135323.460000', '135323.463000', '135323.466000', '135323.469000', '135323.472000', '135323.475000', '135323.478000', '135323.481000', '135323.483000', '135323.486000', '135323.489000', '135323.492000', '135323.495000', '135323.498000', '135323.501000', '135323.504000', '135323.507000', '135323.509000', '135323.512000', '135323.515000', '135323.518000', '135323.521000', '135323.524000', '135323.526000', '135323.529000', '135343.398000', '135343.401000', '135343.404000', '135343.407000', '135343.410000', '135343.413000', '135343.416000', '135343.419000', '135343.422000', '135343.425000', '135343.428000', '135343.431000', '135343.434000', '135343.437000', '135343.440000', '135343.443000', '135343.445000', '135343.448000', '135343.452000', '135343.455000', '135343.458000', '135343.461000', '135343.464000', '135343.467000', '135343.470000', '135343.473000', '135343.476000', '135343.478000', '135343.481000', '135343.484000', '135343.487000', '135343.490000', '135343.493000', '135343.496000', '135343.499000', '135343.502000', '135343.505000', '135343.508000', '135343.511000', '135343.513000', '135343.516000', '135343.519000', '135343.522000', '135343.525000', '135403.398000', '135403.401000', '135403.404000', '135403.407000', '135403.410000', '135403.413000', '135403.415000', '135403.418000', '135403.421000', '135403.424000', '135403.427000', '135403.430000', '135403.433000', '135403.436000', '135403.439000', '135403.442000', '135403.445000', '135403.448000', '135403.451000', '135403.456000', '135403.459000', '135403.461000', '135403.464000', '135403.467000', '135403.470000', '135403.473000', '135403.476000', '135403.479000', '135403.482000', '135403.485000', '135403.487000', '135403.490000', '135403.493000', '135403.496000', '135403.499000', '135403.502000', '135403.505000', '135403.507000', '135403.519000', '135403.521000', '135403.524000', '135403.527000', '135403.530000', '135418.219000', '135418.223000', '135418.226000', '135418.230000', '135418.233000', '135418.237000', '135418.241000', '135418.244000', '135418.248000', '135418.251000', '135418.255000', '135418.258000', '135418.261000', '135418.264000', '135418.267000', '135418.270000', '135418.273000', '135418.276000', '135418.279000', '135418.283000', '135418.286000', '135418.289000', '135418.292000', '135418.295000', '135418.298000', '135418.301000', '135418.304000', '135418.307000', '135418.310000', '135418.312000', '135418.315000', '135418.318000', '135418.321000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [11653, 8534, 11021, 8180, 16986, 10758, 13028, 10353, 8563, 11960, 8631, 12512, 9261, 10298, 17878, 8255, 13556, 7916, 10823, 11720, 11479, 18132, 10776, 13316, 11806, 13898, 10154, 12062, 9882, 9271, 10335, 8461, 10376, 10674, 9342, 14629, 8844, 12374, 8096, 10725, 11230, 8258, 12967, 8374, 11813, 8275, 12028, 8448, 11279, 8307, 10882, 8429, 11453, 8500, 11834, 8291, 12019, 8249, 9977, 10165, 10254, 13177, 8187, 13914, 8381, 10883, 9945, 9488, 13467, 8520, 13743, 8472, 12317, 9625, 9930, 12348, 8253, 13770, 8465, 12649, 8273, 11061, 8318, 9824, 12679, 8608, 12150, 8381, 12119, 9466, 10356, 12700, 8476, 12569, 8142, 13018, 8260, 9973, 9730, 8869, 12402, 8805, 14419, 8331, 10322, 8779, 8879, 12092, 8568, 14025, 8379, 11154, 8266, 9737, 8005, 9484, 11878, 9106, 12749, 8628, 12358, 8444, 12281, 8299, 10397, 13417, 9750, 12544, 9218, 13341, 8225, 13082, 8195, 11708, 8532, 10430, 8450, 9739, 9882, 10469, 14597, 9274, 13096, 10271, 10406, 12445, 9474, 13213, 8819, 13532, 9720, 10192, 10070, 8795, 13254, 8875, 12342, 9274, 10448, 9909, 9008, 13106, 8935, 12394, 8358, 10062, 9582, 9696, 12378, 8812, 12243, 8400, 12542, 9562, 9560, 11659, 8625, 11912, 8548, 12360, 8352, 13561, 8139, 11564, 8446, 10287, 9324, 9453, 12142, 9016, 13678, 8786, 13403, 8293, 12423, 8918, 11398, 8364, 9889, 9522, 10032, 12341, 8891, 13132, 8259, 11935, 8330, 11807, 8469, 12253, 8205, 11119, 9701, 10606, 11243, 9224, 13700, 9134, 12637, 8330, 10926, 11126, 9288, 11994, 8863, 12384, 9741, 8268, 11863, 8484, 12921, 8636, 14427, 9623, 12499, 10206, 8625, 11261, 8277, 12091, 9353, 8863, 14189, 9595, 14289, 10684, 17926, 10590, 16919, 12034, 10291, 15302, 9037, 15123, 10439, 12131, 8431, 10958, 8141, 12566, 8238, 12462, 8214, 11394, 8254, 9946, 9228, 9546, 13918, 8867, 13031, 8610, 9392, 12808, 8586, 13929, 8128, 10361, 8263, 8721, 11543, 8256, 13493, 8160, 11169, 8226, 10887, 8642, 9747, 10418, 8490, 12847, 8757, 13723, 10642, 11227, 9062, 9734, 13733, 8745, 12300, 9130, 11799, 8314, 10714, 8497, 9310, 11842, 8995, 13382, 8519, 12749, 8638, 12205, 10232, 10300, 12528, 8749, 12986, 8949, 11562, 10949, 10579, 11465, 8372, 13375, 9066, 13337, 8652, 11135, 8494, 9630, 11373, 8477, 13203, 8865, 12062, 8655, 9185, 8577, 8270, 9952, 8197, 11453, 8633, 10908, 11092, 9711, 13891, 9694, 13328, 9985, 11738, 13578, 9314, 13983, 8853, 12079, 10371, 9594, 10997, 8710, 11204, 9088, 12125, 8551, 13962, 9081, 13111, 8275, 10193, 8412, 9525, 8590, 10337, 8700, 10309, 14365, 9339, 13922, 8299, 11468, 12358, 9506, 14435, 8752, 12925, 9090, 10072, 14127, 9353, 13213, 9124, 12782, 8322, 12591, 9195, 12162, 8576, 13293, 8762, 12436, 9309, 11794, 8411, 11727, 9803, 9042, 14756, 8865, 11357, 10964, 9402, 14040, 8156, 11045, 10704, 8653, 13758, 8283, 10875, 8534, 9013, 12873, 8780, 13009, 8200, 11052, 8542, 8600, 13343, 8544, 12811, 8181, 11363, 8744, 9389, 10597, 8323, 12971, 8289, 12064, 8134, 11334, 8620, 9222, 13046, 8718, 12084, 8142, 11990, 8580, 10732, 10482, 9408, 11576, 8683, 13052, 8820, 11938, 8431, 13189, 8691, 11129, 12657, 8805, 12621, 8731, 13189, 10246, 9047, 14066, 8556, 13952, 8365, 12879, 8526, 11817, 8545, 10185, 8620, 9687, 9946, 9516, 11201, 9131, 11759, 8349, 12208, 8423, 12306, 8248, 12657, 8325, 12220, 10118, 11101, 11679, 10658, 12477, 9008, 12649, 8673, 12468, 8398, 12035, 8476, 12277, 8507, 12375, 8455, 11298, 10238, 11343, 10342, 10688, 11125, 9290, 11442, 9190, 12859, 9032, 12959, 8714, 12946, 8264, 12202, 9070, 11763, 8453, 11484, 9739, 11773, 10247, 11699, 12335, 9103, 14257, 8923, 12915, 8500, 12437, 10202, 11496, 9995, 10333, 11597, 8553, 13299, 8896, 13336, 8292, 12709, 8661, 11291, 11176, 9527, 11496, 8299, 13491, 8824, 12208, 8764, 12326, 8618, 13159, 8330, 11803, 10296, 11812, 10037, 11319, 9701, 12183, 9759, 11879, 9776, 10695, 11091, 10109, 11649, 9074, 12607, 8381, 14494, 9408, 11470, 10477, 11165, 11701, 8417, 12334, 8340, 12835, 8519, 12728, 8472, 11554, 8254, 10238, 9227, 9906, 11598, 8814, 10029, 8729, 8222, 10795, 8294, 11364, 8441, 12327, 8390, 11982, 8942, 11796, 10553, 11591, 12188, 10794, 13937, 8499, 12642, 8283, 12114, 8487, 12022, 8548, 11528, 9325, 10051, 13449, 8716, 13924, 8537, 11355, 8203, 10993, 8666, 11279, 11190, 9006, 13184, 8595, 12218, 8348, 12236, 8591, 11280, 9072, 11498, 11613, 8329, 12997, 8476, 12353, 8729, 11418, 8616, 11732, 9240, 9874, 13801, 8630, 13058, 8505, 11186, 8849, 11067, 8880, 10879, 9250, 10257, 13400, 8284, 13010, 8302, 11194, 8830, 10684, 8733, 9820, 8542, 9994, 8639, 11061, 9360, 9366, 13919, 8736, 12270, 10101, 11280, 11061, 8252, 12715, 8940, 13255, 9549, 11578, 8270, 8722, 8184, 8877, 8054, 9997, 8027, 12249, 7849, 11303, 8133, 11842, 8968, 10560, 15135, 9473, 12796, 9759, 9782, 12468, 7985, 14101, 7816, 10937, 8855, 9684, 13082, 8178, 14087, 7875, 10251, 8321, 8786, 11813, 7921, 12150, 8107, 10921, 8115, 11614, 8042, 12896, 7754, 11846, 9520, 10749, 13367, 9011, 13546, 11336, 8404, 10760, 9342, 14317, 10687, 12674, 11360, 11378, 11584, 15306, 9869, 17616, 9526, 13173, 9764, 12068, 15004, 8891, 14370, 9178, 12826, 7965, 11063, 8768, 9860, 9439, 8305, 12547, 8297, 12724, 8270, 11825, 8115, 12259, 8148, 10923, 9456, 10854, 11520, 9461, 15254, 10611, 13967, 8988, 12939, 10371, 8852, 10029, 7964, 11518, 8319, 12693, 10831, 12887, 11995, 16399, 10829, 14870, 10159, 12421, 11437, 11953, 16222, 9194, 14027, 8642, 11927, 7814, 11464, 10282, 10106, 15333, 8388, 12422, 8008, 11607, 7977, 10834, 10545, 8757, 16328, 8472, 12110, 8249, 11327, 7894, 11288, 9189, 10586, 13011, 9933, 15774, 8949, 13190, 8470, 12580, 8569, 12090, 8626, 10744, 14378, 10191, 16478, 8749, 12784, 7692, 11015, 11192, 10591, 15558, 8826, 12946, 8510, 11661, 8089, 11864, 7955, 11445, 8531, 10620, 14855, 10506, 13986, 9637, 13020, 8421, 12090, 10579, 11114, 12190, 12528, 7802, 12720, 8021, 13145, 8335, 13889, 9822, 13435, 8324, 12027, 15004, 9734, 15983, 10076, 13831, 12554, 10299, 18829, 9780, 14967, 8145, 12667, 10091, 10387, 13617, 10178, 14926, 9158, 14188, 8524, 13392, 8105, 12554, 11375, 10134, 17274, 9046, 13790, 8449, 13285, 10442, 11207, 14477, 9368, 14905, 9309, 13783, 7983, 12467, 8552, 11404, 13833, 11101, 15444, 9483, 14434, 8420, 13200, 11607, 12232, 15683, 9498, 15124, 9017, 13946, 9284, 13082, 11220, 10681, 14599, 9867, 15234, 9683, 14450, 8002, 12279, 8240, 11558, 8530, 10026, 8095, 9330, 8226, 12034, 7940, 15024, 9655, 10424, 8563, 8389, 11267, 11120, 12084, 14098, 10263, 17746, 10242, 13962, 10239, 12658, 11485, 11670, 15567, 12874, 13018, 11990, 15603, 9931, 16194, 9936, 14088, 9290, 12906, 10507, 9872, 14678, 8546, 15111, 10388, 15253, 8874, 13335, 8644, 12204, 8112, 11560, 13415, 8559, 12921, 8313, 11280, 8590, 10741, 10212, 8688, 15796, 8888, 12224, 8564, 10945, 8123, 9660, 8410, 8777, 12255, 8512, 14184, 8454, 12195, 8038, 10788, 10453, 11553, 8531, 10644, 8978, 10086, 11415, 10231, 14091, 10308, 12891, 9971, 15576, 9506, 14278, 10481, 11889, 9745, 13278, 9491, 17647, 8378, 12989, 8996, 11597, 12057, 11207, 10809, 12385, 8386, 11258, 8251, 11436, 11755, 9343, 13448, 8861, 12266, 11408, 9493, 16786, 9074, 12693, 8100, 11337, 9016, 9240, 15221, 8615, 12539, 8100, 12225, 8008, 11642, 7981, 11749, 8102, 11183, 8304, 10439, 8310, 8548, 13464, 8228, 12302, 8389, 11149, 8459, 11231, 8088, 10553, 7982, 10411, 8103, 10620, 8403, 12872, 8755, 12714, 10024, 15053, 9202, 14481, 8496, 14433, 11402, 9940, 14398, 9725, 16843, 10065, 13721, 9354, 12974, 8333, 11628, 9276, 9896, 14245, 9641, 12855, 11078, 10232, 12899, 9240, 13320, 8465, 11925, 8711, 12028, 8308, 11766, 8320, 11495, 8239, 10610, 8846, 9524, 8462, 9849, 9307, 9370, 13552, 9020, 13347, 9041, 12196, 10050, 9849, 9861, 9674, 12338, 8951, 13187, 8909, 12898, 8622, 12208, 8383, 11081, 9411, 9212, 13665, 9082, 13387, 8275, 11116, 9353, 9235, 11811, 9502, 13026, 8769, 12789, 8824, 12802, 8230, 12213, 8433, 10145, 12786, 9185, 12984, 9257, 12932, 8464, 11158, 8745, 10067, 12340, 9322, 13393, 9341, 13394, 8652, 12415, 8969, 11524, 11069, 10258, 12098, 8942, 13255, 9366, 13529, 9277, 12361, 8244, 10705, 9531, 10299, 11455, 9326, 12046, 9192, 13808, 9254, 12858, 8577, 12186, 8338, 10117, 11262, 9042, 13728, 9654, 12838, 8026, 10964, 8835, 9605, 11220, 8961, 14301, 9111, 12698, 8430, 12195, 8192, 11122, 8295, 10046, 12205, 8807, 12908, 9611, 14948, 8975, 12582, 8436, 12318, 8822, 13429, 9164, 12492, 8791, 12289, 8580, 12855, 8403, 12320, 9033, 11782, 9124, 11717, 14428, 10378, 16945, 9922, 13824, 9468, 13507, 9627, 11146, 10318, 11290, 9824, 13281, 10274, 14157, 10107, 14137, 9173, 13304, 8284, 12104, 10498, 10827, 9669, 9708, 11325, 8904, 10862, 9199, 13520, 9489, 13640, 8765, 12327, 9958, 11891, 8210, 10473, 8679, 10230, 9888, 10594, 9688, 10060, 11239, 9021, 13967, 9406, 13483, 8650, 12851, 8280, 12351, 11084, 10228, 12454, 9329, 14347], 'WindowCenter': [4799.0, 4772.0, 4753.0, 4687.0, 4766.0, 4703.0, 4749.0, 4746.0, 4726.0, 4755.0, 4717.0, 4755.0, 4741.0, 4750.0, 4808.0, 4718.0, 4776.0, 4707.0, 4760.0, 4770.0, 4812.0, 4816.0, 4755.0, 4776.0, 4764.0, 4772.0, 4734.0, 4752.0, 4720.0, 4711.0, 4734.0, 4715.0, 4720.0, 4717.0, 4699.0, 4746.0, 4685.0, 4724.0, 4665.0, 4703.0, 4715.0, 4687.0, 4734.0, 4674.0, 4725.0, 4687.0, 4735.0, 4699.0, 4739.0, 4700.0, 4727.0, 4714.0, 4766.0, 4725.0, 4753.0, 4715.0, 4762.0, 4727.0, 4736.0, 4733.0, 4743.0, 4760.0, 4716.0, 4774.0, 4714.0, 4744.0, 4734.0, 4722.0, 4763.0, 4713.0, 4762.0, 4702.0, 4752.0, 4722.0, 4734.0, 4762.0, 4713.0, 4771.0, 4714.0, 4762.0, 4714.0, 4752.0, 4714.0, 4735.0, 4764.0, 4727.0, 4767.0, 4717.0, 4764.0, 4736.0, 4745.0, 4764.0, 4715.0, 4765.0, 4715.0, 4773.0, 4715.0, 4749.0, 4748.0, 4738.0, 4776.0, 4736.0, 4785.0, 4716.0, 4748.0, 4726.0, 4738.0, 4777.0, 4727.0, 4785.0, 4729.0, 4767.0, 4728.0, 4748.0, 4729.0, 4750.0, 4778.0, 4750.0, 4790.0, 4750.0, 4789.0, 4741.0, 4780.0, 4739.0, 4761.0, 4800.0, 4747.0, 4777.0, 4740.0, 4789.0, 4738.0, 4788.0, 4728.0, 4778.0, 4738.0, 4771.0, 4741.0, 4762.0, 4759.0, 4782.0, 4811.0, 4760.0, 4791.0, 4759.0, 4761.0, 4775.0, 4750.0, 4789.0, 4739.0, 4777.0, 4748.0, 4749.0, 4744.0, 4726.0, 4773.0, 4726.0, 4765.0, 4736.0, 4745.0, 4743.0, 4727.0, 4773.0, 4738.0, 4790.0, 4729.0, 4747.0, 4735.0, 4746.0, 4776.0, 4734.0, 4765.0, 4725.0, 4777.0, 4737.0, 4746.0, 4765.0, 4726.0, 4765.0, 4727.0, 4777.0, 4740.0, 4786.0, 4719.0, 4767.0, 4729.0, 4760.0, 4750.0, 4748.0, 4777.0, 4750.0, 4800.0, 4739.0, 4788.0, 4727.0, 4778.0, 4738.0, 4769.0, 4739.0, 4760.0, 4758.0, 4759.0, 4787.0, 4794.0, 4800.0, 4738.0, 4778.0, 4740.0, 4790.0, 4752.0, 4791.0, 4754.0, 4769.0, 4747.0, 4771.0, 4768.0, 4750.0, 4786.0, 4749.0, 4777.0, 4738.0, 4785.0, 4806.0, 4750.0, 4753.0, 4736.0, 4775.0, 4748.0, 4739.0, 4791.0, 4765.0, 4801.0, 4766.0, 4824.0, 4772.0, 4788.0, 4782.0, 4763.0, 4781.0, 4743.0, 4779.0, 4741.0, 4741.0, 4799.0, 4736.0, 4775.0, 4747.0, 4795.0, 4736.0, 4809.0, 4755.0, 4725.0, 4795.0, 4725.0, 4797.0, 4746.0, 4765.0, 4702.0, 4726.0, 4691.0, 4749.0, 4712.0, 4749.0, 4713.0, 4763.0, 4724.0, 4729.0, 4720.0, 4719.0, 4757.0, 4708.0, 4745.0, 4708.0, 4721.0, 4746.0, 4698.0, 4756.0, 4698.0, 4729.0, 4711.0, 4711.0, 4739.0, 4711.0, 4769.0, 4714.0, 4752.0, 4725.0, 4753.0, 4724.0, 4747.0, 4754.0, 4737.0, 4773.0, 4725.0, 4783.0, 4754.0, 4766.0, 4733.0, 4746.0, 4786.0, 4736.0, 4763.0, 4747.0, 4776.0, 4726.0, 4755.0, 4733.0, 4746.0, 4761.0, 4736.0, 4786.0, 4738.0, 4773.0, 4736.0, 4776.0, 4756.0, 4759.0, 4777.0, 4736.0, 4775.0, 4734.0, 4753.0, 4753.0, 4743.0, 4752.0, 4714.0, 4771.0, 4721.0, 4771.0, 4723.0, 4752.0, 4736.0, 4746.0, 4765.0, 4726.0, 4811.0, 4774.0, 4801.0, 4761.0, 4759.0, 4750.0, 4739.0, 4759.0, 4741.0, 4780.0, 4763.0, 4795.0, 4781.0, 4762.0, 4799.0, 4760.0, 4788.0, 4757.0, 4779.0, 4787.0, 4736.0, 4787.0, 4738.0, 4803.0, 4770.0, 4749.0, 4742.0, 4712.0, 4740.0, 4723.0, 4763.0, 4725.0, 4784.0, 4738.0, 4774.0, 4726.0, 4745.0, 4714.0, 4734.0, 4726.0, 4747.0, 4725.0, 4758.0, 4784.0, 4735.0, 4785.0, 4714.0, 4766.0, 4765.0, 4735.0, 4786.0, 4726.0, 4766.0, 4724.0, 4734.0, 4775.0, 4751.0, 4774.0, 4734.0, 4763.0, 4714.0, 4751.0, 4725.0, 4762.0, 4738.0, 4798.0, 4738.0, 4765.0, 4724.0, 4778.0, 4726.0, 4763.0, 4734.0, 4726.0, 4783.0, 4714.0, 4741.0, 4743.0, 4723.0, 4770.0, 4703.0, 4742.0, 4742.0, 4727.0, 4774.0, 4727.0, 4755.0, 4724.0, 4722.0, 4751.0, 4712.0, 4762.0, 4714.0, 4744.0, 4722.0, 4715.0, 4761.0, 4712.0, 4764.0, 4713.0, 4751.0, 4724.0, 4724.0, 4742.0, 4716.0, 4762.0, 4715.0, 4764.0, 4716.0, 4754.0, 4725.0, 4738.0, 4787.0, 4726.0, 4766.0, 4716.0, 4768.0, 4753.0, 4770.0, 4759.0, 4738.0, 4766.0, 4740.0, 4787.0, 4737.0, 4768.0, 4728.0, 4778.0, 4739.0, 4769.0, 4777.0, 4728.0, 4765.0, 4726.0, 4777.0, 4747.0, 4727.0, 4787.0, 4727.0, 4783.0, 4717.0, 4775.0, 4727.0, 4767.0, 4739.0, 4759.0, 4740.0, 4752.0, 4759.0, 4761.0, 4781.0, 4761.0, 4790.0, 4753.0, 4791.0, 4743.0, 4789.0, 4742.0, 4788.0, 4742.0, 4780.0, 4760.0, 4782.0, 4779.0, 4769.0, 4792.0, 4754.0, 4789.0, 4740.0, 4790.0, 4739.0, 4780.0, 4730.0, 4781.0, 4743.0, 4779.0, 4742.0, 4770.0, 4760.0, 4772.0, 4761.0, 4769.0, 4771.0, 4751.0, 4779.0, 4753.0, 4791.0, 4752.0, 4793.0, 4742.0, 4788.0, 4741.0, 4779.0, 4739.0, 4779.0, 4741.0, 4778.0, 4748.0, 4780.0, 4759.0, 4781.0, 4790.0, 4753.0, 4798.0, 4751.0, 4789.0, 4740.0, 4780.0, 4761.0, 4771.0, 4758.0, 4760.0, 4778.0, 4740.0, 4788.0, 4739.0, 4786.0, 4730.0, 4778.0, 4738.0, 4769.0, 4767.0, 4748.0, 4768.0, 4730.0, 4786.0, 4738.0, 4779.0, 4741.0, 4789.0, 4755.0, 4804.0, 4743.0, 4808.0, 4784.0, 4805.0, 4775.0, 4769.0, 4736.0, 4780.0, 4748.0, 4779.0, 4761.0, 4770.0, 4767.0, 4760.0, 4769.0, 4739.0, 4781.0, 4742.0, 4797.0, 4740.0, 4766.0, 4756.0, 4781.0, 4779.0, 4730.0, 4779.0, 4754.0, 4789.0, 4737.0, 4777.0, 4728.0, 4777.0, 4741.0, 4773.0, 4761.0, 4775.0, 4782.0, 4750.0, 4762.0, 4752.0, 4754.0, 4796.0, 4779.0, 4797.0, 4768.0, 4804.0, 4766.0, 4795.0, 4767.0, 4781.0, 4759.0, 4784.0, 4781.0, 4773.0, 4813.0, 4751.0, 4778.0, 4727.0, 4769.0, 4737.0, 4778.0, 4738.0, 4769.0, 4748.0, 4748.0, 4790.0, 4739.0, 4785.0, 4726.0, 4756.0, 4717.0, 4757.0, 4740.0, 4781.0, 4769.0, 4737.0, 4775.0, 4726.0, 4765.0, 4726.0, 4765.0, 4727.0, 4755.0, 4735.0, 4766.0, 4766.0, 4726.0, 4775.0, 4716.0, 4766.0, 4715.0, 4754.0, 4725.0, 4764.0, 4723.0, 4747.0, 4773.0, 4728.0, 4777.0, 4725.0, 4753.0, 4736.0, 4754.0, 4724.0, 4755.0, 4734.0, 4746.0, 4775.0, 4716.0, 4777.0, 4728.0, 4754.0, 4725.0, 4747.0, 4726.0, 4735.0, 4729.0, 4746.0, 4725.0, 4768.0, 4747.0, 4750.0, 4789.0, 4729.0, 4779.0, 4757.0, 4758.0, 4756.0, 4742.0, 4788.0, 4737.0, 4806.0, 4810.0, 4804.0, 4690.0, 4688.0, 4676.0, 4699.0, 4692.0, 4725.0, 4695.0, 4739.0, 4694.0, 4732.0, 4692.0, 4734.0, 4701.0, 4723.0, 4762.0, 4712.0, 4743.0, 4702.0, 4713.0, 4741.0, 4682.0, 4748.0, 4669.0, 4702.0, 4675.0, 4684.0, 4725.0, 4674.0, 4723.0, 4663.0, 4708.0, 4675.0, 4674.0, 4703.0, 4664.0, 4714.0, 4690.0, 4719.0, 4675.0, 4717.0, 4681.0, 4738.0, 4708.0, 4826.0, 4695.0, 4726.0, 4825.0, 4820.0, 4880.0, 4822.0, 4752.0, 4771.0, 4766.0, 4824.0, 4789.0, 4817.0, 4809.0, 4809.0, 4811.0, 4826.0, 4774.0, 4832.0, 4750.0, 4778.0, 4748.0, 4768.0, 4798.0, 4740.0, 4790.0, 4739.0, 4776.0, 4730.0, 4756.0, 4727.0, 4747.0, 4736.0, 4728.0, 4778.0, 4741.0, 4789.0, 4743.0, 4793.0, 4744.0, 4792.0, 4744.0, 4770.0, 4760.0, 4797.0, 4826.0, 4769.0, 4823.0, 4783.0, 4810.0, 4778.0, 4818.0, 4800.0, 4779.0, 4798.0, 4768.0, 4808.0, 4770.0, 4829.0, 4810.0, 4832.0, 4833.0, 4859.0, 4811.0, 4839.0, 4788.0, 4795.0, 4796.0, 4794.0, 4821.0, 4753.0, 4799.0, 4740.0, 4780.0, 4732.0, 4780.0, 4761.0, 4760.0, 4808.0, 4742.0, 4789.0, 4731.0, 4781.0, 4742.0, 4783.0, 4774.0, 4755.0, 4834.0, 4754.0, 4805.0, 4758.0, 4794.0, 4755.0, 4795.0, 4776.0, 4800.0, 4826.0, 4788.0, 4836.0, 4777.0, 4826.0, 4768.0, 4818.0, 4780.0, 4820.0, 4768.0, 4798.0, 4825.0, 4788.0, 4835.0, 4769.0, 4806.0, 4749.0, 4796.0, 4792.0, 4786.0, 4833.0, 4764.0, 4804.0, 4766.0, 4794.0, 4755.0, 4806.0, 4758.0, 4807.0, 4765.0, 4797.0, 4839.0, 4799.0, 4817.0, 4779.0, 4816.0, 4771.0, 4808.0, 4789.0, 4797.0, 4818.0, 4819.0, 4763.0, 4819.0, 4770.0, 4829.0, 4773.0, 4829.0, 4802.0, 4832.0, 4770.0, 4820.0, 4838.0, 4790.0, 4852.0, 4779.0, 4818.0, 4805.0, 4774.0, 4844.0, 4778.0, 4824.0, 4745.0, 4792.0, 4775.0, 4775.0, 4802.0, 4774.0, 4824.0, 4765.0, 4813.0, 4757.0, 4814.0, 4747.0, 4806.0, 4796.0, 4789.0, 4844.0, 4756.0, 4804.0, 4745.0, 4816.0, 4774.0, 4797.0, 4814.0, 4765.0, 4812.0, 4767.0, 4814.0, 4745.0, 4793.0, 4768.0, 4795.0, 4816.0, 4799.0, 4836.0, 4777.0, 4814.0, 4757.0, 4804.0, 4795.0, 4808.0, 4824.0, 4765.0, 4825.0, 4768.0, 4813.0, 4765.0, 4805.0, 4783.0, 4775.0, 4813.0, 4775.0, 4813.0, 4777.0, 4811.0, 4761.0, 4792.0, 4749.0, 4770.0, 4742.0, 4735.0, 4718.0, 4734.0, 4741.0, 4791.0, 4703.0, 4772.0, 4734.0, 4759.0, 4728.0, 4730.0, 4772.0, 4784.0, 4794.0, 4803.0, 4762.0, 4819.0, 4761.0, 4790.0, 4772.0, 4789.0, 4766.0, 4755.0, 4782.0, 4764.0, 4761.0, 4740.0, 4769.0, 4719.0, 4770.0, 4709.0, 4748.0, 4709.0, 4738.0, 4717.0, 4719.0, 4767.0, 4697.0, 4755.0, 4706.0, 4756.0, 4698.0, 4747.0, 4699.0, 4738.0, 4699.0, 4741.0, 4771.0, 4712.0, 4763.0, 4712.0, 4741.0, 4711.0, 4741.0, 4729.0, 4712.0, 4779.0, 4711.0, 4751.0, 4713.0, 4742.0, 4714.0, 4734.0, 4715.0, 4723.0, 4763.0, 4725.0, 4785.0, 4727.0, 4767.0, 4716.0, 4759.0, 4757.0, 4782.0, 4739.0, 4771.0, 4809.0, 4809.0, 4772.0, 4739.0, 4777.0, 4764.0, 4760.0, 4721.0, 4767.0, 4735.0, 4812.0, 4773.0, 4767.0, 4753.0, 4821.0, 4766.0, 4806.0, 4757.0, 4815.0, 4777.0, 4793.0, 4791.0, 4769.0, 4770.0, 4791.0, 4741.0, 4769.0, 4741.0, 4782.0, 4780.0, 4750.0, 4780.0, 4726.0, 4756.0, 4743.0, 4725.0, 4782.0, 4713.0, 4751.0, 4692.0, 4731.0, 4713.0, 4710.0, 4768.0, 4699.0, 4738.0, 4689.0, 4737.0, 4691.0, 4740.0, 4703.0, 4751.0, 4716.0, 4752.0, 4715.0, 4746.0, 4728.0, 4742.0, 4818.0, 4755.0, 4776.0, 4741.0, 4770.0, 4742.0, 4783.0, 4760.0, 4773.0, 4729.0, 4784.0, 4744.0, 4782.0, 4755.0, 4803.0, 4769.0, 4806.0, 4775.0, 4813.0, 4765.0, 4812.0, 4759.0, 4828.0, 4782.0, 4747.0, 4786.0, 4739.0, 4806.0, 4747.0, 4776.0, 4727.0, 4764.0, 4715.0, 4755.0, 4725.0, 4735.0, 4772.0, 4725.0, 4754.0, 4743.0, 4734.0, 4753.0, 4712.0, 4750.0, 4700.0, 4739.0, 4701.0, 4741.0, 4715.0, 4754.0, 4717.0, 4757.0, 4727.0, 4746.0, 4739.0, 4738.0, 4729.0, 4750.0, 4750.0, 4751.0, 4789.0, 4740.0, 4791.0, 4741.0, 4768.0, 4748.0, 4749.0, 4748.0, 4747.0, 4779.0, 4741.0, 4788.0, 4738.0, 4777.0, 4728.0, 4766.0, 4729.0, 4757.0, 4739.0, 4739.0, 4787.0, 4738.0, 4801.0, 4729.0, 4757.0, 4736.0, 4739.0, 4768.0, 4750.0, 4786.0, 4740.0, 4776.0, 4739.0, 4778.0, 4729.0, 4766.0, 4741.0, 4759.0, 4776.0, 4737.0, 4765.0, 4738.0, 4765.0, 4717.0, 4755.0, 4726.0, 4736.0, 4765.0, 4727.0, 4775.0, 4738.0, 4777.0, 4729.0, 4766.0, 4726.0, 4759.0, 4756.0, 4747.0, 4766.0, 4727.0, 4765.0, 4727.0, 4776.0, 4726.0, 4754.0, 4716.0, 4747.0, 4726.0, 4737.0, 4755.0, 4726.0, 4755.0, 4726.0, 4774.0, 4726.0, 4767.0, 4727.0, 4766.0, 4728.0, 4747.0, 4756.0, 4727.0, 4777.0, 4736.0, 4763.0, 4715.0, 4745.0, 4725.0, 4737.0, 4754.0, 4727.0, 4785.0, 4737.0, 4778.0, 4728.0, 4768.0, 4728.0, 4756.0, 4728.0, 4760.0, 4778.0, 4741.0, 4779.0, 4753.0, 4799.0, 4753.0, 4790.0, 4744.0, 4780.0, 4751.0, 4803.0, 4765.0, 4794.0, 4755.0, 4792.0, 4757.0, 4804.0, 4756.0, 4794.0, 4755.0, 4795.0, 4752.0, 4785.0, 4801.0, 4762.0, 4820.0, 4762.0, 4791.0, 4752.0, 4789.0, 4750.0, 4770.0, 4760.0, 4770.0, 4762.0, 4790.0, 4760.0, 4786.0, 4750.0, 4777.0, 4737.0, 4777.0, 4728.0, 4766.0, 4747.0, 4771.0, 4738.0, 4736.0, 4756.0, 4728.0, 4745.0, 4726.0, 4775.0, 4737.0, 4776.0, 4727.0, 4766.0, 4748.0, 4757.0, 4716.0, 4746.0, 4726.0, 4747.0, 4736.0, 4747.0, 4738.0, 4746.0, 4757.0, 4727.0, 4776.0, 4736.0, 4776.0, 4728.0, 4766.0, 4728.0, 4765.0, 4757.0, 4748.0, 4767.0, 4727.0, 4776.0], 'WindowWidth': [10467.0, 10437.0, 10378.0, 10274.0, 10380.0, 10286.0, 10363.0, 10371.0, 10348.0, 10383.0, 10333.0, 10383.0, 10375.0, 10385.0, 10459.0, 10337.0, 10414.0, 10317.0, 10399.0, 10411.0, 10499.0, 10476.0, 10385.0, 10419.0, 10399.0, 10404.0, 10350.0, 10372.0, 10326.0, 10316.0, 10354.0, 10329.0, 10328.0, 10315.0, 10292.0, 10355.0, 10268.0, 10321.0, 10240.0, 10289.0, 10310.0, 10276.0, 10338.0, 10254.0, 10326.0, 10276.0, 10341.0, 10297.0, 10355.0, 10303.0, 10336.0, 10326.0, 10403.0, 10346.0, 10379.0, 10331.0, 10393.0, 10353.0, 10361.0, 10350.0, 10366.0, 10388.0, 10331.0, 10407.0, 10329.0, 10370.0, 10352.0, 10337.0, 10392.0, 10324.0, 10389.0, 10306.0, 10376.0, 10334.0, 10354.0, 10389.0, 10325.0, 10402.0, 10327.0, 10391.0, 10328.0, 10380.0, 10330.0, 10358.0, 10396.0, 10350.0, 10407.0, 10337.0, 10399.0, 10360.0, 10374.0, 10395.0, 10331.0, 10401.0, 10333.0, 10409.0, 10330.0, 10386.0, 10380.0, 10366.0, 10418.0, 10362.0, 10428.0, 10334.0, 10382.0, 10350.0, 10368.0, 10421.0, 10352.0, 10427.0, 10355.0, 10406.0, 10356.0, 10383.0, 10359.0, 10387.0, 10423.0, 10389.0, 10447.0, 10391.0, 10441.0, 10378.0, 10432.0, 10375.0, 10408.0, 10456.0, 10382.0, 10423.0, 10375.0, 10441.0, 10373.0, 10436.0, 10357.0, 10424.0, 10372.0, 10421.0, 10381.0, 10412.0, 10404.0, 10437.0, 10478.0, 10405.0, 10449.0, 10401.0, 10405.0, 10417.0, 10386.0, 10441.0, 10372.0, 10419.0, 10380.0, 10384.0, 10372.0, 10351.0, 10411.0, 10348.0, 10402.0, 10360.0, 10375.0, 10370.0, 10351.0, 10408.0, 10367.0, 10444.0, 10358.0, 10380.0, 10359.0, 10378.0, 10417.0, 10360.0, 10402.0, 10347.0, 10419.0, 10364.0, 10376.0, 10401.0, 10351.0, 10400.0, 10352.0, 10421.0, 10375.0, 10431.0, 10343.0, 10408.0, 10358.0, 10402.0, 10389.0, 10385.0, 10420.0, 10390.0, 10458.0, 10374.0, 10439.0, 10354.0, 10423.0, 10369.0, 10411.0, 10376.0, 10404.0, 10399.0, 10401.0, 10437.0, 10479.0, 10465.0, 10372.0, 10427.0, 10379.0, 10446.0, 10402.0, 10452.0, 10403.0, 10416.0, 10382.0, 10419.0, 10411.0, 10389.0, 10433.0, 10386.0, 10422.0, 10373.0, 10451.0, 10480.0, 10388.0, 10378.0, 10362.0, 10412.0, 10381.0, 10375.0, 10453.0, 10420.0, 10461.0, 10425.0, 10498.0, 10426.0, 10442.0, 10440.0, 10417.0, 10437.0, 10386.0, 10427.0, 10374.0, 10373.0, 10453.0, 10358.0, 10411.0, 10371.0, 10440.0, 10352.0, 10466.0, 10380.0, 10337.0, 10441.0, 10342.0, 10449.0, 10377.0, 10403.0, 10309.0, 10331.0, 10290.0, 10368.0, 10323.0, 10370.0, 10327.0, 10397.0, 10345.0, 10344.0, 10330.0, 10328.0, 10378.0, 10310.0, 10357.0, 10311.0, 10332.0, 10359.0, 10298.0, 10372.0, 10297.0, 10340.0, 10323.0, 10320.0, 10354.0, 10321.0, 10399.0, 10332.0, 10380.0, 10350.0, 10385.0, 10347.0, 10383.0, 10387.0, 10367.0, 10413.0, 10350.0, 10425.0, 10388.0, 10407.0, 10359.0, 10379.0, 10435.0, 10365.0, 10399.0, 10381.0, 10423.0, 10350.0, 10391.0, 10360.0, 10379.0, 10396.0, 10367.0, 10435.0, 10371.0, 10416.0, 10368.0, 10422.0, 10394.0, 10402.0, 10423.0, 10367.0, 10418.0, 10360.0, 10385.0, 10383.0, 10370.0, 10379.0, 10330.0, 10406.0, 10337.0, 10404.0, 10341.0, 10381.0, 10364.0, 10381.0, 10406.0, 10353.0, 10480.0, 10436.0, 10469.0, 10412.0, 10404.0, 10394.0, 10373.0, 10403.0, 10378.0, 10432.0, 10418.0, 10463.0, 10434.0, 10408.0, 10457.0, 10403.0, 10440.0, 10398.0, 10429.0, 10435.0, 10365.0, 10435.0, 10370.0, 10471.0, 10420.0, 10385.0, 10365.0, 10325.0, 10359.0, 10338.0, 10396.0, 10346.0, 10428.0, 10371.0, 10414.0, 10348.0, 10375.0, 10327.0, 10355.0, 10350.0, 10379.0, 10345.0, 10394.0, 10424.0, 10358.0, 10427.0, 10330.0, 10403.0, 10398.0, 10358.0, 10429.0, 10347.0, 10400.0, 10340.0, 10352.0, 10412.0, 10391.0, 10413.0, 10358.0, 10394.0, 10328.0, 10372.0, 10344.0, 10393.0, 10370.0, 10455.0, 10370.0, 10399.0, 10342.0, 10425.0, 10348.0, 10395.0, 10354.0, 10345.0, 10420.0, 10326.0, 10361.0, 10363.0, 10336.0, 10398.0, 10310.0, 10360.0, 10363.0, 10349.0, 10408.0, 10350.0, 10387.0, 10343.0, 10336.0, 10373.0, 10322.0, 10391.0, 10328.0, 10368.0, 10340.0, 10332.0, 10388.0, 10322.0, 10395.0, 10325.0, 10374.0, 10343.0, 10342.0, 10362.0, 10331.0, 10391.0, 10331.0, 10395.0, 10336.0, 10383.0, 10345.0, 10367.0, 10434.0, 10349.0, 10402.0, 10333.0, 10411.0, 10398.0, 10417.0, 10396.0, 10368.0, 10403.0, 10374.0, 10435.0, 10366.0, 10410.0, 10354.0, 10423.0, 10369.0, 10413.0, 10419.0, 10352.0, 10403.0, 10347.0, 10419.0, 10377.0, 10349.0, 10431.0, 10350.0, 10422.0, 10335.0, 10414.0, 10352.0, 10404.0, 10372.0, 10398.0, 10371.0, 10392.0, 10399.0, 10405.0, 10432.0, 10408.0, 10446.0, 10400.0, 10450.0, 10384.0, 10443.0, 10381.0, 10440.0, 10383.0, 10432.0, 10403.0, 10435.0, 10426.0, 10415.0, 10450.0, 10397.0, 10441.0, 10375.0, 10444.0, 10375.0, 10429.0, 10363.0, 10432.0, 10381.0, 10427.0, 10380.0, 10416.0, 10400.0, 10420.0, 10404.0, 10414.0, 10418.0, 10393.0, 10426.0, 10396.0, 10447.0, 10395.0, 10451.0, 10382.0, 10439.0, 10380.0, 10429.0, 10372.0, 10427.0, 10378.0, 10426.0, 10384.0, 10432.0, 10401.0, 10433.0, 10444.0, 10397.0, 10455.0, 10393.0, 10442.0, 10375.0, 10430.0, 10402.0, 10418.0, 10398.0, 10403.0, 10425.0, 10375.0, 10438.0, 10372.0, 10434.0, 10359.0, 10425.0, 10369.0, 10412.0, 10406.0, 10382.0, 10410.0, 10360.0, 10433.0, 10370.0, 10426.0, 10377.0, 10441.0, 10405.0, 10470.0, 10381.0, 10484.0, 10444.0, 10477.0, 10434.0, 10412.0, 10363.0, 10432.0, 10384.0, 10428.0, 10406.0, 10416.0, 10409.0, 10401.0, 10412.0, 10372.0, 10433.0, 10379.0, 10450.0, 10373.0, 10406.0, 10389.0, 10436.0, 10427.0, 10360.0, 10429.0, 10402.0, 10444.0, 10369.0, 10420.0, 10357.0, 10425.0, 10378.0, 10428.0, 10407.0, 10432.0, 10436.0, 10391.0, 10407.0, 10396.0, 10401.0, 10467.0, 10448.0, 10467.0, 10429.0, 10475.0, 10425.0, 10462.0, 10421.0, 10434.0, 10398.0, 10441.0, 10432.0, 10424.0, 10479.0, 10393.0, 10424.0, 10351.0, 10411.0, 10367.0, 10423.0, 10370.0, 10413.0, 10385.0, 10383.0, 10441.0, 10376.0, 10429.0, 10348.0, 10388.0, 10336.0, 10392.0, 10374.0, 10432.0, 10414.0, 10367.0, 10416.0, 10348.0, 10402.0, 10346.0, 10398.0, 10347.0, 10386.0, 10361.0, 10405.0, 10404.0, 10348.0, 10416.0, 10332.0, 10403.0, 10330.0, 10382.0, 10347.0, 10397.0, 10339.0, 10377.0, 10408.0, 10354.0, 10420.0, 10345.0, 10378.0, 10362.0, 10382.0, 10342.0, 10385.0, 10359.0, 10374.0, 10413.0, 10333.0, 10418.0, 10353.0, 10385.0, 10342.0, 10377.0, 10347.0, 10360.0, 10353.0, 10376.0, 10348.0, 10408.0, 10381.0, 10390.0, 10439.0, 10357.0, 10427.0, 10391.0, 10396.0, 10390.0, 10383.0, 10439.0, 10364.0, 10476.0, 10503.0, 10483.0, 10284.0, 10275.0, 10255.0, 10293.0, 10292.0, 10336.0, 10295.0, 10349.0, 10295.0, 10343.0, 10288.0, 10347.0, 10295.0, 10329.0, 10382.0, 10313.0, 10358.0, 10298.0, 10314.0, 10348.0, 10271.0, 10356.0, 10247.0, 10284.0, 10247.0, 10259.0, 10317.0, 10248.0, 10313.0, 10235.0, 10304.0, 10251.0, 10246.0, 10286.0, 10235.0, 10303.0, 10283.0, 10318.0, 10257.0, 10314.0, 10271.0, 10346.0, 10321.0, 10521.0, 10285.0, 10331.0, 10504.0, 10525.0, 10608.0, 10515.0, 10397.0, 10420.0, 10423.0, 10499.0, 10456.0, 10493.0, 10487.0, 10487.0, 10491.0, 10505.0, 10430.0, 10508.0, 10389.0, 10424.0, 10380.0, 10408.0, 10448.0, 10374.0, 10442.0, 10371.0, 10419.0, 10361.0, 10390.0, 10352.0, 10379.0, 10365.0, 10357.0, 10424.0, 10380.0, 10443.0, 10385.0, 10455.0, 10388.0, 10451.0, 10388.0, 10419.0, 10406.0, 10471.0, 10521.0, 10429.0, 10495.0, 10441.0, 10473.0, 10443.0, 10496.0, 10479.0, 10448.0, 10474.0, 10433.0, 10487.0, 10435.0, 10515.0, 10492.0, 10524.0, 10529.0, 10559.0, 10494.0, 10531.0, 10454.0, 10462.0, 10459.0, 10456.0, 10487.0, 10395.0, 10459.0, 10376.0, 10429.0, 10368.0, 10431.0, 10404.0, 10404.0, 10467.0, 10382.0, 10443.0, 10367.0, 10435.0, 10382.0, 10441.0, 10427.0, 10406.0, 10512.0, 10404.0, 10474.0, 10413.0, 10457.0, 10408.0, 10463.0, 10437.0, 10473.0, 10506.0, 10456.0, 10518.0, 10441.0, 10509.0, 10428.0, 10499.0, 10448.0, 10503.0, 10429.0, 10472.0, 10502.0, 10455.0, 10518.0, 10430.0, 10476.0, 10404.0, 10466.0, 10454.0, 10450.0, 10511.0, 10418.0, 10474.0, 10422.0, 10457.0, 10408.0, 10482.0, 10414.0, 10480.0, 10422.0, 10468.0, 10525.0, 10470.0, 10493.0, 10445.0, 10495.0, 10442.0, 10487.0, 10455.0, 10466.0, 10499.0, 10503.0, 10427.0, 10501.0, 10437.0, 10515.0, 10443.0, 10516.0, 10485.0, 10524.0, 10435.0, 10504.0, 10524.0, 10462.0, 10552.0, 10444.0, 10498.0, 10471.0, 10429.0, 10527.0, 10440.0, 10499.0, 10389.0, 10451.0, 10430.0, 10430.0, 10461.0, 10430.0, 10497.0, 10418.0, 10482.0, 10409.0, 10484.0, 10397.0, 10476.0, 10461.0, 10457.0, 10526.0, 10407.0, 10468.0, 10390.0, 10489.0, 10428.0, 10463.0, 10482.0, 10418.0, 10478.0, 10422.0, 10482.0, 10390.0, 10455.0, 10426.0, 10460.0, 10489.0, 10471.0, 10517.0, 10436.0, 10485.0, 10410.0, 10471.0, 10459.0, 10483.0, 10495.0, 10416.0, 10500.0, 10425.0, 10480.0, 10416.0, 10474.0, 10438.0, 10429.0, 10482.0, 10430.0, 10479.0, 10436.0, 10476.0, 10424.0, 10449.0, 10398.0, 10410.0, 10374.0, 10354.0, 10339.0, 10362.0, 10377.0, 10448.0, 10308.0, 10397.0, 10353.0, 10397.0, 10353.0, 10357.0, 10420.0, 10439.0, 10455.0, 10462.0, 10406.0, 10483.0, 10402.0, 10442.0, 10421.0, 10440.0, 10401.0, 10382.0, 10414.0, 10396.0, 10384.0, 10352.0, 10391.0, 10322.0, 10396.0, 10309.0, 10360.0, 10308.0, 10345.0, 10317.0, 10322.0, 10387.0, 10291.0, 10366.0, 10299.0, 10368.0, 10291.0, 10357.0, 10298.0, 10349.0, 10300.0, 10356.0, 10400.0, 10321.0, 10390.0, 10321.0, 10356.0, 10315.0, 10359.0, 10338.0, 10319.0, 10408.0, 10317.0, 10373.0, 10322.0, 10360.0, 10329.0, 10354.0, 10330.0, 10341.0, 10394.0, 10345.0, 10427.0, 10352.0, 10404.0, 10336.0, 10396.0, 10389.0, 10436.0, 10372.0, 10418.0, 10506.0, 10498.0, 10413.0, 10362.0, 10409.0, 10407.0, 10381.0, 10325.0, 10386.0, 10355.0, 10477.0, 10425.0, 10404.0, 10394.0, 10504.0, 10420.0, 10458.0, 10410.0, 10490.0, 10440.0, 10454.0, 10446.0, 10413.0, 10414.0, 10447.0, 10376.0, 10412.0, 10378.0, 10435.0, 10428.0, 10387.0, 10429.0, 10346.0, 10386.0, 10363.0, 10341.0, 10415.0, 10320.0, 10372.0, 10292.0, 10344.0, 10323.0, 10315.0, 10391.0, 10298.0, 10348.0, 10283.0, 10346.0, 10289.0, 10355.0, 10310.0, 10373.0, 10335.0, 10379.0, 10333.0, 10376.0, 10353.0, 10379.0, 10496.0, 10404.0, 10416.0, 10376.0, 10415.0, 10380.0, 10438.0, 10420.0, 10423.0, 10356.0, 10444.0, 10389.0, 10439.0, 10404.0, 10466.0, 10428.0, 10473.0, 10432.0, 10477.0, 10414.0, 10480.0, 10414.0, 10512.0, 10430.0, 10378.0, 10427.0, 10365.0, 10455.0, 10375.0, 10414.0, 10346.0, 10392.0, 10328.0, 10382.0, 10341.0, 10356.0, 10404.0, 10340.0, 10379.0, 10361.0, 10352.0, 10375.0, 10316.0, 10368.0, 10299.0, 10348.0, 10301.0, 10355.0, 10329.0, 10380.0, 10335.0, 10388.0, 10349.0, 10374.0, 10366.0, 10367.0, 10355.0, 10385.0, 10386.0, 10391.0, 10437.0, 10373.0, 10444.0, 10376.0, 10408.0, 10381.0, 10381.0, 10379.0, 10379.0, 10426.0, 10375.0, 10437.0, 10364.0, 10419.0, 10352.0, 10402.0, 10357.0, 10391.0, 10368.0, 10368.0, 10432.0, 10367.0, 10463.0, 10355.0, 10392.0, 10359.0, 10367.0, 10406.0, 10385.0, 10431.0, 10372.0, 10416.0, 10367.0, 10420.0, 10354.0, 10402.0, 10376.0, 10397.0, 10414.0, 10360.0, 10399.0, 10364.0, 10399.0, 10336.0, 10385.0, 10347.0, 10361.0, 10397.0, 10348.0, 10413.0, 10365.0, 10417.0, 10355.0, 10400.0, 10345.0, 10396.0, 10384.0, 10375.0, 10399.0, 10348.0, 10397.0, 10346.0, 10415.0, 10344.0, 10381.0, 10331.0, 10373.0, 10342.0, 10361.0, 10382.0, 10345.0, 10383.0, 10344.0, 10408.0, 10344.0, 10403.0, 10347.0, 10399.0, 10351.0, 10377.0, 10385.0, 10346.0, 10417.0, 10359.0, 10393.0, 10331.0, 10371.0, 10342.0, 10360.0, 10382.0, 10347.0, 10425.0, 10363.0, 10418.0, 10351.0, 10406.0, 10352.0, 10390.0, 10354.0, 10399.0, 10421.0, 10374.0, 10426.0, 10393.0, 10453.0, 10393.0, 10442.0, 10384.0, 10429.0, 10395.0, 10465.0, 10415.0, 10454.0, 10402.0, 10451.0, 10407.0, 10470.0, 10406.0, 10455.0, 10403.0, 10457.0, 10394.0, 10441.0, 10458.0, 10407.0, 10486.0, 10403.0, 10445.0, 10393.0, 10438.0, 10385.0, 10413.0, 10400.0, 10414.0, 10404.0, 10443.0, 10399.0, 10429.0, 10381.0, 10418.0, 10363.0, 10415.0, 10353.0, 10399.0, 10373.0, 10415.0, 10364.0, 10359.0, 10386.0, 10349.0, 10368.0, 10345.0, 10412.0, 10361.0, 10414.0, 10348.0, 10401.0, 10379.0, 10388.0, 10333.0, 10371.0, 10345.0, 10374.0, 10358.0, 10376.0, 10364.0, 10374.0, 10391.0, 10348.0, 10414.0, 10360.0, 10414.0, 10351.0, 10400.0, 10352.0, 10399.0, 10387.0, 10378.0, 10403.0, 10344.0, 10412.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.007221887640449439</td></tr>
<tr><td colspan=3>aqi</td><td>0.04717672501872659</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.41787877293099</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2800620233358317</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.080801896521739</td></tr>
<tr><td colspan=3>efc</td><td>0.4882</td></tr>
<tr><td colspan=3>fber</td><td>6081.3486</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14695682664634777</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>176</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.183520599250937</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7008664717585433</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5372961213243284</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.998810746684599</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5664925472667033</td></tr>
<tr><td colspan=3>gcor</td><td>0.019828</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00884681474417448</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04511965066194534</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9466122538868476</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>14.0201</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>50.0153</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.8896</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297506.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1037.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>386.9139</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.083</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>660.9507</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3935.951</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4166.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1398.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5169.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1055.5822</td></tr>
<tr><td colspan=3>tsnr</td><td>27.57027745898813</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>