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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-04/func/sub-0021_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>81529605a5838994e276c93094aa4c4e</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>17:20:16.040000</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_VE11C_LATEST_20160120</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.999952, -0.000748617, 0.0097863, 0.00261787, 0.981308, -0.192424]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0944945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7746, -7246, 498, 1, -125, -149, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>50eb2078-5761-4bb3-bae8-cdf470c3b514||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.68279767036438, 0.007023553363978863, 0.0255401860922575, 111.82290649414062], [0.0020084844436496496, 2.6327786445617676, -0.5195890069007874, -83.42504119873047], [0.026255933567881584, 0.5162596106529236, 2.6494102478027344, -85.66094970703125], [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': ['172016.040000', '172016.500000', '172016.960000', '172017.420000', '172017.880000', '172018.340000', '172018.800000', '172019.260000', '172019.720000', '172020.180000', '172020.640000', '172021.100000', '172021.560000', '172022.020000', '172022.480000', '172022.940000', '172023.400000', '172023.860000', '172024.320000', '172024.780000', '172025.240000', '172025.700000', '172026.160000', '172026.620000', '172027.080000', '172027.540000', '172028.000000', '172028.460000', '172028.920000', '172029.380000', '172029.840000', '172030.300000', '172030.760000', '172031.220000', '172031.680000', '172032.140000', '172032.600000', '172033.060000', '172033.520000', '172033.980000', '172034.440000', '172034.900000', '172035.360000', '172035.820000', '172036.280000', '172036.740000', '172037.200000', '172037.660000', '172038.120000', '172038.580000', '172039.040000', '172039.500000', '172039.960000', '172040.420000', '172040.880000', '172041.340000', '172041.800000', '172042.260000', '172042.720000', '172043.180000', '172043.640000', '172044.100000', '172044.560000', '172045.020000', '172045.480000', '172045.940000', '172046.400000', '172046.860000', '172047.320000', '172047.780000', '172048.240000', '172048.700000', '172049.160000', '172049.620000', '172050.080000', '172050.540000', '172051.000000', '172051.460000', '172051.920000', '172052.380000', '172052.840000', '172053.300000', '172053.760000', '172054.220000', '172054.680000', '172055.140000', '172055.600000', '172056.060000', '172056.520000', '172056.980000', '172057.440000', '172057.900000', '172058.360000', '172058.820000', '172059.280000', '172059.740000', '172100.200000', '172100.660000', '172101.120000', '172101.580000', '172102.040000', '172102.500000', '172102.960000', '172103.420000', '172103.880000', '172104.340000', '172104.800000', '172105.260000', '172105.720000', '172106.180000', '172106.640000', '172107.100000', '172107.560000', '172108.020000', '172108.480000', '172108.940000', '172109.400000', '172109.860000', '172110.320000', '172110.780000', '172111.240000', '172111.700000', '172112.160000', '172112.620000', '172113.080000', '172113.540000', '172114.000000', '172114.460000', '172114.920000', '172115.380000', '172115.840000', '172116.300000', '172116.760000', '172117.220000', '172117.680000', '172118.140000', '172118.600000', '172119.060000', '172119.520000', '172119.980000', '172120.440000', '172120.900000', '172121.360000', '172121.820000', '172122.280000', '172122.740000', '172123.200000', '172123.660000', '172124.120000', '172124.580000', '172125.040000', '172125.500000', '172125.960000', '172126.420000', '172126.880000', '172127.340000', '172127.800000', '172128.260000', '172128.720000', '172129.180000', '172129.640000', '172130.100000', '172130.560000', '172131.020000', '172131.480000', '172131.940000', '172132.400000', '172132.860000', '172133.320000', '172133.780000', '172134.240000', '172134.700000', '172135.160000', '172135.620000', '172136.080000', '172136.540000', '172137.000000', '172137.460000', '172137.920000', '172138.380000', '172138.840000', '172139.300000', '172139.760000', '172140.220000', '172140.680000', '172141.140000', '172141.600000', '172142.060000', '172142.520000', '172142.980000', '172143.440000', '172143.900000', '172144.360000', '172144.820000', '172145.280000', '172145.740000', '172146.200000', '172146.660000', '172147.120000', '172147.580000', '172148.040000', '172148.500000', '172148.960000', '172149.420000', '172149.880000', '172150.340000', '172150.800000', '172151.260000', '172151.720000', '172152.180000', '172152.640000', '172153.100000', '172153.560000', '172154.020000', '172154.480000', '172154.940000', '172155.400000', '172155.860000', '172156.320000', '172156.780000', '172157.240000', '172157.700000', '172158.160000', '172158.620000', '172159.080000', '172159.540000', '172200.000000', '172200.460000', '172200.920000', '172201.380000', '172201.840000', '172202.300000', '172202.760000', '172203.220000', '172203.680000', '172204.140000', '172204.600000', '172205.060000', '172205.520000', '172205.980000', '172206.440000', '172206.900000', '172207.360000', '172207.820000', '172208.280000', '172208.740000', '172209.200000', '172209.660000', '172210.120000', '172210.580000', '172211.040000', '172211.500000', '172211.960000', '172212.420000', '172212.880000', '172213.340000', '172213.800000', '172214.260000', '172214.720000', '172215.180000', '172215.640000', '172216.100000', '172216.560000', '172217.020000', '172217.480000', '172217.940000', '172218.400000', '172218.860000', '172219.320000', '172219.780000', '172220.240000', '172220.700000', '172221.160000', '172221.620000', '172222.080000', '172222.540000', '172223.000000', '172223.460000', '172223.920000', '172224.380000', '172224.840000', '172225.300000', '172225.760000', '172226.220000', '172226.680000', '172227.140000', '172227.600000', '172228.060000', '172228.520000', '172228.980000', '172229.440000', '172229.900000', '172230.360000', '172230.820000', '172231.280000', '172231.740000', '172232.200000', '172232.660000', '172233.120000', '172233.580000', '172234.040000', '172234.500000', '172234.960000', '172235.420000', '172235.880000', '172236.340000', '172236.800000', '172237.260000', '172237.720000', '172238.180000', '172238.640000', '172239.100000', '172239.560000', '172240.020000', '172240.480000', '172240.940000', '172241.400000', '172241.860000', '172242.320000', '172242.780000', '172243.240000', '172243.700000', '172244.160000', '172244.620000', '172245.080000', '172245.540000', '172246.000000', '172246.460000', '172246.920000', '172247.380000', '172247.840000', '172248.300000', '172248.760000', '172249.220000', '172249.680000', '172250.140000', '172250.600000', '172251.060000', '172251.520000', '172251.980000', '172252.440000', '172252.900000', '172253.360000', '172253.820000', '172254.280000', '172254.740000', '172255.200000', '172255.660000', '172256.120000', '172256.580000', '172257.040000', '172257.500000', '172257.960000', '172258.420000', '172258.880000', '172259.340000', '172259.800000', '172300.260000', '172300.720000', '172301.180000', '172301.640000', '172302.100000', '172302.560000', '172303.020000', '172303.480000', '172303.940000', '172304.400000', '172304.860000', '172305.320000', '172305.780000', '172306.240000', '172306.700000', '172307.160000', '172307.620000', '172308.080000', '172308.540000', '172309.000000', '172309.460000', '172309.920000', '172310.380000', '172310.840000', '172311.300000', '172311.760000', '172312.220000', '172312.680000', '172313.140000', '172313.600000', '172314.060000', '172314.520000', '172314.980000', '172315.440000', '172315.900000', '172316.360000', '172316.820000', '172317.280000', '172317.740000', '172318.200000', '172318.660000', '172319.120000', '172319.580000', '172320.040000', '172320.500000', '172320.960000', '172321.420000', '172321.880000', '172322.340000', '172322.800000', '172323.260000', '172323.720000', '172324.180000', '172324.640000', '172325.100000', '172325.560000', '172326.020000', '172326.480000', '172326.940000', '172327.400000', '172327.860000', '172328.320000', '172328.780000', '172329.240000', '172329.700000', '172330.160000', '172330.620000', '172331.080000', '172331.540000', '172332.000000', '172332.460000', '172332.920000', '172333.380000', '172333.840000', '172334.300000', '172334.760000', '172335.220000', '172335.680000', '172336.140000', '172336.600000', '172337.060000', '172337.520000', '172337.980000', '172338.440000', '172338.900000', '172339.360000', '172339.820000', '172340.280000', '172340.740000', '172341.200000', '172341.660000', '172342.120000', '172342.580000', '172343.040000', '172343.500000', '172343.960000', '172344.420000', '172344.880000', '172345.340000', '172345.800000', '172346.260000', '172346.720000', '172347.180000', '172347.640000', '172348.100000', '172348.560000', '172349.020000', '172349.480000', '172349.940000', '172350.400000', '172350.860000', '172351.320000', '172351.780000', '172352.240000', '172352.700000', '172353.160000', '172353.620000', '172354.080000', '172354.540000', '172355.000000', '172355.460000', '172355.920000', '172356.380000', '172356.840000', '172357.300000', '172357.760000', '172358.220000', '172358.680000', '172359.140000', '172359.600000', '172400.060000', '172400.520000', '172400.980000', '172401.440000', '172401.900000', '172402.360000', '172402.820000', '172403.280000', '172403.740000', '172404.200000', '172404.660000', '172405.120000', '172405.580000', '172406.040000', '172406.500000', '172406.960000', '172407.420000', '172407.880000', '172408.340000', '172408.800000', '172409.260000', '172409.720000', '172410.180000', '172410.640000', '172411.100000', '172411.560000', '172412.020000', '172412.480000', '172412.940000', '172413.400000', '172413.860000', '172414.320000', '172414.780000', '172415.240000', '172415.700000', '172416.160000', '172416.620000', '172417.080000', '172417.540000', '172418.000000', '172418.460000', '172418.920000', '172419.380000', '172419.840000', '172420.300000', '172420.760000', '172421.220000', '172421.680000', '172422.140000', '172422.600000', '172423.060000', '172423.520000', '172423.980000', '172424.440000', '172424.900000', '172425.360000', '172425.820000', '172426.280000', '172426.740000', '172427.200000', '172427.660000', '172428.120000', '172428.580000', '172429.040000', '172429.500000', '172429.960000', '172430.420000', '172430.880000', '172431.340000', '172431.800000', '172432.260000', '172432.720000', '172433.180000', '172433.640000', '172434.100000', '172434.560000', '172435.020000', '172435.480000', '172435.940000', '172436.400000', '172436.860000', '172437.320000', '172437.780000', '172438.240000', '172438.700000', '172439.160000', '172439.620000', '172440.080000', '172440.540000', '172441.000000', '172441.460000', '172441.920000', '172442.380000', '172442.840000', '172443.300000', '172443.760000', '172444.220000', '172444.680000', '172445.140000', '172445.600000', '172446.060000', '172446.520000', '172446.980000', '172447.440000', '172447.900000', '172448.360000', '172448.820000', '172449.280000', '172449.740000', '172450.200000', '172450.660000', '172451.120000', '172451.580000', '172452.040000', '172452.500000', '172452.960000', '172453.420000', '172453.880000', '172454.340000', '172454.800000', '172455.260000', '172455.720000', '172456.180000', '172456.640000', '172457.100000', '172457.560000', '172458.020000', '172458.480000', '172458.940000', '172459.400000', '172459.860000', '172500.320000', '172500.780000', '172501.240000', '172501.700000', '172502.160000', '172502.620000', '172503.080000', '172503.540000', '172504.000000', '172504.460000', '172504.920000', '172505.380000', '172505.840000', '172506.300000', '172506.760000', '172507.220000', '172507.680000', '172508.140000', '172508.600000', '172509.060000', '172509.520000', '172509.980000', '172510.440000', '172510.900000', '172511.360000', '172511.820000', '172512.280000', '172512.740000', '172513.200000', '172513.660000', '172514.120000', '172514.580000', '172515.040000', '172515.500000', '172515.960000', '172516.420000', '172516.880000', '172517.340000', '172517.800000', '172518.260000', '172518.720000', '172519.180000', '172519.640000', '172520.100000', '172520.560000', '172521.020000', '172521.480000', '172521.940000', '172522.400000', '172522.860000', '172523.320000', '172523.780000', '172524.240000', '172524.700000', '172525.160000', '172525.620000', '172526.080000', '172526.540000', '172527.000000', '172527.460000', '172527.920000', '172528.380000', '172528.840000', '172529.300000', '172529.760000', '172530.220000', '172530.680000', '172531.140000', '172531.600000', '172532.060000', '172532.520000', '172532.980000', '172533.440000', '172533.900000', '172534.360000', '172534.820000', '172535.280000', '172535.740000', '172536.200000', '172536.660000', '172537.120000', '172537.580000', '172538.040000', '172538.500000', '172538.960000', '172539.420000', '172539.880000', '172540.340000', '172540.800000', '172541.260000', '172541.720000', '172542.180000', '172542.640000', '172543.100000', '172543.560000', '172544.020000', '172544.480000', '172544.940000', '172545.400000', '172545.860000', '172546.320000', '172546.780000', '172547.240000', '172547.700000', '172548.160000', '172548.620000', '172549.080000', '172549.540000', '172550.000000', '172550.460000', '172550.920000', '172551.380000', '172551.840000', '172552.300000', '172552.760000', '172553.220000', '172553.680000', '172554.140000', '172554.600000', '172555.060000', '172555.520000', '172555.980000', '172556.440000', '172556.900000', '172557.360000', '172557.820000', '172558.280000', '172558.740000', '172559.200000', '172559.660000', '172600.120000', '172600.580000', '172601.040000', '172601.500000', '172601.960000', '172602.420000', '172602.880000', '172603.340000', '172603.800000', '172604.260000', '172604.720000', '172605.180000', '172605.640000', '172606.100000', '172606.560000', '172607.020000', '172607.480000', '172607.940000', '172608.400000', '172608.860000', '172609.320000', '172609.780000', '172610.240000', '172610.700000', '172611.160000', '172611.620000', '172612.080000', '172612.540000', '172613.000000', '172613.460000', '172613.920000', '172614.380000', '172614.840000', '172615.300000', '172615.760000', '172616.220000', '172616.680000', '172617.140000', '172617.600000', '172618.060000', '172618.520000', '172618.980000', '172619.440000', '172619.900000', '172620.360000', '172620.820000', '172621.280000', '172621.740000', '172622.200000', '172622.660000', '172623.120000', '172623.580000', '172624.040000', '172624.500000', '172624.960000', '172625.420000', '172625.880000', '172626.340000', '172626.800000', '172627.260000', '172627.720000', '172628.180000', '172628.640000', '172629.100000', '172629.560000', '172630.020000', '172630.480000', '172630.940000', '172631.400000', '172631.860000', '172632.320000', '172632.780000', '172633.240000', '172633.700000', '172634.160000', '172634.620000', '172635.080000', '172635.540000', '172636.000000', '172636.460000', '172636.920000', '172637.380000', '172637.840000', '172638.300000', '172638.760000', '172639.220000', '172639.680000', '172640.140000', '172640.600000', '172641.060000', '172641.520000', '172641.980000', '172642.440000', '172642.900000', '172643.360000', '172643.820000', '172644.280000', '172644.740000', '172645.200000', '172645.660000', '172646.120000', '172646.580000', '172647.040000', '172647.500000', '172647.960000', '172648.420000', '172648.880000', '172649.340000', '172649.800000', '172650.260000', '172650.720000', '172651.180000', '172651.640000', '172652.100000', '172652.560000', '172653.020000', '172653.480000', '172653.940000', '172654.400000', '172654.860000', '172655.320000', '172655.780000', '172656.240000', '172656.700000', '172657.160000', '172657.620000', '172658.080000', '172658.540000', '172659.000000', '172659.460000', '172659.920000', '172700.380000', '172700.840000', '172701.300000', '172701.760000', '172702.220000', '172702.680000', '172703.140000', '172703.600000', '172704.060000', '172704.520000', '172704.980000', '172705.440000', '172705.900000', '172706.360000', '172706.820000', '172707.280000', '172707.740000', '172708.200000', '172708.660000', '172709.120000', '172709.580000', '172710.040000', '172710.500000', '172710.960000', '172711.420000', '172711.880000', '172712.340000', '172712.800000', '172713.260000', '172713.720000', '172714.180000', '172714.640000', '172715.100000', '172715.560000', '172716.020000', '172716.480000', '172716.940000', '172717.400000', '172717.860000', '172718.320000', '172718.780000', '172719.240000', '172719.700000', '172720.160000', '172720.620000', '172721.080000', '172721.540000', '172722.000000', '172722.460000', '172722.920000', '172723.380000', '172723.840000', '172724.300000', '172724.760000', '172725.220000', '172725.680000', '172726.140000', '172726.600000', '172727.060000', '172727.520000', '172727.980000', '172728.440000', '172728.900000', '172729.360000', '172729.820000', '172730.280000', '172730.740000', '172731.200000', '172731.660000', '172732.120000', '172732.580000', '172733.040000', '172733.500000', '172733.960000', '172734.420000', '172734.880000', '172735.340000', '172735.800000', '172736.260000', '172736.720000', '172737.180000', '172737.640000', '172738.100000', '172738.560000', '172739.020000', '172739.480000', '172739.940000', '172740.400000', '172740.860000', '172741.320000', '172741.780000', '172742.240000', '172742.700000', '172743.160000', '172743.620000', '172744.080000', '172744.540000', '172745.000000', '172745.460000', '172745.920000', '172746.380000', '172746.840000', '172747.300000', '172747.760000', '172748.220000', '172748.680000', '172749.140000', '172749.600000', '172750.060000', '172750.520000', '172750.980000', '172751.440000', '172751.900000', '172752.360000', '172752.820000', '172753.280000', '172753.740000', '172754.200000', '172754.660000', '172755.120000', '172755.580000', '172756.040000', '172756.500000', '172756.960000', '172757.420000', '172757.880000', '172758.340000', '172758.800000', '172759.260000', '172759.720000', '172800.180000', '172800.640000', '172801.100000', '172801.560000', '172802.020000', '172802.480000', '172802.940000', '172803.400000', '172803.860000', '172804.320000', '172804.780000', '172805.240000', '172805.700000', '172806.160000', '172806.620000', '172807.080000', '172807.540000', '172808.000000', '172808.460000', '172808.920000', '172809.380000', '172809.840000', '172810.300000', '172810.760000', '172811.220000', '172811.680000', '172812.140000', '172812.600000', '172813.060000', '172813.520000', '172813.980000', '172814.440000', '172814.900000', '172815.360000', '172815.820000', '172816.280000', '172816.740000', '172817.200000', '172817.660000', '172818.120000', '172818.580000', '172819.040000', '172819.500000', '172819.960000', '172820.420000', '172820.880000', '172821.340000', '172821.800000', '172822.260000', '172822.720000', '172823.180000', '172823.640000', '172824.100000', '172824.560000', '172825.020000', '172825.480000', '172825.940000', '172826.400000', '172826.860000', '172827.320000', '172827.780000', '172828.240000', '172828.700000', '172829.160000', '172829.620000', '172830.080000', '172830.540000', '172831.000000', '172831.460000', '172831.920000', '172832.380000', '172832.840000', '172833.300000', '172833.760000', '172834.220000', '172834.680000', '172835.140000', '172835.600000', '172836.060000', '172836.520000', '172836.980000', '172837.440000', '172837.900000', '172838.360000', '172838.820000', '172839.280000', '172839.740000', '172840.200000', '172840.660000', '172841.120000', '172841.580000', '172842.040000', '172842.500000', '172842.960000', '172843.420000', '172843.880000', '172844.340000', '172844.800000', '172845.260000', '172845.720000', '172846.180000', '172846.640000', '172847.100000', '172847.560000', '172848.020000', '172848.480000', '172848.940000', '172849.400000', '172849.860000', '172850.320000', '172850.780000', '172851.240000', '172851.700000', '172852.160000', '172852.620000', '172853.080000', '172853.540000', '172854.000000', '172854.460000', '172854.920000', '172855.380000', '172855.840000', '172856.300000', '172856.760000', '172857.220000', '172857.680000', '172858.140000', '172858.600000', '172859.060000', '172859.520000', '172859.980000', '172900.440000', '172900.900000', '172901.360000', '172901.820000', '172902.280000', '172902.740000', '172903.200000', '172903.660000', '172904.120000', '172904.580000', '172905.040000', '172905.500000', '172905.960000', '172906.420000', '172906.880000', '172907.340000', '172907.800000', '172908.260000', '172908.720000', '172909.180000', '172909.640000', '172910.100000', '172910.560000', '172911.020000', '172911.480000', '172911.940000', '172912.400000', '172912.860000', '172913.320000', '172913.780000', '172914.240000', '172914.700000', '172915.160000', '172915.620000', '172916.080000', '172916.540000', '172917.000000', '172917.460000', '172917.920000', '172918.380000', '172918.840000', '172919.300000', '172919.760000', '172920.220000', '172920.680000', '172921.140000', '172921.600000', '172922.060000', '172922.520000', '172922.980000', '172923.440000', '172923.900000', '172924.360000', '172924.820000', '172925.280000', '172925.740000', '172926.200000', '172926.660000', '172927.120000', '172927.580000', '172928.040000', '172928.500000', '172928.960000', '172929.420000', '172929.880000', '172930.340000', '172930.800000', '172931.260000', '172931.720000', '172932.180000', '172932.640000', '172933.100000', '172933.560000', '172934.020000', '172934.480000', '172934.940000', '172935.400000', '172935.860000', '172936.320000', '172936.780000', '172937.240000', '172937.700000', '172938.160000', '172938.620000', '172939.080000', '172939.540000', '172940.000000', '172940.460000', '172940.920000', '172941.380000', '172941.840000', '172942.300000', '172942.760000', '172943.220000', '172943.680000', '172944.140000', '172944.600000', '172945.060000', '172945.520000', '172945.980000', '172946.440000', '172946.900000', '172947.360000', '172947.820000', '172948.280000', '172948.740000', '172949.200000', '172949.660000', '172950.120000', '172950.580000', '172951.040000', '172951.500000', '172951.960000', '172952.420000', '172952.880000', '172953.340000', '172953.800000', '172954.260000', '172954.720000', '172955.180000', '172955.640000', '172956.100000', '172956.560000', '172957.020000', '172957.480000', '172957.940000', '172958.400000', '172958.860000', '172959.320000', '172959.780000', '173000.240000', '173000.700000', '173001.160000', '173001.620000', '173002.080000', '173002.540000', '173003.000000', '173003.460000', '173003.920000', '173004.380000', '173004.840000', '173005.300000', '173005.760000', '173006.220000', '173006.680000', '173007.140000', '173007.600000', '173008.060000', '173008.520000', '173008.980000', '173009.440000', '173009.900000', '173010.360000', '173010.820000', '173011.280000', '173011.740000', '173012.200000', '173012.660000', '173013.120000', '173013.580000', '173014.040000', '173014.500000', '173014.960000', '173015.420000', '173015.880000', '173016.340000', '173016.800000', '173017.260000', '173017.720000', '173018.180000', '173018.640000', '173019.100000', '173019.560000', '173020.020000', '173020.480000', '173020.940000', '173021.400000', '173021.860000', '173022.320000', '173022.780000', '173023.240000', '173023.700000'], 'ContentTime': ['172040.399000', '172040.403000', '172040.406000', '172040.409000', '172040.412000', '172040.414000', '172040.417000', '172040.420000', '172040.423000', '172040.426000', '172040.429000', '172040.432000', '172040.434000', '172040.437000', '172040.440000', '172040.443000', '172040.446000', '172040.449000', '172040.451000', '172040.454000', '172040.457000', '172040.460000', '172040.463000', '172040.466000', '172040.469000', '172040.471000', '172040.474000', '172040.477000', '172040.480000', '172040.483000', '172040.486000', '172040.488000', '172040.491000', '172040.494000', '172040.497000', '172040.500000', '172040.503000', '172040.506000', '172040.509000', '172040.512000', '172040.515000', '172040.525000', '172040.528000', '172040.530000', '172040.533000', '172040.536000', '172040.539000', '172040.542000', '172040.545000', '172040.547000', '172040.550000', '172100.368000', '172100.371000', '172100.374000', '172100.376000', '172100.379000', '172100.382000', '172100.385000', '172100.388000', '172100.390000', '172100.393000', '172100.396000', '172100.399000', '172100.402000', '172100.404000', '172100.407000', '172100.410000', '172100.413000', '172100.415000', '172100.431000', '172100.434000', '172100.436000', '172100.439000', '172100.442000', '172100.445000', '172100.448000', '172100.450000', '172100.453000', '172100.456000', '172100.459000', '172100.462000', '172100.464000', '172100.467000', '172100.470000', '172100.473000', '172100.475000', '172100.478000', '172100.481000', '172100.484000', '172100.487000', '172100.489000', '172100.496000', '172100.498000', '172100.501000', '172100.504000', '172120.368000', '172120.371000', '172120.374000', '172120.376000', '172120.379000', '172120.382000', '172120.385000', '172120.388000', '172120.390000', '172120.393000', '172120.396000', '172120.399000', '172120.402000', '172120.405000', '172120.408000', '172120.410000', '172120.415000', '172120.418000', '172120.421000', '172120.424000', '172120.427000', '172120.430000', '172120.432000', '172120.435000', '172120.438000', '172120.441000', '172120.443000', '172120.446000', '172120.449000', '172120.452000', '172120.457000', '172120.459000', '172120.462000', '172120.465000', '172120.468000', '172120.471000', '172120.473000', '172120.476000', '172120.479000', '172120.482000', '172120.484000', '172120.487000', '172120.490000', '172140.368000', '172140.371000', '172140.374000', '172140.376000', '172140.379000', '172140.382000', '172140.385000', '172140.388000', '172140.390000', '172140.393000', '172140.396000', '172140.399000', '172140.401000', '172140.404000', '172140.407000', '172140.410000', '172140.413000', '172140.416000', '172140.418000', '172140.430000', '172140.433000', '172140.436000', '172140.439000', '172140.441000', '172140.444000', '172140.447000', '172140.450000', '172140.453000', '172140.455000', '172140.458000', '172140.461000', '172140.464000', '172140.467000', '172140.469000', '172140.472000', '172140.475000', '172140.478000', '172140.481000', '172140.483000', '172140.486000', '172140.489000', '172140.492000', '172140.495000', '172140.498000', '172200.368000', '172200.371000', '172200.374000', '172200.377000', '172200.379000', '172200.382000', '172200.385000', '172200.388000', '172200.391000', '172200.393000', '172200.396000', '172200.399000', '172200.402000', '172200.404000', '172200.407000', '172200.410000', '172200.413000', '172200.416000', '172200.419000', '172200.421000', '172200.424000', '172200.427000', '172200.430000', '172200.433000', '172200.435000', '172200.438000', '172200.442000', '172200.447000', '172200.450000', '172200.453000', '172200.456000', '172200.459000', '172200.462000', '172200.464000', '172200.467000', '172200.470000', '172200.473000', '172200.475000', '172200.478000', '172200.481000', '172200.484000', '172200.487000', '172200.490000', '172220.369000', '172220.372000', '172220.375000', '172220.378000', '172220.380000', '172220.383000', '172220.386000', '172220.389000', '172220.392000', '172220.394000', '172220.397000', '172220.400000', '172220.407000', '172220.410000', '172220.413000', '172220.415000', '172220.418000', '172220.421000', '172220.424000', '172220.426000', '172220.429000', '172220.432000', '172220.435000', '172220.438000', '172220.440000', '172220.443000', '172220.446000', '172220.449000', '172220.452000', '172220.454000', '172220.457000', '172220.460000', '172220.463000', '172220.466000', '172220.468000', '172220.471000', '172220.474000', '172220.477000', '172220.480000', '172220.482000', '172220.485000', '172220.488000', '172220.491000', '172220.494000', '172240.369000', '172240.372000', '172240.375000', '172240.377000', '172240.380000', '172240.383000', '172240.386000', '172240.389000', '172240.392000', '172240.395000', '172240.398000', '172240.401000', '172240.403000', '172240.421000', '172240.424000', '172240.427000', '172240.430000', '172240.433000', '172240.435000', '172240.438000', '172240.441000', '172240.444000', '172240.447000', '172240.450000', '172240.452000', '172240.456000', '172240.461000', '172240.465000', '172240.467000', '172240.470000', '172240.473000', '172240.476000', '172240.479000', '172240.482000', '172240.484000', '172240.487000', '172240.490000', '172240.493000', '172240.496000', '172240.498000', '172240.501000', '172240.504000', '172240.507000', '172300.368000', '172300.371000', '172300.374000', '172300.376000', '172300.379000', '172300.382000', '172300.385000', '172300.388000', '172300.391000', '172300.393000', '172300.396000', '172300.399000', '172300.402000', '172300.404000', '172300.407000', '172300.416000', '172300.418000', '172300.421000', '172300.424000', '172300.427000', '172300.430000', '172300.433000', '172300.435000', '172300.438000', '172300.441000', '172300.444000', '172300.447000', '172300.449000', '172300.452000', '172300.455000', '172300.458000', '172300.461000', '172300.463000', '172300.466000', '172300.469000', '172300.472000', '172300.475000', '172300.477000', '172300.480000', '172300.483000', '172300.486000', '172300.489000', '172300.491000', '172300.494000', '172320.368000', '172320.371000', '172320.374000', '172320.376000', '172320.379000', '172320.382000', '172320.385000', '172320.388000', '172320.391000', '172320.393000', '172320.396000', '172320.399000', '172320.402000', '172320.405000', '172320.407000', '172320.410000', '172320.413000', '172320.416000', '172320.419000', '172320.422000', '172320.424000', '172320.427000', '172320.430000', '172320.433000', '172320.436000', '172320.439000', '172320.441000', '172320.444000', '172320.447000', '172320.450000', '172320.453000', '172320.456000', '172320.458000', '172320.461000', '172320.464000', '172320.467000', '172320.469000', '172320.472000', '172320.475000', '172320.478000', '172320.481000', '172320.484000', '172320.487000', '172340.368000', '172340.371000', '172340.374000', '172340.376000', '172340.379000', '172340.382000', '172340.385000', '172340.388000', '172340.390000', '172340.393000', '172340.396000', '172340.399000', '172340.402000', '172340.405000', '172340.407000', '172340.410000', '172340.413000', '172340.416000', '172340.418000', '172340.421000', '172340.424000', '172340.427000', '172340.430000', '172340.433000', '172340.436000', '172340.439000', '172340.441000', '172340.444000', '172340.447000', '172340.450000', '172340.453000', '172340.456000', '172340.458000', '172340.461000', '172340.464000', '172340.467000', '172340.469000', '172340.472000', '172340.475000', '172340.478000', '172340.481000', '172340.483000', '172340.486000', '172340.489000', '172400.368000', '172400.371000', '172400.374000', '172400.377000', '172400.379000', '172400.382000', '172400.385000', '172400.388000', '172400.391000', '172400.393000', '172400.396000', '172400.399000', '172400.402000', '172400.405000', '172400.408000', '172400.410000', '172400.413000', '172400.416000', '172400.419000', '172400.422000', '172400.424000', '172400.428000', '172400.432000', '172400.434000', '172400.437000', '172400.440000', '172400.443000', '172400.446000', '172400.449000', '172400.451000', '172400.454000', '172400.457000', '172400.460000', '172400.463000', '172400.465000', '172400.468000', '172400.471000', '172400.474000', '172400.477000', '172400.479000', '172400.483000', '172400.486000', '172400.488000', '172420.368000', '172420.371000', '172420.374000', '172420.376000', '172420.379000', '172420.382000', '172420.385000', '172420.388000', '172420.392000', '172420.395000', '172420.398000', '172420.400000', '172420.404000', '172420.407000', '172420.410000', '172420.413000', '172420.415000', '172420.418000', '172420.421000', '172420.424000', '172420.427000', '172420.429000', '172420.432000', '172420.435000', '172420.438000', '172420.441000', '172420.444000', '172420.446000', '172420.449000', '172420.452000', '172420.455000', '172420.458000', '172420.460000', '172420.463000', '172420.466000', '172420.469000', '172420.472000', '172420.474000', '172420.477000', '172420.480000', '172420.483000', '172420.486000', '172420.488000', '172420.491000', '172440.369000', '172440.372000', '172440.375000', '172440.377000', '172440.380000', '172440.383000', '172440.386000', '172440.389000', '172440.391000', '172440.394000', '172440.397000', '172440.400000', '172440.403000', '172440.406000', '172440.408000', '172440.411000', '172440.414000', '172440.417000', '172440.420000', '172440.422000', '172440.425000', '172440.428000', '172440.431000', '172440.434000', '172440.437000', '172440.439000', '172440.442000', '172440.445000', '172440.448000', '172440.451000', '172440.453000', '172440.456000', '172440.459000', '172440.462000', '172440.465000', '172440.467000', '172440.470000', '172440.473000', '172440.476000', '172440.479000', '172440.482000', '172440.484000', '172440.487000', '172500.369000', '172500.372000', '172500.375000', '172500.377000', '172500.380000', '172500.383000', '172500.386000', '172500.389000', '172500.392000', '172500.394000', '172500.397000', '172500.400000', '172500.403000', '172500.406000', '172500.408000', '172500.411000', '172500.414000', '172500.417000', '172500.420000', '172500.423000', '172500.425000', '172500.428000', '172500.431000', '172500.434000', '172500.437000', '172500.440000', '172500.442000', '172500.445000', '172500.448000', '172500.451000', '172500.454000', '172500.456000', '172500.459000', '172500.462000', '172500.465000', '172500.468000', '172500.471000', '172500.473000', '172500.476000', '172500.479000', '172500.482000', '172500.485000', '172500.487000', '172500.490000', '172520.368000', '172520.371000', '172520.374000', '172520.376000', '172520.379000', '172520.382000', '172520.385000', '172520.388000', '172520.391000', '172520.394000', '172520.396000', '172520.399000', '172520.402000', '172520.405000', '172520.407000', '172520.410000', '172520.413000', '172520.416000', '172520.419000', '172520.422000', '172520.424000', '172520.427000', '172520.430000', '172520.433000', '172520.436000', '172520.439000', '172520.441000', '172520.444000', '172520.447000', '172520.450000', '172520.453000', '172520.455000', '172520.458000', '172520.461000', '172520.465000', '172520.468000', '172520.471000', '172520.474000', '172520.477000', '172520.480000', '172520.483000', '172520.486000', '172520.488000', '172540.368000', '172540.371000', '172540.374000', '172540.376000', '172540.379000', '172540.382000', '172540.385000', '172540.388000', '172540.391000', '172540.393000', '172540.396000', '172540.399000', '172540.402000', '172540.405000', '172540.407000', '172540.410000', '172540.413000', '172540.416000', '172540.419000', '172540.421000', '172540.442000', '172540.445000', '172540.448000', '172540.451000', '172540.454000', '172540.457000', '172540.460000', '172540.462000', '172540.465000', '172540.468000', '172540.471000', '172540.474000', '172540.477000', '172540.479000', '172540.482000', '172540.485000', '172540.488000', '172540.491000', '172540.493000', '172540.496000', '172540.499000', '172540.502000', '172540.505000', '172540.507000', '172600.368000', '172600.371000', '172600.374000', '172600.376000', '172600.379000', '172600.382000', '172600.385000', '172600.388000', '172600.391000', '172600.393000', '172600.396000', '172600.399000', '172600.402000', '172600.405000', '172600.408000', '172600.410000', '172600.413000', '172600.416000', '172600.419000', '172600.422000', '172600.425000', '172600.427000', '172600.430000', '172600.433000', '172600.436000', '172600.439000', '172600.442000', '172600.444000', '172600.447000', '172600.450000', '172600.453000', '172600.456000', '172600.458000', '172600.461000', '172600.464000', '172600.467000', '172600.470000', '172600.472000', '172600.475000', '172600.478000', '172600.481000', '172600.484000', '172600.487000', '172620.368000', '172620.371000', '172620.374000', '172620.376000', '172620.379000', '172620.382000', '172620.385000', '172620.388000', '172620.391000', '172620.393000', '172620.396000', '172620.399000', '172620.402000', '172620.405000', '172620.407000', '172620.410000', '172620.413000', '172620.416000', '172620.419000', '172620.422000', '172620.424000', '172620.427000', '172620.430000', '172620.433000', '172620.436000', '172620.439000', '172620.441000', '172620.444000', '172620.447000', '172620.450000', '172620.453000', '172620.455000', '172620.458000', '172620.461000', '172620.464000', '172620.468000', '172620.471000', '172620.474000', '172620.476000', '172620.479000', '172620.482000', '172620.485000', '172620.488000', '172620.490000', '172640.369000', '172640.372000', '172640.375000', '172640.378000', '172640.380000', '172640.383000', '172640.386000', '172640.389000', '172640.392000', '172640.394000', '172640.397000', '172640.400000', '172640.403000', '172640.406000', '172640.408000', '172640.411000', '172640.414000', '172640.417000', '172640.420000', '172640.422000', '172640.425000', '172640.428000', '172640.431000', '172640.434000', '172640.436000', '172640.439000', '172640.442000', '172640.445000', '172640.448000', '172640.450000', '172640.453000', '172640.456000', '172640.459000', '172640.462000', '172640.465000', '172640.467000', '172640.470000', '172640.473000', '172640.476000', '172640.479000', '172640.481000', '172640.484000', '172640.487000', '172700.369000', '172700.372000', '172700.375000', '172700.378000', '172700.381000', '172700.384000', '172700.386000', '172700.389000', '172700.392000', '172700.395000', '172700.398000', '172700.401000', '172700.404000', '172700.406000', '172700.409000', '172700.412000', '172700.415000', '172700.418000', '172700.420000', '172700.423000', '172700.426000', '172700.429000', '172700.432000', '172700.435000', '172700.437000', '172700.440000', '172700.443000', '172700.446000', '172700.449000', '172700.451000', '172700.454000', '172700.480000', '172700.483000', '172700.486000', '172700.488000', '172700.491000', '172700.494000', '172700.497000', '172700.500000', '172700.503000', '172700.505000', '172700.508000', '172700.511000', '172720.369000', '172720.372000', '172720.375000', '172720.378000', '172720.380000', '172720.383000', '172720.386000', '172720.389000', '172720.392000', '172720.394000', '172720.397000', '172720.400000', '172720.403000', '172720.406000', '172720.408000', '172720.411000', '172720.414000', '172720.417000', '172720.420000', '172720.423000', '172720.425000', '172720.428000', '172720.431000', '172720.434000', '172720.437000', '172720.439000', '172720.442000', '172720.445000', '172720.448000', '172720.451000', '172720.454000', '172720.457000', '172720.460000', '172720.463000', '172720.466000', '172720.468000', '172720.471000', '172720.474000', '172720.477000', '172720.480000', '172720.482000', '172720.485000', '172720.488000', '172720.491000', '172740.368000', '172740.371000', '172740.374000', '172740.377000', '172740.380000', '172740.383000', '172740.386000', '172740.389000', '172740.392000', '172740.395000', '172740.397000', '172740.400000', '172740.403000', '172740.406000', '172740.408000', '172740.411000', '172740.414000', '172740.417000', '172740.420000', '172740.423000', '172740.426000', '172740.428000', '172740.431000', '172740.434000', '172740.437000', '172740.440000', '172740.442000', '172740.445000', '172740.448000', '172740.451000', '172740.454000', '172740.457000', '172740.459000', '172740.462000', '172740.465000', '172740.468000', '172740.471000', '172740.474000', '172740.476000', '172740.479000', '172740.482000', '172740.485000', '172740.488000', '172800.368000', '172800.371000', '172800.374000', '172800.377000', '172800.379000', '172800.382000', '172800.385000', '172800.388000', '172800.391000', '172800.394000', '172800.396000', '172800.399000', '172800.402000', '172800.405000', '172800.408000', '172800.410000', '172800.413000', '172800.416000', '172800.419000', '172800.422000', '172800.425000', '172800.427000', '172800.430000', '172800.433000', '172800.436000', '172800.438000', '172800.441000', '172800.444000', '172800.447000', '172800.450000', '172800.453000', '172800.455000', '172800.458000', '172800.461000', '172800.464000', '172800.467000', '172800.469000', '172800.472000', '172800.475000', '172800.478000', '172800.481000', '172800.483000', '172800.486000', '172800.489000', '172820.368000', '172820.371000', '172820.374000', '172820.377000', '172820.379000', '172820.383000', '172820.385000', '172820.388000', '172820.391000', '172820.394000', '172820.397000', '172820.400000', '172820.403000', '172820.405000', '172820.408000', '172820.411000', '172820.414000', '172820.417000', '172820.420000', '172820.422000', '172820.425000', '172820.428000', '172820.431000', '172820.433000', '172820.436000', '172820.439000', '172820.442000', '172820.445000', '172820.461000', '172820.464000', '172820.467000', '172820.470000', '172820.472000', '172820.475000', '172820.478000', '172820.481000', '172820.484000', '172820.486000', '172820.489000', '172820.492000', '172820.495000', '172820.498000', '172820.500000', '172840.368000', '172840.371000', '172840.374000', '172840.377000', '172840.379000', '172840.382000', '172840.385000', '172840.388000', '172840.391000', '172840.394000', '172840.396000', '172840.399000', '172840.402000', '172840.405000', '172840.408000', '172840.411000', '172840.413000', '172840.416000', '172840.419000', '172840.422000', '172840.425000', '172840.427000', '172840.430000', '172840.433000', '172840.436000', '172840.439000', '172840.441000', '172840.444000', '172840.447000', '172840.450000', '172840.453000', '172840.456000', '172840.458000', '172840.461000', '172840.464000', '172840.467000', '172840.470000', '172840.473000', '172840.475000', '172840.478000', '172840.481000', '172840.484000', '172840.487000', '172840.489000', '172900.369000', '172900.372000', '172900.375000', '172900.378000', '172900.380000', '172900.383000', '172900.386000', '172900.389000', '172900.392000', '172900.395000', '172900.398000', '172900.400000', '172900.403000', '172900.408000', '172900.412000', '172900.415000', '172900.418000', '172900.421000', '172900.424000', '172900.427000', '172900.429000', '172900.432000', '172900.435000', '172900.438000', '172900.441000', '172900.444000', '172900.446000', '172900.449000', '172900.452000', '172900.455000', '172900.458000', '172900.461000', '172900.463000', '172900.466000', '172900.469000', '172900.472000', '172900.474000', '172900.477000', '172900.480000', '172900.483000', '172900.486000', '172900.488000', '172900.491000', '172920.369000', '172920.372000', '172920.375000', '172920.378000', '172920.380000', '172920.383000', '172920.386000', '172920.389000', '172920.392000', '172920.395000', '172920.397000', '172920.400000', '172920.403000', '172920.406000', '172920.409000', '172920.411000', '172920.414000', '172920.417000', '172920.420000', '172920.423000', '172920.425000', '172920.428000', '172920.431000', '172920.434000', '172920.437000', '172920.440000', '172920.442000', '172920.445000', '172920.448000', '172920.451000', '172920.454000', '172920.456000', '172920.459000', '172920.462000', '172920.465000', '172920.468000', '172920.470000', '172920.473000', '172920.476000', '172920.479000', '172920.482000', '172920.484000', '172920.487000', '172920.490000', '172940.369000', '172940.372000', '172940.375000', '172940.378000', '172940.380000', '172940.383000', '172940.386000', '172940.389000', '172940.392000', '172940.394000', '172940.397000', '172940.400000', '172940.403000', '172940.406000', '172940.409000', '172940.412000', '172940.416000', '172940.420000', '172940.423000', '172940.426000', '172940.429000', '172940.432000', '172940.435000', '172940.438000', '172940.450000', '172940.453000', '172940.456000', '172940.459000', '172940.462000', '172940.464000', '172940.467000', '172940.470000', '172940.473000', '172940.476000', '172940.478000', '172940.481000', '172940.484000', '172940.487000', '172940.490000', '172940.492000', '172940.495000', '172940.498000', '172940.501000', '173000.368000', '173000.371000', '173000.374000', '173000.377000', '173000.379000', '173000.382000', '173000.385000', '173000.388000', '173000.391000', '173000.394000', '173000.396000', '173000.399000', '173000.402000', '173000.405000', '173000.408000', '173000.411000', '173000.413000', '173000.416000', '173000.419000', '173000.422000', '173000.425000', '173000.427000', '173000.430000', '173000.433000', '173000.453000', '173000.456000', '173000.459000', '173000.462000', '173000.465000', '173000.468000', '173000.470000', '173000.473000', '173000.476000', '173000.479000', '173000.482000', '173000.484000', '173000.487000', '173000.490000', '173000.493000', '173000.496000', '173000.499000', '173000.501000', '173000.504000', '173000.507000', '173020.368000', '173020.371000', '173020.374000', '173020.377000', '173020.381000', '173020.383000', '173020.386000', '173020.389000', '173020.392000', '173020.395000', '173020.398000', '173020.400000', '173020.403000', '173020.406000', '173020.409000', '173020.412000', '173020.414000', '173020.417000', '173020.420000', '173020.423000', '173020.426000', '173020.428000', '173020.431000', '173020.434000', '173020.437000', '173020.440000', '173020.443000', '173020.446000', '173020.449000', '173020.452000', '173020.455000', '173020.457000', '173020.460000', '173020.463000', '173020.466000', '173020.469000', '173020.471000', '173020.474000', '173020.477000', '173020.480000', '173020.483000', '173020.485000', '173020.488000', '173024.658000', '173024.662000', '173024.665000', '173024.668000', '173024.671000', '173024.674000', '173024.677000', '173024.680000', '173024.683000', '173024.686000'], 'InstanceCreationTime': ['172040.399000', '172040.403000', '172040.406000', '172040.409000', '172040.412000', '172040.414000', '172040.417000', '172040.420000', '172040.423000', '172040.426000', '172040.429000', '172040.432000', '172040.434000', '172040.437000', '172040.440000', '172040.443000', '172040.446000', '172040.449000', '172040.451000', '172040.454000', '172040.457000', '172040.460000', '172040.463000', '172040.466000', '172040.469000', '172040.471000', '172040.474000', '172040.477000', '172040.480000', '172040.483000', '172040.486000', '172040.488000', '172040.491000', '172040.494000', '172040.497000', '172040.500000', '172040.503000', '172040.506000', '172040.509000', '172040.512000', '172040.515000', '172040.525000', '172040.528000', '172040.530000', '172040.533000', '172040.536000', '172040.539000', '172040.542000', '172040.545000', '172040.547000', '172040.550000', '172100.368000', '172100.371000', '172100.374000', '172100.376000', '172100.379000', '172100.382000', '172100.385000', '172100.388000', '172100.390000', '172100.393000', '172100.396000', '172100.399000', '172100.402000', '172100.404000', '172100.407000', '172100.410000', '172100.413000', '172100.415000', '172100.431000', '172100.434000', '172100.436000', '172100.439000', '172100.442000', '172100.445000', '172100.448000', '172100.450000', '172100.453000', '172100.456000', '172100.459000', '172100.462000', '172100.464000', '172100.467000', '172100.470000', '172100.473000', '172100.475000', '172100.478000', '172100.481000', '172100.484000', '172100.487000', '172100.489000', '172100.496000', '172100.498000', '172100.501000', '172100.504000', '172120.368000', '172120.371000', '172120.374000', '172120.376000', '172120.379000', '172120.382000', '172120.385000', '172120.388000', '172120.390000', '172120.393000', '172120.396000', '172120.399000', '172120.402000', '172120.405000', '172120.408000', '172120.410000', '172120.415000', '172120.418000', '172120.421000', '172120.424000', '172120.427000', '172120.430000', '172120.432000', '172120.435000', '172120.438000', '172120.441000', '172120.443000', '172120.446000', '172120.449000', '172120.452000', '172120.457000', '172120.459000', '172120.462000', '172120.465000', '172120.468000', '172120.471000', '172120.473000', '172120.476000', '172120.479000', '172120.482000', '172120.484000', '172120.487000', '172120.490000', '172140.368000', '172140.371000', '172140.374000', '172140.376000', '172140.379000', '172140.382000', '172140.385000', '172140.388000', '172140.390000', '172140.393000', '172140.396000', '172140.399000', '172140.401000', '172140.404000', '172140.407000', '172140.410000', '172140.413000', '172140.416000', '172140.418000', '172140.430000', '172140.433000', '172140.436000', '172140.439000', '172140.441000', '172140.444000', '172140.447000', '172140.450000', '172140.453000', '172140.455000', '172140.458000', '172140.461000', '172140.464000', '172140.467000', '172140.469000', '172140.472000', '172140.475000', '172140.478000', '172140.481000', '172140.483000', '172140.486000', '172140.489000', '172140.492000', '172140.495000', '172140.498000', '172200.368000', '172200.371000', '172200.374000', '172200.377000', '172200.379000', '172200.382000', '172200.385000', '172200.388000', '172200.391000', '172200.393000', '172200.396000', '172200.399000', '172200.402000', '172200.404000', '172200.407000', '172200.410000', '172200.413000', '172200.416000', '172200.419000', '172200.421000', '172200.424000', '172200.427000', '172200.430000', '172200.433000', '172200.435000', '172200.438000', '172200.442000', '172200.447000', '172200.450000', '172200.453000', '172200.456000', '172200.459000', '172200.462000', '172200.464000', '172200.467000', '172200.470000', '172200.473000', '172200.475000', '172200.478000', '172200.481000', '172200.484000', '172200.487000', '172200.490000', '172220.369000', '172220.372000', '172220.375000', '172220.378000', '172220.380000', '172220.383000', '172220.386000', '172220.389000', '172220.392000', '172220.394000', '172220.397000', '172220.400000', '172220.407000', '172220.410000', '172220.413000', '172220.415000', '172220.418000', '172220.421000', '172220.424000', '172220.426000', '172220.429000', '172220.432000', '172220.435000', '172220.438000', '172220.440000', '172220.443000', '172220.446000', '172220.449000', '172220.452000', '172220.454000', '172220.457000', '172220.460000', '172220.463000', '172220.466000', '172220.468000', '172220.471000', '172220.474000', '172220.477000', '172220.480000', '172220.482000', '172220.485000', '172220.488000', '172220.491000', '172220.494000', '172240.369000', '172240.372000', '172240.375000', '172240.377000', '172240.380000', '172240.383000', '172240.386000', '172240.389000', '172240.392000', '172240.395000', '172240.398000', '172240.401000', '172240.403000', '172240.421000', '172240.424000', '172240.427000', '172240.430000', '172240.433000', '172240.435000', '172240.438000', '172240.441000', '172240.444000', '172240.447000', '172240.450000', '172240.452000', '172240.456000', '172240.461000', '172240.465000', '172240.467000', '172240.470000', '172240.473000', '172240.476000', '172240.479000', '172240.482000', '172240.484000', '172240.487000', '172240.490000', '172240.493000', '172240.496000', '172240.498000', '172240.501000', '172240.504000', '172240.507000', '172300.368000', '172300.371000', '172300.374000', '172300.376000', '172300.379000', '172300.382000', '172300.385000', '172300.388000', '172300.391000', '172300.393000', '172300.396000', '172300.399000', '172300.402000', '172300.404000', '172300.407000', '172300.416000', '172300.418000', '172300.421000', '172300.424000', '172300.427000', '172300.430000', '172300.433000', '172300.435000', '172300.438000', '172300.441000', '172300.444000', '172300.447000', '172300.449000', '172300.452000', '172300.455000', '172300.458000', '172300.461000', '172300.463000', '172300.466000', '172300.469000', '172300.472000', '172300.475000', '172300.477000', '172300.480000', '172300.483000', '172300.486000', '172300.489000', '172300.491000', '172300.494000', '172320.368000', '172320.371000', '172320.374000', '172320.376000', '172320.379000', '172320.382000', '172320.385000', '172320.388000', '172320.391000', '172320.393000', '172320.396000', '172320.399000', '172320.402000', '172320.405000', '172320.407000', '172320.410000', '172320.413000', '172320.416000', '172320.419000', '172320.422000', '172320.424000', '172320.427000', '172320.430000', '172320.433000', '172320.436000', '172320.439000', '172320.441000', '172320.444000', '172320.447000', '172320.450000', '172320.453000', '172320.456000', '172320.458000', '172320.461000', '172320.464000', '172320.467000', '172320.469000', '172320.472000', '172320.475000', '172320.478000', '172320.481000', '172320.484000', '172320.487000', '172340.368000', '172340.371000', '172340.374000', '172340.376000', '172340.379000', '172340.382000', '172340.385000', '172340.388000', '172340.390000', '172340.393000', '172340.396000', '172340.399000', '172340.402000', '172340.405000', '172340.407000', '172340.410000', '172340.413000', '172340.416000', '172340.418000', '172340.421000', '172340.424000', '172340.427000', '172340.430000', '172340.433000', '172340.436000', '172340.439000', '172340.441000', '172340.444000', '172340.447000', '172340.450000', '172340.453000', '172340.456000', '172340.458000', '172340.461000', '172340.464000', '172340.467000', '172340.469000', '172340.472000', '172340.475000', '172340.478000', '172340.481000', '172340.483000', '172340.486000', '172340.489000', '172400.368000', '172400.371000', '172400.374000', '172400.377000', '172400.379000', '172400.382000', '172400.385000', '172400.388000', '172400.391000', '172400.393000', '172400.396000', '172400.399000', '172400.402000', '172400.405000', '172400.408000', '172400.410000', '172400.413000', '172400.416000', '172400.419000', '172400.422000', '172400.424000', '172400.428000', '172400.432000', '172400.434000', '172400.437000', '172400.440000', '172400.443000', '172400.446000', '172400.449000', '172400.451000', '172400.454000', '172400.457000', '172400.460000', '172400.463000', '172400.465000', '172400.468000', '172400.471000', '172400.474000', '172400.477000', '172400.479000', '172400.483000', '172400.486000', '172400.488000', '172420.368000', '172420.371000', '172420.374000', '172420.376000', '172420.379000', '172420.382000', '172420.385000', '172420.388000', '172420.392000', '172420.395000', '172420.398000', '172420.400000', '172420.404000', '172420.407000', '172420.410000', '172420.413000', '172420.415000', '172420.418000', '172420.421000', '172420.424000', '172420.427000', '172420.429000', '172420.432000', '172420.435000', '172420.438000', '172420.441000', '172420.444000', '172420.446000', '172420.449000', '172420.452000', '172420.455000', '172420.458000', '172420.460000', '172420.463000', '172420.466000', '172420.469000', '172420.472000', '172420.474000', '172420.477000', '172420.480000', '172420.483000', '172420.486000', '172420.488000', '172420.491000', '172440.369000', '172440.372000', '172440.375000', '172440.377000', '172440.380000', '172440.383000', '172440.386000', '172440.389000', '172440.391000', '172440.394000', '172440.397000', '172440.400000', '172440.403000', '172440.406000', '172440.408000', '172440.411000', '172440.414000', '172440.417000', '172440.420000', '172440.422000', '172440.425000', '172440.428000', '172440.431000', '172440.434000', '172440.437000', '172440.439000', '172440.442000', '172440.445000', '172440.448000', '172440.451000', '172440.453000', '172440.456000', '172440.459000', '172440.462000', '172440.465000', '172440.467000', '172440.470000', '172440.473000', '172440.476000', '172440.479000', '172440.482000', '172440.484000', '172440.487000', '172500.369000', '172500.372000', '172500.375000', '172500.377000', '172500.380000', '172500.383000', '172500.386000', '172500.389000', '172500.392000', '172500.394000', '172500.397000', '172500.400000', '172500.403000', '172500.406000', '172500.408000', '172500.411000', '172500.414000', '172500.417000', '172500.420000', '172500.423000', '172500.425000', '172500.428000', '172500.431000', '172500.434000', '172500.437000', '172500.440000', '172500.442000', '172500.445000', '172500.448000', '172500.451000', '172500.454000', '172500.456000', '172500.459000', '172500.462000', '172500.465000', '172500.468000', '172500.471000', '172500.473000', '172500.476000', '172500.479000', '172500.482000', '172500.485000', '172500.487000', '172500.490000', '172520.368000', '172520.371000', '172520.374000', '172520.376000', '172520.379000', '172520.382000', '172520.385000', '172520.388000', '172520.391000', '172520.394000', '172520.396000', '172520.399000', '172520.402000', '172520.405000', '172520.407000', '172520.410000', '172520.413000', '172520.416000', '172520.419000', '172520.422000', '172520.424000', '172520.427000', '172520.430000', '172520.433000', '172520.436000', '172520.439000', '172520.441000', '172520.444000', '172520.447000', '172520.450000', '172520.453000', '172520.455000', '172520.458000', '172520.461000', '172520.465000', '172520.468000', '172520.471000', '172520.474000', '172520.477000', '172520.480000', '172520.483000', '172520.486000', '172520.488000', '172540.368000', '172540.371000', '172540.374000', '172540.376000', '172540.379000', '172540.382000', '172540.385000', '172540.388000', '172540.391000', '172540.393000', '172540.396000', '172540.399000', '172540.402000', '172540.405000', '172540.407000', '172540.410000', '172540.413000', '172540.416000', '172540.419000', '172540.421000', '172540.442000', '172540.445000', '172540.448000', '172540.451000', '172540.454000', '172540.457000', '172540.460000', '172540.462000', '172540.465000', '172540.468000', '172540.471000', '172540.474000', '172540.477000', '172540.479000', '172540.482000', '172540.485000', '172540.488000', '172540.491000', '172540.493000', '172540.496000', '172540.499000', '172540.502000', '172540.505000', '172540.507000', '172600.368000', '172600.371000', '172600.374000', '172600.376000', '172600.379000', '172600.382000', '172600.385000', '172600.388000', '172600.391000', '172600.393000', '172600.396000', '172600.399000', '172600.402000', '172600.405000', '172600.408000', '172600.410000', '172600.413000', '172600.416000', '172600.419000', '172600.422000', '172600.425000', '172600.427000', '172600.430000', '172600.433000', '172600.436000', '172600.439000', '172600.442000', '172600.444000', '172600.447000', '172600.450000', '172600.453000', '172600.456000', '172600.458000', '172600.461000', '172600.464000', '172600.467000', '172600.470000', '172600.472000', '172600.475000', '172600.478000', '172600.481000', '172600.484000', '172600.487000', '172620.368000', '172620.371000', '172620.374000', '172620.376000', '172620.379000', '172620.382000', '172620.385000', '172620.388000', '172620.391000', '172620.393000', '172620.396000', '172620.399000', '172620.402000', '172620.405000', '172620.407000', '172620.410000', '172620.413000', '172620.416000', '172620.419000', '172620.422000', '172620.424000', '172620.427000', '172620.430000', '172620.433000', '172620.436000', '172620.439000', '172620.441000', '172620.444000', '172620.447000', '172620.450000', '172620.453000', '172620.455000', '172620.458000', '172620.461000', '172620.464000', '172620.468000', '172620.471000', '172620.474000', '172620.476000', '172620.479000', '172620.482000', '172620.485000', '172620.488000', '172620.490000', '172640.369000', '172640.372000', '172640.375000', '172640.378000', '172640.380000', '172640.383000', '172640.386000', '172640.389000', '172640.392000', '172640.394000', '172640.397000', '172640.400000', '172640.403000', '172640.406000', '172640.408000', '172640.411000', '172640.414000', '172640.417000', '172640.420000', '172640.422000', '172640.425000', '172640.428000', '172640.431000', '172640.434000', '172640.436000', '172640.439000', '172640.442000', '172640.445000', '172640.448000', '172640.450000', '172640.453000', '172640.456000', '172640.459000', '172640.462000', '172640.465000', '172640.467000', '172640.470000', '172640.473000', '172640.476000', '172640.479000', '172640.481000', '172640.484000', '172640.487000', '172700.369000', '172700.372000', '172700.375000', '172700.378000', '172700.381000', '172700.384000', '172700.386000', '172700.389000', '172700.392000', '172700.395000', '172700.398000', '172700.401000', '172700.404000', '172700.406000', '172700.409000', '172700.412000', '172700.415000', '172700.418000', '172700.420000', '172700.423000', '172700.426000', '172700.429000', '172700.432000', '172700.435000', '172700.437000', '172700.440000', '172700.443000', '172700.446000', '172700.449000', '172700.451000', '172700.454000', '172700.480000', '172700.483000', '172700.486000', '172700.488000', '172700.491000', '172700.494000', '172700.497000', '172700.500000', '172700.503000', '172700.505000', '172700.508000', '172700.511000', '172720.369000', '172720.372000', '172720.375000', '172720.378000', '172720.380000', '172720.383000', '172720.386000', '172720.389000', '172720.392000', '172720.394000', '172720.397000', '172720.400000', '172720.403000', '172720.406000', '172720.408000', '172720.411000', '172720.414000', '172720.417000', '172720.420000', '172720.423000', '172720.425000', '172720.428000', '172720.431000', '172720.434000', '172720.437000', '172720.439000', '172720.442000', '172720.445000', '172720.448000', '172720.451000', '172720.454000', '172720.457000', '172720.460000', '172720.463000', '172720.466000', '172720.468000', '172720.471000', '172720.474000', '172720.477000', '172720.480000', '172720.482000', '172720.485000', '172720.488000', '172720.491000', '172740.368000', '172740.371000', '172740.374000', '172740.377000', '172740.380000', '172740.383000', '172740.386000', '172740.389000', '172740.392000', '172740.395000', '172740.397000', '172740.400000', '172740.403000', '172740.406000', '172740.408000', '172740.411000', '172740.414000', '172740.417000', '172740.420000', '172740.423000', '172740.426000', '172740.428000', '172740.431000', '172740.434000', '172740.437000', '172740.440000', '172740.442000', '172740.445000', '172740.448000', '172740.451000', '172740.454000', '172740.457000', '172740.459000', '172740.462000', '172740.465000', '172740.468000', '172740.471000', '172740.474000', '172740.476000', '172740.479000', '172740.482000', '172740.485000', '172740.488000', '172800.368000', '172800.371000', '172800.374000', '172800.377000', '172800.379000', '172800.382000', '172800.385000', '172800.388000', '172800.391000', '172800.394000', '172800.396000', '172800.399000', '172800.402000', '172800.405000', '172800.408000', '172800.410000', '172800.413000', '172800.416000', '172800.419000', '172800.422000', '172800.425000', '172800.427000', '172800.430000', '172800.433000', '172800.436000', '172800.438000', '172800.441000', '172800.444000', '172800.447000', '172800.450000', '172800.453000', '172800.455000', '172800.458000', '172800.461000', '172800.464000', '172800.467000', '172800.469000', '172800.472000', '172800.475000', '172800.478000', '172800.481000', '172800.483000', '172800.486000', '172800.489000', '172820.368000', '172820.371000', '172820.374000', '172820.377000', '172820.379000', '172820.383000', '172820.385000', '172820.388000', '172820.391000', '172820.394000', '172820.397000', '172820.400000', '172820.403000', '172820.405000', '172820.408000', '172820.411000', '172820.414000', '172820.417000', '172820.420000', '172820.422000', '172820.425000', '172820.428000', '172820.431000', '172820.433000', '172820.436000', '172820.439000', '172820.442000', '172820.445000', '172820.461000', '172820.464000', '172820.467000', '172820.470000', '172820.472000', '172820.475000', '172820.478000', '172820.481000', '172820.484000', '172820.486000', '172820.489000', '172820.492000', '172820.495000', '172820.498000', '172820.500000', '172840.368000', '172840.371000', '172840.374000', '172840.377000', '172840.379000', '172840.382000', '172840.385000', '172840.388000', '172840.391000', '172840.394000', '172840.396000', '172840.399000', '172840.402000', '172840.405000', '172840.408000', '172840.411000', '172840.413000', '172840.416000', '172840.419000', '172840.422000', '172840.425000', '172840.427000', '172840.430000', '172840.433000', '172840.436000', '172840.439000', '172840.441000', '172840.444000', '172840.447000', '172840.450000', '172840.453000', '172840.456000', '172840.458000', '172840.461000', '172840.464000', '172840.467000', '172840.470000', '172840.473000', '172840.475000', '172840.478000', '172840.481000', '172840.484000', '172840.487000', '172840.489000', '172900.369000', '172900.372000', '172900.375000', '172900.378000', '172900.380000', '172900.383000', '172900.386000', '172900.389000', '172900.392000', '172900.395000', '172900.398000', '172900.400000', '172900.403000', '172900.408000', '172900.412000', '172900.415000', '172900.418000', '172900.421000', '172900.424000', '172900.427000', '172900.429000', '172900.432000', '172900.435000', '172900.438000', '172900.441000', '172900.444000', '172900.446000', '172900.449000', '172900.452000', '172900.455000', '172900.458000', '172900.461000', '172900.463000', '172900.466000', '172900.469000', '172900.472000', '172900.474000', '172900.477000', '172900.480000', '172900.483000', '172900.486000', '172900.488000', '172900.491000', '172920.369000', '172920.372000', '172920.375000', '172920.378000', '172920.380000', '172920.383000', '172920.386000', '172920.389000', '172920.392000', '172920.395000', '172920.397000', '172920.400000', '172920.403000', '172920.406000', '172920.409000', '172920.411000', '172920.414000', '172920.417000', '172920.420000', '172920.423000', '172920.425000', '172920.428000', '172920.431000', '172920.434000', '172920.437000', '172920.440000', '172920.442000', '172920.445000', '172920.448000', '172920.451000', '172920.454000', '172920.456000', '172920.459000', '172920.462000', '172920.465000', '172920.468000', '172920.470000', '172920.473000', '172920.476000', '172920.479000', '172920.482000', '172920.484000', '172920.487000', '172920.490000', '172940.369000', '172940.372000', '172940.375000', '172940.378000', '172940.380000', '172940.383000', '172940.386000', '172940.389000', '172940.392000', '172940.394000', '172940.397000', '172940.400000', '172940.403000', '172940.406000', '172940.409000', '172940.412000', '172940.416000', '172940.420000', '172940.423000', '172940.426000', '172940.429000', '172940.432000', '172940.435000', '172940.438000', '172940.450000', '172940.453000', '172940.456000', '172940.459000', '172940.462000', '172940.464000', '172940.467000', '172940.470000', '172940.473000', '172940.476000', '172940.478000', '172940.481000', '172940.484000', '172940.487000', '172940.490000', '172940.492000', '172940.495000', '172940.498000', '172940.501000', '173000.368000', '173000.371000', '173000.374000', '173000.377000', '173000.379000', '173000.382000', '173000.385000', '173000.388000', '173000.391000', '173000.394000', '173000.396000', '173000.399000', '173000.402000', '173000.405000', '173000.408000', '173000.411000', '173000.413000', '173000.416000', '173000.419000', '173000.422000', '173000.425000', '173000.427000', '173000.430000', '173000.433000', '173000.453000', '173000.456000', '173000.459000', '173000.462000', '173000.465000', '173000.468000', '173000.470000', '173000.473000', '173000.476000', '173000.479000', '173000.482000', '173000.484000', '173000.487000', '173000.490000', '173000.493000', '173000.496000', '173000.499000', '173000.501000', '173000.504000', '173000.507000', '173020.368000', '173020.371000', '173020.374000', '173020.377000', '173020.381000', '173020.383000', '173020.386000', '173020.389000', '173020.392000', '173020.395000', '173020.398000', '173020.400000', '173020.403000', '173020.406000', '173020.409000', '173020.412000', '173020.414000', '173020.417000', '173020.420000', '173020.423000', '173020.426000', '173020.428000', '173020.431000', '173020.434000', '173020.437000', '173020.440000', '173020.443000', '173020.446000', '173020.449000', '173020.452000', '173020.455000', '173020.457000', '173020.460000', '173020.463000', '173020.466000', '173020.469000', '173020.471000', '173020.474000', '173020.477000', '173020.480000', '173020.483000', '173020.485000', '173020.488000', '173024.658000', '173024.662000', '173024.665000', '173024.668000', '173024.671000', '173024.674000', '173024.677000', '173024.680000', '173024.683000', '173024.686000'], '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': [11036, 13161, 10281, 14639, 10777, 13393, 10137, 13421, 10116, 14935, 10788, 13290, 10264, 12192, 10006, 12078, 10052, 11471, 10439, 11172, 10296, 12223, 10807, 11004, 10479, 11025, 12640, 10858, 13091, 10708, 14152, 10395, 13922, 10382, 12917, 10363, 10892, 11570, 10460, 13921, 10576, 14768, 10975, 11648, 10041, 10704, 14749, 10551, 13891, 10203, 10559, 14000, 10389, 14009, 10557, 10649, 14311, 10912, 12285, 10955, 10605, 15332, 11413, 11150, 13347, 10265, 13854, 10894, 10426, 14448, 10372, 10698, 11454, 10387, 14274, 11225, 10515, 14051, 10698, 12904, 11157, 10380, 14763, 11179, 10566, 13799, 10292, 12125, 11970, 10278, 15120, 11210, 10441, 13349, 10575, 16094, 11757, 10524, 14512, 11428, 10827, 13720, 10830, 11853, 12473, 10192, 14011, 12329, 10795, 15229, 12210, 14621, 12882, 10519, 15141, 11911, 15272, 11895, 10547, 15138, 11116, 16570, 13162, 12143, 11471, 10460, 14824, 10382, 15428, 11985, 14380, 11518, 10496, 13808, 10489, 14738, 10889, 15205, 11151, 14769, 11221, 12531, 11129, 10834, 13346, 10838, 13947, 10787, 15053, 10646, 14768, 11226, 14700, 12135, 12763, 11155, 12598, 11196, 10989, 12277, 11142, 14087, 10955, 14649, 10855, 15245, 10650, 16139, 10626, 15869, 11279, 16368, 11933, 16261, 11141, 15869, 12262, 15358, 11160, 15901, 10756, 15475, 10706, 14731, 10559, 14273, 10694, 13901, 10488, 13062, 10741, 12630, 11273, 12824, 12585, 12397, 13466, 10994, 15202, 11204, 15491, 11151, 15541, 11176, 14126, 10323, 13512, 10259, 13720, 10555, 13057, 10547, 13832, 10472, 13074, 10485, 13126, 10836, 13057, 10775, 13146, 10762, 13126, 10856, 12482, 10638, 13140, 10785, 13524, 10863, 14256, 10842, 15757, 10623, 16090, 10486, 15763, 10922, 16134, 12759, 15910, 11764, 10776, 11988, 11233, 15230, 11251, 15490, 11564, 15329, 11469, 14698, 11316, 15513, 11275, 15776, 11529, 15329, 11176, 14119, 11783, 13791, 11949, 11003, 11901, 10754, 14588, 11190, 13162, 11557, 14638, 11553, 13999, 11589, 14406, 11165, 13613, 10887, 13887, 10970, 13835, 11061, 12634, 11431, 13873, 11410, 14540, 11396, 14827, 11847, 14116, 11527, 14349, 11751, 14851, 11533, 14549, 11541, 14918, 11387, 14469, 11185, 14311, 11035, 14445, 11245, 14296, 11232, 13110, 11462, 14856, 11246, 12820, 11691, 13446, 11067, 10749, 13608, 10944, 14781, 11222, 10664, 10986, 10825, 11120, 10711, 10977, 10885, 12021, 10845, 11697, 11669, 12651, 11448, 13652, 11340, 14688, 11604, 13627, 11486, 13572, 10972, 13548, 12107, 11217, 12961, 10808, 14677, 11203, 15808, 11626, 15082, 11457, 14422, 10934, 14112, 11246, 12960, 10769, 14652, 10504, 13953, 11506, 12328, 10721, 11578, 11951, 11087, 13731, 11170, 14747, 11528, 13787, 11452, 13715, 11256, 13123, 10895, 13302, 10711, 13701, 10650, 13676, 10748, 13578, 10684, 14213, 10901, 12431, 10774, 13177, 10891, 14575, 10567, 14054, 10573, 14629, 10775, 15611, 10521, 14643, 10855, 15831, 10841, 15195, 10730, 15149, 10741, 15034, 10719, 15158, 10549, 14812, 10708, 14613, 10732, 14561, 10369, 13957, 10570, 15123, 10592, 14568, 10679, 14987, 10667, 15848, 10752, 15530, 10905, 16094, 10529, 16121, 10553, 15882, 10816, 15791, 10798, 15551, 10421, 16080, 11863, 16241, 10993, 16242, 11804, 16051, 11684, 14896, 11300, 13037, 10739, 12760, 10998, 11865, 12560, 11312, 14120, 10276, 15958, 10713, 15622, 10421, 15726, 11726, 15798, 10709, 15167, 10807, 15829, 11654, 13567, 10387, 12440, 11013, 10788, 11044, 10676, 13931, 10607, 14706, 10451, 15781, 11050, 15980, 11028, 16030, 11036, 15354, 12315, 12576, 10715, 12257, 11888, 11148, 13760, 10490, 15486, 10980, 15490, 10887, 15178, 12492, 12020, 10523, 12504, 13356, 11078, 14491, 10384, 15751, 10930, 16168, 11498, 16379, 11327, 14516, 12038, 11704, 10255, 11903, 12633, 11335, 13711, 10445, 14999, 10369, 15215, 10442, 15190, 10444, 15146, 10581, 14951, 10660, 14768, 10978, 15146, 10791, 12823, 10984, 13103, 11664, 11007, 11587, 11660, 13674, 10881, 13926, 11188, 14729, 10715, 15011, 10250, 15161, 10447, 16004, 10290, 15579, 10340, 15589, 10575, 15883, 10285, 15172, 10290, 15422, 10492, 15260, 10103, 15212, 10241, 15411, 10226, 15207, 10326, 14986, 10155, 15083, 10227, 14782, 10353, 14793, 10251, 15096, 10395, 14769, 10298, 15413, 10278, 15590, 10253, 15296, 10185, 15294, 10169, 14938, 10163, 15137, 10311, 14850, 10165, 14782, 10399, 15486, 10180, 14724, 10304, 14605, 10165, 15740, 10204, 15266, 10143, 15147, 11077, 15255, 10142, 15132, 10099, 14976, 11508, 15984, 10659, 15513, 11040, 14924, 12165, 13334, 11021, 13291, 11804, 12608, 10592, 13530, 11370, 13286, 12040, 11815, 11404, 12881, 12840, 11046, 12956, 11277, 14069, 11482, 14667, 10360, 13755, 10329, 15181, 10193, 15242, 9755, 15125, 10092, 15135, 10844, 14606, 10315, 13246, 10809, 13723, 11772, 13011, 11470, 11579, 12188, 12064, 12831, 11932, 11945, 10886, 12404, 12364, 10928, 13547, 9796, 13543, 9675, 15452, 10763, 12930, 10379, 9827, 13150, 9595, 14817, 10545, 16321, 11612, 14632, 10616, 14426, 10957, 15702, 12401, 16162, 11947, 15461, 12205, 14400, 10132, 13873, 9827, 14296, 11776, 14199, 10124, 14232, 10384, 15140, 11073, 15318, 9273, 14353, 10381, 14814, 9586, 14975, 10233, 14858, 10157, 15214, 9993, 14328, 9964, 15191, 9817, 13256, 10688, 13514, 11898, 13177, 11517, 11514, 13433, 11091, 14161, 11809, 14904, 11774, 15841, 11622, 15526, 11424, 15675, 10392, 14806, 10470, 14803, 10091, 14373, 9521, 14117, 10493, 14022, 10864, 12345, 12260, 11462, 14363, 11891, 14238, 10537, 15551, 10709, 15046, 11207, 14830, 10066, 13977, 9474, 14183, 9713, 14242, 10244, 13090, 11953, 12202, 12206, 10677, 14264, 10637, 15314, 12043, 15975, 10220, 14858, 10375, 13741, 11076, 13750, 9497, 14992, 10195, 10564, 11454, 9562, 13229, 9749, 14978, 10736, 15534, 10788, 15332, 11535, 15297, 11101, 15319, 10518, 14716, 10150, 15000, 10099, 13395, 10186, 13231, 12550, 11756, 11644, 9593, 15067, 10689, 15897, 11624, 15430, 9923, 14284, 9843, 13873, 9031, 12960, 10760, 12312, 10730, 9933, 14792, 10464, 15813, 10785, 14430, 10000, 13822, 9911, 12569, 11582, 9651, 16716, 10608, 14374, 9975, 13042, 9618, 11500, 12697, 10135, 15501, 9635, 13893, 9718, 12829, 9627, 12860, 8932, 13281, 9422, 12800, 11360, 11634, 11282, 10056, 14025, 10608, 14631, 10885, 14435, 9921, 13659, 10006, 14258, 10166, 14203, 9340, 13640, 10201, 12247, 10998, 14446, 8464, 13524, 9556, 15587, 10052, 17062, 10860, 17218, 10655, 16720, 10388, 16664, 10857, 16467, 10331, 16782, 9287, 14125, 8939, 12114, 11895, 11286, 12578, 9502, 16243, 9886, 16161, 9454, 13828, 8636, 12376, 8489, 12011, 10894, 12299, 11057, 10830, 13233, 9506, 16115, 9921, 15339, 9588, 14169, 9170, 13307, 8614, 12105, 8849, 11786, 10850, 11110, 12554, 10308, 14022, 9377, 16224, 9997, 16240, 9800, 14352, 9403, 13941, 8920, 14081, 8908, 13417, 8679, 12355, 10406, 10969, 14391, 9747, 15937, 9530, 14276, 8830, 12883, 8655, 11568, 9258, 10837, 12701, 9501, 17178, 9973, 13978, 9043, 12173, 8698, 11189, 9726, 10483, 11682, 9167, 14781, 9187, 14929, 10043, 12289, 9287, 12730, 8872, 12301, 10471, 12298, 11664, 10322, 15977, 9801, 17063, 10066, 14797, 9601, 13547, 9018, 12788, 9762, 12713, 10738, 11897, 13305, 10395, 17399, 10255, 15985, 9897, 15712, 9425, 14611, 9206, 13883, 9103, 12767, 10387, 11834, 11747, 10103, 18679, 10300, 15225, 9816, 13432, 8924, 11662, 10098, 11268, 15793, 9753, 16374, 9260, 13694, 8978, 12373, 9810, 11053, 10255, 10355, 14043, 9674, 16346, 9950, 14140, 9062, 13182, 8852, 11681, 10893, 11635, 12570, 10242, 14920, 9750, 17416, 10136, 16048, 9103, 15157, 9577, 14564, 9757, 12818, 9019, 12443, 11293, 11461, 13273, 10664, 15941, 9799, 17056, 10374, 15547, 9482, 14069, 9235, 13078, 10726, 13052, 11043, 12473, 13650, 11096, 18577, 11108, 17580, 10356, 15345, 10112, 13852, 9138, 13037, 8958, 12763, 11228, 12378, 11008, 11341, 13051, 10441, 16858, 11023, 16375, 9647, 16908, 9843, 15946, 10248, 15185, 9169, 13544, 8831, 12880, 9644, 12938, 9472, 11592, 12073, 11782, 15811, 10359, 14832, 9867, 12895, 10441, 12584, 10391, 13995, 10718, 11580, 10262, 14843, 9937, 17860, 10633, 16466, 10043, 14830, 9286, 13346, 9121, 12558, 10254, 10850, 14847, 9858, 15051, 9357, 14851, 9413, 14654, 9162, 12350, 9093, 12044, 11698, 10996, 13823, 9865, 16435, 9761, 16095, 10038, 13800, 9442, 12800, 9317, 12179, 12085, 10882, 14138, 9717, 17197, 9865, 14739, 9155, 13119, 8888, 12382, 11806, 10868, 14736, 9884, 16318, 10151, 13428, 9731, 13041, 8961, 11583, 10080, 10812, 13460, 10310, 13917, 9465, 15998, 9802, 14671, 9756, 13311, 9254, 12202, 8955, 11521, 9750, 11349, 8947, 11347, 10864, 10802, 13483, 10692, 11938, 10129, 14665, 9894, 18148, 10468, 16216, 9567, 16233, 9893, 15480, 10248, 14779, 9161, 14645, 9808, 14725, 9926, 14201, 9755, 13737, 9560, 14557, 9667, 12765, 9265, 12353, 10368, 12292, 9785, 11720, 11586, 10785, 14272, 10445, 13461, 10570, 16314, 10056, 17864, 10575, 15490, 9272, 14445, 9606, 14304, 9875, 14102, 9053, 12631, 9339, 12048, 11993, 11170, 11448, 10234, 13807, 9881, 17171, 10144, 16335, 9648, 16313, 9814, 15249, 10089, 14543, 9562, 12935, 9112, 13345, 9433, 12190, 9013, 11675, 10376, 11715, 12147, 11022, 11878, 10571, 14842, 9914, 17651, 10245, 15193, 9193, 13144, 9432, 12803, 9155, 12432, 8755, 11045, 10958, 10100, 14597, 9869, 14375], 'WindowCenter': [4627.0, 4619.0, 4573.0, 4597.0, 4555.0, 4571.0, 4542.0, 4559.0, 4542.0, 4569.0, 4540.0, 4557.0, 4526.0, 4542.0, 4527.0, 4548.0, 4529.0, 4538.0, 4538.0, 4536.0, 4529.0, 4536.0, 4522.0, 4539.0, 4529.0, 4540.0, 4554.0, 4539.0, 4558.0, 4541.0, 4567.0, 4539.0, 4571.0, 4540.0, 4558.0, 4538.0, 4541.0, 4549.0, 4549.0, 4567.0, 4541.0, 4570.0, 4540.0, 4551.0, 4528.0, 4540.0, 4572.0, 4539.0, 4570.0, 4542.0, 4542.0, 4568.0, 4542.0, 4571.0, 4537.0, 4538.0, 4569.0, 4550.0, 4557.0, 4550.0, 4540.0, 4578.0, 4552.0, 4553.0, 4560.0, 4537.0, 4560.0, 4549.0, 4550.0, 4571.0, 4538.0, 4541.0, 4548.0, 4545.0, 4582.0, 4553.0, 4550.0, 4567.0, 4540.0, 4563.0, 4551.0, 4536.0, 4568.0, 4552.0, 4552.0, 4571.0, 4540.0, 4562.0, 4551.0, 4543.0, 4571.0, 4553.0, 4555.0, 4586.0, 4551.0, 4579.0, 4549.0, 4523.0, 4555.0, 4536.0, 4537.0, 4558.0, 4538.0, 4549.0, 4557.0, 4541.0, 4571.0, 4560.0, 4550.0, 4569.0, 4553.0, 4568.0, 4549.0, 4528.0, 4566.0, 4539.0, 4566.0, 4548.0, 4537.0, 4565.0, 4536.0, 4567.0, 4552.0, 4549.0, 4540.0, 4528.0, 4567.0, 4529.0, 4568.0, 4548.0, 4556.0, 4541.0, 4529.0, 4556.0, 4538.0, 4570.0, 4538.0, 4565.0, 4538.0, 4568.0, 4551.0, 4560.0, 4550.0, 4541.0, 4571.0, 4551.0, 4572.0, 4551.0, 4580.0, 4553.0, 4583.0, 4553.0, 4572.0, 4561.0, 4564.0, 4566.0, 4563.0, 4555.0, 4552.0, 4563.0, 4552.0, 4576.0, 4552.0, 4584.0, 4553.0, 4583.0, 4541.0, 4582.0, 4537.0, 4580.0, 4550.0, 4579.0, 4548.0, 4578.0, 4539.0, 4568.0, 4551.0, 4565.0, 4538.0, 4565.0, 4526.0, 4559.0, 4525.0, 4554.0, 4524.0, 4553.0, 4527.0, 4553.0, 4524.0, 4548.0, 4527.0, 4543.0, 4537.0, 4549.0, 4545.0, 4547.0, 4543.0, 4525.0, 4556.0, 4536.0, 4554.0, 4527.0, 4555.0, 4527.0, 4555.0, 4527.0, 4548.0, 4528.0, 4559.0, 4537.0, 4561.0, 4542.0, 4558.0, 4539.0, 4560.0, 4552.0, 4573.0, 4552.0, 4564.0, 4539.0, 4560.0, 4552.0, 4561.0, 4553.0, 4562.0, 4553.0, 4574.0, 4552.0, 4572.0, 4541.0, 4573.0, 4555.0, 4582.0, 4543.0, 4582.0, 4539.0, 4569.0, 4553.0, 4582.0, 4563.0, 4569.0, 4541.0, 4528.0, 4535.0, 4537.0, 4572.0, 4538.0, 4557.0, 4526.0, 4556.0, 4526.0, 4542.0, 4525.0, 4541.0, 4514.0, 4545.0, 4512.0, 4528.0, 4498.0, 4518.0, 4504.0, 4519.0, 4505.0, 4494.0, 4493.0, 4496.0, 4514.0, 4496.0, 4505.0, 4508.0, 4527.0, 4509.0, 4528.0, 4507.0, 4530.0, 4509.0, 4527.0, 4514.0, 4530.0, 4511.0, 4526.0, 4511.0, 4519.0, 4524.0, 4544.0, 4523.0, 4542.0, 4524.0, 4540.0, 4524.0, 4544.0, 4525.0, 4545.0, 4522.0, 4544.0, 4523.0, 4544.0, 4523.0, 4542.0, 4508.0, 4531.0, 4508.0, 4529.0, 4508.0, 4539.0, 4508.0, 4528.0, 4511.0, 4531.0, 4509.0, 4532.0, 4510.0, 4522.0, 4521.0, 4528.0, 4512.0, 4514.0, 4532.0, 4513.0, 4545.0, 4523.0, 4509.0, 4521.0, 4523.0, 4521.0, 4514.0, 4525.0, 4525.0, 4537.0, 4527.0, 4535.0, 4535.0, 4549.0, 4536.0, 4556.0, 4527.0, 4558.0, 4524.0, 4542.0, 4524.0, 4535.0, 4516.0, 4535.0, 4519.0, 4511.0, 4533.0, 4509.0, 4543.0, 4512.0, 4541.0, 4513.0, 4541.0, 4529.0, 4543.0, 4513.0, 4530.0, 4514.0, 4530.0, 4510.0, 4542.0, 4512.0, 4542.0, 4525.0, 4532.0, 4523.0, 4524.0, 4522.0, 4522.0, 4542.0, 4524.0, 4552.0, 4538.0, 4544.0, 4539.0, 4545.0, 4536.0, 4548.0, 4536.0, 4547.0, 4525.0, 4555.0, 4529.0, 4555.0, 4538.0, 4559.0, 4540.0, 4572.0, 4538.0, 4561.0, 4541.0, 4574.0, 4542.0, 4572.0, 4540.0, 4569.0, 4551.0, 4575.0, 4555.0, 4584.0, 4541.0, 4568.0, 4541.0, 4582.0, 4540.0, 4579.0, 4553.0, 4582.0, 4556.0, 4585.0, 4546.0, 4582.0, 4543.0, 4571.0, 4556.0, 4585.0, 4556.0, 4583.0, 4543.0, 4572.0, 4557.0, 4585.0, 4542.0, 4585.0, 4557.0, 4583.0, 4553.0, 4584.0, 4552.0, 4580.0, 4555.0, 4580.0, 4540.0, 4579.0, 4539.0, 4573.0, 4539.0, 4571.0, 4540.0, 4568.0, 4541.0, 4571.0, 4550.0, 4580.0, 4538.0, 4581.0, 4550.0, 4569.0, 4548.0, 4570.0, 4539.0, 4550.0, 4540.0, 4549.0, 4540.0, 4549.0, 4551.0, 4538.0, 4557.0, 4532.0, 4568.0, 4540.0, 4569.0, 4537.0, 4580.0, 4550.0, 4571.0, 4541.0, 4567.0, 4541.0, 4571.0, 4549.0, 4559.0, 4529.0, 4550.0, 4538.0, 4539.0, 4540.0, 4540.0, 4560.0, 4540.0, 4569.0, 4539.0, 4579.0, 4539.0, 4578.0, 4539.0, 4578.0, 4541.0, 4568.0, 4551.0, 4547.0, 4542.0, 4551.0, 4551.0, 4541.0, 4570.0, 4544.0, 4582.0, 4554.0, 4579.0, 4553.0, 4570.0, 4565.0, 4553.0, 4540.0, 4552.0, 4559.0, 4541.0, 4570.0, 4528.0, 4567.0, 4543.0, 4578.0, 4538.0, 4567.0, 4540.0, 4557.0, 4550.0, 4550.0, 4527.0, 4536.0, 4546.0, 4539.0, 4558.0, 4538.0, 4570.0, 4529.0, 4570.0, 4537.0, 4569.0, 4538.0, 4573.0, 4541.0, 4568.0, 4542.0, 4569.0, 4552.0, 4569.0, 4553.0, 4562.0, 4551.0, 4560.0, 4551.0, 4538.0, 4542.0, 4549.0, 4562.0, 4540.0, 4558.0, 4541.0, 4569.0, 4539.0, 4569.0, 4531.0, 4568.0, 4540.0, 4580.0, 4529.0, 4567.0, 4529.0, 4568.0, 4527.0, 4565.0, 4529.0, 4566.0, 4539.0, 4569.0, 4528.0, 4571.0, 4526.0, 4568.0, 4530.0, 4569.0, 4528.0, 4570.0, 4528.0, 4571.0, 4528.0, 4568.0, 4529.0, 4572.0, 4541.0, 4571.0, 4542.0, 4569.0, 4542.0, 4575.0, 4540.0, 4571.0, 4542.0, 4572.0, 4541.0, 4571.0, 4530.0, 4571.0, 4529.0, 4570.0, 4541.0, 4571.0, 4530.0, 4569.0, 4530.0, 4569.0, 4541.0, 4580.0, 4542.0, 4573.0, 4542.0, 4574.0, 4541.0, 4582.0, 4543.0, 4581.0, 4544.0, 4586.0, 4553.0, 4579.0, 4542.0, 4570.0, 4545.0, 4572.0, 4553.0, 4580.0, 4541.0, 4584.0, 4556.0, 4574.0, 4560.0, 4561.0, 4553.0, 4562.0, 4549.0, 4549.0, 4543.0, 4562.0, 4550.0, 4559.0, 4551.0, 4548.0, 4549.0, 4565.0, 4562.0, 4539.0, 4560.0, 4550.0, 4576.0, 4550.0, 4570.0, 4541.0, 4560.0, 4541.0, 4571.0, 4530.0, 4568.0, 4533.0, 4569.0, 4540.0, 4571.0, 4541.0, 4569.0, 4528.0, 4557.0, 4537.0, 4562.0, 4550.0, 4565.0, 4550.0, 4549.0, 4553.0, 4563.0, 4559.0, 4578.0, 4562.0, 4562.0, 4574.0, 4561.0, 4554.0, 4573.0, 4558.0, 4584.0, 4544.0, 4583.0, 4567.0, 4577.0, 4553.0, 4543.0, 4570.0, 4542.0, 4582.0, 4552.0, 4582.0, 4552.0, 4571.0, 4539.0, 4570.0, 4541.0, 4569.0, 4564.0, 4567.0, 4539.0, 4552.0, 4536.0, 4543.0, 4511.0, 4541.0, 4516.0, 4542.0, 4524.0, 4541.0, 4508.0, 4542.0, 4513.0, 4542.0, 4521.0, 4541.0, 4503.0, 4543.0, 4515.0, 4538.0, 4502.0, 4543.0, 4516.0, 4543.0, 4515.0, 4552.0, 4512.0, 4542.0, 4515.0, 4555.0, 4514.0, 4532.0, 4515.0, 4544.0, 4522.0, 4545.0, 4521.0, 4525.0, 4546.0, 4537.0, 4546.0, 4535.0, 4556.0, 4536.0, 4555.0, 4536.0, 4555.0, 4527.0, 4555.0, 4514.0, 4552.0, 4526.0, 4554.0, 4513.0, 4545.0, 4513.0, 4557.0, 4524.0, 4556.0, 4524.0, 4545.0, 4535.0, 4538.0, 4554.0, 4538.0, 4560.0, 4528.0, 4568.0, 4539.0, 4565.0, 4535.0, 4556.0, 4516.0, 4554.0, 4521.0, 4561.0, 4521.0, 4558.0, 4525.0, 4556.0, 4539.0, 4549.0, 4547.0, 4528.0, 4568.0, 4539.0, 4569.0, 4550.0, 4570.0, 4529.0, 4568.0, 4546.0, 4595.0, 4560.0, 4560.0, 4533.0, 4585.0, 4544.0, 4552.0, 4551.0, 4544.0, 4576.0, 4532.0, 4572.0, 4542.0, 4579.0, 4553.0, 4584.0, 4551.0, 4571.0, 4540.0, 4570.0, 4526.0, 4560.0, 4526.0, 4559.0, 4515.0, 4545.0, 4518.0, 4547.0, 4533.0, 4525.0, 4522.0, 4506.0, 4544.0, 4516.0, 4552.0, 4525.0, 4550.0, 4502.0, 4541.0, 4504.0, 4532.0, 4506.0, 4536.0, 4512.0, 4526.0, 4511.0, 4515.0, 4542.0, 4514.0, 4553.0, 4510.0, 4543.0, 4517.0, 4544.0, 4504.0, 4534.0, 4523.0, 4503.0, 4551.0, 4513.0, 4543.0, 4504.0, 4533.0, 4505.0, 4528.0, 4532.0, 4519.0, 4542.0, 4505.0, 4542.0, 4515.0, 4536.0, 4517.0, 4545.0, 4508.0, 4546.0, 4518.0, 4552.0, 4538.0, 4538.0, 4540.0, 4531.0, 4558.0, 4540.0, 4558.0, 4540.0, 4558.0, 4530.0, 4563.0, 4543.0, 4569.0, 4532.0, 4556.0, 4520.0, 4561.0, 4542.0, 4582.0, 4566.0, 4579.0, 4523.0, 4568.0, 4539.0, 4584.0, 4545.0, 4594.0, 4550.0, 4594.0, 4552.0, 4588.0, 4543.0, 4580.0, 4540.0, 4568.0, 4527.0, 4567.0, 4516.0, 4545.0, 4505.0, 4535.0, 4535.0, 4522.0, 4533.0, 4512.0, 4562.0, 4515.0, 4567.0, 4514.0, 4544.0, 4503.0, 4545.0, 4503.0, 4545.0, 4526.0, 4548.0, 4536.0, 4538.0, 4557.0, 4526.0, 4568.0, 4528.0, 4565.0, 4527.0, 4556.0, 4529.0, 4557.0, 4506.0, 4547.0, 4517.0, 4548.0, 4538.0, 4550.0, 4548.0, 4536.0, 4567.0, 4528.0, 4578.0, 4529.0, 4575.0, 4527.0, 4565.0, 4518.0, 4565.0, 4521.0, 4558.0, 4517.0, 4555.0, 4507.0, 4545.0, 4526.0, 4536.0, 4557.0, 4526.0, 4576.0, 4526.0, 4569.0, 4518.0, 4556.0, 4520.0, 4549.0, 4527.0, 4541.0, 4560.0, 4527.0, 4578.0, 4537.0, 4567.0, 4518.0, 4549.0, 4519.0, 4548.0, 4527.0, 4549.0, 4561.0, 4532.0, 4581.0, 4545.0, 4581.0, 4553.0, 4561.0, 4532.0, 4572.0, 4532.0, 4565.0, 4552.0, 4560.0, 4552.0, 4541.0, 4590.0, 4543.0, 4590.0, 4541.0, 4581.0, 4542.0, 4570.0, 4543.0, 4569.0, 4543.0, 4571.0, 4553.0, 4564.0, 4572.0, 4542.0, 4589.0, 4541.0, 4577.0, 4540.0, 4579.0, 4532.0, 4577.0, 4530.0, 4570.0, 4528.0, 4561.0, 4537.0, 4546.0, 4549.0, 4541.0, 4589.0, 4541.0, 4577.0, 4539.0, 4569.0, 4519.0, 4545.0, 4539.0, 4550.0, 4580.0, 4530.0, 4576.0, 4527.0, 4568.0, 4531.0, 4573.0, 4543.0, 4548.0, 4540.0, 4543.0, 4571.0, 4542.0, 4590.0, 4542.0, 4568.0, 4530.0, 4559.0, 4517.0, 4560.0, 4549.0, 4561.0, 4556.0, 4539.0, 4580.0, 4543.0, 4591.0, 4542.0, 4581.0, 4532.0, 4579.0, 4545.0, 4579.0, 4540.0, 4560.0, 4530.0, 4562.0, 4549.0, 4562.0, 4561.0, 4542.0, 4578.0, 4539.0, 4588.0, 4542.0, 4580.0, 4528.0, 4569.0, 4531.0, 4560.0, 4538.0, 4558.0, 4539.0, 4560.0, 4570.0, 4550.0, 4585.0, 4548.0, 4577.0, 4541.0, 4567.0, 4538.0, 4559.0, 4527.0, 4561.0, 4529.0, 4558.0, 4547.0, 4561.0, 4538.0, 4548.0, 4567.0, 4553.0, 4580.0, 4551.0, 4579.0, 4529.0, 4587.0, 4542.0, 4579.0, 4539.0, 4569.0, 4526.0, 4555.0, 4517.0, 4557.0, 4526.0, 4558.0, 4529.0, 4546.0, 4556.0, 4560.0, 4581.0, 4528.0, 4567.0, 4526.0, 4557.0, 4536.0, 4560.0, 4541.0, 4568.0, 4541.0, 4546.0, 4537.0, 4568.0, 4541.0, 4576.0, 4537.0, 4577.0, 4525.0, 4566.0, 4516.0, 4556.0, 4514.0, 4545.0, 4526.0, 4540.0, 4568.0, 4529.0, 4568.0, 4526.0, 4567.0, 4530.0, 4569.0, 4528.0, 4546.0, 4517.0, 4548.0, 4548.0, 4549.0, 4556.0, 4525.0, 4580.0, 4542.0, 4578.0, 4525.0, 4558.0, 4526.0, 4546.0, 4526.0, 4547.0, 4545.0, 4535.0, 4558.0, 4527.0, 4577.0, 4528.0, 4566.0, 4516.0, 4558.0, 4517.0, 4558.0, 4548.0, 4538.0, 4566.0, 4526.0, 4574.0, 4535.0, 4558.0, 4527.0, 4559.0, 4515.0, 4548.0, 4539.0, 4549.0, 4571.0, 4538.0, 4569.0, 4539.0, 4577.0, 4541.0, 4578.0, 4538.0, 4569.0, 4530.0, 4560.0, 4533.0, 4561.0, 4540.0, 4561.0, 4532.0, 4563.0, 4562.0, 4564.0, 4575.0, 4553.0, 4562.0, 4552.0, 4582.0, 4551.0, 4602.0, 4553.0, 4590.0, 4544.0, 4591.0, 4543.0, 4592.0, 4554.0, 4580.0, 4530.0, 4581.0, 4553.0, 4581.0, 4540.0, 4570.0, 4542.0, 4570.0, 4543.0, 4582.0, 4538.0, 4571.0, 4544.0, 4570.0, 4550.0, 4563.0, 4540.0, 4563.0, 4558.0, 4560.0, 4583.0, 4553.0, 4572.0, 4550.0, 4591.0, 4541.0, 4592.0, 4549.0, 4579.0, 4530.0, 4568.0, 4540.0, 4579.0, 4539.0, 4568.0, 4529.0, 4557.0, 4531.0, 4563.0, 4549.0, 4549.0, 4549.0, 4540.0, 4566.0, 4539.0, 4587.0, 4539.0, 4580.0, 4540.0, 4580.0, 4540.0, 4579.0, 4542.0, 4566.0, 4527.0, 4556.0, 4529.0, 4569.0, 4529.0, 4558.0, 4527.0, 4551.0, 4541.0, 4559.0, 4548.0, 4540.0, 4551.0, 4536.0, 4569.0, 4539.0, 4577.0, 4526.0, 4568.0, 4529.0, 4558.0, 4530.0, 4559.0, 4528.0, 4558.0, 4518.0, 4547.0, 4549.0, 4551.0, 4570.0, 4539.0, 4569.0], 'WindowWidth': [10146.0, 10117.0, 10042.0, 10064.0, 9998.0, 10013.0, 9971.0, 9991.0, 9967.0, 10003.0, 9963.0, 9983.0, 9939.0, 9961.0, 9943.0, 9972.0, 9946.0, 9959.0, 9957.0, 9954.0, 9946.0, 9953.0, 9932.0, 9958.0, 9946.0, 9961.0, 9980.0, 9961.0, 9987.0, 9968.0, 9999.0, 9964.0, 10006.0, 9965.0, 9989.0, 9962.0, 9966.0, 9977.0, 9978.0, 10001.0, 9967.0, 10006.0, 9966.0, 9982.0, 9950.0, 9964.0, 10008.0, 9963.0, 10007.0, 9972.0, 9969.0, 10001.0, 9970.0, 10013.0, 9961.0, 9960.0, 10004.0, 9977.0, 9989.0, 9979.0, 9964.0, 10018.0, 9983.0, 9984.0, 9990.0, 9959.0, 9992.0, 9975.0, 9980.0, 10007.0, 9963.0, 9968.0, 9976.0, 9976.0, 10027.0, 9987.0, 9981.0, 10003.0, 9967.0, 10001.0, 9982.0, 9958.0, 10005.0, 9986.0, 9985.0, 10009.0, 9968.0, 9998.0, 9982.0, 9972.0, 10009.0, 9987.0, 9993.0, 10037.0, 9982.0, 10016.0, 9974.0, 9931.0, 9979.0, 9954.0, 9956.0, 9986.0, 9960.0, 9977.0, 9986.0, 9967.0, 10009.0, 9993.0, 9980.0, 10005.0, 9983.0, 10001.0, 9974.0, 9944.0, 9995.0, 9960.0, 9996.0, 9973.0, 9957.0, 9994.0, 9956.0, 9998.0, 9980.0, 9973.0, 9961.0, 9944.0, 9996.0, 9946.0, 9999.0, 9974.0, 9983.0, 9965.0, 9947.0, 9982.0, 9959.0, 10002.0, 9958.0, 9995.0, 9960.0, 10001.0, 9980.0, 9991.0, 9979.0, 9966.0, 10008.0, 9984.0, 10013.0, 9983.0, 10020.0, 9987.0, 10027.0, 9988.0, 10011.0, 9997.0, 10003.0, 10008.0, 10001.0, 9989.0, 9985.0, 10001.0, 9986.0, 10020.0, 9984.0, 10030.0, 9987.0, 10028.0, 9968.0, 10025.0, 9957.0, 10018.0, 9979.0, 10016.0, 9974.0, 10014.0, 9963.0, 10001.0, 9978.0, 9992.0, 9958.0, 9991.0, 9940.0, 9985.0, 9934.0, 9974.0, 9933.0, 9972.0, 9940.0, 9973.0, 9934.0, 9968.0, 9940.0, 9960.0, 9953.0, 9972.0, 9965.0, 9967.0, 9960.0, 9935.0, 9981.0, 9952.0, 9975.0, 9940.0, 9977.0, 9940.0, 9976.0, 9942.0, 9969.0, 9943.0, 9985.0, 9957.0, 9992.0, 9968.0, 9988.0, 9963.0, 9992.0, 9986.0, 10014.0, 9982.0, 10000.0, 9964.0, 9994.0, 9985.0, 9997.0, 9983.0, 9998.0, 9986.0, 10016.0, 9985.0, 10011.0, 9968.0, 10013.0, 9993.0, 10028.0, 9971.0, 10025.0, 9963.0, 10002.0, 9990.0, 10025.0, 9997.0, 10001.0, 9961.0, 9943.0, 9951.0, 9953.0, 10006.0, 9955.0, 9984.0, 9936.0, 9977.0, 9935.0, 9956.0, 9933.0, 9951.0, 9915.0, 9961.0, 9907.0, 9931.0, 9885.0, 9912.0, 9890.0, 9913.0, 9892.0, 9876.0, 9873.0, 9880.0, 9904.0, 9880.0, 9892.0, 9899.0, 9924.0, 9903.0, 9927.0, 9900.0, 9930.0, 9901.0, 9925.0, 9915.0, 9931.0, 9905.0, 9922.0, 9907.0, 9915.0, 9927.0, 9956.0, 9930.0, 9952.0, 9931.0, 9948.0, 9928.0, 9955.0, 9934.0, 9957.0, 9927.0, 9955.0, 9927.0, 9955.0, 9926.0, 9952.0, 9901.0, 9933.0, 9903.0, 9930.0, 9902.0, 9946.0, 9901.0, 9927.0, 9907.0, 9934.0, 9904.0, 9935.0, 9904.0, 9922.0, 9920.0, 9929.0, 9909.0, 9916.0, 9940.0, 9912.0, 9961.0, 9927.0, 9906.0, 9926.0, 9927.0, 9923.0, 9916.0, 9934.0, 9935.0, 9953.0, 9939.0, 9951.0, 9950.0, 9971.0, 9952.0, 9979.0, 9939.0, 9982.0, 9932.0, 9955.0, 9930.0, 9945.0, 9920.0, 9945.0, 9918.0, 9907.0, 9938.0, 9905.0, 9954.0, 9909.0, 9949.0, 9910.0, 9950.0, 9938.0, 9952.0, 9911.0, 9933.0, 9915.0, 9934.0, 9908.0, 9953.0, 9911.0, 9953.0, 9931.0, 9939.0, 9930.0, 9930.0, 9925.0, 9926.0, 9954.0, 9931.0, 9969.0, 9955.0, 9960.0, 9954.0, 9959.0, 9950.0, 9969.0, 9955.0, 9967.0, 9938.0, 9976.0, 9945.0, 9979.0, 9958.0, 9989.0, 9962.0, 10007.0, 9958.0, 9992.0, 9967.0, 10014.0, 9967.0, 10010.0, 9965.0, 10004.0, 9984.0, 10016.0, 9990.0, 10026.0, 9967.0, 10001.0, 9966.0, 10022.0, 9966.0, 10018.0, 9986.0, 10024.0, 9995.0, 10030.0, 9978.0, 10023.0, 9971.0, 10008.0, 9995.0, 10029.0, 9989.0, 10026.0, 9971.0, 10013.0, 9997.0, 10032.0, 9970.0, 10030.0, 9997.0, 10031.0, 9987.0, 10030.0, 9983.0, 10022.0, 9990.0, 10020.0, 9963.0, 10017.0, 9960.0, 10010.0, 9960.0, 10004.0, 9962.0, 10000.0, 9966.0, 10006.0, 9977.0, 10016.0, 9962.0, 10019.0, 9976.0, 10000.0, 9972.0, 10005.0, 9962.0, 9976.0, 9963.0, 9974.0, 9963.0, 9972.0, 9976.0, 9958.0, 9984.0, 9953.0, 10001.0, 9962.0, 10001.0, 9958.0, 10017.0, 9977.0, 10004.0, 9965.0, 9997.0, 9968.0, 10005.0, 9976.0, 9988.0, 9949.0, 9977.0, 9959.0, 9961.0, 9962.0, 9963.0, 9990.0, 9963.0, 10003.0, 9962.0, 10017.0, 9962.0, 10014.0, 9962.0, 10014.0, 9967.0, 10002.0, 9980.0, 9971.0, 9967.0, 9981.0, 9978.0, 9965.0, 10004.0, 9973.0, 10023.0, 9987.0, 10018.0, 9984.0, 10007.0, 10002.0, 9985.0, 9965.0, 9982.0, 9991.0, 9964.0, 10004.0, 9946.0, 10000.0, 9968.0, 10014.0, 9959.0, 9996.0, 9963.0, 9985.0, 9976.0, 9975.0, 9943.0, 9957.0, 9968.0, 9962.0, 9985.0, 9960.0, 10006.0, 9947.0, 10002.0, 9956.0, 10000.0, 9960.0, 10009.0, 9965.0, 10000.0, 9968.0, 10003.0, 9984.0, 10004.0, 9985.0, 9999.0, 9984.0, 9991.0, 9979.0, 9960.0, 9966.0, 9977.0, 9996.0, 9962.0, 9987.0, 9966.0, 10004.0, 9961.0, 10002.0, 9951.0, 10001.0, 9964.0, 10019.0, 9948.0, 9999.0, 9948.0, 10001.0, 9943.0, 9995.0, 9946.0, 9996.0, 9961.0, 10004.0, 9944.0, 10004.0, 9941.0, 9999.0, 9951.0, 10001.0, 9943.0, 10003.0, 9946.0, 10004.0, 9945.0, 10001.0, 9948.0, 10007.0, 9967.0, 10007.0, 9968.0, 10004.0, 9968.0, 10015.0, 9964.0, 10006.0, 9966.0, 10008.0, 9967.0, 10008.0, 9949.0, 10006.0, 9947.0, 10003.0, 9966.0, 10007.0, 9951.0, 10003.0, 9951.0, 10004.0, 9969.0, 10021.0, 9968.0, 10010.0, 9969.0, 10015.0, 9968.0, 10024.0, 9972.0, 10021.0, 9974.0, 10034.0, 9984.0, 10018.0, 9967.0, 10006.0, 9977.0, 10010.0, 9984.0, 10020.0, 9967.0, 10030.0, 9993.0, 10015.0, 9994.0, 9996.0, 9984.0, 9998.0, 9977.0, 9976.0, 9969.0, 9996.0, 9979.0, 9990.0, 9979.0, 9973.0, 9975.0, 10004.0, 9995.0, 9962.0, 9991.0, 9979.0, 10018.0, 9978.0, 10006.0, 9965.0, 9992.0, 9967.0, 10009.0, 9951.0, 10002.0, 9956.0, 10003.0, 9965.0, 10007.0, 9965.0, 10001.0, 9945.0, 9985.0, 9958.0, 9996.0, 9976.0, 10002.0, 9977.0, 9976.0, 9984.0, 9998.0, 9993.0, 10028.0, 10002.0, 10003.0, 10020.0, 9998.0, 9992.0, 10017.0, 10004.0, 10035.0, 9979.0, 10030.0, 10015.0, 10023.0, 9988.0, 9976.0, 10009.0, 9972.0, 10027.0, 9986.0, 10027.0, 9984.0, 10010.0, 9964.0, 10008.0, 9969.0, 10006.0, 10005.0, 9999.0, 9957.0, 9973.0, 9949.0, 9957.0, 9913.0, 9954.0, 9924.0, 9956.0, 9930.0, 9952.0, 9905.0, 9954.0, 9916.0, 9953.0, 9924.0, 9951.0, 9904.0, 9957.0, 9921.0, 9947.0, 9901.0, 9957.0, 9924.0, 9957.0, 9918.0, 9968.0, 9915.0, 9956.0, 9920.0, 9974.0, 9917.0, 9942.0, 9922.0, 9961.0, 9928.0, 9960.0, 9927.0, 9935.0, 9966.0, 9952.0, 9966.0, 9948.0, 9979.0, 9949.0, 9977.0, 9951.0, 9975.0, 9937.0, 9974.0, 9919.0, 9970.0, 9936.0, 9972.0, 9917.0, 9963.0, 9920.0, 9981.0, 9934.0, 9979.0, 9934.0, 9963.0, 9950.0, 9958.0, 9978.0, 9957.0, 9989.0, 9944.0, 9998.0, 9961.0, 9994.0, 9951.0, 9980.0, 9925.0, 9977.0, 9937.0, 9989.0, 9934.0, 9984.0, 9938.0, 9983.0, 9959.0, 9971.0, 9969.0, 9944.0, 10002.0, 9960.0, 10002.0, 9975.0, 10004.0, 9947.0, 10001.0, 9983.0, 10053.0, 10002.0, 9986.0, 9960.0, 10032.0, 9976.0, 9984.0, 9982.0, 9977.0, 10019.0, 9956.0, 10010.0, 9969.0, 10017.0, 9985.0, 10029.0, 9980.0, 10009.0, 9961.0, 10000.0, 9938.0, 9987.0, 9939.0, 9985.0, 9920.0, 9961.0, 9928.0, 9967.0, 9943.0, 9932.0, 9926.0, 9905.0, 9958.0, 9920.0, 9969.0, 9932.0, 9965.0, 9900.0, 9949.0, 9902.0, 9939.0, 9908.0, 9948.0, 9914.0, 9932.0, 9909.0, 9917.0, 9954.0, 9914.0, 9969.0, 9909.0, 9956.0, 9922.0, 9958.0, 9901.0, 9943.0, 9927.0, 9901.0, 9966.0, 9913.0, 9952.0, 9902.0, 9941.0, 9904.0, 9940.0, 9941.0, 9928.0, 9953.0, 9905.0, 9953.0, 9923.0, 9951.0, 9925.0, 9962.0, 9914.0, 9964.0, 9930.0, 9979.0, 9955.0, 9955.0, 9959.0, 9948.0, 9988.0, 9961.0, 9985.0, 9962.0, 9985.0, 9948.0, 9997.0, 9971.0, 10002.0, 9952.0, 9982.0, 9934.0, 9991.0, 9973.0, 10037.0, 10009.0, 10020.0, 9946.0, 10004.0, 9968.0, 10029.0, 9978.0, 10046.0, 9981.0, 10044.0, 9988.0, 10033.0, 9971.0, 10021.0, 9965.0, 10001.0, 9942.0, 9998.0, 9926.0, 9964.0, 9909.0, 9951.0, 9949.0, 9929.0, 9945.0, 9916.0, 9985.0, 9922.0, 9992.0, 9921.0, 9960.0, 9906.0, 9964.0, 9907.0, 9964.0, 9939.0, 9969.0, 9954.0, 9957.0, 9982.0, 9942.0, 10000.0, 9945.0, 9993.0, 9944.0, 9983.0, 9951.0, 9986.0, 9914.0, 9969.0, 9932.0, 9972.0, 9960.0, 9979.0, 9973.0, 9956.0, 9999.0, 9946.0, 10016.0, 9949.0, 10008.0, 9945.0, 9993.0, 9933.0, 9994.0, 9939.0, 9987.0, 9930.0, 9981.0, 9918.0, 9966.0, 9941.0, 9958.0, 9983.0, 9942.0, 10012.0, 9944.0, 10002.0, 9936.0, 9983.0, 9936.0, 9976.0, 9944.0, 9967.0, 9993.0, 9947.0, 10016.0, 9959.0, 10001.0, 9934.0, 9975.0, 9938.0, 9977.0, 9948.0, 9980.0, 9995.0, 9960.0, 10023.0, 9979.0, 10025.0, 9989.0, 9997.0, 9959.0, 10012.0, 9960.0, 10006.0, 9985.0, 9996.0, 9985.0, 9969.0, 10039.0, 9977.0, 10038.0, 9969.0, 10024.0, 9971.0, 10009.0, 9976.0, 10008.0, 9973.0, 10012.0, 9986.0, 10002.0, 10015.0, 9972.0, 10036.0, 9968.0, 10017.0, 9968.0, 10021.0, 9959.0, 10016.0, 9953.0, 10006.0, 9950.0, 9997.0, 9962.0, 9972.0, 9975.0, 9967.0, 10034.0, 9970.0, 10016.0, 9964.0, 10004.0, 9935.0, 9970.0, 9962.0, 9983.0, 10020.0, 9952.0, 10011.0, 9946.0, 10003.0, 9957.0, 10014.0, 9971.0, 9975.0, 9966.0, 9972.0, 10009.0, 9973.0, 10038.0, 9971.0, 10003.0, 9953.0, 9992.0, 9934.0, 9994.0, 9979.0, 9997.0, 9986.0, 9965.0, 10023.0, 9976.0, 10039.0, 9973.0, 10024.0, 9960.0, 10019.0, 9980.0, 10020.0, 9967.0, 9995.0, 9955.0, 9999.0, 9980.0, 9999.0, 9995.0, 9972.0, 10018.0, 9965.0, 10032.0, 9972.0, 10022.0, 9948.0, 10006.0, 9954.0, 9997.0, 9962.0, 9991.0, 9961.0, 9991.0, 10006.0, 9980.0, 10026.0, 9976.0, 10015.0, 9967.0, 10001.0, 9963.0, 9990.0, 9944.0, 9995.0, 9952.0, 9991.0, 9974.0, 9995.0, 9960.0, 9975.0, 10003.0, 9988.0, 10023.0, 9983.0, 10020.0, 9950.0, 10031.0, 9973.0, 10019.0, 9964.0, 10004.0, 9946.0, 9983.0, 9933.0, 9988.0, 9947.0, 9991.0, 9949.0, 9973.0, 9988.0, 9994.0, 10024.0, 9945.0, 9999.0, 9943.0, 9986.0, 9957.0, 9993.0, 9969.0, 10002.0, 9966.0, 9971.0, 9959.0, 10003.0, 9967.0, 10016.0, 9958.0, 10012.0, 9941.0, 9995.0, 9930.0, 9982.0, 9923.0, 9967.0, 9941.0, 9964.0, 10001.0, 9948.0, 10001.0, 9945.0, 9999.0, 9954.0, 10005.0, 9948.0, 9970.0, 9933.0, 9975.0, 9977.0, 9977.0, 9984.0, 9943.0, 10019.0, 9971.0, 10015.0, 9942.0, 9988.0, 9943.0, 9969.0, 9942.0, 9973.0, 9966.0, 9953.0, 9986.0, 9944.0, 10014.0, 9948.0, 9995.0, 9928.0, 9986.0, 9931.0, 9988.0, 9976.0, 9962.0, 9997.0, 9943.0, 10008.0, 9955.0, 9989.0, 9947.0, 9990.0, 9927.0, 9976.0, 9962.0, 9982.0, 10010.0, 9963.0, 10005.0, 9966.0, 10018.0, 9972.0, 10017.0, 9965.0, 10006.0, 9955.0, 9995.0, 9964.0, 10000.0, 9970.0, 9999.0, 9960.0, 10004.0, 10002.0, 10008.0, 10021.0, 9989.0, 10001.0, 9988.0, 10031.0, 9988.0, 10058.0, 9989.0, 10040.0, 9977.0, 10038.0, 9976.0, 10042.0, 9991.0, 10024.0, 9955.0, 10024.0, 9989.0, 10025.0, 9968.0, 10009.0, 9975.0, 10010.0, 9979.0, 10029.0, 9966.0, 10013.0, 9977.0, 10011.0, 9985.0, 10004.0, 9967.0, 10001.0, 9994.0, 9998.0, 10029.0, 9989.0, 10012.0, 9982.0, 10042.0, 9971.0, 10044.0, 9981.0, 10021.0, 9954.0, 10003.0, 9970.0, 10021.0, 9967.0, 10005.0, 9952.0, 9988.0, 9956.0, 9999.0, 9978.0, 9977.0, 9977.0, 9965.0, 10001.0, 9965.0, 10030.0, 9965.0, 10022.0, 9967.0, 10020.0, 9969.0, 10019.0, 9969.0, 9999.0, 9947.0, 9983.0, 9952.0, 10005.0, 9951.0, 9990.0, 9947.0, 9981.0, 9970.0, 9993.0, 9975.0, 9966.0, 9981.0, 9958.0, 10007.0, 9963.0, 10016.0, 9944.0, 10001.0, 9949.0, 9988.0, 9955.0, 9991.0, 9948.0, 9989.0, 9935.0, 9973.0, 9979.0, 9984.0, 10007.0, 9964.0, 10007.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.002824924127465857</td></tr>
<tr><td colspan=3>aqi</td><td>0.06693826160849772</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>42.92719530927103</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1514307603872447</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9133020132346229</td></tr>
<tr><td colspan=3>efc</td><td>0.5236</td></tr>
<tr><td colspan=3>fber</td><td>3207.749</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09586838893838553</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>39</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.959028831562974</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.670536931643865</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6611981183702746</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7220793896460247</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6283332869152973</td></tr>
<tr><td colspan=3>gcor</td><td>0.011837</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.014723693020641804</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019304808229207993</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.547939636384146</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>24.1812</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.2716</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.5149</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>67.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>289371.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>1253.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>538.4847</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.743</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>549.6147</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3673.0654</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3786.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>87173.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1816.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4721.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>832.4601</td></tr>
<tr><td colspan=3>tsnr</td><td>27.6078922720626</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>