<?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-0115_ses-04_task-fractional_acq-mb8_run-01_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-0115_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0115_suffix-bold_task-fractional" 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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0115_suffix-bold_task-fractional" 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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0115_suffix-bold_task-fractional" 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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-01_session-04_subject-0115_suffix-bold_task-fractional" 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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0115_suffix-bold_task-fractional" 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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0115_suffix-bold_task-fractional" 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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0115_suffix-bold_task-fractional" 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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_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-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0115/figures/sub-0115_ses-04_task-fractional_acq-mb8_run-01_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-0115/ses-04/func/sub-0115_ses-04_task-fractional_acq-mb8_run-01_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>a67a2fa4d3e99408442e1bdfab2ebfa3</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>19:04:10.050000</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.997558, -0.0562444, -0.0414188, 0.0500105, 0.989081, -0.138631]</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-01_task-fractional_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.0969587</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7713, -7278, 240, -125, -51, -84, 82]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>243.874</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>9af1588a-03b1-4ef2-b164-a29c92bfd222||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.6763739585876465, 0.1341744214296341, -0.13166221976280212, 106.23872375488281], [0.15089964866638184, 2.6536307334899902, -0.36779728531837463, -102.8181381225586], [-0.11112368106842041, 0.3719373643398285, 2.6715893745422363, -82.62708282470703], [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, 1322]</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], 'AcquisitionTime': ['190410.050000', '190410.510000', '190410.970000', '190411.430000', '190411.890000', '190412.350000', '190412.810000', '190413.270000', '190413.730000', '190414.190000', '190414.650000', '190415.110000', '190415.570000', '190416.030000', '190416.490000', '190416.950000', '190417.410000', '190417.870000', '190418.330000', '190418.790000', '190419.250000', '190419.710000', '190420.170000', '190420.630000', '190421.090000', '190421.550000', '190422.010000', '190422.470000', '190422.930000', '190423.390000', '190423.850000', '190424.310000', '190424.770000', '190425.230000', '190425.690000', '190426.150000', '190426.610000', '190427.070000', '190427.530000', '190427.990000', '190428.450000', '190428.910000', '190429.370000', '190429.830000', '190430.290000', '190430.750000', '190431.210000', '190431.670000', '190432.130000', '190432.590000', '190433.050000', '190433.510000', '190433.970000', '190434.430000', '190434.890000', '190435.350000', '190435.810000', '190436.270000', '190436.730000', '190437.190000', '190437.650000', '190438.110000', '190438.570000', '190439.030000', '190439.490000', '190439.950000', '190440.410000', '190440.870000', '190441.330000', '190441.790000', '190442.250000', '190442.710000', '190443.170000', '190443.630000', '190444.090000', '190444.550000', '190445.010000', '190445.470000', '190445.930000', '190446.390000', '190446.850000', '190447.310000', '190447.770000', '190448.230000', '190448.690000', '190449.150000', '190449.610000', '190450.070000', '190450.530000', '190450.990000', '190451.450000', '190451.910000', '190452.370000', '190452.830000', '190453.290000', '190453.750000', '190454.210000', '190454.670000', '190455.130000', '190455.590000', '190456.050000', '190456.510000', '190456.970000', '190457.430000', '190457.890000', '190458.350000', '190458.810000', '190459.270000', '190459.730000', '190500.190000', '190500.650000', '190501.110000', '190501.570000', '190502.030000', '190502.490000', '190502.950000', '190503.410000', '190503.870000', '190504.330000', '190504.790000', '190505.250000', '190505.710000', '190506.170000', '190506.630000', '190507.090000', '190507.550000', '190508.010000', '190508.470000', '190508.930000', '190509.390000', '190509.850000', '190510.310000', '190510.770000', '190511.230000', '190511.690000', '190512.150000', '190512.610000', '190513.070000', '190513.530000', '190513.990000', '190514.450000', '190514.910000', '190515.370000', '190515.830000', '190516.290000', '190516.750000', '190517.210000', '190517.670000', '190518.130000', '190518.590000', '190519.050000', '190519.510000', '190519.970000', '190520.430000', '190520.890000', '190521.350000', '190521.810000', '190522.270000', '190522.730000', '190523.190000', '190523.650000', '190524.110000', '190524.570000', '190525.030000', '190525.490000', '190525.950000', '190526.410000', '190526.870000', '190527.330000', '190527.790000', '190528.250000', '190528.710000', '190529.170000', '190529.630000', '190530.090000', '190530.550000', '190531.010000', '190531.470000', '190531.930000', '190532.390000', '190532.850000', '190533.310000', '190533.770000', '190534.230000', '190534.690000', '190535.150000', '190535.610000', '190536.070000', '190536.530000', '190536.990000', '190537.450000', '190537.910000', '190538.370000', '190538.830000', '190539.290000', '190539.750000', '190540.210000', '190540.670000', '190541.130000', '190541.590000', '190542.050000', '190542.510000', '190542.970000', '190543.430000', '190543.890000', '190544.350000', '190544.810000', '190545.270000', '190545.730000', '190546.190000', '190546.650000', '190547.110000', '190547.570000', '190548.030000', '190548.490000', '190548.950000', '190549.410000', '190549.870000', '190550.330000', '190550.790000', '190551.250000', '190551.710000', '190552.170000', '190552.630000', '190553.090000', '190553.550000', '190554.010000', '190554.470000', '190554.930000', '190555.390000', '190555.850000', '190556.310000', '190556.770000', '190557.230000', '190557.690000', '190558.150000', '190558.610000', '190559.070000', '190559.530000', '190559.990000', '190600.450000', '190600.910000', '190601.370000', '190601.830000', '190602.290000', '190602.750000', '190603.210000', '190603.670000', '190604.130000', '190604.590000', '190605.050000', '190605.510000', '190605.970000', '190606.430000', '190606.890000', '190607.350000', '190607.810000', '190608.270000', '190608.730000', '190609.190000', '190609.650000', '190610.110000', '190610.570000', '190611.030000', '190611.490000', '190611.950000', '190612.410000', '190612.870000', '190613.330000', '190613.790000', '190614.250000', '190614.710000', '190615.170000', '190615.630000', '190616.090000', '190616.550000', '190617.010000', '190617.470000', '190617.930000', '190618.390000', '190618.850000', '190619.310000', '190619.770000', '190620.230000', '190620.690000', '190621.150000', '190621.610000', '190622.070000', '190622.530000', '190622.990000', '190623.450000', '190623.910000', '190624.370000', '190624.830000', '190625.290000', '190625.750000', '190626.210000', '190626.670000', '190627.130000', '190627.590000', '190628.050000', '190628.510000', '190628.970000', '190629.430000', '190629.890000', '190630.350000', '190630.810000', '190631.270000', '190631.730000', '190632.190000', '190632.650000', '190633.110000', '190633.570000', '190634.030000', '190634.490000', '190634.950000', '190635.410000', '190635.870000', '190636.330000', '190636.790000', '190637.250000', '190637.710000', '190638.170000', '190638.630000', '190639.090000', '190639.550000', '190640.010000', '190640.470000', '190640.930000', '190641.390000', '190641.850000', '190642.310000', '190642.770000', '190643.230000', '190643.690000', '190644.150000', '190644.610000', '190645.070000', '190645.530000', '190645.990000', '190646.450000', '190646.910000', '190647.370000', '190647.830000', '190648.290000', '190648.750000', '190649.210000', '190649.670000', '190650.130000', '190650.590000', '190651.050000', '190651.510000', '190651.970000', '190652.430000', '190652.890000', '190653.350000', '190653.810000', '190654.270000', '190654.730000', '190655.190000', '190655.650000', '190656.110000', '190656.570000', '190657.030000', '190657.490000', '190657.950000', '190658.410000', '190658.870000', '190659.330000', '190659.790000', '190700.250000', '190700.710000', '190701.170000', '190701.630000', '190702.090000', '190702.550000', '190703.010000', '190703.470000', '190703.930000', '190704.390000', '190704.850000', '190705.310000', '190705.770000', '190706.230000', '190706.690000', '190707.150000', '190707.610000', '190708.070000', '190708.530000', '190708.990000', '190709.450000', '190709.910000', '190710.370000', '190710.830000', '190711.290000', '190711.750000', '190712.210000', '190712.670000', '190713.130000', '190713.590000', '190714.050000', '190714.510000', '190714.970000', '190715.430000', '190715.890000', '190716.350000', '190716.810000', '190717.270000', '190717.730000', '190718.190000', '190718.650000', '190719.110000', '190719.570000', '190720.030000', '190720.490000', '190720.950000', '190721.410000', '190721.870000', '190722.330000', '190722.790000', '190723.250000', '190723.710000', '190724.170000', '190724.630000', '190725.090000', '190725.550000', '190726.010000', '190726.470000', '190726.930000', '190727.390000', '190727.850000', '190728.310000', '190728.770000', '190729.230000', '190729.690000', '190730.150000', '190730.610000', '190731.070000', '190731.530000', '190731.990000', '190732.450000', '190732.910000', '190733.370000', '190733.830000', '190734.290000', '190734.750000', '190735.210000', '190735.670000', '190736.130000', '190736.590000', '190737.050000', '190737.510000', '190737.970000', '190738.430000', '190738.890000', '190739.350000', '190739.810000', '190740.270000', '190740.730000', '190741.190000', '190741.650000', '190742.110000', '190742.570000', '190743.030000', '190743.490000', '190743.950000', '190744.410000', '190744.870000', '190745.330000', '190745.790000', '190746.250000', '190746.710000', '190747.170000', '190747.630000', '190748.090000', '190748.550000', '190749.010000', '190749.470000', '190749.930000', '190750.390000', '190750.850000', '190751.310000', '190751.770000', '190752.230000', '190752.690000', '190753.150000', '190753.610000', '190754.070000', '190754.530000', '190754.990000', '190755.450000', '190755.910000', '190756.370000', '190756.830000', '190757.290000', '190757.750000', '190758.210000', '190758.670000', '190759.130000', '190759.590000', '190800.050000', '190800.510000', '190800.970000', '190801.430000', '190801.890000', '190802.350000', '190802.810000', '190803.270000', '190803.730000', '190804.190000', '190804.650000', '190805.110000', '190805.570000', '190806.030000', '190806.490000', '190806.950000', '190807.410000', '190807.870000', '190808.330000', '190808.790000', '190809.250000', '190809.710000', '190810.170000', '190810.630000', '190811.090000', '190811.550000', '190812.010000', '190812.470000', '190812.930000', '190813.390000', '190813.850000', '190814.310000', '190814.770000', '190815.230000', '190815.690000', '190816.150000', '190816.610000', '190817.070000', '190817.530000', '190817.990000', '190818.450000', '190818.910000', '190819.370000', '190819.830000', '190820.290000', '190820.750000', '190821.210000', '190821.670000', '190822.130000', '190822.590000', '190823.050000', '190823.510000', '190823.970000', '190824.430000', '190824.890000', '190825.350000', '190825.810000', '190826.270000', '190826.730000', '190827.190000', '190827.650000', '190828.110000', '190828.570000', '190829.030000', '190829.490000', '190829.950000', '190830.410000', '190830.870000', '190831.330000', '190831.790000', '190832.250000', '190832.710000', '190833.170000', '190833.630000', '190834.090000', '190834.550000', '190835.010000', '190835.470000', '190835.930000', '190836.390000', '190836.850000', '190837.310000', '190837.770000', '190838.230000', '190838.690000', '190839.150000', '190839.610000', '190840.070000', '190840.530000', '190840.990000', '190841.450000', '190841.910000', '190842.370000', '190842.830000', '190843.290000', '190843.750000', '190844.210000', '190844.670000', '190845.130000', '190845.590000', '190846.050000', '190846.510000', '190846.970000', '190847.430000', '190847.890000', '190848.350000', '190848.810000', '190849.270000', '190849.730000', '190850.190000', '190850.650000', '190851.110000', '190851.570000', '190852.030000', '190852.490000', '190852.950000', '190853.410000', '190853.870000', '190854.330000', '190854.790000', '190855.250000', '190855.710000', '190856.170000', '190856.630000', '190857.090000', '190857.550000', '190858.010000', '190858.470000', '190858.930000', '190859.390000', '190859.850000', '190900.310000', '190900.770000', '190901.230000', '190901.690000', '190902.150000', '190902.610000', '190903.070000', '190903.530000', '190903.990000', '190904.450000', '190904.910000', '190905.370000', '190905.830000', '190906.290000', '190906.750000', '190907.210000', '190907.670000', '190908.130000', '190908.590000', '190909.050000', '190909.510000', '190909.970000', '190910.430000', '190910.890000', '190911.350000', '190911.810000', '190912.270000', '190912.730000', '190913.190000', '190913.650000', '190914.110000', '190914.570000', '190915.030000', '190915.490000', '190915.950000', '190916.410000', '190916.870000', '190917.330000', '190917.790000', '190918.250000', '190918.710000', '190919.170000', '190919.630000', '190920.090000', '190920.550000', '190921.010000', '190921.470000', '190921.930000', '190922.390000', '190922.850000', '190923.310000', '190923.770000', '190924.230000', '190924.690000', '190925.150000', '190925.610000', '190926.070000', '190926.530000', '190926.990000', '190927.450000', '190927.910000', '190928.370000', '190928.830000', '190929.290000', '190929.750000', '190930.210000', '190930.670000', '190931.130000', '190931.590000', '190932.050000', '190932.510000', '190932.970000', '190933.430000', '190933.890000', '190934.350000', '190934.810000', '190935.270000', '190935.730000', '190936.190000', '190936.650000', '190937.110000', '190937.570000', '190938.030000', '190938.490000', '190938.950000', '190939.410000', '190939.870000', '190940.330000', '190940.790000', '190941.250000', '190941.710000', '190942.170000', '190942.630000', '190943.090000', '190943.550000', '190944.010000', '190944.470000', '190944.930000', '190945.390000', '190945.850000', '190946.310000', '190946.770000', '190947.230000', '190947.690000', '190948.150000', '190948.610000', '190949.070000', '190949.530000', '190949.990000', '190950.450000', '190950.910000', '190951.370000', '190951.830000', '190952.290000', '190952.750000', '190953.210000', '190953.670000', '190954.130000', '190954.590000', '190955.050000', '190955.510000', '190955.970000', '190956.430000', '190956.890000', '190957.350000', '190957.810000', '190958.270000', '190958.730000', '190959.190000', '190959.650000', '191000.110000', '191000.570000', '191001.030000', '191001.490000', '191001.950000', '191002.410000', '191002.870000', '191003.330000', '191003.790000', '191004.250000', '191004.710000', '191005.170000', '191005.630000', '191006.090000', '191006.550000', '191007.010000', '191007.470000', '191007.930000', '191008.390000', '191008.850000', '191009.310000', '191009.770000', '191010.230000', '191010.690000', '191011.150000', '191011.610000', '191012.070000', '191012.530000', '191012.990000', '191013.450000', '191013.910000', '191014.370000', '191014.830000', '191015.290000', '191015.750000', '191016.210000', '191016.670000', '191017.130000', '191017.590000', '191018.050000', '191018.510000', '191018.970000', '191019.430000', '191019.890000', '191020.350000', '191020.810000', '191021.270000', '191021.730000', '191022.190000', '191022.650000', '191023.110000', '191023.570000', '191024.030000', '191024.490000', '191024.950000', '191025.410000', '191025.870000', '191026.330000', '191026.790000', '191027.250000', '191027.710000', '191028.170000', '191028.630000', '191029.090000', '191029.550000', '191030.010000', '191030.470000', '191030.930000', '191031.390000', '191031.850000', '191032.310000', '191032.770000', '191033.230000', '191033.690000', '191034.150000', '191034.610000', '191035.070000', '191035.530000', '191035.990000', '191036.450000', '191036.910000', '191037.370000', '191037.830000', '191038.290000', '191038.750000', '191039.210000', '191039.670000', '191040.130000', '191040.590000', '191041.050000', '191041.510000', '191041.970000', '191042.430000', '191042.890000', '191043.350000', '191043.810000', '191044.270000', '191044.730000', '191045.190000', '191045.650000', '191046.110000', '191046.570000', '191047.030000', '191047.490000', '191047.950000', '191048.410000', '191048.870000', '191049.330000', '191049.790000', '191050.250000', '191050.710000', '191051.170000', '191051.630000', '191052.090000', '191052.550000', '191053.010000', '191053.470000', '191053.930000', '191054.390000', '191054.850000', '191055.310000', '191055.770000', '191056.230000', '191056.690000', '191057.150000', '191057.610000', '191058.070000', '191058.530000', '191058.990000', '191059.450000', '191059.910000', '191100.370000', '191100.830000', '191101.290000', '191101.750000', '191102.210000', '191102.670000', '191103.130000', '191103.590000', '191104.050000', '191104.510000', '191104.970000', '191105.430000', '191105.890000', '191106.350000', '191106.810000', '191107.270000', '191107.730000', '191108.190000', '191108.650000', '191109.110000', '191109.570000', '191110.030000', '191110.490000', '191110.950000', '191111.410000', '191111.870000', '191112.330000', '191112.790000', '191113.250000', '191113.710000', '191114.170000', '191114.630000', '191115.090000', '191115.550000', '191116.010000', '191116.470000', '191116.930000', '191117.390000', '191117.850000', '191118.310000', '191118.770000', '191119.230000', '191119.690000', '191120.150000', '191120.610000', '191121.070000', '191121.530000', '191121.990000', '191122.450000', '191122.910000', '191123.370000', '191123.830000', '191124.290000', '191124.750000', '191125.210000', '191125.670000', '191126.130000', '191126.590000', '191127.050000', '191127.510000', '191127.970000', '191128.430000', '191128.890000', '191129.350000', '191129.810000', '191130.270000', '191130.730000', '191131.190000', '191131.650000', '191132.110000', '191132.570000', '191133.030000', '191133.490000', '191133.950000', '191134.410000', '191134.870000', '191135.330000', '191135.790000', '191136.250000', '191136.710000', '191137.170000', '191137.630000', '191138.090000', '191138.550000', '191139.010000', '191139.470000', '191139.930000', '191140.390000', '191140.850000', '191141.310000', '191141.770000', '191142.230000', '191142.690000', '191143.150000', '191143.610000', '191144.070000', '191144.530000', '191144.990000', '191145.450000', '191145.910000', '191146.370000', '191146.830000', '191147.290000', '191147.750000', '191148.210000', '191148.670000', '191149.130000', '191149.590000', '191150.050000', '191150.510000', '191150.970000', '191151.430000', '191151.890000', '191152.350000', '191152.810000', '191153.270000', '191153.730000', '191154.190000', '191154.650000', '191155.110000', '191155.570000', '191156.030000', '191156.490000', '191156.950000', '191157.410000', '191157.870000', '191158.330000', '191158.790000', '191159.250000', '191159.710000', '191200.170000', '191200.630000', '191201.090000', '191201.550000', '191202.010000', '191202.470000', '191202.930000', '191203.390000', '191203.850000', '191204.310000', '191204.770000', '191205.230000', '191205.690000', '191206.150000', '191206.610000', '191207.070000', '191207.530000', '191207.990000', '191208.450000', '191208.910000', '191209.370000', '191209.830000', '191210.290000', '191210.750000', '191211.210000', '191211.670000', '191212.130000', '191212.590000', '191213.050000', '191213.510000', '191213.970000', '191214.430000', '191214.890000', '191215.350000', '191215.810000', '191216.270000', '191216.730000', '191217.190000', '191217.650000', '191218.110000', '191218.570000', '191219.030000', '191219.490000', '191219.950000', '191220.410000', '191220.870000', '191221.330000', '191221.790000', '191222.250000', '191222.710000', '191223.170000', '191223.630000', '191224.090000', '191224.550000', '191225.010000', '191225.470000', '191225.930000', '191226.390000', '191226.850000', '191227.310000', '191227.770000', '191228.230000', '191228.690000', '191229.150000', '191229.610000', '191230.070000', '191230.530000', '191230.990000', '191231.450000', '191231.910000', '191232.370000', '191232.830000', '191233.290000', '191233.750000', '191234.210000', '191234.670000', '191235.130000', '191235.590000', '191236.050000', '191236.510000', '191236.970000', '191237.430000', '191237.890000', '191238.350000', '191238.810000', '191239.270000', '191239.730000', '191240.190000', '191240.650000', '191241.110000', '191241.570000', '191242.030000', '191242.490000', '191242.950000', '191243.410000', '191243.870000', '191244.330000', '191244.790000', '191245.250000', '191245.710000', '191246.170000', '191246.630000', '191247.090000', '191247.550000', '191248.010000', '191248.470000', '191248.930000', '191249.390000', '191249.850000', '191250.310000', '191250.770000', '191251.230000', '191251.690000', '191252.150000', '191252.610000', '191253.070000', '191253.530000', '191253.990000', '191254.450000', '191254.910000', '191255.370000', '191255.830000', '191256.290000', '191256.750000', '191257.210000', '191257.670000', '191258.130000', '191258.590000', '191259.050000', '191259.510000', '191259.970000', '191300.430000', '191300.890000', '191301.350000', '191301.810000', '191302.270000', '191302.730000', '191303.190000', '191303.650000', '191304.110000', '191304.570000', '191305.030000', '191305.490000', '191305.950000', '191306.410000', '191306.870000', '191307.330000', '191307.790000', '191308.250000', '191308.710000', '191309.170000', '191309.630000', '191310.090000', '191310.550000', '191311.010000', '191311.470000', '191311.930000', '191312.390000', '191312.850000', '191313.310000', '191313.770000', '191314.230000', '191314.690000', '191315.150000', '191315.610000', '191316.070000', '191316.530000', '191316.990000', '191317.450000', '191317.910000', '191318.370000', '191318.830000', '191319.290000', '191319.750000', '191320.210000', '191320.670000', '191321.130000', '191321.590000', '191322.050000', '191322.510000', '191322.970000', '191323.430000', '191323.890000', '191324.350000', '191324.810000', '191325.270000', '191325.730000', '191326.190000', '191326.650000', '191327.110000', '191327.570000', '191328.030000', '191328.490000', '191328.950000', '191329.410000', '191329.870000', '191330.330000', '191330.790000', '191331.250000', '191331.710000', '191332.170000', '191332.630000', '191333.090000', '191333.550000', '191334.010000', '191334.470000', '191334.930000', '191335.390000', '191335.850000', '191336.310000', '191336.770000', '191337.230000', '191337.690000', '191338.150000', '191338.610000', '191339.070000', '191339.530000', '191339.990000', '191340.450000', '191340.910000', '191341.370000', '191341.830000', '191342.290000', '191342.750000', '191343.210000', '191343.670000', '191344.130000', '191344.590000', '191345.050000', '191345.510000', '191345.970000', '191346.430000', '191346.890000', '191347.350000', '191347.810000', '191348.270000', '191348.730000', '191349.190000', '191349.650000', '191350.110000', '191350.570000', '191351.030000', '191351.490000', '191351.950000', '191352.410000', '191352.870000', '191353.330000', '191353.790000', '191354.250000', '191354.710000', '191355.170000', '191355.630000', '191356.090000', '191356.550000', '191357.010000', '191357.470000', '191357.930000', '191358.390000', '191358.850000', '191359.310000', '191359.770000', '191400.230000', '191400.690000', '191401.150000', '191401.610000', '191402.070000', '191402.530000', '191402.990000', '191403.450000', '191403.910000', '191404.370000', '191404.830000', '191405.290000', '191405.750000', '191406.210000', '191406.670000', '191407.130000', '191407.590000', '191408.050000', '191408.510000', '191408.970000', '191409.430000', '191409.890000', '191410.350000', '191410.810000', '191411.270000', '191411.730000', '191412.190000', '191412.650000', '191413.110000', '191413.570000', '191414.030000', '191414.490000', '191414.950000', '191415.410000', '191415.870000', '191416.330000', '191416.790000', '191417.250000', '191417.710000'], 'ContentTime': ['190436.684000', '190436.688000', '190436.690000', '190436.693000', '190436.696000', '190436.703000', '190436.706000', '190436.709000', '190436.711000', '190436.714000', '190436.716000', '190436.719000', '190436.721000', '190436.724000', '190436.727000', '190436.729000', '190436.732000', '190436.734000', '190436.737000', '190436.739000', '190436.742000', '190436.744000', '190436.754000', '190436.756000', '190436.759000', '190436.761000', '190436.764000', '190436.766000', '190436.769000', '190436.771000', '190436.774000', '190436.776000', '190436.779000', '190436.781000', '190436.784000', '190436.786000', '190436.789000', '190436.791000', '190436.794000', '190436.797000', '190436.799000', '190436.802000', '190436.804000', '190436.807000', '190436.810000', '190436.812000', '190436.815000', '190436.817000', '190436.820000', '190436.822000', '190436.825000', '190436.827000', '190436.830000', '190436.832000', '190456.653000', '190456.656000', '190456.659000', '190456.661000', '190456.664000', '190456.666000', '190456.669000', '190456.672000', '190456.674000', '190456.677000', '190456.687000', '190456.689000', '190456.692000', '190456.694000', '190456.697000', '190456.699000', '190456.702000', '190456.704000', '190456.707000', '190456.709000', '190456.712000', '190456.715000', '190456.717000', '190456.720000', '190456.722000', '190456.725000', '190456.727000', '190456.730000', '190456.732000', '190456.735000', '190456.738000', '190456.740000', '190456.743000', '190456.745000', '190456.748000', '190456.750000', '190456.753000', '190456.755000', '190456.758000', '190456.760000', '190456.763000', '190456.765000', '190456.768000', '190456.771000', '190516.653000', '190516.656000', '190516.659000', '190516.662000', '190516.665000', '190516.668000', '190516.671000', '190516.673000', '190516.676000', '190516.678000', '190516.681000', '190516.683000', '190516.686000', '190516.688000', '190516.691000', '190516.693000', '190516.696000', '190516.699000', '190516.701000', '190516.704000', '190516.706000', '190516.709000', '190516.714000', '190516.716000', '190516.719000', '190516.721000', '190516.724000', '190516.727000', '190516.730000', '190516.733000', '190516.735000', '190516.738000', '190516.740000', '190516.743000', '190516.745000', '190516.748000', '190516.750000', '190516.753000', '190516.755000', '190516.758000', '190516.761000', '190516.763000', '190516.791000', '190536.653000', '190536.656000', '190536.659000', '190536.661000', '190536.664000', '190536.666000', '190536.669000', '190536.671000', '190536.674000', '190536.676000', '190536.679000', '190536.682000', '190536.684000', '190536.687000', '190536.689000', '190536.692000', '190536.694000', '190536.697000', '190536.700000', '190536.702000', '190536.705000', '190536.707000', '190536.710000', '190536.712000', '190536.715000', '190536.717000', '190536.720000', '190536.722000', '190536.725000', '190536.728000', '190536.730000', '190536.733000', '190536.735000', '190536.738000', '190536.740000', '190536.743000', '190536.745000', '190536.748000', '190536.750000', '190536.753000', '190536.755000', '190536.758000', '190536.760000', '190536.763000', '190556.653000', '190556.656000', '190556.659000', '190556.661000', '190556.664000', '190556.667000', '190556.669000', '190556.672000', '190556.674000', '190556.677000', '190556.679000', '190556.682000', '190556.685000', '190556.687000', '190556.690000', '190556.693000', '190556.695000', '190556.698000', '190556.700000', '190556.703000', '190556.706000', '190556.708000', '190556.711000', '190556.713000', '190556.716000', '190556.718000', '190556.721000', '190556.724000', '190556.726000', '190556.729000', '190556.731000', '190556.734000', '190556.736000', '190556.739000', '190556.741000', '190556.744000', '190556.747000', '190556.749000', '190556.752000', '190556.754000', '190556.757000', '190556.759000', '190556.762000', '190616.653000', '190616.656000', '190616.659000', '190616.661000', '190616.664000', '190616.666000', '190616.669000', '190616.672000', '190616.674000', '190616.677000', '190616.679000', '190616.691000', '190616.694000', '190616.697000', '190616.699000', '190616.702000', '190616.704000', '190616.707000', '190616.710000', '190616.712000', '190616.715000', '190616.717000', '190616.720000', '190616.722000', '190616.725000', '190616.727000', '190616.730000', '190616.733000', '190616.735000', '190616.738000', '190616.740000', '190616.743000', '190616.745000', '190616.748000', '190616.750000', '190616.753000', '190616.755000', '190616.758000', '190616.761000', '190616.763000', '190616.766000', '190616.768000', '190616.771000', '190616.773000', '190636.654000', '190636.656000', '190636.659000', '190636.679000', '190636.682000', '190636.684000', '190636.687000', '190636.689000', '190636.692000', '190636.694000', '190636.697000', '190636.699000', '190636.702000', '190636.705000', '190636.707000', '190636.710000', '190636.713000', '190636.716000', '190636.719000', '190636.721000', '190636.724000', '190636.726000', '190636.729000', '190636.732000', '190636.734000', '190636.737000', '190636.739000', '190636.742000', '190636.744000', '190636.747000', '190636.750000', '190636.752000', '190636.755000', '190636.757000', '190636.760000', '190636.762000', '190636.765000', '190636.769000', '190636.772000', '190636.775000', '190636.777000', '190636.780000', '190636.782000', '190656.654000', '190656.656000', '190656.659000', '190656.662000', '190656.664000', '190656.667000', '190656.669000', '190656.672000', '190656.674000', '190656.677000', '190656.679000', '190656.682000', '190656.685000', '190656.687000', '190656.690000', '190656.692000', '190656.695000', '190656.698000', '190656.700000', '190656.703000', '190656.705000', '190656.708000', '190656.711000', '190656.713000', '190656.740000', '190656.743000', '190656.745000', '190656.748000', '190656.750000', '190656.753000', '190656.755000', '190656.758000', '190656.760000', '190656.763000', '190656.765000', '190656.768000', '190656.771000', '190656.773000', '190656.776000', '190656.778000', '190656.781000', '190656.783000', '190656.786000', '190656.788000', '190716.653000', '190716.656000', '190716.659000', '190716.661000', '190716.664000', '190716.667000', '190716.669000', '190716.672000', '190716.674000', '190716.677000', '190716.680000', '190716.682000', '190716.685000', '190716.687000', '190716.690000', '190716.692000', '190716.695000', '190716.698000', '190716.700000', '190716.703000', '190716.705000', '190716.708000', '190716.711000', '190716.713000', '190716.716000', '190716.718000', '190716.721000', '190716.724000', '190716.726000', '190716.729000', '190716.732000', '190716.735000', '190716.737000', '190716.740000', '190716.742000', '190716.745000', '190716.747000', '190716.750000', '190716.752000', '190716.755000', '190716.757000', '190716.760000', '190716.762000', '190736.653000', '190736.656000', '190736.659000', '190736.661000', '190736.664000', '190736.666000', '190736.669000', '190736.671000', '190736.674000', '190736.676000', '190736.679000', '190736.682000', '190736.684000', '190736.687000', '190736.689000', '190736.692000', '190736.694000', '190736.697000', '190736.699000', '190736.710000', '190736.713000', '190736.715000', '190736.718000', '190736.720000', '190736.723000', '190736.726000', '190736.728000', '190736.731000', '190736.733000', '190736.736000', '190736.738000', '190736.741000', '190736.743000', '190736.746000', '190736.748000', '190736.751000', '190736.754000', '190736.756000', '190736.759000', '190736.761000', '190736.764000', '190736.766000', '190736.769000', '190736.771000', '190756.653000', '190756.656000', '190756.659000', '190756.661000', '190756.664000', '190756.667000', '190756.669000', '190756.672000', '190756.674000', '190756.677000', '190756.679000', '190756.682000', '190756.684000', '190756.687000', '190756.690000', '190756.692000', '190756.695000', '190756.698000', '190756.700000', '190756.703000', '190756.705000', '190756.708000', '190756.710000', '190756.713000', '190756.716000', '190756.718000', '190756.721000', '190756.723000', '190756.726000', '190756.728000', '190756.731000', '190756.733000', '190756.736000', '190756.739000', '190756.741000', '190756.744000', '190756.747000', '190756.749000', '190756.752000', '190756.754000', '190756.757000', '190756.759000', '190756.762000', '190816.654000', '190816.657000', '190816.659000', '190816.662000', '190816.665000', '190816.667000', '190816.670000', '190816.672000', '190816.675000', '190816.678000', '190816.680000', '190816.683000', '190816.685000', '190816.688000', '190816.690000', '190816.693000', '190816.695000', '190816.698000', '190816.701000', '190816.703000', '190816.706000', '190816.708000', '190816.711000', '190816.713000', '190816.716000', '190816.719000', '190816.721000', '190816.724000', '190816.726000', '190816.729000', '190816.731000', '190816.734000', '190816.736000', '190816.739000', '190816.741000', '190816.744000', '190816.747000', '190816.749000', '190816.752000', '190816.754000', '190816.757000', '190816.759000', '190816.762000', '190816.764000', '190836.652000', '190836.655000', '190836.658000', '190836.660000', '190836.663000', '190836.680000', '190836.683000', '190836.686000', '190836.688000', '190836.691000', '190836.693000', '190836.696000', '190836.699000', '190836.701000', '190836.704000', '190836.706000', '190836.709000', '190836.712000', '190836.714000', '190836.717000', '190836.719000', '190836.722000', '190836.725000', '190836.727000', '190836.730000', '190836.732000', '190836.735000', '190836.737000', '190836.740000', '190836.742000', '190836.745000', '190836.748000', '190836.750000', '190836.753000', '190836.755000', '190836.758000', '190836.760000', '190836.763000', '190836.766000', '190836.769000', '190836.772000', '190836.775000', '190836.777000', '190856.653000', '190856.656000', '190856.659000', '190856.662000', '190856.664000', '190856.667000', '190856.670000', '190856.672000', '190856.675000', '190856.677000', '190856.680000', '190856.683000', '190856.685000', '190856.688000', '190856.690000', '190856.693000', '190856.696000', '190856.698000', '190856.701000', '190856.703000', '190856.706000', '190856.709000', '190856.711000', '190856.714000', '190856.716000', '190856.719000', '190856.722000', '190856.724000', '190856.727000', '190856.729000', '190856.732000', '190856.734000', '190856.737000', '190856.740000', '190856.743000', '190856.745000', '190856.748000', '190856.750000', '190856.753000', '190856.755000', '190856.758000', '190856.761000', '190856.763000', '190856.766000', '190916.654000', '190916.656000', '190916.659000', '190916.662000', '190916.664000', '190916.667000', '190916.669000', '190916.672000', '190916.674000', '190916.677000', '190916.679000', '190916.682000', '190916.685000', '190916.687000', '190916.690000', '190916.692000', '190916.695000', '190916.698000', '190916.700000', '190916.703000', '190916.705000', '190916.708000', '190916.711000', '190916.713000', '190916.716000', '190916.718000', '190916.721000', '190916.723000', '190916.726000', '190916.729000', '190916.731000', '190916.734000', '190916.736000', '190916.739000', '190916.741000', '190916.744000', '190916.746000', '190916.749000', '190916.752000', '190916.754000', '190916.757000', '190916.759000', '190916.762000', '190936.653000', '190936.656000', '190936.659000', '190936.661000', '190936.664000', '190936.666000', '190936.669000', '190936.671000', '190936.674000', '190936.677000', '190936.679000', '190936.682000', '190936.694000', '190936.696000', '190936.699000', '190936.701000', '190936.704000', '190936.706000', '190936.709000', '190936.712000', '190936.714000', '190936.717000', '190936.719000', '190936.722000', '190936.724000', '190936.727000', '190936.730000', '190936.732000', '190936.735000', '190936.737000', '190936.740000', '190936.743000', '190936.745000', '190936.748000', '190936.750000', '190936.753000', '190936.755000', '190936.758000', '190936.760000', '190936.763000', '190936.765000', '190936.768000', '190936.771000', '190936.773000', '190956.653000', '190956.656000', '190956.659000', '190956.661000', '190956.664000', '190956.667000', '190956.669000', '190956.672000', '190956.674000', '190956.677000', '190956.680000', '190956.682000', '190956.685000', '190956.688000', '190956.690000', '190956.693000', '190956.695000', '190956.698000', '190956.700000', '190956.703000', '190956.706000', '190956.708000', '190956.711000', '190956.713000', '190956.716000', '190956.718000', '190956.721000', '190956.724000', '190956.726000', '190956.729000', '190956.742000', '190956.745000', '190956.747000', '190956.750000', '190956.752000', '190956.755000', '190956.757000', '190956.760000', '190956.762000', '190956.765000', '190956.767000', '190956.770000', '190956.773000', '191016.654000', '191016.656000', '191016.659000', '191016.662000', '191016.664000', '191016.667000', '191016.670000', '191016.672000', '191016.675000', '191016.677000', '191016.680000', '191016.683000', '191016.685000', '191016.688000', '191016.690000', '191016.693000', '191016.695000', '191016.698000', '191016.701000', '191016.703000', '191016.706000', '191016.709000', '191016.711000', '191016.714000', '191016.716000', '191016.719000', '191016.722000', '191016.724000', '191016.727000', '191016.729000', '191016.732000', '191016.735000', '191016.737000', '191016.740000', '191016.742000', '191016.745000', '191016.747000', '191016.750000', '191016.753000', '191016.755000', '191016.758000', '191016.760000', '191016.763000', '191016.765000', '191036.654000', '191036.656000', '191036.660000', '191036.663000', '191036.666000', '191036.668000', '191036.671000', '191036.673000', '191036.676000', '191036.679000', '191036.681000', '191036.684000', '191036.686000', '191036.689000', '191036.692000', '191036.694000', '191036.697000', '191036.699000', '191036.702000', '191036.704000', '191036.707000', '191036.710000', '191036.712000', '191036.715000', '191036.717000', '191036.720000', '191036.722000', '191036.725000', '191036.727000', '191036.730000', '191036.733000', '191036.735000', '191036.738000', '191036.740000', '191036.743000', '191036.745000', '191036.748000', '191036.750000', '191036.753000', '191036.756000', '191036.758000', '191036.761000', '191036.763000', '191056.653000', '191056.656000', '191056.658000', '191056.661000', '191056.664000', '191056.666000', '191056.669000', '191056.672000', '191056.674000', '191056.677000', '191056.679000', '191056.682000', '191056.684000', '191056.687000', '191056.690000', '191056.692000', '191056.695000', '191056.697000', '191056.700000', '191056.703000', '191056.705000', '191056.708000', '191056.710000', '191056.713000', '191056.716000', '191056.718000', '191056.721000', '191056.723000', '191056.726000', '191056.728000', '191056.731000', '191056.734000', '191056.736000', '191056.739000', '191056.741000', '191056.744000', '191056.746000', '191056.749000', '191056.752000', '191056.754000', '191056.757000', '191056.759000', '191056.762000', '191056.764000', '191116.653000', '191116.656000', '191116.659000', '191116.661000', '191116.664000', '191116.667000', '191116.669000', '191116.672000', '191116.674000', '191116.677000', '191116.679000', '191116.682000', '191116.685000', '191116.687000', '191116.690000', '191116.692000', '191116.695000', '191116.698000', '191116.700000', '191116.703000', '191116.705000', '191116.708000', '191116.711000', '191116.713000', '191116.716000', '191116.718000', '191116.721000', '191116.723000', '191116.726000', '191116.729000', '191116.731000', '191116.734000', '191116.736000', '191116.739000', '191116.742000', '191116.744000', '191116.747000', '191116.749000', '191116.752000', '191116.754000', '191116.757000', '191116.768000', '191116.771000', '191136.653000', '191136.656000', '191136.659000', '191136.661000', '191136.664000', '191136.666000', '191136.669000', '191136.672000', '191136.674000', '191136.677000', '191136.679000', '191136.682000', '191136.685000', '191136.688000', '191136.691000', '191136.694000', '191136.696000', '191136.699000', '191136.702000', '191136.704000', '191136.707000', '191136.709000', '191136.712000', '191136.714000', '191136.717000', '191136.719000', '191136.722000', '191136.725000', '191136.727000', '191136.730000', '191136.732000', '191136.735000', '191136.738000', '191136.740000', '191136.743000', '191136.746000', '191136.748000', '191136.751000', '191136.753000', '191136.756000', '191136.759000', '191136.761000', '191136.764000', '191136.766000', '191156.653000', '191156.656000', '191156.659000', '191156.662000', '191156.664000', '191156.667000', '191156.669000', '191156.672000', '191156.675000', '191156.678000', '191156.681000', '191156.683000', '191156.686000', '191156.689000', '191156.691000', '191156.694000', '191156.696000', '191156.699000', '191156.701000', '191156.704000', '191156.707000', '191156.709000', '191156.712000', '191156.714000', '191156.717000', '191156.719000', '191156.722000', '191156.725000', '191156.727000', '191156.730000', '191156.732000', '191156.735000', '191156.738000', '191156.740000', '191156.743000', '191156.745000', '191156.748000', '191156.750000', '191156.753000', '191156.755000', '191156.758000', '191156.761000', '191156.763000', '191216.654000', '191216.657000', '191216.659000', '191216.662000', '191216.664000', '191216.667000', '191216.670000', '191216.673000', '191216.676000', '191216.679000', '191216.682000', '191216.684000', '191216.687000', '191216.689000', '191216.692000', '191216.695000', '191216.697000', '191216.700000', '191216.702000', '191216.705000', '191216.708000', '191216.710000', '191216.713000', '191216.715000', '191216.718000', '191216.721000', '191216.723000', '191216.726000', '191216.728000', '191216.731000', '191216.734000', '191216.736000', '191216.739000', '191216.741000', '191216.744000', '191216.746000', '191216.749000', '191216.751000', '191216.754000', '191216.757000', '191216.759000', '191216.762000', '191216.764000', '191236.654000', '191236.656000', '191236.659000', '191236.662000', '191236.664000', '191236.667000', '191236.669000', '191236.672000', '191236.674000', '191236.677000', '191236.680000', '191236.682000', '191236.685000', '191236.687000', '191236.690000', '191236.692000', '191236.695000', '191236.697000', '191236.700000', '191236.703000', '191236.705000', '191236.708000', '191236.710000', '191236.713000', '191236.716000', '191236.718000', '191236.721000', '191236.723000', '191236.726000', '191236.728000', '191236.731000', '191236.734000', '191236.736000', '191236.739000', '191236.741000', '191236.744000', '191236.746000', '191236.749000', '191236.766000', '191236.769000', '191236.771000', '191236.774000', '191236.777000', '191236.779000', '191256.654000', '191256.656000', '191256.659000', '191256.661000', '191256.664000', '191256.667000', '191256.669000', '191256.672000', '191256.674000', '191256.677000', '191256.680000', '191256.682000', '191256.685000', '191256.687000', '191256.690000', '191256.693000', '191256.695000', '191256.698000', '191256.702000', '191256.705000', '191256.707000', '191256.710000', '191256.712000', '191256.715000', '191256.718000', '191256.720000', '191256.723000', '191256.726000', '191256.729000', '191256.731000', '191256.734000', '191256.736000', '191256.739000', '191256.741000', '191256.744000', '191256.747000', '191256.749000', '191256.752000', '191256.754000', '191256.757000', '191256.760000', '191256.762000', '191256.765000', '191316.652000', '191316.655000', '191316.658000', '191316.661000', '191316.663000', '191316.666000', '191316.668000', '191316.671000', '191316.673000', '191316.676000', '191316.679000', '191316.681000', '191316.684000', '191316.686000', '191316.689000', '191316.692000', '191316.694000', '191316.697000', '191316.700000', '191316.702000', '191316.705000', '191316.707000', '191316.710000', '191316.713000', '191316.715000', '191316.718000', '191316.720000', '191316.723000', '191316.726000', '191316.728000', '191316.731000', '191316.733000', '191316.736000', '191316.738000', '191316.741000', '191316.743000', '191316.746000', '191316.749000', '191316.751000', '191316.754000', '191316.756000', '191316.759000', '191316.761000', '191316.764000', '191336.654000', '191336.656000', '191336.659000', '191336.662000', '191336.665000', '191336.668000', '191336.671000', '191336.674000', '191336.676000', '191336.679000', '191336.681000', '191336.684000', '191336.686000', '191336.689000', '191336.692000', '191336.694000', '191336.697000', '191336.699000', '191336.702000', '191336.704000', '191336.707000', '191336.710000', '191336.712000', '191336.715000', '191336.717000', '191336.720000', '191336.723000', '191336.725000', '191336.728000', '191336.730000', '191336.733000', '191336.736000', '191336.738000', '191336.741000', '191336.743000', '191336.746000', '191336.748000', '191336.751000', '191336.753000', '191336.756000', '191336.759000', '191336.761000', '191336.764000', '191356.654000', '191356.656000', '191356.659000', '191356.661000', '191356.664000', '191356.667000', '191356.669000', '191356.672000', '191356.674000', '191356.677000', '191356.679000', '191356.682000', '191356.685000', '191356.687000', '191356.690000', '191356.692000', '191356.695000', '191356.698000', '191356.700000', '191356.703000', '191356.705000', '191356.715000', '191356.717000', '191356.720000', '191356.723000', '191356.725000', '191356.728000', '191356.731000', '191356.734000', '191356.736000', '191356.739000', '191356.741000', '191356.744000', '191356.747000', '191356.749000', '191356.752000', '191356.754000', '191356.757000', '191356.760000', '191356.762000', '191356.765000', '191356.767000', '191356.770000', '191356.772000', '191416.654000', '191416.657000', '191416.659000', '191416.662000', '191416.664000', '191416.667000', '191416.670000', '191416.672000', '191416.675000', '191416.677000', '191416.680000', '191416.682000', '191416.685000', '191416.688000', '191416.690000', '191416.693000', '191416.696000', '191416.698000', '191416.701000', '191416.704000', '191416.707000', '191416.709000', '191416.712000', '191416.715000', '191416.717000', '191416.720000', '191416.722000', '191416.725000', '191416.727000', '191416.730000', '191416.733000', '191416.735000', '191416.738000', '191416.740000', '191416.743000', '191416.745000', '191416.748000', '191416.751000', '191416.753000', '191416.756000', '191416.758000', '191416.761000', '191416.763000', '191419.496000', '191419.499000', '191419.502000', '191419.505000', '191419.508000', '191419.511000', '191419.514000'], 'InstanceCreationTime': ['190436.684000', '190436.688000', '190436.690000', '190436.693000', '190436.696000', '190436.703000', '190436.706000', '190436.709000', '190436.711000', '190436.714000', '190436.716000', '190436.719000', '190436.721000', '190436.724000', '190436.727000', '190436.729000', '190436.732000', '190436.734000', '190436.737000', '190436.739000', '190436.742000', '190436.744000', '190436.754000', '190436.756000', '190436.759000', '190436.761000', '190436.764000', '190436.766000', '190436.769000', '190436.771000', '190436.774000', '190436.776000', '190436.779000', '190436.781000', '190436.784000', '190436.786000', '190436.789000', '190436.791000', '190436.794000', '190436.797000', '190436.799000', '190436.802000', '190436.804000', '190436.807000', '190436.810000', '190436.812000', '190436.815000', '190436.817000', '190436.820000', '190436.822000', '190436.825000', '190436.827000', '190436.830000', '190436.832000', '190456.653000', '190456.656000', '190456.659000', '190456.661000', '190456.664000', '190456.666000', '190456.669000', '190456.672000', '190456.674000', '190456.677000', '190456.687000', '190456.689000', '190456.692000', '190456.694000', '190456.697000', '190456.699000', '190456.702000', '190456.704000', '190456.707000', '190456.709000', '190456.712000', '190456.715000', '190456.717000', '190456.720000', '190456.722000', '190456.725000', '190456.727000', '190456.730000', '190456.732000', '190456.735000', '190456.738000', '190456.740000', '190456.743000', '190456.745000', '190456.748000', '190456.750000', '190456.753000', '190456.755000', '190456.758000', '190456.760000', '190456.763000', '190456.765000', '190456.768000', '190456.771000', '190516.653000', '190516.656000', '190516.659000', '190516.662000', '190516.665000', '190516.668000', '190516.671000', '190516.673000', '190516.676000', '190516.678000', '190516.681000', '190516.683000', '190516.686000', '190516.688000', '190516.691000', '190516.693000', '190516.696000', '190516.699000', '190516.701000', '190516.704000', '190516.706000', '190516.709000', '190516.714000', '190516.716000', '190516.719000', '190516.721000', '190516.724000', '190516.727000', '190516.730000', '190516.733000', '190516.735000', '190516.738000', '190516.740000', '190516.743000', '190516.745000', '190516.748000', '190516.750000', '190516.753000', '190516.755000', '190516.758000', '190516.761000', '190516.763000', '190516.791000', '190536.653000', '190536.656000', '190536.659000', '190536.661000', '190536.664000', '190536.666000', '190536.669000', '190536.671000', '190536.674000', '190536.676000', '190536.679000', '190536.682000', '190536.684000', '190536.687000', '190536.689000', '190536.692000', '190536.694000', '190536.697000', '190536.700000', '190536.702000', '190536.705000', '190536.707000', '190536.710000', '190536.712000', '190536.715000', '190536.717000', '190536.720000', '190536.722000', '190536.725000', '190536.728000', '190536.730000', '190536.733000', '190536.735000', '190536.738000', '190536.740000', '190536.743000', '190536.745000', '190536.748000', '190536.750000', '190536.753000', '190536.755000', '190536.758000', '190536.760000', '190536.763000', '190556.653000', '190556.656000', '190556.659000', '190556.661000', '190556.664000', '190556.667000', '190556.669000', '190556.672000', '190556.674000', '190556.677000', '190556.679000', '190556.682000', '190556.685000', '190556.687000', '190556.690000', '190556.693000', '190556.695000', '190556.698000', '190556.700000', '190556.703000', '190556.706000', '190556.708000', '190556.711000', '190556.713000', '190556.716000', '190556.718000', '190556.721000', '190556.724000', '190556.726000', '190556.729000', '190556.731000', '190556.734000', '190556.736000', '190556.739000', '190556.741000', '190556.744000', '190556.747000', '190556.749000', '190556.752000', '190556.754000', '190556.757000', '190556.759000', '190556.762000', '190616.653000', '190616.656000', '190616.659000', '190616.661000', '190616.664000', '190616.666000', '190616.669000', '190616.672000', '190616.674000', '190616.677000', '190616.679000', '190616.691000', '190616.694000', '190616.697000', '190616.699000', '190616.702000', '190616.704000', '190616.707000', '190616.710000', '190616.712000', '190616.715000', '190616.717000', '190616.720000', '190616.722000', '190616.725000', '190616.727000', '190616.730000', '190616.733000', '190616.735000', '190616.738000', '190616.740000', '190616.743000', '190616.745000', '190616.748000', '190616.750000', '190616.753000', '190616.755000', '190616.758000', '190616.761000', '190616.763000', '190616.766000', '190616.768000', '190616.771000', '190616.773000', '190636.654000', '190636.656000', '190636.659000', '190636.679000', '190636.682000', '190636.684000', '190636.687000', '190636.689000', '190636.692000', '190636.694000', '190636.697000', '190636.699000', '190636.702000', '190636.705000', '190636.707000', '190636.710000', '190636.713000', '190636.716000', '190636.719000', '190636.721000', '190636.724000', '190636.726000', '190636.729000', '190636.732000', '190636.734000', '190636.737000', '190636.739000', '190636.742000', '190636.744000', '190636.747000', '190636.750000', '190636.752000', '190636.755000', '190636.757000', '190636.760000', '190636.762000', '190636.765000', '190636.769000', '190636.772000', '190636.775000', '190636.777000', '190636.780000', '190636.782000', '190656.654000', '190656.656000', '190656.659000', '190656.662000', '190656.664000', '190656.667000', '190656.669000', '190656.672000', '190656.674000', '190656.677000', '190656.679000', '190656.682000', '190656.685000', '190656.687000', '190656.690000', '190656.692000', '190656.695000', '190656.698000', '190656.700000', '190656.703000', '190656.705000', '190656.708000', '190656.711000', '190656.713000', '190656.740000', '190656.743000', '190656.745000', '190656.748000', '190656.750000', '190656.753000', '190656.755000', '190656.758000', '190656.760000', '190656.763000', '190656.765000', '190656.768000', '190656.771000', '190656.773000', '190656.776000', '190656.778000', '190656.781000', '190656.783000', '190656.786000', '190656.788000', '190716.653000', '190716.656000', '190716.659000', '190716.661000', '190716.664000', '190716.667000', '190716.669000', '190716.672000', '190716.674000', '190716.677000', '190716.680000', '190716.682000', '190716.685000', '190716.687000', '190716.690000', '190716.692000', '190716.695000', '190716.698000', '190716.700000', '190716.703000', '190716.705000', '190716.708000', '190716.711000', '190716.713000', '190716.716000', '190716.718000', '190716.721000', '190716.724000', '190716.726000', '190716.729000', '190716.732000', '190716.735000', '190716.737000', '190716.740000', '190716.742000', '190716.745000', '190716.747000', '190716.750000', '190716.752000', '190716.755000', '190716.757000', '190716.760000', '190716.762000', '190736.653000', '190736.656000', '190736.659000', '190736.661000', '190736.664000', '190736.666000', '190736.669000', '190736.671000', '190736.674000', '190736.676000', '190736.679000', '190736.682000', '190736.684000', '190736.687000', '190736.689000', '190736.692000', '190736.694000', '190736.697000', '190736.699000', '190736.710000', '190736.713000', '190736.715000', '190736.718000', '190736.720000', '190736.723000', '190736.726000', '190736.728000', '190736.731000', '190736.733000', '190736.736000', '190736.738000', '190736.741000', '190736.743000', '190736.746000', '190736.748000', '190736.751000', '190736.754000', '190736.756000', '190736.759000', '190736.761000', '190736.764000', '190736.766000', '190736.769000', '190736.771000', '190756.653000', '190756.656000', '190756.659000', '190756.661000', '190756.664000', '190756.667000', '190756.669000', '190756.672000', '190756.674000', '190756.677000', '190756.679000', '190756.682000', '190756.684000', '190756.687000', '190756.690000', '190756.692000', '190756.695000', '190756.698000', '190756.700000', '190756.703000', '190756.705000', '190756.708000', '190756.710000', '190756.713000', '190756.716000', '190756.718000', '190756.721000', '190756.723000', '190756.726000', '190756.728000', '190756.731000', '190756.733000', '190756.736000', '190756.739000', '190756.741000', '190756.744000', '190756.747000', '190756.749000', '190756.752000', '190756.754000', '190756.757000', '190756.759000', '190756.762000', '190816.654000', '190816.657000', '190816.659000', '190816.662000', '190816.665000', '190816.667000', '190816.670000', '190816.672000', '190816.675000', '190816.678000', '190816.680000', '190816.683000', '190816.685000', '190816.688000', '190816.690000', '190816.693000', '190816.695000', '190816.698000', '190816.701000', '190816.703000', '190816.706000', '190816.708000', '190816.711000', '190816.713000', '190816.716000', '190816.719000', '190816.721000', '190816.724000', '190816.726000', '190816.729000', '190816.731000', '190816.734000', '190816.736000', '190816.739000', '190816.741000', '190816.744000', '190816.747000', '190816.749000', '190816.752000', '190816.754000', '190816.757000', '190816.759000', '190816.762000', '190816.764000', '190836.652000', '190836.655000', '190836.658000', '190836.660000', '190836.663000', '190836.680000', '190836.683000', '190836.686000', '190836.688000', '190836.691000', '190836.693000', '190836.696000', '190836.699000', '190836.701000', '190836.704000', '190836.706000', '190836.709000', '190836.712000', '190836.714000', '190836.717000', '190836.719000', '190836.722000', '190836.725000', '190836.727000', '190836.730000', '190836.732000', '190836.735000', '190836.737000', '190836.740000', '190836.742000', '190836.745000', '190836.748000', '190836.750000', '190836.753000', '190836.755000', '190836.758000', '190836.760000', '190836.763000', '190836.766000', '190836.769000', '190836.772000', '190836.775000', '190836.777000', '190856.653000', '190856.656000', '190856.659000', '190856.662000', '190856.664000', '190856.667000', '190856.670000', '190856.672000', '190856.675000', '190856.677000', '190856.680000', '190856.683000', '190856.685000', '190856.688000', '190856.690000', '190856.693000', '190856.696000', '190856.698000', '190856.701000', '190856.703000', '190856.706000', '190856.709000', '190856.711000', '190856.714000', '190856.716000', '190856.719000', '190856.722000', '190856.724000', '190856.727000', '190856.729000', '190856.732000', '190856.734000', '190856.737000', '190856.740000', '190856.743000', '190856.745000', '190856.748000', '190856.750000', '190856.753000', '190856.755000', '190856.758000', '190856.761000', '190856.763000', '190856.766000', '190916.654000', '190916.656000', '190916.659000', '190916.662000', '190916.664000', '190916.667000', '190916.669000', '190916.672000', '190916.674000', '190916.677000', '190916.679000', '190916.682000', '190916.685000', '190916.687000', '190916.690000', '190916.692000', '190916.695000', '190916.698000', '190916.700000', '190916.703000', '190916.705000', '190916.708000', '190916.711000', '190916.713000', '190916.716000', '190916.718000', '190916.721000', '190916.723000', '190916.726000', '190916.729000', '190916.731000', '190916.734000', '190916.736000', '190916.739000', '190916.741000', '190916.744000', '190916.746000', '190916.749000', '190916.752000', '190916.754000', '190916.757000', '190916.759000', '190916.762000', '190936.653000', '190936.656000', '190936.659000', '190936.661000', '190936.664000', '190936.666000', '190936.669000', '190936.671000', '190936.674000', '190936.677000', '190936.679000', '190936.682000', '190936.694000', '190936.696000', '190936.699000', '190936.701000', '190936.704000', '190936.706000', '190936.709000', '190936.712000', '190936.714000', '190936.717000', '190936.719000', '190936.722000', '190936.724000', '190936.727000', '190936.730000', '190936.732000', '190936.735000', '190936.737000', '190936.740000', '190936.743000', '190936.745000', '190936.748000', '190936.750000', '190936.753000', '190936.755000', '190936.758000', '190936.760000', '190936.763000', '190936.765000', '190936.768000', '190936.771000', '190936.773000', '190956.653000', '190956.656000', '190956.659000', '190956.661000', '190956.664000', '190956.667000', '190956.669000', '190956.672000', '190956.674000', '190956.677000', '190956.680000', '190956.682000', '190956.685000', '190956.688000', '190956.690000', '190956.693000', '190956.695000', '190956.698000', '190956.700000', '190956.703000', '190956.706000', '190956.708000', '190956.711000', '190956.713000', '190956.716000', '190956.718000', '190956.721000', '190956.724000', '190956.726000', '190956.729000', '190956.742000', '190956.745000', '190956.747000', '190956.750000', '190956.752000', '190956.755000', '190956.757000', '190956.760000', '190956.762000', '190956.765000', '190956.767000', '190956.770000', '190956.773000', '191016.654000', '191016.656000', '191016.659000', '191016.662000', '191016.664000', '191016.667000', '191016.670000', '191016.672000', '191016.675000', '191016.677000', '191016.680000', '191016.683000', '191016.685000', '191016.688000', '191016.690000', '191016.693000', '191016.695000', '191016.698000', '191016.701000', '191016.703000', '191016.706000', '191016.709000', '191016.711000', '191016.714000', '191016.716000', '191016.719000', '191016.722000', '191016.724000', '191016.727000', '191016.729000', '191016.732000', '191016.735000', '191016.737000', '191016.740000', '191016.742000', '191016.745000', '191016.747000', '191016.750000', '191016.753000', '191016.755000', '191016.758000', '191016.760000', '191016.763000', '191016.765000', '191036.654000', '191036.656000', '191036.660000', '191036.663000', '191036.666000', '191036.668000', '191036.671000', '191036.673000', '191036.676000', '191036.679000', '191036.681000', '191036.684000', '191036.686000', '191036.689000', '191036.692000', '191036.694000', '191036.697000', '191036.699000', '191036.702000', '191036.704000', '191036.707000', '191036.710000', '191036.712000', '191036.715000', '191036.717000', '191036.720000', '191036.722000', '191036.725000', '191036.727000', '191036.730000', '191036.733000', '191036.735000', '191036.738000', '191036.740000', '191036.743000', '191036.745000', '191036.748000', '191036.750000', '191036.753000', '191036.756000', '191036.758000', '191036.761000', '191036.763000', '191056.653000', '191056.656000', '191056.658000', '191056.661000', '191056.664000', '191056.666000', '191056.669000', '191056.672000', '191056.674000', '191056.677000', '191056.679000', '191056.682000', '191056.684000', '191056.687000', '191056.690000', '191056.692000', '191056.695000', '191056.697000', '191056.700000', '191056.703000', '191056.705000', '191056.708000', '191056.710000', '191056.713000', '191056.716000', '191056.718000', '191056.721000', '191056.723000', '191056.726000', '191056.728000', '191056.731000', '191056.734000', '191056.736000', '191056.739000', '191056.741000', '191056.744000', '191056.746000', '191056.749000', '191056.752000', '191056.754000', '191056.757000', '191056.759000', '191056.762000', '191056.764000', '191116.653000', '191116.656000', '191116.659000', '191116.661000', '191116.664000', '191116.667000', '191116.669000', '191116.672000', '191116.674000', '191116.677000', '191116.679000', '191116.682000', '191116.685000', '191116.687000', '191116.690000', '191116.692000', '191116.695000', '191116.698000', '191116.700000', '191116.703000', '191116.705000', '191116.708000', '191116.711000', '191116.713000', '191116.716000', '191116.718000', '191116.721000', '191116.723000', '191116.726000', '191116.729000', '191116.731000', '191116.734000', '191116.736000', '191116.739000', '191116.742000', '191116.744000', '191116.747000', '191116.749000', '191116.752000', '191116.754000', '191116.757000', '191116.768000', '191116.771000', '191136.653000', '191136.656000', '191136.659000', '191136.661000', '191136.664000', '191136.666000', '191136.669000', '191136.672000', '191136.674000', '191136.677000', '191136.679000', '191136.682000', '191136.685000', '191136.688000', '191136.691000', '191136.694000', '191136.696000', '191136.699000', '191136.702000', '191136.704000', '191136.707000', '191136.709000', '191136.712000', '191136.714000', '191136.717000', '191136.719000', '191136.722000', '191136.725000', '191136.727000', '191136.730000', '191136.732000', '191136.735000', '191136.738000', '191136.740000', '191136.743000', '191136.746000', '191136.748000', '191136.751000', '191136.753000', '191136.756000', '191136.759000', '191136.761000', '191136.764000', '191136.766000', '191156.653000', '191156.656000', '191156.659000', '191156.662000', '191156.664000', '191156.667000', '191156.669000', '191156.672000', '191156.675000', '191156.678000', '191156.681000', '191156.683000', '191156.686000', '191156.689000', '191156.691000', '191156.694000', '191156.696000', '191156.699000', '191156.701000', '191156.704000', '191156.707000', '191156.709000', '191156.712000', '191156.714000', '191156.717000', '191156.719000', '191156.722000', '191156.725000', '191156.727000', '191156.730000', '191156.732000', '191156.735000', '191156.738000', '191156.740000', '191156.743000', '191156.745000', '191156.748000', '191156.750000', '191156.753000', '191156.755000', '191156.758000', '191156.761000', '191156.763000', '191216.654000', '191216.657000', '191216.659000', '191216.662000', '191216.664000', '191216.667000', '191216.670000', '191216.673000', '191216.676000', '191216.679000', '191216.682000', '191216.684000', '191216.687000', '191216.689000', '191216.692000', '191216.695000', '191216.697000', '191216.700000', '191216.702000', '191216.705000', '191216.708000', '191216.710000', '191216.713000', '191216.715000', '191216.718000', '191216.721000', '191216.723000', '191216.726000', '191216.728000', '191216.731000', '191216.734000', '191216.736000', '191216.739000', '191216.741000', '191216.744000', '191216.746000', '191216.749000', '191216.751000', '191216.754000', '191216.757000', '191216.759000', '191216.762000', '191216.764000', '191236.654000', '191236.656000', '191236.659000', '191236.662000', '191236.664000', '191236.667000', '191236.669000', '191236.672000', '191236.674000', '191236.677000', '191236.680000', '191236.682000', '191236.685000', '191236.687000', '191236.690000', '191236.692000', '191236.695000', '191236.697000', '191236.700000', '191236.703000', '191236.705000', '191236.708000', '191236.710000', '191236.713000', '191236.716000', '191236.718000', '191236.721000', '191236.723000', '191236.726000', '191236.728000', '191236.731000', '191236.734000', '191236.736000', '191236.739000', '191236.741000', '191236.744000', '191236.746000', '191236.749000', '191236.766000', '191236.769000', '191236.771000', '191236.774000', '191236.777000', '191236.779000', '191256.654000', '191256.656000', '191256.659000', '191256.661000', '191256.664000', '191256.667000', '191256.669000', '191256.672000', '191256.674000', '191256.677000', '191256.680000', '191256.682000', '191256.685000', '191256.687000', '191256.690000', '191256.693000', '191256.695000', '191256.698000', '191256.702000', '191256.705000', '191256.707000', '191256.710000', '191256.712000', '191256.715000', '191256.718000', '191256.720000', '191256.723000', '191256.726000', '191256.729000', '191256.731000', '191256.734000', '191256.736000', '191256.739000', '191256.741000', '191256.744000', '191256.747000', '191256.749000', '191256.752000', '191256.754000', '191256.757000', '191256.760000', '191256.762000', '191256.765000', '191316.652000', '191316.655000', '191316.658000', '191316.661000', '191316.663000', '191316.666000', '191316.668000', '191316.671000', '191316.673000', '191316.676000', '191316.679000', '191316.681000', '191316.684000', '191316.686000', '191316.689000', '191316.692000', '191316.694000', '191316.697000', '191316.700000', '191316.702000', '191316.705000', '191316.707000', '191316.710000', '191316.713000', '191316.715000', '191316.718000', '191316.720000', '191316.723000', '191316.726000', '191316.728000', '191316.731000', '191316.733000', '191316.736000', '191316.738000', '191316.741000', '191316.743000', '191316.746000', '191316.749000', '191316.751000', '191316.754000', '191316.756000', '191316.759000', '191316.761000', '191316.764000', '191336.654000', '191336.656000', '191336.659000', '191336.662000', '191336.665000', '191336.668000', '191336.671000', '191336.674000', '191336.676000', '191336.679000', '191336.681000', '191336.684000', '191336.686000', '191336.689000', '191336.692000', '191336.694000', '191336.697000', '191336.699000', '191336.702000', '191336.704000', '191336.707000', '191336.710000', '191336.712000', '191336.715000', '191336.717000', '191336.720000', '191336.723000', '191336.725000', '191336.728000', '191336.730000', '191336.733000', '191336.736000', '191336.738000', '191336.741000', '191336.743000', '191336.746000', '191336.748000', '191336.751000', '191336.753000', '191336.756000', '191336.759000', '191336.761000', '191336.764000', '191356.654000', '191356.656000', '191356.659000', '191356.661000', '191356.664000', '191356.667000', '191356.669000', '191356.672000', '191356.674000', '191356.677000', '191356.679000', '191356.682000', '191356.685000', '191356.687000', '191356.690000', '191356.692000', '191356.695000', '191356.698000', '191356.700000', '191356.703000', '191356.705000', '191356.715000', '191356.717000', '191356.720000', '191356.723000', '191356.725000', '191356.728000', '191356.731000', '191356.734000', '191356.736000', '191356.739000', '191356.741000', '191356.744000', '191356.747000', '191356.749000', '191356.752000', '191356.754000', '191356.757000', '191356.760000', '191356.762000', '191356.765000', '191356.767000', '191356.770000', '191356.772000', '191416.654000', '191416.657000', '191416.659000', '191416.662000', '191416.664000', '191416.667000', '191416.670000', '191416.672000', '191416.675000', '191416.677000', '191416.680000', '191416.682000', '191416.685000', '191416.688000', '191416.690000', '191416.693000', '191416.696000', '191416.698000', '191416.701000', '191416.704000', '191416.707000', '191416.709000', '191416.712000', '191416.715000', '191416.717000', '191416.720000', '191416.722000', '191416.725000', '191416.727000', '191416.730000', '191416.733000', '191416.735000', '191416.738000', '191416.740000', '191416.743000', '191416.745000', '191416.748000', '191416.751000', '191416.753000', '191416.756000', '191416.758000', '191416.761000', '191416.763000', '191419.496000', '191419.499000', '191419.502000', '191419.505000', '191419.508000', '191419.511000', '191419.514000'], '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], 'LargestImagePixelValue': [13025, 8295, 13725, 10517, 14665, 9177, 10932, 8325, 8499, 7668, 8384, 8298, 9321, 10161, 8555, 8215, 8290, 11062, 8092, 10186, 7825, 8043, 8042, 8916, 7848, 10671, 7990, 11992, 7907, 10475, 8217, 10630, 7455, 10987, 7715, 9359, 8114, 8505, 7977, 9428, 7892, 9350, 7873, 9283, 8208, 9468, 7844, 8777, 8031, 10768, 8037, 13190, 9281, 15597, 10379, 12916, 7869, 11556, 7926, 12174, 8469, 7769, 7547, 7910, 7791, 14180, 8507, 15195, 8704, 11691, 7816, 9758, 7818, 9474, 7861, 8339, 7666, 8296, 7992, 9138, 8134, 12071, 7916, 9441, 7807, 8674, 7727, 12122, 8506, 12634, 8352, 7807, 7888, 7567, 10081, 7436, 11444, 8133, 10284, 7893, 9454, 8230, 10332, 8031, 12575, 7974, 9820, 7797, 9197, 8310, 9131, 8536, 10229, 8330, 8645, 8195, 8348, 11158, 8614, 16040, 9117, 11988, 8168, 10115, 8267, 10045, 8425, 10052, 7938, 9285, 8384, 9815, 8496, 10306, 8540, 11070, 8101, 9651, 8334, 9571, 8588, 9948, 8362, 8770, 8459, 8231, 11739, 8484, 11465, 8539, 12136, 7972, 9889, 8333, 9607, 8381, 10800, 8485, 12764, 8070, 10551, 8082, 9773, 8182, 10197, 8365, 10980, 8056, 9032, 8104, 9192, 8236, 9409, 8132, 10386, 7979, 12538, 8219, 9066, 8527, 8725, 8455, 9311, 8270, 11602, 8118, 10293, 7949, 11211, 8083, 14117, 9601, 9373, 7618, 7925, 7520, 11449, 7951, 14218, 10147, 8351, 7748, 11034, 7797, 15450, 8854, 15553, 9297, 12305, 7564, 11248, 7750, 11596, 9560, 11293, 7608, 8833, 7626, 8503, 8048, 8543, 8307, 9455, 8254, 8734, 8105, 8151, 8403, 8894, 8392, 9151, 7890, 8713, 8255, 8287, 12726, 8826, 17246, 13214, 13773, 7864, 11730, 7848, 10563, 8329, 11343, 7924, 8801, 8080, 8615, 8028, 8471, 8671, 9628, 9329, 8012, 10158, 8033, 11142, 8170, 10954, 8567, 12255, 7899, 8687, 8061, 8640, 8270, 9300, 8247, 11510, 7805, 10683, 8099, 10793, 8649, 14635, 9564, 13116, 7807, 9736, 8223, 10684, 8467, 11196, 7968, 9491, 8253, 9587, 8254, 10558, 7939, 9471, 8180, 9253, 8853, 9501, 9312, 7932, 8262, 7909, 9964, 8367, 11996, 9269, 13650, 8325, 9383, 7976, 8979, 8183, 9554, 8177, 9457, 7951, 9507, 7898, 10677, 8253, 13803, 10577, 12592, 7922, 9888, 8079, 9122, 8355, 9575, 9602, 11719, 7876, 8642, 7688, 8649, 7996, 9042, 8363, 10438, 8083, 9624, 7797, 8934, 8097, 8655, 8572, 9595, 13074, 8881, 10059, 7927, 10553, 8255, 10544, 8286, 9161, 7882, 8723, 7956, 10802, 8154, 12174, 8665, 11365, 8034, 9987, 8081, 10501, 8502, 13151, 9718, 11725, 8036, 8584, 8275, 8239, 8453, 8278, 13927, 8532, 8398, 7825, 8261, 8323, 8549, 8065, 10320, 8004, 8495, 8210, 8710, 8338, 8691, 8913, 9366, 7982, 12176, 7984, 13344, 8904, 11517, 8157, 8150, 7854, 11747, 8464, 14697, 8904, 9506, 7965, 11974, 8201, 14802, 9607, 15435, 8666, 12362, 8000, 10251, 8251, 10299, 8244, 9225, 7822, 8903, 8175, 9463, 8369, 10897, 8114, 8673, 7976, 8749, 8234, 9689, 8182, 9638, 7847, 9246, 8485, 10128, 8553, 13151, 8121, 9636, 7996, 9595, 8278, 10562, 8921, 13555, 7944, 9449, 8374, 11013, 8198, 8564, 7950, 7737, 8943, 8344, 10473, 8297, 14310, 7538, 9992, 8200, 9020, 8352, 9472, 8256, 8852, 7772, 8847, 7979, 10098, 7942, 12905, 7941, 10634, 7680, 9736, 8517, 9692, 8953, 9851, 8291, 8175, 8284, 8777, 8640, 9790, 8396, 9329, 8080, 8805, 8063, 9438, 8319, 10328, 8118, 9415, 7990, 9184, 8199, 9380, 8339, 10082, 7991, 9261, 8351, 9344, 8640, 10562, 8452, 11863, 8093, 10914, 7918, 10671, 8291, 13163, 8886, 12604, 7729, 10318, 8200, 11122, 8447, 12837, 8429, 11618, 7766, 8054, 7805, 7782, 9174, 7661, 8083, 11729, 8874, 13905, 7951, 11376, 8203, 16741, 10914, 14121, 9410, 7943, 7538, 8194, 8005, 9152, 8533, 8216, 7815, 8242, 8098, 8312, 8801, 8526, 8556, 8293, 8317, 8382, 8190, 8823, 8730, 10902, 8186, 8244, 8141, 8189, 8331, 10708, 8375, 9082, 7930, 8427, 8350, 13882, 9623, 16787, 9299, 15179, 7944, 13250, 9634, 13148, 9483, 11234, 7898, 9735, 8143, 10663, 8838, 13161, 7996, 9277, 8222, 8986, 8125, 9725, 8221, 9357, 8283, 9079, 8617, 9828, 7964, 10863, 7996, 8784, 8314, 8601, 8623, 9478, 7810, 9194, 7938, 9639, 8462, 10462, 8329, 10132, 8106, 10056, 8499, 11788, 9046, 14247, 8322, 13454, 8003, 13145, 9714, 14262, 9770, 12374, 8165, 10486, 8071, 10252, 8437, 11586, 8321, 10729, 7995, 9270, 8129, 10677, 8410, 12628, 8016, 11487, 8179, 11628, 8455, 13573, 9684, 13189, 8148, 11224, 8190, 11890, 8907, 12502, 7785, 10876, 8366, 11469, 9243, 13109, 8441, 10926, 8038, 9243, 8060, 9209, 8558, 9035, 8419, 8082, 8507, 8179, 8782, 8331, 8612, 8290, 8561, 8320, 8503, 9089, 8475, 9187, 8392, 8447, 8578, 8673, 8364, 9793, 8336, 9325, 8385, 8991, 8361, 10404, 7898, 11060, 8006, 10040, 8498, 10233, 8498, 12530, 8520, 9973, 8269, 10077, 8345, 10242, 7930, 9338, 8410, 9141, 8280, 10078, 7759, 9653, 8499, 9247, 8337, 9475, 8335, 9960, 7838, 9483, 8336, 9123, 8742, 9868, 8434, 10291, 8212, 9371, 8438, 9575, 8120, 10630, 8225, 10464, 8282, 9377, 8317, 9218, 8726, 9347, 8393, 8569, 8271, 8750, 8628, 8711, 7934, 8742, 8661, 8583, 8476, 8758, 8763, 9780, 9415, 9027, 13159, 7998, 16340, 9167, 14955, 10031, 11246, 11433, 7782, 10327, 7836, 11151, 8381, 15956, 10716, 14812, 7723, 9806, 8028, 9404, 8403, 9490, 8272, 8037, 8232, 7988, 12567, 8135, 12645, 8177, 10575, 8139, 10242, 8202, 10759, 8464, 12693, 8382, 9761, 8297, 9489, 8112, 8615, 8117, 8301, 8542, 8093, 8763, 8270, 8583, 8097, 9380, 8331, 16331, 11637, 15248, 10355, 12637, 8010, 11220, 8972, 11217, 7785, 9437, 8221, 8901, 8181, 8782, 11532, 8553, 16543, 8584, 12209, 8059, 9328, 7800, 9744, 7604, 8917, 8271, 8872, 8368, 9466, 8046, 10771, 8589, 9723, 8337, 9787, 7994, 10935, 8140, 10611, 8396, 9367, 8017, 8975, 10668, 9449, 15799, 8205, 13516, 8720, 10457, 7983, 10042, 8104, 8982, 7952, 9294, 8099, 10656, 8093, 9737, 8311, 9326, 8172, 9305, 11053, 9921, 8379, 8351, 9386, 8537, 10002, 7950, 9635, 8193, 9201, 8153, 12145, 8617, 13357, 9355, 10402, 8284, 13381, 8238, 14300, 9383, 14914, 8422, 12014, 8342, 9963, 8339, 10548, 8764, 11729, 8338, 9400, 8402, 9640, 8268, 10607, 8867, 10578, 8472, 9176, 8319, 10035, 7827, 10476, 8106, 10076, 8514, 8747, 8398, 8680, 8030, 9568, 9258, 8725, 8129, 8045, 8562, 8077, 8613, 9068, 8434, 8777, 8173, 8620, 9750, 9100, 13852, 9090, 12489, 8347, 12501, 8625, 11388, 8744, 11543, 7905, 9107, 8500, 8771, 8216, 8732, 8428, 8772, 8411, 8658, 8140, 10116, 8598, 9688, 8195, 9121, 8577, 9613, 8122, 13106, 8788, 10622, 8621, 7839, 8444, 7798, 8704, 12637, 9245, 7559, 8770, 8240, 9502, 15027, 11287, 13315, 8812, 9650, 8865, 10368, 8984, 11821, 9025, 12136, 8818, 10777, 8882, 9369, 8941, 7458, 9081, 9214, 8537, 10495, 10407, 8846, 9573, 9077, 11280, 8677, 14399, 10567, 13740, 9150, 10619, 9222, 10312, 8736, 10452, 8669, 9837, 9131, 8942, 9354, 9985, 8723, 11867, 8822, 11495, 8985, 11547, 8798, 11209, 8057, 8339, 9102, 9467, 8860, 8667, 10084, 9134, 10946, 8762, 8989, 12102, 9355, 15981, 8479, 11182, 9366, 13455, 11814, 13094, 9407, 10583, 8902, 11114, 8976, 13385, 8546, 11067, 8497, 11096, 8808, 11971, 8794, 10508, 9005, 10088, 9183, 10683, 8644, 10115, 8535, 9451, 9093, 10548, 8770, 10874, 8762, 9257, 8606, 9392, 8748, 9253, 8836, 10709, 9309, 8873, 8555, 9165, 9019, 9212, 10071, 10884, 8831, 9187, 8687, 10528, 8765, 14745, 8810, 12416, 8710, 10955, 9040, 10953, 8924, 10463, 9015, 10409, 9010, 10441, 9208, 10338, 8913, 8804, 8699, 8533, 9097, 8856, 9175, 8965, 10077, 8976, 10852, 9013, 10688, 9062, 11539, 8747, 10866, 8766, 10151, 9145, 10798, 13713, 10840, 11248, 8624, 15247, 8934, 13010, 9598, 12510, 8647, 9994, 8573, 8831, 8450, 9247, 7939, 10307, 8928, 10042, 8378, 10777, 9031, 14371, 9194, 15717, 9423, 11787, 8961, 8261, 8546, 11695, 11971, 14195, 10540, 8390, 8752, 8061, 8961, 10009, 8921, 7559, 8411, 8026, 8149, 8254, 8584, 8617, 8138, 8614, 8228, 10296, 8297, 11109, 8233, 8646, 8010, 8757, 8274, 8828, 9108, 8518, 8822, 8571, 8495, 14080, 8981, 14085, 9147, 8450, 8277, 8557, 8190, 8489, 9612, 8666, 8948, 8590, 8863, 9856, 8581, 16395, 9940, 15153, 8433, 11222, 8440, 11671, 8926, 12135, 8782, 9930, 8451, 10603, 8368, 10116, 8653, 8691, 8641, 8070, 12520, 8539, 9973, 8361, 8689, 8775, 9870, 9880, 11038, 8361, 13003, 8182, 11179, 8757, 10762, 8438, 10140, 8383, 8970, 7848, 8626, 8092, 8532, 8584, 7963, 8644, 8325, 8705, 8488, 8539, 8396, 8505, 8223, 8041, 8726, 9993, 8369, 10476, 8368, 12182, 8404, 11319, 9138, 12027, 8605, 10090, 9008, 11525, 9017, 12887, 9687, 11860, 8398, 11076, 8979, 11891, 9519, 14180, 8598, 9947, 8728, 9611, 8802, 9886, 8351, 9637, 8793, 8645, 8865, 8880], 'WindowCenter': [4228.0, 4161.0, 4197.0, 4163.0, 4181.0, 4129.0, 4147.0, 4115.0, 4113.0, 4092.0, 4104.0, 4102.0, 4123.0, 4134.0, 4114.0, 4103.0, 4102.0, 4143.0, 4104.0, 4133.0, 4091.0, 4103.0, 4104.0, 4122.0, 4104.0, 4134.0, 4116.0, 4155.0, 4116.0, 4145.0, 4113.0, 4132.0, 4091.0, 4144.0, 4093.0, 4122.0, 4103.0, 4111.0, 4101.0, 4121.0, 4103.0, 4122.0, 4104.0, 4124.0, 4126.0, 4133.0, 4115.0, 4125.0, 4116.0, 4156.0, 4116.0, 4167.0, 4126.0, 4177.0, 4136.0, 4153.0, 4104.0, 4144.0, 4104.0, 4143.0, 4112.0, 4092.0, 4092.0, 4102.0, 4091.0, 4163.0, 4113.0, 4163.0, 4112.0, 4142.0, 4091.0, 4120.0, 4103.0, 4121.0, 4102.0, 4102.0, 4103.0, 4113.0, 4114.0, 4122.0, 4114.0, 4156.0, 4116.0, 4136.0, 4115.0, 4115.0, 4104.0, 4154.0, 4127.0, 4157.0, 4115.0, 4106.0, 4116.0, 4106.0, 4146.0, 4106.0, 4156.0, 4116.0, 4145.0, 4117.0, 4135.0, 4115.0, 4135.0, 4114.0, 4156.0, 4114.0, 4133.0, 4105.0, 4123.0, 4114.0, 4123.0, 4114.0, 4134.0, 4114.0, 4113.0, 4114.0, 4113.0, 4144.0, 4112.0, 4175.0, 4113.0, 4143.0, 4114.0, 4132.0, 4113.0, 4133.0, 4115.0, 4133.0, 4115.0, 4124.0, 4114.0, 4133.0, 4124.0, 4135.0, 4115.0, 4144.0, 4115.0, 4134.0, 4114.0, 4134.0, 4114.0, 4135.0, 4112.0, 4114.0, 4113.0, 4113.0, 4152.0, 4114.0, 4143.0, 4113.0, 4154.0, 4104.0, 4134.0, 4115.0, 4134.0, 4114.0, 4145.0, 4126.0, 4166.0, 4115.0, 4146.0, 4115.0, 4135.0, 4115.0, 4135.0, 4115.0, 4145.0, 4116.0, 4125.0, 4116.0, 4135.0, 4116.0, 4134.0, 4116.0, 4145.0, 4116.0, 4167.0, 4115.0, 4126.0, 4126.0, 4124.0, 4116.0, 4136.0, 4127.0, 4158.0, 4117.0, 4148.0, 4117.0, 4157.0, 4129.0, 4179.0, 4139.0, 4138.0, 4119.0, 4118.0, 4106.0, 4156.0, 4115.0, 4167.0, 4148.0, 4116.0, 4106.0, 4146.0, 4104.0, 4176.0, 4125.0, 4175.0, 4125.0, 4154.0, 4103.0, 4144.0, 4104.0, 4144.0, 4124.0, 4144.0, 4093.0, 4112.0, 4092.0, 4113.0, 4101.0, 4112.0, 4102.0, 4124.0, 4102.0, 4112.0, 4104.0, 4102.0, 4103.0, 4124.0, 4113.0, 4124.0, 4104.0, 4125.0, 4115.0, 4116.0, 4154.0, 4124.0, 4174.0, 4155.0, 4154.0, 4103.0, 4144.0, 4103.0, 4132.0, 4104.0, 4142.0, 4103.0, 4112.0, 4103.0, 4113.0, 4104.0, 4113.0, 4113.0, 4123.0, 4123.0, 4102.0, 4133.0, 4102.0, 4131.0, 4103.0, 4132.0, 4114.0, 4144.0, 4104.0, 4114.0, 4104.0, 4113.0, 4113.0, 4123.0, 4116.0, 4156.0, 4107.0, 4145.0, 4115.0, 4144.0, 4115.0, 4175.0, 4125.0, 4165.0, 4094.0, 4123.0, 4114.0, 4133.0, 4113.0, 4143.0, 4103.0, 4123.0, 4114.0, 4122.0, 4114.0, 4134.0, 4103.0, 4123.0, 4114.0, 4124.0, 4112.0, 4122.0, 4112.0, 4101.0, 4101.0, 4103.0, 4122.0, 4101.0, 4143.0, 4113.0, 4153.0, 4102.0, 4122.0, 4102.0, 4112.0, 4114.0, 4123.0, 4114.0, 4124.0, 4115.0, 4135.0, 4116.0, 4144.0, 4116.0, 4165.0, 4135.0, 4154.0, 4104.0, 4133.0, 4102.0, 4123.0, 4102.0, 4123.0, 4123.0, 4144.0, 4102.0, 4112.0, 4104.0, 4112.0, 4101.0, 4112.0, 4103.0, 4134.0, 4104.0, 4123.0, 4104.0, 4112.0, 4102.0, 4112.0, 4112.0, 4124.0, 4154.0, 4113.0, 4123.0, 4102.0, 4131.0, 4102.0, 4133.0, 4113.0, 4124.0, 4104.0, 4114.0, 4105.0, 4144.0, 4105.0, 4155.0, 4115.0, 4145.0, 4106.0, 4135.0, 4105.0, 4135.0, 4115.0, 4156.0, 4125.0, 4144.0, 4104.0, 4113.0, 4103.0, 4103.0, 4103.0, 4102.0, 4154.0, 4113.0, 4103.0, 4103.0, 4114.0, 4115.0, 4114.0, 4104.0, 4135.0, 4104.0, 4115.0, 4115.0, 4126.0, 4116.0, 4116.0, 4126.0, 4126.0, 4116.0, 4157.0, 4106.0, 4166.0, 4125.0, 4146.0, 4105.0, 4104.0, 4115.0, 4144.0, 4114.0, 4166.0, 4125.0, 4125.0, 4104.0, 4145.0, 4114.0, 4165.0, 4124.0, 4165.0, 4113.0, 4153.0, 4104.0, 4132.0, 4103.0, 4122.0, 4103.0, 4112.0, 4105.0, 4114.0, 4115.0, 4124.0, 4115.0, 4145.0, 4105.0, 4115.0, 4104.0, 4114.0, 4115.0, 4124.0, 4117.0, 4135.0, 4117.0, 4124.0, 4117.0, 4136.0, 4116.0, 4156.0, 4106.0, 4124.0, 4106.0, 4125.0, 4117.0, 4136.0, 4117.0, 4180.0, 4178.0, 4151.0, 4117.0, 4133.0, 4114.0, 4117.0, 4105.0, 4106.0, 4125.0, 4116.0, 4146.0, 4115.0, 4167.0, 4105.0, 4134.0, 4115.0, 4114.0, 4115.0, 4124.0, 4104.0, 4113.0, 4104.0, 4113.0, 4105.0, 4134.0, 4105.0, 4156.0, 4104.0, 4134.0, 4103.0, 4122.0, 4113.0, 4123.0, 4112.0, 4123.0, 4102.0, 4102.0, 4103.0, 4112.0, 4113.0, 4124.0, 4104.0, 4113.0, 4104.0, 4112.0, 4103.0, 4113.0, 4104.0, 4124.0, 4103.0, 4112.0, 4103.0, 4112.0, 4103.0, 4113.0, 4104.0, 4135.0, 4105.0, 4125.0, 4116.0, 4124.0, 4116.0, 4136.0, 4117.0, 4155.0, 4105.0, 4145.0, 4105.0, 4135.0, 4116.0, 4155.0, 4126.0, 4155.0, 4105.0, 4135.0, 4115.0, 4144.0, 4106.0, 4155.0, 4104.0, 4144.0, 4107.0, 4104.0, 4104.0, 4104.0, 4127.0, 4106.0, 4117.0, 4158.0, 4128.0, 4169.0, 4117.0, 4146.0, 4115.0, 4176.0, 4136.0, 4166.0, 4125.0, 4104.0, 4104.0, 4104.0, 4104.0, 4113.0, 4116.0, 4104.0, 4094.0, 4115.0, 4104.0, 4103.0, 4115.0, 4115.0, 4115.0, 4116.0, 4105.0, 4105.0, 4104.0, 4115.0, 4115.0, 4136.0, 4106.0, 4105.0, 4105.0, 4104.0, 4116.0, 4135.0, 4117.0, 4126.0, 4106.0, 4115.0, 4116.0, 4166.0, 4126.0, 4177.0, 4125.0, 4167.0, 4105.0, 4143.0, 4124.0, 4153.0, 4125.0, 4133.0, 4094.0, 4113.0, 4092.0, 4122.0, 4113.0, 4143.0, 4092.0, 4111.0, 4101.0, 4102.0, 4092.0, 4112.0, 4103.0, 4113.0, 4105.0, 4114.0, 4115.0, 4124.0, 4105.0, 4135.0, 4104.0, 4113.0, 4103.0, 4104.0, 4104.0, 4124.0, 4095.0, 4125.0, 4105.0, 4125.0, 4116.0, 4135.0, 4116.0, 4136.0, 4107.0, 4136.0, 4117.0, 4146.0, 4128.0, 4166.0, 4116.0, 4157.0, 4105.0, 4155.0, 4126.0, 4166.0, 4125.0, 4145.0, 4104.0, 4134.0, 4105.0, 4135.0, 4105.0, 4144.0, 4116.0, 4136.0, 4106.0, 4126.0, 4116.0, 4136.0, 4117.0, 4157.0, 4118.0, 4147.0, 4117.0, 4148.0, 4117.0, 4167.0, 4127.0, 4157.0, 4106.0, 4145.0, 4116.0, 4145.0, 4128.0, 4156.0, 4105.0, 4145.0, 4115.0, 4145.0, 4126.0, 4155.0, 4115.0, 4135.0, 4104.0, 4113.0, 4104.0, 4113.0, 4104.0, 4114.0, 4104.0, 4104.0, 4113.0, 4103.0, 4114.0, 4104.0, 4115.0, 4104.0, 4115.0, 4115.0, 4115.0, 4127.0, 4115.0, 4126.0, 4116.0, 4116.0, 4116.0, 4116.0, 4106.0, 4136.0, 4105.0, 4127.0, 4117.0, 4116.0, 4117.0, 4136.0, 4106.0, 4146.0, 4106.0, 4124.0, 4117.0, 4135.0, 4116.0, 4157.0, 4115.0, 4124.0, 4106.0, 4125.0, 4105.0, 4125.0, 4104.0, 4113.0, 4103.0, 4113.0, 4104.0, 4124.0, 4094.0, 4124.0, 4114.0, 4124.0, 4115.0, 4125.0, 4115.0, 4137.0, 4106.0, 4126.0, 4116.0, 4125.0, 4127.0, 4136.0, 4117.0, 4136.0, 4118.0, 4126.0, 4117.0, 4136.0, 4118.0, 4136.0, 4118.0, 4136.0, 4116.0, 4125.0, 4116.0, 4125.0, 4116.0, 4126.0, 4116.0, 4115.0, 4116.0, 4115.0, 4115.0, 4116.0, 4117.0, 4127.0, 4131.0, 4129.0, 4128.0, 4130.0, 4128.0, 4150.0, 4139.0, 4130.0, 4171.0, 4118.0, 4188.0, 4127.0, 4178.0, 4137.0, 4147.0, 4158.0, 4107.0, 4148.0, 4107.0, 4146.0, 4116.0, 4177.0, 4138.0, 4166.0, 4105.0, 4125.0, 4103.0, 4113.0, 4103.0, 4123.0, 4102.0, 4103.0, 4102.0, 4103.0, 4144.0, 4103.0, 4143.0, 4103.0, 4133.0, 4104.0, 4133.0, 4105.0, 4133.0, 4104.0, 4154.0, 4104.0, 4123.0, 4103.0, 4123.0, 4103.0, 4102.0, 4104.0, 4114.0, 4114.0, 4118.0, 4127.0, 4129.0, 4129.0, 4120.0, 4139.0, 4118.0, 4188.0, 4159.0, 4177.0, 4136.0, 4155.0, 4104.0, 4144.0, 4114.0, 4134.0, 4093.0, 4112.0, 4101.0, 4112.0, 4102.0, 4113.0, 4142.0, 4113.0, 4174.0, 4113.0, 4143.0, 4102.0, 4111.0, 4091.0, 4111.0, 4093.0, 4112.0, 4103.0, 4112.0, 4114.0, 4124.0, 4106.0, 4146.0, 4115.0, 4124.0, 4114.0, 4123.0, 4104.0, 4135.0, 4105.0, 4135.0, 4115.0, 4125.0, 4104.0, 4125.0, 4134.0, 4125.0, 4177.0, 4104.0, 4155.0, 4113.0, 4132.0, 4103.0, 4122.0, 4104.0, 4113.0, 4104.0, 4124.0, 4105.0, 4135.0, 4106.0, 4125.0, 4116.0, 4125.0, 4104.0, 4125.0, 4145.0, 4125.0, 4104.0, 4115.0, 4124.0, 4114.0, 4124.0, 4105.0, 4135.0, 4117.0, 4137.0, 4118.0, 4157.0, 4128.0, 4167.0, 4138.0, 4147.0, 4118.0, 4167.0, 4116.0, 4166.0, 4126.0, 4166.0, 4116.0, 4154.0, 4115.0, 4134.0, 4115.0, 4135.0, 4115.0, 4145.0, 4116.0, 4125.0, 4116.0, 4125.0, 4116.0, 4146.0, 4126.0, 4135.0, 4116.0, 4125.0, 4116.0, 4135.0, 4106.0, 4135.0, 4107.0, 4135.0, 4116.0, 4115.0, 4115.0, 4115.0, 4105.0, 4137.0, 4127.0, 4128.0, 4117.0, 4116.0, 4126.0, 4117.0, 4127.0, 4128.0, 4118.0, 4128.0, 4128.0, 4128.0, 4138.0, 4128.0, 4168.0, 4127.0, 4158.0, 4116.0, 4156.0, 4116.0, 4146.0, 4117.0, 4147.0, 4106.0, 4115.0, 4115.0, 4114.0, 4115.0, 4115.0, 4116.0, 4115.0, 4116.0, 4116.0, 4106.0, 4147.0, 4127.0, 4138.0, 4116.0, 4126.0, 4116.0, 4137.0, 4118.0, 4168.0, 4127.0, 4148.0, 4128.0, 4107.0, 4117.0, 4107.0, 4117.0, 4157.0, 4128.0, 4107.0, 4130.0, 4130.0, 4139.0, 4178.0, 4148.0, 4167.0, 4127.0, 4126.0, 4127.0, 4136.0, 4127.0, 4157.0, 4129.0, 4157.0, 4126.0, 4147.0, 4127.0, 4125.0, 4128.0, 4107.0, 4129.0, 4139.0, 4128.0, 4148.0, 4148.0, 4128.0, 4137.0, 4127.0, 4146.0, 4117.0, 4167.0, 4137.0, 4167.0, 4127.0, 4136.0, 4126.0, 4135.0, 4115.0, 4135.0, 4116.0, 4125.0, 4126.0, 4126.0, 4127.0, 4136.0, 4117.0, 4156.0, 4128.0, 4146.0, 4127.0, 4146.0, 4116.0, 4162.0, 4134.0, 4142.0, 4152.0, 4137.0, 4126.0, 4126.0, 4146.0, 4138.0, 4147.0, 4128.0, 4128.0, 4170.0, 4140.0, 4191.0, 4118.0, 4147.0, 4127.0, 4166.0, 4158.0, 4156.0, 4125.0, 4134.0, 4114.0, 4133.0, 4113.0, 4153.0, 4113.0, 4133.0, 4102.0, 4132.0, 4113.0, 4143.0, 4103.0, 4134.0, 4114.0, 4133.0, 4126.0, 4134.0, 4115.0, 4134.0, 4115.0, 4124.0, 4126.0, 4135.0, 4116.0, 4146.0, 4128.0, 4126.0, 4128.0, 4137.0, 4128.0, 4138.0, 4128.0, 4148.0, 4129.0, 4127.0, 4128.0, 4127.0, 4127.0, 4127.0, 4139.0, 4147.0, 4127.0, 4126.0, 4116.0, 4136.0, 4116.0, 4167.0, 4127.0, 4156.0, 4116.0, 4146.0, 4126.0, 4145.0, 4127.0, 4146.0, 4127.0, 4147.0, 4128.0, 4147.0, 4138.0, 4137.0, 4127.0, 4126.0, 4128.0, 4127.0, 4128.0, 4140.0, 4140.0, 4141.0, 4150.0, 4142.0, 4160.0, 4140.0, 4150.0, 4141.0, 4160.0, 4142.0, 4161.0, 4130.0, 4149.0, 4138.0, 4149.0, 4169.0, 4148.0, 4147.0, 4117.0, 4179.0, 4127.0, 4167.0, 4138.0, 4157.0, 4117.0, 4136.0, 4116.0, 4125.0, 4117.0, 4153.0, 4133.0, 4164.0, 4142.0, 4139.0, 4117.0, 4149.0, 4129.0, 4180.0, 4141.0, 4191.0, 4140.0, 4160.0, 4130.0, 4129.0, 4128.0, 4160.0, 4159.0, 4181.0, 4150.0, 4116.0, 4117.0, 4107.0, 4126.0, 4138.0, 4129.0, 4134.0, 4144.0, 4118.0, 4116.0, 4115.0, 4117.0, 4116.0, 4118.0, 4117.0, 4118.0, 4137.0, 4117.0, 4158.0, 4119.0, 4128.0, 4118.0, 4128.0, 4119.0, 4129.0, 4141.0, 4129.0, 4140.0, 4128.0, 4129.0, 4179.0, 4129.0, 4168.0, 4128.0, 4117.0, 4118.0, 4129.0, 4128.0, 4128.0, 4141.0, 4130.0, 4141.0, 4131.0, 4140.0, 4138.0, 4129.0, 4189.0, 4139.0, 4191.0, 4132.0, 4147.0, 4116.0, 4146.0, 4128.0, 4157.0, 4116.0, 4136.0, 4117.0, 4136.0, 4116.0, 4137.0, 4128.0, 4127.0, 4129.0, 4119.0, 4169.0, 4130.0, 4151.0, 4130.0, 4129.0, 4128.0, 4137.0, 4148.0, 4148.0, 4118.0, 4167.0, 4117.0, 4147.0, 4126.0, 4146.0, 4117.0, 4136.0, 4117.0, 4126.0, 4117.0, 4127.0, 4117.0, 4129.0, 4127.0, 4117.0, 4116.0, 4117.0, 4116.0, 4128.0, 4128.0, 4118.0, 4127.0, 4118.0, 4117.0, 4127.0, 4138.0, 4118.0, 4148.0, 4118.0, 4157.0, 4118.0, 4147.0, 4153.0, 4171.0, 4129.0, 4150.0, 4139.0, 4158.0, 4138.0, 4169.0, 4151.0, 4157.0, 4117.0, 4172.0, 4140.0, 4157.0, 4138.0, 4166.0, 4116.0, 4135.0, 4124.0, 4125.0, 4125.0, 4134.0, 4116.0, 4136.0, 4126.0, 4114.0, 4125.0, 4125.0], 'WindowWidth': [9362.0, 9259.0, 9298.0, 9243.0, 9263.0, 9189.0, 9209.0, 9164.0, 9156.0, 9129.0, 9145.0, 9141.0, 9169.0, 9183.0, 9156.0, 9142.0, 9141.0, 9195.0, 9148.0, 9184.0, 9125.0, 9145.0, 9147.0, 9168.0, 9147.0, 9185.0, 9166.0, 9215.0, 9166.0, 9201.0, 9158.0, 9181.0, 9127.0, 9199.0, 9129.0, 9168.0, 9143.0, 9150.0, 9139.0, 9165.0, 9143.0, 9168.0, 9147.0, 9176.0, 9182.0, 9185.0, 9164.0, 9177.0, 9170.0, 9223.0, 9169.0, 9235.0, 9180.0, 9248.0, 9191.0, 9212.0, 9148.0, 9199.0, 9147.0, 9196.0, 9157.0, 9128.0, 9128.0, 9142.0, 9126.0, 9224.0, 9156.0, 9224.0, 9155.0, 9192.0, 9124.0, 9161.0, 9145.0, 9165.0, 9141.0, 9140.0, 9143.0, 9158.0, 9162.0, 9169.0, 9164.0, 9220.0, 9167.0, 9193.0, 9165.0, 9164.0, 9150.0, 9215.0, 9183.0, 9220.0, 9165.0, 9153.0, 9168.0, 9155.0, 9206.0, 9155.0, 9219.0, 9168.0, 9203.0, 9170.0, 9191.0, 9165.0, 9190.0, 9163.0, 9218.0, 9161.0, 9185.0, 9150.0, 9171.0, 9161.0, 9173.0, 9161.0, 9187.0, 9161.0, 9158.0, 9161.0, 9157.0, 9199.0, 9156.0, 9242.0, 9157.0, 9197.0, 9160.0, 9182.0, 9159.0, 9184.0, 9166.0, 9185.0, 9163.0, 9173.0, 9163.0, 9187.0, 9177.0, 9190.0, 9165.0, 9201.0, 9164.0, 9187.0, 9162.0, 9187.0, 9159.0, 9189.0, 9157.0, 9160.0, 9158.0, 9158.0, 9209.0, 9159.0, 9198.0, 9159.0, 9211.0, 9147.0, 9187.0, 9164.0, 9186.0, 9162.0, 9203.0, 9181.0, 9231.0, 9165.0, 9205.0, 9164.0, 9191.0, 9164.0, 9189.0, 9165.0, 9204.0, 9166.0, 9178.0, 9169.0, 9191.0, 9168.0, 9190.0, 9168.0, 9205.0, 9166.0, 9235.0, 9166.0, 9179.0, 9181.0, 9175.0, 9167.0, 9194.0, 9184.0, 9224.0, 9172.0, 9213.0, 9171.0, 9223.0, 9191.0, 9255.0, 9202.0, 9199.0, 9177.0, 9173.0, 9154.0, 9220.0, 9165.0, 9235.0, 9209.0, 9167.0, 9153.0, 9206.0, 9148.0, 9245.0, 9175.0, 9243.0, 9176.0, 9215.0, 9147.0, 9200.0, 9146.0, 9197.0, 9172.0, 9196.0, 9130.0, 9154.0, 9129.0, 9154.0, 9138.0, 9153.0, 9141.0, 9169.0, 9140.0, 9155.0, 9148.0, 9140.0, 9142.0, 9171.0, 9157.0, 9174.0, 9148.0, 9176.0, 9164.0, 9164.0, 9214.0, 9173.0, 9242.0, 9214.0, 9210.0, 9143.0, 9197.0, 9144.0, 9178.0, 9145.0, 9194.0, 9144.0, 9154.0, 9145.0, 9156.0, 9147.0, 9156.0, 9157.0, 9169.0, 9170.0, 9141.0, 9182.0, 9141.0, 9178.0, 9142.0, 9179.0, 9157.0, 9196.0, 9147.0, 9159.0, 9148.0, 9157.0, 9160.0, 9171.0, 9168.0, 9218.0, 9156.0, 9204.0, 9165.0, 9200.0, 9163.0, 9242.0, 9177.0, 9229.0, 9134.0, 9168.0, 9159.0, 9182.0, 9159.0, 9195.0, 9145.0, 9169.0, 9159.0, 9166.0, 9159.0, 9185.0, 9145.0, 9169.0, 9159.0, 9170.0, 9154.0, 9166.0, 9153.0, 9138.0, 9139.0, 9142.0, 9166.0, 9138.0, 9194.0, 9156.0, 9208.0, 9141.0, 9167.0, 9143.0, 9153.0, 9158.0, 9168.0, 9160.0, 9172.0, 9163.0, 9190.0, 9167.0, 9201.0, 9167.0, 9229.0, 9190.0, 9212.0, 9146.0, 9182.0, 9143.0, 9169.0, 9140.0, 9168.0, 9167.0, 9198.0, 9140.0, 9154.0, 9146.0, 9154.0, 9140.0, 9155.0, 9144.0, 9185.0, 9145.0, 9169.0, 9148.0, 9156.0, 9143.0, 9155.0, 9153.0, 9170.0, 9209.0, 9154.0, 9169.0, 9140.0, 9177.0, 9139.0, 9180.0, 9157.0, 9171.0, 9146.0, 9161.0, 9149.0, 9199.0, 9150.0, 9215.0, 9163.0, 9202.0, 9152.0, 9189.0, 9149.0, 9187.0, 9163.0, 9215.0, 9174.0, 9196.0, 9146.0, 9155.0, 9143.0, 9143.0, 9141.0, 9140.0, 9209.0, 9155.0, 9142.0, 9144.0, 9159.0, 9161.0, 9160.0, 9146.0, 9187.0, 9148.0, 9163.0, 9164.0, 9179.0, 9165.0, 9164.0, 9180.0, 9178.0, 9166.0, 9221.0, 9150.0, 9230.0, 9175.0, 9203.0, 9148.0, 9149.0, 9163.0, 9200.0, 9160.0, 9229.0, 9176.0, 9174.0, 9146.0, 9202.0, 9159.0, 9227.0, 9172.0, 9227.0, 9156.0, 9210.0, 9145.0, 9179.0, 9144.0, 9164.0, 9144.0, 9154.0, 9148.0, 9159.0, 9162.0, 9172.0, 9162.0, 9200.0, 9148.0, 9160.0, 9148.0, 9159.0, 9162.0, 9170.0, 9167.0, 9187.0, 9168.0, 9174.0, 9167.0, 9190.0, 9164.0, 9216.0, 9152.0, 9173.0, 9152.0, 9176.0, 9167.0, 9190.0, 9167.0, 9256.0, 9292.0, 9221.0, 9169.0, 9182.0, 9160.0, 9166.0, 9150.0, 9155.0, 9177.0, 9168.0, 9204.0, 9164.0, 9233.0, 9149.0, 9185.0, 9160.0, 9156.0, 9161.0, 9170.0, 9143.0, 9155.0, 9147.0, 9155.0, 9149.0, 9185.0, 9148.0, 9216.0, 9145.0, 9184.0, 9144.0, 9166.0, 9155.0, 9167.0, 9152.0, 9169.0, 9139.0, 9140.0, 9143.0, 9153.0, 9155.0, 9170.0, 9144.0, 9154.0, 9146.0, 9152.0, 9142.0, 9154.0, 9143.0, 9170.0, 9142.0, 9152.0, 9144.0, 9153.0, 9143.0, 9153.0, 9145.0, 9187.0, 9147.0, 9173.0, 9163.0, 9170.0, 9164.0, 9188.0, 9165.0, 9215.0, 9150.0, 9202.0, 9151.0, 9188.0, 9164.0, 9214.0, 9178.0, 9214.0, 9148.0, 9187.0, 9162.0, 9198.0, 9150.0, 9211.0, 9144.0, 9199.0, 9154.0, 9146.0, 9146.0, 9148.0, 9179.0, 9154.0, 9167.0, 9223.0, 9185.0, 9240.0, 9168.0, 9204.0, 9162.0, 9245.0, 9191.0, 9228.0, 9173.0, 9145.0, 9145.0, 9142.0, 9143.0, 9153.0, 9160.0, 9145.0, 9131.0, 9161.0, 9146.0, 9143.0, 9159.0, 9159.0, 9160.0, 9163.0, 9146.0, 9145.0, 9145.0, 9158.0, 9159.0, 9187.0, 9148.0, 9147.0, 9148.0, 9144.0, 9163.0, 9188.0, 9166.0, 9177.0, 9152.0, 9162.0, 9163.0, 9228.0, 9177.0, 9245.0, 9173.0, 9230.0, 9145.0, 9193.0, 9169.0, 9207.0, 9172.0, 9180.0, 9130.0, 9152.0, 9125.0, 9163.0, 9152.0, 9193.0, 9125.0, 9147.0, 9135.0, 9135.0, 9124.0, 9149.0, 9141.0, 9154.0, 9147.0, 9156.0, 9160.0, 9170.0, 9147.0, 9184.0, 9145.0, 9153.0, 9142.0, 9140.0, 9144.0, 9169.0, 9132.0, 9172.0, 9147.0, 9172.0, 9163.0, 9187.0, 9164.0, 9190.0, 9155.0, 9190.0, 9166.0, 9202.0, 9182.0, 9230.0, 9164.0, 9217.0, 9147.0, 9211.0, 9175.0, 9227.0, 9173.0, 9198.0, 9145.0, 9184.0, 9148.0, 9185.0, 9147.0, 9197.0, 9163.0, 9189.0, 9152.0, 9175.0, 9165.0, 9190.0, 9167.0, 9218.0, 9170.0, 9207.0, 9167.0, 9207.0, 9167.0, 9232.0, 9181.0, 9218.0, 9151.0, 9200.0, 9163.0, 9200.0, 9183.0, 9214.0, 9149.0, 9199.0, 9162.0, 9199.0, 9176.0, 9212.0, 9161.0, 9186.0, 9146.0, 9155.0, 9144.0, 9155.0, 9142.0, 9157.0, 9144.0, 9145.0, 9154.0, 9143.0, 9157.0, 9145.0, 9159.0, 9146.0, 9161.0, 9162.0, 9161.0, 9179.0, 9162.0, 9176.0, 9164.0, 9163.0, 9162.0, 9163.0, 9149.0, 9190.0, 9148.0, 9178.0, 9166.0, 9163.0, 9166.0, 9188.0, 9151.0, 9203.0, 9151.0, 9172.0, 9166.0, 9187.0, 9163.0, 9216.0, 9161.0, 9170.0, 9150.0, 9172.0, 9147.0, 9172.0, 9143.0, 9154.0, 9143.0, 9154.0, 9144.0, 9169.0, 9131.0, 9170.0, 9160.0, 9171.0, 9162.0, 9173.0, 9161.0, 9190.0, 9150.0, 9176.0, 9166.0, 9176.0, 9181.0, 9191.0, 9167.0, 9191.0, 9169.0, 9178.0, 9168.0, 9192.0, 9170.0, 9191.0, 9169.0, 9190.0, 9165.0, 9175.0, 9165.0, 9175.0, 9163.0, 9176.0, 9163.0, 9162.0, 9163.0, 9160.0, 9162.0, 9163.0, 9168.0, 9183.0, 9193.0, 9188.0, 9186.0, 9190.0, 9186.0, 9216.0, 9200.0, 9189.0, 9244.0, 9172.0, 9266.0, 9180.0, 9249.0, 9196.0, 9206.0, 9224.0, 9156.0, 9210.0, 9154.0, 9202.0, 9164.0, 9248.0, 9195.0, 9231.0, 9148.0, 9173.0, 9141.0, 9154.0, 9141.0, 9168.0, 9139.0, 9143.0, 9141.0, 9142.0, 9195.0, 9141.0, 9193.0, 9143.0, 9182.0, 9145.0, 9182.0, 9146.0, 9180.0, 9145.0, 9209.0, 9144.0, 9168.0, 9143.0, 9167.0, 9140.0, 9139.0, 9144.0, 9158.0, 9161.0, 9170.0, 9182.0, 9189.0, 9189.0, 9177.0, 9201.0, 9170.0, 9265.0, 9226.0, 9248.0, 9192.0, 9214.0, 9146.0, 9197.0, 9157.0, 9184.0, 9131.0, 9153.0, 9137.0, 9152.0, 9138.0, 9154.0, 9193.0, 9155.0, 9238.0, 9155.0, 9194.0, 9139.0, 9149.0, 9124.0, 9150.0, 9128.0, 9153.0, 9143.0, 9154.0, 9159.0, 9172.0, 9151.0, 9202.0, 9164.0, 9173.0, 9160.0, 9170.0, 9146.0, 9187.0, 9148.0, 9188.0, 9163.0, 9175.0, 9146.0, 9174.0, 9185.0, 9173.0, 9244.0, 9145.0, 9213.0, 9155.0, 9179.0, 9141.0, 9166.0, 9146.0, 9157.0, 9148.0, 9171.0, 9149.0, 9188.0, 9151.0, 9175.0, 9164.0, 9175.0, 9146.0, 9174.0, 9199.0, 9173.0, 9145.0, 9161.0, 9172.0, 9159.0, 9170.0, 9150.0, 9189.0, 9168.0, 9194.0, 9171.0, 9221.0, 9183.0, 9233.0, 9197.0, 9206.0, 9170.0, 9233.0, 9164.0, 9232.0, 9177.0, 9230.0, 9163.0, 9213.0, 9163.0, 9186.0, 9163.0, 9186.0, 9163.0, 9199.0, 9165.0, 9176.0, 9165.0, 9175.0, 9166.0, 9204.0, 9179.0, 9188.0, 9166.0, 9176.0, 9167.0, 9188.0, 9152.0, 9188.0, 9153.0, 9188.0, 9164.0, 9161.0, 9162.0, 9162.0, 9147.0, 9193.0, 9181.0, 9186.0, 9171.0, 9167.0, 9179.0, 9168.0, 9180.0, 9186.0, 9172.0, 9185.0, 9186.0, 9185.0, 9197.0, 9182.0, 9236.0, 9181.0, 9222.0, 9166.0, 9219.0, 9165.0, 9204.0, 9166.0, 9206.0, 9151.0, 9160.0, 9162.0, 9158.0, 9163.0, 9161.0, 9166.0, 9163.0, 9165.0, 9164.0, 9152.0, 9208.0, 9182.0, 9196.0, 9165.0, 9177.0, 9165.0, 9193.0, 9171.0, 9236.0, 9184.0, 9210.0, 9185.0, 9157.0, 9167.0, 9154.0, 9168.0, 9221.0, 9184.0, 9156.0, 9189.0, 9192.0, 9198.0, 9248.0, 9210.0, 9233.0, 9177.0, 9176.0, 9180.0, 9190.0, 9179.0, 9220.0, 9185.0, 9219.0, 9177.0, 9206.0, 9180.0, 9176.0, 9183.0, 9156.0, 9185.0, 9201.0, 9184.0, 9208.0, 9210.0, 9183.0, 9194.0, 9182.0, 9203.0, 9165.0, 9232.0, 9192.0, 9232.0, 9179.0, 9189.0, 9176.0, 9185.0, 9162.0, 9186.0, 9163.0, 9173.0, 9178.0, 9176.0, 9179.0, 9188.0, 9167.0, 9216.0, 9182.0, 9203.0, 9179.0, 9202.0, 9163.0, 9237.0, 9205.0, 9211.0, 9227.0, 9194.0, 9177.0, 9178.0, 9206.0, 9197.0, 9208.0, 9184.0, 9186.0, 9242.0, 9204.0, 9273.0, 9173.0, 9208.0, 9179.0, 9231.0, 9224.0, 9218.0, 9175.0, 9185.0, 9157.0, 9182.0, 9156.0, 9209.0, 9156.0, 9181.0, 9140.0, 9179.0, 9155.0, 9193.0, 9143.0, 9183.0, 9159.0, 9182.0, 9176.0, 9183.0, 9161.0, 9186.0, 9163.0, 9172.0, 9177.0, 9188.0, 9166.0, 9204.0, 9183.0, 9180.0, 9183.0, 9196.0, 9186.0, 9196.0, 9184.0, 9211.0, 9186.0, 9181.0, 9184.0, 9181.0, 9181.0, 9179.0, 9199.0, 9207.0, 9179.0, 9179.0, 9164.0, 9190.0, 9165.0, 9233.0, 9179.0, 9219.0, 9166.0, 9203.0, 9178.0, 9203.0, 9181.0, 9206.0, 9182.0, 9206.0, 9183.0, 9207.0, 9196.0, 9192.0, 9182.0, 9179.0, 9184.0, 9183.0, 9184.0, 9204.0, 9203.0, 9207.0, 9219.0, 9209.0, 9231.0, 9204.0, 9216.0, 9207.0, 9230.0, 9209.0, 9232.0, 9193.0, 9215.0, 9199.0, 9214.0, 9239.0, 9211.0, 9209.0, 9167.0, 9254.0, 9181.0, 9235.0, 9196.0, 9221.0, 9168.0, 9191.0, 9166.0, 9176.0, 9168.0, 9229.0, 9200.0, 9242.0, 9208.0, 9200.0, 9168.0, 9214.0, 9186.0, 9255.0, 9206.0, 9271.0, 9202.0, 9229.0, 9189.0, 9188.0, 9183.0, 9227.0, 9227.0, 9256.0, 9213.0, 9166.0, 9166.0, 9153.0, 9177.0, 9196.0, 9185.0, 9205.0, 9219.0, 9171.0, 9165.0, 9160.0, 9165.0, 9163.0, 9170.0, 9168.0, 9171.0, 9195.0, 9169.0, 9221.0, 9172.0, 9186.0, 9172.0, 9183.0, 9173.0, 9186.0, 9204.0, 9187.0, 9202.0, 9185.0, 9187.0, 9253.0, 9186.0, 9236.0, 9183.0, 9168.0, 9172.0, 9187.0, 9186.0, 9185.0, 9204.0, 9189.0, 9207.0, 9194.0, 9203.0, 9199.0, 9185.0, 9268.0, 9201.0, 9275.0, 9197.0, 9209.0, 9167.0, 9205.0, 9185.0, 9221.0, 9167.0, 9190.0, 9169.0, 9191.0, 9166.0, 9194.0, 9184.0, 9183.0, 9186.0, 9176.0, 9242.0, 9190.0, 9221.0, 9192.0, 9188.0, 9185.0, 9196.0, 9212.0, 9212.0, 9170.0, 9234.0, 9167.0, 9207.0, 9179.0, 9205.0, 9168.0, 9191.0, 9168.0, 9177.0, 9168.0, 9181.0, 9169.0, 9188.0, 9182.0, 9169.0, 9165.0, 9169.0, 9166.0, 9184.0, 9184.0, 9172.0, 9182.0, 9172.0, 9170.0, 9183.0, 9198.0, 9173.0, 9211.0, 9171.0, 9222.0, 9171.0, 9208.0, 9231.0, 9249.0, 9190.0, 9217.0, 9202.0, 9225.0, 9200.0, 9240.0, 9222.0, 9223.0, 9170.0, 9250.0, 9208.0, 9224.0, 9196.0, 9231.0, 9164.0, 9190.0, 9176.0, 9174.0, 9176.0, 9187.0, 9166.0, 9190.0, 9181.0, 9162.0, 9176.0, 9176.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.0025990053151100988</td></tr>
<tr><td colspan=3>aqi</td><td>0.02487948405466971</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.85979121066875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2016285261930095</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0375049400987848</td></tr>
<tr><td colspan=3>efc</td><td>0.4965</td></tr>
<tr><td colspan=3>fber</td><td>3569.5029</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.07575059842488342</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>30</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.277904328018223</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5199798018546655</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5828433929656693</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.625695846489442</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.351400166108885</td></tr>
<tr><td colspan=3>gcor</td><td>0.0055248</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0038931870367377996</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02365179732441902</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1317</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.925449382676201</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>26.881</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.5501</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>197.9509</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>58.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295908.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>900.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>385.1721</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.6833</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>558.4949</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3297.8533</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3441.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80636.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1192.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4353.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>876.5821</td></tr>
<tr><td colspan=3>tsnr</td><td>35.604467484517954</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>