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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-03_subject-0077_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0077/figures/sub-0077_ses-03_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-0077/figures/sub-0077_ses-03_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0077/figures/sub-0077_ses-03_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-0077/ses-03/func/sub-0077_ses-03_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>d70261fc5abbd4cc129ef9459c24be49</td></tr>
</table>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>20:11:3.670000</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.99957, 0.0282901, -0.00775691, -0.0280951, 0.999312, 0.0241934]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-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.0795482</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>[4146, -7718, -7207, 784, -28, -48, -70, 10]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.1275, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>229.877</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>07f8eb3a-a70a-49ca-8ba0-cb0b28166ed7||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.681772232055664, -0.07537705451250076, -0.022777225822210312, 118.11166381835938], [-0.07590029388666153, 2.681082248687744, 0.06470552831888199, -88.13500213623047], [-0.02081122249364853, -0.06490899622440338, 2.6991283893585205, -51.30459976196289], [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, 1335]</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], 'AcquisitionTime': ['201103.670000', '201104.130000', '201104.590000', '201105.050000', '201105.510000', '201105.970000', '201106.430000', '201106.890000', '201107.350000', '201107.810000', '201108.270000', '201108.730000', '201109.190000', '201109.650000', '201110.110000', '201110.570000', '201111.030000', '201111.490000', '201111.950000', '201112.410000', '201112.870000', '201113.330000', '201113.790000', '201114.250000', '201114.710000', '201115.170000', '201115.630000', '201116.090000', '201116.550000', '201117.010000', '201117.470000', '201117.930000', '201118.390000', '201118.850000', '201119.310000', '201119.770000', '201120.230000', '201120.690000', '201121.150000', '201121.610000', '201122.070000', '201122.530000', '201122.990000', '201123.450000', '201123.910000', '201124.370000', '201124.830000', '201125.290000', '201125.750000', '201126.210000', '201126.670000', '201127.130000', '201127.590000', '201128.050000', '201128.510000', '201128.970000', '201129.430000', '201129.890000', '201130.350000', '201130.810000', '201131.270000', '201131.730000', '201132.190000', '201132.650000', '201133.110000', '201133.570000', '201134.030000', '201134.490000', '201134.950000', '201135.410000', '201135.870000', '201136.330000', '201136.790000', '201137.250000', '201137.710000', '201138.170000', '201138.630000', '201139.090000', '201139.550000', '201140.010000', '201140.470000', '201140.930000', '201141.390000', '201141.850000', '201142.310000', '201142.770000', '201143.230000', '201143.690000', '201144.150000', '201144.610000', '201145.070000', '201145.530000', '201145.990000', '201146.450000', '201146.910000', '201147.370000', '201147.830000', '201148.290000', '201148.750000', '201149.210000', '201149.670000', '201150.130000', '201150.590000', '201151.050000', '201151.510000', '201151.970000', '201152.430000', '201152.890000', '201153.350000', '201153.810000', '201154.270000', '201154.730000', '201155.190000', '201155.650000', '201156.110000', '201156.570000', '201157.030000', '201157.490000', '201157.950000', '201158.410000', '201158.870000', '201159.330000', '201159.790000', '201200.250000', '201200.710000', '201201.170000', '201201.630000', '201202.090000', '201202.550000', '201203.010000', '201203.470000', '201203.930000', '201204.390000', '201204.850000', '201205.310000', '201205.770000', '201206.230000', '201206.690000', '201207.150000', '201207.610000', '201208.070000', '201208.530000', '201208.990000', '201209.450000', '201209.910000', '201210.370000', '201210.830000', '201211.290000', '201211.750000', '201212.210000', '201212.670000', '201213.130000', '201213.590000', '201214.050000', '201214.510000', '201214.970000', '201215.430000', '201215.890000', '201216.350000', '201216.810000', '201217.270000', '201217.730000', '201218.190000', '201218.650000', '201219.110000', '201219.570000', '201220.030000', '201220.490000', '201220.950000', '201221.410000', '201221.870000', '201222.330000', '201222.790000', '201223.250000', '201223.710000', '201224.170000', '201224.630000', '201225.090000', '201225.550000', '201226.010000', '201226.470000', '201226.930000', '201227.390000', '201227.850000', '201228.310000', '201228.770000', '201229.230000', '201229.690000', '201230.150000', '201230.610000', '201231.070000', '201231.530000', '201231.990000', '201232.450000', '201232.910000', '201233.370000', '201233.830000', '201234.290000', '201234.750000', '201235.210000', '201235.670000', '201236.130000', '201236.590000', '201237.050000', '201237.510000', '201237.970000', '201238.430000', '201238.890000', '201239.350000', '201239.810000', '201240.270000', '201240.730000', '201241.190000', '201241.650000', '201242.110000', '201242.570000', '201243.030000', '201243.490000', '201243.950000', '201244.410000', '201244.870000', '201245.330000', '201245.790000', '201246.250000', '201246.710000', '201247.170000', '201247.630000', '201248.090000', '201248.550000', '201249.010000', '201249.470000', '201249.930000', '201250.390000', '201250.850000', '201251.310000', '201251.770000', '201252.230000', '201252.690000', '201253.150000', '201253.610000', '201254.070000', '201254.530000', '201254.990000', '201255.450000', '201255.910000', '201256.370000', '201256.830000', '201257.290000', '201257.750000', '201258.210000', '201258.670000', '201259.130000', '201259.590000', '201300.050000', '201300.510000', '201300.970000', '201301.430000', '201301.890000', '201302.350000', '201302.810000', '201303.270000', '201303.730000', '201304.190000', '201304.650000', '201305.110000', '201305.570000', '201306.030000', '201306.490000', '201306.950000', '201307.410000', '201307.870000', '201308.330000', '201308.790000', '201309.250000', '201309.710000', '201310.170000', '201310.630000', '201311.090000', '201311.550000', '201312.010000', '201312.470000', '201312.930000', '201313.390000', '201313.850000', '201314.310000', '201314.770000', '201315.230000', '201315.690000', '201316.150000', '201316.610000', '201317.070000', '201317.530000', '201317.990000', '201318.450000', '201318.910000', '201319.370000', '201319.830000', '201320.290000', '201320.750000', '201321.210000', '201321.670000', '201322.130000', '201322.590000', '201323.050000', '201323.510000', '201323.970000', '201324.430000', '201324.890000', '201325.350000', '201325.810000', '201326.270000', '201326.730000', '201327.190000', '201327.650000', '201328.110000', '201328.570000', '201329.030000', '201329.490000', '201329.950000', '201330.410000', '201330.870000', '201331.330000', '201331.790000', '201332.250000', '201332.710000', '201333.170000', '201333.630000', '201334.090000', '201334.550000', '201335.010000', '201335.470000', '201335.930000', '201336.390000', '201336.850000', '201337.310000', '201337.770000', '201338.230000', '201338.690000', '201339.150000', '201339.610000', '201340.070000', '201340.530000', '201340.990000', '201341.450000', '201341.910000', '201342.370000', '201342.830000', '201343.290000', '201343.750000', '201344.210000', '201344.670000', '201345.130000', '201345.590000', '201346.050000', '201346.510000', '201346.970000', '201347.430000', '201347.890000', '201348.350000', '201348.810000', '201349.270000', '201349.730000', '201350.190000', '201350.650000', '201351.110000', '201351.570000', '201352.030000', '201352.490000', '201352.950000', '201353.410000', '201353.870000', '201354.330000', '201354.790000', '201355.250000', '201355.710000', '201356.170000', '201356.630000', '201357.090000', '201357.550000', '201358.010000', '201358.470000', '201358.930000', '201359.390000', '201359.850000', '201400.310000', '201400.770000', '201401.230000', '201401.690000', '201402.150000', '201402.610000', '201403.070000', '201403.530000', '201403.990000', '201404.450000', '201404.910000', '201405.370000', '201405.830000', '201406.290000', '201406.750000', '201407.210000', '201407.670000', '201408.130000', '201408.590000', '201409.050000', '201409.510000', '201409.970000', '201410.430000', '201410.890000', '201411.350000', '201411.810000', '201412.270000', '201412.730000', '201413.190000', '201413.650000', '201414.110000', '201414.570000', '201415.030000', '201415.490000', '201415.950000', '201416.410000', '201416.870000', '201417.330000', '201417.790000', '201418.250000', '201418.710000', '201419.170000', '201419.630000', '201420.090000', '201420.550000', '201421.010000', '201421.470000', '201421.930000', '201422.390000', '201422.850000', '201423.310000', '201423.770000', '201424.230000', '201424.690000', '201425.150000', '201425.610000', '201426.070000', '201426.530000', '201426.990000', '201427.450000', '201427.910000', '201428.370000', '201428.830000', '201429.290000', '201429.750000', '201430.210000', '201430.670000', '201431.130000', '201431.590000', '201432.050000', '201432.510000', '201432.970000', '201433.430000', '201433.890000', '201434.350000', '201434.810000', '201435.270000', '201435.730000', '201436.190000', '201436.650000', '201437.110000', '201437.570000', '201438.030000', '201438.490000', '201438.950000', '201439.410000', '201439.870000', '201440.330000', '201440.790000', '201441.250000', '201441.710000', '201442.170000', '201442.630000', '201443.090000', '201443.550000', '201444.010000', '201444.470000', '201444.930000', '201445.390000', '201445.850000', '201446.310000', '201446.770000', '201447.230000', '201447.690000', '201448.150000', '201448.610000', '201449.070000', '201449.530000', '201449.990000', '201450.450000', '201450.910000', '201451.370000', '201451.830000', '201452.290000', '201452.750000', '201453.210000', '201453.670000', '201454.130000', '201454.590000', '201455.050000', '201455.510000', '201455.970000', '201456.430000', '201456.890000', '201457.350000', '201457.810000', '201458.270000', '201458.730000', '201459.190000', '201459.650000', '201500.110000', '201500.570000', '201501.030000', '201501.490000', '201501.950000', '201502.410000', '201502.870000', '201503.330000', '201503.790000', '201504.250000', '201504.710000', '201505.170000', '201505.630000', '201506.090000', '201506.550000', '201507.010000', '201507.470000', '201507.930000', '201508.390000', '201508.850000', '201509.310000', '201509.770000', '201510.230000', '201510.690000', '201511.150000', '201511.610000', '201512.070000', '201512.530000', '201512.990000', '201513.450000', '201513.910000', '201514.370000', '201514.830000', '201515.290000', '201515.750000', '201516.210000', '201516.670000', '201517.130000', '201517.590000', '201518.050000', '201518.510000', '201518.970000', '201519.430000', '201519.890000', '201520.350000', '201520.810000', '201521.270000', '201521.730000', '201522.190000', '201522.650000', '201523.110000', '201523.570000', '201524.030000', '201524.490000', '201524.950000', '201525.410000', '201525.870000', '201526.330000', '201526.790000', '201527.250000', '201527.710000', '201528.170000', '201528.630000', '201529.090000', '201529.550000', '201530.010000', '201530.470000', '201530.930000', '201531.390000', '201531.850000', '201532.310000', '201532.770000', '201533.230000', '201533.690000', '201534.150000', '201534.610000', '201535.070000', '201535.530000', '201535.990000', '201536.450000', '201536.910000', '201537.370000', '201537.830000', '201538.290000', '201538.750000', '201539.210000', '201539.670000', '201540.130000', '201540.590000', '201541.050000', '201541.510000', '201541.970000', '201542.430000', '201542.890000', '201543.350000', '201543.810000', '201544.270000', '201544.730000', '201545.190000', '201545.650000', '201546.110000', '201546.570000', '201547.030000', '201547.490000', '201547.950000', '201548.410000', '201548.870000', '201549.330000', '201549.790000', '201550.250000', '201550.710000', '201551.170000', '201551.630000', '201552.090000', '201552.550000', '201553.010000', '201553.470000', '201553.930000', '201554.390000', '201554.850000', '201555.310000', '201555.770000', '201556.230000', '201556.690000', '201557.150000', '201557.610000', '201558.070000', '201558.530000', '201558.990000', '201559.450000', '201559.910000', '201600.370000', '201600.830000', '201601.290000', '201601.750000', '201602.210000', '201602.670000', '201603.130000', '201603.590000', '201604.050000', '201604.510000', '201604.970000', '201605.430000', '201605.890000', '201606.350000', '201606.810000', '201607.270000', '201607.730000', '201608.190000', '201608.650000', '201609.110000', '201609.570000', '201610.030000', '201610.490000', '201610.950000', '201611.410000', '201611.870000', '201612.330000', '201612.790000', '201613.250000', '201613.710000', '201614.170000', '201614.630000', '201615.090000', '201615.550000', '201616.010000', '201616.470000', '201616.930000', '201617.390000', '201617.850000', '201618.310000', '201618.770000', '201619.230000', '201619.690000', '201620.150000', '201620.610000', '201621.070000', '201621.530000', '201621.990000', '201622.450000', '201622.910000', '201623.370000', '201623.830000', '201624.290000', '201624.750000', '201625.210000', '201625.670000', '201626.130000', '201626.590000', '201627.050000', '201627.510000', '201627.970000', '201628.430000', '201628.890000', '201629.350000', '201629.810000', '201630.270000', '201630.730000', '201631.190000', '201631.650000', '201632.110000', '201632.570000', '201633.030000', '201633.490000', '201633.950000', '201634.410000', '201634.870000', '201635.330000', '201635.790000', '201636.250000', '201636.710000', '201637.170000', '201637.630000', '201638.090000', '201638.550000', '201639.010000', '201639.470000', '201639.930000', '201640.390000', '201640.850000', '201641.310000', '201641.770000', '201642.230000', '201642.690000', '201643.150000', '201643.610000', '201644.070000', '201644.530000', '201644.990000', '201645.450000', '201645.910000', '201646.370000', '201646.830000', '201647.290000', '201647.750000', '201648.210000', '201648.670000', '201649.130000', '201649.590000', '201650.050000', '201650.510000', '201650.970000', '201651.430000', '201651.890000', '201652.350000', '201652.810000', '201653.270000', '201653.730000', '201654.190000', '201654.650000', '201655.110000', '201655.570000', '201656.030000', '201656.490000', '201656.950000', '201657.410000', '201657.870000', '201658.330000', '201658.790000', '201659.250000', '201659.710000', '201700.170000', '201700.630000', '201701.090000', '201701.550000', '201702.010000', '201702.470000', '201702.930000', '201703.390000', '201703.850000', '201704.310000', '201704.770000', '201705.230000', '201705.690000', '201706.150000', '201706.610000', '201707.070000', '201707.530000', '201707.990000', '201708.450000', '201708.910000', '201709.370000', '201709.830000', '201710.290000', '201710.750000', '201711.210000', '201711.670000', '201712.130000', '201712.590000', '201713.050000', '201713.510000', '201713.970000', '201714.430000', '201714.890000', '201715.350000', '201715.810000', '201716.270000', '201716.730000', '201717.190000', '201717.650000', '201718.110000', '201718.570000', '201719.030000', '201719.490000', '201719.950000', '201720.410000', '201720.870000', '201721.330000', '201721.790000', '201722.250000', '201722.710000', '201723.170000', '201723.630000', '201724.090000', '201724.550000', '201725.010000', '201725.470000', '201725.930000', '201726.390000', '201726.850000', '201727.310000', '201727.770000', '201728.230000', '201728.690000', '201729.150000', '201729.610000', '201730.070000', '201730.530000', '201730.990000', '201731.450000', '201731.910000', '201732.370000', '201732.830000', '201733.290000', '201733.750000', '201734.210000', '201734.670000', '201735.130000', '201735.590000', '201736.050000', '201736.510000', '201736.970000', '201737.430000', '201737.890000', '201738.350000', '201738.810000', '201739.270000', '201739.730000', '201740.190000', '201740.650000', '201741.110000', '201741.570000', '201742.030000', '201742.490000', '201742.950000', '201743.410000', '201743.870000', '201744.330000', '201744.790000', '201745.250000', '201745.710000', '201746.170000', '201746.630000', '201747.090000', '201747.550000', '201748.010000', '201748.470000', '201748.930000', '201749.390000', '201749.850000', '201750.310000', '201750.770000', '201751.230000', '201751.690000', '201752.150000', '201752.610000', '201753.070000', '201753.530000', '201753.990000', '201754.450000', '201754.910000', '201755.370000', '201755.830000', '201756.290000', '201756.750000', '201757.210000', '201757.670000', '201758.130000', '201758.590000', '201759.050000', '201759.510000', '201759.970000', '201800.430000', '201800.890000', '201801.350000', '201801.810000', '201802.270000', '201802.730000', '201803.190000', '201803.650000', '201804.110000', '201804.570000', '201805.030000', '201805.490000', '201805.950000', '201806.410000', '201806.870000', '201807.330000', '201807.790000', '201808.250000', '201808.710000', '201809.170000', '201809.630000', '201810.090000', '201810.550000', '201811.010000', '201811.470000', '201811.930000', '201812.390000', '201812.850000', '201813.310000', '201813.770000', '201814.230000', '201814.690000', '201815.150000', '201815.610000', '201816.070000', '201816.530000', '201816.990000', '201817.450000', '201817.910000', '201818.370000', '201818.830000', '201819.290000', '201819.750000', '201820.210000', '201820.670000', '201821.130000', '201821.590000', '201822.050000', '201822.510000', '201822.970000', '201823.430000', '201823.890000', '201824.350000', '201824.810000', '201825.270000', '201825.730000', '201826.190000', '201826.650000', '201827.110000', '201827.570000', '201828.030000', '201828.490000', '201828.950000', '201829.410000', '201829.870000', '201830.330000', '201830.790000', '201831.250000', '201831.710000', '201832.170000', '201832.630000', '201833.090000', '201833.550000', '201834.010000', '201834.470000', '201834.930000', '201835.390000', '201835.850000', '201836.310000', '201836.770000', '201837.230000', '201837.690000', '201838.150000', '201838.610000', '201839.070000', '201839.530000', '201839.990000', '201840.450000', '201840.910000', '201841.370000', '201841.830000', '201842.290000', '201842.750000', '201843.210000', '201843.670000', '201844.130000', '201844.590000', '201845.050000', '201845.510000', '201845.970000', '201846.430000', '201846.890000', '201847.350000', '201847.810000', '201848.270000', '201848.730000', '201849.190000', '201849.650000', '201850.110000', '201850.570000', '201851.030000', '201851.490000', '201851.950000', '201852.410000', '201852.870000', '201853.330000', '201853.790000', '201854.250000', '201854.710000', '201855.170000', '201855.630000', '201856.090000', '201856.550000', '201857.010000', '201857.470000', '201857.930000', '201858.390000', '201858.850000', '201859.310000', '201859.770000', '201900.230000', '201900.690000', '201901.150000', '201901.610000', '201902.070000', '201902.530000', '201902.990000', '201903.450000', '201903.910000', '201904.370000', '201904.830000', '201905.290000', '201905.750000', '201906.210000', '201906.670000', '201907.130000', '201907.590000', '201908.050000', '201908.510000', '201908.970000', '201909.430000', '201909.890000', '201910.350000', '201910.810000', '201911.270000', '201911.730000', '201912.190000', '201912.650000', '201913.110000', '201913.570000', '201914.030000', '201914.490000', '201914.950000', '201915.410000', '201915.870000', '201916.330000', '201916.790000', '201917.250000', '201917.710000', '201918.170000', '201918.630000', '201919.090000', '201919.550000', '201920.010000', '201920.470000', '201920.930000', '201921.390000', '201921.850000', '201922.310000', '201922.770000', '201923.230000', '201923.690000', '201924.150000', '201924.610000', '201925.070000', '201925.530000', '201925.990000', '201926.450000', '201926.910000', '201927.370000', '201927.830000', '201928.290000', '201928.750000', '201929.210000', '201929.670000', '201930.130000', '201930.590000', '201931.050000', '201931.510000', '201931.970000', '201932.430000', '201932.890000', '201933.350000', '201933.810000', '201934.270000', '201934.730000', '201935.190000', '201935.650000', '201936.110000', '201936.570000', '201937.030000', '201937.490000', '201937.950000', '201938.410000', '201938.870000', '201939.330000', '201939.790000', '201940.250000', '201940.710000', '201941.170000', '201941.630000', '201942.090000', '201942.550000', '201943.010000', '201943.470000', '201943.930000', '201944.390000', '201944.850000', '201945.310000', '201945.770000', '201946.230000', '201946.690000', '201947.150000', '201947.610000', '201948.070000', '201948.530000', '201948.990000', '201949.450000', '201949.910000', '201950.370000', '201950.830000', '201951.290000', '201951.750000', '201952.210000', '201952.670000', '201953.130000', '201953.590000', '201954.050000', '201954.510000', '201954.970000', '201955.430000', '201955.890000', '201956.350000', '201956.810000', '201957.270000', '201957.730000', '201958.190000', '201958.650000', '201959.110000', '201959.570000', '202000.030000', '202000.490000', '202000.950000', '202001.410000', '202001.870000', '202002.330000', '202002.790000', '202003.250000', '202003.710000', '202004.170000', '202004.630000', '202005.090000', '202005.550000', '202006.010000', '202006.470000', '202006.930000', '202007.390000', '202007.850000', '202008.310000', '202008.770000', '202009.230000', '202009.690000', '202010.150000', '202010.610000', '202011.070000', '202011.530000', '202011.990000', '202012.450000', '202012.910000', '202013.370000', '202013.830000', '202014.290000', '202014.750000', '202015.210000', '202015.670000', '202016.130000', '202016.590000', '202017.050000', '202017.510000', '202017.970000', '202018.430000', '202018.890000', '202019.350000', '202019.810000', '202020.270000', '202020.730000', '202021.190000', '202021.650000', '202022.110000', '202022.570000', '202023.030000', '202023.490000', '202023.950000', '202024.410000', '202024.870000', '202025.330000', '202025.790000', '202026.250000', '202026.710000', '202027.170000', '202027.630000', '202028.090000', '202028.550000', '202029.010000', '202029.470000', '202029.930000', '202030.390000', '202030.850000', '202031.310000', '202031.770000', '202032.230000', '202032.690000', '202033.150000', '202033.610000', '202034.070000', '202034.530000', '202034.990000', '202035.450000', '202035.910000', '202036.370000', '202036.830000', '202037.290000', '202037.750000', '202038.210000', '202038.670000', '202039.130000', '202039.590000', '202040.050000', '202040.510000', '202040.970000', '202041.430000', '202041.890000', '202042.350000', '202042.810000', '202043.270000', '202043.730000', '202044.190000', '202044.650000', '202045.110000', '202045.570000', '202046.030000', '202046.490000', '202046.950000', '202047.410000', '202047.870000', '202048.330000', '202048.790000', '202049.250000', '202049.710000', '202050.170000', '202050.630000', '202051.090000', '202051.550000', '202052.010000', '202052.470000', '202052.930000', '202053.390000', '202053.850000', '202054.310000', '202054.770000', '202055.230000', '202055.690000', '202056.150000', '202056.610000', '202057.070000', '202057.530000', '202057.990000', '202058.450000', '202058.910000', '202059.370000', '202059.830000', '202100.290000', '202100.750000', '202101.210000', '202101.670000', '202102.130000', '202102.590000', '202103.050000', '202103.510000', '202103.970000', '202104.430000', '202104.890000', '202105.350000', '202105.810000', '202106.270000', '202106.730000', '202107.190000', '202107.650000', '202108.110000', '202108.570000', '202109.030000', '202109.490000', '202109.950000', '202110.410000', '202110.870000', '202111.330000', '202111.790000', '202112.250000', '202112.710000', '202113.170000', '202113.630000', '202114.090000', '202114.550000', '202115.010000', '202115.470000', '202115.930000', '202116.390000', '202116.850000', '202117.310000'], 'ContentTime': ['201126.575000', '201126.578000', '201126.581000', '201126.584000', '201126.586000', '201126.589000', '201126.591000', '201126.594000', '201126.597000', '201126.599000', '201126.607000', '201126.609000', '201126.612000', '201126.615000', '201126.617000', '201126.620000', '201126.622000', '201126.625000', '201126.628000', '201126.630000', '201126.633000', '201126.636000', '201126.638000', '201126.641000', '201126.643000', '201126.646000', '201126.649000', '201126.651000', '201126.654000', '201126.656000', '201126.659000', '201126.662000', '201126.664000', '201126.667000', '201126.670000', '201126.672000', '201126.675000', '201126.677000', '201126.680000', '201126.684000', '201126.686000', '201126.689000', '201126.694000', '201126.697000', '201126.699000', '201126.702000', '201126.704000', '201146.548000', '201146.551000', '201146.554000', '201146.556000', '201146.559000', '201146.562000', '201146.564000', '201146.567000', '201146.569000', '201146.572000', '201146.575000', '201146.577000', '201146.580000', '201146.582000', '201146.585000', '201146.587000', '201146.590000', '201146.593000', '201146.595000', '201146.598000', '201146.600000', '201146.603000', '201146.606000', '201146.616000', '201146.619000', '201146.622000', '201146.624000', '201146.627000', '201146.629000', '201146.632000', '201146.635000', '201146.637000', '201146.640000', '201146.642000', '201146.645000', '201146.647000', '201146.650000', '201146.653000', '201146.655000', '201146.658000', '201146.660000', '201146.663000', '201146.665000', '201146.668000', '201206.548000', '201206.551000', '201206.554000', '201206.556000', '201206.559000', '201206.562000', '201206.564000', '201206.581000', '201206.584000', '201206.586000', '201206.589000', '201206.592000', '201206.594000', '201206.597000', '201206.599000', '201206.602000', '201206.604000', '201206.607000', '201206.610000', '201206.612000', '201206.615000', '201206.617000', '201206.620000', '201206.623000', '201206.625000', '201206.628000', '201206.630000', '201206.633000', '201206.636000', '201206.638000', '201206.641000', '201206.643000', '201206.646000', '201206.648000', '201206.651000', '201206.654000', '201206.661000', '201206.664000', '201206.666000', '201206.669000', '201206.671000', '201206.674000', '201206.677000', '201226.548000', '201226.551000', '201226.554000', '201226.557000', '201226.559000', '201226.562000', '201226.564000', '201226.567000', '201226.570000', '201226.572000', '201226.575000', '201226.578000', '201226.580000', '201226.583000', '201226.585000', '201226.588000', '201226.591000', '201226.593000', '201226.596000', '201226.599000', '201226.601000', '201226.604000', '201226.606000', '201226.609000', '201226.612000', '201226.614000', '201226.617000', '201226.620000', '201226.622000', '201226.625000', '201226.627000', '201226.630000', '201226.633000', '201226.640000', '201226.643000', '201226.645000', '201226.648000', '201226.651000', '201226.653000', '201226.656000', '201226.658000', '201226.661000', '201226.663000', '201226.666000', '201246.548000', '201246.551000', '201246.554000', '201246.556000', '201246.559000', '201246.569000', '201246.571000', '201246.574000', '201246.577000', '201246.579000', '201246.582000', '201246.584000', '201246.587000', '201246.590000', '201246.592000', '201246.595000', '201246.597000', '201246.600000', '201246.603000', '201246.605000', '201246.608000', '201246.611000', '201246.613000', '201246.616000', '201246.619000', '201246.621000', '201246.624000', '201246.626000', '201246.629000', '201246.631000', '201246.634000', '201246.637000', '201246.639000', '201246.642000', '201246.645000', '201246.647000', '201246.650000', '201246.652000', '201246.655000', '201246.657000', '201246.660000', '201246.663000', '201246.665000', '201306.548000', '201306.551000', '201306.554000', '201306.557000', '201306.559000', '201306.562000', '201306.564000', '201306.567000', '201306.570000', '201306.572000', '201306.575000', '201306.577000', '201306.580000', '201306.583000', '201306.585000', '201306.588000', '201306.591000', '201306.593000', '201306.596000', '201306.599000', '201306.601000', '201306.604000', '201306.606000', '201306.609000', '201306.612000', '201306.614000', '201306.617000', '201306.619000', '201306.622000', '201306.625000', '201306.627000', '201306.633000', '201306.635000', '201306.638000', '201306.641000', '201306.643000', '201306.646000', '201306.648000', '201306.651000', '201306.653000', '201306.656000', '201306.659000', '201306.661000', '201326.548000', '201326.551000', '201326.554000', '201326.557000', '201326.559000', '201326.562000', '201326.564000', '201326.567000', '201326.570000', '201326.572000', '201326.575000', '201326.577000', '201326.580000', '201326.583000', '201326.585000', '201326.588000', '201326.590000', '201326.593000', '201326.595000', '201326.598000', '201326.601000', '201326.603000', '201326.606000', '201326.609000', '201326.611000', '201326.614000', '201326.617000', '201326.619000', '201326.622000', '201326.624000', '201326.627000', '201326.630000', '201326.632000', '201326.635000', '201326.638000', '201326.640000', '201326.643000', '201326.645000', '201326.648000', '201326.650000', '201326.653000', '201326.656000', '201326.658000', '201326.661000', '201346.547000', '201346.550000', '201346.553000', '201346.566000', '201346.569000', '201346.571000', '201346.574000', '201346.577000', '201346.580000', '201346.582000', '201346.585000', '201346.588000', '201346.590000', '201346.593000', '201346.595000', '201346.598000', '201346.601000', '201346.603000', '201346.606000', '201346.609000', '201346.611000', '201346.614000', '201346.617000', '201346.619000', '201346.622000', '201346.624000', '201346.627000', '201346.630000', '201346.632000', '201346.635000', '201346.637000', '201346.640000', '201346.643000', '201346.669000', '201346.672000', '201346.674000', '201346.677000', '201346.680000', '201346.682000', '201346.685000', '201346.687000', '201346.690000', '201346.692000', '201346.695000', '201406.549000', '201406.552000', '201406.554000', '201406.557000', '201406.559000', '201406.562000', '201406.565000', '201406.567000', '201406.570000', '201406.572000', '201406.575000', '201406.578000', '201406.580000', '201406.583000', '201406.585000', '201406.588000', '201406.591000', '201406.593000', '201406.596000', '201406.598000', '201406.601000', '201406.603000', '201406.606000', '201406.609000', '201406.611000', '201406.614000', '201406.616000', '201406.619000', '201406.622000', '201406.624000', '201406.627000', '201406.630000', '201406.632000', '201406.635000', '201406.638000', '201406.640000', '201406.643000', '201406.645000', '201406.648000', '201406.651000', '201406.653000', '201406.656000', '201406.658000', '201426.549000', '201426.552000', '201426.554000', '201426.557000', '201426.560000', '201426.562000', '201426.565000', '201426.568000', '201426.570000', '201426.573000', '201426.575000', '201426.578000', '201426.581000', '201426.592000', '201426.594000', '201426.597000', '201426.600000', '201426.602000', '201426.605000', '201426.607000', '201426.610000', '201426.613000', '201426.615000', '201426.618000', '201426.621000', '201426.623000', '201426.626000', '201426.629000', '201426.631000', '201426.634000', '201426.636000', '201426.639000', '201426.642000', '201426.644000', '201426.647000', '201426.649000', '201426.652000', '201426.655000', '201426.657000', '201426.660000', '201426.662000', '201426.665000', '201426.668000', '201446.548000', '201446.551000', '201446.554000', '201446.557000', '201446.559000', '201446.562000', '201446.564000', '201446.567000', '201446.570000', '201446.572000', '201446.575000', '201446.577000', '201446.580000', '201446.582000', '201446.585000', '201446.588000', '201446.590000', '201446.593000', '201446.596000', '201446.598000', '201446.601000', '201446.603000', '201446.606000', '201446.609000', '201446.611000', '201446.614000', '201446.617000', '201446.619000', '201446.622000', '201446.624000', '201446.627000', '201446.630000', '201446.632000', '201446.635000', '201446.638000', '201446.640000', '201446.643000', '201446.645000', '201446.648000', '201446.650000', '201446.653000', '201446.656000', '201446.658000', '201446.661000', '201506.548000', '201506.551000', '201506.554000', '201506.557000', '201506.559000', '201506.562000', '201506.566000', '201506.568000', '201506.571000', '201506.574000', '201506.576000', '201506.579000', '201506.582000', '201506.584000', '201506.587000', '201506.590000', '201506.593000', '201506.595000', '201506.598000', '201506.600000', '201506.603000', '201506.606000', '201506.608000', '201506.611000', '201506.613000', '201506.616000', '201506.619000', '201506.621000', '201506.624000', '201506.627000', '201506.629000', '201506.632000', '201506.634000', '201506.637000', '201506.640000', '201506.642000', '201506.645000', '201506.647000', '201506.650000', '201506.653000', '201506.655000', '201506.658000', '201506.667000', '201526.549000', '201526.551000', '201526.554000', '201526.557000', '201526.559000', '201526.562000', '201526.565000', '201526.567000', '201526.570000', '201526.572000', '201526.575000', '201526.577000', '201526.580000', '201526.583000', '201526.585000', '201526.588000', '201526.590000', '201526.593000', '201526.596000', '201526.598000', '201526.601000', '201526.603000', '201526.606000', '201526.609000', '201526.611000', '201526.614000', '201526.617000', '201526.619000', '201526.622000', '201526.624000', '201526.627000', '201526.630000', '201526.632000', '201526.635000', '201526.638000', '201526.640000', '201526.643000', '201526.645000', '201526.648000', '201526.651000', '201526.653000', '201526.656000', '201526.659000', '201526.661000', '201546.549000', '201546.552000', '201546.554000', '201546.557000', '201546.560000', '201546.562000', '201546.565000', '201546.567000', '201546.570000', '201546.573000', '201546.575000', '201546.578000', '201546.580000', '201546.583000', '201546.586000', '201546.588000', '201546.591000', '201546.593000', '201546.596000', '201546.599000', '201546.601000', '201546.604000', '201546.607000', '201546.609000', '201546.612000', '201546.614000', '201546.617000', '201546.620000', '201546.622000', '201546.625000', '201546.628000', '201546.630000', '201546.633000', '201546.635000', '201546.638000', '201546.641000', '201546.643000', '201546.646000', '201546.648000', '201546.651000', '201546.654000', '201546.656000', '201546.659000', '201606.548000', '201606.550000', '201606.553000', '201606.556000', '201606.558000', '201606.561000', '201606.564000', '201606.566000', '201606.569000', '201606.571000', '201606.574000', '201606.577000', '201606.579000', '201606.582000', '201606.584000', '201606.587000', '201606.589000', '201606.592000', '201606.595000', '201606.597000', '201606.600000', '201606.602000', '201606.605000', '201606.608000', '201606.610000', '201606.613000', '201606.616000', '201606.618000', '201606.621000', '201606.623000', '201606.626000', '201606.629000', '201606.631000', '201606.634000', '201606.636000', '201606.639000', '201606.642000', '201606.644000', '201606.647000', '201606.649000', '201606.652000', '201606.655000', '201606.657000', '201606.660000', '201626.549000', '201626.552000', '201626.554000', '201626.557000', '201626.560000', '201626.562000', '201626.565000', '201626.567000', '201626.570000', '201626.573000', '201626.575000', '201626.578000', '201626.580000', '201626.583000', '201626.586000', '201626.589000', '201626.592000', '201626.594000', '201626.597000', '201626.600000', '201626.603000', '201626.609000', '201626.612000', '201626.620000', '201626.623000', '201626.626000', '201626.628000', '201626.631000', '201626.634000', '201626.636000', '201626.639000', '201626.642000', '201626.644000', '201626.647000', '201626.650000', '201626.652000', '201626.655000', '201626.660000', '201626.662000', '201626.665000', '201626.668000', '201626.670000', '201626.673000', '201646.548000', '201646.551000', '201646.554000', '201646.557000', '201646.559000', '201646.562000', '201646.564000', '201646.567000', '201646.570000', '201646.572000', '201646.586000', '201646.588000', '201646.591000', '201646.594000', '201646.596000', '201646.599000', '201646.601000', '201646.604000', '201646.607000', '201646.609000', '201646.612000', '201646.615000', '201646.617000', '201646.620000', '201646.622000', '201646.625000', '201646.628000', '201646.630000', '201646.633000', '201646.635000', '201646.638000', '201646.641000', '201646.643000', '201646.646000', '201646.648000', '201646.651000', '201646.654000', '201646.656000', '201646.659000', '201646.662000', '201646.664000', '201646.667000', '201646.669000', '201646.672000', '201706.548000', '201706.551000', '201706.554000', '201706.557000', '201706.559000', '201706.562000', '201706.564000', '201706.567000', '201706.570000', '201706.572000', '201706.575000', '201706.578000', '201706.580000', '201706.583000', '201706.585000', '201706.588000', '201706.590000', '201706.593000', '201706.596000', '201706.598000', '201706.601000', '201706.603000', '201706.606000', '201706.609000', '201706.612000', '201706.614000', '201706.617000', '201706.620000', '201706.622000', '201706.625000', '201706.627000', '201706.630000', '201706.633000', '201706.635000', '201706.638000', '201706.640000', '201706.643000', '201706.646000', '201706.648000', '201706.651000', '201706.653000', '201706.656000', '201706.659000', '201726.548000', '201726.551000', '201726.554000', '201726.556000', '201726.559000', '201726.562000', '201726.564000', '201726.567000', '201726.570000', '201726.572000', '201726.575000', '201726.577000', '201726.580000', '201726.582000', '201726.585000', '201726.588000', '201726.590000', '201726.593000', '201726.595000', '201726.598000', '201726.600000', '201726.603000', '201726.606000', '201726.608000', '201726.611000', '201726.614000', '201726.616000', '201726.619000', '201726.622000', '201726.624000', '201726.627000', '201726.629000', '201726.632000', '201726.635000', '201726.637000', '201726.640000', '201726.642000', '201726.645000', '201726.648000', '201726.650000', '201726.653000', '201726.655000', '201726.658000', '201726.661000', '201746.549000', '201746.551000', '201746.554000', '201746.557000', '201746.559000', '201746.562000', '201746.564000', '201746.567000', '201746.570000', '201746.572000', '201746.575000', '201746.578000', '201746.580000', '201746.583000', '201746.586000', '201746.588000', '201746.591000', '201746.593000', '201746.596000', '201746.599000', '201746.601000', '201746.604000', '201746.606000', '201746.609000', '201746.612000', '201746.614000', '201746.617000', '201746.620000', '201746.622000', '201746.625000', '201746.628000', '201746.630000', '201746.633000', '201746.635000', '201746.638000', '201746.641000', '201746.645000', '201746.648000', '201746.650000', '201746.653000', '201746.655000', '201746.658000', '201746.661000', '201806.549000', '201806.551000', '201806.554000', '201806.557000', '201806.559000', '201806.562000', '201806.583000', '201806.585000', '201806.588000', '201806.591000', '201806.593000', '201806.596000', '201806.598000', '201806.601000', '201806.604000', '201806.606000', '201806.609000', '201806.611000', '201806.614000', '201806.617000', '201806.619000', '201806.622000', '201806.625000', '201806.627000', '201806.630000', '201806.632000', '201806.635000', '201806.638000', '201806.640000', '201806.643000', '201806.645000', '201806.648000', '201806.651000', '201806.653000', '201806.656000', '201806.659000', '201806.661000', '201806.664000', '201806.667000', '201806.669000', '201806.672000', '201806.674000', '201806.677000', '201806.679000', '201826.548000', '201826.551000', '201826.554000', '201826.556000', '201826.559000', '201826.562000', '201826.564000', '201826.567000', '201826.570000', '201826.572000', '201826.575000', '201826.577000', '201826.580000', '201826.583000', '201826.585000', '201826.588000', '201826.591000', '201826.593000', '201826.596000', '201826.599000', '201826.601000', '201826.604000', '201826.606000', '201826.609000', '201826.612000', '201826.614000', '201826.617000', '201826.620000', '201826.622000', '201826.625000', '201826.627000', '201826.630000', '201826.633000', '201826.635000', '201826.638000', '201826.640000', '201826.643000', '201826.646000', '201826.649000', '201826.652000', '201826.655000', '201826.658000', '201826.660000', '201846.549000', '201846.551000', '201846.554000', '201846.557000', '201846.559000', '201846.562000', '201846.564000', '201846.567000', '201846.570000', '201846.572000', '201846.575000', '201846.578000', '201846.580000', '201846.583000', '201846.585000', '201846.588000', '201846.591000', '201846.593000', '201846.596000', '201846.598000', '201846.601000', '201846.604000', '201846.606000', '201846.609000', '201846.611000', '201846.614000', '201846.617000', '201846.619000', '201846.622000', '201846.624000', '201846.627000', '201846.630000', '201846.632000', '201846.635000', '201846.638000', '201846.641000', '201846.643000', '201846.646000', '201846.648000', '201846.651000', '201846.654000', '201846.656000', '201846.659000', '201846.661000', '201906.549000', '201906.551000', '201906.554000', '201906.557000', '201906.560000', '201906.562000', '201906.565000', '201906.568000', '201906.570000', '201906.573000', '201906.575000', '201906.578000', '201906.581000', '201906.583000', '201906.586000', '201906.588000', '201906.591000', '201906.594000', '201906.596000', '201906.599000', '201906.602000', '201906.604000', '201906.607000', '201906.609000', '201906.612000', '201906.615000', '201906.617000', '201906.620000', '201906.623000', '201906.625000', '201906.628000', '201906.631000', '201906.633000', '201906.636000', '201906.639000', '201906.641000', '201906.644000', '201906.646000', '201906.649000', '201906.652000', '201906.654000', '201906.657000', '201906.659000', '201926.549000', '201926.551000', '201926.554000', '201926.557000', '201926.559000', '201926.562000', '201926.565000', '201926.567000', '201926.570000', '201926.572000', '201926.575000', '201926.578000', '201926.580000', '201926.583000', '201926.586000', '201926.588000', '201926.591000', '201926.604000', '201926.606000', '201926.609000', '201926.612000', '201926.614000', '201926.617000', '201926.620000', '201926.622000', '201926.625000', '201926.627000', '201926.630000', '201926.633000', '201926.635000', '201926.638000', '201926.640000', '201926.643000', '201926.646000', '201926.648000', '201926.651000', '201926.653000', '201926.656000', '201926.659000', '201926.661000', '201926.664000', '201926.666000', '201926.669000', '201926.672000', '201946.549000', '201946.552000', '201946.554000', '201946.557000', '201946.559000', '201946.562000', '201946.565000', '201946.567000', '201946.570000', '201946.572000', '201946.575000', '201946.578000', '201946.580000', '201946.583000', '201946.586000', '201946.588000', '201946.591000', '201946.593000', '201946.596000', '201946.599000', '201946.601000', '201946.604000', '201946.606000', '201946.609000', '201946.612000', '201946.614000', '201946.617000', '201946.620000', '201946.622000', '201946.625000', '201946.628000', '201946.630000', '201946.633000', '201946.635000', '201946.638000', '201946.641000', '201946.643000', '201946.646000', '201946.648000', '201946.651000', '201946.654000', '201946.656000', '201946.659000', '202006.549000', '202006.552000', '202006.554000', '202006.557000', '202006.560000', '202006.562000', '202006.565000', '202006.567000', '202006.570000', '202006.572000', '202006.575000', '202006.578000', '202006.580000', '202006.583000', '202006.585000', '202006.588000', '202006.591000', '202006.593000', '202006.596000', '202006.598000', '202006.601000', '202006.604000', '202006.606000', '202006.609000', '202006.611000', '202006.614000', '202006.617000', '202006.619000', '202006.622000', '202006.625000', '202006.627000', '202006.630000', '202006.632000', '202006.635000', '202006.638000', '202006.640000', '202006.643000', '202006.645000', '202006.648000', '202006.650000', '202006.653000', '202006.656000', '202006.658000', '202006.661000', '202026.549000', '202026.552000', '202026.554000', '202026.557000', '202026.560000', '202026.562000', '202026.565000', '202026.568000', '202026.570000', '202026.573000', '202026.576000', '202026.578000', '202026.581000', '202026.583000', '202026.586000', '202026.589000', '202026.591000', '202026.594000', '202026.597000', '202026.599000', '202026.602000', '202026.604000', '202026.607000', '202026.610000', '202026.612000', '202026.615000', '202026.618000', '202026.620000', '202026.623000', '202026.626000', '202026.628000', '202026.631000', '202026.633000', '202026.636000', '202026.639000', '202026.641000', '202026.644000', '202026.646000', '202026.649000', '202026.652000', '202026.654000', '202026.657000', '202026.660000', '202046.548000', '202046.550000', '202046.553000', '202046.556000', '202046.558000', '202046.561000', '202046.563000', '202046.566000', '202046.569000', '202046.571000', '202046.574000', '202046.576000', '202046.579000', '202046.582000', '202046.584000', '202046.587000', '202046.590000', '202046.592000', '202046.595000', '202046.597000', '202046.600000', '202046.603000', '202046.605000', '202046.608000', '202046.610000', '202046.613000', '202046.616000', '202046.618000', '202046.621000', '202046.624000', '202046.626000', '202046.629000', '202046.631000', '202046.634000', '202046.637000', '202046.639000', '202046.642000', '202046.644000', '202046.647000', '202046.650000', '202046.652000', '202046.655000', '202046.657000', '202046.660000', '202106.549000', '202106.551000', '202106.554000', '202106.557000', '202106.559000', '202106.562000', '202106.565000', '202106.567000', '202106.570000', '202106.572000', '202106.575000', '202106.578000', '202106.580000', '202106.583000', '202106.586000', '202106.588000', '202106.591000', '202106.593000', '202106.596000', '202106.599000', '202106.601000', '202106.604000', '202106.606000', '202106.609000', '202106.612000', '202106.614000', '202106.617000', '202106.620000', '202106.623000', '202106.625000', '202106.628000', '202106.631000', '202106.633000', '202106.636000', '202106.639000', '202106.641000', '202106.644000', '202106.647000', '202106.650000', '202106.652000', '202106.655000', '202106.658000', '202106.660000', '202118.644000', '202118.647000', '202118.649000', '202118.652000', '202118.655000', '202118.658000', '202118.660000', '202118.663000', '202118.665000', '202118.668000', '202118.671000', '202118.674000', '202118.676000', '202118.679000', '202118.682000', '202118.684000', '202118.687000', '202118.690000', '202118.692000', '202118.695000', '202118.698000', '202118.700000', '202118.703000', '202118.706000', '202118.709000', '202118.712000', '202118.715000'], 'InstanceCreationTime': ['201126.575000', '201126.578000', '201126.581000', '201126.584000', '201126.586000', '201126.589000', '201126.591000', '201126.594000', '201126.597000', '201126.599000', '201126.607000', '201126.609000', '201126.612000', '201126.615000', '201126.617000', '201126.620000', '201126.622000', '201126.625000', '201126.628000', '201126.630000', '201126.633000', '201126.636000', '201126.638000', '201126.641000', '201126.643000', '201126.646000', '201126.649000', '201126.651000', '201126.654000', '201126.656000', '201126.659000', '201126.662000', '201126.664000', '201126.667000', '201126.670000', '201126.672000', '201126.675000', '201126.677000', '201126.680000', '201126.684000', '201126.686000', '201126.689000', '201126.694000', '201126.697000', '201126.699000', '201126.702000', '201126.704000', '201146.548000', '201146.551000', '201146.554000', '201146.556000', '201146.559000', '201146.562000', '201146.564000', '201146.567000', '201146.569000', '201146.572000', '201146.575000', '201146.577000', '201146.580000', '201146.582000', '201146.585000', '201146.587000', '201146.590000', '201146.593000', '201146.595000', '201146.598000', '201146.600000', '201146.603000', '201146.606000', '201146.616000', '201146.619000', '201146.622000', '201146.624000', '201146.627000', '201146.629000', '201146.632000', '201146.635000', '201146.637000', '201146.640000', '201146.642000', '201146.645000', '201146.647000', '201146.650000', '201146.653000', '201146.655000', '201146.658000', '201146.660000', '201146.663000', '201146.665000', '201146.668000', '201206.548000', '201206.551000', '201206.554000', '201206.556000', '201206.559000', '201206.562000', '201206.564000', '201206.581000', '201206.584000', '201206.586000', '201206.589000', '201206.592000', '201206.594000', '201206.597000', '201206.599000', '201206.602000', '201206.604000', '201206.607000', '201206.610000', '201206.612000', '201206.615000', '201206.617000', '201206.620000', '201206.623000', '201206.625000', '201206.628000', '201206.630000', '201206.633000', '201206.636000', '201206.638000', '201206.641000', '201206.643000', '201206.646000', '201206.648000', '201206.651000', '201206.654000', '201206.661000', '201206.664000', '201206.666000', '201206.669000', '201206.671000', '201206.674000', '201206.677000', '201226.548000', '201226.551000', '201226.554000', '201226.557000', '201226.559000', '201226.562000', '201226.564000', '201226.567000', '201226.570000', '201226.572000', '201226.575000', '201226.578000', '201226.580000', '201226.583000', '201226.585000', '201226.588000', '201226.591000', '201226.593000', '201226.596000', '201226.599000', '201226.601000', '201226.604000', '201226.606000', '201226.609000', '201226.612000', '201226.614000', '201226.617000', '201226.620000', '201226.622000', '201226.625000', '201226.627000', '201226.630000', '201226.633000', '201226.640000', '201226.643000', '201226.645000', '201226.648000', '201226.651000', '201226.653000', '201226.656000', '201226.658000', '201226.661000', '201226.663000', '201226.666000', '201246.548000', '201246.551000', '201246.554000', '201246.556000', '201246.559000', '201246.569000', '201246.571000', '201246.574000', '201246.577000', '201246.579000', '201246.582000', '201246.584000', '201246.587000', '201246.590000', '201246.592000', '201246.595000', '201246.597000', '201246.600000', '201246.603000', '201246.605000', '201246.608000', '201246.611000', '201246.613000', '201246.616000', '201246.619000', '201246.621000', '201246.624000', '201246.626000', '201246.629000', '201246.631000', '201246.634000', '201246.637000', '201246.639000', '201246.642000', '201246.645000', '201246.647000', '201246.650000', '201246.652000', '201246.655000', '201246.657000', '201246.660000', '201246.663000', '201246.665000', '201306.548000', '201306.551000', '201306.554000', '201306.557000', '201306.559000', '201306.562000', '201306.564000', '201306.567000', '201306.570000', '201306.572000', '201306.575000', '201306.577000', '201306.580000', '201306.583000', '201306.585000', '201306.588000', '201306.591000', '201306.593000', '201306.596000', '201306.599000', '201306.601000', '201306.604000', '201306.606000', '201306.609000', '201306.612000', '201306.614000', '201306.617000', '201306.619000', '201306.622000', '201306.625000', '201306.627000', '201306.633000', '201306.635000', '201306.638000', '201306.641000', '201306.643000', '201306.646000', '201306.648000', '201306.651000', '201306.653000', '201306.656000', '201306.659000', '201306.661000', '201326.548000', '201326.551000', '201326.554000', '201326.557000', '201326.559000', '201326.562000', '201326.564000', '201326.567000', '201326.570000', '201326.572000', '201326.575000', '201326.577000', '201326.580000', '201326.583000', '201326.585000', '201326.588000', '201326.590000', '201326.593000', '201326.595000', '201326.598000', '201326.601000', '201326.603000', '201326.606000', '201326.609000', '201326.611000', '201326.614000', '201326.617000', '201326.619000', '201326.622000', '201326.624000', '201326.627000', '201326.630000', '201326.632000', '201326.635000', '201326.638000', '201326.640000', '201326.643000', '201326.645000', '201326.648000', '201326.650000', '201326.653000', '201326.656000', '201326.658000', '201326.661000', '201346.547000', '201346.550000', '201346.553000', '201346.566000', '201346.569000', '201346.571000', '201346.574000', '201346.577000', '201346.580000', '201346.582000', '201346.585000', '201346.588000', '201346.590000', '201346.593000', '201346.595000', '201346.598000', '201346.601000', '201346.603000', '201346.606000', '201346.609000', '201346.611000', '201346.614000', '201346.617000', '201346.619000', '201346.622000', '201346.624000', '201346.627000', '201346.630000', '201346.632000', '201346.635000', '201346.637000', '201346.640000', '201346.643000', '201346.669000', '201346.672000', '201346.674000', '201346.677000', '201346.680000', '201346.682000', '201346.685000', '201346.687000', '201346.690000', '201346.692000', '201346.695000', '201406.549000', '201406.552000', '201406.554000', '201406.557000', '201406.559000', '201406.562000', '201406.565000', '201406.567000', '201406.570000', '201406.572000', '201406.575000', '201406.578000', '201406.580000', '201406.583000', '201406.585000', '201406.588000', '201406.591000', '201406.593000', '201406.596000', '201406.598000', '201406.601000', '201406.603000', '201406.606000', '201406.609000', '201406.611000', '201406.614000', '201406.616000', '201406.619000', '201406.622000', '201406.624000', '201406.627000', '201406.630000', '201406.632000', '201406.635000', '201406.638000', '201406.640000', '201406.643000', '201406.645000', '201406.648000', '201406.651000', '201406.653000', '201406.656000', '201406.658000', '201426.549000', '201426.552000', '201426.554000', '201426.557000', '201426.560000', '201426.562000', '201426.565000', '201426.568000', '201426.570000', '201426.573000', '201426.575000', '201426.578000', '201426.581000', '201426.592000', '201426.594000', '201426.597000', '201426.600000', '201426.602000', '201426.605000', '201426.607000', '201426.610000', '201426.613000', '201426.615000', '201426.618000', '201426.621000', '201426.623000', '201426.626000', '201426.629000', '201426.631000', '201426.634000', '201426.636000', '201426.639000', '201426.642000', '201426.644000', '201426.647000', '201426.649000', '201426.652000', '201426.655000', '201426.657000', '201426.660000', '201426.662000', '201426.665000', '201426.668000', '201446.548000', '201446.551000', '201446.554000', '201446.557000', '201446.559000', '201446.562000', '201446.564000', '201446.567000', '201446.570000', '201446.572000', '201446.575000', '201446.577000', '201446.580000', '201446.582000', '201446.585000', '201446.588000', '201446.590000', '201446.593000', '201446.596000', '201446.598000', '201446.601000', '201446.603000', '201446.606000', '201446.609000', '201446.611000', '201446.614000', '201446.617000', '201446.619000', '201446.622000', '201446.624000', '201446.627000', '201446.630000', '201446.632000', '201446.635000', '201446.638000', '201446.640000', '201446.643000', '201446.645000', '201446.648000', '201446.650000', '201446.653000', '201446.656000', '201446.658000', '201446.661000', '201506.548000', '201506.551000', '201506.554000', '201506.557000', '201506.559000', '201506.562000', '201506.566000', '201506.568000', '201506.571000', '201506.574000', '201506.576000', '201506.579000', '201506.582000', '201506.584000', '201506.587000', '201506.590000', '201506.593000', '201506.595000', '201506.598000', '201506.600000', '201506.603000', '201506.606000', '201506.608000', '201506.611000', '201506.613000', '201506.616000', '201506.619000', '201506.621000', '201506.624000', '201506.627000', '201506.629000', '201506.632000', '201506.634000', '201506.637000', '201506.640000', '201506.642000', '201506.645000', '201506.647000', '201506.650000', '201506.653000', '201506.655000', '201506.658000', '201506.667000', '201526.549000', '201526.551000', '201526.554000', '201526.557000', '201526.559000', '201526.562000', '201526.565000', '201526.567000', '201526.570000', '201526.572000', '201526.575000', '201526.577000', '201526.580000', '201526.583000', '201526.585000', '201526.588000', '201526.590000', '201526.593000', '201526.596000', '201526.598000', '201526.601000', '201526.603000', '201526.606000', '201526.609000', '201526.611000', '201526.614000', '201526.617000', '201526.619000', '201526.622000', '201526.624000', '201526.627000', '201526.630000', '201526.632000', '201526.635000', '201526.638000', '201526.640000', '201526.643000', '201526.645000', '201526.648000', '201526.651000', '201526.653000', '201526.656000', '201526.659000', '201526.661000', '201546.549000', '201546.552000', '201546.554000', '201546.557000', '201546.560000', '201546.562000', '201546.565000', '201546.567000', '201546.570000', '201546.573000', '201546.575000', '201546.578000', '201546.580000', '201546.583000', '201546.586000', '201546.588000', '201546.591000', '201546.593000', '201546.596000', '201546.599000', '201546.601000', '201546.604000', '201546.607000', '201546.609000', '201546.612000', '201546.614000', '201546.617000', '201546.620000', '201546.622000', '201546.625000', '201546.628000', '201546.630000', '201546.633000', '201546.635000', '201546.638000', '201546.641000', '201546.643000', '201546.646000', '201546.648000', '201546.651000', '201546.654000', '201546.656000', '201546.659000', '201606.548000', '201606.550000', '201606.553000', '201606.556000', '201606.558000', '201606.561000', '201606.564000', '201606.566000', '201606.569000', '201606.571000', '201606.574000', '201606.577000', '201606.579000', '201606.582000', '201606.584000', '201606.587000', '201606.589000', '201606.592000', '201606.595000', '201606.597000', '201606.600000', '201606.602000', '201606.605000', '201606.608000', '201606.610000', '201606.613000', '201606.616000', '201606.618000', '201606.621000', '201606.623000', '201606.626000', '201606.629000', '201606.631000', '201606.634000', '201606.636000', '201606.639000', '201606.642000', '201606.644000', '201606.647000', '201606.649000', '201606.652000', '201606.655000', '201606.657000', '201606.660000', '201626.549000', '201626.552000', '201626.554000', '201626.557000', '201626.560000', '201626.562000', '201626.565000', '201626.567000', '201626.570000', '201626.573000', '201626.575000', '201626.578000', '201626.580000', '201626.583000', '201626.586000', '201626.589000', '201626.592000', '201626.594000', '201626.597000', '201626.600000', '201626.603000', '201626.609000', '201626.612000', '201626.620000', '201626.623000', '201626.626000', '201626.628000', '201626.631000', '201626.634000', '201626.636000', '201626.639000', '201626.642000', '201626.644000', '201626.647000', '201626.650000', '201626.652000', '201626.655000', '201626.660000', '201626.662000', '201626.665000', '201626.668000', '201626.670000', '201626.673000', '201646.548000', '201646.551000', '201646.554000', '201646.557000', '201646.559000', '201646.562000', '201646.564000', '201646.567000', '201646.570000', '201646.572000', '201646.586000', '201646.588000', '201646.591000', '201646.594000', '201646.596000', '201646.599000', '201646.601000', '201646.604000', '201646.607000', '201646.609000', '201646.612000', '201646.615000', '201646.617000', '201646.620000', '201646.622000', '201646.625000', '201646.628000', '201646.630000', '201646.633000', '201646.635000', '201646.638000', '201646.641000', '201646.643000', '201646.646000', '201646.648000', '201646.651000', '201646.654000', '201646.656000', '201646.659000', '201646.662000', '201646.664000', '201646.667000', '201646.669000', '201646.672000', '201706.548000', '201706.551000', '201706.554000', '201706.557000', '201706.559000', '201706.562000', '201706.564000', '201706.567000', '201706.570000', '201706.572000', '201706.575000', '201706.578000', '201706.580000', '201706.583000', '201706.585000', '201706.588000', '201706.590000', '201706.593000', '201706.596000', '201706.598000', '201706.601000', '201706.603000', '201706.606000', '201706.609000', '201706.612000', '201706.614000', '201706.617000', '201706.620000', '201706.622000', '201706.625000', '201706.627000', '201706.630000', '201706.633000', '201706.635000', '201706.638000', '201706.640000', '201706.643000', '201706.646000', '201706.648000', '201706.651000', '201706.653000', '201706.656000', '201706.659000', '201726.548000', '201726.551000', '201726.554000', '201726.556000', '201726.559000', '201726.562000', '201726.564000', '201726.567000', '201726.570000', '201726.572000', '201726.575000', '201726.577000', '201726.580000', '201726.582000', '201726.585000', '201726.588000', '201726.590000', '201726.593000', '201726.595000', '201726.598000', '201726.600000', '201726.603000', '201726.606000', '201726.608000', '201726.611000', '201726.614000', '201726.616000', '201726.619000', '201726.622000', '201726.624000', '201726.627000', '201726.629000', '201726.632000', '201726.635000', '201726.637000', '201726.640000', '201726.642000', '201726.645000', '201726.648000', '201726.650000', '201726.653000', '201726.655000', '201726.658000', '201726.661000', '201746.549000', '201746.551000', '201746.554000', '201746.557000', '201746.559000', '201746.562000', '201746.564000', '201746.567000', '201746.570000', '201746.572000', '201746.575000', '201746.578000', '201746.580000', '201746.583000', '201746.586000', '201746.588000', '201746.591000', '201746.593000', '201746.596000', '201746.599000', '201746.601000', '201746.604000', '201746.606000', '201746.609000', '201746.612000', '201746.614000', '201746.617000', '201746.620000', '201746.622000', '201746.625000', '201746.628000', '201746.630000', '201746.633000', '201746.635000', '201746.638000', '201746.641000', '201746.645000', '201746.648000', '201746.650000', '201746.653000', '201746.655000', '201746.658000', '201746.661000', '201806.549000', '201806.551000', '201806.554000', '201806.557000', '201806.559000', '201806.562000', '201806.583000', '201806.585000', '201806.588000', '201806.591000', '201806.593000', '201806.596000', '201806.598000', '201806.601000', '201806.604000', '201806.606000', '201806.609000', '201806.611000', '201806.614000', '201806.617000', '201806.619000', '201806.622000', '201806.625000', '201806.627000', '201806.630000', '201806.632000', '201806.635000', '201806.638000', '201806.640000', '201806.643000', '201806.645000', '201806.648000', '201806.651000', '201806.653000', '201806.656000', '201806.659000', '201806.661000', '201806.664000', '201806.667000', '201806.669000', '201806.672000', '201806.674000', '201806.677000', '201806.679000', '201826.548000', '201826.551000', '201826.554000', '201826.556000', '201826.559000', '201826.562000', '201826.564000', '201826.567000', '201826.570000', '201826.572000', '201826.575000', '201826.577000', '201826.580000', '201826.583000', '201826.585000', '201826.588000', '201826.591000', '201826.593000', '201826.596000', '201826.599000', '201826.601000', '201826.604000', '201826.606000', '201826.609000', '201826.612000', '201826.614000', '201826.617000', '201826.620000', '201826.622000', '201826.625000', '201826.627000', '201826.630000', '201826.633000', '201826.635000', '201826.638000', '201826.640000', '201826.643000', '201826.646000', '201826.649000', '201826.652000', '201826.655000', '201826.658000', '201826.660000', '201846.549000', '201846.551000', '201846.554000', '201846.557000', '201846.559000', '201846.562000', '201846.564000', '201846.567000', '201846.570000', '201846.572000', '201846.575000', '201846.578000', '201846.580000', '201846.583000', '201846.585000', '201846.588000', '201846.591000', '201846.593000', '201846.596000', '201846.598000', '201846.601000', '201846.604000', '201846.606000', '201846.609000', '201846.611000', '201846.614000', '201846.617000', '201846.619000', '201846.622000', '201846.624000', '201846.627000', '201846.630000', '201846.632000', '201846.635000', '201846.638000', '201846.641000', '201846.643000', '201846.646000', '201846.648000', '201846.651000', '201846.654000', '201846.656000', '201846.659000', '201846.661000', '201906.549000', '201906.551000', '201906.554000', '201906.557000', '201906.560000', '201906.562000', '201906.565000', '201906.568000', '201906.570000', '201906.573000', '201906.575000', '201906.578000', '201906.581000', '201906.583000', '201906.586000', '201906.588000', '201906.591000', '201906.594000', '201906.596000', '201906.599000', '201906.602000', '201906.604000', '201906.607000', '201906.609000', '201906.612000', '201906.615000', '201906.617000', '201906.620000', '201906.623000', '201906.625000', '201906.628000', '201906.631000', '201906.633000', '201906.636000', '201906.639000', '201906.641000', '201906.644000', '201906.646000', '201906.649000', '201906.652000', '201906.654000', '201906.657000', '201906.659000', '201926.549000', '201926.551000', '201926.554000', '201926.557000', '201926.559000', '201926.562000', '201926.565000', '201926.567000', '201926.570000', '201926.572000', '201926.575000', '201926.578000', '201926.580000', '201926.583000', '201926.586000', '201926.588000', '201926.591000', '201926.604000', '201926.606000', '201926.609000', '201926.612000', '201926.614000', '201926.617000', '201926.620000', '201926.622000', '201926.625000', '201926.627000', '201926.630000', '201926.633000', '201926.635000', '201926.638000', '201926.640000', '201926.643000', '201926.646000', '201926.648000', '201926.651000', '201926.653000', '201926.656000', '201926.659000', '201926.661000', '201926.664000', '201926.666000', '201926.669000', '201926.672000', '201946.549000', '201946.552000', '201946.554000', '201946.557000', '201946.559000', '201946.562000', '201946.565000', '201946.567000', '201946.570000', '201946.572000', '201946.575000', '201946.578000', '201946.580000', '201946.583000', '201946.586000', '201946.588000', '201946.591000', '201946.593000', '201946.596000', '201946.599000', '201946.601000', '201946.604000', '201946.606000', '201946.609000', '201946.612000', '201946.614000', '201946.617000', '201946.620000', '201946.622000', '201946.625000', '201946.628000', '201946.630000', '201946.633000', '201946.635000', '201946.638000', '201946.641000', '201946.643000', '201946.646000', '201946.648000', '201946.651000', '201946.654000', '201946.656000', '201946.659000', '202006.549000', '202006.552000', '202006.554000', '202006.557000', '202006.560000', '202006.562000', '202006.565000', '202006.567000', '202006.570000', '202006.572000', '202006.575000', '202006.578000', '202006.580000', '202006.583000', '202006.585000', '202006.588000', '202006.591000', '202006.593000', '202006.596000', '202006.598000', '202006.601000', '202006.604000', '202006.606000', '202006.609000', '202006.611000', '202006.614000', '202006.617000', '202006.619000', '202006.622000', '202006.625000', '202006.627000', '202006.630000', '202006.632000', '202006.635000', '202006.638000', '202006.640000', '202006.643000', '202006.645000', '202006.648000', '202006.650000', '202006.653000', '202006.656000', '202006.658000', '202006.661000', '202026.549000', '202026.552000', '202026.554000', '202026.557000', '202026.560000', '202026.562000', '202026.565000', '202026.568000', '202026.570000', '202026.573000', '202026.576000', '202026.578000', '202026.581000', '202026.583000', '202026.586000', '202026.589000', '202026.591000', '202026.594000', '202026.597000', '202026.599000', '202026.602000', '202026.604000', '202026.607000', '202026.610000', '202026.612000', '202026.615000', '202026.618000', '202026.620000', '202026.623000', '202026.626000', '202026.628000', '202026.631000', '202026.633000', '202026.636000', '202026.639000', '202026.641000', '202026.644000', '202026.646000', '202026.649000', '202026.652000', '202026.654000', '202026.657000', '202026.660000', '202046.548000', '202046.550000', '202046.553000', '202046.556000', '202046.558000', '202046.561000', '202046.563000', '202046.566000', '202046.569000', '202046.571000', '202046.574000', '202046.576000', '202046.579000', '202046.582000', '202046.584000', '202046.587000', '202046.590000', '202046.592000', '202046.595000', '202046.597000', '202046.600000', '202046.603000', '202046.605000', '202046.608000', '202046.610000', '202046.613000', '202046.616000', '202046.618000', '202046.621000', '202046.624000', '202046.626000', '202046.629000', '202046.631000', '202046.634000', '202046.637000', '202046.639000', '202046.642000', '202046.644000', '202046.647000', '202046.650000', '202046.652000', '202046.655000', '202046.657000', '202046.660000', '202106.549000', '202106.551000', '202106.554000', '202106.557000', '202106.559000', '202106.562000', '202106.565000', '202106.567000', '202106.570000', '202106.572000', '202106.575000', '202106.578000', '202106.580000', '202106.583000', '202106.586000', '202106.588000', '202106.591000', '202106.593000', '202106.596000', '202106.599000', '202106.601000', '202106.604000', '202106.606000', '202106.609000', '202106.612000', '202106.614000', '202106.617000', '202106.620000', '202106.623000', '202106.625000', '202106.628000', '202106.631000', '202106.633000', '202106.636000', '202106.639000', '202106.641000', '202106.644000', '202106.647000', '202106.650000', '202106.652000', '202106.655000', '202106.658000', '202106.660000', '202118.644000', '202118.647000', '202118.649000', '202118.652000', '202118.655000', '202118.658000', '202118.660000', '202118.663000', '202118.665000', '202118.668000', '202118.671000', '202118.674000', '202118.676000', '202118.679000', '202118.682000', '202118.684000', '202118.687000', '202118.690000', '202118.692000', '202118.695000', '202118.698000', '202118.700000', '202118.703000', '202118.706000', '202118.709000', '202118.712000', '202118.715000'], '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], 'LargestImagePixelValue': [14256, 18280, 15331, 16361, 12002, 16329, 11810, 20378, 13986, 15714, 13506, 10996, 14806, 12618, 16903, 13321, 16433, 12658, 16657, 14169, 17099, 15593, 17694, 12509, 16256, 12591, 19362, 14394, 16194, 12686, 13759, 14982, 17875, 16239, 14924, 14065, 14041, 15178, 18056, 15013, 18210, 13426, 13911, 14068, 15876, 15942, 17921, 16682, 11676, 14500, 13276, 16197, 17438, 16982, 12126, 14333, 13038, 15343, 16193, 16316, 12920, 15708, 11900, 15747, 15138, 17807, 12499, 15540, 12257, 15929, 14656, 17716, 13013, 16189, 11482, 16353, 13860, 17769, 15678, 18780, 14521, 17488, 13956, 19374, 15321, 13126, 14552, 13133, 16302, 15001, 18559, 12446, 16444, 12908, 16901, 14807, 17912, 15888, 17491, 13832, 18100, 14397, 19314, 16753, 13199, 15876, 13475, 17323, 14866, 18272, 12428, 15424, 10969, 16397, 13462, 18101, 16267, 20981, 15088, 16162, 12385, 18804, 14969, 15795, 14951, 11382, 15742, 12495, 17688, 13777, 17604, 12397, 15619, 13905, 17555, 15963, 21231, 15644, 16744, 13457, 18162, 14524, 18477, 14518, 12048, 15311, 14584, 17116, 18331, 17183, 11873, 14484, 12053, 17035, 15216, 18597, 12467, 15263, 11732, 16023, 13334, 17952, 12373, 15273, 12014, 15815, 12543, 17842, 15012, 16272, 14876, 17216, 15584, 17887, 15494, 16165, 14697, 17549, 15928, 18124, 15977, 19302, 14457, 17596, 15543, 18022, 15631, 19617, 13984, 17060, 14858, 17749, 15973, 16685, 14155, 16096, 13937, 17794, 16474, 12092, 15736, 11974, 16733, 13290, 18102, 15573, 16485, 14722, 20464, 15364, 18789, 14347, 14399, 13992, 16012, 16488, 16630, 17577, 12215, 15063, 12120, 16971, 13013, 18111, 14872, 16492, 14474, 17664, 15753, 17907, 15625, 16535, 14621, 17770, 16351, 20687, 15621, 16675, 13273, 18087, 14830, 16988, 13522, 15445, 13928, 17296, 16751, 12414, 15906, 11887, 16207, 13058, 18012, 15505, 17124, 15150, 17769, 16137, 18150, 15743, 17101, 14531, 17719, 15518, 17847, 15329, 18102, 13314, 17423, 15312, 19551, 14813, 17657, 13751, 18795, 15805, 18898, 15389, 16793, 13142, 18924, 15311, 19469, 14424, 13606, 12205, 13865, 15849, 16821, 18013, 12474, 16006, 12133, 17290, 11641, 18071, 14180, 17553, 13782, 18206, 14761, 15213, 17767, 16399, 15664, 9576, 12802, 11536, 11990, 14308, 13099, 16724, 14957, 10730, 16049, 14341, 18972, 14495, 18444, 16426, 11427, 15825, 12185, 17943, 15311, 20083, 14573, 14636, 12621, 14782, 16959, 14977, 17892, 12238, 16374, 13238, 18455, 15351, 19099, 15140, 17475, 12449, 18089, 15154, 17542, 17108, 11981, 17120, 12084, 18432, 12452, 18642, 13150, 16681, 13271, 18103, 15384, 18997, 15510, 18891, 12538, 19345, 12671, 18569, 15660, 19614, 12925, 17324, 12011, 20790, 14784, 19838, 13903, 13903, 12249, 17032, 15589, 19570, 16274, 12125, 14087, 11350, 16562, 12739, 18683, 15321, 15878, 12670, 15109, 17556, 11972, 19198, 15268, 13732, 15718, 13069, 18537, 15961, 20734, 14440, 19424, 13039, 18395, 15520, 19313, 11899, 16077, 11362, 19747, 14230, 15122, 12040, 13394, 14373, 15579, 18086, 12369, 15451, 12398, 17173, 14190, 18840, 12564, 15451, 10777, 16385, 12385, 17802, 12560, 17241, 11329, 15411, 11647, 17427, 14485, 18223, 12295, 15195, 11722, 16143, 18244, 16713, 15303, 13825, 14346, 14102, 18105, 15484, 17035, 15537, 11772, 15321, 12423, 17435, 14296, 18400, 11186, 16249, 11204, 17521, 12255, 18570, 11352, 16754, 13076, 16248, 13495, 18003, 16066, 20275, 14333, 19117, 13675, 20834, 15419, 16574, 12022, 15690, 14043, 19464, 15375, 18362, 13372, 14486, 13999, 19118, 14435, 18765, 16444, 17480, 13174, 15357, 10974, 16765, 12580, 17336, 12136, 15034, 11142, 14892, 13229, 16860, 15429, 17510, 11944, 15611, 11604, 16849, 12715, 18401, 14157, 17242, 14973, 17386, 14863, 19073, 14713, 12975, 15571, 12187, 16899, 13412, 18478, 11843, 16917, 12054, 16091, 12945, 17256, 18371, 14607, 17756, 11962, 17213, 13148, 19229, 15089, 16147, 13371, 13382, 15461, 15367, 17871, 12585, 16540, 12735, 15838, 13423, 17865, 13018, 16953, 11983, 16976, 13009, 17460, 13397, 18206, 12248, 16945, 12664, 17399, 12971, 18300, 15805, 17429, 15294, 17320, 15455, 18607, 15599, 15173, 13507, 16122, 16695, 18236, 17770, 12804, 15568, 11720, 15855, 16799, 17007, 18743, 15257, 14963, 12168, 15979, 14004, 17441, 16562, 11741, 15845, 12209, 16481, 13345, 18118, 16192, 18183, 15818, 20629, 14920, 17931, 15391, 14200, 14513, 11933, 15862, 15598, 21362, 15982, 16296, 13324, 16978, 16969, 17156, 17567, 12046, 16520, 11607, 17792, 12318, 18274, 14860, 17183, 12673, 17447, 13489, 19483, 15466, 11819, 15221, 10867, 17175, 11811, 18711, 14653, 19065, 12963, 18673, 13849, 18180, 15995, 11101, 15948, 10441, 18182, 12534, 18866, 14954, 16579, 13421, 18295, 15408, 21224, 14258, 14132, 10441, 17146, 15669, 13845, 17323, 10965, 19790, 13390, 18925, 16187, 14830, 16552, 11143, 16597, 13897, 18514, 15940, 21374, 14632, 16696, 11845, 19506, 13867, 18475, 15276, 17068, 11119, 18186, 11853, 19468, 15071, 17653, 12597, 16537, 12286, 19250, 15604, 13269, 13379, 14231, 15991, 17317, 17455, 11208, 14809, 11373, 16695, 12459, 18794, 14052, 17348, 14361, 18396, 15908, 21189, 15239, 17247, 12511, 18325, 14525, 19030, 15112, 11711, 15535, 12275, 17540, 14528, 18243, 12125, 15415, 10943, 16148, 11966, 18164, 11535, 17014, 13571, 17213, 14798, 18037, 16067, 17806, 13195, 16383, 13850, 19289, 16572, 14449, 15146, 11827, 15852, 14514, 17956, 12534, 16535, 11240, 16680, 11756, 18253, 12770, 18055, 11766, 16861, 12793, 18292, 16353, 19685, 14543, 16645, 12483, 19307, 16766, 14255, 15216, 12564, 16266, 15586, 18161, 12771, 15528, 11382, 16095, 12336, 18428, 13320, 18122, 14686, 17269, 14126, 18510, 16132, 18790, 14284, 14219, 12685, 16205, 17037, 15188, 17091, 11650, 16161, 11466, 18215, 12969, 18355, 15075, 16940, 14309, 17809, 14799, 18227, 14974, 16486, 13709, 17335, 14727, 18252, 15506, 17626, 13242, 20120, 13403, 18780, 15401, 15106, 13903, 13542, 16213, 17386, 17747, 13944, 15454, 11350, 15538, 12025, 17884, 12155, 17770, 14083, 17529, 14480, 18263, 15958, 18506, 14599, 14244, 13383, 15351, 17770, 13564, 17667, 12455, 16951, 13455, 18166, 15939, 20756, 14895, 15732, 12234, 18443, 15723, 15414, 16301, 11450, 16632, 11853, 17773, 15795, 18093, 15384, 17470, 12660, 19277, 14365, 16760, 12396, 10480, 13938, 14469, 17498, 12565, 16484, 10475, 16529, 12354, 18303, 15252, 18060, 13114, 18964, 12959, 19883, 15227, 18866, 13131, 16475, 13206, 19120, 16531, 12288, 14627, 11511, 16356, 14087, 18529, 11515, 16731, 12866, 17973, 16129, 19444, 15357, 16594, 13217, 18426, 14809, 17242, 14357, 17871, 13582, 19062, 15541, 16543, 12619, 16316, 14392, 18964, 16416, 14076, 13781, 15074, 15827, 17613, 18373, 12582, 16602, 10626, 18309, 13703, 18893, 15345, 17082, 11859, 17196, 14408, 18930, 15514, 18194, 12551, 18662, 12729, 18761, 15220, 12987, 15734, 11870, 16806, 12916, 18446, 13124, 17878, 13894, 18100, 15785, 18567, 15741, 19168, 11523, 19442, 14316, 19033, 14479, 16199, 14123, 18119, 16752, 15674, 17050, 10921, 14150, 10014, 17157, 15474, 20350, 15330, 16096, 12987, 18485, 13836, 12296, 16074, 11233, 17190, 15437, 19155, 15619, 17687, 13702, 19119, 14885, 15478, 14777, 12034, 16475, 14140, 18711, 13146, 17929, 13792, 17736, 15355, 21465, 15553, 15275, 11386, 15336, 16067, 15595, 18724, 12941, 16877, 11244, 18084, 13360, 19103, 15002, 17009, 13422, 19381, 15116, 19485, 14544, 12354, 13690, 12804, 18520, 13260, 19307, 15431, 17011, 13082, 19391, 15291, 20005, 14441, 13575, 13317, 14581, 17480, 14574, 17998, 11744, 16354, 11702, 18491, 14090, 18900, 15625, 18079, 14539, 18573, 15682, 18682, 13489, 14169, 15538, 15272, 18787, 12522, 17009, 11826, 17657, 13662, 19290, 16050, 17725, 13317, 16113, 17044, 15911, 19511, 13536, 15750, 11015, 19791, 14402, 16277, 18422, 12352, 21087, 15725, 11335, 14461, 10808, 17829, 12073, 18523, 14193, 18151, 12118, 17918, 12191, 19604, 14870, 15495, 13808, 9964, 14989, 10650, 17748, 11594, 18698, 14043, 16944, 13365, 19970, 14336, 16858, 12231, 11823, 18333, 14533, 17181, 16877, 14857, 19680, 14781, 17293, 13502, 19941, 14355, 20327, 15759, 11689, 15009, 10145, 18199, 12011, 19097, 14719, 17131, 13143, 18162, 13808, 19266, 15605, 18950, 14220, 16985, 12661, 18799, 13771, 16722, 15625, 10234, 17459, 14325, 20956, 15519, 17090, 14164, 11685, 17308, 13205, 19181, 15398, 17009, 12288, 15074, 15914, 16986, 16683, 11153, 13713, 12647, 19818, 14154, 15484, 18149, 14631, 21171, 14117, 15464, 12897, 15381, 18176, 12169, 17916, 13223, 17743, 14038, 20828, 15027, 16123, 11549, 13298, 15854, 15809, 17008, 13430, 16663, 9160, 16540, 12160, 18522, 14834, 19723, 13444, 16299, 11966, 18748, 15088, 15561, 14642, 10588, 16638, 11364, 18511, 12199, 18512, 13155, 17533, 13882, 18286, 14879, 18894, 12931, 15282, 13869, 17305, 16892, 14011, 16863, 11212, 17804, 11431, 18884, 15034, 18407, 14091, 17686, 13787, 18376, 14904, 19396, 13692, 13961, 15023, 13311, 18190, 12807, 18658, 12408, 17881, 13421, 18698, 15062, 19013, 15870, 16961, 11863, 18481, 13733, 17513, 13662, 13020, 17422, 14437, 18433, 14024, 15482, 18209, 13063, 17491, 14756, 19446, 14848, 20220, 14996, 12313, 14620, 12641, 17503, 14896, 18405, 12212, 16266, 11171, 17327, 11256, 18271, 13526, 18707, 14311, 18115, 13848, 20409, 14807, 16007, 13074, 11007, 16017, 11724, 18110, 13729, 17799, 14076, 17442, 14105, 18426, 15099, 17429, 11304, 17373, 13220, 19871, 15142, 17111, 14162, 10742, 16078, 10577, 18267, 14574, 18407, 14529, 17556, 12765, 19012, 14504, 16154, 15339, 10935, 16430, 12169, 17536, 13066, 18151], 'WindowCenter': [4014.0, 3997.0, 3983.0, 3982.0, 3960.0, 3967.0, 3960.0, 3991.0, 3971.0, 3969.0, 3960.0, 3949.0, 3971.0, 3959.0, 3982.0, 3961.0, 3970.0, 3960.0, 3969.0, 3970.0, 3971.0, 3972.0, 3981.0, 3960.0, 3969.0, 3961.0, 3981.0, 3961.0, 3970.0, 3960.0, 3958.0, 3970.0, 3979.0, 3971.0, 3970.0, 3960.0, 3958.0, 3970.0, 3968.0, 3958.0, 3969.0, 3957.0, 3957.0, 3959.0, 3967.0, 3969.0, 3969.0, 3970.0, 3948.0, 3958.0, 3948.0, 3970.0, 3968.0, 3970.0, 3947.0, 3959.0, 3958.0, 3969.0, 3969.0, 3969.0, 3959.0, 3970.0, 3949.0, 3970.0, 3971.0, 3982.0, 3959.0, 3970.0, 3960.0, 3970.0, 3970.0, 3982.0, 3960.0, 3969.0, 3950.0, 3970.0, 3972.0, 3981.0, 3972.0, 3980.0, 3972.0, 3979.0, 3972.0, 3980.0, 3971.0, 3961.0, 3972.0, 3959.0, 3983.0, 3971.0, 3982.0, 3960.0, 3981.0, 3960.0, 3981.0, 3971.0, 3982.0, 3982.0, 3982.0, 3973.0, 3980.0, 3972.0, 3992.0, 3982.0, 3960.0, 3971.0, 3960.0, 3981.0, 3959.0, 3980.0, 3949.0, 3969.0, 3948.0, 3969.0, 3961.0, 3981.0, 3971.0, 3991.0, 3971.0, 3967.0, 3961.0, 3980.0, 3971.0, 3970.0, 3971.0, 3948.0, 3971.0, 3960.0, 3982.0, 3961.0, 3981.0, 3961.0, 3971.0, 3972.0, 3982.0, 3982.0, 3993.0, 3984.0, 3981.0, 3972.0, 3982.0, 3973.0, 3981.0, 3971.0, 3961.0, 3972.0, 3970.0, 3982.0, 3981.0, 3982.0, 3960.0, 3971.0, 3960.0, 3981.0, 3971.0, 3981.0, 3961.0, 3971.0, 3960.0, 3971.0, 3960.0, 3983.0, 3958.0, 3971.0, 3961.0, 3971.0, 3962.0, 3983.0, 3973.0, 3982.0, 3971.0, 3981.0, 3973.0, 3982.0, 3983.0, 3980.0, 3971.0, 3981.0, 3971.0, 3980.0, 3971.0, 3979.0, 3970.0, 3970.0, 3971.0, 3980.0, 3968.0, 3980.0, 3971.0, 3969.0, 3971.0, 3980.0, 3971.0, 3980.0, 3972.0, 3969.0, 3971.0, 3982.0, 3972.0, 3961.0, 3971.0, 3961.0, 3982.0, 3962.0, 3981.0, 3983.0, 3980.0, 3971.0, 3992.0, 3983.0, 3982.0, 3972.0, 3970.0, 3971.0, 3970.0, 3981.0, 3982.0, 3982.0, 3959.0, 3972.0, 3960.0, 3983.0, 3961.0, 3982.0, 3983.0, 3982.0, 3973.0, 3981.0, 3972.0, 3982.0, 3982.0, 3981.0, 3971.0, 3981.0, 3983.0, 3992.0, 3982.0, 3970.0, 3961.0, 3981.0, 3971.0, 3981.0, 3972.0, 3970.0, 3970.0, 3980.0, 3983.0, 3960.0, 3981.0, 3962.0, 3981.0, 3972.0, 3982.0, 3984.0, 3981.0, 3973.0, 3983.0, 3984.0, 3981.0, 3973.0, 3981.0, 3970.0, 3980.0, 3972.0, 3978.0, 3970.0, 3979.0, 3960.0, 3979.0, 3970.0, 3991.0, 3970.0, 3981.0, 3972.0, 3980.0, 3983.0, 3980.0, 3970.0, 3978.0, 3960.0, 3979.0, 3971.0, 3979.0, 3970.0, 3958.0, 3960.0, 3958.0, 3970.0, 3980.0, 3981.0, 3959.0, 3970.0, 3948.0, 3970.0, 3950.0, 3983.0, 3970.0, 3980.0, 3974.0, 3993.0, 3985.0, 3985.0, 4012.0, 4012.0, 3997.0, 3952.0, 3971.0, 3963.0, 3962.0, 3972.0, 3974.0, 3995.0, 3986.0, 3964.0, 3983.0, 3974.0, 3981.0, 3962.0, 3981.0, 3971.0, 3949.0, 3970.0, 3960.0, 3980.0, 3972.0, 3990.0, 3971.0, 3971.0, 3961.0, 3970.0, 3982.0, 3972.0, 3981.0, 3961.0, 3982.0, 3961.0, 3982.0, 3972.0, 3981.0, 3972.0, 3981.0, 3961.0, 3980.0, 3971.0, 3982.0, 3981.0, 3960.0, 3980.0, 3948.0, 3980.0, 3959.0, 3980.0, 3959.0, 3970.0, 3960.0, 3980.0, 3970.0, 3980.0, 3969.0, 3980.0, 3959.0, 3979.0, 3960.0, 3979.0, 3970.0, 3979.0, 3960.0, 3968.0, 3948.0, 3979.0, 3969.0, 3979.0, 3959.0, 3959.0, 3959.0, 3968.0, 3970.0, 3981.0, 3970.0, 3960.0, 3969.0, 3949.0, 3981.0, 3960.0, 3982.0, 3971.0, 3981.0, 3961.0, 3972.0, 3996.0, 3974.0, 3993.0, 3996.0, 3986.0, 3985.0, 3975.0, 3996.0, 3985.0, 3994.0, 3973.0, 3982.0, 3972.0, 3982.0, 3971.0, 3981.0, 3950.0, 3968.0, 3950.0, 3980.0, 3959.0, 3969.0, 3948.0, 3958.0, 3970.0, 3970.0, 3981.0, 3961.0, 3970.0, 3959.0, 3982.0, 3960.0, 3982.0, 3959.0, 3970.0, 3949.0, 3968.0, 3948.0, 3970.0, 3948.0, 3968.0, 3937.0, 3958.0, 3937.0, 3969.0, 3958.0, 3969.0, 3946.0, 3957.0, 3947.0, 3967.0, 3968.0, 3968.0, 3956.0, 3957.0, 3957.0, 3957.0, 3967.0, 3959.0, 3967.0, 3969.0, 3946.0, 3968.0, 3947.0, 3981.0, 3957.0, 3969.0, 3947.0, 3968.0, 3948.0, 3969.0, 3948.0, 3981.0, 3949.0, 3968.0, 3959.0, 3968.0, 3959.0, 3981.0, 3970.0, 3991.0, 3971.0, 3981.0, 3972.0, 3991.0, 3971.0, 3981.0, 3961.0, 3969.0, 3972.0, 3991.0, 3971.0, 3981.0, 3972.0, 3971.0, 3970.0, 3981.0, 3971.0, 3980.0, 3971.0, 3968.0, 3958.0, 3958.0, 3937.0, 3968.0, 3947.0, 3969.0, 3947.0, 3958.0, 3948.0, 3968.0, 3957.0, 3970.0, 3969.0, 3970.0, 3948.0, 3969.0, 3948.0, 3981.0, 3959.0, 3980.0, 3970.0, 3980.0, 3969.0, 3969.0, 3971.0, 3980.0, 3971.0, 3960.0, 3971.0, 3959.0, 3981.0, 3961.0, 3983.0, 3960.0, 3981.0, 3959.0, 3970.0, 3959.0, 3981.0, 3980.0, 3969.0, 3968.0, 3949.0, 3969.0, 3961.0, 3980.0, 3971.0, 3981.0, 3971.0, 3970.0, 3982.0, 3971.0, 3983.0, 3961.0, 3982.0, 3960.0, 3972.0, 3972.0, 3984.0, 3972.0, 3983.0, 3961.0, 3982.0, 3960.0, 3983.0, 3962.0, 3983.0, 3961.0, 3982.0, 3960.0, 3982.0, 3961.0, 3981.0, 3973.0, 3981.0, 3972.0, 3982.0, 3984.0, 3992.0, 3982.0, 3981.0, 3972.0, 3981.0, 3983.0, 3982.0, 3983.0, 3961.0, 3970.0, 3960.0, 3982.0, 3981.0, 3982.0, 3981.0, 3971.0, 3969.0, 3961.0, 3970.0, 3973.0, 3982.0, 3982.0, 3963.0, 3983.0, 3972.0, 3983.0, 3975.0, 3995.0, 3983.0, 3996.0, 3985.0, 3994.0, 3985.0, 3993.0, 3984.0, 3984.0, 3984.0, 3973.0, 3984.0, 3995.0, 4006.0, 3985.0, 3983.0, 3974.0, 3983.0, 3995.0, 3983.0, 3993.0, 3962.0, 3983.0, 3961.0, 3981.0, 3962.0, 3982.0, 3972.0, 3982.0, 3961.0, 3981.0, 3962.0, 3981.0, 3970.0, 3949.0, 3970.0, 3948.0, 3970.0, 3948.0, 3979.0, 3970.0, 3980.0, 3959.0, 3978.0, 3959.0, 3979.0, 3969.0, 3949.0, 3968.0, 3937.0, 3980.0, 3947.0, 3979.0, 3970.0, 3968.0, 3957.0, 3967.0, 3968.0, 3979.0, 3958.0, 3957.0, 3937.0, 3980.0, 3984.0, 3971.0, 3981.0, 3950.0, 3992.0, 3971.0, 3991.0, 3983.0, 3972.0, 3981.0, 3961.0, 3981.0, 3971.0, 3982.0, 3972.0, 3990.0, 3971.0, 3968.0, 3949.0, 3978.0, 3960.0, 3968.0, 3958.0, 3968.0, 3948.0, 3967.0, 3949.0, 3978.0, 3970.0, 3969.0, 3948.0, 3968.0, 3949.0, 3980.0, 3970.0, 3958.0, 3960.0, 3957.0, 3969.0, 3967.0, 3970.0, 3948.0, 3958.0, 3947.0, 3970.0, 3949.0, 3981.0, 3958.0, 3969.0, 3960.0, 3969.0, 3970.0, 3980.0, 3970.0, 3967.0, 3948.0, 3979.0, 3960.0, 3979.0, 3959.0, 3948.0, 3969.0, 3947.0, 3970.0, 3955.0, 3968.0, 3947.0, 3969.0, 3936.0, 3968.0, 3947.0, 3979.0, 3949.0, 3970.0, 3960.0, 3968.0, 3970.0, 3981.0, 3972.0, 3980.0, 3960.0, 3970.0, 3961.0, 3981.0, 3971.0, 3959.0, 3970.0, 3948.0, 3969.0, 3959.0, 3982.0, 3948.0, 3970.0, 3948.0, 3969.0, 3948.0, 3981.0, 3948.0, 3969.0, 3948.0, 3968.0, 3958.0, 3980.0, 3970.0, 3980.0, 3970.0, 3969.0, 3961.0, 3979.0, 3971.0, 3969.0, 3970.0, 3959.0, 3970.0, 3969.0, 3981.0, 3959.0, 3968.0, 3948.0, 3971.0, 3959.0, 3981.0, 3959.0, 3981.0, 3971.0, 3980.0, 3971.0, 3980.0, 3970.0, 3980.0, 3970.0, 3969.0, 3960.0, 3969.0, 3980.0, 3969.0, 3970.0, 3949.0, 3970.0, 3948.0, 3982.0, 3959.0, 3979.0, 3970.0, 3979.0, 3969.0, 3981.0, 3970.0, 3981.0, 3971.0, 3969.0, 3960.0, 3968.0, 3971.0, 3980.0, 3971.0, 3979.0, 3961.0, 3990.0, 3971.0, 3981.0, 3972.0, 3970.0, 3960.0, 3960.0, 3970.0, 3980.0, 3981.0, 3959.0, 3969.0, 3949.0, 3969.0, 3959.0, 3982.0, 3949.0, 3981.0, 3971.0, 3979.0, 3969.0, 3980.0, 3971.0, 3981.0, 3970.0, 3969.0, 3960.0, 3970.0, 3982.0, 3960.0, 3981.0, 3960.0, 3970.0, 3960.0, 3981.0, 3971.0, 3979.0, 3970.0, 3969.0, 3959.0, 3978.0, 3971.0, 3969.0, 3969.0, 3959.0, 3981.0, 3960.0, 3982.0, 3972.0, 3980.0, 3970.0, 3969.0, 3960.0, 3980.0, 3960.0, 3968.0, 3949.0, 3938.0, 3958.0, 3959.0, 3981.0, 3959.0, 3969.0, 3948.0, 3968.0, 3960.0, 3981.0, 3970.0, 3969.0, 3959.0, 3978.0, 3959.0, 3980.0, 3971.0, 3982.0, 3960.0, 3969.0, 3960.0, 3981.0, 3981.0, 3959.0, 3971.0, 3949.0, 3982.0, 3969.0, 3982.0, 3950.0, 3980.0, 3960.0, 3982.0, 3983.0, 3981.0, 3971.0, 3969.0, 3960.0, 3979.0, 3972.0, 3980.0, 3971.0, 3968.0, 3958.0, 3979.0, 3971.0, 3968.0, 3959.0, 3969.0, 3971.0, 3977.0, 3969.0, 3958.0, 3960.0, 3968.0, 3970.0, 3969.0, 3980.0, 3948.0, 3970.0, 3937.0, 3969.0, 3958.0, 3979.0, 3969.0, 3969.0, 3960.0, 3979.0, 3970.0, 3980.0, 3969.0, 3967.0, 3948.0, 3977.0, 3959.0, 3980.0, 3970.0, 3959.0, 3971.0, 3960.0, 3980.0, 3960.0, 3980.0, 3960.0, 3980.0, 3959.0, 3980.0, 3971.0, 3980.0, 3969.0, 3979.0, 3949.0, 3980.0, 3971.0, 3981.0, 3970.0, 3970.0, 3971.0, 3979.0, 3970.0, 3969.0, 3970.0, 3949.0, 3968.0, 3939.0, 3981.0, 3972.0, 3991.0, 3983.0, 3979.0, 3961.0, 3981.0, 3957.0, 3958.0, 3969.0, 3949.0, 3980.0, 3971.0, 3981.0, 3982.0, 3978.0, 3972.0, 3981.0, 3970.0, 3971.0, 3970.0, 3959.0, 3970.0, 3959.0, 3981.0, 3959.0, 3978.0, 3959.0, 3979.0, 3971.0, 3991.0, 3970.0, 3969.0, 3950.0, 3969.0, 3970.0, 3968.0, 3980.0, 3957.0, 3968.0, 3948.0, 3978.0, 3961.0, 3980.0, 3969.0, 3967.0, 3957.0, 3978.0, 3969.0, 3980.0, 3959.0, 3957.0, 3958.0, 3958.0, 3979.0, 3958.0, 3979.0, 3970.0, 3968.0, 3960.0, 3979.0, 3971.0, 3978.0, 3959.0, 3958.0, 3958.0, 3958.0, 3980.0, 3957.0, 3969.0, 3948.0, 3968.0, 3947.0, 3979.0, 3958.0, 3980.0, 3969.0, 3980.0, 3970.0, 3979.0, 3971.0, 3979.0, 3960.0, 3958.0, 3968.0, 3970.0, 3982.0, 3960.0, 3968.0, 3949.0, 3979.0, 3961.0, 3980.0, 3971.0, 3980.0, 3960.0, 3970.0, 3981.0, 3968.0, 3981.0, 3959.0, 3969.0, 3949.0, 3979.0, 3971.0, 3980.0, 3981.0, 3973.0, 3994.0, 3982.0, 3961.0, 3983.0, 3949.0, 3982.0, 3962.0, 3994.0, 3971.0, 3980.0, 3949.0, 3968.0, 3949.0, 3979.0, 3959.0, 3956.0, 3946.0, 3936.0, 3957.0, 3936.0, 3967.0, 3937.0, 3968.0, 3957.0, 3967.0, 3957.0, 3978.0, 3957.0, 3968.0, 3947.0, 3947.0, 3979.0, 3970.0, 3980.0, 3971.0, 3970.0, 3979.0, 3969.0, 3969.0, 3959.0, 3978.0, 3960.0, 3978.0, 3958.0, 3948.0, 3957.0, 3936.0, 3967.0, 3946.0, 3967.0, 3958.0, 3968.0, 3957.0, 3968.0, 3959.0, 3967.0, 3958.0, 3966.0, 3956.0, 3965.0, 3946.0, 3967.0, 3956.0, 3967.0, 3969.0, 3938.0, 3979.0, 3971.0, 3992.0, 3971.0, 3980.0, 3970.0, 3948.0, 3980.0, 3960.0, 3983.0, 3970.0, 3981.0, 3960.0, 3969.0, 3970.0, 3981.0, 3981.0, 3961.0, 3969.0, 3958.0, 3991.0, 3969.0, 3971.0, 3981.0, 3970.0, 3992.0, 3959.0, 3969.0, 3959.0, 3970.0, 3980.0, 3949.0, 3968.0, 3957.0, 3967.0, 3957.0, 3977.0, 3957.0, 3966.0, 3935.0, 3946.0, 3957.0, 3954.0, 3957.0, 3945.0, 3954.0, 3924.0, 3966.0, 3947.0, 3965.0, 3957.0, 3977.0, 3957.0, 3966.0, 3946.0, 3966.0, 3957.0, 3957.0, 3957.0, 3935.0, 3966.0, 3936.0, 3966.0, 3946.0, 3966.0, 3946.0, 3965.0, 3956.0, 3967.0, 3956.0, 3966.0, 3946.0, 3957.0, 3956.0, 3966.0, 3967.0, 3956.0, 3968.0, 3936.0, 3967.0, 3947.0, 3969.0, 3958.0, 3967.0, 3957.0, 3967.0, 3956.0, 3968.0, 3969.0, 3977.0, 3956.0, 3957.0, 3958.0, 3957.0, 3969.0, 3948.0, 3977.0, 3947.0, 3977.0, 3957.0, 3978.0, 3968.0, 3968.0, 3969.0, 3966.0, 3946.0, 3979.0, 3971.0, 3980.0, 3970.0, 3969.0, 3980.0, 3971.0, 3980.0, 3972.0, 3971.0, 3982.0, 3970.0, 3981.0, 3971.0, 3981.0, 3972.0, 3991.0, 3970.0, 3960.0, 3969.0, 3948.0, 3969.0, 3957.0, 3969.0, 3946.0, 3968.0, 3936.0, 3967.0, 3935.0, 3967.0, 3958.0, 3965.0, 3956.0, 3967.0, 3957.0, 3978.0, 3957.0, 3966.0, 3947.0, 3936.0, 3968.0, 3948.0, 3979.0, 3958.0, 3978.0, 3957.0, 3968.0, 3958.0, 3968.0, 3959.0, 3967.0, 3936.0, 3967.0, 3947.0, 3967.0, 3956.0, 3967.0, 3957.0, 3936.0, 3968.0, 3937.0, 3968.0, 3959.0, 3967.0, 3968.0, 3978.0, 3958.0, 3977.0, 3958.0, 3969.0, 3958.0, 3936.0, 3967.0, 3946.0, 3970.0, 3958.0, 3978.0], 'WindowWidth': [8932.0, 8898.0, 8869.0, 8862.0, 8829.0, 8836.0, 8829.0, 8873.0, 8845.0, 8839.0, 8830.0, 8812.0, 8845.0, 8825.0, 8862.0, 8829.0, 8843.0, 8827.0, 8839.0, 8842.0, 8846.0, 8848.0, 8859.0, 8828.0, 8839.0, 8832.0, 8858.0, 8831.0, 8842.0, 8827.0, 8821.0, 8841.0, 8852.0, 8845.0, 8839.0, 8827.0, 8821.0, 8841.0, 8837.0, 8823.0, 8838.0, 8821.0, 8819.0, 8825.0, 8832.0, 8839.0, 8838.0, 8840.0, 8807.0, 8823.0, 8806.0, 8842.0, 8836.0, 8840.0, 8805.0, 8824.0, 8820.0, 8838.0, 8837.0, 8840.0, 8824.0, 8842.0, 8812.0, 8844.0, 8843.0, 8862.0, 8826.0, 8843.0, 8827.0, 8844.0, 8841.0, 8862.0, 8827.0, 8840.0, 8815.0, 8842.0, 8846.0, 8858.0, 8849.0, 8858.0, 8847.0, 8855.0, 8848.0, 8858.0, 8846.0, 8831.0, 8846.0, 8826.0, 8863.0, 8844.0, 8864.0, 8829.0, 8858.0, 8830.0, 8859.0, 8845.0, 8861.0, 8863.0, 8863.0, 8850.0, 8856.0, 8849.0, 8874.0, 8861.0, 8829.0, 8844.0, 8827.0, 8859.0, 8823.0, 8856.0, 8810.0, 8837.0, 8808.0, 8838.0, 8829.0, 8857.0, 8844.0, 8872.0, 8843.0, 8834.0, 8829.0, 8856.0, 8845.0, 8840.0, 8844.0, 8810.0, 8845.0, 8826.0, 8865.0, 8830.0, 8858.0, 8832.0, 8843.0, 8846.0, 8861.0, 8862.0, 8878.0, 8865.0, 8859.0, 8846.0, 8860.0, 8850.0, 8859.0, 8846.0, 8831.0, 8848.0, 8842.0, 8864.0, 8858.0, 8862.0, 8828.0, 8844.0, 8826.0, 8859.0, 8842.0, 8861.0, 8829.0, 8844.0, 8828.0, 8845.0, 8827.0, 8864.0, 8824.0, 8846.0, 8829.0, 8847.0, 8832.0, 8864.0, 8851.0, 8861.0, 8847.0, 8861.0, 8850.0, 8860.0, 8863.0, 8855.0, 8846.0, 8858.0, 8847.0, 8856.0, 8845.0, 8854.0, 8842.0, 8840.0, 8844.0, 8856.0, 8837.0, 8857.0, 8843.0, 8838.0, 8846.0, 8856.0, 8844.0, 8855.0, 8847.0, 8840.0, 8847.0, 8861.0, 8849.0, 8830.0, 8846.0, 8829.0, 8863.0, 8833.0, 8861.0, 8864.0, 8855.0, 8846.0, 8876.0, 8865.0, 8859.0, 8848.0, 8842.0, 8845.0, 8842.0, 8860.0, 8859.0, 8862.0, 8827.0, 8847.0, 8829.0, 8866.0, 8831.0, 8863.0, 8866.0, 8861.0, 8850.0, 8861.0, 8848.0, 8861.0, 8861.0, 8857.0, 8846.0, 8858.0, 8863.0, 8875.0, 8860.0, 8842.0, 8833.0, 8857.0, 8845.0, 8857.0, 8846.0, 8841.0, 8844.0, 8856.0, 8864.0, 8829.0, 8861.0, 8833.0, 8862.0, 8848.0, 8863.0, 8867.0, 8861.0, 8852.0, 8863.0, 8867.0, 8860.0, 8849.0, 8857.0, 8841.0, 8857.0, 8846.0, 8851.0, 8843.0, 8854.0, 8828.0, 8854.0, 8843.0, 8873.0, 8844.0, 8857.0, 8846.0, 8858.0, 8864.0, 8858.0, 8844.0, 8852.0, 8829.0, 8853.0, 8845.0, 8853.0, 8841.0, 8823.0, 8827.0, 8822.0, 8844.0, 8854.0, 8860.0, 8825.0, 8843.0, 8810.0, 8842.0, 8815.0, 8864.0, 8843.0, 8856.0, 8855.0, 8880.0, 8873.0, 8872.0, 8930.0, 8937.0, 8894.0, 8822.0, 8846.0, 8839.0, 8833.0, 8847.0, 8855.0, 8885.0, 8875.0, 8844.0, 8865.0, 8853.0, 8858.0, 8833.0, 8857.0, 8842.0, 8810.0, 8839.0, 8829.0, 8856.0, 8848.0, 8871.0, 8847.0, 8845.0, 8832.0, 8841.0, 8865.0, 8847.0, 8860.0, 8832.0, 8859.0, 8832.0, 8861.0, 8848.0, 8860.0, 8848.0, 8857.0, 8830.0, 8855.0, 8845.0, 8860.0, 8858.0, 8827.0, 8857.0, 8809.0, 8857.0, 8824.0, 8855.0, 8826.0, 8840.0, 8828.0, 8853.0, 8842.0, 8856.0, 8839.0, 8855.0, 8824.0, 8852.0, 8826.0, 8853.0, 8841.0, 8853.0, 8825.0, 8836.0, 8809.0, 8853.0, 8839.0, 8853.0, 8825.0, 8824.0, 8826.0, 8835.0, 8843.0, 8857.0, 8843.0, 8826.0, 8840.0, 8811.0, 8859.0, 8828.0, 8861.0, 8847.0, 8860.0, 8831.0, 8849.0, 8891.0, 8855.0, 8883.0, 8890.0, 8873.0, 8872.0, 8856.0, 8890.0, 8869.0, 8884.0, 8851.0, 8860.0, 8848.0, 8861.0, 8844.0, 8859.0, 8815.0, 8835.0, 8813.0, 8853.0, 8824.0, 8837.0, 8809.0, 8822.0, 8841.0, 8840.0, 8860.0, 8830.0, 8842.0, 8825.0, 8861.0, 8826.0, 8862.0, 8827.0, 8840.0, 8811.0, 8838.0, 8809.0, 8844.0, 8807.0, 8835.0, 8793.0, 8822.0, 8790.0, 8840.0, 8820.0, 8838.0, 8803.0, 8820.0, 8803.0, 8833.0, 8833.0, 8835.0, 8815.0, 8819.0, 8818.0, 8819.0, 8833.0, 8824.0, 8832.0, 8837.0, 8803.0, 8835.0, 8804.0, 8858.0, 8819.0, 8841.0, 8807.0, 8836.0, 8808.0, 8838.0, 8808.0, 8860.0, 8811.0, 8835.0, 8826.0, 8835.0, 8827.0, 8858.0, 8843.0, 8873.0, 8846.0, 8858.0, 8849.0, 8875.0, 8847.0, 8859.0, 8831.0, 8840.0, 8847.0, 8873.0, 8847.0, 8858.0, 8847.0, 8844.0, 8845.0, 8859.0, 8845.0, 8857.0, 8843.0, 8835.0, 8821.0, 8821.0, 8793.0, 8836.0, 8805.0, 8839.0, 8804.0, 8821.0, 8808.0, 8837.0, 8820.0, 8844.0, 8837.0, 8842.0, 8810.0, 8839.0, 8810.0, 8860.0, 8826.0, 8857.0, 8842.0, 8856.0, 8841.0, 8840.0, 8845.0, 8857.0, 8846.0, 8829.0, 8845.0, 8825.0, 8861.0, 8831.0, 8867.0, 8829.0, 8859.0, 8827.0, 8844.0, 8824.0, 8861.0, 8854.0, 8839.0, 8836.0, 8811.0, 8838.0, 8831.0, 8857.0, 8845.0, 8857.0, 8846.0, 8843.0, 8862.0, 8847.0, 8868.0, 8832.0, 8864.0, 8830.0, 8851.0, 8848.0, 8869.0, 8847.0, 8865.0, 8833.0, 8863.0, 8830.0, 8866.0, 8834.0, 8866.0, 8831.0, 8860.0, 8829.0, 8862.0, 8831.0, 8860.0, 8850.0, 8859.0, 8849.0, 8863.0, 8867.0, 8877.0, 8864.0, 8859.0, 8849.0, 8859.0, 8867.0, 8861.0, 8866.0, 8831.0, 8844.0, 8829.0, 8861.0, 8858.0, 8862.0, 8857.0, 8843.0, 8837.0, 8830.0, 8843.0, 8850.0, 8863.0, 8864.0, 8837.0, 8866.0, 8850.0, 8868.0, 8856.0, 8886.0, 8868.0, 8889.0, 8872.0, 8883.0, 8872.0, 8881.0, 8869.0, 8869.0, 8868.0, 8852.0, 8870.0, 8886.0, 8903.0, 8872.0, 8867.0, 8855.0, 8866.0, 8885.0, 8865.0, 8881.0, 8835.0, 8864.0, 8830.0, 8862.0, 8833.0, 8861.0, 8848.0, 8862.0, 8831.0, 8857.0, 8835.0, 8859.0, 8841.0, 8811.0, 8840.0, 8808.0, 8842.0, 8809.0, 8854.0, 8842.0, 8856.0, 8824.0, 8850.0, 8827.0, 8852.0, 8838.0, 8810.0, 8835.0, 8793.0, 8857.0, 8806.0, 8852.0, 8839.0, 8836.0, 8820.0, 8834.0, 8836.0, 8852.0, 8821.0, 8820.0, 8793.0, 8855.0, 8868.0, 8845.0, 8860.0, 8816.0, 8875.0, 8845.0, 8874.0, 8867.0, 8845.0, 8860.0, 8832.0, 8857.0, 8845.0, 8861.0, 8847.0, 8871.0, 8844.0, 8836.0, 8810.0, 8850.0, 8828.0, 8836.0, 8821.0, 8834.0, 8809.0, 8833.0, 8811.0, 8851.0, 8840.0, 8837.0, 8809.0, 8836.0, 8813.0, 8855.0, 8841.0, 8821.0, 8827.0, 8820.0, 8840.0, 8834.0, 8841.0, 8807.0, 8822.0, 8806.0, 8844.0, 8812.0, 8859.0, 8824.0, 8838.0, 8827.0, 8839.0, 8841.0, 8856.0, 8840.0, 8833.0, 8808.0, 8850.0, 8827.0, 8851.0, 8824.0, 8807.0, 8838.0, 8804.0, 8841.0, 8813.0, 8838.0, 8805.0, 8836.0, 8790.0, 8837.0, 8807.0, 8855.0, 8811.0, 8841.0, 8829.0, 8838.0, 8843.0, 8858.0, 8847.0, 8854.0, 8828.0, 8840.0, 8832.0, 8857.0, 8846.0, 8823.0, 8840.0, 8809.0, 8839.0, 8825.0, 8861.0, 8808.0, 8841.0, 8810.0, 8839.0, 8809.0, 8859.0, 8807.0, 8838.0, 8807.0, 8834.0, 8824.0, 8854.0, 8842.0, 8856.0, 8841.0, 8840.0, 8831.0, 8853.0, 8846.0, 8838.0, 8841.0, 8825.0, 8842.0, 8838.0, 8859.0, 8825.0, 8837.0, 8809.0, 8844.0, 8825.0, 8860.0, 8826.0, 8856.0, 8844.0, 8854.0, 8844.0, 8856.0, 8844.0, 8855.0, 8842.0, 8838.0, 8827.0, 8839.0, 8857.0, 8836.0, 8843.0, 8811.0, 8841.0, 8811.0, 8861.0, 8827.0, 8854.0, 8843.0, 8854.0, 8841.0, 8860.0, 8843.0, 8857.0, 8844.0, 8839.0, 8828.0, 8837.0, 8844.0, 8855.0, 8843.0, 8854.0, 8830.0, 8870.0, 8845.0, 8858.0, 8847.0, 8842.0, 8829.0, 8826.0, 8843.0, 8856.0, 8860.0, 8825.0, 8839.0, 8812.0, 8841.0, 8826.0, 8862.0, 8811.0, 8857.0, 8843.0, 8854.0, 8840.0, 8856.0, 8846.0, 8857.0, 8841.0, 8837.0, 8827.0, 8840.0, 8864.0, 8827.0, 8858.0, 8828.0, 8841.0, 8829.0, 8857.0, 8845.0, 8855.0, 8840.0, 8838.0, 8826.0, 8852.0, 8844.0, 8839.0, 8840.0, 8827.0, 8859.0, 8828.0, 8863.0, 8848.0, 8855.0, 8842.0, 8839.0, 8828.0, 8854.0, 8828.0, 8836.0, 8811.0, 8796.0, 8822.0, 8823.0, 8860.0, 8824.0, 8838.0, 8809.0, 8837.0, 8826.0, 8858.0, 8843.0, 8839.0, 8825.0, 8851.0, 8826.0, 8856.0, 8847.0, 8861.0, 8829.0, 8838.0, 8828.0, 8858.0, 8857.0, 8825.0, 8844.0, 8812.0, 8863.0, 8839.0, 8863.0, 8814.0, 8856.0, 8829.0, 8862.0, 8863.0, 8859.0, 8844.0, 8838.0, 8828.0, 8854.0, 8847.0, 8853.0, 8843.0, 8835.0, 8823.0, 8853.0, 8842.0, 8836.0, 8824.0, 8838.0, 8843.0, 8847.0, 8839.0, 8821.0, 8826.0, 8835.0, 8843.0, 8838.0, 8856.0, 8807.0, 8840.0, 8793.0, 8839.0, 8823.0, 8852.0, 8837.0, 8838.0, 8827.0, 8852.0, 8841.0, 8854.0, 8838.0, 8832.0, 8809.0, 8848.0, 8824.0, 8854.0, 8843.0, 8825.0, 8844.0, 8826.0, 8858.0, 8829.0, 8860.0, 8830.0, 8855.0, 8827.0, 8855.0, 8844.0, 8856.0, 8841.0, 8853.0, 8812.0, 8855.0, 8845.0, 8857.0, 8842.0, 8840.0, 8843.0, 8853.0, 8843.0, 8839.0, 8842.0, 8812.0, 8837.0, 8800.0, 8858.0, 8848.0, 8874.0, 8863.0, 8852.0, 8832.0, 8857.0, 8822.0, 8822.0, 8839.0, 8811.0, 8857.0, 8845.0, 8859.0, 8862.0, 8850.0, 8845.0, 8858.0, 8844.0, 8844.0, 8842.0, 8825.0, 8843.0, 8823.0, 8859.0, 8825.0, 8850.0, 8825.0, 8850.0, 8844.0, 8874.0, 8843.0, 8838.0, 8815.0, 8838.0, 8843.0, 8836.0, 8857.0, 8820.0, 8836.0, 8807.0, 8851.0, 8829.0, 8855.0, 8839.0, 8834.0, 8820.0, 8850.0, 8840.0, 8853.0, 8823.0, 8819.0, 8822.0, 8820.0, 8855.0, 8823.0, 8854.0, 8840.0, 8836.0, 8826.0, 8852.0, 8845.0, 8851.0, 8825.0, 8823.0, 8823.0, 8821.0, 8857.0, 8819.0, 8840.0, 8807.0, 8836.0, 8806.0, 8854.0, 8823.0, 8856.0, 8839.0, 8853.0, 8841.0, 8852.0, 8844.0, 8852.0, 8827.0, 8822.0, 8838.0, 8840.0, 8864.0, 8827.0, 8837.0, 8811.0, 8854.0, 8830.0, 8857.0, 8844.0, 8855.0, 8827.0, 8840.0, 8859.0, 8837.0, 8860.0, 8826.0, 8839.0, 8814.0, 8857.0, 8844.0, 8855.0, 8862.0, 8851.0, 8883.0, 8861.0, 8832.0, 8867.0, 8815.0, 8863.0, 8835.0, 8883.0, 8844.0, 8854.0, 8810.0, 8835.0, 8808.0, 8850.0, 8824.0, 8815.0, 8801.0, 8788.0, 8816.0, 8788.0, 8833.0, 8790.0, 8833.0, 8818.0, 8832.0, 8819.0, 8850.0, 8820.0, 8835.0, 8805.0, 8806.0, 8851.0, 8841.0, 8853.0, 8845.0, 8840.0, 8854.0, 8838.0, 8838.0, 8823.0, 8849.0, 8827.0, 8850.0, 8820.0, 8806.0, 8818.0, 8788.0, 8833.0, 8802.0, 8833.0, 8821.0, 8833.0, 8819.0, 8834.0, 8823.0, 8833.0, 8822.0, 8830.0, 8816.0, 8826.0, 8803.0, 8831.0, 8818.0, 8833.0, 8836.0, 8796.0, 8852.0, 8845.0, 8875.0, 8847.0, 8854.0, 8840.0, 8809.0, 8855.0, 8826.0, 8865.0, 8843.0, 8857.0, 8827.0, 8837.0, 8844.0, 8857.0, 8858.0, 8830.0, 8840.0, 8824.0, 8873.0, 8839.0, 8843.0, 8861.0, 8841.0, 8878.0, 8826.0, 8838.0, 8825.0, 8838.0, 8858.0, 8809.0, 8834.0, 8818.0, 8832.0, 8818.0, 8849.0, 8821.0, 8828.0, 8787.0, 8800.0, 8818.0, 8810.0, 8818.0, 8797.0, 8810.0, 8770.0, 8828.0, 8803.0, 8828.0, 8820.0, 8846.0, 8817.0, 8827.0, 8803.0, 8831.0, 8818.0, 8817.0, 8818.0, 8785.0, 8831.0, 8787.0, 8834.0, 8801.0, 8829.0, 8803.0, 8827.0, 8817.0, 8832.0, 8818.0, 8830.0, 8803.0, 8816.0, 8817.0, 8830.0, 8835.0, 8815.0, 8834.0, 8789.0, 8832.0, 8805.0, 8838.0, 8821.0, 8831.0, 8818.0, 8832.0, 8817.0, 8834.0, 8838.0, 8847.0, 8817.0, 8819.0, 8821.0, 8817.0, 8840.0, 8807.0, 8847.0, 8805.0, 8847.0, 8820.0, 8849.0, 8836.0, 8834.0, 8836.0, 8830.0, 8802.0, 8854.0, 8845.0, 8858.0, 8844.0, 8841.0, 8856.0, 8845.0, 8857.0, 8848.0, 8844.0, 8864.0, 8844.0, 8858.0, 8845.0, 8859.0, 8847.0, 8872.0, 8841.0, 8826.0, 8839.0, 8807.0, 8840.0, 8818.0, 8840.0, 8802.0, 8834.0, 8789.0, 8833.0, 8787.0, 8834.0, 8819.0, 8828.0, 8816.0, 8831.0, 8820.0, 8849.0, 8820.0, 8828.0, 8804.0, 8789.0, 8835.0, 8807.0, 8854.0, 8823.0, 8850.0, 8821.0, 8835.0, 8824.0, 8835.0, 8824.0, 8831.0, 8790.0, 8830.0, 8804.0, 8832.0, 8817.0, 8830.0, 8817.0, 8788.0, 8834.0, 8791.0, 8835.0, 8823.0, 8833.0, 8836.0, 8849.0, 8822.0, 8845.0, 8822.0, 8835.0, 8821.0, 8789.0, 8833.0, 8802.0, 8841.0, 8821.0, 8850.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.000682102102102102</td></tr>
<tr><td colspan=3>aqi</td><td>0.021485340615615616</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.35490991537194</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2174492424567989</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0023540190909084</td></tr>
<tr><td colspan=3>efc</td><td>0.4451</td></tr>
<tr><td colspan=3>fber</td><td>7353.4956</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08123418998272369</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>27</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.027027027027027</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5150713858480307</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.4069608517044903</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8403755686438057</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2978777371957966</td></tr>
<tr><td colspan=3>gcor</td><td>0.00599937</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.020817020907998085</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022858047857880592</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1332</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.869744484211541</td></tr>
<tr><td>spacing</td><td colspan=2>tr</td><td>0.46000000834465027</td></tr>
<tr><td>spacing</td><td colspan=2>x</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>y</td><td>2.682926893234253</td></tr>
<tr><td>spacing</td><td colspan=2>z</td><td>2.700000047683716</td></tr>
<tr><td>summary</td><td>bg</td><td>k</td><td>56.8951</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>30.1941</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>144.9052</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>40.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308952.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>691.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>308.0652</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5047</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>465.0836</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3191.2046</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3409.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67592.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1015.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4132.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>880.9302</td></tr>
<tr><td colspan=3>tsnr</td><td>43.38542814669199</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>