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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0103_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0103/ses-02/func/sub-0103_ses-02_task-narratives_acq-mb8_run-03_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>b8a0a8b8da021920861830b901bbad60</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:08:1.902500</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.999172, -0.00408363, 0.0404816, 0.00994044, 0.9893, -0.145554]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.08175</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-03_task-narratives_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>12</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4229, -7749, -7234, 226, -153, -253, -87, 49]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>narratives</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>232.744</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>525d33f8-a1d9-4204-81b4-71f5db4c2c2a||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.6807053089141846, 0.026669465005397797, 0.1065259724855423, 102.82587432861328], [0.010956082493066788, 2.6542205810546875, -0.39375755190849304, -90.80953216552734], [0.1086091622710228, 0.3905114233493805, 2.669008493423462, -97.28569030761719], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1298]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'AcquisitionTime': ['210801.902500', '210802.362500', '210802.822500', '210803.282500', '210803.742500', '210804.202500', '210804.662500', '210805.122500', '210805.582500', '210806.042500', '210806.502500', '210806.962500', '210807.422500', '210807.882500', '210808.342500', '210808.802500', '210809.262500', '210809.722500', '210810.182500', '210810.642500', '210811.102500', '210811.562500', '210812.022500', '210812.482500', '210812.942500', '210813.402500', '210813.862500', '210814.322500', '210814.782500', '210815.242500', '210815.702500', '210816.162500', '210816.622500', '210817.082500', '210817.542500', '210818.002500', '210818.462500', '210818.922500', '210819.382500', '210819.842500', '210820.302500', '210820.762500', '210821.222500', '210821.682500', '210822.142500', '210822.602500', '210823.062500', '210823.522500', '210823.982500', '210824.442500', '210824.902500', '210825.362500', '210825.822500', '210826.282500', '210826.742500', '210827.202500', '210827.662500', '210828.122500', '210828.582500', '210829.042500', '210829.502500', '210829.962500', '210830.422500', '210830.882500', '210831.342500', '210831.802500', '210832.262500', '210832.722500', '210833.182500', '210833.642500', '210834.102500', '210834.562500', '210835.022500', '210835.482500', '210835.942500', '210836.402500', '210836.862500', '210837.322500', '210837.782500', '210838.242500', '210838.702500', '210839.162500', '210839.622500', '210840.082500', '210840.542500', '210841.002500', '210841.462500', '210841.922500', '210842.382500', '210842.842500', '210843.302500', '210843.762500', '210844.222500', '210844.682500', '210845.142500', '210845.602500', '210846.062500', '210846.522500', '210846.982500', '210847.442500', '210847.902500', '210848.362500', '210848.822500', '210849.282500', '210849.742500', '210850.202500', '210850.662500', '210851.122500', '210851.582500', '210852.042500', '210852.502500', '210852.962500', '210853.422500', '210853.882500', '210854.342500', '210854.802500', '210855.262500', '210855.722500', '210856.182500', '210856.642500', '210857.102500', '210857.562500', '210858.022500', '210858.482500', '210858.942500', '210859.402500', '210859.862500', '210900.322500', '210900.782500', '210901.242500', '210901.702500', '210902.162500', '210902.622500', '210903.082500', '210903.542500', '210904.002500', '210904.462500', '210904.922500', '210905.382500', '210905.842500', '210906.302500', '210906.762500', '210907.222500', '210907.682500', '210908.142500', '210908.602500', '210909.062500', '210909.522500', '210909.982500', '210910.442500', '210910.902500', '210911.362500', '210911.822500', '210912.282500', '210912.742500', '210913.202500', '210913.662500', '210914.122500', '210914.582500', '210915.042500', '210915.502500', '210915.962500', '210916.422500', '210916.882500', '210917.342500', '210917.802500', '210918.262500', '210918.722500', '210919.182500', '210919.642500', '210920.102500', '210920.562500', '210921.022500', '210921.482500', '210921.942500', '210922.402500', '210922.862500', '210923.322500', '210923.782500', '210924.242500', '210924.702500', '210925.162500', '210925.622500', '210926.082500', '210926.542500', '210927.002500', '210927.462500', '210927.922500', '210928.382500', '210928.842500', '210929.302500', '210929.762500', '210930.222500', '210930.682500', '210931.142500', '210931.602500', '210932.062500', '210932.522500', '210932.982500', '210933.442500', '210933.902500', '210934.362500', '210934.822500', '210935.282500', '210935.742500', '210936.202500', '210936.662500', '210937.122500', '210937.582500', '210938.042500', '210938.502500', '210938.962500', '210939.422500', '210939.882500', '210940.342500', '210940.802500', '210941.262500', '210941.722500', '210942.182500', '210942.642500', '210943.102500', '210943.562500', '210944.022500', '210944.482500', '210944.942500', '210945.402500', '210945.862500', '210946.322500', '210946.782500', '210947.242500', '210947.702500', '210948.162500', '210948.622500', '210949.082500', '210949.542500', '210950.002500', '210950.462500', '210950.922500', '210951.382500', '210951.842500', '210952.302500', '210952.762500', '210953.222500', '210953.682500', '210954.142500', '210954.602500', '210955.062500', '210955.522500', '210955.982500', '210956.442500', '210956.902500', '210957.362500', '210957.822500', '210958.282500', '210958.742500', '210959.202500', '210959.662500', '211000.122500', '211000.582500', '211001.042500', '211001.502500', '211001.962500', '211002.422500', '211002.882500', '211003.342500', '211003.802500', '211004.262500', '211004.722500', '211005.182500', '211005.642500', '211006.102500', '211006.562500', '211007.022500', '211007.482500', '211007.942500', '211008.402500', '211008.862500', '211009.322500', '211009.782500', '211010.242500', '211010.702500', '211011.162500', '211011.622500', '211012.082500', '211012.542500', '211013.002500', '211013.462500', '211013.922500', '211014.382500', '211014.842500', '211015.302500', '211015.762500', '211016.222500', '211016.682500', '211017.142500', '211017.602500', '211018.062500', '211018.522500', '211018.982500', '211019.442500', '211019.902500', '211020.362500', '211020.822500', '211021.282500', '211021.742500', '211022.202500', '211022.662500', '211023.122500', '211023.582500', '211024.042500', '211024.502500', '211024.962500', '211025.422500', '211025.882500', '211026.342500', '211026.802500', '211027.262500', '211027.722500', '211028.182500', '211028.642500', '211029.102500', '211029.562500', '211030.022500', '211030.482500', '211030.942500', '211031.402500', '211031.862500', '211032.322500', '211032.782500', '211033.242500', '211033.702500', '211034.162500', '211034.622500', '211035.082500', '211035.542500', '211036.002500', '211036.462500', '211036.922500', '211037.382500', '211037.842500', '211038.302500', '211038.762500', '211039.222500', '211039.682500', '211040.142500', '211040.602500', '211041.062500', '211041.522500', '211041.982500', '211042.442500', '211042.902500', '211043.362500', '211043.822500', '211044.282500', '211044.742500', '211045.202500', '211045.662500', '211046.122500', '211046.582500', '211047.042500', '211047.502500', '211047.962500', '211048.422500', '211048.882500', '211049.342500', '211049.802500', '211050.262500', '211050.722500', '211051.182500', '211051.642500', '211052.102500', '211052.562500', '211053.022500', '211053.482500', '211053.942500', '211054.402500', '211054.862500', '211055.322500', '211055.782500', '211056.242500', '211056.702500', '211057.162500', '211057.622500', '211058.082500', '211058.542500', '211059.002500', '211059.462500', '211059.922500', '211100.382500', '211100.842500', '211101.302500', '211101.762500', '211102.222500', '211102.682500', '211103.142500', '211103.602500', '211104.062500', '211104.522500', '211104.982500', '211105.442500', '211105.902500', '211106.362500', '211106.822500', '211107.282500', '211107.742500', '211108.202500', '211108.662500', '211109.122500', '211109.582500', '211110.042500', '211110.502500', '211110.962500', '211111.422500', '211111.882500', '211112.342500', '211112.802500', '211113.262500', '211113.722500', '211114.182500', '211114.642500', '211115.102500', '211115.562500', '211116.022500', '211116.482500', '211116.942500', '211117.402500', '211117.862500', '211118.322500', '211118.782500', '211119.242500', '211119.702500', '211120.162500', '211120.622500', '211121.082500', '211121.542500', '211122.002500', '211122.462500', '211122.922500', '211123.382500', '211123.842500', '211124.302500', '211124.762500', '211125.222500', '211125.682500', '211126.142500', '211126.602500', '211127.062500', '211127.522500', '211127.982500', '211128.442500', '211128.902500', '211129.362500', '211129.822500', '211130.282500', '211130.742500', '211131.202500', '211131.662500', '211132.122500', '211132.582500', '211133.042500', '211133.502500', '211133.962500', '211134.422500', '211134.882500', '211135.342500', '211135.802500', '211136.262500', '211136.722500', '211137.182500', '211137.642500', '211138.102500', '211138.562500', '211139.022500', '211139.482500', '211139.942500', '211140.402500', '211140.862500', '211141.322500', '211141.782500', '211142.242500', '211142.702500', '211143.162500', '211143.622500', '211144.082500', '211144.542500', '211145.002500', '211145.462500', '211145.922500', '211146.382500', '211146.842500', '211147.302500', '211147.762500', '211148.222500', '211148.682500', '211149.142500', '211149.602500', '211150.062500', '211150.522500', '211150.982500', '211151.442500', '211151.902500', '211152.362500', '211152.822500', '211153.282500', '211153.742500', '211154.202500', '211154.662500', '211155.122500', '211155.582500', '211156.042500', '211156.502500', '211156.962500', '211157.422500', '211157.882500', '211158.342500', '211158.802500', '211159.262500', '211159.722500', '211200.182500', '211200.642500', '211201.102500', '211201.562500', '211202.022500', '211202.482500', '211202.942500', '211203.402500', '211203.862500', '211204.322500', '211204.782500', '211205.242500', '211205.702500', '211206.162500', '211206.622500', '211207.082500', '211207.542500', '211208.002500', '211208.462500', '211208.922500', '211209.382500', '211209.842500', '211210.302500', '211210.762500', '211211.222500', '211211.682500', '211212.142500', '211212.602500', '211213.062500', '211213.522500', '211213.982500', '211214.442500', '211214.902500', '211215.362500', '211215.822500', '211216.282500', '211216.742500', '211217.202500', '211217.662500', '211218.122500', '211218.582500', '211219.042500', '211219.502500', '211219.962500', '211220.422500', '211220.882500', '211221.342500', '211221.802500', '211222.262500', '211222.722500', '211223.182500', '211223.642500', '211224.102500', '211224.562500', '211225.022500', '211225.482500', '211225.942500', '211226.402500', '211226.862500', '211227.322500', '211227.782500', '211228.242500', '211228.702500', '211229.162500', '211229.622500', '211230.082500', '211230.542500', '211231.002500', '211231.462500', '211231.922500', '211232.382500', '211232.842500', '211233.302500', '211233.762500', '211234.222500', '211234.682500', '211235.142500', '211235.602500', '211236.062500', '211236.522500', '211236.982500', '211237.442500', '211237.902500', '211238.362500', '211238.822500', '211239.282500', '211239.742500', '211240.202500', '211240.662500', '211241.122500', '211241.582500', '211242.042500', '211242.502500', '211242.962500', '211243.422500', '211243.882500', '211244.342500', '211244.802500', '211245.262500', '211245.722500', '211246.182500', '211246.642500', '211247.102500', '211247.562500', '211248.022500', '211248.482500', '211248.942500', '211249.402500', '211249.862500', '211250.322500', '211250.782500', '211251.242500', '211251.702500', '211252.162500', '211252.622500', '211253.082500', '211253.542500', '211254.002500', '211254.462500', '211254.922500', '211255.382500', '211255.842500', '211256.302500', '211256.762500', '211257.222500', '211257.682500', '211258.142500', '211258.602500', '211259.062500', '211259.522500', '211259.982500', '211300.442500', '211300.902500', '211301.362500', '211301.822500', '211302.282500', '211302.742500', '211303.202500', '211303.662500', '211304.122500', '211304.582500', '211305.042500', '211305.502500', '211305.962500', '211306.422500', '211306.882500', '211307.342500', '211307.802500', '211308.262500', '211308.722500', '211309.182500', '211309.642500', '211310.102500', '211310.562500', '211311.022500', '211311.482500', '211311.942500', '211312.402500', '211312.862500', '211313.322500', '211313.782500', '211314.242500', '211314.702500', '211315.162500', '211315.622500', '211316.082500', '211316.542500', '211317.002500', '211317.462500', '211317.922500', '211318.382500', '211318.842500', '211319.302500', '211319.762500', '211320.222500', '211320.682500', '211321.142500', '211321.602500', '211322.062500', '211322.522500', '211322.982500', '211323.442500', '211323.902500', '211324.362500', '211324.822500', '211325.282500', '211325.742500', '211326.202500', '211326.662500', '211327.122500', '211327.582500', '211328.042500', '211328.502500', '211328.962500', '211329.422500', '211329.882500', '211330.342500', '211330.802500', '211331.262500', '211331.722500', '211332.182500', '211332.642500', '211333.102500', '211333.562500', '211334.022500', '211334.482500', '211334.942500', '211335.402500', '211335.862500', '211336.322500', '211336.782500', '211337.242500', '211337.702500', '211338.162500', '211338.622500', '211339.082500', '211339.542500', '211340.002500', '211340.462500', '211340.922500', '211341.382500', '211341.842500', '211342.302500', '211342.762500', '211343.222500', '211343.682500', '211344.142500', '211344.602500', '211345.062500', '211345.522500', '211345.982500', '211346.442500', '211346.902500', '211347.362500', '211347.822500', '211348.282500', '211348.742500', '211349.202500', '211349.662500', '211350.122500', '211350.582500', '211351.042500', '211351.502500', '211351.962500', '211352.422500', '211352.882500', '211353.342500', '211353.802500', '211354.262500', '211354.722500', '211355.182500', '211355.642500', '211356.102500', '211356.562500', '211357.022500', '211357.482500', '211357.942500', '211358.402500', '211358.862500', '211359.322500', '211359.782500', '211400.242500', '211400.702500', '211401.162500', '211401.622500', '211402.082500', '211402.542500', '211403.002500', '211403.462500', '211403.922500', '211404.382500', '211404.842500', '211405.302500', '211405.762500', '211406.222500', '211406.682500', '211407.142500', '211407.602500', '211408.062500', '211408.522500', '211408.982500', '211409.442500', '211409.902500', '211410.362500', '211410.822500', '211411.282500', '211411.742500', '211412.202500', '211412.662500', '211413.122500', '211413.582500', '211414.042500', '211414.502500', '211414.962500', '211415.422500', '211415.882500', '211416.342500', '211416.802500', '211417.262500', '211417.722500', '211418.182500', '211418.642500', '211419.102500', '211419.562500', '211420.022500', '211420.482500', '211420.942500', '211421.402500', '211421.862500', '211422.322500', '211422.782500', '211423.242500', '211423.702500', '211424.162500', '211424.622500', '211425.082500', '211425.542500', '211426.002500', '211426.462500', '211426.922500', '211427.382500', '211427.842500', '211428.302500', '211428.762500', '211429.222500', '211429.682500', '211430.142500', '211430.602500', '211431.062500', '211431.522500', '211431.982500', '211432.442500', '211432.902500', '211433.362500', '211433.822500', '211434.282500', '211434.742500', '211435.202500', '211435.662500', '211436.122500', '211436.582500', '211437.042500', '211437.502500', '211437.962500', '211438.422500', '211438.882500', '211439.342500', '211439.802500', '211440.262500', '211440.722500', '211441.182500', '211441.642500', '211442.102500', '211442.562500', '211443.022500', '211443.482500', '211443.942500', '211444.402500', '211444.862500', '211445.322500', '211445.782500', '211446.242500', '211446.702500', '211447.162500', '211447.622500', '211448.082500', '211448.542500', '211449.002500', '211449.462500', '211449.922500', '211450.382500', '211450.842500', '211451.302500', '211451.762500', '211452.222500', '211452.682500', '211453.142500', '211453.602500', '211454.062500', '211454.522500', '211454.982500', '211455.442500', '211455.902500', '211456.362500', '211456.822500', '211457.282500', '211457.742500', '211458.202500', '211458.662500', '211459.122500', '211459.582500', '211500.042500', '211500.502500', '211500.962500', '211501.422500', '211501.882500', '211502.342500', '211502.802500', '211503.262500', '211503.722500', '211504.182500', '211504.642500', '211505.102500', '211505.562500', '211506.022500', '211506.482500', '211506.942500', '211507.402500', '211507.862500', '211508.322500', '211508.782500', '211509.242500', '211509.702500', '211510.162500', '211510.622500', '211511.082500', '211511.542500', '211512.002500', '211512.462500', '211512.922500', '211513.382500', '211513.842500', '211514.302500', '211514.762500', '211515.222500', '211515.682500', '211516.142500', '211516.602500', '211517.062500', '211517.522500', '211517.982500', '211518.442500', '211518.902500', '211519.362500', '211519.822500', '211520.282500', '211520.742500', '211521.202500', '211521.662500', '211522.122500', '211522.582500', '211523.042500', '211523.502500', '211523.962500', '211524.422500', '211524.882500', '211525.342500', '211525.802500', '211526.262500', '211526.722500', '211527.182500', '211527.642500', '211528.102500', '211528.562500', '211529.022500', '211529.482500', '211529.942500', '211530.402500', '211530.862500', '211531.322500', '211531.782500', '211532.242500', '211532.702500', '211533.162500', '211533.622500', '211534.082500', '211534.542500', '211535.002500', '211535.462500', '211535.922500', '211536.382500', '211536.842500', '211537.302500', '211537.762500', '211538.222500', '211538.682500', '211539.142500', '211539.602500', '211540.062500', '211540.522500', '211540.982500', '211541.442500', '211541.902500', '211542.362500', '211542.822500', '211543.282500', '211543.742500', '211544.202500', '211544.662500', '211545.122500', '211545.582500', '211546.042500', '211546.502500', '211546.962500', '211547.422500', '211547.882500', '211548.342500', '211548.802500', '211549.262500', '211549.722500', '211550.182500', '211550.642500', '211551.102500', '211551.562500', '211552.022500', '211552.482500', '211552.942500', '211553.402500', '211553.862500', '211554.322500', '211554.782500', '211555.242500', '211555.702500', '211556.162500', '211556.622500', '211557.082500', '211557.542500', '211558.002500', '211558.462500', '211558.922500', '211559.382500', '211559.842500', '211600.302500', '211600.762500', '211601.222500', '211601.682500', '211602.142500', '211602.602500', '211603.062500', '211603.522500', '211603.982500', '211604.442500', '211604.902500', '211605.362500', '211605.822500', '211606.282500', '211606.742500', '211607.202500', '211607.662500', '211608.122500', '211608.582500', '211609.042500', '211609.502500', '211609.962500', '211610.422500', '211610.882500', '211611.342500', '211611.802500', '211612.262500', '211612.722500', '211613.182500', '211613.642500', '211614.102500', '211614.562500', '211615.022500', '211615.482500', '211615.942500', '211616.402500', '211616.862500', '211617.322500', '211617.782500', '211618.242500', '211618.702500', '211619.162500', '211619.622500', '211620.082500', '211620.542500', '211621.002500', '211621.462500', '211621.922500', '211622.382500', '211622.842500', '211623.302500', '211623.762500', '211624.222500', '211624.682500', '211625.142500', '211625.602500', '211626.062500', '211626.522500', '211626.982500', '211627.442500', '211627.902500', '211628.362500', '211628.822500', '211629.282500', '211629.742500', '211630.202500', '211630.662500', '211631.122500', '211631.582500', '211632.042500', '211632.502500', '211632.962500', '211633.422500', '211633.882500', '211634.342500', '211634.802500', '211635.262500', '211635.722500', '211636.182500', '211636.642500', '211637.102500', '211637.562500', '211638.022500', '211638.482500', '211638.942500', '211639.402500', '211639.862500', '211640.322500', '211640.782500', '211641.242500', '211641.702500', '211642.162500', '211642.622500', '211643.082500', '211643.542500', '211644.002500', '211644.462500', '211644.922500', '211645.382500', '211645.842500', '211646.302500', '211646.762500', '211647.222500', '211647.682500', '211648.142500', '211648.602500', '211649.062500', '211649.522500', '211649.982500', '211650.442500', '211650.902500', '211651.362500', '211651.822500', '211652.282500', '211652.742500', '211653.202500', '211653.662500', '211654.122500', '211654.582500', '211655.042500', '211655.502500', '211655.962500', '211656.422500', '211656.882500', '211657.342500', '211657.802500', '211658.262500', '211658.722500', '211659.182500', '211659.642500', '211700.102500', '211700.562500', '211701.022500', '211701.482500', '211701.942500', '211702.402500', '211702.862500', '211703.322500', '211703.782500', '211704.242500', '211704.702500', '211705.162500', '211705.622500', '211706.082500', '211706.542500', '211707.002500', '211707.462500', '211707.922500', '211708.382500', '211708.842500', '211709.302500', '211709.762500', '211710.222500', '211710.682500', '211711.142500', '211711.602500', '211712.062500', '211712.522500', '211712.982500', '211713.442500', '211713.902500', '211714.362500', '211714.822500', '211715.282500', '211715.742500', '211716.202500', '211716.662500', '211717.122500', '211717.582500', '211718.042500', '211718.502500', '211718.962500', '211719.422500', '211719.882500', '211720.342500', '211720.802500', '211721.262500', '211721.722500', '211722.182500', '211722.642500', '211723.102500', '211723.562500', '211724.022500', '211724.482500', '211724.942500', '211725.402500', '211725.862500', '211726.322500', '211726.782500', '211727.242500', '211727.702500', '211728.162500', '211728.622500', '211729.082500', '211729.542500', '211730.002500', '211730.462500', '211730.922500', '211731.382500', '211731.842500', '211732.302500', '211732.762500', '211733.222500', '211733.682500', '211734.142500', '211734.602500', '211735.062500', '211735.522500', '211735.982500', '211736.442500', '211736.902500', '211737.362500', '211737.822500', '211738.282500', '211738.742500', '211739.202500', '211739.662500', '211740.122500', '211740.582500', '211741.042500', '211741.502500', '211741.962500', '211742.422500', '211742.882500', '211743.342500', '211743.802500', '211744.262500', '211744.722500', '211745.182500', '211745.642500', '211746.102500', '211746.562500', '211747.022500', '211747.482500', '211747.942500', '211748.402500', '211748.862500', '211749.322500', '211749.782500', '211750.242500', '211750.702500', '211751.162500', '211751.622500', '211752.082500', '211752.542500', '211753.002500', '211753.462500', '211753.922500', '211754.382500', '211754.842500', '211755.302500', '211755.762500', '211756.222500', '211756.682500', '211757.142500', '211757.602500', '211758.062500', '211758.522500'], 'ContentTime': ['210812.968000', '210812.971000', '210812.973000', '210812.976000', '210812.979000', '210812.982000', '210812.984000', '210812.987000', '210812.989000', '210812.992000', '210813.003000', '210813.008000', '210813.010000', '210813.013000', '210813.016000', '210813.019000', '210813.022000', '210813.024000', '210813.027000', '210813.036000', '210813.038000', '210832.943000', '210832.946000', '210832.949000', '210832.951000', '210832.954000', '210832.956000', '210832.959000', '210832.962000', '210832.964000', '210832.967000', '210832.969000', '210832.972000', '210832.974000', '210832.977000', '210832.980000', '210832.982000', '210832.985000', '210832.987000', '210832.990000', '210832.992000', '210832.995000', '210832.998000', '210833.001000', '210833.004000', '210833.007000', '210833.009000', '210833.012000', '210833.014000', '210833.017000', '210833.020000', '210833.022000', '210833.025000', '210833.033000', '210833.035000', '210833.038000', '210833.040000', '210833.043000', '210833.046000', '210833.048000', '210833.051000', '210833.053000', '210833.056000', '210833.058000', '210833.061000', '210852.943000', '210852.946000', '210852.949000', '210852.951000', '210852.954000', '210852.956000', '210852.959000', '210852.962000', '210852.964000', '210852.967000', '210852.969000', '210852.972000', '210852.974000', '210852.977000', '210852.979000', '210852.982000', '210852.985000', '210852.987000', '210852.990000', '210852.992000', '210852.995000', '210853.001000', '210853.004000', '210853.007000', '210853.009000', '210853.012000', '210853.014000', '210853.017000', '210853.020000', '210853.022000', '210853.025000', '210853.027000', '210853.030000', '210853.033000', '210853.035000', '210853.038000', '210853.040000', '210853.043000', '210853.045000', '210853.048000', '210853.050000', '210853.053000', '210853.056000', '210912.942000', '210912.945000', '210912.948000', '210912.951000', '210912.953000', '210912.956000', '210912.958000', '210912.961000', '210912.964000', '210912.966000', '210912.969000', '210912.972000', '210912.974000', '210912.977000', '210912.979000', '210912.982000', '210912.984000', '210912.987000', '210912.989000', '210912.992000', '210912.995000', '210912.997000', '210913.001000', '210913.004000', '210913.007000', '210913.009000', '210913.012000', '210913.015000', '210913.017000', '210913.020000', '210913.022000', '210913.025000', '210913.028000', '210913.030000', '210913.033000', '210913.035000', '210913.038000', '210913.040000', '210913.043000', '210913.046000', '210913.048000', '210913.051000', '210913.053000', '210932.943000', '210932.946000', '210932.949000', '210932.952000', '210932.982000', '210932.985000', '210932.991000', '210932.993000', '210932.996000', '210932.998000', '210933.001000', '210933.004000', '210933.006000', '210933.009000', '210933.011000', '210933.014000', '210933.017000', '210933.019000', '210933.022000', '210933.024000', '210933.027000', '210933.029000', '210933.032000', '210933.035000', '210933.037000', '210933.040000', '210933.043000', '210933.045000', '210933.048000', '210933.050000', '210933.053000', '210933.055000', '210933.058000', '210933.061000', '210933.063000', '210933.066000', '210933.069000', '210933.071000', '210933.074000', '210933.076000', '210933.079000', '210933.081000', '210933.084000', '210933.087000', '210952.943000', '210952.946000', '210952.949000', '210952.951000', '210952.954000', '210952.957000', '210952.959000', '210952.962000', '210952.965000', '210952.967000', '210952.970000', '210952.973000', '210952.976000', '210952.978000', '210952.982000', '210952.984000', '210952.987000', '210953.007000', '210953.010000', '210953.013000', '210953.015000', '210953.018000', '210953.021000', '210953.023000', '210953.026000', '210953.028000', '210953.031000', '210953.034000', '210953.036000', '210953.039000', '210953.041000', '210953.044000', '210953.047000', '210953.049000', '210953.052000', '210953.055000', '210953.057000', '210953.060000', '210953.063000', '210953.065000', '210953.068000', '210953.070000', '210953.073000', '211012.944000', '211012.947000', '211012.950000', '211012.952000', '211012.955000', '211012.958000', '211012.960000', '211012.963000', '211012.965000', '211012.968000', '211012.970000', '211012.973000', '211012.976000', '211012.978000', '211012.981000', '211012.984000', '211012.986000', '211012.989000', '211012.992000', '211012.994000', '211012.997000', '211013.000000', '211013.003000', '211013.005000', '211013.008000', '211013.011000', '211013.013000', '211013.016000', '211013.018000', '211013.021000', '211013.024000', '211013.026000', '211013.029000', '211013.031000', '211013.034000', '211013.036000', '211013.039000', '211013.042000', '211013.044000', '211013.047000', '211013.049000', '211013.052000', '211013.055000', '211013.057000', '211032.943000', '211032.946000', '211032.949000', '211032.952000', '211032.954000', '211032.957000', '211032.959000', '211032.962000', '211032.965000', '211032.967000', '211032.970000', '211032.972000', '211032.975000', '211032.978000', '211032.981000', '211032.984000', '211032.986000', '211032.989000', '211032.993000', '211032.995000', '211032.998000', '211033.001000', '211033.004000', '211033.007000', '211033.009000', '211033.012000', '211033.015000', '211033.017000', '211033.020000', '211033.022000', '211033.025000', '211033.028000', '211033.030000', '211033.033000', '211033.036000', '211033.038000', '211033.041000', '211033.045000', '211033.047000', '211033.050000', '211033.053000', '211033.055000', '211033.058000', '211052.944000', '211052.946000', '211052.949000', '211052.951000', '211052.955000', '211052.957000', '211052.960000', '211052.962000', '211052.965000', '211052.968000', '211052.970000', '211052.973000', '211052.975000', '211052.978000', '211052.981000', '211052.983000', '211052.986000', '211052.989000', '211052.991000', '211052.994000', '211052.996000', '211053.000000', '211053.002000', '211053.005000', '211053.008000', '211053.010000', '211053.013000', '211053.016000', '211053.018000', '211053.021000', '211053.023000', '211053.026000', '211053.029000', '211053.031000', '211053.034000', '211053.036000', '211053.039000', '211053.042000', '211053.044000', '211053.047000', '211053.049000', '211053.052000', '211053.055000', '211053.083000', '211112.943000', '211112.946000', '211112.949000', '211112.952000', '211112.954000', '211112.957000', '211112.960000', '211112.962000', '211112.965000', '211112.968000', '211112.970000', '211112.973000', '211112.975000', '211112.978000', '211112.981000', '211112.983000', '211112.986000', '211112.988000', '211112.991000', '211112.994000', '211112.996000', '211113.000000', '211113.003000', '211113.005000', '211113.008000', '211113.011000', '211113.014000', '211113.016000', '211113.020000', '211113.022000', '211113.025000', '211113.027000', '211113.030000', '211113.033000', '211113.035000', '211113.038000', '211113.041000', '211113.043000', '211113.046000', '211113.049000', '211113.051000', '211113.054000', '211113.057000', '211132.942000', '211132.945000', '211132.948000', '211132.951000', '211132.953000', '211132.956000', '211132.959000', '211132.961000', '211132.964000', '211132.966000', '211132.969000', '211132.972000', '211132.974000', '211132.977000', '211132.979000', '211132.982000', '211132.985000', '211132.987000', '211132.990000', '211132.993000', '211132.995000', '211132.998000', '211133.001000', '211133.004000', '211133.007000', '211133.009000', '211133.012000', '211133.015000', '211133.017000', '211133.020000', '211133.022000', '211133.025000', '211133.028000', '211133.030000', '211133.033000', '211133.036000', '211133.038000', '211133.041000', '211133.043000', '211133.046000', '211133.049000', '211133.051000', '211133.054000', '211133.057000', '211152.943000', '211152.946000', '211152.949000', '211152.952000', '211152.954000', '211152.957000', '211152.959000', '211152.962000', '211152.965000', '211152.967000', '211152.970000', '211152.973000', '211152.975000', '211152.978000', '211152.980000', '211152.983000', '211152.986000', '211152.988000', '211152.991000', '211152.993000', '211152.996000', '211152.999000', '211153.001000', '211153.004000', '211153.006000', '211153.009000', '211153.012000', '211153.014000', '211153.017000', '211153.020000', '211153.022000', '211153.025000', '211153.027000', '211153.030000', '211153.033000', '211153.036000', '211153.039000', '211153.042000', '211153.045000', '211153.048000', '211153.050000', '211153.053000', '211153.055000', '211212.944000', '211212.946000', '211212.949000', '211212.952000', '211212.954000', '211212.957000', '211212.959000', '211212.962000', '211212.965000', '211212.967000', '211212.970000', '211212.972000', '211212.975000', '211212.978000', '211212.980000', '211212.983000', '211212.985000', '211212.988000', '211212.991000', '211212.993000', '211212.996000', '211212.998000', '211213.002000', '211213.005000', '211213.007000', '211213.010000', '211213.013000', '211213.015000', '211213.018000', '211213.021000', '211213.023000', '211213.026000', '211213.028000', '211213.031000', '211213.034000', '211213.036000', '211213.039000', '211213.041000', '211213.044000', '211213.047000', '211213.049000', '211213.052000', '211213.055000', '211213.057000', '211232.944000', '211232.946000', '211232.949000', '211232.952000', '211232.954000', '211232.957000', '211232.959000', '211232.962000', '211232.965000', '211232.967000', '211232.970000', '211232.973000', '211232.975000', '211232.978000', '211232.980000', '211232.983000', '211232.986000', '211232.988000', '211232.991000', '211232.993000', '211232.996000', '211233.000000', '211233.002000', '211233.005000', '211233.031000', '211233.034000', '211233.036000', '211233.039000', '211233.042000', '211233.044000', '211233.047000', '211233.049000', '211233.052000', '211233.055000', '211233.057000', '211233.060000', '211233.063000', '211233.065000', '211233.068000', '211233.071000', '211233.073000', '211233.076000', '211233.078000', '211252.943000', '211252.946000', '211252.949000', '211252.952000', '211252.954000', '211252.957000', '211252.959000', '211252.962000', '211252.965000', '211252.967000', '211252.970000', '211252.973000', '211252.975000', '211252.978000', '211252.980000', '211252.983000', '211252.986000', '211252.988000', '211252.991000', '211252.993000', '211252.996000', '211253.000000', '211253.002000', '211253.005000', '211253.008000', '211253.011000', '211253.013000', '211253.016000', '211253.018000', '211253.021000', '211253.023000', '211253.026000', '211253.029000', '211253.031000', '211253.034000', '211253.036000', '211253.039000', '211253.042000', '211253.044000', '211253.047000', '211253.050000', '211253.052000', '211253.055000', '211253.057000', '211312.943000', '211312.946000', '211312.949000', '211312.952000', '211312.954000', '211312.957000', '211312.959000', '211312.962000', '211312.965000', '211312.967000', '211312.970000', '211312.973000', '211312.975000', '211312.978000', '211312.980000', '211312.983000', '211312.986000', '211312.988000', '211312.991000', '211312.994000', '211312.996000', '211313.000000', '211313.002000', '211313.005000', '211313.008000', '211313.010000', '211313.013000', '211313.015000', '211313.018000', '211313.020000', '211313.023000', '211313.026000', '211313.028000', '211313.031000', '211313.033000', '211313.036000', '211313.039000', '211313.041000', '211313.044000', '211313.046000', '211313.049000', '211313.052000', '211313.054000', '211332.944000', '211332.946000', '211332.949000', '211332.952000', '211332.954000', '211332.957000', '211332.959000', '211332.962000', '211332.965000', '211332.968000', '211332.970000', '211332.973000', '211332.976000', '211332.978000', '211332.981000', '211332.983000', '211332.986000', '211332.989000', '211332.991000', '211332.994000', '211332.997000', '211333.000000', '211333.003000', '211333.006000', '211333.008000', '211333.011000', '211333.014000', '211333.016000', '211333.019000', '211333.021000', '211333.024000', '211333.027000', '211333.029000', '211333.032000', '211333.035000', '211333.037000', '211333.040000', '211333.043000', '211333.045000', '211333.048000', '211333.050000', '211333.053000', '211333.056000', '211333.058000', '211352.942000', '211352.945000', '211352.948000', '211352.951000', '211352.953000', '211352.956000', '211352.958000', '211352.961000', '211352.963000', '211352.966000', '211352.969000', '211352.971000', '211352.974000', '211352.976000', '211352.979000', '211352.982000', '211352.984000', '211352.987000', '211352.990000', '211352.992000', '211352.995000', '211352.997000', '211353.001000', '211353.004000', '211353.007000', '211353.009000', '211353.012000', '211353.014000', '211353.017000', '211353.019000', '211353.022000', '211353.025000', '211353.027000', '211353.030000', '211353.043000', '211353.046000', '211353.048000', '211353.051000', '211353.054000', '211353.056000', '211353.059000', '211353.061000', '211353.064000', '211412.944000', '211412.946000', '211412.949000', '211412.952000', '211412.954000', '211412.957000', '211412.960000', '211412.964000', '211412.966000', '211412.969000', '211412.971000', '211412.974000', '211412.977000', '211412.980000', '211412.983000', '211412.986000', '211412.988000', '211412.991000', '211412.994000', '211412.996000', '211412.999000', '211413.001000', '211413.004000', '211413.007000', '211413.009000', '211413.012000', '211413.015000', '211413.017000', '211413.020000', '211413.022000', '211413.025000', '211413.028000', '211413.030000', '211413.033000', '211413.035000', '211413.038000', '211413.041000', '211413.043000', '211413.046000', '211413.048000', '211413.051000', '211413.053000', '211413.056000', '211413.059000', '211432.944000', '211432.947000', '211432.949000', '211432.952000', '211432.954000', '211432.957000', '211432.960000', '211432.962000', '211432.965000', '211432.967000', '211432.970000', '211432.973000', '211432.975000', '211432.978000', '211432.980000', '211432.983000', '211432.986000', '211432.988000', '211432.991000', '211432.993000', '211432.996000', '211433.000000', '211433.002000', '211433.005000', '211433.007000', '211433.010000', '211433.013000', '211433.015000', '211433.018000', '211433.020000', '211433.023000', '211433.026000', '211433.028000', '211433.031000', '211433.034000', '211433.036000', '211433.039000', '211433.042000', '211433.044000', '211433.047000', '211433.049000', '211433.052000', '211433.055000', '211452.943000', '211452.946000', '211452.949000', '211452.951000', '211452.954000', '211452.957000', '211452.960000', '211452.962000', '211452.965000', '211452.967000', '211452.970000', '211452.972000', '211452.975000', '211452.978000', '211452.980000', '211452.983000', '211452.986000', '211452.988000', '211452.991000', '211452.994000', '211452.996000', '211453.000000', '211453.003000', '211453.005000', '211453.008000', '211453.010000', '211453.013000', '211453.016000', '211453.018000', '211453.021000', '211453.024000', '211453.026000', '211453.029000', '211453.032000', '211453.034000', '211453.037000', '211453.039000', '211453.042000', '211453.045000', '211453.047000', '211453.050000', '211453.052000', '211453.055000', '211512.944000', '211512.946000', '211512.949000', '211512.952000', '211512.954000', '211512.957000', '211512.960000', '211512.962000', '211512.965000', '211512.968000', '211512.970000', '211512.973000', '211512.976000', '211512.978000', '211512.981000', '211512.984000', '211512.986000', '211512.989000', '211512.992000', '211512.994000', '211512.997000', '211513.000000', '211513.003000', '211513.006000', '211513.008000', '211513.011000', '211513.013000', '211513.016000', '211513.019000', '211513.021000', '211513.024000', '211513.026000', '211513.029000', '211513.032000', '211513.034000', '211513.037000', '211513.040000', '211513.042000', '211513.045000', '211513.047000', '211513.050000', '211513.053000', '211513.055000', '211513.058000', '211532.944000', '211532.946000', '211532.949000', '211532.952000', '211532.954000', '211532.957000', '211532.959000', '211532.963000', '211532.965000', '211532.969000', '211532.971000', '211532.974000', '211532.976000', '211532.979000', '211532.982000', '211532.984000', '211532.987000', '211532.990000', '211532.992000', '211532.995000', '211532.997000', '211533.001000', '211533.004000', '211533.006000', '211533.009000', '211533.011000', '211533.014000', '211533.017000', '211533.019000', '211533.022000', '211533.025000', '211533.027000', '211533.030000', '211533.033000', '211533.035000', '211533.038000', '211533.040000', '211533.043000', '211533.046000', '211533.048000', '211533.051000', '211533.054000', '211533.056000', '211533.059000', '211552.944000', '211552.946000', '211552.949000', '211552.952000', '211552.954000', '211552.957000', '211552.960000', '211552.962000', '211552.965000', '211552.967000', '211552.970000', '211552.973000', '211552.975000', '211552.978000', '211552.980000', '211552.983000', '211552.986000', '211552.988000', '211552.991000', '211552.994000', '211552.996000', '211553.000000', '211553.002000', '211553.005000', '211553.008000', '211553.010000', '211553.013000', '211553.016000', '211553.018000', '211553.021000', '211553.024000', '211553.026000', '211553.029000', '211553.031000', '211553.034000', '211553.037000', '211553.039000', '211553.042000', '211553.044000', '211553.047000', '211553.050000', '211553.052000', '211553.055000', '211612.943000', '211612.945000', '211612.948000', '211612.950000', '211612.953000', '211612.956000', '211612.958000', '211612.961000', '211612.964000', '211612.966000', '211612.969000', '211612.971000', '211612.974000', '211612.977000', '211612.979000', '211612.982000', '211612.985000', '211612.987000', '211612.990000', '211612.993000', '211612.995000', '211612.998000', '211613.001000', '211613.004000', '211613.007000', '211613.010000', '211613.012000', '211613.015000', '211613.018000', '211613.021000', '211613.023000', '211613.026000', '211613.029000', '211613.031000', '211613.034000', '211613.036000', '211613.039000', '211613.042000', '211613.044000', '211613.047000', '211613.050000', '211613.052000', '211613.055000', '211613.057000', '211632.944000', '211632.946000', '211632.949000', '211632.952000', '211632.955000', '211632.957000', '211632.960000', '211632.962000', '211632.965000', '211632.967000', '211632.970000', '211632.973000', '211632.975000', '211632.978000', '211632.980000', '211632.983000', '211632.986000', '211632.988000', '211632.991000', '211632.993000', '211632.996000', '211633.000000', '211633.003000', '211633.005000', '211633.008000', '211633.010000', '211633.013000', '211633.016000', '211633.018000', '211633.021000', '211633.026000', '211633.029000', '211633.032000', '211633.034000', '211633.037000', '211633.039000', '211633.042000', '211633.045000', '211633.047000', '211633.050000', '211633.052000', '211633.055000', '211633.079000', '211652.943000', '211652.947000', '211652.949000', '211652.952000', '211652.955000', '211652.957000', '211652.960000', '211652.963000', '211652.965000', '211652.968000', '211652.971000', '211652.973000', '211652.976000', '211652.979000', '211652.981000', '211652.984000', '211652.987000', '211652.989000', '211652.992000', '211652.994000', '211652.997000', '211653.002000', '211653.004000', '211653.007000', '211653.010000', '211653.012000', '211653.015000', '211653.018000', '211653.020000', '211653.023000', '211653.026000', '211653.028000', '211653.031000', '211653.033000', '211653.036000', '211653.039000', '211653.041000', '211653.044000', '211653.047000', '211653.049000', '211653.052000', '211653.055000', '211653.057000', '211712.944000', '211712.946000', '211712.950000', '211712.952000', '211712.955000', '211712.957000', '211712.960000', '211712.962000', '211712.965000', '211712.968000', '211712.970000', '211712.973000', '211712.976000', '211712.978000', '211712.981000', '211712.983000', '211712.986000', '211712.989000', '211712.991000', '211712.994000', '211712.996000', '211713.000000', '211713.003000', '211713.005000', '211713.008000', '211713.010000', '211713.013000', '211713.016000', '211713.018000', '211713.021000', '211713.023000', '211713.026000', '211713.029000', '211713.031000', '211713.034000', '211713.036000', '211713.039000', '211713.042000', '211713.044000', '211713.047000', '211713.049000', '211713.052000', '211713.055000', '211713.057000', '211732.944000', '211732.947000', '211732.949000', '211732.952000', '211732.955000', '211732.957000', '211732.962000', '211732.965000', '211732.967000', '211732.970000', '211732.973000', '211732.975000', '211732.978000', '211732.980000', '211732.983000', '211732.986000', '211732.988000', '211732.991000', '211732.994000', '211732.996000', '211733.000000', '211733.002000', '211733.005000', '211733.008000', '211733.010000', '211733.013000', '211733.016000', '211733.018000', '211733.021000', '211733.024000', '211733.026000', '211733.029000', '211733.031000', '211733.034000', '211733.037000', '211733.039000', '211733.042000', '211733.044000', '211733.047000', '211733.050000', '211733.052000', '211733.055000', '211733.057000', '211752.944000', '211752.947000', '211752.949000', '211752.952000', '211752.955000', '211752.957000', '211752.960000', '211752.963000', '211752.965000', '211752.968000', '211752.971000', '211752.973000', '211752.976000', '211752.979000', '211752.981000', '211752.984000', '211752.986000', '211752.989000', '211752.992000', '211752.994000', '211752.997000', '211753.000000', '211753.003000', '211753.006000', '211753.008000', '211753.011000', '211753.014000', '211753.016000', '211753.019000', '211753.021000', '211753.024000', '211753.027000', '211753.029000', '211753.032000', '211753.034000', '211753.037000', '211753.039000', '211753.042000', '211753.045000', '211753.061000', '211753.063000', '211753.066000', '211753.068000', '211753.071000', '211800.128000', '211800.131000', '211800.134000', '211800.137000', '211800.140000', '211800.143000', '211800.146000', '211800.148000', '211800.151000', '211800.154000', '211800.157000', '211800.159000', '211800.162000', '211800.165000', '211800.168000', '211800.170000'], 'InstanceCreationTime': ['210812.968000', '210812.971000', '210812.973000', '210812.976000', '210812.979000', '210812.982000', '210812.984000', '210812.987000', '210812.989000', '210812.992000', '210813.003000', '210813.008000', '210813.010000', '210813.013000', '210813.016000', '210813.019000', '210813.022000', '210813.024000', '210813.027000', '210813.036000', '210813.038000', '210832.943000', '210832.946000', '210832.949000', '210832.951000', '210832.954000', '210832.956000', '210832.959000', '210832.962000', '210832.964000', '210832.967000', '210832.969000', '210832.972000', '210832.974000', '210832.977000', '210832.980000', '210832.982000', '210832.985000', '210832.987000', '210832.990000', '210832.992000', '210832.995000', '210832.998000', '210833.001000', '210833.004000', '210833.007000', '210833.009000', '210833.012000', '210833.014000', '210833.017000', '210833.020000', '210833.022000', '210833.025000', '210833.033000', '210833.035000', '210833.038000', '210833.040000', '210833.043000', '210833.046000', '210833.048000', '210833.051000', '210833.053000', '210833.056000', '210833.058000', '210833.061000', '210852.943000', '210852.946000', '210852.949000', '210852.951000', '210852.954000', '210852.956000', '210852.959000', '210852.962000', '210852.964000', '210852.967000', '210852.969000', '210852.972000', '210852.974000', '210852.977000', '210852.979000', '210852.982000', '210852.985000', '210852.987000', '210852.990000', '210852.992000', '210852.995000', '210853.001000', '210853.004000', '210853.007000', '210853.009000', '210853.012000', '210853.014000', '210853.017000', '210853.020000', '210853.022000', '210853.025000', '210853.027000', '210853.030000', '210853.033000', '210853.035000', '210853.038000', '210853.040000', '210853.043000', '210853.045000', '210853.048000', '210853.050000', '210853.053000', '210853.056000', '210912.942000', '210912.945000', '210912.948000', '210912.951000', '210912.953000', '210912.956000', '210912.958000', '210912.961000', '210912.964000', '210912.966000', '210912.969000', '210912.972000', '210912.974000', '210912.977000', '210912.979000', '210912.982000', '210912.984000', '210912.987000', '210912.989000', '210912.992000', '210912.995000', '210912.997000', '210913.001000', '210913.004000', '210913.007000', '210913.009000', '210913.012000', '210913.015000', '210913.017000', '210913.020000', '210913.022000', '210913.025000', '210913.028000', '210913.030000', '210913.033000', '210913.035000', '210913.038000', '210913.040000', '210913.043000', '210913.046000', '210913.048000', '210913.051000', '210913.053000', '210932.943000', '210932.946000', '210932.949000', '210932.952000', '210932.982000', '210932.985000', '210932.991000', '210932.993000', '210932.996000', '210932.998000', '210933.001000', '210933.004000', '210933.006000', '210933.009000', '210933.011000', '210933.014000', '210933.017000', '210933.019000', '210933.022000', '210933.024000', '210933.027000', '210933.029000', '210933.032000', '210933.035000', '210933.037000', '210933.040000', '210933.043000', '210933.045000', '210933.048000', '210933.050000', '210933.053000', '210933.055000', '210933.058000', '210933.061000', '210933.063000', '210933.066000', '210933.069000', '210933.071000', '210933.074000', '210933.076000', '210933.079000', '210933.081000', '210933.084000', '210933.087000', '210952.943000', '210952.946000', '210952.949000', '210952.951000', '210952.954000', '210952.957000', '210952.959000', '210952.962000', '210952.965000', '210952.967000', '210952.970000', '210952.973000', '210952.976000', '210952.978000', '210952.982000', '210952.984000', '210952.987000', '210953.007000', '210953.010000', '210953.013000', '210953.015000', '210953.018000', '210953.021000', '210953.023000', '210953.026000', '210953.028000', '210953.031000', '210953.034000', '210953.036000', '210953.039000', '210953.041000', '210953.044000', '210953.047000', '210953.049000', '210953.052000', '210953.055000', '210953.057000', '210953.060000', '210953.063000', '210953.065000', '210953.068000', '210953.070000', '210953.073000', '211012.944000', '211012.947000', '211012.950000', '211012.952000', '211012.955000', '211012.958000', '211012.960000', '211012.963000', '211012.965000', '211012.968000', '211012.970000', '211012.973000', '211012.976000', '211012.978000', '211012.981000', '211012.984000', '211012.986000', '211012.989000', '211012.992000', '211012.994000', '211012.997000', '211013.000000', '211013.003000', '211013.005000', '211013.008000', '211013.011000', '211013.013000', '211013.016000', '211013.018000', '211013.021000', '211013.024000', '211013.026000', '211013.029000', '211013.031000', '211013.034000', '211013.036000', '211013.039000', '211013.042000', '211013.044000', '211013.047000', '211013.049000', '211013.052000', '211013.055000', '211013.057000', '211032.943000', '211032.946000', '211032.949000', '211032.952000', '211032.954000', '211032.957000', '211032.959000', '211032.962000', '211032.965000', '211032.967000', '211032.970000', '211032.972000', '211032.975000', '211032.978000', '211032.981000', '211032.984000', '211032.986000', '211032.989000', '211032.993000', '211032.995000', '211032.998000', '211033.001000', '211033.004000', '211033.007000', '211033.009000', '211033.012000', '211033.015000', '211033.017000', '211033.020000', '211033.022000', '211033.025000', '211033.028000', '211033.030000', '211033.033000', '211033.036000', '211033.038000', '211033.041000', '211033.045000', '211033.047000', '211033.050000', '211033.053000', '211033.055000', '211033.058000', '211052.944000', '211052.946000', '211052.949000', '211052.951000', '211052.955000', '211052.957000', '211052.960000', '211052.962000', '211052.965000', '211052.968000', '211052.970000', '211052.973000', '211052.975000', '211052.978000', '211052.981000', '211052.983000', '211052.986000', '211052.989000', '211052.991000', '211052.994000', '211052.996000', '211053.000000', '211053.002000', '211053.005000', '211053.008000', '211053.010000', '211053.013000', '211053.016000', '211053.018000', '211053.021000', '211053.023000', '211053.026000', '211053.029000', '211053.031000', '211053.034000', '211053.036000', '211053.039000', '211053.042000', '211053.044000', '211053.047000', '211053.049000', '211053.052000', '211053.055000', '211053.083000', '211112.943000', '211112.946000', '211112.949000', '211112.952000', '211112.954000', '211112.957000', '211112.960000', '211112.962000', '211112.965000', '211112.968000', '211112.970000', '211112.973000', '211112.975000', '211112.978000', '211112.981000', '211112.983000', '211112.986000', '211112.988000', '211112.991000', '211112.994000', '211112.996000', '211113.000000', '211113.003000', '211113.005000', '211113.008000', '211113.011000', '211113.014000', '211113.016000', '211113.020000', '211113.022000', '211113.025000', '211113.027000', '211113.030000', '211113.033000', '211113.035000', '211113.038000', '211113.041000', '211113.043000', '211113.046000', '211113.049000', '211113.051000', '211113.054000', '211113.057000', '211132.942000', '211132.945000', '211132.948000', '211132.951000', '211132.953000', '211132.956000', '211132.959000', '211132.961000', '211132.964000', '211132.966000', '211132.969000', '211132.972000', '211132.974000', '211132.977000', '211132.979000', '211132.982000', '211132.985000', '211132.987000', '211132.990000', '211132.993000', '211132.995000', '211132.998000', '211133.001000', '211133.004000', '211133.007000', '211133.009000', '211133.012000', '211133.015000', '211133.017000', '211133.020000', '211133.022000', '211133.025000', '211133.028000', '211133.030000', '211133.033000', '211133.036000', '211133.038000', '211133.041000', '211133.043000', '211133.046000', '211133.049000', '211133.051000', '211133.054000', '211133.057000', '211152.943000', '211152.946000', '211152.949000', '211152.952000', '211152.954000', '211152.957000', '211152.959000', '211152.962000', '211152.965000', '211152.967000', '211152.970000', '211152.973000', '211152.975000', '211152.978000', '211152.980000', '211152.983000', '211152.986000', '211152.988000', '211152.991000', '211152.993000', '211152.996000', '211152.999000', '211153.001000', '211153.004000', '211153.006000', '211153.009000', '211153.012000', '211153.014000', '211153.017000', '211153.020000', '211153.022000', '211153.025000', '211153.027000', '211153.030000', '211153.033000', '211153.036000', '211153.039000', '211153.042000', '211153.045000', '211153.048000', '211153.050000', '211153.053000', '211153.055000', '211212.944000', '211212.946000', '211212.949000', '211212.952000', '211212.954000', '211212.957000', '211212.959000', '211212.962000', '211212.965000', '211212.967000', '211212.970000', '211212.972000', '211212.975000', '211212.978000', '211212.980000', '211212.983000', '211212.985000', '211212.988000', '211212.991000', '211212.993000', '211212.996000', '211212.998000', '211213.002000', '211213.005000', '211213.007000', '211213.010000', '211213.013000', '211213.015000', '211213.018000', '211213.021000', '211213.023000', '211213.026000', '211213.028000', '211213.031000', '211213.034000', '211213.036000', '211213.039000', '211213.041000', '211213.044000', '211213.047000', '211213.049000', '211213.052000', '211213.055000', '211213.057000', '211232.944000', '211232.946000', '211232.949000', '211232.952000', '211232.954000', '211232.957000', '211232.959000', '211232.962000', '211232.965000', '211232.967000', '211232.970000', '211232.973000', '211232.975000', '211232.978000', '211232.980000', '211232.983000', '211232.986000', '211232.988000', '211232.991000', '211232.993000', '211232.996000', '211233.000000', '211233.002000', '211233.005000', '211233.031000', '211233.034000', '211233.036000', '211233.039000', '211233.042000', '211233.044000', '211233.047000', '211233.049000', '211233.052000', '211233.055000', '211233.057000', '211233.060000', '211233.063000', '211233.065000', '211233.068000', '211233.071000', '211233.073000', '211233.076000', '211233.078000', '211252.943000', '211252.946000', '211252.949000', '211252.952000', '211252.954000', '211252.957000', '211252.959000', '211252.962000', '211252.965000', '211252.967000', '211252.970000', '211252.973000', '211252.975000', '211252.978000', '211252.980000', '211252.983000', '211252.986000', '211252.988000', '211252.991000', '211252.993000', '211252.996000', '211253.000000', '211253.002000', '211253.005000', '211253.008000', '211253.011000', '211253.013000', '211253.016000', '211253.018000', '211253.021000', '211253.023000', '211253.026000', '211253.029000', '211253.031000', '211253.034000', '211253.036000', '211253.039000', '211253.042000', '211253.044000', '211253.047000', '211253.050000', '211253.052000', '211253.055000', '211253.057000', '211312.943000', '211312.946000', '211312.949000', '211312.952000', '211312.954000', '211312.957000', '211312.959000', '211312.962000', '211312.965000', '211312.967000', '211312.970000', '211312.973000', '211312.975000', '211312.978000', '211312.980000', '211312.983000', '211312.986000', '211312.988000', '211312.991000', '211312.994000', '211312.996000', '211313.000000', '211313.002000', '211313.005000', '211313.008000', '211313.010000', '211313.013000', '211313.015000', '211313.018000', '211313.020000', '211313.023000', '211313.026000', '211313.028000', '211313.031000', '211313.033000', '211313.036000', '211313.039000', '211313.041000', '211313.044000', '211313.046000', '211313.049000', '211313.052000', '211313.054000', '211332.944000', '211332.946000', '211332.949000', '211332.952000', '211332.954000', '211332.957000', '211332.959000', '211332.962000', '211332.965000', '211332.968000', '211332.970000', '211332.973000', '211332.976000', '211332.978000', '211332.981000', '211332.983000', '211332.986000', '211332.989000', '211332.991000', '211332.994000', '211332.997000', '211333.000000', '211333.003000', '211333.006000', '211333.008000', '211333.011000', '211333.014000', '211333.016000', '211333.019000', '211333.021000', '211333.024000', '211333.027000', '211333.029000', '211333.032000', '211333.035000', '211333.037000', '211333.040000', '211333.043000', '211333.045000', '211333.048000', '211333.050000', '211333.053000', '211333.056000', '211333.058000', '211352.942000', '211352.945000', '211352.948000', '211352.951000', '211352.953000', '211352.956000', '211352.958000', '211352.961000', '211352.963000', '211352.966000', '211352.969000', '211352.971000', '211352.974000', '211352.976000', '211352.979000', '211352.982000', '211352.984000', '211352.987000', '211352.990000', '211352.992000', '211352.995000', '211352.997000', '211353.001000', '211353.004000', '211353.007000', '211353.009000', '211353.012000', '211353.014000', '211353.017000', '211353.019000', '211353.022000', '211353.025000', '211353.027000', '211353.030000', '211353.043000', '211353.046000', '211353.048000', '211353.051000', '211353.054000', '211353.056000', '211353.059000', '211353.061000', '211353.064000', '211412.944000', '211412.946000', '211412.949000', '211412.952000', '211412.954000', '211412.957000', '211412.960000', '211412.964000', '211412.966000', '211412.969000', '211412.971000', '211412.974000', '211412.977000', '211412.980000', '211412.983000', '211412.986000', '211412.988000', '211412.991000', '211412.994000', '211412.996000', '211412.999000', '211413.001000', '211413.004000', '211413.007000', '211413.009000', '211413.012000', '211413.015000', '211413.017000', '211413.020000', '211413.022000', '211413.025000', '211413.028000', '211413.030000', '211413.033000', '211413.035000', '211413.038000', '211413.041000', '211413.043000', '211413.046000', '211413.048000', '211413.051000', '211413.053000', '211413.056000', '211413.059000', '211432.944000', '211432.947000', '211432.949000', '211432.952000', '211432.954000', '211432.957000', '211432.960000', '211432.962000', '211432.965000', '211432.967000', '211432.970000', '211432.973000', '211432.975000', '211432.978000', '211432.980000', '211432.983000', '211432.986000', '211432.988000', '211432.991000', '211432.993000', '211432.996000', '211433.000000', '211433.002000', '211433.005000', '211433.007000', '211433.010000', '211433.013000', '211433.015000', '211433.018000', '211433.020000', '211433.023000', '211433.026000', '211433.028000', '211433.031000', '211433.034000', '211433.036000', '211433.039000', '211433.042000', '211433.044000', '211433.047000', '211433.049000', '211433.052000', '211433.055000', '211452.943000', '211452.946000', '211452.949000', '211452.951000', '211452.954000', '211452.957000', '211452.960000', '211452.962000', '211452.965000', '211452.967000', '211452.970000', '211452.972000', '211452.975000', '211452.978000', '211452.980000', '211452.983000', '211452.986000', '211452.988000', '211452.991000', '211452.994000', '211452.996000', '211453.000000', '211453.003000', '211453.005000', '211453.008000', '211453.010000', '211453.013000', '211453.016000', '211453.018000', '211453.021000', '211453.024000', '211453.026000', '211453.029000', '211453.032000', '211453.034000', '211453.037000', '211453.039000', '211453.042000', '211453.045000', '211453.047000', '211453.050000', '211453.052000', '211453.055000', '211512.944000', '211512.946000', '211512.949000', '211512.952000', '211512.954000', '211512.957000', '211512.960000', '211512.962000', '211512.965000', '211512.968000', '211512.970000', '211512.973000', '211512.976000', '211512.978000', '211512.981000', '211512.984000', '211512.986000', '211512.989000', '211512.992000', '211512.994000', '211512.997000', '211513.000000', '211513.003000', '211513.006000', '211513.008000', '211513.011000', '211513.013000', '211513.016000', '211513.019000', '211513.021000', '211513.024000', '211513.026000', '211513.029000', '211513.032000', '211513.034000', '211513.037000', '211513.040000', '211513.042000', '211513.045000', '211513.047000', '211513.050000', '211513.053000', '211513.055000', '211513.058000', '211532.944000', '211532.946000', '211532.949000', '211532.952000', '211532.954000', '211532.957000', '211532.959000', '211532.963000', '211532.965000', '211532.969000', '211532.971000', '211532.974000', '211532.976000', '211532.979000', '211532.982000', '211532.984000', '211532.987000', '211532.990000', '211532.992000', '211532.995000', '211532.997000', '211533.001000', '211533.004000', '211533.006000', '211533.009000', '211533.011000', '211533.014000', '211533.017000', '211533.019000', '211533.022000', '211533.025000', '211533.027000', '211533.030000', '211533.033000', '211533.035000', '211533.038000', '211533.040000', '211533.043000', '211533.046000', '211533.048000', '211533.051000', '211533.054000', '211533.056000', '211533.059000', '211552.944000', '211552.946000', '211552.949000', '211552.952000', '211552.954000', '211552.957000', '211552.960000', '211552.962000', '211552.965000', '211552.967000', '211552.970000', '211552.973000', '211552.975000', '211552.978000', '211552.980000', '211552.983000', '211552.986000', '211552.988000', '211552.991000', '211552.994000', '211552.996000', '211553.000000', '211553.002000', '211553.005000', '211553.008000', '211553.010000', '211553.013000', '211553.016000', '211553.018000', '211553.021000', '211553.024000', '211553.026000', '211553.029000', '211553.031000', '211553.034000', '211553.037000', '211553.039000', '211553.042000', '211553.044000', '211553.047000', '211553.050000', '211553.052000', '211553.055000', '211612.943000', '211612.945000', '211612.948000', '211612.950000', '211612.953000', '211612.956000', '211612.958000', '211612.961000', '211612.964000', '211612.966000', '211612.969000', '211612.971000', '211612.974000', '211612.977000', '211612.979000', '211612.982000', '211612.985000', '211612.987000', '211612.990000', '211612.993000', '211612.995000', '211612.998000', '211613.001000', '211613.004000', '211613.007000', '211613.010000', '211613.012000', '211613.015000', '211613.018000', '211613.021000', '211613.023000', '211613.026000', '211613.029000', '211613.031000', '211613.034000', '211613.036000', '211613.039000', '211613.042000', '211613.044000', '211613.047000', '211613.050000', '211613.052000', '211613.055000', '211613.057000', '211632.944000', '211632.946000', '211632.949000', '211632.952000', '211632.955000', '211632.957000', '211632.960000', '211632.962000', '211632.965000', '211632.967000', '211632.970000', '211632.973000', '211632.975000', '211632.978000', '211632.980000', '211632.983000', '211632.986000', '211632.988000', '211632.991000', '211632.993000', '211632.996000', '211633.000000', '211633.003000', '211633.005000', '211633.008000', '211633.010000', '211633.013000', '211633.016000', '211633.018000', '211633.021000', '211633.026000', '211633.029000', '211633.032000', '211633.034000', '211633.037000', '211633.039000', '211633.042000', '211633.045000', '211633.047000', '211633.050000', '211633.052000', '211633.055000', '211633.079000', '211652.943000', '211652.947000', '211652.949000', '211652.952000', '211652.955000', '211652.957000', '211652.960000', '211652.963000', '211652.965000', '211652.968000', '211652.971000', '211652.973000', '211652.976000', '211652.979000', '211652.981000', '211652.984000', '211652.987000', '211652.989000', '211652.992000', '211652.994000', '211652.997000', '211653.002000', '211653.004000', '211653.007000', '211653.010000', '211653.012000', '211653.015000', '211653.018000', '211653.020000', '211653.023000', '211653.026000', '211653.028000', '211653.031000', '211653.033000', '211653.036000', '211653.039000', '211653.041000', '211653.044000', '211653.047000', '211653.049000', '211653.052000', '211653.055000', '211653.057000', '211712.944000', '211712.946000', '211712.950000', '211712.952000', '211712.955000', '211712.957000', '211712.960000', '211712.962000', '211712.965000', '211712.968000', '211712.970000', '211712.973000', '211712.976000', '211712.978000', '211712.981000', '211712.983000', '211712.986000', '211712.989000', '211712.991000', '211712.994000', '211712.996000', '211713.000000', '211713.003000', '211713.005000', '211713.008000', '211713.010000', '211713.013000', '211713.016000', '211713.018000', '211713.021000', '211713.023000', '211713.026000', '211713.029000', '211713.031000', '211713.034000', '211713.036000', '211713.039000', '211713.042000', '211713.044000', '211713.047000', '211713.049000', '211713.052000', '211713.055000', '211713.057000', '211732.944000', '211732.947000', '211732.949000', '211732.952000', '211732.955000', '211732.957000', '211732.962000', '211732.965000', '211732.967000', '211732.970000', '211732.973000', '211732.975000', '211732.978000', '211732.980000', '211732.983000', '211732.986000', '211732.988000', '211732.991000', '211732.994000', '211732.996000', '211733.000000', '211733.002000', '211733.005000', '211733.008000', '211733.010000', '211733.013000', '211733.016000', '211733.018000', '211733.021000', '211733.024000', '211733.026000', '211733.029000', '211733.031000', '211733.034000', '211733.037000', '211733.039000', '211733.042000', '211733.044000', '211733.047000', '211733.050000', '211733.052000', '211733.055000', '211733.057000', '211752.944000', '211752.947000', '211752.949000', '211752.952000', '211752.955000', '211752.957000', '211752.960000', '211752.963000', '211752.965000', '211752.968000', '211752.971000', '211752.973000', '211752.976000', '211752.979000', '211752.981000', '211752.984000', '211752.986000', '211752.989000', '211752.992000', '211752.994000', '211752.997000', '211753.000000', '211753.003000', '211753.006000', '211753.008000', '211753.011000', '211753.014000', '211753.016000', '211753.019000', '211753.021000', '211753.024000', '211753.027000', '211753.029000', '211753.032000', '211753.034000', '211753.037000', '211753.039000', '211753.042000', '211753.045000', '211753.061000', '211753.063000', '211753.066000', '211753.068000', '211753.071000', '211800.128000', '211800.131000', '211800.134000', '211800.137000', '211800.140000', '211800.143000', '211800.146000', '211800.148000', '211800.151000', '211800.154000', '211800.157000', '211800.159000', '211800.162000', '211800.165000', '211800.168000', '211800.170000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298], 'LargestImagePixelValue': [7142, 9008, 10431, 7894, 7659, 10253, 6594, 7382, 9196, 6550, 9167, 6997, 7228, 10202, 7064, 7663, 9898, 7241, 8893, 6929, 9092, 11426, 9964, 7918, 10618, 13962, 7530, 8965, 6562, 7805, 10222, 6868, 9844, 12810, 7155, 8090, 10890, 7488, 8528, 6855, 7917, 10746, 9447, 7522, 10511, 8776, 7926, 11012, 6834, 8131, 10123, 7208, 8331, 11023, 8454, 9021, 6806, 8919, 11909, 9423, 7858, 10591, 10471, 7756, 10762, 6688, 7776, 10346, 6845, 7478, 10042, 6806, 7322, 10857, 6571, 8713, 10362, 6849, 8131, 11641, 8021, 8254, 6992, 7062, 10600, 13795, 7781, 9062, 12278, 7914, 8897, 7178, 7072, 9909, 6669, 7563, 9936, 6555, 8794, 6933, 8733, 10142, 8131, 10297, 12348, 9422, 8650, 7076, 9066, 6866, 8129, 10787, 12252, 8906, 10904, 7317, 9501, 6874, 8933, 12207, 11895, 8927, 11046, 7159, 8646, 11579, 7349, 7917, 10196, 7644, 7800, 9712, 6874, 8698, 9899, 6825, 9643, 11837, 7984, 9723, 11604, 8056, 8812, 6842, 8705, 9626, 8618, 9910, 12475, 8463, 10396, 7259, 9791, 13153, 8266, 10484, 12653, 8407, 9189, 6848, 8537, 6997, 7488, 10576, 12934, 7931, 9536, 6937, 8230, 7933, 7071, 10389, 13516, 7943, 10029, 7186, 9189, 6984, 8783, 11106, 11550, 8061, 10938, 11918, 8336, 10966, 6795, 9048, 10388, 7658, 9496, 11627, 7817, 9844, 6713, 8444, 9805, 6878, 9109, 10256, 7188, 9395, 11555, 8177, 10091, 6964, 9742, 12117, 7989, 9727, 12666, 8293, 9632, 6738, 9589, 10648, 7703, 9629, 12837, 8466, 10243, 7307, 9912, 13099, 7590, 9724, 13452, 9138, 9431, 6853, 8762, 10284, 7461, 7622, 10204, 7140, 8235, 10485, 7055, 9655, 6875, 9731, 11748, 8138, 9075, 6729, 9557, 11160, 9062, 10872, 13472, 10105, 9115, 7084, 8200, 10811, 7130, 9042, 12154, 8424, 9142, 7015, 8062, 10391, 6980, 7615, 9674, 6919, 8639, 10087, 8314, 9472, 6722, 8973, 10674, 7332, 9503, 12327, 8918, 10201, 6945, 9043, 7097, 9425, 11667, 8031, 8178, 10539, 7680, 9324, 7023, 9101, 10876, 7027, 7933, 9651, 7309, 8982, 6810, 8964, 10250, 7975, 9967, 11155, 8297, 10615, 7335, 9181, 7227, 9926, 13142, 9464, 9000, 11380, 7233, 9537, 7268, 9292, 11331, 7634, 8448, 9821, 7035, 9786, 12172, 7766, 9945, 11040, 7932, 11028, 7203, 9471, 13341, 7394, 8782, 11863, 7815, 8504, 7090, 7201, 9510, 6749, 9077, 11210, 7493, 8743, 7110, 7983, 10548, 7850, 7669, 10462, 7714, 8689, 6890, 7580, 10074, 7661, 10054, 13177, 9312, 8787, 8608, 7278, 9937, 12107, 7654, 9571, 13185, 7794, 9105, 7124, 7605, 9817, 7375, 9030, 11850, 7585, 8704, 11661, 7639, 8460, 7002, 7421, 9825, 7005, 7523, 9683, 9138, 7445, 9531, 6920, 8928, 11192, 8022, 9848, 12476, 7715, 10658, 7062, 8602, 6836, 7763, 9675, 7295, 9648, 12046, 9071, 9096, 6917, 8428, 11421, 7871, 7807, 10109, 7170, 8752, 6923, 8300, 8455, 8412, 10923, 12883, 9949, 10926, 7393, 7642, 10036, 7503, 8821, 11872, 7015, 8546, 12052, 7796, 10475, 7204, 7991, 9835, 8994, 7824, 10149, 7080, 7745, 9484, 6825, 8886, 7134, 9437, 12285, 7632, 7794, 9881, 7134, 7619, 8610, 6850, 9775, 13036, 7896, 9577, 13008, 8368, 10229, 7369, 8816, 7244, 9060, 11065, 10681, 8756, 10717, 7154, 8414, 7471, 7255, 9837, 13260, 8286, 8229, 11315, 8699, 9499, 7343, 7102, 9402, 7175, 7636, 9911, 7101, 7618, 9957, 7020, 8969, 11388, 7093, 9281, 10403, 7574, 8761, 7083, 8068, 9675, 6746, 9135, 11186, 7484, 9051, 7055, 8728, 11051, 7605, 9739, 12853, 9751, 10633, 7329, 9424, 7345, 9405, 12416, 9815, 8414, 11139, 7320, 9126, 12506, 7577, 9264, 12431, 7712, 8982, 9841, 7809, 9994, 6909, 8739, 10341, 7789, 9297, 11740, 8118, 9444, 7267, 8856, 11066, 8003, 9372, 12900, 8327, 9630, 7079, 8789, 7186, 9053, 7140, 8719, 11389, 12209, 9484, 8193, 9733, 7491, 9383, 12993, 7496, 8023, 10558, 7312, 8292, 11230, 7311, 8340, 9904, 6740, 8425, 9846, 7929, 8654, 6993, 7926, 10014, 11678, 7929, 9969, 12783, 7842, 9119, 6934, 7119, 9500, 8085, 7579, 9762, 7062, 7874, 9984, 7117, 9354, 11786, 7848, 9497, 12386, 7217, 9460, 9778, 8240, 9518, 7254, 8838, 6968, 9030, 11085, 10993, 8984, 10270, 7368, 7521, 10088, 7568, 7650, 9901, 10233, 7381, 9993, 7097, 7327, 10167, 7195, 9245, 12201, 7818, 7505, 10110, 7968, 8615, 7326, 8730, 11383, 8191, 7778, 10067, 7535, 9073, 7192, 8177, 11283, 11753, 8043, 9886, 11312, 7548, 10370, 7637, 7407, 9768, 6932, 8333, 10426, 7694, 9440, 7408, 9221, 12708, 7484, 7871, 10773, 7653, 7709, 8408, 7923, 9537, 13079, 7935, 8681, 11418, 9151, 8741, 7579, 8821, 11400, 8925, 7532, 9987, 8059, 7407, 10319, 7904, 9109, 12756, 7428, 8000, 10483, 7708, 8408, 11727, 7665, 9070, 11824, 7420, 8263, 10858, 7497, 9900, 7190, 8280, 10274, 7512, 7788, 10318, 8056, 9697, 7766, 9052, 12426, 8856, 7885, 10083, 7464, 7535, 7619, 7626, 9820, 12926, 7979, 10652, 12906, 8338, 9876, 7521, 8751, 12025, 7712, 9237, 12282, 7748, 8438, 12435, 7945, 9232, 12429, 7465, 7748, 10427, 7571, 7687, 9646, 7467, 8869, 10011, 7099, 8483, 10272, 7390, 9085, 7269, 7571, 10325, 12889, 7761, 10214, 12281, 8403, 9022, 7594, 7864, 10046, 11613, 7833, 10303, 8432, 7867, 10848, 7837, 9835, 12817, 7795, 9916, 12911, 8029, 7820, 7279, 7461, 9171, 7557, 10199, 12290, 8169, 7808, 10325, 7646, 9226, 7589, 7732, 10414, 9691, 8132, 10612, 7594, 9641, 7657, 9474, 12809, 9703, 8368, 10408, 7666, 8276, 10380, 7520, 9892, 11687, 7304, 9978, 11285, 8841, 9218, 7316, 9140, 9873, 7811, 9847, 11969, 8231, 11083, 7715, 8970, 11170, 7774, 9835, 12373, 8737, 8263, 11472, 7698, 8865, 8065, 7649, 10094, 12695, 7699, 10361, 12860, 7724, 9038, 7303, 7835, 10069, 7160, 7466, 10398, 7048, 8132, 7686, 7758, 10650, 12871, 8059, 10789, 7232, 8301, 7595, 7924, 10748, 8128, 7995, 10742, 10052, 7759, 10367, 7979, 9610, 7778, 8924, 10751, 12118, 8038, 10317, 8031, 7836, 10345, 7988, 9645, 12334, 7940, 9726, 11866, 8502, 9107, 7820, 9016, 11835, 7835, 9888, 12433, 8575, 9799, 8054, 8734, 10390, 8327, 9683, 13037, 9122, 8097, 11395, 8476, 9344, 9013, 8126, 9769, 12357, 7329, 9870, 7612, 8020, 9711, 7805, 9641, 12093, 7728, 10447, 7931, 8147, 7642, 8155, 7548, 9123, 11205, 12513, 8418, 10172, 11589, 8081, 10178, 8017, 8098, 10560, 7762, 7623, 10674, 8075, 9578, 7677, 8231, 10421, 7624, 8633, 10929, 8035, 9455, 8085, 8007, 10603, 8041, 8695, 12696, 8429, 8958, 10552, 7944, 9706, 13260, 7895, 9835, 12780, 8442, 9174, 7771, 9068, 7922, 7842, 10423, 12477, 7881, 10083, 12254, 8233, 10455, 7954, 9219, 12119, 8508, 7804, 10459, 7349, 8241, 10225, 7675, 9556, 7679, 8377, 10698, 9552, 7517, 10441, 7680, 9427, 7493, 8397, 6856, 8374, 11412, 12872, 9349, 10827, 8170, 9507, 8035, 9118, 11947, 8143, 8366, 11621, 8001, 9225, 8206, 8893, 12234, 8161, 9920, 13221, 9149, 10166, 8071, 8997, 8033, 8379, 11067, 8107, 7969, 10519, 7367, 8714, 8327, 7829, 10019, 7961, 9674, 12478, 8187, 10393, 12782, 9020, 12106, 8276, 9501, 12690, 8228, 9359, 12187, 8366, 8632, 8202, 7886, 10102, 8052, 9336, 11918, 7726, 8665, 10471, 8133, 9439, 7853, 8214, 10642, 9504, 7671, 10455, 7658, 7893, 7618, 7972, 10422, 7882, 9484, 12070, 7994, 9694, 11358, 8889, 9109, 7707, 9614, 11922, 8885, 8255, 10567, 7071, 9245, 7939, 7813, 10405, 7828, 9626, 12032, 8094, 10040, 12408, 8546, 10595, 7984, 9480, 12313, 8056, 9942, 12769, 8006, 9861, 11295, 8484, 10590, 7562, 9344, 7543, 9582, 11229, 8604, 8150, 10626, 7732, 8703, 7561, 8030, 10903, 10292, 7496, 10774, 10404, 7733, 9815, 7932, 9824, 12574, 7602, 9727, 12296, 8836, 8683, 7497, 7771, 10670, 13311, 7729, 10118, 13019, 8640, 9145, 7622, 7945, 10251, 14089, 7534, 10231, 12683, 7904, 9671, 7684, 9072, 10243, 7714, 7666, 10716, 6953, 8195, 10869, 7848, 9909, 8020, 10009, 12211, 8358, 7899, 10609, 8288, 9793, 7541, 7843, 11058, 10739, 7730, 10443, 9071, 7944, 10458, 7785, 9977, 10948, 7720, 10295, 9743, 8177, 10526, 7937, 9838, 7786, 9882, 11714, 7752, 9149, 12492, 8535, 9992, 7907, 8717, 10729, 10966, 7677, 10553, 11544, 7863, 10046, 7552, 9901, 10634, 7775, 9980, 12326, 7174, 9773, 10526, 8778, 9401, 7400, 9290, 10980, 7881, 7890, 10605, 7529, 9212, 7362, 8591, 7378, 9461, 11034, 9964, 8123, 10985, 11036, 7775, 10187, 7795, 10021, 12224, 7543, 9735, 11492, 8321, 9110, 7526, 8774, 7628, 7678, 10797, 12478, 7941, 9973, 11706, 8483, 10388, 7761, 9547, 12146, 7617, 9795, 12354, 7430, 8503, 10462, 7505, 9473, 10877, 7234, 9871, 11657, 7609, 8887, 10568, 7515, 9357, 7160, 8336, 10748, 7505, 7703, 10821, 6836, 8486, 7409, 7683, 11448, 8123, 10225, 12106, 8984, 8837], 'WindowCenter': [4237.0, 4252.0, 4259.0, 4216.0, 4212.0, 4235.0, 4190.0, 4199.0, 4221.0, 4178.0, 4222.0, 4189.0, 4201.0, 4244.0, 4204.0, 4229.0, 4245.0, 4217.0, 4238.0, 4216.0, 4237.0, 4257.0, 4234.0, 4214.0, 4242.0, 4265.0, 4211.0, 4224.0, 4190.0, 4212.0, 4232.0, 4192.0, 4243.0, 4252.0, 4205.0, 4226.0, 4244.0, 4214.0, 4224.0, 4202.0, 4224.0, 4255.0, 4232.0, 4214.0, 4244.0, 4224.0, 4216.0, 4241.0, 4192.0, 4211.0, 4231.0, 4203.0, 4226.0, 4242.0, 4224.0, 4222.0, 4205.0, 4235.0, 4255.0, 4222.0, 4215.0, 4245.0, 4231.0, 4203.0, 4229.0, 4190.0, 4212.0, 4232.0, 4193.0, 4214.0, 4233.0, 4192.0, 4201.0, 4231.0, 4191.0, 4222.0, 4231.0, 4192.0, 4213.0, 4242.0, 4213.0, 4211.0, 4191.0, 4201.0, 4244.0, 4251.0, 4200.0, 4224.0, 4240.0, 4201.0, 4221.0, 4189.0, 4203.0, 4233.0, 4178.0, 4212.0, 4231.0, 4191.0, 4223.0, 4204.0, 4236.0, 4244.0, 4226.0, 4256.0, 4266.0, 4233.0, 4224.0, 4204.0, 4235.0, 4201.0, 4227.0, 4271.0, 4265.0, 4236.0, 4243.0, 4203.0, 4234.0, 4193.0, 4235.0, 4267.0, 4252.0, 4221.0, 4231.0, 4190.0, 4222.0, 4242.0, 4188.0, 4200.0, 4230.0, 4200.0, 4201.0, 4220.0, 4180.0, 4210.0, 4219.0, 4179.0, 4222.0, 4240.0, 4212.0, 4232.0, 4240.0, 4213.0, 4218.0, 4191.0, 4223.0, 4230.0, 4224.0, 4245.0, 4265.0, 4223.0, 4242.0, 4203.0, 4235.0, 4253.0, 4222.0, 4247.0, 4254.0, 4222.0, 4222.0, 4191.0, 4221.0, 4202.0, 4213.0, 4244.0, 4266.0, 4224.0, 4235.0, 4204.0, 4226.0, 4211.0, 4205.0, 4244.0, 4267.0, 4225.0, 4247.0, 4203.0, 4234.0, 4204.0, 4237.0, 4256.0, 4242.0, 4216.0, 4247.0, 4242.0, 4213.0, 4241.0, 4192.0, 4224.0, 4231.0, 4210.0, 4235.0, 4242.0, 4211.0, 4233.0, 4189.0, 4223.0, 4234.0, 4192.0, 4222.0, 4232.0, 4216.0, 4235.0, 4242.0, 4224.0, 4231.0, 4202.0, 4244.0, 4254.0, 4225.0, 4247.0, 4253.0, 4226.0, 4232.0, 4203.0, 4245.0, 4243.0, 4226.0, 4246.0, 4265.0, 4226.0, 4243.0, 4215.0, 4248.0, 4264.0, 4215.0, 4246.0, 4265.0, 4233.0, 4221.0, 4191.0, 4223.0, 4234.0, 4200.0, 4215.0, 4245.0, 4201.0, 4224.0, 4240.0, 4202.0, 4234.0, 4193.0, 4247.0, 4254.0, 4224.0, 4236.0, 4205.0, 4246.0, 4254.0, 4236.0, 4258.0, 4266.0, 4234.0, 4222.0, 4191.0, 4213.0, 4241.0, 4191.0, 4233.0, 4253.0, 4212.0, 4222.0, 4193.0, 4211.0, 4234.0, 4191.0, 4201.0, 4231.0, 4201.0, 4223.0, 4231.0, 4224.0, 4233.0, 4192.0, 4222.0, 4242.0, 4202.0, 4244.0, 4253.0, 4223.0, 4232.0, 4204.0, 4222.0, 4202.0, 4235.0, 4257.0, 4225.0, 4225.0, 4243.0, 4213.0, 4232.0, 4203.0, 4234.0, 4244.0, 4216.0, 4225.0, 4233.0, 4215.0, 4223.0, 4194.0, 4237.0, 4246.0, 4237.0, 4259.0, 4257.0, 4227.0, 4245.0, 4216.0, 4235.0, 4215.0, 4259.0, 4278.0, 4236.0, 4236.0, 4244.0, 4204.0, 4232.0, 4203.0, 4235.0, 4256.0, 4214.0, 4223.0, 4233.0, 4205.0, 4246.0, 4252.0, 4227.0, 4247.0, 4242.0, 4213.0, 4240.0, 4202.0, 4232.0, 4252.0, 4201.0, 4224.0, 4241.0, 4202.0, 4223.0, 4190.0, 4202.0, 4232.0, 4193.0, 4235.0, 4254.0, 4203.0, 4235.0, 4203.0, 4224.0, 4245.0, 4212.0, 4213.0, 4243.0, 4213.0, 4223.0, 4191.0, 4213.0, 4230.0, 4213.0, 4246.0, 4264.0, 4223.0, 4223.0, 4210.0, 4202.0, 4232.0, 4239.0, 4199.0, 4230.0, 4252.0, 4212.0, 4221.0, 4201.0, 4212.0, 4228.0, 4200.0, 4221.0, 4241.0, 4213.0, 4223.0, 4240.0, 4202.0, 4212.0, 4192.0, 4214.0, 4233.0, 4189.0, 4214.0, 4235.0, 4232.0, 4203.0, 4232.0, 4201.0, 4232.0, 4242.0, 4213.0, 4246.0, 4265.0, 4215.0, 4246.0, 4203.0, 4225.0, 4191.0, 4214.0, 4233.0, 4215.0, 4259.0, 4268.0, 4236.0, 4236.0, 4205.0, 4236.0, 4255.0, 4227.0, 4226.0, 4246.0, 4202.0, 4226.0, 4204.0, 4227.0, 4224.0, 4236.0, 4271.0, 4267.0, 4245.0, 4244.0, 4203.0, 4214.0, 4233.0, 4203.0, 4224.0, 4253.0, 4204.0, 4223.0, 4251.0, 4212.0, 4242.0, 4200.0, 4212.0, 4232.0, 4219.0, 4212.0, 4243.0, 4190.0, 4201.0, 4231.0, 4192.0, 4220.0, 4203.0, 4234.0, 4256.0, 4212.0, 4215.0, 4244.0, 4202.0, 4214.0, 4220.0, 4192.0, 4244.0, 4250.0, 4212.0, 4246.0, 4253.0, 4213.0, 4232.0, 4214.0, 4233.0, 4213.0, 4234.0, 4269.0, 4258.0, 4224.0, 4243.0, 4203.0, 4223.0, 4201.0, 4213.0, 4245.0, 4263.0, 4225.0, 4225.0, 4243.0, 4224.0, 4232.0, 4201.0, 4201.0, 4231.0, 4201.0, 4225.0, 4246.0, 4200.0, 4213.0, 4232.0, 4203.0, 4236.0, 4241.0, 4203.0, 4245.0, 4243.0, 4213.0, 4235.0, 4202.0, 4225.0, 4235.0, 4204.0, 4248.0, 4255.0, 4214.0, 4237.0, 4205.0, 4237.0, 4256.0, 4228.0, 4248.0, 4267.0, 4246.0, 4245.0, 4214.0, 4247.0, 4214.0, 4248.0, 4269.0, 4245.0, 4225.0, 4243.0, 4203.0, 4236.0, 4251.0, 4200.0, 4223.0, 4239.0, 4215.0, 4223.0, 4229.0, 4213.0, 4231.0, 4202.0, 4224.0, 4231.0, 4213.0, 4248.0, 4254.0, 4214.0, 4234.0, 4216.0, 4235.0, 4242.0, 4212.0, 4237.0, 4265.0, 4226.0, 4233.0, 4205.0, 4224.0, 4215.0, 4235.0, 4217.0, 4251.0, 4281.0, 4266.0, 4236.0, 4227.0, 4233.0, 4215.0, 4236.0, 4254.0, 4214.0, 4215.0, 4231.0, 4201.0, 4213.0, 4241.0, 4200.0, 4212.0, 4229.0, 4205.0, 4224.0, 4231.0, 4212.0, 4223.0, 4202.0, 4224.0, 4245.0, 4242.0, 4226.0, 4246.0, 4252.0, 4213.0, 4223.0, 4191.0, 4202.0, 4233.0, 4199.0, 4213.0, 4244.0, 4201.0, 4212.0, 4232.0, 4202.0, 4233.0, 4252.0, 4212.0, 4235.0, 4253.0, 4216.0, 4244.0, 4232.0, 4222.0, 4232.0, 4214.0, 4234.0, 4216.0, 4248.0, 4269.0, 4269.0, 4237.0, 4246.0, 4205.0, 4216.0, 4244.0, 4212.0, 4214.0, 4247.0, 4244.0, 4216.0, 4247.0, 4204.0, 4218.0, 4243.0, 4215.0, 4246.0, 4268.0, 4229.0, 4218.0, 4245.0, 4239.0, 4236.0, 4216.0, 4236.0, 4269.0, 4239.0, 4228.0, 4245.0, 4227.0, 4234.0, 4214.0, 4237.0, 4269.0, 4267.0, 4228.0, 4248.0, 4253.0, 4216.0, 4244.0, 4203.0, 4202.0, 4246.0, 4215.0, 4225.0, 4242.0, 4228.0, 4244.0, 4216.0, 4247.0, 4265.0, 4217.0, 4226.0, 4256.0, 4213.0, 4215.0, 4222.0, 4225.0, 4245.0, 4265.0, 4226.0, 4236.0, 4241.0, 4235.0, 4224.0, 4212.0, 4235.0, 4257.0, 4223.0, 4215.0, 4245.0, 4213.0, 4204.0, 4231.0, 4214.0, 4235.0, 4254.0, 4215.0, 4226.0, 4243.0, 4202.0, 4212.0, 4241.0, 4212.0, 4221.0, 4252.0, 4215.0, 4224.0, 4242.0, 4214.0, 4244.0, 4203.0, 4225.0, 4246.0, 4228.0, 4228.0, 4243.0, 4226.0, 4244.0, 4226.0, 4237.0, 4266.0, 4235.0, 4227.0, 4245.0, 4202.0, 4214.0, 4212.0, 4214.0, 4244.0, 4254.0, 4213.0, 4256.0, 4253.0, 4213.0, 4233.0, 4215.0, 4237.0, 4251.0, 4214.0, 4248.0, 4255.0, 4214.0, 4212.0, 4251.0, 4212.0, 4233.0, 4251.0, 4201.0, 4213.0, 4242.0, 4201.0, 4201.0, 4230.0, 4200.0, 4223.0, 4231.0, 4202.0, 4236.0, 4244.0, 4201.0, 4222.0, 4202.0, 4225.0, 4247.0, 4252.0, 4215.0, 4246.0, 4252.0, 4212.0, 4224.0, 4210.0, 4213.0, 4245.0, 4253.0, 4226.0, 4245.0, 4213.0, 4211.0, 4242.0, 4214.0, 4245.0, 4254.0, 4214.0, 4257.0, 4267.0, 4215.0, 4214.0, 4213.0, 4214.0, 4233.0, 4226.0, 4257.0, 4281.0, 4237.0, 4215.0, 4244.0, 4214.0, 4235.0, 4211.0, 4225.0, 4259.0, 4235.0, 4214.0, 4243.0, 4226.0, 4243.0, 4225.0, 4247.0, 4267.0, 4246.0, 4226.0, 4245.0, 4202.0, 4224.0, 4232.0, 4212.0, 4233.0, 4240.0, 4214.0, 4246.0, 4252.0, 4234.0, 4235.0, 4214.0, 4236.0, 4243.0, 4226.0, 4259.0, 4268.0, 4228.0, 4257.0, 4215.0, 4236.0, 4254.0, 4216.0, 4246.0, 4256.0, 4236.0, 4226.0, 4255.0, 4214.0, 4236.0, 4210.0, 4214.0, 4243.0, 4254.0, 4225.0, 4256.0, 4264.0, 4213.0, 4234.0, 4214.0, 4215.0, 4244.0, 4205.0, 4215.0, 4244.0, 4203.0, 4215.0, 4213.0, 4216.0, 4256.0, 4266.0, 4226.0, 4257.0, 4204.0, 4224.0, 4213.0, 4226.0, 4257.0, 4213.0, 4224.0, 4258.0, 4246.0, 4214.0, 4233.0, 4223.0, 4234.0, 4213.0, 4237.0, 4258.0, 4266.0, 4226.0, 4244.0, 4213.0, 4213.0, 4232.0, 4212.0, 4235.0, 4252.0, 4213.0, 4247.0, 4255.0, 4225.0, 4234.0, 4214.0, 4237.0, 4253.0, 4214.0, 4257.0, 4267.0, 4225.0, 4246.0, 4225.0, 4235.0, 4244.0, 4225.0, 4248.0, 4267.0, 4236.0, 4213.0, 4242.0, 4222.0, 4222.0, 4220.0, 4214.0, 4244.0, 4266.0, 4214.0, 4235.0, 4214.0, 4224.0, 4232.0, 4215.0, 4245.0, 4255.0, 4229.0, 4258.0, 4214.0, 4227.0, 4214.0, 4224.0, 4226.0, 4248.0, 4270.0, 4269.0, 4239.0, 4247.0, 4244.0, 4216.0, 4233.0, 4212.0, 4215.0, 4244.0, 4214.0, 4214.0, 4232.0, 4214.0, 4232.0, 4212.0, 4224.0, 4244.0, 4213.0, 4236.0, 4255.0, 4213.0, 4235.0, 4213.0, 4224.0, 4245.0, 4212.0, 4238.0, 4268.0, 4214.0, 4224.0, 4242.0, 4212.0, 4233.0, 4251.0, 4211.0, 4245.0, 4253.0, 4212.0, 4223.0, 4212.0, 4236.0, 4212.0, 4227.0, 4246.0, 4255.0, 4227.0, 4246.0, 4253.0, 4224.0, 4241.0, 4216.0, 4235.0, 4254.0, 4223.0, 4216.0, 4246.0, 4202.0, 4223.0, 4241.0, 4213.0, 4232.0, 4212.0, 4224.0, 4247.0, 4245.0, 4217.0, 4246.0, 4215.0, 4236.0, 4216.0, 4238.0, 4230.0, 4253.0, 4281.0, 4267.0, 4249.0, 4257.0, 4239.0, 4244.0, 4227.0, 4248.0, 4256.0, 4215.0, 4227.0, 4255.0, 4227.0, 4234.0, 4225.0, 4235.0, 4252.0, 4225.0, 4245.0, 4265.0, 4236.0, 4244.0, 4212.0, 4224.0, 4212.0, 4225.0, 4255.0, 4212.0, 4223.0, 4245.0, 4203.0, 4223.0, 4211.0, 4213.0, 4232.0, 4214.0, 4235.0, 4254.0, 4227.0, 4258.0, 4266.0, 4224.0, 4253.0, 4225.0, 4245.0, 4254.0, 4212.0, 4224.0, 4252.0, 4224.0, 4223.0, 4211.0, 4214.0, 4243.0, 4226.0, 4245.0, 4253.0, 4227.0, 4238.0, 4244.0, 4225.0, 4234.0, 4224.0, 4236.0, 4246.0, 4233.0, 4228.0, 4258.0, 4214.0, 4226.0, 4214.0, 4239.0, 4256.0, 4254.0, 4262.0, 4268.0, 4227.0, 4248.0, 4257.0, 4223.0, 4225.0, 4214.0, 4245.0, 4254.0, 4222.0, 4224.0, 4247.0, 4205.0, 4234.0, 4212.0, 4213.0, 4241.0, 4213.0, 4246.0, 4253.0, 4215.0, 4247.0, 4255.0, 4223.0, 4242.0, 4214.0, 4234.0, 4251.0, 4211.0, 4233.0, 4252.0, 4215.0, 4246.0, 4253.0, 4224.0, 4242.0, 4213.0, 4232.0, 4214.0, 4245.0, 4258.0, 4238.0, 4227.0, 4246.0, 4215.0, 4225.0, 4213.0, 4226.0, 4255.0, 4244.0, 4228.0, 4258.0, 4245.0, 4216.0, 4232.0, 4224.0, 4247.0, 4253.0, 4214.0, 4246.0, 4266.0, 4234.0, 4226.0, 4213.0, 4225.0, 4257.0, 4264.0, 4214.0, 4257.0, 4265.0, 4225.0, 4233.0, 4212.0, 4215.0, 4244.0, 4261.0, 4214.0, 4244.0, 4253.0, 4213.0, 4233.0, 4213.0, 4234.0, 4232.0, 4201.0, 4215.0, 4257.0, 4202.0, 4224.0, 4242.0, 4211.0, 4232.0, 4213.0, 4246.0, 4266.0, 4226.0, 4214.0, 4242.0, 4225.0, 4231.0, 4211.0, 4223.0, 4254.0, 4244.0, 4217.0, 4246.0, 4223.0, 4214.0, 4243.0, 4212.0, 4245.0, 4242.0, 4215.0, 4246.0, 4234.0, 4225.0, 4244.0, 4226.0, 4244.0, 4225.0, 4247.0, 4268.0, 4229.0, 4247.0, 4264.0, 4236.0, 4233.0, 4213.0, 4235.0, 4246.0, 4244.0, 4215.0, 4256.0, 4255.0, 4214.0, 4243.0, 4214.0, 4244.0, 4242.0, 4213.0, 4245.0, 4255.0, 4216.0, 4246.0, 4244.0, 4224.0, 4235.0, 4214.0, 4236.0, 4245.0, 4213.0, 4229.0, 4257.0, 4227.0, 4237.0, 4217.0, 4237.0, 4227.0, 4258.0, 4271.0, 4247.0, 4239.0, 4270.0, 4246.0, 4215.0, 4244.0, 4226.0, 4247.0, 4254.0, 4212.0, 4246.0, 4255.0, 4225.0, 4223.0, 4215.0, 4236.0, 4214.0, 4226.0, 4257.0, 4266.0, 4227.0, 4248.0, 4254.0, 4225.0, 4244.0, 4225.0, 4246.0, 4254.0, 4214.0, 4245.0, 4266.0, 4216.0, 4237.0, 4244.0, 4215.0, 4246.0, 4242.0, 4203.0, 4243.0, 4253.0, 4215.0, 4238.0, 4246.0, 4215.0, 4246.0, 4215.0, 4237.0, 4256.0, 4214.0, 4227.0, 4258.0, 4206.0, 4237.0, 4217.0, 4230.0, 4268.0, 4240.0, 4260.0, 4269.0, 4249.0, 4235.0], 'WindowWidth': [9414.0, 9423.0, 9424.0, 9358.0, 9347.0, 9379.0, 9315.0, 9325.0, 9354.0, 9296.0, 9356.0, 9313.0, 9332.0, 9392.0, 9340.0, 9380.0, 9397.0, 9362.0, 9389.0, 9360.0, 9389.0, 9416.0, 9379.0, 9351.0, 9389.0, 9421.0, 9345.0, 9365.0, 9316.0, 9346.0, 9373.0, 9321.0, 9390.0, 9402.0, 9342.0, 9371.0, 9391.0, 9355.0, 9364.0, 9336.0, 9369.0, 9410.0, 9374.0, 9355.0, 9394.0, 9365.0, 9355.0, 9385.0, 9320.0, 9346.0, 9373.0, 9335.0, 9371.0, 9387.0, 9367.0, 9361.0, 9341.0, 9382.0, 9412.0, 9360.0, 9356.0, 9393.0, 9371.0, 9335.0, 9364.0, 9314.0, 9346.0, 9373.0, 9322.0, 9352.0, 9376.0, 9319.0, 9332.0, 9370.0, 9318.0, 9360.0, 9370.0, 9321.0, 9351.0, 9386.0, 9348.0, 9344.0, 9318.0, 9332.0, 9392.0, 9399.0, 9329.0, 9364.0, 9381.0, 9329.0, 9354.0, 9312.0, 9334.0, 9374.0, 9295.0, 9346.0, 9372.0, 9320.0, 9363.0, 9341.0, 9386.0, 9395.0, 9373.0, 9415.0, 9428.0, 9379.0, 9366.0, 9340.0, 9382.0, 9335.0, 9375.0, 9442.0, 9425.0, 9387.0, 9390.0, 9337.0, 9379.0, 9322.0, 9381.0, 9430.0, 9403.0, 9357.0, 9369.0, 9314.0, 9358.0, 9383.0, 9308.0, 9325.0, 9365.0, 9328.0, 9327.0, 9352.0, 9300.0, 9338.0, 9350.0, 9297.0, 9357.0, 9381.0, 9347.0, 9374.0, 9380.0, 9347.0, 9349.0, 9316.0, 9362.0, 9370.0, 9368.0, 9398.0, 9425.0, 9364.0, 9389.0, 9338.0, 9380.0, 9404.0, 9361.0, 9401.0, 9409.0, 9361.0, 9360.0, 9319.0, 9360.0, 9334.0, 9352.0, 9395.0, 9428.0, 9370.0, 9382.0, 9340.0, 9369.0, 9346.0, 9343.0, 9395.0, 9428.0, 9371.0, 9401.0, 9338.0, 9380.0, 9341.0, 9387.0, 9416.0, 9390.0, 9356.0, 9401.0, 9388.0, 9348.0, 9385.0, 9319.0, 9365.0, 9370.0, 9343.0, 9382.0, 9390.0, 9346.0, 9378.0, 9316.0, 9362.0, 9377.0, 9320.0, 9360.0, 9373.0, 9361.0, 9382.0, 9388.0, 9368.0, 9372.0, 9336.0, 9394.0, 9406.0, 9371.0, 9403.0, 9406.0, 9371.0, 9374.0, 9340.0, 9396.0, 9391.0, 9374.0, 9401.0, 9425.0, 9373.0, 9392.0, 9357.0, 9404.0, 9421.0, 9357.0, 9401.0, 9422.0, 9377.0, 9358.0, 9317.0, 9363.0, 9381.0, 9329.0, 9355.0, 9394.0, 9332.0, 9366.0, 9384.0, 9336.0, 9379.0, 9325.0, 9403.0, 9409.0, 9369.0, 9386.0, 9343.0, 9398.0, 9407.0, 9387.0, 9422.0, 9428.0, 9378.0, 9359.0, 9317.0, 9347.0, 9383.0, 9318.0, 9377.0, 9403.0, 9347.0, 9359.0, 9322.0, 9345.0, 9377.0, 9315.0, 9330.0, 9371.0, 9332.0, 9362.0, 9370.0, 9365.0, 9374.0, 9322.0, 9361.0, 9387.0, 9336.0, 9393.0, 9403.0, 9362.0, 9373.0, 9339.0, 9362.0, 9335.0, 9382.0, 9418.0, 9370.0, 9366.0, 9390.0, 9351.0, 9373.0, 9336.0, 9378.0, 9394.0, 9359.0, 9369.0, 9375.0, 9355.0, 9364.0, 9326.0, 9386.0, 9397.0, 9390.0, 9422.0, 9415.0, 9376.0, 9397.0, 9360.0, 9384.0, 9359.0, 9421.0, 9450.0, 9386.0, 9385.0, 9393.0, 9339.0, 9373.0, 9335.0, 9381.0, 9414.0, 9353.0, 9364.0, 9376.0, 9342.0, 9397.0, 9401.0, 9375.0, 9400.0, 9387.0, 9350.0, 9382.0, 9333.0, 9373.0, 9400.0, 9331.0, 9366.0, 9386.0, 9333.0, 9360.0, 9315.0, 9333.0, 9374.0, 9323.0, 9384.0, 9407.0, 9337.0, 9383.0, 9337.0, 9368.0, 9397.0, 9346.0, 9353.0, 9392.0, 9349.0, 9362.0, 9318.0, 9349.0, 9371.0, 9351.0, 9401.0, 9423.0, 9363.0, 9362.0, 9340.0, 9333.0, 9374.0, 9379.0, 9324.0, 9369.0, 9402.0, 9346.0, 9356.0, 9330.0, 9346.0, 9363.0, 9328.0, 9357.0, 9384.0, 9350.0, 9364.0, 9381.0, 9331.0, 9345.0, 9319.0, 9352.0, 9376.0, 9313.0, 9353.0, 9383.0, 9373.0, 9336.0, 9375.0, 9333.0, 9375.0, 9387.0, 9350.0, 9397.0, 9427.0, 9359.0, 9398.0, 9337.0, 9369.0, 9320.0, 9355.0, 9379.0, 9361.0, 9423.0, 9432.0, 9385.0, 9386.0, 9343.0, 9387.0, 9412.0, 9375.0, 9374.0, 9397.0, 9336.0, 9370.0, 9340.0, 9374.0, 9369.0, 9388.0, 9443.0, 9433.0, 9397.0, 9395.0, 9336.0, 9351.0, 9375.0, 9336.0, 9364.0, 9404.0, 9342.0, 9364.0, 9399.0, 9347.0, 9387.0, 9329.0, 9346.0, 9375.0, 9351.0, 9347.0, 9391.0, 9314.0, 9330.0, 9370.0, 9321.0, 9356.0, 9340.0, 9381.0, 9414.0, 9348.0, 9356.0, 9395.0, 9332.0, 9351.0, 9356.0, 9323.0, 9392.0, 9398.0, 9348.0, 9399.0, 9404.0, 9350.0, 9372.0, 9354.0, 9376.0, 9350.0, 9380.0, 9437.0, 9417.0, 9366.0, 9389.0, 9337.0, 9363.0, 9331.0, 9350.0, 9397.0, 9420.0, 9372.0, 9367.0, 9389.0, 9367.0, 9372.0, 9331.0, 9332.0, 9373.0, 9333.0, 9370.0, 9397.0, 9330.0, 9349.0, 9374.0, 9337.0, 9383.0, 9386.0, 9337.0, 9398.0, 9392.0, 9351.0, 9383.0, 9336.0, 9371.0, 9383.0, 9343.0, 9407.0, 9412.0, 9355.0, 9389.0, 9344.0, 9389.0, 9411.0, 9380.0, 9407.0, 9429.0, 9399.0, 9396.0, 9356.0, 9401.0, 9355.0, 9405.0, 9440.0, 9398.0, 9368.0, 9389.0, 9336.0, 9382.0, 9398.0, 9328.0, 9361.0, 9381.0, 9355.0, 9365.0, 9366.0, 9350.0, 9371.0, 9333.0, 9364.0, 9371.0, 9351.0, 9407.0, 9409.0, 9354.0, 9380.0, 9357.0, 9382.0, 9389.0, 9349.0, 9389.0, 9426.0, 9371.0, 9375.0, 9341.0, 9367.0, 9359.0, 9386.0, 9364.0, 9417.0, 9459.0, 9431.0, 9387.0, 9375.0, 9376.0, 9353.0, 9385.0, 9407.0, 9355.0, 9354.0, 9371.0, 9331.0, 9349.0, 9383.0, 9329.0, 9346.0, 9367.0, 9345.0, 9367.0, 9370.0, 9348.0, 9363.0, 9336.0, 9367.0, 9396.0, 9387.0, 9372.0, 9400.0, 9402.0, 9347.0, 9363.0, 9318.0, 9333.0, 9376.0, 9324.0, 9353.0, 9395.0, 9333.0, 9347.0, 9374.0, 9335.0, 9377.0, 9399.0, 9348.0, 9381.0, 9403.0, 9360.0, 9396.0, 9375.0, 9361.0, 9376.0, 9354.0, 9382.0, 9361.0, 9405.0, 9441.0, 9438.0, 9388.0, 9399.0, 9341.0, 9357.0, 9393.0, 9348.0, 9352.0, 9402.0, 9395.0, 9361.0, 9401.0, 9341.0, 9366.0, 9393.0, 9359.0, 9400.0, 9434.0, 9383.0, 9366.0, 9396.0, 9396.0, 9385.0, 9361.0, 9389.0, 9437.0, 9398.0, 9380.0, 9398.0, 9376.0, 9383.0, 9356.0, 9391.0, 9437.0, 9435.0, 9380.0, 9405.0, 9406.0, 9360.0, 9395.0, 9335.0, 9335.0, 9398.0, 9359.0, 9370.0, 9389.0, 9378.0, 9395.0, 9360.0, 9402.0, 9427.0, 9364.0, 9375.0, 9415.0, 9350.0, 9355.0, 9363.0, 9369.0, 9397.0, 9423.0, 9374.0, 9386.0, 9387.0, 9381.0, 9364.0, 9350.0, 9383.0, 9416.0, 9365.0, 9359.0, 9398.0, 9348.0, 9340.0, 9373.0, 9353.0, 9382.0, 9406.0, 9360.0, 9372.0, 9391.0, 9334.0, 9348.0, 9384.0, 9347.0, 9358.0, 9401.0, 9357.0, 9367.0, 9387.0, 9354.0, 9392.0, 9338.0, 9370.0, 9399.0, 9381.0, 9378.0, 9393.0, 9373.0, 9395.0, 9375.0, 9389.0, 9430.0, 9385.0, 9378.0, 9397.0, 9334.0, 9352.0, 9346.0, 9353.0, 9394.0, 9406.0, 9351.0, 9413.0, 9406.0, 9349.0, 9376.0, 9357.0, 9386.0, 9398.0, 9354.0, 9406.0, 9412.0, 9351.0, 9348.0, 9398.0, 9347.0, 9376.0, 9397.0, 9333.0, 9353.0, 9389.0, 9329.0, 9331.0, 9369.0, 9328.0, 9363.0, 9372.0, 9336.0, 9387.0, 9392.0, 9332.0, 9361.0, 9336.0, 9370.0, 9401.0, 9404.0, 9356.0, 9399.0, 9403.0, 9349.0, 9366.0, 9343.0, 9350.0, 9396.0, 9405.0, 9373.0, 9397.0, 9347.0, 9346.0, 9389.0, 9353.0, 9396.0, 9406.0, 9355.0, 9417.0, 9429.0, 9355.0, 9355.0, 9351.0, 9355.0, 9379.0, 9373.0, 9418.0, 9456.0, 9391.0, 9357.0, 9394.0, 9355.0, 9383.0, 9345.0, 9372.0, 9423.0, 9383.0, 9354.0, 9394.0, 9374.0, 9393.0, 9373.0, 9405.0, 9432.0, 9401.0, 9374.0, 9396.0, 9332.0, 9364.0, 9373.0, 9347.0, 9377.0, 9382.0, 9353.0, 9400.0, 9404.0, 9380.0, 9383.0, 9354.0, 9386.0, 9392.0, 9374.0, 9423.0, 9435.0, 9378.0, 9417.0, 9358.0, 9387.0, 9407.0, 9358.0, 9399.0, 9414.0, 9386.0, 9373.0, 9408.0, 9352.0, 9384.0, 9343.0, 9354.0, 9392.0, 9406.0, 9371.0, 9415.0, 9422.0, 9351.0, 9380.0, 9352.0, 9356.0, 9395.0, 9342.0, 9359.0, 9394.0, 9336.0, 9355.0, 9352.0, 9359.0, 9414.0, 9427.0, 9375.0, 9416.0, 9339.0, 9369.0, 9353.0, 9372.0, 9417.0, 9352.0, 9368.0, 9420.0, 9400.0, 9351.0, 9377.0, 9365.0, 9380.0, 9353.0, 9387.0, 9419.0, 9426.0, 9372.0, 9393.0, 9348.0, 9351.0, 9373.0, 9347.0, 9382.0, 9402.0, 9352.0, 9403.0, 9411.0, 9369.0, 9381.0, 9356.0, 9387.0, 9405.0, 9354.0, 9417.0, 9430.0, 9370.0, 9401.0, 9369.0, 9384.0, 9393.0, 9370.0, 9404.0, 9432.0, 9386.0, 9350.0, 9387.0, 9361.0, 9361.0, 9353.0, 9351.0, 9392.0, 9427.0, 9357.0, 9381.0, 9352.0, 9368.0, 9375.0, 9356.0, 9398.0, 9411.0, 9382.0, 9418.0, 9354.0, 9375.0, 9354.0, 9369.0, 9375.0, 9406.0, 9442.0, 9438.0, 9396.0, 9400.0, 9391.0, 9357.0, 9377.0, 9346.0, 9354.0, 9392.0, 9353.0, 9353.0, 9373.0, 9352.0, 9375.0, 9346.0, 9366.0, 9392.0, 9352.0, 9387.0, 9411.0, 9351.0, 9383.0, 9349.0, 9367.0, 9395.0, 9348.0, 9391.0, 9434.0, 9351.0, 9365.0, 9388.0, 9346.0, 9377.0, 9398.0, 9342.0, 9395.0, 9404.0, 9348.0, 9362.0, 9348.0, 9383.0, 9349.0, 9373.0, 9399.0, 9411.0, 9377.0, 9400.0, 9402.0, 9367.0, 9385.0, 9356.0, 9382.0, 9407.0, 9363.0, 9358.0, 9398.0, 9334.0, 9362.0, 9386.0, 9349.0, 9375.0, 9349.0, 9368.0, 9401.0, 9397.0, 9364.0, 9400.0, 9357.0, 9387.0, 9360.0, 9392.0, 9393.0, 9423.0, 9460.0, 9432.0, 9408.0, 9414.0, 9394.0, 9394.0, 9377.0, 9406.0, 9416.0, 9356.0, 9374.0, 9413.0, 9375.0, 9380.0, 9369.0, 9383.0, 9403.0, 9368.0, 9397.0, 9426.0, 9385.0, 9391.0, 9347.0, 9365.0, 9348.0, 9369.0, 9410.0, 9346.0, 9365.0, 9397.0, 9335.0, 9361.0, 9343.0, 9351.0, 9375.0, 9354.0, 9384.0, 9408.0, 9376.0, 9420.0, 9425.0, 9367.0, 9404.0, 9369.0, 9395.0, 9405.0, 9345.0, 9362.0, 9403.0, 9367.0, 9361.0, 9343.0, 9352.0, 9390.0, 9372.0, 9397.0, 9408.0, 9377.0, 9392.0, 9393.0, 9370.0, 9380.0, 9367.0, 9385.0, 9399.0, 9376.0, 9381.0, 9418.0, 9352.0, 9369.0, 9353.0, 9395.0, 9416.0, 9429.0, 9433.0, 9437.0, 9379.0, 9406.0, 9415.0, 9365.0, 9367.0, 9355.0, 9398.0, 9410.0, 9360.0, 9367.0, 9402.0, 9343.0, 9378.0, 9346.0, 9351.0, 9385.0, 9353.0, 9399.0, 9406.0, 9356.0, 9402.0, 9411.0, 9364.0, 9388.0, 9353.0, 9381.0, 9399.0, 9345.0, 9377.0, 9400.0, 9355.0, 9398.0, 9405.0, 9364.0, 9386.0, 9351.0, 9373.0, 9354.0, 9399.0, 9419.0, 9394.0, 9378.0, 9399.0, 9358.0, 9370.0, 9353.0, 9373.0, 9412.0, 9393.0, 9381.0, 9421.0, 9397.0, 9358.0, 9376.0, 9368.0, 9400.0, 9405.0, 9355.0, 9402.0, 9428.0, 9382.0, 9371.0, 9352.0, 9370.0, 9417.0, 9422.0, 9355.0, 9416.0, 9424.0, 9368.0, 9378.0, 9347.0, 9355.0, 9392.0, 9413.0, 9354.0, 9396.0, 9405.0, 9352.0, 9377.0, 9349.0, 9379.0, 9375.0, 9329.0, 9356.0, 9414.0, 9334.0, 9365.0, 9387.0, 9347.0, 9372.0, 9350.0, 9397.0, 9430.0, 9375.0, 9353.0, 9387.0, 9368.0, 9372.0, 9345.0, 9364.0, 9406.0, 9394.0, 9362.0, 9399.0, 9363.0, 9352.0, 9389.0, 9348.0, 9394.0, 9387.0, 9357.0, 9400.0, 9380.0, 9371.0, 9396.0, 9373.0, 9394.0, 9372.0, 9402.0, 9435.0, 9385.0, 9404.0, 9421.0, 9386.0, 9378.0, 9351.0, 9383.0, 9400.0, 9392.0, 9357.0, 9415.0, 9410.0, 9351.0, 9391.0, 9353.0, 9394.0, 9389.0, 9351.0, 9398.0, 9409.0, 9361.0, 9399.0, 9393.0, 9366.0, 9383.0, 9354.0, 9385.0, 9397.0, 9351.0, 9382.0, 9418.0, 9377.0, 9389.0, 9365.0, 9391.0, 9378.0, 9421.0, 9444.0, 9405.0, 9396.0, 9438.0, 9398.0, 9357.0, 9395.0, 9374.0, 9402.0, 9409.0, 9349.0, 9400.0, 9410.0, 9369.0, 9363.0, 9354.0, 9386.0, 9353.0, 9373.0, 9418.0, 9428.0, 9378.0, 9405.0, 9405.0, 9366.0, 9391.0, 9371.0, 9400.0, 9407.0, 9352.0, 9395.0, 9424.0, 9360.0, 9388.0, 9393.0, 9356.0, 9399.0, 9387.0, 9338.0, 9392.0, 9407.0, 9358.0, 9392.0, 9398.0, 9356.0, 9399.0, 9358.0, 9389.0, 9414.0, 9354.0, 9377.0, 9421.0, 9348.0, 9390.0, 9364.0, 9383.0, 9434.0, 9401.0, 9427.0, 9437.0, 9410.0, 9384.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.0004095833333333333</td></tr>
<tr><td colspan=3>aqi</td><td>0.023571513734567902</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.03706894213129</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2200175442934376</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9835201233667974</td></tr>
<tr><td colspan=3>efc</td><td>0.4574</td></tr>
<tr><td colspan=3>fber</td><td>6221.479</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09800609217115527</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>60</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>4.62962962962963</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.542870549614862</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.549756393754525</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6297921191190516</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4490631359710084</td></tr>
<tr><td colspan=3>gcor</td><td>0.00785877</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011198621243238449</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.016556624323129654</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1296</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.031196637543954</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.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>27.8837</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>39.0796</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>161.9095</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>305321.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>774.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>324.854</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.909</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>508.7602</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3498.7755</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3699.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71223.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1219.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4505.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>917.5871</td></tr>
<tr><td colspan=3>tsnr</td><td>42.162169916555285</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>