<?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-0069_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-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0069/figures/sub-0069_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-0069/figures/sub-0069_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0069/figures/sub-0069_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-0069/ses-04/func/sub-0069_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>9fff72c779ce5180124b38aa9149e8ca</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>18:04:16.880000</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.999219, -0.0376426, 0.0120395, 0.0383861, 0.996876, -0.0690246]</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.0868349</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>[4150, -7710, -7285, 532, -77, -47, 35, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>235.208</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>dd510e74-a143-4c02-8388-8aa07f41b696||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.680830717086792, 0.10298696905374527, 0.025389792397618294, 105.3679428100586], [0.10099242627620697, 2.674546003341675, -0.18746863305568695, -87.3620834350586], [0.03230110928416252, 0.18518796563148499, 2.693364143371582, -79.38897705078125], [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': ['180416.880000', '180417.340000', '180417.800000', '180418.260000', '180418.720000', '180419.180000', '180419.640000', '180420.100000', '180420.560000', '180421.020000', '180421.480000', '180421.940000', '180422.400000', '180422.860000', '180423.320000', '180423.780000', '180424.240000', '180424.700000', '180425.160000', '180425.620000', '180426.080000', '180426.540000', '180427.000000', '180427.460000', '180427.920000', '180428.380000', '180428.840000', '180429.300000', '180429.760000', '180430.220000', '180430.680000', '180431.140000', '180431.600000', '180432.060000', '180432.520000', '180432.980000', '180433.440000', '180433.900000', '180434.360000', '180434.820000', '180435.280000', '180435.740000', '180436.200000', '180436.660000', '180437.120000', '180437.580000', '180438.040000', '180438.500000', '180438.960000', '180439.420000', '180439.880000', '180440.340000', '180440.800000', '180441.260000', '180441.720000', '180442.180000', '180442.640000', '180443.100000', '180443.560000', '180444.020000', '180444.480000', '180444.940000', '180445.400000', '180445.860000', '180446.320000', '180446.780000', '180447.240000', '180447.700000', '180448.160000', '180448.620000', '180449.080000', '180449.540000', '180450.000000', '180450.460000', '180450.920000', '180451.380000', '180451.840000', '180452.300000', '180452.760000', '180453.220000', '180453.680000', '180454.140000', '180454.600000', '180455.060000', '180455.520000', '180455.980000', '180456.440000', '180456.900000', '180457.360000', '180457.820000', '180458.280000', '180458.740000', '180459.200000', '180459.660000', '180500.120000', '180500.580000', '180501.040000', '180501.500000', '180501.960000', '180502.420000', '180502.880000', '180503.340000', '180503.800000', '180504.260000', '180504.720000', '180505.180000', '180505.640000', '180506.100000', '180506.560000', '180507.020000', '180507.480000', '180507.940000', '180508.400000', '180508.860000', '180509.320000', '180509.780000', '180510.240000', '180510.700000', '180511.160000', '180511.620000', '180512.080000', '180512.540000', '180513.000000', '180513.460000', '180513.920000', '180514.380000', '180514.840000', '180515.300000', '180515.760000', '180516.220000', '180516.680000', '180517.140000', '180517.600000', '180518.060000', '180518.520000', '180518.980000', '180519.440000', '180519.900000', '180520.360000', '180520.820000', '180521.280000', '180521.740000', '180522.200000', '180522.660000', '180523.120000', '180523.580000', '180524.040000', '180524.500000', '180524.960000', '180525.420000', '180525.880000', '180526.340000', '180526.800000', '180527.260000', '180527.720000', '180528.180000', '180528.640000', '180529.100000', '180529.560000', '180530.020000', '180530.480000', '180530.940000', '180531.400000', '180531.860000', '180532.320000', '180532.780000', '180533.240000', '180533.700000', '180534.160000', '180534.620000', '180535.080000', '180535.540000', '180536.000000', '180536.460000', '180536.920000', '180537.380000', '180537.840000', '180538.300000', '180538.760000', '180539.220000', '180539.680000', '180540.140000', '180540.600000', '180541.060000', '180541.520000', '180541.980000', '180542.440000', '180542.900000', '180543.360000', '180543.820000', '180544.280000', '180544.740000', '180545.200000', '180545.660000', '180546.120000', '180546.580000', '180547.040000', '180547.500000', '180547.960000', '180548.420000', '180548.880000', '180549.340000', '180549.800000', '180550.260000', '180550.720000', '180551.180000', '180551.640000', '180552.100000', '180552.560000', '180553.020000', '180553.480000', '180553.940000', '180554.400000', '180554.860000', '180555.320000', '180555.780000', '180556.240000', '180556.700000', '180557.160000', '180557.620000', '180558.080000', '180558.540000', '180559.000000', '180559.460000', '180559.920000', '180600.380000', '180600.840000', '180601.300000', '180601.760000', '180602.220000', '180602.680000', '180603.140000', '180603.600000', '180604.060000', '180604.520000', '180604.980000', '180605.440000', '180605.900000', '180606.360000', '180606.820000', '180607.280000', '180607.740000', '180608.200000', '180608.660000', '180609.120000', '180609.580000', '180610.040000', '180610.500000', '180610.960000', '180611.420000', '180611.880000', '180612.340000', '180612.800000', '180613.260000', '180613.720000', '180614.180000', '180614.640000', '180615.100000', '180615.560000', '180616.020000', '180616.480000', '180616.940000', '180617.400000', '180617.860000', '180618.320000', '180618.780000', '180619.240000', '180619.700000', '180620.160000', '180620.620000', '180621.080000', '180621.540000', '180622.000000', '180622.460000', '180622.920000', '180623.380000', '180623.840000', '180624.300000', '180624.760000', '180625.220000', '180625.680000', '180626.140000', '180626.600000', '180627.060000', '180627.520000', '180627.980000', '180628.440000', '180628.900000', '180629.360000', '180629.820000', '180630.280000', '180630.740000', '180631.200000', '180631.660000', '180632.120000', '180632.580000', '180633.040000', '180633.500000', '180633.960000', '180634.420000', '180634.880000', '180635.340000', '180635.800000', '180636.260000', '180636.720000', '180637.180000', '180637.640000', '180638.100000', '180638.560000', '180639.020000', '180639.480000', '180639.940000', '180640.400000', '180640.860000', '180641.320000', '180641.780000', '180642.240000', '180642.700000', '180643.160000', '180643.620000', '180644.080000', '180644.540000', '180645.000000', '180645.460000', '180645.920000', '180646.380000', '180646.840000', '180647.300000', '180647.760000', '180648.220000', '180648.680000', '180649.140000', '180649.600000', '180650.060000', '180650.520000', '180650.980000', '180651.440000', '180651.900000', '180652.360000', '180652.820000', '180653.280000', '180653.740000', '180654.200000', '180654.660000', '180655.120000', '180655.580000', '180656.040000', '180656.500000', '180656.960000', '180657.420000', '180657.880000', '180658.340000', '180658.800000', '180659.260000', '180659.720000', '180700.180000', '180700.640000', '180701.100000', '180701.560000', '180702.020000', '180702.480000', '180702.940000', '180703.400000', '180703.860000', '180704.320000', '180704.780000', '180705.240000', '180705.700000', '180706.160000', '180706.620000', '180707.080000', '180707.540000', '180708.000000', '180708.460000', '180708.920000', '180709.380000', '180709.840000', '180710.300000', '180710.760000', '180711.220000', '180711.680000', '180712.140000', '180712.600000', '180713.060000', '180713.520000', '180713.980000', '180714.440000', '180714.900000', '180715.360000', '180715.820000', '180716.280000', '180716.740000', '180717.200000', '180717.660000', '180718.120000', '180718.580000', '180719.040000', '180719.500000', '180719.960000', '180720.420000', '180720.880000', '180721.340000', '180721.800000', '180722.260000', '180722.720000', '180723.180000', '180723.640000', '180724.100000', '180724.560000', '180725.020000', '180725.480000', '180725.940000', '180726.400000', '180726.860000', '180727.320000', '180727.780000', '180728.240000', '180728.700000', '180729.160000', '180729.620000', '180730.080000', '180730.540000', '180731.000000', '180731.460000', '180731.920000', '180732.380000', '180732.840000', '180733.300000', '180733.760000', '180734.220000', '180734.680000', '180735.140000', '180735.600000', '180736.060000', '180736.520000', '180736.980000', '180737.440000', '180737.900000', '180738.360000', '180738.820000', '180739.280000', '180739.740000', '180740.200000', '180740.660000', '180741.120000', '180741.580000', '180742.040000', '180742.500000', '180742.960000', '180743.420000', '180743.880000', '180744.340000', '180744.800000', '180745.260000', '180745.720000', '180746.180000', '180746.640000', '180747.100000', '180747.560000', '180748.020000', '180748.480000', '180748.940000', '180749.400000', '180749.860000', '180750.320000', '180750.780000', '180751.240000', '180751.700000', '180752.160000', '180752.620000', '180753.080000', '180753.540000', '180754.000000', '180754.460000', '180754.920000', '180755.380000', '180755.840000', '180756.300000', '180756.760000', '180757.220000', '180757.680000', '180758.140000', '180758.600000', '180759.060000', '180759.520000', '180759.980000', '180800.440000', '180800.900000', '180801.360000', '180801.820000', '180802.280000', '180802.740000', '180803.200000', '180803.660000', '180804.120000', '180804.580000', '180805.040000', '180805.500000', '180805.960000', '180806.420000', '180806.880000', '180807.340000', '180807.800000', '180808.260000', '180808.720000', '180809.180000', '180809.640000', '180810.100000', '180810.560000', '180811.020000', '180811.480000', '180811.940000', '180812.400000', '180812.860000', '180813.320000', '180813.780000', '180814.240000', '180814.700000', '180815.160000', '180815.620000', '180816.080000', '180816.540000', '180817.000000', '180817.460000', '180817.920000', '180818.380000', '180818.840000', '180819.300000', '180819.760000', '180820.220000', '180820.680000', '180821.140000', '180821.600000', '180822.060000', '180822.520000', '180822.980000', '180823.440000', '180823.900000', '180824.360000', '180824.820000', '180825.280000', '180825.740000', '180826.200000', '180826.660000', '180827.120000', '180827.580000', '180828.040000', '180828.500000', '180828.960000', '180829.420000', '180829.880000', '180830.340000', '180830.800000', '180831.260000', '180831.720000', '180832.180000', '180832.640000', '180833.100000', '180833.560000', '180834.020000', '180834.480000', '180834.940000', '180835.400000', '180835.860000', '180836.320000', '180836.780000', '180837.240000', '180837.700000', '180838.160000', '180838.620000', '180839.080000', '180839.540000', '180840.000000', '180840.460000', '180840.920000', '180841.380000', '180841.840000', '180842.300000', '180842.760000', '180843.220000', '180843.680000', '180844.140000', '180844.600000', '180845.060000', '180845.520000', '180845.980000', '180846.440000', '180846.900000', '180847.360000', '180847.820000', '180848.280000', '180848.740000', '180849.200000', '180849.660000', '180850.120000', '180850.580000', '180851.040000', '180851.500000', '180851.960000', '180852.420000', '180852.880000', '180853.340000', '180853.800000', '180854.260000', '180854.720000', '180855.180000', '180855.640000', '180856.100000', '180856.560000', '180857.020000', '180857.480000', '180857.940000', '180858.400000', '180858.860000', '180859.320000', '180859.780000', '180900.240000', '180900.700000', '180901.160000', '180901.620000', '180902.080000', '180902.540000', '180903.000000', '180903.460000', '180903.920000', '180904.380000', '180904.840000', '180905.300000', '180905.760000', '180906.220000', '180906.680000', '180907.140000', '180907.600000', '180908.060000', '180908.520000', '180908.980000', '180909.440000', '180909.900000', '180910.360000', '180910.820000', '180911.280000', '180911.740000', '180912.200000', '180912.660000', '180913.120000', '180913.580000', '180914.040000', '180914.500000', '180914.960000', '180915.420000', '180915.880000', '180916.340000', '180916.800000', '180917.260000', '180917.720000', '180918.180000', '180918.640000', '180919.100000', '180919.560000', '180920.020000', '180920.480000', '180920.940000', '180921.400000', '180921.860000', '180922.320000', '180922.780000', '180923.240000', '180923.700000', '180924.160000', '180924.620000', '180925.080000', '180925.540000', '180926.000000', '180926.460000', '180926.920000', '180927.380000', '180927.840000', '180928.300000', '180928.760000', '180929.220000', '180929.680000', '180930.140000', '180930.600000', '180931.060000', '180931.520000', '180931.980000', '180932.440000', '180932.900000', '180933.360000', '180933.820000', '180934.280000', '180934.740000', '180935.200000', '180935.660000', '180936.120000', '180936.580000', '180937.040000', '180937.500000', '180937.960000', '180938.420000', '180938.880000', '180939.340000', '180939.800000', '180940.260000', '180940.720000', '180941.180000', '180941.640000', '180942.100000', '180942.560000', '180943.020000', '180943.480000', '180943.940000', '180944.400000', '180944.860000', '180945.320000', '180945.780000', '180946.240000', '180946.700000', '180947.160000', '180947.620000', '180948.080000', '180948.540000', '180949.000000', '180949.460000', '180949.920000', '180950.380000', '180950.840000', '180951.300000', '180951.760000', '180952.220000', '180952.680000', '180953.140000', '180953.600000', '180954.060000', '180954.520000', '180954.980000', '180955.440000', '180955.900000', '180956.360000', '180956.820000', '180957.280000', '180957.740000', '180958.200000', '180958.660000', '180959.120000', '180959.580000', '181000.040000', '181000.500000', '181000.960000', '181001.420000', '181001.880000', '181002.340000', '181002.800000', '181003.260000', '181003.720000', '181004.180000', '181004.640000', '181005.100000', '181005.560000', '181006.020000', '181006.480000', '181006.940000', '181007.400000', '181007.860000', '181008.320000', '181008.780000', '181009.240000', '181009.700000', '181010.160000', '181010.620000', '181011.080000', '181011.540000', '181012.000000', '181012.460000', '181012.920000', '181013.380000', '181013.840000', '181014.300000', '181014.760000', '181015.220000', '181015.680000', '181016.140000', '181016.600000', '181017.060000', '181017.520000', '181017.980000', '181018.440000', '181018.900000', '181019.360000', '181019.820000', '181020.280000', '181020.740000', '181021.200000', '181021.660000', '181022.120000', '181022.580000', '181023.040000', '181023.500000', '181023.960000', '181024.420000', '181024.880000', '181025.340000', '181025.800000', '181026.260000', '181026.720000', '181027.180000', '181027.640000', '181028.100000', '181028.560000', '181029.020000', '181029.480000', '181029.940000', '181030.400000', '181030.860000', '181031.320000', '181031.780000', '181032.240000', '181032.700000', '181033.160000', '181033.620000', '181034.080000', '181034.540000', '181035.000000', '181035.460000', '181035.920000', '181036.380000', '181036.840000', '181037.300000', '181037.760000', '181038.220000', '181038.680000', '181039.140000', '181039.600000', '181040.060000', '181040.520000', '181040.980000', '181041.440000', '181041.900000', '181042.360000', '181042.820000', '181043.280000', '181043.740000', '181044.200000', '181044.660000', '181045.120000', '181045.580000', '181046.040000', '181046.500000', '181046.960000', '181047.420000', '181047.880000', '181048.340000', '181048.800000', '181049.260000', '181049.720000', '181050.180000', '181050.640000', '181051.100000', '181051.560000', '181052.020000', '181052.480000', '181052.940000', '181053.400000', '181053.860000', '181054.320000', '181054.780000', '181055.240000', '181055.700000', '181056.160000', '181056.620000', '181057.080000', '181057.540000', '181058.000000', '181058.460000', '181058.920000', '181059.380000', '181059.840000', '181100.300000', '181100.760000', '181101.220000', '181101.680000', '181102.140000', '181102.600000', '181103.060000', '181103.520000', '181103.980000', '181104.440000', '181104.900000', '181105.360000', '181105.820000', '181106.280000', '181106.740000', '181107.200000', '181107.660000', '181108.120000', '181108.580000', '181109.040000', '181109.500000', '181109.960000', '181110.420000', '181110.880000', '181111.340000', '181111.800000', '181112.260000', '181112.720000', '181113.180000', '181113.640000', '181114.100000', '181114.560000', '181115.020000', '181115.480000', '181115.940000', '181116.400000', '181116.860000', '181117.320000', '181117.780000', '181118.240000', '181118.700000', '181119.160000', '181119.620000', '181120.080000', '181120.540000', '181121.000000', '181121.460000', '181121.920000', '181122.380000', '181122.840000', '181123.300000', '181123.760000', '181124.220000', '181124.680000', '181125.140000', '181125.600000', '181126.060000', '181126.520000', '181126.980000', '181127.440000', '181127.900000', '181128.360000', '181128.820000', '181129.280000', '181129.740000', '181130.200000', '181130.660000', '181131.120000', '181131.580000', '181132.040000', '181132.500000', '181132.960000', '181133.420000', '181133.880000', '181134.340000', '181134.800000', '181135.260000', '181135.720000', '181136.180000', '181136.640000', '181137.100000', '181137.560000', '181138.020000', '181138.480000', '181138.940000', '181139.400000', '181139.860000', '181140.320000', '181140.780000', '181141.240000', '181141.700000', '181142.160000', '181142.620000', '181143.080000', '181143.540000', '181144.000000', '181144.460000', '181144.920000', '181145.380000', '181145.840000', '181146.300000', '181146.760000', '181147.220000', '181147.680000', '181148.140000', '181148.600000', '181149.060000', '181149.520000', '181149.980000', '181150.440000', '181150.900000', '181151.360000', '181151.820000', '181152.280000', '181152.740000', '181153.200000', '181153.660000', '181154.120000', '181154.580000', '181155.040000', '181155.500000', '181155.960000', '181156.420000', '181156.880000', '181157.340000', '181157.800000', '181158.260000', '181158.720000', '181159.180000', '181159.640000', '181200.100000', '181200.560000', '181201.020000', '181201.480000', '181201.940000', '181202.400000', '181202.860000', '181203.320000', '181203.780000', '181204.240000', '181204.700000', '181205.160000', '181205.620000', '181206.080000', '181206.540000', '181207.000000', '181207.460000', '181207.920000', '181208.380000', '181208.840000', '181209.300000', '181209.760000', '181210.220000', '181210.680000', '181211.140000', '181211.600000', '181212.060000', '181212.520000', '181212.980000', '181213.440000', '181213.900000', '181214.360000', '181214.820000', '181215.280000', '181215.740000', '181216.200000', '181216.660000', '181217.120000', '181217.580000', '181218.040000', '181218.500000', '181218.960000', '181219.420000', '181219.880000', '181220.340000', '181220.800000', '181221.260000', '181221.720000', '181222.180000', '181222.640000', '181223.100000', '181223.560000', '181224.020000', '181224.480000', '181224.940000', '181225.400000', '181225.860000', '181226.320000', '181226.780000', '181227.240000', '181227.700000', '181228.160000', '181228.620000', '181229.080000', '181229.540000', '181230.000000', '181230.460000', '181230.920000', '181231.380000', '181231.840000', '181232.300000', '181232.760000', '181233.220000', '181233.680000', '181234.140000', '181234.600000', '181235.060000', '181235.520000', '181235.980000', '181236.440000', '181236.900000', '181237.360000', '181237.820000', '181238.280000', '181238.740000', '181239.200000', '181239.660000', '181240.120000', '181240.580000', '181241.040000', '181241.500000', '181241.960000', '181242.420000', '181242.880000', '181243.340000', '181243.800000', '181244.260000', '181244.720000', '181245.180000', '181245.640000', '181246.100000', '181246.560000', '181247.020000', '181247.480000', '181247.940000', '181248.400000', '181248.860000', '181249.320000', '181249.780000', '181250.240000', '181250.700000', '181251.160000', '181251.620000', '181252.080000', '181252.540000', '181253.000000', '181253.460000', '181253.920000', '181254.380000', '181254.840000', '181255.300000', '181255.760000', '181256.220000', '181256.680000', '181257.140000', '181257.600000', '181258.060000', '181258.520000', '181258.980000', '181259.440000', '181259.900000', '181300.360000', '181300.820000', '181301.280000', '181301.740000', '181302.200000', '181302.660000', '181303.120000', '181303.580000', '181304.040000', '181304.500000', '181304.960000', '181305.420000', '181305.880000', '181306.340000', '181306.800000', '181307.260000', '181307.720000', '181308.180000', '181308.640000', '181309.100000', '181309.560000', '181310.020000', '181310.480000', '181310.940000', '181311.400000', '181311.860000', '181312.320000', '181312.780000', '181313.240000', '181313.700000', '181314.160000', '181314.620000', '181315.080000', '181315.540000', '181316.000000', '181316.460000', '181316.920000', '181317.380000', '181317.840000', '181318.300000', '181318.760000', '181319.220000', '181319.680000', '181320.140000', '181320.600000', '181321.060000', '181321.520000', '181321.980000', '181322.440000', '181322.900000', '181323.360000', '181323.820000', '181324.280000', '181324.740000', '181325.200000', '181325.660000', '181326.120000', '181326.580000', '181327.040000', '181327.500000', '181327.960000', '181328.420000', '181328.880000', '181329.340000', '181329.800000', '181330.260000', '181330.720000', '181331.180000', '181331.640000', '181332.100000', '181332.560000', '181333.020000', '181333.480000', '181333.940000', '181334.400000', '181334.860000', '181335.320000', '181335.780000', '181336.240000', '181336.700000', '181337.160000', '181337.620000', '181338.080000', '181338.540000', '181339.000000', '181339.460000', '181339.920000', '181340.380000', '181340.840000', '181341.300000', '181341.760000', '181342.220000', '181342.680000', '181343.140000', '181343.600000', '181344.060000', '181344.520000', '181344.980000', '181345.440000', '181345.900000', '181346.360000', '181346.820000', '181347.280000', '181347.740000', '181348.200000', '181348.660000', '181349.120000', '181349.580000', '181350.040000', '181350.500000', '181350.960000', '181351.420000', '181351.880000', '181352.340000', '181352.800000', '181353.260000', '181353.720000', '181354.180000', '181354.640000', '181355.100000', '181355.560000', '181356.020000', '181356.480000', '181356.940000', '181357.400000', '181357.860000', '181358.320000', '181358.780000', '181359.240000', '181359.700000', '181400.160000', '181400.620000', '181401.080000', '181401.540000', '181402.000000', '181402.460000', '181402.920000', '181403.380000', '181403.840000', '181404.300000', '181404.760000', '181405.220000', '181405.680000', '181406.140000', '181406.600000', '181407.060000', '181407.520000', '181407.980000', '181408.440000', '181408.900000', '181409.360000', '181409.820000', '181410.280000', '181410.740000', '181411.200000', '181411.660000', '181412.120000', '181412.580000', '181413.040000', '181413.500000', '181413.960000', '181414.420000', '181414.880000', '181415.340000', '181415.800000', '181416.260000', '181416.720000', '181417.180000', '181417.640000', '181418.100000', '181418.560000', '181419.020000', '181419.480000', '181419.940000', '181420.400000', '181420.860000', '181421.320000', '181421.780000', '181422.240000', '181422.700000', '181423.160000', '181423.620000', '181424.080000', '181424.540000'], 'ContentTime': ['180435.365000', '180435.368000', '180435.371000', '180435.379000', '180435.382000', '180435.384000', '180435.387000', '180435.389000', '180435.392000', '180435.394000', '180435.397000', '180435.399000', '180435.402000', '180435.405000', '180435.407000', '180435.410000', '180435.412000', '180435.415000', '180435.418000', '180435.420000', '180435.423000', '180435.425000', '180435.428000', '180435.430000', '180435.433000', '180435.435000', '180435.438000', '180435.450000', '180435.452000', '180435.455000', '180435.458000', '180435.460000', '180435.463000', '180435.465000', '180435.468000', '180435.470000', '180435.473000', '180455.339000', '180455.342000', '180455.345000', '180455.348000', '180455.350000', '180455.353000', '180455.356000', '180455.358000', '180455.361000', '180455.372000', '180455.374000', '180455.377000', '180455.380000', '180455.382000', '180455.385000', '180455.388000', '180455.390000', '180455.393000', '180455.396000', '180455.398000', '180455.401000', '180455.404000', '180455.406000', '180455.409000', '180455.411000', '180455.414000', '180455.416000', '180455.419000', '180455.421000', '180455.424000', '180455.426000', '180455.429000', '180455.432000', '180455.434000', '180455.437000', '180455.439000', '180455.442000', '180455.444000', '180455.447000', '180455.450000', '180455.452000', '180455.455000', '180455.457000', '180515.340000', '180515.342000', '180515.345000', '180515.348000', '180515.350000', '180515.353000', '180515.355000', '180515.358000', '180515.360000', '180515.363000', '180515.365000', '180515.368000', '180515.370000', '180515.373000', '180515.375000', '180515.378000', '180515.380000', '180515.383000', '180515.386000', '180515.388000', '180515.391000', '180515.393000', '180515.396000', '180515.398000', '180515.401000', '180515.404000', '180515.406000', '180515.409000', '180515.411000', '180515.414000', '180515.416000', '180515.419000', '180515.421000', '180515.424000', '180515.427000', '180515.429000', '180515.432000', '180515.434000', '180515.437000', '180515.439000', '180515.442000', '180515.445000', '180515.447000', '180515.450000', '180535.339000', '180535.342000', '180535.345000', '180535.347000', '180535.350000', '180535.353000', '180535.355000', '180535.358000', '180535.361000', '180535.364000', '180535.366000', '180535.369000', '180535.371000', '180535.374000', '180535.376000', '180535.379000', '180535.381000', '180535.384000', '180535.387000', '180535.389000', '180535.392000', '180535.394000', '180535.397000', '180535.399000', '180535.402000', '180535.404000', '180535.407000', '180535.409000', '180535.412000', '180535.414000', '180535.418000', '180535.421000', '180535.423000', '180535.426000', '180535.428000', '180535.431000', '180535.433000', '180535.436000', '180535.439000', '180535.441000', '180535.467000', '180535.470000', '180535.472000', '180555.340000', '180555.342000', '180555.345000', '180555.348000', '180555.350000', '180555.353000', '180555.355000', '180555.358000', '180555.360000', '180555.363000', '180555.365000', '180555.368000', '180555.371000', '180555.373000', '180555.376000', '180555.378000', '180555.381000', '180555.384000', '180555.386000', '180555.389000', '180555.391000', '180555.394000', '180555.396000', '180555.399000', '180555.401000', '180555.404000', '180555.407000', '180555.409000', '180555.412000', '180555.414000', '180555.417000', '180555.419000', '180555.422000', '180555.425000', '180555.427000', '180555.430000', '180555.432000', '180555.435000', '180555.437000', '180555.440000', '180555.443000', '180555.445000', '180555.448000', '180555.450000', '180615.339000', '180615.342000', '180615.345000', '180615.347000', '180615.350000', '180615.352000', '180615.355000', '180615.357000', '180615.360000', '180615.363000', '180615.365000', '180615.368000', '180615.370000', '180615.373000', '180615.375000', '180615.378000', '180615.380000', '180615.383000', '180615.386000', '180615.389000', '180615.392000', '180615.395000', '180615.397000', '180615.400000', '180615.402000', '180615.405000', '180615.408000', '180615.410000', '180615.413000', '180615.425000', '180615.428000', '180615.430000', '180615.433000', '180615.435000', '180615.438000', '180615.440000', '180615.443000', '180615.445000', '180615.448000', '180615.451000', '180615.453000', '180615.456000', '180615.458000', '180635.339000', '180635.342000', '180635.345000', '180635.347000', '180635.350000', '180635.352000', '180635.355000', '180635.358000', '180635.360000', '180635.363000', '180635.365000', '180635.368000', '180635.370000', '180635.373000', '180635.375000', '180635.378000', '180635.381000', '180635.383000', '180635.386000', '180635.388000', '180635.391000', '180635.393000', '180635.396000', '180635.398000', '180635.401000', '180635.404000', '180635.406000', '180635.409000', '180635.411000', '180635.414000', '180635.417000', '180635.419000', '180635.422000', '180635.424000', '180635.427000', '180635.429000', '180635.432000', '180635.434000', '180635.437000', '180635.440000', '180635.442000', '180635.445000', '180635.447000', '180635.450000', '180655.340000', '180655.342000', '180655.345000', '180655.347000', '180655.350000', '180655.353000', '180655.355000', '180655.358000', '180655.360000', '180655.363000', '180655.365000', '180655.368000', '180655.370000', '180655.373000', '180655.376000', '180655.378000', '180655.381000', '180655.383000', '180655.386000', '180655.388000', '180655.391000', '180655.394000', '180655.397000', '180655.400000', '180655.403000', '180655.405000', '180655.408000', '180655.410000', '180655.413000', '180655.416000', '180655.418000', '180655.421000', '180655.423000', '180655.426000', '180655.428000', '180655.431000', '180655.434000', '180655.436000', '180655.439000', '180655.441000', '180655.444000', '180655.447000', '180655.449000', '180715.339000', '180715.342000', '180715.345000', '180715.348000', '180715.350000', '180715.353000', '180715.355000', '180715.358000', '180715.360000', '180715.363000', '180715.366000', '180715.368000', '180715.371000', '180715.373000', '180715.376000', '180715.378000', '180715.381000', '180715.384000', '180715.386000', '180715.389000', '180715.391000', '180715.394000', '180715.396000', '180715.399000', '180715.402000', '180715.404000', '180715.407000', '180715.409000', '180715.412000', '180715.415000', '180715.417000', '180715.420000', '180715.422000', '180715.425000', '180715.427000', '180715.430000', '180715.433000', '180715.435000', '180715.438000', '180715.440000', '180715.443000', '180715.446000', '180715.448000', '180715.451000', '180735.339000', '180735.342000', '180735.345000', '180735.347000', '180735.350000', '180735.352000', '180735.355000', '180735.358000', '180735.360000', '180735.363000', '180735.365000', '180735.368000', '180735.370000', '180735.373000', '180735.376000', '180735.379000', '180735.382000', '180735.385000', '180735.387000', '180735.390000', '180735.393000', '180735.395000', '180735.398000', '180735.401000', '180735.404000', '180735.406000', '180735.409000', '180735.412000', '180735.414000', '180735.417000', '180735.420000', '180735.422000', '180735.425000', '180735.427000', '180735.430000', '180735.433000', '180735.436000', '180735.438000', '180735.441000', '180735.443000', '180735.446000', '180735.449000', '180735.452000', '180755.340000', '180755.342000', '180755.345000', '180755.348000', '180755.350000', '180755.353000', '180755.356000', '180755.358000', '180755.361000', '180755.364000', '180755.366000', '180755.369000', '180755.371000', '180755.374000', '180755.377000', '180755.379000', '180755.382000', '180755.384000', '180755.387000', '180755.390000', '180755.392000', '180755.395000', '180755.397000', '180755.400000', '180755.403000', '180755.405000', '180755.408000', '180755.411000', '180755.413000', '180755.416000', '180755.418000', '180755.421000', '180755.424000', '180755.426000', '180755.429000', '180755.432000', '180755.434000', '180755.437000', '180755.440000', '180755.442000', '180755.445000', '180755.448000', '180755.450000', '180755.453000', '180815.340000', '180815.342000', '180815.345000', '180815.347000', '180815.350000', '180815.353000', '180815.355000', '180815.358000', '180815.360000', '180815.363000', '180815.366000', '180815.368000', '180815.371000', '180815.373000', '180815.376000', '180815.379000', '180815.381000', '180815.384000', '180815.386000', '180815.389000', '180815.392000', '180815.394000', '180815.397000', '180815.399000', '180815.402000', '180815.405000', '180815.407000', '180815.410000', '180815.412000', '180815.415000', '180815.418000', '180815.420000', '180815.423000', '180815.425000', '180815.428000', '180815.431000', '180815.433000', '180815.436000', '180815.439000', '180815.441000', '180815.444000', '180815.446000', '180815.449000', '180835.340000', '180835.342000', '180835.345000', '180835.348000', '180835.350000', '180835.353000', '180835.355000', '180835.358000', '180835.360000', '180835.363000', '180835.366000', '180835.368000', '180835.371000', '180835.373000', '180835.376000', '180835.378000', '180835.381000', '180835.384000', '180835.386000', '180835.389000', '180835.391000', '180835.394000', '180835.396000', '180835.399000', '180835.402000', '180835.404000', '180835.407000', '180835.409000', '180835.412000', '180835.415000', '180835.417000', '180835.420000', '180835.422000', '180835.425000', '180835.428000', '180835.430000', '180835.433000', '180835.435000', '180835.438000', '180835.441000', '180835.443000', '180835.446000', '180835.448000', '180835.451000', '180855.339000', '180855.342000', '180855.345000', '180855.348000', '180855.350000', '180855.353000', '180855.355000', '180855.358000', '180855.360000', '180855.363000', '180855.366000', '180855.368000', '180855.371000', '180855.373000', '180855.376000', '180855.378000', '180855.381000', '180855.383000', '180855.386000', '180855.389000', '180855.391000', '180855.394000', '180855.396000', '180855.399000', '180855.401000', '180855.404000', '180855.407000', '180855.409000', '180855.412000', '180855.415000', '180855.417000', '180855.420000', '180855.422000', '180855.425000', '180855.427000', '180855.430000', '180855.433000', '180855.435000', '180855.438000', '180855.441000', '180855.443000', '180855.446000', '180855.448000', '180915.340000', '180915.342000', '180915.345000', '180915.348000', '180915.350000', '180915.353000', '180915.356000', '180915.378000', '180915.381000', '180915.384000', '180915.386000', '180915.389000', '180915.391000', '180915.394000', '180915.397000', '180915.399000', '180915.402000', '180915.404000', '180915.407000', '180915.409000', '180915.412000', '180915.415000', '180915.417000', '180915.420000', '180915.423000', '180915.425000', '180915.428000', '180915.430000', '180915.433000', '180915.435000', '180915.438000', '180915.440000', '180915.443000', '180915.446000', '180915.448000', '180915.451000', '180915.454000', '180915.456000', '180915.459000', '180915.461000', '180915.464000', '180915.466000', '180915.469000', '180915.471000', '180935.340000', '180935.342000', '180935.345000', '180935.348000', '180935.350000', '180935.353000', '180935.355000', '180935.358000', '180935.361000', '180935.363000', '180935.366000', '180935.368000', '180935.371000', '180935.373000', '180935.376000', '180935.378000', '180935.381000', '180935.384000', '180935.386000', '180935.389000', '180935.391000', '180935.394000', '180935.397000', '180935.399000', '180935.402000', '180935.404000', '180935.407000', '180935.409000', '180935.412000', '180935.415000', '180935.417000', '180935.420000', '180935.422000', '180935.425000', '180935.427000', '180935.430000', '180935.433000', '180935.435000', '180935.438000', '180935.440000', '180935.443000', '180935.445000', '180935.448000', '180955.340000', '180955.342000', '180955.345000', '180955.348000', '180955.350000', '180955.353000', '180955.355000', '180955.358000', '180955.361000', '180955.363000', '180955.366000', '180955.368000', '180955.371000', '180955.373000', '180955.376000', '180955.379000', '180955.381000', '180955.384000', '180955.387000', '180955.389000', '180955.392000', '180955.394000', '180955.397000', '180955.400000', '180955.402000', '180955.405000', '180955.407000', '180955.410000', '180955.412000', '180955.415000', '180955.418000', '180955.420000', '180955.423000', '180955.425000', '180955.428000', '180955.431000', '180955.433000', '180955.436000', '180955.438000', '180955.441000', '180955.444000', '180955.446000', '180955.449000', '180955.451000', '181015.340000', '181015.342000', '181015.345000', '181015.348000', '181015.350000', '181015.353000', '181015.355000', '181015.358000', '181015.361000', '181015.363000', '181015.366000', '181015.368000', '181015.371000', '181015.373000', '181015.376000', '181015.378000', '181015.381000', '181015.384000', '181015.386000', '181015.389000', '181015.391000', '181015.394000', '181015.396000', '181015.399000', '181015.402000', '181015.404000', '181015.407000', '181015.409000', '181015.412000', '181015.415000', '181015.417000', '181015.420000', '181015.422000', '181015.425000', '181015.428000', '181015.430000', '181015.433000', '181015.435000', '181015.438000', '181015.440000', '181015.443000', '181015.446000', '181015.448000', '181035.341000', '181035.344000', '181035.346000', '181035.349000', '181035.352000', '181035.354000', '181035.357000', '181035.359000', '181035.362000', '181035.365000', '181035.367000', '181035.370000', '181035.372000', '181035.375000', '181035.377000', '181035.380000', '181035.382000', '181035.385000', '181035.387000', '181035.390000', '181035.393000', '181035.395000', '181035.398000', '181035.401000', '181035.403000', '181035.406000', '181035.408000', '181035.411000', '181035.413000', '181035.416000', '181035.418000', '181035.421000', '181035.430000', '181035.432000', '181035.435000', '181035.437000', '181035.440000', '181035.443000', '181035.445000', '181035.448000', '181035.450000', '181035.453000', '181035.455000', '181055.339000', '181055.343000', '181055.346000', '181055.349000', '181055.352000', '181055.354000', '181055.357000', '181055.359000', '181055.362000', '181055.365000', '181055.367000', '181055.370000', '181055.372000', '181055.375000', '181055.377000', '181055.380000', '181055.382000', '181055.385000', '181055.388000', '181055.390000', '181055.393000', '181055.396000', '181055.398000', '181055.401000', '181055.403000', '181055.406000', '181055.408000', '181055.411000', '181055.413000', '181055.416000', '181055.419000', '181055.421000', '181055.424000', '181055.426000', '181055.429000', '181055.432000', '181055.434000', '181055.437000', '181055.439000', '181055.442000', '181055.444000', '181055.447000', '181055.449000', '181055.452000', '181115.340000', '181115.343000', '181115.345000', '181115.348000', '181115.350000', '181115.353000', '181115.356000', '181115.358000', '181115.361000', '181115.363000', '181115.366000', '181115.368000', '181115.371000', '181115.374000', '181115.376000', '181115.379000', '181115.382000', '181115.384000', '181115.387000', '181115.390000', '181115.392000', '181115.395000', '181115.397000', '181115.400000', '181115.402000', '181115.405000', '181115.408000', '181115.410000', '181115.413000', '181115.415000', '181115.418000', '181115.420000', '181115.423000', '181115.426000', '181115.428000', '181115.431000', '181115.433000', '181115.436000', '181115.438000', '181115.441000', '181115.444000', '181115.446000', '181115.449000', '181115.451000', '181135.340000', '181135.342000', '181135.345000', '181135.348000', '181135.350000', '181135.353000', '181135.355000', '181135.358000', '181135.360000', '181135.363000', '181135.366000', '181135.368000', '181135.371000', '181135.373000', '181135.376000', '181135.378000', '181135.381000', '181135.383000', '181135.386000', '181135.389000', '181135.391000', '181135.394000', '181135.396000', '181135.399000', '181135.401000', '181135.404000', '181135.406000', '181135.409000', '181135.412000', '181135.414000', '181135.417000', '181135.419000', '181135.422000', '181135.425000', '181135.427000', '181135.430000', '181135.432000', '181135.435000', '181135.438000', '181135.440000', '181135.443000', '181135.445000', '181135.448000', '181155.340000', '181155.343000', '181155.345000', '181155.348000', '181155.350000', '181155.353000', '181155.355000', '181155.358000', '181155.361000', '181155.363000', '181155.366000', '181155.368000', '181155.371000', '181155.373000', '181155.377000', '181155.380000', '181155.383000', '181155.386000', '181155.388000', '181155.391000', '181155.393000', '181155.396000', '181155.398000', '181155.401000', '181155.404000', '181155.406000', '181155.409000', '181155.411000', '181155.414000', '181155.428000', '181155.431000', '181155.434000', '181155.436000', '181155.439000', '181155.441000', '181155.444000', '181155.446000', '181155.449000', '181155.452000', '181155.454000', '181155.457000', '181155.460000', '181155.462000', '181155.465000', '181215.339000', '181215.342000', '181215.345000', '181215.348000', '181215.350000', '181215.353000', '181215.355000', '181215.358000', '181215.360000', '181215.363000', '181215.366000', '181215.368000', '181215.371000', '181215.373000', '181215.376000', '181215.379000', '181215.381000', '181215.384000', '181215.386000', '181215.389000', '181215.391000', '181215.394000', '181215.397000', '181215.399000', '181215.402000', '181215.404000', '181215.407000', '181215.409000', '181215.412000', '181215.415000', '181215.417000', '181215.420000', '181215.422000', '181215.425000', '181215.427000', '181215.430000', '181215.433000', '181215.435000', '181215.438000', '181215.440000', '181215.443000', '181215.446000', '181215.448000', '181235.339000', '181235.342000', '181235.345000', '181235.347000', '181235.350000', '181235.353000', '181235.355000', '181235.358000', '181235.360000', '181235.364000', '181235.367000', '181235.370000', '181235.372000', '181235.375000', '181235.378000', '181235.380000', '181235.383000', '181235.385000', '181235.388000', '181235.390000', '181235.393000', '181235.396000', '181235.398000', '181235.401000', '181235.403000', '181235.406000', '181235.408000', '181235.411000', '181235.414000', '181235.416000', '181235.419000', '181235.421000', '181235.424000', '181235.426000', '181235.429000', '181235.432000', '181235.434000', '181235.437000', '181235.439000', '181235.442000', '181235.444000', '181235.447000', '181235.449000', '181255.339000', '181255.342000', '181255.345000', '181255.347000', '181255.350000', '181255.353000', '181255.355000', '181255.358000', '181255.361000', '181255.363000', '181255.366000', '181255.368000', '181255.371000', '181255.373000', '181255.376000', '181255.379000', '181255.381000', '181255.384000', '181255.386000', '181255.389000', '181255.392000', '181255.394000', '181255.397000', '181255.399000', '181255.402000', '181255.405000', '181255.407000', '181255.410000', '181255.413000', '181255.415000', '181255.418000', '181255.420000', '181255.423000', '181255.426000', '181255.428000', '181255.431000', '181255.433000', '181255.436000', '181255.439000', '181255.441000', '181255.444000', '181255.446000', '181255.449000', '181255.452000', '181315.340000', '181315.342000', '181315.345000', '181315.348000', '181315.350000', '181315.353000', '181315.356000', '181315.359000', '181315.362000', '181315.365000', '181315.367000', '181315.370000', '181315.372000', '181315.375000', '181315.378000', '181315.380000', '181315.383000', '181315.385000', '181315.388000', '181315.391000', '181315.393000', '181315.396000', '181315.398000', '181315.401000', '181315.404000', '181315.424000', '181315.427000', '181315.429000', '181315.432000', '181315.434000', '181315.437000', '181315.440000', '181315.443000', '181315.445000', '181315.448000', '181315.450000', '181315.453000', '181315.455000', '181315.458000', '181315.460000', '181315.463000', '181315.466000', '181315.468000', '181335.340000', '181335.343000', '181335.345000', '181335.348000', '181335.350000', '181335.353000', '181335.356000', '181335.358000', '181335.361000', '181335.363000', '181335.366000', '181335.369000', '181335.371000', '181335.374000', '181335.376000', '181335.379000', '181335.381000', '181335.384000', '181335.387000', '181335.389000', '181335.392000', '181335.394000', '181335.397000', '181335.399000', '181335.402000', '181335.405000', '181335.407000', '181335.410000', '181335.413000', '181335.415000', '181335.418000', '181335.420000', '181335.423000', '181335.426000', '181335.428000', '181335.431000', '181335.433000', '181335.436000', '181335.439000', '181335.441000', '181335.444000', '181335.446000', '181335.449000', '181335.451000', '181355.340000', '181355.343000', '181355.345000', '181355.348000', '181355.350000', '181355.353000', '181355.355000', '181355.358000', '181355.361000', '181355.363000', '181355.366000', '181355.369000', '181355.371000', '181355.374000', '181355.376000', '181355.379000', '181355.382000', '181355.384000', '181355.387000', '181355.390000', '181355.392000', '181355.395000', '181355.397000', '181355.400000', '181355.402000', '181355.405000', '181355.408000', '181355.410000', '181355.413000', '181355.416000', '181355.418000', '181355.421000', '181355.424000', '181355.426000', '181355.429000', '181355.431000', '181355.434000', '181355.436000', '181355.439000', '181355.442000', '181355.444000', '181355.447000', '181355.449000', '181415.340000', '181415.343000', '181415.345000', '181415.348000', '181415.350000', '181415.353000', '181415.356000', '181415.358000', '181415.361000', '181415.363000', '181415.366000', '181415.369000', '181415.371000', '181415.374000', '181415.376000', '181415.379000', '181415.382000', '181415.384000', '181415.387000', '181415.389000', '181415.392000', '181415.394000', '181415.397000', '181415.399000', '181415.402000', '181415.405000', '181415.407000', '181415.410000', '181415.412000', '181415.415000', '181415.417000', '181415.420000', '181415.423000', '181415.425000', '181415.428000', '181415.430000', '181415.433000', '181415.435000', '181415.438000', '181415.441000', '181415.443000', '181415.446000', '181415.448000', '181415.451000', '181426.204000', '181426.206000', '181426.209000', '181426.212000', '181426.214000', '181426.217000', '181426.219000', '181426.222000', '181426.225000', '181426.227000', '181426.230000', '181426.232000', '181426.235000', '181426.237000', '181426.240000', '181426.243000', '181426.245000', '181426.248000', '181426.250000', '181426.253000', '181426.255000', '181426.258000', '181426.261000', '181426.263000'], 'InstanceCreationTime': ['180435.365000', '180435.368000', '180435.371000', '180435.379000', '180435.382000', '180435.384000', '180435.387000', '180435.389000', '180435.392000', '180435.394000', '180435.397000', '180435.399000', '180435.402000', '180435.405000', '180435.407000', '180435.410000', '180435.412000', '180435.415000', '180435.418000', '180435.420000', '180435.423000', '180435.425000', '180435.428000', '180435.430000', '180435.433000', '180435.435000', '180435.438000', '180435.450000', '180435.452000', '180435.455000', '180435.458000', '180435.460000', '180435.463000', '180435.465000', '180435.468000', '180435.470000', '180435.473000', '180455.339000', '180455.342000', '180455.345000', '180455.348000', '180455.350000', '180455.353000', '180455.356000', '180455.358000', '180455.361000', '180455.372000', '180455.374000', '180455.377000', '180455.380000', '180455.382000', '180455.385000', '180455.388000', '180455.390000', '180455.393000', '180455.396000', '180455.398000', '180455.401000', '180455.404000', '180455.406000', '180455.409000', '180455.411000', '180455.414000', '180455.416000', '180455.419000', '180455.421000', '180455.424000', '180455.426000', '180455.429000', '180455.432000', '180455.434000', '180455.437000', '180455.439000', '180455.442000', '180455.444000', '180455.447000', '180455.450000', '180455.452000', '180455.455000', '180455.457000', '180515.340000', '180515.342000', '180515.345000', '180515.348000', '180515.350000', '180515.353000', '180515.355000', '180515.358000', '180515.360000', '180515.363000', '180515.365000', '180515.368000', '180515.370000', '180515.373000', '180515.375000', '180515.378000', '180515.380000', '180515.383000', '180515.386000', '180515.388000', '180515.391000', '180515.393000', '180515.396000', '180515.398000', '180515.401000', '180515.404000', '180515.406000', '180515.409000', '180515.411000', '180515.414000', '180515.416000', '180515.419000', '180515.421000', '180515.424000', '180515.427000', '180515.429000', '180515.432000', '180515.434000', '180515.437000', '180515.439000', '180515.442000', '180515.445000', '180515.447000', '180515.450000', '180535.339000', '180535.342000', '180535.345000', '180535.347000', '180535.350000', '180535.353000', '180535.355000', '180535.358000', '180535.361000', '180535.364000', '180535.366000', '180535.369000', '180535.371000', '180535.374000', '180535.376000', '180535.379000', '180535.381000', '180535.384000', '180535.387000', '180535.389000', '180535.392000', '180535.394000', '180535.397000', '180535.399000', '180535.402000', '180535.404000', '180535.407000', '180535.409000', '180535.412000', '180535.414000', '180535.418000', '180535.421000', '180535.423000', '180535.426000', '180535.428000', '180535.431000', '180535.433000', '180535.436000', '180535.439000', '180535.441000', '180535.467000', '180535.470000', '180535.472000', '180555.340000', '180555.342000', '180555.345000', '180555.348000', '180555.350000', '180555.353000', '180555.355000', '180555.358000', '180555.360000', '180555.363000', '180555.365000', '180555.368000', '180555.371000', '180555.373000', '180555.376000', '180555.378000', '180555.381000', '180555.384000', '180555.386000', '180555.389000', '180555.391000', '180555.394000', '180555.396000', '180555.399000', '180555.401000', '180555.404000', '180555.407000', '180555.409000', '180555.412000', '180555.414000', '180555.417000', '180555.419000', '180555.422000', '180555.425000', '180555.427000', '180555.430000', '180555.432000', '180555.435000', '180555.437000', '180555.440000', '180555.443000', '180555.445000', '180555.448000', '180555.450000', '180615.339000', '180615.342000', '180615.345000', '180615.347000', '180615.350000', '180615.352000', '180615.355000', '180615.357000', '180615.360000', '180615.363000', '180615.365000', '180615.368000', '180615.370000', '180615.373000', '180615.375000', '180615.378000', '180615.380000', '180615.383000', '180615.386000', '180615.389000', '180615.392000', '180615.395000', '180615.397000', '180615.400000', '180615.402000', '180615.405000', '180615.408000', '180615.410000', '180615.413000', '180615.425000', '180615.428000', '180615.430000', '180615.433000', '180615.435000', '180615.438000', '180615.440000', '180615.443000', '180615.445000', '180615.448000', '180615.451000', '180615.453000', '180615.456000', '180615.458000', '180635.339000', '180635.342000', '180635.345000', '180635.347000', '180635.350000', '180635.352000', '180635.355000', '180635.358000', '180635.360000', '180635.363000', '180635.365000', '180635.368000', '180635.370000', '180635.373000', '180635.375000', '180635.378000', '180635.381000', '180635.383000', '180635.386000', '180635.388000', '180635.391000', '180635.393000', '180635.396000', '180635.398000', '180635.401000', '180635.404000', '180635.406000', '180635.409000', '180635.411000', '180635.414000', '180635.417000', '180635.419000', '180635.422000', '180635.424000', '180635.427000', '180635.429000', '180635.432000', '180635.434000', '180635.437000', '180635.440000', '180635.442000', '180635.445000', '180635.447000', '180635.450000', '180655.340000', '180655.342000', '180655.345000', '180655.347000', '180655.350000', '180655.353000', '180655.355000', '180655.358000', '180655.360000', '180655.363000', '180655.365000', '180655.368000', '180655.370000', '180655.373000', '180655.376000', '180655.378000', '180655.381000', '180655.383000', '180655.386000', '180655.388000', '180655.391000', '180655.394000', '180655.397000', '180655.400000', '180655.403000', '180655.405000', '180655.408000', '180655.410000', '180655.413000', '180655.416000', '180655.418000', '180655.421000', '180655.423000', '180655.426000', '180655.428000', '180655.431000', '180655.434000', '180655.436000', '180655.439000', '180655.441000', '180655.444000', '180655.447000', '180655.449000', '180715.339000', '180715.342000', '180715.345000', '180715.348000', '180715.350000', '180715.353000', '180715.355000', '180715.358000', '180715.360000', '180715.363000', '180715.366000', '180715.368000', '180715.371000', '180715.373000', '180715.376000', '180715.378000', '180715.381000', '180715.384000', '180715.386000', '180715.389000', '180715.391000', '180715.394000', '180715.396000', '180715.399000', '180715.402000', '180715.404000', '180715.407000', '180715.409000', '180715.412000', '180715.415000', '180715.417000', '180715.420000', '180715.422000', '180715.425000', '180715.427000', '180715.430000', '180715.433000', '180715.435000', '180715.438000', '180715.440000', '180715.443000', '180715.446000', '180715.448000', '180715.451000', '180735.339000', '180735.342000', '180735.345000', '180735.347000', '180735.350000', '180735.352000', '180735.355000', '180735.358000', '180735.360000', '180735.363000', '180735.365000', '180735.368000', '180735.370000', '180735.373000', '180735.376000', '180735.379000', '180735.382000', '180735.385000', '180735.387000', '180735.390000', '180735.393000', '180735.395000', '180735.398000', '180735.401000', '180735.404000', '180735.406000', '180735.409000', '180735.412000', '180735.414000', '180735.417000', '180735.420000', '180735.422000', '180735.425000', '180735.427000', '180735.430000', '180735.433000', '180735.436000', '180735.438000', '180735.441000', '180735.443000', '180735.446000', '180735.449000', '180735.452000', '180755.340000', '180755.342000', '180755.345000', '180755.348000', '180755.350000', '180755.353000', '180755.356000', '180755.358000', '180755.361000', '180755.364000', '180755.366000', '180755.369000', '180755.371000', '180755.374000', '180755.377000', '180755.379000', '180755.382000', '180755.384000', '180755.387000', '180755.390000', '180755.392000', '180755.395000', '180755.397000', '180755.400000', '180755.403000', '180755.405000', '180755.408000', '180755.411000', '180755.413000', '180755.416000', '180755.418000', '180755.421000', '180755.424000', '180755.426000', '180755.429000', '180755.432000', '180755.434000', '180755.437000', '180755.440000', '180755.442000', '180755.445000', '180755.448000', '180755.450000', '180755.453000', '180815.340000', '180815.342000', '180815.345000', '180815.347000', '180815.350000', '180815.353000', '180815.355000', '180815.358000', '180815.360000', '180815.363000', '180815.366000', '180815.368000', '180815.371000', '180815.373000', '180815.376000', '180815.379000', '180815.381000', '180815.384000', '180815.386000', '180815.389000', '180815.392000', '180815.394000', '180815.397000', '180815.399000', '180815.402000', '180815.405000', '180815.407000', '180815.410000', '180815.412000', '180815.415000', '180815.418000', '180815.420000', '180815.423000', '180815.425000', '180815.428000', '180815.431000', '180815.433000', '180815.436000', '180815.439000', '180815.441000', '180815.444000', '180815.446000', '180815.449000', '180835.340000', '180835.342000', '180835.345000', '180835.348000', '180835.350000', '180835.353000', '180835.355000', '180835.358000', '180835.360000', '180835.363000', '180835.366000', '180835.368000', '180835.371000', '180835.373000', '180835.376000', '180835.378000', '180835.381000', '180835.384000', '180835.386000', '180835.389000', '180835.391000', '180835.394000', '180835.396000', '180835.399000', '180835.402000', '180835.404000', '180835.407000', '180835.409000', '180835.412000', '180835.415000', '180835.417000', '180835.420000', '180835.422000', '180835.425000', '180835.428000', '180835.430000', '180835.433000', '180835.435000', '180835.438000', '180835.441000', '180835.443000', '180835.446000', '180835.448000', '180835.451000', '180855.339000', '180855.342000', '180855.345000', '180855.348000', '180855.350000', '180855.353000', '180855.355000', '180855.358000', '180855.360000', '180855.363000', '180855.366000', '180855.368000', '180855.371000', '180855.373000', '180855.376000', '180855.378000', '180855.381000', '180855.383000', '180855.386000', '180855.389000', '180855.391000', '180855.394000', '180855.396000', '180855.399000', '180855.401000', '180855.404000', '180855.407000', '180855.409000', '180855.412000', '180855.415000', '180855.417000', '180855.420000', '180855.422000', '180855.425000', '180855.427000', '180855.430000', '180855.433000', '180855.435000', '180855.438000', '180855.441000', '180855.443000', '180855.446000', '180855.448000', '180915.340000', '180915.342000', '180915.345000', '180915.348000', '180915.350000', '180915.353000', '180915.356000', '180915.378000', '180915.381000', '180915.384000', '180915.386000', '180915.389000', '180915.391000', '180915.394000', '180915.397000', '180915.399000', '180915.402000', '180915.404000', '180915.407000', '180915.409000', '180915.412000', '180915.415000', '180915.417000', '180915.420000', '180915.423000', '180915.425000', '180915.428000', '180915.430000', '180915.433000', '180915.435000', '180915.438000', '180915.440000', '180915.443000', '180915.446000', '180915.448000', '180915.451000', '180915.454000', '180915.456000', '180915.459000', '180915.461000', '180915.464000', '180915.466000', '180915.469000', '180915.471000', '180935.340000', '180935.342000', '180935.345000', '180935.348000', '180935.350000', '180935.353000', '180935.355000', '180935.358000', '180935.361000', '180935.363000', '180935.366000', '180935.368000', '180935.371000', '180935.373000', '180935.376000', '180935.378000', '180935.381000', '180935.384000', '180935.386000', '180935.389000', '180935.391000', '180935.394000', '180935.397000', '180935.399000', '180935.402000', '180935.404000', '180935.407000', '180935.409000', '180935.412000', '180935.415000', '180935.417000', '180935.420000', '180935.422000', '180935.425000', '180935.427000', '180935.430000', '180935.433000', '180935.435000', '180935.438000', '180935.440000', '180935.443000', '180935.445000', '180935.448000', '180955.340000', '180955.342000', '180955.345000', '180955.348000', '180955.350000', '180955.353000', '180955.355000', '180955.358000', '180955.361000', '180955.363000', '180955.366000', '180955.368000', '180955.371000', '180955.373000', '180955.376000', '180955.379000', '180955.381000', '180955.384000', '180955.387000', '180955.389000', '180955.392000', '180955.394000', '180955.397000', '180955.400000', '180955.402000', '180955.405000', '180955.407000', '180955.410000', '180955.412000', '180955.415000', '180955.418000', '180955.420000', '180955.423000', '180955.425000', '180955.428000', '180955.431000', '180955.433000', '180955.436000', '180955.438000', '180955.441000', '180955.444000', '180955.446000', '180955.449000', '180955.451000', '181015.340000', '181015.342000', '181015.345000', '181015.348000', '181015.350000', '181015.353000', '181015.355000', '181015.358000', '181015.361000', '181015.363000', '181015.366000', '181015.368000', '181015.371000', '181015.373000', '181015.376000', '181015.378000', '181015.381000', '181015.384000', '181015.386000', '181015.389000', '181015.391000', '181015.394000', '181015.396000', '181015.399000', '181015.402000', '181015.404000', '181015.407000', '181015.409000', '181015.412000', '181015.415000', '181015.417000', '181015.420000', '181015.422000', '181015.425000', '181015.428000', '181015.430000', '181015.433000', '181015.435000', '181015.438000', '181015.440000', '181015.443000', '181015.446000', '181015.448000', '181035.341000', '181035.344000', '181035.346000', '181035.349000', '181035.352000', '181035.354000', '181035.357000', '181035.359000', '181035.362000', '181035.365000', '181035.367000', '181035.370000', '181035.372000', '181035.375000', '181035.377000', '181035.380000', '181035.382000', '181035.385000', '181035.387000', '181035.390000', '181035.393000', '181035.395000', '181035.398000', '181035.401000', '181035.403000', '181035.406000', '181035.408000', '181035.411000', '181035.413000', '181035.416000', '181035.418000', '181035.421000', '181035.430000', '181035.432000', '181035.435000', '181035.437000', '181035.440000', '181035.443000', '181035.445000', '181035.448000', '181035.450000', '181035.453000', '181035.455000', '181055.339000', '181055.343000', '181055.346000', '181055.349000', '181055.352000', '181055.354000', '181055.357000', '181055.359000', '181055.362000', '181055.365000', '181055.367000', '181055.370000', '181055.372000', '181055.375000', '181055.377000', '181055.380000', '181055.382000', '181055.385000', '181055.388000', '181055.390000', '181055.393000', '181055.396000', '181055.398000', '181055.401000', '181055.403000', '181055.406000', '181055.408000', '181055.411000', '181055.413000', '181055.416000', '181055.419000', '181055.421000', '181055.424000', '181055.426000', '181055.429000', '181055.432000', '181055.434000', '181055.437000', '181055.439000', '181055.442000', '181055.444000', '181055.447000', '181055.449000', '181055.452000', '181115.340000', '181115.343000', '181115.345000', '181115.348000', '181115.350000', '181115.353000', '181115.356000', '181115.358000', '181115.361000', '181115.363000', '181115.366000', '181115.368000', '181115.371000', '181115.374000', '181115.376000', '181115.379000', '181115.382000', '181115.384000', '181115.387000', '181115.390000', '181115.392000', '181115.395000', '181115.397000', '181115.400000', '181115.402000', '181115.405000', '181115.408000', '181115.410000', '181115.413000', '181115.415000', '181115.418000', '181115.420000', '181115.423000', '181115.426000', '181115.428000', '181115.431000', '181115.433000', '181115.436000', '181115.438000', '181115.441000', '181115.444000', '181115.446000', '181115.449000', '181115.451000', '181135.340000', '181135.342000', '181135.345000', '181135.348000', '181135.350000', '181135.353000', '181135.355000', '181135.358000', '181135.360000', '181135.363000', '181135.366000', '181135.368000', '181135.371000', '181135.373000', '181135.376000', '181135.378000', '181135.381000', '181135.383000', '181135.386000', '181135.389000', '181135.391000', '181135.394000', '181135.396000', '181135.399000', '181135.401000', '181135.404000', '181135.406000', '181135.409000', '181135.412000', '181135.414000', '181135.417000', '181135.419000', '181135.422000', '181135.425000', '181135.427000', '181135.430000', '181135.432000', '181135.435000', '181135.438000', '181135.440000', '181135.443000', '181135.445000', '181135.448000', '181155.340000', '181155.343000', '181155.345000', '181155.348000', '181155.350000', '181155.353000', '181155.355000', '181155.358000', '181155.361000', '181155.363000', '181155.366000', '181155.368000', '181155.371000', '181155.373000', '181155.377000', '181155.380000', '181155.383000', '181155.386000', '181155.388000', '181155.391000', '181155.393000', '181155.396000', '181155.398000', '181155.401000', '181155.404000', '181155.406000', '181155.409000', '181155.411000', '181155.414000', '181155.428000', '181155.431000', '181155.434000', '181155.436000', '181155.439000', '181155.441000', '181155.444000', '181155.446000', '181155.449000', '181155.452000', '181155.454000', '181155.457000', '181155.460000', '181155.462000', '181155.465000', '181215.339000', '181215.342000', '181215.345000', '181215.348000', '181215.350000', '181215.353000', '181215.355000', '181215.358000', '181215.360000', '181215.363000', '181215.366000', '181215.368000', '181215.371000', '181215.373000', '181215.376000', '181215.379000', '181215.381000', '181215.384000', '181215.386000', '181215.389000', '181215.391000', '181215.394000', '181215.397000', '181215.399000', '181215.402000', '181215.404000', '181215.407000', '181215.409000', '181215.412000', '181215.415000', '181215.417000', '181215.420000', '181215.422000', '181215.425000', '181215.427000', '181215.430000', '181215.433000', '181215.435000', '181215.438000', '181215.440000', '181215.443000', '181215.446000', '181215.448000', '181235.339000', '181235.342000', '181235.345000', '181235.347000', '181235.350000', '181235.353000', '181235.355000', '181235.358000', '181235.360000', '181235.364000', '181235.367000', '181235.370000', '181235.372000', '181235.375000', '181235.378000', '181235.380000', '181235.383000', '181235.385000', '181235.388000', '181235.390000', '181235.393000', '181235.396000', '181235.398000', '181235.401000', '181235.403000', '181235.406000', '181235.408000', '181235.411000', '181235.414000', '181235.416000', '181235.419000', '181235.421000', '181235.424000', '181235.426000', '181235.429000', '181235.432000', '181235.434000', '181235.437000', '181235.439000', '181235.442000', '181235.444000', '181235.447000', '181235.449000', '181255.339000', '181255.342000', '181255.345000', '181255.347000', '181255.350000', '181255.353000', '181255.355000', '181255.358000', '181255.361000', '181255.363000', '181255.366000', '181255.368000', '181255.371000', '181255.373000', '181255.376000', '181255.379000', '181255.381000', '181255.384000', '181255.386000', '181255.389000', '181255.392000', '181255.394000', '181255.397000', '181255.399000', '181255.402000', '181255.405000', '181255.407000', '181255.410000', '181255.413000', '181255.415000', '181255.418000', '181255.420000', '181255.423000', '181255.426000', '181255.428000', '181255.431000', '181255.433000', '181255.436000', '181255.439000', '181255.441000', '181255.444000', '181255.446000', '181255.449000', '181255.452000', '181315.340000', '181315.342000', '181315.345000', '181315.348000', '181315.350000', '181315.353000', '181315.356000', '181315.359000', '181315.362000', '181315.365000', '181315.367000', '181315.370000', '181315.372000', '181315.375000', '181315.378000', '181315.380000', '181315.383000', '181315.385000', '181315.388000', '181315.391000', '181315.393000', '181315.396000', '181315.398000', '181315.401000', '181315.404000', '181315.424000', '181315.427000', '181315.429000', '181315.432000', '181315.434000', '181315.437000', '181315.440000', '181315.443000', '181315.445000', '181315.448000', '181315.450000', '181315.453000', '181315.455000', '181315.458000', '181315.460000', '181315.463000', '181315.466000', '181315.468000', '181335.340000', '181335.343000', '181335.345000', '181335.348000', '181335.350000', '181335.353000', '181335.356000', '181335.358000', '181335.361000', '181335.363000', '181335.366000', '181335.369000', '181335.371000', '181335.374000', '181335.376000', '181335.379000', '181335.381000', '181335.384000', '181335.387000', '181335.389000', '181335.392000', '181335.394000', '181335.397000', '181335.399000', '181335.402000', '181335.405000', '181335.407000', '181335.410000', '181335.413000', '181335.415000', '181335.418000', '181335.420000', '181335.423000', '181335.426000', '181335.428000', '181335.431000', '181335.433000', '181335.436000', '181335.439000', '181335.441000', '181335.444000', '181335.446000', '181335.449000', '181335.451000', '181355.340000', '181355.343000', '181355.345000', '181355.348000', '181355.350000', '181355.353000', '181355.355000', '181355.358000', '181355.361000', '181355.363000', '181355.366000', '181355.369000', '181355.371000', '181355.374000', '181355.376000', '181355.379000', '181355.382000', '181355.384000', '181355.387000', '181355.390000', '181355.392000', '181355.395000', '181355.397000', '181355.400000', '181355.402000', '181355.405000', '181355.408000', '181355.410000', '181355.413000', '181355.416000', '181355.418000', '181355.421000', '181355.424000', '181355.426000', '181355.429000', '181355.431000', '181355.434000', '181355.436000', '181355.439000', '181355.442000', '181355.444000', '181355.447000', '181355.449000', '181415.340000', '181415.343000', '181415.345000', '181415.348000', '181415.350000', '181415.353000', '181415.356000', '181415.358000', '181415.361000', '181415.363000', '181415.366000', '181415.369000', '181415.371000', '181415.374000', '181415.376000', '181415.379000', '181415.382000', '181415.384000', '181415.387000', '181415.389000', '181415.392000', '181415.394000', '181415.397000', '181415.399000', '181415.402000', '181415.405000', '181415.407000', '181415.410000', '181415.412000', '181415.415000', '181415.417000', '181415.420000', '181415.423000', '181415.425000', '181415.428000', '181415.430000', '181415.433000', '181415.435000', '181415.438000', '181415.441000', '181415.443000', '181415.446000', '181415.448000', '181415.451000', '181426.204000', '181426.206000', '181426.209000', '181426.212000', '181426.214000', '181426.217000', '181426.219000', '181426.222000', '181426.225000', '181426.227000', '181426.230000', '181426.232000', '181426.235000', '181426.237000', '181426.240000', '181426.243000', '181426.245000', '181426.248000', '181426.250000', '181426.253000', '181426.255000', '181426.258000', '181426.261000', '181426.263000'], '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': [8405, 8869, 7809, 6891, 8334, 6300, 8498, 8485, 8483, 7551, 5901, 8346, 5859, 8376, 7920, 8830, 8648, 8532, 7765, 8440, 8121, 6942, 8074, 6540, 8527, 7831, 8611, 7424, 6914, 7997, 6542, 8453, 7659, 8335, 7451, 7349, 8025, 7543, 8457, 7217, 9069, 7521, 9379, 7969, 6612, 8470, 7354, 8157, 7493, 7929, 8074, 8282, 8441, 7712, 6241, 8278, 6037, 8598, 7673, 9183, 7748, 6947, 7844, 6017, 8392, 8662, 8553, 7555, 6638, 7936, 6165, 8327, 8128, 8617, 8035, 6214, 8110, 8486, 8539, 7014, 7202, 8040, 7099, 8719, 7149, 7519, 7985, 7000, 8467, 8639, 8852, 7983, 6041, 8167, 6623, 8866, 7447, 9084, 8444, 7715, 6646, 8051, 6504, 8603, 7591, 9321, 8052, 7668, 8096, 7843, 8741, 7309, 8344, 8237, 6903, 8409, 7293, 7284, 7875, 7662, 7789, 7984, 7222, 8355, 7946, 8600, 8124, 9749, 8402, 8028, 6894, 8135, 6714, 8793, 8198, 6723, 8250, 8361, 8607, 8027, 7157, 8510, 7763, 6895, 8053, 6091, 8351, 8305, 8773, 8177, 6529, 8445, 8009, 7864, 8192, 6886, 8537, 7779, 7216, 8131, 6690, 8481, 8458, 8764, 8141, 7110, 8450, 8321, 8769, 8079, 8403, 8211, 8622, 8536, 8087, 6464, 8399, 8496, 8511, 8296, 6468, 8265, 7645, 6416, 8029, 7082, 8444, 7581, 8403, 7753, 8901, 8110, 8044, 8259, 6216, 8348, 6750, 8739, 7630, 6754, 7794, 6064, 8190, 8007, 8333, 7653, 6297, 8318, 7524, 8458, 7122, 7236, 7813, 6516, 8539, 7130, 7311, 7812, 7250, 7907, 6094, 8547, 7711, 8188, 7693, 6755, 8027, 5816, 8625, 7717, 8756, 7849, 7106, 8230, 5910, 8361, 8530, 8589, 7441, 8385, 7693, 7686, 8075, 6949, 8678, 7556, 6671, 7905, 6050, 8163, 7645, 7894, 8253, 7246, 7799, 7297, 8234, 6276, 8568, 8107, 8753, 7841, 7221, 7201, 8034, 9166, 7926, 9683, 8049, 8505, 8168, 7080, 8561, 7860, 7232, 8262, 6673, 8536, 7895, 8816, 8171, 9209, 8204, 7231, 8113, 6310, 8468, 6662, 8607, 8694, 8428, 7560, 6179, 7948, 6222, 8081, 6611, 8045, 6707, 8260, 8252, 8691, 7022, 8619, 7546, 8252, 7506, 8113, 7970, 8267, 8113, 6518, 8314, 8190, 7951, 6156, 8578, 8233, 8515, 7402, 8541, 6861, 6580, 7595, 6666, 7614, 5967, 7924, 6264, 8219, 8337, 8565, 7944, 8878, 7431, 8778, 7032, 10178, 7881, 6225, 8061, 6173, 8409, 7647, 8317, 7518, 8139, 7912, 6483, 7817, 6377, 8372, 8228, 8607, 8081, 8715, 7236, 7231, 7539, 6564, 8280, 8211, 8602, 7996, 8603, 7022, 8124, 7810, 6549, 8106, 6598, 8276, 8282, 8928, 7336, 8304, 7677, 7529, 7655, 6927, 8303, 7528, 8631, 8280, 8693, 7014, 7875, 7829, 6984, 8279, 6015, 8500, 8167, 8507, 7454, 7092, 8109, 6098, 8417, 8289, 8787, 7484, 7735, 8060, 6098, 8360, 8647, 8903, 7751, 9123, 8023, 6173, 8419, 7518, 8830, 7830, 8345, 8367, 6115, 8257, 6382, 8492, 8220, 8496, 8070, 7099, 8198, 6603, 8551, 6325, 8507, 8001, 8643, 8594, 8658, 7611, 7290, 8280, 6192, 8530, 8880, 8791, 7082, 7175, 8135, 6441, 8557, 8409, 7734, 7728, 6333, 8229, 8000, 8096, 7990, 6500, 7480, 7744, 6680, 8282, 7697, 10134, 7739, 6309, 8332, 8227, 8778, 8123, 6092, 8368, 8425, 8729, 7383, 8448, 7551, 6172, 8485, 8124, 8514, 7131, 7197, 7659, 5944, 8344, 8244, 8341, 7666, 6410, 8546, 6845, 8865, 7621, 8962, 7490, 9331, 8242, 6291, 8627, 8453, 8820, 7597, 6395, 8144, 8181, 8923, 7778, 7546, 8109, 6349, 8505, 8437, 7648, 7913, 6420, 8033, 7979, 9035, 8441, 6370, 8485, 7844, 8243, 7826, 6734, 8601, 7519, 6805, 8007, 6792, 8270, 7957, 9459, 8058, 6548, 8344, 7649, 8738, 7170, 8007, 8024, 6275, 8504, 8239, 8113, 8086, 6780, 8213, 7206, 8674, 7891, 7440, 8028, 6465, 8442, 8398, 8476, 7980, 7017, 7628, 7974, 8023, 7822, 6504, 8407, 8753, 8628, 7081, 8988, 8058, 7016, 8618, 7547, 7997, 7238, 6722, 8429, 8002, 6968, 7214, 8413, 7882, 7267, 6400, 8243, 8172, 7018, 7730, 6993, 8504, 7752, 9218, 8055, 7042, 8358, 6880, 8397, 7899, 9098, 7718, 6890, 8085, 6860, 7840, 7394, 8749, 7715, 6865, 7970, 6633, 8407, 6988, 8209, 7934, 8817, 7804, 9158, 7249, 8803, 7511, 8717, 7871, 7016, 8061, 6338, 8531, 6420, 8467, 6602, 8491, 8228, 8827, 7871, 8991, 7030, 8638, 7440, 6845, 8126, 6270, 8190, 6312, 8192, 7997, 8561, 7284, 7219, 7665, 7489, 7446, 8545, 8324, 6953, 8750, 8015, 8636, 7689, 9281, 7386, 10134, 7919, 6680, 8419, 6536, 7974, 6605, 8142, 8403, 8878, 7432, 8746, 7467, 7428, 7735, 6769, 8197, 6238, 8572, 6527, 8526, 6458, 8685, 8474, 8843, 7287, 7942, 7523, 6929, 8152, 6191, 8108, 6399, 8370, 8962, 7986, 9558, 8402, 6799, 8722, 6716, 8722, 6882, 8462, 6762, 8397, 6727, 8758, 8533, 8704, 7763, 8838, 7176, 8656, 7797, 7408, 7721, 6534, 8195, 6704, 8324, 6754, 8692, 6947, 8624, 8487, 8638, 7569, 8355, 7886, 7023, 7858, 6339, 7878, 6980, 8215, 8320, 8622, 7808, 8878, 7209, 8831, 7151, 8806, 7474, 8343, 7782, 7085, 7784, 6908, 7667, 6562, 8351, 8036, 8729, 7135, 8748, 7129, 8587, 7588, 8842, 7909, 6762, 8081, 6838, 7992, 6543, 8501, 8442, 8745, 7427, 8629, 7385, 7399, 8110, 6407, 8374, 6864, 8239, 6975, 8579, 8354, 8738, 8499, 8683, 8268, 8580, 7891, 8846, 7258, 8508, 7377, 8781, 7506, 8407, 7461, 7714, 7977, 6603, 7998, 6658, 8134, 6634, 8434, 8012, 8771, 8562, 8703, 8175, 8718, 7822, 8941, 8035, 7421, 7991, 7311, 8095, 6656, 8502, 7701, 8641, 8256, 8489, 7925, 8486, 7917, 8713, 7024, 8319, 7374, 8384, 7419, 8711, 6903, 8894, 7038, 8622, 7013, 8529, 6913, 7139, 7618, 6437, 7647, 6456, 7943, 6537, 8592, 6288, 8209, 6491, 8055, 9133, 7856, 6733, 8033, 6660, 8151, 7156, 8431, 7000, 7737, 7151, 7605, 7314, 6587, 8427, 6609, 8542, 6937, 8508, 6884, 8637, 8681, 8861, 7775, 8961, 7070, 7786, 7486, 6794, 8051, 6285, 8249, 6241, 8129, 8074, 8828, 7209, 7170, 8044, 7381, 7729, 6692, 8629, 8050, 8779, 7573, 7781, 7849, 7564, 8038, 6736, 8712, 8459, 8922, 7955, 8741, 7267, 9199, 8106, 6529, 8222, 6713, 8437, 8414, 8742, 7530, 7559, 7985, 7249, 8164, 6656, 8466, 6818, 8813, 8700, 8504, 8657, 8923, 8018, 8624, 7685, 7462, 8047, 7022, 8174, 6670, 8764, 8131, 8046, 8087, 7280, 7973, 6747, 8715, 7593, 8974, 8309, 8912, 7875, 9225, 7952, 7183, 8102, 6517, 8460, 6715, 8568, 8024, 8544, 7918, 7605, 8098, 8465, 8060, 7391, 8441, 7136, 8857, 8540, 8586, 7643, 6908, 8583, 6795, 9040, 8217, 8954, 7920, 9994, 8540, 6594, 8626, 6761, 8851, 7648, 8794, 8229, 7974, 8078, 6510, 8422, 6426, 8523, 6559, 8721, 8142, 8994, 7847, 7158, 8141, 7143, 8331, 6754, 8794, 8609, 8839, 7665, 8340, 8142, 6964, 8614, 6831, 8737, 8545, 8862, 7577, 9331, 8151, 6454, 8324, 6713, 8569, 6871, 8682, 8714, 8895, 7606, 7507, 7974, 6959, 8627, 9008, 8870, 7589, 6670, 8283, 6787, 8706, 8744, 8818, 8209, 7776, 8355, 6894, 8520, 8704, 8771, 8330, 7223, 8384, 6796, 8472, 8722, 6969, 8246, 6657, 8481, 7960, 8740, 8287, 6976, 8517, 6875, 8892, 8400, 8423, 8659, 6965, 8943, 8314, 9007, 7920, 8283, 8106, 7103, 8740, 8946, 8926, 7988, 7880, 8474, 6947, 8825, 8725, 8946, 8035, 7545, 8221, 6914, 9005, 8293, 8865, 8051, 7906, 8282, 7128, 8533, 6770, 8592, 6714, 8788, 6637, 8547, 7641, 8852, 8349, 8913, 7578, 6955, 8012, 6420, 8344, 6322, 8678, 6890, 8771, 6893, 8809, 7531, 8879, 8770, 8806, 8039, 9049, 7767, 9682, 8423, 6985, 8219, 6397, 8529, 6620, 8546, 8079, 8799, 8417, 8930, 8258, 8678, 7907, 9352, 8081, 8402, 8007, 8349, 8282, 7500, 8418, 7163, 8753, 6616, 8575, 6708, 8617, 8519, 8852, 8200, 8695, 8058, 7641, 8157, 7876, 8309, 7034, 8542, 6575, 8741, 7529, 8815, 7887, 8248, 8228, 6897, 8238, 6835, 8353, 6920, 8455, 7128, 8755, 8409, 8714, 8354, 8799, 7658, 9108, 8360, 6586, 8569, 6840, 8505, 7874, 8932, 7713, 7718, 8192, 7087, 8092, 8693, 8166, 9586, 8167, 7647, 8356, 6762, 8608, 6979, 8646, 8366, 8911, 7281, 7784, 7656, 7470, 8025, 6650, 8727, 8279, 8858, 7777, 8921, 7649, 9173, 8409, 9462, 8327, 8367, 8368, 8466, 8295, 8529, 8291, 6659, 8582, 7548, 8628, 8351, 8645, 8582, 8796, 8096, 8858, 7951, 8928, 8044, 7725, 8572, 7194, 8727, 6892, 8512, 7096, 8437, 6780, 8536, 8837, 8814, 8408, 8840, 7669, 8540, 7678, 9756, 8308, 6874, 8215, 7009, 8498, 9887, 8095, 6857, 8584, 7478, 8765, 8407, 8973, 8001, 8673, 7578, 8772, 7515, 9122, 7756, 8866, 8103, 8794, 7927, 9008, 7936, 8845, 8093, 8719, 7513, 8342, 8149, 8803, 8307, 8606, 8151, 7791, 7915, 9504, 8112, 6675, 8159, 6379, 8425, 8517, 8367, 6901, 7379, 7496, 6470, 8581, 7501, 8644, 7619, 8053, 10120, 7400, 8913, 8567], 'WindowCenter': [3701.0, 3686.0, 3674.0, 3661.0, 3684.0, 3664.0, 3681.0, 3682.0, 3671.0, 3671.0, 3650.0, 3670.0, 3640.0, 3672.0, 3672.0, 3683.0, 3671.0, 3669.0, 3672.0, 3670.0, 3671.0, 3659.0, 3670.0, 3650.0, 3682.0, 3671.0, 3683.0, 3673.0, 3661.0, 3671.0, 3660.0, 3682.0, 3673.0, 3684.0, 3674.0, 3672.0, 3684.0, 3673.0, 3684.0, 3673.0, 3697.0, 3687.0, 3694.0, 3682.0, 3661.0, 3671.0, 3671.0, 3673.0, 3674.0, 3672.0, 3672.0, 3670.0, 3670.0, 3672.0, 3660.0, 3683.0, 3663.0, 3682.0, 3673.0, 3680.0, 3671.0, 3660.0, 3671.0, 3650.0, 3682.0, 3681.0, 3681.0, 3672.0, 3660.0, 3671.0, 3651.0, 3682.0, 3672.0, 3681.0, 3670.0, 3649.0, 3671.0, 3681.0, 3682.0, 3673.0, 3672.0, 3684.0, 3672.0, 3682.0, 3673.0, 3671.0, 3673.0, 3674.0, 3685.0, 3683.0, 3682.0, 3673.0, 3650.0, 3682.0, 3662.0, 3682.0, 3672.0, 3682.0, 3670.0, 3673.0, 3660.0, 3683.0, 3661.0, 3682.0, 3673.0, 3683.0, 3672.0, 3670.0, 3671.0, 3671.0, 3682.0, 3673.0, 3671.0, 3683.0, 3661.0, 3669.0, 3660.0, 3671.0, 3671.0, 3671.0, 3670.0, 3671.0, 3660.0, 3669.0, 3684.0, 3682.0, 3672.0, 3682.0, 3668.0, 3670.0, 3659.0, 3672.0, 3661.0, 3681.0, 3672.0, 3659.0, 3669.0, 3670.0, 3682.0, 3671.0, 3660.0, 3670.0, 3671.0, 3658.0, 3670.0, 3649.0, 3671.0, 3670.0, 3670.0, 3671.0, 3660.0, 3670.0, 3668.0, 3671.0, 3682.0, 3659.0, 3680.0, 3671.0, 3658.0, 3672.0, 3660.0, 3670.0, 3670.0, 3669.0, 3669.0, 3658.0, 3667.0, 3671.0, 3670.0, 3669.0, 3669.0, 3669.0, 3668.0, 3667.0, 3668.0, 3649.0, 3681.0, 3681.0, 3669.0, 3672.0, 3646.0, 3681.0, 3671.0, 3662.0, 3683.0, 3673.0, 3682.0, 3672.0, 3671.0, 3672.0, 3682.0, 3670.0, 3671.0, 3668.0, 3649.0, 3671.0, 3661.0, 3681.0, 3670.0, 3658.0, 3671.0, 3650.0, 3682.0, 3684.0, 3683.0, 3683.0, 3662.0, 3682.0, 3672.0, 3681.0, 3673.0, 3673.0, 3673.0, 3659.0, 3682.0, 3672.0, 3672.0, 3670.0, 3672.0, 3684.0, 3662.0, 3681.0, 3672.0, 3670.0, 3672.0, 3660.0, 3671.0, 3649.0, 3682.0, 3672.0, 3681.0, 3683.0, 3660.0, 3682.0, 3650.0, 3683.0, 3682.0, 3680.0, 3671.0, 3670.0, 3672.0, 3669.0, 3670.0, 3659.0, 3669.0, 3671.0, 3658.0, 3683.0, 3663.0, 3682.0, 3672.0, 3669.0, 3681.0, 3670.0, 3682.0, 3671.0, 3682.0, 3660.0, 3681.0, 3683.0, 3685.0, 3684.0, 3672.0, 3672.0, 3683.0, 3693.0, 3672.0, 3679.0, 3669.0, 3669.0, 3669.0, 3659.0, 3681.0, 3669.0, 3658.0, 3670.0, 3658.0, 3669.0, 3673.0, 3680.0, 3670.0, 3679.0, 3672.0, 3658.0, 3684.0, 3663.0, 3684.0, 3662.0, 3682.0, 3684.0, 3669.0, 3671.0, 3647.0, 3669.0, 3647.0, 3669.0, 3674.0, 3680.0, 3659.0, 3680.0, 3678.0, 3679.0, 3659.0, 3679.0, 3669.0, 3681.0, 3670.0, 3670.0, 3680.0, 3681.0, 3671.0, 3645.0, 3679.0, 3670.0, 3670.0, 3649.0, 3679.0, 3669.0, 3678.0, 3672.0, 3682.0, 3662.0, 3661.0, 3683.0, 3660.0, 3671.0, 3663.0, 3682.0, 3658.0, 3682.0, 3680.0, 3679.0, 3669.0, 3679.0, 3671.0, 3680.0, 3669.0, 3692.0, 3668.0, 3646.0, 3668.0, 3648.0, 3682.0, 3684.0, 3679.0, 3671.0, 3668.0, 3679.0, 3662.0, 3680.0, 3658.0, 3681.0, 3681.0, 3680.0, 3668.0, 3681.0, 3671.0, 3672.0, 3671.0, 3661.0, 3678.0, 3681.0, 3681.0, 3681.0, 3682.0, 3671.0, 3670.0, 3668.0, 3649.0, 3670.0, 3662.0, 3681.0, 3671.0, 3683.0, 3670.0, 3669.0, 3668.0, 3671.0, 3669.0, 3658.0, 3681.0, 3668.0, 3678.0, 3670.0, 3681.0, 3671.0, 3682.0, 3672.0, 3670.0, 3682.0, 3649.0, 3682.0, 3682.0, 3681.0, 3669.0, 3657.0, 3669.0, 3647.0, 3681.0, 3682.0, 3681.0, 3671.0, 3672.0, 3672.0, 3648.0, 3684.0, 3681.0, 3679.0, 3670.0, 3679.0, 3668.0, 3649.0, 3669.0, 3670.0, 3677.0, 3668.0, 3670.0, 3679.0, 3648.0, 3681.0, 3658.0, 3680.0, 3681.0, 3680.0, 3682.0, 3657.0, 3679.0, 3661.0, 3681.0, 3657.0, 3682.0, 3668.0, 3678.0, 3678.0, 3681.0, 3669.0, 3667.0, 3681.0, 3647.0, 3681.0, 3679.0, 3681.0, 3672.0, 3672.0, 3682.0, 3662.0, 3679.0, 3679.0, 3682.0, 3681.0, 3662.0, 3683.0, 3684.0, 3683.0, 3682.0, 3660.0, 3670.0, 3683.0, 3674.0, 3681.0, 3670.0, 3679.0, 3668.0, 3659.0, 3683.0, 3680.0, 3682.0, 3670.0, 3649.0, 3668.0, 3681.0, 3680.0, 3669.0, 3671.0, 3670.0, 3648.0, 3682.0, 3672.0, 3683.0, 3675.0, 3672.0, 3671.0, 3663.0, 3681.0, 3683.0, 3684.0, 3671.0, 3662.0, 3682.0, 3661.0, 3680.0, 3685.0, 3683.0, 3672.0, 3680.0, 3682.0, 3649.0, 3681.0, 3667.0, 3681.0, 3670.0, 3649.0, 3683.0, 3681.0, 3679.0, 3670.0, 3672.0, 3683.0, 3661.0, 3678.0, 3679.0, 3671.0, 3669.0, 3660.0, 3671.0, 3670.0, 3683.0, 3683.0, 3660.0, 3681.0, 3681.0, 3683.0, 3673.0, 3659.0, 3682.0, 3671.0, 3658.0, 3684.0, 3671.0, 3680.0, 3669.0, 3680.0, 3668.0, 3647.0, 3668.0, 3668.0, 3683.0, 3670.0, 3670.0, 3671.0, 3647.0, 3679.0, 3668.0, 3671.0, 3670.0, 3658.0, 3672.0, 3658.0, 3670.0, 3668.0, 3670.0, 3669.0, 3650.0, 3671.0, 3668.0, 3671.0, 3669.0, 3660.0, 3671.0, 3670.0, 3669.0, 3669.0, 3659.0, 3680.0, 3684.0, 3681.0, 3671.0, 3680.0, 3668.0, 3658.0, 3668.0, 3672.0, 3671.0, 3669.0, 3661.0, 3682.0, 3670.0, 3659.0, 3672.0, 3680.0, 3683.0, 3673.0, 3659.0, 3681.0, 3682.0, 3671.0, 3684.0, 3672.0, 3682.0, 3670.0, 3679.0, 3671.0, 3658.0, 3668.0, 3663.0, 3668.0, 3670.0, 3681.0, 3667.0, 3656.0, 3668.0, 3659.0, 3667.0, 3670.0, 3681.0, 3669.0, 3661.0, 3669.0, 3658.0, 3684.0, 3674.0, 3682.0, 3671.0, 3679.0, 3672.0, 3678.0, 3669.0, 3683.0, 3671.0, 3670.0, 3669.0, 3660.0, 3668.0, 3650.0, 3681.0, 3660.0, 3680.0, 3660.0, 3680.0, 3680.0, 3679.0, 3668.0, 3682.0, 3670.0, 3681.0, 3670.0, 3660.0, 3681.0, 3661.0, 3681.0, 3676.0, 3682.0, 3682.0, 3684.0, 3683.0, 3684.0, 3685.0, 3685.0, 3676.0, 3683.0, 3685.0, 3670.0, 3680.0, 3671.0, 3681.0, 3671.0, 3681.0, 3660.0, 3691.0, 3670.0, 3658.0, 3680.0, 3662.0, 3680.0, 3659.0, 3671.0, 3679.0, 3681.0, 3671.0, 3682.0, 3671.0, 3671.0, 3683.0, 3661.0, 3681.0, 3651.0, 3681.0, 3662.0, 3681.0, 3658.0, 3679.0, 3668.0, 3678.0, 3669.0, 3681.0, 3669.0, 3671.0, 3682.0, 3649.0, 3682.0, 3658.0, 3680.0, 3681.0, 3669.0, 3678.0, 3670.0, 3645.0, 3667.0, 3648.0, 3668.0, 3658.0, 3670.0, 3645.0, 3667.0, 3658.0, 3665.0, 3669.0, 3668.0, 3670.0, 3681.0, 3660.0, 3680.0, 3683.0, 3671.0, 3670.0, 3659.0, 3682.0, 3660.0, 3682.0, 3658.0, 3679.0, 3659.0, 3682.0, 3682.0, 3677.0, 3668.0, 3669.0, 3668.0, 3658.0, 3670.0, 3659.0, 3684.0, 3658.0, 3683.0, 3680.0, 3679.0, 3669.0, 3678.0, 3671.0, 3680.0, 3660.0, 3679.0, 3669.0, 3669.0, 3670.0, 3658.0, 3680.0, 3672.0, 3671.0, 3657.0, 3680.0, 3670.0, 3679.0, 3668.0, 3682.0, 3671.0, 3678.0, 3671.0, 3679.0, 3672.0, 3658.0, 3680.0, 3661.0, 3679.0, 3661.0, 3680.0, 3679.0, 3679.0, 3672.0, 3682.0, 3683.0, 3684.0, 3679.0, 3659.0, 3681.0, 3672.0, 3681.0, 3669.0, 3681.0, 3667.0, 3676.0, 3667.0, 3679.0, 3681.0, 3676.0, 3669.0, 3677.0, 3657.0, 3667.0, 3657.0, 3679.0, 3669.0, 3667.0, 3669.0, 3669.0, 3671.0, 3659.0, 3682.0, 3673.0, 3681.0, 3659.0, 3681.0, 3669.0, 3683.0, 3692.0, 3681.0, 3681.0, 3679.0, 3671.0, 3679.0, 3669.0, 3669.0, 3682.0, 3670.0, 3670.0, 3657.0, 3678.0, 3667.0, 3678.0, 3679.0, 3681.0, 3680.0, 3678.0, 3668.0, 3667.0, 3661.0, 3669.0, 3669.0, 3670.0, 3671.0, 3678.0, 3658.0, 3680.0, 3657.0, 3679.0, 3672.0, 3680.0, 3673.0, 3671.0, 3684.0, 3660.0, 3686.0, 3676.0, 3684.0, 3675.0, 3692.0, 3660.0, 3681.0, 3660.0, 3681.0, 3680.0, 3680.0, 3658.0, 3682.0, 3672.0, 3682.0, 3670.0, 3684.0, 3671.0, 3672.0, 3672.0, 3673.0, 3671.0, 3671.0, 3681.0, 3659.0, 3681.0, 3671.0, 3684.0, 3670.0, 3680.0, 3681.0, 3680.0, 3669.0, 3680.0, 3674.0, 3682.0, 3673.0, 3673.0, 3681.0, 3661.0, 3683.0, 3672.0, 3681.0, 3684.0, 3693.0, 3672.0, 3674.0, 3683.0, 3684.0, 3682.0, 3660.0, 3682.0, 3681.0, 3680.0, 3671.0, 3685.0, 3684.0, 3670.0, 3683.0, 3659.0, 3679.0, 3680.0, 3679.0, 3681.0, 3681.0, 3672.0, 3693.0, 3682.0, 3658.0, 3679.0, 3672.0, 3682.0, 3682.0, 3681.0, 3671.0, 3669.0, 3681.0, 3671.0, 3682.0, 3659.0, 3681.0, 3658.0, 3680.0, 3682.0, 3680.0, 3681.0, 3678.0, 3670.0, 3680.0, 3670.0, 3672.0, 3682.0, 3670.0, 3680.0, 3661.0, 3680.0, 3669.0, 3668.0, 3682.0, 3669.0, 3681.0, 3662.0, 3680.0, 3669.0, 3679.0, 3680.0, 3691.0, 3683.0, 3678.0, 3670.0, 3658.0, 3669.0, 3646.0, 3679.0, 3660.0, 3679.0, 3679.0, 3682.0, 3680.0, 3669.0, 3682.0, 3681.0, 3681.0, 3669.0, 3680.0, 3672.0, 3678.0, 3693.0, 3680.0, 3670.0, 3670.0, 3682.0, 3659.0, 3679.0, 3680.0, 3694.0, 3682.0, 3692.0, 3680.0, 3659.0, 3670.0, 3657.0, 3681.0, 3670.0, 3679.0, 3669.0, 3670.0, 3669.0, 3660.0, 3681.0, 3660.0, 3683.0, 3660.0, 3680.0, 3681.0, 3681.0, 3684.0, 3673.0, 3683.0, 3671.0, 3681.0, 3659.0, 3680.0, 3680.0, 3691.0, 3687.0, 3681.0, 3682.0, 3661.0, 3679.0, 3658.0, 3683.0, 3683.0, 3681.0, 3670.0, 3682.0, 3669.0, 3647.0, 3680.0, 3671.0, 3683.0, 3659.0, 3683.0, 3679.0, 3678.0, 3669.0, 3671.0, 3681.0, 3661.0, 3680.0, 3680.0, 3679.0, 3670.0, 3659.0, 3684.0, 3662.0, 3684.0, 3681.0, 3682.0, 3683.0, 3669.0, 3681.0, 3659.0, 3682.0, 3678.0, 3679.0, 3668.0, 3669.0, 3682.0, 3657.0, 3680.0, 3680.0, 3657.0, 3680.0, 3658.0, 3684.0, 3682.0, 3682.0, 3685.0, 3671.0, 3680.0, 3658.0, 3680.0, 3684.0, 3682.0, 3682.0, 3673.0, 3680.0, 3680.0, 3679.0, 3682.0, 3683.0, 3680.0, 3661.0, 3682.0, 3678.0, 3680.0, 3684.0, 3669.0, 3680.0, 3659.0, 3682.0, 3679.0, 3681.0, 3682.0, 3673.0, 3680.0, 3669.0, 3680.0, 3680.0, 3681.0, 3670.0, 3684.0, 3680.0, 3657.0, 3679.0, 3657.0, 3682.0, 3656.0, 3680.0, 3658.0, 3680.0, 3669.0, 3681.0, 3681.0, 3680.0, 3670.0, 3670.0, 3682.0, 3659.0, 3682.0, 3660.0, 3693.0, 3671.0, 3692.0, 3671.0, 3680.0, 3672.0, 3680.0, 3679.0, 3679.0, 3684.0, 3680.0, 3669.0, 3695.0, 3682.0, 3660.0, 3679.0, 3662.0, 3693.0, 3659.0, 3679.0, 3670.0, 3679.0, 3668.0, 3678.0, 3680.0, 3680.0, 3670.0, 3678.0, 3672.0, 3669.0, 3668.0, 3668.0, 3681.0, 3669.0, 3668.0, 3656.0, 3679.0, 3659.0, 3669.0, 3658.0, 3682.0, 3680.0, 3683.0, 3682.0, 3680.0, 3669.0, 3671.0, 3683.0, 3672.0, 3683.0, 3659.0, 3680.0, 3658.0, 3679.0, 3671.0, 3679.0, 3669.0, 3683.0, 3681.0, 3658.0, 3679.0, 3659.0, 3681.0, 3672.0, 3668.0, 3658.0, 3679.0, 3668.0, 3677.0, 3679.0, 3696.0, 3669.0, 3681.0, 3680.0, 3658.0, 3680.0, 3661.0, 3681.0, 3684.0, 3681.0, 3684.0, 3673.0, 3685.0, 3670.0, 3685.0, 3695.0, 3683.0, 3691.0, 3681.0, 3670.0, 3669.0, 3659.0, 3681.0, 3670.0, 3681.0, 3681.0, 3693.0, 3686.0, 3670.0, 3669.0, 3669.0, 3684.0, 3660.0, 3680.0, 3680.0, 3681.0, 3681.0, 3692.0, 3670.0, 3683.0, 3685.0, 3681.0, 3680.0, 3668.0, 3669.0, 3681.0, 3669.0, 3667.0, 3668.0, 3656.0, 3667.0, 3670.0, 3679.0, 3685.0, 3679.0, 3680.0, 3679.0, 3669.0, 3680.0, 3671.0, 3682.0, 3683.0, 3669.0, 3683.0, 3658.0, 3679.0, 3659.0, 3680.0, 3670.0, 3680.0, 3658.0, 3681.0, 3679.0, 3679.0, 3671.0, 3680.0, 3672.0, 3678.0, 3670.0, 3681.0, 3681.0, 3658.0, 3679.0, 3657.0, 3682.0, 3692.0, 3681.0, 3660.0, 3682.0, 3671.0, 3679.0, 3682.0, 3681.0, 3683.0, 3681.0, 3672.0, 3681.0, 3671.0, 3682.0, 3681.0, 3693.0, 3682.0, 3681.0, 3670.0, 3680.0, 3669.0, 3680.0, 3683.0, 3681.0, 3670.0, 3679.0, 3669.0, 3678.0, 3680.0, 3679.0, 3682.0, 3670.0, 3685.0, 3692.0, 3698.0, 3688.0, 3697.0, 3661.0, 3683.0, 3682.0, 3680.0, 3672.0, 3672.0, 3683.0, 3661.0, 3681.0, 3685.0, 3695.0, 3671.0, 3670.0, 3680.0, 3657.0, 3667.0, 3667.0], 'WindowWidth': [8354.0, 8324.0, 8308.0, 8283.0, 8318.0, 8292.0, 8311.0, 8312.0, 8295.0, 8295.0, 8266.0, 8295.0, 8252.0, 8299.0, 8298.0, 8313.0, 8294.0, 8290.0, 8296.0, 8291.0, 8296.0, 8280.0, 8294.0, 8267.0, 8312.0, 8297.0, 8314.0, 8303.0, 8283.0, 8297.0, 8282.0, 8313.0, 8301.0, 8319.0, 8307.0, 8301.0, 8320.0, 8303.0, 8316.0, 8305.0, 8343.0, 8328.0, 8333.0, 8315.0, 8284.0, 8297.0, 8296.0, 8303.0, 8307.0, 8299.0, 8299.0, 8295.0, 8294.0, 8299.0, 8281.0, 8316.0, 8292.0, 8313.0, 8301.0, 8309.0, 8297.0, 8280.0, 8295.0, 8269.0, 8313.0, 8310.0, 8311.0, 8299.0, 8280.0, 8296.0, 8271.0, 8314.0, 8300.0, 8311.0, 8296.0, 8265.0, 8297.0, 8312.0, 8315.0, 8304.0, 8300.0, 8319.0, 8300.0, 8313.0, 8304.0, 8297.0, 8303.0, 8307.0, 8320.0, 8315.0, 8313.0, 8302.0, 8268.0, 8312.0, 8288.0, 8312.0, 8300.0, 8312.0, 8295.0, 8302.0, 8282.0, 8316.0, 8285.0, 8316.0, 8303.0, 8315.0, 8300.0, 8292.0, 8295.0, 8295.0, 8313.0, 8302.0, 8298.0, 8315.0, 8281.0, 8291.0, 8281.0, 8298.0, 8299.0, 8299.0, 8295.0, 8297.0, 8279.0, 8293.0, 8319.0, 8315.0, 8300.0, 8311.0, 8289.0, 8292.0, 8278.0, 8300.0, 8283.0, 8310.0, 8299.0, 8277.0, 8289.0, 8294.0, 8314.0, 8297.0, 8280.0, 8293.0, 8295.0, 8276.0, 8293.0, 8265.0, 8296.0, 8295.0, 8293.0, 8296.0, 8279.0, 8294.0, 8292.0, 8298.0, 8312.0, 8279.0, 8307.0, 8296.0, 8276.0, 8299.0, 8281.0, 8294.0, 8293.0, 8291.0, 8291.0, 8274.0, 8286.0, 8295.0, 8294.0, 8293.0, 8291.0, 8288.0, 8287.0, 8285.0, 8288.0, 8264.0, 8310.0, 8312.0, 8292.0, 8298.0, 8260.0, 8309.0, 8300.0, 8288.0, 8317.0, 8303.0, 8315.0, 8299.0, 8296.0, 8301.0, 8316.0, 8297.0, 8297.0, 8291.0, 8265.0, 8296.0, 8284.0, 8309.0, 8296.0, 8277.0, 8296.0, 8267.0, 8314.0, 8321.0, 8317.0, 8317.0, 8287.0, 8313.0, 8300.0, 8312.0, 8304.0, 8304.0, 8303.0, 8282.0, 8314.0, 8300.0, 8300.0, 8296.0, 8302.0, 8321.0, 8287.0, 8312.0, 8299.0, 8296.0, 8298.0, 8281.0, 8298.0, 8268.0, 8314.0, 8300.0, 8310.0, 8317.0, 8281.0, 8314.0, 8269.0, 8315.0, 8312.0, 8308.0, 8297.0, 8294.0, 8301.0, 8296.0, 8295.0, 8279.0, 8292.0, 8296.0, 8277.0, 8315.0, 8292.0, 8315.0, 8302.0, 8296.0, 8315.0, 8296.0, 8316.0, 8301.0, 8315.0, 8282.0, 8311.0, 8317.0, 8323.0, 8321.0, 8300.0, 8300.0, 8316.0, 8335.0, 8300.0, 8305.0, 8290.0, 8288.0, 8292.0, 8280.0, 8309.0, 8292.0, 8276.0, 8293.0, 8275.0, 8292.0, 8302.0, 8309.0, 8293.0, 8305.0, 8298.0, 8277.0, 8318.0, 8291.0, 8320.0, 8289.0, 8314.0, 8320.0, 8294.0, 8299.0, 8262.0, 8293.0, 8261.0, 8293.0, 8311.0, 8313.0, 8281.0, 8309.0, 8304.0, 8304.0, 8280.0, 8305.0, 8294.0, 8314.0, 8297.0, 8296.0, 8313.0, 8310.0, 8298.0, 8258.0, 8307.0, 8296.0, 8295.0, 8267.0, 8305.0, 8291.0, 8304.0, 8301.0, 8315.0, 8290.0, 8286.0, 8319.0, 8284.0, 8299.0, 8291.0, 8320.0, 8282.0, 8316.0, 8311.0, 8308.0, 8295.0, 8306.0, 8302.0, 8313.0, 8298.0, 8327.0, 8293.0, 8261.0, 8291.0, 8264.0, 8312.0, 8320.0, 8307.0, 8300.0, 8293.0, 8308.0, 8286.0, 8312.0, 8281.0, 8312.0, 8311.0, 8309.0, 8292.0, 8312.0, 8301.0, 8303.0, 8301.0, 8285.0, 8306.0, 8311.0, 8312.0, 8315.0, 8315.0, 8299.0, 8295.0, 8293.0, 8266.0, 8296.0, 8287.0, 8312.0, 8298.0, 8314.0, 8295.0, 8291.0, 8292.0, 8301.0, 8296.0, 8279.0, 8311.0, 8292.0, 8305.0, 8294.0, 8310.0, 8303.0, 8314.0, 8301.0, 8297.0, 8313.0, 8265.0, 8312.0, 8316.0, 8312.0, 8296.0, 8278.0, 8295.0, 8265.0, 8317.0, 8317.0, 8314.0, 8299.0, 8299.0, 8300.0, 8265.0, 8319.0, 8313.0, 8309.0, 8297.0, 8308.0, 8292.0, 8265.0, 8293.0, 8298.0, 8305.0, 8292.0, 8297.0, 8308.0, 8266.0, 8311.0, 8282.0, 8311.0, 8313.0, 8310.0, 8314.0, 8277.0, 8307.0, 8287.0, 8313.0, 8277.0, 8315.0, 8292.0, 8305.0, 8304.0, 8313.0, 8298.0, 8291.0, 8314.0, 8263.0, 8311.0, 8307.0, 8313.0, 8304.0, 8302.0, 8317.0, 8287.0, 8309.0, 8308.0, 8317.0, 8314.0, 8288.0, 8318.0, 8318.0, 8317.0, 8316.0, 8284.0, 8298.0, 8320.0, 8308.0, 8312.0, 8297.0, 8307.0, 8291.0, 8280.0, 8316.0, 8309.0, 8312.0, 8296.0, 8266.0, 8289.0, 8310.0, 8309.0, 8295.0, 8296.0, 8297.0, 8266.0, 8313.0, 8299.0, 8317.0, 8309.0, 8303.0, 8300.0, 8292.0, 8312.0, 8318.0, 8320.0, 8300.0, 8289.0, 8315.0, 8284.0, 8309.0, 8321.0, 8318.0, 8303.0, 8312.0, 8317.0, 8265.0, 8308.0, 8288.0, 8307.0, 8297.0, 8267.0, 8316.0, 8310.0, 8306.0, 8295.0, 8301.0, 8317.0, 8284.0, 8306.0, 8308.0, 8298.0, 8293.0, 8283.0, 8297.0, 8296.0, 8315.0, 8315.0, 8282.0, 8311.0, 8314.0, 8316.0, 8302.0, 8281.0, 8312.0, 8297.0, 8277.0, 8317.0, 8302.0, 8310.0, 8295.0, 8308.0, 8292.0, 8260.0, 8290.0, 8289.0, 8316.0, 8299.0, 8296.0, 8296.0, 8262.0, 8304.0, 8290.0, 8298.0, 8297.0, 8277.0, 8299.0, 8275.0, 8293.0, 8289.0, 8296.0, 8293.0, 8268.0, 8297.0, 8288.0, 8295.0, 8295.0, 8282.0, 8299.0, 8296.0, 8294.0, 8294.0, 8280.0, 8310.0, 8321.0, 8314.0, 8302.0, 8309.0, 8293.0, 8277.0, 8290.0, 8300.0, 8298.0, 8296.0, 8284.0, 8314.0, 8295.0, 8279.0, 8300.0, 8310.0, 8316.0, 8301.0, 8280.0, 8312.0, 8315.0, 8301.0, 8324.0, 8302.0, 8314.0, 8296.0, 8305.0, 8297.0, 8275.0, 8292.0, 8288.0, 8290.0, 8295.0, 8310.0, 8289.0, 8272.0, 8290.0, 8282.0, 8288.0, 8293.0, 8311.0, 8294.0, 8283.0, 8295.0, 8280.0, 8320.0, 8307.0, 8315.0, 8299.0, 8307.0, 8299.0, 8304.0, 8295.0, 8316.0, 8299.0, 8295.0, 8295.0, 8281.0, 8293.0, 8268.0, 8311.0, 8285.0, 8310.0, 8283.0, 8312.0, 8309.0, 8307.0, 8292.0, 8314.0, 8298.0, 8312.0, 8299.0, 8284.0, 8313.0, 8285.0, 8315.0, 8314.0, 8317.0, 8318.0, 8320.0, 8321.0, 8321.0, 8328.0, 8325.0, 8313.0, 8320.0, 8323.0, 8297.0, 8310.0, 8299.0, 8315.0, 8299.0, 8310.0, 8283.0, 8323.0, 8295.0, 8277.0, 8309.0, 8288.0, 8311.0, 8280.0, 8298.0, 8306.0, 8310.0, 8297.0, 8315.0, 8301.0, 8301.0, 8319.0, 8287.0, 8314.0, 8271.0, 8314.0, 8290.0, 8314.0, 8280.0, 8309.0, 8292.0, 8306.0, 8296.0, 8313.0, 8297.0, 8297.0, 8314.0, 8268.0, 8315.0, 8278.0, 8312.0, 8314.0, 8296.0, 8305.0, 8294.0, 8257.0, 8287.0, 8261.0, 8289.0, 8278.0, 8296.0, 8257.0, 8287.0, 8275.0, 8283.0, 8291.0, 8289.0, 8296.0, 8312.0, 8283.0, 8308.0, 8317.0, 8298.0, 8297.0, 8283.0, 8317.0, 8285.0, 8314.0, 8279.0, 8309.0, 8279.0, 8313.0, 8316.0, 8304.0, 8291.0, 8294.0, 8292.0, 8277.0, 8297.0, 8284.0, 8320.0, 8280.0, 8316.0, 8309.0, 8307.0, 8293.0, 8306.0, 8301.0, 8312.0, 8285.0, 8308.0, 8296.0, 8294.0, 8297.0, 8279.0, 8313.0, 8302.0, 8298.0, 8277.0, 8310.0, 8296.0, 8309.0, 8293.0, 8316.0, 8302.0, 8306.0, 8300.0, 8309.0, 8300.0, 8280.0, 8313.0, 8287.0, 8309.0, 8285.0, 8311.0, 8306.0, 8308.0, 8304.0, 8314.0, 8320.0, 8323.0, 8308.0, 8281.0, 8312.0, 8306.0, 8316.0, 8295.0, 8310.0, 8290.0, 8301.0, 8288.0, 8308.0, 8313.0, 8302.0, 8294.0, 8302.0, 8275.0, 8288.0, 8276.0, 8307.0, 8297.0, 8291.0, 8295.0, 8294.0, 8299.0, 8281.0, 8315.0, 8307.0, 8314.0, 8283.0, 8315.0, 8296.0, 8318.0, 8331.0, 8315.0, 8313.0, 8309.0, 8301.0, 8307.0, 8295.0, 8295.0, 8317.0, 8298.0, 8297.0, 8277.0, 8305.0, 8288.0, 8304.0, 8309.0, 8314.0, 8311.0, 8305.0, 8291.0, 8288.0, 8284.0, 8291.0, 8294.0, 8295.0, 8299.0, 8304.0, 8277.0, 8307.0, 8277.0, 8310.0, 8302.0, 8311.0, 8304.0, 8301.0, 8323.0, 8287.0, 8328.0, 8314.0, 8324.0, 8312.0, 8332.0, 8285.0, 8315.0, 8287.0, 8314.0, 8310.0, 8312.0, 8278.0, 8314.0, 8304.0, 8315.0, 8297.0, 8319.0, 8303.0, 8302.0, 8305.0, 8305.0, 8303.0, 8301.0, 8315.0, 8283.0, 8314.0, 8302.0, 8320.0, 8299.0, 8313.0, 8313.0, 8311.0, 8295.0, 8312.0, 8309.0, 8316.0, 8307.0, 8303.0, 8313.0, 8286.0, 8319.0, 8306.0, 8316.0, 8322.0, 8332.0, 8303.0, 8309.0, 8320.0, 8323.0, 8317.0, 8284.0, 8315.0, 8312.0, 8309.0, 8300.0, 8325.0, 8323.0, 8299.0, 8316.0, 8280.0, 8308.0, 8309.0, 8308.0, 8312.0, 8313.0, 8302.0, 8331.0, 8316.0, 8278.0, 8308.0, 8304.0, 8317.0, 8317.0, 8314.0, 8300.0, 8296.0, 8313.0, 8301.0, 8319.0, 8282.0, 8314.0, 8278.0, 8309.0, 8314.0, 8312.0, 8314.0, 8305.0, 8297.0, 8308.0, 8298.0, 8301.0, 8319.0, 8297.0, 8310.0, 8287.0, 8310.0, 8295.0, 8292.0, 8318.0, 8297.0, 8314.0, 8288.0, 8311.0, 8294.0, 8308.0, 8310.0, 8330.0, 8317.0, 8306.0, 8298.0, 8278.0, 8293.0, 8260.0, 8308.0, 8284.0, 8308.0, 8309.0, 8313.0, 8311.0, 8293.0, 8315.0, 8313.0, 8313.0, 8295.0, 8313.0, 8299.0, 8306.0, 8332.0, 8312.0, 8298.0, 8298.0, 8315.0, 8281.0, 8308.0, 8310.0, 8333.0, 8316.0, 8328.0, 8310.0, 8280.0, 8294.0, 8274.0, 8309.0, 8298.0, 8307.0, 8294.0, 8296.0, 8294.0, 8282.0, 8310.0, 8283.0, 8318.0, 8286.0, 8311.0, 8314.0, 8312.0, 8320.0, 8304.0, 8321.0, 8299.0, 8313.0, 8283.0, 8310.0, 8310.0, 8327.0, 8328.0, 8313.0, 8316.0, 8284.0, 8307.0, 8278.0, 8317.0, 8317.0, 8312.0, 8298.0, 8314.0, 8294.0, 8264.0, 8310.0, 8300.0, 8318.0, 8280.0, 8317.0, 8307.0, 8304.0, 8293.0, 8300.0, 8315.0, 8284.0, 8309.0, 8308.0, 8305.0, 8296.0, 8282.0, 8321.0, 8289.0, 8317.0, 8313.0, 8314.0, 8315.0, 8297.0, 8315.0, 8281.0, 8313.0, 8304.0, 8306.0, 8291.0, 8296.0, 8316.0, 8276.0, 8310.0, 8311.0, 8277.0, 8309.0, 8279.0, 8320.0, 8316.0, 8312.0, 8321.0, 8298.0, 8309.0, 8278.0, 8310.0, 8321.0, 8315.0, 8317.0, 8303.0, 8308.0, 8309.0, 8309.0, 8316.0, 8317.0, 8312.0, 8284.0, 8312.0, 8304.0, 8309.0, 8319.0, 8295.0, 8310.0, 8282.0, 8313.0, 8306.0, 8311.0, 8316.0, 8303.0, 8311.0, 8293.0, 8308.0, 8309.0, 8309.0, 8298.0, 8320.0, 8313.0, 8277.0, 8309.0, 8276.0, 8313.0, 8273.0, 8311.0, 8280.0, 8308.0, 8294.0, 8312.0, 8310.0, 8308.0, 8299.0, 8299.0, 8317.0, 8282.0, 8317.0, 8284.0, 8332.0, 8302.0, 8332.0, 8302.0, 8311.0, 8303.0, 8309.0, 8307.0, 8307.0, 8321.0, 8311.0, 8297.0, 8335.0, 8314.0, 8282.0, 8308.0, 8289.0, 8331.0, 8282.0, 8308.0, 8296.0, 8306.0, 8292.0, 8304.0, 8311.0, 8312.0, 8297.0, 8304.0, 8300.0, 8292.0, 8291.0, 8291.0, 8314.0, 8294.0, 8292.0, 8274.0, 8308.0, 8278.0, 8293.0, 8281.0, 8313.0, 8310.0, 8316.0, 8314.0, 8308.0, 8292.0, 8297.0, 8317.0, 8301.0, 8315.0, 8280.0, 8309.0, 8277.0, 8306.0, 8300.0, 8309.0, 8295.0, 8316.0, 8312.0, 8279.0, 8308.0, 8282.0, 8316.0, 8300.0, 8291.0, 8277.0, 8305.0, 8291.0, 8302.0, 8309.0, 8340.0, 8297.0, 8311.0, 8312.0, 8280.0, 8309.0, 8285.0, 8315.0, 8321.0, 8314.0, 8321.0, 8304.0, 8323.0, 8299.0, 8323.0, 8337.0, 8320.0, 8325.0, 8313.0, 8295.0, 8295.0, 8279.0, 8315.0, 8297.0, 8312.0, 8312.0, 8333.0, 8329.0, 8298.0, 8297.0, 8296.0, 8320.0, 8283.0, 8311.0, 8310.0, 8312.0, 8315.0, 8330.0, 8298.0, 8316.0, 8320.0, 8310.0, 8309.0, 8290.0, 8295.0, 8312.0, 8295.0, 8289.0, 8291.0, 8272.0, 8288.0, 8296.0, 8306.0, 8322.0, 8308.0, 8311.0, 8309.0, 8294.0, 8308.0, 8298.0, 8313.0, 8319.0, 8295.0, 8316.0, 8278.0, 8307.0, 8278.0, 8309.0, 8299.0, 8309.0, 8278.0, 8311.0, 8307.0, 8305.0, 8296.0, 8309.0, 8302.0, 8306.0, 8298.0, 8312.0, 8313.0, 8279.0, 8308.0, 8275.0, 8315.0, 8331.0, 8313.0, 8281.0, 8315.0, 8296.0, 8308.0, 8312.0, 8313.0, 8320.0, 8313.0, 8302.0, 8314.0, 8300.0, 8314.0, 8316.0, 8333.0, 8316.0, 8313.0, 8297.0, 8308.0, 8295.0, 8310.0, 8320.0, 8312.0, 8298.0, 8309.0, 8295.0, 8304.0, 8309.0, 8307.0, 8316.0, 8298.0, 8325.0, 8328.0, 8351.0, 8338.0, 8343.0, 8289.0, 8320.0, 8314.0, 8309.0, 8302.0, 8302.0, 8321.0, 8290.0, 8315.0, 8326.0, 8341.0, 8300.0, 8296.0, 8309.0, 8274.0, 8288.0, 8285.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.0038395457986373956</td></tr>
<tr><td colspan=3>aqi</td><td>0.03106416654049962</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.46529522226513</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2447999245075763</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0361280046742416</td></tr>
<tr><td colspan=3>efc</td><td>0.494</td></tr>
<tr><td colspan=3>fber</td><td>5344.9434</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09326789690764851</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>33</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.498107494322483</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3667141311462436</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2743370366846705</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5774202112767863</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2483851454772745</td></tr>
<tr><td colspan=3>gcor</td><td>0.00388797</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.008086428977549076</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02365681901574135</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1321</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>4.315622570431634</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>23.0932</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>34.716</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.3698</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292477.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>707.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>309.3677</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.2724</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>416.3003</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>2876.6494</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3000.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84067.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1238.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3693.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>695.1447</td></tr>
<tr><td colspan=3>tsnr</td><td>35.938833143678494</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>