<?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-0100_ses-02_task-narratives_acq-mb8_run-03_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-0100_ses-02_task-narratives_acq-mb8_run-03_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-03_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-03_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-03_session-02_subject-0100_suffix-bold_task-narratives" 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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" style="">
Problem loading figure sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-03_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-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-03_desc-norm_bold.svg" target="_blank">sub-0100/figures/sub-0100_ses-02_task-narratives_acq-mb8_run-03_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-0100/ses-02/func/sub-0100_ses-02_task-narratives_acq-mb8_run-03_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>1047afc441e76c06a4e774bcd08f415e</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>11:20:23.210000</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.997825, 0.0656022, 0.00652134, -0.0640018, 0.987678, -0.142811]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_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.115523</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-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>14</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4219, -7780, -7243, 137, -181, -64, 77, 117]</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.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 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>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>304.5</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>86b3bfd5-02b9-4daa-b248-7ec96fd90551||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.6770904064178467, -0.17171218991279602, 0.04268624261021614, 121.3066177368164], [-0.17600597441196442, 2.649869203567505, -0.383624404668808, -85.1888656616211], [0.01749628409743309, 0.38315191864967346, 2.672266960144043, -99.80449676513672], [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, 1298]</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], 'AcquisitionTime': ['112023.210000', '112023.670000', '112024.130000', '112024.590000', '112025.050000', '112025.510000', '112025.970000', '112026.430000', '112026.890000', '112027.350000', '112027.810000', '112028.270000', '112028.730000', '112029.190000', '112029.650000', '112030.110000', '112030.570000', '112031.030000', '112031.490000', '112031.950000', '112032.410000', '112032.870000', '112033.330000', '112033.790000', '112034.250000', '112034.710000', '112035.170000', '112035.630000', '112036.090000', '112036.550000', '112037.010000', '112037.470000', '112037.930000', '112038.390000', '112038.850000', '112039.310000', '112039.770000', '112040.230000', '112040.690000', '112041.150000', '112041.610000', '112042.070000', '112042.530000', '112042.990000', '112043.450000', '112043.910000', '112044.370000', '112044.830000', '112045.290000', '112045.750000', '112046.210000', '112046.670000', '112047.130000', '112047.590000', '112048.050000', '112048.510000', '112048.970000', '112049.430000', '112049.890000', '112050.350000', '112050.810000', '112051.270000', '112051.730000', '112052.190000', '112052.650000', '112053.110000', '112053.570000', '112054.030000', '112054.490000', '112054.950000', '112055.410000', '112055.870000', '112056.330000', '112056.790000', '112057.250000', '112057.710000', '112058.170000', '112058.630000', '112059.090000', '112059.550000', '112100.010000', '112100.470000', '112100.930000', '112101.390000', '112101.850000', '112102.310000', '112102.770000', '112103.230000', '112103.690000', '112104.150000', '112104.610000', '112105.070000', '112105.530000', '112105.990000', '112106.450000', '112106.910000', '112107.370000', '112107.830000', '112108.290000', '112108.750000', '112109.210000', '112109.670000', '112110.130000', '112110.590000', '112111.050000', '112111.510000', '112111.970000', '112112.430000', '112112.890000', '112113.350000', '112113.810000', '112114.270000', '112114.730000', '112115.190000', '112115.650000', '112116.110000', '112116.570000', '112117.030000', '112117.490000', '112117.950000', '112118.410000', '112118.870000', '112119.330000', '112119.790000', '112120.250000', '112120.710000', '112121.170000', '112121.630000', '112122.090000', '112122.550000', '112123.010000', '112123.470000', '112123.930000', '112124.390000', '112124.850000', '112125.310000', '112125.770000', '112126.230000', '112126.690000', '112127.150000', '112127.610000', '112128.070000', '112128.530000', '112128.990000', '112129.450000', '112129.910000', '112130.370000', '112130.830000', '112131.290000', '112131.750000', '112132.210000', '112132.670000', '112133.130000', '112133.590000', '112134.050000', '112134.510000', '112134.970000', '112135.430000', '112135.890000', '112136.350000', '112136.810000', '112137.270000', '112137.730000', '112138.190000', '112138.650000', '112139.110000', '112139.570000', '112140.030000', '112140.490000', '112140.950000', '112141.410000', '112141.870000', '112142.330000', '112142.790000', '112143.250000', '112143.710000', '112144.170000', '112144.630000', '112145.090000', '112145.550000', '112146.010000', '112146.470000', '112146.930000', '112147.390000', '112147.850000', '112148.310000', '112148.770000', '112149.230000', '112149.690000', '112150.150000', '112150.610000', '112151.070000', '112151.530000', '112151.990000', '112152.450000', '112152.910000', '112153.370000', '112153.830000', '112154.290000', '112154.750000', '112155.210000', '112155.670000', '112156.130000', '112156.590000', '112157.050000', '112157.510000', '112157.970000', '112158.430000', '112158.890000', '112159.350000', '112159.810000', '112200.270000', '112200.730000', '112201.190000', '112201.650000', '112202.110000', '112202.570000', '112203.030000', '112203.490000', '112203.950000', '112204.410000', '112204.870000', '112205.330000', '112205.790000', '112206.250000', '112206.710000', '112207.170000', '112207.630000', '112208.090000', '112208.550000', '112209.010000', '112209.470000', '112209.930000', '112210.390000', '112210.850000', '112211.310000', '112211.770000', '112212.230000', '112212.690000', '112213.150000', '112213.610000', '112214.070000', '112214.530000', '112214.990000', '112215.450000', '112215.910000', '112216.370000', '112216.830000', '112217.290000', '112217.750000', '112218.210000', '112218.670000', '112219.130000', '112219.590000', '112220.050000', '112220.510000', '112220.970000', '112221.430000', '112221.890000', '112222.350000', '112222.810000', '112223.270000', '112223.730000', '112224.190000', '112224.650000', '112225.110000', '112225.570000', '112226.030000', '112226.490000', '112226.950000', '112227.410000', '112227.870000', '112228.330000', '112228.790000', '112229.250000', '112229.710000', '112230.170000', '112230.630000', '112231.090000', '112231.550000', '112232.010000', '112232.470000', '112232.930000', '112233.390000', '112233.850000', '112234.310000', '112234.770000', '112235.230000', '112235.690000', '112236.150000', '112236.610000', '112237.070000', '112237.530000', '112237.990000', '112238.450000', '112238.910000', '112239.370000', '112239.830000', '112240.290000', '112240.750000', '112241.210000', '112241.670000', '112242.130000', '112242.590000', '112243.050000', '112243.510000', '112243.970000', '112244.430000', '112244.890000', '112245.350000', '112245.810000', '112246.270000', '112246.730000', '112247.190000', '112247.650000', '112248.110000', '112248.570000', '112249.030000', '112249.490000', '112249.950000', '112250.410000', '112250.870000', '112251.330000', '112251.790000', '112252.250000', '112252.710000', '112253.170000', '112253.630000', '112254.090000', '112254.550000', '112255.010000', '112255.470000', '112255.930000', '112256.390000', '112256.850000', '112257.310000', '112257.770000', '112258.230000', '112258.690000', '112259.150000', '112259.610000', '112300.070000', '112300.530000', '112300.990000', '112301.450000', '112301.910000', '112302.370000', '112302.830000', '112303.290000', '112303.750000', '112304.210000', '112304.670000', '112305.130000', '112305.590000', '112306.050000', '112306.510000', '112306.970000', '112307.430000', '112307.890000', '112308.350000', '112308.810000', '112309.270000', '112309.730000', '112310.190000', '112310.650000', '112311.110000', '112311.570000', '112312.030000', '112312.490000', '112312.950000', '112313.410000', '112313.870000', '112314.330000', '112314.790000', '112315.250000', '112315.710000', '112316.170000', '112316.630000', '112317.090000', '112317.550000', '112318.010000', '112318.470000', '112318.930000', '112319.390000', '112319.850000', '112320.310000', '112320.770000', '112321.230000', '112321.690000', '112322.150000', '112322.610000', '112323.070000', '112323.530000', '112323.990000', '112324.450000', '112324.910000', '112325.370000', '112325.830000', '112326.290000', '112326.750000', '112327.210000', '112327.670000', '112328.130000', '112328.590000', '112329.050000', '112329.510000', '112329.970000', '112330.430000', '112330.890000', '112331.350000', '112331.810000', '112332.270000', '112332.730000', '112333.190000', '112333.650000', '112334.110000', '112334.570000', '112335.030000', '112335.490000', '112335.950000', '112336.410000', '112336.870000', '112337.330000', '112337.790000', '112338.250000', '112338.710000', '112339.170000', '112339.630000', '112340.090000', '112340.550000', '112341.010000', '112341.470000', '112341.930000', '112342.390000', '112342.850000', '112343.310000', '112343.770000', '112344.230000', '112344.690000', '112345.150000', '112345.610000', '112346.070000', '112346.530000', '112346.990000', '112347.450000', '112347.910000', '112348.370000', '112348.830000', '112349.290000', '112349.750000', '112350.210000', '112350.670000', '112351.130000', '112351.590000', '112352.050000', '112352.510000', '112352.970000', '112353.430000', '112353.890000', '112354.350000', '112354.810000', '112355.270000', '112355.730000', '112356.190000', '112356.650000', '112357.110000', '112357.570000', '112358.030000', '112358.490000', '112358.950000', '112359.410000', '112359.870000', '112400.330000', '112400.790000', '112401.250000', '112401.710000', '112402.170000', '112402.630000', '112403.090000', '112403.550000', '112404.010000', '112404.470000', '112404.930000', '112405.390000', '112405.850000', '112406.310000', '112406.770000', '112407.230000', '112407.690000', '112408.150000', '112408.610000', '112409.070000', '112409.530000', '112409.990000', '112410.450000', '112410.910000', '112411.370000', '112411.830000', '112412.290000', '112412.750000', '112413.210000', '112413.670000', '112414.130000', '112414.590000', '112415.050000', '112415.510000', '112415.970000', '112416.430000', '112416.890000', '112417.350000', '112417.810000', '112418.270000', '112418.730000', '112419.190000', '112419.650000', '112420.110000', '112420.570000', '112421.030000', '112421.490000', '112421.950000', '112422.410000', '112422.870000', '112423.330000', '112423.790000', '112424.250000', '112424.710000', '112425.170000', '112425.630000', '112426.090000', '112426.550000', '112427.010000', '112427.470000', '112427.930000', '112428.390000', '112428.850000', '112429.310000', '112429.770000', '112430.230000', '112430.690000', '112431.150000', '112431.610000', '112432.070000', '112432.530000', '112432.990000', '112433.450000', '112433.910000', '112434.370000', '112434.830000', '112435.290000', '112435.750000', '112436.210000', '112436.670000', '112437.130000', '112437.590000', '112438.050000', '112438.510000', '112438.970000', '112439.430000', '112439.890000', '112440.350000', '112440.810000', '112441.270000', '112441.730000', '112442.190000', '112442.650000', '112443.110000', '112443.570000', '112444.030000', '112444.490000', '112444.950000', '112445.410000', '112445.870000', '112446.330000', '112446.790000', '112447.250000', '112447.710000', '112448.170000', '112448.630000', '112449.090000', '112449.550000', '112450.010000', '112450.470000', '112450.930000', '112451.390000', '112451.850000', '112452.310000', '112452.770000', '112453.230000', '112453.690000', '112454.150000', '112454.610000', '112455.070000', '112455.530000', '112455.990000', '112456.450000', '112456.910000', '112457.370000', '112457.830000', '112458.290000', '112458.750000', '112459.210000', '112459.670000', '112500.130000', '112500.590000', '112501.050000', '112501.510000', '112501.970000', '112502.430000', '112502.890000', '112503.350000', '112503.810000', '112504.270000', '112504.730000', '112505.190000', '112505.650000', '112506.110000', '112506.570000', '112507.030000', '112507.490000', '112507.950000', '112508.410000', '112508.870000', '112509.330000', '112509.790000', '112510.250000', '112510.710000', '112511.170000', '112511.630000', '112512.090000', '112512.550000', '112513.010000', '112513.470000', '112513.930000', '112514.390000', '112514.850000', '112515.310000', '112515.770000', '112516.230000', '112516.690000', '112517.150000', '112517.610000', '112518.070000', '112518.530000', '112518.990000', '112519.450000', '112519.910000', '112520.370000', '112520.830000', '112521.290000', '112521.750000', '112522.210000', '112522.670000', '112523.130000', '112523.590000', '112524.050000', '112524.510000', '112524.970000', '112525.430000', '112525.890000', '112526.350000', '112526.810000', '112527.270000', '112527.730000', '112528.190000', '112528.650000', '112529.110000', '112529.570000', '112530.030000', '112530.490000', '112530.950000', '112531.410000', '112531.870000', '112532.330000', '112532.790000', '112533.250000', '112533.710000', '112534.170000', '112534.630000', '112535.090000', '112535.550000', '112536.010000', '112536.470000', '112536.930000', '112537.390000', '112537.850000', '112538.310000', '112538.770000', '112539.230000', '112539.690000', '112540.150000', '112540.610000', '112541.070000', '112541.530000', '112541.990000', '112542.450000', '112542.910000', '112543.370000', '112543.830000', '112544.290000', '112544.750000', '112545.210000', '112545.670000', '112546.130000', '112546.590000', '112547.050000', '112547.510000', '112547.970000', '112548.430000', '112548.890000', '112549.350000', '112549.810000', '112550.270000', '112550.730000', '112551.190000', '112551.650000', '112552.110000', '112552.570000', '112553.030000', '112553.490000', '112553.950000', '112554.410000', '112554.870000', '112555.330000', '112555.790000', '112556.250000', '112556.710000', '112557.170000', '112557.630000', '112558.090000', '112558.550000', '112559.010000', '112559.470000', '112559.930000', '112600.390000', '112600.850000', '112601.310000', '112601.770000', '112602.230000', '112602.690000', '112603.150000', '112603.610000', '112604.070000', '112604.530000', '112604.990000', '112605.450000', '112605.910000', '112606.370000', '112606.830000', '112607.290000', '112607.750000', '112608.210000', '112608.670000', '112609.130000', '112609.590000', '112610.050000', '112610.510000', '112610.970000', '112611.430000', '112611.890000', '112612.350000', '112612.810000', '112613.270000', '112613.730000', '112614.190000', '112614.650000', '112615.110000', '112615.570000', '112616.030000', '112616.490000', '112616.950000', '112617.410000', '112617.870000', '112618.330000', '112618.790000', '112619.250000', '112619.710000', '112620.170000', '112620.630000', '112621.090000', '112621.550000', '112622.010000', '112622.470000', '112622.930000', '112623.390000', '112623.850000', '112624.310000', '112624.770000', '112625.230000', '112625.690000', '112626.150000', '112626.610000', '112627.070000', '112627.530000', '112627.990000', '112628.450000', '112628.910000', '112629.370000', '112629.830000', '112630.290000', '112630.750000', '112631.210000', '112631.670000', '112632.130000', '112632.590000', '112633.050000', '112633.510000', '112633.970000', '112634.430000', '112634.890000', '112635.350000', '112635.810000', '112636.270000', '112636.730000', '112637.190000', '112637.650000', '112638.110000', '112638.570000', '112639.030000', '112639.490000', '112639.950000', '112640.410000', '112640.870000', '112641.330000', '112641.790000', '112642.250000', '112642.710000', '112643.170000', '112643.630000', '112644.090000', '112644.550000', '112645.010000', '112645.470000', '112645.930000', '112646.390000', '112646.850000', '112647.310000', '112647.770000', '112648.230000', '112648.690000', '112649.150000', '112649.610000', '112650.070000', '112650.530000', '112650.990000', '112651.450000', '112651.910000', '112652.370000', '112652.830000', '112653.290000', '112653.750000', '112654.210000', '112654.670000', '112655.130000', '112655.590000', '112656.050000', '112656.510000', '112656.970000', '112657.430000', '112657.890000', '112658.350000', '112658.810000', '112659.270000', '112659.730000', '112700.190000', '112700.650000', '112701.110000', '112701.570000', '112702.030000', '112702.490000', '112702.950000', '112703.410000', '112703.870000', '112704.330000', '112704.790000', '112705.250000', '112705.710000', '112706.170000', '112706.630000', '112707.090000', '112707.550000', '112708.010000', '112708.470000', '112708.930000', '112709.390000', '112709.850000', '112710.310000', '112710.770000', '112711.230000', '112711.690000', '112712.150000', '112712.610000', '112713.070000', '112713.530000', '112713.990000', '112714.450000', '112714.910000', '112715.370000', '112715.830000', '112716.290000', '112716.750000', '112717.210000', '112717.670000', '112718.130000', '112718.590000', '112719.050000', '112719.510000', '112719.970000', '112720.430000', '112720.890000', '112721.350000', '112721.810000', '112722.270000', '112722.730000', '112723.190000', '112723.650000', '112724.110000', '112724.570000', '112725.030000', '112725.490000', '112725.950000', '112726.410000', '112726.870000', '112727.330000', '112727.790000', '112728.250000', '112728.710000', '112729.170000', '112729.630000', '112730.090000', '112730.550000', '112731.010000', '112731.470000', '112731.930000', '112732.390000', '112732.850000', '112733.310000', '112733.770000', '112734.230000', '112734.690000', '112735.150000', '112735.610000', '112736.070000', '112736.530000', '112736.990000', '112737.450000', '112737.910000', '112738.370000', '112738.830000', '112739.290000', '112739.750000', '112740.210000', '112740.670000', '112741.130000', '112741.590000', '112742.050000', '112742.510000', '112742.970000', '112743.430000', '112743.890000', '112744.350000', '112744.810000', '112745.270000', '112745.730000', '112746.190000', '112746.650000', '112747.110000', '112747.570000', '112748.030000', '112748.490000', '112748.950000', '112749.410000', '112749.870000', '112750.330000', '112750.790000', '112751.250000', '112751.710000', '112752.170000', '112752.630000', '112753.090000', '112753.550000', '112754.010000', '112754.470000', '112754.930000', '112755.390000', '112755.850000', '112756.310000', '112756.770000', '112757.230000', '112757.690000', '112758.150000', '112758.610000', '112759.070000', '112759.530000', '112759.990000', '112800.450000', '112800.910000', '112801.370000', '112801.830000', '112802.290000', '112802.750000', '112803.210000', '112803.670000', '112804.130000', '112804.590000', '112805.050000', '112805.510000', '112805.970000', '112806.430000', '112806.890000', '112807.350000', '112807.810000', '112808.270000', '112808.730000', '112809.190000', '112809.650000', '112810.110000', '112810.570000', '112811.030000', '112811.490000', '112811.950000', '112812.410000', '112812.870000', '112813.330000', '112813.790000', '112814.250000', '112814.710000', '112815.170000', '112815.630000', '112816.090000', '112816.550000', '112817.010000', '112817.470000', '112817.930000', '112818.390000', '112818.850000', '112819.310000', '112819.770000', '112820.230000', '112820.690000', '112821.150000', '112821.610000', '112822.070000', '112822.530000', '112822.990000', '112823.450000', '112823.910000', '112824.370000', '112824.830000', '112825.290000', '112825.750000', '112826.210000', '112826.670000', '112827.130000', '112827.590000', '112828.050000', '112828.510000', '112828.970000', '112829.430000', '112829.890000', '112830.350000', '112830.810000', '112831.270000', '112831.730000', '112832.190000', '112832.650000', '112833.110000', '112833.570000', '112834.030000', '112834.490000', '112834.950000', '112835.410000', '112835.870000', '112836.330000', '112836.790000', '112837.250000', '112837.710000', '112838.170000', '112838.630000', '112839.090000', '112839.550000', '112840.010000', '112840.470000', '112840.930000', '112841.390000', '112841.850000', '112842.310000', '112842.770000', '112843.230000', '112843.690000', '112844.150000', '112844.610000', '112845.070000', '112845.530000', '112845.990000', '112846.450000', '112846.910000', '112847.370000', '112847.830000', '112848.290000', '112848.750000', '112849.210000', '112849.670000', '112850.130000', '112850.590000', '112851.050000', '112851.510000', '112851.970000', '112852.430000', '112852.890000', '112853.350000', '112853.810000', '112854.270000', '112854.730000', '112855.190000', '112855.650000', '112856.110000', '112856.570000', '112857.030000', '112857.490000', '112857.950000', '112858.410000', '112858.870000', '112859.330000', '112859.790000', '112900.250000', '112900.710000', '112901.170000', '112901.630000', '112902.090000', '112902.550000', '112903.010000', '112903.470000', '112903.930000', '112904.390000', '112904.850000', '112905.310000', '112905.770000', '112906.230000', '112906.690000', '112907.150000', '112907.610000', '112908.070000', '112908.530000', '112908.990000', '112909.450000', '112909.910000', '112910.370000', '112910.830000', '112911.290000', '112911.750000', '112912.210000', '112912.670000', '112913.130000', '112913.590000', '112914.050000', '112914.510000', '112914.970000', '112915.430000', '112915.890000', '112916.350000', '112916.810000', '112917.270000', '112917.730000', '112918.190000', '112918.650000', '112919.110000', '112919.570000', '112920.030000', '112920.490000', '112920.950000', '112921.410000', '112921.870000', '112922.330000', '112922.790000', '112923.250000', '112923.710000', '112924.170000', '112924.630000', '112925.090000', '112925.550000', '112926.010000', '112926.470000', '112926.930000', '112927.390000', '112927.850000', '112928.310000', '112928.770000', '112929.230000', '112929.690000', '112930.150000', '112930.610000', '112931.070000', '112931.530000', '112931.990000', '112932.450000', '112932.910000', '112933.370000', '112933.830000', '112934.290000', '112934.750000', '112935.210000', '112935.670000', '112936.130000', '112936.590000', '112937.050000', '112937.510000', '112937.970000', '112938.430000', '112938.890000', '112939.350000', '112939.810000', '112940.270000', '112940.730000', '112941.190000', '112941.650000', '112942.110000', '112942.570000', '112943.030000', '112943.490000', '112943.950000', '112944.410000', '112944.870000', '112945.330000', '112945.790000', '112946.250000', '112946.710000', '112947.170000', '112947.630000', '112948.090000', '112948.550000', '112949.010000', '112949.470000', '112949.930000', '112950.390000', '112950.850000', '112951.310000', '112951.770000', '112952.230000', '112952.690000', '112953.150000', '112953.610000', '112954.070000', '112954.530000', '112954.990000', '112955.450000', '112955.910000', '112956.370000', '112956.830000', '112957.290000', '112957.750000', '112958.210000', '112958.670000', '112959.130000', '112959.590000', '113000.050000', '113000.510000', '113000.970000', '113001.430000', '113001.890000', '113002.350000', '113002.810000', '113003.270000', '113003.730000', '113004.190000', '113004.650000', '113005.110000', '113005.570000', '113006.030000', '113006.490000', '113006.950000', '113007.410000', '113007.870000', '113008.330000', '113008.790000', '113009.250000', '113009.710000', '113010.170000', '113010.630000', '113011.090000', '113011.550000', '113012.010000', '113012.470000', '113012.930000', '113013.390000', '113013.850000', '113014.310000', '113014.770000', '113015.230000', '113015.690000', '113016.150000', '113016.610000', '113017.070000', '113017.530000', '113017.990000', '113018.450000', '113018.910000', '113019.370000', '113019.830000'], 'ContentTime': ['112038.779000', '112038.782000', '112038.785000', '112038.787000', '112038.790000', '112038.793000', '112038.795000', '112038.798000', '112038.801000', '112038.805000', '112038.808000', '112038.810000', '112038.813000', '112038.816000', '112038.818000', '112038.821000', '112038.823000', '112038.826000', '112038.828000', '112038.831000', '112038.833000', '112038.836000', '112038.839000', '112038.841000', '112038.844000', '112038.846000', '112038.849000', '112038.851000', '112038.854000', '112038.856000', '112038.859000', '112038.862000', '112058.729000', '112058.732000', '112058.735000', '112058.737000', '112058.740000', '112058.742000', '112058.745000', '112058.748000', '112058.750000', '112058.753000', '112058.755000', '112058.758000', '112058.760000', '112058.763000', '112058.766000', '112058.768000', '112058.771000', '112058.780000', '112058.782000', '112058.785000', '112058.787000', '112058.790000', '112058.793000', '112058.795000', '112058.798000', '112058.800000', '112058.803000', '112058.806000', '112058.808000', '112058.811000', '112058.813000', '112058.816000', '112058.818000', '112058.821000', '112058.824000', '112058.826000', '112058.829000', '112058.831000', '112058.834000', '112058.836000', '112058.839000', '112058.842000', '112058.844000', '112118.729000', '112118.732000', '112118.735000', '112118.737000', '112118.740000', '112118.742000', '112118.745000', '112118.747000', '112118.750000', '112118.753000', '112118.755000', '112118.758000', '112118.760000', '112118.763000', '112118.765000', '112118.772000', '112118.775000', '112118.778000', '112118.780000', '112118.783000', '112118.785000', '112118.788000', '112118.790000', '112118.793000', '112118.795000', '112118.798000', '112118.801000', '112118.803000', '112118.806000', '112118.808000', '112118.811000', '112118.814000', '112118.816000', '112118.819000', '112118.821000', '112118.824000', '112118.826000', '112118.829000', '112118.832000', '112118.834000', '112118.837000', '112118.839000', '112118.842000', '112138.728000', '112138.731000', '112138.734000', '112138.736000', '112138.739000', '112138.741000', '112138.744000', '112138.747000', '112138.749000', '112138.752000', '112138.754000', '112138.757000', '112138.759000', '112138.762000', '112138.764000', '112138.767000', '112138.770000', '112138.772000', '112138.775000', '112138.777000', '112138.780000', '112138.782000', '112138.785000', '112138.788000', '112138.790000', '112138.793000', '112138.795000', '112138.798000', '112138.801000', '112138.803000', '112138.806000', '112138.808000', '112138.811000', '112138.814000', '112138.816000', '112138.819000', '112138.821000', '112138.824000', '112138.826000', '112138.829000', '112138.831000', '112138.834000', '112138.837000', '112138.839000', '112158.728000', '112158.731000', '112158.734000', '112158.737000', '112158.739000', '112158.742000', '112158.744000', '112158.755000', '112158.758000', '112158.761000', '112158.763000', '112158.766000', '112158.768000', '112158.771000', '112158.773000', '112158.776000', '112158.779000', '112158.783000', '112158.786000', '112158.788000', '112158.791000', '112158.794000', '112158.796000', '112158.799000', '112158.827000', '112158.830000', '112158.832000', '112158.835000', '112158.838000', '112158.840000', '112158.843000', '112158.845000', '112158.848000', '112158.851000', '112158.853000', '112158.856000', '112158.858000', '112158.861000', '112158.863000', '112158.866000', '112158.868000', '112158.871000', '112158.874000', '112218.728000', '112218.731000', '112218.734000', '112218.736000', '112218.739000', '112218.741000', '112218.744000', '112218.747000', '112218.749000', '112218.752000', '112218.754000', '112218.757000', '112218.759000', '112218.762000', '112218.765000', '112218.767000', '112218.770000', '112218.772000', '112218.775000', '112218.778000', '112218.780000', '112218.783000', '112218.785000', '112218.788000', '112218.791000', '112218.793000', '112218.796000', '112218.799000', '112218.849000', '112218.852000', '112218.855000', '112218.857000', '112218.860000', '112218.862000', '112218.865000', '112218.868000', '112218.870000', '112218.873000', '112218.875000', '112218.878000', '112218.880000', '112218.883000', '112218.886000', '112218.888000', '112238.729000', '112238.732000', '112238.735000', '112238.738000', '112238.740000', '112238.743000', '112238.745000', '112238.748000', '112238.751000', '112238.753000', '112238.756000', '112238.758000', '112238.761000', '112238.763000', '112238.766000', '112238.768000', '112238.771000', '112238.774000', '112238.776000', '112238.779000', '112238.781000', '112238.784000', '112238.786000', '112238.789000', '112238.792000', '112238.794000', '112238.797000', '112238.799000', '112238.832000', '112238.834000', '112238.837000', '112238.840000', '112238.842000', '112238.845000', '112238.847000', '112238.850000', '112238.852000', '112238.855000', '112238.858000', '112238.860000', '112238.863000', '112238.865000', '112238.868000', '112258.729000', '112258.732000', '112258.735000', '112258.737000', '112258.740000', '112258.743000', '112258.745000', '112258.748000', '112258.750000', '112258.753000', '112258.755000', '112258.758000', '112258.760000', '112258.763000', '112258.766000', '112258.768000', '112258.771000', '112258.773000', '112258.776000', '112258.779000', '112258.781000', '112258.784000', '112258.786000', '112258.789000', '112258.791000', '112258.794000', '112258.797000', '112258.799000', '112258.831000', '112258.834000', '112258.836000', '112258.839000', '112258.842000', '112258.844000', '112258.847000', '112258.849000', '112258.852000', '112258.854000', '112258.857000', '112258.860000', '112258.862000', '112258.865000', '112258.867000', '112258.870000', '112318.730000', '112318.732000', '112318.735000', '112318.738000', '112318.740000', '112318.743000', '112318.745000', '112318.748000', '112318.751000', '112318.753000', '112318.756000', '112318.758000', '112318.761000', '112318.765000', '112318.768000', '112318.770000', '112318.773000', '112318.776000', '112318.778000', '112318.781000', '112318.783000', '112318.786000', '112318.788000', '112318.791000', '112318.794000', '112318.796000', '112318.799000', '112318.832000', '112318.835000', '112318.837000', '112318.840000', '112318.842000', '112318.845000', '112318.848000', '112318.850000', '112318.853000', '112318.855000', '112318.858000', '112318.860000', '112318.863000', '112318.866000', '112318.868000', '112318.871000', '112338.729000', '112338.732000', '112338.735000', '112338.737000', '112338.740000', '112338.743000', '112338.745000', '112338.748000', '112338.750000', '112338.753000', '112338.756000', '112338.758000', '112338.761000', '112338.763000', '112338.766000', '112338.768000', '112338.771000', '112338.774000', '112338.776000', '112338.779000', '112338.781000', '112338.784000', '112338.786000', '112338.789000', '112338.792000', '112338.794000', '112338.797000', '112338.799000', '112338.802000', '112338.805000', '112338.807000', '112338.810000', '112338.812000', '112338.815000', '112338.818000', '112338.820000', '112338.823000', '112338.825000', '112338.828000', '112338.830000', '112338.833000', '112338.835000', '112338.838000', '112338.841000', '112358.728000', '112358.731000', '112358.734000', '112358.736000', '112358.739000', '112358.741000', '112358.744000', '112358.747000', '112358.749000', '112358.752000', '112358.754000', '112358.757000', '112358.760000', '112358.762000', '112358.765000', '112358.767000', '112358.770000', '112358.773000', '112358.775000', '112358.778000', '112358.780000', '112358.783000', '112358.785000', '112358.788000', '112358.790000', '112358.793000', '112358.796000', '112358.798000', '112358.801000', '112358.804000', '112358.806000', '112358.809000', '112358.812000', '112358.814000', '112358.817000', '112358.819000', '112358.822000', '112358.824000', '112358.827000', '112358.829000', '112358.832000', '112358.835000', '112358.837000', '112418.728000', '112418.731000', '112418.734000', '112418.737000', '112418.739000', '112418.742000', '112418.744000', '112418.747000', '112418.749000', '112418.752000', '112418.755000', '112418.757000', '112418.760000', '112418.762000', '112418.765000', '112418.767000', '112418.770000', '112418.773000', '112418.775000', '112418.778000', '112418.780000', '112418.783000', '112418.786000', '112418.788000', '112418.791000', '112418.793000', '112418.796000', '112418.799000', '112418.801000', '112418.804000', '112418.806000', '112418.809000', '112418.812000', '112418.814000', '112418.817000', '112418.819000', '112418.822000', '112418.824000', '112418.827000', '112418.830000', '112418.832000', '112418.835000', '112418.837000', '112418.840000', '112438.729000', '112438.731000', '112438.734000', '112438.737000', '112438.739000', '112438.742000', '112438.745000', '112438.747000', '112438.750000', '112438.753000', '112438.755000', '112438.758000', '112438.760000', '112438.763000', '112438.766000', '112438.768000', '112438.771000', '112438.773000', '112438.776000', '112438.778000', '112438.781000', '112438.784000', '112438.786000', '112438.789000', '112438.791000', '112438.794000', '112438.796000', '112438.799000', '112438.841000', '112438.843000', '112438.846000', '112438.849000', '112438.851000', '112438.854000', '112438.856000', '112438.859000', '112438.863000', '112438.866000', '112438.868000', '112438.871000', '112438.873000', '112438.876000', '112438.879000', '112458.729000', '112458.732000', '112458.735000', '112458.737000', '112458.740000', '112458.743000', '112458.745000', '112458.748000', '112458.750000', '112458.753000', '112458.755000', '112458.758000', '112458.761000', '112458.763000', '112458.776000', '112458.778000', '112458.781000', '112458.783000', '112458.786000', '112458.789000', '112458.791000', '112458.794000', '112458.796000', '112458.799000', '112458.842000', '112458.844000', '112458.847000', '112458.849000', '112458.852000', '112458.854000', '112458.857000', '112458.860000', '112458.862000', '112458.865000', '112458.867000', '112458.870000', '112458.872000', '112458.875000', '112458.878000', '112458.880000', '112458.883000', '112458.885000', '112458.888000', '112458.891000', '112518.730000', '112518.732000', '112518.735000', '112518.738000', '112518.740000', '112518.743000', '112518.745000', '112518.748000', '112518.751000', '112518.753000', '112518.756000', '112518.758000', '112518.761000', '112518.764000', '112518.766000', '112518.769000', '112518.771000', '112518.774000', '112518.776000', '112518.779000', '112518.782000', '112518.784000', '112518.787000', '112518.789000', '112518.792000', '112518.795000', '112518.797000', '112518.862000', '112518.865000', '112518.868000', '112518.870000', '112518.873000', '112518.876000', '112518.878000', '112518.881000', '112518.883000', '112518.886000', '112518.889000', '112518.891000', '112518.894000', '112518.896000', '112518.899000', '112518.902000', '112538.730000', '112538.733000', '112538.735000', '112538.738000', '112538.740000', '112538.743000', '112538.746000', '112538.748000', '112538.751000', '112538.753000', '112538.756000', '112538.758000', '112538.761000', '112538.764000', '112538.766000', '112538.769000', '112538.772000', '112538.774000', '112538.777000', '112538.779000', '112538.782000', '112538.784000', '112538.787000', '112538.790000', '112538.792000', '112538.795000', '112538.798000', '112538.880000', '112538.882000', '112538.885000', '112538.888000', '112538.890000', '112538.893000', '112538.895000', '112538.898000', '112538.900000', '112538.903000', '112538.906000', '112538.908000', '112538.911000', '112538.913000', '112538.916000', '112538.919000', '112538.921000', '112558.729000', '112558.732000', '112558.735000', '112558.738000', '112558.740000', '112558.743000', '112558.745000', '112558.748000', '112558.750000', '112558.753000', '112558.756000', '112558.758000', '112558.761000', '112558.763000', '112558.766000', '112558.768000', '112558.771000', '112558.774000', '112558.776000', '112558.779000', '112558.781000', '112558.784000', '112558.786000', '112558.789000', '112558.792000', '112558.794000', '112558.797000', '112558.831000', '112558.833000', '112558.836000', '112558.839000', '112558.841000', '112558.844000', '112558.846000', '112558.849000', '112558.852000', '112558.854000', '112558.857000', '112558.860000', '112558.862000', '112558.865000', '112558.867000', '112558.870000', '112618.729000', '112618.732000', '112618.734000', '112618.737000', '112618.739000', '112618.742000', '112618.745000', '112618.747000', '112618.750000', '112618.752000', '112618.755000', '112618.758000', '112618.760000', '112618.763000', '112618.766000', '112618.768000', '112618.771000', '112618.773000', '112618.776000', '112618.779000', '112618.781000', '112618.784000', '112618.786000', '112618.789000', '112618.792000', '112618.794000', '112618.797000', '112618.855000', '112618.857000', '112618.860000', '112618.862000', '112618.865000', '112618.868000', '112618.870000', '112618.873000', '112618.875000', '112618.878000', '112618.881000', '112618.883000', '112618.900000', '112618.902000', '112618.905000', '112618.907000', '112618.910000', '112638.728000', '112638.731000', '112638.734000', '112638.736000', '112638.739000', '112638.742000', '112638.744000', '112638.747000', '112638.749000', '112638.752000', '112638.754000', '112638.757000', '112638.760000', '112638.762000', '112638.765000', '112638.767000', '112638.770000', '112638.772000', '112638.775000', '112638.778000', '112638.780000', '112638.783000', '112638.785000', '112638.788000', '112638.791000', '112638.793000', '112638.796000', '112638.799000', '112638.856000', '112638.859000', '112638.862000', '112638.864000', '112638.867000', '112638.883000', '112638.886000', '112638.888000', '112638.891000', '112638.894000', '112638.897000', '112638.900000', '112638.902000', '112638.905000', '112638.907000', '112658.729000', '112658.731000', '112658.734000', '112658.737000', '112658.739000', '112658.742000', '112658.744000', '112658.747000', '112658.750000', '112658.752000', '112658.755000', '112658.758000', '112658.760000', '112658.763000', '112658.765000', '112658.768000', '112658.771000', '112658.773000', '112658.776000', '112658.778000', '112658.781000', '112658.783000', '112658.786000', '112658.789000', '112658.791000', '112658.794000', '112658.796000', '112658.799000', '112658.851000', '112658.854000', '112658.856000', '112658.859000', '112658.862000', '112658.864000', '112658.867000', '112658.869000', '112658.872000', '112658.874000', '112658.877000', '112658.880000', '112658.882000', '112658.885000', '112658.887000', '112658.890000', '112718.730000', '112718.732000', '112718.735000', '112718.738000', '112718.740000', '112718.743000', '112718.745000', '112718.748000', '112718.751000', '112718.753000', '112718.756000', '112718.758000', '112718.761000', '112718.763000', '112718.766000', '112718.768000', '112718.771000', '112718.774000', '112718.776000', '112718.779000', '112718.781000', '112718.784000', '112718.787000', '112718.789000', '112718.792000', '112718.794000', '112718.797000', '112718.849000', '112718.852000', '112718.854000', '112718.857000', '112718.859000', '112718.862000', '112718.865000', '112718.867000', '112718.870000', '112718.872000', '112718.875000', '112718.877000', '112718.880000', '112718.883000', '112718.885000', '112718.888000', '112738.730000', '112738.732000', '112738.735000', '112738.738000', '112738.740000', '112738.743000', '112738.745000', '112738.748000', '112738.751000', '112738.753000', '112738.756000', '112738.758000', '112738.761000', '112738.764000', '112738.766000', '112738.769000', '112738.771000', '112738.774000', '112738.777000', '112738.779000', '112738.782000', '112738.784000', '112738.787000', '112738.790000', '112738.792000', '112738.795000', '112738.797000', '112738.864000', '112738.867000', '112738.869000', '112738.872000', '112738.874000', '112738.877000', '112738.880000', '112738.882000', '112738.885000', '112738.887000', '112738.890000', '112738.893000', '112738.895000', '112738.898000', '112738.900000', '112738.903000', '112738.905000', '112758.729000', '112758.732000', '112758.735000', '112758.738000', '112758.740000', '112758.743000', '112758.745000', '112758.748000', '112758.751000', '112758.753000', '112758.756000', '112758.758000', '112758.761000', '112758.764000', '112758.766000', '112758.769000', '112758.771000', '112758.774000', '112758.776000', '112758.779000', '112758.782000', '112758.784000', '112758.787000', '112758.789000', '112758.792000', '112758.795000', '112758.797000', '112758.800000', '112758.802000', '112758.805000', '112758.808000', '112758.810000', '112758.813000', '112758.816000', '112758.818000', '112758.821000', '112758.823000', '112758.826000', '112758.828000', '112758.831000', '112758.834000', '112758.836000', '112758.839000', '112818.729000', '112818.731000', '112818.734000', '112818.737000', '112818.739000', '112818.743000', '112818.745000', '112818.748000', '112818.751000', '112818.753000', '112818.756000', '112818.758000', '112818.761000', '112818.764000', '112818.766000', '112818.769000', '112818.772000', '112818.774000', '112818.777000', '112818.779000', '112818.782000', '112818.785000', '112818.787000', '112818.790000', '112818.792000', '112818.795000', '112818.798000', '112818.868000', '112818.871000', '112818.874000', '112818.876000', '112818.879000', '112818.881000', '112818.884000', '112818.887000', '112818.889000', '112818.892000', '112818.894000', '112818.897000', '112818.899000', '112818.902000', '112818.905000', '112818.907000', '112818.910000', '112838.729000', '112838.731000', '112838.734000', '112838.737000', '112838.739000', '112838.742000', '112838.745000', '112838.747000', '112838.750000', '112838.752000', '112838.755000', '112838.757000', '112838.760000', '112838.763000', '112838.765000', '112838.768000', '112838.770000', '112838.773000', '112838.775000', '112838.778000', '112838.781000', '112838.783000', '112838.786000', '112838.788000', '112838.791000', '112838.794000', '112838.796000', '112838.799000', '112838.866000', '112838.869000', '112838.872000', '112838.874000', '112838.877000', '112838.879000', '112838.882000', '112838.884000', '112838.887000', '112838.890000', '112838.892000', '112838.895000', '112838.898000', '112838.900000', '112838.903000', '112858.728000', '112858.731000', '112858.734000', '112858.737000', '112858.739000', '112858.742000', '112858.744000', '112858.747000', '112858.749000', '112858.752000', '112858.755000', '112858.757000', '112858.760000', '112858.762000', '112858.765000', '112858.768000', '112858.770000', '112858.773000', '112858.775000', '112858.778000', '112858.781000', '112858.783000', '112858.786000', '112858.788000', '112858.791000', '112858.793000', '112858.796000', '112858.799000', '112858.889000', '112858.891000', '112858.894000', '112858.896000', '112858.899000', '112858.902000', '112858.904000', '112858.907000', '112858.909000', '112858.912000', '112858.914000', '112858.917000', '112858.920000', '112858.922000', '112858.925000', '112858.927000', '112918.729000', '112918.731000', '112918.734000', '112918.737000', '112918.739000', '112918.742000', '112918.745000', '112918.747000', '112918.750000', '112918.752000', '112918.755000', '112918.758000', '112918.760000', '112918.763000', '112918.765000', '112918.768000', '112918.771000', '112918.773000', '112918.776000', '112918.778000', '112918.782000', '112918.785000', '112918.787000', '112918.790000', '112918.792000', '112918.795000', '112918.798000', '112918.873000', '112918.876000', '112918.879000', '112918.881000', '112918.884000', '112918.886000', '112918.889000', '112918.892000', '112918.894000', '112918.897000', '112918.899000', '112918.902000', '112918.904000', '112918.907000', '112918.910000', '112918.912000', '112938.730000', '112938.733000', '112938.735000', '112938.738000', '112938.741000', '112938.743000', '112938.746000', '112938.748000', '112938.751000', '112938.754000', '112938.757000', '112938.760000', '112938.762000', '112938.765000', '112938.768000', '112938.770000', '112938.773000', '112938.776000', '112938.778000', '112938.782000', '112938.784000', '112938.787000', '112938.790000', '112938.792000', '112938.795000', '112938.797000', '112938.869000', '112938.871000', '112938.874000', '112938.876000', '112938.879000', '112938.881000', '112938.884000', '112938.887000', '112938.889000', '112938.892000', '112938.894000', '112938.897000', '112938.899000', '112938.902000', '112938.905000', '112938.907000', '112938.910000', '112958.730000', '112958.733000', '112958.735000', '112958.738000', '112958.740000', '112958.743000', '112958.746000', '112958.748000', '112958.751000', '112958.753000', '112958.756000', '112958.759000', '112958.761000', '112958.764000', '112958.766000', '112958.769000', '112958.772000', '112958.774000', '112958.777000', '112958.779000', '112958.782000', '112958.784000', '112958.787000', '112958.790000', '112958.792000', '112958.795000', '112958.797000', '112958.847000', '112958.849000', '112958.858000', '112958.861000', '112958.864000', '112958.866000', '112958.869000', '112958.871000', '112958.874000', '112958.876000', '112958.879000', '112958.882000', '112958.884000', '112958.887000', '112958.889000', '112958.892000', '112958.895000', '113018.730000', '113018.733000', '113018.735000', '113018.738000', '113018.740000', '113018.743000', '113018.746000', '113018.748000', '113018.751000', '113018.753000', '113018.756000', '113018.759000', '113018.761000', '113018.764000', '113018.766000', '113018.769000', '113018.772000', '113018.774000', '113018.777000', '113018.779000', '113018.782000', '113018.785000', '113018.787000', '113018.790000', '113018.792000', '113018.795000', '113018.798000', '113018.865000', '113018.875000', '113018.877000', '113018.880000', '113018.882000', '113018.885000', '113018.887000', '113018.890000', '113018.893000', '113018.895000', '113018.898000', '113018.900000', '113018.903000', '113018.906000', '113018.908000', '113018.911000', '113018.913000', '113021.059000', '113021.062000', '113021.065000', '113021.067000', '113021.070000'], 'InstanceCreationTime': ['112038.779000', '112038.782000', '112038.785000', '112038.787000', '112038.790000', '112038.793000', '112038.795000', '112038.798000', '112038.801000', '112038.805000', '112038.808000', '112038.810000', '112038.813000', '112038.816000', '112038.818000', '112038.821000', '112038.823000', '112038.826000', '112038.828000', '112038.831000', '112038.833000', '112038.836000', '112038.839000', '112038.841000', '112038.844000', '112038.846000', '112038.849000', '112038.851000', '112038.854000', '112038.856000', '112038.859000', '112038.862000', '112058.729000', '112058.732000', '112058.735000', '112058.737000', '112058.740000', '112058.742000', '112058.745000', '112058.748000', '112058.750000', '112058.753000', '112058.755000', '112058.758000', '112058.760000', '112058.763000', '112058.766000', '112058.768000', '112058.771000', '112058.780000', '112058.782000', '112058.785000', '112058.787000', '112058.790000', '112058.793000', '112058.795000', '112058.798000', '112058.800000', '112058.803000', '112058.806000', '112058.808000', '112058.811000', '112058.813000', '112058.816000', '112058.818000', '112058.821000', '112058.824000', '112058.826000', '112058.829000', '112058.831000', '112058.834000', '112058.836000', '112058.839000', '112058.842000', '112058.844000', '112118.729000', '112118.732000', '112118.735000', '112118.737000', '112118.740000', '112118.742000', '112118.745000', '112118.747000', '112118.750000', '112118.753000', '112118.755000', '112118.758000', '112118.760000', '112118.763000', '112118.765000', '112118.772000', '112118.775000', '112118.778000', '112118.780000', '112118.783000', '112118.785000', '112118.788000', '112118.790000', '112118.793000', '112118.795000', '112118.798000', '112118.801000', '112118.803000', '112118.806000', '112118.808000', '112118.811000', '112118.814000', '112118.816000', '112118.819000', '112118.821000', '112118.824000', '112118.826000', '112118.829000', '112118.832000', '112118.834000', '112118.837000', '112118.839000', '112118.842000', '112138.728000', '112138.731000', '112138.734000', '112138.736000', '112138.739000', '112138.741000', '112138.744000', '112138.747000', '112138.749000', '112138.752000', '112138.754000', '112138.757000', '112138.759000', '112138.762000', '112138.764000', '112138.767000', '112138.770000', '112138.772000', '112138.775000', '112138.777000', '112138.780000', '112138.782000', '112138.785000', '112138.788000', '112138.790000', '112138.793000', '112138.795000', '112138.798000', '112138.801000', '112138.803000', '112138.806000', '112138.808000', '112138.811000', '112138.814000', '112138.816000', '112138.819000', '112138.821000', '112138.824000', '112138.826000', '112138.829000', '112138.831000', '112138.834000', '112138.837000', '112138.839000', '112158.728000', '112158.731000', '112158.734000', '112158.737000', '112158.739000', '112158.742000', '112158.744000', '112158.755000', '112158.758000', '112158.761000', '112158.763000', '112158.766000', '112158.768000', '112158.771000', '112158.773000', '112158.776000', '112158.779000', '112158.783000', '112158.786000', '112158.788000', '112158.791000', '112158.794000', '112158.796000', '112158.799000', '112158.827000', '112158.830000', '112158.832000', '112158.835000', '112158.838000', '112158.840000', '112158.843000', '112158.845000', '112158.848000', '112158.851000', '112158.853000', '112158.856000', '112158.858000', '112158.861000', '112158.863000', '112158.866000', '112158.868000', '112158.871000', '112158.874000', '112218.728000', '112218.731000', '112218.734000', '112218.736000', '112218.739000', '112218.741000', '112218.744000', '112218.747000', '112218.749000', '112218.752000', '112218.754000', '112218.757000', '112218.759000', '112218.762000', '112218.765000', '112218.767000', '112218.770000', '112218.772000', '112218.775000', '112218.778000', '112218.780000', '112218.783000', '112218.785000', '112218.788000', '112218.791000', '112218.793000', '112218.796000', '112218.799000', '112218.849000', '112218.852000', '112218.855000', '112218.857000', '112218.860000', '112218.862000', '112218.865000', '112218.868000', '112218.870000', '112218.873000', '112218.875000', '112218.878000', '112218.880000', '112218.883000', '112218.886000', '112218.888000', '112238.729000', '112238.732000', '112238.735000', '112238.738000', '112238.740000', '112238.743000', '112238.745000', '112238.748000', '112238.751000', '112238.753000', '112238.756000', '112238.758000', '112238.761000', '112238.763000', '112238.766000', '112238.768000', '112238.771000', '112238.774000', '112238.776000', '112238.779000', '112238.781000', '112238.784000', '112238.786000', '112238.789000', '112238.792000', '112238.794000', '112238.797000', '112238.799000', '112238.832000', '112238.834000', '112238.837000', '112238.840000', '112238.842000', '112238.845000', '112238.847000', '112238.850000', '112238.852000', '112238.855000', '112238.858000', '112238.860000', '112238.863000', '112238.865000', '112238.868000', '112258.729000', '112258.732000', '112258.735000', '112258.737000', '112258.740000', '112258.743000', '112258.745000', '112258.748000', '112258.750000', '112258.753000', '112258.755000', '112258.758000', '112258.760000', '112258.763000', '112258.766000', '112258.768000', '112258.771000', '112258.773000', '112258.776000', '112258.779000', '112258.781000', '112258.784000', '112258.786000', '112258.789000', '112258.791000', '112258.794000', '112258.797000', '112258.799000', '112258.831000', '112258.834000', '112258.836000', '112258.839000', '112258.842000', '112258.844000', '112258.847000', '112258.849000', '112258.852000', '112258.854000', '112258.857000', '112258.860000', '112258.862000', '112258.865000', '112258.867000', '112258.870000', '112318.730000', '112318.732000', '112318.735000', '112318.738000', '112318.740000', '112318.743000', '112318.745000', '112318.748000', '112318.751000', '112318.753000', '112318.756000', '112318.758000', '112318.761000', '112318.765000', '112318.768000', '112318.770000', '112318.773000', '112318.776000', '112318.778000', '112318.781000', '112318.783000', '112318.786000', '112318.788000', '112318.791000', '112318.794000', '112318.796000', '112318.799000', '112318.832000', '112318.835000', '112318.837000', '112318.840000', '112318.842000', '112318.845000', '112318.848000', '112318.850000', '112318.853000', '112318.855000', '112318.858000', '112318.860000', '112318.863000', '112318.866000', '112318.868000', '112318.871000', '112338.729000', '112338.732000', '112338.735000', '112338.737000', '112338.740000', '112338.743000', '112338.745000', '112338.748000', '112338.750000', '112338.753000', '112338.756000', '112338.758000', '112338.761000', '112338.763000', '112338.766000', '112338.768000', '112338.771000', '112338.774000', '112338.776000', '112338.779000', '112338.781000', '112338.784000', '112338.786000', '112338.789000', '112338.792000', '112338.794000', '112338.797000', '112338.799000', '112338.802000', '112338.805000', '112338.807000', '112338.810000', '112338.812000', '112338.815000', '112338.818000', '112338.820000', '112338.823000', '112338.825000', '112338.828000', '112338.830000', '112338.833000', '112338.835000', '112338.838000', '112338.841000', '112358.728000', '112358.731000', '112358.734000', '112358.736000', '112358.739000', '112358.741000', '112358.744000', '112358.747000', '112358.749000', '112358.752000', '112358.754000', '112358.757000', '112358.760000', '112358.762000', '112358.765000', '112358.767000', '112358.770000', '112358.773000', '112358.775000', '112358.778000', '112358.780000', '112358.783000', '112358.785000', '112358.788000', '112358.790000', '112358.793000', '112358.796000', '112358.798000', '112358.801000', '112358.804000', '112358.806000', '112358.809000', '112358.812000', '112358.814000', '112358.817000', '112358.819000', '112358.822000', '112358.824000', '112358.827000', '112358.829000', '112358.832000', '112358.835000', '112358.837000', '112418.728000', '112418.731000', '112418.734000', '112418.737000', '112418.739000', '112418.742000', '112418.744000', '112418.747000', '112418.749000', '112418.752000', '112418.755000', '112418.757000', '112418.760000', '112418.762000', '112418.765000', '112418.767000', '112418.770000', '112418.773000', '112418.775000', '112418.778000', '112418.780000', '112418.783000', '112418.786000', '112418.788000', '112418.791000', '112418.793000', '112418.796000', '112418.799000', '112418.801000', '112418.804000', '112418.806000', '112418.809000', '112418.812000', '112418.814000', '112418.817000', '112418.819000', '112418.822000', '112418.824000', '112418.827000', '112418.830000', '112418.832000', '112418.835000', '112418.837000', '112418.840000', '112438.729000', '112438.731000', '112438.734000', '112438.737000', '112438.739000', '112438.742000', '112438.745000', '112438.747000', '112438.750000', '112438.753000', '112438.755000', '112438.758000', '112438.760000', '112438.763000', '112438.766000', '112438.768000', '112438.771000', '112438.773000', '112438.776000', '112438.778000', '112438.781000', '112438.784000', '112438.786000', '112438.789000', '112438.791000', '112438.794000', '112438.796000', '112438.799000', '112438.841000', '112438.843000', '112438.846000', '112438.849000', '112438.851000', '112438.854000', '112438.856000', '112438.859000', '112438.863000', '112438.866000', '112438.868000', '112438.871000', '112438.873000', '112438.876000', '112438.879000', '112458.729000', '112458.732000', '112458.735000', '112458.737000', '112458.740000', '112458.743000', '112458.745000', '112458.748000', '112458.750000', '112458.753000', '112458.755000', '112458.758000', '112458.761000', '112458.763000', '112458.776000', '112458.778000', '112458.781000', '112458.783000', '112458.786000', '112458.789000', '112458.791000', '112458.794000', '112458.796000', '112458.799000', '112458.842000', '112458.844000', '112458.847000', '112458.849000', '112458.852000', '112458.854000', '112458.857000', '112458.860000', '112458.862000', '112458.865000', '112458.867000', '112458.870000', '112458.872000', '112458.875000', '112458.878000', '112458.880000', '112458.883000', '112458.885000', '112458.888000', '112458.891000', '112518.730000', '112518.732000', '112518.735000', '112518.738000', '112518.740000', '112518.743000', '112518.745000', '112518.748000', '112518.751000', '112518.753000', '112518.756000', '112518.758000', '112518.761000', '112518.764000', '112518.766000', '112518.769000', '112518.771000', '112518.774000', '112518.776000', '112518.779000', '112518.782000', '112518.784000', '112518.787000', '112518.789000', '112518.792000', '112518.795000', '112518.797000', '112518.862000', '112518.865000', '112518.868000', '112518.870000', '112518.873000', '112518.876000', '112518.878000', '112518.881000', '112518.883000', '112518.886000', '112518.889000', '112518.891000', '112518.894000', '112518.896000', '112518.899000', '112518.902000', '112538.730000', '112538.733000', '112538.735000', '112538.738000', '112538.740000', '112538.743000', '112538.746000', '112538.748000', '112538.751000', '112538.753000', '112538.756000', '112538.758000', '112538.761000', '112538.764000', '112538.766000', '112538.769000', '112538.772000', '112538.774000', '112538.777000', '112538.779000', '112538.782000', '112538.784000', '112538.787000', '112538.790000', '112538.792000', '112538.795000', '112538.798000', '112538.880000', '112538.882000', '112538.885000', '112538.888000', '112538.890000', '112538.893000', '112538.895000', '112538.898000', '112538.900000', '112538.903000', '112538.906000', '112538.908000', '112538.911000', '112538.913000', '112538.916000', '112538.919000', '112538.921000', '112558.729000', '112558.732000', '112558.735000', '112558.738000', '112558.740000', '112558.743000', '112558.745000', '112558.748000', '112558.750000', '112558.753000', '112558.756000', '112558.758000', '112558.761000', '112558.763000', '112558.766000', '112558.768000', '112558.771000', '112558.774000', '112558.776000', '112558.779000', '112558.781000', '112558.784000', '112558.786000', '112558.789000', '112558.792000', '112558.794000', '112558.797000', '112558.831000', '112558.833000', '112558.836000', '112558.839000', '112558.841000', '112558.844000', '112558.846000', '112558.849000', '112558.852000', '112558.854000', '112558.857000', '112558.860000', '112558.862000', '112558.865000', '112558.867000', '112558.870000', '112618.729000', '112618.732000', '112618.734000', '112618.737000', '112618.739000', '112618.742000', '112618.745000', '112618.747000', '112618.750000', '112618.752000', '112618.755000', '112618.758000', '112618.760000', '112618.763000', '112618.766000', '112618.768000', '112618.771000', '112618.773000', '112618.776000', '112618.779000', '112618.781000', '112618.784000', '112618.786000', '112618.789000', '112618.792000', '112618.794000', '112618.797000', '112618.855000', '112618.857000', '112618.860000', '112618.862000', '112618.865000', '112618.868000', '112618.870000', '112618.873000', '112618.875000', '112618.878000', '112618.881000', '112618.883000', '112618.900000', '112618.902000', '112618.905000', '112618.907000', '112618.910000', '112638.728000', '112638.731000', '112638.734000', '112638.736000', '112638.739000', '112638.742000', '112638.744000', '112638.747000', '112638.749000', '112638.752000', '112638.754000', '112638.757000', '112638.760000', '112638.762000', '112638.765000', '112638.767000', '112638.770000', '112638.772000', '112638.775000', '112638.778000', '112638.780000', '112638.783000', '112638.785000', '112638.788000', '112638.791000', '112638.793000', '112638.796000', '112638.799000', '112638.856000', '112638.859000', '112638.862000', '112638.864000', '112638.867000', '112638.883000', '112638.886000', '112638.888000', '112638.891000', '112638.894000', '112638.897000', '112638.900000', '112638.902000', '112638.905000', '112638.907000', '112658.729000', '112658.731000', '112658.734000', '112658.737000', '112658.739000', '112658.742000', '112658.744000', '112658.747000', '112658.750000', '112658.752000', '112658.755000', '112658.758000', '112658.760000', '112658.763000', '112658.765000', '112658.768000', '112658.771000', '112658.773000', '112658.776000', '112658.778000', '112658.781000', '112658.783000', '112658.786000', '112658.789000', '112658.791000', '112658.794000', '112658.796000', '112658.799000', '112658.851000', '112658.854000', '112658.856000', '112658.859000', '112658.862000', '112658.864000', '112658.867000', '112658.869000', '112658.872000', '112658.874000', '112658.877000', '112658.880000', '112658.882000', '112658.885000', '112658.887000', '112658.890000', '112718.730000', '112718.732000', '112718.735000', '112718.738000', '112718.740000', '112718.743000', '112718.745000', '112718.748000', '112718.751000', '112718.753000', '112718.756000', '112718.758000', '112718.761000', '112718.763000', '112718.766000', '112718.768000', '112718.771000', '112718.774000', '112718.776000', '112718.779000', '112718.781000', '112718.784000', '112718.787000', '112718.789000', '112718.792000', '112718.794000', '112718.797000', '112718.849000', '112718.852000', '112718.854000', '112718.857000', '112718.859000', '112718.862000', '112718.865000', '112718.867000', '112718.870000', '112718.872000', '112718.875000', '112718.877000', '112718.880000', '112718.883000', '112718.885000', '112718.888000', '112738.730000', '112738.732000', '112738.735000', '112738.738000', '112738.740000', '112738.743000', '112738.745000', '112738.748000', '112738.751000', '112738.753000', '112738.756000', '112738.758000', '112738.761000', '112738.764000', '112738.766000', '112738.769000', '112738.771000', '112738.774000', '112738.777000', '112738.779000', '112738.782000', '112738.784000', '112738.787000', '112738.790000', '112738.792000', '112738.795000', '112738.797000', '112738.864000', '112738.867000', '112738.869000', '112738.872000', '112738.874000', '112738.877000', '112738.880000', '112738.882000', '112738.885000', '112738.887000', '112738.890000', '112738.893000', '112738.895000', '112738.898000', '112738.900000', '112738.903000', '112738.905000', '112758.729000', '112758.732000', '112758.735000', '112758.738000', '112758.740000', '112758.743000', '112758.745000', '112758.748000', '112758.751000', '112758.753000', '112758.756000', '112758.758000', '112758.761000', '112758.764000', '112758.766000', '112758.769000', '112758.771000', '112758.774000', '112758.776000', '112758.779000', '112758.782000', '112758.784000', '112758.787000', '112758.789000', '112758.792000', '112758.795000', '112758.797000', '112758.800000', '112758.802000', '112758.805000', '112758.808000', '112758.810000', '112758.813000', '112758.816000', '112758.818000', '112758.821000', '112758.823000', '112758.826000', '112758.828000', '112758.831000', '112758.834000', '112758.836000', '112758.839000', '112818.729000', '112818.731000', '112818.734000', '112818.737000', '112818.739000', '112818.743000', '112818.745000', '112818.748000', '112818.751000', '112818.753000', '112818.756000', '112818.758000', '112818.761000', '112818.764000', '112818.766000', '112818.769000', '112818.772000', '112818.774000', '112818.777000', '112818.779000', '112818.782000', '112818.785000', '112818.787000', '112818.790000', '112818.792000', '112818.795000', '112818.798000', '112818.868000', '112818.871000', '112818.874000', '112818.876000', '112818.879000', '112818.881000', '112818.884000', '112818.887000', '112818.889000', '112818.892000', '112818.894000', '112818.897000', '112818.899000', '112818.902000', '112818.905000', '112818.907000', '112818.910000', '112838.729000', '112838.731000', '112838.734000', '112838.737000', '112838.739000', '112838.742000', '112838.745000', '112838.747000', '112838.750000', '112838.752000', '112838.755000', '112838.757000', '112838.760000', '112838.763000', '112838.765000', '112838.768000', '112838.770000', '112838.773000', '112838.775000', '112838.778000', '112838.781000', '112838.783000', '112838.786000', '112838.788000', '112838.791000', '112838.794000', '112838.796000', '112838.799000', '112838.866000', '112838.869000', '112838.872000', '112838.874000', '112838.877000', '112838.879000', '112838.882000', '112838.884000', '112838.887000', '112838.890000', '112838.892000', '112838.895000', '112838.898000', '112838.900000', '112838.903000', '112858.728000', '112858.731000', '112858.734000', '112858.737000', '112858.739000', '112858.742000', '112858.744000', '112858.747000', '112858.749000', '112858.752000', '112858.755000', '112858.757000', '112858.760000', '112858.762000', '112858.765000', '112858.768000', '112858.770000', '112858.773000', '112858.775000', '112858.778000', '112858.781000', '112858.783000', '112858.786000', '112858.788000', '112858.791000', '112858.793000', '112858.796000', '112858.799000', '112858.889000', '112858.891000', '112858.894000', '112858.896000', '112858.899000', '112858.902000', '112858.904000', '112858.907000', '112858.909000', '112858.912000', '112858.914000', '112858.917000', '112858.920000', '112858.922000', '112858.925000', '112858.927000', '112918.729000', '112918.731000', '112918.734000', '112918.737000', '112918.739000', '112918.742000', '112918.745000', '112918.747000', '112918.750000', '112918.752000', '112918.755000', '112918.758000', '112918.760000', '112918.763000', '112918.765000', '112918.768000', '112918.771000', '112918.773000', '112918.776000', '112918.778000', '112918.782000', '112918.785000', '112918.787000', '112918.790000', '112918.792000', '112918.795000', '112918.798000', '112918.873000', '112918.876000', '112918.879000', '112918.881000', '112918.884000', '112918.886000', '112918.889000', '112918.892000', '112918.894000', '112918.897000', '112918.899000', '112918.902000', '112918.904000', '112918.907000', '112918.910000', '112918.912000', '112938.730000', '112938.733000', '112938.735000', '112938.738000', '112938.741000', '112938.743000', '112938.746000', '112938.748000', '112938.751000', '112938.754000', '112938.757000', '112938.760000', '112938.762000', '112938.765000', '112938.768000', '112938.770000', '112938.773000', '112938.776000', '112938.778000', '112938.782000', '112938.784000', '112938.787000', '112938.790000', '112938.792000', '112938.795000', '112938.797000', '112938.869000', '112938.871000', '112938.874000', '112938.876000', '112938.879000', '112938.881000', '112938.884000', '112938.887000', '112938.889000', '112938.892000', '112938.894000', '112938.897000', '112938.899000', '112938.902000', '112938.905000', '112938.907000', '112938.910000', '112958.730000', '112958.733000', '112958.735000', '112958.738000', '112958.740000', '112958.743000', '112958.746000', '112958.748000', '112958.751000', '112958.753000', '112958.756000', '112958.759000', '112958.761000', '112958.764000', '112958.766000', '112958.769000', '112958.772000', '112958.774000', '112958.777000', '112958.779000', '112958.782000', '112958.784000', '112958.787000', '112958.790000', '112958.792000', '112958.795000', '112958.797000', '112958.847000', '112958.849000', '112958.858000', '112958.861000', '112958.864000', '112958.866000', '112958.869000', '112958.871000', '112958.874000', '112958.876000', '112958.879000', '112958.882000', '112958.884000', '112958.887000', '112958.889000', '112958.892000', '112958.895000', '113018.730000', '113018.733000', '113018.735000', '113018.738000', '113018.740000', '113018.743000', '113018.746000', '113018.748000', '113018.751000', '113018.753000', '113018.756000', '113018.759000', '113018.761000', '113018.764000', '113018.766000', '113018.769000', '113018.772000', '113018.774000', '113018.777000', '113018.779000', '113018.782000', '113018.785000', '113018.787000', '113018.790000', '113018.792000', '113018.795000', '113018.798000', '113018.865000', '113018.875000', '113018.877000', '113018.880000', '113018.882000', '113018.885000', '113018.887000', '113018.890000', '113018.893000', '113018.895000', '113018.898000', '113018.900000', '113018.903000', '113018.906000', '113018.908000', '113018.911000', '113018.913000', '113021.059000', '113021.062000', '113021.065000', '113021.067000', '113021.070000'], '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], 'LargestImagePixelValue': [12613, 11364, 10383, 11774, 18718, 16674, 11272, 10737, 11009, 10780, 11090, 17829, 11914, 10638, 10980, 10707, 14760, 11211, 11292, 11202, 11087, 15452, 11104, 11197, 11443, 16318, 15330, 11311, 11490, 11083, 10785, 11248, 10896, 17238, 16467, 18482, 12444, 10352, 10960, 14499, 19325, 12082, 10863, 11492, 10285, 14572, 11155, 11765, 11451, 15255, 14097, 10988, 11141, 11019, 16753, 12691, 12105, 11331, 11135, 18386, 17442, 17224, 11075, 9813, 11305, 11180, 18237, 11116, 9901, 11172, 10974, 18407, 11351, 9978, 11070, 11195, 17635, 13019, 11056, 11278, 11065, 14778, 16592, 17085, 12046, 10081, 11094, 13283, 18419, 12870, 10350, 11031, 13093, 16370, 11699, 11305, 11079, 16747, 16233, 11112, 10135, 11379, 16843, 11839, 11224, 10856, 11043, 19536, 13014, 10196, 11169, 11438, 16549, 11315, 11310, 11206, 10519, 13154, 11158, 11582, 10979, 12698, 12590, 10742, 11045, 10727, 17155, 15379, 13757, 10763, 11392, 17370, 15366, 13320, 11027, 11481, 15264, 16553, 15865, 10553, 10790, 12332, 14042, 15313, 10835, 10788, 11680, 11586, 14968, 11031, 10248, 11282, 11555, 13714, 13360, 10967, 12084, 11530, 15051, 18434, 13002, 10128, 10873, 11260, 19392, 16097, 11663, 10721, 10735, 12828, 13225, 12314, 10818, 11028, 16420, 15199, 11018, 10427, 11061, 14880, 14109, 10895, 10961, 11454, 15538, 15588, 11153, 11424, 11730, 17815, 16431, 10828, 11289, 11252, 12326, 15791, 11697, 11344, 10953, 11490, 12250, 14063, 12201, 10977, 12016, 11470, 12094, 12679, 11099, 15586, 15390, 11199, 11021, 11205, 15846, 17276, 10829, 9893, 11415, 11899, 19454, 12795, 10138, 10849, 11306, 17019, 16709, 14107, 10939, 11141, 11146, 11882, 13277, 13997, 11254, 9780, 11635, 12657, 16189, 11012, 11126, 16165, 13820, 12296, 10544, 11570, 18521, 15136, 11657, 10379, 11713, 18755, 16111, 11334, 9999, 10967, 15963, 17174, 15474, 11608, 11267, 10316, 11187, 14123, 17627, 11400, 9364, 10903, 11540, 15922, 11164, 11133, 11339, 11686, 14748, 10788, 11078, 12942, 12262, 9544, 10612, 11050, 16935, 17329, 19352, 14129, 10983, 9654, 10813, 10016, 11796, 12355, 10701, 12044, 11011, 11662, 18477, 11486, 10267, 10953, 11302, 16636, 17239, 11404, 10867, 11367, 17513, 13941, 10574, 11086, 11417, 11566, 10955, 10789, 13258, 12279, 11196, 10349, 11122, 15535, 15554, 13713, 10962, 11185, 13147, 14935, 17742, 11063, 10525, 10739, 11336, 19117, 12434, 10194, 11429, 11351, 15809, 11575, 10305, 11429, 11426, 17033, 11061, 11250, 13957, 14346, 15757, 10877, 11541, 17856, 14436, 13568, 10891, 11503, 20307, 15726, 11462, 10950, 11021, 12538, 14608, 14578, 10973, 10072, 11635, 11613, 13593, 12632, 11331, 10047, 11473, 11961, 18380, 13008, 10939, 11851, 11603, 17092, 14284, 11203, 12680, 14375, 17182, 13689, 11300, 17279, 15934, 12898, 10533, 11356, 16555, 16620, 14649, 10970, 11196, 11341, 11677, 15824, 12270, 11069, 11994, 11281, 13012, 18734, 11516, 10872, 10905, 11620, 16694, 11952, 10483, 10836, 12484, 18252, 11497, 9987, 10569, 14307, 17064, 10911, 9880, 14916, 14918, 15153, 11412, 11052, 14016, 15245, 14983, 11065, 10589, 11447, 11109, 15487, 14819, 11072, 9907, 11462, 11266, 18926, 13115, 10724, 11827, 11477, 16901, 14848, 10827, 10884, 11512, 17418, 16549, 11907, 11086, 13197, 17049, 15625, 11056, 10162, 14046, 17158, 17438, 10971, 10864, 11187, 12213, 17780, 12068, 10565, 10117, 10945, 14641, 14656, 11339, 10219, 11566, 12836, 15956, 11121, 11803, 11569, 14678, 16325, 11139, 11150, 10799, 14270, 17772, 11032, 10484, 11057, 12957, 19667, 12407, 9772, 11418, 10877, 13016, 14075, 10559, 11312, 11483, 12025, 16874, 13082, 13643, 11112, 10234, 11508, 13535, 18144, 11700, 10904, 13699, 16006, 15333, 11018, 10251, 13831, 11208, 11193, 11259, 15836, 15021, 10630, 10780, 11454, 17744, 17322, 11541, 10282, 11465, 12091, 17527, 19902, 16935, 11353, 9958, 10805, 10859, 15984, 11624, 10321, 10644, 11130, 16490, 10845, 10806, 10837, 11364, 14786, 10492, 11277, 15925, 15219, 11082, 10437, 11125, 12869, 16297, 14576, 13177, 11234, 10613, 11996, 12516, 15144, 11136, 10661, 10538, 11206, 17726, 13500, 11018, 10757, 11613, 12480, 12316, 11134, 10047, 11616, 14075, 13560, 10241, 11855, 11160, 18323, 14955, 11092, 11989, 11232, 14932, 19784, 12827, 11829, 11407, 10942, 16363, 14807, 14358, 10887, 10988, 11410, 11526, 14511, 10768, 10564, 10656, 11073, 15668, 14044, 10708, 11596, 10601, 15263, 19170, 12952, 11494, 10800, 11360, 14627, 14106, 14917, 10596, 11119, 12740, 11861, 11100, 10716, 10976, 14016, 11478, 10544, 10610, 11037, 17024, 11486, 11298, 11224, 14666, 18798, 12431, 11458, 11070, 11019, 16908, 11249, 10803, 11241, 10698, 14276, 16676, 22608, 18260, 11098, 10561, 10748, 9886, 11193, 11096, 11354, 11482, 11276, 11601, 10731, 11508, 11150, 11225, 11624, 10938, 16171, 14895, 15179, 16009, 12816, 18930, 15616, 14099, 10830, 11632, 11899, 10634, 12044, 9762, 11527, 13400, 10928, 17664, 12719, 11279, 9903, 11211, 10475, 11544, 11477, 14908, 11373, 9882, 10920, 11031, 11769, 11333, 11221, 10885, 11104, 12434, 11119, 12280, 11154, 10525, 11957, 10842, 17414, 14017, 14743, 11211, 11058, 13007, 12335, 19510, 13752, 11075, 10642, 11260, 16008, 13951, 11184, 10634, 10807, 11009, 10866, 15067, 11143, 10688, 11241, 11356, 15242, 11451, 9788, 11142, 11991, 15371, 11214, 10856, 12748, 11772, 13104, 10653, 18106, 14551, 11669, 10563, 10965, 15296, 14213, 11775, 11243, 10490, 11411, 12441, 18054, 11253, 9572, 10139, 10929, 13303, 15577, 9439, 11795, 11274, 10626, 10525, 11210, 11184, 16619, 14521, 13297, 10991, 11015, 19302, 14677, 12092, 10183, 11564, 19992, 15668, 14292, 11344, 10655, 12744, 11170, 12947, 11592, 9940, 11129, 12065, 12729, 10991, 9935, 11305, 12463, 15479, 10982, 10998, 11410, 13943, 14140, 10246, 11171, 11213, 17125, 11534, 9967, 10965, 11034, 16829, 11205, 9896, 11292, 11075, 15670, 12576, 10250, 11543, 11302, 16900, 15298, 10963, 11189, 10803, 16963, 15611, 12547, 11092, 11072, 12194, 11201, 15462, 15106, 10887, 12579, 11460, 12332, 10791, 10543, 15859, 12906, 12447, 10922, 11032, 17791, 13337, 10665, 10538, 10841, 15812, 14590, 11825, 11258, 10498, 10188, 11328, 9602, 11247, 10589, 14270, 12962, 10255, 11771, 11043, 11037, 12655, 14261, 14488, 11162, 9749, 11468, 11788, 16991, 11236, 9757, 11422, 12072, 16723, 10878, 10235, 15096, 15452, 17317, 11053, 10690, 14695, 13239, 15713, 10547, 11286, 14717, 14025, 13737, 11149, 10238, 10735, 12797, 15089, 11160, 9441, 10778, 10951, 16430, 11486, 9623, 11594, 10532, 15103, 11201, 9494, 11551, 10935, 14240, 11129, 11276, 11156, 12366, 14037, 10897, 11742, 12172, 20089, 18170, 11935, 11097, 11276, 11144, 18267, 12604, 9859, 11213, 10897, 13968, 12494, 9934, 11475, 11009, 13570, 11596, 10458, 11105, 11478, 15980, 15396, 10466, 11772, 11385, 11239, 19694, 15960, 13948, 10678, 11050, 14455, 12367, 14124, 10921, 10645, 15803, 11123, 10175, 10686, 11269, 15124, 11015, 10601, 11953, 11843, 16035, 10613, 10779, 10944, 11316, 18105, 12393, 10668, 11803, 11395, 13936, 14360, 11342, 11231, 10728, 11955, 11687, 10300, 10755, 10507, 14479, 12066, 9749, 11409, 10890, 13087, 13837, 10912, 10999, 11522, 12255, 16045, 12471, 11754, 11455, 10404, 12304, 14747, 18949, 12036, 10061, 10607, 11325, 19042, 13326, 10301, 10746, 10934, 16263, 11108, 10761, 10971, 11718, 16219, 11168, 11518, 12024, 12224, 16601, 10820, 11115, 10836, 11348, 17071, 11866, 10581, 10305, 11420, 15208, 12793, 10900, 9614, 11427, 10303, 13853, 10545, 9338, 11555, 10452, 15041, 10222, 12298, 11539, 10628, 15747, 10891, 9274, 12329, 16802, 19776, 13390, 9941, 11698, 11260, 17839, 15485, 10976, 10132, 11276, 10798, 16357, 11310, 11143, 11711, 10823, 15561, 11394, 10911, 11127, 11400, 17839, 11527, 10771, 10545, 15982, 19922, 13996, 11103, 10601, 11455, 17287, 11527, 10296, 10745, 11456, 17637, 11719, 9301, 11172, 10654, 15201, 11569, 9697, 10578, 11123, 14838, 12980, 10629, 11849, 11298, 10386, 11945, 10579, 10266, 11282, 10116, 14439, 10819, 11629, 11786, 11017, 17940, 11963, 10293, 11147, 14275, 17849, 11586, 9749, 11632, 14740, 17819, 11359, 9336, 10801, 10416, 17574, 11691, 10099, 11603, 11343, 16406, 11588, 10377, 11383, 11162, 12980, 11505, 10349, 9998, 11254, 10957, 13372, 10545, 10621, 11365, 11744, 18477, 12733, 10677, 11082, 11238, 19303, 15981, 12499, 11954, 11034, 10469, 11443, 17625, 20155, 13047, 10224, 11020, 11573, 15577, 12069, 11011, 10844, 11524, 16261, 12288, 10718, 11538, 11498, 11709, 10712, 11027, 15442, 12803, 11013, 10599, 11372, 17373, 13717, 10998, 11277, 10885, 10987, 10517, 14987, 12916, 10818, 9844, 10883, 11086, 15194, 11533, 10439, 11445, 10746, 10236, 10857, 10968, 14692, 11252, 10214, 11669, 13587, 18626, 13061, 11372, 17102, 15776, 17191, 12588, 11261, 18664, 13417, 11871, 10225, 11084, 17356, 11450, 9514, 10737, 10632, 16929, 10888, 10663, 10999, 11357, 11548, 11841, 10981, 10166, 11090, 9977, 11718, 10335, 11057, 11275, 10542, 13056, 11005, 11482, 11337, 13178, 16341, 11294, 13451, 11204, 15149, 17038, 11419, 12717, 11023, 18671, 17959, 11747, 10824, 10788, 12203, 18566, 11540, 11431, 11297, 10633, 11756, 11026, 10166, 11067, 10778, 10858, 11079, 11049, 11679, 11028, 10272, 10753, 13244, 18791, 13170, 11453, 10912], 'WindowCenter': [5187.0, 5145.0, 5108.0, 5132.0, 5180.0, 5153.0, 5077.0, 5064.0, 5070.0, 5079.0, 5076.0, 5146.0, 5085.0, 5052.0, 5060.0, 5066.0, 5112.0, 5074.0, 5074.0, 5066.0, 5076.0, 5125.0, 5080.0, 5077.0, 5101.0, 5146.0, 5135.0, 5077.0, 5074.0, 5078.0, 5064.0, 5056.0, 5072.0, 5151.0, 5148.0, 5157.0, 5084.0, 5052.0, 5078.0, 5115.0, 5156.0, 5083.0, 5052.0, 5057.0, 5054.0, 5108.0, 5073.0, 5067.0, 5089.0, 5123.0, 5112.0, 5059.0, 5068.0, 5090.0, 5128.0, 5106.0, 5087.0, 5069.0, 5084.0, 5153.0, 5141.0, 5138.0, 5059.0, 5042.0, 5085.0, 5083.0, 5154.0, 5078.0, 5045.0, 5089.0, 5082.0, 5164.0, 5079.0, 5049.0, 5090.0, 5088.0, 5157.0, 5116.0, 5078.0, 5075.0, 5096.0, 5125.0, 5157.0, 5145.0, 5087.0, 5050.0, 5091.0, 5106.0, 5156.0, 5097.0, 5055.0, 5073.0, 5103.0, 5119.0, 5067.0, 5075.0, 5072.0, 5134.0, 5119.0, 5061.0, 5048.0, 5081.0, 5128.0, 5075.0, 5058.0, 5070.0, 5087.0, 5151.0, 5089.0, 5038.0, 5075.0, 5067.0, 5129.0, 5071.0, 5064.0, 5077.0, 5063.0, 5103.0, 5074.0, 5068.0, 5060.0, 5088.0, 5097.0, 5066.0, 5057.0, 5088.0, 5145.0, 5134.0, 5099.0, 5058.0, 5084.0, 5140.0, 5136.0, 5093.0, 5044.0, 5086.0, 5117.0, 5138.0, 5118.0, 5052.0, 5059.0, 5095.0, 5117.0, 5112.0, 5046.0, 5064.0, 5085.0, 5084.0, 5123.0, 5066.0, 5055.0, 5088.0, 5084.0, 5122.0, 5114.0, 5078.0, 5089.0, 5093.0, 5123.0, 5163.0, 5101.0, 5047.0, 5090.0, 5087.0, 5166.0, 5148.0, 5068.0, 5063.0, 5075.0, 5107.0, 5119.0, 5086.0, 5055.0, 5078.0, 5136.0, 5128.0, 5057.0, 5048.0, 5081.0, 5107.0, 5110.0, 5052.0, 5046.0, 5088.0, 5120.0, 5136.0, 5057.0, 5067.0, 5094.0, 5140.0, 5129.0, 5065.0, 5050.0, 5073.0, 5088.0, 5120.0, 5083.0, 5059.0, 5062.0, 5078.0, 5081.0, 5119.0, 5077.0, 5058.0, 5095.0, 5072.0, 5091.0, 5089.0, 5072.0, 5120.0, 5119.0, 5078.0, 5054.0, 5082.0, 5118.0, 5145.0, 5064.0, 5037.0, 5081.0, 5095.0, 5166.0, 5093.0, 5041.0, 5059.0, 5072.0, 5129.0, 5135.0, 5116.0, 5059.0, 5069.0, 5081.0, 5085.0, 5109.0, 5098.0, 5058.0, 5068.0, 5072.0, 5104.0, 5128.0, 5059.0, 5082.0, 5125.0, 5111.0, 5084.0, 5049.0, 5087.0, 5151.0, 5120.0, 5057.0, 5051.0, 5080.0, 5137.0, 5131.0, 5057.0, 5028.0, 5069.0, 5119.0, 5128.0, 5120.0, 5068.0, 5055.0, 5065.0, 5070.0, 5102.0, 5128.0, 5074.0, 5027.0, 5058.0, 5069.0, 5118.0, 5063.0, 5068.0, 5069.0, 5082.0, 5114.0, 5058.0, 5071.0, 5091.0, 5091.0, 5039.0, 5046.0, 5083.0, 5141.0, 5130.0, 5165.0, 5112.0, 5063.0, 5039.0, 5059.0, 5049.0, 5078.0, 5112.0, 5075.0, 5102.0, 5081.0, 5098.0, 5152.0, 5085.0, 5054.0, 5065.0, 5070.0, 5132.0, 5141.0, 5074.0, 5072.0, 5086.0, 5142.0, 5105.0, 5050.0, 5071.0, 5069.0, 5075.0, 5056.0, 5064.0, 5093.0, 5088.0, 5075.0, 5049.0, 5084.0, 5132.0, 5123.0, 5102.0, 5050.0, 5076.0, 5088.0, 5111.0, 5145.0, 5059.0, 5056.0, 5078.0, 5084.0, 5154.0, 5093.0, 5050.0, 5074.0, 5072.0, 5125.0, 5082.0, 5064.0, 5094.0, 5086.0, 5142.0, 5077.0, 5076.0, 5119.0, 5121.0, 5124.0, 5059.0, 5094.0, 5140.0, 5111.0, 5097.0, 5083.0, 5083.0, 5165.0, 5139.0, 5058.0, 5053.0, 5073.0, 5080.0, 5121.0, 5128.0, 5078.0, 5052.0, 5085.0, 5097.0, 5112.0, 5091.0, 5073.0, 5068.0, 5096.0, 5097.0, 5167.0, 5116.0, 5071.0, 5082.0, 5084.0, 5161.0, 5112.0, 5075.0, 5102.0, 5121.0, 5138.0, 5093.0, 5074.0, 5128.0, 5128.0, 5081.0, 5037.0, 5077.0, 5131.0, 5131.0, 5111.0, 5044.0, 5057.0, 5073.0, 5071.0, 5124.0, 5071.0, 5062.0, 5069.0, 5075.0, 5100.0, 5149.0, 5073.0, 5044.0, 5062.0, 5083.0, 5127.0, 5073.0, 5046.0, 5058.0, 5091.0, 5149.0, 5072.0, 5051.0, 5063.0, 5109.0, 5135.0, 5061.0, 5069.0, 5110.0, 5120.0, 5106.0, 5070.0, 5083.0, 5112.0, 5132.0, 5120.0, 5056.0, 5046.0, 5085.0, 5068.0, 5132.0, 5124.0, 5069.0, 5056.0, 5085.0, 5074.0, 5162.0, 5106.0, 5060.0, 5082.0, 5098.0, 5152.0, 5121.0, 5062.0, 5073.0, 5086.0, 5147.0, 5135.0, 5071.0, 5073.0, 5103.0, 5143.0, 5107.0, 5065.0, 5062.0, 5113.0, 5141.0, 5119.0, 5045.0, 5056.0, 5072.0, 5080.0, 5140.0, 5081.0, 5048.0, 5045.0, 5071.0, 5107.0, 5112.0, 5056.0, 5034.0, 5082.0, 5088.0, 5128.0, 5061.0, 5070.0, 5085.0, 5111.0, 5135.0, 5059.0, 5057.0, 5071.0, 5114.0, 5137.0, 5053.0, 5047.0, 5071.0, 5105.0, 5159.0, 5092.0, 5036.0, 5063.0, 5077.0, 5105.0, 5127.0, 5058.0, 5068.0, 5092.0, 5094.0, 5140.0, 5106.0, 5112.0, 5074.0, 5060.0, 5080.0, 5117.0, 5155.0, 5082.0, 5071.0, 5103.0, 5138.0, 5112.0, 5059.0, 5063.0, 5099.0, 5060.0, 5045.0, 5073.0, 5122.0, 5122.0, 5053.0, 5060.0, 5072.0, 5127.0, 5132.0, 5063.0, 5027.0, 5073.0, 5082.0, 5123.0, 5151.0, 5115.0, 5057.0, 5025.0, 5063.0, 5062.0, 5119.0, 5069.0, 5039.0, 5062.0, 5071.0, 5126.0, 5046.0, 5059.0, 5072.0, 5071.0, 5113.0, 5049.0, 5069.0, 5119.0, 5119.0, 5053.0, 5036.0, 5069.0, 5090.0, 5117.0, 5113.0, 5073.0, 5056.0, 5058.0, 5077.0, 5092.0, 5108.0, 5057.0, 5046.0, 5071.0, 5073.0, 5132.0, 5101.0, 5058.0, 5044.0, 5074.0, 5092.0, 5084.0, 5061.0, 5048.0, 5086.0, 5113.0, 5087.0, 5048.0, 5090.0, 5083.0, 5151.0, 5111.0, 5059.0, 5069.0, 5071.0, 5109.0, 5165.0, 5091.0, 5070.0, 5075.0, 5060.0, 5114.0, 5126.0, 5095.0, 5046.0, 5059.0, 5084.0, 5074.0, 5111.0, 5048.0, 5054.0, 5074.0, 5075.0, 5125.0, 5103.0, 5046.0, 5068.0, 5065.0, 5109.0, 5155.0, 5082.0, 5046.0, 5044.0, 5067.0, 5098.0, 5112.0, 5098.0, 5035.0, 5069.0, 5078.0, 5079.0, 5062.0, 5035.0, 5061.0, 5098.0, 5085.0, 5046.0, 5058.0, 5062.0, 5135.0, 5059.0, 5056.0, 5068.0, 5107.0, 5138.0, 5069.0, 5043.0, 5069.0, 5059.0, 5127.0, 5068.0, 5047.0, 5057.0, 5062.0, 5098.0, 5133.0, 5175.0, 5142.0, 5058.0, 5034.0, 5045.0, 5051.0, 5072.0, 5061.0, 5073.0, 5097.0, 5087.0, 5084.0, 5077.0, 5097.0, 5071.0, 5060.0, 5058.0, 5048.0, 5119.0, 5109.0, 5099.0, 5110.0, 5099.0, 5149.0, 5111.0, 5077.0, 5031.0, 5046.0, 5055.0, 5037.0, 5054.0, 5013.0, 5056.0, 5088.0, 5046.0, 5113.0, 5074.0, 5048.0, 5007.0, 5045.0, 5047.0, 5057.0, 5071.0, 5108.0, 5070.0, 5026.0, 5047.0, 5049.0, 5073.0, 5073.0, 5055.0, 5072.0, 5069.0, 5096.0, 5075.0, 5096.0, 5071.0, 5062.0, 5070.0, 5079.0, 5143.0, 5101.0, 5111.0, 5061.0, 5063.0, 5089.0, 5086.0, 5142.0, 5090.0, 5048.0, 5051.0, 5076.0, 5120.0, 5116.0, 5061.0, 5051.0, 5063.0, 5060.0, 5061.0, 5110.0, 5073.0, 5061.0, 5084.0, 5074.0, 5120.0, 5085.0, 5052.0, 5073.0, 5086.0, 5121.0, 5070.0, 5080.0, 5106.0, 5084.0, 5079.0, 5080.0, 5141.0, 5126.0, 5063.0, 5049.0, 5074.0, 5123.0, 5117.0, 5073.0, 5058.0, 5060.0, 5083.0, 5090.0, 5144.0, 5068.0, 5042.0, 5047.0, 5077.0, 5100.0, 5145.0, 5057.0, 5081.0, 5073.0, 5062.0, 5063.0, 5073.0, 5098.0, 5144.0, 5127.0, 5102.0, 5074.0, 5072.0, 5153.0, 5127.0, 5069.0, 5053.0, 5072.0, 5139.0, 5121.0, 5087.0, 5047.0, 5060.0, 5077.0, 5062.0, 5066.0, 5062.0, 5050.0, 5059.0, 5081.0, 5074.0, 5045.0, 5043.0, 5068.0, 5079.0, 5110.0, 5059.0, 5045.0, 5074.0, 5099.0, 5099.0, 5041.0, 5057.0, 5073.0, 5127.0, 5072.0, 5040.0, 5070.0, 5075.0, 5129.0, 5072.0, 5043.0, 5076.0, 5089.0, 5125.0, 5108.0, 5053.0, 5069.0, 5085.0, 5142.0, 5136.0, 5065.0, 5065.0, 5078.0, 5131.0, 5126.0, 5084.0, 5060.0, 5054.0, 5077.0, 5072.0, 5123.0, 5125.0, 5063.0, 5092.0, 5084.0, 5082.0, 5048.0, 5068.0, 5121.0, 5082.0, 5079.0, 5049.0, 5072.0, 5127.0, 5107.0, 5042.0, 5035.0, 5060.0, 5111.0, 5112.0, 5069.0, 5044.0, 5046.0, 5050.0, 5059.0, 5044.0, 5059.0, 5078.0, 5110.0, 5102.0, 5063.0, 5067.0, 5072.0, 5071.0, 5091.0, 5111.0, 5110.0, 5072.0, 5046.0, 5086.0, 5083.0, 5145.0, 5073.0, 5043.0, 5084.0, 5094.0, 5136.0, 5062.0, 5068.0, 5113.0, 5126.0, 5121.0, 5063.0, 5063.0, 5098.0, 5089.0, 5107.0, 5055.0, 5064.0, 5098.0, 5089.0, 5073.0, 5042.0, 5050.0, 5049.0, 5076.0, 5108.0, 5059.0, 5027.0, 5060.0, 5058.0, 5122.0, 5063.0, 5029.0, 5073.0, 5050.0, 5110.0, 5059.0, 5041.0, 5083.0, 5063.0, 5110.0, 5059.0, 5074.0, 5076.0, 5092.0, 5098.0, 5062.0, 5086.0, 5080.0, 5161.0, 5140.0, 5070.0, 5050.0, 5073.0, 5061.0, 5139.0, 5091.0, 5037.0, 5058.0, 5074.0, 5099.0, 5094.0, 5039.0, 5060.0, 5074.0, 5104.0, 5085.0, 5050.0, 5074.0, 5084.0, 5144.0, 5122.0, 5065.0, 5067.0, 5095.0, 5071.0, 5153.0, 5134.0, 5101.0, 5047.0, 5062.0, 5096.0, 5084.0, 5099.0, 5049.0, 5065.0, 5108.0, 5061.0, 5041.0, 5047.0, 5070.0, 5107.0, 5050.0, 5052.0, 5083.0, 5084.0, 5120.0, 5042.0, 5046.0, 5060.0, 5073.0, 5126.0, 5080.0, 5033.0, 5052.0, 5073.0, 5088.0, 5103.0, 5065.0, 5049.0, 5062.0, 5068.0, 5071.0, 5050.0, 5046.0, 5063.0, 5096.0, 5097.0, 5041.0, 5058.0, 5074.0, 5099.0, 5114.0, 5063.0, 5050.0, 5086.0, 5093.0, 5135.0, 5092.0, 5066.0, 5073.0, 5074.0, 5081.0, 5115.0, 5151.0, 5073.0, 5041.0, 5067.0, 5062.0, 5149.0, 5090.0, 5040.0, 5061.0, 5060.0, 5121.0, 5047.0, 5047.0, 5059.0, 5084.0, 5107.0, 5046.0, 5070.0, 5079.0, 5066.0, 5122.0, 5050.0, 5059.0, 5063.0, 5061.0, 5128.0, 5068.0, 5036.0, 5051.0, 5070.0, 5107.0, 5091.0, 5050.0, 5016.0, 5070.0, 5048.0, 5102.0, 5050.0, 5019.0, 5086.0, 5064.0, 5122.0, 5051.0, 5067.0, 5087.0, 5060.0, 5124.0, 5062.0, 5044.0, 5093.0, 5141.0, 5164.0, 5087.0, 5028.0, 5094.0, 5072.0, 5138.0, 5133.0, 5062.0, 5041.0, 5074.0, 5059.0, 5132.0, 5060.0, 5048.0, 5080.0, 5059.0, 5123.0, 5062.0, 5048.0, 5071.0, 5070.0, 5146.0, 5061.0, 5061.0, 5064.0, 5118.0, 5150.0, 5073.0, 5044.0, 5051.0, 5057.0, 5119.0, 5055.0, 5036.0, 5048.0, 5060.0, 5127.0, 5053.0, 5015.0, 5066.0, 5047.0, 5112.0, 5069.0, 5028.0, 5049.0, 5071.0, 5112.0, 5095.0, 5049.0, 5056.0, 5075.0, 5050.0, 5083.0, 5052.0, 5041.0, 5071.0, 5049.0, 5111.0, 5063.0, 5057.0, 5084.0, 5076.0, 5140.0, 5073.0, 5050.0, 5074.0, 5112.0, 5131.0, 5056.0, 5041.0, 5072.0, 5109.0, 5140.0, 5049.0, 5029.0, 5057.0, 5048.0, 5129.0, 5069.0, 5046.0, 5071.0, 5071.0, 5117.0, 5072.0, 5038.0, 5071.0, 5071.0, 5086.0, 5083.0, 5049.0, 5041.0, 5071.0, 5076.0, 5100.0, 5052.0, 5064.0, 5082.0, 5085.0, 5152.0, 5093.0, 5052.0, 5073.0, 5077.0, 5148.0, 5133.0, 5090.0, 5069.0, 5065.0, 5061.0, 5070.0, 5138.0, 5153.0, 5078.0, 5036.0, 5064.0, 5074.0, 5121.0, 5071.0, 5052.0, 5065.0, 5074.0, 5124.0, 5066.0, 5049.0, 5070.0, 5074.0, 5061.0, 5039.0, 5065.0, 5107.0, 5091.0, 5051.0, 5037.0, 5074.0, 5129.0, 5098.0, 5047.0, 5044.0, 5051.0, 5057.0, 5054.0, 5108.0, 5087.0, 5052.0, 5028.0, 5059.0, 5071.0, 5109.0, 5071.0, 5062.0, 5069.0, 5058.0, 5065.0, 5075.0, 5079.0, 5113.0, 5073.0, 5055.0, 5083.0, 5105.0, 5139.0, 5081.0, 5082.0, 5117.0, 5119.0, 5119.0, 5065.0, 5066.0, 5128.0, 5077.0, 5052.0, 5053.0, 5061.0, 5116.0, 5061.0, 5028.0, 5062.0, 5053.0, 5114.0, 5062.0, 5037.0, 5044.0, 5071.0, 5058.0, 5070.0, 5063.0, 5037.0, 5063.0, 5055.0, 5081.0, 5056.0, 5057.0, 5071.0, 5062.0, 5100.0, 5066.0, 5070.0, 5089.0, 5090.0, 5132.0, 5072.0, 5090.0, 5082.0, 5110.0, 5130.0, 5057.0, 5094.0, 5064.0, 5141.0, 5129.0, 5055.0, 5045.0, 5059.0, 5076.0, 5143.0, 5068.0, 5048.0, 5046.0, 5062.0, 5082.0, 5059.0, 5049.0, 5060.0, 5045.0, 5060.0, 5074.0, 5084.0, 5090.0, 5063.0, 5066.0, 5076.0, 5109.0, 5168.0, 5104.0, 5062.0, 5049.0], 'WindowWidth': [11269.0, 11185.0, 11119.0, 11145.0, 11190.0, 11147.0, 11032.0, 11006.0, 11016.0, 11033.0, 11026.0, 11120.0, 11033.0, 10984.0, 10990.0, 11006.0, 11063.0, 11016.0, 11014.0, 11003.0, 11020.0, 11087.0, 11029.0, 11025.0, 11069.0, 11120.0, 11105.0, 11021.0, 11011.0, 11022.0, 10999.0, 10987.0, 11016.0, 11127.0, 11125.0, 11137.0, 11029.0, 10986.0, 11028.0, 11072.0, 11134.0, 11026.0, 10977.0, 10984.0, 10985.0, 11060.0, 11013.0, 10999.0, 11043.0, 11081.0, 11067.0, 10991.0, 11002.0, 11049.0, 11087.0, 11066.0, 11034.0, 11006.0, 11038.0, 11130.0, 11111.0, 11107.0, 10991.0, 10964.0, 11038.0, 11030.0, 11132.0, 11023.0, 10974.0, 11048.0, 11032.0, 11148.0, 11027.0, 10975.0, 11046.0, 11043.0, 11137.0, 11081.0, 11020.0, 11015.0, 11058.0, 11088.0, 11139.0, 11119.0, 11032.0, 10980.0, 11048.0, 11062.0, 11134.0, 11049.0, 10988.0, 11019.0, 11057.0, 11076.0, 10998.0, 11019.0, 11015.0, 11101.0, 11075.0, 10991.0, 10978.0, 11024.0, 11088.0, 11015.0, 10988.0, 11013.0, 11038.0, 11123.0, 11033.0, 10957.0, 11017.0, 11004.0, 11090.0, 11012.0, 10997.0, 11020.0, 11003.0, 11056.0, 11018.0, 11001.0, 10996.0, 11031.0, 11050.0, 11006.0, 10986.0, 11044.0, 11115.0, 11104.0, 11047.0, 10988.0, 11035.0, 11106.0, 11107.0, 11036.0, 10963.0, 11036.0, 11071.0, 11106.0, 11073.0, 10980.0, 10995.0, 11045.0, 11076.0, 11066.0, 10967.0, 11000.0, 11034.0, 11033.0, 11084.0, 11004.0, 10984.0, 11040.0, 11034.0, 11088.0, 11073.0, 11020.0, 11036.0, 11047.0, 11086.0, 11148.0, 11053.0, 10971.0, 11047.0, 11039.0, 11153.0, 11130.0, 11006.0, 10994.0, 11020.0, 11066.0, 11086.0, 11033.0, 10982.0, 11030.0, 11103.0, 11097.0, 10985.0, 10969.0, 11030.0, 11057.0, 11066.0, 10980.0, 10968.0, 11042.0, 11078.0, 11104.0, 10985.0, 10998.0, 11047.0, 11107.0, 11093.0, 11001.0, 10972.0, 11018.0, 11034.0, 11076.0, 11028.0, 10988.0, 10998.0, 11020.0, 11024.0, 11082.0, 11016.0, 10987.0, 11045.0, 11013.0, 11042.0, 11033.0, 11016.0, 11076.0, 11079.0, 11021.0, 10980.0, 11032.0, 11072.0, 11119.0, 10998.0, 10959.0, 11031.0, 11048.0, 11149.0, 11043.0, 10963.0, 10992.0, 11014.0, 11088.0, 11102.0, 11074.0, 10991.0, 11006.0, 11028.0, 11031.0, 11072.0, 11045.0, 10986.0, 11012.0, 11013.0, 11059.0, 11087.0, 10991.0, 11030.0, 11082.0, 11069.0, 11025.0, 10976.0, 11038.0, 11123.0, 11078.0, 10983.0, 10984.0, 11023.0, 11102.0, 11096.0, 10983.0, 10941.0, 11010.0, 11070.0, 11086.0, 11075.0, 11001.0, 10979.0, 11006.0, 11006.0, 11050.0, 11089.0, 11011.0, 10945.0, 10991.0, 11004.0, 11072.0, 10996.0, 11004.0, 11008.0, 11025.0, 11072.0, 10988.0, 11013.0, 11037.0, 11042.0, 10962.0, 10969.0, 11033.0, 11108.0, 11094.0, 11153.0, 11065.0, 10998.0, 10959.0, 10994.0, 10980.0, 11019.0, 11077.0, 11023.0, 11058.0, 11033.0, 11058.0, 11125.0, 11034.0, 10984.0, 10997.0, 11008.0, 11095.0, 11107.0, 11013.0, 11012.0, 11035.0, 11114.0, 11053.0, 10975.0, 11011.0, 11003.0, 11014.0, 10986.0, 11003.0, 11039.0, 11036.0, 11014.0, 10975.0, 11037.0, 11097.0, 11083.0, 11051.0, 10974.0, 11021.0, 11031.0, 11063.0, 11114.0, 10988.0, 10988.0, 11027.0, 11033.0, 11127.0, 11041.0, 10975.0, 11013.0, 11012.0, 11087.0, 11027.0, 11002.0, 11049.0, 11036.0, 11113.0, 11022.0, 11022.0, 11081.0, 11082.0, 11085.0, 10992.0, 11049.0, 11107.0, 11066.0, 11042.0, 11035.0, 11034.0, 11153.0, 11112.0, 10986.0, 10979.0, 11016.0, 11021.0, 11081.0, 11093.0, 11022.0, 10986.0, 11035.0, 11054.0, 11068.0, 11040.0, 11012.0, 11013.0, 11054.0, 11055.0, 11153.0, 11078.0, 11010.0, 11027.0, 11034.0, 11147.0, 11068.0, 11017.0, 11058.0, 11082.0, 11110.0, 11035.0, 11019.0, 11089.0, 11088.0, 11020.0, 10954.0, 11024.0, 11095.0, 11094.0, 11064.0, 10960.0, 10986.0, 11013.0, 11008.0, 11083.0, 11006.0, 10991.0, 11001.0, 11017.0, 11049.0, 11118.0, 11014.0, 10963.0, 10999.0, 11027.0, 11084.0, 11013.0, 10969.0, 10991.0, 11039.0, 11121.0, 11008.0, 10987.0, 11001.0, 11062.0, 11099.0, 10992.0, 11015.0, 11062.0, 11079.0, 11052.0, 11004.0, 11032.0, 11069.0, 11097.0, 11075.0, 10983.0, 10971.0, 11034.0, 11004.0, 11099.0, 11086.0, 11003.0, 10989.0, 11033.0, 11016.0, 11143.0, 11063.0, 10992.0, 11029.0, 11054.0, 11129.0, 11080.0, 10995.0, 11019.0, 11037.0, 11121.0, 11098.0, 11006.0, 11016.0, 11056.0, 11113.0, 11055.0, 11001.0, 10998.0, 11070.0, 11107.0, 11072.0, 10964.0, 10984.0, 11012.0, 11020.0, 11104.0, 11022.0, 10973.0, 10966.0, 11012.0, 11056.0, 11068.0, 10984.0, 10949.0, 11028.0, 11029.0, 11090.0, 10993.0, 11003.0, 11032.0, 11063.0, 11101.0, 10989.0, 10984.0, 11011.0, 11069.0, 11097.0, 10980.0, 10972.0, 11014.0, 11062.0, 11135.0, 11038.0, 10955.0, 10991.0, 11024.0, 11057.0, 11095.0, 10990.0, 11000.0, 11046.0, 11049.0, 11108.0, 11062.0, 11067.0, 11014.0, 10995.0, 11023.0, 11081.0, 11131.0, 11024.0, 11013.0, 11056.0, 11109.0, 11061.0, 10989.0, 11001.0, 11047.0, 10991.0, 10965.0, 11014.0, 11078.0, 11081.0, 10980.0, 10993.0, 11011.0, 11084.0, 11097.0, 10994.0, 10934.0, 11013.0, 11025.0, 11074.0, 11118.0, 11062.0, 10981.0, 10936.0, 10999.0, 10996.0, 11075.0, 11005.0, 10960.0, 10999.0, 11008.0, 11081.0, 10967.0, 10987.0, 11012.0, 11009.0, 11066.0, 10973.0, 11008.0, 11073.0, 11078.0, 10974.0, 10949.0, 11009.0, 11035.0, 11069.0, 11063.0, 11002.0, 10981.0, 10990.0, 11013.0, 11041.0, 11058.0, 10982.0, 10968.0, 11013.0, 11016.0, 11093.0, 11050.0, 10984.0, 10963.0, 11013.0, 11039.0, 11028.0, 10990.0, 10975.0, 11034.0, 11070.0, 11025.0, 10974.0, 11040.0, 11031.0, 11123.0, 11063.0, 10984.0, 11003.0, 11013.0, 11060.0, 11148.0, 11034.0, 10999.0, 11016.0, 10994.0, 11063.0, 11091.0, 11034.0, 10964.0, 10990.0, 11029.0, 11016.0, 11064.0, 10968.0, 10982.0, 11020.0, 11018.0, 11087.0, 11053.0, 10967.0, 11001.0, 11005.0, 11058.0, 11131.0, 11021.0, 10962.0, 10960.0, 11004.0, 11041.0, 11067.0, 11040.0, 10948.0, 11003.0, 11013.0, 11021.0, 10991.0, 10946.0, 10997.0, 11040.0, 11032.0, 10969.0, 10990.0, 10998.0, 11100.0, 10987.0, 10982.0, 11005.0, 11053.0, 11101.0, 10999.0, 10955.0, 11005.0, 10990.0, 11083.0, 11003.0, 10965.0, 10986.0, 10994.0, 11038.0, 11098.0, 11175.0, 11109.0, 10983.0, 10945.0, 10962.0, 10981.0, 11011.0, 10993.0, 11017.0, 11053.0, 11037.0, 11028.0, 11022.0, 11053.0, 11010.0, 10988.0, 10982.0, 10971.0, 11071.0, 11060.0, 11044.0, 11059.0, 11055.0, 11124.0, 11063.0, 11003.0, 10935.0, 10958.0, 10977.0, 10950.0, 10971.0, 10915.0, 10984.0, 11029.0, 10970.0, 11055.0, 11003.0, 10964.0, 10902.0, 10959.0, 10971.0, 10980.0, 11007.0, 11054.0, 11002.0, 10937.0, 10969.0, 10973.0, 11009.0, 11010.0, 10982.0, 11012.0, 11005.0, 11045.0, 11013.0, 11047.0, 11009.0, 10996.0, 11002.0, 11030.0, 11114.0, 11051.0, 11065.0, 10991.0, 10998.0, 11033.0, 11031.0, 11109.0, 11030.0, 10967.0, 10981.0, 11020.0, 11073.0, 11073.0, 10992.0, 10978.0, 10996.0, 10994.0, 10994.0, 11061.0, 11011.0, 10992.0, 11033.0, 11016.0, 11078.0, 11031.0, 10984.0, 11015.0, 11036.0, 11080.0, 11006.0, 11029.0, 11063.0, 11029.0, 11013.0, 11032.0, 11109.0, 11092.0, 10994.0, 10972.0, 11019.0, 11081.0, 11080.0, 11007.0, 10981.0, 10996.0, 11030.0, 11035.0, 11112.0, 11001.0, 10966.0, 10973.0, 11023.0, 11049.0, 11120.0, 11001.0, 11022.0, 11011.0, 10996.0, 10995.0, 11011.0, 11060.0, 11117.0, 11098.0, 11054.0, 11016.0, 11017.0, 11132.0, 11091.0, 10998.0, 10987.0, 11010.0, 11102.0, 11080.0, 11022.0, 10962.0, 10992.0, 11010.0, 10994.0, 10991.0, 10992.0, 10980.0, 10988.0, 11021.0, 11004.0, 10961.0, 10968.0, 11003.0, 11015.0, 11061.0, 10986.0, 10963.0, 11014.0, 11045.0, 11043.0, 10960.0, 10981.0, 11013.0, 11081.0, 11009.0, 10959.0, 11009.0, 11016.0, 11087.0, 11010.0, 10967.0, 11015.0, 11043.0, 11086.0, 11068.0, 10983.0, 11000.0, 11038.0, 11107.0, 11107.0, 11000.0, 11000.0, 11025.0, 11095.0, 11087.0, 11025.0, 10987.0, 10976.0, 11014.0, 11010.0, 11086.0, 11087.0, 11000.0, 11041.0, 11031.0, 11022.0, 10968.0, 11011.0, 11075.0, 11022.0, 11015.0, 10970.0, 11013.0, 11083.0, 11061.0, 10962.0, 10946.0, 10994.0, 11060.0, 11067.0, 10998.0, 10957.0, 10965.0, 10976.0, 10990.0, 10973.0, 10986.0, 11025.0, 11066.0, 11055.0, 10998.0, 10992.0, 11011.0, 11013.0, 11038.0, 11065.0, 11061.0, 11006.0, 10978.0, 11034.0, 11028.0, 11117.0, 11013.0, 10973.0, 11031.0, 11042.0, 11102.0, 10994.0, 11011.0, 11068.0, 11087.0, 11075.0, 10992.0, 10998.0, 11041.0, 11031.0, 11050.0, 10986.0, 11000.0, 11041.0, 11028.0, 10997.0, 10953.0, 10979.0, 10972.0, 11009.0, 11055.0, 10984.0, 10940.0, 10993.0, 10985.0, 11079.0, 10996.0, 10947.0, 11012.0, 10977.0, 11062.0, 10987.0, 10968.0, 11027.0, 10998.0, 11062.0, 10988.0, 11018.0, 11020.0, 11038.0, 11040.0, 10996.0, 11034.0, 11022.0, 11136.0, 11104.0, 11003.0, 10970.0, 11012.0, 10992.0, 11105.0, 11037.0, 10955.0, 10982.0, 11016.0, 11045.0, 11046.0, 10958.0, 10987.0, 11018.0, 11056.0, 11033.0, 10976.0, 11018.0, 11033.0, 11115.0, 11083.0, 10998.0, 10992.0, 11049.0, 11009.0, 11128.0, 11102.0, 11047.0, 10968.0, 10995.0, 11040.0, 11029.0, 11043.0, 10971.0, 11006.0, 11055.0, 10994.0, 10960.0, 10968.0, 11008.0, 11055.0, 10975.0, 10977.0, 11028.0, 11026.0, 11075.0, 10962.0, 10968.0, 10993.0, 11014.0, 11081.0, 11017.0, 10943.0, 10967.0, 11012.0, 11025.0, 11052.0, 10999.0, 10970.0, 10995.0, 10998.0, 11007.0, 10975.0, 10963.0, 11000.0, 11037.0, 11051.0, 10963.0, 10980.0, 11019.0, 11046.0, 11073.0, 10996.0, 10971.0, 11036.0, 11045.0, 11101.0, 11038.0, 10993.0, 11006.0, 11018.0, 11022.0, 11072.0, 11124.0, 11009.0, 10963.0, 11007.0, 10995.0, 11119.0, 11031.0, 10963.0, 10995.0, 10993.0, 11072.0, 10965.0, 10969.0, 10991.0, 11028.0, 11052.0, 10961.0, 11004.0, 11018.0, 10996.0, 11077.0, 10971.0, 10984.0, 10996.0, 10991.0, 11085.0, 10998.0, 10949.0, 10980.0, 11007.0, 11052.0, 11035.0, 10974.0, 10921.0, 11005.0, 10971.0, 11053.0, 10975.0, 10929.0, 11032.0, 11000.0, 11082.0, 10977.0, 10993.0, 11037.0, 10994.0, 11086.0, 10993.0, 10978.0, 11044.0, 11107.0, 11148.0, 11024.0, 10939.0, 11046.0, 11011.0, 11100.0, 11102.0, 10992.0, 10957.0, 11017.0, 10988.0, 11095.0, 10990.0, 10965.0, 11021.0, 10986.0, 11081.0, 10991.0, 10969.0, 11010.0, 11003.0, 11116.0, 10988.0, 10992.0, 11001.0, 11069.0, 11123.0, 10999.0, 10958.0, 10980.0, 10982.0, 11072.0, 10976.0, 10952.0, 10973.0, 10985.0, 11084.0, 10970.0, 10918.0, 10998.0, 10970.0, 11064.0, 11003.0, 10941.0, 10974.0, 11009.0, 11064.0, 11042.0, 10973.0, 10971.0, 11014.0, 10975.0, 11027.0, 10979.0, 10959.0, 11008.0, 10974.0, 11066.0, 10995.0, 10980.0, 11030.0, 11017.0, 11108.0, 11007.0, 10978.0, 11011.0, 11065.0, 11091.0, 10977.0, 10970.0, 11011.0, 11056.0, 11104.0, 10969.0, 10945.0, 10984.0, 10970.0, 11089.0, 11001.0, 10968.0, 11007.0, 11005.0, 11068.0, 11009.0, 10952.0, 11005.0, 11007.0, 11024.0, 11029.0, 10973.0, 10964.0, 11008.0, 11018.0, 11047.0, 10977.0, 10996.0, 11025.0, 11030.0, 11128.0, 11038.0, 10977.0, 11014.0, 11022.0, 11117.0, 11100.0, 11030.0, 10996.0, 10998.0, 10996.0, 11007.0, 11100.0, 11125.0, 11009.0, 10948.0, 10999.0, 11011.0, 11079.0, 11006.0, 10975.0, 11001.0, 11011.0, 11081.0, 10991.0, 10969.0, 11005.0, 11012.0, 10989.0, 10953.0, 11001.0, 11051.0, 11036.0, 10972.0, 10950.0, 11012.0, 11083.0, 11043.0, 10964.0, 10954.0, 10976.0, 10986.0, 10984.0, 11054.0, 11025.0, 10975.0, 10938.0, 10989.0, 11004.0, 11054.0, 11006.0, 10993.0, 10998.0, 10982.0, 11004.0, 11014.0, 11026.0, 11069.0, 11011.0, 10988.0, 11025.0, 11059.0, 11101.0, 11013.0, 11026.0, 11069.0, 11073.0, 11068.0, 10987.0, 11003.0, 11081.0, 11010.0, 10966.0, 10984.0, 10987.0, 11064.0, 10984.0, 10942.0, 10994.0, 10984.0, 11057.0, 10993.0, 10950.0, 10958.0, 11007.0, 10983.0, 11005.0, 10996.0, 10951.0, 10997.0, 10988.0, 11020.0, 10990.0, 10982.0, 11006.0, 10996.0, 11050.0, 11003.0, 11001.0, 11042.0, 11034.0, 11094.0, 11007.0, 11030.0, 11027.0, 11061.0, 11090.0, 10981.0, 11042.0, 11001.0, 11105.0, 11087.0, 10974.0, 10963.0, 10989.0, 11010.0, 11110.0, 10998.0, 10961.0, 10964.0, 10996.0, 11023.0, 10985.0, 10975.0, 10988.0, 10962.0, 10991.0, 11011.0, 11031.0, 11041.0, 10997.0, 11009.0, 11022.0, 11068.0, 11154.0, 11055.0, 10990.0, 10972.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.0004969319938176198</td></tr>
<tr><td colspan=3>aqi</td><td>0.03680328948995363</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.997956868143866</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1544598841995366</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9710635237587011</td></tr>
<tr><td colspan=3>efc</td><td>0.5348</td></tr>
<tr><td colspan=3>fber</td><td>2489.0156</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.24431074518950507</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>788</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>60.89644513137558</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3798772084524926</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2726560367247486</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5317126669119934</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3352629217207355</td></tr>
<tr><td colspan=3>gcor</td><td>0.00647716</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.012271645478904247</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03965633362531662</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1294</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.1659361912678134</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>22.7492</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>90.1168</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>301.8754</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>87.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>285903.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>20.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1346.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>526.1779</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.723</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>656.4113</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4229.6588</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4350.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>90641.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1903.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5619.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1044.1773</td></tr>
<tr><td colspan=3>tsnr</td><td>31.090384679846466</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>