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

<script>
var timestamp = Date.now()

function read_form() {
    var ds = "<unset>";
    var sub = "sub-0112_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz";

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0112/ses-01/func/sub-0112_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>cebb22ba6a77056f0c87b6fde36c45ca</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:03:20.707500</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.99455, 0.0217364, 0.101972, -0.0288227, 0.997232, 0.0685426]</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-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0850945</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7815, -7284, 161, -134, -91, -110, 43]</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>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>4c3f67a7-10e3-4771-8fff-30f58d77993c||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.668304443359375, -0.07732916623353958, 0.27053916454315186, 107.93890380859375], [-0.058317042887210846, 2.67549991607666, 0.19199207425117493, -90.19757843017578], [0.27358299493789673, -0.18389490246772766, 2.6795425415039062, -91.74288177490234], [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, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['210320.707500', '210321.167500', '210321.627500', '210322.087500', '210322.547500', '210323.007500', '210323.467500', '210323.927500', '210324.387500', '210324.847500', '210325.307500', '210325.767500', '210326.227500', '210326.687500', '210327.147500', '210327.607500', '210328.067500', '210328.527500', '210328.987500', '210329.447500', '210329.907500', '210330.367500', '210330.827500', '210331.287500', '210331.747500', '210332.207500', '210332.667500', '210333.127500', '210333.587500', '210334.047500', '210334.507500', '210334.967500', '210335.427500', '210335.887500', '210336.347500', '210336.807500', '210337.267500', '210337.727500', '210338.187500', '210338.647500', '210339.107500', '210339.567500', '210340.027500', '210340.487500', '210340.947500', '210341.407500', '210341.867500', '210342.327500', '210342.787500', '210343.247500', '210343.707500', '210344.167500', '210344.627500', '210345.087500', '210345.547500', '210346.007500', '210346.467500', '210346.927500', '210347.387500', '210347.847500', '210348.307500', '210348.767500', '210349.227500', '210349.687500', '210350.147500', '210350.607500', '210351.067500', '210351.527500', '210351.987500', '210352.447500', '210352.907500', '210353.367500', '210353.827500', '210354.287500', '210354.747500', '210355.207500', '210355.667500', '210356.127500', '210356.587500', '210357.047500', '210357.507500', '210357.967500', '210358.427500', '210358.887500', '210359.347500', '210359.807500', '210400.267500', '210400.727500', '210401.187500', '210401.647500', '210402.107500', '210402.567500', '210403.027500', '210403.487500', '210403.947500', '210404.407500', '210404.867500', '210405.327500', '210405.787500', '210406.247500', '210406.707500', '210407.167500', '210407.627500', '210408.087500', '210408.547500', '210409.007500', '210409.467500', '210409.927500', '210410.387500', '210410.847500', '210411.307500', '210411.767500', '210412.227500', '210412.687500', '210413.147500', '210413.607500', '210414.067500', '210414.527500', '210414.987500', '210415.447500', '210415.907500', '210416.367500', '210416.827500', '210417.287500', '210417.747500', '210418.207500', '210418.667500', '210419.127500', '210419.587500', '210420.047500', '210420.507500', '210420.967500', '210421.427500', '210421.887500', '210422.347500', '210422.807500', '210423.267500', '210423.727500', '210424.187500', '210424.647500', '210425.107500', '210425.567500', '210426.027500', '210426.487500', '210426.947500', '210427.407500', '210427.867500', '210428.327500', '210428.787500', '210429.247500', '210429.707500', '210430.167500', '210430.627500', '210431.087500', '210431.547500', '210432.007500', '210432.467500', '210432.927500', '210433.387500', '210433.847500', '210434.307500', '210434.767500', '210435.227500', '210435.687500', '210436.147500', '210436.607500', '210437.067500', '210437.527500', '210437.987500', '210438.447500', '210438.907500', '210439.367500', '210439.827500', '210440.287500', '210440.747500', '210441.207500', '210441.667500', '210442.127500', '210442.587500', '210443.047500', '210443.507500', '210443.967500', '210444.427500', '210444.887500', '210445.347500', '210445.807500', '210446.267500', '210446.727500', '210447.187500', '210447.647500', '210448.107500', '210448.567500', '210449.027500', '210449.487500', '210449.947500', '210450.407500', '210450.867500', '210451.327500', '210451.787500', '210452.247500', '210452.707500', '210453.167500', '210453.627500', '210454.087500', '210454.547500', '210455.007500', '210455.467500', '210455.927500', '210456.387500', '210456.847500', '210457.307500', '210457.767500', '210458.227500', '210458.687500', '210459.147500', '210459.607500', '210500.067500', '210500.527500', '210500.987500', '210501.447500', '210501.907500', '210502.367500', '210502.827500', '210503.287500', '210503.747500', '210504.207500', '210504.667500', '210505.127500', '210505.587500', '210506.047500', '210506.507500', '210506.967500', '210507.427500', '210507.887500', '210508.347500', '210508.807500', '210509.267500', '210509.727500', '210510.187500', '210510.647500', '210511.107500', '210511.567500', '210512.027500', '210512.487500', '210512.947500', '210513.407500', '210513.867500', '210514.327500', '210514.787500', '210515.247500', '210515.707500', '210516.167500', '210516.627500', '210517.087500', '210517.547500', '210518.007500', '210518.467500', '210518.927500', '210519.387500', '210519.847500', '210520.307500', '210520.767500', '210521.227500', '210521.687500', '210522.147500', '210522.607500', '210523.067500', '210523.527500', '210523.987500', '210524.447500', '210524.907500', '210525.367500', '210525.827500', '210526.287500', '210526.747500', '210527.207500', '210527.667500', '210528.127500', '210528.587500', '210529.047500', '210529.507500', '210529.967500', '210530.427500', '210530.887500', '210531.347500', '210531.807500', '210532.267500', '210532.727500', '210533.187500', '210533.647500', '210534.107500', '210534.567500', '210535.027500', '210535.487500', '210535.947500', '210536.407500', '210536.867500', '210537.327500', '210537.787500', '210538.247500', '210538.707500', '210539.167500', '210539.627500', '210540.087500', '210540.547500', '210541.007500', '210541.467500', '210541.927500', '210542.387500', '210542.847500', '210543.307500', '210543.767500', '210544.227500', '210544.687500', '210545.147500', '210545.607500', '210546.067500', '210546.527500', '210546.987500', '210547.447500', '210547.907500', '210548.367500', '210548.827500', '210549.287500', '210549.747500', '210550.207500', '210550.667500', '210551.127500', '210551.587500', '210552.047500', '210552.507500', '210552.967500', '210553.427500', '210553.887500', '210554.347500', '210554.807500', '210555.267500', '210555.727500', '210556.187500', '210556.647500', '210557.107500', '210557.567500', '210558.027500', '210558.487500', '210558.947500', '210559.407500', '210559.867500', '210600.327500', '210600.787500', '210601.247500', '210601.707500', '210602.167500', '210602.627500', '210603.087500', '210603.547500', '210604.007500', '210604.467500', '210604.927500', '210605.387500', '210605.847500', '210606.307500', '210606.767500', '210607.227500', '210607.687500', '210608.147500', '210608.607500', '210609.067500', '210609.527500', '210609.987500', '210610.447500', '210610.907500', '210611.367500', '210611.827500', '210612.287500', '210612.747500', '210613.207500', '210613.667500', '210614.127500', '210614.587500', '210615.047500', '210615.507500', '210615.967500', '210616.427500', '210616.887500', '210617.347500', '210617.807500', '210618.267500', '210618.727500', '210619.187500', '210619.647500', '210620.107500', '210620.567500', '210621.027500', '210621.487500', '210621.947500', '210622.407500', '210622.867500', '210623.327500', '210623.787500', '210624.247500', '210624.707500', '210625.167500', '210625.627500', '210626.087500', '210626.547500', '210627.007500', '210627.467500', '210627.927500', '210628.387500', '210628.847500', '210629.307500', '210629.767500', '210630.227500', '210630.687500', '210631.147500', '210631.607500', '210632.067500', '210632.527500', '210632.987500', '210633.447500', '210633.907500', '210634.367500', '210634.827500', '210635.287500', '210635.747500', '210636.207500', '210636.667500', '210637.127500', '210637.587500', '210638.047500', '210638.507500', '210638.967500', '210639.427500', '210639.887500', '210640.347500', '210640.807500', '210641.267500', '210641.727500', '210642.187500', '210642.647500', '210643.107500', '210643.567500', '210644.027500', '210644.487500', '210644.947500', '210645.407500', '210645.867500', '210646.327500', '210646.787500', '210647.247500', '210647.707500', '210648.167500', '210648.627500', '210649.087500', '210649.547500', '210650.007500', '210650.467500', '210650.927500', '210651.387500', '210651.847500', '210652.307500', '210652.767500', '210653.227500', '210653.687500', '210654.147500', '210654.607500', '210655.067500', '210655.527500', '210655.987500', '210656.447500', '210656.907500', '210657.367500', '210657.827500', '210658.287500', '210658.747500', '210659.207500', '210659.667500', '210700.127500', '210700.587500', '210701.047500', '210701.507500', '210701.967500', '210702.427500', '210702.887500', '210703.347500', '210703.807500', '210704.267500', '210704.727500', '210705.187500', '210705.647500', '210706.107500', '210706.567500', '210707.027500', '210707.487500', '210707.947500', '210708.407500', '210708.867500', '210709.327500', '210709.787500', '210710.247500', '210710.707500', '210711.167500', '210711.627500', '210712.087500', '210712.547500', '210713.007500', '210713.467500', '210713.927500', '210714.387500', '210714.847500', '210715.307500', '210715.767500', '210716.227500', '210716.687500', '210717.147500', '210717.607500', '210718.067500', '210718.527500', '210718.987500', '210719.447500', '210719.907500', '210720.367500', '210720.827500', '210721.287500', '210721.747500', '210722.207500', '210722.667500', '210723.127500', '210723.587500', '210724.047500', '210724.507500', '210724.967500', '210725.427500', '210725.887500', '210726.347500', '210726.807500', '210727.267500', '210727.727500', '210728.187500', '210728.647500', '210729.107500', '210729.567500', '210730.027500', '210730.487500', '210730.947500', '210731.407500', '210731.867500', '210732.327500', '210732.787500', '210733.247500', '210733.707500', '210734.167500', '210734.627500', '210735.087500', '210735.547500', '210736.007500', '210736.467500', '210736.927500', '210737.387500', '210737.847500', '210738.307500', '210738.767500', '210739.227500', '210739.687500', '210740.147500', '210740.607500', '210741.067500', '210741.527500', '210741.987500', '210742.447500', '210742.907500', '210743.367500', '210743.827500', '210744.287500', '210744.747500', '210745.207500', '210745.667500', '210746.127500', '210746.587500', '210747.047500', '210747.507500', '210747.967500', '210748.427500', '210748.887500', '210749.347500', '210749.807500', '210750.267500', '210750.727500', '210751.187500', '210751.647500', '210752.107500', '210752.567500', '210753.027500', '210753.487500', '210753.947500', '210754.407500', '210754.867500', '210755.327500', '210755.787500', '210756.247500', '210756.707500', '210757.167500', '210757.627500', '210758.087500', '210758.547500', '210759.007500', '210759.467500', '210759.927500', '210800.387500', '210800.847500', '210801.307500', '210801.767500', '210802.227500', '210802.687500', '210803.147500', '210803.607500', '210804.067500', '210804.527500', '210804.987500', '210805.447500', '210805.907500', '210806.367500', '210806.827500', '210807.287500', '210807.747500', '210808.207500', '210808.667500', '210809.127500', '210809.587500', '210810.047500', '210810.507500', '210810.967500', '210811.427500', '210811.887500', '210812.347500', '210812.807500', '210813.267500', '210813.727500', '210814.187500', '210814.647500', '210815.107500', '210815.567500', '210816.027500', '210816.487500', '210816.947500', '210817.407500', '210817.867500', '210818.327500', '210818.787500', '210819.247500', '210819.707500', '210820.167500', '210820.627500', '210821.087500', '210821.547500', '210822.007500', '210822.467500', '210822.927500', '210823.387500', '210823.847500', '210824.307500', '210824.767500', '210825.227500', '210825.687500', '210826.147500', '210826.607500', '210827.067500', '210827.527500', '210827.987500', '210828.447500', '210828.907500', '210829.367500', '210829.827500', '210830.287500', '210830.747500', '210831.207500', '210831.667500', '210832.127500', '210832.587500', '210833.047500', '210833.507500', '210833.967500', '210834.427500', '210834.887500', '210835.347500', '210835.807500', '210836.267500', '210836.727500', '210837.187500', '210837.647500', '210838.107500', '210838.567500', '210839.027500', '210839.487500', '210839.947500', '210840.407500', '210840.867500', '210841.327500', '210841.787500', '210842.247500', '210842.707500', '210843.167500', '210843.627500', '210844.087500', '210844.547500', '210845.007500', '210845.467500', '210845.927500', '210846.387500', '210846.847500', '210847.307500', '210847.767500', '210848.227500', '210848.687500', '210849.147500', '210849.607500', '210850.067500', '210850.527500', '210850.987500', '210851.447500', '210851.907500', '210852.367500', '210852.827500', '210853.287500', '210853.747500', '210854.207500', '210854.667500', '210855.127500', '210855.587500', '210856.047500', '210856.507500', '210856.967500', '210857.427500', '210857.887500', '210858.347500', '210858.807500', '210859.267500', '210859.727500', '210900.187500', '210900.647500', '210901.107500', '210901.567500', '210902.027500', '210902.487500', '210902.947500', '210903.407500', '210903.867500', '210904.327500', '210904.787500', '210905.247500', '210905.707500', '210906.167500', '210906.627500', '210907.087500', '210907.547500', '210908.007500', '210908.467500', '210908.927500', '210909.387500', '210909.847500', '210910.307500', '210910.767500', '210911.227500', '210911.687500', '210912.147500', '210912.607500', '210913.067500', '210913.527500', '210913.987500', '210914.447500', '210914.907500', '210915.367500', '210915.827500', '210916.287500', '210916.747500', '210917.207500', '210917.667500', '210918.127500', '210918.587500', '210919.047500', '210919.507500', '210919.967500', '210920.427500', '210920.887500', '210921.347500', '210921.807500', '210922.267500', '210922.727500', '210923.187500', '210923.647500', '210924.107500', '210924.567500', '210925.027500', '210925.487500', '210925.947500', '210926.407500', '210926.867500', '210927.327500', '210927.787500', '210928.247500', '210928.707500', '210929.167500', '210929.627500', '210930.087500', '210930.547500', '210931.007500', '210931.467500', '210931.927500', '210932.387500', '210932.847500', '210933.307500', '210933.767500', '210934.227500', '210934.687500', '210935.147500', '210935.607500', '210936.067500', '210936.527500', '210936.987500', '210937.447500', '210937.907500', '210938.367500', '210938.827500', '210939.287500', '210939.747500', '210940.207500', '210940.667500', '210941.127500', '210941.587500', '210942.047500', '210942.507500', '210942.967500', '210943.427500', '210943.887500', '210944.347500', '210944.807500', '210945.267500', '210945.727500', '210946.187500', '210946.647500', '210947.107500', '210947.567500', '210948.027500', '210948.487500', '210948.947500', '210949.407500', '210949.867500', '210950.327500', '210950.787500', '210951.247500', '210951.707500', '210952.167500', '210952.627500', '210953.087500', '210953.547500', '210954.007500', '210954.467500', '210954.927500', '210955.387500', '210955.847500', '210956.307500', '210956.767500', '210957.227500', '210957.687500', '210958.147500', '210958.607500', '210959.067500', '210959.527500', '210959.987500', '211000.447500', '211000.907500', '211001.367500', '211001.827500', '211002.287500', '211002.747500', '211003.207500', '211003.667500', '211004.127500', '211004.587500', '211005.047500', '211005.507500', '211005.967500', '211006.427500', '211006.887500', '211007.347500', '211007.807500', '211008.267500', '211008.727500', '211009.187500', '211009.647500', '211010.107500', '211010.567500', '211011.027500', '211011.487500', '211011.947500', '211012.407500', '211012.867500', '211013.327500', '211013.787500', '211014.247500', '211014.707500', '211015.167500', '211015.627500', '211016.087500', '211016.547500', '211017.007500', '211017.467500', '211017.927500', '211018.387500', '211018.847500', '211019.307500', '211019.767500', '211020.227500', '211020.687500', '211021.147500', '211021.607500', '211022.067500', '211022.527500', '211022.987500', '211023.447500', '211023.907500', '211024.367500', '211024.827500', '211025.287500', '211025.747500', '211026.207500', '211026.667500', '211027.127500', '211027.587500', '211028.047500', '211028.507500', '211028.967500', '211029.427500', '211029.887500', '211030.347500', '211030.807500', '211031.267500', '211031.727500', '211032.187500', '211032.647500', '211033.107500', '211033.567500', '211034.027500', '211034.487500', '211034.947500', '211035.407500', '211035.867500', '211036.327500', '211036.787500', '211037.247500', '211037.707500', '211038.167500', '211038.627500', '211039.087500', '211039.547500', '211040.007500', '211040.467500', '211040.927500', '211041.387500', '211041.847500', '211042.307500', '211042.767500', '211043.227500', '211043.687500', '211044.147500', '211044.607500', '211045.067500', '211045.527500', '211045.987500', '211046.447500', '211046.907500', '211047.367500', '211047.827500', '211048.287500', '211048.747500', '211049.207500', '211049.667500', '211050.127500', '211050.587500', '211051.047500', '211051.507500', '211051.967500', '211052.427500', '211052.887500', '211053.347500', '211053.807500', '211054.267500', '211054.727500', '211055.187500', '211055.647500', '211056.107500', '211056.567500', '211057.027500', '211057.487500', '211057.947500', '211058.407500', '211058.867500', '211059.327500', '211059.787500', '211100.247500', '211100.707500', '211101.167500', '211101.627500', '211102.087500', '211102.547500', '211103.007500', '211103.467500', '211103.927500', '211104.387500', '211104.847500', '211105.307500', '211105.767500', '211106.227500', '211106.687500', '211107.147500', '211107.607500', '211108.067500', '211108.527500', '211108.987500', '211109.447500', '211109.907500', '211110.367500', '211110.827500', '211111.287500', '211111.747500', '211112.207500', '211112.667500', '211113.127500', '211113.587500', '211114.047500', '211114.507500', '211114.967500', '211115.427500', '211115.887500', '211116.347500', '211116.807500', '211117.267500', '211117.727500', '211118.187500', '211118.647500', '211119.107500', '211119.567500', '211120.027500', '211120.487500', '211120.947500', '211121.407500', '211121.867500', '211122.327500', '211122.787500', '211123.247500', '211123.707500', '211124.167500', '211124.627500', '211125.087500', '211125.547500', '211126.007500', '211126.467500', '211126.927500', '211127.387500', '211127.847500', '211128.307500', '211128.767500', '211129.227500', '211129.687500', '211130.147500', '211130.607500', '211131.067500', '211131.527500', '211131.987500', '211132.447500', '211132.907500', '211133.367500', '211133.827500', '211134.287500', '211134.747500', '211135.207500', '211135.667500', '211136.127500', '211136.587500', '211137.047500', '211137.507500', '211137.967500', '211138.427500', '211138.887500', '211139.347500', '211139.807500', '211140.267500', '211140.727500', '211141.187500', '211141.647500', '211142.107500', '211142.567500', '211143.027500', '211143.487500', '211143.947500', '211144.407500', '211144.867500', '211145.327500', '211145.787500', '211146.247500', '211146.707500', '211147.167500', '211147.627500', '211148.087500', '211148.547500', '211149.007500', '211149.467500', '211149.927500', '211150.387500', '211150.847500', '211151.307500', '211151.767500', '211152.227500', '211152.687500', '211153.147500', '211153.607500', '211154.067500', '211154.527500', '211154.987500', '211155.447500', '211155.907500', '211156.367500', '211156.827500', '211157.287500', '211157.747500', '211158.207500', '211158.667500', '211159.127500', '211159.587500', '211200.047500', '211200.507500', '211200.967500', '211201.427500', '211201.887500', '211202.347500', '211202.807500', '211203.267500', '211203.727500', '211204.187500', '211204.647500', '211205.107500', '211205.567500', '211206.027500', '211206.487500', '211206.947500', '211207.407500', '211207.867500', '211208.327500', '211208.787500', '211209.247500', '211209.707500', '211210.167500', '211210.627500', '211211.087500', '211211.547500', '211212.007500', '211212.467500', '211212.927500', '211213.387500', '211213.847500', '211214.307500', '211214.767500', '211215.227500', '211215.687500', '211216.147500', '211216.607500', '211217.067500', '211217.527500', '211217.987500', '211218.447500', '211218.907500', '211219.367500', '211219.827500', '211220.287500', '211220.747500', '211221.207500', '211221.667500', '211222.127500', '211222.587500', '211223.047500', '211223.507500', '211223.967500', '211224.427500', '211224.887500', '211225.347500', '211225.807500', '211226.267500', '211226.727500', '211227.187500', '211227.647500', '211228.107500', '211228.567500', '211229.027500', '211229.487500', '211229.947500', '211230.407500', '211230.867500', '211231.327500', '211231.787500', '211232.247500', '211232.707500', '211233.167500', '211233.627500', '211234.087500', '211234.547500', '211235.007500', '211235.467500', '211235.927500', '211236.387500', '211236.847500', '211237.307500', '211237.767500', '211238.227500', '211238.687500', '211239.147500', '211239.607500', '211240.067500', '211240.527500', '211240.987500', '211241.447500', '211241.907500', '211242.367500', '211242.827500', '211243.287500', '211243.747500', '211244.207500', '211244.667500', '211245.127500', '211245.587500', '211246.047500', '211246.507500', '211246.967500', '211247.427500', '211247.887500', '211248.347500', '211248.807500', '211249.267500', '211249.727500', '211250.187500', '211250.647500', '211251.107500', '211251.567500', '211252.027500', '211252.487500', '211252.947500', '211253.407500', '211253.867500', '211254.327500', '211254.787500', '211255.247500', '211255.707500', '211256.167500', '211256.627500', '211257.087500', '211257.547500', '211258.007500', '211258.467500', '211258.927500', '211259.387500', '211259.847500', '211300.307500', '211300.767500', '211301.227500', '211301.687500', '211302.147500', '211302.607500', '211303.067500', '211303.527500', '211303.987500', '211304.447500', '211304.907500', '211305.367500', '211305.827500', '211306.287500', '211306.747500', '211307.207500', '211307.667500', '211308.127500', '211308.587500', '211309.047500', '211309.507500', '211309.967500', '211310.427500', '211310.887500', '211311.347500', '211311.807500', '211312.267500', '211312.727500', '211313.187500', '211313.647500', '211314.107500', '211314.567500', '211315.027500', '211315.487500', '211315.947500', '211316.407500', '211316.867500', '211317.327500', '211317.787500', '211318.247500', '211318.707500', '211319.167500', '211319.627500', '211320.087500', '211320.547500', '211321.007500', '211321.467500', '211321.927500', '211322.387500', '211322.847500', '211323.307500', '211323.767500', '211324.227500', '211324.687500', '211325.147500', '211325.607500', '211326.067500', '211326.527500', '211326.987500', '211327.447500', '211327.907500', '211328.367500', '211328.827500', '211329.287500', '211329.747500', '211330.207500', '211330.667500', '211331.127500', '211331.587500', '211332.047500', '211332.507500', '211332.967500', '211333.427500', '211333.887500', '211334.347500', '211334.807500', '211335.267500', '211335.727500', '211336.187500', '211336.647500', '211337.107500', '211337.567500', '211338.027500', '211338.487500', '211338.947500', '211339.407500', '211339.867500', '211340.327500', '211340.787500', '211341.247500', '211341.707500', '211342.167500', '211342.627500', '211343.087500', '211343.547500', '211344.007500', '211344.467500', '211344.927500', '211345.387500', '211345.847500', '211346.307500', '211346.767500', '211347.227500', '211347.687500', '211348.147500', '211348.607500', '211349.067500', '211349.527500', '211349.987500', '211350.447500', '211350.907500', '211351.367500', '211351.827500', '211352.287500', '211352.747500', '211353.207500'], 'ContentTime': ['210331.774000', '210331.777000', '210331.779000', '210331.782000', '210331.785000', '210331.787000', '210331.790000', '210331.792000', '210331.795000', '210331.798000', '210331.800000', '210331.803000', '210331.808000', '210331.811000', '210331.813000', '210331.816000', '210331.818000', '210331.830000', '210331.832000', '210331.835000', '210331.837000', '210331.840000', '210351.722000', '210351.724000', '210351.727000', '210351.730000', '210351.732000', '210351.735000', '210351.737000', '210351.740000', '210351.742000', '210351.745000', '210351.747000', '210351.750000', '210351.753000', '210351.758000', '210351.760000', '210351.763000', '210351.766000', '210351.768000', '210351.771000', '210351.773000', '210351.776000', '210351.778000', '210351.781000', '210351.783000', '210351.786000', '210351.788000', '210351.791000', '210351.794000', '210351.796000', '210351.799000', '210351.801000', '210351.804000', '210351.807000', '210351.809000', '210351.812000', '210351.817000', '210351.820000', '210351.822000', '210351.825000', '210351.828000', '210351.830000', '210351.833000', '210351.835000', '210411.722000', '210411.724000', '210411.727000', '210411.729000', '210411.732000', '210411.735000', '210411.737000', '210411.740000', '210411.743000', '210411.745000', '210411.748000', '210411.750000', '210411.753000', '210411.755000', '210411.758000', '210411.761000', '210411.763000', '210411.766000', '210411.768000', '210411.771000', '210411.773000', '210411.776000', '210411.778000', '210411.781000', '210411.783000', '210411.786000', '210411.789000', '210411.791000', '210411.797000', '210411.800000', '210411.802000', '210411.805000', '210411.807000', '210411.810000', '210411.812000', '210411.815000', '210411.818000', '210411.820000', '210411.823000', '210411.825000', '210411.828000', '210411.830000', '210411.833000', '210411.836000', '210431.721000', '210431.724000', '210431.727000', '210431.735000', '210431.738000', '210431.740000', '210431.743000', '210431.746000', '210431.748000', '210431.751000', '210431.753000', '210431.756000', '210431.758000', '210431.761000', '210431.764000', '210431.766000', '210431.769000', '210431.771000', '210431.774000', '210431.776000', '210431.779000', '210431.782000', '210431.784000', '210431.787000', '210431.789000', '210431.792000', '210431.795000', '210431.797000', '210431.800000', '210431.802000', '210431.805000', '210431.807000', '210431.810000', '210431.812000', '210431.815000', '210431.818000', '210431.820000', '210431.823000', '210431.825000', '210431.828000', '210431.830000', '210431.833000', '210431.836000', '210451.721000', '210451.724000', '210451.727000', '210451.730000', '210451.732000', '210451.735000', '210451.737000', '210451.740000', '210451.742000', '210451.745000', '210451.747000', '210451.750000', '210451.753000', '210451.755000', '210451.758000', '210451.760000', '210451.763000', '210451.766000', '210451.768000', '210451.771000', '210451.773000', '210451.776000', '210451.779000', '210451.781000', '210451.784000', '210451.786000', '210451.789000', '210451.791000', '210451.794000', '210451.797000', '210451.799000', '210451.802000', '210451.804000', '210451.807000', '210451.809000', '210451.812000', '210451.815000', '210451.817000', '210451.820000', '210451.822000', '210451.825000', '210451.827000', '210451.830000', '210451.832000', '210511.722000', '210511.725000', '210511.727000', '210511.730000', '210511.733000', '210511.735000', '210511.738000', '210511.740000', '210511.743000', '210511.745000', '210511.748000', '210511.751000', '210511.753000', '210511.756000', '210511.758000', '210511.761000', '210511.764000', '210511.766000', '210511.769000', '210511.771000', '210511.774000', '210511.776000', '210511.779000', '210511.782000', '210511.784000', '210511.787000', '210511.789000', '210511.792000', '210511.794000', '210511.797000', '210511.800000', '210511.802000', '210511.805000', '210511.807000', '210511.810000', '210511.813000', '210511.815000', '210511.818000', '210511.820000', '210511.823000', '210511.825000', '210511.828000', '210511.831000', '210531.721000', '210531.724000', '210531.727000', '210531.729000', '210531.732000', '210531.735000', '210531.737000', '210531.740000', '210531.742000', '210531.745000', '210531.748000', '210531.750000', '210531.753000', '210531.755000', '210531.758000', '210531.761000', '210531.763000', '210531.766000', '210531.768000', '210531.771000', '210531.773000', '210531.776000', '210531.778000', '210531.781000', '210531.784000', '210531.786000', '210531.789000', '210531.791000', '210531.794000', '210531.796000', '210531.799000', '210531.802000', '210531.804000', '210531.807000', '210531.809000', '210531.812000', '210531.814000', '210531.817000', '210531.819000', '210531.822000', '210531.825000', '210531.827000', '210531.830000', '210531.833000', '210551.722000', '210551.724000', '210551.727000', '210551.730000', '210551.732000', '210551.735000', '210551.738000', '210551.740000', '210551.743000', '210551.745000', '210551.748000', '210551.750000', '210551.753000', '210551.756000', '210551.758000', '210551.761000', '210551.763000', '210551.766000', '210551.769000', '210551.771000', '210551.774000', '210551.776000', '210551.779000', '210551.781000', '210551.784000', '210551.787000', '210551.789000', '210551.792000', '210551.809000', '210551.811000', '210551.814000', '210551.816000', '210551.819000', '210551.821000', '210551.824000', '210551.827000', '210551.829000', '210551.832000', '210551.834000', '210551.837000', '210551.839000', '210551.842000', '210551.845000', '210611.721000', '210611.724000', '210611.727000', '210611.730000', '210611.732000', '210611.735000', '210611.737000', '210611.740000', '210611.742000', '210611.745000', '210611.748000', '210611.751000', '210611.753000', '210611.756000', '210611.759000', '210611.761000', '210611.764000', '210611.767000', '210611.769000', '210611.772000', '210611.774000', '210611.777000', '210611.779000', '210611.782000', '210611.785000', '210611.787000', '210611.790000', '210611.792000', '210611.795000', '210611.798000', '210611.800000', '210611.803000', '210611.806000', '210611.808000', '210611.811000', '210611.813000', '210611.816000', '210611.818000', '210611.821000', '210611.824000', '210611.826000', '210611.829000', '210611.832000', '210611.834000', '210631.722000', '210631.724000', '210631.727000', '210631.730000', '210631.732000', '210631.735000', '210631.737000', '210631.740000', '210631.743000', '210631.745000', '210631.748000', '210631.750000', '210631.753000', '210631.756000', '210631.758000', '210631.761000', '210631.763000', '210631.766000', '210631.768000', '210631.771000', '210631.774000', '210631.776000', '210631.779000', '210631.781000', '210631.784000', '210631.787000', '210631.789000', '210631.792000', '210631.794000', '210631.797000', '210631.800000', '210631.802000', '210631.805000', '210631.807000', '210631.810000', '210631.812000', '210631.815000', '210631.818000', '210631.820000', '210631.823000', '210631.825000', '210631.828000', '210631.831000', '210651.721000', '210651.724000', '210651.727000', '210651.729000', '210651.732000', '210651.735000', '210651.737000', '210651.740000', '210651.743000', '210651.746000', '210651.749000', '210651.752000', '210651.755000', '210651.757000', '210651.760000', '210651.771000', '210651.774000', '210651.777000', '210651.779000', '210651.782000', '210651.784000', '210651.787000', '210651.790000', '210651.792000', '210651.795000', '210651.797000', '210651.800000', '210651.802000', '210651.805000', '210651.808000', '210651.810000', '210651.813000', '210651.816000', '210651.818000', '210651.821000', '210651.823000', '210651.826000', '210651.829000', '210651.831000', '210651.834000', '210651.836000', '210651.839000', '210651.842000', '210711.722000', '210711.725000', '210711.727000', '210711.730000', '210711.732000', '210711.735000', '210711.738000', '210711.740000', '210711.743000', '210711.745000', '210711.748000', '210711.751000', '210711.753000', '210711.756000', '210711.758000', '210711.761000', '210711.764000', '210711.766000', '210711.769000', '210711.771000', '210711.774000', '210711.777000', '210711.779000', '210711.782000', '210711.784000', '210711.787000', '210711.789000', '210711.792000', '210711.795000', '210711.797000', '210711.800000', '210711.802000', '210711.805000', '210711.807000', '210711.810000', '210711.813000', '210711.815000', '210711.818000', '210711.820000', '210711.823000', '210711.826000', '210711.828000', '210711.831000', '210711.833000', '210731.722000', '210731.724000', '210731.727000', '210731.730000', '210731.732000', '210731.735000', '210731.737000', '210731.740000', '210731.743000', '210731.745000', '210731.748000', '210731.751000', '210731.754000', '210731.757000', '210731.760000', '210731.762000', '210731.765000', '210731.767000', '210731.770000', '210731.773000', '210731.775000', '210731.778000', '210731.780000', '210731.783000', '210731.795000', '210731.797000', '210731.800000', '210731.803000', '210731.805000', '210731.808000', '210731.810000', '210731.813000', '210731.815000', '210731.818000', '210731.821000', '210731.823000', '210731.826000', '210731.828000', '210731.831000', '210731.834000', '210731.836000', '210731.839000', '210731.841000', '210751.721000', '210751.724000', '210751.727000', '210751.730000', '210751.732000', '210751.735000', '210751.737000', '210751.740000', '210751.743000', '210751.745000', '210751.748000', '210751.750000', '210751.753000', '210751.756000', '210751.758000', '210751.761000', '210751.763000', '210751.766000', '210751.769000', '210751.771000', '210751.774000', '210751.776000', '210751.779000', '210751.781000', '210751.784000', '210751.787000', '210751.789000', '210751.792000', '210751.794000', '210751.797000', '210751.800000', '210751.802000', '210751.805000', '210751.807000', '210751.810000', '210751.812000', '210751.815000', '210751.818000', '210751.820000', '210751.823000', '210751.825000', '210751.828000', '210751.831000', '210751.833000', '210811.721000', '210811.724000', '210811.727000', '210811.730000', '210811.732000', '210811.735000', '210811.738000', '210811.740000', '210811.743000', '210811.746000', '210811.749000', '210811.752000', '210811.755000', '210811.758000', '210811.760000', '210811.763000', '210811.765000', '210811.768000', '210811.771000', '210811.773000', '210811.776000', '210811.778000', '210811.781000', '210811.784000', '210811.786000', '210811.789000', '210811.791000', '210811.794000', '210811.796000', '210811.799000', '210811.802000', '210811.804000', '210811.807000', '210811.809000', '210811.812000', '210811.815000', '210811.817000', '210811.820000', '210811.822000', '210811.825000', '210811.828000', '210811.830000', '210811.833000', '210831.722000', '210831.725000', '210831.727000', '210831.730000', '210831.732000', '210831.735000', '210831.738000', '210831.740000', '210831.743000', '210831.745000', '210831.748000', '210831.751000', '210831.753000', '210831.756000', '210831.758000', '210831.761000', '210831.764000', '210831.766000', '210831.769000', '210831.771000', '210831.774000', '210831.776000', '210831.779000', '210831.782000', '210831.784000', '210831.787000', '210831.789000', '210831.792000', '210831.795000', '210831.797000', '210831.800000', '210831.802000', '210831.805000', '210831.808000', '210831.810000', '210831.813000', '210831.815000', '210831.818000', '210831.821000', '210831.823000', '210831.826000', '210831.828000', '210831.831000', '210831.834000', '210851.722000', '210851.725000', '210851.727000', '210851.730000', '210851.732000', '210851.735000', '210851.738000', '210851.740000', '210851.743000', '210851.746000', '210851.748000', '210851.751000', '210851.754000', '210851.756000', '210851.759000', '210851.761000', '210851.764000', '210851.767000', '210851.780000', '210851.782000', '210851.785000', '210851.788000', '210851.790000', '210851.793000', '210851.796000', '210851.798000', '210851.801000', '210851.803000', '210851.806000', '210851.809000', '210851.811000', '210851.814000', '210851.816000', '210851.819000', '210851.822000', '210851.833000', '210851.836000', '210851.838000', '210851.841000', '210851.843000', '210851.846000', '210851.850000', '210851.853000', '210911.722000', '210911.725000', '210911.727000', '210911.730000', '210911.732000', '210911.735000', '210911.738000', '210911.740000', '210911.743000', '210911.746000', '210911.748000', '210911.751000', '210911.753000', '210911.756000', '210911.758000', '210911.761000', '210911.764000', '210911.766000', '210911.769000', '210911.771000', '210911.774000', '210911.777000', '210911.779000', '210911.782000', '210911.784000', '210911.787000', '210911.789000', '210911.792000', '210911.795000', '210911.797000', '210911.800000', '210911.803000', '210911.805000', '210911.808000', '210911.810000', '210911.813000', '210911.816000', '210911.818000', '210911.821000', '210911.823000', '210911.826000', '210911.829000', '210911.831000', '210911.834000', '210931.722000', '210931.725000', '210931.727000', '210931.730000', '210931.733000', '210931.735000', '210931.738000', '210931.740000', '210931.743000', '210931.746000', '210931.748000', '210931.751000', '210931.754000', '210931.756000', '210931.759000', '210931.761000', '210931.764000', '210931.767000', '210931.769000', '210931.772000', '210931.774000', '210931.777000', '210931.780000', '210931.783000', '210931.785000', '210931.788000', '210931.791000', '210931.793000', '210931.796000', '210931.798000', '210931.801000', '210931.804000', '210931.806000', '210931.809000', '210931.812000', '210931.815000', '210931.818000', '210931.820000', '210931.823000', '210931.826000', '210931.829000', '210931.831000', '210931.834000', '210951.722000', '210951.724000', '210951.727000', '210951.729000', '210951.732000', '210951.735000', '210951.737000', '210951.740000', '210951.742000', '210951.745000', '210951.748000', '210951.750000', '210951.753000', '210951.755000', '210951.758000', '210951.761000', '210951.763000', '210951.766000', '210951.768000', '210951.771000', '210951.774000', '210951.776000', '210951.779000', '210951.781000', '210951.784000', '210951.787000', '210951.789000', '210951.792000', '210951.794000', '210951.797000', '210951.800000', '210951.802000', '210951.805000', '210951.807000', '210951.810000', '210951.813000', '210951.815000', '210951.818000', '210951.820000', '210951.823000', '210951.826000', '210951.828000', '210951.831000', '210951.834000', '211011.722000', '211011.724000', '211011.727000', '211011.730000', '211011.733000', '211011.735000', '211011.738000', '211011.740000', '211011.743000', '211011.745000', '211011.748000', '211011.751000', '211011.753000', '211011.756000', '211011.759000', '211011.761000', '211011.764000', '211011.767000', '211011.769000', '211011.772000', '211011.775000', '211011.777000', '211011.780000', '211011.783000', '211011.786000', '211011.788000', '211011.791000', '211011.794000', '211011.796000', '211011.799000', '211011.802000', '211011.804000', '211011.807000', '211011.810000', '211011.813000', '211011.816000', '211011.819000', '211011.822000', '211011.824000', '211011.827000', '211011.829000', '211011.832000', '211011.835000', '211031.721000', '211031.724000', '211031.738000', '211031.741000', '211031.744000', '211031.746000', '211031.749000', '211031.751000', '211031.754000', '211031.757000', '211031.759000', '211031.762000', '211031.764000', '211031.767000', '211031.770000', '211031.772000', '211031.775000', '211031.777000', '211031.780000', '211031.783000', '211031.785000', '211031.788000', '211031.790000', '211031.793000', '211031.795000', '211031.798000', '211031.801000', '211031.803000', '211031.806000', '211031.808000', '211031.811000', '211031.814000', '211031.816000', '211031.819000', '211031.821000', '211031.824000', '211031.826000', '211031.829000', '211031.832000', '211031.834000', '211031.837000', '211031.840000', '211031.842000', '211031.845000', '211051.722000', '211051.724000', '211051.727000', '211051.730000', '211051.732000', '211051.735000', '211051.738000', '211051.740000', '211051.743000', '211051.746000', '211051.748000', '211051.751000', '211051.754000', '211051.756000', '211051.759000', '211051.762000', '211051.765000', '211051.767000', '211051.770000', '211051.773000', '211051.776000', '211051.778000', '211051.781000', '211051.783000', '211051.786000', '211051.789000', '211051.791000', '211051.794000', '211051.796000', '211051.799000', '211051.802000', '211051.804000', '211051.807000', '211051.810000', '211051.812000', '211051.815000', '211051.818000', '211051.820000', '211051.823000', '211051.826000', '211051.828000', '211051.831000', '211051.834000', '211111.722000', '211111.725000', '211111.728000', '211111.731000', '211111.733000', '211111.736000', '211111.738000', '211111.741000', '211111.744000', '211111.747000', '211111.749000', '211111.752000', '211111.755000', '211111.757000', '211111.760000', '211111.763000', '211111.765000', '211111.768000', '211111.770000', '211111.773000', '211111.776000', '211111.778000', '211111.781000', '211111.783000', '211111.786000', '211111.789000', '211111.792000', '211111.794000', '211111.797000', '211111.800000', '211111.802000', '211111.805000', '211111.808000', '211111.811000', '211111.813000', '211111.816000', '211111.818000', '211111.821000', '211111.824000', '211111.826000', '211111.829000', '211111.832000', '211111.834000', '211111.837000', '211131.722000', '211131.724000', '211131.727000', '211131.730000', '211131.732000', '211131.735000', '211131.737000', '211131.740000', '211131.743000', '211131.745000', '211131.748000', '211131.750000', '211131.753000', '211131.756000', '211131.758000', '211131.761000', '211131.764000', '211131.766000', '211131.769000', '211131.771000', '211131.774000', '211131.777000', '211131.780000', '211131.783000', '211131.785000', '211131.788000', '211131.790000', '211131.793000', '211131.796000', '211131.798000', '211131.801000', '211131.803000', '211131.806000', '211131.809000', '211131.811000', '211131.814000', '211131.817000', '211131.819000', '211131.822000', '211131.825000', '211131.828000', '211131.830000', '211131.833000', '211151.722000', '211151.724000', '211151.727000', '211151.730000', '211151.733000', '211151.735000', '211151.738000', '211151.741000', '211151.743000', '211151.746000', '211151.748000', '211151.751000', '211151.754000', '211151.756000', '211151.759000', '211151.762000', '211151.764000', '211151.767000', '211151.770000', '211151.772000', '211151.775000', '211151.778000', '211151.781000', '211151.783000', '211151.786000', '211151.789000', '211151.791000', '211151.794000', '211151.797000', '211151.800000', '211151.802000', '211151.805000', '211151.807000', '211151.810000', '211151.813000', '211151.815000', '211151.818000', '211151.820000', '211151.823000', '211151.826000', '211151.828000', '211151.831000', '211151.834000', '211151.836000', '211211.722000', '211211.725000', '211211.727000', '211211.730000', '211211.733000', '211211.735000', '211211.738000', '211211.741000', '211211.743000', '211211.746000', '211211.749000', '211211.752000', '211211.754000', '211211.757000', '211211.760000', '211211.762000', '211211.765000', '211211.768000', '211211.770000', '211211.773000', '211211.776000', '211211.778000', '211211.781000', '211211.783000', '211211.786000', '211211.789000', '211211.791000', '211211.794000', '211211.797000', '211211.799000', '211211.802000', '211211.804000', '211211.807000', '211211.810000', '211211.813000', '211211.815000', '211211.818000', '211211.821000', '211211.823000', '211211.826000', '211211.829000', '211211.831000', '211211.834000', '211231.722000', '211231.724000', '211231.727000', '211231.730000', '211231.732000', '211231.735000', '211231.738000', '211231.740000', '211231.743000', '211231.745000', '211231.748000', '211231.751000', '211231.753000', '211231.756000', '211231.758000', '211231.761000', '211231.764000', '211231.767000', '211231.769000', '211231.772000', '211231.774000', '211231.777000', '211231.780000', '211231.782000', '211231.785000', '211231.787000', '211231.790000', '211231.793000', '211231.795000', '211231.798000', '211231.800000', '211231.803000', '211231.806000', '211231.808000', '211231.811000', '211231.813000', '211231.816000', '211231.819000', '211231.821000', '211231.824000', '211231.827000', '211231.829000', '211231.832000', '211231.834000', '211251.722000', '211251.724000', '211251.727000', '211251.730000', '211251.732000', '211251.735000', '211251.737000', '211251.740000', '211251.743000', '211251.745000', '211251.748000', '211251.751000', '211251.753000', '211251.756000', '211251.758000', '211251.761000', '211251.764000', '211251.766000', '211251.769000', '211251.771000', '211251.774000', '211251.777000', '211251.779000', '211251.782000', '211251.784000', '211251.787000', '211251.790000', '211251.792000', '211251.795000', '211251.797000', '211251.800000', '211251.802000', '211251.805000', '211251.808000', '211251.810000', '211251.813000', '211251.815000', '211251.818000', '211251.821000', '211251.823000', '211251.826000', '211251.828000', '211251.831000', '211311.722000', '211311.724000', '211311.727000', '211311.730000', '211311.732000', '211311.735000', '211311.738000', '211311.740000', '211311.743000', '211311.746000', '211311.748000', '211311.751000', '211311.754000', '211311.756000', '211311.759000', '211311.762000', '211311.765000', '211311.768000', '211311.770000', '211311.773000', '211311.776000', '211311.778000', '211311.781000', '211311.784000', '211311.786000', '211311.789000', '211311.792000', '211311.794000', '211311.797000', '211311.800000', '211311.802000', '211311.805000', '211311.808000', '211311.811000', '211311.813000', '211311.816000', '211311.819000', '211311.822000', '211311.825000', '211311.827000', '211311.830000', '211311.832000', '211311.835000', '211311.838000', '211331.722000', '211331.725000', '211331.727000', '211331.730000', '211331.733000', '211331.735000', '211331.738000', '211331.740000', '211331.743000', '211331.746000', '211331.748000', '211331.751000', '211331.753000', '211331.756000', '211331.759000', '211331.761000', '211331.764000', '211331.766000', '211331.769000', '211331.772000', '211331.775000', '211331.778000', '211331.780000', '211331.783000', '211331.785000', '211331.788000', '211331.791000', '211331.793000', '211331.796000', '211331.798000', '211331.801000', '211331.804000', '211331.806000', '211331.809000', '211331.811000', '211331.814000', '211331.817000', '211331.820000', '211331.822000', '211331.825000', '211331.827000', '211331.830000', '211331.833000', '211351.722000', '211351.725000', '211351.728000', '211351.730000', '211351.733000', '211351.735000', '211351.738000', '211351.741000', '211351.744000', '211351.747000', '211351.750000', '211351.753000', '211351.755000', '211351.758000', '211351.761000', '211351.763000', '211351.766000', '211351.769000', '211351.771000', '211351.774000', '211351.776000', '211351.779000', '211351.782000', '211351.784000', '211351.787000', '211351.790000', '211351.792000', '211351.795000', '211351.797000', '211351.800000', '211351.803000', '211351.806000', '211351.809000', '211351.812000', '211351.814000', '211351.817000', '211351.820000', '211351.822000', '211351.825000', '211351.827000', '211351.830000', '211351.833000', '211351.835000', '211354.446000', '211354.449000', '211354.451000', '211354.454000', '211354.457000', '211354.460000', '211354.463000'], 'InstanceCreationTime': ['210331.774000', '210331.777000', '210331.779000', '210331.782000', '210331.785000', '210331.787000', '210331.790000', '210331.792000', '210331.795000', '210331.798000', '210331.800000', '210331.803000', '210331.808000', '210331.811000', '210331.813000', '210331.816000', '210331.818000', '210331.830000', '210331.832000', '210331.835000', '210331.837000', '210331.840000', '210351.722000', '210351.724000', '210351.727000', '210351.730000', '210351.732000', '210351.735000', '210351.737000', '210351.740000', '210351.742000', '210351.745000', '210351.747000', '210351.750000', '210351.753000', '210351.758000', '210351.760000', '210351.763000', '210351.766000', '210351.768000', '210351.771000', '210351.773000', '210351.776000', '210351.778000', '210351.781000', '210351.783000', '210351.786000', '210351.788000', '210351.791000', '210351.794000', '210351.796000', '210351.799000', '210351.801000', '210351.804000', '210351.807000', '210351.809000', '210351.812000', '210351.817000', '210351.820000', '210351.822000', '210351.825000', '210351.828000', '210351.830000', '210351.833000', '210351.835000', '210411.722000', '210411.724000', '210411.727000', '210411.729000', '210411.732000', '210411.735000', '210411.737000', '210411.740000', '210411.743000', '210411.745000', '210411.748000', '210411.750000', '210411.753000', '210411.755000', '210411.758000', '210411.761000', '210411.763000', '210411.766000', '210411.768000', '210411.771000', '210411.773000', '210411.776000', '210411.778000', '210411.781000', '210411.783000', '210411.786000', '210411.789000', '210411.791000', '210411.797000', '210411.800000', '210411.802000', '210411.805000', '210411.807000', '210411.810000', '210411.812000', '210411.815000', '210411.818000', '210411.820000', '210411.823000', '210411.825000', '210411.828000', '210411.830000', '210411.833000', '210411.836000', '210431.721000', '210431.724000', '210431.727000', '210431.735000', '210431.738000', '210431.740000', '210431.743000', '210431.746000', '210431.748000', '210431.751000', '210431.753000', '210431.756000', '210431.758000', '210431.761000', '210431.764000', '210431.766000', '210431.769000', '210431.771000', '210431.774000', '210431.776000', '210431.779000', '210431.782000', '210431.784000', '210431.787000', '210431.789000', '210431.792000', '210431.795000', '210431.797000', '210431.800000', '210431.802000', '210431.805000', '210431.807000', '210431.810000', '210431.812000', '210431.815000', '210431.818000', '210431.820000', '210431.823000', '210431.825000', '210431.828000', '210431.830000', '210431.833000', '210431.836000', '210451.721000', '210451.724000', '210451.727000', '210451.730000', '210451.732000', '210451.735000', '210451.737000', '210451.740000', '210451.742000', '210451.745000', '210451.747000', '210451.750000', '210451.753000', '210451.755000', '210451.758000', '210451.760000', '210451.763000', '210451.766000', '210451.768000', '210451.771000', '210451.773000', '210451.776000', '210451.779000', '210451.781000', '210451.784000', '210451.786000', '210451.789000', '210451.791000', '210451.794000', '210451.797000', '210451.799000', '210451.802000', '210451.804000', '210451.807000', '210451.809000', '210451.812000', '210451.815000', '210451.817000', '210451.820000', '210451.822000', '210451.825000', '210451.827000', '210451.830000', '210451.832000', '210511.722000', '210511.725000', '210511.727000', '210511.730000', '210511.733000', '210511.735000', '210511.738000', '210511.740000', '210511.743000', '210511.745000', '210511.748000', '210511.751000', '210511.753000', '210511.756000', '210511.758000', '210511.761000', '210511.764000', '210511.766000', '210511.769000', '210511.771000', '210511.774000', '210511.776000', '210511.779000', '210511.782000', '210511.784000', '210511.787000', '210511.789000', '210511.792000', '210511.794000', '210511.797000', '210511.800000', '210511.802000', '210511.805000', '210511.807000', '210511.810000', '210511.813000', '210511.815000', '210511.818000', '210511.820000', '210511.823000', '210511.825000', '210511.828000', '210511.831000', '210531.721000', '210531.724000', '210531.727000', '210531.729000', '210531.732000', '210531.735000', '210531.737000', '210531.740000', '210531.742000', '210531.745000', '210531.748000', '210531.750000', '210531.753000', '210531.755000', '210531.758000', '210531.761000', '210531.763000', '210531.766000', '210531.768000', '210531.771000', '210531.773000', '210531.776000', '210531.778000', '210531.781000', '210531.784000', '210531.786000', '210531.789000', '210531.791000', '210531.794000', '210531.796000', '210531.799000', '210531.802000', '210531.804000', '210531.807000', '210531.809000', '210531.812000', '210531.814000', '210531.817000', '210531.819000', '210531.822000', '210531.825000', '210531.827000', '210531.830000', '210531.833000', '210551.722000', '210551.724000', '210551.727000', '210551.730000', '210551.732000', '210551.735000', '210551.738000', '210551.740000', '210551.743000', '210551.745000', '210551.748000', '210551.750000', '210551.753000', '210551.756000', '210551.758000', '210551.761000', '210551.763000', '210551.766000', '210551.769000', '210551.771000', '210551.774000', '210551.776000', '210551.779000', '210551.781000', '210551.784000', '210551.787000', '210551.789000', '210551.792000', '210551.809000', '210551.811000', '210551.814000', '210551.816000', '210551.819000', '210551.821000', '210551.824000', '210551.827000', '210551.829000', '210551.832000', '210551.834000', '210551.837000', '210551.839000', '210551.842000', '210551.845000', '210611.721000', '210611.724000', '210611.727000', '210611.730000', '210611.732000', '210611.735000', '210611.737000', '210611.740000', '210611.742000', '210611.745000', '210611.748000', '210611.751000', '210611.753000', '210611.756000', '210611.759000', '210611.761000', '210611.764000', '210611.767000', '210611.769000', '210611.772000', '210611.774000', '210611.777000', '210611.779000', '210611.782000', '210611.785000', '210611.787000', '210611.790000', '210611.792000', '210611.795000', '210611.798000', '210611.800000', '210611.803000', '210611.806000', '210611.808000', '210611.811000', '210611.813000', '210611.816000', '210611.818000', '210611.821000', '210611.824000', '210611.826000', '210611.829000', '210611.832000', '210611.834000', '210631.722000', '210631.724000', '210631.727000', '210631.730000', '210631.732000', '210631.735000', '210631.737000', '210631.740000', '210631.743000', '210631.745000', '210631.748000', '210631.750000', '210631.753000', '210631.756000', '210631.758000', '210631.761000', '210631.763000', '210631.766000', '210631.768000', '210631.771000', '210631.774000', '210631.776000', '210631.779000', '210631.781000', '210631.784000', '210631.787000', '210631.789000', '210631.792000', '210631.794000', '210631.797000', '210631.800000', '210631.802000', '210631.805000', '210631.807000', '210631.810000', '210631.812000', '210631.815000', '210631.818000', '210631.820000', '210631.823000', '210631.825000', '210631.828000', '210631.831000', '210651.721000', '210651.724000', '210651.727000', '210651.729000', '210651.732000', '210651.735000', '210651.737000', '210651.740000', '210651.743000', '210651.746000', '210651.749000', '210651.752000', '210651.755000', '210651.757000', '210651.760000', '210651.771000', '210651.774000', '210651.777000', '210651.779000', '210651.782000', '210651.784000', '210651.787000', '210651.790000', '210651.792000', '210651.795000', '210651.797000', '210651.800000', '210651.802000', '210651.805000', '210651.808000', '210651.810000', '210651.813000', '210651.816000', '210651.818000', '210651.821000', '210651.823000', '210651.826000', '210651.829000', '210651.831000', '210651.834000', '210651.836000', '210651.839000', '210651.842000', '210711.722000', '210711.725000', '210711.727000', '210711.730000', '210711.732000', '210711.735000', '210711.738000', '210711.740000', '210711.743000', '210711.745000', '210711.748000', '210711.751000', '210711.753000', '210711.756000', '210711.758000', '210711.761000', '210711.764000', '210711.766000', '210711.769000', '210711.771000', '210711.774000', '210711.777000', '210711.779000', '210711.782000', '210711.784000', '210711.787000', '210711.789000', '210711.792000', '210711.795000', '210711.797000', '210711.800000', '210711.802000', '210711.805000', '210711.807000', '210711.810000', '210711.813000', '210711.815000', '210711.818000', '210711.820000', '210711.823000', '210711.826000', '210711.828000', '210711.831000', '210711.833000', '210731.722000', '210731.724000', '210731.727000', '210731.730000', '210731.732000', '210731.735000', '210731.737000', '210731.740000', '210731.743000', '210731.745000', '210731.748000', '210731.751000', '210731.754000', '210731.757000', '210731.760000', '210731.762000', '210731.765000', '210731.767000', '210731.770000', '210731.773000', '210731.775000', '210731.778000', '210731.780000', '210731.783000', '210731.795000', '210731.797000', '210731.800000', '210731.803000', '210731.805000', '210731.808000', '210731.810000', '210731.813000', '210731.815000', '210731.818000', '210731.821000', '210731.823000', '210731.826000', '210731.828000', '210731.831000', '210731.834000', '210731.836000', '210731.839000', '210731.841000', '210751.721000', '210751.724000', '210751.727000', '210751.730000', '210751.732000', '210751.735000', '210751.737000', '210751.740000', '210751.743000', '210751.745000', '210751.748000', '210751.750000', '210751.753000', '210751.756000', '210751.758000', '210751.761000', '210751.763000', '210751.766000', '210751.769000', '210751.771000', '210751.774000', '210751.776000', '210751.779000', '210751.781000', '210751.784000', '210751.787000', '210751.789000', '210751.792000', '210751.794000', '210751.797000', '210751.800000', '210751.802000', '210751.805000', '210751.807000', '210751.810000', '210751.812000', '210751.815000', '210751.818000', '210751.820000', '210751.823000', '210751.825000', '210751.828000', '210751.831000', '210751.833000', '210811.721000', '210811.724000', '210811.727000', '210811.730000', '210811.732000', '210811.735000', '210811.738000', '210811.740000', '210811.743000', '210811.746000', '210811.749000', '210811.752000', '210811.755000', '210811.758000', '210811.760000', '210811.763000', '210811.765000', '210811.768000', '210811.771000', '210811.773000', '210811.776000', '210811.778000', '210811.781000', '210811.784000', '210811.786000', '210811.789000', '210811.791000', '210811.794000', '210811.796000', '210811.799000', '210811.802000', '210811.804000', '210811.807000', '210811.809000', '210811.812000', '210811.815000', '210811.817000', '210811.820000', '210811.822000', '210811.825000', '210811.828000', '210811.830000', '210811.833000', '210831.722000', '210831.725000', '210831.727000', '210831.730000', '210831.732000', '210831.735000', '210831.738000', '210831.740000', '210831.743000', '210831.745000', '210831.748000', '210831.751000', '210831.753000', '210831.756000', '210831.758000', '210831.761000', '210831.764000', '210831.766000', '210831.769000', '210831.771000', '210831.774000', '210831.776000', '210831.779000', '210831.782000', '210831.784000', '210831.787000', '210831.789000', '210831.792000', '210831.795000', '210831.797000', '210831.800000', '210831.802000', '210831.805000', '210831.808000', '210831.810000', '210831.813000', '210831.815000', '210831.818000', '210831.821000', '210831.823000', '210831.826000', '210831.828000', '210831.831000', '210831.834000', '210851.722000', '210851.725000', '210851.727000', '210851.730000', '210851.732000', '210851.735000', '210851.738000', '210851.740000', '210851.743000', '210851.746000', '210851.748000', '210851.751000', '210851.754000', '210851.756000', '210851.759000', '210851.761000', '210851.764000', '210851.767000', '210851.780000', '210851.782000', '210851.785000', '210851.788000', '210851.790000', '210851.793000', '210851.796000', '210851.798000', '210851.801000', '210851.803000', '210851.806000', '210851.809000', '210851.811000', '210851.814000', '210851.816000', '210851.819000', '210851.822000', '210851.833000', '210851.836000', '210851.838000', '210851.841000', '210851.843000', '210851.846000', '210851.850000', '210851.853000', '210911.722000', '210911.725000', '210911.727000', '210911.730000', '210911.732000', '210911.735000', '210911.738000', '210911.740000', '210911.743000', '210911.746000', '210911.748000', '210911.751000', '210911.753000', '210911.756000', '210911.758000', '210911.761000', '210911.764000', '210911.766000', '210911.769000', '210911.771000', '210911.774000', '210911.777000', '210911.779000', '210911.782000', '210911.784000', '210911.787000', '210911.789000', '210911.792000', '210911.795000', '210911.797000', '210911.800000', '210911.803000', '210911.805000', '210911.808000', '210911.810000', '210911.813000', '210911.816000', '210911.818000', '210911.821000', '210911.823000', '210911.826000', '210911.829000', '210911.831000', '210911.834000', '210931.722000', '210931.725000', '210931.727000', '210931.730000', '210931.733000', '210931.735000', '210931.738000', '210931.740000', '210931.743000', '210931.746000', '210931.748000', '210931.751000', '210931.754000', '210931.756000', '210931.759000', '210931.761000', '210931.764000', '210931.767000', '210931.769000', '210931.772000', '210931.774000', '210931.777000', '210931.780000', '210931.783000', '210931.785000', '210931.788000', '210931.791000', '210931.793000', '210931.796000', '210931.798000', '210931.801000', '210931.804000', '210931.806000', '210931.809000', '210931.812000', '210931.815000', '210931.818000', '210931.820000', '210931.823000', '210931.826000', '210931.829000', '210931.831000', '210931.834000', '210951.722000', '210951.724000', '210951.727000', '210951.729000', '210951.732000', '210951.735000', '210951.737000', '210951.740000', '210951.742000', '210951.745000', '210951.748000', '210951.750000', '210951.753000', '210951.755000', '210951.758000', '210951.761000', '210951.763000', '210951.766000', '210951.768000', '210951.771000', '210951.774000', '210951.776000', '210951.779000', '210951.781000', '210951.784000', '210951.787000', '210951.789000', '210951.792000', '210951.794000', '210951.797000', '210951.800000', '210951.802000', '210951.805000', '210951.807000', '210951.810000', '210951.813000', '210951.815000', '210951.818000', '210951.820000', '210951.823000', '210951.826000', '210951.828000', '210951.831000', '210951.834000', '211011.722000', '211011.724000', '211011.727000', '211011.730000', '211011.733000', '211011.735000', '211011.738000', '211011.740000', '211011.743000', '211011.745000', '211011.748000', '211011.751000', '211011.753000', '211011.756000', '211011.759000', '211011.761000', '211011.764000', '211011.767000', '211011.769000', '211011.772000', '211011.775000', '211011.777000', '211011.780000', '211011.783000', '211011.786000', '211011.788000', '211011.791000', '211011.794000', '211011.796000', '211011.799000', '211011.802000', '211011.804000', '211011.807000', '211011.810000', '211011.813000', '211011.816000', '211011.819000', '211011.822000', '211011.824000', '211011.827000', '211011.829000', '211011.832000', '211011.835000', '211031.721000', '211031.724000', '211031.738000', '211031.741000', '211031.744000', '211031.746000', '211031.749000', '211031.751000', '211031.754000', '211031.757000', '211031.759000', '211031.762000', '211031.764000', '211031.767000', '211031.770000', '211031.772000', '211031.775000', '211031.777000', '211031.780000', '211031.783000', '211031.785000', '211031.788000', '211031.790000', '211031.793000', '211031.795000', '211031.798000', '211031.801000', '211031.803000', '211031.806000', '211031.808000', '211031.811000', '211031.814000', '211031.816000', '211031.819000', '211031.821000', '211031.824000', '211031.826000', '211031.829000', '211031.832000', '211031.834000', '211031.837000', '211031.840000', '211031.842000', '211031.845000', '211051.722000', '211051.724000', '211051.727000', '211051.730000', '211051.732000', '211051.735000', '211051.738000', '211051.740000', '211051.743000', '211051.746000', '211051.748000', '211051.751000', '211051.754000', '211051.756000', '211051.759000', '211051.762000', '211051.765000', '211051.767000', '211051.770000', '211051.773000', '211051.776000', '211051.778000', '211051.781000', '211051.783000', '211051.786000', '211051.789000', '211051.791000', '211051.794000', '211051.796000', '211051.799000', '211051.802000', '211051.804000', '211051.807000', '211051.810000', '211051.812000', '211051.815000', '211051.818000', '211051.820000', '211051.823000', '211051.826000', '211051.828000', '211051.831000', '211051.834000', '211111.722000', '211111.725000', '211111.728000', '211111.731000', '211111.733000', '211111.736000', '211111.738000', '211111.741000', '211111.744000', '211111.747000', '211111.749000', '211111.752000', '211111.755000', '211111.757000', '211111.760000', '211111.763000', '211111.765000', '211111.768000', '211111.770000', '211111.773000', '211111.776000', '211111.778000', '211111.781000', '211111.783000', '211111.786000', '211111.789000', '211111.792000', '211111.794000', '211111.797000', '211111.800000', '211111.802000', '211111.805000', '211111.808000', '211111.811000', '211111.813000', '211111.816000', '211111.818000', '211111.821000', '211111.824000', '211111.826000', '211111.829000', '211111.832000', '211111.834000', '211111.837000', '211131.722000', '211131.724000', '211131.727000', '211131.730000', '211131.732000', '211131.735000', '211131.737000', '211131.740000', '211131.743000', '211131.745000', '211131.748000', '211131.750000', '211131.753000', '211131.756000', '211131.758000', '211131.761000', '211131.764000', '211131.766000', '211131.769000', '211131.771000', '211131.774000', '211131.777000', '211131.780000', '211131.783000', '211131.785000', '211131.788000', '211131.790000', '211131.793000', '211131.796000', '211131.798000', '211131.801000', '211131.803000', '211131.806000', '211131.809000', '211131.811000', '211131.814000', '211131.817000', '211131.819000', '211131.822000', '211131.825000', '211131.828000', '211131.830000', '211131.833000', '211151.722000', '211151.724000', '211151.727000', '211151.730000', '211151.733000', '211151.735000', '211151.738000', '211151.741000', '211151.743000', '211151.746000', '211151.748000', '211151.751000', '211151.754000', '211151.756000', '211151.759000', '211151.762000', '211151.764000', '211151.767000', '211151.770000', '211151.772000', '211151.775000', '211151.778000', '211151.781000', '211151.783000', '211151.786000', '211151.789000', '211151.791000', '211151.794000', '211151.797000', '211151.800000', '211151.802000', '211151.805000', '211151.807000', '211151.810000', '211151.813000', '211151.815000', '211151.818000', '211151.820000', '211151.823000', '211151.826000', '211151.828000', '211151.831000', '211151.834000', '211151.836000', '211211.722000', '211211.725000', '211211.727000', '211211.730000', '211211.733000', '211211.735000', '211211.738000', '211211.741000', '211211.743000', '211211.746000', '211211.749000', '211211.752000', '211211.754000', '211211.757000', '211211.760000', '211211.762000', '211211.765000', '211211.768000', '211211.770000', '211211.773000', '211211.776000', '211211.778000', '211211.781000', '211211.783000', '211211.786000', '211211.789000', '211211.791000', '211211.794000', '211211.797000', '211211.799000', '211211.802000', '211211.804000', '211211.807000', '211211.810000', '211211.813000', '211211.815000', '211211.818000', '211211.821000', '211211.823000', '211211.826000', '211211.829000', '211211.831000', '211211.834000', '211231.722000', '211231.724000', '211231.727000', '211231.730000', '211231.732000', '211231.735000', '211231.738000', '211231.740000', '211231.743000', '211231.745000', '211231.748000', '211231.751000', '211231.753000', '211231.756000', '211231.758000', '211231.761000', '211231.764000', '211231.767000', '211231.769000', '211231.772000', '211231.774000', '211231.777000', '211231.780000', '211231.782000', '211231.785000', '211231.787000', '211231.790000', '211231.793000', '211231.795000', '211231.798000', '211231.800000', '211231.803000', '211231.806000', '211231.808000', '211231.811000', '211231.813000', '211231.816000', '211231.819000', '211231.821000', '211231.824000', '211231.827000', '211231.829000', '211231.832000', '211231.834000', '211251.722000', '211251.724000', '211251.727000', '211251.730000', '211251.732000', '211251.735000', '211251.737000', '211251.740000', '211251.743000', '211251.745000', '211251.748000', '211251.751000', '211251.753000', '211251.756000', '211251.758000', '211251.761000', '211251.764000', '211251.766000', '211251.769000', '211251.771000', '211251.774000', '211251.777000', '211251.779000', '211251.782000', '211251.784000', '211251.787000', '211251.790000', '211251.792000', '211251.795000', '211251.797000', '211251.800000', '211251.802000', '211251.805000', '211251.808000', '211251.810000', '211251.813000', '211251.815000', '211251.818000', '211251.821000', '211251.823000', '211251.826000', '211251.828000', '211251.831000', '211311.722000', '211311.724000', '211311.727000', '211311.730000', '211311.732000', '211311.735000', '211311.738000', '211311.740000', '211311.743000', '211311.746000', '211311.748000', '211311.751000', '211311.754000', '211311.756000', '211311.759000', '211311.762000', '211311.765000', '211311.768000', '211311.770000', '211311.773000', '211311.776000', '211311.778000', '211311.781000', '211311.784000', '211311.786000', '211311.789000', '211311.792000', '211311.794000', '211311.797000', '211311.800000', '211311.802000', '211311.805000', '211311.808000', '211311.811000', '211311.813000', '211311.816000', '211311.819000', '211311.822000', '211311.825000', '211311.827000', '211311.830000', '211311.832000', '211311.835000', '211311.838000', '211331.722000', '211331.725000', '211331.727000', '211331.730000', '211331.733000', '211331.735000', '211331.738000', '211331.740000', '211331.743000', '211331.746000', '211331.748000', '211331.751000', '211331.753000', '211331.756000', '211331.759000', '211331.761000', '211331.764000', '211331.766000', '211331.769000', '211331.772000', '211331.775000', '211331.778000', '211331.780000', '211331.783000', '211331.785000', '211331.788000', '211331.791000', '211331.793000', '211331.796000', '211331.798000', '211331.801000', '211331.804000', '211331.806000', '211331.809000', '211331.811000', '211331.814000', '211331.817000', '211331.820000', '211331.822000', '211331.825000', '211331.827000', '211331.830000', '211331.833000', '211351.722000', '211351.725000', '211351.728000', '211351.730000', '211351.733000', '211351.735000', '211351.738000', '211351.741000', '211351.744000', '211351.747000', '211351.750000', '211351.753000', '211351.755000', '211351.758000', '211351.761000', '211351.763000', '211351.766000', '211351.769000', '211351.771000', '211351.774000', '211351.776000', '211351.779000', '211351.782000', '211351.784000', '211351.787000', '211351.790000', '211351.792000', '211351.795000', '211351.797000', '211351.800000', '211351.803000', '211351.806000', '211351.809000', '211351.812000', '211351.814000', '211351.817000', '211351.820000', '211351.822000', '211351.825000', '211351.827000', '211351.830000', '211351.833000', '211351.835000', '211354.446000', '211354.449000', '211354.451000', '211354.454000', '211354.457000', '211354.460000', '211354.463000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [10130, 7778, 12902, 9410, 13636, 12478, 8066, 9364, 7245, 10405, 6733, 12113, 8313, 12653, 11260, 7879, 7973, 6503, 9851, 6531, 11779, 9204, 9763, 9387, 6693, 8329, 6647, 9774, 7020, 10487, 9634, 8589, 9205, 7692, 8968, 6334, 10019, 6893, 10846, 7551, 11872, 8702, 10719, 6655, 9589, 6503, 10703, 6989, 10522, 7823, 10254, 7755, 6559, 6716, 6475, 7449, 6588, 8225, 6630, 10960, 6596, 9858, 6378, 9006, 6312, 9617, 6869, 11140, 7550, 10220, 6376, 9291, 6340, 9752, 6764, 10573, 9364, 9576, 8045, 7940, 7050, 10083, 6545, 10942, 8311, 10088, 8050, 6534, 7271, 6632, 7751, 6445, 8368, 8499, 10521, 6684, 9037, 6440, 8542, 6439, 8583, 6688, 10905, 6122, 9576, 6348, 9738, 6536, 10554, 7877, 11403, 9475, 10124, 7005, 11499, 7803, 11209, 8266, 11535, 9742, 8352, 8360, 11378, 9419, 10373, 9078, 9414, 10454, 7031, 9076, 6725, 8848, 6192, 10362, 7398, 11376, 7518, 9928, 6154, 9671, 6353, 10612, 6889, 11570, 6577, 8794, 6422, 7856, 8557, 6701, 10871, 9973, 6718, 9025, 6785, 10229, 6953, 10469, 7627, 9704, 7081, 10300, 10391, 11354, 12991, 11995, 13124, 11246, 12917, 9292, 11184, 7127, 9828, 6540, 9264, 6478, 8788, 6574, 8198, 6549, 7881, 6569, 7108, 6571, 6406, 7484, 6780, 8380, 6479, 8854, 6489, 8692, 6872, 8357, 6470, 8168, 6726, 7690, 6407, 7823, 6382, 8281, 6498, 7752, 6370, 6510, 6482, 6558, 6745, 6476, 8053, 6229, 10804, 6555, 11527, 6867, 10835, 9652, 10062, 10378, 7981, 11210, 6639, 11371, 6899, 12077, 10100, 7981, 9074, 6533, 8806, 6715, 11655, 8281, 12885, 9958, 8785, 8239, 6620, 8246, 6430, 11140, 7455, 10043, 6951, 6842, 7909, 6403, 10673, 7469, 12453, 6662, 11676, 6597, 11036, 8302, 10888, 9446, 9279, 8587, 6496, 7966, 6460, 8957, 6619, 10046, 6519, 9492, 6257, 9302, 6448, 9066, 6941, 8918, 6634, 6317, 7004, 6338, 9256, 6238, 9649, 6454, 9069, 6642, 10003, 9173, 7790, 8665, 6864, 9125, 6458, 10071, 7265, 11632, 10383, 10101, 9165, 6815, 9125, 6326, 9902, 7116, 12069, 6618, 11447, 7792, 10192, 9327, 7256, 8907, 7302, 9376, 6511, 10380, 7744, 10514, 8166, 8332, 7719, 6219, 9295, 6568, 11150, 6373, 10240, 6601, 10852, 7208, 10479, 9330, 7364, 9440, 6406, 9610, 6467, 10304, 7981, 10509, 9441, 7772, 8969, 7220, 9979, 7044, 11787, 7474, 11279, 8053, 11918, 7513, 8351, 7323, 6248, 7519, 6543, 8192, 6990, 6834, 9448, 6192, 9221, 6682, 10299, 9263, 9310, 8748, 6707, 9118, 7183, 11032, 7063, 12077, 8635, 12570, 7982, 11076, 6895, 9016, 7316, 6822, 10770, 6666, 10270, 6509, 9018, 6632, 7245, 8058, 6979, 11491, 6453, 10796, 6542, 10570, 6784, 10485, 9272, 7427, 8638, 6519, 8649, 6404, 9933, 6845, 9392, 9963, 6290, 7173, 6394, 11279, 6904, 10375, 10278, 8084, 12717, 6157, 11593, 6891, 6973, 7945, 6409, 12649, 9788, 6843, 7890, 6368, 12586, 7484, 10469, 11419, 7612, 9591, 6400, 6836, 6828, 6627, 10250, 7117, 12036, 8914, 6615, 8023, 6262, 11593, 7270, 9911, 10801, 7766, 9057, 6356, 6323, 8014, 6265, 11122, 8293, 10614, 8963, 7117, 9154, 6395, 10997, 8297, 9325, 11297, 7014, 11166, 6902, 10983, 9767, 8741, 9008, 7147, 13433, 8434, 6120, 7235, 6101, 6135, 8854, 6030, 9001, 10376, 7013, 10692, 6240, 10590, 8913, 7693, 10713, 8644, 11819, 7127, 10275, 6207, 9144, 7003, 8740, 9873, 6559, 8689, 6280, 8713, 6521, 10498, 6481, 11486, 8123, 12021, 7766, 6575, 6559, 6076, 6764, 6163, 8643, 6322, 10045, 6285, 9762, 6301, 10688, 6552, 11783, 8766, 9896, 7648, 7104, 7137, 6916, 7478, 8316, 8548, 9194, 8539, 8790, 6865, 10186, 6285, 10960, 6474, 11003, 6742, 10829, 7025, 9800, 6772, 8887, 6438, 8768, 6610, 9695, 7927, 9356, 8012, 6207, 7646, 6282, 8820, 6216, 10685, 7923, 10833, 6623, 9573, 7692, 7979, 9848, 7003, 11667, 7131, 10898, 6782, 10895, 8423, 10866, 9860, 8803, 9555, 6622, 10005, 6752, 11056, 7391, 11536, 9443, 11296, 8744, 6147, 8364, 6251, 10946, 7174, 10327, 10307, 7574, 9125, 6195, 10235, 6303, 11174, 8083, 11034, 10834, 7878, 9740, 6137, 8988, 6420, 7070, 9114, 6348, 10432, 6164, 10045, 6250, 9839, 8402, 8376, 11739, 8293, 12464, 6348, 6107, 6862, 6418, 9663, 7833, 12090, 7990, 11447, 8606, 6077, 7272, 6111, 10199, 6264, 11693, 8605, 11070, 9415, 8376, 10963, 8509, 12474, 7868, 12630, 11184, 7252, 8615, 6558, 9330, 7570, 7836, 7105, 6884, 8616, 7112, 10821, 6254, 6686, 6949, 6540, 8280, 7064, 10010, 7227, 9728, 8443, 6473, 6994, 6205, 7538, 6977, 7570, 9858, 6969, 9615, 6762, 9663, 7190, 10294, 8932, 10412, 11134, 9021, 10407, 6786, 10408, 6696, 10388, 8677, 9714, 11547, 7836, 8921, 6739, 9748, 6851, 9308, 8409, 9675, 11170, 8232, 8521, 6675, 9060, 6923, 10681, 7781, 10130, 9776, 8275, 10071, 6536, 8749, 7118, 10102, 7233, 12017, 9485, 12120, 10554, 6991, 8553, 7115, 6909, 6825, 11508, 6703, 7123, 6736, 7150, 7194, 6646, 11189, 6947, 9855, 6216, 6869, 8784, 6744, 9659, 7678, 12473, 7014, 6717, 7009, 6443, 7687, 9523, 11098, 9679, 7160, 7338, 6514, 11319, 8848, 11577, 12205, 11224, 12108, 7554, 11199, 6523, 9555, 9216, 7030, 11442, 7985, 10725, 6673, 6649, 6371, 7117, 8143, 6702, 10512, 10317, 7472, 7590, 7020, 8535, 6775, 8837, 8340, 8227, 11274, 8187, 11005, 6793, 8724, 7325, 6674, 11106, 6972, 12314, 6670, 10755, 6489, 6565, 8201, 6737, 10083, 7726, 11536, 6644, 9697, 12272, 10001, 13362, 9742, 6569, 6409, 6117, 6487, 7007, 9008, 8216, 6719, 9163, 8251, 10324, 9802, 7520, 10695, 6936, 10168, 9615, 8616, 11250, 8195, 13487, 9109, 11444, 7773, 8808, 8855, 7598, 10558, 7704, 11873, 9165, 11885, 6457, 6749, 6892, 6899, 8248, 6846, 9675, 6880, 11091, 7020, 7159, 7410, 6870, 7802, 6635, 9342, 6716, 11046, 7018, 6759, 7171, 6801, 8041, 6445, 10104, 7489, 11681, 7207, 6505, 7710, 6427, 9524, 7177, 11172, 8955, 6546, 8021, 6541, 9437, 6397, 11106, 8109, 11920, 8126, 10814, 6767, 10968, 7829, 10775, 8722, 11117, 9759, 8146, 8039, 6426, 7235, 6547, 7585, 6812, 8186, 8804, 9815, 6835, 8227, 6776, 7800, 6977, 8250, 6976, 9359, 6582, 9519, 6451, 9575, 6613, 10505, 6761, 11360, 8623, 12702, 6653, 11037, 6659, 10431, 6564, 10473, 8466, 10439, 10422, 7996, 10105, 7025, 11852, 7823, 12475, 8173, 12645, 9543, 9477, 7310, 5861, 5646, 6269, 7397, 6129, 5834, 5837, 5980, 7029, 9505, 13271, 10684, 12280, 9063, 9884, 7561, 6846, 8003, 7134, 11802, 6500, 9270, 6417, 6312, 9602, 8819, 11896, 8151, 10890, 7686, 11748, 6928, 7734, 7400, 7264, 9637, 6949, 11216, 8724, 11829, 7248, 10047, 6448, 8191, 7392, 8315, 7693, 7559, 9201, 7189, 10061, 6958, 7774, 7067, 8115, 6644, 8967, 6790, 11374, 6903, 7610, 6630, 6817, 7273, 7151, 7372, 7972, 9591, 7110, 9062, 6707, 9719, 6844, 11815, 8410, 12758, 8601, 10909, 6855, 10608, 6817, 10441, 7767, 11384, 8752, 11355, 10714, 7031, 8322, 6983, 8590, 6990, 10086, 6931, 11279, 8084, 12068, 7402, 9905, 6585, 8046, 7069, 7678, 8849, 7606, 11960, 6879, 10546, 6873, 10539, 6626, 10978, 8801, 8775, 10771, 6947, 9461, 6841, 10013, 6417, 9483, 10269, 8455, 9535, 6555, 8857, 6537, 6924, 7764, 7251, 12714, 8088, 11131, 7027, 9330, 9086, 7773, 11247, 7837, 11892, 6544, 7236, 7484, 6697, 12112, 9584, 12365, 9320, 6974, 7965, 6742, 10261, 7175, 12570, 10146, 11982, 7086, 8397, 7397, 7083, 9591, 7207, 12152, 7817, 10385, 6972, 8731, 7133, 6628, 10216, 7644, 9039, 9465, 6547, 9404, 6895, 9504, 6971, 8358, 10257, 7148, 9251, 6622, 10500, 6686, 10970, 6757, 8880, 7084, 6202, 6769, 6073, 7166, 5845, 7681, 6194, 7222, 7684, 11217, 10853, 8394, 8875, 6466, 7456, 6570, 9668, 6466, 11277, 8506, 7911, 8077, 6688, 7900, 6868, 9648, 7116, 11950, 9360, 10192, 7807, 7361, 7821, 7134, 11216, 8644, 13186, 9108, 12557, 6888, 11540, 7867, 10500, 9396, 10468, 10295, 11067, 12151, 8968, 9621, 7298, 9780, 6842, 12467, 9535, 13161, 11199, 6909, 8266, 6767, 7964, 6447, 11201, 8897, 11584, 8143, 7306, 7697, 7165, 9019, 6745, 11233, 7769, 13271, 6467, 8652, 7126, 7093, 8755, 7776, 10981, 8077, 13435, 6842, 10238, 6680, 6910, 7578, 6603, 12081, 9310, 12156, 6912, 7125, 7942, 6136, 9755, 6984, 13143, 11080, 6865, 8430, 6755, 8513, 6441, 11243, 7440, 12727, 7478, 11764, 6504, 10490, 6479, 9347, 8465, 8058, 12220, 7539, 9123, 6576, 8838, 6636, 8426, 9601, 7637, 12356, 6380, 10472, 6896, 7544, 9917, 8237, 12375, 7951, 7949, 9073, 7083, 9161, 9571, 6937, 12295, 12277, 9600, 12058, 6597, 10631, 6921, 10224, 8689, 9224, 10245, 7756, 10555, 6768, 9059, 6620, 9919, 6598, 11344, 7349, 10727, 6629, 6975, 8864, 6581, 6981, 6657, 8185, 6681, 11183, 6496, 6833, 7286, 6788, 9585, 9569, 11310, 8268, 10088, 6615, 10249, 6920, 12797, 9270, 12858, 11525, 9037, 9203, 7826, 8141, 7582, 8871, 6849, 10761, 7057, 9821, 6595, 8752, 7099, 8605, 7325, 11285, 6588, 9996, 7006, 9584, 6740, 11639, 8853, 10532, 7934, 8859, 6942, 7314, 8350, 7160, 12491, 7492, 11540, 6517, 10990, 7184, 12248, 9174, 11599, 10475, 7186, 7762, 6638, 9016, 6744, 12268, 9505, 13161, 6806, 11276, 6647, 7985, 9003, 7648, 12798, 6582, 10834, 6433], 'WindowCenter': [3865.0, 3832.0, 3860.0, 3826.0, 3856.0, 3845.0, 3801.0, 3811.0, 3789.0, 3819.0, 3780.0, 3833.0, 3801.0, 3843.0, 3820.0, 3798.0, 3799.0, 3779.0, 3821.0, 3780.0, 3849.0, 3837.0, 3825.0, 3823.0, 3790.0, 3799.0, 3780.0, 3810.0, 3791.0, 3823.0, 3824.0, 3814.0, 3814.0, 3802.0, 3812.0, 3768.0, 3810.0, 3791.0, 3821.0, 3789.0, 3820.0, 3798.0, 3808.0, 3778.0, 3809.0, 3767.0, 3808.0, 3778.0, 3817.0, 3788.0, 3808.0, 3789.0, 3780.0, 3792.0, 3767.0, 3790.0, 3778.0, 3800.0, 3779.0, 3822.0, 3779.0, 3820.0, 3768.0, 3810.0, 3769.0, 3811.0, 3781.0, 3821.0, 3802.0, 3822.0, 3780.0, 3811.0, 3780.0, 3811.0, 3779.0, 3823.0, 3812.0, 3812.0, 3801.0, 3799.0, 3790.0, 3820.0, 3770.0, 3819.0, 3801.0, 3822.0, 3801.0, 3769.0, 3791.0, 3780.0, 3802.0, 3780.0, 3813.0, 3810.0, 3822.0, 3780.0, 3812.0, 3768.0, 3800.0, 3780.0, 3813.0, 3780.0, 3822.0, 3768.0, 3809.0, 3780.0, 3822.0, 3782.0, 3822.0, 3803.0, 3833.0, 3823.0, 3822.0, 3792.0, 3832.0, 3801.0, 3820.0, 3800.0, 3832.0, 3809.0, 3800.0, 3800.0, 3820.0, 3810.0, 3819.0, 3810.0, 3810.0, 3820.0, 3779.0, 3810.0, 3778.0, 3811.0, 3768.0, 3823.0, 3791.0, 3820.0, 3788.0, 3810.0, 3758.0, 3809.0, 3768.0, 3819.0, 3791.0, 3846.0, 3779.0, 3812.0, 3791.0, 3813.0, 3814.0, 3792.0, 3833.0, 3823.0, 3791.0, 3811.0, 3781.0, 3823.0, 3780.0, 3820.0, 3789.0, 3810.0, 3778.0, 3808.0, 3808.0, 3808.0, 3815.0, 3806.0, 3803.0, 3790.0, 3789.0, 3767.0, 3777.0, 3734.0, 3765.0, 3724.0, 3764.0, 3723.0, 3755.0, 3735.0, 3756.0, 3734.0, 3758.0, 3746.0, 3749.0, 3748.0, 3749.0, 3760.0, 3763.0, 3782.0, 3753.0, 3794.0, 3753.0, 3784.0, 3764.0, 3784.0, 3765.0, 3787.0, 3776.0, 3787.0, 3768.0, 3799.0, 3780.0, 3811.0, 3781.0, 3801.0, 3781.0, 3781.0, 3792.0, 3781.0, 3793.0, 3793.0, 3815.0, 3783.0, 3848.0, 3795.0, 3847.0, 3796.0, 3846.0, 3837.0, 3836.0, 3838.0, 3814.0, 3835.0, 3792.0, 3833.0, 3792.0, 3845.0, 3834.0, 3802.0, 3812.0, 3782.0, 3813.0, 3792.0, 3834.0, 3813.0, 3844.0, 3825.0, 3812.0, 3814.0, 3792.0, 3813.0, 3782.0, 3833.0, 3803.0, 3823.0, 3792.0, 3791.0, 3815.0, 3793.0, 3837.0, 3803.0, 3845.0, 3793.0, 3833.0, 3793.0, 3833.0, 3814.0, 3832.0, 3823.0, 3823.0, 3811.0, 3780.0, 3801.0, 3781.0, 3811.0, 3782.0, 3823.0, 3781.0, 3823.0, 3781.0, 3822.0, 3782.0, 3823.0, 3803.0, 3823.0, 3794.0, 3781.0, 3803.0, 3793.0, 3826.0, 3783.0, 3824.0, 3794.0, 3824.0, 3806.0, 3837.0, 3826.0, 3814.0, 3825.0, 3793.0, 3824.0, 3784.0, 3835.0, 3806.0, 3846.0, 3836.0, 3834.0, 3823.0, 3794.0, 3825.0, 3782.0, 3825.0, 3792.0, 3844.0, 3792.0, 3833.0, 3804.0, 3834.0, 3824.0, 3803.0, 3813.0, 3802.0, 3823.0, 3783.0, 3834.0, 3803.0, 3834.0, 3814.0, 3812.0, 3802.0, 3781.0, 3825.0, 3792.0, 3834.0, 3782.0, 3822.0, 3793.0, 3833.0, 3803.0, 3833.0, 3824.0, 3791.0, 3822.0, 3779.0, 3822.0, 3781.0, 3823.0, 3813.0, 3834.0, 3823.0, 3802.0, 3813.0, 3792.0, 3822.0, 3792.0, 3834.0, 3803.0, 3823.0, 3802.0, 3835.0, 3791.0, 3799.0, 3788.0, 3781.0, 3804.0, 3793.0, 3813.0, 3804.0, 3793.0, 3836.0, 3784.0, 3837.0, 3807.0, 3837.0, 3827.0, 3826.0, 3826.0, 3793.0, 3824.0, 3792.0, 3836.0, 3793.0, 3835.0, 3813.0, 3833.0, 3801.0, 3821.0, 3779.0, 3798.0, 3789.0, 3778.0, 3821.0, 3778.0, 3820.0, 3779.0, 3810.0, 3778.0, 3789.0, 3802.0, 3790.0, 3833.0, 3779.0, 3821.0, 3780.0, 3821.0, 3779.0, 3821.0, 3812.0, 3790.0, 3811.0, 3778.0, 3810.0, 3780.0, 3821.0, 3793.0, 3838.0, 3839.0, 3770.0, 3780.0, 3770.0, 3823.0, 3798.0, 3824.0, 3824.0, 3804.0, 3834.0, 3759.0, 3834.0, 3781.0, 3769.0, 3792.0, 3757.0, 3821.0, 3799.0, 3783.0, 3792.0, 3769.0, 3820.0, 3779.0, 3811.0, 3821.0, 3776.0, 3800.0, 3747.0, 3756.0, 3757.0, 3757.0, 3799.0, 3757.0, 3809.0, 3788.0, 3745.0, 3773.0, 3766.0, 3845.0, 3804.0, 3847.0, 3847.0, 3802.0, 3811.0, 3778.0, 3767.0, 3799.0, 3781.0, 3834.0, 3814.0, 3836.0, 3826.0, 3805.0, 3823.0, 3781.0, 3831.0, 3801.0, 3811.0, 3833.0, 3791.0, 3833.0, 3791.0, 3834.0, 3851.0, 3812.0, 3809.0, 3789.0, 3854.0, 3812.0, 3782.0, 3802.0, 3780.0, 3768.0, 3823.0, 3782.0, 3823.0, 3835.0, 3792.0, 3832.0, 3781.0, 3833.0, 3812.0, 3802.0, 3835.0, 3811.0, 3833.0, 3790.0, 3819.0, 3767.0, 3808.0, 3788.0, 3811.0, 3820.0, 3767.0, 3799.0, 3779.0, 3809.0, 3779.0, 3821.0, 3780.0, 3831.0, 3802.0, 3830.0, 3788.0, 3778.0, 3767.0, 3766.0, 3779.0, 3768.0, 3810.0, 3778.0, 3821.0, 3778.0, 3820.0, 3781.0, 3820.0, 3780.0, 3832.0, 3812.0, 3822.0, 3801.0, 3789.0, 3789.0, 3790.0, 3790.0, 3800.0, 3812.0, 3810.0, 3800.0, 3797.0, 3779.0, 3820.0, 3767.0, 3819.0, 3780.0, 3820.0, 3781.0, 3835.0, 3793.0, 3821.0, 3779.0, 3809.0, 3782.0, 3824.0, 3793.0, 3822.0, 3812.0, 3822.0, 3803.0, 3771.0, 3813.0, 3781.0, 3824.0, 3784.0, 3834.0, 3815.0, 3833.0, 3793.0, 3835.0, 3814.0, 3814.0, 3835.0, 3803.0, 3847.0, 3793.0, 3833.0, 3794.0, 3833.0, 3813.0, 3833.0, 3824.0, 3813.0, 3822.0, 3781.0, 3821.0, 3778.0, 3819.0, 3791.0, 3830.0, 3823.0, 3832.0, 3811.0, 3768.0, 3798.0, 3767.0, 3818.0, 3779.0, 3821.0, 3821.0, 3790.0, 3811.0, 3766.0, 3819.0, 3779.0, 3820.0, 3787.0, 3819.0, 3820.0, 3798.0, 3810.0, 3767.0, 3810.0, 3779.0, 3790.0, 3811.0, 3779.0, 3821.0, 3770.0, 3821.0, 3768.0, 3822.0, 3813.0, 3800.0, 3831.0, 3799.0, 3832.0, 3780.0, 3768.0, 3777.0, 3767.0, 3821.0, 3790.0, 3830.0, 3799.0, 3829.0, 3809.0, 3767.0, 3788.0, 3767.0, 3818.0, 3767.0, 3818.0, 3797.0, 3818.0, 3798.0, 3786.0, 3807.0, 3783.0, 3815.0, 3773.0, 3818.0, 3789.0, 3707.0, 3726.0, 3694.0, 3751.0, 3801.0, 3801.0, 3788.0, 3776.0, 3796.0, 3773.0, 3804.0, 3750.0, 3761.0, 3763.0, 3753.0, 3796.0, 3777.0, 3808.0, 3789.0, 3810.0, 3798.0, 3765.0, 3775.0, 3765.0, 3787.0, 3790.0, 3802.0, 3833.0, 3792.0, 3823.0, 3790.0, 3821.0, 3790.0, 3821.0, 3811.0, 3820.0, 3832.0, 3811.0, 3819.0, 3777.0, 3819.0, 3793.0, 3820.0, 3809.0, 3808.0, 3819.0, 3788.0, 3797.0, 3776.0, 3808.0, 3777.0, 3809.0, 3801.0, 3810.0, 3820.0, 3798.0, 3799.0, 3777.0, 3798.0, 3777.0, 3819.0, 3787.0, 3808.0, 3811.0, 3798.0, 3810.0, 3767.0, 3798.0, 3778.0, 3807.0, 3788.0, 3818.0, 3809.0, 3818.0, 3818.0, 3788.0, 3810.0, 3779.0, 3789.0, 3778.0, 3833.0, 3791.0, 3789.0, 3779.0, 3788.0, 3802.0, 3792.0, 3833.0, 3790.0, 3822.0, 3769.0, 3780.0, 3811.0, 3778.0, 3821.0, 3813.0, 3844.0, 3793.0, 3792.0, 3763.0, 3712.0, 3840.0, 3835.0, 3833.0, 3821.0, 3778.0, 3785.0, 3766.0, 3818.0, 3808.0, 3829.0, 3843.0, 3833.0, 3830.0, 3788.0, 3819.0, 3764.0, 3806.0, 3796.0, 3775.0, 3818.0, 3786.0, 3817.0, 3777.0, 3776.0, 3766.0, 3778.0, 3798.0, 3778.0, 3818.0, 3820.0, 3789.0, 3788.0, 3790.0, 3810.0, 3779.0, 3810.0, 3809.0, 3800.0, 3831.0, 3799.0, 3820.0, 3779.0, 3808.0, 3789.0, 3779.0, 3832.0, 3789.0, 3830.0, 3778.0, 3829.0, 3779.0, 3779.0, 3808.0, 3780.0, 3821.0, 3801.0, 3832.0, 3805.0, 3808.0, 3844.0, 3809.0, 3865.0, 3802.0, 3772.0, 3685.0, 3800.0, 3809.0, 3821.0, 3839.0, 3828.0, 3768.0, 3852.0, 3828.0, 3835.0, 3823.0, 3801.0, 3820.0, 3777.0, 3820.0, 3810.0, 3811.0, 3833.0, 3813.0, 3844.0, 3799.0, 3819.0, 3787.0, 3799.0, 3799.0, 3789.0, 3794.0, 3789.0, 3820.0, 3810.0, 3817.0, 3766.0, 3777.0, 3774.0, 3774.0, 3782.0, 3763.0, 3794.0, 3775.0, 3817.0, 3777.0, 3776.0, 3787.0, 3776.0, 3787.0, 3775.0, 3808.0, 3777.0, 3818.0, 3777.0, 3776.0, 3789.0, 3778.0, 3800.0, 3792.0, 3846.0, 3816.0, 3845.0, 3815.0, 3792.0, 3802.0, 3779.0, 3822.0, 3802.0, 3833.0, 3823.0, 3790.0, 3813.0, 3782.0, 3824.0, 3791.0, 3845.0, 3814.0, 3833.0, 3811.0, 3831.0, 3779.0, 3820.0, 3800.0, 3819.0, 3811.0, 3833.0, 3821.0, 3797.0, 3798.0, 3766.0, 3787.0, 3766.0, 3799.0, 3778.0, 3810.0, 3810.0, 3821.0, 3778.0, 3809.0, 3777.0, 3800.0, 3791.0, 3824.0, 3803.0, 3821.0, 3779.0, 3808.0, 3778.0, 3821.0, 3792.0, 3832.0, 3791.0, 3832.0, 3811.0, 3841.0, 3780.0, 3831.0, 3777.0, 3818.0, 3779.0, 3818.0, 3810.0, 3820.0, 3832.0, 3799.0, 3820.0, 3801.0, 3831.0, 3801.0, 3871.0, 3856.0, 3858.0, 3837.0, 3811.0, 3758.0, 3624.0, 3537.0, 3545.0, 3614.0, 3581.0, 3611.0, 3628.0, 3654.0, 3776.0, 4117.0, 4024.0, 3904.0, 3887.0, 3853.0, 3796.0, 3690.0, 3750.0, 3819.0, 3822.0, 3848.0, 3782.0, 3811.0, 3770.0, 3783.0, 3810.0, 3787.0, 3820.0, 3791.0, 3836.0, 3807.0, 3848.0, 3806.0, 3801.0, 3804.0, 3791.0, 3810.0, 3776.0, 3821.0, 3800.0, 3820.0, 3790.0, 3810.0, 3770.0, 3800.0, 3790.0, 3813.0, 3802.0, 3790.0, 3812.0, 3779.0, 3811.0, 3779.0, 3802.0, 3779.0, 3800.0, 3780.0, 3811.0, 3780.0, 3821.0, 3779.0, 3789.0, 3780.0, 3778.0, 3792.0, 3792.0, 3804.0, 3804.0, 3825.0, 3793.0, 3813.0, 3781.0, 3823.0, 3782.0, 3835.0, 3814.0, 3835.0, 3814.0, 3824.0, 3782.0, 3822.0, 3781.0, 3822.0, 3803.0, 3832.0, 3813.0, 3833.0, 3823.0, 3791.0, 3803.0, 3790.0, 3801.0, 3790.0, 3822.0, 3780.0, 3823.0, 3801.0, 3832.0, 3790.0, 3811.0, 3780.0, 3801.0, 3779.0, 3790.0, 3812.0, 3790.0, 3833.0, 3779.0, 3821.0, 3779.0, 3820.0, 3780.0, 3821.0, 3812.0, 3811.0, 3822.0, 3791.0, 3810.0, 3780.0, 3836.0, 3797.0, 3812.0, 3836.0, 3813.0, 3837.0, 3793.0, 3822.0, 3782.0, 3792.0, 3802.0, 3791.0, 3834.0, 3802.0, 3821.0, 3791.0, 3811.0, 3812.0, 3802.0, 3834.0, 3801.0, 3833.0, 3780.0, 3789.0, 3790.0, 3778.0, 3832.0, 3822.0, 3832.0, 3812.0, 3779.0, 3799.0, 3779.0, 3821.0, 3779.0, 3830.0, 3821.0, 3820.0, 3779.0, 3797.0, 3789.0, 3790.0, 3837.0, 3779.0, 3820.0, 3792.0, 3809.0, 3792.0, 3814.0, 3793.0, 3795.0, 3837.0, 3817.0, 3812.0, 3824.0, 3783.0, 3826.0, 3793.0, 3810.0, 3791.0, 3802.0, 3822.0, 3779.0, 3810.0, 3778.0, 3820.0, 3779.0, 3822.0, 3781.0, 3812.0, 3789.0, 3781.0, 3792.0, 3753.0, 3662.0, 3626.0, 3704.0, 3700.0, 3733.0, 3775.0, 4015.0, 3934.0, 3855.0, 3839.0, 3792.0, 3801.0, 3791.0, 3820.0, 3780.0, 3832.0, 3824.0, 3829.0, 3829.0, 3805.0, 3814.0, 3793.0, 3835.0, 3804.0, 3845.0, 3825.0, 3834.0, 3815.0, 3817.0, 3816.0, 3804.0, 3845.0, 3824.0, 3844.0, 3811.0, 3831.0, 3790.0, 3832.0, 3800.0, 3822.0, 3822.0, 3820.0, 3822.0, 3833.0, 3832.0, 3809.0, 3809.0, 3788.0, 3820.0, 3793.0, 3844.0, 3796.0, 3832.0, 3833.0, 3789.0, 3798.0, 3778.0, 3797.0, 3778.0, 3829.0, 3810.0, 3829.0, 3798.0, 3788.0, 3800.0, 3788.0, 3811.0, 3780.0, 3830.0, 3801.0, 3829.0, 3768.0, 3797.0, 3788.0, 3787.0, 3799.0, 3800.0, 3821.0, 3799.0, 3841.0, 3777.0, 3819.0, 3777.0, 3787.0, 3790.0, 3778.0, 3832.0, 3821.0, 3831.0, 3802.0, 3803.0, 3813.0, 3781.0, 3824.0, 3792.0, 3842.0, 3831.0, 3779.0, 3799.0, 3777.0, 3798.0, 3768.0, 3820.0, 3788.0, 3830.0, 3790.0, 3830.0, 3767.0, 3817.0, 3767.0, 3809.0, 3799.0, 3799.0, 3831.0, 3788.0, 3809.0, 3778.0, 3810.0, 3780.0, 3811.0, 3822.0, 3801.0, 3844.0, 3779.0, 3821.0, 3790.0, 3800.0, 3822.0, 3800.0, 3844.0, 3813.0, 3826.0, 3826.0, 3802.0, 3822.0, 3822.0, 3790.0, 3843.0, 3844.0, 3821.0, 3831.0, 3779.0, 3821.0, 3790.0, 3819.0, 3800.0, 3811.0, 3819.0, 3789.0, 3820.0, 3778.0, 3808.0, 3778.0, 3809.0, 3778.0, 3831.0, 3789.0, 3820.0, 3779.0, 3788.0, 3811.0, 3779.0, 3789.0, 3790.0, 3812.0, 3793.0, 3834.0, 3781.0, 3791.0, 3803.0, 3791.0, 3835.0, 3825.0, 3834.0, 3812.0, 3824.0, 3792.0, 3833.0, 3806.0, 3845.0, 3823.0, 3844.0, 3833.0, 3809.0, 3810.0, 3789.0, 3800.0, 3801.0, 3826.0, 3781.0, 3833.0, 3790.0, 3823.0, 3777.0, 3799.0, 3777.0, 3798.0, 3787.0, 3831.0, 3780.0, 3819.0, 3789.0, 3809.0, 3778.0, 3830.0, 3811.0, 3820.0, 3801.0, 3823.0, 3791.0, 3790.0, 3810.0, 3790.0, 3832.0, 3789.0, 3830.0, 3768.0, 3821.0, 3804.0, 3832.0, 3821.0, 3831.0, 3820.0, 3788.0, 3799.0, 3778.0, 3809.0, 3780.0, 3831.0, 3822.0, 3841.0, 3779.0, 3819.0, 3778.0, 3798.0, 3811.0, 3799.0, 3830.0, 3778.0, 3819.0, 3777.0], 'WindowWidth': [8653.0, 8600.0, 8635.0, 8584.0, 8623.0, 8604.0, 8539.0, 8551.0, 8521.0, 8560.0, 8510.0, 8586.0, 8538.0, 8597.0, 8564.0, 8533.0, 8535.0, 8509.0, 8566.0, 8512.0, 8618.0, 8599.0, 8577.0, 8571.0, 8525.0, 8533.0, 8508.0, 8549.0, 8526.0, 8570.0, 8576.0, 8560.0, 8559.0, 8541.0, 8554.0, 8493.0, 8548.0, 8527.0, 8564.0, 8518.0, 8562.0, 8530.0, 8542.0, 8503.0, 8544.0, 8487.0, 8542.0, 8503.0, 8555.0, 8518.0, 8542.0, 8519.0, 8514.0, 8531.0, 8491.0, 8524.0, 8507.0, 8539.0, 8508.0, 8568.0, 8508.0, 8563.0, 8493.0, 8550.0, 8496.0, 8553.0, 8515.0, 8567.0, 8542.0, 8567.0, 8510.0, 8552.0, 8511.0, 8553.0, 8510.0, 8571.0, 8557.0, 8554.0, 8540.0, 8534.0, 8524.0, 8562.0, 8497.0, 8561.0, 8540.0, 8568.0, 8538.0, 8495.0, 8527.0, 8510.0, 8542.0, 8511.0, 8559.0, 8552.0, 8569.0, 8510.0, 8553.0, 8493.0, 8536.0, 8510.0, 8556.0, 8511.0, 8569.0, 8494.0, 8549.0, 8511.0, 8569.0, 8516.0, 8569.0, 8546.0, 8586.0, 8572.0, 8568.0, 8530.0, 8582.0, 8540.0, 8565.0, 8539.0, 8583.0, 8549.0, 8535.0, 8536.0, 8562.0, 8548.0, 8560.0, 8550.0, 8550.0, 8563.0, 8507.0, 8550.0, 8507.0, 8552.0, 8494.0, 8572.0, 8526.0, 8565.0, 8517.0, 8549.0, 8478.0, 8546.0, 8493.0, 8561.0, 8527.0, 8609.0, 8511.0, 8559.0, 8532.0, 8562.0, 8563.0, 8531.0, 8587.0, 8573.0, 8528.0, 8555.0, 8516.0, 8573.0, 8512.0, 8564.0, 8520.0, 8549.0, 8505.0, 8547.0, 8543.0, 8543.0, 8548.0, 8533.0, 8526.0, 8502.0, 8500.0, 8467.0, 8479.0, 8419.0, 8460.0, 8405.0, 8460.0, 8406.0, 8449.0, 8422.0, 8452.0, 8423.0, 8459.0, 8442.0, 8449.0, 8447.0, 8453.0, 8467.0, 8474.0, 8499.0, 8463.0, 8519.0, 8463.0, 8505.0, 8479.0, 8507.0, 8484.0, 8514.0, 8499.0, 8515.0, 8492.0, 8534.0, 8513.0, 8555.0, 8516.0, 8542.0, 8518.0, 8516.0, 8534.0, 8519.0, 8536.0, 8535.0, 8567.0, 8524.0, 8615.0, 8543.0, 8613.0, 8543.0, 8610.0, 8600.0, 8595.0, 8601.0, 8563.0, 8593.0, 8532.0, 8588.0, 8533.0, 8606.0, 8591.0, 8544.0, 8558.0, 8518.0, 8561.0, 8532.0, 8588.0, 8561.0, 8603.0, 8578.0, 8558.0, 8561.0, 8530.0, 8561.0, 8520.0, 8588.0, 8550.0, 8574.0, 8533.0, 8529.0, 8565.0, 8535.0, 8596.0, 8547.0, 8604.0, 8534.0, 8587.0, 8534.0, 8587.0, 8564.0, 8585.0, 8575.0, 8572.0, 8557.0, 8513.0, 8542.0, 8516.0, 8556.0, 8517.0, 8571.0, 8516.0, 8573.0, 8515.0, 8572.0, 8520.0, 8574.0, 8548.0, 8573.0, 8537.0, 8518.0, 8548.0, 8537.0, 8582.0, 8522.0, 8578.0, 8538.0, 8579.0, 8557.0, 8598.0, 8585.0, 8565.0, 8581.0, 8536.0, 8578.0, 8524.0, 8593.0, 8556.0, 8610.0, 8597.0, 8591.0, 8576.0, 8535.0, 8578.0, 8519.0, 8579.0, 8533.0, 8603.0, 8530.0, 8586.0, 8549.0, 8590.0, 8576.0, 8545.0, 8560.0, 8545.0, 8574.0, 8522.0, 8589.0, 8550.0, 8588.0, 8562.0, 8558.0, 8545.0, 8517.0, 8578.0, 8530.0, 8589.0, 8518.0, 8571.0, 8533.0, 8585.0, 8547.0, 8585.0, 8576.0, 8529.0, 8570.0, 8512.0, 8568.0, 8516.0, 8574.0, 8563.0, 8589.0, 8574.0, 8544.0, 8558.0, 8529.0, 8569.0, 8529.0, 8587.0, 8546.0, 8565.0, 8541.0, 8591.0, 8527.0, 8535.0, 8518.0, 8514.0, 8549.0, 8537.0, 8561.0, 8551.0, 8537.0, 8597.0, 8527.0, 8600.0, 8560.0, 8600.0, 8585.0, 8582.0, 8581.0, 8533.0, 8575.0, 8531.0, 8592.0, 8533.0, 8590.0, 8558.0, 8588.0, 8540.0, 8565.0, 8506.0, 8531.0, 8521.0, 8505.0, 8566.0, 8506.0, 8563.0, 8510.0, 8550.0, 8508.0, 8522.0, 8543.0, 8524.0, 8584.0, 8509.0, 8566.0, 8511.0, 8566.0, 8509.0, 8568.0, 8556.0, 8526.0, 8552.0, 8507.0, 8550.0, 8513.0, 8567.0, 8533.0, 8604.0, 8603.0, 8495.0, 8505.0, 8493.0, 8568.0, 8544.0, 8569.0, 8569.0, 8544.0, 8586.0, 8477.0, 8585.0, 8509.0, 8488.0, 8521.0, 8468.0, 8560.0, 8528.0, 8513.0, 8523.0, 8491.0, 8557.0, 8504.0, 8547.0, 8560.0, 8494.0, 8529.0, 8452.0, 8463.0, 8467.0, 8465.0, 8522.0, 8466.0, 8536.0, 8507.0, 8446.0, 8484.0, 8484.0, 8606.0, 8552.0, 8615.0, 8614.0, 8546.0, 8554.0, 8509.0, 8490.0, 8536.0, 8514.0, 8589.0, 8567.0, 8598.0, 8584.0, 8557.0, 8575.0, 8517.0, 8580.0, 8541.0, 8554.0, 8588.0, 8531.0, 8586.0, 8531.0, 8590.0, 8628.0, 8556.0, 8547.0, 8525.0, 8619.0, 8557.0, 8522.0, 8547.0, 8515.0, 8497.0, 8574.0, 8521.0, 8576.0, 8592.0, 8531.0, 8584.0, 8516.0, 8586.0, 8557.0, 8543.0, 8593.0, 8555.0, 8586.0, 8524.0, 8561.0, 8490.0, 8546.0, 8520.0, 8553.0, 8564.0, 8490.0, 8533.0, 8509.0, 8547.0, 8509.0, 8566.0, 8512.0, 8580.0, 8543.0, 8577.0, 8521.0, 8504.0, 8491.0, 8488.0, 8509.0, 8495.0, 8552.0, 8508.0, 8566.0, 8508.0, 8563.0, 8513.0, 8563.0, 8514.0, 8584.0, 8557.0, 8568.0, 8541.0, 8521.0, 8522.0, 8524.0, 8525.0, 8538.0, 8555.0, 8550.0, 8536.0, 8530.0, 8508.0, 8562.0, 8491.0, 8562.0, 8510.0, 8565.0, 8513.0, 8592.0, 8536.0, 8566.0, 8508.0, 8547.0, 8520.0, 8577.0, 8535.0, 8570.0, 8558.0, 8569.0, 8546.0, 8502.0, 8561.0, 8518.0, 8575.0, 8525.0, 8591.0, 8566.0, 8587.0, 8535.0, 8593.0, 8564.0, 8562.0, 8592.0, 8547.0, 8610.0, 8533.0, 8586.0, 8537.0, 8587.0, 8559.0, 8587.0, 8576.0, 8559.0, 8569.0, 8512.0, 8566.0, 8507.0, 8562.0, 8527.0, 8578.0, 8572.0, 8584.0, 8553.0, 8492.0, 8532.0, 8491.0, 8557.0, 8509.0, 8566.0, 8568.0, 8523.0, 8553.0, 8489.0, 8560.0, 8508.0, 8562.0, 8515.0, 8559.0, 8564.0, 8533.0, 8550.0, 8495.0, 8551.0, 8510.0, 8523.0, 8554.0, 8509.0, 8568.0, 8498.0, 8566.0, 8493.0, 8568.0, 8559.0, 8540.0, 8583.0, 8538.0, 8582.0, 8510.0, 8492.0, 8504.0, 8491.0, 8567.0, 8524.0, 8578.0, 8535.0, 8576.0, 8549.0, 8492.0, 8518.0, 8489.0, 8558.0, 8489.0, 8558.0, 8530.0, 8557.0, 8531.0, 8512.0, 8542.0, 8503.0, 8546.0, 8488.0, 8557.0, 8500.0, 8366.0, 8387.0, 8346.0, 8433.0, 8543.0, 8542.0, 8520.0, 8500.0, 8527.0, 8493.0, 8533.0, 8457.0, 8471.0, 8476.0, 8465.0, 8525.0, 8503.0, 8545.0, 8522.0, 8549.0, 8531.0, 8486.0, 8497.0, 8487.0, 8518.0, 8528.0, 8546.0, 8589.0, 8534.0, 8576.0, 8529.0, 8569.0, 8526.0, 8567.0, 8555.0, 8564.0, 8583.0, 8551.0, 8561.0, 8505.0, 8561.0, 8536.0, 8566.0, 8550.0, 8546.0, 8561.0, 8516.0, 8529.0, 8501.0, 8544.0, 8503.0, 8546.0, 8538.0, 8549.0, 8564.0, 8531.0, 8533.0, 8502.0, 8530.0, 8503.0, 8558.0, 8516.0, 8544.0, 8552.0, 8530.0, 8548.0, 8490.0, 8530.0, 8505.0, 8541.0, 8521.0, 8558.0, 8546.0, 8558.0, 8557.0, 8518.0, 8553.0, 8507.0, 8521.0, 8507.0, 8586.0, 8529.0, 8524.0, 8509.0, 8521.0, 8546.0, 8534.0, 8586.0, 8525.0, 8569.0, 8497.0, 8511.0, 8554.0, 8507.0, 8567.0, 8563.0, 8606.0, 8534.0, 8531.0, 8478.0, 8384.0, 8615.0, 8593.0, 8587.0, 8567.0, 8506.0, 8512.0, 8486.0, 8557.0, 8545.0, 8575.0, 8602.0, 8589.0, 8579.0, 8519.0, 8559.0, 8483.0, 8538.0, 8525.0, 8497.0, 8557.0, 8513.0, 8555.0, 8501.0, 8501.0, 8488.0, 8506.0, 8532.0, 8507.0, 8558.0, 8563.0, 8520.0, 8519.0, 8525.0, 8550.0, 8509.0, 8550.0, 8549.0, 8538.0, 8580.0, 8536.0, 8564.0, 8509.0, 8547.0, 8523.0, 8508.0, 8582.0, 8523.0, 8580.0, 8507.0, 8576.0, 8509.0, 8509.0, 8549.0, 8513.0, 8569.0, 8542.0, 8584.0, 8558.0, 8543.0, 8606.0, 8543.0, 8646.0, 8534.0, 8496.0, 8332.0, 8560.0, 8571.0, 8588.0, 8608.0, 8591.0, 8492.0, 8630.0, 8590.0, 8593.0, 8573.0, 8540.0, 8561.0, 8504.0, 8562.0, 8552.0, 8553.0, 8586.0, 8560.0, 8601.0, 8534.0, 8557.0, 8512.0, 8531.0, 8534.0, 8519.0, 8512.0, 8519.0, 8562.0, 8548.0, 8555.0, 8485.0, 8505.0, 8495.0, 8491.0, 8500.0, 8476.0, 8520.0, 8497.0, 8555.0, 8502.0, 8501.0, 8517.0, 8502.0, 8516.0, 8500.0, 8544.0, 8505.0, 8560.0, 8505.0, 8504.0, 8522.0, 8509.0, 8541.0, 8536.0, 8611.0, 8575.0, 8608.0, 8569.0, 8535.0, 8545.0, 8513.0, 8572.0, 8547.0, 8589.0, 8575.0, 8530.0, 8561.0, 8520.0, 8576.0, 8532.0, 8608.0, 8566.0, 8589.0, 8556.0, 8582.0, 8511.0, 8565.0, 8539.0, 8562.0, 8554.0, 8589.0, 8568.0, 8529.0, 8532.0, 8487.0, 8517.0, 8488.0, 8535.0, 8507.0, 8553.0, 8551.0, 8567.0, 8507.0, 8550.0, 8505.0, 8538.0, 8530.0, 8579.0, 8551.0, 8568.0, 8508.0, 8546.0, 8507.0, 8568.0, 8534.0, 8584.0, 8531.0, 8584.0, 8556.0, 8595.0, 8512.0, 8579.0, 8507.0, 8561.0, 8509.0, 8561.0, 8553.0, 8565.0, 8584.0, 8536.0, 8565.0, 8545.0, 8583.0, 8542.0, 8655.0, 8647.0, 8631.0, 8602.0, 8553.0, 8457.0, 8216.0, 8044.0, 8054.0, 8182.0, 8133.0, 8194.0, 8233.0, 8280.0, 8503.0, 9148.0, 8953.0, 8728.0, 8691.0, 8635.0, 8520.0, 8335.0, 8466.0, 8580.0, 8588.0, 8612.0, 8514.0, 8549.0, 8494.0, 8517.0, 8547.0, 8506.0, 8558.0, 8522.0, 8593.0, 8556.0, 8612.0, 8557.0, 8542.0, 8549.0, 8526.0, 8548.0, 8499.0, 8562.0, 8535.0, 8562.0, 8522.0, 8549.0, 8496.0, 8535.0, 8523.0, 8558.0, 8544.0, 8522.0, 8554.0, 8507.0, 8551.0, 8506.0, 8543.0, 8508.0, 8535.0, 8509.0, 8553.0, 8510.0, 8565.0, 8507.0, 8520.0, 8509.0, 8507.0, 8529.0, 8531.0, 8550.0, 8549.0, 8578.0, 8533.0, 8560.0, 8515.0, 8571.0, 8518.0, 8591.0, 8562.0, 8590.0, 8562.0, 8574.0, 8516.0, 8570.0, 8516.0, 8569.0, 8545.0, 8582.0, 8559.0, 8585.0, 8572.0, 8526.0, 8543.0, 8525.0, 8540.0, 8524.0, 8568.0, 8510.0, 8570.0, 8540.0, 8580.0, 8524.0, 8552.0, 8509.0, 8538.0, 8508.0, 8523.0, 8555.0, 8525.0, 8583.0, 8508.0, 8564.0, 8509.0, 8562.0, 8509.0, 8567.0, 8556.0, 8553.0, 8570.0, 8526.0, 8552.0, 8513.0, 8595.0, 8545.0, 8551.0, 8594.0, 8560.0, 8600.0, 8538.0, 8572.0, 8517.0, 8532.0, 8545.0, 8527.0, 8588.0, 8541.0, 8567.0, 8527.0, 8555.0, 8557.0, 8544.0, 8588.0, 8540.0, 8584.0, 8510.0, 8522.0, 8524.0, 8507.0, 8583.0, 8570.0, 8581.0, 8554.0, 8509.0, 8535.0, 8509.0, 8565.0, 8507.0, 8577.0, 8565.0, 8562.0, 8506.0, 8529.0, 8520.0, 8526.0, 8599.0, 8504.0, 8562.0, 8528.0, 8544.0, 8527.0, 8561.0, 8533.0, 8540.0, 8594.0, 8570.0, 8553.0, 8573.0, 8518.0, 8582.0, 8532.0, 8550.0, 8527.0, 8541.0, 8570.0, 8507.0, 8547.0, 8505.0, 8561.0, 8508.0, 8566.0, 8516.0, 8556.0, 8522.0, 8520.0, 8533.0, 8465.0, 8279.0, 8218.0, 8357.0, 8365.0, 8413.0, 8492.0, 8939.0, 8785.0, 8644.0, 8609.0, 8536.0, 8543.0, 8528.0, 8565.0, 8513.0, 8584.0, 8579.0, 8596.0, 8594.0, 8557.0, 8566.0, 8538.0, 8593.0, 8553.0, 8606.0, 8581.0, 8589.0, 8570.0, 8578.0, 8573.0, 8552.0, 8609.0, 8579.0, 8604.0, 8556.0, 8581.0, 8526.0, 8581.0, 8540.0, 8569.0, 8570.0, 8564.0, 8572.0, 8585.0, 8585.0, 8550.0, 8549.0, 8519.0, 8564.0, 8535.0, 8603.0, 8521.0, 8582.0, 8587.0, 8523.0, 8533.0, 8506.0, 8531.0, 8508.0, 8576.0, 8552.0, 8574.0, 8531.0, 8518.0, 8538.0, 8521.0, 8553.0, 8513.0, 8580.0, 8542.0, 8576.0, 8494.0, 8531.0, 8520.0, 8518.0, 8536.0, 8538.0, 8569.0, 8535.0, 8594.0, 8506.0, 8561.0, 8506.0, 8517.0, 8524.0, 8508.0, 8583.0, 8568.0, 8581.0, 8546.0, 8552.0, 8562.0, 8517.0, 8577.0, 8533.0, 8598.0, 8581.0, 8508.0, 8536.0, 8504.0, 8532.0, 8492.0, 8565.0, 8522.0, 8578.0, 8524.0, 8575.0, 8492.0, 8557.0, 8491.0, 8547.0, 8535.0, 8535.0, 8579.0, 8519.0, 8549.0, 8508.0, 8553.0, 8512.0, 8554.0, 8572.0, 8542.0, 8601.0, 8510.0, 8569.0, 8527.0, 8539.0, 8571.0, 8538.0, 8602.0, 8564.0, 8585.0, 8583.0, 8547.0, 8571.0, 8570.0, 8527.0, 8601.0, 8604.0, 8568.0, 8581.0, 8510.0, 8566.0, 8524.0, 8563.0, 8536.0, 8551.0, 8562.0, 8520.0, 8562.0, 8504.0, 8545.0, 8505.0, 8548.0, 8507.0, 8579.0, 8524.0, 8563.0, 8508.0, 8520.0, 8552.0, 8509.0, 8523.0, 8528.0, 8557.0, 8535.0, 8588.0, 8518.0, 8531.0, 8549.0, 8531.0, 8592.0, 8580.0, 8591.0, 8558.0, 8575.0, 8531.0, 8587.0, 8558.0, 8607.0, 8574.0, 8603.0, 8586.0, 8548.0, 8551.0, 8520.0, 8538.0, 8542.0, 8586.0, 8516.0, 8587.0, 8527.0, 8571.0, 8503.0, 8533.0, 8503.0, 8531.0, 8517.0, 8582.0, 8511.0, 8560.0, 8522.0, 8548.0, 8508.0, 8577.0, 8553.0, 8562.0, 8542.0, 8575.0, 8528.0, 8525.0, 8553.0, 8525.0, 8582.0, 8523.0, 8577.0, 8492.0, 8567.0, 8552.0, 8585.0, 8568.0, 8579.0, 8563.0, 8519.0, 8536.0, 8507.0, 8549.0, 8511.0, 8580.0, 8573.0, 8594.0, 8508.0, 8561.0, 8506.0, 8533.0, 8554.0, 8536.0, 8579.0, 8507.0, 8561.0, 8504.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.01276681718863802</td></tr>
<tr><td colspan=3>aqi</td><td>0.11794409461034232</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.54070491339646</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0974355845626822</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0694328680685128</td></tr>
<tr><td colspan=3>efc</td><td>0.4683</td></tr>
<tr><td colspan=3>fber</td><td>3676.6963</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.26222228586770824</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>304</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>22.141296431172616</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.926344669010609</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.8351163869510128</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>3.082491744689488</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.8614258753913266</td></tr>
<tr><td colspan=3>gcor</td><td>0.0221951</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.0029646879993379116</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.015457794070243835</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1373</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.9715161888040775</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>28.7132</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.6276</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>153.5722</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304601.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>657.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>274.4444</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.0398</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>411.239</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3019.7753</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3248.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71943.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1004.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3883.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>817.818</td></tr>
<tr><td colspan=3>tsnr</td><td>19.306703671638388</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>