<?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-0086_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-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0086/figures/sub-0086_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-0086/figures/sub-0086_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0086/figures/sub-0086_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-0086/ses-03/func/sub-0086_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>8dc2272a5ee2895bee02bed1987003dd</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>10:17:33.547500</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.999815, 0.0103039, 0.0162648, -0.0115176, 0.997012, 0.0763796]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0954106</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>[4147, -7754, -7279, 650, -41, -137, 93, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>236.686</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>bd7571c5-8018-4aa9-b381-f606a46c5468||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.682429552078247, -0.03090076893568039, 0.041658904403448105, 112.9860610961914], [-0.027644634246826172, 2.6749110221862793, 0.2066923826932907, -100.24541473388672], [0.043637339025735855, -0.20492078363895416, 2.6917545795440674, -65.5566177368164], [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': ['101733.547500', '101734.007500', '101734.467500', '101734.927500', '101735.387500', '101735.847500', '101736.307500', '101736.767500', '101737.227500', '101737.687500', '101738.147500', '101738.607500', '101739.067500', '101739.527500', '101739.987500', '101740.447500', '101740.907500', '101741.367500', '101741.827500', '101742.287500', '101742.747500', '101743.207500', '101743.667500', '101744.127500', '101744.587500', '101745.047500', '101745.507500', '101745.967500', '101746.427500', '101746.887500', '101747.347500', '101747.807500', '101748.267500', '101748.727500', '101749.187500', '101749.647500', '101750.107500', '101750.567500', '101751.027500', '101751.487500', '101751.947500', '101752.407500', '101752.867500', '101753.327500', '101753.787500', '101754.247500', '101754.707500', '101755.167500', '101755.627500', '101756.087500', '101756.547500', '101757.007500', '101757.467500', '101757.927500', '101758.387500', '101758.847500', '101759.307500', '101759.767500', '101800.227500', '101800.687500', '101801.147500', '101801.607500', '101802.067500', '101802.527500', '101802.987500', '101803.447500', '101803.907500', '101804.367500', '101804.827500', '101805.287500', '101805.747500', '101806.207500', '101806.667500', '101807.127500', '101807.587500', '101808.047500', '101808.507500', '101808.967500', '101809.427500', '101809.887500', '101810.347500', '101810.807500', '101811.267500', '101811.727500', '101812.187500', '101812.647500', '101813.107500', '101813.567500', '101814.027500', '101814.487500', '101814.947500', '101815.407500', '101815.867500', '101816.327500', '101816.787500', '101817.247500', '101817.707500', '101818.167500', '101818.627500', '101819.087500', '101819.547500', '101820.007500', '101820.467500', '101820.927500', '101821.387500', '101821.847500', '101822.307500', '101822.767500', '101823.227500', '101823.687500', '101824.147500', '101824.607500', '101825.067500', '101825.527500', '101825.987500', '101826.447500', '101826.907500', '101827.367500', '101827.827500', '101828.287500', '101828.747500', '101829.207500', '101829.667500', '101830.127500', '101830.587500', '101831.047500', '101831.507500', '101831.967500', '101832.427500', '101832.887500', '101833.347500', '101833.807500', '101834.267500', '101834.727500', '101835.187500', '101835.647500', '101836.107500', '101836.567500', '101837.027500', '101837.487500', '101837.947500', '101838.407500', '101838.867500', '101839.327500', '101839.787500', '101840.247500', '101840.707500', '101841.167500', '101841.627500', '101842.087500', '101842.547500', '101843.007500', '101843.467500', '101843.927500', '101844.387500', '101844.847500', '101845.307500', '101845.767500', '101846.227500', '101846.687500', '101847.147500', '101847.607500', '101848.067500', '101848.527500', '101848.987500', '101849.447500', '101849.907500', '101850.367500', '101850.827500', '101851.287500', '101851.747500', '101852.207500', '101852.667500', '101853.127500', '101853.587500', '101854.047500', '101854.507500', '101854.967500', '101855.427500', '101855.887500', '101856.347500', '101856.807500', '101857.267500', '101857.727500', '101858.187500', '101858.647500', '101859.107500', '101859.567500', '101900.027500', '101900.487500', '101900.947500', '101901.407500', '101901.867500', '101902.327500', '101902.787500', '101903.247500', '101903.707500', '101904.167500', '101904.627500', '101905.087500', '101905.547500', '101906.007500', '101906.467500', '101906.927500', '101907.387500', '101907.847500', '101908.307500', '101908.767500', '101909.227500', '101909.687500', '101910.147500', '101910.607500', '101911.067500', '101911.527500', '101911.987500', '101912.447500', '101912.907500', '101913.367500', '101913.827500', '101914.287500', '101914.747500', '101915.207500', '101915.667500', '101916.127500', '101916.587500', '101917.047500', '101917.507500', '101917.967500', '101918.427500', '101918.887500', '101919.347500', '101919.807500', '101920.267500', '101920.727500', '101921.187500', '101921.647500', '101922.107500', '101922.567500', '101923.027500', '101923.487500', '101923.947500', '101924.407500', '101924.867500', '101925.327500', '101925.787500', '101926.247500', '101926.707500', '101927.167500', '101927.627500', '101928.087500', '101928.547500', '101929.007500', '101929.467500', '101929.927500', '101930.387500', '101930.847500', '101931.307500', '101931.767500', '101932.227500', '101932.687500', '101933.147500', '101933.607500', '101934.067500', '101934.527500', '101934.987500', '101935.447500', '101935.907500', '101936.367500', '101936.827500', '101937.287500', '101937.747500', '101938.207500', '101938.667500', '101939.127500', '101939.587500', '101940.047500', '101940.507500', '101940.967500', '101941.427500', '101941.887500', '101942.347500', '101942.807500', '101943.267500', '101943.727500', '101944.187500', '101944.647500', '101945.107500', '101945.567500', '101946.027500', '101946.487500', '101946.947500', '101947.407500', '101947.867500', '101948.327500', '101948.787500', '101949.247500', '101949.707500', '101950.167500', '101950.627500', '101951.087500', '101951.547500', '101952.007500', '101952.467500', '101952.927500', '101953.387500', '101953.847500', '101954.307500', '101954.767500', '101955.227500', '101955.687500', '101956.147500', '101956.607500', '101957.067500', '101957.527500', '101957.987500', '101958.447500', '101958.907500', '101959.367500', '101959.827500', '102000.287500', '102000.747500', '102001.207500', '102001.667500', '102002.127500', '102002.587500', '102003.047500', '102003.507500', '102003.967500', '102004.427500', '102004.887500', '102005.347500', '102005.807500', '102006.267500', '102006.727500', '102007.187500', '102007.647500', '102008.107500', '102008.567500', '102009.027500', '102009.487500', '102009.947500', '102010.407500', '102010.867500', '102011.327500', '102011.787500', '102012.247500', '102012.707500', '102013.167500', '102013.627500', '102014.087500', '102014.547500', '102015.007500', '102015.467500', '102015.927500', '102016.387500', '102016.847500', '102017.307500', '102017.767500', '102018.227500', '102018.687500', '102019.147500', '102019.607500', '102020.067500', '102020.527500', '102020.987500', '102021.447500', '102021.907500', '102022.367500', '102022.827500', '102023.287500', '102023.747500', '102024.207500', '102024.667500', '102025.127500', '102025.587500', '102026.047500', '102026.507500', '102026.967500', '102027.427500', '102027.887500', '102028.347500', '102028.807500', '102029.267500', '102029.727500', '102030.187500', '102030.647500', '102031.107500', '102031.567500', '102032.027500', '102032.487500', '102032.947500', '102033.407500', '102033.867500', '102034.327500', '102034.787500', '102035.247500', '102035.707500', '102036.167500', '102036.627500', '102037.087500', '102037.547500', '102038.007500', '102038.467500', '102038.927500', '102039.387500', '102039.847500', '102040.307500', '102040.767500', '102041.227500', '102041.687500', '102042.147500', '102042.607500', '102043.067500', '102043.527500', '102043.987500', '102044.447500', '102044.907500', '102045.367500', '102045.827500', '102046.287500', '102046.747500', '102047.207500', '102047.667500', '102048.127500', '102048.587500', '102049.047500', '102049.507500', '102049.967500', '102050.427500', '102050.887500', '102051.347500', '102051.807500', '102052.267500', '102052.727500', '102053.187500', '102053.647500', '102054.107500', '102054.567500', '102055.027500', '102055.487500', '102055.947500', '102056.407500', '102056.867500', '102057.327500', '102057.787500', '102058.247500', '102058.707500', '102059.167500', '102059.627500', '102100.087500', '102100.547500', '102101.007500', '102101.467500', '102101.927500', '102102.387500', '102102.847500', '102103.307500', '102103.767500', '102104.227500', '102104.687500', '102105.147500', '102105.607500', '102106.067500', '102106.527500', '102106.987500', '102107.447500', '102107.907500', '102108.367500', '102108.827500', '102109.287500', '102109.747500', '102110.207500', '102110.667500', '102111.127500', '102111.587500', '102112.047500', '102112.507500', '102112.967500', '102113.427500', '102113.887500', '102114.347500', '102114.807500', '102115.267500', '102115.727500', '102116.187500', '102116.647500', '102117.107500', '102117.567500', '102118.027500', '102118.487500', '102118.947500', '102119.407500', '102119.867500', '102120.327500', '102120.787500', '102121.247500', '102121.707500', '102122.167500', '102122.627500', '102123.087500', '102123.547500', '102124.007500', '102124.467500', '102124.927500', '102125.387500', '102125.847500', '102126.307500', '102126.767500', '102127.227500', '102127.687500', '102128.147500', '102128.607500', '102129.067500', '102129.527500', '102129.987500', '102130.447500', '102130.907500', '102131.367500', '102131.827500', '102132.287500', '102132.747500', '102133.207500', '102133.667500', '102134.127500', '102134.587500', '102135.047500', '102135.507500', '102135.967500', '102136.427500', '102136.887500', '102137.347500', '102137.807500', '102138.267500', '102138.727500', '102139.187500', '102139.647500', '102140.107500', '102140.567500', '102141.027500', '102141.487500', '102141.947500', '102142.407500', '102142.867500', '102143.327500', '102143.787500', '102144.247500', '102144.707500', '102145.167500', '102145.627500', '102146.087500', '102146.547500', '102147.007500', '102147.467500', '102147.927500', '102148.387500', '102148.847500', '102149.307500', '102149.767500', '102150.227500', '102150.687500', '102151.147500', '102151.607500', '102152.067500', '102152.527500', '102152.987500', '102153.447500', '102153.907500', '102154.367500', '102154.827500', '102155.287500', '102155.747500', '102156.207500', '102156.667500', '102157.127500', '102157.587500', '102158.047500', '102158.507500', '102158.967500', '102159.427500', '102159.887500', '102200.347500', '102200.807500', '102201.267500', '102201.727500', '102202.187500', '102202.647500', '102203.107500', '102203.567500', '102204.027500', '102204.487500', '102204.947500', '102205.407500', '102205.867500', '102206.327500', '102206.787500', '102207.247500', '102207.707500', '102208.167500', '102208.627500', '102209.087500', '102209.547500', '102210.007500', '102210.467500', '102210.927500', '102211.387500', '102211.847500', '102212.307500', '102212.767500', '102213.227500', '102213.687500', '102214.147500', '102214.607500', '102215.067500', '102215.527500', '102215.987500', '102216.447500', '102216.907500', '102217.367500', '102217.827500', '102218.287500', '102218.747500', '102219.207500', '102219.667500', '102220.127500', '102220.587500', '102221.047500', '102221.507500', '102221.967500', '102222.427500', '102222.887500', '102223.347500', '102223.807500', '102224.267500', '102224.727500', '102225.187500', '102225.647500', '102226.107500', '102226.567500', '102227.027500', '102227.487500', '102227.947500', '102228.407500', '102228.867500', '102229.327500', '102229.787500', '102230.247500', '102230.707500', '102231.167500', '102231.627500', '102232.087500', '102232.547500', '102233.007500', '102233.467500', '102233.927500', '102234.387500', '102234.847500', '102235.307500', '102235.767500', '102236.227500', '102236.687500', '102237.147500', '102237.607500', '102238.067500', '102238.527500', '102238.987500', '102239.447500', '102239.907500', '102240.367500', '102240.827500', '102241.287500', '102241.747500', '102242.207500', '102242.667500', '102243.127500', '102243.587500', '102244.047500', '102244.507500', '102244.967500', '102245.427500', '102245.887500', '102246.347500', '102246.807500', '102247.267500', '102247.727500', '102248.187500', '102248.647500', '102249.107500', '102249.567500', '102250.027500', '102250.487500', '102250.947500', '102251.407500', '102251.867500', '102252.327500', '102252.787500', '102253.247500', '102253.707500', '102254.167500', '102254.627500', '102255.087500', '102255.547500', '102256.007500', '102256.467500', '102256.927500', '102257.387500', '102257.847500', '102258.307500', '102258.767500', '102259.227500', '102259.687500', '102300.147500', '102300.607500', '102301.067500', '102301.527500', '102301.987500', '102302.447500', '102302.907500', '102303.367500', '102303.827500', '102304.287500', '102304.747500', '102305.207500', '102305.667500', '102306.127500', '102306.587500', '102307.047500', '102307.507500', '102307.967500', '102308.427500', '102308.887500', '102309.347500', '102309.807500', '102310.267500', '102310.727500', '102311.187500', '102311.647500', '102312.107500', '102312.567500', '102313.027500', '102313.487500', '102313.947500', '102314.407500', '102314.867500', '102315.327500', '102315.787500', '102316.247500', '102316.707500', '102317.167500', '102317.627500', '102318.087500', '102318.547500', '102319.007500', '102319.467500', '102319.927500', '102320.387500', '102320.847500', '102321.307500', '102321.767500', '102322.227500', '102322.687500', '102323.147500', '102323.607500', '102324.067500', '102324.527500', '102324.987500', '102325.447500', '102325.907500', '102326.367500', '102326.827500', '102327.287500', '102327.747500', '102328.207500', '102328.667500', '102329.127500', '102329.587500', '102330.047500', '102330.507500', '102330.967500', '102331.427500', '102331.887500', '102332.347500', '102332.807500', '102333.267500', '102333.727500', '102334.187500', '102334.647500', '102335.107500', '102335.567500', '102336.027500', '102336.487500', '102336.947500', '102337.407500', '102337.867500', '102338.327500', '102338.787500', '102339.247500', '102339.707500', '102340.167500', '102340.627500', '102341.087500', '102341.547500', '102342.007500', '102342.467500', '102342.927500', '102343.387500', '102343.847500', '102344.307500', '102344.767500', '102345.227500', '102345.687500', '102346.147500', '102346.607500', '102347.067500', '102347.527500', '102347.987500', '102348.447500', '102348.907500', '102349.367500', '102349.827500', '102350.287500', '102350.747500', '102351.207500', '102351.667500', '102352.127500', '102352.587500', '102353.047500', '102353.507500', '102353.967500', '102354.427500', '102354.887500', '102355.347500', '102355.807500', '102356.267500', '102356.727500', '102357.187500', '102357.647500', '102358.107500', '102358.567500', '102359.027500', '102359.487500', '102359.947500', '102400.407500', '102400.867500', '102401.327500', '102401.787500', '102402.247500', '102402.707500', '102403.167500', '102403.627500', '102404.087500', '102404.547500', '102405.007500', '102405.467500', '102405.927500', '102406.387500', '102406.847500', '102407.307500', '102407.767500', '102408.227500', '102408.687500', '102409.147500', '102409.607500', '102410.067500', '102410.527500', '102410.987500', '102411.447500', '102411.907500', '102412.367500', '102412.827500', '102413.287500', '102413.747500', '102414.207500', '102414.667500', '102415.127500', '102415.587500', '102416.047500', '102416.507500', '102416.967500', '102417.427500', '102417.887500', '102418.347500', '102418.807500', '102419.267500', '102419.727500', '102420.187500', '102420.647500', '102421.107500', '102421.567500', '102422.027500', '102422.487500', '102422.947500', '102423.407500', '102423.867500', '102424.327500', '102424.787500', '102425.247500', '102425.707500', '102426.167500', '102426.627500', '102427.087500', '102427.547500', '102428.007500', '102428.467500', '102428.927500', '102429.387500', '102429.847500', '102430.307500', '102430.767500', '102431.227500', '102431.687500', '102432.147500', '102432.607500', '102433.067500', '102433.527500', '102433.987500', '102434.447500', '102434.907500', '102435.367500', '102435.827500', '102436.287500', '102436.747500', '102437.207500', '102437.667500', '102438.127500', '102438.587500', '102439.047500', '102439.507500', '102439.967500', '102440.427500', '102440.887500', '102441.347500', '102441.807500', '102442.267500', '102442.727500', '102443.187500', '102443.647500', '102444.107500', '102444.567500', '102445.027500', '102445.487500', '102445.947500', '102446.407500', '102446.867500', '102447.327500', '102447.787500', '102448.247500', '102448.707500', '102449.167500', '102449.627500', '102450.087500', '102450.547500', '102451.007500', '102451.467500', '102451.927500', '102452.387500', '102452.847500', '102453.307500', '102453.767500', '102454.227500', '102454.687500', '102455.147500', '102455.607500', '102456.067500', '102456.527500', '102456.987500', '102457.447500', '102457.907500', '102458.367500', '102458.827500', '102459.287500', '102459.747500', '102500.207500', '102500.667500', '102501.127500', '102501.587500', '102502.047500', '102502.507500', '102502.967500', '102503.427500', '102503.887500', '102504.347500', '102504.807500', '102505.267500', '102505.727500', '102506.187500', '102506.647500', '102507.107500', '102507.567500', '102508.027500', '102508.487500', '102508.947500', '102509.407500', '102509.867500', '102510.327500', '102510.787500', '102511.247500', '102511.707500', '102512.167500', '102512.627500', '102513.087500', '102513.547500', '102514.007500', '102514.467500', '102514.927500', '102515.387500', '102515.847500', '102516.307500', '102516.767500', '102517.227500', '102517.687500', '102518.147500', '102518.607500', '102519.067500', '102519.527500', '102519.987500', '102520.447500', '102520.907500', '102521.367500', '102521.827500', '102522.287500', '102522.747500', '102523.207500', '102523.667500', '102524.127500', '102524.587500', '102525.047500', '102525.507500', '102525.967500', '102526.427500', '102526.887500', '102527.347500', '102527.807500', '102528.267500', '102528.727500', '102529.187500', '102529.647500', '102530.107500', '102530.567500', '102531.027500', '102531.487500', '102531.947500', '102532.407500', '102532.867500', '102533.327500', '102533.787500', '102534.247500', '102534.707500', '102535.167500', '102535.627500', '102536.087500', '102536.547500', '102537.007500', '102537.467500', '102537.927500', '102538.387500', '102538.847500', '102539.307500', '102539.767500', '102540.227500', '102540.687500', '102541.147500', '102541.607500', '102542.067500', '102542.527500', '102542.987500', '102543.447500', '102543.907500', '102544.367500', '102544.827500', '102545.287500', '102545.747500', '102546.207500', '102546.667500', '102547.127500', '102547.587500', '102548.047500', '102548.507500', '102548.967500', '102549.427500', '102549.887500', '102550.347500', '102550.807500', '102551.267500', '102551.727500', '102552.187500', '102552.647500', '102553.107500', '102553.567500', '102554.027500', '102554.487500', '102554.947500', '102555.407500', '102555.867500', '102556.327500', '102556.787500', '102557.247500', '102557.707500', '102558.167500', '102558.627500', '102559.087500', '102559.547500', '102600.007500', '102600.467500', '102600.927500', '102601.387500', '102601.847500', '102602.307500', '102602.767500', '102603.227500', '102603.687500', '102604.147500', '102604.607500', '102605.067500', '102605.527500', '102605.987500', '102606.447500', '102606.907500', '102607.367500', '102607.827500', '102608.287500', '102608.747500', '102609.207500', '102609.667500', '102610.127500', '102610.587500', '102611.047500', '102611.507500', '102611.967500', '102612.427500', '102612.887500', '102613.347500', '102613.807500', '102614.267500', '102614.727500', '102615.187500', '102615.647500', '102616.107500', '102616.567500', '102617.027500', '102617.487500', '102617.947500', '102618.407500', '102618.867500', '102619.327500', '102619.787500', '102620.247500', '102620.707500', '102621.167500', '102621.627500', '102622.087500', '102622.547500', '102623.007500', '102623.467500', '102623.927500', '102624.387500', '102624.847500', '102625.307500', '102625.767500', '102626.227500', '102626.687500', '102627.147500', '102627.607500', '102628.067500', '102628.527500', '102628.987500', '102629.447500', '102629.907500', '102630.367500', '102630.827500', '102631.287500', '102631.747500', '102632.207500', '102632.667500', '102633.127500', '102633.587500', '102634.047500', '102634.507500', '102634.967500', '102635.427500', '102635.887500', '102636.347500', '102636.807500', '102637.267500', '102637.727500', '102638.187500', '102638.647500', '102639.107500', '102639.567500', '102640.027500', '102640.487500', '102640.947500', '102641.407500', '102641.867500', '102642.327500', '102642.787500', '102643.247500', '102643.707500', '102644.167500', '102644.627500', '102645.087500', '102645.547500', '102646.007500', '102646.467500', '102646.927500', '102647.387500', '102647.847500', '102648.307500', '102648.767500', '102649.227500', '102649.687500', '102650.147500', '102650.607500', '102651.067500', '102651.527500', '102651.987500', '102652.447500', '102652.907500', '102653.367500', '102653.827500', '102654.287500', '102654.747500', '102655.207500', '102655.667500', '102656.127500', '102656.587500', '102657.047500', '102657.507500', '102657.967500', '102658.427500', '102658.887500', '102659.347500', '102659.807500', '102700.267500', '102700.727500', '102701.187500', '102701.647500', '102702.107500', '102702.567500', '102703.027500', '102703.487500', '102703.947500', '102704.407500', '102704.867500', '102705.327500', '102705.787500', '102706.247500', '102706.707500', '102707.167500', '102707.627500', '102708.087500', '102708.547500', '102709.007500', '102709.467500', '102709.927500', '102710.387500', '102710.847500', '102711.307500', '102711.767500', '102712.227500', '102712.687500', '102713.147500', '102713.607500', '102714.067500', '102714.527500', '102714.987500', '102715.447500', '102715.907500', '102716.367500', '102716.827500', '102717.287500', '102717.747500', '102718.207500', '102718.667500', '102719.127500', '102719.587500', '102720.047500', '102720.507500', '102720.967500', '102721.427500', '102721.887500', '102722.347500', '102722.807500', '102723.267500', '102723.727500', '102724.187500', '102724.647500', '102725.107500', '102725.567500', '102726.027500', '102726.487500', '102726.947500', '102727.407500', '102727.867500', '102728.327500', '102728.787500', '102729.247500', '102729.707500', '102730.167500', '102730.627500', '102731.087500', '102731.547500', '102732.007500', '102732.467500', '102732.927500', '102733.387500', '102733.847500', '102734.307500', '102734.767500', '102735.227500', '102735.687500', '102736.147500', '102736.607500', '102737.067500', '102737.527500', '102737.987500', '102738.447500', '102738.907500', '102739.367500', '102739.827500', '102740.287500', '102740.747500', '102741.207500', '102741.667500', '102742.127500', '102742.587500', '102743.047500', '102743.507500', '102743.967500', '102744.427500', '102744.887500', '102745.347500', '102745.807500', '102746.267500', '102746.727500', '102747.187500'], 'ContentTime': ['101754.643000', '101754.647000', '101754.649000', '101754.652000', '101754.655000', '101754.657000', '101754.660000', '101754.662000', '101754.665000', '101754.668000', '101754.670000', '101754.678000', '101754.681000', '101754.684000', '101754.686000', '101754.689000', '101754.692000', '101754.694000', '101754.697000', '101754.699000', '101754.702000', '101754.705000', '101754.707000', '101754.710000', '101754.713000', '101754.715000', '101754.718000', '101754.720000', '101754.723000', '101754.726000', '101754.728000', '101754.731000', '101754.733000', '101754.736000', '101754.739000', '101754.741000', '101754.744000', '101754.753000', '101754.755000', '101754.758000', '101754.760000', '101754.763000', '101754.766000', '101754.768000', '101814.602000', '101814.605000', '101814.608000', '101814.610000', '101814.613000', '101814.616000', '101814.618000', '101814.621000', '101814.624000', '101814.626000', '101814.629000', '101814.632000', '101814.634000', '101814.637000', '101814.639000', '101814.642000', '101814.645000', '101814.647000', '101814.650000', '101814.653000', '101814.655000', '101814.658000', '101814.661000', '101814.663000', '101814.666000', '101814.669000', '101814.671000', '101814.674000', '101814.676000', '101814.679000', '101814.682000', '101814.684000', '101814.687000', '101814.690000', '101814.692000', '101814.695000', '101814.697000', '101814.700000', '101814.703000', '101814.705000', '101814.708000', '101814.711000', '101814.713000', '101834.603000', '101834.606000', '101834.609000', '101834.612000', '101834.615000', '101834.617000', '101834.620000', '101834.622000', '101834.625000', '101834.628000', '101834.630000', '101834.633000', '101834.636000', '101834.638000', '101834.641000', '101834.651000', '101834.653000', '101834.656000', '101834.659000', '101834.662000', '101834.664000', '101834.667000', '101834.670000', '101834.672000', '101834.675000', '101834.677000', '101834.680000', '101834.683000', '101834.686000', '101834.688000', '101834.691000', '101834.694000', '101834.696000', '101834.699000', '101834.701000', '101834.704000', '101834.716000', '101834.719000', '101834.721000', '101834.724000', '101834.727000', '101834.730000', '101834.732000', '101834.735000', '101854.603000', '101854.606000', '101854.609000', '101854.612000', '101854.614000', '101854.617000', '101854.620000', '101854.622000', '101854.625000', '101854.628000', '101854.630000', '101854.633000', '101854.635000', '101854.638000', '101854.641000', '101854.643000', '101854.646000', '101854.648000', '101854.651000', '101854.653000', '101854.656000', '101854.659000', '101854.661000', '101854.664000', '101854.694000', '101854.697000', '101854.700000', '101854.702000', '101854.705000', '101854.707000', '101854.710000', '101854.713000', '101854.715000', '101854.718000', '101854.721000', '101854.723000', '101854.726000', '101854.729000', '101854.731000', '101854.734000', '101854.737000', '101854.739000', '101854.742000', '101914.603000', '101914.606000', '101914.609000', '101914.612000', '101914.614000', '101914.617000', '101914.620000', '101914.622000', '101914.625000', '101914.628000', '101914.630000', '101914.633000', '101914.636000', '101914.638000', '101914.641000', '101914.644000', '101914.646000', '101914.649000', '101914.651000', '101914.654000', '101914.657000', '101914.659000', '101914.662000', '101914.665000', '101914.667000', '101914.670000', '101914.672000', '101914.675000', '101914.678000', '101914.680000', '101914.683000', '101914.685000', '101914.688000', '101914.691000', '101914.693000', '101914.696000', '101914.699000', '101914.701000', '101914.704000', '101914.707000', '101914.709000', '101914.712000', '101914.714000', '101914.717000', '101934.603000', '101934.606000', '101934.609000', '101934.613000', '101934.615000', '101934.618000', '101934.621000', '101934.624000', '101934.627000', '101934.629000', '101934.632000', '101934.635000', '101934.637000', '101934.640000', '101934.642000', '101934.645000', '101934.648000', '101934.651000', '101934.653000', '101934.656000', '101934.658000', '101934.661000', '101934.664000', '101934.666000', '101934.669000', '101934.671000', '101934.674000', '101934.677000', '101934.679000', '101934.682000', '101934.684000', '101934.687000', '101934.690000', '101934.692000', '101934.695000', '101934.698000', '101934.700000', '101934.703000', '101934.706000', '101934.708000', '101934.711000', '101934.713000', '101934.716000', '101954.602000', '101954.605000', '101954.608000', '101954.611000', '101954.613000', '101954.616000', '101954.619000', '101954.621000', '101954.624000', '101954.627000', '101954.629000', '101954.632000', '101954.635000', '101954.637000', '101954.640000', '101954.642000', '101954.645000', '101954.648000', '101954.650000', '101954.653000', '101954.656000', '101954.658000', '101954.661000', '101954.663000', '101954.666000', '101954.669000', '101954.671000', '101954.674000', '101954.677000', '101954.679000', '101954.682000', '101954.684000', '101954.687000', '101954.690000', '101954.692000', '101954.695000', '101954.698000', '101954.700000', '101954.703000', '101954.705000', '101954.708000', '101954.711000', '101954.713000', '101954.716000', '102014.602000', '102014.605000', '102014.608000', '102014.611000', '102014.621000', '102014.624000', '102014.627000', '102014.629000', '102014.632000', '102014.635000', '102014.637000', '102014.640000', '102014.642000', '102014.645000', '102014.648000', '102014.650000', '102014.653000', '102014.656000', '102014.659000', '102014.661000', '102014.664000', '102014.666000', '102014.669000', '102014.672000', '102014.675000', '102014.677000', '102014.680000', '102014.682000', '102014.685000', '102014.688000', '102014.690000', '102014.693000', '102014.696000', '102014.698000', '102014.701000', '102014.703000', '102014.706000', '102014.709000', '102014.711000', '102014.714000', '102014.717000', '102014.719000', '102014.722000', '102034.603000', '102034.607000', '102034.610000', '102034.612000', '102034.615000', '102034.618000', '102034.620000', '102034.623000', '102034.625000', '102034.628000', '102034.631000', '102034.633000', '102034.636000', '102034.639000', '102034.641000', '102034.644000', '102034.647000', '102034.649000', '102034.652000', '102034.655000', '102034.663000', '102034.666000', '102034.669000', '102034.672000', '102034.674000', '102034.677000', '102034.680000', '102034.682000', '102034.685000', '102034.687000', '102034.690000', '102034.693000', '102034.695000', '102034.698000', '102034.700000', '102034.703000', '102034.706000', '102034.708000', '102034.711000', '102034.714000', '102034.716000', '102034.719000', '102034.721000', '102034.724000', '102054.604000', '102054.607000', '102054.609000', '102054.612000', '102054.615000', '102054.617000', '102054.620000', '102054.623000', '102054.625000', '102054.628000', '102054.631000', '102054.634000', '102054.636000', '102054.639000', '102054.642000', '102054.644000', '102054.647000', '102054.649000', '102054.652000', '102054.655000', '102054.657000', '102054.660000', '102054.663000', '102054.665000', '102054.668000', '102054.671000', '102054.673000', '102054.676000', '102054.678000', '102054.681000', '102054.683000', '102054.686000', '102054.689000', '102054.691000', '102054.694000', '102054.696000', '102054.699000', '102054.702000', '102054.704000', '102054.707000', '102054.709000', '102054.712000', '102054.715000', '102114.604000', '102114.607000', '102114.610000', '102114.613000', '102114.615000', '102114.618000', '102114.621000', '102114.624000', '102114.626000', '102114.629000', '102114.631000', '102114.634000', '102114.637000', '102114.639000', '102114.642000', '102114.645000', '102114.647000', '102114.650000', '102114.653000', '102114.655000', '102114.658000', '102114.661000', '102114.663000', '102114.666000', '102114.669000', '102114.671000', '102114.674000', '102114.676000', '102114.679000', '102114.682000', '102114.684000', '102114.687000', '102114.689000', '102114.692000', '102114.695000', '102114.697000', '102114.700000', '102114.702000', '102114.705000', '102114.708000', '102114.710000', '102114.713000', '102114.715000', '102134.603000', '102134.606000', '102134.609000', '102134.612000', '102134.614000', '102134.617000', '102134.620000', '102134.622000', '102134.625000', '102134.627000', '102134.630000', '102134.633000', '102134.635000', '102134.638000', '102134.640000', '102134.643000', '102134.646000', '102134.648000', '102134.651000', '102134.654000', '102134.656000', '102134.659000', '102134.662000', '102134.664000', '102134.667000', '102134.669000', '102134.672000', '102134.675000', '102134.677000', '102134.680000', '102134.682000', '102134.685000', '102134.688000', '102134.690000', '102134.693000', '102134.696000', '102134.698000', '102134.701000', '102134.704000', '102134.706000', '102134.709000', '102134.712000', '102134.715000', '102134.717000', '102154.603000', '102154.607000', '102154.615000', '102154.618000', '102154.620000', '102154.623000', '102154.626000', '102154.628000', '102154.631000', '102154.634000', '102154.637000', '102154.639000', '102154.642000', '102154.646000', '102154.648000', '102154.651000', '102154.654000', '102154.656000', '102154.659000', '102154.662000', '102154.664000', '102154.667000', '102154.670000', '102154.672000', '102154.675000', '102154.677000', '102154.680000', '102154.683000', '102154.685000', '102154.688000', '102154.691000', '102154.693000', '102154.696000', '102154.699000', '102154.701000', '102154.704000', '102154.706000', '102154.709000', '102154.712000', '102154.715000', '102154.717000', '102154.720000', '102154.723000', '102214.602000', '102214.605000', '102214.614000', '102214.616000', '102214.619000', '102214.622000', '102214.624000', '102214.627000', '102214.630000', '102214.633000', '102214.635000', '102214.638000', '102214.641000', '102214.643000', '102214.646000', '102214.648000', '102214.651000', '102214.654000', '102214.656000', '102214.659000', '102214.662000', '102214.664000', '102214.667000', '102214.669000', '102214.672000', '102214.675000', '102214.677000', '102214.680000', '102214.682000', '102214.685000', '102214.688000', '102214.690000', '102214.693000', '102214.696000', '102214.698000', '102214.701000', '102214.704000', '102214.706000', '102214.709000', '102214.711000', '102214.714000', '102214.717000', '102214.719000', '102214.722000', '102234.603000', '102234.606000', '102234.608000', '102234.611000', '102234.613000', '102234.616000', '102234.619000', '102234.621000', '102234.624000', '102234.626000', '102234.629000', '102234.632000', '102234.635000', '102234.637000', '102234.640000', '102234.643000', '102234.645000', '102234.648000', '102234.651000', '102234.653000', '102234.656000', '102234.659000', '102234.662000', '102234.664000', '102234.667000', '102234.670000', '102234.672000', '102234.675000', '102234.678000', '102234.680000', '102234.683000', '102234.686000', '102234.688000', '102234.691000', '102234.694000', '102234.696000', '102234.699000', '102234.701000', '102234.704000', '102234.707000', '102234.709000', '102234.712000', '102234.714000', '102234.717000', '102254.602000', '102254.605000', '102254.608000', '102254.611000', '102254.613000', '102254.616000', '102254.618000', '102254.621000', '102254.624000', '102254.626000', '102254.629000', '102254.632000', '102254.634000', '102254.637000', '102254.640000', '102254.642000', '102254.645000', '102254.647000', '102254.650000', '102254.653000', '102254.655000', '102254.658000', '102254.661000', '102254.663000', '102254.666000', '102254.669000', '102254.671000', '102254.674000', '102254.677000', '102254.679000', '102254.682000', '102254.685000', '102254.687000', '102254.690000', '102254.693000', '102254.695000', '102254.698000', '102254.700000', '102254.703000', '102254.706000', '102254.708000', '102254.711000', '102254.714000', '102314.603000', '102314.606000', '102314.609000', '102314.612000', '102314.614000', '102314.617000', '102314.620000', '102314.622000', '102314.625000', '102314.633000', '102314.635000', '102314.638000', '102314.641000', '102314.643000', '102314.646000', '102314.649000', '102314.651000', '102314.654000', '102314.656000', '102314.659000', '102314.662000', '102314.664000', '102314.667000', '102314.670000', '102314.672000', '102314.675000', '102314.677000', '102314.680000', '102314.683000', '102314.686000', '102314.688000', '102314.691000', '102314.694000', '102314.696000', '102314.699000', '102314.702000', '102314.704000', '102314.707000', '102314.709000', '102314.712000', '102314.715000', '102314.717000', '102314.720000', '102334.604000', '102334.607000', '102334.609000', '102334.612000', '102334.614000', '102334.617000', '102334.620000', '102334.622000', '102334.625000', '102334.627000', '102334.630000', '102334.633000', '102334.653000', '102334.656000', '102334.658000', '102334.661000', '102334.663000', '102334.666000', '102334.669000', '102334.671000', '102334.674000', '102334.677000', '102334.679000', '102334.682000', '102334.685000', '102334.687000', '102334.690000', '102334.693000', '102334.695000', '102334.698000', '102334.701000', '102334.703000', '102334.706000', '102334.709000', '102334.711000', '102334.714000', '102334.717000', '102334.719000', '102334.722000', '102334.725000', '102334.727000', '102334.730000', '102334.733000', '102334.735000', '102354.603000', '102354.606000', '102354.609000', '102354.612000', '102354.614000', '102354.617000', '102354.620000', '102354.622000', '102354.625000', '102354.628000', '102354.630000', '102354.633000', '102354.636000', '102354.638000', '102354.641000', '102354.644000', '102354.647000', '102354.649000', '102354.652000', '102354.654000', '102354.657000', '102354.660000', '102354.662000', '102354.665000', '102354.668000', '102354.670000', '102354.673000', '102354.675000', '102354.678000', '102354.681000', '102354.683000', '102354.686000', '102354.689000', '102354.691000', '102354.694000', '102354.698000', '102354.700000', '102354.703000', '102354.706000', '102354.708000', '102354.711000', '102354.714000', '102354.716000', '102414.604000', '102414.607000', '102414.609000', '102414.612000', '102414.614000', '102414.617000', '102414.620000', '102414.622000', '102414.625000', '102414.627000', '102414.630000', '102414.633000', '102414.635000', '102414.638000', '102414.640000', '102414.643000', '102414.646000', '102414.648000', '102414.651000', '102414.653000', '102414.656000', '102414.659000', '102414.661000', '102414.664000', '102414.666000', '102414.669000', '102414.672000', '102414.674000', '102414.677000', '102414.680000', '102414.682000', '102414.685000', '102414.687000', '102414.690000', '102414.693000', '102414.695000', '102414.698000', '102414.701000', '102414.703000', '102414.706000', '102414.709000', '102414.711000', '102414.714000', '102414.716000', '102434.602000', '102434.605000', '102434.608000', '102434.611000', '102434.613000', '102434.616000', '102434.618000', '102434.621000', '102434.624000', '102434.626000', '102434.629000', '102434.632000', '102434.634000', '102434.637000', '102434.640000', '102434.643000', '102434.645000', '102434.648000', '102434.651000', '102434.653000', '102434.656000', '102434.659000', '102434.661000', '102434.664000', '102434.667000', '102434.670000', '102434.673000', '102434.676000', '102434.679000', '102434.681000', '102434.684000', '102434.687000', '102434.689000', '102434.692000', '102434.695000', '102434.698000', '102434.700000', '102434.703000', '102434.706000', '102434.708000', '102434.711000', '102434.714000', '102434.716000', '102454.603000', '102454.605000', '102454.608000', '102454.611000', '102454.613000', '102454.616000', '102454.618000', '102454.621000', '102454.624000', '102454.639000', '102454.642000', '102454.644000', '102454.647000', '102454.649000', '102454.652000', '102454.655000', '102454.657000', '102454.660000', '102454.662000', '102454.665000', '102454.668000', '102454.670000', '102454.673000', '102454.675000', '102454.678000', '102454.681000', '102454.683000', '102454.686000', '102454.689000', '102454.691000', '102454.694000', '102454.697000', '102454.700000', '102454.702000', '102454.705000', '102454.707000', '102454.710000', '102454.713000', '102454.715000', '102454.718000', '102454.721000', '102454.723000', '102454.726000', '102454.728000', '102514.602000', '102514.605000', '102514.608000', '102514.611000', '102514.613000', '102514.616000', '102514.619000', '102514.621000', '102514.624000', '102514.627000', '102514.629000', '102514.632000', '102514.634000', '102514.637000', '102514.640000', '102514.642000', '102514.645000', '102514.647000', '102514.650000', '102514.653000', '102514.655000', '102514.658000', '102514.661000', '102514.663000', '102514.666000', '102514.668000', '102514.671000', '102514.674000', '102514.676000', '102514.679000', '102514.682000', '102514.684000', '102514.687000', '102514.689000', '102514.693000', '102514.696000', '102514.699000', '102514.702000', '102514.705000', '102514.707000', '102514.710000', '102514.712000', '102514.715000', '102534.604000', '102534.607000', '102534.609000', '102534.612000', '102534.615000', '102534.617000', '102534.620000', '102534.622000', '102534.625000', '102534.628000', '102534.630000', '102534.633000', '102534.635000', '102534.638000', '102534.641000', '102534.643000', '102534.646000', '102534.649000', '102534.651000', '102534.654000', '102534.657000', '102534.659000', '102534.662000', '102534.665000', '102534.667000', '102534.670000', '102534.672000', '102534.675000', '102534.678000', '102534.680000', '102534.683000', '102534.685000', '102534.688000', '102534.691000', '102534.693000', '102534.696000', '102534.699000', '102534.701000', '102534.704000', '102534.707000', '102534.709000', '102534.712000', '102534.714000', '102534.717000', '102554.604000', '102554.615000', '102554.617000', '102554.620000', '102554.622000', '102554.625000', '102554.628000', '102554.631000', '102554.633000', '102554.644000', '102554.647000', '102554.649000', '102554.652000', '102554.655000', '102554.657000', '102554.660000', '102554.663000', '102554.665000', '102554.668000', '102554.671000', '102554.673000', '102554.676000', '102554.679000', '102554.682000', '102554.684000', '102554.687000', '102554.690000', '102554.692000', '102554.695000', '102554.697000', '102554.700000', '102554.703000', '102554.705000', '102554.708000', '102554.711000', '102554.714000', '102554.716000', '102554.719000', '102554.722000', '102554.724000', '102554.727000', '102554.730000', '102554.732000', '102614.603000', '102614.606000', '102614.609000', '102614.612000', '102614.614000', '102614.626000', '102614.629000', '102614.631000', '102614.634000', '102614.637000', '102614.640000', '102614.642000', '102614.645000', '102614.648000', '102614.650000', '102614.653000', '102614.656000', '102614.658000', '102614.661000', '102614.664000', '102614.667000', '102614.669000', '102614.673000', '102614.675000', '102614.678000', '102614.681000', '102614.683000', '102614.686000', '102614.689000', '102614.691000', '102614.694000', '102614.697000', '102614.699000', '102614.702000', '102614.705000', '102614.707000', '102614.710000', '102614.712000', '102614.715000', '102614.718000', '102614.721000', '102614.723000', '102614.726000', '102614.729000', '102634.604000', '102634.607000', '102634.609000', '102634.612000', '102634.615000', '102634.618000', '102634.620000', '102634.623000', '102634.626000', '102634.628000', '102634.631000', '102634.633000', '102634.636000', '102634.639000', '102634.641000', '102634.644000', '102634.647000', '102634.649000', '102634.652000', '102634.655000', '102634.658000', '102634.660000', '102634.663000', '102634.665000', '102634.668000', '102634.671000', '102634.674000', '102634.676000', '102634.679000', '102634.682000', '102634.684000', '102634.687000', '102634.690000', '102634.693000', '102634.695000', '102634.698000', '102634.701000', '102634.703000', '102634.706000', '102634.709000', '102634.711000', '102634.714000', '102634.717000', '102654.603000', '102654.605000', '102654.608000', '102654.611000', '102654.613000', '102654.616000', '102654.619000', '102654.622000', '102654.624000', '102654.627000', '102654.630000', '102654.632000', '102654.635000', '102654.638000', '102654.640000', '102654.643000', '102654.645000', '102654.648000', '102654.651000', '102654.653000', '102654.656000', '102654.659000', '102654.661000', '102654.664000', '102654.666000', '102654.669000', '102654.672000', '102654.674000', '102654.677000', '102654.679000', '102654.682000', '102654.685000', '102654.687000', '102654.690000', '102654.693000', '102654.695000', '102654.698000', '102654.700000', '102654.703000', '102654.706000', '102654.708000', '102654.711000', '102654.714000', '102714.603000', '102714.606000', '102714.608000', '102714.611000', '102714.614000', '102714.616000', '102714.619000', '102714.622000', '102714.624000', '102714.627000', '102714.630000', '102714.632000', '102714.635000', '102714.637000', '102714.640000', '102714.643000', '102714.645000', '102714.648000', '102714.651000', '102714.653000', '102714.656000', '102714.658000', '102714.661000', '102714.664000', '102714.666000', '102714.669000', '102714.671000', '102714.674000', '102714.677000', '102714.679000', '102714.682000', '102714.684000', '102714.687000', '102714.690000', '102714.692000', '102714.695000', '102714.698000', '102714.700000', '102714.703000', '102714.705000', '102714.708000', '102714.711000', '102714.713000', '102714.716000', '102734.603000', '102734.606000', '102734.641000', '102734.643000', '102734.646000', '102734.649000', '102734.651000', '102734.654000', '102734.656000', '102734.659000', '102734.662000', '102734.664000', '102734.667000', '102734.669000', '102734.672000', '102734.675000', '102734.677000', '102734.680000', '102734.683000', '102734.685000', '102734.688000', '102734.691000', '102734.693000', '102734.696000', '102734.698000', '102734.701000', '102734.704000', '102734.706000', '102734.709000', '102734.711000', '102734.714000', '102734.717000', '102734.719000', '102734.722000', '102734.725000', '102734.727000', '102734.730000', '102734.732000', '102734.735000', '102734.738000', '102734.740000', '102734.743000', '102734.745000', '102734.748000', '102748.353000', '102748.356000', '102748.359000', '102748.362000', '102748.364000', '102748.367000', '102748.370000', '102748.372000', '102748.375000', '102748.378000', '102748.381000', '102748.385000', '102748.388000', '102748.392000', '102748.396000', '102748.400000', '102748.403000', '102748.405000', '102748.408000', '102748.411000', '102748.414000', '102748.416000', '102748.420000', '102748.423000', '102748.425000', '102748.429000', '102748.432000', '102748.435000', '102748.438000', '102748.441000'], 'InstanceCreationTime': ['101754.643000', '101754.647000', '101754.649000', '101754.652000', '101754.655000', '101754.657000', '101754.660000', '101754.662000', '101754.665000', '101754.668000', '101754.670000', '101754.678000', '101754.681000', '101754.684000', '101754.686000', '101754.689000', '101754.692000', '101754.694000', '101754.697000', '101754.699000', '101754.702000', '101754.705000', '101754.707000', '101754.710000', '101754.713000', '101754.715000', '101754.718000', '101754.720000', '101754.723000', '101754.726000', '101754.728000', '101754.731000', '101754.733000', '101754.736000', '101754.739000', '101754.741000', '101754.744000', '101754.753000', '101754.755000', '101754.758000', '101754.760000', '101754.763000', '101754.766000', '101754.768000', '101814.602000', '101814.605000', '101814.608000', '101814.610000', '101814.613000', '101814.616000', '101814.618000', '101814.621000', '101814.624000', '101814.626000', '101814.629000', '101814.632000', '101814.634000', '101814.637000', '101814.639000', '101814.642000', '101814.645000', '101814.647000', '101814.650000', '101814.653000', '101814.655000', '101814.658000', '101814.661000', '101814.663000', '101814.666000', '101814.669000', '101814.671000', '101814.674000', '101814.676000', '101814.679000', '101814.682000', '101814.684000', '101814.687000', '101814.690000', '101814.692000', '101814.695000', '101814.697000', '101814.700000', '101814.703000', '101814.705000', '101814.708000', '101814.711000', '101814.713000', '101834.603000', '101834.606000', '101834.609000', '101834.612000', '101834.615000', '101834.617000', '101834.620000', '101834.622000', '101834.625000', '101834.628000', '101834.630000', '101834.633000', '101834.636000', '101834.638000', '101834.641000', '101834.651000', '101834.653000', '101834.656000', '101834.659000', '101834.662000', '101834.664000', '101834.667000', '101834.670000', '101834.672000', '101834.675000', '101834.677000', '101834.680000', '101834.683000', '101834.686000', '101834.688000', '101834.691000', '101834.694000', '101834.696000', '101834.699000', '101834.701000', '101834.704000', '101834.716000', '101834.719000', '101834.721000', '101834.724000', '101834.727000', '101834.730000', '101834.732000', '101834.735000', '101854.603000', '101854.606000', '101854.609000', '101854.612000', '101854.614000', '101854.617000', '101854.620000', '101854.622000', '101854.625000', '101854.628000', '101854.630000', '101854.633000', '101854.635000', '101854.638000', '101854.641000', '101854.643000', '101854.646000', '101854.648000', '101854.651000', '101854.653000', '101854.656000', '101854.659000', '101854.661000', '101854.664000', '101854.694000', '101854.697000', '101854.700000', '101854.702000', '101854.705000', '101854.707000', '101854.710000', '101854.713000', '101854.715000', '101854.718000', '101854.721000', '101854.723000', '101854.726000', '101854.729000', '101854.731000', '101854.734000', '101854.737000', '101854.739000', '101854.742000', '101914.603000', '101914.606000', '101914.609000', '101914.612000', '101914.614000', '101914.617000', '101914.620000', '101914.622000', '101914.625000', '101914.628000', '101914.630000', '101914.633000', '101914.636000', '101914.638000', '101914.641000', '101914.644000', '101914.646000', '101914.649000', '101914.651000', '101914.654000', '101914.657000', '101914.659000', '101914.662000', '101914.665000', '101914.667000', '101914.670000', '101914.672000', '101914.675000', '101914.678000', '101914.680000', '101914.683000', '101914.685000', '101914.688000', '101914.691000', '101914.693000', '101914.696000', '101914.699000', '101914.701000', '101914.704000', '101914.707000', '101914.709000', '101914.712000', '101914.714000', '101914.717000', '101934.603000', '101934.606000', '101934.609000', '101934.613000', '101934.615000', '101934.618000', '101934.621000', '101934.624000', '101934.627000', '101934.629000', '101934.632000', '101934.635000', '101934.637000', '101934.640000', '101934.642000', '101934.645000', '101934.648000', '101934.651000', '101934.653000', '101934.656000', '101934.658000', '101934.661000', '101934.664000', '101934.666000', '101934.669000', '101934.671000', '101934.674000', '101934.677000', '101934.679000', '101934.682000', '101934.684000', '101934.687000', '101934.690000', '101934.692000', '101934.695000', '101934.698000', '101934.700000', '101934.703000', '101934.706000', '101934.708000', '101934.711000', '101934.713000', '101934.716000', '101954.602000', '101954.605000', '101954.608000', '101954.611000', '101954.613000', '101954.616000', '101954.619000', '101954.621000', '101954.624000', '101954.627000', '101954.629000', '101954.632000', '101954.635000', '101954.637000', '101954.640000', '101954.642000', '101954.645000', '101954.648000', '101954.650000', '101954.653000', '101954.656000', '101954.658000', '101954.661000', '101954.663000', '101954.666000', '101954.669000', '101954.671000', '101954.674000', '101954.677000', '101954.679000', '101954.682000', '101954.684000', '101954.687000', '101954.690000', '101954.692000', '101954.695000', '101954.698000', '101954.700000', '101954.703000', '101954.705000', '101954.708000', '101954.711000', '101954.713000', '101954.716000', '102014.602000', '102014.605000', '102014.608000', '102014.611000', '102014.621000', '102014.624000', '102014.627000', '102014.629000', '102014.632000', '102014.635000', '102014.637000', '102014.640000', '102014.642000', '102014.645000', '102014.648000', '102014.650000', '102014.653000', '102014.656000', '102014.659000', '102014.661000', '102014.664000', '102014.666000', '102014.669000', '102014.672000', '102014.675000', '102014.677000', '102014.680000', '102014.682000', '102014.685000', '102014.688000', '102014.690000', '102014.693000', '102014.696000', '102014.698000', '102014.701000', '102014.703000', '102014.706000', '102014.709000', '102014.711000', '102014.714000', '102014.717000', '102014.719000', '102014.722000', '102034.603000', '102034.607000', '102034.610000', '102034.612000', '102034.615000', '102034.618000', '102034.620000', '102034.623000', '102034.625000', '102034.628000', '102034.631000', '102034.633000', '102034.636000', '102034.639000', '102034.641000', '102034.644000', '102034.647000', '102034.649000', '102034.652000', '102034.655000', '102034.663000', '102034.666000', '102034.669000', '102034.672000', '102034.674000', '102034.677000', '102034.680000', '102034.682000', '102034.685000', '102034.687000', '102034.690000', '102034.693000', '102034.695000', '102034.698000', '102034.700000', '102034.703000', '102034.706000', '102034.708000', '102034.711000', '102034.714000', '102034.716000', '102034.719000', '102034.721000', '102034.724000', '102054.604000', '102054.607000', '102054.609000', '102054.612000', '102054.615000', '102054.617000', '102054.620000', '102054.623000', '102054.625000', '102054.628000', '102054.631000', '102054.634000', '102054.636000', '102054.639000', '102054.642000', '102054.644000', '102054.647000', '102054.649000', '102054.652000', '102054.655000', '102054.657000', '102054.660000', '102054.663000', '102054.665000', '102054.668000', '102054.671000', '102054.673000', '102054.676000', '102054.678000', '102054.681000', '102054.683000', '102054.686000', '102054.689000', '102054.691000', '102054.694000', '102054.696000', '102054.699000', '102054.702000', '102054.704000', '102054.707000', '102054.709000', '102054.712000', '102054.715000', '102114.604000', '102114.607000', '102114.610000', '102114.613000', '102114.615000', '102114.618000', '102114.621000', '102114.624000', '102114.626000', '102114.629000', '102114.631000', '102114.634000', '102114.637000', '102114.639000', '102114.642000', '102114.645000', '102114.647000', '102114.650000', '102114.653000', '102114.655000', '102114.658000', '102114.661000', '102114.663000', '102114.666000', '102114.669000', '102114.671000', '102114.674000', '102114.676000', '102114.679000', '102114.682000', '102114.684000', '102114.687000', '102114.689000', '102114.692000', '102114.695000', '102114.697000', '102114.700000', '102114.702000', '102114.705000', '102114.708000', '102114.710000', '102114.713000', '102114.715000', '102134.603000', '102134.606000', '102134.609000', '102134.612000', '102134.614000', '102134.617000', '102134.620000', '102134.622000', '102134.625000', '102134.627000', '102134.630000', '102134.633000', '102134.635000', '102134.638000', '102134.640000', '102134.643000', '102134.646000', '102134.648000', '102134.651000', '102134.654000', '102134.656000', '102134.659000', '102134.662000', '102134.664000', '102134.667000', '102134.669000', '102134.672000', '102134.675000', '102134.677000', '102134.680000', '102134.682000', '102134.685000', '102134.688000', '102134.690000', '102134.693000', '102134.696000', '102134.698000', '102134.701000', '102134.704000', '102134.706000', '102134.709000', '102134.712000', '102134.715000', '102134.717000', '102154.603000', '102154.607000', '102154.615000', '102154.618000', '102154.620000', '102154.623000', '102154.626000', '102154.628000', '102154.631000', '102154.634000', '102154.637000', '102154.639000', '102154.642000', '102154.646000', '102154.648000', '102154.651000', '102154.654000', '102154.656000', '102154.659000', '102154.662000', '102154.664000', '102154.667000', '102154.670000', '102154.672000', '102154.675000', '102154.677000', '102154.680000', '102154.683000', '102154.685000', '102154.688000', '102154.691000', '102154.693000', '102154.696000', '102154.699000', '102154.701000', '102154.704000', '102154.706000', '102154.709000', '102154.712000', '102154.715000', '102154.717000', '102154.720000', '102154.723000', '102214.602000', '102214.605000', '102214.614000', '102214.616000', '102214.619000', '102214.622000', '102214.624000', '102214.627000', '102214.630000', '102214.633000', '102214.635000', '102214.638000', '102214.641000', '102214.643000', '102214.646000', '102214.648000', '102214.651000', '102214.654000', '102214.656000', '102214.659000', '102214.662000', '102214.664000', '102214.667000', '102214.669000', '102214.672000', '102214.675000', '102214.677000', '102214.680000', '102214.682000', '102214.685000', '102214.688000', '102214.690000', '102214.693000', '102214.696000', '102214.698000', '102214.701000', '102214.704000', '102214.706000', '102214.709000', '102214.711000', '102214.714000', '102214.717000', '102214.719000', '102214.722000', '102234.603000', '102234.606000', '102234.608000', '102234.611000', '102234.613000', '102234.616000', '102234.619000', '102234.621000', '102234.624000', '102234.626000', '102234.629000', '102234.632000', '102234.635000', '102234.637000', '102234.640000', '102234.643000', '102234.645000', '102234.648000', '102234.651000', '102234.653000', '102234.656000', '102234.659000', '102234.662000', '102234.664000', '102234.667000', '102234.670000', '102234.672000', '102234.675000', '102234.678000', '102234.680000', '102234.683000', '102234.686000', '102234.688000', '102234.691000', '102234.694000', '102234.696000', '102234.699000', '102234.701000', '102234.704000', '102234.707000', '102234.709000', '102234.712000', '102234.714000', '102234.717000', '102254.602000', '102254.605000', '102254.608000', '102254.611000', '102254.613000', '102254.616000', '102254.618000', '102254.621000', '102254.624000', '102254.626000', '102254.629000', '102254.632000', '102254.634000', '102254.637000', '102254.640000', '102254.642000', '102254.645000', '102254.647000', '102254.650000', '102254.653000', '102254.655000', '102254.658000', '102254.661000', '102254.663000', '102254.666000', '102254.669000', '102254.671000', '102254.674000', '102254.677000', '102254.679000', '102254.682000', '102254.685000', '102254.687000', '102254.690000', '102254.693000', '102254.695000', '102254.698000', '102254.700000', '102254.703000', '102254.706000', '102254.708000', '102254.711000', '102254.714000', '102314.603000', '102314.606000', '102314.609000', '102314.612000', '102314.614000', '102314.617000', '102314.620000', '102314.622000', '102314.625000', '102314.633000', '102314.635000', '102314.638000', '102314.641000', '102314.643000', '102314.646000', '102314.649000', '102314.651000', '102314.654000', '102314.656000', '102314.659000', '102314.662000', '102314.664000', '102314.667000', '102314.670000', '102314.672000', '102314.675000', '102314.677000', '102314.680000', '102314.683000', '102314.686000', '102314.688000', '102314.691000', '102314.694000', '102314.696000', '102314.699000', '102314.702000', '102314.704000', '102314.707000', '102314.709000', '102314.712000', '102314.715000', '102314.717000', '102314.720000', '102334.604000', '102334.607000', '102334.609000', '102334.612000', '102334.614000', '102334.617000', '102334.620000', '102334.622000', '102334.625000', '102334.627000', '102334.630000', '102334.633000', '102334.653000', '102334.656000', '102334.658000', '102334.661000', '102334.663000', '102334.666000', '102334.669000', '102334.671000', '102334.674000', '102334.677000', '102334.679000', '102334.682000', '102334.685000', '102334.687000', '102334.690000', '102334.693000', '102334.695000', '102334.698000', '102334.701000', '102334.703000', '102334.706000', '102334.709000', '102334.711000', '102334.714000', '102334.717000', '102334.719000', '102334.722000', '102334.725000', '102334.727000', '102334.730000', '102334.733000', '102334.735000', '102354.603000', '102354.606000', '102354.609000', '102354.612000', '102354.614000', '102354.617000', '102354.620000', '102354.622000', '102354.625000', '102354.628000', '102354.630000', '102354.633000', '102354.636000', '102354.638000', '102354.641000', '102354.644000', '102354.647000', '102354.649000', '102354.652000', '102354.654000', '102354.657000', '102354.660000', '102354.662000', '102354.665000', '102354.668000', '102354.670000', '102354.673000', '102354.675000', '102354.678000', '102354.681000', '102354.683000', '102354.686000', '102354.689000', '102354.691000', '102354.694000', '102354.698000', '102354.700000', '102354.703000', '102354.706000', '102354.708000', '102354.711000', '102354.714000', '102354.716000', '102414.604000', '102414.607000', '102414.609000', '102414.612000', '102414.614000', '102414.617000', '102414.620000', '102414.622000', '102414.625000', '102414.627000', '102414.630000', '102414.633000', '102414.635000', '102414.638000', '102414.640000', '102414.643000', '102414.646000', '102414.648000', '102414.651000', '102414.653000', '102414.656000', '102414.659000', '102414.661000', '102414.664000', '102414.666000', '102414.669000', '102414.672000', '102414.674000', '102414.677000', '102414.680000', '102414.682000', '102414.685000', '102414.687000', '102414.690000', '102414.693000', '102414.695000', '102414.698000', '102414.701000', '102414.703000', '102414.706000', '102414.709000', '102414.711000', '102414.714000', '102414.716000', '102434.602000', '102434.605000', '102434.608000', '102434.611000', '102434.613000', '102434.616000', '102434.618000', '102434.621000', '102434.624000', '102434.626000', '102434.629000', '102434.632000', '102434.634000', '102434.637000', '102434.640000', '102434.643000', '102434.645000', '102434.648000', '102434.651000', '102434.653000', '102434.656000', '102434.659000', '102434.661000', '102434.664000', '102434.667000', '102434.670000', '102434.673000', '102434.676000', '102434.679000', '102434.681000', '102434.684000', '102434.687000', '102434.689000', '102434.692000', '102434.695000', '102434.698000', '102434.700000', '102434.703000', '102434.706000', '102434.708000', '102434.711000', '102434.714000', '102434.716000', '102454.603000', '102454.605000', '102454.608000', '102454.611000', '102454.613000', '102454.616000', '102454.618000', '102454.621000', '102454.624000', '102454.639000', '102454.642000', '102454.644000', '102454.647000', '102454.649000', '102454.652000', '102454.655000', '102454.657000', '102454.660000', '102454.662000', '102454.665000', '102454.668000', '102454.670000', '102454.673000', '102454.675000', '102454.678000', '102454.681000', '102454.683000', '102454.686000', '102454.689000', '102454.691000', '102454.694000', '102454.697000', '102454.700000', '102454.702000', '102454.705000', '102454.707000', '102454.710000', '102454.713000', '102454.715000', '102454.718000', '102454.721000', '102454.723000', '102454.726000', '102454.728000', '102514.602000', '102514.605000', '102514.608000', '102514.611000', '102514.613000', '102514.616000', '102514.619000', '102514.621000', '102514.624000', '102514.627000', '102514.629000', '102514.632000', '102514.634000', '102514.637000', '102514.640000', '102514.642000', '102514.645000', '102514.647000', '102514.650000', '102514.653000', '102514.655000', '102514.658000', '102514.661000', '102514.663000', '102514.666000', '102514.668000', '102514.671000', '102514.674000', '102514.676000', '102514.679000', '102514.682000', '102514.684000', '102514.687000', '102514.689000', '102514.693000', '102514.696000', '102514.699000', '102514.702000', '102514.705000', '102514.707000', '102514.710000', '102514.712000', '102514.715000', '102534.604000', '102534.607000', '102534.609000', '102534.612000', '102534.615000', '102534.617000', '102534.620000', '102534.622000', '102534.625000', '102534.628000', '102534.630000', '102534.633000', '102534.635000', '102534.638000', '102534.641000', '102534.643000', '102534.646000', '102534.649000', '102534.651000', '102534.654000', '102534.657000', '102534.659000', '102534.662000', '102534.665000', '102534.667000', '102534.670000', '102534.672000', '102534.675000', '102534.678000', '102534.680000', '102534.683000', '102534.685000', '102534.688000', '102534.691000', '102534.693000', '102534.696000', '102534.699000', '102534.701000', '102534.704000', '102534.707000', '102534.709000', '102534.712000', '102534.714000', '102534.717000', '102554.604000', '102554.615000', '102554.617000', '102554.620000', '102554.622000', '102554.625000', '102554.628000', '102554.631000', '102554.633000', '102554.644000', '102554.647000', '102554.649000', '102554.652000', '102554.655000', '102554.657000', '102554.660000', '102554.663000', '102554.665000', '102554.668000', '102554.671000', '102554.673000', '102554.676000', '102554.679000', '102554.682000', '102554.684000', '102554.687000', '102554.690000', '102554.692000', '102554.695000', '102554.697000', '102554.700000', '102554.703000', '102554.705000', '102554.708000', '102554.711000', '102554.714000', '102554.716000', '102554.719000', '102554.722000', '102554.724000', '102554.727000', '102554.730000', '102554.732000', '102614.603000', '102614.606000', '102614.609000', '102614.612000', '102614.614000', '102614.626000', '102614.629000', '102614.631000', '102614.634000', '102614.637000', '102614.640000', '102614.642000', '102614.645000', '102614.648000', '102614.650000', '102614.653000', '102614.656000', '102614.658000', '102614.661000', '102614.664000', '102614.667000', '102614.669000', '102614.673000', '102614.675000', '102614.678000', '102614.681000', '102614.683000', '102614.686000', '102614.689000', '102614.691000', '102614.694000', '102614.697000', '102614.699000', '102614.702000', '102614.705000', '102614.707000', '102614.710000', '102614.712000', '102614.715000', '102614.718000', '102614.721000', '102614.723000', '102614.726000', '102614.729000', '102634.604000', '102634.607000', '102634.609000', '102634.612000', '102634.615000', '102634.618000', '102634.620000', '102634.623000', '102634.626000', '102634.628000', '102634.631000', '102634.633000', '102634.636000', '102634.639000', '102634.641000', '102634.644000', '102634.647000', '102634.649000', '102634.652000', '102634.655000', '102634.658000', '102634.660000', '102634.663000', '102634.665000', '102634.668000', '102634.671000', '102634.674000', '102634.676000', '102634.679000', '102634.682000', '102634.684000', '102634.687000', '102634.690000', '102634.693000', '102634.695000', '102634.698000', '102634.701000', '102634.703000', '102634.706000', '102634.709000', '102634.711000', '102634.714000', '102634.717000', '102654.603000', '102654.605000', '102654.608000', '102654.611000', '102654.613000', '102654.616000', '102654.619000', '102654.622000', '102654.624000', '102654.627000', '102654.630000', '102654.632000', '102654.635000', '102654.638000', '102654.640000', '102654.643000', '102654.645000', '102654.648000', '102654.651000', '102654.653000', '102654.656000', '102654.659000', '102654.661000', '102654.664000', '102654.666000', '102654.669000', '102654.672000', '102654.674000', '102654.677000', '102654.679000', '102654.682000', '102654.685000', '102654.687000', '102654.690000', '102654.693000', '102654.695000', '102654.698000', '102654.700000', '102654.703000', '102654.706000', '102654.708000', '102654.711000', '102654.714000', '102714.603000', '102714.606000', '102714.608000', '102714.611000', '102714.614000', '102714.616000', '102714.619000', '102714.622000', '102714.624000', '102714.627000', '102714.630000', '102714.632000', '102714.635000', '102714.637000', '102714.640000', '102714.643000', '102714.645000', '102714.648000', '102714.651000', '102714.653000', '102714.656000', '102714.658000', '102714.661000', '102714.664000', '102714.666000', '102714.669000', '102714.671000', '102714.674000', '102714.677000', '102714.679000', '102714.682000', '102714.684000', '102714.687000', '102714.690000', '102714.692000', '102714.695000', '102714.698000', '102714.700000', '102714.703000', '102714.705000', '102714.708000', '102714.711000', '102714.713000', '102714.716000', '102734.603000', '102734.606000', '102734.641000', '102734.643000', '102734.646000', '102734.649000', '102734.651000', '102734.654000', '102734.656000', '102734.659000', '102734.662000', '102734.664000', '102734.667000', '102734.669000', '102734.672000', '102734.675000', '102734.677000', '102734.680000', '102734.683000', '102734.685000', '102734.688000', '102734.691000', '102734.693000', '102734.696000', '102734.698000', '102734.701000', '102734.704000', '102734.706000', '102734.709000', '102734.711000', '102734.714000', '102734.717000', '102734.719000', '102734.722000', '102734.725000', '102734.727000', '102734.730000', '102734.732000', '102734.735000', '102734.738000', '102734.740000', '102734.743000', '102734.745000', '102734.748000', '102748.353000', '102748.356000', '102748.359000', '102748.362000', '102748.364000', '102748.367000', '102748.370000', '102748.372000', '102748.375000', '102748.378000', '102748.381000', '102748.385000', '102748.388000', '102748.392000', '102748.396000', '102748.400000', '102748.403000', '102748.405000', '102748.408000', '102748.411000', '102748.414000', '102748.416000', '102748.420000', '102748.423000', '102748.425000', '102748.429000', '102748.432000', '102748.435000', '102748.438000', '102748.441000'], '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': [15125, 9730, 11111, 10588, 9516, 13361, 11489, 10745, 12429, 9117, 11222, 15725, 9247, 10785, 14448, 8625, 10037, 7426, 9735, 13234, 8093, 9923, 9631, 8401, 10306, 7700, 7664, 7281, 7767, 7174, 7451, 10488, 8042, 7605, 7464, 9979, 7365, 8873, 10329, 9494, 9007, 9566, 10454, 10016, 14423, 11094, 10567, 12172, 10524, 10645, 9296, 11248, 15029, 12944, 11789, 10678, 10149, 15785, 8757, 11783, 10392, 9074, 12070, 9091, 10315, 8035, 8344, 12232, 9232, 9480, 11997, 8640, 10521, 7977, 9101, 12871, 9098, 10575, 10309, 9777, 11731, 8106, 10559, 10396, 9386, 12497, 11317, 10029, 9143, 8327, 12683, 10303, 10151, 11706, 8180, 10160, 7370, 8975, 10999, 7245, 7296, 7559, 11230, 7792, 9541, 12104, 9002, 7376, 8788, 10767, 7503, 8222, 7061, 9745, 7781, 8802, 8692, 7772, 8528, 7907, 11080, 8904, 10595, 12252, 11528, 12716, 13474, 16564, 13627, 13576, 9891, 12720, 10312, 10008, 14502, 11939, 10454, 9154, 9456, 13536, 8846, 10739, 12538, 8798, 10840, 7696, 9377, 13921, 8280, 10182, 8902, 8550, 12229, 8033, 9635, 14462, 8794, 10080, 8811, 8616, 12392, 7558, 9880, 11897, 8192, 10615, 8402, 9600, 12989, 7833, 10938, 11721, 8547, 9978, 8140, 9574, 12694, 7532, 10294, 10567, 8475, 9850, 8056, 9617, 9442, 7680, 11342, 9548, 9016, 10483, 7828, 9957, 10953, 8393, 10605, 8819, 8687, 12539, 7637, 10083, 9159, 8667, 10490, 7516, 10310, 9101, 8526, 12147, 9319, 9427, 8098, 8218, 12460, 8708, 9068, 9257, 7810, 11175, 7789, 9791, 13364, 8290, 9078, 7654, 7997, 12140, 8567, 8896, 9318, 7899, 11819, 8120, 9585, 13601, 8547, 9392, 7932, 9576, 12772, 7899, 9971, 11903, 8276, 9138, 7379, 9630, 13778, 7908, 9230, 9756, 8031, 11631, 8643, 8417, 11832, 8152, 9124, 12469, 8175, 9426, 13263, 8148, 8729, 10044, 8011, 10467, 7544, 8905, 12851, 10035, 8654, 12132, 8283, 9676, 13407, 7953, 10067, 12758, 8314, 10518, 8363, 7607, 11272, 9226, 8376, 10316, 7496, 9257, 10023, 7750, 10461, 9415, 8382, 11723, 8543, 9248, 13387, 9745, 8829, 12409, 8461, 10556, 12278, 8710, 11374, 12138, 9448, 10023, 8241, 7607, 11845, 8347, 8008, 11456, 7769, 11161, 10456, 9034, 10832, 8816, 8452, 7592, 7385, 11386, 8379, 8234, 11999, 8326, 9492, 9128, 7619, 11465, 10194, 8763, 9960, 7703, 9454, 13532, 8039, 8944, 8526, 7936, 11824, 8659, 8742, 12054, 9156, 8909, 13546, 8272, 9797, 14012, 8028, 9225, 8277, 7515, 10949, 8365, 8423, 12596, 9226, 8399, 8545, 7610, 11140, 8942, 8633, 12623, 8360, 9421, 7963, 9603, 13492, 9810, 9232, 10022, 8936, 11495, 9194, 8438, 12841, 10756, 8766, 10943, 8021, 11544, 10628, 8946, 10886, 8951, 8741, 13920, 7502, 10177, 9561, 8600, 10237, 7937, 9355, 13967, 9059, 9280, 8796, 8487, 13045, 8228, 10121, 10477, 9245, 10327, 8403, 9933, 14288, 8238, 10017, 8878, 8558, 12512, 8275, 9883, 14503, 9212, 9599, 9183, 8066, 12316, 8645, 9375, 12736, 8923, 8937, 8134, 7909, 12240, 8509, 9727, 13089, 9162, 9252, 8520, 8280, 12646, 9456, 9086, 12375, 9706, 9639, 12737, 7832, 10636, 8609, 8434, 10579, 7732, 9854, 14127, 8026, 9956, 9746, 8600, 11240, 8386, 9101, 13369, 9463, 8801, 11552, 8119, 10581, 8112, 8605, 12783, 9852, 8907, 12942, 7838, 10848, 9127, 8465, 11591, 9491, 8860, 8781, 7576, 11683, 9324, 8954, 11652, 8696, 9726, 10678, 8300, 11528, 11128, 9811, 11572, 8818, 10419, 10262, 8630, 12296, 11423, 9874, 12717, 8282, 10901, 10552, 9300, 12146, 10852, 9625, 12356, 7962, 10591, 12010, 8885, 11383, 9443, 8649, 12563, 8153, 10266, 11231, 8215, 10293, 7838, 8905, 12869, 8785, 9516, 12963, 8797, 10349, 8443, 8641, 12957, 9778, 8724, 12725, 7769, 10672, 9215, 8660, 12098, 9607, 9174, 13771, 8013, 10535, 10913, 9332, 10908, 8896, 9989, 13452, 8119, 11625, 11134, 9999, 10919, 8205, 10326, 11415, 8229, 11612, 10064, 8979, 11749, 7646, 10145, 9761, 8104, 10966, 8495, 9481, 12585, 8049, 11001, 9662, 8374, 10940, 8560, 9605, 12089, 7660, 11401, 9431, 8738, 10445, 7859, 10393, 12903, 7899, 10506, 9101, 8458, 12069, 7909, 9683, 13863, 8850, 9515, 8484, 8367, 12794, 9661, 9079, 9660, 8737, 11197, 8380, 8765, 13298, 9929, 9607, 8931, 8872, 13397, 10224, 9461, 10129, 9599, 12198, 9529, 10362, 13740, 8643, 10428, 7908, 10605, 13726, 8348, 11165, 8641, 9332, 9297, 7871, 12739, 9692, 9769, 9456, 8338, 12346, 8230, 10548, 13224, 8706, 10683, 7702, 10392, 14231, 8476, 10415, 8775, 9790, 13737, 8054, 10756, 9299, 9577, 11556, 8010, 11764, 9228, 9269, 11979, 8379, 10640, 7605, 10644, 14868, 9319, 9693, 7952, 9789, 15381, 8943, 10569, 8576, 10100, 11966, 8192, 11686, 8523, 8730, 7924, 8554, 12450, 8569, 9878, 9100, 8376, 11615, 7971, 10153, 9571, 9799, 12363, 9382, 10975, 8403, 9242, 13703, 9291, 9969, 8396, 9544, 12181, 8313, 12006, 9906, 9400, 11391, 8579, 10667, 8876, 8548, 11722, 8996, 10041, 8867, 7818, 12910, 9348, 8944, 8402, 8494, 12824, 8835, 9476, 13006, 9264, 10658, 8752, 10804, 12024, 9106, 10878, 8853, 10598, 8518, 7912, 13257, 9556, 10051, 8330, 8803, 13088, 8970, 10266, 9058, 9236, 13000, 8178, 11216, 9598, 8855, 11002, 8708, 11512, 8763, 9568, 13043, 9595, 8743, 7687, 8483, 12487, 8144, 8970, 8802, 7783, 10253, 8149, 9824, 10604, 10256, 11888, 9505, 12558, 11141, 9965, 12471, 8861, 10582, 7652, 10853, 12333, 8281, 9955, 8937, 10613, 9780, 9246, 12574, 9754, 10229, 10089, 9669, 13301, 9205, 9896, 10600, 8847, 12454, 7868, 10393, 13646, 9041, 9561, 7775, 10113, 13824, 8585, 10052, 8801, 9176, 11540, 8009, 11425, 9648, 9244, 10769, 8779, 10240, 9896, 8208, 11928, 8777, 9044, 9433, 7712, 11610, 9291, 9164, 11907, 8860, 10110, 9023, 8580, 12654, 10041, 9642, 8974, 8041, 12104, 9366, 9283, 12899, 8896, 10539, 8242, 8840, 13506, 9695, 9254, 8867, 8664, 12930, 9409, 9593, 13084, 9186, 10379, 8159, 8893, 12852, 9436, 9117, 10768, 8465, 11301, 8531, 8951, 12460, 9485, 8770, 8134, 8076, 12424, 9401, 9654, 13046, 8882, 11028, 9041, 10349, 14060, 9910, 9492, 7934, 8187, 12385, 8840, 9774, 8906, 9295, 14937, 9506, 13696, 9055, 11991, 8160, 11594, 13548, 9663, 13636, 11760, 10545, 12635, 8892, 12019, 15786, 9110, 11933, 12110, 9711, 12464, 7686, 11257, 14786, 9290, 10873, 14243, 8987, 11789, 7466, 10124, 13634, 8710, 11208, 9037, 9555, 12746, 8288, 11543, 11287, 9490, 11782, 8553, 11470, 15501, 9123, 11676, 15972, 9759, 10818, 7661, 9664, 12819, 7879, 10881, 13653, 9308, 10176, 8288, 8776, 12000, 8840, 9793, 11647, 8210, 11054, 14722, 8663, 11297, 13632, 8730, 11217, 8208, 9676, 12122, 8108, 11188, 10731, 9744, 11178, 8362, 10663, 11047, 9034, 13192, 9507, 9697, 12104, 8038, 11038, 15226, 9026, 10430, 8415, 9701, 13579, 8898, 10885, 13995, 9139, 10408, 12875, 8279, 12474, 9366, 10398, 13257, 8761, 11317, 12995, 9615, 11669, 7629, 10853, 14838, 8666, 11182, 10332, 9415, 12862, 8077, 11070, 15580, 9102, 10967, 7918, 10085, 13977, 8264, 11229, 14941, 9665, 10161, 8451, 9595, 13706, 8875, 10510, 13919, 9700, 10407, 11855, 8518, 11975, 10257, 9649, 12736, 8599, 10586, 14129, 8562, 10880, 12714, 9110, 12214, 8663, 9876, 12694, 7880, 10416, 13238, 8570, 10873, 8234, 9738, 12360, 7733, 10265, 14711, 8947, 10288, 7316, 9493, 12881, 8342, 10772, 14126, 8565, 10299, 7722, 9912, 13685, 8379, 10056, 14249, 8759, 10646, 14827, 7960, 11498, 14286, 9228, 11315, 8258, 9806, 13645, 9045, 9584, 13625, 8448, 9146, 9749, 8333, 11599, 8153, 9397, 12656, 8340, 9822, 14297, 7799, 11031, 13038, 8606, 11154, 7981, 10049, 14137, 8470, 10401, 12273, 9180, 12937, 8960, 10103, 14659, 9936, 10184, 13318, 8289, 11130, 15177, 8798, 10785, 8544, 9392, 12009, 7708, 10610, 15415, 8845, 10338, 7806, 9775, 14037, 8740, 9612, 13768, 8061, 8932, 7475, 8369, 12014, 7581, 9831, 11352, 8795, 12485, 7735, 10821, 15798, 9282, 10275, 8227, 9236, 14012, 9540, 9934, 13726, 8546, 11070, 8832, 9553, 13979, 9540, 9388, 13857, 8089, 10990, 13628, 8756, 10789, 7845, 9657, 13952, 8075, 10519, 14454, 8907, 10668, 8030, 10129, 14257, 8462, 9919, 13636, 8598, 10454, 12691, 8735, 12588, 12044, 9817, 11025, 7895, 9768, 14022, 8475, 9391, 13965, 8641, 10563, 12716, 8461, 11474, 8412, 9635, 11639, 8524, 9894, 14364, 7891, 10030, 13385, 7856, 10378, 7615, 8759, 12351, 7325, 9935, 12532, 8448, 10825, 8049, 10599, 14960, 8920, 10626, 15629, 8669, 10667, 11256, 8535, 12480, 9502, 9157, 11850, 8036, 9611, 10147, 8797, 13493, 9542, 9658, 13018, 8060, 10636, 14456, 9745, 14338, 9315, 9178, 13706, 7841, 11396, 10227, 8974, 11509, 8812, 9791, 16130, 9086, 10592, 8747, 9631, 15080, 9203, 10661, 16890, 9589, 10249, 8369, 9052, 14044, 8600, 9451, 8770, 9026, 11894, 8112, 9805, 9806, 9103, 10884, 8592, 10139, 16530, 9132, 10577, 11125, 9241, 12533, 9037, 9167, 14230, 10153, 9817, 15809, 8660, 11212, 13261, 8437, 10541, 8220, 8384, 11290, 7883, 10427, 9374, 8853, 11197, 8333, 9589, 14644, 8455, 9999, 9733, 8919, 12962, 9670, 9400, 13593, 9919, 9629, 13975, 8411, 9510], 'WindowCenter': [4765.0, 4687.0, 4691.0, 4666.0, 4654.0, 4682.0, 4659.0, 4647.0, 4655.0, 4615.0, 4643.0, 4661.0, 4611.0, 4633.0, 4660.0, 4600.0, 4609.0, 4580.0, 4621.0, 4650.0, 4603.0, 4634.0, 4637.0, 4619.0, 4625.0, 4598.0, 4589.0, 4578.0, 4589.0, 4583.0, 4569.0, 4619.0, 4602.0, 4594.0, 4594.0, 4620.0, 4591.0, 4600.0, 4632.0, 4637.0, 4639.0, 4651.0, 4671.0, 4649.0, 4688.0, 4656.0, 4628.0, 4650.0, 4630.0, 4645.0, 4623.0, 4654.0, 4674.0, 4654.0, 4641.0, 4631.0, 4620.0, 4658.0, 4585.0, 4626.0, 4605.0, 4597.0, 4636.0, 4597.0, 4617.0, 4585.0, 4587.0, 4625.0, 4596.0, 4606.0, 4624.0, 4598.0, 4615.0, 4586.0, 4609.0, 4636.0, 4608.0, 4631.0, 4619.0, 4620.0, 4638.0, 4599.0, 4629.0, 4619.0, 4623.0, 4652.0, 4640.0, 4622.0, 4622.0, 4612.0, 4663.0, 4660.0, 4644.0, 4654.0, 4618.0, 4617.0, 4580.0, 4594.0, 4602.0, 4565.0, 4576.0, 4598.0, 4653.0, 4601.0, 4609.0, 4651.0, 4610.0, 4590.0, 4614.0, 4642.0, 4579.0, 4589.0, 4579.0, 4647.0, 4621.0, 4622.0, 4609.0, 4578.0, 4582.0, 4574.0, 4626.0, 4610.0, 4631.0, 4661.0, 4666.0, 4664.0, 4673.0, 4679.0, 4658.0, 4645.0, 4605.0, 4636.0, 4616.0, 4619.0, 4659.0, 4639.0, 4629.0, 4608.0, 4618.0, 4635.0, 4594.0, 4616.0, 4624.0, 4595.0, 4612.0, 4575.0, 4606.0, 4645.0, 4598.0, 4617.0, 4595.0, 4593.0, 4624.0, 4584.0, 4603.0, 4644.0, 4596.0, 4614.0, 4595.0, 4596.0, 4634.0, 4574.0, 4604.0, 4625.0, 4595.0, 4615.0, 4585.0, 4604.0, 4635.0, 4576.0, 4615.0, 4625.0, 4595.0, 4603.0, 4584.0, 4605.0, 4632.0, 4573.0, 4615.0, 4615.0, 4597.0, 4604.0, 4586.0, 4605.0, 4604.0, 4586.0, 4638.0, 4617.0, 4606.0, 4616.0, 4585.0, 4616.0, 4626.0, 4609.0, 4628.0, 4607.0, 4608.0, 4635.0, 4587.0, 4627.0, 4607.0, 4597.0, 4626.0, 4589.0, 4629.0, 4606.0, 4610.0, 4649.0, 4606.0, 4608.0, 4587.0, 4598.0, 4637.0, 4598.0, 4607.0, 4605.0, 4587.0, 4626.0, 4586.0, 4618.0, 4647.0, 4596.0, 4596.0, 4585.0, 4587.0, 4634.0, 4606.0, 4606.0, 4604.0, 4587.0, 4626.0, 4585.0, 4604.0, 4645.0, 4595.0, 4594.0, 4574.0, 4605.0, 4635.0, 4585.0, 4605.0, 4624.0, 4582.0, 4591.0, 4573.0, 4604.0, 4642.0, 4584.0, 4603.0, 4602.0, 4583.0, 4625.0, 4582.0, 4595.0, 4624.0, 4574.0, 4595.0, 4624.0, 4585.0, 4594.0, 4623.0, 4585.0, 4595.0, 4603.0, 4585.0, 4614.0, 4572.0, 4592.0, 4634.0, 4605.0, 4584.0, 4624.0, 4584.0, 4603.0, 4631.0, 4573.0, 4604.0, 4635.0, 4597.0, 4615.0, 4582.0, 4575.0, 4626.0, 4607.0, 4584.0, 4603.0, 4573.0, 4604.0, 4604.0, 4587.0, 4617.0, 4606.0, 4597.0, 4626.0, 4594.0, 4607.0, 4647.0, 4606.0, 4596.0, 4634.0, 4585.0, 4616.0, 4624.0, 4584.0, 4626.0, 4624.0, 4594.0, 4592.0, 4570.0, 4573.0, 4625.0, 4584.0, 4575.0, 4624.0, 4602.0, 4642.0, 4617.0, 4610.0, 4629.0, 4597.0, 4597.0, 4574.0, 4577.0, 4626.0, 4600.0, 4600.0, 4637.0, 4598.0, 4608.0, 4606.0, 4586.0, 4639.0, 4617.0, 4597.0, 4606.0, 4586.0, 4606.0, 4646.0, 4598.0, 4607.0, 4596.0, 4587.0, 4637.0, 4595.0, 4608.0, 4636.0, 4595.0, 4607.0, 4648.0, 4599.0, 4617.0, 4644.0, 4574.0, 4595.0, 4599.0, 4578.0, 4617.0, 4597.0, 4597.0, 4636.0, 4624.0, 4612.0, 4612.0, 4603.0, 4639.0, 4621.0, 4623.0, 4659.0, 4610.0, 4619.0, 4601.0, 4630.0, 4660.0, 4634.0, 4624.0, 4630.0, 4610.0, 4641.0, 4619.0, 4611.0, 4650.0, 4629.0, 4609.0, 4629.0, 4599.0, 4639.0, 4627.0, 4610.0, 4628.0, 4608.0, 4598.0, 4656.0, 4587.0, 4629.0, 4618.0, 4599.0, 4618.0, 4599.0, 4618.0, 4658.0, 4610.0, 4620.0, 4609.0, 4610.0, 4647.0, 4609.0, 4633.0, 4630.0, 4620.0, 4629.0, 4599.0, 4620.0, 4658.0, 4611.0, 4630.0, 4610.0, 4610.0, 4650.0, 4600.0, 4632.0, 4671.0, 4619.0, 4620.0, 4608.0, 4599.0, 4637.0, 4598.0, 4620.0, 4646.0, 4606.0, 4608.0, 4587.0, 4598.0, 4636.0, 4608.0, 4621.0, 4649.0, 4609.0, 4608.0, 4597.0, 4598.0, 4648.0, 4608.0, 4610.0, 4636.0, 4607.0, 4608.0, 4636.0, 4587.0, 4627.0, 4598.0, 4596.0, 4626.0, 4587.0, 4618.0, 4658.0, 4600.0, 4619.0, 4606.0, 4598.0, 4627.0, 4597.0, 4607.0, 4646.0, 4619.0, 4610.0, 4638.0, 4600.0, 4630.0, 4598.0, 4610.0, 4651.0, 4620.0, 4609.0, 4648.0, 4589.0, 4629.0, 4608.0, 4609.0, 4639.0, 4619.0, 4610.0, 4609.0, 4598.0, 4650.0, 4620.0, 4622.0, 4649.0, 4612.0, 4632.0, 4630.0, 4610.0, 4652.0, 4640.0, 4632.0, 4640.0, 4622.0, 4640.0, 4629.0, 4612.0, 4653.0, 4650.0, 4631.0, 4661.0, 4611.0, 4642.0, 4629.0, 4621.0, 4652.0, 4641.0, 4621.0, 4650.0, 4599.0, 4631.0, 4648.0, 4621.0, 4639.0, 4618.0, 4609.0, 4638.0, 4597.0, 4629.0, 4627.0, 4597.0, 4618.0, 4586.0, 4609.0, 4648.0, 4610.0, 4630.0, 4648.0, 4610.0, 4628.0, 4598.0, 4609.0, 4649.0, 4620.0, 4610.0, 4647.0, 4588.0, 4628.0, 4607.0, 4610.0, 4648.0, 4618.0, 4618.0, 4657.0, 4598.0, 4629.0, 4630.0, 4620.0, 4640.0, 4610.0, 4629.0, 4658.0, 4601.0, 4651.0, 4640.0, 4630.0, 4627.0, 4599.0, 4631.0, 4640.0, 4611.0, 4640.0, 4619.0, 4610.0, 4637.0, 4589.0, 4628.0, 4619.0, 4602.0, 4628.0, 4608.0, 4620.0, 4647.0, 4599.0, 4629.0, 4619.0, 4610.0, 4629.0, 4599.0, 4619.0, 4638.0, 4589.0, 4639.0, 4606.0, 4597.0, 4627.0, 4600.0, 4631.0, 4648.0, 4612.0, 4641.0, 4608.0, 4609.0, 4647.0, 4599.0, 4658.0, 4673.0, 4621.0, 4634.0, 4621.0, 4612.0, 4661.0, 4632.0, 4624.0, 4620.0, 4622.0, 4666.0, 4638.0, 4635.0, 4672.0, 4632.0, 4634.0, 4620.0, 4620.0, 4661.0, 4632.0, 4635.0, 4630.0, 4620.0, 4664.0, 4631.0, 4631.0, 4656.0, 4596.0, 4629.0, 4598.0, 4627.0, 4657.0, 4598.0, 4642.0, 4620.0, 4623.0, 4618.0, 4598.0, 4647.0, 4606.0, 4616.0, 4618.0, 4600.0, 4638.0, 4597.0, 4640.0, 4649.0, 4596.0, 4617.0, 4586.0, 4617.0, 4659.0, 4612.0, 4641.0, 4611.0, 4632.0, 4660.0, 4601.0, 4641.0, 4621.0, 4631.0, 4639.0, 4601.0, 4663.0, 4622.0, 4633.0, 4649.0, 4611.0, 4641.0, 4589.0, 4642.0, 4668.0, 4620.0, 4620.0, 4625.0, 4645.0, 4683.0, 4623.0, 4629.0, 4609.0, 4632.0, 4650.0, 4599.0, 4652.0, 4636.0, 4621.0, 4599.0, 4622.0, 4649.0, 4612.0, 4645.0, 4635.0, 4626.0, 4640.0, 4599.0, 4629.0, 4620.0, 4645.0, 4663.0, 4624.0, 4628.0, 4611.0, 4635.0, 4659.0, 4619.0, 4617.0, 4597.0, 4621.0, 4649.0, 4598.0, 4651.0, 4615.0, 4635.0, 4639.0, 4609.0, 4629.0, 4609.0, 4609.0, 4635.0, 4607.0, 4618.0, 4622.0, 4599.0, 4648.0, 4620.0, 4605.0, 4612.0, 4624.0, 4649.0, 4635.0, 4632.0, 4659.0, 4621.0, 4631.0, 4624.0, 4643.0, 4647.0, 4610.0, 4639.0, 4622.0, 4643.0, 4622.0, 4610.0, 4675.0, 4632.0, 4630.0, 4612.0, 4635.0, 4674.0, 4622.0, 4629.0, 4620.0, 4621.0, 4661.0, 4612.0, 4643.0, 4634.0, 4637.0, 4643.0, 4624.0, 4641.0, 4608.0, 4632.0, 4673.0, 4632.0, 4609.0, 4586.0, 4610.0, 4661.0, 4611.0, 4609.0, 4632.0, 4599.0, 4642.0, 4598.0, 4631.0, 4628.0, 4629.0, 4651.0, 4621.0, 4653.0, 4627.0, 4630.0, 4651.0, 4610.0, 4629.0, 4587.0, 4628.0, 4661.0, 4626.0, 4631.0, 4621.0, 4654.0, 4631.0, 4633.0, 4663.0, 4632.0, 4644.0, 4619.0, 4632.0, 4659.0, 4609.0, 4619.0, 4616.0, 4622.0, 4651.0, 4610.0, 4629.0, 4670.0, 4610.0, 4618.0, 4599.0, 4616.0, 4643.0, 4608.0, 4617.0, 4605.0, 4607.0, 4624.0, 4586.0, 4637.0, 4617.0, 4607.0, 4626.0, 4597.0, 4627.0, 4616.0, 4611.0, 4664.0, 4622.0, 4622.0, 4606.0, 4587.0, 4636.0, 4618.0, 4620.0, 4636.0, 4608.0, 4616.0, 4618.0, 4609.0, 4648.0, 4629.0, 4630.0, 4608.0, 4597.0, 4639.0, 4620.0, 4619.0, 4648.0, 4609.0, 4629.0, 4597.0, 4608.0, 4659.0, 4619.0, 4609.0, 4608.0, 4607.0, 4648.0, 4619.0, 4632.0, 4648.0, 4608.0, 4618.0, 4585.0, 4607.0, 4648.0, 4621.0, 4620.0, 4628.0, 4597.0, 4641.0, 4608.0, 4609.0, 4647.0, 4619.0, 4597.0, 4596.0, 4598.0, 4647.0, 4608.0, 4620.0, 4647.0, 4610.0, 4629.0, 4624.0, 4631.0, 4645.0, 4617.0, 4632.0, 4610.0, 4612.0, 4661.0, 4621.0, 4630.0, 4619.0, 4648.0, 4683.0, 4620.0, 4661.0, 4609.0, 4653.0, 4613.0, 4651.0, 4649.0, 4620.0, 4673.0, 4654.0, 4632.0, 4639.0, 4598.0, 4637.0, 4670.0, 4611.0, 4654.0, 4638.0, 4607.0, 4627.0, 4575.0, 4615.0, 4645.0, 4607.0, 4617.0, 4647.0, 4597.0, 4625.0, 4565.0, 4606.0, 4645.0, 4597.0, 4628.0, 4595.0, 4605.0, 4636.0, 4587.0, 4638.0, 4629.0, 4619.0, 4627.0, 4598.0, 4629.0, 4656.0, 4597.0, 4627.0, 4656.0, 4606.0, 4615.0, 4563.0, 4594.0, 4623.0, 4574.0, 4615.0, 4633.0, 4593.0, 4603.0, 4582.0, 4584.0, 4625.0, 4595.0, 4607.0, 4625.0, 4586.0, 4616.0, 4644.0, 4585.0, 4615.0, 4635.0, 4596.0, 4616.0, 4584.0, 4606.0, 4624.0, 4600.0, 4629.0, 4628.0, 4619.0, 4627.0, 4600.0, 4631.0, 4628.0, 4608.0, 4648.0, 4608.0, 4635.0, 4638.0, 4600.0, 4629.0, 4670.0, 4622.0, 4629.0, 4602.0, 4622.0, 4651.0, 4598.0, 4632.0, 4659.0, 4608.0, 4659.0, 4651.0, 4600.0, 4649.0, 4621.0, 4634.0, 4651.0, 4613.0, 4629.0, 4638.0, 4621.0, 4654.0, 4603.0, 4641.0, 4669.0, 4611.0, 4628.0, 4617.0, 4608.0, 4637.0, 4588.0, 4628.0, 4669.0, 4612.0, 4629.0, 4587.0, 4619.0, 4646.0, 4587.0, 4627.0, 4657.0, 4607.0, 4607.0, 4586.0, 4605.0, 4635.0, 4595.0, 4619.0, 4647.0, 4594.0, 4604.0, 4614.0, 4583.0, 4624.0, 4606.0, 4606.0, 4636.0, 4586.0, 4606.0, 4633.0, 4583.0, 4615.0, 4624.0, 4584.0, 4624.0, 4584.0, 4595.0, 4622.0, 4573.0, 4604.0, 4633.0, 4596.0, 4615.0, 4584.0, 4605.0, 4624.0, 4574.0, 4607.0, 4645.0, 4596.0, 4605.0, 4576.0, 4607.0, 4636.0, 4587.0, 4628.0, 4647.0, 4598.0, 4616.0, 4587.0, 4619.0, 4648.0, 4599.0, 4622.0, 4658.0, 4599.0, 4620.0, 4657.0, 4588.0, 4630.0, 4647.0, 4599.0, 4618.0, 4587.0, 4607.0, 4635.0, 4585.0, 4608.0, 4646.0, 4587.0, 4596.0, 4606.0, 4599.0, 4626.0, 4586.0, 4620.0, 4649.0, 4598.0, 4620.0, 4658.0, 4590.0, 4642.0, 4650.0, 4599.0, 4629.0, 4589.0, 4620.0, 4660.0, 4602.0, 4633.0, 4639.0, 4610.0, 4650.0, 4598.0, 4619.0, 4659.0, 4618.0, 4618.0, 4636.0, 4587.0, 4617.0, 4644.0, 4597.0, 4628.0, 4596.0, 4597.0, 4626.0, 4578.0, 4618.0, 4658.0, 4609.0, 4619.0, 4591.0, 4620.0, 4647.0, 4586.0, 4607.0, 4659.0, 4600.0, 4608.0, 4577.0, 4598.0, 4638.0, 4603.0, 4632.0, 4640.0, 4612.0, 4651.0, 4603.0, 4644.0, 4683.0, 4623.0, 4631.0, 4599.0, 4610.0, 4661.0, 4621.0, 4620.0, 4648.0, 4598.0, 4628.0, 4597.0, 4621.0, 4659.0, 4608.0, 4598.0, 4648.0, 4589.0, 4619.0, 4648.0, 4599.0, 4617.0, 4586.0, 4606.0, 4644.0, 4587.0, 4619.0, 4647.0, 4596.0, 4616.0, 4575.0, 4606.0, 4645.0, 4587.0, 4608.0, 4636.0, 4585.0, 4607.0, 4624.0, 4583.0, 4625.0, 4624.0, 4594.0, 4603.0, 4573.0, 4593.0, 4632.0, 4585.0, 4595.0, 4633.0, 4584.0, 4604.0, 4622.0, 4573.0, 4613.0, 4584.0, 4606.0, 4614.0, 4584.0, 4595.0, 4633.0, 4574.0, 4605.0, 4634.0, 4577.0, 4606.0, 4575.0, 4597.0, 4636.0, 4578.0, 4620.0, 4648.0, 4601.0, 4630.0, 4600.0, 4632.0, 4671.0, 4612.0, 4633.0, 4670.0, 4600.0, 4631.0, 4630.0, 4600.0, 4640.0, 4619.0, 4623.0, 4639.0, 4590.0, 4621.0, 4620.0, 4611.0, 4663.0, 4622.0, 4621.0, 4650.0, 4601.0, 4632.0, 4676.0, 4629.0, 4665.0, 4612.0, 4622.0, 4650.0, 4592.0, 4642.0, 4620.0, 4601.0, 4630.0, 4600.0, 4611.0, 4671.0, 4612.0, 4619.0, 4600.0, 4609.0, 4659.0, 4600.0, 4622.0, 4672.0, 4610.0, 4608.0, 4574.0, 4598.0, 4644.0, 4601.0, 4611.0, 4588.0, 4600.0, 4628.0, 4590.0, 4623.0, 4621.0, 4600.0, 4620.0, 4602.0, 4622.0, 4670.0, 4614.0, 4633.0, 4619.0, 4599.0, 4628.0, 4588.0, 4599.0, 4649.0, 4620.0, 4623.0, 4673.0, 4589.0, 4617.0, 4625.0, 4590.0, 4619.0, 4587.0, 4588.0, 4617.0, 4589.0, 4632.0, 4612.0, 4612.0, 4632.0, 4602.0, 4623.0, 4662.0, 4605.0, 4622.0, 4624.0, 4612.0, 4652.0, 4611.0, 4625.0, 4653.0, 4611.0, 4611.0, 4638.0, 4590.0, 4609.0], 'WindowWidth': [10411.0, 10286.0, 10276.0, 10230.0, 10207.0, 10243.0, 10205.0, 10182.0, 10189.0, 10135.0, 10169.0, 10192.0, 10124.0, 10156.0, 10191.0, 10107.0, 10117.0, 10082.0, 10137.0, 10177.0, 10119.0, 10159.0, 10171.0, 10148.0, 10144.0, 10109.0, 10090.0, 10072.0, 10093.0, 10087.0, 10058.0, 10128.0, 10113.0, 10102.0, 10098.0, 10129.0, 10094.0, 10102.0, 10155.0, 10169.0, 10178.0, 10199.0, 10227.0, 10193.0, 10243.0, 10195.0, 10145.0, 10177.0, 10151.0, 10178.0, 10147.0, 10190.0, 10222.0, 10189.0, 10167.0, 10152.0, 10135.0, 10183.0, 10081.0, 10137.0, 10109.0, 10099.0, 10152.0, 10101.0, 10127.0, 10083.0, 10086.0, 10136.0, 10097.0, 10110.0, 10134.0, 10101.0, 10123.0, 10085.0, 10118.0, 10155.0, 10119.0, 10153.0, 10132.0, 10134.0, 10156.0, 10106.0, 10147.0, 10134.0, 10145.0, 10181.0, 10164.0, 10141.0, 10142.0, 10132.0, 10200.0, 10212.0, 10176.0, 10189.0, 10142.0, 10127.0, 10077.0, 10090.0, 10094.0, 10048.0, 10068.0, 10106.0, 10189.0, 10112.0, 10117.0, 10178.0, 10120.0, 10094.0, 10132.0, 10165.0, 10075.0, 10086.0, 10075.0, 10184.0, 10156.0, 10142.0, 10119.0, 10071.0, 10070.0, 10061.0, 10134.0, 10123.0, 10155.0, 10198.0, 10212.0, 10203.0, 10217.0, 10220.0, 10187.0, 10165.0, 10108.0, 10151.0, 10126.0, 10133.0, 10189.0, 10162.0, 10148.0, 10119.0, 10132.0, 10149.0, 10093.0, 10123.0, 10131.0, 10093.0, 10115.0, 10067.0, 10111.0, 10166.0, 10105.0, 10128.0, 10095.0, 10092.0, 10134.0, 10080.0, 10105.0, 10162.0, 10097.0, 10120.0, 10095.0, 10098.0, 10147.0, 10067.0, 10106.0, 10137.0, 10099.0, 10124.0, 10084.0, 10108.0, 10151.0, 10073.0, 10123.0, 10137.0, 10099.0, 10106.0, 10080.0, 10110.0, 10142.0, 10063.0, 10123.0, 10124.0, 10104.0, 10107.0, 10088.0, 10110.0, 10108.0, 10086.0, 10161.0, 10131.0, 10114.0, 10125.0, 10085.0, 10127.0, 10141.0, 10123.0, 10148.0, 10115.0, 10120.0, 10153.0, 10089.0, 10145.0, 10119.0, 10103.0, 10142.0, 10096.0, 10148.0, 10114.0, 10127.0, 10176.0, 10115.0, 10119.0, 10089.0, 10105.0, 10157.0, 10106.0, 10118.0, 10111.0, 10089.0, 10140.0, 10086.0, 10133.0, 10171.0, 10100.0, 10099.0, 10085.0, 10089.0, 10149.0, 10117.0, 10115.0, 10109.0, 10087.0, 10139.0, 10084.0, 10108.0, 10164.0, 10097.0, 10094.0, 10066.0, 10107.0, 10150.0, 10084.0, 10110.0, 10132.0, 10075.0, 10085.0, 10065.0, 10107.0, 10157.0, 10081.0, 10106.0, 10104.0, 10079.0, 10135.0, 10075.0, 10099.0, 10133.0, 10066.0, 10093.0, 10131.0, 10080.0, 10089.0, 10128.0, 10082.0, 10097.0, 10102.0, 10080.0, 10117.0, 10061.0, 10088.0, 10145.0, 10109.0, 10079.0, 10131.0, 10078.0, 10102.0, 10139.0, 10062.0, 10103.0, 10150.0, 10103.0, 10123.0, 10072.0, 10067.0, 10141.0, 10115.0, 10082.0, 10104.0, 10065.0, 10105.0, 10106.0, 10088.0, 10127.0, 10110.0, 10101.0, 10139.0, 10094.0, 10114.0, 10167.0, 10113.0, 10099.0, 10149.0, 10081.0, 10125.0, 10132.0, 10080.0, 10137.0, 10131.0, 10089.0, 10086.0, 10055.0, 10065.0, 10135.0, 10080.0, 10067.0, 10135.0, 10122.0, 10169.0, 10130.0, 10126.0, 10148.0, 10102.0, 10101.0, 10068.0, 10074.0, 10137.0, 10112.0, 10113.0, 10156.0, 10104.0, 10117.0, 10113.0, 10085.0, 10161.0, 10131.0, 10102.0, 10113.0, 10086.0, 10113.0, 10167.0, 10105.0, 10115.0, 10100.0, 10089.0, 10155.0, 10097.0, 10119.0, 10154.0, 10095.0, 10116.0, 10172.0, 10109.0, 10127.0, 10160.0, 10064.0, 10094.0, 10108.0, 10075.0, 10126.0, 10102.0, 10102.0, 10153.0, 10150.0, 10133.0, 10132.0, 10122.0, 10165.0, 10142.0, 10149.0, 10194.0, 10124.0, 10136.0, 10115.0, 10154.0, 10197.0, 10164.0, 10150.0, 10153.0, 10126.0, 10168.0, 10136.0, 10132.0, 10181.0, 10150.0, 10123.0, 10151.0, 10110.0, 10162.0, 10145.0, 10126.0, 10147.0, 10119.0, 10106.0, 10182.0, 10092.0, 10150.0, 10133.0, 10108.0, 10133.0, 10108.0, 10134.0, 10190.0, 10128.0, 10138.0, 10123.0, 10125.0, 10173.0, 10124.0, 10160.0, 10152.0, 10138.0, 10151.0, 10110.0, 10139.0, 10191.0, 10130.0, 10154.0, 10125.0, 10125.0, 10178.0, 10111.0, 10156.0, 10210.0, 10137.0, 10136.0, 10121.0, 10107.0, 10157.0, 10105.0, 10140.0, 10169.0, 10115.0, 10118.0, 10089.0, 10105.0, 10155.0, 10119.0, 10142.0, 10176.0, 10121.0, 10119.0, 10103.0, 10107.0, 10173.0, 10119.0, 10126.0, 10156.0, 10115.0, 10117.0, 10154.0, 10090.0, 10145.0, 10107.0, 10103.0, 10139.0, 10090.0, 10132.0, 10186.0, 10111.0, 10137.0, 10116.0, 10107.0, 10143.0, 10103.0, 10116.0, 10169.0, 10136.0, 10127.0, 10159.0, 10110.0, 10152.0, 10106.0, 10126.0, 10184.0, 10139.0, 10122.0, 10174.0, 10096.0, 10148.0, 10120.0, 10124.0, 10163.0, 10136.0, 10125.0, 10123.0, 10109.0, 10181.0, 10140.0, 10147.0, 10179.0, 10132.0, 10159.0, 10155.0, 10128.0, 10188.0, 10168.0, 10159.0, 10168.0, 10144.0, 10169.0, 10153.0, 10132.0, 10189.0, 10181.0, 10155.0, 10197.0, 10129.0, 10172.0, 10152.0, 10145.0, 10188.0, 10168.0, 10140.0, 10179.0, 10110.0, 10154.0, 10178.0, 10142.0, 10163.0, 10133.0, 10122.0, 10159.0, 10104.0, 10151.0, 10146.0, 10104.0, 10132.0, 10089.0, 10122.0, 10174.0, 10128.0, 10155.0, 10175.0, 10124.0, 10148.0, 10107.0, 10122.0, 10176.0, 10139.0, 10125.0, 10174.0, 10095.0, 10149.0, 10120.0, 10129.0, 10177.0, 10133.0, 10135.0, 10186.0, 10107.0, 10152.0, 10153.0, 10142.0, 10166.0, 10126.0, 10151.0, 10189.0, 10115.0, 10185.0, 10167.0, 10153.0, 10146.0, 10111.0, 10155.0, 10165.0, 10129.0, 10167.0, 10137.0, 10124.0, 10158.0, 10096.0, 10147.0, 10137.0, 10117.0, 10148.0, 10119.0, 10137.0, 10173.0, 10109.0, 10150.0, 10137.0, 10126.0, 10148.0, 10108.0, 10136.0, 10160.0, 10094.0, 10163.0, 10115.0, 10105.0, 10145.0, 10111.0, 10154.0, 10178.0, 10134.0, 10170.0, 10121.0, 10125.0, 10173.0, 10111.0, 10209.0, 10218.0, 10145.0, 10168.0, 10145.0, 10132.0, 10199.0, 10160.0, 10153.0, 10142.0, 10146.0, 10215.0, 10184.0, 10173.0, 10214.0, 10160.0, 10165.0, 10144.0, 10140.0, 10200.0, 10158.0, 10169.0, 10153.0, 10140.0, 10209.0, 10159.0, 10155.0, 10184.0, 10102.0, 10150.0, 10108.0, 10144.0, 10186.0, 10107.0, 10173.0, 10144.0, 10148.0, 10136.0, 10108.0, 10173.0, 10115.0, 10128.0, 10136.0, 10111.0, 10159.0, 10104.0, 10169.0, 10177.0, 10102.0, 10129.0, 10088.0, 10129.0, 10190.0, 10133.0, 10172.0, 10131.0, 10159.0, 10195.0, 10115.0, 10172.0, 10146.0, 10157.0, 10168.0, 10116.0, 10205.0, 10145.0, 10163.0, 10179.0, 10130.0, 10170.0, 10096.0, 10171.0, 10204.0, 10138.0, 10137.0, 10158.0, 10183.0, 10232.0, 10151.0, 10152.0, 10122.0, 10159.0, 10183.0, 10111.0, 10187.0, 10174.0, 10145.0, 10112.0, 10144.0, 10180.0, 10133.0, 10184.0, 10171.0, 10160.0, 10166.0, 10111.0, 10149.0, 10140.0, 10183.0, 10202.0, 10150.0, 10147.0, 10128.0, 10168.0, 10192.0, 10137.0, 10132.0, 10105.0, 10142.0, 10179.0, 10107.0, 10185.0, 10128.0, 10170.0, 10165.0, 10122.0, 10150.0, 10122.0, 10121.0, 10153.0, 10116.0, 10135.0, 10147.0, 10112.0, 10173.0, 10142.0, 10116.0, 10135.0, 10157.0, 10179.0, 10173.0, 10161.0, 10193.0, 10146.0, 10155.0, 10156.0, 10175.0, 10175.0, 10127.0, 10165.0, 10149.0, 10178.0, 10146.0, 10129.0, 10222.0, 10160.0, 10155.0, 10137.0, 10170.0, 10220.0, 10145.0, 10152.0, 10143.0, 10145.0, 10201.0, 10134.0, 10175.0, 10169.0, 10176.0, 10177.0, 10153.0, 10168.0, 10122.0, 10159.0, 10221.0, 10161.0, 10122.0, 10089.0, 10126.0, 10201.0, 10135.0, 10125.0, 10164.0, 10110.0, 10175.0, 10108.0, 10158.0, 10149.0, 10149.0, 10184.0, 10142.0, 10186.0, 10139.0, 10153.0, 10180.0, 10123.0, 10149.0, 10089.0, 10147.0, 10199.0, 10162.0, 10156.0, 10143.0, 10194.0, 10156.0, 10165.0, 10206.0, 10162.0, 10178.0, 10136.0, 10160.0, 10193.0, 10122.0, 10136.0, 10128.0, 10149.0, 10185.0, 10129.0, 10152.0, 10214.0, 10127.0, 10133.0, 10110.0, 10126.0, 10161.0, 10120.0, 10130.0, 10111.0, 10116.0, 10138.0, 10087.0, 10157.0, 10132.0, 10117.0, 10139.0, 10105.0, 10147.0, 10129.0, 10132.0, 10210.0, 10149.0, 10149.0, 10118.0, 10092.0, 10156.0, 10136.0, 10141.0, 10155.0, 10120.0, 10130.0, 10139.0, 10124.0, 10175.0, 10152.0, 10155.0, 10119.0, 10104.0, 10162.0, 10142.0, 10139.0, 10174.0, 10124.0, 10150.0, 10105.0, 10123.0, 10191.0, 10139.0, 10121.0, 10119.0, 10118.0, 10174.0, 10139.0, 10160.0, 10175.0, 10118.0, 10132.0, 10087.0, 10116.0, 10175.0, 10146.0, 10144.0, 10149.0, 10107.0, 10172.0, 10119.0, 10123.0, 10175.0, 10137.0, 10102.0, 10103.0, 10106.0, 10170.0, 10121.0, 10140.0, 10173.0, 10128.0, 10151.0, 10153.0, 10153.0, 10165.0, 10130.0, 10159.0, 10129.0, 10133.0, 10203.0, 10147.0, 10152.0, 10139.0, 10193.0, 10232.0, 10136.0, 10194.0, 10121.0, 10186.0, 10134.0, 10181.0, 10175.0, 10135.0, 10213.0, 10192.0, 10157.0, 10160.0, 10104.0, 10155.0, 10204.0, 10127.0, 10192.0, 10161.0, 10114.0, 10138.0, 10067.0, 10121.0, 10163.0, 10115.0, 10128.0, 10167.0, 10099.0, 10133.0, 10053.0, 10109.0, 10161.0, 10100.0, 10142.0, 10095.0, 10109.0, 10151.0, 10087.0, 10159.0, 10149.0, 10135.0, 10141.0, 10103.0, 10144.0, 10180.0, 10099.0, 10140.0, 10181.0, 10110.0, 10118.0, 10049.0, 10090.0, 10128.0, 10065.0, 10123.0, 10144.0, 10090.0, 10103.0, 10075.0, 10079.0, 10134.0, 10096.0, 10113.0, 10134.0, 10083.0, 10122.0, 10158.0, 10080.0, 10120.0, 10149.0, 10099.0, 10123.0, 10079.0, 10110.0, 10133.0, 10112.0, 10147.0, 10144.0, 10136.0, 10143.0, 10111.0, 10151.0, 10144.0, 10118.0, 10173.0, 10119.0, 10167.0, 10159.0, 10108.0, 10148.0, 10209.0, 10147.0, 10149.0, 10117.0, 10144.0, 10180.0, 10106.0, 10155.0, 10188.0, 10118.0, 10207.0, 10184.0, 10112.0, 10175.0, 10140.0, 10163.0, 10183.0, 10134.0, 10145.0, 10156.0, 10141.0, 10193.0, 10124.0, 10168.0, 10206.0, 10129.0, 10145.0, 10130.0, 10119.0, 10155.0, 10090.0, 10144.0, 10206.0, 10129.0, 10147.0, 10089.0, 10131.0, 10165.0, 10085.0, 10141.0, 10182.0, 10113.0, 10111.0, 10083.0, 10109.0, 10149.0, 10095.0, 10134.0, 10169.0, 10092.0, 10104.0, 10116.0, 10076.0, 10131.0, 10111.0, 10114.0, 10150.0, 10081.0, 10108.0, 10141.0, 10074.0, 10119.0, 10130.0, 10078.0, 10130.0, 10075.0, 10092.0, 10126.0, 10063.0, 10104.0, 10145.0, 10098.0, 10123.0, 10080.0, 10108.0, 10132.0, 10066.0, 10111.0, 10163.0, 10099.0, 10109.0, 10071.0, 10113.0, 10151.0, 10087.0, 10145.0, 10171.0, 10104.0, 10126.0, 10088.0, 10133.0, 10172.0, 10107.0, 10141.0, 10184.0, 10107.0, 10136.0, 10181.0, 10088.0, 10148.0, 10170.0, 10104.0, 10128.0, 10085.0, 10112.0, 10148.0, 10080.0, 10114.0, 10166.0, 10087.0, 10097.0, 10111.0, 10104.0, 10139.0, 10087.0, 10139.0, 10173.0, 10106.0, 10137.0, 10187.0, 10097.0, 10171.0, 10179.0, 10107.0, 10147.0, 10095.0, 10135.0, 10189.0, 10115.0, 10158.0, 10161.0, 10123.0, 10177.0, 10103.0, 10132.0, 10189.0, 10130.0, 10127.0, 10151.0, 10087.0, 10125.0, 10162.0, 10102.0, 10144.0, 10097.0, 10098.0, 10136.0, 10078.0, 10131.0, 10185.0, 10119.0, 10131.0, 10100.0, 10134.0, 10168.0, 10082.0, 10114.0, 10191.0, 10111.0, 10118.0, 10075.0, 10105.0, 10158.0, 10120.0, 10157.0, 10165.0, 10132.0, 10181.0, 10118.0, 10178.0, 10232.0, 10143.0, 10152.0, 10107.0, 10121.0, 10192.0, 10140.0, 10138.0, 10172.0, 10104.0, 10143.0, 10101.0, 10137.0, 10187.0, 10116.0, 10101.0, 10168.0, 10090.0, 10131.0, 10171.0, 10105.0, 10126.0, 10085.0, 10111.0, 10159.0, 10086.0, 10133.0, 10168.0, 10097.0, 10123.0, 10068.0, 10109.0, 10161.0, 10087.0, 10115.0, 10148.0, 10080.0, 10110.0, 10130.0, 10076.0, 10135.0, 10130.0, 10090.0, 10100.0, 10059.0, 10086.0, 10138.0, 10079.0, 10095.0, 10142.0, 10077.0, 10103.0, 10124.0, 10060.0, 10114.0, 10078.0, 10110.0, 10115.0, 10075.0, 10091.0, 10142.0, 10063.0, 10106.0, 10145.0, 10071.0, 10109.0, 10069.0, 10101.0, 10151.0, 10077.0, 10137.0, 10174.0, 10113.0, 10151.0, 10110.0, 10156.0, 10206.0, 10128.0, 10158.0, 10203.0, 10109.0, 10149.0, 10148.0, 10108.0, 10163.0, 10136.0, 10144.0, 10159.0, 10097.0, 10137.0, 10135.0, 10126.0, 10199.0, 10143.0, 10139.0, 10177.0, 10113.0, 10155.0, 10223.0, 10160.0, 10200.0, 10126.0, 10142.0, 10174.0, 10095.0, 10164.0, 10133.0, 10110.0, 10148.0, 10104.0, 10118.0, 10204.0, 10126.0, 10131.0, 10106.0, 10118.0, 10185.0, 10104.0, 10138.0, 10208.0, 10118.0, 10113.0, 10065.0, 10099.0, 10160.0, 10112.0, 10123.0, 10090.0, 10107.0, 10141.0, 10093.0, 10141.0, 10138.0, 10108.0, 10132.0, 10112.0, 10138.0, 10204.0, 10132.0, 10156.0, 10131.0, 10103.0, 10141.0, 10085.0, 10103.0, 10168.0, 10132.0, 10143.0, 10211.0, 10089.0, 10123.0, 10130.0, 10095.0, 10131.0, 10085.0, 10087.0, 10125.0, 10089.0, 10152.0, 10128.0, 10125.0, 10153.0, 10113.0, 10140.0, 10195.0, 10122.0, 10141.0, 10145.0, 10126.0, 10178.0, 10121.0, 10146.0, 10185.0, 10121.0, 10118.0, 10154.0, 10090.0, 10114.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.014078108108108108</td></tr>
<tr><td colspan=3>aqi</td><td>0.07570714099099099</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.102030062779875</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1775196647933897</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.1404791978136757</td></tr>
<tr><td colspan=3>efc</td><td>0.5037</td></tr>
<tr><td colspan=3>fber</td><td>5447.5869</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1516259943391005</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>157</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>11.786786786786786</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6236710190836536</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.527243667018543</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7626768432235607</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.581092547008858</td></tr>
<tr><td colspan=3>gcor</td><td>0.00719211</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01347990520298481</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.04207324609160423</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</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.292811394144336</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>16.2739</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.72</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>214.4969</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>53.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291975.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>1013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>394.6267</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9625</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>575.747</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3795.5989</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3944.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>84569.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1645.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4939.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>918.7398</td></tr>
<tr><td colspan=3>tsnr</td><td>23.939956628135405</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>