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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0115_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0115/ses-04/func/sub-0115_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>6063925ca24baddddd655a3bed9b3eb6</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:14:39.480000</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-02_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-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</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.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>6380a933-21ab-4c6f-adbf-5925f8f70d33||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': ['191439.480000', '191439.940000', '191440.400000', '191440.860000', '191441.320000', '191441.780000', '191442.240000', '191442.700000', '191443.160000', '191443.620000', '191444.080000', '191444.540000', '191445.000000', '191445.460000', '191445.920000', '191446.380000', '191446.840000', '191447.300000', '191447.760000', '191448.220000', '191448.680000', '191449.140000', '191449.600000', '191450.060000', '191450.520000', '191450.980000', '191451.440000', '191451.900000', '191452.360000', '191452.820000', '191453.280000', '191453.740000', '191454.200000', '191454.660000', '191455.120000', '191455.580000', '191456.040000', '191456.500000', '191456.960000', '191457.420000', '191457.880000', '191458.340000', '191458.800000', '191459.260000', '191459.720000', '191500.180000', '191500.640000', '191501.100000', '191501.560000', '191502.020000', '191502.480000', '191502.940000', '191503.400000', '191503.860000', '191504.320000', '191504.780000', '191505.240000', '191505.700000', '191506.160000', '191506.620000', '191507.080000', '191507.540000', '191508.000000', '191508.460000', '191508.920000', '191509.380000', '191509.840000', '191510.300000', '191510.760000', '191511.220000', '191511.680000', '191512.140000', '191512.600000', '191513.060000', '191513.520000', '191513.980000', '191514.440000', '191514.900000', '191515.360000', '191515.820000', '191516.280000', '191516.740000', '191517.200000', '191517.660000', '191518.120000', '191518.580000', '191519.040000', '191519.500000', '191519.960000', '191520.420000', '191520.880000', '191521.340000', '191521.800000', '191522.260000', '191522.720000', '191523.180000', '191523.640000', '191524.100000', '191524.560000', '191525.020000', '191525.480000', '191525.940000', '191526.400000', '191526.860000', '191527.320000', '191527.780000', '191528.240000', '191528.700000', '191529.160000', '191529.620000', '191530.080000', '191530.540000', '191531.000000', '191531.460000', '191531.920000', '191532.380000', '191532.840000', '191533.300000', '191533.760000', '191534.220000', '191534.680000', '191535.140000', '191535.600000', '191536.060000', '191536.520000', '191536.980000', '191537.440000', '191537.900000', '191538.360000', '191538.820000', '191539.280000', '191539.740000', '191540.200000', '191540.660000', '191541.120000', '191541.580000', '191542.040000', '191542.500000', '191542.960000', '191543.420000', '191543.880000', '191544.340000', '191544.800000', '191545.260000', '191545.720000', '191546.180000', '191546.640000', '191547.100000', '191547.560000', '191548.020000', '191548.480000', '191548.940000', '191549.400000', '191549.860000', '191550.320000', '191550.780000', '191551.240000', '191551.700000', '191552.160000', '191552.620000', '191553.080000', '191553.540000', '191554.000000', '191554.460000', '191554.920000', '191555.380000', '191555.840000', '191556.300000', '191556.760000', '191557.220000', '191557.680000', '191558.140000', '191558.600000', '191559.060000', '191559.520000', '191559.980000', '191600.440000', '191600.900000', '191601.360000', '191601.820000', '191602.280000', '191602.740000', '191603.200000', '191603.660000', '191604.120000', '191604.580000', '191605.040000', '191605.500000', '191605.960000', '191606.420000', '191606.880000', '191607.340000', '191607.800000', '191608.260000', '191608.720000', '191609.180000', '191609.640000', '191610.100000', '191610.560000', '191611.020000', '191611.480000', '191611.940000', '191612.400000', '191612.860000', '191613.320000', '191613.780000', '191614.240000', '191614.700000', '191615.160000', '191615.620000', '191616.080000', '191616.540000', '191617.000000', '191617.460000', '191617.920000', '191618.380000', '191618.840000', '191619.300000', '191619.760000', '191620.220000', '191620.680000', '191621.140000', '191621.600000', '191622.060000', '191622.520000', '191622.980000', '191623.440000', '191623.900000', '191624.360000', '191624.820000', '191625.280000', '191625.740000', '191626.200000', '191626.660000', '191627.120000', '191627.580000', '191628.040000', '191628.500000', '191628.960000', '191629.420000', '191629.880000', '191630.340000', '191630.800000', '191631.260000', '191631.720000', '191632.180000', '191632.640000', '191633.100000', '191633.560000', '191634.020000', '191634.480000', '191634.940000', '191635.400000', '191635.860000', '191636.320000', '191636.780000', '191637.240000', '191637.700000', '191638.160000', '191638.620000', '191639.080000', '191639.540000', '191640.000000', '191640.460000', '191640.920000', '191641.380000', '191641.840000', '191642.300000', '191642.760000', '191643.220000', '191643.680000', '191644.140000', '191644.600000', '191645.060000', '191645.520000', '191645.980000', '191646.440000', '191646.900000', '191647.360000', '191647.820000', '191648.280000', '191648.740000', '191649.200000', '191649.660000', '191650.120000', '191650.580000', '191651.040000', '191651.500000', '191651.960000', '191652.420000', '191652.880000', '191653.340000', '191653.800000', '191654.260000', '191654.720000', '191655.180000', '191655.640000', '191656.100000', '191656.560000', '191657.020000', '191657.480000', '191657.940000', '191658.400000', '191658.860000', '191659.320000', '191659.780000', '191700.240000', '191700.700000', '191701.160000', '191701.620000', '191702.080000', '191702.540000', '191703.000000', '191703.460000', '191703.920000', '191704.380000', '191704.840000', '191705.300000', '191705.760000', '191706.220000', '191706.680000', '191707.140000', '191707.600000', '191708.060000', '191708.520000', '191708.980000', '191709.440000', '191709.900000', '191710.360000', '191710.820000', '191711.280000', '191711.740000', '191712.200000', '191712.660000', '191713.120000', '191713.580000', '191714.040000', '191714.500000', '191714.960000', '191715.420000', '191715.880000', '191716.340000', '191716.800000', '191717.260000', '191717.720000', '191718.180000', '191718.640000', '191719.100000', '191719.560000', '191720.020000', '191720.480000', '191720.940000', '191721.400000', '191721.860000', '191722.320000', '191722.780000', '191723.240000', '191723.700000', '191724.160000', '191724.620000', '191725.080000', '191725.540000', '191726.000000', '191726.460000', '191726.920000', '191727.380000', '191727.840000', '191728.300000', '191728.760000', '191729.220000', '191729.680000', '191730.140000', '191730.600000', '191731.060000', '191731.520000', '191731.980000', '191732.440000', '191732.900000', '191733.360000', '191733.820000', '191734.280000', '191734.740000', '191735.200000', '191735.660000', '191736.120000', '191736.580000', '191737.040000', '191737.500000', '191737.960000', '191738.420000', '191738.880000', '191739.340000', '191739.800000', '191740.260000', '191740.720000', '191741.180000', '191741.640000', '191742.100000', '191742.560000', '191743.020000', '191743.480000', '191743.940000', '191744.400000', '191744.860000', '191745.320000', '191745.780000', '191746.240000', '191746.700000', '191747.160000', '191747.620000', '191748.080000', '191748.540000', '191749.000000', '191749.460000', '191749.920000', '191750.380000', '191750.840000', '191751.300000', '191751.760000', '191752.220000', '191752.680000', '191753.140000', '191753.600000', '191754.060000', '191754.520000', '191754.980000', '191755.440000', '191755.900000', '191756.360000', '191756.820000', '191757.280000', '191757.740000', '191758.200000', '191758.660000', '191759.120000', '191759.580000', '191800.040000', '191800.500000', '191800.960000', '191801.420000', '191801.880000', '191802.340000', '191802.800000', '191803.260000', '191803.720000', '191804.180000', '191804.640000', '191805.100000', '191805.560000', '191806.020000', '191806.480000', '191806.940000', '191807.400000', '191807.860000', '191808.320000', '191808.780000', '191809.240000', '191809.700000', '191810.160000', '191810.620000', '191811.080000', '191811.540000', '191812.000000', '191812.460000', '191812.920000', '191813.380000', '191813.840000', '191814.300000', '191814.760000', '191815.220000', '191815.680000', '191816.140000', '191816.600000', '191817.060000', '191817.520000', '191817.980000', '191818.440000', '191818.900000', '191819.360000', '191819.820000', '191820.280000', '191820.740000', '191821.200000', '191821.660000', '191822.120000', '191822.580000', '191823.040000', '191823.500000', '191823.960000', '191824.420000', '191824.880000', '191825.340000', '191825.800000', '191826.260000', '191826.720000', '191827.180000', '191827.640000', '191828.100000', '191828.560000', '191829.020000', '191829.480000', '191829.940000', '191830.400000', '191830.860000', '191831.320000', '191831.780000', '191832.240000', '191832.700000', '191833.160000', '191833.620000', '191834.080000', '191834.540000', '191835.000000', '191835.460000', '191835.920000', '191836.380000', '191836.840000', '191837.300000', '191837.760000', '191838.220000', '191838.680000', '191839.140000', '191839.600000', '191840.060000', '191840.520000', '191840.980000', '191841.440000', '191841.900000', '191842.360000', '191842.820000', '191843.280000', '191843.740000', '191844.200000', '191844.660000', '191845.120000', '191845.580000', '191846.040000', '191846.500000', '191846.960000', '191847.420000', '191847.880000', '191848.340000', '191848.800000', '191849.260000', '191849.720000', '191850.180000', '191850.640000', '191851.100000', '191851.560000', '191852.020000', '191852.480000', '191852.940000', '191853.400000', '191853.860000', '191854.320000', '191854.780000', '191855.240000', '191855.700000', '191856.160000', '191856.620000', '191857.080000', '191857.540000', '191858.000000', '191858.460000', '191858.920000', '191859.380000', '191859.840000', '191900.300000', '191900.760000', '191901.220000', '191901.680000', '191902.140000', '191902.600000', '191903.060000', '191903.520000', '191903.980000', '191904.440000', '191904.900000', '191905.360000', '191905.820000', '191906.280000', '191906.740000', '191907.200000', '191907.660000', '191908.120000', '191908.580000', '191909.040000', '191909.500000', '191909.960000', '191910.420000', '191910.880000', '191911.340000', '191911.800000', '191912.260000', '191912.720000', '191913.180000', '191913.640000', '191914.100000', '191914.560000', '191915.020000', '191915.480000', '191915.940000', '191916.400000', '191916.860000', '191917.320000', '191917.780000', '191918.240000', '191918.700000', '191919.160000', '191919.620000', '191920.080000', '191920.540000', '191921.000000', '191921.460000', '191921.920000', '191922.380000', '191922.840000', '191923.300000', '191923.760000', '191924.220000', '191924.680000', '191925.140000', '191925.600000', '191926.060000', '191926.520000', '191926.980000', '191927.440000', '191927.900000', '191928.360000', '191928.820000', '191929.280000', '191929.740000', '191930.200000', '191930.660000', '191931.120000', '191931.580000', '191932.040000', '191932.500000', '191932.960000', '191933.420000', '191933.880000', '191934.340000', '191934.800000', '191935.260000', '191935.720000', '191936.180000', '191936.640000', '191937.100000', '191937.560000', '191938.020000', '191938.480000', '191938.940000', '191939.400000', '191939.860000', '191940.320000', '191940.780000', '191941.240000', '191941.700000', '191942.160000', '191942.620000', '191943.080000', '191943.540000', '191944.000000', '191944.460000', '191944.920000', '191945.380000', '191945.840000', '191946.300000', '191946.760000', '191947.220000', '191947.680000', '191948.140000', '191948.600000', '191949.060000', '191949.520000', '191949.980000', '191950.440000', '191950.900000', '191951.360000', '191951.820000', '191952.280000', '191952.740000', '191953.200000', '191953.660000', '191954.120000', '191954.580000', '191955.040000', '191955.500000', '191955.960000', '191956.420000', '191956.880000', '191957.340000', '191957.800000', '191958.260000', '191958.720000', '191959.180000', '191959.640000', '192000.100000', '192000.560000', '192001.020000', '192001.480000', '192001.940000', '192002.400000', '192002.860000', '192003.320000', '192003.780000', '192004.240000', '192004.700000', '192005.160000', '192005.620000', '192006.080000', '192006.540000', '192007.000000', '192007.460000', '192007.920000', '192008.380000', '192008.840000', '192009.300000', '192009.760000', '192010.220000', '192010.680000', '192011.140000', '192011.600000', '192012.060000', '192012.520000', '192012.980000', '192013.440000', '192013.900000', '192014.360000', '192014.820000', '192015.280000', '192015.740000', '192016.200000', '192016.660000', '192017.120000', '192017.580000', '192018.040000', '192018.500000', '192018.960000', '192019.420000', '192019.880000', '192020.340000', '192020.800000', '192021.260000', '192021.720000', '192022.180000', '192022.640000', '192023.100000', '192023.560000', '192024.020000', '192024.480000', '192024.940000', '192025.400000', '192025.860000', '192026.320000', '192026.780000', '192027.240000', '192027.700000', '192028.160000', '192028.620000', '192029.080000', '192029.540000', '192030.000000', '192030.460000', '192030.920000', '192031.380000', '192031.840000', '192032.300000', '192032.760000', '192033.220000', '192033.680000', '192034.140000', '192034.600000', '192035.060000', '192035.520000', '192035.980000', '192036.440000', '192036.900000', '192037.360000', '192037.820000', '192038.280000', '192038.740000', '192039.200000', '192039.660000', '192040.120000', '192040.580000', '192041.040000', '192041.500000', '192041.960000', '192042.420000', '192042.880000', '192043.340000', '192043.800000', '192044.260000', '192044.720000', '192045.180000', '192045.640000', '192046.100000', '192046.560000', '192047.020000', '192047.480000', '192047.940000', '192048.400000', '192048.860000', '192049.320000', '192049.780000', '192050.240000', '192050.700000', '192051.160000', '192051.620000', '192052.080000', '192052.540000', '192053.000000', '192053.460000', '192053.920000', '192054.380000', '192054.840000', '192055.300000', '192055.760000', '192056.220000', '192056.680000', '192057.140000', '192057.600000', '192058.060000', '192058.520000', '192058.980000', '192059.440000', '192059.900000', '192100.360000', '192100.820000', '192101.280000', '192101.740000', '192102.200000', '192102.660000', '192103.120000', '192103.580000', '192104.040000', '192104.500000', '192104.960000', '192105.420000', '192105.880000', '192106.340000', '192106.800000', '192107.260000', '192107.720000', '192108.180000', '192108.640000', '192109.100000', '192109.560000', '192110.020000', '192110.480000', '192110.940000', '192111.400000', '192111.860000', '192112.320000', '192112.780000', '192113.240000', '192113.700000', '192114.160000', '192114.620000', '192115.080000', '192115.540000', '192116.000000', '192116.460000', '192116.920000', '192117.380000', '192117.840000', '192118.300000', '192118.760000', '192119.220000', '192119.680000', '192120.140000', '192120.600000', '192121.060000', '192121.520000', '192121.980000', '192122.440000', '192122.900000', '192123.360000', '192123.820000', '192124.280000', '192124.740000', '192125.200000', '192125.660000', '192126.120000', '192126.580000', '192127.040000', '192127.500000', '192127.960000', '192128.420000', '192128.880000', '192129.340000', '192129.800000', '192130.260000', '192130.720000', '192131.180000', '192131.640000', '192132.100000', '192132.560000', '192133.020000', '192133.480000', '192133.940000', '192134.400000', '192134.860000', '192135.320000', '192135.780000', '192136.240000', '192136.700000', '192137.160000', '192137.620000', '192138.080000', '192138.540000', '192139.000000', '192139.460000', '192139.920000', '192140.380000', '192140.840000', '192141.300000', '192141.760000', '192142.220000', '192142.680000', '192143.140000', '192143.600000', '192144.060000', '192144.520000', '192144.980000', '192145.440000', '192145.900000', '192146.360000', '192146.820000', '192147.280000', '192147.740000', '192148.200000', '192148.660000', '192149.120000', '192149.580000', '192150.040000', '192150.500000', '192150.960000', '192151.420000', '192151.880000', '192152.340000', '192152.800000', '192153.260000', '192153.720000', '192154.180000', '192154.640000', '192155.100000', '192155.560000', '192156.020000', '192156.480000', '192156.940000', '192157.400000', '192157.860000', '192158.320000', '192158.780000', '192159.240000', '192159.700000', '192200.160000', '192200.620000', '192201.080000', '192201.540000', '192202.000000', '192202.460000', '192202.920000', '192203.380000', '192203.840000', '192204.300000', '192204.760000', '192205.220000', '192205.680000', '192206.140000', '192206.600000', '192207.060000', '192207.520000', '192207.980000', '192208.440000', '192208.900000', '192209.360000', '192209.820000', '192210.280000', '192210.740000', '192211.200000', '192211.660000', '192212.120000', '192212.580000', '192213.040000', '192213.500000', '192213.960000', '192214.420000', '192214.880000', '192215.340000', '192215.800000', '192216.260000', '192216.720000', '192217.180000', '192217.640000', '192218.100000', '192218.560000', '192219.020000', '192219.480000', '192219.940000', '192220.400000', '192220.860000', '192221.320000', '192221.780000', '192222.240000', '192222.700000', '192223.160000', '192223.620000', '192224.080000', '192224.540000', '192225.000000', '192225.460000', '192225.920000', '192226.380000', '192226.840000', '192227.300000', '192227.760000', '192228.220000', '192228.680000', '192229.140000', '192229.600000', '192230.060000', '192230.520000', '192230.980000', '192231.440000', '192231.900000', '192232.360000', '192232.820000', '192233.280000', '192233.740000', '192234.200000', '192234.660000', '192235.120000', '192235.580000', '192236.040000', '192236.500000', '192236.960000', '192237.420000', '192237.880000', '192238.340000', '192238.800000', '192239.260000', '192239.720000', '192240.180000', '192240.640000', '192241.100000', '192241.560000', '192242.020000', '192242.480000', '192242.940000', '192243.400000', '192243.860000', '192244.320000', '192244.780000', '192245.240000', '192245.700000', '192246.160000', '192246.620000', '192247.080000', '192247.540000', '192248.000000', '192248.460000', '192248.920000', '192249.380000', '192249.840000', '192250.300000', '192250.760000', '192251.220000', '192251.680000', '192252.140000', '192252.600000', '192253.060000', '192253.520000', '192253.980000', '192254.440000', '192254.900000', '192255.360000', '192255.820000', '192256.280000', '192256.740000', '192257.200000', '192257.660000', '192258.120000', '192258.580000', '192259.040000', '192259.500000', '192259.960000', '192300.420000', '192300.880000', '192301.340000', '192301.800000', '192302.260000', '192302.720000', '192303.180000', '192303.640000', '192304.100000', '192304.560000', '192305.020000', '192305.480000', '192305.940000', '192306.400000', '192306.860000', '192307.320000', '192307.780000', '192308.240000', '192308.700000', '192309.160000', '192309.620000', '192310.080000', '192310.540000', '192311.000000', '192311.460000', '192311.920000', '192312.380000', '192312.840000', '192313.300000', '192313.760000', '192314.220000', '192314.680000', '192315.140000', '192315.600000', '192316.060000', '192316.520000', '192316.980000', '192317.440000', '192317.900000', '192318.360000', '192318.820000', '192319.280000', '192319.740000', '192320.200000', '192320.660000', '192321.120000', '192321.580000', '192322.040000', '192322.500000', '192322.960000', '192323.420000', '192323.880000', '192324.340000', '192324.800000', '192325.260000', '192325.720000', '192326.180000', '192326.640000', '192327.100000', '192327.560000', '192328.020000', '192328.480000', '192328.940000', '192329.400000', '192329.860000', '192330.320000', '192330.780000', '192331.240000', '192331.700000', '192332.160000', '192332.620000', '192333.080000', '192333.540000', '192334.000000', '192334.460000', '192334.920000', '192335.380000', '192335.840000', '192336.300000', '192336.760000', '192337.220000', '192337.680000', '192338.140000', '192338.600000', '192339.060000', '192339.520000', '192339.980000', '192340.440000', '192340.900000', '192341.360000', '192341.820000', '192342.280000', '192342.740000', '192343.200000', '192343.660000', '192344.120000', '192344.580000', '192345.040000', '192345.500000', '192345.960000', '192346.420000', '192346.880000', '192347.340000', '192347.800000', '192348.260000', '192348.720000', '192349.180000', '192349.640000', '192350.100000', '192350.560000', '192351.020000', '192351.480000', '192351.940000', '192352.400000', '192352.860000', '192353.320000', '192353.780000', '192354.240000', '192354.700000', '192355.160000', '192355.620000', '192356.080000', '192356.540000', '192357.000000', '192357.460000', '192357.920000', '192358.380000', '192358.840000', '192359.300000', '192359.760000', '192400.220000', '192400.680000', '192401.140000', '192401.600000', '192402.060000', '192402.520000', '192402.980000', '192403.440000', '192403.900000', '192404.360000', '192404.820000', '192405.280000', '192405.740000', '192406.200000', '192406.660000', '192407.120000', '192407.580000', '192408.040000', '192408.500000', '192408.960000', '192409.420000', '192409.880000', '192410.340000', '192410.800000', '192411.260000', '192411.720000', '192412.180000', '192412.640000', '192413.100000', '192413.560000', '192414.020000', '192414.480000', '192414.940000', '192415.400000', '192415.860000', '192416.320000', '192416.780000', '192417.240000', '192417.700000', '192418.160000', '192418.620000', '192419.080000', '192419.540000', '192420.000000', '192420.460000', '192420.920000', '192421.380000', '192421.840000', '192422.300000', '192422.760000', '192423.220000', '192423.680000', '192424.140000', '192424.600000', '192425.060000', '192425.520000', '192425.980000', '192426.440000', '192426.900000', '192427.360000', '192427.820000', '192428.280000', '192428.740000', '192429.200000', '192429.660000', '192430.120000', '192430.580000', '192431.040000', '192431.500000', '192431.960000', '192432.420000', '192432.880000', '192433.340000', '192433.800000', '192434.260000', '192434.720000', '192435.180000', '192435.640000', '192436.100000', '192436.560000', '192437.020000', '192437.480000', '192437.940000', '192438.400000', '192438.860000', '192439.320000', '192439.780000', '192440.240000', '192440.700000', '192441.160000', '192441.620000', '192442.080000', '192442.540000', '192443.000000', '192443.460000', '192443.920000', '192444.380000', '192444.840000', '192445.300000', '192445.760000', '192446.220000', '192446.680000', '192447.140000'], 'ContentTime': ['191456.785000', '191456.788000', '191456.791000', '191456.794000', '191456.796000', '191456.799000', '191456.801000', '191456.810000', '191456.812000', '191456.815000', '191456.818000', '191456.820000', '191456.823000', '191456.825000', '191456.828000', '191456.830000', '191456.833000', '191456.835000', '191456.838000', '191456.840000', '191456.843000', '191456.845000', '191456.848000', '191456.851000', '191456.853000', '191456.856000', '191456.858000', '191456.861000', '191456.863000', '191456.872000', '191456.874000', '191456.877000', '191456.879000', '191456.882000', '191456.885000', '191456.887000', '191516.739000', '191516.743000', '191516.746000', '191516.749000', '191516.752000', '191516.764000', '191516.766000', '191516.769000', '191516.771000', '191516.774000', '191516.776000', '191516.779000', '191516.781000', '191516.784000', '191516.787000', '191516.789000', '191516.792000', '191516.794000', '191516.797000', '191516.799000', '191516.802000', '191516.805000', '191516.807000', '191516.810000', '191516.812000', '191516.816000', '191516.819000', '191516.821000', '191516.824000', '191516.826000', '191516.829000', '191516.832000', '191516.834000', '191516.837000', '191516.839000', '191516.842000', '191516.844000', '191516.847000', '191516.849000', '191516.852000', '191516.854000', '191516.857000', '191516.859000', '191536.738000', '191536.741000', '191536.744000', '191536.746000', '191536.749000', '191536.751000', '191536.754000', '191536.756000', '191536.759000', '191536.761000', '191536.764000', '191536.767000', '191536.769000', '191536.772000', '191536.774000', '191536.777000', '191536.779000', '191536.782000', '191536.784000', '191536.787000', '191536.789000', '191536.792000', '191536.795000', '191536.797000', '191536.800000', '191536.802000', '191536.805000', '191536.807000', '191536.810000', '191536.812000', '191536.815000', '191536.817000', '191536.820000', '191536.823000', '191536.825000', '191536.828000', '191536.830000', '191536.833000', '191536.835000', '191536.838000', '191536.840000', '191536.843000', '191536.845000', '191536.848000', '191556.740000', '191556.742000', '191556.745000', '191556.748000', '191556.750000', '191556.753000', '191556.755000', '191556.758000', '191556.760000', '191556.763000', '191556.765000', '191556.768000', '191556.770000', '191556.774000', '191556.777000', '191556.780000', '191556.783000', '191556.786000', '191556.788000', '191556.791000', '191556.793000', '191556.796000', '191556.799000', '191556.801000', '191556.804000', '191556.806000', '191556.809000', '191556.812000', '191556.814000', '191556.817000', '191556.819000', '191556.822000', '191556.824000', '191556.827000', '191556.829000', '191556.832000', '191556.834000', '191556.837000', '191556.840000', '191556.842000', '191556.845000', '191556.847000', '191556.850000', '191616.739000', '191616.742000', '191616.745000', '191616.747000', '191616.750000', '191616.752000', '191616.755000', '191616.757000', '191616.760000', '191616.762000', '191616.765000', '191616.767000', '191616.770000', '191616.773000', '191616.775000', '191616.778000', '191616.780000', '191616.783000', '191616.786000', '191616.788000', '191616.791000', '191616.794000', '191616.801000', '191616.804000', '191616.806000', '191616.809000', '191616.812000', '191616.814000', '191616.817000', '191616.819000', '191616.822000', '191616.824000', '191616.827000', '191616.829000', '191616.832000', '191616.834000', '191616.837000', '191616.839000', '191616.842000', '191616.845000', '191616.847000', '191616.850000', '191616.852000', '191616.855000', '191636.739000', '191636.742000', '191636.745000', '191636.748000', '191636.750000', '191636.753000', '191636.755000', '191636.758000', '191636.761000', '191636.763000', '191636.766000', '191636.768000', '191636.771000', '191636.773000', '191636.776000', '191636.779000', '191636.796000', '191636.799000', '191636.802000', '191636.805000', '191636.807000', '191636.810000', '191636.812000', '191636.815000', '191636.817000', '191636.820000', '191636.823000', '191636.825000', '191636.833000', '191636.836000', '191636.838000', '191636.841000', '191636.843000', '191636.846000', '191636.849000', '191636.851000', '191636.854000', '191636.857000', '191636.860000', '191636.862000', '191636.865000', '191636.868000', '191636.870000', '191656.740000', '191656.742000', '191656.745000', '191656.748000', '191656.750000', '191656.753000', '191656.755000', '191656.758000', '191656.760000', '191656.763000', '191656.765000', '191656.768000', '191656.771000', '191656.773000', '191656.776000', '191656.778000', '191656.781000', '191656.783000', '191656.786000', '191656.789000', '191656.791000', '191656.794000', '191656.796000', '191656.799000', '191656.829000', '191656.832000', '191656.834000', '191656.837000', '191656.840000', '191656.842000', '191656.845000', '191656.847000', '191656.850000', '191656.852000', '191656.855000', '191656.858000', '191656.860000', '191656.863000', '191656.865000', '191656.868000', '191656.870000', '191656.873000', '191656.875000', '191656.878000', '191716.740000', '191716.742000', '191716.745000', '191716.748000', '191716.750000', '191716.753000', '191716.755000', '191716.758000', '191716.760000', '191716.763000', '191716.766000', '191716.768000', '191716.771000', '191716.773000', '191716.776000', '191716.786000', '191716.788000', '191716.791000', '191716.793000', '191716.796000', '191716.798000', '191716.801000', '191716.804000', '191716.806000', '191716.809000', '191716.812000', '191716.814000', '191716.817000', '191716.820000', '191716.822000', '191716.825000', '191716.827000', '191716.830000', '191716.832000', '191716.835000', '191716.837000', '191716.840000', '191716.843000', '191716.845000', '191716.848000', '191716.850000', '191716.853000', '191716.855000', '191736.740000', '191736.742000', '191736.745000', '191736.748000', '191736.750000', '191736.753000', '191736.755000', '191736.758000', '191736.760000', '191736.763000', '191736.765000', '191736.768000', '191736.770000', '191736.773000', '191736.776000', '191736.778000', '191736.781000', '191736.783000', '191736.786000', '191736.788000', '191736.791000', '191736.793000', '191736.796000', '191736.799000', '191736.832000', '191736.834000', '191736.837000', '191736.839000', '191736.842000', '191736.845000', '191736.847000', '191736.850000', '191736.852000', '191736.855000', '191736.857000', '191736.860000', '191736.862000', '191736.865000', '191736.867000', '191736.870000', '191736.873000', '191736.875000', '191736.878000', '191736.880000', '191756.738000', '191756.741000', '191756.744000', '191756.746000', '191756.749000', '191756.751000', '191756.754000', '191756.756000', '191756.759000', '191756.761000', '191756.764000', '191756.767000', '191756.769000', '191756.772000', '191756.774000', '191756.777000', '191756.779000', '191756.782000', '191756.785000', '191756.787000', '191756.790000', '191756.792000', '191756.795000', '191756.797000', '191756.850000', '191756.852000', '191756.855000', '191756.858000', '191756.860000', '191756.863000', '191756.865000', '191756.868000', '191756.870000', '191756.873000', '191756.876000', '191756.878000', '191756.881000', '191756.883000', '191756.887000', '191756.890000', '191756.894000', '191756.909000', '191756.912000', '191816.739000', '191816.742000', '191816.745000', '191816.747000', '191816.750000', '191816.752000', '191816.755000', '191816.758000', '191816.760000', '191816.763000', '191816.765000', '191816.768000', '191816.770000', '191816.773000', '191816.776000', '191816.778000', '191816.781000', '191816.783000', '191816.786000', '191816.788000', '191816.791000', '191816.794000', '191816.796000', '191816.799000', '191816.821000', '191816.823000', '191816.826000', '191816.828000', '191816.831000', '191816.833000', '191816.836000', '191816.839000', '191816.841000', '191816.844000', '191816.846000', '191816.849000', '191816.851000', '191816.854000', '191816.856000', '191816.859000', '191816.862000', '191816.864000', '191816.867000', '191816.869000', '191836.739000', '191836.742000', '191836.745000', '191836.747000', '191836.750000', '191836.752000', '191836.755000', '191836.758000', '191836.760000', '191836.763000', '191836.765000', '191836.768000', '191836.770000', '191836.773000', '191836.776000', '191836.778000', '191836.781000', '191836.783000', '191836.786000', '191836.788000', '191836.791000', '191836.794000', '191836.796000', '191836.799000', '191836.845000', '191836.848000', '191836.851000', '191836.854000', '191836.857000', '191836.860000', '191836.862000', '191836.865000', '191836.867000', '191836.870000', '191836.873000', '191836.875000', '191836.878000', '191836.880000', '191836.883000', '191836.886000', '191836.888000', '191836.891000', '191836.893000', '191856.739000', '191856.742000', '191856.745000', '191856.747000', '191856.750000', '191856.753000', '191856.755000', '191856.758000', '191856.761000', '191856.763000', '191856.766000', '191856.768000', '191856.771000', '191856.774000', '191856.776000', '191856.779000', '191856.781000', '191856.784000', '191856.787000', '191856.789000', '191856.792000', '191856.794000', '191856.797000', '191856.870000', '191856.872000', '191856.875000', '191856.878000', '191856.880000', '191856.883000', '191856.885000', '191856.888000', '191856.890000', '191856.893000', '191856.895000', '191856.898000', '191856.901000', '191856.903000', '191856.906000', '191856.908000', '191856.911000', '191856.913000', '191856.916000', '191856.919000', '191856.921000', '191916.739000', '191916.742000', '191916.745000', '191916.747000', '191916.750000', '191916.753000', '191916.755000', '191916.758000', '191916.761000', '191916.763000', '191916.766000', '191916.769000', '191916.771000', '191916.774000', '191916.776000', '191916.779000', '191916.782000', '191916.784000', '191916.787000', '191916.789000', '191916.792000', '191916.795000', '191916.797000', '191916.857000', '191916.859000', '191916.862000', '191916.864000', '191916.867000', '191916.869000', '191916.872000', '191916.874000', '191916.877000', '191916.880000', '191916.882000', '191916.885000', '191916.887000', '191916.890000', '191916.893000', '191916.895000', '191916.898000', '191916.900000', '191916.903000', '191916.906000', '191936.740000', '191936.742000', '191936.745000', '191936.748000', '191936.750000', '191936.753000', '191936.755000', '191936.758000', '191936.761000', '191936.763000', '191936.766000', '191936.768000', '191936.771000', '191936.774000', '191936.776000', '191936.779000', '191936.782000', '191936.784000', '191936.787000', '191936.789000', '191936.792000', '191936.795000', '191936.823000', '191936.852000', '191936.854000', '191936.857000', '191936.859000', '191936.862000', '191936.864000', '191936.867000', '191936.870000', '191936.872000', '191936.875000', '191936.877000', '191936.880000', '191936.882000', '191936.885000', '191936.887000', '191936.890000', '191936.893000', '191936.895000', '191936.898000', '191936.900000', '191936.904000', '191956.739000', '191956.742000', '191956.745000', '191956.748000', '191956.750000', '191956.753000', '191956.755000', '191956.758000', '191956.761000', '191956.763000', '191956.766000', '191956.768000', '191956.771000', '191956.774000', '191956.776000', '191956.779000', '191956.781000', '191956.784000', '191956.787000', '191956.789000', '191956.792000', '191956.794000', '191956.797000', '191956.848000', '191956.851000', '191956.853000', '191956.856000', '191956.859000', '191956.861000', '191956.864000', '191956.866000', '191956.869000', '191956.871000', '191956.874000', '191956.877000', '191956.879000', '191956.882000', '191956.884000', '191956.887000', '191956.890000', '191956.892000', '191956.895000', '191956.898000', '192016.739000', '192016.741000', '192016.744000', '192016.747000', '192016.749000', '192016.752000', '192016.754000', '192016.757000', '192016.759000', '192016.762000', '192016.765000', '192016.767000', '192016.770000', '192016.772000', '192016.775000', '192016.777000', '192016.780000', '192016.783000', '192016.785000', '192016.788000', '192016.790000', '192016.793000', '192016.796000', '192016.798000', '192016.850000', '192016.853000', '192016.855000', '192016.858000', '192016.861000', '192016.863000', '192016.866000', '192016.868000', '192016.871000', '192016.873000', '192016.885000', '192016.888000', '192016.891000', '192016.893000', '192016.896000', '192016.898000', '192016.901000', '192016.903000', '192016.906000', '192016.909000', '192036.739000', '192036.742000', '192036.745000', '192036.748000', '192036.750000', '192036.753000', '192036.755000', '192036.758000', '192036.761000', '192036.763000', '192036.766000', '192036.768000', '192036.771000', '192036.773000', '192036.776000', '192036.779000', '192036.781000', '192036.784000', '192036.786000', '192036.789000', '192036.792000', '192036.794000', '192036.797000', '192036.859000', '192036.862000', '192036.864000', '192036.867000', '192036.869000', '192036.872000', '192036.875000', '192036.877000', '192036.880000', '192036.882000', '192036.885000', '192036.888000', '192036.890000', '192036.893000', '192036.895000', '192036.898000', '192036.901000', '192036.903000', '192036.906000', '192036.909000', '192056.740000', '192056.742000', '192056.745000', '192056.748000', '192056.750000', '192056.753000', '192056.755000', '192056.758000', '192056.761000', '192056.763000', '192056.766000', '192056.768000', '192056.771000', '192056.773000', '192056.776000', '192056.779000', '192056.781000', '192056.784000', '192056.786000', '192056.789000', '192056.791000', '192056.794000', '192056.797000', '192056.799000', '192056.827000', '192056.829000', '192056.832000', '192056.834000', '192056.837000', '192056.840000', '192056.842000', '192056.845000', '192056.847000', '192056.863000', '192056.866000', '192056.868000', '192056.871000', '192056.873000', '192056.876000', '192056.878000', '192056.881000', '192056.883000', '192056.886000', '192056.889000', '192116.740000', '192116.743000', '192116.745000', '192116.748000', '192116.750000', '192116.753000', '192116.756000', '192116.758000', '192116.761000', '192116.763000', '192116.766000', '192116.769000', '192116.771000', '192116.774000', '192116.776000', '192116.779000', '192116.782000', '192116.784000', '192116.787000', '192116.789000', '192116.792000', '192116.795000', '192116.797000', '192116.832000', '192116.834000', '192116.837000', '192116.840000', '192116.842000', '192116.845000', '192116.847000', '192116.850000', '192116.852000', '192116.855000', '192116.857000', '192116.860000', '192116.863000', '192116.865000', '192116.868000', '192116.870000', '192116.873000', '192116.875000', '192116.878000', '192116.881000', '192136.739000', '192136.742000', '192136.745000', '192136.747000', '192136.750000', '192136.753000', '192136.755000', '192136.758000', '192136.760000', '192136.763000', '192136.765000', '192136.768000', '192136.770000', '192136.774000', '192136.777000', '192136.780000', '192136.783000', '192136.785000', '192136.788000', '192136.790000', '192136.793000', '192136.795000', '192136.798000', '192136.801000', '192136.803000', '192136.806000', '192136.808000', '192136.811000', '192136.813000', '192136.816000', '192136.818000', '192136.821000', '192136.824000', '192136.826000', '192136.829000', '192136.832000', '192136.834000', '192136.837000', '192136.839000', '192136.842000', '192136.844000', '192136.847000', '192136.850000', '192156.740000', '192156.743000', '192156.745000', '192156.748000', '192156.750000', '192156.753000', '192156.756000', '192156.758000', '192156.761000', '192156.763000', '192156.766000', '192156.769000', '192156.771000', '192156.774000', '192156.776000', '192156.779000', '192156.782000', '192156.784000', '192156.787000', '192156.789000', '192156.792000', '192156.795000', '192156.797000', '192156.897000', '192156.899000', '192156.902000', '192156.904000', '192156.911000', '192156.914000', '192156.916000', '192156.919000', '192156.922000', '192156.924000', '192156.927000', '192156.929000', '192156.932000', '192156.934000', '192156.937000', '192156.940000', '192156.942000', '192156.945000', '192156.948000', '192156.951000', '192156.953000', '192216.739000', '192216.742000', '192216.745000', '192216.747000', '192216.750000', '192216.753000', '192216.756000', '192216.762000', '192216.765000', '192216.768000', '192216.770000', '192216.773000', '192216.775000', '192216.778000', '192216.781000', '192216.783000', '192216.786000', '192216.789000', '192216.791000', '192216.794000', '192216.796000', '192216.799000', '192216.802000', '192216.804000', '192216.807000', '192216.809000', '192216.812000', '192216.815000', '192216.817000', '192216.820000', '192216.823000', '192216.825000', '192216.828000', '192216.830000', '192216.833000', '192216.835000', '192216.838000', '192216.840000', '192216.843000', '192216.846000', '192216.848000', '192216.851000', '192216.853000', '192236.739000', '192236.742000', '192236.744000', '192236.747000', '192236.750000', '192236.752000', '192236.755000', '192236.757000', '192236.760000', '192236.762000', '192236.765000', '192236.767000', '192236.770000', '192236.773000', '192236.775000', '192236.778000', '192236.781000', '192236.783000', '192236.786000', '192236.789000', '192236.791000', '192236.794000', '192236.796000', '192236.850000', '192236.853000', '192236.856000', '192236.858000', '192236.861000', '192236.864000', '192236.866000', '192236.869000', '192236.871000', '192236.874000', '192236.877000', '192236.879000', '192236.882000', '192236.884000', '192236.887000', '192236.889000', '192236.892000', '192236.894000', '192236.897000', '192236.899000', '192236.902000', '192256.740000', '192256.742000', '192256.746000', '192256.748000', '192256.751000', '192256.753000', '192256.756000', '192256.759000', '192256.761000', '192256.764000', '192256.766000', '192256.769000', '192256.772000', '192256.775000', '192256.778000', '192256.781000', '192256.783000', '192256.786000', '192256.788000', '192256.791000', '192256.794000', '192256.796000', '192256.799000', '192256.838000', '192256.841000', '192256.843000', '192256.846000', '192256.848000', '192256.851000', '192256.854000', '192256.856000', '192256.859000', '192256.861000', '192256.864000', '192256.867000', '192256.869000', '192256.872000', '192256.875000', '192256.877000', '192256.880000', '192256.882000', '192256.885000', '192256.887000', '192316.740000', '192316.743000', '192316.745000', '192316.748000', '192316.751000', '192316.753000', '192316.756000', '192316.758000', '192316.761000', '192316.763000', '192316.766000', '192316.769000', '192316.771000', '192316.774000', '192316.776000', '192316.779000', '192316.782000', '192316.784000', '192316.787000', '192316.789000', '192316.792000', '192316.795000', '192316.797000', '192316.820000', '192316.822000', '192316.825000', '192316.827000', '192316.830000', '192316.833000', '192316.835000', '192316.838000', '192316.840000', '192316.843000', '192316.846000', '192316.848000', '192316.851000', '192316.854000', '192316.857000', '192316.859000', '192316.862000', '192316.864000', '192316.867000', '192316.870000', '192316.872000', '192336.739000', '192336.742000', '192336.745000', '192336.747000', '192336.750000', '192336.752000', '192336.755000', '192336.758000', '192336.760000', '192336.763000', '192336.765000', '192336.768000', '192336.770000', '192336.773000', '192336.776000', '192336.778000', '192336.781000', '192336.784000', '192336.787000', '192336.790000', '192336.793000', '192336.795000', '192336.798000', '192336.867000', '192336.870000', '192336.872000', '192336.875000', '192336.878000', '192336.881000', '192336.883000', '192336.886000', '192336.889000', '192336.891000', '192336.894000', '192336.896000', '192336.899000', '192336.901000', '192336.904000', '192336.907000', '192336.909000', '192336.912000', '192336.915000', '192336.917000', '192356.740000', '192356.743000', '192356.745000', '192356.748000', '192356.751000', '192356.753000', '192356.756000', '192356.759000', '192356.761000', '192356.764000', '192356.766000', '192356.769000', '192356.772000', '192356.774000', '192356.777000', '192356.780000', '192356.782000', '192356.785000', '192356.788000', '192356.790000', '192356.793000', '192356.796000', '192356.798000', '192356.824000', '192356.827000', '192356.829000', '192356.832000', '192356.835000', '192356.837000', '192356.840000', '192356.843000', '192356.845000', '192356.848000', '192356.850000', '192356.853000', '192356.856000', '192356.858000', '192356.861000', '192356.864000', '192356.866000', '192356.869000', '192356.872000', '192356.874000', '192356.877000', '192416.739000', '192416.742000', '192416.745000', '192416.747000', '192416.750000', '192416.753000', '192416.755000', '192416.758000', '192416.760000', '192416.763000', '192416.766000', '192416.768000', '192416.771000', '192416.773000', '192416.776000', '192416.778000', '192416.781000', '192416.789000', '192416.791000', '192416.794000', '192416.796000', '192416.799000', '192416.802000', '192416.805000', '192416.807000', '192416.810000', '192416.813000', '192416.815000', '192416.818000', '192416.820000', '192416.823000', '192416.826000', '192416.828000', '192416.831000', '192416.833000', '192416.836000', '192416.838000', '192416.841000', '192416.844000', '192416.846000', '192416.849000', '192416.852000', '192416.855000', '192436.740000', '192436.742000', '192436.745000', '192436.748000', '192436.750000', '192436.753000', '192436.755000', '192436.758000', '192436.760000', '192436.763000', '192436.766000', '192436.768000', '192436.771000', '192436.774000', '192436.776000', '192436.779000', '192436.781000', '192436.784000', '192436.786000', '192436.789000', '192436.792000', '192436.794000', '192436.797000', '192436.884000', '192436.887000', '192436.889000', '192436.892000', '192436.894000', '192436.897000', '192436.899000', '192436.902000', '192436.905000', '192436.907000', '192436.910000', '192436.912000', '192436.915000', '192436.917000', '192436.920000', '192436.923000', '192436.926000', '192436.928000', '192436.931000', '192436.933000', '192436.936000', '192448.085000', '192448.088000', '192448.090000', '192448.093000', '192448.096000', '192448.106000', '192448.108000', '192448.111000', '192448.114000', '192448.116000', '192448.119000', '192448.122000', '192448.124000', '192448.127000', '192448.129000', '192448.132000', '192448.134000', '192448.137000', '192448.140000', '192448.142000', '192448.145000', '192448.147000', '192448.150000', '192448.153000', '192448.155000'], 'InstanceCreationTime': ['191456.785000', '191456.788000', '191456.791000', '191456.794000', '191456.796000', '191456.799000', '191456.801000', '191456.810000', '191456.812000', '191456.815000', '191456.818000', '191456.820000', '191456.823000', '191456.825000', '191456.828000', '191456.830000', '191456.833000', '191456.835000', '191456.838000', '191456.840000', '191456.843000', '191456.845000', '191456.848000', '191456.851000', '191456.853000', '191456.856000', '191456.858000', '191456.861000', '191456.863000', '191456.872000', '191456.874000', '191456.877000', '191456.879000', '191456.882000', '191456.885000', '191456.887000', '191516.739000', '191516.743000', '191516.746000', '191516.749000', '191516.752000', '191516.764000', '191516.766000', '191516.769000', '191516.771000', '191516.774000', '191516.776000', '191516.779000', '191516.781000', '191516.784000', '191516.787000', '191516.789000', '191516.792000', '191516.794000', '191516.797000', '191516.799000', '191516.802000', '191516.805000', '191516.807000', '191516.810000', '191516.812000', '191516.816000', '191516.819000', '191516.821000', '191516.824000', '191516.826000', '191516.829000', '191516.832000', '191516.834000', '191516.837000', '191516.839000', '191516.842000', '191516.844000', '191516.847000', '191516.849000', '191516.852000', '191516.854000', '191516.857000', '191516.859000', '191536.738000', '191536.741000', '191536.744000', '191536.746000', '191536.749000', '191536.751000', '191536.754000', '191536.756000', '191536.759000', '191536.761000', '191536.764000', '191536.767000', '191536.769000', '191536.772000', '191536.774000', '191536.777000', '191536.779000', '191536.782000', '191536.784000', '191536.787000', '191536.789000', '191536.792000', '191536.795000', '191536.797000', '191536.800000', '191536.802000', '191536.805000', '191536.807000', '191536.810000', '191536.812000', '191536.815000', '191536.817000', '191536.820000', '191536.823000', '191536.825000', '191536.828000', '191536.830000', '191536.833000', '191536.835000', '191536.838000', '191536.840000', '191536.843000', '191536.845000', '191536.848000', '191556.740000', '191556.742000', '191556.745000', '191556.748000', '191556.750000', '191556.753000', '191556.755000', '191556.758000', '191556.760000', '191556.763000', '191556.765000', '191556.768000', '191556.770000', '191556.774000', '191556.777000', '191556.780000', '191556.783000', '191556.786000', '191556.788000', '191556.791000', '191556.793000', '191556.796000', '191556.799000', '191556.801000', '191556.804000', '191556.806000', '191556.809000', '191556.812000', '191556.814000', '191556.817000', '191556.819000', '191556.822000', '191556.824000', '191556.827000', '191556.829000', '191556.832000', '191556.834000', '191556.837000', '191556.840000', '191556.842000', '191556.845000', '191556.847000', '191556.850000', '191616.739000', '191616.742000', '191616.745000', '191616.747000', '191616.750000', '191616.752000', '191616.755000', '191616.757000', '191616.760000', '191616.762000', '191616.765000', '191616.767000', '191616.770000', '191616.773000', '191616.775000', '191616.778000', '191616.780000', '191616.783000', '191616.786000', '191616.788000', '191616.791000', '191616.794000', '191616.801000', '191616.804000', '191616.806000', '191616.809000', '191616.812000', '191616.814000', '191616.817000', '191616.819000', '191616.822000', '191616.824000', '191616.827000', '191616.829000', '191616.832000', '191616.834000', '191616.837000', '191616.839000', '191616.842000', '191616.845000', '191616.847000', '191616.850000', '191616.852000', '191616.855000', '191636.739000', '191636.742000', '191636.745000', '191636.748000', '191636.750000', '191636.753000', '191636.755000', '191636.758000', '191636.761000', '191636.763000', '191636.766000', '191636.768000', '191636.771000', '191636.773000', '191636.776000', '191636.779000', '191636.796000', '191636.799000', '191636.802000', '191636.805000', '191636.807000', '191636.810000', '191636.812000', '191636.815000', '191636.817000', '191636.820000', '191636.823000', '191636.825000', '191636.833000', '191636.836000', '191636.838000', '191636.841000', '191636.843000', '191636.846000', '191636.849000', '191636.851000', '191636.854000', '191636.857000', '191636.860000', '191636.862000', '191636.865000', '191636.868000', '191636.870000', '191656.740000', '191656.742000', '191656.745000', '191656.748000', '191656.750000', '191656.753000', '191656.755000', '191656.758000', '191656.760000', '191656.763000', '191656.765000', '191656.768000', '191656.771000', '191656.773000', '191656.776000', '191656.778000', '191656.781000', '191656.783000', '191656.786000', '191656.789000', '191656.791000', '191656.794000', '191656.796000', '191656.799000', '191656.829000', '191656.832000', '191656.834000', '191656.837000', '191656.840000', '191656.842000', '191656.845000', '191656.847000', '191656.850000', '191656.852000', '191656.855000', '191656.858000', '191656.860000', '191656.863000', '191656.865000', '191656.868000', '191656.870000', '191656.873000', '191656.875000', '191656.878000', '191716.740000', '191716.742000', '191716.745000', '191716.748000', '191716.750000', '191716.753000', '191716.755000', '191716.758000', '191716.760000', '191716.763000', '191716.766000', '191716.768000', '191716.771000', '191716.773000', '191716.776000', '191716.786000', '191716.788000', '191716.791000', '191716.793000', '191716.796000', '191716.798000', '191716.801000', '191716.804000', '191716.806000', '191716.809000', '191716.812000', '191716.814000', '191716.817000', '191716.820000', '191716.822000', '191716.825000', '191716.827000', '191716.830000', '191716.832000', '191716.835000', '191716.837000', '191716.840000', '191716.843000', '191716.845000', '191716.848000', '191716.850000', '191716.853000', '191716.855000', '191736.740000', '191736.742000', '191736.745000', '191736.748000', '191736.750000', '191736.753000', '191736.755000', '191736.758000', '191736.760000', '191736.763000', '191736.765000', '191736.768000', '191736.770000', '191736.773000', '191736.776000', '191736.778000', '191736.781000', '191736.783000', '191736.786000', '191736.788000', '191736.791000', '191736.793000', '191736.796000', '191736.799000', '191736.832000', '191736.834000', '191736.837000', '191736.839000', '191736.842000', '191736.845000', '191736.847000', '191736.850000', '191736.852000', '191736.855000', '191736.857000', '191736.860000', '191736.862000', '191736.865000', '191736.867000', '191736.870000', '191736.873000', '191736.875000', '191736.878000', '191736.880000', '191756.738000', '191756.741000', '191756.744000', '191756.746000', '191756.749000', '191756.751000', '191756.754000', '191756.756000', '191756.759000', '191756.761000', '191756.764000', '191756.767000', '191756.769000', '191756.772000', '191756.774000', '191756.777000', '191756.779000', '191756.782000', '191756.785000', '191756.787000', '191756.790000', '191756.792000', '191756.795000', '191756.797000', '191756.850000', '191756.852000', '191756.855000', '191756.858000', '191756.860000', '191756.863000', '191756.865000', '191756.868000', '191756.870000', '191756.873000', '191756.876000', '191756.878000', '191756.881000', '191756.883000', '191756.887000', '191756.890000', '191756.894000', '191756.909000', '191756.912000', '191816.739000', '191816.742000', '191816.745000', '191816.747000', '191816.750000', '191816.752000', '191816.755000', '191816.758000', '191816.760000', '191816.763000', '191816.765000', '191816.768000', '191816.770000', '191816.773000', '191816.776000', '191816.778000', '191816.781000', '191816.783000', '191816.786000', '191816.788000', '191816.791000', '191816.794000', '191816.796000', '191816.799000', '191816.821000', '191816.823000', '191816.826000', '191816.828000', '191816.831000', '191816.833000', '191816.836000', '191816.839000', '191816.841000', '191816.844000', '191816.846000', '191816.849000', '191816.851000', '191816.854000', '191816.856000', '191816.859000', '191816.862000', '191816.864000', '191816.867000', '191816.869000', '191836.739000', '191836.742000', '191836.745000', '191836.747000', '191836.750000', '191836.752000', '191836.755000', '191836.758000', '191836.760000', '191836.763000', '191836.765000', '191836.768000', '191836.770000', '191836.773000', '191836.776000', '191836.778000', '191836.781000', '191836.783000', '191836.786000', '191836.788000', '191836.791000', '191836.794000', '191836.796000', '191836.799000', '191836.845000', '191836.848000', '191836.851000', '191836.854000', '191836.857000', '191836.860000', '191836.862000', '191836.865000', '191836.867000', '191836.870000', '191836.873000', '191836.875000', '191836.878000', '191836.880000', '191836.883000', '191836.886000', '191836.888000', '191836.891000', '191836.893000', '191856.739000', '191856.742000', '191856.745000', '191856.747000', '191856.750000', '191856.753000', '191856.755000', '191856.758000', '191856.761000', '191856.763000', '191856.766000', '191856.768000', '191856.771000', '191856.774000', '191856.776000', '191856.779000', '191856.781000', '191856.784000', '191856.787000', '191856.789000', '191856.792000', '191856.794000', '191856.797000', '191856.870000', '191856.872000', '191856.875000', '191856.878000', '191856.880000', '191856.883000', '191856.885000', '191856.888000', '191856.890000', '191856.893000', '191856.895000', '191856.898000', '191856.901000', '191856.903000', '191856.906000', '191856.908000', '191856.911000', '191856.913000', '191856.916000', '191856.919000', '191856.921000', '191916.739000', '191916.742000', '191916.745000', '191916.747000', '191916.750000', '191916.753000', '191916.755000', '191916.758000', '191916.761000', '191916.763000', '191916.766000', '191916.769000', '191916.771000', '191916.774000', '191916.776000', '191916.779000', '191916.782000', '191916.784000', '191916.787000', '191916.789000', '191916.792000', '191916.795000', '191916.797000', '191916.857000', '191916.859000', '191916.862000', '191916.864000', '191916.867000', '191916.869000', '191916.872000', '191916.874000', '191916.877000', '191916.880000', '191916.882000', '191916.885000', '191916.887000', '191916.890000', '191916.893000', '191916.895000', '191916.898000', '191916.900000', '191916.903000', '191916.906000', '191936.740000', '191936.742000', '191936.745000', '191936.748000', '191936.750000', '191936.753000', '191936.755000', '191936.758000', '191936.761000', '191936.763000', '191936.766000', '191936.768000', '191936.771000', '191936.774000', '191936.776000', '191936.779000', '191936.782000', '191936.784000', '191936.787000', '191936.789000', '191936.792000', '191936.795000', '191936.823000', '191936.852000', '191936.854000', '191936.857000', '191936.859000', '191936.862000', '191936.864000', '191936.867000', '191936.870000', '191936.872000', '191936.875000', '191936.877000', '191936.880000', '191936.882000', '191936.885000', '191936.887000', '191936.890000', '191936.893000', '191936.895000', '191936.898000', '191936.900000', '191936.904000', '191956.739000', '191956.742000', '191956.745000', '191956.748000', '191956.750000', '191956.753000', '191956.755000', '191956.758000', '191956.761000', '191956.763000', '191956.766000', '191956.768000', '191956.771000', '191956.774000', '191956.776000', '191956.779000', '191956.781000', '191956.784000', '191956.787000', '191956.789000', '191956.792000', '191956.794000', '191956.797000', '191956.848000', '191956.851000', '191956.853000', '191956.856000', '191956.859000', '191956.861000', '191956.864000', '191956.866000', '191956.869000', '191956.871000', '191956.874000', '191956.877000', '191956.879000', '191956.882000', '191956.884000', '191956.887000', '191956.890000', '191956.892000', '191956.895000', '191956.898000', '192016.739000', '192016.741000', '192016.744000', '192016.747000', '192016.749000', '192016.752000', '192016.754000', '192016.757000', '192016.759000', '192016.762000', '192016.765000', '192016.767000', '192016.770000', '192016.772000', '192016.775000', '192016.777000', '192016.780000', '192016.783000', '192016.785000', '192016.788000', '192016.790000', '192016.793000', '192016.796000', '192016.798000', '192016.850000', '192016.853000', '192016.855000', '192016.858000', '192016.861000', '192016.863000', '192016.866000', '192016.868000', '192016.871000', '192016.873000', '192016.885000', '192016.888000', '192016.891000', '192016.893000', '192016.896000', '192016.898000', '192016.901000', '192016.903000', '192016.906000', '192016.909000', '192036.739000', '192036.742000', '192036.745000', '192036.748000', '192036.750000', '192036.753000', '192036.755000', '192036.758000', '192036.761000', '192036.763000', '192036.766000', '192036.768000', '192036.771000', '192036.773000', '192036.776000', '192036.779000', '192036.781000', '192036.784000', '192036.786000', '192036.789000', '192036.792000', '192036.794000', '192036.797000', '192036.859000', '192036.862000', '192036.864000', '192036.867000', '192036.869000', '192036.872000', '192036.875000', '192036.877000', '192036.880000', '192036.882000', '192036.885000', '192036.888000', '192036.890000', '192036.893000', '192036.895000', '192036.898000', '192036.901000', '192036.903000', '192036.906000', '192036.909000', '192056.740000', '192056.742000', '192056.745000', '192056.748000', '192056.750000', '192056.753000', '192056.755000', '192056.758000', '192056.761000', '192056.763000', '192056.766000', '192056.768000', '192056.771000', '192056.773000', '192056.776000', '192056.779000', '192056.781000', '192056.784000', '192056.786000', '192056.789000', '192056.791000', '192056.794000', '192056.797000', '192056.799000', '192056.827000', '192056.829000', '192056.832000', '192056.834000', '192056.837000', '192056.840000', '192056.842000', '192056.845000', '192056.847000', '192056.863000', '192056.866000', '192056.868000', '192056.871000', '192056.873000', '192056.876000', '192056.878000', '192056.881000', '192056.883000', '192056.886000', '192056.889000', '192116.740000', '192116.743000', '192116.745000', '192116.748000', '192116.750000', '192116.753000', '192116.756000', '192116.758000', '192116.761000', '192116.763000', '192116.766000', '192116.769000', '192116.771000', '192116.774000', '192116.776000', '192116.779000', '192116.782000', '192116.784000', '192116.787000', '192116.789000', '192116.792000', '192116.795000', '192116.797000', '192116.832000', '192116.834000', '192116.837000', '192116.840000', '192116.842000', '192116.845000', '192116.847000', '192116.850000', '192116.852000', '192116.855000', '192116.857000', '192116.860000', '192116.863000', '192116.865000', '192116.868000', '192116.870000', '192116.873000', '192116.875000', '192116.878000', '192116.881000', '192136.739000', '192136.742000', '192136.745000', '192136.747000', '192136.750000', '192136.753000', '192136.755000', '192136.758000', '192136.760000', '192136.763000', '192136.765000', '192136.768000', '192136.770000', '192136.774000', '192136.777000', '192136.780000', '192136.783000', '192136.785000', '192136.788000', '192136.790000', '192136.793000', '192136.795000', '192136.798000', '192136.801000', '192136.803000', '192136.806000', '192136.808000', '192136.811000', '192136.813000', '192136.816000', '192136.818000', '192136.821000', '192136.824000', '192136.826000', '192136.829000', '192136.832000', '192136.834000', '192136.837000', '192136.839000', '192136.842000', '192136.844000', '192136.847000', '192136.850000', '192156.740000', '192156.743000', '192156.745000', '192156.748000', '192156.750000', '192156.753000', '192156.756000', '192156.758000', '192156.761000', '192156.763000', '192156.766000', '192156.769000', '192156.771000', '192156.774000', '192156.776000', '192156.779000', '192156.782000', '192156.784000', '192156.787000', '192156.789000', '192156.792000', '192156.795000', '192156.797000', '192156.897000', '192156.899000', '192156.902000', '192156.904000', '192156.911000', '192156.914000', '192156.916000', '192156.919000', '192156.922000', '192156.924000', '192156.927000', '192156.929000', '192156.932000', '192156.934000', '192156.937000', '192156.940000', '192156.942000', '192156.945000', '192156.948000', '192156.951000', '192156.953000', '192216.739000', '192216.742000', '192216.745000', '192216.747000', '192216.750000', '192216.753000', '192216.756000', '192216.762000', '192216.765000', '192216.768000', '192216.770000', '192216.773000', '192216.775000', '192216.778000', '192216.781000', '192216.783000', '192216.786000', '192216.789000', '192216.791000', '192216.794000', '192216.796000', '192216.799000', '192216.802000', '192216.804000', '192216.807000', '192216.809000', '192216.812000', '192216.815000', '192216.817000', '192216.820000', '192216.823000', '192216.825000', '192216.828000', '192216.830000', '192216.833000', '192216.835000', '192216.838000', '192216.840000', '192216.843000', '192216.846000', '192216.848000', '192216.851000', '192216.853000', '192236.739000', '192236.742000', '192236.744000', '192236.747000', '192236.750000', '192236.752000', '192236.755000', '192236.757000', '192236.760000', '192236.762000', '192236.765000', '192236.767000', '192236.770000', '192236.773000', '192236.775000', '192236.778000', '192236.781000', '192236.783000', '192236.786000', '192236.789000', '192236.791000', '192236.794000', '192236.796000', '192236.850000', '192236.853000', '192236.856000', '192236.858000', '192236.861000', '192236.864000', '192236.866000', '192236.869000', '192236.871000', '192236.874000', '192236.877000', '192236.879000', '192236.882000', '192236.884000', '192236.887000', '192236.889000', '192236.892000', '192236.894000', '192236.897000', '192236.899000', '192236.902000', '192256.740000', '192256.742000', '192256.746000', '192256.748000', '192256.751000', '192256.753000', '192256.756000', '192256.759000', '192256.761000', '192256.764000', '192256.766000', '192256.769000', '192256.772000', '192256.775000', '192256.778000', '192256.781000', '192256.783000', '192256.786000', '192256.788000', '192256.791000', '192256.794000', '192256.796000', '192256.799000', '192256.838000', '192256.841000', '192256.843000', '192256.846000', '192256.848000', '192256.851000', '192256.854000', '192256.856000', '192256.859000', '192256.861000', '192256.864000', '192256.867000', '192256.869000', '192256.872000', '192256.875000', '192256.877000', '192256.880000', '192256.882000', '192256.885000', '192256.887000', '192316.740000', '192316.743000', '192316.745000', '192316.748000', '192316.751000', '192316.753000', '192316.756000', '192316.758000', '192316.761000', '192316.763000', '192316.766000', '192316.769000', '192316.771000', '192316.774000', '192316.776000', '192316.779000', '192316.782000', '192316.784000', '192316.787000', '192316.789000', '192316.792000', '192316.795000', '192316.797000', '192316.820000', '192316.822000', '192316.825000', '192316.827000', '192316.830000', '192316.833000', '192316.835000', '192316.838000', '192316.840000', '192316.843000', '192316.846000', '192316.848000', '192316.851000', '192316.854000', '192316.857000', '192316.859000', '192316.862000', '192316.864000', '192316.867000', '192316.870000', '192316.872000', '192336.739000', '192336.742000', '192336.745000', '192336.747000', '192336.750000', '192336.752000', '192336.755000', '192336.758000', '192336.760000', '192336.763000', '192336.765000', '192336.768000', '192336.770000', '192336.773000', '192336.776000', '192336.778000', '192336.781000', '192336.784000', '192336.787000', '192336.790000', '192336.793000', '192336.795000', '192336.798000', '192336.867000', '192336.870000', '192336.872000', '192336.875000', '192336.878000', '192336.881000', '192336.883000', '192336.886000', '192336.889000', '192336.891000', '192336.894000', '192336.896000', '192336.899000', '192336.901000', '192336.904000', '192336.907000', '192336.909000', '192336.912000', '192336.915000', '192336.917000', '192356.740000', '192356.743000', '192356.745000', '192356.748000', '192356.751000', '192356.753000', '192356.756000', '192356.759000', '192356.761000', '192356.764000', '192356.766000', '192356.769000', '192356.772000', '192356.774000', '192356.777000', '192356.780000', '192356.782000', '192356.785000', '192356.788000', '192356.790000', '192356.793000', '192356.796000', '192356.798000', '192356.824000', '192356.827000', '192356.829000', '192356.832000', '192356.835000', '192356.837000', '192356.840000', '192356.843000', '192356.845000', '192356.848000', '192356.850000', '192356.853000', '192356.856000', '192356.858000', '192356.861000', '192356.864000', '192356.866000', '192356.869000', '192356.872000', '192356.874000', '192356.877000', '192416.739000', '192416.742000', '192416.745000', '192416.747000', '192416.750000', '192416.753000', '192416.755000', '192416.758000', '192416.760000', '192416.763000', '192416.766000', '192416.768000', '192416.771000', '192416.773000', '192416.776000', '192416.778000', '192416.781000', '192416.789000', '192416.791000', '192416.794000', '192416.796000', '192416.799000', '192416.802000', '192416.805000', '192416.807000', '192416.810000', '192416.813000', '192416.815000', '192416.818000', '192416.820000', '192416.823000', '192416.826000', '192416.828000', '192416.831000', '192416.833000', '192416.836000', '192416.838000', '192416.841000', '192416.844000', '192416.846000', '192416.849000', '192416.852000', '192416.855000', '192436.740000', '192436.742000', '192436.745000', '192436.748000', '192436.750000', '192436.753000', '192436.755000', '192436.758000', '192436.760000', '192436.763000', '192436.766000', '192436.768000', '192436.771000', '192436.774000', '192436.776000', '192436.779000', '192436.781000', '192436.784000', '192436.786000', '192436.789000', '192436.792000', '192436.794000', '192436.797000', '192436.884000', '192436.887000', '192436.889000', '192436.892000', '192436.894000', '192436.897000', '192436.899000', '192436.902000', '192436.905000', '192436.907000', '192436.910000', '192436.912000', '192436.915000', '192436.917000', '192436.920000', '192436.923000', '192436.926000', '192436.928000', '192436.931000', '192436.933000', '192436.936000', '192448.085000', '192448.088000', '192448.090000', '192448.093000', '192448.096000', '192448.106000', '192448.108000', '192448.111000', '192448.114000', '192448.116000', '192448.119000', '192448.122000', '192448.124000', '192448.127000', '192448.129000', '192448.132000', '192448.134000', '192448.137000', '192448.140000', '192448.142000', '192448.145000', '192448.147000', '192448.150000', '192448.153000', '192448.155000'], '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': [10119, 8514, 13963, 11945, 15098, 10931, 15587, 10587, 15401, 11050, 15562, 11246, 13049, 8358, 10659, 8274, 10396, 8374, 10275, 7461, 8547, 7246, 8469, 11998, 8729, 12204, 8694, 10147, 8571, 8797, 8472, 9327, 8508, 9735, 7796, 8344, 7336, 7911, 8776, 8078, 8792, 7488, 8970, 7582, 10997, 7798, 11880, 9507, 11567, 8485, 10061, 7666, 11096, 12315, 11586, 13063, 8110, 11176, 8019, 12426, 9245, 11250, 7764, 8323, 7651, 7599, 7561, 7779, 9755, 8013, 11270, 7912, 10391, 8036, 11329, 8856, 10471, 7995, 8180, 7458, 7937, 7226, 8026, 8397, 9061, 7542, 12304, 7816, 7262, 8063, 9165, 8153, 13361, 9218, 12829, 8609, 11387, 8123, 10484, 8041, 11585, 8576, 11985, 9057, 10118, 7826, 9245, 7797, 10835, 8255, 11653, 8435, 10770, 7510, 9341, 7954, 9105, 8298, 9416, 7165, 7349, 7457, 7688, 8042, 9429, 8817, 7668, 14192, 7784, 11867, 8141, 11733, 7945, 9384, 7377, 9232, 8037, 10649, 7701, 10585, 7698, 8873, 8154, 9030, 7866, 9356, 9020, 8895, 8291, 8728, 7836, 7802, 8133, 8500, 13513, 10496, 8216, 12030, 8394, 13481, 8262, 15834, 12504, 16038, 11164, 13398, 8487, 10464, 8178, 10081, 8025, 10065, 7899, 7774, 7465, 7901, 9797, 8180, 13632, 8184, 11579, 8423, 9454, 8609, 9970, 8160, 10198, 8381, 8733, 8454, 7971, 8376, 8971, 10598, 8479, 9089, 8330, 11780, 8326, 10715, 8332, 9633, 8048, 7962, 8261, 7643, 8002, 9424, 8277, 7924, 7462, 8054, 9136, 7992, 10651, 8224, 7068, 8126, 7273, 8408, 12027, 8763, 12329, 8384, 12490, 8483, 10883, 8534, 10941, 8255, 9149, 8748, 8355, 8868, 8502, 8350, 9087, 8481, 8963, 8476, 8053, 8402, 8141, 8112, 9630, 10373, 10830, 10048, 8068, 15078, 8537, 16202, 12529, 15301, 10037, 12166, 8708, 10628, 8376, 10962, 8443, 8981, 8574, 7777, 7886, 7941, 9311, 8134, 9467, 8391, 11785, 7839, 13211, 8599, 11506, 9009, 10692, 12590, 8339, 10968, 9295, 10144, 8841, 13142, 10398, 14184, 8971, 11571, 8927, 11008, 8933, 12552, 8399, 9311, 8553, 8445, 8143, 8507, 11035, 8500, 12264, 8444, 9337, 8829, 11100, 8702, 11779, 8699, 11184, 9009, 8182, 8845, 8481, 8533, 10307, 8529, 9224, 8620, 8072, 8176, 8692, 8762, 8353, 7912, 8540, 10299, 8832, 15130, 11206, 14310, 8709, 12880, 8693, 12228, 8752, 13078, 8767, 11409, 9053, 9716, 8550, 10148, 8902, 10647, 8693, 7977, 8893, 8308, 8245, 11938, 8343, 8357, 8389, 8584, 7449, 8588, 13455, 9288, 12830, 8708, 11755, 8901, 10431, 9084, 10277, 8711, 10107, 8968, 8192, 8699, 8400, 8455, 8748, 8058, 7701, 8398, 7736, 8277, 8042, 8077, 8237, 10922, 8050, 9049, 8300, 11252, 8465, 13610, 9970, 13069, 8578, 11750, 8761, 10349, 8346, 10611, 8580, 9104, 8512, 8426, 8538, 10908, 8311, 8735, 8137, 8529, 8798, 8177, 13628, 9429, 10525, 8578, 11427, 8621, 13718, 9076, 13617, 8721, 12830, 8767, 11598, 8865, 12212, 9485, 12317, 8611, 10537, 8704, 9689, 8313, 11978, 8356, 8734, 8245, 7989, 8549, 8089, 8383, 8403, 8510, 8068, 8463, 8851, 8467, 11329, 8805, 8479, 8408, 8218, 10647, 8560, 9993, 8317, 7511, 8317, 7520, 8046, 8340, 10228, 8141, 8375, 9750, 8855, 11388, 9089, 11735, 8923, 12845, 9910, 13773, 8431, 9336, 8904, 8111, 8783, 8911, 8615, 8704, 8300, 7801, 8664, 8333, 9039, 10444, 9017, 9766, 8760, 10360, 10985, 10447, 13446, 8901, 12965, 8976, 16182, 11356, 17360, 9879, 12881, 8463, 8758, 8625, 12066, 11822, 10824, 8367, 8360, 8365, 8480, 10120, 12162, 8382, 8249, 8349, 8300, 9485, 8234, 8907, 9972, 10269, 8105, 8726, 7854, 8708, 9575, 8493, 13855, 8672, 8713, 8700, 9167, 8491, 8616, 10050, 14146, 8850, 15686, 9278, 12658, 9052, 12151, 8997, 13379, 8982, 9774, 8804, 9249, 8690, 8349, 8342, 8850, 8271, 8950, 10424, 9074, 13776, 12398, 9300, 8623, 8824, 8444, 8779, 11020, 12739, 13728, 10671, 8493, 11508, 8371, 15117, 8508, 13597, 10263, 12291, 8370, 10436, 8762, 10165, 8566, 10985, 8758, 7997, 8299, 8264, 8332, 11040, 8683, 7198, 8145, 7638, 7819, 8608, 10285, 8717, 10027, 8346, 7959, 7460, 8354, 8486, 8941, 7393, 8126, 8016, 8526, 9374, 7473, 7926, 8314, 12845, 8926, 8821, 13533, 9390, 8385, 12682, 9155, 11109, 9529, 16265, 11280, 16675, 12828, 14878, 9381, 12130, 9225, 9726, 8805, 9265, 8472, 8878, 8635, 8200, 8679, 8305, 8161, 8372, 7892, 8219, 8279, 8484, 7941, 8603, 9295, 9329, 7278, 8044, 8873, 9426, 9159, 16489, 11058, 9178, 8789, 9151, 10846, 8714, 15412, 10259, 11845, 13337, 9326, 12675, 9173, 14978, 10155, 16851, 12804, 17791, 12510, 17327, 9624, 13536, 9210, 12308, 8468, 12237, 9702, 7921, 8017, 8542, 8763, 8261, 12839, 9936, 9474, 8115, 7800, 8328, 12973, 9122, 14664, 11334, 12849, 8251, 13263, 7913, 14110, 10540, 14059, 10435, 12575, 8259, 9559, 8128, 9699, 7854, 13212, 8036, 9023, 8256, 6974, 8268, 8095, 11043, 8395, 10205, 8311, 11634, 7801, 14423, 9242, 11663, 8663, 9352, 8605, 12032, 9207, 14036, 11705, 8267, 8267, 8374, 8354, 8540, 11398, 11444, 16652, 13325, 12975, 8051, 7616, 8371, 8092, 11675, 8162, 14648, 7787, 11474, 7820, 10594, 7463, 13040, 7759, 10064, 8224, 8366, 8399, 8362, 11619, 9355, 11855, 8163, 11998, 7958, 12014, 7936, 9499, 8180, 7807, 8393, 8840, 8281, 10262, 8541, 8289, 8310, 7603, 8556, 10421, 9083, 12881, 9923, 10865, 8508, 12673, 8516, 15370, 11582, 13529, 8513, 11237, 8675, 11309, 8365, 11418, 8052, 11269, 9268, 7809, 9318, 8844, 7265, 9253, 8827, 12937, 10129, 12744, 10714, 8334, 11539, 8213, 16123, 11301, 16710, 12292, 14570, 9021, 11588, 8733, 14675, 11944, 13919, 7907, 8801, 8009, 8601, 8396, 11584, 8101, 8358, 8247, 8141, 8326, 8079, 8407, 8477, 8304, 9107, 8763, 8738, 8991, 9194, 9256, 9140, 9241, 8982, 9180, 9265, 13350, 10331, 15916, 12727, 13397, 9806, 15676, 9501, 15944, 11796, 14770, 9503, 12735, 9203, 11224, 9163, 10884, 8867, 9905, 8922, 8985, 9329, 9613, 9592, 8651, 9315, 7890, 9503, 7882, 9201, 10062, 9251, 10800, 9064, 8221, 8807, 12529, 8807, 17104, 11272, 16165, 12782, 13981, 8934, 12816, 9154, 12768, 9639, 14626, 9714, 12671, 9015, 11159, 8894, 11523, 9231, 13036, 8329, 9732, 8945, 8909, 8367, 8943, 9777, 8897, 8582, 8282, 8589, 10059, 8191, 15396, 11110, 12543, 8954, 7867, 8815, 8549, 9374, 9851, 9995, 8836, 8676, 9046, 9695, 8358, 12601, 8798, 9165, 8934, 8645, 9001, 12648, 9433, 14600, 8977, 8425, 7847, 7796, 10341, 7545, 13581, 7888, 13187, 7918, 13578, 10025, 11506, 10027, 7914, 14969, 8615, 9103, 13112, 8953, 15106, 7992, 14393, 8842, 11650, 8636, 12721, 8643, 10898, 8744, 9611, 8816, 11213, 8849, 11071, 8794, 7537, 9239, 8173, 9241, 8264, 9044, 8730, 9255, 9123, 9109, 9207, 9504, 9119, 9767, 8916, 8413, 7897, 13858, 10150, 12024, 9331, 7883, 10260, 7541, 12913, 9546, 16433, 11963, 16133, 9973, 14343, 10253, 15905, 11793, 16030, 11024, 14501, 8845, 13739, 9923, 12127, 9062, 7558, 7798, 7687, 7889, 8697, 11356, 7669, 8720, 8421, 8628, 8424, 8682, 8802, 11081, 9301, 8851, 9106, 9066, 8919, 9601, 11059, 9571, 14382, 9424, 8815, 9250, 9508, 10844, 9570, 13363, 9704, 12011, 9327, 11789, 9714, 14029, 10524, 12746, 9578, 12714, 9740, 12468, 9612, 12640, 9675, 13070, 9388, 10325, 9230, 8461, 9682, 9152, 9586, 8797, 9498, 8886, 9429, 9411, 11631, 9610, 9694, 9566, 9317, 9477, 9844, 8783, 9496, 9265, 9485, 8540, 9592, 9918, 9643, 8729, 9377, 8926, 11967, 8775, 15095, 9860, 14238, 9185, 8870, 11666, 9304, 13806, 9792, 11223, 9633, 10770, 9613, 13670, 9697, 13904, 9338, 9107, 8511, 9154, 16671, 9357, 14739, 9755, 11669, 9374, 8790, 9418, 9152, 9459, 9025, 9082, 9313, 8499, 9409, 7925, 9323, 8907, 9331, 10816, 9299, 9194, 9366, 9715, 9681, 13739, 9468, 13545, 9978, 12424, 9503, 10718, 9565, 12316, 9505, 13132, 9351, 12692, 9435, 12521, 9865, 11519, 8636, 10530, 8959, 7483, 9484, 7833, 9458, 8026, 9531, 8119, 9135, 8190, 9371, 8075, 9567, 9536, 10641, 9547, 11733, 9431, 9036, 8551, 9303, 8987, 9339, 9418, 10720, 12589, 9638, 14784, 11641, 12979, 17983, 12803, 18888, 12755, 18481, 13941, 15458, 9438, 12768, 9808, 11183, 9074, 11884, 9504, 10021, 9183, 9482, 8341, 9586, 10367, 9412, 12407, 9441, 9549, 9674, 10506, 9555, 11172, 9327, 11073, 9532, 9259, 9528, 10073, 9606, 9379, 9740, 8517, 9783, 9090, 8376, 9323, 11899, 9760, 8781, 10134, 9927, 9236, 9795, 9379, 8290, 9627, 8423, 9647, 9942, 10071, 10827, 10658, 8935, 9249, 8214, 9314, 8571, 8867, 7463, 8347, 7368, 7976, 7770, 7970, 7518, 8182, 7663, 10368, 8132, 13302, 9627, 15157, 8502, 13165, 7950, 13245, 7631, 15831, 9171, 13715, 8265, 10335, 8860, 9210, 9226, 10709, 9295, 9009, 9610, 10670, 9708, 9955, 9454, 8691, 9461, 9226, 9265, 9240, 9177, 8475, 9915, 8162, 9069, 8644, 9896, 8443, 10709, 8562, 12271, 10391, 13709, 8907, 14472, 10452, 13816, 10467, 12870, 8462, 10426, 8705, 8924, 9802], 'WindowCenter': [4225.0, 4189.0, 4225.0, 4203.0, 4219.0, 4177.0, 4205.0, 4163.0, 4191.0, 4162.0, 4190.0, 4159.0, 4167.0, 4116.0, 4135.0, 4104.0, 4134.0, 4104.0, 4135.0, 4094.0, 4114.0, 4093.0, 4114.0, 4144.0, 4115.0, 4155.0, 4114.0, 4135.0, 4114.0, 4113.0, 4115.0, 4124.0, 4115.0, 4125.0, 4105.0, 4128.0, 4107.0, 4117.0, 4115.0, 4107.0, 4116.0, 4107.0, 4127.0, 4106.0, 4147.0, 4107.0, 4157.0, 4138.0, 4158.0, 4127.0, 4136.0, 4107.0, 4146.0, 4156.0, 4147.0, 4182.0, 4117.0, 4144.0, 4105.0, 4156.0, 4125.0, 4144.0, 4092.0, 4101.0, 4091.0, 4092.0, 4092.0, 4105.0, 4123.0, 4104.0, 4144.0, 4104.0, 4133.0, 4103.0, 4144.0, 4113.0, 4133.0, 4104.0, 4104.0, 4094.0, 4103.0, 4092.0, 4103.0, 4102.0, 4113.0, 4094.0, 4156.0, 4105.0, 4096.0, 4105.0, 4124.0, 4116.0, 4168.0, 4127.0, 4157.0, 4116.0, 4146.0, 4105.0, 4134.0, 4117.0, 4146.0, 4116.0, 4146.0, 4126.0, 4134.0, 4106.0, 4125.0, 4106.0, 4146.0, 4117.0, 4146.0, 4116.0, 4134.0, 4095.0, 4113.0, 4105.0, 4114.0, 4104.0, 4126.0, 4095.0, 4094.0, 4093.0, 4093.0, 4104.0, 4126.0, 4115.0, 4094.0, 4166.0, 4094.0, 4157.0, 4106.0, 4145.0, 4106.0, 4126.0, 4096.0, 4126.0, 4106.0, 4136.0, 4105.0, 4147.0, 4106.0, 4113.0, 4105.0, 4113.0, 4105.0, 4125.0, 4127.0, 4126.0, 4117.0, 4115.0, 4109.0, 4108.0, 4119.0, 4131.0, 4182.0, 4150.0, 4129.0, 4171.0, 4119.0, 4169.0, 4118.0, 4179.0, 4158.0, 4178.0, 4146.0, 4155.0, 4114.0, 4122.0, 4102.0, 4122.0, 4092.0, 4124.0, 4092.0, 4080.0, 4081.0, 4092.0, 4122.0, 4102.0, 4154.0, 4102.0, 4133.0, 4102.0, 4111.0, 4102.0, 4122.0, 4102.0, 4121.0, 4103.0, 4101.0, 4103.0, 4092.0, 4101.0, 4113.0, 4123.0, 4103.0, 4113.0, 4103.0, 4143.0, 4102.0, 4122.0, 4102.0, 4111.0, 4092.0, 4092.0, 4102.0, 4091.0, 4091.0, 4113.0, 4102.0, 4104.0, 4093.0, 4103.0, 4114.0, 4093.0, 4123.0, 4104.0, 4084.0, 4104.0, 4093.0, 4103.0, 4145.0, 4114.0, 4143.0, 4104.0, 4155.0, 4113.0, 4132.0, 4114.0, 4134.0, 4106.0, 4113.0, 4115.0, 4115.0, 4126.0, 4114.0, 4117.0, 4126.0, 4130.0, 4128.0, 4119.0, 4117.0, 4119.0, 4118.0, 4118.0, 4139.0, 4139.0, 4150.0, 4138.0, 4107.0, 4166.0, 4115.0, 4177.0, 4145.0, 4166.0, 4123.0, 4144.0, 4103.0, 4123.0, 4104.0, 4133.0, 4104.0, 4112.0, 4104.0, 4093.0, 4093.0, 4103.0, 4113.0, 4105.0, 4125.0, 4119.0, 4170.0, 4106.0, 4166.0, 4115.0, 4144.0, 4115.0, 4135.0, 4158.0, 4116.0, 4147.0, 4127.0, 4135.0, 4115.0, 4156.0, 4136.0, 4166.0, 4116.0, 4146.0, 4115.0, 4134.0, 4115.0, 4145.0, 4104.0, 4112.0, 4114.0, 4103.0, 4091.0, 4102.0, 4132.0, 4105.0, 4144.0, 4103.0, 4114.0, 4114.0, 4133.0, 4102.0, 4142.0, 4104.0, 4134.0, 4113.0, 4103.0, 4114.0, 4115.0, 4115.0, 4137.0, 4117.0, 4125.0, 4116.0, 4104.0, 4105.0, 4117.0, 4115.0, 4117.0, 4106.0, 4116.0, 4135.0, 4115.0, 4165.0, 4147.0, 4166.0, 4116.0, 4156.0, 4103.0, 4144.0, 4114.0, 4154.0, 4114.0, 4145.0, 4115.0, 4125.0, 4114.0, 4133.0, 4116.0, 4135.0, 4114.0, 4103.0, 4113.0, 4103.0, 4103.0, 4145.0, 4104.0, 4103.0, 4105.0, 4103.0, 4082.0, 4102.0, 4154.0, 4114.0, 4143.0, 4105.0, 4144.0, 4113.0, 4132.0, 4114.0, 4122.0, 4114.0, 4124.0, 4115.0, 4105.0, 4117.0, 4129.0, 4117.0, 4116.0, 4105.0, 4095.0, 4117.0, 4106.0, 4116.0, 4106.0, 4106.0, 4117.0, 4147.0, 4107.0, 4126.0, 4117.0, 4148.0, 4117.0, 4168.0, 4139.0, 4167.0, 4117.0, 4156.0, 4118.0, 4136.0, 4117.0, 4137.0, 4118.0, 4126.0, 4127.0, 4116.0, 4117.0, 4149.0, 4118.0, 4118.0, 4117.0, 4117.0, 4116.0, 4116.0, 4168.0, 4125.0, 4135.0, 4116.0, 4144.0, 4115.0, 4165.0, 4115.0, 4165.0, 4115.0, 4155.0, 4114.0, 4145.0, 4114.0, 4144.0, 4127.0, 4145.0, 4114.0, 4135.0, 4115.0, 4124.0, 4104.0, 4144.0, 4103.0, 4113.0, 4104.0, 4093.0, 4115.0, 4104.0, 4106.0, 4106.0, 4116.0, 4104.0, 4116.0, 4126.0, 4117.0, 4147.0, 4116.0, 4116.0, 4115.0, 4116.0, 4149.0, 4116.0, 4135.0, 4119.0, 4107.0, 4117.0, 4105.0, 4117.0, 4117.0, 4149.0, 4121.0, 4130.0, 4141.0, 4141.0, 4172.0, 4141.0, 4158.0, 4130.0, 4168.0, 4140.0, 4179.0, 4118.0, 4127.0, 4127.0, 4106.0, 4128.0, 4128.0, 4128.0, 4117.0, 4118.0, 4106.0, 4130.0, 4133.0, 4144.0, 4162.0, 4142.0, 4150.0, 4131.0, 4152.0, 4162.0, 4153.0, 4181.0, 4131.0, 4169.0, 4128.0, 4179.0, 4147.0, 4180.0, 4126.0, 4156.0, 4104.0, 4102.0, 4103.0, 4143.0, 4134.0, 4122.0, 4093.0, 4091.0, 4090.0, 4101.0, 4121.0, 4143.0, 4090.0, 4091.0, 4091.0, 4105.0, 4123.0, 4104.0, 4102.0, 4111.0, 4121.0, 4093.0, 4104.0, 4117.0, 4117.0, 4126.0, 4104.0, 4166.0, 4116.0, 4104.0, 4118.0, 4127.0, 4113.0, 4116.0, 4137.0, 4166.0, 4117.0, 4177.0, 4115.0, 4143.0, 4114.0, 4143.0, 4114.0, 4157.0, 4114.0, 4111.0, 4114.0, 4111.0, 4114.0, 4116.0, 4106.0, 4116.0, 4115.0, 4127.0, 4134.0, 4127.0, 4167.0, 4158.0, 4126.0, 4115.0, 4116.0, 4104.0, 4103.0, 4135.0, 4144.0, 4155.0, 4122.0, 4101.0, 4132.0, 4091.0, 4151.0, 4101.0, 4141.0, 4122.0, 4131.0, 4090.0, 4120.0, 4101.0, 4120.0, 4101.0, 4132.0, 4129.0, 4106.0, 4103.0, 4100.0, 4102.0, 4144.0, 4129.0, 4082.0, 4105.0, 4094.0, 4094.0, 4115.0, 4135.0, 4114.0, 4135.0, 4119.0, 4131.0, 4095.0, 4103.0, 4114.0, 4112.0, 4083.0, 4093.0, 4105.0, 4127.0, 4139.0, 4109.0, 4119.0, 4129.0, 4169.0, 4128.0, 4140.0, 4180.0, 4141.0, 4119.0, 4172.0, 4141.0, 4162.0, 4151.0, 4189.0, 4149.0, 4190.0, 4160.0, 4167.0, 4126.0, 4146.0, 4114.0, 4123.0, 4113.0, 4113.0, 4104.0, 4114.0, 4116.0, 4104.0, 4115.0, 4104.0, 4105.0, 4105.0, 4094.0, 4104.0, 4105.0, 4115.0, 4117.0, 4130.0, 4139.0, 4138.0, 4109.0, 4117.0, 4140.0, 4138.0, 4140.0, 4189.0, 4160.0, 4140.0, 4118.0, 4129.0, 4148.0, 4115.0, 4206.0, 4195.0, 4175.0, 4170.0, 4128.0, 4158.0, 4128.0, 4167.0, 4138.0, 4177.0, 4158.0, 4188.0, 4146.0, 4162.0, 4099.0, 4129.0, 4088.0, 4118.0, 4061.0, 4115.0, 4111.0, 4108.0, 4104.0, 4101.0, 4089.0, 4091.0, 4143.0, 4125.0, 4112.0, 4094.0, 4092.0, 4104.0, 4155.0, 4114.0, 4154.0, 4122.0, 4141.0, 4090.0, 4130.0, 4078.0, 4140.0, 4122.0, 4142.0, 4121.0, 4130.0, 4090.0, 4099.0, 4093.0, 4124.0, 4092.0, 4143.0, 4091.0, 4112.0, 4103.0, 4083.0, 4103.0, 4094.0, 4146.0, 4105.0, 4123.0, 4103.0, 4133.0, 4092.0, 4154.0, 4113.0, 4134.0, 4104.0, 4112.0, 4103.0, 4145.0, 4125.0, 4155.0, 4146.0, 4105.0, 4105.0, 4104.0, 4103.0, 4116.0, 4161.0, 4148.0, 4180.0, 4156.0, 4155.0, 4094.0, 4093.0, 4104.0, 4094.0, 4146.0, 4105.0, 4156.0, 4082.0, 4132.0, 4082.0, 4125.0, 4083.0, 4156.0, 4084.0, 4113.0, 4093.0, 4092.0, 4090.0, 4091.0, 4122.0, 4102.0, 4131.0, 4091.0, 4131.0, 4081.0, 4133.0, 4108.0, 4128.0, 4118.0, 4092.0, 4092.0, 4098.0, 4101.0, 4122.0, 4116.0, 4104.0, 4105.0, 4093.0, 4114.0, 4136.0, 4116.0, 4144.0, 4124.0, 4135.0, 4103.0, 4143.0, 4103.0, 4154.0, 4134.0, 4153.0, 4104.0, 4136.0, 4104.0, 4133.0, 4092.0, 4133.0, 4107.0, 4160.0, 4140.0, 4119.0, 4141.0, 4140.0, 4120.0, 4156.0, 4143.0, 4172.0, 4154.0, 4174.0, 4152.0, 4120.0, 4161.0, 4122.0, 4181.0, 4139.0, 4181.0, 4146.0, 4156.0, 4103.0, 4124.0, 4091.0, 4154.0, 4122.0, 4142.0, 4080.0, 4088.0, 4079.0, 4078.0, 4078.0, 4121.0, 4067.0, 4078.0, 4079.0, 4078.0, 4079.0, 4079.0, 4081.0, 4118.0, 4103.0, 4113.0, 4090.0, 4100.0, 4101.0, 4112.0, 4125.0, 4114.0, 4115.0, 4129.0, 4128.0, 4128.0, 4158.0, 4138.0, 4177.0, 4157.0, 4155.0, 4124.0, 4164.0, 4114.0, 4164.0, 4134.0, 4153.0, 4112.0, 4141.0, 4101.0, 4120.0, 4102.0, 4121.0, 4102.0, 4111.0, 4103.0, 4102.0, 4113.0, 4112.0, 4125.0, 4105.0, 4126.0, 4120.0, 4141.0, 4107.0, 4127.0, 4137.0, 4131.0, 4150.0, 4129.0, 4106.0, 4117.0, 4157.0, 4115.0, 4176.0, 4136.0, 4165.0, 4146.0, 4154.0, 4104.0, 4144.0, 4116.0, 4144.0, 4116.0, 4166.0, 4115.0, 4144.0, 4102.0, 4133.0, 4102.0, 4134.0, 4103.0, 4143.0, 4092.0, 4113.0, 4127.0, 4113.0, 4091.0, 4102.0, 4112.0, 4101.0, 4104.0, 4116.0, 4114.0, 4123.0, 4102.0, 4164.0, 4134.0, 4144.0, 4113.0, 4093.0, 4113.0, 4103.0, 4140.0, 4125.0, 4124.0, 4114.0, 4102.0, 4102.0, 4111.0, 4091.0, 4141.0, 4102.0, 4111.0, 4112.0, 4116.0, 4129.0, 4158.0, 4114.0, 4154.0, 4115.0, 4092.0, 4092.0, 4093.0, 4124.0, 4084.0, 4155.0, 4094.0, 4155.0, 4095.0, 4155.0, 4127.0, 4134.0, 4114.0, 4093.0, 4166.0, 4105.0, 4104.0, 4155.0, 4115.0, 4166.0, 4094.0, 4167.0, 4131.0, 4134.0, 4104.0, 4144.0, 4104.0, 4132.0, 4103.0, 4112.0, 4113.0, 4133.0, 4115.0, 4134.0, 4116.0, 4108.0, 4127.0, 4105.0, 4115.0, 4103.0, 4114.0, 4105.0, 4125.0, 4128.0, 4128.0, 4128.0, 4139.0, 4131.0, 4155.0, 4142.0, 4120.0, 4108.0, 4168.0, 4141.0, 4173.0, 4130.0, 4109.0, 4139.0, 4110.0, 4159.0, 4129.0, 4180.0, 4151.0, 4179.0, 4127.0, 4167.0, 4127.0, 4166.0, 4148.0, 4183.0, 4137.0, 4143.0, 4102.0, 4141.0, 4113.0, 4132.0, 4101.0, 4081.0, 4081.0, 4081.0, 4081.0, 4092.0, 4123.0, 4083.0, 4119.0, 4103.0, 4090.0, 4088.0, 4088.0, 4100.0, 4132.0, 4112.0, 4102.0, 4101.0, 4102.0, 4113.0, 4153.0, 4132.0, 4112.0, 4166.0, 4126.0, 4116.0, 4126.0, 4127.0, 4150.0, 4140.0, 4169.0, 4128.0, 4157.0, 4127.0, 4146.0, 4127.0, 4166.0, 4137.0, 4157.0, 4127.0, 4155.0, 4126.0, 4156.0, 4125.0, 4157.0, 4126.0, 4157.0, 4126.0, 4124.0, 4114.0, 4102.0, 4125.0, 4114.0, 4127.0, 4116.0, 4126.0, 4115.0, 4127.0, 4127.0, 4146.0, 4126.0, 4112.0, 4114.0, 4113.0, 4114.0, 4124.0, 4115.0, 4126.0, 4114.0, 4126.0, 4116.0, 4140.0, 4137.0, 4137.0, 4116.0, 4127.0, 4141.0, 4158.0, 4129.0, 4178.0, 4137.0, 4167.0, 4126.0, 4142.0, 4175.0, 4139.0, 4166.0, 4138.0, 4145.0, 4127.0, 4136.0, 4126.0, 4167.0, 4126.0, 4166.0, 4116.0, 4115.0, 4103.0, 4112.0, 4163.0, 4112.0, 4154.0, 4112.0, 4132.0, 4112.0, 4100.0, 4112.0, 4101.0, 4111.0, 4112.0, 4103.0, 4113.0, 4102.0, 4112.0, 4093.0, 4112.0, 4101.0, 4114.0, 4134.0, 4114.0, 4113.0, 4114.0, 4125.0, 4124.0, 4155.0, 4114.0, 4154.0, 4124.0, 4145.0, 4126.0, 4135.0, 4127.0, 4144.0, 4126.0, 4157.0, 4126.0, 4157.0, 4127.0, 4156.0, 4137.0, 4174.0, 4132.0, 4137.0, 4129.0, 4096.0, 4138.0, 4106.0, 4139.0, 4119.0, 4141.0, 4118.0, 4155.0, 4143.0, 4153.0, 4132.0, 4155.0, 4152.0, 4163.0, 4153.0, 4175.0, 4197.0, 4155.0, 4129.0, 4155.0, 4156.0, 4154.0, 4155.0, 4164.0, 4183.0, 4152.0, 4208.0, 4177.0, 4174.0, 4204.0, 4173.0, 4202.0, 4173.0, 4189.0, 4156.0, 4165.0, 4112.0, 4143.0, 4123.0, 4133.0, 4114.0, 4146.0, 4113.0, 4111.0, 4112.0, 4111.0, 4089.0, 4110.0, 4109.0, 4102.0, 4131.0, 4110.0, 4110.0, 4112.0, 4120.0, 4113.0, 4134.0, 4128.0, 4135.0, 4124.0, 4113.0, 4124.0, 4124.0, 4126.0, 4140.0, 4137.0, 4114.0, 4124.0, 4114.0, 4103.0, 4124.0, 4144.0, 4125.0, 4118.0, 4150.0, 4140.0, 4128.0, 4138.0, 4128.0, 4116.0, 4137.0, 4118.0, 4140.0, 4141.0, 4140.0, 4149.0, 4152.0, 4128.0, 4128.0, 4104.0, 4128.0, 4121.0, 4118.0, 4084.0, 4104.0, 4082.0, 4094.0, 4084.0, 4096.0, 4085.0, 4105.0, 4095.0, 4138.0, 4107.0, 4169.0, 4127.0, 4167.0, 4117.0, 4157.0, 4094.0, 4145.0, 4083.0, 4165.0, 4103.0, 4142.0, 4092.0, 4124.0, 4129.0, 4113.0, 4114.0, 4133.0, 4112.0, 4111.0, 4138.0, 4146.0, 4124.0, 4124.0, 4124.0, 4116.0, 4125.0, 4123.0, 4126.0, 4140.0, 4139.0, 4119.0, 4137.0, 4117.0, 4127.0, 4116.0, 4137.0, 4120.0, 4148.0, 4130.0, 4158.0, 4139.0, 4169.0, 4128.0, 4182.0, 4151.0, 4168.0, 4136.0, 4143.0, 4103.0, 4122.0, 4101.0, 4101.0, 4110.0], 'WindowWidth': [9377.0, 9312.0, 9351.0, 9315.0, 9332.0, 9268.0, 9301.0, 9242.0, 9278.0, 9237.0, 9275.0, 9229.0, 9235.0, 9167.0, 9189.0, 9146.0, 9185.0, 9146.0, 9189.0, 9134.0, 9160.0, 9131.0, 9161.0, 9200.0, 9161.0, 9214.0, 9161.0, 9189.0, 9163.0, 9158.0, 9164.0, 9173.0, 9163.0, 9176.0, 9150.0, 9187.0, 9156.0, 9170.0, 9161.0, 9153.0, 9166.0, 9155.0, 9181.0, 9154.0, 9207.0, 9156.0, 9220.0, 9199.0, 9223.0, 9184.0, 9191.0, 9154.0, 9204.0, 9217.0, 9207.0, 9267.0, 9168.0, 9196.0, 9149.0, 9216.0, 9174.0, 9196.0, 9126.0, 9135.0, 9124.0, 9126.0, 9127.0, 9147.0, 9169.0, 9146.0, 9197.0, 9144.0, 9183.0, 9144.0, 9198.0, 9157.0, 9183.0, 9148.0, 9145.0, 9133.0, 9142.0, 9127.0, 9141.0, 9140.0, 9155.0, 9132.0, 9217.0, 9149.0, 9140.0, 9149.0, 9173.0, 9165.0, 9239.0, 9181.0, 9221.0, 9165.0, 9203.0, 9150.0, 9186.0, 9171.0, 9204.0, 9166.0, 9202.0, 9177.0, 9185.0, 9151.0, 9174.0, 9150.0, 9204.0, 9168.0, 9205.0, 9165.0, 9185.0, 9135.0, 9155.0, 9146.0, 9157.0, 9145.0, 9179.0, 9139.0, 9132.0, 9131.0, 9129.0, 9145.0, 9177.0, 9161.0, 9132.0, 9230.0, 9133.0, 9222.0, 9152.0, 9200.0, 9150.0, 9176.0, 9141.0, 9178.0, 9151.0, 9190.0, 9150.0, 9205.0, 9152.0, 9157.0, 9148.0, 9157.0, 9147.0, 9175.0, 9181.0, 9180.0, 9169.0, 9164.0, 9161.0, 9159.0, 9176.0, 9194.0, 9261.0, 9219.0, 9189.0, 9245.0, 9175.0, 9238.0, 9171.0, 9252.0, 9224.0, 9250.0, 9203.0, 9212.0, 9158.0, 9165.0, 9139.0, 9163.0, 9126.0, 9168.0, 9125.0, 9108.0, 9109.0, 9125.0, 9164.0, 9138.0, 9208.0, 9138.0, 9181.0, 9139.0, 9149.0, 9138.0, 9163.0, 9138.0, 9162.0, 9140.0, 9136.0, 9141.0, 9124.0, 9135.0, 9152.0, 9167.0, 9140.0, 9154.0, 9142.0, 9194.0, 9139.0, 9163.0, 9137.0, 9148.0, 9125.0, 9126.0, 9138.0, 9123.0, 9124.0, 9156.0, 9139.0, 9143.0, 9129.0, 9143.0, 9156.0, 9127.0, 9167.0, 9143.0, 9120.0, 9145.0, 9129.0, 9143.0, 9198.0, 9157.0, 9195.0, 9145.0, 9214.0, 9157.0, 9177.0, 9159.0, 9184.0, 9151.0, 9155.0, 9161.0, 9164.0, 9179.0, 9158.0, 9167.0, 9176.0, 9190.0, 9181.0, 9172.0, 9167.0, 9173.0, 9169.0, 9171.0, 9200.0, 9199.0, 9212.0, 9196.0, 9152.0, 9230.0, 9158.0, 9244.0, 9201.0, 9228.0, 9168.0, 9195.0, 9141.0, 9165.0, 9142.0, 9178.0, 9143.0, 9152.0, 9143.0, 9128.0, 9128.0, 9141.0, 9155.0, 9147.0, 9172.0, 9173.0, 9246.0, 9155.0, 9230.0, 9161.0, 9198.0, 9162.0, 9187.0, 9222.0, 9165.0, 9207.0, 9180.0, 9186.0, 9161.0, 9214.0, 9192.0, 9228.0, 9163.0, 9200.0, 9160.0, 9183.0, 9160.0, 9198.0, 9143.0, 9152.0, 9159.0, 9140.0, 9121.0, 9139.0, 9179.0, 9146.0, 9197.0, 9142.0, 9156.0, 9157.0, 9180.0, 9140.0, 9191.0, 9143.0, 9183.0, 9156.0, 9141.0, 9160.0, 9160.0, 9162.0, 9191.0, 9166.0, 9174.0, 9164.0, 9145.0, 9148.0, 9164.0, 9162.0, 9164.0, 9151.0, 9164.0, 9187.0, 9161.0, 9227.0, 9204.0, 9229.0, 9161.0, 9214.0, 9143.0, 9195.0, 9157.0, 9210.0, 9159.0, 9200.0, 9161.0, 9171.0, 9160.0, 9182.0, 9162.0, 9185.0, 9158.0, 9142.0, 9156.0, 9142.0, 9140.0, 9198.0, 9142.0, 9142.0, 9145.0, 9141.0, 9111.0, 9139.0, 9209.0, 9157.0, 9193.0, 9145.0, 9197.0, 9156.0, 9179.0, 9156.0, 9165.0, 9159.0, 9170.0, 9160.0, 9146.0, 9166.0, 9190.0, 9169.0, 9164.0, 9148.0, 9133.0, 9167.0, 9151.0, 9166.0, 9152.0, 9151.0, 9165.0, 9206.0, 9153.0, 9177.0, 9167.0, 9207.0, 9168.0, 9235.0, 9199.0, 9232.0, 9166.0, 9216.0, 9168.0, 9190.0, 9168.0, 9193.0, 9170.0, 9178.0, 9183.0, 9166.0, 9168.0, 9211.0, 9169.0, 9169.0, 9169.0, 9167.0, 9164.0, 9162.0, 9233.0, 9174.0, 9186.0, 9164.0, 9198.0, 9160.0, 9226.0, 9162.0, 9227.0, 9161.0, 9213.0, 9160.0, 9199.0, 9158.0, 9198.0, 9178.0, 9200.0, 9160.0, 9185.0, 9161.0, 9171.0, 9145.0, 9197.0, 9143.0, 9155.0, 9145.0, 9129.0, 9162.0, 9144.0, 9150.0, 9149.0, 9164.0, 9147.0, 9166.0, 9178.0, 9165.0, 9208.0, 9163.0, 9163.0, 9163.0, 9164.0, 9213.0, 9165.0, 9188.0, 9172.0, 9155.0, 9169.0, 9150.0, 9168.0, 9171.0, 9214.0, 9182.0, 9191.0, 9207.0, 9207.0, 9248.0, 9206.0, 9224.0, 9190.0, 9238.0, 9202.0, 9254.0, 9172.0, 9180.0, 9183.0, 9151.0, 9186.0, 9184.0, 9185.0, 9168.0, 9172.0, 9153.0, 9191.0, 9199.0, 9217.0, 9235.0, 9209.0, 9217.0, 9192.0, 9220.0, 9237.0, 9223.0, 9259.0, 9191.0, 9237.0, 9182.0, 9255.0, 9206.0, 9257.0, 9176.0, 9215.0, 9143.0, 9137.0, 9139.0, 9194.0, 9182.0, 9163.0, 9125.0, 9121.0, 9118.0, 9134.0, 9160.0, 9192.0, 9120.0, 9122.0, 9122.0, 9149.0, 9168.0, 9143.0, 9137.0, 9146.0, 9161.0, 9129.0, 9144.0, 9169.0, 9171.0, 9176.0, 9145.0, 9228.0, 9165.0, 9144.0, 9170.0, 9180.0, 9156.0, 9162.0, 9192.0, 9230.0, 9165.0, 9247.0, 9162.0, 9194.0, 9157.0, 9191.0, 9157.0, 9217.0, 9157.0, 9147.0, 9155.0, 9148.0, 9158.0, 9165.0, 9150.0, 9163.0, 9162.0, 9181.0, 9184.0, 9179.0, 9232.0, 9222.0, 9174.0, 9159.0, 9160.0, 9144.0, 9142.0, 9185.0, 9196.0, 9213.0, 9164.0, 9135.0, 9177.0, 9119.0, 9202.0, 9133.0, 9185.0, 9161.0, 9171.0, 9120.0, 9157.0, 9134.0, 9156.0, 9135.0, 9179.0, 9190.0, 9152.0, 9143.0, 9133.0, 9141.0, 9198.0, 9188.0, 9115.0, 9147.0, 9132.0, 9132.0, 9161.0, 9189.0, 9160.0, 9189.0, 9174.0, 9195.0, 9137.0, 9142.0, 9158.0, 9152.0, 9113.0, 9127.0, 9147.0, 9183.0, 9200.0, 9160.0, 9175.0, 9187.0, 9240.0, 9185.0, 9204.0, 9254.0, 9203.0, 9175.0, 9246.0, 9206.0, 9237.0, 9220.0, 9267.0, 9212.0, 9269.0, 9225.0, 9231.0, 9175.0, 9200.0, 9159.0, 9166.0, 9156.0, 9154.0, 9145.0, 9156.0, 9163.0, 9144.0, 9163.0, 9145.0, 9148.0, 9147.0, 9132.0, 9146.0, 9148.0, 9160.0, 9170.0, 9190.0, 9200.0, 9198.0, 9163.0, 9169.0, 9204.0, 9198.0, 9205.0, 9266.0, 9230.0, 9204.0, 9170.0, 9186.0, 9210.0, 9160.0, 9301.0, 9301.0, 9255.0, 9241.0, 9180.0, 9218.0, 9180.0, 9230.0, 9191.0, 9244.0, 9217.0, 9260.0, 9196.0, 9215.0, 9125.0, 9161.0, 9106.0, 9147.0, 9061.0, 9140.0, 9147.0, 9159.0, 9148.0, 9136.0, 9114.0, 9122.0, 9190.0, 9174.0, 9150.0, 9127.0, 9125.0, 9142.0, 9212.0, 9155.0, 9209.0, 9163.0, 9185.0, 9116.0, 9166.0, 9099.0, 9181.0, 9160.0, 9187.0, 9159.0, 9168.0, 9118.0, 9127.0, 9129.0, 9168.0, 9124.0, 9190.0, 9121.0, 9151.0, 9141.0, 9114.0, 9140.0, 9131.0, 9203.0, 9145.0, 9165.0, 9140.0, 9179.0, 9126.0, 9206.0, 9153.0, 9182.0, 9145.0, 9151.0, 9143.0, 9200.0, 9174.0, 9212.0, 9201.0, 9150.0, 9148.0, 9146.0, 9142.0, 9163.0, 9234.0, 9207.0, 9253.0, 9213.0, 9210.0, 9129.0, 9127.0, 9143.0, 9130.0, 9202.0, 9145.0, 9212.0, 9111.0, 9175.0, 9109.0, 9168.0, 9114.0, 9213.0, 9114.0, 9150.0, 9126.0, 9122.0, 9117.0, 9119.0, 9159.0, 9134.0, 9171.0, 9119.0, 9170.0, 9105.0, 9177.0, 9158.0, 9181.0, 9168.0, 9124.0, 9123.0, 9126.0, 9134.0, 9162.0, 9162.0, 9143.0, 9145.0, 9128.0, 9157.0, 9186.0, 9160.0, 9196.0, 9167.0, 9182.0, 9138.0, 9192.0, 9139.0, 9208.0, 9181.0, 9206.0, 9145.0, 9188.0, 9142.0, 9180.0, 9123.0, 9179.0, 9152.0, 9229.0, 9204.0, 9175.0, 9206.0, 9202.0, 9180.0, 9233.0, 9208.0, 9246.0, 9227.0, 9250.0, 9217.0, 9173.0, 9230.0, 9177.0, 9258.0, 9195.0, 9255.0, 9200.0, 9213.0, 9137.0, 9164.0, 9118.0, 9206.0, 9160.0, 9187.0, 9100.0, 9108.0, 9098.0, 9096.0, 9096.0, 9153.0, 9079.0, 9095.0, 9098.0, 9096.0, 9099.0, 9100.0, 9103.0, 9170.0, 9139.0, 9151.0, 9117.0, 9130.0, 9134.0, 9151.0, 9172.0, 9157.0, 9158.0, 9184.0, 9184.0, 9183.0, 9219.0, 9193.0, 9245.0, 9216.0, 9212.0, 9169.0, 9222.0, 9154.0, 9221.0, 9182.0, 9204.0, 9149.0, 9186.0, 9133.0, 9154.0, 9136.0, 9159.0, 9135.0, 9147.0, 9138.0, 9136.0, 9152.0, 9150.0, 9171.0, 9144.0, 9175.0, 9176.0, 9203.0, 9152.0, 9179.0, 9193.0, 9188.0, 9213.0, 9183.0, 9148.0, 9163.0, 9216.0, 9157.0, 9240.0, 9185.0, 9224.0, 9199.0, 9206.0, 9141.0, 9192.0, 9160.0, 9194.0, 9161.0, 9226.0, 9156.0, 9190.0, 9137.0, 9177.0, 9135.0, 9177.0, 9137.0, 9189.0, 9123.0, 9151.0, 9181.0, 9154.0, 9122.0, 9134.0, 9148.0, 9132.0, 9142.0, 9167.0, 9159.0, 9166.0, 9138.0, 9221.0, 9184.0, 9194.0, 9152.0, 9128.0, 9154.0, 9141.0, 9204.0, 9174.0, 9170.0, 9157.0, 9136.0, 9137.0, 9146.0, 9123.0, 9188.0, 9137.0, 9148.0, 9151.0, 9164.0, 9187.0, 9220.0, 9156.0, 9206.0, 9158.0, 9121.0, 9122.0, 9127.0, 9167.0, 9113.0, 9206.0, 9126.0, 9211.0, 9132.0, 9209.0, 9177.0, 9181.0, 9154.0, 9125.0, 9226.0, 9144.0, 9141.0, 9210.0, 9157.0, 9225.0, 9129.0, 9233.0, 9192.0, 9180.0, 9141.0, 9193.0, 9142.0, 9176.0, 9140.0, 9151.0, 9154.0, 9178.0, 9157.0, 9181.0, 9163.0, 9158.0, 9181.0, 9149.0, 9159.0, 9141.0, 9157.0, 9146.0, 9174.0, 9181.0, 9182.0, 9184.0, 9196.0, 9189.0, 9229.0, 9207.0, 9175.0, 9155.0, 9232.0, 9202.0, 9247.0, 9186.0, 9157.0, 9196.0, 9159.0, 9221.0, 9183.0, 9252.0, 9215.0, 9249.0, 9177.0, 9230.0, 9176.0, 9227.0, 9205.0, 9263.0, 9189.0, 9189.0, 9132.0, 9182.0, 9149.0, 9172.0, 9132.0, 9105.0, 9105.0, 9104.0, 9106.0, 9121.0, 9163.0, 9114.0, 9172.0, 9139.0, 9116.0, 9111.0, 9111.0, 9130.0, 9178.0, 9150.0, 9137.0, 9136.0, 9137.0, 9155.0, 9228.0, 9175.0, 9152.0, 9230.0, 9176.0, 9161.0, 9175.0, 9181.0, 9217.0, 9204.0, 9236.0, 9183.0, 9218.0, 9179.0, 9201.0, 9179.0, 9229.0, 9192.0, 9220.0, 9179.0, 9212.0, 9175.0, 9216.0, 9173.0, 9220.0, 9178.0, 9218.0, 9176.0, 9169.0, 9157.0, 9139.0, 9171.0, 9157.0, 9178.0, 9164.0, 9176.0, 9162.0, 9179.0, 9179.0, 9200.0, 9174.0, 9151.0, 9156.0, 9153.0, 9154.0, 9171.0, 9160.0, 9176.0, 9158.0, 9176.0, 9163.0, 9200.0, 9194.0, 9196.0, 9167.0, 9181.0, 9206.0, 9225.0, 9190.0, 9248.0, 9194.0, 9232.0, 9178.0, 9210.0, 9258.0, 9201.0, 9231.0, 9195.0, 9201.0, 9179.0, 9189.0, 9177.0, 9230.0, 9178.0, 9230.0, 9162.0, 9157.0, 9140.0, 9150.0, 9221.0, 9150.0, 9207.0, 9153.0, 9175.0, 9152.0, 9133.0, 9151.0, 9134.0, 9150.0, 9152.0, 9141.0, 9153.0, 9137.0, 9152.0, 9126.0, 9152.0, 9135.0, 9156.0, 9181.0, 9156.0, 9155.0, 9158.0, 9174.0, 9171.0, 9212.0, 9158.0, 9210.0, 9171.0, 9199.0, 9176.0, 9189.0, 9178.0, 9198.0, 9176.0, 9218.0, 9177.0, 9217.0, 9180.0, 9215.0, 9192.0, 9256.0, 9195.0, 9195.0, 9187.0, 9137.0, 9197.0, 9154.0, 9202.0, 9175.0, 9205.0, 9172.0, 9234.0, 9217.0, 9226.0, 9201.0, 9234.0, 9222.0, 9237.0, 9224.0, 9257.0, 9311.0, 9232.0, 9186.0, 9231.0, 9236.0, 9229.0, 9229.0, 9240.0, 9265.0, 9222.0, 9308.0, 9262.0, 9252.0, 9295.0, 9252.0, 9289.0, 9252.0, 9268.0, 9215.0, 9223.0, 9151.0, 9192.0, 9167.0, 9181.0, 9156.0, 9199.0, 9152.0, 9147.0, 9150.0, 9146.0, 9114.0, 9144.0, 9141.0, 9136.0, 9171.0, 9145.0, 9144.0, 9150.0, 9158.0, 9152.0, 9183.0, 9184.0, 9186.0, 9171.0, 9154.0, 9172.0, 9171.0, 9177.0, 9205.0, 9193.0, 9157.0, 9169.0, 9158.0, 9143.0, 9170.0, 9197.0, 9174.0, 9171.0, 9216.0, 9202.0, 9181.0, 9193.0, 9182.0, 9166.0, 9195.0, 9171.0, 9202.0, 9206.0, 9203.0, 9213.0, 9222.0, 9182.0, 9181.0, 9145.0, 9180.0, 9177.0, 9165.0, 9113.0, 9141.0, 9108.0, 9127.0, 9114.0, 9134.0, 9119.0, 9144.0, 9133.0, 9190.0, 9151.0, 9234.0, 9177.0, 9230.0, 9165.0, 9216.0, 9129.0, 9198.0, 9112.0, 9225.0, 9137.0, 9188.0, 9123.0, 9168.0, 9186.0, 9154.0, 9157.0, 9181.0, 9152.0, 9150.0, 9199.0, 9205.0, 9172.0, 9171.0, 9171.0, 9164.0, 9174.0, 9169.0, 9177.0, 9202.0, 9202.0, 9174.0, 9193.0, 9168.0, 9180.0, 9166.0, 9192.0, 9177.0, 9213.0, 9190.0, 9224.0, 9200.0, 9239.0, 9186.0, 9262.0, 9221.0, 9239.0, 9192.0, 9195.0, 9141.0, 9163.0, 9135.0, 9134.0, 9146.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.001711480637813212</td></tr>
<tr><td colspan=3>aqi</td><td>0.03648730615034169</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.34084219483275</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1917790673784172</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0168638356003055</td></tr>
<tr><td colspan=3>efc</td><td>0.4985</td></tr>
<tr><td colspan=3>fber</td><td>3418.4526</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11162009827194808</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>122</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.263477600607441</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5511045121141094</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6071116651143416</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6412646643000706</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4049372069279147</td></tr>
<tr><td colspan=3>gcor</td><td>0.0106515</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.003832204034551978</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.023449506610631943</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.976067791702349</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>25.4882</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>55.7738</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>202.6944</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>59.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>296224.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>920.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>388.9307</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.704</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>553.9365</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3300.7912</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3437.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>80320.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1229.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4355.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>864.4165</td></tr>
<tr><td colspan=3>tsnr</td><td>30.46636951121036</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>