<?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-0117_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-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0117/figures/sub-0117_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-0117/figures/sub-0117_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0117/figures/sub-0117_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-0117/ses-01/func/sub-0117_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>232c0d53764721bf334b253b1ae5d316</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:01:36.805000</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.999979, 0.00336712, -0.00550021, -0.00296704, 0.997458, 0.0711948]</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.108341</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>[4217, -7753, -7226, 384, -158, 8, 16, 73]</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>273.567</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>138a57f3-fdd3-4d7b-b456-7150ab4f9378||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.682871103286743, -0.007960342802107334, -0.015460073947906494, 113.79866790771484], [-0.009033738635480404, 2.6761069297790527, 0.19217784702777863, -102.64974212646484], [-0.014756670221686363, -0.19101040065288544, 2.6931076049804688, -48.62512969970703], [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': ['210136.805000', '210137.265000', '210137.725000', '210138.185000', '210138.645000', '210139.105000', '210139.565000', '210140.025000', '210140.485000', '210140.945000', '210141.405000', '210141.865000', '210142.325000', '210142.785000', '210143.245000', '210143.705000', '210144.165000', '210144.625000', '210145.085000', '210145.545000', '210146.005000', '210146.465000', '210146.925000', '210147.385000', '210147.845000', '210148.305000', '210148.765000', '210149.225000', '210149.685000', '210150.145000', '210150.605000', '210151.065000', '210151.525000', '210151.985000', '210152.445000', '210152.905000', '210153.365000', '210153.825000', '210154.285000', '210154.745000', '210155.205000', '210155.665000', '210156.125000', '210156.585000', '210157.045000', '210157.505000', '210157.965000', '210158.425000', '210158.885000', '210159.345000', '210159.805000', '210200.265000', '210200.725000', '210201.185000', '210201.645000', '210202.105000', '210202.565000', '210203.025000', '210203.485000', '210203.945000', '210204.405000', '210204.865000', '210205.325000', '210205.785000', '210206.245000', '210206.705000', '210207.165000', '210207.625000', '210208.085000', '210208.545000', '210209.005000', '210209.465000', '210209.925000', '210210.385000', '210210.845000', '210211.305000', '210211.765000', '210212.225000', '210212.685000', '210213.145000', '210213.605000', '210214.065000', '210214.525000', '210214.985000', '210215.445000', '210215.905000', '210216.365000', '210216.825000', '210217.285000', '210217.745000', '210218.205000', '210218.665000', '210219.125000', '210219.585000', '210220.045000', '210220.505000', '210220.965000', '210221.425000', '210221.885000', '210222.345000', '210222.805000', '210223.265000', '210223.725000', '210224.185000', '210224.645000', '210225.105000', '210225.565000', '210226.025000', '210226.485000', '210226.945000', '210227.405000', '210227.865000', '210228.325000', '210228.785000', '210229.245000', '210229.705000', '210230.165000', '210230.625000', '210231.085000', '210231.545000', '210232.005000', '210232.465000', '210232.925000', '210233.385000', '210233.845000', '210234.305000', '210234.765000', '210235.225000', '210235.685000', '210236.145000', '210236.605000', '210237.065000', '210237.525000', '210237.985000', '210238.445000', '210238.905000', '210239.365000', '210239.825000', '210240.285000', '210240.745000', '210241.205000', '210241.665000', '210242.125000', '210242.585000', '210243.045000', '210243.505000', '210243.965000', '210244.425000', '210244.885000', '210245.345000', '210245.805000', '210246.265000', '210246.725000', '210247.185000', '210247.645000', '210248.105000', '210248.565000', '210249.025000', '210249.485000', '210249.945000', '210250.405000', '210250.865000', '210251.325000', '210251.785000', '210252.245000', '210252.705000', '210253.165000', '210253.625000', '210254.085000', '210254.545000', '210255.005000', '210255.465000', '210255.925000', '210256.385000', '210256.845000', '210257.305000', '210257.765000', '210258.225000', '210258.685000', '210259.145000', '210259.605000', '210300.065000', '210300.525000', '210300.985000', '210301.445000', '210301.905000', '210302.365000', '210302.825000', '210303.285000', '210303.745000', '210304.205000', '210304.665000', '210305.125000', '210305.585000', '210306.045000', '210306.505000', '210306.965000', '210307.425000', '210307.885000', '210308.345000', '210308.805000', '210309.265000', '210309.725000', '210310.185000', '210310.645000', '210311.105000', '210311.565000', '210312.025000', '210312.485000', '210312.945000', '210313.405000', '210313.865000', '210314.325000', '210314.785000', '210315.245000', '210315.705000', '210316.165000', '210316.625000', '210317.085000', '210317.545000', '210318.005000', '210318.465000', '210318.925000', '210319.385000', '210319.845000', '210320.305000', '210320.765000', '210321.225000', '210321.685000', '210322.145000', '210322.605000', '210323.065000', '210323.525000', '210323.985000', '210324.445000', '210324.905000', '210325.365000', '210325.825000', '210326.285000', '210326.745000', '210327.205000', '210327.665000', '210328.125000', '210328.585000', '210329.045000', '210329.505000', '210329.965000', '210330.425000', '210330.885000', '210331.345000', '210331.805000', '210332.265000', '210332.725000', '210333.185000', '210333.645000', '210334.105000', '210334.565000', '210335.025000', '210335.485000', '210335.945000', '210336.405000', '210336.865000', '210337.325000', '210337.785000', '210338.245000', '210338.705000', '210339.165000', '210339.625000', '210340.085000', '210340.545000', '210341.005000', '210341.465000', '210341.925000', '210342.385000', '210342.845000', '210343.305000', '210343.765000', '210344.225000', '210344.685000', '210345.145000', '210345.605000', '210346.065000', '210346.525000', '210346.985000', '210347.445000', '210347.905000', '210348.365000', '210348.825000', '210349.285000', '210349.745000', '210350.205000', '210350.665000', '210351.125000', '210351.585000', '210352.045000', '210352.505000', '210352.965000', '210353.425000', '210353.885000', '210354.345000', '210354.805000', '210355.265000', '210355.725000', '210356.185000', '210356.645000', '210357.105000', '210357.565000', '210358.025000', '210358.485000', '210358.945000', '210359.405000', '210359.865000', '210400.325000', '210400.785000', '210401.245000', '210401.705000', '210402.165000', '210402.625000', '210403.085000', '210403.545000', '210404.005000', '210404.465000', '210404.925000', '210405.385000', '210405.845000', '210406.305000', '210406.765000', '210407.225000', '210407.685000', '210408.145000', '210408.605000', '210409.065000', '210409.525000', '210409.985000', '210410.445000', '210410.905000', '210411.365000', '210411.825000', '210412.285000', '210412.745000', '210413.205000', '210413.665000', '210414.125000', '210414.585000', '210415.045000', '210415.505000', '210415.965000', '210416.425000', '210416.885000', '210417.345000', '210417.805000', '210418.265000', '210418.725000', '210419.185000', '210419.645000', '210420.105000', '210420.565000', '210421.025000', '210421.485000', '210421.945000', '210422.405000', '210422.865000', '210423.325000', '210423.785000', '210424.245000', '210424.705000', '210425.165000', '210425.625000', '210426.085000', '210426.545000', '210427.005000', '210427.465000', '210427.925000', '210428.385000', '210428.845000', '210429.305000', '210429.765000', '210430.225000', '210430.685000', '210431.145000', '210431.605000', '210432.065000', '210432.525000', '210432.985000', '210433.445000', '210433.905000', '210434.365000', '210434.825000', '210435.285000', '210435.745000', '210436.205000', '210436.665000', '210437.125000', '210437.585000', '210438.045000', '210438.505000', '210438.965000', '210439.425000', '210439.885000', '210440.345000', '210440.805000', '210441.265000', '210441.725000', '210442.185000', '210442.645000', '210443.105000', '210443.565000', '210444.025000', '210444.485000', '210444.945000', '210445.405000', '210445.865000', '210446.325000', '210446.785000', '210447.245000', '210447.705000', '210448.165000', '210448.625000', '210449.085000', '210449.545000', '210450.005000', '210450.465000', '210450.925000', '210451.385000', '210451.845000', '210452.305000', '210452.765000', '210453.225000', '210453.685000', '210454.145000', '210454.605000', '210455.065000', '210455.525000', '210455.985000', '210456.445000', '210456.905000', '210457.365000', '210457.825000', '210458.285000', '210458.745000', '210459.205000', '210459.665000', '210500.125000', '210500.585000', '210501.045000', '210501.505000', '210501.965000', '210502.425000', '210502.885000', '210503.345000', '210503.805000', '210504.265000', '210504.725000', '210505.185000', '210505.645000', '210506.105000', '210506.565000', '210507.025000', '210507.485000', '210507.945000', '210508.405000', '210508.865000', '210509.325000', '210509.785000', '210510.245000', '210510.705000', '210511.165000', '210511.625000', '210512.085000', '210512.545000', '210513.005000', '210513.465000', '210513.925000', '210514.385000', '210514.845000', '210515.305000', '210515.765000', '210516.225000', '210516.685000', '210517.145000', '210517.605000', '210518.065000', '210518.525000', '210518.985000', '210519.445000', '210519.905000', '210520.365000', '210520.825000', '210521.285000', '210521.745000', '210522.205000', '210522.665000', '210523.125000', '210523.585000', '210524.045000', '210524.505000', '210524.965000', '210525.425000', '210525.885000', '210526.345000', '210526.805000', '210527.265000', '210527.725000', '210528.185000', '210528.645000', '210529.105000', '210529.565000', '210530.025000', '210530.485000', '210530.945000', '210531.405000', '210531.865000', '210532.325000', '210532.785000', '210533.245000', '210533.705000', '210534.165000', '210534.625000', '210535.085000', '210535.545000', '210536.005000', '210536.465000', '210536.925000', '210537.385000', '210537.845000', '210538.305000', '210538.765000', '210539.225000', '210539.685000', '210540.145000', '210540.605000', '210541.065000', '210541.525000', '210541.985000', '210542.445000', '210542.905000', '210543.365000', '210543.825000', '210544.285000', '210544.745000', '210545.205000', '210545.665000', '210546.125000', '210546.585000', '210547.045000', '210547.505000', '210547.965000', '210548.425000', '210548.885000', '210549.345000', '210549.805000', '210550.265000', '210550.725000', '210551.185000', '210551.645000', '210552.105000', '210552.565000', '210553.025000', '210553.485000', '210553.945000', '210554.405000', '210554.865000', '210555.325000', '210555.785000', '210556.245000', '210556.705000', '210557.165000', '210557.625000', '210558.085000', '210558.545000', '210559.005000', '210559.465000', '210559.925000', '210600.385000', '210600.845000', '210601.305000', '210601.765000', '210602.225000', '210602.685000', '210603.145000', '210603.605000', '210604.065000', '210604.525000', '210604.985000', '210605.445000', '210605.905000', '210606.365000', '210606.825000', '210607.285000', '210607.745000', '210608.205000', '210608.665000', '210609.125000', '210609.585000', '210610.045000', '210610.505000', '210610.965000', '210611.425000', '210611.885000', '210612.345000', '210612.805000', '210613.265000', '210613.725000', '210614.185000', '210614.645000', '210615.105000', '210615.565000', '210616.025000', '210616.485000', '210616.945000', '210617.405000', '210617.865000', '210618.325000', '210618.785000', '210619.245000', '210619.705000', '210620.165000', '210620.625000', '210621.085000', '210621.545000', '210622.005000', '210622.465000', '210622.925000', '210623.385000', '210623.845000', '210624.305000', '210624.765000', '210625.225000', '210625.685000', '210626.145000', '210626.605000', '210627.065000', '210627.525000', '210627.985000', '210628.445000', '210628.905000', '210629.365000', '210629.825000', '210630.285000', '210630.745000', '210631.205000', '210631.665000', '210632.125000', '210632.585000', '210633.045000', '210633.505000', '210633.965000', '210634.425000', '210634.885000', '210635.345000', '210635.805000', '210636.265000', '210636.725000', '210637.185000', '210637.645000', '210638.105000', '210638.565000', '210639.025000', '210639.485000', '210639.945000', '210640.405000', '210640.865000', '210641.325000', '210641.785000', '210642.245000', '210642.705000', '210643.165000', '210643.625000', '210644.085000', '210644.545000', '210645.005000', '210645.465000', '210645.925000', '210646.385000', '210646.845000', '210647.305000', '210647.765000', '210648.225000', '210648.685000', '210649.145000', '210649.605000', '210650.065000', '210650.525000', '210650.985000', '210651.445000', '210651.905000', '210652.365000', '210652.825000', '210653.285000', '210653.745000', '210654.205000', '210654.665000', '210655.125000', '210655.585000', '210656.045000', '210656.505000', '210656.965000', '210657.425000', '210657.885000', '210658.345000', '210658.805000', '210659.265000', '210659.725000', '210700.185000', '210700.645000', '210701.105000', '210701.565000', '210702.025000', '210702.485000', '210702.945000', '210703.405000', '210703.865000', '210704.325000', '210704.785000', '210705.245000', '210705.705000', '210706.165000', '210706.625000', '210707.085000', '210707.545000', '210708.005000', '210708.465000', '210708.925000', '210709.385000', '210709.845000', '210710.305000', '210710.765000', '210711.225000', '210711.685000', '210712.145000', '210712.605000', '210713.065000', '210713.525000', '210713.985000', '210714.445000', '210714.905000', '210715.365000', '210715.825000', '210716.285000', '210716.745000', '210717.205000', '210717.665000', '210718.125000', '210718.585000', '210719.045000', '210719.505000', '210719.965000', '210720.425000', '210720.885000', '210721.345000', '210721.805000', '210722.265000', '210722.725000', '210723.185000', '210723.645000', '210724.105000', '210724.565000', '210725.025000', '210725.485000', '210725.945000', '210726.405000', '210726.865000', '210727.325000', '210727.785000', '210728.245000', '210728.705000', '210729.165000', '210729.625000', '210730.085000', '210730.545000', '210731.005000', '210731.465000', '210731.925000', '210732.385000', '210732.845000', '210733.305000', '210733.765000', '210734.225000', '210734.685000', '210735.145000', '210735.605000', '210736.065000', '210736.525000', '210736.985000', '210737.445000', '210737.905000', '210738.365000', '210738.825000', '210739.285000', '210739.745000', '210740.205000', '210740.665000', '210741.125000', '210741.585000', '210742.045000', '210742.505000', '210742.965000', '210743.425000', '210743.885000', '210744.345000', '210744.805000', '210745.265000', '210745.725000', '210746.185000', '210746.645000', '210747.105000', '210747.565000', '210748.025000', '210748.485000', '210748.945000', '210749.405000', '210749.865000', '210750.325000', '210750.785000', '210751.245000', '210751.705000', '210752.165000', '210752.625000', '210753.085000', '210753.545000', '210754.005000', '210754.465000', '210754.925000', '210755.385000', '210755.845000', '210756.305000', '210756.765000', '210757.225000', '210757.685000', '210758.145000', '210758.605000', '210759.065000', '210759.525000', '210759.985000', '210800.445000', '210800.905000', '210801.365000', '210801.825000', '210802.285000', '210802.745000', '210803.205000', '210803.665000', '210804.125000', '210804.585000', '210805.045000', '210805.505000', '210805.965000', '210806.425000', '210806.885000', '210807.345000', '210807.805000', '210808.265000', '210808.725000', '210809.185000', '210809.645000', '210810.105000', '210810.565000', '210811.025000', '210811.485000', '210811.945000', '210812.405000', '210812.865000', '210813.325000', '210813.785000', '210814.245000', '210814.705000', '210815.165000', '210815.625000', '210816.085000', '210816.545000', '210817.005000', '210817.465000', '210817.925000', '210818.385000', '210818.845000', '210819.305000', '210819.765000', '210820.225000', '210820.685000', '210821.145000', '210821.605000', '210822.065000', '210822.525000', '210822.985000', '210823.445000', '210823.905000', '210824.365000', '210824.825000', '210825.285000', '210825.745000', '210826.205000', '210826.665000', '210827.125000', '210827.585000', '210828.045000', '210828.505000', '210828.965000', '210829.425000', '210829.885000', '210830.345000', '210830.805000', '210831.265000', '210831.725000', '210832.185000', '210832.645000', '210833.105000', '210833.565000', '210834.025000', '210834.485000', '210834.945000', '210835.405000', '210835.865000', '210836.325000', '210836.785000', '210837.245000', '210837.705000', '210838.165000', '210838.625000', '210839.085000', '210839.545000', '210840.005000', '210840.465000', '210840.925000', '210841.385000', '210841.845000', '210842.305000', '210842.765000', '210843.225000', '210843.685000', '210844.145000', '210844.605000', '210845.065000', '210845.525000', '210845.985000', '210846.445000', '210846.905000', '210847.365000', '210847.825000', '210848.285000', '210848.745000', '210849.205000', '210849.665000', '210850.125000', '210850.585000', '210851.045000', '210851.505000', '210851.965000', '210852.425000', '210852.885000', '210853.345000', '210853.805000', '210854.265000', '210854.725000', '210855.185000', '210855.645000', '210856.105000', '210856.565000', '210857.025000', '210857.485000', '210857.945000', '210858.405000', '210858.865000', '210859.325000', '210859.785000', '210900.245000', '210900.705000', '210901.165000', '210901.625000', '210902.085000', '210902.545000', '210903.005000', '210903.465000', '210903.925000', '210904.385000', '210904.845000', '210905.305000', '210905.765000', '210906.225000', '210906.685000', '210907.145000', '210907.605000', '210908.065000', '210908.525000', '210908.985000', '210909.445000', '210909.905000', '210910.365000', '210910.825000', '210911.285000', '210911.745000', '210912.205000', '210912.665000', '210913.125000', '210913.585000', '210914.045000', '210914.505000', '210914.965000', '210915.425000', '210915.885000', '210916.345000', '210916.805000', '210917.265000', '210917.725000', '210918.185000', '210918.645000', '210919.105000', '210919.565000', '210920.025000', '210920.485000', '210920.945000', '210921.405000', '210921.865000', '210922.325000', '210922.785000', '210923.245000', '210923.705000', '210924.165000', '210924.625000', '210925.085000', '210925.545000', '210926.005000', '210926.465000', '210926.925000', '210927.385000', '210927.845000', '210928.305000', '210928.765000', '210929.225000', '210929.685000', '210930.145000', '210930.605000', '210931.065000', '210931.525000', '210931.985000', '210932.445000', '210932.905000', '210933.365000', '210933.825000', '210934.285000', '210934.745000', '210935.205000', '210935.665000', '210936.125000', '210936.585000', '210937.045000', '210937.505000', '210937.965000', '210938.425000', '210938.885000', '210939.345000', '210939.805000', '210940.265000', '210940.725000', '210941.185000', '210941.645000', '210942.105000', '210942.565000', '210943.025000', '210943.485000', '210943.945000', '210944.405000', '210944.865000', '210945.325000', '210945.785000', '210946.245000', '210946.705000', '210947.165000', '210947.625000', '210948.085000', '210948.545000', '210949.005000', '210949.465000', '210949.925000', '210950.385000', '210950.845000', '210951.305000', '210951.765000', '210952.225000', '210952.685000', '210953.145000', '210953.605000', '210954.065000', '210954.525000', '210954.985000', '210955.445000', '210955.905000', '210956.365000', '210956.825000', '210957.285000', '210957.745000', '210958.205000', '210958.665000', '210959.125000', '210959.585000', '211000.045000', '211000.505000', '211000.965000', '211001.425000', '211001.885000', '211002.345000', '211002.805000', '211003.265000', '211003.725000', '211004.185000', '211004.645000', '211005.105000', '211005.565000', '211006.025000', '211006.485000', '211006.945000', '211007.405000', '211007.865000', '211008.325000', '211008.785000', '211009.245000', '211009.705000', '211010.165000', '211010.625000', '211011.085000', '211011.545000', '211012.005000', '211012.465000', '211012.925000', '211013.385000', '211013.845000', '211014.305000', '211014.765000', '211015.225000', '211015.685000', '211016.145000', '211016.605000', '211017.065000', '211017.525000', '211017.985000', '211018.445000', '211018.905000', '211019.365000', '211019.825000', '211020.285000', '211020.745000', '211021.205000', '211021.665000', '211022.125000', '211022.585000', '211023.045000', '211023.505000', '211023.965000', '211024.425000', '211024.885000', '211025.345000', '211025.805000', '211026.265000', '211026.725000', '211027.185000', '211027.645000', '211028.105000', '211028.565000', '211029.025000', '211029.485000', '211029.945000', '211030.405000', '211030.865000', '211031.325000', '211031.785000', '211032.245000', '211032.705000', '211033.165000', '211033.625000', '211034.085000', '211034.545000', '211035.005000', '211035.465000', '211035.925000', '211036.385000', '211036.845000', '211037.305000', '211037.765000', '211038.225000', '211038.685000', '211039.145000', '211039.605000', '211040.065000', '211040.525000', '211040.985000', '211041.445000', '211041.905000', '211042.365000', '211042.825000', '211043.285000', '211043.745000', '211044.205000', '211044.665000', '211045.125000', '211045.585000', '211046.045000', '211046.505000', '211046.965000', '211047.425000', '211047.885000', '211048.345000', '211048.805000', '211049.265000', '211049.725000', '211050.185000', '211050.645000', '211051.105000', '211051.565000', '211052.025000', '211052.485000', '211052.945000', '211053.405000', '211053.865000', '211054.325000', '211054.785000', '211055.245000', '211055.705000', '211056.165000', '211056.625000', '211057.085000', '211057.545000', '211058.005000', '211058.465000', '211058.925000', '211059.385000', '211059.845000', '211100.305000', '211100.765000', '211101.225000', '211101.685000', '211102.145000', '211102.605000', '211103.065000', '211103.525000', '211103.985000', '211104.445000', '211104.905000', '211105.365000', '211105.825000', '211106.285000', '211106.745000', '211107.205000', '211107.665000', '211108.125000', '211108.585000', '211109.045000', '211109.505000', '211109.965000', '211110.425000', '211110.885000', '211111.345000', '211111.805000', '211112.265000', '211112.725000', '211113.185000', '211113.645000', '211114.105000', '211114.565000', '211115.025000', '211115.485000', '211115.945000', '211116.405000', '211116.865000', '211117.325000', '211117.785000', '211118.245000', '211118.705000', '211119.165000', '211119.625000', '211120.085000', '211120.545000', '211121.005000', '211121.465000', '211121.925000', '211122.385000', '211122.845000', '211123.305000', '211123.765000', '211124.225000', '211124.685000', '211125.145000', '211125.605000', '211126.065000', '211126.525000', '211126.985000', '211127.445000', '211127.905000', '211128.365000', '211128.825000', '211129.285000', '211129.745000', '211130.205000', '211130.665000', '211131.125000', '211131.585000', '211132.045000', '211132.505000', '211132.965000', '211133.425000', '211133.885000', '211134.345000', '211134.805000', '211135.265000', '211135.725000', '211136.185000', '211136.645000', '211137.105000', '211137.565000', '211138.025000', '211138.485000', '211138.945000', '211139.405000', '211139.865000', '211140.325000', '211140.785000', '211141.245000', '211141.705000', '211142.165000', '211142.625000', '211143.085000', '211143.545000', '211144.005000', '211144.465000', '211144.925000', '211145.385000', '211145.845000', '211146.305000', '211146.765000', '211147.225000', '211147.685000', '211148.145000', '211148.605000', '211149.065000', '211149.525000', '211149.985000', '211150.445000', '211150.905000', '211151.365000', '211151.825000', '211152.285000', '211152.745000', '211153.205000', '211153.665000', '211154.125000', '211154.585000', '211155.045000', '211155.505000', '211155.965000', '211156.425000', '211156.885000', '211157.345000', '211157.805000', '211158.265000', '211158.725000', '211159.185000', '211159.645000', '211200.105000', '211200.565000', '211201.025000', '211201.485000', '211201.945000', '211202.405000', '211202.865000', '211203.325000', '211203.785000', '211204.245000', '211204.705000', '211205.165000', '211205.625000', '211206.085000', '211206.545000', '211207.005000', '211207.465000', '211207.925000', '211208.385000', '211208.845000', '211209.305000'], 'ContentTime': ['210202.914000', '210202.917000', '210202.920000', '210202.923000', '210202.926000', '210202.928000', '210202.931000', '210202.934000', '210202.936000', '210202.939000', '210202.942000', '210202.945000', '210202.947000', '210202.982000', '210202.985000', '210202.987000', '210202.990000', '210202.993000', '210202.995000', '210203.005000', '210203.008000', '210203.011000', '210203.014000', '210203.017000', '210203.019000', '210203.022000', '210203.024000', '210203.027000', '210203.030000', '210203.033000', '210203.035000', '210203.038000', '210203.040000', '210203.043000', '210203.046000', '210203.048000', '210203.051000', '210203.054000', '210203.056000', '210203.059000', '210203.062000', '210203.064000', '210203.067000', '210203.069000', '210203.072000', '210203.075000', '210203.077000', '210203.080000', '210203.083000', '210203.085000', '210203.088000', '210203.091000', '210203.094000', '210203.097000', '210222.880000', '210222.883000', '210222.885000', '210222.888000', '210222.890000', '210222.893000', '210222.908000', '210222.912000', '210222.915000', '210222.917000', '210222.920000', '210222.922000', '210222.925000', '210222.928000', '210222.930000', '210222.933000', '210222.935000', '210222.938000', '210222.941000', '210222.944000', '210222.946000', '210222.949000', '210222.952000', '210222.954000', '210222.957000', '210222.960000', '210222.962000', '210222.966000', '210222.968000', '210222.971000', '210222.974000', '210222.976000', '210222.979000', '210222.982000', '210222.984000', '210222.987000', '210222.989000', '210222.992000', '210222.994000', '210222.998000', '210223.001000', '210223.004000', '210223.006000', '210242.879000', '210242.882000', '210242.885000', '210242.888000', '210242.891000', '210242.893000', '210242.896000', '210242.899000', '210242.901000', '210242.904000', '210242.906000', '210242.909000', '210242.916000', '210242.919000', '210242.922000', '210242.924000', '210242.927000', '210242.930000', '210242.932000', '210242.935000', '210242.937000', '210242.940000', '210242.942000', '210242.945000', '210242.948000', '210242.950000', '210242.953000', '210242.956000', '210242.959000', '210242.961000', '210242.964000', '210242.966000', '210242.969000', '210242.972000', '210242.974000', '210242.977000', '210242.979000', '210242.982000', '210242.984000', '210242.987000', '210242.990000', '210242.992000', '210242.995000', '210242.998000', '210302.881000', '210302.884000', '210302.887000', '210302.890000', '210302.892000', '210302.895000', '210302.897000', '210302.907000', '210302.910000', '210302.913000', '210302.916000', '210302.919000', '210302.922000', '210302.924000', '210302.927000', '210302.930000', '210302.933000', '210302.936000', '210302.938000', '210302.941000', '210302.943000', '210302.946000', '210302.949000', '210302.952000', '210302.954000', '210302.957000', '210302.960000', '210302.962000', '210302.965000', '210302.968000', '210302.970000', '210302.973000', '210302.976000', '210302.979000', '210302.981000', '210302.984000', '210302.987000', '210302.989000', '210302.992000', '210302.994000', '210302.997000', '210303.000000', '210303.003000', '210322.880000', '210322.883000', '210322.886000', '210322.889000', '210322.892000', '210322.894000', '210322.897000', '210322.900000', '210322.902000', '210322.905000', '210322.907000', '210322.910000', '210322.912000', '210322.915000', '210322.918000', '210322.921000', '210322.924000', '210322.926000', '210322.929000', '210322.931000', '210322.934000', '210322.936000', '210322.939000', '210322.945000', '210322.947000', '210322.950000', '210322.952000', '210322.955000', '210322.958000', '210322.960000', '210322.963000', '210322.965000', '210322.968000', '210322.971000', '210322.973000', '210322.976000', '210322.979000', '210322.981000', '210322.984000', '210322.987000', '210322.989000', '210322.992000', '210322.995000', '210322.997000', '210342.879000', '210342.882000', '210342.885000', '210342.887000', '210342.890000', '210342.893000', '210342.895000', '210342.898000', '210342.900000', '210342.903000', '210342.906000', '210342.908000', '210342.911000', '210342.913000', '210342.923000', '210342.925000', '210342.928000', '210342.932000', '210342.935000', '210342.937000', '210342.940000', '210342.943000', '210342.945000', '210342.948000', '210342.951000', '210342.954000', '210342.957000', '210342.959000', '210342.962000', '210342.965000', '210342.967000', '210342.970000', '210342.972000', '210342.975000', '210342.977000', '210342.980000', '210342.983000', '210342.985000', '210342.988000', '210342.990000', '210342.993000', '210342.996000', '210342.998000', '210402.880000', '210402.882000', '210402.885000', '210402.888000', '210402.890000', '210402.893000', '210402.896000', '210402.899000', '210402.901000', '210402.904000', '210402.906000', '210402.909000', '210402.912000', '210402.914000', '210402.917000', '210402.919000', '210402.922000', '210402.925000', '210402.927000', '210402.930000', '210402.933000', '210402.935000', '210402.938000', '210402.940000', '210402.943000', '210402.946000', '210402.948000', '210402.951000', '210402.953000', '210402.956000', '210402.959000', '210402.962000', '210402.964000', '210402.967000', '210402.969000', '210402.972000', '210402.974000', '210402.977000', '210402.980000', '210402.982000', '210402.985000', '210402.988000', '210402.990000', '210402.993000', '210422.880000', '210422.882000', '210422.885000', '210422.888000', '210422.890000', '210422.893000', '210422.906000', '210422.909000', '210422.911000', '210422.914000', '210422.917000', '210422.919000', '210422.922000', '210422.924000', '210422.927000', '210422.930000', '210422.932000', '210422.935000', '210422.938000', '210422.940000', '210422.943000', '210422.945000', '210422.948000', '210422.950000', '210422.953000', '210422.956000', '210422.958000', '210422.961000', '210422.964000', '210422.966000', '210422.969000', '210422.972000', '210422.974000', '210422.977000', '210422.979000', '210422.982000', '210422.985000', '210422.987000', '210422.990000', '210422.993000', '210422.995000', '210422.998000', '210423.001000', '210442.880000', '210442.882000', '210442.885000', '210442.888000', '210442.890000', '210442.893000', '210442.895000', '210442.898000', '210442.900000', '210442.903000', '210442.906000', '210442.908000', '210442.911000', '210442.913000', '210442.916000', '210442.918000', '210442.921000', '210442.924000', '210442.926000', '210442.929000', '210442.931000', '210442.934000', '210442.937000', '210442.939000', '210442.942000', '210442.944000', '210442.947000', '210442.950000', '210442.952000', '210442.955000', '210442.958000', '210442.960000', '210442.963000', '210442.965000', '210442.968000', '210442.971000', '210442.973000', '210442.976000', '210442.978000', '210442.981000', '210442.983000', '210442.986000', '210442.989000', '210442.991000', '210502.879000', '210502.882000', '210502.885000', '210502.887000', '210502.890000', '210502.893000', '210502.895000', '210502.898000', '210502.900000', '210502.903000', '210502.905000', '210502.908000', '210502.911000', '210502.913000', '210502.916000', '210502.919000', '210502.921000', '210502.924000', '210502.926000', '210502.929000', '210502.932000', '210502.934000', '210502.937000', '210502.939000', '210502.942000', '210502.944000', '210502.947000', '210502.950000', '210502.952000', '210502.955000', '210502.957000', '210502.960000', '210502.963000', '210502.965000', '210502.968000', '210502.970000', '210502.973000', '210502.995000', '210502.998000', '210503.001000', '210503.004000', '210503.007000', '210503.009000', '210522.880000', '210522.883000', '210522.886000', '210522.888000', '210522.891000', '210522.894000', '210522.896000', '210522.899000', '210522.901000', '210522.904000', '210522.907000', '210522.909000', '210522.912000', '210522.914000', '210522.917000', '210522.920000', '210522.922000', '210522.925000', '210522.927000', '210522.930000', '210522.932000', '210522.935000', '210522.938000', '210522.940000', '210522.943000', '210522.945000', '210522.948000', '210522.951000', '210522.953000', '210522.956000', '210522.958000', '210522.961000', '210522.964000', '210522.966000', '210522.969000', '210522.972000', '210522.974000', '210522.977000', '210522.980000', '210522.982000', '210522.985000', '210522.987000', '210522.990000', '210522.992000', '210542.881000', '210542.883000', '210542.886000', '210542.889000', '210542.891000', '210542.894000', '210542.896000', '210542.899000', '210542.902000', '210542.904000', '210542.907000', '210542.909000', '210542.912000', '210542.914000', '210542.917000', '210542.920000', '210542.922000', '210542.925000', '210542.927000', '210542.934000', '210542.936000', '210542.939000', '210542.942000', '210542.944000', '210542.947000', '210542.949000', '210542.952000', '210542.955000', '210542.957000', '210542.960000', '210542.962000', '210542.965000', '210542.968000', '210542.970000', '210542.973000', '210542.976000', '210542.979000', '210542.982000', '210542.984000', '210542.987000', '210542.990000', '210542.992000', '210542.995000', '210602.879000', '210602.882000', '210602.885000', '210602.887000', '210602.890000', '210602.893000', '210602.895000', '210602.898000', '210602.900000', '210602.903000', '210602.905000', '210602.908000', '210602.911000', '210602.913000', '210602.916000', '210602.918000', '210602.921000', '210602.924000', '210602.926000', '210602.929000', '210602.931000', '210602.934000', '210602.936000', '210602.939000', '210602.942000', '210602.944000', '210602.947000', '210602.949000', '210602.952000', '210602.955000', '210602.957000', '210602.960000', '210602.962000', '210602.965000', '210602.967000', '210602.970000', '210602.973000', '210602.975000', '210602.978000', '210602.980000', '210602.983000', '210602.985000', '210602.988000', '210602.991000', '210622.880000', '210622.883000', '210622.885000', '210622.888000', '210622.890000', '210622.893000', '210622.896000', '210622.898000', '210622.901000', '210622.903000', '210622.906000', '210622.908000', '210622.911000', '210622.914000', '210622.916000', '210622.919000', '210622.921000', '210622.924000', '210622.926000', '210622.929000', '210622.932000', '210622.934000', '210622.937000', '210622.939000', '210622.942000', '210622.945000', '210622.947000', '210622.950000', '210622.953000', '210622.955000', '210622.958000', '210622.961000', '210622.963000', '210622.966000', '210622.968000', '210622.971000', '210622.974000', '210622.976000', '210622.979000', '210622.981000', '210622.984000', '210622.986000', '210622.989000', '210642.880000', '210642.882000', '210642.885000', '210642.888000', '210642.890000', '210642.893000', '210642.896000', '210642.898000', '210642.901000', '210642.903000', '210642.906000', '210642.908000', '210642.911000', '210642.914000', '210642.916000', '210642.919000', '210642.921000', '210642.924000', '210642.926000', '210642.956000', '210642.959000', '210642.961000', '210642.964000', '210642.966000', '210642.969000', '210642.972000', '210642.974000', '210642.977000', '210642.979000', '210642.982000', '210642.984000', '210642.987000', '210642.990000', '210642.992000', '210642.995000', '210642.998000', '210643.001000', '210643.004000', '210643.006000', '210643.009000', '210643.012000', '210643.014000', '210643.017000', '210702.879000', '210702.882000', '210702.885000', '210702.888000', '210702.890000', '210702.893000', '210702.896000', '210702.898000', '210702.901000', '210702.903000', '210702.906000', '210702.908000', '210702.911000', '210702.914000', '210702.916000', '210702.919000', '210702.921000', '210702.924000', '210702.926000', '210702.929000', '210702.932000', '210702.934000', '210702.937000', '210702.939000', '210702.942000', '210702.945000', '210702.947000', '210702.950000', '210702.952000', '210702.955000', '210702.957000', '210702.960000', '210702.963000', '210702.965000', '210702.968000', '210702.970000', '210702.973000', '210702.976000', '210702.978000', '210702.981000', '210702.983000', '210702.986000', '210702.989000', '210702.991000', '210722.879000', '210722.882000', '210722.887000', '210722.890000', '210722.892000', '210722.895000', '210722.898000', '210722.900000', '210722.903000', '210722.905000', '210722.908000', '210722.911000', '210722.913000', '210722.916000', '210722.918000', '210722.921000', '210722.924000', '210722.926000', '210722.929000', '210722.931000', '210722.934000', '210722.937000', '210722.939000', '210722.942000', '210722.944000', '210722.947000', '210722.949000', '210722.952000', '210722.955000', '210722.957000', '210722.960000', '210722.962000', '210722.965000', '210722.968000', '210722.970000', '210722.973000', '210722.975000', '210722.978000', '210722.980000', '210722.983000', '210722.986000', '210722.988000', '210722.991000', '210722.993000', '210742.881000', '210742.883000', '210742.886000', '210742.889000', '210742.891000', '210742.894000', '210742.896000', '210742.899000', '210742.902000', '210742.904000', '210742.907000', '210742.909000', '210742.912000', '210742.915000', '210742.917000', '210742.920000', '210742.923000', '210742.925000', '210742.928000', '210742.930000', '210742.933000', '210742.935000', '210742.938000', '210742.941000', '210742.943000', '210742.946000', '210742.948000', '210742.951000', '210742.953000', '210742.956000', '210742.959000', '210742.961000', '210742.964000', '210742.966000', '210742.969000', '210742.972000', '210742.974000', '210742.977000', '210742.979000', '210742.982000', '210742.984000', '210742.987000', '210742.990000', '210802.880000', '210802.883000', '210802.886000', '210802.889000', '210802.892000', '210802.894000', '210802.897000', '210802.899000', '210802.902000', '210802.905000', '210802.907000', '210802.910000', '210802.912000', '210802.915000', '210802.918000', '210802.920000', '210802.923000', '210802.926000', '210802.928000', '210802.931000', '210802.933000', '210802.936000', '210802.939000', '210802.941000', '210802.944000', '210802.946000', '210802.949000', '210802.952000', '210802.955000', '210803.009000', '210803.012000', '210803.015000', '210803.018000', '210803.020000', '210803.024000', '210803.026000', '210803.029000', '210803.032000', '210803.034000', '210803.037000', '210803.040000', '210803.042000', '210803.045000', '210803.048000', '210822.879000', '210822.882000', '210822.885000', '210822.887000', '210822.890000', '210822.893000', '210822.895000', '210822.898000', '210822.900000', '210822.903000', '210822.906000', '210822.908000', '210822.911000', '210822.914000', '210822.916000', '210822.919000', '210822.922000', '210822.924000', '210822.927000', '210822.930000', '210822.933000', '210822.935000', '210822.938000', '210822.941000', '210822.943000', '210822.946000', '210822.949000', '210822.951000', '210822.954000', '210822.956000', '210822.959000', '210822.962000', '210822.964000', '210822.967000', '210822.970000', '210822.972000', '210822.975000', '210822.977000', '210822.980000', '210822.983000', '210822.985000', '210822.988000', '210822.991000', '210842.880000', '210842.883000', '210842.885000', '210842.888000', '210842.890000', '210842.893000', '210842.895000', '210842.898000', '210842.901000', '210842.903000', '210842.906000', '210842.908000', '210842.911000', '210842.914000', '210842.916000', '210842.919000', '210842.922000', '210842.925000', '210842.927000', '210842.930000', '210842.933000', '210842.935000', '210842.938000', '210842.940000', '210842.943000', '210842.946000', '210842.948000', '210842.951000', '210842.953000', '210842.956000', '210842.959000', '210842.961000', '210842.964000', '210842.966000', '210842.969000', '210842.972000', '210842.974000', '210842.977000', '210842.979000', '210842.982000', '210842.984000', '210842.987000', '210842.990000', '210902.880000', '210902.882000', '210902.885000', '210902.888000', '210902.890000', '210902.893000', '210902.895000', '210902.898000', '210902.900000', '210902.903000', '210902.906000', '210902.908000', '210902.911000', '210902.913000', '210902.916000', '210902.919000', '210902.921000', '210902.924000', '210902.926000', '210902.929000', '210902.931000', '210902.934000', '210902.936000', '210902.939000', '210902.942000', '210902.944000', '210902.947000', '210902.949000', '210902.952000', '210902.955000', '210902.957000', '210902.960000', '210902.962000', '210902.965000', '210902.967000', '210902.970000', '210902.973000', '210902.975000', '210902.978000', '210902.981000', '210902.983000', '210902.986000', '210902.988000', '210902.991000', '210922.879000', '210922.882000', '210922.885000', '210922.887000', '210922.890000', '210922.892000', '210922.895000', '210922.898000', '210922.900000', '210922.903000', '210922.905000', '210922.908000', '210922.911000', '210922.913000', '210922.916000', '210922.918000', '210922.921000', '210922.923000', '210922.926000', '210922.929000', '210922.931000', '210922.934000', '210922.936000', '210922.939000', '210922.942000', '210922.944000', '210922.947000', '210922.949000', '210922.952000', '210922.955000', '210922.957000', '210922.960000', '210922.962000', '210922.965000', '210922.968000', '210922.970000', '210922.973000', '210922.975000', '210922.978000', '210922.981000', '210923.024000', '210923.027000', '210923.029000', '210923.032000', '210942.880000', '210942.883000', '210942.885000', '210942.888000', '210942.890000', '210942.893000', '210942.895000', '210942.898000', '210942.901000', '210942.903000', '210942.906000', '210942.908000', '210942.911000', '210942.913000', '210942.916000', '210942.919000', '210942.921000', '210942.924000', '210942.926000', '210942.929000', '210942.931000', '210942.934000', '210942.937000', '210942.939000', '210942.942000', '210942.944000', '210942.947000', '210942.949000', '210942.952000', '210942.955000', '210942.957000', '210942.960000', '210942.962000', '210942.965000', '210942.968000', '210942.970000', '210942.973000', '210942.975000', '210942.978000', '210942.981000', '210942.983000', '210942.986000', '210942.988000', '211002.881000', '211002.883000', '211002.886000', '211002.889000', '211002.891000', '211002.894000', '211002.896000', '211002.899000', '211002.901000', '211002.904000', '211002.907000', '211002.910000', '211002.913000', '211002.916000', '211002.919000', '211002.921000', '211002.924000', '211002.926000', '211002.929000', '211002.932000', '211002.934000', '211002.937000', '211002.939000', '211002.942000', '211002.944000', '211002.947000', '211002.950000', '211002.952000', '211002.955000', '211002.958000', '211002.960000', '211002.963000', '211002.965000', '211002.968000', '211002.971000', '211002.973000', '211002.976000', '211002.978000', '211002.981000', '211002.984000', '211002.986000', '211002.989000', '211002.992000', '211022.881000', '211022.884000', '211022.886000', '211022.889000', '211022.891000', '211022.894000', '211022.897000', '211022.899000', '211022.902000', '211022.904000', '211022.907000', '211022.910000', '211022.912000', '211022.915000', '211022.918000', '211022.920000', '211022.923000', '211022.925000', '211022.928000', '211022.931000', '211022.933000', '211022.936000', '211022.938000', '211022.941000', '211022.944000', '211022.946000', '211022.949000', '211022.951000', '211022.954000', '211022.957000', '211022.959000', '211022.962000', '211022.964000', '211022.967000', '211022.970000', '211022.972000', '211022.975000', '211022.977000', '211022.980000', '211022.982000', '211022.985000', '211022.988000', '211022.990000', '211022.993000', '211042.880000', '211042.882000', '211042.885000', '211042.888000', '211042.890000', '211042.893000', '211042.895000', '211042.898000', '211042.901000', '211042.903000', '211042.906000', '211042.908000', '211042.911000', '211042.913000', '211042.916000', '211042.919000', '211042.921000', '211042.924000', '211042.927000', '211042.929000', '211042.932000', '211042.935000', '211042.971000', '211042.974000', '211042.976000', '211042.979000', '211042.981000', '211042.984000', '211042.987000', '211042.989000', '211042.992000', '211042.994000', '211042.997000', '211043.001000', '211043.003000', '211043.006000', '211043.008000', '211043.011000', '211043.014000', '211043.016000', '211043.019000', '211043.021000', '211043.024000', '211102.880000', '211102.882000', '211102.885000', '211102.888000', '211102.890000', '211102.893000', '211102.895000', '211102.898000', '211102.901000', '211102.903000', '211102.906000', '211102.908000', '211102.911000', '211102.914000', '211102.916000', '211102.919000', '211102.921000', '211102.924000', '211102.926000', '211102.929000', '211102.932000', '211102.934000', '211102.937000', '211102.939000', '211102.942000', '211102.944000', '211102.947000', '211102.950000', '211102.952000', '211102.955000', '211102.957000', '211102.960000', '211102.963000', '211102.965000', '211102.968000', '211102.970000', '211102.973000', '211102.976000', '211102.978000', '211102.981000', '211102.984000', '211102.986000', '211102.989000', '211102.991000', '211122.880000', '211122.883000', '211122.885000', '211122.888000', '211122.890000', '211122.893000', '211122.896000', '211122.898000', '211122.901000', '211122.903000', '211122.906000', '211122.909000', '211122.911000', '211122.914000', '211122.916000', '211122.919000', '211122.921000', '211122.925000', '211122.928000', '211122.931000', '211122.933000', '211122.936000', '211122.939000', '211122.941000', '211122.944000', '211122.946000', '211122.950000', '211122.953000', '211122.956000', '211122.958000', '211122.970000', '211122.972000', '211122.975000', '211122.978000', '211122.980000', '211122.983000', '211122.985000', '211122.988000', '211122.991000', '211122.993000', '211122.996000', '211122.998000', '211123.002000', '211142.880000', '211142.883000', '211142.885000', '211142.888000', '211142.890000', '211142.893000', '211142.896000', '211142.898000', '211142.901000', '211142.903000', '211142.906000', '211142.908000', '211142.911000', '211142.914000', '211142.916000', '211142.919000', '211142.921000', '211142.924000', '211142.927000', '211142.929000', '211142.932000', '211142.934000', '211142.937000', '211142.940000', '211142.942000', '211142.945000', '211142.948000', '211142.950000', '211142.953000', '211142.956000', '211142.958000', '211142.961000', '211142.964000', '211142.966000', '211142.969000', '211142.971000', '211142.974000', '211142.977000', '211142.979000', '211142.982000', '211142.984000', '211142.987000', '211142.989000', '211142.992000', '211202.880000', '211202.882000', '211202.885000', '211202.888000', '211202.890000', '211202.893000', '211202.895000', '211202.898000', '211202.901000', '211202.903000', '211202.906000', '211202.908000', '211202.911000', '211202.913000', '211202.916000', '211202.919000', '211202.922000', '211202.924000', '211202.927000', '211202.938000', '211202.940000', '211202.943000', '211202.946000', '211202.948000', '211202.951000', '211202.953000', '211202.956000', '211202.959000', '211202.961000', '211202.964000', '211202.966000', '211202.969000', '211202.971000', '211202.974000', '211202.977000', '211202.979000', '211202.982000', '211202.984000', '211202.987000', '211202.990000', '211202.992000', '211202.995000', '211202.997000', '211210.731000', '211210.734000', '211210.737000', '211210.740000', '211210.743000', '211210.745000', '211210.748000', '211210.751000', '211210.754000', '211210.757000', '211210.760000', '211210.763000', '211210.766000', '211210.769000', '211210.772000', '211210.774000', '211210.777000', '211210.780000'], 'InstanceCreationTime': ['210202.914000', '210202.917000', '210202.920000', '210202.923000', '210202.926000', '210202.928000', '210202.931000', '210202.934000', '210202.936000', '210202.939000', '210202.942000', '210202.945000', '210202.947000', '210202.982000', '210202.985000', '210202.987000', '210202.990000', '210202.993000', '210202.995000', '210203.005000', '210203.008000', '210203.011000', '210203.014000', '210203.017000', '210203.019000', '210203.022000', '210203.024000', '210203.027000', '210203.030000', '210203.033000', '210203.035000', '210203.038000', '210203.040000', '210203.043000', '210203.046000', '210203.048000', '210203.051000', '210203.054000', '210203.056000', '210203.059000', '210203.062000', '210203.064000', '210203.067000', '210203.069000', '210203.072000', '210203.075000', '210203.077000', '210203.080000', '210203.083000', '210203.085000', '210203.088000', '210203.091000', '210203.094000', '210203.097000', '210222.880000', '210222.883000', '210222.885000', '210222.888000', '210222.890000', '210222.893000', '210222.908000', '210222.912000', '210222.915000', '210222.917000', '210222.920000', '210222.922000', '210222.925000', '210222.928000', '210222.930000', '210222.933000', '210222.935000', '210222.938000', '210222.941000', '210222.944000', '210222.946000', '210222.949000', '210222.952000', '210222.954000', '210222.957000', '210222.960000', '210222.962000', '210222.966000', '210222.968000', '210222.971000', '210222.974000', '210222.976000', '210222.979000', '210222.982000', '210222.984000', '210222.987000', '210222.989000', '210222.992000', '210222.994000', '210222.998000', '210223.001000', '210223.004000', '210223.006000', '210242.879000', '210242.882000', '210242.885000', '210242.888000', '210242.891000', '210242.893000', '210242.896000', '210242.899000', '210242.901000', '210242.904000', '210242.906000', '210242.909000', '210242.916000', '210242.919000', '210242.922000', '210242.924000', '210242.927000', '210242.930000', '210242.932000', '210242.935000', '210242.937000', '210242.940000', '210242.942000', '210242.945000', '210242.948000', '210242.950000', '210242.953000', '210242.956000', '210242.959000', '210242.961000', '210242.964000', '210242.966000', '210242.969000', '210242.972000', '210242.974000', '210242.977000', '210242.979000', '210242.982000', '210242.984000', '210242.987000', '210242.990000', '210242.992000', '210242.995000', '210242.998000', '210302.881000', '210302.884000', '210302.887000', '210302.890000', '210302.892000', '210302.895000', '210302.897000', '210302.907000', '210302.910000', '210302.913000', '210302.916000', '210302.919000', '210302.922000', '210302.924000', '210302.927000', '210302.930000', '210302.933000', '210302.936000', '210302.938000', '210302.941000', '210302.943000', '210302.946000', '210302.949000', '210302.952000', '210302.954000', '210302.957000', '210302.960000', '210302.962000', '210302.965000', '210302.968000', '210302.970000', '210302.973000', '210302.976000', '210302.979000', '210302.981000', '210302.984000', '210302.987000', '210302.989000', '210302.992000', '210302.994000', '210302.997000', '210303.000000', '210303.003000', '210322.880000', '210322.883000', '210322.886000', '210322.889000', '210322.892000', '210322.894000', '210322.897000', '210322.900000', '210322.902000', '210322.905000', '210322.907000', '210322.910000', '210322.912000', '210322.915000', '210322.918000', '210322.921000', '210322.924000', '210322.926000', '210322.929000', '210322.931000', '210322.934000', '210322.936000', '210322.939000', '210322.945000', '210322.947000', '210322.950000', '210322.952000', '210322.955000', '210322.958000', '210322.960000', '210322.963000', '210322.965000', '210322.968000', '210322.971000', '210322.973000', '210322.976000', '210322.979000', '210322.981000', '210322.984000', '210322.987000', '210322.989000', '210322.992000', '210322.995000', '210322.997000', '210342.879000', '210342.882000', '210342.885000', '210342.887000', '210342.890000', '210342.893000', '210342.895000', '210342.898000', '210342.900000', '210342.903000', '210342.906000', '210342.908000', '210342.911000', '210342.913000', '210342.923000', '210342.925000', '210342.928000', '210342.932000', '210342.935000', '210342.937000', '210342.940000', '210342.943000', '210342.945000', '210342.948000', '210342.951000', '210342.954000', '210342.957000', '210342.959000', '210342.962000', '210342.965000', '210342.967000', '210342.970000', '210342.972000', '210342.975000', '210342.977000', '210342.980000', '210342.983000', '210342.985000', '210342.988000', '210342.990000', '210342.993000', '210342.996000', '210342.998000', '210402.880000', '210402.882000', '210402.885000', '210402.888000', '210402.890000', '210402.893000', '210402.896000', '210402.899000', '210402.901000', '210402.904000', '210402.906000', '210402.909000', '210402.912000', '210402.914000', '210402.917000', '210402.919000', '210402.922000', '210402.925000', '210402.927000', '210402.930000', '210402.933000', '210402.935000', '210402.938000', '210402.940000', '210402.943000', '210402.946000', '210402.948000', '210402.951000', '210402.953000', '210402.956000', '210402.959000', '210402.962000', '210402.964000', '210402.967000', '210402.969000', '210402.972000', '210402.974000', '210402.977000', '210402.980000', '210402.982000', '210402.985000', '210402.988000', '210402.990000', '210402.993000', '210422.880000', '210422.882000', '210422.885000', '210422.888000', '210422.890000', '210422.893000', '210422.906000', '210422.909000', '210422.911000', '210422.914000', '210422.917000', '210422.919000', '210422.922000', '210422.924000', '210422.927000', '210422.930000', '210422.932000', '210422.935000', '210422.938000', '210422.940000', '210422.943000', '210422.945000', '210422.948000', '210422.950000', '210422.953000', '210422.956000', '210422.958000', '210422.961000', '210422.964000', '210422.966000', '210422.969000', '210422.972000', '210422.974000', '210422.977000', '210422.979000', '210422.982000', '210422.985000', '210422.987000', '210422.990000', '210422.993000', '210422.995000', '210422.998000', '210423.001000', '210442.880000', '210442.882000', '210442.885000', '210442.888000', '210442.890000', '210442.893000', '210442.895000', '210442.898000', '210442.900000', '210442.903000', '210442.906000', '210442.908000', '210442.911000', '210442.913000', '210442.916000', '210442.918000', '210442.921000', '210442.924000', '210442.926000', '210442.929000', '210442.931000', '210442.934000', '210442.937000', '210442.939000', '210442.942000', '210442.944000', '210442.947000', '210442.950000', '210442.952000', '210442.955000', '210442.958000', '210442.960000', '210442.963000', '210442.965000', '210442.968000', '210442.971000', '210442.973000', '210442.976000', '210442.978000', '210442.981000', '210442.983000', '210442.986000', '210442.989000', '210442.991000', '210502.879000', '210502.882000', '210502.885000', '210502.887000', '210502.890000', '210502.893000', '210502.895000', '210502.898000', '210502.900000', '210502.903000', '210502.905000', '210502.908000', '210502.911000', '210502.913000', '210502.916000', '210502.919000', '210502.921000', '210502.924000', '210502.926000', '210502.929000', '210502.932000', '210502.934000', '210502.937000', '210502.939000', '210502.942000', '210502.944000', '210502.947000', '210502.950000', '210502.952000', '210502.955000', '210502.957000', '210502.960000', '210502.963000', '210502.965000', '210502.968000', '210502.970000', '210502.973000', '210502.995000', '210502.998000', '210503.001000', '210503.004000', '210503.007000', '210503.009000', '210522.880000', '210522.883000', '210522.886000', '210522.888000', '210522.891000', '210522.894000', '210522.896000', '210522.899000', '210522.901000', '210522.904000', '210522.907000', '210522.909000', '210522.912000', '210522.914000', '210522.917000', '210522.920000', '210522.922000', '210522.925000', '210522.927000', '210522.930000', '210522.932000', '210522.935000', '210522.938000', '210522.940000', '210522.943000', '210522.945000', '210522.948000', '210522.951000', '210522.953000', '210522.956000', '210522.958000', '210522.961000', '210522.964000', '210522.966000', '210522.969000', '210522.972000', '210522.974000', '210522.977000', '210522.980000', '210522.982000', '210522.985000', '210522.987000', '210522.990000', '210522.992000', '210542.881000', '210542.883000', '210542.886000', '210542.889000', '210542.891000', '210542.894000', '210542.896000', '210542.899000', '210542.902000', '210542.904000', '210542.907000', '210542.909000', '210542.912000', '210542.914000', '210542.917000', '210542.920000', '210542.922000', '210542.925000', '210542.927000', '210542.934000', '210542.936000', '210542.939000', '210542.942000', '210542.944000', '210542.947000', '210542.949000', '210542.952000', '210542.955000', '210542.957000', '210542.960000', '210542.962000', '210542.965000', '210542.968000', '210542.970000', '210542.973000', '210542.976000', '210542.979000', '210542.982000', '210542.984000', '210542.987000', '210542.990000', '210542.992000', '210542.995000', '210602.879000', '210602.882000', '210602.885000', '210602.887000', '210602.890000', '210602.893000', '210602.895000', '210602.898000', '210602.900000', '210602.903000', '210602.905000', '210602.908000', '210602.911000', '210602.913000', '210602.916000', '210602.918000', '210602.921000', '210602.924000', '210602.926000', '210602.929000', '210602.931000', '210602.934000', '210602.936000', '210602.939000', '210602.942000', '210602.944000', '210602.947000', '210602.949000', '210602.952000', '210602.955000', '210602.957000', '210602.960000', '210602.962000', '210602.965000', '210602.967000', '210602.970000', '210602.973000', '210602.975000', '210602.978000', '210602.980000', '210602.983000', '210602.985000', '210602.988000', '210602.991000', '210622.880000', '210622.883000', '210622.885000', '210622.888000', '210622.890000', '210622.893000', '210622.896000', '210622.898000', '210622.901000', '210622.903000', '210622.906000', '210622.908000', '210622.911000', '210622.914000', '210622.916000', '210622.919000', '210622.921000', '210622.924000', '210622.926000', '210622.929000', '210622.932000', '210622.934000', '210622.937000', '210622.939000', '210622.942000', '210622.945000', '210622.947000', '210622.950000', '210622.953000', '210622.955000', '210622.958000', '210622.961000', '210622.963000', '210622.966000', '210622.968000', '210622.971000', '210622.974000', '210622.976000', '210622.979000', '210622.981000', '210622.984000', '210622.986000', '210622.989000', '210642.880000', '210642.882000', '210642.885000', '210642.888000', '210642.890000', '210642.893000', '210642.896000', '210642.898000', '210642.901000', '210642.903000', '210642.906000', '210642.908000', '210642.911000', '210642.914000', '210642.916000', '210642.919000', '210642.921000', '210642.924000', '210642.926000', '210642.956000', '210642.959000', '210642.961000', '210642.964000', '210642.966000', '210642.969000', '210642.972000', '210642.974000', '210642.977000', '210642.979000', '210642.982000', '210642.984000', '210642.987000', '210642.990000', '210642.992000', '210642.995000', '210642.998000', '210643.001000', '210643.004000', '210643.006000', '210643.009000', '210643.012000', '210643.014000', '210643.017000', '210702.879000', '210702.882000', '210702.885000', '210702.888000', '210702.890000', '210702.893000', '210702.896000', '210702.898000', '210702.901000', '210702.903000', '210702.906000', '210702.908000', '210702.911000', '210702.914000', '210702.916000', '210702.919000', '210702.921000', '210702.924000', '210702.926000', '210702.929000', '210702.932000', '210702.934000', '210702.937000', '210702.939000', '210702.942000', '210702.945000', '210702.947000', '210702.950000', '210702.952000', '210702.955000', '210702.957000', '210702.960000', '210702.963000', '210702.965000', '210702.968000', '210702.970000', '210702.973000', '210702.976000', '210702.978000', '210702.981000', '210702.983000', '210702.986000', '210702.989000', '210702.991000', '210722.879000', '210722.882000', '210722.887000', '210722.890000', '210722.892000', '210722.895000', '210722.898000', '210722.900000', '210722.903000', '210722.905000', '210722.908000', '210722.911000', '210722.913000', '210722.916000', '210722.918000', '210722.921000', '210722.924000', '210722.926000', '210722.929000', '210722.931000', '210722.934000', '210722.937000', '210722.939000', '210722.942000', '210722.944000', '210722.947000', '210722.949000', '210722.952000', '210722.955000', '210722.957000', '210722.960000', '210722.962000', '210722.965000', '210722.968000', '210722.970000', '210722.973000', '210722.975000', '210722.978000', '210722.980000', '210722.983000', '210722.986000', '210722.988000', '210722.991000', '210722.993000', '210742.881000', '210742.883000', '210742.886000', '210742.889000', '210742.891000', '210742.894000', '210742.896000', '210742.899000', '210742.902000', '210742.904000', '210742.907000', '210742.909000', '210742.912000', '210742.915000', '210742.917000', '210742.920000', '210742.923000', '210742.925000', '210742.928000', '210742.930000', '210742.933000', '210742.935000', '210742.938000', '210742.941000', '210742.943000', '210742.946000', '210742.948000', '210742.951000', '210742.953000', '210742.956000', '210742.959000', '210742.961000', '210742.964000', '210742.966000', '210742.969000', '210742.972000', '210742.974000', '210742.977000', '210742.979000', '210742.982000', '210742.984000', '210742.987000', '210742.990000', '210802.880000', '210802.883000', '210802.886000', '210802.889000', '210802.892000', '210802.894000', '210802.897000', '210802.899000', '210802.902000', '210802.905000', '210802.907000', '210802.910000', '210802.912000', '210802.915000', '210802.918000', '210802.920000', '210802.923000', '210802.926000', '210802.928000', '210802.931000', '210802.933000', '210802.936000', '210802.939000', '210802.941000', '210802.944000', '210802.946000', '210802.949000', '210802.952000', '210802.955000', '210803.009000', '210803.012000', '210803.015000', '210803.018000', '210803.020000', '210803.024000', '210803.026000', '210803.029000', '210803.032000', '210803.034000', '210803.037000', '210803.040000', '210803.042000', '210803.045000', '210803.048000', '210822.879000', '210822.882000', '210822.885000', '210822.887000', '210822.890000', '210822.893000', '210822.895000', '210822.898000', '210822.900000', '210822.903000', '210822.906000', '210822.908000', '210822.911000', '210822.914000', '210822.916000', '210822.919000', '210822.922000', '210822.924000', '210822.927000', '210822.930000', '210822.933000', '210822.935000', '210822.938000', '210822.941000', '210822.943000', '210822.946000', '210822.949000', '210822.951000', '210822.954000', '210822.956000', '210822.959000', '210822.962000', '210822.964000', '210822.967000', '210822.970000', '210822.972000', '210822.975000', '210822.977000', '210822.980000', '210822.983000', '210822.985000', '210822.988000', '210822.991000', '210842.880000', '210842.883000', '210842.885000', '210842.888000', '210842.890000', '210842.893000', '210842.895000', '210842.898000', '210842.901000', '210842.903000', '210842.906000', '210842.908000', '210842.911000', '210842.914000', '210842.916000', '210842.919000', '210842.922000', '210842.925000', '210842.927000', '210842.930000', '210842.933000', '210842.935000', '210842.938000', '210842.940000', '210842.943000', '210842.946000', '210842.948000', '210842.951000', '210842.953000', '210842.956000', '210842.959000', '210842.961000', '210842.964000', '210842.966000', '210842.969000', '210842.972000', '210842.974000', '210842.977000', '210842.979000', '210842.982000', '210842.984000', '210842.987000', '210842.990000', '210902.880000', '210902.882000', '210902.885000', '210902.888000', '210902.890000', '210902.893000', '210902.895000', '210902.898000', '210902.900000', '210902.903000', '210902.906000', '210902.908000', '210902.911000', '210902.913000', '210902.916000', '210902.919000', '210902.921000', '210902.924000', '210902.926000', '210902.929000', '210902.931000', '210902.934000', '210902.936000', '210902.939000', '210902.942000', '210902.944000', '210902.947000', '210902.949000', '210902.952000', '210902.955000', '210902.957000', '210902.960000', '210902.962000', '210902.965000', '210902.967000', '210902.970000', '210902.973000', '210902.975000', '210902.978000', '210902.981000', '210902.983000', '210902.986000', '210902.988000', '210902.991000', '210922.879000', '210922.882000', '210922.885000', '210922.887000', '210922.890000', '210922.892000', '210922.895000', '210922.898000', '210922.900000', '210922.903000', '210922.905000', '210922.908000', '210922.911000', '210922.913000', '210922.916000', '210922.918000', '210922.921000', '210922.923000', '210922.926000', '210922.929000', '210922.931000', '210922.934000', '210922.936000', '210922.939000', '210922.942000', '210922.944000', '210922.947000', '210922.949000', '210922.952000', '210922.955000', '210922.957000', '210922.960000', '210922.962000', '210922.965000', '210922.968000', '210922.970000', '210922.973000', '210922.975000', '210922.978000', '210922.981000', '210923.024000', '210923.027000', '210923.029000', '210923.032000', '210942.880000', '210942.883000', '210942.885000', '210942.888000', '210942.890000', '210942.893000', '210942.895000', '210942.898000', '210942.901000', '210942.903000', '210942.906000', '210942.908000', '210942.911000', '210942.913000', '210942.916000', '210942.919000', '210942.921000', '210942.924000', '210942.926000', '210942.929000', '210942.931000', '210942.934000', '210942.937000', '210942.939000', '210942.942000', '210942.944000', '210942.947000', '210942.949000', '210942.952000', '210942.955000', '210942.957000', '210942.960000', '210942.962000', '210942.965000', '210942.968000', '210942.970000', '210942.973000', '210942.975000', '210942.978000', '210942.981000', '210942.983000', '210942.986000', '210942.988000', '211002.881000', '211002.883000', '211002.886000', '211002.889000', '211002.891000', '211002.894000', '211002.896000', '211002.899000', '211002.901000', '211002.904000', '211002.907000', '211002.910000', '211002.913000', '211002.916000', '211002.919000', '211002.921000', '211002.924000', '211002.926000', '211002.929000', '211002.932000', '211002.934000', '211002.937000', '211002.939000', '211002.942000', '211002.944000', '211002.947000', '211002.950000', '211002.952000', '211002.955000', '211002.958000', '211002.960000', '211002.963000', '211002.965000', '211002.968000', '211002.971000', '211002.973000', '211002.976000', '211002.978000', '211002.981000', '211002.984000', '211002.986000', '211002.989000', '211002.992000', '211022.881000', '211022.884000', '211022.886000', '211022.889000', '211022.891000', '211022.894000', '211022.897000', '211022.899000', '211022.902000', '211022.904000', '211022.907000', '211022.910000', '211022.912000', '211022.915000', '211022.918000', '211022.920000', '211022.923000', '211022.925000', '211022.928000', '211022.931000', '211022.933000', '211022.936000', '211022.938000', '211022.941000', '211022.944000', '211022.946000', '211022.949000', '211022.951000', '211022.954000', '211022.957000', '211022.959000', '211022.962000', '211022.964000', '211022.967000', '211022.970000', '211022.972000', '211022.975000', '211022.977000', '211022.980000', '211022.982000', '211022.985000', '211022.988000', '211022.990000', '211022.993000', '211042.880000', '211042.882000', '211042.885000', '211042.888000', '211042.890000', '211042.893000', '211042.895000', '211042.898000', '211042.901000', '211042.903000', '211042.906000', '211042.908000', '211042.911000', '211042.913000', '211042.916000', '211042.919000', '211042.921000', '211042.924000', '211042.927000', '211042.929000', '211042.932000', '211042.935000', '211042.971000', '211042.974000', '211042.976000', '211042.979000', '211042.981000', '211042.984000', '211042.987000', '211042.989000', '211042.992000', '211042.994000', '211042.997000', '211043.001000', '211043.003000', '211043.006000', '211043.008000', '211043.011000', '211043.014000', '211043.016000', '211043.019000', '211043.021000', '211043.024000', '211102.880000', '211102.882000', '211102.885000', '211102.888000', '211102.890000', '211102.893000', '211102.895000', '211102.898000', '211102.901000', '211102.903000', '211102.906000', '211102.908000', '211102.911000', '211102.914000', '211102.916000', '211102.919000', '211102.921000', '211102.924000', '211102.926000', '211102.929000', '211102.932000', '211102.934000', '211102.937000', '211102.939000', '211102.942000', '211102.944000', '211102.947000', '211102.950000', '211102.952000', '211102.955000', '211102.957000', '211102.960000', '211102.963000', '211102.965000', '211102.968000', '211102.970000', '211102.973000', '211102.976000', '211102.978000', '211102.981000', '211102.984000', '211102.986000', '211102.989000', '211102.991000', '211122.880000', '211122.883000', '211122.885000', '211122.888000', '211122.890000', '211122.893000', '211122.896000', '211122.898000', '211122.901000', '211122.903000', '211122.906000', '211122.909000', '211122.911000', '211122.914000', '211122.916000', '211122.919000', '211122.921000', '211122.925000', '211122.928000', '211122.931000', '211122.933000', '211122.936000', '211122.939000', '211122.941000', '211122.944000', '211122.946000', '211122.950000', '211122.953000', '211122.956000', '211122.958000', '211122.970000', '211122.972000', '211122.975000', '211122.978000', '211122.980000', '211122.983000', '211122.985000', '211122.988000', '211122.991000', '211122.993000', '211122.996000', '211122.998000', '211123.002000', '211142.880000', '211142.883000', '211142.885000', '211142.888000', '211142.890000', '211142.893000', '211142.896000', '211142.898000', '211142.901000', '211142.903000', '211142.906000', '211142.908000', '211142.911000', '211142.914000', '211142.916000', '211142.919000', '211142.921000', '211142.924000', '211142.927000', '211142.929000', '211142.932000', '211142.934000', '211142.937000', '211142.940000', '211142.942000', '211142.945000', '211142.948000', '211142.950000', '211142.953000', '211142.956000', '211142.958000', '211142.961000', '211142.964000', '211142.966000', '211142.969000', '211142.971000', '211142.974000', '211142.977000', '211142.979000', '211142.982000', '211142.984000', '211142.987000', '211142.989000', '211142.992000', '211202.880000', '211202.882000', '211202.885000', '211202.888000', '211202.890000', '211202.893000', '211202.895000', '211202.898000', '211202.901000', '211202.903000', '211202.906000', '211202.908000', '211202.911000', '211202.913000', '211202.916000', '211202.919000', '211202.922000', '211202.924000', '211202.927000', '211202.938000', '211202.940000', '211202.943000', '211202.946000', '211202.948000', '211202.951000', '211202.953000', '211202.956000', '211202.959000', '211202.961000', '211202.964000', '211202.966000', '211202.969000', '211202.971000', '211202.974000', '211202.977000', '211202.979000', '211202.982000', '211202.984000', '211202.987000', '211202.990000', '211202.992000', '211202.995000', '211202.997000', '211210.731000', '211210.734000', '211210.737000', '211210.740000', '211210.743000', '211210.745000', '211210.748000', '211210.751000', '211210.754000', '211210.757000', '211210.760000', '211210.763000', '211210.766000', '211210.769000', '211210.772000', '211210.774000', '211210.777000', '211210.780000'], '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': [16379, 10359, 14429, 10220, 15653, 18876, 14176, 19183, 10978, 15298, 10589, 14834, 10257, 14164, 10105, 12722, 17441, 12384, 15838, 11554, 14557, 9228, 12099, 22127, 11486, 16053, 13349, 16294, 9611, 12408, 12761, 13174, 18539, 13542, 14650, 9871, 13652, 14074, 13231, 20584, 15074, 19105, 10457, 13174, 19989, 12351, 21028, 15183, 19659, 10860, 12825, 13455, 11081, 16591, 11201, 15273, 11032, 14883, 10004, 11770, 17606, 11008, 14495, 10636, 13789, 16846, 11508, 15930, 10436, 13443, 11234, 13478, 18438, 13225, 13352, 10190, 11755, 10768, 11805, 16763, 12638, 14298, 10338, 12841, 12670, 11273, 16366, 11326, 14735, 11556, 14918, 18974, 11347, 15272, 10469, 13722, 11715, 14062, 18483, 11362, 14062, 10531, 12941, 12828, 11836, 16526, 11756, 13416, 10539, 11954, 13400, 11166, 16036, 11881, 13207, 10334, 12584, 9688, 11732, 16709, 11424, 14941, 10479, 13108, 10972, 11515, 17096, 11780, 15059, 10530, 14445, 10697, 11773, 18497, 11071, 15011, 10537, 13938, 10888, 12302, 16325, 11169, 15650, 11267, 14433, 10725, 12597, 16254, 11767, 15802, 10444, 14011, 10902, 12080, 18458, 11265, 14760, 11136, 13891, 20598, 12272, 18036, 10825, 13098, 10986, 13142, 18010, 12267, 14982, 10298, 12880, 10456, 12926, 17342, 12545, 14673, 10188, 13220, 10340, 13286, 11512, 12506, 16187, 11142, 14354, 9911, 13882, 14760, 13105, 17726, 11202, 14439, 11083, 12856, 22814, 18292, 18737, 10563, 12069, 10394, 12357, 22078, 15749, 17362, 10754, 12136, 10727, 12372, 15415, 12483, 14754, 11247, 12985, 11222, 11572, 19324, 13712, 16965, 11584, 11040, 22158, 11591, 13521, 11497, 12555, 21918, 14486, 14860, 10510, 12208, 11421, 11672, 16896, 11675, 13516, 10118, 12406, 10770, 11030, 16105, 11134, 14270, 10417, 12942, 10846, 11211, 16390, 11269, 14815, 10703, 13864, 10003, 11153, 16453, 10433, 14323, 10638, 13746, 18361, 12954, 13804, 9869, 12801, 10160, 12447, 17325, 13096, 14231, 9726, 13434, 9921, 12210, 17134, 12285, 14576, 10002, 13010, 18864, 10914, 15174, 9415, 13991, 11917, 13223, 16347, 11129, 14509, 9861, 13444, 15334, 12558, 16352, 11014, 14545, 9800, 12960, 14693, 12008, 16763, 12707, 13724, 9787, 12622, 15138, 11507, 17027, 11594, 14428, 10136, 13303, 14446, 11546, 17010, 10882, 14919, 10778, 13619, 16297, 10885, 16626, 10666, 15132, 9951, 14517, 11024, 11692, 16912, 11113, 14825, 9921, 14605, 16714, 12725, 16988, 11166, 14359, 10251, 13592, 21568, 14700, 17120, 10328, 13823, 10800, 12621, 20478, 13225, 15866, 10453, 13016, 9557, 11263, 16917, 11406, 15195, 10151, 13848, 10284, 11495, 17291, 11356, 15451, 10125, 14298, 9733, 11387, 17362, 11431, 15461, 10904, 14680, 14025, 12169, 17812, 11605, 15174, 10348, 15021, 11150, 13978, 20799, 11348, 15981, 10612, 15261, 10932, 14918, 16108, 11396, 16914, 11054, 14681, 10569, 14145, 18021, 12529, 17039, 11595, 15212, 11232, 13959, 14007, 13046, 18261, 11825, 14649, 10292, 12954, 11119, 12937, 18022, 13038, 14069, 10798, 13486, 10295, 13347, 17651, 13129, 14202, 10944, 13940, 10255, 13058, 16100, 12373, 16005, 11368, 13878, 10478, 12597, 19565, 12373, 15862, 10687, 13678, 10716, 11728, 16883, 11657, 15793, 11213, 14453, 10946, 12114, 15049, 11882, 16222, 11997, 14398, 10660, 13651, 12272, 11454, 17001, 11235, 14402, 10585, 13065, 15261, 11376, 16836, 10991, 15024, 11577, 14181, 11791, 11486, 16757, 11610, 15526, 11218, 14718, 13018, 11888, 17431, 11602, 14209, 11163, 13447, 21760, 13459, 15735, 10696, 13288, 11860, 12249, 18262, 12376, 14664, 10598, 12589, 10433, 11508, 15443, 11394, 15870, 11051, 13202, 10470, 11937, 15900, 11163, 14938, 10263, 14834, 10820, 13025, 18028, 11279, 14989, 10675, 14411, 15638, 13438, 19940, 11549, 14560, 10148, 13530, 10729, 13765, 18359, 11442, 15754, 10547, 13653, 14457, 12067, 19382, 14758, 17130, 11940, 11669, 20000, 10850, 13983, 17568, 12210, 18012, 11206, 12970, 11347, 11468, 16873, 12162, 13911, 10484, 12755, 10819, 11288, 16362, 11268, 14244, 10039, 13347, 13775, 11619, 15991, 10388, 14119, 12118, 13738, 18527, 11688, 14469, 10056, 13188, 11039, 13554, 18411, 11444, 14510, 9901, 13144, 12389, 11742, 16817, 11713, 13786, 9950, 12352, 10511, 11816, 17212, 13019, 13839, 9473, 13181, 10001, 12710, 17929, 13122, 15515, 11408, 14342, 9520, 13211, 10601, 12471, 18073, 13186, 13694, 11076, 14298, 10089, 13567, 13621, 12870, 17504, 11799, 14661, 9890, 12839, 11720, 12453, 17587, 12880, 14378, 10269, 12812, 10114, 12933, 17868, 13230, 14293, 10562, 13547, 10221, 12863, 16252, 12030, 16581, 12053, 14116, 9890, 12851, 10708, 12481, 17776, 13372, 14145, 10494, 12858, 11233, 12176, 17579, 13208, 14708, 10114, 12908, 10533, 11690, 17139, 12732, 14874, 10547, 13009, 10941, 11301, 16710, 11610, 15166, 10807, 14451, 11374, 11371, 18308, 11522, 14739, 10460, 14035, 11700, 11515, 16770, 11183, 14313, 10615, 14100, 11560, 11913, 19478, 11235, 14041, 10612, 13519, 11364, 13074, 16972, 11360, 14169, 10198, 13429, 10873, 13216, 14350, 11158, 14513, 10779, 13235, 11054, 13673, 13117, 11615, 15622, 10556, 13493, 10207, 13801, 15010, 13483, 18592, 11407, 14166, 10218, 13784, 11423, 13296, 21252, 13638, 15728, 10814, 12859, 10730, 13134, 11466, 13586, 17336, 11170, 13450, 11171, 14778, 10489, 13954, 10698, 12984, 15064, 11263, 16027, 11331, 14155, 11492, 16197, 12441, 11071, 17787, 11227, 14302, 10303, 13858, 11505, 11248, 14997, 11182, 14348, 10697, 14027, 11857, 12758, 15020, 11337, 14768, 11283, 14289, 9989, 12895, 10308, 11175, 13986, 10939, 15668, 11747, 13428, 11212, 11401, 19719, 11669, 13966, 10914, 12727, 19605, 11899, 20590, 11613, 13798, 10797, 13298, 11850, 13342, 10010, 11198, 15664, 11192, 14352, 10330, 14192, 11676, 12232, 17953, 11172, 15436, 10894, 14072, 10706, 16019, 11500, 11242, 18740, 11387, 14563, 11177, 14902, 11022, 12033, 11091, 10962, 16431, 11611, 14813, 11457, 13194, 11132, 11195, 19034, 11405, 15281, 11179, 14839, 11846, 10739, 16985, 11126, 14923, 10956, 13184, 10695, 11046, 9655, 10806, 15349, 11152, 12727, 10335, 12088, 10769, 11691, 16808, 12660, 14838, 11068, 12782, 10792, 11946, 14145, 12313, 20435, 13912, 15783, 10652, 12416, 11917, 12742, 21251, 13053, 18486, 11012, 12680, 10440, 12573, 16314, 12562, 20914, 11359, 13900, 10811, 11853, 12828, 11656, 20347, 12995, 14834, 10662, 11626, 11405, 10774, 16062, 12439, 12415, 10628, 11621, 11513, 10567, 15973, 10996, 13748, 10551, 12197, 10776, 10559, 15554, 10987, 14189, 10765, 12879, 11596, 11076, 16331, 10899, 13524, 10410, 12752, 11443, 11166, 15588, 10954, 13646, 10467, 12343, 19645, 12910, 13959, 10670, 12405, 10397, 11481, 16899, 11129, 14073, 10496, 12252, 10089, 11134, 14596, 11012, 14841, 10878, 12979, 11065, 10933, 16036, 11801, 13359, 11145, 11209, 11844, 10672, 14408, 10600, 12644, 11092, 12527, 13214, 10885, 15403, 11139, 13693, 10140, 12547, 10449, 10699, 15587, 11704, 14133, 10034, 12705, 11189, 11286, 16527, 11678, 14005, 10594, 11213, 18523, 10882, 14204, 10297, 13522, 10388, 11892, 14323, 10753, 14864, 10644, 13547, 10107, 13215, 9976, 10886, 16012, 10733, 14614, 10921, 13065, 9646, 12433, 13376, 10959, 16205, 12548, 14204, 9809, 12302, 17894, 11277, 15979, 11515, 14124, 11023, 12819, 15709, 10657, 15821, 10568, 14002, 10202, 14137, 11431, 11324, 19671, 10786, 13717, 10182, 12716, 11001, 11309, 19585, 10744, 13954, 10036, 12228, 17171, 11928, 20372, 10586, 13989, 10254, 13273, 11747, 13590, 18729, 10717, 15106, 10546, 13684, 11154, 13786, 17258, 10912, 17472, 10916, 14422, 10404, 15025, 11391, 11003, 20381, 10750, 14896, 10831, 14092, 10040, 11467, 9554, 11204, 17344, 12032, 14961, 10793, 12713, 10384, 11223, 11847, 10793, 16588, 12295, 14641, 9998, 12478, 11512, 11963, 22509, 12242, 15789, 10513, 12489, 10176, 10987, 16072, 10992, 15168, 10859, 12939, 9672, 11790, 11151, 11930, 17679, 11861, 13262, 10486, 12434, 10681, 12275, 18303, 12049, 15381, 10376, 12329, 11875, 10973, 18626, 12514, 17138, 10766, 12077, 10267, 11040, 10564, 11124, 16070, 12487, 14711, 10047, 12228, 10686, 10749, 18251, 11890, 16708, 15978, 16966, 23937, 10945, 14360, 10682, 12613, 12484, 14310, 22262, 10660, 13021, 10189, 12394, 11756, 12459, 14752, 10834, 13347, 10412, 11928, 11131, 11627, 16243, 11163, 13463, 10299, 12210, 11461, 11194, 14380, 10661, 13712, 10846, 13079, 10297, 12377, 10767, 11916, 14464, 10758, 13950, 9766, 12945, 10431, 13027, 9076, 11198, 15265, 10602, 14203, 9981, 13299, 10511, 12024, 12988, 11307, 15786, 11005, 14635, 10065, 12445, 10399, 11444, 17969, 11112, 16319, 13320, 18569, 10070, 11564, 17975, 10662, 16119, 10672, 13763, 10236, 11810, 10359, 11218, 14298, 10313, 15077, 11110, 12824, 9798, 11948, 10465, 11303, 17927, 12263, 15797, 9978, 12139, 13868, 10784, 17526, 10911, 13944, 9668, 12455, 9529, 10803, 14999, 11028, 15142, 11294, 12582, 9747, 11507, 13704, 10714, 15364, 10928, 16270, 11116, 11000, 10339, 11005, 10434, 13232, 10161, 11184, 17188, 11132, 13224, 10185, 12103, 18469, 11631, 18573, 10793, 13330, 10340, 11752, 23504, 12343, 17687, 10867, 12771, 9909, 11648, 10281, 10761, 15737, 11295, 12842, 9803, 11916, 10268, 11410, 15506, 10934, 13862, 10582, 11243, 14430, 10404, 14856, 10250, 13404, 14809, 12036, 21065, 10594, 13042, 9646, 12622, 11368, 12000, 14922, 10535, 13136, 9837, 11874, 11271, 11799, 13809, 10501, 14128, 9670, 13151, 9449, 12256, 16906, 11118, 14918, 10241, 13545, 10109, 12603, 10907, 12774, 17971, 10322, 15552, 10631, 14174, 10516, 15628, 12512, 11204, 21370, 10497, 14677, 10376, 13067, 10502, 11528, 20383, 10645, 15769, 11028, 15048, 10308, 11663, 16049, 10630, 16700, 10668, 14102, 10684, 14009, 16060, 10270, 14620, 10486, 13733, 10063, 12540, 10314, 11457, 10376, 10590, 16148, 10926, 14934, 10805, 12270, 10112, 11188, 15532, 11042, 15466, 10902, 13943, 11016], 'WindowCenter': [5187.0, 5113.0, 5136.0, 5097.0, 5141.0, 5150.0, 5121.0, 5137.0, 5087.0, 5127.0, 5090.0, 5127.0, 5091.0, 5125.0, 5079.0, 5120.0, 5148.0, 5108.0, 5130.0, 5100.0, 5116.0, 5069.0, 5098.0, 5169.0, 5099.0, 5116.0, 5095.0, 5112.0, 5063.0, 5094.0, 5092.0, 5106.0, 5135.0, 5105.0, 5104.0, 5065.0, 5104.0, 5106.0, 5097.0, 5135.0, 5102.0, 5122.0, 5063.0, 5081.0, 5119.0, 5069.0, 5130.0, 5092.0, 5120.0, 5049.0, 5067.0, 5076.0, 5057.0, 5095.0, 5058.0, 5088.0, 5059.0, 5088.0, 5048.0, 5067.0, 5107.0, 5058.0, 5075.0, 5059.0, 5081.0, 5097.0, 5058.0, 5099.0, 5051.0, 5077.0, 5058.0, 5082.0, 5120.0, 5081.0, 5077.0, 5052.0, 5070.0, 5045.0, 5071.0, 5110.0, 5079.0, 5092.0, 5061.0, 5078.0, 5078.0, 5059.0, 5099.0, 5069.0, 5088.0, 5061.0, 5102.0, 5109.0, 5058.0, 5087.0, 5049.0, 5075.0, 5070.0, 5078.0, 5106.0, 5057.0, 5078.0, 5047.0, 5079.0, 5081.0, 5072.0, 5098.0, 5069.0, 5077.0, 5060.0, 5069.0, 5081.0, 5070.0, 5099.0, 5072.0, 5079.0, 5061.0, 5082.0, 5051.0, 5084.0, 5112.0, 5086.0, 5103.0, 5062.0, 5093.0, 5072.0, 5073.0, 5098.0, 5080.0, 5102.0, 5062.0, 5093.0, 5061.0, 5073.0, 5120.0, 5074.0, 5101.0, 5060.0, 5091.0, 5061.0, 5082.0, 5110.0, 5072.0, 5110.0, 5074.0, 5104.0, 5074.0, 5084.0, 5113.0, 5082.0, 5112.0, 5073.0, 5093.0, 5061.0, 5083.0, 5120.0, 5073.0, 5100.0, 5073.0, 5094.0, 5131.0, 5072.0, 5110.0, 5059.0, 5077.0, 5073.0, 5092.0, 5110.0, 5079.0, 5100.0, 5061.0, 5080.0, 5072.0, 5093.0, 5114.0, 5081.0, 5092.0, 5063.0, 5091.0, 5063.0, 5105.0, 5073.0, 5095.0, 5124.0, 5087.0, 5102.0, 5065.0, 5108.0, 5118.0, 5106.0, 5124.0, 5074.0, 5102.0, 5072.0, 5083.0, 5144.0, 5125.0, 5122.0, 5060.0, 5070.0, 5048.0, 5080.0, 5139.0, 5099.0, 5098.0, 5046.0, 5069.0, 5061.0, 5084.0, 5103.0, 5075.0, 5089.0, 5069.0, 5079.0, 5060.0, 5070.0, 5121.0, 5077.0, 5108.0, 5058.0, 5059.0, 5129.0, 5057.0, 5066.0, 5060.0, 5069.0, 5130.0, 5076.0, 5072.0, 5047.0, 5056.0, 5055.0, 5057.0, 5097.0, 5057.0, 5077.0, 5047.0, 5066.0, 5057.0, 5060.0, 5096.0, 5071.0, 5090.0, 5061.0, 5080.0, 5070.0, 5073.0, 5108.0, 5071.0, 5104.0, 5073.0, 5091.0, 5051.0, 5072.0, 5110.0, 5063.0, 5100.0, 5071.0, 5092.0, 5123.0, 5083.0, 5090.0, 5051.0, 5079.0, 5063.0, 5093.0, 5123.0, 5093.0, 5100.0, 5063.0, 5095.0, 5064.0, 5083.0, 5123.0, 5095.0, 5114.0, 5063.0, 5096.0, 5133.0, 5074.0, 5101.0, 5065.0, 5116.0, 5083.0, 5107.0, 5126.0, 5087.0, 5103.0, 5066.0, 5106.0, 5116.0, 5095.0, 5114.0, 5077.0, 5105.0, 5060.0, 5095.0, 5115.0, 5099.0, 5124.0, 5097.0, 5104.0, 5066.0, 5096.0, 5113.0, 5097.0, 5125.0, 5088.0, 5106.0, 5074.0, 5103.0, 5103.0, 5085.0, 5125.0, 5090.0, 5118.0, 5074.0, 5107.0, 5109.0, 5077.0, 5122.0, 5077.0, 5116.0, 5078.0, 5116.0, 5073.0, 5085.0, 5123.0, 5088.0, 5117.0, 5080.0, 5117.0, 5126.0, 5095.0, 5124.0, 5086.0, 5105.0, 5075.0, 5107.0, 5145.0, 5108.0, 5124.0, 5063.0, 5089.0, 5073.0, 5084.0, 5145.0, 5106.0, 5118.0, 5063.0, 5094.0, 5065.0, 5074.0, 5120.0, 5088.0, 5115.0, 5064.0, 5105.0, 5073.0, 5086.0, 5125.0, 5077.0, 5118.0, 5079.0, 5109.0, 5065.0, 5084.0, 5125.0, 5085.0, 5103.0, 5076.0, 5117.0, 5105.0, 5086.0, 5126.0, 5083.0, 5105.0, 5078.0, 5116.0, 5084.0, 5095.0, 5145.0, 5072.0, 5111.0, 5075.0, 5114.0, 5073.0, 5115.0, 5113.0, 5084.0, 5112.0, 5073.0, 5101.0, 5074.0, 5104.0, 5123.0, 5085.0, 5112.0, 5075.0, 5101.0, 5074.0, 5102.0, 5103.0, 5094.0, 5123.0, 5085.0, 5103.0, 5064.0, 5082.0, 5070.0, 5094.0, 5122.0, 5094.0, 5091.0, 5073.0, 5092.0, 5063.0, 5105.0, 5125.0, 5095.0, 5103.0, 5076.0, 5092.0, 5065.0, 5092.0, 5114.0, 5096.0, 5117.0, 5084.0, 5093.0, 5075.0, 5083.0, 5133.0, 5095.0, 5111.0, 5064.0, 5092.0, 5060.0, 5073.0, 5108.0, 5072.0, 5102.0, 5074.0, 5093.0, 5060.0, 5082.0, 5100.0, 5084.0, 5110.0, 5085.0, 5102.0, 5064.0, 5089.0, 5083.0, 5083.0, 5123.0, 5086.0, 5103.0, 5063.0, 5094.0, 5114.0, 5075.0, 5122.0, 5076.0, 5113.0, 5084.0, 5104.0, 5084.0, 5084.0, 5111.0, 5086.0, 5114.0, 5085.0, 5106.0, 5091.0, 5083.0, 5122.0, 5073.0, 5094.0, 5072.0, 5094.0, 5142.0, 5093.0, 5101.0, 5061.0, 5090.0, 5070.0, 5081.0, 5121.0, 5085.0, 5089.0, 5063.0, 5083.0, 5061.0, 5072.0, 5102.0, 5084.0, 5110.0, 5074.0, 5093.0, 5075.0, 5085.0, 5112.0, 5089.0, 5114.0, 5076.0, 5114.0, 5074.0, 5095.0, 5134.0, 5085.0, 5105.0, 5076.0, 5104.0, 5113.0, 5094.0, 5136.0, 5084.0, 5101.0, 5064.0, 5105.0, 5086.0, 5107.0, 5136.0, 5084.0, 5116.0, 5077.0, 5105.0, 5105.0, 5096.0, 5136.0, 5105.0, 5124.0, 5072.0, 5073.0, 5130.0, 5071.0, 5089.0, 5121.0, 5082.0, 5118.0, 5071.0, 5080.0, 5070.0, 5074.0, 5111.0, 5083.0, 5091.0, 5063.0, 5096.0, 5074.0, 5084.0, 5112.0, 5087.0, 5115.0, 5065.0, 5107.0, 5103.0, 5085.0, 5112.0, 5076.0, 5107.0, 5097.0, 5106.0, 5124.0, 5085.0, 5103.0, 5064.0, 5096.0, 5086.0, 5105.0, 5134.0, 5086.0, 5104.0, 5066.0, 5094.0, 5096.0, 5095.0, 5125.0, 5085.0, 5093.0, 5066.0, 5095.0, 5075.0, 5094.0, 5124.0, 5093.0, 5093.0, 5064.0, 5094.0, 5064.0, 5095.0, 5135.0, 5108.0, 5116.0, 5087.0, 5106.0, 5066.0, 5095.0, 5076.0, 5096.0, 5135.0, 5097.0, 5104.0, 5085.0, 5104.0, 5076.0, 5108.0, 5106.0, 5096.0, 5126.0, 5084.0, 5104.0, 5066.0, 5094.0, 5096.0, 5096.0, 5124.0, 5095.0, 5105.0, 5065.0, 5083.0, 5064.0, 5096.0, 5136.0, 5105.0, 5115.0, 5077.0, 5092.0, 5075.0, 5097.0, 5126.0, 5097.0, 5126.0, 5097.0, 5105.0, 5067.0, 5094.0, 5076.0, 5094.0, 5135.0, 5107.0, 5103.0, 5074.0, 5094.0, 5075.0, 5087.0, 5124.0, 5095.0, 5105.0, 5063.0, 5093.0, 5064.0, 5084.0, 5124.0, 5094.0, 5102.0, 5062.0, 5093.0, 5074.0, 5084.0, 5113.0, 5083.0, 5102.0, 5074.0, 5103.0, 5071.0, 5072.0, 5120.0, 5073.0, 5102.0, 5063.0, 5092.0, 5070.0, 5073.0, 5110.0, 5071.0, 5099.0, 5062.0, 5092.0, 5070.0, 5072.0, 5121.0, 5073.0, 5077.0, 5063.0, 5091.0, 5073.0, 5092.0, 5112.0, 5072.0, 5091.0, 5065.0, 5107.0, 5075.0, 5094.0, 5102.0, 5075.0, 5103.0, 5075.0, 5095.0, 5085.0, 5105.0, 5094.0, 5085.0, 5114.0, 5077.0, 5093.0, 5076.0, 5106.0, 5117.0, 5108.0, 5134.0, 5085.0, 5092.0, 5065.0, 5106.0, 5074.0, 5094.0, 5144.0, 5094.0, 5100.0, 5073.0, 5081.0, 5062.0, 5093.0, 5074.0, 5094.0, 5122.0, 5074.0, 5090.0, 5077.0, 5103.0, 5078.0, 5107.0, 5075.0, 5096.0, 5103.0, 5074.0, 5113.0, 5078.0, 5105.0, 5075.0, 5114.0, 5082.0, 5074.0, 5121.0, 5074.0, 5102.0, 5065.0, 5093.0, 5070.0, 5072.0, 5102.0, 5074.0, 5102.0, 5074.0, 5104.0, 5085.0, 5096.0, 5104.0, 5074.0, 5102.0, 5085.0, 5103.0, 5066.0, 5095.0, 5063.0, 5087.0, 5105.0, 5088.0, 5127.0, 5088.0, 5108.0, 5075.0, 5087.0, 5135.0, 5087.0, 5105.0, 5076.0, 5095.0, 5133.0, 5085.0, 5133.0, 5077.0, 5091.0, 5074.0, 5094.0, 5084.0, 5095.0, 5063.0, 5074.0, 5114.0, 5075.0, 5104.0, 5067.0, 5104.0, 5074.0, 5085.0, 5125.0, 5075.0, 5104.0, 5078.0, 5105.0, 5075.0, 5115.0, 5072.0, 5075.0, 5135.0, 5074.0, 5103.0, 5074.0, 5103.0, 5064.0, 5082.0, 5072.0, 5073.0, 5113.0, 5088.0, 5103.0, 5085.0, 5096.0, 5073.0, 5073.0, 5122.0, 5073.0, 5103.0, 5073.0, 5092.0, 5071.0, 5063.0, 5111.0, 5072.0, 5103.0, 5065.0, 5082.0, 5063.0, 5072.0, 5051.0, 5073.0, 5112.0, 5085.0, 5094.0, 5075.0, 5085.0, 5078.0, 5098.0, 5126.0, 5098.0, 5108.0, 5076.0, 5095.0, 5075.0, 5085.0, 5107.0, 5084.0, 5135.0, 5094.0, 5103.0, 5063.0, 5070.0, 5082.0, 5083.0, 5130.0, 5085.0, 5121.0, 5062.0, 5079.0, 5063.0, 5084.0, 5112.0, 5082.0, 5130.0, 5061.0, 5078.0, 5060.0, 5070.0, 5080.0, 5071.0, 5120.0, 5081.0, 5089.0, 5048.0, 5058.0, 5058.0, 5061.0, 5099.0, 5082.0, 5070.0, 5050.0, 5072.0, 5071.0, 5050.0, 5100.0, 5076.0, 5080.0, 5063.0, 5084.0, 5072.0, 5063.0, 5103.0, 5075.0, 5103.0, 5074.0, 5084.0, 5069.0, 5073.0, 5111.0, 5063.0, 5094.0, 5060.0, 5093.0, 5073.0, 5075.0, 5113.0, 5074.0, 5093.0, 5064.0, 5095.0, 5134.0, 5084.0, 5091.0, 5064.0, 5082.0, 5062.0, 5073.0, 5112.0, 5075.0, 5093.0, 5062.0, 5084.0, 5064.0, 5086.0, 5102.0, 5077.0, 5114.0, 5073.0, 5097.0, 5075.0, 5076.0, 5115.0, 5089.0, 5109.0, 5077.0, 5077.0, 5085.0, 5076.0, 5104.0, 5076.0, 5096.0, 5076.0, 5085.0, 5093.0, 5077.0, 5114.0, 5087.0, 5105.0, 5066.0, 5098.0, 5075.0, 5078.0, 5116.0, 5097.0, 5105.0, 5067.0, 5096.0, 5075.0, 5087.0, 5126.0, 5089.0, 5108.0, 5075.0, 5078.0, 5133.0, 5075.0, 5104.0, 5078.0, 5095.0, 5066.0, 5086.0, 5106.0, 5088.0, 5104.0, 5089.0, 5105.0, 5078.0, 5106.0, 5078.0, 5088.0, 5129.0, 5091.0, 5128.0, 5091.0, 5110.0, 5070.0, 5110.0, 5108.0, 5091.0, 5131.0, 5100.0, 5109.0, 5068.0, 5098.0, 5136.0, 5087.0, 5118.0, 5089.0, 5107.0, 5077.0, 5101.0, 5115.0, 5077.0, 5115.0, 5077.0, 5107.0, 5077.0, 5107.0, 5087.0, 5087.0, 5136.0, 5078.0, 5106.0, 5065.0, 5096.0, 5075.0, 5087.0, 5139.0, 5076.0, 5103.0, 5067.0, 5085.0, 5125.0, 5074.0, 5145.0, 5076.0, 5106.0, 5076.0, 5097.0, 5087.0, 5109.0, 5135.0, 5077.0, 5106.0, 5077.0, 5094.0, 5086.0, 5096.0, 5125.0, 5077.0, 5128.0, 5075.0, 5105.0, 5072.0, 5115.0, 5073.0, 5075.0, 5133.0, 5075.0, 5103.0, 5074.0, 5093.0, 5052.0, 5076.0, 5055.0, 5074.0, 5124.0, 5086.0, 5104.0, 5064.0, 5083.0, 5063.0, 5063.0, 5071.0, 5073.0, 5111.0, 5084.0, 5104.0, 5055.0, 5083.0, 5073.0, 5086.0, 5156.0, 5086.0, 5102.0, 5066.0, 5083.0, 5050.0, 5060.0, 5100.0, 5061.0, 5091.0, 5062.0, 5083.0, 5052.0, 5075.0, 5074.0, 5084.0, 5111.0, 5074.0, 5083.0, 5063.0, 5083.0, 5064.0, 5083.0, 5126.0, 5074.0, 5103.0, 5065.0, 5085.0, 5074.0, 5064.0, 5122.0, 5083.0, 5111.0, 5063.0, 5072.0, 5062.0, 5072.0, 5062.0, 5075.0, 5103.0, 5084.0, 5102.0, 5054.0, 5083.0, 5063.0, 5064.0, 5122.0, 5073.0, 5114.0, 5101.0, 5111.0, 5140.0, 5060.0, 5080.0, 5050.0, 5070.0, 5069.0, 5092.0, 5128.0, 5050.0, 5078.0, 5050.0, 5070.0, 5070.0, 5070.0, 5089.0, 5061.0, 5080.0, 5062.0, 5072.0, 5072.0, 5075.0, 5104.0, 5073.0, 5108.0, 5077.0, 5081.0, 5073.0, 5076.0, 5102.0, 5075.0, 5093.0, 5075.0, 5093.0, 5079.0, 5097.0, 5086.0, 5088.0, 5105.0, 5078.0, 5104.0, 5078.0, 5096.0, 5077.0, 5109.0, 5056.0, 5091.0, 5116.0, 5079.0, 5110.0, 5070.0, 5107.0, 5075.0, 5088.0, 5093.0, 5086.0, 5117.0, 5088.0, 5116.0, 5067.0, 5097.0, 5066.0, 5087.0, 5125.0, 5087.0, 5129.0, 5097.0, 5129.0, 5054.0, 5076.0, 5124.0, 5064.0, 5114.0, 5076.0, 5094.0, 5065.0, 5085.0, 5063.0, 5074.0, 5103.0, 5078.0, 5115.0, 5088.0, 5098.0, 5068.0, 5101.0, 5078.0, 5088.0, 5138.0, 5101.0, 5117.0, 5064.0, 5088.0, 5106.0, 5077.0, 5127.0, 5079.0, 5109.0, 5056.0, 5087.0, 5054.0, 5075.0, 5103.0, 5075.0, 5118.0, 5087.0, 5096.0, 5065.0, 5086.0, 5094.0, 5077.0, 5116.0, 5094.0, 5131.0, 5075.0, 5075.0, 5080.0, 5076.0, 5091.0, 5110.0, 5068.0, 5072.0, 5127.0, 5076.0, 5084.0, 5066.0, 5088.0, 5136.0, 5077.0, 5123.0, 5063.0, 5082.0, 5053.0, 5075.0, 5153.0, 5072.0, 5114.0, 5063.0, 5082.0, 5053.0, 5075.0, 5063.0, 5077.0, 5117.0, 5076.0, 5096.0, 5066.0, 5088.0, 5066.0, 5075.0, 5115.0, 5080.0, 5106.0, 5065.0, 5077.0, 5105.0, 5066.0, 5106.0, 5066.0, 5094.0, 5104.0, 5086.0, 5132.0, 5067.0, 5085.0, 5054.0, 5096.0, 5087.0, 5087.0, 5108.0, 5076.0, 5098.0, 5067.0, 5089.0, 5087.0, 5098.0, 5095.0, 5079.0, 5107.0, 5070.0, 5108.0, 5069.0, 5101.0, 5126.0, 5077.0, 5106.0, 5068.0, 5094.0, 5078.0, 5098.0, 5078.0, 5099.0, 5125.0, 5067.0, 5115.0, 5080.0, 5107.0, 5078.0, 5117.0, 5085.0, 5077.0, 5145.0, 5076.0, 5106.0, 5067.0, 5086.0, 5063.0, 5075.0, 5133.0, 5064.0, 5105.0, 5065.0, 5093.0, 5055.0, 5075.0, 5102.0, 5064.0, 5115.0, 5065.0, 5094.0, 5063.0, 5094.0, 5103.0, 5053.0, 5092.0, 5064.0, 5092.0, 5064.0, 5084.0, 5057.0, 5076.0, 5067.0, 5077.0, 5117.0, 5090.0, 5116.0, 5080.0, 5087.0, 5066.0, 5079.0, 5105.0, 5077.0, 5106.0, 5077.0, 5093.0, 5064.0], 'WindowWidth': [11180.0, 11065.0, 11081.0, 11030.0, 11084.0, 11101.0, 11051.0, 11075.0, 10999.0, 11057.0, 11011.0, 11060.0, 11014.0, 11057.0, 10990.0, 11050.0, 11091.0, 11032.0, 11066.0, 11024.0, 11041.0, 10976.0, 11014.0, 11124.0, 11017.0, 11040.0, 11008.0, 11029.0, 10961.0, 11004.0, 11002.0, 11023.0, 11072.0, 11025.0, 11018.0, 10963.0, 11018.0, 11024.0, 11010.0, 11072.0, 11017.0, 11044.0, 10958.0, 10980.0, 11034.0, 10960.0, 11058.0, 10998.0, 11035.0, 10931.0, 10954.0, 10965.0, 10941.0, 10993.0, 10945.0, 10988.0, 10951.0, 10989.0, 10931.0, 10956.0, 11015.0, 10945.0, 10968.0, 10949.0, 10979.0, 11002.0, 10947.0, 11002.0, 10938.0, 10969.0, 10947.0, 10981.0, 11043.0, 10982.0, 10972.0, 10940.0, 10962.0, 10924.0, 10967.0, 11025.0, 10980.0, 10999.0, 10954.0, 10976.0, 10974.0, 10949.0, 11005.0, 10966.0, 10987.0, 10952.0, 11012.0, 11022.0, 10945.0, 10984.0, 10935.0, 10966.0, 10965.0, 10974.0, 11015.0, 10943.0, 10970.0, 10929.0, 10974.0, 10980.0, 10968.0, 11005.0, 10962.0, 10970.0, 10948.0, 10961.0, 10979.0, 10966.0, 11006.0, 10971.0, 10977.0, 10955.0, 10983.0, 10942.0, 10989.0, 11026.0, 10995.0, 11015.0, 10958.0, 10999.0, 10970.0, 10971.0, 11002.0, 10981.0, 11013.0, 10954.0, 11000.0, 10952.0, 10970.0, 11039.0, 10973.0, 11010.0, 10952.0, 10996.0, 10953.0, 10983.0, 11023.0, 10973.0, 11024.0, 10978.0, 11016.0, 10973.0, 10988.0, 11032.0, 10985.0, 11029.0, 10974.0, 11001.0, 10954.0, 10985.0, 11044.0, 10972.0, 11009.0, 10976.0, 11003.0, 11059.0, 10969.0, 11025.0, 10949.0, 10973.0, 10971.0, 10999.0, 11027.0, 10980.0, 11009.0, 10955.0, 10977.0, 10973.0, 11002.0, 11034.0, 10984.0, 10997.0, 10960.0, 10994.0, 10963.0, 11019.0, 10976.0, 11007.0, 11047.0, 10996.0, 11013.0, 10967.0, 11030.0, 11045.0, 11025.0, 11051.0, 10977.0, 11015.0, 10970.0, 10987.0, 11090.0, 11048.0, 11041.0, 10952.0, 10963.0, 10935.0, 10979.0, 11072.0, 11006.0, 11002.0, 10928.0, 10961.0, 10952.0, 10986.0, 11016.0, 10971.0, 10994.0, 10965.0, 10977.0, 10951.0, 10964.0, 11044.0, 10974.0, 11019.0, 10945.0, 10947.0, 11054.0, 10943.0, 10955.0, 10947.0, 10962.0, 11057.0, 10969.0, 10956.0, 10928.0, 10938.0, 10937.0, 10943.0, 11001.0, 10945.0, 10969.0, 10930.0, 10955.0, 10943.0, 10950.0, 10998.0, 10969.0, 10994.0, 10954.0, 10980.0, 10966.0, 10971.0, 11017.0, 10971.0, 11016.0, 10975.0, 10997.0, 10941.0, 10970.0, 11021.0, 10960.0, 11007.0, 10971.0, 10998.0, 11051.0, 10988.0, 10994.0, 10942.0, 10975.0, 10962.0, 11003.0, 11048.0, 11006.0, 11011.0, 10962.0, 11006.0, 10963.0, 10990.0, 11048.0, 11011.0, 11033.0, 10962.0, 11009.0, 11061.0, 10978.0, 11013.0, 10968.0, 11038.0, 10992.0, 11024.0, 11054.0, 10997.0, 11016.0, 10967.0, 11025.0, 11042.0, 11009.0, 11037.0, 10984.0, 11020.0, 10956.0, 11007.0, 11036.0, 11018.0, 11050.0, 11013.0, 11021.0, 10969.0, 11010.0, 11032.0, 11012.0, 11050.0, 11002.0, 11024.0, 10979.0, 11018.0, 11018.0, 10994.0, 11049.0, 11007.0, 11042.0, 10979.0, 11025.0, 11023.0, 10985.0, 11041.0, 10985.0, 11039.0, 10988.0, 11038.0, 10975.0, 10995.0, 11046.0, 11001.0, 11039.0, 10991.0, 11041.0, 11055.0, 11008.0, 11052.0, 10996.0, 11022.0, 10981.0, 11026.0, 11092.0, 11030.0, 11049.0, 10962.0, 10990.0, 10973.0, 10989.0, 11087.0, 11029.0, 11045.0, 10958.0, 11004.0, 10966.0, 10978.0, 11039.0, 11001.0, 11036.0, 10962.0, 11020.0, 10976.0, 10995.0, 11047.0, 10982.0, 11044.0, 10989.0, 11029.0, 10965.0, 10992.0, 11049.0, 10994.0, 11014.0, 10983.0, 11039.0, 11019.0, 10994.0, 11054.0, 10988.0, 11021.0, 10987.0, 11037.0, 10993.0, 11002.0, 11084.0, 10973.0, 11024.0, 10979.0, 11032.0, 10972.0, 11034.0, 11030.0, 10989.0, 11027.0, 10974.0, 11010.0, 10978.0, 11019.0, 11046.0, 10991.0, 11032.0, 10977.0, 11009.0, 10975.0, 11014.0, 11018.0, 11001.0, 11052.0, 10993.0, 11014.0, 10960.0, 10984.0, 10966.0, 11004.0, 11047.0, 11003.0, 10995.0, 10976.0, 10999.0, 10959.0, 11021.0, 11055.0, 11009.0, 11016.0, 10981.0, 10999.0, 10964.0, 10999.0, 11038.0, 11009.0, 11041.0, 10992.0, 11002.0, 10976.0, 10988.0, 11070.0, 11008.0, 11030.0, 10964.0, 11001.0, 10954.0, 10973.0, 11020.0, 10973.0, 11013.0, 10976.0, 11001.0, 10954.0, 10984.0, 11008.0, 10991.0, 11026.0, 10996.0, 11013.0, 10963.0, 10990.0, 10989.0, 10988.0, 11046.0, 10998.0, 11017.0, 10961.0, 11003.0, 11032.0, 10978.0, 11041.0, 10981.0, 11032.0, 10990.0, 11019.0, 10990.0, 10989.0, 11025.0, 10996.0, 11035.0, 10994.0, 11024.0, 10998.0, 10988.0, 11047.0, 10975.0, 11003.0, 10974.0, 11004.0, 11083.0, 11002.0, 11012.0, 10957.0, 10993.0, 10966.0, 10984.0, 11048.0, 10994.0, 10994.0, 10961.0, 10987.0, 10953.0, 10971.0, 11012.0, 10991.0, 11022.0, 10978.0, 11001.0, 10978.0, 10993.0, 11031.0, 11003.0, 11033.0, 10984.0, 11034.0, 10977.0, 11008.0, 11070.0, 10993.0, 11019.0, 10982.0, 11021.0, 11034.0, 11003.0, 11070.0, 10991.0, 11012.0, 10965.0, 11022.0, 10998.0, 11025.0, 11070.0, 10996.0, 11040.0, 10985.0, 11023.0, 11025.0, 11010.0, 11075.0, 11023.0, 11047.0, 10971.0, 10973.0, 11054.0, 10971.0, 10993.0, 11040.0, 10987.0, 11035.0, 10969.0, 10981.0, 10967.0, 10975.0, 11028.0, 10991.0, 10999.0, 10961.0, 11011.0, 10980.0, 10992.0, 11029.0, 10999.0, 11036.0, 10968.0, 11025.0, 11018.0, 10995.0, 11029.0, 10983.0, 11026.0, 11013.0, 11023.0, 11052.0, 10990.0, 11014.0, 10963.0, 11009.0, 10999.0, 11021.0, 11067.0, 10997.0, 11019.0, 10970.0, 11005.0, 11012.0, 11009.0, 11051.0, 10992.0, 11002.0, 10967.0, 11005.0, 10979.0, 11008.0, 11051.0, 11004.0, 11001.0, 10964.0, 11004.0, 10966.0, 11010.0, 11071.0, 11030.0, 11042.0, 10998.0, 11021.0, 10968.0, 11006.0, 10984.0, 11012.0, 11073.0, 11014.0, 11019.0, 10995.0, 11020.0, 10985.0, 11027.0, 11028.0, 11013.0, 11059.0, 10991.0, 11017.0, 10967.0, 11006.0, 11013.0, 11013.0, 11054.0, 11009.0, 11020.0, 10964.0, 10985.0, 10960.0, 11009.0, 11070.0, 11024.0, 11036.0, 10985.0, 11002.0, 10981.0, 11010.0, 11055.0, 11013.0, 11056.0, 11015.0, 11022.0, 10970.0, 11004.0, 10982.0, 11008.0, 11072.0, 11028.0, 11019.0, 10979.0, 11004.0, 10978.0, 10998.0, 11055.0, 11009.0, 11022.0, 10959.0, 11001.0, 10962.0, 10990.0, 11051.0, 11007.0, 11016.0, 10959.0, 11002.0, 10977.0, 10992.0, 11032.0, 10991.0, 11018.0, 10977.0, 11016.0, 10968.0, 10972.0, 11042.0, 10975.0, 11015.0, 10961.0, 11001.0, 10966.0, 10973.0, 11028.0, 10969.0, 11007.0, 10960.0, 11000.0, 10966.0, 10970.0, 11047.0, 10972.0, 10971.0, 10961.0, 10998.0, 10974.0, 10999.0, 11031.0, 10971.0, 10995.0, 10965.0, 11026.0, 10983.0, 11006.0, 11016.0, 10982.0, 11015.0, 10981.0, 11008.0, 10996.0, 11021.0, 11009.0, 10996.0, 11034.0, 10985.0, 11004.0, 10985.0, 11025.0, 11044.0, 11028.0, 11066.0, 10992.0, 11000.0, 10966.0, 11020.0, 10977.0, 11004.0, 11085.0, 11007.0, 11014.0, 10974.0, 10983.0, 10958.0, 11002.0, 10979.0, 11004.0, 11043.0, 10977.0, 10999.0, 10984.0, 11018.0, 10991.0, 11028.0, 10981.0, 11010.0, 11019.0, 10979.0, 11034.0, 10987.0, 11023.0, 10980.0, 11034.0, 10985.0, 10974.0, 11042.0, 10976.0, 11015.0, 10966.0, 11002.0, 10967.0, 10973.0, 11016.0, 10977.0, 11013.0, 10978.0, 11020.0, 10993.0, 11009.0, 11020.0, 10977.0, 11013.0, 10994.0, 11016.0, 10970.0, 11008.0, 10961.0, 10998.0, 11022.0, 11005.0, 11057.0, 11003.0, 11030.0, 10978.0, 10997.0, 11072.0, 10995.0, 11022.0, 10983.0, 11006.0, 11061.0, 10991.0, 11066.0, 10980.0, 10997.0, 10976.0, 11004.0, 10990.0, 11007.0, 10961.0, 10977.0, 11031.0, 10981.0, 11019.0, 10972.0, 11020.0, 10975.0, 10994.0, 11049.0, 10978.0, 11021.0, 10988.0, 11023.0, 10979.0, 11035.0, 10968.0, 10978.0, 11065.0, 10978.0, 11018.0, 10978.0, 11018.0, 10959.0, 10985.0, 10970.0, 10974.0, 11035.0, 11000.0, 11019.0, 10993.0, 11011.0, 10973.0, 10973.0, 11045.0, 10975.0, 11018.0, 10975.0, 10998.0, 10966.0, 10958.0, 11027.0, 10970.0, 11016.0, 10963.0, 10983.0, 10957.0, 10968.0, 10940.0, 10976.0, 11029.0, 10995.0, 11003.0, 10982.0, 10994.0, 10986.0, 11017.0, 11056.0, 11014.0, 11027.0, 10982.0, 11006.0, 10981.0, 10994.0, 11026.0, 10990.0, 11072.0, 11006.0, 11017.0, 10959.0, 10965.0, 10986.0, 10987.0, 11053.0, 10991.0, 11043.0, 10959.0, 10975.0, 10958.0, 10991.0, 11029.0, 10986.0, 11059.0, 10954.0, 10977.0, 10950.0, 10964.0, 10979.0, 10968.0, 11042.0, 10982.0, 10989.0, 10933.0, 10946.0, 10947.0, 10953.0, 11010.0, 10983.0, 10965.0, 10935.0, 10972.0, 10968.0, 10936.0, 11010.0, 10980.0, 10979.0, 10960.0, 10988.0, 10970.0, 10959.0, 11014.0, 10978.0, 11016.0, 10978.0, 10989.0, 10964.0, 10972.0, 11028.0, 10960.0, 11005.0, 10951.0, 11002.0, 10974.0, 10980.0, 11031.0, 10976.0, 11001.0, 10964.0, 11007.0, 11069.0, 10990.0, 10997.0, 10961.0, 10984.0, 10958.0, 10974.0, 11033.0, 10979.0, 11003.0, 10958.0, 10990.0, 10964.0, 10995.0, 11014.0, 10986.0, 11034.0, 10978.0, 11010.0, 10978.0, 10981.0, 11038.0, 11002.0, 11028.0, 10984.0, 10984.0, 10994.0, 10982.0, 11019.0, 10983.0, 11010.0, 10982.0, 10992.0, 11004.0, 10984.0, 11034.0, 10998.0, 11021.0, 10968.0, 11013.0, 10979.0, 10987.0, 11041.0, 11015.0, 11022.0, 10971.0, 11008.0, 10979.0, 10999.0, 11057.0, 11002.0, 11031.0, 10979.0, 10985.0, 11060.0, 10980.0, 11019.0, 10988.0, 11008.0, 10967.0, 10996.0, 11024.0, 11000.0, 11020.0, 11006.0, 11021.0, 10990.0, 11022.0, 10988.0, 11005.0, 11059.0, 11012.0, 11060.0, 11013.0, 11036.0, 10979.0, 11034.0, 11031.0, 11009.0, 11066.0, 11023.0, 11032.0, 10973.0, 11013.0, 11066.0, 10997.0, 11045.0, 11004.0, 11028.0, 10984.0, 11020.0, 11034.0, 10983.0, 11038.0, 10989.0, 11027.0, 10986.0, 11027.0, 10997.0, 10997.0, 11073.0, 10986.0, 11024.0, 10967.0, 11011.0, 10980.0, 10996.0, 11078.0, 10982.0, 11017.0, 10973.0, 10990.0, 11050.0, 10974.0, 11084.0, 10980.0, 11022.0, 10984.0, 11013.0, 10996.0, 11031.0, 11064.0, 10983.0, 11024.0, 10985.0, 11005.0, 10997.0, 11007.0, 11048.0, 10982.0, 11057.0, 10979.0, 11024.0, 10976.0, 11036.0, 10973.0, 10977.0, 11063.0, 10979.0, 11019.0, 10978.0, 11001.0, 10943.0, 10978.0, 10949.0, 10975.0, 11053.0, 10996.0, 11020.0, 10962.0, 10986.0, 10959.0, 10958.0, 10969.0, 10973.0, 11028.0, 10990.0, 11017.0, 10950.0, 10985.0, 10970.0, 10994.0, 11102.0, 10994.0, 11014.0, 10964.0, 10986.0, 10934.0, 10950.0, 11008.0, 10954.0, 10998.0, 10958.0, 10986.0, 10943.0, 10977.0, 10977.0, 10990.0, 11030.0, 10975.0, 10989.0, 10961.0, 10988.0, 10963.0, 10987.0, 11056.0, 10976.0, 11017.0, 10962.0, 10989.0, 10973.0, 10961.0, 11049.0, 10989.0, 11027.0, 10959.0, 10969.0, 10957.0, 10972.0, 10958.0, 10978.0, 11019.0, 10993.0, 11013.0, 10948.0, 10987.0, 10959.0, 10960.0, 11045.0, 10975.0, 11033.0, 11009.0, 11024.0, 11067.0, 10950.0, 10977.0, 10937.0, 10964.0, 10964.0, 10998.0, 11049.0, 10935.0, 10973.0, 10937.0, 10964.0, 10965.0, 10962.0, 10992.0, 10955.0, 10979.0, 10956.0, 10969.0, 10971.0, 10977.0, 11019.0, 10973.0, 11030.0, 10986.0, 10984.0, 10976.0, 10979.0, 11014.0, 10977.0, 11001.0, 10979.0, 11002.0, 10990.0, 11013.0, 10998.0, 11000.0, 11024.0, 10985.0, 11017.0, 10990.0, 11011.0, 10985.0, 11030.0, 10956.0, 11005.0, 11038.0, 10987.0, 11033.0, 10977.0, 11027.0, 10980.0, 10998.0, 11006.0, 10995.0, 11043.0, 11003.0, 11038.0, 10971.0, 11012.0, 10968.0, 10997.0, 11055.0, 10999.0, 11064.0, 11014.0, 11062.0, 10949.0, 10980.0, 11043.0, 10961.0, 11037.0, 10984.0, 11007.0, 10964.0, 10990.0, 10959.0, 10977.0, 11016.0, 10991.0, 11037.0, 11004.0, 11014.0, 10975.0, 11019.0, 10987.0, 11002.0, 11079.0, 11023.0, 11043.0, 10964.0, 10999.0, 11022.0, 10984.0, 11060.0, 10988.0, 11026.0, 10952.0, 10994.0, 10947.0, 10980.0, 11018.0, 10979.0, 11044.0, 11000.0, 11009.0, 10967.0, 10995.0, 11007.0, 10987.0, 11042.0, 11020.0, 11066.0, 10979.0, 10977.0, 10990.0, 10982.0, 11011.0, 11037.0, 10971.0, 10969.0, 11058.0, 10982.0, 10987.0, 10968.0, 10999.0, 11066.0, 10982.0, 11048.0, 10956.0, 10985.0, 10946.0, 10976.0, 11094.0, 10971.0, 11033.0, 10961.0, 10984.0, 10945.0, 10976.0, 10960.0, 10985.0, 11039.0, 10983.0, 11008.0, 10968.0, 10998.0, 10969.0, 10979.0, 11038.0, 10991.0, 11024.0, 10965.0, 10983.0, 11020.0, 10966.0, 11022.0, 10968.0, 11004.0, 11020.0, 10993.0, 11060.0, 10966.0, 10989.0, 10950.0, 11010.0, 11000.0, 10998.0, 11027.0, 10982.0, 11010.0, 10970.0, 11000.0, 10999.0, 11014.0, 11010.0, 10988.0, 11022.0, 10975.0, 11029.0, 10978.0, 11018.0, 11054.0, 10982.0, 11023.0, 10970.0, 11003.0, 10986.0, 11014.0, 10987.0, 11017.0, 11052.0, 10971.0, 11036.0, 10988.0, 11026.0, 10986.0, 11040.0, 10990.0, 10984.0, 11081.0, 10981.0, 11023.0, 10971.0, 10994.0, 10959.0, 10978.0, 11057.0, 10961.0, 11021.0, 10962.0, 11001.0, 10948.0, 10975.0, 11009.0, 10958.0, 11035.0, 10965.0, 11004.0, 10957.0, 11003.0, 11011.0, 10943.0, 10995.0, 10961.0, 10995.0, 10961.0, 10988.0, 10950.0, 10979.0, 10969.0, 10985.0, 11041.0, 11007.0, 11036.0, 10990.0, 10997.0, 10968.0, 10986.0, 11023.0, 10983.0, 11024.0, 10982.0, 11004.0, 10960.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.0008738472727272728</td></tr>
<tr><td colspan=3>aqi</td><td>0.023504348581818182</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.43581755484718</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2684683323216872</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9940822650582241</td></tr>
<tr><td colspan=3>efc</td><td>0.5604</td></tr>
<tr><td colspan=3>fber</td><td>2868.2566</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09163677014719204</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>31</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.2545454545454544</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3229364770881937</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2077604928174335</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.536252484985574</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.224796453461573</td></tr>
<tr><td colspan=3>gcor</td><td>0.00530841</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.028343720361590385</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.0730593353509903</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.202254812277377</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.6999998092651367</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>9.9786</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>84.0468</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>335.1693</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>80.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>277747.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>19.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1575.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>553.7782</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.9866</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>630.2384</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>4143.9743</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4294.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>98797.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1768.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5428.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1021.8272</td></tr>
<tr><td colspan=3>tsnr</td><td>37.076834420789964</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>