<?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-0009_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-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0009/figures/sub-0009_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-0009/figures/sub-0009_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0009/figures/sub-0009_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-0009/ses-03/func/sub-0009_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>61a51b5f70307ec77e24b9ce22c7fc19</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:43:45.795000</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.999328, 0.0168172, 0.0325801, -0.0193626, 0.99665, 0.079455]</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.0949896</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4164, -7727, -7246, 604, -31, -94, 111, 52]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>242.109</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>97c1e3b6-f028-4727-a2c7-c2a2e4128aa0||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.6811230182647705, -0.05194838345050812, 0.08406386524438858, 115.45146942138672], [-0.04511942341923714, 2.6739401817321777, 0.21608750522136688, -88.6832504272461], [0.08741004765033722, -0.21317194402217865, 2.690025806427002, -35.92355728149414], [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': ['134345.795000', '134346.255000', '134346.715000', '134347.175000', '134347.635000', '134348.095000', '134348.555000', '134349.015000', '134349.475000', '134349.935000', '134350.395000', '134350.855000', '134351.315000', '134351.775000', '134352.235000', '134352.695000', '134353.155000', '134353.615000', '134354.075000', '134354.535000', '134354.995000', '134355.455000', '134355.915000', '134356.375000', '134356.835000', '134357.295000', '134357.755000', '134358.215000', '134358.675000', '134359.135000', '134359.595000', '134400.055000', '134400.515000', '134400.975000', '134401.435000', '134401.895000', '134402.355000', '134402.815000', '134403.275000', '134403.735000', '134404.195000', '134404.655000', '134405.115000', '134405.575000', '134406.035000', '134406.495000', '134406.955000', '134407.415000', '134407.875000', '134408.335000', '134408.795000', '134409.255000', '134409.715000', '134410.175000', '134410.635000', '134411.095000', '134411.555000', '134412.015000', '134412.475000', '134412.935000', '134413.395000', '134413.855000', '134414.315000', '134414.775000', '134415.235000', '134415.695000', '134416.155000', '134416.615000', '134417.075000', '134417.535000', '134417.995000', '134418.455000', '134418.915000', '134419.375000', '134419.835000', '134420.295000', '134420.755000', '134421.215000', '134421.675000', '134422.135000', '134422.595000', '134423.055000', '134423.515000', '134423.975000', '134424.435000', '134424.895000', '134425.355000', '134425.815000', '134426.275000', '134426.735000', '134427.195000', '134427.655000', '134428.115000', '134428.575000', '134429.035000', '134429.495000', '134429.955000', '134430.415000', '134430.875000', '134431.335000', '134431.795000', '134432.255000', '134432.715000', '134433.175000', '134433.635000', '134434.095000', '134434.555000', '134435.015000', '134435.475000', '134435.935000', '134436.395000', '134436.855000', '134437.315000', '134437.775000', '134438.235000', '134438.695000', '134439.155000', '134439.615000', '134440.075000', '134440.535000', '134440.995000', '134441.455000', '134441.915000', '134442.375000', '134442.835000', '134443.295000', '134443.755000', '134444.215000', '134444.675000', '134445.135000', '134445.595000', '134446.055000', '134446.515000', '134446.975000', '134447.435000', '134447.895000', '134448.355000', '134448.815000', '134449.275000', '134449.735000', '134450.195000', '134450.655000', '134451.115000', '134451.575000', '134452.035000', '134452.495000', '134452.955000', '134453.415000', '134453.875000', '134454.335000', '134454.795000', '134455.255000', '134455.715000', '134456.175000', '134456.635000', '134457.095000', '134457.555000', '134458.015000', '134458.475000', '134458.935000', '134459.395000', '134459.855000', '134500.315000', '134500.775000', '134501.235000', '134501.695000', '134502.155000', '134502.615000', '134503.075000', '134503.535000', '134503.995000', '134504.455000', '134504.915000', '134505.375000', '134505.835000', '134506.295000', '134506.755000', '134507.215000', '134507.675000', '134508.135000', '134508.595000', '134509.055000', '134509.515000', '134509.975000', '134510.435000', '134510.895000', '134511.355000', '134511.815000', '134512.275000', '134512.735000', '134513.195000', '134513.655000', '134514.115000', '134514.575000', '134515.035000', '134515.495000', '134515.955000', '134516.415000', '134516.875000', '134517.335000', '134517.795000', '134518.255000', '134518.715000', '134519.175000', '134519.635000', '134520.095000', '134520.555000', '134521.015000', '134521.475000', '134521.935000', '134522.395000', '134522.855000', '134523.315000', '134523.775000', '134524.235000', '134524.695000', '134525.155000', '134525.615000', '134526.075000', '134526.535000', '134526.995000', '134527.455000', '134527.915000', '134528.375000', '134528.835000', '134529.295000', '134529.755000', '134530.215000', '134530.675000', '134531.135000', '134531.595000', '134532.055000', '134532.515000', '134532.975000', '134533.435000', '134533.895000', '134534.355000', '134534.815000', '134535.275000', '134535.735000', '134536.195000', '134536.655000', '134537.115000', '134537.575000', '134538.035000', '134538.495000', '134538.955000', '134539.415000', '134539.875000', '134540.335000', '134540.795000', '134541.255000', '134541.715000', '134542.175000', '134542.635000', '134543.095000', '134543.555000', '134544.015000', '134544.475000', '134544.935000', '134545.395000', '134545.855000', '134546.315000', '134546.775000', '134547.235000', '134547.695000', '134548.155000', '134548.615000', '134549.075000', '134549.535000', '134549.995000', '134550.455000', '134550.915000', '134551.375000', '134551.835000', '134552.295000', '134552.755000', '134553.215000', '134553.675000', '134554.135000', '134554.595000', '134555.055000', '134555.515000', '134555.975000', '134556.435000', '134556.895000', '134557.355000', '134557.815000', '134558.275000', '134558.735000', '134559.195000', '134559.655000', '134600.115000', '134600.575000', '134601.035000', '134601.495000', '134601.955000', '134602.415000', '134602.875000', '134603.335000', '134603.795000', '134604.255000', '134604.715000', '134605.175000', '134605.635000', '134606.095000', '134606.555000', '134607.015000', '134607.475000', '134607.935000', '134608.395000', '134608.855000', '134609.315000', '134609.775000', '134610.235000', '134610.695000', '134611.155000', '134611.615000', '134612.075000', '134612.535000', '134612.995000', '134613.455000', '134613.915000', '134614.375000', '134614.835000', '134615.295000', '134615.755000', '134616.215000', '134616.675000', '134617.135000', '134617.595000', '134618.055000', '134618.515000', '134618.975000', '134619.435000', '134619.895000', '134620.355000', '134620.815000', '134621.275000', '134621.735000', '134622.195000', '134622.655000', '134623.115000', '134623.575000', '134624.035000', '134624.495000', '134624.955000', '134625.415000', '134625.875000', '134626.335000', '134626.795000', '134627.255000', '134627.715000', '134628.175000', '134628.635000', '134629.095000', '134629.555000', '134630.015000', '134630.475000', '134630.935000', '134631.395000', '134631.855000', '134632.315000', '134632.775000', '134633.235000', '134633.695000', '134634.155000', '134634.615000', '134635.075000', '134635.535000', '134635.995000', '134636.455000', '134636.915000', '134637.375000', '134637.835000', '134638.295000', '134638.755000', '134639.215000', '134639.675000', '134640.135000', '134640.595000', '134641.055000', '134641.515000', '134641.975000', '134642.435000', '134642.895000', '134643.355000', '134643.815000', '134644.275000', '134644.735000', '134645.195000', '134645.655000', '134646.115000', '134646.575000', '134647.035000', '134647.495000', '134647.955000', '134648.415000', '134648.875000', '134649.335000', '134649.795000', '134650.255000', '134650.715000', '134651.175000', '134651.635000', '134652.095000', '134652.555000', '134653.015000', '134653.475000', '134653.935000', '134654.395000', '134654.855000', '134655.315000', '134655.775000', '134656.235000', '134656.695000', '134657.155000', '134657.615000', '134658.075000', '134658.535000', '134658.995000', '134659.455000', '134659.915000', '134700.375000', '134700.835000', '134701.295000', '134701.755000', '134702.215000', '134702.675000', '134703.135000', '134703.595000', '134704.055000', '134704.515000', '134704.975000', '134705.435000', '134705.895000', '134706.355000', '134706.815000', '134707.275000', '134707.735000', '134708.195000', '134708.655000', '134709.115000', '134709.575000', '134710.035000', '134710.495000', '134710.955000', '134711.415000', '134711.875000', '134712.335000', '134712.795000', '134713.255000', '134713.715000', '134714.175000', '134714.635000', '134715.095000', '134715.555000', '134716.015000', '134716.475000', '134716.935000', '134717.395000', '134717.855000', '134718.315000', '134718.775000', '134719.235000', '134719.695000', '134720.155000', '134720.615000', '134721.075000', '134721.535000', '134721.995000', '134722.455000', '134722.915000', '134723.375000', '134723.835000', '134724.295000', '134724.755000', '134725.215000', '134725.675000', '134726.135000', '134726.595000', '134727.055000', '134727.515000', '134727.975000', '134728.435000', '134728.895000', '134729.355000', '134729.815000', '134730.275000', '134730.735000', '134731.195000', '134731.655000', '134732.115000', '134732.575000', '134733.035000', '134733.495000', '134733.955000', '134734.415000', '134734.875000', '134735.335000', '134735.795000', '134736.255000', '134736.715000', '134737.175000', '134737.635000', '134738.095000', '134738.555000', '134739.015000', '134739.475000', '134739.935000', '134740.395000', '134740.855000', '134741.315000', '134741.775000', '134742.235000', '134742.695000', '134743.155000', '134743.615000', '134744.075000', '134744.535000', '134744.995000', '134745.455000', '134745.915000', '134746.375000', '134746.835000', '134747.295000', '134747.755000', '134748.215000', '134748.675000', '134749.135000', '134749.595000', '134750.055000', '134750.515000', '134750.975000', '134751.435000', '134751.895000', '134752.355000', '134752.815000', '134753.275000', '134753.735000', '134754.195000', '134754.655000', '134755.115000', '134755.575000', '134756.035000', '134756.495000', '134756.955000', '134757.415000', '134757.875000', '134758.335000', '134758.795000', '134759.255000', '134759.715000', '134800.175000', '134800.635000', '134801.095000', '134801.555000', '134802.015000', '134802.475000', '134802.935000', '134803.395000', '134803.855000', '134804.315000', '134804.775000', '134805.235000', '134805.695000', '134806.155000', '134806.615000', '134807.075000', '134807.535000', '134807.995000', '134808.455000', '134808.915000', '134809.375000', '134809.835000', '134810.295000', '134810.755000', '134811.215000', '134811.675000', '134812.135000', '134812.595000', '134813.055000', '134813.515000', '134813.975000', '134814.435000', '134814.895000', '134815.355000', '134815.815000', '134816.275000', '134816.735000', '134817.195000', '134817.655000', '134818.115000', '134818.575000', '134819.035000', '134819.495000', '134819.955000', '134820.415000', '134820.875000', '134821.335000', '134821.795000', '134822.255000', '134822.715000', '134823.175000', '134823.635000', '134824.095000', '134824.555000', '134825.015000', '134825.475000', '134825.935000', '134826.395000', '134826.855000', '134827.315000', '134827.775000', '134828.235000', '134828.695000', '134829.155000', '134829.615000', '134830.075000', '134830.535000', '134830.995000', '134831.455000', '134831.915000', '134832.375000', '134832.835000', '134833.295000', '134833.755000', '134834.215000', '134834.675000', '134835.135000', '134835.595000', '134836.055000', '134836.515000', '134836.975000', '134837.435000', '134837.895000', '134838.355000', '134838.815000', '134839.275000', '134839.735000', '134840.195000', '134840.655000', '134841.115000', '134841.575000', '134842.035000', '134842.495000', '134842.955000', '134843.415000', '134843.875000', '134844.335000', '134844.795000', '134845.255000', '134845.715000', '134846.175000', '134846.635000', '134847.095000', '134847.555000', '134848.015000', '134848.475000', '134848.935000', '134849.395000', '134849.855000', '134850.315000', '134850.775000', '134851.235000', '134851.695000', '134852.155000', '134852.615000', '134853.075000', '134853.535000', '134853.995000', '134854.455000', '134854.915000', '134855.375000', '134855.835000', '134856.295000', '134856.755000', '134857.215000', '134857.675000', '134858.135000', '134858.595000', '134859.055000', '134859.515000', '134859.975000', '134900.435000', '134900.895000', '134901.355000', '134901.815000', '134902.275000', '134902.735000', '134903.195000', '134903.655000', '134904.115000', '134904.575000', '134905.035000', '134905.495000', '134905.955000', '134906.415000', '134906.875000', '134907.335000', '134907.795000', '134908.255000', '134908.715000', '134909.175000', '134909.635000', '134910.095000', '134910.555000', '134911.015000', '134911.475000', '134911.935000', '134912.395000', '134912.855000', '134913.315000', '134913.775000', '134914.235000', '134914.695000', '134915.155000', '134915.615000', '134916.075000', '134916.535000', '134916.995000', '134917.455000', '134917.915000', '134918.375000', '134918.835000', '134919.295000', '134919.755000', '134920.215000', '134920.675000', '134921.135000', '134921.595000', '134922.055000', '134922.515000', '134922.975000', '134923.435000', '134923.895000', '134924.355000', '134924.815000', '134925.275000', '134925.735000', '134926.195000', '134926.655000', '134927.115000', '134927.575000', '134928.035000', '134928.495000', '134928.955000', '134929.415000', '134929.875000', '134930.335000', '134930.795000', '134931.255000', '134931.715000', '134932.175000', '134932.635000', '134933.095000', '134933.555000', '134934.015000', '134934.475000', '134934.935000', '134935.395000', '134935.855000', '134936.315000', '134936.775000', '134937.235000', '134937.695000', '134938.155000', '134938.615000', '134939.075000', '134939.535000', '134939.995000', '134940.455000', '134940.915000', '134941.375000', '134941.835000', '134942.295000', '134942.755000', '134943.215000', '134943.675000', '134944.135000', '134944.595000', '134945.055000', '134945.515000', '134945.975000', '134946.435000', '134946.895000', '134947.355000', '134947.815000', '134948.275000', '134948.735000', '134949.195000', '134949.655000', '134950.115000', '134950.575000', '134951.035000', '134951.495000', '134951.955000', '134952.415000', '134952.875000', '134953.335000', '134953.795000', '134954.255000', '134954.715000', '134955.175000', '134955.635000', '134956.095000', '134956.555000', '134957.015000', '134957.475000', '134957.935000', '134958.395000', '134958.855000', '134959.315000', '134959.775000', '135000.235000', '135000.695000', '135001.155000', '135001.615000', '135002.075000', '135002.535000', '135002.995000', '135003.455000', '135003.915000', '135004.375000', '135004.835000', '135005.295000', '135005.755000', '135006.215000', '135006.675000', '135007.135000', '135007.595000', '135008.055000', '135008.515000', '135008.975000', '135009.435000', '135009.895000', '135010.355000', '135010.815000', '135011.275000', '135011.735000', '135012.195000', '135012.655000', '135013.115000', '135013.575000', '135014.035000', '135014.495000', '135014.955000', '135015.415000', '135015.875000', '135016.335000', '135016.795000', '135017.255000', '135017.715000', '135018.175000', '135018.635000', '135019.095000', '135019.555000', '135020.015000', '135020.475000', '135020.935000', '135021.395000', '135021.855000', '135022.315000', '135022.775000', '135023.235000', '135023.695000', '135024.155000', '135024.615000', '135025.075000', '135025.535000', '135025.995000', '135026.455000', '135026.915000', '135027.375000', '135027.835000', '135028.295000', '135028.755000', '135029.215000', '135029.675000', '135030.135000', '135030.595000', '135031.055000', '135031.515000', '135031.975000', '135032.435000', '135032.895000', '135033.355000', '135033.815000', '135034.275000', '135034.735000', '135035.195000', '135035.655000', '135036.115000', '135036.575000', '135037.035000', '135037.495000', '135037.955000', '135038.415000', '135038.875000', '135039.335000', '135039.795000', '135040.255000', '135040.715000', '135041.175000', '135041.635000', '135042.095000', '135042.555000', '135043.015000', '135043.475000', '135043.935000', '135044.395000', '135044.855000', '135045.315000', '135045.775000', '135046.235000', '135046.695000', '135047.155000', '135047.615000', '135048.075000', '135048.535000', '135048.995000', '135049.455000', '135049.915000', '135050.375000', '135050.835000', '135051.295000', '135051.755000', '135052.215000', '135052.675000', '135053.135000', '135053.595000', '135054.055000', '135054.515000', '135054.975000', '135055.435000', '135055.895000', '135056.355000', '135056.815000', '135057.275000', '135057.735000', '135058.195000', '135058.655000', '135059.115000', '135059.575000', '135100.035000', '135100.495000', '135100.955000', '135101.415000', '135101.875000', '135102.335000', '135102.795000', '135103.255000', '135103.715000', '135104.175000', '135104.635000', '135105.095000', '135105.555000', '135106.015000', '135106.475000', '135106.935000', '135107.395000', '135107.855000', '135108.315000', '135108.775000', '135109.235000', '135109.695000', '135110.155000', '135110.615000', '135111.075000', '135111.535000', '135111.995000', '135112.455000', '135112.915000', '135113.375000', '135113.835000', '135114.295000', '135114.755000', '135115.215000', '135115.675000', '135116.135000', '135116.595000', '135117.055000', '135117.515000', '135117.975000', '135118.435000', '135118.895000', '135119.355000', '135119.815000', '135120.275000', '135120.735000', '135121.195000', '135121.655000', '135122.115000', '135122.575000', '135123.035000', '135123.495000', '135123.955000', '135124.415000', '135124.875000', '135125.335000', '135125.795000', '135126.255000', '135126.715000', '135127.175000', '135127.635000', '135128.095000', '135128.555000', '135129.015000', '135129.475000', '135129.935000', '135130.395000', '135130.855000', '135131.315000', '135131.775000', '135132.235000', '135132.695000', '135133.155000', '135133.615000', '135134.075000', '135134.535000', '135134.995000', '135135.455000', '135135.915000', '135136.375000', '135136.835000', '135137.295000', '135137.755000', '135138.215000', '135138.675000', '135139.135000', '135139.595000', '135140.055000', '135140.515000', '135140.975000', '135141.435000', '135141.895000', '135142.355000', '135142.815000', '135143.275000', '135143.735000', '135144.195000', '135144.655000', '135145.115000', '135145.575000', '135146.035000', '135146.495000', '135146.955000', '135147.415000', '135147.875000', '135148.335000', '135148.795000', '135149.255000', '135149.715000', '135150.175000', '135150.635000', '135151.095000', '135151.555000', '135152.015000', '135152.475000', '135152.935000', '135153.395000', '135153.855000', '135154.315000', '135154.775000', '135155.235000', '135155.695000', '135156.155000', '135156.615000', '135157.075000', '135157.535000', '135157.995000', '135158.455000', '135158.915000', '135159.375000', '135159.835000', '135200.295000', '135200.755000', '135201.215000', '135201.675000', '135202.135000', '135202.595000', '135203.055000', '135203.515000', '135203.975000', '135204.435000', '135204.895000', '135205.355000', '135205.815000', '135206.275000', '135206.735000', '135207.195000', '135207.655000', '135208.115000', '135208.575000', '135209.035000', '135209.495000', '135209.955000', '135210.415000', '135210.875000', '135211.335000', '135211.795000', '135212.255000', '135212.715000', '135213.175000', '135213.635000', '135214.095000', '135214.555000', '135215.015000', '135215.475000', '135215.935000', '135216.395000', '135216.855000', '135217.315000', '135217.775000', '135218.235000', '135218.695000', '135219.155000', '135219.615000', '135220.075000', '135220.535000', '135220.995000', '135221.455000', '135221.915000', '135222.375000', '135222.835000', '135223.295000', '135223.755000', '135224.215000', '135224.675000', '135225.135000', '135225.595000', '135226.055000', '135226.515000', '135226.975000', '135227.435000', '135227.895000', '135228.355000', '135228.815000', '135229.275000', '135229.735000', '135230.195000', '135230.655000', '135231.115000', '135231.575000', '135232.035000', '135232.495000', '135232.955000', '135233.415000', '135233.875000', '135234.335000', '135234.795000', '135235.255000', '135235.715000', '135236.175000', '135236.635000', '135237.095000', '135237.555000', '135238.015000', '135238.475000', '135238.935000', '135239.395000', '135239.855000', '135240.315000', '135240.775000', '135241.235000', '135241.695000', '135242.155000', '135242.615000', '135243.075000', '135243.535000', '135243.995000', '135244.455000', '135244.915000', '135245.375000', '135245.835000', '135246.295000', '135246.755000', '135247.215000', '135247.675000', '135248.135000', '135248.595000', '135249.055000', '135249.515000', '135249.975000', '135250.435000', '135250.895000', '135251.355000', '135251.815000', '135252.275000', '135252.735000', '135253.195000', '135253.655000', '135254.115000', '135254.575000', '135255.035000', '135255.495000', '135255.955000', '135256.415000', '135256.875000', '135257.335000', '135257.795000', '135258.255000', '135258.715000', '135259.175000', '135259.635000', '135300.095000', '135300.555000', '135301.015000', '135301.475000', '135301.935000', '135302.395000', '135302.855000', '135303.315000', '135303.775000', '135304.235000', '135304.695000', '135305.155000', '135305.615000', '135306.075000', '135306.535000', '135306.995000', '135307.455000', '135307.915000', '135308.375000', '135308.835000', '135309.295000', '135309.755000', '135310.215000', '135310.675000', '135311.135000', '135311.595000', '135312.055000', '135312.515000', '135312.975000', '135313.435000', '135313.895000', '135314.355000', '135314.815000', '135315.275000', '135315.735000', '135316.195000', '135316.655000', '135317.115000', '135317.575000', '135318.035000', '135318.495000', '135318.955000', '135319.415000', '135319.875000', '135320.335000', '135320.795000', '135321.255000', '135321.715000', '135322.175000', '135322.635000', '135323.095000', '135323.555000', '135324.015000', '135324.475000', '135324.935000', '135325.395000', '135325.855000', '135326.315000', '135326.775000', '135327.235000', '135327.695000', '135328.155000', '135328.615000', '135329.075000', '135329.535000', '135329.995000', '135330.455000', '135330.915000', '135331.375000', '135331.835000', '135332.295000', '135332.755000', '135333.215000', '135333.675000', '135334.135000', '135334.595000', '135335.055000', '135335.515000', '135335.975000', '135336.435000', '135336.895000', '135337.355000', '135337.815000', '135338.275000', '135338.735000', '135339.195000', '135339.655000', '135340.115000', '135340.575000', '135341.035000', '135341.495000', '135341.955000', '135342.415000', '135342.875000', '135343.335000', '135343.795000', '135344.255000', '135344.715000', '135345.175000', '135345.635000', '135346.095000', '135346.555000', '135347.015000', '135347.475000', '135347.935000', '135348.395000', '135348.855000', '135349.315000', '135349.775000', '135350.235000', '135350.695000', '135351.155000', '135351.615000', '135352.075000', '135352.535000', '135352.995000', '135353.455000', '135353.915000', '135354.375000', '135354.835000', '135355.295000', '135355.755000', '135356.215000', '135356.675000', '135357.135000', '135357.595000', '135358.055000', '135358.515000', '135358.975000', '135359.435000'], 'ContentTime': ['134405.349000', '134405.353000', '134405.386000', '134405.389000', '134405.392000', '134405.395000', '134405.398000', '134405.401000', '134405.404000', '134405.406000', '134405.410000', '134405.413000', '134405.415000', '134405.418000', '134405.422000', '134405.424000', '134405.432000', '134405.435000', '134405.438000', '134405.441000', '134405.444000', '134405.447000', '134405.450000', '134405.453000', '134405.456000', '134405.459000', '134405.462000', '134405.465000', '134405.468000', '134405.471000', '134405.474000', '134405.477000', '134405.480000', '134405.483000', '134405.486000', '134405.489000', '134405.492000', '134405.495000', '134405.498000', '134405.501000', '134405.504000', '134405.507000', '134425.310000', '134425.313000', '134425.316000', '134425.319000', '134425.321000', '134425.324000', '134425.327000', '134425.330000', '134425.333000', '134425.336000', '134425.339000', '134425.341000', '134425.344000', '134425.347000', '134425.350000', '134425.353000', '134425.356000', '134425.359000', '134425.361000', '134425.364000', '134425.367000', '134425.370000', '134425.373000', '134425.376000', '134425.378000', '134425.381000', '134425.384000', '134425.387000', '134425.390000', '134425.393000', '134425.396000', '134425.398000', '134425.401000', '134425.404000', '134425.407000', '134425.410000', '134425.413000', '134425.416000', '134425.418000', '134425.421000', '134425.424000', '134425.427000', '134425.440000', '134445.310000', '134445.313000', '134445.316000', '134445.319000', '134445.321000', '134445.324000', '134445.327000', '134445.330000', '134445.333000', '134445.336000', '134445.339000', '134445.341000', '134445.344000', '134445.347000', '134445.350000', '134445.353000', '134445.356000', '134445.359000', '134445.362000', '134445.364000', '134445.367000', '134445.370000', '134445.373000', '134445.376000', '134445.379000', '134445.381000', '134445.384000', '134445.387000', '134445.390000', '134445.393000', '134445.396000', '134445.399000', '134445.402000', '134445.404000', '134445.407000', '134445.410000', '134445.413000', '134445.416000', '134445.419000', '134445.421000', '134445.424000', '134445.432000', '134445.435000', '134445.438000', '134505.311000', '134505.314000', '134505.317000', '134505.319000', '134505.322000', '134505.325000', '134505.328000', '134505.331000', '134505.334000', '134505.337000', '134505.339000', '134505.342000', '134505.345000', '134505.348000', '134505.351000', '134505.354000', '134505.357000', '134505.360000', '134505.362000', '134505.365000', '134505.368000', '134505.371000', '134505.374000', '134505.377000', '134505.380000', '134505.382000', '134505.385000', '134505.388000', '134505.391000', '134505.394000', '134505.397000', '134505.399000', '134505.402000', '134505.405000', '134505.408000', '134505.411000', '134505.414000', '134505.417000', '134505.419000', '134505.422000', '134505.425000', '134505.428000', '134505.431000', '134525.310000', '134525.313000', '134525.316000', '134525.319000', '134525.322000', '134525.324000', '134525.327000', '134525.330000', '134525.334000', '134525.339000', '134525.342000', '134525.345000', '134525.348000', '134525.351000', '134525.354000', '134525.357000', '134525.360000', '134525.363000', '134525.366000', '134525.368000', '134525.371000', '134525.374000', '134525.377000', '134525.380000', '134525.383000', '134525.386000', '134525.389000', '134525.391000', '134525.394000', '134525.397000', '134525.400000', '134525.403000', '134525.406000', '134525.409000', '134525.412000', '134525.414000', '134525.417000', '134525.420000', '134525.423000', '134525.426000', '134525.436000', '134525.439000', '134525.442000', '134545.310000', '134545.313000', '134545.316000', '134545.318000', '134545.322000', '134545.324000', '134545.327000', '134545.330000', '134545.333000', '134545.336000', '134545.339000', '134545.341000', '134545.344000', '134545.347000', '134545.350000', '134545.353000', '134545.356000', '134545.359000', '134545.362000', '134545.364000', '134545.367000', '134545.370000', '134545.373000', '134545.376000', '134545.379000', '134545.382000', '134545.385000', '134545.387000', '134545.390000', '134545.393000', '134545.396000', '134545.399000', '134545.402000', '134545.404000', '134545.407000', '134545.410000', '134545.413000', '134545.416000', '134545.419000', '134545.422000', '134545.425000', '134545.427000', '134545.430000', '134545.433000', '134605.310000', '134605.313000', '134605.317000', '134605.319000', '134605.323000', '134605.326000', '134605.329000', '134605.331000', '134605.334000', '134605.337000', '134605.340000', '134605.343000', '134605.346000', '134605.349000', '134605.352000', '134605.354000', '134605.357000', '134605.360000', '134605.363000', '134605.366000', '134605.369000', '134605.372000', '134605.374000', '134605.377000', '134605.380000', '134605.383000', '134605.386000', '134605.389000', '134605.392000', '134605.395000', '134605.397000', '134605.400000', '134605.403000', '134605.406000', '134605.409000', '134605.412000', '134605.415000', '134605.417000', '134605.430000', '134605.433000', '134605.436000', '134605.439000', '134605.441000', '134625.310000', '134625.313000', '134625.316000', '134625.319000', '134625.322000', '134625.324000', '134625.327000', '134625.330000', '134625.333000', '134625.336000', '134625.339000', '134625.342000', '134625.345000', '134625.348000', '134625.350000', '134625.353000', '134625.356000', '134625.359000', '134625.362000', '134625.365000', '134625.368000', '134625.370000', '134625.373000', '134625.376000', '134625.379000', '134625.382000', '134625.385000', '134625.388000', '134625.391000', '134625.393000', '134625.396000', '134625.399000', '134625.402000', '134625.405000', '134625.408000', '134625.410000', '134625.413000', '134625.416000', '134625.419000', '134625.422000', '134625.425000', '134625.428000', '134625.431000', '134625.434000', '134645.310000', '134645.313000', '134645.316000', '134645.319000', '134645.322000', '134645.325000', '134645.328000', '134645.331000', '134645.333000', '134645.336000', '134645.339000', '134645.345000', '134645.348000', '134645.351000', '134645.354000', '134645.357000', '134645.360000', '134645.363000', '134645.366000', '134645.369000', '134645.372000', '134645.374000', '134645.377000', '134645.380000', '134645.383000', '134645.386000', '134645.389000', '134645.392000', '134645.395000', '134645.398000', '134645.400000', '134645.403000', '134645.406000', '134645.409000', '134645.412000', '134645.415000', '134645.418000', '134645.420000', '134645.423000', '134645.426000', '134645.429000', '134645.432000', '134645.435000', '134705.310000', '134705.313000', '134705.316000', '134705.319000', '134705.322000', '134705.324000', '134705.327000', '134705.330000', '134705.333000', '134705.336000', '134705.339000', '134705.342000', '134705.345000', '134705.347000', '134705.350000', '134705.353000', '134705.356000', '134705.359000', '134705.362000', '134705.365000', '134705.367000', '134705.370000', '134705.373000', '134705.376000', '134705.379000', '134705.382000', '134705.385000', '134705.387000', '134705.390000', '134705.393000', '134705.396000', '134705.399000', '134705.402000', '134705.405000', '134705.408000', '134705.410000', '134705.413000', '134705.416000', '134705.419000', '134705.422000', '134705.425000', '134705.428000', '134705.431000', '134705.433000', '134725.311000', '134725.314000', '134725.317000', '134725.320000', '134725.328000', '134725.331000', '134725.333000', '134725.336000', '134725.339000', '134725.342000', '134725.345000', '134725.348000', '134725.351000', '134725.354000', '134725.357000', '134725.360000', '134725.363000', '134725.366000', '134725.369000', '134725.372000', '134725.375000', '134725.377000', '134725.380000', '134725.383000', '134725.386000', '134725.389000', '134725.392000', '134725.395000', '134725.398000', '134725.400000', '134725.404000', '134725.406000', '134725.409000', '134725.412000', '134725.415000', '134725.418000', '134725.421000', '134725.424000', '134725.426000', '134725.429000', '134725.432000', '134725.435000', '134725.438000', '134745.310000', '134745.313000', '134745.316000', '134745.319000', '134745.322000', '134745.325000', '134745.328000', '134745.331000', '134745.334000', '134745.337000', '134745.339000', '134745.342000', '134745.345000', '134745.348000', '134745.351000', '134745.354000', '134745.356000', '134745.359000', '134745.362000', '134745.365000', '134745.376000', '134745.379000', '134745.382000', '134745.384000', '134745.387000', '134745.390000', '134745.393000', '134745.396000', '134745.399000', '134745.402000', '134745.405000', '134745.407000', '134745.410000', '134745.413000', '134745.416000', '134745.419000', '134745.422000', '134745.425000', '134745.428000', '134745.431000', '134745.433000', '134745.436000', '134745.439000', '134745.442000', '134805.310000', '134805.313000', '134805.316000', '134805.319000', '134805.322000', '134805.325000', '134805.327000', '134805.330000', '134805.333000', '134805.336000', '134805.339000', '134805.342000', '134805.345000', '134805.347000', '134805.350000', '134805.353000', '134805.356000', '134805.359000', '134805.362000', '134805.365000', '134805.368000', '134805.370000', '134805.373000', '134805.376000', '134805.379000', '134805.382000', '134805.385000', '134805.388000', '134805.391000', '134805.393000', '134805.398000', '134805.402000', '134805.405000', '134805.408000', '134805.411000', '134805.414000', '134805.416000', '134805.419000', '134805.422000', '134805.425000', '134805.428000', '134805.431000', '134805.434000', '134825.310000', '134825.313000', '134825.316000', '134825.318000', '134825.322000', '134825.324000', '134825.327000', '134825.330000', '134825.333000', '134825.336000', '134825.339000', '134825.342000', '134825.345000', '134825.348000', '134825.350000', '134825.353000', '134825.356000', '134825.359000', '134825.362000', '134825.365000', '134825.368000', '134825.371000', '134825.373000', '134825.376000', '134825.379000', '134825.382000', '134825.385000', '134825.388000', '134825.391000', '134825.394000', '134825.396000', '134825.399000', '134825.402000', '134825.405000', '134825.408000', '134825.411000', '134825.414000', '134825.417000', '134825.419000', '134825.422000', '134825.425000', '134825.428000', '134825.431000', '134825.433000', '134845.310000', '134845.313000', '134845.316000', '134845.319000', '134845.322000', '134845.325000', '134845.328000', '134845.332000', '134845.335000', '134845.338000', '134845.341000', '134845.344000', '134845.346000', '134845.349000', '134845.352000', '134845.355000', '134845.358000', '134845.361000', '134845.364000', '134845.367000', '134845.369000', '134845.372000', '134845.375000', '134845.378000', '134845.381000', '134845.384000', '134845.387000', '134845.390000', '134845.393000', '134845.396000', '134845.399000', '134845.402000', '134845.405000', '134845.408000', '134845.411000', '134845.413000', '134845.416000', '134845.419000', '134845.422000', '134845.425000', '134845.428000', '134845.431000', '134845.434000', '134905.310000', '134905.313000', '134905.316000', '134905.319000', '134905.322000', '134905.324000', '134905.327000', '134905.330000', '134905.333000', '134905.336000', '134905.339000', '134905.342000', '134905.345000', '134905.347000', '134905.350000', '134905.353000', '134905.356000', '134905.359000', '134905.362000', '134905.365000', '134905.368000', '134905.371000', '134905.373000', '134905.376000', '134905.379000', '134905.382000', '134905.385000', '134905.388000', '134905.391000', '134905.394000', '134905.396000', '134905.399000', '134905.402000', '134905.405000', '134905.408000', '134905.411000', '134905.414000', '134905.417000', '134905.419000', '134905.422000', '134905.425000', '134905.428000', '134905.431000', '134905.434000', '134925.312000', '134925.315000', '134925.318000', '134925.321000', '134925.324000', '134925.327000', '134925.330000', '134925.333000', '134925.335000', '134925.338000', '134925.341000', '134925.344000', '134925.347000', '134925.350000', '134925.352000', '134925.355000', '134925.358000', '134925.361000', '134925.364000', '134925.367000', '134925.370000', '134925.373000', '134925.375000', '134925.378000', '134925.381000', '134925.384000', '134925.387000', '134925.390000', '134925.392000', '134925.396000', '134925.398000', '134925.401000', '134925.404000', '134925.407000', '134925.410000', '134925.413000', '134925.417000', '134925.420000', '134925.423000', '134925.427000', '134925.429000', '134925.432000', '134925.435000', '134945.311000', '134945.314000', '134945.317000', '134945.320000', '134945.322000', '134945.325000', '134945.328000', '134945.331000', '134945.334000', '134945.337000', '134945.340000', '134945.343000', '134945.345000', '134945.348000', '134945.352000', '134945.355000', '134945.357000', '134945.360000', '134945.363000', '134945.366000', '134945.369000', '134945.372000', '134945.375000', '134945.377000', '134945.380000', '134945.383000', '134945.386000', '134945.389000', '134945.392000', '134945.395000', '134945.397000', '134945.400000', '134945.403000', '134945.406000', '134945.409000', '134945.412000', '134945.415000', '134945.417000', '134945.421000', '134945.423000', '134945.426000', '134945.429000', '134945.432000', '134945.435000', '135005.310000', '135005.313000', '135005.316000', '135005.318000', '135005.322000', '135005.324000', '135005.327000', '135005.330000', '135005.337000', '135005.340000', '135005.343000', '135005.346000', '135005.349000', '135005.352000', '135005.355000', '135005.357000', '135005.360000', '135005.363000', '135005.366000', '135005.369000', '135005.373000', '135005.376000', '135005.379000', '135005.382000', '135005.384000', '135005.387000', '135005.390000', '135005.393000', '135005.396000', '135005.399000', '135005.402000', '135005.405000', '135005.408000', '135005.410000', '135005.413000', '135005.416000', '135005.419000', '135005.422000', '135005.425000', '135005.428000', '135005.431000', '135005.435000', '135005.440000', '135025.310000', '135025.313000', '135025.316000', '135025.319000', '135025.322000', '135025.325000', '135025.328000', '135025.330000', '135025.333000', '135025.336000', '135025.339000', '135025.342000', '135025.345000', '135025.348000', '135025.351000', '135025.354000', '135025.356000', '135025.359000', '135025.362000', '135025.365000', '135025.368000', '135025.371000', '135025.374000', '135025.376000', '135025.379000', '135025.382000', '135025.385000', '135025.388000', '135025.391000', '135025.394000', '135025.397000', '135025.399000', '135025.402000', '135025.405000', '135025.408000', '135025.411000', '135025.414000', '135025.416000', '135025.419000', '135025.422000', '135025.425000', '135025.428000', '135025.431000', '135025.434000', '135045.310000', '135045.313000', '135045.316000', '135045.319000', '135045.322000', '135045.324000', '135045.327000', '135045.330000', '135045.333000', '135045.336000', '135045.339000', '135045.342000', '135045.345000', '135045.347000', '135045.350000', '135045.353000', '135045.356000', '135045.359000', '135045.362000', '135045.365000', '135045.368000', '135045.371000', '135045.374000', '135045.376000', '135045.379000', '135045.382000', '135045.385000', '135045.388000', '135045.391000', '135045.394000', '135045.396000', '135045.399000', '135045.402000', '135045.405000', '135045.408000', '135045.411000', '135045.414000', '135045.417000', '135045.419000', '135045.422000', '135045.425000', '135045.428000', '135045.431000', '135105.310000', '135105.313000', '135105.316000', '135105.318000', '135105.322000', '135105.324000', '135105.327000', '135105.330000', '135105.333000', '135105.336000', '135105.339000', '135105.342000', '135105.345000', '135105.348000', '135105.350000', '135105.353000', '135105.356000', '135105.359000', '135105.362000', '135105.365000', '135105.368000', '135105.370000', '135105.373000', '135105.376000', '135105.379000', '135105.382000', '135105.385000', '135105.388000', '135105.391000', '135105.393000', '135105.396000', '135105.399000', '135105.402000', '135105.405000', '135105.408000', '135105.411000', '135105.414000', '135105.416000', '135105.419000', '135105.422000', '135105.425000', '135105.428000', '135105.431000', '135105.434000', '135125.310000', '135125.313000', '135125.316000', '135125.319000', '135125.322000', '135125.325000', '135125.328000', '135125.331000', '135125.333000', '135125.336000', '135125.339000', '135125.342000', '135125.345000', '135125.348000', '135125.351000', '135125.353000', '135125.356000', '135125.359000', '135125.362000', '135125.365000', '135125.368000', '135125.370000', '135125.373000', '135125.376000', '135125.379000', '135125.382000', '135125.385000', '135125.388000', '135125.391000', '135125.394000', '135125.396000', '135125.399000', '135125.402000', '135125.405000', '135125.409000', '135125.412000', '135125.414000', '135125.417000', '135125.420000', '135125.423000', '135125.426000', '135125.429000', '135125.432000', '135145.310000', '135145.313000', '135145.316000', '135145.319000', '135145.322000', '135145.324000', '135145.327000', '135145.330000', '135145.333000', '135145.336000', '135145.339000', '135145.342000', '135145.345000', '135145.347000', '135145.350000', '135145.353000', '135145.356000', '135145.359000', '135145.362000', '135145.365000', '135145.367000', '135145.370000', '135145.373000', '135145.376000', '135145.379000', '135145.382000', '135145.385000', '135145.388000', '135145.391000', '135145.394000', '135145.397000', '135145.400000', '135145.402000', '135145.405000', '135145.408000', '135145.411000', '135145.414000', '135145.417000', '135145.420000', '135145.423000', '135145.425000', '135145.428000', '135145.431000', '135145.434000', '135205.311000', '135205.314000', '135205.317000', '135205.320000', '135205.323000', '135205.326000', '135205.329000', '135205.331000', '135205.334000', '135205.337000', '135205.340000', '135205.343000', '135205.346000', '135205.349000', '135205.352000', '135205.355000', '135205.358000', '135205.361000', '135205.363000', '135205.366000', '135205.369000', '135205.372000', '135205.375000', '135205.378000', '135205.381000', '135205.384000', '135205.386000', '135205.389000', '135205.392000', '135205.395000', '135205.398000', '135205.401000', '135205.404000', '135205.407000', '135205.410000', '135205.412000', '135205.415000', '135205.418000', '135205.421000', '135205.424000', '135205.427000', '135205.430000', '135205.433000', '135225.310000', '135225.313000', '135225.316000', '135225.319000', '135225.322000', '135225.325000', '135225.328000', '135225.330000', '135225.333000', '135225.336000', '135225.339000', '135225.342000', '135225.345000', '135225.348000', '135225.351000', '135225.353000', '135225.356000', '135225.359000', '135225.362000', '135225.365000', '135225.368000', '135225.371000', '135225.374000', '135225.377000', '135225.380000', '135225.382000', '135225.385000', '135225.388000', '135225.391000', '135225.394000', '135225.397000', '135225.400000', '135225.403000', '135225.406000', '135225.409000', '135225.411000', '135225.414000', '135225.417000', '135225.420000', '135225.423000', '135225.426000', '135225.428000', '135225.432000', '135225.434000', '135245.310000', '135245.313000', '135245.316000', '135245.319000', '135245.322000', '135245.325000', '135245.327000', '135245.330000', '135245.333000', '135245.336000', '135245.339000', '135245.342000', '135245.345000', '135245.348000', '135245.351000', '135245.353000', '135245.356000', '135245.359000', '135245.362000', '135245.365000', '135245.368000', '135245.371000', '135245.374000', '135245.377000', '135245.380000', '135245.383000', '135245.385000', '135245.388000', '135245.391000', '135245.394000', '135245.397000', '135245.400000', '135245.403000', '135245.406000', '135245.409000', '135245.412000', '135245.415000', '135245.418000', '135245.420000', '135245.423000', '135245.426000', '135245.429000', '135245.432000', '135305.310000', '135305.313000', '135305.316000', '135305.319000', '135305.322000', '135305.325000', '135305.328000', '135305.331000', '135305.333000', '135305.336000', '135305.339000', '135305.342000', '135305.345000', '135305.348000', '135305.351000', '135305.354000', '135305.356000', '135305.359000', '135305.362000', '135305.365000', '135305.368000', '135305.371000', '135305.374000', '135305.377000', '135305.380000', '135305.383000', '135305.385000', '135305.388000', '135305.391000', '135305.394000', '135305.397000', '135305.400000', '135305.403000', '135305.405000', '135305.409000', '135305.411000', '135305.414000', '135305.417000', '135305.420000', '135305.423000', '135305.426000', '135305.429000', '135305.432000', '135325.310000', '135325.313000', '135325.316000', '135325.319000', '135325.322000', '135325.325000', '135325.328000', '135325.330000', '135325.333000', '135325.336000', '135325.339000', '135325.342000', '135325.345000', '135325.348000', '135325.351000', '135325.353000', '135325.356000', '135325.359000', '135325.362000', '135325.365000', '135325.368000', '135325.371000', '135325.373000', '135325.376000', '135325.379000', '135325.382000', '135325.385000', '135325.388000', '135325.391000', '135325.394000', '135325.397000', '135325.399000', '135325.402000', '135325.405000', '135325.408000', '135325.411000', '135325.414000', '135325.417000', '135325.419000', '135325.422000', '135325.425000', '135325.428000', '135325.431000', '135325.434000', '135345.310000', '135345.313000', '135345.317000', '135345.320000', '135345.323000', '135345.326000', '135345.329000', '135345.332000', '135345.335000', '135345.338000', '135345.340000', '135345.343000', '135345.346000', '135345.349000', '135345.352000', '135345.354000', '135345.357000', '135345.360000', '135345.363000', '135345.366000', '135345.369000', '135345.371000', '135345.374000', '135345.377000', '135345.380000', '135345.383000', '135345.386000', '135345.388000', '135345.391000', '135345.394000', '135345.397000', '135345.400000', '135345.403000', '135345.406000', '135345.409000', '135345.411000', '135345.414000', '135345.417000', '135345.420000', '135345.423000', '135345.426000', '135345.429000', '135345.432000', '135400.088000', '135400.092000', '135400.095000', '135400.099000', '135400.101000', '135400.104000', '135400.108000', '135400.112000', '135400.115000', '135400.119000', '135400.122000', '135400.125000', '135400.128000', '135400.132000', '135400.135000', '135400.138000', '135400.141000', '135400.146000', '135400.150000', '135400.153000', '135400.156000', '135400.159000', '135400.162000', '135400.165000', '135400.168000', '135400.171000', '135400.174000', '135400.177000', '135400.180000', '135400.183000', '135400.186000', '135400.189000', '135400.192000'], 'InstanceCreationTime': ['134405.349000', '134405.353000', '134405.386000', '134405.389000', '134405.392000', '134405.395000', '134405.398000', '134405.401000', '134405.404000', '134405.406000', '134405.410000', '134405.413000', '134405.415000', '134405.418000', '134405.422000', '134405.424000', '134405.432000', '134405.435000', '134405.438000', '134405.441000', '134405.444000', '134405.447000', '134405.450000', '134405.453000', '134405.456000', '134405.459000', '134405.462000', '134405.465000', '134405.468000', '134405.471000', '134405.474000', '134405.477000', '134405.480000', '134405.483000', '134405.486000', '134405.489000', '134405.492000', '134405.495000', '134405.498000', '134405.501000', '134405.504000', '134405.507000', '134425.310000', '134425.313000', '134425.316000', '134425.319000', '134425.321000', '134425.324000', '134425.327000', '134425.330000', '134425.333000', '134425.336000', '134425.339000', '134425.341000', '134425.344000', '134425.347000', '134425.350000', '134425.353000', '134425.356000', '134425.359000', '134425.361000', '134425.364000', '134425.367000', '134425.370000', '134425.373000', '134425.376000', '134425.378000', '134425.381000', '134425.384000', '134425.387000', '134425.390000', '134425.393000', '134425.396000', '134425.398000', '134425.401000', '134425.404000', '134425.407000', '134425.410000', '134425.413000', '134425.416000', '134425.418000', '134425.421000', '134425.424000', '134425.427000', '134425.440000', '134445.310000', '134445.313000', '134445.316000', '134445.319000', '134445.321000', '134445.324000', '134445.327000', '134445.330000', '134445.333000', '134445.336000', '134445.339000', '134445.341000', '134445.344000', '134445.347000', '134445.350000', '134445.353000', '134445.356000', '134445.359000', '134445.362000', '134445.364000', '134445.367000', '134445.370000', '134445.373000', '134445.376000', '134445.379000', '134445.381000', '134445.384000', '134445.387000', '134445.390000', '134445.393000', '134445.396000', '134445.399000', '134445.402000', '134445.404000', '134445.407000', '134445.410000', '134445.413000', '134445.416000', '134445.419000', '134445.421000', '134445.424000', '134445.432000', '134445.435000', '134445.438000', '134505.311000', '134505.314000', '134505.317000', '134505.319000', '134505.322000', '134505.325000', '134505.328000', '134505.331000', '134505.334000', '134505.337000', '134505.339000', '134505.342000', '134505.345000', '134505.348000', '134505.351000', '134505.354000', '134505.357000', '134505.360000', '134505.362000', '134505.365000', '134505.368000', '134505.371000', '134505.374000', '134505.377000', '134505.380000', '134505.382000', '134505.385000', '134505.388000', '134505.391000', '134505.394000', '134505.397000', '134505.399000', '134505.402000', '134505.405000', '134505.408000', '134505.411000', '134505.414000', '134505.417000', '134505.419000', '134505.422000', '134505.425000', '134505.428000', '134505.431000', '134525.310000', '134525.313000', '134525.316000', '134525.319000', '134525.322000', '134525.324000', '134525.327000', '134525.330000', '134525.334000', '134525.339000', '134525.342000', '134525.345000', '134525.348000', '134525.351000', '134525.354000', '134525.357000', '134525.360000', '134525.363000', '134525.366000', '134525.368000', '134525.371000', '134525.374000', '134525.377000', '134525.380000', '134525.383000', '134525.386000', '134525.389000', '134525.391000', '134525.394000', '134525.397000', '134525.400000', '134525.403000', '134525.406000', '134525.409000', '134525.412000', '134525.414000', '134525.417000', '134525.420000', '134525.423000', '134525.426000', '134525.436000', '134525.439000', '134525.442000', '134545.310000', '134545.313000', '134545.316000', '134545.318000', '134545.322000', '134545.324000', '134545.327000', '134545.330000', '134545.333000', '134545.336000', '134545.339000', '134545.341000', '134545.344000', '134545.347000', '134545.350000', '134545.353000', '134545.356000', '134545.359000', '134545.362000', '134545.364000', '134545.367000', '134545.370000', '134545.373000', '134545.376000', '134545.379000', '134545.382000', '134545.385000', '134545.387000', '134545.390000', '134545.393000', '134545.396000', '134545.399000', '134545.402000', '134545.404000', '134545.407000', '134545.410000', '134545.413000', '134545.416000', '134545.419000', '134545.422000', '134545.425000', '134545.427000', '134545.430000', '134545.433000', '134605.310000', '134605.313000', '134605.317000', '134605.319000', '134605.323000', '134605.326000', '134605.329000', '134605.331000', '134605.334000', '134605.337000', '134605.340000', '134605.343000', '134605.346000', '134605.349000', '134605.352000', '134605.354000', '134605.357000', '134605.360000', '134605.363000', '134605.366000', '134605.369000', '134605.372000', '134605.374000', '134605.377000', '134605.380000', '134605.383000', '134605.386000', '134605.389000', '134605.392000', '134605.395000', '134605.397000', '134605.400000', '134605.403000', '134605.406000', '134605.409000', '134605.412000', '134605.415000', '134605.417000', '134605.430000', '134605.433000', '134605.436000', '134605.439000', '134605.441000', '134625.310000', '134625.313000', '134625.316000', '134625.319000', '134625.322000', '134625.324000', '134625.327000', '134625.330000', '134625.333000', '134625.336000', '134625.339000', '134625.342000', '134625.345000', '134625.348000', '134625.350000', '134625.353000', '134625.356000', '134625.359000', '134625.362000', '134625.365000', '134625.368000', '134625.370000', '134625.373000', '134625.376000', '134625.379000', '134625.382000', '134625.385000', '134625.388000', '134625.391000', '134625.393000', '134625.396000', '134625.399000', '134625.402000', '134625.405000', '134625.408000', '134625.410000', '134625.413000', '134625.416000', '134625.419000', '134625.422000', '134625.425000', '134625.428000', '134625.431000', '134625.434000', '134645.310000', '134645.313000', '134645.316000', '134645.319000', '134645.322000', '134645.325000', '134645.328000', '134645.331000', '134645.333000', '134645.336000', '134645.339000', '134645.345000', '134645.348000', '134645.351000', '134645.354000', '134645.357000', '134645.360000', '134645.363000', '134645.366000', '134645.369000', '134645.372000', '134645.374000', '134645.377000', '134645.380000', '134645.383000', '134645.386000', '134645.389000', '134645.392000', '134645.395000', '134645.398000', '134645.400000', '134645.403000', '134645.406000', '134645.409000', '134645.412000', '134645.415000', '134645.418000', '134645.420000', '134645.423000', '134645.426000', '134645.429000', '134645.432000', '134645.435000', '134705.310000', '134705.313000', '134705.316000', '134705.319000', '134705.322000', '134705.324000', '134705.327000', '134705.330000', '134705.333000', '134705.336000', '134705.339000', '134705.342000', '134705.345000', '134705.347000', '134705.350000', '134705.353000', '134705.356000', '134705.359000', '134705.362000', '134705.365000', '134705.367000', '134705.370000', '134705.373000', '134705.376000', '134705.379000', '134705.382000', '134705.385000', '134705.387000', '134705.390000', '134705.393000', '134705.396000', '134705.399000', '134705.402000', '134705.405000', '134705.408000', '134705.410000', '134705.413000', '134705.416000', '134705.419000', '134705.422000', '134705.425000', '134705.428000', '134705.431000', '134705.433000', '134725.311000', '134725.314000', '134725.317000', '134725.320000', '134725.328000', '134725.331000', '134725.333000', '134725.336000', '134725.339000', '134725.342000', '134725.345000', '134725.348000', '134725.351000', '134725.354000', '134725.357000', '134725.360000', '134725.363000', '134725.366000', '134725.369000', '134725.372000', '134725.375000', '134725.377000', '134725.380000', '134725.383000', '134725.386000', '134725.389000', '134725.392000', '134725.395000', '134725.398000', '134725.400000', '134725.404000', '134725.406000', '134725.409000', '134725.412000', '134725.415000', '134725.418000', '134725.421000', '134725.424000', '134725.426000', '134725.429000', '134725.432000', '134725.435000', '134725.438000', '134745.310000', '134745.313000', '134745.316000', '134745.319000', '134745.322000', '134745.325000', '134745.328000', '134745.331000', '134745.334000', '134745.337000', '134745.339000', '134745.342000', '134745.345000', '134745.348000', '134745.351000', '134745.354000', '134745.356000', '134745.359000', '134745.362000', '134745.365000', '134745.376000', '134745.379000', '134745.382000', '134745.384000', '134745.387000', '134745.390000', '134745.393000', '134745.396000', '134745.399000', '134745.402000', '134745.405000', '134745.407000', '134745.410000', '134745.413000', '134745.416000', '134745.419000', '134745.422000', '134745.425000', '134745.428000', '134745.431000', '134745.433000', '134745.436000', '134745.439000', '134745.442000', '134805.310000', '134805.313000', '134805.316000', '134805.319000', '134805.322000', '134805.325000', '134805.327000', '134805.330000', '134805.333000', '134805.336000', '134805.339000', '134805.342000', '134805.345000', '134805.347000', '134805.350000', '134805.353000', '134805.356000', '134805.359000', '134805.362000', '134805.365000', '134805.368000', '134805.370000', '134805.373000', '134805.376000', '134805.379000', '134805.382000', '134805.385000', '134805.388000', '134805.391000', '134805.393000', '134805.398000', '134805.402000', '134805.405000', '134805.408000', '134805.411000', '134805.414000', '134805.416000', '134805.419000', '134805.422000', '134805.425000', '134805.428000', '134805.431000', '134805.434000', '134825.310000', '134825.313000', '134825.316000', '134825.318000', '134825.322000', '134825.324000', '134825.327000', '134825.330000', '134825.333000', '134825.336000', '134825.339000', '134825.342000', '134825.345000', '134825.348000', '134825.350000', '134825.353000', '134825.356000', '134825.359000', '134825.362000', '134825.365000', '134825.368000', '134825.371000', '134825.373000', '134825.376000', '134825.379000', '134825.382000', '134825.385000', '134825.388000', '134825.391000', '134825.394000', '134825.396000', '134825.399000', '134825.402000', '134825.405000', '134825.408000', '134825.411000', '134825.414000', '134825.417000', '134825.419000', '134825.422000', '134825.425000', '134825.428000', '134825.431000', '134825.433000', '134845.310000', '134845.313000', '134845.316000', '134845.319000', '134845.322000', '134845.325000', '134845.328000', '134845.332000', '134845.335000', '134845.338000', '134845.341000', '134845.344000', '134845.346000', '134845.349000', '134845.352000', '134845.355000', '134845.358000', '134845.361000', '134845.364000', '134845.367000', '134845.369000', '134845.372000', '134845.375000', '134845.378000', '134845.381000', '134845.384000', '134845.387000', '134845.390000', '134845.393000', '134845.396000', '134845.399000', '134845.402000', '134845.405000', '134845.408000', '134845.411000', '134845.413000', '134845.416000', '134845.419000', '134845.422000', '134845.425000', '134845.428000', '134845.431000', '134845.434000', '134905.310000', '134905.313000', '134905.316000', '134905.319000', '134905.322000', '134905.324000', '134905.327000', '134905.330000', '134905.333000', '134905.336000', '134905.339000', '134905.342000', '134905.345000', '134905.347000', '134905.350000', '134905.353000', '134905.356000', '134905.359000', '134905.362000', '134905.365000', '134905.368000', '134905.371000', '134905.373000', '134905.376000', '134905.379000', '134905.382000', '134905.385000', '134905.388000', '134905.391000', '134905.394000', '134905.396000', '134905.399000', '134905.402000', '134905.405000', '134905.408000', '134905.411000', '134905.414000', '134905.417000', '134905.419000', '134905.422000', '134905.425000', '134905.428000', '134905.431000', '134905.434000', '134925.312000', '134925.315000', '134925.318000', '134925.321000', '134925.324000', '134925.327000', '134925.330000', '134925.333000', '134925.335000', '134925.338000', '134925.341000', '134925.344000', '134925.347000', '134925.350000', '134925.352000', '134925.355000', '134925.358000', '134925.361000', '134925.364000', '134925.367000', '134925.370000', '134925.373000', '134925.375000', '134925.378000', '134925.381000', '134925.384000', '134925.387000', '134925.390000', '134925.392000', '134925.396000', '134925.398000', '134925.401000', '134925.404000', '134925.407000', '134925.410000', '134925.413000', '134925.417000', '134925.420000', '134925.423000', '134925.427000', '134925.429000', '134925.432000', '134925.435000', '134945.311000', '134945.314000', '134945.317000', '134945.320000', '134945.322000', '134945.325000', '134945.328000', '134945.331000', '134945.334000', '134945.337000', '134945.340000', '134945.343000', '134945.345000', '134945.348000', '134945.352000', '134945.355000', '134945.357000', '134945.360000', '134945.363000', '134945.366000', '134945.369000', '134945.372000', '134945.375000', '134945.377000', '134945.380000', '134945.383000', '134945.386000', '134945.389000', '134945.392000', '134945.395000', '134945.397000', '134945.400000', '134945.403000', '134945.406000', '134945.409000', '134945.412000', '134945.415000', '134945.417000', '134945.421000', '134945.423000', '134945.426000', '134945.429000', '134945.432000', '134945.435000', '135005.310000', '135005.313000', '135005.316000', '135005.318000', '135005.322000', '135005.324000', '135005.327000', '135005.330000', '135005.337000', '135005.340000', '135005.343000', '135005.346000', '135005.349000', '135005.352000', '135005.355000', '135005.357000', '135005.360000', '135005.363000', '135005.366000', '135005.369000', '135005.373000', '135005.376000', '135005.379000', '135005.382000', '135005.384000', '135005.387000', '135005.390000', '135005.393000', '135005.396000', '135005.399000', '135005.402000', '135005.405000', '135005.408000', '135005.410000', '135005.413000', '135005.416000', '135005.419000', '135005.422000', '135005.425000', '135005.428000', '135005.431000', '135005.435000', '135005.440000', '135025.310000', '135025.313000', '135025.316000', '135025.319000', '135025.322000', '135025.325000', '135025.328000', '135025.330000', '135025.333000', '135025.336000', '135025.339000', '135025.342000', '135025.345000', '135025.348000', '135025.351000', '135025.354000', '135025.356000', '135025.359000', '135025.362000', '135025.365000', '135025.368000', '135025.371000', '135025.374000', '135025.376000', '135025.379000', '135025.382000', '135025.385000', '135025.388000', '135025.391000', '135025.394000', '135025.397000', '135025.399000', '135025.402000', '135025.405000', '135025.408000', '135025.411000', '135025.414000', '135025.416000', '135025.419000', '135025.422000', '135025.425000', '135025.428000', '135025.431000', '135025.434000', '135045.310000', '135045.313000', '135045.316000', '135045.319000', '135045.322000', '135045.324000', '135045.327000', '135045.330000', '135045.333000', '135045.336000', '135045.339000', '135045.342000', '135045.345000', '135045.347000', '135045.350000', '135045.353000', '135045.356000', '135045.359000', '135045.362000', '135045.365000', '135045.368000', '135045.371000', '135045.374000', '135045.376000', '135045.379000', '135045.382000', '135045.385000', '135045.388000', '135045.391000', '135045.394000', '135045.396000', '135045.399000', '135045.402000', '135045.405000', '135045.408000', '135045.411000', '135045.414000', '135045.417000', '135045.419000', '135045.422000', '135045.425000', '135045.428000', '135045.431000', '135105.310000', '135105.313000', '135105.316000', '135105.318000', '135105.322000', '135105.324000', '135105.327000', '135105.330000', '135105.333000', '135105.336000', '135105.339000', '135105.342000', '135105.345000', '135105.348000', '135105.350000', '135105.353000', '135105.356000', '135105.359000', '135105.362000', '135105.365000', '135105.368000', '135105.370000', '135105.373000', '135105.376000', '135105.379000', '135105.382000', '135105.385000', '135105.388000', '135105.391000', '135105.393000', '135105.396000', '135105.399000', '135105.402000', '135105.405000', '135105.408000', '135105.411000', '135105.414000', '135105.416000', '135105.419000', '135105.422000', '135105.425000', '135105.428000', '135105.431000', '135105.434000', '135125.310000', '135125.313000', '135125.316000', '135125.319000', '135125.322000', '135125.325000', '135125.328000', '135125.331000', '135125.333000', '135125.336000', '135125.339000', '135125.342000', '135125.345000', '135125.348000', '135125.351000', '135125.353000', '135125.356000', '135125.359000', '135125.362000', '135125.365000', '135125.368000', '135125.370000', '135125.373000', '135125.376000', '135125.379000', '135125.382000', '135125.385000', '135125.388000', '135125.391000', '135125.394000', '135125.396000', '135125.399000', '135125.402000', '135125.405000', '135125.409000', '135125.412000', '135125.414000', '135125.417000', '135125.420000', '135125.423000', '135125.426000', '135125.429000', '135125.432000', '135145.310000', '135145.313000', '135145.316000', '135145.319000', '135145.322000', '135145.324000', '135145.327000', '135145.330000', '135145.333000', '135145.336000', '135145.339000', '135145.342000', '135145.345000', '135145.347000', '135145.350000', '135145.353000', '135145.356000', '135145.359000', '135145.362000', '135145.365000', '135145.367000', '135145.370000', '135145.373000', '135145.376000', '135145.379000', '135145.382000', '135145.385000', '135145.388000', '135145.391000', '135145.394000', '135145.397000', '135145.400000', '135145.402000', '135145.405000', '135145.408000', '135145.411000', '135145.414000', '135145.417000', '135145.420000', '135145.423000', '135145.425000', '135145.428000', '135145.431000', '135145.434000', '135205.311000', '135205.314000', '135205.317000', '135205.320000', '135205.323000', '135205.326000', '135205.329000', '135205.331000', '135205.334000', '135205.337000', '135205.340000', '135205.343000', '135205.346000', '135205.349000', '135205.352000', '135205.355000', '135205.358000', '135205.361000', '135205.363000', '135205.366000', '135205.369000', '135205.372000', '135205.375000', '135205.378000', '135205.381000', '135205.384000', '135205.386000', '135205.389000', '135205.392000', '135205.395000', '135205.398000', '135205.401000', '135205.404000', '135205.407000', '135205.410000', '135205.412000', '135205.415000', '135205.418000', '135205.421000', '135205.424000', '135205.427000', '135205.430000', '135205.433000', '135225.310000', '135225.313000', '135225.316000', '135225.319000', '135225.322000', '135225.325000', '135225.328000', '135225.330000', '135225.333000', '135225.336000', '135225.339000', '135225.342000', '135225.345000', '135225.348000', '135225.351000', '135225.353000', '135225.356000', '135225.359000', '135225.362000', '135225.365000', '135225.368000', '135225.371000', '135225.374000', '135225.377000', '135225.380000', '135225.382000', '135225.385000', '135225.388000', '135225.391000', '135225.394000', '135225.397000', '135225.400000', '135225.403000', '135225.406000', '135225.409000', '135225.411000', '135225.414000', '135225.417000', '135225.420000', '135225.423000', '135225.426000', '135225.428000', '135225.432000', '135225.434000', '135245.310000', '135245.313000', '135245.316000', '135245.319000', '135245.322000', '135245.325000', '135245.327000', '135245.330000', '135245.333000', '135245.336000', '135245.339000', '135245.342000', '135245.345000', '135245.348000', '135245.351000', '135245.353000', '135245.356000', '135245.359000', '135245.362000', '135245.365000', '135245.368000', '135245.371000', '135245.374000', '135245.377000', '135245.380000', '135245.383000', '135245.385000', '135245.388000', '135245.391000', '135245.394000', '135245.397000', '135245.400000', '135245.403000', '135245.406000', '135245.409000', '135245.412000', '135245.415000', '135245.418000', '135245.420000', '135245.423000', '135245.426000', '135245.429000', '135245.432000', '135305.310000', '135305.313000', '135305.316000', '135305.319000', '135305.322000', '135305.325000', '135305.328000', '135305.331000', '135305.333000', '135305.336000', '135305.339000', '135305.342000', '135305.345000', '135305.348000', '135305.351000', '135305.354000', '135305.356000', '135305.359000', '135305.362000', '135305.365000', '135305.368000', '135305.371000', '135305.374000', '135305.377000', '135305.380000', '135305.383000', '135305.385000', '135305.388000', '135305.391000', '135305.394000', '135305.397000', '135305.400000', '135305.403000', '135305.405000', '135305.409000', '135305.411000', '135305.414000', '135305.417000', '135305.420000', '135305.423000', '135305.426000', '135305.429000', '135305.432000', '135325.310000', '135325.313000', '135325.316000', '135325.319000', '135325.322000', '135325.325000', '135325.328000', '135325.330000', '135325.333000', '135325.336000', '135325.339000', '135325.342000', '135325.345000', '135325.348000', '135325.351000', '135325.353000', '135325.356000', '135325.359000', '135325.362000', '135325.365000', '135325.368000', '135325.371000', '135325.373000', '135325.376000', '135325.379000', '135325.382000', '135325.385000', '135325.388000', '135325.391000', '135325.394000', '135325.397000', '135325.399000', '135325.402000', '135325.405000', '135325.408000', '135325.411000', '135325.414000', '135325.417000', '135325.419000', '135325.422000', '135325.425000', '135325.428000', '135325.431000', '135325.434000', '135345.310000', '135345.313000', '135345.317000', '135345.320000', '135345.323000', '135345.326000', '135345.329000', '135345.332000', '135345.335000', '135345.338000', '135345.340000', '135345.343000', '135345.346000', '135345.349000', '135345.352000', '135345.354000', '135345.357000', '135345.360000', '135345.363000', '135345.366000', '135345.369000', '135345.371000', '135345.374000', '135345.377000', '135345.380000', '135345.383000', '135345.386000', '135345.388000', '135345.391000', '135345.394000', '135345.397000', '135345.400000', '135345.403000', '135345.406000', '135345.409000', '135345.411000', '135345.414000', '135345.417000', '135345.420000', '135345.423000', '135345.426000', '135345.429000', '135345.432000', '135400.088000', '135400.092000', '135400.095000', '135400.099000', '135400.101000', '135400.104000', '135400.108000', '135400.112000', '135400.115000', '135400.119000', '135400.122000', '135400.125000', '135400.128000', '135400.132000', '135400.135000', '135400.138000', '135400.141000', '135400.146000', '135400.150000', '135400.153000', '135400.156000', '135400.159000', '135400.162000', '135400.165000', '135400.168000', '135400.171000', '135400.174000', '135400.177000', '135400.180000', '135400.183000', '135400.186000', '135400.189000', '135400.192000'], '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': [9410, 8325, 8968, 8369, 8674, 8535, 8822, 8497, 8996, 8524, 9485, 8585, 9517, 8329, 9384, 8366, 9575, 9762, 9715, 11166, 9419, 10871, 8977, 9584, 8976, 9140, 8825, 8778, 8571, 8794, 9185, 9227, 8809, 11311, 8471, 10320, 8483, 10284, 8700, 11560, 9041, 10055, 8578, 8681, 8180, 9497, 8552, 11968, 8553, 10795, 8615, 11330, 8580, 12920, 9619, 12169, 8683, 10774, 8617, 9667, 8391, 10210, 8457, 9598, 8627, 9376, 8563, 12069, 9109, 8043, 12634, 7701, 7752, 7728, 8312, 7594, 7278, 8350, 9537, 8212, 11003, 8605, 12568, 8634, 15134, 11031, 19234, 13986, 20094, 14843, 17374, 13098, 18379, 14479, 19345, 13135, 14923, 10555, 12680, 10285, 18349, 11214, 17241, 10373, 12893, 9440, 13946, 9872, 14770, 8919, 8207, 8211, 8219, 9580, 10664, 16543, 10540, 11098, 7938, 8572, 7888, 15992, 9690, 12024, 7791, 8266, 7742, 14804, 9662, 17092, 12830, 19138, 9960, 7971, 8243, 7843, 11693, 7801, 10303, 8286, 8004, 7657, 9914, 8157, 12081, 8151, 7842, 8022, 8546, 8131, 14057, 8039, 10569, 8438, 9982, 7978, 10576, 8256, 8960, 8013, 7984, 8508, 8460, 13404, 8168, 13130, 8130, 9343, 8319, 8622, 8458, 8365, 8307, 8037, 11032, 8163, 9064, 8126, 8901, 8174, 8323, 8118, 7868, 8403, 8189, 14988, 8188, 10369, 8622, 8787, 8203, 8594, 8720, 8474, 10381, 8684, 9343, 8887, 9277, 8631, 7922, 8154, 8946, 11478, 8660, 13479, 8494, 9696, 7998, 8699, 8178, 8270, 15556, 8481, 10119, 8360, 8763, 7863, 8632, 8743, 8861, 9684, 8769, 8824, 9024, 8990, 8914, 9048, 8534, 9525, 8477, 9846, 8135, 8698, 17026, 9080, 15280, 12300, 15196, 8638, 8835, 12357, 8502, 20080, 11982, 15424, 9584, 10851, 8393, 8980, 12642, 8566, 18371, 8625, 11381, 8646, 9069, 8616, 10897, 9409, 8026, 19814, 8509, 13229, 9800, 14712, 8436, 8315, 19197, 8531, 13705, 9042, 11426, 8268, 8308, 8728, 8131, 12259, 8344, 10207, 8380, 10675, 8391, 8191, 8688, 8301, 17848, 10676, 18503, 9347, 13430, 9375, 10291, 8490, 11081, 16482, 8574, 17801, 9000, 12860, 9122, 11871, 8095, 8299, 8318, 8565, 11021, 8574, 12603, 8218, 9963, 8181, 9028, 8125, 10817, 8112, 8308, 7858, 8473, 8588, 12219, 12042, 18277, 9432, 13115, 8134, 8922, 8165, 8389, 13763, 8594, 13394, 8515, 8838, 8513, 7982, 8433, 9096, 8483, 9701, 7975, 8341, 8612, 8277, 8542, 8138, 8195, 7831, 9177, 8314, 14438, 8551, 11344, 9156, 8395, 13844, 11163, 11635, 11693, 8373, 8130, 8171, 8848, 7903, 11074, 8343, 13508, 8182, 11316, 8423, 8815, 8705, 8371, 10225, 8171, 12339, 8587, 8019, 8964, 8586, 9391, 8524, 11007, 8684, 13853, 8589, 15376, 9069, 18796, 15742, 13224, 18605, 8652, 8489, 8021, 7924, 8951, 8387, 11047, 8245, 10038, 8689, 10095, 8532, 8061, 8402, 7961, 12585, 10037, 19829, 13956, 12347, 9151, 8457, 8212, 8264, 8532, 14211, 8515, 17374, 8390, 11538, 7843, 8959, 8190, 8506, 12479, 8333, 10294, 8448, 8972, 8813, 8069, 8733, 8307, 8662, 8404, 9456, 8263, 8713, 8439, 8309, 8290, 8452, 13163, 8110, 10008, 8653, 8719, 8379, 8368, 15638, 8717, 11472, 8420, 8374, 8413, 8288, 13455, 8529, 9832, 8218, 8175, 8422, 8090, 13555, 8111, 9960, 8716, 9780, 8859, 8197, 8757, 8291, 8387, 8766, 11687, 8773, 15672, 8822, 11088, 8472, 8896, 8123, 8945, 11953, 8223, 13049, 8850, 9214, 8294, 8164, 8529, 8424, 12974, 8701, 9713, 8423, 8674, 8513, 8882, 8679, 8525, 9794, 8596, 11532, 8665, 11062, 8823, 9341, 8488, 8566, 9854, 11457, 16213, 8636, 19131, 9605, 15696, 12000, 17283, 9219, 11188, 13844, 8309, 19712, 10420, 15098, 10701, 11052, 8415, 8661, 10230, 8241, 14648, 9534, 12509, 8294, 9474, 8763, 8672, 8523, 9235, 8870, 8743, 15314, 8518, 11994, 9359, 11960, 9094, 9899, 8464, 8107, 8150, 8068, 8868, 8853, 10880, 8087, 14010, 8332, 12195, 10099, 13986, 9566, 13608, 8487, 8848, 8316, 9227, 9764, 11629, 12134, 8268, 19729, 8382, 15186, 11012, 14501, 8564, 8716, 11270, 8679, 16331, 8886, 12299, 8565, 9617, 8561, 8122, 8418, 8458, 8747, 8443, 8585, 8810, 12744, 8249, 12168, 9241, 13350, 8827, 11747, 8624, 10379, 8253, 10396, 8610, 16032, 8964, 14102, 8351, 8400, 9246, 8356, 9842, 8544, 12558, 8578, 11743, 12862, 8699, 20186, 14284, 17607, 13136, 14730, 18853, 18468, 15153, 13878, 11820, 9900, 11883, 11953, 17748, 14681, 18933, 11298, 11416, 8805, 7979, 14818, 8229, 8978, 8541, 10434, 8603, 14060, 8882, 10158, 8405, 9296, 7992, 16859, 8716, 11543, 8838, 8233, 9238, 7960, 8260, 8198, 11432, 9105, 13948, 8280, 10550, 8730, 9192, 8520, 8972, 7992, 9743, 9578, 8912, 12747, 8692, 15327, 8641, 13533, 8432, 10187, 8478, 8682, 8163, 9113, 8364, 8869, 8308, 9047, 8471, 8897, 8083, 8514, 8163, 8915, 8047, 8393, 10114, 8507, 14429, 8763, 13346, 9426, 10648, 8450, 8630, 8576, 10102, 8394, 12400, 8818, 12653, 8680, 8937, 8122, 8799, 8055, 12742, 8089, 9343, 8243, 8309, 8222, 8620, 10540, 8529, 17057, 8191, 11255, 8465, 8933, 8195, 8376, 12727, 8121, 11474, 8134, 9432, 8298, 8732, 8370, 8362, 8327, 8102, 11124, 8067, 9589, 8651, 8688, 8229, 8053, 8341, 8214, 8616, 9244, 9714, 8269, 15003, 8201, 12461, 9718, 14946, 8276, 8973, 7944, 8173, 18413, 10176, 16216, 8767, 11193, 7985, 8581, 8386, 8510, 8072, 8031, 8470, 8100, 13943, 9554, 16936, 11718, 18008, 9316, 13243, 8023, 12049, 9697, 15689, 9615, 11601, 7868, 8032, 20031, 10311, 16377, 11949, 11540, 8196, 8637, 16595, 7808, 10350, 8136, 8685, 14067, 8162, 9645, 8358, 8518, 8502, 8375, 8343, 8865, 9828, 8484, 9891, 8285, 8612, 8182, 8627, 12041, 8192, 10006, 8388, 8573, 8448, 8338, 14076, 7982, 11919, 8487, 8835, 8071, 8599, 12231, 8433, 11630, 8186, 10879, 8194, 9102, 8530, 8577, 8081, 8659, 8621, 8213, 12795, 8540, 11441, 8972, 10619, 8665, 8277, 8633, 8704, 9309, 8083, 9185, 8766, 10467, 7652, 11694, 7921, 14522, 8495, 14951, 9576, 8917, 8654, 7551, 11073, 8533, 8570, 9191, 8510, 8901, 13713, 10694, 15660, 11804, 10645, 8807, 8975, 8896, 12003, 9423, 12764, 8855, 9614, 7965, 9130, 8580, 9139, 8490, 9017, 15361, 8440, 10292, 8286, 9209, 8183, 8823, 8369, 9016, 8142, 9088, 14738, 9622, 14638, 8545, 9554, 15408, 9165, 17734, 12171, 14679, 8363, 8953, 20588, 8869, 14375, 9777, 11575, 8276, 8746, 12258, 9322, 10957, 8111, 9010, 9122, 8922, 15561, 8436, 9662, 7838, 8999, 8338, 9136, 11439, 9141, 11782, 8189, 9109, 8083, 9170, 11754, 8735, 10028, 8053, 9169, 8457, 8883, 8695, 8935, 11989, 8338, 9353, 8276, 9080, 8084, 8942, 8792, 8948, 12528, 9124, 11183, 8255, 8758, 9148, 9329, 14157, 8976, 13790, 8599, 10902, 8085, 9117, 8257, 9097, 8261, 9238, 8302, 8897, 15616, 8686, 12870, 9533, 11925, 8094, 8808, 13834, 8936, 14546, 9254, 13443, 8397, 8968, 8024, 8867, 8792, 9028, 8955, 9174, 14580, 8791, 11165, 8773, 9699, 8030, 9141, 8853, 9188, 16264, 8781, 10823, 8892, 10178, 8031, 8860, 7731, 9164, 9056, 9138, 11922, 9075, 14354, 8919, 10036, 8293, 9199, 8604, 10380, 8870, 8817, 14303, 9055, 13645, 8701, 13557, 8785, 9090, 20580, 8935, 14507, 8470, 10456, 9692, 9051, 17412, 8780, 10485, 8467, 9385, 7857, 8706, 8794, 8958, 11401, 9231, 10842, 9466, 9190, 9523, 7810, 9996, 8039, 8887, 9422, 7967, 10613, 8352, 15415, 9624, 11615, 15646, 9167, 19131, 15117, 18009, 11580, 12584, 15206, 9045, 17908, 10275, 12846, 7974, 8988, 8802, 8711, 8857, 9216, 7863, 9038, 7979, 8769, 7804, 9134, 7950, 10951, 8701, 12934, 8684, 10078, 7950, 8715, 14141, 13608, 9176, 9929, 7839, 8755, 8369, 13255, 10184, 16943, 11287, 11647, 8513, 9698, 12534, 16718, 9172, 9744, 8014, 8568, 7770, 10190, 9169, 16909, 10993, 13299, 8271, 9721, 8294, 10407, 8586, 13522, 8393, 8842, 8031, 8147, 7993, 12474, 8122, 8234, 8752, 7968, 8577, 8434, 9943, 8709, 9182, 11280, 13746, 10334, 13527, 8405, 7689, 8724, 8146, 17978, 11690, 19549, 18890, 12392, 17830, 15330, 20752, 15480, 20814, 15815, 20044, 15015, 19495, 13590, 18004, 11867, 13911, 10102, 8662, 8054, 8405, 8175, 8696, 9413, 8480, 9953, 9213, 10432, 8898, 8923, 9126, 7792, 8547, 8399, 8065, 9360, 9177, 8608, 8468, 8938, 8500, 8384, 8174, 8615, 8483, 8616, 8976, 8427, 8153, 9603, 8234, 9975, 8386, 10630, 8583, 9563, 8420, 8529, 8720, 8032, 8455, 8500, 9507, 8453, 10316, 8713, 8456, 9221, 8648, 9071, 8407, 8792, 8096, 9353, 8186, 13252, 8538, 9434, 8572, 8220, 8587, 9103, 16298, 11732, 9824, 8497, 8407, 8379, 8412, 8229, 8332, 8950, 10814, 7793, 8093, 7654, 8032, 10418, 7831, 14757, 9239, 9303, 12239, 8295, 9076, 8553, 7710, 16139, 9032, 14733, 11500, 10018, 12585, 10852, 16056, 14424, 14353, 18525, 12155, 19877, 15405, 15168, 12381, 7867, 8715, 8176, 12238, 8509, 14142, 8591, 16197, 9508, 17934, 13083, 9799, 8592, 8156, 9002, 8477, 8876, 7865, 8724, 7816, 9514, 7665, 10230, 8295, 9526, 7956, 9894, 8392, 8290, 7991, 8498, 12620, 10723, 7927, 7819, 9117, 8630, 8772, 7631, 10282, 8849, 10642, 11310], 'WindowCenter': [4390.0, 4366.0, 4362.0, 4352.0, 4360.0, 4361.0, 4361.0, 4361.0, 4361.0, 4360.0, 4371.0, 4360.0, 4371.0, 4362.0, 4373.0, 4364.0, 4375.0, 4384.0, 4386.0, 4395.0, 4376.0, 4396.0, 4388.0, 4388.0, 4389.0, 4387.0, 4390.0, 4390.0, 4392.0, 4392.0, 4403.0, 4402.0, 4405.0, 4423.0, 4406.0, 4415.0, 4406.0, 4415.0, 4406.0, 4426.0, 4405.0, 4415.0, 4405.0, 4404.0, 4406.0, 4416.0, 4407.0, 4435.0, 4407.0, 4426.0, 4407.0, 4425.0, 4408.0, 4436.0, 4417.0, 4437.0, 4407.0, 4427.0, 4408.0, 4415.0, 4408.0, 4426.0, 4408.0, 4417.0, 4419.0, 4418.0, 4418.0, 4449.0, 4433.0, 4420.0, 4449.0, 4409.0, 4421.0, 4423.0, 4436.0, 4437.0, 4440.0, 4461.0, 4456.0, 4448.0, 4467.0, 4448.0, 4476.0, 4447.0, 4486.0, 4455.0, 4497.0, 4474.0, 4494.0, 4472.0, 4480.0, 4451.0, 4479.0, 4459.0, 4481.0, 4447.0, 4455.0, 4427.0, 4446.0, 4427.0, 4467.0, 4436.0, 4466.0, 4425.0, 4446.0, 4414.0, 4445.0, 4416.0, 4456.0, 4405.0, 4405.0, 4405.0, 4406.0, 4416.0, 4426.0, 4457.0, 4426.0, 4424.0, 4407.0, 4403.0, 4394.0, 4455.0, 4414.0, 4433.0, 4393.0, 4406.0, 4392.0, 4444.0, 4414.0, 4467.0, 4435.0, 4466.0, 4415.0, 4406.0, 4404.0, 4393.0, 4423.0, 4394.0, 4413.0, 4394.0, 4392.0, 4393.0, 4411.0, 4394.0, 4422.0, 4393.0, 4390.0, 4390.0, 4390.0, 4390.0, 4433.0, 4391.0, 4412.0, 4392.0, 4411.0, 4391.0, 4411.0, 4392.0, 4401.0, 4391.0, 4392.0, 4389.0, 4390.0, 4430.0, 4391.0, 4420.0, 4378.0, 4388.0, 4380.0, 4389.0, 4379.0, 4388.0, 4379.0, 4392.0, 4409.0, 4389.0, 4391.0, 4391.0, 4389.0, 4390.0, 4390.0, 4392.0, 4392.0, 4391.0, 4403.0, 4442.0, 4393.0, 4414.0, 4393.0, 4403.0, 4393.0, 4403.0, 4401.0, 4404.0, 4412.0, 4406.0, 4415.0, 4415.0, 4417.0, 4405.0, 4405.0, 4406.0, 4416.0, 4437.0, 4417.0, 4446.0, 4417.0, 4427.0, 4407.0, 4417.0, 4406.0, 4406.0, 4455.0, 4417.0, 4428.0, 4408.0, 4416.0, 4405.0, 4417.0, 4415.0, 4418.0, 4429.0, 4419.0, 4418.0, 4419.0, 4419.0, 4430.0, 4429.0, 4432.0, 4431.0, 4420.0, 4429.0, 4411.0, 4422.0, 4481.0, 4428.0, 4472.0, 4450.0, 4460.0, 4416.0, 4418.0, 4447.0, 4417.0, 4489.0, 4438.0, 4457.0, 4417.0, 4425.0, 4406.0, 4414.0, 4434.0, 4405.0, 4466.0, 4405.0, 4435.0, 4417.0, 4417.0, 4404.0, 4426.0, 4406.0, 4396.0, 4478.0, 4406.0, 4436.0, 4415.0, 4444.0, 4391.0, 4393.0, 4464.0, 4403.0, 4432.0, 4403.0, 4421.0, 4392.0, 4391.0, 4391.0, 4394.0, 4423.0, 4395.0, 4412.0, 4394.0, 4413.0, 4392.0, 4394.0, 4401.0, 4405.0, 4455.0, 4413.0, 4456.0, 4403.0, 4432.0, 4403.0, 4414.0, 4392.0, 4410.0, 4441.0, 4392.0, 4454.0, 4390.0, 4420.0, 4390.0, 4410.0, 4378.0, 4378.0, 4379.0, 4391.0, 4408.0, 4391.0, 4418.0, 4389.0, 4399.0, 4392.0, 4402.0, 4390.0, 4411.0, 4391.0, 4391.0, 4393.0, 4393.0, 4392.0, 4436.0, 4435.0, 4466.0, 4404.0, 4433.0, 4394.0, 4403.0, 4405.0, 4404.0, 4444.0, 4404.0, 4433.0, 4403.0, 4404.0, 4404.0, 4394.0, 4404.0, 4416.0, 4404.0, 4413.0, 4408.0, 4419.0, 4417.0, 4417.0, 4407.0, 4406.0, 4406.0, 4407.0, 4414.0, 4407.0, 4446.0, 4405.0, 4423.0, 4405.0, 4392.0, 4434.0, 4411.0, 4412.0, 4421.0, 4391.0, 4378.0, 4391.0, 4391.0, 4390.0, 4412.0, 4390.0, 4431.0, 4390.0, 4412.0, 4393.0, 4400.0, 4403.0, 4403.0, 4413.0, 4407.0, 4435.0, 4405.0, 4404.0, 4415.0, 4406.0, 4415.0, 4404.0, 4422.0, 4394.0, 4435.0, 4393.0, 4442.0, 4407.0, 4467.0, 4445.0, 4423.0, 4454.0, 4406.0, 4407.0, 4395.0, 4395.0, 4403.0, 4407.0, 4426.0, 4406.0, 4415.0, 4406.0, 4414.0, 4405.0, 4394.0, 4396.0, 4397.0, 4435.0, 4428.0, 4478.0, 4448.0, 4434.0, 4403.0, 4395.0, 4394.0, 4393.0, 4403.0, 4434.0, 4391.0, 4444.0, 4380.0, 4411.0, 4378.0, 4389.0, 4378.0, 4379.0, 4409.0, 4377.0, 4399.0, 4378.0, 4387.0, 4388.0, 4378.0, 4389.0, 4389.0, 4391.0, 4392.0, 4402.0, 4392.0, 4392.0, 4392.0, 4394.0, 4391.0, 4393.0, 4433.0, 4395.0, 4415.0, 4394.0, 4395.0, 4394.0, 4395.0, 4443.0, 4395.0, 4423.0, 4391.0, 4391.0, 4393.0, 4395.0, 4434.0, 4404.0, 4415.0, 4395.0, 4393.0, 4395.0, 4397.0, 4436.0, 4397.0, 4416.0, 4407.0, 4414.0, 4407.0, 4406.0, 4420.0, 4408.0, 4419.0, 4419.0, 4441.0, 4420.0, 4459.0, 4419.0, 4439.0, 4409.0, 4420.0, 4406.0, 4418.0, 4437.0, 4408.0, 4449.0, 4418.0, 4418.0, 4407.0, 4409.0, 4407.0, 4407.0, 4446.0, 4420.0, 4427.0, 4410.0, 4420.0, 4410.0, 4419.0, 4407.0, 4421.0, 4429.0, 4420.0, 4438.0, 4422.0, 4438.0, 4419.0, 4419.0, 4421.0, 4422.0, 4443.0, 4452.0, 4472.0, 4421.0, 4481.0, 4431.0, 4473.0, 4451.0, 4472.0, 4417.0, 4428.0, 4447.0, 4410.0, 4482.0, 4429.0, 4458.0, 4427.0, 4427.0, 4405.0, 4418.0, 4427.0, 4409.0, 4457.0, 4430.0, 4438.0, 4408.0, 4417.0, 4420.0, 4421.0, 4418.0, 4432.0, 4419.0, 4417.0, 4460.0, 4418.0, 4440.0, 4420.0, 4440.0, 4417.0, 4418.0, 4406.0, 4406.0, 4410.0, 4408.0, 4421.0, 4421.0, 4438.0, 4409.0, 4459.0, 4420.0, 4448.0, 4430.0, 4462.0, 4428.0, 4449.0, 4407.0, 4419.0, 4409.0, 4420.0, 4419.0, 4439.0, 4438.0, 4406.0, 4479.0, 4407.0, 4448.0, 4427.0, 4446.0, 4404.0, 4405.0, 4424.0, 4404.0, 4455.0, 4404.0, 4426.0, 4393.0, 4403.0, 4404.0, 4394.0, 4406.0, 4407.0, 4407.0, 4406.0, 4407.0, 4420.0, 4438.0, 4408.0, 4437.0, 4420.0, 4447.0, 4417.0, 4436.0, 4408.0, 4429.0, 4409.0, 4430.0, 4421.0, 4458.0, 4409.0, 4448.0, 4407.0, 4409.0, 4430.0, 4422.0, 4442.0, 4422.0, 4452.0, 4421.0, 4452.0, 4449.0, 4420.0, 4484.0, 4450.0, 4473.0, 4438.0, 4460.0, 4471.0, 4471.0, 4443.0, 4432.0, 4414.0, 4403.0, 4424.0, 4423.0, 4453.0, 4435.0, 4457.0, 4414.0, 4413.0, 4391.0, 4382.0, 4431.0, 4380.0, 4391.0, 4392.0, 4413.0, 4393.0, 4435.0, 4405.0, 4402.0, 4393.0, 4389.0, 4380.0, 4439.0, 4379.0, 4410.0, 4388.0, 4379.0, 4392.0, 4379.0, 4381.0, 4380.0, 4413.0, 4392.0, 4430.0, 4391.0, 4399.0, 4390.0, 4389.0, 4378.0, 4379.0, 4367.0, 4389.0, 4388.0, 4377.0, 4408.0, 4376.0, 4417.0, 4375.0, 4408.0, 4378.0, 4385.0, 4378.0, 4378.0, 4379.0, 4387.0, 4381.0, 4389.0, 4393.0, 4391.0, 4394.0, 4393.0, 4394.0, 4393.0, 4394.0, 4403.0, 4394.0, 4393.0, 4412.0, 4394.0, 4433.0, 4395.0, 4433.0, 4405.0, 4413.0, 4394.0, 4392.0, 4406.0, 4415.0, 4409.0, 4437.0, 4406.0, 4436.0, 4404.0, 4405.0, 4394.0, 4405.0, 4397.0, 4437.0, 4396.0, 4416.0, 4405.0, 4407.0, 4406.0, 4407.0, 4426.0, 4407.0, 4456.0, 4396.0, 4424.0, 4394.0, 4404.0, 4395.0, 4393.0, 4433.0, 4391.0, 4422.0, 4394.0, 4403.0, 4393.0, 4404.0, 4395.0, 4395.0, 4392.0, 4395.0, 4426.0, 4396.0, 4415.0, 4406.0, 4403.0, 4395.0, 4396.0, 4407.0, 4408.0, 4407.0, 4416.0, 4415.0, 4406.0, 4446.0, 4406.0, 4437.0, 4416.0, 4446.0, 4395.0, 4405.0, 4394.0, 4406.0, 4468.0, 4416.0, 4455.0, 4404.0, 4423.0, 4393.0, 4405.0, 4404.0, 4404.0, 4394.0, 4407.0, 4407.0, 4408.0, 4449.0, 4428.0, 4482.0, 4437.0, 4467.0, 4418.0, 4436.0, 4406.0, 4439.0, 4418.0, 4458.0, 4418.0, 4427.0, 4396.0, 4396.0, 4478.0, 4414.0, 4446.0, 4422.0, 4422.0, 4390.0, 4392.0, 4445.0, 4382.0, 4412.0, 4381.0, 4389.0, 4432.0, 4380.0, 4401.0, 4381.0, 4391.0, 4391.0, 4391.0, 4391.0, 4391.0, 4402.0, 4394.0, 4403.0, 4394.0, 4394.0, 4393.0, 4403.0, 4423.0, 4395.0, 4413.0, 4395.0, 4405.0, 4394.0, 4396.0, 4435.0, 4393.0, 4424.0, 4392.0, 4404.0, 4393.0, 4404.0, 4425.0, 4392.0, 4425.0, 4394.0, 4415.0, 4393.0, 4405.0, 4404.0, 4405.0, 4395.0, 4407.0, 4404.0, 4394.0, 4437.0, 4383.0, 4414.0, 4383.0, 4418.0, 4408.0, 4410.0, 4409.0, 4408.0, 4422.0, 4401.0, 4420.0, 4399.0, 4407.0, 4383.0, 4426.0, 4408.0, 4448.0, 4421.0, 4470.0, 4441.0, 4418.0, 4419.0, 4410.0, 4439.0, 4418.0, 4416.0, 4420.0, 4420.0, 4418.0, 4448.0, 4415.0, 4444.0, 4424.0, 4413.0, 4391.0, 4402.0, 4406.0, 4423.0, 4415.0, 4435.0, 4406.0, 4416.0, 4396.0, 4417.0, 4406.0, 4416.0, 4404.0, 4404.0, 4444.0, 4394.0, 4415.0, 4406.0, 4405.0, 4396.0, 4405.0, 4405.0, 4405.0, 4406.0, 4418.0, 4447.0, 4419.0, 4457.0, 4407.0, 4417.0, 4456.0, 4417.0, 4457.0, 4425.0, 4445.0, 4394.0, 4405.0, 4464.0, 4404.0, 4434.0, 4403.0, 4413.0, 4393.0, 4393.0, 4422.0, 4403.0, 4414.0, 4392.0, 4391.0, 4402.0, 4392.0, 4443.0, 4393.0, 4402.0, 4383.0, 4404.0, 4392.0, 4404.0, 4423.0, 4403.0, 4424.0, 4394.0, 4404.0, 4382.0, 4404.0, 4423.0, 4403.0, 4415.0, 4394.0, 4405.0, 4393.0, 4404.0, 4394.0, 4405.0, 4425.0, 4394.0, 4402.0, 4395.0, 4404.0, 4394.0, 4403.0, 4404.0, 4406.0, 4435.0, 4403.0, 4424.0, 4395.0, 4405.0, 4404.0, 4416.0, 4446.0, 4405.0, 4444.0, 4406.0, 4425.0, 4396.0, 4405.0, 4406.0, 4417.0, 4407.0, 4417.0, 4405.0, 4416.0, 4457.0, 4407.0, 4438.0, 4415.0, 4437.0, 4394.0, 4406.0, 4446.0, 4406.0, 4446.0, 4405.0, 4432.0, 4395.0, 4403.0, 4396.0, 4415.0, 4405.0, 4405.0, 4404.0, 4405.0, 4445.0, 4403.0, 4422.0, 4405.0, 4412.0, 4393.0, 4404.0, 4403.0, 4403.0, 4443.0, 4393.0, 4413.0, 4401.0, 4412.0, 4391.0, 4391.0, 4382.0, 4403.0, 4404.0, 4405.0, 4423.0, 4405.0, 4444.0, 4404.0, 4413.0, 4405.0, 4405.0, 4404.0, 4414.0, 4402.0, 4403.0, 4443.0, 4405.0, 4445.0, 4402.0, 4435.0, 4391.0, 4401.0, 4464.0, 4392.0, 4433.0, 4391.0, 4411.0, 4400.0, 4390.0, 4440.0, 4389.0, 4409.0, 4390.0, 4401.0, 4381.0, 4392.0, 4391.0, 4401.0, 4423.0, 4402.0, 4412.0, 4417.0, 4413.0, 4427.0, 4408.0, 4436.0, 4419.0, 4430.0, 4430.0, 4421.0, 4440.0, 4419.0, 4471.0, 4430.0, 4439.0, 4456.0, 4417.0, 4468.0, 4445.0, 4456.0, 4422.0, 4422.0, 4431.0, 4390.0, 4442.0, 4399.0, 4418.0, 4379.0, 4389.0, 4391.0, 4403.0, 4402.0, 4403.0, 4393.0, 4416.0, 4405.0, 4407.0, 4397.0, 4416.0, 4407.0, 4439.0, 4418.0, 4450.0, 4407.0, 4418.0, 4407.0, 4405.0, 4446.0, 4448.0, 4415.0, 4416.0, 4408.0, 4405.0, 4405.0, 4435.0, 4426.0, 4457.0, 4423.0, 4423.0, 4392.0, 4403.0, 4422.0, 4442.0, 4402.0, 4400.0, 4392.0, 4391.0, 4383.0, 4414.0, 4403.0, 4452.0, 4413.0, 4431.0, 4392.0, 4401.0, 4393.0, 4412.0, 4392.0, 4433.0, 4391.0, 4391.0, 4379.0, 4392.0, 4393.0, 4434.0, 4392.0, 4405.0, 4403.0, 4393.0, 4405.0, 4416.0, 4415.0, 4416.0, 4417.0, 4426.0, 4447.0, 4412.0, 4444.0, 4405.0, 4394.0, 4404.0, 4407.0, 4470.0, 4451.0, 4482.0, 4478.0, 4448.0, 4479.0, 4459.0, 4479.0, 4443.0, 4453.0, 4430.0, 4439.0, 4405.0, 4423.0, 4393.0, 4409.0, 4379.0, 4389.0, 4357.0, 4347.0, 4335.0, 4345.0, 4334.0, 4346.0, 4346.0, 4347.0, 4356.0, 4359.0, 4368.0, 4358.0, 4358.0, 4359.0, 4348.0, 4357.0, 4349.0, 4361.0, 4387.0, 4384.0, 4373.0, 4375.0, 4374.0, 4375.0, 4376.0, 4378.0, 4386.0, 4389.0, 4388.0, 4389.0, 4378.0, 4379.0, 4388.0, 4379.0, 4398.0, 4378.0, 4399.0, 4389.0, 4397.0, 4390.0, 4388.0, 4390.0, 4379.0, 4390.0, 4391.0, 4402.0, 4393.0, 4412.0, 4402.0, 4404.0, 4412.0, 4405.0, 4405.0, 4405.0, 4402.0, 4405.0, 4416.0, 4405.0, 4447.0, 4417.0, 4415.0, 4404.0, 4405.0, 4430.0, 4429.0, 4470.0, 4449.0, 4427.0, 4418.0, 4420.0, 4418.0, 4432.0, 4430.0, 4432.0, 4443.0, 4461.0, 4434.0, 4447.0, 4435.0, 4449.0, 4456.0, 4439.0, 4485.0, 4432.0, 4431.0, 4464.0, 4447.0, 4447.0, 4435.0, 4424.0, 4484.0, 4430.0, 4470.0, 4451.0, 4428.0, 4448.0, 4427.0, 4456.0, 4444.0, 4446.0, 4456.0, 4424.0, 4465.0, 4431.0, 4431.0, 4410.0, 4379.0, 4388.0, 4380.0, 4410.0, 4391.0, 4431.0, 4393.0, 4453.0, 4404.0, 4454.0, 4432.0, 4402.0, 4389.0, 4390.0, 4400.0, 4392.0, 4401.0, 4394.0, 4403.0, 4382.0, 4402.0, 4392.0, 4414.0, 4394.0, 4402.0, 4396.0, 4414.0, 4406.0, 4416.0, 4434.0, 4446.0, 4462.0, 4440.0, 4412.0, 4413.0, 4434.0, 4434.0, 4448.0, 4423.0, 4445.0, 4433.0, 4453.0, 4454.0], 'WindowWidth': [9704.0, 9660.0, 9650.0, 9633.0, 9641.0, 9641.0, 9642.0, 9642.0, 9643.0, 9640.0, 9655.0, 9641.0, 9658.0, 9645.0, 9663.0, 9651.0, 9668.0, 9679.0, 9685.0, 9697.0, 9673.0, 9699.0, 9691.0, 9691.0, 9696.0, 9692.0, 9699.0, 9700.0, 9706.0, 9706.0, 9722.0, 9721.0, 9728.0, 9751.0, 9730.0, 9740.0, 9730.0, 9742.0, 9731.0, 9756.0, 9728.0, 9740.0, 9728.0, 9726.0, 9732.0, 9743.0, 9734.0, 9769.0, 9736.0, 9757.0, 9734.0, 9757.0, 9737.0, 9773.0, 9750.0, 9775.0, 9736.0, 9761.0, 9737.0, 9743.0, 9738.0, 9759.0, 9738.0, 9748.0, 9753.0, 9752.0, 9755.0, 9796.0, 9780.0, 9759.0, 9797.0, 9744.0, 9764.0, 9770.0, 9793.0, 9795.0, 9805.0, 9834.0, 9821.0, 9812.0, 9835.0, 9810.0, 9845.0, 9806.0, 9860.0, 9816.0, 9881.0, 9841.0, 9876.0, 9832.0, 9846.0, 9802.0, 9843.0, 9809.0, 9846.0, 9790.0, 9801.0, 9764.0, 9788.0, 9764.0, 9823.0, 9775.0, 9818.0, 9759.0, 9789.0, 9744.0, 9785.0, 9747.0, 9801.0, 9731.0, 9730.0, 9731.0, 9733.0, 9748.0, 9761.0, 9806.0, 9758.0, 9756.0, 9734.0, 9725.0, 9715.0, 9800.0, 9742.0, 9765.0, 9711.0, 9735.0, 9711.0, 9784.0, 9741.0, 9825.0, 9771.0, 9821.0, 9745.0, 9734.0, 9729.0, 9711.0, 9753.0, 9713.0, 9737.0, 9713.0, 9708.0, 9710.0, 9732.0, 9711.0, 9748.0, 9708.0, 9702.0, 9705.0, 9702.0, 9702.0, 9764.0, 9705.0, 9734.0, 9708.0, 9732.0, 9706.0, 9733.0, 9708.0, 9718.0, 9704.0, 9706.0, 9700.0, 9702.0, 9757.0, 9703.0, 9745.0, 9684.0, 9697.0, 9687.0, 9698.0, 9684.0, 9698.0, 9684.0, 9706.0, 9727.0, 9699.0, 9704.0, 9704.0, 9701.0, 9703.0, 9702.0, 9707.0, 9708.0, 9705.0, 9725.0, 9778.0, 9710.0, 9740.0, 9709.0, 9723.0, 9709.0, 9725.0, 9720.0, 9728.0, 9738.0, 9733.0, 9744.0, 9744.0, 9749.0, 9732.0, 9733.0, 9734.0, 9749.0, 9776.0, 9750.0, 9790.0, 9751.0, 9765.0, 9735.0, 9750.0, 9732.0, 9734.0, 9804.0, 9751.0, 9767.0, 9738.0, 9747.0, 9731.0, 9750.0, 9747.0, 9754.0, 9771.0, 9757.0, 9754.0, 9756.0, 9756.0, 9772.0, 9772.0, 9780.0, 9776.0, 9760.0, 9772.0, 9747.0, 9764.0, 9849.0, 9770.0, 9836.0, 9801.0, 9816.0, 9749.0, 9754.0, 9792.0, 9750.0, 9862.0, 9780.0, 9807.0, 9748.0, 9759.0, 9733.0, 9744.0, 9771.0, 9731.0, 9820.0, 9730.0, 9772.0, 9751.0, 9751.0, 9730.0, 9762.0, 9730.0, 9718.0, 9842.0, 9733.0, 9775.0, 9743.0, 9784.0, 9705.0, 9710.0, 9813.0, 9723.0, 9764.0, 9723.0, 9746.0, 9705.0, 9705.0, 9704.0, 9712.0, 9754.0, 9715.0, 9735.0, 9713.0, 9739.0, 9709.0, 9713.0, 9720.0, 9729.0, 9802.0, 9738.0, 9805.0, 9724.0, 9764.0, 9724.0, 9741.0, 9707.0, 9729.0, 9773.0, 9706.0, 9800.0, 9701.0, 9743.0, 9699.0, 9726.0, 9681.0, 9681.0, 9685.0, 9703.0, 9724.0, 9702.0, 9738.0, 9698.0, 9713.0, 9709.0, 9720.0, 9705.0, 9732.0, 9705.0, 9705.0, 9709.0, 9709.0, 9706.0, 9776.0, 9770.0, 9822.0, 9727.0, 9766.0, 9716.0, 9727.0, 9728.0, 9729.0, 9783.0, 9727.0, 9768.0, 9726.0, 9727.0, 9728.0, 9715.0, 9728.0, 9748.0, 9728.0, 9738.0, 9741.0, 9758.0, 9751.0, 9751.0, 9737.0, 9734.0, 9735.0, 9737.0, 9744.0, 9734.0, 9792.0, 9731.0, 9754.0, 9728.0, 9708.0, 9766.0, 9732.0, 9733.0, 9743.0, 9703.0, 9684.0, 9702.0, 9704.0, 9702.0, 9734.0, 9702.0, 9760.0, 9703.0, 9734.0, 9711.0, 9718.0, 9724.0, 9724.0, 9740.0, 9737.0, 9774.0, 9731.0, 9729.0, 9745.0, 9734.0, 9742.0, 9726.0, 9750.0, 9711.0, 9767.0, 9708.0, 9775.0, 9734.0, 9821.0, 9785.0, 9748.0, 9799.0, 9734.0, 9735.0, 9715.0, 9716.0, 9724.0, 9734.0, 9757.0, 9731.0, 9741.0, 9732.0, 9741.0, 9730.0, 9713.0, 9716.0, 9721.0, 9772.0, 9765.0, 9842.0, 9791.0, 9767.0, 9722.0, 9713.0, 9711.0, 9710.0, 9724.0, 9765.0, 9704.0, 9784.0, 9687.0, 9729.0, 9681.0, 9696.0, 9680.0, 9682.0, 9723.0, 9678.0, 9709.0, 9680.0, 9692.0, 9694.0, 9681.0, 9695.0, 9699.0, 9702.0, 9707.0, 9719.0, 9708.0, 9708.0, 9708.0, 9713.0, 9705.0, 9710.0, 9766.0, 9713.0, 9740.0, 9712.0, 9713.0, 9710.0, 9713.0, 9781.0, 9712.0, 9751.0, 9704.0, 9705.0, 9707.0, 9714.0, 9768.0, 9724.0, 9741.0, 9714.0, 9710.0, 9713.0, 9719.0, 9773.0, 9720.0, 9746.0, 9735.0, 9741.0, 9734.0, 9734.0, 9756.0, 9739.0, 9755.0, 9755.0, 9786.0, 9758.0, 9814.0, 9753.0, 9783.0, 9742.0, 9758.0, 9734.0, 9753.0, 9775.0, 9738.0, 9795.0, 9750.0, 9753.0, 9736.0, 9739.0, 9733.0, 9737.0, 9789.0, 9755.0, 9765.0, 9744.0, 9758.0, 9742.0, 9753.0, 9736.0, 9760.0, 9770.0, 9760.0, 9783.0, 9763.0, 9781.0, 9756.0, 9758.0, 9762.0, 9763.0, 9794.0, 9806.0, 9832.0, 9759.0, 9850.0, 9775.0, 9836.0, 9801.0, 9838.0, 9749.0, 9766.0, 9788.0, 9742.0, 9854.0, 9766.0, 9810.0, 9762.0, 9763.0, 9730.0, 9752.0, 9764.0, 9741.0, 9807.0, 9771.0, 9781.0, 9738.0, 9750.0, 9760.0, 9760.0, 9753.0, 9775.0, 9753.0, 9749.0, 9812.0, 9754.0, 9786.0, 9757.0, 9784.0, 9751.0, 9751.0, 9733.0, 9734.0, 9744.0, 9741.0, 9759.0, 9762.0, 9780.0, 9742.0, 9811.0, 9757.0, 9796.0, 9772.0, 9818.0, 9767.0, 9795.0, 9738.0, 9755.0, 9741.0, 9756.0, 9754.0, 9780.0, 9776.0, 9731.0, 9843.0, 9736.0, 9797.0, 9762.0, 9790.0, 9726.0, 9728.0, 9752.0, 9726.0, 9801.0, 9727.0, 9757.0, 9710.0, 9721.0, 9726.0, 9714.0, 9733.0, 9735.0, 9735.0, 9734.0, 9734.0, 9755.0, 9780.0, 9740.0, 9779.0, 9758.0, 9791.0, 9748.0, 9772.0, 9738.0, 9767.0, 9741.0, 9772.0, 9758.0, 9808.0, 9738.0, 9790.0, 9735.0, 9741.0, 9773.0, 9763.0, 9792.0, 9764.0, 9805.0, 9760.0, 9804.0, 9796.0, 9758.0, 9859.0, 9797.0, 9838.0, 9780.0, 9813.0, 9830.0, 9831.0, 9778.0, 9759.0, 9735.0, 9719.0, 9749.0, 9749.0, 9793.0, 9769.0, 9804.0, 9736.0, 9734.0, 9703.0, 9689.0, 9756.0, 9686.0, 9701.0, 9705.0, 9733.0, 9710.0, 9770.0, 9726.0, 9718.0, 9706.0, 9695.0, 9682.0, 9767.0, 9681.0, 9724.0, 9693.0, 9681.0, 9702.0, 9684.0, 9688.0, 9686.0, 9734.0, 9704.0, 9757.0, 9701.0, 9711.0, 9697.0, 9695.0, 9678.0, 9681.0, 9662.0, 9694.0, 9690.0, 9675.0, 9718.0, 9673.0, 9733.0, 9672.0, 9719.0, 9678.0, 9686.0, 9678.0, 9678.0, 9683.0, 9692.0, 9689.0, 9698.0, 9706.0, 9701.0, 9710.0, 9709.0, 9712.0, 9710.0, 9711.0, 9723.0, 9710.0, 9709.0, 9732.0, 9710.0, 9766.0, 9712.0, 9764.0, 9727.0, 9735.0, 9712.0, 9706.0, 9729.0, 9743.0, 9741.0, 9775.0, 9733.0, 9771.0, 9727.0, 9728.0, 9714.0, 9730.0, 9722.0, 9774.0, 9720.0, 9745.0, 9731.0, 9734.0, 9732.0, 9735.0, 9759.0, 9734.0, 9804.0, 9717.0, 9755.0, 9712.0, 9727.0, 9712.0, 9711.0, 9765.0, 9705.0, 9748.0, 9711.0, 9723.0, 9711.0, 9727.0, 9712.0, 9715.0, 9707.0, 9715.0, 9758.0, 9718.0, 9741.0, 9732.0, 9725.0, 9716.0, 9716.0, 9734.0, 9736.0, 9734.0, 9746.0, 9743.0, 9732.0, 9788.0, 9731.0, 9777.0, 9746.0, 9788.0, 9715.0, 9727.0, 9711.0, 9731.0, 9825.0, 9744.0, 9800.0, 9725.0, 9750.0, 9711.0, 9728.0, 9727.0, 9728.0, 9715.0, 9734.0, 9733.0, 9738.0, 9796.0, 9766.0, 9850.0, 9778.0, 9823.0, 9750.0, 9773.0, 9734.0, 9780.0, 9754.0, 9810.0, 9750.0, 9761.0, 9717.0, 9717.0, 9840.0, 9739.0, 9789.0, 9747.0, 9748.0, 9701.0, 9705.0, 9785.0, 9692.0, 9732.0, 9688.0, 9698.0, 9759.0, 9687.0, 9715.0, 9688.0, 9702.0, 9700.0, 9702.0, 9701.0, 9703.0, 9719.0, 9709.0, 9722.0, 9711.0, 9712.0, 9707.0, 9721.0, 9749.0, 9713.0, 9737.0, 9714.0, 9729.0, 9713.0, 9717.0, 9770.0, 9710.0, 9753.0, 9707.0, 9725.0, 9708.0, 9726.0, 9753.0, 9706.0, 9752.0, 9712.0, 9741.0, 9712.0, 9729.0, 9725.0, 9730.0, 9714.0, 9736.0, 9725.0, 9711.0, 9770.0, 9689.0, 9732.0, 9687.0, 9745.0, 9732.0, 9737.0, 9735.0, 9734.0, 9756.0, 9728.0, 9749.0, 9717.0, 9725.0, 9689.0, 9755.0, 9738.0, 9793.0, 9761.0, 9832.0, 9792.0, 9753.0, 9756.0, 9745.0, 9782.0, 9752.0, 9750.0, 9758.0, 9755.0, 9753.0, 9793.0, 9744.0, 9781.0, 9751.0, 9733.0, 9703.0, 9718.0, 9730.0, 9752.0, 9744.0, 9771.0, 9731.0, 9745.0, 9719.0, 9749.0, 9730.0, 9745.0, 9724.0, 9726.0, 9782.0, 9713.0, 9743.0, 9731.0, 9729.0, 9718.0, 9729.0, 9728.0, 9728.0, 9733.0, 9751.0, 9792.0, 9753.0, 9806.0, 9734.0, 9748.0, 9800.0, 9747.0, 9808.0, 9755.0, 9785.0, 9710.0, 9725.0, 9815.0, 9722.0, 9767.0, 9722.0, 9736.0, 9706.0, 9707.0, 9748.0, 9721.0, 9739.0, 9707.0, 9704.0, 9717.0, 9705.0, 9778.0, 9708.0, 9720.0, 9697.0, 9726.0, 9706.0, 9724.0, 9749.0, 9723.0, 9753.0, 9712.0, 9725.0, 9692.0, 9725.0, 9748.0, 9723.0, 9741.0, 9711.0, 9727.0, 9708.0, 9724.0, 9710.0, 9725.0, 9755.0, 9713.0, 9723.0, 9713.0, 9726.0, 9710.0, 9722.0, 9726.0, 9730.0, 9770.0, 9724.0, 9755.0, 9715.0, 9728.0, 9725.0, 9745.0, 9788.0, 9731.0, 9782.0, 9730.0, 9756.0, 9717.0, 9729.0, 9735.0, 9749.0, 9734.0, 9749.0, 9730.0, 9746.0, 9805.0, 9736.0, 9780.0, 9744.0, 9774.0, 9713.0, 9730.0, 9785.0, 9732.0, 9788.0, 9729.0, 9765.0, 9715.0, 9725.0, 9718.0, 9745.0, 9729.0, 9729.0, 9726.0, 9728.0, 9783.0, 9723.0, 9751.0, 9728.0, 9737.0, 9709.0, 9724.0, 9720.0, 9723.0, 9781.0, 9708.0, 9735.0, 9719.0, 9733.0, 9703.0, 9703.0, 9694.0, 9722.0, 9725.0, 9728.0, 9752.0, 9727.0, 9783.0, 9725.0, 9738.0, 9728.0, 9730.0, 9724.0, 9739.0, 9720.0, 9722.0, 9780.0, 9728.0, 9786.0, 9722.0, 9772.0, 9704.0, 9718.0, 9819.0, 9705.0, 9766.0, 9704.0, 9730.0, 9713.0, 9700.0, 9774.0, 9698.0, 9727.0, 9703.0, 9717.0, 9691.0, 9706.0, 9704.0, 9719.0, 9749.0, 9722.0, 9735.0, 9751.0, 9738.0, 9764.0, 9742.0, 9780.0, 9761.0, 9777.0, 9773.0, 9763.0, 9787.0, 9759.0, 9834.0, 9771.0, 9784.0, 9804.0, 9748.0, 9832.0, 9786.0, 9809.0, 9747.0, 9748.0, 9758.0, 9701.0, 9780.0, 9712.0, 9737.0, 9684.0, 9698.0, 9701.0, 9722.0, 9720.0, 9722.0, 9711.0, 9747.0, 9730.0, 9735.0, 9722.0, 9747.0, 9737.0, 9784.0, 9755.0, 9800.0, 9735.0, 9751.0, 9734.0, 9731.0, 9788.0, 9795.0, 9742.0, 9747.0, 9739.0, 9731.0, 9730.0, 9772.0, 9759.0, 9810.0, 9750.0, 9749.0, 9706.0, 9720.0, 9747.0, 9780.0, 9718.0, 9714.0, 9706.0, 9703.0, 9696.0, 9738.0, 9721.0, 9795.0, 9735.0, 9760.0, 9707.0, 9718.0, 9710.0, 9734.0, 9706.0, 9764.0, 9702.0, 9702.0, 9684.0, 9706.0, 9710.0, 9767.0, 9708.0, 9731.0, 9725.0, 9713.0, 9729.0, 9748.0, 9745.0, 9749.0, 9749.0, 9762.0, 9792.0, 9736.0, 9782.0, 9730.0, 9716.0, 9728.0, 9737.0, 9829.0, 9801.0, 9854.0, 9844.0, 9795.0, 9843.0, 9809.0, 9845.0, 9778.0, 9800.0, 9752.0, 9769.0, 9710.0, 9737.0, 9690.0, 9708.0, 9664.0, 9676.0, 9631.0, 9617.0, 9599.0, 9614.0, 9598.0, 9616.0, 9615.0, 9617.0, 9629.0, 9637.0, 9647.0, 9636.0, 9635.0, 9639.0, 9624.0, 9634.0, 9626.0, 9646.0, 9692.0, 9683.0, 9670.0, 9672.0, 9670.0, 9672.0, 9675.0, 9680.0, 9692.0, 9697.0, 9694.0, 9696.0, 9680.0, 9683.0, 9694.0, 9683.0, 9707.0, 9683.0, 9710.0, 9697.0, 9706.0, 9700.0, 9696.0, 9700.0, 9687.0, 9701.0, 9705.0, 9719.0, 9711.0, 9735.0, 9722.0, 9726.0, 9736.0, 9728.0, 9729.0, 9730.0, 9723.0, 9730.0, 9746.0, 9730.0, 9790.0, 9748.0, 9745.0, 9730.0, 9733.0, 9775.0, 9770.0, 9832.0, 9797.0, 9766.0, 9755.0, 9758.0, 9757.0, 9780.0, 9777.0, 9781.0, 9801.0, 9824.0, 9792.0, 9811.0, 9792.0, 9817.0, 9818.0, 9801.0, 9861.0, 9781.0, 9776.0, 9826.0, 9811.0, 9809.0, 9788.0, 9772.0, 9856.0, 9776.0, 9832.0, 9804.0, 9769.0, 9793.0, 9764.0, 9805.0, 9782.0, 9786.0, 9804.0, 9751.0, 9815.0, 9760.0, 9756.0, 9725.0, 9683.0, 9694.0, 9685.0, 9726.0, 9704.0, 9756.0, 9707.0, 9796.0, 9727.0, 9796.0, 9761.0, 9718.0, 9699.0, 9703.0, 9714.0, 9708.0, 9719.0, 9711.0, 9724.0, 9694.0, 9721.0, 9709.0, 9739.0, 9711.0, 9720.0, 9718.0, 9740.0, 9735.0, 9750.0, 9787.0, 9808.0, 9824.0, 9785.0, 9749.0, 9755.0, 9787.0, 9790.0, 9812.0, 9772.0, 9800.0, 9782.0, 9810.0, 9813.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.0026163370786516857</td></tr>
<tr><td colspan=3>aqi</td><td>0.027381607116104868</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.153151590727084</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3409821252473748</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0508711096776606</td></tr>
<tr><td colspan=3>efc</td><td>0.4785</td></tr>
<tr><td colspan=3>fber</td><td>7860.2905</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09865707874898824</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>101</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>7.5655430711610485</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5106764062410294</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.416916396921677</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.775401752011084</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3397110697903267</td></tr>
<tr><td colspan=3>gcor</td><td>0.0223941</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.002403953578323126</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04158449172973633</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.824305777941279</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>16.023</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>35.4003</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>192.0673</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>43.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>298807.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>1006.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>383.5402</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.3405</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>525.0909</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3601.1726</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>77737.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1131.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4727.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1003.3129</td></tr>
<tr><td colspan=3>tsnr</td><td>38.05970854824409</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>