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

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

    <div id="Basic echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Basic echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-stdev_run-02_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg</a></small>

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

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

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

        </div>
    </div>
    <div id="Extended echo-wise reports" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended echo-wise reports</h1>
        <div id="acquisition-mb8_datatype-figures_desc-mean_run-02_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg</a></small>

        </div>
    </div>
    <div id="Extended reports shared across echos" class="mt-5">
    <h1 class="sub-report-title pt-5 ps-4">Extended reports shared across echos</h1>
        <div id="acquisition-mb8_datatype-figures_desc-brainmask_run-02_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg</a></small>

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-02_session-01_subject-0055_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-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg. If the link below works, please try reloading the report in your browser.</object>
</div>
<small>Get figure file: <a href="./sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0055/figures/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg</a></small>

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0055/ses-01/func/sub-0055_ses-01_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>c3e49db19b797bd9d98743d6bd13288f</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:09:10.155000</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.998208, -0.0180438, 0.0570616, 0.0221296, 0.997173, -0.0718009]</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.104517</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>[4195, -7699, -7249, 556, 63, -176, -75, 44]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>265.197</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>be1ff3b3-1df0-496e-ab7d-217ea934e4a4||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.6781179904937744, 0.05937206372618675, 0.15013280510902405, 104.65628814697266], [0.0484103299677372, 2.6753435134887695, -0.1969243437051773, -85.7148666381836], [0.15309208631515503, 0.19263653457164764, 2.6886208057403564, -85.60945892333984], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1376]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'AcquisitionTime': ['200910.155000', '200910.615000', '200911.075000', '200911.535000', '200911.995000', '200912.455000', '200912.915000', '200913.375000', '200913.835000', '200914.295000', '200914.755000', '200915.215000', '200915.675000', '200916.135000', '200916.595000', '200917.055000', '200917.515000', '200917.975000', '200918.435000', '200918.895000', '200919.355000', '200919.815000', '200920.275000', '200920.735000', '200921.195000', '200921.655000', '200922.115000', '200922.575000', '200923.035000', '200923.495000', '200923.955000', '200924.415000', '200924.875000', '200925.335000', '200925.795000', '200926.255000', '200926.715000', '200927.175000', '200927.635000', '200928.095000', '200928.555000', '200929.015000', '200929.475000', '200929.935000', '200930.395000', '200930.855000', '200931.315000', '200931.775000', '200932.235000', '200932.695000', '200933.155000', '200933.615000', '200934.075000', '200934.535000', '200934.995000', '200935.455000', '200935.915000', '200936.375000', '200936.835000', '200937.295000', '200937.755000', '200938.215000', '200938.675000', '200939.135000', '200939.595000', '200940.055000', '200940.515000', '200940.975000', '200941.435000', '200941.895000', '200942.355000', '200942.815000', '200943.275000', '200943.735000', '200944.195000', '200944.655000', '200945.115000', '200945.575000', '200946.035000', '200946.495000', '200946.955000', '200947.415000', '200947.875000', '200948.335000', '200948.795000', '200949.255000', '200949.715000', '200950.175000', '200950.635000', '200951.095000', '200951.555000', '200952.015000', '200952.475000', '200952.935000', '200953.395000', '200953.855000', '200954.315000', '200954.775000', '200955.235000', '200955.695000', '200956.155000', '200956.615000', '200957.075000', '200957.535000', '200957.995000', '200958.455000', '200958.915000', '200959.375000', '200959.835000', '201000.295000', '201000.755000', '201001.215000', '201001.675000', '201002.135000', '201002.595000', '201003.055000', '201003.515000', '201003.975000', '201004.435000', '201004.895000', '201005.355000', '201005.815000', '201006.275000', '201006.735000', '201007.195000', '201007.655000', '201008.115000', '201008.575000', '201009.035000', '201009.495000', '201009.955000', '201010.415000', '201010.875000', '201011.335000', '201011.795000', '201012.255000', '201012.715000', '201013.175000', '201013.635000', '201014.095000', '201014.555000', '201015.015000', '201015.475000', '201015.935000', '201016.395000', '201016.855000', '201017.315000', '201017.775000', '201018.235000', '201018.695000', '201019.155000', '201019.615000', '201020.075000', '201020.535000', '201020.995000', '201021.455000', '201021.915000', '201022.375000', '201022.835000', '201023.295000', '201023.755000', '201024.215000', '201024.675000', '201025.135000', '201025.595000', '201026.055000', '201026.515000', '201026.975000', '201027.435000', '201027.895000', '201028.355000', '201028.815000', '201029.275000', '201029.735000', '201030.195000', '201030.655000', '201031.115000', '201031.575000', '201032.035000', '201032.495000', '201032.955000', '201033.415000', '201033.875000', '201034.335000', '201034.795000', '201035.255000', '201035.715000', '201036.175000', '201036.635000', '201037.095000', '201037.555000', '201038.015000', '201038.475000', '201038.935000', '201039.395000', '201039.855000', '201040.315000', '201040.775000', '201041.235000', '201041.695000', '201042.155000', '201042.615000', '201043.075000', '201043.535000', '201043.995000', '201044.455000', '201044.915000', '201045.375000', '201045.835000', '201046.295000', '201046.755000', '201047.215000', '201047.675000', '201048.135000', '201048.595000', '201049.055000', '201049.515000', '201049.975000', '201050.435000', '201050.895000', '201051.355000', '201051.815000', '201052.275000', '201052.735000', '201053.195000', '201053.655000', '201054.115000', '201054.575000', '201055.035000', '201055.495000', '201055.955000', '201056.415000', '201056.875000', '201057.335000', '201057.795000', '201058.255000', '201058.715000', '201059.175000', '201059.635000', '201100.095000', '201100.555000', '201101.015000', '201101.475000', '201101.935000', '201102.395000', '201102.855000', '201103.315000', '201103.775000', '201104.235000', '201104.695000', '201105.155000', '201105.615000', '201106.075000', '201106.535000', '201106.995000', '201107.455000', '201107.915000', '201108.375000', '201108.835000', '201109.295000', '201109.755000', '201110.215000', '201110.675000', '201111.135000', '201111.595000', '201112.055000', '201112.515000', '201112.975000', '201113.435000', '201113.895000', '201114.355000', '201114.815000', '201115.275000', '201115.735000', '201116.195000', '201116.655000', '201117.115000', '201117.575000', '201118.035000', '201118.495000', '201118.955000', '201119.415000', '201119.875000', '201120.335000', '201120.795000', '201121.255000', '201121.715000', '201122.175000', '201122.635000', '201123.095000', '201123.555000', '201124.015000', '201124.475000', '201124.935000', '201125.395000', '201125.855000', '201126.315000', '201126.775000', '201127.235000', '201127.695000', '201128.155000', '201128.615000', '201129.075000', '201129.535000', '201129.995000', '201130.455000', '201130.915000', '201131.375000', '201131.835000', '201132.295000', '201132.755000', '201133.215000', '201133.675000', '201134.135000', '201134.595000', '201135.055000', '201135.515000', '201135.975000', '201136.435000', '201136.895000', '201137.355000', '201137.815000', '201138.275000', '201138.735000', '201139.195000', '201139.655000', '201140.115000', '201140.575000', '201141.035000', '201141.495000', '201141.955000', '201142.415000', '201142.875000', '201143.335000', '201143.795000', '201144.255000', '201144.715000', '201145.175000', '201145.635000', '201146.095000', '201146.555000', '201147.015000', '201147.475000', '201147.935000', '201148.395000', '201148.855000', '201149.315000', '201149.775000', '201150.235000', '201150.695000', '201151.155000', '201151.615000', '201152.075000', '201152.535000', '201152.995000', '201153.455000', '201153.915000', '201154.375000', '201154.835000', '201155.295000', '201155.755000', '201156.215000', '201156.675000', '201157.135000', '201157.595000', '201158.055000', '201158.515000', '201158.975000', '201159.435000', '201159.895000', '201200.355000', '201200.815000', '201201.275000', '201201.735000', '201202.195000', '201202.655000', '201203.115000', '201203.575000', '201204.035000', '201204.495000', '201204.955000', '201205.415000', '201205.875000', '201206.335000', '201206.795000', '201207.255000', '201207.715000', '201208.175000', '201208.635000', '201209.095000', '201209.555000', '201210.015000', '201210.475000', '201210.935000', '201211.395000', '201211.855000', '201212.315000', '201212.775000', '201213.235000', '201213.695000', '201214.155000', '201214.615000', '201215.075000', '201215.535000', '201215.995000', '201216.455000', '201216.915000', '201217.375000', '201217.835000', '201218.295000', '201218.755000', '201219.215000', '201219.675000', '201220.135000', '201220.595000', '201221.055000', '201221.515000', '201221.975000', '201222.435000', '201222.895000', '201223.355000', '201223.815000', '201224.275000', '201224.735000', '201225.195000', '201225.655000', '201226.115000', '201226.575000', '201227.035000', '201227.495000', '201227.955000', '201228.415000', '201228.875000', '201229.335000', '201229.795000', '201230.255000', '201230.715000', '201231.175000', '201231.635000', '201232.095000', '201232.555000', '201233.015000', '201233.475000', '201233.935000', '201234.395000', '201234.855000', '201235.315000', '201235.775000', '201236.235000', '201236.695000', '201237.155000', '201237.615000', '201238.075000', '201238.535000', '201238.995000', '201239.455000', '201239.915000', '201240.375000', '201240.835000', '201241.295000', '201241.755000', '201242.215000', '201242.675000', '201243.135000', '201243.595000', '201244.055000', '201244.515000', '201244.975000', '201245.435000', '201245.895000', '201246.355000', '201246.815000', '201247.275000', '201247.735000', '201248.195000', '201248.655000', '201249.115000', '201249.575000', '201250.035000', '201250.495000', '201250.955000', '201251.415000', '201251.875000', '201252.335000', '201252.795000', '201253.255000', '201253.715000', '201254.175000', '201254.635000', '201255.095000', '201255.555000', '201256.015000', '201256.475000', '201256.935000', '201257.395000', '201257.855000', '201258.315000', '201258.775000', '201259.235000', '201259.695000', '201300.155000', '201300.615000', '201301.075000', '201301.535000', '201301.995000', '201302.455000', '201302.915000', '201303.375000', '201303.835000', '201304.295000', '201304.755000', '201305.215000', '201305.675000', '201306.135000', '201306.595000', '201307.055000', '201307.515000', '201307.975000', '201308.435000', '201308.895000', '201309.355000', '201309.815000', '201310.275000', '201310.735000', '201311.195000', '201311.655000', '201312.115000', '201312.575000', '201313.035000', '201313.495000', '201313.955000', '201314.415000', '201314.875000', '201315.335000', '201315.795000', '201316.255000', '201316.715000', '201317.175000', '201317.635000', '201318.095000', '201318.555000', '201319.015000', '201319.475000', '201319.935000', '201320.395000', '201320.855000', '201321.315000', '201321.775000', '201322.235000', '201322.695000', '201323.155000', '201323.615000', '201324.075000', '201324.535000', '201324.995000', '201325.455000', '201325.915000', '201326.375000', '201326.835000', '201327.295000', '201327.755000', '201328.215000', '201328.675000', '201329.135000', '201329.595000', '201330.055000', '201330.515000', '201330.975000', '201331.435000', '201331.895000', '201332.355000', '201332.815000', '201333.275000', '201333.735000', '201334.195000', '201334.655000', '201335.115000', '201335.575000', '201336.035000', '201336.495000', '201336.955000', '201337.415000', '201337.875000', '201338.335000', '201338.795000', '201339.255000', '201339.715000', '201340.175000', '201340.635000', '201341.095000', '201341.555000', '201342.015000', '201342.475000', '201342.935000', '201343.395000', '201343.855000', '201344.315000', '201344.775000', '201345.235000', '201345.695000', '201346.155000', '201346.615000', '201347.075000', '201347.535000', '201347.995000', '201348.455000', '201348.915000', '201349.375000', '201349.835000', '201350.295000', '201350.755000', '201351.215000', '201351.675000', '201352.135000', '201352.595000', '201353.055000', '201353.515000', '201353.975000', '201354.435000', '201354.895000', '201355.355000', '201355.815000', '201356.275000', '201356.735000', '201357.195000', '201357.655000', '201358.115000', '201358.575000', '201359.035000', '201359.495000', '201359.955000', '201400.415000', '201400.875000', '201401.335000', '201401.795000', '201402.255000', '201402.715000', '201403.175000', '201403.635000', '201404.095000', '201404.555000', '201405.015000', '201405.475000', '201405.935000', '201406.395000', '201406.855000', '201407.315000', '201407.775000', '201408.235000', '201408.695000', '201409.155000', '201409.615000', '201410.075000', '201410.535000', '201410.995000', '201411.455000', '201411.915000', '201412.375000', '201412.835000', '201413.295000', '201413.755000', '201414.215000', '201414.675000', '201415.135000', '201415.595000', '201416.055000', '201416.515000', '201416.975000', '201417.435000', '201417.895000', '201418.355000', '201418.815000', '201419.275000', '201419.735000', '201420.195000', '201420.655000', '201421.115000', '201421.575000', '201422.035000', '201422.495000', '201422.955000', '201423.415000', '201423.875000', '201424.335000', '201424.795000', '201425.255000', '201425.715000', '201426.175000', '201426.635000', '201427.095000', '201427.555000', '201428.015000', '201428.475000', '201428.935000', '201429.395000', '201429.855000', '201430.315000', '201430.775000', '201431.235000', '201431.695000', '201432.155000', '201432.615000', '201433.075000', '201433.535000', '201433.995000', '201434.455000', '201434.915000', '201435.375000', '201435.835000', '201436.295000', '201436.755000', '201437.215000', '201437.675000', '201438.135000', '201438.595000', '201439.055000', '201439.515000', '201439.975000', '201440.435000', '201440.895000', '201441.355000', '201441.815000', '201442.275000', '201442.735000', '201443.195000', '201443.655000', '201444.115000', '201444.575000', '201445.035000', '201445.495000', '201445.955000', '201446.415000', '201446.875000', '201447.335000', '201447.795000', '201448.255000', '201448.715000', '201449.175000', '201449.635000', '201450.095000', '201450.555000', '201451.015000', '201451.475000', '201451.935000', '201452.395000', '201452.855000', '201453.315000', '201453.775000', '201454.235000', '201454.695000', '201455.155000', '201455.615000', '201456.075000', '201456.535000', '201456.995000', '201457.455000', '201457.915000', '201458.375000', '201458.835000', '201459.295000', '201459.755000', '201500.215000', '201500.675000', '201501.135000', '201501.595000', '201502.055000', '201502.515000', '201502.975000', '201503.435000', '201503.895000', '201504.355000', '201504.815000', '201505.275000', '201505.735000', '201506.195000', '201506.655000', '201507.115000', '201507.575000', '201508.035000', '201508.495000', '201508.955000', '201509.415000', '201509.875000', '201510.335000', '201510.795000', '201511.255000', '201511.715000', '201512.175000', '201512.635000', '201513.095000', '201513.555000', '201514.015000', '201514.475000', '201514.935000', '201515.395000', '201515.855000', '201516.315000', '201516.775000', '201517.235000', '201517.695000', '201518.155000', '201518.615000', '201519.075000', '201519.535000', '201519.995000', '201520.455000', '201520.915000', '201521.375000', '201521.835000', '201522.295000', '201522.755000', '201523.215000', '201523.675000', '201524.135000', '201524.595000', '201525.055000', '201525.515000', '201525.975000', '201526.435000', '201526.895000', '201527.355000', '201527.815000', '201528.275000', '201528.735000', '201529.195000', '201529.655000', '201530.115000', '201530.575000', '201531.035000', '201531.495000', '201531.955000', '201532.415000', '201532.875000', '201533.335000', '201533.795000', '201534.255000', '201534.715000', '201535.175000', '201535.635000', '201536.095000', '201536.555000', '201537.015000', '201537.475000', '201537.935000', '201538.395000', '201538.855000', '201539.315000', '201539.775000', '201540.235000', '201540.695000', '201541.155000', '201541.615000', '201542.075000', '201542.535000', '201542.995000', '201543.455000', '201543.915000', '201544.375000', '201544.835000', '201545.295000', '201545.755000', '201546.215000', '201546.675000', '201547.135000', '201547.595000', '201548.055000', '201548.515000', '201548.975000', '201549.435000', '201549.895000', '201550.355000', '201550.815000', '201551.275000', '201551.735000', '201552.195000', '201552.655000', '201553.115000', '201553.575000', '201554.035000', '201554.495000', '201554.955000', '201555.415000', '201555.875000', '201556.335000', '201556.795000', '201557.255000', '201557.715000', '201558.175000', '201558.635000', '201559.095000', '201559.555000', '201600.015000', '201600.475000', '201600.935000', '201601.395000', '201601.855000', '201602.315000', '201602.775000', '201603.235000', '201603.695000', '201604.155000', '201604.615000', '201605.075000', '201605.535000', '201605.995000', '201606.455000', '201606.915000', '201607.375000', '201607.835000', '201608.295000', '201608.755000', '201609.215000', '201609.675000', '201610.135000', '201610.595000', '201611.055000', '201611.515000', '201611.975000', '201612.435000', '201612.895000', '201613.355000', '201613.815000', '201614.275000', '201614.735000', '201615.195000', '201615.655000', '201616.115000', '201616.575000', '201617.035000', '201617.495000', '201617.955000', '201618.415000', '201618.875000', '201619.335000', '201619.795000', '201620.255000', '201620.715000', '201621.175000', '201621.635000', '201622.095000', '201622.555000', '201623.015000', '201623.475000', '201623.935000', '201624.395000', '201624.855000', '201625.315000', '201625.775000', '201626.235000', '201626.695000', '201627.155000', '201627.615000', '201628.075000', '201628.535000', '201628.995000', '201629.455000', '201629.915000', '201630.375000', '201630.835000', '201631.295000', '201631.755000', '201632.215000', '201632.675000', '201633.135000', '201633.595000', '201634.055000', '201634.515000', '201634.975000', '201635.435000', '201635.895000', '201636.355000', '201636.815000', '201637.275000', '201637.735000', '201638.195000', '201638.655000', '201639.115000', '201639.575000', '201640.035000', '201640.495000', '201640.955000', '201641.415000', '201641.875000', '201642.335000', '201642.795000', '201643.255000', '201643.715000', '201644.175000', '201644.635000', '201645.095000', '201645.555000', '201646.015000', '201646.475000', '201646.935000', '201647.395000', '201647.855000', '201648.315000', '201648.775000', '201649.235000', '201649.695000', '201650.155000', '201650.615000', '201651.075000', '201651.535000', '201651.995000', '201652.455000', '201652.915000', '201653.375000', '201653.835000', '201654.295000', '201654.755000', '201655.215000', '201655.675000', '201656.135000', '201656.595000', '201657.055000', '201657.515000', '201657.975000', '201658.435000', '201658.895000', '201659.355000', '201659.815000', '201700.275000', '201700.735000', '201701.195000', '201701.655000', '201702.115000', '201702.575000', '201703.035000', '201703.495000', '201703.955000', '201704.415000', '201704.875000', '201705.335000', '201705.795000', '201706.255000', '201706.715000', '201707.175000', '201707.635000', '201708.095000', '201708.555000', '201709.015000', '201709.475000', '201709.935000', '201710.395000', '201710.855000', '201711.315000', '201711.775000', '201712.235000', '201712.695000', '201713.155000', '201713.615000', '201714.075000', '201714.535000', '201714.995000', '201715.455000', '201715.915000', '201716.375000', '201716.835000', '201717.295000', '201717.755000', '201718.215000', '201718.675000', '201719.135000', '201719.595000', '201720.055000', '201720.515000', '201720.975000', '201721.435000', '201721.895000', '201722.355000', '201722.815000', '201723.275000', '201723.735000', '201724.195000', '201724.655000', '201725.115000', '201725.575000', '201726.035000', '201726.495000', '201726.955000', '201727.415000', '201727.875000', '201728.335000', '201728.795000', '201729.255000', '201729.715000', '201730.175000', '201730.635000', '201731.095000', '201731.555000', '201732.015000', '201732.475000', '201732.935000', '201733.395000', '201733.855000', '201734.315000', '201734.775000', '201735.235000', '201735.695000', '201736.155000', '201736.615000', '201737.075000', '201737.535000', '201737.995000', '201738.455000', '201738.915000', '201739.375000', '201739.835000', '201740.295000', '201740.755000', '201741.215000', '201741.675000', '201742.135000', '201742.595000', '201743.055000', '201743.515000', '201743.975000', '201744.435000', '201744.895000', '201745.355000', '201745.815000', '201746.275000', '201746.735000', '201747.195000', '201747.655000', '201748.115000', '201748.575000', '201749.035000', '201749.495000', '201749.955000', '201750.415000', '201750.875000', '201751.335000', '201751.795000', '201752.255000', '201752.715000', '201753.175000', '201753.635000', '201754.095000', '201754.555000', '201755.015000', '201755.475000', '201755.935000', '201756.395000', '201756.855000', '201757.315000', '201757.775000', '201758.235000', '201758.695000', '201759.155000', '201759.615000', '201800.075000', '201800.535000', '201800.995000', '201801.455000', '201801.915000', '201802.375000', '201802.835000', '201803.295000', '201803.755000', '201804.215000', '201804.675000', '201805.135000', '201805.595000', '201806.055000', '201806.515000', '201806.975000', '201807.435000', '201807.895000', '201808.355000', '201808.815000', '201809.275000', '201809.735000', '201810.195000', '201810.655000', '201811.115000', '201811.575000', '201812.035000', '201812.495000', '201812.955000', '201813.415000', '201813.875000', '201814.335000', '201814.795000', '201815.255000', '201815.715000', '201816.175000', '201816.635000', '201817.095000', '201817.555000', '201818.015000', '201818.475000', '201818.935000', '201819.395000', '201819.855000', '201820.315000', '201820.775000', '201821.235000', '201821.695000', '201822.155000', '201822.615000', '201823.075000', '201823.535000', '201823.995000', '201824.455000', '201824.915000', '201825.375000', '201825.835000', '201826.295000', '201826.755000', '201827.215000', '201827.675000', '201828.135000', '201828.595000', '201829.055000', '201829.515000', '201829.975000', '201830.435000', '201830.895000', '201831.355000', '201831.815000', '201832.275000', '201832.735000', '201833.195000', '201833.655000', '201834.115000', '201834.575000', '201835.035000', '201835.495000', '201835.955000', '201836.415000', '201836.875000', '201837.335000', '201837.795000', '201838.255000', '201838.715000', '201839.175000', '201839.635000', '201840.095000', '201840.555000', '201841.015000', '201841.475000', '201841.935000', '201842.395000', '201842.855000', '201843.315000', '201843.775000', '201844.235000', '201844.695000', '201845.155000', '201845.615000', '201846.075000', '201846.535000', '201846.995000', '201847.455000', '201847.915000', '201848.375000', '201848.835000', '201849.295000', '201849.755000', '201850.215000', '201850.675000', '201851.135000', '201851.595000', '201852.055000', '201852.515000', '201852.975000', '201853.435000', '201853.895000', '201854.355000', '201854.815000', '201855.275000', '201855.735000', '201856.195000', '201856.655000', '201857.115000', '201857.575000', '201858.035000', '201858.495000', '201858.955000', '201859.415000', '201859.875000', '201900.335000', '201900.795000', '201901.255000', '201901.715000', '201902.175000', '201902.635000', '201903.095000', '201903.555000', '201904.015000', '201904.475000', '201904.935000', '201905.395000', '201905.855000', '201906.315000', '201906.775000', '201907.235000', '201907.695000', '201908.155000', '201908.615000', '201909.075000', '201909.535000', '201909.995000', '201910.455000', '201910.915000', '201911.375000', '201911.835000', '201912.295000', '201912.755000', '201913.215000', '201913.675000', '201914.135000', '201914.595000', '201915.055000', '201915.515000', '201915.975000', '201916.435000', '201916.895000', '201917.355000', '201917.815000', '201918.275000', '201918.735000', '201919.195000', '201919.655000', '201920.115000', '201920.575000', '201921.035000', '201921.495000', '201921.955000', '201922.415000', '201922.875000', '201923.335000', '201923.795000', '201924.255000', '201924.715000', '201925.175000', '201925.635000', '201926.095000', '201926.555000', '201927.015000', '201927.475000', '201927.935000', '201928.395000', '201928.855000', '201929.315000', '201929.775000', '201930.235000', '201930.695000', '201931.155000', '201931.615000', '201932.075000', '201932.535000', '201932.995000', '201933.455000', '201933.915000', '201934.375000', '201934.835000', '201935.295000', '201935.755000', '201936.215000', '201936.675000', '201937.135000', '201937.595000', '201938.055000', '201938.515000', '201938.975000', '201939.435000', '201939.895000', '201940.355000', '201940.815000', '201941.275000', '201941.735000', '201942.195000', '201942.655000'], 'ContentTime': ['200935.395000', '200935.398000', '200935.401000', '200935.404000', '200935.406000', '200935.409000', '200935.412000', '200935.414000', '200935.417000', '200935.419000', '200935.422000', '200935.424000', '200935.427000', '200935.429000', '200935.432000', '200935.435000', '200935.437000', '200935.440000', '200935.442000', '200935.445000', '200935.447000', '200935.450000', '200935.453000', '200935.455000', '200935.458000', '200935.460000', '200935.463000', '200935.466000', '200935.468000', '200935.471000', '200935.473000', '200935.476000', '200935.478000', '200935.481000', '200935.483000', '200935.491000', '200935.494000', '200935.496000', '200935.499000', '200935.502000', '200935.504000', '200935.507000', '200935.510000', '200935.512000', '200935.515000', '200935.517000', '200935.520000', '200935.522000', '200935.525000', '200935.528000', '200935.530000', '200935.533000', '200935.535000', '200955.332000', '200955.335000', '200955.338000', '200955.340000', '200955.343000', '200955.346000', '200955.348000', '200955.351000', '200955.353000', '200955.356000', '200955.358000', '200955.361000', '200955.364000', '200955.366000', '200955.369000', '200955.371000', '200955.374000', '200955.376000', '200955.379000', '200955.382000', '200955.384000', '200955.387000', '200955.389000', '200955.392000', '200955.394000', '200955.397000', '200955.399000', '200955.402000', '200955.405000', '200955.412000', '200955.414000', '200955.417000', '200955.419000', '200955.422000', '200955.424000', '200955.427000', '200955.429000', '200955.432000', '200955.434000', '200955.437000', '200955.440000', '200955.442000', '200955.445000', '200955.447000', '201015.332000', '201015.335000', '201015.338000', '201015.340000', '201015.343000', '201015.346000', '201015.348000', '201015.351000', '201015.353000', '201015.356000', '201015.358000', '201015.361000', '201015.363000', '201015.366000', '201015.368000', '201015.371000', '201015.374000', '201015.376000', '201015.379000', '201015.381000', '201015.384000', '201015.386000', '201015.389000', '201015.391000', '201015.394000', '201015.396000', '201015.399000', '201015.402000', '201015.404000', '201015.407000', '201015.410000', '201015.412000', '201015.444000', '201015.447000', '201015.449000', '201015.452000', '201015.455000', '201015.457000', '201015.460000', '201015.462000', '201015.465000', '201015.467000', '201015.470000', '201035.332000', '201035.335000', '201035.338000', '201035.340000', '201035.343000', '201035.346000', '201035.348000', '201035.351000', '201035.353000', '201035.356000', '201035.359000', '201035.362000', '201035.365000', '201035.367000', '201035.370000', '201035.373000', '201035.375000', '201035.378000', '201035.380000', '201035.383000', '201035.385000', '201035.388000', '201035.391000', '201035.397000', '201035.400000', '201035.402000', '201035.405000', '201035.407000', '201035.410000', '201035.427000', '201035.430000', '201035.432000', '201035.435000', '201035.438000', '201035.440000', '201035.443000', '201035.445000', '201035.448000', '201035.450000', '201035.453000', '201035.455000', '201035.458000', '201035.461000', '201035.463000', '201055.332000', '201055.335000', '201055.338000', '201055.340000', '201055.343000', '201055.346000', '201055.348000', '201055.351000', '201055.353000', '201055.356000', '201055.359000', '201055.361000', '201055.364000', '201055.366000', '201055.369000', '201055.372000', '201055.374000', '201055.377000', '201055.379000', '201055.382000', '201055.384000', '201055.387000', '201055.389000', '201055.392000', '201055.395000', '201055.397000', '201055.400000', '201055.404000', '201055.407000', '201055.410000', '201055.412000', '201055.415000', '201055.417000', '201055.420000', '201055.423000', '201055.425000', '201055.428000', '201055.430000', '201055.433000', '201055.435000', '201055.438000', '201055.441000', '201055.443000', '201115.332000', '201115.335000', '201115.338000', '201115.340000', '201115.343000', '201115.346000', '201115.348000', '201115.351000', '201115.353000', '201115.356000', '201115.358000', '201115.361000', '201115.364000', '201115.366000', '201115.369000', '201115.371000', '201115.374000', '201115.377000', '201115.379000', '201115.384000', '201115.387000', '201115.390000', '201115.392000', '201115.395000', '201115.397000', '201115.400000', '201115.402000', '201115.405000', '201115.408000', '201115.410000', '201115.413000', '201115.416000', '201115.418000', '201115.421000', '201115.424000', '201115.426000', '201115.429000', '201115.431000', '201115.434000', '201115.436000', '201115.439000', '201115.442000', '201115.444000', '201115.447000', '201135.331000', '201135.334000', '201135.337000', '201135.339000', '201135.342000', '201135.345000', '201135.347000', '201135.350000', '201135.352000', '201135.355000', '201135.358000', '201135.360000', '201135.363000', '201135.365000', '201135.368000', '201135.371000', '201135.373000', '201135.376000', '201135.378000', '201135.381000', '201135.383000', '201135.386000', '201135.388000', '201135.391000', '201135.394000', '201135.396000', '201135.399000', '201135.401000', '201135.404000', '201135.407000', '201135.409000', '201135.412000', '201135.414000', '201135.417000', '201135.420000', '201135.422000', '201135.425000', '201135.428000', '201135.430000', '201135.433000', '201135.435000', '201135.438000', '201135.441000', '201155.332000', '201155.335000', '201155.338000', '201155.341000', '201155.343000', '201155.346000', '201155.348000', '201155.351000', '201155.354000', '201155.356000', '201155.359000', '201155.362000', '201155.364000', '201155.367000', '201155.370000', '201155.372000', '201155.375000', '201155.377000', '201155.380000', '201155.383000', '201155.385000', '201155.388000', '201155.390000', '201155.393000', '201155.395000', '201155.399000', '201155.402000', '201155.405000', '201155.407000', '201155.410000', '201155.413000', '201155.415000', '201155.418000', '201155.420000', '201155.423000', '201155.425000', '201155.428000', '201155.431000', '201155.433000', '201155.436000', '201155.439000', '201155.441000', '201155.444000', '201215.333000', '201215.335000', '201215.338000', '201215.341000', '201215.343000', '201215.346000', '201215.348000', '201215.351000', '201215.353000', '201215.356000', '201215.359000', '201215.361000', '201215.364000', '201215.366000', '201215.369000', '201215.372000', '201215.374000', '201215.377000', '201215.379000', '201215.382000', '201215.384000', '201215.387000', '201215.390000', '201215.392000', '201215.395000', '201215.407000', '201215.410000', '201215.413000', '201215.415000', '201215.418000', '201215.420000', '201215.423000', '201215.425000', '201215.428000', '201215.431000', '201215.433000', '201215.436000', '201215.438000', '201215.441000', '201215.444000', '201215.446000', '201215.449000', '201215.452000', '201215.454000', '201235.332000', '201235.335000', '201235.338000', '201235.340000', '201235.343000', '201235.346000', '201235.348000', '201235.351000', '201235.353000', '201235.356000', '201235.359000', '201235.361000', '201235.364000', '201235.366000', '201235.369000', '201235.372000', '201235.374000', '201235.377000', '201235.379000', '201235.382000', '201235.384000', '201235.387000', '201235.390000', '201235.392000', '201235.395000', '201235.397000', '201235.400000', '201235.403000', '201235.405000', '201235.408000', '201235.410000', '201235.417000', '201235.420000', '201235.423000', '201235.425000', '201235.428000', '201235.430000', '201235.433000', '201235.435000', '201235.438000', '201235.441000', '201235.443000', '201235.446000', '201235.449000', '201255.333000', '201255.335000', '201255.338000', '201255.341000', '201255.343000', '201255.346000', '201255.348000', '201255.351000', '201255.354000', '201255.356000', '201255.359000', '201255.361000', '201255.364000', '201255.367000', '201255.369000', '201255.372000', '201255.375000', '201255.377000', '201255.380000', '201255.382000', '201255.385000', '201255.388000', '201255.390000', '201255.393000', '201255.395000', '201255.398000', '201255.401000', '201255.403000', '201255.406000', '201255.408000', '201255.411000', '201255.413000', '201255.416000', '201255.419000', '201255.421000', '201255.424000', '201255.426000', '201255.429000', '201255.432000', '201255.434000', '201255.437000', '201255.440000', '201255.442000', '201315.332000', '201315.335000', '201315.338000', '201315.341000', '201315.343000', '201315.346000', '201315.348000', '201315.351000', '201315.354000', '201315.356000', '201315.359000', '201315.361000', '201315.364000', '201315.366000', '201315.369000', '201315.372000', '201315.374000', '201315.377000', '201315.379000', '201315.382000', '201315.384000', '201315.387000', '201315.390000', '201315.392000', '201315.395000', '201315.397000', '201315.400000', '201315.403000', '201315.405000', '201315.408000', '201315.411000', '201315.413000', '201315.416000', '201315.418000', '201315.421000', '201315.424000', '201315.426000', '201315.429000', '201315.431000', '201315.434000', '201315.438000', '201315.441000', '201315.443000', '201335.332000', '201335.335000', '201335.338000', '201335.340000', '201335.343000', '201335.346000', '201335.348000', '201335.351000', '201335.353000', '201335.356000', '201335.358000', '201335.361000', '201335.364000', '201335.366000', '201335.369000', '201335.371000', '201335.374000', '201335.377000', '201335.379000', '201335.382000', '201335.384000', '201335.387000', '201335.389000', '201335.392000', '201335.395000', '201335.397000', '201335.400000', '201335.402000', '201335.405000', '201335.408000', '201335.410000', '201335.413000', '201335.415000', '201335.418000', '201335.421000', '201335.423000', '201335.426000', '201335.429000', '201335.431000', '201335.434000', '201335.436000', '201335.439000', '201335.441000', '201335.444000', '201355.331000', '201355.334000', '201355.337000', '201355.340000', '201355.342000', '201355.345000', '201355.348000', '201355.350000', '201355.353000', '201355.355000', '201355.358000', '201355.361000', '201355.363000', '201355.366000', '201355.368000', '201355.371000', '201355.373000', '201355.376000', '201355.379000', '201355.381000', '201355.384000', '201355.387000', '201355.390000', '201355.393000', '201355.396000', '201355.398000', '201355.401000', '201355.404000', '201355.406000', '201355.409000', '201355.411000', '201355.414000', '201355.416000', '201355.419000', '201355.422000', '201355.424000', '201355.427000', '201355.429000', '201355.432000', '201355.435000', '201355.437000', '201355.440000', '201355.442000', '201415.332000', '201415.335000', '201415.338000', '201415.341000', '201415.343000', '201415.346000', '201415.348000', '201415.351000', '201415.353000', '201415.356000', '201415.359000', '201415.361000', '201415.364000', '201415.366000', '201415.369000', '201415.371000', '201415.374000', '201415.376000', '201415.379000', '201415.382000', '201415.384000', '201415.387000', '201415.389000', '201415.392000', '201415.394000', '201415.397000', '201415.400000', '201415.402000', '201415.405000', '201415.408000', '201415.410000', '201415.413000', '201415.415000', '201415.418000', '201415.421000', '201415.423000', '201415.426000', '201415.428000', '201415.431000', '201415.434000', '201415.436000', '201415.439000', '201415.441000', '201415.444000', '201435.333000', '201435.336000', '201435.338000', '201435.341000', '201435.344000', '201435.346000', '201435.349000', '201435.351000', '201435.354000', '201435.357000', '201435.359000', '201435.362000', '201435.364000', '201435.367000', '201435.370000', '201435.372000', '201435.375000', '201435.377000', '201435.380000', '201435.383000', '201435.385000', '201435.388000', '201435.390000', '201435.393000', '201435.396000', '201435.398000', '201435.401000', '201435.403000', '201435.406000', '201435.409000', '201435.411000', '201435.414000', '201435.416000', '201435.419000', '201435.422000', '201435.424000', '201435.427000', '201435.429000', '201435.432000', '201435.435000', '201435.437000', '201435.440000', '201435.461000', '201455.333000', '201455.335000', '201455.338000', '201455.342000', '201455.345000', '201455.348000', '201455.350000', '201455.353000', '201455.356000', '201455.358000', '201455.361000', '201455.363000', '201455.366000', '201455.369000', '201455.371000', '201455.374000', '201455.376000', '201455.379000', '201455.382000', '201455.384000', '201455.387000', '201455.389000', '201455.392000', '201455.395000', '201455.397000', '201455.400000', '201455.402000', '201455.405000', '201455.407000', '201455.410000', '201455.413000', '201455.415000', '201455.418000', '201455.421000', '201455.423000', '201455.426000', '201455.428000', '201455.431000', '201455.433000', '201455.436000', '201455.439000', '201455.441000', '201455.444000', '201455.447000', '201515.333000', '201515.335000', '201515.338000', '201515.341000', '201515.343000', '201515.346000', '201515.348000', '201515.351000', '201515.354000', '201515.356000', '201515.359000', '201515.361000', '201515.364000', '201515.366000', '201515.369000', '201515.372000', '201515.374000', '201515.388000', '201515.390000', '201515.393000', '201515.395000', '201515.398000', '201515.401000', '201515.403000', '201515.406000', '201515.408000', '201515.411000', '201515.413000', '201515.416000', '201515.419000', '201515.421000', '201515.424000', '201515.426000', '201515.429000', '201515.432000', '201515.435000', '201515.438000', '201515.441000', '201515.444000', '201515.446000', '201515.449000', '201515.451000', '201515.454000', '201535.333000', '201535.335000', '201535.338000', '201535.341000', '201535.343000', '201535.346000', '201535.348000', '201535.351000', '201535.353000', '201535.356000', '201535.359000', '201535.361000', '201535.364000', '201535.366000', '201535.369000', '201535.371000', '201535.374000', '201535.377000', '201535.379000', '201535.382000', '201535.384000', '201535.387000', '201535.389000', '201535.392000', '201535.395000', '201535.397000', '201535.400000', '201535.402000', '201535.405000', '201535.407000', '201535.410000', '201535.413000', '201535.415000', '201535.418000', '201535.420000', '201535.423000', '201535.425000', '201535.428000', '201535.430000', '201535.433000', '201535.436000', '201535.438000', '201535.441000', '201535.443000', '201555.332000', '201555.336000', '201555.338000', '201555.341000', '201555.343000', '201555.346000', '201555.348000', '201555.351000', '201555.354000', '201555.356000', '201555.359000', '201555.361000', '201555.364000', '201555.367000', '201555.369000', '201555.372000', '201555.374000', '201555.377000', '201555.380000', '201555.382000', '201555.385000', '201555.387000', '201555.390000', '201555.392000', '201555.395000', '201555.398000', '201555.400000', '201555.403000', '201555.405000', '201555.408000', '201555.411000', '201555.413000', '201555.416000', '201555.418000', '201555.421000', '201555.423000', '201555.426000', '201555.429000', '201555.431000', '201555.434000', '201555.436000', '201555.439000', '201555.441000', '201615.331000', '201615.334000', '201615.337000', '201615.339000', '201615.342000', '201615.345000', '201615.347000', '201615.350000', '201615.352000', '201615.355000', '201615.357000', '201615.360000', '201615.362000', '201615.365000', '201615.368000', '201615.370000', '201615.373000', '201615.375000', '201615.378000', '201615.381000', '201615.383000', '201615.386000', '201615.388000', '201615.391000', '201615.393000', '201615.396000', '201615.399000', '201615.401000', '201615.404000', '201615.406000', '201615.409000', '201615.411000', '201615.414000', '201615.417000', '201615.419000', '201615.422000', '201615.424000', '201615.427000', '201615.429000', '201615.432000', '201615.435000', '201615.437000', '201615.440000', '201615.443000', '201635.332000', '201635.335000', '201635.338000', '201635.341000', '201635.343000', '201635.346000', '201635.348000', '201635.351000', '201635.353000', '201635.356000', '201635.359000', '201635.361000', '201635.364000', '201635.372000', '201635.375000', '201635.377000', '201635.380000', '201635.383000', '201635.385000', '201635.388000', '201635.390000', '201635.393000', '201635.395000', '201635.398000', '201635.401000', '201635.403000', '201635.406000', '201635.408000', '201635.411000', '201635.414000', '201635.416000', '201635.419000', '201635.421000', '201635.424000', '201635.426000', '201635.429000', '201635.432000', '201635.434000', '201635.437000', '201635.439000', '201635.442000', '201635.444000', '201635.447000', '201655.333000', '201655.336000', '201655.339000', '201655.341000', '201655.344000', '201655.346000', '201655.349000', '201655.352000', '201655.354000', '201655.357000', '201655.359000', '201655.362000', '201655.365000', '201655.367000', '201655.370000', '201655.373000', '201655.375000', '201655.378000', '201655.380000', '201655.383000', '201655.385000', '201655.388000', '201655.391000', '201655.393000', '201655.396000', '201655.398000', '201655.401000', '201655.404000', '201655.406000', '201655.409000', '201655.411000', '201655.414000', '201655.416000', '201655.419000', '201655.422000', '201655.424000', '201655.427000', '201655.429000', '201655.432000', '201655.435000', '201655.437000', '201655.440000', '201655.442000', '201715.333000', '201715.335000', '201715.338000', '201715.341000', '201715.343000', '201715.346000', '201715.348000', '201715.351000', '201715.354000', '201715.356000', '201715.359000', '201715.361000', '201715.364000', '201715.366000', '201715.369000', '201715.372000', '201715.374000', '201715.377000', '201715.379000', '201715.382000', '201715.385000', '201715.387000', '201715.390000', '201715.393000', '201715.395000', '201715.398000', '201715.400000', '201715.403000', '201715.406000', '201715.408000', '201715.411000', '201715.413000', '201715.416000', '201715.419000', '201715.421000', '201715.424000', '201715.426000', '201715.429000', '201715.432000', '201715.434000', '201715.437000', '201715.439000', '201715.442000', '201715.444000', '201735.333000', '201735.335000', '201735.338000', '201735.341000', '201735.343000', '201735.346000', '201735.348000', '201735.351000', '201735.354000', '201735.356000', '201735.359000', '201735.361000', '201735.364000', '201735.367000', '201735.369000', '201735.372000', '201735.374000', '201735.377000', '201735.379000', '201735.382000', '201735.385000', '201735.387000', '201735.390000', '201735.392000', '201735.395000', '201735.398000', '201735.400000', '201735.403000', '201735.405000', '201735.408000', '201735.411000', '201735.413000', '201735.416000', '201735.418000', '201735.421000', '201735.423000', '201735.426000', '201735.429000', '201735.431000', '201735.434000', '201735.436000', '201735.439000', '201735.442000', '201735.444000', '201755.333000', '201755.335000', '201755.338000', '201755.341000', '201755.343000', '201755.346000', '201755.348000', '201755.351000', '201755.353000', '201755.356000', '201755.378000', '201755.381000', '201755.383000', '201755.386000', '201755.389000', '201755.391000', '201755.394000', '201755.396000', '201755.399000', '201755.401000', '201755.404000', '201755.406000', '201755.409000', '201755.412000', '201755.414000', '201755.417000', '201755.419000', '201755.422000', '201755.425000', '201755.427000', '201755.430000', '201755.432000', '201755.435000', '201755.438000', '201755.440000', '201755.443000', '201755.446000', '201755.448000', '201755.451000', '201755.453000', '201755.456000', '201755.459000', '201755.461000', '201815.333000', '201815.336000', '201815.338000', '201815.341000', '201815.343000', '201815.346000', '201815.348000', '201815.352000', '201815.355000', '201815.358000', '201815.361000', '201815.363000', '201815.366000', '201815.368000', '201815.371000', '201815.374000', '201815.376000', '201815.379000', '201815.382000', '201815.384000', '201815.387000', '201815.389000', '201815.392000', '201815.395000', '201815.397000', '201815.400000', '201815.402000', '201815.405000', '201815.407000', '201815.410000', '201815.413000', '201815.415000', '201815.418000', '201815.420000', '201815.423000', '201815.426000', '201815.428000', '201815.431000', '201815.433000', '201815.436000', '201815.439000', '201815.441000', '201815.444000', '201835.331000', '201835.334000', '201835.337000', '201835.339000', '201835.342000', '201835.345000', '201835.347000', '201835.350000', '201835.352000', '201835.355000', '201835.358000', '201835.360000', '201835.363000', '201835.365000', '201835.368000', '201835.371000', '201835.373000', '201835.376000', '201835.378000', '201835.381000', '201835.384000', '201835.386000', '201835.389000', '201835.391000', '201835.394000', '201835.397000', '201835.399000', '201835.402000', '201835.404000', '201835.407000', '201835.409000', '201835.412000', '201835.414000', '201835.417000', '201835.420000', '201835.429000', '201835.432000', '201835.434000', '201835.437000', '201835.439000', '201835.442000', '201835.445000', '201835.447000', '201835.450000', '201855.333000', '201855.335000', '201855.338000', '201855.341000', '201855.343000', '201855.346000', '201855.348000', '201855.351000', '201855.354000', '201855.356000', '201855.359000', '201855.362000', '201855.364000', '201855.367000', '201855.369000', '201855.372000', '201855.375000', '201855.377000', '201855.380000', '201855.382000', '201855.385000', '201855.388000', '201855.390000', '201855.393000', '201855.395000', '201855.398000', '201855.400000', '201855.403000', '201855.406000', '201855.408000', '201855.411000', '201855.413000', '201855.416000', '201855.419000', '201855.421000', '201855.424000', '201855.427000', '201855.429000', '201855.432000', '201855.434000', '201855.437000', '201855.439000', '201855.442000', '201855.445000', '201915.333000', '201915.335000', '201915.338000', '201915.341000', '201915.343000', '201915.346000', '201915.377000', '201915.379000', '201915.382000', '201915.385000', '201915.387000', '201915.390000', '201915.392000', '201915.395000', '201915.397000', '201915.400000', '201915.403000', '201915.406000', '201915.408000', '201915.411000', '201915.414000', '201915.416000', '201915.419000', '201915.421000', '201915.424000', '201915.426000', '201915.429000', '201915.432000', '201915.434000', '201915.437000', '201915.439000', '201915.442000', '201915.445000', '201915.447000', '201915.450000', '201915.452000', '201915.455000', '201915.458000', '201915.460000', '201915.463000', '201915.465000', '201915.468000', '201915.470000', '201935.333000', '201935.336000', '201935.339000', '201935.342000', '201935.344000', '201935.347000', '201935.349000', '201935.352000', '201935.355000', '201935.357000', '201935.360000', '201935.362000', '201935.365000', '201935.368000', '201935.370000', '201935.373000', '201935.375000', '201935.378000', '201935.380000', '201935.383000', '201935.386000', '201935.388000', '201935.391000', '201935.393000', '201935.396000', '201935.399000', '201935.401000', '201935.404000', '201935.409000', '201935.412000', '201935.414000', '201935.417000', '201935.420000', '201935.422000', '201935.425000', '201935.428000', '201935.430000', '201935.433000', '201935.436000', '201935.438000', '201935.441000', '201935.444000', '201935.446000', '201943.633000', '201943.636000', '201943.639000', '201943.642000', '201943.645000', '201943.648000', '201943.651000', '201943.654000', '201943.657000', '201943.660000', '201943.662000', '201943.665000', '201943.668000', '201943.671000', '201943.674000', '201943.677000', '201943.680000', '201943.683000', '201943.686000'], 'InstanceCreationTime': ['200935.395000', '200935.398000', '200935.401000', '200935.404000', '200935.406000', '200935.409000', '200935.412000', '200935.414000', '200935.417000', '200935.419000', '200935.422000', '200935.424000', '200935.427000', '200935.429000', '200935.432000', '200935.435000', '200935.437000', '200935.440000', '200935.442000', '200935.445000', '200935.447000', '200935.450000', '200935.453000', '200935.455000', '200935.458000', '200935.460000', '200935.463000', '200935.466000', '200935.468000', '200935.471000', '200935.473000', '200935.476000', '200935.478000', '200935.481000', '200935.483000', '200935.491000', '200935.494000', '200935.496000', '200935.499000', '200935.502000', '200935.504000', '200935.507000', '200935.510000', '200935.512000', '200935.515000', '200935.517000', '200935.520000', '200935.522000', '200935.525000', '200935.528000', '200935.530000', '200935.533000', '200935.535000', '200955.332000', '200955.335000', '200955.338000', '200955.340000', '200955.343000', '200955.346000', '200955.348000', '200955.351000', '200955.353000', '200955.356000', '200955.358000', '200955.361000', '200955.364000', '200955.366000', '200955.369000', '200955.371000', '200955.374000', '200955.376000', '200955.379000', '200955.382000', '200955.384000', '200955.387000', '200955.389000', '200955.392000', '200955.394000', '200955.397000', '200955.399000', '200955.402000', '200955.405000', '200955.412000', '200955.414000', '200955.417000', '200955.419000', '200955.422000', '200955.424000', '200955.427000', '200955.429000', '200955.432000', '200955.434000', '200955.437000', '200955.440000', '200955.442000', '200955.445000', '200955.447000', '201015.332000', '201015.335000', '201015.338000', '201015.340000', '201015.343000', '201015.346000', '201015.348000', '201015.351000', '201015.353000', '201015.356000', '201015.358000', '201015.361000', '201015.363000', '201015.366000', '201015.368000', '201015.371000', '201015.374000', '201015.376000', '201015.379000', '201015.381000', '201015.384000', '201015.386000', '201015.389000', '201015.391000', '201015.394000', '201015.396000', '201015.399000', '201015.402000', '201015.404000', '201015.407000', '201015.410000', '201015.412000', '201015.444000', '201015.447000', '201015.449000', '201015.452000', '201015.455000', '201015.457000', '201015.460000', '201015.462000', '201015.465000', '201015.467000', '201015.470000', '201035.332000', '201035.335000', '201035.338000', '201035.340000', '201035.343000', '201035.346000', '201035.348000', '201035.351000', '201035.353000', '201035.356000', '201035.359000', '201035.362000', '201035.365000', '201035.367000', '201035.370000', '201035.373000', '201035.375000', '201035.378000', '201035.380000', '201035.383000', '201035.385000', '201035.388000', '201035.391000', '201035.397000', '201035.400000', '201035.402000', '201035.405000', '201035.407000', '201035.410000', '201035.427000', '201035.430000', '201035.432000', '201035.435000', '201035.438000', '201035.440000', '201035.443000', '201035.445000', '201035.448000', '201035.450000', '201035.453000', '201035.455000', '201035.458000', '201035.461000', '201035.463000', '201055.332000', '201055.335000', '201055.338000', '201055.340000', '201055.343000', '201055.346000', '201055.348000', '201055.351000', '201055.353000', '201055.356000', '201055.359000', '201055.361000', '201055.364000', '201055.366000', '201055.369000', '201055.372000', '201055.374000', '201055.377000', '201055.379000', '201055.382000', '201055.384000', '201055.387000', '201055.389000', '201055.392000', '201055.395000', '201055.397000', '201055.400000', '201055.404000', '201055.407000', '201055.410000', '201055.412000', '201055.415000', '201055.417000', '201055.420000', '201055.423000', '201055.425000', '201055.428000', '201055.430000', '201055.433000', '201055.435000', '201055.438000', '201055.441000', '201055.443000', '201115.332000', '201115.335000', '201115.338000', '201115.340000', '201115.343000', '201115.346000', '201115.348000', '201115.351000', '201115.353000', '201115.356000', '201115.358000', '201115.361000', '201115.364000', '201115.366000', '201115.369000', '201115.371000', '201115.374000', '201115.377000', '201115.379000', '201115.384000', '201115.387000', '201115.390000', '201115.392000', '201115.395000', '201115.397000', '201115.400000', '201115.402000', '201115.405000', '201115.408000', '201115.410000', '201115.413000', '201115.416000', '201115.418000', '201115.421000', '201115.424000', '201115.426000', '201115.429000', '201115.431000', '201115.434000', '201115.436000', '201115.439000', '201115.442000', '201115.444000', '201115.447000', '201135.331000', '201135.334000', '201135.337000', '201135.339000', '201135.342000', '201135.345000', '201135.347000', '201135.350000', '201135.352000', '201135.355000', '201135.358000', '201135.360000', '201135.363000', '201135.365000', '201135.368000', '201135.371000', '201135.373000', '201135.376000', '201135.378000', '201135.381000', '201135.383000', '201135.386000', '201135.388000', '201135.391000', '201135.394000', '201135.396000', '201135.399000', '201135.401000', '201135.404000', '201135.407000', '201135.409000', '201135.412000', '201135.414000', '201135.417000', '201135.420000', '201135.422000', '201135.425000', '201135.428000', '201135.430000', '201135.433000', '201135.435000', '201135.438000', '201135.441000', '201155.332000', '201155.335000', '201155.338000', '201155.341000', '201155.343000', '201155.346000', '201155.348000', '201155.351000', '201155.354000', '201155.356000', '201155.359000', '201155.362000', '201155.364000', '201155.367000', '201155.370000', '201155.372000', '201155.375000', '201155.377000', '201155.380000', '201155.383000', '201155.385000', '201155.388000', '201155.390000', '201155.393000', '201155.395000', '201155.399000', '201155.402000', '201155.405000', '201155.407000', '201155.410000', '201155.413000', '201155.415000', '201155.418000', '201155.420000', '201155.423000', '201155.425000', '201155.428000', '201155.431000', '201155.433000', '201155.436000', '201155.439000', '201155.441000', '201155.444000', '201215.333000', '201215.335000', '201215.338000', '201215.341000', '201215.343000', '201215.346000', '201215.348000', '201215.351000', '201215.353000', '201215.356000', '201215.359000', '201215.361000', '201215.364000', '201215.366000', '201215.369000', '201215.372000', '201215.374000', '201215.377000', '201215.379000', '201215.382000', '201215.384000', '201215.387000', '201215.390000', '201215.392000', '201215.395000', '201215.407000', '201215.410000', '201215.413000', '201215.415000', '201215.418000', '201215.420000', '201215.423000', '201215.425000', '201215.428000', '201215.431000', '201215.433000', '201215.436000', '201215.438000', '201215.441000', '201215.444000', '201215.446000', '201215.449000', '201215.452000', '201215.454000', '201235.332000', '201235.335000', '201235.338000', '201235.340000', '201235.343000', '201235.346000', '201235.348000', '201235.351000', '201235.353000', '201235.356000', '201235.359000', '201235.361000', '201235.364000', '201235.366000', '201235.369000', '201235.372000', '201235.374000', '201235.377000', '201235.379000', '201235.382000', '201235.384000', '201235.387000', '201235.390000', '201235.392000', '201235.395000', '201235.397000', '201235.400000', '201235.403000', '201235.405000', '201235.408000', '201235.410000', '201235.417000', '201235.420000', '201235.423000', '201235.425000', '201235.428000', '201235.430000', '201235.433000', '201235.435000', '201235.438000', '201235.441000', '201235.443000', '201235.446000', '201235.449000', '201255.333000', '201255.335000', '201255.338000', '201255.341000', '201255.343000', '201255.346000', '201255.348000', '201255.351000', '201255.354000', '201255.356000', '201255.359000', '201255.361000', '201255.364000', '201255.367000', '201255.369000', '201255.372000', '201255.375000', '201255.377000', '201255.380000', '201255.382000', '201255.385000', '201255.388000', '201255.390000', '201255.393000', '201255.395000', '201255.398000', '201255.401000', '201255.403000', '201255.406000', '201255.408000', '201255.411000', '201255.413000', '201255.416000', '201255.419000', '201255.421000', '201255.424000', '201255.426000', '201255.429000', '201255.432000', '201255.434000', '201255.437000', '201255.440000', '201255.442000', '201315.332000', '201315.335000', '201315.338000', '201315.341000', '201315.343000', '201315.346000', '201315.348000', '201315.351000', '201315.354000', '201315.356000', '201315.359000', '201315.361000', '201315.364000', '201315.366000', '201315.369000', '201315.372000', '201315.374000', '201315.377000', '201315.379000', '201315.382000', '201315.384000', '201315.387000', '201315.390000', '201315.392000', '201315.395000', '201315.397000', '201315.400000', '201315.403000', '201315.405000', '201315.408000', '201315.411000', '201315.413000', '201315.416000', '201315.418000', '201315.421000', '201315.424000', '201315.426000', '201315.429000', '201315.431000', '201315.434000', '201315.438000', '201315.441000', '201315.443000', '201335.332000', '201335.335000', '201335.338000', '201335.340000', '201335.343000', '201335.346000', '201335.348000', '201335.351000', '201335.353000', '201335.356000', '201335.358000', '201335.361000', '201335.364000', '201335.366000', '201335.369000', '201335.371000', '201335.374000', '201335.377000', '201335.379000', '201335.382000', '201335.384000', '201335.387000', '201335.389000', '201335.392000', '201335.395000', '201335.397000', '201335.400000', '201335.402000', '201335.405000', '201335.408000', '201335.410000', '201335.413000', '201335.415000', '201335.418000', '201335.421000', '201335.423000', '201335.426000', '201335.429000', '201335.431000', '201335.434000', '201335.436000', '201335.439000', '201335.441000', '201335.444000', '201355.331000', '201355.334000', '201355.337000', '201355.340000', '201355.342000', '201355.345000', '201355.348000', '201355.350000', '201355.353000', '201355.355000', '201355.358000', '201355.361000', '201355.363000', '201355.366000', '201355.368000', '201355.371000', '201355.373000', '201355.376000', '201355.379000', '201355.381000', '201355.384000', '201355.387000', '201355.390000', '201355.393000', '201355.396000', '201355.398000', '201355.401000', '201355.404000', '201355.406000', '201355.409000', '201355.411000', '201355.414000', '201355.416000', '201355.419000', '201355.422000', '201355.424000', '201355.427000', '201355.429000', '201355.432000', '201355.435000', '201355.437000', '201355.440000', '201355.442000', '201415.332000', '201415.335000', '201415.338000', '201415.341000', '201415.343000', '201415.346000', '201415.348000', '201415.351000', '201415.353000', '201415.356000', '201415.359000', '201415.361000', '201415.364000', '201415.366000', '201415.369000', '201415.371000', '201415.374000', '201415.376000', '201415.379000', '201415.382000', '201415.384000', '201415.387000', '201415.389000', '201415.392000', '201415.394000', '201415.397000', '201415.400000', '201415.402000', '201415.405000', '201415.408000', '201415.410000', '201415.413000', '201415.415000', '201415.418000', '201415.421000', '201415.423000', '201415.426000', '201415.428000', '201415.431000', '201415.434000', '201415.436000', '201415.439000', '201415.441000', '201415.444000', '201435.333000', '201435.336000', '201435.338000', '201435.341000', '201435.344000', '201435.346000', '201435.349000', '201435.351000', '201435.354000', '201435.357000', '201435.359000', '201435.362000', '201435.364000', '201435.367000', '201435.370000', '201435.372000', '201435.375000', '201435.377000', '201435.380000', '201435.383000', '201435.385000', '201435.388000', '201435.390000', '201435.393000', '201435.396000', '201435.398000', '201435.401000', '201435.403000', '201435.406000', '201435.409000', '201435.411000', '201435.414000', '201435.416000', '201435.419000', '201435.422000', '201435.424000', '201435.427000', '201435.429000', '201435.432000', '201435.435000', '201435.437000', '201435.440000', '201435.461000', '201455.333000', '201455.335000', '201455.338000', '201455.342000', '201455.345000', '201455.348000', '201455.350000', '201455.353000', '201455.356000', '201455.358000', '201455.361000', '201455.363000', '201455.366000', '201455.369000', '201455.371000', '201455.374000', '201455.376000', '201455.379000', '201455.382000', '201455.384000', '201455.387000', '201455.389000', '201455.392000', '201455.395000', '201455.397000', '201455.400000', '201455.402000', '201455.405000', '201455.407000', '201455.410000', '201455.413000', '201455.415000', '201455.418000', '201455.421000', '201455.423000', '201455.426000', '201455.428000', '201455.431000', '201455.433000', '201455.436000', '201455.439000', '201455.441000', '201455.444000', '201455.447000', '201515.333000', '201515.335000', '201515.338000', '201515.341000', '201515.343000', '201515.346000', '201515.348000', '201515.351000', '201515.354000', '201515.356000', '201515.359000', '201515.361000', '201515.364000', '201515.366000', '201515.369000', '201515.372000', '201515.374000', '201515.388000', '201515.390000', '201515.393000', '201515.395000', '201515.398000', '201515.401000', '201515.403000', '201515.406000', '201515.408000', '201515.411000', '201515.413000', '201515.416000', '201515.419000', '201515.421000', '201515.424000', '201515.426000', '201515.429000', '201515.432000', '201515.435000', '201515.438000', '201515.441000', '201515.444000', '201515.446000', '201515.449000', '201515.451000', '201515.454000', '201535.333000', '201535.335000', '201535.338000', '201535.341000', '201535.343000', '201535.346000', '201535.348000', '201535.351000', '201535.353000', '201535.356000', '201535.359000', '201535.361000', '201535.364000', '201535.366000', '201535.369000', '201535.371000', '201535.374000', '201535.377000', '201535.379000', '201535.382000', '201535.384000', '201535.387000', '201535.389000', '201535.392000', '201535.395000', '201535.397000', '201535.400000', '201535.402000', '201535.405000', '201535.407000', '201535.410000', '201535.413000', '201535.415000', '201535.418000', '201535.420000', '201535.423000', '201535.425000', '201535.428000', '201535.430000', '201535.433000', '201535.436000', '201535.438000', '201535.441000', '201535.443000', '201555.332000', '201555.336000', '201555.338000', '201555.341000', '201555.343000', '201555.346000', '201555.348000', '201555.351000', '201555.354000', '201555.356000', '201555.359000', '201555.361000', '201555.364000', '201555.367000', '201555.369000', '201555.372000', '201555.374000', '201555.377000', '201555.380000', '201555.382000', '201555.385000', '201555.387000', '201555.390000', '201555.392000', '201555.395000', '201555.398000', '201555.400000', '201555.403000', '201555.405000', '201555.408000', '201555.411000', '201555.413000', '201555.416000', '201555.418000', '201555.421000', '201555.423000', '201555.426000', '201555.429000', '201555.431000', '201555.434000', '201555.436000', '201555.439000', '201555.441000', '201615.331000', '201615.334000', '201615.337000', '201615.339000', '201615.342000', '201615.345000', '201615.347000', '201615.350000', '201615.352000', '201615.355000', '201615.357000', '201615.360000', '201615.362000', '201615.365000', '201615.368000', '201615.370000', '201615.373000', '201615.375000', '201615.378000', '201615.381000', '201615.383000', '201615.386000', '201615.388000', '201615.391000', '201615.393000', '201615.396000', '201615.399000', '201615.401000', '201615.404000', '201615.406000', '201615.409000', '201615.411000', '201615.414000', '201615.417000', '201615.419000', '201615.422000', '201615.424000', '201615.427000', '201615.429000', '201615.432000', '201615.435000', '201615.437000', '201615.440000', '201615.443000', '201635.332000', '201635.335000', '201635.338000', '201635.341000', '201635.343000', '201635.346000', '201635.348000', '201635.351000', '201635.353000', '201635.356000', '201635.359000', '201635.361000', '201635.364000', '201635.372000', '201635.375000', '201635.377000', '201635.380000', '201635.383000', '201635.385000', '201635.388000', '201635.390000', '201635.393000', '201635.395000', '201635.398000', '201635.401000', '201635.403000', '201635.406000', '201635.408000', '201635.411000', '201635.414000', '201635.416000', '201635.419000', '201635.421000', '201635.424000', '201635.426000', '201635.429000', '201635.432000', '201635.434000', '201635.437000', '201635.439000', '201635.442000', '201635.444000', '201635.447000', '201655.333000', '201655.336000', '201655.339000', '201655.341000', '201655.344000', '201655.346000', '201655.349000', '201655.352000', '201655.354000', '201655.357000', '201655.359000', '201655.362000', '201655.365000', '201655.367000', '201655.370000', '201655.373000', '201655.375000', '201655.378000', '201655.380000', '201655.383000', '201655.385000', '201655.388000', '201655.391000', '201655.393000', '201655.396000', '201655.398000', '201655.401000', '201655.404000', '201655.406000', '201655.409000', '201655.411000', '201655.414000', '201655.416000', '201655.419000', '201655.422000', '201655.424000', '201655.427000', '201655.429000', '201655.432000', '201655.435000', '201655.437000', '201655.440000', '201655.442000', '201715.333000', '201715.335000', '201715.338000', '201715.341000', '201715.343000', '201715.346000', '201715.348000', '201715.351000', '201715.354000', '201715.356000', '201715.359000', '201715.361000', '201715.364000', '201715.366000', '201715.369000', '201715.372000', '201715.374000', '201715.377000', '201715.379000', '201715.382000', '201715.385000', '201715.387000', '201715.390000', '201715.393000', '201715.395000', '201715.398000', '201715.400000', '201715.403000', '201715.406000', '201715.408000', '201715.411000', '201715.413000', '201715.416000', '201715.419000', '201715.421000', '201715.424000', '201715.426000', '201715.429000', '201715.432000', '201715.434000', '201715.437000', '201715.439000', '201715.442000', '201715.444000', '201735.333000', '201735.335000', '201735.338000', '201735.341000', '201735.343000', '201735.346000', '201735.348000', '201735.351000', '201735.354000', '201735.356000', '201735.359000', '201735.361000', '201735.364000', '201735.367000', '201735.369000', '201735.372000', '201735.374000', '201735.377000', '201735.379000', '201735.382000', '201735.385000', '201735.387000', '201735.390000', '201735.392000', '201735.395000', '201735.398000', '201735.400000', '201735.403000', '201735.405000', '201735.408000', '201735.411000', '201735.413000', '201735.416000', '201735.418000', '201735.421000', '201735.423000', '201735.426000', '201735.429000', '201735.431000', '201735.434000', '201735.436000', '201735.439000', '201735.442000', '201735.444000', '201755.333000', '201755.335000', '201755.338000', '201755.341000', '201755.343000', '201755.346000', '201755.348000', '201755.351000', '201755.353000', '201755.356000', '201755.378000', '201755.381000', '201755.383000', '201755.386000', '201755.389000', '201755.391000', '201755.394000', '201755.396000', '201755.399000', '201755.401000', '201755.404000', '201755.406000', '201755.409000', '201755.412000', '201755.414000', '201755.417000', '201755.419000', '201755.422000', '201755.425000', '201755.427000', '201755.430000', '201755.432000', '201755.435000', '201755.438000', '201755.440000', '201755.443000', '201755.446000', '201755.448000', '201755.451000', '201755.453000', '201755.456000', '201755.459000', '201755.461000', '201815.333000', '201815.336000', '201815.338000', '201815.341000', '201815.343000', '201815.346000', '201815.348000', '201815.352000', '201815.355000', '201815.358000', '201815.361000', '201815.363000', '201815.366000', '201815.368000', '201815.371000', '201815.374000', '201815.376000', '201815.379000', '201815.382000', '201815.384000', '201815.387000', '201815.389000', '201815.392000', '201815.395000', '201815.397000', '201815.400000', '201815.402000', '201815.405000', '201815.407000', '201815.410000', '201815.413000', '201815.415000', '201815.418000', '201815.420000', '201815.423000', '201815.426000', '201815.428000', '201815.431000', '201815.433000', '201815.436000', '201815.439000', '201815.441000', '201815.444000', '201835.331000', '201835.334000', '201835.337000', '201835.339000', '201835.342000', '201835.345000', '201835.347000', '201835.350000', '201835.352000', '201835.355000', '201835.358000', '201835.360000', '201835.363000', '201835.365000', '201835.368000', '201835.371000', '201835.373000', '201835.376000', '201835.378000', '201835.381000', '201835.384000', '201835.386000', '201835.389000', '201835.391000', '201835.394000', '201835.397000', '201835.399000', '201835.402000', '201835.404000', '201835.407000', '201835.409000', '201835.412000', '201835.414000', '201835.417000', '201835.420000', '201835.429000', '201835.432000', '201835.434000', '201835.437000', '201835.439000', '201835.442000', '201835.445000', '201835.447000', '201835.450000', '201855.333000', '201855.335000', '201855.338000', '201855.341000', '201855.343000', '201855.346000', '201855.348000', '201855.351000', '201855.354000', '201855.356000', '201855.359000', '201855.362000', '201855.364000', '201855.367000', '201855.369000', '201855.372000', '201855.375000', '201855.377000', '201855.380000', '201855.382000', '201855.385000', '201855.388000', '201855.390000', '201855.393000', '201855.395000', '201855.398000', '201855.400000', '201855.403000', '201855.406000', '201855.408000', '201855.411000', '201855.413000', '201855.416000', '201855.419000', '201855.421000', '201855.424000', '201855.427000', '201855.429000', '201855.432000', '201855.434000', '201855.437000', '201855.439000', '201855.442000', '201855.445000', '201915.333000', '201915.335000', '201915.338000', '201915.341000', '201915.343000', '201915.346000', '201915.377000', '201915.379000', '201915.382000', '201915.385000', '201915.387000', '201915.390000', '201915.392000', '201915.395000', '201915.397000', '201915.400000', '201915.403000', '201915.406000', '201915.408000', '201915.411000', '201915.414000', '201915.416000', '201915.419000', '201915.421000', '201915.424000', '201915.426000', '201915.429000', '201915.432000', '201915.434000', '201915.437000', '201915.439000', '201915.442000', '201915.445000', '201915.447000', '201915.450000', '201915.452000', '201915.455000', '201915.458000', '201915.460000', '201915.463000', '201915.465000', '201915.468000', '201915.470000', '201935.333000', '201935.336000', '201935.339000', '201935.342000', '201935.344000', '201935.347000', '201935.349000', '201935.352000', '201935.355000', '201935.357000', '201935.360000', '201935.362000', '201935.365000', '201935.368000', '201935.370000', '201935.373000', '201935.375000', '201935.378000', '201935.380000', '201935.383000', '201935.386000', '201935.388000', '201935.391000', '201935.393000', '201935.396000', '201935.399000', '201935.401000', '201935.404000', '201935.409000', '201935.412000', '201935.414000', '201935.417000', '201935.420000', '201935.422000', '201935.425000', '201935.428000', '201935.430000', '201935.433000', '201935.436000', '201935.438000', '201935.441000', '201935.444000', '201935.446000', '201943.633000', '201943.636000', '201943.639000', '201943.642000', '201943.645000', '201943.648000', '201943.651000', '201943.654000', '201943.657000', '201943.660000', '201943.662000', '201943.665000', '201943.668000', '201943.671000', '201943.674000', '201943.677000', '201943.680000', '201943.683000', '201943.686000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335, 1336, 1337, 1338, 1339, 1340, 1341, 1342, 1343, 1344, 1345, 1346, 1347, 1348, 1349, 1350, 1351, 1352, 1353, 1354, 1355, 1356, 1357, 1358, 1359, 1360, 1361, 1362, 1363, 1364, 1365, 1366, 1367, 1368, 1369, 1370, 1371, 1372, 1373, 1374, 1375, 1376], 'LargestImagePixelValue': [9170, 8300, 9276, 12188, 9335, 11016, 9172, 11987, 9039, 11418, 9509, 11121, 8979, 10342, 8748, 7368, 9338, 8234, 9947, 8887, 11356, 9263, 11280, 9193, 10477, 9132, 11621, 11347, 8883, 9470, 8334, 9383, 11117, 10268, 8056, 9599, 8522, 9494, 14787, 9799, 8609, 9278, 8827, 10091, 8310, 11856, 9449, 11608, 9342, 10531, 9391, 7965, 9403, 8390, 11483, 8825, 12729, 9426, 11025, 9219, 12892, 10677, 13569, 9307, 11361, 9368, 8590, 9973, 8224, 10462, 9530, 8771, 9215, 8154, 12342, 10075, 8671, 13442, 9632, 8594, 12686, 10085, 15472, 14472, 13412, 9326, 10941, 8221, 10659, 8121, 11773, 8744, 9339, 8802, 8157, 8943, 8430, 10974, 8440, 11197, 8752, 11448, 9218, 9879, 8930, 8809, 9113, 8687, 11091, 8441, 11680, 8767, 11135, 9384, 8472, 9365, 8542, 10404, 9349, 11081, 8596, 9599, 8643, 9998, 8844, 10440, 8426, 10531, 8729, 11212, 8610, 12399, 8696, 11133, 9008, 11546, 9176, 9608, 9033, 8502, 9132, 8653, 9909, 8575, 10613, 8644, 11364, 8883, 11493, 8527, 10234, 9183, 10716, 8632, 11668, 8748, 10858, 9115, 11006, 8782, 10432, 8862, 8762, 8858, 8497, 9532, 8537, 9980, 8814, 11546, 9067, 12512, 8881, 12016, 9142, 11640, 9865, 11604, 8857, 9425, 8941, 8576, 10482, 9009, 10962, 9098, 11398, 8982, 12959, 9028, 12641, 9179, 11170, 9352, 11850, 9324, 10879, 8892, 8650, 9120, 10751, 9286, 11141, 9590, 11666, 9127, 11728, 10138, 12954, 8868, 11599, 8766, 10704, 8964, 10023, 9059, 8164, 9053, 9186, 9284, 9656, 9087, 8500, 9348, 8946, 9512, 8820, 9720, 9234, 10972, 9005, 11245, 9006, 11437, 8992, 11568, 9152, 11551, 9016, 10166, 8786, 10017, 8897, 9079, 8464, 9798, 8797, 9084, 7556, 9153, 7596, 9070, 8487, 10050, 8686, 10654, 8503, 11616, 8813, 11506, 8717, 11672, 9025, 11797, 8989, 10427, 8925, 8683, 10182, 8384, 11127, 9054, 11913, 8944, 9776, 8927, 8673, 9455, 9269, 11837, 8937, 10281, 8808, 8329, 9191, 8429, 11000, 8887, 12847, 8353, 10743, 9361, 8251, 10626, 8062, 11733, 9211, 15950, 9318, 11289, 9409, 8178, 10868, 8014, 10912, 8538, 10353, 9867, 8151, 8894, 8425, 11282, 8612, 12769, 8622, 11074, 8682, 9482, 9422, 8607, 10460, 9201, 12157, 8852, 13969, 8656, 10599, 10053, 9651, 9145, 8446, 9240, 9139, 10950, 9046, 10575, 9245, 11243, 9304, 11805, 8964, 10624, 8744, 9754, 9132, 8546, 9094, 8751, 9158, 9199, 11227, 9149, 11172, 8591, 11438, 8328, 10065, 8470, 8641, 8849, 10990, 9898, 13824, 8665, 11904, 9776, 14258, 10012, 12198, 8652, 11968, 9352, 11372, 8449, 10496, 8720, 9764, 9331, 8250, 8867, 8766, 9050, 17625, 11834, 17401, 8635, 15092, 11259, 13294, 8630, 8167, 8828, 8635, 10148, 8365, 8857, 8638, 9171, 8581, 10934, 8373, 10477, 8676, 11342, 8794, 11384, 8440, 10075, 8930, 11516, 9970, 10109, 8692, 9793, 8888, 11542, 9849, 8301, 8902, 7960, 12310, 8680, 8362, 10343, 8512, 8543, 9322, 17388, 14835, 17746, 10204, 11392, 8705, 9869, 8633, 10038, 8592, 9655, 8696, 10755, 8211, 10053, 8705, 8178, 9188, 8807, 11258, 8794, 11085, 8977, 11780, 8571, 13874, 8934, 12556, 8851, 11433, 11142, 8575, 8949, 8835, 10849, 8504, 12171, 9067, 11317, 8880, 10552, 10126, 8553, 8800, 9112, 10157, 8898, 12405, 8693, 11534, 9040, 11829, 9616, 15302, 9113, 11659, 8913, 10349, 9327, 8747, 8913, 8499, 9255, 8978, 11674, 8675, 11562, 8941, 11322, 9308, 9637, 8826, 9687, 9039, 13788, 9927, 11906, 9011, 10519, 8979, 10814, 9361, 8351, 8812, 8755, 9984, 8619, 11515, 8785, 11445, 9053, 11726, 8620, 12893, 8470, 11444, 8897, 11325, 8808, 11841, 9185, 11011, 9359, 11145, 9307, 10128, 9144, 9425, 9043, 8449, 10770, 8891, 8945, 8378, 10871, 8821, 10212, 9040, 11694, 9328, 12617, 10034, 11323, 8910, 11471, 9562, 10746, 8714, 8605, 9315, 8708, 11682, 8281, 11614, 8434, 11228, 9019, 10758, 8816, 9727, 8696, 8693, 11243, 8447, 11478, 9037, 9728, 9325, 8606, 9667, 8857, 11156, 8625, 12120, 8730, 11450, 9014, 11427, 9053, 14029, 8987, 10710, 9103, 9252, 9184, 8939, 9294, 8698, 9848, 9174, 10067, 8927, 9412, 8984, 9994, 8717, 11739, 8657, 11217, 9175, 9560, 9020, 9038, 10437, 9121, 11659, 9340, 12700, 9183, 12397, 9066, 13777, 12032, 10692, 8776, 8687, 8312, 10128, 9607, 9191, 8700, 8265, 9002, 8909, 11307, 16593, 13603, 17811, 9754, 14702, 9022, 11905, 11208, 10582, 8872, 8609, 8921, 8870, 11199, 8811, 8595, 8933, 8991, 11509, 8950, 11390, 9456, 11573, 9027, 15255, 9142, 12208, 9883, 10159, 9986, 9200, 13261, 9357, 13147, 9530, 9952, 9315, 9071, 10977, 9019, 15503, 9213, 14773, 11572, 8978, 9555, 9133, 11481, 8920, 9726, 8766, 8780, 10782, 9047, 8952, 8069, 9082, 8884, 13589, 10122, 17975, 15806, 18517, 15295, 10500, 10675, 9516, 11007, 9676, 7904, 11069, 8484, 9421, 9287, 8902, 8719, 8771, 9091, 11614, 8685, 12390, 9184, 12445, 9907, 9439, 9221, 9111, 10679, 9498, 11263, 9478, 8259, 9105, 9296, 11526, 9315, 10192, 9006, 8231, 9260, 9230, 9941, 8625, 9839, 9436, 9051, 8693, 11172, 8930, 8846, 10772, 9211, 17027, 11691, 14817, 11089, 12593, 11336, 9520, 12917, 9635, 9779, 9049, 9353, 11421, 9153, 9518, 8983, 9105, 11732, 9301, 10538, 9876, 8346, 8636, 10902, 10231, 9173, 8972, 8373, 10552, 8937, 10664, 12718, 10879, 16231, 8953, 15089, 9457, 15039, 11598, 10803, 8938, 8712, 10559, 9146, 9294, 9255, 8834, 10913, 8907, 9325, 9012, 8320, 12312, 8889, 8707, 11506, 9125, 8805, 10699, 8987, 14919, 10437, 18129, 9254, 13239, 9140, 9221, 12258, 9075, 10603, 8840, 9269, 9318, 8855, 11123, 9027, 10089, 9143, 8623, 11322, 8775, 11887, 8974, 13027, 10384, 8678, 9327, 8916, 11224, 9085, 9848, 8935, 8982, 10390, 9106, 10193, 9328, 9085, 10797, 9043, 12161, 9400, 10029, 9194, 9296, 11137, 9099, 14112, 9336, 9709, 9142, 8825, 11910, 9137, 10565, 8923, 12146, 9974, 8844, 10834, 9096, 12275, 10241, 9039, 10363, 9001, 10468, 8960, 8803, 10437, 9184, 12017, 9272, 9207, 9289, 8697, 10747, 8684, 15917, 8976, 10468, 9202, 9265, 11044, 8964, 10897, 8923, 9734, 9083, 8857, 10128, 9295, 11350, 9069, 14003, 8725, 10706, 9091, 9686, 9057, 8312, 9399, 8918, 10955, 8895, 11495, 9010, 8312, 9303, 8759, 10984, 8935, 12315, 8869, 8172, 10801, 8628, 8245, 10997, 8942, 8181, 11018, 9056, 8705, 13673, 8335, 16922, 8774, 9403, 8784, 9300, 9927, 9462, 9426, 9792, 9129, 8483, 8546, 11598, 8479, 13022, 9819, 8323, 10339, 9158, 9065, 8170, 9880, 11259, 8737, 8214, 8195, 8274, 8412, 10432, 9034, 11263, 11211, 7869, 12819, 8160, 16280, 10713, 18240, 8521, 7978, 9394, 8108, 12209, 8586, 7905, 8889, 8303, 11324, 8734, 11600, 8890, 8673, 9160, 8995, 9001, 11282, 8222, 12476, 9399, 8590, 8379, 11915, 10172, 15955, 8721, 18101, 16048, 11140, 15720, 9313, 12394, 8870, 11085, 10522, 9789, 10006, 9235, 11282, 9698, 10341, 9363, 9245, 9315, 8665, 10668, 9044, 11024, 9268, 10288, 9381, 11601, 8769, 10754, 9071, 8835, 8636, 9482, 8740, 11297, 8476, 12945, 8610, 10516, 8629, 11497, 9394, 8378, 8886, 8534, 10448, 8884, 10088, 8703, 8400, 8922, 8772, 11673, 9361, 10553, 8971, 8650, 10181, 8691, 11294, 8751, 11358, 8823, 11279, 9099, 9760, 9544, 8151, 9847, 8987, 11494, 9563, 8473, 9001, 8848, 11700, 8641, 14134, 8967, 10878, 9002, 8376, 9488, 8624, 11299, 9016, 10756, 9227, 9276, 9371, 8498, 10938, 8569, 11692, 8975, 13937, 8871, 8175, 8957, 8519, 12769, 8878, 7727, 8998, 8389, 12091, 9982, 7682, 9058, 8259, 9150, 8642, 8490, 10390, 8249, 11447, 8461, 8329, 11821, 8978, 8159, 9049, 11250, 8519, 11620, 9198, 8421, 17457, 9955, 10762, 11958, 9267, 17751, 8979, 14774, 10085, 12419, 10968, 8607, 10146, 8323, 10921, 8886, 9329, 9040, 8532, 10367, 9063, 7813, 8605, 8885, 9800, 8881, 8314, 8570, 14235, 9939, 8356, 15187, 11292, 17428, 12537, 14899, 9613, 12882, 10869, 8085, 10919, 8072, 10767, 9176, 9704, 8522, 7527, 8744, 9352, 9432, 7729, 9385, 8043, 11034, 7962, 12896, 8160, 11763, 8841, 10932, 10091, 8228, 9451, 8399, 10532, 8422, 16823, 8467, 14535, 9174, 12939, 10622, 9238, 9271, 8161, 10880, 8629, 13127, 9716, 9979, 8640, 8368, 9246, 8992, 11650, 8260, 11978, 8388, 14855, 9318, 14678, 8379, 11856, 8602, 10275, 8915, 8213, 8900, 8996, 10657, 8302, 10520, 8071, 10549, 8529, 15063, 8336, 12702, 8888, 10424, 9802, 9005, 11127, 8798, 11576, 9535, 12410, 9460, 9528, 9032, 8575, 10007, 8668, 10570, 8519, 10792, 8107, 11185, 9060, 9384, 8722, 8007, 8856, 8787, 10223, 8352, 11092, 8232, 9348, 8645, 8169, 9578, 8587, 8333, 9179, 8360, 12573, 14541, 11771, 18691, 13337, 15115, 8919, 11421, 8703, 8407, 10220, 8048, 10978, 8464, 10974, 9112, 12067, 9051, 10235, 8498, 9887, 8979, 8998, 8753, 8377, 9319, 8482, 9773, 8323, 11656, 8362, 11173, 8418, 10832, 8646, 11090, 8331, 9624, 8697, 8822, 8730, 8532, 9402, 8468, 10168, 8343, 11448, 8105, 11077, 8399, 10875, 8468, 12435, 8495, 10384, 8515, 10357, 8554, 12170, 8476, 11328, 8848, 11671, 9530, 12189, 8891, 10232, 9170, 15877, 11085, 15427, 8875, 11327, 8779, 9315, 9261, 8453, 9243, 8221, 10280, 8703, 12364, 9029, 8289, 9443, 8309, 11720, 8745, 12929, 8523, 9815, 10768, 8556, 9953, 8946, 9093, 11378, 8589, 11890, 8574, 13483, 9188, 17226, 10959, 8508, 8336, 8425, 9345, 8698], 'WindowCenter': [4103.0, 4075.0, 4084.0, 4090.0, 4057.0, 4064.0, 4052.0, 4061.0, 4041.0, 4062.0, 4051.0, 4061.0, 4042.0, 4050.0, 4040.0, 4032.0, 4066.0, 4054.0, 4065.0, 4066.0, 4078.0, 4068.0, 4078.0, 4068.0, 4065.0, 4056.0, 4077.0, 4078.0, 4054.0, 4055.0, 4044.0, 4056.0, 4076.0, 4067.0, 4043.0, 4053.0, 4042.0, 4054.0, 4085.0, 4065.0, 4041.0, 4042.0, 4054.0, 4078.0, 4058.0, 4076.0, 4054.0, 4063.0, 4041.0, 4062.0, 4053.0, 4044.0, 4038.0, 4030.0, 4061.0, 4043.0, 4076.0, 4054.0, 4063.0, 4055.0, 4072.0, 4066.0, 4073.0, 4041.0, 4061.0, 4040.0, 4040.0, 4053.0, 4042.0, 4063.0, 4052.0, 4041.0, 4038.0, 4028.0, 4075.0, 4054.0, 4055.0, 4087.0, 4055.0, 4055.0, 4074.0, 4051.0, 4084.0, 4083.0, 4060.0, 4036.0, 4045.0, 4026.0, 4048.0, 4029.0, 4062.0, 4039.0, 4038.0, 4038.0, 4030.0, 4039.0, 4043.0, 4064.0, 4043.0, 4063.0, 4054.0, 4075.0, 4068.0, 4063.0, 4054.0, 4051.0, 4053.0, 4043.0, 4076.0, 4045.0, 4074.0, 4044.0, 4074.0, 4054.0, 4045.0, 4053.0, 4043.0, 4064.0, 4052.0, 4076.0, 4041.0, 4040.0, 4041.0, 4053.0, 4042.0, 4064.0, 4030.0, 4050.0, 4040.0, 4061.0, 4041.0, 4074.0, 4041.0, 4061.0, 4042.0, 4062.0, 4054.0, 4053.0, 4041.0, 4041.0, 4053.0, 4054.0, 4065.0, 4054.0, 4063.0, 4044.0, 4075.0, 4044.0, 4076.0, 4042.0, 4052.0, 4053.0, 4063.0, 4042.0, 4075.0, 4042.0, 4062.0, 4055.0, 4063.0, 4044.0, 4064.0, 4053.0, 4054.0, 4055.0, 4054.0, 4069.0, 4055.0, 4065.0, 4067.0, 4077.0, 4056.0, 4089.0, 4055.0, 4075.0, 4055.0, 4076.0, 4067.0, 4074.0, 4054.0, 4054.0, 4055.0, 4043.0, 4078.0, 4055.0, 4066.0, 4056.0, 4074.0, 4055.0, 4086.0, 4054.0, 4074.0, 4052.0, 4075.0, 4054.0, 4062.0, 4052.0, 4062.0, 4053.0, 4043.0, 4055.0, 4074.0, 4055.0, 4062.0, 4054.0, 4063.0, 4053.0, 4075.0, 4065.0, 4073.0, 4043.0, 4062.0, 4042.0, 4062.0, 4053.0, 4052.0, 4053.0, 4042.0, 4055.0, 4055.0, 4054.0, 4065.0, 4054.0, 4040.0, 4053.0, 4042.0, 4051.0, 4043.0, 4049.0, 4054.0, 4075.0, 4057.0, 4075.0, 4068.0, 4076.0, 4055.0, 4075.0, 4066.0, 4076.0, 4052.0, 4064.0, 4044.0, 4053.0, 4040.0, 4054.0, 4042.0, 4065.0, 4044.0, 4043.0, 4031.0, 4052.0, 4031.0, 4040.0, 4043.0, 4065.0, 4054.0, 4064.0, 4055.0, 4074.0, 4056.0, 4074.0, 4055.0, 4075.0, 4055.0, 4088.0, 4055.0, 4064.0, 4053.0, 4043.0, 4052.0, 4043.0, 4077.0, 4057.0, 4074.0, 4043.0, 4064.0, 4053.0, 4044.0, 4054.0, 4053.0, 4077.0, 4056.0, 4063.0, 4056.0, 4056.0, 4055.0, 4057.0, 4077.0, 4068.0, 4114.0, 4061.0, 4078.0, 4069.0, 4047.0, 4067.0, 4046.0, 4076.0, 4056.0, 4099.0, 4056.0, 4065.0, 4055.0, 4043.0, 4064.0, 4045.0, 4065.0, 4056.0, 4066.0, 4067.0, 4045.0, 4054.0, 4045.0, 4075.0, 4044.0, 4088.0, 4055.0, 4064.0, 4044.0, 4052.0, 4053.0, 4042.0, 4063.0, 4053.0, 4073.0, 4054.0, 4083.0, 4042.0, 4062.0, 4053.0, 4054.0, 4052.0, 4041.0, 4053.0, 4053.0, 4063.0, 4042.0, 4051.0, 4051.0, 4062.0, 4053.0, 4074.0, 4054.0, 4062.0, 4042.0, 4054.0, 4053.0, 4055.0, 4056.0, 4042.0, 4052.0, 4053.0, 4076.0, 4054.0, 4074.0, 4054.0, 4074.0, 4058.0, 4077.0, 4056.0, 4056.0, 4067.0, 4077.0, 4080.0, 4100.0, 4058.0, 4075.0, 4053.0, 4098.0, 4065.0, 4073.0, 4053.0, 4072.0, 4065.0, 4074.0, 4044.0, 4064.0, 4055.0, 4063.0, 4066.0, 4043.0, 4053.0, 4041.0, 4041.0, 4106.0, 4074.0, 4094.0, 4039.0, 4081.0, 4061.0, 4071.0, 4040.0, 4040.0, 4052.0, 4041.0, 4065.0, 4042.0, 4052.0, 4053.0, 4052.0, 4053.0, 4075.0, 4043.0, 4062.0, 4042.0, 4063.0, 4043.0, 4073.0, 4041.0, 4051.0, 4051.0, 4061.0, 4065.0, 4062.0, 4041.0, 4063.0, 4052.0, 4074.0, 4052.0, 4056.0, 4068.0, 4043.0, 4085.0, 4055.0, 4053.0, 4064.0, 4053.0, 4042.0, 4053.0, 4097.0, 4085.0, 4095.0, 4048.0, 4046.0, 4026.0, 4035.0, 4025.0, 4037.0, 4025.0, 4035.0, 4038.0, 4047.0, 4043.0, 4050.0, 4040.0, 4041.0, 4054.0, 4053.0, 4077.0, 4044.0, 4062.0, 4054.0, 4073.0, 4055.0, 4082.0, 4041.0, 4071.0, 4053.0, 4061.0, 4063.0, 4040.0, 4040.0, 4051.0, 4060.0, 4041.0, 4072.0, 4040.0, 4059.0, 4053.0, 4061.0, 4063.0, 4040.0, 4039.0, 4039.0, 4051.0, 4040.0, 4073.0, 4038.0, 4058.0, 4039.0, 4060.0, 4050.0, 4082.0, 4039.0, 4057.0, 4039.0, 4047.0, 4050.0, 4039.0, 4038.0, 4038.0, 4041.0, 4052.0, 4074.0, 4041.0, 4061.0, 4053.0, 4062.0, 4066.0, 4052.0, 4042.0, 4051.0, 4041.0, 4072.0, 4054.0, 4060.0, 4041.0, 4049.0, 4040.0, 4050.0, 4052.0, 4028.0, 4039.0, 4038.0, 4048.0, 4041.0, 4062.0, 4040.0, 4060.0, 4041.0, 4060.0, 4041.0, 4072.0, 4029.0, 4048.0, 4038.0, 4047.0, 4038.0, 4061.0, 4039.0, 4048.0, 4050.0, 4059.0, 4039.0, 4047.0, 4038.0, 4037.0, 4025.0, 4029.0, 4063.0, 4054.0, 4039.0, 4041.0, 4061.0, 4051.0, 4050.0, 4042.0, 4062.0, 4042.0, 4075.0, 4050.0, 4047.0, 4037.0, 4047.0, 4052.0, 4049.0, 4028.0, 4027.0, 4039.0, 4040.0, 4060.0, 4028.0, 4061.0, 4028.0, 4046.0, 4040.0, 4061.0, 4041.0, 4035.0, 4041.0, 4039.0, 4063.0, 4042.0, 4061.0, 4038.0, 4039.0, 4041.0, 4040.0, 4039.0, 4039.0, 4061.0, 4039.0, 4071.0, 4028.0, 4060.0, 4040.0, 4058.0, 4040.0, 4070.0, 4039.0, 4047.0, 4041.0, 4037.0, 4038.0, 4037.0, 4037.0, 4026.0, 4037.0, 4038.0, 4049.0, 4039.0, 4037.0, 4051.0, 4048.0, 4028.0, 4059.0, 4042.0, 4060.0, 4039.0, 4049.0, 4051.0, 4051.0, 4062.0, 4066.0, 4060.0, 4053.0, 4072.0, 4052.0, 4071.0, 4042.0, 4070.0, 4075.0, 4061.0, 4040.0, 4042.0, 4029.0, 4065.0, 4053.0, 4053.0, 4043.0, 4055.0, 4054.0, 4055.0, 4065.0, 4094.0, 4085.0, 4092.0, 4039.0, 4069.0, 4027.0, 4058.0, 4061.0, 4048.0, 4037.0, 4027.0, 4037.0, 4039.0, 4061.0, 4039.0, 4041.0, 4053.0, 4053.0, 4075.0, 4042.0, 4060.0, 4051.0, 4062.0, 4043.0, 4083.0, 4040.0, 4060.0, 4050.0, 4048.0, 4040.0, 4038.0, 4069.0, 4040.0, 4070.0, 4052.0, 4050.0, 4038.0, 4039.0, 4050.0, 4040.0, 4082.0, 4039.0, 4083.0, 4061.0, 4028.0, 4039.0, 4038.0, 4049.0, 4038.0, 4039.0, 4028.0, 4026.0, 4049.0, 4040.0, 4040.0, 4031.0, 4042.0, 4040.0, 4071.0, 4040.0, 4083.0, 4071.0, 4079.0, 4067.0, 4034.0, 4034.0, 4025.0, 4035.0, 4024.0, 4003.0, 4048.0, 4040.0, 4039.0, 4051.0, 4042.0, 4042.0, 4042.0, 4042.0, 4064.0, 4040.0, 4062.0, 4039.0, 4058.0, 4051.0, 4040.0, 4038.0, 4040.0, 4050.0, 4040.0, 4061.0, 4052.0, 4030.0, 4040.0, 4050.0, 4062.0, 4054.0, 4063.0, 4055.0, 4043.0, 4052.0, 4051.0, 4052.0, 4041.0, 4054.0, 4054.0, 4054.0, 4055.0, 4076.0, 4056.0, 4053.0, 4064.0, 4054.0, 4097.0, 4063.0, 4082.0, 4062.0, 4072.0, 4062.0, 4051.0, 4072.0, 4051.0, 4049.0, 4042.0, 4052.0, 4074.0, 4054.0, 4054.0, 4055.0, 4055.0, 4078.0, 4055.0, 4066.0, 4066.0, 4044.0, 4029.0, 4065.0, 4065.0, 4055.0, 4056.0, 4044.0, 4067.0, 4056.0, 4064.0, 4075.0, 4063.0, 4085.0, 4042.0, 4072.0, 4039.0, 4071.0, 4063.0, 4050.0, 4039.0, 4039.0, 4051.0, 4053.0, 4055.0, 4053.0, 4054.0, 4064.0, 4055.0, 4057.0, 4055.0, 4041.0, 4076.0, 4056.0, 4056.0, 4076.0, 4057.0, 4056.0, 4064.0, 4045.0, 4087.0, 4063.0, 4108.0, 4042.0, 4072.0, 4040.0, 4039.0, 4075.0, 4043.0, 4052.0, 4042.0, 4051.0, 4054.0, 4041.0, 4062.0, 4043.0, 4052.0, 4042.0, 4043.0, 4064.0, 4043.0, 4062.0, 4042.0, 4072.0, 4054.0, 4030.0, 4040.0, 4040.0, 4061.0, 4041.0, 4052.0, 4040.0, 4043.0, 4052.0, 4044.0, 4054.0, 4056.0, 4043.0, 4063.0, 4043.0, 4063.0, 4052.0, 4054.0, 4041.0, 4052.0, 4063.0, 4042.0, 4086.0, 4053.0, 4052.0, 4042.0, 4042.0, 4064.0, 4042.0, 4050.0, 4041.0, 4060.0, 4052.0, 4040.0, 4049.0, 4041.0, 4061.0, 4052.0, 4040.0, 4050.0, 4041.0, 4051.0, 4041.0, 4041.0, 4051.0, 4039.0, 4061.0, 4041.0, 4042.0, 4040.0, 4041.0, 4062.0, 4041.0, 4084.0, 4040.0, 4049.0, 4038.0, 4040.0, 4063.0, 4041.0, 4050.0, 4041.0, 4051.0, 4053.0, 4041.0, 4052.0, 4051.0, 4061.0, 4041.0, 4084.0, 4030.0, 4050.0, 4040.0, 4040.0, 4040.0, 4030.0, 4039.0, 4040.0, 4063.0, 4042.0, 4074.0, 4042.0, 4031.0, 4042.0, 4042.0, 4062.0, 4042.0, 4061.0, 4054.0, 4031.0, 4064.0, 4042.0, 4042.0, 4063.0, 4043.0, 4045.0, 4064.0, 4044.0, 4043.0, 4087.0, 4033.0, 4094.0, 4032.0, 4041.0, 4041.0, 4042.0, 4041.0, 4043.0, 4052.0, 4053.0, 4052.0, 4045.0, 4045.0, 4064.0, 4043.0, 4075.0, 4055.0, 4033.0, 4052.0, 4042.0, 4041.0, 4030.0, 4054.0, 4064.0, 4043.0, 4045.0, 4046.0, 4045.0, 4046.0, 4066.0, 4056.0, 4077.0, 4066.0, 4033.0, 4074.0, 4043.0, 4094.0, 4063.0, 4096.0, 4042.0, 4031.0, 4042.0, 4032.0, 4076.0, 4045.0, 4042.0, 4054.0, 4057.0, 4077.0, 4056.0, 4076.0, 4044.0, 4043.0, 4053.0, 4043.0, 4042.0, 4066.0, 4045.0, 4086.0, 4042.0, 4030.0, 4019.0, 4048.0, 4040.0, 4085.0, 4043.0, 4111.0, 4083.0, 4050.0, 4069.0, 4025.0, 4046.0, 4025.0, 4046.0, 4033.0, 4023.0, 4021.0, 4023.0, 4031.0, 4022.0, 4020.0, 4011.0, 4012.0, 4011.0, 4000.0, 4020.0, 4009.0, 4018.0, 4009.0, 4007.0, 3997.0, 4017.0, 3996.0, 4032.0, 4010.0, 4022.0, 4012.0, 4023.0, 4027.0, 4046.0, 4014.0, 4044.0, 4011.0, 4033.0, 4024.0, 4045.0, 4027.0, 4014.0, 4024.0, 4026.0, 4050.0, 4040.0, 4051.0, 4040.0, 4030.0, 4040.0, 4042.0, 4062.0, 4055.0, 4064.0, 4043.0, 4043.0, 4066.0, 4055.0, 4076.0, 4042.0, 4062.0, 4042.0, 4077.0, 4055.0, 4065.0, 4054.0, 4031.0, 4052.0, 4054.0, 4075.0, 4066.0, 4043.0, 4043.0, 4054.0, 4077.0, 4044.0, 4086.0, 4055.0, 4063.0, 4053.0, 4045.0, 4066.0, 4044.0, 4064.0, 4055.0, 4078.0, 4065.0, 4068.0, 4056.0, 4044.0, 4066.0, 4057.0, 4076.0, 4055.0, 4087.0, 4042.0, 4042.0, 4042.0, 4043.0, 4088.0, 4045.0, 4032.0, 4056.0, 4057.0, 4077.0, 4066.0, 4033.0, 4044.0, 4044.0, 4057.0, 4045.0, 4029.0, 4053.0, 4044.0, 4079.0, 4045.0, 4045.0, 4076.0, 4043.0, 4031.0, 4030.0, 4065.0, 4042.0, 4061.0, 4055.0, 4043.0, 4094.0, 4051.0, 4062.0, 4061.0, 4042.0, 4095.0, 4041.0, 4081.0, 4052.0, 4060.0, 4051.0, 4030.0, 4050.0, 4029.0, 4062.0, 4040.0, 4043.0, 4043.0, 4043.0, 4063.0, 4056.0, 4048.0, 4045.0, 4045.0, 4067.0, 4057.0, 4045.0, 4057.0, 4089.0, 4055.0, 4045.0, 4101.0, 4079.0, 4112.0, 4074.0, 4073.0, 4041.0, 4061.0, 4063.0, 4033.0, 4061.0, 4031.0, 4065.0, 4055.0, 4055.0, 4044.0, 4033.0, 4056.0, 4056.0, 4058.0, 4034.0, 4054.0, 4045.0, 4063.0, 4047.0, 4076.0, 4044.0, 4063.0, 4043.0, 4063.0, 4067.0, 4041.0, 4042.0, 4030.0, 4051.0, 4030.0, 4097.0, 4030.0, 4072.0, 4039.0, 4071.0, 4051.0, 4040.0, 4040.0, 4031.0, 4062.0, 4041.0, 4075.0, 4053.0, 4050.0, 4030.0, 4031.0, 4039.0, 4041.0, 4058.0, 4028.0, 4062.0, 4029.0, 4083.0, 4039.0, 4069.0, 4028.0, 4060.0, 4029.0, 4050.0, 4039.0, 4028.0, 4039.0, 4039.0, 4063.0, 4030.0, 4049.0, 4028.0, 4051.0, 4011.0, 4069.0, 4027.0, 4059.0, 4038.0, 4049.0, 4053.0, 4042.0, 4060.0, 4040.0, 4062.0, 4053.0, 4072.0, 4038.0, 4039.0, 4040.0, 4029.0, 4051.0, 4029.0, 4046.0, 4027.0, 4061.0, 4017.0, 4047.0, 4039.0, 4037.0, 4026.0, 4016.0, 4028.0, 4040.0, 4039.0, 4028.0, 4049.0, 4030.0, 4038.0, 4030.0, 4031.0, 4053.0, 4043.0, 4044.0, 4043.0, 4032.0, 4075.0, 4072.0, 4050.0, 4081.0, 4058.0, 4056.0, 4015.0, 4048.0, 4027.0, 4017.0, 4050.0, 4017.0, 4049.0, 4030.0, 4062.0, 4040.0, 4061.0, 4042.0, 4048.0, 4030.0, 4039.0, 4029.0, 4040.0, 4030.0, 4030.0, 4040.0, 4041.0, 4051.0, 4030.0, 4076.0, 4042.0, 4059.0, 4031.0, 4051.0, 4030.0, 4063.0, 4031.0, 4040.0, 4043.0, 4043.0, 4055.0, 4044.0, 4054.0, 4043.0, 4063.0, 4043.0, 4076.0, 4033.0, 4063.0, 4042.0, 4064.0, 4033.0, 4075.0, 4029.0, 4039.0, 4030.0, 4050.0, 4030.0, 4062.0, 4030.0, 4049.0, 4040.0, 4061.0, 4054.0, 4062.0, 4040.0, 4039.0, 4039.0, 4082.0, 4063.0, 4081.0, 4028.0, 4048.0, 4028.0, 4037.0, 4041.0, 4028.0, 4026.0, 4028.0, 4050.0, 4030.0, 4072.0, 4041.0, 4030.0, 4038.0, 4028.0, 4060.0, 4042.0, 4060.0, 4029.0, 4051.0, 4050.0, 4041.0, 4051.0, 4042.0, 4041.0, 4064.0, 4030.0, 4048.0, 4027.0, 4060.0, 4057.0, 4095.0, 4049.0, 4026.0, 4013.0, 4027.0, 4038.0, 4042.0], 'WindowWidth': [9137.0, 9083.0, 9090.0, 9090.0, 9041.0, 9044.0, 9024.0, 9038.0, 9007.0, 9038.0, 9022.0, 9037.0, 9010.0, 9020.0, 9007.0, 8999.0, 9049.0, 9034.0, 9050.0, 9052.0, 9071.0, 9058.0, 9071.0, 9054.0, 9047.0, 9036.0, 9067.0, 9070.0, 9032.0, 9031.0, 9015.0, 9034.0, 9061.0, 9052.0, 9013.0, 9025.0, 9010.0, 9031.0, 9076.0, 9047.0, 9008.0, 9009.0, 9029.0, 9070.0, 9042.0, 9064.0, 9030.0, 9041.0, 9008.0, 9037.0, 9026.0, 9015.0, 8996.0, 8989.0, 9033.0, 9013.0, 9065.0, 9029.0, 9039.0, 9030.0, 9055.0, 9047.0, 9053.0, 9005.0, 9033.0, 9004.0, 9004.0, 9026.0, 9008.0, 9041.0, 9023.0, 9008.0, 9000.0, 8985.0, 9061.0, 9030.0, 9033.0, 9081.0, 9034.0, 9033.0, 9057.0, 9019.0, 9071.0, 9066.0, 9030.0, 8993.0, 9003.0, 8980.0, 9012.0, 8989.0, 9037.0, 9002.0, 9000.0, 9001.0, 8991.0, 9005.0, 9013.0, 9043.0, 9013.0, 9041.0, 9031.0, 9059.0, 9057.0, 9041.0, 9030.0, 9024.0, 9027.0, 9014.0, 9064.0, 9018.0, 9057.0, 9016.0, 9059.0, 9033.0, 9020.0, 9028.0, 9013.0, 9042.0, 9025.0, 9063.0, 9008.0, 9005.0, 9007.0, 9026.0, 9009.0, 9043.0, 8991.0, 9018.0, 9006.0, 9034.0, 9008.0, 9059.0, 9009.0, 9035.0, 9011.0, 9038.0, 9030.0, 9028.0, 9009.0, 9009.0, 9028.0, 9030.0, 9048.0, 9030.0, 9041.0, 9016.0, 9057.0, 9014.0, 9061.0, 9010.0, 9023.0, 9027.0, 9040.0, 9011.0, 9060.0, 9010.0, 9037.0, 9032.0, 9039.0, 9015.0, 9042.0, 9027.0, 9030.0, 9035.0, 9032.0, 9058.0, 9032.0, 9047.0, 9052.0, 9065.0, 9035.0, 9085.0, 9032.0, 9059.0, 9032.0, 9063.0, 9050.0, 9060.0, 9029.0, 9028.0, 9031.0, 9013.0, 9068.0, 9033.0, 9047.0, 9036.0, 9058.0, 9032.0, 9081.0, 9031.0, 9059.0, 9027.0, 9061.0, 9028.0, 9040.0, 9026.0, 9038.0, 9027.0, 9015.0, 9032.0, 9059.0, 9034.0, 9042.0, 9030.0, 9044.0, 9027.0, 9060.0, 9046.0, 9057.0, 9014.0, 9039.0, 9012.0, 9040.0, 9028.0, 9026.0, 9028.0, 9011.0, 9033.0, 9033.0, 9029.0, 9047.0, 9030.0, 9006.0, 9027.0, 9009.0, 9023.0, 9013.0, 9020.0, 9029.0, 9060.0, 9039.0, 9063.0, 9056.0, 9064.0, 9036.0, 9062.0, 9052.0, 9063.0, 9025.0, 9044.0, 9016.0, 9028.0, 9005.0, 9028.0, 9010.0, 9046.0, 9017.0, 9012.0, 8994.0, 9024.0, 8995.0, 9007.0, 9013.0, 9047.0, 9033.0, 9045.0, 9034.0, 9057.0, 9038.0, 9059.0, 9034.0, 9060.0, 9034.0, 9083.0, 9034.0, 9045.0, 9029.0, 9013.0, 9026.0, 9016.0, 9065.0, 9035.0, 9056.0, 9015.0, 9045.0, 9028.0, 9015.0, 9030.0, 9028.0, 9065.0, 9036.0, 9042.0, 9037.0, 9036.0, 9033.0, 9041.0, 9066.0, 9055.0, 9131.0, 9053.0, 9069.0, 9058.0, 9024.0, 9053.0, 9021.0, 9062.0, 9035.0, 9100.0, 9034.0, 9044.0, 9032.0, 9013.0, 9043.0, 9018.0, 9045.0, 9034.0, 9049.0, 9054.0, 9019.0, 9029.0, 9018.0, 9059.0, 9017.0, 9084.0, 9033.0, 9042.0, 9016.0, 9024.0, 9028.0, 9009.0, 9041.0, 9025.0, 9054.0, 9029.0, 9069.0, 9010.0, 9038.0, 9026.0, 9030.0, 9025.0, 9006.0, 9028.0, 9027.0, 9041.0, 9010.0, 9021.0, 9022.0, 9040.0, 9026.0, 9058.0, 9031.0, 9038.0, 9012.0, 9030.0, 9026.0, 9036.0, 9040.0, 9012.0, 9026.0, 9028.0, 9062.0, 9032.0, 9060.0, 9029.0, 9058.0, 9043.0, 9070.0, 9039.0, 9038.0, 9055.0, 9066.0, 9077.0, 9108.0, 9043.0, 9061.0, 9028.0, 9099.0, 9046.0, 9056.0, 9028.0, 9053.0, 9049.0, 9060.0, 9019.0, 9044.0, 9034.0, 9044.0, 9053.0, 9016.0, 9028.0, 9011.0, 9009.0, 9108.0, 9057.0, 9089.0, 9003.0, 9065.0, 9037.0, 9050.0, 9006.0, 9006.0, 9026.0, 9008.0, 9050.0, 9013.0, 9024.0, 9029.0, 9027.0, 9028.0, 9062.0, 9015.0, 9038.0, 9013.0, 9041.0, 9014.0, 9054.0, 9008.0, 9022.0, 9023.0, 9036.0, 9050.0, 9039.0, 9011.0, 9041.0, 9026.0, 9058.0, 9026.0, 9039.0, 9060.0, 9015.0, 9076.0, 9033.0, 9031.0, 9047.0, 9031.0, 9013.0, 9028.0, 9104.0, 9075.0, 9093.0, 9011.0, 9005.0, 8979.0, 8990.0, 8978.0, 8997.0, 8977.0, 8992.0, 9001.0, 9011.0, 9017.0, 9020.0, 9007.0, 9011.0, 9031.0, 9029.0, 9068.0, 9016.0, 9038.0, 9030.0, 9055.0, 9034.0, 9070.0, 9008.0, 9052.0, 9028.0, 9036.0, 9043.0, 9006.0, 9004.0, 9021.0, 9032.0, 9009.0, 9054.0, 9007.0, 9032.0, 9027.0, 9037.0, 9041.0, 9005.0, 9002.0, 9003.0, 9021.0, 9006.0, 9056.0, 9001.0, 9027.0, 9002.0, 9034.0, 9021.0, 9072.0, 9002.0, 9025.0, 9002.0, 9011.0, 9020.0, 9002.0, 9001.0, 9000.0, 9007.0, 9024.0, 9057.0, 9010.0, 9037.0, 9028.0, 9039.0, 9052.0, 9025.0, 9012.0, 9023.0, 9009.0, 9056.0, 9030.0, 9032.0, 9005.0, 9017.0, 9004.0, 9018.0, 9024.0, 8986.0, 9001.0, 9000.0, 9013.0, 9008.0, 9038.0, 9005.0, 9033.0, 9009.0, 9033.0, 9010.0, 9054.0, 8989.0, 9012.0, 8999.0, 9010.0, 9000.0, 9035.0, 9002.0, 9014.0, 9020.0, 9030.0, 9003.0, 9013.0, 8998.0, 8997.0, 8980.0, 8991.0, 9043.0, 9031.0, 9003.0, 9008.0, 9035.0, 9024.0, 9020.0, 9011.0, 9039.0, 9010.0, 9061.0, 9018.0, 9011.0, 8997.0, 9010.0, 9023.0, 9014.0, 8986.0, 8983.0, 9002.0, 9004.0, 9031.0, 8985.0, 9034.0, 8985.0, 9007.0, 9004.0, 9034.0, 9006.0, 8992.0, 9009.0, 9002.0, 9042.0, 9012.0, 9037.0, 9001.0, 9001.0, 9008.0, 9003.0, 9003.0, 9002.0, 9036.0, 9003.0, 9050.0, 8987.0, 9029.0, 9005.0, 9026.0, 9005.0, 9048.0, 9001.0, 9010.0, 9009.0, 8996.0, 9000.0, 8997.0, 8996.0, 8980.0, 8996.0, 8998.0, 9018.0, 8999.0, 8997.0, 9023.0, 9015.0, 8984.0, 9031.0, 9011.0, 9033.0, 9002.0, 9017.0, 9023.0, 9022.0, 9039.0, 9052.0, 9033.0, 9028.0, 9054.0, 9023.0, 9050.0, 9012.0, 9050.0, 9059.0, 9035.0, 9006.0, 9010.0, 8989.0, 9047.0, 9029.0, 9026.0, 9014.0, 9034.0, 9031.0, 9032.0, 9048.0, 9086.0, 9071.0, 9081.0, 9001.0, 9042.0, 8983.0, 9026.0, 9034.0, 9010.0, 8995.0, 8984.0, 8997.0, 9003.0, 9034.0, 9004.0, 9007.0, 9026.0, 9026.0, 9062.0, 9010.0, 9032.0, 9019.0, 9037.0, 9013.0, 9069.0, 9005.0, 9032.0, 9015.0, 9012.0, 9003.0, 8999.0, 9043.0, 9004.0, 9047.0, 9023.0, 9018.0, 9000.0, 9001.0, 9017.0, 9004.0, 9069.0, 9001.0, 9068.0, 9033.0, 8985.0, 9001.0, 9000.0, 9013.0, 8998.0, 8999.0, 8986.0, 8977.0, 9015.0, 9006.0, 9004.0, 8995.0, 9010.0, 9003.0, 9048.0, 9002.0, 9072.0, 9047.0, 9058.0, 9039.0, 8984.0, 8984.0, 8974.0, 8990.0, 8972.0, 8940.0, 9012.0, 9004.0, 9002.0, 9021.0, 9010.0, 9010.0, 9009.0, 9010.0, 9044.0, 9003.0, 9035.0, 8999.0, 9025.0, 9019.0, 9003.0, 8997.0, 9002.0, 9017.0, 9003.0, 9034.0, 9024.0, 8991.0, 9004.0, 9018.0, 9036.0, 9028.0, 9041.0, 9029.0, 9011.0, 9023.0, 9022.0, 9022.0, 9005.0, 9028.0, 9028.0, 9029.0, 9031.0, 9064.0, 9033.0, 9026.0, 9042.0, 9027.0, 9096.0, 9039.0, 9065.0, 9036.0, 9049.0, 9034.0, 9019.0, 9049.0, 9018.0, 9014.0, 9008.0, 9025.0, 9055.0, 9028.0, 9030.0, 9031.0, 9034.0, 9068.0, 9032.0, 9049.0, 9046.0, 9012.0, 8986.0, 9043.0, 9045.0, 9030.0, 9033.0, 9016.0, 9050.0, 9034.0, 9042.0, 9060.0, 9038.0, 9071.0, 9006.0, 9048.0, 8999.0, 9047.0, 9037.0, 9016.0, 9000.0, 9001.0, 9020.0, 9024.0, 9032.0, 9026.0, 9028.0, 9043.0, 9030.0, 9036.0, 9031.0, 9005.0, 9062.0, 9033.0, 9034.0, 9062.0, 9038.0, 9034.0, 9043.0, 9017.0, 9078.0, 9040.0, 9112.0, 9008.0, 9048.0, 9003.0, 9000.0, 9057.0, 9010.0, 9021.0, 9009.0, 9020.0, 9028.0, 9008.0, 9037.0, 9011.0, 9021.0, 9009.0, 9011.0, 9041.0, 9009.0, 9038.0, 9009.0, 9051.0, 9029.0, 8989.0, 9002.0, 9001.0, 9032.0, 9004.0, 9023.0, 9003.0, 9011.0, 9023.0, 9013.0, 9027.0, 9036.0, 9013.0, 9039.0, 9011.0, 9041.0, 9024.0, 9028.0, 9007.0, 9020.0, 9036.0, 9010.0, 9076.0, 9025.0, 9023.0, 9007.0, 9008.0, 9043.0, 9010.0, 9017.0, 9007.0, 9033.0, 9022.0, 9002.0, 9014.0, 9004.0, 9033.0, 9021.0, 9003.0, 9016.0, 9005.0, 9021.0, 9006.0, 9006.0, 9020.0, 9002.0, 9034.0, 9006.0, 9008.0, 9004.0, 9006.0, 9037.0, 9006.0, 9072.0, 9002.0, 9013.0, 8998.0, 9002.0, 9040.0, 9005.0, 9019.0, 9006.0, 9021.0, 9027.0, 9007.0, 9022.0, 9020.0, 9034.0, 9006.0, 9070.0, 8991.0, 9015.0, 9003.0, 9003.0, 9003.0, 8991.0, 9001.0, 9004.0, 9039.0, 9010.0, 9055.0, 9009.0, 8992.0, 9008.0, 9008.0, 9036.0, 9010.0, 9034.0, 9028.0, 8991.0, 9040.0, 9010.0, 9008.0, 9037.0, 9012.0, 9019.0, 9042.0, 9014.0, 9009.0, 9077.0, 8997.0, 9085.0, 8992.0, 9004.0, 9006.0, 9006.0, 9002.0, 9010.0, 9023.0, 9026.0, 9024.0, 9016.0, 9016.0, 9041.0, 9012.0, 9056.0, 9031.0, 8996.0, 9021.0, 9007.0, 9006.0, 8988.0, 9029.0, 9043.0, 9013.0, 9018.0, 9022.0, 9018.0, 9021.0, 9048.0, 9033.0, 9064.0, 9046.0, 8999.0, 9054.0, 9010.0, 9086.0, 9039.0, 9091.0, 9007.0, 8992.0, 9007.0, 8994.0, 9063.0, 9017.0, 9011.0, 9028.0, 9035.0, 9064.0, 9036.0, 9060.0, 9014.0, 9012.0, 9026.0, 9010.0, 9008.0, 9049.0, 9017.0, 9077.0, 9010.0, 8988.0, 8967.0, 9008.0, 8997.0, 9067.0, 9011.0, 9130.0, 9066.0, 9016.0, 9041.0, 8974.0, 9005.0, 8972.0, 9002.0, 8983.0, 8970.0, 8965.0, 8967.0, 8978.0, 8965.0, 8961.0, 8950.0, 8950.0, 8950.0, 8934.0, 8960.0, 8944.0, 8956.0, 8943.0, 8940.0, 8924.0, 8952.0, 8921.0, 8980.0, 8949.0, 8968.0, 8955.0, 8971.0, 8981.0, 9007.0, 8958.0, 8998.0, 8950.0, 8982.0, 8973.0, 9001.0, 8980.0, 8959.0, 8973.0, 8978.0, 9019.0, 9005.0, 9020.0, 9003.0, 8988.0, 9004.0, 9009.0, 9037.0, 9033.0, 9041.0, 9011.0, 9012.0, 9047.0, 9032.0, 9063.0, 9010.0, 9037.0, 9010.0, 9066.0, 9031.0, 9046.0, 9027.0, 8993.0, 9022.0, 9028.0, 9059.0, 9048.0, 9014.0, 9011.0, 9027.0, 9065.0, 9016.0, 9080.0, 9031.0, 9038.0, 9028.0, 9019.0, 9048.0, 9016.0, 9043.0, 9030.0, 9068.0, 9047.0, 9052.0, 9034.0, 9015.0, 9048.0, 9037.0, 9062.0, 9034.0, 9078.0, 9010.0, 9009.0, 9008.0, 9012.0, 9081.0, 9017.0, 8996.0, 9031.0, 9037.0, 9064.0, 9048.0, 8999.0, 9015.0, 9013.0, 9034.0, 9016.0, 8986.0, 9028.0, 9014.0, 9069.0, 9018.0, 9017.0, 9060.0, 9011.0, 8991.0, 8986.0, 9044.0, 9006.0, 9036.0, 9031.0, 9012.0, 9086.0, 9019.0, 9034.0, 9033.0, 9007.0, 9089.0, 9004.0, 9062.0, 9019.0, 9028.0, 9018.0, 8988.0, 9015.0, 8987.0, 9037.0, 9004.0, 9010.0, 9012.0, 9011.0, 9040.0, 9033.0, 9028.0, 9017.0, 9015.0, 9050.0, 9036.0, 9017.0, 9034.0, 9083.0, 9031.0, 9015.0, 9101.0, 9067.0, 9122.0, 9053.0, 9051.0, 9002.0, 9029.0, 9039.0, 8996.0, 9032.0, 8993.0, 9044.0, 9031.0, 9031.0, 9015.0, 9000.0, 9034.0, 9033.0, 9039.0, 9001.0, 9027.0, 9019.0, 9041.0, 9024.0, 9063.0, 9015.0, 9039.0, 9010.0, 9040.0, 9050.0, 9007.0, 9007.0, 8989.0, 9019.0, 8991.0, 9094.0, 8991.0, 9050.0, 9002.0, 9048.0, 9019.0, 9005.0, 9001.0, 8991.0, 9036.0, 9006.0, 9061.0, 9025.0, 9017.0, 8988.0, 8991.0, 9003.0, 9006.0, 9027.0, 8984.0, 9035.0, 8988.0, 9068.0, 8999.0, 9042.0, 8984.0, 9032.0, 8987.0, 9017.0, 9001.0, 8984.0, 9002.0, 9001.0, 9039.0, 8989.0, 9013.0, 8984.0, 9017.0, 8950.0, 9042.0, 8980.0, 9028.0, 9000.0, 9015.0, 9026.0, 9009.0, 9033.0, 9006.0, 9038.0, 9027.0, 9052.0, 9001.0, 9000.0, 9004.0, 8987.0, 9019.0, 8986.0, 9008.0, 8983.0, 9033.0, 8969.0, 9007.0, 9000.0, 8994.0, 8979.0, 8963.0, 8983.0, 9003.0, 8997.0, 8985.0, 9013.0, 8988.0, 8995.0, 8990.0, 8991.0, 9025.0, 9011.0, 9015.0, 9010.0, 8994.0, 9059.0, 9053.0, 9014.0, 9066.0, 9023.0, 9019.0, 8958.0, 9008.0, 8982.0, 8967.0, 9016.0, 8969.0, 9012.0, 8989.0, 9034.0, 9003.0, 9033.0, 9008.0, 9011.0, 8989.0, 9001.0, 8986.0, 9002.0, 8989.0, 8989.0, 9001.0, 9007.0, 9019.0, 8987.0, 9062.0, 9011.0, 9030.0, 8991.0, 9020.0, 8990.0, 9039.0, 8993.0, 9004.0, 9013.0, 9011.0, 9034.0, 9014.0, 9027.0, 9012.0, 9040.0, 9012.0, 9062.0, 8999.0, 9040.0, 9012.0, 9042.0, 8998.0, 9059.0, 8987.0, 9000.0, 8989.0, 9016.0, 8990.0, 9038.0, 8990.0, 9015.0, 9006.0, 9034.0, 9030.0, 9038.0, 9003.0, 8999.0, 8999.0, 9069.0, 9038.0, 9064.0, 8985.0, 9009.0, 8984.0, 8997.0, 9007.0, 8984.0, 8981.0, 8984.0, 9016.0, 8989.0, 9053.0, 9006.0, 8989.0, 8995.0, 8985.0, 9029.0, 9009.0, 9033.0, 8984.0, 9017.0, 9016.0, 9005.0, 9022.0, 9008.0, 9006.0, 9042.0, 8989.0, 9012.0, 8981.0, 9029.0, 9038.0, 9090.0, 9011.0, 8976.0, 8956.0, 8981.0, 8998.0, 9011.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.0005998763636363636</td></tr>
<tr><td colspan=3>aqi</td><td>0.02586105985454545</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>43.67881149946873</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2649341469286755</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0038810218195044</td></tr>
<tr><td colspan=3>efc</td><td>0.5297</td></tr>
<tr><td colspan=3>fber</td><td>3711.8811</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.10325337702912399</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>85</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.181818181818182</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.4791199155196697</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3493036712609627</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.695556117551116</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.39249995774693</td></tr>
<tr><td colspan=3>gcor</td><td>0.0121413</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.015414988622069359</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03921681270003319</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1375</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.389281993946136</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>19.6024</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.2754</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>207.0206</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>54.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284257.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>974.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>380.8685</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.722</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>468.2659</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3191.0668</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3303.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>92287.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1454.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4106.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>752.5108</td></tr>
<tr><td colspan=3>tsnr</td><td>37.89939870452508</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>