<?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-0133_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-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0133/figures/sub-0133_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-0133/figures/sub-0133_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0133/figures/sub-0133_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-0133/ses-03/func/sub-0133_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>8c940e7deaa7e259730132639468a269</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>21:33:9.985000</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.994586, 0.0981192, 0.034231, -0.0971695, 0.994863, -0.0283869]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.0890937</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4218, -7781, -7232, 229, -176, -85, -23, 88]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.065, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>261.806</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1834905b-5572-40a0-a25a-4d9fecee8e6e||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.668401002883911, -0.2606986463069916, 0.09946931898593903, 121.80004119873047], [-0.2632465362548828, 2.669144630432129, -0.06724897772073746, -86.55231475830078], [0.09183935821056366, 0.07616007328033447, 2.697328805923462, -82.52931213378906], [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': ['213309.985000', '213310.445000', '213310.905000', '213311.365000', '213311.825000', '213312.285000', '213312.745000', '213313.205000', '213313.665000', '213314.125000', '213314.585000', '213315.045000', '213315.505000', '213315.965000', '213316.425000', '213316.885000', '213317.345000', '213317.805000', '213318.265000', '213318.725000', '213319.185000', '213319.645000', '213320.105000', '213320.565000', '213321.025000', '213321.485000', '213321.945000', '213322.405000', '213322.865000', '213323.325000', '213323.785000', '213324.245000', '213324.705000', '213325.165000', '213325.625000', '213326.085000', '213326.545000', '213327.005000', '213327.465000', '213327.925000', '213328.385000', '213328.845000', '213329.305000', '213329.765000', '213330.225000', '213330.685000', '213331.145000', '213331.605000', '213332.065000', '213332.525000', '213332.985000', '213333.445000', '213333.905000', '213334.365000', '213334.825000', '213335.285000', '213335.745000', '213336.205000', '213336.665000', '213337.125000', '213337.585000', '213338.045000', '213338.505000', '213338.965000', '213339.425000', '213339.885000', '213340.345000', '213340.805000', '213341.265000', '213341.725000', '213342.185000', '213342.645000', '213343.105000', '213343.565000', '213344.025000', '213344.485000', '213344.945000', '213345.405000', '213345.865000', '213346.325000', '213346.785000', '213347.245000', '213347.705000', '213348.165000', '213348.625000', '213349.085000', '213349.545000', '213350.005000', '213350.465000', '213350.925000', '213351.385000', '213351.845000', '213352.305000', '213352.765000', '213353.225000', '213353.685000', '213354.145000', '213354.605000', '213355.065000', '213355.525000', '213355.985000', '213356.445000', '213356.905000', '213357.365000', '213357.825000', '213358.285000', '213358.745000', '213359.205000', '213359.665000', '213400.125000', '213400.585000', '213401.045000', '213401.505000', '213401.965000', '213402.425000', '213402.885000', '213403.345000', '213403.805000', '213404.265000', '213404.725000', '213405.185000', '213405.645000', '213406.105000', '213406.565000', '213407.025000', '213407.485000', '213407.945000', '213408.405000', '213408.865000', '213409.325000', '213409.785000', '213410.245000', '213410.705000', '213411.165000', '213411.625000', '213412.085000', '213412.545000', '213413.005000', '213413.465000', '213413.925000', '213414.385000', '213414.845000', '213415.305000', '213415.765000', '213416.225000', '213416.685000', '213417.145000', '213417.605000', '213418.065000', '213418.525000', '213418.985000', '213419.445000', '213419.905000', '213420.365000', '213420.825000', '213421.285000', '213421.745000', '213422.205000', '213422.665000', '213423.125000', '213423.585000', '213424.045000', '213424.505000', '213424.965000', '213425.425000', '213425.885000', '213426.345000', '213426.805000', '213427.265000', '213427.725000', '213428.185000', '213428.645000', '213429.105000', '213429.565000', '213430.025000', '213430.485000', '213430.945000', '213431.405000', '213431.865000', '213432.325000', '213432.785000', '213433.245000', '213433.705000', '213434.165000', '213434.625000', '213435.085000', '213435.545000', '213436.005000', '213436.465000', '213436.925000', '213437.385000', '213437.845000', '213438.305000', '213438.765000', '213439.225000', '213439.685000', '213440.145000', '213440.605000', '213441.065000', '213441.525000', '213441.985000', '213442.445000', '213442.905000', '213443.365000', '213443.825000', '213444.285000', '213444.745000', '213445.205000', '213445.665000', '213446.125000', '213446.585000', '213447.045000', '213447.505000', '213447.965000', '213448.425000', '213448.885000', '213449.345000', '213449.805000', '213450.265000', '213450.725000', '213451.185000', '213451.645000', '213452.105000', '213452.565000', '213453.025000', '213453.485000', '213453.945000', '213454.405000', '213454.865000', '213455.325000', '213455.785000', '213456.245000', '213456.705000', '213457.165000', '213457.625000', '213458.085000', '213458.545000', '213459.005000', '213459.465000', '213459.925000', '213500.385000', '213500.845000', '213501.305000', '213501.765000', '213502.225000', '213502.685000', '213503.145000', '213503.605000', '213504.065000', '213504.525000', '213504.985000', '213505.445000', '213505.905000', '213506.365000', '213506.825000', '213507.285000', '213507.745000', '213508.205000', '213508.665000', '213509.125000', '213509.585000', '213510.045000', '213510.505000', '213510.965000', '213511.425000', '213511.885000', '213512.345000', '213512.805000', '213513.265000', '213513.725000', '213514.185000', '213514.645000', '213515.105000', '213515.565000', '213516.025000', '213516.485000', '213516.945000', '213517.405000', '213517.865000', '213518.325000', '213518.785000', '213519.245000', '213519.705000', '213520.165000', '213520.625000', '213521.085000', '213521.545000', '213522.005000', '213522.465000', '213522.925000', '213523.385000', '213523.845000', '213524.305000', '213524.765000', '213525.225000', '213525.685000', '213526.145000', '213526.605000', '213527.065000', '213527.525000', '213527.985000', '213528.445000', '213528.905000', '213529.365000', '213529.825000', '213530.285000', '213530.745000', '213531.205000', '213531.665000', '213532.125000', '213532.585000', '213533.045000', '213533.505000', '213533.965000', '213534.425000', '213534.885000', '213535.345000', '213535.805000', '213536.265000', '213536.725000', '213537.185000', '213537.645000', '213538.105000', '213538.565000', '213539.025000', '213539.485000', '213539.945000', '213540.405000', '213540.865000', '213541.325000', '213541.785000', '213542.245000', '213542.705000', '213543.165000', '213543.625000', '213544.085000', '213544.545000', '213545.005000', '213545.465000', '213545.925000', '213546.385000', '213546.845000', '213547.305000', '213547.765000', '213548.225000', '213548.685000', '213549.145000', '213549.605000', '213550.065000', '213550.525000', '213550.985000', '213551.445000', '213551.905000', '213552.365000', '213552.825000', '213553.285000', '213553.745000', '213554.205000', '213554.665000', '213555.125000', '213555.585000', '213556.045000', '213556.505000', '213556.965000', '213557.425000', '213557.885000', '213558.345000', '213558.805000', '213559.265000', '213559.725000', '213600.185000', '213600.645000', '213601.105000', '213601.565000', '213602.025000', '213602.485000', '213602.945000', '213603.405000', '213603.865000', '213604.325000', '213604.785000', '213605.245000', '213605.705000', '213606.165000', '213606.625000', '213607.085000', '213607.545000', '213608.005000', '213608.465000', '213608.925000', '213609.385000', '213609.845000', '213610.305000', '213610.765000', '213611.225000', '213611.685000', '213612.145000', '213612.605000', '213613.065000', '213613.525000', '213613.985000', '213614.445000', '213614.905000', '213615.365000', '213615.825000', '213616.285000', '213616.745000', '213617.205000', '213617.665000', '213618.125000', '213618.585000', '213619.045000', '213619.505000', '213619.965000', '213620.425000', '213620.885000', '213621.345000', '213621.805000', '213622.265000', '213622.725000', '213623.185000', '213623.645000', '213624.105000', '213624.565000', '213625.025000', '213625.485000', '213625.945000', '213626.405000', '213626.865000', '213627.325000', '213627.785000', '213628.245000', '213628.705000', '213629.165000', '213629.625000', '213630.085000', '213630.545000', '213631.005000', '213631.465000', '213631.925000', '213632.385000', '213632.845000', '213633.305000', '213633.765000', '213634.225000', '213634.685000', '213635.145000', '213635.605000', '213636.065000', '213636.525000', '213636.985000', '213637.445000', '213637.905000', '213638.365000', '213638.825000', '213639.285000', '213639.745000', '213640.205000', '213640.665000', '213641.125000', '213641.585000', '213642.045000', '213642.505000', '213642.965000', '213643.425000', '213643.885000', '213644.345000', '213644.805000', '213645.265000', '213645.725000', '213646.185000', '213646.645000', '213647.105000', '213647.565000', '213648.025000', '213648.485000', '213648.945000', '213649.405000', '213649.865000', '213650.325000', '213650.785000', '213651.245000', '213651.705000', '213652.165000', '213652.625000', '213653.085000', '213653.545000', '213654.005000', '213654.465000', '213654.925000', '213655.385000', '213655.845000', '213656.305000', '213656.765000', '213657.225000', '213657.685000', '213658.145000', '213658.605000', '213659.065000', '213659.525000', '213659.985000', '213700.445000', '213700.905000', '213701.365000', '213701.825000', '213702.285000', '213702.745000', '213703.205000', '213703.665000', '213704.125000', '213704.585000', '213705.045000', '213705.505000', '213705.965000', '213706.425000', '213706.885000', '213707.345000', '213707.805000', '213708.265000', '213708.725000', '213709.185000', '213709.645000', '213710.105000', '213710.565000', '213711.025000', '213711.485000', '213711.945000', '213712.405000', '213712.865000', '213713.325000', '213713.785000', '213714.245000', '213714.705000', '213715.165000', '213715.625000', '213716.085000', '213716.545000', '213717.005000', '213717.465000', '213717.925000', '213718.385000', '213718.845000', '213719.305000', '213719.765000', '213720.225000', '213720.685000', '213721.145000', '213721.605000', '213722.065000', '213722.525000', '213722.985000', '213723.445000', '213723.905000', '213724.365000', '213724.825000', '213725.285000', '213725.745000', '213726.205000', '213726.665000', '213727.125000', '213727.585000', '213728.045000', '213728.505000', '213728.965000', '213729.425000', '213729.885000', '213730.345000', '213730.805000', '213731.265000', '213731.725000', '213732.185000', '213732.645000', '213733.105000', '213733.565000', '213734.025000', '213734.485000', '213734.945000', '213735.405000', '213735.865000', '213736.325000', '213736.785000', '213737.245000', '213737.705000', '213738.165000', '213738.625000', '213739.085000', '213739.545000', '213740.005000', '213740.465000', '213740.925000', '213741.385000', '213741.845000', '213742.305000', '213742.765000', '213743.225000', '213743.685000', '213744.145000', '213744.605000', '213745.065000', '213745.525000', '213745.985000', '213746.445000', '213746.905000', '213747.365000', '213747.825000', '213748.285000', '213748.745000', '213749.205000', '213749.665000', '213750.125000', '213750.585000', '213751.045000', '213751.505000', '213751.965000', '213752.425000', '213752.885000', '213753.345000', '213753.805000', '213754.265000', '213754.725000', '213755.185000', '213755.645000', '213756.105000', '213756.565000', '213757.025000', '213757.485000', '213757.945000', '213758.405000', '213758.865000', '213759.325000', '213759.785000', '213800.245000', '213800.705000', '213801.165000', '213801.625000', '213802.085000', '213802.545000', '213803.005000', '213803.465000', '213803.925000', '213804.385000', '213804.845000', '213805.305000', '213805.765000', '213806.225000', '213806.685000', '213807.145000', '213807.605000', '213808.065000', '213808.525000', '213808.985000', '213809.445000', '213809.905000', '213810.365000', '213810.825000', '213811.285000', '213811.745000', '213812.205000', '213812.665000', '213813.125000', '213813.585000', '213814.045000', '213814.505000', '213814.965000', '213815.425000', '213815.885000', '213816.345000', '213816.805000', '213817.265000', '213817.725000', '213818.185000', '213818.645000', '213819.105000', '213819.565000', '213820.025000', '213820.485000', '213820.945000', '213821.405000', '213821.865000', '213822.325000', '213822.785000', '213823.245000', '213823.705000', '213824.165000', '213824.625000', '213825.085000', '213825.545000', '213826.005000', '213826.465000', '213826.925000', '213827.385000', '213827.845000', '213828.305000', '213828.765000', '213829.225000', '213829.685000', '213830.145000', '213830.605000', '213831.065000', '213831.525000', '213831.985000', '213832.445000', '213832.905000', '213833.365000', '213833.825000', '213834.285000', '213834.745000', '213835.205000', '213835.665000', '213836.125000', '213836.585000', '213837.045000', '213837.505000', '213837.965000', '213838.425000', '213838.885000', '213839.345000', '213839.805000', '213840.265000', '213840.725000', '213841.185000', '213841.645000', '213842.105000', '213842.565000', '213843.025000', '213843.485000', '213843.945000', '213844.405000', '213844.865000', '213845.325000', '213845.785000', '213846.245000', '213846.705000', '213847.165000', '213847.625000', '213848.085000', '213848.545000', '213849.005000', '213849.465000', '213849.925000', '213850.385000', '213850.845000', '213851.305000', '213851.765000', '213852.225000', '213852.685000', '213853.145000', '213853.605000', '213854.065000', '213854.525000', '213854.985000', '213855.445000', '213855.905000', '213856.365000', '213856.825000', '213857.285000', '213857.745000', '213858.205000', '213858.665000', '213859.125000', '213859.585000', '213900.045000', '213900.505000', '213900.965000', '213901.425000', '213901.885000', '213902.345000', '213902.805000', '213903.265000', '213903.725000', '213904.185000', '213904.645000', '213905.105000', '213905.565000', '213906.025000', '213906.485000', '213906.945000', '213907.405000', '213907.865000', '213908.325000', '213908.785000', '213909.245000', '213909.705000', '213910.165000', '213910.625000', '213911.085000', '213911.545000', '213912.005000', '213912.465000', '213912.925000', '213913.385000', '213913.845000', '213914.305000', '213914.765000', '213915.225000', '213915.685000', '213916.145000', '213916.605000', '213917.065000', '213917.525000', '213917.985000', '213918.445000', '213918.905000', '213919.365000', '213919.825000', '213920.285000', '213920.745000', '213921.205000', '213921.665000', '213922.125000', '213922.585000', '213923.045000', '213923.505000', '213923.965000', '213924.425000', '213924.885000', '213925.345000', '213925.805000', '213926.265000', '213926.725000', '213927.185000', '213927.645000', '213928.105000', '213928.565000', '213929.025000', '213929.485000', '213929.945000', '213930.405000', '213930.865000', '213931.325000', '213931.785000', '213932.245000', '213932.705000', '213933.165000', '213933.625000', '213934.085000', '213934.545000', '213935.005000', '213935.465000', '213935.925000', '213936.385000', '213936.845000', '213937.305000', '213937.765000', '213938.225000', '213938.685000', '213939.145000', '213939.605000', '213940.065000', '213940.525000', '213940.985000', '213941.445000', '213941.905000', '213942.365000', '213942.825000', '213943.285000', '213943.745000', '213944.205000', '213944.665000', '213945.125000', '213945.585000', '213946.045000', '213946.505000', '213946.965000', '213947.425000', '213947.885000', '213948.345000', '213948.805000', '213949.265000', '213949.725000', '213950.185000', '213950.645000', '213951.105000', '213951.565000', '213952.025000', '213952.485000', '213952.945000', '213953.405000', '213953.865000', '213954.325000', '213954.785000', '213955.245000', '213955.705000', '213956.165000', '213956.625000', '213957.085000', '213957.545000', '213958.005000', '213958.465000', '213958.925000', '213959.385000', '213959.845000', '214000.305000', '214000.765000', '214001.225000', '214001.685000', '214002.145000', '214002.605000', '214003.065000', '214003.525000', '214003.985000', '214004.445000', '214004.905000', '214005.365000', '214005.825000', '214006.285000', '214006.745000', '214007.205000', '214007.665000', '214008.125000', '214008.585000', '214009.045000', '214009.505000', '214009.965000', '214010.425000', '214010.885000', '214011.345000', '214011.805000', '214012.265000', '214012.725000', '214013.185000', '214013.645000', '214014.105000', '214014.565000', '214015.025000', '214015.485000', '214015.945000', '214016.405000', '214016.865000', '214017.325000', '214017.785000', '214018.245000', '214018.705000', '214019.165000', '214019.625000', '214020.085000', '214020.545000', '214021.005000', '214021.465000', '214021.925000', '214022.385000', '214022.845000', '214023.305000', '214023.765000', '214024.225000', '214024.685000', '214025.145000', '214025.605000', '214026.065000', '214026.525000', '214026.985000', '214027.445000', '214027.905000', '214028.365000', '214028.825000', '214029.285000', '214029.745000', '214030.205000', '214030.665000', '214031.125000', '214031.585000', '214032.045000', '214032.505000', '214032.965000', '214033.425000', '214033.885000', '214034.345000', '214034.805000', '214035.265000', '214035.725000', '214036.185000', '214036.645000', '214037.105000', '214037.565000', '214038.025000', '214038.485000', '214038.945000', '214039.405000', '214039.865000', '214040.325000', '214040.785000', '214041.245000', '214041.705000', '214042.165000', '214042.625000', '214043.085000', '214043.545000', '214044.005000', '214044.465000', '214044.925000', '214045.385000', '214045.845000', '214046.305000', '214046.765000', '214047.225000', '214047.685000', '214048.145000', '214048.605000', '214049.065000', '214049.525000', '214049.985000', '214050.445000', '214050.905000', '214051.365000', '214051.825000', '214052.285000', '214052.745000', '214053.205000', '214053.665000', '214054.125000', '214054.585000', '214055.045000', '214055.505000', '214055.965000', '214056.425000', '214056.885000', '214057.345000', '214057.805000', '214058.265000', '214058.725000', '214059.185000', '214059.645000', '214100.105000', '214100.565000', '214101.025000', '214101.485000', '214101.945000', '214102.405000', '214102.865000', '214103.325000', '214103.785000', '214104.245000', '214104.705000', '214105.165000', '214105.625000', '214106.085000', '214106.545000', '214107.005000', '214107.465000', '214107.925000', '214108.385000', '214108.845000', '214109.305000', '214109.765000', '214110.225000', '214110.685000', '214111.145000', '214111.605000', '214112.065000', '214112.525000', '214112.985000', '214113.445000', '214113.905000', '214114.365000', '214114.825000', '214115.285000', '214115.745000', '214116.205000', '214116.665000', '214117.125000', '214117.585000', '214118.045000', '214118.505000', '214118.965000', '214119.425000', '214119.885000', '214120.345000', '214120.805000', '214121.265000', '214121.725000', '214122.185000', '214122.645000', '214123.105000', '214123.565000', '214124.025000', '214124.485000', '214124.945000', '214125.405000', '214125.865000', '214126.325000', '214126.785000', '214127.245000', '214127.705000', '214128.165000', '214128.625000', '214129.085000', '214129.545000', '214130.005000', '214130.465000', '214130.925000', '214131.385000', '214131.845000', '214132.305000', '214132.765000', '214133.225000', '214133.685000', '214134.145000', '214134.605000', '214135.065000', '214135.525000', '214135.985000', '214136.445000', '214136.905000', '214137.365000', '214137.825000', '214138.285000', '214138.745000', '214139.205000', '214139.665000', '214140.125000', '214140.585000', '214141.045000', '214141.505000', '214141.965000', '214142.425000', '214142.885000', '214143.345000', '214143.805000', '214144.265000', '214144.725000', '214145.185000', '214145.645000', '214146.105000', '214146.565000', '214147.025000', '214147.485000', '214147.945000', '214148.405000', '214148.865000', '214149.325000', '214149.785000', '214150.245000', '214150.705000', '214151.165000', '214151.625000', '214152.085000', '214152.545000', '214153.005000', '214153.465000', '214153.925000', '214154.385000', '214154.845000', '214155.305000', '214155.765000', '214156.225000', '214156.685000', '214157.145000', '214157.605000', '214158.065000', '214158.525000', '214158.985000', '214159.445000', '214159.905000', '214200.365000', '214200.825000', '214201.285000', '214201.745000', '214202.205000', '214202.665000', '214203.125000', '214203.585000', '214204.045000', '214204.505000', '214204.965000', '214205.425000', '214205.885000', '214206.345000', '214206.805000', '214207.265000', '214207.725000', '214208.185000', '214208.645000', '214209.105000', '214209.565000', '214210.025000', '214210.485000', '214210.945000', '214211.405000', '214211.865000', '214212.325000', '214212.785000', '214213.245000', '214213.705000', '214214.165000', '214214.625000', '214215.085000', '214215.545000', '214216.005000', '214216.465000', '214216.925000', '214217.385000', '214217.845000', '214218.305000', '214218.765000', '214219.225000', '214219.685000', '214220.145000', '214220.605000', '214221.065000', '214221.525000', '214221.985000', '214222.445000', '214222.905000', '214223.365000', '214223.825000', '214224.285000', '214224.745000', '214225.205000', '214225.665000', '214226.125000', '214226.585000', '214227.045000', '214227.505000', '214227.965000', '214228.425000', '214228.885000', '214229.345000', '214229.805000', '214230.265000', '214230.725000', '214231.185000', '214231.645000', '214232.105000', '214232.565000', '214233.025000', '214233.485000', '214233.945000', '214234.405000', '214234.865000', '214235.325000', '214235.785000', '214236.245000', '214236.705000', '214237.165000', '214237.625000', '214238.085000', '214238.545000', '214239.005000', '214239.465000', '214239.925000', '214240.385000', '214240.845000', '214241.305000', '214241.765000', '214242.225000', '214242.685000', '214243.145000', '214243.605000', '214244.065000', '214244.525000', '214244.985000', '214245.445000', '214245.905000', '214246.365000', '214246.825000', '214247.285000', '214247.745000', '214248.205000', '214248.665000', '214249.125000', '214249.585000', '214250.045000', '214250.505000', '214250.965000', '214251.425000', '214251.885000', '214252.345000', '214252.805000', '214253.265000', '214253.725000', '214254.185000', '214254.645000', '214255.105000', '214255.565000', '214256.025000', '214256.485000', '214256.945000', '214257.405000', '214257.865000', '214258.325000', '214258.785000', '214259.245000', '214259.705000', '214300.165000', '214300.625000', '214301.085000', '214301.545000', '214302.005000', '214302.465000', '214302.925000', '214303.385000', '214303.845000', '214304.305000', '214304.765000', '214305.225000', '214305.685000', '214306.145000', '214306.605000', '214307.065000', '214307.525000', '214307.985000', '214308.445000', '214308.905000', '214309.365000', '214309.825000', '214310.285000', '214310.745000', '214311.205000', '214311.665000', '214312.125000', '214312.585000', '214313.045000', '214313.505000', '214313.965000', '214314.425000', '214314.885000', '214315.345000', '214315.805000', '214316.265000', '214316.725000', '214317.185000', '214317.645000', '214318.105000', '214318.565000', '214319.025000', '214319.485000', '214319.945000', '214320.405000', '214320.865000', '214321.325000', '214321.785000', '214322.245000', '214322.705000', '214323.165000', '214323.625000'], 'ContentTime': ['213334.623000', '213334.626000', '213334.629000', '213334.631000', '213334.638000', '213334.641000', '213334.643000', '213334.646000', '213334.649000', '213334.652000', '213334.654000', '213334.657000', '213334.659000', '213334.662000', '213334.664000', '213334.667000', '213334.670000', '213334.672000', '213334.675000', '213334.677000', '213334.680000', '213334.683000', '213334.685000', '213334.688000', '213334.690000', '213334.698000', '213334.700000', '213334.712000', '213334.714000', '213334.717000', '213334.719000', '213334.722000', '213334.725000', '213334.727000', '213334.730000', '213334.732000', '213334.735000', '213334.737000', '213334.740000', '213334.743000', '213334.745000', '213334.748000', '213334.751000', '213334.753000', '213334.756000', '213334.758000', '213334.761000', '213334.764000', '213334.766000', '213334.769000', '213334.771000', '213354.588000', '213354.591000', '213354.593000', '213354.596000', '213354.599000', '213354.602000', '213354.605000', '213354.608000', '213354.611000', '213354.613000', '213354.616000', '213354.618000', '213354.621000', '213354.624000', '213354.626000', '213354.629000', '213354.631000', '213354.634000', '213354.637000', '213354.639000', '213354.646000', '213354.649000', '213354.651000', '213354.654000', '213354.656000', '213354.659000', '213354.661000', '213354.664000', '213354.667000', '213354.669000', '213354.672000', '213354.674000', '213354.677000', '213354.679000', '213354.682000', '213354.684000', '213354.687000', '213354.689000', '213354.692000', '213354.694000', '213354.697000', '213354.700000', '213354.702000', '213414.589000', '213414.591000', '213414.594000', '213414.597000', '213414.599000', '213414.602000', '213414.604000', '213414.607000', '213414.610000', '213414.612000', '213414.615000', '213414.617000', '213414.620000', '213414.623000', '213414.625000', '213414.628000', '213414.630000', '213414.633000', '213414.635000', '213414.638000', '213414.640000', '213414.643000', '213414.646000', '213414.648000', '213414.651000', '213414.653000', '213414.656000', '213414.659000', '213414.661000', '213414.664000', '213414.666000', '213414.669000', '213414.674000', '213414.677000', '213414.679000', '213414.682000', '213414.684000', '213414.687000', '213414.689000', '213414.692000', '213414.695000', '213414.697000', '213414.700000', '213414.702000', '213434.588000', '213434.591000', '213434.594000', '213434.596000', '213434.599000', '213434.602000', '213434.604000', '213434.607000', '213434.609000', '213434.612000', '213434.614000', '213434.617000', '213434.622000', '213434.624000', '213434.627000', '213434.629000', '213434.632000', '213434.635000', '213434.647000', '213434.650000', '213434.652000', '213434.655000', '213434.658000', '213434.660000', '213434.664000', '213434.667000', '213434.670000', '213434.673000', '213434.675000', '213434.678000', '213434.681000', '213434.684000', '213434.687000', '213434.690000', '213434.692000', '213434.695000', '213434.697000', '213434.700000', '213434.703000', '213434.705000', '213434.708000', '213434.710000', '213434.713000', '213454.588000', '213454.591000', '213454.594000', '213454.597000', '213454.599000', '213454.602000', '213454.604000', '213454.607000', '213454.609000', '213454.612000', '213454.615000', '213454.617000', '213454.620000', '213454.622000', '213454.625000', '213454.627000', '213454.630000', '213454.633000', '213454.635000', '213454.638000', '213454.640000', '213454.643000', '213454.646000', '213454.648000', '213454.651000', '213454.653000', '213454.656000', '213454.658000', '213454.661000', '213454.664000', '213454.666000', '213454.669000', '213454.671000', '213454.674000', '213454.676000', '213454.679000', '213454.682000', '213454.684000', '213454.687000', '213454.689000', '213454.692000', '213454.695000', '213454.697000', '213454.700000', '213514.587000', '213514.591000', '213514.593000', '213514.596000', '213514.599000', '213514.602000', '213514.604000', '213514.607000', '213514.610000', '213514.612000', '213514.615000', '213514.617000', '213514.620000', '213514.622000', '213514.625000', '213514.635000', '213514.638000', '213514.640000', '213514.643000', '213514.646000', '213514.648000', '213514.651000', '213514.653000', '213514.656000', '213514.659000', '213514.661000', '213514.664000', '213514.666000', '213514.669000', '213514.671000', '213514.674000', '213514.676000', '213514.679000', '213514.682000', '213514.684000', '213514.687000', '213514.689000', '213514.692000', '213514.695000', '213514.697000', '213514.700000', '213514.702000', '213514.705000', '213534.587000', '213534.590000', '213534.593000', '213534.595000', '213534.598000', '213534.601000', '213534.603000', '213534.606000', '213534.608000', '213534.611000', '213534.614000', '213534.616000', '213534.619000', '213534.621000', '213534.624000', '213534.626000', '213534.629000', '213534.632000', '213534.634000', '213534.637000', '213534.639000', '213534.642000', '213534.644000', '213534.647000', '213534.650000', '213534.652000', '213534.655000', '213534.657000', '213534.660000', '213534.663000', '213534.665000', '213534.668000', '213534.670000', '213534.673000', '213534.676000', '213534.678000', '213534.681000', '213534.683000', '213534.686000', '213534.689000', '213534.691000', '213534.694000', '213534.696000', '213534.699000', '213554.588000', '213554.591000', '213554.593000', '213554.596000', '213554.599000', '213554.602000', '213554.604000', '213554.607000', '213554.609000', '213554.612000', '213554.615000', '213554.617000', '213554.620000', '213554.623000', '213554.625000', '213554.628000', '213554.630000', '213554.633000', '213554.636000', '213554.638000', '213554.642000', '213554.645000', '213554.647000', '213554.657000', '213554.660000', '213554.662000', '213554.665000', '213554.667000', '213554.670000', '213554.673000', '213554.675000', '213554.678000', '213554.681000', '213554.683000', '213554.686000', '213554.688000', '213554.691000', '213554.694000', '213554.696000', '213554.699000', '213554.703000', '213554.706000', '213554.708000', '213614.587000', '213614.590000', '213614.593000', '213614.595000', '213614.598000', '213614.601000', '213614.603000', '213614.606000', '213614.608000', '213614.611000', '213614.614000', '213614.617000', '213614.620000', '213614.623000', '213614.625000', '213614.628000', '213614.630000', '213614.633000', '213614.636000', '213614.638000', '213614.641000', '213614.643000', '213614.646000', '213614.648000', '213614.651000', '213614.654000', '213614.656000', '213614.659000', '213614.661000', '213614.664000', '213614.666000', '213614.669000', '213614.672000', '213614.674000', '213614.677000', '213614.679000', '213614.682000', '213614.684000', '213614.687000', '213614.689000', '213614.692000', '213614.695000', '213614.697000', '213614.700000', '213634.589000', '213634.592000', '213634.594000', '213634.597000', '213634.599000', '213634.602000', '213634.604000', '213634.607000', '213634.610000', '213634.612000', '213634.615000', '213634.617000', '213634.620000', '213634.623000', '213634.625000', '213634.628000', '213634.630000', '213634.633000', '213634.636000', '213634.638000', '213634.641000', '213634.643000', '213634.646000', '213634.649000', '213634.651000', '213634.654000', '213634.656000', '213634.659000', '213634.662000', '213634.664000', '213634.667000', '213634.669000', '213634.672000', '213634.675000', '213634.677000', '213634.680000', '213634.683000', '213634.685000', '213634.688000', '213634.691000', '213634.694000', '213634.696000', '213634.699000', '213654.588000', '213654.591000', '213654.594000', '213654.596000', '213654.599000', '213654.602000', '213654.604000', '213654.607000', '213654.609000', '213654.612000', '213654.615000', '213654.654000', '213654.657000', '213654.659000', '213654.662000', '213654.664000', '213654.667000', '213654.670000', '213654.672000', '213654.675000', '213654.677000', '213654.680000', '213654.683000', '213654.685000', '213654.688000', '213654.690000', '213654.693000', '213654.696000', '213654.698000', '213654.701000', '213654.703000', '213654.706000', '213654.709000', '213654.711000', '213654.714000', '213654.716000', '213654.719000', '213654.722000', '213654.724000', '213654.727000', '213654.729000', '213654.732000', '213654.735000', '213654.737000', '213714.588000', '213714.591000', '213714.594000', '213714.597000', '213714.599000', '213714.602000', '213714.605000', '213714.607000', '213714.610000', '213714.613000', '213714.615000', '213714.618000', '213714.621000', '213714.623000', '213714.626000', '213714.628000', '213714.631000', '213714.634000', '213714.636000', '213714.639000', '213714.642000', '213714.644000', '213714.647000', '213714.649000', '213714.652000', '213714.655000', '213714.657000', '213714.660000', '213714.663000', '213714.666000', '213714.668000', '213714.671000', '213714.673000', '213714.676000', '213714.678000', '213714.681000', '213714.683000', '213714.686000', '213714.689000', '213714.691000', '213714.694000', '213714.696000', '213714.699000', '213734.588000', '213734.590000', '213734.593000', '213734.596000', '213734.599000', '213734.601000', '213734.604000', '213734.606000', '213734.609000', '213734.612000', '213734.614000', '213734.617000', '213734.620000', '213734.622000', '213734.625000', '213734.628000', '213734.630000', '213734.633000', '213734.635000', '213734.638000', '213734.641000', '213734.643000', '213734.646000', '213734.648000', '213734.651000', '213734.653000', '213734.656000', '213734.659000', '213734.661000', '213734.664000', '213734.667000', '213734.669000', '213734.672000', '213734.674000', '213734.677000', '213734.680000', '213734.682000', '213734.685000', '213734.687000', '213734.690000', '213734.693000', '213734.695000', '213734.698000', '213734.700000', '213754.587000', '213754.590000', '213754.593000', '213754.595000', '213754.598000', '213754.601000', '213754.604000', '213754.606000', '213754.609000', '213754.612000', '213754.614000', '213754.617000', '213754.620000', '213754.622000', '213754.625000', '213754.628000', '213754.631000', '213754.634000', '213754.636000', '213754.639000', '213754.642000', '213754.644000', '213754.647000', '213754.649000', '213754.652000', '213754.655000', '213754.657000', '213754.660000', '213754.663000', '213754.665000', '213754.668000', '213754.670000', '213754.673000', '213754.676000', '213754.678000', '213754.681000', '213754.690000', '213754.692000', '213754.695000', '213754.698000', '213754.700000', '213754.704000', '213754.707000', '213814.588000', '213814.591000', '213814.593000', '213814.596000', '213814.599000', '213814.602000', '213814.604000', '213814.607000', '213814.610000', '213814.612000', '213814.615000', '213814.617000', '213814.620000', '213814.623000', '213814.625000', '213814.628000', '213814.631000', '213814.633000', '213814.636000', '213814.639000', '213814.641000', '213814.644000', '213814.677000', '213814.680000', '213814.683000', '213814.685000', '213814.688000', '213814.691000', '213814.693000', '213814.696000', '213814.698000', '213814.701000', '213814.704000', '213814.706000', '213814.709000', '213814.711000', '213814.714000', '213814.717000', '213814.719000', '213814.722000', '213814.725000', '213814.727000', '213814.730000', '213814.732000', '213834.589000', '213834.591000', '213834.594000', '213834.597000', '213834.599000', '213834.602000', '213834.605000', '213834.607000', '213834.610000', '213834.613000', '213834.615000', '213834.618000', '213834.621000', '213834.623000', '213834.626000', '213834.628000', '213834.631000', '213834.634000', '213834.636000', '213834.639000', '213834.642000', '213834.644000', '213834.647000', '213834.650000', '213834.652000', '213834.655000', '213834.657000', '213834.660000', '213834.663000', '213834.665000', '213834.668000', '213834.671000', '213834.673000', '213834.676000', '213834.678000', '213834.681000', '213834.684000', '213834.686000', '213834.689000', '213834.692000', '213834.694000', '213834.699000', '213834.701000', '213854.589000', '213854.591000', '213854.594000', '213854.597000', '213854.600000', '213854.602000', '213854.605000', '213854.607000', '213854.610000', '213854.613000', '213854.615000', '213854.618000', '213854.620000', '213854.623000', '213854.626000', '213854.628000', '213854.631000', '213854.634000', '213854.636000', '213854.639000', '213854.641000', '213854.644000', '213854.647000', '213854.650000', '213854.652000', '213854.655000', '213854.658000', '213854.660000', '213854.663000', '213854.666000', '213854.668000', '213854.671000', '213854.673000', '213854.676000', '213854.679000', '213854.681000', '213854.684000', '213854.687000', '213854.689000', '213854.692000', '213854.694000', '213854.697000', '213854.700000', '213854.702000', '213914.589000', '213914.591000', '213914.594000', '213914.597000', '213914.600000', '213914.602000', '213914.605000', '213914.607000', '213914.610000', '213914.613000', '213914.615000', '213914.618000', '213914.620000', '213914.623000', '213914.626000', '213914.628000', '213914.631000', '213914.633000', '213914.636000', '213914.639000', '213914.641000', '213914.644000', '213914.647000', '213914.649000', '213914.652000', '213914.654000', '213914.657000', '213914.660000', '213914.662000', '213914.665000', '213914.668000', '213914.670000', '213914.673000', '213914.676000', '213914.678000', '213914.681000', '213914.684000', '213914.686000', '213914.689000', '213914.691000', '213914.694000', '213914.697000', '213914.699000', '213934.588000', '213934.591000', '213934.594000', '213934.597000', '213934.599000', '213934.602000', '213934.605000', '213934.607000', '213934.610000', '213934.612000', '213934.615000', '213934.618000', '213934.620000', '213934.623000', '213934.625000', '213934.628000', '213934.631000', '213934.633000', '213934.636000', '213934.639000', '213934.641000', '213934.644000', '213934.646000', '213934.649000', '213934.652000', '213934.654000', '213934.657000', '213934.659000', '213934.662000', '213934.665000', '213934.667000', '213934.670000', '213934.740000', '213934.742000', '213934.745000', '213934.748000', '213934.751000', '213934.753000', '213934.756000', '213934.758000', '213934.761000', '213934.764000', '213934.766000', '213934.769000', '213954.587000', '213954.590000', '213954.593000', '213954.596000', '213954.598000', '213954.601000', '213954.604000', '213954.606000', '213954.609000', '213954.611000', '213954.614000', '213954.617000', '213954.619000', '213954.622000', '213954.624000', '213954.627000', '213954.629000', '213954.632000', '213954.635000', '213954.637000', '213954.640000', '213954.654000', '213954.656000', '213954.659000', '213954.662000', '213954.665000', '213954.667000', '213954.670000', '213954.672000', '213954.675000', '213954.678000', '213954.680000', '213954.683000', '213954.686000', '213954.688000', '213954.691000', '213954.693000', '213954.696000', '213954.699000', '213954.701000', '213954.704000', '213954.707000', '213954.709000', '214014.588000', '214014.591000', '214014.594000', '214014.597000', '214014.600000', '214014.603000', '214014.606000', '214014.608000', '214014.611000', '214014.613000', '214014.616000', '214014.619000', '214014.621000', '214014.624000', '214014.627000', '214014.629000', '214014.632000', '214014.635000', '214014.637000', '214014.640000', '214014.642000', '214014.645000', '214014.648000', '214014.650000', '214014.653000', '214014.656000', '214014.658000', '214014.661000', '214014.663000', '214014.666000', '214014.669000', '214014.671000', '214014.674000', '214014.676000', '214014.679000', '214014.682000', '214014.684000', '214014.687000', '214014.689000', '214014.692000', '214014.695000', '214014.697000', '214014.700000', '214034.588000', '214034.591000', '214034.593000', '214034.596000', '214034.598000', '214034.601000', '214034.604000', '214034.606000', '214034.609000', '214034.612000', '214034.614000', '214034.617000', '214034.620000', '214034.622000', '214034.625000', '214034.628000', '214034.630000', '214034.633000', '214034.636000', '214034.638000', '214034.641000', '214034.643000', '214034.646000', '214034.649000', '214034.651000', '214034.654000', '214034.657000', '214034.659000', '214034.662000', '214034.665000', '214034.667000', '214034.670000', '214034.673000', '214034.675000', '214034.678000', '214034.681000', '214034.683000', '214034.686000', '214034.688000', '214034.691000', '214034.694000', '214034.696000', '214034.699000', '214034.701000', '214054.589000', '214054.592000', '214054.594000', '214054.597000', '214054.599000', '214054.602000', '214054.605000', '214054.607000', '214054.610000', '214054.613000', '214054.615000', '214054.618000', '214054.621000', '214054.624000', '214054.626000', '214054.629000', '214054.632000', '214054.641000', '214054.644000', '214054.647000', '214054.649000', '214054.652000', '214054.655000', '214054.657000', '214054.660000', '214054.662000', '214054.665000', '214054.668000', '214054.670000', '214054.673000', '214054.676000', '214054.679000', '214054.682000', '214054.684000', '214054.687000', '214054.690000', '214054.692000', '214054.695000', '214054.698000', '214054.700000', '214054.703000', '214054.706000', '214054.708000', '214054.744000', '214114.589000', '214114.592000', '214114.594000', '214114.597000', '214114.600000', '214114.602000', '214114.605000', '214114.607000', '214114.610000', '214114.613000', '214114.615000', '214114.618000', '214114.620000', '214114.623000', '214114.626000', '214114.628000', '214114.631000', '214114.633000', '214114.636000', '214114.639000', '214114.641000', '214114.644000', '214114.646000', '214114.649000', '214114.652000', '214114.654000', '214114.657000', '214114.659000', '214114.662000', '214114.665000', '214114.667000', '214114.670000', '214114.672000', '214114.675000', '214114.678000', '214114.680000', '214114.683000', '214114.685000', '214114.688000', '214114.691000', '214114.693000', '214114.696000', '214114.699000', '214134.589000', '214134.591000', '214134.594000', '214134.597000', '214134.599000', '214134.602000', '214134.605000', '214134.607000', '214134.610000', '214134.612000', '214134.615000', '214134.618000', '214134.621000', '214134.624000', '214134.626000', '214134.629000', '214134.632000', '214134.635000', '214134.638000', '214134.641000', '214134.644000', '214134.646000', '214134.649000', '214134.651000', '214134.654000', '214134.657000', '214134.659000', '214134.662000', '214134.665000', '214134.667000', '214134.670000', '214134.672000', '214134.675000', '214134.678000', '214134.680000', '214134.683000', '214134.686000', '214134.688000', '214134.691000', '214134.693000', '214134.696000', '214134.699000', '214134.701000', '214154.589000', '214154.592000', '214154.594000', '214154.597000', '214154.600000', '214154.602000', '214154.605000', '214154.608000', '214154.610000', '214154.613000', '214154.615000', '214154.618000', '214154.621000', '214154.623000', '214154.626000', '214154.629000', '214154.631000', '214154.634000', '214154.636000', '214154.639000', '214154.642000', '214154.644000', '214154.647000', '214154.650000', '214154.652000', '214154.655000', '214154.657000', '214154.660000', '214154.663000', '214154.665000', '214154.668000', '214154.670000', '214154.673000', '214154.676000', '214154.678000', '214154.681000', '214154.683000', '214154.686000', '214154.688000', '214154.691000', '214154.694000', '214154.697000', '214154.700000', '214154.703000', '214214.588000', '214214.591000', '214214.593000', '214214.596000', '214214.600000', '214214.603000', '214214.606000', '214214.610000', '214214.612000', '214214.615000', '214214.618000', '214214.621000', '214214.623000', '214214.626000', '214214.628000', '214214.631000', '214214.634000', '214214.636000', '214214.639000', '214214.642000', '214214.644000', '214214.647000', '214214.649000', '214214.652000', '214214.655000', '214214.675000', '214214.678000', '214214.681000', '214214.683000', '214214.686000', '214214.688000', '214214.691000', '214214.694000', '214214.696000', '214214.699000', '214214.701000', '214214.704000', '214214.706000', '214214.709000', '214214.712000', '214214.714000', '214214.717000', '214214.720000', '214234.588000', '214234.591000', '214234.594000', '214234.596000', '214234.599000', '214234.601000', '214234.604000', '214234.607000', '214234.609000', '214234.612000', '214234.615000', '214234.617000', '214234.620000', '214234.622000', '214234.625000', '214234.628000', '214234.630000', '214234.633000', '214234.636000', '214234.638000', '214234.641000', '214234.644000', '214234.646000', '214234.649000', '214234.652000', '214234.654000', '214234.657000', '214234.659000', '214234.662000', '214234.665000', '214234.667000', '214234.670000', '214234.673000', '214234.675000', '214234.678000', '214234.681000', '214234.683000', '214234.686000', '214234.689000', '214234.691000', '214234.694000', '214234.696000', '214234.699000', '214234.702000', '214254.588000', '214254.591000', '214254.593000', '214254.596000', '214254.599000', '214254.601000', '214254.604000', '214254.606000', '214254.609000', '214254.612000', '214254.614000', '214254.617000', '214254.620000', '214254.622000', '214254.625000', '214254.627000', '214254.630000', '214254.633000', '214254.635000', '214254.638000', '214254.641000', '214254.643000', '214254.646000', '214254.649000', '214254.651000', '214254.654000', '214254.656000', '214254.659000', '214254.662000', '214254.665000', '214254.668000', '214254.671000', '214254.674000', '214254.676000', '214254.679000', '214254.682000', '214254.685000', '214254.688000', '214254.691000', '214254.693000', '214254.696000', '214254.698000', '214254.701000', '214314.589000', '214314.592000', '214314.594000', '214314.597000', '214314.600000', '214314.602000', '214314.605000', '214314.607000', '214314.610000', '214314.613000', '214314.615000', '214314.618000', '214314.621000', '214314.623000', '214314.626000', '214314.628000', '214314.631000', '214314.634000', '214314.636000', '214314.639000', '214314.641000', '214314.644000', '214314.647000', '214314.649000', '214314.652000', '214314.655000', '214314.657000', '214314.660000', '214314.662000', '214314.665000', '214314.668000', '214314.670000', '214314.673000', '214314.676000', '214314.678000', '214314.681000', '214314.683000', '214314.686000', '214314.689000', '214314.691000', '214314.694000', '214314.696000', '214314.699000', '214314.702000', '214324.992000', '214324.996000', '214324.998000', '214325.002000', '214325.005000', '214325.008000', '214325.011000', '214325.014000', '214325.017000', '214325.020000', '214325.023000', '214325.026000', '214325.028000', '214325.031000', '214325.034000', '214325.036000', '214325.045000', '214325.048000', '214325.052000', '214325.055000', '214325.058000', '214325.061000', '214325.064000'], 'InstanceCreationTime': ['213334.623000', '213334.626000', '213334.629000', '213334.631000', '213334.638000', '213334.641000', '213334.643000', '213334.646000', '213334.649000', '213334.652000', '213334.654000', '213334.657000', '213334.659000', '213334.662000', '213334.664000', '213334.667000', '213334.670000', '213334.672000', '213334.675000', '213334.677000', '213334.680000', '213334.683000', '213334.685000', '213334.688000', '213334.690000', '213334.698000', '213334.700000', '213334.712000', '213334.714000', '213334.717000', '213334.719000', '213334.722000', '213334.725000', '213334.727000', '213334.730000', '213334.732000', '213334.735000', '213334.737000', '213334.740000', '213334.743000', '213334.745000', '213334.748000', '213334.751000', '213334.753000', '213334.756000', '213334.758000', '213334.761000', '213334.764000', '213334.766000', '213334.769000', '213334.771000', '213354.588000', '213354.591000', '213354.593000', '213354.596000', '213354.599000', '213354.602000', '213354.605000', '213354.608000', '213354.611000', '213354.613000', '213354.616000', '213354.618000', '213354.621000', '213354.624000', '213354.626000', '213354.629000', '213354.631000', '213354.634000', '213354.637000', '213354.639000', '213354.646000', '213354.649000', '213354.651000', '213354.654000', '213354.656000', '213354.659000', '213354.661000', '213354.664000', '213354.667000', '213354.669000', '213354.672000', '213354.674000', '213354.677000', '213354.679000', '213354.682000', '213354.684000', '213354.687000', '213354.689000', '213354.692000', '213354.694000', '213354.697000', '213354.700000', '213354.702000', '213414.589000', '213414.591000', '213414.594000', '213414.597000', '213414.599000', '213414.602000', '213414.604000', '213414.607000', '213414.610000', '213414.612000', '213414.615000', '213414.617000', '213414.620000', '213414.623000', '213414.625000', '213414.628000', '213414.630000', '213414.633000', '213414.635000', '213414.638000', '213414.640000', '213414.643000', '213414.646000', '213414.648000', '213414.651000', '213414.653000', '213414.656000', '213414.659000', '213414.661000', '213414.664000', '213414.666000', '213414.669000', '213414.674000', '213414.677000', '213414.679000', '213414.682000', '213414.684000', '213414.687000', '213414.689000', '213414.692000', '213414.695000', '213414.697000', '213414.700000', '213414.702000', '213434.588000', '213434.591000', '213434.594000', '213434.596000', '213434.599000', '213434.602000', '213434.604000', '213434.607000', '213434.609000', '213434.612000', '213434.614000', '213434.617000', '213434.622000', '213434.624000', '213434.627000', '213434.629000', '213434.632000', '213434.635000', '213434.647000', '213434.650000', '213434.652000', '213434.655000', '213434.658000', '213434.660000', '213434.664000', '213434.667000', '213434.670000', '213434.673000', '213434.675000', '213434.678000', '213434.681000', '213434.684000', '213434.687000', '213434.690000', '213434.692000', '213434.695000', '213434.697000', '213434.700000', '213434.703000', '213434.705000', '213434.708000', '213434.710000', '213434.713000', '213454.588000', '213454.591000', '213454.594000', '213454.597000', '213454.599000', '213454.602000', '213454.604000', '213454.607000', '213454.609000', '213454.612000', '213454.615000', '213454.617000', '213454.620000', '213454.622000', '213454.625000', '213454.627000', '213454.630000', '213454.633000', '213454.635000', '213454.638000', '213454.640000', '213454.643000', '213454.646000', '213454.648000', '213454.651000', '213454.653000', '213454.656000', '213454.658000', '213454.661000', '213454.664000', '213454.666000', '213454.669000', '213454.671000', '213454.674000', '213454.676000', '213454.679000', '213454.682000', '213454.684000', '213454.687000', '213454.689000', '213454.692000', '213454.695000', '213454.697000', '213454.700000', '213514.587000', '213514.591000', '213514.593000', '213514.596000', '213514.599000', '213514.602000', '213514.604000', '213514.607000', '213514.610000', '213514.612000', '213514.615000', '213514.617000', '213514.620000', '213514.622000', '213514.625000', '213514.635000', '213514.638000', '213514.640000', '213514.643000', '213514.646000', '213514.648000', '213514.651000', '213514.653000', '213514.656000', '213514.659000', '213514.661000', '213514.664000', '213514.666000', '213514.669000', '213514.671000', '213514.674000', '213514.676000', '213514.679000', '213514.682000', '213514.684000', '213514.687000', '213514.689000', '213514.692000', '213514.695000', '213514.697000', '213514.700000', '213514.702000', '213514.705000', '213534.587000', '213534.590000', '213534.593000', '213534.595000', '213534.598000', '213534.601000', '213534.603000', '213534.606000', '213534.608000', '213534.611000', '213534.614000', '213534.616000', '213534.619000', '213534.621000', '213534.624000', '213534.626000', '213534.629000', '213534.632000', '213534.634000', '213534.637000', '213534.639000', '213534.642000', '213534.644000', '213534.647000', '213534.650000', '213534.652000', '213534.655000', '213534.657000', '213534.660000', '213534.663000', '213534.665000', '213534.668000', '213534.670000', '213534.673000', '213534.676000', '213534.678000', '213534.681000', '213534.683000', '213534.686000', '213534.689000', '213534.691000', '213534.694000', '213534.696000', '213534.699000', '213554.588000', '213554.591000', '213554.593000', '213554.596000', '213554.599000', '213554.602000', '213554.604000', '213554.607000', '213554.609000', '213554.612000', '213554.615000', '213554.617000', '213554.620000', '213554.623000', '213554.625000', '213554.628000', '213554.630000', '213554.633000', '213554.636000', '213554.638000', '213554.642000', '213554.645000', '213554.647000', '213554.657000', '213554.660000', '213554.662000', '213554.665000', '213554.667000', '213554.670000', '213554.673000', '213554.675000', '213554.678000', '213554.681000', '213554.683000', '213554.686000', '213554.688000', '213554.691000', '213554.694000', '213554.696000', '213554.699000', '213554.703000', '213554.706000', '213554.708000', '213614.587000', '213614.590000', '213614.593000', '213614.595000', '213614.598000', '213614.601000', '213614.603000', '213614.606000', '213614.608000', '213614.611000', '213614.614000', '213614.617000', '213614.620000', '213614.623000', '213614.625000', '213614.628000', '213614.630000', '213614.633000', '213614.636000', '213614.638000', '213614.641000', '213614.643000', '213614.646000', '213614.648000', '213614.651000', '213614.654000', '213614.656000', '213614.659000', '213614.661000', '213614.664000', '213614.666000', '213614.669000', '213614.672000', '213614.674000', '213614.677000', '213614.679000', '213614.682000', '213614.684000', '213614.687000', '213614.689000', '213614.692000', '213614.695000', '213614.697000', '213614.700000', '213634.589000', '213634.592000', '213634.594000', '213634.597000', '213634.599000', '213634.602000', '213634.604000', '213634.607000', '213634.610000', '213634.612000', '213634.615000', '213634.617000', '213634.620000', '213634.623000', '213634.625000', '213634.628000', '213634.630000', '213634.633000', '213634.636000', '213634.638000', '213634.641000', '213634.643000', '213634.646000', '213634.649000', '213634.651000', '213634.654000', '213634.656000', '213634.659000', '213634.662000', '213634.664000', '213634.667000', '213634.669000', '213634.672000', '213634.675000', '213634.677000', '213634.680000', '213634.683000', '213634.685000', '213634.688000', '213634.691000', '213634.694000', '213634.696000', '213634.699000', '213654.588000', '213654.591000', '213654.594000', '213654.596000', '213654.599000', '213654.602000', '213654.604000', '213654.607000', '213654.609000', '213654.612000', '213654.615000', '213654.654000', '213654.657000', '213654.659000', '213654.662000', '213654.664000', '213654.667000', '213654.670000', '213654.672000', '213654.675000', '213654.677000', '213654.680000', '213654.683000', '213654.685000', '213654.688000', '213654.690000', '213654.693000', '213654.696000', '213654.698000', '213654.701000', '213654.703000', '213654.706000', '213654.709000', '213654.711000', '213654.714000', '213654.716000', '213654.719000', '213654.722000', '213654.724000', '213654.727000', '213654.729000', '213654.732000', '213654.735000', '213654.737000', '213714.588000', '213714.591000', '213714.594000', '213714.597000', '213714.599000', '213714.602000', '213714.605000', '213714.607000', '213714.610000', '213714.613000', '213714.615000', '213714.618000', '213714.621000', '213714.623000', '213714.626000', '213714.628000', '213714.631000', '213714.634000', '213714.636000', '213714.639000', '213714.642000', '213714.644000', '213714.647000', '213714.649000', '213714.652000', '213714.655000', '213714.657000', '213714.660000', '213714.663000', '213714.666000', '213714.668000', '213714.671000', '213714.673000', '213714.676000', '213714.678000', '213714.681000', '213714.683000', '213714.686000', '213714.689000', '213714.691000', '213714.694000', '213714.696000', '213714.699000', '213734.588000', '213734.590000', '213734.593000', '213734.596000', '213734.599000', '213734.601000', '213734.604000', '213734.606000', '213734.609000', '213734.612000', '213734.614000', '213734.617000', '213734.620000', '213734.622000', '213734.625000', '213734.628000', '213734.630000', '213734.633000', '213734.635000', '213734.638000', '213734.641000', '213734.643000', '213734.646000', '213734.648000', '213734.651000', '213734.653000', '213734.656000', '213734.659000', '213734.661000', '213734.664000', '213734.667000', '213734.669000', '213734.672000', '213734.674000', '213734.677000', '213734.680000', '213734.682000', '213734.685000', '213734.687000', '213734.690000', '213734.693000', '213734.695000', '213734.698000', '213734.700000', '213754.587000', '213754.590000', '213754.593000', '213754.595000', '213754.598000', '213754.601000', '213754.604000', '213754.606000', '213754.609000', '213754.612000', '213754.614000', '213754.617000', '213754.620000', '213754.622000', '213754.625000', '213754.628000', '213754.631000', '213754.634000', '213754.636000', '213754.639000', '213754.642000', '213754.644000', '213754.647000', '213754.649000', '213754.652000', '213754.655000', '213754.657000', '213754.660000', '213754.663000', '213754.665000', '213754.668000', '213754.670000', '213754.673000', '213754.676000', '213754.678000', '213754.681000', '213754.690000', '213754.692000', '213754.695000', '213754.698000', '213754.700000', '213754.704000', '213754.707000', '213814.588000', '213814.591000', '213814.593000', '213814.596000', '213814.599000', '213814.602000', '213814.604000', '213814.607000', '213814.610000', '213814.612000', '213814.615000', '213814.617000', '213814.620000', '213814.623000', '213814.625000', '213814.628000', '213814.631000', '213814.633000', '213814.636000', '213814.639000', '213814.641000', '213814.644000', '213814.677000', '213814.680000', '213814.683000', '213814.685000', '213814.688000', '213814.691000', '213814.693000', '213814.696000', '213814.698000', '213814.701000', '213814.704000', '213814.706000', '213814.709000', '213814.711000', '213814.714000', '213814.717000', '213814.719000', '213814.722000', '213814.725000', '213814.727000', '213814.730000', '213814.732000', '213834.589000', '213834.591000', '213834.594000', '213834.597000', '213834.599000', '213834.602000', '213834.605000', '213834.607000', '213834.610000', '213834.613000', '213834.615000', '213834.618000', '213834.621000', '213834.623000', '213834.626000', '213834.628000', '213834.631000', '213834.634000', '213834.636000', '213834.639000', '213834.642000', '213834.644000', '213834.647000', '213834.650000', '213834.652000', '213834.655000', '213834.657000', '213834.660000', '213834.663000', '213834.665000', '213834.668000', '213834.671000', '213834.673000', '213834.676000', '213834.678000', '213834.681000', '213834.684000', '213834.686000', '213834.689000', '213834.692000', '213834.694000', '213834.699000', '213834.701000', '213854.589000', '213854.591000', '213854.594000', '213854.597000', '213854.600000', '213854.602000', '213854.605000', '213854.607000', '213854.610000', '213854.613000', '213854.615000', '213854.618000', '213854.620000', '213854.623000', '213854.626000', '213854.628000', '213854.631000', '213854.634000', '213854.636000', '213854.639000', '213854.641000', '213854.644000', '213854.647000', '213854.650000', '213854.652000', '213854.655000', '213854.658000', '213854.660000', '213854.663000', '213854.666000', '213854.668000', '213854.671000', '213854.673000', '213854.676000', '213854.679000', '213854.681000', '213854.684000', '213854.687000', '213854.689000', '213854.692000', '213854.694000', '213854.697000', '213854.700000', '213854.702000', '213914.589000', '213914.591000', '213914.594000', '213914.597000', '213914.600000', '213914.602000', '213914.605000', '213914.607000', '213914.610000', '213914.613000', '213914.615000', '213914.618000', '213914.620000', '213914.623000', '213914.626000', '213914.628000', '213914.631000', '213914.633000', '213914.636000', '213914.639000', '213914.641000', '213914.644000', '213914.647000', '213914.649000', '213914.652000', '213914.654000', '213914.657000', '213914.660000', '213914.662000', '213914.665000', '213914.668000', '213914.670000', '213914.673000', '213914.676000', '213914.678000', '213914.681000', '213914.684000', '213914.686000', '213914.689000', '213914.691000', '213914.694000', '213914.697000', '213914.699000', '213934.588000', '213934.591000', '213934.594000', '213934.597000', '213934.599000', '213934.602000', '213934.605000', '213934.607000', '213934.610000', '213934.612000', '213934.615000', '213934.618000', '213934.620000', '213934.623000', '213934.625000', '213934.628000', '213934.631000', '213934.633000', '213934.636000', '213934.639000', '213934.641000', '213934.644000', '213934.646000', '213934.649000', '213934.652000', '213934.654000', '213934.657000', '213934.659000', '213934.662000', '213934.665000', '213934.667000', '213934.670000', '213934.740000', '213934.742000', '213934.745000', '213934.748000', '213934.751000', '213934.753000', '213934.756000', '213934.758000', '213934.761000', '213934.764000', '213934.766000', '213934.769000', '213954.587000', '213954.590000', '213954.593000', '213954.596000', '213954.598000', '213954.601000', '213954.604000', '213954.606000', '213954.609000', '213954.611000', '213954.614000', '213954.617000', '213954.619000', '213954.622000', '213954.624000', '213954.627000', '213954.629000', '213954.632000', '213954.635000', '213954.637000', '213954.640000', '213954.654000', '213954.656000', '213954.659000', '213954.662000', '213954.665000', '213954.667000', '213954.670000', '213954.672000', '213954.675000', '213954.678000', '213954.680000', '213954.683000', '213954.686000', '213954.688000', '213954.691000', '213954.693000', '213954.696000', '213954.699000', '213954.701000', '213954.704000', '213954.707000', '213954.709000', '214014.588000', '214014.591000', '214014.594000', '214014.597000', '214014.600000', '214014.603000', '214014.606000', '214014.608000', '214014.611000', '214014.613000', '214014.616000', '214014.619000', '214014.621000', '214014.624000', '214014.627000', '214014.629000', '214014.632000', '214014.635000', '214014.637000', '214014.640000', '214014.642000', '214014.645000', '214014.648000', '214014.650000', '214014.653000', '214014.656000', '214014.658000', '214014.661000', '214014.663000', '214014.666000', '214014.669000', '214014.671000', '214014.674000', '214014.676000', '214014.679000', '214014.682000', '214014.684000', '214014.687000', '214014.689000', '214014.692000', '214014.695000', '214014.697000', '214014.700000', '214034.588000', '214034.591000', '214034.593000', '214034.596000', '214034.598000', '214034.601000', '214034.604000', '214034.606000', '214034.609000', '214034.612000', '214034.614000', '214034.617000', '214034.620000', '214034.622000', '214034.625000', '214034.628000', '214034.630000', '214034.633000', '214034.636000', '214034.638000', '214034.641000', '214034.643000', '214034.646000', '214034.649000', '214034.651000', '214034.654000', '214034.657000', '214034.659000', '214034.662000', '214034.665000', '214034.667000', '214034.670000', '214034.673000', '214034.675000', '214034.678000', '214034.681000', '214034.683000', '214034.686000', '214034.688000', '214034.691000', '214034.694000', '214034.696000', '214034.699000', '214034.701000', '214054.589000', '214054.592000', '214054.594000', '214054.597000', '214054.599000', '214054.602000', '214054.605000', '214054.607000', '214054.610000', '214054.613000', '214054.615000', '214054.618000', '214054.621000', '214054.624000', '214054.626000', '214054.629000', '214054.632000', '214054.641000', '214054.644000', '214054.647000', '214054.649000', '214054.652000', '214054.655000', '214054.657000', '214054.660000', '214054.662000', '214054.665000', '214054.668000', '214054.670000', '214054.673000', '214054.676000', '214054.679000', '214054.682000', '214054.684000', '214054.687000', '214054.690000', '214054.692000', '214054.695000', '214054.698000', '214054.700000', '214054.703000', '214054.706000', '214054.708000', '214054.744000', '214114.589000', '214114.592000', '214114.594000', '214114.597000', '214114.600000', '214114.602000', '214114.605000', '214114.607000', '214114.610000', '214114.613000', '214114.615000', '214114.618000', '214114.620000', '214114.623000', '214114.626000', '214114.628000', '214114.631000', '214114.633000', '214114.636000', '214114.639000', '214114.641000', '214114.644000', '214114.646000', '214114.649000', '214114.652000', '214114.654000', '214114.657000', '214114.659000', '214114.662000', '214114.665000', '214114.667000', '214114.670000', '214114.672000', '214114.675000', '214114.678000', '214114.680000', '214114.683000', '214114.685000', '214114.688000', '214114.691000', '214114.693000', '214114.696000', '214114.699000', '214134.589000', '214134.591000', '214134.594000', '214134.597000', '214134.599000', '214134.602000', '214134.605000', '214134.607000', '214134.610000', '214134.612000', '214134.615000', '214134.618000', '214134.621000', '214134.624000', '214134.626000', '214134.629000', '214134.632000', '214134.635000', '214134.638000', '214134.641000', '214134.644000', '214134.646000', '214134.649000', '214134.651000', '214134.654000', '214134.657000', '214134.659000', '214134.662000', '214134.665000', '214134.667000', '214134.670000', '214134.672000', '214134.675000', '214134.678000', '214134.680000', '214134.683000', '214134.686000', '214134.688000', '214134.691000', '214134.693000', '214134.696000', '214134.699000', '214134.701000', '214154.589000', '214154.592000', '214154.594000', '214154.597000', '214154.600000', '214154.602000', '214154.605000', '214154.608000', '214154.610000', '214154.613000', '214154.615000', '214154.618000', '214154.621000', '214154.623000', '214154.626000', '214154.629000', '214154.631000', '214154.634000', '214154.636000', '214154.639000', '214154.642000', '214154.644000', '214154.647000', '214154.650000', '214154.652000', '214154.655000', '214154.657000', '214154.660000', '214154.663000', '214154.665000', '214154.668000', '214154.670000', '214154.673000', '214154.676000', '214154.678000', '214154.681000', '214154.683000', '214154.686000', '214154.688000', '214154.691000', '214154.694000', '214154.697000', '214154.700000', '214154.703000', '214214.588000', '214214.591000', '214214.593000', '214214.596000', '214214.600000', '214214.603000', '214214.606000', '214214.610000', '214214.612000', '214214.615000', '214214.618000', '214214.621000', '214214.623000', '214214.626000', '214214.628000', '214214.631000', '214214.634000', '214214.636000', '214214.639000', '214214.642000', '214214.644000', '214214.647000', '214214.649000', '214214.652000', '214214.655000', '214214.675000', '214214.678000', '214214.681000', '214214.683000', '214214.686000', '214214.688000', '214214.691000', '214214.694000', '214214.696000', '214214.699000', '214214.701000', '214214.704000', '214214.706000', '214214.709000', '214214.712000', '214214.714000', '214214.717000', '214214.720000', '214234.588000', '214234.591000', '214234.594000', '214234.596000', '214234.599000', '214234.601000', '214234.604000', '214234.607000', '214234.609000', '214234.612000', '214234.615000', '214234.617000', '214234.620000', '214234.622000', '214234.625000', '214234.628000', '214234.630000', '214234.633000', '214234.636000', '214234.638000', '214234.641000', '214234.644000', '214234.646000', '214234.649000', '214234.652000', '214234.654000', '214234.657000', '214234.659000', '214234.662000', '214234.665000', '214234.667000', '214234.670000', '214234.673000', '214234.675000', '214234.678000', '214234.681000', '214234.683000', '214234.686000', '214234.689000', '214234.691000', '214234.694000', '214234.696000', '214234.699000', '214234.702000', '214254.588000', '214254.591000', '214254.593000', '214254.596000', '214254.599000', '214254.601000', '214254.604000', '214254.606000', '214254.609000', '214254.612000', '214254.614000', '214254.617000', '214254.620000', '214254.622000', '214254.625000', '214254.627000', '214254.630000', '214254.633000', '214254.635000', '214254.638000', '214254.641000', '214254.643000', '214254.646000', '214254.649000', '214254.651000', '214254.654000', '214254.656000', '214254.659000', '214254.662000', '214254.665000', '214254.668000', '214254.671000', '214254.674000', '214254.676000', '214254.679000', '214254.682000', '214254.685000', '214254.688000', '214254.691000', '214254.693000', '214254.696000', '214254.698000', '214254.701000', '214314.589000', '214314.592000', '214314.594000', '214314.597000', '214314.600000', '214314.602000', '214314.605000', '214314.607000', '214314.610000', '214314.613000', '214314.615000', '214314.618000', '214314.621000', '214314.623000', '214314.626000', '214314.628000', '214314.631000', '214314.634000', '214314.636000', '214314.639000', '214314.641000', '214314.644000', '214314.647000', '214314.649000', '214314.652000', '214314.655000', '214314.657000', '214314.660000', '214314.662000', '214314.665000', '214314.668000', '214314.670000', '214314.673000', '214314.676000', '214314.678000', '214314.681000', '214314.683000', '214314.686000', '214314.689000', '214314.691000', '214314.694000', '214314.696000', '214314.699000', '214314.702000', '214324.992000', '214324.996000', '214324.998000', '214325.002000', '214325.005000', '214325.008000', '214325.011000', '214325.014000', '214325.017000', '214325.020000', '214325.023000', '214325.026000', '214325.028000', '214325.031000', '214325.034000', '214325.036000', '214325.045000', '214325.048000', '214325.052000', '214325.055000', '214325.058000', '214325.061000', '214325.064000'], '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': [9997, 11539, 8356, 9711, 8745, 10059, 8503, 10348, 8784, 7419, 8984, 8276, 9735, 9228, 8549, 12843, 9131, 10295, 7949, 10890, 8171, 11766, 8859, 11915, 9811, 7025, 9192, 7865, 9664, 8337, 13435, 9049, 6643, 9262, 9254, 12095, 8487, 8165, 11209, 9872, 11362, 9696, 12298, 10380, 12665, 10203, 12623, 9429, 12141, 9877, 7239, 8965, 7149, 8796, 7115, 9827, 7111, 8743, 7073, 9071, 7821, 10503, 8799, 9288, 9325, 10495, 9689, 10568, 9253, 10597, 8321, 12476, 10303, 6718, 8525, 6923, 7992, 6971, 9981, 7794, 8883, 8958, 13166, 8908, 11871, 8849, 10821, 9690, 11221, 9434, 9680, 8904, 7911, 10141, 9111, 10930, 9457, 7367, 9669, 9914, 8947, 9275, 7722, 10563, 9927, 10788, 7655, 9510, 8322, 12385, 10047, 12750, 9537, 8355, 10611, 8451, 10315, 9193, 10137, 8219, 12237, 8286, 10747, 7706, 9147, 7167, 9352, 7470, 9502, 7231, 8833, 7743, 8421, 7775, 10903, 9268, 8713, 8957, 6793, 7895, 8140, 10382, 7561, 9304, 7820, 8858, 7492, 10153, 7243, 9676, 6764, 8775, 7422, 9165, 6729, 8813, 7692, 9037, 9058, 10759, 9472, 10167, 9231, 10691, 8834, 11489, 8244, 9559, 6960, 9168, 11439, 9937, 8517, 9746, 10749, 8935, 11095, 9689, 8931, 9228, 6658, 8428, 8868, 9140, 7256, 9207, 10864, 9155, 12450, 8004, 9834, 7397, 9331, 13130, 9567, 11216, 9694, 9662, 8674, 10778, 9224, 9817, 9093, 7554, 8733, 7272, 9707, 7896, 11310, 8316, 7580, 9045, 7657, 10446, 9564, 11963, 14692, 10148, 7668, 8887, 9658, 8547, 7501, 8943, 6983, 8539, 7150, 11018, 7848, 9276, 7953, 7030, 8854, 7878, 10301, 7957, 7050, 8829, 9839, 9470, 11178, 9514, 9636, 8993, 9504, 8039, 9710, 7722, 9714, 6992, 8598, 6938, 8493, 10209, 8489, 7344, 8391, 7972, 7843, 8193, 9090, 8189, 8766, 10379, 9029, 10929, 8922, 10414, 8984, 11221, 9265, 10318, 9032, 10368, 8104, 10336, 8132, 10179, 7242, 8802, 7380, 8753, 11998, 9966, 7568, 9004, 8910, 8549, 11455, 9838, 7422, 9693, 6880, 8808, 10281, 9495, 10282, 9991, 11127, 9329, 11759, 9714, 11163, 9350, 10245, 8655, 10726, 8983, 11936, 9318, 10399, 8683, 7229, 10841, 8772, 9806, 8621, 11432, 10423, 13177, 12561, 10107, 9960, 8903, 11666, 8333, 11315, 7528, 8654, 7103, 8895, 7361, 11187, 7403, 8531, 8473, 9983, 9092, 7671, 10240, 8698, 11284, 8961, 12806, 9707, 10735, 7261, 9441, 7761, 9998, 7171, 8285, 7367, 9030, 7002, 9836, 6919, 9104, 7903, 10092, 10143, 7370, 9465, 14285, 10322, 12747, 9924, 9348, 9363, 8835, 8648, 11748, 9120, 6958, 8323, 7803, 8489, 8221, 11730, 9526, 11851, 8748, 11495, 8745, 12462, 9720, 11234, 9124, 8967, 8720, 11585, 10026, 7176, 8929, 8497, 9445, 8703, 12356, 9671, 10200, 9142, 10679, 9241, 11392, 8844, 7236, 8136, 7844, 11200, 8517, 9471, 8699, 12280, 9588, 9410, 9182, 10323, 9073, 13393, 9884, 7213, 8974, 6940, 8567, 7661, 10188, 8498, 10209, 9881, 13368, 9504, 11958, 9519, 10667, 9419, 9806, 8804, 8726, 8005, 8649, 8128, 10099, 9079, 7564, 8572, 6918, 7223, 12303, 8413, 9637, 8414, 9122, 8843, 10235, 8683, 10782, 8766, 9668, 8244, 9630, 8248, 11149, 8178, 9462, 8113, 9581, 8778, 11235, 11103, 10685, 7200, 9433, 7626, 10465, 8680, 9000, 7741, 9002, 9456, 12380, 9483, 6647, 8840, 9488, 8380, 12701, 9389, 11289, 9391, 10955, 7952, 10626, 13853, 9576, 11195, 9394, 9755, 7600, 10001, 8078, 10203, 7091, 8972, 6825, 8282, 10945, 9336, 11590, 9313, 9378, 7465, 8805, 6897, 8634, 9538, 8985, 6983, 8817, 9693, 8576, 10239, 7104, 9541, 7080, 8749, 6941, 8638, 11650, 9069, 9983, 9267, 8491, 8900, 8303, 7671, 9727, 6884, 8974, 7446, 9116, 8768, 8860, 11124, 9425, 9057, 8913, 10248, 8708, 9762, 8887, 10769, 8604, 9645, 8261, 8652, 7294, 9043, 7924, 10793, 7409, 9394, 6839, 8734, 6950, 9941, 8183, 8561, 8523, 10288, 8626, 10648, 8755, 11215, 9389, 9668, 9227, 9475, 10830, 8699, 11309, 8946, 10821, 7520, 9196, 6844, 8653, 6989, 9491, 6951, 9569, 6987, 9265, 6992, 8514, 10271, 9059, 7155, 7338, 7144, 8078, 7218, 9759, 7345, 8439, 8115, 9439, 7312, 9734, 6981, 9023, 7036, 7834, 7136, 9591, 7561, 11451, 6940, 8873, 7002, 9070, 13475, 10402, 11418, 9138, 10610, 8920, 10674, 9113, 9030, 8627, 7222, 8627, 11154, 8615, 11472, 8668, 9507, 8199, 8343, 8164, 9876, 8453, 8819, 8641, 9394, 7982, 9601, 7775, 7908, 7587, 6915, 11311, 7446, 9700, 7966, 10119, 10601, 9939, 11037, 9117, 7448, 8708, 7085, 7911, 8614, 8080, 6921, 8436, 8207, 8175, 10818, 8309, 6773, 8549, 7047, 8081, 7510, 10529, 9329, 7469, 8290, 12566, 10323, 10660, 9150, 10139, 8376, 11782, 7856, 11443, 7345, 9766, 7138, 10912, 7660, 10757, 7376, 9332, 8193, 11430, 9083, 9457, 8842, 10082, 8695, 11892, 9359, 11006, 8655, 10840, 7531, 10578, 6974, 8786, 7259, 8126, 6951, 10099, 7299, 8819, 7176, 8026, 6758, 10524, 7968, 9089, 6830, 8655, 7520, 8980, 13578, 9489, 10142, 8888, 8376, 8444, 10009, 8410, 9403, 8139, 8135, 6740, 9086, 6870, 8302, 6921, 8268, 10871, 9293, 7987, 9058, 10817, 8616, 10813, 9094, 10869, 9142, 9666, 8808, 11109, 9251, 11882, 9472, 10339, 8871, 11744, 9170, 11769, 9264, 10562, 8169, 10929, 7719, 11361, 7036, 9539, 9201, 8661, 11213, 9268, 11379, 9439, 7003, 8715, 7111, 9619, 6886, 9232, 6792, 8991, 11759, 8686, 10349, 6949, 9077, 10813, 8874, 10885, 7331, 8600, 8685, 9496, 11056, 9649, 9416, 8492, 8486, 6721, 9381, 7255, 9133, 7081, 9279, 10128, 8508, 10965, 8766, 9705, 9050, 9131, 8431, 10939, 9024, 9614, 8705, 8950, 7417, 9910, 7506, 9196, 7229, 8757, 8110, 8636, 11864, 9046, 10810, 9002, 9155, 8124, 10074, 7262, 8813, 6927, 8381, 9088, 8965, 8408, 9122, 9729, 8469, 10666, 8752, 9445, 8261, 9312, 6788, 9980, 7571, 10829, 6929, 8516, 6873, 8913, 7406, 10683, 7170, 8709, 6846, 8356, 10875, 10145, 7029, 9581, 10120, 8748, 11885, 9725, 12356, 9125, 9998, 8901, 10737, 8413, 11526, 8952, 9661, 8317, 9626, 7261, 10992, 7106, 9019, 7010, 8140, 11999, 10112, 8400, 9331, 11592, 8571, 11280, 9089, 10224, 9119, 8827, 8109, 9951, 7334, 9975, 6909, 8438, 7148, 8661, 12359, 10162, 9936, 9051, 9348, 7823, 10012, 7292, 9944, 6651, 8501, 6924, 8021, 8323, 8885, 6888, 8145, 7430, 8025, 9010, 9001, 7169, 8840, 10531, 9082, 10962, 7839, 10720, 6927, 8857, 11564, 8917, 12068, 9577, 9491, 8573, 8300, 7444, 9026, 7428, 8365, 7473, 8191, 6650, 8583, 8361, 9487, 7092, 8803, 10861, 8787, 11186, 8370, 9585, 7226, 8204, 6944, 8901, 6683, 9586, 6744, 8679, 6722, 8560, 10396, 10603, 7267, 9190, 11851, 8707, 11546, 8838, 10300, 7426, 8533, 6828, 7963, 6904, 8215, 7151, 8271, 6583, 8080, 12266, 9397, 11349, 8579, 10843, 8180, 11712, 8788, 9526, 8863, 7192, 8385, 11910, 10084, 10970, 8410, 9841, 7677, 9751, 13802, 10803, 9463, 8537, 8324, 6688, 9987, 7828, 8664, 6851, 8601, 9857, 8238, 8579, 7948, 9300, 7780, 12623, 8716, 7429, 7981, 7443, 7177, 7364, 10145, 7544, 9243, 7331, 8557, 6854, 8929, 7348, 11077, 7064, 10406, 8122, 11776, 9909, 7575, 9377, 6752, 8739, 8208, 12270, 8983, 6980, 8414, 12764, 10962, 10218, 9177, 9725, 8307, 10803, 7654, 8568, 7602, 8278, 8249, 9002, 8413, 9290, 8277, 8649, 7648, 9174, 7516, 9789, 8677, 8262, 8629, 9844, 8011, 11248, 7833, 8544, 6903, 8466, 7264, 10620, 7372, 8515, 7463, 7074, 7360, 10955, 8153, 8691, 7601, 8721, 9124, 11129, 8247, 11936, 8925, 12390, 8489, 10241, 6991, 8292, 6975, 10129, 7110, 7873, 6961, 9794, 6766, 9850, 6880, 7940, 7982, 10687, 8934, 9354, 8258, 11047, 8754, 12032, 9511, 10084, 8454, 9929, 8059, 10504, 7465, 10949, 7443, 7949, 7220, 9463, 6764, 9629, 7170, 7911, 6904, 9483, 7828, 9366, 8038, 6927, 7952, 11358, 10533, 10727, 8398, 7852, 8345, 11385, 9108, 9208, 8292, 8956, 8087, 10130, 8696, 9133, 8960, 6849, 8938, 7931, 12270, 9312, 6826, 9993, 8798, 11130, 7187, 9751, 13348, 11280, 7533, 9873, 7000, 8849, 14302, 11167, 9046, 9790, 7196, 8829, 7054, 10051, 7156, 9177, 8088, 9988, 8195, 11205, 9335, 9091, 8986, 11918, 9709, 7340, 9138, 7275, 8353, 9766, 10612, 7059, 9564, 7038, 9055, 10343, 9649, 7343, 8764, 7111, 8508, 7577, 11025, 8649, 10987, 8727, 11094, 8751, 11804, 10533, 11602, 9702, 7334, 8809, 7061, 10849, 8382, 9198, 8550, 9385, 8295, 11599, 8798, 9674, 8743, 7166, 8309, 7273, 9131, 6984, 8271, 6855, 8217, 7054, 7525, 8359, 7101, 10688, 9516, 7436, 9535, 8786, 10173, 8688, 12123, 7343, 8893, 7114, 9067, 7885, 11012, 8839, 8465, 8265, 7246, 8894, 6916, 8299, 7884, 10570, 8824, 12175, 9425, 11189, 8735, 11295, 9751, 7257, 8777, 7594, 9028, 8376, 11310, 9018, 10884, 8831, 10312, 8205, 11291, 8033, 10904, 7902, 8871, 8421, 10146, 8888, 10068, 9020, 6856, 7690, 9782, 9663, 7035, 8916, 7186, 7999, 12143, 9207, 9537, 9741, 7149, 8622, 7344, 7815, 8603, 6882, 8771, 8234, 10714, 7363, 9597], 'WindowCenter': [4075.0, 4067.0, 4021.0, 4013.0, 3975.0, 4009.0, 4002.0, 4011.0, 4002.0, 3994.0, 4028.0, 4031.0, 4039.0, 4028.0, 4017.0, 4061.0, 4056.0, 4072.0, 4049.0, 4068.0, 4021.0, 4036.0, 4001.0, 4019.0, 4010.0, 3980.0, 4028.0, 4008.0, 4030.0, 4022.0, 4060.0, 4015.0, 3957.0, 3985.0, 3986.0, 4019.0, 3989.0, 3990.0, 4022.0, 4012.0, 4009.0, 4000.0, 4019.0, 3996.0, 4006.0, 3985.0, 4004.0, 3986.0, 4017.0, 3985.0, 3952.0, 3974.0, 3954.0, 3985.0, 3955.0, 4009.0, 3970.0, 3987.0, 3968.0, 3987.0, 3979.0, 4021.0, 3991.0, 3998.0, 4011.0, 4010.0, 4013.0, 4009.0, 4001.0, 4025.0, 4004.0, 4018.0, 4010.0, 3969.0, 4000.0, 3995.0, 3992.0, 3966.0, 3996.0, 3994.0, 4028.0, 4015.0, 4044.0, 4004.0, 4020.0, 4029.0, 4067.0, 4058.0, 4052.0, 4015.0, 4011.0, 3957.0, 3930.0, 3977.0, 3973.0, 3993.0, 4007.0, 3976.0, 4025.0, 4027.0, 4013.0, 4012.0, 3994.0, 4037.0, 4024.0, 4027.0, 3981.0, 4012.0, 3992.0, 4033.0, 4010.0, 4031.0, 4001.0, 3989.0, 4010.0, 3989.0, 4009.0, 4000.0, 4009.0, 3976.0, 4021.0, 3977.0, 4008.0, 3966.0, 3987.0, 3965.0, 3998.0, 3964.0, 3999.0, 3965.0, 3985.0, 3981.0, 3988.0, 3966.0, 4008.0, 3999.0, 3988.0, 4000.0, 3967.0, 3991.0, 3991.0, 4011.0, 3979.0, 4001.0, 3978.0, 4000.0, 3978.0, 4011.0, 3967.0, 3999.0, 3956.0, 3999.0, 3978.0, 4000.0, 3969.0, 3998.0, 3978.0, 4003.0, 4012.0, 4023.0, 4013.0, 4024.0, 4014.0, 4024.0, 4000.0, 4033.0, 3989.0, 4012.0, 3968.0, 4001.0, 4021.0, 4012.0, 3985.0, 3998.0, 4019.0, 4001.0, 4019.0, 4010.0, 3998.0, 4000.0, 3970.0, 4003.0, 3999.0, 4015.0, 3981.0, 4013.0, 4036.0, 4015.0, 4033.0, 3991.0, 4011.0, 3966.0, 3998.0, 4030.0, 4000.0, 4021.0, 4009.0, 4010.0, 4003.0, 4019.0, 4000.0, 4008.0, 4001.0, 3989.0, 4015.0, 3993.0, 4026.0, 4004.0, 4034.0, 4004.0, 4005.0, 4015.0, 3995.0, 4038.0, 4026.0, 4036.0, 4056.0, 4013.0, 3979.0, 3985.0, 3997.0, 3987.0, 3966.0, 3989.0, 3955.0, 3989.0, 3966.0, 4020.0, 3992.0, 4011.0, 3990.0, 3968.0, 4011.0, 4004.0, 4024.0, 4006.0, 3995.0, 4017.0, 4024.0, 4015.0, 4023.0, 4003.0, 3999.0, 4001.0, 3998.0, 3979.0, 4011.0, 3978.0, 4000.0, 3968.0, 3989.0, 3968.0, 4001.0, 4010.0, 4002.0, 3981.0, 4003.0, 3991.0, 3994.0, 4002.0, 4015.0, 4002.0, 4003.0, 4024.0, 4014.0, 4022.0, 4004.0, 4022.0, 4004.0, 4022.0, 4003.0, 4010.0, 4002.0, 4011.0, 3991.0, 4013.0, 3990.0, 4013.0, 3979.0, 4000.0, 3978.0, 4001.0, 4019.0, 4011.0, 3977.0, 4001.0, 3999.0, 3991.0, 4021.0, 4013.0, 3981.0, 4013.0, 3969.0, 4014.0, 4010.0, 4013.0, 4022.0, 4014.0, 4021.0, 4013.0, 4032.0, 4011.0, 4021.0, 4002.0, 4011.0, 3991.0, 4020.0, 4000.0, 4031.0, 4001.0, 4008.0, 4000.0, 3980.0, 4022.0, 4003.0, 4023.0, 4004.0, 4034.0, 4011.0, 4034.0, 4032.0, 4009.0, 3996.0, 3988.0, 4008.0, 3977.0, 4007.0, 3963.0, 3974.0, 3954.0, 3986.0, 3965.0, 4010.0, 3965.0, 3987.0, 3988.0, 4009.0, 4000.0, 3992.0, 4011.0, 4000.0, 4021.0, 4000.0, 4032.0, 4000.0, 4009.0, 3953.0, 3985.0, 3963.0, 3998.0, 3964.0, 3977.0, 3964.0, 3999.0, 3953.0, 3998.0, 3968.0, 3997.0, 3988.0, 4009.0, 4009.0, 3978.0, 4012.0, 4029.0, 3997.0, 4015.0, 3986.0, 3986.0, 3985.0, 3983.0, 3986.0, 4019.0, 3999.0, 3966.0, 3976.0, 3976.0, 3989.0, 3991.0, 4021.0, 4012.0, 4019.0, 3991.0, 4020.0, 3989.0, 4031.0, 3997.0, 4007.0, 3985.0, 3975.0, 3986.0, 4017.0, 4000.0, 3965.0, 3987.0, 3987.0, 3999.0, 3987.0, 4031.0, 4001.0, 4009.0, 3999.0, 4007.0, 4000.0, 4018.0, 4000.0, 3979.0, 3978.0, 3989.0, 4024.0, 4001.0, 4013.0, 4013.0, 4032.0, 4013.0, 4013.0, 4013.0, 4010.0, 4003.0, 4041.0, 4012.0, 3980.0, 4002.0, 3968.0, 3991.0, 3991.0, 4012.0, 4002.0, 4012.0, 4014.0, 4043.0, 4001.0, 4009.0, 3998.0, 3998.0, 3985.0, 3985.0, 3986.0, 3975.0, 3976.0, 3986.0, 3978.0, 3996.0, 3999.0, 3977.0, 3989.0, 3980.0, 3994.0, 4034.0, 4005.0, 4014.0, 4005.0, 4012.0, 4014.0, 4025.0, 4003.0, 4037.0, 4003.0, 4013.0, 3993.0, 4014.0, 3991.0, 4025.0, 3991.0, 4001.0, 3991.0, 4013.0, 4001.0, 4024.0, 4022.0, 4013.0, 3967.0, 4000.0, 3990.0, 4025.0, 4005.0, 4027.0, 4021.0, 4014.0, 4009.0, 4032.0, 4012.0, 3968.0, 4003.0, 4010.0, 4018.0, 4059.0, 4016.0, 4033.0, 4002.0, 4021.0, 3978.0, 4010.0, 4029.0, 3998.0, 4007.0, 3986.0, 3985.0, 3966.0, 3997.0, 3963.0, 3995.0, 3951.0, 3984.0, 3941.0, 3974.0, 3992.0, 3985.0, 4005.0, 3983.0, 3983.0, 3951.0, 3985.0, 3952.0, 3986.0, 3984.0, 3985.0, 3953.0, 3986.0, 3995.0, 3986.0, 4008.0, 3966.0, 3997.0, 3965.0, 3987.0, 3965.0, 3989.0, 4020.0, 4000.0, 4008.0, 4011.0, 3998.0, 4002.0, 4001.0, 3992.0, 4012.0, 3981.0, 4013.0, 3979.0, 4002.0, 4000.0, 4013.0, 4032.0, 4013.0, 4001.0, 4009.0, 4021.0, 4003.0, 4023.0, 4015.0, 4034.0, 4003.0, 4012.0, 4002.0, 4002.0, 3981.0, 4014.0, 3991.0, 4024.0, 3982.0, 4012.0, 3969.0, 4001.0, 3980.0, 4024.0, 4004.0, 4002.0, 4014.0, 4024.0, 4009.0, 4035.0, 4003.0, 4034.0, 4001.0, 4011.0, 3999.0, 4007.0, 4019.0, 3989.0, 4017.0, 3988.0, 4007.0, 3976.0, 3996.0, 3955.0, 3987.0, 3966.0, 3998.0, 3965.0, 4008.0, 3966.0, 3998.0, 3964.0, 3999.0, 4022.0, 4042.0, 3994.0, 3989.0, 3980.0, 3989.0, 3992.0, 4022.0, 3991.0, 3999.0, 4002.0, 4010.0, 3992.0, 4023.0, 3982.0, 4011.0, 3982.0, 4004.0, 3994.0, 4022.0, 3990.0, 4031.0, 3980.0, 3998.0, 3979.0, 4011.0, 4038.0, 4010.0, 4017.0, 3996.0, 4006.0, 3997.0, 4004.0, 3998.0, 3999.0, 3999.0, 3975.0, 3999.0, 4018.0, 3999.0, 4019.0, 3988.0, 3994.0, 3985.0, 3984.0, 3999.0, 4010.0, 4001.0, 3999.0, 4012.0, 4025.0, 4005.0, 4024.0, 4004.0, 4002.0, 4004.0, 3993.0, 4033.0, 3995.0, 4022.0, 4003.0, 4023.0, 4020.0, 4010.0, 4019.0, 4000.0, 3977.0, 4000.0, 3977.0, 4002.0, 3999.0, 4001.0, 3978.0, 4002.0, 4000.0, 4004.0, 4032.0, 4016.0, 3968.0, 3988.0, 3978.0, 4005.0, 3994.0, 4047.0, 4029.0, 4006.0, 4026.0, 4046.0, 4023.0, 4021.0, 4012.0, 4010.0, 3989.0, 4033.0, 3990.0, 4023.0, 3976.0, 4010.0, 3968.0, 4009.0, 3977.0, 4009.0, 3966.0, 3997.0, 3989.0, 4018.0, 3998.0, 3996.0, 3998.0, 4009.0, 3988.0, 4019.0, 3997.0, 4004.0, 3986.0, 4007.0, 3976.0, 4006.0, 3953.0, 3973.0, 3964.0, 3976.0, 3954.0, 4007.0, 3965.0, 3985.0, 3964.0, 3975.0, 3965.0, 4007.0, 3988.0, 3998.0, 3955.0, 3988.0, 3977.0, 3999.0, 4029.0, 3995.0, 3996.0, 3985.0, 3985.0, 3988.0, 4006.0, 3989.0, 3996.0, 3988.0, 3988.0, 3969.0, 4013.0, 3970.0, 4001.0, 3978.0, 4002.0, 4021.0, 4011.0, 3988.0, 3998.0, 4021.0, 4001.0, 4020.0, 4002.0, 4018.0, 4012.0, 4009.0, 4010.0, 4019.0, 4010.0, 4027.0, 4010.0, 4020.0, 4013.0, 4031.0, 4010.0, 4031.0, 3999.0, 4009.0, 3989.0, 4021.0, 3976.0, 4021.0, 3966.0, 3998.0, 3994.0, 3987.0, 4006.0, 3998.0, 4018.0, 3997.0, 3967.0, 4000.0, 3982.0, 4025.0, 3982.0, 4012.0, 3967.0, 4001.0, 4019.0, 3988.0, 4008.0, 3965.0, 3987.0, 4004.0, 3987.0, 4006.0, 3964.0, 3987.0, 3973.0, 3997.0, 4003.0, 3995.0, 3983.0, 3985.0, 3984.0, 3953.0, 3997.0, 3962.0, 3984.0, 3953.0, 3985.0, 4004.0, 3986.0, 4006.0, 3988.0, 3997.0, 3997.0, 3998.0, 3989.0, 4018.0, 3999.0, 3998.0, 3988.0, 3997.0, 3979.0, 4009.0, 3978.0, 4009.0, 3977.0, 3999.0, 3989.0, 4001.0, 4028.0, 3999.0, 4019.0, 3998.0, 3998.0, 3988.0, 4023.0, 3980.0, 4010.0, 3980.0, 4002.0, 3999.0, 4002.0, 3988.0, 4011.0, 4009.0, 4002.0, 4019.0, 4001.0, 4008.0, 4001.0, 4010.0, 3981.0, 4012.0, 3978.0, 4023.0, 3979.0, 4000.0, 3979.0, 4010.0, 3979.0, 4023.0, 3968.0, 4000.0, 3968.0, 4002.0, 4018.0, 4020.0, 3966.0, 4009.0, 4007.0, 3999.0, 4029.0, 4009.0, 4029.0, 4010.0, 4009.0, 4009.0, 4020.0, 4000.0, 4029.0, 4000.0, 4009.0, 4000.0, 4010.0, 3978.0, 4023.0, 3979.0, 4001.0, 3979.0, 3999.0, 4030.0, 4020.0, 3988.0, 4011.0, 4029.0, 3999.0, 4029.0, 3999.0, 4007.0, 3999.0, 3996.0, 3998.0, 4009.0, 3978.0, 4008.0, 3967.0, 3985.0, 3966.0, 3998.0, 4029.0, 4009.0, 4007.0, 3997.0, 3995.0, 3975.0, 4008.0, 3977.0, 4009.0, 3968.0, 3998.0, 3979.0, 3989.0, 3986.0, 4000.0, 3979.0, 4003.0, 3979.0, 3991.0, 3998.0, 4002.0, 3977.0, 4000.0, 4019.0, 4012.0, 4021.0, 3990.0, 4021.0, 3968.0, 3999.0, 4018.0, 4000.0, 4026.0, 4008.0, 3996.0, 3987.0, 3984.0, 3978.0, 3997.0, 3978.0, 3999.0, 3979.0, 4000.0, 3979.0, 4013.0, 3999.0, 4011.0, 3968.0, 4000.0, 4020.0, 4013.0, 4031.0, 3986.0, 3998.0, 3978.0, 3987.0, 3967.0, 3999.0, 3967.0, 4011.0, 3969.0, 4000.0, 3968.0, 4001.0, 4019.0, 4021.0, 3978.0, 4008.0, 4030.0, 3998.0, 4018.0, 3998.0, 4007.0, 3965.0, 3985.0, 3966.0, 3986.0, 3964.0, 3987.0, 3968.0, 3988.0, 3967.0, 4001.0, 4030.0, 4010.0, 4029.0, 4000.0, 4017.0, 3988.0, 4029.0, 4001.0, 4010.0, 4012.0, 3979.0, 4002.0, 4031.0, 4023.0, 4022.0, 3999.0, 4011.0, 3977.0, 4010.0, 4038.0, 4008.0, 3996.0, 3982.0, 3975.0, 3952.0, 3994.0, 3962.0, 3984.0, 3951.0, 3985.0, 4004.0, 3986.0, 3985.0, 3989.0, 3998.0, 4004.0, 4057.0, 4015.0, 3989.0, 3987.0, 3976.0, 3964.0, 3961.0, 4002.0, 3962.0, 3983.0, 3952.0, 3972.0, 3951.0, 3982.0, 3947.0, 4015.0, 3965.0, 4005.0, 3973.0, 4012.0, 4008.0, 3990.0, 4010.0, 3966.0, 3985.0, 3984.0, 4026.0, 4009.0, 3992.0, 4002.0, 4041.0, 4021.0, 4007.0, 3996.0, 3995.0, 3987.0, 4006.0, 3973.0, 3984.0, 3974.0, 3983.0, 3987.0, 3995.0, 3985.0, 4009.0, 4001.0, 3999.0, 3992.0, 4000.0, 3978.0, 4009.0, 4000.0, 3986.0, 4010.0, 4011.0, 3989.0, 4020.0, 3978.0, 3988.0, 3979.0, 3998.0, 3977.0, 4022.0, 3979.0, 4000.0, 4007.0, 3994.0, 3994.0, 4031.0, 4001.0, 4011.0, 3992.0, 4009.0, 4025.0, 4032.0, 4003.0, 4033.0, 4010.0, 4033.0, 4000.0, 4010.0, 3967.0, 3988.0, 3966.0, 4008.0, 3964.0, 3987.0, 3978.0, 4010.0, 3967.0, 4009.0, 3967.0, 3986.0, 3986.0, 4018.0, 4009.0, 4010.0, 3998.0, 4019.0, 4000.0, 4029.0, 4009.0, 4007.0, 3985.0, 4003.0, 3987.0, 4007.0, 3976.0, 4015.0, 3976.0, 3975.0, 3976.0, 4008.0, 3966.0, 4009.0, 3966.0, 3988.0, 3978.0, 4008.0, 3989.0, 4009.0, 4002.0, 3980.0, 3999.0, 4032.0, 4023.0, 4018.0, 3998.0, 3989.0, 3998.0, 4028.0, 3998.0, 4009.0, 3996.0, 3995.0, 3998.0, 4019.0, 4014.0, 4011.0, 4010.0, 3966.0, 4008.0, 4017.0, 4056.0, 4026.0, 3980.0, 4026.0, 4026.0, 4049.0, 3981.0, 4022.0, 4041.0, 4023.0, 3978.0, 4009.0, 3967.0, 3998.0, 4037.0, 4019.0, 3986.0, 3997.0, 3965.0, 3998.0, 3964.0, 3998.0, 3965.0, 3997.0, 4004.0, 4024.0, 4015.0, 4033.0, 4008.0, 3998.0, 3996.0, 4017.0, 4009.0, 3976.0, 3999.0, 3978.0, 4000.0, 4008.0, 4010.0, 3966.0, 3997.0, 3965.0, 3999.0, 4007.0, 4007.0, 3977.0, 3999.0, 3968.0, 3998.0, 3989.0, 4019.0, 3997.0, 4017.0, 3999.0, 4018.0, 3998.0, 4015.0, 4010.0, 4017.0, 3998.0, 3966.0, 3998.0, 3968.0, 4020.0, 3989.0, 4010.0, 3997.0, 3999.0, 3988.0, 4017.0, 3985.0, 3996.0, 3996.0, 3979.0, 4002.0, 3991.0, 4013.0, 3995.0, 4017.0, 3985.0, 4002.0, 3982.0, 4003.0, 4015.0, 3994.0, 4035.0, 4027.0, 3996.0, 4027.0, 4004.0, 4026.0, 4003.0, 4035.0, 3978.0, 4000.0, 3968.0, 4001.0, 3991.0, 4022.0, 4001.0, 3988.0, 3999.0, 3980.0, 4003.0, 3982.0, 3999.0, 3993.0, 4023.0, 4003.0, 4032.0, 4012.0, 4021.0, 3990.0, 4010.0, 4000.0, 3969.0, 3990.0, 3978.0, 3989.0, 3989.0, 4019.0, 4001.0, 4006.0, 3989.0, 3997.0, 3988.0, 4008.0, 3977.0, 4009.0, 3977.0, 3987.0, 3986.0, 4009.0, 3998.0, 4010.0, 3999.0, 3967.0, 3991.0, 4009.0, 4012.0, 3970.0, 4003.0, 3979.0, 3992.0, 4033.0, 4002.0, 3999.0, 4010.0, 3968.0, 4000.0, 3993.0, 3991.0, 4016.0, 3995.0, 4016.0, 4017.0, 4054.0, 3996.0, 4026.0], 'WindowWidth': [9086.0, 9061.0, 8988.0, 8960.0, 8896.0, 8951.0, 8943.0, 8955.0, 8945.0, 8938.0, 8991.0, 9002.0, 9006.0, 8993.0, 8973.0, 9036.0, 9043.0, 9070.0, 9038.0, 9059.0, 8984.0, 8993.0, 8940.0, 8960.0, 8950.0, 8913.0, 8990.0, 8961.0, 8994.0, 8988.0, 9032.0, 8967.0, 8874.0, 8903.0, 8907.0, 8955.0, 8917.0, 8922.0, 8968.0, 8952.0, 8944.0, 8934.0, 8958.0, 8923.0, 8934.0, 8904.0, 8926.0, 8908.0, 8951.0, 8906.0, 8860.0, 8891.0, 8865.0, 8908.0, 8869.0, 8946.0, 8897.0, 8914.0, 8890.0, 8915.0, 8907.0, 8966.0, 8925.0, 8931.0, 8954.0, 8949.0, 8957.0, 8947.0, 8939.0, 8979.0, 8949.0, 8956.0, 8949.0, 8898.0, 8942.0, 8942.0, 8933.0, 8885.0, 8923.0, 8939.0, 8992.0, 8966.0, 9002.0, 8946.0, 8964.0, 8992.0, 9056.0, 9047.0, 9028.0, 8968.0, 8953.0, 8854.0, 8808.0, 8882.0, 8886.0, 8914.0, 8942.0, 8901.0, 8980.0, 8983.0, 8960.0, 8957.0, 8939.0, 8999.0, 8978.0, 8982.0, 8916.0, 8957.0, 8930.0, 8987.0, 8951.0, 8979.0, 8938.0, 8923.0, 8952.0, 8923.0, 8949.0, 8936.0, 8947.0, 8900.0, 8966.0, 8901.0, 8941.0, 8885.0, 8912.0, 8886.0, 8931.0, 8882.0, 8931.0, 8883.0, 8910.0, 8914.0, 8916.0, 8884.0, 8943.0, 8933.0, 8918.0, 8936.0, 8891.0, 8928.0, 8926.0, 8954.0, 8908.0, 8938.0, 8905.0, 8936.0, 8905.0, 8952.0, 8891.0, 8932.0, 8875.0, 8936.0, 8908.0, 8937.0, 8895.0, 8932.0, 8910.0, 8945.0, 8958.0, 8973.0, 8961.0, 8973.0, 8962.0, 8975.0, 8941.0, 8985.0, 8923.0, 8955.0, 8895.0, 8941.0, 8965.0, 8955.0, 8912.0, 8932.0, 8962.0, 8941.0, 8961.0, 8953.0, 8932.0, 8937.0, 8899.0, 8949.0, 8939.0, 8968.0, 8917.0, 8961.0, 8994.0, 8968.0, 8987.0, 8927.0, 8953.0, 8889.0, 8933.0, 8976.0, 8939.0, 8966.0, 8951.0, 8951.0, 8946.0, 8963.0, 8940.0, 8947.0, 8943.0, 8927.0, 8967.0, 8938.0, 8986.0, 8952.0, 8993.0, 8953.0, 8956.0, 8967.0, 8940.0, 9000.0, 8985.0, 8996.0, 9022.0, 8961.0, 8908.0, 8913.0, 8930.0, 8916.0, 8887.0, 8921.0, 8870.0, 8919.0, 8887.0, 8964.0, 8934.0, 8956.0, 8924.0, 8896.0, 8957.0, 8951.0, 8979.0, 8956.0, 8942.0, 8972.0, 8976.0, 8964.0, 8972.0, 8943.0, 8934.0, 8938.0, 8931.0, 8908.0, 8952.0, 8907.0, 8937.0, 8893.0, 8921.0, 8893.0, 8940.0, 8951.0, 8944.0, 8915.0, 8947.0, 8929.0, 8936.0, 8946.0, 8965.0, 8944.0, 8949.0, 8975.0, 8963.0, 8972.0, 8950.0, 8969.0, 8948.0, 8970.0, 8947.0, 8951.0, 8942.0, 8954.0, 8928.0, 8959.0, 8925.0, 8958.0, 8908.0, 8937.0, 8908.0, 8942.0, 8962.0, 8955.0, 8907.0, 8941.0, 8935.0, 8926.0, 8965.0, 8960.0, 8916.0, 8959.0, 8896.0, 8962.0, 8954.0, 8961.0, 8972.0, 8963.0, 8967.0, 8959.0, 8983.0, 8954.0, 8965.0, 8943.0, 8952.0, 8926.0, 8963.0, 8938.0, 8982.0, 8941.0, 8950.0, 8940.0, 8915.0, 8973.0, 8950.0, 8975.0, 8951.0, 8991.0, 8956.0, 8990.0, 8980.0, 8948.0, 8925.0, 8918.0, 8943.0, 8900.0, 8939.0, 8878.0, 8893.0, 8866.0, 8910.0, 8882.0, 8947.0, 8883.0, 8914.0, 8919.0, 8948.0, 8940.0, 8931.0, 8955.0, 8939.0, 8966.0, 8940.0, 8983.0, 8935.0, 8944.0, 8863.0, 8906.0, 8878.0, 8929.0, 8883.0, 8901.0, 8884.0, 8935.0, 8864.0, 8931.0, 8894.0, 8931.0, 8921.0, 8949.0, 8950.0, 8908.0, 8955.0, 8974.0, 8928.0, 8948.0, 8910.0, 8906.0, 8905.0, 8903.0, 8912.0, 8958.0, 8935.0, 8888.0, 8901.0, 8902.0, 8919.0, 8926.0, 8966.0, 8957.0, 8963.0, 8927.0, 8962.0, 8921.0, 8980.0, 8930.0, 8938.0, 8908.0, 8893.0, 8911.0, 8954.0, 8934.0, 8885.0, 8916.0, 8917.0, 8933.0, 8919.0, 8978.0, 8938.0, 8944.0, 8932.0, 8942.0, 8936.0, 8958.0, 8935.0, 8907.0, 8905.0, 8923.0, 8974.0, 8941.0, 8957.0, 8962.0, 8984.0, 8963.0, 8960.0, 8959.0, 8952.0, 8947.0, 8994.0, 8959.0, 8912.0, 8943.0, 8892.0, 8927.0, 8930.0, 8957.0, 8946.0, 8956.0, 8962.0, 8999.0, 8939.0, 8945.0, 8930.0, 8928.0, 8909.0, 8906.0, 8911.0, 8894.0, 8900.0, 8912.0, 8905.0, 8927.0, 8935.0, 8902.0, 8922.0, 8915.0, 8937.0, 8988.0, 8953.0, 8961.0, 8952.0, 8958.0, 8964.0, 8977.0, 8947.0, 8996.0, 8946.0, 8958.0, 8930.0, 8962.0, 8927.0, 8976.0, 8927.0, 8939.0, 8926.0, 8957.0, 8941.0, 8976.0, 8968.0, 8955.0, 8890.0, 8938.0, 8925.0, 8981.0, 8952.0, 8987.0, 8992.0, 8966.0, 8950.0, 8982.0, 8956.0, 8896.0, 8945.0, 8952.0, 8979.0, 9030.0, 8970.0, 8986.0, 8943.0, 8965.0, 8905.0, 8949.0, 8972.0, 8929.0, 8939.0, 8911.0, 8908.0, 8885.0, 8928.0, 8877.0, 8920.0, 8860.0, 8904.0, 8847.0, 8894.0, 8917.0, 8909.0, 8935.0, 8904.0, 8902.0, 8859.0, 8909.0, 8864.0, 8912.0, 8909.0, 8911.0, 8866.0, 8914.0, 8924.0, 8915.0, 8943.0, 8887.0, 8928.0, 8886.0, 8915.0, 8885.0, 8921.0, 8963.0, 8938.0, 8948.0, 8955.0, 8934.0, 8944.0, 8943.0, 8931.0, 8958.0, 8916.0, 8960.0, 8912.0, 8944.0, 8941.0, 8962.0, 8984.0, 8961.0, 8941.0, 8954.0, 8968.0, 8950.0, 8976.0, 8968.0, 8992.0, 8949.0, 8958.0, 8947.0, 8945.0, 8917.0, 8965.0, 8930.0, 8977.0, 8919.0, 8959.0, 8898.0, 8942.0, 8913.0, 8979.0, 8952.0, 8948.0, 8966.0, 8978.0, 8957.0, 8995.0, 8948.0, 8990.0, 8942.0, 8956.0, 8936.0, 8946.0, 8962.0, 8922.0, 8958.0, 8919.0, 8943.0, 8901.0, 8928.0, 8871.0, 8918.0, 8890.0, 8933.0, 8889.0, 8949.0, 8889.0, 8934.0, 8889.0, 8940.0, 8976.0, 9021.0, 8944.0, 8932.0, 8919.0, 8926.0, 8936.0, 8974.0, 8931.0, 8942.0, 8950.0, 8959.0, 8937.0, 8977.0, 8923.0, 8961.0, 8922.0, 8954.0, 8942.0, 8976.0, 8931.0, 8986.0, 8914.0, 8938.0, 8912.0, 8958.0, 8989.0, 8952.0, 8959.0, 8930.0, 8941.0, 8932.0, 8938.0, 8936.0, 8935.0, 8938.0, 8903.0, 8938.0, 8961.0, 8940.0, 8962.0, 8920.0, 8924.0, 8916.0, 8913.0, 8941.0, 8952.0, 8944.0, 8939.0, 8961.0, 8987.0, 8956.0, 8979.0, 8956.0, 8949.0, 8953.0, 8938.0, 8991.0, 8944.0, 8975.0, 8950.0, 8975.0, 8967.0, 8954.0, 8963.0, 8937.0, 8907.0, 8939.0, 8909.0, 8946.0, 8940.0, 8944.0, 8912.0, 8947.0, 8942.0, 8953.0, 8990.0, 8974.0, 8898.0, 8919.0, 8909.0, 8957.0, 8943.0, 9019.0, 8995.0, 8960.0, 8991.0, 9010.0, 8978.0, 8969.0, 8958.0, 8952.0, 8923.0, 8986.0, 8928.0, 8973.0, 8904.0, 8950.0, 8895.0, 8950.0, 8904.0, 8946.0, 8886.0, 8928.0, 8922.0, 8959.0, 8933.0, 8927.0, 8933.0, 8947.0, 8922.0, 8959.0, 8931.0, 8935.0, 8913.0, 8943.0, 8899.0, 8940.0, 8866.0, 8893.0, 8883.0, 8902.0, 8869.0, 8942.0, 8884.0, 8911.0, 8884.0, 8900.0, 8888.0, 8946.0, 8921.0, 8931.0, 8874.0, 8919.0, 8906.0, 8935.0, 8975.0, 8927.0, 8926.0, 8912.0, 8913.0, 8922.0, 8942.0, 8922.0, 8929.0, 8922.0, 8921.0, 8900.0, 8964.0, 8902.0, 8942.0, 8911.0, 8947.0, 8969.0, 8957.0, 8923.0, 8938.0, 8968.0, 8945.0, 8967.0, 8947.0, 8962.0, 8958.0, 8952.0, 8955.0, 8964.0, 8956.0, 8974.0, 8955.0, 8965.0, 8963.0, 8983.0, 8956.0, 8981.0, 8938.0, 8950.0, 8923.0, 8968.0, 8903.0, 8967.0, 8889.0, 8932.0, 8923.0, 8916.0, 8941.0, 8934.0, 8960.0, 8932.0, 8894.0, 8940.0, 8920.0, 8982.0, 8920.0, 8958.0, 8893.0, 8942.0, 8963.0, 8921.0, 8944.0, 8885.0, 8914.0, 8935.0, 8915.0, 8940.0, 8882.0, 8913.0, 8892.0, 8928.0, 8932.0, 8923.0, 8904.0, 8909.0, 8907.0, 8869.0, 8929.0, 8879.0, 8908.0, 8866.0, 8910.0, 8936.0, 8915.0, 8941.0, 8920.0, 8929.0, 8930.0, 8932.0, 8926.0, 8960.0, 8938.0, 8932.0, 8920.0, 8930.0, 8912.0, 8951.0, 8909.0, 8952.0, 8907.0, 8938.0, 8927.0, 8942.0, 8975.0, 8938.0, 8961.0, 8937.0, 8934.0, 8924.0, 8974.0, 8915.0, 8954.0, 8915.0, 8948.0, 8940.0, 8945.0, 8923.0, 8956.0, 8951.0, 8947.0, 8967.0, 8943.0, 8948.0, 8942.0, 8953.0, 8920.0, 8958.0, 8911.0, 8973.0, 8911.0, 8940.0, 8916.0, 8956.0, 8913.0, 8975.0, 8897.0, 8940.0, 8896.0, 8948.0, 8964.0, 8968.0, 8892.0, 8951.0, 8947.0, 8940.0, 8977.0, 8952.0, 8978.0, 8955.0, 8951.0, 8956.0, 8968.0, 8942.0, 8978.0, 8941.0, 8951.0, 8940.0, 8955.0, 8910.0, 8975.0, 8914.0, 8944.0, 8913.0, 8941.0, 8981.0, 8970.0, 8924.0, 8956.0, 8979.0, 8941.0, 8980.0, 8939.0, 8946.0, 8937.0, 8930.0, 8940.0, 8951.0, 8910.0, 8951.0, 8894.0, 8918.0, 8893.0, 8937.0, 8976.0, 8953.0, 8944.0, 8933.0, 8926.0, 8903.0, 8947.0, 8906.0, 8951.0, 8895.0, 8936.0, 8914.0, 8927.0, 8919.0, 8941.0, 8914.0, 8951.0, 8912.0, 8930.0, 8936.0, 8944.0, 8908.0, 8941.0, 8963.0, 8960.0, 8970.0, 8928.0, 8969.0, 8895.0, 8938.0, 8961.0, 8941.0, 8970.0, 8947.0, 8927.0, 8918.0, 8911.0, 8910.0, 8934.0, 8911.0, 8939.0, 8915.0, 8941.0, 8917.0, 8964.0, 8941.0, 8958.0, 8895.0, 8940.0, 8967.0, 8963.0, 8983.0, 8919.0, 8933.0, 8908.0, 8919.0, 8892.0, 8938.0, 8895.0, 8958.0, 8902.0, 8943.0, 8900.0, 8946.0, 8967.0, 8970.0, 8908.0, 8949.0, 8979.0, 8937.0, 8962.0, 8934.0, 8943.0, 8886.0, 8912.0, 8891.0, 8917.0, 8885.0, 8918.0, 8894.0, 8923.0, 8895.0, 8944.0, 8980.0, 8957.0, 8979.0, 8942.0, 8963.0, 8924.0, 8978.0, 8945.0, 8956.0, 8961.0, 8914.0, 8950.0, 8984.0, 8976.0, 8973.0, 8939.0, 8954.0, 8908.0, 8953.0, 8987.0, 8947.0, 8927.0, 8906.0, 8896.0, 8867.0, 8923.0, 8878.0, 8908.0, 8863.0, 8912.0, 8937.0, 8916.0, 8913.0, 8923.0, 8936.0, 8957.0, 9027.0, 8973.0, 8929.0, 8921.0, 8903.0, 8884.0, 8877.0, 8933.0, 8876.0, 8903.0, 8861.0, 8887.0, 8861.0, 8902.0, 8852.0, 8954.0, 8890.0, 8942.0, 8893.0, 8946.0, 8950.0, 8931.0, 8957.0, 8892.0, 8915.0, 8915.0, 8972.0, 8955.0, 8938.0, 8951.0, 8996.0, 8971.0, 8944.0, 8928.0, 8923.0, 8920.0, 8942.0, 8895.0, 8909.0, 8898.0, 8909.0, 8921.0, 8931.0, 8918.0, 8951.0, 8946.0, 8940.0, 8933.0, 8939.0, 8909.0, 8951.0, 8939.0, 8916.0, 8957.0, 8955.0, 8924.0, 8966.0, 8907.0, 8920.0, 8913.0, 8936.0, 8907.0, 8971.0, 8911.0, 8940.0, 8969.0, 8944.0, 8941.0, 8988.0, 8947.0, 8962.0, 8934.0, 8954.0, 8984.0, 8991.0, 8952.0, 8988.0, 8958.0, 8988.0, 8941.0, 8953.0, 8893.0, 8920.0, 8892.0, 8949.0, 8888.0, 8918.0, 8910.0, 8952.0, 8895.0, 8950.0, 8894.0, 8918.0, 8920.0, 8961.0, 8955.0, 8955.0, 8940.0, 8964.0, 8942.0, 8978.0, 8951.0, 8943.0, 8914.0, 8936.0, 8920.0, 8944.0, 8904.0, 8953.0, 8902.0, 8899.0, 8904.0, 8947.0, 8891.0, 8949.0, 8890.0, 8920.0, 8909.0, 8949.0, 8928.0, 8954.0, 8949.0, 8917.0, 8942.0, 8986.0, 8975.0, 8963.0, 8939.0, 8924.0, 8940.0, 8977.0, 8938.0, 8949.0, 8934.0, 8930.0, 8939.0, 8965.0, 8967.0, 8954.0, 8956.0, 8891.0, 8953.0, 8977.0, 9028.0, 8985.0, 8918.0, 8983.0, 8989.0, 9019.0, 8920.0, 8975.0, 8994.0, 8972.0, 8908.0, 8950.0, 8893.0, 8936.0, 8985.0, 8963.0, 8914.0, 8929.0, 8885.0, 8934.0, 8885.0, 8932.0, 8887.0, 8931.0, 8954.0, 8982.0, 8971.0, 8990.0, 8950.0, 8934.0, 8930.0, 8958.0, 8951.0, 8904.0, 8937.0, 8908.0, 8940.0, 8946.0, 8952.0, 8889.0, 8931.0, 8888.0, 8937.0, 8946.0, 8947.0, 8907.0, 8936.0, 8895.0, 8934.0, 8924.0, 8965.0, 8936.0, 8959.0, 8937.0, 8959.0, 8934.0, 8954.0, 8951.0, 8957.0, 8931.0, 8889.0, 8933.0, 8895.0, 8966.0, 8926.0, 8952.0, 8934.0, 8935.0, 8922.0, 8956.0, 8915.0, 8928.0, 8931.0, 8915.0, 8949.0, 8932.0, 8965.0, 8945.0, 8974.0, 8931.0, 8948.0, 8919.0, 8951.0, 8968.0, 8942.0, 8997.0, 8987.0, 8945.0, 8984.0, 8952.0, 8979.0, 8946.0, 8991.0, 8909.0, 8936.0, 8894.0, 8937.0, 8927.0, 8970.0, 8941.0, 8921.0, 8937.0, 8912.0, 8946.0, 8918.0, 8939.0, 8933.0, 8973.0, 8947.0, 8985.0, 8957.0, 8964.0, 8923.0, 8947.0, 8935.0, 8893.0, 8921.0, 8904.0, 8918.0, 8922.0, 8961.0, 8939.0, 8941.0, 8918.0, 8927.0, 8917.0, 8944.0, 8902.0, 8945.0, 8900.0, 8913.0, 8914.0, 8945.0, 8933.0, 8948.0, 8935.0, 8890.0, 8928.0, 8950.0, 8957.0, 8898.0, 8944.0, 8910.0, 8929.0, 8986.0, 8944.0, 8931.0, 8950.0, 8890.0, 8937.0, 8936.0, 8930.0, 8973.0, 8943.0, 8969.0, 8975.0, 9036.0, 8947.0, 8983.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.0014312958801498126</td></tr>
<tr><td colspan=3>aqi</td><td>0.042568058576779026</td></tr>
<tr><td colspan=3>dummy_trs</td><td>0</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.19751141564465</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1916606403972996</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0031453338155916</td></tr>
<tr><td colspan=3>efc</td><td>0.5091</td></tr>
<tr><td colspan=3>fber</td><td>4148.8853</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.14800637406943626</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>246</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>18.426966292134832</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3128479874969208</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.1968917658038367</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5672559387918485</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1743962578950766</td></tr>
<tr><td colspan=3>gcor</td><td>0.009635</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020176997408270836</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04966236278414726</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1335</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.334189890508211</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>13.3336</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.9808</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>205.3491</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>294846.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>963.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>357.2591</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9969</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>467.3467</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3221.7423</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3345.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1433.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4176.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>771.7658</td></tr>
<tr><td colspan=3>tsnr</td><td>30.229748722922523</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>