<?xml version="1.0" encoding="utf-8" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="generator" content="NiReports: https://www.nipreps.org/" />
<title>sub-0112_ses-03_task-alignvideo_acq-mb8_run-02_bold :: MRIQC's BOLD fMRI report</title>
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-kenU1KFdBIe4zVF0s0G1M5b4hcpxyD9F7jL+jjXkk+Q2h455rYXK/7HAuoJl+0I4" crossorigin="anonymous"></script>

<script>
var timestamp = Date.now()

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-0">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-0-collapse" aria-controls="about-metadata-0-collapse">
        Provenance Information
      </button>
    </h2>
    <div id="about-metadata-0-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-0-heading" data-bs-parent="#about-metadata-0">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-0" class="table table-sm table-striped">
<tr><td colspan=2>Execution environment</td><td>singularity</td></tr>
<tr><td colspan=2>Input filename</td><td><BIDS root>/sub-0112/ses-03/func/sub-0112_ses-03_task-alignvideo_acq-mb8_run-02_bold.nii.gz</td></tr>
<tr><td>Versions</td><td>MRIQC</td><td>24.1.0.dev0+gd5b13cb5.d20240826</td></tr>
<tr><td>Versions</td><td>NiPype</td><td>1.8.6</td></tr>
<tr><td>Versions</td><td>TemplateFlow</td><td>24.2.0</td></tr>
<tr><td colspan=2>md5sum</td><td>fc037376b2c360586eb11c50e9615fd2</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:08:39.535000</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.990293, 0.0789699, 0.11438, -0.086117, 0.99454, 0.0589483]</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.0775506</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>30</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4240, -7798, -7280, 182, -161, -177, -153, 82]</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>227.439</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b2dd4cd5-25c1-4a7b-af6f-ced8a0a2a545||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.6568849086761475, -0.2310456931591034, 0.2945701777935028, 116.5915756225586], [-0.21187032759189606, 2.6682770252227783, 0.18421049416065216, -97.740234375], [0.30687254667282104, -0.15815384685993195, 2.67755389213562, -94.690185546875], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1335]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'AcquisitionTime': ['200839.535000', '200839.995000', '200840.455000', '200840.915000', '200841.375000', '200841.835000', '200842.295000', '200842.755000', '200843.215000', '200843.675000', '200844.135000', '200844.595000', '200845.055000', '200845.515000', '200845.975000', '200846.435000', '200846.895000', '200847.355000', '200847.815000', '200848.275000', '200848.735000', '200849.195000', '200849.655000', '200850.115000', '200850.575000', '200851.035000', '200851.495000', '200851.955000', '200852.415000', '200852.875000', '200853.335000', '200853.795000', '200854.255000', '200854.715000', '200855.175000', '200855.635000', '200856.095000', '200856.555000', '200857.015000', '200857.475000', '200857.935000', '200858.395000', '200858.855000', '200859.315000', '200859.775000', '200900.235000', '200900.695000', '200901.155000', '200901.615000', '200902.075000', '200902.535000', '200902.995000', '200903.455000', '200903.915000', '200904.375000', '200904.835000', '200905.295000', '200905.755000', '200906.215000', '200906.675000', '200907.135000', '200907.595000', '200908.055000', '200908.515000', '200908.975000', '200909.435000', '200909.895000', '200910.355000', '200910.815000', '200911.275000', '200911.735000', '200912.195000', '200912.655000', '200913.115000', '200913.575000', '200914.035000', '200914.495000', '200914.955000', '200915.415000', '200915.875000', '200916.335000', '200916.795000', '200917.255000', '200917.715000', '200918.175000', '200918.635000', '200919.095000', '200919.555000', '200920.015000', '200920.475000', '200920.935000', '200921.395000', '200921.855000', '200922.315000', '200922.775000', '200923.235000', '200923.695000', '200924.155000', '200924.615000', '200925.075000', '200925.535000', '200925.995000', '200926.455000', '200926.915000', '200927.375000', '200927.835000', '200928.295000', '200928.755000', '200929.215000', '200929.675000', '200930.135000', '200930.595000', '200931.055000', '200931.515000', '200931.975000', '200932.435000', '200932.895000', '200933.355000', '200933.815000', '200934.275000', '200934.735000', '200935.195000', '200935.655000', '200936.115000', '200936.575000', '200937.035000', '200937.495000', '200937.955000', '200938.415000', '200938.875000', '200939.335000', '200939.795000', '200940.255000', '200940.715000', '200941.175000', '200941.635000', '200942.095000', '200942.555000', '200943.015000', '200943.475000', '200943.935000', '200944.395000', '200944.855000', '200945.315000', '200945.775000', '200946.235000', '200946.695000', '200947.155000', '200947.615000', '200948.075000', '200948.535000', '200948.995000', '200949.455000', '200949.915000', '200950.375000', '200950.835000', '200951.295000', '200951.755000', '200952.215000', '200952.675000', '200953.135000', '200953.595000', '200954.055000', '200954.515000', '200954.975000', '200955.435000', '200955.895000', '200956.355000', '200956.815000', '200957.275000', '200957.735000', '200958.195000', '200958.655000', '200959.115000', '200959.575000', '201000.035000', '201000.495000', '201000.955000', '201001.415000', '201001.875000', '201002.335000', '201002.795000', '201003.255000', '201003.715000', '201004.175000', '201004.635000', '201005.095000', '201005.555000', '201006.015000', '201006.475000', '201006.935000', '201007.395000', '201007.855000', '201008.315000', '201008.775000', '201009.235000', '201009.695000', '201010.155000', '201010.615000', '201011.075000', '201011.535000', '201011.995000', '201012.455000', '201012.915000', '201013.375000', '201013.835000', '201014.295000', '201014.755000', '201015.215000', '201015.675000', '201016.135000', '201016.595000', '201017.055000', '201017.515000', '201017.975000', '201018.435000', '201018.895000', '201019.355000', '201019.815000', '201020.275000', '201020.735000', '201021.195000', '201021.655000', '201022.115000', '201022.575000', '201023.035000', '201023.495000', '201023.955000', '201024.415000', '201024.875000', '201025.335000', '201025.795000', '201026.255000', '201026.715000', '201027.175000', '201027.635000', '201028.095000', '201028.555000', '201029.015000', '201029.475000', '201029.935000', '201030.395000', '201030.855000', '201031.315000', '201031.775000', '201032.235000', '201032.695000', '201033.155000', '201033.615000', '201034.075000', '201034.535000', '201034.995000', '201035.455000', '201035.915000', '201036.375000', '201036.835000', '201037.295000', '201037.755000', '201038.215000', '201038.675000', '201039.135000', '201039.595000', '201040.055000', '201040.515000', '201040.975000', '201041.435000', '201041.895000', '201042.355000', '201042.815000', '201043.275000', '201043.735000', '201044.195000', '201044.655000', '201045.115000', '201045.575000', '201046.035000', '201046.495000', '201046.955000', '201047.415000', '201047.875000', '201048.335000', '201048.795000', '201049.255000', '201049.715000', '201050.175000', '201050.635000', '201051.095000', '201051.555000', '201052.015000', '201052.475000', '201052.935000', '201053.395000', '201053.855000', '201054.315000', '201054.775000', '201055.235000', '201055.695000', '201056.155000', '201056.615000', '201057.075000', '201057.535000', '201057.995000', '201058.455000', '201058.915000', '201059.375000', '201059.835000', '201100.295000', '201100.755000', '201101.215000', '201101.675000', '201102.135000', '201102.595000', '201103.055000', '201103.515000', '201103.975000', '201104.435000', '201104.895000', '201105.355000', '201105.815000', '201106.275000', '201106.735000', '201107.195000', '201107.655000', '201108.115000', '201108.575000', '201109.035000', '201109.495000', '201109.955000', '201110.415000', '201110.875000', '201111.335000', '201111.795000', '201112.255000', '201112.715000', '201113.175000', '201113.635000', '201114.095000', '201114.555000', '201115.015000', '201115.475000', '201115.935000', '201116.395000', '201116.855000', '201117.315000', '201117.775000', '201118.235000', '201118.695000', '201119.155000', '201119.615000', '201120.075000', '201120.535000', '201120.995000', '201121.455000', '201121.915000', '201122.375000', '201122.835000', '201123.295000', '201123.755000', '201124.215000', '201124.675000', '201125.135000', '201125.595000', '201126.055000', '201126.515000', '201126.975000', '201127.435000', '201127.895000', '201128.355000', '201128.815000', '201129.275000', '201129.735000', '201130.195000', '201130.655000', '201131.115000', '201131.575000', '201132.035000', '201132.495000', '201132.955000', '201133.415000', '201133.875000', '201134.335000', '201134.795000', '201135.255000', '201135.715000', '201136.175000', '201136.635000', '201137.095000', '201137.555000', '201138.015000', '201138.475000', '201138.935000', '201139.395000', '201139.855000', '201140.315000', '201140.775000', '201141.235000', '201141.695000', '201142.155000', '201142.615000', '201143.075000', '201143.535000', '201143.995000', '201144.455000', '201144.915000', '201145.375000', '201145.835000', '201146.295000', '201146.755000', '201147.215000', '201147.675000', '201148.135000', '201148.595000', '201149.055000', '201149.515000', '201149.975000', '201150.435000', '201150.895000', '201151.355000', '201151.815000', '201152.275000', '201152.735000', '201153.195000', '201153.655000', '201154.115000', '201154.575000', '201155.035000', '201155.495000', '201155.955000', '201156.415000', '201156.875000', '201157.335000', '201157.795000', '201158.255000', '201158.715000', '201159.175000', '201159.635000', '201200.095000', '201200.555000', '201201.015000', '201201.475000', '201201.935000', '201202.395000', '201202.855000', '201203.315000', '201203.775000', '201204.235000', '201204.695000', '201205.155000', '201205.615000', '201206.075000', '201206.535000', '201206.995000', '201207.455000', '201207.915000', '201208.375000', '201208.835000', '201209.295000', '201209.755000', '201210.215000', '201210.675000', '201211.135000', '201211.595000', '201212.055000', '201212.515000', '201212.975000', '201213.435000', '201213.895000', '201214.355000', '201214.815000', '201215.275000', '201215.735000', '201216.195000', '201216.655000', '201217.115000', '201217.575000', '201218.035000', '201218.495000', '201218.955000', '201219.415000', '201219.875000', '201220.335000', '201220.795000', '201221.255000', '201221.715000', '201222.175000', '201222.635000', '201223.095000', '201223.555000', '201224.015000', '201224.475000', '201224.935000', '201225.395000', '201225.855000', '201226.315000', '201226.775000', '201227.235000', '201227.695000', '201228.155000', '201228.615000', '201229.075000', '201229.535000', '201229.995000', '201230.455000', '201230.915000', '201231.375000', '201231.835000', '201232.295000', '201232.755000', '201233.215000', '201233.675000', '201234.135000', '201234.595000', '201235.055000', '201235.515000', '201235.975000', '201236.435000', '201236.895000', '201237.355000', '201237.815000', '201238.275000', '201238.735000', '201239.195000', '201239.655000', '201240.115000', '201240.575000', '201241.035000', '201241.495000', '201241.955000', '201242.415000', '201242.875000', '201243.335000', '201243.795000', '201244.255000', '201244.715000', '201245.175000', '201245.635000', '201246.095000', '201246.555000', '201247.015000', '201247.475000', '201247.935000', '201248.395000', '201248.855000', '201249.315000', '201249.775000', '201250.235000', '201250.695000', '201251.155000', '201251.615000', '201252.075000', '201252.535000', '201252.995000', '201253.455000', '201253.915000', '201254.375000', '201254.835000', '201255.295000', '201255.755000', '201256.215000', '201256.675000', '201257.135000', '201257.595000', '201258.055000', '201258.515000', '201258.975000', '201259.435000', '201259.895000', '201300.355000', '201300.815000', '201301.275000', '201301.735000', '201302.195000', '201302.655000', '201303.115000', '201303.575000', '201304.035000', '201304.495000', '201304.955000', '201305.415000', '201305.875000', '201306.335000', '201306.795000', '201307.255000', '201307.715000', '201308.175000', '201308.635000', '201309.095000', '201309.555000', '201310.015000', '201310.475000', '201310.935000', '201311.395000', '201311.855000', '201312.315000', '201312.775000', '201313.235000', '201313.695000', '201314.155000', '201314.615000', '201315.075000', '201315.535000', '201315.995000', '201316.455000', '201316.915000', '201317.375000', '201317.835000', '201318.295000', '201318.755000', '201319.215000', '201319.675000', '201320.135000', '201320.595000', '201321.055000', '201321.515000', '201321.975000', '201322.435000', '201322.895000', '201323.355000', '201323.815000', '201324.275000', '201324.735000', '201325.195000', '201325.655000', '201326.115000', '201326.575000', '201327.035000', '201327.495000', '201327.955000', '201328.415000', '201328.875000', '201329.335000', '201329.795000', '201330.255000', '201330.715000', '201331.175000', '201331.635000', '201332.095000', '201332.555000', '201333.015000', '201333.475000', '201333.935000', '201334.395000', '201334.855000', '201335.315000', '201335.775000', '201336.235000', '201336.695000', '201337.155000', '201337.615000', '201338.075000', '201338.535000', '201338.995000', '201339.455000', '201339.915000', '201340.375000', '201340.835000', '201341.295000', '201341.755000', '201342.215000', '201342.675000', '201343.135000', '201343.595000', '201344.055000', '201344.515000', '201344.975000', '201345.435000', '201345.895000', '201346.355000', '201346.815000', '201347.275000', '201347.735000', '201348.195000', '201348.655000', '201349.115000', '201349.575000', '201350.035000', '201350.495000', '201350.955000', '201351.415000', '201351.875000', '201352.335000', '201352.795000', '201353.255000', '201353.715000', '201354.175000', '201354.635000', '201355.095000', '201355.555000', '201356.015000', '201356.475000', '201356.935000', '201357.395000', '201357.855000', '201358.315000', '201358.775000', '201359.235000', '201359.695000', '201400.155000', '201400.615000', '201401.075000', '201401.535000', '201401.995000', '201402.455000', '201402.915000', '201403.375000', '201403.835000', '201404.295000', '201404.755000', '201405.215000', '201405.675000', '201406.135000', '201406.595000', '201407.055000', '201407.515000', '201407.975000', '201408.435000', '201408.895000', '201409.355000', '201409.815000', '201410.275000', '201410.735000', '201411.195000', '201411.655000', '201412.115000', '201412.575000', '201413.035000', '201413.495000', '201413.955000', '201414.415000', '201414.875000', '201415.335000', '201415.795000', '201416.255000', '201416.715000', '201417.175000', '201417.635000', '201418.095000', '201418.555000', '201419.015000', '201419.475000', '201419.935000', '201420.395000', '201420.855000', '201421.315000', '201421.775000', '201422.235000', '201422.695000', '201423.155000', '201423.615000', '201424.075000', '201424.535000', '201424.995000', '201425.455000', '201425.915000', '201426.375000', '201426.835000', '201427.295000', '201427.755000', '201428.215000', '201428.675000', '201429.135000', '201429.595000', '201430.055000', '201430.515000', '201430.975000', '201431.435000', '201431.895000', '201432.355000', '201432.815000', '201433.275000', '201433.735000', '201434.195000', '201434.655000', '201435.115000', '201435.575000', '201436.035000', '201436.495000', '201436.955000', '201437.415000', '201437.875000', '201438.335000', '201438.795000', '201439.255000', '201439.715000', '201440.175000', '201440.635000', '201441.095000', '201441.555000', '201442.015000', '201442.475000', '201442.935000', '201443.395000', '201443.855000', '201444.315000', '201444.775000', '201445.235000', '201445.695000', '201446.155000', '201446.615000', '201447.075000', '201447.535000', '201447.995000', '201448.455000', '201448.915000', '201449.375000', '201449.835000', '201450.295000', '201450.755000', '201451.215000', '201451.675000', '201452.135000', '201452.595000', '201453.055000', '201453.515000', '201453.975000', '201454.435000', '201454.895000', '201455.355000', '201455.815000', '201456.275000', '201456.735000', '201457.195000', '201457.655000', '201458.115000', '201458.575000', '201459.035000', '201459.495000', '201459.955000', '201500.415000', '201500.875000', '201501.335000', '201501.795000', '201502.255000', '201502.715000', '201503.175000', '201503.635000', '201504.095000', '201504.555000', '201505.015000', '201505.475000', '201505.935000', '201506.395000', '201506.855000', '201507.315000', '201507.775000', '201508.235000', '201508.695000', '201509.155000', '201509.615000', '201510.075000', '201510.535000', '201510.995000', '201511.455000', '201511.915000', '201512.375000', '201512.835000', '201513.295000', '201513.755000', '201514.215000', '201514.675000', '201515.135000', '201515.595000', '201516.055000', '201516.515000', '201516.975000', '201517.435000', '201517.895000', '201518.355000', '201518.815000', '201519.275000', '201519.735000', '201520.195000', '201520.655000', '201521.115000', '201521.575000', '201522.035000', '201522.495000', '201522.955000', '201523.415000', '201523.875000', '201524.335000', '201524.795000', '201525.255000', '201525.715000', '201526.175000', '201526.635000', '201527.095000', '201527.555000', '201528.015000', '201528.475000', '201528.935000', '201529.395000', '201529.855000', '201530.315000', '201530.775000', '201531.235000', '201531.695000', '201532.155000', '201532.615000', '201533.075000', '201533.535000', '201533.995000', '201534.455000', '201534.915000', '201535.375000', '201535.835000', '201536.295000', '201536.755000', '201537.215000', '201537.675000', '201538.135000', '201538.595000', '201539.055000', '201539.515000', '201539.975000', '201540.435000', '201540.895000', '201541.355000', '201541.815000', '201542.275000', '201542.735000', '201543.195000', '201543.655000', '201544.115000', '201544.575000', '201545.035000', '201545.495000', '201545.955000', '201546.415000', '201546.875000', '201547.335000', '201547.795000', '201548.255000', '201548.715000', '201549.175000', '201549.635000', '201550.095000', '201550.555000', '201551.015000', '201551.475000', '201551.935000', '201552.395000', '201552.855000', '201553.315000', '201553.775000', '201554.235000', '201554.695000', '201555.155000', '201555.615000', '201556.075000', '201556.535000', '201556.995000', '201557.455000', '201557.915000', '201558.375000', '201558.835000', '201559.295000', '201559.755000', '201600.215000', '201600.675000', '201601.135000', '201601.595000', '201602.055000', '201602.515000', '201602.975000', '201603.435000', '201603.895000', '201604.355000', '201604.815000', '201605.275000', '201605.735000', '201606.195000', '201606.655000', '201607.115000', '201607.575000', '201608.035000', '201608.495000', '201608.955000', '201609.415000', '201609.875000', '201610.335000', '201610.795000', '201611.255000', '201611.715000', '201612.175000', '201612.635000', '201613.095000', '201613.555000', '201614.015000', '201614.475000', '201614.935000', '201615.395000', '201615.855000', '201616.315000', '201616.775000', '201617.235000', '201617.695000', '201618.155000', '201618.615000', '201619.075000', '201619.535000', '201619.995000', '201620.455000', '201620.915000', '201621.375000', '201621.835000', '201622.295000', '201622.755000', '201623.215000', '201623.675000', '201624.135000', '201624.595000', '201625.055000', '201625.515000', '201625.975000', '201626.435000', '201626.895000', '201627.355000', '201627.815000', '201628.275000', '201628.735000', '201629.195000', '201629.655000', '201630.115000', '201630.575000', '201631.035000', '201631.495000', '201631.955000', '201632.415000', '201632.875000', '201633.335000', '201633.795000', '201634.255000', '201634.715000', '201635.175000', '201635.635000', '201636.095000', '201636.555000', '201637.015000', '201637.475000', '201637.935000', '201638.395000', '201638.855000', '201639.315000', '201639.775000', '201640.235000', '201640.695000', '201641.155000', '201641.615000', '201642.075000', '201642.535000', '201642.995000', '201643.455000', '201643.915000', '201644.375000', '201644.835000', '201645.295000', '201645.755000', '201646.215000', '201646.675000', '201647.135000', '201647.595000', '201648.055000', '201648.515000', '201648.975000', '201649.435000', '201649.895000', '201650.355000', '201650.815000', '201651.275000', '201651.735000', '201652.195000', '201652.655000', '201653.115000', '201653.575000', '201654.035000', '201654.495000', '201654.955000', '201655.415000', '201655.875000', '201656.335000', '201656.795000', '201657.255000', '201657.715000', '201658.175000', '201658.635000', '201659.095000', '201659.555000', '201700.015000', '201700.475000', '201700.935000', '201701.395000', '201701.855000', '201702.315000', '201702.775000', '201703.235000', '201703.695000', '201704.155000', '201704.615000', '201705.075000', '201705.535000', '201705.995000', '201706.455000', '201706.915000', '201707.375000', '201707.835000', '201708.295000', '201708.755000', '201709.215000', '201709.675000', '201710.135000', '201710.595000', '201711.055000', '201711.515000', '201711.975000', '201712.435000', '201712.895000', '201713.355000', '201713.815000', '201714.275000', '201714.735000', '201715.195000', '201715.655000', '201716.115000', '201716.575000', '201717.035000', '201717.495000', '201717.955000', '201718.415000', '201718.875000', '201719.335000', '201719.795000', '201720.255000', '201720.715000', '201721.175000', '201721.635000', '201722.095000', '201722.555000', '201723.015000', '201723.475000', '201723.935000', '201724.395000', '201724.855000', '201725.315000', '201725.775000', '201726.235000', '201726.695000', '201727.155000', '201727.615000', '201728.075000', '201728.535000', '201728.995000', '201729.455000', '201729.915000', '201730.375000', '201730.835000', '201731.295000', '201731.755000', '201732.215000', '201732.675000', '201733.135000', '201733.595000', '201734.055000', '201734.515000', '201734.975000', '201735.435000', '201735.895000', '201736.355000', '201736.815000', '201737.275000', '201737.735000', '201738.195000', '201738.655000', '201739.115000', '201739.575000', '201740.035000', '201740.495000', '201740.955000', '201741.415000', '201741.875000', '201742.335000', '201742.795000', '201743.255000', '201743.715000', '201744.175000', '201744.635000', '201745.095000', '201745.555000', '201746.015000', '201746.475000', '201746.935000', '201747.395000', '201747.855000', '201748.315000', '201748.775000', '201749.235000', '201749.695000', '201750.155000', '201750.615000', '201751.075000', '201751.535000', '201751.995000', '201752.455000', '201752.915000', '201753.375000', '201753.835000', '201754.295000', '201754.755000', '201755.215000', '201755.675000', '201756.135000', '201756.595000', '201757.055000', '201757.515000', '201757.975000', '201758.435000', '201758.895000', '201759.355000', '201759.815000', '201800.275000', '201800.735000', '201801.195000', '201801.655000', '201802.115000', '201802.575000', '201803.035000', '201803.495000', '201803.955000', '201804.415000', '201804.875000', '201805.335000', '201805.795000', '201806.255000', '201806.715000', '201807.175000', '201807.635000', '201808.095000', '201808.555000', '201809.015000', '201809.475000', '201809.935000', '201810.395000', '201810.855000', '201811.315000', '201811.775000', '201812.235000', '201812.695000', '201813.155000', '201813.615000', '201814.075000', '201814.535000', '201814.995000', '201815.455000', '201815.915000', '201816.375000', '201816.835000', '201817.295000', '201817.755000', '201818.215000', '201818.675000', '201819.135000', '201819.595000', '201820.055000', '201820.515000', '201820.975000', '201821.435000', '201821.895000', '201822.355000', '201822.815000', '201823.275000', '201823.735000', '201824.195000', '201824.655000', '201825.115000', '201825.575000', '201826.035000', '201826.495000', '201826.955000', '201827.415000', '201827.875000', '201828.335000', '201828.795000', '201829.255000', '201829.715000', '201830.175000', '201830.635000', '201831.095000', '201831.555000', '201832.015000', '201832.475000', '201832.935000', '201833.395000', '201833.855000', '201834.315000', '201834.775000', '201835.235000', '201835.695000', '201836.155000', '201836.615000', '201837.075000', '201837.535000', '201837.995000', '201838.455000', '201838.915000', '201839.375000', '201839.835000', '201840.295000', '201840.755000', '201841.215000', '201841.675000', '201842.135000', '201842.595000', '201843.055000', '201843.515000', '201843.975000', '201844.435000', '201844.895000', '201845.355000', '201845.815000', '201846.275000', '201846.735000', '201847.195000', '201847.655000', '201848.115000', '201848.575000', '201849.035000', '201849.495000', '201849.955000', '201850.415000', '201850.875000', '201851.335000', '201851.795000', '201852.255000', '201852.715000', '201853.175000'], 'ContentTime': ['200906.369000', '200906.372000', '200906.375000', '200906.378000', '200906.381000', '200906.383000', '200906.386000', '200906.388000', '200906.391000', '200906.393000', '200906.396000', '200906.398000', '200906.401000', '200906.410000', '200906.413000', '200906.415000', '200906.418000', '200906.420000', '200906.423000', '200906.425000', '200906.428000', '200906.431000', '200906.433000', '200906.436000', '200906.438000', '200906.441000', '200906.443000', '200906.446000', '200906.449000', '200906.451000', '200906.454000', '200906.457000', '200906.459000', '200906.462000', '200906.464000', '200906.467000', '200906.469000', '200906.472000', '200906.475000', '200906.477000', '200906.480000', '200906.483000', '200906.486000', '200906.488000', '200906.491000', '200906.493000', '200906.496000', '200906.499000', '200906.501000', '200906.504000', '200906.506000', '200906.509000', '200906.511000', '200906.514000', '200906.518000', '200926.340000', '200926.343000', '200926.346000', '200926.348000', '200926.353000', '200926.355000', '200926.358000', '200926.360000', '200926.363000', '200926.365000', '200926.368000', '200926.371000', '200926.373000', '200926.376000', '200926.378000', '200926.381000', '200926.384000', '200926.386000', '200926.389000', '200926.391000', '200926.394000', '200926.396000', '200926.399000', '200926.402000', '200926.404000', '200926.407000', '200926.409000', '200926.412000', '200926.414000', '200926.417000', '200926.420000', '200926.422000', '200926.425000', '200926.427000', '200926.430000', '200926.433000', '200926.435000', '200926.438000', '200926.440000', '200926.443000', '200926.445000', '200926.448000', '200926.451000', '200926.453000', '200946.340000', '200946.343000', '200946.346000', '200946.349000', '200946.351000', '200946.354000', '200946.356000', '200946.359000', '200946.361000', '200946.373000', '200946.375000', '200946.378000', '200946.381000', '200946.383000', '200946.386000', '200946.389000', '200946.391000', '200946.394000', '200946.396000', '200946.399000', '200946.402000', '200946.404000', '200946.407000', '200946.409000', '200946.412000', '200946.414000', '200946.417000', '200946.420000', '200946.422000', '200946.425000', '200946.427000', '200946.430000', '200946.433000', '200946.435000', '200946.438000', '200946.440000', '200946.443000', '200946.445000', '200946.448000', '200946.451000', '200946.453000', '200946.456000', '200946.458000', '201006.340000', '201006.343000', '201006.346000', '201006.348000', '201006.351000', '201006.354000', '201006.356000', '201006.359000', '201006.361000', '201006.364000', '201006.367000', '201006.369000', '201006.372000', '201006.375000', '201006.377000', '201006.380000', '201006.382000', '201006.385000', '201006.387000', '201006.390000', '201006.393000', '201006.395000', '201006.398000', '201006.400000', '201006.403000', '201006.405000', '201006.408000', '201006.410000', '201006.413000', '201006.416000', '201006.418000', '201006.421000', '201006.423000', '201006.426000', '201006.429000', '201006.431000', '201006.434000', '201006.436000', '201006.439000', '201006.442000', '201006.444000', '201006.447000', '201006.449000', '201006.452000', '201026.340000', '201026.343000', '201026.346000', '201026.348000', '201026.351000', '201026.354000', '201026.356000', '201026.359000', '201026.361000', '201026.364000', '201026.367000', '201026.378000', '201026.380000', '201026.383000', '201026.386000', '201026.388000', '201026.391000', '201026.393000', '201026.396000', '201026.398000', '201026.401000', '201026.404000', '201026.406000', '201026.409000', '201026.411000', '201026.414000', '201026.417000', '201026.419000', '201026.422000', '201026.425000', '201026.427000', '201026.430000', '201026.432000', '201026.435000', '201026.438000', '201026.440000', '201026.443000', '201026.445000', '201026.448000', '201026.450000', '201026.453000', '201026.456000', '201026.458000', '201046.341000', '201046.343000', '201046.346000', '201046.348000', '201046.351000', '201046.354000', '201046.356000', '201046.359000', '201046.361000', '201046.364000', '201046.366000', '201046.369000', '201046.372000', '201046.374000', '201046.377000', '201046.379000', '201046.382000', '201046.385000', '201046.387000', '201046.390000', '201046.393000', '201046.395000', '201046.398000', '201046.400000', '201046.403000', '201046.406000', '201046.408000', '201046.411000', '201046.413000', '201046.416000', '201046.419000', '201046.430000', '201046.433000', '201046.435000', '201046.438000', '201046.441000', '201046.443000', '201046.446000', '201046.448000', '201046.451000', '201046.454000', '201046.456000', '201046.459000', '201046.461000', '201106.341000', '201106.343000', '201106.346000', '201106.348000', '201106.351000', '201106.354000', '201106.356000', '201106.359000', '201106.361000', '201106.364000', '201106.367000', '201106.369000', '201106.372000', '201106.374000', '201106.377000', '201106.380000', '201106.382000', '201106.385000', '201106.387000', '201106.390000', '201106.392000', '201106.395000', '201106.397000', '201106.400000', '201106.403000', '201106.405000', '201106.408000', '201106.410000', '201106.413000', '201106.416000', '201106.418000', '201106.421000', '201106.423000', '201106.426000', '201106.429000', '201106.431000', '201106.434000', '201106.436000', '201106.439000', '201106.441000', '201106.444000', '201106.447000', '201106.449000', '201126.341000', '201126.344000', '201126.347000', '201126.350000', '201126.353000', '201126.356000', '201126.359000', '201126.362000', '201126.364000', '201126.367000', '201126.369000', '201126.372000', '201126.375000', '201126.377000', '201126.380000', '201126.382000', '201126.385000', '201126.388000', '201126.390000', '201126.393000', '201126.395000', '201126.398000', '201126.400000', '201126.411000', '201126.414000', '201126.417000', '201126.419000', '201126.422000', '201126.424000', '201126.427000', '201126.430000', '201126.432000', '201126.435000', '201126.438000', '201126.440000', '201126.443000', '201126.445000', '201126.448000', '201126.451000', '201126.453000', '201126.456000', '201126.459000', '201126.462000', '201146.340000', '201146.343000', '201146.346000', '201146.348000', '201146.351000', '201146.354000', '201146.356000', '201146.359000', '201146.361000', '201146.364000', '201146.366000', '201146.369000', '201146.372000', '201146.374000', '201146.377000', '201146.380000', '201146.382000', '201146.385000', '201146.387000', '201146.390000', '201146.392000', '201146.395000', '201146.398000', '201146.400000', '201146.403000', '201146.405000', '201146.408000', '201146.411000', '201146.413000', '201146.416000', '201146.419000', '201146.421000', '201146.424000', '201146.426000', '201146.429000', '201146.432000', '201146.434000', '201146.475000', '201146.477000', '201146.480000', '201146.483000', '201146.485000', '201146.488000', '201146.490000', '201206.341000', '201206.343000', '201206.346000', '201206.348000', '201206.351000', '201206.354000', '201206.356000', '201206.359000', '201206.361000', '201206.364000', '201206.373000', '201206.376000', '201206.379000', '201206.381000', '201206.384000', '201206.387000', '201206.389000', '201206.392000', '201206.394000', '201206.397000', '201206.400000', '201206.402000', '201206.405000', '201206.407000', '201206.410000', '201206.413000', '201206.415000', '201206.418000', '201206.420000', '201206.423000', '201206.426000', '201206.428000', '201206.431000', '201206.434000', '201206.436000', '201206.439000', '201206.441000', '201206.444000', '201206.447000', '201206.449000', '201206.452000', '201206.454000', '201206.457000', '201206.460000', '201226.340000', '201226.343000', '201226.346000', '201226.348000', '201226.351000', '201226.354000', '201226.356000', '201226.359000', '201226.361000', '201226.364000', '201226.366000', '201226.369000', '201226.372000', '201226.374000', '201226.377000', '201226.379000', '201226.382000', '201226.384000', '201226.387000', '201226.390000', '201226.392000', '201226.395000', '201226.397000', '201226.400000', '201226.403000', '201226.405000', '201226.408000', '201226.410000', '201226.413000', '201226.416000', '201226.418000', '201226.421000', '201226.423000', '201226.426000', '201226.429000', '201226.431000', '201226.434000', '201226.437000', '201226.439000', '201226.442000', '201226.444000', '201226.447000', '201226.449000', '201246.341000', '201246.343000', '201246.346000', '201246.349000', '201246.351000', '201246.354000', '201246.357000', '201246.360000', '201246.363000', '201246.365000', '201246.368000', '201246.371000', '201246.373000', '201246.376000', '201246.378000', '201246.381000', '201246.384000', '201246.386000', '201246.389000', '201246.391000', '201246.394000', '201246.397000', '201246.400000', '201246.403000', '201246.405000', '201246.408000', '201246.410000', '201246.413000', '201246.416000', '201246.418000', '201246.421000', '201246.423000', '201246.426000', '201246.438000', '201246.441000', '201246.444000', '201246.446000', '201246.449000', '201246.451000', '201246.454000', '201246.457000', '201246.459000', '201246.462000', '201306.340000', '201306.343000', '201306.346000', '201306.348000', '201306.351000', '201306.354000', '201306.356000', '201306.359000', '201306.362000', '201306.364000', '201306.367000', '201306.369000', '201306.372000', '201306.375000', '201306.377000', '201306.380000', '201306.382000', '201306.385000', '201306.388000', '201306.390000', '201306.393000', '201306.395000', '201306.398000', '201306.401000', '201306.403000', '201306.406000', '201306.409000', '201306.411000', '201306.414000', '201306.416000', '201306.419000', '201306.422000', '201306.424000', '201306.427000', '201306.429000', '201306.432000', '201306.435000', '201306.437000', '201306.440000', '201306.442000', '201306.445000', '201306.447000', '201306.450000', '201306.453000', '201326.340000', '201326.343000', '201326.346000', '201326.348000', '201326.351000', '201326.354000', '201326.356000', '201326.359000', '201326.362000', '201326.364000', '201326.367000', '201326.369000', '201326.372000', '201326.374000', '201326.377000', '201326.380000', '201326.382000', '201326.385000', '201326.401000', '201326.404000', '201326.407000', '201326.409000', '201326.412000', '201326.414000', '201326.417000', '201326.420000', '201326.422000', '201326.425000', '201326.427000', '201326.430000', '201326.433000', '201326.435000', '201326.438000', '201326.440000', '201326.443000', '201326.446000', '201326.448000', '201326.451000', '201326.453000', '201326.456000', '201326.459000', '201326.461000', '201326.464000', '201326.466000', '201346.340000', '201346.343000', '201346.346000', '201346.349000', '201346.351000', '201346.354000', '201346.356000', '201346.359000', '201346.361000', '201346.364000', '201346.367000', '201346.369000', '201346.372000', '201346.374000', '201346.377000', '201346.379000', '201346.382000', '201346.385000', '201346.387000', '201346.390000', '201346.392000', '201346.395000', '201346.398000', '201346.400000', '201346.403000', '201346.405000', '201346.408000', '201346.411000', '201346.413000', '201346.416000', '201346.418000', '201346.421000', '201346.423000', '201346.426000', '201346.429000', '201346.431000', '201346.434000', '201346.436000', '201346.439000', '201346.441000', '201346.444000', '201346.447000', '201346.449000', '201406.340000', '201406.343000', '201406.346000', '201406.349000', '201406.351000', '201406.354000', '201406.356000', '201406.359000', '201406.362000', '201406.364000', '201406.367000', '201406.370000', '201406.372000', '201406.375000', '201406.377000', '201406.380000', '201406.383000', '201406.385000', '201406.388000', '201406.390000', '201406.393000', '201406.396000', '201406.398000', '201406.401000', '201406.403000', '201406.406000', '201406.408000', '201406.411000', '201406.414000', '201406.416000', '201406.419000', '201406.421000', '201406.424000', '201406.427000', '201406.429000', '201406.432000', '201406.437000', '201406.440000', '201406.442000', '201406.445000', '201406.448000', '201406.450000', '201406.453000', '201426.340000', '201426.343000', '201426.346000', '201426.349000', '201426.351000', '201426.354000', '201426.356000', '201426.359000', '201426.362000', '201426.364000', '201426.367000', '201426.369000', '201426.372000', '201426.374000', '201426.377000', '201426.380000', '201426.382000', '201426.385000', '201426.387000', '201426.390000', '201426.393000', '201426.395000', '201426.398000', '201426.400000', '201426.403000', '201426.406000', '201426.408000', '201426.411000', '201426.413000', '201426.416000', '201426.419000', '201426.421000', '201426.424000', '201426.426000', '201426.429000', '201426.432000', '201426.434000', '201426.437000', '201426.439000', '201426.442000', '201426.444000', '201426.447000', '201426.450000', '201426.452000', '201446.341000', '201446.343000', '201446.346000', '201446.349000', '201446.351000', '201446.354000', '201446.356000', '201446.359000', '201446.362000', '201446.364000', '201446.367000', '201446.369000', '201446.372000', '201446.374000', '201446.378000', '201446.380000', '201446.383000', '201446.386000', '201446.388000', '201446.391000', '201446.393000', '201446.396000', '201446.399000', '201446.401000', '201446.404000', '201446.406000', '201446.409000', '201446.412000', '201446.414000', '201446.438000', '201446.440000', '201446.443000', '201446.445000', '201446.448000', '201446.451000', '201446.453000', '201446.456000', '201446.458000', '201446.461000', '201446.463000', '201446.466000', '201446.469000', '201446.471000', '201506.341000', '201506.343000', '201506.346000', '201506.349000', '201506.351000', '201506.354000', '201506.356000', '201506.359000', '201506.362000', '201506.364000', '201506.367000', '201506.369000', '201506.372000', '201506.374000', '201506.377000', '201506.380000', '201506.382000', '201506.385000', '201506.387000', '201506.390000', '201506.393000', '201506.395000', '201506.398000', '201506.400000', '201506.403000', '201506.406000', '201506.408000', '201506.411000', '201506.414000', '201506.416000', '201506.419000', '201506.421000', '201506.432000', '201506.435000', '201506.437000', '201506.440000', '201506.443000', '201506.445000', '201506.448000', '201506.450000', '201506.453000', '201506.456000', '201506.458000', '201506.461000', '201526.341000', '201526.343000', '201526.346000', '201526.349000', '201526.351000', '201526.354000', '201526.356000', '201526.359000', '201526.361000', '201526.364000', '201526.366000', '201526.369000', '201526.372000', '201526.374000', '201526.377000', '201526.379000', '201526.382000', '201526.385000', '201526.387000', '201526.390000', '201526.392000', '201526.395000', '201526.397000', '201526.400000', '201526.403000', '201526.406000', '201526.409000', '201526.412000', '201526.415000', '201526.417000', '201526.420000', '201526.423000', '201526.425000', '201526.428000', '201526.430000', '201526.433000', '201526.436000', '201526.438000', '201526.441000', '201526.443000', '201526.446000', '201526.449000', '201526.451000', '201546.340000', '201546.343000', '201546.346000', '201546.349000', '201546.351000', '201546.354000', '201546.356000', '201546.359000', '201546.361000', '201546.364000', '201546.367000', '201546.369000', '201546.372000', '201546.374000', '201546.377000', '201546.380000', '201546.382000', '201546.385000', '201546.387000', '201546.390000', '201546.393000', '201546.395000', '201546.398000', '201546.400000', '201546.403000', '201546.406000', '201546.408000', '201546.411000', '201546.413000', '201546.416000', '201546.419000', '201546.421000', '201546.424000', '201546.426000', '201546.429000', '201546.431000', '201546.434000', '201546.437000', '201546.439000', '201546.442000', '201546.444000', '201546.447000', '201546.450000', '201546.452000', '201606.341000', '201606.343000', '201606.346000', '201606.348000', '201606.351000', '201606.354000', '201606.356000', '201606.359000', '201606.361000', '201606.364000', '201606.366000', '201606.369000', '201606.372000', '201606.374000', '201606.377000', '201606.379000', '201606.382000', '201606.384000', '201606.387000', '201606.390000', '201606.392000', '201606.395000', '201606.397000', '201606.400000', '201606.403000', '201606.420000', '201606.423000', '201606.425000', '201606.428000', '201606.431000', '201606.433000', '201606.436000', '201606.438000', '201606.441000', '201606.443000', '201606.446000', '201606.449000', '201606.451000', '201606.454000', '201606.457000', '201606.460000', '201606.463000', '201606.466000', '201626.341000', '201626.344000', '201626.346000', '201626.349000', '201626.351000', '201626.354000', '201626.357000', '201626.359000', '201626.362000', '201626.364000', '201626.367000', '201626.369000', '201626.372000', '201626.375000', '201626.377000', '201626.380000', '201626.382000', '201626.385000', '201626.388000', '201626.390000', '201626.393000', '201626.395000', '201626.398000', '201626.401000', '201626.403000', '201626.406000', '201626.409000', '201626.411000', '201626.414000', '201626.416000', '201626.419000', '201626.421000', '201626.424000', '201626.427000', '201626.429000', '201626.432000', '201626.434000', '201626.437000', '201626.440000', '201626.442000', '201626.445000', '201626.447000', '201626.450000', '201626.452000', '201646.341000', '201646.344000', '201646.346000', '201646.349000', '201646.351000', '201646.354000', '201646.356000', '201646.359000', '201646.362000', '201646.364000', '201646.367000', '201646.370000', '201646.372000', '201646.375000', '201646.377000', '201646.380000', '201646.382000', '201646.385000', '201646.388000', '201646.390000', '201646.393000', '201646.395000', '201646.398000', '201646.400000', '201646.403000', '201646.406000', '201646.408000', '201646.411000', '201646.414000', '201646.416000', '201646.419000', '201646.421000', '201646.424000', '201646.427000', '201646.429000', '201646.432000', '201646.434000', '201646.437000', '201646.440000', '201646.443000', '201646.446000', '201646.448000', '201646.451000', '201706.340000', '201706.342000', '201706.345000', '201706.348000', '201706.350000', '201706.353000', '201706.355000', '201706.358000', '201706.361000', '201706.363000', '201706.366000', '201706.368000', '201706.371000', '201706.374000', '201706.376000', '201706.379000', '201706.381000', '201706.384000', '201706.387000', '201706.389000', '201706.392000', '201706.394000', '201706.397000', '201706.400000', '201706.402000', '201706.405000', '201706.407000', '201706.410000', '201706.413000', '201706.415000', '201706.418000', '201706.421000', '201706.423000', '201706.426000', '201706.428000', '201706.431000', '201706.434000', '201706.436000', '201706.439000', '201706.441000', '201706.444000', '201706.447000', '201706.449000', '201706.452000', '201726.341000', '201726.343000', '201726.346000', '201726.349000', '201726.351000', '201726.354000', '201726.356000', '201726.359000', '201726.362000', '201726.364000', '201726.367000', '201726.369000', '201726.372000', '201726.374000', '201726.377000', '201726.380000', '201726.382000', '201726.385000', '201726.387000', '201726.390000', '201726.393000', '201726.395000', '201726.407000', '201726.410000', '201726.413000', '201726.415000', '201726.418000', '201726.420000', '201726.423000', '201726.426000', '201726.428000', '201726.431000', '201726.434000', '201726.436000', '201726.439000', '201726.441000', '201726.444000', '201726.447000', '201726.449000', '201726.452000', '201726.454000', '201726.457000', '201726.459000', '201746.343000', '201746.346000', '201746.349000', '201746.351000', '201746.354000', '201746.356000', '201746.359000', '201746.362000', '201746.364000', '201746.367000', '201746.369000', '201746.372000', '201746.375000', '201746.377000', '201746.380000', '201746.383000', '201746.385000', '201746.388000', '201746.390000', '201746.393000', '201746.395000', '201746.398000', '201746.401000', '201746.403000', '201746.406000', '201746.409000', '201746.411000', '201746.414000', '201746.416000', '201746.419000', '201746.422000', '201746.424000', '201746.427000', '201746.429000', '201746.432000', '201746.434000', '201746.437000', '201746.440000', '201746.442000', '201746.445000', '201746.448000', '201746.450000', '201746.453000', '201746.455000', '201806.341000', '201806.343000', '201806.346000', '201806.348000', '201806.351000', '201806.354000', '201806.356000', '201806.359000', '201806.361000', '201806.364000', '201806.367000', '201806.369000', '201806.372000', '201806.374000', '201806.377000', '201806.379000', '201806.382000', '201806.385000', '201806.387000', '201806.390000', '201806.393000', '201806.395000', '201806.398000', '201806.400000', '201806.403000', '201806.406000', '201806.408000', '201806.411000', '201806.413000', '201806.416000', '201806.418000', '201806.421000', '201806.424000', '201806.426000', '201806.429000', '201806.431000', '201806.434000', '201806.437000', '201806.439000', '201806.442000', '201806.444000', '201806.447000', '201806.449000', '201826.341000', '201826.344000', '201826.346000', '201826.349000', '201826.351000', '201826.354000', '201826.357000', '201826.359000', '201826.362000', '201826.365000', '201826.367000', '201826.370000', '201826.372000', '201826.375000', '201826.378000', '201826.380000', '201826.383000', '201826.386000', '201826.388000', '201826.391000', '201826.393000', '201826.396000', '201826.399000', '201826.401000', '201826.404000', '201826.407000', '201826.409000', '201826.412000', '201826.415000', '201826.418000', '201826.421000', '201826.424000', '201826.426000', '201826.429000', '201826.432000', '201826.434000', '201826.437000', '201826.440000', '201826.442000', '201826.445000', '201826.447000', '201826.450000', '201826.453000', '201846.341000', '201846.343000', '201846.346000', '201846.349000', '201846.351000', '201846.354000', '201846.356000', '201846.359000', '201846.362000', '201846.364000', '201846.367000', '201846.369000', '201846.372000', '201846.375000', '201846.377000', '201846.380000', '201846.383000', '201846.385000', '201846.388000', '201846.399000', '201846.401000', '201846.404000', '201846.407000', '201846.409000', '201846.412000', '201846.414000', '201846.417000', '201846.420000', '201846.422000', '201846.425000', '201846.427000', '201846.430000', '201846.433000', '201846.435000', '201846.438000', '201846.441000', '201846.443000', '201846.446000', '201846.448000', '201846.451000', '201846.454000', '201846.456000', '201846.459000', '201846.461000', '201854.793000', '201854.796000', '201854.799000', '201854.802000', '201854.805000', '201854.808000', '201854.811000', '201854.813000', '201854.816000', '201854.831000', '201854.834000', '201854.837000', '201854.844000', '201854.847000', '201854.850000', '201854.852000', '201854.855000', '201854.858000', '201854.861000'], 'InstanceCreationTime': ['200906.369000', '200906.372000', '200906.375000', '200906.378000', '200906.381000', '200906.383000', '200906.386000', '200906.388000', '200906.391000', '200906.393000', '200906.396000', '200906.398000', '200906.401000', '200906.410000', '200906.413000', '200906.415000', '200906.418000', '200906.420000', '200906.423000', '200906.425000', '200906.428000', '200906.431000', '200906.433000', '200906.436000', '200906.438000', '200906.441000', '200906.443000', '200906.446000', '200906.449000', '200906.451000', '200906.454000', '200906.457000', '200906.459000', '200906.462000', '200906.464000', '200906.467000', '200906.469000', '200906.472000', '200906.475000', '200906.477000', '200906.480000', '200906.483000', '200906.486000', '200906.488000', '200906.491000', '200906.493000', '200906.496000', '200906.499000', '200906.501000', '200906.504000', '200906.506000', '200906.509000', '200906.511000', '200906.514000', '200906.518000', '200926.340000', '200926.343000', '200926.346000', '200926.348000', '200926.353000', '200926.355000', '200926.358000', '200926.360000', '200926.363000', '200926.365000', '200926.368000', '200926.371000', '200926.373000', '200926.376000', '200926.378000', '200926.381000', '200926.384000', '200926.386000', '200926.389000', '200926.391000', '200926.394000', '200926.396000', '200926.399000', '200926.402000', '200926.404000', '200926.407000', '200926.409000', '200926.412000', '200926.414000', '200926.417000', '200926.420000', '200926.422000', '200926.425000', '200926.427000', '200926.430000', '200926.433000', '200926.435000', '200926.438000', '200926.440000', '200926.443000', '200926.445000', '200926.448000', '200926.451000', '200926.453000', '200946.340000', '200946.343000', '200946.346000', '200946.349000', '200946.351000', '200946.354000', '200946.356000', '200946.359000', '200946.361000', '200946.373000', '200946.375000', '200946.378000', '200946.381000', '200946.383000', '200946.386000', '200946.389000', '200946.391000', '200946.394000', '200946.396000', '200946.399000', '200946.402000', '200946.404000', '200946.407000', '200946.409000', '200946.412000', '200946.414000', '200946.417000', '200946.420000', '200946.422000', '200946.425000', '200946.427000', '200946.430000', '200946.433000', '200946.435000', '200946.438000', '200946.440000', '200946.443000', '200946.445000', '200946.448000', '200946.451000', '200946.453000', '200946.456000', '200946.458000', '201006.340000', '201006.343000', '201006.346000', '201006.348000', '201006.351000', '201006.354000', '201006.356000', '201006.359000', '201006.361000', '201006.364000', '201006.367000', '201006.369000', '201006.372000', '201006.375000', '201006.377000', '201006.380000', '201006.382000', '201006.385000', '201006.387000', '201006.390000', '201006.393000', '201006.395000', '201006.398000', '201006.400000', '201006.403000', '201006.405000', '201006.408000', '201006.410000', '201006.413000', '201006.416000', '201006.418000', '201006.421000', '201006.423000', '201006.426000', '201006.429000', '201006.431000', '201006.434000', '201006.436000', '201006.439000', '201006.442000', '201006.444000', '201006.447000', '201006.449000', '201006.452000', '201026.340000', '201026.343000', '201026.346000', '201026.348000', '201026.351000', '201026.354000', '201026.356000', '201026.359000', '201026.361000', '201026.364000', '201026.367000', '201026.378000', '201026.380000', '201026.383000', '201026.386000', '201026.388000', '201026.391000', '201026.393000', '201026.396000', '201026.398000', '201026.401000', '201026.404000', '201026.406000', '201026.409000', '201026.411000', '201026.414000', '201026.417000', '201026.419000', '201026.422000', '201026.425000', '201026.427000', '201026.430000', '201026.432000', '201026.435000', '201026.438000', '201026.440000', '201026.443000', '201026.445000', '201026.448000', '201026.450000', '201026.453000', '201026.456000', '201026.458000', '201046.341000', '201046.343000', '201046.346000', '201046.348000', '201046.351000', '201046.354000', '201046.356000', '201046.359000', '201046.361000', '201046.364000', '201046.366000', '201046.369000', '201046.372000', '201046.374000', '201046.377000', '201046.379000', '201046.382000', '201046.385000', '201046.387000', '201046.390000', '201046.393000', '201046.395000', '201046.398000', '201046.400000', '201046.403000', '201046.406000', '201046.408000', '201046.411000', '201046.413000', '201046.416000', '201046.419000', '201046.430000', '201046.433000', '201046.435000', '201046.438000', '201046.441000', '201046.443000', '201046.446000', '201046.448000', '201046.451000', '201046.454000', '201046.456000', '201046.459000', '201046.461000', '201106.341000', '201106.343000', '201106.346000', '201106.348000', '201106.351000', '201106.354000', '201106.356000', '201106.359000', '201106.361000', '201106.364000', '201106.367000', '201106.369000', '201106.372000', '201106.374000', '201106.377000', '201106.380000', '201106.382000', '201106.385000', '201106.387000', '201106.390000', '201106.392000', '201106.395000', '201106.397000', '201106.400000', '201106.403000', '201106.405000', '201106.408000', '201106.410000', '201106.413000', '201106.416000', '201106.418000', '201106.421000', '201106.423000', '201106.426000', '201106.429000', '201106.431000', '201106.434000', '201106.436000', '201106.439000', '201106.441000', '201106.444000', '201106.447000', '201106.449000', '201126.341000', '201126.344000', '201126.347000', '201126.350000', '201126.353000', '201126.356000', '201126.359000', '201126.362000', '201126.364000', '201126.367000', '201126.369000', '201126.372000', '201126.375000', '201126.377000', '201126.380000', '201126.382000', '201126.385000', '201126.388000', '201126.390000', '201126.393000', '201126.395000', '201126.398000', '201126.400000', '201126.411000', '201126.414000', '201126.417000', '201126.419000', '201126.422000', '201126.424000', '201126.427000', '201126.430000', '201126.432000', '201126.435000', '201126.438000', '201126.440000', '201126.443000', '201126.445000', '201126.448000', '201126.451000', '201126.453000', '201126.456000', '201126.459000', '201126.462000', '201146.340000', '201146.343000', '201146.346000', '201146.348000', '201146.351000', '201146.354000', '201146.356000', '201146.359000', '201146.361000', '201146.364000', '201146.366000', '201146.369000', '201146.372000', '201146.374000', '201146.377000', '201146.380000', '201146.382000', '201146.385000', '201146.387000', '201146.390000', '201146.392000', '201146.395000', '201146.398000', '201146.400000', '201146.403000', '201146.405000', '201146.408000', '201146.411000', '201146.413000', '201146.416000', '201146.419000', '201146.421000', '201146.424000', '201146.426000', '201146.429000', '201146.432000', '201146.434000', '201146.475000', '201146.477000', '201146.480000', '201146.483000', '201146.485000', '201146.488000', '201146.490000', '201206.341000', '201206.343000', '201206.346000', '201206.348000', '201206.351000', '201206.354000', '201206.356000', '201206.359000', '201206.361000', '201206.364000', '201206.373000', '201206.376000', '201206.379000', '201206.381000', '201206.384000', '201206.387000', '201206.389000', '201206.392000', '201206.394000', '201206.397000', '201206.400000', '201206.402000', '201206.405000', '201206.407000', '201206.410000', '201206.413000', '201206.415000', '201206.418000', '201206.420000', '201206.423000', '201206.426000', '201206.428000', '201206.431000', '201206.434000', '201206.436000', '201206.439000', '201206.441000', '201206.444000', '201206.447000', '201206.449000', '201206.452000', '201206.454000', '201206.457000', '201206.460000', '201226.340000', '201226.343000', '201226.346000', '201226.348000', '201226.351000', '201226.354000', '201226.356000', '201226.359000', '201226.361000', '201226.364000', '201226.366000', '201226.369000', '201226.372000', '201226.374000', '201226.377000', '201226.379000', '201226.382000', '201226.384000', '201226.387000', '201226.390000', '201226.392000', '201226.395000', '201226.397000', '201226.400000', '201226.403000', '201226.405000', '201226.408000', '201226.410000', '201226.413000', '201226.416000', '201226.418000', '201226.421000', '201226.423000', '201226.426000', '201226.429000', '201226.431000', '201226.434000', '201226.437000', '201226.439000', '201226.442000', '201226.444000', '201226.447000', '201226.449000', '201246.341000', '201246.343000', '201246.346000', '201246.349000', '201246.351000', '201246.354000', '201246.357000', '201246.360000', '201246.363000', '201246.365000', '201246.368000', '201246.371000', '201246.373000', '201246.376000', '201246.378000', '201246.381000', '201246.384000', '201246.386000', '201246.389000', '201246.391000', '201246.394000', '201246.397000', '201246.400000', '201246.403000', '201246.405000', '201246.408000', '201246.410000', '201246.413000', '201246.416000', '201246.418000', '201246.421000', '201246.423000', '201246.426000', '201246.438000', '201246.441000', '201246.444000', '201246.446000', '201246.449000', '201246.451000', '201246.454000', '201246.457000', '201246.459000', '201246.462000', '201306.340000', '201306.343000', '201306.346000', '201306.348000', '201306.351000', '201306.354000', '201306.356000', '201306.359000', '201306.362000', '201306.364000', '201306.367000', '201306.369000', '201306.372000', '201306.375000', '201306.377000', '201306.380000', '201306.382000', '201306.385000', '201306.388000', '201306.390000', '201306.393000', '201306.395000', '201306.398000', '201306.401000', '201306.403000', '201306.406000', '201306.409000', '201306.411000', '201306.414000', '201306.416000', '201306.419000', '201306.422000', '201306.424000', '201306.427000', '201306.429000', '201306.432000', '201306.435000', '201306.437000', '201306.440000', '201306.442000', '201306.445000', '201306.447000', '201306.450000', '201306.453000', '201326.340000', '201326.343000', '201326.346000', '201326.348000', '201326.351000', '201326.354000', '201326.356000', '201326.359000', '201326.362000', '201326.364000', '201326.367000', '201326.369000', '201326.372000', '201326.374000', '201326.377000', '201326.380000', '201326.382000', '201326.385000', '201326.401000', '201326.404000', '201326.407000', '201326.409000', '201326.412000', '201326.414000', '201326.417000', '201326.420000', '201326.422000', '201326.425000', '201326.427000', '201326.430000', '201326.433000', '201326.435000', '201326.438000', '201326.440000', '201326.443000', '201326.446000', '201326.448000', '201326.451000', '201326.453000', '201326.456000', '201326.459000', '201326.461000', '201326.464000', '201326.466000', '201346.340000', '201346.343000', '201346.346000', '201346.349000', '201346.351000', '201346.354000', '201346.356000', '201346.359000', '201346.361000', '201346.364000', '201346.367000', '201346.369000', '201346.372000', '201346.374000', '201346.377000', '201346.379000', '201346.382000', '201346.385000', '201346.387000', '201346.390000', '201346.392000', '201346.395000', '201346.398000', '201346.400000', '201346.403000', '201346.405000', '201346.408000', '201346.411000', '201346.413000', '201346.416000', '201346.418000', '201346.421000', '201346.423000', '201346.426000', '201346.429000', '201346.431000', '201346.434000', '201346.436000', '201346.439000', '201346.441000', '201346.444000', '201346.447000', '201346.449000', '201406.340000', '201406.343000', '201406.346000', '201406.349000', '201406.351000', '201406.354000', '201406.356000', '201406.359000', '201406.362000', '201406.364000', '201406.367000', '201406.370000', '201406.372000', '201406.375000', '201406.377000', '201406.380000', '201406.383000', '201406.385000', '201406.388000', '201406.390000', '201406.393000', '201406.396000', '201406.398000', '201406.401000', '201406.403000', '201406.406000', '201406.408000', '201406.411000', '201406.414000', '201406.416000', '201406.419000', '201406.421000', '201406.424000', '201406.427000', '201406.429000', '201406.432000', '201406.437000', '201406.440000', '201406.442000', '201406.445000', '201406.448000', '201406.450000', '201406.453000', '201426.340000', '201426.343000', '201426.346000', '201426.349000', '201426.351000', '201426.354000', '201426.356000', '201426.359000', '201426.362000', '201426.364000', '201426.367000', '201426.369000', '201426.372000', '201426.374000', '201426.377000', '201426.380000', '201426.382000', '201426.385000', '201426.387000', '201426.390000', '201426.393000', '201426.395000', '201426.398000', '201426.400000', '201426.403000', '201426.406000', '201426.408000', '201426.411000', '201426.413000', '201426.416000', '201426.419000', '201426.421000', '201426.424000', '201426.426000', '201426.429000', '201426.432000', '201426.434000', '201426.437000', '201426.439000', '201426.442000', '201426.444000', '201426.447000', '201426.450000', '201426.452000', '201446.341000', '201446.343000', '201446.346000', '201446.349000', '201446.351000', '201446.354000', '201446.356000', '201446.359000', '201446.362000', '201446.364000', '201446.367000', '201446.369000', '201446.372000', '201446.374000', '201446.378000', '201446.380000', '201446.383000', '201446.386000', '201446.388000', '201446.391000', '201446.393000', '201446.396000', '201446.399000', '201446.401000', '201446.404000', '201446.406000', '201446.409000', '201446.412000', '201446.414000', '201446.438000', '201446.440000', '201446.443000', '201446.445000', '201446.448000', '201446.451000', '201446.453000', '201446.456000', '201446.458000', '201446.461000', '201446.463000', '201446.466000', '201446.469000', '201446.471000', '201506.341000', '201506.343000', '201506.346000', '201506.349000', '201506.351000', '201506.354000', '201506.356000', '201506.359000', '201506.362000', '201506.364000', '201506.367000', '201506.369000', '201506.372000', '201506.374000', '201506.377000', '201506.380000', '201506.382000', '201506.385000', '201506.387000', '201506.390000', '201506.393000', '201506.395000', '201506.398000', '201506.400000', '201506.403000', '201506.406000', '201506.408000', '201506.411000', '201506.414000', '201506.416000', '201506.419000', '201506.421000', '201506.432000', '201506.435000', '201506.437000', '201506.440000', '201506.443000', '201506.445000', '201506.448000', '201506.450000', '201506.453000', '201506.456000', '201506.458000', '201506.461000', '201526.341000', '201526.343000', '201526.346000', '201526.349000', '201526.351000', '201526.354000', '201526.356000', '201526.359000', '201526.361000', '201526.364000', '201526.366000', '201526.369000', '201526.372000', '201526.374000', '201526.377000', '201526.379000', '201526.382000', '201526.385000', '201526.387000', '201526.390000', '201526.392000', '201526.395000', '201526.397000', '201526.400000', '201526.403000', '201526.406000', '201526.409000', '201526.412000', '201526.415000', '201526.417000', '201526.420000', '201526.423000', '201526.425000', '201526.428000', '201526.430000', '201526.433000', '201526.436000', '201526.438000', '201526.441000', '201526.443000', '201526.446000', '201526.449000', '201526.451000', '201546.340000', '201546.343000', '201546.346000', '201546.349000', '201546.351000', '201546.354000', '201546.356000', '201546.359000', '201546.361000', '201546.364000', '201546.367000', '201546.369000', '201546.372000', '201546.374000', '201546.377000', '201546.380000', '201546.382000', '201546.385000', '201546.387000', '201546.390000', '201546.393000', '201546.395000', '201546.398000', '201546.400000', '201546.403000', '201546.406000', '201546.408000', '201546.411000', '201546.413000', '201546.416000', '201546.419000', '201546.421000', '201546.424000', '201546.426000', '201546.429000', '201546.431000', '201546.434000', '201546.437000', '201546.439000', '201546.442000', '201546.444000', '201546.447000', '201546.450000', '201546.452000', '201606.341000', '201606.343000', '201606.346000', '201606.348000', '201606.351000', '201606.354000', '201606.356000', '201606.359000', '201606.361000', '201606.364000', '201606.366000', '201606.369000', '201606.372000', '201606.374000', '201606.377000', '201606.379000', '201606.382000', '201606.384000', '201606.387000', '201606.390000', '201606.392000', '201606.395000', '201606.397000', '201606.400000', '201606.403000', '201606.420000', '201606.423000', '201606.425000', '201606.428000', '201606.431000', '201606.433000', '201606.436000', '201606.438000', '201606.441000', '201606.443000', '201606.446000', '201606.449000', '201606.451000', '201606.454000', '201606.457000', '201606.460000', '201606.463000', '201606.466000', '201626.341000', '201626.344000', '201626.346000', '201626.349000', '201626.351000', '201626.354000', '201626.357000', '201626.359000', '201626.362000', '201626.364000', '201626.367000', '201626.369000', '201626.372000', '201626.375000', '201626.377000', '201626.380000', '201626.382000', '201626.385000', '201626.388000', '201626.390000', '201626.393000', '201626.395000', '201626.398000', '201626.401000', '201626.403000', '201626.406000', '201626.409000', '201626.411000', '201626.414000', '201626.416000', '201626.419000', '201626.421000', '201626.424000', '201626.427000', '201626.429000', '201626.432000', '201626.434000', '201626.437000', '201626.440000', '201626.442000', '201626.445000', '201626.447000', '201626.450000', '201626.452000', '201646.341000', '201646.344000', '201646.346000', '201646.349000', '201646.351000', '201646.354000', '201646.356000', '201646.359000', '201646.362000', '201646.364000', '201646.367000', '201646.370000', '201646.372000', '201646.375000', '201646.377000', '201646.380000', '201646.382000', '201646.385000', '201646.388000', '201646.390000', '201646.393000', '201646.395000', '201646.398000', '201646.400000', '201646.403000', '201646.406000', '201646.408000', '201646.411000', '201646.414000', '201646.416000', '201646.419000', '201646.421000', '201646.424000', '201646.427000', '201646.429000', '201646.432000', '201646.434000', '201646.437000', '201646.440000', '201646.443000', '201646.446000', '201646.448000', '201646.451000', '201706.340000', '201706.342000', '201706.345000', '201706.348000', '201706.350000', '201706.353000', '201706.355000', '201706.358000', '201706.361000', '201706.363000', '201706.366000', '201706.368000', '201706.371000', '201706.374000', '201706.376000', '201706.379000', '201706.381000', '201706.384000', '201706.387000', '201706.389000', '201706.392000', '201706.394000', '201706.397000', '201706.400000', '201706.402000', '201706.405000', '201706.407000', '201706.410000', '201706.413000', '201706.415000', '201706.418000', '201706.421000', '201706.423000', '201706.426000', '201706.428000', '201706.431000', '201706.434000', '201706.436000', '201706.439000', '201706.441000', '201706.444000', '201706.447000', '201706.449000', '201706.452000', '201726.341000', '201726.343000', '201726.346000', '201726.349000', '201726.351000', '201726.354000', '201726.356000', '201726.359000', '201726.362000', '201726.364000', '201726.367000', '201726.369000', '201726.372000', '201726.374000', '201726.377000', '201726.380000', '201726.382000', '201726.385000', '201726.387000', '201726.390000', '201726.393000', '201726.395000', '201726.407000', '201726.410000', '201726.413000', '201726.415000', '201726.418000', '201726.420000', '201726.423000', '201726.426000', '201726.428000', '201726.431000', '201726.434000', '201726.436000', '201726.439000', '201726.441000', '201726.444000', '201726.447000', '201726.449000', '201726.452000', '201726.454000', '201726.457000', '201726.459000', '201746.343000', '201746.346000', '201746.349000', '201746.351000', '201746.354000', '201746.356000', '201746.359000', '201746.362000', '201746.364000', '201746.367000', '201746.369000', '201746.372000', '201746.375000', '201746.377000', '201746.380000', '201746.383000', '201746.385000', '201746.388000', '201746.390000', '201746.393000', '201746.395000', '201746.398000', '201746.401000', '201746.403000', '201746.406000', '201746.409000', '201746.411000', '201746.414000', '201746.416000', '201746.419000', '201746.422000', '201746.424000', '201746.427000', '201746.429000', '201746.432000', '201746.434000', '201746.437000', '201746.440000', '201746.442000', '201746.445000', '201746.448000', '201746.450000', '201746.453000', '201746.455000', '201806.341000', '201806.343000', '201806.346000', '201806.348000', '201806.351000', '201806.354000', '201806.356000', '201806.359000', '201806.361000', '201806.364000', '201806.367000', '201806.369000', '201806.372000', '201806.374000', '201806.377000', '201806.379000', '201806.382000', '201806.385000', '201806.387000', '201806.390000', '201806.393000', '201806.395000', '201806.398000', '201806.400000', '201806.403000', '201806.406000', '201806.408000', '201806.411000', '201806.413000', '201806.416000', '201806.418000', '201806.421000', '201806.424000', '201806.426000', '201806.429000', '201806.431000', '201806.434000', '201806.437000', '201806.439000', '201806.442000', '201806.444000', '201806.447000', '201806.449000', '201826.341000', '201826.344000', '201826.346000', '201826.349000', '201826.351000', '201826.354000', '201826.357000', '201826.359000', '201826.362000', '201826.365000', '201826.367000', '201826.370000', '201826.372000', '201826.375000', '201826.378000', '201826.380000', '201826.383000', '201826.386000', '201826.388000', '201826.391000', '201826.393000', '201826.396000', '201826.399000', '201826.401000', '201826.404000', '201826.407000', '201826.409000', '201826.412000', '201826.415000', '201826.418000', '201826.421000', '201826.424000', '201826.426000', '201826.429000', '201826.432000', '201826.434000', '201826.437000', '201826.440000', '201826.442000', '201826.445000', '201826.447000', '201826.450000', '201826.453000', '201846.341000', '201846.343000', '201846.346000', '201846.349000', '201846.351000', '201846.354000', '201846.356000', '201846.359000', '201846.362000', '201846.364000', '201846.367000', '201846.369000', '201846.372000', '201846.375000', '201846.377000', '201846.380000', '201846.383000', '201846.385000', '201846.388000', '201846.399000', '201846.401000', '201846.404000', '201846.407000', '201846.409000', '201846.412000', '201846.414000', '201846.417000', '201846.420000', '201846.422000', '201846.425000', '201846.427000', '201846.430000', '201846.433000', '201846.435000', '201846.438000', '201846.441000', '201846.443000', '201846.446000', '201846.448000', '201846.451000', '201846.454000', '201846.456000', '201846.459000', '201846.461000', '201854.793000', '201854.796000', '201854.799000', '201854.802000', '201854.805000', '201854.808000', '201854.811000', '201854.813000', '201854.816000', '201854.831000', '201854.834000', '201854.837000', '201854.844000', '201854.847000', '201854.850000', '201854.852000', '201854.855000', '201854.858000', '201854.861000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209, 1210, 1211, 1212, 1213, 1214, 1215, 1216, 1217, 1218, 1219, 1220, 1221, 1222, 1223, 1224, 1225, 1226, 1227, 1228, 1229, 1230, 1231, 1232, 1233, 1234, 1235, 1236, 1237, 1238, 1239, 1240, 1241, 1242, 1243, 1244, 1245, 1246, 1247, 1248, 1249, 1250, 1251, 1252, 1253, 1254, 1255, 1256, 1257, 1258, 1259, 1260, 1261, 1262, 1263, 1264, 1265, 1266, 1267, 1268, 1269, 1270, 1271, 1272, 1273, 1274, 1275, 1276, 1277, 1278, 1279, 1280, 1281, 1282, 1283, 1284, 1285, 1286, 1287, 1288, 1289, 1290, 1291, 1292, 1293, 1294, 1295, 1296, 1297, 1298, 1299, 1300, 1301, 1302, 1303, 1304, 1305, 1306, 1307, 1308, 1309, 1310, 1311, 1312, 1313, 1314, 1315, 1316, 1317, 1318, 1319, 1320, 1321, 1322, 1323, 1324, 1325, 1326, 1327, 1328, 1329, 1330, 1331, 1332, 1333, 1334, 1335], 'LargestImagePixelValue': [8172, 7687, 12308, 9151, 13259, 10997, 10234, 7552, 7150, 9449, 7033, 12596, 8900, 12943, 9959, 7388, 7477, 7139, 7877, 7328, 9960, 7481, 10938, 7041, 10792, 7348, 8081, 6931, 7831, 8583, 7167, 8205, 7392, 8273, 7397, 9653, 7376, 12199, 8914, 7589, 7281, 7306, 8277, 7250, 10962, 8633, 12214, 7291, 11819, 7883, 10446, 8406, 7783, 9519, 7157, 9098, 7330, 10773, 8099, 12222, 9816, 11739, 7197, 12949, 8616, 11474, 8931, 12256, 9851, 7162, 7547, 7405, 7425, 7451, 8121, 7434, 9800, 7324, 11185, 7250, 9763, 7016, 8766, 7360, 9843, 7209, 10560, 8489, 9207, 7153, 10102, 7244, 9493, 7328, 10181, 7991, 10311, 7015, 7911, 7134, 9785, 7273, 11630, 9140, 10059, 8118, 7460, 7479, 11764, 9795, 12413, 10510, 8972, 9720, 6981, 8435, 8483, 10521, 9877, 12359, 7193, 10320, 7202, 8805, 7035, 10904, 7981, 10981, 7252, 9391, 6962, 9552, 7163, 12097, 9579, 10936, 7166, 11114, 7266, 7718, 7211, 8029, 7321, 7384, 7615, 8495, 7672, 7419, 8384, 7477, 12362, 9613, 8592, 7280, 7672, 10324, 10965, 12678, 10074, 12080, 7198, 8014, 11853, 8358, 13165, 7590, 9431, 7113, 7492, 7627, 7541, 7335, 8558, 7467, 7374, 7348, 7120, 7047, 7153, 7207, 9143, 7448, 6973, 7952, 7364, 8695, 7217, 11883, 10437, 12221, 8605, 11710, 7926, 11304, 8471, 12346, 9797, 12649, 7729, 11031, 7020, 9215, 7196, 11413, 7163, 7123, 7363, 11422, 7329, 12742, 9140, 13712, 10871, 7598, 7378, 10489, 7062, 13748, 10585, 12536, 10372, 9738, 7170, 9939, 7226, 8770, 7350, 7195, 9622, 7240, 7174, 7220, 9155, 7244, 11921, 7331, 11239, 10049, 9373, 7048, 10689, 7598, 9597, 7522, 8976, 7428, 7587, 7514, 7137, 10072, 7184, 12699, 6957, 11003, 8184, 8233, 7203, 7640, 7351, 7213, 7638, 7109, 12154, 8978, 9021, 7215, 11589, 7330, 11059, 7545, 10573, 9764, 9350, 7318, 8634, 7169, 7000, 12666, 9768, 13257, 10997, 11355, 7477, 11243, 7156, 11386, 9695, 11859, 10708, 9962, 7222, 9002, 7323, 10514, 7898, 10556, 10441, 11059, 7043, 7343, 7051, 7327, 11380, 7124, 13739, 11622, 11437, 8662, 11246, 7180, 9432, 7309, 10198, 9111, 10334, 7277, 10003, 7262, 9603, 7719, 12102, 9015, 10876, 7328, 7471, 7293, 8336, 7539, 9814, 7163, 10575, 7241, 8967, 7142, 10919, 10312, 11331, 7306, 10421, 7347, 9406, 7289, 11303, 8998, 10033, 7216, 7821, 7119, 8098, 7384, 10438, 9324, 11891, 7290, 9050, 7259, 8343, 7452, 12368, 11707, 11554, 9335, 8399, 7269, 6760, 7283, 10739, 9795, 12176, 11127, 10568, 9979, 8721, 13908, 11746, 13976, 12132, 8159, 8179, 7208, 8572, 7286, 12258, 9031, 7126, 7430, 7356, 7715, 7384, 8549, 7132, 9384, 7297, 7316, 7363, 7391, 7873, 7255, 11137, 9035, 13601, 8570, 8470, 7418, 13528, 10302, 12330, 10473, 7419, 7112, 7348, 8143, 7630, 9798, 8847, 10239, 7201, 8639, 7178, 12189, 9347, 12334, 12353, 11494, 7137, 7299, 7392, 7183, 9643, 8759, 8200, 11365, 8494, 12912, 10770, 8384, 13032, 9306, 13179, 10216, 10882, 13081, 8536, 11910, 7175, 9676, 7699, 6869, 12089, 9245, 11773, 7250, 7412, 7890, 7321, 10469, 8068, 7988, 7294, 7317, 7927, 7305, 7417, 8310, 7116, 8214, 7194, 12962, 10395, 7835, 9550, 7293, 12103, 8462, 12841, 9986, 12141, 7181, 7625, 6955, 6962, 8486, 8002, 12773, 9255, 11922, 7065, 11606, 9895, 12746, 10887, 10319, 7380, 9544, 7399, 9809, 7373, 10818, 8607, 8808, 7169, 10319, 7794, 7757, 7287, 7184, 7374, 7315, 7391, 7172, 7203, 7064, 9827, 7023, 10019, 7372, 10269, 7145, 10014, 6934, 10303, 8583, 9933, 7578, 8063, 7463, 7288, 7446, 7430, 12413, 9713, 12222, 6728, 10513, 6989, 10029, 7181, 9691, 8878, 9345, 7195, 7050, 7277, 7110, 10525, 7293, 10483, 7469, 10106, 7172, 8221, 7140, 8522, 8012, 7148, 7517, 7039, 10985, 6907, 10703, 6866, 9740, 8281, 11866, 7563, 9215, 7440, 10642, 11642, 12094, 10658, 7131, 13844, 7175, 13282, 10821, 12441, 11678, 9872, 7298, 7040, 7231, 7169, 13829, 8461, 11666, 9746, 10411, 7050, 7138, 7055, 7431, 7323, 7381, 7100, 8249, 6961, 8697, 8103, 8323, 7179, 7264, 7231, 7505, 7374, 7111, 12373, 9856, 9697, 9183, 13214, 10955, 14514, 11413, 10887, 11865, 7029, 9527, 11728, 8993, 14568, 11354, 13354, 11149, 9755, 7159, 10729, 7295, 10480, 8386, 10266, 9154, 7458, 7164, 7140, 7330, 8308, 9492, 9522, 12374, 11832, 7414, 7169, 7238, 7628, 7350, 7589, 12753, 10986, 7193, 7206, 12410, 7155, 12992, 10166, 12279, 9278, 11380, 6912, 8799, 7240, 10754, 10080, 11097, 7433, 9307, 6905, 9556, 7447, 10317, 8025, 8986, 7569, 11048, 8037, 12302, 9416, 13184, 11315, 11452, 8266, 10847, 8064, 11301, 8693, 12269, 9568, 11030, 7298, 7215, 7217, 7222, 7222, 7116, 7200, 9417, 8642, 9222, 7136, 7160, 7214, 6809, 7994, 6988, 6724, 6982, 8244, 6992, 10268, 8034, 7073, 7108, 7202, 7014, 7253, 9398, 9259, 11405, 7723, 9892, 7928, 10369, 7899, 11752, 9515, 11538, 7384, 9115, 7249, 7900, 10620, 9323, 9002, 8880, 7199, 6962, 7296, 6964, 12410, 9017, 11212, 9353, 10287, 7836, 8549, 7644, 6987, 7216, 7060, 7125, 7254, 8505, 6608, 7014, 6839, 8806, 6999, 9947, 8195, 9076, 6927, 9462, 6750, 9283, 6698, 10060, 7795, 10389, 6942, 10541, 6781, 9526, 7511, 9642, 11056, 9222, 6700, 6835, 6913, 6776, 6716, 6773, 8802, 7876, 6821, 6889, 6912, 6911, 6956, 10399, 9392, 10885, 7154, 11163, 6875, 9680, 11613, 9039, 12749, 10929, 9238, 6803, 9562, 6902, 9585, 7098, 9230, 7549, 6818, 6718, 6924, 6840, 6754, 6787, 6707, 6750, 6829, 6735, 6940, 7163, 6945, 12386, 10392, 11197, 9491, 11403, 6813, 8522, 6866, 6968, 11148, 8294, 11269, 6836, 8993, 6719, 8933, 6631, 9071, 7532, 6892, 6750, 6967, 6879, 7092, 9288, 6836, 8357, 6762, 6919, 6817, 7150, 6979, 6706, 11030, 6952, 10014, 8957, 9933, 6977, 7716, 11031, 6905, 11700, 8456, 10025, 8157, 8858, 6956, 7019, 6823, 6830, 8425, 6852, 8405, 6750, 11225, 6645, 12554, 7390, 11693, 9184, 11017, 6792, 10889, 7863, 9640, 7891, 9445, 7867, 6886, 6970, 6739, 11642, 6723, 10776, 7320, 8349, 7778, 7079, 6724, 6667, 6749, 6917, 10198, 6956, 9896, 7583, 9260, 6806, 8967, 6871, 6613, 12569, 6695, 11330, 8294, 7515, 6890, 6980, 7146, 6864, 10973, 6894, 8313, 6800, 6969, 6952, 6683, 7310, 6738, 10484, 6893, 9052, 6909, 9555, 6993, 8957, 6718, 8472, 8230, 8963, 6735, 11507, 8810, 8416, 12458, 9594, 12836, 10615, 11179, 7062, 11483, 6927, 10444, 9183, 10906, 9480, 8096, 6720, 7357, 7883, 6900, 11857, 8263, 12822, 10264, 10576, 6603, 10882, 6871, 10684, 8352, 11224, 9366, 9575, 7097, 6778, 6756, 7565, 10709, 6653, 12267, 9137, 9583, 6651, 10298, 6708, 10042, 6729, 9133, 8652, 7189, 6687, 7073, 6759, 7238, 8005, 6777, 9854, 7914, 6742, 6763, 11529, 7036, 12806, 9186, 10642, 8876, 10205, 6686, 8916, 8456, 6813, 11309, 8870, 6745, 6611, 7017, 7008, 7210, 6674, 9309, 7090, 8949, 6729, 11899, 6644, 11650, 7662, 12353, 10028, 9671, 6973, 12152, 6597, 12780, 8628, 12505, 10324, 10153, 7756, 9618, 6978, 9199, 6821, 11624, 8913, 10120, 6895, 13164, 6728, 11909, 6711, 11078, 9764, 10052, 7055, 10991, 6667, 10910, 6834, 10540, 9041, 10448, 7711, 8589, 6875, 6994, 6918, 7552, 6836, 7568, 6844, 6847, 6838, 6728, 6917, 8724, 6926, 9296, 6771, 9173, 6781, 7928, 9044, 11622, 6984, 6706, 6809, 6747, 12063, 9948, 11170, 8131, 10857, 6727, 13260, 11107, 12227, 10337, 10700, 6920, 7187, 6806, 6846, 6840, 10649, 9891, 11922, 7089, 11389, 8366, 12570, 9602, 8476, 7051, 6839, 6649, 11788, 9388, 11902, 10491, 6869, 7878, 6827, 6755, 6682, 9127, 7829, 11435, 6685, 10271, 6840, 7307, 8717, 6856, 8735, 6746, 8856, 6987, 11151, 8405, 7039, 6761, 7007, 6736, 6752, 9805, 7135, 11261, 7068, 8436, 6862, 9371, 6817, 10227, 7944, 7016, 7066, 7169, 7154, 7088, 9291, 7095, 9365, 7388, 9674, 7083, 11386, 8746, 7320, 7179, 7111, 6997, 7169, 9001, 11658, 11252, 9518, 12619, 11367, 7799, 6844, 7109, 6809, 6967, 6917, 6998, 7676, 7333, 10843, 9942, 10914, 10795, 10885, 12143, 10335, 12549, 9239, 11689, 10959, 12596, 9642, 11252, 8297, 10894, 6989, 7451, 8450, 7527, 7113, 7662, 7097, 7095, 7424, 7396, 6899, 7114, 7164, 7578, 6970, 8748, 7120, 7382, 7397, 7307, 7278, 7318, 8224, 7033, 9965, 8555, 12251, 7279, 12220, 6843, 12539, 10018, 12957, 9589, 8732, 8729, 7412, 6954, 7046, 8076, 7451, 12996, 10567, 10868, 7281, 9392, 6935, 10353, 7331, 8917, 7730, 7552, 6959, 7259, 8163, 7317, 9779, 7010, 7139, 7211, 7130, 7584, 7117, 9998, 7100, 12157, 9435, 7499, 7991, 7295, 8339, 6610, 7511, 8689, 7117, 11043, 6651, 7088, 7072, 7178, 9561, 8248, 12215, 9496, 8497, 7185, 7264, 7418, 7250, 11494, 8271, 8246, 6927, 7088, 6787, 7075, 10588, 7295, 10916, 6950, 9531, 7121, 11355, 8670, 10349, 7078, 11981, 8130, 9732, 6924, 7643, 6973, 7152, 7208, 7014, 6987, 8207, 7159, 9910, 7295, 7100, 6999, 10638, 7134, 12525, 9404, 10221, 8464], 'WindowCenter': [4381.0, 4344.0, 4393.0, 4361.0, 4388.0, 4368.0, 4355.0, 4318.0, 4305.0, 4347.0, 4306.0, 4374.0, 4347.0, 4376.0, 4349.0, 4315.0, 4315.0, 4303.0, 4325.0, 4316.0, 4357.0, 4318.0, 4368.0, 4318.0, 4366.0, 4317.0, 4327.0, 4318.0, 4327.0, 4336.0, 4307.0, 4339.0, 4318.0, 4339.0, 4318.0, 4359.0, 4320.0, 4378.0, 4348.0, 4327.0, 4320.0, 4317.0, 4338.0, 4319.0, 4367.0, 4338.0, 4377.0, 4319.0, 4368.0, 4329.0, 4368.0, 4340.0, 4317.0, 4348.0, 4306.0, 4338.0, 4318.0, 4357.0, 4328.0, 4377.0, 4359.0, 4366.0, 4309.0, 4376.0, 4336.0, 4365.0, 4336.0, 4365.0, 4346.0, 4306.0, 4318.0, 4313.0, 4316.0, 4316.0, 4326.0, 4315.0, 4346.0, 4317.0, 4367.0, 4316.0, 4345.0, 4306.0, 4334.0, 4316.0, 4347.0, 4316.0, 4357.0, 4337.0, 4335.0, 4308.0, 4347.0, 4315.0, 4347.0, 4317.0, 4358.0, 4330.0, 4357.0, 4319.0, 4328.0, 4319.0, 4356.0, 4319.0, 4378.0, 4349.0, 4358.0, 4330.0, 4317.0, 4320.0, 4367.0, 4358.0, 4376.0, 4358.0, 4334.0, 4347.0, 4306.0, 4325.0, 4325.0, 4357.0, 4346.0, 4365.0, 4304.0, 4343.0, 4305.0, 4335.0, 4304.0, 4357.0, 4324.0, 4354.0, 4304.0, 4334.0, 4306.0, 4335.0, 4305.0, 4364.0, 4334.0, 4353.0, 4305.0, 4353.0, 4305.0, 4314.0, 4303.0, 4313.0, 4317.0, 4345.0, 4331.0, 4336.0, 4316.0, 4317.0, 4355.0, 4348.0, 4391.0, 4346.0, 4327.0, 4317.0, 4317.0, 4359.0, 4355.0, 4367.0, 4347.0, 4355.0, 4293.0, 4301.0, 4353.0, 4314.0, 4362.0, 4304.0, 4334.0, 4307.0, 4304.0, 4331.0, 4341.0, 4329.0, 4337.0, 4319.0, 4316.0, 4316.0, 4305.0, 4306.0, 4305.0, 4318.0, 4349.0, 4318.0, 4308.0, 4326.0, 4316.0, 4337.0, 4317.0, 4367.0, 4357.0, 4379.0, 4338.0, 4366.0, 4326.0, 4356.0, 4325.0, 4353.0, 4317.0, 4351.0, 4303.0, 4354.0, 4304.0, 4333.0, 4307.0, 4354.0, 4306.0, 4304.0, 4317.0, 4365.0, 4316.0, 4376.0, 4348.0, 4377.0, 4356.0, 4315.0, 4304.0, 4343.0, 4305.0, 4374.0, 4354.0, 4364.0, 4343.0, 4333.0, 4304.0, 4343.0, 4304.0, 4324.0, 4303.0, 4305.0, 4333.0, 4304.0, 4292.0, 4305.0, 4332.0, 4307.0, 4363.0, 4316.0, 4353.0, 4344.0, 4333.0, 4304.0, 4352.0, 4315.0, 4345.0, 4313.0, 4336.0, 4304.0, 4314.0, 4303.0, 4307.0, 4343.0, 4306.0, 4364.0, 4305.0, 4356.0, 4326.0, 4325.0, 4315.0, 4315.0, 4303.0, 4315.0, 4314.0, 4307.0, 4366.0, 4336.0, 4335.0, 4317.0, 4365.0, 4316.0, 4365.0, 4327.0, 4357.0, 4356.0, 4337.0, 4314.0, 4334.0, 4305.0, 4307.0, 4373.0, 4356.0, 4374.0, 4355.0, 4354.0, 4306.0, 4393.0, 4319.0, 4366.0, 4345.0, 4366.0, 4356.0, 4344.0, 4314.0, 4333.0, 4316.0, 4356.0, 4324.0, 4356.0, 4355.0, 4355.0, 4304.0, 4304.0, 4302.0, 4315.0, 4353.0, 4304.0, 4373.0, 4355.0, 4352.0, 4324.0, 4352.0, 4305.0, 4333.0, 4315.0, 4356.0, 4334.0, 4343.0, 4304.0, 4344.0, 4315.0, 4345.0, 4315.0, 4365.0, 4333.0, 4353.0, 4312.0, 4315.0, 4314.0, 4337.0, 4326.0, 4356.0, 4305.0, 4354.0, 4315.0, 4335.0, 4317.0, 4367.0, 4356.0, 4355.0, 4315.0, 4353.0, 4314.0, 4346.0, 4314.0, 4366.0, 4336.0, 4346.0, 4314.0, 4313.0, 4304.0, 4325.0, 4314.0, 4356.0, 4346.0, 4365.0, 4315.0, 4335.0, 4315.0, 4326.0, 4328.0, 4379.0, 4389.0, 4363.0, 4357.0, 4347.0, 4301.0, 4334.0, 4300.0, 4354.0, 4344.0, 4365.0, 4367.0, 4355.0, 4357.0, 4336.0, 4387.0, 4366.0, 4373.0, 4354.0, 4311.0, 4310.0, 4301.0, 4324.0, 4305.0, 4365.0, 4335.0, 4305.0, 4305.0, 4304.0, 4315.0, 4304.0, 4323.0, 4304.0, 4334.0, 4315.0, 4315.0, 4318.0, 4328.0, 4338.0, 4318.0, 4368.0, 4361.0, 4402.0, 4352.0, 4340.0, 4330.0, 4387.0, 4358.0, 4377.0, 4357.0, 4304.0, 4304.0, 4314.0, 4325.0, 4315.0, 4359.0, 4347.0, 4359.0, 4329.0, 4348.0, 4318.0, 4380.0, 4348.0, 4350.0, 4310.0, 4394.0, 4320.0, 4328.0, 4315.0, 4314.0, 4359.0, 4349.0, 4326.0, 4365.0, 4335.0, 4377.0, 4357.0, 4337.0, 4376.0, 4336.0, 4374.0, 4345.0, 4353.0, 4364.0, 4323.0, 4350.0, 4292.0, 4332.0, 4314.0, 4293.0, 4364.0, 4334.0, 4351.0, 4304.0, 4300.0, 4313.0, 4303.0, 4368.0, 4366.0, 4350.0, 4344.0, 4329.0, 4337.0, 4327.0, 4316.0, 4338.0, 4316.0, 4336.0, 4320.0, 4388.0, 4358.0, 4326.0, 4348.0, 4316.0, 4365.0, 4326.0, 4377.0, 4345.0, 4364.0, 4306.0, 4314.0, 4305.0, 4305.0, 4339.0, 4324.0, 4376.0, 4345.0, 4364.0, 4305.0, 4356.0, 4346.0, 4366.0, 4370.0, 4369.0, 4315.0, 4331.0, 4304.0, 4341.0, 4306.0, 4351.0, 4324.0, 4333.0, 4306.0, 4343.0, 4310.0, 4312.0, 4302.0, 4303.0, 4304.0, 4304.0, 4302.0, 4306.0, 4314.0, 4306.0, 4342.0, 4304.0, 4342.0, 4304.0, 4343.0, 4305.0, 4344.0, 4305.0, 4355.0, 4335.0, 4344.0, 4315.0, 4324.0, 4314.0, 4315.0, 4304.0, 4316.0, 4364.0, 4347.0, 4364.0, 4295.0, 4352.0, 4304.0, 4343.0, 4304.0, 4345.0, 4333.0, 4335.0, 4304.0, 4305.0, 4314.0, 4305.0, 4354.0, 4316.0, 4355.0, 4315.0, 4355.0, 4305.0, 4324.0, 4305.0, 4338.0, 4325.0, 4306.0, 4314.0, 4317.0, 4357.0, 4317.0, 4365.0, 4308.0, 4346.0, 4338.0, 4378.0, 4325.0, 4347.0, 4316.0, 4359.0, 4365.0, 4367.0, 4355.0, 4307.0, 4373.0, 4305.0, 4373.0, 4355.0, 4375.0, 4364.0, 4344.0, 4302.0, 4304.0, 4302.0, 4305.0, 4372.0, 4326.0, 4352.0, 4335.0, 4352.0, 4303.0, 4306.0, 4316.0, 4316.0, 4316.0, 4315.0, 4305.0, 4337.0, 4317.0, 4337.0, 4325.0, 4336.0, 4331.0, 4331.0, 4330.0, 4341.0, 4329.0, 4330.0, 4389.0, 4369.0, 4359.0, 4350.0, 4387.0, 4370.0, 4386.0, 4369.0, 4356.0, 4365.0, 4305.0, 4346.0, 4363.0, 4334.0, 4374.0, 4354.0, 4374.0, 4353.0, 4343.0, 4304.0, 4353.0, 4315.0, 4353.0, 4325.0, 4344.0, 4333.0, 4304.0, 4305.0, 4305.0, 4314.0, 4325.0, 4343.0, 4347.0, 4363.0, 4365.0, 4303.0, 4305.0, 4302.0, 4314.0, 4313.0, 4325.0, 4362.0, 4356.0, 4292.0, 4305.0, 4362.0, 4305.0, 4363.0, 4344.0, 4361.0, 4334.0, 4351.0, 4302.0, 4323.0, 4314.0, 4355.0, 4354.0, 4353.0, 4315.0, 4333.0, 4303.0, 4343.0, 4316.0, 4354.0, 4324.0, 4335.0, 4327.0, 4353.0, 4325.0, 4365.0, 4345.0, 4375.0, 4354.0, 4352.0, 4325.0, 4343.0, 4315.0, 4352.0, 4323.0, 4364.0, 4331.0, 4342.0, 4300.0, 4301.0, 4302.0, 4303.0, 4303.0, 4304.0, 4303.0, 4334.0, 4323.0, 4333.0, 4317.0, 4315.0, 4321.0, 4303.0, 4322.0, 4302.0, 4301.0, 4287.0, 4349.0, 4318.0, 4353.0, 4326.0, 4305.0, 4316.0, 4316.0, 4317.0, 4327.0, 4359.0, 4346.0, 4367.0, 4316.0, 4345.0, 4323.0, 4344.0, 4323.0, 4366.0, 4345.0, 4354.0, 4302.0, 4332.0, 4303.0, 4315.0, 4353.0, 4346.0, 4347.0, 4335.0, 4303.0, 4302.0, 4301.0, 4302.0, 4360.0, 4332.0, 4352.0, 4335.0, 4342.0, 4313.0, 4324.0, 4327.0, 4305.0, 4315.0, 4304.0, 4300.0, 4315.0, 4320.0, 4291.0, 4288.0, 4290.0, 4319.0, 4303.0, 4341.0, 4322.0, 4331.0, 4302.0, 4340.0, 4292.0, 4331.0, 4304.0, 4342.0, 4314.0, 4341.0, 4303.0, 4340.0, 4293.0, 4343.0, 4302.0, 4345.0, 4352.0, 4333.0, 4290.0, 4292.0, 4302.0, 4293.0, 4293.0, 4305.0, 4331.0, 4324.0, 4294.0, 4305.0, 4304.0, 4314.0, 4314.0, 4355.0, 4345.0, 4366.0, 4303.0, 4354.0, 4302.0, 4344.0, 4352.0, 4334.0, 4362.0, 4354.0, 4330.0, 4291.0, 4330.0, 4301.0, 4332.0, 4302.0, 4332.0, 4312.0, 4291.0, 4291.0, 4302.0, 4291.0, 4293.0, 4292.0, 4302.0, 4292.0, 4303.0, 4302.0, 4304.0, 4301.0, 4316.0, 4363.0, 4354.0, 4352.0, 4342.0, 4351.0, 4291.0, 4322.0, 4293.0, 4301.0, 4352.0, 4323.0, 4347.0, 4292.0, 4329.0, 4293.0, 4331.0, 4292.0, 4334.0, 4312.0, 4303.0, 4288.0, 4302.0, 4290.0, 4303.0, 4331.0, 4304.0, 4324.0, 4292.0, 4302.0, 4291.0, 4304.0, 4301.0, 4305.0, 4351.0, 4315.0, 4344.0, 4333.0, 4344.0, 4301.0, 4313.0, 4351.0, 4302.0, 4362.0, 4323.0, 4341.0, 4312.0, 4321.0, 4301.0, 4303.0, 4290.0, 4304.0, 4323.0, 4295.0, 4321.0, 4294.0, 4352.0, 4301.0, 4361.0, 4315.0, 4362.0, 4346.0, 4351.0, 4294.0, 4352.0, 4313.0, 4343.0, 4322.0, 4344.0, 4309.0, 4303.0, 4301.0, 4294.0, 4351.0, 4291.0, 4351.0, 4314.0, 4322.0, 4312.0, 4302.0, 4291.0, 4295.0, 4291.0, 4305.0, 4352.0, 4305.0, 4342.0, 4314.0, 4335.0, 4294.0, 4334.0, 4290.0, 4294.0, 4361.0, 4292.0, 4353.0, 4323.0, 4304.0, 4302.0, 4305.0, 4301.0, 4305.0, 4352.0, 4303.0, 4320.0, 4294.0, 4303.0, 4302.0, 4305.0, 4313.0, 4306.0, 4353.0, 4305.0, 4332.0, 4303.0, 4343.0, 4305.0, 4333.0, 4306.0, 4326.0, 4335.0, 4335.0, 4304.0, 4366.0, 4343.0, 4337.0, 4373.0, 4357.0, 4375.0, 4356.0, 4351.0, 4304.0, 4363.0, 4303.0, 4355.0, 4345.0, 4356.0, 4343.0, 4313.0, 4293.0, 4314.0, 4321.0, 4305.0, 4363.0, 4324.0, 4361.0, 4344.0, 4350.0, 4294.0, 4350.0, 4294.0, 4351.0, 4324.0, 4355.0, 4334.0, 4344.0, 4303.0, 4293.0, 4290.0, 4313.0, 4350.0, 4306.0, 4361.0, 4334.0, 4342.0, 4294.0, 4341.0, 4294.0, 4342.0, 4303.0, 4345.0, 4332.0, 4303.0, 4302.0, 4305.0, 4304.0, 4315.0, 4323.0, 4305.0, 4354.0, 4326.0, 4303.0, 4306.0, 4363.0, 4306.0, 4373.0, 4345.0, 4352.0, 4334.0, 4344.0, 4292.0, 4333.0, 4323.0, 4305.0, 4353.0, 4347.0, 4291.0, 4304.0, 4300.0, 4305.0, 4313.0, 4306.0, 4344.0, 4306.0, 4333.0, 4304.0, 4363.0, 4305.0, 4363.0, 4324.0, 4374.0, 4346.0, 4343.0, 4305.0, 4362.0, 4294.0, 4361.0, 4334.0, 4362.0, 4355.0, 4341.0, 4314.0, 4341.0, 4304.0, 4331.0, 4307.0, 4363.0, 4334.0, 4341.0, 4304.0, 4359.0, 4293.0, 4351.0, 4294.0, 4352.0, 4344.0, 4341.0, 4304.0, 4351.0, 4294.0, 4351.0, 4293.0, 4353.0, 4335.0, 4343.0, 4312.0, 4323.0, 4292.0, 4302.0, 4302.0, 4314.0, 4304.0, 4325.0, 4293.0, 4294.0, 4303.0, 4305.0, 4314.0, 4346.0, 4315.0, 4360.0, 4334.0, 4361.0, 4305.0, 4335.0, 4335.0, 4364.0, 4316.0, 4305.0, 4307.0, 4307.0, 4378.0, 4356.0, 4367.0, 4335.0, 4364.0, 4307.0, 4376.0, 4366.0, 4366.0, 4344.0, 4353.0, 4302.0, 4302.0, 4292.0, 4292.0, 4294.0, 4354.0, 4343.0, 4351.0, 4301.0, 4350.0, 4323.0, 4362.0, 4344.0, 4322.0, 4302.0, 4291.0, 4292.0, 4350.0, 4334.0, 4350.0, 4343.0, 4290.0, 4313.0, 4291.0, 4291.0, 4294.0, 4344.0, 4328.0, 4365.0, 4308.0, 4355.0, 4317.0, 4313.0, 4348.0, 4305.0, 4334.0, 4303.0, 4332.0, 4304.0, 4366.0, 4324.0, 4301.0, 4293.0, 4302.0, 4293.0, 4291.0, 4343.0, 4301.0, 4352.0, 4302.0, 4320.0, 4292.0, 4334.0, 4292.0, 4340.0, 4323.0, 4302.0, 4303.0, 4301.0, 4303.0, 4303.0, 4331.0, 4304.0, 4331.0, 4303.0, 4330.0, 4304.0, 4352.0, 4334.0, 4301.0, 4302.0, 4301.0, 4303.0, 4301.0, 4333.0, 4350.0, 4352.0, 4332.0, 4364.0, 4365.0, 4313.0, 4291.0, 4274.0, 4218.0, 4228.0, 4232.0, 4249.0, 4286.0, 4284.0, 4336.0, 4324.0, 4346.0, 4319.0, 4297.0, 4290.0, 4284.0, 4312.0, 4297.0, 4313.0, 4346.0, 4337.0, 4290.0, 4297.0, 4283.0, 4394.0, 4329.0, 4311.0, 4309.0, 4298.0, 4286.0, 4297.0, 4284.0, 4290.0, 4301.0, 4290.0, 4304.0, 4291.0, 4291.0, 4308.0, 4302.0, 4319.0, 4305.0, 4300.0, 4302.0, 4301.0, 4302.0, 4301.0, 4322.0, 4303.0, 4343.0, 4335.0, 4364.0, 4317.0, 4363.0, 4293.0, 4361.0, 4342.0, 4361.0, 4330.0, 4319.0, 4321.0, 4301.0, 4291.0, 4290.0, 4314.0, 4300.0, 4362.0, 4343.0, 4340.0, 4302.0, 4329.0, 4303.0, 4339.0, 4314.0, 4330.0, 4314.0, 4299.0, 4291.0, 4303.0, 4321.0, 4301.0, 4340.0, 4303.0, 4290.0, 4302.0, 4303.0, 4313.0, 4306.0, 4342.0, 4304.0, 4363.0, 4333.0, 4301.0, 4313.0, 4302.0, 4321.0, 4294.0, 4302.0, 4336.0, 4302.0, 4353.0, 4294.0, 4303.0, 4305.0, 4304.0, 4343.0, 4325.0, 4362.0, 4346.0, 4334.0, 4314.0, 4314.0, 4317.0, 4316.0, 4365.0, 4335.0, 4323.0, 4304.0, 4302.0, 4305.0, 4303.0, 4355.0, 4314.0, 4352.0, 4304.0, 4342.0, 4304.0, 4353.0, 4323.0, 4342.0, 4304.0, 4352.0, 4312.0, 4331.0, 4291.0, 4312.0, 4291.0, 4291.0, 4301.0, 4292.0, 4302.0, 4323.0, 4303.0, 4341.0, 4304.0, 4302.0, 4303.0, 4340.0, 4303.0, 4361.0, 4333.0, 4342.0, 4320.0], 'WindowWidth': [9667.0, 9604.0, 9666.0, 9619.0, 9650.0, 9620.0, 9600.0, 9553.0, 9532.0, 9590.0, 9535.0, 9624.0, 9591.0, 9628.0, 9595.0, 9546.0, 9547.0, 9528.0, 9558.0, 9548.0, 9604.0, 9554.0, 9621.0, 9555.0, 9616.0, 9552.0, 9564.0, 9554.0, 9566.0, 9578.0, 9539.0, 9581.0, 9554.0, 9586.0, 9556.0, 9609.0, 9560.0, 9635.0, 9593.0, 9565.0, 9558.0, 9551.0, 9581.0, 9558.0, 9619.0, 9581.0, 9631.0, 9557.0, 9619.0, 9571.0, 9621.0, 9584.0, 9551.0, 9593.0, 9536.0, 9578.0, 9552.0, 9603.0, 9568.0, 9631.0, 9607.0, 9615.0, 9541.0, 9628.0, 9574.0, 9610.0, 9575.0, 9612.0, 9588.0, 9534.0, 9552.0, 9541.0, 9547.0, 9547.0, 9560.0, 9546.0, 9587.0, 9550.0, 9617.0, 9548.0, 9584.0, 9534.0, 9570.0, 9548.0, 9588.0, 9549.0, 9603.0, 9577.0, 9571.0, 9540.0, 9589.0, 9548.0, 9591.0, 9553.0, 9607.0, 9572.0, 9604.0, 9555.0, 9567.0, 9559.0, 9604.0, 9558.0, 9636.0, 9598.0, 9607.0, 9572.0, 9552.0, 9558.0, 9617.0, 9606.0, 9629.0, 9606.0, 9570.0, 9589.0, 9532.0, 9559.0, 9558.0, 9604.0, 9586.0, 9610.0, 9528.0, 9579.0, 9529.0, 9568.0, 9529.0, 9600.0, 9556.0, 9594.0, 9529.0, 9566.0, 9533.0, 9569.0, 9531.0, 9609.0, 9568.0, 9591.0, 9531.0, 9593.0, 9530.0, 9542.0, 9524.0, 9537.0, 9553.0, 9606.0, 9577.0, 9574.0, 9547.0, 9550.0, 9615.0, 9614.0, 9657.0, 9585.0, 9560.0, 9552.0, 9548.0, 9605.0, 9595.0, 9614.0, 9589.0, 9594.0, 9508.0, 9515.0, 9590.0, 9536.0, 9598.0, 9522.0, 9566.0, 9536.0, 9529.0, 9575.0, 9592.0, 9573.0, 9578.0, 9554.0, 9546.0, 9546.0, 9531.0, 9535.0, 9532.0, 9552.0, 9597.0, 9554.0, 9538.0, 9559.0, 9547.0, 9576.0, 9551.0, 9616.0, 9605.0, 9634.0, 9580.0, 9613.0, 9560.0, 9597.0, 9555.0, 9589.0, 9529.0, 9581.0, 9523.0, 9593.0, 9530.0, 9567.0, 9535.0, 9593.0, 9532.0, 9528.0, 9548.0, 9611.0, 9548.0, 9627.0, 9594.0, 9630.0, 9600.0, 9543.0, 9530.0, 9578.0, 9531.0, 9620.0, 9595.0, 9607.0, 9578.0, 9562.0, 9528.0, 9577.0, 9527.0, 9554.0, 9526.0, 9530.0, 9564.0, 9527.0, 9508.0, 9531.0, 9562.0, 9533.0, 9604.0, 9548.0, 9593.0, 9581.0, 9565.0, 9530.0, 9590.0, 9543.0, 9583.0, 9541.0, 9573.0, 9528.0, 9541.0, 9527.0, 9536.0, 9579.0, 9532.0, 9608.0, 9533.0, 9601.0, 9561.0, 9557.0, 9545.0, 9545.0, 9527.0, 9546.0, 9542.0, 9538.0, 9614.0, 9575.0, 9571.0, 9550.0, 9610.0, 9548.0, 9612.0, 9565.0, 9604.0, 9603.0, 9575.0, 9543.0, 9570.0, 9531.0, 9537.0, 9621.0, 9601.0, 9623.0, 9597.0, 9593.0, 9533.0, 9666.0, 9560.0, 9615.0, 9586.0, 9613.0, 9599.0, 9581.0, 9543.0, 9567.0, 9548.0, 9600.0, 9556.0, 9601.0, 9597.0, 9597.0, 9529.0, 9530.0, 9525.0, 9544.0, 9592.0, 9530.0, 9621.0, 9596.0, 9590.0, 9555.0, 9589.0, 9531.0, 9566.0, 9546.0, 9599.0, 9570.0, 9580.0, 9530.0, 9583.0, 9545.0, 9583.0, 9545.0, 9611.0, 9567.0, 9592.0, 9539.0, 9544.0, 9543.0, 9576.0, 9564.0, 9602.0, 9535.0, 9597.0, 9547.0, 9573.0, 9551.0, 9617.0, 9601.0, 9598.0, 9546.0, 9595.0, 9545.0, 9587.0, 9544.0, 9614.0, 9574.0, 9585.0, 9543.0, 9542.0, 9531.0, 9558.0, 9545.0, 9603.0, 9588.0, 9611.0, 9546.0, 9571.0, 9545.0, 9560.0, 9570.0, 9637.0, 9655.0, 9609.0, 9610.0, 9597.0, 9521.0, 9590.0, 9514.0, 9595.0, 9581.0, 9609.0, 9616.0, 9600.0, 9605.0, 9573.0, 9645.0, 9615.0, 9618.0, 9591.0, 9530.0, 9528.0, 9518.0, 9550.0, 9529.0, 9609.0, 9570.0, 9530.0, 9531.0, 9527.0, 9543.0, 9529.0, 9552.0, 9529.0, 9567.0, 9546.0, 9547.0, 9554.0, 9568.0, 9581.0, 9555.0, 9621.0, 9619.0, 9672.0, 9604.0, 9584.0, 9577.0, 9647.0, 9607.0, 9631.0, 9604.0, 9529.0, 9529.0, 9541.0, 9558.0, 9544.0, 9609.0, 9591.0, 9608.0, 9572.0, 9595.0, 9559.0, 9639.0, 9596.0, 9581.0, 9510.0, 9671.0, 9564.0, 9571.0, 9546.0, 9544.0, 9613.0, 9597.0, 9559.0, 9610.0, 9570.0, 9630.0, 9605.0, 9576.0, 9628.0, 9573.0, 9620.0, 9584.0, 9591.0, 9606.0, 9550.0, 9582.0, 9508.0, 9561.0, 9539.0, 9513.0, 9607.0, 9566.0, 9586.0, 9526.0, 9516.0, 9537.0, 9527.0, 9622.0, 9640.0, 9605.0, 9600.0, 9572.0, 9580.0, 9567.0, 9549.0, 9579.0, 9551.0, 9577.0, 9560.0, 9649.0, 9608.0, 9563.0, 9591.0, 9547.0, 9613.0, 9561.0, 9628.0, 9586.0, 9609.0, 9534.0, 9542.0, 9532.0, 9530.0, 9581.0, 9557.0, 9627.0, 9584.0, 9608.0, 9533.0, 9598.0, 9585.0, 9611.0, 9629.0, 9625.0, 9544.0, 9558.0, 9528.0, 9572.0, 9531.0, 9588.0, 9555.0, 9566.0, 9534.0, 9576.0, 9531.0, 9535.0, 9523.0, 9524.0, 9528.0, 9528.0, 9524.0, 9533.0, 9543.0, 9534.0, 9577.0, 9529.0, 9575.0, 9528.0, 9579.0, 9530.0, 9581.0, 9534.0, 9600.0, 9572.0, 9582.0, 9545.0, 9556.0, 9543.0, 9544.0, 9528.0, 9547.0, 9608.0, 9587.0, 9606.0, 9518.0, 9591.0, 9530.0, 9579.0, 9531.0, 9584.0, 9568.0, 9571.0, 9529.0, 9532.0, 9543.0, 9533.0, 9594.0, 9547.0, 9598.0, 9544.0, 9598.0, 9533.0, 9557.0, 9533.0, 9580.0, 9561.0, 9535.0, 9545.0, 9552.0, 9602.0, 9551.0, 9613.0, 9544.0, 9589.0, 9583.0, 9632.0, 9562.0, 9590.0, 9549.0, 9610.0, 9613.0, 9617.0, 9597.0, 9535.0, 9620.0, 9532.0, 9621.0, 9599.0, 9626.0, 9610.0, 9580.0, 9524.0, 9528.0, 9522.0, 9532.0, 9618.0, 9559.0, 9591.0, 9570.0, 9590.0, 9527.0, 9534.0, 9550.0, 9548.0, 9549.0, 9546.0, 9535.0, 9578.0, 9553.0, 9578.0, 9561.0, 9577.0, 9580.0, 9580.0, 9577.0, 9595.0, 9575.0, 9578.0, 9654.0, 9627.0, 9611.0, 9599.0, 9646.0, 9626.0, 9644.0, 9621.0, 9599.0, 9611.0, 9531.0, 9586.0, 9603.0, 9566.0, 9620.0, 9594.0, 9620.0, 9592.0, 9578.0, 9529.0, 9592.0, 9543.0, 9591.0, 9558.0, 9581.0, 9566.0, 9528.0, 9530.0, 9530.0, 9543.0, 9559.0, 9580.0, 9589.0, 9606.0, 9610.0, 9525.0, 9529.0, 9523.0, 9541.0, 9539.0, 9558.0, 9603.0, 9598.0, 9510.0, 9530.0, 9601.0, 9528.0, 9604.0, 9582.0, 9600.0, 9565.0, 9586.0, 9524.0, 9551.0, 9543.0, 9598.0, 9596.0, 9591.0, 9544.0, 9565.0, 9528.0, 9580.0, 9548.0, 9596.0, 9556.0, 9572.0, 9562.0, 9594.0, 9557.0, 9610.0, 9584.0, 9623.0, 9595.0, 9588.0, 9555.0, 9577.0, 9542.0, 9587.0, 9550.0, 9605.0, 9560.0, 9573.0, 9517.0, 9520.0, 9523.0, 9524.0, 9524.0, 9528.0, 9527.0, 9569.0, 9550.0, 9563.0, 9557.0, 9550.0, 9555.0, 9530.0, 9554.0, 9530.0, 9524.0, 9494.0, 9603.0, 9553.0, 9594.0, 9561.0, 9531.0, 9548.0, 9549.0, 9552.0, 9566.0, 9610.0, 9590.0, 9616.0, 9548.0, 9583.0, 9554.0, 9582.0, 9555.0, 9613.0, 9584.0, 9594.0, 9524.0, 9564.0, 9525.0, 9542.0, 9591.0, 9588.0, 9592.0, 9571.0, 9528.0, 9522.0, 9520.0, 9523.0, 9597.0, 9562.0, 9589.0, 9568.0, 9576.0, 9538.0, 9552.0, 9564.0, 9533.0, 9547.0, 9530.0, 9519.0, 9545.0, 9544.0, 9504.0, 9499.0, 9505.0, 9541.0, 9524.0, 9574.0, 9552.0, 9560.0, 9523.0, 9571.0, 9512.0, 9561.0, 9530.0, 9577.0, 9542.0, 9574.0, 9526.0, 9572.0, 9513.0, 9579.0, 9524.0, 9585.0, 9588.0, 9563.0, 9503.0, 9509.0, 9523.0, 9513.0, 9514.0, 9532.0, 9563.0, 9556.0, 9516.0, 9531.0, 9531.0, 9545.0, 9545.0, 9602.0, 9587.0, 9615.0, 9529.0, 9595.0, 9524.0, 9581.0, 9590.0, 9569.0, 9603.0, 9593.0, 9558.0, 9507.0, 9558.0, 9520.0, 9561.0, 9525.0, 9563.0, 9536.0, 9507.0, 9507.0, 9522.0, 9506.0, 9513.0, 9512.0, 9527.0, 9512.0, 9527.0, 9526.0, 9530.0, 9524.0, 9548.0, 9607.0, 9595.0, 9588.0, 9576.0, 9586.0, 9508.0, 9549.0, 9511.0, 9521.0, 9589.0, 9553.0, 9579.0, 9510.0, 9556.0, 9512.0, 9559.0, 9512.0, 9570.0, 9537.0, 9524.0, 9502.0, 9522.0, 9507.0, 9526.0, 9561.0, 9530.0, 9555.0, 9511.0, 9524.0, 9510.0, 9531.0, 9524.0, 9534.0, 9591.0, 9546.0, 9582.0, 9565.0, 9580.0, 9521.0, 9540.0, 9586.0, 9523.0, 9602.0, 9552.0, 9573.0, 9535.0, 9547.0, 9522.0, 9524.0, 9508.0, 9531.0, 9554.0, 9519.0, 9548.0, 9514.0, 9589.0, 9523.0, 9601.0, 9545.0, 9604.0, 9585.0, 9588.0, 9514.0, 9589.0, 9541.0, 9579.0, 9552.0, 9580.0, 9531.0, 9524.0, 9520.0, 9515.0, 9587.0, 9509.0, 9587.0, 9543.0, 9552.0, 9536.0, 9523.0, 9509.0, 9517.0, 9510.0, 9531.0, 9591.0, 9533.0, 9579.0, 9542.0, 9570.0, 9516.0, 9568.0, 9506.0, 9515.0, 9601.0, 9513.0, 9593.0, 9553.0, 9527.0, 9524.0, 9532.0, 9523.0, 9533.0, 9592.0, 9527.0, 9546.0, 9516.0, 9526.0, 9526.0, 9532.0, 9540.0, 9537.0, 9594.0, 9533.0, 9566.0, 9530.0, 9582.0, 9534.0, 9569.0, 9537.0, 9563.0, 9574.0, 9571.0, 9532.0, 9615.0, 9582.0, 9577.0, 9622.0, 9604.0, 9627.0, 9601.0, 9589.0, 9532.0, 9608.0, 9528.0, 9598.0, 9585.0, 9601.0, 9580.0, 9538.0, 9513.0, 9543.0, 9550.0, 9531.0, 9606.0, 9557.0, 9602.0, 9581.0, 9586.0, 9515.0, 9586.0, 9515.0, 9589.0, 9557.0, 9597.0, 9570.0, 9580.0, 9526.0, 9512.0, 9504.0, 9539.0, 9586.0, 9533.0, 9603.0, 9568.0, 9575.0, 9515.0, 9576.0, 9517.0, 9577.0, 9528.0, 9584.0, 9565.0, 9527.0, 9527.0, 9534.0, 9530.0, 9547.0, 9557.0, 9534.0, 9598.0, 9562.0, 9529.0, 9534.0, 9607.0, 9535.0, 9624.0, 9585.0, 9591.0, 9568.0, 9580.0, 9512.0, 9566.0, 9555.0, 9534.0, 9594.0, 9588.0, 9511.0, 9531.0, 9521.0, 9532.0, 9541.0, 9537.0, 9583.0, 9536.0, 9568.0, 9531.0, 9607.0, 9533.0, 9608.0, 9559.0, 9623.0, 9586.0, 9578.0, 9530.0, 9603.0, 9517.0, 9602.0, 9571.0, 9606.0, 9599.0, 9575.0, 9542.0, 9574.0, 9529.0, 9562.0, 9536.0, 9607.0, 9570.0, 9575.0, 9528.0, 9597.0, 9513.0, 9588.0, 9516.0, 9591.0, 9582.0, 9575.0, 9530.0, 9589.0, 9515.0, 9588.0, 9515.0, 9594.0, 9571.0, 9578.0, 9538.0, 9550.0, 9510.0, 9523.0, 9525.0, 9542.0, 9530.0, 9559.0, 9514.0, 9516.0, 9529.0, 9533.0, 9546.0, 9590.0, 9548.0, 9613.0, 9590.0, 9617.0, 9536.0, 9573.0, 9574.0, 9609.0, 9549.0, 9534.0, 9540.0, 9542.0, 9637.0, 9605.0, 9619.0, 9576.0, 9610.0, 9540.0, 9629.0, 9614.0, 9616.0, 9581.0, 9594.0, 9523.0, 9523.0, 9510.0, 9511.0, 9514.0, 9593.0, 9578.0, 9587.0, 9522.0, 9584.0, 9552.0, 9603.0, 9580.0, 9549.0, 9522.0, 9507.0, 9510.0, 9583.0, 9567.0, 9583.0, 9576.0, 9503.0, 9537.0, 9507.0, 9507.0, 9514.0, 9582.0, 9570.0, 9614.0, 9543.0, 9602.0, 9555.0, 9542.0, 9595.0, 9533.0, 9568.0, 9528.0, 9562.0, 9531.0, 9614.0, 9557.0, 9522.0, 9512.0, 9522.0, 9511.0, 9508.0, 9579.0, 9522.0, 9587.0, 9522.0, 9544.0, 9511.0, 9566.0, 9512.0, 9572.0, 9552.0, 9523.0, 9524.0, 9521.0, 9526.0, 9527.0, 9561.0, 9528.0, 9561.0, 9526.0, 9558.0, 9530.0, 9591.0, 9570.0, 9522.0, 9524.0, 9522.0, 9526.0, 9521.0, 9564.0, 9585.0, 9590.0, 9562.0, 9612.0, 9613.0, 9536.0, 9506.0, 9468.0, 9372.0, 9383.0, 9394.0, 9429.0, 9491.0, 9489.0, 9559.0, 9544.0, 9578.0, 9531.0, 9488.0, 9465.0, 9467.0, 9507.0, 9496.0, 9512.0, 9579.0, 9555.0, 9476.0, 9484.0, 9476.0, 9675.0, 9575.0, 9537.0, 9526.0, 9510.0, 9492.0, 9507.0, 9487.0, 9501.0, 9516.0, 9501.0, 9526.0, 9505.0, 9507.0, 9526.0, 9523.0, 9543.0, 9528.0, 9516.0, 9521.0, 9520.0, 9524.0, 9522.0, 9551.0, 9527.0, 9579.0, 9570.0, 9608.0, 9552.0, 9607.0, 9514.0, 9601.0, 9576.0, 9599.0, 9555.0, 9540.0, 9543.0, 9519.0, 9506.0, 9505.0, 9541.0, 9519.0, 9602.0, 9577.0, 9569.0, 9521.0, 9555.0, 9524.0, 9569.0, 9541.0, 9557.0, 9538.0, 9514.0, 9506.0, 9526.0, 9546.0, 9522.0, 9572.0, 9525.0, 9505.0, 9522.0, 9526.0, 9540.0, 9533.0, 9576.0, 9530.0, 9605.0, 9565.0, 9521.0, 9539.0, 9524.0, 9546.0, 9516.0, 9524.0, 9573.0, 9522.0, 9591.0, 9517.0, 9525.0, 9531.0, 9530.0, 9581.0, 9559.0, 9603.0, 9585.0, 9569.0, 9545.0, 9544.0, 9551.0, 9551.0, 9612.0, 9573.0, 9553.0, 9529.0, 9524.0, 9532.0, 9529.0, 9598.0, 9543.0, 9592.0, 9529.0, 9577.0, 9532.0, 9594.0, 9553.0, 9575.0, 9527.0, 9587.0, 9536.0, 9558.0, 9506.0, 9533.0, 9505.0, 9505.0, 9519.0, 9509.0, 9524.0, 9552.0, 9528.0, 9574.0, 9528.0, 9524.0, 9525.0, 9571.0, 9525.0, 9599.0, 9564.0, 9573.0, 9543.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.004149152923538231</td></tr>
<tr><td colspan=3>aqi</td><td>0.0661529964017991</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.92675078121533</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.0786619771492874</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9784291834283585</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>4540.1118</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12663814616407665</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>123</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.22038980509745</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7168009742890633</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6898720267775444</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.843275386756487</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.6172555093331598</td></tr>
<tr><td colspan=3>gcor</td><td>0.0054478</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004080695100128651</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.019351623952388763</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1334</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.9232495792565145</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>21.7818</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>54.4884</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>179.0168</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>57.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>305117.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>788.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>327.9558</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1484</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>520.561</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3564.1695</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3822.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71427.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1153.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4597.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>974.1856</td></tr>
<tr><td colspan=3>tsnr</td><td>28.054618429625407</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>