<?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-0074_ses-04_task-fractional_acq-mb8_run-01_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-0074_ses-04_task-fractional_acq-mb8_run-01_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-01_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-stdev_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-background_run-01_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-background_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-zoomed_run-01_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-zoomed_bold.svg</a></small>

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-01_session-04_subject-0074_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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" style="">
Problem loading figure sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_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-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_desc-norm_bold.svg" target="_blank">sub-0074/figures/sub-0074_ses-04_task-fractional_acq-mb8_run-01_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-0074/ses-04/func/sub-0074_ses-04_task-fractional_acq-mb8_run-01_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>63f0d255a23a456fc7ca8ccef7c3d3bf</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>20:13:30.602500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.996967, -0.0450047, 0.0634883, 0.0367314, 0.991358, 0.125941]</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-01_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.0982005</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-01_task-fractional_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>8</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4157, -7772, -7220, 591, -120, -213, -10, 56]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>fractional</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>231.454</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>822eca55-14d2-4735-9f2f-a6eefc1545c5||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.674790382385254, 0.09854762256145477, 0.18524044752120972, 101.73551940917969], [0.12074438482522964, 2.6597397327423096, 0.3327127993106842, -107.82709503173828], [0.1703345626592636, -0.33789026737213135, 2.673011064529419, -44.94767379760742], [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': ['201330.602500', '201331.062500', '201331.522500', '201331.982500', '201332.442500', '201332.902500', '201333.362500', '201333.822500', '201334.282500', '201334.742500', '201335.202500', '201335.662500', '201336.122500', '201336.582500', '201337.042500', '201337.502500', '201337.962500', '201338.422500', '201338.882500', '201339.342500', '201339.802500', '201340.262500', '201340.722500', '201341.182500', '201341.642500', '201342.102500', '201342.562500', '201343.022500', '201343.482500', '201343.942500', '201344.402500', '201344.862500', '201345.322500', '201345.782500', '201346.242500', '201346.702500', '201347.162500', '201347.622500', '201348.082500', '201348.542500', '201349.002500', '201349.462500', '201349.922500', '201350.382500', '201350.842500', '201351.302500', '201351.762500', '201352.222500', '201352.682500', '201353.142500', '201353.602500', '201354.062500', '201354.522500', '201354.982500', '201355.442500', '201355.902500', '201356.362500', '201356.822500', '201357.282500', '201357.742500', '201358.202500', '201358.662500', '201359.122500', '201359.582500', '201400.042500', '201400.502500', '201400.962500', '201401.422500', '201401.882500', '201402.342500', '201402.802500', '201403.262500', '201403.722500', '201404.182500', '201404.642500', '201405.102500', '201405.562500', '201406.022500', '201406.482500', '201406.942500', '201407.402500', '201407.862500', '201408.322500', '201408.782500', '201409.242500', '201409.702500', '201410.162500', '201410.622500', '201411.082500', '201411.542500', '201412.002500', '201412.462500', '201412.922500', '201413.382500', '201413.842500', '201414.302500', '201414.762500', '201415.222500', '201415.682500', '201416.142500', '201416.602500', '201417.062500', '201417.522500', '201417.982500', '201418.442500', '201418.902500', '201419.362500', '201419.822500', '201420.282500', '201420.742500', '201421.202500', '201421.662500', '201422.122500', '201422.582500', '201423.042500', '201423.502500', '201423.962500', '201424.422500', '201424.882500', '201425.342500', '201425.802500', '201426.262500', '201426.722500', '201427.182500', '201427.642500', '201428.102500', '201428.562500', '201429.022500', '201429.482500', '201429.942500', '201430.402500', '201430.862500', '201431.322500', '201431.782500', '201432.242500', '201432.702500', '201433.162500', '201433.622500', '201434.082500', '201434.542500', '201435.002500', '201435.462500', '201435.922500', '201436.382500', '201436.842500', '201437.302500', '201437.762500', '201438.222500', '201438.682500', '201439.142500', '201439.602500', '201440.062500', '201440.522500', '201440.982500', '201441.442500', '201441.902500', '201442.362500', '201442.822500', '201443.282500', '201443.742500', '201444.202500', '201444.662500', '201445.122500', '201445.582500', '201446.042500', '201446.502500', '201446.962500', '201447.422500', '201447.882500', '201448.342500', '201448.802500', '201449.262500', '201449.722500', '201450.182500', '201450.642500', '201451.102500', '201451.562500', '201452.022500', '201452.482500', '201452.942500', '201453.402500', '201453.862500', '201454.322500', '201454.782500', '201455.242500', '201455.702500', '201456.162500', '201456.622500', '201457.082500', '201457.542500', '201458.002500', '201458.462500', '201458.922500', '201459.382500', '201459.842500', '201500.302500', '201500.762500', '201501.222500', '201501.682500', '201502.142500', '201502.602500', '201503.062500', '201503.522500', '201503.982500', '201504.442500', '201504.902500', '201505.362500', '201505.822500', '201506.282500', '201506.742500', '201507.202500', '201507.662500', '201508.122500', '201508.582500', '201509.042500', '201509.502500', '201509.962500', '201510.422500', '201510.882500', '201511.342500', '201511.802500', '201512.262500', '201512.722500', '201513.182500', '201513.642500', '201514.102500', '201514.562500', '201515.022500', '201515.482500', '201515.942500', '201516.402500', '201516.862500', '201517.322500', '201517.782500', '201518.242500', '201518.702500', '201519.162500', '201519.622500', '201520.082500', '201520.542500', '201521.002500', '201521.462500', '201521.922500', '201522.382500', '201522.842500', '201523.302500', '201523.762500', '201524.222500', '201524.682500', '201525.142500', '201525.602500', '201526.062500', '201526.522500', '201526.982500', '201527.442500', '201527.902500', '201528.362500', '201528.822500', '201529.282500', '201529.742500', '201530.202500', '201530.662500', '201531.122500', '201531.582500', '201532.042500', '201532.502500', '201532.962500', '201533.422500', '201533.882500', '201534.342500', '201534.802500', '201535.262500', '201535.722500', '201536.182500', '201536.642500', '201537.102500', '201537.562500', '201538.022500', '201538.482500', '201538.942500', '201539.402500', '201539.862500', '201540.322500', '201540.782500', '201541.242500', '201541.702500', '201542.162500', '201542.622500', '201543.082500', '201543.542500', '201544.002500', '201544.462500', '201544.922500', '201545.382500', '201545.842500', '201546.302500', '201546.762500', '201547.222500', '201547.682500', '201548.142500', '201548.602500', '201549.062500', '201549.522500', '201549.982500', '201550.442500', '201550.902500', '201551.362500', '201551.822500', '201552.282500', '201552.742500', '201553.202500', '201553.662500', '201554.122500', '201554.582500', '201555.042500', '201555.502500', '201555.962500', '201556.422500', '201556.882500', '201557.342500', '201557.802500', '201558.262500', '201558.722500', '201559.182500', '201559.642500', '201600.102500', '201600.562500', '201601.022500', '201601.482500', '201601.942500', '201602.402500', '201602.862500', '201603.322500', '201603.782500', '201604.242500', '201604.702500', '201605.162500', '201605.622500', '201606.082500', '201606.542500', '201607.002500', '201607.462500', '201607.922500', '201608.382500', '201608.842500', '201609.302500', '201609.762500', '201610.222500', '201610.682500', '201611.142500', '201611.602500', '201612.062500', '201612.522500', '201612.982500', '201613.442500', '201613.902500', '201614.362500', '201614.822500', '201615.282500', '201615.742500', '201616.202500', '201616.662500', '201617.122500', '201617.582500', '201618.042500', '201618.502500', '201618.962500', '201619.422500', '201619.882500', '201620.342500', '201620.802500', '201621.262500', '201621.722500', '201622.182500', '201622.642500', '201623.102500', '201623.562500', '201624.022500', '201624.482500', '201624.942500', '201625.402500', '201625.862500', '201626.322500', '201626.782500', '201627.242500', '201627.702500', '201628.162500', '201628.622500', '201629.082500', '201629.542500', '201630.002500', '201630.462500', '201630.922500', '201631.382500', '201631.842500', '201632.302500', '201632.762500', '201633.222500', '201633.682500', '201634.142500', '201634.602500', '201635.062500', '201635.522500', '201635.982500', '201636.442500', '201636.902500', '201637.362500', '201637.822500', '201638.282500', '201638.742500', '201639.202500', '201639.662500', '201640.122500', '201640.582500', '201641.042500', '201641.502500', '201641.962500', '201642.422500', '201642.882500', '201643.342500', '201643.802500', '201644.262500', '201644.722500', '201645.182500', '201645.642500', '201646.102500', '201646.562500', '201647.022500', '201647.482500', '201647.942500', '201648.402500', '201648.862500', '201649.322500', '201649.782500', '201650.242500', '201650.702500', '201651.162500', '201651.622500', '201652.082500', '201652.542500', '201653.002500', '201653.462500', '201653.922500', '201654.382500', '201654.842500', '201655.302500', '201655.762500', '201656.222500', '201656.682500', '201657.142500', '201657.602500', '201658.062500', '201658.522500', '201658.982500', '201659.442500', '201659.902500', '201700.362500', '201700.822500', '201701.282500', '201701.742500', '201702.202500', '201702.662500', '201703.122500', '201703.582500', '201704.042500', '201704.502500', '201704.962500', '201705.422500', '201705.882500', '201706.342500', '201706.802500', '201707.262500', '201707.722500', '201708.182500', '201708.642500', '201709.102500', '201709.562500', '201710.022500', '201710.482500', '201710.942500', '201711.402500', '201711.862500', '201712.322500', '201712.782500', '201713.242500', '201713.702500', '201714.162500', '201714.622500', '201715.082500', '201715.542500', '201716.002500', '201716.462500', '201716.922500', '201717.382500', '201717.842500', '201718.302500', '201718.762500', '201719.222500', '201719.682500', '201720.142500', '201720.602500', '201721.062500', '201721.522500', '201721.982500', '201722.442500', '201722.902500', '201723.362500', '201723.822500', '201724.282500', '201724.742500', '201725.202500', '201725.662500', '201726.122500', '201726.582500', '201727.042500', '201727.502500', '201727.962500', '201728.422500', '201728.882500', '201729.342500', '201729.802500', '201730.262500', '201730.722500', '201731.182500', '201731.642500', '201732.102500', '201732.562500', '201733.022500', '201733.482500', '201733.942500', '201734.402500', '201734.862500', '201735.322500', '201735.782500', '201736.242500', '201736.702500', '201737.162500', '201737.622500', '201738.082500', '201738.542500', '201739.002500', '201739.462500', '201739.922500', '201740.382500', '201740.842500', '201741.302500', '201741.762500', '201742.222500', '201742.682500', '201743.142500', '201743.602500', '201744.062500', '201744.522500', '201744.982500', '201745.442500', '201745.902500', '201746.362500', '201746.822500', '201747.282500', '201747.742500', '201748.202500', '201748.662500', '201749.122500', '201749.582500', '201750.042500', '201750.502500', '201750.962500', '201751.422500', '201751.882500', '201752.342500', '201752.802500', '201753.262500', '201753.722500', '201754.182500', '201754.642500', '201755.102500', '201755.562500', '201756.022500', '201756.482500', '201756.942500', '201757.402500', '201757.862500', '201758.322500', '201758.782500', '201759.242500', '201759.702500', '201800.162500', '201800.622500', '201801.082500', '201801.542500', '201802.002500', '201802.462500', '201802.922500', '201803.382500', '201803.842500', '201804.302500', '201804.762500', '201805.222500', '201805.682500', '201806.142500', '201806.602500', '201807.062500', '201807.522500', '201807.982500', '201808.442500', '201808.902500', '201809.362500', '201809.822500', '201810.282500', '201810.742500', '201811.202500', '201811.662500', '201812.122500', '201812.582500', '201813.042500', '201813.502500', '201813.962500', '201814.422500', '201814.882500', '201815.342500', '201815.802500', '201816.262500', '201816.722500', '201817.182500', '201817.642500', '201818.102500', '201818.562500', '201819.022500', '201819.482500', '201819.942500', '201820.402500', '201820.862500', '201821.322500', '201821.782500', '201822.242500', '201822.702500', '201823.162500', '201823.622500', '201824.082500', '201824.542500', '201825.002500', '201825.462500', '201825.922500', '201826.382500', '201826.842500', '201827.302500', '201827.762500', '201828.222500', '201828.682500', '201829.142500', '201829.602500', '201830.062500', '201830.522500', '201830.982500', '201831.442500', '201831.902500', '201832.362500', '201832.822500', '201833.282500', '201833.742500', '201834.202500', '201834.662500', '201835.122500', '201835.582500', '201836.042500', '201836.502500', '201836.962500', '201837.422500', '201837.882500', '201838.342500', '201838.802500', '201839.262500', '201839.722500', '201840.182500', '201840.642500', '201841.102500', '201841.562500', '201842.022500', '201842.482500', '201842.942500', '201843.402500', '201843.862500', '201844.322500', '201844.782500', '201845.242500', '201845.702500', '201846.162500', '201846.622500', '201847.082500', '201847.542500', '201848.002500', '201848.462500', '201848.922500', '201849.382500', '201849.842500', '201850.302500', '201850.762500', '201851.222500', '201851.682500', '201852.142500', '201852.602500', '201853.062500', '201853.522500', '201853.982500', '201854.442500', '201854.902500', '201855.362500', '201855.822500', '201856.282500', '201856.742500', '201857.202500', '201857.662500', '201858.122500', '201858.582500', '201859.042500', '201859.502500', '201859.962500', '201900.422500', '201900.882500', '201901.342500', '201901.802500', '201902.262500', '201902.722500', '201903.182500', '201903.642500', '201904.102500', '201904.562500', '201905.022500', '201905.482500', '201905.942500', '201906.402500', '201906.862500', '201907.322500', '201907.782500', '201908.242500', '201908.702500', '201909.162500', '201909.622500', '201910.082500', '201910.542500', '201911.002500', '201911.462500', '201911.922500', '201912.382500', '201912.842500', '201913.302500', '201913.762500', '201914.222500', '201914.682500', '201915.142500', '201915.602500', '201916.062500', '201916.522500', '201916.982500', '201917.442500', '201917.902500', '201918.362500', '201918.822500', '201919.282500', '201919.742500', '201920.202500', '201920.662500', '201921.122500', '201921.582500', '201922.042500', '201922.502500', '201922.962500', '201923.422500', '201923.882500', '201924.342500', '201924.802500', '201925.262500', '201925.722500', '201926.182500', '201926.642500', '201927.102500', '201927.562500', '201928.022500', '201928.482500', '201928.942500', '201929.402500', '201929.862500', '201930.322500', '201930.782500', '201931.242500', '201931.702500', '201932.162500', '201932.622500', '201933.082500', '201933.542500', '201934.002500', '201934.462500', '201934.922500', '201935.382500', '201935.842500', '201936.302500', '201936.762500', '201937.222500', '201937.682500', '201938.142500', '201938.602500', '201939.062500', '201939.522500', '201939.982500', '201940.442500', '201940.902500', '201941.362500', '201941.822500', '201942.282500', '201942.742500', '201943.202500', '201943.662500', '201944.122500', '201944.582500', '201945.042500', '201945.502500', '201945.962500', '201946.422500', '201946.882500', '201947.342500', '201947.802500', '201948.262500', '201948.722500', '201949.182500', '201949.642500', '201950.102500', '201950.562500', '201951.022500', '201951.482500', '201951.942500', '201952.402500', '201952.862500', '201953.322500', '201953.782500', '201954.242500', '201954.702500', '201955.162500', '201955.622500', '201956.082500', '201956.542500', '201957.002500', '201957.462500', '201957.922500', '201958.382500', '201958.842500', '201959.302500', '201959.762500', '202000.222500', '202000.682500', '202001.142500', '202001.602500', '202002.062500', '202002.522500', '202002.982500', '202003.442500', '202003.902500', '202004.362500', '202004.822500', '202005.282500', '202005.742500', '202006.202500', '202006.662500', '202007.122500', '202007.582500', '202008.042500', '202008.502500', '202008.962500', '202009.422500', '202009.882500', '202010.342500', '202010.802500', '202011.262500', '202011.722500', '202012.182500', '202012.642500', '202013.102500', '202013.562500', '202014.022500', '202014.482500', '202014.942500', '202015.402500', '202015.862500', '202016.322500', '202016.782500', '202017.242500', '202017.702500', '202018.162500', '202018.622500', '202019.082500', '202019.542500', '202020.002500', '202020.462500', '202020.922500', '202021.382500', '202021.842500', '202022.302500', '202022.762500', '202023.222500', '202023.682500', '202024.142500', '202024.602500', '202025.062500', '202025.522500', '202025.982500', '202026.442500', '202026.902500', '202027.362500', '202027.822500', '202028.282500', '202028.742500', '202029.202500', '202029.662500', '202030.122500', '202030.582500', '202031.042500', '202031.502500', '202031.962500', '202032.422500', '202032.882500', '202033.342500', '202033.802500', '202034.262500', '202034.722500', '202035.182500', '202035.642500', '202036.102500', '202036.562500', '202037.022500', '202037.482500', '202037.942500', '202038.402500', '202038.862500', '202039.322500', '202039.782500', '202040.242500', '202040.702500', '202041.162500', '202041.622500', '202042.082500', '202042.542500', '202043.002500', '202043.462500', '202043.922500', '202044.382500', '202044.842500', '202045.302500', '202045.762500', '202046.222500', '202046.682500', '202047.142500', '202047.602500', '202048.062500', '202048.522500', '202048.982500', '202049.442500', '202049.902500', '202050.362500', '202050.822500', '202051.282500', '202051.742500', '202052.202500', '202052.662500', '202053.122500', '202053.582500', '202054.042500', '202054.502500', '202054.962500', '202055.422500', '202055.882500', '202056.342500', '202056.802500', '202057.262500', '202057.722500', '202058.182500', '202058.642500', '202059.102500', '202059.562500', '202100.022500', '202100.482500', '202100.942500', '202101.402500', '202101.862500', '202102.322500', '202102.782500', '202103.242500', '202103.702500', '202104.162500', '202104.622500', '202105.082500', '202105.542500', '202106.002500', '202106.462500', '202106.922500', '202107.382500', '202107.842500', '202108.302500', '202108.762500', '202109.222500', '202109.682500', '202110.142500', '202110.602500', '202111.062500', '202111.522500', '202111.982500', '202112.442500', '202112.902500', '202113.362500', '202113.822500', '202114.282500', '202114.742500', '202115.202500', '202115.662500', '202116.122500', '202116.582500', '202117.042500', '202117.502500', '202117.962500', '202118.422500', '202118.882500', '202119.342500', '202119.802500', '202120.262500', '202120.722500', '202121.182500', '202121.642500', '202122.102500', '202122.562500', '202123.022500', '202123.482500', '202123.942500', '202124.402500', '202124.862500', '202125.322500', '202125.782500', '202126.242500', '202126.702500', '202127.162500', '202127.622500', '202128.082500', '202128.542500', '202129.002500', '202129.462500', '202129.922500', '202130.382500', '202130.842500', '202131.302500', '202131.762500', '202132.222500', '202132.682500', '202133.142500', '202133.602500', '202134.062500', '202134.522500', '202134.982500', '202135.442500', '202135.902500', '202136.362500', '202136.822500', '202137.282500', '202137.742500', '202138.202500', '202138.662500', '202139.122500', '202139.582500', '202140.042500', '202140.502500', '202140.962500', '202141.422500', '202141.882500', '202142.342500', '202142.802500', '202143.262500', '202143.722500', '202144.182500', '202144.642500', '202145.102500', '202145.562500', '202146.022500', '202146.482500', '202146.942500', '202147.402500', '202147.862500', '202148.322500', '202148.782500', '202149.242500', '202149.702500', '202150.162500', '202150.622500', '202151.082500', '202151.542500', '202152.002500', '202152.462500', '202152.922500', '202153.382500', '202153.842500', '202154.302500', '202154.762500', '202155.222500', '202155.682500', '202156.142500', '202156.602500', '202157.062500', '202157.522500', '202157.982500', '202158.442500', '202158.902500', '202159.362500', '202159.822500', '202200.282500', '202200.742500', '202201.202500', '202201.662500', '202202.122500', '202202.582500', '202203.042500', '202203.502500', '202203.962500', '202204.422500', '202204.882500', '202205.342500', '202205.802500', '202206.262500', '202206.722500', '202207.182500', '202207.642500', '202208.102500', '202208.562500', '202209.022500', '202209.482500', '202209.942500', '202210.402500', '202210.862500', '202211.322500', '202211.782500', '202212.242500', '202212.702500', '202213.162500', '202213.622500', '202214.082500', '202214.542500', '202215.002500', '202215.462500', '202215.922500', '202216.382500', '202216.842500', '202217.302500', '202217.762500', '202218.222500', '202218.682500', '202219.142500', '202219.602500', '202220.062500', '202220.522500', '202220.982500', '202221.442500', '202221.902500', '202222.362500', '202222.822500', '202223.282500', '202223.742500', '202224.202500', '202224.662500', '202225.122500', '202225.582500', '202226.042500', '202226.502500', '202226.962500', '202227.422500', '202227.882500', '202228.342500', '202228.802500', '202229.262500', '202229.722500', '202230.182500', '202230.642500', '202231.102500', '202231.562500', '202232.022500', '202232.482500', '202232.942500', '202233.402500', '202233.862500', '202234.322500', '202234.782500', '202235.242500', '202235.702500', '202236.162500', '202236.622500', '202237.082500', '202237.542500', '202238.002500', '202238.462500', '202238.922500', '202239.382500', '202239.842500', '202240.302500', '202240.762500', '202241.222500', '202241.682500', '202242.142500', '202242.602500', '202243.062500', '202243.522500', '202243.982500', '202244.442500', '202244.902500', '202245.362500', '202245.822500', '202246.282500', '202246.742500', '202247.202500', '202247.662500', '202248.122500', '202248.582500', '202249.042500', '202249.502500', '202249.962500', '202250.422500', '202250.882500', '202251.342500', '202251.802500', '202252.262500', '202252.722500', '202253.182500', '202253.642500', '202254.102500', '202254.562500', '202255.022500', '202255.482500', '202255.942500', '202256.402500', '202256.862500', '202257.322500', '202257.782500', '202258.242500', '202258.702500', '202259.162500', '202259.622500', '202300.082500', '202300.542500', '202301.002500', '202301.462500', '202301.922500', '202302.382500', '202302.842500', '202303.302500', '202303.762500', '202304.222500', '202304.682500', '202305.142500', '202305.602500', '202306.062500', '202306.522500', '202306.982500', '202307.442500', '202307.902500', '202308.362500', '202308.822500', '202309.282500', '202309.742500', '202310.202500', '202310.662500', '202311.122500', '202311.582500', '202312.042500', '202312.502500', '202312.962500', '202313.422500', '202313.882500', '202314.342500', '202314.802500', '202315.262500', '202315.722500', '202316.182500', '202316.642500', '202317.102500', '202317.562500', '202318.022500', '202318.482500', '202318.942500', '202319.402500', '202319.862500', '202320.322500', '202320.782500', '202321.242500', '202321.702500', '202322.162500', '202322.622500', '202323.082500', '202323.542500', '202324.002500', '202324.462500', '202324.922500', '202325.382500', '202325.842500', '202326.302500', '202326.762500', '202327.222500', '202327.682500', '202328.142500', '202328.602500', '202329.062500', '202329.522500', '202329.982500', '202330.442500', '202330.902500', '202331.362500', '202331.822500', '202332.282500', '202332.742500', '202333.202500', '202333.662500', '202334.122500', '202334.582500', '202335.042500', '202335.502500', '202335.962500', '202336.422500', '202336.882500', '202337.342500', '202337.802500', '202338.262500'], 'ContentTime': ['201349.470000', '201349.473000', '201349.476000', '201349.478000', '201349.481000', '201349.483000', '201349.486000', '201349.488000', '201349.491000', '201349.493000', '201349.496000', '201349.498000', '201349.513000', '201349.515000', '201349.520000', '201349.523000', '201349.525000', '201349.528000', '201349.530000', '201349.533000', '201349.536000', '201349.538000', '201349.541000', '201349.544000', '201349.546000', '201349.549000', '201349.551000', '201349.554000', '201349.563000', '201349.565000', '201349.568000', '201349.571000', '201349.573000', '201349.576000', '201349.578000', '201349.589000', '201349.591000', '201349.594000', '201409.442000', '201409.444000', '201409.447000', '201409.455000', '201409.458000', '201409.461000', '201409.463000', '201409.466000', '201409.469000', '201409.471000', '201409.474000', '201409.476000', '201409.479000', '201409.481000', '201409.484000', '201409.486000', '201409.494000', '201409.498000', '201409.500000', '201409.503000', '201409.506000', '201409.508000', '201409.511000', '201409.513000', '201409.516000', '201409.519000', '201409.521000', '201409.524000', '201409.526000', '201409.529000', '201409.532000', '201409.534000', '201409.537000', '201409.539000', '201409.542000', '201409.544000', '201409.547000', '201409.550000', '201409.552000', '201409.555000', '201409.557000', '201409.560000', '201409.562000', '201409.565000', '201429.441000', '201429.444000', '201429.447000', '201429.449000', '201429.452000', '201429.455000', '201429.457000', '201429.460000', '201429.463000', '201429.465000', '201429.468000', '201429.470000', '201429.473000', '201429.476000', '201429.478000', '201429.481000', '201429.484000', '201429.486000', '201429.489000', '201429.492000', '201429.494000', '201429.497000', '201429.510000', '201429.512000', '201429.533000', '201429.536000', '201429.539000', '201429.541000', '201429.557000', '201429.559000', '201429.562000', '201429.565000', '201429.586000', '201429.604000', '201429.606000', '201429.609000', '201429.612000', '201429.614000', '201429.617000', '201429.620000', '201429.622000', '201429.625000', '201429.628000', '201449.441000', '201449.450000', '201449.452000', '201449.455000', '201449.469000', '201449.472000', '201449.474000', '201449.477000', '201449.480000', '201449.482000', '201449.485000', '201449.487000', '201449.490000', '201449.493000', '201449.495000', '201449.498000', '201449.500000', '201449.503000', '201449.506000', '201449.508000', '201449.517000', '201449.520000', '201449.522000', '201449.525000', '201449.528000', '201449.530000', '201449.533000', '201449.536000', '201449.538000', '201449.541000', '201449.544000', '201449.547000', '201449.549000', '201449.552000', '201449.554000', '201449.557000', '201449.559000', '201449.562000', '201449.565000', '201449.567000', '201449.570000', '201449.573000', '201449.575000', '201449.578000', '201509.442000', '201509.445000', '201509.447000', '201509.450000', '201509.453000', '201509.455000', '201509.458000', '201509.461000', '201509.463000', '201509.466000', '201509.468000', '201509.471000', '201509.474000', '201509.476000', '201509.479000', '201509.482000', '201509.484000', '201509.487000', '201509.490000', '201509.492000', '201509.502000', '201509.505000', '201509.507000', '201509.510000', '201509.513000', '201509.515000', '201509.518000', '201509.520000', '201509.523000', '201509.525000', '201509.528000', '201509.531000', '201509.533000', '201509.539000', '201509.541000', '201509.544000', '201509.547000', '201509.549000', '201509.552000', '201509.554000', '201509.557000', '201509.560000', '201509.569000', '201529.440000', '201529.443000', '201529.453000', '201529.456000', '201529.458000', '201529.461000', '201529.463000', '201529.466000', '201529.468000', '201529.471000', '201529.474000', '201529.476000', '201529.479000', '201529.481000', '201529.484000', '201529.486000', '201529.489000', '201529.492000', '201529.494000', '201529.497000', '201529.501000', '201529.503000', '201529.506000', '201529.509000', '201529.511000', '201529.514000', '201529.516000', '201529.519000', '201529.522000', '201529.524000', '201529.527000', '201529.529000', '201529.532000', '201529.534000', '201529.537000', '201529.539000', '201529.542000', '201529.545000', '201529.547000', '201529.550000', '201529.552000', '201529.555000', '201529.558000', '201549.441000', '201549.444000', '201549.447000', '201549.449000', '201549.452000', '201549.455000', '201549.457000', '201549.460000', '201549.462000', '201549.465000', '201549.468000', '201549.470000', '201549.473000', '201549.476000', '201549.478000', '201549.481000', '201549.483000', '201549.486000', '201549.489000', '201549.491000', '201549.494000', '201549.496000', '201549.499000', '201549.502000', '201549.504000', '201549.507000', '201549.510000', '201549.512000', '201549.515000', '201549.517000', '201549.520000', '201549.522000', '201549.525000', '201549.528000', '201549.530000', '201549.533000', '201549.536000', '201549.538000', '201549.541000', '201549.543000', '201549.546000', '201549.548000', '201549.551000', '201549.554000', '201609.441000', '201609.444000', '201609.447000', '201609.450000', '201609.452000', '201609.455000', '201609.457000', '201609.460000', '201609.463000', '201609.465000', '201609.468000', '201609.476000', '201609.479000', '201609.482000', '201609.484000', '201609.487000', '201609.489000', '201609.492000', '201609.495000', '201609.497000', '201609.500000', '201609.502000', '201609.505000', '201609.507000', '201609.510000', '201609.513000', '201609.516000', '201609.519000', '201609.521000', '201609.525000', '201609.527000', '201609.530000', '201609.532000', '201609.535000', '201609.537000', '201609.540000', '201609.542000', '201609.545000', '201609.548000', '201609.550000', '201609.553000', '201609.556000', '201609.558000', '201629.441000', '201629.444000', '201629.447000', '201629.449000', '201629.452000', '201629.454000', '201629.457000', '201629.459000', '201629.462000', '201629.465000', '201629.467000', '201629.470000', '201629.472000', '201629.475000', '201629.477000', '201629.480000', '201629.483000', '201629.485000', '201629.488000', '201629.490000', '201629.493000', '201629.495000', '201629.498000', '201629.501000', '201629.503000', '201629.506000', '201629.508000', '201629.511000', '201629.513000', '201629.516000', '201629.519000', '201629.521000', '201629.524000', '201629.526000', '201629.529000', '201629.532000', '201629.534000', '201629.537000', '201629.539000', '201629.542000', '201629.544000', '201629.547000', '201629.550000', '201629.552000', '201649.441000', '201649.444000', '201649.447000', '201649.449000', '201649.452000', '201649.454000', '201649.457000', '201649.460000', '201649.462000', '201649.465000', '201649.468000', '201649.470000', '201649.473000', '201649.475000', '201649.478000', '201649.481000', '201649.483000', '201649.486000', '201649.488000', '201649.491000', '201649.494000', '201649.496000', '201649.499000', '201649.501000', '201649.529000', '201649.531000', '201649.534000', '201649.536000', '201649.540000', '201649.542000', '201649.545000', '201649.548000', '201649.550000', '201649.553000', '201649.555000', '201649.558000', '201649.560000', '201649.563000', '201649.565000', '201649.568000', '201649.571000', '201649.573000', '201649.576000', '201709.441000', '201709.444000', '201709.447000', '201709.449000', '201709.452000', '201709.455000', '201709.457000', '201709.460000', '201709.462000', '201709.465000', '201709.468000', '201709.470000', '201709.473000', '201709.475000', '201709.478000', '201709.480000', '201709.490000', '201709.493000', '201709.496000', '201709.499000', '201709.502000', '201709.504000', '201709.507000', '201709.510000', '201709.512000', '201709.515000', '201709.518000', '201709.520000', '201709.523000', '201709.525000', '201709.528000', '201709.531000', '201709.533000', '201709.536000', '201709.538000', '201709.541000', '201709.544000', '201709.546000', '201709.549000', '201709.551000', '201709.554000', '201709.557000', '201709.559000', '201709.562000', '201729.441000', '201729.444000', '201729.447000', '201729.449000', '201729.452000', '201729.455000', '201729.457000', '201729.460000', '201729.462000', '201729.465000', '201729.467000', '201729.470000', '201729.473000', '201729.475000', '201729.478000', '201729.481000', '201729.484000', '201729.486000', '201729.489000', '201729.492000', '201729.494000', '201729.497000', '201729.499000', '201729.502000', '201729.505000', '201729.507000', '201729.510000', '201729.513000', '201729.515000', '201729.518000', '201729.520000', '201729.523000', '201729.526000', '201729.528000', '201729.531000', '201729.533000', '201729.536000', '201729.539000', '201729.541000', '201729.544000', '201729.546000', '201729.549000', '201729.552000', '201749.441000', '201749.443000', '201749.446000', '201749.449000', '201749.451000', '201749.454000', '201749.456000', '201749.459000', '201749.461000', '201749.464000', '201749.467000', '201749.469000', '201749.472000', '201749.474000', '201749.477000', '201749.480000', '201749.482000', '201749.485000', '201749.487000', '201749.490000', '201749.493000', '201749.495000', '201749.498000', '201749.501000', '201749.503000', '201749.506000', '201749.508000', '201749.511000', '201749.513000', '201749.516000', '201749.519000', '201749.521000', '201749.524000', '201749.526000', '201749.529000', '201749.532000', '201749.534000', '201749.537000', '201749.539000', '201749.542000', '201749.545000', '201749.547000', '201749.550000', '201749.552000', '201809.441000', '201809.444000', '201809.447000', '201809.449000', '201809.452000', '201809.455000', '201809.457000', '201809.460000', '201809.462000', '201809.465000', '201809.467000', '201809.470000', '201809.473000', '201809.475000', '201809.478000', '201809.481000', '201809.483000', '201809.486000', '201809.488000', '201809.491000', '201809.494000', '201809.496000', '201809.499000', '201809.502000', '201809.504000', '201809.507000', '201809.509000', '201809.512000', '201809.515000', '201809.517000', '201809.520000', '201809.522000', '201809.525000', '201809.528000', '201809.530000', '201809.533000', '201809.536000', '201809.538000', '201809.541000', '201809.544000', '201809.546000', '201809.549000', '201809.551000', '201829.442000', '201829.444000', '201829.447000', '201829.450000', '201829.452000', '201829.456000', '201829.468000', '201829.471000', '201829.474000', '201829.476000', '201829.479000', '201829.482000', '201829.484000', '201829.487000', '201829.489000', '201829.492000', '201829.494000', '201829.506000', '201829.509000', '201829.511000', '201829.514000', '201829.516000', '201829.519000', '201829.522000', '201829.524000', '201829.527000', '201829.529000', '201829.532000', '201829.534000', '201829.537000', '201829.539000', '201829.542000', '201829.545000', '201829.547000', '201829.550000', '201829.553000', '201829.555000', '201829.558000', '201829.561000', '201829.563000', '201829.566000', '201829.568000', '201829.571000', '201829.573000', '201849.441000', '201849.444000', '201849.447000', '201849.449000', '201849.452000', '201849.455000', '201849.457000', '201849.460000', '201849.462000', '201849.465000', '201849.468000', '201849.470000', '201849.473000', '201849.475000', '201849.478000', '201849.481000', '201849.483000', '201849.486000', '201849.488000', '201849.491000', '201849.499000', '201849.501000', '201849.504000', '201849.507000', '201849.510000', '201849.512000', '201849.515000', '201849.518000', '201849.520000', '201849.523000', '201849.526000', '201849.528000', '201849.531000', '201849.533000', '201849.536000', '201849.539000', '201849.541000', '201849.544000', '201849.546000', '201849.549000', '201849.552000', '201849.554000', '201849.557000', '201909.442000', '201909.444000', '201909.447000', '201909.450000', '201909.453000', '201909.455000', '201909.458000', '201909.460000', '201909.463000', '201909.466000', '201909.468000', '201909.471000', '201909.473000', '201909.476000', '201909.479000', '201909.481000', '201909.491000', '201909.494000', '201909.496000', '201909.499000', '201909.502000', '201909.504000', '201909.507000', '201909.510000', '201909.512000', '201909.515000', '201909.517000', '201909.520000', '201909.523000', '201909.525000', '201909.528000', '201909.530000', '201909.533000', '201909.536000', '201909.538000', '201909.541000', '201909.543000', '201909.546000', '201909.549000', '201909.551000', '201909.554000', '201909.556000', '201909.559000', '201909.562000', '201929.442000', '201929.445000', '201929.447000', '201929.450000', '201929.453000', '201929.455000', '201929.458000', '201929.460000', '201929.463000', '201929.466000', '201929.468000', '201929.471000', '201929.473000', '201929.476000', '201929.478000', '201929.481000', '201929.484000', '201929.486000', '201929.489000', '201929.492000', '201929.494000', '201929.497000', '201929.499000', '201929.502000', '201929.505000', '201929.507000', '201929.510000', '201929.512000', '201929.515000', '201929.517000', '201929.520000', '201929.523000', '201929.525000', '201929.528000', '201929.530000', '201929.533000', '201929.535000', '201929.538000', '201929.541000', '201929.543000', '201929.546000', '201929.549000', '201929.551000', '201949.442000', '201949.445000', '201949.447000', '201949.450000', '201949.452000', '201949.455000', '201949.458000', '201949.460000', '201949.463000', '201949.465000', '201949.468000', '201949.470000', '201949.473000', '201949.476000', '201949.478000', '201949.481000', '201949.485000', '201949.499000', '201949.502000', '201949.504000', '201949.507000', '201949.509000', '201949.512000', '201949.515000', '201949.517000', '201949.520000', '201949.522000', '201949.525000', '201949.528000', '201949.530000', '201949.541000', '201949.544000', '201949.547000', '201949.549000', '201949.552000', '201949.554000', '201949.557000', '201949.560000', '201949.562000', '201949.565000', '201949.567000', '201949.570000', '201949.573000', '201949.578000', '202009.441000', '202009.443000', '202009.446000', '202009.448000', '202009.451000', '202009.454000', '202009.456000', '202009.459000', '202009.461000', '202009.464000', '202009.467000', '202009.469000', '202009.472000', '202009.474000', '202009.477000', '202009.480000', '202009.482000', '202009.485000', '202009.487000', '202009.490000', '202009.493000', '202009.495000', '202009.498000', '202009.500000', '202009.503000', '202009.505000', '202009.508000', '202009.511000', '202009.513000', '202009.516000', '202009.518000', '202009.524000', '202009.526000', '202009.529000', '202009.532000', '202009.535000', '202009.537000', '202009.540000', '202009.542000', '202009.545000', '202009.548000', '202009.550000', '202009.553000', '202029.441000', '202029.444000', '202029.447000', '202029.449000', '202029.452000', '202029.455000', '202029.457000', '202029.460000', '202029.462000', '202029.465000', '202029.468000', '202029.470000', '202029.473000', '202029.475000', '202029.478000', '202029.481000', '202029.483000', '202029.486000', '202029.489000', '202029.491000', '202029.494000', '202029.496000', '202029.499000', '202029.501000', '202029.504000', '202029.507000', '202029.509000', '202029.512000', '202029.514000', '202029.517000', '202029.519000', '202029.522000', '202029.525000', '202029.527000', '202029.530000', '202029.532000', '202029.535000', '202029.537000', '202029.540000', '202029.543000', '202029.545000', '202029.548000', '202029.550000', '202049.441000', '202049.444000', '202049.447000', '202049.449000', '202049.452000', '202049.455000', '202049.457000', '202049.460000', '202049.462000', '202049.465000', '202049.468000', '202049.471000', '202049.473000', '202049.476000', '202049.478000', '202049.481000', '202049.483000', '202049.486000', '202049.489000', '202049.491000', '202049.494000', '202049.496000', '202049.499000', '202049.501000', '202049.504000', '202049.507000', '202049.509000', '202049.512000', '202049.514000', '202049.517000', '202049.520000', '202049.522000', '202049.525000', '202049.527000', '202049.530000', '202049.532000', '202049.535000', '202049.538000', '202049.540000', '202049.543000', '202049.545000', '202049.548000', '202049.551000', '202049.553000', '202109.442000', '202109.444000', '202109.447000', '202109.450000', '202109.453000', '202109.455000', '202109.458000', '202109.460000', '202109.463000', '202109.466000', '202109.468000', '202109.471000', '202109.473000', '202109.476000', '202109.478000', '202109.481000', '202109.484000', '202109.486000', '202109.489000', '202109.491000', '202109.494000', '202109.496000', '202109.499000', '202109.501000', '202109.504000', '202109.507000', '202109.509000', '202109.512000', '202109.521000', '202109.524000', '202109.526000', '202109.529000', '202109.531000', '202109.534000', '202109.536000', '202109.539000', '202109.542000', '202109.544000', '202109.547000', '202109.549000', '202109.552000', '202109.555000', '202109.557000', '202109.560000', '202129.441000', '202129.444000', '202129.447000', '202129.449000', '202129.452000', '202129.455000', '202129.457000', '202129.460000', '202129.463000', '202129.465000', '202129.468000', '202129.470000', '202129.473000', '202129.476000', '202129.478000', '202129.481000', '202129.491000', '202129.493000', '202129.496000', '202129.499000', '202129.501000', '202129.504000', '202129.506000', '202129.509000', '202129.512000', '202129.514000', '202129.517000', '202129.520000', '202129.522000', '202129.525000', '202129.528000', '202129.530000', '202129.533000', '202129.535000', '202129.538000', '202129.541000', '202129.543000', '202129.546000', '202129.548000', '202129.551000', '202129.554000', '202129.556000', '202129.559000', '202149.442000', '202149.444000', '202149.447000', '202149.450000', '202149.452000', '202149.455000', '202149.458000', '202149.460000', '202149.463000', '202149.466000', '202149.469000', '202149.471000', '202149.474000', '202149.477000', '202149.479000', '202149.482000', '202149.484000', '202149.487000', '202149.489000', '202149.492000', '202149.495000', '202149.497000', '202149.500000', '202149.502000', '202149.505000', '202149.508000', '202149.510000', '202149.513000', '202149.516000', '202149.519000', '202149.521000', '202149.524000', '202149.526000', '202149.529000', '202149.531000', '202149.534000', '202149.537000', '202149.539000', '202149.542000', '202149.545000', '202149.547000', '202149.550000', '202149.552000', '202209.442000', '202209.445000', '202209.448000', '202209.450000', '202209.453000', '202209.456000', '202209.458000', '202209.461000', '202209.464000', '202209.466000', '202209.469000', '202209.472000', '202209.474000', '202209.477000', '202209.479000', '202209.482000', '202209.485000', '202209.487000', '202209.490000', '202209.492000', '202209.495000', '202209.498000', '202209.500000', '202209.503000', '202209.505000', '202209.508000', '202209.511000', '202209.513000', '202209.516000', '202209.518000', '202209.521000', '202209.524000', '202209.526000', '202209.529000', '202209.532000', '202209.534000', '202209.537000', '202209.539000', '202209.542000', '202209.544000', '202209.547000', '202209.550000', '202209.552000', '202209.555000', '202229.441000', '202229.444000', '202229.446000', '202229.449000', '202229.452000', '202229.454000', '202229.457000', '202229.460000', '202229.462000', '202229.465000', '202229.498000', '202229.500000', '202229.503000', '202229.505000', '202229.508000', '202229.511000', '202229.513000', '202229.516000', '202229.518000', '202229.521000', '202229.523000', '202229.526000', '202229.528000', '202229.531000', '202229.534000', '202229.536000', '202229.539000', '202229.541000', '202229.544000', '202229.546000', '202229.549000', '202229.551000', '202229.554000', '202229.557000', '202229.559000', '202229.562000', '202229.564000', '202229.567000', '202229.569000', '202229.572000', '202229.575000', '202229.577000', '202229.580000', '202249.441000', '202249.444000', '202249.447000', '202249.449000', '202249.452000', '202249.455000', '202249.457000', '202249.460000', '202249.463000', '202249.465000', '202249.468000', '202249.471000', '202249.473000', '202249.490000', '202249.493000', '202249.496000', '202249.498000', '202249.501000', '202249.503000', '202249.506000', '202249.509000', '202249.511000', '202249.514000', '202249.517000', '202249.519000', '202249.522000', '202249.525000', '202249.527000', '202249.530000', '202249.532000', '202249.535000', '202249.538000', '202249.540000', '202249.543000', '202249.546000', '202249.548000', '202249.551000', '202249.553000', '202249.556000', '202249.559000', '202249.561000', '202249.564000', '202249.567000', '202249.569000', '202309.442000', '202309.444000', '202309.447000', '202309.450000', '202309.452000', '202309.455000', '202309.457000', '202309.460000', '202309.462000', '202309.465000', '202309.468000', '202309.470000', '202309.473000', '202309.475000', '202309.478000', '202309.481000', '202309.483000', '202309.492000', '202309.495000', '202309.499000', '202309.502000', '202309.504000', '202309.507000', '202309.509000', '202309.512000', '202309.515000', '202309.517000', '202309.520000', '202309.522000', '202309.525000', '202309.528000', '202309.530000', '202309.533000', '202309.535000', '202309.538000', '202309.540000', '202309.543000', '202309.546000', '202309.548000', '202309.551000', '202309.554000', '202309.556000', '202309.559000', '202329.442000', '202329.444000', '202329.447000', '202329.450000', '202329.468000', '202329.471000', '202329.474000', '202329.486000', '202329.489000', '202329.491000', '202329.500000', '202329.502000', '202329.505000', '202329.508000', '202329.510000', '202329.513000', '202329.515000', '202329.518000', '202329.521000', '202329.523000', '202329.526000', '202329.528000', '202329.532000', '202329.534000', '202329.537000', '202329.539000', '202329.542000', '202329.545000', '202329.547000', '202329.550000', '202329.552000', '202329.561000', '202329.564000', '202329.566000', '202329.569000', '202329.572000', '202329.575000', '202329.577000', '202329.580000', '202329.582000', '202329.585000', '202329.588000', '202329.590000', '202329.593000', '202339.864000', '202339.867000', '202339.870000', '202339.873000', '202339.875000', '202339.878000', '202339.881000', '202339.885000', '202339.888000', '202339.891000', '202339.894000', '202339.896000', '202339.899000', '202339.902000', '202339.906000', '202339.910000', '202339.913000', '202339.917000', '202339.920000', '202339.925000', '202339.928000', '202339.950000', '202339.953000'], 'InstanceCreationTime': ['201349.470000', '201349.473000', '201349.476000', '201349.478000', '201349.481000', '201349.483000', '201349.486000', '201349.488000', '201349.491000', '201349.493000', '201349.496000', '201349.498000', '201349.513000', '201349.515000', '201349.520000', '201349.523000', '201349.525000', '201349.528000', '201349.530000', '201349.533000', '201349.536000', '201349.538000', '201349.541000', '201349.544000', '201349.546000', '201349.549000', '201349.551000', '201349.554000', '201349.563000', '201349.565000', '201349.568000', '201349.571000', '201349.573000', '201349.576000', '201349.578000', '201349.589000', '201349.591000', '201349.594000', '201409.442000', '201409.444000', '201409.447000', '201409.455000', '201409.458000', '201409.461000', '201409.463000', '201409.466000', '201409.469000', '201409.471000', '201409.474000', '201409.476000', '201409.479000', '201409.481000', '201409.484000', '201409.486000', '201409.494000', '201409.498000', '201409.500000', '201409.503000', '201409.506000', '201409.508000', '201409.511000', '201409.513000', '201409.516000', '201409.519000', '201409.521000', '201409.524000', '201409.526000', '201409.529000', '201409.532000', '201409.534000', '201409.537000', '201409.539000', '201409.542000', '201409.544000', '201409.547000', '201409.550000', '201409.552000', '201409.555000', '201409.557000', '201409.560000', '201409.562000', '201409.565000', '201429.441000', '201429.444000', '201429.447000', '201429.449000', '201429.452000', '201429.455000', '201429.457000', '201429.460000', '201429.463000', '201429.465000', '201429.468000', '201429.470000', '201429.473000', '201429.476000', '201429.478000', '201429.481000', '201429.484000', '201429.486000', '201429.489000', '201429.492000', '201429.494000', '201429.497000', '201429.510000', '201429.512000', '201429.533000', '201429.536000', '201429.539000', '201429.541000', '201429.557000', '201429.559000', '201429.562000', '201429.565000', '201429.586000', '201429.604000', '201429.606000', '201429.609000', '201429.612000', '201429.614000', '201429.617000', '201429.620000', '201429.622000', '201429.625000', '201429.628000', '201449.441000', '201449.450000', '201449.452000', '201449.455000', '201449.469000', '201449.472000', '201449.474000', '201449.477000', '201449.480000', '201449.482000', '201449.485000', '201449.487000', '201449.490000', '201449.493000', '201449.495000', '201449.498000', '201449.500000', '201449.503000', '201449.506000', '201449.508000', '201449.517000', '201449.520000', '201449.522000', '201449.525000', '201449.528000', '201449.530000', '201449.533000', '201449.536000', '201449.538000', '201449.541000', '201449.544000', '201449.547000', '201449.549000', '201449.552000', '201449.554000', '201449.557000', '201449.559000', '201449.562000', '201449.565000', '201449.567000', '201449.570000', '201449.573000', '201449.575000', '201449.578000', '201509.442000', '201509.445000', '201509.447000', '201509.450000', '201509.453000', '201509.455000', '201509.458000', '201509.461000', '201509.463000', '201509.466000', '201509.468000', '201509.471000', '201509.474000', '201509.476000', '201509.479000', '201509.482000', '201509.484000', '201509.487000', '201509.490000', '201509.492000', '201509.502000', '201509.505000', '201509.507000', '201509.510000', '201509.513000', '201509.515000', '201509.518000', '201509.520000', '201509.523000', '201509.525000', '201509.528000', '201509.531000', '201509.533000', '201509.539000', '201509.541000', '201509.544000', '201509.547000', '201509.549000', '201509.552000', '201509.554000', '201509.557000', '201509.560000', '201509.569000', '201529.440000', '201529.443000', '201529.453000', '201529.456000', '201529.458000', '201529.461000', '201529.463000', '201529.466000', '201529.468000', '201529.471000', '201529.474000', '201529.476000', '201529.479000', '201529.481000', '201529.484000', '201529.486000', '201529.489000', '201529.492000', '201529.494000', '201529.497000', '201529.501000', '201529.503000', '201529.506000', '201529.509000', '201529.511000', '201529.514000', '201529.516000', '201529.519000', '201529.522000', '201529.524000', '201529.527000', '201529.529000', '201529.532000', '201529.534000', '201529.537000', '201529.539000', '201529.542000', '201529.545000', '201529.547000', '201529.550000', '201529.552000', '201529.555000', '201529.558000', '201549.441000', '201549.444000', '201549.447000', '201549.449000', '201549.452000', '201549.455000', '201549.457000', '201549.460000', '201549.462000', '201549.465000', '201549.468000', '201549.470000', '201549.473000', '201549.476000', '201549.478000', '201549.481000', '201549.483000', '201549.486000', '201549.489000', '201549.491000', '201549.494000', '201549.496000', '201549.499000', '201549.502000', '201549.504000', '201549.507000', '201549.510000', '201549.512000', '201549.515000', '201549.517000', '201549.520000', '201549.522000', '201549.525000', '201549.528000', '201549.530000', '201549.533000', '201549.536000', '201549.538000', '201549.541000', '201549.543000', '201549.546000', '201549.548000', '201549.551000', '201549.554000', '201609.441000', '201609.444000', '201609.447000', '201609.450000', '201609.452000', '201609.455000', '201609.457000', '201609.460000', '201609.463000', '201609.465000', '201609.468000', '201609.476000', '201609.479000', '201609.482000', '201609.484000', '201609.487000', '201609.489000', '201609.492000', '201609.495000', '201609.497000', '201609.500000', '201609.502000', '201609.505000', '201609.507000', '201609.510000', '201609.513000', '201609.516000', '201609.519000', '201609.521000', '201609.525000', '201609.527000', '201609.530000', '201609.532000', '201609.535000', '201609.537000', '201609.540000', '201609.542000', '201609.545000', '201609.548000', '201609.550000', '201609.553000', '201609.556000', '201609.558000', '201629.441000', '201629.444000', '201629.447000', '201629.449000', '201629.452000', '201629.454000', '201629.457000', '201629.459000', '201629.462000', '201629.465000', '201629.467000', '201629.470000', '201629.472000', '201629.475000', '201629.477000', '201629.480000', '201629.483000', '201629.485000', '201629.488000', '201629.490000', '201629.493000', '201629.495000', '201629.498000', '201629.501000', '201629.503000', '201629.506000', '201629.508000', '201629.511000', '201629.513000', '201629.516000', '201629.519000', '201629.521000', '201629.524000', '201629.526000', '201629.529000', '201629.532000', '201629.534000', '201629.537000', '201629.539000', '201629.542000', '201629.544000', '201629.547000', '201629.550000', '201629.552000', '201649.441000', '201649.444000', '201649.447000', '201649.449000', '201649.452000', '201649.454000', '201649.457000', '201649.460000', '201649.462000', '201649.465000', '201649.468000', '201649.470000', '201649.473000', '201649.475000', '201649.478000', '201649.481000', '201649.483000', '201649.486000', '201649.488000', '201649.491000', '201649.494000', '201649.496000', '201649.499000', '201649.501000', '201649.529000', '201649.531000', '201649.534000', '201649.536000', '201649.540000', '201649.542000', '201649.545000', '201649.548000', '201649.550000', '201649.553000', '201649.555000', '201649.558000', '201649.560000', '201649.563000', '201649.565000', '201649.568000', '201649.571000', '201649.573000', '201649.576000', '201709.441000', '201709.444000', '201709.447000', '201709.449000', '201709.452000', '201709.455000', '201709.457000', '201709.460000', '201709.462000', '201709.465000', '201709.468000', '201709.470000', '201709.473000', '201709.475000', '201709.478000', '201709.480000', '201709.490000', '201709.493000', '201709.496000', '201709.499000', '201709.502000', '201709.504000', '201709.507000', '201709.510000', '201709.512000', '201709.515000', '201709.518000', '201709.520000', '201709.523000', '201709.525000', '201709.528000', '201709.531000', '201709.533000', '201709.536000', '201709.538000', '201709.541000', '201709.544000', '201709.546000', '201709.549000', '201709.551000', '201709.554000', '201709.557000', '201709.559000', '201709.562000', '201729.441000', '201729.444000', '201729.447000', '201729.449000', '201729.452000', '201729.455000', '201729.457000', '201729.460000', '201729.462000', '201729.465000', '201729.467000', '201729.470000', '201729.473000', '201729.475000', '201729.478000', '201729.481000', '201729.484000', '201729.486000', '201729.489000', '201729.492000', '201729.494000', '201729.497000', '201729.499000', '201729.502000', '201729.505000', '201729.507000', '201729.510000', '201729.513000', '201729.515000', '201729.518000', '201729.520000', '201729.523000', '201729.526000', '201729.528000', '201729.531000', '201729.533000', '201729.536000', '201729.539000', '201729.541000', '201729.544000', '201729.546000', '201729.549000', '201729.552000', '201749.441000', '201749.443000', '201749.446000', '201749.449000', '201749.451000', '201749.454000', '201749.456000', '201749.459000', '201749.461000', '201749.464000', '201749.467000', '201749.469000', '201749.472000', '201749.474000', '201749.477000', '201749.480000', '201749.482000', '201749.485000', '201749.487000', '201749.490000', '201749.493000', '201749.495000', '201749.498000', '201749.501000', '201749.503000', '201749.506000', '201749.508000', '201749.511000', '201749.513000', '201749.516000', '201749.519000', '201749.521000', '201749.524000', '201749.526000', '201749.529000', '201749.532000', '201749.534000', '201749.537000', '201749.539000', '201749.542000', '201749.545000', '201749.547000', '201749.550000', '201749.552000', '201809.441000', '201809.444000', '201809.447000', '201809.449000', '201809.452000', '201809.455000', '201809.457000', '201809.460000', '201809.462000', '201809.465000', '201809.467000', '201809.470000', '201809.473000', '201809.475000', '201809.478000', '201809.481000', '201809.483000', '201809.486000', '201809.488000', '201809.491000', '201809.494000', '201809.496000', '201809.499000', '201809.502000', '201809.504000', '201809.507000', '201809.509000', '201809.512000', '201809.515000', '201809.517000', '201809.520000', '201809.522000', '201809.525000', '201809.528000', '201809.530000', '201809.533000', '201809.536000', '201809.538000', '201809.541000', '201809.544000', '201809.546000', '201809.549000', '201809.551000', '201829.442000', '201829.444000', '201829.447000', '201829.450000', '201829.452000', '201829.456000', '201829.468000', '201829.471000', '201829.474000', '201829.476000', '201829.479000', '201829.482000', '201829.484000', '201829.487000', '201829.489000', '201829.492000', '201829.494000', '201829.506000', '201829.509000', '201829.511000', '201829.514000', '201829.516000', '201829.519000', '201829.522000', '201829.524000', '201829.527000', '201829.529000', '201829.532000', '201829.534000', '201829.537000', '201829.539000', '201829.542000', '201829.545000', '201829.547000', '201829.550000', '201829.553000', '201829.555000', '201829.558000', '201829.561000', '201829.563000', '201829.566000', '201829.568000', '201829.571000', '201829.573000', '201849.441000', '201849.444000', '201849.447000', '201849.449000', '201849.452000', '201849.455000', '201849.457000', '201849.460000', '201849.462000', '201849.465000', '201849.468000', '201849.470000', '201849.473000', '201849.475000', '201849.478000', '201849.481000', '201849.483000', '201849.486000', '201849.488000', '201849.491000', '201849.499000', '201849.501000', '201849.504000', '201849.507000', '201849.510000', '201849.512000', '201849.515000', '201849.518000', '201849.520000', '201849.523000', '201849.526000', '201849.528000', '201849.531000', '201849.533000', '201849.536000', '201849.539000', '201849.541000', '201849.544000', '201849.546000', '201849.549000', '201849.552000', '201849.554000', '201849.557000', '201909.442000', '201909.444000', '201909.447000', '201909.450000', '201909.453000', '201909.455000', '201909.458000', '201909.460000', '201909.463000', '201909.466000', '201909.468000', '201909.471000', '201909.473000', '201909.476000', '201909.479000', '201909.481000', '201909.491000', '201909.494000', '201909.496000', '201909.499000', '201909.502000', '201909.504000', '201909.507000', '201909.510000', '201909.512000', '201909.515000', '201909.517000', '201909.520000', '201909.523000', '201909.525000', '201909.528000', '201909.530000', '201909.533000', '201909.536000', '201909.538000', '201909.541000', '201909.543000', '201909.546000', '201909.549000', '201909.551000', '201909.554000', '201909.556000', '201909.559000', '201909.562000', '201929.442000', '201929.445000', '201929.447000', '201929.450000', '201929.453000', '201929.455000', '201929.458000', '201929.460000', '201929.463000', '201929.466000', '201929.468000', '201929.471000', '201929.473000', '201929.476000', '201929.478000', '201929.481000', '201929.484000', '201929.486000', '201929.489000', '201929.492000', '201929.494000', '201929.497000', '201929.499000', '201929.502000', '201929.505000', '201929.507000', '201929.510000', '201929.512000', '201929.515000', '201929.517000', '201929.520000', '201929.523000', '201929.525000', '201929.528000', '201929.530000', '201929.533000', '201929.535000', '201929.538000', '201929.541000', '201929.543000', '201929.546000', '201929.549000', '201929.551000', '201949.442000', '201949.445000', '201949.447000', '201949.450000', '201949.452000', '201949.455000', '201949.458000', '201949.460000', '201949.463000', '201949.465000', '201949.468000', '201949.470000', '201949.473000', '201949.476000', '201949.478000', '201949.481000', '201949.485000', '201949.499000', '201949.502000', '201949.504000', '201949.507000', '201949.509000', '201949.512000', '201949.515000', '201949.517000', '201949.520000', '201949.522000', '201949.525000', '201949.528000', '201949.530000', '201949.541000', '201949.544000', '201949.547000', '201949.549000', '201949.552000', '201949.554000', '201949.557000', '201949.560000', '201949.562000', '201949.565000', '201949.567000', '201949.570000', '201949.573000', '201949.578000', '202009.441000', '202009.443000', '202009.446000', '202009.448000', '202009.451000', '202009.454000', '202009.456000', '202009.459000', '202009.461000', '202009.464000', '202009.467000', '202009.469000', '202009.472000', '202009.474000', '202009.477000', '202009.480000', '202009.482000', '202009.485000', '202009.487000', '202009.490000', '202009.493000', '202009.495000', '202009.498000', '202009.500000', '202009.503000', '202009.505000', '202009.508000', '202009.511000', '202009.513000', '202009.516000', '202009.518000', '202009.524000', '202009.526000', '202009.529000', '202009.532000', '202009.535000', '202009.537000', '202009.540000', '202009.542000', '202009.545000', '202009.548000', '202009.550000', '202009.553000', '202029.441000', '202029.444000', '202029.447000', '202029.449000', '202029.452000', '202029.455000', '202029.457000', '202029.460000', '202029.462000', '202029.465000', '202029.468000', '202029.470000', '202029.473000', '202029.475000', '202029.478000', '202029.481000', '202029.483000', '202029.486000', '202029.489000', '202029.491000', '202029.494000', '202029.496000', '202029.499000', '202029.501000', '202029.504000', '202029.507000', '202029.509000', '202029.512000', '202029.514000', '202029.517000', '202029.519000', '202029.522000', '202029.525000', '202029.527000', '202029.530000', '202029.532000', '202029.535000', '202029.537000', '202029.540000', '202029.543000', '202029.545000', '202029.548000', '202029.550000', '202049.441000', '202049.444000', '202049.447000', '202049.449000', '202049.452000', '202049.455000', '202049.457000', '202049.460000', '202049.462000', '202049.465000', '202049.468000', '202049.471000', '202049.473000', '202049.476000', '202049.478000', '202049.481000', '202049.483000', '202049.486000', '202049.489000', '202049.491000', '202049.494000', '202049.496000', '202049.499000', '202049.501000', '202049.504000', '202049.507000', '202049.509000', '202049.512000', '202049.514000', '202049.517000', '202049.520000', '202049.522000', '202049.525000', '202049.527000', '202049.530000', '202049.532000', '202049.535000', '202049.538000', '202049.540000', '202049.543000', '202049.545000', '202049.548000', '202049.551000', '202049.553000', '202109.442000', '202109.444000', '202109.447000', '202109.450000', '202109.453000', '202109.455000', '202109.458000', '202109.460000', '202109.463000', '202109.466000', '202109.468000', '202109.471000', '202109.473000', '202109.476000', '202109.478000', '202109.481000', '202109.484000', '202109.486000', '202109.489000', '202109.491000', '202109.494000', '202109.496000', '202109.499000', '202109.501000', '202109.504000', '202109.507000', '202109.509000', '202109.512000', '202109.521000', '202109.524000', '202109.526000', '202109.529000', '202109.531000', '202109.534000', '202109.536000', '202109.539000', '202109.542000', '202109.544000', '202109.547000', '202109.549000', '202109.552000', '202109.555000', '202109.557000', '202109.560000', '202129.441000', '202129.444000', '202129.447000', '202129.449000', '202129.452000', '202129.455000', '202129.457000', '202129.460000', '202129.463000', '202129.465000', '202129.468000', '202129.470000', '202129.473000', '202129.476000', '202129.478000', '202129.481000', '202129.491000', '202129.493000', '202129.496000', '202129.499000', '202129.501000', '202129.504000', '202129.506000', '202129.509000', '202129.512000', '202129.514000', '202129.517000', '202129.520000', '202129.522000', '202129.525000', '202129.528000', '202129.530000', '202129.533000', '202129.535000', '202129.538000', '202129.541000', '202129.543000', '202129.546000', '202129.548000', '202129.551000', '202129.554000', '202129.556000', '202129.559000', '202149.442000', '202149.444000', '202149.447000', '202149.450000', '202149.452000', '202149.455000', '202149.458000', '202149.460000', '202149.463000', '202149.466000', '202149.469000', '202149.471000', '202149.474000', '202149.477000', '202149.479000', '202149.482000', '202149.484000', '202149.487000', '202149.489000', '202149.492000', '202149.495000', '202149.497000', '202149.500000', '202149.502000', '202149.505000', '202149.508000', '202149.510000', '202149.513000', '202149.516000', '202149.519000', '202149.521000', '202149.524000', '202149.526000', '202149.529000', '202149.531000', '202149.534000', '202149.537000', '202149.539000', '202149.542000', '202149.545000', '202149.547000', '202149.550000', '202149.552000', '202209.442000', '202209.445000', '202209.448000', '202209.450000', '202209.453000', '202209.456000', '202209.458000', '202209.461000', '202209.464000', '202209.466000', '202209.469000', '202209.472000', '202209.474000', '202209.477000', '202209.479000', '202209.482000', '202209.485000', '202209.487000', '202209.490000', '202209.492000', '202209.495000', '202209.498000', '202209.500000', '202209.503000', '202209.505000', '202209.508000', '202209.511000', '202209.513000', '202209.516000', '202209.518000', '202209.521000', '202209.524000', '202209.526000', '202209.529000', '202209.532000', '202209.534000', '202209.537000', '202209.539000', '202209.542000', '202209.544000', '202209.547000', '202209.550000', '202209.552000', '202209.555000', '202229.441000', '202229.444000', '202229.446000', '202229.449000', '202229.452000', '202229.454000', '202229.457000', '202229.460000', '202229.462000', '202229.465000', '202229.498000', '202229.500000', '202229.503000', '202229.505000', '202229.508000', '202229.511000', '202229.513000', '202229.516000', '202229.518000', '202229.521000', '202229.523000', '202229.526000', '202229.528000', '202229.531000', '202229.534000', '202229.536000', '202229.539000', '202229.541000', '202229.544000', '202229.546000', '202229.549000', '202229.551000', '202229.554000', '202229.557000', '202229.559000', '202229.562000', '202229.564000', '202229.567000', '202229.569000', '202229.572000', '202229.575000', '202229.577000', '202229.580000', '202249.441000', '202249.444000', '202249.447000', '202249.449000', '202249.452000', '202249.455000', '202249.457000', '202249.460000', '202249.463000', '202249.465000', '202249.468000', '202249.471000', '202249.473000', '202249.490000', '202249.493000', '202249.496000', '202249.498000', '202249.501000', '202249.503000', '202249.506000', '202249.509000', '202249.511000', '202249.514000', '202249.517000', '202249.519000', '202249.522000', '202249.525000', '202249.527000', '202249.530000', '202249.532000', '202249.535000', '202249.538000', '202249.540000', '202249.543000', '202249.546000', '202249.548000', '202249.551000', '202249.553000', '202249.556000', '202249.559000', '202249.561000', '202249.564000', '202249.567000', '202249.569000', '202309.442000', '202309.444000', '202309.447000', '202309.450000', '202309.452000', '202309.455000', '202309.457000', '202309.460000', '202309.462000', '202309.465000', '202309.468000', '202309.470000', '202309.473000', '202309.475000', '202309.478000', '202309.481000', '202309.483000', '202309.492000', '202309.495000', '202309.499000', '202309.502000', '202309.504000', '202309.507000', '202309.509000', '202309.512000', '202309.515000', '202309.517000', '202309.520000', '202309.522000', '202309.525000', '202309.528000', '202309.530000', '202309.533000', '202309.535000', '202309.538000', '202309.540000', '202309.543000', '202309.546000', '202309.548000', '202309.551000', '202309.554000', '202309.556000', '202309.559000', '202329.442000', '202329.444000', '202329.447000', '202329.450000', '202329.468000', '202329.471000', '202329.474000', '202329.486000', '202329.489000', '202329.491000', '202329.500000', '202329.502000', '202329.505000', '202329.508000', '202329.510000', '202329.513000', '202329.515000', '202329.518000', '202329.521000', '202329.523000', '202329.526000', '202329.528000', '202329.532000', '202329.534000', '202329.537000', '202329.539000', '202329.542000', '202329.545000', '202329.547000', '202329.550000', '202329.552000', '202329.561000', '202329.564000', '202329.566000', '202329.569000', '202329.572000', '202329.575000', '202329.577000', '202329.580000', '202329.582000', '202329.585000', '202329.588000', '202329.590000', '202329.593000', '202339.864000', '202339.867000', '202339.870000', '202339.873000', '202339.875000', '202339.878000', '202339.881000', '202339.885000', '202339.888000', '202339.891000', '202339.894000', '202339.896000', '202339.899000', '202339.902000', '202339.906000', '202339.910000', '202339.913000', '202339.917000', '202339.920000', '202339.925000', '202339.928000', '202339.950000', '202339.953000'], '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': [9777, 14427, 9067, 10721, 8900, 10062, 13199, 14849, 8643, 9114, 8309, 9271, 15211, 9041, 17990, 12798, 17116, 9347, 9161, 15272, 8829, 18057, 12084, 14084, 8825, 11074, 9367, 11851, 9957, 12037, 9138, 8943, 11724, 8837, 15291, 9744, 14843, 9423, 9305, 8712, 9047, 8486, 9026, 9749, 8982, 8710, 9364, 9080, 8729, 8942, 8962, 9091, 12742, 8793, 10586, 9335, 9099, 8640, 9091, 8182, 9129, 9482, 8848, 8711, 9455, 9203, 8233, 9151, 8392, 9141, 8616, 9405, 9704, 8975, 9453, 8319, 9507, 8328, 9337, 10064, 9316, 9532, 8693, 9244, 8573, 9653, 8627, 9408, 8629, 9260, 11757, 9304, 9760, 9219, 9507, 8395, 9232, 8473, 9422, 9209, 9373, 10716, 8968, 9655, 8860, 9335, 8662, 9578, 8335, 9455, 8754, 9191, 11077, 9583, 11235, 9048, 10866, 9840, 10310, 8505, 9245, 8610, 9253, 11376, 9638, 13471, 8860, 9833, 8660, 9454, 8446, 9570, 8916, 9374, 9225, 9252, 10735, 9123, 10628, 9290, 10382, 8456, 10618, 8971, 10309, 10073, 10161, 8661, 9856, 16175, 9582, 13083, 9639, 10302, 9888, 10572, 9547, 10895, 10503, 9987, 10482, 9640, 16973, 10272, 12903, 10040, 10278, 9553, 9529, 9721, 9528, 13474, 9488, 12794, 9428, 11424, 8654, 11116, 10013, 9720, 8776, 9366, 11961, 9672, 9901, 8996, 9767, 9575, 9628, 10119, 9695, 9056, 9448, 9829, 8664, 9934, 9499, 10032, 8583, 9966, 8223, 9938, 8823, 8497, 9291, 9582, 7852, 9682, 8020, 9959, 9154, 9102, 8855, 9520, 12948, 11518, 13860, 12404, 14736, 9801, 18500, 13822, 18471, 11085, 14350, 9827, 12859, 9496, 13066, 9394, 12050, 9909, 9182, 8496, 9257, 12082, 9253, 9619, 9464, 9068, 8362, 9161, 9802, 9072, 8556, 9311, 12390, 9274, 10973, 9456, 9625, 8448, 9387, 8409, 9186, 10466, 9196, 9979, 8868, 9243, 8195, 8932, 7962, 8361, 7868, 8156, 7900, 8109, 9011, 7979, 13105, 8644, 12453, 8426, 11396, 7830, 11063, 7705, 8384, 10229, 8106, 18077, 10384, 16353, 9989, 12752, 7932, 9676, 7853, 8003, 10575, 7896, 11544, 8000, 9481, 7924, 9187, 7854, 7973, 7936, 8332, 11094, 7920, 10122, 8124, 9091, 7972, 9464, 8032, 9346, 7774, 8311, 7639, 8207, 8161, 8187, 7631, 8228, 9203, 7802, 9536, 8036, 9096, 7921, 8241, 7738, 8357, 8031, 8300, 9995, 8126, 9931, 8306, 9766, 7790, 8510, 7923, 8064, 8079, 8345, 9945, 7949, 12188, 8079, 11112, 8268, 11063, 8995, 10690, 8265, 9330, 8061, 9449, 7734, 8503, 8282, 8382, 7740, 8407, 7609, 8671, 7902, 8716, 7990, 8453, 9895, 8295, 9062, 8415, 13093, 7905, 15941, 8702, 12123, 8034, 10754, 7971, 10763, 8354, 9978, 7975, 8570, 7396, 8481, 8837, 8232, 11811, 8238, 10316, 8194, 10120, 8001, 8676, 7900, 8313, 7561, 8254, 9381, 8315, 12170, 8047, 13191, 7976, 12301, 9745, 11427, 8479, 9963, 8235, 10373, 7967, 8785, 8054, 8362, 7529, 8583, 7595, 8025, 7416, 8475, 9407, 8172, 10498, 8151, 10136, 8140, 10394, 8909, 11392, 8546, 12130, 8410, 9009, 7952, 9299, 7998, 8521, 7392, 8565, 7513, 8295, 15214, 8133, 11869, 8167, 9160, 8191, 9286, 8182, 9491, 8378, 8555, 8068, 8312, 7974, 8377, 7958, 8572, 7635, 8519, 8727, 8418, 10138, 8520, 8179, 8343, 11770, 8234, 12075, 8493, 10712, 8270, 9620, 8149, 9754, 8130, 9142, 8262, 8247, 7505, 8568, 11884, 8434, 11845, 8448, 9615, 8302, 9654, 8457, 8862, 8344, 8680, 8277, 8546, 8030, 8471, 7693, 8515, 7875, 8377, 12488, 8302, 9864, 8516, 8817, 8240, 8348, 8395, 8458, 8792, 8337, 8701, 8667, 8424, 8489, 8553, 8338, 8446, 7398, 8421, 7547, 8397, 9144, 8270, 10515, 8305, 9864, 8299, 9310, 7967, 8554, 7790, 8396, 10097, 8422, 13527, 8238, 10629, 8645, 10174, 8284, 9620, 8260, 8632, 8041, 8714, 7749, 8392, 7638, 8471, 8296, 8390, 9081, 8176, 8162, 8428, 9653, 8426, 11912, 8188, 10589, 8402, 10518, 8351, 10379, 8537, 12457, 8241, 8306, 7892, 8424, 10502, 8332, 11112, 8364, 9264, 8390, 9337, 8562, 9013, 8569, 8161, 8020, 8604, 8326, 8338, 8354, 8353, 11980, 8346, 12310, 8847, 10035, 8098, 8763, 8369, 7931, 8426, 9822, 8614, 7892, 8654, 14872, 8177, 15395, 10628, 13725, 8305, 10547, 8699, 10695, 8378, 10078, 8313, 8587, 8163, 8599, 7729, 8457, 8017, 8522, 8365, 8368, 12706, 8268, 10246, 8201, 10631, 8329, 10971, 8285, 12163, 8090, 8645, 8308, 8431, 17280, 10696, 13572, 8328, 9902, 8445, 8226, 7995, 8243, 8255, 8193, 8279, 8194, 11217, 8662, 9264, 8432, 11045, 8128, 11148, 8547, 12489, 8208, 10340, 8066, 9692, 10098, 11489, 10591, 9181, 12445, 8401, 10539, 8114, 10412, 8152, 8962, 8032, 8694, 8445, 8831, 9659, 8661, 9245, 8116, 9833, 8127, 9441, 8051, 8967, 7910, 8532, 8070, 8655, 8364, 8703, 10739, 8301, 10918, 8115, 9566, 8109, 8782, 7999, 8608, 7983, 8744, 8022, 8340, 9678, 8245, 9831, 8378, 8599, 8126, 8613, 8222, 8058, 10645, 8480, 12227, 8292, 11223, 7931, 11119, 8109, 10693, 8107, 8558, 8277, 8280, 13321, 8875, 12165, 8283, 10412, 8035, 10531, 8335, 9344, 8195, 9010, 8053, 8555, 8122, 8765, 8246, 8571, 8868, 8417, 12033, 8370, 10452, 8106, 10541, 8368, 10690, 8292, 9858, 8011, 8751, 7996, 8627, 10372, 8591, 12651, 8354, 10468, 8289, 9894, 8209, 8651, 8099, 8507, 8252, 8138, 11950, 8291, 9605, 8397, 9412, 8566, 10104, 8548, 8424, 8305, 8775, 8198, 9976, 8187, 10883, 8448, 8741, 8070, 8762, 8146, 9931, 10649, 8657, 8218, 8483, 13044, 8481, 15345, 9310, 13489, 8575, 12953, 8756, 11202, 8277, 11628, 10172, 14213, 9418, 13298, 8822, 11444, 8338, 11210, 8972, 10842, 7979, 9381, 7987, 8794, 8127, 9200, 10343, 8629, 9020, 8383, 9283, 8147, 9026, 8296, 8764, 8674, 8241, 11561, 8190, 10038, 8411, 9203, 7834, 8485, 8035, 8519, 7889, 8253, 8920, 7945, 11564, 8951, 10952, 8380, 11321, 8621, 12601, 7942, 12722, 8429, 9006, 8194, 8645, 8172, 9067, 7952, 8864, 9874, 8850, 14642, 8973, 13228, 8716, 10931, 8398, 11410, 9166, 10366, 8382, 10859, 7933, 10366, 8017, 9135, 8104, 8888, 8933, 8792, 12265, 8803, 10405, 8558, 11243, 7824, 10458, 7930, 9063, 8177, 8717, 9516, 8677, 11735, 8422, 10267, 8150, 9828, 8094, 9226, 7866, 8539, 8205, 8456, 7626, 8653, 12725, 8449, 13807, 9319, 11079, 8691, 11147, 8432, 11366, 8218, 10504, 8702, 8906, 8947, 9036, 8257, 8405, 11789, 9640, 8477, 8813, 8271, 8533, 7886, 8702, 8284, 8774, 10353, 8492, 14044, 8532, 12068, 8397, 10884, 7845, 10583, 8299, 8740, 8073, 8922, 7855, 8780, 12542, 8612, 11091, 8202, 10746, 8194, 10245, 7929, 10178, 8053, 9176, 7911, 8749, 13406, 8808, 12147, 8310, 10479, 7910, 10297, 8200, 9593, 8701, 9258, 8324, 8860, 8364, 8978, 8176, 8661, 8209, 8662, 8539, 8858, 8322, 10478, 8689, 11745, 8534, 10210, 8454, 10134, 9057, 11909, 8394, 8509, 8149, 8404, 12756, 8697, 12555, 8600, 10547, 8891, 10800, 8362, 9736, 8043, 9464, 7935, 9428, 8305, 8890, 8935, 8849, 12307, 8681, 12086, 9132, 10911, 8000, 9516, 8126, 8619, 11016, 8658, 11537, 8358, 9330, 8075, 8949, 8181, 8869, 8111, 8902, 9240, 8589, 11902, 8497, 11469, 8450, 10506, 8341, 10122, 8350, 8944, 8086, 8935, 7809, 8557, 11446, 8278, 11116, 8267, 10357, 8297, 9021, 8396, 8580, 8656, 9075, 10804, 8408, 11526, 8091, 10849, 8367, 10319, 8213, 9700, 8296, 8687, 8794, 8884, 10923, 8754, 11674, 8273, 10963, 8264, 9808, 7957, 9342, 8145, 8918, 8132, 8547, 8404, 8502, 11794, 8082, 10429, 8385, 10023, 7938, 9123, 8001, 8117, 9481, 8919, 7716, 8255, 8115, 8304, 11722, 8255, 9235, 8337, 11440, 8216, 12295, 9138, 12032, 8432, 9921, 8207, 9066, 8384, 8807, 8929, 8948, 8567, 11944, 11243, 13252, 8532, 8778, 12945, 8651, 16087, 11587, 14697, 8359, 12121, 8113, 9146, 8107, 9027, 8642, 8333, 8847, 8173, 9669, 8201, 8884, 8404, 8765, 11860, 8172, 10319, 8393, 9095, 7969, 8598, 9079, 8195, 11638, 8088, 9834, 8180, 9419, 8160, 9224, 8115, 9424, 8564, 8692, 7939, 8272, 10616, 8288, 12336, 8073, 12691, 9664, 13396, 8209, 11025, 8133, 11364, 8678, 10682, 7957, 9796, 8249, 9026, 8166, 9330, 8341, 8772, 7967, 8291, 10274, 8578, 10659, 7994, 11012, 7937, 11121, 8604, 10052, 8188, 10112, 7973, 9811, 8096, 8876, 8279, 8760, 8128, 8474, 13027, 8810, 13521, 8117, 11592, 8176, 10844, 8009, 8382, 8441, 8388, 11056, 8252, 10607, 8188, 8998, 8555, 8618, 11362, 8373, 10815, 8142, 9585, 8516, 10506, 8150, 11448, 8207, 10730, 8162, 10243, 8272, 11061, 8711, 10493, 8107, 9061, 7976, 8747, 13606, 8849, 14858, 8733, 11659, 8644, 11433, 7942, 10105, 8473, 9011, 7747, 8746, 11631, 8760, 10604, 8482, 10015, 8624, 10799, 8365, 9477, 7923, 9048, 7822, 8488, 11458, 8632, 11629, 8352, 10332, 8485, 10284, 8098, 10322, 8151, 9259, 8066, 9260, 8267, 9865, 10421, 9225, 8014, 8841, 8033, 8503, 8295, 9178, 8068, 11428, 8078, 9908, 7962, 8906, 7807, 9011, 8936, 8914, 10518, 8493, 13895, 8066, 11881, 8424, 11164, 7949, 10082], 'WindowCenter': [4365.0, 4386.0, 4316.0, 4335.0, 4312.0, 4323.0, 4351.0, 4349.0, 4276.0, 4286.0, 4263.0, 4284.0, 4334.0, 4274.0, 4353.0, 4314.0, 4344.0, 4270.0, 4270.0, 4320.0, 4259.0, 4325.0, 4287.0, 4309.0, 4257.0, 4278.0, 4256.0, 4301.0, 4268.0, 4298.0, 4256.0, 4247.0, 4273.0, 4247.0, 4306.0, 4256.0, 4305.0, 4255.0, 4255.0, 4244.0, 4246.0, 4245.0, 4255.0, 4251.0, 4257.0, 4245.0, 4256.0, 4257.0, 4245.0, 4257.0, 4246.0, 4258.0, 4295.0, 4247.0, 4274.0, 4252.0, 4256.0, 4246.0, 4257.0, 4247.0, 4268.0, 4268.0, 4259.0, 4259.0, 4280.0, 4265.0, 4261.0, 4282.0, 4262.0, 4284.0, 4272.0, 4285.0, 4283.0, 4284.0, 4284.0, 4273.0, 4292.0, 4263.0, 4284.0, 4282.0, 4283.0, 4282.0, 4274.0, 4282.0, 4270.0, 4295.0, 4285.0, 4286.0, 4274.0, 4296.0, 4314.0, 4296.0, 4295.0, 4295.0, 4290.0, 4275.0, 4296.0, 4275.0, 4296.0, 4294.0, 4296.0, 4301.0, 4284.0, 4295.0, 4286.0, 4295.0, 4286.0, 4293.0, 4276.0, 4307.0, 4286.0, 4297.0, 4315.0, 4296.0, 4313.0, 4286.0, 4313.0, 4296.0, 4303.0, 4274.0, 4285.0, 4274.0, 4296.0, 4313.0, 4296.0, 4335.0, 4283.0, 4294.0, 4285.0, 4297.0, 4275.0, 4291.0, 4284.0, 4295.0, 4294.0, 4295.0, 4314.0, 4297.0, 4304.0, 4296.0, 4304.0, 4288.0, 4318.0, 4299.0, 4319.0, 4297.0, 4307.0, 4274.0, 4294.0, 4342.0, 4284.0, 4323.0, 4296.0, 4294.0, 4294.0, 4305.0, 4296.0, 4303.0, 4300.0, 4291.0, 4291.0, 4281.0, 4340.0, 4291.0, 4311.0, 4280.0, 4280.0, 4270.0, 4281.0, 4270.0, 4280.0, 4308.0, 4270.0, 4307.0, 4269.0, 4287.0, 4259.0, 4287.0, 4268.0, 4269.0, 4246.0, 4269.0, 4297.0, 4270.0, 4269.0, 4259.0, 4279.0, 4267.0, 4268.0, 4278.0, 4278.0, 4257.0, 4281.0, 4290.0, 4271.0, 4293.0, 4307.0, 4294.0, 4273.0, 4294.0, 4274.0, 4332.0, 4310.0, 4299.0, 4307.0, 4294.0, 4277.0, 4308.0, 4276.0, 4308.0, 4294.0, 4299.0, 4298.0, 4308.0, 4339.0, 4326.0, 4336.0, 4323.0, 4346.0, 4296.0, 4361.0, 4333.0, 4350.0, 4302.0, 4318.0, 4279.0, 4306.0, 4268.0, 4306.0, 4257.0, 4296.0, 4267.0, 4257.0, 4246.0, 4255.0, 4294.0, 4268.0, 4268.0, 4266.0, 4253.0, 4247.0, 4266.0, 4266.0, 4256.0, 4247.0, 4268.0, 4295.0, 4268.0, 4277.0, 4268.0, 4266.0, 4248.0, 4269.0, 4247.0, 4279.0, 4284.0, 4271.0, 4279.0, 4283.0, 4290.0, 4286.0, 4283.0, 4276.0, 4275.0, 4263.0, 4261.0, 4272.0, 4276.0, 4284.0, 4276.0, 4334.0, 4273.0, 4324.0, 4274.0, 4327.0, 4278.0, 4304.0, 4251.0, 4261.0, 4280.0, 4251.0, 4350.0, 4292.0, 4341.0, 4280.0, 4311.0, 4250.0, 4280.0, 4249.0, 4251.0, 4288.0, 4259.0, 4298.0, 4260.0, 4279.0, 4261.0, 4280.0, 4261.0, 4260.0, 4249.0, 4260.0, 4301.0, 4260.0, 4290.0, 4260.0, 4271.0, 4261.0, 4291.0, 4260.0, 4280.0, 4262.0, 4263.0, 4250.0, 4258.0, 4261.0, 4271.0, 4251.0, 4273.0, 4282.0, 4259.0, 4293.0, 4276.0, 4293.0, 4274.0, 4274.0, 4264.0, 4285.0, 4269.0, 4273.0, 4294.0, 4275.0, 4295.0, 4276.0, 4306.0, 4265.0, 4284.0, 4275.0, 4275.0, 4276.0, 4285.0, 4293.0, 4275.0, 4325.0, 4276.0, 4326.0, 4288.0, 4315.0, 4284.0, 4304.0, 4274.0, 4283.0, 4275.0, 4294.0, 4265.0, 4285.0, 4274.0, 4273.0, 4264.0, 4281.0, 4264.0, 4285.0, 4275.0, 4287.0, 4273.0, 4286.0, 4305.0, 4275.0, 4283.0, 4274.0, 4335.0, 4276.0, 4353.0, 4284.0, 4324.0, 4264.0, 4304.0, 4274.0, 4314.0, 4275.0, 4295.0, 4264.0, 4275.0, 4252.0, 4286.0, 4283.0, 4274.0, 4313.0, 4274.0, 4303.0, 4274.0, 4302.0, 4263.0, 4273.0, 4263.0, 4273.0, 4265.0, 4274.0, 4286.0, 4277.0, 4314.0, 4263.0, 4334.0, 4263.0, 4313.0, 4285.0, 4303.0, 4261.0, 4292.0, 4261.0, 4305.0, 4262.0, 4273.0, 4262.0, 4274.0, 4253.0, 4273.0, 4265.0, 4263.0, 4252.0, 4286.0, 4293.0, 4286.0, 4302.0, 4275.0, 4305.0, 4264.0, 4304.0, 4284.0, 4314.0, 4272.0, 4312.0, 4258.0, 4270.0, 4262.0, 4282.0, 4252.0, 4273.0, 4241.0, 4273.0, 4253.0, 4276.0, 4341.0, 4263.0, 4306.0, 4262.0, 4269.0, 4262.0, 4283.0, 4276.0, 4293.0, 4274.0, 4271.0, 4262.0, 4276.0, 4264.0, 4274.0, 4263.0, 4283.0, 4253.0, 4273.0, 4275.0, 4276.0, 4295.0, 4275.0, 4262.0, 4273.0, 4309.0, 4274.0, 4313.0, 4272.0, 4293.0, 4272.0, 4288.0, 4262.0, 4292.0, 4263.0, 4283.0, 4262.0, 4273.0, 4253.0, 4274.0, 4313.0, 4263.0, 4312.0, 4264.0, 4281.0, 4272.0, 4280.0, 4264.0, 4272.0, 4264.0, 4271.0, 4271.0, 4271.0, 4260.0, 4262.0, 4252.0, 4273.0, 4261.0, 4262.0, 4313.0, 4264.0, 4282.0, 4268.0, 4273.0, 4262.0, 4264.0, 4260.0, 4263.0, 4259.0, 4261.0, 4267.0, 4273.0, 4274.0, 4274.0, 4284.0, 4273.0, 4274.0, 4253.0, 4274.0, 4260.0, 4276.0, 4296.0, 4276.0, 4304.0, 4277.0, 4296.0, 4276.0, 4295.0, 4263.0, 4276.0, 4265.0, 4276.0, 4305.0, 4275.0, 4334.0, 4275.0, 4304.0, 4286.0, 4307.0, 4275.0, 4295.0, 4276.0, 4276.0, 4263.0, 4286.0, 4264.0, 4282.0, 4265.0, 4278.0, 4271.0, 4286.0, 4284.0, 4288.0, 4277.0, 4288.0, 4296.0, 4287.0, 4327.0, 4288.0, 4305.0, 4277.0, 4305.0, 4277.0, 4304.0, 4274.0, 4320.0, 4272.0, 4274.0, 4262.0, 4274.0, 4305.0, 4271.0, 4303.0, 4273.0, 4294.0, 4275.0, 4295.0, 4286.0, 4287.0, 4285.0, 4275.0, 4264.0, 4286.0, 4275.0, 4276.0, 4274.0, 4276.0, 4315.0, 4278.0, 4326.0, 4299.0, 4295.0, 4267.0, 4275.0, 4276.0, 4275.0, 4289.0, 4296.0, 4275.0, 4266.0, 4275.0, 4335.0, 4274.0, 4344.0, 4305.0, 4323.0, 4262.0, 4292.0, 4272.0, 4293.0, 4263.0, 4293.0, 4261.0, 4271.0, 4260.0, 4273.0, 4253.0, 4274.0, 4262.0, 4286.0, 4268.0, 4274.0, 4336.0, 4277.0, 4305.0, 4275.0, 4300.0, 4274.0, 4304.0, 4264.0, 4313.0, 4252.0, 4263.0, 4251.0, 4258.0, 4341.0, 4292.0, 4321.0, 4261.0, 4279.0, 4261.0, 4249.0, 4252.0, 4263.0, 4262.0, 4270.0, 4263.0, 4263.0, 4304.0, 4274.0, 4268.0, 4263.0, 4301.0, 4252.0, 4303.0, 4274.0, 4313.0, 4263.0, 4282.0, 4246.0, 4273.0, 4280.0, 4301.0, 4278.0, 4259.0, 4299.0, 4250.0, 4278.0, 4239.0, 4279.0, 4234.0, 4257.0, 4238.0, 4258.0, 4250.0, 4269.0, 4268.0, 4259.0, 4267.0, 4250.0, 4280.0, 4250.0, 4269.0, 4250.0, 4261.0, 4249.0, 4260.0, 4251.0, 4260.0, 4250.0, 4260.0, 4291.0, 4261.0, 4290.0, 4250.0, 4279.0, 4248.0, 4256.0, 4251.0, 4261.0, 4251.0, 4257.0, 4249.0, 4259.0, 4280.0, 4261.0, 4292.0, 4262.0, 4269.0, 4252.0, 4273.0, 4261.0, 4260.0, 4292.0, 4274.0, 4314.0, 4266.0, 4303.0, 4263.0, 4304.0, 4252.0, 4292.0, 4251.0, 4261.0, 4252.0, 4262.0, 4322.0, 4272.0, 4302.0, 4262.0, 4290.0, 4251.0, 4290.0, 4265.0, 4276.0, 4262.0, 4272.0, 4263.0, 4274.0, 4262.0, 4274.0, 4261.0, 4274.0, 4271.0, 4264.0, 4312.0, 4264.0, 4292.0, 4262.0, 4294.0, 4262.0, 4289.0, 4262.0, 4281.0, 4252.0, 4262.0, 4246.0, 4272.0, 4281.0, 4263.0, 4312.0, 4264.0, 4290.0, 4263.0, 4293.0, 4262.0, 4272.0, 4251.0, 4272.0, 4261.0, 4263.0, 4312.0, 4260.0, 4282.0, 4276.0, 4295.0, 4285.0, 4306.0, 4287.0, 4276.0, 4275.0, 4274.0, 4275.0, 4306.0, 4273.0, 4312.0, 4275.0, 4285.0, 4275.0, 4286.0, 4276.0, 4295.0, 4305.0, 4274.0, 4263.0, 4273.0, 4323.0, 4277.0, 4345.0, 4284.0, 4325.0, 4279.0, 4324.0, 4272.0, 4287.0, 4257.0, 4304.0, 4293.0, 4322.0, 4273.0, 4311.0, 4273.0, 4300.0, 4257.0, 4290.0, 4260.0, 4281.0, 4245.0, 4261.0, 4238.0, 4256.0, 4237.0, 4271.0, 4278.0, 4260.0, 4258.0, 4249.0, 4271.0, 4249.0, 4271.0, 4261.0, 4273.0, 4259.0, 4258.0, 4301.0, 4262.0, 4290.0, 4261.0, 4282.0, 4249.0, 4287.0, 4262.0, 4276.0, 4263.0, 4275.0, 4284.0, 4265.0, 4315.0, 4289.0, 4314.0, 4276.0, 4305.0, 4271.0, 4325.0, 4254.0, 4310.0, 4252.0, 4263.0, 4250.0, 4262.0, 4251.0, 4261.0, 4247.0, 4262.0, 4270.0, 4273.0, 4321.0, 4269.0, 4309.0, 4257.0, 4288.0, 4262.0, 4300.0, 4271.0, 4281.0, 4247.0, 4286.0, 4247.0, 4276.0, 4246.0, 4271.0, 4248.0, 4261.0, 4258.0, 4258.0, 4295.0, 4258.0, 4277.0, 4256.0, 4298.0, 4240.0, 4286.0, 4249.0, 4270.0, 4249.0, 4261.0, 4280.0, 4258.0, 4300.0, 4259.0, 4290.0, 4258.0, 4292.0, 4263.0, 4282.0, 4263.0, 4274.0, 4262.0, 4275.0, 4264.0, 4282.0, 4332.0, 4276.0, 4333.0, 4282.0, 4304.0, 4275.0, 4303.0, 4275.0, 4313.0, 4275.0, 4304.0, 4285.0, 4284.0, 4284.0, 4285.0, 4274.0, 4277.0, 4311.0, 4294.0, 4266.0, 4287.0, 4264.0, 4274.0, 4261.0, 4270.0, 4265.0, 4275.0, 4295.0, 4272.0, 4334.0, 4274.0, 4312.0, 4262.0, 4304.0, 4251.0, 4290.0, 4258.0, 4260.0, 4250.0, 4271.0, 4251.0, 4270.0, 4308.0, 4274.0, 4302.0, 4263.0, 4289.0, 4260.0, 4289.0, 4251.0, 4293.0, 4248.0, 4272.0, 4253.0, 4271.0, 4322.0, 4273.0, 4311.0, 4262.0, 4288.0, 4247.0, 4291.0, 4260.0, 4281.0, 4260.0, 4272.0, 4258.0, 4280.0, 4261.0, 4274.0, 4263.0, 4286.0, 4275.0, 4287.0, 4273.0, 4295.0, 4277.0, 4319.0, 4288.0, 4328.0, 4273.0, 4292.0, 4261.0, 4305.0, 4285.0, 4315.0, 4264.0, 4271.0, 4250.0, 4263.0, 4318.0, 4272.0, 4309.0, 4271.0, 4290.0, 4273.0, 4299.0, 4260.0, 4278.0, 4261.0, 4278.0, 4263.0, 4285.0, 4263.0, 4272.0, 4268.0, 4272.0, 4310.0, 4270.0, 4310.0, 4268.0, 4289.0, 4249.0, 4268.0, 4249.0, 4268.0, 4292.0, 4268.0, 4297.0, 4257.0, 4267.0, 4248.0, 4269.0, 4259.0, 4273.0, 4254.0, 4282.0, 4283.0, 4272.0, 4309.0, 4272.0, 4299.0, 4263.0, 4288.0, 4261.0, 4291.0, 4257.0, 4269.0, 4249.0, 4271.0, 4251.0, 4272.0, 4298.0, 4262.0, 4298.0, 4263.0, 4292.0, 4264.0, 4268.0, 4262.0, 4273.0, 4262.0, 4268.0, 4298.0, 4260.0, 4297.0, 4250.0, 4298.0, 4262.0, 4289.0, 4262.0, 4278.0, 4262.0, 4272.0, 4257.0, 4272.0, 4301.0, 4268.0, 4297.0, 4263.0, 4290.0, 4260.0, 4281.0, 4251.0, 4280.0, 4248.0, 4273.0, 4247.0, 4272.0, 4258.0, 4273.0, 4310.0, 4262.0, 4287.0, 4262.0, 4290.0, 4259.0, 4285.0, 4276.0, 4279.0, 4294.0, 4300.0, 4263.0, 4286.0, 4262.0, 4282.0, 4325.0, 4273.0, 4291.0, 4274.0, 4312.0, 4276.0, 4323.0, 4283.0, 4323.0, 4273.0, 4290.0, 4260.0, 4285.0, 4260.0, 4282.0, 4272.0, 4282.0, 4271.0, 4324.0, 4302.0, 4322.0, 4273.0, 4271.0, 4309.0, 4261.0, 4330.0, 4298.0, 4319.0, 4246.0, 4296.0, 4236.0, 4266.0, 4238.0, 4256.0, 4258.0, 4245.0, 4254.0, 4261.0, 4281.0, 4259.0, 4269.0, 4262.0, 4274.0, 4308.0, 4260.0, 4288.0, 4258.0, 4270.0, 4257.0, 4269.0, 4267.0, 4261.0, 4308.0, 4260.0, 4291.0, 4272.0, 4285.0, 4269.0, 4293.0, 4262.0, 4296.0, 4275.0, 4274.0, 4262.0, 4275.0, 4301.0, 4276.0, 4321.0, 4263.0, 4324.0, 4294.0, 4331.0, 4272.0, 4303.0, 4262.0, 4310.0, 4273.0, 4303.0, 4264.0, 4290.0, 4261.0, 4274.0, 4257.0, 4281.0, 4261.0, 4269.0, 4248.0, 4261.0, 4291.0, 4274.0, 4299.0, 4263.0, 4302.0, 4266.0, 4313.0, 4273.0, 4291.0, 4271.0, 4292.0, 4261.0, 4297.0, 4263.0, 4282.0, 4268.0, 4273.0, 4260.0, 4272.0, 4320.0, 4268.0, 4329.0, 4262.0, 4311.0, 4273.0, 4303.0, 4259.0, 4260.0, 4258.0, 4261.0, 4296.0, 4259.0, 4299.0, 4257.0, 4272.0, 4269.0, 4272.0, 4301.0, 4264.0, 4299.0, 4258.0, 4280.0, 4268.0, 4299.0, 4261.0, 4313.0, 4271.0, 4301.0, 4274.0, 4301.0, 4260.0, 4313.0, 4273.0, 4303.0, 4260.0, 4270.0, 4250.0, 4272.0, 4319.0, 4271.0, 4328.0, 4268.0, 4299.0, 4261.0, 4299.0, 4252.0, 4277.0, 4250.0, 4267.0, 4236.0, 4259.0, 4296.0, 4260.0, 4286.0, 4261.0, 4279.0, 4260.0, 4299.0, 4258.0, 4280.0, 4249.0, 4271.0, 4251.0, 4272.0, 4298.0, 4275.0, 4298.0, 4262.0, 4290.0, 4273.0, 4290.0, 4264.0, 4304.0, 4266.0, 4294.0, 4275.0, 4292.0, 4271.0, 4304.0, 4305.0, 4285.0, 4266.0, 4286.0, 4264.0, 4271.0, 4273.0, 4283.0, 4264.0, 4313.0, 4264.0, 4296.0, 4265.0, 4282.0, 4251.0, 4284.0, 4281.0, 4284.0, 4306.0, 4275.0, 4332.0, 4259.0, 4315.0, 4263.0, 4301.0, 4260.0, 4299.0], 'WindowWidth': [9649.0, 9654.0, 9554.0, 9577.0, 9540.0, 9556.0, 9587.0, 9579.0, 9474.0, 9487.0, 9452.0, 9481.0, 9548.0, 9469.0, 9575.0, 9519.0, 9561.0, 9454.0, 9454.0, 9519.0, 9435.0, 9523.0, 9472.0, 9501.0, 9430.0, 9459.0, 9430.0, 9497.0, 9446.0, 9488.0, 9428.0, 9415.0, 9446.0, 9415.0, 9493.0, 9428.0, 9492.0, 9424.0, 9425.0, 9409.0, 9413.0, 9409.0, 9426.0, 9416.0, 9430.0, 9412.0, 9429.0, 9430.0, 9413.0, 9431.0, 9413.0, 9432.0, 9479.0, 9417.0, 9450.0, 9419.0, 9428.0, 9415.0, 9432.0, 9417.0, 9449.0, 9447.0, 9438.0, 9437.0, 9467.0, 9444.0, 9445.0, 9475.0, 9447.0, 9481.0, 9459.0, 9484.0, 9477.0, 9480.0, 9480.0, 9465.0, 9489.0, 9450.0, 9480.0, 9475.0, 9477.0, 9474.0, 9467.0, 9477.0, 9460.0, 9497.0, 9483.0, 9486.0, 9467.0, 9501.0, 9522.0, 9500.0, 9498.0, 9499.0, 9486.0, 9472.0, 9502.0, 9470.0, 9501.0, 9496.0, 9502.0, 9502.0, 9484.0, 9498.0, 9487.0, 9499.0, 9488.0, 9496.0, 9474.0, 9519.0, 9488.0, 9503.0, 9525.0, 9500.0, 9519.0, 9488.0, 9521.0, 9499.0, 9506.0, 9468.0, 9483.0, 9468.0, 9501.0, 9521.0, 9499.0, 9552.0, 9480.0, 9494.0, 9484.0, 9503.0, 9473.0, 9491.0, 9484.0, 9499.0, 9495.0, 9502.0, 9525.0, 9505.0, 9510.0, 9501.0, 9511.0, 9495.0, 9538.0, 9510.0, 9539.0, 9503.0, 9518.0, 9468.0, 9495.0, 9559.0, 9481.0, 9532.0, 9501.0, 9494.0, 9493.0, 9514.0, 9501.0, 9506.0, 9498.0, 9487.0, 9486.0, 9472.0, 9554.0, 9487.0, 9511.0, 9469.0, 9468.0, 9455.0, 9471.0, 9454.0, 9470.0, 9504.0, 9455.0, 9502.0, 9452.0, 9475.0, 9438.0, 9475.0, 9447.0, 9452.0, 9418.0, 9451.0, 9487.0, 9454.0, 9450.0, 9437.0, 9465.0, 9447.0, 9449.0, 9461.0, 9463.0, 9434.0, 9471.0, 9486.0, 9460.0, 9491.0, 9519.0, 9495.0, 9466.0, 9496.0, 9468.0, 9564.0, 9530.0, 9514.0, 9522.0, 9498.0, 9478.0, 9521.0, 9476.0, 9521.0, 9496.0, 9513.0, 9508.0, 9521.0, 9563.0, 9544.0, 9554.0, 9534.0, 9570.0, 9502.0, 9586.0, 9548.0, 9568.0, 9499.0, 9519.0, 9464.0, 9497.0, 9449.0, 9498.0, 9432.0, 9484.0, 9443.0, 9431.0, 9414.0, 9427.0, 9479.0, 9447.0, 9447.0, 9444.0, 9423.0, 9419.0, 9444.0, 9442.0, 9431.0, 9417.0, 9448.0, 9482.0, 9449.0, 9459.0, 9448.0, 9444.0, 9423.0, 9451.0, 9420.0, 9468.0, 9469.0, 9458.0, 9467.0, 9480.0, 9489.0, 9492.0, 9483.0, 9477.0, 9474.0, 9454.0, 9449.0, 9467.0, 9478.0, 9480.0, 9476.0, 9549.0, 9467.0, 9534.0, 9468.0, 9546.0, 9482.0, 9507.0, 9432.0, 9446.0, 9468.0, 9431.0, 9565.0, 9487.0, 9554.0, 9470.0, 9511.0, 9429.0, 9467.0, 9426.0, 9432.0, 9477.0, 9442.0, 9493.0, 9444.0, 9467.0, 9447.0, 9470.0, 9445.0, 9444.0, 9427.0, 9443.0, 9497.0, 9444.0, 9483.0, 9445.0, 9459.0, 9447.0, 9488.0, 9446.0, 9470.0, 9451.0, 9451.0, 9431.0, 9441.0, 9447.0, 9461.0, 9435.0, 9467.0, 9477.0, 9447.0, 9495.0, 9478.0, 9497.0, 9471.0, 9470.0, 9458.0, 9488.0, 9459.0, 9469.0, 9496.0, 9472.0, 9497.0, 9474.0, 9513.0, 9457.0, 9483.0, 9472.0, 9472.0, 9475.0, 9486.0, 9493.0, 9472.0, 9537.0, 9473.0, 9542.0, 9495.0, 9524.0, 9484.0, 9509.0, 9469.0, 9479.0, 9472.0, 9495.0, 9460.0, 9486.0, 9470.0, 9468.0, 9459.0, 9481.0, 9457.0, 9488.0, 9475.0, 9491.0, 9468.0, 9490.0, 9513.0, 9474.0, 9482.0, 9472.0, 9553.0, 9475.0, 9576.0, 9483.0, 9535.0, 9457.0, 9507.0, 9471.0, 9522.0, 9472.0, 9498.0, 9456.0, 9470.0, 9439.0, 9487.0, 9480.0, 9469.0, 9518.0, 9468.0, 9506.0, 9471.0, 9504.0, 9453.0, 9465.0, 9451.0, 9466.0, 9456.0, 9471.0, 9486.0, 9477.0, 9522.0, 9454.0, 9548.0, 9453.0, 9518.0, 9483.0, 9503.0, 9447.0, 9488.0, 9447.0, 9511.0, 9450.0, 9463.0, 9448.0, 9468.0, 9440.0, 9466.0, 9459.0, 9453.0, 9435.0, 9491.0, 9495.0, 9489.0, 9505.0, 9471.0, 9510.0, 9456.0, 9509.0, 9484.0, 9521.0, 9463.0, 9515.0, 9440.0, 9457.0, 9447.0, 9477.0, 9435.0, 9463.0, 9419.0, 9462.0, 9440.0, 9473.0, 9556.0, 9451.0, 9502.0, 9449.0, 9453.0, 9451.0, 9479.0, 9475.0, 9491.0, 9467.0, 9458.0, 9451.0, 9474.0, 9456.0, 9470.0, 9454.0, 9481.0, 9439.0, 9466.0, 9471.0, 9472.0, 9496.0, 9470.0, 9448.0, 9466.0, 9511.0, 9469.0, 9518.0, 9463.0, 9490.0, 9463.0, 9481.0, 9451.0, 9488.0, 9452.0, 9478.0, 9450.0, 9466.0, 9438.0, 9467.0, 9519.0, 9452.0, 9515.0, 9453.0, 9473.0, 9463.0, 9472.0, 9452.0, 9460.0, 9452.0, 9460.0, 9461.0, 9461.0, 9445.0, 9449.0, 9434.0, 9465.0, 9448.0, 9450.0, 9518.0, 9453.0, 9474.0, 9453.0, 9464.0, 9448.0, 9453.0, 9442.0, 9451.0, 9440.0, 9448.0, 9451.0, 9466.0, 9466.0, 9468.0, 9483.0, 9466.0, 9468.0, 9439.0, 9471.0, 9447.0, 9475.0, 9500.0, 9476.0, 9509.0, 9477.0, 9500.0, 9473.0, 9499.0, 9454.0, 9475.0, 9458.0, 9474.0, 9510.0, 9472.0, 9549.0, 9470.0, 9508.0, 9486.0, 9514.0, 9471.0, 9497.0, 9472.0, 9471.0, 9453.0, 9486.0, 9456.0, 9480.0, 9458.0, 9472.0, 9463.0, 9488.0, 9483.0, 9492.0, 9477.0, 9493.0, 9501.0, 9490.0, 9545.0, 9495.0, 9513.0, 9478.0, 9513.0, 9476.0, 9510.0, 9470.0, 9528.0, 9464.0, 9467.0, 9451.0, 9469.0, 9512.0, 9463.0, 9504.0, 9467.0, 9497.0, 9475.0, 9499.0, 9489.0, 9491.0, 9486.0, 9473.0, 9457.0, 9488.0, 9472.0, 9476.0, 9470.0, 9475.0, 9525.0, 9479.0, 9540.0, 9509.0, 9499.0, 9464.0, 9471.0, 9476.0, 9473.0, 9495.0, 9502.0, 9473.0, 9459.0, 9470.0, 9553.0, 9469.0, 9562.0, 9510.0, 9532.0, 9449.0, 9487.0, 9461.0, 9490.0, 9449.0, 9490.0, 9446.0, 9459.0, 9443.0, 9466.0, 9438.0, 9469.0, 9452.0, 9485.0, 9455.0, 9470.0, 9555.0, 9477.0, 9511.0, 9472.0, 9498.0, 9468.0, 9509.0, 9453.0, 9519.0, 9435.0, 9448.0, 9429.0, 9440.0, 9554.0, 9488.0, 9526.0, 9443.0, 9465.0, 9446.0, 9426.0, 9433.0, 9451.0, 9447.0, 9459.0, 9452.0, 9452.0, 9505.0, 9468.0, 9453.0, 9451.0, 9498.0, 9435.0, 9503.0, 9465.0, 9516.0, 9449.0, 9473.0, 9419.0, 9462.0, 9467.0, 9497.0, 9460.0, 9436.0, 9490.0, 9424.0, 9460.0, 9411.0, 9461.0, 9400.0, 9432.0, 9406.0, 9435.0, 9425.0, 9451.0, 9447.0, 9439.0, 9447.0, 9427.0, 9467.0, 9428.0, 9450.0, 9428.0, 9443.0, 9425.0, 9443.0, 9430.0, 9441.0, 9427.0, 9442.0, 9481.0, 9444.0, 9480.0, 9428.0, 9465.0, 9424.0, 9433.0, 9430.0, 9445.0, 9430.0, 9436.0, 9427.0, 9440.0, 9469.0, 9448.0, 9486.0, 9449.0, 9455.0, 9432.0, 9463.0, 9444.0, 9445.0, 9488.0, 9468.0, 9519.0, 9458.0, 9502.0, 9451.0, 9505.0, 9434.0, 9487.0, 9430.0, 9444.0, 9431.0, 9447.0, 9527.0, 9459.0, 9500.0, 9447.0, 9481.0, 9431.0, 9483.0, 9454.0, 9464.0, 9449.0, 9460.0, 9450.0, 9467.0, 9448.0, 9466.0, 9446.0, 9466.0, 9458.0, 9454.0, 9514.0, 9454.0, 9487.0, 9451.0, 9491.0, 9449.0, 9482.0, 9449.0, 9473.0, 9434.0, 9449.0, 9421.0, 9462.0, 9471.0, 9450.0, 9515.0, 9453.0, 9482.0, 9450.0, 9490.0, 9448.0, 9461.0, 9433.0, 9462.0, 9445.0, 9452.0, 9514.0, 9446.0, 9475.0, 9474.0, 9499.0, 9488.0, 9516.0, 9491.0, 9475.0, 9472.0, 9470.0, 9472.0, 9515.0, 9469.0, 9519.0, 9469.0, 9486.0, 9475.0, 9489.0, 9477.0, 9499.0, 9510.0, 9468.0, 9450.0, 9466.0, 9533.0, 9474.0, 9565.0, 9482.0, 9538.0, 9480.0, 9533.0, 9462.0, 9474.0, 9436.0, 9506.0, 9492.0, 9527.0, 9463.0, 9511.0, 9460.0, 9493.0, 9436.0, 9481.0, 9441.0, 9468.0, 9415.0, 9440.0, 9407.0, 9432.0, 9406.0, 9454.0, 9461.0, 9439.0, 9433.0, 9426.0, 9456.0, 9424.0, 9457.0, 9445.0, 9463.0, 9440.0, 9441.0, 9497.0, 9449.0, 9485.0, 9447.0, 9474.0, 9432.0, 9491.0, 9450.0, 9473.0, 9453.0, 9473.0, 9480.0, 9458.0, 9524.0, 9493.0, 9524.0, 9474.0, 9508.0, 9463.0, 9538.0, 9439.0, 9512.0, 9432.0, 9446.0, 9427.0, 9446.0, 9430.0, 9444.0, 9422.0, 9443.0, 9453.0, 9461.0, 9526.0, 9454.0, 9507.0, 9436.0, 9477.0, 9447.0, 9494.0, 9456.0, 9467.0, 9421.0, 9471.0, 9421.0, 9459.0, 9419.0, 9455.0, 9424.0, 9442.0, 9436.0, 9435.0, 9483.0, 9436.0, 9460.0, 9433.0, 9489.0, 9415.0, 9473.0, 9426.0, 9455.0, 9426.0, 9445.0, 9468.0, 9439.0, 9495.0, 9442.0, 9483.0, 9441.0, 9487.0, 9453.0, 9478.0, 9452.0, 9467.0, 9450.0, 9472.0, 9455.0, 9479.0, 9545.0, 9475.0, 9547.0, 9478.0, 9506.0, 9471.0, 9504.0, 9471.0, 9521.0, 9472.0, 9511.0, 9485.0, 9483.0, 9482.0, 9486.0, 9468.0, 9476.0, 9518.0, 9495.0, 9460.0, 9488.0, 9454.0, 9467.0, 9448.0, 9460.0, 9456.0, 9471.0, 9494.0, 9463.0, 9549.0, 9466.0, 9514.0, 9448.0, 9504.0, 9431.0, 9482.0, 9439.0, 9445.0, 9429.0, 9458.0, 9432.0, 9458.0, 9505.0, 9465.0, 9501.0, 9449.0, 9480.0, 9443.0, 9481.0, 9432.0, 9489.0, 9426.0, 9461.0, 9436.0, 9460.0, 9528.0, 9466.0, 9512.0, 9447.0, 9476.0, 9424.0, 9485.0, 9443.0, 9472.0, 9442.0, 9461.0, 9439.0, 9472.0, 9447.0, 9467.0, 9451.0, 9486.0, 9472.0, 9489.0, 9469.0, 9501.0, 9478.0, 9539.0, 9494.0, 9547.0, 9467.0, 9490.0, 9445.0, 9512.0, 9485.0, 9524.0, 9453.0, 9459.0, 9428.0, 9451.0, 9521.0, 9462.0, 9507.0, 9459.0, 9483.0, 9465.0, 9494.0, 9445.0, 9466.0, 9448.0, 9467.0, 9450.0, 9483.0, 9451.0, 9461.0, 9454.0, 9461.0, 9510.0, 9457.0, 9509.0, 9452.0, 9481.0, 9426.0, 9451.0, 9426.0, 9453.0, 9487.0, 9455.0, 9490.0, 9437.0, 9449.0, 9425.0, 9454.0, 9441.0, 9463.0, 9437.0, 9475.0, 9477.0, 9463.0, 9509.0, 9462.0, 9495.0, 9450.0, 9479.0, 9446.0, 9485.0, 9437.0, 9456.0, 9428.0, 9460.0, 9431.0, 9461.0, 9491.0, 9449.0, 9492.0, 9451.0, 9487.0, 9452.0, 9452.0, 9446.0, 9464.0, 9446.0, 9453.0, 9492.0, 9445.0, 9489.0, 9431.0, 9491.0, 9447.0, 9481.0, 9447.0, 9465.0, 9446.0, 9463.0, 9438.0, 9461.0, 9499.0, 9452.0, 9491.0, 9450.0, 9481.0, 9443.0, 9472.0, 9432.0, 9471.0, 9426.0, 9465.0, 9424.0, 9462.0, 9439.0, 9464.0, 9511.0, 9451.0, 9478.0, 9450.0, 9485.0, 9444.0, 9483.0, 9476.0, 9483.0, 9494.0, 9515.0, 9457.0, 9493.0, 9453.0, 9482.0, 9540.0, 9470.0, 9490.0, 9471.0, 9517.0, 9474.0, 9532.0, 9481.0, 9533.0, 9465.0, 9487.0, 9445.0, 9488.0, 9444.0, 9476.0, 9463.0, 9477.0, 9463.0, 9538.0, 9504.0, 9532.0, 9463.0, 9458.0, 9506.0, 9444.0, 9538.0, 9493.0, 9521.0, 9421.0, 9484.0, 9403.0, 9445.0, 9407.0, 9432.0, 9435.0, 9418.0, 9428.0, 9445.0, 9470.0, 9440.0, 9454.0, 9448.0, 9465.0, 9505.0, 9445.0, 9479.0, 9439.0, 9456.0, 9439.0, 9457.0, 9450.0, 9448.0, 9507.0, 9446.0, 9486.0, 9463.0, 9483.0, 9458.0, 9495.0, 9453.0, 9501.0, 9471.0, 9469.0, 9451.0, 9471.0, 9500.0, 9472.0, 9527.0, 9454.0, 9538.0, 9497.0, 9544.0, 9464.0, 9505.0, 9450.0, 9512.0, 9466.0, 9506.0, 9454.0, 9486.0, 9446.0, 9468.0, 9440.0, 9476.0, 9447.0, 9457.0, 9428.0, 9448.0, 9487.0, 9468.0, 9497.0, 9455.0, 9502.0, 9459.0, 9518.0, 9467.0, 9488.0, 9462.0, 9491.0, 9448.0, 9501.0, 9456.0, 9479.0, 9457.0, 9466.0, 9447.0, 9464.0, 9527.0, 9454.0, 9538.0, 9450.0, 9514.0, 9466.0, 9508.0, 9444.0, 9447.0, 9441.0, 9448.0, 9487.0, 9444.0, 9496.0, 9438.0, 9462.0, 9456.0, 9462.0, 9498.0, 9454.0, 9496.0, 9440.0, 9471.0, 9455.0, 9495.0, 9449.0, 9519.0, 9464.0, 9502.0, 9471.0, 9502.0, 9445.0, 9519.0, 9464.0, 9505.0, 9445.0, 9459.0, 9431.0, 9462.0, 9523.0, 9461.0, 9536.0, 9453.0, 9495.0, 9444.0, 9493.0, 9435.0, 9464.0, 9429.0, 9449.0, 9407.0, 9441.0, 9486.0, 9442.0, 9473.0, 9445.0, 9467.0, 9444.0, 9495.0, 9438.0, 9470.0, 9428.0, 9459.0, 9431.0, 9462.0, 9493.0, 9469.0, 9493.0, 9451.0, 9484.0, 9466.0, 9486.0, 9457.0, 9510.0, 9460.0, 9498.0, 9473.0, 9493.0, 9463.0, 9511.0, 9510.0, 9484.0, 9462.0, 9486.0, 9454.0, 9460.0, 9466.0, 9480.0, 9456.0, 9520.0, 9456.0, 9502.0, 9458.0, 9478.0, 9436.0, 9484.0, 9475.0, 9482.0, 9510.0, 9470.0, 9544.0, 9444.0, 9522.0, 9452.0, 9499.0, 9445.0, 9497.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.005065045523520485</td></tr>
<tr><td colspan=3>aqi</td><td>0.04001868474962064</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.62077750092638</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.14929392259681</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9947074225588454</td></tr>
<tr><td colspan=3>efc</td><td>0.4569</td></tr>
<tr><td colspan=3>fber</td><td>6082.0854</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1034127162218679</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>81</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.145675265553869</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.354068946284063</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.249662491818412</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5537147572965138</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2588295897372634</td></tr>
<tr><td colspan=3>gcor</td><td>0.00614873</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.01830596663057804</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.029353270307183266</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1318</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.831688877341616</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>38.4945</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>41.2305</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>168.2462</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>47.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>306335.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>755.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>330.3176</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.981</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>621.3117</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3525.324</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3698.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>70209.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1224.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4709.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>965.1028</td></tr>
<tr><td colspan=3>tsnr</td><td>29.903446597745642</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>