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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-01_session-04_subject-0105_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-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0105/figures/sub-0105_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg</a></small>

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0105/ses-04/func/sub-0105_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>7fa2745add585d927ed126120ab4f37f</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:41:8.480000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999882, 0.010981, 0.0107479, -0.00994759, 0.99572, -0.091888]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.112357</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7746, -7286, 185, -165, -137, -46, 58]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>274.565</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4d924b62-9775-4fb1-a5e8-709d402f6687||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.682610273361206, -0.026688650250434875, 0.031619396060705185, 113.3382797241211], [-0.029461262747645378, 2.671442985534668, -0.24777965247631073, -90.05152893066406], [0.02883574552834034, 0.24652880430221558, 2.688420534133911, -93.166015625], [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': ['184108.480000', '184108.940000', '184109.400000', '184109.860000', '184110.320000', '184110.780000', '184111.240000', '184111.700000', '184112.160000', '184112.620000', '184113.080000', '184113.540000', '184114.000000', '184114.460000', '184114.920000', '184115.380000', '184115.840000', '184116.300000', '184116.760000', '184117.220000', '184117.680000', '184118.140000', '184118.600000', '184119.060000', '184119.520000', '184119.980000', '184120.440000', '184120.900000', '184121.360000', '184121.820000', '184122.280000', '184122.740000', '184123.200000', '184123.660000', '184124.120000', '184124.580000', '184125.040000', '184125.500000', '184125.960000', '184126.420000', '184126.880000', '184127.340000', '184127.800000', '184128.260000', '184128.720000', '184129.180000', '184129.640000', '184130.100000', '184130.560000', '184131.020000', '184131.480000', '184131.940000', '184132.400000', '184132.860000', '184133.320000', '184133.780000', '184134.240000', '184134.700000', '184135.160000', '184135.620000', '184136.080000', '184136.540000', '184137.000000', '184137.460000', '184137.920000', '184138.380000', '184138.840000', '184139.300000', '184139.760000', '184140.220000', '184140.680000', '184141.140000', '184141.600000', '184142.060000', '184142.520000', '184142.980000', '184143.440000', '184143.900000', '184144.360000', '184144.820000', '184145.280000', '184145.740000', '184146.200000', '184146.660000', '184147.120000', '184147.580000', '184148.040000', '184148.500000', '184148.960000', '184149.420000', '184149.880000', '184150.340000', '184150.800000', '184151.260000', '184151.720000', '184152.180000', '184152.640000', '184153.100000', '184153.560000', '184154.020000', '184154.480000', '184154.940000', '184155.400000', '184155.860000', '184156.320000', '184156.780000', '184157.240000', '184157.700000', '184158.160000', '184158.620000', '184159.080000', '184159.540000', '184200.000000', '184200.460000', '184200.920000', '184201.380000', '184201.840000', '184202.300000', '184202.760000', '184203.220000', '184203.680000', '184204.140000', '184204.600000', '184205.060000', '184205.520000', '184205.980000', '184206.440000', '184206.900000', '184207.360000', '184207.820000', '184208.280000', '184208.740000', '184209.200000', '184209.660000', '184210.120000', '184210.580000', '184211.040000', '184211.500000', '184211.960000', '184212.420000', '184212.880000', '184213.340000', '184213.800000', '184214.260000', '184214.720000', '184215.180000', '184215.640000', '184216.100000', '184216.560000', '184217.020000', '184217.480000', '184217.940000', '184218.400000', '184218.860000', '184219.320000', '184219.780000', '184220.240000', '184220.700000', '184221.160000', '184221.620000', '184222.080000', '184222.540000', '184223.000000', '184223.460000', '184223.920000', '184224.380000', '184224.840000', '184225.300000', '184225.760000', '184226.220000', '184226.680000', '184227.140000', '184227.600000', '184228.060000', '184228.520000', '184228.980000', '184229.440000', '184229.900000', '184230.360000', '184230.820000', '184231.280000', '184231.740000', '184232.200000', '184232.660000', '184233.120000', '184233.580000', '184234.040000', '184234.500000', '184234.960000', '184235.420000', '184235.880000', '184236.340000', '184236.800000', '184237.260000', '184237.720000', '184238.180000', '184238.640000', '184239.100000', '184239.560000', '184240.020000', '184240.480000', '184240.940000', '184241.400000', '184241.860000', '184242.320000', '184242.780000', '184243.240000', '184243.700000', '184244.160000', '184244.620000', '184245.080000', '184245.540000', '184246.000000', '184246.460000', '184246.920000', '184247.380000', '184247.840000', '184248.300000', '184248.760000', '184249.220000', '184249.680000', '184250.140000', '184250.600000', '184251.060000', '184251.520000', '184251.980000', '184252.440000', '184252.900000', '184253.360000', '184253.820000', '184254.280000', '184254.740000', '184255.200000', '184255.660000', '184256.120000', '184256.580000', '184257.040000', '184257.500000', '184257.960000', '184258.420000', '184258.880000', '184259.340000', '184259.800000', '184300.260000', '184300.720000', '184301.180000', '184301.640000', '184302.100000', '184302.560000', '184303.020000', '184303.480000', '184303.940000', '184304.400000', '184304.860000', '184305.320000', '184305.780000', '184306.240000', '184306.700000', '184307.160000', '184307.620000', '184308.080000', '184308.540000', '184309.000000', '184309.460000', '184309.920000', '184310.380000', '184310.840000', '184311.300000', '184311.760000', '184312.220000', '184312.680000', '184313.140000', '184313.600000', '184314.060000', '184314.520000', '184314.980000', '184315.440000', '184315.900000', '184316.360000', '184316.820000', '184317.280000', '184317.740000', '184318.200000', '184318.660000', '184319.120000', '184319.580000', '184320.040000', '184320.500000', '184320.960000', '184321.420000', '184321.880000', '184322.340000', '184322.800000', '184323.260000', '184323.720000', '184324.180000', '184324.640000', '184325.100000', '184325.560000', '184326.020000', '184326.480000', '184326.940000', '184327.400000', '184327.860000', '184328.320000', '184328.780000', '184329.240000', '184329.700000', '184330.160000', '184330.620000', '184331.080000', '184331.540000', '184332.000000', '184332.460000', '184332.920000', '184333.380000', '184333.840000', '184334.300000', '184334.760000', '184335.220000', '184335.680000', '184336.140000', '184336.600000', '184337.060000', '184337.520000', '184337.980000', '184338.440000', '184338.900000', '184339.360000', '184339.820000', '184340.280000', '184340.740000', '184341.200000', '184341.660000', '184342.120000', '184342.580000', '184343.040000', '184343.500000', '184343.960000', '184344.420000', '184344.880000', '184345.340000', '184345.800000', '184346.260000', '184346.720000', '184347.180000', '184347.640000', '184348.100000', '184348.560000', '184349.020000', '184349.480000', '184349.940000', '184350.400000', '184350.860000', '184351.320000', '184351.780000', '184352.240000', '184352.700000', '184353.160000', '184353.620000', '184354.080000', '184354.540000', '184355.000000', '184355.460000', '184355.920000', '184356.380000', '184356.840000', '184357.300000', '184357.760000', '184358.220000', '184358.680000', '184359.140000', '184359.600000', '184400.060000', '184400.520000', '184400.980000', '184401.440000', '184401.900000', '184402.360000', '184402.820000', '184403.280000', '184403.740000', '184404.200000', '184404.660000', '184405.120000', '184405.580000', '184406.040000', '184406.500000', '184406.960000', '184407.420000', '184407.880000', '184408.340000', '184408.800000', '184409.260000', '184409.720000', '184410.180000', '184410.640000', '184411.100000', '184411.560000', '184412.020000', '184412.480000', '184412.940000', '184413.400000', '184413.860000', '184414.320000', '184414.780000', '184415.240000', '184415.700000', '184416.160000', '184416.620000', '184417.080000', '184417.540000', '184418.000000', '184418.460000', '184418.920000', '184419.380000', '184419.840000', '184420.300000', '184420.760000', '184421.220000', '184421.680000', '184422.140000', '184422.600000', '184423.060000', '184423.520000', '184423.980000', '184424.440000', '184424.900000', '184425.360000', '184425.820000', '184426.280000', '184426.740000', '184427.200000', '184427.660000', '184428.120000', '184428.580000', '184429.040000', '184429.500000', '184429.960000', '184430.420000', '184430.880000', '184431.340000', '184431.800000', '184432.260000', '184432.720000', '184433.180000', '184433.640000', '184434.100000', '184434.560000', '184435.020000', '184435.480000', '184435.940000', '184436.400000', '184436.860000', '184437.320000', '184437.780000', '184438.240000', '184438.700000', '184439.160000', '184439.620000', '184440.080000', '184440.540000', '184441.000000', '184441.460000', '184441.920000', '184442.380000', '184442.840000', '184443.300000', '184443.760000', '184444.220000', '184444.680000', '184445.140000', '184445.600000', '184446.060000', '184446.520000', '184446.980000', '184447.440000', '184447.900000', '184448.360000', '184448.820000', '184449.280000', '184449.740000', '184450.200000', '184450.660000', '184451.120000', '184451.580000', '184452.040000', '184452.500000', '184452.960000', '184453.420000', '184453.880000', '184454.340000', '184454.800000', '184455.260000', '184455.720000', '184456.180000', '184456.640000', '184457.100000', '184457.560000', '184458.020000', '184458.480000', '184458.940000', '184459.400000', '184459.860000', '184500.320000', '184500.780000', '184501.240000', '184501.700000', '184502.160000', '184502.620000', '184503.080000', '184503.540000', '184504.000000', '184504.460000', '184504.920000', '184505.380000', '184505.840000', '184506.300000', '184506.760000', '184507.220000', '184507.680000', '184508.140000', '184508.600000', '184509.060000', '184509.520000', '184509.980000', '184510.440000', '184510.900000', '184511.360000', '184511.820000', '184512.280000', '184512.740000', '184513.200000', '184513.660000', '184514.120000', '184514.580000', '184515.040000', '184515.500000', '184515.960000', '184516.420000', '184516.880000', '184517.340000', '184517.800000', '184518.260000', '184518.720000', '184519.180000', '184519.640000', '184520.100000', '184520.560000', '184521.020000', '184521.480000', '184521.940000', '184522.400000', '184522.860000', '184523.320000', '184523.780000', '184524.240000', '184524.700000', '184525.160000', '184525.620000', '184526.080000', '184526.540000', '184527.000000', '184527.460000', '184527.920000', '184528.380000', '184528.840000', '184529.300000', '184529.760000', '184530.220000', '184530.680000', '184531.140000', '184531.600000', '184532.060000', '184532.520000', '184532.980000', '184533.440000', '184533.900000', '184534.360000', '184534.820000', '184535.280000', '184535.740000', '184536.200000', '184536.660000', '184537.120000', '184537.580000', '184538.040000', '184538.500000', '184538.960000', '184539.420000', '184539.880000', '184540.340000', '184540.800000', '184541.260000', '184541.720000', '184542.180000', '184542.640000', '184543.100000', '184543.560000', '184544.020000', '184544.480000', '184544.940000', '184545.400000', '184545.860000', '184546.320000', '184546.780000', '184547.240000', '184547.700000', '184548.160000', '184548.620000', '184549.080000', '184549.540000', '184550.000000', '184550.460000', '184550.920000', '184551.380000', '184551.840000', '184552.300000', '184552.760000', '184553.220000', '184553.680000', '184554.140000', '184554.600000', '184555.060000', '184555.520000', '184555.980000', '184556.440000', '184556.900000', '184557.360000', '184557.820000', '184558.280000', '184558.740000', '184559.200000', '184559.660000', '184600.120000', '184600.580000', '184601.040000', '184601.500000', '184601.960000', '184602.420000', '184602.880000', '184603.340000', '184603.800000', '184604.260000', '184604.720000', '184605.180000', '184605.640000', '184606.100000', '184606.560000', '184607.020000', '184607.480000', '184607.940000', '184608.400000', '184608.860000', '184609.320000', '184609.780000', '184610.240000', '184610.700000', '184611.160000', '184611.620000', '184612.080000', '184612.540000', '184613.000000', '184613.460000', '184613.920000', '184614.380000', '184614.840000', '184615.300000', '184615.760000', '184616.220000', '184616.680000', '184617.140000', '184617.600000', '184618.060000', '184618.520000', '184618.980000', '184619.440000', '184619.900000', '184620.360000', '184620.820000', '184621.280000', '184621.740000', '184622.200000', '184622.660000', '184623.120000', '184623.580000', '184624.040000', '184624.500000', '184624.960000', '184625.420000', '184625.880000', '184626.340000', '184626.800000', '184627.260000', '184627.720000', '184628.180000', '184628.640000', '184629.100000', '184629.560000', '184630.020000', '184630.480000', '184630.940000', '184631.400000', '184631.860000', '184632.320000', '184632.780000', '184633.240000', '184633.700000', '184634.160000', '184634.620000', '184635.080000', '184635.540000', '184636.000000', '184636.460000', '184636.920000', '184637.380000', '184637.840000', '184638.300000', '184638.760000', '184639.220000', '184639.680000', '184640.140000', '184640.600000', '184641.060000', '184641.520000', '184641.980000', '184642.440000', '184642.900000', '184643.360000', '184643.820000', '184644.280000', '184644.740000', '184645.200000', '184645.660000', '184646.120000', '184646.580000', '184647.040000', '184647.500000', '184647.960000', '184648.420000', '184648.880000', '184649.340000', '184649.800000', '184650.260000', '184650.720000', '184651.180000', '184651.640000', '184652.100000', '184652.560000', '184653.020000', '184653.480000', '184653.940000', '184654.400000', '184654.860000', '184655.320000', '184655.780000', '184656.240000', '184656.700000', '184657.160000', '184657.620000', '184658.080000', '184658.540000', '184659.000000', '184659.460000', '184659.920000', '184700.380000', '184700.840000', '184701.300000', '184701.760000', '184702.220000', '184702.680000', '184703.140000', '184703.600000', '184704.060000', '184704.520000', '184704.980000', '184705.440000', '184705.900000', '184706.360000', '184706.820000', '184707.280000', '184707.740000', '184708.200000', '184708.660000', '184709.120000', '184709.580000', '184710.040000', '184710.500000', '184710.960000', '184711.420000', '184711.880000', '184712.340000', '184712.800000', '184713.260000', '184713.720000', '184714.180000', '184714.640000', '184715.100000', '184715.560000', '184716.020000', '184716.480000', '184716.940000', '184717.400000', '184717.860000', '184718.320000', '184718.780000', '184719.240000', '184719.700000', '184720.160000', '184720.620000', '184721.080000', '184721.540000', '184722.000000', '184722.460000', '184722.920000', '184723.380000', '184723.840000', '184724.300000', '184724.760000', '184725.220000', '184725.680000', '184726.140000', '184726.600000', '184727.060000', '184727.520000', '184727.980000', '184728.440000', '184728.900000', '184729.360000', '184729.820000', '184730.280000', '184730.740000', '184731.200000', '184731.660000', '184732.120000', '184732.580000', '184733.040000', '184733.500000', '184733.960000', '184734.420000', '184734.880000', '184735.340000', '184735.800000', '184736.260000', '184736.720000', '184737.180000', '184737.640000', '184738.100000', '184738.560000', '184739.020000', '184739.480000', '184739.940000', '184740.400000', '184740.860000', '184741.320000', '184741.780000', '184742.240000', '184742.700000', '184743.160000', '184743.620000', '184744.080000', '184744.540000', '184745.000000', '184745.460000', '184745.920000', '184746.380000', '184746.840000', '184747.300000', '184747.760000', '184748.220000', '184748.680000', '184749.140000', '184749.600000', '184750.060000', '184750.520000', '184750.980000', '184751.440000', '184751.900000', '184752.360000', '184752.820000', '184753.280000', '184753.740000', '184754.200000', '184754.660000', '184755.120000', '184755.580000', '184756.040000', '184756.500000', '184756.960000', '184757.420000', '184757.880000', '184758.340000', '184758.800000', '184759.260000', '184759.720000', '184800.180000', '184800.640000', '184801.100000', '184801.560000', '184802.020000', '184802.480000', '184802.940000', '184803.400000', '184803.860000', '184804.320000', '184804.780000', '184805.240000', '184805.700000', '184806.160000', '184806.620000', '184807.080000', '184807.540000', '184808.000000', '184808.460000', '184808.920000', '184809.380000', '184809.840000', '184810.300000', '184810.760000', '184811.220000', '184811.680000', '184812.140000', '184812.600000', '184813.060000', '184813.520000', '184813.980000', '184814.440000', '184814.900000', '184815.360000', '184815.820000', '184816.280000', '184816.740000', '184817.200000', '184817.660000', '184818.120000', '184818.580000', '184819.040000', '184819.500000', '184819.960000', '184820.420000', '184820.880000', '184821.340000', '184821.800000', '184822.260000', '184822.720000', '184823.180000', '184823.640000', '184824.100000', '184824.560000', '184825.020000', '184825.480000', '184825.940000', '184826.400000', '184826.860000', '184827.320000', '184827.780000', '184828.240000', '184828.700000', '184829.160000', '184829.620000', '184830.080000', '184830.540000', '184831.000000', '184831.460000', '184831.920000', '184832.380000', '184832.840000', '184833.300000', '184833.760000', '184834.220000', '184834.680000', '184835.140000', '184835.600000', '184836.060000', '184836.520000', '184836.980000', '184837.440000', '184837.900000', '184838.360000', '184838.820000', '184839.280000', '184839.740000', '184840.200000', '184840.660000', '184841.120000', '184841.580000', '184842.040000', '184842.500000', '184842.960000', '184843.420000', '184843.880000', '184844.340000', '184844.800000', '184845.260000', '184845.720000', '184846.180000', '184846.640000', '184847.100000', '184847.560000', '184848.020000', '184848.480000', '184848.940000', '184849.400000', '184849.860000', '184850.320000', '184850.780000', '184851.240000', '184851.700000', '184852.160000', '184852.620000', '184853.080000', '184853.540000', '184854.000000', '184854.460000', '184854.920000', '184855.380000', '184855.840000', '184856.300000', '184856.760000', '184857.220000', '184857.680000', '184858.140000', '184858.600000', '184859.060000', '184859.520000', '184859.980000', '184900.440000', '184900.900000', '184901.360000', '184901.820000', '184902.280000', '184902.740000', '184903.200000', '184903.660000', '184904.120000', '184904.580000', '184905.040000', '184905.500000', '184905.960000', '184906.420000', '184906.880000', '184907.340000', '184907.800000', '184908.260000', '184908.720000', '184909.180000', '184909.640000', '184910.100000', '184910.560000', '184911.020000', '184911.480000', '184911.940000', '184912.400000', '184912.860000', '184913.320000', '184913.780000', '184914.240000', '184914.700000', '184915.160000', '184915.620000', '184916.080000', '184916.540000', '184917.000000', '184917.460000', '184917.920000', '184918.380000', '184918.840000', '184919.300000', '184919.760000', '184920.220000', '184920.680000', '184921.140000', '184921.600000', '184922.060000', '184922.520000', '184922.980000', '184923.440000', '184923.900000', '184924.360000', '184924.820000', '184925.280000', '184925.740000', '184926.200000', '184926.660000', '184927.120000', '184927.580000', '184928.040000', '184928.500000', '184928.960000', '184929.420000', '184929.880000', '184930.340000', '184930.800000', '184931.260000', '184931.720000', '184932.180000', '184932.640000', '184933.100000', '184933.560000', '184934.020000', '184934.480000', '184934.940000', '184935.400000', '184935.860000', '184936.320000', '184936.780000', '184937.240000', '184937.700000', '184938.160000', '184938.620000', '184939.080000', '184939.540000', '184940.000000', '184940.460000', '184940.920000', '184941.380000', '184941.840000', '184942.300000', '184942.760000', '184943.220000', '184943.680000', '184944.140000', '184944.600000', '184945.060000', '184945.520000', '184945.980000', '184946.440000', '184946.900000', '184947.360000', '184947.820000', '184948.280000', '184948.740000', '184949.200000', '184949.660000', '184950.120000', '184950.580000', '184951.040000', '184951.500000', '184951.960000', '184952.420000', '184952.880000', '184953.340000', '184953.800000', '184954.260000', '184954.720000', '184955.180000', '184955.640000', '184956.100000', '184956.560000', '184957.020000', '184957.480000', '184957.940000', '184958.400000', '184958.860000', '184959.320000', '184959.780000', '185000.240000', '185000.700000', '185001.160000', '185001.620000', '185002.080000', '185002.540000', '185003.000000', '185003.460000', '185003.920000', '185004.380000', '185004.840000', '185005.300000', '185005.760000', '185006.220000', '185006.680000', '185007.140000', '185007.600000', '185008.060000', '185008.520000', '185008.980000', '185009.440000', '185009.900000', '185010.360000', '185010.820000', '185011.280000', '185011.740000', '185012.200000', '185012.660000', '185013.120000', '185013.580000', '185014.040000', '185014.500000', '185014.960000', '185015.420000', '185015.880000', '185016.340000', '185016.800000', '185017.260000', '185017.720000', '185018.180000', '185018.640000', '185019.100000', '185019.560000', '185020.020000', '185020.480000', '185020.940000', '185021.400000', '185021.860000', '185022.320000', '185022.780000', '185023.240000', '185023.700000', '185024.160000', '185024.620000', '185025.080000', '185025.540000', '185026.000000', '185026.460000', '185026.920000', '185027.380000', '185027.840000', '185028.300000', '185028.760000', '185029.220000', '185029.680000', '185030.140000', '185030.600000', '185031.060000', '185031.520000', '185031.980000', '185032.440000', '185032.900000', '185033.360000', '185033.820000', '185034.280000', '185034.740000', '185035.200000', '185035.660000', '185036.120000', '185036.580000', '185037.040000', '185037.500000', '185037.960000', '185038.420000', '185038.880000', '185039.340000', '185039.800000', '185040.260000', '185040.720000', '185041.180000', '185041.640000', '185042.100000', '185042.560000', '185043.020000', '185043.480000', '185043.940000', '185044.400000', '185044.860000', '185045.320000', '185045.780000', '185046.240000', '185046.700000', '185047.160000', '185047.620000', '185048.080000', '185048.540000', '185049.000000', '185049.460000', '185049.920000', '185050.380000', '185050.840000', '185051.300000', '185051.760000', '185052.220000', '185052.680000', '185053.140000', '185053.600000', '185054.060000', '185054.520000', '185054.980000', '185055.440000', '185055.900000', '185056.360000', '185056.820000', '185057.280000', '185057.740000', '185058.200000', '185058.660000', '185059.120000', '185059.580000', '185100.040000', '185100.500000', '185100.960000', '185101.420000', '185101.880000', '185102.340000', '185102.800000', '185103.260000', '185103.720000', '185104.180000', '185104.640000', '185105.100000', '185105.560000', '185106.020000', '185106.480000', '185106.940000', '185107.400000', '185107.860000', '185108.320000', '185108.780000', '185109.240000', '185109.700000', '185110.160000', '185110.620000', '185111.080000', '185111.540000', '185112.000000', '185112.460000', '185112.920000', '185113.380000', '185113.840000', '185114.300000', '185114.760000', '185115.220000', '185115.680000', '185116.140000'], 'ContentTime': ['184125.903000', '184125.907000', '184125.909000', '184125.912000', '184125.914000', '184125.917000', '184125.919000', '184125.922000', '184125.925000', '184125.927000', '184125.930000', '184125.937000', '184125.940000', '184125.942000', '184125.945000', '184125.947000', '184125.950000', '184125.953000', '184125.955000', '184125.958000', '184125.960000', '184125.963000', '184125.965000', '184125.970000', '184125.973000', '184125.975000', '184125.978000', '184125.980000', '184125.983000', '184125.985000', '184125.988000', '184125.990000', '184125.993000', '184125.995000', '184125.998000', '184145.868000', '184145.871000', '184145.874000', '184145.881000', '184145.884000', '184145.886000', '184145.889000', '184145.891000', '184145.894000', '184145.896000', '184145.899000', '184145.901000', '184145.904000', '184145.907000', '184145.909000', '184145.912000', '184145.914000', '184145.917000', '184145.919000', '184145.922000', '184145.924000', '184145.927000', '184145.930000', '184145.932000', '184145.935000', '184145.937000', '184145.940000', '184145.942000', '184145.945000', '184145.947000', '184145.950000', '184145.952000', '184145.955000', '184145.957000', '184145.960000', '184145.963000', '184145.965000', '184145.968000', '184145.970000', '184145.973000', '184145.975000', '184145.978000', '184145.981000', '184145.983000', '184205.870000', '184205.872000', '184205.875000', '184205.878000', '184205.880000', '184205.883000', '184205.885000', '184205.888000', '184205.890000', '184205.901000', '184205.904000', '184205.906000', '184205.909000', '184205.911000', '184205.914000', '184205.916000', '184205.919000', '184205.922000', '184205.924000', '184205.927000', '184205.929000', '184205.932000', '184205.934000', '184205.937000', '184205.939000', '184205.942000', '184205.945000', '184205.947000', '184205.950000', '184205.952000', '184205.955000', '184205.958000', '184205.960000', '184205.963000', '184205.965000', '184205.968000', '184205.970000', '184205.973000', '184205.976000', '184205.978000', '184205.981000', '184205.983000', '184205.986000', '184225.869000', '184225.872000', '184225.875000', '184225.877000', '184225.880000', '184225.882000', '184225.885000', '184225.887000', '184225.890000', '184225.892000', '184225.895000', '184225.898000', '184225.900000', '184225.903000', '184225.905000', '184225.908000', '184225.910000', '184225.913000', '184225.916000', '184225.918000', '184225.921000', '184225.924000', '184225.927000', '184225.929000', '184225.932000', '184225.934000', '184225.937000', '184225.939000', '184225.942000', '184225.945000', '184225.947000', '184225.950000', '184225.952000', '184225.955000', '184225.957000', '184225.960000', '184225.962000', '184225.965000', '184225.967000', '184225.970000', '184225.973000', '184225.975000', '184225.978000', '184245.869000', '184245.872000', '184245.875000', '184245.877000', '184245.880000', '184245.882000', '184245.885000', '184245.888000', '184245.890000', '184245.893000', '184245.895000', '184245.898000', '184245.901000', '184245.903000', '184245.906000', '184245.908000', '184245.911000', '184245.913000', '184245.916000', '184245.919000', '184245.921000', '184245.924000', '184245.926000', '184245.929000', '184245.931000', '184245.934000', '184245.936000', '184245.939000', '184245.942000', '184245.944000', '184245.947000', '184245.949000', '184245.952000', '184245.954000', '184245.957000', '184245.959000', '184245.962000', '184245.965000', '184245.967000', '184245.970000', '184245.972000', '184245.975000', '184245.977000', '184245.980000', '184305.868000', '184305.872000', '184305.874000', '184305.877000', '184305.879000', '184305.882000', '184305.884000', '184305.887000', '184305.890000', '184305.892000', '184305.895000', '184305.898000', '184305.900000', '184305.903000', '184305.905000', '184305.908000', '184305.911000', '184305.913000', '184305.916000', '184305.918000', '184305.921000', '184305.924000', '184305.926000', '184305.929000', '184305.931000', '184305.934000', '184305.936000', '184305.939000', '184305.942000', '184305.944000', '184305.947000', '184305.949000', '184305.952000', '184305.955000', '184305.957000', '184305.960000', '184305.962000', '184305.965000', '184305.967000', '184305.970000', '184305.973000', '184305.975000', '184305.978000', '184305.980000', '184325.869000', '184325.871000', '184325.874000', '184325.877000', '184325.880000', '184325.882000', '184325.885000', '184325.887000', '184325.890000', '184325.892000', '184325.895000', '184325.898000', '184325.900000', '184325.903000', '184325.905000', '184325.908000', '184325.911000', '184325.913000', '184325.916000', '184325.918000', '184325.921000', '184325.932000', '184325.934000', '184325.937000', '184325.939000', '184325.942000', '184325.944000', '184325.947000', '184325.950000', '184325.952000', '184325.955000', '184325.958000', '184325.960000', '184325.963000', '184325.965000', '184325.968000', '184325.970000', '184325.973000', '184325.976000', '184325.978000', '184325.981000', '184325.983000', '184325.986000', '184345.868000', '184345.871000', '184345.874000', '184345.876000', '184345.879000', '184345.881000', '184345.884000', '184345.886000', '184345.889000', '184345.892000', '184345.894000', '184345.897000', '184345.899000', '184345.902000', '184345.904000', '184345.907000', '184345.909000', '184345.912000', '184345.915000', '184345.917000', '184345.920000', '184345.922000', '184345.925000', '184345.928000', '184345.930000', '184345.933000', '184345.936000', '184345.938000', '184345.941000', '184345.944000', '184345.947000', '184345.949000', '184345.952000', '184345.955000', '184345.958000', '184345.960000', '184345.963000', '184345.965000', '184345.968000', '184345.972000', '184345.975000', '184345.977000', '184345.980000', '184405.868000', '184405.871000', '184405.874000', '184405.876000', '184405.879000', '184405.882000', '184405.884000', '184405.887000', '184405.889000', '184405.892000', '184405.894000', '184405.897000', '184405.899000', '184405.902000', '184405.905000', '184405.907000', '184405.910000', '184405.912000', '184405.915000', '184405.918000', '184405.920000', '184405.923000', '184405.925000', '184405.928000', '184405.931000', '184405.933000', '184405.936000', '184405.938000', '184405.941000', '184405.944000', '184405.946000', '184405.949000', '184405.951000', '184405.954000', '184405.957000', '184405.959000', '184405.962000', '184405.964000', '184405.967000', '184405.969000', '184405.972000', '184405.974000', '184405.977000', '184405.980000', '184425.869000', '184425.872000', '184425.875000', '184425.877000', '184425.880000', '184425.883000', '184425.885000', '184425.888000', '184425.890000', '184425.893000', '184425.896000', '184425.898000', '184425.901000', '184425.903000', '184425.906000', '184425.908000', '184425.911000', '184425.914000', '184425.916000', '184425.919000', '184425.921000', '184425.924000', '184425.928000', '184425.931000', '184425.933000', '184425.936000', '184425.938000', '184425.950000', '184425.953000', '184425.955000', '184425.958000', '184425.961000', '184425.963000', '184425.966000', '184425.968000', '184425.971000', '184425.973000', '184425.976000', '184425.979000', '184425.981000', '184425.984000', '184425.986000', '184425.989000', '184445.870000', '184445.872000', '184445.875000', '184445.878000', '184445.880000', '184445.883000', '184445.885000', '184445.888000', '184445.890000', '184445.893000', '184445.895000', '184445.898000', '184445.901000', '184445.903000', '184445.906000', '184445.908000', '184445.911000', '184445.914000', '184445.916000', '184445.919000', '184445.921000', '184445.924000', '184445.926000', '184445.929000', '184445.932000', '184445.934000', '184445.937000', '184445.939000', '184445.942000', '184445.945000', '184445.947000', '184445.950000', '184445.952000', '184445.955000', '184445.958000', '184445.960000', '184445.963000', '184445.965000', '184445.968000', '184445.970000', '184445.973000', '184445.976000', '184445.978000', '184445.981000', '184505.870000', '184505.872000', '184505.875000', '184505.878000', '184505.880000', '184505.883000', '184505.886000', '184505.888000', '184505.891000', '184505.894000', '184505.896000', '184505.899000', '184505.902000', '184505.904000', '184505.907000', '184505.910000', '184505.912000', '184505.915000', '184505.917000', '184505.920000', '184505.922000', '184505.925000', '184505.927000', '184505.930000', '184505.933000', '184505.935000', '184505.938000', '184505.940000', '184505.943000', '184505.945000', '184505.948000', '184505.951000', '184505.953000', '184505.956000', '184505.958000', '184505.968000', '184505.971000', '184505.973000', '184505.976000', '184505.978000', '184505.981000', '184505.984000', '184505.986000', '184525.868000', '184525.872000', '184525.874000', '184525.877000', '184525.879000', '184525.882000', '184525.885000', '184525.887000', '184525.890000', '184525.892000', '184525.895000', '184525.897000', '184525.900000', '184525.902000', '184525.905000', '184525.908000', '184525.910000', '184525.913000', '184525.916000', '184525.918000', '184525.921000', '184525.923000', '184525.926000', '184525.929000', '184525.931000', '184525.934000', '184525.936000', '184525.939000', '184525.942000', '184525.944000', '184525.947000', '184525.949000', '184525.952000', '184525.955000', '184525.957000', '184525.960000', '184525.962000', '184525.965000', '184525.968000', '184525.971000', '184525.973000', '184525.976000', '184525.978000', '184525.981000', '184545.869000', '184545.871000', '184545.874000', '184545.877000', '184545.879000', '184545.882000', '184545.884000', '184545.887000', '184545.895000', '184545.897000', '184545.900000', '184545.902000', '184545.905000', '184545.908000', '184545.910000', '184545.913000', '184545.915000', '184545.918000', '184545.920000', '184545.923000', '184545.925000', '184545.928000', '184545.931000', '184545.933000', '184545.936000', '184545.938000', '184545.941000', '184545.943000', '184545.946000', '184545.949000', '184545.951000', '184545.954000', '184545.956000', '184545.959000', '184545.962000', '184545.965000', '184545.968000', '184545.970000', '184545.973000', '184545.976000', '184545.978000', '184545.981000', '184545.983000', '184605.869000', '184605.871000', '184605.874000', '184605.877000', '184605.879000', '184605.882000', '184605.884000', '184605.887000', '184605.890000', '184605.901000', '184605.904000', '184605.906000', '184605.909000', '184605.912000', '184605.914000', '184605.917000', '184605.919000', '184605.922000', '184605.925000', '184605.927000', '184605.930000', '184605.932000', '184605.935000', '184605.938000', '184605.940000', '184605.943000', '184605.945000', '184605.948000', '184605.950000', '184605.953000', '184605.955000', '184605.958000', '184605.961000', '184605.963000', '184605.966000', '184605.968000', '184605.971000', '184605.974000', '184605.976000', '184605.979000', '184605.981000', '184605.984000', '184605.987000', '184605.989000', '184625.869000', '184625.871000', '184625.874000', '184625.876000', '184625.879000', '184625.882000', '184625.884000', '184625.887000', '184625.889000', '184625.892000', '184625.895000', '184625.897000', '184625.900000', '184625.902000', '184625.905000', '184625.907000', '184625.910000', '184625.912000', '184625.915000', '184625.918000', '184625.920000', '184625.923000', '184625.925000', '184625.928000', '184625.931000', '184625.933000', '184625.936000', '184625.938000', '184625.941000', '184625.944000', '184625.946000', '184625.949000', '184625.952000', '184625.954000', '184625.957000', '184625.960000', '184625.962000', '184625.965000', '184625.968000', '184625.970000', '184625.973000', '184625.975000', '184625.978000', '184645.869000', '184645.872000', '184645.875000', '184645.878000', '184645.880000', '184645.883000', '184645.885000', '184645.888000', '184645.891000', '184645.893000', '184645.896000', '184645.899000', '184645.901000', '184645.904000', '184645.906000', '184645.909000', '184645.912000', '184645.914000', '184645.917000', '184645.919000', '184645.922000', '184645.925000', '184645.927000', '184645.930000', '184645.932000', '184645.935000', '184645.937000', '184645.940000', '184645.943000', '184645.945000', '184645.948000', '184645.950000', '184645.953000', '184645.956000', '184645.958000', '184645.961000', '184645.963000', '184645.966000', '184645.968000', '184645.971000', '184645.974000', '184645.976000', '184645.979000', '184645.981000', '184705.870000', '184705.872000', '184705.875000', '184705.878000', '184705.880000', '184705.883000', '184705.885000', '184705.888000', '184705.891000', '184705.893000', '184705.896000', '184705.899000', '184705.901000', '184705.904000', '184705.906000', '184705.909000', '184705.912000', '184705.914000', '184705.917000', '184705.919000', '184705.922000', '184705.925000', '184705.927000', '184705.930000', '184705.932000', '184705.935000', '184705.938000', '184705.940000', '184705.943000', '184705.946000', '184705.948000', '184705.951000', '184705.953000', '184705.956000', '184705.959000', '184705.961000', '184705.964000', '184705.966000', '184705.969000', '184705.971000', '184705.974000', '184705.977000', '184705.979000', '184725.869000', '184725.872000', '184725.875000', '184725.877000', '184725.880000', '184725.883000', '184725.885000', '184725.888000', '184725.892000', '184725.895000', '184725.897000', '184725.900000', '184725.903000', '184725.905000', '184725.908000', '184725.910000', '184725.913000', '184725.916000', '184725.918000', '184725.922000', '184725.934000', '184725.937000', '184725.939000', '184725.942000', '184725.944000', '184725.947000', '184725.949000', '184725.952000', '184725.955000', '184725.957000', '184725.960000', '184725.962000', '184725.965000', '184725.967000', '184725.970000', '184725.973000', '184725.975000', '184725.978000', '184725.980000', '184725.983000', '184725.985000', '184725.988000', '184725.991000', '184725.993000', '184745.869000', '184745.871000', '184745.874000', '184745.876000', '184745.879000', '184745.882000', '184745.884000', '184745.887000', '184745.889000', '184745.892000', '184745.894000', '184745.897000', '184745.899000', '184745.902000', '184745.905000', '184745.907000', '184745.910000', '184745.913000', '184745.915000', '184745.918000', '184745.920000', '184745.923000', '184745.926000', '184745.928000', '184745.931000', '184745.933000', '184745.936000', '184745.939000', '184745.941000', '184745.944000', '184745.946000', '184745.949000', '184745.951000', '184745.954000', '184745.957000', '184745.959000', '184745.962000', '184745.964000', '184745.967000', '184745.970000', '184745.972000', '184745.975000', '184745.977000', '184805.868000', '184805.871000', '184805.874000', '184805.876000', '184805.879000', '184805.882000', '184805.884000', '184805.887000', '184805.889000', '184805.892000', '184805.895000', '184805.897000', '184805.900000', '184805.902000', '184805.905000', '184805.907000', '184805.910000', '184805.913000', '184805.915000', '184805.918000', '184805.921000', '184805.923000', '184805.926000', '184805.928000', '184805.931000', '184805.933000', '184805.936000', '184805.939000', '184805.941000', '184805.944000', '184805.946000', '184805.949000', '184805.952000', '184805.954000', '184805.957000', '184805.959000', '184805.962000', '184805.965000', '184805.967000', '184805.970000', '184805.972000', '184805.975000', '184805.977000', '184805.980000', '184825.869000', '184825.871000', '184825.874000', '184825.877000', '184825.879000', '184825.882000', '184825.884000', '184825.887000', '184825.889000', '184825.892000', '184825.895000', '184825.897000', '184825.900000', '184825.902000', '184825.905000', '184825.908000', '184825.910000', '184825.913000', '184825.916000', '184825.918000', '184825.921000', '184825.923000', '184825.926000', '184825.928000', '184825.931000', '184825.934000', '184825.936000', '184825.939000', '184825.941000', '184825.944000', '184825.947000', '184825.949000', '184825.952000', '184825.954000', '184825.957000', '184825.960000', '184825.962000', '184825.965000', '184825.967000', '184825.970000', '184825.972000', '184825.975000', '184825.978000', '184845.869000', '184845.871000', '184845.874000', '184845.878000', '184845.881000', '184845.884000', '184845.887000', '184845.889000', '184845.892000', '184845.895000', '184845.897000', '184845.900000', '184845.903000', '184845.905000', '184845.908000', '184845.911000', '184845.925000', '184845.927000', '184845.930000', '184845.933000', '184845.935000', '184845.938000', '184845.940000', '184845.943000', '184845.946000', '184845.948000', '184845.951000', '184845.953000', '184845.956000', '184845.959000', '184845.961000', '184845.964000', '184845.967000', '184845.969000', '184845.972000', '184845.974000', '184845.977000', '184845.980000', '184845.982000', '184845.985000', '184845.987000', '184845.990000', '184845.993000', '184845.995000', '184905.870000', '184905.872000', '184905.875000', '184905.878000', '184905.880000', '184905.883000', '184905.885000', '184905.888000', '184905.891000', '184905.893000', '184905.896000', '184905.898000', '184905.901000', '184905.903000', '184905.906000', '184905.909000', '184905.911000', '184905.914000', '184905.916000', '184905.919000', '184905.921000', '184905.924000', '184905.927000', '184905.929000', '184905.932000', '184905.934000', '184905.937000', '184905.939000', '184905.942000', '184905.945000', '184905.947000', '184905.950000', '184905.953000', '184905.955000', '184905.958000', '184905.960000', '184905.963000', '184905.965000', '184905.968000', '184905.971000', '184905.973000', '184905.976000', '184905.978000', '184925.870000', '184925.872000', '184925.875000', '184925.878000', '184925.880000', '184925.883000', '184925.885000', '184925.888000', '184925.890000', '184925.893000', '184925.895000', '184925.898000', '184925.901000', '184925.903000', '184925.906000', '184925.908000', '184925.911000', '184925.914000', '184925.916000', '184925.919000', '184925.921000', '184925.924000', '184925.926000', '184925.929000', '184925.932000', '184925.934000', '184925.937000', '184925.939000', '184925.942000', '184925.944000', '184925.947000', '184925.950000', '184925.952000', '184925.955000', '184925.957000', '184925.960000', '184925.962000', '184925.965000', '184925.967000', '184925.970000', '184925.973000', '184925.975000', '184925.978000', '184925.980000', '184945.869000', '184945.872000', '184945.875000', '184945.877000', '184945.880000', '184945.883000', '184945.885000', '184945.888000', '184945.890000', '184945.893000', '184945.895000', '184945.898000', '184945.900000', '184945.903000', '184945.906000', '184945.908000', '184945.911000', '184945.913000', '184945.916000', '184945.919000', '184945.921000', '184945.924000', '184945.926000', '184945.929000', '184945.931000', '184945.934000', '184945.936000', '184945.939000', '184945.942000', '184945.944000', '184945.947000', '184945.949000', '184945.952000', '184945.954000', '184945.957000', '184945.960000', '184945.962000', '184945.965000', '184945.967000', '184945.970000', '184945.972000', '184945.975000', '184945.978000', '185005.869000', '185005.871000', '185005.874000', '185005.877000', '185005.879000', '185005.882000', '185005.885000', '185005.887000', '185005.890000', '185005.892000', '185005.895000', '185005.898000', '185005.900000', '185005.929000', '185005.932000', '185005.935000', '185005.937000', '185005.940000', '185005.942000', '185005.945000', '185005.947000', '185005.950000', '185005.953000', '185005.955000', '185005.958000', '185005.960000', '185005.963000', '185005.966000', '185005.968000', '185005.971000', '185005.974000', '185005.976000', '185005.979000', '185005.982000', '185005.984000', '185005.987000', '185005.989000', '185005.992000', '185005.995000', '185005.997000', '185006.001000', '185006.004000', '185006.006000', '185025.869000', '185025.871000', '185025.874000', '185025.876000', '185025.879000', '185025.882000', '185025.884000', '185025.887000', '185025.890000', '185025.892000', '185025.895000', '185025.898000', '185025.900000', '185025.903000', '185025.905000', '185025.908000', '185025.911000', '185025.913000', '185025.916000', '185025.918000', '185025.921000', '185025.923000', '185025.926000', '185025.929000', '185025.931000', '185025.934000', '185025.936000', '185025.939000', '185025.942000', '185025.944000', '185025.947000', '185025.949000', '185025.952000', '185025.955000', '185025.957000', '185025.960000', '185025.962000', '185025.965000', '185025.967000', '185025.970000', '185025.973000', '185025.975000', '185025.978000', '185025.980000', '185045.869000', '185045.872000', '185045.874000', '185045.877000', '185045.879000', '185045.882000', '185045.884000', '185045.887000', '185045.890000', '185045.892000', '185045.895000', '185045.898000', '185045.900000', '185045.903000', '185045.906000', '185045.908000', '185045.911000', '185045.914000', '185045.916000', '185045.919000', '185045.921000', '185045.924000', '185045.927000', '185045.929000', '185045.932000', '185045.935000', '185045.937000', '185045.940000', '185045.942000', '185045.945000', '185045.948000', '185045.950000', '185045.953000', '185045.955000', '185045.958000', '185045.961000', '185045.963000', '185045.966000', '185045.968000', '185045.971000', '185045.974000', '185045.976000', '185045.979000', '185105.869000', '185105.871000', '185105.874000', '185105.877000', '185105.879000', '185105.882000', '185105.884000', '185105.887000', '185105.890000', '185105.892000', '185105.895000', '185105.897000', '185105.900000', '185105.903000', '185105.905000', '185105.908000', '185105.910000', '185105.913000', '185105.915000', '185105.918000', '185105.921000', '185105.923000', '185105.926000', '185105.928000', '185105.931000', '185105.934000', '185105.936000', '185105.939000', '185105.941000', '185105.944000', '185105.947000', '185105.949000', '185105.952000', '185105.954000', '185105.957000', '185105.959000', '185105.962000', '185105.965000', '185105.967000', '185105.970000', '185105.980000', '185105.983000', '185105.985000', '185105.988000', '185117.628000', '185117.632000', '185117.635000', '185117.637000', '185117.640000', '185117.642000', '185117.645000', '185117.648000', '185117.650000', '185117.653000', '185117.656000', '185117.659000', '185117.661000', '185117.664000', '185117.667000', '185117.670000', '185117.672000', '185117.675000', '185117.678000', '185117.680000', '185117.683000', '185117.685000', '185117.688000', '185117.691000', '185117.707000', '185117.709000'], 'InstanceCreationTime': ['184125.903000', '184125.907000', '184125.909000', '184125.912000', '184125.914000', '184125.917000', '184125.919000', '184125.922000', '184125.925000', '184125.927000', '184125.930000', '184125.937000', '184125.940000', '184125.942000', '184125.945000', '184125.947000', '184125.950000', '184125.953000', '184125.955000', '184125.958000', '184125.960000', '184125.963000', '184125.965000', '184125.970000', '184125.973000', '184125.975000', '184125.978000', '184125.980000', '184125.983000', '184125.985000', '184125.988000', '184125.990000', '184125.993000', '184125.995000', '184125.998000', '184145.868000', '184145.871000', '184145.874000', '184145.881000', '184145.884000', '184145.886000', '184145.889000', '184145.891000', '184145.894000', '184145.896000', '184145.899000', '184145.901000', '184145.904000', '184145.907000', '184145.909000', '184145.912000', '184145.914000', '184145.917000', '184145.919000', '184145.922000', '184145.924000', '184145.927000', '184145.930000', '184145.932000', '184145.935000', '184145.937000', '184145.940000', '184145.942000', '184145.945000', '184145.947000', '184145.950000', '184145.952000', '184145.955000', '184145.957000', '184145.960000', '184145.963000', '184145.965000', '184145.968000', '184145.970000', '184145.973000', '184145.975000', '184145.978000', '184145.981000', '184145.983000', '184205.870000', '184205.872000', '184205.875000', '184205.878000', '184205.880000', '184205.883000', '184205.885000', '184205.888000', '184205.890000', '184205.901000', '184205.904000', '184205.906000', '184205.909000', '184205.911000', '184205.914000', '184205.916000', '184205.919000', '184205.922000', '184205.924000', '184205.927000', '184205.929000', '184205.932000', '184205.934000', '184205.937000', '184205.939000', '184205.942000', '184205.945000', '184205.947000', '184205.950000', '184205.952000', '184205.955000', '184205.958000', '184205.960000', '184205.963000', '184205.965000', '184205.968000', '184205.970000', '184205.973000', '184205.976000', '184205.978000', '184205.981000', '184205.983000', '184205.986000', '184225.869000', '184225.872000', '184225.875000', '184225.877000', '184225.880000', '184225.882000', '184225.885000', '184225.887000', '184225.890000', '184225.892000', '184225.895000', '184225.898000', '184225.900000', '184225.903000', '184225.905000', '184225.908000', '184225.910000', '184225.913000', '184225.916000', '184225.918000', '184225.921000', '184225.924000', '184225.927000', '184225.929000', '184225.932000', '184225.934000', '184225.937000', '184225.939000', '184225.942000', '184225.945000', '184225.947000', '184225.950000', '184225.952000', '184225.955000', '184225.957000', '184225.960000', '184225.962000', '184225.965000', '184225.967000', '184225.970000', '184225.973000', '184225.975000', '184225.978000', '184245.869000', '184245.872000', '184245.875000', '184245.877000', '184245.880000', '184245.882000', '184245.885000', '184245.888000', '184245.890000', '184245.893000', '184245.895000', '184245.898000', '184245.901000', '184245.903000', '184245.906000', '184245.908000', '184245.911000', '184245.913000', '184245.916000', '184245.919000', '184245.921000', '184245.924000', '184245.926000', '184245.929000', '184245.931000', '184245.934000', '184245.936000', '184245.939000', '184245.942000', '184245.944000', '184245.947000', '184245.949000', '184245.952000', '184245.954000', '184245.957000', '184245.959000', '184245.962000', '184245.965000', '184245.967000', '184245.970000', '184245.972000', '184245.975000', '184245.977000', '184245.980000', '184305.868000', '184305.872000', '184305.874000', '184305.877000', '184305.879000', '184305.882000', '184305.884000', '184305.887000', '184305.890000', '184305.892000', '184305.895000', '184305.898000', '184305.900000', '184305.903000', '184305.905000', '184305.908000', '184305.911000', '184305.913000', '184305.916000', '184305.918000', '184305.921000', '184305.924000', '184305.926000', '184305.929000', '184305.931000', '184305.934000', '184305.936000', '184305.939000', '184305.942000', '184305.944000', '184305.947000', '184305.949000', '184305.952000', '184305.955000', '184305.957000', '184305.960000', '184305.962000', '184305.965000', '184305.967000', '184305.970000', '184305.973000', '184305.975000', '184305.978000', '184305.980000', '184325.869000', '184325.871000', '184325.874000', '184325.877000', '184325.880000', '184325.882000', '184325.885000', '184325.887000', '184325.890000', '184325.892000', '184325.895000', '184325.898000', '184325.900000', '184325.903000', '184325.905000', '184325.908000', '184325.911000', '184325.913000', '184325.916000', '184325.918000', '184325.921000', '184325.932000', '184325.934000', '184325.937000', '184325.939000', '184325.942000', '184325.944000', '184325.947000', '184325.950000', '184325.952000', '184325.955000', '184325.958000', '184325.960000', '184325.963000', '184325.965000', '184325.968000', '184325.970000', '184325.973000', '184325.976000', '184325.978000', '184325.981000', '184325.983000', '184325.986000', '184345.868000', '184345.871000', '184345.874000', '184345.876000', '184345.879000', '184345.881000', '184345.884000', '184345.886000', '184345.889000', '184345.892000', '184345.894000', '184345.897000', '184345.899000', '184345.902000', '184345.904000', '184345.907000', '184345.909000', '184345.912000', '184345.915000', '184345.917000', '184345.920000', '184345.922000', '184345.925000', '184345.928000', '184345.930000', '184345.933000', '184345.936000', '184345.938000', '184345.941000', '184345.944000', '184345.947000', '184345.949000', '184345.952000', '184345.955000', '184345.958000', '184345.960000', '184345.963000', '184345.965000', '184345.968000', '184345.972000', '184345.975000', '184345.977000', '184345.980000', '184405.868000', '184405.871000', '184405.874000', '184405.876000', '184405.879000', '184405.882000', '184405.884000', '184405.887000', '184405.889000', '184405.892000', '184405.894000', '184405.897000', '184405.899000', '184405.902000', '184405.905000', '184405.907000', '184405.910000', '184405.912000', '184405.915000', '184405.918000', '184405.920000', '184405.923000', '184405.925000', '184405.928000', '184405.931000', '184405.933000', '184405.936000', '184405.938000', '184405.941000', '184405.944000', '184405.946000', '184405.949000', '184405.951000', '184405.954000', '184405.957000', '184405.959000', '184405.962000', '184405.964000', '184405.967000', '184405.969000', '184405.972000', '184405.974000', '184405.977000', '184405.980000', '184425.869000', '184425.872000', '184425.875000', '184425.877000', '184425.880000', '184425.883000', '184425.885000', '184425.888000', '184425.890000', '184425.893000', '184425.896000', '184425.898000', '184425.901000', '184425.903000', '184425.906000', '184425.908000', '184425.911000', '184425.914000', '184425.916000', '184425.919000', '184425.921000', '184425.924000', '184425.928000', '184425.931000', '184425.933000', '184425.936000', '184425.938000', '184425.950000', '184425.953000', '184425.955000', '184425.958000', '184425.961000', '184425.963000', '184425.966000', '184425.968000', '184425.971000', '184425.973000', '184425.976000', '184425.979000', '184425.981000', '184425.984000', '184425.986000', '184425.989000', '184445.870000', '184445.872000', '184445.875000', '184445.878000', '184445.880000', '184445.883000', '184445.885000', '184445.888000', '184445.890000', '184445.893000', '184445.895000', '184445.898000', '184445.901000', '184445.903000', '184445.906000', '184445.908000', '184445.911000', '184445.914000', '184445.916000', '184445.919000', '184445.921000', '184445.924000', '184445.926000', '184445.929000', '184445.932000', '184445.934000', '184445.937000', '184445.939000', '184445.942000', '184445.945000', '184445.947000', '184445.950000', '184445.952000', '184445.955000', '184445.958000', '184445.960000', '184445.963000', '184445.965000', '184445.968000', '184445.970000', '184445.973000', '184445.976000', '184445.978000', '184445.981000', '184505.870000', '184505.872000', '184505.875000', '184505.878000', '184505.880000', '184505.883000', '184505.886000', '184505.888000', '184505.891000', '184505.894000', '184505.896000', '184505.899000', '184505.902000', '184505.904000', '184505.907000', '184505.910000', '184505.912000', '184505.915000', '184505.917000', '184505.920000', '184505.922000', '184505.925000', '184505.927000', '184505.930000', '184505.933000', '184505.935000', '184505.938000', '184505.940000', '184505.943000', '184505.945000', '184505.948000', '184505.951000', '184505.953000', '184505.956000', '184505.958000', '184505.968000', '184505.971000', '184505.973000', '184505.976000', '184505.978000', '184505.981000', '184505.984000', '184505.986000', '184525.868000', '184525.872000', '184525.874000', '184525.877000', '184525.879000', '184525.882000', '184525.885000', '184525.887000', '184525.890000', '184525.892000', '184525.895000', '184525.897000', '184525.900000', '184525.902000', '184525.905000', '184525.908000', '184525.910000', '184525.913000', '184525.916000', '184525.918000', '184525.921000', '184525.923000', '184525.926000', '184525.929000', '184525.931000', '184525.934000', '184525.936000', '184525.939000', '184525.942000', '184525.944000', '184525.947000', '184525.949000', '184525.952000', '184525.955000', '184525.957000', '184525.960000', '184525.962000', '184525.965000', '184525.968000', '184525.971000', '184525.973000', '184525.976000', '184525.978000', '184525.981000', '184545.869000', '184545.871000', '184545.874000', '184545.877000', '184545.879000', '184545.882000', '184545.884000', '184545.887000', '184545.895000', '184545.897000', '184545.900000', '184545.902000', '184545.905000', '184545.908000', '184545.910000', '184545.913000', '184545.915000', '184545.918000', '184545.920000', '184545.923000', '184545.925000', '184545.928000', '184545.931000', '184545.933000', '184545.936000', '184545.938000', '184545.941000', '184545.943000', '184545.946000', '184545.949000', '184545.951000', '184545.954000', '184545.956000', '184545.959000', '184545.962000', '184545.965000', '184545.968000', '184545.970000', '184545.973000', '184545.976000', '184545.978000', '184545.981000', '184545.983000', '184605.869000', '184605.871000', '184605.874000', '184605.877000', '184605.879000', '184605.882000', '184605.884000', '184605.887000', '184605.890000', '184605.901000', '184605.904000', '184605.906000', '184605.909000', '184605.912000', '184605.914000', '184605.917000', '184605.919000', '184605.922000', '184605.925000', '184605.927000', '184605.930000', '184605.932000', '184605.935000', '184605.938000', '184605.940000', '184605.943000', '184605.945000', '184605.948000', '184605.950000', '184605.953000', '184605.955000', '184605.958000', '184605.961000', '184605.963000', '184605.966000', '184605.968000', '184605.971000', '184605.974000', '184605.976000', '184605.979000', '184605.981000', '184605.984000', '184605.987000', '184605.989000', '184625.869000', '184625.871000', '184625.874000', '184625.876000', '184625.879000', '184625.882000', '184625.884000', '184625.887000', '184625.889000', '184625.892000', '184625.895000', '184625.897000', '184625.900000', '184625.902000', '184625.905000', '184625.907000', '184625.910000', '184625.912000', '184625.915000', '184625.918000', '184625.920000', '184625.923000', '184625.925000', '184625.928000', '184625.931000', '184625.933000', '184625.936000', '184625.938000', '184625.941000', '184625.944000', '184625.946000', '184625.949000', '184625.952000', '184625.954000', '184625.957000', '184625.960000', '184625.962000', '184625.965000', '184625.968000', '184625.970000', '184625.973000', '184625.975000', '184625.978000', '184645.869000', '184645.872000', '184645.875000', '184645.878000', '184645.880000', '184645.883000', '184645.885000', '184645.888000', '184645.891000', '184645.893000', '184645.896000', '184645.899000', '184645.901000', '184645.904000', '184645.906000', '184645.909000', '184645.912000', '184645.914000', '184645.917000', '184645.919000', '184645.922000', '184645.925000', '184645.927000', '184645.930000', '184645.932000', '184645.935000', '184645.937000', '184645.940000', '184645.943000', '184645.945000', '184645.948000', '184645.950000', '184645.953000', '184645.956000', '184645.958000', '184645.961000', '184645.963000', '184645.966000', '184645.968000', '184645.971000', '184645.974000', '184645.976000', '184645.979000', '184645.981000', '184705.870000', '184705.872000', '184705.875000', '184705.878000', '184705.880000', '184705.883000', '184705.885000', '184705.888000', '184705.891000', '184705.893000', '184705.896000', '184705.899000', '184705.901000', '184705.904000', '184705.906000', '184705.909000', '184705.912000', '184705.914000', '184705.917000', '184705.919000', '184705.922000', '184705.925000', '184705.927000', '184705.930000', '184705.932000', '184705.935000', '184705.938000', '184705.940000', '184705.943000', '184705.946000', '184705.948000', '184705.951000', '184705.953000', '184705.956000', '184705.959000', '184705.961000', '184705.964000', '184705.966000', '184705.969000', '184705.971000', '184705.974000', '184705.977000', '184705.979000', '184725.869000', '184725.872000', '184725.875000', '184725.877000', '184725.880000', '184725.883000', '184725.885000', '184725.888000', '184725.892000', '184725.895000', '184725.897000', '184725.900000', '184725.903000', '184725.905000', '184725.908000', '184725.910000', '184725.913000', '184725.916000', '184725.918000', '184725.922000', '184725.934000', '184725.937000', '184725.939000', '184725.942000', '184725.944000', '184725.947000', '184725.949000', '184725.952000', '184725.955000', '184725.957000', '184725.960000', '184725.962000', '184725.965000', '184725.967000', '184725.970000', '184725.973000', '184725.975000', '184725.978000', '184725.980000', '184725.983000', '184725.985000', '184725.988000', '184725.991000', '184725.993000', '184745.869000', '184745.871000', '184745.874000', '184745.876000', '184745.879000', '184745.882000', '184745.884000', '184745.887000', '184745.889000', '184745.892000', '184745.894000', '184745.897000', '184745.899000', '184745.902000', '184745.905000', '184745.907000', '184745.910000', '184745.913000', '184745.915000', '184745.918000', '184745.920000', '184745.923000', '184745.926000', '184745.928000', '184745.931000', '184745.933000', '184745.936000', '184745.939000', '184745.941000', '184745.944000', '184745.946000', '184745.949000', '184745.951000', '184745.954000', '184745.957000', '184745.959000', '184745.962000', '184745.964000', '184745.967000', '184745.970000', '184745.972000', '184745.975000', '184745.977000', '184805.868000', '184805.871000', '184805.874000', '184805.876000', '184805.879000', '184805.882000', '184805.884000', '184805.887000', '184805.889000', '184805.892000', '184805.895000', '184805.897000', '184805.900000', '184805.902000', '184805.905000', '184805.907000', '184805.910000', '184805.913000', '184805.915000', '184805.918000', '184805.921000', '184805.923000', '184805.926000', '184805.928000', '184805.931000', '184805.933000', '184805.936000', '184805.939000', '184805.941000', '184805.944000', '184805.946000', '184805.949000', '184805.952000', '184805.954000', '184805.957000', '184805.959000', '184805.962000', '184805.965000', '184805.967000', '184805.970000', '184805.972000', '184805.975000', '184805.977000', '184805.980000', '184825.869000', '184825.871000', '184825.874000', '184825.877000', '184825.879000', '184825.882000', '184825.884000', '184825.887000', '184825.889000', '184825.892000', '184825.895000', '184825.897000', '184825.900000', '184825.902000', '184825.905000', '184825.908000', '184825.910000', '184825.913000', '184825.916000', '184825.918000', '184825.921000', '184825.923000', '184825.926000', '184825.928000', '184825.931000', '184825.934000', '184825.936000', '184825.939000', '184825.941000', '184825.944000', '184825.947000', '184825.949000', '184825.952000', '184825.954000', '184825.957000', '184825.960000', '184825.962000', '184825.965000', '184825.967000', '184825.970000', '184825.972000', '184825.975000', '184825.978000', '184845.869000', '184845.871000', '184845.874000', '184845.878000', '184845.881000', '184845.884000', '184845.887000', '184845.889000', '184845.892000', '184845.895000', '184845.897000', '184845.900000', '184845.903000', '184845.905000', '184845.908000', '184845.911000', '184845.925000', '184845.927000', '184845.930000', '184845.933000', '184845.935000', '184845.938000', '184845.940000', '184845.943000', '184845.946000', '184845.948000', '184845.951000', '184845.953000', '184845.956000', '184845.959000', '184845.961000', '184845.964000', '184845.967000', '184845.969000', '184845.972000', '184845.974000', '184845.977000', '184845.980000', '184845.982000', '184845.985000', '184845.987000', '184845.990000', '184845.993000', '184845.995000', '184905.870000', '184905.872000', '184905.875000', '184905.878000', '184905.880000', '184905.883000', '184905.885000', '184905.888000', '184905.891000', '184905.893000', '184905.896000', '184905.898000', '184905.901000', '184905.903000', '184905.906000', '184905.909000', '184905.911000', '184905.914000', '184905.916000', '184905.919000', '184905.921000', '184905.924000', '184905.927000', '184905.929000', '184905.932000', '184905.934000', '184905.937000', '184905.939000', '184905.942000', '184905.945000', '184905.947000', '184905.950000', '184905.953000', '184905.955000', '184905.958000', '184905.960000', '184905.963000', '184905.965000', '184905.968000', '184905.971000', '184905.973000', '184905.976000', '184905.978000', '184925.870000', '184925.872000', '184925.875000', '184925.878000', '184925.880000', '184925.883000', '184925.885000', '184925.888000', '184925.890000', '184925.893000', '184925.895000', '184925.898000', '184925.901000', '184925.903000', '184925.906000', '184925.908000', '184925.911000', '184925.914000', '184925.916000', '184925.919000', '184925.921000', '184925.924000', '184925.926000', '184925.929000', '184925.932000', '184925.934000', '184925.937000', '184925.939000', '184925.942000', '184925.944000', '184925.947000', '184925.950000', '184925.952000', '184925.955000', '184925.957000', '184925.960000', '184925.962000', '184925.965000', '184925.967000', '184925.970000', '184925.973000', '184925.975000', '184925.978000', '184925.980000', '184945.869000', '184945.872000', '184945.875000', '184945.877000', '184945.880000', '184945.883000', '184945.885000', '184945.888000', '184945.890000', '184945.893000', '184945.895000', '184945.898000', '184945.900000', '184945.903000', '184945.906000', '184945.908000', '184945.911000', '184945.913000', '184945.916000', '184945.919000', '184945.921000', '184945.924000', '184945.926000', '184945.929000', '184945.931000', '184945.934000', '184945.936000', '184945.939000', '184945.942000', '184945.944000', '184945.947000', '184945.949000', '184945.952000', '184945.954000', '184945.957000', '184945.960000', '184945.962000', '184945.965000', '184945.967000', '184945.970000', '184945.972000', '184945.975000', '184945.978000', '185005.869000', '185005.871000', '185005.874000', '185005.877000', '185005.879000', '185005.882000', '185005.885000', '185005.887000', '185005.890000', '185005.892000', '185005.895000', '185005.898000', '185005.900000', '185005.929000', '185005.932000', '185005.935000', '185005.937000', '185005.940000', '185005.942000', '185005.945000', '185005.947000', '185005.950000', '185005.953000', '185005.955000', '185005.958000', '185005.960000', '185005.963000', '185005.966000', '185005.968000', '185005.971000', '185005.974000', '185005.976000', '185005.979000', '185005.982000', '185005.984000', '185005.987000', '185005.989000', '185005.992000', '185005.995000', '185005.997000', '185006.001000', '185006.004000', '185006.006000', '185025.869000', '185025.871000', '185025.874000', '185025.876000', '185025.879000', '185025.882000', '185025.884000', '185025.887000', '185025.890000', '185025.892000', '185025.895000', '185025.898000', '185025.900000', '185025.903000', '185025.905000', '185025.908000', '185025.911000', '185025.913000', '185025.916000', '185025.918000', '185025.921000', '185025.923000', '185025.926000', '185025.929000', '185025.931000', '185025.934000', '185025.936000', '185025.939000', '185025.942000', '185025.944000', '185025.947000', '185025.949000', '185025.952000', '185025.955000', '185025.957000', '185025.960000', '185025.962000', '185025.965000', '185025.967000', '185025.970000', '185025.973000', '185025.975000', '185025.978000', '185025.980000', '185045.869000', '185045.872000', '185045.874000', '185045.877000', '185045.879000', '185045.882000', '185045.884000', '185045.887000', '185045.890000', '185045.892000', '185045.895000', '185045.898000', '185045.900000', '185045.903000', '185045.906000', '185045.908000', '185045.911000', '185045.914000', '185045.916000', '185045.919000', '185045.921000', '185045.924000', '185045.927000', '185045.929000', '185045.932000', '185045.935000', '185045.937000', '185045.940000', '185045.942000', '185045.945000', '185045.948000', '185045.950000', '185045.953000', '185045.955000', '185045.958000', '185045.961000', '185045.963000', '185045.966000', '185045.968000', '185045.971000', '185045.974000', '185045.976000', '185045.979000', '185105.869000', '185105.871000', '185105.874000', '185105.877000', '185105.879000', '185105.882000', '185105.884000', '185105.887000', '185105.890000', '185105.892000', '185105.895000', '185105.897000', '185105.900000', '185105.903000', '185105.905000', '185105.908000', '185105.910000', '185105.913000', '185105.915000', '185105.918000', '185105.921000', '185105.923000', '185105.926000', '185105.928000', '185105.931000', '185105.934000', '185105.936000', '185105.939000', '185105.941000', '185105.944000', '185105.947000', '185105.949000', '185105.952000', '185105.954000', '185105.957000', '185105.959000', '185105.962000', '185105.965000', '185105.967000', '185105.970000', '185105.980000', '185105.983000', '185105.985000', '185105.988000', '185117.628000', '185117.632000', '185117.635000', '185117.637000', '185117.640000', '185117.642000', '185117.645000', '185117.648000', '185117.650000', '185117.653000', '185117.656000', '185117.659000', '185117.661000', '185117.664000', '185117.667000', '185117.670000', '185117.672000', '185117.675000', '185117.678000', '185117.680000', '185117.683000', '185117.685000', '185117.688000', '185117.691000', '185117.707000', '185117.709000'], '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': [15627, 11245, 13850, 10512, 12571, 8953, 11365, 8215, 10820, 11738, 10128, 14006, 10141, 12531, 9876, 12421, 9620, 12199, 8662, 11087, 15939, 10835, 15039, 10614, 14039, 9729, 12571, 17634, 12324, 16129, 11660, 14747, 9516, 13425, 12300, 11869, 18774, 12805, 16160, 11217, 14944, 11201, 14462, 10535, 16240, 10701, 15475, 15180, 13973, 19753, 15443, 18022, 13029, 16522, 10998, 15087, 18749, 13915, 19411, 13090, 16055, 10788, 15454, 11914, 14409, 19812, 13224, 16798, 12051, 15169, 10450, 15549, 10993, 14450, 14838, 12866, 19112, 13199, 17566, 12156, 16023, 10526, 13573, 12827, 12600, 18830, 12161, 15361, 11275, 14251, 10087, 14446, 9286, 14221, 9390, 12174, 14579, 11546, 17740, 11616, 15057, 9995, 14064, 11969, 12533, 18941, 12544, 15317, 10579, 14114, 11220, 13207, 15074, 13645, 15425, 11853, 16786, 11804, 16926, 12665, 17125, 11343, 15872, 10048, 14611, 14516, 13314, 19859, 14350, 16543, 12208, 15361, 10378, 15268, 11527, 14477, 17143, 12504, 17487, 12075, 16240, 10961, 15280, 12812, 12492, 18157, 12523, 16579, 11299, 15539, 10290, 13317, 17829, 12686, 18098, 12743, 13960, 11069, 15975, 10347, 14212, 11391, 18812, 13485, 17271, 12525, 15491, 11000, 14692, 10215, 13679, 15294, 13049, 18068, 11447, 13985, 10462, 13002, 9470, 12915, 8468, 12794, 14296, 11051, 16645, 11591, 16187, 10878, 15325, 9891, 13160, 14242, 13202, 16915, 13291, 17369, 12854, 16834, 11172, 16401, 11942, 15628, 14914, 14654, 17805, 12886, 17404, 12226, 16493, 12513, 16749, 11386, 15589, 10044, 13451, 15370, 12482, 18529, 13271, 16106, 11035, 13970, 9682, 13494, 13125, 12614, 18540, 12035, 15096, 10489, 14425, 9818, 13979, 15535, 11988, 16717, 11269, 15351, 10444, 15316, 10037, 13961, 14662, 12464, 17752, 13490, 17782, 12735, 16005, 11358, 15649, 10402, 15603, 13297, 15350, 16346, 13467, 18098, 12472, 16600, 12271, 16446, 10854, 14287, 11210, 12482, 17833, 13140, 17264, 11982, 15069, 10371, 14468, 10187, 13747, 16786, 12844, 16817, 11655, 15701, 10853, 16492, 10870, 15882, 10459, 14231, 18556, 13672, 17842, 13092, 15337, 10359, 14317, 9402, 12831, 17234, 13342, 16643, 11612, 14454, 9914, 13937, 9947, 13058, 14859, 11863, 16284, 11405, 15307, 10735, 14950, 9953, 13854, 17918, 12377, 15954, 11673, 15400, 10299, 14805, 9812, 13846, 14018, 13920, 17200, 13676, 17395, 12363, 15470, 10896, 15592, 10742, 14829, 11319, 13061, 18111, 12954, 16737, 12718, 15738, 10623, 14179, 9201, 12699, 14594, 12800, 17494, 12108, 14660, 10700, 14151, 9807, 14958, 10114, 14049, 17747, 13083, 16403, 11966, 16279, 10583, 15236, 10474, 13975, 17050, 13639, 18984, 13679, 15789, 11586, 14348, 9721, 13566, 10860, 13812, 12778, 12389, 16987, 11933, 15309, 11392, 15078, 9656, 14399, 9438, 13289, 14225, 12934, 17925, 12959, 15849, 11626, 15949, 10570, 15210, 12112, 13347, 17807, 12479, 16501, 12898, 16912, 12030, 14996, 10580, 14156, 9862, 13318, 14819, 13172, 17953, 11569, 14950, 10749, 14336, 9904, 14518, 9607, 13467, 16845, 11711, 15915, 11627, 15383, 9847, 14388, 9576, 12597, 18324, 13617, 16907, 12321, 14922, 9980, 14044, 10900, 13339, 18885, 12918, 15606, 11504, 14622, 10908, 17116, 12805, 13679, 11638, 19026, 12214, 14983, 18338, 12238, 16059, 11681, 15671, 10871, 16532, 10885, 16378, 11782, 15558, 16612, 14398, 19240, 13848, 17363, 13203, 17047, 12188, 15850, 10579, 14430, 10868, 13169, 14601, 12589, 15603, 11421, 15635, 11018, 13734, 10825, 12839, 9249, 12769, 9746, 11043, 10169, 13770, 8409, 13477, 10674, 10076, 11019, 8665, 12946, 9644, 12963, 16679, 12039, 15380, 11716, 15440, 9558, 13516, 9821, 12105, 14217, 12379, 16884, 11307, 14612, 10292, 13851, 8884, 13761, 9068, 14793, 8966, 14191, 10780, 12677, 16937, 13077, 16523, 13153, 16840, 11919, 16236, 10969, 15521, 14936, 13934, 18868, 14267, 17359, 13095, 16233, 10158, 14345, 10344, 12704, 17687, 13822, 17294, 12184, 15240, 9893, 14497, 10107, 14018, 14155, 12428, 18022, 11985, 16102, 12002, 16485, 10952, 15888, 9854, 14576, 13441, 12890, 18970, 14402, 17283, 12756, 15318, 11193, 14766, 10156, 14363, 11464, 13579, 15087, 12190, 16996, 12359, 16121, 11727, 15051, 10161, 14210, 9194, 13395, 12597, 12847, 18175, 12710, 15560, 11064, 15035, 10950, 14095, 11791, 13048, 18173, 12571, 16072, 12464, 16255, 11339, 15310, 9919, 14883, 11733, 13663, 18254, 13660, 17218, 12321, 15081, 9969, 14876, 11403, 14590, 12270, 13094, 18145, 12286, 15958, 11440, 14734, 8898, 12815, 14598, 11568, 16936, 12199, 15610, 9974, 13841, 11419, 12057, 17237, 13053, 16430, 11773, 15269, 9326, 13512, 13712, 13052, 19156, 14123, 16195, 11726, 15099, 9955, 14896, 12686, 14613, 17045, 13419, 17479, 12182, 15580, 10827, 14684, 15782, 12617, 16909, 11829, 14825, 10526, 15249, 10088, 14181, 14354, 12634, 17924, 13234, 16925, 11121, 15316, 11380, 12853, 17874, 13311, 16376, 11274, 14801, 10242, 12924, 16858, 13321, 17714, 12647, 15210, 10391, 13908, 10998, 12491, 16512, 13047, 16973, 11817, 14927, 11070, 14749, 10387, 15178, 10127, 14997, 10272, 13640, 18082, 13726, 17417, 12703, 14702, 9817, 13106, 10775, 11989, 17304, 12899, 15668, 11312, 13683, 9932, 13640, 9436, 14171, 8256, 13633, 9667, 14118, 9243, 15144, 11022, 17299, 13768, 17448, 13744, 16794, 11460, 15573, 11903, 14133, 16878, 13726, 17635, 12023, 14417, 10596, 13354, 9520, 13295, 9085, 12162, 15277, 11660, 15945, 12456, 15715, 10928, 15013, 9601, 14980, 19191, 13030, 15492, 12321, 15879, 10871, 14290, 9977, 14457, 13250, 13646, 18181, 13920, 15978, 11484, 15013, 10610, 15356, 10837, 14918, 11800, 13775, 18435, 13362, 16619, 12951, 15582, 10356, 14263, 9608, 13169, 13974, 12385, 17928, 12414, 14800, 10833, 13597, 9508, 13271, 13001, 11954, 16362, 11156, 14048, 9548, 12993, 9640, 12422, 14303, 11373, 15843, 11535, 15894, 11693, 15097, 9875, 14374, 9789, 13500, 14486, 13420, 17827, 13335, 16606, 12607, 16360, 12414, 16615, 10863, 15265, 11210, 13538, 18214, 13833, 16906, 12161, 14578, 11105, 13714, 9700, 14242, 11811, 12590, 16116, 12219, 16307, 12479, 16385, 11773, 14775, 10215, 13561, 12112, 12009, 18007, 12608, 16413, 12791, 16044, 10985, 14209, 9423, 13259, 9872, 12249, 14625, 13227, 15207, 11953, 16254, 10999, 14655, 10701, 14324, 9931, 14169, 9928, 12424, 17321, 12036, 16198, 12158, 15723, 10008, 13987, 12682, 11907, 17607, 13513, 17090, 12464, 14386, 11232, 14295, 10358, 15046, 10795, 15728, 11100, 13463, 17752, 12294, 16229, 12004, 15784, 10670, 14600, 13740, 11981, 16993, 11265, 14844, 9738, 12916, 10569, 10379, 14720, 9941, 14377, 10329, 13573, 8450, 11507, 13458, 11093, 15769, 11392, 14896, 9816, 13628, 10974, 12332, 17240, 13505, 17448, 12720, 15346, 11392, 14903, 10587, 15089, 11400, 14471, 14669, 12628, 17579, 12867, 16589, 11948, 14694, 9848, 13020, 13775, 12083, 17512, 13012, 14994, 10074, 13312, 10773, 10996, 17136, 12901, 15084, 10817, 13130, 8947, 12370, 9302, 13851, 9633, 13816, 16818, 12825, 17190, 12216, 16224, 11491, 15633, 14950, 13350, 17911, 13280, 16626, 12619, 16077, 10110, 13639, 11911, 11830, 17157, 12705, 15716, 11200, 13894, 9249, 12740, 9567, 12335, 17261, 12509, 15813, 10523, 14434, 12580, 11362, 17647, 12517, 14780, 9320, 14776, 11483, 14363, 11006, 12883, 12064, 11267, 14737, 13437, 14527, 18635, 14256, 17339, 13482, 18219, 12473, 15717, 18638, 12742, 16162, 12391, 15245, 9940, 13551, 8847, 11779, 13635, 11545, 16693, 11820, 14529, 9691, 14191, 10225, 13954, 13105, 13939, 17786, 12706, 16018, 11011, 14822, 10969, 13900, 11170, 12583, 17577, 12023, 15702, 11593, 15031, 9867, 13549, 13349, 11819, 17141, 12234, 15517, 10881, 14252, 9484, 12731, 15134, 11309, 16673, 11782, 14743, 9740, 12971, 10882, 12061, 18061, 13151, 15178, 11524, 13473, 9608, 13743, 10020, 13844, 10245, 13325, 17545, 12566, 15302, 11604, 14819, 10298, 14048, 9216, 12589, 15587, 11577, 15995, 12281, 15923, 10358, 14457, 9404, 12675, 17075, 12577, 16064, 11034, 14496, 9385, 12694, 16803, 12776, 16913, 12584, 14952, 10057, 14402, 11570, 13950, 17644, 13871, 17081, 12626, 15944, 11699, 15599, 10980, 17139, 10995, 16125, 10363, 14844, 16475, 13252, 19085, 13842, 15519, 11480, 14237, 12110, 12148, 18196, 12432, 14712, 9897, 12968, 9247, 11206, 16679, 11817, 14752, 10266, 13791, 9669, 12798, 13506, 12502, 16933, 11726, 14904, 10514, 13787, 13711, 12964, 17281, 12126, 14839, 10235, 13874, 11492, 13716, 17931, 12263, 15384, 11206, 14748, 10831, 15292, 9824, 13272, 13889, 11289, 17147, 12677, 15639, 10374, 14325, 9639, 12957, 18126, 13447, 16609, 11706, 14310, 9818, 12971, 14545, 12568, 17862, 12555, 15082, 10329, 13820, 11317, 13876, 11491, 9556, 12923, 18366, 12580, 15352, 13508, 13572, 17958, 12363, 15809, 11550, 15808, 11136, 16136, 10524, 15405, 12594, 14451, 15146, 13403, 17248, 12437, 17213, 11760, 15398, 10592, 14394, 9765, 13909, 9444, 13694, 8605, 11701, 11323, 13338, 8889, 13689, 10217, 14708, 11332, 16392, 11152, 14712, 10660, 13816, 9811, 12519, 9020, 12305, 9966, 11275, 14820, 10378, 13141, 9941, 12178, 8878, 11611, 8157, 11078, 9734, 10322, 14075, 10581, 12722, 9447, 12079, 9211, 12775, 10529, 13710, 13454, 12524, 16545, 12089, 15764, 12054, 16520, 11507, 16131, 10873, 15831, 11037, 16868, 12819, 17406, 11953, 17276, 18052, 14506, 19284, 15047, 17812, 13087, 16402, 11032, 15402, 14093, 12615, 18518, 13273, 15941, 10511, 12991, 11956, 12029, 17783], 'WindowCenter': [4330.0, 4294.0, 4302.0, 4270.0, 4290.0, 4260.0, 4280.0, 4251.0, 4293.0, 4293.0, 4285.0, 4315.0, 4284.0, 4320.0, 4299.0, 4318.0, 4299.0, 4322.0, 4290.0, 4322.0, 4341.0, 4321.0, 4340.0, 4322.0, 4343.0, 4299.0, 4331.0, 4349.0, 4320.0, 4341.0, 4320.0, 4342.0, 4299.0, 4331.0, 4318.0, 4331.0, 4365.0, 4318.0, 4363.0, 4346.0, 4367.0, 4334.0, 4356.0, 4325.0, 4368.0, 4338.0, 4383.0, 4356.0, 4343.0, 4362.0, 4355.0, 4367.0, 4346.0, 4357.0, 4311.0, 4342.0, 4350.0, 4332.0, 4351.0, 4330.0, 4339.0, 4296.0, 4328.0, 4304.0, 4317.0, 4349.0, 4318.0, 4341.0, 4308.0, 4327.0, 4284.0, 4327.0, 4294.0, 4328.0, 4326.0, 4304.0, 4334.0, 4304.0, 4325.0, 4304.0, 4314.0, 4282.0, 4303.0, 4292.0, 4293.0, 4324.0, 4292.0, 4313.0, 4292.0, 4312.0, 4283.0, 4314.0, 4273.0, 4314.0, 4274.0, 4317.0, 4325.0, 4308.0, 4339.0, 4318.0, 4339.0, 4297.0, 4329.0, 4317.0, 4321.0, 4351.0, 4331.0, 4339.0, 4307.0, 4330.0, 4305.0, 4318.0, 4339.0, 4330.0, 4339.0, 4318.0, 4350.0, 4317.0, 4350.0, 4330.0, 4351.0, 4322.0, 4351.0, 4299.0, 4342.0, 4339.0, 4330.0, 4352.0, 4330.0, 4341.0, 4319.0, 4328.0, 4296.0, 4339.0, 4308.0, 4330.0, 4347.0, 4319.0, 4339.0, 4316.0, 4340.0, 4307.0, 4340.0, 4317.0, 4317.0, 4336.0, 4305.0, 4338.0, 4306.0, 4327.0, 4294.0, 4315.0, 4335.0, 4304.0, 4339.0, 4318.0, 4329.0, 4308.0, 4327.0, 4296.0, 4327.0, 4307.0, 4350.0, 4316.0, 4338.0, 4306.0, 4327.0, 4294.0, 4317.0, 4282.0, 4304.0, 4314.0, 4306.0, 4326.0, 4293.0, 4314.0, 4293.0, 4303.0, 4285.0, 4318.0, 4275.0, 4330.0, 4327.0, 4308.0, 4337.0, 4319.0, 4340.0, 4309.0, 4340.0, 4295.0, 4318.0, 4328.0, 4331.0, 4350.0, 4331.0, 4351.0, 4330.0, 4341.0, 4308.0, 4339.0, 4306.0, 4330.0, 4326.0, 4328.0, 4337.0, 4307.0, 4327.0, 4305.0, 4324.0, 4305.0, 4326.0, 4305.0, 4326.0, 4285.0, 4315.0, 4325.0, 4305.0, 4336.0, 4315.0, 4326.0, 4295.0, 4316.0, 4284.0, 4317.0, 4304.0, 4306.0, 4337.0, 4317.0, 4328.0, 4296.0, 4315.0, 4284.0, 4328.0, 4326.0, 4308.0, 4337.0, 4306.0, 4328.0, 4296.0, 4328.0, 4296.0, 4327.0, 4326.0, 4316.0, 4337.0, 4328.0, 4350.0, 4329.0, 4338.0, 4307.0, 4328.0, 4296.0, 4328.0, 4315.0, 4328.0, 4336.0, 4316.0, 4336.0, 4305.0, 4324.0, 4305.0, 4329.0, 4294.0, 4318.0, 4294.0, 4306.0, 4335.0, 4316.0, 4336.0, 4307.0, 4328.0, 4298.0, 4328.0, 4295.0, 4318.0, 4338.0, 4319.0, 4337.0, 4306.0, 4325.0, 4297.0, 4340.0, 4297.0, 4337.0, 4295.0, 4316.0, 4337.0, 4327.0, 4338.0, 4305.0, 4326.0, 4295.0, 4315.0, 4274.0, 4304.0, 4324.0, 4303.0, 4324.0, 4293.0, 4315.0, 4273.0, 4313.0, 4282.0, 4305.0, 4326.0, 4306.0, 4326.0, 4305.0, 4326.0, 4297.0, 4327.0, 4285.0, 4317.0, 4336.0, 4307.0, 4326.0, 4294.0, 4327.0, 4295.0, 4326.0, 4282.0, 4316.0, 4315.0, 4328.0, 4338.0, 4317.0, 4337.0, 4316.0, 4326.0, 4294.0, 4326.0, 4295.0, 4327.0, 4295.0, 4316.0, 4338.0, 4304.0, 4324.0, 4304.0, 4313.0, 4284.0, 4316.0, 4273.0, 4305.0, 4314.0, 4316.0, 4337.0, 4306.0, 4326.0, 4296.0, 4328.0, 4297.0, 4342.0, 4298.0, 4330.0, 4340.0, 4318.0, 4327.0, 4306.0, 4338.0, 4296.0, 4326.0, 4295.0, 4317.0, 4326.0, 4316.0, 4339.0, 4315.0, 4326.0, 4295.0, 4314.0, 4272.0, 4304.0, 4283.0, 4304.0, 4303.0, 4304.0, 4325.0, 4303.0, 4314.0, 4294.0, 4315.0, 4286.0, 4327.0, 4287.0, 4317.0, 4327.0, 4330.0, 4350.0, 4330.0, 4340.0, 4308.0, 4339.0, 4295.0, 4328.0, 4305.0, 4316.0, 4334.0, 4305.0, 4326.0, 4305.0, 4326.0, 4304.0, 4314.0, 4293.0, 4315.0, 4271.0, 4304.0, 4313.0, 4303.0, 4336.0, 4304.0, 4313.0, 4293.0, 4314.0, 4272.0, 4315.0, 4283.0, 4314.0, 4326.0, 4295.0, 4324.0, 4305.0, 4328.0, 4285.0, 4326.0, 4285.0, 4317.0, 4336.0, 4327.0, 4337.0, 4316.0, 4327.0, 4285.0, 4314.0, 4295.0, 4315.0, 4338.0, 4318.0, 4326.0, 4294.0, 4317.0, 4283.0, 4325.0, 4303.0, 4328.0, 4309.0, 4365.0, 4306.0, 4329.0, 4348.0, 4318.0, 4327.0, 4306.0, 4326.0, 4295.0, 4327.0, 4295.0, 4325.0, 4291.0, 4301.0, 4297.0, 4288.0, 4311.0, 4276.0, 4297.0, 4264.0, 4285.0, 4264.0, 4271.0, 4228.0, 4259.0, 4226.0, 4248.0, 4258.0, 4248.0, 4269.0, 4249.0, 4269.0, 4255.0, 4272.0, 4252.0, 4273.0, 4244.0, 4275.0, 4255.0, 4279.0, 4257.0, 4288.0, 4251.0, 4301.0, 4282.0, 4285.0, 4295.0, 4277.0, 4318.0, 4287.0, 4319.0, 4327.0, 4305.0, 4315.0, 4295.0, 4327.0, 4274.0, 4316.0, 4283.0, 4304.0, 4314.0, 4305.0, 4336.0, 4306.0, 4327.0, 4297.0, 4317.0, 4275.0, 4329.0, 4289.0, 4342.0, 4302.0, 4343.0, 4309.0, 4330.0, 4341.0, 4332.0, 4352.0, 4332.0, 4351.0, 4322.0, 4341.0, 4297.0, 4330.0, 4327.0, 4317.0, 4340.0, 4316.0, 4326.0, 4319.0, 4328.0, 4285.0, 4316.0, 4296.0, 4316.0, 4339.0, 4328.0, 4339.0, 4317.0, 4327.0, 4299.0, 4329.0, 4296.0, 4328.0, 4328.0, 4318.0, 4337.0, 4307.0, 4327.0, 4307.0, 4341.0, 4298.0, 4340.0, 4296.0, 4328.0, 4317.0, 4317.0, 4338.0, 4317.0, 4339.0, 4316.0, 4315.0, 4294.0, 4315.0, 4283.0, 4316.0, 4294.0, 4315.0, 4314.0, 4304.0, 4324.0, 4304.0, 4325.0, 4306.0, 4325.0, 4296.0, 4328.0, 4286.0, 4316.0, 4317.0, 4318.0, 4338.0, 4318.0, 4326.0, 4308.0, 4328.0, 4296.0, 4329.0, 4306.0, 4317.0, 4339.0, 4306.0, 4326.0, 4306.0, 4327.0, 4307.0, 4328.0, 4296.0, 4327.0, 4306.0, 4317.0, 4338.0, 4317.0, 4338.0, 4317.0, 4326.0, 4285.0, 4326.0, 4295.0, 4327.0, 4306.0, 4316.0, 4338.0, 4306.0, 4327.0, 4295.0, 4316.0, 4275.0, 4316.0, 4326.0, 4308.0, 4337.0, 4318.0, 4328.0, 4296.0, 4329.0, 4306.0, 4318.0, 4337.0, 4329.0, 4337.0, 4308.0, 4340.0, 4287.0, 4318.0, 4316.0, 4317.0, 4348.0, 4329.0, 4338.0, 4308.0, 4328.0, 4294.0, 4328.0, 4316.0, 4328.0, 4338.0, 4317.0, 4337.0, 4305.0, 4326.0, 4292.0, 4316.0, 4326.0, 4305.0, 4325.0, 4303.0, 4326.0, 4295.0, 4340.0, 4296.0, 4328.0, 4327.0, 4317.0, 4338.0, 4317.0, 4340.0, 4306.0, 4328.0, 4294.0, 4305.0, 4326.0, 4304.0, 4327.0, 4295.0, 4316.0, 4284.0, 4305.0, 4324.0, 4315.0, 4325.0, 4304.0, 4325.0, 4283.0, 4315.0, 4281.0, 4302.0, 4323.0, 4302.0, 4325.0, 4304.0, 4326.0, 4293.0, 4314.0, 4283.0, 4326.0, 4285.0, 4326.0, 4285.0, 4316.0, 4325.0, 4315.0, 4327.0, 4303.0, 4317.0, 4283.0, 4303.0, 4281.0, 4294.0, 4323.0, 4303.0, 4324.0, 4294.0, 4314.0, 4283.0, 4304.0, 4272.0, 4317.0, 4265.0, 4329.0, 4298.0, 4329.0, 4287.0, 4326.0, 4308.0, 4340.0, 4330.0, 4354.0, 4332.0, 4338.0, 4296.0, 4328.0, 4293.0, 4305.0, 4313.0, 4303.0, 4325.0, 4293.0, 4302.0, 4271.0, 4305.0, 4272.0, 4304.0, 4271.0, 4305.0, 4324.0, 4307.0, 4327.0, 4318.0, 4338.0, 4308.0, 4329.0, 4287.0, 4355.0, 4351.0, 4318.0, 4327.0, 4317.0, 4328.0, 4308.0, 4329.0, 4297.0, 4328.0, 4315.0, 4317.0, 4337.0, 4316.0, 4328.0, 4306.0, 4326.0, 4284.0, 4327.0, 4294.0, 4327.0, 4306.0, 4315.0, 4326.0, 4304.0, 4324.0, 4303.0, 4313.0, 4283.0, 4302.0, 4271.0, 4303.0, 4302.0, 4293.0, 4325.0, 4293.0, 4315.0, 4294.0, 4302.0, 4272.0, 4317.0, 4304.0, 4291.0, 4324.0, 4293.0, 4314.0, 4283.0, 4314.0, 4273.0, 4304.0, 4314.0, 4305.0, 4326.0, 4306.0, 4325.0, 4308.0, 4328.0, 4299.0, 4330.0, 4296.0, 4318.0, 4328.0, 4319.0, 4337.0, 4317.0, 4326.0, 4306.0, 4328.0, 4307.0, 4340.0, 4296.0, 4329.0, 4295.0, 4316.0, 4326.0, 4315.0, 4327.0, 4304.0, 4313.0, 4306.0, 4315.0, 4284.0, 4315.0, 4305.0, 4304.0, 4326.0, 4304.0, 4324.0, 4303.0, 4324.0, 4305.0, 4326.0, 4284.0, 4315.0, 4293.0, 4294.0, 4326.0, 4305.0, 4326.0, 4304.0, 4313.0, 4283.0, 4304.0, 4273.0, 4304.0, 4281.0, 4292.0, 4311.0, 4317.0, 4313.0, 4294.0, 4325.0, 4294.0, 4314.0, 4283.0, 4314.0, 4284.0, 4317.0, 4299.0, 4317.0, 4337.0, 4306.0, 4337.0, 4306.0, 4325.0, 4285.0, 4317.0, 4306.0, 4304.0, 4327.0, 4315.0, 4325.0, 4306.0, 4327.0, 4306.0, 4326.0, 4311.0, 4329.0, 4307.0, 4328.0, 4297.0, 4318.0, 4339.0, 4305.0, 4314.0, 4292.0, 4314.0, 4270.0, 4304.0, 4303.0, 4281.0, 4312.0, 4280.0, 4301.0, 4260.0, 4293.0, 4281.0, 4281.0, 4314.0, 4282.0, 4313.0, 4284.0, 4318.0, 4266.0, 4308.0, 4317.0, 4307.0, 4328.0, 4306.0, 4327.0, 4297.0, 4318.0, 4296.0, 4306.0, 4337.0, 4318.0, 4339.0, 4318.0, 4328.0, 4307.0, 4327.0, 4284.0, 4316.0, 4296.0, 4317.0, 4315.0, 4304.0, 4325.0, 4304.0, 4326.0, 4293.0, 4331.0, 4286.0, 4316.0, 4314.0, 4304.0, 4326.0, 4305.0, 4315.0, 4286.0, 4315.0, 4294.0, 4294.0, 4326.0, 4317.0, 4325.0, 4307.0, 4316.0, 4275.0, 4317.0, 4286.0, 4330.0, 4299.0, 4332.0, 4350.0, 4320.0, 4340.0, 4308.0, 4329.0, 4296.0, 4328.0, 4328.0, 4306.0, 4326.0, 4303.0, 4313.0, 4293.0, 4314.0, 4271.0, 4302.0, 4291.0, 4293.0, 4323.0, 4304.0, 4313.0, 4294.0, 4303.0, 4272.0, 4316.0, 4273.0, 4306.0, 4339.0, 4306.0, 4326.0, 4296.0, 4317.0, 4303.0, 4293.0, 4326.0, 4305.0, 4325.0, 4289.0, 4326.0, 4320.0, 4328.0, 4323.0, 4330.0, 4322.0, 4323.0, 4355.0, 4333.0, 4343.0, 4341.0, 4316.0, 4327.0, 4305.0, 4327.0, 4305.0, 4328.0, 4327.0, 4293.0, 4313.0, 4292.0, 4315.0, 4284.0, 4305.0, 4274.0, 4294.0, 4315.0, 4307.0, 4338.0, 4306.0, 4328.0, 4299.0, 4327.0, 4285.0, 4317.0, 4317.0, 4328.0, 4339.0, 4306.0, 4327.0, 4295.0, 4315.0, 4284.0, 4306.0, 4296.0, 4306.0, 4328.0, 4295.0, 4314.0, 4293.0, 4316.0, 4272.0, 4305.0, 4303.0, 4294.0, 4324.0, 4295.0, 4313.0, 4283.0, 4315.0, 4272.0, 4305.0, 4313.0, 4284.0, 4325.0, 4295.0, 4315.0, 4272.0, 4317.0, 4294.0, 4294.0, 4325.0, 4303.0, 4314.0, 4295.0, 4307.0, 4285.0, 4314.0, 4283.0, 4316.0, 4284.0, 4316.0, 4326.0, 4305.0, 4326.0, 4293.0, 4316.0, 4283.0, 4316.0, 4274.0, 4306.0, 4327.0, 4296.0, 4325.0, 4306.0, 4327.0, 4299.0, 4329.0, 4286.0, 4319.0, 4328.0, 4318.0, 4328.0, 4298.0, 4329.0, 4287.0, 4320.0, 4338.0, 4318.0, 4352.0, 4318.0, 4341.0, 4296.0, 4328.0, 4306.0, 4318.0, 4339.0, 4318.0, 4338.0, 4318.0, 4327.0, 4307.0, 4328.0, 4297.0, 4339.0, 4307.0, 4340.0, 4298.0, 4329.0, 4326.0, 4306.0, 4339.0, 4315.0, 4316.0, 4294.0, 4315.0, 4292.0, 4294.0, 4324.0, 4292.0, 4312.0, 4284.0, 4304.0, 4272.0, 4308.0, 4325.0, 4307.0, 4327.0, 4296.0, 4315.0, 4285.0, 4320.0, 4318.0, 4318.0, 4340.0, 4308.0, 4327.0, 4295.0, 4317.0, 4315.0, 4317.0, 4336.0, 4305.0, 4317.0, 4296.0, 4317.0, 4307.0, 4318.0, 4326.0, 4307.0, 4327.0, 4294.0, 4314.0, 4293.0, 4327.0, 4284.0, 4317.0, 4315.0, 4294.0, 4326.0, 4304.0, 4328.0, 4285.0, 4327.0, 4285.0, 4317.0, 4337.0, 4315.0, 4325.0, 4305.0, 4316.0, 4284.0, 4316.0, 4313.0, 4304.0, 4326.0, 4305.0, 4328.0, 4299.0, 4304.0, 4282.0, 4305.0, 4307.0, 4302.0, 4346.0, 4352.0, 4320.0, 4339.0, 4305.0, 4306.0, 4340.0, 4319.0, 4330.0, 4309.0, 4317.0, 4296.0, 4314.0, 4269.0, 4301.0, 4278.0, 4289.0, 4286.0, 4276.0, 4296.0, 4265.0, 4287.0, 4252.0, 4273.0, 4241.0, 4262.0, 4241.0, 4262.0, 4231.0, 4273.0, 4234.0, 4278.0, 4267.0, 4289.0, 4248.0, 4287.0, 4258.0, 4302.0, 4282.0, 4313.0, 4282.0, 4300.0, 4268.0, 4288.0, 4259.0, 4280.0, 4250.0, 4281.0, 4259.0, 4280.0, 4302.0, 4272.0, 4292.0, 4272.0, 4291.0, 4274.0, 4296.0, 4267.0, 4297.0, 4288.0, 4300.0, 4329.0, 4299.0, 4319.0, 4301.0, 4320.0, 4291.0, 4321.0, 4310.0, 4333.0, 4330.0, 4322.0, 4352.0, 4332.0, 4340.0, 4320.0, 4342.0, 4322.0, 4343.0, 4310.0, 4342.0, 4310.0, 4354.0, 4331.0, 4355.0, 4322.0, 4355.0, 4351.0, 4331.0, 4339.0, 4330.0, 4329.0, 4307.0, 4317.0, 4282.0, 4316.0, 4303.0, 4294.0, 4325.0, 4294.0, 4315.0, 4273.0, 4292.0, 4292.0, 4293.0, 4313.0], 'WindowWidth': [9557.0, 9493.0, 9499.0, 9453.0, 9480.0, 9438.0, 9465.0, 9427.0, 9488.0, 9487.0, 9478.0, 9519.0, 9477.0, 9534.0, 9504.0, 9528.0, 9507.0, 9541.0, 9498.0, 9543.0, 9567.0, 9540.0, 9566.0, 9544.0, 9574.0, 9509.0, 9557.0, 9578.0, 9537.0, 9567.0, 9539.0, 9571.0, 9508.0, 9555.0, 9534.0, 9555.0, 9608.0, 9529.0, 9604.0, 9586.0, 9617.0, 9565.0, 9597.0, 9553.0, 9619.0, 9579.0, 9648.0, 9597.0, 9575.0, 9602.0, 9593.0, 9616.0, 9583.0, 9601.0, 9525.0, 9570.0, 9581.0, 9556.0, 9587.0, 9552.0, 9564.0, 9497.0, 9546.0, 9507.0, 9528.0, 9580.0, 9529.0, 9571.0, 9515.0, 9545.0, 9478.0, 9542.0, 9491.0, 9545.0, 9539.0, 9506.0, 9550.0, 9505.0, 9538.0, 9503.0, 9521.0, 9470.0, 9503.0, 9485.0, 9486.0, 9536.0, 9485.0, 9517.0, 9486.0, 9513.0, 9473.0, 9519.0, 9463.0, 9522.0, 9467.0, 9529.0, 9538.0, 9518.0, 9564.0, 9534.0, 9563.0, 9504.0, 9549.0, 9530.0, 9539.0, 9583.0, 9554.0, 9565.0, 9515.0, 9552.0, 9510.0, 9531.0, 9563.0, 9553.0, 9563.0, 9534.0, 9581.0, 9531.0, 9578.0, 9552.0, 9582.0, 9544.0, 9585.0, 9509.0, 9573.0, 9563.0, 9551.0, 9588.0, 9551.0, 9570.0, 9534.0, 9548.0, 9500.0, 9564.0, 9517.0, 9551.0, 9574.0, 9533.0, 9563.0, 9527.0, 9567.0, 9514.0, 9566.0, 9529.0, 9527.0, 9557.0, 9509.0, 9563.0, 9511.0, 9545.0, 9494.0, 9522.0, 9551.0, 9504.0, 9564.0, 9533.0, 9549.0, 9517.0, 9545.0, 9500.0, 9544.0, 9514.0, 9580.0, 9527.0, 9561.0, 9513.0, 9542.0, 9493.0, 9528.0, 9473.0, 9507.0, 9521.0, 9509.0, 9541.0, 9489.0, 9518.0, 9489.0, 9505.0, 9481.0, 9530.0, 9471.0, 9551.0, 9543.0, 9518.0, 9559.0, 9535.0, 9564.0, 9522.0, 9564.0, 9500.0, 9532.0, 9544.0, 9554.0, 9580.0, 9554.0, 9584.0, 9552.0, 9570.0, 9516.0, 9561.0, 9512.0, 9549.0, 9541.0, 9544.0, 9560.0, 9513.0, 9544.0, 9508.0, 9535.0, 9509.0, 9542.0, 9508.0, 9541.0, 9482.0, 9524.0, 9536.0, 9507.0, 9553.0, 9522.0, 9538.0, 9496.0, 9525.0, 9477.0, 9526.0, 9506.0, 9512.0, 9558.0, 9528.0, 9543.0, 9498.0, 9523.0, 9479.0, 9544.0, 9542.0, 9516.0, 9557.0, 9513.0, 9546.0, 9498.0, 9545.0, 9497.0, 9542.0, 9539.0, 9525.0, 9559.0, 9544.0, 9579.0, 9549.0, 9563.0, 9516.0, 9547.0, 9497.0, 9544.0, 9523.0, 9543.0, 9554.0, 9525.0, 9557.0, 9508.0, 9537.0, 9506.0, 9549.0, 9493.0, 9530.0, 9493.0, 9512.0, 9552.0, 9526.0, 9554.0, 9515.0, 9546.0, 9503.0, 9543.0, 9494.0, 9531.0, 9560.0, 9532.0, 9557.0, 9511.0, 9536.0, 9499.0, 9565.0, 9499.0, 9559.0, 9498.0, 9527.0, 9558.0, 9543.0, 9561.0, 9509.0, 9539.0, 9496.0, 9523.0, 9463.0, 9505.0, 9535.0, 9502.0, 9532.0, 9487.0, 9521.0, 9458.0, 9516.0, 9474.0, 9506.0, 9538.0, 9511.0, 9539.0, 9507.0, 9540.0, 9498.0, 9541.0, 9481.0, 9528.0, 9555.0, 9512.0, 9538.0, 9491.0, 9541.0, 9494.0, 9539.0, 9475.0, 9525.0, 9523.0, 9545.0, 9561.0, 9528.0, 9558.0, 9525.0, 9540.0, 9491.0, 9541.0, 9492.0, 9541.0, 9495.0, 9526.0, 9560.0, 9504.0, 9533.0, 9505.0, 9517.0, 9477.0, 9524.0, 9461.0, 9510.0, 9521.0, 9525.0, 9557.0, 9512.0, 9540.0, 9499.0, 9547.0, 9501.0, 9573.0, 9504.0, 9549.0, 9565.0, 9530.0, 9543.0, 9510.0, 9561.0, 9496.0, 9541.0, 9496.0, 9527.0, 9540.0, 9522.0, 9565.0, 9522.0, 9540.0, 9494.0, 9519.0, 9457.0, 9504.0, 9474.0, 9506.0, 9503.0, 9505.0, 9537.0, 9503.0, 9520.0, 9490.0, 9522.0, 9483.0, 9541.0, 9488.0, 9529.0, 9542.0, 9549.0, 9579.0, 9549.0, 9563.0, 9518.0, 9563.0, 9494.0, 9545.0, 9510.0, 9525.0, 9552.0, 9506.0, 9537.0, 9507.0, 9540.0, 9505.0, 9522.0, 9489.0, 9522.0, 9456.0, 9505.0, 9516.0, 9501.0, 9555.0, 9504.0, 9518.0, 9490.0, 9518.0, 9458.0, 9521.0, 9476.0, 9521.0, 9539.0, 9492.0, 9534.0, 9508.0, 9545.0, 9482.0, 9539.0, 9483.0, 9527.0, 9554.0, 9542.0, 9556.0, 9526.0, 9541.0, 9480.0, 9522.0, 9493.0, 9524.0, 9561.0, 9532.0, 9538.0, 9492.0, 9523.0, 9470.0, 9529.0, 9498.0, 9544.0, 9519.0, 9609.0, 9508.0, 9548.0, 9578.0, 9532.0, 9543.0, 9510.0, 9540.0, 9495.0, 9544.0, 9492.0, 9538.0, 9480.0, 9497.0, 9488.0, 9472.0, 9512.0, 9452.0, 9486.0, 9430.0, 9466.0, 9427.0, 9439.0, 9370.0, 9417.0, 9364.0, 9399.0, 9414.0, 9398.0, 9431.0, 9401.0, 9432.0, 9418.0, 9440.0, 9411.0, 9442.0, 9404.0, 9447.0, 9421.0, 9460.0, 9424.0, 9471.0, 9427.0, 9493.0, 9471.0, 9481.0, 9495.0, 9471.0, 9530.0, 9487.0, 9531.0, 9540.0, 9506.0, 9521.0, 9491.0, 9542.0, 9463.0, 9523.0, 9475.0, 9504.0, 9519.0, 9507.0, 9553.0, 9511.0, 9541.0, 9499.0, 9526.0, 9468.0, 9547.0, 9492.0, 9569.0, 9516.0, 9573.0, 9521.0, 9550.0, 9568.0, 9557.0, 9585.0, 9556.0, 9584.0, 9541.0, 9569.0, 9499.0, 9550.0, 9541.0, 9527.0, 9566.0, 9524.0, 9540.0, 9532.0, 9545.0, 9481.0, 9526.0, 9496.0, 9525.0, 9562.0, 9542.0, 9562.0, 9526.0, 9542.0, 9504.0, 9545.0, 9497.0, 9544.0, 9544.0, 9527.0, 9557.0, 9512.0, 9542.0, 9511.0, 9566.0, 9502.0, 9564.0, 9499.0, 9546.0, 9529.0, 9526.0, 9560.0, 9527.0, 9561.0, 9524.0, 9524.0, 9490.0, 9521.0, 9473.0, 9525.0, 9490.0, 9522.0, 9521.0, 9503.0, 9535.0, 9504.0, 9534.0, 9509.0, 9534.0, 9497.0, 9543.0, 9483.0, 9527.0, 9528.0, 9529.0, 9559.0, 9530.0, 9542.0, 9515.0, 9543.0, 9495.0, 9548.0, 9512.0, 9528.0, 9563.0, 9511.0, 9539.0, 9509.0, 9540.0, 9513.0, 9545.0, 9498.0, 9542.0, 9509.0, 9528.0, 9560.0, 9528.0, 9559.0, 9527.0, 9540.0, 9479.0, 9540.0, 9494.0, 9542.0, 9510.0, 9525.0, 9560.0, 9509.0, 9540.0, 9493.0, 9524.0, 9467.0, 9526.0, 9539.0, 9516.0, 9556.0, 9530.0, 9547.0, 9498.0, 9549.0, 9512.0, 9532.0, 9558.0, 9547.0, 9557.0, 9517.0, 9564.0, 9487.0, 9530.0, 9526.0, 9528.0, 9578.0, 9545.0, 9559.0, 9516.0, 9545.0, 9495.0, 9545.0, 9526.0, 9545.0, 9558.0, 9526.0, 9557.0, 9507.0, 9541.0, 9487.0, 9525.0, 9539.0, 9506.0, 9536.0, 9504.0, 9540.0, 9495.0, 9565.0, 9496.0, 9545.0, 9542.0, 9528.0, 9560.0, 9526.0, 9563.0, 9511.0, 9544.0, 9491.0, 9509.0, 9539.0, 9504.0, 9544.0, 9493.0, 9525.0, 9479.0, 9508.0, 9535.0, 9519.0, 9539.0, 9506.0, 9537.0, 9476.0, 9520.0, 9470.0, 9498.0, 9532.0, 9499.0, 9537.0, 9505.0, 9537.0, 9490.0, 9519.0, 9475.0, 9539.0, 9479.0, 9539.0, 9481.0, 9524.0, 9538.0, 9520.0, 9542.0, 9502.0, 9527.0, 9473.0, 9502.0, 9467.0, 9489.0, 9533.0, 9501.0, 9533.0, 9490.0, 9518.0, 9476.0, 9503.0, 9458.0, 9528.0, 9455.0, 9549.0, 9504.0, 9546.0, 9486.0, 9540.0, 9517.0, 9563.0, 9550.0, 9590.0, 9556.0, 9563.0, 9496.0, 9545.0, 9489.0, 9507.0, 9518.0, 9502.0, 9537.0, 9487.0, 9499.0, 9454.0, 9508.0, 9456.0, 9505.0, 9458.0, 9507.0, 9533.0, 9512.0, 9540.0, 9529.0, 9558.0, 9516.0, 9546.0, 9488.0, 9596.0, 9585.0, 9530.0, 9541.0, 9526.0, 9543.0, 9517.0, 9547.0, 9501.0, 9543.0, 9521.0, 9528.0, 9558.0, 9525.0, 9544.0, 9511.0, 9539.0, 9478.0, 9541.0, 9489.0, 9540.0, 9508.0, 9520.0, 9540.0, 9502.0, 9534.0, 9500.0, 9517.0, 9473.0, 9500.0, 9453.0, 9502.0, 9500.0, 9487.0, 9538.0, 9486.0, 9519.0, 9489.0, 9500.0, 9456.0, 9527.0, 9502.0, 9483.0, 9534.0, 9487.0, 9519.0, 9474.0, 9520.0, 9460.0, 9505.0, 9519.0, 9506.0, 9536.0, 9509.0, 9537.0, 9515.0, 9545.0, 9506.0, 9549.0, 9498.0, 9530.0, 9542.0, 9531.0, 9556.0, 9526.0, 9538.0, 9509.0, 9546.0, 9513.0, 9566.0, 9497.0, 9545.0, 9493.0, 9525.0, 9540.0, 9521.0, 9542.0, 9506.0, 9519.0, 9510.0, 9522.0, 9476.0, 9523.0, 9509.0, 9505.0, 9537.0, 9504.0, 9533.0, 9504.0, 9534.0, 9508.0, 9539.0, 9476.0, 9520.0, 9489.0, 9490.0, 9539.0, 9505.0, 9539.0, 9503.0, 9518.0, 9473.0, 9504.0, 9461.0, 9504.0, 9470.0, 9485.0, 9510.0, 9526.0, 9517.0, 9488.0, 9538.0, 9492.0, 9517.0, 9475.0, 9521.0, 9476.0, 9526.0, 9509.0, 9526.0, 9555.0, 9511.0, 9556.0, 9508.0, 9538.0, 9479.0, 9527.0, 9510.0, 9505.0, 9541.0, 9520.0, 9538.0, 9512.0, 9543.0, 9511.0, 9539.0, 9527.0, 9550.0, 9515.0, 9546.0, 9501.0, 9529.0, 9565.0, 9506.0, 9520.0, 9483.0, 9519.0, 9451.0, 9504.0, 9504.0, 9466.0, 9514.0, 9463.0, 9496.0, 9436.0, 9486.0, 9466.0, 9466.0, 9516.0, 9472.0, 9514.0, 9479.0, 9530.0, 9456.0, 9516.0, 9530.0, 9513.0, 9543.0, 9510.0, 9542.0, 9499.0, 9530.0, 9497.0, 9510.0, 9555.0, 9528.0, 9562.0, 9530.0, 9543.0, 9513.0, 9540.0, 9477.0, 9525.0, 9496.0, 9527.0, 9520.0, 9504.0, 9537.0, 9505.0, 9539.0, 9489.0, 9555.0, 9484.0, 9524.0, 9519.0, 9504.0, 9540.0, 9506.0, 9521.0, 9482.0, 9521.0, 9490.0, 9490.0, 9538.0, 9526.0, 9536.0, 9513.0, 9525.0, 9467.0, 9526.0, 9484.0, 9551.0, 9506.0, 9556.0, 9580.0, 9535.0, 9565.0, 9516.0, 9547.0, 9495.0, 9545.0, 9543.0, 9508.0, 9541.0, 9499.0, 9517.0, 9487.0, 9519.0, 9453.0, 9498.0, 9480.0, 9484.0, 9529.0, 9503.0, 9517.0, 9489.0, 9502.0, 9461.0, 9524.0, 9462.0, 9509.0, 9561.0, 9510.0, 9539.0, 9497.0, 9526.0, 9502.0, 9485.0, 9538.0, 9505.0, 9536.0, 9494.0, 9538.0, 9535.0, 9544.0, 9546.0, 9551.0, 9540.0, 9544.0, 9594.0, 9560.0, 9572.0, 9570.0, 9522.0, 9542.0, 9503.0, 9542.0, 9504.0, 9542.0, 9542.0, 9486.0, 9516.0, 9481.0, 9519.0, 9475.0, 9506.0, 9461.0, 9491.0, 9520.0, 9514.0, 9556.0, 9510.0, 9542.0, 9505.0, 9541.0, 9480.0, 9526.0, 9526.0, 9543.0, 9561.0, 9510.0, 9540.0, 9493.0, 9521.0, 9476.0, 9509.0, 9495.0, 9509.0, 9544.0, 9493.0, 9520.0, 9486.0, 9522.0, 9458.0, 9505.0, 9499.0, 9489.0, 9533.0, 9491.0, 9515.0, 9471.0, 9519.0, 9456.0, 9503.0, 9514.0, 9473.0, 9537.0, 9491.0, 9520.0, 9459.0, 9525.0, 9490.0, 9488.0, 9535.0, 9501.0, 9517.0, 9492.0, 9509.0, 9480.0, 9518.0, 9473.0, 9522.0, 9478.0, 9522.0, 9538.0, 9506.0, 9537.0, 9487.0, 9521.0, 9472.0, 9522.0, 9464.0, 9510.0, 9540.0, 9495.0, 9534.0, 9510.0, 9542.0, 9505.0, 9545.0, 9485.0, 9533.0, 9544.0, 9529.0, 9545.0, 9501.0, 9547.0, 9487.0, 9535.0, 9558.0, 9530.0, 9582.0, 9530.0, 9565.0, 9499.0, 9544.0, 9509.0, 9528.0, 9561.0, 9528.0, 9559.0, 9530.0, 9543.0, 9514.0, 9546.0, 9498.0, 9562.0, 9515.0, 9566.0, 9503.0, 9547.0, 9538.0, 9510.0, 9565.0, 9520.0, 9525.0, 9489.0, 9522.0, 9483.0, 9487.0, 9535.0, 9483.0, 9513.0, 9477.0, 9503.0, 9459.0, 9517.0, 9538.0, 9514.0, 9540.0, 9495.0, 9524.0, 9478.0, 9537.0, 9530.0, 9527.0, 9563.0, 9516.0, 9540.0, 9492.0, 9526.0, 9521.0, 9525.0, 9554.0, 9507.0, 9527.0, 9497.0, 9527.0, 9511.0, 9528.0, 9538.0, 9511.0, 9542.0, 9490.0, 9517.0, 9487.0, 9541.0, 9476.0, 9528.0, 9521.0, 9491.0, 9537.0, 9504.0, 9545.0, 9479.0, 9540.0, 9479.0, 9527.0, 9554.0, 9520.0, 9535.0, 9506.0, 9525.0, 9475.0, 9524.0, 9512.0, 9503.0, 9539.0, 9505.0, 9546.0, 9506.0, 9502.0, 9468.0, 9502.0, 9511.0, 9514.0, 9581.0, 9587.0, 9535.0, 9565.0, 9505.0, 9510.0, 9565.0, 9531.0, 9550.0, 9520.0, 9527.0, 9493.0, 9521.0, 9447.0, 9496.0, 9453.0, 9473.0, 9464.0, 9448.0, 9481.0, 9431.0, 9469.0, 9411.0, 9441.0, 9394.0, 9424.0, 9393.0, 9423.0, 9377.0, 9440.0, 9388.0, 9456.0, 9440.0, 9473.0, 9414.0, 9466.0, 9427.0, 9495.0, 9467.0, 9515.0, 9466.0, 9489.0, 9443.0, 9471.0, 9430.0, 9461.0, 9419.0, 9465.0, 9432.0, 9462.0, 9497.0, 9456.0, 9482.0, 9456.0, 9481.0, 9462.0, 9493.0, 9457.0, 9500.0, 9489.0, 9506.0, 9547.0, 9505.0, 9534.0, 9511.0, 9536.0, 9498.0, 9538.0, 9522.0, 9558.0, 9550.0, 9541.0, 9584.0, 9557.0, 9565.0, 9536.0, 9569.0, 9541.0, 9573.0, 9523.0, 9571.0, 9523.0, 9589.0, 9553.0, 9593.0, 9541.0, 9590.0, 9582.0, 9552.0, 9565.0, 9546.0, 9548.0, 9511.0, 9528.0, 9471.0, 9523.0, 9501.0, 9488.0, 9537.0, 9487.0, 9520.0, 9456.0, 9484.0, 9482.0, 9483.0, 9516.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.0018910363086232982</td></tr>
<tr><td colspan=3>aqi</td><td>0.023231357564296517</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.78418920834978</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3086385144133232</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.030553195579107</td></tr>
<tr><td colspan=3>efc</td><td>0.4962</td></tr>
<tr><td colspan=3>fber</td><td>5586.1982</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10831624350227617</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>90</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.80786686838124</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6950508710126804</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6433519369775786</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.971419020064941</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.470381655995521</td></tr>
<tr><td colspan=3>gcor</td><td>0.0168666</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.006866164039820433</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03575260192155838</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1322</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9734178151428607</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>21.666</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.0788</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>187.1214</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>49.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>292537.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>861.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>360.456</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7966</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>533.3553</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3433.2498</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3628.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84007.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4476.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>913.0624</td></tr>
<tr><td colspan=3>tsnr</td><td>38.58410887559876</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>