<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-04/func/sub-0056_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>31764c59239f64fa6baf693561dfedd5</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>17:56:11.640000</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.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0863659</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>[4160, -7785, -7284, 828, -17, -386, 100, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>d5825624-ebfa-4719-8ec9-41167e02d7be||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.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [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': ['175611.640000', '175612.100000', '175612.560000', '175613.020000', '175613.480000', '175613.940000', '175614.400000', '175614.860000', '175615.320000', '175615.780000', '175616.240000', '175616.700000', '175617.160000', '175617.620000', '175618.080000', '175618.540000', '175619.000000', '175619.460000', '175619.920000', '175620.380000', '175620.840000', '175621.300000', '175621.760000', '175622.220000', '175622.680000', '175623.140000', '175623.600000', '175624.060000', '175624.520000', '175624.980000', '175625.440000', '175625.900000', '175626.360000', '175626.820000', '175627.280000', '175627.740000', '175628.200000', '175628.660000', '175629.120000', '175629.580000', '175630.040000', '175630.500000', '175630.960000', '175631.420000', '175631.880000', '175632.340000', '175632.800000', '175633.260000', '175633.720000', '175634.180000', '175634.640000', '175635.100000', '175635.560000', '175636.020000', '175636.480000', '175636.940000', '175637.400000', '175637.860000', '175638.320000', '175638.780000', '175639.240000', '175639.700000', '175640.160000', '175640.620000', '175641.080000', '175641.540000', '175642.000000', '175642.460000', '175642.920000', '175643.380000', '175643.840000', '175644.300000', '175644.760000', '175645.220000', '175645.680000', '175646.140000', '175646.600000', '175647.060000', '175647.520000', '175647.980000', '175648.440000', '175648.900000', '175649.360000', '175649.820000', '175650.280000', '175650.740000', '175651.200000', '175651.660000', '175652.120000', '175652.580000', '175653.040000', '175653.500000', '175653.960000', '175654.420000', '175654.880000', '175655.340000', '175655.800000', '175656.260000', '175656.720000', '175657.180000', '175657.640000', '175658.100000', '175658.560000', '175659.020000', '175659.480000', '175659.940000', '175700.400000', '175700.860000', '175701.320000', '175701.780000', '175702.240000', '175702.700000', '175703.160000', '175703.620000', '175704.080000', '175704.540000', '175705.000000', '175705.460000', '175705.920000', '175706.380000', '175706.840000', '175707.300000', '175707.760000', '175708.220000', '175708.680000', '175709.140000', '175709.600000', '175710.060000', '175710.520000', '175710.980000', '175711.440000', '175711.900000', '175712.360000', '175712.820000', '175713.280000', '175713.740000', '175714.200000', '175714.660000', '175715.120000', '175715.580000', '175716.040000', '175716.500000', '175716.960000', '175717.420000', '175717.880000', '175718.340000', '175718.800000', '175719.260000', '175719.720000', '175720.180000', '175720.640000', '175721.100000', '175721.560000', '175722.020000', '175722.480000', '175722.940000', '175723.400000', '175723.860000', '175724.320000', '175724.780000', '175725.240000', '175725.700000', '175726.160000', '175726.620000', '175727.080000', '175727.540000', '175728.000000', '175728.460000', '175728.920000', '175729.380000', '175729.840000', '175730.300000', '175730.760000', '175731.220000', '175731.680000', '175732.140000', '175732.600000', '175733.060000', '175733.520000', '175733.980000', '175734.440000', '175734.900000', '175735.360000', '175735.820000', '175736.280000', '175736.740000', '175737.200000', '175737.660000', '175738.120000', '175738.580000', '175739.040000', '175739.500000', '175739.960000', '175740.420000', '175740.880000', '175741.340000', '175741.800000', '175742.260000', '175742.720000', '175743.180000', '175743.640000', '175744.100000', '175744.560000', '175745.020000', '175745.480000', '175745.940000', '175746.400000', '175746.860000', '175747.320000', '175747.780000', '175748.240000', '175748.700000', '175749.160000', '175749.620000', '175750.080000', '175750.540000', '175751.000000', '175751.460000', '175751.920000', '175752.380000', '175752.840000', '175753.300000', '175753.760000', '175754.220000', '175754.680000', '175755.140000', '175755.600000', '175756.060000', '175756.520000', '175756.980000', '175757.440000', '175757.900000', '175758.360000', '175758.820000', '175759.280000', '175759.740000', '175800.200000', '175800.660000', '175801.120000', '175801.580000', '175802.040000', '175802.500000', '175802.960000', '175803.420000', '175803.880000', '175804.340000', '175804.800000', '175805.260000', '175805.720000', '175806.180000', '175806.640000', '175807.100000', '175807.560000', '175808.020000', '175808.480000', '175808.940000', '175809.400000', '175809.860000', '175810.320000', '175810.780000', '175811.240000', '175811.700000', '175812.160000', '175812.620000', '175813.080000', '175813.540000', '175814.000000', '175814.460000', '175814.920000', '175815.380000', '175815.840000', '175816.300000', '175816.760000', '175817.220000', '175817.680000', '175818.140000', '175818.600000', '175819.060000', '175819.520000', '175819.980000', '175820.440000', '175820.900000', '175821.360000', '175821.820000', '175822.280000', '175822.740000', '175823.200000', '175823.660000', '175824.120000', '175824.580000', '175825.040000', '175825.500000', '175825.960000', '175826.420000', '175826.880000', '175827.340000', '175827.800000', '175828.260000', '175828.720000', '175829.180000', '175829.640000', '175830.100000', '175830.560000', '175831.020000', '175831.480000', '175831.940000', '175832.400000', '175832.860000', '175833.320000', '175833.780000', '175834.240000', '175834.700000', '175835.160000', '175835.620000', '175836.080000', '175836.540000', '175837.000000', '175837.460000', '175837.920000', '175838.380000', '175838.840000', '175839.300000', '175839.760000', '175840.220000', '175840.680000', '175841.140000', '175841.600000', '175842.060000', '175842.520000', '175842.980000', '175843.440000', '175843.900000', '175844.360000', '175844.820000', '175845.280000', '175845.740000', '175846.200000', '175846.660000', '175847.120000', '175847.580000', '175848.040000', '175848.500000', '175848.960000', '175849.420000', '175849.880000', '175850.340000', '175850.800000', '175851.260000', '175851.720000', '175852.180000', '175852.640000', '175853.100000', '175853.560000', '175854.020000', '175854.480000', '175854.940000', '175855.400000', '175855.860000', '175856.320000', '175856.780000', '175857.240000', '175857.700000', '175858.160000', '175858.620000', '175859.080000', '175859.540000', '175900.000000', '175900.460000', '175900.920000', '175901.380000', '175901.840000', '175902.300000', '175902.760000', '175903.220000', '175903.680000', '175904.140000', '175904.600000', '175905.060000', '175905.520000', '175905.980000', '175906.440000', '175906.900000', '175907.360000', '175907.820000', '175908.280000', '175908.740000', '175909.200000', '175909.660000', '175910.120000', '175910.580000', '175911.040000', '175911.500000', '175911.960000', '175912.420000', '175912.880000', '175913.340000', '175913.800000', '175914.260000', '175914.720000', '175915.180000', '175915.640000', '175916.100000', '175916.560000', '175917.020000', '175917.480000', '175917.940000', '175918.400000', '175918.860000', '175919.320000', '175919.780000', '175920.240000', '175920.700000', '175921.160000', '175921.620000', '175922.080000', '175922.540000', '175923.000000', '175923.460000', '175923.920000', '175924.380000', '175924.840000', '175925.300000', '175925.760000', '175926.220000', '175926.680000', '175927.140000', '175927.600000', '175928.060000', '175928.520000', '175928.980000', '175929.440000', '175929.900000', '175930.360000', '175930.820000', '175931.280000', '175931.740000', '175932.200000', '175932.660000', '175933.120000', '175933.580000', '175934.040000', '175934.500000', '175934.960000', '175935.420000', '175935.880000', '175936.340000', '175936.800000', '175937.260000', '175937.720000', '175938.180000', '175938.640000', '175939.100000', '175939.560000', '175940.020000', '175940.480000', '175940.940000', '175941.400000', '175941.860000', '175942.320000', '175942.780000', '175943.240000', '175943.700000', '175944.160000', '175944.620000', '175945.080000', '175945.540000', '175946.000000', '175946.460000', '175946.920000', '175947.380000', '175947.840000', '175948.300000', '175948.760000', '175949.220000', '175949.680000', '175950.140000', '175950.600000', '175951.060000', '175951.520000', '175951.980000', '175952.440000', '175952.900000', '175953.360000', '175953.820000', '175954.280000', '175954.740000', '175955.200000', '175955.660000', '175956.120000', '175956.580000', '175957.040000', '175957.500000', '175957.960000', '175958.420000', '175958.880000', '175959.340000', '175959.800000', '180000.260000', '180000.720000', '180001.180000', '180001.640000', '180002.100000', '180002.560000', '180003.020000', '180003.480000', '180003.940000', '180004.400000', '180004.860000', '180005.320000', '180005.780000', '180006.240000', '180006.700000', '180007.160000', '180007.620000', '180008.080000', '180008.540000', '180009.000000', '180009.460000', '180009.920000', '180010.380000', '180010.840000', '180011.300000', '180011.760000', '180012.220000', '180012.680000', '180013.140000', '180013.600000', '180014.060000', '180014.520000', '180014.980000', '180015.440000', '180015.900000', '180016.360000', '180016.820000', '180017.280000', '180017.740000', '180018.200000', '180018.660000', '180019.120000', '180019.580000', '180020.040000', '180020.500000', '180020.960000', '180021.420000', '180021.880000', '180022.340000', '180022.800000', '180023.260000', '180023.720000', '180024.180000', '180024.640000', '180025.100000', '180025.560000', '180026.020000', '180026.480000', '180026.940000', '180027.400000', '180027.860000', '180028.320000', '180028.780000', '180029.240000', '180029.700000', '180030.160000', '180030.620000', '180031.080000', '180031.540000', '180032.000000', '180032.460000', '180032.920000', '180033.380000', '180033.840000', '180034.300000', '180034.760000', '180035.220000', '180035.680000', '180036.140000', '180036.600000', '180037.060000', '180037.520000', '180037.980000', '180038.440000', '180038.900000', '180039.360000', '180039.820000', '180040.280000', '180040.740000', '180041.200000', '180041.660000', '180042.120000', '180042.580000', '180043.040000', '180043.500000', '180043.960000', '180044.420000', '180044.880000', '180045.340000', '180045.800000', '180046.260000', '180046.720000', '180047.180000', '180047.640000', '180048.100000', '180048.560000', '180049.020000', '180049.480000', '180049.940000', '180050.400000', '180050.860000', '180051.320000', '180051.780000', '180052.240000', '180052.700000', '180053.160000', '180053.620000', '180054.080000', '180054.540000', '180055.000000', '180055.460000', '180055.920000', '180056.380000', '180056.840000', '180057.300000', '180057.760000', '180058.220000', '180058.680000', '180059.140000', '180059.600000', '180100.060000', '180100.520000', '180100.980000', '180101.440000', '180101.900000', '180102.360000', '180102.820000', '180103.280000', '180103.740000', '180104.200000', '180104.660000', '180105.120000', '180105.580000', '180106.040000', '180106.500000', '180106.960000', '180107.420000', '180107.880000', '180108.340000', '180108.800000', '180109.260000', '180109.720000', '180110.180000', '180110.640000', '180111.100000', '180111.560000', '180112.020000', '180112.480000', '180112.940000', '180113.400000', '180113.860000', '180114.320000', '180114.780000', '180115.240000', '180115.700000', '180116.160000', '180116.620000', '180117.080000', '180117.540000', '180118.000000', '180118.460000', '180118.920000', '180119.380000', '180119.840000', '180120.300000', '180120.760000', '180121.220000', '180121.680000', '180122.140000', '180122.600000', '180123.060000', '180123.520000', '180123.980000', '180124.440000', '180124.900000', '180125.360000', '180125.820000', '180126.280000', '180126.740000', '180127.200000', '180127.660000', '180128.120000', '180128.580000', '180129.040000', '180129.500000', '180129.960000', '180130.420000', '180130.880000', '180131.340000', '180131.800000', '180132.260000', '180132.720000', '180133.180000', '180133.640000', '180134.100000', '180134.560000', '180135.020000', '180135.480000', '180135.940000', '180136.400000', '180136.860000', '180137.320000', '180137.780000', '180138.240000', '180138.700000', '180139.160000', '180139.620000', '180140.080000', '180140.540000', '180141.000000', '180141.460000', '180141.920000', '180142.380000', '180142.840000', '180143.300000', '180143.760000', '180144.220000', '180144.680000', '180145.140000', '180145.600000', '180146.060000', '180146.520000', '180146.980000', '180147.440000', '180147.900000', '180148.360000', '180148.820000', '180149.280000', '180149.740000', '180150.200000', '180150.660000', '180151.120000', '180151.580000', '180152.040000', '180152.500000', '180152.960000', '180153.420000', '180153.880000', '180154.340000', '180154.800000', '180155.260000', '180155.720000', '180156.180000', '180156.640000', '180157.100000', '180157.560000', '180158.020000', '180158.480000', '180158.940000', '180159.400000', '180159.860000', '180200.320000', '180200.780000', '180201.240000', '180201.700000', '180202.160000', '180202.620000', '180203.080000', '180203.540000', '180204.000000', '180204.460000', '180204.920000', '180205.380000', '180205.840000', '180206.300000', '180206.760000', '180207.220000', '180207.680000', '180208.140000', '180208.600000', '180209.060000', '180209.520000', '180209.980000', '180210.440000', '180210.900000', '180211.360000', '180211.820000', '180212.280000', '180212.740000', '180213.200000', '180213.660000', '180214.120000', '180214.580000', '180215.040000', '180215.500000', '180215.960000', '180216.420000', '180216.880000', '180217.340000', '180217.800000', '180218.260000', '180218.720000', '180219.180000', '180219.640000', '180220.100000', '180220.560000', '180221.020000', '180221.480000', '180221.940000', '180222.400000', '180222.860000', '180223.320000', '180223.780000', '180224.240000', '180224.700000', '180225.160000', '180225.620000', '180226.080000', '180226.540000', '180227.000000', '180227.460000', '180227.920000', '180228.380000', '180228.840000', '180229.300000', '180229.760000', '180230.220000', '180230.680000', '180231.140000', '180231.600000', '180232.060000', '180232.520000', '180232.980000', '180233.440000', '180233.900000', '180234.360000', '180234.820000', '180235.280000', '180235.740000', '180236.200000', '180236.660000', '180237.120000', '180237.580000', '180238.040000', '180238.500000', '180238.960000', '180239.420000', '180239.880000', '180240.340000', '180240.800000', '180241.260000', '180241.720000', '180242.180000', '180242.640000', '180243.100000', '180243.560000', '180244.020000', '180244.480000', '180244.940000', '180245.400000', '180245.860000', '180246.320000', '180246.780000', '180247.240000', '180247.700000', '180248.160000', '180248.620000', '180249.080000', '180249.540000', '180250.000000', '180250.460000', '180250.920000', '180251.380000', '180251.840000', '180252.300000', '180252.760000', '180253.220000', '180253.680000', '180254.140000', '180254.600000', '180255.060000', '180255.520000', '180255.980000', '180256.440000', '180256.900000', '180257.360000', '180257.820000', '180258.280000', '180258.740000', '180259.200000', '180259.660000', '180300.120000', '180300.580000', '180301.040000', '180301.500000', '180301.960000', '180302.420000', '180302.880000', '180303.340000', '180303.800000', '180304.260000', '180304.720000', '180305.180000', '180305.640000', '180306.100000', '180306.560000', '180307.020000', '180307.480000', '180307.940000', '180308.400000', '180308.860000', '180309.320000', '180309.780000', '180310.240000', '180310.700000', '180311.160000', '180311.620000', '180312.080000', '180312.540000', '180313.000000', '180313.460000', '180313.920000', '180314.380000', '180314.840000', '180315.300000', '180315.760000', '180316.220000', '180316.680000', '180317.140000', '180317.600000', '180318.060000', '180318.520000', '180318.980000', '180319.440000', '180319.900000', '180320.360000', '180320.820000', '180321.280000', '180321.740000', '180322.200000', '180322.660000', '180323.120000', '180323.580000', '180324.040000', '180324.500000', '180324.960000', '180325.420000', '180325.880000', '180326.340000', '180326.800000', '180327.260000', '180327.720000', '180328.180000', '180328.640000', '180329.100000', '180329.560000', '180330.020000', '180330.480000', '180330.940000', '180331.400000', '180331.860000', '180332.320000', '180332.780000', '180333.240000', '180333.700000', '180334.160000', '180334.620000', '180335.080000', '180335.540000', '180336.000000', '180336.460000', '180336.920000', '180337.380000', '180337.840000', '180338.300000', '180338.760000', '180339.220000', '180339.680000', '180340.140000', '180340.600000', '180341.060000', '180341.520000', '180341.980000', '180342.440000', '180342.900000', '180343.360000', '180343.820000', '180344.280000', '180344.740000', '180345.200000', '180345.660000', '180346.120000', '180346.580000', '180347.040000', '180347.500000', '180347.960000', '180348.420000', '180348.880000', '180349.340000', '180349.800000', '180350.260000', '180350.720000', '180351.180000', '180351.640000', '180352.100000', '180352.560000', '180353.020000', '180353.480000', '180353.940000', '180354.400000', '180354.860000', '180355.320000', '180355.780000', '180356.240000', '180356.700000', '180357.160000', '180357.620000', '180358.080000', '180358.540000', '180359.000000', '180359.460000', '180359.920000', '180400.380000', '180400.840000', '180401.300000', '180401.760000', '180402.220000', '180402.680000', '180403.140000', '180403.600000', '180404.060000', '180404.520000', '180404.980000', '180405.440000', '180405.900000', '180406.360000', '180406.820000', '180407.280000', '180407.740000', '180408.200000', '180408.660000', '180409.120000', '180409.580000', '180410.040000', '180410.500000', '180410.960000', '180411.420000', '180411.880000', '180412.340000', '180412.800000', '180413.260000', '180413.720000', '180414.180000', '180414.640000', '180415.100000', '180415.560000', '180416.020000', '180416.480000', '180416.940000', '180417.400000', '180417.860000', '180418.320000', '180418.780000', '180419.240000', '180419.700000', '180420.160000', '180420.620000', '180421.080000', '180421.540000', '180422.000000', '180422.460000', '180422.920000', '180423.380000', '180423.840000', '180424.300000', '180424.760000', '180425.220000', '180425.680000', '180426.140000', '180426.600000', '180427.060000', '180427.520000', '180427.980000', '180428.440000', '180428.900000', '180429.360000', '180429.820000', '180430.280000', '180430.740000', '180431.200000', '180431.660000', '180432.120000', '180432.580000', '180433.040000', '180433.500000', '180433.960000', '180434.420000', '180434.880000', '180435.340000', '180435.800000', '180436.260000', '180436.720000', '180437.180000', '180437.640000', '180438.100000', '180438.560000', '180439.020000', '180439.480000', '180439.940000', '180440.400000', '180440.860000', '180441.320000', '180441.780000', '180442.240000', '180442.700000', '180443.160000', '180443.620000', '180444.080000', '180444.540000', '180445.000000', '180445.460000', '180445.920000', '180446.380000', '180446.840000', '180447.300000', '180447.760000', '180448.220000', '180448.680000', '180449.140000', '180449.600000', '180450.060000', '180450.520000', '180450.980000', '180451.440000', '180451.900000', '180452.360000', '180452.820000', '180453.280000', '180453.740000', '180454.200000', '180454.660000', '180455.120000', '180455.580000', '180456.040000', '180456.500000', '180456.960000', '180457.420000', '180457.880000', '180458.340000', '180458.800000', '180459.260000', '180459.720000', '180500.180000', '180500.640000', '180501.100000', '180501.560000', '180502.020000', '180502.480000', '180502.940000', '180503.400000', '180503.860000', '180504.320000', '180504.780000', '180505.240000', '180505.700000', '180506.160000', '180506.620000', '180507.080000', '180507.540000', '180508.000000', '180508.460000', '180508.920000', '180509.380000', '180509.840000', '180510.300000', '180510.760000', '180511.220000', '180511.680000', '180512.140000', '180512.600000', '180513.060000', '180513.520000', '180513.980000', '180514.440000', '180514.900000', '180515.360000', '180515.820000', '180516.280000', '180516.740000', '180517.200000', '180517.660000', '180518.120000', '180518.580000', '180519.040000', '180519.500000', '180519.960000', '180520.420000', '180520.880000', '180521.340000', '180521.800000', '180522.260000', '180522.720000', '180523.180000', '180523.640000', '180524.100000', '180524.560000', '180525.020000', '180525.480000', '180525.940000', '180526.400000', '180526.860000', '180527.320000', '180527.780000', '180528.240000', '180528.700000', '180529.160000', '180529.620000', '180530.080000', '180530.540000', '180531.000000', '180531.460000', '180531.920000', '180532.380000', '180532.840000', '180533.300000', '180533.760000', '180534.220000', '180534.680000', '180535.140000', '180535.600000', '180536.060000', '180536.520000', '180536.980000', '180537.440000', '180537.900000', '180538.360000', '180538.820000', '180539.280000', '180539.740000', '180540.200000', '180540.660000', '180541.120000', '180541.580000', '180542.040000', '180542.500000', '180542.960000', '180543.420000', '180543.880000', '180544.340000', '180544.800000', '180545.260000', '180545.720000', '180546.180000', '180546.640000', '180547.100000', '180547.560000', '180548.020000', '180548.480000', '180548.940000', '180549.400000', '180549.860000', '180550.320000', '180550.780000', '180551.240000', '180551.700000', '180552.160000', '180552.620000', '180553.080000', '180553.540000', '180554.000000', '180554.460000', '180554.920000', '180555.380000', '180555.840000', '180556.300000', '180556.760000', '180557.220000', '180557.680000', '180558.140000', '180558.600000', '180559.060000', '180559.520000', '180559.980000', '180600.440000', '180600.900000', '180601.360000', '180601.820000', '180602.280000', '180602.740000', '180603.200000', '180603.660000', '180604.120000', '180604.580000', '180605.040000', '180605.500000', '180605.960000', '180606.420000', '180606.880000', '180607.340000', '180607.800000', '180608.260000', '180608.720000', '180609.180000', '180609.640000', '180610.100000', '180610.560000', '180611.020000', '180611.480000', '180611.940000', '180612.400000', '180612.860000', '180613.320000', '180613.780000', '180614.240000', '180614.700000', '180615.160000', '180615.620000', '180616.080000', '180616.540000', '180617.000000', '180617.460000', '180617.920000', '180618.380000', '180618.840000', '180619.300000'], 'ContentTime': ['175618.662000', '175618.666000', '175618.668000', '175618.671000', '175618.674000', '175618.677000', '175618.679000', '175618.682000', '175618.685000', '175618.688000', '175618.698000', '175618.701000', '175638.614000', '175638.621000', '175638.624000', '175638.627000', '175638.630000', '175638.633000', '175638.636000', '175638.639000', '175638.642000', '175638.644000', '175638.647000', '175638.649000', '175638.652000', '175638.655000', '175638.657000', '175638.660000', '175638.662000', '175638.665000', '175638.667000', '175638.670000', '175638.673000', '175638.675000', '175638.678000', '175638.680000', '175638.683000', '175638.686000', '175638.688000', '175638.691000', '175638.694000', '175638.696000', '175638.699000', '175638.701000', '175638.704000', '175638.708000', '175638.710000', '175638.713000', '175638.716000', '175638.718000', '175638.721000', '175638.723000', '175638.726000', '175638.729000', '175638.731000', '175658.613000', '175658.620000', '175658.623000', '175658.625000', '175658.628000', '175658.630000', '175658.633000', '175658.636000', '175658.638000', '175658.641000', '175658.643000', '175658.646000', '175658.648000', '175658.651000', '175658.654000', '175658.656000', '175658.659000', '175658.662000', '175658.664000', '175658.667000', '175658.669000', '175658.672000', '175658.675000', '175658.677000', '175658.680000', '175658.682000', '175658.685000', '175658.688000', '175658.690000', '175658.693000', '175658.696000', '175658.698000', '175658.701000', '175658.703000', '175658.706000', '175658.709000', '175658.711000', '175658.714000', '175658.716000', '175658.719000', '175658.722000', '175658.724000', '175658.727000', '175658.729000', '175718.614000', '175718.617000', '175718.619000', '175718.622000', '175718.624000', '175718.627000', '175718.630000', '175718.632000', '175718.635000', '175718.638000', '175718.640000', '175718.643000', '175718.645000', '175718.648000', '175718.651000', '175718.653000', '175718.656000', '175718.658000', '175718.661000', '175718.663000', '175718.666000', '175718.669000', '175718.671000', '175718.674000', '175718.677000', '175718.679000', '175718.682000', '175718.695000', '175718.698000', '175718.700000', '175718.703000', '175718.706000', '175718.708000', '175718.711000', '175718.713000', '175718.716000', '175718.719000', '175718.721000', '175718.724000', '175718.726000', '175718.729000', '175718.732000', '175718.734000', '175738.615000', '175738.617000', '175738.621000', '175738.624000', '175738.626000', '175738.629000', '175738.632000', '175738.634000', '175738.637000', '175738.640000', '175738.642000', '175738.645000', '175738.647000', '175738.650000', '175738.653000', '175738.655000', '175738.658000', '175738.660000', '175738.663000', '175738.666000', '175738.668000', '175738.671000', '175738.673000', '175738.676000', '175738.678000', '175738.681000', '175738.684000', '175738.686000', '175738.689000', '175738.692000', '175738.694000', '175738.697000', '175738.699000', '175738.702000', '175738.705000', '175738.707000', '175738.710000', '175738.712000', '175738.715000', '175738.717000', '175738.720000', '175738.723000', '175738.725000', '175738.728000', '175758.615000', '175758.618000', '175758.620000', '175758.623000', '175758.626000', '175758.628000', '175758.631000', '175758.633000', '175758.636000', '175758.639000', '175758.641000', '175758.644000', '175758.646000', '175758.649000', '175758.652000', '175758.654000', '175758.663000', '175758.665000', '175758.668000', '175758.671000', '175758.674000', '175758.677000', '175758.680000', '175758.683000', '175758.686000', '175758.688000', '175758.691000', '175758.694000', '175758.696000', '175758.699000', '175758.702000', '175758.704000', '175758.707000', '175758.709000', '175758.712000', '175758.715000', '175758.717000', '175758.720000', '175758.722000', '175758.725000', '175758.728000', '175758.730000', '175758.733000', '175818.614000', '175818.617000', '175818.620000', '175818.623000', '175818.625000', '175818.628000', '175818.630000', '175818.633000', '175818.636000', '175818.638000', '175818.641000', '175818.643000', '175818.646000', '175818.649000', '175818.651000', '175818.654000', '175818.656000', '175818.659000', '175818.662000', '175818.664000', '175818.667000', '175818.670000', '175818.672000', '175818.675000', '175818.677000', '175818.680000', '175818.683000', '175818.685000', '175818.688000', '175818.691000', '175818.693000', '175818.696000', '175818.698000', '175818.701000', '175818.703000', '175818.706000', '175818.709000', '175818.712000', '175818.714000', '175818.717000', '175818.719000', '175818.722000', '175818.725000', '175818.727000', '175838.614000', '175838.617000', '175838.619000', '175838.622000', '175838.624000', '175838.627000', '175838.630000', '175838.632000', '175838.635000', '175838.638000', '175838.640000', '175838.643000', '175838.645000', '175838.648000', '175838.651000', '175838.654000', '175838.656000', '175838.659000', '175838.661000', '175838.664000', '175838.667000', '175838.669000', '175838.672000', '175838.674000', '175838.677000', '175838.680000', '175838.682000', '175838.685000', '175838.688000', '175838.690000', '175838.693000', '175838.696000', '175838.698000', '175838.701000', '175838.703000', '175838.706000', '175838.709000', '175838.711000', '175838.714000', '175838.716000', '175838.719000', '175838.722000', '175838.724000', '175858.614000', '175858.616000', '175858.619000', '175858.622000', '175858.625000', '175858.627000', '175858.630000', '175858.632000', '175858.635000', '175858.647000', '175858.650000', '175858.659000', '175858.662000', '175858.664000', '175858.667000', '175858.669000', '175858.672000', '175858.675000', '175858.677000', '175858.680000', '175858.683000', '175858.685000', '175858.688000', '175858.691000', '175858.693000', '175858.696000', '175858.699000', '175858.701000', '175858.704000', '175858.706000', '175858.709000', '175858.712000', '175858.714000', '175858.717000', '175858.719000', '175858.722000', '175858.725000', '175858.727000', '175858.730000', '175858.733000', '175858.735000', '175858.738000', '175858.740000', '175858.743000', '175918.613000', '175918.616000', '175918.619000', '175918.622000', '175918.624000', '175918.627000', '175918.630000', '175918.632000', '175918.635000', '175918.637000', '175918.640000', '175918.643000', '175918.645000', '175918.648000', '175918.651000', '175918.653000', '175918.656000', '175918.659000', '175918.661000', '175918.664000', '175918.666000', '175918.669000', '175918.672000', '175918.674000', '175918.677000', '175918.679000', '175918.682000', '175918.685000', '175918.687000', '175918.690000', '175918.692000', '175918.695000', '175918.698000', '175918.700000', '175918.703000', '175918.705000', '175918.708000', '175918.711000', '175918.713000', '175918.716000', '175918.718000', '175918.721000', '175918.724000', '175938.614000', '175938.616000', '175938.619000', '175938.622000', '175938.624000', '175938.627000', '175938.629000', '175938.632000', '175938.635000', '175938.638000', '175938.640000', '175938.643000', '175938.645000', '175938.648000', '175938.650000', '175938.653000', '175938.656000', '175938.658000', '175938.661000', '175938.664000', '175938.666000', '175938.669000', '175938.671000', '175938.674000', '175938.677000', '175938.679000', '175938.682000', '175938.685000', '175938.687000', '175938.690000', '175938.692000', '175938.695000', '175938.698000', '175938.700000', '175938.703000', '175938.705000', '175938.708000', '175938.711000', '175938.713000', '175938.716000', '175938.718000', '175938.721000', '175938.724000', '175938.726000', '175958.615000', '175958.618000', '175958.620000', '175958.623000', '175958.625000', '175958.628000', '175958.631000', '175958.633000', '175958.636000', '175958.639000', '175958.641000', '175958.644000', '175958.646000', '175958.649000', '175958.652000', '175958.654000', '175958.657000', '175958.659000', '175958.662000', '175958.664000', '175958.667000', '175958.670000', '175958.672000', '175958.675000', '175958.678000', '175958.680000', '175958.683000', '175958.685000', '175958.688000', '175958.691000', '175958.693000', '175958.696000', '175958.698000', '175958.701000', '175958.704000', '175958.706000', '175958.709000', '175958.712000', '175958.714000', '175958.717000', '175958.719000', '175958.722000', '175958.724000', '180018.615000', '180018.617000', '180018.621000', '180018.623000', '180018.626000', '180018.628000', '180018.631000', '180018.634000', '180018.636000', '180018.639000', '180018.642000', '180018.644000', '180018.647000', '180018.649000', '180018.652000', '180018.655000', '180018.657000', '180018.660000', '180018.663000', '180018.665000', '180018.668000', '180018.671000', '180018.673000', '180018.676000', '180018.678000', '180018.681000', '180018.684000', '180018.686000', '180018.689000', '180018.692000', '180018.694000', '180018.697000', '180018.700000', '180018.702000', '180018.705000', '180018.707000', '180018.710000', '180018.712000', '180018.715000', '180018.718000', '180018.720000', '180018.723000', '180018.726000', '180018.728000', '180038.615000', '180038.618000', '180038.620000', '180038.623000', '180038.639000', '180038.642000', '180038.644000', '180038.647000', '180038.650000', '180038.652000', '180038.655000', '180038.658000', '180038.660000', '180038.663000', '180038.665000', '180038.668000', '180038.671000', '180038.673000', '180038.676000', '180038.679000', '180038.681000', '180038.684000', '180038.687000', '180038.689000', '180038.692000', '180038.695000', '180038.697000', '180038.700000', '180038.702000', '180038.705000', '180038.708000', '180038.710000', '180038.713000', '180038.716000', '180038.718000', '180038.721000', '180038.724000', '180038.726000', '180038.729000', '180038.731000', '180038.734000', '180038.737000', '180038.739000', '180058.614000', '180058.617000', '180058.619000', '180058.622000', '180058.625000', '180058.627000', '180058.630000', '180058.633000', '180058.635000', '180058.638000', '180058.640000', '180058.643000', '180058.646000', '180058.648000', '180058.651000', '180058.654000', '180058.656000', '180058.659000', '180058.662000', '180058.664000', '180058.667000', '180058.670000', '180058.672000', '180058.675000', '180058.678000', '180058.680000', '180058.683000', '180058.685000', '180058.688000', '180058.691000', '180058.693000', '180058.696000', '180058.699000', '180058.701000', '180058.704000', '180058.706000', '180058.709000', '180058.712000', '180058.714000', '180058.717000', '180058.719000', '180058.722000', '180058.725000', '180058.727000', '180118.614000', '180118.617000', '180118.619000', '180118.622000', '180118.625000', '180118.627000', '180118.630000', '180118.632000', '180118.635000', '180118.638000', '180118.640000', '180118.643000', '180118.646000', '180118.648000', '180118.651000', '180118.654000', '180118.656000', '180118.659000', '180118.662000', '180118.664000', '180118.667000', '180118.669000', '180118.672000', '180118.675000', '180118.677000', '180118.680000', '180118.682000', '180118.685000', '180118.688000', '180118.690000', '180118.693000', '180118.696000', '180118.698000', '180118.701000', '180118.704000', '180118.706000', '180118.709000', '180118.712000', '180118.714000', '180118.717000', '180118.720000', '180118.722000', '180118.725000', '180138.613000', '180138.616000', '180138.619000', '180138.622000', '180138.625000', '180138.628000', '180138.631000', '180138.633000', '180138.636000', '180138.639000', '180138.641000', '180138.644000', '180138.647000', '180138.649000', '180138.652000', '180138.654000', '180138.657000', '180138.660000', '180138.662000', '180138.665000', '180138.667000', '180138.670000', '180138.673000', '180138.675000', '180138.678000', '180138.680000', '180138.686000', '180138.689000', '180138.692000', '180138.694000', '180138.697000', '180138.699000', '180138.702000', '180138.705000', '180138.707000', '180138.710000', '180138.713000', '180138.715000', '180138.718000', '180138.720000', '180138.723000', '180138.726000', '180138.728000', '180138.731000', '180158.614000', '180158.624000', '180158.627000', '180158.629000', '180158.632000', '180158.634000', '180158.637000', '180158.640000', '180158.642000', '180158.645000', '180158.648000', '180158.650000', '180158.653000', '180158.655000', '180158.658000', '180158.661000', '180158.663000', '180158.666000', '180158.669000', '180158.671000', '180158.674000', '180158.676000', '180158.679000', '180158.682000', '180158.684000', '180158.687000', '180158.690000', '180158.692000', '180158.695000', '180158.697000', '180158.700000', '180158.703000', '180158.705000', '180158.708000', '180158.711000', '180158.713000', '180158.716000', '180158.718000', '180158.721000', '180158.723000', '180158.726000', '180158.728000', '180158.731000', '180218.615000', '180218.618000', '180218.620000', '180218.623000', '180218.625000', '180218.628000', '180218.631000', '180218.634000', '180218.636000', '180218.639000', '180218.641000', '180218.644000', '180218.647000', '180218.649000', '180218.652000', '180218.654000', '180218.657000', '180218.660000', '180218.662000', '180218.665000', '180218.668000', '180218.670000', '180218.673000', '180218.675000', '180218.678000', '180218.681000', '180218.683000', '180218.686000', '180218.689000', '180218.692000', '180218.695000', '180218.698000', '180218.701000', '180218.703000', '180218.706000', '180218.708000', '180218.711000', '180218.714000', '180218.716000', '180218.719000', '180218.721000', '180218.724000', '180218.727000', '180218.729000', '180238.615000', '180238.618000', '180238.621000', '180238.623000', '180238.626000', '180238.629000', '180238.631000', '180238.634000', '180238.636000', '180238.639000', '180238.642000', '180238.644000', '180238.647000', '180238.650000', '180238.652000', '180238.655000', '180238.657000', '180238.660000', '180238.663000', '180238.665000', '180238.668000', '180238.670000', '180238.673000', '180238.676000', '180238.678000', '180238.681000', '180238.683000', '180238.686000', '180238.689000', '180238.691000', '180238.694000', '180238.697000', '180238.699000', '180238.702000', '180238.704000', '180238.707000', '180238.710000', '180238.712000', '180238.715000', '180238.717000', '180238.720000', '180238.723000', '180238.725000', '180258.615000', '180258.617000', '180258.620000', '180258.623000', '180258.626000', '180258.628000', '180258.632000', '180258.634000', '180258.637000', '180258.639000', '180258.642000', '180258.645000', '180258.647000', '180258.650000', '180258.653000', '180258.655000', '180258.658000', '180258.661000', '180258.664000', '180258.667000', '180258.670000', '180258.672000', '180258.675000', '180258.678000', '180258.680000', '180258.683000', '180258.686000', '180258.688000', '180258.691000', '180258.694000', '180258.696000', '180258.699000', '180258.701000', '180258.704000', '180258.707000', '180258.710000', '180258.712000', '180258.715000', '180258.717000', '180258.720000', '180258.723000', '180258.725000', '180258.728000', '180318.614000', '180318.617000', '180318.619000', '180318.622000', '180318.624000', '180318.627000', '180318.630000', '180318.632000', '180318.635000', '180318.638000', '180318.640000', '180318.643000', '180318.646000', '180318.648000', '180318.651000', '180318.654000', '180318.656000', '180318.659000', '180318.662000', '180318.664000', '180318.667000', '180318.669000', '180318.672000', '180318.675000', '180318.677000', '180318.680000', '180318.682000', '180318.694000', '180318.696000', '180318.699000', '180318.702000', '180318.704000', '180318.707000', '180318.710000', '180318.712000', '180318.715000', '180318.717000', '180318.720000', '180318.723000', '180318.725000', '180318.728000', '180318.731000', '180318.733000', '180318.736000', '180338.614000', '180338.616000', '180338.619000', '180338.622000', '180338.625000', '180338.628000', '180338.630000', '180338.633000', '180338.636000', '180338.638000', '180338.641000', '180338.644000', '180338.646000', '180338.649000', '180338.651000', '180338.654000', '180338.657000', '180338.659000', '180338.662000', '180338.665000', '180338.667000', '180338.670000', '180338.673000', '180338.675000', '180338.678000', '180338.681000', '180338.683000', '180338.686000', '180338.689000', '180338.691000', '180338.694000', '180338.697000', '180338.699000', '180338.702000', '180338.704000', '180338.707000', '180338.710000', '180338.712000', '180338.715000', '180338.718000', '180338.720000', '180338.723000', '180338.726000', '180358.614000', '180358.617000', '180358.619000', '180358.622000', '180358.625000', '180358.628000', '180358.630000', '180358.633000', '180358.636000', '180358.638000', '180358.641000', '180358.644000', '180358.646000', '180358.649000', '180358.651000', '180358.654000', '180358.657000', '180358.659000', '180358.662000', '180358.665000', '180358.667000', '180358.670000', '180358.672000', '180358.675000', '180358.678000', '180358.680000', '180358.683000', '180358.686000', '180358.688000', '180358.691000', '180358.694000', '180358.696000', '180358.699000', '180358.701000', '180358.704000', '180358.707000', '180358.709000', '180358.712000', '180358.715000', '180358.717000', '180358.720000', '180358.723000', '180358.725000', '180358.728000', '180418.614000', '180418.616000', '180418.619000', '180418.622000', '180418.625000', '180418.627000', '180418.630000', '180418.632000', '180418.636000', '180418.639000', '180418.642000', '180418.644000', '180418.647000', '180418.649000', '180418.652000', '180418.655000', '180418.657000', '180418.660000', '180418.663000', '180418.665000', '180418.668000', '180418.670000', '180418.673000', '180418.676000', '180418.678000', '180418.681000', '180418.684000', '180418.686000', '180418.689000', '180418.692000', '180418.694000', '180418.697000', '180418.700000', '180418.703000', '180418.706000', '180418.708000', '180418.711000', '180418.714000', '180418.716000', '180418.719000', '180418.722000', '180418.724000', '180418.727000', '180438.615000', '180438.618000', '180438.620000', '180438.623000', '180438.626000', '180438.628000', '180438.631000', '180438.633000', '180438.636000', '180438.638000', '180438.641000', '180438.644000', '180438.646000', '180438.649000', '180438.651000', '180438.654000', '180438.656000', '180438.659000', '180438.662000', '180438.664000', '180438.667000', '180438.670000', '180438.672000', '180438.691000', '180438.693000', '180438.696000', '180438.698000', '180438.701000', '180438.704000', '180438.706000', '180438.709000', '180438.712000', '180438.714000', '180438.717000', '180438.719000', '180438.722000', '180438.725000', '180438.728000', '180438.730000', '180438.733000', '180438.736000', '180438.738000', '180438.741000', '180438.743000', '180458.615000', '180458.618000', '180458.621000', '180458.623000', '180458.626000', '180458.628000', '180458.631000', '180458.634000', '180458.636000', '180458.639000', '180458.642000', '180458.644000', '180458.647000', '180458.649000', '180458.652000', '180458.655000', '180458.657000', '180458.660000', '180458.662000', '180458.665000', '180458.668000', '180458.670000', '180458.673000', '180458.676000', '180458.678000', '180458.681000', '180458.683000', '180458.686000', '180458.689000', '180458.691000', '180458.694000', '180458.697000', '180458.699000', '180458.702000', '180458.705000', '180458.709000', '180458.712000', '180458.715000', '180458.717000', '180458.720000', '180458.722000', '180458.725000', '180458.728000', '180518.615000', '180518.618000', '180518.621000', '180518.623000', '180518.626000', '180518.629000', '180518.631000', '180518.634000', '180518.637000', '180518.639000', '180518.642000', '180518.645000', '180518.647000', '180518.650000', '180518.653000', '180518.655000', '180518.658000', '180518.660000', '180518.663000', '180518.666000', '180518.668000', '180518.671000', '180518.674000', '180518.676000', '180518.679000', '180518.682000', '180518.684000', '180518.687000', '180518.689000', '180518.692000', '180518.695000', '180518.698000', '180518.700000', '180518.703000', '180518.705000', '180518.708000', '180518.711000', '180518.713000', '180518.716000', '180518.719000', '180518.721000', '180518.724000', '180518.727000', '180518.729000', '180538.614000', '180538.617000', '180538.619000', '180538.622000', '180538.625000', '180538.627000', '180538.630000', '180538.633000', '180538.635000', '180538.638000', '180538.641000', '180538.643000', '180538.646000', '180538.648000', '180538.651000', '180538.654000', '180538.656000', '180538.659000', '180538.661000', '180538.664000', '180538.667000', '180538.669000', '180538.672000', '180538.674000', '180538.677000', '180538.680000', '180538.682000', '180538.685000', '180538.688000', '180538.690000', '180538.693000', '180538.696000', '180538.699000', '180538.702000', '180538.706000', '180538.708000', '180538.711000', '180538.713000', '180538.716000', '180538.719000', '180538.721000', '180538.724000', '180538.727000', '180558.614000', '180558.617000', '180558.620000', '180558.622000', '180558.625000', '180558.628000', '180558.630000', '180558.633000', '180558.635000', '180558.638000', '180558.641000', '180558.643000', '180558.646000', '180558.649000', '180558.651000', '180558.654000', '180558.656000', '180558.659000', '180558.662000', '180558.664000', '180558.678000', '180558.681000', '180558.683000', '180558.686000', '180558.688000', '180558.691000', '180558.694000', '180558.696000', '180558.699000', '180558.702000', '180558.704000', '180558.707000', '180558.710000', '180558.712000', '180558.715000', '180558.718000', '180558.720000', '180558.737000', '180558.740000', '180558.743000', '180558.745000', '180558.755000', '180558.757000', '180558.760000', '180618.614000', '180618.617000', '180618.619000', '180618.623000', '180618.625000', '180618.628000', '180618.631000', '180618.633000', '180618.636000', '180618.639000', '180618.641000', '180618.644000', '180618.646000', '180618.649000', '180618.651000', '180618.654000', '180618.657000', '180618.659000', '180618.662000', '180618.665000', '180618.667000', '180618.670000', '180618.672000', '180618.675000', '180618.678000', '180618.680000', '180618.683000', '180618.685000', '180618.688000', '180618.691000', '180618.693000', '180618.696000', '180618.699000', '180618.701000', '180618.704000', '180618.707000', '180618.709000', '180618.712000', '180618.715000', '180618.717000', '180618.720000', '180618.723000', '180618.725000', '180621.004000', '180621.007000', '180621.009000', '180621.012000', '180621.015000', '180621.017000'], 'InstanceCreationTime': ['175618.662000', '175618.666000', '175618.668000', '175618.671000', '175618.674000', '175618.677000', '175618.679000', '175618.682000', '175618.685000', '175618.688000', '175618.698000', '175618.701000', '175638.614000', '175638.621000', '175638.624000', '175638.627000', '175638.630000', '175638.633000', '175638.636000', '175638.639000', '175638.642000', '175638.644000', '175638.647000', '175638.649000', '175638.652000', '175638.655000', '175638.657000', '175638.660000', '175638.662000', '175638.665000', '175638.667000', '175638.670000', '175638.673000', '175638.675000', '175638.678000', '175638.680000', '175638.683000', '175638.686000', '175638.688000', '175638.691000', '175638.694000', '175638.696000', '175638.699000', '175638.701000', '175638.704000', '175638.708000', '175638.710000', '175638.713000', '175638.716000', '175638.718000', '175638.721000', '175638.723000', '175638.726000', '175638.729000', '175638.731000', '175658.613000', '175658.620000', '175658.623000', '175658.625000', '175658.628000', '175658.630000', '175658.633000', '175658.636000', '175658.638000', '175658.641000', '175658.643000', '175658.646000', '175658.648000', '175658.651000', '175658.654000', '175658.656000', '175658.659000', '175658.662000', '175658.664000', '175658.667000', '175658.669000', '175658.672000', '175658.675000', '175658.677000', '175658.680000', '175658.682000', '175658.685000', '175658.688000', '175658.690000', '175658.693000', '175658.696000', '175658.698000', '175658.701000', '175658.703000', '175658.706000', '175658.709000', '175658.711000', '175658.714000', '175658.716000', '175658.719000', '175658.722000', '175658.724000', '175658.727000', '175658.729000', '175718.614000', '175718.617000', '175718.619000', '175718.622000', '175718.624000', '175718.627000', '175718.630000', '175718.632000', '175718.635000', '175718.638000', '175718.640000', '175718.643000', '175718.645000', '175718.648000', '175718.651000', '175718.653000', '175718.656000', '175718.658000', '175718.661000', '175718.663000', '175718.666000', '175718.669000', '175718.671000', '175718.674000', '175718.677000', '175718.679000', '175718.682000', '175718.695000', '175718.698000', '175718.700000', '175718.703000', '175718.706000', '175718.708000', '175718.711000', '175718.713000', '175718.716000', '175718.719000', '175718.721000', '175718.724000', '175718.726000', '175718.729000', '175718.732000', '175718.734000', '175738.615000', '175738.617000', '175738.621000', '175738.624000', '175738.626000', '175738.629000', '175738.632000', '175738.634000', '175738.637000', '175738.640000', '175738.642000', '175738.645000', '175738.647000', '175738.650000', '175738.653000', '175738.655000', '175738.658000', '175738.660000', '175738.663000', '175738.666000', '175738.668000', '175738.671000', '175738.673000', '175738.676000', '175738.678000', '175738.681000', '175738.684000', '175738.686000', '175738.689000', '175738.692000', '175738.694000', '175738.697000', '175738.699000', '175738.702000', '175738.705000', '175738.707000', '175738.710000', '175738.712000', '175738.715000', '175738.717000', '175738.720000', '175738.723000', '175738.725000', '175738.728000', '175758.615000', '175758.618000', '175758.620000', '175758.623000', '175758.626000', '175758.628000', '175758.631000', '175758.633000', '175758.636000', '175758.639000', '175758.641000', '175758.644000', '175758.646000', '175758.649000', '175758.652000', '175758.654000', '175758.663000', '175758.665000', '175758.668000', '175758.671000', '175758.674000', '175758.677000', '175758.680000', '175758.683000', '175758.686000', '175758.688000', '175758.691000', '175758.694000', '175758.696000', '175758.699000', '175758.702000', '175758.704000', '175758.707000', '175758.709000', '175758.712000', '175758.715000', '175758.717000', '175758.720000', '175758.722000', '175758.725000', '175758.728000', '175758.730000', '175758.733000', '175818.614000', '175818.617000', '175818.620000', '175818.623000', '175818.625000', '175818.628000', '175818.630000', '175818.633000', '175818.636000', '175818.638000', '175818.641000', '175818.643000', '175818.646000', '175818.649000', '175818.651000', '175818.654000', '175818.656000', '175818.659000', '175818.662000', '175818.664000', '175818.667000', '175818.670000', '175818.672000', '175818.675000', '175818.677000', '175818.680000', '175818.683000', '175818.685000', '175818.688000', '175818.691000', '175818.693000', '175818.696000', '175818.698000', '175818.701000', '175818.703000', '175818.706000', '175818.709000', '175818.712000', '175818.714000', '175818.717000', '175818.719000', '175818.722000', '175818.725000', '175818.727000', '175838.614000', '175838.617000', '175838.619000', '175838.622000', '175838.624000', '175838.627000', '175838.630000', '175838.632000', '175838.635000', '175838.638000', '175838.640000', '175838.643000', '175838.645000', '175838.648000', '175838.651000', '175838.654000', '175838.656000', '175838.659000', '175838.661000', '175838.664000', '175838.667000', '175838.669000', '175838.672000', '175838.674000', '175838.677000', '175838.680000', '175838.682000', '175838.685000', '175838.688000', '175838.690000', '175838.693000', '175838.696000', '175838.698000', '175838.701000', '175838.703000', '175838.706000', '175838.709000', '175838.711000', '175838.714000', '175838.716000', '175838.719000', '175838.722000', '175838.724000', '175858.614000', '175858.616000', '175858.619000', '175858.622000', '175858.625000', '175858.627000', '175858.630000', '175858.632000', '175858.635000', '175858.647000', '175858.650000', '175858.659000', '175858.662000', '175858.664000', '175858.667000', '175858.669000', '175858.672000', '175858.675000', '175858.677000', '175858.680000', '175858.683000', '175858.685000', '175858.688000', '175858.691000', '175858.693000', '175858.696000', '175858.699000', '175858.701000', '175858.704000', '175858.706000', '175858.709000', '175858.712000', '175858.714000', '175858.717000', '175858.719000', '175858.722000', '175858.725000', '175858.727000', '175858.730000', '175858.733000', '175858.735000', '175858.738000', '175858.740000', '175858.743000', '175918.613000', '175918.616000', '175918.619000', '175918.622000', '175918.624000', '175918.627000', '175918.630000', '175918.632000', '175918.635000', '175918.637000', '175918.640000', '175918.643000', '175918.645000', '175918.648000', '175918.651000', '175918.653000', '175918.656000', '175918.659000', '175918.661000', '175918.664000', '175918.666000', '175918.669000', '175918.672000', '175918.674000', '175918.677000', '175918.679000', '175918.682000', '175918.685000', '175918.687000', '175918.690000', '175918.692000', '175918.695000', '175918.698000', '175918.700000', '175918.703000', '175918.705000', '175918.708000', '175918.711000', '175918.713000', '175918.716000', '175918.718000', '175918.721000', '175918.724000', '175938.614000', '175938.616000', '175938.619000', '175938.622000', '175938.624000', '175938.627000', '175938.629000', '175938.632000', '175938.635000', '175938.638000', '175938.640000', '175938.643000', '175938.645000', '175938.648000', '175938.650000', '175938.653000', '175938.656000', '175938.658000', '175938.661000', '175938.664000', '175938.666000', '175938.669000', '175938.671000', '175938.674000', '175938.677000', '175938.679000', '175938.682000', '175938.685000', '175938.687000', '175938.690000', '175938.692000', '175938.695000', '175938.698000', '175938.700000', '175938.703000', '175938.705000', '175938.708000', '175938.711000', '175938.713000', '175938.716000', '175938.718000', '175938.721000', '175938.724000', '175938.726000', '175958.615000', '175958.618000', '175958.620000', '175958.623000', '175958.625000', '175958.628000', '175958.631000', '175958.633000', '175958.636000', '175958.639000', '175958.641000', '175958.644000', '175958.646000', '175958.649000', '175958.652000', '175958.654000', '175958.657000', '175958.659000', '175958.662000', '175958.664000', '175958.667000', '175958.670000', '175958.672000', '175958.675000', '175958.678000', '175958.680000', '175958.683000', '175958.685000', '175958.688000', '175958.691000', '175958.693000', '175958.696000', '175958.698000', '175958.701000', '175958.704000', '175958.706000', '175958.709000', '175958.712000', '175958.714000', '175958.717000', '175958.719000', '175958.722000', '175958.724000', '180018.615000', '180018.617000', '180018.621000', '180018.623000', '180018.626000', '180018.628000', '180018.631000', '180018.634000', '180018.636000', '180018.639000', '180018.642000', '180018.644000', '180018.647000', '180018.649000', '180018.652000', '180018.655000', '180018.657000', '180018.660000', '180018.663000', '180018.665000', '180018.668000', '180018.671000', '180018.673000', '180018.676000', '180018.678000', '180018.681000', '180018.684000', '180018.686000', '180018.689000', '180018.692000', '180018.694000', '180018.697000', '180018.700000', '180018.702000', '180018.705000', '180018.707000', '180018.710000', '180018.712000', '180018.715000', '180018.718000', '180018.720000', '180018.723000', '180018.726000', '180018.728000', '180038.615000', '180038.618000', '180038.620000', '180038.623000', '180038.639000', '180038.642000', '180038.644000', '180038.647000', '180038.650000', '180038.652000', '180038.655000', '180038.658000', '180038.660000', '180038.663000', '180038.665000', '180038.668000', '180038.671000', '180038.673000', '180038.676000', '180038.679000', '180038.681000', '180038.684000', '180038.687000', '180038.689000', '180038.692000', '180038.695000', '180038.697000', '180038.700000', '180038.702000', '180038.705000', '180038.708000', '180038.710000', '180038.713000', '180038.716000', '180038.718000', '180038.721000', '180038.724000', '180038.726000', '180038.729000', '180038.731000', '180038.734000', '180038.737000', '180038.739000', '180058.614000', '180058.617000', '180058.619000', '180058.622000', '180058.625000', '180058.627000', '180058.630000', '180058.633000', '180058.635000', '180058.638000', '180058.640000', '180058.643000', '180058.646000', '180058.648000', '180058.651000', '180058.654000', '180058.656000', '180058.659000', '180058.662000', '180058.664000', '180058.667000', '180058.670000', '180058.672000', '180058.675000', '180058.678000', '180058.680000', '180058.683000', '180058.685000', '180058.688000', '180058.691000', '180058.693000', '180058.696000', '180058.699000', '180058.701000', '180058.704000', '180058.706000', '180058.709000', '180058.712000', '180058.714000', '180058.717000', '180058.719000', '180058.722000', '180058.725000', '180058.727000', '180118.614000', '180118.617000', '180118.619000', '180118.622000', '180118.625000', '180118.627000', '180118.630000', '180118.632000', '180118.635000', '180118.638000', '180118.640000', '180118.643000', '180118.646000', '180118.648000', '180118.651000', '180118.654000', '180118.656000', '180118.659000', '180118.662000', '180118.664000', '180118.667000', '180118.669000', '180118.672000', '180118.675000', '180118.677000', '180118.680000', '180118.682000', '180118.685000', '180118.688000', '180118.690000', '180118.693000', '180118.696000', '180118.698000', '180118.701000', '180118.704000', '180118.706000', '180118.709000', '180118.712000', '180118.714000', '180118.717000', '180118.720000', '180118.722000', '180118.725000', '180138.613000', '180138.616000', '180138.619000', '180138.622000', '180138.625000', '180138.628000', '180138.631000', '180138.633000', '180138.636000', '180138.639000', '180138.641000', '180138.644000', '180138.647000', '180138.649000', '180138.652000', '180138.654000', '180138.657000', '180138.660000', '180138.662000', '180138.665000', '180138.667000', '180138.670000', '180138.673000', '180138.675000', '180138.678000', '180138.680000', '180138.686000', '180138.689000', '180138.692000', '180138.694000', '180138.697000', '180138.699000', '180138.702000', '180138.705000', '180138.707000', '180138.710000', '180138.713000', '180138.715000', '180138.718000', '180138.720000', '180138.723000', '180138.726000', '180138.728000', '180138.731000', '180158.614000', '180158.624000', '180158.627000', '180158.629000', '180158.632000', '180158.634000', '180158.637000', '180158.640000', '180158.642000', '180158.645000', '180158.648000', '180158.650000', '180158.653000', '180158.655000', '180158.658000', '180158.661000', '180158.663000', '180158.666000', '180158.669000', '180158.671000', '180158.674000', '180158.676000', '180158.679000', '180158.682000', '180158.684000', '180158.687000', '180158.690000', '180158.692000', '180158.695000', '180158.697000', '180158.700000', '180158.703000', '180158.705000', '180158.708000', '180158.711000', '180158.713000', '180158.716000', '180158.718000', '180158.721000', '180158.723000', '180158.726000', '180158.728000', '180158.731000', '180218.615000', '180218.618000', '180218.620000', '180218.623000', '180218.625000', '180218.628000', '180218.631000', '180218.634000', '180218.636000', '180218.639000', '180218.641000', '180218.644000', '180218.647000', '180218.649000', '180218.652000', '180218.654000', '180218.657000', '180218.660000', '180218.662000', '180218.665000', '180218.668000', '180218.670000', '180218.673000', '180218.675000', '180218.678000', '180218.681000', '180218.683000', '180218.686000', '180218.689000', '180218.692000', '180218.695000', '180218.698000', '180218.701000', '180218.703000', '180218.706000', '180218.708000', '180218.711000', '180218.714000', '180218.716000', '180218.719000', '180218.721000', '180218.724000', '180218.727000', '180218.729000', '180238.615000', '180238.618000', '180238.621000', '180238.623000', '180238.626000', '180238.629000', '180238.631000', '180238.634000', '180238.636000', '180238.639000', '180238.642000', '180238.644000', '180238.647000', '180238.650000', '180238.652000', '180238.655000', '180238.657000', '180238.660000', '180238.663000', '180238.665000', '180238.668000', '180238.670000', '180238.673000', '180238.676000', '180238.678000', '180238.681000', '180238.683000', '180238.686000', '180238.689000', '180238.691000', '180238.694000', '180238.697000', '180238.699000', '180238.702000', '180238.704000', '180238.707000', '180238.710000', '180238.712000', '180238.715000', '180238.717000', '180238.720000', '180238.723000', '180238.725000', '180258.615000', '180258.617000', '180258.620000', '180258.623000', '180258.626000', '180258.628000', '180258.632000', '180258.634000', '180258.637000', '180258.639000', '180258.642000', '180258.645000', '180258.647000', '180258.650000', '180258.653000', '180258.655000', '180258.658000', '180258.661000', '180258.664000', '180258.667000', '180258.670000', '180258.672000', '180258.675000', '180258.678000', '180258.680000', '180258.683000', '180258.686000', '180258.688000', '180258.691000', '180258.694000', '180258.696000', '180258.699000', '180258.701000', '180258.704000', '180258.707000', '180258.710000', '180258.712000', '180258.715000', '180258.717000', '180258.720000', '180258.723000', '180258.725000', '180258.728000', '180318.614000', '180318.617000', '180318.619000', '180318.622000', '180318.624000', '180318.627000', '180318.630000', '180318.632000', '180318.635000', '180318.638000', '180318.640000', '180318.643000', '180318.646000', '180318.648000', '180318.651000', '180318.654000', '180318.656000', '180318.659000', '180318.662000', '180318.664000', '180318.667000', '180318.669000', '180318.672000', '180318.675000', '180318.677000', '180318.680000', '180318.682000', '180318.694000', '180318.696000', '180318.699000', '180318.702000', '180318.704000', '180318.707000', '180318.710000', '180318.712000', '180318.715000', '180318.717000', '180318.720000', '180318.723000', '180318.725000', '180318.728000', '180318.731000', '180318.733000', '180318.736000', '180338.614000', '180338.616000', '180338.619000', '180338.622000', '180338.625000', '180338.628000', '180338.630000', '180338.633000', '180338.636000', '180338.638000', '180338.641000', '180338.644000', '180338.646000', '180338.649000', '180338.651000', '180338.654000', '180338.657000', '180338.659000', '180338.662000', '180338.665000', '180338.667000', '180338.670000', '180338.673000', '180338.675000', '180338.678000', '180338.681000', '180338.683000', '180338.686000', '180338.689000', '180338.691000', '180338.694000', '180338.697000', '180338.699000', '180338.702000', '180338.704000', '180338.707000', '180338.710000', '180338.712000', '180338.715000', '180338.718000', '180338.720000', '180338.723000', '180338.726000', '180358.614000', '180358.617000', '180358.619000', '180358.622000', '180358.625000', '180358.628000', '180358.630000', '180358.633000', '180358.636000', '180358.638000', '180358.641000', '180358.644000', '180358.646000', '180358.649000', '180358.651000', '180358.654000', '180358.657000', '180358.659000', '180358.662000', '180358.665000', '180358.667000', '180358.670000', '180358.672000', '180358.675000', '180358.678000', '180358.680000', '180358.683000', '180358.686000', '180358.688000', '180358.691000', '180358.694000', '180358.696000', '180358.699000', '180358.701000', '180358.704000', '180358.707000', '180358.709000', '180358.712000', '180358.715000', '180358.717000', '180358.720000', '180358.723000', '180358.725000', '180358.728000', '180418.614000', '180418.616000', '180418.619000', '180418.622000', '180418.625000', '180418.627000', '180418.630000', '180418.632000', '180418.636000', '180418.639000', '180418.642000', '180418.644000', '180418.647000', '180418.649000', '180418.652000', '180418.655000', '180418.657000', '180418.660000', '180418.663000', '180418.665000', '180418.668000', '180418.670000', '180418.673000', '180418.676000', '180418.678000', '180418.681000', '180418.684000', '180418.686000', '180418.689000', '180418.692000', '180418.694000', '180418.697000', '180418.700000', '180418.703000', '180418.706000', '180418.708000', '180418.711000', '180418.714000', '180418.716000', '180418.719000', '180418.722000', '180418.724000', '180418.727000', '180438.615000', '180438.618000', '180438.620000', '180438.623000', '180438.626000', '180438.628000', '180438.631000', '180438.633000', '180438.636000', '180438.638000', '180438.641000', '180438.644000', '180438.646000', '180438.649000', '180438.651000', '180438.654000', '180438.656000', '180438.659000', '180438.662000', '180438.664000', '180438.667000', '180438.670000', '180438.672000', '180438.691000', '180438.693000', '180438.696000', '180438.698000', '180438.701000', '180438.704000', '180438.706000', '180438.709000', '180438.712000', '180438.714000', '180438.717000', '180438.719000', '180438.722000', '180438.725000', '180438.728000', '180438.730000', '180438.733000', '180438.736000', '180438.738000', '180438.741000', '180438.743000', '180458.615000', '180458.618000', '180458.621000', '180458.623000', '180458.626000', '180458.628000', '180458.631000', '180458.634000', '180458.636000', '180458.639000', '180458.642000', '180458.644000', '180458.647000', '180458.649000', '180458.652000', '180458.655000', '180458.657000', '180458.660000', '180458.662000', '180458.665000', '180458.668000', '180458.670000', '180458.673000', '180458.676000', '180458.678000', '180458.681000', '180458.683000', '180458.686000', '180458.689000', '180458.691000', '180458.694000', '180458.697000', '180458.699000', '180458.702000', '180458.705000', '180458.709000', '180458.712000', '180458.715000', '180458.717000', '180458.720000', '180458.722000', '180458.725000', '180458.728000', '180518.615000', '180518.618000', '180518.621000', '180518.623000', '180518.626000', '180518.629000', '180518.631000', '180518.634000', '180518.637000', '180518.639000', '180518.642000', '180518.645000', '180518.647000', '180518.650000', '180518.653000', '180518.655000', '180518.658000', '180518.660000', '180518.663000', '180518.666000', '180518.668000', '180518.671000', '180518.674000', '180518.676000', '180518.679000', '180518.682000', '180518.684000', '180518.687000', '180518.689000', '180518.692000', '180518.695000', '180518.698000', '180518.700000', '180518.703000', '180518.705000', '180518.708000', '180518.711000', '180518.713000', '180518.716000', '180518.719000', '180518.721000', '180518.724000', '180518.727000', '180518.729000', '180538.614000', '180538.617000', '180538.619000', '180538.622000', '180538.625000', '180538.627000', '180538.630000', '180538.633000', '180538.635000', '180538.638000', '180538.641000', '180538.643000', '180538.646000', '180538.648000', '180538.651000', '180538.654000', '180538.656000', '180538.659000', '180538.661000', '180538.664000', '180538.667000', '180538.669000', '180538.672000', '180538.674000', '180538.677000', '180538.680000', '180538.682000', '180538.685000', '180538.688000', '180538.690000', '180538.693000', '180538.696000', '180538.699000', '180538.702000', '180538.706000', '180538.708000', '180538.711000', '180538.713000', '180538.716000', '180538.719000', '180538.721000', '180538.724000', '180538.727000', '180558.614000', '180558.617000', '180558.620000', '180558.622000', '180558.625000', '180558.628000', '180558.630000', '180558.633000', '180558.635000', '180558.638000', '180558.641000', '180558.643000', '180558.646000', '180558.649000', '180558.651000', '180558.654000', '180558.656000', '180558.659000', '180558.662000', '180558.664000', '180558.678000', '180558.681000', '180558.683000', '180558.686000', '180558.688000', '180558.691000', '180558.694000', '180558.696000', '180558.699000', '180558.702000', '180558.704000', '180558.707000', '180558.710000', '180558.712000', '180558.715000', '180558.718000', '180558.720000', '180558.737000', '180558.740000', '180558.743000', '180558.745000', '180558.755000', '180558.757000', '180558.760000', '180618.614000', '180618.617000', '180618.619000', '180618.623000', '180618.625000', '180618.628000', '180618.631000', '180618.633000', '180618.636000', '180618.639000', '180618.641000', '180618.644000', '180618.646000', '180618.649000', '180618.651000', '180618.654000', '180618.657000', '180618.659000', '180618.662000', '180618.665000', '180618.667000', '180618.670000', '180618.672000', '180618.675000', '180618.678000', '180618.680000', '180618.683000', '180618.685000', '180618.688000', '180618.691000', '180618.693000', '180618.696000', '180618.699000', '180618.701000', '180618.704000', '180618.707000', '180618.709000', '180618.712000', '180618.715000', '180618.717000', '180618.720000', '180618.723000', '180618.725000', '180621.004000', '180621.007000', '180621.009000', '180621.012000', '180621.015000', '180621.017000'], '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': [8646, 7201, 8557, 7869, 8676, 7796, 8499, 8643, 8160, 8224, 6614, 8711, 7351, 6859, 8685, 7225, 6786, 8020, 6749, 8797, 8488, 8618, 7872, 8172, 8196, 9227, 8484, 10193, 8398, 8185, 7088, 8488, 8943, 7062, 7087, 7911, 8382, 8017, 6672, 8546, 8420, 8059, 8523, 8099, 8376, 8931, 8256, 9957, 8261, 9325, 6444, 8061, 6480, 8554, 7879, 6543, 8489, 7415, 6794, 8195, 7621, 8588, 8538, 8137, 7873, 7708, 8308, 8206, 8384, 9007, 8407, 7720, 6902, 8292, 7323, 8480, 7884, 6623, 8517, 7489, 8529, 7650, 6966, 8424, 7428, 8526, 8366, 8179, 7592, 6675, 8310, 7024, 8689, 8103, 8178, 8243, 6752, 8561, 7675, 6939, 8259, 7230, 8778, 8027, 6550, 8756, 8290, 6957, 8124, 7901, 8569, 8403, 6357, 8131, 7744, 8514, 7721, 6700, 8339, 7340, 8644, 9035, 6862, 7520, 7236, 8367, 8429, 7333, 8357, 7956, 7108, 8471, 8927, 8202, 8387, 6832, 8526, 7360, 8790, 8494, 8410, 8096, 6526, 8320, 6945, 8675, 7835, 6528, 8681, 7776, 6648, 8446, 8040, 8631, 7849, 8049, 8044, 8613, 8570, 10116, 8505, 7920, 6644, 8221, 7590, 8619, 7963, 8265, 7440, 6512, 8133, 7009, 8508, 7600, 8547, 8123, 8172, 7549, 6503, 7999, 6594, 8466, 7754, 6478, 7911, 6738, 8436, 7988, 8319, 8041, 6625, 8301, 7718, 8239, 8047, 6933, 8522, 8289, 8017, 7970, 7009, 8462, 8783, 7986, 7939, 7166, 8405, 9333, 7973, 8097, 6922, 8428, 8403, 7573, 8195, 6853, 8686, 7931, 7965, 7513, 6641, 7632, 6981, 8280, 8219, 6767, 8526, 7914, 6587, 8296, 7003, 8332, 8211, 6461, 8392, 7427, 8436, 8023, 6710, 8280, 7696, 8230, 8004, 6604, 8507, 8150, 8388, 8157, 6515, 8689, 7767, 7986, 7890, 6468, 8243, 8182, 6628, 8206, 7059, 8327, 8443, 8180, 7931, 6898, 8451, 9121, 8156, 7796, 7724, 7918, 7013, 8310, 8296, 7730, 7981, 6631, 8198, 7638, 8283, 7975, 6568, 8479, 7784, 8366, 8209, 6825, 8208, 7500, 8378, 8151, 6742, 8052, 6997, 8457, 7762, 8275, 8211, 6526, 8394, 7418, 8445, 8197, 6641, 8090, 7137, 8578, 7850, 6621, 8400, 7397, 8551, 7861, 7005, 8491, 7515, 8352, 8608, 8177, 8323, 7046, 8784, 7954, 8366, 8192, 6985, 8401, 7460, 8863, 7993, 7675, 8177, 7007, 8473, 8043, 8135, 8084, 6805, 8642, 7846, 8179, 8050, 6620, 8347, 8019, 8374, 7690, 6372, 8197, 6997, 8392, 7413, 7200, 8257, 7090, 6393, 8350, 8101, 6612, 8342, 8876, 8488, 9962, 7984, 7874, 7480, 7963, 8773, 8291, 7538, 7636, 8063, 6876, 8355, 8741, 7920, 7804, 6336, 8009, 7256, 8371, 7901, 6390, 8015, 6720, 8476, 8097, 8196, 8114, 6357, 8167, 7112, 8403, 8242, 7965, 7756, 6560, 7957, 7147, 8365, 7873, 7968, 7999, 6684, 8501, 8024, 8327, 8190, 6474, 8483, 7881, 8239, 7661, 6473, 8124, 7094, 8220, 8188, 8110, 8058, 6606, 8430, 8125, 8300, 7961, 6468, 8038, 7074, 8259, 8104, 7920, 8029, 6573, 8143, 7632, 8339, 7881, 6301, 8086, 7112, 8457, 8079, 8331, 8238, 6914, 8392, 7410, 8425, 8092, 6610, 8378, 7334, 8513, 7626, 6453, 8344, 7200, 8326, 8628, 8209, 8310, 6680, 8250, 7397, 8444, 7744, 7415, 8073, 6762, 8520, 7752, 8315, 8089, 6980, 8439, 7381, 8355, 8778, 8185, 7928, 6558, 8109, 7240, 8280, 8250, 8075, 7992, 7014, 8450, 7984, 8026, 8241, 6776, 8450, 7917, 8279, 8151, 7999, 8128, 6758, 8364, 7514, 8435, 7900, 7482, 8278, 6568, 8248, 7464, 8287, 7704, 6387, 8027, 7822, 8067, 8205, 7182, 8670, 7986, 7293, 8701, 7476, 8474, 7993, 8000, 8399, 7504, 8524, 8813, 8230, 8156, 6969, 8404, 8004, 8416, 8027, 6544, 8452, 7705, 8539, 7726, 8169, 8100, 7172, 8316, 7963, 8516, 7946, 8001, 8324, 6577, 8780, 8038, 8243, 7224, 6587, 8560, 7816, 6634, 8491, 8272, 8140, 8291, 6843, 8545, 8596, 8387, 8168, 6295, 8216, 7222, 8462, 8097, 7899, 8258, 6709, 8208, 7322, 8371, 8062, 7030, 8029, 6691, 8394, 7958, 8158, 7966, 6421, 8121, 7192, 8372, 8226, 8019, 8133, 8088, 8131, 7567, 8337, 8162, 6955, 8310, 7185, 8532, 7928, 8017, 8345, 6534, 8421, 7796, 8573, 8069, 8113, 8223, 7297, 8638, 8918, 8282, 7966, 7953, 8103, 7438, 8397, 8134, 8242, 7903, 6576, 8524, 7582, 8257, 8007, 8181, 8285, 6729, 8473, 8189, 8024, 8003, 7916, 8183, 7619, 8406, 8194, 8038, 7877, 6951, 8369, 7296, 8193, 7771, 8161, 8210, 7301, 8501, 7919, 8227, 8029, 6722, 8445, 7312, 8490, 8419, 7442, 8334, 6759, 8313, 7104, 8378, 8263, 8172, 8185, 7198, 8282, 7434, 8481, 8343, 6469, 8181, 7232, 8375, 7905, 8411, 8218, 6597, 8270, 7416, 8517, 8216, 6709, 8271, 7329, 8482, 8072, 6404, 8331, 7182, 8496, 8593, 8229, 8044, 7227, 8556, 7539, 8562, 8214, 7379, 8010, 7298, 8142, 8138, 6615, 8334, 7234, 8294, 7813, 6371, 8114, 7350, 8370, 7787, 8152, 7948, 6618, 8127, 7541, 8310, 8066, 6868, 8522, 7368, 8447, 7964, 6617, 7994, 7227, 8359, 8678, 8386, 7848, 6515, 7888, 6858, 8210, 8193, 8058, 7978, 6276, 8045, 6819, 8525, 7841, 8121, 8095, 7751, 7844, 6466, 8308, 7492, 8381, 8310, 8100, 8247, 7499, 8615, 7849, 8501, 8199, 6433, 8645, 7487, 8567, 8297, 8499, 8134, 6585, 8163, 7076, 8673, 8488, 8267, 7971, 6604, 8074, 7049, 8511, 8056, 7855, 7966, 6407, 8105, 7200, 8438, 7792, 7757, 7892, 6399, 8178, 7287, 8319, 7775, 7795, 7957, 6587, 8291, 7710, 8055, 7756, 6684, 7833, 6870, 8166, 7551, 7688, 7872, 6587, 8210, 7555, 8177, 7831, 6669, 7981, 7089, 8290, 7725, 6650, 8085, 6891, 8191, 7573, 8262, 7869, 7361, 7813, 6938, 8018, 7445, 8090, 7754, 6659, 7771, 7001, 8210, 7721, 8078, 7862, 6640, 8116, 6982, 8240, 7932, 8276, 7803, 6496, 7815, 6826, 8242, 8018, 8068, 7757, 6283, 8016, 6604, 8293, 7534, 8323, 7637, 8088, 7892, 6269, 8144, 7353, 8368, 8158, 8395, 8194, 8080, 8176, 7108, 8281, 7477, 8284, 8159, 8278, 7980, 6989, 8083, 6841, 8393, 7632, 8451, 8052, 7955, 7911, 6472, 7923, 6953, 8320, 8066, 8141, 7994, 6668, 8299, 7566, 8258, 7900, 6576, 8040, 7244, 8315, 8292, 8109, 7892, 6459, 7507, 8010, 8338, 7884, 6318, 8203, 7764, 8179, 7830, 7147, 8155, 7833, 7908, 7953, 7022, 8144, 7790, 8295, 8068, 6694, 7993, 7226, 8525, 7686, 6883, 8221, 7929, 8391, 7765, 6611, 8101, 7046, 8372, 7906, 8365, 8653, 8048, 8645, 7907, 7615, 7740, 7768, 6843, 8110, 7240, 7906, 7884, 8063, 8126, 7113, 8071, 7152, 8055, 8356, 7971, 8101, 7025, 8260, 7262, 8349, 7942, 8258, 8174, 7975, 8057, 6605, 8391, 7683, 8156, 8092, 7913, 8133, 6299, 8117, 7646, 8182, 8008, 8119, 8066, 7533, 8366, 7569, 8308, 7719, 8313, 8024, 7723, 8173, 7198, 8374, 7408, 8466, 8136, 8062, 7889, 6365, 8103, 7328, 8409, 8139, 7833, 7887, 6556, 8217, 7356, 8381, 8199, 8146, 7993, 8000, 8139, 7237, 8467, 7678, 8388, 8053, 6621, 8202, 7368, 8502, 8199, 8498, 8500, 8185, 8280, 8001, 8104, 8035, 8060, 7250, 8048, 7038, 8371, 7194, 8584, 8269, 8205, 7897, 7645, 8201, 6408, 8090, 7003, 8332, 7360, 8223, 7377, 8315, 8084, 7972, 7954, 7780, 7920, 7710, 7783, 7047, 8099, 7196, 8213, 7607, 8277, 7968, 7803, 8037, 6590, 8158, 7272, 8275, 8054, 8045, 8207, 6899, 8143, 7234, 8220, 7439, 8299, 7963, 8286, 8019, 7899, 8182, 6541, 8072, 7195, 8557, 7641, 8233, 8258, 8051, 8041, 7892, 8315, 7753, 8194, 7983, 8277, 8220, 8157, 8626, 7622, 8610, 7806, 8465, 8416, 8076, 8425, 7265, 8584, 8042, 8383, 8068, 7962, 8135, 7537, 8451, 7550, 8483, 8144, 8306, 7969, 7366, 8182, 8090, 7450, 7366, 7043, 8311, 8088, 7821, 7986, 7605, 8230, 7809, 8183, 7252, 7639, 6773, 7838, 7312, 8004, 8166, 7778, 7895, 6706, 7797, 7456, 7801, 8482, 7765, 7996, 6292, 7843, 7406, 8091, 7915, 7461, 7703, 7302, 7886, 7324, 8040, 7969, 7447, 7896, 6216, 8092, 7512, 8195, 8212, 7731, 7998, 7492, 8072, 7006, 8183, 7881, 8049, 8207, 7506, 8181, 6751, 8256, 7949, 8005, 8114, 8020, 8077, 7356, 8339, 7433, 8199, 8183, 8187, 7948, 6386, 8111, 7308, 8356, 8143, 8174, 8162, 6323, 7985, 7162, 8425, 7983, 8183, 8161, 7714, 8070, 7959, 8058, 7465, 8198, 8168, 7950, 8023, 6563, 8011, 7389, 8513, 8144, 7980, 8063, 7369, 8245, 7374, 8359, 8210, 7724, 8103, 6622, 8202, 6950, 8302, 8190, 7986, 8016, 7746, 8017, 6971, 8349, 7724, 8077, 8139, 7767, 7988, 7141, 8014, 7615, 8321, 7723, 8039, 8139, 8120, 8241, 7606, 8047, 6520, 8101, 7186, 8243, 8274, 8232, 8229, 8172, 8286, 6651, 8285, 7565, 8586, 7725, 8687, 8375, 8177, 8294, 7870, 8124, 7258, 8637, 7773, 8305, 8270, 8114, 7945, 7349, 8080, 7359, 8017, 7950, 7700, 7790, 6952, 8073, 7501, 7999, 7780, 7819, 8098, 7845, 8398, 7386, 7806, 7500, 7821, 6437, 8008, 7670, 8161, 7760], 'WindowCenter': [3895.0, 3872.0, 3867.0, 3855.0, 3863.0, 3842.0, 3850.0, 3849.0, 3849.0, 3849.0, 3829.0, 3862.0, 3852.0, 3843.0, 3877.0, 3868.0, 3859.0, 3880.0, 3859.0, 3890.0, 3891.0, 3890.0, 3879.0, 3879.0, 3866.0, 3876.0, 3877.0, 3886.0, 3866.0, 3865.0, 3844.0, 3865.0, 3875.0, 3844.0, 3841.0, 3853.0, 3864.0, 3865.0, 3845.0, 3877.0, 3866.0, 3865.0, 3865.0, 3853.0, 3864.0, 3862.0, 3850.0, 3872.0, 3851.0, 3850.0, 3819.0, 3840.0, 3819.0, 3862.0, 3852.0, 3832.0, 3864.0, 3854.0, 3845.0, 3866.0, 3867.0, 3878.0, 3876.0, 3866.0, 3855.0, 3854.0, 3864.0, 3853.0, 3862.0, 3862.0, 3851.0, 3841.0, 3841.0, 3852.0, 3842.0, 3863.0, 3853.0, 3832.0, 3864.0, 3853.0, 3864.0, 3853.0, 3843.0, 3863.0, 3841.0, 3864.0, 3852.0, 3853.0, 3853.0, 3831.0, 3852.0, 3830.0, 3851.0, 3851.0, 3852.0, 3852.0, 3832.0, 3863.0, 3852.0, 3843.0, 3864.0, 3854.0, 3865.0, 3865.0, 3845.0, 3875.0, 3864.0, 3855.0, 3866.0, 3865.0, 3864.0, 3863.0, 3831.0, 3853.0, 3854.0, 3864.0, 3852.0, 3832.0, 3863.0, 3841.0, 3862.0, 3863.0, 3830.0, 3841.0, 3841.0, 3851.0, 3863.0, 3853.0, 3865.0, 3863.0, 3844.0, 3864.0, 3864.0, 3864.0, 3852.0, 3831.0, 3851.0, 3841.0, 3850.0, 3850.0, 3850.0, 3837.0, 3817.0, 3847.0, 3829.0, 3861.0, 3841.0, 3831.0, 3864.0, 3865.0, 3857.0, 3877.0, 3879.0, 3877.0, 3868.0, 3866.0, 3867.0, 3866.0, 3865.0, 3874.0, 3864.0, 3852.0, 3832.0, 3851.0, 3842.0, 3862.0, 3852.0, 3863.0, 3842.0, 3830.0, 3852.0, 3841.0, 3861.0, 3840.0, 3849.0, 3840.0, 3850.0, 3839.0, 3818.0, 3839.0, 3828.0, 3851.0, 3841.0, 3831.0, 3852.0, 3831.0, 3863.0, 3853.0, 3864.0, 3853.0, 3833.0, 3863.0, 3852.0, 3863.0, 3864.0, 3844.0, 3865.0, 3863.0, 3865.0, 3865.0, 3844.0, 3864.0, 3863.0, 3852.0, 3853.0, 3843.0, 3851.0, 3862.0, 3853.0, 3852.0, 3841.0, 3853.0, 3851.0, 3852.0, 3852.0, 3829.0, 3862.0, 3850.0, 3851.0, 3841.0, 3830.0, 3840.0, 3829.0, 3851.0, 3851.0, 3831.0, 3863.0, 3852.0, 3832.0, 3852.0, 3842.0, 3852.0, 3852.0, 3832.0, 3852.0, 3842.0, 3863.0, 3851.0, 3843.0, 3851.0, 3854.0, 3862.0, 3864.0, 3843.0, 3864.0, 3854.0, 3865.0, 3854.0, 3831.0, 3864.0, 3854.0, 3865.0, 3854.0, 3832.0, 3864.0, 3863.0, 3843.0, 3864.0, 3843.0, 3865.0, 3863.0, 3864.0, 3853.0, 3843.0, 3861.0, 3862.0, 3853.0, 3851.0, 3842.0, 3852.0, 3830.0, 3850.0, 3849.0, 3841.0, 3851.0, 3830.0, 3852.0, 3841.0, 3852.0, 3852.0, 3831.0, 3862.0, 3852.0, 3863.0, 3863.0, 3843.0, 3863.0, 3840.0, 3863.0, 3853.0, 3831.0, 3852.0, 3840.0, 3851.0, 3839.0, 3850.0, 3851.0, 3829.0, 3850.0, 3842.0, 3861.0, 3861.0, 3830.0, 3853.0, 3840.0, 3862.0, 3862.0, 3843.0, 3864.0, 3843.0, 3862.0, 3851.0, 3842.0, 3863.0, 3841.0, 3862.0, 3861.0, 3863.0, 3849.0, 3840.0, 3861.0, 3851.0, 3852.0, 3850.0, 3840.0, 3861.0, 3841.0, 3872.0, 3851.0, 3854.0, 3863.0, 3841.0, 3862.0, 3852.0, 3852.0, 3854.0, 3841.0, 3862.0, 3854.0, 3864.0, 3851.0, 3830.0, 3862.0, 3853.0, 3862.0, 3850.0, 3830.0, 3850.0, 3841.0, 3864.0, 3840.0, 3854.0, 3864.0, 3841.0, 3830.0, 3863.0, 3863.0, 3844.0, 3865.0, 3875.0, 3864.0, 3874.0, 3853.0, 3852.0, 3842.0, 3841.0, 3849.0, 3849.0, 3839.0, 3838.0, 3837.0, 3816.0, 3837.0, 3849.0, 3837.0, 3839.0, 3816.0, 3836.0, 3828.0, 3847.0, 3837.0, 3816.0, 3849.0, 3829.0, 3850.0, 3852.0, 3861.0, 3851.0, 3832.0, 3852.0, 3829.0, 3850.0, 3850.0, 3852.0, 3839.0, 3828.0, 3838.0, 3828.0, 3849.0, 3839.0, 3850.0, 3849.0, 3829.0, 3863.0, 3851.0, 3863.0, 3861.0, 3830.0, 3864.0, 3853.0, 3862.0, 3851.0, 3830.0, 3852.0, 3842.0, 3863.0, 3861.0, 3851.0, 3852.0, 3830.0, 3853.0, 3850.0, 3861.0, 3850.0, 3831.0, 3850.0, 3840.0, 3850.0, 3852.0, 3850.0, 3852.0, 3829.0, 3850.0, 3840.0, 3850.0, 3850.0, 3830.0, 3852.0, 3840.0, 3863.0, 3852.0, 3851.0, 3852.0, 3840.0, 3853.0, 3840.0, 3862.0, 3851.0, 3833.0, 3862.0, 3854.0, 3874.0, 3852.0, 3833.0, 3862.0, 3851.0, 3863.0, 3862.0, 3862.0, 3851.0, 3830.0, 3851.0, 3842.0, 3851.0, 3840.0, 3840.0, 3851.0, 3829.0, 3862.0, 3842.0, 3850.0, 3852.0, 3840.0, 3851.0, 3840.0, 3850.0, 3852.0, 3852.0, 3839.0, 3818.0, 3840.0, 3828.0, 3849.0, 3848.0, 3850.0, 3849.0, 3829.0, 3850.0, 3851.0, 3854.0, 3864.0, 3842.0, 3863.0, 3854.0, 3863.0, 3852.0, 3851.0, 3851.0, 3832.0, 3851.0, 3840.0, 3850.0, 3850.0, 3842.0, 3850.0, 3831.0, 3851.0, 3840.0, 3853.0, 3850.0, 3821.0, 3849.0, 3850.0, 3851.0, 3862.0, 3842.0, 3863.0, 3853.0, 3853.0, 3863.0, 3843.0, 3862.0, 3853.0, 3852.0, 3851.0, 3843.0, 3861.0, 3862.0, 3852.0, 3851.0, 3842.0, 3851.0, 3853.0, 3864.0, 3864.0, 3834.0, 3864.0, 3852.0, 3874.0, 3853.0, 3865.0, 3852.0, 3844.0, 3862.0, 3851.0, 3863.0, 3851.0, 3851.0, 3850.0, 3831.0, 3863.0, 3853.0, 3862.0, 3852.0, 3830.0, 3863.0, 3854.0, 3843.0, 3874.0, 3864.0, 3864.0, 3865.0, 3833.0, 3862.0, 3861.0, 3852.0, 3851.0, 3819.0, 3852.0, 3839.0, 3852.0, 3850.0, 3850.0, 3852.0, 3829.0, 3850.0, 3840.0, 3852.0, 3852.0, 3839.0, 3850.0, 3830.0, 3863.0, 3851.0, 3852.0, 3853.0, 3832.0, 3853.0, 3841.0, 3864.0, 3853.0, 3853.0, 3852.0, 3853.0, 3850.0, 3840.0, 3850.0, 3851.0, 3840.0, 3850.0, 3829.0, 3861.0, 3851.0, 3851.0, 3862.0, 3831.0, 3864.0, 3852.0, 3864.0, 3853.0, 3854.0, 3862.0, 3841.0, 3862.0, 3862.0, 3853.0, 3852.0, 3850.0, 3852.0, 3840.0, 3850.0, 3850.0, 3852.0, 3850.0, 3830.0, 3850.0, 3840.0, 3850.0, 3850.0, 3850.0, 3852.0, 3831.0, 3850.0, 3850.0, 3850.0, 3850.0, 3852.0, 3852.0, 3839.0, 3851.0, 3849.0, 3849.0, 3849.0, 3829.0, 3850.0, 3840.0, 3850.0, 3841.0, 3851.0, 3850.0, 3842.0, 3861.0, 3850.0, 3850.0, 3850.0, 3830.0, 3852.0, 3839.0, 3852.0, 3852.0, 3840.0, 3850.0, 3832.0, 3850.0, 3839.0, 3850.0, 3850.0, 3852.0, 3851.0, 3831.0, 3851.0, 3839.0, 3860.0, 3849.0, 3820.0, 3851.0, 3839.0, 3850.0, 3850.0, 3851.0, 3850.0, 3832.0, 3853.0, 3842.0, 3862.0, 3852.0, 3841.0, 3864.0, 3843.0, 3864.0, 3851.0, 3832.0, 3853.0, 3840.0, 3861.0, 3862.0, 3851.0, 3851.0, 3840.0, 3859.0, 3840.0, 3861.0, 3850.0, 3840.0, 3848.0, 3839.0, 3852.0, 3850.0, 3831.0, 3852.0, 3842.0, 3851.0, 3839.0, 3818.0, 3851.0, 3838.0, 3849.0, 3840.0, 3852.0, 3850.0, 3829.0, 3850.0, 3841.0, 3850.0, 3850.0, 3830.0, 3862.0, 3841.0, 3864.0, 3863.0, 3842.0, 3854.0, 3852.0, 3863.0, 3861.0, 3854.0, 3852.0, 3821.0, 3850.0, 3830.0, 3850.0, 3849.0, 3850.0, 3850.0, 3819.0, 3852.0, 3831.0, 3861.0, 3852.0, 3850.0, 3840.0, 3840.0, 3840.0, 3818.0, 3851.0, 3839.0, 3851.0, 3850.0, 3838.0, 3851.0, 3840.0, 3860.0, 3850.0, 3861.0, 3863.0, 3831.0, 3864.0, 3854.0, 3864.0, 3864.0, 3863.0, 3852.0, 3843.0, 3864.0, 3841.0, 3862.0, 3864.0, 3864.0, 3852.0, 3831.0, 3853.0, 3841.0, 3864.0, 3852.0, 3851.0, 3853.0, 3832.0, 3852.0, 3842.0, 3851.0, 3852.0, 3851.0, 3853.0, 3832.0, 3853.0, 3841.0, 3851.0, 3839.0, 3853.0, 3853.0, 3830.0, 3851.0, 3842.0, 3853.0, 3853.0, 3831.0, 3853.0, 3832.0, 3853.0, 3852.0, 3853.0, 3851.0, 3831.0, 3853.0, 3851.0, 3853.0, 3852.0, 3832.0, 3851.0, 3841.0, 3862.0, 3853.0, 3833.0, 3852.0, 3841.0, 3851.0, 3853.0, 3853.0, 3852.0, 3842.0, 3841.0, 3831.0, 3852.0, 3840.0, 3852.0, 3841.0, 3828.0, 3842.0, 3842.0, 3851.0, 3842.0, 3853.0, 3850.0, 3832.0, 3850.0, 3829.0, 3852.0, 3851.0, 3852.0, 3842.0, 3829.0, 3840.0, 3831.0, 3851.0, 3852.0, 3853.0, 3851.0, 3832.0, 3851.0, 3832.0, 3853.0, 3840.0, 3850.0, 3842.0, 3852.0, 3850.0, 3831.0, 3851.0, 3843.0, 3851.0, 3852.0, 3853.0, 3851.0, 3853.0, 3852.0, 3843.0, 3853.0, 3842.0, 3853.0, 3852.0, 3852.0, 3853.0, 3842.0, 3851.0, 3832.0, 3851.0, 3851.0, 3853.0, 3851.0, 3853.0, 3851.0, 3832.0, 3851.0, 3842.0, 3853.0, 3852.0, 3853.0, 3852.0, 3831.0, 3864.0, 3852.0, 3865.0, 3854.0, 3831.0, 3853.0, 3843.0, 3862.0, 3863.0, 3854.0, 3853.0, 3833.0, 3843.0, 3851.0, 3853.0, 3853.0, 3833.0, 3865.0, 3853.0, 3864.0, 3852.0, 3843.0, 3851.0, 3853.0, 3853.0, 3854.0, 3842.0, 3854.0, 3853.0, 3864.0, 3850.0, 3832.0, 3853.0, 3842.0, 3864.0, 3853.0, 3843.0, 3865.0, 3865.0, 3866.0, 3867.0, 3847.0, 3866.0, 3857.0, 3867.0, 3866.0, 3866.0, 3865.0, 3854.0, 3853.0, 3851.0, 3840.0, 3842.0, 3842.0, 3829.0, 3840.0, 3840.0, 3841.0, 3840.0, 3850.0, 3852.0, 3843.0, 3853.0, 3842.0, 3853.0, 3853.0, 3854.0, 3852.0, 3842.0, 3850.0, 3842.0, 3852.0, 3852.0, 3852.0, 3849.0, 3852.0, 3851.0, 3832.0, 3851.0, 3842.0, 3852.0, 3852.0, 3851.0, 3852.0, 3832.0, 3852.0, 3841.0, 3852.0, 3841.0, 3841.0, 3840.0, 3839.0, 3851.0, 3839.0, 3851.0, 3841.0, 3852.0, 3852.0, 3842.0, 3852.0, 3831.0, 3850.0, 3840.0, 3852.0, 3838.0, 3851.0, 3852.0, 3820.0, 3852.0, 3841.0, 3852.0, 3852.0, 3853.0, 3853.0, 3833.0, 3863.0, 3842.0, 3853.0, 3863.0, 3853.0, 3852.0, 3851.0, 3851.0, 3842.0, 3852.0, 3841.0, 3852.0, 3852.0, 3833.0, 3864.0, 3855.0, 3875.0, 3864.0, 3877.0, 3866.0, 3867.0, 3864.0, 3855.0, 3852.0, 3852.0, 3851.0, 3842.0, 3841.0, 3830.0, 3851.0, 3830.0, 3861.0, 3851.0, 3852.0, 3852.0, 3842.0, 3852.0, 3832.0, 3854.0, 3843.0, 3853.0, 3840.0, 3852.0, 3842.0, 3851.0, 3841.0, 3851.0, 3841.0, 3840.0, 3840.0, 3841.0, 3840.0, 3828.0, 3838.0, 3829.0, 3852.0, 3841.0, 3853.0, 3852.0, 3843.0, 3853.0, 3832.0, 3854.0, 3840.0, 3863.0, 3854.0, 3854.0, 3851.0, 3841.0, 3853.0, 3843.0, 3853.0, 3842.0, 3852.0, 3852.0, 3852.0, 3852.0, 3852.0, 3852.0, 3819.0, 3852.0, 3829.0, 3852.0, 3841.0, 3852.0, 3852.0, 3853.0, 3853.0, 3852.0, 3853.0, 3842.0, 3851.0, 3851.0, 3852.0, 3853.0, 3853.0, 3863.0, 3853.0, 3864.0, 3854.0, 3863.0, 3864.0, 3855.0, 3864.0, 3844.0, 3864.0, 3855.0, 3865.0, 3852.0, 3853.0, 3854.0, 3854.0, 3853.0, 3853.0, 3864.0, 3852.0, 3854.0, 3853.0, 3842.0, 3863.0, 3865.0, 3855.0, 3842.0, 3841.0, 3864.0, 3854.0, 3855.0, 3855.0, 3854.0, 3854.0, 3854.0, 3851.0, 3842.0, 3840.0, 3818.0, 3827.0, 3828.0, 3836.0, 3837.0, 3839.0, 3836.0, 3818.0, 3828.0, 3826.0, 3827.0, 3837.0, 3827.0, 3826.0, 3806.0, 3827.0, 3827.0, 3837.0, 3837.0, 3828.0, 3838.0, 3828.0, 3838.0, 3827.0, 3840.0, 3840.0, 3840.0, 3849.0, 3818.0, 3850.0, 3841.0, 3850.0, 3851.0, 3841.0, 3840.0, 3830.0, 3840.0, 3830.0, 3851.0, 3840.0, 3840.0, 3850.0, 3829.0, 3850.0, 3830.0, 3852.0, 3852.0, 3851.0, 3851.0, 3853.0, 3852.0, 3841.0, 3850.0, 3842.0, 3850.0, 3851.0, 3853.0, 3851.0, 3831.0, 3853.0, 3842.0, 3851.0, 3852.0, 3852.0, 3864.0, 3833.0, 3854.0, 3843.0, 3863.0, 3852.0, 3864.0, 3853.0, 3854.0, 3853.0, 3853.0, 3853.0, 3842.0, 3853.0, 3852.0, 3853.0, 3852.0, 3832.0, 3854.0, 3844.0, 3864.0, 3854.0, 3854.0, 3854.0, 3843.0, 3865.0, 3843.0, 3852.0, 3853.0, 3855.0, 3852.0, 3833.0, 3864.0, 3843.0, 3864.0, 3862.0, 3854.0, 3853.0, 3853.0, 3853.0, 3844.0, 3854.0, 3854.0, 3853.0, 3853.0, 3853.0, 3852.0, 3843.0, 3852.0, 3852.0, 3852.0, 3841.0, 3853.0, 3852.0, 3853.0, 3852.0, 3840.0, 3852.0, 3821.0, 3840.0, 3829.0, 3852.0, 3852.0, 3865.0, 3863.0, 3865.0, 3864.0, 3845.0, 3865.0, 3855.0, 3863.0, 3853.0, 3865.0, 3852.0, 3853.0, 3852.0, 3853.0, 3853.0, 3843.0, 3863.0, 3853.0, 3853.0, 3853.0, 3854.0, 3853.0, 3843.0, 3851.0, 3843.0, 3852.0, 3854.0, 3855.0, 3854.0, 3844.0, 3854.0, 3843.0, 3854.0, 3852.0, 3854.0, 3851.0, 3852.0, 3852.0, 3837.0, 3841.0, 3829.0, 3841.0, 3820.0, 3851.0, 3840.0, 3863.0, 3854.0], 'WindowWidth': [8736.0, 8693.0, 8676.0, 8655.0, 8661.0, 8630.0, 8640.0, 8635.0, 8635.0, 8636.0, 8609.0, 8657.0, 8645.0, 8637.0, 8689.0, 8679.0, 8669.0, 8698.0, 8670.0, 8712.0, 8711.0, 8711.0, 8693.0, 8692.0, 8670.0, 8684.0, 8685.0, 8695.0, 8668.0, 8666.0, 8638.0, 8666.0, 8679.0, 8636.0, 8630.0, 8647.0, 8664.0, 8666.0, 8639.0, 8685.0, 8668.0, 8667.0, 8663.0, 8646.0, 8661.0, 8657.0, 8639.0, 8667.0, 8637.0, 8634.0, 8592.0, 8622.0, 8594.0, 8654.0, 8642.0, 8617.0, 8663.0, 8652.0, 8643.0, 8670.0, 8672.0, 8687.0, 8683.0, 8670.0, 8652.0, 8650.0, 8663.0, 8645.0, 8657.0, 8655.0, 8641.0, 8627.0, 8627.0, 8642.0, 8628.0, 8659.0, 8645.0, 8617.0, 8663.0, 8647.0, 8664.0, 8646.0, 8633.0, 8659.0, 8629.0, 8660.0, 8641.0, 8646.0, 8644.0, 8616.0, 8641.0, 8611.0, 8640.0, 8640.0, 8643.0, 8642.0, 8616.0, 8660.0, 8645.0, 8633.0, 8661.0, 8650.0, 8665.0, 8667.0, 8640.0, 8680.0, 8663.0, 8654.0, 8669.0, 8666.0, 8663.0, 8660.0, 8616.0, 8647.0, 8647.0, 8660.0, 8642.0, 8617.0, 8659.0, 8628.0, 8657.0, 8657.0, 8612.0, 8625.0, 8625.0, 8641.0, 8659.0, 8647.0, 8664.0, 8660.0, 8636.0, 8663.0, 8662.0, 8661.0, 8643.0, 8615.0, 8640.0, 8625.0, 8636.0, 8635.0, 8635.0, 8615.0, 8588.0, 8628.0, 8606.0, 8653.0, 8626.0, 8614.0, 8664.0, 8667.0, 8660.0, 8687.0, 8691.0, 8689.0, 8676.0, 8671.0, 8670.0, 8668.0, 8664.0, 8673.0, 8659.0, 8643.0, 8617.0, 8639.0, 8628.0, 8656.0, 8642.0, 8659.0, 8628.0, 8612.0, 8640.0, 8626.0, 8654.0, 8623.0, 8633.0, 8622.0, 8636.0, 8620.0, 8591.0, 8620.0, 8605.0, 8639.0, 8625.0, 8614.0, 8641.0, 8615.0, 8658.0, 8645.0, 8662.0, 8646.0, 8620.0, 8660.0, 8645.0, 8661.0, 8663.0, 8635.0, 8664.0, 8661.0, 8665.0, 8664.0, 8636.0, 8662.0, 8659.0, 8644.0, 8647.0, 8632.0, 8641.0, 8656.0, 8644.0, 8641.0, 8628.0, 8644.0, 8641.0, 8642.0, 8641.0, 8609.0, 8655.0, 8637.0, 8639.0, 8625.0, 8610.0, 8622.0, 8608.0, 8639.0, 8640.0, 8614.0, 8659.0, 8642.0, 8617.0, 8643.0, 8630.0, 8642.0, 8641.0, 8616.0, 8641.0, 8630.0, 8659.0, 8641.0, 8634.0, 8642.0, 8649.0, 8659.0, 8662.0, 8635.0, 8662.0, 8648.0, 8664.0, 8649.0, 8616.0, 8664.0, 8648.0, 8664.0, 8649.0, 8619.0, 8662.0, 8659.0, 8634.0, 8661.0, 8633.0, 8665.0, 8659.0, 8661.0, 8647.0, 8631.0, 8655.0, 8656.0, 8645.0, 8641.0, 8629.0, 8640.0, 8612.0, 8637.0, 8634.0, 8625.0, 8639.0, 8611.0, 8642.0, 8626.0, 8641.0, 8641.0, 8614.0, 8656.0, 8645.0, 8659.0, 8658.0, 8634.0, 8659.0, 8627.0, 8660.0, 8646.0, 8616.0, 8643.0, 8625.0, 8639.0, 8623.0, 8639.0, 8640.0, 8608.0, 8638.0, 8629.0, 8654.0, 8654.0, 8614.0, 8645.0, 8627.0, 8657.0, 8657.0, 8633.0, 8660.0, 8632.0, 8658.0, 8641.0, 8632.0, 8659.0, 8628.0, 8655.0, 8654.0, 8658.0, 8637.0, 8624.0, 8653.0, 8640.0, 8642.0, 8639.0, 8627.0, 8655.0, 8629.0, 8671.0, 8642.0, 8648.0, 8658.0, 8630.0, 8658.0, 8643.0, 8644.0, 8648.0, 8630.0, 8658.0, 8648.0, 8662.0, 8641.0, 8614.0, 8657.0, 8645.0, 8657.0, 8639.0, 8611.0, 8637.0, 8628.0, 8665.0, 8626.0, 8650.0, 8663.0, 8628.0, 8612.0, 8660.0, 8662.0, 8638.0, 8666.0, 8679.0, 8663.0, 8675.0, 8645.0, 8643.0, 8629.0, 8624.0, 8633.0, 8632.0, 8619.0, 8616.0, 8614.0, 8585.0, 8615.0, 8632.0, 8615.0, 8618.0, 8585.0, 8611.0, 8602.0, 8628.0, 8614.0, 8588.0, 8633.0, 8608.0, 8636.0, 8641.0, 8654.0, 8639.0, 8615.0, 8642.0, 8608.0, 8637.0, 8636.0, 8641.0, 8620.0, 8606.0, 8618.0, 8604.0, 8635.0, 8620.0, 8636.0, 8635.0, 8607.0, 8659.0, 8641.0, 8659.0, 8655.0, 8613.0, 8661.0, 8646.0, 8656.0, 8639.0, 8612.0, 8642.0, 8629.0, 8658.0, 8655.0, 8640.0, 8642.0, 8611.0, 8644.0, 8639.0, 8654.0, 8639.0, 8614.0, 8637.0, 8624.0, 8639.0, 8641.0, 8638.0, 8643.0, 8609.0, 8637.0, 8624.0, 8638.0, 8637.0, 8611.0, 8643.0, 8625.0, 8659.0, 8642.0, 8640.0, 8643.0, 8625.0, 8644.0, 8625.0, 8656.0, 8641.0, 8619.0, 8659.0, 8649.0, 8675.0, 8645.0, 8621.0, 8658.0, 8642.0, 8661.0, 8656.0, 8657.0, 8641.0, 8612.0, 8640.0, 8629.0, 8640.0, 8624.0, 8625.0, 8639.0, 8610.0, 8655.0, 8628.0, 8639.0, 8643.0, 8626.0, 8639.0, 8624.0, 8639.0, 8641.0, 8642.0, 8620.0, 8591.0, 8622.0, 8603.0, 8633.0, 8631.0, 8635.0, 8634.0, 8607.0, 8639.0, 8641.0, 8648.0, 8662.0, 8632.0, 8660.0, 8649.0, 8658.0, 8643.0, 8642.0, 8641.0, 8616.0, 8639.0, 8623.0, 8638.0, 8636.0, 8628.0, 8637.0, 8613.0, 8639.0, 8625.0, 8644.0, 8639.0, 8599.0, 8635.0, 8639.0, 8642.0, 8658.0, 8631.0, 8661.0, 8647.0, 8647.0, 8660.0, 8632.0, 8658.0, 8645.0, 8643.0, 8640.0, 8631.0, 8653.0, 8654.0, 8643.0, 8639.0, 8629.0, 8639.0, 8644.0, 8661.0, 8662.0, 8623.0, 8663.0, 8647.0, 8677.0, 8647.0, 8665.0, 8645.0, 8635.0, 8655.0, 8641.0, 8658.0, 8639.0, 8641.0, 8638.0, 8613.0, 8657.0, 8644.0, 8655.0, 8645.0, 8613.0, 8660.0, 8650.0, 8635.0, 8677.0, 8664.0, 8663.0, 8665.0, 8619.0, 8657.0, 8654.0, 8642.0, 8639.0, 8596.0, 8640.0, 8622.0, 8642.0, 8637.0, 8639.0, 8641.0, 8609.0, 8637.0, 8625.0, 8643.0, 8642.0, 8623.0, 8639.0, 8611.0, 8659.0, 8641.0, 8642.0, 8645.0, 8617.0, 8644.0, 8628.0, 8660.0, 8645.0, 8646.0, 8642.0, 8645.0, 8638.0, 8624.0, 8638.0, 8639.0, 8623.0, 8637.0, 8610.0, 8654.0, 8640.0, 8643.0, 8656.0, 8614.0, 8662.0, 8645.0, 8662.0, 8647.0, 8647.0, 8655.0, 8627.0, 8655.0, 8656.0, 8644.0, 8640.0, 8638.0, 8640.0, 8623.0, 8636.0, 8636.0, 8641.0, 8636.0, 8611.0, 8635.0, 8624.0, 8637.0, 8636.0, 8638.0, 8642.0, 8614.0, 8636.0, 8637.0, 8637.0, 8636.0, 8641.0, 8640.0, 8621.0, 8640.0, 8634.0, 8635.0, 8634.0, 8608.0, 8636.0, 8624.0, 8638.0, 8626.0, 8640.0, 8637.0, 8628.0, 8652.0, 8637.0, 8638.0, 8637.0, 8610.0, 8641.0, 8623.0, 8641.0, 8642.0, 8625.0, 8637.0, 8616.0, 8638.0, 8623.0, 8638.0, 8637.0, 8642.0, 8638.0, 8613.0, 8638.0, 8621.0, 8650.0, 8634.0, 8597.0, 8640.0, 8622.0, 8638.0, 8637.0, 8640.0, 8638.0, 8616.0, 8644.0, 8631.0, 8657.0, 8644.0, 8629.0, 8660.0, 8632.0, 8661.0, 8641.0, 8618.0, 8643.0, 8625.0, 8653.0, 8655.0, 8640.0, 8639.0, 8623.0, 8649.0, 8625.0, 8652.0, 8638.0, 8626.0, 8633.0, 8621.0, 8642.0, 8637.0, 8615.0, 8641.0, 8630.0, 8640.0, 8620.0, 8592.0, 8637.0, 8619.0, 8634.0, 8622.0, 8640.0, 8635.0, 8607.0, 8635.0, 8625.0, 8638.0, 8637.0, 8613.0, 8656.0, 8629.0, 8663.0, 8660.0, 8632.0, 8647.0, 8643.0, 8658.0, 8654.0, 8646.0, 8641.0, 8599.0, 8637.0, 8610.0, 8637.0, 8635.0, 8636.0, 8636.0, 8595.0, 8641.0, 8612.0, 8651.0, 8640.0, 8636.0, 8624.0, 8623.0, 8623.0, 8592.0, 8636.0, 8619.0, 8637.0, 8635.0, 8618.0, 8639.0, 8623.0, 8649.0, 8636.0, 8653.0, 8659.0, 8615.0, 8660.0, 8648.0, 8662.0, 8660.0, 8658.0, 8643.0, 8634.0, 8661.0, 8627.0, 8657.0, 8660.0, 8662.0, 8643.0, 8616.0, 8644.0, 8627.0, 8659.0, 8642.0, 8641.0, 8644.0, 8615.0, 8642.0, 8629.0, 8640.0, 8641.0, 8642.0, 8645.0, 8616.0, 8643.0, 8628.0, 8640.0, 8622.0, 8645.0, 8644.0, 8611.0, 8640.0, 8630.0, 8644.0, 8644.0, 8614.0, 8644.0, 8616.0, 8644.0, 8641.0, 8643.0, 8639.0, 8614.0, 8645.0, 8640.0, 8644.0, 8643.0, 8616.0, 8641.0, 8628.0, 8656.0, 8645.0, 8618.0, 8642.0, 8628.0, 8640.0, 8644.0, 8644.0, 8642.0, 8629.0, 8625.0, 8612.0, 8640.0, 8623.0, 8641.0, 8626.0, 8607.0, 8627.0, 8628.0, 8639.0, 8629.0, 8645.0, 8638.0, 8615.0, 8637.0, 8609.0, 8642.0, 8639.0, 8641.0, 8627.0, 8609.0, 8624.0, 8613.0, 8640.0, 8642.0, 8644.0, 8640.0, 8615.0, 8639.0, 8615.0, 8645.0, 8624.0, 8637.0, 8627.0, 8642.0, 8637.0, 8613.0, 8639.0, 8631.0, 8639.0, 8643.0, 8645.0, 8639.0, 8645.0, 8642.0, 8631.0, 8644.0, 8630.0, 8645.0, 8642.0, 8643.0, 8643.0, 8630.0, 8639.0, 8616.0, 8639.0, 8639.0, 8644.0, 8639.0, 8644.0, 8640.0, 8615.0, 8639.0, 8629.0, 8644.0, 8643.0, 8646.0, 8642.0, 8615.0, 8661.0, 8644.0, 8663.0, 8647.0, 8615.0, 8645.0, 8631.0, 8657.0, 8658.0, 8647.0, 8644.0, 8619.0, 8632.0, 8639.0, 8644.0, 8645.0, 8619.0, 8663.0, 8647.0, 8661.0, 8643.0, 8631.0, 8640.0, 8644.0, 8646.0, 8647.0, 8629.0, 8647.0, 8646.0, 8661.0, 8639.0, 8615.0, 8644.0, 8628.0, 8659.0, 8645.0, 8632.0, 8665.0, 8665.0, 8669.0, 8671.0, 8646.0, 8670.0, 8658.0, 8671.0, 8667.0, 8668.0, 8665.0, 8648.0, 8645.0, 8639.0, 8625.0, 8627.0, 8626.0, 8608.0, 8621.0, 8622.0, 8624.0, 8621.0, 8638.0, 8642.0, 8630.0, 8644.0, 8629.0, 8645.0, 8644.0, 8647.0, 8642.0, 8629.0, 8637.0, 8627.0, 8642.0, 8640.0, 8640.0, 8634.0, 8640.0, 8639.0, 8615.0, 8639.0, 8627.0, 8642.0, 8639.0, 8639.0, 8641.0, 8615.0, 8640.0, 8625.0, 8639.0, 8624.0, 8624.0, 8623.0, 8621.0, 8637.0, 8620.0, 8639.0, 8624.0, 8641.0, 8640.0, 8629.0, 8640.0, 8613.0, 8636.0, 8623.0, 8642.0, 8619.0, 8637.0, 8640.0, 8598.0, 8640.0, 8625.0, 8641.0, 8641.0, 8644.0, 8644.0, 8620.0, 8659.0, 8629.0, 8644.0, 8659.0, 8645.0, 8641.0, 8639.0, 8640.0, 8627.0, 8640.0, 8626.0, 8641.0, 8642.0, 8619.0, 8662.0, 8652.0, 8680.0, 8663.0, 8683.0, 8667.0, 8669.0, 8661.0, 8651.0, 8642.0, 8643.0, 8638.0, 8627.0, 8624.0, 8609.0, 8638.0, 8609.0, 8652.0, 8638.0, 8642.0, 8641.0, 8630.0, 8641.0, 8616.0, 8647.0, 8631.0, 8645.0, 8625.0, 8642.0, 8627.0, 8638.0, 8624.0, 8639.0, 8623.0, 8621.0, 8621.0, 8623.0, 8622.0, 8605.0, 8617.0, 8606.0, 8640.0, 8626.0, 8643.0, 8641.0, 8630.0, 8644.0, 8616.0, 8646.0, 8626.0, 8659.0, 8646.0, 8648.0, 8640.0, 8629.0, 8645.0, 8632.0, 8644.0, 8628.0, 8641.0, 8639.0, 8642.0, 8640.0, 8641.0, 8641.0, 8594.0, 8640.0, 8609.0, 8641.0, 8625.0, 8642.0, 8643.0, 8645.0, 8643.0, 8642.0, 8643.0, 8628.0, 8639.0, 8638.0, 8642.0, 8643.0, 8644.0, 8657.0, 8644.0, 8660.0, 8648.0, 8660.0, 8661.0, 8650.0, 8661.0, 8635.0, 8661.0, 8650.0, 8662.0, 8642.0, 8646.0, 8648.0, 8648.0, 8645.0, 8645.0, 8660.0, 8644.0, 8647.0, 8646.0, 8631.0, 8659.0, 8665.0, 8652.0, 8630.0, 8627.0, 8660.0, 8647.0, 8653.0, 8652.0, 8649.0, 8648.0, 8647.0, 8640.0, 8626.0, 8621.0, 8589.0, 8600.0, 8601.0, 8611.0, 8613.0, 8617.0, 8611.0, 8588.0, 8602.0, 8596.0, 8599.0, 8610.0, 8599.0, 8595.0, 8568.0, 8596.0, 8596.0, 8613.0, 8611.0, 8602.0, 8616.0, 8602.0, 8614.0, 8601.0, 8621.0, 8620.0, 8623.0, 8634.0, 8592.0, 8634.0, 8624.0, 8635.0, 8636.0, 8625.0, 8622.0, 8608.0, 8619.0, 8607.0, 8635.0, 8621.0, 8621.0, 8635.0, 8606.0, 8635.0, 8609.0, 8639.0, 8640.0, 8639.0, 8639.0, 8643.0, 8641.0, 8627.0, 8637.0, 8630.0, 8637.0, 8640.0, 8644.0, 8639.0, 8614.0, 8643.0, 8629.0, 8640.0, 8642.0, 8644.0, 8661.0, 8619.0, 8647.0, 8632.0, 8660.0, 8642.0, 8661.0, 8645.0, 8646.0, 8646.0, 8644.0, 8643.0, 8627.0, 8642.0, 8642.0, 8643.0, 8641.0, 8617.0, 8647.0, 8634.0, 8661.0, 8648.0, 8648.0, 8648.0, 8633.0, 8663.0, 8633.0, 8643.0, 8645.0, 8650.0, 8644.0, 8619.0, 8661.0, 8632.0, 8660.0, 8657.0, 8647.0, 8646.0, 8645.0, 8646.0, 8634.0, 8646.0, 8647.0, 8645.0, 8646.0, 8645.0, 8642.0, 8631.0, 8642.0, 8643.0, 8642.0, 8626.0, 8645.0, 8642.0, 8644.0, 8641.0, 8624.0, 8640.0, 8598.0, 8623.0, 8608.0, 8641.0, 8642.0, 8663.0, 8660.0, 8664.0, 8662.0, 8638.0, 8664.0, 8650.0, 8660.0, 8645.0, 8663.0, 8642.0, 8645.0, 8643.0, 8645.0, 8645.0, 8631.0, 8657.0, 8646.0, 8645.0, 8645.0, 8647.0, 8646.0, 8633.0, 8638.0, 8631.0, 8643.0, 8648.0, 8651.0, 8649.0, 8635.0, 8647.0, 8634.0, 8647.0, 8641.0, 8646.0, 8639.0, 8642.0, 8642.0, 8618.0, 8622.0, 8607.0, 8623.0, 8596.0, 8638.0, 8623.0, 8661.0, 8650.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.0006263237518910741</td></tr>
<tr><td colspan=3>aqi</td><td>0.024930674735249625</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.26760145644208</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1432617640878109</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.979438162218016</td></tr>
<tr><td colspan=3>efc</td><td>0.4485</td></tr>
<tr><td colspan=3>fber</td><td>6605.686</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06855976946761518</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>10</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.75642965204236</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4354759826175028</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3555543074755723</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6362477553287738</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.314625885048162</td></tr>
<tr><td colspan=3>gcor</td><td>0.00517459</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010989516973495483</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021834205836057663</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</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.78946024380257</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.2925</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.7399</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>135.8539</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306756.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>606.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.4002</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0113</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>517.6006</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3092.5629</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3282.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69788.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>996.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4092.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>866.0802</td></tr>
<tr><td colspan=3>tsnr</td><td>37.728933885809965</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>