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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0020_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-04_subject-0020_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Standard deviation of signal through time</h3><p class="elem-caption">The voxel-wise standard deviation of the signal (variability along time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-02_session-04_subject-0020_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">View of the background of the voxel-wise average of the BOLD timeseries</h3><p class="elem-caption">This panel shows a mosaic enhancing the background around the head. Artifacts usually unveil themselves in the air surrounding the head, where no signal sources are present.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-02_session-04_subject-0020_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series, zoomed-in covering just the brain</h3><p class="elem-caption">This panel shows a mosaic of the brain. This mosaic is the most suitable to screen head-motion intensity inhomogeneities, global/local noise, signal leakage (for example, from the eyeballs and across the phase-encoding axis), etc.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-zoomed_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-carpet_run-02_session-04_subject-0020_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Carpetplot and nuisance signals</h3><p class="elem-caption">The so-called &laquo;carpetplot&raquo; may assist in assessing head-motion derived artifacts and respiation effects.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-carpet_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-04_subject-0020_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Voxel-wise average of BOLD time-series</h3><p class="elem-caption">The average signal calculated across the last axis (time).</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-04_subject-0020_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Brain extraction performance</h3><p class="elem-caption">Brain mask as internally extracted by MRIQC. Defects on the brainmask could indicate problematic aspects of the image quality-wise.</p>                    <div class="reportlet">
<img class="svg-reportlet" src="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-04_subject-0020_suffix-bold_task-fractional" class="ps-4 pe-4 mb-2">
<h3 class="run-title mt-3">Spatial normalization of the anatomical image</h3><p class="elem-caption">This panel shows a <em>quick-and-dirty</em> nonlinear registration into the <code>MNI152NLin2009cAsym</code> template accessed with <a href="https://templateflow.org/browse" target="_blank"><em>TemplateFlow</em></a>.</p>                    <div class="reportlet">
<object class="svg-reportlet" type="image/svg+xml" data="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0020/figures/sub-0020_ses-04_task-fractional_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0020/ses-04/func/sub-0020_ses-04_task-fractional_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c06775b34f17769e22cb5e7a72b0b9ed</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:21:6.530000</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_VE11C_LATEST_20160120</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.998497, 0.0271519, 0.0476126, -0.0233565, 0.996638, -0.0785352]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0976542</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>10</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4158, -7779, -7214, 589, -95, -230, 87, 68]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>256.656</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>7c396a1a-42dc-46d2-b65e-f7ceb481a970||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.678893804550171, -0.06266377121210098, 0.13387908041477203, 111.65199279785156], [-0.0728466659784317, 2.673906087875366, -0.20872367918491364, -79.87750244140625], [0.1277409940958023, 0.21070416271686554, 2.688589096069336, -69.69239807128906], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1322]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'AcquisitionTime': ['112106.530000', '112106.990000', '112107.450000', '112107.910000', '112108.370000', '112108.830000', '112109.290000', '112109.750000', '112110.210000', '112110.670000', '112111.130000', '112111.590000', '112112.050000', '112112.510000', '112112.970000', '112113.430000', '112113.890000', '112114.350000', '112114.810000', '112115.270000', '112115.730000', '112116.190000', '112116.650000', '112117.110000', '112117.570000', '112118.030000', '112118.490000', '112118.950000', '112119.410000', '112119.870000', '112120.330000', '112120.790000', '112121.250000', '112121.710000', '112122.170000', '112122.630000', '112123.090000', '112123.550000', '112124.010000', '112124.470000', '112124.930000', '112125.390000', '112125.850000', '112126.310000', '112126.770000', '112127.230000', '112127.690000', '112128.150000', '112128.610000', '112129.070000', '112129.530000', '112129.990000', '112130.450000', '112130.910000', '112131.370000', '112131.830000', '112132.290000', '112132.750000', '112133.210000', '112133.670000', '112134.130000', '112134.590000', '112135.050000', '112135.510000', '112135.970000', '112136.430000', '112136.890000', '112137.350000', '112137.810000', '112138.270000', '112138.730000', '112139.190000', '112139.650000', '112140.110000', '112140.570000', '112141.030000', '112141.490000', '112141.950000', '112142.410000', '112142.870000', '112143.330000', '112143.790000', '112144.250000', '112144.710000', '112145.170000', '112145.630000', '112146.090000', '112146.550000', '112147.010000', '112147.470000', '112147.930000', '112148.390000', '112148.850000', '112149.310000', '112149.770000', '112150.230000', '112150.690000', '112151.150000', '112151.610000', '112152.070000', '112152.530000', '112152.990000', '112153.450000', '112153.910000', '112154.370000', '112154.830000', '112155.290000', '112155.750000', '112156.210000', '112156.670000', '112157.130000', '112157.590000', '112158.050000', '112158.510000', '112158.970000', '112159.430000', '112159.890000', '112200.350000', '112200.810000', '112201.270000', '112201.730000', '112202.190000', '112202.650000', '112203.110000', '112203.570000', '112204.030000', '112204.490000', '112204.950000', '112205.410000', '112205.870000', '112206.330000', '112206.790000', '112207.250000', '112207.710000', '112208.170000', '112208.630000', '112209.090000', '112209.550000', '112210.010000', '112210.470000', '112210.930000', '112211.390000', '112211.850000', '112212.310000', '112212.770000', '112213.230000', '112213.690000', '112214.150000', '112214.610000', '112215.070000', '112215.530000', '112215.990000', '112216.450000', '112216.910000', '112217.370000', '112217.830000', '112218.290000', '112218.750000', '112219.210000', '112219.670000', '112220.130000', '112220.590000', '112221.050000', '112221.510000', '112221.970000', '112222.430000', '112222.890000', '112223.350000', '112223.810000', '112224.270000', '112224.730000', '112225.190000', '112225.650000', '112226.110000', '112226.570000', '112227.030000', '112227.490000', '112227.950000', '112228.410000', '112228.870000', '112229.330000', '112229.790000', '112230.250000', '112230.710000', '112231.170000', '112231.630000', '112232.090000', '112232.550000', '112233.010000', '112233.470000', '112233.930000', '112234.390000', '112234.850000', '112235.310000', '112235.770000', '112236.230000', '112236.690000', '112237.150000', '112237.610000', '112238.070000', '112238.530000', '112238.990000', '112239.450000', '112239.910000', '112240.370000', '112240.830000', '112241.290000', '112241.750000', '112242.210000', '112242.670000', '112243.130000', '112243.590000', '112244.050000', '112244.510000', '112244.970000', '112245.430000', '112245.890000', '112246.350000', '112246.810000', '112247.270000', '112247.730000', '112248.190000', '112248.650000', '112249.110000', '112249.570000', '112250.030000', '112250.490000', '112250.950000', '112251.410000', '112251.870000', '112252.330000', '112252.790000', '112253.250000', '112253.710000', '112254.170000', '112254.630000', '112255.090000', '112255.550000', '112256.010000', '112256.470000', '112256.930000', '112257.390000', '112257.850000', '112258.310000', '112258.770000', '112259.230000', '112259.690000', '112300.150000', '112300.610000', '112301.070000', '112301.530000', '112301.990000', '112302.450000', '112302.910000', '112303.370000', '112303.830000', '112304.290000', '112304.750000', '112305.210000', '112305.670000', '112306.130000', '112306.590000', '112307.050000', '112307.510000', '112307.970000', '112308.430000', '112308.890000', '112309.350000', '112309.810000', '112310.270000', '112310.730000', '112311.190000', '112311.650000', '112312.110000', '112312.570000', '112313.030000', '112313.490000', '112313.950000', '112314.410000', '112314.870000', '112315.330000', '112315.790000', '112316.250000', '112316.710000', '112317.170000', '112317.630000', '112318.090000', '112318.550000', '112319.010000', '112319.470000', '112319.930000', '112320.390000', '112320.850000', '112321.310000', '112321.770000', '112322.230000', '112322.690000', '112323.150000', '112323.610000', '112324.070000', '112324.530000', '112324.990000', '112325.450000', '112325.910000', '112326.370000', '112326.830000', '112327.290000', '112327.750000', '112328.210000', '112328.670000', '112329.130000', '112329.590000', '112330.050000', '112330.510000', '112330.970000', '112331.430000', '112331.890000', '112332.350000', '112332.810000', '112333.270000', '112333.730000', '112334.190000', '112334.650000', '112335.110000', '112335.570000', '112336.030000', '112336.490000', '112336.950000', '112337.410000', '112337.870000', '112338.330000', '112338.790000', '112339.250000', '112339.710000', '112340.170000', '112340.630000', '112341.090000', '112341.550000', '112342.010000', '112342.470000', '112342.930000', '112343.390000', '112343.850000', '112344.310000', '112344.770000', '112345.230000', '112345.690000', '112346.150000', '112346.610000', '112347.070000', '112347.530000', '112347.990000', '112348.450000', '112348.910000', '112349.370000', '112349.830000', '112350.290000', '112350.750000', '112351.210000', '112351.670000', '112352.130000', '112352.590000', '112353.050000', '112353.510000', '112353.970000', '112354.430000', '112354.890000', '112355.350000', '112355.810000', '112356.270000', '112356.730000', '112357.190000', '112357.650000', '112358.110000', '112358.570000', '112359.030000', '112359.490000', '112359.950000', '112400.410000', '112400.870000', '112401.330000', '112401.790000', '112402.250000', '112402.710000', '112403.170000', '112403.630000', '112404.090000', '112404.550000', '112405.010000', '112405.470000', '112405.930000', '112406.390000', '112406.850000', '112407.310000', '112407.770000', '112408.230000', '112408.690000', '112409.150000', '112409.610000', '112410.070000', '112410.530000', '112410.990000', '112411.450000', '112411.910000', '112412.370000', '112412.830000', '112413.290000', '112413.750000', '112414.210000', '112414.670000', '112415.130000', '112415.590000', '112416.050000', '112416.510000', '112416.970000', '112417.430000', '112417.890000', '112418.350000', '112418.810000', '112419.270000', '112419.730000', '112420.190000', '112420.650000', '112421.110000', '112421.570000', '112422.030000', '112422.490000', '112422.950000', '112423.410000', '112423.870000', '112424.330000', '112424.790000', '112425.250000', '112425.710000', '112426.170000', '112426.630000', '112427.090000', '112427.550000', '112428.010000', '112428.470000', '112428.930000', '112429.390000', '112429.850000', '112430.310000', '112430.770000', '112431.230000', '112431.690000', '112432.150000', '112432.610000', '112433.070000', '112433.530000', '112433.990000', '112434.450000', '112434.910000', '112435.370000', '112435.830000', '112436.290000', '112436.750000', '112437.210000', '112437.670000', '112438.130000', '112438.590000', '112439.050000', '112439.510000', '112439.970000', '112440.430000', '112440.890000', '112441.350000', '112441.810000', '112442.270000', '112442.730000', '112443.190000', '112443.650000', '112444.110000', '112444.570000', '112445.030000', '112445.490000', '112445.950000', '112446.410000', '112446.870000', '112447.330000', '112447.790000', '112448.250000', '112448.710000', '112449.170000', '112449.630000', '112450.090000', '112450.550000', '112451.010000', '112451.470000', '112451.930000', '112452.390000', '112452.850000', '112453.310000', '112453.770000', '112454.230000', '112454.690000', '112455.150000', '112455.610000', '112456.070000', '112456.530000', '112456.990000', '112457.450000', '112457.910000', '112458.370000', '112458.830000', '112459.290000', '112459.750000', '112500.210000', '112500.670000', '112501.130000', '112501.590000', '112502.050000', '112502.510000', '112502.970000', '112503.430000', '112503.890000', '112504.350000', '112504.810000', '112505.270000', '112505.730000', '112506.190000', '112506.650000', '112507.110000', '112507.570000', '112508.030000', '112508.490000', '112508.950000', '112509.410000', '112509.870000', '112510.330000', '112510.790000', '112511.250000', '112511.710000', '112512.170000', '112512.630000', '112513.090000', '112513.550000', '112514.010000', '112514.470000', '112514.930000', '112515.390000', '112515.850000', '112516.310000', '112516.770000', '112517.230000', '112517.690000', '112518.150000', '112518.610000', '112519.070000', '112519.530000', '112519.990000', '112520.450000', '112520.910000', '112521.370000', '112521.830000', '112522.290000', '112522.750000', '112523.210000', '112523.670000', '112524.130000', '112524.590000', '112525.050000', '112525.510000', '112525.970000', '112526.430000', '112526.890000', '112527.350000', '112527.810000', '112528.270000', '112528.730000', '112529.190000', '112529.650000', '112530.110000', '112530.570000', '112531.030000', '112531.490000', '112531.950000', '112532.410000', '112532.870000', '112533.330000', '112533.790000', '112534.250000', '112534.710000', '112535.170000', '112535.630000', '112536.090000', '112536.550000', '112537.010000', '112537.470000', '112537.930000', '112538.390000', '112538.850000', '112539.310000', '112539.770000', '112540.230000', '112540.690000', '112541.150000', '112541.610000', '112542.070000', '112542.530000', '112542.990000', '112543.450000', '112543.910000', '112544.370000', '112544.830000', '112545.290000', '112545.750000', '112546.210000', '112546.670000', '112547.130000', '112547.590000', '112548.050000', '112548.510000', '112548.970000', '112549.430000', '112549.890000', '112550.350000', '112550.810000', '112551.270000', '112551.730000', '112552.190000', '112552.650000', '112553.110000', '112553.570000', '112554.030000', '112554.490000', '112554.950000', '112555.410000', '112555.870000', '112556.330000', '112556.790000', '112557.250000', '112557.710000', '112558.170000', '112558.630000', '112559.090000', '112559.550000', '112600.010000', '112600.470000', '112600.930000', '112601.390000', '112601.850000', '112602.310000', '112602.770000', '112603.230000', '112603.690000', '112604.150000', '112604.610000', '112605.070000', '112605.530000', '112605.990000', '112606.450000', '112606.910000', '112607.370000', '112607.830000', '112608.290000', '112608.750000', '112609.210000', '112609.670000', '112610.130000', '112610.590000', '112611.050000', '112611.510000', '112611.970000', '112612.430000', '112612.890000', '112613.350000', '112613.810000', '112614.270000', '112614.730000', '112615.190000', '112615.650000', '112616.110000', '112616.570000', '112617.030000', '112617.490000', '112617.950000', '112618.410000', '112618.870000', '112619.330000', '112619.790000', '112620.250000', '112620.710000', '112621.170000', '112621.630000', '112622.090000', '112622.550000', '112623.010000', '112623.470000', '112623.930000', '112624.390000', '112624.850000', '112625.310000', '112625.770000', '112626.230000', '112626.690000', '112627.150000', '112627.610000', '112628.070000', '112628.530000', '112628.990000', '112629.450000', '112629.910000', '112630.370000', '112630.830000', '112631.290000', '112631.750000', '112632.210000', '112632.670000', '112633.130000', '112633.590000', '112634.050000', '112634.510000', '112634.970000', '112635.430000', '112635.890000', '112636.350000', '112636.810000', '112637.270000', '112637.730000', '112638.190000', '112638.650000', '112639.110000', '112639.570000', '112640.030000', '112640.490000', '112640.950000', '112641.410000', '112641.870000', '112642.330000', '112642.790000', '112643.250000', '112643.710000', '112644.170000', '112644.630000', '112645.090000', '112645.550000', '112646.010000', '112646.470000', '112646.930000', '112647.390000', '112647.850000', '112648.310000', '112648.770000', '112649.230000', '112649.690000', '112650.150000', '112650.610000', '112651.070000', '112651.530000', '112651.990000', '112652.450000', '112652.910000', '112653.370000', '112653.830000', '112654.290000', '112654.750000', '112655.210000', '112655.670000', '112656.130000', '112656.590000', '112657.050000', '112657.510000', '112657.970000', '112658.430000', '112658.890000', '112659.350000', '112659.810000', '112700.270000', '112700.730000', '112701.190000', '112701.650000', '112702.110000', '112702.570000', '112703.030000', '112703.490000', '112703.950000', '112704.410000', '112704.870000', '112705.330000', '112705.790000', '112706.250000', '112706.710000', '112707.170000', '112707.630000', '112708.090000', '112708.550000', '112709.010000', '112709.470000', '112709.930000', '112710.390000', '112710.850000', '112711.310000', '112711.770000', '112712.230000', '112712.690000', '112713.150000', '112713.610000', '112714.070000', '112714.530000', '112714.990000', '112715.450000', '112715.910000', '112716.370000', '112716.830000', '112717.290000', '112717.750000', '112718.210000', '112718.670000', '112719.130000', '112719.590000', '112720.050000', '112720.510000', '112720.970000', '112721.430000', '112721.890000', '112722.350000', '112722.810000', '112723.270000', '112723.730000', '112724.190000', '112724.650000', '112725.110000', '112725.570000', '112726.030000', '112726.490000', '112726.950000', '112727.410000', '112727.870000', '112728.330000', '112728.790000', '112729.250000', '112729.710000', '112730.170000', '112730.630000', '112731.090000', '112731.550000', '112732.010000', '112732.470000', '112732.930000', '112733.390000', '112733.850000', '112734.310000', '112734.770000', '112735.230000', '112735.690000', '112736.150000', '112736.610000', '112737.070000', '112737.530000', '112737.990000', '112738.450000', '112738.910000', '112739.370000', '112739.830000', '112740.290000', '112740.750000', '112741.210000', '112741.670000', '112742.130000', '112742.590000', '112743.050000', '112743.510000', '112743.970000', '112744.430000', '112744.890000', '112745.350000', '112745.810000', '112746.270000', '112746.730000', '112747.190000', '112747.650000', '112748.110000', '112748.570000', '112749.030000', '112749.490000', '112749.950000', '112750.410000', '112750.870000', '112751.330000', '112751.790000', '112752.250000', '112752.710000', '112753.170000', '112753.630000', '112754.090000', '112754.550000', '112755.010000', '112755.470000', '112755.930000', '112756.390000', '112756.850000', '112757.310000', '112757.770000', '112758.230000', '112758.690000', '112759.150000', '112759.610000', '112800.070000', '112800.530000', '112800.990000', '112801.450000', '112801.910000', '112802.370000', '112802.830000', '112803.290000', '112803.750000', '112804.210000', '112804.670000', '112805.130000', '112805.590000', '112806.050000', '112806.510000', '112806.970000', '112807.430000', '112807.890000', '112808.350000', '112808.810000', '112809.270000', '112809.730000', '112810.190000', '112810.650000', '112811.110000', '112811.570000', '112812.030000', '112812.490000', '112812.950000', '112813.410000', '112813.870000', '112814.330000', '112814.790000', '112815.250000', '112815.710000', '112816.170000', '112816.630000', '112817.090000', '112817.550000', '112818.010000', '112818.470000', '112818.930000', '112819.390000', '112819.850000', '112820.310000', '112820.770000', '112821.230000', '112821.690000', '112822.150000', '112822.610000', '112823.070000', '112823.530000', '112823.990000', '112824.450000', '112824.910000', '112825.370000', '112825.830000', '112826.290000', '112826.750000', '112827.210000', '112827.670000', '112828.130000', '112828.590000', '112829.050000', '112829.510000', '112829.970000', '112830.430000', '112830.890000', '112831.350000', '112831.810000', '112832.270000', '112832.730000', '112833.190000', '112833.650000', '112834.110000', '112834.570000', '112835.030000', '112835.490000', '112835.950000', '112836.410000', '112836.870000', '112837.330000', '112837.790000', '112838.250000', '112838.710000', '112839.170000', '112839.630000', '112840.090000', '112840.550000', '112841.010000', '112841.470000', '112841.930000', '112842.390000', '112842.850000', '112843.310000', '112843.770000', '112844.230000', '112844.690000', '112845.150000', '112845.610000', '112846.070000', '112846.530000', '112846.990000', '112847.450000', '112847.910000', '112848.370000', '112848.830000', '112849.290000', '112849.750000', '112850.210000', '112850.670000', '112851.130000', '112851.590000', '112852.050000', '112852.510000', '112852.970000', '112853.430000', '112853.890000', '112854.350000', '112854.810000', '112855.270000', '112855.730000', '112856.190000', '112856.650000', '112857.110000', '112857.570000', '112858.030000', '112858.490000', '112858.950000', '112859.410000', '112859.870000', '112900.330000', '112900.790000', '112901.250000', '112901.710000', '112902.170000', '112902.630000', '112903.090000', '112903.550000', '112904.010000', '112904.470000', '112904.930000', '112905.390000', '112905.850000', '112906.310000', '112906.770000', '112907.230000', '112907.690000', '112908.150000', '112908.610000', '112909.070000', '112909.530000', '112909.990000', '112910.450000', '112910.910000', '112911.370000', '112911.830000', '112912.290000', '112912.750000', '112913.210000', '112913.670000', '112914.130000', '112914.590000', '112915.050000', '112915.510000', '112915.970000', '112916.430000', '112916.890000', '112917.350000', '112917.810000', '112918.270000', '112918.730000', '112919.190000', '112919.650000', '112920.110000', '112920.570000', '112921.030000', '112921.490000', '112921.950000', '112922.410000', '112922.870000', '112923.330000', '112923.790000', '112924.250000', '112924.710000', '112925.170000', '112925.630000', '112926.090000', '112926.550000', '112927.010000', '112927.470000', '112927.930000', '112928.390000', '112928.850000', '112929.310000', '112929.770000', '112930.230000', '112930.690000', '112931.150000', '112931.610000', '112932.070000', '112932.530000', '112932.990000', '112933.450000', '112933.910000', '112934.370000', '112934.830000', '112935.290000', '112935.750000', '112936.210000', '112936.670000', '112937.130000', '112937.590000', '112938.050000', '112938.510000', '112938.970000', '112939.430000', '112939.890000', '112940.350000', '112940.810000', '112941.270000', '112941.730000', '112942.190000', '112942.650000', '112943.110000', '112943.570000', '112944.030000', '112944.490000', '112944.950000', '112945.410000', '112945.870000', '112946.330000', '112946.790000', '112947.250000', '112947.710000', '112948.170000', '112948.630000', '112949.090000', '112949.550000', '112950.010000', '112950.470000', '112950.930000', '112951.390000', '112951.850000', '112952.310000', '112952.770000', '112953.230000', '112953.690000', '112954.150000', '112954.610000', '112955.070000', '112955.530000', '112955.990000', '112956.450000', '112956.910000', '112957.370000', '112957.830000', '112958.290000', '112958.750000', '112959.210000', '112959.670000', '113000.130000', '113000.590000', '113001.050000', '113001.510000', '113001.970000', '113002.430000', '113002.890000', '113003.350000', '113003.810000', '113004.270000', '113004.730000', '113005.190000', '113005.650000', '113006.110000', '113006.570000', '113007.030000', '113007.490000', '113007.950000', '113008.410000', '113008.870000', '113009.330000', '113009.790000', '113010.250000', '113010.710000', '113011.170000', '113011.630000', '113012.090000', '113012.550000', '113013.010000', '113013.470000', '113013.930000', '113014.390000', '113014.850000', '113015.310000', '113015.770000', '113016.230000', '113016.690000', '113017.150000', '113017.610000', '113018.070000', '113018.530000', '113018.990000', '113019.450000', '113019.910000', '113020.370000', '113020.830000', '113021.290000', '113021.750000', '113022.210000', '113022.670000', '113023.130000', '113023.590000', '113024.050000', '113024.510000', '113024.970000', '113025.430000', '113025.890000', '113026.350000', '113026.810000', '113027.270000', '113027.730000', '113028.190000', '113028.650000', '113029.110000', '113029.570000', '113030.030000', '113030.490000', '113030.950000', '113031.410000', '113031.870000', '113032.330000', '113032.790000', '113033.250000', '113033.710000', '113034.170000', '113034.630000', '113035.090000', '113035.550000', '113036.010000', '113036.470000', '113036.930000', '113037.390000', '113037.850000', '113038.310000', '113038.770000', '113039.230000', '113039.690000', '113040.150000', '113040.610000', '113041.070000', '113041.530000', '113041.990000', '113042.450000', '113042.910000', '113043.370000', '113043.830000', '113044.290000', '113044.750000', '113045.210000', '113045.670000', '113046.130000', '113046.590000', '113047.050000', '113047.510000', '113047.970000', '113048.430000', '113048.890000', '113049.350000', '113049.810000', '113050.270000', '113050.730000', '113051.190000', '113051.650000', '113052.110000', '113052.570000', '113053.030000', '113053.490000', '113053.950000', '113054.410000', '113054.870000', '113055.330000', '113055.790000', '113056.250000', '113056.710000', '113057.170000', '113057.630000', '113058.090000', '113058.550000', '113059.010000', '113059.470000', '113059.930000', '113100.390000', '113100.850000', '113101.310000', '113101.770000', '113102.230000', '113102.690000', '113103.150000', '113103.610000', '113104.070000', '113104.530000', '113104.990000', '113105.450000', '113105.910000', '113106.370000', '113106.830000', '113107.290000', '113107.750000', '113108.210000', '113108.670000', '113109.130000', '113109.590000', '113110.050000', '113110.510000', '113110.970000', '113111.430000', '113111.890000', '113112.350000', '113112.810000', '113113.270000', '113113.730000', '113114.190000'], 'ContentTime': ['112126.373000', '112126.377000', '112126.380000', '112126.384000', '112126.387000', '112126.389000', '112126.422000', '112126.425000', '112126.428000', '112126.431000', '112126.434000', '112126.437000', '112126.440000', '112126.443000', '112126.445000', '112126.449000', '112126.451000', '112126.454000', '112126.457000', '112126.460000', '112126.463000', '112126.466000', '112126.469000', '112126.472000', '112126.475000', '112126.477000', '112126.481000', '112126.484000', '112126.487000', '112126.490000', '112126.493000', '112126.496000', '112126.499000', '112126.502000', '112126.504000', '112126.507000', '112126.511000', '112126.514000', '112126.517000', '112126.519000', '112126.522000', '112126.525000', '112146.343000', '112146.346000', '112146.348000', '112146.351000', '112146.354000', '112146.357000', '112146.360000', '112146.363000', '112146.365000', '112146.368000', '112146.371000', '112146.374000', '112146.376000', '112146.379000', '112146.382000', '112146.385000', '112146.388000', '112146.390000', '112146.393000', '112146.396000', '112146.399000', '112146.402000', '112146.404000', '112146.407000', '112146.410000', '112146.413000', '112146.416000', '112146.418000', '112146.421000', '112146.424000', '112146.427000', '112146.430000', '112146.433000', '112146.435000', '112146.438000', '112146.441000', '112146.444000', '112146.447000', '112146.449000', '112146.452000', '112146.455000', '112146.458000', '112146.461000', '112146.464000', '112206.343000', '112206.346000', '112206.349000', '112206.351000', '112206.354000', '112206.357000', '112206.360000', '112206.362000', '112206.365000', '112206.368000', '112206.371000', '112206.374000', '112206.377000', '112206.379000', '112206.382000', '112206.385000', '112206.388000', '112206.391000', '112206.394000', '112206.396000', '112206.399000', '112206.402000', '112206.405000', '112206.408000', '112206.411000', '112206.413000', '112206.416000', '112206.419000', '112206.422000', '112206.425000', '112206.427000', '112206.430000', '112206.433000', '112206.436000', '112206.439000', '112206.441000', '112206.452000', '112206.454000', '112206.457000', '112206.460000', '112206.463000', '112206.466000', '112206.468000', '112226.343000', '112226.346000', '112226.349000', '112226.351000', '112226.354000', '112226.357000', '112226.360000', '112226.363000', '112226.365000', '112226.368000', '112226.371000', '112226.392000', '112226.395000', '112226.398000', '112226.400000', '112226.403000', '112226.406000', '112226.409000', '112226.412000', '112226.414000', '112226.417000', '112226.420000', '112226.423000', '112226.425000', '112226.428000', '112226.431000', '112226.434000', '112226.437000', '112226.440000', '112226.443000', '112226.445000', '112226.448000', '112226.451000', '112226.454000', '112226.456000', '112226.459000', '112226.462000', '112226.465000', '112226.468000', '112226.470000', '112226.473000', '112226.476000', '112226.479000', '112226.482000', '112246.343000', '112246.346000', '112246.349000', '112246.353000', '112246.355000', '112246.358000', '112246.361000', '112246.364000', '112246.367000', '112246.369000', '112246.372000', '112246.375000', '112246.378000', '112246.381000', '112246.389000', '112246.391000', '112246.394000', '112246.397000', '112246.400000', '112246.403000', '112246.406000', '112246.408000', '112246.412000', '112246.417000', '112246.421000', '112246.424000', '112246.426000', '112246.429000', '112246.432000', '112246.435000', '112246.438000', '112246.440000', '112246.443000', '112246.446000', '112246.449000', '112246.452000', '112246.455000', '112246.457000', '112246.460000', '112246.463000', '112246.466000', '112246.469000', '112246.471000', '112306.343000', '112306.347000', '112306.350000', '112306.352000', '112306.355000', '112306.358000', '112306.361000', '112306.364000', '112306.367000', '112306.370000', '112306.373000', '112306.376000', '112306.379000', '112306.381000', '112306.384000', '112306.387000', '112306.390000', '112306.393000', '112306.396000', '112306.398000', '112306.401000', '112306.404000', '112306.407000', '112306.410000', '112306.413000', '112306.416000', '112306.418000', '112306.421000', '112306.424000', '112306.427000', '112306.430000', '112306.433000', '112306.436000', '112306.439000', '112306.441000', '112306.444000', '112306.447000', '112306.450000', '112306.453000', '112306.456000', '112306.459000', '112306.462000', '112306.464000', '112306.467000', '112326.343000', '112326.346000', '112326.349000', '112326.351000', '112326.354000', '112326.357000', '112326.360000', '112326.363000', '112326.366000', '112326.368000', '112326.371000', '112326.374000', '112326.377000', '112326.380000', '112326.383000', '112326.385000', '112326.388000', '112326.391000', '112326.394000', '112326.397000', '112326.400000', '112326.402000', '112326.405000', '112326.408000', '112326.411000', '112326.414000', '112326.417000', '112326.420000', '112326.422000', '112326.425000', '112326.428000', '112326.431000', '112326.434000', '112326.437000', '112326.440000', '112326.443000', '112326.445000', '112326.448000', '112326.451000', '112326.454000', '112326.457000', '112326.460000', '112326.462000', '112346.343000', '112346.346000', '112346.349000', '112346.351000', '112346.354000', '112346.357000', '112346.360000', '112346.363000', '112346.365000', '112346.368000', '112346.371000', '112346.374000', '112346.377000', '112346.380000', '112346.382000', '112346.385000', '112346.388000', '112346.391000', '112346.394000', '112346.396000', '112346.399000', '112346.402000', '112346.405000', '112346.408000', '112346.410000', '112346.413000', '112346.416000', '112346.419000', '112346.422000', '112346.424000', '112346.427000', '112346.430000', '112346.433000', '112346.436000', '112346.439000', '112346.441000', '112346.444000', '112346.447000', '112346.450000', '112346.453000', '112346.455000', '112346.458000', '112346.461000', '112346.464000', '112406.343000', '112406.346000', '112406.349000', '112406.351000', '112406.354000', '112406.357000', '112406.360000', '112406.363000', '112406.366000', '112406.368000', '112406.371000', '112406.374000', '112406.377000', '112406.380000', '112406.383000', '112406.385000', '112406.389000', '112406.392000', '112406.395000', '112406.398000', '112406.401000', '112406.404000', '112406.407000', '112406.410000', '112406.413000', '112406.415000', '112406.418000', '112406.421000', '112406.424000', '112406.427000', '112406.429000', '112406.432000', '112406.435000', '112406.438000', '112406.441000', '112406.444000', '112406.447000', '112406.450000', '112406.453000', '112406.456000', '112406.459000', '112406.462000', '112406.464000', '112426.343000', '112426.346000', '112426.349000', '112426.351000', '112426.354000', '112426.357000', '112426.360000', '112426.363000', '112426.366000', '112426.369000', '112426.371000', '112426.384000', '112426.386000', '112426.389000', '112426.392000', '112426.395000', '112426.398000', '112426.400000', '112426.403000', '112426.406000', '112426.409000', '112426.412000', '112426.415000', '112426.417000', '112426.420000', '112426.423000', '112426.426000', '112426.429000', '112426.432000', '112426.435000', '112426.437000', '112426.440000', '112426.443000', '112426.446000', '112426.449000', '112426.452000', '112426.454000', '112426.457000', '112426.460000', '112426.463000', '112426.466000', '112426.468000', '112426.471000', '112426.474000', '112446.343000', '112446.346000', '112446.349000', '112446.352000', '112446.354000', '112446.357000', '112446.360000', '112446.363000', '112446.366000', '112446.369000', '112446.371000', '112446.374000', '112446.377000', '112446.380000', '112446.383000', '112446.385000', '112446.388000', '112446.391000', '112446.394000', '112446.397000', '112446.400000', '112446.402000', '112446.405000', '112446.408000', '112446.411000', '112446.414000', '112446.416000', '112446.419000', '112446.422000', '112446.425000', '112446.428000', '112446.430000', '112446.433000', '112446.436000', '112446.439000', '112446.442000', '112446.445000', '112446.447000', '112446.450000', '112446.453000', '112446.456000', '112446.459000', '112446.462000', '112506.343000', '112506.346000', '112506.349000', '112506.351000', '112506.354000', '112506.357000', '112506.360000', '112506.363000', '112506.366000', '112506.368000', '112506.371000', '112506.374000', '112506.377000', '112506.380000', '112506.383000', '112506.386000', '112506.388000', '112506.391000', '112506.394000', '112506.397000', '112506.400000', '112506.403000', '112506.405000', '112506.408000', '112506.411000', '112506.414000', '112506.417000', '112506.420000', '112506.422000', '112506.425000', '112506.428000', '112506.431000', '112506.434000', '112506.437000', '112506.440000', '112506.442000', '112506.445000', '112506.448000', '112506.451000', '112506.454000', '112506.457000', '112506.459000', '112506.462000', '112506.465000', '112526.343000', '112526.346000', '112526.349000', '112526.352000', '112526.354000', '112526.357000', '112526.360000', '112526.363000', '112526.366000', '112526.368000', '112526.371000', '112526.374000', '112526.377000', '112526.380000', '112526.383000', '112526.385000', '112526.388000', '112526.413000', '112526.416000', '112526.419000', '112526.422000', '112526.426000', '112526.429000', '112526.432000', '112526.435000', '112526.437000', '112526.440000', '112526.443000', '112526.446000', '112526.449000', '112526.452000', '112526.455000', '112526.457000', '112526.460000', '112526.463000', '112526.466000', '112526.469000', '112526.472000', '112526.474000', '112526.477000', '112526.480000', '112526.483000', '112526.486000', '112546.343000', '112546.346000', '112546.349000', '112546.352000', '112546.354000', '112546.357000', '112546.360000', '112546.363000', '112546.366000', '112546.369000', '112546.372000', '112546.374000', '112546.377000', '112546.380000', '112546.383000', '112546.386000', '112546.389000', '112546.392000', '112546.395000', '112546.397000', '112546.400000', '112546.403000', '112546.406000', '112546.409000', '112546.411000', '112546.414000', '112546.417000', '112546.420000', '112546.423000', '112546.426000', '112546.428000', '112546.431000', '112546.434000', '112546.437000', '112546.440000', '112546.443000', '112546.445000', '112546.448000', '112546.451000', '112546.454000', '112546.457000', '112546.459000', '112546.462000', '112546.465000', '112606.343000', '112606.346000', '112606.349000', '112606.351000', '112606.354000', '112606.357000', '112606.360000', '112606.363000', '112606.366000', '112606.368000', '112606.371000', '112606.374000', '112606.377000', '112606.380000', '112606.383000', '112606.385000', '112606.388000', '112606.391000', '112606.394000', '112606.397000', '112606.400000', '112606.403000', '112606.405000', '112606.408000', '112606.411000', '112606.414000', '112606.417000', '112606.420000', '112606.422000', '112606.425000', '112606.428000', '112606.431000', '112606.434000', '112606.437000', '112606.440000', '112606.442000', '112606.445000', '112606.448000', '112606.451000', '112606.454000', '112606.456000', '112606.459000', '112606.462000', '112626.343000', '112626.346000', '112626.349000', '112626.352000', '112626.355000', '112626.357000', '112626.360000', '112626.363000', '112626.366000', '112626.369000', '112626.371000', '112626.374000', '112626.377000', '112626.380000', '112626.383000', '112626.386000', '112626.389000', '112626.391000', '112626.394000', '112626.397000', '112626.400000', '112626.403000', '112626.405000', '112626.408000', '112626.411000', '112626.414000', '112626.417000', '112626.420000', '112626.423000', '112626.426000', '112626.428000', '112626.431000', '112626.434000', '112626.437000', '112626.440000', '112626.443000', '112626.446000', '112626.449000', '112626.452000', '112626.455000', '112626.457000', '112626.460000', '112626.463000', '112626.466000', '112646.343000', '112646.346000', '112646.349000', '112646.352000', '112646.355000', '112646.357000', '112646.360000', '112646.363000', '112646.366000', '112646.369000', '112646.371000', '112646.374000', '112646.377000', '112646.380000', '112646.383000', '112646.386000', '112646.388000', '112646.391000', '112646.394000', '112646.397000', '112646.400000', '112646.402000', '112646.405000', '112646.408000', '112646.411000', '112646.414000', '112646.416000', '112646.419000', '112646.433000', '112646.436000', '112646.439000', '112646.442000', '112646.445000', '112646.448000', '112646.450000', '112646.453000', '112646.456000', '112646.459000', '112646.462000', '112646.466000', '112646.469000', '112646.472000', '112646.475000', '112706.343000', '112706.346000', '112706.349000', '112706.352000', '112706.355000', '112706.358000', '112706.360000', '112706.363000', '112706.366000', '112706.369000', '112706.372000', '112706.374000', '112706.377000', '112706.380000', '112706.383000', '112706.386000', '112706.389000', '112706.392000', '112706.394000', '112706.397000', '112706.400000', '112706.403000', '112706.406000', '112706.409000', '112706.411000', '112706.414000', '112706.417000', '112706.420000', '112706.423000', '112706.426000', '112706.430000', '112706.432000', '112706.435000', '112706.438000', '112706.441000', '112706.444000', '112706.447000', '112706.449000', '112706.452000', '112706.455000', '112706.458000', '112706.461000', '112706.464000', '112726.343000', '112726.346000', '112726.349000', '112726.352000', '112726.354000', '112726.357000', '112726.360000', '112726.363000', '112726.366000', '112726.368000', '112726.371000', '112726.374000', '112726.377000', '112726.380000', '112726.383000', '112726.386000', '112726.388000', '112726.391000', '112726.394000', '112726.397000', '112726.400000', '112726.403000', '112726.405000', '112726.408000', '112726.411000', '112726.414000', '112726.416000', '112726.419000', '112726.422000', '112726.425000', '112726.428000', '112726.431000', '112726.433000', '112726.436000', '112726.439000', '112726.442000', '112726.445000', '112726.448000', '112726.450000', '112726.453000', '112726.456000', '112726.459000', '112726.462000', '112726.465000', '112746.343000', '112746.346000', '112746.349000', '112746.351000', '112746.354000', '112746.357000', '112746.360000', '112746.363000', '112746.366000', '112746.368000', '112746.371000', '112746.374000', '112746.377000', '112746.380000', '112746.382000', '112746.385000', '112746.388000', '112746.391000', '112746.394000', '112746.397000', '112746.399000', '112746.402000', '112746.405000', '112746.408000', '112746.411000', '112746.413000', '112746.416000', '112746.419000', '112746.422000', '112746.425000', '112746.428000', '112746.430000', '112746.433000', '112746.436000', '112746.439000', '112746.442000', '112746.445000', '112746.447000', '112746.450000', '112746.453000', '112746.456000', '112746.459000', '112746.461000', '112746.464000', '112806.343000', '112806.346000', '112806.349000', '112806.352000', '112806.355000', '112806.357000', '112806.360000', '112806.363000', '112806.366000', '112806.369000', '112806.372000', '112806.374000', '112806.377000', '112806.380000', '112806.383000', '112806.386000', '112806.389000', '112806.391000', '112806.394000', '112806.397000', '112806.400000', '112806.403000', '112806.406000', '112806.408000', '112806.411000', '112806.414000', '112806.417000', '112806.420000', '112806.423000', '112806.425000', '112806.428000', '112806.431000', '112806.434000', '112806.437000', '112806.440000', '112806.442000', '112806.445000', '112806.448000', '112806.451000', '112806.465000', '112806.468000', '112806.471000', '112806.474000', '112826.343000', '112826.346000', '112826.349000', '112826.352000', '112826.355000', '112826.357000', '112826.360000', '112826.363000', '112826.366000', '112826.369000', '112826.372000', '112826.375000', '112826.377000', '112826.380000', '112826.383000', '112826.386000', '112826.389000', '112826.392000', '112826.394000', '112826.397000', '112826.400000', '112826.403000', '112826.406000', '112826.409000', '112826.412000', '112826.414000', '112826.417000', '112826.420000', '112826.423000', '112826.426000', '112826.429000', '112826.431000', '112826.434000', '112826.437000', '112826.440000', '112826.443000', '112826.446000', '112826.448000', '112826.451000', '112826.454000', '112826.457000', '112826.460000', '112826.463000', '112846.343000', '112846.346000', '112846.349000', '112846.352000', '112846.355000', '112846.358000', '112846.360000', '112846.363000', '112846.366000', '112846.369000', '112846.372000', '112846.374000', '112846.377000', '112846.380000', '112846.383000', '112846.386000', '112846.389000', '112846.391000', '112846.394000', '112846.397000', '112846.400000', '112846.403000', '112846.406000', '112846.409000', '112846.412000', '112846.414000', '112846.417000', '112846.420000', '112846.423000', '112846.426000', '112846.428000', '112846.431000', '112846.434000', '112846.437000', '112846.440000', '112846.443000', '112846.445000', '112846.448000', '112846.451000', '112846.454000', '112846.457000', '112846.460000', '112846.463000', '112846.466000', '112906.343000', '112906.346000', '112906.349000', '112906.352000', '112906.355000', '112906.358000', '112906.361000', '112906.364000', '112906.369000', '112906.372000', '112906.375000', '112906.378000', '112906.381000', '112906.384000', '112906.387000', '112906.389000', '112906.392000', '112906.395000', '112906.398000', '112906.401000', '112906.403000', '112906.406000', '112906.409000', '112906.412000', '112906.415000', '112906.417000', '112906.420000', '112906.423000', '112906.426000', '112906.429000', '112906.432000', '112906.434000', '112906.437000', '112906.440000', '112906.443000', '112906.446000', '112906.449000', '112906.452000', '112906.454000', '112906.457000', '112906.460000', '112906.463000', '112906.466000', '112926.343000', '112926.346000', '112926.349000', '112926.352000', '112926.354000', '112926.357000', '112926.360000', '112926.363000', '112926.366000', '112926.369000', '112926.372000', '112926.374000', '112926.377000', '112926.380000', '112926.383000', '112926.386000', '112926.388000', '112926.391000', '112926.394000', '112926.397000', '112926.400000', '112926.403000', '112926.405000', '112926.408000', '112926.411000', '112926.414000', '112926.417000', '112926.420000', '112926.422000', '112926.425000', '112926.428000', '112926.431000', '112926.434000', '112926.437000', '112926.439000', '112926.442000', '112926.455000', '112926.458000', '112926.461000', '112926.464000', '112926.467000', '112926.469000', '112926.472000', '112926.475000', '112946.343000', '112946.346000', '112946.349000', '112946.352000', '112946.355000', '112946.358000', '112946.360000', '112946.363000', '112946.366000', '112946.369000', '112946.372000', '112946.375000', '112946.380000', '112946.383000', '112946.386000', '112946.389000', '112946.392000', '112946.394000', '112946.397000', '112946.400000', '112946.403000', '112946.406000', '112946.409000', '112946.411000', '112946.414000', '112946.417000', '112946.420000', '112946.422000', '112946.425000', '112946.428000', '112946.431000', '112946.434000', '112946.437000', '112946.439000', '112946.442000', '112946.445000', '112946.448000', '112946.451000', '112946.454000', '112946.456000', '112946.459000', '112946.462000', '112946.465000', '113006.343000', '113006.346000', '113006.349000', '113006.352000', '113006.354000', '113006.357000', '113006.360000', '113006.363000', '113006.366000', '113006.369000', '113006.371000', '113006.374000', '113006.377000', '113006.380000', '113006.383000', '113006.386000', '113006.389000', '113006.391000', '113006.394000', '113006.397000', '113006.400000', '113006.403000', '113006.406000', '113006.409000', '113006.411000', '113006.414000', '113006.417000', '113006.420000', '113006.423000', '113006.425000', '113006.428000', '113006.431000', '113006.434000', '113006.437000', '113006.440000', '113006.443000', '113006.445000', '113006.448000', '113006.451000', '113006.454000', '113006.457000', '113006.460000', '113006.462000', '113006.465000', '113026.343000', '113026.346000', '113026.349000', '113026.352000', '113026.355000', '113026.358000', '113026.360000', '113026.363000', '113026.366000', '113026.369000', '113026.372000', '113026.374000', '113026.377000', '113026.380000', '113026.383000', '113026.386000', '113026.389000', '113026.392000', '113026.395000', '113026.398000', '113026.400000', '113026.403000', '113026.406000', '113026.409000', '113026.412000', '113026.415000', '113026.418000', '113026.421000', '113026.424000', '113026.427000', '113026.429000', '113026.432000', '113026.435000', '113026.438000', '113026.441000', '113026.444000', '113026.446000', '113026.449000', '113026.452000', '113026.455000', '113026.458000', '113026.461000', '113026.463000', '113046.343000', '113046.346000', '113046.349000', '113046.352000', '113046.355000', '113046.358000', '113046.360000', '113046.363000', '113046.366000', '113046.369000', '113046.372000', '113046.375000', '113046.377000', '113046.380000', '113046.383000', '113046.386000', '113046.389000', '113046.391000', '113046.394000', '113046.397000', '113046.400000', '113046.403000', '113046.406000', '113046.408000', '113046.411000', '113046.414000', '113046.417000', '113046.420000', '113046.422000', '113046.425000', '113046.428000', '113046.431000', '113046.434000', '113046.448000', '113046.451000', '113046.454000', '113046.457000', '113046.460000', '113046.463000', '113046.466000', '113046.468000', '113046.471000', '113046.474000', '113046.477000', '113106.343000', '113106.346000', '113106.349000', '113106.352000', '113106.355000', '113106.358000', '113106.360000', '113106.363000', '113106.366000', '113106.369000', '113106.372000', '113106.375000', '113106.378000', '113106.380000', '113106.383000', '113106.386000', '113106.389000', '113106.392000', '113106.395000', '113106.398000', '113106.400000', '113106.403000', '113106.406000', '113106.409000', '113106.412000', '113106.414000', '113106.417000', '113106.420000', '113106.423000', '113106.426000', '113106.429000', '113106.432000', '113106.435000', '113106.438000', '113106.441000', '113106.443000', '113106.446000', '113106.449000', '113106.452000', '113106.455000', '113106.457000', '113106.460000', '113106.463000', '113114.792000', '113114.868000', '113114.871000', '113114.874000', '113114.877000', '113114.880000', '113114.883000', '113114.885000', '113114.888000', '113114.892000', '113114.894000', '113114.897000', '113114.900000', '113114.903000', '113114.906000', '113114.908000', '113114.911000', '113114.914000', '113114.917000'], 'InstanceCreationTime': ['112126.373000', '112126.377000', '112126.380000', '112126.384000', '112126.387000', '112126.389000', '112126.422000', '112126.425000', '112126.428000', '112126.431000', '112126.434000', '112126.437000', '112126.440000', '112126.443000', '112126.445000', '112126.449000', '112126.451000', '112126.454000', '112126.457000', '112126.460000', '112126.463000', '112126.466000', '112126.469000', '112126.472000', '112126.475000', '112126.477000', '112126.481000', '112126.484000', '112126.487000', '112126.490000', '112126.493000', '112126.496000', '112126.499000', '112126.502000', '112126.504000', '112126.507000', '112126.511000', '112126.514000', '112126.517000', '112126.519000', '112126.522000', '112126.525000', '112146.343000', '112146.346000', '112146.348000', '112146.351000', '112146.354000', '112146.357000', '112146.360000', '112146.363000', '112146.365000', '112146.368000', '112146.371000', '112146.374000', '112146.376000', '112146.379000', '112146.382000', '112146.385000', '112146.388000', '112146.390000', '112146.393000', '112146.396000', '112146.399000', '112146.402000', '112146.404000', '112146.407000', '112146.410000', '112146.413000', '112146.416000', '112146.418000', '112146.421000', '112146.424000', '112146.427000', '112146.430000', '112146.433000', '112146.435000', '112146.438000', '112146.441000', '112146.444000', '112146.447000', '112146.449000', '112146.452000', '112146.455000', '112146.458000', '112146.461000', '112146.464000', '112206.343000', '112206.346000', '112206.349000', '112206.351000', '112206.354000', '112206.357000', '112206.360000', '112206.362000', '112206.365000', '112206.368000', '112206.371000', '112206.374000', '112206.377000', '112206.379000', '112206.382000', '112206.385000', '112206.388000', '112206.391000', '112206.394000', '112206.396000', '112206.399000', '112206.402000', '112206.405000', '112206.408000', '112206.411000', '112206.413000', '112206.416000', '112206.419000', '112206.422000', '112206.425000', '112206.427000', '112206.430000', '112206.433000', '112206.436000', '112206.439000', '112206.441000', '112206.452000', '112206.454000', '112206.457000', '112206.460000', '112206.463000', '112206.466000', '112206.468000', '112226.343000', '112226.346000', '112226.349000', '112226.351000', '112226.354000', '112226.357000', '112226.360000', '112226.363000', '112226.365000', '112226.368000', '112226.371000', '112226.392000', '112226.395000', '112226.398000', '112226.400000', '112226.403000', '112226.406000', '112226.409000', '112226.412000', '112226.414000', '112226.417000', '112226.420000', '112226.423000', '112226.425000', '112226.428000', '112226.431000', '112226.434000', '112226.437000', '112226.440000', '112226.443000', '112226.445000', '112226.448000', '112226.451000', '112226.454000', '112226.456000', '112226.459000', '112226.462000', '112226.465000', '112226.468000', '112226.470000', '112226.473000', '112226.476000', '112226.479000', '112226.482000', '112246.343000', '112246.346000', '112246.349000', '112246.353000', '112246.355000', '112246.358000', '112246.361000', '112246.364000', '112246.367000', '112246.369000', '112246.372000', '112246.375000', '112246.378000', '112246.381000', '112246.389000', '112246.391000', '112246.394000', '112246.397000', '112246.400000', '112246.403000', '112246.406000', '112246.408000', '112246.412000', '112246.417000', '112246.421000', '112246.424000', '112246.426000', '112246.429000', '112246.432000', '112246.435000', '112246.438000', '112246.440000', '112246.443000', '112246.446000', '112246.449000', '112246.452000', '112246.455000', '112246.457000', '112246.460000', '112246.463000', '112246.466000', '112246.469000', '112246.471000', '112306.343000', '112306.347000', '112306.350000', '112306.352000', '112306.355000', '112306.358000', '112306.361000', '112306.364000', '112306.367000', '112306.370000', '112306.373000', '112306.376000', '112306.379000', '112306.381000', '112306.384000', '112306.387000', '112306.390000', '112306.393000', '112306.396000', '112306.398000', '112306.401000', '112306.404000', '112306.407000', '112306.410000', '112306.413000', '112306.416000', '112306.418000', '112306.421000', '112306.424000', '112306.427000', '112306.430000', '112306.433000', '112306.436000', '112306.439000', '112306.441000', '112306.444000', '112306.447000', '112306.450000', '112306.453000', '112306.456000', '112306.459000', '112306.462000', '112306.464000', '112306.467000', '112326.343000', '112326.346000', '112326.349000', '112326.351000', '112326.354000', '112326.357000', '112326.360000', '112326.363000', '112326.366000', '112326.368000', '112326.371000', '112326.374000', '112326.377000', '112326.380000', '112326.383000', '112326.385000', '112326.388000', '112326.391000', '112326.394000', '112326.397000', '112326.400000', '112326.402000', '112326.405000', '112326.408000', '112326.411000', '112326.414000', '112326.417000', '112326.420000', '112326.422000', '112326.425000', '112326.428000', '112326.431000', '112326.434000', '112326.437000', '112326.440000', '112326.443000', '112326.445000', '112326.448000', '112326.451000', '112326.454000', '112326.457000', '112326.460000', '112326.462000', '112346.343000', '112346.346000', '112346.349000', '112346.351000', '112346.354000', '112346.357000', '112346.360000', '112346.363000', '112346.365000', '112346.368000', '112346.371000', '112346.374000', '112346.377000', '112346.380000', '112346.382000', '112346.385000', '112346.388000', '112346.391000', '112346.394000', '112346.396000', '112346.399000', '112346.402000', '112346.405000', '112346.408000', '112346.410000', '112346.413000', '112346.416000', '112346.419000', '112346.422000', '112346.424000', '112346.427000', '112346.430000', '112346.433000', '112346.436000', '112346.439000', '112346.441000', '112346.444000', '112346.447000', '112346.450000', '112346.453000', '112346.455000', '112346.458000', '112346.461000', '112346.464000', '112406.343000', '112406.346000', '112406.349000', '112406.351000', '112406.354000', '112406.357000', '112406.360000', '112406.363000', '112406.366000', '112406.368000', '112406.371000', '112406.374000', '112406.377000', '112406.380000', '112406.383000', '112406.385000', '112406.389000', '112406.392000', '112406.395000', '112406.398000', '112406.401000', '112406.404000', '112406.407000', '112406.410000', '112406.413000', '112406.415000', '112406.418000', '112406.421000', '112406.424000', '112406.427000', '112406.429000', '112406.432000', '112406.435000', '112406.438000', '112406.441000', '112406.444000', '112406.447000', '112406.450000', '112406.453000', '112406.456000', '112406.459000', '112406.462000', '112406.464000', '112426.343000', '112426.346000', '112426.349000', '112426.351000', '112426.354000', '112426.357000', '112426.360000', '112426.363000', '112426.366000', '112426.369000', '112426.371000', '112426.384000', '112426.386000', '112426.389000', '112426.392000', '112426.395000', '112426.398000', '112426.400000', '112426.403000', '112426.406000', '112426.409000', '112426.412000', '112426.415000', '112426.417000', '112426.420000', '112426.423000', '112426.426000', '112426.429000', '112426.432000', '112426.435000', '112426.437000', '112426.440000', '112426.443000', '112426.446000', '112426.449000', '112426.452000', '112426.454000', '112426.457000', '112426.460000', '112426.463000', '112426.466000', '112426.468000', '112426.471000', '112426.474000', '112446.343000', '112446.346000', '112446.349000', '112446.352000', '112446.354000', '112446.357000', '112446.360000', '112446.363000', '112446.366000', '112446.369000', '112446.371000', '112446.374000', '112446.377000', '112446.380000', '112446.383000', '112446.385000', '112446.388000', '112446.391000', '112446.394000', '112446.397000', '112446.400000', '112446.402000', '112446.405000', '112446.408000', '112446.411000', '112446.414000', '112446.416000', '112446.419000', '112446.422000', '112446.425000', '112446.428000', '112446.430000', '112446.433000', '112446.436000', '112446.439000', '112446.442000', '112446.445000', '112446.447000', '112446.450000', '112446.453000', '112446.456000', '112446.459000', '112446.462000', '112506.343000', '112506.346000', '112506.349000', '112506.351000', '112506.354000', '112506.357000', '112506.360000', '112506.363000', '112506.366000', '112506.368000', '112506.371000', '112506.374000', '112506.377000', '112506.380000', '112506.383000', '112506.386000', '112506.388000', '112506.391000', '112506.394000', '112506.397000', '112506.400000', '112506.403000', '112506.405000', '112506.408000', '112506.411000', '112506.414000', '112506.417000', '112506.420000', '112506.422000', '112506.425000', '112506.428000', '112506.431000', '112506.434000', '112506.437000', '112506.440000', '112506.442000', '112506.445000', '112506.448000', '112506.451000', '112506.454000', '112506.457000', '112506.459000', '112506.462000', '112506.465000', '112526.343000', '112526.346000', '112526.349000', '112526.352000', '112526.354000', '112526.357000', '112526.360000', '112526.363000', '112526.366000', '112526.368000', '112526.371000', '112526.374000', '112526.377000', '112526.380000', '112526.383000', '112526.385000', '112526.388000', '112526.413000', '112526.416000', '112526.419000', '112526.422000', '112526.426000', '112526.429000', '112526.432000', '112526.435000', '112526.437000', '112526.440000', '112526.443000', '112526.446000', '112526.449000', '112526.452000', '112526.455000', '112526.457000', '112526.460000', '112526.463000', '112526.466000', '112526.469000', '112526.472000', '112526.474000', '112526.477000', '112526.480000', '112526.483000', '112526.486000', '112546.343000', '112546.346000', '112546.349000', '112546.352000', '112546.354000', '112546.357000', '112546.360000', '112546.363000', '112546.366000', '112546.369000', '112546.372000', '112546.374000', '112546.377000', '112546.380000', '112546.383000', '112546.386000', '112546.389000', '112546.392000', '112546.395000', '112546.397000', '112546.400000', '112546.403000', '112546.406000', '112546.409000', '112546.411000', '112546.414000', '112546.417000', '112546.420000', '112546.423000', '112546.426000', '112546.428000', '112546.431000', '112546.434000', '112546.437000', '112546.440000', '112546.443000', '112546.445000', '112546.448000', '112546.451000', '112546.454000', '112546.457000', '112546.459000', '112546.462000', '112546.465000', '112606.343000', '112606.346000', '112606.349000', '112606.351000', '112606.354000', '112606.357000', '112606.360000', '112606.363000', '112606.366000', '112606.368000', '112606.371000', '112606.374000', '112606.377000', '112606.380000', '112606.383000', '112606.385000', '112606.388000', '112606.391000', '112606.394000', '112606.397000', '112606.400000', '112606.403000', '112606.405000', '112606.408000', '112606.411000', '112606.414000', '112606.417000', '112606.420000', '112606.422000', '112606.425000', '112606.428000', '112606.431000', '112606.434000', '112606.437000', '112606.440000', '112606.442000', '112606.445000', '112606.448000', '112606.451000', '112606.454000', '112606.456000', '112606.459000', '112606.462000', '112626.343000', '112626.346000', '112626.349000', '112626.352000', '112626.355000', '112626.357000', '112626.360000', '112626.363000', '112626.366000', '112626.369000', '112626.371000', '112626.374000', '112626.377000', '112626.380000', '112626.383000', '112626.386000', '112626.389000', '112626.391000', '112626.394000', '112626.397000', '112626.400000', '112626.403000', '112626.405000', '112626.408000', '112626.411000', '112626.414000', '112626.417000', '112626.420000', '112626.423000', '112626.426000', '112626.428000', '112626.431000', '112626.434000', '112626.437000', '112626.440000', '112626.443000', '112626.446000', '112626.449000', '112626.452000', '112626.455000', '112626.457000', '112626.460000', '112626.463000', '112626.466000', '112646.343000', '112646.346000', '112646.349000', '112646.352000', '112646.355000', '112646.357000', '112646.360000', '112646.363000', '112646.366000', '112646.369000', '112646.371000', '112646.374000', '112646.377000', '112646.380000', '112646.383000', '112646.386000', '112646.388000', '112646.391000', '112646.394000', '112646.397000', '112646.400000', '112646.402000', '112646.405000', '112646.408000', '112646.411000', '112646.414000', '112646.416000', '112646.419000', '112646.433000', '112646.436000', '112646.439000', '112646.442000', '112646.445000', '112646.448000', '112646.450000', '112646.453000', '112646.456000', '112646.459000', '112646.462000', '112646.466000', '112646.469000', '112646.472000', '112646.475000', '112706.343000', '112706.346000', '112706.349000', '112706.352000', '112706.355000', '112706.358000', '112706.360000', '112706.363000', '112706.366000', '112706.369000', '112706.372000', '112706.374000', '112706.377000', '112706.380000', '112706.383000', '112706.386000', '112706.389000', '112706.392000', '112706.394000', '112706.397000', '112706.400000', '112706.403000', '112706.406000', '112706.409000', '112706.411000', '112706.414000', '112706.417000', '112706.420000', '112706.423000', '112706.426000', '112706.430000', '112706.432000', '112706.435000', '112706.438000', '112706.441000', '112706.444000', '112706.447000', '112706.449000', '112706.452000', '112706.455000', '112706.458000', '112706.461000', '112706.464000', '112726.343000', '112726.346000', '112726.349000', '112726.352000', '112726.354000', '112726.357000', '112726.360000', '112726.363000', '112726.366000', '112726.368000', '112726.371000', '112726.374000', '112726.377000', '112726.380000', '112726.383000', '112726.386000', '112726.388000', '112726.391000', '112726.394000', '112726.397000', '112726.400000', '112726.403000', '112726.405000', '112726.408000', '112726.411000', '112726.414000', '112726.416000', '112726.419000', '112726.422000', '112726.425000', '112726.428000', '112726.431000', '112726.433000', '112726.436000', '112726.439000', '112726.442000', '112726.445000', '112726.448000', '112726.450000', '112726.453000', '112726.456000', '112726.459000', '112726.462000', '112726.465000', '112746.343000', '112746.346000', '112746.349000', '112746.351000', '112746.354000', '112746.357000', '112746.360000', '112746.363000', '112746.366000', '112746.368000', '112746.371000', '112746.374000', '112746.377000', '112746.380000', '112746.382000', '112746.385000', '112746.388000', '112746.391000', '112746.394000', '112746.397000', '112746.399000', '112746.402000', '112746.405000', '112746.408000', '112746.411000', '112746.413000', '112746.416000', '112746.419000', '112746.422000', '112746.425000', '112746.428000', '112746.430000', '112746.433000', '112746.436000', '112746.439000', '112746.442000', '112746.445000', '112746.447000', '112746.450000', '112746.453000', '112746.456000', '112746.459000', '112746.461000', '112746.464000', '112806.343000', '112806.346000', '112806.349000', '112806.352000', '112806.355000', '112806.357000', '112806.360000', '112806.363000', '112806.366000', '112806.369000', '112806.372000', '112806.374000', '112806.377000', '112806.380000', '112806.383000', '112806.386000', '112806.389000', '112806.391000', '112806.394000', '112806.397000', '112806.400000', '112806.403000', '112806.406000', '112806.408000', '112806.411000', '112806.414000', '112806.417000', '112806.420000', '112806.423000', '112806.425000', '112806.428000', '112806.431000', '112806.434000', '112806.437000', '112806.440000', '112806.442000', '112806.445000', '112806.448000', '112806.451000', '112806.465000', '112806.468000', '112806.471000', '112806.474000', '112826.343000', '112826.346000', '112826.349000', '112826.352000', '112826.355000', '112826.357000', '112826.360000', '112826.363000', '112826.366000', '112826.369000', '112826.372000', '112826.375000', '112826.377000', '112826.380000', '112826.383000', '112826.386000', '112826.389000', '112826.392000', '112826.394000', '112826.397000', '112826.400000', '112826.403000', '112826.406000', '112826.409000', '112826.412000', '112826.414000', '112826.417000', '112826.420000', '112826.423000', '112826.426000', '112826.429000', '112826.431000', '112826.434000', '112826.437000', '112826.440000', '112826.443000', '112826.446000', '112826.448000', '112826.451000', '112826.454000', '112826.457000', '112826.460000', '112826.463000', '112846.343000', '112846.346000', '112846.349000', '112846.352000', '112846.355000', '112846.358000', '112846.360000', '112846.363000', '112846.366000', '112846.369000', '112846.372000', '112846.374000', '112846.377000', '112846.380000', '112846.383000', '112846.386000', '112846.389000', '112846.391000', '112846.394000', '112846.397000', '112846.400000', '112846.403000', '112846.406000', '112846.409000', '112846.412000', '112846.414000', '112846.417000', '112846.420000', '112846.423000', '112846.426000', '112846.428000', '112846.431000', '112846.434000', '112846.437000', '112846.440000', '112846.443000', '112846.445000', '112846.448000', '112846.451000', '112846.454000', '112846.457000', '112846.460000', '112846.463000', '112846.466000', '112906.343000', '112906.346000', '112906.349000', '112906.352000', '112906.355000', '112906.358000', '112906.361000', '112906.364000', '112906.369000', '112906.372000', '112906.375000', '112906.378000', '112906.381000', '112906.384000', '112906.387000', '112906.389000', '112906.392000', '112906.395000', '112906.398000', '112906.401000', '112906.403000', '112906.406000', '112906.409000', '112906.412000', '112906.415000', '112906.417000', '112906.420000', '112906.423000', '112906.426000', '112906.429000', '112906.432000', '112906.434000', '112906.437000', '112906.440000', '112906.443000', '112906.446000', '112906.449000', '112906.452000', '112906.454000', '112906.457000', '112906.460000', '112906.463000', '112906.466000', '112926.343000', '112926.346000', '112926.349000', '112926.352000', '112926.354000', '112926.357000', '112926.360000', '112926.363000', '112926.366000', '112926.369000', '112926.372000', '112926.374000', '112926.377000', '112926.380000', '112926.383000', '112926.386000', '112926.388000', '112926.391000', '112926.394000', '112926.397000', '112926.400000', '112926.403000', '112926.405000', '112926.408000', '112926.411000', '112926.414000', '112926.417000', '112926.420000', '112926.422000', '112926.425000', '112926.428000', '112926.431000', '112926.434000', '112926.437000', '112926.439000', '112926.442000', '112926.455000', '112926.458000', '112926.461000', '112926.464000', '112926.467000', '112926.469000', '112926.472000', '112926.475000', '112946.343000', '112946.346000', '112946.349000', '112946.352000', '112946.355000', '112946.358000', '112946.360000', '112946.363000', '112946.366000', '112946.369000', '112946.372000', '112946.375000', '112946.380000', '112946.383000', '112946.386000', '112946.389000', '112946.392000', '112946.394000', '112946.397000', '112946.400000', '112946.403000', '112946.406000', '112946.409000', '112946.411000', '112946.414000', '112946.417000', '112946.420000', '112946.422000', '112946.425000', '112946.428000', '112946.431000', '112946.434000', '112946.437000', '112946.439000', '112946.442000', '112946.445000', '112946.448000', '112946.451000', '112946.454000', '112946.456000', '112946.459000', '112946.462000', '112946.465000', '113006.343000', '113006.346000', '113006.349000', '113006.352000', '113006.354000', '113006.357000', '113006.360000', '113006.363000', '113006.366000', '113006.369000', '113006.371000', '113006.374000', '113006.377000', '113006.380000', '113006.383000', '113006.386000', '113006.389000', '113006.391000', '113006.394000', '113006.397000', '113006.400000', '113006.403000', '113006.406000', '113006.409000', '113006.411000', '113006.414000', '113006.417000', '113006.420000', '113006.423000', '113006.425000', '113006.428000', '113006.431000', '113006.434000', '113006.437000', '113006.440000', '113006.443000', '113006.445000', '113006.448000', '113006.451000', '113006.454000', '113006.457000', '113006.460000', '113006.462000', '113006.465000', '113026.343000', '113026.346000', '113026.349000', '113026.352000', '113026.355000', '113026.358000', '113026.360000', '113026.363000', '113026.366000', '113026.369000', '113026.372000', '113026.374000', '113026.377000', '113026.380000', '113026.383000', '113026.386000', '113026.389000', '113026.392000', '113026.395000', '113026.398000', '113026.400000', '113026.403000', '113026.406000', '113026.409000', '113026.412000', '113026.415000', '113026.418000', '113026.421000', '113026.424000', '113026.427000', '113026.429000', '113026.432000', '113026.435000', '113026.438000', '113026.441000', '113026.444000', '113026.446000', '113026.449000', '113026.452000', '113026.455000', '113026.458000', '113026.461000', '113026.463000', '113046.343000', '113046.346000', '113046.349000', '113046.352000', '113046.355000', '113046.358000', '113046.360000', '113046.363000', '113046.366000', '113046.369000', '113046.372000', '113046.375000', '113046.377000', '113046.380000', '113046.383000', '113046.386000', '113046.389000', '113046.391000', '113046.394000', '113046.397000', '113046.400000', '113046.403000', '113046.406000', '113046.408000', '113046.411000', '113046.414000', '113046.417000', '113046.420000', '113046.422000', '113046.425000', '113046.428000', '113046.431000', '113046.434000', '113046.448000', '113046.451000', '113046.454000', '113046.457000', '113046.460000', '113046.463000', '113046.466000', '113046.468000', '113046.471000', '113046.474000', '113046.477000', '113106.343000', '113106.346000', '113106.349000', '113106.352000', '113106.355000', '113106.358000', '113106.360000', '113106.363000', '113106.366000', '113106.369000', '113106.372000', '113106.375000', '113106.378000', '113106.380000', '113106.383000', '113106.386000', '113106.389000', '113106.392000', '113106.395000', '113106.398000', '113106.400000', '113106.403000', '113106.406000', '113106.409000', '113106.412000', '113106.414000', '113106.417000', '113106.420000', '113106.423000', '113106.426000', '113106.429000', '113106.432000', '113106.435000', '113106.438000', '113106.441000', '113106.443000', '113106.446000', '113106.449000', '113106.452000', '113106.455000', '113106.457000', '113106.460000', '113106.463000', '113114.792000', '113114.868000', '113114.871000', '113114.874000', '113114.877000', '113114.880000', '113114.883000', '113114.885000', '113114.888000', '113114.892000', '113114.894000', '113114.897000', '113114.900000', '113114.903000', '113114.906000', '113114.908000', '113114.911000', '113114.914000', '113114.917000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322], 'LargestImagePixelValue': [12348, 9101, 11638, 9934, 12605, 9803, 9717, 12483, 10014, 11792, 9889, 9567, 13177, 9457, 14005, 9998, 14346, 11441, 8945, 10950, 10103, 12021, 9002, 14635, 9748, 13584, 9865, 9281, 10110, 9979, 10425, 9615, 12190, 10272, 14358, 9678, 8864, 10508, 9153, 12648, 9861, 11004, 9567, 12677, 10706, 8515, 9757, 9506, 11907, 9549, 13609, 9936, 12714, 10551, 9205, 10519, 9925, 11025, 9461, 13318, 9957, 12985, 9622, 14038, 10824, 9134, 10149, 9586, 10629, 9522, 12345, 9733, 12682, 9714, 13732, 11376, 8791, 9582, 8728, 10571, 9396, 12991, 9556, 11978, 9238, 11200, 9665, 12664, 9801, 9178, 9647, 9726, 11888, 9313, 10120, 9372, 10876, 9593, 14102, 9423, 9830, 9812, 10339, 9661, 10529, 9594, 9612, 9470, 12307, 10343, 9341, 9685, 9684, 10620, 9912, 14126, 9327, 12424, 9183, 14773, 10672, 13083, 9980, 11614, 9439, 12907, 11272, 9089, 9709, 9217, 10273, 9559, 13722, 9752, 10651, 9509, 12166, 9356, 11972, 9820, 12791, 9685, 9342, 9761, 10046, 10363, 9718, 11079, 10092, 11868, 10041, 11825, 10399, 9156, 9679, 11376, 11543, 9263, 10122, 9348, 10500, 10279, 11154, 9482, 10290, 9683, 11357, 9928, 11568, 9856, 12263, 9980, 13168, 10872, 10030, 9834, 10646, 9937, 12892, 10469, 11438, 9771, 11647, 9997, 11607, 9916, 11389, 10078, 10396, 9867, 10552, 9961, 10543, 9999, 10245, 9964, 11023, 13927, 10683, 12560, 9881, 9781, 9980, 10053, 9622, 9321, 9752, 9626, 9249, 10566, 9935, 10636, 9984, 11001, 10102, 11691, 10057, 9546, 11050, 9860, 13940, 9956, 12145, 9739, 15108, 12863, 15788, 10015, 14085, 11466, 10148, 11044, 10063, 11971, 9555, 12968, 9786, 12245, 10007, 10601, 11999, 10012, 11010, 10198, 12315, 9773, 14528, 10028, 12075, 10182, 12825, 9712, 13478, 9810, 9248, 10147, 10111, 9771, 9585, 10570, 9940, 11735, 9951, 12161, 9924, 11948, 10335, 11514, 9858, 11019, 10106, 11627, 10193, 10771, 9859, 10016, 10147, 10728, 9380, 10784, 9848, 9994, 9397, 11215, 9929, 9427, 10020, 9582, 11027, 10169, 10328, 10011, 11699, 9817, 13885, 10052, 12474, 10092, 13906, 10858, 14849, 10111, 14188, 11013, 13930, 13281, 10317, 14629, 9545, 9758, 9649, 12067, 9901, 12401, 10018, 12047, 9854, 9823, 11354, 10213, 14235, 11210, 17073, 11653, 14162, 11163, 11228, 10809, 9461, 11144, 9564, 9656, 9560, 10334, 9514, 10994, 10131, 10106, 9903, 9519, 9589, 10201, 9639, 10678, 9461, 10053, 9428, 10184, 9933, 9850, 11032, 10352, 11490, 10071, 11229, 11613, 9410, 11517, 13749, 15091, 10168, 12284, 9464, 14350, 10419, 15993, 10381, 12845, 9826, 12435, 9385, 12154, 10254, 11857, 9929, 11751, 10640, 9239, 10258, 9631, 10621, 9698, 13826, 10665, 11539, 10084, 11462, 9478, 12050, 10041, 10594, 10101, 12836, 10150, 8900, 10151, 9991, 10214, 10540, 13128, 9969, 11611, 9868, 11583, 9797, 13216, 9700, 10601, 10153, 10746, 9910, 9216, 10163, 9806, 10524, 9717, 10191, 10088, 10466, 10031, 11972, 10130, 10866, 10209, 10300, 13485, 10196, 11336, 10477, 13036, 9874, 13737, 10233, 11634, 10307, 11948, 10167, 9398, 10081, 9107, 10074, 9851, 11411, 9533, 10631, 10193, 11056, 10039, 11707, 10053, 9129, 9800, 10166, 10856, 9364, 11575, 9910, 11831, 10117, 9793, 12054, 10483, 10720, 9560, 10904, 9659, 12882, 9950, 12035, 9945, 11238, 10252, 9744, 9736, 9992, 10481, 9653, 11801, 9941, 11881, 10018, 10267, 11235, 10342, 9958, 9863, 10988, 9383, 14187, 10122, 12228, 9866, 13615, 10677, 9164, 9809, 9470, 9920, 10123, 10676, 9849, 10167, 9912, 10263, 9773, 10226, 10009, 9927, 11917, 10507, 9544, 9739, 10223, 11698, 9580, 14098, 11504, 12877, 9809, 9927, 13278, 9785, 14034, 9567, 9280, 9694, 10336, 10941, 9761, 12167, 9772, 11366, 10053, 9505, 13630, 9703, 12955, 9729, 12633, 10629, 9471, 11455, 9890, 11635, 10004, 15220, 9879, 9252, 10012, 9795, 11278, 9771, 9757, 10010, 9120, 10149, 9701, 12149, 9734, 12634, 9793, 12522, 10175, 9202, 11041, 9985, 10272, 10270, 11499, 9886, 13186, 9626, 11993, 9797, 11245, 10021, 9262, 9983, 9253, 9894, 9802, 10284, 9873, 12232, 9644, 11535, 9804, 10951, 10062, 9415, 10056, 9761, 10099, 9736, 12501, 9880, 9590, 13361, 9779, 13960, 9837, 9617, 10338, 12437, 12620, 9429, 10049, 9390, 9866, 9736, 10378, 9544, 9776, 9682, 9878, 9640, 10569, 9922, 9367, 9977, 12798, 9893, 9264, 9873, 9491, 9889, 9653, 12832, 10054, 10616, 9917, 11600, 9958, 14607, 12624, 13091, 9831, 10358, 9933, 11085, 9790, 9777, 9725, 9850, 9606, 13390, 12361, 10093, 9742, 11082, 12349, 9366, 13155, 10220, 9835, 9898, 10183, 9650, 11879, 9359, 13353, 9429, 10084, 9721, 9490, 10319, 9254, 10362, 9150, 12981, 10135, 14486, 9965, 12051, 10013, 16382, 11996, 13600, 9660, 13849, 9680, 9799, 9870, 10018, 12378, 10028, 9672, 10116, 10108, 10032, 10919, 9927, 10263, 9832, 10847, 9777, 11227, 9672, 9519, 10209, 9688, 10063, 9521, 11282, 9942, 11305, 9966, 13043, 10455, 14118, 9835, 13302, 9923, 13056, 11788, 10757, 9826, 9458, 9938, 9824, 9955, 9707, 11694, 9773, 9920, 9638, 10716, 9838, 11152, 9931, 10762, 9916, 13383, 11219, 10247, 9990, 9446, 10151, 10696, 10959, 10504, 10574, 9741, 10611, 11515, 10158, 15225, 14702, 11047, 15789, 13982, 17817, 13183, 13319, 11418, 10081, 11357, 9765, 9521, 9982, 9774, 12215, 11063, 14647, 9611, 13875, 9469, 14704, 9209, 13226, 9139, 12408, 9275, 12425, 9574, 13055, 9678, 9461, 9652, 9396, 9645, 10070, 8916, 10602, 11275, 10604, 9695, 10203, 10565, 9898, 10716, 11446, 10753, 11743, 10260, 9743, 10367, 10662, 12078, 10186, 15941, 12983, 15432, 12522, 11664, 13257, 10232, 15900, 10982, 10090, 12673, 10910, 17893, 12743, 10217, 10220, 10439, 11560, 10694, 13335, 10508, 12532, 10593, 12147, 11018, 9590, 10311, 9658, 10654, 10453, 12511, 10351, 11539, 10665, 11239, 10943, 14235, 10779, 9976, 10205, 9989, 10520, 10508, 12343, 10502, 10331, 9864, 10435, 9978, 10622, 11633, 10562, 10073, 10336, 10162, 10725, 10671, 10336, 9561, 10366, 10563, 10361, 10536, 10132, 10274, 10600, 10505, 11205, 10536, 11444, 10616, 13285, 10300, 12205, 10482, 12373, 10328, 10734, 10438, 10103, 10616, 10950, 10332, 9699, 10406, 9949, 10331, 10177, 10065, 10570, 10060, 10422, 10117, 10012, 11071, 10464, 11049, 10704, 10916, 10465, 11339, 10713, 11628, 10848, 11280, 10731, 10456, 10673, 10278, 10477, 10788, 10072, 9624, 10369, 9326, 10001, 9654, 9819, 9911, 10264, 10277, 10050, 10848, 9873, 10256, 9945, 10527, 10128, 10273, 12908, 10281, 14178, 11471, 15124, 10033, 13958, 10332, 13370, 10321, 9797, 10144, 9952, 10367, 12374, 15282, 10002, 10038, 10460, 10048, 10526, 10616, 10164, 11571, 9337, 10229, 9914, 10090, 10174, 9915, 11343, 10096, 12714, 10302, 13940, 12075, 14505, 11387, 15579, 11131, 13635, 13667, 10172, 12963, 9787, 10713, 9871, 11364, 9888, 9556, 9922, 10366, 10099, 10987, 11667, 9899, 11222, 9829, 9899, 9849, 10153, 10971, 9896, 12132, 10137, 10593, 9637, 10182, 9813, 9670, 10109, 9825, 10892, 9838, 10054, 9869, 9742, 11893, 10150, 13570, 9854, 9860, 9848, 10357, 13124, 10316, 10994, 9585, 10950, 10042, 11694, 9668, 9822, 9718, 10696, 10711, 10003, 11723, 10095, 10390, 9850, 10509, 10473, 10216, 12224, 10451, 10475, 9829, 10018, 13576, 10027, 14698, 9852, 15176, 12359, 17246, 13317, 12470, 10214, 10170, 9531, 9857, 10000, 9975, 9556, 10173, 9684, 9497, 11146, 9753, 12715, 10493, 10465, 13230, 9625, 14115, 12102, 14268, 11127, 9280, 9481, 9759, 9851, 9700, 10072, 9794, 9694, 9861, 10493, 9775, 10225, 9614, 10607, 9843, 10333, 10405, 9864, 10354, 9766, 10498, 10434, 10254, 11437, 10165, 12678, 10083, 13792, 12181, 13433, 11551, 13837, 12078, 15259, 9681, 12073, 9761, 10304, 10468, 10313, 9908, 10136, 9963, 10445, 11232, 9856, 12114, 9944, 12271, 9776, 9956, 9743, 10591, 9751, 10212, 12641, 9527, 11911, 9585, 10504, 9792, 10348, 12143, 9832, 11466, 9778, 10640, 9736, 10134, 9905, 10045, 12550, 10298, 14508, 10372, 10322, 10300, 11200, 9744, 12281, 9703, 10634, 9582, 10462, 10337, 9915, 10286, 9726, 12847, 10878, 9919, 9558, 9890, 10410, 10125, 13438, 9946, 11864, 9513, 11094, 9505, 11197, 9524, 10055, 9559, 10223, 9514, 9835, 9669, 9998, 9537, 11174, 10855, 10137, 9953, 10129, 9840, 10337, 10125, 9793, 9548, 10229, 10284, 9697, 10213, 9574, 12945, 10578, 10452, 9692, 10133, 10053, 10258, 12812, 10885, 10421, 9601, 10381, 10415, 10705, 14810, 10205, 13348, 10081, 11187, 10020, 14615, 10167, 10266, 9775, 11689, 10086, 15131, 9742, 10098, 9710, 9695, 9791, 9909, 10685, 10155, 10473, 9787, 11570, 9915, 13789, 9794, 13114, 12213, 11562, 14449, 9460, 9974, 9666, 9618, 10103, 9727, 11852, 9981, 13504, 10021, 13287, 9734, 12153, 9763, 12412, 11540, 11855, 9722, 9465, 9761, 9641, 9716, 9787, 12040, 10212, 9460, 9907, 10223, 9613, 12045, 9577, 9596, 9512, 10061, 9628, 9380, 9156, 10383, 10359, 10092, 11233, 9799, 9904, 9637, 9895, 13119, 10664, 13331, 10481, 12125, 10432, 14169, 12126, 17143, 12732, 10425, 10231, 9775, 10005, 9607, 13846, 10314, 11737, 10033, 12191, 10081, 12339, 9921, 12884, 9853, 12781, 9304, 9549, 9516, 9829, 9357, 10065, 10495, 10335, 9546, 10166, 9656, 9706], 'WindowCenter': [4630.0, 4590.0, 4593.0, 4571.0, 4600.0, 4583.0, 4585.0, 4589.0, 4570.0, 4589.0, 4571.0, 4572.0, 4600.0, 4560.0, 4610.0, 4571.0, 4609.0, 4579.0, 4548.0, 4566.0, 4555.0, 4576.0, 4547.0, 4596.0, 4547.0, 4584.0, 4558.0, 4546.0, 4557.0, 4555.0, 4556.0, 4556.0, 4576.0, 4568.0, 4596.0, 4546.0, 4545.0, 4566.0, 4547.0, 4576.0, 4546.0, 4554.0, 4558.0, 4585.0, 4567.0, 4536.0, 4546.0, 4547.0, 4574.0, 4546.0, 4586.0, 4544.0, 4586.0, 4566.0, 4546.0, 4554.0, 4543.0, 4564.0, 4556.0, 4584.0, 4557.0, 4573.0, 4542.0, 4583.0, 4565.0, 4545.0, 4554.0, 4543.0, 4567.0, 4558.0, 4573.0, 4544.0, 4574.0, 4545.0, 4587.0, 4566.0, 4534.0, 4544.0, 4534.0, 4566.0, 4559.0, 4585.0, 4556.0, 4575.0, 4545.0, 4575.0, 4556.0, 4586.0, 4566.0, 4556.0, 4567.0, 4568.0, 4577.0, 4544.0, 4555.0, 4545.0, 4577.0, 4555.0, 4593.0, 4545.0, 4553.0, 4554.0, 4553.0, 4544.0, 4565.0, 4556.0, 4554.0, 4570.0, 4598.0, 4567.0, 4556.0, 4557.0, 4554.0, 4565.0, 4555.0, 4596.0, 4544.0, 4573.0, 4543.0, 4581.0, 4553.0, 4581.0, 4543.0, 4559.0, 4543.0, 4572.0, 4566.0, 4534.0, 4542.0, 4543.0, 4552.0, 4543.0, 4583.0, 4541.0, 4552.0, 4542.0, 4573.0, 4545.0, 4574.0, 4552.0, 4572.0, 4558.0, 4545.0, 4544.0, 4543.0, 4552.0, 4544.0, 4564.0, 4554.0, 4575.0, 4558.0, 4574.0, 4555.0, 4535.0, 4545.0, 4565.0, 4564.0, 4532.0, 4543.0, 4531.0, 4543.0, 4539.0, 4552.0, 4532.0, 4541.0, 4545.0, 4553.0, 4545.0, 4562.0, 4543.0, 4562.0, 4545.0, 4572.0, 4554.0, 4541.0, 4542.0, 4542.0, 4543.0, 4560.0, 4553.0, 4551.0, 4542.0, 4549.0, 4543.0, 4550.0, 4542.0, 4549.0, 4541.0, 4541.0, 4543.0, 4541.0, 4543.0, 4542.0, 4544.0, 4543.0, 4545.0, 4556.0, 4581.0, 4553.0, 4560.0, 4542.0, 4530.0, 4543.0, 4543.0, 4544.0, 4533.0, 4545.0, 4547.0, 4559.0, 4566.0, 4570.0, 4570.0, 4570.0, 4568.0, 4570.0, 4577.0, 4558.0, 4558.0, 4568.0, 4546.0, 4589.0, 4545.0, 4564.0, 4547.0, 4584.0, 4575.0, 4595.0, 4544.0, 4583.0, 4554.0, 4541.0, 4553.0, 4543.0, 4563.0, 4546.0, 4572.0, 4544.0, 4563.0, 4545.0, 4554.0, 4564.0, 4543.0, 4551.0, 4544.0, 4564.0, 4533.0, 4581.0, 4543.0, 4550.0, 4543.0, 4571.0, 4544.0, 4571.0, 4542.0, 4534.0, 4543.0, 4543.0, 4543.0, 4557.0, 4565.0, 4556.0, 4564.0, 4558.0, 4575.0, 4557.0, 4565.0, 4556.0, 4563.0, 4545.0, 4552.0, 4556.0, 4562.0, 4546.0, 4552.0, 4545.0, 4544.0, 4556.0, 4554.0, 4535.0, 4552.0, 4544.0, 4554.0, 4547.0, 4565.0, 4559.0, 4545.0, 4556.0, 4547.0, 4567.0, 4557.0, 4556.0, 4557.0, 4578.0, 4546.0, 4585.0, 4544.0, 4562.0, 4545.0, 4573.0, 4554.0, 4582.0, 4543.0, 4584.0, 4567.0, 4584.0, 4564.0, 4532.0, 4558.0, 4521.0, 4530.0, 4533.0, 4560.0, 4542.0, 4561.0, 4543.0, 4572.0, 4556.0, 4542.0, 4564.0, 4553.0, 4572.0, 4540.0, 4577.0, 4538.0, 4555.0, 4526.0, 4525.0, 4526.0, 4514.0, 4525.0, 4515.0, 4514.0, 4515.0, 4525.0, 4517.0, 4539.0, 4527.0, 4527.0, 4530.0, 4529.0, 4546.0, 4554.0, 4545.0, 4554.0, 4545.0, 4554.0, 4558.0, 4568.0, 4569.0, 4570.0, 4580.0, 4570.0, 4588.0, 4571.0, 4578.0, 4578.0, 4546.0, 4567.0, 4585.0, 4597.0, 4554.0, 4564.0, 4542.0, 4596.0, 4553.0, 4593.0, 4542.0, 4570.0, 4542.0, 4571.0, 4534.0, 4562.0, 4553.0, 4562.0, 4556.0, 4576.0, 4555.0, 4534.0, 4555.0, 4544.0, 4553.0, 4545.0, 4584.0, 4553.0, 4564.0, 4542.0, 4564.0, 4543.0, 4563.0, 4545.0, 4554.0, 4554.0, 4573.0, 4555.0, 4534.0, 4544.0, 4545.0, 4556.0, 4556.0, 4575.0, 4544.0, 4552.0, 4544.0, 4552.0, 4543.0, 4572.0, 4543.0, 4554.0, 4554.0, 4553.0, 4555.0, 4544.0, 4555.0, 4557.0, 4566.0, 4559.0, 4566.0, 4558.0, 4569.0, 4559.0, 4577.0, 4570.0, 4566.0, 4559.0, 4556.0, 4587.0, 4546.0, 4554.0, 4553.0, 4572.0, 4532.0, 4572.0, 4541.0, 4551.0, 4542.0, 4550.0, 4541.0, 4521.0, 4541.0, 4533.0, 4543.0, 4555.0, 4564.0, 4545.0, 4553.0, 4554.0, 4563.0, 4559.0, 4575.0, 4545.0, 4545.0, 4556.0, 4557.0, 4567.0, 4546.0, 4566.0, 4556.0, 4564.0, 4555.0, 4546.0, 4575.0, 4555.0, 4567.0, 4545.0, 4565.0, 4548.0, 4575.0, 4545.0, 4564.0, 4543.0, 4554.0, 4545.0, 4543.0, 4543.0, 4545.0, 4556.0, 4547.0, 4563.0, 4546.0, 4565.0, 4557.0, 4557.0, 4565.0, 4544.0, 4545.0, 4543.0, 4555.0, 4534.0, 4584.0, 4545.0, 4563.0, 4544.0, 4572.0, 4543.0, 4532.0, 4542.0, 4544.0, 4543.0, 4544.0, 4555.0, 4543.0, 4552.0, 4557.0, 4555.0, 4545.0, 4555.0, 4545.0, 4546.0, 4566.0, 4557.0, 4535.0, 4534.0, 4545.0, 4565.0, 4546.0, 4582.0, 4563.0, 4562.0, 4557.0, 4545.0, 4572.0, 4534.0, 4571.0, 4532.0, 4519.0, 4531.0, 4542.0, 4542.0, 4544.0, 4564.0, 4544.0, 4563.0, 4543.0, 4534.0, 4573.0, 4533.0, 4559.0, 4532.0, 4561.0, 4541.0, 4519.0, 4539.0, 4532.0, 4552.0, 4533.0, 4570.0, 4532.0, 4519.0, 4529.0, 4530.0, 4550.0, 4542.0, 4533.0, 4543.0, 4533.0, 4543.0, 4546.0, 4563.0, 4535.0, 4561.0, 4545.0, 4574.0, 4543.0, 4522.0, 4551.0, 4531.0, 4530.0, 4530.0, 4540.0, 4531.0, 4560.0, 4521.0, 4548.0, 4528.0, 4540.0, 4533.0, 4520.0, 4532.0, 4520.0, 4530.0, 4543.0, 4542.0, 4530.0, 4562.0, 4533.0, 4551.0, 4543.0, 4553.0, 4532.0, 4523.0, 4532.0, 4532.0, 4531.0, 4544.0, 4574.0, 4545.0, 4545.0, 4575.0, 4546.0, 4582.0, 4532.0, 4532.0, 4542.0, 4561.0, 4565.0, 4522.0, 4532.0, 4521.0, 4534.0, 4532.0, 4542.0, 4519.0, 4529.0, 4520.0, 4531.0, 4533.0, 4543.0, 4544.0, 4532.0, 4546.0, 4586.0, 4547.0, 4536.0, 4545.0, 4545.0, 4546.0, 4546.0, 4576.0, 4545.0, 4545.0, 4544.0, 4565.0, 4545.0, 4584.0, 4565.0, 4572.0, 4544.0, 4543.0, 4545.0, 4554.0, 4544.0, 4545.0, 4536.0, 4532.0, 4536.0, 4572.0, 4563.0, 4531.0, 4521.0, 4552.0, 4563.0, 4510.0, 4561.0, 4530.0, 4519.0, 4531.0, 4555.0, 4535.0, 4554.0, 4522.0, 4550.0, 4521.0, 4532.0, 4544.0, 4546.0, 4553.0, 4531.0, 4542.0, 4545.0, 4573.0, 4557.0, 4585.0, 4543.0, 4561.0, 4534.0, 4568.0, 4539.0, 4546.0, 4517.0, 4557.0, 4519.0, 4517.0, 4517.0, 4517.0, 4536.0, 4516.0, 4505.0, 4517.0, 4514.0, 4528.0, 4539.0, 4530.0, 4529.0, 4543.0, 4552.0, 4543.0, 4550.0, 4533.0, 4533.0, 4543.0, 4546.0, 4557.0, 4558.0, 4568.0, 4559.0, 4568.0, 4559.0, 4588.0, 4558.0, 4583.0, 4546.0, 4572.0, 4544.0, 4572.0, 4563.0, 4551.0, 4544.0, 4532.0, 4543.0, 4542.0, 4544.0, 4545.0, 4564.0, 4544.0, 4542.0, 4546.0, 4552.0, 4544.0, 4564.0, 4545.0, 4551.0, 4544.0, 4575.0, 4569.0, 4554.0, 4545.0, 4532.0, 4553.0, 4556.0, 4554.0, 4569.0, 4556.0, 4543.0, 4567.0, 4579.0, 4569.0, 4608.0, 4585.0, 4554.0, 4596.0, 4587.0, 4594.0, 4566.0, 4574.0, 4553.0, 4544.0, 4553.0, 4533.0, 4533.0, 4532.0, 4544.0, 4576.0, 4568.0, 4572.0, 4522.0, 4547.0, 4507.0, 4543.0, 4494.0, 4532.0, 4506.0, 4522.0, 4506.0, 4533.0, 4506.0, 4544.0, 4530.0, 4531.0, 4530.0, 4519.0, 4531.0, 4542.0, 4522.0, 4567.0, 4580.0, 4569.0, 4558.0, 4569.0, 4570.0, 4558.0, 4568.0, 4577.0, 4570.0, 4580.0, 4559.0, 4549.0, 4557.0, 4557.0, 4580.0, 4559.0, 4607.0, 4590.0, 4608.0, 4576.0, 4553.0, 4562.0, 4545.0, 4595.0, 4554.0, 4545.0, 4588.0, 4558.0, 4604.0, 4575.0, 4543.0, 4543.0, 4542.0, 4564.0, 4555.0, 4573.0, 4555.0, 4563.0, 4554.0, 4575.0, 4566.0, 4544.0, 4557.0, 4546.0, 4556.0, 4556.0, 4576.0, 4556.0, 4578.0, 4568.0, 4565.0, 4580.0, 4596.0, 4555.0, 4544.0, 4544.0, 4544.0, 4553.0, 4556.0, 4574.0, 4542.0, 4543.0, 4530.0, 4541.0, 4555.0, 4566.0, 4562.0, 4553.0, 4531.0, 4543.0, 4541.0, 4554.0, 4555.0, 4545.0, 4533.0, 4545.0, 4555.0, 4553.0, 4556.0, 4556.0, 4569.0, 4556.0, 4567.0, 4563.0, 4557.0, 4577.0, 4569.0, 4584.0, 4555.0, 4564.0, 4555.0, 4573.0, 4556.0, 4553.0, 4556.0, 4543.0, 4554.0, 4554.0, 4543.0, 4532.0, 4543.0, 4541.0, 4545.0, 4554.0, 4543.0, 4553.0, 4544.0, 4555.0, 4555.0, 4558.0, 4578.0, 4567.0, 4566.0, 4568.0, 4567.0, 4557.0, 4564.0, 4554.0, 4562.0, 4566.0, 4566.0, 4565.0, 4553.0, 4554.0, 4543.0, 4566.0, 4566.0, 4545.0, 4533.0, 4555.0, 4533.0, 4556.0, 4557.0, 4560.0, 4557.0, 4569.0, 4569.0, 4584.0, 4592.0, 4572.0, 4568.0, 4572.0, 4570.0, 4557.0, 4557.0, 4585.0, 4559.0, 4600.0, 4591.0, 4595.0, 4557.0, 4582.0, 4553.0, 4573.0, 4542.0, 4541.0, 4542.0, 4542.0, 4542.0, 4562.0, 4582.0, 4531.0, 4531.0, 4542.0, 4555.0, 4566.0, 4552.0, 4555.0, 4550.0, 4521.0, 4542.0, 4544.0, 4552.0, 4556.0, 4557.0, 4566.0, 4557.0, 4583.0, 4558.0, 4585.0, 4577.0, 4581.0, 4563.0, 4580.0, 4540.0, 4558.0, 4558.0, 4527.0, 4558.0, 4527.0, 4525.0, 4528.0, 4537.0, 4529.0, 4530.0, 4554.0, 4539.0, 4554.0, 4564.0, 4564.0, 4543.0, 4552.0, 4541.0, 4539.0, 4542.0, 4554.0, 4551.0, 4544.0, 4563.0, 4554.0, 4568.0, 4557.0, 4554.0, 4545.0, 4546.0, 4553.0, 4556.0, 4555.0, 4556.0, 4555.0, 4545.0, 4556.0, 4575.0, 4556.0, 4572.0, 4544.0, 4542.0, 4544.0, 4554.0, 4573.0, 4543.0, 4553.0, 4533.0, 4554.0, 4556.0, 4562.0, 4547.0, 4553.0, 4547.0, 4579.0, 4568.0, 4558.0, 4563.0, 4545.0, 4556.0, 4556.0, 4567.0, 4565.0, 4556.0, 4577.0, 4567.0, 4579.0, 4558.0, 4557.0, 4585.0, 4543.0, 4582.0, 4542.0, 4584.0, 4564.0, 4582.0, 4560.0, 4547.0, 4528.0, 4541.0, 4528.0, 4539.0, 4540.0, 4530.0, 4532.0, 4551.0, 4544.0, 4543.0, 4562.0, 4543.0, 4571.0, 4539.0, 4528.0, 4558.0, 4518.0, 4556.0, 4548.0, 4556.0, 4527.0, 4505.0, 4514.0, 4515.0, 4514.0, 4517.0, 4516.0, 4526.0, 4517.0, 4554.0, 4539.0, 4542.0, 4542.0, 4543.0, 4554.0, 4554.0, 4567.0, 4567.0, 4570.0, 4566.0, 4569.0, 4579.0, 4569.0, 4570.0, 4579.0, 4569.0, 4587.0, 4569.0, 4586.0, 4577.0, 4575.0, 4565.0, 4582.0, 4562.0, 4582.0, 4542.0, 4559.0, 4542.0, 4553.0, 4554.0, 4542.0, 4540.0, 4543.0, 4544.0, 4566.0, 4553.0, 4556.0, 4588.0, 4557.0, 4564.0, 4544.0, 4543.0, 4545.0, 4555.0, 4558.0, 4558.0, 4576.0, 4545.0, 4562.0, 4544.0, 4553.0, 4544.0, 4556.0, 4577.0, 4557.0, 4566.0, 4557.0, 4568.0, 4547.0, 4556.0, 4545.0, 4542.0, 4573.0, 4545.0, 4584.0, 4543.0, 4542.0, 4556.0, 4552.0, 4542.0, 4562.0, 4541.0, 4551.0, 4545.0, 4555.0, 4556.0, 4558.0, 4556.0, 4547.0, 4574.0, 4556.0, 4543.0, 4533.0, 4543.0, 4554.0, 4544.0, 4572.0, 4542.0, 4551.0, 4532.0, 4550.0, 4532.0, 4551.0, 4533.0, 4542.0, 4544.0, 4543.0, 4545.0, 4544.0, 4545.0, 4543.0, 4545.0, 4563.0, 4555.0, 4542.0, 4533.0, 4542.0, 4543.0, 4541.0, 4543.0, 4542.0, 4533.0, 4544.0, 4543.0, 4544.0, 4542.0, 4547.0, 4578.0, 4559.0, 4545.0, 4531.0, 4543.0, 4531.0, 4544.0, 4561.0, 4556.0, 4554.0, 4547.0, 4555.0, 4543.0, 4540.0, 4572.0, 4529.0, 4549.0, 4516.0, 4528.0, 4518.0, 4557.0, 4517.0, 4517.0, 4529.0, 4539.0, 4518.0, 4557.0, 4516.0, 4515.0, 4519.0, 4518.0, 4531.0, 4531.0, 4541.0, 4542.0, 4542.0, 4556.0, 4563.0, 4543.0, 4571.0, 4532.0, 4562.0, 4551.0, 4538.0, 4558.0, 4519.0, 4530.0, 4532.0, 4532.0, 4540.0, 4532.0, 4552.0, 4544.0, 4573.0, 4542.0, 4570.0, 4532.0, 4550.0, 4531.0, 4550.0, 4550.0, 4548.0, 4519.0, 4517.0, 4519.0, 4530.0, 4520.0, 4529.0, 4549.0, 4529.0, 4519.0, 4543.0, 4541.0, 4532.0, 4549.0, 4532.0, 4532.0, 4532.0, 4554.0, 4545.0, 4547.0, 4560.0, 4584.0, 4569.0, 4559.0, 4567.0, 4560.0, 4560.0, 4563.0, 4558.0, 4576.0, 4556.0, 4572.0, 4542.0, 4552.0, 4544.0, 4570.0, 4564.0, 4591.0, 4563.0, 4552.0, 4542.0, 4530.0, 4530.0, 4520.0, 4558.0, 4528.0, 4549.0, 4530.0, 4561.0, 4541.0, 4547.0, 4529.0, 4548.0, 4519.0, 4547.0, 4520.0, 4519.0, 4520.0, 4530.0, 4519.0, 4532.0, 4542.0, 4544.0, 4533.0, 4555.0, 4545.0, 4546.0], 'WindowWidth': [10143.0, 10083.0, 10075.0, 10042.0, 10078.0, 10062.0, 10069.0, 10063.0, 10038.0, 10060.0, 10040.0, 10044.0, 10077.0, 10024.0, 10092.0, 10037.0, 10091.0, 10047.0, 10002.0, 10025.0, 10008.0, 10038.0, 10000.0, 10064.0, 9999.0, 10047.0, 10016.0, 9995.0, 10012.0, 10007.0, 10007.0, 10013.0, 10037.0, 10030.0, 10064.0, 9996.0, 9994.0, 10024.0, 9996.0, 10036.0, 9995.0, 10003.0, 10015.0, 10047.0, 10027.0, 9982.0, 9996.0, 9998.0, 10033.0, 9995.0, 10048.0, 9991.0, 10050.0, 10024.0, 9995.0, 10004.0, 9988.0, 10018.0, 10011.0, 10044.0, 10009.0, 10027.0, 9986.0, 10044.0, 10020.0, 9992.0, 10004.0, 9988.0, 10025.0, 10017.0, 10031.0, 9993.0, 10030.0, 9993.0, 10052.0, 10022.0, 9978.0, 9990.0, 9977.0, 10025.0, 10020.0, 10048.0, 10010.0, 10035.0, 9995.0, 10035.0, 10013.0, 10054.0, 10028.0, 10012.0, 10032.0, 10033.0, 10042.0, 9994.0, 10008.0, 9994.0, 10042.0, 10010.0, 10059.0, 9993.0, 10002.0, 10005.0, 10003.0, 9993.0, 10023.0, 10011.0, 10006.0, 10037.0, 10074.0, 10030.0, 10013.0, 10015.0, 10007.0, 10022.0, 10009.0, 10066.0, 9992.0, 10028.0, 9991.0, 10038.0, 10003.0, 10036.0, 9988.0, 10006.0, 9991.0, 10027.0, 10024.0, 9977.0, 9987.0, 9988.0, 10002.0, 9990.0, 10043.0, 9986.0, 9998.0, 9988.0, 10027.0, 9992.0, 10033.0, 10001.0, 10027.0, 10017.0, 9994.0, 9989.0, 9987.0, 9997.0, 9990.0, 10017.0, 10004.0, 10036.0, 10015.0, 10030.0, 10007.0, 9977.0, 9992.0, 10018.0, 10015.0, 9969.0, 9985.0, 9968.0, 9984.0, 9975.0, 9996.0, 9969.0, 9979.0, 9991.0, 9997.0, 9991.0, 10009.0, 9986.0, 10009.0, 9990.0, 10023.0, 10002.0, 9980.0, 9983.0, 9982.0, 9987.0, 10004.0, 9998.0, 9992.0, 9981.0, 9988.0, 9985.0, 9989.0, 9980.0, 9986.0, 9978.0, 9977.0, 9986.0, 9978.0, 9984.0, 9982.0, 9987.0, 9982.0, 9989.0, 10007.0, 10034.0, 9997.0, 10003.0, 9980.0, 9962.0, 9985.0, 9983.0, 9986.0, 9972.0, 9992.0, 9998.0, 10018.0, 10023.0, 10033.0, 10032.0, 10034.0, 10030.0, 10034.0, 10039.0, 10014.0, 10014.0, 10027.0, 9995.0, 10056.0, 9990.0, 10014.0, 9996.0, 10043.0, 10031.0, 10057.0, 9986.0, 10039.0, 10001.0, 9980.0, 9997.0, 9983.0, 10012.0, 9993.0, 10022.0, 9988.0, 10010.0, 9991.0, 10002.0, 10013.0, 9983.0, 9992.0, 9987.0, 10013.0, 9969.0, 10034.0, 9982.0, 9988.0, 9985.0, 10019.0, 9989.0, 10021.0, 9983.0, 9976.0, 9984.0, 9984.0, 9984.0, 10011.0, 10021.0, 10009.0, 10018.0, 10013.0, 10031.0, 10010.0, 10017.0, 10007.0, 10012.0, 9990.0, 9994.0, 10005.0, 10009.0, 9993.0, 9996.0, 9992.0, 9986.0, 10009.0, 10002.0, 9977.0, 9998.0, 9989.0, 10004.0, 10000.0, 10018.0, 10016.0, 9991.0, 10007.0, 9996.0, 10025.0, 10010.0, 10008.0, 10010.0, 10038.0, 9995.0, 10045.0, 9989.0, 10009.0, 9990.0, 10026.0, 10000.0, 10037.0, 9983.0, 10044.0, 10023.0, 10039.0, 10010.0, 9963.0, 9994.0, 9948.0, 9960.0, 9972.0, 10005.0, 9986.0, 10005.0, 9984.0, 10027.0, 10009.0, 9987.0, 10016.0, 10002.0, 10023.0, 9977.0, 10023.0, 9970.0, 9986.0, 9949.0, 9944.0, 9950.0, 9931.0, 9948.0, 9932.0, 9930.0, 9933.0, 9948.0, 9941.0, 9970.0, 9954.0, 9953.0, 9963.0, 9961.0, 9997.0, 10003.0, 9993.0, 10004.0, 9994.0, 10005.0, 10017.0, 10034.0, 10031.0, 10037.0, 10050.0, 10034.0, 10058.0, 10038.0, 10043.0, 10044.0, 9995.0, 10025.0, 10048.0, 10067.0, 10002.0, 10016.0, 9984.0, 10062.0, 10000.0, 10057.0, 9981.0, 10019.0, 9982.0, 10022.0, 9975.0, 10009.0, 10001.0, 10010.0, 10008.0, 10036.0, 10005.0, 9976.0, 10005.0, 9986.0, 10000.0, 9989.0, 10042.0, 9998.0, 10014.0, 9983.0, 10015.0, 9987.0, 10011.0, 9991.0, 10002.0, 10003.0, 10027.0, 10004.0, 9975.0, 9989.0, 9991.0, 10009.0, 10008.0, 10030.0, 9986.0, 9995.0, 9986.0, 9996.0, 9986.0, 10022.0, 9986.0, 9999.0, 10003.0, 9999.0, 10007.0, 9991.0, 10008.0, 10012.0, 10024.0, 10018.0, 10025.0, 10014.0, 10030.0, 10019.0, 10038.0, 10034.0, 10023.0, 10015.0, 10007.0, 10050.0, 9991.0, 10000.0, 9997.0, 10022.0, 9968.0, 10021.0, 9979.0, 9990.0, 9981.0, 9989.0, 9980.0, 9950.0, 9980.0, 9969.0, 9986.0, 10004.0, 10014.0, 9989.0, 9998.0, 10002.0, 10014.0, 10015.0, 10032.0, 9993.0, 9992.0, 10010.0, 10012.0, 10024.0, 9997.0, 10020.0, 10009.0, 10016.0, 10007.0, 9993.0, 10033.0, 10006.0, 10023.0, 9992.0, 10018.0, 10000.0, 10029.0, 9990.0, 10013.0, 9987.0, 10002.0, 9990.0, 9986.0, 9987.0, 9990.0, 10007.0, 9995.0, 10013.0, 9994.0, 10017.0, 10009.0, 10009.0, 10018.0, 9988.0, 9991.0, 9986.0, 10003.0, 9977.0, 10041.0, 9990.0, 10011.0, 9985.0, 10025.0, 9986.0, 9968.0, 9982.0, 9986.0, 9985.0, 9987.0, 10003.0, 9987.0, 9997.0, 10011.0, 10003.0, 9991.0, 10004.0, 9992.0, 9994.0, 10023.0, 10009.0, 9977.0, 9973.0, 9989.0, 10019.0, 9994.0, 10036.0, 10013.0, 10007.0, 10010.0, 9992.0, 10024.0, 9971.0, 10021.0, 9968.0, 9947.0, 9965.0, 9983.0, 9982.0, 9987.0, 10015.0, 9988.0, 10012.0, 9984.0, 9972.0, 10022.0, 9968.0, 9999.0, 9967.0, 10007.0, 9977.0, 9944.0, 9970.0, 9968.0, 9995.0, 9969.0, 10015.0, 9965.0, 9944.0, 9956.0, 9961.0, 9988.0, 9982.0, 9969.0, 9984.0, 9970.0, 9984.0, 9991.0, 10010.0, 9976.0, 10005.0, 9990.0, 10026.0, 9981.0, 9951.0, 9991.0, 9962.0, 9959.0, 9958.0, 9972.0, 9962.0, 9998.0, 9948.0, 9983.0, 9956.0, 9974.0, 9968.0, 9947.0, 9964.0, 9948.0, 9960.0, 9983.0, 9980.0, 9963.0, 10005.0, 9968.0, 9990.0, 9983.0, 9995.0, 9967.0, 9956.0, 9968.0, 9966.0, 9961.0, 9988.0, 10028.0, 9989.0, 9991.0, 10030.0, 9991.0, 10036.0, 9968.0, 9966.0, 9980.0, 10004.0, 10016.0, 9951.0, 9966.0, 9950.0, 9971.0, 9965.0, 9977.0, 9943.0, 9955.0, 9945.0, 9961.0, 9968.0, 9981.0, 9985.0, 9966.0, 9992.0, 10048.0, 9993.0, 9977.0, 9988.0, 9988.0, 9990.0, 9990.0, 10029.0, 9986.0, 9988.0, 9986.0, 10014.0, 9987.0, 10038.0, 10013.0, 10020.0, 9986.0, 9980.0, 9989.0, 10000.0, 9988.0, 9986.0, 9977.0, 9967.0, 9977.0, 10020.0, 10008.0, 9960.0, 9948.0, 9991.0, 10008.0, 9930.0, 10000.0, 9957.0, 9942.0, 9963.0, 10002.0, 9973.0, 9996.0, 9949.0, 9981.0, 9946.0, 9964.0, 9988.0, 9993.0, 10002.0, 9965.0, 9983.0, 9990.0, 10027.0, 10009.0, 10042.0, 9982.0, 10006.0, 9970.0, 10008.0, 9968.0, 9972.0, 9936.0, 9990.0, 9940.0, 9936.0, 9939.0, 9935.0, 9961.0, 9933.0, 9917.0, 9935.0, 9929.0, 9956.0, 9971.0, 9960.0, 9957.0, 9984.0, 9998.0, 9982.0, 9988.0, 9969.0, 9968.0, 9982.0, 9992.0, 10010.0, 10014.0, 10026.0, 10017.0, 10026.0, 10015.0, 10054.0, 10013.0, 10038.0, 9994.0, 10023.0, 9985.0, 10023.0, 10011.0, 9992.0, 9985.0, 9968.0, 9983.0, 9984.0, 9989.0, 9990.0, 10014.0, 9987.0, 9984.0, 9996.0, 9997.0, 9987.0, 10015.0, 9989.0, 9993.0, 9987.0, 10029.0, 10028.0, 10001.0, 9990.0, 9969.0, 10001.0, 10007.0, 10000.0, 10030.0, 10009.0, 9989.0, 10025.0, 10043.0, 10031.0, 10082.0, 10049.0, 9999.0, 10063.0, 10050.0, 10054.0, 10018.0, 10025.0, 9996.0, 9986.0, 9999.0, 9971.0, 9969.0, 9969.0, 9985.0, 10032.0, 10025.0, 10021.0, 9949.0, 9973.0, 9920.0, 9961.0, 9897.0, 9944.0, 9916.0, 9932.0, 9917.0, 9949.0, 9919.0, 9968.0, 9962.0, 9965.0, 9960.0, 9944.0, 9963.0, 9981.0, 9953.0, 10026.0, 10046.0, 10030.0, 10015.0, 10029.0, 10031.0, 10014.0, 10026.0, 10036.0, 10032.0, 10045.0, 10017.0, 9999.0, 10009.0, 10005.0, 10044.0, 10015.0, 10076.0, 10061.0, 10080.0, 10032.0, 9994.0, 10006.0, 9989.0, 10058.0, 10001.0, 9989.0, 10054.0, 10011.0, 10071.0, 10031.0, 9983.0, 9983.0, 9980.0, 10012.0, 10004.0, 10024.0, 10003.0, 10011.0, 9997.0, 10031.0, 10019.0, 9985.0, 10008.0, 9993.0, 10005.0, 10006.0, 10033.0, 10007.0, 10039.0, 10028.0, 10019.0, 10049.0, 10063.0, 10006.0, 9987.0, 9988.0, 9985.0, 9999.0, 10008.0, 10031.0, 9980.0, 9984.0, 9963.0, 9978.0, 10005.0, 10023.0, 10008.0, 9997.0, 9964.0, 9982.0, 9976.0, 10001.0, 10003.0, 9989.0, 9970.0, 9989.0, 10003.0, 10001.0, 10007.0, 10009.0, 10032.0, 10009.0, 10024.0, 10016.0, 10010.0, 10039.0, 10030.0, 10044.0, 10007.0, 10014.0, 10002.0, 10027.0, 10008.0, 10001.0, 10007.0, 9983.0, 10001.0, 10002.0, 9985.0, 9968.0, 9982.0, 9978.0, 9989.0, 10001.0, 9987.0, 9998.0, 9988.0, 10002.0, 10004.0, 10014.0, 10044.0, 10026.0, 10020.0, 10027.0, 10027.0, 10011.0, 10014.0, 10003.0, 10011.0, 10023.0, 10024.0, 10020.0, 9998.0, 10001.0, 9984.0, 10022.0, 10022.0, 9992.0, 9973.0, 10005.0, 9973.0, 10011.0, 10014.0, 10020.0, 10012.0, 10032.0, 10031.0, 10062.0, 10070.0, 10038.0, 10030.0, 10039.0, 10033.0, 10012.0, 10013.0, 10048.0, 10017.0, 10076.0, 10068.0, 10062.0, 10013.0, 10039.0, 10001.0, 10028.0, 9986.0, 9979.0, 9983.0, 9979.0, 9985.0, 10009.0, 10037.0, 9965.0, 9963.0, 9981.0, 10006.0, 10023.0, 9996.0, 10003.0, 9991.0, 9948.0, 9978.0, 9986.0, 10000.0, 10010.0, 10013.0, 10023.0, 10012.0, 10043.0, 10015.0, 10046.0, 10036.0, 10035.0, 10011.0, 10028.0, 9973.0, 9994.0, 9997.0, 9952.0, 9995.0, 9951.0, 9947.0, 9955.0, 9967.0, 9959.0, 9962.0, 10006.0, 9975.0, 10001.0, 10019.0, 10014.0, 9985.0, 9994.0, 9981.0, 9975.0, 9981.0, 10001.0, 9993.0, 9987.0, 10011.0, 10002.0, 10028.0, 10011.0, 10004.0, 9992.0, 9993.0, 9999.0, 10009.0, 10005.0, 10011.0, 10005.0, 9992.0, 10008.0, 10032.0, 10008.0, 10025.0, 9988.0, 9982.0, 9986.0, 10000.0, 10025.0, 9984.0, 9998.0, 9971.0, 10001.0, 10009.0, 10011.0, 9997.0, 9999.0, 9998.0, 10046.0, 10028.0, 10016.0, 10011.0, 9989.0, 10008.0, 10010.0, 10026.0, 10021.0, 10010.0, 10040.0, 10026.0, 10045.0, 10014.0, 10012.0, 10046.0, 9985.0, 10036.0, 9984.0, 10044.0, 10014.0, 10035.0, 10000.0, 9977.0, 9955.0, 9979.0, 9957.0, 9976.0, 9976.0, 9961.0, 9969.0, 9997.0, 9991.0, 9989.0, 10012.0, 9986.0, 10020.0, 9974.0, 9957.0, 9996.0, 9942.0, 9992.0, 9983.0, 9990.0, 9950.0, 9920.0, 9930.0, 9931.0, 9932.0, 9941.0, 9936.0, 9950.0, 9939.0, 10003.0, 9976.0, 9984.0, 9984.0, 9986.0, 10002.0, 10006.0, 10029.0, 10025.0, 10034.0, 10025.0, 10031.0, 10047.0, 10032.0, 10034.0, 10045.0, 10029.0, 10053.0, 10031.0, 10049.0, 10037.0, 10032.0, 10017.0, 10038.0, 10011.0, 10039.0, 9983.0, 10001.0, 9983.0, 10000.0, 10001.0, 9984.0, 9981.0, 9985.0, 9988.0, 10022.0, 10001.0, 10011.0, 10055.0, 10013.0, 10016.0, 9989.0, 9985.0, 9988.0, 10005.0, 10015.0, 10015.0, 10033.0, 9991.0, 10011.0, 9989.0, 9998.0, 9989.0, 10007.0, 10037.0, 10010.0, 10020.0, 10012.0, 10030.0, 9998.0, 10006.0, 9991.0, 9983.0, 10026.0, 9989.0, 10043.0, 9983.0, 9983.0, 10009.0, 9997.0, 9984.0, 10009.0, 9981.0, 9995.0, 9990.0, 10003.0, 10009.0, 10014.0, 10009.0, 9997.0, 10029.0, 10007.0, 9985.0, 9970.0, 9982.0, 9999.0, 9989.0, 10023.0, 9981.0, 9992.0, 9966.0, 9989.0, 9967.0, 9992.0, 9970.0, 9980.0, 9989.0, 9986.0, 9991.0, 9986.0, 9992.0, 9985.0, 9991.0, 10012.0, 10002.0, 9983.0, 9969.0, 9981.0, 9984.0, 9979.0, 9983.0, 9981.0, 9969.0, 9987.0, 9983.0, 9988.0, 9982.0, 9996.0, 10037.0, 10013.0, 9987.0, 9962.0, 9981.0, 9962.0, 9982.0, 10005.0, 10005.0, 9999.0, 9991.0, 10003.0, 9984.0, 9975.0, 10019.0, 9954.0, 9982.0, 9930.0, 9949.0, 9935.0, 9988.0, 9931.0, 9935.0, 9958.0, 9970.0, 9937.0, 9988.0, 9932.0, 9930.0, 9942.0, 9941.0, 9962.0, 9963.0, 9977.0, 9979.0, 9979.0, 10007.0, 10013.0, 9983.0, 10016.0, 9966.0, 10008.0, 9990.0, 9963.0, 9991.0, 9942.0, 9959.0, 9966.0, 9966.0, 9975.0, 9965.0, 9991.0, 9987.0, 10022.0, 9980.0, 10014.0, 9964.0, 9986.0, 9962.0, 9986.0, 9987.0, 9980.0, 9943.0, 9938.0, 9941.0, 9960.0, 9944.0, 9954.0, 9982.0, 9956.0, 9944.0, 9984.0, 9976.0, 9965.0, 9983.0, 9966.0, 9965.0, 9967.0, 10001.0, 9989.0, 9995.0, 10019.0, 10060.0, 10029.0, 10014.0, 10022.0, 10016.0, 10016.0, 10026.0, 10009.0, 10030.0, 10002.0, 10021.0, 9979.0, 9989.0, 9984.0, 10015.0, 10012.0, 10045.0, 10007.0, 9994.0, 9977.0, 9959.0, 9958.0, 9944.0, 9992.0, 9952.0, 9981.0, 9958.0, 10004.0, 9975.0, 9978.0, 9956.0, 9978.0, 9939.0, 9978.0, 9944.0, 9941.0, 9945.0, 9958.0, 9944.0, 9966.0, 9978.0, 9985.0, 9970.0, 10002.0, 9990.0, 9991.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.0016947348484848484</td></tr>
<tr><td colspan=3>aqi</td><td>0.038746230454545456</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35762311973467</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.168602668574678</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.013398181842304</td></tr>
<tr><td colspan=3>efc</td><td>0.4942</td></tr>
<tr><td colspan=3>fber</td><td>4242.8623</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.13608357186538628</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>202</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>15.303030303030303</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7517272976692957</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.7221166623724087</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.984591201569074</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.548474029066403</td></tr>
<tr><td colspan=3>gcor</td><td>0.00950621</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01495788712054491</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026402126997709274</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1320</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.6877506627805805</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>28.6286</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.3782</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>213.1471</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>60.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>295013.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>973.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>387.6976</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.951</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>586.1947</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3674.8717</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3934.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81531.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1016.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4869.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1066.7684</td></tr>
<tr><td colspan=3>tsnr</td><td>31.22802105010487</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>