<?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-0116_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-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0116/figures/sub-0116_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-0116/figures/sub-0116_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0116/figures/sub-0116_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-0116/ses-03/func/sub-0116_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>564a6daf60663488cb934ca74abe40b0</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>16:00:2.355000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996833, -0.0766821, 0.0210884, 0.0725032, 0.985208, 0.155267]</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.259</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.0885811</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>[4237, -7913, -7206, 535, -174, -257, 318, 149]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>237.882</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>105b454b-23e8-4009-9e13-7aff74f3aa8c||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674428939819336, 0.1945207417011261, 0.08824338763952255, 100.39933013916016], [0.2057325839996338, 2.6432418823242188, 0.4137657582759857, -121.54557800292969], [0.05657873675227165, -0.4165709614753723, 2.6666479110717773, -43.95447540283203], [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': ['160002.355000', '160002.815000', '160003.275000', '160003.735000', '160004.195000', '160004.655000', '160005.115000', '160005.575000', '160006.035000', '160006.495000', '160006.955000', '160007.415000', '160007.875000', '160008.335000', '160008.795000', '160009.255000', '160009.715000', '160010.175000', '160010.635000', '160011.095000', '160011.555000', '160012.015000', '160012.475000', '160012.935000', '160013.395000', '160013.855000', '160014.315000', '160014.775000', '160015.235000', '160015.695000', '160016.155000', '160016.615000', '160017.075000', '160017.535000', '160017.995000', '160018.455000', '160018.915000', '160019.375000', '160019.835000', '160020.295000', '160020.755000', '160021.215000', '160021.675000', '160022.135000', '160022.595000', '160023.055000', '160023.515000', '160023.975000', '160024.435000', '160024.895000', '160025.355000', '160025.815000', '160026.275000', '160026.735000', '160027.195000', '160027.655000', '160028.115000', '160028.575000', '160029.035000', '160029.495000', '160029.955000', '160030.415000', '160030.875000', '160031.335000', '160031.795000', '160032.255000', '160032.715000', '160033.175000', '160033.635000', '160034.095000', '160034.555000', '160035.015000', '160035.475000', '160035.935000', '160036.395000', '160036.855000', '160037.315000', '160037.775000', '160038.235000', '160038.695000', '160039.155000', '160039.615000', '160040.075000', '160040.535000', '160040.995000', '160041.455000', '160041.915000', '160042.375000', '160042.835000', '160043.295000', '160043.755000', '160044.215000', '160044.675000', '160045.135000', '160045.595000', '160046.055000', '160046.515000', '160046.975000', '160047.435000', '160047.895000', '160048.355000', '160048.815000', '160049.275000', '160049.735000', '160050.195000', '160050.655000', '160051.115000', '160051.575000', '160052.035000', '160052.495000', '160052.955000', '160053.415000', '160053.875000', '160054.335000', '160054.795000', '160055.255000', '160055.715000', '160056.175000', '160056.635000', '160057.095000', '160057.555000', '160058.015000', '160058.475000', '160058.935000', '160059.395000', '160059.855000', '160100.315000', '160100.775000', '160101.235000', '160101.695000', '160102.155000', '160102.615000', '160103.075000', '160103.535000', '160103.995000', '160104.455000', '160104.915000', '160105.375000', '160105.835000', '160106.295000', '160106.755000', '160107.215000', '160107.675000', '160108.135000', '160108.595000', '160109.055000', '160109.515000', '160109.975000', '160110.435000', '160110.895000', '160111.355000', '160111.815000', '160112.275000', '160112.735000', '160113.195000', '160113.655000', '160114.115000', '160114.575000', '160115.035000', '160115.495000', '160115.955000', '160116.415000', '160116.875000', '160117.335000', '160117.795000', '160118.255000', '160118.715000', '160119.175000', '160119.635000', '160120.095000', '160120.555000', '160121.015000', '160121.475000', '160121.935000', '160122.395000', '160122.855000', '160123.315000', '160123.775000', '160124.235000', '160124.695000', '160125.155000', '160125.615000', '160126.075000', '160126.535000', '160126.995000', '160127.455000', '160127.915000', '160128.375000', '160128.835000', '160129.295000', '160129.755000', '160130.215000', '160130.675000', '160131.135000', '160131.595000', '160132.055000', '160132.515000', '160132.975000', '160133.435000', '160133.895000', '160134.355000', '160134.815000', '160135.275000', '160135.735000', '160136.195000', '160136.655000', '160137.115000', '160137.575000', '160138.035000', '160138.495000', '160138.955000', '160139.415000', '160139.875000', '160140.335000', '160140.795000', '160141.255000', '160141.715000', '160142.175000', '160142.635000', '160143.095000', '160143.555000', '160144.015000', '160144.475000', '160144.935000', '160145.395000', '160145.855000', '160146.315000', '160146.775000', '160147.235000', '160147.695000', '160148.155000', '160148.615000', '160149.075000', '160149.535000', '160149.995000', '160150.455000', '160150.915000', '160151.375000', '160151.835000', '160152.295000', '160152.755000', '160153.215000', '160153.675000', '160154.135000', '160154.595000', '160155.055000', '160155.515000', '160155.975000', '160156.435000', '160156.895000', '160157.355000', '160157.815000', '160158.275000', '160158.735000', '160159.195000', '160159.655000', '160200.115000', '160200.575000', '160201.035000', '160201.495000', '160201.955000', '160202.415000', '160202.875000', '160203.335000', '160203.795000', '160204.255000', '160204.715000', '160205.175000', '160205.635000', '160206.095000', '160206.555000', '160207.015000', '160207.475000', '160207.935000', '160208.395000', '160208.855000', '160209.315000', '160209.775000', '160210.235000', '160210.695000', '160211.155000', '160211.615000', '160212.075000', '160212.535000', '160212.995000', '160213.455000', '160213.915000', '160214.375000', '160214.835000', '160215.295000', '160215.755000', '160216.215000', '160216.675000', '160217.135000', '160217.595000', '160218.055000', '160218.515000', '160218.975000', '160219.435000', '160219.895000', '160220.355000', '160220.815000', '160221.275000', '160221.735000', '160222.195000', '160222.655000', '160223.115000', '160223.575000', '160224.035000', '160224.495000', '160224.955000', '160225.415000', '160225.875000', '160226.335000', '160226.795000', '160227.255000', '160227.715000', '160228.175000', '160228.635000', '160229.095000', '160229.555000', '160230.015000', '160230.475000', '160230.935000', '160231.395000', '160231.855000', '160232.315000', '160232.775000', '160233.235000', '160233.695000', '160234.155000', '160234.615000', '160235.075000', '160235.535000', '160235.995000', '160236.455000', '160236.915000', '160237.375000', '160237.835000', '160238.295000', '160238.755000', '160239.215000', '160239.675000', '160240.135000', '160240.595000', '160241.055000', '160241.515000', '160241.975000', '160242.435000', '160242.895000', '160243.355000', '160243.815000', '160244.275000', '160244.735000', '160245.195000', '160245.655000', '160246.115000', '160246.575000', '160247.035000', '160247.495000', '160247.955000', '160248.415000', '160248.875000', '160249.335000', '160249.795000', '160250.255000', '160250.715000', '160251.175000', '160251.635000', '160252.095000', '160252.555000', '160253.015000', '160253.475000', '160253.935000', '160254.395000', '160254.855000', '160255.315000', '160255.775000', '160256.235000', '160256.695000', '160257.155000', '160257.615000', '160258.075000', '160258.535000', '160258.995000', '160259.455000', '160259.915000', '160300.375000', '160300.835000', '160301.295000', '160301.755000', '160302.215000', '160302.675000', '160303.135000', '160303.595000', '160304.055000', '160304.515000', '160304.975000', '160305.435000', '160305.895000', '160306.355000', '160306.815000', '160307.275000', '160307.735000', '160308.195000', '160308.655000', '160309.115000', '160309.575000', '160310.035000', '160310.495000', '160310.955000', '160311.415000', '160311.875000', '160312.335000', '160312.795000', '160313.255000', '160313.715000', '160314.175000', '160314.635000', '160315.095000', '160315.555000', '160316.015000', '160316.475000', '160316.935000', '160317.395000', '160317.855000', '160318.315000', '160318.775000', '160319.235000', '160319.695000', '160320.155000', '160320.615000', '160321.075000', '160321.535000', '160321.995000', '160322.455000', '160322.915000', '160323.375000', '160323.835000', '160324.295000', '160324.755000', '160325.215000', '160325.675000', '160326.135000', '160326.595000', '160327.055000', '160327.515000', '160327.975000', '160328.435000', '160328.895000', '160329.355000', '160329.815000', '160330.275000', '160330.735000', '160331.195000', '160331.655000', '160332.115000', '160332.575000', '160333.035000', '160333.495000', '160333.955000', '160334.415000', '160334.875000', '160335.335000', '160335.795000', '160336.255000', '160336.715000', '160337.175000', '160337.635000', '160338.095000', '160338.555000', '160339.015000', '160339.475000', '160339.935000', '160340.395000', '160340.855000', '160341.315000', '160341.775000', '160342.235000', '160342.695000', '160343.155000', '160343.615000', '160344.075000', '160344.535000', '160344.995000', '160345.455000', '160345.915000', '160346.375000', '160346.835000', '160347.295000', '160347.755000', '160348.215000', '160348.675000', '160349.135000', '160349.595000', '160350.055000', '160350.515000', '160350.975000', '160351.435000', '160351.895000', '160352.355000', '160352.815000', '160353.275000', '160353.735000', '160354.195000', '160354.655000', '160355.115000', '160355.575000', '160356.035000', '160356.495000', '160356.955000', '160357.415000', '160357.875000', '160358.335000', '160358.795000', '160359.255000', '160359.715000', '160400.175000', '160400.635000', '160401.095000', '160401.555000', '160402.015000', '160402.475000', '160402.935000', '160403.395000', '160403.855000', '160404.315000', '160404.775000', '160405.235000', '160405.695000', '160406.155000', '160406.615000', '160407.075000', '160407.535000', '160407.995000', '160408.455000', '160408.915000', '160409.375000', '160409.835000', '160410.295000', '160410.755000', '160411.215000', '160411.675000', '160412.135000', '160412.595000', '160413.055000', '160413.515000', '160413.975000', '160414.435000', '160414.895000', '160415.355000', '160415.815000', '160416.275000', '160416.735000', '160417.195000', '160417.655000', '160418.115000', '160418.575000', '160419.035000', '160419.495000', '160419.955000', '160420.415000', '160420.875000', '160421.335000', '160421.795000', '160422.255000', '160422.715000', '160423.175000', '160423.635000', '160424.095000', '160424.555000', '160425.015000', '160425.475000', '160425.935000', '160426.395000', '160426.855000', '160427.315000', '160427.775000', '160428.235000', '160428.695000', '160429.155000', '160429.615000', '160430.075000', '160430.535000', '160430.995000', '160431.455000', '160431.915000', '160432.375000', '160432.835000', '160433.295000', '160433.755000', '160434.215000', '160434.675000', '160435.135000', '160435.595000', '160436.055000', '160436.515000', '160436.975000', '160437.435000', '160437.895000', '160438.355000', '160438.815000', '160439.275000', '160439.735000', '160440.195000', '160440.655000', '160441.115000', '160441.575000', '160442.035000', '160442.495000', '160442.955000', '160443.415000', '160443.875000', '160444.335000', '160444.795000', '160445.255000', '160445.715000', '160446.175000', '160446.635000', '160447.095000', '160447.555000', '160448.015000', '160448.475000', '160448.935000', '160449.395000', '160449.855000', '160450.315000', '160450.775000', '160451.235000', '160451.695000', '160452.155000', '160452.615000', '160453.075000', '160453.535000', '160453.995000', '160454.455000', '160454.915000', '160455.375000', '160455.835000', '160456.295000', '160456.755000', '160457.215000', '160457.675000', '160458.135000', '160458.595000', '160459.055000', '160459.515000', '160459.975000', '160500.435000', '160500.895000', '160501.355000', '160501.815000', '160502.275000', '160502.735000', '160503.195000', '160503.655000', '160504.115000', '160504.575000', '160505.035000', '160505.495000', '160505.955000', '160506.415000', '160506.875000', '160507.335000', '160507.795000', '160508.255000', '160508.715000', '160509.175000', '160509.635000', '160510.095000', '160510.555000', '160511.015000', '160511.475000', '160511.935000', '160512.395000', '160512.855000', '160513.315000', '160513.775000', '160514.235000', '160514.695000', '160515.155000', '160515.615000', '160516.075000', '160516.535000', '160516.995000', '160517.455000', '160517.915000', '160518.375000', '160518.835000', '160519.295000', '160519.755000', '160520.215000', '160520.675000', '160521.135000', '160521.595000', '160522.055000', '160522.515000', '160522.975000', '160523.435000', '160523.895000', '160524.355000', '160524.815000', '160525.275000', '160525.735000', '160526.195000', '160526.655000', '160527.115000', '160527.575000', '160528.035000', '160528.495000', '160528.955000', '160529.415000', '160529.875000', '160530.335000', '160530.795000', '160531.255000', '160531.715000', '160532.175000', '160532.635000', '160533.095000', '160533.555000', '160534.015000', '160534.475000', '160534.935000', '160535.395000', '160535.855000', '160536.315000', '160536.775000', '160537.235000', '160537.695000', '160538.155000', '160538.615000', '160539.075000', '160539.535000', '160539.995000', '160540.455000', '160540.915000', '160541.375000', '160541.835000', '160542.295000', '160542.755000', '160543.215000', '160543.675000', '160544.135000', '160544.595000', '160545.055000', '160545.515000', '160545.975000', '160546.435000', '160546.895000', '160547.355000', '160547.815000', '160548.275000', '160548.735000', '160549.195000', '160549.655000', '160550.115000', '160550.575000', '160551.035000', '160551.495000', '160551.955000', '160552.415000', '160552.875000', '160553.335000', '160553.795000', '160554.255000', '160554.715000', '160555.175000', '160555.635000', '160556.095000', '160556.555000', '160557.015000', '160557.475000', '160557.935000', '160558.395000', '160558.855000', '160559.315000', '160559.775000', '160600.235000', '160600.695000', '160601.155000', '160601.615000', '160602.075000', '160602.535000', '160602.995000', '160603.455000', '160603.915000', '160604.375000', '160604.835000', '160605.295000', '160605.755000', '160606.215000', '160606.675000', '160607.135000', '160607.595000', '160608.055000', '160608.515000', '160608.975000', '160609.435000', '160609.895000', '160610.355000', '160610.815000', '160611.275000', '160611.735000', '160612.195000', '160612.655000', '160613.115000', '160613.575000', '160614.035000', '160614.495000', '160614.955000', '160615.415000', '160615.875000', '160616.335000', '160616.795000', '160617.255000', '160617.715000', '160618.175000', '160618.635000', '160619.095000', '160619.555000', '160620.015000', '160620.475000', '160620.935000', '160621.395000', '160621.855000', '160622.315000', '160622.775000', '160623.235000', '160623.695000', '160624.155000', '160624.615000', '160625.075000', '160625.535000', '160625.995000', '160626.455000', '160626.915000', '160627.375000', '160627.835000', '160628.295000', '160628.755000', '160629.215000', '160629.675000', '160630.135000', '160630.595000', '160631.055000', '160631.515000', '160631.975000', '160632.435000', '160632.895000', '160633.355000', '160633.815000', '160634.275000', '160634.735000', '160635.195000', '160635.655000', '160636.115000', '160636.575000', '160637.035000', '160637.495000', '160637.955000', '160638.415000', '160638.875000', '160639.335000', '160639.795000', '160640.255000', '160640.715000', '160641.175000', '160641.635000', '160642.095000', '160642.555000', '160643.015000', '160643.475000', '160643.935000', '160644.395000', '160644.855000', '160645.315000', '160645.775000', '160646.235000', '160646.695000', '160647.155000', '160647.615000', '160648.075000', '160648.535000', '160648.995000', '160649.455000', '160649.915000', '160650.375000', '160650.835000', '160651.295000', '160651.755000', '160652.215000', '160652.675000', '160653.135000', '160653.595000', '160654.055000', '160654.515000', '160654.975000', '160655.435000', '160655.895000', '160656.355000', '160656.815000', '160657.275000', '160657.735000', '160658.195000', '160658.655000', '160659.115000', '160659.575000', '160700.035000', '160700.495000', '160700.955000', '160701.415000', '160701.875000', '160702.335000', '160702.795000', '160703.255000', '160703.715000', '160704.175000', '160704.635000', '160705.095000', '160705.555000', '160706.015000', '160706.475000', '160706.935000', '160707.395000', '160707.855000', '160708.315000', '160708.775000', '160709.235000', '160709.695000', '160710.155000', '160710.615000', '160711.075000', '160711.535000', '160711.995000', '160712.455000', '160712.915000', '160713.375000', '160713.835000', '160714.295000', '160714.755000', '160715.215000', '160715.675000', '160716.135000', '160716.595000', '160717.055000', '160717.515000', '160717.975000', '160718.435000', '160718.895000', '160719.355000', '160719.815000', '160720.275000', '160720.735000', '160721.195000', '160721.655000', '160722.115000', '160722.575000', '160723.035000', '160723.495000', '160723.955000', '160724.415000', '160724.875000', '160725.335000', '160725.795000', '160726.255000', '160726.715000', '160727.175000', '160727.635000', '160728.095000', '160728.555000', '160729.015000', '160729.475000', '160729.935000', '160730.395000', '160730.855000', '160731.315000', '160731.775000', '160732.235000', '160732.695000', '160733.155000', '160733.615000', '160734.075000', '160734.535000', '160734.995000', '160735.455000', '160735.915000', '160736.375000', '160736.835000', '160737.295000', '160737.755000', '160738.215000', '160738.675000', '160739.135000', '160739.595000', '160740.055000', '160740.515000', '160740.975000', '160741.435000', '160741.895000', '160742.355000', '160742.815000', '160743.275000', '160743.735000', '160744.195000', '160744.655000', '160745.115000', '160745.575000', '160746.035000', '160746.495000', '160746.955000', '160747.415000', '160747.875000', '160748.335000', '160748.795000', '160749.255000', '160749.715000', '160750.175000', '160750.635000', '160751.095000', '160751.555000', '160752.015000', '160752.475000', '160752.935000', '160753.395000', '160753.855000', '160754.315000', '160754.775000', '160755.235000', '160755.695000', '160756.155000', '160756.615000', '160757.075000', '160757.535000', '160757.995000', '160758.455000', '160758.915000', '160759.375000', '160759.835000', '160800.295000', '160800.755000', '160801.215000', '160801.675000', '160802.135000', '160802.595000', '160803.055000', '160803.515000', '160803.975000', '160804.435000', '160804.895000', '160805.355000', '160805.815000', '160806.275000', '160806.735000', '160807.195000', '160807.655000', '160808.115000', '160808.575000', '160809.035000', '160809.495000', '160809.955000', '160810.415000', '160810.875000', '160811.335000', '160811.795000', '160812.255000', '160812.715000', '160813.175000', '160813.635000', '160814.095000', '160814.555000', '160815.015000', '160815.475000', '160815.935000', '160816.395000', '160816.855000', '160817.315000', '160817.775000', '160818.235000', '160818.695000', '160819.155000', '160819.615000', '160820.075000', '160820.535000', '160820.995000', '160821.455000', '160821.915000', '160822.375000', '160822.835000', '160823.295000', '160823.755000', '160824.215000', '160824.675000', '160825.135000', '160825.595000', '160826.055000', '160826.515000', '160826.975000', '160827.435000', '160827.895000', '160828.355000', '160828.815000', '160829.275000', '160829.735000', '160830.195000', '160830.655000', '160831.115000', '160831.575000', '160832.035000', '160832.495000', '160832.955000', '160833.415000', '160833.875000', '160834.335000', '160834.795000', '160835.255000', '160835.715000', '160836.175000', '160836.635000', '160837.095000', '160837.555000', '160838.015000', '160838.475000', '160838.935000', '160839.395000', '160839.855000', '160840.315000', '160840.775000', '160841.235000', '160841.695000', '160842.155000', '160842.615000', '160843.075000', '160843.535000', '160843.995000', '160844.455000', '160844.915000', '160845.375000', '160845.835000', '160846.295000', '160846.755000', '160847.215000', '160847.675000', '160848.135000', '160848.595000', '160849.055000', '160849.515000', '160849.975000', '160850.435000', '160850.895000', '160851.355000', '160851.815000', '160852.275000', '160852.735000', '160853.195000', '160853.655000', '160854.115000', '160854.575000', '160855.035000', '160855.495000', '160855.955000', '160856.415000', '160856.875000', '160857.335000', '160857.795000', '160858.255000', '160858.715000', '160859.175000', '160859.635000', '160900.095000', '160900.555000', '160901.015000', '160901.475000', '160901.935000', '160902.395000', '160902.855000', '160903.315000', '160903.775000', '160904.235000', '160904.695000', '160905.155000', '160905.615000', '160906.075000', '160906.535000', '160906.995000', '160907.455000', '160907.915000', '160908.375000', '160908.835000', '160909.295000', '160909.755000', '160910.215000', '160910.675000', '160911.135000', '160911.595000', '160912.055000', '160912.515000', '160912.975000', '160913.435000', '160913.895000', '160914.355000', '160914.815000', '160915.275000', '160915.735000', '160916.195000', '160916.655000', '160917.115000', '160917.575000', '160918.035000', '160918.495000', '160918.955000', '160919.415000', '160919.875000', '160920.335000', '160920.795000', '160921.255000', '160921.715000', '160922.175000', '160922.635000', '160923.095000', '160923.555000', '160924.015000', '160924.475000', '160924.935000', '160925.395000', '160925.855000', '160926.315000', '160926.775000', '160927.235000', '160927.695000', '160928.155000', '160928.615000', '160929.075000', '160929.535000', '160929.995000', '160930.455000', '160930.915000', '160931.375000', '160931.835000', '160932.295000', '160932.755000', '160933.215000', '160933.675000', '160934.135000', '160934.595000', '160935.055000', '160935.515000', '160935.975000', '160936.435000', '160936.895000', '160937.355000', '160937.815000', '160938.275000', '160938.735000', '160939.195000', '160939.655000', '160940.115000', '160940.575000', '160941.035000', '160941.495000', '160941.955000', '160942.415000', '160942.875000', '160943.335000', '160943.795000', '160944.255000', '160944.715000', '160945.175000', '160945.635000', '160946.095000', '160946.555000', '160947.015000', '160947.475000', '160947.935000', '160948.395000', '160948.855000', '160949.315000', '160949.775000', '160950.235000', '160950.695000', '160951.155000', '160951.615000', '160952.075000', '160952.535000', '160952.995000', '160953.455000', '160953.915000', '160954.375000', '160954.835000', '160955.295000', '160955.755000', '160956.215000', '160956.675000', '160957.135000', '160957.595000', '160958.055000', '160958.515000', '160958.975000', '160959.435000', '160959.895000', '161000.355000', '161000.815000', '161001.275000', '161001.735000', '161002.195000', '161002.655000', '161003.115000', '161003.575000', '161004.035000', '161004.495000', '161004.955000', '161005.415000', '161005.875000', '161006.335000', '161006.795000', '161007.255000', '161007.715000', '161008.175000', '161008.635000', '161009.095000', '161009.555000', '161010.015000', '161010.475000', '161010.935000', '161011.395000', '161011.855000', '161012.315000', '161012.775000', '161013.235000', '161013.695000', '161014.155000', '161014.615000', '161015.075000', '161015.535000', '161015.995000'], 'ContentTime': ['160019.661000', '160019.664000', '160019.667000', '160019.670000', '160019.673000', '160019.675000', '160019.678000', '160019.680000', '160019.683000', '160019.685000', '160019.688000', '160019.691000', '160019.693000', '160019.696000', '160019.698000', '160019.701000', '160019.704000', '160019.706000', '160019.717000', '160019.719000', '160019.722000', '160019.725000', '160019.727000', '160019.730000', '160019.732000', '160019.735000', '160019.738000', '160019.740000', '160019.743000', '160019.745000', '160019.754000', '160019.757000', '160019.759000', '160019.762000', '160039.623000', '160039.626000', '160039.629000', '160039.631000', '160039.634000', '160039.637000', '160039.639000', '160039.642000', '160039.644000', '160039.647000', '160039.650000', '160039.652000', '160039.655000', '160039.657000', '160039.660000', '160039.663000', '160039.665000', '160039.668000', '160039.670000', '160039.684000', '160039.686000', '160039.689000', '160039.691000', '160039.694000', '160039.697000', '160039.699000', '160039.702000', '160039.704000', '160039.707000', '160039.710000', '160039.712000', '160039.715000', '160039.717000', '160039.720000', '160039.722000', '160039.733000', '160039.735000', '160039.738000', '160039.741000', '160039.743000', '160039.746000', '160039.748000', '160039.751000', '160039.753000', '160059.623000', '160059.626000', '160059.629000', '160059.631000', '160059.634000', '160059.637000', '160059.639000', '160059.642000', '160059.644000', '160059.647000', '160059.649000', '160059.652000', '160059.654000', '160059.657000', '160059.660000', '160059.662000', '160059.665000', '160059.667000', '160059.670000', '160059.672000', '160059.675000', '160059.677000', '160059.680000', '160059.683000', '160059.685000', '160059.688000', '160059.690000', '160059.693000', '160059.695000', '160059.698000', '160059.700000', '160059.703000', '160059.706000', '160059.708000', '160059.711000', '160059.720000', '160059.722000', '160059.725000', '160059.728000', '160059.731000', '160059.733000', '160059.736000', '160059.739000', '160119.623000', '160119.626000', '160119.629000', '160119.631000', '160119.634000', '160119.637000', '160119.639000', '160119.642000', '160119.644000', '160119.647000', '160119.649000', '160119.652000', '160119.655000', '160119.657000', '160119.660000', '160119.662000', '160119.665000', '160119.668000', '160119.670000', '160119.673000', '160119.675000', '160119.678000', '160119.681000', '160119.683000', '160119.686000', '160119.688000', '160119.691000', '160119.694000', '160119.696000', '160119.699000', '160119.701000', '160119.704000', '160119.706000', '160119.709000', '160119.712000', '160119.714000', '160119.717000', '160119.719000', '160119.722000', '160119.724000', '160119.735000', '160119.737000', '160119.740000', '160119.743000', '160139.624000', '160139.627000', '160139.630000', '160139.632000', '160139.635000', '160139.638000', '160139.640000', '160139.643000', '160139.645000', '160139.648000', '160139.651000', '160139.653000', '160139.656000', '160139.658000', '160139.661000', '160139.663000', '160139.666000', '160139.669000', '160139.671000', '160139.674000', '160139.676000', '160139.679000', '160139.682000', '160139.684000', '160139.687000', '160139.689000', '160139.692000', '160139.694000', '160139.697000', '160139.700000', '160139.702000', '160139.705000', '160139.707000', '160139.710000', '160139.712000', '160139.715000', '160139.718000', '160139.720000', '160139.723000', '160139.725000', '160139.728000', '160139.731000', '160139.733000', '160159.625000', '160159.627000', '160159.630000', '160159.633000', '160159.635000', '160159.638000', '160159.641000', '160159.643000', '160159.646000', '160159.648000', '160159.651000', '160159.654000', '160159.656000', '160159.659000', '160159.662000', '160159.664000', '160159.667000', '160159.669000', '160159.672000', '160159.675000', '160159.677000', '160159.680000', '160159.683000', '160159.685000', '160159.688000', '160159.690000', '160159.693000', '160159.696000', '160159.698000', '160159.701000', '160159.703000', '160159.706000', '160159.709000', '160159.711000', '160159.714000', '160159.717000', '160159.719000', '160159.722000', '160159.724000', '160159.727000', '160159.730000', '160159.732000', '160159.735000', '160159.737000', '160219.624000', '160219.627000', '160219.630000', '160219.633000', '160219.635000', '160219.638000', '160219.641000', '160219.643000', '160219.646000', '160219.649000', '160219.651000', '160219.654000', '160219.656000', '160219.659000', '160219.662000', '160219.664000', '160219.667000', '160219.670000', '160219.672000', '160219.675000', '160219.678000', '160219.680000', '160219.683000', '160219.685000', '160219.688000', '160219.691000', '160219.693000', '160219.696000', '160219.698000', '160219.701000', '160219.709000', '160219.712000', '160219.714000', '160219.717000', '160219.719000', '160219.722000', '160219.725000', '160219.727000', '160219.730000', '160219.733000', '160219.735000', '160219.738000', '160219.741000', '160239.624000', '160239.626000', '160239.629000', '160239.632000', '160239.634000', '160239.637000', '160239.640000', '160239.642000', '160239.645000', '160239.647000', '160239.650000', '160239.653000', '160239.655000', '160239.658000', '160239.670000', '160239.673000', '160239.676000', '160239.678000', '160239.681000', '160239.683000', '160239.686000', '160239.689000', '160239.691000', '160239.694000', '160239.696000', '160239.699000', '160239.702000', '160239.704000', '160239.707000', '160239.710000', '160239.712000', '160239.715000', '160239.717000', '160239.720000', '160239.723000', '160239.725000', '160239.728000', '160239.731000', '160239.733000', '160239.736000', '160239.738000', '160239.741000', '160239.744000', '160239.746000', '160259.624000', '160259.626000', '160259.629000', '160259.632000', '160259.634000', '160259.637000', '160259.639000', '160259.642000', '160259.645000', '160259.647000', '160259.650000', '160259.652000', '160259.655000', '160259.658000', '160259.660000', '160259.663000', '160259.666000', '160259.668000', '160259.671000', '160259.673000', '160259.676000', '160259.679000', '160259.681000', '160259.684000', '160259.686000', '160259.689000', '160259.692000', '160259.694000', '160259.697000', '160259.700000', '160259.702000', '160259.705000', '160259.707000', '160259.710000', '160259.712000', '160259.715000', '160259.718000', '160259.720000', '160259.723000', '160259.725000', '160259.728000', '160259.731000', '160259.733000', '160319.624000', '160319.627000', '160319.629000', '160319.632000', '160319.635000', '160319.638000', '160319.640000', '160319.643000', '160319.645000', '160319.648000', '160319.651000', '160319.653000', '160319.656000', '160319.658000', '160319.661000', '160319.664000', '160319.666000', '160319.669000', '160319.671000', '160319.674000', '160319.677000', '160319.679000', '160319.682000', '160319.684000', '160319.687000', '160319.690000', '160319.692000', '160319.695000', '160319.697000', '160319.700000', '160319.703000', '160319.705000', '160319.708000', '160319.711000', '160319.713000', '160319.716000', '160319.718000', '160319.721000', '160319.723000', '160319.726000', '160319.729000', '160319.731000', '160319.734000', '160339.624000', '160339.626000', '160339.629000', '160339.632000', '160339.634000', '160339.637000', '160339.640000', '160339.642000', '160339.645000', '160339.647000', '160339.650000', '160339.652000', '160339.655000', '160339.658000', '160339.660000', '160339.663000', '160339.666000', '160339.668000', '160339.671000', '160339.673000', '160339.676000', '160339.679000', '160339.681000', '160339.684000', '160339.686000', '160339.689000', '160339.692000', '160339.694000', '160339.697000', '160339.700000', '160339.702000', '160339.705000', '160339.708000', '160339.710000', '160339.713000', '160339.715000', '160339.718000', '160339.721000', '160339.723000', '160339.726000', '160339.728000', '160339.731000', '160339.734000', '160339.736000', '160359.624000', '160359.627000', '160359.630000', '160359.632000', '160359.635000', '160359.638000', '160359.640000', '160359.643000', '160359.646000', '160359.648000', '160359.651000', '160359.654000', '160359.666000', '160359.668000', '160359.671000', '160359.674000', '160359.676000', '160359.679000', '160359.681000', '160359.684000', '160359.686000', '160359.689000', '160359.692000', '160359.694000', '160359.697000', '160359.699000', '160359.702000', '160359.705000', '160359.707000', '160359.710000', '160359.712000', '160359.715000', '160359.717000', '160359.720000', '160359.723000', '160359.725000', '160359.728000', '160359.730000', '160359.733000', '160359.736000', '160359.738000', '160359.741000', '160359.744000', '160359.746000', '160419.624000', '160419.627000', '160419.630000', '160419.633000', '160419.635000', '160419.638000', '160419.640000', '160419.643000', '160419.646000', '160419.648000', '160419.651000', '160419.654000', '160419.656000', '160419.659000', '160419.661000', '160419.664000', '160419.667000', '160419.669000', '160419.672000', '160419.675000', '160419.677000', '160419.680000', '160419.682000', '160419.685000', '160419.688000', '160419.690000', '160419.693000', '160419.696000', '160419.698000', '160419.701000', '160419.703000', '160419.706000', '160419.709000', '160419.711000', '160419.714000', '160419.716000', '160419.719000', '160419.721000', '160419.724000', '160419.727000', '160419.729000', '160419.732000', '160419.735000', '160439.625000', '160439.628000', '160439.630000', '160439.633000', '160439.636000', '160439.638000', '160439.641000', '160439.643000', '160439.646000', '160439.649000', '160439.651000', '160439.654000', '160439.657000', '160439.659000', '160439.662000', '160439.664000', '160439.667000', '160439.670000', '160439.672000', '160439.675000', '160439.678000', '160439.680000', '160439.683000', '160439.685000', '160439.688000', '160439.691000', '160439.693000', '160439.696000', '160439.699000', '160439.701000', '160439.704000', '160439.707000', '160439.709000', '160439.712000', '160439.714000', '160439.717000', '160439.720000', '160439.722000', '160439.725000', '160439.727000', '160439.730000', '160439.733000', '160439.735000', '160439.738000', '160459.624000', '160459.626000', '160459.629000', '160459.632000', '160459.634000', '160459.637000', '160459.639000', '160459.642000', '160459.645000', '160459.647000', '160459.650000', '160459.652000', '160459.655000', '160459.658000', '160459.660000', '160459.663000', '160459.665000', '160459.668000', '160459.670000', '160459.673000', '160459.676000', '160459.678000', '160459.681000', '160459.683000', '160459.686000', '160459.689000', '160459.691000', '160459.694000', '160459.697000', '160459.699000', '160459.702000', '160459.704000', '160459.707000', '160459.709000', '160459.712000', '160459.715000', '160459.717000', '160459.720000', '160459.722000', '160459.725000', '160459.728000', '160459.730000', '160459.733000', '160519.624000', '160519.637000', '160519.639000', '160519.642000', '160519.645000', '160519.647000', '160519.650000', '160519.653000', '160519.655000', '160519.658000', '160519.660000', '160519.663000', '160519.666000', '160519.668000', '160519.671000', '160519.673000', '160519.676000', '160519.679000', '160519.681000', '160519.684000', '160519.687000', '160519.689000', '160519.692000', '160519.694000', '160519.697000', '160519.700000', '160519.702000', '160519.705000', '160519.707000', '160519.710000', '160519.713000', '160519.715000', '160519.718000', '160519.720000', '160519.723000', '160519.726000', '160519.728000', '160519.743000', '160519.746000', '160519.749000', '160519.751000', '160519.754000', '160519.756000', '160539.623000', '160539.626000', '160539.629000', '160539.632000', '160539.634000', '160539.637000', '160539.639000', '160539.642000', '160539.645000', '160539.649000', '160539.652000', '160539.655000', '160539.657000', '160539.660000', '160539.662000', '160539.665000', '160539.668000', '160539.670000', '160539.673000', '160539.675000', '160539.678000', '160539.681000', '160539.683000', '160539.686000', '160539.689000', '160539.691000', '160539.694000', '160539.696000', '160539.699000', '160539.702000', '160539.704000', '160539.707000', '160539.709000', '160539.712000', '160539.714000', '160539.717000', '160539.720000', '160539.722000', '160539.725000', '160539.727000', '160539.730000', '160539.733000', '160539.735000', '160539.738000', '160559.623000', '160559.626000', '160559.629000', '160559.632000', '160559.634000', '160559.637000', '160559.639000', '160559.642000', '160559.645000', '160559.647000', '160559.650000', '160559.653000', '160559.656000', '160559.658000', '160559.662000', '160559.665000', '160559.668000', '160559.670000', '160559.673000', '160559.676000', '160559.678000', '160559.681000', '160559.684000', '160559.686000', '160559.689000', '160559.692000', '160559.694000', '160559.697000', '160559.699000', '160559.702000', '160559.705000', '160559.707000', '160559.710000', '160559.713000', '160559.715000', '160559.718000', '160559.721000', '160559.723000', '160559.726000', '160559.729000', '160559.731000', '160559.734000', '160559.736000', '160619.625000', '160619.627000', '160619.630000', '160619.633000', '160619.635000', '160619.638000', '160619.641000', '160619.643000', '160619.646000', '160619.649000', '160619.651000', '160619.654000', '160619.657000', '160619.659000', '160619.662000', '160619.664000', '160619.667000', '160619.670000', '160619.672000', '160619.675000', '160619.678000', '160619.680000', '160619.683000', '160619.686000', '160619.688000', '160619.691000', '160619.694000', '160619.696000', '160619.699000', '160619.701000', '160619.704000', '160619.707000', '160619.709000', '160619.712000', '160619.715000', '160619.717000', '160619.720000', '160619.723000', '160619.725000', '160619.728000', '160619.731000', '160619.733000', '160619.736000', '160619.738000', '160639.625000', '160639.628000', '160639.630000', '160639.633000', '160639.635000', '160639.638000', '160639.641000', '160639.643000', '160639.646000', '160639.649000', '160639.651000', '160639.654000', '160639.657000', '160639.659000', '160639.662000', '160639.665000', '160639.667000', '160639.670000', '160639.672000', '160639.675000', '160639.678000', '160639.680000', '160639.683000', '160639.686000', '160639.688000', '160639.691000', '160639.693000', '160639.696000', '160639.699000', '160639.701000', '160639.704000', '160639.706000', '160639.709000', '160639.712000', '160639.714000', '160639.717000', '160639.720000', '160639.722000', '160639.725000', '160639.727000', '160639.730000', '160639.733000', '160639.735000', '160659.624000', '160659.626000', '160659.629000', '160659.632000', '160659.634000', '160659.637000', '160659.640000', '160659.642000', '160659.645000', '160659.647000', '160659.650000', '160659.652000', '160659.655000', '160659.658000', '160659.660000', '160659.663000', '160659.665000', '160659.668000', '160659.671000', '160659.673000', '160659.676000', '160659.678000', '160659.681000', '160659.683000', '160659.686000', '160659.689000', '160659.691000', '160659.694000', '160659.697000', '160659.699000', '160659.702000', '160659.704000', '160659.707000', '160659.710000', '160659.712000', '160659.715000', '160659.718000', '160659.720000', '160659.723000', '160659.725000', '160659.728000', '160659.731000', '160659.733000', '160659.736000', '160719.624000', '160719.626000', '160719.629000', '160719.632000', '160719.634000', '160719.637000', '160719.639000', '160719.642000', '160719.645000', '160719.647000', '160719.650000', '160719.653000', '160719.655000', '160719.658000', '160719.660000', '160719.663000', '160719.666000', '160719.668000', '160719.671000', '160719.673000', '160719.676000', '160719.678000', '160719.681000', '160719.684000', '160719.686000', '160719.689000', '160719.691000', '160719.694000', '160719.697000', '160719.699000', '160719.703000', '160719.706000', '160719.708000', '160719.711000', '160719.713000', '160719.716000', '160719.719000', '160719.721000', '160719.724000', '160719.727000', '160719.729000', '160719.732000', '160719.734000', '160739.624000', '160739.626000', '160739.629000', '160739.632000', '160739.634000', '160739.637000', '160739.639000', '160739.642000', '160739.645000', '160739.647000', '160739.650000', '160739.653000', '160739.655000', '160739.658000', '160739.660000', '160739.663000', '160739.666000', '160739.668000', '160739.671000', '160739.673000', '160739.676000', '160739.679000', '160739.681000', '160739.684000', '160739.687000', '160739.689000', '160739.692000', '160739.695000', '160739.697000', '160739.700000', '160739.702000', '160739.705000', '160739.708000', '160739.710000', '160739.713000', '160739.715000', '160739.718000', '160739.721000', '160739.723000', '160739.726000', '160739.729000', '160739.731000', '160739.734000', '160739.736000', '160759.624000', '160759.627000', '160759.629000', '160759.632000', '160759.635000', '160759.637000', '160759.640000', '160759.642000', '160759.645000', '160759.648000', '160759.650000', '160759.653000', '160759.655000', '160759.658000', '160759.661000', '160759.663000', '160759.666000', '160759.669000', '160759.671000', '160759.674000', '160759.676000', '160759.679000', '160759.681000', '160759.684000', '160759.687000', '160759.689000', '160759.692000', '160759.694000', '160759.697000', '160759.700000', '160759.702000', '160759.705000', '160759.707000', '160759.710000', '160759.712000', '160759.715000', '160759.718000', '160759.722000', '160759.724000', '160759.727000', '160759.730000', '160759.733000', '160759.735000', '160819.624000', '160819.627000', '160819.629000', '160819.632000', '160819.635000', '160819.637000', '160819.640000', '160819.643000', '160819.645000', '160819.648000', '160819.650000', '160819.653000', '160819.656000', '160819.658000', '160819.661000', '160819.663000', '160819.666000', '160819.669000', '160819.671000', '160819.674000', '160819.676000', '160819.679000', '160819.682000', '160819.684000', '160819.687000', '160819.689000', '160819.692000', '160819.695000', '160819.697000', '160819.700000', '160819.703000', '160819.705000', '160819.708000', '160819.710000', '160819.713000', '160819.720000', '160819.723000', '160819.725000', '160819.728000', '160819.731000', '160819.733000', '160819.736000', '160819.738000', '160819.741000', '160839.625000', '160839.627000', '160839.630000', '160839.633000', '160839.635000', '160839.638000', '160839.641000', '160839.643000', '160839.646000', '160839.648000', '160839.651000', '160839.654000', '160839.656000', '160839.659000', '160839.662000', '160839.664000', '160839.667000', '160839.669000', '160839.672000', '160839.675000', '160839.677000', '160839.680000', '160839.682000', '160839.685000', '160839.688000', '160839.690000', '160839.693000', '160839.696000', '160839.698000', '160839.701000', '160839.704000', '160839.706000', '160839.709000', '160839.711000', '160839.714000', '160839.717000', '160839.719000', '160839.722000', '160839.725000', '160839.728000', '160839.731000', '160839.733000', '160839.736000', '160859.625000', '160859.627000', '160859.630000', '160859.633000', '160859.636000', '160859.638000', '160859.641000', '160859.643000', '160859.646000', '160859.649000', '160859.652000', '160859.654000', '160859.657000', '160859.660000', '160859.662000', '160859.665000', '160859.667000', '160859.670000', '160859.673000', '160859.675000', '160859.678000', '160859.680000', '160859.683000', '160859.685000', '160859.688000', '160859.690000', '160859.693000', '160859.696000', '160859.698000', '160859.701000', '160859.703000', '160859.706000', '160859.709000', '160859.711000', '160859.714000', '160859.717000', '160859.719000', '160859.722000', '160859.724000', '160859.727000', '160859.730000', '160859.732000', '160859.735000', '160859.737000', '160919.624000', '160919.627000', '160919.629000', '160919.632000', '160919.634000', '160919.637000', '160919.640000', '160919.642000', '160919.645000', '160919.647000', '160919.650000', '160919.653000', '160919.655000', '160919.658000', '160919.660000', '160919.663000', '160919.666000', '160919.668000', '160919.671000', '160919.673000', '160919.676000', '160919.679000', '160919.681000', '160919.684000', '160919.687000', '160919.689000', '160919.692000', '160919.694000', '160919.697000', '160919.700000', '160919.702000', '160919.705000', '160919.708000', '160919.710000', '160919.713000', '160919.716000', '160919.718000', '160919.721000', '160919.723000', '160919.726000', '160919.728000', '160919.744000', '160919.746000', '160939.624000', '160939.627000', '160939.629000', '160939.632000', '160939.635000', '160939.637000', '160939.640000', '160939.643000', '160939.645000', '160939.648000', '160939.650000', '160939.653000', '160939.656000', '160939.658000', '160939.661000', '160939.664000', '160939.666000', '160939.669000', '160939.680000', '160939.682000', '160939.685000', '160939.687000', '160939.690000', '160939.693000', '160939.695000', '160939.698000', '160939.700000', '160939.703000', '160939.706000', '160939.708000', '160939.711000', '160939.713000', '160939.716000', '160939.719000', '160939.721000', '160939.724000', '160939.726000', '160939.729000', '160939.732000', '160939.734000', '160939.737000', '160939.739000', '160939.742000', '160939.745000', '160959.624000', '160959.627000', '160959.629000', '160959.632000', '160959.634000', '160959.637000', '160959.640000', '160959.642000', '160959.645000', '160959.647000', '160959.650000', '160959.653000', '160959.655000', '160959.658000', '160959.660000', '160959.663000', '160959.666000', '160959.668000', '160959.671000', '160959.673000', '160959.676000', '160959.678000', '160959.681000', '160959.684000', '160959.686000', '160959.689000', '160959.691000', '160959.694000', '160959.697000', '160959.699000', '160959.702000', '160959.705000', '160959.707000', '160959.710000', '160959.712000', '160959.715000', '160959.718000', '160959.720000', '160959.723000', '160959.725000', '160959.728000', '160959.731000', '160959.733000', '161017.695000', '161017.699000', '161017.702000', '161017.705000', '161017.708000', '161017.711000', '161017.714000', '161017.716000', '161017.719000', '161017.722000', '161017.724000', '161017.727000', '161017.730000', '161017.733000', '161017.735000', '161017.738000', '161017.741000', '161017.744000', '161017.747000', '161017.751000', '161017.753000', '161017.757000', '161017.760000', '161017.764000', '161017.768000', '161017.771000', '161017.774000', '161017.777000', '161017.779000', '161017.782000', '161017.785000', '161017.787000', '161017.790000', '161017.793000', '161017.796000', '161017.799000', '161017.852000', '161017.855000', '161017.858000', '161017.861000'], 'InstanceCreationTime': ['160019.661000', '160019.664000', '160019.667000', '160019.670000', '160019.673000', '160019.675000', '160019.678000', '160019.680000', '160019.683000', '160019.685000', '160019.688000', '160019.691000', '160019.693000', '160019.696000', '160019.698000', '160019.701000', '160019.704000', '160019.706000', '160019.717000', '160019.719000', '160019.722000', '160019.725000', '160019.727000', '160019.730000', '160019.732000', '160019.735000', '160019.738000', '160019.740000', '160019.743000', '160019.745000', '160019.754000', '160019.757000', '160019.759000', '160019.762000', '160039.623000', '160039.626000', '160039.629000', '160039.631000', '160039.634000', '160039.637000', '160039.639000', '160039.642000', '160039.644000', '160039.647000', '160039.650000', '160039.652000', '160039.655000', '160039.657000', '160039.660000', '160039.663000', '160039.665000', '160039.668000', '160039.670000', '160039.684000', '160039.686000', '160039.689000', '160039.691000', '160039.694000', '160039.697000', '160039.699000', '160039.702000', '160039.704000', '160039.707000', '160039.710000', '160039.712000', '160039.715000', '160039.717000', '160039.720000', '160039.722000', '160039.733000', '160039.735000', '160039.738000', '160039.741000', '160039.743000', '160039.746000', '160039.748000', '160039.751000', '160039.753000', '160059.623000', '160059.626000', '160059.629000', '160059.631000', '160059.634000', '160059.637000', '160059.639000', '160059.642000', '160059.644000', '160059.647000', '160059.649000', '160059.652000', '160059.654000', '160059.657000', '160059.660000', '160059.662000', '160059.665000', '160059.667000', '160059.670000', '160059.672000', '160059.675000', '160059.677000', '160059.680000', '160059.683000', '160059.685000', '160059.688000', '160059.690000', '160059.693000', '160059.695000', '160059.698000', '160059.700000', '160059.703000', '160059.706000', '160059.708000', '160059.711000', '160059.720000', '160059.722000', '160059.725000', '160059.728000', '160059.731000', '160059.733000', '160059.736000', '160059.739000', '160119.623000', '160119.626000', '160119.629000', '160119.631000', '160119.634000', '160119.637000', '160119.639000', '160119.642000', '160119.644000', '160119.647000', '160119.649000', '160119.652000', '160119.655000', '160119.657000', '160119.660000', '160119.662000', '160119.665000', '160119.668000', '160119.670000', '160119.673000', '160119.675000', '160119.678000', '160119.681000', '160119.683000', '160119.686000', '160119.688000', '160119.691000', '160119.694000', '160119.696000', '160119.699000', '160119.701000', '160119.704000', '160119.706000', '160119.709000', '160119.712000', '160119.714000', '160119.717000', '160119.719000', '160119.722000', '160119.724000', '160119.735000', '160119.737000', '160119.740000', '160119.743000', '160139.624000', '160139.627000', '160139.630000', '160139.632000', '160139.635000', '160139.638000', '160139.640000', '160139.643000', '160139.645000', '160139.648000', '160139.651000', '160139.653000', '160139.656000', '160139.658000', '160139.661000', '160139.663000', '160139.666000', '160139.669000', '160139.671000', '160139.674000', '160139.676000', '160139.679000', '160139.682000', '160139.684000', '160139.687000', '160139.689000', '160139.692000', '160139.694000', '160139.697000', '160139.700000', '160139.702000', '160139.705000', '160139.707000', '160139.710000', '160139.712000', '160139.715000', '160139.718000', '160139.720000', '160139.723000', '160139.725000', '160139.728000', '160139.731000', '160139.733000', '160159.625000', '160159.627000', '160159.630000', '160159.633000', '160159.635000', '160159.638000', '160159.641000', '160159.643000', '160159.646000', '160159.648000', '160159.651000', '160159.654000', '160159.656000', '160159.659000', '160159.662000', '160159.664000', '160159.667000', '160159.669000', '160159.672000', '160159.675000', '160159.677000', '160159.680000', '160159.683000', '160159.685000', '160159.688000', '160159.690000', '160159.693000', '160159.696000', '160159.698000', '160159.701000', '160159.703000', '160159.706000', '160159.709000', '160159.711000', '160159.714000', '160159.717000', '160159.719000', '160159.722000', '160159.724000', '160159.727000', '160159.730000', '160159.732000', '160159.735000', '160159.737000', '160219.624000', '160219.627000', '160219.630000', '160219.633000', '160219.635000', '160219.638000', '160219.641000', '160219.643000', '160219.646000', '160219.649000', '160219.651000', '160219.654000', '160219.656000', '160219.659000', '160219.662000', '160219.664000', '160219.667000', '160219.670000', '160219.672000', '160219.675000', '160219.678000', '160219.680000', '160219.683000', '160219.685000', '160219.688000', '160219.691000', '160219.693000', '160219.696000', '160219.698000', '160219.701000', '160219.709000', '160219.712000', '160219.714000', '160219.717000', '160219.719000', '160219.722000', '160219.725000', '160219.727000', '160219.730000', '160219.733000', '160219.735000', '160219.738000', '160219.741000', '160239.624000', '160239.626000', '160239.629000', '160239.632000', '160239.634000', '160239.637000', '160239.640000', '160239.642000', '160239.645000', '160239.647000', '160239.650000', '160239.653000', '160239.655000', '160239.658000', '160239.670000', '160239.673000', '160239.676000', '160239.678000', '160239.681000', '160239.683000', '160239.686000', '160239.689000', '160239.691000', '160239.694000', '160239.696000', '160239.699000', '160239.702000', '160239.704000', '160239.707000', '160239.710000', '160239.712000', '160239.715000', '160239.717000', '160239.720000', '160239.723000', '160239.725000', '160239.728000', '160239.731000', '160239.733000', '160239.736000', '160239.738000', '160239.741000', '160239.744000', '160239.746000', '160259.624000', '160259.626000', '160259.629000', '160259.632000', '160259.634000', '160259.637000', '160259.639000', '160259.642000', '160259.645000', '160259.647000', '160259.650000', '160259.652000', '160259.655000', '160259.658000', '160259.660000', '160259.663000', '160259.666000', '160259.668000', '160259.671000', '160259.673000', '160259.676000', '160259.679000', '160259.681000', '160259.684000', '160259.686000', '160259.689000', '160259.692000', '160259.694000', '160259.697000', '160259.700000', '160259.702000', '160259.705000', '160259.707000', '160259.710000', '160259.712000', '160259.715000', '160259.718000', '160259.720000', '160259.723000', '160259.725000', '160259.728000', '160259.731000', '160259.733000', '160319.624000', '160319.627000', '160319.629000', '160319.632000', '160319.635000', '160319.638000', '160319.640000', '160319.643000', '160319.645000', '160319.648000', '160319.651000', '160319.653000', '160319.656000', '160319.658000', '160319.661000', '160319.664000', '160319.666000', '160319.669000', '160319.671000', '160319.674000', '160319.677000', '160319.679000', '160319.682000', '160319.684000', '160319.687000', '160319.690000', '160319.692000', '160319.695000', '160319.697000', '160319.700000', '160319.703000', '160319.705000', '160319.708000', '160319.711000', '160319.713000', '160319.716000', '160319.718000', '160319.721000', '160319.723000', '160319.726000', '160319.729000', '160319.731000', '160319.734000', '160339.624000', '160339.626000', '160339.629000', '160339.632000', '160339.634000', '160339.637000', '160339.640000', '160339.642000', '160339.645000', '160339.647000', '160339.650000', '160339.652000', '160339.655000', '160339.658000', '160339.660000', '160339.663000', '160339.666000', '160339.668000', '160339.671000', '160339.673000', '160339.676000', '160339.679000', '160339.681000', '160339.684000', '160339.686000', '160339.689000', '160339.692000', '160339.694000', '160339.697000', '160339.700000', '160339.702000', '160339.705000', '160339.708000', '160339.710000', '160339.713000', '160339.715000', '160339.718000', '160339.721000', '160339.723000', '160339.726000', '160339.728000', '160339.731000', '160339.734000', '160339.736000', '160359.624000', '160359.627000', '160359.630000', '160359.632000', '160359.635000', '160359.638000', '160359.640000', '160359.643000', '160359.646000', '160359.648000', '160359.651000', '160359.654000', '160359.666000', '160359.668000', '160359.671000', '160359.674000', '160359.676000', '160359.679000', '160359.681000', '160359.684000', '160359.686000', '160359.689000', '160359.692000', '160359.694000', '160359.697000', '160359.699000', '160359.702000', '160359.705000', '160359.707000', '160359.710000', '160359.712000', '160359.715000', '160359.717000', '160359.720000', '160359.723000', '160359.725000', '160359.728000', '160359.730000', '160359.733000', '160359.736000', '160359.738000', '160359.741000', '160359.744000', '160359.746000', '160419.624000', '160419.627000', '160419.630000', '160419.633000', '160419.635000', '160419.638000', '160419.640000', '160419.643000', '160419.646000', '160419.648000', '160419.651000', '160419.654000', '160419.656000', '160419.659000', '160419.661000', '160419.664000', '160419.667000', '160419.669000', '160419.672000', '160419.675000', '160419.677000', '160419.680000', '160419.682000', '160419.685000', '160419.688000', '160419.690000', '160419.693000', '160419.696000', '160419.698000', '160419.701000', '160419.703000', '160419.706000', '160419.709000', '160419.711000', '160419.714000', '160419.716000', '160419.719000', '160419.721000', '160419.724000', '160419.727000', '160419.729000', '160419.732000', '160419.735000', '160439.625000', '160439.628000', '160439.630000', '160439.633000', '160439.636000', '160439.638000', '160439.641000', '160439.643000', '160439.646000', '160439.649000', '160439.651000', '160439.654000', '160439.657000', '160439.659000', '160439.662000', '160439.664000', '160439.667000', '160439.670000', '160439.672000', '160439.675000', '160439.678000', '160439.680000', '160439.683000', '160439.685000', '160439.688000', '160439.691000', '160439.693000', '160439.696000', '160439.699000', '160439.701000', '160439.704000', '160439.707000', '160439.709000', '160439.712000', '160439.714000', '160439.717000', '160439.720000', '160439.722000', '160439.725000', '160439.727000', '160439.730000', '160439.733000', '160439.735000', '160439.738000', '160459.624000', '160459.626000', '160459.629000', '160459.632000', '160459.634000', '160459.637000', '160459.639000', '160459.642000', '160459.645000', '160459.647000', '160459.650000', '160459.652000', '160459.655000', '160459.658000', '160459.660000', '160459.663000', '160459.665000', '160459.668000', '160459.670000', '160459.673000', '160459.676000', '160459.678000', '160459.681000', '160459.683000', '160459.686000', '160459.689000', '160459.691000', '160459.694000', '160459.697000', '160459.699000', '160459.702000', '160459.704000', '160459.707000', '160459.709000', '160459.712000', '160459.715000', '160459.717000', '160459.720000', '160459.722000', '160459.725000', '160459.728000', '160459.730000', '160459.733000', '160519.624000', '160519.637000', '160519.639000', '160519.642000', '160519.645000', '160519.647000', '160519.650000', '160519.653000', '160519.655000', '160519.658000', '160519.660000', '160519.663000', '160519.666000', '160519.668000', '160519.671000', '160519.673000', '160519.676000', '160519.679000', '160519.681000', '160519.684000', '160519.687000', '160519.689000', '160519.692000', '160519.694000', '160519.697000', '160519.700000', '160519.702000', '160519.705000', '160519.707000', '160519.710000', '160519.713000', '160519.715000', '160519.718000', '160519.720000', '160519.723000', '160519.726000', '160519.728000', '160519.743000', '160519.746000', '160519.749000', '160519.751000', '160519.754000', '160519.756000', '160539.623000', '160539.626000', '160539.629000', '160539.632000', '160539.634000', '160539.637000', '160539.639000', '160539.642000', '160539.645000', '160539.649000', '160539.652000', '160539.655000', '160539.657000', '160539.660000', '160539.662000', '160539.665000', '160539.668000', '160539.670000', '160539.673000', '160539.675000', '160539.678000', '160539.681000', '160539.683000', '160539.686000', '160539.689000', '160539.691000', '160539.694000', '160539.696000', '160539.699000', '160539.702000', '160539.704000', '160539.707000', '160539.709000', '160539.712000', '160539.714000', '160539.717000', '160539.720000', '160539.722000', '160539.725000', '160539.727000', '160539.730000', '160539.733000', '160539.735000', '160539.738000', '160559.623000', '160559.626000', '160559.629000', '160559.632000', '160559.634000', '160559.637000', '160559.639000', '160559.642000', '160559.645000', '160559.647000', '160559.650000', '160559.653000', '160559.656000', '160559.658000', '160559.662000', '160559.665000', '160559.668000', '160559.670000', '160559.673000', '160559.676000', '160559.678000', '160559.681000', '160559.684000', '160559.686000', '160559.689000', '160559.692000', '160559.694000', '160559.697000', '160559.699000', '160559.702000', '160559.705000', '160559.707000', '160559.710000', '160559.713000', '160559.715000', '160559.718000', '160559.721000', '160559.723000', '160559.726000', '160559.729000', '160559.731000', '160559.734000', '160559.736000', '160619.625000', '160619.627000', '160619.630000', '160619.633000', '160619.635000', '160619.638000', '160619.641000', '160619.643000', '160619.646000', '160619.649000', '160619.651000', '160619.654000', '160619.657000', '160619.659000', '160619.662000', '160619.664000', '160619.667000', '160619.670000', '160619.672000', '160619.675000', '160619.678000', '160619.680000', '160619.683000', '160619.686000', '160619.688000', '160619.691000', '160619.694000', '160619.696000', '160619.699000', '160619.701000', '160619.704000', '160619.707000', '160619.709000', '160619.712000', '160619.715000', '160619.717000', '160619.720000', '160619.723000', '160619.725000', '160619.728000', '160619.731000', '160619.733000', '160619.736000', '160619.738000', '160639.625000', '160639.628000', '160639.630000', '160639.633000', '160639.635000', '160639.638000', '160639.641000', '160639.643000', '160639.646000', '160639.649000', '160639.651000', '160639.654000', '160639.657000', '160639.659000', '160639.662000', '160639.665000', '160639.667000', '160639.670000', '160639.672000', '160639.675000', '160639.678000', '160639.680000', '160639.683000', '160639.686000', '160639.688000', '160639.691000', '160639.693000', '160639.696000', '160639.699000', '160639.701000', '160639.704000', '160639.706000', '160639.709000', '160639.712000', '160639.714000', '160639.717000', '160639.720000', '160639.722000', '160639.725000', '160639.727000', '160639.730000', '160639.733000', '160639.735000', '160659.624000', '160659.626000', '160659.629000', '160659.632000', '160659.634000', '160659.637000', '160659.640000', '160659.642000', '160659.645000', '160659.647000', '160659.650000', '160659.652000', '160659.655000', '160659.658000', '160659.660000', '160659.663000', '160659.665000', '160659.668000', '160659.671000', '160659.673000', '160659.676000', '160659.678000', '160659.681000', '160659.683000', '160659.686000', '160659.689000', '160659.691000', '160659.694000', '160659.697000', '160659.699000', '160659.702000', '160659.704000', '160659.707000', '160659.710000', '160659.712000', '160659.715000', '160659.718000', '160659.720000', '160659.723000', '160659.725000', '160659.728000', '160659.731000', '160659.733000', '160659.736000', '160719.624000', '160719.626000', '160719.629000', '160719.632000', '160719.634000', '160719.637000', '160719.639000', '160719.642000', '160719.645000', '160719.647000', '160719.650000', '160719.653000', '160719.655000', '160719.658000', '160719.660000', '160719.663000', '160719.666000', '160719.668000', '160719.671000', '160719.673000', '160719.676000', '160719.678000', '160719.681000', '160719.684000', '160719.686000', '160719.689000', '160719.691000', '160719.694000', '160719.697000', '160719.699000', '160719.703000', '160719.706000', '160719.708000', '160719.711000', '160719.713000', '160719.716000', '160719.719000', '160719.721000', '160719.724000', '160719.727000', '160719.729000', '160719.732000', '160719.734000', '160739.624000', '160739.626000', '160739.629000', '160739.632000', '160739.634000', '160739.637000', '160739.639000', '160739.642000', '160739.645000', '160739.647000', '160739.650000', '160739.653000', '160739.655000', '160739.658000', '160739.660000', '160739.663000', '160739.666000', '160739.668000', '160739.671000', '160739.673000', '160739.676000', '160739.679000', '160739.681000', '160739.684000', '160739.687000', '160739.689000', '160739.692000', '160739.695000', '160739.697000', '160739.700000', '160739.702000', '160739.705000', '160739.708000', '160739.710000', '160739.713000', '160739.715000', '160739.718000', '160739.721000', '160739.723000', '160739.726000', '160739.729000', '160739.731000', '160739.734000', '160739.736000', '160759.624000', '160759.627000', '160759.629000', '160759.632000', '160759.635000', '160759.637000', '160759.640000', '160759.642000', '160759.645000', '160759.648000', '160759.650000', '160759.653000', '160759.655000', '160759.658000', '160759.661000', '160759.663000', '160759.666000', '160759.669000', '160759.671000', '160759.674000', '160759.676000', '160759.679000', '160759.681000', '160759.684000', '160759.687000', '160759.689000', '160759.692000', '160759.694000', '160759.697000', '160759.700000', '160759.702000', '160759.705000', '160759.707000', '160759.710000', '160759.712000', '160759.715000', '160759.718000', '160759.722000', '160759.724000', '160759.727000', '160759.730000', '160759.733000', '160759.735000', '160819.624000', '160819.627000', '160819.629000', '160819.632000', '160819.635000', '160819.637000', '160819.640000', '160819.643000', '160819.645000', '160819.648000', '160819.650000', '160819.653000', '160819.656000', '160819.658000', '160819.661000', '160819.663000', '160819.666000', '160819.669000', '160819.671000', '160819.674000', '160819.676000', '160819.679000', '160819.682000', '160819.684000', '160819.687000', '160819.689000', '160819.692000', '160819.695000', '160819.697000', '160819.700000', '160819.703000', '160819.705000', '160819.708000', '160819.710000', '160819.713000', '160819.720000', '160819.723000', '160819.725000', '160819.728000', '160819.731000', '160819.733000', '160819.736000', '160819.738000', '160819.741000', '160839.625000', '160839.627000', '160839.630000', '160839.633000', '160839.635000', '160839.638000', '160839.641000', '160839.643000', '160839.646000', '160839.648000', '160839.651000', '160839.654000', '160839.656000', '160839.659000', '160839.662000', '160839.664000', '160839.667000', '160839.669000', '160839.672000', '160839.675000', '160839.677000', '160839.680000', '160839.682000', '160839.685000', '160839.688000', '160839.690000', '160839.693000', '160839.696000', '160839.698000', '160839.701000', '160839.704000', '160839.706000', '160839.709000', '160839.711000', '160839.714000', '160839.717000', '160839.719000', '160839.722000', '160839.725000', '160839.728000', '160839.731000', '160839.733000', '160839.736000', '160859.625000', '160859.627000', '160859.630000', '160859.633000', '160859.636000', '160859.638000', '160859.641000', '160859.643000', '160859.646000', '160859.649000', '160859.652000', '160859.654000', '160859.657000', '160859.660000', '160859.662000', '160859.665000', '160859.667000', '160859.670000', '160859.673000', '160859.675000', '160859.678000', '160859.680000', '160859.683000', '160859.685000', '160859.688000', '160859.690000', '160859.693000', '160859.696000', '160859.698000', '160859.701000', '160859.703000', '160859.706000', '160859.709000', '160859.711000', '160859.714000', '160859.717000', '160859.719000', '160859.722000', '160859.724000', '160859.727000', '160859.730000', '160859.732000', '160859.735000', '160859.737000', '160919.624000', '160919.627000', '160919.629000', '160919.632000', '160919.634000', '160919.637000', '160919.640000', '160919.642000', '160919.645000', '160919.647000', '160919.650000', '160919.653000', '160919.655000', '160919.658000', '160919.660000', '160919.663000', '160919.666000', '160919.668000', '160919.671000', '160919.673000', '160919.676000', '160919.679000', '160919.681000', '160919.684000', '160919.687000', '160919.689000', '160919.692000', '160919.694000', '160919.697000', '160919.700000', '160919.702000', '160919.705000', '160919.708000', '160919.710000', '160919.713000', '160919.716000', '160919.718000', '160919.721000', '160919.723000', '160919.726000', '160919.728000', '160919.744000', '160919.746000', '160939.624000', '160939.627000', '160939.629000', '160939.632000', '160939.635000', '160939.637000', '160939.640000', '160939.643000', '160939.645000', '160939.648000', '160939.650000', '160939.653000', '160939.656000', '160939.658000', '160939.661000', '160939.664000', '160939.666000', '160939.669000', '160939.680000', '160939.682000', '160939.685000', '160939.687000', '160939.690000', '160939.693000', '160939.695000', '160939.698000', '160939.700000', '160939.703000', '160939.706000', '160939.708000', '160939.711000', '160939.713000', '160939.716000', '160939.719000', '160939.721000', '160939.724000', '160939.726000', '160939.729000', '160939.732000', '160939.734000', '160939.737000', '160939.739000', '160939.742000', '160939.745000', '160959.624000', '160959.627000', '160959.629000', '160959.632000', '160959.634000', '160959.637000', '160959.640000', '160959.642000', '160959.645000', '160959.647000', '160959.650000', '160959.653000', '160959.655000', '160959.658000', '160959.660000', '160959.663000', '160959.666000', '160959.668000', '160959.671000', '160959.673000', '160959.676000', '160959.678000', '160959.681000', '160959.684000', '160959.686000', '160959.689000', '160959.691000', '160959.694000', '160959.697000', '160959.699000', '160959.702000', '160959.705000', '160959.707000', '160959.710000', '160959.712000', '160959.715000', '160959.718000', '160959.720000', '160959.723000', '160959.725000', '160959.728000', '160959.731000', '160959.733000', '161017.695000', '161017.699000', '161017.702000', '161017.705000', '161017.708000', '161017.711000', '161017.714000', '161017.716000', '161017.719000', '161017.722000', '161017.724000', '161017.727000', '161017.730000', '161017.733000', '161017.735000', '161017.738000', '161017.741000', '161017.744000', '161017.747000', '161017.751000', '161017.753000', '161017.757000', '161017.760000', '161017.764000', '161017.768000', '161017.771000', '161017.774000', '161017.777000', '161017.779000', '161017.782000', '161017.785000', '161017.787000', '161017.790000', '161017.793000', '161017.796000', '161017.799000', '161017.852000', '161017.855000', '161017.858000', '161017.861000'], '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': [13029, 10096, 11160, 11571, 10484, 10896, 10169, 12944, 9976, 12164, 9914, 11165, 9706, 9854, 13351, 10633, 11873, 10134, 12088, 10063, 10223, 9949, 10012, 12450, 10160, 12443, 10108, 10362, 10549, 10009, 12600, 10233, 12831, 9906, 9921, 12110, 10794, 12731, 10320, 12109, 10006, 10501, 12526, 10459, 12688, 10382, 12432, 9851, 10747, 11042, 9779, 12980, 10159, 12085, 9972, 11127, 9817, 9865, 13128, 10096, 12522, 9748, 11092, 10667, 9822, 12994, 10101, 11801, 9817, 10880, 10791, 10196, 12702, 10178, 12271, 10025, 10716, 10204, 9896, 13054, 10179, 12833, 10092, 11488, 10123, 9977, 12353, 10638, 11979, 9843, 9768, 12154, 11279, 11428, 10035, 11503, 9751, 10037, 10883, 10030, 11996, 10103, 11084, 9809, 10117, 11655, 10014, 12344, 9906, 10013, 11947, 10058, 11778, 9835, 9811, 9743, 9898, 10028, 10079, 12599, 9829, 9982, 12612, 9970, 12363, 9952, 9923, 12392, 9858, 12020, 9983, 10153, 9758, 10010, 12345, 9860, 11099, 10151, 9671, 10371, 9919, 12004, 10167, 11134, 10098, 10926, 9992, 9845, 12293, 9930, 11635, 10180, 12487, 10086, 11928, 9807, 10404, 9938, 9766, 12815, 10053, 12222, 10177, 11096, 10160, 9950, 10488, 9859, 12814, 10598, 11596, 10232, 11343, 10567, 9976, 11925, 10263, 12056, 10309, 11733, 9928, 9887, 12194, 10076, 11580, 10175, 10682, 11418, 10469, 11477, 10262, 10855, 10048, 9922, 12406, 10177, 12005, 9784, 9821, 12725, 11234, 12325, 10255, 11990, 9993, 9988, 12633, 10327, 11905, 10359, 10526, 10862, 10425, 11955, 10517, 11642, 10090, 10947, 12578, 10316, 12437, 10193, 11942, 10265, 10355, 11917, 10183, 12589, 10271, 11794, 9916, 9955, 10598, 9947, 12799, 10047, 11859, 9851, 10130, 12329, 10087, 11677, 10244, 11312, 10030, 10270, 12559, 10556, 11243, 10182, 10811, 10745, 10265, 12251, 10139, 11672, 9799, 10050, 12903, 10433, 11801, 10220, 11847, 9947, 10218, 12425, 10621, 11374, 10464, 11693, 9933, 10106, 12606, 10063, 12177, 10211, 11914, 9859, 10283, 12816, 10781, 11942, 10296, 12204, 10166, 9891, 13179, 10036, 12055, 10256, 12042, 9786, 10029, 12432, 10083, 11676, 10125, 11590, 9740, 9999, 10789, 10088, 12608, 10046, 11726, 11359, 9736, 11913, 9975, 11483, 9730, 9839, 12751, 10112, 11419, 10038, 10147, 9951, 9828, 12086, 10218, 11817, 9984, 11692, 9788, 9974, 11904, 10062, 11335, 9826, 9917, 12813, 9991, 12596, 10105, 11928, 10319, 12906, 10275, 9122, 10835, 10499, 12861, 10141, 13690, 10596, 13354, 10071, 12129, 9841, 9940, 12911, 9749, 12021, 9866, 11577, 9965, 11378, 10059, 12253, 10163, 12263, 9937, 11992, 9496, 11320, 9535, 9995, 9686, 10094, 12678, 13560, 11217, 11695, 10293, 11505, 9984, 9625, 11969, 10761, 11366, 10074, 10812, 10250, 12101, 9947, 10777, 11316, 10384, 11064, 9952, 12296, 10172, 11606, 10361, 11629, 10479, 12682, 10373, 11814, 10168, 12197, 10346, 12434, 10285, 11547, 10154, 12315, 10341, 12181, 10056, 11221, 9791, 10023, 12605, 10334, 12168, 10375, 12311, 10243, 11228, 10067, 10323, 13125, 10658, 12570, 10325, 12347, 10107, 11281, 10095, 10166, 12465, 10390, 11807, 10295, 10925, 10186, 10031, 12713, 10719, 11041, 10359, 10915, 10286, 10199, 12098, 10293, 11191, 10107, 11119, 10537, 10333, 12376, 10377, 11297, 10039, 9952, 12741, 10797, 11418, 10263, 11601, 10019, 10233, 12622, 10362, 11012, 10188, 10429, 11635, 10287, 11643, 10126, 11178, 9664, 10151, 12576, 10261, 11407, 10163, 10146, 12370, 10120, 12731, 10073, 11211, 11465, 10077, 12354, 10289, 11291, 9903, 10302, 11598, 10325, 12267, 10118, 10973, 11040, 10824, 11756, 10184, 12215, 10126, 10916, 11591, 10284, 10755, 9910, 12430, 10162, 12008, 10071, 10841, 9737, 9958, 12972, 10311, 12131, 9740, 11117, 10200, 10107, 13187, 10104, 12168, 9574, 10724, 10460, 10001, 12767, 10107, 12513, 9675, 10300, 10198, 10049, 13146, 10281, 12623, 9890, 10382, 11861, 9994, 12403, 10357, 11998, 10810, 9914, 12109, 10156, 12232, 10082, 12231, 10130, 10252, 10452, 9973, 12963, 10575, 12556, 10175, 12060, 10269, 10545, 11994, 10448, 12158, 10323, 11491, 10170, 12238, 10236, 12394, 9937, 10983, 10135, 10182, 12611, 10232, 12261, 10285, 11519, 10268, 11523, 9729, 10550, 12725, 10469, 11510, 10355, 11717, 9866, 11207, 12383, 10023, 12004, 10268, 9996, 10146, 9916, 11153, 10604, 12713, 10016, 14033, 10003, 12975, 11101, 9863, 10350, 13616, 10054, 13507, 10230, 11501, 10133, 12085, 10138, 12456, 10261, 11134, 9925, 12305, 11098, 10338, 9712, 9903, 12875, 11669, 12085, 10175, 11323, 10383, 12253, 10168, 11985, 10057, 12059, 10191, 11979, 10196, 12833, 10222, 10206, 11264, 10241, 12483, 9998, 12267, 10140, 11379, 10000, 10043, 11897, 11300, 10933, 10108, 12136, 10546, 12121, 9875, 11421, 10268, 12104, 10294, 12159, 10258, 11430, 10342, 11902, 10069, 11296, 12116, 9870, 11318, 10240, 12204, 10600, 11803, 10380, 12583, 10429, 12165, 10013, 12583, 10261, 10100, 11543, 10208, 11939, 10048, 11744, 10346, 11925, 10161, 12980, 10343, 11838, 10117, 11513, 12006, 10917, 11659, 10090, 11679, 10056, 12125, 9911, 11043, 10007, 10074, 12458, 11277, 12083, 10055, 11196, 9801, 9919, 12777, 11363, 11753, 10060, 11377, 9901, 9898, 12740, 10825, 11013, 10149, 11327, 10247, 10597, 12435, 10246, 11312, 10319, 10872, 11051, 10894, 11305, 10210, 11238, 10128, 10813, 12831, 10519, 11528, 10279, 11865, 9838, 11062, 12489, 10670, 11380, 10148, 11650, 10022, 10496, 11518, 9980, 11971, 10085, 11525, 9966, 11466, 9732, 10437, 10075, 10161, 12762, 10233, 12032, 9979, 10579, 10250, 9868, 11999, 10129, 11849, 10049, 11957, 10275, 10987, 10648, 9939, 12646, 10107, 11285, 9823, 10021, 12668, 9991, 11850, 9925, 11249, 9972, 9916, 12822, 10323, 12359, 9740, 10555, 10131, 10149, 13180, 10207, 12556, 9608, 10707, 9906, 9923, 12887, 10200, 12496, 10291, 11740, 10217, 11131, 12025, 10457, 12214, 10171, 11562, 9950, 9887, 12076, 10030, 11532, 9840, 10871, 9847, 9968, 12896, 10313, 11358, 10039, 11119, 10206, 9849, 12479, 10567, 11027, 10178, 11140, 9826, 10627, 12700, 10117, 11965, 10308, 11808, 10003, 12525, 10080, 10153, 11677, 10183, 12209, 10562, 10888, 10312, 11656, 9809, 10553, 12089, 9898, 11393, 10059, 11855, 10180, 12158, 9873, 10033, 10111, 10068, 13281, 10576, 13949, 9736, 12454, 9893, 10234, 10491, 11543, 10963, 10769, 9883, 9843, 13606, 10247, 13504, 9845, 10849, 11576, 9997, 13214, 10724, 11662, 9965, 11845, 10013, 12148, 13244, 11030, 11964, 10126, 12055, 10140, 12638, 10116, 11198, 9937, 9759, 13031, 10424, 12649, 9942, 12008, 10044, 11460, 10273, 9895, 12851, 10976, 11425, 9951, 11413, 10009, 10815, 13077, 10894, 11385, 9962, 11894, 9654, 10698, 12504, 10580, 11318, 10055, 11809, 10091, 11758, 9864, 11091, 9604, 9995, 12880, 10653, 12023, 10066, 11449, 9849, 10727, 11541, 10553, 12045, 10427, 11566, 9939, 11294, 10047, 9955, 12455, 10619, 11387, 9870, 11470, 9740, 10628, 11684, 10560, 11618, 9969, 12360, 10234, 12251, 9802, 10592, 11226, 10152, 12622, 9940, 11917, 9952, 10620, 9772, 9838, 13267, 10500, 12715, 9914, 11562, 9614, 9921, 13241, 11166, 11399, 10056, 11178, 10598, 10061, 13182, 10025, 11855, 9818, 11049, 11404, 10389, 10898, 9867, 11626, 10155, 11756, 9579, 10186, 11476, 9777, 12694, 9753, 12103, 9590, 10125, 12592, 10847, 11415, 9768, 11295, 9664, 10222, 10799, 10044, 11875, 10348, 11924, 9861, 12094, 9781, 11892, 10862, 9983, 13520, 11334, 12055, 9800, 10996, 10316, 9904, 12587, 10335, 11086, 9963, 11247, 9810, 9881, 12937, 10792, 11366, 9773, 10670, 10969, 10391, 11630, 9738, 11796, 9562, 11208, 10452, 10550, 11470, 9609, 11850, 9650, 12096, 9882, 11584, 9359, 10468, 10787, 9810, 12996, 10825, 11754, 9861, 10908, 10421, 9725, 12311, 10240, 11691, 9766, 11074, 11411, 9542, 12158, 10092, 12156, 9782, 11626, 9964, 11969, 10773, 10585, 9860, 9760, 9731, 10742, 10324, 12989, 10286, 13223, 9804, 13221, 10203, 11998, 10587, 11290, 9917, 9677, 11379, 10228, 11014, 9863, 10388, 9909, 10957, 10147, 11848, 11351, 9684, 10557, 12884, 11164, 11213, 9848, 12331, 9753, 10436, 9751, 9851, 12031, 10614, 10196, 9837, 11324, 10045, 11085, 9663, 10766, 9829, 9946, 9787, 10643, 10325, 10891, 9794, 10201, 9972, 11341, 10018, 13293, 9907, 11456, 9799, 9949, 13213, 11156, 11235, 10098, 11500, 10157, 11377, 10138, 12651, 9855, 10128, 9538, 10136, 11871, 9813, 9792, 12305, 10880, 9943, 9530, 12424, 10234, 11590, 10361, 11138, 9974, 11373, 9770, 10036, 11464, 9771, 10790, 9922, 11102, 9921, 10862, 9594, 11402, 9887, 9948, 12847, 9939, 12433, 10181, 12432, 10158, 11881, 10196, 10190, 11624, 9947, 11206, 9756, 10737, 9835, 9690, 10624, 9931, 12417, 9852, 11418, 10036, 9784, 11550, 9760, 11804, 9615, 10436, 9914, 9898, 10098, 9900, 11739, 10012, 13044, 10380, 11460, 9663, 9718, 10635, 9897, 11846, 9768, 10667, 9959, 11337, 9918, 12116, 9982, 9853, 9794, 9765, 9791, 9938, 13060, 11616, 11286, 10173, 11602, 10025, 10577, 8839, 12047, 9483, 9446, 9861, 10057, 13365, 12841, 10800, 9446, 9612, 11979, 10394, 10856, 9840, 10456, 9816, 11341, 9913, 11051, 9714, 11336, 9488, 10356, 9823, 12881, 10069, 11589, 9947, 10127, 9675, 12844, 10230, 10956, 9682, 10115, 9916, 11633, 9708, 10595, 9981, 11128, 9651, 10829, 9455, 10558, 9743, 10558, 9532, 9628, 9120, 10188, 12112, 9776, 11086, 9307, 10575, 9818, 11985, 8736, 9497, 10621, 9855, 12246, 10344, 14927, 11241], 'WindowCenter': [4760.0, 4704.0, 4712.0, 4694.0, 4685.0, 4681.0, 4671.0, 4689.0, 4657.0, 4680.0, 4659.0, 4679.0, 4659.0, 4659.0, 4689.0, 4670.0, 4680.0, 4668.0, 4679.0, 4661.0, 4670.0, 4658.0, 4661.0, 4679.0, 4660.0, 4679.0, 4669.0, 4671.0, 4667.0, 4660.0, 4678.0, 4659.0, 4688.0, 4656.0, 4661.0, 4679.0, 4670.0, 4688.0, 4669.0, 4689.0, 4658.0, 4672.0, 4690.0, 4672.0, 4688.0, 4670.0, 4678.0, 4658.0, 4670.0, 4668.0, 4659.0, 4687.0, 4659.0, 4679.0, 4660.0, 4677.0, 4660.0, 4660.0, 4688.0, 4669.0, 4689.0, 4658.0, 4679.0, 4669.0, 4659.0, 4688.0, 4659.0, 4679.0, 4658.0, 4670.0, 4669.0, 4670.0, 4688.0, 4657.0, 4689.0, 4657.0, 4671.0, 4659.0, 4671.0, 4686.0, 4669.0, 4689.0, 4658.0, 4680.0, 4658.0, 4660.0, 4680.0, 4670.0, 4678.0, 4658.0, 4659.0, 4678.0, 4668.0, 4677.0, 4659.0, 4678.0, 4648.0, 4660.0, 4664.0, 4660.0, 4678.0, 4668.0, 4680.0, 4660.0, 4671.0, 4677.0, 4660.0, 4691.0, 4659.0, 4660.0, 4676.0, 4659.0, 4678.0, 4658.0, 4659.0, 4646.0, 4658.0, 4659.0, 4671.0, 4691.0, 4672.0, 4674.0, 4691.0, 4674.0, 4691.0, 4673.0, 4672.0, 4692.0, 4671.0, 4692.0, 4672.0, 4672.0, 4661.0, 4672.0, 4691.0, 4673.0, 4681.0, 4670.0, 4672.0, 4669.0, 4671.0, 4690.0, 4671.0, 4679.0, 4671.0, 4681.0, 4659.0, 4672.0, 4690.0, 4661.0, 4679.0, 4670.0, 4689.0, 4670.0, 4682.0, 4660.0, 4671.0, 4659.0, 4671.0, 4689.0, 4670.0, 4691.0, 4670.0, 4680.0, 4670.0, 4673.0, 4669.0, 4670.0, 4690.0, 4683.0, 4680.0, 4671.0, 4681.0, 4669.0, 4671.0, 4679.0, 4670.0, 4689.0, 4670.0, 4689.0, 4670.0, 4670.0, 4689.0, 4671.0, 4680.0, 4670.0, 4671.0, 4677.0, 4668.0, 4678.0, 4669.0, 4679.0, 4657.0, 4670.0, 4689.0, 4670.0, 4691.0, 4660.0, 4671.0, 4688.0, 4681.0, 4689.0, 4672.0, 4691.0, 4658.0, 4668.0, 4689.0, 4670.0, 4681.0, 4669.0, 4681.0, 4679.0, 4680.0, 4680.0, 4681.0, 4691.0, 4671.0, 4683.0, 4692.0, 4683.0, 4690.0, 4674.0, 4693.0, 4673.0, 4683.0, 4689.0, 4674.0, 4693.0, 4672.0, 4692.0, 4662.0, 4671.0, 4668.0, 4671.0, 4691.0, 4660.0, 4690.0, 4660.0, 4672.0, 4688.0, 4672.0, 4681.0, 4670.0, 4681.0, 4659.0, 4670.0, 4689.0, 4669.0, 4680.0, 4669.0, 4681.0, 4679.0, 4673.0, 4691.0, 4671.0, 4681.0, 4660.0, 4671.0, 4688.0, 4672.0, 4691.0, 4673.0, 4690.0, 4659.0, 4672.0, 4692.0, 4682.0, 4680.0, 4683.0, 4692.0, 4661.0, 4673.0, 4690.0, 4672.0, 4688.0, 4673.0, 4693.0, 4662.0, 4671.0, 4692.0, 4682.0, 4681.0, 4672.0, 4693.0, 4669.0, 4672.0, 4689.0, 4661.0, 4680.0, 4671.0, 4689.0, 4661.0, 4671.0, 4689.0, 4669.0, 4680.0, 4659.0, 4679.0, 4657.0, 4661.0, 4667.0, 4670.0, 4689.0, 4661.0, 4692.0, 4680.0, 4660.0, 4679.0, 4661.0, 4678.0, 4658.0, 4660.0, 4678.0, 4658.0, 4669.0, 4658.0, 4659.0, 4657.0, 4659.0, 4678.0, 4668.0, 4676.0, 4660.0, 4680.0, 4657.0, 4658.0, 4676.0, 4660.0, 4681.0, 4657.0, 4671.0, 4689.0, 4672.0, 4690.0, 4682.0, 4690.0, 4682.0, 4701.0, 4695.0, 4689.0, 4707.0, 4706.0, 4729.0, 4711.0, 4730.0, 4699.0, 4714.0, 4674.0, 4694.0, 4660.0, 4661.0, 4678.0, 4650.0, 4678.0, 4659.0, 4667.0, 4657.0, 4669.0, 4660.0, 4688.0, 4669.0, 4689.0, 4685.0, 4702.0, 4661.0, 4681.0, 4659.0, 4671.0, 4671.0, 4682.0, 4714.0, 4699.0, 4670.0, 4679.0, 4660.0, 4670.0, 4646.0, 4649.0, 4663.0, 4656.0, 4655.0, 4643.0, 4643.0, 4643.0, 4662.0, 4634.0, 4655.0, 4655.0, 4644.0, 4650.0, 4632.0, 4649.0, 4643.0, 4650.0, 4644.0, 4651.0, 4656.0, 4673.0, 4655.0, 4677.0, 4657.0, 4674.0, 4655.0, 4674.0, 4658.0, 4665.0, 4659.0, 4676.0, 4657.0, 4677.0, 4646.0, 4666.0, 4645.0, 4655.0, 4675.0, 4658.0, 4677.0, 4656.0, 4676.0, 4667.0, 4678.0, 4657.0, 4670.0, 4689.0, 4669.0, 4687.0, 4670.0, 4688.0, 4658.0, 4678.0, 4657.0, 4669.0, 4676.0, 4667.0, 4677.0, 4657.0, 4668.0, 4658.0, 4660.0, 4688.0, 4668.0, 4679.0, 4668.0, 4679.0, 4667.0, 4669.0, 4688.0, 4671.0, 4678.0, 4670.0, 4682.0, 4668.0, 4670.0, 4690.0, 4672.0, 4680.0, 4660.0, 4670.0, 4688.0, 4672.0, 4678.0, 4667.0, 4682.0, 4658.0, 4669.0, 4689.0, 4660.0, 4669.0, 4667.0, 4672.0, 4678.0, 4670.0, 4680.0, 4669.0, 4679.0, 4659.0, 4671.0, 4688.0, 4672.0, 4681.0, 4670.0, 4671.0, 4689.0, 4672.0, 4690.0, 4668.0, 4683.0, 4679.0, 4673.0, 4691.0, 4670.0, 4683.0, 4659.0, 4674.0, 4680.0, 4671.0, 4691.0, 4670.0, 4682.0, 4681.0, 4684.0, 4680.0, 4673.0, 4691.0, 4671.0, 4683.0, 4680.0, 4671.0, 4679.0, 4671.0, 4690.0, 4671.0, 4691.0, 4671.0, 4683.0, 4660.0, 4673.0, 4702.0, 4671.0, 4692.0, 4661.0, 4682.0, 4669.0, 4672.0, 4701.0, 4670.0, 4693.0, 4662.0, 4683.0, 4672.0, 4673.0, 4700.0, 4671.0, 4691.0, 4661.0, 4673.0, 4671.0, 4675.0, 4703.0, 4671.0, 4691.0, 4671.0, 4674.0, 4689.0, 4672.0, 4691.0, 4669.0, 4692.0, 4669.0, 4661.0, 4689.0, 4672.0, 4689.0, 4669.0, 4693.0, 4671.0, 4672.0, 4671.0, 4671.0, 4701.0, 4682.0, 4692.0, 4671.0, 4692.0, 4671.0, 4683.0, 4690.0, 4681.0, 4691.0, 4672.0, 4680.0, 4671.0, 4693.0, 4671.0, 4692.0, 4662.0, 4681.0, 4669.0, 4672.0, 4690.0, 4672.0, 4691.0, 4672.0, 4680.0, 4670.0, 4680.0, 4661.0, 4672.0, 4691.0, 4681.0, 4679.0, 4671.0, 4690.0, 4669.0, 4694.0, 4690.0, 4673.0, 4693.0, 4684.0, 4683.0, 4698.0, 4696.0, 4705.0, 4708.0, 4727.0, 4703.0, 4731.0, 4697.0, 4727.0, 4710.0, 4697.0, 4699.0, 4727.0, 4687.0, 4713.0, 4675.0, 4680.0, 4672.0, 4692.0, 4672.0, 4706.0, 4684.0, 4694.0, 4671.0, 4704.0, 4682.0, 4672.0, 4663.0, 4674.0, 4690.0, 4681.0, 4690.0, 4672.0, 4680.0, 4672.0, 4689.0, 4671.0, 4692.0, 4672.0, 4691.0, 4670.0, 4679.0, 4670.0, 4691.0, 4669.0, 4673.0, 4678.0, 4669.0, 4688.0, 4659.0, 4681.0, 4671.0, 4680.0, 4659.0, 4658.0, 4678.0, 4678.0, 4669.0, 4670.0, 4677.0, 4668.0, 4679.0, 4659.0, 4680.0, 4671.0, 4689.0, 4672.0, 4690.0, 4671.0, 4679.0, 4672.0, 4681.0, 4658.0, 4669.0, 4679.0, 4658.0, 4667.0, 4657.0, 4676.0, 4668.0, 4674.0, 4668.0, 4676.0, 4670.0, 4688.0, 4658.0, 4692.0, 4658.0, 4671.0, 4678.0, 4669.0, 4679.0, 4660.0, 4680.0, 4660.0, 4678.0, 4660.0, 4690.0, 4670.0, 4681.0, 4669.0, 4693.0, 4688.0, 4671.0, 4678.0, 4672.0, 4678.0, 4660.0, 4678.0, 4658.0, 4683.0, 4658.0, 4660.0, 4677.0, 4679.0, 4679.0, 4659.0, 4667.0, 4657.0, 4659.0, 4677.0, 4676.0, 4677.0, 4659.0, 4679.0, 4658.0, 4660.0, 4688.0, 4670.0, 4667.0, 4669.0, 4682.0, 4669.0, 4670.0, 4689.0, 4670.0, 4680.0, 4669.0, 4680.0, 4678.0, 4683.0, 4678.0, 4669.0, 4682.0, 4669.0, 4680.0, 4689.0, 4670.0, 4678.0, 4668.0, 4680.0, 4658.0, 4679.0, 4689.0, 4670.0, 4678.0, 4670.0, 4680.0, 4659.0, 4668.0, 4667.0, 4661.0, 4676.0, 4659.0, 4680.0, 4659.0, 4680.0, 4649.0, 4669.0, 4658.0, 4671.0, 4688.0, 4672.0, 4691.0, 4659.0, 4671.0, 4658.0, 4661.0, 4678.0, 4672.0, 4681.0, 4661.0, 4678.0, 4671.0, 4684.0, 4670.0, 4673.0, 4692.0, 4672.0, 4682.0, 4660.0, 4671.0, 4689.0, 4671.0, 4682.0, 4660.0, 4680.0, 4659.0, 4662.0, 4689.0, 4671.0, 4691.0, 4659.0, 4670.0, 4659.0, 4672.0, 4690.0, 4673.0, 4693.0, 4660.0, 4671.0, 4658.0, 4658.0, 4691.0, 4672.0, 4681.0, 4670.0, 4679.0, 4672.0, 4684.0, 4690.0, 4683.0, 4680.0, 4669.0, 4681.0, 4658.0, 4671.0, 4678.0, 4659.0, 4678.0, 4660.0, 4671.0, 4657.0, 4657.0, 4687.0, 4671.0, 4678.0, 4661.0, 4682.0, 4670.0, 4670.0, 4688.0, 4671.0, 4669.0, 4668.0, 4679.0, 4658.0, 4670.0, 4688.0, 4672.0, 4679.0, 4669.0, 4692.0, 4670.0, 4690.0, 4670.0, 4674.0, 4680.0, 4673.0, 4691.0, 4683.0, 4680.0, 4674.0, 4683.0, 4671.0, 4674.0, 4680.0, 4661.0, 4678.0, 4661.0, 4680.0, 4669.0, 4691.0, 4659.0, 4670.0, 4669.0, 4672.0, 4701.0, 4676.0, 4694.0, 4652.0, 4693.0, 4661.0, 4673.0, 4672.0, 4695.0, 4681.0, 4684.0, 4661.0, 4663.0, 4690.0, 4660.0, 4691.0, 4661.0, 4672.0, 4669.0, 4664.0, 4689.0, 4671.0, 4680.0, 4661.0, 4681.0, 4660.0, 4692.0, 4690.0, 4674.0, 4679.0, 4673.0, 4681.0, 4661.0, 4692.0, 4660.0, 4682.0, 4662.0, 4661.0, 4691.0, 4672.0, 4691.0, 4662.0, 4680.0, 4663.0, 4682.0, 4661.0, 4664.0, 4691.0, 4672.0, 4679.0, 4663.0, 4683.0, 4663.0, 4671.0, 4691.0, 4672.0, 4669.0, 4660.0, 4679.0, 4648.0, 4672.0, 4678.0, 4660.0, 4671.0, 4662.0, 4681.0, 4660.0, 4684.0, 4663.0, 4683.0, 4662.0, 4676.0, 4690.0, 4673.0, 4691.0, 4663.0, 4681.0, 4662.0, 4682.0, 4682.0, 4674.0, 4682.0, 4672.0, 4682.0, 4661.0, 4675.0, 4661.0, 4662.0, 4681.0, 4671.0, 4672.0, 4663.0, 4683.0, 4661.0, 4674.0, 4683.0, 4672.0, 4682.0, 4674.0, 4703.0, 4684.0, 4695.0, 4674.0, 4687.0, 4682.0, 4675.0, 4692.0, 4673.0, 4683.0, 4661.0, 4674.0, 4662.0, 4675.0, 4693.0, 4682.0, 4693.0, 4664.0, 4685.0, 4661.0, 4677.0, 4692.0, 4683.0, 4681.0, 4676.0, 4687.0, 4673.0, 4672.0, 4694.0, 4675.0, 4681.0, 4662.0, 4684.0, 4681.0, 4672.0, 4671.0, 4662.0, 4682.0, 4672.0, 4683.0, 4662.0, 4672.0, 4679.0, 4663.0, 4692.0, 4663.0, 4682.0, 4650.0, 4674.0, 4679.0, 4672.0, 4669.0, 4650.0, 4670.0, 4648.0, 4663.0, 4659.0, 4662.0, 4669.0, 4660.0, 4668.0, 4658.0, 4677.0, 4660.0, 4693.0, 4681.0, 4674.0, 4702.0, 4682.0, 4683.0, 4662.0, 4673.0, 4661.0, 4661.0, 4681.0, 4663.0, 4671.0, 4673.0, 4682.0, 4661.0, 4673.0, 4691.0, 4675.0, 4680.0, 4661.0, 4673.0, 4673.0, 4661.0, 4669.0, 4662.0, 4681.0, 4650.0, 4673.0, 4662.0, 4660.0, 4670.0, 4653.0, 4680.0, 4653.0, 4681.0, 4660.0, 4671.0, 4651.0, 4672.0, 4670.0, 4661.0, 4690.0, 4671.0, 4680.0, 4660.0, 4673.0, 4660.0, 4663.0, 4679.0, 4660.0, 4679.0, 4661.0, 4683.0, 4671.0, 4662.0, 4680.0, 4671.0, 4680.0, 4673.0, 4692.0, 4676.0, 4706.0, 4696.0, 4698.0, 4684.0, 4688.0, 4675.0, 4708.0, 4696.0, 4715.0, 4698.0, 4719.0, 4690.0, 4705.0, 4685.0, 4695.0, 4674.0, 4685.0, 4662.0, 4662.0, 4670.0, 4660.0, 4671.0, 4661.0, 4659.0, 4662.0, 4670.0, 4675.0, 4691.0, 4685.0, 4673.0, 4696.0, 4693.0, 4683.0, 4682.0, 4660.0, 4690.0, 4649.0, 4672.0, 4648.0, 4659.0, 4678.0, 4672.0, 4672.0, 4660.0, 4670.0, 4659.0, 4680.0, 4660.0, 4673.0, 4660.0, 4661.0, 4658.0, 4672.0, 4660.0, 4672.0, 4671.0, 4669.0, 4671.0, 4682.0, 4672.0, 4703.0, 4673.0, 4694.0, 4660.0, 4661.0, 4691.0, 4670.0, 4669.0, 4672.0, 4678.0, 4670.0, 4679.0, 4685.0, 4702.0, 4673.0, 4685.0, 4673.0, 4685.0, 4693.0, 4671.0, 4660.0, 4679.0, 4681.0, 4661.0, 4664.0, 4690.0, 4684.0, 4684.0, 4660.0, 4667.0, 4648.0, 4665.0, 4645.0, 4647.0, 4666.0, 4648.0, 4655.0, 4646.0, 4669.0, 4657.0, 4658.0, 4633.0, 4666.0, 4645.0, 4657.0, 4686.0, 4661.0, 4689.0, 4673.0, 4689.0, 4670.0, 4691.0, 4671.0, 4671.0, 4678.0, 4662.0, 4669.0, 4660.0, 4672.0, 4659.0, 4661.0, 4668.0, 4661.0, 4689.0, 4662.0, 4683.0, 4661.0, 4661.0, 4680.0, 4661.0, 4682.0, 4663.0, 4671.0, 4661.0, 4673.0, 4672.0, 4673.0, 4692.0, 4685.0, 4704.0, 4674.0, 4684.0, 4665.0, 4676.0, 4674.0, 4673.0, 4682.0, 4662.0, 4670.0, 4674.0, 4681.0, 4673.0, 4695.0, 4673.0, 4675.0, 4675.0, 4677.0, 4675.0, 4687.0, 4714.0, 4697.0, 4696.0, 4685.0, 4696.0, 4697.0, 4697.0, 4681.0, 4704.0, 4685.0, 4698.0, 4699.0, 4691.0, 4731.0, 4706.0, 4687.0, 4664.0, 4674.0, 4682.0, 4674.0, 4670.0, 4661.0, 4659.0, 4661.0, 4669.0, 4659.0, 4669.0, 4661.0, 4683.0, 4662.0, 4684.0, 4700.0, 4716.0, 4670.0, 4692.0, 4671.0, 4671.0, 4674.0, 4690.0, 4672.0, 4671.0, 4660.0, 4669.0, 4662.0, 4679.0, 4660.0, 4669.0, 4671.0, 4683.0, 4658.0, 4669.0, 4670.0, 4684.0, 4661.0, 4669.0, 4659.0, 4659.0, 4661.0, 4683.0, 4705.0, 4670.0, 4683.0, 4644.0, 4674.0, 4672.0, 4693.0, 4667.0, 4673.0, 4672.0, 4673.0, 4679.0, 4670.0, 4700.0, 4670.0], 'WindowWidth': [10392.0, 10301.0, 10305.0, 10268.0, 10254.0, 10243.0, 10230.0, 10248.0, 10203.0, 10236.0, 10207.0, 10234.0, 10206.0, 10210.0, 10248.0, 10224.0, 10238.0, 10219.0, 10235.0, 10213.0, 10225.0, 10204.0, 10212.0, 10236.0, 10210.0, 10235.0, 10220.0, 10226.0, 10216.0, 10210.0, 10233.0, 10208.0, 10245.0, 10201.0, 10212.0, 10234.0, 10225.0, 10245.0, 10223.0, 10251.0, 10205.0, 10230.0, 10253.0, 10230.0, 10248.0, 10224.0, 10234.0, 10205.0, 10224.0, 10220.0, 10209.0, 10244.0, 10207.0, 10235.0, 10208.0, 10232.0, 10209.0, 10213.0, 10247.0, 10221.0, 10250.0, 10205.0, 10237.0, 10220.0, 10209.0, 10244.0, 10209.0, 10237.0, 10205.0, 10225.0, 10220.0, 10225.0, 10245.0, 10203.0, 10251.0, 10205.0, 10227.0, 10207.0, 10229.0, 10243.0, 10222.0, 10249.0, 10206.0, 10237.0, 10205.0, 10210.0, 10236.0, 10223.0, 10232.0, 10203.0, 10208.0, 10232.0, 10220.0, 10229.0, 10207.0, 10233.0, 10190.0, 10210.0, 10210.0, 10211.0, 10234.0, 10220.0, 10239.0, 10209.0, 10227.0, 10231.0, 10210.0, 10254.0, 10206.0, 10211.0, 10228.0, 10208.0, 10233.0, 10203.0, 10207.0, 10187.0, 10206.0, 10209.0, 10230.0, 10258.0, 10232.0, 10237.0, 10256.0, 10236.0, 10257.0, 10235.0, 10234.0, 10259.0, 10231.0, 10258.0, 10229.0, 10232.0, 10214.0, 10232.0, 10256.0, 10233.0, 10242.0, 10226.0, 10232.0, 10223.0, 10229.0, 10253.0, 10228.0, 10237.0, 10226.0, 10242.0, 10210.0, 10231.0, 10252.0, 10215.0, 10237.0, 10226.0, 10251.0, 10226.0, 10243.0, 10211.0, 10228.0, 10208.0, 10228.0, 10249.0, 10227.0, 10256.0, 10225.0, 10239.0, 10227.0, 10235.0, 10223.0, 10229.0, 10255.0, 10246.0, 10239.0, 10228.0, 10243.0, 10222.0, 10227.0, 10236.0, 10226.0, 10249.0, 10226.0, 10252.0, 10225.0, 10226.0, 10250.0, 10228.0, 10240.0, 10224.0, 10229.0, 10231.0, 10222.0, 10231.0, 10223.0, 10237.0, 10205.0, 10226.0, 10250.0, 10226.0, 10253.0, 10210.0, 10229.0, 10248.0, 10242.0, 10249.0, 10231.0, 10257.0, 10207.0, 10222.0, 10251.0, 10226.0, 10241.0, 10224.0, 10244.0, 10237.0, 10239.0, 10238.0, 10242.0, 10256.0, 10228.0, 10248.0, 10259.0, 10247.0, 10254.0, 10237.0, 10263.0, 10233.0, 10249.0, 10251.0, 10237.0, 10260.0, 10231.0, 10259.0, 10215.0, 10228.0, 10221.0, 10227.0, 10256.0, 10213.0, 10253.0, 10212.0, 10231.0, 10249.0, 10231.0, 10243.0, 10226.0, 10242.0, 10209.0, 10225.0, 10251.0, 10224.0, 10241.0, 10225.0, 10243.0, 10237.0, 10234.0, 10256.0, 10229.0, 10242.0, 10211.0, 10229.0, 10249.0, 10231.0, 10256.0, 10232.0, 10254.0, 10209.0, 10232.0, 10257.0, 10245.0, 10237.0, 10247.0, 10260.0, 10213.0, 10232.0, 10253.0, 10231.0, 10249.0, 10235.0, 10260.0, 10216.0, 10229.0, 10257.0, 10245.0, 10241.0, 10233.0, 10260.0, 10223.0, 10230.0, 10251.0, 10215.0, 10237.0, 10227.0, 10251.0, 10213.0, 10228.0, 10249.0, 10224.0, 10237.0, 10210.0, 10236.0, 10205.0, 10214.0, 10217.0, 10227.0, 10250.0, 10214.0, 10257.0, 10238.0, 10213.0, 10236.0, 10213.0, 10235.0, 10207.0, 10211.0, 10233.0, 10208.0, 10221.0, 10205.0, 10208.0, 10204.0, 10210.0, 10232.0, 10221.0, 10229.0, 10212.0, 10238.0, 10203.0, 10208.0, 10229.0, 10212.0, 10240.0, 10204.0, 10227.0, 10249.0, 10234.0, 10252.0, 10246.0, 10255.0, 10246.0, 10274.0, 10274.0, 10266.0, 10289.0, 10289.0, 10324.0, 10304.0, 10324.0, 10283.0, 10294.0, 10240.0, 10265.0, 10210.0, 10214.0, 10233.0, 10195.0, 10232.0, 10205.0, 10215.0, 10203.0, 10220.0, 10212.0, 10247.0, 10224.0, 10251.0, 10257.0, 10276.0, 10214.0, 10239.0, 10208.0, 10228.0, 10230.0, 10245.0, 10296.0, 10264.0, 10224.0, 10236.0, 10209.0, 10224.0, 10187.0, 10193.0, 10206.0, 10197.0, 10195.0, 10175.0, 10173.0, 10176.0, 10201.0, 10162.0, 10195.0, 10192.0, 10176.0, 10181.0, 10160.0, 10177.0, 10175.0, 10184.0, 10180.0, 10184.0, 10198.0, 10216.0, 10198.0, 10229.0, 10203.0, 10221.0, 10197.0, 10220.0, 10205.0, 10210.0, 10209.0, 10226.0, 10201.0, 10228.0, 10185.0, 10213.0, 10180.0, 10197.0, 10222.0, 10202.0, 10228.0, 10202.0, 10227.0, 10218.0, 10234.0, 10203.0, 10226.0, 10250.0, 10224.0, 10246.0, 10225.0, 10247.0, 10205.0, 10235.0, 10202.0, 10222.0, 10228.0, 10218.0, 10231.0, 10202.0, 10220.0, 10204.0, 10212.0, 10247.0, 10221.0, 10235.0, 10220.0, 10237.0, 10218.0, 10223.0, 10247.0, 10228.0, 10232.0, 10226.0, 10245.0, 10220.0, 10226.0, 10252.0, 10231.0, 10240.0, 10212.0, 10228.0, 10248.0, 10230.0, 10234.0, 10219.0, 10244.0, 10206.0, 10224.0, 10251.0, 10213.0, 10223.0, 10219.0, 10231.0, 10234.0, 10227.0, 10239.0, 10222.0, 10236.0, 10209.0, 10230.0, 10248.0, 10229.0, 10241.0, 10224.0, 10229.0, 10250.0, 10231.0, 10254.0, 10223.0, 10247.0, 10238.0, 10234.0, 10256.0, 10227.0, 10247.0, 10211.0, 10236.0, 10239.0, 10229.0, 10256.0, 10226.0, 10245.0, 10241.0, 10248.0, 10240.0, 10233.0, 10256.0, 10228.0, 10247.0, 10239.0, 10230.0, 10236.0, 10230.0, 10253.0, 10230.0, 10257.0, 10229.0, 10246.0, 10213.0, 10235.0, 10271.0, 10230.0, 10258.0, 10213.0, 10244.0, 10223.0, 10231.0, 10268.0, 10228.0, 10259.0, 10216.0, 10247.0, 10230.0, 10233.0, 10267.0, 10230.0, 10257.0, 10215.0, 10235.0, 10228.0, 10239.0, 10275.0, 10230.0, 10256.0, 10228.0, 10236.0, 10251.0, 10231.0, 10254.0, 10224.0, 10257.0, 10223.0, 10215.0, 10250.0, 10231.0, 10250.0, 10225.0, 10260.0, 10227.0, 10232.0, 10228.0, 10232.0, 10270.0, 10247.0, 10259.0, 10230.0, 10258.0, 10230.0, 10250.0, 10253.0, 10244.0, 10255.0, 10232.0, 10239.0, 10231.0, 10260.0, 10229.0, 10260.0, 10217.0, 10243.0, 10223.0, 10231.0, 10254.0, 10231.0, 10255.0, 10232.0, 10239.0, 10227.0, 10242.0, 10214.0, 10232.0, 10255.0, 10244.0, 10238.0, 10229.0, 10253.0, 10225.0, 10263.0, 10254.0, 10236.0, 10261.0, 10252.0, 10252.0, 10279.0, 10276.0, 10287.0, 10296.0, 10319.0, 10292.0, 10326.0, 10279.0, 10319.0, 10299.0, 10278.0, 10283.0, 10319.0, 10262.0, 10291.0, 10239.0, 10240.0, 10232.0, 10260.0, 10232.0, 10285.0, 10251.0, 10264.0, 10230.0, 10278.0, 10246.0, 10233.0, 10218.0, 10236.0, 10255.0, 10244.0, 10254.0, 10233.0, 10239.0, 10232.0, 10252.0, 10230.0, 10259.0, 10232.0, 10256.0, 10227.0, 10237.0, 10227.0, 10257.0, 10223.0, 10232.0, 10235.0, 10224.0, 10248.0, 10210.0, 10242.0, 10228.0, 10239.0, 10206.0, 10208.0, 10233.0, 10234.0, 10220.0, 10225.0, 10231.0, 10221.0, 10235.0, 10209.0, 10240.0, 10228.0, 10250.0, 10233.0, 10255.0, 10232.0, 10238.0, 10231.0, 10241.0, 10206.0, 10222.0, 10234.0, 10205.0, 10215.0, 10203.0, 10226.0, 10220.0, 10224.0, 10221.0, 10228.0, 10224.0, 10249.0, 10207.0, 10257.0, 10206.0, 10227.0, 10233.0, 10223.0, 10234.0, 10212.0, 10237.0, 10210.0, 10234.0, 10210.0, 10251.0, 10225.0, 10241.0, 10224.0, 10262.0, 10248.0, 10229.0, 10234.0, 10229.0, 10234.0, 10210.0, 10234.0, 10206.0, 10244.0, 10205.0, 10212.0, 10233.0, 10236.0, 10236.0, 10206.0, 10217.0, 10202.0, 10209.0, 10230.0, 10230.0, 10231.0, 10208.0, 10237.0, 10205.0, 10212.0, 10246.0, 10225.0, 10218.0, 10222.0, 10244.0, 10223.0, 10227.0, 10251.0, 10227.0, 10238.0, 10223.0, 10241.0, 10235.0, 10245.0, 10235.0, 10224.0, 10245.0, 10224.0, 10240.0, 10250.0, 10225.0, 10233.0, 10220.0, 10238.0, 10206.0, 10238.0, 10249.0, 10225.0, 10234.0, 10224.0, 10238.0, 10208.0, 10220.0, 10216.0, 10211.0, 10228.0, 10208.0, 10236.0, 10207.0, 10238.0, 10194.0, 10222.0, 10205.0, 10227.0, 10248.0, 10230.0, 10256.0, 10208.0, 10226.0, 10205.0, 10214.0, 10234.0, 10229.0, 10241.0, 10215.0, 10235.0, 10229.0, 10251.0, 10226.0, 10235.0, 10259.0, 10230.0, 10243.0, 10210.0, 10229.0, 10251.0, 10229.0, 10243.0, 10210.0, 10240.0, 10208.0, 10216.0, 10249.0, 10229.0, 10254.0, 10207.0, 10227.0, 10208.0, 10230.0, 10252.0, 10233.0, 10259.0, 10210.0, 10227.0, 10206.0, 10208.0, 10253.0, 10229.0, 10240.0, 10225.0, 10237.0, 10230.0, 10250.0, 10255.0, 10247.0, 10239.0, 10223.0, 10239.0, 10205.0, 10226.0, 10233.0, 10208.0, 10233.0, 10207.0, 10226.0, 10201.0, 10205.0, 10245.0, 10227.0, 10235.0, 10214.0, 10244.0, 10225.0, 10227.0, 10249.0, 10228.0, 10222.0, 10221.0, 10238.0, 10208.0, 10225.0, 10247.0, 10231.0, 10236.0, 10223.0, 10256.0, 10226.0, 10255.0, 10225.0, 10236.0, 10240.0, 10234.0, 10257.0, 10246.0, 10239.0, 10235.0, 10247.0, 10228.0, 10235.0, 10239.0, 10214.0, 10234.0, 10212.0, 10238.0, 10224.0, 10254.0, 10209.0, 10226.0, 10223.0, 10232.0, 10269.0, 10234.0, 10253.0, 10196.0, 10258.0, 10214.0, 10233.0, 10231.0, 10264.0, 10243.0, 10249.0, 10214.0, 10217.0, 10250.0, 10208.0, 10252.0, 10211.0, 10229.0, 10221.0, 10219.0, 10249.0, 10226.0, 10236.0, 10213.0, 10240.0, 10208.0, 10257.0, 10250.0, 10234.0, 10235.0, 10231.0, 10239.0, 10211.0, 10254.0, 10209.0, 10240.0, 10211.0, 10212.0, 10252.0, 10227.0, 10253.0, 10213.0, 10237.0, 10217.0, 10244.0, 10212.0, 10219.0, 10252.0, 10229.0, 10233.0, 10216.0, 10244.0, 10215.0, 10227.0, 10252.0, 10229.0, 10220.0, 10211.0, 10234.0, 10189.0, 10227.0, 10231.0, 10210.0, 10223.0, 10213.0, 10238.0, 10209.0, 10247.0, 10216.0, 10245.0, 10213.0, 10237.0, 10253.0, 10232.0, 10255.0, 10218.0, 10240.0, 10215.0, 10244.0, 10242.0, 10235.0, 10242.0, 10227.0, 10242.0, 10212.0, 10234.0, 10211.0, 10216.0, 10238.0, 10225.0, 10225.0, 10215.0, 10243.0, 10210.0, 10235.0, 10243.0, 10230.0, 10244.0, 10237.0, 10273.0, 10251.0, 10266.0, 10235.0, 10256.0, 10243.0, 10237.0, 10258.0, 10232.0, 10244.0, 10211.0, 10232.0, 10214.0, 10236.0, 10259.0, 10245.0, 10259.0, 10221.0, 10249.0, 10212.0, 10241.0, 10257.0, 10247.0, 10240.0, 10240.0, 10255.0, 10231.0, 10231.0, 10260.0, 10236.0, 10241.0, 10216.0, 10248.0, 10240.0, 10229.0, 10224.0, 10216.0, 10241.0, 10228.0, 10243.0, 10214.0, 10229.0, 10234.0, 10217.0, 10256.0, 10216.0, 10242.0, 10195.0, 10232.0, 10236.0, 10229.0, 10220.0, 10194.0, 10221.0, 10189.0, 10214.0, 10204.0, 10213.0, 10220.0, 10208.0, 10217.0, 10203.0, 10229.0, 10213.0, 10259.0, 10241.0, 10235.0, 10269.0, 10244.0, 10244.0, 10214.0, 10231.0, 10211.0, 10214.0, 10238.0, 10216.0, 10225.0, 10233.0, 10245.0, 10212.0, 10232.0, 10255.0, 10236.0, 10238.0, 10213.0, 10232.0, 10229.0, 10213.0, 10221.0, 10215.0, 10239.0, 10194.0, 10229.0, 10211.0, 10209.0, 10220.0, 10202.0, 10237.0, 10202.0, 10239.0, 10209.0, 10225.0, 10196.0, 10229.0, 10223.0, 10214.0, 10251.0, 10223.0, 10236.0, 10208.0, 10229.0, 10207.0, 10215.0, 10235.0, 10209.0, 10234.0, 10212.0, 10245.0, 10225.0, 10215.0, 10237.0, 10227.0, 10238.0, 10233.0, 10257.0, 10242.0, 10290.0, 10274.0, 10278.0, 10254.0, 10264.0, 10241.0, 10291.0, 10274.0, 10300.0, 10279.0, 10310.0, 10267.0, 10282.0, 10256.0, 10269.0, 10236.0, 10252.0, 10213.0, 10214.0, 10223.0, 10211.0, 10226.0, 10212.0, 10206.0, 10216.0, 10225.0, 10238.0, 10258.0, 10254.0, 10235.0, 10273.0, 10262.0, 10246.0, 10245.0, 10212.0, 10253.0, 10194.0, 10227.0, 10190.0, 10210.0, 10232.0, 10228.0, 10230.0, 10211.0, 10222.0, 10209.0, 10239.0, 10210.0, 10231.0, 10209.0, 10214.0, 10205.0, 10229.0, 10211.0, 10229.0, 10228.0, 10224.0, 10229.0, 10246.0, 10234.0, 10277.0, 10234.0, 10263.0, 10211.0, 10214.0, 10254.0, 10223.0, 10221.0, 10231.0, 10233.0, 10225.0, 10238.0, 10255.0, 10274.0, 10237.0, 10255.0, 10236.0, 10257.0, 10263.0, 10227.0, 10210.0, 10235.0, 10242.0, 10211.0, 10222.0, 10253.0, 10249.0, 10248.0, 10211.0, 10214.0, 10190.0, 10209.0, 10180.0, 10186.0, 10211.0, 10189.0, 10194.0, 10185.0, 10217.0, 10201.0, 10201.0, 10163.0, 10211.0, 10180.0, 10202.0, 10240.0, 10213.0, 10249.0, 10233.0, 10251.0, 10228.0, 10258.0, 10226.0, 10227.0, 10232.0, 10215.0, 10221.0, 10210.0, 10228.0, 10206.0, 10214.0, 10218.0, 10214.0, 10249.0, 10217.0, 10246.0, 10211.0, 10212.0, 10236.0, 10212.0, 10241.0, 10217.0, 10230.0, 10212.0, 10232.0, 10228.0, 10236.0, 10259.0, 10254.0, 10280.0, 10237.0, 10248.0, 10223.0, 10241.0, 10234.0, 10234.0, 10244.0, 10217.0, 10225.0, 10235.0, 10240.0, 10234.0, 10267.0, 10234.0, 10238.0, 10239.0, 10244.0, 10240.0, 10260.0, 10294.0, 10273.0, 10271.0, 10257.0, 10270.0, 10277.0, 10277.0, 10257.0, 10277.0, 10256.0, 10280.0, 10282.0, 10271.0, 10327.0, 10285.0, 10256.0, 10220.0, 10236.0, 10242.0, 10233.0, 10224.0, 10211.0, 10206.0, 10213.0, 10221.0, 10206.0, 10222.0, 10216.0, 10246.0, 10217.0, 10253.0, 10288.0, 10299.0, 10228.0, 10259.0, 10230.0, 10227.0, 10238.0, 10254.0, 10232.0, 10227.0, 10212.0, 10220.0, 10215.0, 10237.0, 10210.0, 10221.0, 10229.0, 10248.0, 10206.0, 10222.0, 10227.0, 10252.0, 10214.0, 10222.0, 10208.0, 10209.0, 10214.0, 10249.0, 10283.0, 10225.0, 10245.0, 10184.0, 10232.0, 10231.0, 10261.0, 10230.0, 10231.0, 10230.0, 10232.0, 10237.0, 10226.0, 10267.0, 10226.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.0007116691729323307</td></tr>
<tr><td colspan=3>aqi</td><td>0.02019514902255639</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.033762671437216</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2143795951166279</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9853201686681712</td></tr>
<tr><td colspan=3>efc</td><td>0.4726</td></tr>
<tr><td colspan=3>fber</td><td>6029.4556</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08900861929623681</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>51</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.8345864661654137</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.42074582800566</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.349959671245323</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.636907482585772</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2753703301858845</td></tr>
<tr><td colspan=3>gcor</td><td>0.00788194</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011587109416723251</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.01863982155919075</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1330</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.7470154592293574</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>45.3265</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>45.4267</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>176.727</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>297112.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>748.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>367.0448</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0419</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>634.5188</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3814.693</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4038.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>79432.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1187.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5066.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1077.6509</td></tr>
<tr><td colspan=3>tsnr</td><td>41.95977707114071</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>