<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0056_ses-04_task-fractional_acq-mb8_run-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-0056_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-0056_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-04/func/sub-0056_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>afd49c01a9076dd35565445a6a691e09</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:45:36.037500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998507, 0.0503019, 0.021298, -0.0523296, 0.992684, 0.108813]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0863659</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-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>[4160, -7785, -7284, 828, -17, -386, 100, 35]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>226.916</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6572624e-1706-4be7-9a7c-b23e50e27cb3||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6789212226867676, -0.1403963565826416, 0.042305391281843185, 117.38031768798828], [-0.13495641946792603, 2.6632983684539795, 0.2963653802871704, -100.77108764648438], [0.05714092776179314, -0.29193708300590515, 2.683351993560791, -67.05414581298828], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['174536.037500', '174536.497500', '174536.957500', '174537.417500', '174537.877500', '174538.337500', '174538.797500', '174539.257500', '174539.717500', '174540.177500', '174540.637500', '174541.097500', '174541.557500', '174542.017500', '174542.477500', '174542.937500', '174543.397500', '174543.857500', '174544.317500', '174544.777500', '174545.237500', '174545.697500', '174546.157500', '174546.617500', '174547.077500', '174547.537500', '174547.997500', '174548.457500', '174548.917500', '174549.377500', '174549.837500', '174550.297500', '174550.757500', '174551.217500', '174551.677500', '174552.137500', '174552.597500', '174553.057500', '174553.517500', '174553.977500', '174554.437500', '174554.897500', '174555.357500', '174555.817500', '174556.277500', '174556.737500', '174557.197500', '174557.657500', '174558.117500', '174558.577500', '174559.037500', '174559.497500', '174559.957500', '174600.417500', '174600.877500', '174601.337500', '174601.797500', '174602.257500', '174602.717500', '174603.177500', '174603.637500', '174604.097500', '174604.557500', '174605.017500', '174605.477500', '174605.937500', '174606.397500', '174606.857500', '174607.317500', '174607.777500', '174608.237500', '174608.697500', '174609.157500', '174609.617500', '174610.077500', '174610.537500', '174610.997500', '174611.457500', '174611.917500', '174612.377500', '174612.837500', '174613.297500', '174613.757500', '174614.217500', '174614.677500', '174615.137500', '174615.597500', '174616.057500', '174616.517500', '174616.977500', '174617.437500', '174617.897500', '174618.357500', '174618.817500', '174619.277500', '174619.737500', '174620.197500', '174620.657500', '174621.117500', '174621.577500', '174622.037500', '174622.497500', '174622.957500', '174623.417500', '174623.877500', '174624.337500', '174624.797500', '174625.257500', '174625.717500', '174626.177500', '174626.637500', '174627.097500', '174627.557500', '174628.017500', '174628.477500', '174628.937500', '174629.397500', '174629.857500', '174630.317500', '174630.777500', '174631.237500', '174631.697500', '174632.157500', '174632.617500', '174633.077500', '174633.537500', '174633.997500', '174634.457500', '174634.917500', '174635.377500', '174635.837500', '174636.297500', '174636.757500', '174637.217500', '174637.677500', '174638.137500', '174638.597500', '174639.057500', '174639.517500', '174639.977500', '174640.437500', '174640.897500', '174641.357500', '174641.817500', '174642.277500', '174642.737500', '174643.197500', '174643.657500', '174644.117500', '174644.577500', '174645.037500', '174645.497500', '174645.957500', '174646.417500', '174646.877500', '174647.337500', '174647.797500', '174648.257500', '174648.717500', '174649.177500', '174649.637500', '174650.097500', '174650.557500', '174651.017500', '174651.477500', '174651.937500', '174652.397500', '174652.857500', '174653.317500', '174653.777500', '174654.237500', '174654.697500', '174655.157500', '174655.617500', '174656.077500', '174656.537500', '174656.997500', '174657.457500', '174657.917500', '174658.377500', '174658.837500', '174659.297500', '174659.757500', '174700.217500', '174700.677500', '174701.137500', '174701.597500', '174702.057500', '174702.517500', '174702.977500', '174703.437500', '174703.897500', '174704.357500', '174704.817500', '174705.277500', '174705.737500', '174706.197500', '174706.657500', '174707.117500', '174707.577500', '174708.037500', '174708.497500', '174708.957500', '174709.417500', '174709.877500', '174710.337500', '174710.797500', '174711.257500', '174711.717500', '174712.177500', '174712.637500', '174713.097500', '174713.557500', '174714.017500', '174714.477500', '174714.937500', '174715.397500', '174715.857500', '174716.317500', '174716.777500', '174717.237500', '174717.697500', '174718.157500', '174718.617500', '174719.077500', '174719.537500', '174719.997500', '174720.457500', '174720.917500', '174721.377500', '174721.837500', '174722.297500', '174722.757500', '174723.217500', '174723.677500', '174724.137500', '174724.597500', '174725.057500', '174725.517500', '174725.977500', '174726.437500', '174726.897500', '174727.357500', '174727.817500', '174728.277500', '174728.737500', '174729.197500', '174729.657500', '174730.117500', '174730.577500', '174731.037500', '174731.497500', '174731.957500', '174732.417500', '174732.877500', '174733.337500', '174733.797500', '174734.257500', '174734.717500', '174735.177500', '174735.637500', '174736.097500', '174736.557500', '174737.017500', '174737.477500', '174737.937500', '174738.397500', '174738.857500', '174739.317500', '174739.777500', '174740.237500', '174740.697500', '174741.157500', '174741.617500', '174742.077500', '174742.537500', '174742.997500', '174743.457500', '174743.917500', '174744.377500', '174744.837500', '174745.297500', '174745.757500', '174746.217500', '174746.677500', '174747.137500', '174747.597500', '174748.057500', '174748.517500', '174748.977500', '174749.437500', '174749.897500', '174750.357500', '174750.817500', '174751.277500', '174751.737500', '174752.197500', '174752.657500', '174753.117500', '174753.577500', '174754.037500', '174754.497500', '174754.957500', '174755.417500', '174755.877500', '174756.337500', '174756.797500', '174757.257500', '174757.717500', '174758.177500', '174758.637500', '174759.097500', '174759.557500', '174800.017500', '174800.477500', '174800.937500', '174801.397500', '174801.857500', '174802.317500', '174802.777500', '174803.237500', '174803.697500', '174804.157500', '174804.617500', '174805.077500', '174805.537500', '174805.997500', '174806.457500', '174806.917500', '174807.377500', '174807.837500', '174808.297500', '174808.757500', '174809.217500', '174809.677500', '174810.137500', '174810.597500', '174811.057500', '174811.517500', '174811.977500', '174812.437500', '174812.897500', '174813.357500', '174813.817500', '174814.277500', '174814.737500', '174815.197500', '174815.657500', '174816.117500', '174816.577500', '174817.037500', '174817.497500', '174817.957500', '174818.417500', '174818.877500', '174819.337500', '174819.797500', '174820.257500', '174820.717500', '174821.177500', '174821.637500', '174822.097500', '174822.557500', '174823.017500', '174823.477500', '174823.937500', '174824.397500', '174824.857500', '174825.317500', '174825.777500', '174826.237500', '174826.697500', '174827.157500', '174827.617500', '174828.077500', '174828.537500', '174828.997500', '174829.457500', '174829.917500', '174830.377500', '174830.837500', '174831.297500', '174831.757500', '174832.217500', '174832.677500', '174833.137500', '174833.597500', '174834.057500', '174834.517500', '174834.977500', '174835.437500', '174835.897500', '174836.357500', '174836.817500', '174837.277500', '174837.737500', '174838.197500', '174838.657500', '174839.117500', '174839.577500', '174840.037500', '174840.497500', '174840.957500', '174841.417500', '174841.877500', '174842.337500', '174842.797500', '174843.257500', '174843.717500', '174844.177500', '174844.637500', '174845.097500', '174845.557500', '174846.017500', '174846.477500', '174846.937500', '174847.397500', '174847.857500', '174848.317500', '174848.777500', '174849.237500', '174849.697500', '174850.157500', '174850.617500', '174851.077500', '174851.537500', '174851.997500', '174852.457500', '174852.917500', '174853.377500', '174853.837500', '174854.297500', '174854.757500', '174855.217500', '174855.677500', '174856.137500', '174856.597500', '174857.057500', '174857.517500', '174857.977500', '174858.437500', '174858.897500', '174859.357500', '174859.817500', '174900.277500', '174900.737500', '174901.197500', '174901.657500', '174902.117500', '174902.577500', '174903.037500', '174903.497500', '174903.957500', '174904.417500', '174904.877500', '174905.337500', '174905.797500', '174906.257500', '174906.717500', '174907.177500', '174907.637500', '174908.097500', '174908.557500', '174909.017500', '174909.477500', '174909.937500', '174910.397500', '174910.857500', '174911.317500', '174911.777500', '174912.237500', '174912.697500', '174913.157500', '174913.617500', '174914.077500', '174914.537500', '174914.997500', '174915.457500', '174915.917500', '174916.377500', '174916.837500', '174917.297500', '174917.757500', '174918.217500', '174918.677500', '174919.137500', '174919.597500', '174920.057500', '174920.517500', '174920.977500', '174921.437500', '174921.897500', '174922.357500', '174922.817500', '174923.277500', '174923.737500', '174924.197500', '174924.657500', '174925.117500', '174925.577500', '174926.037500', '174926.497500', '174926.957500', '174927.417500', '174927.877500', '174928.337500', '174928.797500', '174929.257500', '174929.717500', '174930.177500', '174930.637500', '174931.097500', '174931.557500', '174932.017500', '174932.477500', '174932.937500', '174933.397500', '174933.857500', '174934.317500', '174934.777500', '174935.237500', '174935.697500', '174936.157500', '174936.617500', '174937.077500', '174937.537500', '174937.997500', '174938.457500', '174938.917500', '174939.377500', '174939.837500', '174940.297500', '174940.757500', '174941.217500', '174941.677500', '174942.137500', '174942.597500', '174943.057500', '174943.517500', '174943.977500', '174944.437500', '174944.897500', '174945.357500', '174945.817500', '174946.277500', '174946.737500', '174947.197500', '174947.657500', '174948.117500', '174948.577500', '174949.037500', '174949.497500', '174949.957500', '174950.417500', '174950.877500', '174951.337500', '174951.797500', '174952.257500', '174952.717500', '174953.177500', '174953.637500', '174954.097500', '174954.557500', '174955.017500', '174955.477500', '174955.937500', '174956.397500', '174956.857500', '174957.317500', '174957.777500', '174958.237500', '174958.697500', '174959.157500', '174959.617500', '175000.077500', '175000.537500', '175000.997500', '175001.457500', '175001.917500', '175002.377500', '175002.837500', '175003.297500', '175003.757500', '175004.217500', '175004.677500', '175005.137500', '175005.597500', '175006.057500', '175006.517500', '175006.977500', '175007.437500', '175007.897500', '175008.357500', '175008.817500', '175009.277500', '175009.737500', '175010.197500', '175010.657500', '175011.117500', '175011.577500', '175012.037500', '175012.497500', '175012.957500', '175013.417500', '175013.877500', '175014.337500', '175014.797500', '175015.257500', '175015.717500', '175016.177500', '175016.637500', '175017.097500', '175017.557500', '175018.017500', '175018.477500', '175018.937500', '175019.397500', '175019.857500', '175020.317500', '175020.777500', '175021.237500', '175021.697500', '175022.157500', '175022.617500', '175023.077500', '175023.537500', '175023.997500', '175024.457500', '175024.917500', '175025.377500', '175025.837500', '175026.297500', '175026.757500', '175027.217500', '175027.677500', '175028.137500', '175028.597500', '175029.057500', '175029.517500', '175029.977500', '175030.437500', '175030.897500', '175031.357500', '175031.817500', '175032.277500', '175032.737500', '175033.197500', '175033.657500', '175034.117500', '175034.577500', '175035.037500', '175035.497500', '175035.957500', '175036.417500', '175036.877500', '175037.337500', '175037.797500', '175038.257500', '175038.717500', '175039.177500', '175039.637500', '175040.097500', '175040.557500', '175041.017500', '175041.477500', '175041.937500', '175042.397500', '175042.857500', '175043.317500', '175043.777500', '175044.237500', '175044.697500', '175045.157500', '175045.617500', '175046.077500', '175046.537500', '175046.997500', '175047.457500', '175047.917500', '175048.377500', '175048.837500', '175049.297500', '175049.757500', '175050.217500', '175050.677500', '175051.137500', '175051.597500', '175052.057500', '175052.517500', '175052.977500', '175053.437500', '175053.897500', '175054.357500', '175054.817500', '175055.277500', '175055.737500', '175056.197500', '175056.657500', '175057.117500', '175057.577500', '175058.037500', '175058.497500', '175058.957500', '175059.417500', '175059.877500', '175100.337500', '175100.797500', '175101.257500', '175101.717500', '175102.177500', '175102.637500', '175103.097500', '175103.557500', '175104.017500', '175104.477500', '175104.937500', '175105.397500', '175105.857500', '175106.317500', '175106.777500', '175107.237500', '175107.697500', '175108.157500', '175108.617500', '175109.077500', '175109.537500', '175109.997500', '175110.457500', '175110.917500', '175111.377500', '175111.837500', '175112.297500', '175112.757500', '175113.217500', '175113.677500', '175114.137500', '175114.597500', '175115.057500', '175115.517500', '175115.977500', '175116.437500', '175116.897500', '175117.357500', '175117.817500', '175118.277500', '175118.737500', '175119.197500', '175119.657500', '175120.117500', '175120.577500', '175121.037500', '175121.497500', '175121.957500', '175122.417500', '175122.877500', '175123.337500', '175123.797500', '175124.257500', '175124.717500', '175125.177500', '175125.637500', '175126.097500', '175126.557500', '175127.017500', '175127.477500', '175127.937500', '175128.397500', '175128.857500', '175129.317500', '175129.777500', '175130.237500', '175130.697500', '175131.157500', '175131.617500', '175132.077500', '175132.537500', '175132.997500', '175133.457500', '175133.917500', '175134.377500', '175134.837500', '175135.297500', '175135.757500', '175136.217500', '175136.677500', '175137.137500', '175137.597500', '175138.057500', '175138.517500', '175138.977500', '175139.437500', '175139.897500', '175140.357500', '175140.817500', '175141.277500', '175141.737500', '175142.197500', '175142.657500', '175143.117500', '175143.577500', '175144.037500', '175144.497500', '175144.957500', '175145.417500', '175145.877500', '175146.337500', '175146.797500', '175147.257500', '175147.717500', '175148.177500', '175148.637500', '175149.097500', '175149.557500', '175150.017500', '175150.477500', '175150.937500', '175151.397500', '175151.857500', '175152.317500', '175152.777500', '175153.237500', '175153.697500', '175154.157500', '175154.617500', '175155.077500', '175155.537500', '175155.997500', '175156.457500', '175156.917500', '175157.377500', '175157.837500', '175158.297500', '175158.757500', '175159.217500', '175159.677500', '175200.137500', '175200.597500', '175201.057500', '175201.517500', '175201.977500', '175202.437500', '175202.897500', '175203.357500', '175203.817500', '175204.277500', '175204.737500', '175205.197500', '175205.657500', '175206.117500', '175206.577500', '175207.037500', '175207.497500', '175207.957500', '175208.417500', '175208.877500', '175209.337500', '175209.797500', '175210.257500', '175210.717500', '175211.177500', '175211.637500', '175212.097500', '175212.557500', '175213.017500', '175213.477500', '175213.937500', '175214.397500', '175214.857500', '175215.317500', '175215.777500', '175216.237500', '175216.697500', '175217.157500', '175217.617500', '175218.077500', '175218.537500', '175218.997500', '175219.457500', '175219.917500', '175220.377500', '175220.837500', '175221.297500', '175221.757500', '175222.217500', '175222.677500', '175223.137500', '175223.597500', '175224.057500', '175224.517500', '175224.977500', '175225.437500', '175225.897500', '175226.357500', '175226.817500', '175227.277500', '175227.737500', '175228.197500', '175228.657500', '175229.117500', '175229.577500', '175230.037500', '175230.497500', '175230.957500', '175231.417500', '175231.877500', '175232.337500', '175232.797500', '175233.257500', '175233.717500', '175234.177500', '175234.637500', '175235.097500', '175235.557500', '175236.017500', '175236.477500', '175236.937500', '175237.397500', '175237.857500', '175238.317500', '175238.777500', '175239.237500', '175239.697500', '175240.157500', '175240.617500', '175241.077500', '175241.537500', '175241.997500', '175242.457500', '175242.917500', '175243.377500', '175243.837500', '175244.297500', '175244.757500', '175245.217500', '175245.677500', '175246.137500', '175246.597500', '175247.057500', '175247.517500', '175247.977500', '175248.437500', '175248.897500', '175249.357500', '175249.817500', '175250.277500', '175250.737500', '175251.197500', '175251.657500', '175252.117500', '175252.577500', '175253.037500', '175253.497500', '175253.957500', '175254.417500', '175254.877500', '175255.337500', '175255.797500', '175256.257500', '175256.717500', '175257.177500', '175257.637500', '175258.097500', '175258.557500', '175259.017500', '175259.477500', '175259.937500', '175300.397500', '175300.857500', '175301.317500', '175301.777500', '175302.237500', '175302.697500', '175303.157500', '175303.617500', '175304.077500', '175304.537500', '175304.997500', '175305.457500', '175305.917500', '175306.377500', '175306.837500', '175307.297500', '175307.757500', '175308.217500', '175308.677500', '175309.137500', '175309.597500', '175310.057500', '175310.517500', '175310.977500', '175311.437500', '175311.897500', '175312.357500', '175312.817500', '175313.277500', '175313.737500', '175314.197500', '175314.657500', '175315.117500', '175315.577500', '175316.037500', '175316.497500', '175316.957500', '175317.417500', '175317.877500', '175318.337500', '175318.797500', '175319.257500', '175319.717500', '175320.177500', '175320.637500', '175321.097500', '175321.557500', '175322.017500', '175322.477500', '175322.937500', '175323.397500', '175323.857500', '175324.317500', '175324.777500', '175325.237500', '175325.697500', '175326.157500', '175326.617500', '175327.077500', '175327.537500', '175327.997500', '175328.457500', '175328.917500', '175329.377500', '175329.837500', '175330.297500', '175330.757500', '175331.217500', '175331.677500', '175332.137500', '175332.597500', '175333.057500', '175333.517500', '175333.977500', '175334.437500', '175334.897500', '175335.357500', '175335.817500', '175336.277500', '175336.737500', '175337.197500', '175337.657500', '175338.117500', '175338.577500', '175339.037500', '175339.497500', '175339.957500', '175340.417500', '175340.877500', '175341.337500', '175341.797500', '175342.257500', '175342.717500', '175343.177500', '175343.637500', '175344.097500', '175344.557500', '175345.017500', '175345.477500', '175345.937500', '175346.397500', '175346.857500', '175347.317500', '175347.777500', '175348.237500', '175348.697500', '175349.157500', '175349.617500', '175350.077500', '175350.537500', '175350.997500', '175351.457500', '175351.917500', '175352.377500', '175352.837500', '175353.297500', '175353.757500', '175354.217500', '175354.677500', '175355.137500', '175355.597500', '175356.057500', '175356.517500', '175356.977500', '175357.437500', '175357.897500', '175358.357500', '175358.817500', '175359.277500', '175359.737500', '175400.197500', '175400.657500', '175401.117500', '175401.577500', '175402.037500', '175402.497500', '175402.957500', '175403.417500', '175403.877500', '175404.337500', '175404.797500', '175405.257500', '175405.717500', '175406.177500', '175406.637500', '175407.097500', '175407.557500', '175408.017500', '175408.477500', '175408.937500', '175409.397500', '175409.857500', '175410.317500', '175410.777500', '175411.237500', '175411.697500', '175412.157500', '175412.617500', '175413.077500', '175413.537500', '175413.997500', '175414.457500', '175414.917500', '175415.377500', '175415.837500', '175416.297500', '175416.757500', '175417.217500', '175417.677500', '175418.137500', '175418.597500', '175419.057500', '175419.517500', '175419.977500', '175420.437500', '175420.897500', '175421.357500', '175421.817500', '175422.277500', '175422.737500', '175423.197500', '175423.657500', '175424.117500', '175424.577500', '175425.037500', '175425.497500', '175425.957500', '175426.417500', '175426.877500', '175427.337500', '175427.797500', '175428.257500', '175428.717500', '175429.177500', '175429.637500', '175430.097500', '175430.557500', '175431.017500', '175431.477500', '175431.937500', '175432.397500', '175432.857500', '175433.317500', '175433.777500', '175434.237500', '175434.697500', '175435.157500', '175435.617500', '175436.077500', '175436.537500', '175436.997500', '175437.457500', '175437.917500', '175438.377500', '175438.837500', '175439.297500', '175439.757500', '175440.217500', '175440.677500', '175441.137500', '175441.597500', '175442.057500', '175442.517500', '175442.977500', '175443.437500', '175443.897500', '175444.357500', '175444.817500', '175445.277500', '175445.737500', '175446.197500', '175446.657500', '175447.117500', '175447.577500', '175448.037500', '175448.497500', '175448.957500', '175449.417500', '175449.877500', '175450.337500', '175450.797500', '175451.257500', '175451.717500', '175452.177500', '175452.637500', '175453.097500', '175453.557500', '175454.017500', '175454.477500', '175454.937500', '175455.397500', '175455.857500', '175456.317500', '175456.777500', '175457.237500', '175457.697500', '175458.157500', '175458.617500', '175459.077500', '175459.537500', '175459.997500', '175500.457500', '175500.917500', '175501.377500', '175501.837500', '175502.297500', '175502.757500', '175503.217500', '175503.677500', '175504.137500', '175504.597500', '175505.057500', '175505.517500', '175505.977500', '175506.437500', '175506.897500', '175507.357500', '175507.817500', '175508.277500', '175508.737500', '175509.197500', '175509.657500', '175510.117500', '175510.577500', '175511.037500', '175511.497500', '175511.957500', '175512.417500', '175512.877500', '175513.337500', '175513.797500', '175514.257500', '175514.717500', '175515.177500', '175515.637500', '175516.097500', '175516.557500', '175517.017500', '175517.477500', '175517.937500', '175518.397500', '175518.857500', '175519.317500', '175519.777500', '175520.237500', '175520.697500', '175521.157500', '175521.617500', '175522.077500', '175522.537500', '175522.997500', '175523.457500', '175523.917500', '175524.377500', '175524.837500', '175525.297500', '175525.757500', '175526.217500', '175526.677500', '175527.137500', '175527.597500', '175528.057500', '175528.517500', '175528.977500', '175529.437500', '175529.897500', '175530.357500', '175530.817500', '175531.277500', '175531.737500', '175532.197500', '175532.657500', '175533.117500', '175533.577500', '175534.037500', '175534.497500', '175534.957500', '175535.417500', '175535.877500', '175536.337500', '175536.797500', '175537.257500', '175537.717500', '175538.177500', '175538.637500', '175539.097500', '175539.557500', '175540.017500', '175540.477500', '175540.937500', '175541.397500', '175541.857500', '175542.317500', '175542.777500', '175543.237500', '175543.697500'], 'ContentTime': ['174558.579000', '174558.583000', '174558.585000', '174558.588000', '174558.592000', '174558.594000', '174558.597000', '174558.600000', '174558.602000', '174558.605000', '174558.607000', '174558.610000', '174558.612000', '174558.615000', '174558.618000', '174558.620000', '174558.623000', '174558.626000', '174558.628000', '174558.631000', '174558.634000', '174558.636000', '174558.639000', '174558.642000', '174558.646000', '174558.648000', '174558.651000', '174558.654000', '174558.656000', '174558.659000', '174558.661000', '174558.664000', '174558.667000', '174558.669000', '174558.680000', '174558.683000', '174558.685000', '174558.688000', '174558.690000', '174558.693000', '174558.696000', '174558.707000', '174558.710000', '174558.713000', '174558.715000', '174558.718000', '174618.529000', '174618.532000', '174618.535000', '174618.538000', '174618.540000', '174618.543000', '174618.546000', '174618.548000', '174618.551000', '174618.553000', '174618.556000', '174618.559000', '174618.561000', '174618.564000', '174618.566000', '174618.569000', '174618.572000', '174618.574000', '174618.577000', '174618.579000', '174618.582000', '174618.584000', '174618.587000', '174618.590000', '174618.592000', '174618.595000', '174618.597000', '174618.600000', '174618.602000', '174618.605000', '174618.608000', '174618.619000', '174618.622000', '174618.624000', '174618.627000', '174618.629000', '174618.632000', '174618.635000', '174618.638000', '174618.640000', '174618.643000', '174618.645000', '174618.648000', '174618.650000', '174638.529000', '174638.532000', '174638.535000', '174638.537000', '174638.540000', '174638.543000', '174638.545000', '174638.548000', '174638.551000', '174638.553000', '174638.556000', '174638.558000', '174638.561000', '174638.564000', '174638.566000', '174638.569000', '174638.576000', '174638.579000', '174638.581000', '174638.584000', '174638.587000', '174638.589000', '174638.592000', '174638.594000', '174638.597000', '174638.600000', '174638.602000', '174638.605000', '174638.607000', '174638.610000', '174638.612000', '174638.615000', '174638.618000', '174638.620000', '174638.623000', '174638.625000', '174638.628000', '174638.630000', '174638.633000', '174638.636000', '174638.638000', '174638.641000', '174638.644000', '174658.528000', '174658.531000', '174658.534000', '174658.536000', '174658.539000', '174658.542000', '174658.544000', '174658.547000', '174658.549000', '174658.552000', '174658.555000', '174658.557000', '174658.560000', '174658.563000', '174658.565000', '174658.568000', '174658.571000', '174658.573000', '174658.576000', '174658.582000', '174658.585000', '174658.588000', '174658.590000', '174658.593000', '174658.596000', '174658.598000', '174658.601000', '174658.603000', '174658.606000', '174658.608000', '174658.611000', '174658.614000', '174658.616000', '174658.619000', '174658.622000', '174658.624000', '174658.627000', '174658.629000', '174658.632000', '174658.635000', '174658.637000', '174658.640000', '174658.643000', '174658.645000', '174718.529000', '174718.531000', '174718.534000', '174718.536000', '174718.539000', '174718.541000', '174718.544000', '174718.547000', '174718.549000', '174718.552000', '174718.554000', '174718.557000', '174718.559000', '174718.562000', '174718.565000', '174718.567000', '174718.570000', '174718.572000', '174718.575000', '174718.577000', '174718.580000', '174718.583000', '174718.585000', '174718.588000', '174718.590000', '174718.593000', '174718.600000', '174718.602000', '174718.605000', '174718.607000', '174718.610000', '174718.613000', '174718.615000', '174718.618000', '174718.621000', '174718.623000', '174718.626000', '174718.628000', '174718.631000', '174718.634000', '174718.636000', '174718.639000', '174718.641000', '174738.528000', '174738.531000', '174738.534000', '174738.537000', '174738.540000', '174738.542000', '174738.545000', '174738.548000', '174738.550000', '174738.553000', '174738.555000', '174738.558000', '174738.561000', '174738.563000', '174738.566000', '174738.568000', '174738.571000', '174738.574000', '174738.576000', '174738.579000', '174738.583000', '174738.586000', '174738.589000', '174738.591000', '174738.594000', '174738.597000', '174738.599000', '174738.602000', '174738.604000', '174738.607000', '174738.610000', '174738.612000', '174738.615000', '174738.618000', '174738.630000', '174738.632000', '174738.635000', '174738.638000', '174738.640000', '174738.643000', '174738.646000', '174738.648000', '174738.651000', '174738.653000', '174758.528000', '174758.531000', '174758.534000', '174758.536000', '174758.539000', '174758.542000', '174758.544000', '174758.547000', '174758.550000', '174758.552000', '174758.555000', '174758.558000', '174758.560000', '174758.563000', '174758.565000', '174758.568000', '174758.571000', '174758.573000', '174758.576000', '174758.578000', '174758.581000', '174758.584000', '174758.586000', '174758.589000', '174758.591000', '174758.594000', '174758.597000', '174758.599000', '174758.602000', '174758.605000', '174758.608000', '174758.610000', '174758.613000', '174758.615000', '174758.618000', '174758.621000', '174758.623000', '174758.626000', '174758.628000', '174758.631000', '174758.634000', '174758.636000', '174758.639000', '174818.529000', '174818.532000', '174818.535000', '174818.538000', '174818.540000', '174818.543000', '174818.545000', '174818.548000', '174818.551000', '174818.553000', '174818.556000', '174818.559000', '174818.561000', '174818.564000', '174818.566000', '174818.569000', '174818.572000', '174818.574000', '174818.577000', '174818.579000', '174818.582000', '174818.585000', '174818.587000', '174818.590000', '174818.592000', '174818.595000', '174818.597000', '174818.600000', '174818.603000', '174818.605000', '174818.608000', '174818.610000', '174818.613000', '174818.616000', '174818.618000', '174818.621000', '174818.624000', '174818.626000', '174818.629000', '174818.631000', '174818.634000', '174818.636000', '174818.639000', '174818.642000', '174838.529000', '174838.532000', '174838.535000', '174838.537000', '174838.540000', '174838.543000', '174838.545000', '174838.548000', '174838.551000', '174838.553000', '174838.556000', '174838.558000', '174838.561000', '174838.563000', '174838.566000', '174838.569000', '174838.571000', '174838.574000', '174838.577000', '174838.579000', '174838.582000', '174838.584000', '174838.587000', '174838.589000', '174838.592000', '174838.595000', '174838.597000', '174838.600000', '174838.602000', '174838.605000', '174838.608000', '174838.610000', '174838.613000', '174838.616000', '174838.618000', '174838.621000', '174838.623000', '174838.626000', '174838.628000', '174838.631000', '174838.634000', '174838.636000', '174838.639000', '174858.530000', '174858.532000', '174858.535000', '174858.538000', '174858.540000', '174858.543000', '174858.546000', '174858.548000', '174858.551000', '174858.554000', '174858.556000', '174858.559000', '174858.561000', '174858.564000', '174858.567000', '174858.569000', '174858.572000', '174858.574000', '174858.577000', '174858.580000', '174858.583000', '174858.585000', '174858.588000', '174858.590000', '174858.593000', '174858.596000', '174858.598000', '174858.601000', '174858.603000', '174858.606000', '174858.609000', '174858.611000', '174858.614000', '174858.617000', '174858.619000', '174858.622000', '174858.625000', '174858.627000', '174858.630000', '174858.632000', '174858.635000', '174858.638000', '174858.640000', '174858.643000', '174918.528000', '174918.531000', '174918.534000', '174918.536000', '174918.539000', '174918.542000', '174918.544000', '174918.547000', '174918.550000', '174918.552000', '174918.555000', '174918.557000', '174918.560000', '174918.563000', '174918.565000', '174918.568000', '174918.570000', '174918.573000', '174918.575000', '174918.578000', '174918.581000', '174918.583000', '174918.586000', '174918.588000', '174918.591000', '174918.594000', '174918.596000', '174918.599000', '174918.601000', '174918.611000', '174918.613000', '174918.616000', '174918.619000', '174918.621000', '174918.624000', '174918.626000', '174918.629000', '174918.632000', '174918.634000', '174918.637000', '174918.639000', '174918.642000', '174918.645000', '174938.528000', '174938.531000', '174938.534000', '174938.536000', '174938.539000', '174938.542000', '174938.544000', '174938.547000', '174938.549000', '174938.552000', '174938.555000', '174938.557000', '174938.560000', '174938.563000', '174938.565000', '174938.568000', '174938.571000', '174938.574000', '174938.576000', '174938.579000', '174938.581000', '174938.584000', '174938.587000', '174938.589000', '174938.592000', '174938.594000', '174938.597000', '174938.600000', '174938.602000', '174938.605000', '174938.607000', '174938.610000', '174938.613000', '174938.615000', '174938.618000', '174938.621000', '174938.623000', '174938.626000', '174938.628000', '174938.631000', '174938.633000', '174938.636000', '174938.639000', '174938.642000', '174958.529000', '174958.531000', '174958.534000', '174958.537000', '174958.539000', '174958.542000', '174958.544000', '174958.547000', '174958.550000', '174958.552000', '174958.555000', '174958.558000', '174958.560000', '174958.563000', '174958.565000', '174958.568000', '174958.571000', '174958.573000', '174958.576000', '174958.578000', '174958.581000', '174958.584000', '174958.586000', '174958.589000', '174958.592000', '174958.594000', '174958.597000', '174958.599000', '174958.602000', '174958.605000', '174958.607000', '174958.610000', '174958.612000', '174958.615000', '174958.618000', '174958.620000', '174958.623000', '174958.625000', '174958.628000', '174958.631000', '174958.633000', '174958.636000', '174958.638000', '175018.528000', '175018.532000', '175018.534000', '175018.537000', '175018.539000', '175018.542000', '175018.545000', '175018.547000', '175018.550000', '175018.553000', '175018.555000', '175018.558000', '175018.562000', '175018.564000', '175018.567000', '175018.569000', '175018.572000', '175018.575000', '175018.577000', '175018.580000', '175018.583000', '175018.585000', '175018.588000', '175018.590000', '175018.593000', '175018.596000', '175018.598000', '175018.601000', '175018.604000', '175018.606000', '175018.609000', '175018.611000', '175018.614000', '175018.617000', '175018.619000', '175018.622000', '175018.625000', '175018.627000', '175018.630000', '175018.632000', '175018.635000', '175018.638000', '175018.640000', '175038.529000', '175038.532000', '175038.535000', '175038.538000', '175038.540000', '175038.543000', '175038.545000', '175038.548000', '175038.551000', '175038.553000', '175038.556000', '175038.564000', '175038.567000', '175038.570000', '175038.572000', '175038.575000', '175038.578000', '175038.580000', '175038.583000', '175038.585000', '175038.588000', '175038.591000', '175038.593000', '175038.596000', '175038.598000', '175038.601000', '175038.603000', '175038.606000', '175038.609000', '175038.611000', '175038.614000', '175038.616000', '175038.619000', '175038.622000', '175038.624000', '175038.627000', '175038.629000', '175038.632000', '175038.634000', '175038.637000', '175038.640000', '175038.660000', '175038.663000', '175038.666000', '175058.530000', '175058.533000', '175058.536000', '175058.538000', '175058.541000', '175058.543000', '175058.546000', '175058.549000', '175058.551000', '175058.554000', '175058.557000', '175058.560000', '175058.562000', '175058.565000', '175058.567000', '175058.570000', '175058.573000', '175058.575000', '175058.578000', '175058.581000', '175058.583000', '175058.586000', '175058.588000', '175058.591000', '175058.594000', '175058.596000', '175058.599000', '175058.602000', '175058.604000', '175058.607000', '175058.609000', '175058.612000', '175058.615000', '175058.617000', '175058.620000', '175058.622000', '175058.625000', '175058.628000', '175058.630000', '175058.633000', '175058.635000', '175058.638000', '175058.640000', '175118.530000', '175118.533000', '175118.535000', '175118.538000', '175118.541000', '175118.543000', '175118.546000', '175118.548000', '175118.551000', '175118.554000', '175118.556000', '175118.559000', '175118.562000', '175118.564000', '175118.567000', '175118.569000', '175118.572000', '175118.575000', '175118.577000', '175118.580000', '175118.582000', '175118.585000', '175118.588000', '175118.590000', '175118.593000', '175118.596000', '175118.598000', '175118.601000', '175118.603000', '175118.606000', '175118.609000', '175118.611000', '175118.614000', '175118.616000', '175118.619000', '175118.621000', '175118.624000', '175118.627000', '175118.629000', '175118.632000', '175118.634000', '175118.637000', '175118.639000', '175118.642000', '175138.528000', '175138.531000', '175138.534000', '175138.537000', '175138.539000', '175138.542000', '175138.545000', '175138.547000', '175138.550000', '175138.553000', '175138.555000', '175138.558000', '175138.561000', '175138.564000', '175138.567000', '175138.569000', '175138.572000', '175138.574000', '175138.577000', '175138.580000', '175138.582000', '175138.585000', '175138.588000', '175138.590000', '175138.593000', '175138.595000', '175138.598000', '175138.601000', '175138.604000', '175138.607000', '175138.610000', '175138.612000', '175138.615000', '175138.617000', '175138.620000', '175138.623000', '175138.625000', '175138.628000', '175138.631000', '175138.633000', '175138.636000', '175138.638000', '175138.641000', '175158.529000', '175158.532000', '175158.534000', '175158.537000', '175158.539000', '175158.542000', '175158.546000', '175158.549000', '175158.551000', '175158.554000', '175158.556000', '175158.559000', '175158.562000', '175158.564000', '175158.567000', '175158.570000', '175158.572000', '175158.575000', '175158.578000', '175158.580000', '175158.583000', '175158.586000', '175158.588000', '175158.591000', '175158.594000', '175158.596000', '175158.599000', '175158.601000', '175158.604000', '175158.607000', '175158.609000', '175158.612000', '175158.614000', '175158.617000', '175158.620000', '175158.622000', '175158.625000', '175158.627000', '175158.630000', '175158.633000', '175158.635000', '175158.638000', '175158.640000', '175158.643000', '175218.529000', '175218.531000', '175218.534000', '175218.537000', '175218.540000', '175218.542000', '175218.545000', '175218.548000', '175218.562000', '175218.565000', '175218.567000', '175218.570000', '175218.573000', '175218.575000', '175218.578000', '175218.581000', '175218.583000', '175218.586000', '175218.588000', '175218.591000', '175218.594000', '175218.596000', '175218.599000', '175218.602000', '175218.604000', '175218.607000', '175218.610000', '175218.612000', '175218.615000', '175218.618000', '175218.620000', '175218.623000', '175218.625000', '175218.628000', '175218.631000', '175218.633000', '175218.636000', '175218.638000', '175218.641000', '175218.644000', '175218.646000', '175218.649000', '175218.651000', '175238.529000', '175238.532000', '175238.534000', '175238.537000', '175238.540000', '175238.543000', '175238.546000', '175238.548000', '175238.551000', '175238.553000', '175238.556000', '175238.559000', '175238.561000', '175238.564000', '175238.566000', '175238.569000', '175238.572000', '175238.574000', '175238.577000', '175238.580000', '175238.582000', '175238.585000', '175238.587000', '175238.590000', '175238.593000', '175238.595000', '175238.598000', '175238.600000', '175238.603000', '175238.606000', '175238.608000', '175238.611000', '175238.614000', '175238.616000', '175238.619000', '175238.621000', '175238.624000', '175238.627000', '175238.629000', '175238.632000', '175238.635000', '175238.637000', '175238.640000', '175238.642000', '175258.529000', '175258.532000', '175258.535000', '175258.537000', '175258.540000', '175258.543000', '175258.546000', '175258.548000', '175258.551000', '175258.553000', '175258.556000', '175258.559000', '175258.561000', '175258.564000', '175258.566000', '175258.569000', '175258.572000', '175258.574000', '175258.577000', '175258.579000', '175258.582000', '175258.585000', '175258.587000', '175258.590000', '175258.592000', '175258.595000', '175258.598000', '175258.601000', '175258.603000', '175258.608000', '175258.611000', '175258.613000', '175258.616000', '175258.619000', '175258.621000', '175258.624000', '175258.627000', '175258.629000', '175258.632000', '175258.635000', '175258.637000', '175258.640000', '175258.644000', '175318.530000', '175318.533000', '175318.535000', '175318.538000', '175318.541000', '175318.544000', '175318.546000', '175318.549000', '175318.552000', '175318.554000', '175318.557000', '175318.559000', '175318.562000', '175318.565000', '175318.567000', '175318.570000', '175318.572000', '175318.575000', '175318.577000', '175318.580000', '175318.583000', '175318.585000', '175318.588000', '175318.591000', '175318.593000', '175318.596000', '175318.598000', '175318.601000', '175318.603000', '175318.606000', '175318.609000', '175318.611000', '175318.614000', '175318.617000', '175318.619000', '175318.622000', '175318.624000', '175318.627000', '175318.629000', '175318.632000', '175318.635000', '175318.637000', '175318.640000', '175318.642000', '175338.529000', '175338.532000', '175338.535000', '175338.538000', '175338.554000', '175338.557000', '175338.559000', '175338.562000', '175338.564000', '175338.567000', '175338.570000', '175338.572000', '175338.575000', '175338.577000', '175338.580000', '175338.582000', '175338.585000', '175338.588000', '175338.590000', '175338.593000', '175338.596000', '175338.598000', '175338.601000', '175338.604000', '175338.606000', '175338.609000', '175338.612000', '175338.614000', '175338.617000', '175338.620000', '175338.622000', '175338.625000', '175338.628000', '175338.630000', '175338.633000', '175338.636000', '175338.638000', '175338.641000', '175338.643000', '175338.646000', '175338.649000', '175338.651000', '175338.654000', '175358.529000', '175358.531000', '175358.534000', '175358.537000', '175358.539000', '175358.542000', '175358.545000', '175358.547000', '175358.550000', '175358.553000', '175358.555000', '175358.558000', '175358.560000', '175358.563000', '175358.566000', '175358.568000', '175358.571000', '175358.573000', '175358.576000', '175358.579000', '175358.581000', '175358.584000', '175358.586000', '175358.589000', '175358.591000', '175358.594000', '175358.597000', '175358.599000', '175358.602000', '175358.604000', '175358.607000', '175358.610000', '175358.612000', '175358.615000', '175358.618000', '175358.620000', '175358.623000', '175358.625000', '175358.628000', '175358.631000', '175358.633000', '175358.636000', '175358.639000', '175358.641000', '175418.529000', '175418.531000', '175418.534000', '175418.537000', '175418.540000', '175418.542000', '175418.545000', '175418.547000', '175418.550000', '175418.553000', '175418.555000', '175418.558000', '175418.560000', '175418.563000', '175418.566000', '175418.568000', '175418.571000', '175418.574000', '175418.576000', '175418.579000', '175418.582000', '175418.584000', '175418.587000', '175418.589000', '175418.592000', '175418.595000', '175418.597000', '175418.600000', '175418.602000', '175418.605000', '175418.608000', '175418.610000', '175418.613000', '175418.616000', '175418.618000', '175418.621000', '175418.624000', '175418.626000', '175418.629000', '175418.631000', '175418.634000', '175418.637000', '175418.639000', '175438.529000', '175438.532000', '175438.535000', '175438.537000', '175438.540000', '175438.543000', '175438.545000', '175438.548000', '175438.550000', '175438.553000', '175438.556000', '175438.558000', '175438.561000', '175438.564000', '175438.566000', '175438.569000', '175438.572000', '175438.574000', '175438.577000', '175438.580000', '175438.582000', '175438.585000', '175438.587000', '175438.590000', '175438.592000', '175438.595000', '175438.598000', '175438.600000', '175438.603000', '175438.606000', '175438.608000', '175438.611000', '175438.614000', '175438.616000', '175438.619000', '175438.621000', '175438.624000', '175438.627000', '175438.629000', '175438.632000', '175438.634000', '175438.637000', '175438.640000', '175438.642000', '175458.529000', '175458.544000', '175458.547000', '175458.550000', '175458.552000', '175458.555000', '175458.557000', '175458.560000', '175458.563000', '175458.565000', '175458.568000', '175458.571000', '175458.573000', '175458.576000', '175458.578000', '175458.581000', '175458.584000', '175458.586000', '175458.589000', '175458.591000', '175458.594000', '175458.597000', '175458.599000', '175458.602000', '175458.604000', '175458.607000', '175458.610000', '175458.612000', '175458.615000', '175458.618000', '175458.620000', '175458.623000', '175458.625000', '175458.628000', '175458.631000', '175458.633000', '175458.636000', '175458.639000', '175458.642000', '175458.645000', '175458.648000', '175458.651000', '175458.653000', '175518.530000', '175518.532000', '175518.535000', '175518.538000', '175518.541000', '175518.543000', '175518.546000', '175518.548000', '175518.551000', '175518.554000', '175518.556000', '175518.559000', '175518.566000', '175518.569000', '175518.571000', '175518.574000', '175518.577000', '175518.579000', '175518.582000', '175518.585000', '175518.587000', '175518.590000', '175518.592000', '175518.595000', '175518.598000', '175518.600000', '175518.603000', '175518.605000', '175518.608000', '175518.611000', '175518.613000', '175518.616000', '175518.619000', '175518.621000', '175518.624000', '175518.626000', '175518.629000', '175518.632000', '175518.634000', '175518.637000', '175518.640000', '175518.642000', '175518.645000', '175518.648000', '175538.530000', '175538.532000', '175538.535000', '175538.538000', '175538.540000', '175538.543000', '175538.546000', '175538.548000', '175538.551000', '175538.553000', '175538.556000', '175538.559000', '175538.561000', '175538.564000', '175538.567000', '175538.570000', '175538.572000', '175538.575000', '175538.577000', '175538.580000', '175538.583000', '175538.585000', '175538.588000', '175538.590000', '175538.593000', '175538.596000', '175538.598000', '175538.601000', '175538.604000', '175538.606000', '175538.609000', '175538.611000', '175538.614000', '175538.617000', '175538.620000', '175538.622000', '175538.625000', '175538.627000', '175538.630000', '175538.633000', '175538.635000', '175538.638000', '175538.641000', '175545.092000', '175545.096000', '175545.098000', '175545.101000', '175545.104000', '175545.107000', '175545.110000', '175545.112000', '175545.115000', '175545.118000', '175545.121000', '175545.124000', '175545.127000', '175545.130000', '175545.133000'], 'InstanceCreationTime': ['174558.579000', '174558.583000', '174558.585000', '174558.588000', '174558.592000', '174558.594000', '174558.597000', '174558.600000', '174558.602000', '174558.605000', '174558.607000', '174558.610000', '174558.612000', '174558.615000', '174558.618000', '174558.620000', '174558.623000', '174558.626000', '174558.628000', '174558.631000', '174558.634000', '174558.636000', '174558.639000', '174558.642000', '174558.646000', '174558.648000', '174558.651000', '174558.654000', '174558.656000', '174558.659000', '174558.661000', '174558.664000', '174558.667000', '174558.669000', '174558.680000', '174558.683000', '174558.685000', '174558.688000', '174558.690000', '174558.693000', '174558.696000', '174558.707000', '174558.710000', '174558.713000', '174558.715000', '174558.718000', '174618.529000', '174618.532000', '174618.535000', '174618.538000', '174618.540000', '174618.543000', '174618.546000', '174618.548000', '174618.551000', '174618.553000', '174618.556000', '174618.559000', '174618.561000', '174618.564000', '174618.566000', '174618.569000', '174618.572000', '174618.574000', '174618.577000', '174618.579000', '174618.582000', '174618.584000', '174618.587000', '174618.590000', '174618.592000', '174618.595000', '174618.597000', '174618.600000', '174618.602000', '174618.605000', '174618.608000', '174618.619000', '174618.622000', '174618.624000', '174618.627000', '174618.629000', '174618.632000', '174618.635000', '174618.638000', '174618.640000', '174618.643000', '174618.645000', '174618.648000', '174618.650000', '174638.529000', '174638.532000', '174638.535000', '174638.537000', '174638.540000', '174638.543000', '174638.545000', '174638.548000', '174638.551000', '174638.553000', '174638.556000', '174638.558000', '174638.561000', '174638.564000', '174638.566000', '174638.569000', '174638.576000', '174638.579000', '174638.581000', '174638.584000', '174638.587000', '174638.589000', '174638.592000', '174638.594000', '174638.597000', '174638.600000', '174638.602000', '174638.605000', '174638.607000', '174638.610000', '174638.612000', '174638.615000', '174638.618000', '174638.620000', '174638.623000', '174638.625000', '174638.628000', '174638.630000', '174638.633000', '174638.636000', '174638.638000', '174638.641000', '174638.644000', '174658.528000', '174658.531000', '174658.534000', '174658.536000', '174658.539000', '174658.542000', '174658.544000', '174658.547000', '174658.549000', '174658.552000', '174658.555000', '174658.557000', '174658.560000', '174658.563000', '174658.565000', '174658.568000', '174658.571000', '174658.573000', '174658.576000', '174658.582000', '174658.585000', '174658.588000', '174658.590000', '174658.593000', '174658.596000', '174658.598000', '174658.601000', '174658.603000', '174658.606000', '174658.608000', '174658.611000', '174658.614000', '174658.616000', '174658.619000', '174658.622000', '174658.624000', '174658.627000', '174658.629000', '174658.632000', '174658.635000', '174658.637000', '174658.640000', '174658.643000', '174658.645000', '174718.529000', '174718.531000', '174718.534000', '174718.536000', '174718.539000', '174718.541000', '174718.544000', '174718.547000', '174718.549000', '174718.552000', '174718.554000', '174718.557000', '174718.559000', '174718.562000', '174718.565000', '174718.567000', '174718.570000', '174718.572000', '174718.575000', '174718.577000', '174718.580000', '174718.583000', '174718.585000', '174718.588000', '174718.590000', '174718.593000', '174718.600000', '174718.602000', '174718.605000', '174718.607000', '174718.610000', '174718.613000', '174718.615000', '174718.618000', '174718.621000', '174718.623000', '174718.626000', '174718.628000', '174718.631000', '174718.634000', '174718.636000', '174718.639000', '174718.641000', '174738.528000', '174738.531000', '174738.534000', '174738.537000', '174738.540000', '174738.542000', '174738.545000', '174738.548000', '174738.550000', '174738.553000', '174738.555000', '174738.558000', '174738.561000', '174738.563000', '174738.566000', '174738.568000', '174738.571000', '174738.574000', '174738.576000', '174738.579000', '174738.583000', '174738.586000', '174738.589000', '174738.591000', '174738.594000', '174738.597000', '174738.599000', '174738.602000', '174738.604000', '174738.607000', '174738.610000', '174738.612000', '174738.615000', '174738.618000', '174738.630000', '174738.632000', '174738.635000', '174738.638000', '174738.640000', '174738.643000', '174738.646000', '174738.648000', '174738.651000', '174738.653000', '174758.528000', '174758.531000', '174758.534000', '174758.536000', '174758.539000', '174758.542000', '174758.544000', '174758.547000', '174758.550000', '174758.552000', '174758.555000', '174758.558000', '174758.560000', '174758.563000', '174758.565000', '174758.568000', '174758.571000', '174758.573000', '174758.576000', '174758.578000', '174758.581000', '174758.584000', '174758.586000', '174758.589000', '174758.591000', '174758.594000', '174758.597000', '174758.599000', '174758.602000', '174758.605000', '174758.608000', '174758.610000', '174758.613000', '174758.615000', '174758.618000', '174758.621000', '174758.623000', '174758.626000', '174758.628000', '174758.631000', '174758.634000', '174758.636000', '174758.639000', '174818.529000', '174818.532000', '174818.535000', '174818.538000', '174818.540000', '174818.543000', '174818.545000', '174818.548000', '174818.551000', '174818.553000', '174818.556000', '174818.559000', '174818.561000', '174818.564000', '174818.566000', '174818.569000', '174818.572000', '174818.574000', '174818.577000', '174818.579000', '174818.582000', '174818.585000', '174818.587000', '174818.590000', '174818.592000', '174818.595000', '174818.597000', '174818.600000', '174818.603000', '174818.605000', '174818.608000', '174818.610000', '174818.613000', '174818.616000', '174818.618000', '174818.621000', '174818.624000', '174818.626000', '174818.629000', '174818.631000', '174818.634000', '174818.636000', '174818.639000', '174818.642000', '174838.529000', '174838.532000', '174838.535000', '174838.537000', '174838.540000', '174838.543000', '174838.545000', '174838.548000', '174838.551000', '174838.553000', '174838.556000', '174838.558000', '174838.561000', '174838.563000', '174838.566000', '174838.569000', '174838.571000', '174838.574000', '174838.577000', '174838.579000', '174838.582000', '174838.584000', '174838.587000', '174838.589000', '174838.592000', '174838.595000', '174838.597000', '174838.600000', '174838.602000', '174838.605000', '174838.608000', '174838.610000', '174838.613000', '174838.616000', '174838.618000', '174838.621000', '174838.623000', '174838.626000', '174838.628000', '174838.631000', '174838.634000', '174838.636000', '174838.639000', '174858.530000', '174858.532000', '174858.535000', '174858.538000', '174858.540000', '174858.543000', '174858.546000', '174858.548000', '174858.551000', '174858.554000', '174858.556000', '174858.559000', '174858.561000', '174858.564000', '174858.567000', '174858.569000', '174858.572000', '174858.574000', '174858.577000', '174858.580000', '174858.583000', '174858.585000', '174858.588000', '174858.590000', '174858.593000', '174858.596000', '174858.598000', '174858.601000', '174858.603000', '174858.606000', '174858.609000', '174858.611000', '174858.614000', '174858.617000', '174858.619000', '174858.622000', '174858.625000', '174858.627000', '174858.630000', '174858.632000', '174858.635000', '174858.638000', '174858.640000', '174858.643000', '174918.528000', '174918.531000', '174918.534000', '174918.536000', '174918.539000', '174918.542000', '174918.544000', '174918.547000', '174918.550000', '174918.552000', '174918.555000', '174918.557000', '174918.560000', '174918.563000', '174918.565000', '174918.568000', '174918.570000', '174918.573000', '174918.575000', '174918.578000', '174918.581000', '174918.583000', '174918.586000', '174918.588000', '174918.591000', '174918.594000', '174918.596000', '174918.599000', '174918.601000', '174918.611000', '174918.613000', '174918.616000', '174918.619000', '174918.621000', '174918.624000', '174918.626000', '174918.629000', '174918.632000', '174918.634000', '174918.637000', '174918.639000', '174918.642000', '174918.645000', '174938.528000', '174938.531000', '174938.534000', '174938.536000', '174938.539000', '174938.542000', '174938.544000', '174938.547000', '174938.549000', '174938.552000', '174938.555000', '174938.557000', '174938.560000', '174938.563000', '174938.565000', '174938.568000', '174938.571000', '174938.574000', '174938.576000', '174938.579000', '174938.581000', '174938.584000', '174938.587000', '174938.589000', '174938.592000', '174938.594000', '174938.597000', '174938.600000', '174938.602000', '174938.605000', '174938.607000', '174938.610000', '174938.613000', '174938.615000', '174938.618000', '174938.621000', '174938.623000', '174938.626000', '174938.628000', '174938.631000', '174938.633000', '174938.636000', '174938.639000', '174938.642000', '174958.529000', '174958.531000', '174958.534000', '174958.537000', '174958.539000', '174958.542000', '174958.544000', '174958.547000', '174958.550000', '174958.552000', '174958.555000', '174958.558000', '174958.560000', '174958.563000', '174958.565000', '174958.568000', '174958.571000', '174958.573000', '174958.576000', '174958.578000', '174958.581000', '174958.584000', '174958.586000', '174958.589000', '174958.592000', '174958.594000', '174958.597000', '174958.599000', '174958.602000', '174958.605000', '174958.607000', '174958.610000', '174958.612000', '174958.615000', '174958.618000', '174958.620000', '174958.623000', '174958.625000', '174958.628000', '174958.631000', '174958.633000', '174958.636000', '174958.638000', '175018.528000', '175018.532000', '175018.534000', '175018.537000', '175018.539000', '175018.542000', '175018.545000', '175018.547000', '175018.550000', '175018.553000', '175018.555000', '175018.558000', '175018.562000', '175018.564000', '175018.567000', '175018.569000', '175018.572000', '175018.575000', '175018.577000', '175018.580000', '175018.583000', '175018.585000', '175018.588000', '175018.590000', '175018.593000', '175018.596000', '175018.598000', '175018.601000', '175018.604000', '175018.606000', '175018.609000', '175018.611000', '175018.614000', '175018.617000', '175018.619000', '175018.622000', '175018.625000', '175018.627000', '175018.630000', '175018.632000', '175018.635000', '175018.638000', '175018.640000', '175038.529000', '175038.532000', '175038.535000', '175038.538000', '175038.540000', '175038.543000', '175038.545000', '175038.548000', '175038.551000', '175038.553000', '175038.556000', '175038.564000', '175038.567000', '175038.570000', '175038.572000', '175038.575000', '175038.578000', '175038.580000', '175038.583000', '175038.585000', '175038.588000', '175038.591000', '175038.593000', '175038.596000', '175038.598000', '175038.601000', '175038.603000', '175038.606000', '175038.609000', '175038.611000', '175038.614000', '175038.616000', '175038.619000', '175038.622000', '175038.624000', '175038.627000', '175038.629000', '175038.632000', '175038.634000', '175038.637000', '175038.640000', '175038.660000', '175038.663000', '175038.666000', '175058.530000', '175058.533000', '175058.536000', '175058.538000', '175058.541000', '175058.543000', '175058.546000', '175058.549000', '175058.551000', '175058.554000', '175058.557000', '175058.560000', '175058.562000', '175058.565000', '175058.567000', '175058.570000', '175058.573000', '175058.575000', '175058.578000', '175058.581000', '175058.583000', '175058.586000', '175058.588000', '175058.591000', '175058.594000', '175058.596000', '175058.599000', '175058.602000', '175058.604000', '175058.607000', '175058.609000', '175058.612000', '175058.615000', '175058.617000', '175058.620000', '175058.622000', '175058.625000', '175058.628000', '175058.630000', '175058.633000', '175058.635000', '175058.638000', '175058.640000', '175118.530000', '175118.533000', '175118.535000', '175118.538000', '175118.541000', '175118.543000', '175118.546000', '175118.548000', '175118.551000', '175118.554000', '175118.556000', '175118.559000', '175118.562000', '175118.564000', '175118.567000', '175118.569000', '175118.572000', '175118.575000', '175118.577000', '175118.580000', '175118.582000', '175118.585000', '175118.588000', '175118.590000', '175118.593000', '175118.596000', '175118.598000', '175118.601000', '175118.603000', '175118.606000', '175118.609000', '175118.611000', '175118.614000', '175118.616000', '175118.619000', '175118.621000', '175118.624000', '175118.627000', '175118.629000', '175118.632000', '175118.634000', '175118.637000', '175118.639000', '175118.642000', '175138.528000', '175138.531000', '175138.534000', '175138.537000', '175138.539000', '175138.542000', '175138.545000', '175138.547000', '175138.550000', '175138.553000', '175138.555000', '175138.558000', '175138.561000', '175138.564000', '175138.567000', '175138.569000', '175138.572000', '175138.574000', '175138.577000', '175138.580000', '175138.582000', '175138.585000', '175138.588000', '175138.590000', '175138.593000', '175138.595000', '175138.598000', '175138.601000', '175138.604000', '175138.607000', '175138.610000', '175138.612000', '175138.615000', '175138.617000', '175138.620000', '175138.623000', '175138.625000', '175138.628000', '175138.631000', '175138.633000', '175138.636000', '175138.638000', '175138.641000', '175158.529000', '175158.532000', '175158.534000', '175158.537000', '175158.539000', '175158.542000', '175158.546000', '175158.549000', '175158.551000', '175158.554000', '175158.556000', '175158.559000', '175158.562000', '175158.564000', '175158.567000', '175158.570000', '175158.572000', '175158.575000', '175158.578000', '175158.580000', '175158.583000', '175158.586000', '175158.588000', '175158.591000', '175158.594000', '175158.596000', '175158.599000', '175158.601000', '175158.604000', '175158.607000', '175158.609000', '175158.612000', '175158.614000', '175158.617000', '175158.620000', '175158.622000', '175158.625000', '175158.627000', '175158.630000', '175158.633000', '175158.635000', '175158.638000', '175158.640000', '175158.643000', '175218.529000', '175218.531000', '175218.534000', '175218.537000', '175218.540000', '175218.542000', '175218.545000', '175218.548000', '175218.562000', '175218.565000', '175218.567000', '175218.570000', '175218.573000', '175218.575000', '175218.578000', '175218.581000', '175218.583000', '175218.586000', '175218.588000', '175218.591000', '175218.594000', '175218.596000', '175218.599000', '175218.602000', '175218.604000', '175218.607000', '175218.610000', '175218.612000', '175218.615000', '175218.618000', '175218.620000', '175218.623000', '175218.625000', '175218.628000', '175218.631000', '175218.633000', '175218.636000', '175218.638000', '175218.641000', '175218.644000', '175218.646000', '175218.649000', '175218.651000', '175238.529000', '175238.532000', '175238.534000', '175238.537000', '175238.540000', '175238.543000', '175238.546000', '175238.548000', '175238.551000', '175238.553000', '175238.556000', '175238.559000', '175238.561000', '175238.564000', '175238.566000', '175238.569000', '175238.572000', '175238.574000', '175238.577000', '175238.580000', '175238.582000', '175238.585000', '175238.587000', '175238.590000', '175238.593000', '175238.595000', '175238.598000', '175238.600000', '175238.603000', '175238.606000', '175238.608000', '175238.611000', '175238.614000', '175238.616000', '175238.619000', '175238.621000', '175238.624000', '175238.627000', '175238.629000', '175238.632000', '175238.635000', '175238.637000', '175238.640000', '175238.642000', '175258.529000', '175258.532000', '175258.535000', '175258.537000', '175258.540000', '175258.543000', '175258.546000', '175258.548000', '175258.551000', '175258.553000', '175258.556000', '175258.559000', '175258.561000', '175258.564000', '175258.566000', '175258.569000', '175258.572000', '175258.574000', '175258.577000', '175258.579000', '175258.582000', '175258.585000', '175258.587000', '175258.590000', '175258.592000', '175258.595000', '175258.598000', '175258.601000', '175258.603000', '175258.608000', '175258.611000', '175258.613000', '175258.616000', '175258.619000', '175258.621000', '175258.624000', '175258.627000', '175258.629000', '175258.632000', '175258.635000', '175258.637000', '175258.640000', '175258.644000', '175318.530000', '175318.533000', '175318.535000', '175318.538000', '175318.541000', '175318.544000', '175318.546000', '175318.549000', '175318.552000', '175318.554000', '175318.557000', '175318.559000', '175318.562000', '175318.565000', '175318.567000', '175318.570000', '175318.572000', '175318.575000', '175318.577000', '175318.580000', '175318.583000', '175318.585000', '175318.588000', '175318.591000', '175318.593000', '175318.596000', '175318.598000', '175318.601000', '175318.603000', '175318.606000', '175318.609000', '175318.611000', '175318.614000', '175318.617000', '175318.619000', '175318.622000', '175318.624000', '175318.627000', '175318.629000', '175318.632000', '175318.635000', '175318.637000', '175318.640000', '175318.642000', '175338.529000', '175338.532000', '175338.535000', '175338.538000', '175338.554000', '175338.557000', '175338.559000', '175338.562000', '175338.564000', '175338.567000', '175338.570000', '175338.572000', '175338.575000', '175338.577000', '175338.580000', '175338.582000', '175338.585000', '175338.588000', '175338.590000', '175338.593000', '175338.596000', '175338.598000', '175338.601000', '175338.604000', '175338.606000', '175338.609000', '175338.612000', '175338.614000', '175338.617000', '175338.620000', '175338.622000', '175338.625000', '175338.628000', '175338.630000', '175338.633000', '175338.636000', '175338.638000', '175338.641000', '175338.643000', '175338.646000', '175338.649000', '175338.651000', '175338.654000', '175358.529000', '175358.531000', '175358.534000', '175358.537000', '175358.539000', '175358.542000', '175358.545000', '175358.547000', '175358.550000', '175358.553000', '175358.555000', '175358.558000', '175358.560000', '175358.563000', '175358.566000', '175358.568000', '175358.571000', '175358.573000', '175358.576000', '175358.579000', '175358.581000', '175358.584000', '175358.586000', '175358.589000', '175358.591000', '175358.594000', '175358.597000', '175358.599000', '175358.602000', '175358.604000', '175358.607000', '175358.610000', '175358.612000', '175358.615000', '175358.618000', '175358.620000', '175358.623000', '175358.625000', '175358.628000', '175358.631000', '175358.633000', '175358.636000', '175358.639000', '175358.641000', '175418.529000', '175418.531000', '175418.534000', '175418.537000', '175418.540000', '175418.542000', '175418.545000', '175418.547000', '175418.550000', '175418.553000', '175418.555000', '175418.558000', '175418.560000', '175418.563000', '175418.566000', '175418.568000', '175418.571000', '175418.574000', '175418.576000', '175418.579000', '175418.582000', '175418.584000', '175418.587000', '175418.589000', '175418.592000', '175418.595000', '175418.597000', '175418.600000', '175418.602000', '175418.605000', '175418.608000', '175418.610000', '175418.613000', '175418.616000', '175418.618000', '175418.621000', '175418.624000', '175418.626000', '175418.629000', '175418.631000', '175418.634000', '175418.637000', '175418.639000', '175438.529000', '175438.532000', '175438.535000', '175438.537000', '175438.540000', '175438.543000', '175438.545000', '175438.548000', '175438.550000', '175438.553000', '175438.556000', '175438.558000', '175438.561000', '175438.564000', '175438.566000', '175438.569000', '175438.572000', '175438.574000', '175438.577000', '175438.580000', '175438.582000', '175438.585000', '175438.587000', '175438.590000', '175438.592000', '175438.595000', '175438.598000', '175438.600000', '175438.603000', '175438.606000', '175438.608000', '175438.611000', '175438.614000', '175438.616000', '175438.619000', '175438.621000', '175438.624000', '175438.627000', '175438.629000', '175438.632000', '175438.634000', '175438.637000', '175438.640000', '175438.642000', '175458.529000', '175458.544000', '175458.547000', '175458.550000', '175458.552000', '175458.555000', '175458.557000', '175458.560000', '175458.563000', '175458.565000', '175458.568000', '175458.571000', '175458.573000', '175458.576000', '175458.578000', '175458.581000', '175458.584000', '175458.586000', '175458.589000', '175458.591000', '175458.594000', '175458.597000', '175458.599000', '175458.602000', '175458.604000', '175458.607000', '175458.610000', '175458.612000', '175458.615000', '175458.618000', '175458.620000', '175458.623000', '175458.625000', '175458.628000', '175458.631000', '175458.633000', '175458.636000', '175458.639000', '175458.642000', '175458.645000', '175458.648000', '175458.651000', '175458.653000', '175518.530000', '175518.532000', '175518.535000', '175518.538000', '175518.541000', '175518.543000', '175518.546000', '175518.548000', '175518.551000', '175518.554000', '175518.556000', '175518.559000', '175518.566000', '175518.569000', '175518.571000', '175518.574000', '175518.577000', '175518.579000', '175518.582000', '175518.585000', '175518.587000', '175518.590000', '175518.592000', '175518.595000', '175518.598000', '175518.600000', '175518.603000', '175518.605000', '175518.608000', '175518.611000', '175518.613000', '175518.616000', '175518.619000', '175518.621000', '175518.624000', '175518.626000', '175518.629000', '175518.632000', '175518.634000', '175518.637000', '175518.640000', '175518.642000', '175518.645000', '175518.648000', '175538.530000', '175538.532000', '175538.535000', '175538.538000', '175538.540000', '175538.543000', '175538.546000', '175538.548000', '175538.551000', '175538.553000', '175538.556000', '175538.559000', '175538.561000', '175538.564000', '175538.567000', '175538.570000', '175538.572000', '175538.575000', '175538.577000', '175538.580000', '175538.583000', '175538.585000', '175538.588000', '175538.590000', '175538.593000', '175538.596000', '175538.598000', '175538.601000', '175538.604000', '175538.606000', '175538.609000', '175538.611000', '175538.614000', '175538.617000', '175538.620000', '175538.622000', '175538.625000', '175538.627000', '175538.630000', '175538.633000', '175538.635000', '175538.638000', '175538.641000', '175545.092000', '175545.096000', '175545.098000', '175545.101000', '175545.104000', '175545.107000', '175545.110000', '175545.112000', '175545.115000', '175545.118000', '175545.121000', '175545.124000', '175545.127000', '175545.130000', '175545.133000'], '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': [7193, 8095, 7389, 7057, 7326, 7410, 7329, 6463, 7360, 7578, 7429, 7809, 7950, 7107, 7659, 7552, 7407, 6359, 7727, 8000, 7472, 7817, 7519, 7109, 7484, 7285, 7283, 7561, 8018, 7320, 7227, 6324, 7835, 8325, 7155, 7485, 7581, 7675, 7612, 8048, 7736, 6986, 7453, 7516, 8509, 7209, 7918, 7677, 7174, 8061, 7889, 7184, 7177, 7596, 7713, 7235, 7941, 8134, 7419, 7822, 7804, 7020, 6577, 7613, 7217, 7412, 8059, 7427, 7151, 7869, 7995, 7436, 7784, 8004, 7309, 7587, 7677, 7534, 6592, 8173, 7593, 7612, 7978, 7589, 7103, 7729, 7756, 7716, 7391, 8030, 6934, 7208, 8005, 7712, 7034, 7170, 7993, 7283, 6294, 7993, 8267, 7364, 8154, 7175, 7145, 7658, 7714, 7499, 7388, 7973, 7611, 7232, 6693, 8074, 8979, 6338, 7761, 7896, 6420, 8210, 7719, 7642, 7909, 7156, 7980, 7949, 6857, 7814, 7637, 6881, 7657, 7762, 6958, 8085, 7788, 7037, 8105, 7625, 6820, 7201, 7747, 7174, 6578, 7922, 7122, 7299, 7789, 7688, 6744, 7630, 7524, 6528, 7879, 7623, 7262, 7687, 7134, 6880, 7941, 7371, 7141, 7912, 6905, 7065, 8248, 7149, 7170, 7851, 7871, 7797, 6653, 7821, 7990, 7206, 8205, 8789, 6629, 7865, 8458, 6606, 8130, 7760, 7158, 7740, 7052, 8108, 7837, 7134, 7863, 8108, 7606, 8136, 7884, 7004, 8006, 7494, 7130, 8027, 7115, 8286, 7780, 7550, 8322, 7308, 7494, 8035, 7365, 7363, 8223, 7690, 7556, 8185, 7921, 7553, 8316, 7940, 6918, 7952, 7151, 8375, 7910, 7359, 7635, 7351, 7451, 7829, 7811, 7702, 7949, 7764, 7308, 7704, 8122, 7752, 7512, 7696, 8299, 7216, 8016, 8301, 8186, 8314, 7580, 8250, 8318, 7121, 7233, 7585, 7527, 7868, 7822, 7113, 7120, 8341, 7850, 6684, 7884, 7586, 7611, 7455, 8150, 7515, 6801, 8105, 7933, 7037, 6752, 8008, 7512, 6905, 8026, 7468, 6949, 7949, 8423, 7108, 8036, 7468, 8098, 7608, 7493, 7729, 7206, 7155, 7650, 7911, 7041, 8151, 7476, 7375, 7909, 7715, 7464, 7830, 8223, 7429, 7658, 10030, 6603, 7526, 7470, 7626, 8068, 7679, 7301, 8067, 8635, 7514, 8201, 9007, 7405, 8151, 8604, 6888, 7508, 9632, 7375, 8118, 8055, 6928, 7990, 8190, 7824, 8143, 8040, 7243, 7209, 8279, 7537, 7146, 8242, 7590, 7484, 8331, 8997, 7238, 8029, 7928, 8166, 7890, 7289, 8132, 7981, 7544, 8315, 7966, 7161, 8095, 7008, 8361, 7884, 7538, 8514, 8108, 7205, 8487, 7023, 8296, 8157, 7471, 8432, 8391, 7699, 8112, 7595, 8200, 8253, 7034, 8452, 7692, 7270, 8263, 7954, 8107, 8255, 7488, 7691, 7763, 7587, 7631, 7849, 7781, 7760, 7553, 7241, 8270, 7668, 7079, 8185, 7174, 7338, 8169, 7567, 7362, 8136, 7720, 7342, 8086, 9167, 7169, 8042, 8945, 6941, 8318, 7737, 7551, 8143, 7528, 7198, 8261, 7453, 7094, 8245, 7651, 7120, 7279, 7597, 7365, 6846, 7857, 8182, 6719, 7783, 8401, 6809, 8022, 8393, 6780, 7647, 8343, 6929, 7966, 7519, 7107, 7955, 8787, 7276, 8098, 8601, 7250, 8048, 8192, 7141, 8157, 8671, 7283, 8104, 9243, 7376, 8187, 8734, 7376, 7971, 7978, 7236, 8312, 7827, 7269, 8075, 7477, 6927, 8292, 7617, 6893, 6992, 7843, 7740, 6486, 8027, 7946, 7243, 8220, 8685, 7126, 8100, 7233, 6912, 8093, 7979, 6784, 7890, 8080, 7629, 6857, 8015, 8300, 6815, 8159, 9236, 7589, 8234, 8777, 7512, 8025, 7733, 7138, 7773, 6809, 7050, 7292, 8074, 7751, 7523, 8225, 7797, 6971, 8071, 7788, 7024, 7844, 7958, 6815, 7952, 8108, 6905, 8286, 7999, 7002, 8278, 7945, 7138, 7191, 7979, 7750, 6703, 8266, 7913, 6611, 8281, 7584, 6850, 8112, 7997, 6583, 8143, 7533, 6918, 7958, 8078, 6712, 8092, 6977, 8032, 8120, 6968, 8264, 8093, 7040, 8037, 7814, 7163, 8036, 7339, 7976, 7994, 7068, 8120, 7723, 7036, 8281, 7674, 7140, 8431, 7512, 7568, 8206, 7923, 7067, 8056, 7292, 8479, 7808, 7168, 8092, 7589, 7252, 8201, 7685, 7311, 8012, 8215, 6821, 8103, 7116, 8093, 8385, 7532, 8214, 7662, 7882, 7962, 7022, 8173, 7594, 7161, 8169, 7581, 6724, 8090, 7670, 8125, 8003, 7045, 7989, 7618, 7400, 8244, 7889, 7725, 8128, 6956, 8278, 7920, 7231, 8240, 6913, 7111, 8228, 7222, 7486, 8167, 7703, 6837, 7913, 7732, 8087, 7825, 7127, 8212, 8503, 7381, 8296, 8156, 6829, 7881, 8031, 8043, 8106, 6891, 8066, 7637, 7105, 8076, 9123, 7052, 8041, 7019, 8248, 8225, 7144, 8352, 8210, 8009, 8045, 7036, 8366, 8026, 7539, 8259, 7135, 7761, 8362, 7992, 7099, 7997, 6975, 7874, 8213, 7139, 7649, 8463, 7640, 7754, 8410, 9260, 7411, 8280, 7814, 7919, 8293, 8801, 7674, 8176, 8962, 7650, 8249, 8529, 6834, 8107, 8547, 7230, 8095, 7463, 8175, 8231, 7272, 8235, 9134, 6540, 8246, 8133, 6877, 8197, 7341, 7077, 8143, 7115, 8236, 8196, 7417, 8159, 8672, 7150, 8385, 7664, 8001, 7917, 7012, 8194, 9605, 6854, 8081, 7062, 8088, 7959, 7478, 8375, 7396, 7926, 8229, 7210, 8200, 8145, 7902, 8009, 7358, 8194, 7821, 6938, 8077, 7937, 8259, 8079, 7474, 8345, 8204, 7126, 8441, 7309, 8263, 8934, 7151, 8321, 7747, 8222, 7946, 7476, 8293, 8271, 6810, 8196, 6834, 8154, 8048, 6939, 8209, 7800, 6931, 7885, 7624, 8214, 8000, 7263, 8114, 7841, 8118, 8048, 7460, 8223, 8022, 8016, 8126, 7184, 8237, 7396, 8000, 8083, 6938, 8290, 7385, 7311, 8027, 6991, 6711, 7664, 6698, 8327, 7233, 7178, 8239, 8541, 8398, 9195, 7460, 8042, 7479, 7972, 9232, 7809, 7840, 7160, 8108, 7517, 7456, 8181, 7860, 6835, 8010, 6984, 8152, 8043, 7485, 7917, 8293, 7382, 8255, 7445, 7506, 7982, 7634, 7140, 8313, 7779, 6703, 8132, 8811, 7965, 8249, 7738, 7946, 8135, 7159, 7902, 8097, 6762, 8207, 8080, 6866, 8230, 8338, 7364, 8404, 8237, 7841, 7564, 7631, 6965, 8263, 7517, 6811, 8154, 8192, 6961, 8283, 6622, 8178, 8204, 7102, 8497, 8488, 7907, 8062, 6927, 7994, 7904, 7415, 8363, 7889, 7152, 8424, 7016, 8425, 7944, 7287, 8091, 7866, 7550, 8520, 8090, 6978, 8303, 8161, 7604, 8598, 8130, 7740, 8487, 8647, 7186, 8352, 8301, 7166, 8110, 8834, 7647, 8230, 7161, 8133, 8314, 7413, 8272, 7975, 6947, 7987, 8141, 6835, 8204, 8226, 7158, 7386, 8222, 6812, 8388, 8345, 6894, 8247, 9046, 6917, 8164, 7605, 8125, 8244, 6967, 8371, 7640, 6741, 8081, 7367, 8138, 8024, 7166, 8192, 7512, 7116, 8077, 7259, 8223, 7793, 7274, 8277, 8626, 7437, 8159, 6805, 8261, 7829, 7297, 8501, 7753, 8188, 8213, 6927, 8292, 8366, 6863, 8090, 7072, 8252, 8183, 7280, 8270, 7824, 7052, 8344, 7805, 8347, 8335, 7339, 8437, 7924, 7452, 8264, 7046, 8294, 7752, 7280, 8517, 7922, 8235, 7786, 6978, 8269, 7823, 8240, 7868, 7266, 8315, 7785, 8058, 8212, 6933, 8582, 7687, 6616, 8134, 7676, 8347, 7942, 7124, 8265, 7968, 8174, 8496, 6789, 8309, 8894, 7421, 8317, 7315, 8222, 9099, 7016, 8018, 7149, 8122, 8044, 7132, 8309, 8209, 6831, 8399, 6787, 8347, 7757, 7220, 8348, 8239, 6862, 8319, 6829, 6831, 8211, 6823, 8322, 7996, 6997, 8427, 9230, 7806, 8283, 6946, 8430, 8926, 8197, 8098, 7018, 8170, 7550, 6585, 8088, 7527, 7060, 7493, 8072, 7042, 8164, 8074, 8054, 8439, 9273, 7525, 8358, 9096, 8000, 8140, 7174, 8426, 9244, 7013, 8456, 8608, 8203, 8377, 6713, 8218, 7969, 6921, 8380, 7569, 7128, 8662, 9148, 7931, 8212, 7066, 8145, 9544, 7004, 8293, 7321, 8549, 7890, 7379, 8534, 7798, 8089, 8415, 6830, 8441, 7875, 6970, 8225, 7943, 8396, 8213, 6964, 8350, 7568, 7084, 8512, 7888, 6917, 8225, 7467, 8493, 8568, 6911, 8463, 8482, 6851, 8272, 8158, 8307, 8153, 6842, 8533, 7587, 7420, 8343, 7329, 8436, 8188, 6666, 8469, 7946, 7395, 8553, 8460, 8278, 8346, 7132, 8365, 8656, 6734, 8245, 8196, 8211, 8186, 6937, 8268, 7991, 7271, 8497, 7384, 8430, 7746, 6886, 8498, 7851, 8329, 7974, 7187, 8314, 8288, 6762, 8432, 6743, 8540, 8413, 7992, 8186, 6780, 8568, 8307, 8386, 8024, 6801, 8346, 8090, 7443, 8081, 6814, 8494, 8642, 8227, 8132, 7206, 8431, 8531, 8385, 7853, 6532, 8241, 6919, 8367, 7681, 6921, 8272, 7132, 8466, 8490, 6863, 8429, 8202, 8269, 8186, 6752, 8658, 9357, 6413, 8144, 7186, 8418, 8006, 6887, 8561, 7250, 8294, 7791, 7026, 8406, 7486, 8360, 7554, 7247, 8447, 7596, 8514, 7907, 7241, 8499, 8107, 8070, 8335, 6794, 8379, 8451, 7975, 8298, 6777, 8464, 8521, 6976, 8443, 7568, 8551, 7790, 7090, 8384, 8277, 8035, 8377, 6538, 8520, 7570, 6775, 8312, 7318, 8558, 8776, 6672, 7583, 8593, 6939, 8552, 8001, 8324, 8299, 6920, 8511, 8737, 8144, 8102, 6827, 8491, 8109, 8573, 8909, 8276, 8325, 6736, 8555, 8033, 8452, 8147, 6760, 8545, 8371, 8425, 8144, 6672, 8419, 8129, 8030, 7932, 6476, 8759, 8592, 8294, 8186, 6852, 8307, 8022, 8403, 7973, 6895, 8455, 7011, 8463, 7554, 6531, 7998], 'WindowCenter': [3896.0, 3902.0, 3878.0, 3867.0, 3878.0, 3864.0, 3864.0, 3854.0, 3862.0, 3863.0, 3864.0, 3862.0, 3875.0, 3864.0, 3875.0, 3865.0, 3864.0, 3853.0, 3864.0, 3873.0, 3864.0, 3864.0, 3863.0, 3853.0, 3864.0, 3864.0, 3863.0, 3874.0, 3876.0, 3866.0, 3865.0, 3854.0, 3874.0, 3875.0, 3863.0, 3865.0, 3864.0, 3862.0, 3864.0, 3874.0, 3864.0, 3853.0, 3864.0, 3852.0, 3872.0, 3851.0, 3860.0, 3861.0, 3853.0, 3863.0, 3861.0, 3853.0, 3851.0, 3862.0, 3862.0, 3863.0, 3862.0, 3862.0, 3851.0, 3862.0, 3862.0, 3850.0, 3840.0, 3863.0, 3863.0, 3864.0, 3873.0, 3864.0, 3853.0, 3875.0, 3872.0, 3864.0, 3862.0, 3864.0, 3862.0, 3863.0, 3863.0, 3861.0, 3852.0, 3873.0, 3862.0, 3863.0, 3872.0, 3862.0, 3852.0, 3863.0, 3863.0, 3863.0, 3864.0, 3872.0, 3855.0, 3864.0, 3874.0, 3864.0, 3864.0, 3865.0, 3875.0, 3862.0, 3854.0, 3874.0, 3875.0, 3864.0, 3875.0, 3854.0, 3853.0, 3863.0, 3861.0, 3862.0, 3862.0, 3876.0, 3873.0, 3863.0, 3852.0, 3875.0, 3887.0, 3843.0, 3865.0, 3863.0, 3844.0, 3873.0, 3861.0, 3861.0, 3862.0, 3851.0, 3860.0, 3861.0, 3840.0, 3861.0, 3863.0, 3852.0, 3861.0, 3863.0, 3863.0, 3874.0, 3864.0, 3853.0, 3872.0, 3861.0, 3852.0, 3863.0, 3863.0, 3863.0, 3855.0, 3876.0, 3864.0, 3865.0, 3875.0, 3875.0, 3855.0, 3873.0, 3875.0, 3855.0, 3875.0, 3863.0, 3864.0, 3875.0, 3853.0, 3852.0, 3874.0, 3862.0, 3864.0, 3874.0, 3865.0, 3865.0, 3885.0, 3864.0, 3865.0, 3876.0, 3874.0, 3865.0, 3854.0, 3874.0, 3872.0, 3864.0, 3874.0, 3874.0, 3853.0, 3872.0, 3872.0, 3852.0, 3861.0, 3862.0, 3853.0, 3860.0, 3851.0, 3861.0, 3861.0, 3850.0, 3862.0, 3861.0, 3850.0, 3860.0, 3859.0, 3850.0, 3861.0, 3849.0, 3849.0, 3861.0, 3851.0, 3872.0, 3861.0, 3861.0, 3874.0, 3850.0, 3860.0, 3872.0, 3862.0, 3862.0, 3873.0, 3874.0, 3875.0, 3884.0, 3873.0, 3873.0, 3874.0, 3874.0, 3853.0, 3873.0, 3852.0, 3872.0, 3872.0, 3851.0, 3861.0, 3861.0, 3861.0, 3862.0, 3861.0, 3862.0, 3873.0, 3863.0, 3863.0, 3875.0, 3874.0, 3874.0, 3864.0, 3875.0, 3874.0, 3863.0, 3874.0, 3875.0, 3874.0, 3873.0, 3862.0, 3872.0, 3870.0, 3852.0, 3852.0, 3860.0, 3862.0, 3861.0, 3862.0, 3852.0, 3862.0, 3885.0, 3875.0, 3864.0, 3873.0, 3873.0, 3863.0, 3862.0, 3874.0, 3862.0, 3855.0, 3874.0, 3874.0, 3854.0, 3854.0, 3873.0, 3862.0, 3862.0, 3874.0, 3862.0, 3852.0, 3873.0, 3873.0, 3852.0, 3862.0, 3862.0, 3872.0, 3862.0, 3851.0, 3862.0, 3851.0, 3850.0, 3862.0, 3873.0, 3853.0, 3873.0, 3863.0, 3864.0, 3874.0, 3863.0, 3863.0, 3865.0, 3874.0, 3863.0, 3862.0, 3882.0, 3840.0, 3862.0, 3851.0, 3862.0, 3862.0, 3863.0, 3862.0, 3874.0, 3872.0, 3864.0, 3873.0, 3874.0, 3851.0, 3862.0, 3872.0, 3850.0, 3851.0, 3871.0, 3849.0, 3862.0, 3861.0, 3852.0, 3863.0, 3873.0, 3862.0, 3860.0, 3861.0, 3850.0, 3849.0, 3861.0, 3850.0, 3851.0, 3871.0, 3862.0, 3852.0, 3872.0, 3871.0, 3850.0, 3861.0, 3859.0, 3860.0, 3860.0, 3849.0, 3861.0, 3859.0, 3848.0, 3858.0, 3848.0, 3839.0, 3858.0, 3839.0, 3858.0, 3858.0, 3850.0, 3871.0, 3860.0, 3849.0, 3870.0, 3839.0, 3860.0, 3850.0, 3848.0, 3859.0, 3860.0, 3848.0, 3859.0, 3849.0, 3859.0, 3859.0, 3839.0, 3859.0, 3847.0, 3849.0, 3860.0, 3858.0, 3859.0, 3859.0, 3849.0, 3848.0, 3849.0, 3848.0, 3851.0, 3860.0, 3860.0, 3851.0, 3852.0, 3850.0, 3873.0, 3861.0, 3851.0, 3871.0, 3851.0, 3851.0, 3873.0, 3863.0, 3864.0, 3874.0, 3874.0, 3864.0, 3873.0, 3884.0, 3852.0, 3861.0, 3874.0, 3850.0, 3860.0, 3851.0, 3863.0, 3862.0, 3863.0, 3853.0, 3874.0, 3864.0, 3854.0, 3874.0, 3863.0, 3854.0, 3863.0, 3864.0, 3864.0, 3854.0, 3875.0, 3876.0, 3854.0, 3864.0, 3875.0, 3855.0, 3874.0, 3874.0, 3855.0, 3865.0, 3875.0, 3853.0, 3875.0, 3864.0, 3854.0, 3864.0, 3874.0, 3853.0, 3863.0, 3873.0, 3852.0, 3863.0, 3863.0, 3852.0, 3863.0, 3873.0, 3851.0, 3862.0, 3871.0, 3852.0, 3861.0, 3861.0, 3851.0, 3861.0, 3860.0, 3849.0, 3862.0, 3849.0, 3849.0, 3861.0, 3850.0, 3839.0, 3861.0, 3851.0, 3840.0, 3850.0, 3861.0, 3850.0, 3842.0, 3861.0, 3860.0, 3851.0, 3860.0, 3861.0, 3839.0, 3860.0, 3851.0, 3850.0, 3860.0, 3861.0, 3839.0, 3860.0, 3861.0, 3850.0, 3840.0, 3861.0, 3860.0, 3840.0, 3860.0, 3870.0, 3849.0, 3859.0, 3858.0, 3838.0, 3859.0, 3848.0, 3838.0, 3850.0, 3837.0, 3839.0, 3850.0, 3862.0, 3862.0, 3864.0, 3872.0, 3863.0, 3852.0, 3862.0, 3862.0, 3840.0, 3861.0, 3861.0, 3840.0, 3860.0, 3861.0, 3840.0, 3860.0, 3850.0, 3838.0, 3861.0, 3862.0, 3839.0, 3851.0, 3861.0, 3849.0, 3841.0, 3872.0, 3863.0, 3852.0, 3862.0, 3862.0, 3841.0, 3860.0, 3862.0, 3840.0, 3862.0, 3851.0, 3851.0, 3860.0, 3861.0, 3840.0, 3861.0, 3840.0, 3860.0, 3859.0, 3840.0, 3859.0, 3861.0, 3839.0, 3860.0, 3850.0, 3839.0, 3848.0, 3850.0, 3848.0, 3860.0, 3839.0, 3848.0, 3848.0, 3838.0, 3860.0, 3861.0, 3851.0, 3872.0, 3853.0, 3863.0, 3874.0, 3863.0, 3851.0, 3860.0, 3850.0, 3861.0, 3849.0, 3839.0, 3860.0, 3850.0, 3848.0, 3861.0, 3850.0, 3851.0, 3860.0, 3860.0, 3840.0, 3861.0, 3839.0, 3861.0, 3860.0, 3849.0, 3860.0, 3848.0, 3848.0, 3860.0, 3838.0, 3860.0, 3847.0, 3837.0, 3859.0, 3849.0, 3838.0, 3860.0, 3849.0, 3860.0, 3859.0, 3840.0, 3861.0, 3850.0, 3850.0, 3861.0, 3860.0, 3851.0, 3860.0, 3840.0, 3860.0, 3850.0, 3849.0, 3860.0, 3838.0, 3840.0, 3861.0, 3852.0, 3862.0, 3872.0, 3863.0, 3852.0, 3861.0, 3862.0, 3861.0, 3850.0, 3840.0, 3860.0, 3861.0, 3850.0, 3861.0, 3859.0, 3840.0, 3860.0, 3861.0, 3860.0, 3860.0, 3839.0, 3861.0, 3848.0, 3838.0, 3860.0, 3870.0, 3838.0, 3850.0, 3838.0, 3859.0, 3858.0, 3837.0, 3860.0, 3859.0, 3860.0, 3849.0, 3839.0, 3859.0, 3860.0, 3847.0, 3861.0, 3840.0, 3861.0, 3861.0, 3862.0, 3851.0, 3862.0, 3852.0, 3874.0, 3872.0, 3852.0, 3863.0, 3873.0, 3863.0, 3862.0, 3874.0, 3884.0, 3852.0, 3873.0, 3862.0, 3863.0, 3861.0, 3872.0, 3851.0, 3862.0, 3872.0, 3851.0, 3860.0, 3861.0, 3840.0, 3860.0, 3872.0, 3851.0, 3861.0, 3849.0, 3861.0, 3861.0, 3850.0, 3860.0, 3870.0, 3830.0, 3860.0, 3849.0, 3838.0, 3859.0, 3839.0, 3839.0, 3860.0, 3840.0, 3861.0, 3859.0, 3849.0, 3860.0, 3860.0, 3839.0, 3860.0, 3849.0, 3849.0, 3848.0, 3837.0, 3847.0, 3857.0, 3826.0, 3847.0, 3826.0, 3846.0, 3846.0, 3836.0, 3846.0, 3838.0, 3848.0, 3848.0, 3837.0, 3858.0, 3846.0, 3848.0, 3846.0, 3837.0, 3847.0, 3848.0, 3837.0, 3848.0, 3849.0, 3860.0, 3861.0, 3850.0, 3860.0, 3860.0, 3840.0, 3859.0, 3849.0, 3859.0, 3858.0, 3839.0, 3859.0, 3848.0, 3861.0, 3849.0, 3837.0, 3859.0, 3859.0, 3840.0, 3860.0, 3828.0, 3859.0, 3849.0, 3838.0, 3859.0, 3849.0, 3837.0, 3850.0, 3849.0, 3862.0, 3860.0, 3850.0, 3861.0, 3860.0, 3850.0, 3850.0, 3838.0, 3849.0, 3849.0, 3848.0, 3847.0, 3837.0, 3848.0, 3836.0, 3848.0, 3847.0, 3836.0, 3858.0, 3836.0, 3838.0, 3849.0, 3839.0, 3840.0, 3860.0, 3840.0, 3872.0, 3849.0, 3851.0, 3861.0, 3872.0, 3860.0, 3871.0, 3850.0, 3849.0, 3838.0, 3847.0, 3857.0, 3837.0, 3846.0, 3826.0, 3848.0, 3836.0, 3837.0, 3859.0, 3848.0, 3839.0, 3858.0, 3839.0, 3861.0, 3860.0, 3839.0, 3849.0, 3860.0, 3849.0, 3859.0, 3849.0, 3849.0, 3860.0, 3849.0, 3838.0, 3861.0, 3850.0, 3839.0, 3850.0, 3870.0, 3849.0, 3859.0, 3848.0, 3847.0, 3847.0, 3836.0, 3847.0, 3848.0, 3837.0, 3858.0, 3848.0, 3838.0, 3847.0, 3849.0, 3837.0, 3848.0, 3848.0, 3849.0, 3837.0, 3835.0, 3825.0, 3846.0, 3837.0, 3838.0, 3860.0, 3860.0, 3838.0, 3859.0, 3827.0, 3859.0, 3848.0, 3839.0, 3858.0, 3846.0, 3846.0, 3847.0, 3826.0, 3846.0, 3846.0, 3835.0, 3846.0, 3847.0, 3838.0, 3859.0, 3838.0, 3860.0, 3848.0, 3849.0, 3849.0, 3849.0, 3849.0, 3860.0, 3849.0, 3840.0, 3860.0, 3860.0, 3850.0, 3860.0, 3860.0, 3850.0, 3871.0, 3871.0, 3850.0, 3860.0, 3861.0, 3840.0, 3860.0, 3871.0, 3850.0, 3860.0, 3839.0, 3849.0, 3860.0, 3837.0, 3858.0, 3847.0, 3838.0, 3849.0, 3848.0, 3839.0, 3860.0, 3859.0, 3839.0, 3849.0, 3860.0, 3840.0, 3861.0, 3859.0, 3839.0, 3860.0, 3860.0, 3839.0, 3859.0, 3848.0, 3849.0, 3857.0, 3837.0, 3848.0, 3837.0, 3827.0, 3848.0, 3836.0, 3849.0, 3859.0, 3838.0, 3859.0, 3837.0, 3838.0, 3848.0, 3848.0, 3860.0, 3849.0, 3849.0, 3859.0, 3859.0, 3838.0, 3849.0, 3827.0, 3859.0, 3848.0, 3838.0, 3859.0, 3849.0, 3859.0, 3860.0, 3839.0, 3860.0, 3859.0, 3839.0, 3860.0, 3838.0, 3860.0, 3860.0, 3849.0, 3860.0, 3849.0, 3850.0, 3860.0, 3850.0, 3859.0, 3860.0, 3849.0, 3860.0, 3849.0, 3850.0, 3861.0, 3839.0, 3860.0, 3849.0, 3850.0, 3860.0, 3860.0, 3860.0, 3848.0, 3839.0, 3859.0, 3849.0, 3859.0, 3848.0, 3837.0, 3858.0, 3849.0, 3849.0, 3860.0, 3839.0, 3871.0, 3849.0, 3840.0, 3861.0, 3850.0, 3862.0, 3860.0, 3839.0, 3860.0, 3849.0, 3860.0, 3860.0, 3839.0, 3859.0, 3859.0, 3839.0, 3859.0, 3837.0, 3848.0, 3858.0, 3837.0, 3847.0, 3827.0, 3849.0, 3847.0, 3837.0, 3859.0, 3859.0, 3828.0, 3859.0, 3828.0, 3860.0, 3848.0, 3837.0, 3859.0, 3859.0, 3838.0, 3859.0, 3838.0, 3839.0, 3860.0, 3840.0, 3872.0, 3863.0, 3851.0, 3872.0, 3872.0, 3862.0, 3862.0, 3840.0, 3861.0, 3861.0, 3860.0, 3848.0, 3838.0, 3848.0, 3848.0, 3839.0, 3859.0, 3850.0, 3850.0, 3862.0, 3873.0, 3854.0, 3873.0, 3864.0, 3863.0, 3864.0, 3872.0, 3850.0, 3861.0, 3872.0, 3862.0, 3849.0, 3839.0, 3861.0, 3870.0, 3839.0, 3850.0, 3858.0, 3848.0, 3858.0, 3829.0, 3859.0, 3848.0, 3839.0, 3860.0, 3849.0, 3839.0, 3859.0, 3872.0, 3851.0, 3860.0, 3838.0, 3849.0, 3858.0, 3828.0, 3847.0, 3837.0, 3857.0, 3847.0, 3836.0, 3859.0, 3838.0, 3848.0, 3847.0, 3826.0, 3859.0, 3848.0, 3837.0, 3848.0, 3848.0, 3848.0, 3859.0, 3837.0, 3859.0, 3848.0, 3839.0, 3860.0, 3849.0, 3839.0, 3860.0, 3850.0, 3860.0, 3860.0, 3838.0, 3859.0, 3860.0, 3839.0, 3860.0, 3849.0, 3860.0, 3849.0, 3828.0, 3860.0, 3848.0, 3839.0, 3860.0, 3849.0, 3860.0, 3861.0, 3840.0, 3861.0, 3850.0, 3849.0, 3860.0, 3860.0, 3860.0, 3860.0, 3839.0, 3860.0, 3858.0, 3827.0, 3849.0, 3848.0, 3859.0, 3859.0, 3837.0, 3859.0, 3849.0, 3837.0, 3859.0, 3839.0, 3860.0, 3849.0, 3837.0, 3859.0, 3849.0, 3860.0, 3848.0, 3837.0, 3859.0, 3859.0, 3828.0, 3860.0, 3828.0, 3859.0, 3859.0, 3849.0, 3848.0, 3827.0, 3859.0, 3847.0, 3848.0, 3849.0, 3827.0, 3859.0, 3849.0, 3850.0, 3859.0, 3840.0, 3860.0, 3861.0, 3861.0, 3860.0, 3849.0, 3861.0, 3860.0, 3860.0, 3849.0, 3827.0, 3848.0, 3838.0, 3850.0, 3837.0, 3837.0, 3860.0, 3839.0, 3859.0, 3860.0, 3839.0, 3861.0, 3861.0, 3861.0, 3860.0, 3840.0, 3860.0, 3870.0, 3830.0, 3849.0, 3839.0, 3859.0, 3849.0, 3837.0, 3858.0, 3837.0, 3848.0, 3837.0, 3837.0, 3849.0, 3837.0, 3850.0, 3837.0, 3838.0, 3848.0, 3849.0, 3860.0, 3848.0, 3838.0, 3860.0, 3849.0, 3861.0, 3860.0, 3839.0, 3862.0, 3861.0, 3850.0, 3860.0, 3829.0, 3861.0, 3860.0, 3840.0, 3859.0, 3849.0, 3859.0, 3848.0, 3838.0, 3859.0, 3859.0, 3849.0, 3860.0, 3828.0, 3860.0, 3848.0, 3828.0, 3860.0, 3851.0, 3861.0, 3859.0, 3829.0, 3839.0, 3847.0, 3839.0, 3861.0, 3851.0, 3862.0, 3862.0, 3842.0, 3862.0, 3862.0, 3851.0, 3850.0, 3830.0, 3858.0, 3848.0, 3847.0, 3848.0, 3848.0, 3848.0, 3827.0, 3858.0, 3848.0, 3849.0, 3848.0, 3829.0, 3860.0, 3860.0, 3859.0, 3848.0, 3830.0, 3861.0, 3850.0, 3850.0, 3851.0, 3829.0, 3863.0, 3860.0, 3861.0, 3863.0, 3830.0, 3859.0, 3851.0, 3851.0, 3849.0, 3838.0, 3850.0, 3839.0, 3861.0, 3848.0, 3829.0, 3850.0], 'WindowWidth': [8746.0, 8744.0, 8703.0, 8685.0, 8697.0, 8674.0, 8674.0, 8659.0, 8666.0, 8669.0, 8673.0, 8667.0, 8686.0, 8670.0, 8684.0, 8672.0, 8672.0, 8655.0, 8670.0, 8681.0, 8670.0, 8669.0, 8668.0, 8652.0, 8670.0, 8672.0, 8668.0, 8685.0, 8690.0, 8676.0, 8673.0, 8660.0, 8684.0, 8687.0, 8668.0, 8672.0, 8669.0, 8665.0, 8671.0, 8682.0, 8669.0, 8652.0, 8666.0, 8650.0, 8675.0, 8647.0, 8659.0, 8661.0, 8651.0, 8665.0, 8661.0, 8652.0, 8647.0, 8662.0, 8662.0, 8665.0, 8662.0, 8662.0, 8647.0, 8662.0, 8661.0, 8645.0, 8632.0, 8666.0, 8667.0, 8670.0, 8681.0, 8671.0, 8654.0, 8684.0, 8678.0, 8668.0, 8663.0, 8667.0, 8664.0, 8667.0, 8665.0, 8659.0, 8651.0, 8678.0, 8664.0, 8666.0, 8677.0, 8663.0, 8651.0, 8666.0, 8665.0, 8665.0, 8669.0, 8678.0, 8657.0, 8669.0, 8684.0, 8671.0, 8670.0, 8671.0, 8685.0, 8666.0, 8657.0, 8683.0, 8685.0, 8669.0, 8684.0, 8655.0, 8653.0, 8666.0, 8662.0, 8665.0, 8665.0, 8688.0, 8684.0, 8670.0, 8655.0, 8685.0, 8702.0, 8641.0, 8671.0, 8665.0, 8641.0, 8677.0, 8660.0, 8661.0, 8662.0, 8645.0, 8656.0, 8657.0, 8630.0, 8660.0, 8666.0, 8650.0, 8662.0, 8667.0, 8667.0, 8683.0, 8667.0, 8653.0, 8677.0, 8662.0, 8653.0, 8667.0, 8668.0, 8669.0, 8659.0, 8688.0, 8672.0, 8673.0, 8686.0, 8685.0, 8660.0, 8682.0, 8685.0, 8658.0, 8684.0, 8668.0, 8669.0, 8685.0, 8652.0, 8652.0, 8682.0, 8665.0, 8669.0, 8683.0, 8674.0, 8673.0, 8701.0, 8671.0, 8674.0, 8688.0, 8683.0, 8671.0, 8656.0, 8683.0, 8677.0, 8670.0, 8683.0, 8683.0, 8653.0, 8677.0, 8676.0, 8650.0, 8660.0, 8661.0, 8650.0, 8657.0, 8647.0, 8659.0, 8659.0, 8643.0, 8662.0, 8659.0, 8643.0, 8657.0, 8655.0, 8643.0, 8658.0, 8643.0, 8643.0, 8660.0, 8647.0, 8675.0, 8660.0, 8659.0, 8679.0, 8645.0, 8658.0, 8677.0, 8664.0, 8665.0, 8681.0, 8685.0, 8685.0, 8698.0, 8681.0, 8681.0, 8685.0, 8683.0, 8655.0, 8679.0, 8651.0, 8676.0, 8677.0, 8646.0, 8660.0, 8661.0, 8660.0, 8663.0, 8661.0, 8663.0, 8680.0, 8667.0, 8668.0, 8686.0, 8684.0, 8684.0, 8672.0, 8684.0, 8682.0, 8667.0, 8683.0, 8684.0, 8681.0, 8679.0, 8664.0, 8678.0, 8672.0, 8648.0, 8649.0, 8659.0, 8663.0, 8660.0, 8662.0, 8651.0, 8666.0, 8701.0, 8687.0, 8671.0, 8683.0, 8682.0, 8667.0, 8666.0, 8682.0, 8665.0, 8659.0, 8683.0, 8683.0, 8655.0, 8657.0, 8681.0, 8665.0, 8666.0, 8683.0, 8662.0, 8650.0, 8678.0, 8678.0, 8651.0, 8663.0, 8664.0, 8676.0, 8662.0, 8646.0, 8660.0, 8646.0, 8645.0, 8663.0, 8679.0, 8652.0, 8681.0, 8667.0, 8670.0, 8682.0, 8668.0, 8666.0, 8671.0, 8682.0, 8665.0, 8661.0, 8689.0, 8630.0, 8661.0, 8646.0, 8663.0, 8663.0, 8667.0, 8663.0, 8680.0, 8677.0, 8669.0, 8679.0, 8680.0, 8646.0, 8662.0, 8673.0, 8644.0, 8645.0, 8670.0, 8639.0, 8660.0, 8659.0, 8648.0, 8663.0, 8676.0, 8661.0, 8656.0, 8658.0, 8641.0, 8638.0, 8658.0, 8642.0, 8647.0, 8672.0, 8663.0, 8649.0, 8674.0, 8674.0, 8645.0, 8659.0, 8654.0, 8656.0, 8655.0, 8639.0, 8657.0, 8652.0, 8636.0, 8650.0, 8637.0, 8627.0, 8648.0, 8626.0, 8650.0, 8650.0, 8641.0, 8669.0, 8655.0, 8639.0, 8667.0, 8625.0, 8656.0, 8641.0, 8636.0, 8652.0, 8653.0, 8635.0, 8652.0, 8639.0, 8652.0, 8651.0, 8626.0, 8652.0, 8635.0, 8639.0, 8655.0, 8651.0, 8652.0, 8652.0, 8640.0, 8638.0, 8639.0, 8637.0, 8644.0, 8656.0, 8657.0, 8644.0, 8647.0, 8644.0, 8678.0, 8660.0, 8645.0, 8673.0, 8646.0, 8646.0, 8679.0, 8666.0, 8668.0, 8684.0, 8681.0, 8669.0, 8680.0, 8694.0, 8649.0, 8657.0, 8679.0, 8642.0, 8654.0, 8644.0, 8662.0, 8661.0, 8666.0, 8651.0, 8681.0, 8669.0, 8656.0, 8681.0, 8666.0, 8654.0, 8665.0, 8668.0, 8669.0, 8656.0, 8683.0, 8686.0, 8656.0, 8670.0, 8684.0, 8659.0, 8681.0, 8682.0, 8657.0, 8670.0, 8682.0, 8653.0, 8682.0, 8669.0, 8656.0, 8666.0, 8681.0, 8651.0, 8666.0, 8677.0, 8649.0, 8663.0, 8663.0, 8646.0, 8663.0, 8675.0, 8648.0, 8661.0, 8671.0, 8646.0, 8658.0, 8659.0, 8645.0, 8658.0, 8656.0, 8639.0, 8660.0, 8641.0, 8640.0, 8657.0, 8643.0, 8626.0, 8658.0, 8644.0, 8629.0, 8642.0, 8658.0, 8643.0, 8634.0, 8658.0, 8657.0, 8644.0, 8656.0, 8658.0, 8627.0, 8657.0, 8645.0, 8643.0, 8656.0, 8657.0, 8626.0, 8654.0, 8658.0, 8642.0, 8629.0, 8656.0, 8654.0, 8627.0, 8653.0, 8668.0, 8639.0, 8651.0, 8648.0, 8622.0, 8653.0, 8637.0, 8623.0, 8642.0, 8621.0, 8626.0, 8643.0, 8661.0, 8661.0, 8667.0, 8676.0, 8665.0, 8649.0, 8662.0, 8659.0, 8629.0, 8656.0, 8657.0, 8628.0, 8655.0, 8657.0, 8628.0, 8654.0, 8642.0, 8623.0, 8657.0, 8660.0, 8626.0, 8643.0, 8658.0, 8641.0, 8634.0, 8674.0, 8665.0, 8649.0, 8661.0, 8660.0, 8631.0, 8655.0, 8661.0, 8628.0, 8659.0, 8644.0, 8646.0, 8654.0, 8659.0, 8631.0, 8657.0, 8629.0, 8656.0, 8653.0, 8628.0, 8653.0, 8657.0, 8626.0, 8655.0, 8640.0, 8627.0, 8637.0, 8639.0, 8635.0, 8653.0, 8623.0, 8635.0, 8635.0, 8621.0, 8656.0, 8658.0, 8645.0, 8674.0, 8651.0, 8664.0, 8680.0, 8663.0, 8644.0, 8656.0, 8642.0, 8656.0, 8640.0, 8626.0, 8654.0, 8642.0, 8638.0, 8657.0, 8642.0, 8644.0, 8654.0, 8656.0, 8629.0, 8657.0, 8626.0, 8657.0, 8654.0, 8639.0, 8653.0, 8636.0, 8635.0, 8653.0, 8621.0, 8652.0, 8633.0, 8621.0, 8652.0, 8639.0, 8624.0, 8653.0, 8638.0, 8654.0, 8653.0, 8628.0, 8657.0, 8642.0, 8641.0, 8656.0, 8655.0, 8645.0, 8655.0, 8630.0, 8653.0, 8639.0, 8639.0, 8655.0, 8625.0, 8629.0, 8658.0, 8648.0, 8662.0, 8677.0, 8664.0, 8650.0, 8659.0, 8661.0, 8658.0, 8643.0, 8629.0, 8656.0, 8657.0, 8641.0, 8657.0, 8652.0, 8629.0, 8655.0, 8656.0, 8654.0, 8656.0, 8626.0, 8657.0, 8636.0, 8625.0, 8655.0, 8666.0, 8624.0, 8639.0, 8623.0, 8651.0, 8649.0, 8621.0, 8655.0, 8651.0, 8654.0, 8639.0, 8625.0, 8651.0, 8654.0, 8635.0, 8658.0, 8628.0, 8659.0, 8657.0, 8660.0, 8646.0, 8662.0, 8648.0, 8680.0, 8674.0, 8648.0, 8664.0, 8679.0, 8665.0, 8664.0, 8679.0, 8693.0, 8649.0, 8676.0, 8661.0, 8663.0, 8659.0, 8675.0, 8644.0, 8661.0, 8674.0, 8646.0, 8657.0, 8658.0, 8628.0, 8655.0, 8674.0, 8646.0, 8658.0, 8639.0, 8656.0, 8656.0, 8639.0, 8653.0, 8667.0, 8615.0, 8653.0, 8638.0, 8623.0, 8653.0, 8624.0, 8625.0, 8653.0, 8628.0, 8656.0, 8652.0, 8638.0, 8655.0, 8655.0, 8625.0, 8655.0, 8637.0, 8637.0, 8634.0, 8617.0, 8631.0, 8643.0, 8603.0, 8630.0, 8603.0, 8629.0, 8628.0, 8616.0, 8630.0, 8620.0, 8633.0, 8634.0, 8618.0, 8648.0, 8630.0, 8633.0, 8629.0, 8619.0, 8633.0, 8634.0, 8619.0, 8635.0, 8638.0, 8655.0, 8657.0, 8641.0, 8655.0, 8653.0, 8628.0, 8653.0, 8639.0, 8652.0, 8650.0, 8625.0, 8651.0, 8637.0, 8656.0, 8638.0, 8620.0, 8651.0, 8652.0, 8626.0, 8652.0, 8608.0, 8651.0, 8636.0, 8623.0, 8652.0, 8637.0, 8619.0, 8640.0, 8638.0, 8659.0, 8656.0, 8643.0, 8657.0, 8655.0, 8641.0, 8639.0, 8622.0, 8636.0, 8636.0, 8634.0, 8632.0, 8618.0, 8634.0, 8617.0, 8634.0, 8631.0, 8615.0, 8647.0, 8617.0, 8622.0, 8638.0, 8627.0, 8629.0, 8657.0, 8631.0, 8674.0, 8641.0, 8645.0, 8658.0, 8672.0, 8655.0, 8668.0, 8640.0, 8637.0, 8620.0, 8632.0, 8643.0, 8617.0, 8629.0, 8603.0, 8634.0, 8616.0, 8619.0, 8650.0, 8635.0, 8625.0, 8649.0, 8626.0, 8656.0, 8654.0, 8624.0, 8638.0, 8653.0, 8639.0, 8652.0, 8639.0, 8638.0, 8654.0, 8638.0, 8624.0, 8656.0, 8642.0, 8627.0, 8640.0, 8667.0, 8639.0, 8651.0, 8633.0, 8631.0, 8632.0, 8616.0, 8632.0, 8635.0, 8619.0, 8648.0, 8635.0, 8622.0, 8633.0, 8636.0, 8618.0, 8634.0, 8633.0, 8635.0, 8619.0, 8612.0, 8600.0, 8629.0, 8619.0, 8622.0, 8653.0, 8653.0, 8624.0, 8650.0, 8607.0, 8650.0, 8633.0, 8622.0, 8645.0, 8629.0, 8629.0, 8631.0, 8601.0, 8628.0, 8628.0, 8614.0, 8629.0, 8630.0, 8623.0, 8649.0, 8621.0, 8652.0, 8635.0, 8636.0, 8638.0, 8638.0, 8638.0, 8654.0, 8639.0, 8628.0, 8653.0, 8655.0, 8641.0, 8655.0, 8655.0, 8642.0, 8670.0, 8671.0, 8643.0, 8655.0, 8657.0, 8630.0, 8655.0, 8669.0, 8642.0, 8652.0, 8624.0, 8639.0, 8652.0, 8620.0, 8650.0, 8633.0, 8621.0, 8636.0, 8635.0, 8624.0, 8653.0, 8650.0, 8624.0, 8640.0, 8656.0, 8629.0, 8658.0, 8653.0, 8627.0, 8655.0, 8653.0, 8624.0, 8650.0, 8634.0, 8635.0, 8646.0, 8618.0, 8634.0, 8619.0, 8605.0, 8634.0, 8618.0, 8636.0, 8652.0, 8621.0, 8652.0, 8621.0, 8623.0, 8637.0, 8637.0, 8653.0, 8638.0, 8638.0, 8651.0, 8650.0, 8623.0, 8636.0, 8607.0, 8650.0, 8636.0, 8622.0, 8652.0, 8636.0, 8652.0, 8653.0, 8625.0, 8655.0, 8652.0, 8624.0, 8653.0, 8623.0, 8654.0, 8656.0, 8640.0, 8656.0, 8639.0, 8640.0, 8654.0, 8640.0, 8653.0, 8654.0, 8637.0, 8652.0, 8639.0, 8642.0, 8657.0, 8625.0, 8655.0, 8639.0, 8642.0, 8655.0, 8655.0, 8655.0, 8636.0, 8624.0, 8651.0, 8638.0, 8650.0, 8635.0, 8618.0, 8648.0, 8636.0, 8637.0, 8652.0, 8626.0, 8671.0, 8638.0, 8630.0, 8657.0, 8643.0, 8659.0, 8654.0, 8625.0, 8653.0, 8638.0, 8654.0, 8653.0, 8624.0, 8651.0, 8651.0, 8624.0, 8649.0, 8618.0, 8634.0, 8646.0, 8618.0, 8632.0, 8604.0, 8635.0, 8631.0, 8619.0, 8649.0, 8650.0, 8610.0, 8651.0, 8609.0, 8652.0, 8636.0, 8621.0, 8652.0, 8651.0, 8622.0, 8652.0, 8622.0, 8627.0, 8655.0, 8630.0, 8674.0, 8662.0, 8646.0, 8675.0, 8674.0, 8661.0, 8661.0, 8628.0, 8657.0, 8655.0, 8653.0, 8635.0, 8620.0, 8634.0, 8635.0, 8626.0, 8652.0, 8641.0, 8644.0, 8663.0, 8679.0, 8655.0, 8679.0, 8665.0, 8663.0, 8664.0, 8671.0, 8642.0, 8656.0, 8672.0, 8659.0, 8638.0, 8624.0, 8654.0, 8664.0, 8625.0, 8637.0, 8648.0, 8634.0, 8647.0, 8611.0, 8651.0, 8635.0, 8624.0, 8654.0, 8639.0, 8626.0, 8652.0, 8670.0, 8642.0, 8653.0, 8622.0, 8636.0, 8647.0, 8606.0, 8630.0, 8618.0, 8644.0, 8629.0, 8614.0, 8649.0, 8620.0, 8634.0, 8631.0, 8605.0, 8649.0, 8633.0, 8619.0, 8634.0, 8634.0, 8635.0, 8650.0, 8620.0, 8651.0, 8636.0, 8624.0, 8653.0, 8639.0, 8625.0, 8653.0, 8640.0, 8653.0, 8653.0, 8623.0, 8652.0, 8652.0, 8626.0, 8654.0, 8639.0, 8653.0, 8638.0, 8609.0, 8652.0, 8636.0, 8624.0, 8653.0, 8639.0, 8654.0, 8656.0, 8628.0, 8656.0, 8641.0, 8640.0, 8654.0, 8653.0, 8652.0, 8652.0, 8624.0, 8653.0, 8649.0, 8607.0, 8636.0, 8633.0, 8651.0, 8651.0, 8620.0, 8650.0, 8637.0, 8620.0, 8651.0, 8624.0, 8652.0, 8636.0, 8621.0, 8650.0, 8636.0, 8652.0, 8634.0, 8619.0, 8652.0, 8650.0, 8609.0, 8652.0, 8609.0, 8652.0, 8650.0, 8637.0, 8634.0, 8606.0, 8650.0, 8632.0, 8634.0, 8636.0, 8606.0, 8650.0, 8636.0, 8639.0, 8652.0, 8629.0, 8656.0, 8656.0, 8657.0, 8655.0, 8639.0, 8655.0, 8653.0, 8653.0, 8636.0, 8607.0, 8634.0, 8622.0, 8638.0, 8619.0, 8620.0, 8651.0, 8625.0, 8651.0, 8653.0, 8625.0, 8656.0, 8657.0, 8656.0, 8655.0, 8628.0, 8653.0, 8666.0, 8614.0, 8637.0, 8625.0, 8650.0, 8636.0, 8620.0, 8648.0, 8619.0, 8634.0, 8619.0, 8618.0, 8635.0, 8620.0, 8638.0, 8618.0, 8620.0, 8634.0, 8637.0, 8651.0, 8635.0, 8621.0, 8653.0, 8637.0, 8656.0, 8654.0, 8625.0, 8659.0, 8655.0, 8640.0, 8654.0, 8611.0, 8657.0, 8655.0, 8627.0, 8651.0, 8638.0, 8650.0, 8635.0, 8621.0, 8650.0, 8650.0, 8638.0, 8654.0, 8608.0, 8654.0, 8636.0, 8610.0, 8652.0, 8641.0, 8655.0, 8651.0, 8611.0, 8621.0, 8630.0, 8623.0, 8656.0, 8642.0, 8658.0, 8658.0, 8633.0, 8658.0, 8658.0, 8644.0, 8640.0, 8612.0, 8646.0, 8633.0, 8631.0, 8631.0, 8632.0, 8632.0, 8604.0, 8646.0, 8632.0, 8635.0, 8632.0, 8609.0, 8652.0, 8652.0, 8650.0, 8636.0, 8614.0, 8655.0, 8642.0, 8641.0, 8643.0, 8613.0, 8661.0, 8655.0, 8657.0, 8660.0, 8613.0, 8651.0, 8640.0, 8640.0, 8636.0, 8620.0, 8638.0, 8623.0, 8655.0, 8636.0, 8612.0, 8640.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.0006848749052312358</td></tr>
<tr><td colspan=3>aqi</td><td>0.024877184078847613</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>34.55316305964345</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1558847778983292</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9863044296358134</td></tr>
<tr><td colspan=3>efc</td><td>0.4472</td></tr>
<tr><td colspan=3>fber</td><td>6772.2754</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.0698576938090351</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>6</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.45489006823351025</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.463484900075102</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3860210340219163</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6627263001520216</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3417073660513674</td></tr>
<tr><td colspan=3>gcor</td><td>0.00819074</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011202189140021801</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.021860016509890556</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1319</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7312002431071503</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>31.4908</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.6839</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>134.6905</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306677.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>600.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>279.7788</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9197</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>516.1276</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3092.1625</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3291.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>951.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4097.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>882.0155</td></tr>
<tr><td colspan=3>tsnr</td><td>37.32574289292097</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>