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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0021/ses-04/func/sub-0021_ses-04_task-fractional_acq-mb8_run-01_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>91d0acd1e3aca7c6906531beff2bcb98</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:09:46.892500</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[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.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>241.249</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7942c96f-bd64-4d08-b851-4e8986d7beda||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': ['170946.892500', '170947.352500', '170947.812500', '170948.272500', '170948.732500', '170949.192500', '170949.652500', '170950.112500', '170950.572500', '170951.032500', '170951.492500', '170951.952500', '170952.412500', '170952.872500', '170953.332500', '170953.792500', '170954.252500', '170954.712500', '170955.172500', '170955.632500', '170956.092500', '170956.552500', '170957.012500', '170957.472500', '170957.932500', '170958.392500', '170958.852500', '170959.312500', '170959.772500', '171000.232500', '171000.692500', '171001.152500', '171001.612500', '171002.072500', '171002.532500', '171002.992500', '171003.452500', '171003.912500', '171004.372500', '171004.832500', '171005.292500', '171005.752500', '171006.212500', '171006.672500', '171007.132500', '171007.592500', '171008.052500', '171008.512500', '171008.972500', '171009.432500', '171009.892500', '171010.352500', '171010.812500', '171011.272500', '171011.732500', '171012.192500', '171012.652500', '171013.112500', '171013.572500', '171014.032500', '171014.492500', '171014.952500', '171015.412500', '171015.872500', '171016.332500', '171016.792500', '171017.252500', '171017.712500', '171018.172500', '171018.632500', '171019.092500', '171019.552500', '171020.012500', '171020.472500', '171020.932500', '171021.392500', '171021.852500', '171022.312500', '171022.772500', '171023.232500', '171023.692500', '171024.152500', '171024.612500', '171025.072500', '171025.532500', '171025.992500', '171026.452500', '171026.912500', '171027.372500', '171027.832500', '171028.292500', '171028.752500', '171029.212500', '171029.672500', '171030.132500', '171030.592500', '171031.052500', '171031.512500', '171031.972500', '171032.432500', '171032.892500', '171033.352500', '171033.812500', '171034.272500', '171034.732500', '171035.192500', '171035.652500', '171036.112500', '171036.572500', '171037.032500', '171037.492500', '171037.952500', '171038.412500', '171038.872500', '171039.332500', '171039.792500', '171040.252500', '171040.712500', '171041.172500', '171041.632500', '171042.092500', '171042.552500', '171043.012500', '171043.472500', '171043.932500', '171044.392500', '171044.852500', '171045.312500', '171045.772500', '171046.232500', '171046.692500', '171047.152500', '171047.612500', '171048.072500', '171048.532500', '171048.992500', '171049.452500', '171049.912500', '171050.372500', '171050.832500', '171051.292500', '171051.752500', '171052.212500', '171052.672500', '171053.132500', '171053.592500', '171054.052500', '171054.512500', '171054.972500', '171055.432500', '171055.892500', '171056.352500', '171056.812500', '171057.272500', '171057.732500', '171058.192500', '171058.652500', '171059.112500', '171059.572500', '171100.032500', '171100.492500', '171100.952500', '171101.412500', '171101.872500', '171102.332500', '171102.792500', '171103.252500', '171103.712500', '171104.172500', '171104.632500', '171105.092500', '171105.552500', '171106.012500', '171106.472500', '171106.932500', '171107.392500', '171107.852500', '171108.312500', '171108.772500', '171109.232500', '171109.692500', '171110.152500', '171110.612500', '171111.072500', '171111.532500', '171111.992500', '171112.452500', '171112.912500', '171113.372500', '171113.832500', '171114.292500', '171114.752500', '171115.212500', '171115.672500', '171116.132500', '171116.592500', '171117.052500', '171117.512500', '171117.972500', '171118.432500', '171118.892500', '171119.352500', '171119.812500', '171120.272500', '171120.732500', '171121.192500', '171121.652500', '171122.112500', '171122.572500', '171123.032500', '171123.492500', '171123.952500', '171124.412500', '171124.872500', '171125.332500', '171125.792500', '171126.252500', '171126.712500', '171127.172500', '171127.632500', '171128.092500', '171128.552500', '171129.012500', '171129.472500', '171129.932500', '171130.392500', '171130.852500', '171131.312500', '171131.772500', '171132.232500', '171132.692500', '171133.152500', '171133.612500', '171134.072500', '171134.532500', '171134.992500', '171135.452500', '171135.912500', '171136.372500', '171136.832500', '171137.292500', '171137.752500', '171138.212500', '171138.672500', '171139.132500', '171139.592500', '171140.052500', '171140.512500', '171140.972500', '171141.432500', '171141.892500', '171142.352500', '171142.812500', '171143.272500', '171143.732500', '171144.192500', '171144.652500', '171145.112500', '171145.572500', '171146.032500', '171146.492500', '171146.952500', '171147.412500', '171147.872500', '171148.332500', '171148.792500', '171149.252500', '171149.712500', '171150.172500', '171150.632500', '171151.092500', '171151.552500', '171152.012500', '171152.472500', '171152.932500', '171153.392500', '171153.852500', '171154.312500', '171154.772500', '171155.232500', '171155.692500', '171156.152500', '171156.612500', '171157.072500', '171157.532500', '171157.992500', '171158.452500', '171158.912500', '171159.372500', '171159.832500', '171200.292500', '171200.752500', '171201.212500', '171201.672500', '171202.132500', '171202.592500', '171203.052500', '171203.512500', '171203.972500', '171204.432500', '171204.892500', '171205.352500', '171205.812500', '171206.272500', '171206.732500', '171207.192500', '171207.652500', '171208.112500', '171208.572500', '171209.032500', '171209.492500', '171209.952500', '171210.412500', '171210.872500', '171211.332500', '171211.792500', '171212.252500', '171212.712500', '171213.172500', '171213.632500', '171214.092500', '171214.552500', '171215.012500', '171215.472500', '171215.932500', '171216.392500', '171216.852500', '171217.312500', '171217.772500', '171218.232500', '171218.692500', '171219.152500', '171219.612500', '171220.072500', '171220.532500', '171220.992500', '171221.452500', '171221.912500', '171222.372500', '171222.832500', '171223.292500', '171223.752500', '171224.212500', '171224.672500', '171225.132500', '171225.592500', '171226.052500', '171226.512500', '171226.972500', '171227.432500', '171227.892500', '171228.352500', '171228.812500', '171229.272500', '171229.732500', '171230.192500', '171230.652500', '171231.112500', '171231.572500', '171232.032500', '171232.492500', '171232.952500', '171233.412500', '171233.872500', '171234.332500', '171234.792500', '171235.252500', '171235.712500', '171236.172500', '171236.632500', '171237.092500', '171237.552500', '171238.012500', '171238.472500', '171238.932500', '171239.392500', '171239.852500', '171240.312500', '171240.772500', '171241.232500', '171241.692500', '171242.152500', '171242.612500', '171243.072500', '171243.532500', '171243.992500', '171244.452500', '171244.912500', '171245.372500', '171245.832500', '171246.292500', '171246.752500', '171247.212500', '171247.672500', '171248.132500', '171248.592500', '171249.052500', '171249.512500', '171249.972500', '171250.432500', '171250.892500', '171251.352500', '171251.812500', '171252.272500', '171252.732500', '171253.192500', '171253.652500', '171254.112500', '171254.572500', '171255.032500', '171255.492500', '171255.952500', '171256.412500', '171256.872500', '171257.332500', '171257.792500', '171258.252500', '171258.712500', '171259.172500', '171259.632500', '171300.092500', '171300.552500', '171301.012500', '171301.472500', '171301.932500', '171302.392500', '171302.852500', '171303.312500', '171303.772500', '171304.232500', '171304.692500', '171305.152500', '171305.612500', '171306.072500', '171306.532500', '171306.992500', '171307.452500', '171307.912500', '171308.372500', '171308.832500', '171309.292500', '171309.752500', '171310.212500', '171310.672500', '171311.132500', '171311.592500', '171312.052500', '171312.512500', '171312.972500', '171313.432500', '171313.892500', '171314.352500', '171314.812500', '171315.272500', '171315.732500', '171316.192500', '171316.652500', '171317.112500', '171317.572500', '171318.032500', '171318.492500', '171318.952500', '171319.412500', '171319.872500', '171320.332500', '171320.792500', '171321.252500', '171321.712500', '171322.172500', '171322.632500', '171323.092500', '171323.552500', '171324.012500', '171324.472500', '171324.932500', '171325.392500', '171325.852500', '171326.312500', '171326.772500', '171327.232500', '171327.692500', '171328.152500', '171328.612500', '171329.072500', '171329.532500', '171329.992500', '171330.452500', '171330.912500', '171331.372500', '171331.832500', '171332.292500', '171332.752500', '171333.212500', '171333.672500', '171334.132500', '171334.592500', '171335.052500', '171335.512500', '171335.972500', '171336.432500', '171336.892500', '171337.352500', '171337.812500', '171338.272500', '171338.732500', '171339.192500', '171339.652500', '171340.112500', '171340.572500', '171341.032500', '171341.492500', '171341.952500', '171342.412500', '171342.872500', '171343.332500', '171343.792500', '171344.252500', '171344.712500', '171345.172500', '171345.632500', '171346.092500', '171346.552500', '171347.012500', '171347.472500', '171347.932500', '171348.392500', '171348.852500', '171349.312500', '171349.772500', '171350.232500', '171350.692500', '171351.152500', '171351.612500', '171352.072500', '171352.532500', '171352.992500', '171353.452500', '171353.912500', '171354.372500', '171354.832500', '171355.292500', '171355.752500', '171356.212500', '171356.672500', '171357.132500', '171357.592500', '171358.052500', '171358.512500', '171358.972500', '171359.432500', '171359.892500', '171400.352500', '171400.812500', '171401.272500', '171401.732500', '171402.192500', '171402.652500', '171403.112500', '171403.572500', '171404.032500', '171404.492500', '171404.952500', '171405.412500', '171405.872500', '171406.332500', '171406.792500', '171407.252500', '171407.712500', '171408.172500', '171408.632500', '171409.092500', '171409.552500', '171410.012500', '171410.472500', '171410.932500', '171411.392500', '171411.852500', '171412.312500', '171412.772500', '171413.232500', '171413.692500', '171414.152500', '171414.612500', '171415.072500', '171415.532500', '171415.992500', '171416.452500', '171416.912500', '171417.372500', '171417.832500', '171418.292500', '171418.752500', '171419.212500', '171419.672500', '171420.132500', '171420.592500', '171421.052500', '171421.512500', '171421.972500', '171422.432500', '171422.892500', '171423.352500', '171423.812500', '171424.272500', '171424.732500', '171425.192500', '171425.652500', '171426.112500', '171426.572500', '171427.032500', '171427.492500', '171427.952500', '171428.412500', '171428.872500', '171429.332500', '171429.792500', '171430.252500', '171430.712500', '171431.172500', '171431.632500', '171432.092500', '171432.552500', '171433.012500', '171433.472500', '171433.932500', '171434.392500', '171434.852500', '171435.312500', '171435.772500', '171436.232500', '171436.692500', '171437.152500', '171437.612500', '171438.072500', '171438.532500', '171438.992500', '171439.452500', '171439.912500', '171440.372500', '171440.832500', '171441.292500', '171441.752500', '171442.212500', '171442.672500', '171443.132500', '171443.592500', '171444.052500', '171444.512500', '171444.972500', '171445.432500', '171445.892500', '171446.352500', '171446.812500', '171447.272500', '171447.732500', '171448.192500', '171448.652500', '171449.112500', '171449.572500', '171450.032500', '171450.492500', '171450.952500', '171451.412500', '171451.872500', '171452.332500', '171452.792500', '171453.252500', '171453.712500', '171454.172500', '171454.632500', '171455.092500', '171455.552500', '171456.012500', '171456.472500', '171456.932500', '171457.392500', '171457.852500', '171458.312500', '171458.772500', '171459.232500', '171459.692500', '171500.152500', '171500.612500', '171501.072500', '171501.532500', '171501.992500', '171502.452500', '171502.912500', '171503.372500', '171503.832500', '171504.292500', '171504.752500', '171505.212500', '171505.672500', '171506.132500', '171506.592500', '171507.052500', '171507.512500', '171507.972500', '171508.432500', '171508.892500', '171509.352500', '171509.812500', '171510.272500', '171510.732500', '171511.192500', '171511.652500', '171512.112500', '171512.572500', '171513.032500', '171513.492500', '171513.952500', '171514.412500', '171514.872500', '171515.332500', '171515.792500', '171516.252500', '171516.712500', '171517.172500', '171517.632500', '171518.092500', '171518.552500', '171519.012500', '171519.472500', '171519.932500', '171520.392500', '171520.852500', '171521.312500', '171521.772500', '171522.232500', '171522.692500', '171523.152500', '171523.612500', '171524.072500', '171524.532500', '171524.992500', '171525.452500', '171525.912500', '171526.372500', '171526.832500', '171527.292500', '171527.752500', '171528.212500', '171528.672500', '171529.132500', '171529.592500', '171530.052500', '171530.512500', '171530.972500', '171531.432500', '171531.892500', '171532.352500', '171532.812500', '171533.272500', '171533.732500', '171534.192500', '171534.652500', '171535.112500', '171535.572500', '171536.032500', '171536.492500', '171536.952500', '171537.412500', '171537.872500', '171538.332500', '171538.792500', '171539.252500', '171539.712500', '171540.172500', '171540.632500', '171541.092500', '171541.552500', '171542.012500', '171542.472500', '171542.932500', '171543.392500', '171543.852500', '171544.312500', '171544.772500', '171545.232500', '171545.692500', '171546.152500', '171546.612500', '171547.072500', '171547.532500', '171547.992500', '171548.452500', '171548.912500', '171549.372500', '171549.832500', '171550.292500', '171550.752500', '171551.212500', '171551.672500', '171552.132500', '171552.592500', '171553.052500', '171553.512500', '171553.972500', '171554.432500', '171554.892500', '171555.352500', '171555.812500', '171556.272500', '171556.732500', '171557.192500', '171557.652500', '171558.112500', '171558.572500', '171559.032500', '171559.492500', '171559.952500', '171600.412500', '171600.872500', '171601.332500', '171601.792500', '171602.252500', '171602.712500', '171603.172500', '171603.632500', '171604.092500', '171604.552500', '171605.012500', '171605.472500', '171605.932500', '171606.392500', '171606.852500', '171607.312500', '171607.772500', '171608.232500', '171608.692500', '171609.152500', '171609.612500', '171610.072500', '171610.532500', '171610.992500', '171611.452500', '171611.912500', '171612.372500', '171612.832500', '171613.292500', '171613.752500', '171614.212500', '171614.672500', '171615.132500', '171615.592500', '171616.052500', '171616.512500', '171616.972500', '171617.432500', '171617.892500', '171618.352500', '171618.812500', '171619.272500', '171619.732500', '171620.192500', '171620.652500', '171621.112500', '171621.572500', '171622.032500', '171622.492500', '171622.952500', '171623.412500', '171623.872500', '171624.332500', '171624.792500', '171625.252500', '171625.712500', '171626.172500', '171626.632500', '171627.092500', '171627.552500', '171628.012500', '171628.472500', '171628.932500', '171629.392500', '171629.852500', '171630.312500', '171630.772500', '171631.232500', '171631.692500', '171632.152500', '171632.612500', '171633.072500', '171633.532500', '171633.992500', '171634.452500', '171634.912500', '171635.372500', '171635.832500', '171636.292500', '171636.752500', '171637.212500', '171637.672500', '171638.132500', '171638.592500', '171639.052500', '171639.512500', '171639.972500', '171640.432500', '171640.892500', '171641.352500', '171641.812500', '171642.272500', '171642.732500', '171643.192500', '171643.652500', '171644.112500', '171644.572500', '171645.032500', '171645.492500', '171645.952500', '171646.412500', '171646.872500', '171647.332500', '171647.792500', '171648.252500', '171648.712500', '171649.172500', '171649.632500', '171650.092500', '171650.552500', '171651.012500', '171651.472500', '171651.932500', '171652.392500', '171652.852500', '171653.312500', '171653.772500', '171654.232500', '171654.692500', '171655.152500', '171655.612500', '171656.072500', '171656.532500', '171656.992500', '171657.452500', '171657.912500', '171658.372500', '171658.832500', '171659.292500', '171659.752500', '171700.212500', '171700.672500', '171701.132500', '171701.592500', '171702.052500', '171702.512500', '171702.972500', '171703.432500', '171703.892500', '171704.352500', '171704.812500', '171705.272500', '171705.732500', '171706.192500', '171706.652500', '171707.112500', '171707.572500', '171708.032500', '171708.492500', '171708.952500', '171709.412500', '171709.872500', '171710.332500', '171710.792500', '171711.252500', '171711.712500', '171712.172500', '171712.632500', '171713.092500', '171713.552500', '171714.012500', '171714.472500', '171714.932500', '171715.392500', '171715.852500', '171716.312500', '171716.772500', '171717.232500', '171717.692500', '171718.152500', '171718.612500', '171719.072500', '171719.532500', '171719.992500', '171720.452500', '171720.912500', '171721.372500', '171721.832500', '171722.292500', '171722.752500', '171723.212500', '171723.672500', '171724.132500', '171724.592500', '171725.052500', '171725.512500', '171725.972500', '171726.432500', '171726.892500', '171727.352500', '171727.812500', '171728.272500', '171728.732500', '171729.192500', '171729.652500', '171730.112500', '171730.572500', '171731.032500', '171731.492500', '171731.952500', '171732.412500', '171732.872500', '171733.332500', '171733.792500', '171734.252500', '171734.712500', '171735.172500', '171735.632500', '171736.092500', '171736.552500', '171737.012500', '171737.472500', '171737.932500', '171738.392500', '171738.852500', '171739.312500', '171739.772500', '171740.232500', '171740.692500', '171741.152500', '171741.612500', '171742.072500', '171742.532500', '171742.992500', '171743.452500', '171743.912500', '171744.372500', '171744.832500', '171745.292500', '171745.752500', '171746.212500', '171746.672500', '171747.132500', '171747.592500', '171748.052500', '171748.512500', '171748.972500', '171749.432500', '171749.892500', '171750.352500', '171750.812500', '171751.272500', '171751.732500', '171752.192500', '171752.652500', '171753.112500', '171753.572500', '171754.032500', '171754.492500', '171754.952500', '171755.412500', '171755.872500', '171756.332500', '171756.792500', '171757.252500', '171757.712500', '171758.172500', '171758.632500', '171759.092500', '171759.552500', '171800.012500', '171800.472500', '171800.932500', '171801.392500', '171801.852500', '171802.312500', '171802.772500', '171803.232500', '171803.692500', '171804.152500', '171804.612500', '171805.072500', '171805.532500', '171805.992500', '171806.452500', '171806.912500', '171807.372500', '171807.832500', '171808.292500', '171808.752500', '171809.212500', '171809.672500', '171810.132500', '171810.592500', '171811.052500', '171811.512500', '171811.972500', '171812.432500', '171812.892500', '171813.352500', '171813.812500', '171814.272500', '171814.732500', '171815.192500', '171815.652500', '171816.112500', '171816.572500', '171817.032500', '171817.492500', '171817.952500', '171818.412500', '171818.872500', '171819.332500', '171819.792500', '171820.252500', '171820.712500', '171821.172500', '171821.632500', '171822.092500', '171822.552500', '171823.012500', '171823.472500', '171823.932500', '171824.392500', '171824.852500', '171825.312500', '171825.772500', '171826.232500', '171826.692500', '171827.152500', '171827.612500', '171828.072500', '171828.532500', '171828.992500', '171829.452500', '171829.912500', '171830.372500', '171830.832500', '171831.292500', '171831.752500', '171832.212500', '171832.672500', '171833.132500', '171833.592500', '171834.052500', '171834.512500', '171834.972500', '171835.432500', '171835.892500', '171836.352500', '171836.812500', '171837.272500', '171837.732500', '171838.192500', '171838.652500', '171839.112500', '171839.572500', '171840.032500', '171840.492500', '171840.952500', '171841.412500', '171841.872500', '171842.332500', '171842.792500', '171843.252500', '171843.712500', '171844.172500', '171844.632500', '171845.092500', '171845.552500', '171846.012500', '171846.472500', '171846.932500', '171847.392500', '171847.852500', '171848.312500', '171848.772500', '171849.232500', '171849.692500', '171850.152500', '171850.612500', '171851.072500', '171851.532500', '171851.992500', '171852.452500', '171852.912500', '171853.372500', '171853.832500', '171854.292500', '171854.752500', '171855.212500', '171855.672500', '171856.132500', '171856.592500', '171857.052500', '171857.512500', '171857.972500', '171858.432500', '171858.892500', '171859.352500', '171859.812500', '171900.272500', '171900.732500', '171901.192500', '171901.652500', '171902.112500', '171902.572500', '171903.032500', '171903.492500', '171903.952500', '171904.412500', '171904.872500', '171905.332500', '171905.792500', '171906.252500', '171906.712500', '171907.172500', '171907.632500', '171908.092500', '171908.552500', '171909.012500', '171909.472500', '171909.932500', '171910.392500', '171910.852500', '171911.312500', '171911.772500', '171912.232500', '171912.692500', '171913.152500', '171913.612500', '171914.072500', '171914.532500', '171914.992500', '171915.452500', '171915.912500', '171916.372500', '171916.832500', '171917.292500', '171917.752500', '171918.212500', '171918.672500', '171919.132500', '171919.592500', '171920.052500', '171920.512500', '171920.972500', '171921.432500', '171921.892500', '171922.352500', '171922.812500', '171923.272500', '171923.732500', '171924.192500', '171924.652500', '171925.112500', '171925.572500', '171926.032500', '171926.492500', '171926.952500', '171927.412500', '171927.872500', '171928.332500', '171928.792500', '171929.252500', '171929.712500', '171930.172500', '171930.632500', '171931.092500', '171931.552500', '171932.012500', '171932.472500', '171932.932500', '171933.392500', '171933.852500', '171934.312500', '171934.772500', '171935.232500', '171935.692500', '171936.152500', '171936.612500', '171937.072500', '171937.532500', '171937.992500', '171938.452500', '171938.912500', '171939.372500', '171939.832500', '171940.292500', '171940.752500', '171941.212500', '171941.672500', '171942.132500', '171942.592500', '171943.052500', '171943.512500', '171943.972500', '171944.432500', '171944.892500', '171945.352500', '171945.812500', '171946.272500', '171946.732500', '171947.192500', '171947.652500', '171948.112500', '171948.572500', '171949.032500', '171949.492500', '171949.952500', '171950.412500', '171950.872500', '171951.332500', '171951.792500', '171952.252500', '171952.712500', '171953.172500', '171953.632500', '171954.092500', '171954.552500'], 'ContentTime': ['171000.544000', '171000.549000', '171000.551000', '171000.554000', '171000.557000', '171000.560000', '171000.563000', '171000.566000', '171000.568000', '171000.571000', '171000.574000', '171000.577000', '171000.580000', '171000.583000', '171000.585000', '171000.588000', '171000.591000', '171000.594000', '171000.596000', '171000.599000', '171000.602000', '171000.605000', '171000.608000', '171000.610000', '171000.613000', '171000.616000', '171000.619000', '171000.622000', '171000.624000', '171020.512000', '171020.515000', '171020.518000', '171020.520000', '171020.523000', '171020.526000', '171020.529000', '171020.539000', '171020.542000', '171020.544000', '171020.547000', '171020.550000', '171020.553000', '171020.556000', '171020.559000', '171020.561000', '171020.564000', '171020.567000', '171020.570000', '171020.580000', '171020.583000', '171020.586000', '171020.588000', '171020.591000', '171020.594000', '171020.597000', '171020.600000', '171020.602000', '171020.605000', '171020.608000', '171020.611000', '171020.614000', '171020.616000', '171020.619000', '171020.622000', '171020.625000', '171020.627000', '171020.630000', '171020.633000', '171020.636000', '171020.639000', '171020.641000', '171020.644000', '171040.513000', '171040.516000', '171040.519000', '171040.522000', '171040.525000', '171040.527000', '171040.530000', '171040.533000', '171040.536000', '171040.539000', '171040.541000', '171040.544000', '171040.547000', '171040.550000', '171040.553000', '171040.555000', '171040.558000', '171040.561000', '171040.564000', '171040.567000', '171040.569000', '171040.572000', '171040.575000', '171040.578000', '171040.581000', '171040.583000', '171040.586000', '171040.589000', '171040.592000', '171040.595000', '171040.598000', '171040.600000', '171040.603000', '171040.606000', '171040.609000', '171040.616000', '171040.619000', '171040.622000', '171040.625000', '171040.628000', '171040.631000', '171040.633000', '171040.636000', '171100.513000', '171100.516000', '171100.519000', '171100.521000', '171100.524000', '171100.527000', '171100.530000', '171100.532000', '171100.535000', '171100.538000', '171100.541000', '171100.543000', '171100.546000', '171100.549000', '171100.552000', '171100.555000', '171100.558000', '171100.561000', '171100.563000', '171100.566000', '171100.569000', '171100.572000', '171100.575000', '171100.577000', '171100.580000', '171100.583000', '171100.586000', '171100.589000', '171100.591000', '171100.594000', '171100.597000', '171100.600000', '171100.603000', '171100.605000', '171100.608000', '171100.611000', '171100.614000', '171100.616000', '171100.619000', '171100.622000', '171100.625000', '171100.628000', '171100.630000', '171100.633000', '171120.512000', '171120.515000', '171120.518000', '171120.521000', '171120.524000', '171120.526000', '171120.529000', '171120.533000', '171120.536000', '171120.539000', '171120.550000', '171120.553000', '171120.555000', '171120.558000', '171120.561000', '171120.564000', '171120.567000', '171120.570000', '171120.572000', '171120.575000', '171120.578000', '171120.581000', '171120.584000', '171120.586000', '171120.589000', '171120.592000', '171120.595000', '171120.598000', '171120.600000', '171120.603000', '171120.606000', '171120.609000', '171120.612000', '171120.614000', '171120.617000', '171120.620000', '171120.623000', '171120.626000', '171120.648000', '171120.651000', '171120.654000', '171120.657000', '171120.660000', '171140.512000', '171140.515000', '171140.518000', '171140.520000', '171140.523000', '171140.526000', '171140.529000', '171140.532000', '171140.534000', '171140.537000', '171140.540000', '171140.543000', '171140.546000', '171140.548000', '171140.551000', '171140.554000', '171140.557000', '171140.560000', '171140.563000', '171140.565000', '171140.568000', '171140.571000', '171140.574000', '171140.577000', '171140.580000', '171140.582000', '171140.585000', '171140.588000', '171140.591000', '171140.594000', '171140.597000', '171140.599000', '171140.602000', '171140.605000', '171140.608000', '171140.611000', '171140.613000', '171140.616000', '171140.619000', '171140.622000', '171140.625000', '171140.627000', '171140.630000', '171140.633000', '171200.512000', '171200.515000', '171200.518000', '171200.521000', '171200.523000', '171200.526000', '171200.529000', '171200.532000', '171200.535000', '171200.538000', '171200.541000', '171200.543000', '171200.546000', '171200.549000', '171200.552000', '171200.555000', '171200.558000', '171200.560000', '171200.563000', '171200.566000', '171200.569000', '171200.572000', '171200.574000', '171200.577000', '171200.580000', '171200.583000', '171200.586000', '171200.588000', '171200.591000', '171200.594000', '171200.597000', '171200.600000', '171200.602000', '171200.605000', '171200.608000', '171200.611000', '171200.614000', '171200.616000', '171200.619000', '171200.622000', '171200.625000', '171200.628000', '171200.630000', '171220.512000', '171220.515000', '171220.518000', '171220.520000', '171220.523000', '171220.526000', '171220.529000', '171220.532000', '171220.534000', '171220.537000', '171220.540000', '171220.543000', '171220.546000', '171220.549000', '171220.551000', '171220.554000', '171220.557000', '171220.560000', '171220.563000', '171220.566000', '171220.568000', '171220.571000', '171220.574000', '171220.577000', '171220.580000', '171220.583000', '171220.586000', '171220.588000', '171220.591000', '171220.594000', '171220.597000', '171220.600000', '171220.602000', '171220.605000', '171220.608000', '171220.611000', '171220.614000', '171220.616000', '171220.619000', '171220.622000', '171220.625000', '171220.628000', '171220.630000', '171220.633000', '171240.512000', '171240.515000', '171240.518000', '171240.521000', '171240.523000', '171240.526000', '171240.529000', '171240.532000', '171240.535000', '171240.538000', '171240.540000', '171240.543000', '171240.546000', '171240.549000', '171240.552000', '171240.556000', '171240.561000', '171240.564000', '171240.567000', '171240.570000', '171240.573000', '171240.576000', '171240.579000', '171240.582000', '171240.584000', '171240.587000', '171240.590000', '171240.593000', '171240.595000', '171240.598000', '171240.601000', '171240.604000', '171240.607000', '171240.609000', '171240.612000', '171240.615000', '171240.618000', '171240.621000', '171240.624000', '171240.626000', '171240.629000', '171240.632000', '171240.635000', '171300.513000', '171300.516000', '171300.519000', '171300.521000', '171300.524000', '171300.527000', '171300.530000', '171300.533000', '171300.536000', '171300.539000', '171300.541000', '171300.544000', '171300.547000', '171300.550000', '171300.553000', '171300.555000', '171300.558000', '171300.561000', '171300.564000', '171300.567000', '171300.570000', '171300.573000', '171300.575000', '171300.578000', '171300.581000', '171300.584000', '171300.587000', '171300.589000', '171300.592000', '171300.595000', '171300.598000', '171300.601000', '171300.603000', '171300.606000', '171300.622000', '171300.625000', '171300.627000', '171300.630000', '171300.633000', '171300.636000', '171300.639000', '171300.641000', '171300.650000', '171300.652000', '171320.513000', '171320.516000', '171320.519000', '171320.522000', '171320.524000', '171320.527000', '171320.530000', '171320.533000', '171320.536000', '171320.538000', '171320.541000', '171320.544000', '171320.547000', '171320.550000', '171320.552000', '171320.555000', '171320.558000', '171320.561000', '171320.564000', '171320.567000', '171320.570000', '171320.572000', '171320.575000', '171320.578000', '171320.581000', '171320.584000', '171320.587000', '171320.590000', '171320.593000', '171320.596000', '171320.598000', '171320.601000', '171320.604000', '171320.607000', '171320.610000', '171320.612000', '171320.615000', '171320.618000', '171320.621000', '171320.624000', '171320.626000', '171320.629000', '171320.632000', '171340.512000', '171340.515000', '171340.518000', '171340.520000', '171340.523000', '171340.526000', '171340.529000', '171340.532000', '171340.535000', '171340.537000', '171340.540000', '171340.543000', '171340.546000', '171340.549000', '171340.552000', '171340.554000', '171340.557000', '171340.560000', '171340.563000', '171340.566000', '171340.569000', '171340.572000', '171340.574000', '171340.577000', '171340.580000', '171340.583000', '171340.586000', '171340.588000', '171340.591000', '171340.594000', '171340.597000', '171340.600000', '171340.602000', '171340.605000', '171340.608000', '171340.611000', '171340.614000', '171340.617000', '171340.620000', '171340.622000', '171340.625000', '171340.628000', '171340.631000', '171340.634000', '171400.512000', '171400.515000', '171400.518000', '171400.521000', '171400.523000', '171400.526000', '171400.529000', '171400.532000', '171400.535000', '171400.539000', '171400.542000', '171400.545000', '171400.548000', '171400.551000', '171400.553000', '171400.556000', '171400.559000', '171400.562000', '171400.565000', '171400.568000', '171400.571000', '171400.573000', '171400.576000', '171400.579000', '171400.582000', '171400.585000', '171400.587000', '171400.590000', '171400.593000', '171400.597000', '171400.599000', '171400.602000', '171400.605000', '171400.608000', '171400.611000', '171400.614000', '171400.616000', '171400.619000', '171400.622000', '171400.625000', '171400.628000', '171400.630000', '171400.633000', '171420.512000', '171420.515000', '171420.518000', '171420.521000', '171420.524000', '171420.526000', '171420.529000', '171420.532000', '171420.535000', '171420.538000', '171420.540000', '171420.543000', '171420.546000', '171420.549000', '171420.552000', '171420.555000', '171420.557000', '171420.560000', '171420.563000', '171420.566000', '171420.569000', '171420.572000', '171420.575000', '171420.578000', '171420.580000', '171420.583000', '171420.586000', '171420.589000', '171420.592000', '171420.595000', '171420.597000', '171420.600000', '171420.603000', '171420.606000', '171420.609000', '171420.611000', '171420.614000', '171420.617000', '171420.620000', '171420.623000', '171420.625000', '171420.628000', '171420.631000', '171420.634000', '171440.512000', '171440.526000', '171440.529000', '171440.531000', '171440.534000', '171440.537000', '171440.540000', '171440.543000', '171440.546000', '171440.548000', '171440.551000', '171440.554000', '171440.557000', '171440.560000', '171440.563000', '171440.565000', '171440.568000', '171440.571000', '171440.574000', '171440.577000', '171440.579000', '171440.582000', '171440.585000', '171440.588000', '171440.591000', '171440.594000', '171440.596000', '171440.599000', '171440.602000', '171440.605000', '171440.608000', '171440.611000', '171440.614000', '171440.617000', '171440.619000', '171440.622000', '171440.625000', '171440.628000', '171440.631000', '171440.634000', '171440.636000', '171440.639000', '171440.642000', '171500.512000', '171500.515000', '171500.518000', '171500.521000', '171500.524000', '171500.526000', '171500.529000', '171500.532000', '171500.535000', '171500.538000', '171500.540000', '171500.543000', '171500.546000', '171500.549000', '171500.552000', '171500.555000', '171500.558000', '171500.560000', '171500.563000', '171500.566000', '171500.569000', '171500.572000', '171500.575000', '171500.577000', '171500.580000', '171500.583000', '171500.586000', '171500.589000', '171500.591000', '171500.594000', '171500.597000', '171500.600000', '171500.603000', '171500.605000', '171500.608000', '171500.611000', '171500.614000', '171500.617000', '171500.619000', '171500.622000', '171500.625000', '171500.628000', '171500.631000', '171500.633000', '171520.513000', '171520.516000', '171520.519000', '171520.522000', '171520.524000', '171520.527000', '171520.530000', '171520.533000', '171520.536000', '171520.539000', '171520.541000', '171520.544000', '171520.547000', '171520.550000', '171520.553000', '171520.556000', '171520.559000', '171520.565000', '171520.567000', '171520.570000', '171520.573000', '171520.577000', '171520.580000', '171520.583000', '171520.586000', '171520.589000', '171520.591000', '171520.594000', '171520.597000', '171520.600000', '171520.603000', '171520.606000', '171520.608000', '171520.611000', '171520.614000', '171520.617000', '171520.620000', '171520.622000', '171520.625000', '171520.628000', '171520.631000', '171520.635000', '171520.639000', '171540.513000', '171540.516000', '171540.519000', '171540.522000', '171540.524000', '171540.527000', '171540.530000', '171540.533000', '171540.536000', '171540.538000', '171540.541000', '171540.544000', '171540.547000', '171540.550000', '171540.553000', '171540.556000', '171540.559000', '171540.561000', '171540.564000', '171540.567000', '171540.570000', '171540.573000', '171540.576000', '171540.578000', '171540.581000', '171540.584000', '171540.587000', '171540.590000', '171540.593000', '171540.596000', '171540.598000', '171540.601000', '171540.604000', '171540.607000', '171540.610000', '171540.612000', '171540.615000', '171540.618000', '171540.621000', '171540.624000', '171540.626000', '171540.629000', '171540.632000', '171540.635000', '171600.512000', '171600.515000', '171600.518000', '171600.521000', '171600.523000', '171600.526000', '171600.529000', '171600.532000', '171600.535000', '171600.537000', '171600.540000', '171600.543000', '171600.558000', '171600.561000', '171600.563000', '171600.566000', '171600.569000', '171600.572000', '171600.575000', '171600.578000', '171600.580000', '171600.583000', '171600.586000', '171600.589000', '171600.592000', '171600.594000', '171600.597000', '171600.601000', '171600.604000', '171600.607000', '171600.610000', '171600.613000', '171600.616000', '171600.619000', '171600.621000', '171600.624000', '171600.627000', '171600.630000', '171600.633000', '171600.636000', '171600.638000', '171600.641000', '171600.644000', '171620.512000', '171620.515000', '171620.518000', '171620.520000', '171620.523000', '171620.526000', '171620.529000', '171620.532000', '171620.534000', '171620.537000', '171620.540000', '171620.543000', '171620.546000', '171620.549000', '171620.551000', '171620.554000', '171620.557000', '171620.560000', '171620.563000', '171620.566000', '171620.568000', '171620.571000', '171620.574000', '171620.577000', '171620.579000', '171620.591000', '171620.594000', '171620.597000', '171620.600000', '171620.602000', '171620.605000', '171620.608000', '171620.611000', '171620.614000', '171620.616000', '171620.619000', '171620.622000', '171620.625000', '171620.627000', '171620.630000', '171620.633000', '171620.636000', '171620.639000', '171620.641000', '171640.512000', '171640.515000', '171640.518000', '171640.521000', '171640.523000', '171640.526000', '171640.529000', '171640.532000', '171640.535000', '171640.537000', '171640.540000', '171640.543000', '171640.546000', '171640.549000', '171640.552000', '171640.555000', '171640.557000', '171640.560000', '171640.563000', '171640.566000', '171640.569000', '171640.572000', '171640.575000', '171640.577000', '171640.580000', '171640.583000', '171640.586000', '171640.589000', '171640.592000', '171640.595000', '171640.597000', '171640.600000', '171640.603000', '171640.606000', '171640.609000', '171640.611000', '171640.616000', '171640.619000', '171640.622000', '171640.625000', '171640.628000', '171640.631000', '171640.634000', '171700.512000', '171700.515000', '171700.518000', '171700.521000', '171700.523000', '171700.526000', '171700.529000', '171700.532000', '171700.535000', '171700.537000', '171700.540000', '171700.543000', '171700.546000', '171700.549000', '171700.552000', '171700.554000', '171700.557000', '171700.560000', '171700.563000', '171700.566000', '171700.569000', '171700.572000', '171700.574000', '171700.577000', '171700.580000', '171700.583000', '171700.586000', '171700.589000', '171700.591000', '171700.594000', '171700.597000', '171700.600000', '171700.603000', '171700.606000', '171700.609000', '171700.611000', '171700.614000', '171700.617000', '171700.620000', '171700.623000', '171700.626000', '171700.628000', '171700.631000', '171700.634000', '171720.512000', '171720.515000', '171720.518000', '171720.521000', '171720.523000', '171720.526000', '171720.529000', '171720.532000', '171720.535000', '171720.538000', '171720.540000', '171720.543000', '171720.546000', '171720.549000', '171720.552000', '171720.554000', '171720.557000', '171720.560000', '171720.563000', '171720.566000', '171720.569000', '171720.571000', '171720.593000', '171720.596000', '171720.599000', '171720.602000', '171720.605000', '171720.608000', '171720.610000', '171720.613000', '171720.616000', '171720.619000', '171720.622000', '171720.625000', '171720.628000', '171720.630000', '171720.633000', '171720.636000', '171720.639000', '171720.642000', '171720.644000', '171720.647000', '171720.650000', '171740.513000', '171740.516000', '171740.519000', '171740.521000', '171740.524000', '171740.527000', '171740.530000', '171740.533000', '171740.536000', '171740.538000', '171740.541000', '171740.544000', '171740.547000', '171740.550000', '171740.553000', '171740.555000', '171740.558000', '171740.561000', '171740.564000', '171740.567000', '171740.569000', '171740.572000', '171740.575000', '171740.578000', '171740.581000', '171740.584000', '171740.587000', '171740.589000', '171740.592000', '171740.595000', '171740.598000', '171740.601000', '171740.603000', '171740.606000', '171740.609000', '171740.612000', '171740.615000', '171740.618000', '171740.620000', '171740.623000', '171740.626000', '171740.629000', '171740.632000', '171740.634000', '171800.513000', '171800.516000', '171800.519000', '171800.522000', '171800.524000', '171800.527000', '171800.530000', '171800.533000', '171800.536000', '171800.539000', '171800.541000', '171800.544000', '171800.547000', '171800.550000', '171800.553000', '171800.556000', '171800.558000', '171800.561000', '171800.564000', '171800.567000', '171800.570000', '171800.573000', '171800.575000', '171800.578000', '171800.581000', '171800.584000', '171800.587000', '171800.590000', '171800.592000', '171800.595000', '171800.598000', '171800.601000', '171800.604000', '171800.606000', '171800.609000', '171800.612000', '171800.615000', '171800.618000', '171800.621000', '171800.624000', '171800.626000', '171800.629000', '171800.632000', '171820.512000', '171820.515000', '171820.518000', '171820.521000', '171820.523000', '171820.526000', '171820.529000', '171820.532000', '171820.535000', '171820.538000', '171820.540000', '171820.543000', '171820.546000', '171820.549000', '171820.552000', '171820.555000', '171820.557000', '171820.560000', '171820.563000', '171820.566000', '171820.569000', '171820.572000', '171820.575000', '171820.577000', '171820.580000', '171820.583000', '171820.586000', '171820.589000', '171820.592000', '171820.594000', '171820.597000', '171820.600000', '171820.603000', '171820.606000', '171820.609000', '171820.611000', '171820.614000', '171820.617000', '171820.620000', '171820.623000', '171820.626000', '171820.628000', '171820.631000', '171840.512000', '171840.515000', '171840.518000', '171840.521000', '171840.523000', '171840.526000', '171840.529000', '171840.532000', '171840.535000', '171840.538000', '171840.540000', '171840.543000', '171840.546000', '171840.549000', '171840.552000', '171840.554000', '171840.557000', '171840.560000', '171840.563000', '171840.566000', '171840.579000', '171840.582000', '171840.585000', '171840.588000', '171840.591000', '171840.593000', '171840.596000', '171840.599000', '171840.602000', '171840.605000', '171840.607000', '171840.610000', '171840.613000', '171840.616000', '171840.619000', '171840.622000', '171840.625000', '171840.627000', '171840.630000', '171840.633000', '171840.636000', '171840.639000', '171840.641000', '171840.644000', '171900.512000', '171900.515000', '171900.518000', '171900.521000', '171900.524000', '171900.526000', '171900.529000', '171900.532000', '171900.535000', '171900.538000', '171900.540000', '171900.543000', '171900.546000', '171900.549000', '171900.552000', '171900.555000', '171900.557000', '171900.560000', '171900.563000', '171900.566000', '171900.569000', '171900.572000', '171900.575000', '171900.577000', '171900.580000', '171900.583000', '171900.586000', '171900.589000', '171900.591000', '171900.594000', '171900.597000', '171900.600000', '171900.603000', '171900.606000', '171900.608000', '171900.611000', '171900.614000', '171900.617000', '171900.620000', '171900.622000', '171900.625000', '171900.628000', '171900.631000', '171920.512000', '171920.515000', '171920.518000', '171920.521000', '171920.524000', '171920.527000', '171920.529000', '171920.532000', '171920.535000', '171920.538000', '171920.541000', '171920.543000', '171920.546000', '171920.549000', '171920.552000', '171920.555000', '171920.558000', '171920.561000', '171920.563000', '171920.566000', '171920.569000', '171920.572000', '171920.575000', '171920.578000', '171920.580000', '171920.583000', '171920.586000', '171920.589000', '171920.592000', '171920.594000', '171920.597000', '171920.600000', '171920.603000', '171920.606000', '171920.609000', '171920.611000', '171920.614000', '171920.617000', '171920.620000', '171920.623000', '171920.626000', '171920.629000', '171920.631000', '171920.634000', '171940.512000', '171940.515000', '171940.518000', '171940.521000', '171940.524000', '171940.527000', '171940.530000', '171940.533000', '171940.535000', '171940.538000', '171940.541000', '171940.544000', '171940.547000', '171940.550000', '171940.552000', '171940.555000', '171940.558000', '171940.561000', '171940.567000', '171940.570000', '171940.573000', '171940.575000', '171940.578000', '171940.581000', '171940.584000', '171940.587000', '171940.590000', '171940.592000', '171940.595000', '171940.598000', '171940.601000', '171940.604000', '171940.606000', '171940.609000', '171940.612000', '171940.615000', '171940.618000', '171940.620000', '171940.623000', '171940.626000', '171940.629000', '171940.632000', '171940.635000', '171955.317000', '171955.321000', '171955.324000', '171955.327000', '171955.330000', '171955.333000', '171955.336000', '171955.339000', '171955.343000', '171955.347000', '171955.350000', '171955.353000', '171955.356000', '171955.359000', '171955.361000', '171955.364000', '171955.387000', '171955.391000', '171955.394000', '171955.396000', '171955.399000', '171955.402000', '171955.405000', '171955.408000', '171955.411000', '171955.414000', '171955.417000', '171955.419000', '171955.422000', '171955.425000', '171955.428000', '171955.431000', '171955.435000'], 'InstanceCreationTime': ['171000.544000', '171000.549000', '171000.551000', '171000.554000', '171000.557000', '171000.560000', '171000.563000', '171000.566000', '171000.568000', '171000.571000', '171000.574000', '171000.577000', '171000.580000', '171000.583000', '171000.585000', '171000.588000', '171000.591000', '171000.594000', '171000.596000', '171000.599000', '171000.602000', '171000.605000', '171000.608000', '171000.610000', '171000.613000', '171000.616000', '171000.619000', '171000.622000', '171000.624000', '171020.512000', '171020.515000', '171020.518000', '171020.520000', '171020.523000', '171020.526000', '171020.529000', '171020.539000', '171020.542000', '171020.544000', '171020.547000', '171020.550000', '171020.553000', '171020.556000', '171020.559000', '171020.561000', '171020.564000', '171020.567000', '171020.570000', '171020.580000', '171020.583000', '171020.586000', '171020.588000', '171020.591000', '171020.594000', '171020.597000', '171020.600000', '171020.602000', '171020.605000', '171020.608000', '171020.611000', '171020.614000', '171020.616000', '171020.619000', '171020.622000', '171020.625000', '171020.627000', '171020.630000', '171020.633000', '171020.636000', '171020.639000', '171020.641000', '171020.644000', '171040.513000', '171040.516000', '171040.519000', '171040.522000', '171040.525000', '171040.527000', '171040.530000', '171040.533000', '171040.536000', '171040.539000', '171040.541000', '171040.544000', '171040.547000', '171040.550000', '171040.553000', '171040.555000', '171040.558000', '171040.561000', '171040.564000', '171040.567000', '171040.569000', '171040.572000', '171040.575000', '171040.578000', '171040.581000', '171040.583000', '171040.586000', '171040.589000', '171040.592000', '171040.595000', '171040.598000', '171040.600000', '171040.603000', '171040.606000', '171040.609000', '171040.616000', '171040.619000', '171040.622000', '171040.625000', '171040.628000', '171040.631000', '171040.633000', '171040.636000', '171100.513000', '171100.516000', '171100.519000', '171100.521000', '171100.524000', '171100.527000', '171100.530000', '171100.532000', '171100.535000', '171100.538000', '171100.541000', '171100.543000', '171100.546000', '171100.549000', '171100.552000', '171100.555000', '171100.558000', '171100.561000', '171100.563000', '171100.566000', '171100.569000', '171100.572000', '171100.575000', '171100.577000', '171100.580000', '171100.583000', '171100.586000', '171100.589000', '171100.591000', '171100.594000', '171100.597000', '171100.600000', '171100.603000', '171100.605000', '171100.608000', '171100.611000', '171100.614000', '171100.616000', '171100.619000', '171100.622000', '171100.625000', '171100.628000', '171100.630000', '171100.633000', '171120.512000', '171120.515000', '171120.518000', '171120.521000', '171120.524000', '171120.526000', '171120.529000', '171120.533000', '171120.536000', '171120.539000', '171120.550000', '171120.553000', '171120.555000', '171120.558000', '171120.561000', '171120.564000', '171120.567000', '171120.570000', '171120.572000', '171120.575000', '171120.578000', '171120.581000', '171120.584000', '171120.586000', '171120.589000', '171120.592000', '171120.595000', '171120.598000', '171120.600000', '171120.603000', '171120.606000', '171120.609000', '171120.612000', '171120.614000', '171120.617000', '171120.620000', '171120.623000', '171120.626000', '171120.648000', '171120.651000', '171120.654000', '171120.657000', '171120.660000', '171140.512000', '171140.515000', '171140.518000', '171140.520000', '171140.523000', '171140.526000', '171140.529000', '171140.532000', '171140.534000', '171140.537000', '171140.540000', '171140.543000', '171140.546000', '171140.548000', '171140.551000', '171140.554000', '171140.557000', '171140.560000', '171140.563000', '171140.565000', '171140.568000', '171140.571000', '171140.574000', '171140.577000', '171140.580000', '171140.582000', '171140.585000', '171140.588000', '171140.591000', '171140.594000', '171140.597000', '171140.599000', '171140.602000', '171140.605000', '171140.608000', '171140.611000', '171140.613000', '171140.616000', '171140.619000', '171140.622000', '171140.625000', '171140.627000', '171140.630000', '171140.633000', '171200.512000', '171200.515000', '171200.518000', '171200.521000', '171200.523000', '171200.526000', '171200.529000', '171200.532000', '171200.535000', '171200.538000', '171200.541000', '171200.543000', '171200.546000', '171200.549000', '171200.552000', '171200.555000', '171200.558000', '171200.560000', '171200.563000', '171200.566000', '171200.569000', '171200.572000', '171200.574000', '171200.577000', '171200.580000', '171200.583000', '171200.586000', '171200.588000', '171200.591000', '171200.594000', '171200.597000', '171200.600000', '171200.602000', '171200.605000', '171200.608000', '171200.611000', '171200.614000', '171200.616000', '171200.619000', '171200.622000', '171200.625000', '171200.628000', '171200.630000', '171220.512000', '171220.515000', '171220.518000', '171220.520000', '171220.523000', '171220.526000', '171220.529000', '171220.532000', '171220.534000', '171220.537000', '171220.540000', '171220.543000', '171220.546000', '171220.549000', '171220.551000', '171220.554000', '171220.557000', '171220.560000', '171220.563000', '171220.566000', '171220.568000', '171220.571000', '171220.574000', '171220.577000', '171220.580000', '171220.583000', '171220.586000', '171220.588000', '171220.591000', '171220.594000', '171220.597000', '171220.600000', '171220.602000', '171220.605000', '171220.608000', '171220.611000', '171220.614000', '171220.616000', '171220.619000', '171220.622000', '171220.625000', '171220.628000', '171220.630000', '171220.633000', '171240.512000', '171240.515000', '171240.518000', '171240.521000', '171240.523000', '171240.526000', '171240.529000', '171240.532000', '171240.535000', '171240.538000', '171240.540000', '171240.543000', '171240.546000', '171240.549000', '171240.552000', '171240.556000', '171240.561000', '171240.564000', '171240.567000', '171240.570000', '171240.573000', '171240.576000', '171240.579000', '171240.582000', '171240.584000', '171240.587000', '171240.590000', '171240.593000', '171240.595000', '171240.598000', '171240.601000', '171240.604000', '171240.607000', '171240.609000', '171240.612000', '171240.615000', '171240.618000', '171240.621000', '171240.624000', '171240.626000', '171240.629000', '171240.632000', '171240.635000', '171300.513000', '171300.516000', '171300.519000', '171300.521000', '171300.524000', '171300.527000', '171300.530000', '171300.533000', '171300.536000', '171300.539000', '171300.541000', '171300.544000', '171300.547000', '171300.550000', '171300.553000', '171300.555000', '171300.558000', '171300.561000', '171300.564000', '171300.567000', '171300.570000', '171300.573000', '171300.575000', '171300.578000', '171300.581000', '171300.584000', '171300.587000', '171300.589000', '171300.592000', '171300.595000', '171300.598000', '171300.601000', '171300.603000', '171300.606000', '171300.622000', '171300.625000', '171300.627000', '171300.630000', '171300.633000', '171300.636000', '171300.639000', '171300.641000', '171300.650000', '171300.652000', '171320.513000', '171320.516000', '171320.519000', '171320.522000', '171320.524000', '171320.527000', '171320.530000', '171320.533000', '171320.536000', '171320.538000', '171320.541000', '171320.544000', '171320.547000', '171320.550000', '171320.552000', '171320.555000', '171320.558000', '171320.561000', '171320.564000', '171320.567000', '171320.570000', '171320.572000', '171320.575000', '171320.578000', '171320.581000', '171320.584000', '171320.587000', '171320.590000', '171320.593000', '171320.596000', '171320.598000', '171320.601000', '171320.604000', '171320.607000', '171320.610000', '171320.612000', '171320.615000', '171320.618000', '171320.621000', '171320.624000', '171320.626000', '171320.629000', '171320.632000', '171340.512000', '171340.515000', '171340.518000', '171340.520000', '171340.523000', '171340.526000', '171340.529000', '171340.532000', '171340.535000', '171340.537000', '171340.540000', '171340.543000', '171340.546000', '171340.549000', '171340.552000', '171340.554000', '171340.557000', '171340.560000', '171340.563000', '171340.566000', '171340.569000', '171340.572000', '171340.574000', '171340.577000', '171340.580000', '171340.583000', '171340.586000', '171340.588000', '171340.591000', '171340.594000', '171340.597000', '171340.600000', '171340.602000', '171340.605000', '171340.608000', '171340.611000', '171340.614000', '171340.617000', '171340.620000', '171340.622000', '171340.625000', '171340.628000', '171340.631000', '171340.634000', '171400.512000', '171400.515000', '171400.518000', '171400.521000', '171400.523000', '171400.526000', '171400.529000', '171400.532000', '171400.535000', '171400.539000', '171400.542000', '171400.545000', '171400.548000', '171400.551000', '171400.553000', '171400.556000', '171400.559000', '171400.562000', '171400.565000', '171400.568000', '171400.571000', '171400.573000', '171400.576000', '171400.579000', '171400.582000', '171400.585000', '171400.587000', '171400.590000', '171400.593000', '171400.597000', '171400.599000', '171400.602000', '171400.605000', '171400.608000', '171400.611000', '171400.614000', '171400.616000', '171400.619000', '171400.622000', '171400.625000', '171400.628000', '171400.630000', '171400.633000', '171420.512000', '171420.515000', '171420.518000', '171420.521000', '171420.524000', '171420.526000', '171420.529000', '171420.532000', '171420.535000', '171420.538000', '171420.540000', '171420.543000', '171420.546000', '171420.549000', '171420.552000', '171420.555000', '171420.557000', '171420.560000', '171420.563000', '171420.566000', '171420.569000', '171420.572000', '171420.575000', '171420.578000', '171420.580000', '171420.583000', '171420.586000', '171420.589000', '171420.592000', '171420.595000', '171420.597000', '171420.600000', '171420.603000', '171420.606000', '171420.609000', '171420.611000', '171420.614000', '171420.617000', '171420.620000', '171420.623000', '171420.625000', '171420.628000', '171420.631000', '171420.634000', '171440.512000', '171440.526000', '171440.529000', '171440.531000', '171440.534000', '171440.537000', '171440.540000', '171440.543000', '171440.546000', '171440.548000', '171440.551000', '171440.554000', '171440.557000', '171440.560000', '171440.563000', '171440.565000', '171440.568000', '171440.571000', '171440.574000', '171440.577000', '171440.579000', '171440.582000', '171440.585000', '171440.588000', '171440.591000', '171440.594000', '171440.596000', '171440.599000', '171440.602000', '171440.605000', '171440.608000', '171440.611000', '171440.614000', '171440.617000', '171440.619000', '171440.622000', '171440.625000', '171440.628000', '171440.631000', '171440.634000', '171440.636000', '171440.639000', '171440.642000', '171500.512000', '171500.515000', '171500.518000', '171500.521000', '171500.524000', '171500.526000', '171500.529000', '171500.532000', '171500.535000', '171500.538000', '171500.540000', '171500.543000', '171500.546000', '171500.549000', '171500.552000', '171500.555000', '171500.558000', '171500.560000', '171500.563000', '171500.566000', '171500.569000', '171500.572000', '171500.575000', '171500.577000', '171500.580000', '171500.583000', '171500.586000', '171500.589000', '171500.591000', '171500.594000', '171500.597000', '171500.600000', '171500.603000', '171500.605000', '171500.608000', '171500.611000', '171500.614000', '171500.617000', '171500.619000', '171500.622000', '171500.625000', '171500.628000', '171500.631000', '171500.633000', '171520.513000', '171520.516000', '171520.519000', '171520.522000', '171520.524000', '171520.527000', '171520.530000', '171520.533000', '171520.536000', '171520.539000', '171520.541000', '171520.544000', '171520.547000', '171520.550000', '171520.553000', '171520.556000', '171520.559000', '171520.565000', '171520.567000', '171520.570000', '171520.573000', '171520.577000', '171520.580000', '171520.583000', '171520.586000', '171520.589000', '171520.591000', '171520.594000', '171520.597000', '171520.600000', '171520.603000', '171520.606000', '171520.608000', '171520.611000', '171520.614000', '171520.617000', '171520.620000', '171520.622000', '171520.625000', '171520.628000', '171520.631000', '171520.635000', '171520.639000', '171540.513000', '171540.516000', '171540.519000', '171540.522000', '171540.524000', '171540.527000', '171540.530000', '171540.533000', '171540.536000', '171540.538000', '171540.541000', '171540.544000', '171540.547000', '171540.550000', '171540.553000', '171540.556000', '171540.559000', '171540.561000', '171540.564000', '171540.567000', '171540.570000', '171540.573000', '171540.576000', '171540.578000', '171540.581000', '171540.584000', '171540.587000', '171540.590000', '171540.593000', '171540.596000', '171540.598000', '171540.601000', '171540.604000', '171540.607000', '171540.610000', '171540.612000', '171540.615000', '171540.618000', '171540.621000', '171540.624000', '171540.626000', '171540.629000', '171540.632000', '171540.635000', '171600.512000', '171600.515000', '171600.518000', '171600.521000', '171600.523000', '171600.526000', '171600.529000', '171600.532000', '171600.535000', '171600.537000', '171600.540000', '171600.543000', '171600.558000', '171600.561000', '171600.563000', '171600.566000', '171600.569000', '171600.572000', '171600.575000', '171600.578000', '171600.580000', '171600.583000', '171600.586000', '171600.589000', '171600.592000', '171600.594000', '171600.597000', '171600.601000', '171600.604000', '171600.607000', '171600.610000', '171600.613000', '171600.616000', '171600.619000', '171600.621000', '171600.624000', '171600.627000', '171600.630000', '171600.633000', '171600.636000', '171600.638000', '171600.641000', '171600.644000', '171620.512000', '171620.515000', '171620.518000', '171620.520000', '171620.523000', '171620.526000', '171620.529000', '171620.532000', '171620.534000', '171620.537000', '171620.540000', '171620.543000', '171620.546000', '171620.549000', '171620.551000', '171620.554000', '171620.557000', '171620.560000', '171620.563000', '171620.566000', '171620.568000', '171620.571000', '171620.574000', '171620.577000', '171620.579000', '171620.591000', '171620.594000', '171620.597000', '171620.600000', '171620.602000', '171620.605000', '171620.608000', '171620.611000', '171620.614000', '171620.616000', '171620.619000', '171620.622000', '171620.625000', '171620.627000', '171620.630000', '171620.633000', '171620.636000', '171620.639000', '171620.641000', '171640.512000', '171640.515000', '171640.518000', '171640.521000', '171640.523000', '171640.526000', '171640.529000', '171640.532000', '171640.535000', '171640.537000', '171640.540000', '171640.543000', '171640.546000', '171640.549000', '171640.552000', '171640.555000', '171640.557000', '171640.560000', '171640.563000', '171640.566000', '171640.569000', '171640.572000', '171640.575000', '171640.577000', '171640.580000', '171640.583000', '171640.586000', '171640.589000', '171640.592000', '171640.595000', '171640.597000', '171640.600000', '171640.603000', '171640.606000', '171640.609000', '171640.611000', '171640.616000', '171640.619000', '171640.622000', '171640.625000', '171640.628000', '171640.631000', '171640.634000', '171700.512000', '171700.515000', '171700.518000', '171700.521000', '171700.523000', '171700.526000', '171700.529000', '171700.532000', '171700.535000', '171700.537000', '171700.540000', '171700.543000', '171700.546000', '171700.549000', '171700.552000', '171700.554000', '171700.557000', '171700.560000', '171700.563000', '171700.566000', '171700.569000', '171700.572000', '171700.574000', '171700.577000', '171700.580000', '171700.583000', '171700.586000', '171700.589000', '171700.591000', '171700.594000', '171700.597000', '171700.600000', '171700.603000', '171700.606000', '171700.609000', '171700.611000', '171700.614000', '171700.617000', '171700.620000', '171700.623000', '171700.626000', '171700.628000', '171700.631000', '171700.634000', '171720.512000', '171720.515000', '171720.518000', '171720.521000', '171720.523000', '171720.526000', '171720.529000', '171720.532000', '171720.535000', '171720.538000', '171720.540000', '171720.543000', '171720.546000', '171720.549000', '171720.552000', '171720.554000', '171720.557000', '171720.560000', '171720.563000', '171720.566000', '171720.569000', '171720.571000', '171720.593000', '171720.596000', '171720.599000', '171720.602000', '171720.605000', '171720.608000', '171720.610000', '171720.613000', '171720.616000', '171720.619000', '171720.622000', '171720.625000', '171720.628000', '171720.630000', '171720.633000', '171720.636000', '171720.639000', '171720.642000', '171720.644000', '171720.647000', '171720.650000', '171740.513000', '171740.516000', '171740.519000', '171740.521000', '171740.524000', '171740.527000', '171740.530000', '171740.533000', '171740.536000', '171740.538000', '171740.541000', '171740.544000', '171740.547000', '171740.550000', '171740.553000', '171740.555000', '171740.558000', '171740.561000', '171740.564000', '171740.567000', '171740.569000', '171740.572000', '171740.575000', '171740.578000', '171740.581000', '171740.584000', '171740.587000', '171740.589000', '171740.592000', '171740.595000', '171740.598000', '171740.601000', '171740.603000', '171740.606000', '171740.609000', '171740.612000', '171740.615000', '171740.618000', '171740.620000', '171740.623000', '171740.626000', '171740.629000', '171740.632000', '171740.634000', '171800.513000', '171800.516000', '171800.519000', '171800.522000', '171800.524000', '171800.527000', '171800.530000', '171800.533000', '171800.536000', '171800.539000', '171800.541000', '171800.544000', '171800.547000', '171800.550000', '171800.553000', '171800.556000', '171800.558000', '171800.561000', '171800.564000', '171800.567000', '171800.570000', '171800.573000', '171800.575000', '171800.578000', '171800.581000', '171800.584000', '171800.587000', '171800.590000', '171800.592000', '171800.595000', '171800.598000', '171800.601000', '171800.604000', '171800.606000', '171800.609000', '171800.612000', '171800.615000', '171800.618000', '171800.621000', '171800.624000', '171800.626000', '171800.629000', '171800.632000', '171820.512000', '171820.515000', '171820.518000', '171820.521000', '171820.523000', '171820.526000', '171820.529000', '171820.532000', '171820.535000', '171820.538000', '171820.540000', '171820.543000', '171820.546000', '171820.549000', '171820.552000', '171820.555000', '171820.557000', '171820.560000', '171820.563000', '171820.566000', '171820.569000', '171820.572000', '171820.575000', '171820.577000', '171820.580000', '171820.583000', '171820.586000', '171820.589000', '171820.592000', '171820.594000', '171820.597000', '171820.600000', '171820.603000', '171820.606000', '171820.609000', '171820.611000', '171820.614000', '171820.617000', '171820.620000', '171820.623000', '171820.626000', '171820.628000', '171820.631000', '171840.512000', '171840.515000', '171840.518000', '171840.521000', '171840.523000', '171840.526000', '171840.529000', '171840.532000', '171840.535000', '171840.538000', '171840.540000', '171840.543000', '171840.546000', '171840.549000', '171840.552000', '171840.554000', '171840.557000', '171840.560000', '171840.563000', '171840.566000', '171840.579000', '171840.582000', '171840.585000', '171840.588000', '171840.591000', '171840.593000', '171840.596000', '171840.599000', '171840.602000', '171840.605000', '171840.607000', '171840.610000', '171840.613000', '171840.616000', '171840.619000', '171840.622000', '171840.625000', '171840.627000', '171840.630000', '171840.633000', '171840.636000', '171840.639000', '171840.641000', '171840.644000', '171900.512000', '171900.515000', '171900.518000', '171900.521000', '171900.524000', '171900.526000', '171900.529000', '171900.532000', '171900.535000', '171900.538000', '171900.540000', '171900.543000', '171900.546000', '171900.549000', '171900.552000', '171900.555000', '171900.557000', '171900.560000', '171900.563000', '171900.566000', '171900.569000', '171900.572000', '171900.575000', '171900.577000', '171900.580000', '171900.583000', '171900.586000', '171900.589000', '171900.591000', '171900.594000', '171900.597000', '171900.600000', '171900.603000', '171900.606000', '171900.608000', '171900.611000', '171900.614000', '171900.617000', '171900.620000', '171900.622000', '171900.625000', '171900.628000', '171900.631000', '171920.512000', '171920.515000', '171920.518000', '171920.521000', '171920.524000', '171920.527000', '171920.529000', '171920.532000', '171920.535000', '171920.538000', '171920.541000', '171920.543000', '171920.546000', '171920.549000', '171920.552000', '171920.555000', '171920.558000', '171920.561000', '171920.563000', '171920.566000', '171920.569000', '171920.572000', '171920.575000', '171920.578000', '171920.580000', '171920.583000', '171920.586000', '171920.589000', '171920.592000', '171920.594000', '171920.597000', '171920.600000', '171920.603000', '171920.606000', '171920.609000', '171920.611000', '171920.614000', '171920.617000', '171920.620000', '171920.623000', '171920.626000', '171920.629000', '171920.631000', '171920.634000', '171940.512000', '171940.515000', '171940.518000', '171940.521000', '171940.524000', '171940.527000', '171940.530000', '171940.533000', '171940.535000', '171940.538000', '171940.541000', '171940.544000', '171940.547000', '171940.550000', '171940.552000', '171940.555000', '171940.558000', '171940.561000', '171940.567000', '171940.570000', '171940.573000', '171940.575000', '171940.578000', '171940.581000', '171940.584000', '171940.587000', '171940.590000', '171940.592000', '171940.595000', '171940.598000', '171940.601000', '171940.604000', '171940.606000', '171940.609000', '171940.612000', '171940.615000', '171940.618000', '171940.620000', '171940.623000', '171940.626000', '171940.629000', '171940.632000', '171940.635000', '171955.317000', '171955.321000', '171955.324000', '171955.327000', '171955.330000', '171955.333000', '171955.336000', '171955.339000', '171955.343000', '171955.347000', '171955.350000', '171955.353000', '171955.356000', '171955.359000', '171955.361000', '171955.364000', '171955.387000', '171955.391000', '171955.394000', '171955.396000', '171955.399000', '171955.402000', '171955.405000', '171955.408000', '171955.411000', '171955.414000', '171955.417000', '171955.419000', '171955.422000', '171955.425000', '171955.428000', '171955.431000', '171955.435000'], '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': [11548, 10821, 11468, 10775, 12971, 10374, 14003, 10595, 12467, 10709, 12030, 11140, 12905, 12686, 11039, 11463, 10338, 11448, 10492, 11843, 10601, 11144, 10598, 11311, 10843, 13958, 10879, 13272, 10925, 14452, 10995, 14153, 10677, 13470, 10706, 12905, 10581, 12924, 10998, 12273, 11027, 12838, 10764, 13773, 10399, 11066, 10816, 10633, 15293, 11551, 12667, 11879, 10851, 16566, 11971, 11731, 14572, 11121, 11735, 14408, 11096, 10747, 14382, 11552, 11184, 14977, 11160, 10841, 13069, 12948, 10477, 10899, 14171, 11336, 11574, 16657, 12565, 10865, 13511, 10937, 10788, 15492, 11469, 10727, 13842, 11005, 11488, 14984, 10844, 11087, 13105, 10821, 15327, 11718, 11377, 12065, 10809, 14370, 10850, 15381, 10974, 11238, 11827, 10922, 12992, 10683, 11074, 14318, 11197, 11331, 15064, 11017, 13303, 14636, 10381, 17023, 14824, 10805, 16036, 11003, 11113, 11978, 10907, 14266, 10237, 11182, 13632, 10352, 10786, 11748, 10590, 13535, 10203, 10853, 13288, 10950, 13296, 11668, 10761, 13899, 10706, 12322, 12468, 10807, 13536, 11378, 10897, 11974, 11104, 10680, 15542, 10700, 15743, 11033, 15392, 11254, 14316, 10703, 11032, 11754, 13573, 14420, 10012, 15863, 11901, 11689, 13589, 9900, 12408, 11615, 10152, 14751, 9787, 11850, 12335, 10206, 12892, 9800, 10626, 13078, 10038, 10684, 10623, 10720, 14086, 10313, 10981, 12177, 10573, 14649, 10852, 10881, 12251, 10965, 15078, 10905, 12852, 9931, 11241, 10095, 12233, 11248, 10905, 14146, 11148, 14263, 11027, 11389, 11111, 11906, 11520, 11216, 11283, 10084, 12311, 10132, 16053, 10541, 13765, 10448, 12853, 10684, 13661, 10800, 12326, 11174, 12035, 11236, 9985, 12626, 10186, 14382, 10358, 13856, 10389, 12378, 10488, 13657, 10745, 12868, 10628, 12291, 10775, 13771, 10768, 12795, 10845, 13964, 10921, 12733, 11068, 13383, 11256, 13719, 11118, 11772, 11378, 13042, 11298, 10900, 11239, 12793, 11445, 12828, 11274, 13247, 11629, 14564, 13435, 10377, 13603, 10448, 15694, 11002, 14039, 10412, 12232, 10499, 13839, 10821, 12015, 10787, 11442, 11094, 12722, 10797, 12424, 11076, 12273, 11283, 12709, 11385, 10217, 11583, 10190, 13706, 10464, 12805, 10509, 12524, 10685, 12999, 10746, 12933, 10781, 13689, 10985, 12787, 10919, 13220, 11112, 13442, 11169, 10214, 11109, 10269, 14521, 10821, 12949, 10842, 11875, 10847, 11813, 11198, 11065, 11206, 11584, 11165, 11019, 11089, 11862, 11361, 11809, 11307, 10240, 11307, 10405, 13259, 10230, 12051, 10181, 13092, 10283, 14108, 10566, 13390, 10329, 10534, 10853, 10472, 13003, 10381, 13518, 10209, 15525, 10386, 13948, 10379, 10636, 10156, 10676, 11359, 11887, 14708, 11112, 15245, 9595, 14003, 9858, 14600, 9790, 12666, 10145, 12067, 10226, 11649, 10369, 11100, 10504, 10541, 10723, 10280, 11002, 9625, 10975, 10078, 10919, 9801, 11097, 9979, 11305, 10037, 12668, 9930, 13019, 10304, 14057, 10186, 13134, 9999, 12296, 10384, 12909, 10365, 12281, 10408, 12552, 10576, 11661, 10861, 11985, 10876, 12557, 10956, 10393, 10698, 9850, 12353, 10019, 13415, 10138, 12941, 10429, 13321, 10385, 12326, 10451, 12681, 9332, 11434, 9304, 11524, 9465, 13137, 9587, 14632, 9367, 14408, 9516, 15472, 9359, 12874, 9428, 14068, 9257, 15295, 9240, 13860, 9540, 14178, 9556, 14336, 9488, 13253, 9605, 14307, 10919, 13822, 9388, 13144, 11435, 14196, 12818, 10635, 13048, 9670, 15046, 11195, 15204, 11131, 14265, 8993, 15291, 10363, 15247, 10490, 15536, 10290, 15358, 9598, 14452, 9548, 13955, 11371, 10324, 12353, 8880, 14255, 9676, 13999, 10223, 13165, 9406, 13362, 9144, 14053, 9319, 13597, 9183, 13569, 9961, 15419, 10203, 14333, 9282, 14990, 10564, 14988, 9567, 14621, 9314, 14950, 10333, 14009, 9721, 15007, 10301, 15534, 10904, 15652, 9685, 15798, 9411, 15691, 9670, 14090, 10276, 14830, 12148, 14808, 11447, 11949, 13850, 12638, 15423, 11272, 14182, 9042, 15544, 10856, 15961, 11118, 14816, 9063, 14739, 10640, 16067, 11178, 15236, 9525, 15430, 10631, 15889, 10320, 15117, 9561, 15683, 10955, 14429, 9693, 15242, 10298, 15595, 10650, 14963, 9505, 14408, 9430, 14754, 10155, 12500, 12400, 11391, 14753, 10427, 13304, 8776, 14605, 10163, 14270, 10030, 13596, 9191, 14382, 9522, 13848, 9481, 13675, 9612, 12616, 10888, 12345, 13037, 9859, 15941, 10418, 15375, 10219, 14857, 9682, 14279, 9509, 15444, 9974, 13061, 9521, 13911, 9612, 14314, 10057, 15605, 9771, 16122, 9691, 15789, 9593, 16644, 10677, 17276, 11003, 16851, 10762, 15562, 13404, 13159, 15774, 11626, 16816, 11456, 16226, 11327, 15753, 9913, 13412, 9429, 13539, 9991, 13844, 13862, 10804, 15715, 8926, 13693, 9470, 13582, 10151, 13888, 9527, 13744, 9711, 14972, 9457, 14818, 9702, 14410, 9677, 15065, 10729, 15148, 9649, 13522, 9930, 14738, 10739, 13600, 10527, 12744, 12262, 12799, 13578, 11460, 12505, 11213, 13968, 13037, 14998, 11571, 13414, 9749, 14275, 11407, 15285, 12373, 14435, 10175, 15571, 10373, 15143, 10542, 13583, 9482, 13889, 9244, 14668, 9675, 13326, 9686, 12342, 9780, 14042, 10665, 11483, 11664, 10007, 13180, 10229, 13573, 11172, 14001, 9155, 13842, 9876, 13354, 9633, 13838, 9695, 13981, 9812, 14695, 9609, 14969, 9714, 14321, 10272, 14020, 10853, 10759, 12744, 10684, 13715, 11028, 13491, 9353, 14439, 11160, 15408, 11184, 14369, 9320, 13841, 10321, 14484, 10642, 14439, 9440, 14902, 9656, 15160, 9457, 15225, 9722, 15160, 10169, 14814, 9883, 13685, 10509, 14463, 12065, 12763, 11961, 11745, 13757, 10963, 14709, 11287, 14108, 9881, 14140, 10393, 14027, 9867, 13805, 9413, 13368, 9980, 14185, 9683, 14386, 9536, 14531, 10863, 15259, 9684, 15310, 9511, 14911, 9781, 14469, 9667, 13412, 9592, 13540, 12687, 9871, 13977, 9368, 16617, 12126, 15676, 10652, 15261, 10417, 15838, 11350, 14529, 9679, 14754, 9642, 15295, 9434, 14966, 9571, 13830, 9863, 14869, 10931, 15053, 10279, 11391, 11546, 12762, 11763, 13464, 9678, 12245, 9712, 14101, 10009, 14215, 9482, 14590, 9669, 15152, 10602, 15144, 9451, 16091, 10463, 15869, 11076, 15129, 9448, 14037, 9287, 13770, 10358, 11079, 14237, 10797, 15271, 10646, 13959, 9380, 14079, 9453, 12915, 12405, 9408, 16077, 10647, 14825, 10510, 13557, 9597, 12442, 9593, 11278, 12667, 10536, 13703, 11469, 9327, 12011, 9203, 13496, 9842, 14306, 9618, 14881, 9926, 14670, 9933, 14476, 14924, 12384, 17405, 12579, 16071, 13558, 15215, 10991, 15645, 12364, 16030, 12340, 15672, 10156, 14501, 9495, 12845, 11252, 11504, 15177, 12527, 16480, 12272, 14496, 11414, 14123, 11535, 15106, 11232, 13792, 9631, 12649, 9824, 13408, 10260, 13685, 9990, 12899, 9954, 12858, 9969, 13872, 10853, 13513, 11350, 13217, 10928, 13525, 11247, 13999, 11915, 14530, 11884, 15192, 11784, 15766, 11466, 15845, 11856, 16062, 11741, 15624, 11431, 15581, 11125, 15873, 11804, 15186, 10147, 15094, 10525, 15145, 11032, 14861, 10308, 14673, 10994, 14270, 10916, 12897, 10946, 12576, 12381, 12063, 12562, 11170, 12858, 11631, 13675, 11915, 12381, 13011, 12307, 13882, 13281, 13927, 11498, 14623, 13270, 14568, 14229, 12705, 13972, 12216, 15107, 12771, 16966, 12810, 15926, 11073, 16336, 11748, 15584, 10507, 15800, 10198, 15794, 10722, 15328, 9919, 14987, 9903, 15449, 10524, 13690, 10231, 11472, 12566, 10771, 13971, 10871, 15136, 9472, 15486, 9865, 14834, 11207, 14068, 9747, 14744, 10146, 14415, 9891, 12986, 10253, 12609, 10546, 13272, 11666, 11840, 13447, 10881, 14629, 11894, 16812, 11781, 15333, 9878, 15172, 10118, 15266, 9928, 15060, 10293, 13144, 12724, 12480, 15159, 11808, 14132, 9435, 15801, 10573, 15651, 11189, 14543, 10079, 14676, 10776, 14621, 10751, 15837, 11450, 12006, 9171, 11248, 11795, 11582, 13079, 13321, 11576, 15771, 11986, 15180, 10811, 14753, 11006, 16613, 12124, 16434, 11689, 15533, 10049, 15903, 9455, 15278, 9644, 12903, 10494, 9421, 14014, 9491, 17093, 12383, 14398, 9615, 14316, 9843, 14142, 9996, 10554, 13640, 10553, 15101, 11791, 13038, 9893, 12704, 10175, 11778, 14119, 11213, 15104, 9534, 13807, 9972, 12186, 10194, 11100, 12941, 9370, 15305, 9760, 13740, 9819, 12976, 10117, 12056, 11618, 10600, 14394, 11053, 15705, 9919, 14382, 10020, 13836, 9844, 12091, 10337, 10884, 10684, 10788, 12000, 11542, 13681, 10557, 13845, 9690, 14770, 10996, 16102, 10753, 15447, 10133, 15056, 10137, 14128, 13234, 12974, 14066, 10350, 14287, 11151, 15447, 12467, 14913, 9675, 14867, 10294, 15673, 11762, 14380, 9401, 13937, 9775, 14468, 9650, 14446, 9821, 11909, 10650, 10955, 12843, 10593, 16183, 11047, 14256, 9456, 13600, 9605, 14333, 9554, 13212, 9976, 12301, 14148, 10481, 15807, 11090, 14699, 9450, 13236, 9834, 13398, 9983, 12080, 10060, 9655, 13688, 10014, 15420, 9923, 14551, 9599, 13813, 9898, 14058, 10137, 13175, 9899, 12473, 11469, 13215, 13375, 10960, 13260, 9771, 14584, 11498, 15451, 11269, 15459, 10021, 15280, 10775, 15152, 9633, 14558, 9797, 13760, 11451, 11759, 12758, 9064, 14079, 9549, 15718, 11490, 13998, 9631, 14476, 9777, 14234, 9849, 11848, 12138, 9453, 14219, 10165, 15315, 10882, 13770, 9733, 13875, 10053, 12511, 11068, 10185, 13346, 9257, 15161, 9883, 13870, 10235, 13278, 10029, 12070, 10390, 11353, 11005, 9837, 13170, 9585, 14868, 9616, 14331, 9861, 14448, 9959, 14519, 10051, 14216, 10197, 11684, 12284, 9808, 14802, 9919, 14647, 9649, 13592, 10074, 13067, 10426, 12419, 10631, 10692, 12730, 9413, 14917, 11132, 14694, 9510, 13316, 9405, 13933, 10101], 'WindowCenter': [4664.0, 4628.0, 4617.0, 4607.0, 4615.0, 4581.0, 4609.0, 4580.0, 4587.0, 4567.0, 4587.0, 4579.0, 4586.0, 4576.0, 4565.0, 4561.0, 4553.0, 4571.0, 4564.0, 4576.0, 4565.0, 4578.0, 4567.0, 4575.0, 4577.0, 4597.0, 4576.0, 4584.0, 4576.0, 4598.0, 4578.0, 4597.0, 4568.0, 4586.0, 4563.0, 4588.0, 4579.0, 4586.0, 4563.0, 4567.0, 4560.0, 4582.0, 4577.0, 4582.0, 4567.0, 4576.0, 4576.0, 4576.0, 4609.0, 4580.0, 4586.0, 4574.0, 4580.0, 4607.0, 4586.0, 4572.0, 4595.0, 4577.0, 4588.0, 4594.0, 4578.0, 4578.0, 4596.0, 4579.0, 4589.0, 4607.0, 4575.0, 4578.0, 4602.0, 4587.0, 4577.0, 4579.0, 4597.0, 4579.0, 4590.0, 4620.0, 4588.0, 4577.0, 4598.0, 4572.0, 4575.0, 4608.0, 4588.0, 4579.0, 4609.0, 4591.0, 4592.0, 4608.0, 4581.0, 4590.0, 4594.0, 4591.0, 4611.0, 4589.0, 4589.0, 4586.0, 4578.0, 4608.0, 4588.0, 4610.0, 4590.0, 4588.0, 4589.0, 4592.0, 4600.0, 4585.0, 4591.0, 4622.0, 4598.0, 4591.0, 4622.0, 4591.0, 4614.0, 4609.0, 4577.0, 4620.0, 4606.0, 4578.0, 4606.0, 4579.0, 4587.0, 4584.0, 4574.0, 4587.0, 4552.0, 4564.0, 4596.0, 4564.0, 4566.0, 4577.0, 4581.0, 4583.0, 4566.0, 4579.0, 4593.0, 4575.0, 4598.0, 4573.0, 4574.0, 4598.0, 4581.0, 4602.0, 4600.0, 4577.0, 4598.0, 4573.0, 4580.0, 4577.0, 4573.0, 4569.0, 4604.0, 4562.0, 4592.0, 4566.0, 4589.0, 4563.0, 4579.0, 4550.0, 4549.0, 4547.0, 4556.0, 4568.0, 4526.0, 4564.0, 4543.0, 4544.0, 4554.0, 4526.0, 4545.0, 4538.0, 4526.0, 4564.0, 4527.0, 4546.0, 4554.0, 4538.0, 4554.0, 4536.0, 4538.0, 4571.0, 4540.0, 4551.0, 4549.0, 4562.0, 4581.0, 4553.0, 4564.0, 4572.0, 4564.0, 4592.0, 4565.0, 4567.0, 4573.0, 4578.0, 4596.0, 4566.0, 4575.0, 4553.0, 4563.0, 4565.0, 4570.0, 4562.0, 4562.0, 4580.0, 4563.0, 4582.0, 4552.0, 4561.0, 4550.0, 4560.0, 4560.0, 4561.0, 4561.0, 4549.0, 4558.0, 4554.0, 4593.0, 4554.0, 4572.0, 4551.0, 4570.0, 4552.0, 4567.0, 4554.0, 4561.0, 4561.0, 4570.0, 4562.0, 4540.0, 4562.0, 4555.0, 4581.0, 4554.0, 4582.0, 4564.0, 4575.0, 4565.0, 4582.0, 4566.0, 4572.0, 4562.0, 4574.0, 4565.0, 4582.0, 4564.0, 4573.0, 4561.0, 4583.0, 4563.0, 4570.0, 4563.0, 4573.0, 4563.0, 4583.0, 4561.0, 4572.0, 4566.0, 4583.0, 4562.0, 4560.0, 4566.0, 4582.0, 4575.0, 4586.0, 4577.0, 4585.0, 4565.0, 4595.0, 4576.0, 4550.0, 4571.0, 4551.0, 4581.0, 4549.0, 4570.0, 4553.0, 4559.0, 4552.0, 4580.0, 4553.0, 4562.0, 4551.0, 4561.0, 4562.0, 4569.0, 4560.0, 4569.0, 4564.0, 4571.0, 4562.0, 4574.0, 4564.0, 4550.0, 4563.0, 4553.0, 4583.0, 4554.0, 4573.0, 4562.0, 4573.0, 4565.0, 4572.0, 4564.0, 4569.0, 4553.0, 4571.0, 4549.0, 4561.0, 4551.0, 4570.0, 4559.0, 4570.0, 4550.0, 4541.0, 4548.0, 4542.0, 4567.0, 4550.0, 4559.0, 4550.0, 4558.0, 4564.0, 4560.0, 4561.0, 4561.0, 4560.0, 4561.0, 4563.0, 4562.0, 4562.0, 4572.0, 4565.0, 4572.0, 4563.0, 4554.0, 4564.0, 4552.0, 4574.0, 4552.0, 4573.0, 4552.0, 4571.0, 4553.0, 4580.0, 4552.0, 4573.0, 4553.0, 4554.0, 4550.0, 4552.0, 4570.0, 4551.0, 4571.0, 4551.0, 4582.0, 4539.0, 4569.0, 4536.0, 4547.0, 4538.0, 4535.0, 4548.0, 4548.0, 4567.0, 4536.0, 4565.0, 4511.0, 4554.0, 4525.0, 4560.0, 4522.0, 4544.0, 4521.0, 4543.0, 4526.0, 4534.0, 4526.0, 4534.0, 4536.0, 4537.0, 4546.0, 4539.0, 4546.0, 4539.0, 4548.0, 4540.0, 4549.0, 4553.0, 4561.0, 4554.0, 4565.0, 4566.0, 4584.0, 4555.0, 4584.0, 4569.0, 4597.0, 4555.0, 4573.0, 4554.0, 4585.0, 4566.0, 4586.0, 4555.0, 4572.0, 4563.0, 4575.0, 4565.0, 4559.0, 4564.0, 4573.0, 4566.0, 4584.0, 4565.0, 4552.0, 4553.0, 4555.0, 4570.0, 4554.0, 4573.0, 4556.0, 4574.0, 4564.0, 4583.0, 4554.0, 4571.0, 4567.0, 4586.0, 4543.0, 4550.0, 4524.0, 4533.0, 4512.0, 4543.0, 4513.0, 4553.0, 4512.0, 4552.0, 4515.0, 4561.0, 4516.0, 4544.0, 4512.0, 4550.0, 4512.0, 4564.0, 4513.0, 4552.0, 4513.0, 4553.0, 4523.0, 4565.0, 4523.0, 4554.0, 4514.0, 4565.0, 4533.0, 4553.0, 4512.0, 4554.0, 4533.0, 4566.0, 4543.0, 4523.0, 4542.0, 4525.0, 4561.0, 4547.0, 4561.0, 4533.0, 4552.0, 4513.0, 4561.0, 4526.0, 4563.0, 4536.0, 4562.0, 4525.0, 4562.0, 4512.0, 4552.0, 4525.0, 4556.0, 4531.0, 4522.0, 4543.0, 4514.0, 4562.0, 4528.0, 4565.0, 4536.0, 4554.0, 4526.0, 4565.0, 4539.0, 4584.0, 4539.0, 4569.0, 4539.0, 4569.0, 4550.0, 4578.0, 4550.0, 4579.0, 4540.0, 4576.0, 4550.0, 4581.0, 4538.0, 4578.0, 4538.0, 4578.0, 4550.0, 4581.0, 4540.0, 4582.0, 4549.0, 4589.0, 4548.0, 4581.0, 4537.0, 4579.0, 4527.0, 4576.0, 4529.0, 4564.0, 4536.0, 4577.0, 4560.0, 4567.0, 4543.0, 4548.0, 4557.0, 4557.0, 4564.0, 4546.0, 4553.0, 4515.0, 4573.0, 4546.0, 4574.0, 4545.0, 4568.0, 4527.0, 4565.0, 4551.0, 4576.0, 4547.0, 4563.0, 4525.0, 4563.0, 4534.0, 4565.0, 4528.0, 4561.0, 4524.0, 4565.0, 4534.0, 4564.0, 4524.0, 4563.0, 4541.0, 4577.0, 4537.0, 4564.0, 4540.0, 4567.0, 4517.0, 4568.0, 4523.0, 4544.0, 4544.0, 4543.0, 4562.0, 4533.0, 4553.0, 4515.0, 4562.0, 4537.0, 4566.0, 4539.0, 4564.0, 4528.0, 4567.0, 4537.0, 4569.0, 4527.0, 4568.0, 4538.0, 4570.0, 4548.0, 4571.0, 4567.0, 4539.0, 4580.0, 4547.0, 4578.0, 4538.0, 4576.0, 4543.0, 4582.0, 4542.0, 4581.0, 4540.0, 4572.0, 4537.0, 4568.0, 4540.0, 4607.0, 4568.0, 4603.0, 4555.0, 4606.0, 4555.0, 4595.0, 4554.0, 4604.0, 4561.0, 4594.0, 4549.0, 4588.0, 4537.0, 4563.0, 4542.0, 4553.0, 4555.0, 4532.0, 4562.0, 4523.0, 4551.0, 4520.0, 4548.0, 4496.0, 4527.0, 4497.0, 4540.0, 4508.0, 4539.0, 4539.0, 4520.0, 4549.0, 4500.0, 4540.0, 4509.0, 4540.0, 4523.0, 4551.0, 4525.0, 4551.0, 4527.0, 4566.0, 4526.0, 4563.0, 4525.0, 4566.0, 4526.0, 4567.0, 4535.0, 4566.0, 4525.0, 4554.0, 4538.0, 4579.0, 4551.0, 4569.0, 4539.0, 4559.0, 4560.0, 4566.0, 4566.0, 4548.0, 4558.0, 4551.0, 4567.0, 4570.0, 4581.0, 4546.0, 4565.0, 4539.0, 4578.0, 4562.0, 4579.0, 4558.0, 4568.0, 4550.0, 4579.0, 4549.0, 4565.0, 4538.0, 4557.0, 4526.0, 4555.0, 4526.0, 4566.0, 4527.0, 4554.0, 4526.0, 4557.0, 4537.0, 4577.0, 4536.0, 4548.0, 4546.0, 4538.0, 4558.0, 4538.0, 4566.0, 4549.0, 4567.0, 4527.0, 4567.0, 4551.0, 4569.0, 4539.0, 4567.0, 4540.0, 4580.0, 4549.0, 4579.0, 4539.0, 4578.0, 4540.0, 4580.0, 4538.0, 4581.0, 4549.0, 4550.0, 4557.0, 4548.0, 4570.0, 4551.0, 4567.0, 4528.0, 4567.0, 4549.0, 4579.0, 4551.0, 4568.0, 4540.0, 4568.0, 4538.0, 4569.0, 4550.0, 4567.0, 4538.0, 4577.0, 4540.0, 4577.0, 4538.0, 4589.0, 4541.0, 4578.0, 4537.0, 4577.0, 4536.0, 4569.0, 4551.0, 4577.0, 4558.0, 4571.0, 4560.0, 4559.0, 4569.0, 4550.0, 4578.0, 4549.0, 4567.0, 4539.0, 4566.0, 4549.0, 4580.0, 4539.0, 4582.0, 4540.0, 4582.0, 4550.0, 4583.0, 4556.0, 4579.0, 4556.0, 4594.0, 4565.0, 4592.0, 4550.0, 4593.0, 4554.0, 4588.0, 4552.0, 4582.0, 4539.0, 4583.0, 4541.0, 4579.0, 4569.0, 4552.0, 4577.0, 4540.0, 4588.0, 4570.0, 4587.0, 4554.0, 4592.0, 4562.0, 4587.0, 4551.0, 4568.0, 4536.0, 4577.0, 4537.0, 4580.0, 4526.0, 4580.0, 4537.0, 4568.0, 4539.0, 4577.0, 4537.0, 4579.0, 4537.0, 4555.0, 4549.0, 4568.0, 4555.0, 4568.0, 4540.0, 4560.0, 4539.0, 4581.0, 4541.0, 4579.0, 4540.0, 4577.0, 4543.0, 4580.0, 4549.0, 4580.0, 4540.0, 4590.0, 4554.0, 4591.0, 4551.0, 4575.0, 4536.0, 4566.0, 4528.0, 4568.0, 4538.0, 4549.0, 4568.0, 4550.0, 4578.0, 4549.0, 4567.0, 4526.0, 4569.0, 4524.0, 4558.0, 4556.0, 4525.0, 4578.0, 4550.0, 4568.0, 4537.0, 4569.0, 4539.0, 4585.0, 4550.0, 4562.0, 4571.0, 4564.0, 4583.0, 4565.0, 4541.0, 4556.0, 4527.0, 4568.0, 4551.0, 4582.0, 4543.0, 4591.0, 4552.0, 4597.0, 4552.0, 4594.0, 4578.0, 4563.0, 4577.0, 4537.0, 4555.0, 4544.0, 4552.0, 4509.0, 4537.0, 4516.0, 4523.0, 4501.0, 4511.0, 4468.0, 4501.0, 4470.0, 4500.0, 4480.0, 4493.0, 4512.0, 4499.0, 4519.0, 4499.0, 4510.0, 4501.0, 4512.0, 4502.0, 4523.0, 4505.0, 4523.0, 4498.0, 4525.0, 4509.0, 4541.0, 4511.0, 4540.0, 4524.0, 4541.0, 4527.0, 4543.0, 4526.0, 4554.0, 4538.0, 4554.0, 4548.0, 4558.0, 4547.0, 4555.0, 4547.0, 4558.0, 4550.0, 4569.0, 4558.0, 4566.0, 4561.0, 4582.0, 4549.0, 4577.0, 4559.0, 4578.0, 4552.0, 4575.0, 4547.0, 4578.0, 4551.0, 4579.0, 4561.0, 4577.0, 4539.0, 4579.0, 4549.0, 4580.0, 4548.0, 4579.0, 4551.0, 4578.0, 4549.0, 4580.0, 4551.0, 4571.0, 4552.0, 4573.0, 4571.0, 4575.0, 4573.0, 4562.0, 4573.0, 4573.0, 4587.0, 4575.0, 4585.0, 4586.0, 4575.0, 4583.0, 4586.0, 4595.0, 4563.0, 4593.0, 4570.0, 4584.0, 4570.0, 4571.0, 4583.0, 4558.0, 4578.0, 4571.0, 4583.0, 4561.0, 4576.0, 4535.0, 4566.0, 4548.0, 4569.0, 4535.0, 4564.0, 4526.0, 4563.0, 4538.0, 4564.0, 4523.0, 4552.0, 4514.0, 4562.0, 4523.0, 4556.0, 4521.0, 4535.0, 4530.0, 4526.0, 4553.0, 4535.0, 4566.0, 4525.0, 4566.0, 4526.0, 4567.0, 4537.0, 4552.0, 4527.0, 4565.0, 4530.0, 4566.0, 4525.0, 4558.0, 4538.0, 4555.0, 4538.0, 4558.0, 4547.0, 4556.0, 4568.0, 4549.0, 4568.0, 4561.0, 4575.0, 4546.0, 4567.0, 4529.0, 4566.0, 4534.0, 4568.0, 4524.0, 4567.0, 4535.0, 4558.0, 4557.0, 4558.0, 4567.0, 4546.0, 4553.0, 4515.0, 4564.0, 4538.0, 4574.0, 4547.0, 4565.0, 4541.0, 4581.0, 4549.0, 4581.0, 4562.0, 4576.0, 4560.0, 4556.0, 4529.0, 4547.0, 4559.0, 4561.0, 4581.0, 4568.0, 4563.0, 4580.0, 4549.0, 4566.0, 4537.0, 4554.0, 4524.0, 4565.0, 4533.0, 4553.0, 4525.0, 4551.0, 4496.0, 4541.0, 4498.0, 4537.0, 4488.0, 4514.0, 4498.0, 4485.0, 4524.0, 4497.0, 4548.0, 4517.0, 4525.0, 4485.0, 4526.0, 4498.0, 4527.0, 4497.0, 4494.0, 4526.0, 4508.0, 4534.0, 4516.0, 4519.0, 4497.0, 4527.0, 4509.0, 4520.0, 4529.0, 4519.0, 4537.0, 4500.0, 4541.0, 4507.0, 4529.0, 4509.0, 4531.0, 4542.0, 4513.0, 4560.0, 4525.0, 4556.0, 4525.0, 4544.0, 4526.0, 4542.0, 4533.0, 4537.0, 4553.0, 4537.0, 4565.0, 4528.0, 4568.0, 4525.0, 4571.0, 4536.0, 4548.0, 4526.0, 4538.0, 4536.0, 4549.0, 4556.0, 4562.0, 4570.0, 4553.0, 4569.0, 4541.0, 4576.0, 4550.0, 4579.0, 4550.0, 4580.0, 4538.0, 4581.0, 4539.0, 4573.0, 4560.0, 4560.0, 4569.0, 4538.0, 4568.0, 4539.0, 4569.0, 4556.0, 4568.0, 4525.0, 4567.0, 4528.0, 4565.0, 4547.0, 4556.0, 4518.0, 4555.0, 4527.0, 4556.0, 4516.0, 4558.0, 4523.0, 4545.0, 4524.0, 4536.0, 4546.0, 4536.0, 4567.0, 4535.0, 4553.0, 4517.0, 4541.0, 4515.0, 4556.0, 4514.0, 4547.0, 4518.0, 4544.0, 4552.0, 4524.0, 4552.0, 4523.0, 4550.0, 4512.0, 4543.0, 4514.0, 4544.0, 4514.0, 4543.0, 4525.0, 4525.0, 4554.0, 4524.0, 4564.0, 4527.0, 4553.0, 4522.0, 4558.0, 4527.0, 4568.0, 4525.0, 4554.0, 4524.0, 4559.0, 4547.0, 4558.0, 4554.0, 4539.0, 4556.0, 4527.0, 4568.0, 4549.0, 4569.0, 4537.0, 4567.0, 4529.0, 4565.0, 4536.0, 4565.0, 4525.0, 4557.0, 4525.0, 4557.0, 4534.0, 4544.0, 4544.0, 4516.0, 4555.0, 4527.0, 4564.0, 4538.0, 4555.0, 4514.0, 4552.0, 4521.0, 4551.0, 4526.0, 4542.0, 4545.0, 4523.0, 4555.0, 4526.0, 4565.0, 4532.0, 4553.0, 4518.0, 4556.0, 4521.0, 4547.0, 4533.0, 4528.0, 4551.0, 4514.0, 4565.0, 4528.0, 4555.0, 4523.0, 4557.0, 4527.0, 4556.0, 4538.0, 4547.0, 4544.0, 4542.0, 4559.0, 4540.0, 4580.0, 4542.0, 4581.0, 4542.0, 4573.0, 4540.0, 4567.0, 4540.0, 4568.0, 4539.0, 4558.0, 4554.0, 4541.0, 4566.0, 4541.0, 4580.0, 4538.0, 4567.0, 4540.0, 4568.0, 4550.0, 4568.0, 4552.0, 4553.0, 4569.0, 4539.0, 4591.0, 4564.0, 4581.0, 4541.0, 4581.0, 4558.0, 4611.0, 4571.0], 'WindowWidth': [10217.0, 10146.0, 10118.0, 10096.0, 10103.0, 10050.0, 10084.0, 10043.0, 10049.0, 10021.0, 10048.0, 10035.0, 10046.0, 10029.0, 10014.0, 10005.0, 9995.0, 10019.0, 10014.0, 10028.0, 10015.0, 10034.0, 10018.0, 10031.0, 10034.0, 10060.0, 10031.0, 10040.0, 10031.0, 10064.0, 10037.0, 10060.0, 10022.0, 10043.0, 10011.0, 10046.0, 10041.0, 10046.0, 10010.0, 10009.0, 10002.0, 10033.0, 10034.0, 10037.0, 10020.0, 10030.0, 10031.0, 10034.0, 10077.0, 10037.0, 10043.0, 10027.0, 10036.0, 10077.0, 10048.0, 10023.0, 10056.0, 10034.0, 10049.0, 10053.0, 10034.0, 10034.0, 10056.0, 10038.0, 10051.0, 10076.0, 10030.0, 10036.0, 10073.0, 10047.0, 10038.0, 10039.0, 10062.0, 10039.0, 10057.0, 10099.0, 10051.0, 10036.0, 10065.0, 10026.0, 10031.0, 10079.0, 10054.0, 10040.0, 10082.0, 10059.0, 10059.0, 10080.0, 10045.0, 10055.0, 10058.0, 10058.0, 10088.0, 10055.0, 10052.0, 10048.0, 10038.0, 10081.0, 10054.0, 10084.0, 10056.0, 10052.0, 10055.0, 10062.0, 10070.0, 10050.0, 10061.0, 10107.0, 10073.0, 10059.0, 10104.0, 10061.0, 10092.0, 10081.0, 10037.0, 10096.0, 10073.0, 10038.0, 10077.0, 10041.0, 10050.0, 10043.0, 10027.0, 10042.0, 9993.0, 10010.0, 10056.0, 10013.0, 10015.0, 10031.0, 10042.0, 10039.0, 10019.0, 10035.0, 10054.0, 10032.0, 10062.0, 10027.0, 10026.0, 10061.0, 10046.0, 10076.0, 10069.0, 10036.0, 10061.0, 10025.0, 10038.0, 10030.0, 10023.0, 10021.0, 10070.0, 10010.0, 10054.0, 10015.0, 10043.0, 10009.0, 10026.0, 9988.0, 9984.0, 9977.0, 9984.0, 10005.0, 9943.0, 9996.0, 9967.0, 9967.0, 9981.0, 9944.0, 9970.0, 9960.0, 9942.0, 9993.0, 9946.0, 9971.0, 9981.0, 9962.0, 9982.0, 9960.0, 9966.0, 10011.0, 9972.0, 9985.0, 9982.0, 10005.0, 10031.0, 9994.0, 10008.0, 10019.0, 10010.0, 10048.0, 10012.0, 10014.0, 10022.0, 10033.0, 10055.0, 10013.0, 10024.0, 9996.0, 10008.0, 10012.0, 10015.0, 10005.0, 10004.0, 10028.0, 10005.0, 10031.0, 9986.0, 9999.0, 9985.0, 10000.0, 10001.0, 10001.0, 9999.0, 9986.0, 9996.0, 9993.0, 10046.0, 9994.0, 10015.0, 9988.0, 10012.0, 9991.0, 10007.0, 9992.0, 10001.0, 10001.0, 10014.0, 10003.0, 9972.0, 10001.0, 9994.0, 10030.0, 9997.0, 10031.0, 10010.0, 10023.0, 10012.0, 10032.0, 10012.0, 10018.0, 10007.0, 10021.0, 10012.0, 10031.0, 10009.0, 10019.0, 10004.0, 10034.0, 10004.0, 10012.0, 10005.0, 10017.0, 10005.0, 10033.0, 10000.0, 10018.0, 10013.0, 10033.0, 10003.0, 10003.0, 10013.0, 10034.0, 10025.0, 10040.0, 10028.0, 10039.0, 10010.0, 10053.0, 10023.0, 9985.0, 10014.0, 9985.0, 10029.0, 9983.0, 10011.0, 9990.0, 9996.0, 9990.0, 10025.0, 9991.0, 10001.0, 9988.0, 9999.0, 10004.0, 10012.0, 9999.0, 10010.0, 10008.0, 10017.0, 10005.0, 10022.0, 10006.0, 9988.0, 10007.0, 9993.0, 10033.0, 9995.0, 10018.0, 10004.0, 10020.0, 10012.0, 10017.0, 10008.0, 10012.0, 9991.0, 10013.0, 9982.0, 9999.0, 9986.0, 10014.0, 9997.0, 10011.0, 9982.0, 9972.0, 9978.0, 9973.0, 10007.0, 9982.0, 9995.0, 9983.0, 9993.0, 10006.0, 9998.0, 9999.0, 10000.0, 10001.0, 10002.0, 10006.0, 10004.0, 10005.0, 10019.0, 10011.0, 10018.0, 10005.0, 9995.0, 10007.0, 9992.0, 10021.0, 9990.0, 10020.0, 9990.0, 10016.0, 9994.0, 10028.0, 9992.0, 10020.0, 9995.0, 9994.0, 9986.0, 9987.0, 10013.0, 9987.0, 10016.0, 9985.0, 10031.0, 9970.0, 10012.0, 9963.0, 9977.0, 9965.0, 9958.0, 9975.0, 9977.0, 10001.0, 9956.0, 9995.0, 9920.0, 9979.0, 9941.0, 9986.0, 9935.0, 9964.0, 9934.0, 9962.0, 9942.0, 9952.0, 9942.0, 9953.0, 9958.0, 9962.0, 9973.0, 9965.0, 9973.0, 9966.0, 9979.0, 9971.0, 9982.0, 9991.0, 10003.0, 9996.0, 10012.0, 10015.0, 10037.0, 9998.0, 10035.0, 10019.0, 10057.0, 9998.0, 10020.0, 9997.0, 10040.0, 10016.0, 10039.0, 9997.0, 10018.0, 10008.0, 10023.0, 10011.0, 10000.0, 10008.0, 10021.0, 10015.0, 10036.0, 10010.0, 9991.0, 9992.0, 9996.0, 10014.0, 9994.0, 10019.0, 9998.0, 10020.0, 10010.0, 10033.0, 9995.0, 10016.0, 10016.0, 10045.0, 9982.0, 9980.0, 9941.0, 9948.0, 9918.0, 9959.0, 9920.0, 9973.0, 9918.0, 9973.0, 9924.0, 9986.0, 9927.0, 9963.0, 9920.0, 9970.0, 9921.0, 9990.0, 9922.0, 9972.0, 9920.0, 9978.0, 9937.0, 9995.0, 9935.0, 9978.0, 9924.0, 9995.0, 9951.0, 9977.0, 9919.0, 9977.0, 9949.0, 9995.0, 9963.0, 9935.0, 9960.0, 9939.0, 9987.0, 9972.0, 9986.0, 9948.0, 9974.0, 9923.0, 9986.0, 9942.0, 9988.0, 9955.0, 9988.0, 9941.0, 9988.0, 9920.0, 9975.0, 9941.0, 9980.0, 9945.0, 9933.0, 9964.0, 9925.0, 9988.0, 9949.0, 9997.0, 9959.0, 9983.0, 9947.0, 9999.0, 9969.0, 10035.0, 9971.0, 10008.0, 9968.0, 10009.0, 9986.0, 10021.0, 9984.0, 10021.0, 9972.0, 10016.0, 9985.0, 10024.0, 9966.0, 10019.0, 9968.0, 10020.0, 9985.0, 10025.0, 9970.0, 10027.0, 9985.0, 10035.0, 9978.0, 10024.0, 9962.0, 10020.0, 9948.0, 10014.0, 9951.0, 9995.0, 9957.0, 10015.0, 9994.0, 10001.0, 9965.0, 9974.0, 9986.0, 9986.0, 9994.0, 9970.0, 9979.0, 9930.0, 10007.0, 9974.0, 10009.0, 9971.0, 10001.0, 9948.0, 9997.0, 9984.0, 10011.0, 9973.0, 9991.0, 9942.0, 9991.0, 9953.0, 9994.0, 9946.0, 9987.0, 9941.0, 9995.0, 9952.0, 9991.0, 9941.0, 9992.0, 9968.0, 10013.0, 9957.0, 9993.0, 9974.0, 10000.0, 9931.0, 9999.0, 9936.0, 9965.0, 9964.0, 9964.0, 9989.0, 9950.0, 9979.0, 9930.0, 9991.0, 9963.0, 10000.0, 9965.0, 9996.0, 9953.0, 10002.0, 9964.0, 10005.0, 9948.0, 10004.0, 9965.0, 10009.0, 9980.0, 10011.0, 10004.0, 9966.0, 10022.0, 9975.0, 10017.0, 9964.0, 10016.0, 9977.0, 10031.0, 9974.0, 10025.0, 9968.0, 10010.0, 9962.0, 10005.0, 9974.0, 10074.0, 10018.0, 10064.0, 9998.0, 10066.0, 9997.0, 10051.0, 9997.0, 10062.0, 10002.0, 10051.0, 9980.0, 10035.0, 9960.0, 9994.0, 9962.0, 9977.0, 9981.0, 9945.0, 9988.0, 9930.0, 9970.0, 9924.0, 9962.0, 9888.0, 9931.0, 9892.0, 9950.0, 9909.0, 9952.0, 9952.0, 9925.0, 9964.0, 9900.0, 9952.0, 9914.0, 9953.0, 9934.0, 9971.0, 9940.0, 9974.0, 9947.0, 9997.0, 9943.0, 9990.0, 9943.0, 9997.0, 9944.0, 10001.0, 9957.0, 9997.0, 9941.0, 9981.0, 9963.0, 10019.0, 9983.0, 10007.0, 9966.0, 9994.0, 9996.0, 10002.0, 10002.0, 9977.0, 9991.0, 9982.0, 10004.0, 10008.0, 10025.0, 9974.0, 9999.0, 9966.0, 10020.0, 10001.0, 10022.0, 9991.0, 10002.0, 9983.0, 10020.0, 9983.0, 9997.0, 9961.0, 9985.0, 9946.0, 9982.0, 9945.0, 9999.0, 9945.0, 9980.0, 9944.0, 9986.0, 9963.0, 10016.0, 9959.0, 9976.0, 9973.0, 9963.0, 9990.0, 9965.0, 10000.0, 9980.0, 10002.0, 9951.0, 10004.0, 9986.0, 10007.0, 9970.0, 10005.0, 9971.0, 10024.0, 9984.0, 10022.0, 9968.0, 10019.0, 9970.0, 10022.0, 9965.0, 10025.0, 9977.0, 9981.0, 9990.0, 9981.0, 10009.0, 9984.0, 10003.0, 9951.0, 10004.0, 9981.0, 10020.0, 9984.0, 10003.0, 9971.0, 10004.0, 9967.0, 10006.0, 9983.0, 10003.0, 9966.0, 10018.0, 9971.0, 10020.0, 9966.0, 10034.0, 9972.0, 10020.0, 9963.0, 10016.0, 9961.0, 10008.0, 9984.0, 10019.0, 9992.0, 10010.0, 9994.0, 9994.0, 10008.0, 9982.0, 10020.0, 9980.0, 10004.0, 9966.0, 10001.0, 9984.0, 10023.0, 9969.0, 10026.0, 9972.0, 10028.0, 9988.0, 10031.0, 9998.0, 10025.0, 9999.0, 10048.0, 10010.0, 10045.0, 9987.0, 10046.0, 9994.0, 10037.0, 9989.0, 10029.0, 9971.0, 10032.0, 9976.0, 10025.0, 10009.0, 9987.0, 10020.0, 9972.0, 10037.0, 10012.0, 10034.0, 9992.0, 10042.0, 10003.0, 10034.0, 9986.0, 10005.0, 9963.0, 10017.0, 9962.0, 10023.0, 9948.0, 10022.0, 9962.0, 10005.0, 9965.0, 10018.0, 9961.0, 10018.0, 9962.0, 9988.0, 9978.0, 10004.0, 9985.0, 10005.0, 9968.0, 9996.0, 9969.0, 10027.0, 9974.0, 10023.0, 9971.0, 10020.0, 9977.0, 10025.0, 9983.0, 10025.0, 9972.0, 10037.0, 9992.0, 10039.0, 9985.0, 10012.0, 9961.0, 10000.0, 9951.0, 10005.0, 9964.0, 9981.0, 10007.0, 9982.0, 10019.0, 9979.0, 10003.0, 9948.0, 10006.0, 9942.0, 9990.0, 9986.0, 9945.0, 10017.0, 9983.0, 10004.0, 9962.0, 10004.0, 9967.0, 10043.0, 9987.0, 10006.0, 10014.0, 10008.0, 10033.0, 10008.0, 9972.0, 9987.0, 9950.0, 10005.0, 9986.0, 10031.0, 9978.0, 10042.0, 9991.0, 10056.0, 9993.0, 10049.0, 10022.0, 10001.0, 10021.0, 9955.0, 9984.0, 9962.0, 9972.0, 9908.0, 9944.0, 9911.0, 9922.0, 9882.0, 9900.0, 9834.0, 9880.0, 9838.0, 9879.0, 9852.0, 9872.0, 9898.0, 9878.0, 9905.0, 9878.0, 9894.0, 9884.0, 9900.0, 9887.0, 9915.0, 9895.0, 9918.0, 9892.0, 9924.0, 9907.0, 9951.0, 9915.0, 9952.0, 9937.0, 9958.0, 9944.0, 9962.0, 9942.0, 9979.0, 9961.0, 9980.0, 9975.0, 9988.0, 9974.0, 9981.0, 9974.0, 9988.0, 9980.0, 10004.0, 9989.0, 10000.0, 9995.0, 10022.0, 9980.0, 10016.0, 9994.0, 10016.0, 9984.0, 10008.0, 9975.0, 10014.0, 9983.0, 10019.0, 9996.0, 10015.0, 9968.0, 10018.0, 9981.0, 10022.0, 9979.0, 10019.0, 9986.0, 10020.0, 9981.0, 10026.0, 9985.0, 10013.0, 9989.0, 10018.0, 10015.0, 10023.0, 10019.0, 10005.0, 10020.0, 10021.0, 10043.0, 10027.0, 10037.0, 10040.0, 10024.0, 10034.0, 10040.0, 10051.0, 10006.0, 10047.0, 10014.0, 10032.0, 10012.0, 10012.0, 10030.0, 9992.0, 10021.0, 10011.0, 10031.0, 9996.0, 10015.0, 9957.0, 9998.0, 9974.0, 10002.0, 9954.0, 9993.0, 9941.0, 9990.0, 9956.0, 9992.0, 9935.0, 9972.0, 9923.0, 9987.0, 9934.0, 9978.0, 9930.0, 9951.0, 9942.0, 9939.0, 9977.0, 9953.0, 9994.0, 9940.0, 9995.0, 9941.0, 9996.0, 9957.0, 9972.0, 9944.0, 9993.0, 9949.0, 9995.0, 9941.0, 9987.0, 9960.0, 9982.0, 9963.0, 9989.0, 9974.0, 9986.0, 10002.0, 9976.0, 10005.0, 9996.0, 10011.0, 9971.0, 9999.0, 9949.0, 9996.0, 9954.0, 10002.0, 9940.0, 9998.0, 9954.0, 9986.0, 9986.0, 9988.0, 10000.0, 9969.0, 9980.0, 9928.0, 9992.0, 9961.0, 10008.0, 9975.0, 9998.0, 9969.0, 10022.0, 9983.0, 10022.0, 10003.0, 10012.0, 9993.0, 9985.0, 9953.0, 9975.0, 9996.0, 10001.0, 10029.0, 10008.0, 10001.0, 10025.0, 9978.0, 10000.0, 9958.0, 9979.0, 9935.0, 9994.0, 9946.0, 9975.0, 9934.0, 9968.0, 9888.0, 9951.0, 9891.0, 9946.0, 9876.0, 9908.0, 9887.0, 9869.0, 9922.0, 9886.0, 9956.0, 9915.0, 9923.0, 9871.0, 9925.0, 9887.0, 9926.0, 9885.0, 9881.0, 9925.0, 9903.0, 9936.0, 9912.0, 9915.0, 9887.0, 9929.0, 9905.0, 9923.0, 9934.0, 9920.0, 9944.0, 9896.0, 9951.0, 9904.0, 9935.0, 9909.0, 9942.0, 9957.0, 9920.0, 9982.0, 9941.0, 9981.0, 9939.0, 9963.0, 9941.0, 9961.0, 9950.0, 9958.0, 9979.0, 9958.0, 9994.0, 9946.0, 10003.0, 9942.0, 10008.0, 9959.0, 9974.0, 9941.0, 9960.0, 9957.0, 9978.0, 9988.0, 9999.0, 10009.0, 9988.0, 10009.0, 9972.0, 10016.0, 9982.0, 10021.0, 9983.0, 10021.0, 9964.0, 10024.0, 9965.0, 10014.0, 9992.0, 9995.0, 10003.0, 9961.0, 10002.0, 9963.0, 10006.0, 9983.0, 10001.0, 9940.0, 9999.0, 9946.0, 9995.0, 9971.0, 9982.0, 9930.0, 9979.0, 9942.0, 9981.0, 9927.0, 9984.0, 9935.0, 9964.0, 9936.0, 9953.0, 9969.0, 9955.0, 9997.0, 9952.0, 9975.0, 9928.0, 9957.0, 9927.0, 9981.0, 9922.0, 9968.0, 9929.0, 9962.0, 9974.0, 9936.0, 9973.0, 9932.0, 9967.0, 9917.0, 9959.0, 9923.0, 9963.0, 9922.0, 9960.0, 9938.0, 9940.0, 9979.0, 9940.0, 9991.0, 9944.0, 9976.0, 9935.0, 9985.0, 9945.0, 10000.0, 9940.0, 9978.0, 9940.0, 9989.0, 9972.0, 9987.0, 9981.0, 9962.0, 9985.0, 9945.0, 10002.0, 9977.0, 10004.0, 9960.0, 9999.0, 9950.0, 9995.0, 9955.0, 9995.0, 9939.0, 9984.0, 9940.0, 9985.0, 9951.0, 9964.0, 9964.0, 9929.0, 9981.0, 9944.0, 9992.0, 9958.0, 9979.0, 9925.0, 9975.0, 9933.0, 9972.0, 9940.0, 9960.0, 9967.0, 9937.0, 9981.0, 9942.0, 9994.0, 9949.0, 9974.0, 9931.0, 9981.0, 9933.0, 9970.0, 9949.0, 9945.0, 9973.0, 9924.0, 9994.0, 9949.0, 9982.0, 9937.0, 9985.0, 9944.0, 9984.0, 9962.0, 9974.0, 9969.0, 9970.0, 9992.0, 9968.0, 10022.0, 9973.0, 10024.0, 9972.0, 10013.0, 9967.0, 10003.0, 9969.0, 10005.0, 9965.0, 9989.0, 9982.0, 9969.0, 10002.0, 9971.0, 10022.0, 9965.0, 10003.0, 9969.0, 10005.0, 9984.0, 10007.0, 9987.0, 9990.0, 10009.0, 9970.0, 10043.0, 10005.0, 10028.0, 9974.0, 10028.0, 10006.0, 10084.0, 10027.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.014003105542900532</td></tr>
<tr><td colspan=3>aqi</td><td>0.06785741860288536</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.37000946584351</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2059462964665661</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9692442964361707</td></tr>
<tr><td colspan=3>efc</td><td>0.5223</td></tr>
<tr><td colspan=3>fber</td><td>3228.4956</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09112403193187113</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>48</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.644646924829157</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.661260703940903</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.640545300680858</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.758696116045741</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5845406950961096</td></tr>
<tr><td colspan=3>gcor</td><td>0.0135098</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.014968940056860447</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020739823579788208</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1317</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.581485473649325</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.7517</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>66.5359</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>261.3326</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>289721.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>1260.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>544.7254</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.68</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.6657</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3687.0055</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>86823.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1815.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4722.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>829.6388</td></tr>
<tr><td colspan=3>tsnr</td><td>26.219174163416028</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>