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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0082_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>18:29:36.232500</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.997176, -0.00511715, 0.074925, 0.00887629, 0.998713, -0.0499253]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_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.0965537</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4190, -7816, -7247, 573, 44, -296, 91, -23]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.752</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>68cdb6a0-8326-40bf-b6bd-91f217671b78||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.6753504276275635, 0.023814434185624123, 0.20134741067886353, 102.0378646850586], [0.013728948310017586, 2.6794753074645996, -0.13621331751346588, -95.58316802978516], [0.20101822912693024, 0.13394595682621002, 2.6890342235565186, -78.93635559082031], [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, 1335]</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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['182936.232500', '182936.692500', '182937.152500', '182937.612500', '182938.072500', '182938.532500', '182938.992500', '182939.452500', '182939.912500', '182940.372500', '182940.832500', '182941.292500', '182941.752500', '182942.212500', '182942.672500', '182943.132500', '182943.592500', '182944.052500', '182944.512500', '182944.972500', '182945.432500', '182945.892500', '182946.352500', '182946.812500', '182947.272500', '182947.732500', '182948.192500', '182948.652500', '182949.112500', '182949.572500', '182950.032500', '182950.492500', '182950.952500', '182951.412500', '182951.872500', '182952.332500', '182952.792500', '182953.252500', '182953.712500', '182954.172500', '182954.632500', '182955.092500', '182955.552500', '182956.012500', '182956.472500', '182956.932500', '182957.392500', '182957.852500', '182958.312500', '182958.772500', '182959.232500', '182959.692500', '183000.152500', '183000.612500', '183001.072500', '183001.532500', '183001.992500', '183002.452500', '183002.912500', '183003.372500', '183003.832500', '183004.292500', '183004.752500', '183005.212500', '183005.672500', '183006.132500', '183006.592500', '183007.052500', '183007.512500', '183007.972500', '183008.432500', '183008.892500', '183009.352500', '183009.812500', '183010.272500', '183010.732500', '183011.192500', '183011.652500', '183012.112500', '183012.572500', '183013.032500', '183013.492500', '183013.952500', '183014.412500', '183014.872500', '183015.332500', '183015.792500', '183016.252500', '183016.712500', '183017.172500', '183017.632500', '183018.092500', '183018.552500', '183019.012500', '183019.472500', '183019.932500', '183020.392500', '183020.852500', '183021.312500', '183021.772500', '183022.232500', '183022.692500', '183023.152500', '183023.612500', '183024.072500', '183024.532500', '183024.992500', '183025.452500', '183025.912500', '183026.372500', '183026.832500', '183027.292500', '183027.752500', '183028.212500', '183028.672500', '183029.132500', '183029.592500', '183030.052500', '183030.512500', '183030.972500', '183031.432500', '183031.892500', '183032.352500', '183032.812500', '183033.272500', '183033.732500', '183034.192500', '183034.652500', '183035.112500', '183035.572500', '183036.032500', '183036.492500', '183036.952500', '183037.412500', '183037.872500', '183038.332500', '183038.792500', '183039.252500', '183039.712500', '183040.172500', '183040.632500', '183041.092500', '183041.552500', '183042.012500', '183042.472500', '183042.932500', '183043.392500', '183043.852500', '183044.312500', '183044.772500', '183045.232500', '183045.692500', '183046.152500', '183046.612500', '183047.072500', '183047.532500', '183047.992500', '183048.452500', '183048.912500', '183049.372500', '183049.832500', '183050.292500', '183050.752500', '183051.212500', '183051.672500', '183052.132500', '183052.592500', '183053.052500', '183053.512500', '183053.972500', '183054.432500', '183054.892500', '183055.352500', '183055.812500', '183056.272500', '183056.732500', '183057.192500', '183057.652500', '183058.112500', '183058.572500', '183059.032500', '183059.492500', '183059.952500', '183100.412500', '183100.872500', '183101.332500', '183101.792500', '183102.252500', '183102.712500', '183103.172500', '183103.632500', '183104.092500', '183104.552500', '183105.012500', '183105.472500', '183105.932500', '183106.392500', '183106.852500', '183107.312500', '183107.772500', '183108.232500', '183108.692500', '183109.152500', '183109.612500', '183110.072500', '183110.532500', '183110.992500', '183111.452500', '183111.912500', '183112.372500', '183112.832500', '183113.292500', '183113.752500', '183114.212500', '183114.672500', '183115.132500', '183115.592500', '183116.052500', '183116.512500', '183116.972500', '183117.432500', '183117.892500', '183118.352500', '183118.812500', '183119.272500', '183119.732500', '183120.192500', '183120.652500', '183121.112500', '183121.572500', '183122.032500', '183122.492500', '183122.952500', '183123.412500', '183123.872500', '183124.332500', '183124.792500', '183125.252500', '183125.712500', '183126.172500', '183126.632500', '183127.092500', '183127.552500', '183128.012500', '183128.472500', '183128.932500', '183129.392500', '183129.852500', '183130.312500', '183130.772500', '183131.232500', '183131.692500', '183132.152500', '183132.612500', '183133.072500', '183133.532500', '183133.992500', '183134.452500', '183134.912500', '183135.372500', '183135.832500', '183136.292500', '183136.752500', '183137.212500', '183137.672500', '183138.132500', '183138.592500', '183139.052500', '183139.512500', '183139.972500', '183140.432500', '183140.892500', '183141.352500', '183141.812500', '183142.272500', '183142.732500', '183143.192500', '183143.652500', '183144.112500', '183144.572500', '183145.032500', '183145.492500', '183145.952500', '183146.412500', '183146.872500', '183147.332500', '183147.792500', '183148.252500', '183148.712500', '183149.172500', '183149.632500', '183150.092500', '183150.552500', '183151.012500', '183151.472500', '183151.932500', '183152.392500', '183152.852500', '183153.312500', '183153.772500', '183154.232500', '183154.692500', '183155.152500', '183155.612500', '183156.072500', '183156.532500', '183156.992500', '183157.452500', '183157.912500', '183158.372500', '183158.832500', '183159.292500', '183159.752500', '183200.212500', '183200.672500', '183201.132500', '183201.592500', '183202.052500', '183202.512500', '183202.972500', '183203.432500', '183203.892500', '183204.352500', '183204.812500', '183205.272500', '183205.732500', '183206.192500', '183206.652500', '183207.112500', '183207.572500', '183208.032500', '183208.492500', '183208.952500', '183209.412500', '183209.872500', '183210.332500', '183210.792500', '183211.252500', '183211.712500', '183212.172500', '183212.632500', '183213.092500', '183213.552500', '183214.012500', '183214.472500', '183214.932500', '183215.392500', '183215.852500', '183216.312500', '183216.772500', '183217.232500', '183217.692500', '183218.152500', '183218.612500', '183219.072500', '183219.532500', '183219.992500', '183220.452500', '183220.912500', '183221.372500', '183221.832500', '183222.292500', '183222.752500', '183223.212500', '183223.672500', '183224.132500', '183224.592500', '183225.052500', '183225.512500', '183225.972500', '183226.432500', '183226.892500', '183227.352500', '183227.812500', '183228.272500', '183228.732500', '183229.192500', '183229.652500', '183230.112500', '183230.572500', '183231.032500', '183231.492500', '183231.952500', '183232.412500', '183232.872500', '183233.332500', '183233.792500', '183234.252500', '183234.712500', '183235.172500', '183235.632500', '183236.092500', '183236.552500', '183237.012500', '183237.472500', '183237.932500', '183238.392500', '183238.852500', '183239.312500', '183239.772500', '183240.232500', '183240.692500', '183241.152500', '183241.612500', '183242.072500', '183242.532500', '183242.992500', '183243.452500', '183243.912500', '183244.372500', '183244.832500', '183245.292500', '183245.752500', '183246.212500', '183246.672500', '183247.132500', '183247.592500', '183248.052500', '183248.512500', '183248.972500', '183249.432500', '183249.892500', '183250.352500', '183250.812500', '183251.272500', '183251.732500', '183252.192500', '183252.652500', '183253.112500', '183253.572500', '183254.032500', '183254.492500', '183254.952500', '183255.412500', '183255.872500', '183256.332500', '183256.792500', '183257.252500', '183257.712500', '183258.172500', '183258.632500', '183259.092500', '183259.552500', '183300.012500', '183300.472500', '183300.932500', '183301.392500', '183301.852500', '183302.312500', '183302.772500', '183303.232500', '183303.692500', '183304.152500', '183304.612500', '183305.072500', '183305.532500', '183305.992500', '183306.452500', '183306.912500', '183307.372500', '183307.832500', '183308.292500', '183308.752500', '183309.212500', '183309.672500', '183310.132500', '183310.592500', '183311.052500', '183311.512500', '183311.972500', '183312.432500', '183312.892500', '183313.352500', '183313.812500', '183314.272500', '183314.732500', '183315.192500', '183315.652500', '183316.112500', '183316.572500', '183317.032500', '183317.492500', '183317.952500', '183318.412500', '183318.872500', '183319.332500', '183319.792500', '183320.252500', '183320.712500', '183321.172500', '183321.632500', '183322.092500', '183322.552500', '183323.012500', '183323.472500', '183323.932500', '183324.392500', '183324.852500', '183325.312500', '183325.772500', '183326.232500', '183326.692500', '183327.152500', '183327.612500', '183328.072500', '183328.532500', '183328.992500', '183329.452500', '183329.912500', '183330.372500', '183330.832500', '183331.292500', '183331.752500', '183332.212500', '183332.672500', '183333.132500', '183333.592500', '183334.052500', '183334.512500', '183334.972500', '183335.432500', '183335.892500', '183336.352500', '183336.812500', '183337.272500', '183337.732500', '183338.192500', '183338.652500', '183339.112500', '183339.572500', '183340.032500', '183340.492500', '183340.952500', '183341.412500', '183341.872500', '183342.332500', '183342.792500', '183343.252500', '183343.712500', '183344.172500', '183344.632500', '183345.092500', '183345.552500', '183346.012500', '183346.472500', '183346.932500', '183347.392500', '183347.852500', '183348.312500', '183348.772500', '183349.232500', '183349.692500', '183350.152500', '183350.612500', '183351.072500', '183351.532500', '183351.992500', '183352.452500', '183352.912500', '183353.372500', '183353.832500', '183354.292500', '183354.752500', '183355.212500', '183355.672500', '183356.132500', '183356.592500', '183357.052500', '183357.512500', '183357.972500', '183358.432500', '183358.892500', '183359.352500', '183359.812500', '183400.272500', '183400.732500', '183401.192500', '183401.652500', '183402.112500', '183402.572500', '183403.032500', '183403.492500', '183403.952500', '183404.412500', '183404.872500', '183405.332500', '183405.792500', '183406.252500', '183406.712500', '183407.172500', '183407.632500', '183408.092500', '183408.552500', '183409.012500', '183409.472500', '183409.932500', '183410.392500', '183410.852500', '183411.312500', '183411.772500', '183412.232500', '183412.692500', '183413.152500', '183413.612500', '183414.072500', '183414.532500', '183414.992500', '183415.452500', '183415.912500', '183416.372500', '183416.832500', '183417.292500', '183417.752500', '183418.212500', '183418.672500', '183419.132500', '183419.592500', '183420.052500', '183420.512500', '183420.972500', '183421.432500', '183421.892500', '183422.352500', '183422.812500', '183423.272500', '183423.732500', '183424.192500', '183424.652500', '183425.112500', '183425.572500', '183426.032500', '183426.492500', '183426.952500', '183427.412500', '183427.872500', '183428.332500', '183428.792500', '183429.252500', '183429.712500', '183430.172500', '183430.632500', '183431.092500', '183431.552500', '183432.012500', '183432.472500', '183432.932500', '183433.392500', '183433.852500', '183434.312500', '183434.772500', '183435.232500', '183435.692500', '183436.152500', '183436.612500', '183437.072500', '183437.532500', '183437.992500', '183438.452500', '183438.912500', '183439.372500', '183439.832500', '183440.292500', '183440.752500', '183441.212500', '183441.672500', '183442.132500', '183442.592500', '183443.052500', '183443.512500', '183443.972500', '183444.432500', '183444.892500', '183445.352500', '183445.812500', '183446.272500', '183446.732500', '183447.192500', '183447.652500', '183448.112500', '183448.572500', '183449.032500', '183449.492500', '183449.952500', '183450.412500', '183450.872500', '183451.332500', '183451.792500', '183452.252500', '183452.712500', '183453.172500', '183453.632500', '183454.092500', '183454.552500', '183455.012500', '183455.472500', '183455.932500', '183456.392500', '183456.852500', '183457.312500', '183457.772500', '183458.232500', '183458.692500', '183459.152500', '183459.612500', '183500.072500', '183500.532500', '183500.992500', '183501.452500', '183501.912500', '183502.372500', '183502.832500', '183503.292500', '183503.752500', '183504.212500', '183504.672500', '183505.132500', '183505.592500', '183506.052500', '183506.512500', '183506.972500', '183507.432500', '183507.892500', '183508.352500', '183508.812500', '183509.272500', '183509.732500', '183510.192500', '183510.652500', '183511.112500', '183511.572500', '183512.032500', '183512.492500', '183512.952500', '183513.412500', '183513.872500', '183514.332500', '183514.792500', '183515.252500', '183515.712500', '183516.172500', '183516.632500', '183517.092500', '183517.552500', '183518.012500', '183518.472500', '183518.932500', '183519.392500', '183519.852500', '183520.312500', '183520.772500', '183521.232500', '183521.692500', '183522.152500', '183522.612500', '183523.072500', '183523.532500', '183523.992500', '183524.452500', '183524.912500', '183525.372500', '183525.832500', '183526.292500', '183526.752500', '183527.212500', '183527.672500', '183528.132500', '183528.592500', '183529.052500', '183529.512500', '183529.972500', '183530.432500', '183530.892500', '183531.352500', '183531.812500', '183532.272500', '183532.732500', '183533.192500', '183533.652500', '183534.112500', '183534.572500', '183535.032500', '183535.492500', '183535.952500', '183536.412500', '183536.872500', '183537.332500', '183537.792500', '183538.252500', '183538.712500', '183539.172500', '183539.632500', '183540.092500', '183540.552500', '183541.012500', '183541.472500', '183541.932500', '183542.392500', '183542.852500', '183543.312500', '183543.772500', '183544.232500', '183544.692500', '183545.152500', '183545.612500', '183546.072500', '183546.532500', '183546.992500', '183547.452500', '183547.912500', '183548.372500', '183548.832500', '183549.292500', '183549.752500', '183550.212500', '183550.672500', '183551.132500', '183551.592500', '183552.052500', '183552.512500', '183552.972500', '183553.432500', '183553.892500', '183554.352500', '183554.812500', '183555.272500', '183555.732500', '183556.192500', '183556.652500', '183557.112500', '183557.572500', '183558.032500', '183558.492500', '183558.952500', '183559.412500', '183559.872500', '183600.332500', '183600.792500', '183601.252500', '183601.712500', '183602.172500', '183602.632500', '183603.092500', '183603.552500', '183604.012500', '183604.472500', '183604.932500', '183605.392500', '183605.852500', '183606.312500', '183606.772500', '183607.232500', '183607.692500', '183608.152500', '183608.612500', '183609.072500', '183609.532500', '183609.992500', '183610.452500', '183610.912500', '183611.372500', '183611.832500', '183612.292500', '183612.752500', '183613.212500', '183613.672500', '183614.132500', '183614.592500', '183615.052500', '183615.512500', '183615.972500', '183616.432500', '183616.892500', '183617.352500', '183617.812500', '183618.272500', '183618.732500', '183619.192500', '183619.652500', '183620.112500', '183620.572500', '183621.032500', '183621.492500', '183621.952500', '183622.412500', '183622.872500', '183623.332500', '183623.792500', '183624.252500', '183624.712500', '183625.172500', '183625.632500', '183626.092500', '183626.552500', '183627.012500', '183627.472500', '183627.932500', '183628.392500', '183628.852500', '183629.312500', '183629.772500', '183630.232500', '183630.692500', '183631.152500', '183631.612500', '183632.072500', '183632.532500', '183632.992500', '183633.452500', '183633.912500', '183634.372500', '183634.832500', '183635.292500', '183635.752500', '183636.212500', '183636.672500', '183637.132500', '183637.592500', '183638.052500', '183638.512500', '183638.972500', '183639.432500', '183639.892500', '183640.352500', '183640.812500', '183641.272500', '183641.732500', '183642.192500', '183642.652500', '183643.112500', '183643.572500', '183644.032500', '183644.492500', '183644.952500', '183645.412500', '183645.872500', '183646.332500', '183646.792500', '183647.252500', '183647.712500', '183648.172500', '183648.632500', '183649.092500', '183649.552500', '183650.012500', '183650.472500', '183650.932500', '183651.392500', '183651.852500', '183652.312500', '183652.772500', '183653.232500', '183653.692500', '183654.152500', '183654.612500', '183655.072500', '183655.532500', '183655.992500', '183656.452500', '183656.912500', '183657.372500', '183657.832500', '183658.292500', '183658.752500', '183659.212500', '183659.672500', '183700.132500', '183700.592500', '183701.052500', '183701.512500', '183701.972500', '183702.432500', '183702.892500', '183703.352500', '183703.812500', '183704.272500', '183704.732500', '183705.192500', '183705.652500', '183706.112500', '183706.572500', '183707.032500', '183707.492500', '183707.952500', '183708.412500', '183708.872500', '183709.332500', '183709.792500', '183710.252500', '183710.712500', '183711.172500', '183711.632500', '183712.092500', '183712.552500', '183713.012500', '183713.472500', '183713.932500', '183714.392500', '183714.852500', '183715.312500', '183715.772500', '183716.232500', '183716.692500', '183717.152500', '183717.612500', '183718.072500', '183718.532500', '183718.992500', '183719.452500', '183719.912500', '183720.372500', '183720.832500', '183721.292500', '183721.752500', '183722.212500', '183722.672500', '183723.132500', '183723.592500', '183724.052500', '183724.512500', '183724.972500', '183725.432500', '183725.892500', '183726.352500', '183726.812500', '183727.272500', '183727.732500', '183728.192500', '183728.652500', '183729.112500', '183729.572500', '183730.032500', '183730.492500', '183730.952500', '183731.412500', '183731.872500', '183732.332500', '183732.792500', '183733.252500', '183733.712500', '183734.172500', '183734.632500', '183735.092500', '183735.552500', '183736.012500', '183736.472500', '183736.932500', '183737.392500', '183737.852500', '183738.312500', '183738.772500', '183739.232500', '183739.692500', '183740.152500', '183740.612500', '183741.072500', '183741.532500', '183741.992500', '183742.452500', '183742.912500', '183743.372500', '183743.832500', '183744.292500', '183744.752500', '183745.212500', '183745.672500', '183746.132500', '183746.592500', '183747.052500', '183747.512500', '183747.972500', '183748.432500', '183748.892500', '183749.352500', '183749.812500', '183750.272500', '183750.732500', '183751.192500', '183751.652500', '183752.112500', '183752.572500', '183753.032500', '183753.492500', '183753.952500', '183754.412500', '183754.872500', '183755.332500', '183755.792500', '183756.252500', '183756.712500', '183757.172500', '183757.632500', '183758.092500', '183758.552500', '183759.012500', '183759.472500', '183759.932500', '183800.392500', '183800.852500', '183801.312500', '183801.772500', '183802.232500', '183802.692500', '183803.152500', '183803.612500', '183804.072500', '183804.532500', '183804.992500', '183805.452500', '183805.912500', '183806.372500', '183806.832500', '183807.292500', '183807.752500', '183808.212500', '183808.672500', '183809.132500', '183809.592500', '183810.052500', '183810.512500', '183810.972500', '183811.432500', '183811.892500', '183812.352500', '183812.812500', '183813.272500', '183813.732500', '183814.192500', '183814.652500', '183815.112500', '183815.572500', '183816.032500', '183816.492500', '183816.952500', '183817.412500', '183817.872500', '183818.332500', '183818.792500', '183819.252500', '183819.712500', '183820.172500', '183820.632500', '183821.092500', '183821.552500', '183822.012500', '183822.472500', '183822.932500', '183823.392500', '183823.852500', '183824.312500', '183824.772500', '183825.232500', '183825.692500', '183826.152500', '183826.612500', '183827.072500', '183827.532500', '183827.992500', '183828.452500', '183828.912500', '183829.372500', '183829.832500', '183830.292500', '183830.752500', '183831.212500', '183831.672500', '183832.132500', '183832.592500', '183833.052500', '183833.512500', '183833.972500', '183834.432500', '183834.892500', '183835.352500', '183835.812500', '183836.272500', '183836.732500', '183837.192500', '183837.652500', '183838.112500', '183838.572500', '183839.032500', '183839.492500', '183839.952500', '183840.412500', '183840.872500', '183841.332500', '183841.792500', '183842.252500', '183842.712500', '183843.172500', '183843.632500', '183844.092500', '183844.552500', '183845.012500', '183845.472500', '183845.932500', '183846.392500', '183846.852500', '183847.312500', '183847.772500', '183848.232500', '183848.692500', '183849.152500', '183849.612500', '183850.072500', '183850.532500', '183850.992500', '183851.452500', '183851.912500', '183852.372500', '183852.832500', '183853.292500', '183853.752500', '183854.212500', '183854.672500', '183855.132500', '183855.592500', '183856.052500', '183856.512500', '183856.972500', '183857.432500', '183857.892500', '183858.352500', '183858.812500', '183859.272500', '183859.732500', '183900.192500', '183900.652500', '183901.112500', '183901.572500', '183902.032500', '183902.492500', '183902.952500', '183903.412500', '183903.872500', '183904.332500', '183904.792500', '183905.252500', '183905.712500', '183906.172500', '183906.632500', '183907.092500', '183907.552500', '183908.012500', '183908.472500', '183908.932500', '183909.392500', '183909.852500', '183910.312500', '183910.772500', '183911.232500', '183911.692500', '183912.152500', '183912.612500', '183913.072500', '183913.532500', '183913.992500', '183914.452500', '183914.912500', '183915.372500', '183915.832500', '183916.292500', '183916.752500', '183917.212500', '183917.672500', '183918.132500', '183918.592500', '183919.052500', '183919.512500', '183919.972500', '183920.432500', '183920.892500', '183921.352500', '183921.812500', '183922.272500', '183922.732500', '183923.192500', '183923.652500', '183924.112500', '183924.572500', '183925.032500', '183925.492500', '183925.952500', '183926.412500', '183926.872500', '183927.332500', '183927.792500', '183928.252500', '183928.712500', '183929.172500', '183929.632500', '183930.092500', '183930.552500', '183931.012500', '183931.472500', '183931.932500', '183932.392500', '183932.852500', '183933.312500', '183933.772500', '183934.232500', '183934.692500', '183935.152500', '183935.612500', '183936.072500', '183936.532500', '183936.992500', '183937.452500', '183937.912500', '183938.372500', '183938.832500', '183939.292500', '183939.752500', '183940.212500', '183940.672500', '183941.132500', '183941.592500', '183942.052500', '183942.512500', '183942.972500', '183943.432500', '183943.892500', '183944.352500', '183944.812500', '183945.272500', '183945.732500', '183946.192500', '183946.652500', '183947.112500', '183947.572500', '183948.032500', '183948.492500', '183948.952500', '183949.412500', '183949.872500'], 'ContentTime': ['182958.862000', '182958.865000', '182958.868000', '182958.871000', '182958.873000', '182958.876000', '182958.879000', '182958.881000', '182958.884000', '182958.886000', '182958.889000', '182958.891000', '182958.894000', '182958.897000', '182958.899000', '182958.902000', '182958.905000', '182958.907000', '182958.910000', '182958.913000', '182958.916000', '182958.918000', '182958.922000', '182958.924000', '182958.927000', '182958.929000', '182958.932000', '182958.934000', '182958.937000', '182958.940000', '182958.942000', '182958.945000', '182958.947000', '182958.957000', '182958.960000', '182958.962000', '182958.965000', '182958.968000', '182958.981000', '182958.983000', '182958.986000', '182958.988000', '182958.991000', '182958.994000', '182958.996000', '182959.000000', '182959.003000', '183018.829000', '183018.832000', '183018.835000', '183018.837000', '183018.840000', '183018.843000', '183018.845000', '183018.848000', '183018.851000', '183018.853000', '183018.856000', '183018.858000', '183018.861000', '183018.864000', '183018.866000', '183018.869000', '183018.871000', '183018.874000', '183018.877000', '183018.879000', '183018.882000', '183018.884000', '183018.887000', '183018.890000', '183018.892000', '183018.895000', '183018.897000', '183018.900000', '183018.903000', '183018.905000', '183018.908000', '183018.910000', '183018.913000', '183018.918000', '183018.920000', '183018.923000', '183018.925000', '183018.928000', '183018.931000', '183018.933000', '183018.936000', '183018.938000', '183018.941000', '183018.943000', '183038.829000', '183038.832000', '183038.835000', '183038.838000', '183038.840000', '183038.843000', '183038.845000', '183038.848000', '183038.851000', '183038.853000', '183038.856000', '183038.858000', '183038.861000', '183038.864000', '183038.866000', '183038.869000', '183038.871000', '183038.874000', '183038.876000', '183038.879000', '183038.882000', '183038.884000', '183038.887000', '183038.890000', '183038.892000', '183038.895000', '183038.897000', '183038.900000', '183038.903000', '183038.905000', '183038.908000', '183038.910000', '183038.913000', '183038.915000', '183038.918000', '183038.924000', '183038.927000', '183038.929000', '183038.932000', '183038.934000', '183038.937000', '183038.940000', '183038.942000', '183058.830000', '183058.873000', '183058.875000', '183058.878000', '183058.881000', '183058.883000', '183058.886000', '183058.888000', '183058.891000', '183058.894000', '183058.896000', '183058.899000', '183058.901000', '183058.904000', '183058.906000', '183058.909000', '183058.912000', '183058.914000', '183058.917000', '183058.919000', '183058.922000', '183058.937000', '183058.940000', '183058.943000', '183058.945000', '183058.950000', '183058.953000', '183058.955000', '183058.958000', '183058.961000', '183058.963000', '183058.966000', '183058.968000', '183058.971000', '183058.973000', '183058.976000', '183058.979000', '183058.981000', '183058.984000', '183058.986000', '183058.989000', '183058.992000', '183058.994000', '183058.997000', '183118.830000', '183118.833000', '183118.836000', '183118.839000', '183118.841000', '183118.844000', '183118.847000', '183118.849000', '183118.852000', '183118.854000', '183118.857000', '183118.860000', '183118.862000', '183118.865000', '183118.868000', '183118.870000', '183118.873000', '183118.875000', '183118.878000', '183118.881000', '183118.883000', '183118.892000', '183118.895000', '183118.897000', '183118.900000', '183118.903000', '183118.905000', '183118.908000', '183118.910000', '183118.913000', '183118.916000', '183118.918000', '183118.921000', '183118.924000', '183118.926000', '183118.929000', '183118.931000', '183118.934000', '183118.936000', '183118.939000', '183118.942000', '183118.945000', '183118.947000', '183138.830000', '183138.836000', '183138.839000', '183138.842000', '183138.844000', '183138.847000', '183138.850000', '183138.852000', '183138.855000', '183138.857000', '183138.860000', '183138.863000', '183138.865000', '183138.868000', '183138.871000', '183138.873000', '183138.876000', '183138.878000', '183138.881000', '183138.884000', '183138.886000', '183138.889000', '183138.892000', '183138.894000', '183138.897000', '183138.899000', '183138.902000', '183138.905000', '183138.907000', '183138.910000', '183138.913000', '183138.915000', '183138.918000', '183138.920000', '183138.923000', '183138.926000', '183138.928000', '183138.931000', '183138.934000', '183138.936000', '183138.939000', '183138.941000', '183138.944000', '183138.947000', '183158.829000', '183158.832000', '183158.835000', '183158.837000', '183158.840000', '183158.843000', '183158.845000', '183158.848000', '183158.851000', '183158.853000', '183158.856000', '183158.859000', '183158.861000', '183158.864000', '183158.867000', '183158.869000', '183158.872000', '183158.875000', '183158.877000', '183158.880000', '183158.882000', '183158.885000', '183158.887000', '183158.890000', '183158.893000', '183158.895000', '183158.898000', '183158.900000', '183158.903000', '183158.906000', '183158.908000', '183158.911000', '183158.914000', '183158.916000', '183158.919000', '183158.921000', '183158.924000', '183158.927000', '183158.929000', '183158.932000', '183158.935000', '183158.937000', '183158.940000', '183218.829000', '183218.832000', '183218.835000', '183218.838000', '183218.840000', '183218.843000', '183218.845000', '183218.848000', '183218.851000', '183218.853000', '183218.856000', '183218.859000', '183218.861000', '183218.864000', '183218.867000', '183218.870000', '183218.872000', '183218.875000', '183218.877000', '183218.880000', '183218.883000', '183218.885000', '183218.888000', '183218.891000', '183218.893000', '183218.896000', '183218.898000', '183218.901000', '183218.903000', '183218.906000', '183218.909000', '183218.911000', '183218.914000', '183218.917000', '183218.919000', '183218.922000', '183218.925000', '183218.927000', '183218.931000', '183218.933000', '183218.936000', '183218.939000', '183218.948000', '183238.829000', '183238.832000', '183238.846000', '183238.849000', '183238.852000', '183238.854000', '183238.857000', '183238.859000', '183238.862000', '183238.865000', '183238.868000', '183238.870000', '183238.873000', '183238.875000', '183238.878000', '183238.881000', '183238.883000', '183238.886000', '183238.888000', '183238.891000', '183238.894000', '183238.896000', '183238.899000', '183238.901000', '183238.904000', '183238.907000', '183238.909000', '183238.912000', '183238.915000', '183238.917000', '183238.920000', '183238.922000', '183238.925000', '183238.928000', '183238.930000', '183238.933000', '183238.935000', '183238.938000', '183238.941000', '183238.943000', '183238.946000', '183238.948000', '183238.951000', '183238.954000', '183258.830000', '183258.832000', '183258.835000', '183258.837000', '183258.840000', '183258.843000', '183258.845000', '183258.848000', '183258.851000', '183258.853000', '183258.856000', '183258.858000', '183258.861000', '183258.863000', '183258.866000', '183258.869000', '183258.871000', '183258.874000', '183258.877000', '183258.879000', '183258.882000', '183258.884000', '183258.887000', '183258.889000', '183258.892000', '183258.895000', '183258.897000', '183258.900000', '183258.903000', '183258.905000', '183258.908000', '183258.910000', '183258.913000', '183258.916000', '183258.918000', '183258.921000', '183258.923000', '183258.926000', '183258.929000', '183258.931000', '183258.934000', '183258.937000', '183258.939000', '183258.942000', '183318.831000', '183318.833000', '183318.836000', '183318.839000', '183318.841000', '183318.844000', '183318.846000', '183318.849000', '183318.852000', '183318.854000', '183318.857000', '183318.860000', '183318.862000', '183318.865000', '183318.868000', '183318.870000', '183318.873000', '183318.875000', '183318.878000', '183318.881000', '183318.883000', '183318.886000', '183318.888000', '183318.891000', '183318.894000', '183318.896000', '183318.899000', '183318.901000', '183318.904000', '183318.907000', '183318.909000', '183318.912000', '183318.915000', '183318.917000', '183318.920000', '183318.922000', '183318.925000', '183318.927000', '183318.930000', '183318.933000', '183318.935000', '183318.938000', '183318.941000', '183338.831000', '183338.834000', '183338.836000', '183338.839000', '183338.841000', '183338.844000', '183338.847000', '183338.850000', '183338.853000', '183338.855000', '183338.858000', '183338.861000', '183338.863000', '183338.866000', '183338.869000', '183338.871000', '183338.874000', '183338.876000', '183338.879000', '183338.882000', '183338.884000', '183338.887000', '183338.889000', '183338.892000', '183338.894000', '183338.897000', '183338.900000', '183338.903000', '183338.906000', '183338.908000', '183338.911000', '183338.913000', '183338.916000', '183338.919000', '183338.921000', '183338.924000', '183338.927000', '183338.929000', '183338.932000', '183338.935000', '183338.937000', '183338.940000', '183338.942000', '183338.945000', '183358.831000', '183358.834000', '183358.836000', '183358.839000', '183358.841000', '183358.844000', '183358.847000', '183358.849000', '183358.852000', '183358.854000', '183358.857000', '183358.860000', '183358.862000', '183358.865000', '183358.868000', '183358.870000', '183358.873000', '183358.876000', '183358.878000', '183358.881000', '183358.883000', '183358.886000', '183358.889000', '183358.891000', '183358.894000', '183358.897000', '183358.924000', '183358.927000', '183358.929000', '183358.932000', '183358.935000', '183358.937000', '183358.940000', '183358.942000', '183358.945000', '183358.947000', '183358.950000', '183358.953000', '183358.955000', '183358.958000', '183358.961000', '183358.963000', '183358.966000', '183418.830000', '183418.832000', '183418.835000', '183418.838000', '183418.841000', '183418.843000', '183418.846000', '183418.848000', '183418.851000', '183418.854000', '183418.856000', '183418.859000', '183418.862000', '183418.864000', '183418.867000', '183418.870000', '183418.872000', '183418.875000', '183418.878000', '183418.880000', '183418.883000', '183418.885000', '183418.888000', '183418.891000', '183418.893000', '183418.896000', '183418.899000', '183418.901000', '183418.904000', '183418.906000', '183418.909000', '183418.912000', '183418.914000', '183418.917000', '183418.920000', '183418.922000', '183418.925000', '183418.928000', '183418.930000', '183418.933000', '183418.936000', '183418.938000', '183418.941000', '183438.829000', '183438.839000', '183438.842000', '183438.844000', '183438.847000', '183438.850000', '183438.852000', '183438.855000', '183438.857000', '183438.860000', '183438.863000', '183438.865000', '183438.868000', '183438.880000', '183438.882000', '183438.885000', '183438.887000', '183438.890000', '183438.893000', '183438.895000', '183438.898000', '183438.900000', '183438.903000', '183438.906000', '183438.908000', '183438.911000', '183438.914000', '183438.916000', '183438.919000', '183438.922000', '183438.924000', '183438.927000', '183438.929000', '183438.932000', '183438.934000', '183438.937000', '183438.940000', '183438.943000', '183438.945000', '183438.948000', '183438.950000', '183438.953000', '183438.956000', '183438.958000', '183458.830000', '183458.885000', '183458.888000', '183458.892000', '183458.894000', '183458.897000', '183458.900000', '183458.902000', '183458.905000', '183458.907000', '183458.910000', '183458.913000', '183458.915000', '183458.918000', '183458.921000', '183458.923000', '183458.926000', '183458.929000', '183458.931000', '183458.934000', '183458.936000', '183458.939000', '183458.942000', '183458.944000', '183458.947000', '183458.950000', '183458.952000', '183458.955000', '183458.957000', '183458.960000', '183458.963000', '183458.965000', '183458.968000', '183458.971000', '183458.973000', '183458.976000', '183458.978000', '183458.981000', '183458.983000', '183458.986000', '183458.989000', '183458.991000', '183459.002000', '183518.830000', '183518.847000', '183518.850000', '183518.852000', '183518.855000', '183518.857000', '183518.860000', '183518.863000', '183518.866000', '183518.868000', '183518.882000', '183518.884000', '183518.887000', '183518.889000', '183518.892000', '183518.895000', '183518.897000', '183518.900000', '183518.902000', '183518.905000', '183518.908000', '183518.910000', '183518.913000', '183518.916000', '183518.918000', '183518.921000', '183518.924000', '183518.926000', '183518.929000', '183518.931000', '183518.934000', '183518.936000', '183518.939000', '183518.942000', '183518.944000', '183518.947000', '183518.949000', '183518.952000', '183518.955000', '183518.957000', '183518.960000', '183518.962000', '183518.965000', '183518.967000', '183538.831000', '183538.837000', '183538.840000', '183538.843000', '183538.845000', '183538.848000', '183538.851000', '183538.853000', '183538.856000', '183538.858000', '183538.861000', '183538.864000', '183538.866000', '183538.869000', '183538.871000', '183538.874000', '183538.877000', '183538.879000', '183538.882000', '183538.885000', '183538.887000', '183538.890000', '183538.893000', '183538.895000', '183538.898000', '183538.901000', '183538.903000', '183538.906000', '183538.908000', '183538.911000', '183538.914000', '183538.916000', '183538.919000', '183538.921000', '183538.924000', '183538.926000', '183538.929000', '183538.932000', '183538.934000', '183538.937000', '183538.940000', '183538.942000', '183538.945000', '183558.831000', '183558.833000', '183558.836000', '183558.839000', '183558.841000', '183558.844000', '183558.846000', '183558.849000', '183558.852000', '183558.854000', '183558.857000', '183558.860000', '183558.862000', '183558.865000', '183558.867000', '183558.870000', '183558.873000', '183558.875000', '183558.878000', '183558.881000', '183558.883000', '183558.886000', '183558.889000', '183558.891000', '183558.894000', '183558.896000', '183558.899000', '183558.902000', '183558.904000', '183558.907000', '183558.909000', '183558.912000', '183558.915000', '183558.917000', '183558.920000', '183558.922000', '183558.925000', '183558.928000', '183558.930000', '183558.933000', '183558.935000', '183558.938000', '183558.940000', '183558.943000', '183618.831000', '183618.855000', '183618.858000', '183618.860000', '183618.863000', '183618.865000', '183618.868000', '183618.871000', '183618.873000', '183618.876000', '183618.879000', '183618.881000', '183618.884000', '183618.887000', '183618.889000', '183618.892000', '183618.895000', '183618.898000', '183618.900000', '183618.903000', '183618.906000', '183618.909000', '183618.911000', '183618.914000', '183618.916000', '183618.919000', '183618.922000', '183618.924000', '183618.928000', '183618.931000', '183618.934000', '183618.936000', '183618.939000', '183618.942000', '183618.944000', '183618.947000', '183618.950000', '183618.952000', '183618.955000', '183618.958000', '183618.960000', '183618.963000', '183618.965000', '183638.829000', '183638.858000', '183638.861000', '183638.863000', '183638.866000', '183638.868000', '183638.871000', '183638.874000', '183638.876000', '183638.879000', '183638.881000', '183638.884000', '183638.887000', '183638.889000', '183638.892000', '183638.894000', '183638.897000', '183638.900000', '183638.902000', '183638.905000', '183638.908000', '183638.910000', '183638.913000', '183638.915000', '183638.918000', '183638.920000', '183638.923000', '183638.926000', '183638.928000', '183638.931000', '183638.934000', '183638.936000', '183638.939000', '183638.941000', '183638.944000', '183638.947000', '183638.949000', '183638.952000', '183638.954000', '183638.957000', '183638.960000', '183638.962000', '183638.965000', '183638.968000', '183658.830000', '183658.870000', '183658.873000', '183658.876000', '183658.878000', '183658.907000', '183658.910000', '183658.912000', '183658.915000', '183658.917000', '183658.920000', '183658.923000', '183658.925000', '183658.928000', '183658.930000', '183658.933000', '183658.936000', '183658.938000', '183658.941000', '183658.944000', '183658.946000', '183658.949000', '183658.952000', '183658.954000', '183658.957000', '183658.959000', '183658.962000', '183658.965000', '183658.967000', '183658.970000', '183658.972000', '183658.975000', '183658.978000', '183658.980000', '183658.983000', '183658.985000', '183658.988000', '183658.991000', '183658.993000', '183658.996000', '183659.000000', '183659.002000', '183659.005000', '183718.830000', '183718.844000', '183718.847000', '183718.849000', '183718.852000', '183718.855000', '183718.861000', '183718.864000', '183718.866000', '183718.869000', '183718.872000', '183718.874000', '183718.877000', '183718.880000', '183718.882000', '183718.885000', '183718.887000', '183718.890000', '183718.893000', '183718.895000', '183718.898000', '183718.901000', '183718.903000', '183718.906000', '183718.908000', '183718.911000', '183718.914000', '183718.916000', '183718.919000', '183718.921000', '183718.924000', '183718.926000', '183718.929000', '183718.932000', '183718.934000', '183718.937000', '183718.940000', '183718.942000', '183718.945000', '183718.947000', '183718.950000', '183718.953000', '183718.955000', '183718.958000', '183738.829000', '183738.913000', '183738.915000', '183738.918000', '183738.921000', '183738.923000', '183738.926000', '183738.928000', '183738.931000', '183738.934000', '183738.936000', '183738.939000', '183738.942000', '183738.944000', '183738.947000', '183738.949000', '183738.952000', '183738.955000', '183738.957000', '183738.960000', '183738.963000', '183738.966000', '183738.969000', '183738.972000', '183738.974000', '183738.977000', '183738.980000', '183738.982000', '183738.985000', '183738.987000', '183738.990000', '183738.993000', '183738.995000', '183738.998000', '183739.001000', '183739.004000', '183739.007000', '183739.009000', '183739.012000', '183739.015000', '183739.017000', '183739.020000', '183739.023000', '183758.831000', '183758.843000', '183758.846000', '183758.849000', '183758.852000', '183758.855000', '183758.857000', '183758.860000', '183758.862000', '183758.865000', '183758.868000', '183758.870000', '183758.873000', '183758.875000', '183758.878000', '183758.881000', '183758.883000', '183758.886000', '183758.889000', '183758.891000', '183758.894000', '183758.896000', '183758.899000', '183758.902000', '183758.904000', '183758.907000', '183758.909000', '183758.912000', '183758.915000', '183758.917000', '183758.920000', '183758.922000', '183758.925000', '183758.928000', '183758.930000', '183758.933000', '183758.936000', '183758.938000', '183758.941000', '183758.943000', '183758.946000', '183758.949000', '183758.951000', '183758.954000', '183818.831000', '183818.844000', '183818.847000', '183818.850000', '183818.852000', '183818.855000', '183818.858000', '183818.860000', '183818.863000', '183818.865000', '183818.868000', '183818.871000', '183818.873000', '183818.876000', '183818.878000', '183818.881000', '183818.884000', '183818.886000', '183818.889000', '183818.892000', '183818.894000', '183818.897000', '183818.899000', '183818.902000', '183818.905000', '183818.907000', '183818.910000', '183818.912000', '183818.915000', '183818.918000', '183818.920000', '183818.923000', '183818.926000', '183818.928000', '183818.931000', '183818.933000', '183818.936000', '183818.939000', '183818.941000', '183818.944000', '183818.946000', '183818.949000', '183818.952000', '183838.831000', '183838.866000', '183838.869000', '183838.872000', '183838.874000', '183838.877000', '183838.880000', '183838.882000', '183838.885000', '183838.888000', '183838.890000', '183838.893000', '183838.895000', '183838.898000', '183838.901000', '183838.903000', '183838.906000', '183838.909000', '183838.911000', '183838.914000', '183838.916000', '183838.919000', '183838.922000', '183838.924000', '183838.927000', '183838.929000', '183838.932000', '183838.935000', '183838.937000', '183838.940000', '183838.943000', '183838.945000', '183838.948000', '183838.951000', '183838.953000', '183838.956000', '183838.958000', '183838.961000', '183838.963000', '183838.966000', '183838.969000', '183838.971000', '183838.974000', '183858.830000', '183858.869000', '183858.872000', '183858.874000', '183858.877000', '183858.880000', '183858.888000', '183858.891000', '183858.893000', '183858.896000', '183858.898000', '183858.901000', '183858.904000', '183858.906000', '183858.909000', '183858.912000', '183858.914000', '183858.917000', '183858.920000', '183858.922000', '183858.925000', '183858.927000', '183858.930000', '183858.933000', '183858.935000', '183858.938000', '183858.940000', '183858.943000', '183858.946000', '183858.948000', '183858.951000', '183858.953000', '183858.956000', '183858.959000', '183858.961000', '183858.964000', '183858.966000', '183858.969000', '183858.972000', '183858.975000', '183858.977000', '183858.980000', '183858.983000', '183858.985000', '183918.830000', '183918.841000', '183918.844000', '183918.846000', '183918.849000', '183918.852000', '183918.854000', '183918.857000', '183918.860000', '183918.862000', '183918.865000', '183918.867000', '183918.870000', '183918.873000', '183918.875000', '183918.878000', '183918.881000', '183918.883000', '183918.892000', '183918.895000', '183918.898000', '183918.900000', '183918.903000', '183918.906000', '183918.908000', '183918.911000', '183918.913000', '183918.916000', '183918.919000', '183918.921000', '183918.924000', '183918.926000', '183918.929000', '183918.932000', '183918.934000', '183918.937000', '183918.939000', '183918.942000', '183918.945000', '183918.947000', '183918.950000', '183918.952000', '183918.955000', '183918.957000', '183938.829000', '183938.863000', '183938.865000', '183938.868000', '183938.871000', '183938.873000', '183938.876000', '183938.879000', '183938.881000', '183938.884000', '183938.886000', '183938.889000', '183938.892000', '183938.894000', '183938.897000', '183938.900000', '183938.902000', '183938.905000', '183938.908000', '183938.910000', '183938.913000', '183938.915000', '183938.918000', '183938.921000', '183938.923000', '183938.926000', '183938.929000', '183938.931000', '183938.934000', '183938.937000', '183938.939000', '183938.942000', '183938.945000', '183938.948000', '183938.950000', '183938.955000', '183938.957000', '183938.960000', '183938.962000', '183938.965000', '183938.968000', '183938.970000', '183938.973000', '183950.937000', '183950.940000', '183950.943000', '183950.946000', '183950.948000', '183950.951000', '183950.954000', '183950.957000', '183950.960000', '183950.963000', '183950.965000', '183950.968000', '183950.971000', '183950.974000', '183950.976000', '183950.979000', '183950.982000', '183950.985000', '183950.988000', '183950.998000', '183951.007000', '183951.011000', '183951.013000', '183951.017000', '183951.020000', '183951.024000', '183951.029000'], 'InstanceCreationTime': ['182958.862000', '182958.865000', '182958.868000', '182958.871000', '182958.873000', '182958.876000', '182958.879000', '182958.881000', '182958.884000', '182958.886000', '182958.889000', '182958.891000', '182958.894000', '182958.897000', '182958.899000', '182958.902000', '182958.905000', '182958.907000', '182958.910000', '182958.913000', '182958.916000', '182958.918000', '182958.922000', '182958.924000', '182958.927000', '182958.929000', '182958.932000', '182958.934000', '182958.937000', '182958.940000', '182958.942000', '182958.945000', '182958.947000', '182958.957000', '182958.960000', '182958.962000', '182958.965000', '182958.968000', '182958.981000', '182958.983000', '182958.986000', '182958.988000', '182958.991000', '182958.994000', '182958.996000', '182959.000000', '182959.003000', '183018.829000', '183018.832000', '183018.835000', '183018.837000', '183018.840000', '183018.843000', '183018.845000', '183018.848000', '183018.851000', '183018.853000', '183018.856000', '183018.858000', '183018.861000', '183018.864000', '183018.866000', '183018.869000', '183018.871000', '183018.874000', '183018.877000', '183018.879000', '183018.882000', '183018.884000', '183018.887000', '183018.890000', '183018.892000', '183018.895000', '183018.897000', '183018.900000', '183018.903000', '183018.905000', '183018.908000', '183018.910000', '183018.913000', '183018.918000', '183018.920000', '183018.923000', '183018.925000', '183018.928000', '183018.931000', '183018.933000', '183018.936000', '183018.938000', '183018.941000', '183018.943000', '183038.829000', '183038.832000', '183038.835000', '183038.838000', '183038.840000', '183038.843000', '183038.845000', '183038.848000', '183038.851000', '183038.853000', '183038.856000', '183038.858000', '183038.861000', '183038.864000', '183038.866000', '183038.869000', '183038.871000', '183038.874000', '183038.876000', '183038.879000', '183038.882000', '183038.884000', '183038.887000', '183038.890000', '183038.892000', '183038.895000', '183038.897000', '183038.900000', '183038.903000', '183038.905000', '183038.908000', '183038.910000', '183038.913000', '183038.915000', '183038.918000', '183038.924000', '183038.927000', '183038.929000', '183038.932000', '183038.934000', '183038.937000', '183038.940000', '183038.942000', '183058.830000', '183058.873000', '183058.875000', '183058.878000', '183058.881000', '183058.883000', '183058.886000', '183058.888000', '183058.891000', '183058.894000', '183058.896000', '183058.899000', '183058.901000', '183058.904000', '183058.906000', '183058.909000', '183058.912000', '183058.914000', '183058.917000', '183058.919000', '183058.922000', '183058.937000', '183058.940000', '183058.943000', '183058.945000', '183058.950000', '183058.953000', '183058.955000', '183058.958000', '183058.961000', '183058.963000', '183058.966000', '183058.968000', '183058.971000', '183058.973000', '183058.976000', '183058.979000', '183058.981000', '183058.984000', '183058.986000', '183058.989000', '183058.992000', '183058.994000', '183058.997000', '183118.830000', '183118.833000', '183118.836000', '183118.839000', '183118.841000', '183118.844000', '183118.847000', '183118.849000', '183118.852000', '183118.854000', '183118.857000', '183118.860000', '183118.862000', '183118.865000', '183118.868000', '183118.870000', '183118.873000', '183118.875000', '183118.878000', '183118.881000', '183118.883000', '183118.892000', '183118.895000', '183118.897000', '183118.900000', '183118.903000', '183118.905000', '183118.908000', '183118.910000', '183118.913000', '183118.916000', '183118.918000', '183118.921000', '183118.924000', '183118.926000', '183118.929000', '183118.931000', '183118.934000', '183118.936000', '183118.939000', '183118.942000', '183118.945000', '183118.947000', '183138.830000', '183138.836000', '183138.839000', '183138.842000', '183138.844000', '183138.847000', '183138.850000', '183138.852000', '183138.855000', '183138.857000', '183138.860000', '183138.863000', '183138.865000', '183138.868000', '183138.871000', '183138.873000', '183138.876000', '183138.878000', '183138.881000', '183138.884000', '183138.886000', '183138.889000', '183138.892000', '183138.894000', '183138.897000', '183138.899000', '183138.902000', '183138.905000', '183138.907000', '183138.910000', '183138.913000', '183138.915000', '183138.918000', '183138.920000', '183138.923000', '183138.926000', '183138.928000', '183138.931000', '183138.934000', '183138.936000', '183138.939000', '183138.941000', '183138.944000', '183138.947000', '183158.829000', '183158.832000', '183158.835000', '183158.837000', '183158.840000', '183158.843000', '183158.845000', '183158.848000', '183158.851000', '183158.853000', '183158.856000', '183158.859000', '183158.861000', '183158.864000', '183158.867000', '183158.869000', '183158.872000', '183158.875000', '183158.877000', '183158.880000', '183158.882000', '183158.885000', '183158.887000', '183158.890000', '183158.893000', '183158.895000', '183158.898000', '183158.900000', '183158.903000', '183158.906000', '183158.908000', '183158.911000', '183158.914000', '183158.916000', '183158.919000', '183158.921000', '183158.924000', '183158.927000', '183158.929000', '183158.932000', '183158.935000', '183158.937000', '183158.940000', '183218.829000', '183218.832000', '183218.835000', '183218.838000', '183218.840000', '183218.843000', '183218.845000', '183218.848000', '183218.851000', '183218.853000', '183218.856000', '183218.859000', '183218.861000', '183218.864000', '183218.867000', '183218.870000', '183218.872000', '183218.875000', '183218.877000', '183218.880000', '183218.883000', '183218.885000', '183218.888000', '183218.891000', '183218.893000', '183218.896000', '183218.898000', '183218.901000', '183218.903000', '183218.906000', '183218.909000', '183218.911000', '183218.914000', '183218.917000', '183218.919000', '183218.922000', '183218.925000', '183218.927000', '183218.931000', '183218.933000', '183218.936000', '183218.939000', '183218.948000', '183238.829000', '183238.832000', '183238.846000', '183238.849000', '183238.852000', '183238.854000', '183238.857000', '183238.859000', '183238.862000', '183238.865000', '183238.868000', '183238.870000', '183238.873000', '183238.875000', '183238.878000', '183238.881000', '183238.883000', '183238.886000', '183238.888000', '183238.891000', '183238.894000', '183238.896000', '183238.899000', '183238.901000', '183238.904000', '183238.907000', '183238.909000', '183238.912000', '183238.915000', '183238.917000', '183238.920000', '183238.922000', '183238.925000', '183238.928000', '183238.930000', '183238.933000', '183238.935000', '183238.938000', '183238.941000', '183238.943000', '183238.946000', '183238.948000', '183238.951000', '183238.954000', '183258.830000', '183258.832000', '183258.835000', '183258.837000', '183258.840000', '183258.843000', '183258.845000', '183258.848000', '183258.851000', '183258.853000', '183258.856000', '183258.858000', '183258.861000', '183258.863000', '183258.866000', '183258.869000', '183258.871000', '183258.874000', '183258.877000', '183258.879000', '183258.882000', '183258.884000', '183258.887000', '183258.889000', '183258.892000', '183258.895000', '183258.897000', '183258.900000', '183258.903000', '183258.905000', '183258.908000', '183258.910000', '183258.913000', '183258.916000', '183258.918000', '183258.921000', '183258.923000', '183258.926000', '183258.929000', '183258.931000', '183258.934000', '183258.937000', '183258.939000', '183258.942000', '183318.831000', '183318.833000', '183318.836000', '183318.839000', '183318.841000', '183318.844000', '183318.846000', '183318.849000', '183318.852000', '183318.854000', '183318.857000', '183318.860000', '183318.862000', '183318.865000', '183318.868000', '183318.870000', '183318.873000', '183318.875000', '183318.878000', '183318.881000', '183318.883000', '183318.886000', '183318.888000', '183318.891000', '183318.894000', '183318.896000', '183318.899000', '183318.901000', '183318.904000', '183318.907000', '183318.909000', '183318.912000', '183318.915000', '183318.917000', '183318.920000', '183318.922000', '183318.925000', '183318.927000', '183318.930000', '183318.933000', '183318.935000', '183318.938000', '183318.941000', '183338.831000', '183338.834000', '183338.836000', '183338.839000', '183338.841000', '183338.844000', '183338.847000', '183338.850000', '183338.853000', '183338.855000', '183338.858000', '183338.861000', '183338.863000', '183338.866000', '183338.869000', '183338.871000', '183338.874000', '183338.876000', '183338.879000', '183338.882000', '183338.884000', '183338.887000', '183338.889000', '183338.892000', '183338.894000', '183338.897000', '183338.900000', '183338.903000', '183338.906000', '183338.908000', '183338.911000', '183338.913000', '183338.916000', '183338.919000', '183338.921000', '183338.924000', '183338.927000', '183338.929000', '183338.932000', '183338.935000', '183338.937000', '183338.940000', '183338.942000', '183338.945000', '183358.831000', '183358.834000', '183358.836000', '183358.839000', '183358.841000', '183358.844000', '183358.847000', '183358.849000', '183358.852000', '183358.854000', '183358.857000', '183358.860000', '183358.862000', '183358.865000', '183358.868000', '183358.870000', '183358.873000', '183358.876000', '183358.878000', '183358.881000', '183358.883000', '183358.886000', '183358.889000', '183358.891000', '183358.894000', '183358.897000', '183358.924000', '183358.927000', '183358.929000', '183358.932000', '183358.935000', '183358.937000', '183358.940000', '183358.942000', '183358.945000', '183358.947000', '183358.950000', '183358.953000', '183358.955000', '183358.958000', '183358.961000', '183358.963000', '183358.966000', '183418.830000', '183418.832000', '183418.835000', '183418.838000', '183418.841000', '183418.843000', '183418.846000', '183418.848000', '183418.851000', '183418.854000', '183418.856000', '183418.859000', '183418.862000', '183418.864000', '183418.867000', '183418.870000', '183418.872000', '183418.875000', '183418.878000', '183418.880000', '183418.883000', '183418.885000', '183418.888000', '183418.891000', '183418.893000', '183418.896000', '183418.899000', '183418.901000', '183418.904000', '183418.906000', '183418.909000', '183418.912000', '183418.914000', '183418.917000', '183418.920000', '183418.922000', '183418.925000', '183418.928000', '183418.930000', '183418.933000', '183418.936000', '183418.938000', '183418.941000', '183438.829000', '183438.839000', '183438.842000', '183438.844000', '183438.847000', '183438.850000', '183438.852000', '183438.855000', '183438.857000', '183438.860000', '183438.863000', '183438.865000', '183438.868000', '183438.880000', '183438.882000', '183438.885000', '183438.887000', '183438.890000', '183438.893000', '183438.895000', '183438.898000', '183438.900000', '183438.903000', '183438.906000', '183438.908000', '183438.911000', '183438.914000', '183438.916000', '183438.919000', '183438.922000', '183438.924000', '183438.927000', '183438.929000', '183438.932000', '183438.934000', '183438.937000', '183438.940000', '183438.943000', '183438.945000', '183438.948000', '183438.950000', '183438.953000', '183438.956000', '183438.958000', '183458.830000', '183458.885000', '183458.888000', '183458.892000', '183458.894000', '183458.897000', '183458.900000', '183458.902000', '183458.905000', '183458.907000', '183458.910000', '183458.913000', '183458.915000', '183458.918000', '183458.921000', '183458.923000', '183458.926000', '183458.929000', '183458.931000', '183458.934000', '183458.936000', '183458.939000', '183458.942000', '183458.944000', '183458.947000', '183458.950000', '183458.952000', '183458.955000', '183458.957000', '183458.960000', '183458.963000', '183458.965000', '183458.968000', '183458.971000', '183458.973000', '183458.976000', '183458.978000', '183458.981000', '183458.983000', '183458.986000', '183458.989000', '183458.991000', '183459.002000', '183518.830000', '183518.847000', '183518.850000', '183518.852000', '183518.855000', '183518.857000', '183518.860000', '183518.863000', '183518.866000', '183518.868000', '183518.882000', '183518.884000', '183518.887000', '183518.889000', '183518.892000', '183518.895000', '183518.897000', '183518.900000', '183518.902000', '183518.905000', '183518.908000', '183518.910000', '183518.913000', '183518.916000', '183518.918000', '183518.921000', '183518.924000', '183518.926000', '183518.929000', '183518.931000', '183518.934000', '183518.936000', '183518.939000', '183518.942000', '183518.944000', '183518.947000', '183518.949000', '183518.952000', '183518.955000', '183518.957000', '183518.960000', '183518.962000', '183518.965000', '183518.967000', '183538.831000', '183538.837000', '183538.840000', '183538.843000', '183538.845000', '183538.848000', '183538.851000', '183538.853000', '183538.856000', '183538.858000', '183538.861000', '183538.864000', '183538.866000', '183538.869000', '183538.871000', '183538.874000', '183538.877000', '183538.879000', '183538.882000', '183538.885000', '183538.887000', '183538.890000', '183538.893000', '183538.895000', '183538.898000', '183538.901000', '183538.903000', '183538.906000', '183538.908000', '183538.911000', '183538.914000', '183538.916000', '183538.919000', '183538.921000', '183538.924000', '183538.926000', '183538.929000', '183538.932000', '183538.934000', '183538.937000', '183538.940000', '183538.942000', '183538.945000', '183558.831000', '183558.833000', '183558.836000', '183558.839000', '183558.841000', '183558.844000', '183558.846000', '183558.849000', '183558.852000', '183558.854000', '183558.857000', '183558.860000', '183558.862000', '183558.865000', '183558.867000', '183558.870000', '183558.873000', '183558.875000', '183558.878000', '183558.881000', '183558.883000', '183558.886000', '183558.889000', '183558.891000', '183558.894000', '183558.896000', '183558.899000', '183558.902000', '183558.904000', '183558.907000', '183558.909000', '183558.912000', '183558.915000', '183558.917000', '183558.920000', '183558.922000', '183558.925000', '183558.928000', '183558.930000', '183558.933000', '183558.935000', '183558.938000', '183558.940000', '183558.943000', '183618.831000', '183618.855000', '183618.858000', '183618.860000', '183618.863000', '183618.865000', '183618.868000', '183618.871000', '183618.873000', '183618.876000', '183618.879000', '183618.881000', '183618.884000', '183618.887000', '183618.889000', '183618.892000', '183618.895000', '183618.898000', '183618.900000', '183618.903000', '183618.906000', '183618.909000', '183618.911000', '183618.914000', '183618.916000', '183618.919000', '183618.922000', '183618.924000', '183618.928000', '183618.931000', '183618.934000', '183618.936000', '183618.939000', '183618.942000', '183618.944000', '183618.947000', '183618.950000', '183618.952000', '183618.955000', '183618.958000', '183618.960000', '183618.963000', '183618.965000', '183638.829000', '183638.858000', '183638.861000', '183638.863000', '183638.866000', '183638.868000', '183638.871000', '183638.874000', '183638.876000', '183638.879000', '183638.881000', '183638.884000', '183638.887000', '183638.889000', '183638.892000', '183638.894000', '183638.897000', '183638.900000', '183638.902000', '183638.905000', '183638.908000', '183638.910000', '183638.913000', '183638.915000', '183638.918000', '183638.920000', '183638.923000', '183638.926000', '183638.928000', '183638.931000', '183638.934000', '183638.936000', '183638.939000', '183638.941000', '183638.944000', '183638.947000', '183638.949000', '183638.952000', '183638.954000', '183638.957000', '183638.960000', '183638.962000', '183638.965000', '183638.968000', '183658.830000', '183658.870000', '183658.873000', '183658.876000', '183658.878000', '183658.907000', '183658.910000', '183658.912000', '183658.915000', '183658.917000', '183658.920000', '183658.923000', '183658.925000', '183658.928000', '183658.930000', '183658.933000', '183658.936000', '183658.938000', '183658.941000', '183658.944000', '183658.946000', '183658.949000', '183658.952000', '183658.954000', '183658.957000', '183658.959000', '183658.962000', '183658.965000', '183658.967000', '183658.970000', '183658.972000', '183658.975000', '183658.978000', '183658.980000', '183658.983000', '183658.985000', '183658.988000', '183658.991000', '183658.993000', '183658.996000', '183659.000000', '183659.002000', '183659.005000', '183718.830000', '183718.844000', '183718.847000', '183718.849000', '183718.852000', '183718.855000', '183718.861000', '183718.864000', '183718.866000', '183718.869000', '183718.872000', '183718.874000', '183718.877000', '183718.880000', '183718.882000', '183718.885000', '183718.887000', '183718.890000', '183718.893000', '183718.895000', '183718.898000', '183718.901000', '183718.903000', '183718.906000', '183718.908000', '183718.911000', '183718.914000', '183718.916000', '183718.919000', '183718.921000', '183718.924000', '183718.926000', '183718.929000', '183718.932000', '183718.934000', '183718.937000', '183718.940000', '183718.942000', '183718.945000', '183718.947000', '183718.950000', '183718.953000', '183718.955000', '183718.958000', '183738.829000', '183738.913000', '183738.915000', '183738.918000', '183738.921000', '183738.923000', '183738.926000', '183738.928000', '183738.931000', '183738.934000', '183738.936000', '183738.939000', '183738.942000', '183738.944000', '183738.947000', '183738.949000', '183738.952000', '183738.955000', '183738.957000', '183738.960000', '183738.963000', '183738.966000', '183738.969000', '183738.972000', '183738.974000', '183738.977000', '183738.980000', '183738.982000', '183738.985000', '183738.987000', '183738.990000', '183738.993000', '183738.995000', '183738.998000', '183739.001000', '183739.004000', '183739.007000', '183739.009000', '183739.012000', '183739.015000', '183739.017000', '183739.020000', '183739.023000', '183758.831000', '183758.843000', '183758.846000', '183758.849000', '183758.852000', '183758.855000', '183758.857000', '183758.860000', '183758.862000', '183758.865000', '183758.868000', '183758.870000', '183758.873000', '183758.875000', '183758.878000', '183758.881000', '183758.883000', '183758.886000', '183758.889000', '183758.891000', '183758.894000', '183758.896000', '183758.899000', '183758.902000', '183758.904000', '183758.907000', '183758.909000', '183758.912000', '183758.915000', '183758.917000', '183758.920000', '183758.922000', '183758.925000', '183758.928000', '183758.930000', '183758.933000', '183758.936000', '183758.938000', '183758.941000', '183758.943000', '183758.946000', '183758.949000', '183758.951000', '183758.954000', '183818.831000', '183818.844000', '183818.847000', '183818.850000', '183818.852000', '183818.855000', '183818.858000', '183818.860000', '183818.863000', '183818.865000', '183818.868000', '183818.871000', '183818.873000', '183818.876000', '183818.878000', '183818.881000', '183818.884000', '183818.886000', '183818.889000', '183818.892000', '183818.894000', '183818.897000', '183818.899000', '183818.902000', '183818.905000', '183818.907000', '183818.910000', '183818.912000', '183818.915000', '183818.918000', '183818.920000', '183818.923000', '183818.926000', '183818.928000', '183818.931000', '183818.933000', '183818.936000', '183818.939000', '183818.941000', '183818.944000', '183818.946000', '183818.949000', '183818.952000', '183838.831000', '183838.866000', '183838.869000', '183838.872000', '183838.874000', '183838.877000', '183838.880000', '183838.882000', '183838.885000', '183838.888000', '183838.890000', '183838.893000', '183838.895000', '183838.898000', '183838.901000', '183838.903000', '183838.906000', '183838.909000', '183838.911000', '183838.914000', '183838.916000', '183838.919000', '183838.922000', '183838.924000', '183838.927000', '183838.929000', '183838.932000', '183838.935000', '183838.937000', '183838.940000', '183838.943000', '183838.945000', '183838.948000', '183838.951000', '183838.953000', '183838.956000', '183838.958000', '183838.961000', '183838.963000', '183838.966000', '183838.969000', '183838.971000', '183838.974000', '183858.830000', '183858.869000', '183858.872000', '183858.874000', '183858.877000', '183858.880000', '183858.888000', '183858.891000', '183858.893000', '183858.896000', '183858.898000', '183858.901000', '183858.904000', '183858.906000', '183858.909000', '183858.912000', '183858.914000', '183858.917000', '183858.920000', '183858.922000', '183858.925000', '183858.927000', '183858.930000', '183858.933000', '183858.935000', '183858.938000', '183858.940000', '183858.943000', '183858.946000', '183858.948000', '183858.951000', '183858.953000', '183858.956000', '183858.959000', '183858.961000', '183858.964000', '183858.966000', '183858.969000', '183858.972000', '183858.975000', '183858.977000', '183858.980000', '183858.983000', '183858.985000', '183918.830000', '183918.841000', '183918.844000', '183918.846000', '183918.849000', '183918.852000', '183918.854000', '183918.857000', '183918.860000', '183918.862000', '183918.865000', '183918.867000', '183918.870000', '183918.873000', '183918.875000', '183918.878000', '183918.881000', '183918.883000', '183918.892000', '183918.895000', '183918.898000', '183918.900000', '183918.903000', '183918.906000', '183918.908000', '183918.911000', '183918.913000', '183918.916000', '183918.919000', '183918.921000', '183918.924000', '183918.926000', '183918.929000', '183918.932000', '183918.934000', '183918.937000', '183918.939000', '183918.942000', '183918.945000', '183918.947000', '183918.950000', '183918.952000', '183918.955000', '183918.957000', '183938.829000', '183938.863000', '183938.865000', '183938.868000', '183938.871000', '183938.873000', '183938.876000', '183938.879000', '183938.881000', '183938.884000', '183938.886000', '183938.889000', '183938.892000', '183938.894000', '183938.897000', '183938.900000', '183938.902000', '183938.905000', '183938.908000', '183938.910000', '183938.913000', '183938.915000', '183938.918000', '183938.921000', '183938.923000', '183938.926000', '183938.929000', '183938.931000', '183938.934000', '183938.937000', '183938.939000', '183938.942000', '183938.945000', '183938.948000', '183938.950000', '183938.955000', '183938.957000', '183938.960000', '183938.962000', '183938.965000', '183938.968000', '183938.970000', '183938.973000', '183950.937000', '183950.940000', '183950.943000', '183950.946000', '183950.948000', '183950.951000', '183950.954000', '183950.957000', '183950.960000', '183950.963000', '183950.965000', '183950.968000', '183950.971000', '183950.974000', '183950.976000', '183950.979000', '183950.982000', '183950.985000', '183950.988000', '183950.998000', '183951.007000', '183951.011000', '183951.013000', '183951.017000', '183951.020000', '183951.024000', '183951.029000'], '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, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [10965, 7377, 8742, 10494, 9836, 14895, 12105, 9918, 14186, 12223, 8561, 9686, 8090, 9702, 12884, 8407, 9193, 11474, 11794, 16582, 14852, 10621, 13149, 10056, 8611, 13243, 9438, 8813, 11531, 9843, 9340, 15260, 11730, 9539, 16162, 11776, 13554, 12140, 10192, 13753, 9257, 13906, 8892, 13096, 9314, 12391, 9193, 11779, 9152, 7477, 8377, 6171, 7609, 7370, 12019, 11764, 9792, 14730, 11244, 9321, 13920, 9770, 9336, 15507, 11028, 13763, 12257, 10449, 15103, 10855, 15526, 11757, 14616, 10927, 13600, 10114, 12781, 9147, 11271, 8802, 13644, 13921, 8787, 8065, 6807, 9884, 8078, 11060, 9159, 13741, 16247, 11582, 10238, 15256, 11523, 13221, 10554, 8740, 10442, 7750, 13199, 8916, 13296, 10585, 12263, 9597, 9913, 8891, 8575, 9122, 7337, 11256, 7549, 11486, 8374, 9096, 8429, 6935, 9897, 7229, 11960, 8077, 12711, 8763, 12102, 8519, 11097, 8531, 9856, 8283, 7773, 7689, 7109, 9303, 7088, 12057, 8068, 12950, 9074, 13117, 9805, 13081, 9515, 12013, 8921, 12349, 9118, 11822, 8056, 10235, 7768, 9369, 7417, 6510, 7928, 6722, 8386, 6836, 9421, 6682, 9821, 6834, 10247, 7713, 10747, 8142, 11633, 8313, 12444, 8597, 7955, 9174, 7590, 10931, 8286, 12528, 8668, 12865, 9443, 13866, 9582, 9596, 9048, 8308, 10684, 9092, 11609, 7819, 11724, 8128, 11565, 8439, 11835, 8043, 9526, 7551, 6910, 8734, 7223, 10153, 7594, 11174, 8183, 13348, 8405, 13411, 8493, 11833, 9115, 9303, 9339, 8993, 9406, 8770, 10059, 8341, 10014, 6835, 10457, 6996, 11085, 8243, 11006, 8116, 12061, 8113, 13235, 8922, 10467, 8304, 11148, 8956, 11951, 9676, 8097, 8990, 6670, 9101, 6813, 10856, 7389, 10840, 7542, 11068, 7588, 7470, 7960, 6638, 10316, 7761, 13783, 9219, 11166, 9234, 14031, 11271, 11962, 11384, 8944, 11507, 8455, 13170, 9288, 12163, 8334, 11977, 8404, 13294, 9263, 10337, 7488, 8828, 8298, 7091, 9285, 6684, 10804, 7692, 11919, 8421, 9571, 8015, 7585, 7976, 7230, 11296, 8115, 13068, 9260, 13045, 9762, 7448, 12209, 9205, 8824, 12438, 9730, 8420, 12901, 9893, 12889, 10277, 12366, 9897, 13677, 11347, 10002, 10014, 7744, 9399, 7463, 9803, 6951, 8217, 7133, 7245, 10024, 8275, 6473, 8890, 9003, 9208, 13034, 9784, 15543, 11335, 16075, 11933, 14061, 10497, 12695, 9710, 11589, 8927, 7244, 9818, 7579, 11495, 8817, 7554, 11028, 8194, 13230, 9762, 12479, 9992, 7875, 12777, 9081, 13879, 10266, 13490, 9698, 9092, 9402, 7445, 12003, 9445, 11324, 8728, 7848, 10039, 7460, 12718, 8764, 13012, 9126, 11896, 9083, 12374, 8901, 8977, 8737, 7663, 9663, 6826, 10811, 8242, 10408, 8225, 8064, 8224, 7417, 10714, 7533, 13548, 9225, 14757, 11540, 14320, 10753, 13796, 10507, 14456, 10903, 10360, 9602, 7382, 12101, 9152, 13406, 9267, 10478, 9055, 9558, 10884, 9143, 11602, 7378, 9851, 7541, 9921, 8122, 9843, 7556, 9172, 7769, 9424, 8313, 8151, 8338, 8061, 8084, 7978, 9321, 8920, 11312, 7544, 11583, 7904, 11579, 7632, 11753, 8011, 12011, 7801, 10749, 8228, 11573, 8397, 10866, 9019, 7991, 9307, 7392, 9825, 7347, 12276, 9005, 12962, 9301, 13073, 9447, 13318, 10031, 12327, 9138, 11170, 8474, 10944, 8952, 8264, 8934, 7940, 8807, 7780, 8856, 7884, 9242, 7749, 9778, 7680, 9313, 8269, 9090, 7681, 10306, 8038, 9655, 7041, 7601, 8156, 9871, 10776, 8889, 12312, 9344, 10783, 8840, 11637, 8326, 11190, 7627, 10768, 7923, 11503, 8128, 9898, 7991, 11976, 9215, 12853, 9587, 12956, 9374, 12671, 8540, 10313, 8124, 7602, 8037, 7970, 8114, 7684, 8274, 8115, 9423, 7172, 12397, 8749, 13639, 9494, 13130, 9617, 13005, 9747, 12478, 8916, 11402, 7871, 10412, 7968, 7695, 8118, 7893, 7954, 7868, 10032, 8078, 11349, 7703, 10695, 8029, 10828, 7566, 11433, 8142, 7534, 8252, 7635, 8322, 7786, 11871, 7841, 12417, 8177, 12577, 9024, 12957, 9500, 11937, 8805, 10028, 8592, 9209, 9380, 7432, 10585, 7525, 11647, 8065, 12866, 9693, 12428, 8845, 12261, 8579, 12119, 8605, 11322, 8001, 9153, 7860, 7212, 8025, 7806, 8262, 7550, 8905, 7289, 10535, 7986, 11905, 8129, 12723, 9299, 12572, 8889, 13072, 8802, 12500, 9288, 12376, 9155, 11608, 8138, 11165, 7932, 11190, 8004, 9863, 7874, 6960, 7795, 7802, 7979, 7516, 9355, 7576, 11231, 7546, 11901, 7981, 12749, 8766, 12644, 8618, 12150, 8049, 11118, 7985, 10175, 8109, 12196, 7768, 11884, 7759, 11146, 7430, 11462, 8249, 11953, 7909, 12140, 7897, 11815, 8646, 11573, 8714, 8196, 9674, 10591, 12086, 11801, 11745, 10218, 11274, 11087, 10651, 13085, 10285, 9821, 9232, 9098, 8026, 8551, 8496, 7528, 8802, 7906, 9699, 7330, 10681, 7294, 12097, 7963, 7936, 7919, 9440, 9817, 10807, 10022, 11943, 10657, 8388, 10090, 7793, 12085, 8748, 12400, 9999, 8132, 11733, 10015, 12779, 12041, 11468, 10307, 10094, 12093, 10324, 13191, 10219, 11482, 7885, 10219, 7904, 9378, 7990, 8213, 7958, 7126, 7962, 7054, 7977, 7392, 7865, 7482, 7850, 8230, 8043, 11491, 8219, 12567, 8421, 12171, 8785, 9123, 8169, 7149, 8808, 10778, 10353, 13896, 11432, 13812, 11031, 12718, 9529, 12490, 9271, 11559, 9100, 11052, 7740, 10587, 7619, 9837, 7774, 9351, 7547, 9691, 7139, 8886, 7668, 9420, 7581, 10593, 7309, 12577, 9370, 13050, 9238, 12782, 9401, 10888, 9310, 10634, 8659, 9445, 7802, 8212, 7378, 8289, 7244, 9530, 7060, 9026, 7231, 8636, 7428, 10897, 8000, 12642, 8395, 14111, 9913, 13852, 10494, 13212, 10398, 10746, 12679, 8741, 11114, 8427, 8538, 7991, 7820, 7836, 7577, 8040, 7594, 10215, 8221, 12367, 8039, 12586, 8004, 12229, 8701, 12447, 8885, 13172, 8734, 12756, 9256, 12464, 8742, 12210, 8139, 8765, 7996, 8672, 10109, 8942, 11899, 10147, 11767, 10065, 12426, 10082, 12922, 9010, 12758, 8603, 12178, 8402, 12072, 8602, 11297, 7744, 10998, 7212, 10790, 7598, 10236, 7664, 10185, 7232, 10244, 7179, 9818, 7444, 11249, 7243, 8646, 7752, 8784, 8793, 11205, 12273, 10291, 13408, 10565, 12427, 11035, 12633, 10007, 11927, 8055, 11624, 8600, 12231, 8608, 11372, 7825, 6466, 9776, 7835, 7273, 13753, 10770, 12343, 11145, 14709, 11186, 15238, 11369, 12594, 8668, 11232, 7176, 8942, 7502, 7810, 7644, 8014, 7285, 7759, 7120, 7825, 7191, 7616, 7393, 7837, 7329, 7723, 7506, 7780, 7700, 8395, 8203, 8876, 8164, 8626, 7480, 9347, 7240, 10916, 7293, 12208, 8491, 12700, 8669, 13624, 9226, 13226, 9334, 13347, 9310, 13138, 9414, 10742, 8125, 7321, 9303, 10354, 10105, 11542, 12277, 10800, 13223, 12064, 12529, 12909, 11827, 11973, 11392, 9568, 10862, 9384, 10099, 8636, 10664, 8777, 10931, 6994, 10962, 7680, 10219, 8691, 10203, 7990, 10398, 7549, 10371, 7444, 11546, 7908, 12849, 8751, 12204, 8406, 12402, 8433, 13191, 9473, 12614, 9468, 10707, 8707, 13588, 9481, 13247, 9442, 12552, 9381, 11479, 7804, 9627, 7404, 9331, 7449, 8373, 7734, 6777, 7959, 7294, 7906, 7618, 7837, 9686, 8023, 8953, 7890, 10469, 8227, 12910, 8878, 11892, 8379, 9046, 7820, 7266, 7746, 7533, 7861, 7492, 9831, 7218, 11325, 7552, 12270, 8545, 13125, 9198, 12940, 8733, 12555, 8840, 12369, 9019, 12535, 9163, 12626, 8821, 10089, 8126, 8972, 8581, 10478, 11070, 9628, 12325, 8792, 13090, 9406, 13492, 10216, 12741, 9429, 13301, 9159, 13281, 9648, 12298, 9525, 10058, 7672, 12007, 7699, 12404, 8311, 11137, 8585, 10612, 7378, 9525, 7536, 9072, 7274, 8960, 7037, 8414, 7345, 8528, 7344, 7801, 7666, 8156, 7693, 7206, 7520, 7292, 9737, 9851, 11611, 11140, 12286, 9722, 11953, 9407, 11611, 8880, 11856, 8070, 10958, 7370, 10347, 7255, 10766, 7357, 11517, 7644, 11399, 7712, 11198, 7511, 11775, 8286, 12016, 8183, 7906, 7637, 7692, 9958, 9775, 12616, 9390, 13282, 9352, 13317, 9515, 13294, 9984, 12877, 9573, 11525, 8137, 11420, 7914, 11137, 8298, 11684, 7902, 11642, 7889, 11171, 8196, 8942, 7657, 7936, 8609, 7130, 11059, 7521, 12823, 9018, 13067, 8570, 9437, 8424, 8187, 11865, 8746, 13626, 10073, 13884, 10294, 11014, 9936, 8923, 12716, 9065, 13357, 9794, 11942, 10143, 11660, 8269, 10365, 6898, 9598, 7099, 10038, 7354, 9904, 7095, 8796, 7261, 8995, 7266, 9250, 7354, 10775, 7369, 11868, 7437, 12168, 8344, 12352, 8621, 12112, 7496, 10397, 7301, 9995, 7811, 10070, 7311, 9715, 7548, 9016, 8237, 9653, 11235, 9918, 9653, 9367, 7236, 9600, 7835, 11149, 7521, 12798, 9435, 13746, 9786, 13977, 10157, 13997, 10790, 13722, 10582, 13524, 9477, 12247, 8737, 12031, 9253, 11980, 8084, 11640, 7643, 11019, 7673, 10917, 7438, 10630, 7155, 9889, 7081, 10178, 7328, 10501, 7148, 10900, 6967, 10365, 6997, 10804, 7519, 10871, 7000, 11037, 7110, 10973, 7620, 11344, 7390, 11808, 7402, 11646, 7729, 12654, 8821, 13041, 9155, 10117, 8381, 11431, 9097, 10385, 9798, 7694, 11711, 7821, 13156, 8937, 13140, 9684, 13367, 10010, 12034, 8725, 8780, 7805, 8564, 9624, 8195, 11836, 8055, 13205, 9260, 13363, 9413, 13025, 9202, 11776, 8180, 11614, 8132, 11957, 8508, 10961, 8148, 9666, 7739, 9801, 7935, 8336, 9213, 7110, 10542, 7487, 11698, 8228, 12169, 7907, 11331, 7494, 11052, 7630, 11638, 8236, 8980, 8622, 11305, 10056, 10815, 11746, 9069, 12333, 8177], 'WindowCenter': [3905.0, 3830.0, 3847.0, 3874.0, 3868.0, 3908.0, 3859.0, 3835.0, 3896.0, 3876.0, 3832.0, 3824.0, 3831.0, 3866.0, 3884.0, 3831.0, 3854.0, 3873.0, 3859.0, 3891.0, 3893.0, 3874.0, 3894.0, 3851.0, 3840.0, 3881.0, 3840.0, 3842.0, 3873.0, 3851.0, 3852.0, 3905.0, 3874.0, 3854.0, 3906.0, 3875.0, 3884.0, 3872.0, 3852.0, 3882.0, 3840.0, 3881.0, 3829.0, 3871.0, 3839.0, 3871.0, 3841.0, 3873.0, 3855.0, 3807.0, 3832.0, 3730.0, 3847.0, 3825.0, 3873.0, 3873.0, 3840.0, 3910.0, 3862.0, 3868.0, 3911.0, 3892.0, 3884.0, 3935.0, 3904.0, 3924.0, 3915.0, 3893.0, 3935.0, 3893.0, 3935.0, 3903.0, 3925.0, 3904.0, 3913.0, 3881.0, 3899.0, 3868.0, 3877.0, 3869.0, 3913.0, 3924.0, 3860.0, 3849.0, 3841.0, 3880.0, 3849.0, 3889.0, 3870.0, 3914.0, 3934.0, 3903.0, 3881.0, 3922.0, 3890.0, 3910.0, 3892.0, 3859.0, 3879.0, 3848.0, 3911.0, 3871.0, 3925.0, 3892.0, 3901.0, 3870.0, 3868.0, 3858.0, 3871.0, 3869.0, 3838.0, 3889.0, 3837.0, 3888.0, 3861.0, 3869.0, 3860.0, 3838.0, 3879.0, 3838.0, 3902.0, 3862.0, 3913.0, 3859.0, 3898.0, 3859.0, 3902.0, 3871.0, 3881.0, 3859.0, 3847.0, 3861.0, 3853.0, 3882.0, 3840.0, 3911.0, 3859.0, 3924.0, 3883.0, 3913.0, 3881.0, 3912.0, 3880.0, 3900.0, 3871.0, 3900.0, 3857.0, 3886.0, 3845.0, 3865.0, 3846.0, 3866.0, 3835.0, 3813.0, 3834.0, 3814.0, 3846.0, 3827.0, 3867.0, 3825.0, 3866.0, 3826.0, 3891.0, 3849.0, 3890.0, 3858.0, 3889.0, 3871.0, 3912.0, 3871.0, 3860.0, 3870.0, 3862.0, 3903.0, 3872.0, 3913.0, 3871.0, 3913.0, 3895.0, 3925.0, 3882.0, 3881.0, 3869.0, 3859.0, 3892.0, 3871.0, 3901.0, 3848.0, 3888.0, 3846.0, 3901.0, 3858.0, 3885.0, 3844.0, 3865.0, 3836.0, 3836.0, 3857.0, 3838.0, 3878.0, 3846.0, 3901.0, 3860.0, 3910.0, 3858.0, 3907.0, 3857.0, 3900.0, 3867.0, 3867.0, 3866.0, 3856.0, 3855.0, 3857.0, 3878.0, 3846.0, 3865.0, 3812.0, 3876.0, 3824.0, 3887.0, 3857.0, 3876.0, 3846.0, 3899.0, 3848.0, 3912.0, 3869.0, 3878.0, 3857.0, 3890.0, 3871.0, 3901.0, 3869.0, 3849.0, 3857.0, 3816.0, 3858.0, 3828.0, 3890.0, 3850.0, 3904.0, 3863.0, 3903.0, 3863.0, 3862.0, 3860.0, 3838.0, 3892.0, 3864.0, 3936.0, 3897.0, 3915.0, 3883.0, 3936.0, 3916.0, 3915.0, 3903.0, 3870.0, 3890.0, 3860.0, 3914.0, 3870.0, 3902.0, 3859.0, 3890.0, 3860.0, 3911.0, 3869.0, 3878.0, 3836.0, 3857.0, 3857.0, 3826.0, 3867.0, 3825.0, 3876.0, 3846.0, 3900.0, 3858.0, 3867.0, 3849.0, 3850.0, 3858.0, 3837.0, 3889.0, 3847.0, 3899.0, 3881.0, 3911.0, 3868.0, 3825.0, 3888.0, 3868.0, 3856.0, 3898.0, 3867.0, 3858.0, 3901.0, 3880.0, 3900.0, 3868.0, 3887.0, 3867.0, 3898.0, 3874.0, 3852.0, 3851.0, 3821.0, 3841.0, 3822.0, 3851.0, 3813.0, 3845.0, 3824.0, 3836.0, 3865.0, 3858.0, 3825.0, 3856.0, 3868.0, 3869.0, 3897.0, 3865.0, 3907.0, 3889.0, 3920.0, 3888.0, 3896.0, 3864.0, 3883.0, 3853.0, 3874.0, 3841.0, 3820.0, 3850.0, 3820.0, 3874.0, 3853.0, 3836.0, 3875.0, 3844.0, 3898.0, 3878.0, 3897.0, 3864.0, 3834.0, 3897.0, 3855.0, 3905.0, 3866.0, 3895.0, 3866.0, 3855.0, 3853.0, 3836.0, 3888.0, 3867.0, 3878.0, 3845.0, 3834.0, 3866.0, 3838.0, 3911.0, 3857.0, 3898.0, 3868.0, 3888.0, 3869.0, 3899.0, 3870.0, 3857.0, 3857.0, 3848.0, 3880.0, 3828.0, 3891.0, 3860.0, 3891.0, 3860.0, 3861.0, 3872.0, 3852.0, 3905.0, 3863.0, 3925.0, 3895.0, 3949.0, 3915.0, 3937.0, 3907.0, 3926.0, 3905.0, 3924.0, 3894.0, 3880.0, 3868.0, 3837.0, 3902.0, 3871.0, 3913.0, 3869.0, 3878.0, 3858.0, 3869.0, 3879.0, 3857.0, 3877.0, 3823.0, 3864.0, 3834.0, 3866.0, 3833.0, 3865.0, 3832.0, 3841.0, 3834.0, 3855.0, 3845.0, 3834.0, 3845.0, 3834.0, 3833.0, 3833.0, 3857.0, 3856.0, 3876.0, 3834.0, 3875.0, 3831.0, 3887.0, 3848.0, 3887.0, 3846.0, 3887.0, 3837.0, 3877.0, 3848.0, 3889.0, 3860.0, 3891.0, 3868.0, 3859.0, 3868.0, 3836.0, 3878.0, 3848.0, 3911.0, 3869.0, 3912.0, 3870.0, 3911.0, 3881.0, 3913.0, 3881.0, 3900.0, 3868.0, 3876.0, 3846.0, 3878.0, 3856.0, 3846.0, 3856.0, 3835.0, 3844.0, 3834.0, 3856.0, 3845.0, 3855.0, 3822.0, 3854.0, 3823.0, 3854.0, 3846.0, 3868.0, 3848.0, 3876.0, 3859.0, 3866.0, 3850.0, 3848.0, 3849.0, 3879.0, 3890.0, 3859.0, 3903.0, 3868.0, 3889.0, 3869.0, 3890.0, 3858.0, 3890.0, 3849.0, 3877.0, 3860.0, 3902.0, 3860.0, 3883.0, 3850.0, 3891.0, 3870.0, 3901.0, 3869.0, 3902.0, 3872.0, 3900.0, 3847.0, 3866.0, 3834.0, 3835.0, 3847.0, 3848.0, 3847.0, 3849.0, 3859.0, 3850.0, 3882.0, 3841.0, 3902.0, 3872.0, 3913.0, 3871.0, 3913.0, 3884.0, 3912.0, 3881.0, 3903.0, 3870.0, 3889.0, 3848.0, 3891.0, 3850.0, 3849.0, 3850.0, 3848.0, 3848.0, 3850.0, 3882.0, 3850.0, 3890.0, 3837.0, 3880.0, 3837.0, 3879.0, 3837.0, 3877.0, 3848.0, 3837.0, 3848.0, 3848.0, 3861.0, 3853.0, 3901.0, 3850.0, 3901.0, 3860.0, 3902.0, 3872.0, 3913.0, 3884.0, 3901.0, 3861.0, 3869.0, 3860.0, 3870.0, 3870.0, 3839.0, 3881.0, 3849.0, 3890.0, 3861.0, 3914.0, 3883.0, 3902.0, 3861.0, 3890.0, 3860.0, 3903.0, 3861.0, 3889.0, 3849.0, 3858.0, 3837.0, 3838.0, 3850.0, 3850.0, 3861.0, 3851.0, 3871.0, 3839.0, 3880.0, 3849.0, 3902.0, 3865.0, 3916.0, 3883.0, 3903.0, 3872.0, 3913.0, 3872.0, 3914.0, 3872.0, 3901.0, 3872.0, 3892.0, 3850.0, 3880.0, 3849.0, 3892.0, 3849.0, 3869.0, 3850.0, 3827.0, 3838.0, 3837.0, 3850.0, 3851.0, 3872.0, 3852.0, 3893.0, 3851.0, 3902.0, 3850.0, 3914.0, 3874.0, 3913.0, 3861.0, 3902.0, 3850.0, 3890.0, 3862.0, 3893.0, 3862.0, 3904.0, 3852.0, 3902.0, 3849.0, 3891.0, 3851.0, 3904.0, 3862.0, 3903.0, 3863.0, 3904.0, 3877.0, 3916.0, 3885.0, 3905.0, 3887.0, 3876.0, 3884.0, 3906.0, 3917.0, 3916.0, 3906.0, 3894.0, 3893.0, 3892.0, 3893.0, 3913.0, 3881.0, 3869.0, 3859.0, 3858.0, 3848.0, 3859.0, 3858.0, 3837.0, 3859.0, 3848.0, 3868.0, 3839.0, 3879.0, 3851.0, 3914.0, 3863.0, 3862.0, 3875.0, 3883.0, 3892.0, 3902.0, 3894.0, 3915.0, 3903.0, 3871.0, 3893.0, 3860.0, 3913.0, 3873.0, 3913.0, 3881.0, 3862.0, 3904.0, 3882.0, 3915.0, 3902.0, 3890.0, 3867.0, 3866.0, 3875.0, 3854.0, 3887.0, 3854.0, 3864.0, 3822.0, 3852.0, 3821.0, 3842.0, 3821.0, 3844.0, 3834.0, 3812.0, 3834.0, 3812.0, 3834.0, 3824.0, 3848.0, 3838.0, 3849.0, 3859.0, 3849.0, 3890.0, 3849.0, 3900.0, 3860.0, 3915.0, 3874.0, 3883.0, 3861.0, 3842.0, 3873.0, 3904.0, 3894.0, 3927.0, 3918.0, 3927.0, 3895.0, 3915.0, 3884.0, 3901.0, 3871.0, 3892.0, 3859.0, 3879.0, 3839.0, 3880.0, 3838.0, 3869.0, 3838.0, 3869.0, 3851.0, 3882.0, 3840.0, 3870.0, 3851.0, 3871.0, 3852.0, 3892.0, 3854.0, 3927.0, 3885.0, 3915.0, 3883.0, 3903.0, 3870.0, 3892.0, 3872.0, 3881.0, 3860.0, 3870.0, 3837.0, 3848.0, 3837.0, 3859.0, 3840.0, 3881.0, 3840.0, 3872.0, 3851.0, 3873.0, 3867.0, 3907.0, 3876.0, 3929.0, 3888.0, 3939.0, 3908.0, 3939.0, 3908.0, 3928.0, 3897.0, 3906.0, 3904.0, 3873.0, 3904.0, 3861.0, 3871.0, 3861.0, 3850.0, 3851.0, 3851.0, 3862.0, 3865.0, 3907.0, 3874.0, 3915.0, 3864.0, 3915.0, 3861.0, 3915.0, 3875.0, 3914.0, 3873.0, 3915.0, 3872.0, 3916.0, 3885.0, 3903.0, 3874.0, 3904.0, 3863.0, 3873.0, 3876.0, 3886.0, 3907.0, 3900.0, 3928.0, 3894.0, 3917.0, 3909.0, 3929.0, 3908.0, 3928.0, 3885.0, 3927.0, 3874.0, 3916.0, 3875.0, 3915.0, 3874.0, 3906.0, 3863.0, 3893.0, 3840.0, 3892.0, 3865.0, 3893.0, 3851.0, 3893.0, 3840.0, 3881.0, 3838.0, 3883.0, 3852.0, 3903.0, 3855.0, 3873.0, 3866.0, 3876.0, 3887.0, 3919.0, 3918.0, 3907.0, 3930.0, 3895.0, 3918.0, 3907.0, 3917.0, 3894.0, 3916.0, 3861.0, 3904.0, 3874.0, 3917.0, 3875.0, 3902.0, 3849.0, 3815.0, 3869.0, 3837.0, 3827.0, 3912.0, 3892.0, 3904.0, 3882.0, 3903.0, 3881.0, 3913.0, 3866.0, 3864.0, 3820.0, 3851.0, 3786.0, 3817.0, 3798.0, 3810.0, 3807.0, 3808.0, 3797.0, 3795.0, 3785.0, 3796.0, 3786.0, 3821.0, 3811.0, 3811.0, 3811.0, 3822.0, 3811.0, 3822.0, 3822.0, 3833.0, 3835.0, 3857.0, 3845.0, 3846.0, 3826.0, 3857.0, 3827.0, 3879.0, 3843.0, 3915.0, 3872.0, 3916.0, 3874.0, 3915.0, 3874.0, 3915.0, 3875.0, 3915.0, 3887.0, 3928.0, 3887.0, 3906.0, 3876.0, 3856.0, 3899.0, 3912.0, 3924.0, 3933.0, 3944.0, 3924.0, 3943.0, 3933.0, 3933.0, 3944.0, 3933.0, 3931.0, 3920.0, 3900.0, 3908.0, 3887.0, 3898.0, 3890.0, 3909.0, 3878.0, 3908.0, 3844.0, 3906.0, 3854.0, 3898.0, 3888.0, 3895.0, 3865.0, 3896.0, 3853.0, 3894.0, 3843.0, 3906.0, 3863.0, 3915.0, 3874.0, 3906.0, 3863.0, 3903.0, 3876.0, 3917.0, 3885.0, 3904.0, 3884.0, 3883.0, 3860.0, 3901.0, 3871.0, 3902.0, 3871.0, 3891.0, 3859.0, 3878.0, 3825.0, 3856.0, 3827.0, 3858.0, 3825.0, 3836.0, 3837.0, 3814.0, 3849.0, 3838.0, 3847.0, 3839.0, 3839.0, 3869.0, 3849.0, 3859.0, 3849.0, 3880.0, 3849.0, 3915.0, 3872.0, 3890.0, 3850.0, 3859.0, 3838.0, 3838.0, 3851.0, 3851.0, 3850.0, 3841.0, 3883.0, 3839.0, 3893.0, 3852.0, 3914.0, 3874.0, 3915.0, 3871.0, 3915.0, 3873.0, 3905.0, 3873.0, 3915.0, 3885.0, 3916.0, 3885.0, 3914.0, 3885.0, 3894.0, 3863.0, 3884.0, 3887.0, 3906.0, 3906.0, 3897.0, 3917.0, 3874.0, 3929.0, 3898.0, 3928.0, 3895.0, 3916.0, 3886.0, 3916.0, 3886.0, 3926.0, 3885.0, 3903.0, 3872.0, 3871.0, 3839.0, 3891.0, 3840.0, 3903.0, 3861.0, 3891.0, 3859.0, 3879.0, 3828.0, 3868.0, 3850.0, 3858.0, 3838.0, 3858.0, 3825.0, 3846.0, 3838.0, 3857.0, 3838.0, 3837.0, 3852.0, 3862.0, 3852.0, 3852.0, 3864.0, 3853.0, 3885.0, 3895.0, 3917.0, 3907.0, 3915.0, 3883.0, 3915.0, 3884.0, 3917.0, 3885.0, 3904.0, 3862.0, 3895.0, 3840.0, 3881.0, 3852.0, 3894.0, 3852.0, 3903.0, 3851.0, 3892.0, 3850.0, 3892.0, 3852.0, 3903.0, 3862.0, 3902.0, 3863.0, 3864.0, 3852.0, 3852.0, 3895.0, 3895.0, 3916.0, 3872.0, 3925.0, 3884.0, 3913.0, 3884.0, 3927.0, 3883.0, 3904.0, 3873.0, 3894.0, 3850.0, 3892.0, 3864.0, 3903.0, 3863.0, 3903.0, 3865.0, 3905.0, 3861.0, 3905.0, 3864.0, 3872.0, 3851.0, 3865.0, 3873.0, 3841.0, 3905.0, 3865.0, 3927.0, 3884.0, 3916.0, 3875.0, 3885.0, 3886.0, 3878.0, 3918.0, 3886.0, 3938.0, 3910.0, 3927.0, 3897.0, 3908.0, 3898.0, 3884.0, 3929.0, 3886.0, 3917.0, 3884.0, 3906.0, 3884.0, 3894.0, 3861.0, 3870.0, 3816.0, 3858.0, 3826.0, 3871.0, 3841.0, 3881.0, 3829.0, 3860.0, 3841.0, 3858.0, 3852.0, 3884.0, 3841.0, 3893.0, 3851.0, 3904.0, 3854.0, 3917.0, 3863.0, 3903.0, 3863.0, 3902.0, 3829.0, 3871.0, 3853.0, 3883.0, 3840.0, 3871.0, 3839.0, 3871.0, 3838.0, 3860.0, 3850.0, 3885.0, 3904.0, 3883.0, 3871.0, 3873.0, 3841.0, 3882.0, 3852.0, 3904.0, 3877.0, 3929.0, 3899.0, 3941.0, 3912.0, 3939.0, 3911.0, 3943.0, 3922.0, 3938.0, 3911.0, 3930.0, 3885.0, 3907.0, 3875.0, 3916.0, 3873.0, 3905.0, 3864.0, 3893.0, 3853.0, 3895.0, 3852.0, 3893.0, 3853.0, 3891.0, 3841.0, 3882.0, 3842.0, 3894.0, 3841.0, 3882.0, 3842.0, 3891.0, 3829.0, 3881.0, 3843.0, 3892.0, 3839.0, 3892.0, 3829.0, 3880.0, 3830.0, 3905.0, 3852.0, 3891.0, 3853.0, 3891.0, 3842.0, 3893.0, 3852.0, 3916.0, 3876.0, 3914.0, 3873.0, 3884.0, 3861.0, 3892.0, 3873.0, 3883.0, 3881.0, 3852.0, 3904.0, 3852.0, 3913.0, 3873.0, 3927.0, 3884.0, 3913.0, 3883.0, 3903.0, 3862.0, 3862.0, 3853.0, 3874.0, 3884.0, 3863.0, 3906.0, 3864.0, 3914.0, 3871.0, 3928.0, 3888.0, 3916.0, 3872.0, 3904.0, 3862.0, 3892.0, 3851.0, 3904.0, 3861.0, 3892.0, 3852.0, 3871.0, 3839.0, 3883.0, 3852.0, 3860.0, 3870.0, 3828.0, 3881.0, 3840.0, 3904.0, 3861.0, 3901.0, 3851.0, 3892.0, 3839.0, 3892.0, 3854.0, 3903.0, 3863.0, 3874.0, 3873.0, 3894.0, 3884.0, 3894.0, 3904.0, 3861.0, 3905.0, 3850.0], 'WindowWidth': [8730.0, 8616.0, 8630.0, 8666.0, 8658.0, 8719.0, 8634.0, 8598.0, 8698.0, 8668.0, 8600.0, 8580.0, 8606.0, 8655.0, 8678.0, 8598.0, 8636.0, 8661.0, 8632.0, 8678.0, 8687.0, 8664.0, 8692.0, 8630.0, 8613.0, 8668.0, 8610.0, 8615.0, 8657.0, 8627.0, 8630.0, 8705.0, 8661.0, 8633.0, 8708.0, 8663.0, 8674.0, 8655.0, 8626.0, 8667.0, 8606.0, 8665.0, 8590.0, 8649.0, 8605.0, 8649.0, 8610.0, 8659.0, 8639.0, 8561.0, 8601.0, 8423.0, 8635.0, 8602.0, 8660.0, 8658.0, 8605.0, 8715.0, 8639.0, 8661.0, 8723.0, 8703.0, 8694.0, 8765.0, 8720.0, 8747.0, 8737.0, 8705.0, 8765.0, 8705.0, 8766.0, 8718.0, 8755.0, 8721.0, 8732.0, 8685.0, 8705.0, 8662.0, 8673.0, 8664.0, 8735.0, 8752.0, 8656.0, 8638.0, 8635.0, 8681.0, 8638.0, 8691.0, 8666.0, 8732.0, 8761.0, 8715.0, 8682.0, 8741.0, 8693.0, 8724.0, 8699.0, 8651.0, 8678.0, 8637.0, 8724.0, 8671.0, 8751.0, 8702.0, 8712.0, 8667.0, 8664.0, 8648.0, 8673.0, 8666.0, 8624.0, 8691.0, 8618.0, 8689.0, 8659.0, 8670.0, 8657.0, 8625.0, 8679.0, 8623.0, 8715.0, 8663.0, 8732.0, 8652.0, 8704.0, 8652.0, 8715.0, 8675.0, 8685.0, 8654.0, 8636.0, 8661.0, 8656.0, 8692.0, 8630.0, 8728.0, 8656.0, 8750.0, 8694.0, 8733.0, 8685.0, 8728.0, 8683.0, 8710.0, 8672.0, 8709.0, 8648.0, 8684.0, 8627.0, 8655.0, 8632.0, 8658.0, 8615.0, 8583.0, 8611.0, 8584.0, 8631.0, 8609.0, 8660.0, 8603.0, 8658.0, 8604.0, 8700.0, 8641.0, 8695.0, 8653.0, 8695.0, 8676.0, 8731.0, 8676.0, 8658.0, 8670.0, 8664.0, 8720.0, 8677.0, 8732.0, 8672.0, 8732.0, 8714.0, 8754.0, 8693.0, 8687.0, 8667.0, 8655.0, 8704.0, 8672.0, 8715.0, 8636.0, 8691.0, 8632.0, 8714.0, 8649.0, 8681.0, 8626.0, 8654.0, 8617.0, 8623.0, 8651.0, 8625.0, 8678.0, 8633.0, 8712.0, 8659.0, 8724.0, 8653.0, 8717.0, 8649.0, 8712.0, 8663.0, 8662.0, 8657.0, 8645.0, 8642.0, 8647.0, 8676.0, 8631.0, 8656.0, 8581.0, 8669.0, 8600.0, 8688.0, 8648.0, 8670.0, 8634.0, 8705.0, 8640.0, 8728.0, 8668.0, 8678.0, 8648.0, 8694.0, 8670.0, 8712.0, 8664.0, 8637.0, 8645.0, 8590.0, 8647.0, 8609.0, 8696.0, 8646.0, 8721.0, 8669.0, 8718.0, 8671.0, 8666.0, 8659.0, 8627.0, 8703.0, 8671.0, 8771.0, 8722.0, 8739.0, 8694.0, 8772.0, 8742.0, 8740.0, 8720.0, 8671.0, 8696.0, 8660.0, 8738.0, 8672.0, 8715.0, 8652.0, 8696.0, 8660.0, 8728.0, 8669.0, 8675.0, 8616.0, 8647.0, 8650.0, 8607.0, 8663.0, 8602.0, 8671.0, 8634.0, 8711.0, 8652.0, 8660.0, 8640.0, 8646.0, 8652.0, 8621.0, 8692.0, 8632.0, 8705.0, 8689.0, 8727.0, 8664.0, 8600.0, 8686.0, 8663.0, 8644.0, 8703.0, 8659.0, 8651.0, 8714.0, 8681.0, 8710.0, 8661.0, 8685.0, 8659.0, 8702.0, 8664.0, 8629.0, 8628.0, 8586.0, 8616.0, 8590.0, 8629.0, 8581.0, 8628.0, 8600.0, 8617.0, 8654.0, 8653.0, 8606.0, 8643.0, 8667.0, 8668.0, 8701.0, 8652.0, 8715.0, 8693.0, 8738.0, 8689.0, 8697.0, 8652.0, 8674.0, 8635.0, 8667.0, 8616.0, 8586.0, 8624.0, 8586.0, 8663.0, 8636.0, 8618.0, 8670.0, 8627.0, 8702.0, 8677.0, 8703.0, 8653.0, 8611.0, 8699.0, 8641.0, 8711.0, 8657.0, 8697.0, 8656.0, 8640.0, 8636.0, 8618.0, 8689.0, 8661.0, 8672.0, 8625.0, 8611.0, 8658.0, 8624.0, 8725.0, 8648.0, 8703.0, 8662.0, 8689.0, 8665.0, 8704.0, 8669.0, 8648.0, 8648.0, 8636.0, 8680.0, 8612.0, 8700.0, 8657.0, 8698.0, 8656.0, 8661.0, 8681.0, 8652.0, 8727.0, 8667.0, 8753.0, 8713.0, 8791.0, 8739.0, 8772.0, 8730.0, 8754.0, 8724.0, 8753.0, 8708.0, 8682.0, 8663.0, 8620.0, 8715.0, 8672.0, 8730.0, 8663.0, 8675.0, 8647.0, 8664.0, 8679.0, 8646.0, 8673.0, 8596.0, 8651.0, 8613.0, 8658.0, 8609.0, 8652.0, 8605.0, 8614.0, 8609.0, 8641.0, 8628.0, 8611.0, 8625.0, 8609.0, 8607.0, 8607.0, 8644.0, 8645.0, 8670.0, 8610.0, 8665.0, 8604.0, 8687.0, 8637.0, 8685.0, 8633.0, 8686.0, 8620.0, 8672.0, 8637.0, 8691.0, 8656.0, 8701.0, 8665.0, 8653.0, 8663.0, 8618.0, 8676.0, 8638.0, 8725.0, 8667.0, 8728.0, 8671.0, 8724.0, 8685.0, 8732.0, 8685.0, 8711.0, 8663.0, 8671.0, 8631.0, 8676.0, 8642.0, 8631.0, 8642.0, 8613.0, 8622.0, 8610.0, 8644.0, 8628.0, 8641.0, 8590.0, 8634.0, 8592.0, 8637.0, 8630.0, 8663.0, 8639.0, 8672.0, 8655.0, 8657.0, 8646.0, 8638.0, 8638.0, 8677.0, 8692.0, 8650.0, 8716.0, 8664.0, 8692.0, 8669.0, 8695.0, 8652.0, 8694.0, 8638.0, 8673.0, 8657.0, 8715.0, 8658.0, 8689.0, 8642.0, 8697.0, 8665.0, 8709.0, 8664.0, 8713.0, 8673.0, 8708.0, 8630.0, 8653.0, 8609.0, 8611.0, 8632.0, 8635.0, 8634.0, 8638.0, 8654.0, 8641.0, 8687.0, 8633.0, 8714.0, 8675.0, 8728.0, 8670.0, 8729.0, 8696.0, 8730.0, 8685.0, 8716.0, 8669.0, 8689.0, 8633.0, 8697.0, 8640.0, 8639.0, 8640.0, 8635.0, 8635.0, 8640.0, 8686.0, 8639.0, 8693.0, 8620.0, 8680.0, 8616.0, 8676.0, 8619.0, 8670.0, 8635.0, 8619.0, 8633.0, 8635.0, 8659.0, 8649.0, 8711.0, 8642.0, 8708.0, 8653.0, 8712.0, 8672.0, 8730.0, 8694.0, 8711.0, 8655.0, 8663.0, 8654.0, 8668.0, 8664.0, 8624.0, 8681.0, 8638.0, 8694.0, 8658.0, 8733.0, 8690.0, 8712.0, 8655.0, 8693.0, 8652.0, 8715.0, 8659.0, 8692.0, 8638.0, 8648.0, 8618.0, 8621.0, 8641.0, 8641.0, 8657.0, 8645.0, 8671.0, 8625.0, 8680.0, 8640.0, 8714.0, 8670.0, 8738.0, 8691.0, 8714.0, 8676.0, 8730.0, 8674.0, 8734.0, 8675.0, 8712.0, 8672.0, 8699.0, 8641.0, 8679.0, 8638.0, 8700.0, 8639.0, 8664.0, 8640.0, 8605.0, 8620.0, 8619.0, 8642.0, 8646.0, 8674.0, 8647.0, 8703.0, 8642.0, 8713.0, 8642.0, 8733.0, 8679.0, 8729.0, 8657.0, 8713.0, 8638.0, 8691.0, 8660.0, 8702.0, 8659.0, 8717.0, 8646.0, 8713.0, 8638.0, 8695.0, 8647.0, 8719.0, 8663.0, 8715.0, 8664.0, 8719.0, 8692.0, 8741.0, 8699.0, 8724.0, 8703.0, 8686.0, 8693.0, 8727.0, 8744.0, 8741.0, 8724.0, 8706.0, 8701.0, 8698.0, 8704.0, 8732.0, 8681.0, 8666.0, 8649.0, 8646.0, 8633.0, 8653.0, 8649.0, 8617.0, 8650.0, 8632.0, 8661.0, 8625.0, 8678.0, 8645.0, 8734.0, 8663.0, 8662.0, 8685.0, 8689.0, 8701.0, 8718.0, 8711.0, 8740.0, 8719.0, 8675.0, 8705.0, 8660.0, 8732.0, 8680.0, 8732.0, 8687.0, 8664.0, 8721.0, 8689.0, 8739.0, 8715.0, 8694.0, 8658.0, 8652.0, 8665.0, 8634.0, 8686.0, 8632.0, 8647.0, 8587.0, 8627.0, 8583.0, 8613.0, 8586.0, 8622.0, 8608.0, 8576.0, 8607.0, 8578.0, 8608.0, 8596.0, 8634.0, 8623.0, 8638.0, 8650.0, 8637.0, 8691.0, 8636.0, 8709.0, 8658.0, 8739.0, 8683.0, 8692.0, 8660.0, 8634.0, 8678.0, 8719.0, 8706.0, 8759.0, 8745.0, 8759.0, 8709.0, 8736.0, 8691.0, 8710.0, 8671.0, 8701.0, 8650.0, 8677.0, 8624.0, 8680.0, 8621.0, 8661.0, 8621.0, 8666.0, 8647.0, 8686.0, 8628.0, 8666.0, 8645.0, 8670.0, 8648.0, 8701.0, 8656.0, 8756.0, 8698.0, 8737.0, 8690.0, 8717.0, 8667.0, 8701.0, 8674.0, 8683.0, 8652.0, 8664.0, 8618.0, 8632.0, 8617.0, 8653.0, 8628.0, 8682.0, 8629.0, 8672.0, 8647.0, 8680.0, 8679.0, 8731.0, 8690.0, 8763.0, 8707.0, 8774.0, 8733.0, 8778.0, 8732.0, 8759.0, 8718.0, 8725.0, 8720.0, 8676.0, 8720.0, 8657.0, 8672.0, 8657.0, 8642.0, 8644.0, 8644.0, 8661.0, 8671.0, 8728.0, 8682.0, 8738.0, 8668.0, 8734.0, 8659.0, 8736.0, 8684.0, 8734.0, 8679.0, 8734.0, 8677.0, 8740.0, 8696.0, 8717.0, 8680.0, 8719.0, 8663.0, 8677.0, 8688.0, 8703.0, 8730.0, 8727.0, 8760.0, 8709.0, 8741.0, 8738.0, 8764.0, 8734.0, 8760.0, 8699.0, 8757.0, 8681.0, 8740.0, 8685.0, 8740.0, 8681.0, 8726.0, 8663.0, 8704.0, 8629.0, 8701.0, 8670.0, 8704.0, 8646.0, 8702.0, 8629.0, 8684.0, 8624.0, 8691.0, 8650.0, 8717.0, 8657.0, 8679.0, 8672.0, 8688.0, 8706.0, 8751.0, 8746.0, 8731.0, 8764.0, 8710.0, 8744.0, 8730.0, 8743.0, 8706.0, 8741.0, 8660.0, 8723.0, 8683.0, 8746.0, 8683.0, 8717.0, 8642.0, 8587.0, 8665.0, 8617.0, 8604.0, 8725.0, 8699.0, 8718.0, 8686.0, 8717.0, 8682.0, 8733.0, 8656.0, 8648.0, 8579.0, 8622.0, 8528.0, 8568.0, 8546.0, 8566.0, 8558.0, 8559.0, 8544.0, 8539.0, 8525.0, 8540.0, 8529.0, 8585.0, 8571.0, 8571.0, 8569.0, 8585.0, 8569.0, 8584.0, 8585.0, 8602.0, 8609.0, 8642.0, 8623.0, 8624.0, 8599.0, 8640.0, 8601.0, 8673.0, 8634.0, 8733.0, 8674.0, 8733.0, 8679.0, 8733.0, 8677.0, 8731.0, 8678.0, 8735.0, 8701.0, 8756.0, 8702.0, 8725.0, 8686.0, 8660.0, 8722.0, 8743.0, 8765.0, 8776.0, 8788.0, 8763.0, 8788.0, 8773.0, 8772.0, 8791.0, 8775.0, 8771.0, 8751.0, 8725.0, 8733.0, 8701.0, 8715.0, 8712.0, 8734.0, 8690.0, 8731.0, 8640.0, 8724.0, 8653.0, 8716.0, 8705.0, 8710.0, 8667.0, 8711.0, 8649.0, 8704.0, 8637.0, 8726.0, 8665.0, 8736.0, 8678.0, 8723.0, 8663.0, 8716.0, 8687.0, 8742.0, 8694.0, 8719.0, 8691.0, 8688.0, 8652.0, 8709.0, 8666.0, 8716.0, 8669.0, 8695.0, 8649.0, 8673.0, 8597.0, 8640.0, 8604.0, 8645.0, 8598.0, 8613.0, 8617.0, 8583.0, 8636.0, 8622.0, 8632.0, 8625.0, 8623.0, 8664.0, 8636.0, 8651.0, 8637.0, 8677.0, 8636.0, 8735.0, 8673.0, 8693.0, 8639.0, 8648.0, 8619.0, 8622.0, 8644.0, 8645.0, 8641.0, 8630.0, 8689.0, 8626.0, 8700.0, 8649.0, 8734.0, 8680.0, 8735.0, 8673.0, 8735.0, 8677.0, 8719.0, 8676.0, 8736.0, 8699.0, 8739.0, 8697.0, 8733.0, 8696.0, 8705.0, 8665.0, 8695.0, 8703.0, 8726.0, 8726.0, 8716.0, 8744.0, 8680.0, 8763.0, 8718.0, 8758.0, 8708.0, 8739.0, 8698.0, 8740.0, 8699.0, 8754.0, 8695.0, 8719.0, 8673.0, 8670.0, 8623.0, 8697.0, 8627.0, 8716.0, 8658.0, 8697.0, 8651.0, 8675.0, 8607.0, 8658.0, 8642.0, 8648.0, 8623.0, 8646.0, 8599.0, 8628.0, 8622.0, 8644.0, 8620.0, 8619.0, 8648.0, 8663.0, 8650.0, 8649.0, 8667.0, 8652.0, 8696.0, 8712.0, 8744.0, 8728.0, 8735.0, 8692.0, 8736.0, 8691.0, 8741.0, 8696.0, 8718.0, 8659.0, 8708.0, 8628.0, 8684.0, 8647.0, 8705.0, 8649.0, 8714.0, 8643.0, 8697.0, 8641.0, 8696.0, 8648.0, 8716.0, 8660.0, 8712.0, 8662.0, 8663.0, 8647.0, 8646.0, 8711.0, 8710.0, 8738.0, 8674.0, 8750.0, 8691.0, 8730.0, 8690.0, 8755.0, 8691.0, 8718.0, 8675.0, 8704.0, 8641.0, 8698.0, 8665.0, 8718.0, 8665.0, 8714.0, 8669.0, 8721.0, 8659.0, 8724.0, 8666.0, 8675.0, 8645.0, 8668.0, 8677.0, 8631.0, 8722.0, 8671.0, 8755.0, 8696.0, 8739.0, 8681.0, 8695.0, 8703.0, 8694.0, 8745.0, 8700.0, 8774.0, 8737.0, 8758.0, 8717.0, 8734.0, 8718.0, 8695.0, 8763.0, 8697.0, 8743.0, 8692.0, 8728.0, 8692.0, 8704.0, 8657.0, 8666.0, 8587.0, 8644.0, 8602.0, 8669.0, 8630.0, 8680.0, 8610.0, 8652.0, 8629.0, 8649.0, 8647.0, 8692.0, 8633.0, 8703.0, 8646.0, 8717.0, 8653.0, 8743.0, 8666.0, 8715.0, 8662.0, 8713.0, 8609.0, 8666.0, 8648.0, 8688.0, 8628.0, 8669.0, 8624.0, 8667.0, 8621.0, 8652.0, 8639.0, 8693.0, 8719.0, 8688.0, 8668.0, 8675.0, 8630.0, 8685.0, 8646.0, 8719.0, 8694.0, 8762.0, 8721.0, 8781.0, 8742.0, 8776.0, 8741.0, 8789.0, 8755.0, 8776.0, 8740.0, 8764.0, 8694.0, 8727.0, 8686.0, 8741.0, 8677.0, 8722.0, 8666.0, 8703.0, 8649.0, 8710.0, 8648.0, 8701.0, 8651.0, 8697.0, 8630.0, 8683.0, 8637.0, 8706.0, 8633.0, 8686.0, 8633.0, 8694.0, 8611.0, 8682.0, 8638.0, 8700.0, 8625.0, 8698.0, 8612.0, 8679.0, 8614.0, 8720.0, 8647.0, 8695.0, 8649.0, 8696.0, 8631.0, 8699.0, 8649.0, 8740.0, 8684.0, 8732.0, 8676.0, 8690.0, 8657.0, 8699.0, 8675.0, 8689.0, 8682.0, 8646.0, 8719.0, 8644.0, 8728.0, 8674.0, 8756.0, 8693.0, 8731.0, 8688.0, 8716.0, 8660.0, 8659.0, 8652.0, 8681.0, 8692.0, 8661.0, 8725.0, 8666.0, 8733.0, 8671.0, 8758.0, 8703.0, 8739.0, 8673.0, 8718.0, 8657.0, 8696.0, 8645.0, 8717.0, 8657.0, 8699.0, 8646.0, 8668.0, 8623.0, 8689.0, 8645.0, 8654.0, 8667.0, 8609.0, 8682.0, 8629.0, 8718.0, 8657.0, 8710.0, 8642.0, 8697.0, 8624.0, 8702.0, 8655.0, 8718.0, 8664.0, 8679.0, 8676.0, 8704.0, 8691.0, 8706.0, 8717.0, 8655.0, 8720.0, 8641.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.014305491372843211</td></tr>
<tr><td colspan=3>aqi</td><td>0.05600361327831958</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.60491977727473</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2084293940690691</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0908090438663658</td></tr>
<tr><td colspan=3>efc</td><td>0.464</td></tr>
<tr><td colspan=3>fber</td><td>4777.3677</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.17970772203726537</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>263</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>19.72993248312078</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7739511580429785</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6586225729771344</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.079319835674203</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.5839110654776</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121395</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.00814541894942522</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.035982389003038406</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1333</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.677113525995383</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>19.8106</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>42.684</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>169.8373</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>48.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307677.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>777.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>313.422</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.6906</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>514.5187</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3092.9373</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3321.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>68867.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>916.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4102.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>903.1475</td></tr>
<tr><td colspan=3>tsnr</td><td>25.27007380500436</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>