<?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-0126_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-0126_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-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-stdev_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-background_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-zoomed_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-carpet_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-mean_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-brainmask_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" style="">
Problem loading figure sub-0126/figures/sub-0126_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-0126/figures/sub-0126_ses-01_task-alignvideo_acq-mb8_run-02_desc-norm_bold.svg" target="_blank">sub-0126/figures/sub-0126_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-0126/ses-01/func/sub-0126_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>5452a004809208aa026870480893e484</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:10:48.620000</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.998512, 0.0477707, 0.0263089, -0.0491847, 0.997217, 0.0560195]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.259</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.10548</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-02_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4217, -7810, -7215, 5, -126, -166, -51, 125]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 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>289.95</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>fff58254-c84a-47ff-a7bc-513eeff7fb1a||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.678934097290039, -0.13195906579494476, 0.06361088901758194, 120.06111145019531], [-0.12816517055034637, 2.675461530685425, 0.15452148020267487, -81.6273422241211], [0.07058481127023697, -0.15029634535312653, 2.694823980331421, -70.61946105957031], [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': ['201048.620000', '201049.080000', '201049.540000', '201050.000000', '201050.460000', '201050.920000', '201051.380000', '201051.840000', '201052.300000', '201052.760000', '201053.220000', '201053.680000', '201054.140000', '201054.600000', '201055.060000', '201055.520000', '201055.980000', '201056.440000', '201056.900000', '201057.360000', '201057.820000', '201058.280000', '201058.740000', '201059.200000', '201059.660000', '201100.120000', '201100.580000', '201101.040000', '201101.500000', '201101.960000', '201102.420000', '201102.880000', '201103.340000', '201103.800000', '201104.260000', '201104.720000', '201105.180000', '201105.640000', '201106.100000', '201106.560000', '201107.020000', '201107.480000', '201107.940000', '201108.400000', '201108.860000', '201109.320000', '201109.780000', '201110.240000', '201110.700000', '201111.160000', '201111.620000', '201112.080000', '201112.540000', '201113.000000', '201113.460000', '201113.920000', '201114.380000', '201114.840000', '201115.300000', '201115.760000', '201116.220000', '201116.680000', '201117.140000', '201117.600000', '201118.060000', '201118.520000', '201118.980000', '201119.440000', '201119.900000', '201120.360000', '201120.820000', '201121.280000', '201121.740000', '201122.200000', '201122.660000', '201123.120000', '201123.580000', '201124.040000', '201124.500000', '201124.960000', '201125.420000', '201125.880000', '201126.340000', '201126.800000', '201127.260000', '201127.720000', '201128.180000', '201128.640000', '201129.100000', '201129.560000', '201130.020000', '201130.480000', '201130.940000', '201131.400000', '201131.860000', '201132.320000', '201132.780000', '201133.240000', '201133.700000', '201134.160000', '201134.620000', '201135.080000', '201135.540000', '201136.000000', '201136.460000', '201136.920000', '201137.380000', '201137.840000', '201138.300000', '201138.760000', '201139.220000', '201139.680000', '201140.140000', '201140.600000', '201141.060000', '201141.520000', '201141.980000', '201142.440000', '201142.900000', '201143.360000', '201143.820000', '201144.280000', '201144.740000', '201145.200000', '201145.660000', '201146.120000', '201146.580000', '201147.040000', '201147.500000', '201147.960000', '201148.420000', '201148.880000', '201149.340000', '201149.800000', '201150.260000', '201150.720000', '201151.180000', '201151.640000', '201152.100000', '201152.560000', '201153.020000', '201153.480000', '201153.940000', '201154.400000', '201154.860000', '201155.320000', '201155.780000', '201156.240000', '201156.700000', '201157.160000', '201157.620000', '201158.080000', '201158.540000', '201159.000000', '201159.460000', '201159.920000', '201200.380000', '201200.840000', '201201.300000', '201201.760000', '201202.220000', '201202.680000', '201203.140000', '201203.600000', '201204.060000', '201204.520000', '201204.980000', '201205.440000', '201205.900000', '201206.360000', '201206.820000', '201207.280000', '201207.740000', '201208.200000', '201208.660000', '201209.120000', '201209.580000', '201210.040000', '201210.500000', '201210.960000', '201211.420000', '201211.880000', '201212.340000', '201212.800000', '201213.260000', '201213.720000', '201214.180000', '201214.640000', '201215.100000', '201215.560000', '201216.020000', '201216.480000', '201216.940000', '201217.400000', '201217.860000', '201218.320000', '201218.780000', '201219.240000', '201219.700000', '201220.160000', '201220.620000', '201221.080000', '201221.540000', '201222.000000', '201222.460000', '201222.920000', '201223.380000', '201223.840000', '201224.300000', '201224.760000', '201225.220000', '201225.680000', '201226.140000', '201226.600000', '201227.060000', '201227.520000', '201227.980000', '201228.440000', '201228.900000', '201229.360000', '201229.820000', '201230.280000', '201230.740000', '201231.200000', '201231.660000', '201232.120000', '201232.580000', '201233.040000', '201233.500000', '201233.960000', '201234.420000', '201234.880000', '201235.340000', '201235.800000', '201236.260000', '201236.720000', '201237.180000', '201237.640000', '201238.100000', '201238.560000', '201239.020000', '201239.480000', '201239.940000', '201240.400000', '201240.860000', '201241.320000', '201241.780000', '201242.240000', '201242.700000', '201243.160000', '201243.620000', '201244.080000', '201244.540000', '201245.000000', '201245.460000', '201245.920000', '201246.380000', '201246.840000', '201247.300000', '201247.760000', '201248.220000', '201248.680000', '201249.140000', '201249.600000', '201250.060000', '201250.520000', '201250.980000', '201251.440000', '201251.900000', '201252.360000', '201252.820000', '201253.280000', '201253.740000', '201254.200000', '201254.660000', '201255.120000', '201255.580000', '201256.040000', '201256.500000', '201256.960000', '201257.420000', '201257.880000', '201258.340000', '201258.800000', '201259.260000', '201259.720000', '201300.180000', '201300.640000', '201301.100000', '201301.560000', '201302.020000', '201302.480000', '201302.940000', '201303.400000', '201303.860000', '201304.320000', '201304.780000', '201305.240000', '201305.700000', '201306.160000', '201306.620000', '201307.080000', '201307.540000', '201308.000000', '201308.460000', '201308.920000', '201309.380000', '201309.840000', '201310.300000', '201310.760000', '201311.220000', '201311.680000', '201312.140000', '201312.600000', '201313.060000', '201313.520000', '201313.980000', '201314.440000', '201314.900000', '201315.360000', '201315.820000', '201316.280000', '201316.740000', '201317.200000', '201317.660000', '201318.120000', '201318.580000', '201319.040000', '201319.500000', '201319.960000', '201320.420000', '201320.880000', '201321.340000', '201321.800000', '201322.260000', '201322.720000', '201323.180000', '201323.640000', '201324.100000', '201324.560000', '201325.020000', '201325.480000', '201325.940000', '201326.400000', '201326.860000', '201327.320000', '201327.780000', '201328.240000', '201328.700000', '201329.160000', '201329.620000', '201330.080000', '201330.540000', '201331.000000', '201331.460000', '201331.920000', '201332.380000', '201332.840000', '201333.300000', '201333.760000', '201334.220000', '201334.680000', '201335.140000', '201335.600000', '201336.060000', '201336.520000', '201336.980000', '201337.440000', '201337.900000', '201338.360000', '201338.820000', '201339.280000', '201339.740000', '201340.200000', '201340.660000', '201341.120000', '201341.580000', '201342.040000', '201342.500000', '201342.960000', '201343.420000', '201343.880000', '201344.340000', '201344.800000', '201345.260000', '201345.720000', '201346.180000', '201346.640000', '201347.100000', '201347.560000', '201348.020000', '201348.480000', '201348.940000', '201349.400000', '201349.860000', '201350.320000', '201350.780000', '201351.240000', '201351.700000', '201352.160000', '201352.620000', '201353.080000', '201353.540000', '201354.000000', '201354.460000', '201354.920000', '201355.380000', '201355.840000', '201356.300000', '201356.760000', '201357.220000', '201357.680000', '201358.140000', '201358.600000', '201359.060000', '201359.520000', '201359.980000', '201400.440000', '201400.900000', '201401.360000', '201401.820000', '201402.280000', '201402.740000', '201403.200000', '201403.660000', '201404.120000', '201404.580000', '201405.040000', '201405.500000', '201405.960000', '201406.420000', '201406.880000', '201407.340000', '201407.800000', '201408.260000', '201408.720000', '201409.180000', '201409.640000', '201410.100000', '201410.560000', '201411.020000', '201411.480000', '201411.940000', '201412.400000', '201412.860000', '201413.320000', '201413.780000', '201414.240000', '201414.700000', '201415.160000', '201415.620000', '201416.080000', '201416.540000', '201417.000000', '201417.460000', '201417.920000', '201418.380000', '201418.840000', '201419.300000', '201419.760000', '201420.220000', '201420.680000', '201421.140000', '201421.600000', '201422.060000', '201422.520000', '201422.980000', '201423.440000', '201423.900000', '201424.360000', '201424.820000', '201425.280000', '201425.740000', '201426.200000', '201426.660000', '201427.120000', '201427.580000', '201428.040000', '201428.500000', '201428.960000', '201429.420000', '201429.880000', '201430.340000', '201430.800000', '201431.260000', '201431.720000', '201432.180000', '201432.640000', '201433.100000', '201433.560000', '201434.020000', '201434.480000', '201434.940000', '201435.400000', '201435.860000', '201436.320000', '201436.780000', '201437.240000', '201437.700000', '201438.160000', '201438.620000', '201439.080000', '201439.540000', '201440.000000', '201440.460000', '201440.920000', '201441.380000', '201441.840000', '201442.300000', '201442.760000', '201443.220000', '201443.680000', '201444.140000', '201444.600000', '201445.060000', '201445.520000', '201445.980000', '201446.440000', '201446.900000', '201447.360000', '201447.820000', '201448.280000', '201448.740000', '201449.200000', '201449.660000', '201450.120000', '201450.580000', '201451.040000', '201451.500000', '201451.960000', '201452.420000', '201452.880000', '201453.340000', '201453.800000', '201454.260000', '201454.720000', '201455.180000', '201455.640000', '201456.100000', '201456.560000', '201457.020000', '201457.480000', '201457.940000', '201458.400000', '201458.860000', '201459.320000', '201459.780000', '201500.240000', '201500.700000', '201501.160000', '201501.620000', '201502.080000', '201502.540000', '201503.000000', '201503.460000', '201503.920000', '201504.380000', '201504.840000', '201505.300000', '201505.760000', '201506.220000', '201506.680000', '201507.140000', '201507.600000', '201508.060000', '201508.520000', '201508.980000', '201509.440000', '201509.900000', '201510.360000', '201510.820000', '201511.280000', '201511.740000', '201512.200000', '201512.660000', '201513.120000', '201513.580000', '201514.040000', '201514.500000', '201514.960000', '201515.420000', '201515.880000', '201516.340000', '201516.800000', '201517.260000', '201517.720000', '201518.180000', '201518.640000', '201519.100000', '201519.560000', '201520.020000', '201520.480000', '201520.940000', '201521.400000', '201521.860000', '201522.320000', '201522.780000', '201523.240000', '201523.700000', '201524.160000', '201524.620000', '201525.080000', '201525.540000', '201526.000000', '201526.460000', '201526.920000', '201527.380000', '201527.840000', '201528.300000', '201528.760000', '201529.220000', '201529.680000', '201530.140000', '201530.600000', '201531.060000', '201531.520000', '201531.980000', '201532.440000', '201532.900000', '201533.360000', '201533.820000', '201534.280000', '201534.740000', '201535.200000', '201535.660000', '201536.120000', '201536.580000', '201537.040000', '201537.500000', '201537.960000', '201538.420000', '201538.880000', '201539.340000', '201539.800000', '201540.260000', '201540.720000', '201541.180000', '201541.640000', '201542.100000', '201542.560000', '201543.020000', '201543.480000', '201543.940000', '201544.400000', '201544.860000', '201545.320000', '201545.780000', '201546.240000', '201546.700000', '201547.160000', '201547.620000', '201548.080000', '201548.540000', '201549.000000', '201549.460000', '201549.920000', '201550.380000', '201550.840000', '201551.300000', '201551.760000', '201552.220000', '201552.680000', '201553.140000', '201553.600000', '201554.060000', '201554.520000', '201554.980000', '201555.440000', '201555.900000', '201556.360000', '201556.820000', '201557.280000', '201557.740000', '201558.200000', '201558.660000', '201559.120000', '201559.580000', '201600.040000', '201600.500000', '201600.960000', '201601.420000', '201601.880000', '201602.340000', '201602.800000', '201603.260000', '201603.720000', '201604.180000', '201604.640000', '201605.100000', '201605.560000', '201606.020000', '201606.480000', '201606.940000', '201607.400000', '201607.860000', '201608.320000', '201608.780000', '201609.240000', '201609.700000', '201610.160000', '201610.620000', '201611.080000', '201611.540000', '201612.000000', '201612.460000', '201612.920000', '201613.380000', '201613.840000', '201614.300000', '201614.760000', '201615.220000', '201615.680000', '201616.140000', '201616.600000', '201617.060000', '201617.520000', '201617.980000', '201618.440000', '201618.900000', '201619.360000', '201619.820000', '201620.280000', '201620.740000', '201621.200000', '201621.660000', '201622.120000', '201622.580000', '201623.040000', '201623.500000', '201623.960000', '201624.420000', '201624.880000', '201625.340000', '201625.800000', '201626.260000', '201626.720000', '201627.180000', '201627.640000', '201628.100000', '201628.560000', '201629.020000', '201629.480000', '201629.940000', '201630.400000', '201630.860000', '201631.320000', '201631.780000', '201632.240000', '201632.700000', '201633.160000', '201633.620000', '201634.080000', '201634.540000', '201635.000000', '201635.460000', '201635.920000', '201636.380000', '201636.840000', '201637.300000', '201637.760000', '201638.220000', '201638.680000', '201639.140000', '201639.600000', '201640.060000', '201640.520000', '201640.980000', '201641.440000', '201641.900000', '201642.360000', '201642.820000', '201643.280000', '201643.740000', '201644.200000', '201644.660000', '201645.120000', '201645.580000', '201646.040000', '201646.500000', '201646.960000', '201647.420000', '201647.880000', '201648.340000', '201648.800000', '201649.260000', '201649.720000', '201650.180000', '201650.640000', '201651.100000', '201651.560000', '201652.020000', '201652.480000', '201652.940000', '201653.400000', '201653.860000', '201654.320000', '201654.780000', '201655.240000', '201655.700000', '201656.160000', '201656.620000', '201657.080000', '201657.540000', '201658.000000', '201658.460000', '201658.920000', '201659.380000', '201659.840000', '201700.300000', '201700.760000', '201701.220000', '201701.680000', '201702.140000', '201702.600000', '201703.060000', '201703.520000', '201703.980000', '201704.440000', '201704.900000', '201705.360000', '201705.820000', '201706.280000', '201706.740000', '201707.200000', '201707.660000', '201708.120000', '201708.580000', '201709.040000', '201709.500000', '201709.960000', '201710.420000', '201710.880000', '201711.340000', '201711.800000', '201712.260000', '201712.720000', '201713.180000', '201713.640000', '201714.100000', '201714.560000', '201715.020000', '201715.480000', '201715.940000', '201716.400000', '201716.860000', '201717.320000', '201717.780000', '201718.240000', '201718.700000', '201719.160000', '201719.620000', '201720.080000', '201720.540000', '201721.000000', '201721.460000', '201721.920000', '201722.380000', '201722.840000', '201723.300000', '201723.760000', '201724.220000', '201724.680000', '201725.140000', '201725.600000', '201726.060000', '201726.520000', '201726.980000', '201727.440000', '201727.900000', '201728.360000', '201728.820000', '201729.280000', '201729.740000', '201730.200000', '201730.660000', '201731.120000', '201731.580000', '201732.040000', '201732.500000', '201732.960000', '201733.420000', '201733.880000', '201734.340000', '201734.800000', '201735.260000', '201735.720000', '201736.180000', '201736.640000', '201737.100000', '201737.560000', '201738.020000', '201738.480000', '201738.940000', '201739.400000', '201739.860000', '201740.320000', '201740.780000', '201741.240000', '201741.700000', '201742.160000', '201742.620000', '201743.080000', '201743.540000', '201744.000000', '201744.460000', '201744.920000', '201745.380000', '201745.840000', '201746.300000', '201746.760000', '201747.220000', '201747.680000', '201748.140000', '201748.600000', '201749.060000', '201749.520000', '201749.980000', '201750.440000', '201750.900000', '201751.360000', '201751.820000', '201752.280000', '201752.740000', '201753.200000', '201753.660000', '201754.120000', '201754.580000', '201755.040000', '201755.500000', '201755.960000', '201756.420000', '201756.880000', '201757.340000', '201757.800000', '201758.260000', '201758.720000', '201759.180000', '201759.640000', '201800.100000', '201800.560000', '201801.020000', '201801.480000', '201801.940000', '201802.400000', '201802.860000', '201803.320000', '201803.780000', '201804.240000', '201804.700000', '201805.160000', '201805.620000', '201806.080000', '201806.540000', '201807.000000', '201807.460000', '201807.920000', '201808.380000', '201808.840000', '201809.300000', '201809.760000', '201810.220000', '201810.680000', '201811.140000', '201811.600000', '201812.060000', '201812.520000', '201812.980000', '201813.440000', '201813.900000', '201814.360000', '201814.820000', '201815.280000', '201815.740000', '201816.200000', '201816.660000', '201817.120000', '201817.580000', '201818.040000', '201818.500000', '201818.960000', '201819.420000', '201819.880000', '201820.340000', '201820.800000', '201821.260000', '201821.720000', '201822.180000', '201822.640000', '201823.100000', '201823.560000', '201824.020000', '201824.480000', '201824.940000', '201825.400000', '201825.860000', '201826.320000', '201826.780000', '201827.240000', '201827.700000', '201828.160000', '201828.620000', '201829.080000', '201829.540000', '201830.000000', '201830.460000', '201830.920000', '201831.380000', '201831.840000', '201832.300000', '201832.760000', '201833.220000', '201833.680000', '201834.140000', '201834.600000', '201835.060000', '201835.520000', '201835.980000', '201836.440000', '201836.900000', '201837.360000', '201837.820000', '201838.280000', '201838.740000', '201839.200000', '201839.660000', '201840.120000', '201840.580000', '201841.040000', '201841.500000', '201841.960000', '201842.420000', '201842.880000', '201843.340000', '201843.800000', '201844.260000', '201844.720000', '201845.180000', '201845.640000', '201846.100000', '201846.560000', '201847.020000', '201847.480000', '201847.940000', '201848.400000', '201848.860000', '201849.320000', '201849.780000', '201850.240000', '201850.700000', '201851.160000', '201851.620000', '201852.080000', '201852.540000', '201853.000000', '201853.460000', '201853.920000', '201854.380000', '201854.840000', '201855.300000', '201855.760000', '201856.220000', '201856.680000', '201857.140000', '201857.600000', '201858.060000', '201858.520000', '201858.980000', '201859.440000', '201859.900000', '201900.360000', '201900.820000', '201901.280000', '201901.740000', '201902.200000', '201902.660000', '201903.120000', '201903.580000', '201904.040000', '201904.500000', '201904.960000', '201905.420000', '201905.880000', '201906.340000', '201906.800000', '201907.260000', '201907.720000', '201908.180000', '201908.640000', '201909.100000', '201909.560000', '201910.020000', '201910.480000', '201910.940000', '201911.400000', '201911.860000', '201912.320000', '201912.780000', '201913.240000', '201913.700000', '201914.160000', '201914.620000', '201915.080000', '201915.540000', '201916.000000', '201916.460000', '201916.920000', '201917.380000', '201917.840000', '201918.300000', '201918.760000', '201919.220000', '201919.680000', '201920.140000', '201920.600000', '201921.060000', '201921.520000', '201921.980000', '201922.440000', '201922.900000', '201923.360000', '201923.820000', '201924.280000', '201924.740000', '201925.200000', '201925.660000', '201926.120000', '201926.580000', '201927.040000', '201927.500000', '201927.960000', '201928.420000', '201928.880000', '201929.340000', '201929.800000', '201930.260000', '201930.720000', '201931.180000', '201931.640000', '201932.100000', '201932.560000', '201933.020000', '201933.480000', '201933.940000', '201934.400000', '201934.860000', '201935.320000', '201935.780000', '201936.240000', '201936.700000', '201937.160000', '201937.620000', '201938.080000', '201938.540000', '201939.000000', '201939.460000', '201939.920000', '201940.380000', '201940.840000', '201941.300000', '201941.760000', '201942.220000', '201942.680000', '201943.140000', '201943.600000', '201944.060000', '201944.520000', '201944.980000', '201945.440000', '201945.900000', '201946.360000', '201946.820000', '201947.280000', '201947.740000', '201948.200000', '201948.660000', '201949.120000', '201949.580000', '201950.040000', '201950.500000', '201950.960000', '201951.420000', '201951.880000', '201952.340000', '201952.800000', '201953.260000', '201953.720000', '201954.180000', '201954.640000', '201955.100000', '201955.560000', '201956.020000', '201956.480000', '201956.940000', '201957.400000', '201957.860000', '201958.320000', '201958.780000', '201959.240000', '201959.700000', '202000.160000', '202000.620000', '202001.080000', '202001.540000', '202002.000000', '202002.460000', '202002.920000', '202003.380000', '202003.840000', '202004.300000', '202004.760000', '202005.220000', '202005.680000', '202006.140000', '202006.600000', '202007.060000', '202007.520000', '202007.980000', '202008.440000', '202008.900000', '202009.360000', '202009.820000', '202010.280000', '202010.740000', '202011.200000', '202011.660000', '202012.120000', '202012.580000', '202013.040000', '202013.500000', '202013.960000', '202014.420000', '202014.880000', '202015.340000', '202015.800000', '202016.260000', '202016.720000', '202017.180000', '202017.640000', '202018.100000', '202018.560000', '202019.020000', '202019.480000', '202019.940000', '202020.400000', '202020.860000', '202021.320000', '202021.780000', '202022.240000', '202022.700000', '202023.160000', '202023.620000', '202024.080000', '202024.540000', '202025.000000', '202025.460000', '202025.920000', '202026.380000', '202026.840000', '202027.300000', '202027.760000', '202028.220000', '202028.680000', '202029.140000', '202029.600000', '202030.060000', '202030.520000', '202030.980000', '202031.440000', '202031.900000', '202032.360000', '202032.820000', '202033.280000', '202033.740000', '202034.200000', '202034.660000', '202035.120000', '202035.580000', '202036.040000', '202036.500000', '202036.960000', '202037.420000', '202037.880000', '202038.340000', '202038.800000', '202039.260000', '202039.720000', '202040.180000', '202040.640000', '202041.100000', '202041.560000', '202042.020000', '202042.480000', '202042.940000', '202043.400000', '202043.860000', '202044.320000', '202044.780000', '202045.240000', '202045.700000', '202046.160000', '202046.620000', '202047.080000', '202047.540000', '202048.000000', '202048.460000', '202048.920000', '202049.380000', '202049.840000', '202050.300000', '202050.760000', '202051.220000', '202051.680000', '202052.140000', '202052.600000', '202053.060000', '202053.520000', '202053.980000', '202054.440000', '202054.900000', '202055.360000', '202055.820000', '202056.280000', '202056.740000', '202057.200000', '202057.660000', '202058.120000', '202058.580000', '202059.040000', '202059.500000', '202059.960000', '202100.420000', '202100.880000', '202101.340000', '202101.800000', '202102.260000', '202102.720000', '202103.180000', '202103.640000', '202104.100000', '202104.560000', '202105.020000', '202105.480000', '202105.940000', '202106.400000', '202106.860000', '202107.320000', '202107.780000', '202108.240000', '202108.700000', '202109.160000', '202109.620000', '202110.080000', '202110.540000', '202111.000000', '202111.460000', '202111.920000', '202112.380000', '202112.840000', '202113.300000', '202113.760000', '202114.220000', '202114.680000', '202115.140000', '202115.600000', '202116.060000', '202116.520000', '202116.980000', '202117.440000', '202117.900000', '202118.360000', '202118.820000', '202119.280000', '202119.740000', '202120.200000', '202120.660000', '202121.120000'], 'ContentTime': ['201102.659000', '201102.662000', '201102.671000', '201102.674000', '201102.676000', '201102.679000', '201102.682000', '201102.684000', '201102.687000', '201102.690000', '201102.692000', '201102.695000', '201102.698000', '201102.701000', '201102.704000', '201102.706000', '201102.709000', '201102.711000', '201102.718000', '201102.721000', '201102.723000', '201102.726000', '201102.728000', '201102.731000', '201102.733000', '201102.736000', '201102.739000', '201122.623000', '201122.626000', '201122.630000', '201122.633000', '201122.636000', '201122.638000', '201122.641000', '201122.643000', '201122.646000', '201122.648000', '201122.651000', '201122.654000', '201122.656000', '201122.659000', '201122.661000', '201122.664000', '201122.667000', '201122.669000', '201122.672000', '201122.682000', '201122.684000', '201122.687000', '201122.689000', '201122.692000', '201122.695000', '201122.697000', '201122.700000', '201122.702000', '201122.705000', '201122.707000', '201122.710000', '201122.713000', '201122.715000', '201122.718000', '201122.720000', '201122.723000', '201122.725000', '201122.728000', '201122.730000', '201122.733000', '201122.736000', '201122.738000', '201122.741000', '201122.744000', '201142.623000', '201142.626000', '201142.629000', '201142.631000', '201142.634000', '201142.637000', '201142.639000', '201142.642000', '201142.644000', '201142.647000', '201142.650000', '201142.652000', '201142.655000', '201142.657000', '201142.660000', '201142.663000', '201142.669000', '201142.672000', '201142.674000', '201142.677000', '201142.679000', '201142.682000', '201142.684000', '201142.687000', '201142.690000', '201142.692000', '201142.695000', '201142.698000', '201142.700000', '201142.703000', '201142.705000', '201142.708000', '201142.710000', '201142.713000', '201142.716000', '201142.719000', '201142.722000', '201142.725000', '201142.727000', '201142.730000', '201142.733000', '201142.735000', '201142.738000', '201202.623000', '201202.626000', '201202.629000', '201202.631000', '201202.634000', '201202.637000', '201202.639000', '201202.642000', '201202.644000', '201202.647000', '201202.650000', '201202.652000', '201202.685000', '201202.688000', '201202.690000', '201202.693000', '201202.696000', '201202.698000', '201202.701000', '201202.703000', '201202.706000', '201202.709000', '201202.711000', '201202.714000', '201202.716000', '201202.719000', '201202.722000', '201202.724000', '201202.727000', '201202.730000', '201202.732000', '201202.735000', '201202.737000', '201202.740000', '201202.743000', '201202.745000', '201202.748000', '201202.750000', '201202.753000', '201202.756000', '201202.758000', '201202.761000', '201202.763000', '201202.766000', '201222.623000', '201222.626000', '201222.629000', '201222.632000', '201222.634000', '201222.637000', '201222.639000', '201222.642000', '201222.645000', '201222.647000', '201222.650000', '201222.653000', '201222.655000', '201222.658000', '201222.660000', '201222.663000', '201222.666000', '201222.668000', '201222.671000', '201222.673000', '201222.676000', '201222.678000', '201222.681000', '201222.684000', '201222.686000', '201222.689000', '201222.692000', '201222.694000', '201222.697000', '201222.699000', '201222.702000', '201222.704000', '201222.707000', '201222.710000', '201222.712000', '201222.715000', '201222.717000', '201222.720000', '201222.722000', '201222.725000', '201222.728000', '201222.730000', '201222.733000', '201242.623000', '201242.626000', '201242.628000', '201242.631000', '201242.633000', '201242.636000', '201242.639000', '201242.641000', '201242.644000', '201242.646000', '201242.649000', '201242.652000', '201242.654000', '201242.657000', '201242.660000', '201242.662000', '201242.665000', '201242.667000', '201242.670000', '201242.672000', '201242.675000', '201242.678000', '201242.680000', '201242.683000', '201242.685000', '201242.688000', '201242.691000', '201242.693000', '201242.696000', '201242.699000', '201242.701000', '201242.704000', '201242.706000', '201242.709000', '201242.712000', '201242.714000', '201242.717000', '201242.719000', '201242.722000', '201242.725000', '201242.727000', '201242.730000', '201242.732000', '201242.735000', '201302.624000', '201302.627000', '201302.629000', '201302.632000', '201302.634000', '201302.637000', '201302.639000', '201302.642000', '201302.645000', '201302.647000', '201302.650000', '201302.652000', '201302.655000', '201302.658000', '201302.660000', '201302.663000', '201302.665000', '201302.668000', '201302.670000', '201302.673000', '201302.676000', '201302.678000', '201302.681000', '201302.683000', '201302.686000', '201302.689000', '201302.691000', '201302.694000', '201302.696000', '201302.699000', '201302.702000', '201302.704000', '201302.707000', '201302.709000', '201302.712000', '201302.715000', '201302.717000', '201302.720000', '201302.723000', '201302.725000', '201302.728000', '201302.731000', '201302.733000', '201322.623000', '201322.626000', '201322.629000', '201322.632000', '201322.634000', '201322.637000', '201322.639000', '201322.642000', '201322.645000', '201322.647000', '201322.650000', '201322.652000', '201322.655000', '201322.658000', '201322.660000', '201322.663000', '201322.665000', '201322.668000', '201322.671000', '201322.673000', '201322.676000', '201322.678000', '201322.681000', '201322.684000', '201322.686000', '201322.689000', '201322.692000', '201322.694000', '201322.697000', '201322.699000', '201322.702000', '201322.704000', '201322.707000', '201322.710000', '201322.712000', '201322.715000', '201322.717000', '201322.720000', '201322.723000', '201322.725000', '201322.728000', '201322.730000', '201322.733000', '201322.736000', '201342.623000', '201342.626000', '201342.629000', '201342.632000', '201342.634000', '201342.637000', '201342.639000', '201342.655000', '201342.657000', '201342.660000', '201342.662000', '201342.665000', '201342.668000', '201342.670000', '201342.673000', '201342.675000', '201342.678000', '201342.681000', '201342.683000', '201342.686000', '201342.688000', '201342.691000', '201342.694000', '201342.696000', '201342.699000', '201342.702000', '201342.704000', '201342.707000', '201342.709000', '201342.712000', '201342.715000', '201342.717000', '201342.720000', '201342.722000', '201342.725000', '201342.727000', '201342.730000', '201342.733000', '201342.735000', '201342.738000', '201342.740000', '201342.743000', '201342.746000', '201402.623000', '201402.626000', '201402.629000', '201402.631000', '201402.634000', '201402.636000', '201402.639000', '201402.642000', '201402.644000', '201402.647000', '201402.650000', '201402.652000', '201402.655000', '201402.657000', '201402.660000', '201402.662000', '201402.665000', '201402.668000', '201402.670000', '201402.673000', '201402.675000', '201402.678000', '201402.681000', '201402.683000', '201402.686000', '201402.689000', '201402.691000', '201402.694000', '201402.696000', '201402.699000', '201402.702000', '201402.704000', '201402.707000', '201402.709000', '201402.712000', '201402.715000', '201402.717000', '201402.720000', '201402.722000', '201402.725000', '201402.728000', '201402.730000', '201402.733000', '201402.735000', '201422.624000', '201422.627000', '201422.629000', '201422.632000', '201422.634000', '201422.637000', '201422.640000', '201422.642000', '201422.645000', '201422.648000', '201422.650000', '201422.653000', '201422.655000', '201422.658000', '201422.660000', '201422.663000', '201422.666000', '201422.668000', '201422.671000', '201422.674000', '201422.676000', '201422.679000', '201422.681000', '201422.684000', '201422.687000', '201422.689000', '201422.692000', '201422.694000', '201422.697000', '201422.699000', '201422.702000', '201422.705000', '201422.707000', '201422.710000', '201422.713000', '201422.715000', '201422.718000', '201422.720000', '201422.723000', '201422.726000', '201422.728000', '201422.731000', '201422.733000', '201442.624000', '201442.626000', '201442.629000', '201442.632000', '201442.634000', '201442.637000', '201442.640000', '201442.642000', '201442.645000', '201442.648000', '201442.650000', '201442.653000', '201442.655000', '201442.658000', '201442.661000', '201442.663000', '201442.666000', '201442.668000', '201442.671000', '201442.674000', '201442.676000', '201442.679000', '201442.681000', '201442.684000', '201442.687000', '201442.689000', '201442.692000', '201442.694000', '201442.697000', '201442.700000', '201442.702000', '201442.705000', '201442.708000', '201442.710000', '201442.713000', '201442.715000', '201442.718000', '201442.721000', '201442.723000', '201442.726000', '201442.728000', '201442.731000', '201442.734000', '201442.736000', '201502.623000', '201502.626000', '201502.628000', '201502.631000', '201502.634000', '201502.636000', '201502.639000', '201502.641000', '201502.644000', '201502.647000', '201502.649000', '201502.652000', '201502.654000', '201502.657000', '201502.659000', '201502.662000', '201502.665000', '201502.667000', '201502.670000', '201502.672000', '201502.675000', '201502.677000', '201502.680000', '201502.683000', '201502.685000', '201502.688000', '201502.691000', '201502.693000', '201502.696000', '201502.698000', '201502.701000', '201502.704000', '201502.715000', '201502.718000', '201502.720000', '201502.723000', '201502.726000', '201502.728000', '201502.731000', '201502.733000', '201502.736000', '201502.738000', '201502.741000', '201522.624000', '201522.626000', '201522.629000', '201522.632000', '201522.635000', '201522.637000', '201522.640000', '201522.642000', '201522.645000', '201522.648000', '201522.650000', '201522.653000', '201522.655000', '201522.658000', '201522.660000', '201522.663000', '201522.666000', '201522.668000', '201522.671000', '201522.674000', '201522.676000', '201522.679000', '201522.682000', '201522.684000', '201522.687000', '201522.689000', '201522.692000', '201522.695000', '201522.697000', '201522.700000', '201522.702000', '201522.705000', '201522.708000', '201522.710000', '201522.713000', '201522.716000', '201522.718000', '201522.721000', '201522.723000', '201522.726000', '201522.728000', '201522.731000', '201522.734000', '201522.736000', '201542.623000', '201542.626000', '201542.629000', '201542.632000', '201542.634000', '201542.637000', '201542.640000', '201542.642000', '201542.645000', '201542.647000', '201542.650000', '201542.652000', '201542.655000', '201542.658000', '201542.660000', '201542.663000', '201542.666000', '201542.668000', '201542.671000', '201542.673000', '201542.676000', '201542.679000', '201542.681000', '201542.684000', '201542.686000', '201542.689000', '201542.692000', '201542.694000', '201542.697000', '201542.700000', '201542.702000', '201542.705000', '201542.707000', '201542.710000', '201542.713000', '201542.715000', '201542.718000', '201542.720000', '201542.723000', '201542.726000', '201542.728000', '201542.731000', '201542.733000', '201602.623000', '201602.626000', '201602.629000', '201602.632000', '201602.634000', '201602.637000', '201602.640000', '201602.642000', '201602.645000', '201602.647000', '201602.650000', '201602.652000', '201602.655000', '201602.658000', '201602.660000', '201602.663000', '201602.665000', '201602.668000', '201602.671000', '201602.673000', '201602.676000', '201602.678000', '201602.681000', '201602.684000', '201602.686000', '201602.689000', '201602.691000', '201602.694000', '201602.697000', '201602.699000', '201602.702000', '201602.704000', '201602.707000', '201602.710000', '201602.712000', '201602.715000', '201602.717000', '201602.720000', '201602.723000', '201602.725000', '201602.728000', '201602.730000', '201602.733000', '201602.735000', '201622.624000', '201622.626000', '201622.629000', '201622.632000', '201622.634000', '201622.637000', '201622.639000', '201622.642000', '201622.645000', '201622.647000', '201622.650000', '201622.652000', '201622.655000', '201622.658000', '201622.661000', '201622.663000', '201622.666000', '201622.669000', '201622.671000', '201622.674000', '201622.676000', '201622.679000', '201622.682000', '201622.684000', '201622.687000', '201622.689000', '201622.692000', '201622.695000', '201622.697000', '201622.700000', '201622.703000', '201622.705000', '201622.708000', '201622.710000', '201622.715000', '201622.718000', '201622.720000', '201622.723000', '201622.725000', '201622.728000', '201622.731000', '201622.733000', '201622.736000', '201642.633000', '201642.636000', '201642.638000', '201642.641000', '201642.644000', '201642.646000', '201642.649000', '201642.651000', '201642.654000', '201642.657000', '201642.659000', '201642.662000', '201642.664000', '201642.667000', '201642.670000', '201642.672000', '201642.675000', '201642.677000', '201642.680000', '201642.683000', '201642.685000', '201642.688000', '201642.691000', '201642.693000', '201642.696000', '201642.698000', '201642.701000', '201642.704000', '201642.706000', '201642.709000', '201642.712000', '201642.714000', '201642.717000', '201642.719000', '201642.722000', '201642.725000', '201642.727000', '201642.730000', '201642.732000', '201642.735000', '201642.738000', '201642.740000', '201642.743000', '201702.624000', '201702.627000', '201702.629000', '201702.632000', '201702.634000', '201702.637000', '201702.640000', '201702.642000', '201702.645000', '201702.647000', '201702.650000', '201702.652000', '201702.655000', '201702.658000', '201702.660000', '201702.663000', '201702.665000', '201702.668000', '201702.670000', '201702.673000', '201702.676000', '201702.678000', '201702.681000', '201702.683000', '201702.686000', '201702.689000', '201702.691000', '201702.694000', '201702.696000', '201702.699000', '201702.702000', '201702.704000', '201702.707000', '201702.709000', '201702.712000', '201702.715000', '201702.717000', '201702.720000', '201702.722000', '201702.725000', '201702.727000', '201702.730000', '201702.733000', '201702.735000', '201722.623000', '201722.625000', '201722.628000', '201722.631000', '201722.633000', '201722.636000', '201722.639000', '201722.641000', '201722.644000', '201722.646000', '201722.649000', '201722.651000', '201722.655000', '201722.658000', '201722.661000', '201722.663000', '201722.666000', '201722.669000', '201722.671000', '201722.674000', '201722.677000', '201722.680000', '201722.682000', '201722.685000', '201722.687000', '201722.691000', '201722.694000', '201722.697000', '201722.699000', '201722.702000', '201722.705000', '201722.707000', '201722.710000', '201722.713000', '201722.715000', '201722.718000', '201722.721000', '201722.723000', '201722.726000', '201722.728000', '201722.731000', '201722.734000', '201722.736000', '201742.623000', '201742.626000', '201742.629000', '201742.632000', '201742.634000', '201742.637000', '201742.639000', '201742.642000', '201742.645000', '201742.647000', '201742.650000', '201742.653000', '201742.655000', '201742.658000', '201742.661000', '201742.663000', '201742.666000', '201742.668000', '201742.671000', '201742.674000', '201742.676000', '201742.679000', '201742.682000', '201742.684000', '201742.687000', '201742.690000', '201742.692000', '201742.695000', '201742.698000', '201742.700000', '201742.703000', '201742.706000', '201742.708000', '201742.711000', '201742.714000', '201742.716000', '201742.719000', '201742.722000', '201742.724000', '201742.727000', '201742.730000', '201742.732000', '201742.735000', '201742.737000', '201802.624000', '201802.626000', '201802.629000', '201802.632000', '201802.634000', '201802.637000', '201802.640000', '201802.642000', '201802.645000', '201802.647000', '201802.650000', '201802.673000', '201802.675000', '201802.678000', '201802.681000', '201802.683000', '201802.686000', '201802.688000', '201802.691000', '201802.694000', '201802.696000', '201802.699000', '201802.701000', '201802.704000', '201802.706000', '201802.709000', '201802.712000', '201802.714000', '201802.717000', '201802.720000', '201802.722000', '201802.725000', '201802.727000', '201802.730000', '201802.732000', '201802.735000', '201802.738000', '201802.740000', '201802.743000', '201802.745000', '201802.748000', '201802.751000', '201802.753000', '201802.756000', '201822.624000', '201822.627000', '201822.629000', '201822.632000', '201822.634000', '201822.637000', '201822.640000', '201822.642000', '201822.645000', '201822.647000', '201822.650000', '201822.653000', '201822.655000', '201822.658000', '201822.660000', '201822.663000', '201822.666000', '201822.668000', '201822.671000', '201822.674000', '201822.676000', '201822.679000', '201822.681000', '201822.684000', '201822.687000', '201822.689000', '201822.692000', '201822.695000', '201822.697000', '201822.700000', '201822.702000', '201822.705000', '201822.708000', '201822.710000', '201822.713000', '201822.715000', '201822.718000', '201822.721000', '201822.723000', '201822.726000', '201822.729000', '201822.731000', '201822.734000', '201842.623000', '201842.626000', '201842.629000', '201842.632000', '201842.634000', '201842.637000', '201842.639000', '201842.642000', '201842.645000', '201842.647000', '201842.650000', '201842.652000', '201842.655000', '201842.658000', '201842.660000', '201842.663000', '201842.665000', '201842.668000', '201842.670000', '201842.673000', '201842.676000', '201842.678000', '201842.681000', '201842.684000', '201842.686000', '201842.689000', '201842.692000', '201842.695000', '201842.698000', '201842.701000', '201842.704000', '201842.706000', '201842.709000', '201842.712000', '201842.715000', '201842.718000', '201842.721000', '201842.724000', '201842.726000', '201842.729000', '201842.732000', '201842.734000', '201842.737000', '201902.624000', '201902.626000', '201902.629000', '201902.643000', '201902.645000', '201902.648000', '201902.651000', '201902.653000', '201902.656000', '201902.658000', '201902.661000', '201902.665000', '201902.668000', '201902.670000', '201902.673000', '201902.675000', '201902.678000', '201902.680000', '201902.683000', '201902.686000', '201902.688000', '201902.691000', '201902.693000', '201902.696000', '201902.699000', '201902.701000', '201902.704000', '201902.707000', '201902.709000', '201902.712000', '201902.714000', '201902.717000', '201902.720000', '201902.722000', '201902.725000', '201902.727000', '201902.730000', '201902.733000', '201902.735000', '201902.738000', '201902.740000', '201902.743000', '201902.746000', '201902.748000', '201922.624000', '201922.626000', '201922.629000', '201922.632000', '201922.634000', '201922.637000', '201922.640000', '201922.671000', '201922.673000', '201922.676000', '201922.679000', '201922.681000', '201922.684000', '201922.686000', '201922.689000', '201922.692000', '201922.694000', '201922.697000', '201922.699000', '201922.702000', '201922.705000', '201922.708000', '201922.711000', '201922.713000', '201922.716000', '201922.719000', '201922.721000', '201922.724000', '201922.727000', '201922.729000', '201922.732000', '201922.734000', '201922.737000', '201922.740000', '201922.742000', '201922.745000', '201922.747000', '201922.750000', '201922.753000', '201922.755000', '201922.758000', '201922.761000', '201922.763000', '201942.623000', '201942.626000', '201942.628000', '201942.631000', '201942.633000', '201942.636000', '201942.639000', '201942.641000', '201942.644000', '201942.647000', '201942.649000', '201942.652000', '201942.654000', '201942.657000', '201942.660000', '201942.662000', '201942.665000', '201942.667000', '201942.670000', '201942.673000', '201942.675000', '201942.678000', '201942.680000', '201942.683000', '201942.686000', '201942.689000', '201942.691000', '201942.694000', '201942.696000', '201942.699000', '201942.702000', '201942.704000', '201942.707000', '201942.709000', '201942.712000', '201942.715000', '201942.717000', '201942.720000', '201942.723000', '201942.725000', '201942.728000', '201942.730000', '201942.733000', '201942.735000', '202002.624000', '202002.626000', '202002.629000', '202002.632000', '202002.634000', '202002.637000', '202002.639000', '202002.642000', '202002.645000', '202002.647000', '202002.650000', '202002.653000', '202002.655000', '202002.658000', '202002.660000', '202002.663000', '202002.666000', '202002.669000', '202002.672000', '202002.675000', '202002.677000', '202002.680000', '202002.683000', '202002.685000', '202002.688000', '202002.691000', '202002.693000', '202002.696000', '202002.698000', '202002.701000', '202002.704000', '202002.706000', '202002.709000', '202002.711000', '202002.714000', '202002.717000', '202002.719000', '202002.722000', '202002.724000', '202002.727000', '202002.730000', '202002.732000', '202002.736000', '202022.624000', '202022.626000', '202022.629000', '202022.632000', '202022.634000', '202022.637000', '202022.640000', '202022.642000', '202022.645000', '202022.647000', '202022.650000', '202022.652000', '202022.655000', '202022.658000', '202022.660000', '202022.663000', '202022.665000', '202022.668000', '202022.671000', '202022.673000', '202022.676000', '202022.678000', '202022.681000', '202022.684000', '202022.686000', '202022.689000', '202022.692000', '202022.694000', '202022.697000', '202022.699000', '202022.702000', '202022.705000', '202022.707000', '202022.720000', '202022.722000', '202022.725000', '202022.733000', '202022.735000', '202022.738000', '202022.741000', '202022.743000', '202022.746000', '202022.748000', '202022.751000', '202042.624000', '202042.627000', '202042.629000', '202042.632000', '202042.646000', '202042.648000', '202042.651000', '202042.654000', '202042.656000', '202042.659000', '202042.661000', '202042.664000', '202042.667000', '202042.669000', '202042.672000', '202042.674000', '202042.677000', '202042.680000', '202042.682000', '202042.685000', '202042.688000', '202042.690000', '202042.693000', '202042.696000', '202042.698000', '202042.701000', '202042.703000', '202042.706000', '202042.709000', '202042.711000', '202042.714000', '202042.716000', '202042.719000', '202042.722000', '202042.725000', '202042.727000', '202042.730000', '202042.733000', '202042.735000', '202042.738000', '202042.740000', '202042.743000', '202042.746000', '202102.624000', '202102.627000', '202102.629000', '202102.632000', '202102.635000', '202102.637000', '202102.640000', '202102.642000', '202102.645000', '202102.648000', '202102.650000', '202102.653000', '202102.655000', '202102.658000', '202102.661000', '202102.663000', '202102.666000', '202102.668000', '202102.671000', '202102.674000', '202102.676000', '202102.679000', '202102.681000', '202102.684000', '202102.687000', '202102.689000', '202102.692000', '202102.694000', '202102.697000', '202102.700000', '202102.702000', '202102.705000', '202102.708000', '202102.710000', '202102.713000', '202102.715000', '202102.718000', '202102.720000', '202102.723000', '202102.726000', '202102.728000', '202102.731000', '202102.733000', '202102.736000', '202122.624000', '202122.627000', '202122.630000', '202122.633000', '202122.636000', '202122.638000', '202122.641000', '202122.644000', '202122.647000', '202122.649000', '202122.652000', '202122.655000', '202122.658000', '202122.660000', '202122.663000', '202122.666000', '202122.669000', '202122.672000', '202122.675000', '202122.677000', '202122.680000', '202122.684000', '202122.688000', '202122.691000', '202122.693000', '202122.696000', '202122.699000', '202122.702000', '202122.705000', '202122.707000', '202122.710000', '202122.713000', '202122.716000', '202122.718000', '202122.721000', '202122.724000', '202122.726000', '202122.729000', '202122.732000', '202122.735000', '202122.738000', '202122.741000', '202122.744000', '202122.829000'], 'InstanceCreationTime': ['201102.659000', '201102.662000', '201102.671000', '201102.674000', '201102.676000', '201102.679000', '201102.682000', '201102.684000', '201102.687000', '201102.690000', '201102.692000', '201102.695000', '201102.698000', '201102.701000', '201102.704000', '201102.706000', '201102.709000', '201102.711000', '201102.718000', '201102.721000', '201102.723000', '201102.726000', '201102.728000', '201102.731000', '201102.733000', '201102.736000', '201102.739000', '201122.623000', '201122.626000', '201122.630000', '201122.633000', '201122.636000', '201122.638000', '201122.641000', '201122.643000', '201122.646000', '201122.648000', '201122.651000', '201122.654000', '201122.656000', '201122.659000', '201122.661000', '201122.664000', '201122.667000', '201122.669000', '201122.672000', '201122.682000', '201122.684000', '201122.687000', '201122.689000', '201122.692000', '201122.695000', '201122.697000', '201122.700000', '201122.702000', '201122.705000', '201122.707000', '201122.710000', '201122.713000', '201122.715000', '201122.718000', '201122.720000', '201122.723000', '201122.725000', '201122.728000', '201122.730000', '201122.733000', '201122.736000', '201122.738000', '201122.741000', '201122.744000', '201142.623000', '201142.626000', '201142.629000', '201142.631000', '201142.634000', '201142.637000', '201142.639000', '201142.642000', '201142.644000', '201142.647000', '201142.650000', '201142.652000', '201142.655000', '201142.657000', '201142.660000', '201142.663000', '201142.669000', '201142.672000', '201142.674000', '201142.677000', '201142.679000', '201142.682000', '201142.684000', '201142.687000', '201142.690000', '201142.692000', '201142.695000', '201142.698000', '201142.700000', '201142.703000', '201142.705000', '201142.708000', '201142.710000', '201142.713000', '201142.716000', '201142.719000', '201142.722000', '201142.725000', '201142.727000', '201142.730000', '201142.733000', '201142.735000', '201142.738000', '201202.623000', '201202.626000', '201202.629000', '201202.631000', '201202.634000', '201202.637000', '201202.639000', '201202.642000', '201202.644000', '201202.647000', '201202.650000', '201202.652000', '201202.685000', '201202.688000', '201202.690000', '201202.693000', '201202.696000', '201202.698000', '201202.701000', '201202.703000', '201202.706000', '201202.709000', '201202.711000', '201202.714000', '201202.716000', '201202.719000', '201202.722000', '201202.724000', '201202.727000', '201202.730000', '201202.732000', '201202.735000', '201202.737000', '201202.740000', '201202.743000', '201202.745000', '201202.748000', '201202.750000', '201202.753000', '201202.756000', '201202.758000', '201202.761000', '201202.763000', '201202.766000', '201222.623000', '201222.626000', '201222.629000', '201222.632000', '201222.634000', '201222.637000', '201222.639000', '201222.642000', '201222.645000', '201222.647000', '201222.650000', '201222.653000', '201222.655000', '201222.658000', '201222.660000', '201222.663000', '201222.666000', '201222.668000', '201222.671000', '201222.673000', '201222.676000', '201222.678000', '201222.681000', '201222.684000', '201222.686000', '201222.689000', '201222.692000', '201222.694000', '201222.697000', '201222.699000', '201222.702000', '201222.704000', '201222.707000', '201222.710000', '201222.712000', '201222.715000', '201222.717000', '201222.720000', '201222.722000', '201222.725000', '201222.728000', '201222.730000', '201222.733000', '201242.623000', '201242.626000', '201242.628000', '201242.631000', '201242.633000', '201242.636000', '201242.639000', '201242.641000', '201242.644000', '201242.646000', '201242.649000', '201242.652000', '201242.654000', '201242.657000', '201242.660000', '201242.662000', '201242.665000', '201242.667000', '201242.670000', '201242.672000', '201242.675000', '201242.678000', '201242.680000', '201242.683000', '201242.685000', '201242.688000', '201242.691000', '201242.693000', '201242.696000', '201242.699000', '201242.701000', '201242.704000', '201242.706000', '201242.709000', '201242.712000', '201242.714000', '201242.717000', '201242.719000', '201242.722000', '201242.725000', '201242.727000', '201242.730000', '201242.732000', '201242.735000', '201302.624000', '201302.627000', '201302.629000', '201302.632000', '201302.634000', '201302.637000', '201302.639000', '201302.642000', '201302.645000', '201302.647000', '201302.650000', '201302.652000', '201302.655000', '201302.658000', '201302.660000', '201302.663000', '201302.665000', '201302.668000', '201302.670000', '201302.673000', '201302.676000', '201302.678000', '201302.681000', '201302.683000', '201302.686000', '201302.689000', '201302.691000', '201302.694000', '201302.696000', '201302.699000', '201302.702000', '201302.704000', '201302.707000', '201302.709000', '201302.712000', '201302.715000', '201302.717000', '201302.720000', '201302.723000', '201302.725000', '201302.728000', '201302.731000', '201302.733000', '201322.623000', '201322.626000', '201322.629000', '201322.632000', '201322.634000', '201322.637000', '201322.639000', '201322.642000', '201322.645000', '201322.647000', '201322.650000', '201322.652000', '201322.655000', '201322.658000', '201322.660000', '201322.663000', '201322.665000', '201322.668000', '201322.671000', '201322.673000', '201322.676000', '201322.678000', '201322.681000', '201322.684000', '201322.686000', '201322.689000', '201322.692000', '201322.694000', '201322.697000', '201322.699000', '201322.702000', '201322.704000', '201322.707000', '201322.710000', '201322.712000', '201322.715000', '201322.717000', '201322.720000', '201322.723000', '201322.725000', '201322.728000', '201322.730000', '201322.733000', '201322.736000', '201342.623000', '201342.626000', '201342.629000', '201342.632000', '201342.634000', '201342.637000', '201342.639000', '201342.655000', '201342.657000', '201342.660000', '201342.662000', '201342.665000', '201342.668000', '201342.670000', '201342.673000', '201342.675000', '201342.678000', '201342.681000', '201342.683000', '201342.686000', '201342.688000', '201342.691000', '201342.694000', '201342.696000', '201342.699000', '201342.702000', '201342.704000', '201342.707000', '201342.709000', '201342.712000', '201342.715000', '201342.717000', '201342.720000', '201342.722000', '201342.725000', '201342.727000', '201342.730000', '201342.733000', '201342.735000', '201342.738000', '201342.740000', '201342.743000', '201342.746000', '201402.623000', '201402.626000', '201402.629000', '201402.631000', '201402.634000', '201402.636000', '201402.639000', '201402.642000', '201402.644000', '201402.647000', '201402.650000', '201402.652000', '201402.655000', '201402.657000', '201402.660000', '201402.662000', '201402.665000', '201402.668000', '201402.670000', '201402.673000', '201402.675000', '201402.678000', '201402.681000', '201402.683000', '201402.686000', '201402.689000', '201402.691000', '201402.694000', '201402.696000', '201402.699000', '201402.702000', '201402.704000', '201402.707000', '201402.709000', '201402.712000', '201402.715000', '201402.717000', '201402.720000', '201402.722000', '201402.725000', '201402.728000', '201402.730000', '201402.733000', '201402.735000', '201422.624000', '201422.627000', '201422.629000', '201422.632000', '201422.634000', '201422.637000', '201422.640000', '201422.642000', '201422.645000', '201422.648000', '201422.650000', '201422.653000', '201422.655000', '201422.658000', '201422.660000', '201422.663000', '201422.666000', '201422.668000', '201422.671000', '201422.674000', '201422.676000', '201422.679000', '201422.681000', '201422.684000', '201422.687000', '201422.689000', '201422.692000', '201422.694000', '201422.697000', '201422.699000', '201422.702000', '201422.705000', '201422.707000', '201422.710000', '201422.713000', '201422.715000', '201422.718000', '201422.720000', '201422.723000', '201422.726000', '201422.728000', '201422.731000', '201422.733000', '201442.624000', '201442.626000', '201442.629000', '201442.632000', '201442.634000', '201442.637000', '201442.640000', '201442.642000', '201442.645000', '201442.648000', '201442.650000', '201442.653000', '201442.655000', '201442.658000', '201442.661000', '201442.663000', '201442.666000', '201442.668000', '201442.671000', '201442.674000', '201442.676000', '201442.679000', '201442.681000', '201442.684000', '201442.687000', '201442.689000', '201442.692000', '201442.694000', '201442.697000', '201442.700000', '201442.702000', '201442.705000', '201442.708000', '201442.710000', '201442.713000', '201442.715000', '201442.718000', '201442.721000', '201442.723000', '201442.726000', '201442.728000', '201442.731000', '201442.734000', '201442.736000', '201502.623000', '201502.626000', '201502.628000', '201502.631000', '201502.634000', '201502.636000', '201502.639000', '201502.641000', '201502.644000', '201502.647000', '201502.649000', '201502.652000', '201502.654000', '201502.657000', '201502.659000', '201502.662000', '201502.665000', '201502.667000', '201502.670000', '201502.672000', '201502.675000', '201502.677000', '201502.680000', '201502.683000', '201502.685000', '201502.688000', '201502.691000', '201502.693000', '201502.696000', '201502.698000', '201502.701000', '201502.704000', '201502.715000', '201502.718000', '201502.720000', '201502.723000', '201502.726000', '201502.728000', '201502.731000', '201502.733000', '201502.736000', '201502.738000', '201502.741000', '201522.624000', '201522.626000', '201522.629000', '201522.632000', '201522.635000', '201522.637000', '201522.640000', '201522.642000', '201522.645000', '201522.648000', '201522.650000', '201522.653000', '201522.655000', '201522.658000', '201522.660000', '201522.663000', '201522.666000', '201522.668000', '201522.671000', '201522.674000', '201522.676000', '201522.679000', '201522.682000', '201522.684000', '201522.687000', '201522.689000', '201522.692000', '201522.695000', '201522.697000', '201522.700000', '201522.702000', '201522.705000', '201522.708000', '201522.710000', '201522.713000', '201522.716000', '201522.718000', '201522.721000', '201522.723000', '201522.726000', '201522.728000', '201522.731000', '201522.734000', '201522.736000', '201542.623000', '201542.626000', '201542.629000', '201542.632000', '201542.634000', '201542.637000', '201542.640000', '201542.642000', '201542.645000', '201542.647000', '201542.650000', '201542.652000', '201542.655000', '201542.658000', '201542.660000', '201542.663000', '201542.666000', '201542.668000', '201542.671000', '201542.673000', '201542.676000', '201542.679000', '201542.681000', '201542.684000', '201542.686000', '201542.689000', '201542.692000', '201542.694000', '201542.697000', '201542.700000', '201542.702000', '201542.705000', '201542.707000', '201542.710000', '201542.713000', '201542.715000', '201542.718000', '201542.720000', '201542.723000', '201542.726000', '201542.728000', '201542.731000', '201542.733000', '201602.623000', '201602.626000', '201602.629000', '201602.632000', '201602.634000', '201602.637000', '201602.640000', '201602.642000', '201602.645000', '201602.647000', '201602.650000', '201602.652000', '201602.655000', '201602.658000', '201602.660000', '201602.663000', '201602.665000', '201602.668000', '201602.671000', '201602.673000', '201602.676000', '201602.678000', '201602.681000', '201602.684000', '201602.686000', '201602.689000', '201602.691000', '201602.694000', '201602.697000', '201602.699000', '201602.702000', '201602.704000', '201602.707000', '201602.710000', '201602.712000', '201602.715000', '201602.717000', '201602.720000', '201602.723000', '201602.725000', '201602.728000', '201602.730000', '201602.733000', '201602.735000', '201622.624000', '201622.626000', '201622.629000', '201622.632000', '201622.634000', '201622.637000', '201622.639000', '201622.642000', '201622.645000', '201622.647000', '201622.650000', '201622.652000', '201622.655000', '201622.658000', '201622.661000', '201622.663000', '201622.666000', '201622.669000', '201622.671000', '201622.674000', '201622.676000', '201622.679000', '201622.682000', '201622.684000', '201622.687000', '201622.689000', '201622.692000', '201622.695000', '201622.697000', '201622.700000', '201622.703000', '201622.705000', '201622.708000', '201622.710000', '201622.715000', '201622.718000', '201622.720000', '201622.723000', '201622.725000', '201622.728000', '201622.731000', '201622.733000', '201622.736000', '201642.633000', '201642.636000', '201642.638000', '201642.641000', '201642.644000', '201642.646000', '201642.649000', '201642.651000', '201642.654000', '201642.657000', '201642.659000', '201642.662000', '201642.664000', '201642.667000', '201642.670000', '201642.672000', '201642.675000', '201642.677000', '201642.680000', '201642.683000', '201642.685000', '201642.688000', '201642.691000', '201642.693000', '201642.696000', '201642.698000', '201642.701000', '201642.704000', '201642.706000', '201642.709000', '201642.712000', '201642.714000', '201642.717000', '201642.719000', '201642.722000', '201642.725000', '201642.727000', '201642.730000', '201642.732000', '201642.735000', '201642.738000', '201642.740000', '201642.743000', '201702.624000', '201702.627000', '201702.629000', '201702.632000', '201702.634000', '201702.637000', '201702.640000', '201702.642000', '201702.645000', '201702.647000', '201702.650000', '201702.652000', '201702.655000', '201702.658000', '201702.660000', '201702.663000', '201702.665000', '201702.668000', '201702.670000', '201702.673000', '201702.676000', '201702.678000', '201702.681000', '201702.683000', '201702.686000', '201702.689000', '201702.691000', '201702.694000', '201702.696000', '201702.699000', '201702.702000', '201702.704000', '201702.707000', '201702.709000', '201702.712000', '201702.715000', '201702.717000', '201702.720000', '201702.722000', '201702.725000', '201702.727000', '201702.730000', '201702.733000', '201702.735000', '201722.623000', '201722.625000', '201722.628000', '201722.631000', '201722.633000', '201722.636000', '201722.639000', '201722.641000', '201722.644000', '201722.646000', '201722.649000', '201722.651000', '201722.655000', '201722.658000', '201722.661000', '201722.663000', '201722.666000', '201722.669000', '201722.671000', '201722.674000', '201722.677000', '201722.680000', '201722.682000', '201722.685000', '201722.687000', '201722.691000', '201722.694000', '201722.697000', '201722.699000', '201722.702000', '201722.705000', '201722.707000', '201722.710000', '201722.713000', '201722.715000', '201722.718000', '201722.721000', '201722.723000', '201722.726000', '201722.728000', '201722.731000', '201722.734000', '201722.736000', '201742.623000', '201742.626000', '201742.629000', '201742.632000', '201742.634000', '201742.637000', '201742.639000', '201742.642000', '201742.645000', '201742.647000', '201742.650000', '201742.653000', '201742.655000', '201742.658000', '201742.661000', '201742.663000', '201742.666000', '201742.668000', '201742.671000', '201742.674000', '201742.676000', '201742.679000', '201742.682000', '201742.684000', '201742.687000', '201742.690000', '201742.692000', '201742.695000', '201742.698000', '201742.700000', '201742.703000', '201742.706000', '201742.708000', '201742.711000', '201742.714000', '201742.716000', '201742.719000', '201742.722000', '201742.724000', '201742.727000', '201742.730000', '201742.732000', '201742.735000', '201742.737000', '201802.624000', '201802.626000', '201802.629000', '201802.632000', '201802.634000', '201802.637000', '201802.640000', '201802.642000', '201802.645000', '201802.647000', '201802.650000', '201802.673000', '201802.675000', '201802.678000', '201802.681000', '201802.683000', '201802.686000', '201802.688000', '201802.691000', '201802.694000', '201802.696000', '201802.699000', '201802.701000', '201802.704000', '201802.706000', '201802.709000', '201802.712000', '201802.714000', '201802.717000', '201802.720000', '201802.722000', '201802.725000', '201802.727000', '201802.730000', '201802.732000', '201802.735000', '201802.738000', '201802.740000', '201802.743000', '201802.745000', '201802.748000', '201802.751000', '201802.753000', '201802.756000', '201822.624000', '201822.627000', '201822.629000', '201822.632000', '201822.634000', '201822.637000', '201822.640000', '201822.642000', '201822.645000', '201822.647000', '201822.650000', '201822.653000', '201822.655000', '201822.658000', '201822.660000', '201822.663000', '201822.666000', '201822.668000', '201822.671000', '201822.674000', '201822.676000', '201822.679000', '201822.681000', '201822.684000', '201822.687000', '201822.689000', '201822.692000', '201822.695000', '201822.697000', '201822.700000', '201822.702000', '201822.705000', '201822.708000', '201822.710000', '201822.713000', '201822.715000', '201822.718000', '201822.721000', '201822.723000', '201822.726000', '201822.729000', '201822.731000', '201822.734000', '201842.623000', '201842.626000', '201842.629000', '201842.632000', '201842.634000', '201842.637000', '201842.639000', '201842.642000', '201842.645000', '201842.647000', '201842.650000', '201842.652000', '201842.655000', '201842.658000', '201842.660000', '201842.663000', '201842.665000', '201842.668000', '201842.670000', '201842.673000', '201842.676000', '201842.678000', '201842.681000', '201842.684000', '201842.686000', '201842.689000', '201842.692000', '201842.695000', '201842.698000', '201842.701000', '201842.704000', '201842.706000', '201842.709000', '201842.712000', '201842.715000', '201842.718000', '201842.721000', '201842.724000', '201842.726000', '201842.729000', '201842.732000', '201842.734000', '201842.737000', '201902.624000', '201902.626000', '201902.629000', '201902.643000', '201902.645000', '201902.648000', '201902.651000', '201902.653000', '201902.656000', '201902.658000', '201902.661000', '201902.665000', '201902.668000', '201902.670000', '201902.673000', '201902.675000', '201902.678000', '201902.680000', '201902.683000', '201902.686000', '201902.688000', '201902.691000', '201902.693000', '201902.696000', '201902.699000', '201902.701000', '201902.704000', '201902.707000', '201902.709000', '201902.712000', '201902.714000', '201902.717000', '201902.720000', '201902.722000', '201902.725000', '201902.727000', '201902.730000', '201902.733000', '201902.735000', '201902.738000', '201902.740000', '201902.743000', '201902.746000', '201902.748000', '201922.624000', '201922.626000', '201922.629000', '201922.632000', '201922.634000', '201922.637000', '201922.640000', '201922.671000', '201922.673000', '201922.676000', '201922.679000', '201922.681000', '201922.684000', '201922.686000', '201922.689000', '201922.692000', '201922.694000', '201922.697000', '201922.699000', '201922.702000', '201922.705000', '201922.708000', '201922.711000', '201922.713000', '201922.716000', '201922.719000', '201922.721000', '201922.724000', '201922.727000', '201922.729000', '201922.732000', '201922.734000', '201922.737000', '201922.740000', '201922.742000', '201922.745000', '201922.747000', '201922.750000', '201922.753000', '201922.755000', '201922.758000', '201922.761000', '201922.763000', '201942.623000', '201942.626000', '201942.628000', '201942.631000', '201942.633000', '201942.636000', '201942.639000', '201942.641000', '201942.644000', '201942.647000', '201942.649000', '201942.652000', '201942.654000', '201942.657000', '201942.660000', '201942.662000', '201942.665000', '201942.667000', '201942.670000', '201942.673000', '201942.675000', '201942.678000', '201942.680000', '201942.683000', '201942.686000', '201942.689000', '201942.691000', '201942.694000', '201942.696000', '201942.699000', '201942.702000', '201942.704000', '201942.707000', '201942.709000', '201942.712000', '201942.715000', '201942.717000', '201942.720000', '201942.723000', '201942.725000', '201942.728000', '201942.730000', '201942.733000', '201942.735000', '202002.624000', '202002.626000', '202002.629000', '202002.632000', '202002.634000', '202002.637000', '202002.639000', '202002.642000', '202002.645000', '202002.647000', '202002.650000', '202002.653000', '202002.655000', '202002.658000', '202002.660000', '202002.663000', '202002.666000', '202002.669000', '202002.672000', '202002.675000', '202002.677000', '202002.680000', '202002.683000', '202002.685000', '202002.688000', '202002.691000', '202002.693000', '202002.696000', '202002.698000', '202002.701000', '202002.704000', '202002.706000', '202002.709000', '202002.711000', '202002.714000', '202002.717000', '202002.719000', '202002.722000', '202002.724000', '202002.727000', '202002.730000', '202002.732000', '202002.736000', '202022.624000', '202022.626000', '202022.629000', '202022.632000', '202022.634000', '202022.637000', '202022.640000', '202022.642000', '202022.645000', '202022.647000', '202022.650000', '202022.652000', '202022.655000', '202022.658000', '202022.660000', '202022.663000', '202022.665000', '202022.668000', '202022.671000', '202022.673000', '202022.676000', '202022.678000', '202022.681000', '202022.684000', '202022.686000', '202022.689000', '202022.692000', '202022.694000', '202022.697000', '202022.699000', '202022.702000', '202022.705000', '202022.707000', '202022.720000', '202022.722000', '202022.725000', '202022.733000', '202022.735000', '202022.738000', '202022.741000', '202022.743000', '202022.746000', '202022.748000', '202022.751000', '202042.624000', '202042.627000', '202042.629000', '202042.632000', '202042.646000', '202042.648000', '202042.651000', '202042.654000', '202042.656000', '202042.659000', '202042.661000', '202042.664000', '202042.667000', '202042.669000', '202042.672000', '202042.674000', '202042.677000', '202042.680000', '202042.682000', '202042.685000', '202042.688000', '202042.690000', '202042.693000', '202042.696000', '202042.698000', '202042.701000', '202042.703000', '202042.706000', '202042.709000', '202042.711000', '202042.714000', '202042.716000', '202042.719000', '202042.722000', '202042.725000', '202042.727000', '202042.730000', '202042.733000', '202042.735000', '202042.738000', '202042.740000', '202042.743000', '202042.746000', '202102.624000', '202102.627000', '202102.629000', '202102.632000', '202102.635000', '202102.637000', '202102.640000', '202102.642000', '202102.645000', '202102.648000', '202102.650000', '202102.653000', '202102.655000', '202102.658000', '202102.661000', '202102.663000', '202102.666000', '202102.668000', '202102.671000', '202102.674000', '202102.676000', '202102.679000', '202102.681000', '202102.684000', '202102.687000', '202102.689000', '202102.692000', '202102.694000', '202102.697000', '202102.700000', '202102.702000', '202102.705000', '202102.708000', '202102.710000', '202102.713000', '202102.715000', '202102.718000', '202102.720000', '202102.723000', '202102.726000', '202102.728000', '202102.731000', '202102.733000', '202102.736000', '202122.624000', '202122.627000', '202122.630000', '202122.633000', '202122.636000', '202122.638000', '202122.641000', '202122.644000', '202122.647000', '202122.649000', '202122.652000', '202122.655000', '202122.658000', '202122.660000', '202122.663000', '202122.666000', '202122.669000', '202122.672000', '202122.675000', '202122.677000', '202122.680000', '202122.684000', '202122.688000', '202122.691000', '202122.693000', '202122.696000', '202122.699000', '202122.702000', '202122.705000', '202122.707000', '202122.710000', '202122.713000', '202122.716000', '202122.718000', '202122.721000', '202122.724000', '202122.726000', '202122.729000', '202122.732000', '202122.735000', '202122.738000', '202122.741000', '202122.744000', '202122.829000'], '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': [10908, 8446, 12226, 9050, 9913, 8298, 11390, 8215, 13651, 10083, 9618, 8603, 7148, 8474, 7778, 8317, 7549, 8494, 7099, 8309, 7292, 9649, 9116, 10792, 7642, 8786, 7493, 9115, 7620, 12595, 8336, 9850, 8142, 9620, 8078, 8926, 8654, 7140, 8517, 7292, 8678, 7308, 12289, 8235, 8643, 8635, 8043, 8321, 7264, 10794, 8012, 9631, 7983, 9287, 7818, 8649, 8184, 7133, 8657, 7623, 8183, 7490, 11693, 8189, 8145, 8402, 7415, 8174, 7679, 11656, 7881, 11258, 7856, 9437, 8140, 8682, 8599, 6925, 8702, 7397, 8388, 7762, 10654, 8124, 7393, 8662, 7419, 8185, 7601, 11761, 8534, 10028, 8487, 8857, 8159, 9392, 9249, 9275, 10216, 7492, 8920, 7932, 9136, 7615, 11595, 8366, 8367, 8557, 7438, 8977, 7778, 9353, 7974, 7098, 8412, 7326, 10750, 8842, 13879, 9912, 12442, 9254, 10384, 10554, 8751, 8490, 7726, 7807, 8259, 9374, 8228, 8168, 6941, 7561, 8849, 8148, 7889, 8111, 7389, 10286, 8174, 9741, 8435, 9557, 8516, 7975, 9736, 7815, 9809, 8041, 11515, 8430, 11531, 8628, 8165, 8481, 7583, 8330, 7367, 9581, 8047, 9094, 8251, 8453, 9276, 8974, 9623, 8031, 7838, 7707, 10107, 8172, 10864, 8532, 8064, 8349, 7367, 8631, 7964, 11316, 8299, 8228, 8121, 7560, 8624, 7520, 10851, 8321, 9534, 8210, 9369, 7997, 11572, 8313, 7940, 8457, 7897, 8521, 8524, 8552, 7483, 8818, 7561, 7569, 7573, 9371, 7869, 11339, 8130, 9705, 8037, 9446, 7901, 9224, 7737, 9595, 8103, 8676, 7983, 8366, 7572, 9502, 7928, 7695, 8678, 7970, 8638, 9583, 8372, 9689, 8840, 8080, 8458, 7917, 8258, 9102, 8134, 8640, 8494, 7341, 8490, 11788, 8846, 11397, 8992, 9864, 8495, 7106, 8648, 7128, 8311, 9437, 8139, 8676, 8437, 7480, 8584, 7607, 8441, 9709, 8287, 7883, 8603, 6890, 8933, 7105, 10706, 8967, 12076, 7505, 10810, 7776, 9294, 7501, 10834, 7915, 9383, 8541, 9435, 8484, 9054, 8346, 8069, 8462, 7218, 8620, 7994, 8316, 7431, 12625, 8238, 10807, 10137, 13946, 11406, 9997, 8778, 7710, 9299, 8085, 9072, 8910, 7777, 8494, 6845, 9374, 8017, 9750, 8142, 9535, 7877, 9299, 7414, 11110, 8142, 9514, 8309, 9042, 8072, 9928, 8596, 8273, 8427, 7629, 8866, 8050, 8509, 7579, 12250, 8039, 10868, 8148, 9179, 7497, 10252, 8524, 11925, 8073, 9094, 8042, 8779, 7816, 10413, 8082, 10416, 8064, 9543, 7896, 9365, 8071, 7552, 8423, 7144, 8369, 8499, 8077, 7437, 7787, 7697, 7097, 7894, 10760, 8136, 11717, 10361, 8116, 10847, 8357, 11552, 8091, 13112, 9092, 7034, 8655, 7502, 7720, 7680, 10091, 7973, 8088, 8906, 7020, 8501, 7389, 9214, 7675, 11184, 8167, 10909, 7928, 11596, 8102, 11079, 8645, 6662, 8512, 6750, 9211, 7466, 8959, 8585, 8550, 8439, 9623, 10399, 8387, 9558, 7126, 8590, 7174, 11914, 8428, 8726, 8487, 8316, 8575, 6992, 10935, 7721, 6702, 8287, 8297, 10004, 8462, 12299, 8695, 9152, 8464, 8122, 8254, 8912, 9601, 7236, 10201, 7810, 8884, 7781, 10163, 8185, 8476, 8461, 6986, 8279, 7399, 11579, 7741, 8847, 8428, 8007, 8328, 7173, 8994, 7575, 8384, 8114, 8024, 8375, 7572, 8817, 7746, 8901, 7841, 12392, 9102, 10628, 8542, 8832, 8386, 9837, 8801, 8679, 8510, 8374, 8596, 7524, 9655, 8199, 10116, 8327, 9502, 8529, 8971, 8372, 7161, 8560, 8104, 8578, 7585, 8695, 7312, 10422, 7966, 7381, 8328, 7693, 8371, 7102, 9631, 7692, 8568, 7684, 11788, 8666, 11744, 8632, 7760, 8587, 7976, 8452, 7023, 8728, 7836, 8910, 7894, 12185, 8724, 8319, 8749, 8973, 10234, 8829, 11060, 8091, 9253, 8031, 10109, 8281, 10014, 8501, 7423, 8595, 7513, 9367, 9028, 8731, 7942, 8690, 7605, 8732, 7954, 8884, 7996, 8407, 7269, 8222, 7948, 8754, 7751, 12328, 8923, 8516, 8732, 8750, 8373, 8673, 8220, 7644, 8595, 7412, 11632, 10846, 13130, 9656, 10745, 8350, 10117, 8271, 10196, 8562, 7297, 8860, 8480, 8517, 7598, 12048, 8012, 8606, 8653, 8719, 8956, 8091, 10043, 7909, 8578, 8069, 9449, 7971, 9943, 8480, 7925, 8863, 8275, 10381, 8157, 11038, 8622, 8226, 8463, 7015, 9528, 7645, 11439, 8250, 7382, 8137, 9856, 8078, 9926, 8067, 7408, 8359, 7604, 10848, 8446, 8778, 9067, 8048, 8972, 8261, 12713, 9409, 9316, 8498, 8065, 8460, 8288, 9359, 8577, 7749, 7728, 7835, 9218, 8120, 8540, 9258, 7356, 9117, 8157, 9548, 7893, 8756, 9945, 7441, 9035, 8270, 7059, 8373, 7586, 9977, 8580, 8773, 9023, 7133, 10717, 8656, 12405, 8111, 10645, 8289, 11490, 9961, 11794, 8315, 7388, 8716, 7352, 8663, 7053, 9776, 7507, 9275, 8053, 9552, 8304, 8470, 8189, 7927, 8852, 6817, 9809, 10474, 10910, 7504, 9119, 8080, 9222, 8079, 8298, 8420, 7249, 8568, 7532, 8274, 7869, 13198, 9050, 8410, 8671, 7354, 8951, 7570, 12526, 8169, 9243, 8611, 8231, 8965, 7193, 10651, 8101, 9091, 8192, 10984, 8189, 12618, 9479, 8140, 8832, 9532, 8639, 9360, 8765, 9406, 9122, 6958, 8305, 8836, 8243, 8202, 8217, 7165, 10451, 7855, 9241, 8542, 9139, 8629, 7629, 11130, 8572, 8754, 8913, 8096, 10160, 12259, 11143, 8587, 8366, 7218, 8724, 8915, 8731, 7843, 8284, 6949, 6643, 7546, 8166, 7180, 9191, 8329, 8522, 8050, 6574, 8389, 8853, 9054, 11323, 9814, 7106, 8811, 6830, 10120, 9987, 12443, 8865, 11318, 7532, 8876, 7436, 12269, 8528, 9971, 8091, 8100, 8176, 7062, 9718, 7717, 9790, 8121, 7805, 7964, 10127, 10576, 8871, 12016, 7531, 9175, 7901, 11747, 8683, 8406, 8346, 7450, 8770, 7387, 9964, 8281, 7104, 8302, 7395, 8085, 7719, 10568, 8691, 7482, 8336, 7595, 8643, 7801, 12307, 9007, 6984, 8136, 7561, 8390, 7944, 13232, 9108, 8365, 7935, 7277, 8397, 7982, 11083, 7557, 10367, 7744, 10183, 7306, 8232, 8048, 6578, 7814, 7309, 8565, 7458, 11613, 8706, 11773, 7857, 8761, 7691, 8382, 8418, 7209, 9105, 7475, 8387, 7631, 11214, 8357, 9456, 7636, 7114, 8656, 7486, 11138, 7762, 10668, 7902, 7012, 8276, 8133, 9474, 7784, 12603, 7599, 10455, 7685, 8941, 8347, 7474, 7289, 7499, 8420, 7788, 11262, 8798, 8970, 7429, 7002, 7885, 7187, 8741, 7356, 12135, 7789, 6703, 8111, 8254, 9241, 8242, 12736, 7462, 10502, 7287, 8721, 9383, 7798, 10903, 7722, 10053, 7050, 8309, 8668, 7076, 10244, 7958, 9607, 7579, 7915, 10213, 7622, 9021, 7893, 7460, 7814, 6961, 10639, 7752, 8858, 7858, 8209, 8106, 10093, 11758, 8756, 10789, 7737, 6973, 8288, 7686, 9779, 7531, 9966, 7675, 9703, 7791, 9287, 7679, 10616, 7974, 10203, 7613, 7609, 6464, 7340, 7943, 7725, 7248, 9267, 8099, 11883, 7491, 8206, 7972, 7350, 9843, 11632, 14670, 10144, 13315, 8267, 9639, 7810, 8228, 9152, 7454, 8412, 7594, 7953, 7954, 7215, 8817, 7358, 7007, 7731, 7666, 9806, 7201, 9439, 7139, 6841, 8568, 8013, 9835, 7277, 10361, 7189, 7677, 7833, 8264, 9843, 7081, 9398, 6689, 7112, 7177, 7054, 9394, 7248, 9565, 6919, 8313, 8005, 7788, 7899, 7031, 8161, 7459, 11417, 8064, 6785, 7281, 7004, 8022, 6779, 8800, 7517, 6979, 7703, 7608, 11256, 7765, 11735, 7844, 7245, 7588, 7236, 10307, 8135, 13665, 9505, 8957, 7465, 7116, 7484, 7307, 11460, 7409, 8656, 7407, 8013, 8442, 7309, 11109, 7304, 10573, 7671, 10058, 8392, 7663, 7433, 7176, 8059, 7576, 10488, 7612, 9821, 7118, 7042, 7721, 7368, 9542, 7720, 7927, 7282, 7044, 7920, 7355, 11815, 7421, 9244, 7403, 6947, 7289, 7408, 10639, 7261, 9746, 7217, 8330, 8605, 7393, 9738, 7419, 9326, 7063, 8142, 7950, 7155, 8983, 7212, 8986, 7003, 8742, 8632, 8051, 10180, 7383, 9035, 7358, 11734, 8514, 7215, 7306, 7451, 7658, 7546, 12878, 7394, 7043, 7171, 6773, 8570, 6852, 6975, 7142, 6807, 8412, 7183, 11159, 7575, 6966, 7208, 7373, 11051, 9054, 10826, 9232, 7250, 9640, 7498, 12187, 8738, 9115, 7451, 7107, 7551, 7450, 9341, 7883, 8666, 7396, 7269, 7242, 7274, 8590, 7170, 7927, 7334, 7248, 7180, 7340, 9468, 7937, 7276, 7461, 7411, 7882, 7397, 12825, 9028, 6892, 7034, 7421, 8718, 7284, 10658, 7676, 7138, 7562, 7431, 12253, 8940, 6661, 7013, 7561, 8895, 7164, 9300, 7800, 6955, 8121, 7215, 7710, 9666, 7504, 7564, 12189, 6958, 7395, 7570, 8267, 10100, 9409, 12133, 6880, 7338, 7324, 6906, 9352, 6740, 6738, 6745, 6889, 7832, 7368, 10050, 8290, 6611, 8080, 7337, 8711, 7093, 9044, 8760, 7291, 8940, 7291, 9017, 7545, 12366, 8488, 8329, 6486, 6901, 7282, 6893, 9683, 6872, 10348, 6895, 8459, 7405, 8777, 7338, 8087, 7716, 6899, 7153, 7325, 8524, 7296, 11070, 8596, 11369, 7393, 6792, 6979, 7138, 8340, 7159, 9866, 7348, 9301, 7428, 11306, 8753, 6860, 7789, 7148, 8552, 7211, 11421, 7527, 7102, 6728, 6930, 7222, 6775, 10704, 7379, 8421, 7395, 9217, 7606, 12653, 8393, 10953, 8215, 6934, 7197, 7147, 9377, 7280, 11713, 8003, 10324, 6481, 6537, 6992, 6799, 8869, 7274, 9420, 7126, 10675, 8078, 8639, 6806, 7309, 7586, 7324, 12578, 9496, 7115, 7835, 7287, 11229, 8879, 11005, 8629, 7180, 8434, 7618, 9023, 8588, 7688, 9226, 7093, 7554, 8271, 7475, 7424, 10367, 6543, 7168, 7046, 6942, 8965, 9143, 7758, 10120, 7346, 8358, 7919, 7743, 12252, 7587, 7532, 8033, 6973, 8507, 7486, 7243, 8244, 7129, 7847, 7890, 7307, 10603, 7554, 9521, 7907, 9453, 10912, 7223, 10032, 7821, 9884, 8106, 7468, 10666], 'WindowCenter': [3900.0, 3853.0, 3895.0, 3861.0, 3858.0, 3836.0, 3866.0, 3834.0, 3877.0, 3856.0, 3844.0, 3834.0, 3812.0, 3834.0, 3822.0, 3835.0, 3825.0, 3845.0, 3815.0, 3835.0, 3814.0, 3845.0, 3846.0, 3867.0, 3824.0, 3834.0, 3824.0, 3833.0, 3823.0, 3878.0, 3835.0, 3855.0, 3835.0, 3844.0, 3823.0, 3844.0, 3846.0, 3813.0, 3833.0, 3824.0, 3833.0, 3813.0, 3878.0, 3836.0, 3845.0, 3845.0, 3835.0, 3834.0, 3813.0, 3868.0, 3835.0, 3855.0, 3834.0, 3845.0, 3824.0, 3845.0, 3847.0, 3814.0, 3844.0, 3825.0, 3834.0, 3825.0, 3866.0, 3848.0, 3836.0, 3836.0, 3825.0, 3834.0, 3823.0, 3867.0, 3836.0, 3867.0, 3835.0, 3845.0, 3835.0, 3833.0, 3846.0, 3814.0, 3845.0, 3824.0, 3834.0, 3824.0, 3854.0, 3836.0, 3824.0, 3835.0, 3824.0, 3834.0, 3823.0, 3865.0, 3848.0, 3857.0, 3846.0, 3844.0, 3833.0, 3843.0, 3844.0, 3845.0, 3855.0, 3823.0, 3833.0, 3823.0, 3843.0, 3822.0, 3866.0, 3834.0, 3835.0, 3845.0, 3825.0, 3844.0, 3825.0, 3858.0, 3836.0, 3814.0, 3835.0, 3825.0, 3866.0, 3848.0, 3890.0, 3856.0, 3877.0, 3844.0, 3854.0, 3854.0, 3833.0, 3835.0, 3823.0, 3822.0, 3833.0, 3842.0, 3833.0, 3836.0, 3814.0, 3825.0, 3846.0, 3836.0, 3835.0, 3837.0, 3828.0, 3869.0, 3848.0, 3856.0, 3836.0, 3856.0, 3846.0, 3837.0, 3857.0, 3825.0, 3856.0, 3836.0, 3865.0, 3837.0, 3866.0, 3834.0, 3832.0, 3834.0, 3823.0, 3833.0, 3825.0, 3856.0, 3836.0, 3845.0, 3836.0, 3835.0, 3847.0, 3847.0, 3857.0, 3835.0, 3824.0, 3825.0, 3854.0, 3836.0, 3868.0, 3835.0, 3835.0, 3834.0, 3825.0, 3834.0, 3838.0, 3867.0, 3835.0, 3835.0, 3824.0, 3824.0, 3834.0, 3825.0, 3867.0, 3835.0, 3845.0, 3834.0, 3844.0, 3824.0, 3867.0, 3836.0, 3835.0, 3835.0, 3824.0, 3832.0, 3833.0, 3834.0, 3814.0, 3844.0, 3825.0, 3824.0, 3825.0, 3844.0, 3836.0, 3866.0, 3824.0, 3845.0, 3824.0, 3844.0, 3824.0, 3844.0, 3824.0, 3844.0, 3823.0, 3834.0, 3824.0, 3834.0, 3824.0, 3844.0, 3837.0, 3826.0, 3848.0, 3837.0, 3847.0, 3857.0, 3836.0, 3846.0, 3848.0, 3837.0, 3848.0, 3837.0, 3848.0, 3848.0, 3837.0, 3846.0, 3848.0, 3827.0, 3848.0, 3879.0, 3847.0, 3868.0, 3846.0, 3856.0, 3848.0, 3816.0, 3847.0, 3816.0, 3848.0, 3858.0, 3836.0, 3846.0, 3848.0, 3826.0, 3848.0, 3837.0, 3848.0, 3857.0, 3837.0, 3837.0, 3848.0, 3816.0, 3847.0, 3828.0, 3868.0, 3846.0, 3880.0, 3827.0, 3869.0, 3826.0, 3858.0, 3826.0, 3868.0, 3848.0, 3858.0, 3848.0, 3856.0, 3849.0, 3858.0, 3847.0, 3837.0, 3848.0, 3826.0, 3847.0, 3837.0, 3836.0, 3825.0, 3879.0, 3848.0, 3881.0, 3885.0, 3917.0, 3883.0, 3870.0, 3846.0, 3825.0, 3847.0, 3838.0, 3848.0, 3859.0, 3838.0, 3848.0, 3817.0, 3859.0, 3850.0, 3871.0, 3837.0, 3858.0, 3838.0, 3857.0, 3826.0, 3879.0, 3837.0, 3857.0, 3847.0, 3845.0, 3835.0, 3856.0, 3847.0, 3848.0, 3847.0, 3836.0, 3856.0, 3835.0, 3846.0, 3826.0, 3892.0, 3837.0, 3869.0, 3837.0, 3846.0, 3826.0, 3855.0, 3846.0, 3878.0, 3835.0, 3845.0, 3834.0, 3834.0, 3824.0, 3866.0, 3838.0, 3868.0, 3839.0, 3858.0, 3837.0, 3857.0, 3850.0, 3840.0, 3850.0, 3830.0, 3851.0, 3863.0, 3852.0, 3841.0, 3851.0, 3852.0, 3842.0, 3853.0, 3882.0, 3850.0, 3881.0, 3872.0, 3838.0, 3870.0, 3837.0, 3868.0, 3837.0, 3878.0, 3846.0, 3814.0, 3845.0, 3825.0, 3824.0, 3826.0, 3867.0, 3849.0, 3838.0, 3861.0, 3827.0, 3846.0, 3825.0, 3860.0, 3837.0, 3869.0, 3837.0, 3867.0, 3835.0, 3866.0, 3836.0, 3867.0, 3846.0, 3815.0, 3845.0, 3804.0, 3846.0, 3828.0, 3848.0, 3848.0, 3847.0, 3836.0, 3857.0, 3868.0, 3836.0, 3857.0, 3815.0, 3834.0, 3815.0, 3867.0, 3848.0, 3846.0, 3846.0, 3835.0, 3845.0, 3815.0, 3868.0, 3838.0, 3815.0, 3847.0, 3835.0, 3855.0, 3836.0, 3879.0, 3848.0, 3858.0, 3836.0, 3834.0, 3834.0, 3845.0, 3858.0, 3826.0, 3868.0, 3825.0, 3844.0, 3825.0, 3855.0, 3835.0, 3835.0, 3835.0, 3814.0, 3834.0, 3825.0, 3879.0, 3836.0, 3847.0, 3836.0, 3835.0, 3835.0, 3815.0, 3847.0, 3838.0, 3836.0, 3835.0, 3836.0, 3850.0, 3838.0, 3848.0, 3826.0, 3846.0, 3836.0, 3878.0, 3848.0, 3868.0, 3847.0, 3845.0, 3835.0, 3855.0, 3847.0, 3847.0, 3846.0, 3835.0, 3834.0, 3824.0, 3855.0, 3848.0, 3868.0, 3847.0, 3856.0, 3846.0, 3845.0, 3848.0, 3816.0, 3847.0, 3835.0, 3845.0, 3825.0, 3846.0, 3827.0, 3868.0, 3837.0, 3826.0, 3847.0, 3825.0, 3850.0, 3828.0, 3859.0, 3837.0, 3845.0, 3825.0, 3878.0, 3848.0, 3878.0, 3846.0, 3825.0, 3834.0, 3836.0, 3848.0, 3816.0, 3846.0, 3826.0, 3845.0, 3836.0, 3881.0, 3847.0, 3847.0, 3847.0, 3846.0, 3856.0, 3847.0, 3868.0, 3836.0, 3844.0, 3823.0, 3854.0, 3834.0, 3857.0, 3846.0, 3824.0, 3835.0, 3824.0, 3844.0, 3833.0, 3847.0, 3824.0, 3835.0, 3825.0, 3833.0, 3823.0, 3844.0, 3824.0, 3836.0, 3826.0, 3835.0, 3835.0, 3835.0, 3825.0, 3891.0, 3849.0, 3848.0, 3847.0, 3847.0, 3836.0, 3847.0, 3837.0, 3825.0, 3835.0, 3824.0, 3866.0, 3866.0, 3891.0, 3857.0, 3868.0, 3836.0, 3855.0, 3834.0, 3856.0, 3835.0, 3814.0, 3834.0, 3834.0, 3834.0, 3824.0, 3879.0, 3824.0, 3836.0, 3834.0, 3834.0, 3833.0, 3824.0, 3858.0, 3825.0, 3835.0, 3835.0, 3844.0, 3824.0, 3858.0, 3835.0, 3824.0, 3834.0, 3833.0, 3854.0, 3836.0, 3868.0, 3835.0, 3835.0, 3834.0, 3814.0, 3845.0, 3826.0, 3866.0, 3835.0, 3814.0, 3824.0, 3855.0, 3826.0, 3859.0, 3837.0, 3828.0, 3834.0, 3825.0, 3867.0, 3834.0, 3847.0, 3846.0, 3836.0, 3845.0, 3836.0, 3875.0, 3847.0, 3846.0, 3835.0, 3823.0, 3833.0, 3833.0, 3832.0, 3846.0, 3824.0, 3824.0, 3824.0, 3844.0, 3824.0, 3835.0, 3859.0, 3827.0, 3845.0, 3835.0, 3845.0, 3823.0, 3832.0, 3857.0, 3813.0, 3845.0, 3835.0, 3813.0, 3834.0, 3826.0, 3856.0, 3846.0, 3846.0, 3845.0, 3814.0, 3856.0, 3847.0, 3878.0, 3835.0, 3856.0, 3834.0, 3865.0, 3844.0, 3866.0, 3823.0, 3813.0, 3833.0, 3812.0, 3833.0, 3814.0, 3857.0, 3825.0, 3846.0, 3834.0, 3856.0, 3836.0, 3835.0, 3837.0, 3836.0, 3845.0, 3804.0, 3855.0, 3855.0, 3868.0, 3814.0, 3845.0, 3835.0, 3844.0, 3824.0, 3836.0, 3837.0, 3825.0, 3846.0, 3825.0, 3835.0, 3824.0, 3889.0, 3847.0, 3836.0, 3835.0, 3813.0, 3844.0, 3824.0, 3890.0, 3848.0, 3845.0, 3847.0, 3846.0, 3844.0, 3816.0, 3869.0, 3836.0, 3857.0, 3836.0, 3866.0, 3836.0, 3877.0, 3857.0, 3825.0, 3845.0, 3856.0, 3834.0, 3844.0, 3834.0, 3857.0, 3846.0, 3814.0, 3835.0, 3844.0, 3832.0, 3832.0, 3836.0, 3827.0, 3867.0, 3838.0, 3859.0, 3835.0, 3844.0, 3847.0, 3826.0, 3868.0, 3847.0, 3847.0, 3846.0, 3824.0, 3854.0, 3866.0, 3854.0, 3833.0, 3822.0, 3812.0, 3832.0, 3833.0, 3832.0, 3821.0, 3822.0, 3802.0, 3802.0, 3824.0, 3834.0, 3815.0, 3845.0, 3849.0, 3848.0, 3837.0, 3806.0, 3837.0, 3846.0, 3846.0, 3868.0, 3858.0, 3814.0, 3845.0, 3802.0, 3854.0, 3844.0, 3879.0, 3846.0, 3866.0, 3824.0, 3833.0, 3813.0, 3863.0, 3836.0, 3856.0, 3824.0, 3825.0, 3835.0, 3814.0, 3844.0, 3827.0, 3856.0, 3835.0, 3824.0, 3824.0, 3855.0, 3856.0, 3845.0, 3877.0, 3824.0, 3844.0, 3823.0, 3864.0, 3834.0, 3835.0, 3834.0, 3813.0, 3834.0, 3813.0, 3843.0, 3835.0, 3813.0, 3834.0, 3814.0, 3835.0, 3825.0, 3854.0, 3847.0, 3814.0, 3834.0, 3826.0, 3835.0, 3824.0, 3878.0, 3846.0, 3814.0, 3824.0, 3824.0, 3833.0, 3823.0, 3889.0, 3846.0, 3835.0, 3824.0, 3813.0, 3834.0, 3823.0, 3879.0, 3825.0, 3856.0, 3825.0, 3855.0, 3814.0, 3834.0, 3834.0, 3804.0, 3825.0, 3826.0, 3846.0, 3825.0, 3866.0, 3847.0, 3878.0, 3836.0, 3835.0, 3824.0, 3834.0, 3834.0, 3826.0, 3846.0, 3826.0, 3835.0, 3825.0, 3866.0, 3835.0, 3858.0, 3825.0, 3815.0, 3835.0, 3826.0, 3878.0, 3825.0, 3856.0, 3825.0, 3814.0, 3834.0, 3824.0, 3845.0, 3824.0, 3877.0, 3825.0, 3855.0, 3824.0, 3844.0, 3833.0, 3814.0, 3825.0, 3825.0, 3835.0, 3825.0, 3865.0, 3835.0, 3846.0, 3825.0, 3815.0, 3835.0, 3815.0, 3835.0, 3826.0, 3879.0, 3826.0, 3804.0, 3836.0, 3836.0, 3845.0, 3835.0, 3878.0, 3815.0, 3867.0, 3813.0, 3834.0, 3846.0, 3825.0, 3867.0, 3825.0, 3856.0, 3814.0, 3823.0, 3847.0, 3814.0, 3855.0, 3836.0, 3845.0, 3824.0, 3824.0, 3868.0, 3824.0, 3845.0, 3836.0, 3825.0, 3824.0, 3813.0, 3867.0, 3826.0, 3848.0, 3836.0, 3836.0, 3824.0, 3854.0, 3865.0, 3835.0, 3867.0, 3824.0, 3813.0, 3834.0, 3813.0, 3845.0, 3824.0, 3855.0, 3825.0, 3856.0, 3825.0, 3844.0, 3812.0, 3854.0, 3825.0, 3855.0, 3824.0, 3826.0, 3804.0, 3839.0, 3837.0, 3826.0, 3814.0, 3845.0, 3824.0, 3879.0, 3827.0, 3837.0, 3836.0, 3826.0, 3856.0, 3865.0, 3891.0, 3856.0, 3876.0, 3823.0, 3843.0, 3812.0, 3823.0, 3844.0, 3812.0, 3822.0, 3810.0, 3821.0, 3824.0, 3813.0, 3844.0, 3814.0, 3813.0, 3823.0, 3813.0, 3856.0, 3815.0, 3846.0, 3815.0, 3804.0, 3834.0, 3823.0, 3856.0, 3814.0, 3856.0, 3815.0, 3825.0, 3824.0, 3824.0, 3857.0, 3815.0, 3847.0, 3804.0, 3814.0, 3814.0, 3815.0, 3847.0, 3827.0, 3858.0, 3816.0, 3835.0, 3837.0, 3827.0, 3837.0, 3816.0, 3823.0, 3814.0, 3867.0, 3827.0, 3805.0, 3826.0, 3829.0, 3837.0, 3816.0, 3849.0, 3827.0, 3817.0, 3827.0, 3827.0, 3868.0, 3825.0, 3879.0, 3837.0, 3826.0, 3826.0, 3826.0, 3857.0, 3825.0, 3890.0, 3847.0, 3835.0, 3814.0, 3815.0, 3813.0, 3814.0, 3868.0, 3814.0, 3836.0, 3826.0, 3825.0, 3824.0, 3814.0, 3868.0, 3815.0, 3855.0, 3825.0, 3845.0, 3835.0, 3825.0, 3815.0, 3815.0, 3824.0, 3825.0, 3855.0, 3826.0, 3858.0, 3815.0, 3815.0, 3825.0, 3826.0, 3846.0, 3827.0, 3826.0, 3816.0, 3815.0, 3825.0, 3814.0, 3880.0, 3827.0, 3847.0, 3815.0, 3815.0, 3826.0, 3815.0, 3869.0, 3827.0, 3857.0, 3815.0, 3835.0, 3836.0, 3816.0, 3858.0, 3826.0, 3847.0, 3816.0, 3825.0, 3826.0, 3817.0, 3847.0, 3827.0, 3847.0, 3816.0, 3835.0, 3848.0, 3826.0, 3857.0, 3815.0, 3845.0, 3815.0, 3878.0, 3837.0, 3815.0, 3813.0, 3813.0, 3823.0, 3824.0, 3879.0, 3815.0, 3815.0, 3814.0, 3804.0, 3836.0, 3805.0, 3816.0, 3816.0, 3804.0, 3837.0, 3815.0, 3881.0, 3828.0, 3817.0, 3827.0, 3828.0, 3868.0, 3847.0, 3870.0, 3847.0, 3816.0, 3845.0, 3813.0, 3866.0, 3835.0, 3846.0, 3815.0, 3814.0, 3825.0, 3815.0, 3844.0, 3825.0, 3836.0, 3815.0, 3814.0, 3814.0, 3826.0, 3835.0, 3817.0, 3837.0, 3826.0, 3827.0, 3816.0, 3827.0, 3858.0, 3839.0, 3826.0, 3826.0, 3827.0, 3837.0, 3827.0, 3892.0, 3849.0, 3815.0, 3815.0, 3826.0, 3847.0, 3826.0, 3870.0, 3827.0, 3816.0, 3825.0, 3815.0, 3879.0, 3849.0, 3805.0, 3815.0, 3825.0, 3847.0, 3816.0, 3860.0, 3828.0, 3829.0, 3836.0, 3826.0, 3827.0, 3860.0, 3827.0, 3827.0, 3881.0, 3816.0, 3815.0, 3826.0, 3836.0, 3846.0, 3847.0, 3868.0, 3803.0, 3813.0, 3812.0, 3803.0, 3846.0, 3806.0, 3805.0, 3805.0, 3816.0, 3826.0, 3827.0, 3858.0, 3838.0, 3806.0, 3827.0, 3827.0, 3848.0, 3817.0, 3846.0, 3849.0, 3816.0, 3847.0, 3815.0, 3846.0, 3826.0, 3878.0, 3849.0, 3837.0, 3795.0, 3815.0, 3814.0, 3815.0, 3845.0, 3805.0, 3858.0, 3816.0, 3836.0, 3815.0, 3848.0, 3826.0, 3826.0, 3828.0, 3816.0, 3816.0, 3815.0, 3835.0, 3815.0, 3868.0, 3837.0, 3867.0, 3826.0, 3816.0, 3816.0, 3815.0, 3838.0, 3828.0, 3870.0, 3828.0, 3859.0, 3827.0, 3868.0, 3850.0, 3806.0, 3826.0, 3814.0, 3835.0, 3814.0, 3867.0, 3827.0, 3816.0, 3805.0, 3816.0, 3827.0, 3804.0, 3857.0, 3829.0, 3838.0, 3827.0, 3847.0, 3827.0, 3878.0, 3836.0, 3868.0, 3837.0, 3815.0, 3815.0, 3816.0, 3846.0, 3814.0, 3880.0, 3837.0, 3857.0, 3805.0, 3805.0, 3816.0, 3819.0, 3859.0, 3829.0, 3859.0, 3818.0, 3867.0, 3839.0, 3849.0, 3817.0, 3828.0, 3837.0, 3827.0, 3881.0, 3861.0, 3816.0, 3826.0, 3826.0, 3866.0, 3845.0, 3869.0, 3836.0, 3815.0, 3834.0, 3825.0, 3845.0, 3834.0, 3838.0, 3846.0, 3814.0, 3824.0, 3834.0, 3814.0, 3826.0, 3869.0, 3805.0, 3814.0, 3815.0, 3816.0, 3846.0, 3860.0, 3826.0, 3858.0, 3826.0, 3837.0, 3824.0, 3838.0, 3880.0, 3826.0, 3824.0, 3836.0, 3815.0, 3848.0, 3827.0, 3829.0, 3848.0, 3827.0, 3837.0, 3837.0, 3829.0, 3870.0, 3837.0, 3859.0, 3836.0, 3857.0, 3871.0, 3826.0, 3857.0, 3825.0, 3856.0, 3824.0, 3828.0, 3868.0], 'WindowWidth': [8737.0, 8662.0, 8717.0, 8663.0, 8654.0, 8620.0, 8662.0, 8614.0, 8680.0, 8648.0, 8628.0, 8612.0, 8582.0, 8614.0, 8597.0, 8617.0, 8606.0, 8631.0, 8591.0, 8617.0, 8590.0, 8629.0, 8634.0, 8663.0, 8601.0, 8613.0, 8603.0, 8611.0, 8598.0, 8682.0, 8616.0, 8644.0, 8617.0, 8629.0, 8599.0, 8628.0, 8633.0, 8586.0, 8612.0, 8602.0, 8613.0, 8585.0, 8681.0, 8620.0, 8631.0, 8629.0, 8618.0, 8613.0, 8585.0, 8669.0, 8617.0, 8644.0, 8614.0, 8632.0, 8605.0, 8629.0, 8637.0, 8589.0, 8629.0, 8605.0, 8617.0, 8604.0, 8662.0, 8641.0, 8619.0, 8620.0, 8605.0, 8615.0, 8599.0, 8662.0, 8619.0, 8662.0, 8617.0, 8633.0, 8617.0, 8612.0, 8635.0, 8589.0, 8632.0, 8602.0, 8614.0, 8602.0, 8640.0, 8621.0, 8602.0, 8617.0, 8601.0, 8615.0, 8600.0, 8658.0, 8640.0, 8649.0, 8632.0, 8629.0, 8612.0, 8626.0, 8627.0, 8632.0, 8645.0, 8599.0, 8611.0, 8597.0, 8624.0, 8596.0, 8662.0, 8615.0, 8616.0, 8630.0, 8607.0, 8629.0, 8605.0, 8655.0, 8622.0, 8591.0, 8620.0, 8607.0, 8660.0, 8640.0, 8703.0, 8648.0, 8678.0, 8628.0, 8643.0, 8642.0, 8613.0, 8618.0, 8599.0, 8595.0, 8611.0, 8622.0, 8611.0, 8619.0, 8588.0, 8605.0, 8632.0, 8621.0, 8619.0, 8624.0, 8615.0, 8670.0, 8638.0, 8649.0, 8622.0, 8646.0, 8636.0, 8623.0, 8649.0, 8604.0, 8646.0, 8620.0, 8656.0, 8622.0, 8660.0, 8613.0, 8609.0, 8614.0, 8599.0, 8609.0, 8604.0, 8646.0, 8620.0, 8631.0, 8619.0, 8618.0, 8635.0, 8637.0, 8648.0, 8617.0, 8602.0, 8604.0, 8639.0, 8620.0, 8667.0, 8616.0, 8616.0, 8612.0, 8603.0, 8613.0, 8625.0, 8664.0, 8617.0, 8616.0, 8602.0, 8601.0, 8613.0, 8604.0, 8663.0, 8616.0, 8629.0, 8612.0, 8626.0, 8601.0, 8664.0, 8621.0, 8616.0, 8616.0, 8601.0, 8610.0, 8610.0, 8615.0, 8588.0, 8627.0, 8604.0, 8603.0, 8604.0, 8625.0, 8620.0, 8661.0, 8602.0, 8629.0, 8599.0, 8625.0, 8601.0, 8626.0, 8601.0, 8626.0, 8600.0, 8613.0, 8601.0, 8614.0, 8603.0, 8627.0, 8624.0, 8608.0, 8638.0, 8622.0, 8636.0, 8651.0, 8621.0, 8632.0, 8640.0, 8623.0, 8640.0, 8623.0, 8640.0, 8640.0, 8623.0, 8634.0, 8640.0, 8609.0, 8638.0, 8685.0, 8635.0, 8669.0, 8633.0, 8646.0, 8642.0, 8595.0, 8638.0, 8595.0, 8638.0, 8653.0, 8620.0, 8634.0, 8639.0, 8608.0, 8638.0, 8623.0, 8639.0, 8651.0, 8624.0, 8626.0, 8641.0, 8596.0, 8639.0, 8616.0, 8665.0, 8636.0, 8688.0, 8611.0, 8670.0, 8610.0, 8652.0, 8610.0, 8668.0, 8642.0, 8653.0, 8640.0, 8650.0, 8643.0, 8655.0, 8639.0, 8624.0, 8640.0, 8609.0, 8637.0, 8627.0, 8621.0, 8606.0, 8682.0, 8640.0, 8692.0, 8703.0, 8754.0, 8697.0, 8674.0, 8636.0, 8605.0, 8637.0, 8627.0, 8640.0, 8658.0, 8628.0, 8641.0, 8598.0, 8658.0, 8645.0, 8675.0, 8626.0, 8654.0, 8627.0, 8650.0, 8607.0, 8685.0, 8625.0, 8651.0, 8637.0, 8632.0, 8620.0, 8648.0, 8637.0, 8640.0, 8639.0, 8621.0, 8648.0, 8619.0, 8634.0, 8607.0, 8706.0, 8625.0, 8670.0, 8624.0, 8635.0, 8609.0, 8645.0, 8634.0, 8680.0, 8619.0, 8632.0, 8617.0, 8615.0, 8603.0, 8661.0, 8629.0, 8668.0, 8631.0, 8656.0, 8627.0, 8652.0, 8648.0, 8636.0, 8647.0, 8621.0, 8651.0, 8670.0, 8655.0, 8638.0, 8652.0, 8652.0, 8640.0, 8656.0, 8694.0, 8648.0, 8689.0, 8678.0, 8628.0, 8672.0, 8624.0, 8668.0, 8623.0, 8684.0, 8636.0, 8590.0, 8630.0, 8606.0, 8602.0, 8608.0, 8662.0, 8646.0, 8629.0, 8664.0, 8613.0, 8634.0, 8605.0, 8661.0, 8624.0, 8669.0, 8623.0, 8662.0, 8619.0, 8660.0, 8623.0, 8665.0, 8634.0, 8592.0, 8631.0, 8575.0, 8633.0, 8614.0, 8639.0, 8639.0, 8637.0, 8620.0, 8649.0, 8668.0, 8622.0, 8650.0, 8592.0, 8616.0, 8591.0, 8663.0, 8643.0, 8634.0, 8632.0, 8618.0, 8632.0, 8591.0, 8666.0, 8626.0, 8594.0, 8638.0, 8618.0, 8645.0, 8620.0, 8685.0, 8641.0, 8653.0, 8621.0, 8616.0, 8614.0, 8631.0, 8654.0, 8607.0, 8667.0, 8605.0, 8629.0, 8604.0, 8646.0, 8621.0, 8619.0, 8618.0, 8591.0, 8617.0, 8604.0, 8684.0, 8623.0, 8638.0, 8622.0, 8618.0, 8618.0, 8595.0, 8638.0, 8626.0, 8621.0, 8619.0, 8620.0, 8650.0, 8627.0, 8641.0, 8608.0, 8633.0, 8619.0, 8682.0, 8642.0, 8666.0, 8636.0, 8633.0, 8617.0, 8644.0, 8639.0, 8635.0, 8634.0, 8618.0, 8615.0, 8604.0, 8643.0, 8642.0, 8666.0, 8636.0, 8647.0, 8634.0, 8630.0, 8641.0, 8595.0, 8636.0, 8618.0, 8632.0, 8606.0, 8634.0, 8612.0, 8667.0, 8626.0, 8608.0, 8637.0, 8607.0, 8649.0, 8616.0, 8658.0, 8625.0, 8631.0, 8605.0, 8682.0, 8641.0, 8682.0, 8635.0, 8605.0, 8616.0, 8621.0, 8640.0, 8596.0, 8635.0, 8608.0, 8631.0, 8620.0, 8691.0, 8639.0, 8638.0, 8636.0, 8633.0, 8646.0, 8637.0, 8666.0, 8620.0, 8628.0, 8599.0, 8639.0, 8616.0, 8650.0, 8633.0, 8603.0, 8617.0, 8602.0, 8628.0, 8612.0, 8638.0, 8603.0, 8618.0, 8605.0, 8613.0, 8599.0, 8628.0, 8603.0, 8621.0, 8607.0, 8619.0, 8618.0, 8616.0, 8606.0, 8703.0, 8642.0, 8638.0, 8636.0, 8635.0, 8620.0, 8636.0, 8624.0, 8605.0, 8617.0, 8602.0, 8661.0, 8659.0, 8707.0, 8650.0, 8665.0, 8622.0, 8644.0, 8615.0, 8648.0, 8618.0, 8588.0, 8612.0, 8614.0, 8612.0, 8600.0, 8682.0, 8601.0, 8619.0, 8613.0, 8612.0, 8611.0, 8600.0, 8654.0, 8604.0, 8617.0, 8617.0, 8627.0, 8601.0, 8651.0, 8616.0, 8600.0, 8611.0, 8612.0, 8640.0, 8621.0, 8664.0, 8616.0, 8616.0, 8615.0, 8590.0, 8630.0, 8608.0, 8661.0, 8617.0, 8587.0, 8602.0, 8644.0, 8606.0, 8656.0, 8623.0, 8611.0, 8616.0, 8604.0, 8662.0, 8616.0, 8636.0, 8633.0, 8619.0, 8630.0, 8619.0, 8673.0, 8635.0, 8633.0, 8615.0, 8597.0, 8610.0, 8611.0, 8609.0, 8635.0, 8602.0, 8601.0, 8601.0, 8626.0, 8601.0, 8618.0, 8657.0, 8611.0, 8630.0, 8617.0, 8629.0, 8598.0, 8608.0, 8648.0, 8587.0, 8631.0, 8616.0, 8587.0, 8612.0, 8606.0, 8647.0, 8631.0, 8632.0, 8630.0, 8588.0, 8648.0, 8637.0, 8682.0, 8618.0, 8646.0, 8615.0, 8656.0, 8628.0, 8662.0, 8598.0, 8584.0, 8611.0, 8581.0, 8610.0, 8587.0, 8650.0, 8605.0, 8632.0, 8618.0, 8647.0, 8620.0, 8620.0, 8623.0, 8618.0, 8629.0, 8575.0, 8642.0, 8642.0, 8667.0, 8589.0, 8631.0, 8618.0, 8628.0, 8603.0, 8621.0, 8622.0, 8605.0, 8631.0, 8606.0, 8617.0, 8602.0, 8698.0, 8636.0, 8621.0, 8617.0, 8586.0, 8625.0, 8600.0, 8702.0, 8640.0, 8631.0, 8637.0, 8635.0, 8627.0, 8595.0, 8670.0, 8621.0, 8652.0, 8621.0, 8661.0, 8621.0, 8679.0, 8651.0, 8603.0, 8631.0, 8645.0, 8612.0, 8629.0, 8614.0, 8652.0, 8632.0, 8589.0, 8616.0, 8626.0, 8608.0, 8610.0, 8621.0, 8611.0, 8662.0, 8627.0, 8654.0, 8616.0, 8629.0, 8638.0, 8608.0, 8668.0, 8637.0, 8634.0, 8633.0, 8601.0, 8641.0, 8659.0, 8642.0, 8609.0, 8593.0, 8580.0, 8606.0, 8609.0, 8607.0, 8592.0, 8595.0, 8569.0, 8569.0, 8602.0, 8614.0, 8592.0, 8629.0, 8642.0, 8640.0, 8624.0, 8580.0, 8621.0, 8633.0, 8633.0, 8667.0, 8653.0, 8587.0, 8628.0, 8568.0, 8639.0, 8627.0, 8683.0, 8631.0, 8660.0, 8600.0, 8610.0, 8584.0, 8653.0, 8620.0, 8643.0, 8601.0, 8602.0, 8616.0, 8589.0, 8628.0, 8610.0, 8648.0, 8616.0, 8600.0, 8601.0, 8643.0, 8646.0, 8632.0, 8677.0, 8601.0, 8626.0, 8598.0, 8654.0, 8615.0, 8616.0, 8615.0, 8586.0, 8612.0, 8585.0, 8624.0, 8618.0, 8586.0, 8614.0, 8588.0, 8617.0, 8604.0, 8642.0, 8638.0, 8588.0, 8614.0, 8606.0, 8617.0, 8602.0, 8678.0, 8634.0, 8588.0, 8600.0, 8602.0, 8611.0, 8598.0, 8698.0, 8634.0, 8617.0, 8601.0, 8586.0, 8614.0, 8598.0, 8684.0, 8604.0, 8647.0, 8605.0, 8643.0, 8588.0, 8613.0, 8616.0, 8577.0, 8605.0, 8607.0, 8632.0, 8606.0, 8659.0, 8637.0, 8680.0, 8619.0, 8616.0, 8601.0, 8614.0, 8614.0, 8606.0, 8635.0, 8607.0, 8618.0, 8606.0, 8658.0, 8618.0, 8653.0, 8605.0, 8591.0, 8619.0, 8609.0, 8679.0, 8605.0, 8647.0, 8606.0, 8587.0, 8613.0, 8600.0, 8629.0, 8602.0, 8678.0, 8603.0, 8644.0, 8602.0, 8627.0, 8612.0, 8588.0, 8604.0, 8606.0, 8615.0, 8605.0, 8659.0, 8617.0, 8632.0, 8605.0, 8591.0, 8618.0, 8594.0, 8617.0, 8606.0, 8684.0, 8607.0, 8576.0, 8620.0, 8620.0, 8632.0, 8618.0, 8679.0, 8590.0, 8662.0, 8587.0, 8615.0, 8633.0, 8605.0, 8661.0, 8602.0, 8645.0, 8588.0, 8598.0, 8637.0, 8588.0, 8644.0, 8620.0, 8629.0, 8600.0, 8602.0, 8666.0, 8603.0, 8630.0, 8619.0, 8605.0, 8600.0, 8587.0, 8664.0, 8608.0, 8639.0, 8623.0, 8621.0, 8602.0, 8640.0, 8659.0, 8618.0, 8662.0, 8602.0, 8586.0, 8614.0, 8584.0, 8629.0, 8600.0, 8644.0, 8605.0, 8645.0, 8603.0, 8626.0, 8582.0, 8639.0, 8604.0, 8641.0, 8603.0, 8608.0, 8578.0, 8631.0, 8626.0, 8609.0, 8590.0, 8631.0, 8601.0, 8684.0, 8611.0, 8624.0, 8621.0, 8608.0, 8648.0, 8658.0, 8708.0, 8646.0, 8672.0, 8596.0, 8623.0, 8582.0, 8598.0, 8626.0, 8583.0, 8594.0, 8577.0, 8591.0, 8603.0, 8586.0, 8628.0, 8588.0, 8586.0, 8599.0, 8584.0, 8647.0, 8590.0, 8633.0, 8590.0, 8577.0, 8612.0, 8597.0, 8647.0, 8588.0, 8647.0, 8590.0, 8602.0, 8601.0, 8599.0, 8649.0, 8590.0, 8635.0, 8577.0, 8588.0, 8587.0, 8590.0, 8636.0, 8611.0, 8651.0, 8595.0, 8618.0, 8624.0, 8611.0, 8622.0, 8595.0, 8598.0, 8586.0, 8661.0, 8609.0, 8578.0, 8607.0, 8617.0, 8625.0, 8595.0, 8644.0, 8612.0, 8597.0, 8611.0, 8610.0, 8665.0, 8605.0, 8683.0, 8624.0, 8606.0, 8605.0, 8608.0, 8648.0, 8605.0, 8701.0, 8635.0, 8618.0, 8588.0, 8591.0, 8586.0, 8587.0, 8665.0, 8589.0, 8618.0, 8607.0, 8602.0, 8600.0, 8588.0, 8666.0, 8590.0, 8645.0, 8605.0, 8628.0, 8616.0, 8604.0, 8591.0, 8589.0, 8602.0, 8605.0, 8643.0, 8608.0, 8651.0, 8591.0, 8591.0, 8605.0, 8607.0, 8633.0, 8612.0, 8607.0, 8592.0, 8592.0, 8603.0, 8588.0, 8685.0, 8611.0, 8635.0, 8590.0, 8591.0, 8606.0, 8590.0, 8668.0, 8609.0, 8649.0, 8592.0, 8617.0, 8619.0, 8594.0, 8652.0, 8607.0, 8634.0, 8594.0, 8605.0, 8605.0, 8596.0, 8636.0, 8609.0, 8636.0, 8596.0, 8617.0, 8641.0, 8608.0, 8650.0, 8591.0, 8630.0, 8591.0, 8680.0, 8622.0, 8590.0, 8586.0, 8586.0, 8599.0, 8601.0, 8684.0, 8591.0, 8591.0, 8588.0, 8577.0, 8619.0, 8580.0, 8596.0, 8595.0, 8577.0, 8622.0, 8593.0, 8691.0, 8612.0, 8597.0, 8609.0, 8612.0, 8666.0, 8638.0, 8673.0, 8636.0, 8593.0, 8631.0, 8586.0, 8660.0, 8616.0, 8632.0, 8590.0, 8589.0, 8602.0, 8590.0, 8629.0, 8605.0, 8618.0, 8590.0, 8588.0, 8586.0, 8607.0, 8615.0, 8597.0, 8624.0, 8608.0, 8610.0, 8594.0, 8610.0, 8654.0, 8631.0, 8607.0, 8607.0, 8609.0, 8625.0, 8611.0, 8706.0, 8641.0, 8591.0, 8590.0, 8608.0, 8635.0, 8608.0, 8673.0, 8608.0, 8594.0, 8604.0, 8591.0, 8683.0, 8641.0, 8578.0, 8588.0, 8606.0, 8636.0, 8593.0, 8658.0, 8613.0, 8617.0, 8620.0, 8607.0, 8610.0, 8659.0, 8610.0, 8610.0, 8689.0, 8594.0, 8591.0, 8605.0, 8618.0, 8632.0, 8635.0, 8668.0, 8571.0, 8582.0, 8580.0, 8570.0, 8631.0, 8581.0, 8577.0, 8577.0, 8593.0, 8608.0, 8609.0, 8651.0, 8628.0, 8580.0, 8607.0, 8608.0, 8639.0, 8596.0, 8633.0, 8642.0, 8592.0, 8633.0, 8589.0, 8632.0, 8606.0, 8677.0, 8641.0, 8621.0, 8563.0, 8590.0, 8588.0, 8591.0, 8628.0, 8576.0, 8654.0, 8592.0, 8618.0, 8591.0, 8639.0, 8609.0, 8605.0, 8613.0, 8593.0, 8592.0, 8590.0, 8616.0, 8590.0, 8663.0, 8622.0, 8665.0, 8607.0, 8595.0, 8595.0, 8590.0, 8628.0, 8616.0, 8671.0, 8613.0, 8654.0, 8612.0, 8665.0, 8647.0, 8580.0, 8607.0, 8589.0, 8618.0, 8588.0, 8661.0, 8609.0, 8593.0, 8578.0, 8595.0, 8609.0, 8577.0, 8651.0, 8616.0, 8625.0, 8610.0, 8635.0, 8608.0, 8682.0, 8621.0, 8667.0, 8623.0, 8591.0, 8590.0, 8594.0, 8633.0, 8588.0, 8688.0, 8623.0, 8649.0, 8579.0, 8580.0, 8595.0, 8603.0, 8655.0, 8616.0, 8655.0, 8601.0, 8664.0, 8632.0, 8642.0, 8598.0, 8614.0, 8625.0, 8612.0, 8689.0, 8663.0, 8595.0, 8606.0, 8608.0, 8661.0, 8630.0, 8671.0, 8620.0, 8591.0, 8615.0, 8606.0, 8629.0, 8614.0, 8627.0, 8634.0, 8589.0, 8602.0, 8617.0, 8590.0, 8607.0, 8671.0, 8579.0, 8589.0, 8592.0, 8596.0, 8634.0, 8662.0, 8609.0, 8653.0, 8608.0, 8623.0, 8602.0, 8628.0, 8689.0, 8606.0, 8602.0, 8621.0, 8592.0, 8640.0, 8612.0, 8616.0, 8639.0, 8614.0, 8626.0, 8627.0, 8618.0, 8672.0, 8626.0, 8655.0, 8623.0, 8650.0, 8677.0, 8606.0, 8648.0, 8605.0, 8647.0, 8604.0, 8613.0, 8665.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.0003803862973760933</td></tr>
<tr><td colspan=3>aqi</td><td>0.031111122740524785</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>40.568023851582744</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1453471568781888</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.970223467716993</td></tr>
<tr><td colspan=3>efc</td><td>0.4876</td></tr>
<tr><td colspan=3>fber</td><td>3838.01</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1305623748508225</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>232</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>16.909620991253643</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.545797556821988</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5514933028040225</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.7931882970415653</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2927110706203764</td></tr>
<tr><td colspan=3>gcor</td><td>0.00327288</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0025325235910713673</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022953983396291733</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1372</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7581670209812175</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>24.1572</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>51.7355</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>180.9269</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>299926.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>13.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>807.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>332.9626</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.02</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>486.0146</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3033.3673</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3225.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>76618.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>936.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4020.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>858.1255</td></tr>
<tr><td colspan=3>tsnr</td><td>33.04387384431902</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>