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

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

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

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

        </div>
        <div id="acquisition-mb8_datatype-figures_desc-norm_run-04_session-01_subject-0025_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-04_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-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0025/figures/sub-0025_ses-01_task-alignvideo_acq-mb8_run-04_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-0025/ses-01/func/sub-0025_ses-01_task-alignvideo_acq-mb8_run-04_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>5683e988d3da73d1ea62859b731a15c1</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>19:59:51.040000</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_VE11C_LATEST_20160120</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.999286, 0.0377412, -0.00169904, -0.0376901, 0.999005, 0.0238521]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>dartmouth_brain_imaging_center</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-04_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.0973747</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-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4140, -7744, -7222, 505, -74, -93, -45, 21]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.19]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>292.166</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1abe36b5-da2c-4d59-9b50-efb426a5adf1||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.681011438369751, -0.10111965984106064, -0.007013398688286543, 117.17122650146484], [-0.10125697404146194, 2.6802568435668945, 0.06418189406394958, -83.83970642089844], [-0.004558391869068146, -0.06399354338645935, 2.699227809906006, -59.632713317871094], [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, 1209]</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], 'AcquisitionTime': ['195951.040000', '195951.500000', '195951.960000', '195952.420000', '195952.880000', '195953.340000', '195953.800000', '195954.260000', '195954.720000', '195955.180000', '195955.640000', '195956.100000', '195956.560000', '195957.020000', '195957.480000', '195957.940000', '195958.400000', '195958.860000', '195959.320000', '195959.780000', '200000.240000', '200000.700000', '200001.160000', '200001.620000', '200002.080000', '200002.540000', '200003.000000', '200003.460000', '200003.920000', '200004.380000', '200004.840000', '200005.300000', '200005.760000', '200006.220000', '200006.680000', '200007.140000', '200007.600000', '200008.060000', '200008.520000', '200008.980000', '200009.440000', '200009.900000', '200010.360000', '200010.820000', '200011.280000', '200011.740000', '200012.200000', '200012.660000', '200013.120000', '200013.580000', '200014.040000', '200014.500000', '200014.960000', '200015.420000', '200015.880000', '200016.340000', '200016.800000', '200017.260000', '200017.720000', '200018.180000', '200018.640000', '200019.100000', '200019.560000', '200020.020000', '200020.480000', '200020.940000', '200021.400000', '200021.860000', '200022.320000', '200022.780000', '200023.240000', '200023.700000', '200024.160000', '200024.620000', '200025.080000', '200025.540000', '200026.000000', '200026.460000', '200026.920000', '200027.380000', '200027.840000', '200028.300000', '200028.760000', '200029.220000', '200029.680000', '200030.140000', '200030.600000', '200031.060000', '200031.520000', '200031.980000', '200032.440000', '200032.900000', '200033.360000', '200033.820000', '200034.280000', '200034.740000', '200035.200000', '200035.660000', '200036.120000', '200036.580000', '200037.040000', '200037.500000', '200037.960000', '200038.420000', '200038.880000', '200039.340000', '200039.800000', '200040.260000', '200040.720000', '200041.180000', '200041.640000', '200042.100000', '200042.560000', '200043.020000', '200043.480000', '200043.940000', '200044.400000', '200044.860000', '200045.320000', '200045.780000', '200046.240000', '200046.700000', '200047.160000', '200047.620000', '200048.080000', '200048.540000', '200049.000000', '200049.460000', '200049.920000', '200050.380000', '200050.840000', '200051.300000', '200051.760000', '200052.220000', '200052.680000', '200053.140000', '200053.600000', '200054.060000', '200054.520000', '200054.980000', '200055.440000', '200055.900000', '200056.360000', '200056.820000', '200057.280000', '200057.740000', '200058.200000', '200058.660000', '200059.120000', '200059.580000', '200100.040000', '200100.500000', '200100.960000', '200101.420000', '200101.880000', '200102.340000', '200102.800000', '200103.260000', '200103.720000', '200104.180000', '200104.640000', '200105.100000', '200105.560000', '200106.020000', '200106.480000', '200106.940000', '200107.400000', '200107.860000', '200108.320000', '200108.780000', '200109.240000', '200109.700000', '200110.160000', '200110.620000', '200111.080000', '200111.540000', '200112.000000', '200112.460000', '200112.920000', '200113.380000', '200113.840000', '200114.300000', '200114.760000', '200115.220000', '200115.680000', '200116.140000', '200116.600000', '200117.060000', '200117.520000', '200117.980000', '200118.440000', '200118.900000', '200119.360000', '200119.820000', '200120.280000', '200120.740000', '200121.200000', '200121.660000', '200122.120000', '200122.580000', '200123.040000', '200123.500000', '200123.960000', '200124.420000', '200124.880000', '200125.340000', '200125.800000', '200126.260000', '200126.720000', '200127.180000', '200127.640000', '200128.100000', '200128.560000', '200129.020000', '200129.480000', '200129.940000', '200130.400000', '200130.860000', '200131.320000', '200131.780000', '200132.240000', '200132.700000', '200133.160000', '200133.620000', '200134.080000', '200134.540000', '200135.000000', '200135.460000', '200135.920000', '200136.380000', '200136.840000', '200137.300000', '200137.760000', '200138.220000', '200138.680000', '200139.140000', '200139.600000', '200140.060000', '200140.520000', '200140.980000', '200141.440000', '200141.900000', '200142.360000', '200142.820000', '200143.280000', '200143.740000', '200144.200000', '200144.660000', '200145.120000', '200145.580000', '200146.040000', '200146.500000', '200146.960000', '200147.420000', '200147.880000', '200148.340000', '200148.800000', '200149.260000', '200149.720000', '200150.180000', '200150.640000', '200151.100000', '200151.560000', '200152.020000', '200152.480000', '200152.940000', '200153.400000', '200153.860000', '200154.320000', '200154.780000', '200155.240000', '200155.700000', '200156.160000', '200156.620000', '200157.080000', '200157.540000', '200158.000000', '200158.460000', '200158.920000', '200159.380000', '200159.840000', '200200.300000', '200200.760000', '200201.220000', '200201.680000', '200202.140000', '200202.600000', '200203.060000', '200203.520000', '200203.980000', '200204.440000', '200204.900000', '200205.360000', '200205.820000', '200206.280000', '200206.740000', '200207.200000', '200207.660000', '200208.120000', '200208.580000', '200209.040000', '200209.500000', '200209.960000', '200210.420000', '200210.880000', '200211.340000', '200211.800000', '200212.260000', '200212.720000', '200213.180000', '200213.640000', '200214.100000', '200214.560000', '200215.020000', '200215.480000', '200215.940000', '200216.400000', '200216.860000', '200217.320000', '200217.780000', '200218.240000', '200218.700000', '200219.160000', '200219.620000', '200220.080000', '200220.540000', '200221.000000', '200221.460000', '200221.920000', '200222.380000', '200222.840000', '200223.300000', '200223.760000', '200224.220000', '200224.680000', '200225.140000', '200225.600000', '200226.060000', '200226.520000', '200226.980000', '200227.440000', '200227.900000', '200228.360000', '200228.820000', '200229.280000', '200229.740000', '200230.200000', '200230.660000', '200231.120000', '200231.580000', '200232.040000', '200232.500000', '200232.960000', '200233.420000', '200233.880000', '200234.340000', '200234.800000', '200235.260000', '200235.720000', '200236.180000', '200236.640000', '200237.100000', '200237.560000', '200238.020000', '200238.480000', '200238.940000', '200239.400000', '200239.860000', '200240.320000', '200240.780000', '200241.240000', '200241.700000', '200242.160000', '200242.620000', '200243.080000', '200243.540000', '200244.000000', '200244.460000', '200244.920000', '200245.380000', '200245.840000', '200246.300000', '200246.760000', '200247.220000', '200247.680000', '200248.140000', '200248.600000', '200249.060000', '200249.520000', '200249.980000', '200250.440000', '200250.900000', '200251.360000', '200251.820000', '200252.280000', '200252.740000', '200253.200000', '200253.660000', '200254.120000', '200254.580000', '200255.040000', '200255.500000', '200255.960000', '200256.420000', '200256.880000', '200257.340000', '200257.800000', '200258.260000', '200258.720000', '200259.180000', '200259.640000', '200300.100000', '200300.560000', '200301.020000', '200301.480000', '200301.940000', '200302.400000', '200302.860000', '200303.320000', '200303.780000', '200304.240000', '200304.700000', '200305.160000', '200305.620000', '200306.080000', '200306.540000', '200307.000000', '200307.460000', '200307.920000', '200308.380000', '200308.840000', '200309.300000', '200309.760000', '200310.220000', '200310.680000', '200311.140000', '200311.600000', '200312.060000', '200312.520000', '200312.980000', '200313.440000', '200313.900000', '200314.360000', '200314.820000', '200315.280000', '200315.740000', '200316.200000', '200316.660000', '200317.120000', '200317.580000', '200318.040000', '200318.500000', '200318.960000', '200319.420000', '200319.880000', '200320.340000', '200320.800000', '200321.260000', '200321.720000', '200322.180000', '200322.640000', '200323.100000', '200323.560000', '200324.020000', '200324.480000', '200324.940000', '200325.400000', '200325.860000', '200326.320000', '200326.780000', '200327.240000', '200327.700000', '200328.160000', '200328.620000', '200329.080000', '200329.540000', '200330.000000', '200330.460000', '200330.920000', '200331.380000', '200331.840000', '200332.300000', '200332.760000', '200333.220000', '200333.680000', '200334.140000', '200334.600000', '200335.060000', '200335.520000', '200335.980000', '200336.440000', '200336.900000', '200337.360000', '200337.820000', '200338.280000', '200338.740000', '200339.200000', '200339.660000', '200340.120000', '200340.580000', '200341.040000', '200341.500000', '200341.960000', '200342.420000', '200342.880000', '200343.340000', '200343.800000', '200344.260000', '200344.720000', '200345.180000', '200345.640000', '200346.100000', '200346.560000', '200347.020000', '200347.480000', '200347.940000', '200348.400000', '200348.860000', '200349.320000', '200349.780000', '200350.240000', '200350.700000', '200351.160000', '200351.620000', '200352.080000', '200352.540000', '200353.000000', '200353.460000', '200353.920000', '200354.380000', '200354.840000', '200355.300000', '200355.760000', '200356.220000', '200356.680000', '200357.140000', '200357.600000', '200358.060000', '200358.520000', '200358.980000', '200359.440000', '200359.900000', '200400.360000', '200400.820000', '200401.280000', '200401.740000', '200402.200000', '200402.660000', '200403.120000', '200403.580000', '200404.040000', '200404.500000', '200404.960000', '200405.420000', '200405.880000', '200406.340000', '200406.800000', '200407.260000', '200407.720000', '200408.180000', '200408.640000', '200409.100000', '200409.560000', '200410.020000', '200410.480000', '200410.940000', '200411.400000', '200411.860000', '200412.320000', '200412.780000', '200413.240000', '200413.700000', '200414.160000', '200414.620000', '200415.080000', '200415.540000', '200416.000000', '200416.460000', '200416.920000', '200417.380000', '200417.840000', '200418.300000', '200418.760000', '200419.220000', '200419.680000', '200420.140000', '200420.600000', '200421.060000', '200421.520000', '200421.980000', '200422.440000', '200422.900000', '200423.360000', '200423.820000', '200424.280000', '200424.740000', '200425.200000', '200425.660000', '200426.120000', '200426.580000', '200427.040000', '200427.500000', '200427.960000', '200428.420000', '200428.880000', '200429.340000', '200429.800000', '200430.260000', '200430.720000', '200431.180000', '200431.640000', '200432.100000', '200432.560000', '200433.020000', '200433.480000', '200433.940000', '200434.400000', '200434.860000', '200435.320000', '200435.780000', '200436.240000', '200436.700000', '200437.160000', '200437.620000', '200438.080000', '200438.540000', '200439.000000', '200439.460000', '200439.920000', '200440.380000', '200440.840000', '200441.300000', '200441.760000', '200442.220000', '200442.680000', '200443.140000', '200443.600000', '200444.060000', '200444.520000', '200444.980000', '200445.440000', '200445.900000', '200446.360000', '200446.820000', '200447.280000', '200447.740000', '200448.200000', '200448.660000', '200449.120000', '200449.580000', '200450.040000', '200450.500000', '200450.960000', '200451.420000', '200451.880000', '200452.340000', '200452.800000', '200453.260000', '200453.720000', '200454.180000', '200454.640000', '200455.100000', '200455.560000', '200456.020000', '200456.480000', '200456.940000', '200457.400000', '200457.860000', '200458.320000', '200458.780000', '200459.240000', '200459.700000', '200500.160000', '200500.620000', '200501.080000', '200501.540000', '200502.000000', '200502.460000', '200502.920000', '200503.380000', '200503.840000', '200504.300000', '200504.760000', '200505.220000', '200505.680000', '200506.140000', '200506.600000', '200507.060000', '200507.520000', '200507.980000', '200508.440000', '200508.900000', '200509.360000', '200509.820000', '200510.280000', '200510.740000', '200511.200000', '200511.660000', '200512.120000', '200512.580000', '200513.040000', '200513.500000', '200513.960000', '200514.420000', '200514.880000', '200515.340000', '200515.800000', '200516.260000', '200516.720000', '200517.180000', '200517.640000', '200518.100000', '200518.560000', '200519.020000', '200519.480000', '200519.940000', '200520.400000', '200520.860000', '200521.320000', '200521.780000', '200522.240000', '200522.700000', '200523.160000', '200523.620000', '200524.080000', '200524.540000', '200525.000000', '200525.460000', '200525.920000', '200526.380000', '200526.840000', '200527.300000', '200527.760000', '200528.220000', '200528.680000', '200529.140000', '200529.600000', '200530.060000', '200530.520000', '200530.980000', '200531.440000', '200531.900000', '200532.360000', '200532.820000', '200533.280000', '200533.740000', '200534.200000', '200534.660000', '200535.120000', '200535.580000', '200536.040000', '200536.500000', '200536.960000', '200537.420000', '200537.880000', '200538.340000', '200538.800000', '200539.260000', '200539.720000', '200540.180000', '200540.640000', '200541.100000', '200541.560000', '200542.020000', '200542.480000', '200542.940000', '200543.400000', '200543.860000', '200544.320000', '200544.780000', '200545.240000', '200545.700000', '200546.160000', '200546.620000', '200547.080000', '200547.540000', '200548.000000', '200548.460000', '200548.920000', '200549.380000', '200549.840000', '200550.300000', '200550.760000', '200551.220000', '200551.680000', '200552.140000', '200552.600000', '200553.060000', '200553.520000', '200553.980000', '200554.440000', '200554.900000', '200555.360000', '200555.820000', '200556.280000', '200556.740000', '200557.200000', '200557.660000', '200558.120000', '200558.580000', '200559.040000', '200559.500000', '200559.960000', '200600.420000', '200600.880000', '200601.340000', '200601.800000', '200602.260000', '200602.720000', '200603.180000', '200603.640000', '200604.100000', '200604.560000', '200605.020000', '200605.480000', '200605.940000', '200606.400000', '200606.860000', '200607.320000', '200607.780000', '200608.240000', '200608.700000', '200609.160000', '200609.620000', '200610.080000', '200610.540000', '200611.000000', '200611.460000', '200611.920000', '200612.380000', '200612.840000', '200613.300000', '200613.760000', '200614.220000', '200614.680000', '200615.140000', '200615.600000', '200616.060000', '200616.520000', '200616.980000', '200617.440000', '200617.900000', '200618.360000', '200618.820000', '200619.280000', '200619.740000', '200620.200000', '200620.660000', '200621.120000', '200621.580000', '200622.040000', '200622.500000', '200622.960000', '200623.420000', '200623.880000', '200624.340000', '200624.800000', '200625.260000', '200625.720000', '200626.180000', '200626.640000', '200627.100000', '200627.560000', '200628.020000', '200628.480000', '200628.940000', '200629.400000', '200629.860000', '200630.320000', '200630.780000', '200631.240000', '200631.700000', '200632.160000', '200632.620000', '200633.080000', '200633.540000', '200634.000000', '200634.460000', '200634.920000', '200635.380000', '200635.840000', '200636.300000', '200636.760000', '200637.220000', '200637.680000', '200638.140000', '200638.600000', '200639.060000', '200639.520000', '200639.980000', '200640.440000', '200640.900000', '200641.360000', '200641.820000', '200642.280000', '200642.740000', '200643.200000', '200643.660000', '200644.120000', '200644.580000', '200645.040000', '200645.500000', '200645.960000', '200646.420000', '200646.880000', '200647.340000', '200647.800000', '200648.260000', '200648.720000', '200649.180000', '200649.640000', '200650.100000', '200650.560000', '200651.020000', '200651.480000', '200651.940000', '200652.400000', '200652.860000', '200653.320000', '200653.780000', '200654.240000', '200654.700000', '200655.160000', '200655.620000', '200656.080000', '200656.540000', '200657.000000', '200657.460000', '200657.920000', '200658.380000', '200658.840000', '200659.300000', '200659.760000', '200700.220000', '200700.680000', '200701.140000', '200701.600000', '200702.060000', '200702.520000', '200702.980000', '200703.440000', '200703.900000', '200704.360000', '200704.820000', '200705.280000', '200705.740000', '200706.200000', '200706.660000', '200707.120000', '200707.580000', '200708.040000', '200708.500000', '200708.960000', '200709.420000', '200709.880000', '200710.340000', '200710.800000', '200711.260000', '200711.720000', '200712.180000', '200712.640000', '200713.100000', '200713.560000', '200714.020000', '200714.480000', '200714.940000', '200715.400000', '200715.860000', '200716.320000', '200716.780000', '200717.240000', '200717.700000', '200718.160000', '200718.620000', '200719.080000', '200719.540000', '200720.000000', '200720.460000', '200720.920000', '200721.380000', '200721.840000', '200722.300000', '200722.760000', '200723.220000', '200723.680000', '200724.140000', '200724.600000', '200725.060000', '200725.520000', '200725.980000', '200726.440000', '200726.900000', '200727.360000', '200727.820000', '200728.280000', '200728.740000', '200729.200000', '200729.660000', '200730.120000', '200730.580000', '200731.040000', '200731.500000', '200731.960000', '200732.420000', '200732.880000', '200733.340000', '200733.800000', '200734.260000', '200734.720000', '200735.180000', '200735.640000', '200736.100000', '200736.560000', '200737.020000', '200737.480000', '200737.940000', '200738.400000', '200738.860000', '200739.320000', '200739.780000', '200740.240000', '200740.700000', '200741.160000', '200741.620000', '200742.080000', '200742.540000', '200743.000000', '200743.460000', '200743.920000', '200744.380000', '200744.840000', '200745.300000', '200745.760000', '200746.220000', '200746.680000', '200747.140000', '200747.600000', '200748.060000', '200748.520000', '200748.980000', '200749.440000', '200749.900000', '200750.360000', '200750.820000', '200751.280000', '200751.740000', '200752.200000', '200752.660000', '200753.120000', '200753.580000', '200754.040000', '200754.500000', '200754.960000', '200755.420000', '200755.880000', '200756.340000', '200756.800000', '200757.260000', '200757.720000', '200758.180000', '200758.640000', '200759.100000', '200759.560000', '200800.020000', '200800.480000', '200800.940000', '200801.400000', '200801.860000', '200802.320000', '200802.780000', '200803.240000', '200803.700000', '200804.160000', '200804.620000', '200805.080000', '200805.540000', '200806.000000', '200806.460000', '200806.920000', '200807.380000', '200807.840000', '200808.300000', '200808.760000', '200809.220000', '200809.680000', '200810.140000', '200810.600000', '200811.060000', '200811.520000', '200811.980000', '200812.440000', '200812.900000', '200813.360000', '200813.820000', '200814.280000', '200814.740000', '200815.200000', '200815.660000', '200816.120000', '200816.580000', '200817.040000', '200817.500000', '200817.960000', '200818.420000', '200818.880000', '200819.340000', '200819.800000', '200820.260000', '200820.720000', '200821.180000', '200821.640000', '200822.100000', '200822.560000', '200823.020000', '200823.480000', '200823.940000', '200824.400000', '200824.860000', '200825.320000', '200825.780000', '200826.240000', '200826.700000', '200827.160000', '200827.620000', '200828.080000', '200828.540000', '200829.000000', '200829.460000', '200829.920000', '200830.380000', '200830.840000', '200831.300000', '200831.760000', '200832.220000', '200832.680000', '200833.140000', '200833.600000', '200834.060000', '200834.520000', '200834.980000', '200835.440000', '200835.900000', '200836.360000', '200836.820000', '200837.280000', '200837.740000', '200838.200000', '200838.660000', '200839.120000', '200839.580000', '200840.040000', '200840.500000', '200840.960000', '200841.420000', '200841.880000', '200842.340000', '200842.800000', '200843.260000', '200843.720000', '200844.180000', '200844.640000', '200845.100000', '200845.560000', '200846.020000', '200846.480000', '200846.940000', '200847.400000', '200847.860000', '200848.320000', '200848.780000', '200849.240000', '200849.700000', '200850.160000', '200850.620000', '200851.080000', '200851.540000', '200852.000000', '200852.460000', '200852.920000', '200853.380000', '200853.840000', '200854.300000', '200854.760000', '200855.220000', '200855.680000', '200856.140000', '200856.600000', '200857.060000', '200857.520000', '200857.980000', '200858.440000', '200858.900000', '200859.360000', '200859.820000', '200900.280000', '200900.740000', '200901.200000', '200901.660000', '200902.120000', '200902.580000', '200903.040000', '200903.500000', '200903.960000', '200904.420000', '200904.880000', '200905.340000', '200905.800000', '200906.260000', '200906.720000'], 'ContentTime': ['200009.200000', '200009.204000', '200009.207000', '200009.210000', '200009.212000', '200009.215000', '200009.218000', '200009.221000', '200009.224000', '200009.227000', '200009.230000', '200009.233000', '200009.236000', '200009.239000', '200009.242000', '200009.245000', '200009.248000', '200009.251000', '200009.254000', '200009.257000', '200009.259000', '200009.262000', '200009.265000', '200009.268000', '200009.271000', '200009.274000', '200009.277000', '200009.280000', '200009.283000', '200009.286000', '200009.289000', '200009.292000', '200009.295000', '200009.298000', '200009.300000', '200009.303000', '200009.307000', '200009.310000', '200029.167000', '200029.170000', '200029.173000', '200029.175000', '200029.178000', '200029.181000', '200029.184000', '200029.187000', '200029.189000', '200029.192000', '200029.195000', '200029.198000', '200029.201000', '200029.203000', '200029.206000', '200029.209000', '200029.212000', '200029.214000', '200029.217000', '200029.220000', '200029.223000', '200029.226000', '200029.229000', '200029.232000', '200029.234000', '200029.237000', '200029.240000', '200029.243000', '200029.245000', '200029.248000', '200029.251000', '200029.254000', '200029.257000', '200029.259000', '200029.262000', '200029.265000', '200029.268000', '200029.271000', '200029.277000', '200029.280000', '200029.283000', '200029.285000', '200029.288000', '200049.167000', '200049.170000', '200049.173000', '200049.175000', '200049.178000', '200049.181000', '200049.184000', '200049.187000', '200049.189000', '200049.192000', '200049.195000', '200049.198000', '200049.200000', '200049.203000', '200049.206000', '200049.209000', '200049.212000', '200049.220000', '200049.222000', '200049.225000', '200049.228000', '200049.231000', '200049.234000', '200049.236000', '200049.239000', '200049.242000', '200049.245000', '200049.247000', '200049.250000', '200049.253000', '200049.256000', '200049.259000', '200049.261000', '200049.264000', '200049.267000', '200049.270000', '200049.272000', '200049.275000', '200049.278000', '200049.281000', '200049.283000', '200049.286000', '200049.289000', '200049.292000', '200109.167000', '200109.170000', '200109.173000', '200109.176000', '200109.179000', '200109.182000', '200109.185000', '200109.188000', '200109.190000', '200109.193000', '200109.196000', '200109.199000', '200109.202000', '200109.204000', '200109.207000', '200109.210000', '200109.213000', '200109.216000', '200109.219000', '200109.221000', '200109.224000', '200109.227000', '200109.230000', '200109.233000', '200109.236000', '200109.239000', '200109.242000', '200109.244000', '200109.247000', '200109.250000', '200109.253000', '200109.256000', '200109.259000', '200109.262000', '200109.264000', '200109.267000', '200109.270000', '200109.273000', '200109.275000', '200109.278000', '200109.281000', '200109.284000', '200109.287000', '200129.167000', '200129.170000', '200129.173000', '200129.175000', '200129.178000', '200129.181000', '200129.184000', '200129.186000', '200129.189000', '200129.192000', '200129.195000', '200129.198000', '200129.200000', '200129.203000', '200129.206000', '200129.209000', '200129.212000', '200129.215000', '200129.217000', '200129.220000', '200129.223000', '200129.226000', '200129.229000', '200129.231000', '200129.234000', '200129.237000', '200129.240000', '200129.243000', '200129.246000', '200129.248000', '200129.251000', '200129.254000', '200129.257000', '200129.260000', '200129.262000', '200129.265000', '200129.268000', '200129.271000', '200129.274000', '200129.276000', '200129.279000', '200129.282000', '200129.285000', '200129.288000', '200149.166000', '200149.169000', '200149.172000', '200149.174000', '200149.177000', '200149.180000', '200149.183000', '200149.186000', '200149.188000', '200149.191000', '200149.194000', '200149.197000', '200149.200000', '200149.203000', '200149.205000', '200149.208000', '200149.211000', '200149.214000', '200149.217000', '200149.219000', '200149.222000', '200149.225000', '200149.228000', '200149.231000', '200149.233000', '200149.236000', '200149.239000', '200149.242000', '200149.245000', '200149.248000', '200149.251000', '200149.253000', '200149.256000', '200149.259000', '200149.262000', '200149.265000', '200149.268000', '200149.270000', '200149.273000', '200149.276000', '200149.279000', '200149.281000', '200149.284000', '200209.166000', '200209.169000', '200209.172000', '200209.174000', '200209.177000', '200209.180000', '200209.183000', '200209.186000', '200209.188000', '200209.191000', '200209.194000', '200209.197000', '200209.200000', '200209.202000', '200209.205000', '200209.208000', '200209.211000', '200209.214000', '200209.216000', '200209.219000', '200209.222000', '200209.225000', '200209.228000', '200209.230000', '200209.233000', '200209.236000', '200209.239000', '200209.242000', '200209.245000', '200209.247000', '200209.250000', '200209.253000', '200209.256000', '200209.258000', '200209.261000', '200209.264000', '200209.267000', '200209.270000', '200209.273000', '200209.275000', '200209.278000', '200209.281000', '200209.284000', '200209.287000', '200229.167000', '200229.170000', '200229.173000', '200229.176000', '200229.178000', '200229.181000', '200229.184000', '200229.187000', '200229.189000', '200229.192000', '200229.195000', '200229.198000', '200229.210000', '200229.213000', '200229.217000', '200229.220000', '200229.223000', '200229.226000', '200229.229000', '200229.231000', '200229.234000', '200229.237000', '200229.240000', '200229.243000', '200229.245000', '200229.248000', '200229.251000', '200229.254000', '200229.257000', '200229.260000', '200229.262000', '200229.265000', '200229.268000', '200229.271000', '200229.274000', '200229.276000', '200229.279000', '200229.282000', '200229.285000', '200229.288000', '200229.292000', '200229.295000', '200229.298000', '200249.167000', '200249.170000', '200249.172000', '200249.175000', '200249.178000', '200249.181000', '200249.184000', '200249.187000', '200249.189000', '200249.192000', '200249.195000', '200249.198000', '200249.201000', '200249.203000', '200249.206000', '200249.209000', '200249.212000', '200249.215000', '200249.218000', '200249.220000', '200249.223000', '200249.226000', '200249.229000', '200249.232000', '200249.234000', '200249.237000', '200249.240000', '200249.243000', '200249.246000', '200249.248000', '200249.251000', '200249.254000', '200249.257000', '200249.260000', '200249.262000', '200249.265000', '200249.268000', '200249.271000', '200249.273000', '200249.276000', '200249.279000', '200249.282000', '200249.285000', '200249.288000', '200309.167000', '200309.170000', '200309.173000', '200309.175000', '200309.178000', '200309.181000', '200309.184000', '200309.187000', '200309.190000', '200309.192000', '200309.195000', '200309.198000', '200309.201000', '200309.204000', '200309.206000', '200309.209000', '200309.212000', '200309.215000', '200309.217000', '200309.220000', '200309.223000', '200309.226000', '200309.229000', '200309.231000', '200309.234000', '200309.237000', '200309.240000', '200309.243000', '200309.245000', '200309.248000', '200309.251000', '200309.254000', '200309.257000', '200309.259000', '200309.262000', '200309.265000', '200309.268000', '200309.271000', '200309.273000', '200309.276000', '200309.279000', '200309.282000', '200309.285000', '200329.167000', '200329.170000', '200329.173000', '200329.175000', '200329.178000', '200329.181000', '200329.184000', '200329.186000', '200329.189000', '200329.192000', '200329.195000', '200329.198000', '200329.201000', '200329.203000', '200329.206000', '200329.209000', '200329.212000', '200329.215000', '200329.217000', '200329.220000', '200329.223000', '200329.226000', '200329.229000', '200329.232000', '200329.235000', '200329.237000', '200329.240000', '200329.243000', '200329.246000', '200329.249000', '200329.251000', '200329.254000', '200329.257000', '200329.260000', '200329.263000', '200329.265000', '200329.268000', '200329.271000', '200329.274000', '200329.277000', '200329.279000', '200329.282000', '200329.285000', '200329.288000', '200349.167000', '200349.170000', '200349.173000', '200349.175000', '200349.178000', '200349.181000', '200349.184000', '200349.187000', '200349.190000', '200349.192000', '200349.195000', '200349.198000', '200349.201000', '200349.204000', '200349.206000', '200349.209000', '200349.212000', '200349.215000', '200349.218000', '200349.220000', '200349.223000', '200349.226000', '200349.229000', '200349.232000', '200349.235000', '200349.237000', '200349.240000', '200349.243000', '200349.246000', '200349.249000', '200349.252000', '200349.256000', '200349.259000', '200349.261000', '200349.264000', '200349.267000', '200349.270000', '200349.281000', '200349.284000', '200349.286000', '200349.289000', '200349.292000', '200349.295000', '200409.166000', '200409.169000', '200409.172000', '200409.174000', '200409.177000', '200409.180000', '200409.183000', '200409.186000', '200409.188000', '200409.191000', '200409.194000', '200409.197000', '200409.200000', '200409.203000', '200409.205000', '200409.208000', '200409.211000', '200409.214000', '200409.217000', '200409.220000', '200409.222000', '200409.225000', '200409.228000', '200409.231000', '200409.234000', '200409.237000', '200409.239000', '200409.242000', '200409.245000', '200409.248000', '200409.251000', '200409.253000', '200409.256000', '200409.259000', '200409.262000', '200409.264000', '200409.267000', '200409.270000', '200409.273000', '200409.276000', '200409.279000', '200409.281000', '200409.284000', '200409.287000', '200429.166000', '200429.169000', '200429.172000', '200429.174000', '200429.177000', '200429.180000', '200429.183000', '200429.186000', '200429.189000', '200429.192000', '200429.194000', '200429.197000', '200429.200000', '200429.203000', '200429.205000', '200429.208000', '200429.211000', '200429.214000', '200429.217000', '200429.219000', '200429.222000', '200429.225000', '200429.228000', '200429.231000', '200429.234000', '200429.236000', '200429.239000', '200429.242000', '200429.245000', '200429.248000', '200429.251000', '200429.253000', '200429.256000', '200429.259000', '200429.262000', '200429.265000', '200429.267000', '200429.270000', '200429.273000', '200429.276000', '200429.279000', '200429.281000', '200429.284000', '200449.167000', '200449.170000', '200449.173000', '200449.175000', '200449.178000', '200449.181000', '200449.184000', '200449.187000', '200449.190000', '200449.193000', '200449.195000', '200449.198000', '200449.201000', '200449.204000', '200449.207000', '200449.209000', '200449.212000', '200449.215000', '200449.218000', '200449.221000', '200449.223000', '200449.226000', '200449.229000', '200449.232000', '200449.235000', '200449.238000', '200449.240000', '200449.243000', '200449.246000', '200449.249000', '200449.252000', '200449.254000', '200449.257000', '200449.260000', '200449.263000', '200449.266000', '200449.269000', '200449.271000', '200449.274000', '200449.277000', '200449.280000', '200449.283000', '200449.286000', '200449.288000', '200509.167000', '200509.170000', '200509.173000', '200509.176000', '200509.179000', '200509.182000', '200509.184000', '200509.187000', '200509.190000', '200509.193000', '200509.196000', '200509.199000', '200509.201000', '200509.204000', '200509.207000', '200509.210000', '200509.213000', '200509.215000', '200509.218000', '200509.221000', '200509.224000', '200509.227000', '200509.229000', '200509.232000', '200509.235000', '200509.238000', '200509.241000', '200509.244000', '200509.246000', '200509.249000', '200509.252000', '200509.260000', '200509.263000', '200509.266000', '200509.268000', '200509.271000', '200509.274000', '200509.277000', '200509.280000', '200509.284000', '200509.287000', '200509.290000', '200509.294000', '200529.167000', '200529.170000', '200529.173000', '200529.175000', '200529.191000', '200529.194000', '200529.197000', '200529.199000', '200529.202000', '200529.205000', '200529.208000', '200529.211000', '200529.214000', '200529.216000', '200529.219000', '200529.222000', '200529.225000', '200529.228000', '200529.230000', '200529.233000', '200529.236000', '200529.239000', '200529.242000', '200529.244000', '200529.247000', '200529.250000', '200529.253000', '200529.256000', '200529.260000', '200529.262000', '200529.265000', '200529.268000', '200529.271000', '200529.274000', '200529.276000', '200529.279000', '200529.282000', '200529.285000', '200529.288000', '200529.291000', '200529.293000', '200529.296000', '200529.299000', '200529.302000', '200549.167000', '200549.170000', '200549.173000', '200549.176000', '200549.178000', '200549.181000', '200549.184000', '200549.187000', '200549.190000', '200549.192000', '200549.195000', '200549.198000', '200549.201000', '200549.204000', '200549.206000', '200549.209000', '200549.212000', '200549.215000', '200549.218000', '200549.220000', '200549.223000', '200549.226000', '200549.229000', '200549.232000', '200549.234000', '200549.237000', '200549.240000', '200549.243000', '200549.246000', '200549.249000', '200549.252000', '200549.254000', '200549.257000', '200549.260000', '200549.263000', '200549.266000', '200549.269000', '200549.271000', '200549.274000', '200549.277000', '200549.280000', '200549.282000', '200549.285000', '200609.167000', '200609.170000', '200609.173000', '200609.176000', '200609.179000', '200609.181000', '200609.184000', '200609.187000', '200609.190000', '200609.193000', '200609.195000', '200609.198000', '200609.201000', '200609.204000', '200609.207000', '200609.209000', '200609.212000', '200609.215000', '200609.218000', '200609.221000', '200609.224000', '200609.226000', '200609.229000', '200609.232000', '200609.235000', '200609.238000', '200609.240000', '200609.244000', '200609.247000', '200609.249000', '200609.252000', '200609.255000', '200609.258000', '200609.261000', '200609.264000', '200609.266000', '200609.269000', '200609.272000', '200609.275000', '200609.278000', '200609.280000', '200609.283000', '200609.286000', '200629.166000', '200629.169000', '200629.172000', '200629.175000', '200629.177000', '200629.180000', '200629.183000', '200629.186000', '200629.189000', '200629.191000', '200629.194000', '200629.197000', '200629.200000', '200629.203000', '200629.205000', '200629.208000', '200629.211000', '200629.214000', '200629.217000', '200629.219000', '200629.222000', '200629.225000', '200629.228000', '200629.231000', '200629.234000', '200629.236000', '200629.239000', '200629.242000', '200629.245000', '200629.248000', '200629.251000', '200629.253000', '200629.256000', '200629.259000', '200629.262000', '200629.265000', '200629.268000', '200629.270000', '200629.273000', '200629.276000', '200629.279000', '200629.282000', '200629.285000', '200629.287000', '200649.166000', '200649.169000', '200649.172000', '200649.175000', '200649.178000', '200649.181000', '200649.184000', '200649.186000', '200649.189000', '200649.192000', '200649.200000', '200649.203000', '200649.206000', '200649.209000', '200649.211000', '200649.227000', '200649.230000', '200649.233000', '200649.236000', '200649.239000', '200649.241000', '200649.244000', '200649.247000', '200649.250000', '200649.253000', '200649.255000', '200649.258000', '200649.261000', '200649.264000', '200649.267000', '200649.269000', '200649.272000', '200649.275000', '200649.278000', '200649.281000', '200649.284000', '200649.286000', '200649.289000', '200649.292000', '200649.295000', '200649.298000', '200649.300000', '200649.303000', '200709.167000', '200709.170000', '200709.173000', '200709.176000', '200709.178000', '200709.181000', '200709.184000', '200709.187000', '200709.190000', '200709.192000', '200709.195000', '200709.198000', '200709.201000', '200709.203000', '200709.206000', '200709.209000', '200709.212000', '200709.215000', '200709.218000', '200709.220000', '200709.223000', '200709.226000', '200709.229000', '200709.232000', '200709.235000', '200709.237000', '200709.240000', '200709.243000', '200709.246000', '200709.249000', '200709.252000', '200709.254000', '200709.257000', '200709.260000', '200709.263000', '200709.266000', '200709.269000', '200709.271000', '200709.274000', '200709.277000', '200709.280000', '200709.283000', '200709.285000', '200709.288000', '200729.167000', '200729.170000', '200729.173000', '200729.176000', '200729.178000', '200729.181000', '200729.184000', '200729.187000', '200729.190000', '200729.193000', '200729.195000', '200729.198000', '200729.201000', '200729.205000', '200729.208000', '200729.211000', '200729.214000', '200729.217000', '200729.219000', '200729.222000', '200729.225000', '200729.228000', '200729.231000', '200729.233000', '200729.236000', '200729.239000', '200729.242000', '200729.245000', '200729.248000', '200729.250000', '200729.253000', '200729.256000', '200729.259000', '200729.262000', '200729.264000', '200729.267000', '200729.270000', '200729.273000', '200729.275000', '200729.278000', '200729.281000', '200729.284000', '200729.287000', '200749.167000', '200749.170000', '200749.173000', '200749.176000', '200749.178000', '200749.181000', '200749.184000', '200749.187000', '200749.190000', '200749.192000', '200749.195000', '200749.198000', '200749.201000', '200749.204000', '200749.206000', '200749.209000', '200749.212000', '200749.215000', '200749.218000', '200749.220000', '200749.223000', '200749.226000', '200749.229000', '200749.232000', '200749.235000', '200749.237000', '200749.240000', '200749.243000', '200749.246000', '200749.249000', '200749.252000', '200749.255000', '200749.257000', '200749.260000', '200749.263000', '200749.266000', '200749.268000', '200749.271000', '200749.274000', '200749.277000', '200749.280000', '200749.282000', '200749.285000', '200749.288000', '200809.167000', '200809.170000', '200809.173000', '200809.176000', '200809.178000', '200809.181000', '200809.184000', '200809.187000', '200809.190000', '200809.192000', '200809.195000', '200809.198000', '200809.214000', '200809.217000', '200809.220000', '200809.223000', '200809.226000', '200809.228000', '200809.231000', '200809.234000', '200809.237000', '200809.239000', '200809.242000', '200809.245000', '200809.248000', '200809.251000', '200809.254000', '200809.256000', '200809.259000', '200809.262000', '200809.265000', '200809.268000', '200809.270000', '200809.273000', '200809.276000', '200809.279000', '200809.282000', '200809.284000', '200809.287000', '200809.290000', '200809.293000', '200809.296000', '200809.298000', '200829.167000', '200829.170000', '200829.173000', '200829.176000', '200829.178000', '200829.181000', '200829.184000', '200829.187000', '200829.190000', '200829.192000', '200829.195000', '200829.198000', '200829.201000', '200829.204000', '200829.207000', '200829.209000', '200829.212000', '200829.215000', '200829.218000', '200829.221000', '200829.223000', '200829.226000', '200829.229000', '200829.232000', '200829.235000', '200829.237000', '200829.240000', '200829.243000', '200829.246000', '200829.249000', '200829.252000', '200829.254000', '200829.257000', '200829.260000', '200829.263000', '200829.266000', '200829.269000', '200829.271000', '200829.274000', '200829.277000', '200829.280000', '200829.283000', '200829.285000', '200829.288000', '200849.167000', '200849.170000', '200849.173000', '200849.176000', '200849.179000', '200849.181000', '200849.184000', '200849.187000', '200849.190000', '200849.193000', '200849.195000', '200849.198000', '200849.201000', '200849.204000', '200849.207000', '200849.210000', '200849.212000', '200849.215000', '200849.218000', '200849.221000', '200849.224000', '200849.227000', '200849.230000', '200849.233000', '200849.235000', '200849.238000', '200849.241000', '200849.244000', '200849.247000', '200849.250000', '200849.252000', '200849.255000', '200849.258000', '200849.261000', '200849.264000', '200849.267000', '200849.270000', '200849.272000', '200849.275000', '200849.278000', '200849.281000', '200849.284000', '200849.287000', '200907.688000', '200907.692000', '200907.695000', '200907.698000', '200907.700000', '200907.703000', '200907.706000', '200907.709000', '200907.712000', '200907.714000', '200907.717000', '200907.720000', '200907.723000', '200907.726000', '200907.729000', '200907.731000', '200907.734000', '200907.737000', '200907.740000', '200907.743000', '200907.745000', '200907.748000', '200907.751000', '200907.754000', '200907.757000', '200907.759000', '200907.762000', '200907.765000', '200907.768000', '200907.771000', '200907.774000', '200907.776000', '200907.779000', '200907.782000', '200907.785000', '200907.788000', '200907.790000', '200907.793000', '200907.796000', '200907.799000', '200907.802000'], 'InstanceCreationTime': ['200009.200000', '200009.204000', '200009.207000', '200009.210000', '200009.212000', '200009.215000', '200009.218000', '200009.221000', '200009.224000', '200009.227000', '200009.230000', '200009.233000', '200009.236000', '200009.239000', '200009.242000', '200009.245000', '200009.248000', '200009.251000', '200009.254000', '200009.257000', '200009.259000', '200009.262000', '200009.265000', '200009.268000', '200009.271000', '200009.274000', '200009.277000', '200009.280000', '200009.283000', '200009.286000', '200009.289000', '200009.292000', '200009.295000', '200009.298000', '200009.300000', '200009.303000', '200009.307000', '200009.310000', '200029.167000', '200029.170000', '200029.173000', '200029.175000', '200029.178000', '200029.181000', '200029.184000', '200029.187000', '200029.189000', '200029.192000', '200029.195000', '200029.198000', '200029.201000', '200029.203000', '200029.206000', '200029.209000', '200029.212000', '200029.214000', '200029.217000', '200029.220000', '200029.223000', '200029.226000', '200029.229000', '200029.232000', '200029.234000', '200029.237000', '200029.240000', '200029.243000', '200029.245000', '200029.248000', '200029.251000', '200029.254000', '200029.257000', '200029.259000', '200029.262000', '200029.265000', '200029.268000', '200029.271000', '200029.277000', '200029.280000', '200029.283000', '200029.285000', '200029.288000', '200049.167000', '200049.170000', '200049.173000', '200049.175000', '200049.178000', '200049.181000', '200049.184000', '200049.187000', '200049.189000', '200049.192000', '200049.195000', '200049.198000', '200049.200000', '200049.203000', '200049.206000', '200049.209000', '200049.212000', '200049.220000', '200049.222000', '200049.225000', '200049.228000', '200049.231000', '200049.234000', '200049.236000', '200049.239000', '200049.242000', '200049.245000', '200049.247000', '200049.250000', '200049.253000', '200049.256000', '200049.259000', '200049.261000', '200049.264000', '200049.267000', '200049.270000', '200049.272000', '200049.275000', '200049.278000', '200049.281000', '200049.283000', '200049.286000', '200049.289000', '200049.292000', '200109.167000', '200109.170000', '200109.173000', '200109.176000', '200109.179000', '200109.182000', '200109.185000', '200109.188000', '200109.190000', '200109.193000', '200109.196000', '200109.199000', '200109.202000', '200109.204000', '200109.207000', '200109.210000', '200109.213000', '200109.216000', '200109.219000', '200109.221000', '200109.224000', '200109.227000', '200109.230000', '200109.233000', '200109.236000', '200109.239000', '200109.242000', '200109.244000', '200109.247000', '200109.250000', '200109.253000', '200109.256000', '200109.259000', '200109.262000', '200109.264000', '200109.267000', '200109.270000', '200109.273000', '200109.275000', '200109.278000', '200109.281000', '200109.284000', '200109.287000', '200129.167000', '200129.170000', '200129.173000', '200129.175000', '200129.178000', '200129.181000', '200129.184000', '200129.186000', '200129.189000', '200129.192000', '200129.195000', '200129.198000', '200129.200000', '200129.203000', '200129.206000', '200129.209000', '200129.212000', '200129.215000', '200129.217000', '200129.220000', '200129.223000', '200129.226000', '200129.229000', '200129.231000', '200129.234000', '200129.237000', '200129.240000', '200129.243000', '200129.246000', '200129.248000', '200129.251000', '200129.254000', '200129.257000', '200129.260000', '200129.262000', '200129.265000', '200129.268000', '200129.271000', '200129.274000', '200129.276000', '200129.279000', '200129.282000', '200129.285000', '200129.288000', '200149.166000', '200149.169000', '200149.172000', '200149.174000', '200149.177000', '200149.180000', '200149.183000', '200149.186000', '200149.188000', '200149.191000', '200149.194000', '200149.197000', '200149.200000', '200149.203000', '200149.205000', '200149.208000', '200149.211000', '200149.214000', '200149.217000', '200149.219000', '200149.222000', '200149.225000', '200149.228000', '200149.231000', '200149.233000', '200149.236000', '200149.239000', '200149.242000', '200149.245000', '200149.248000', '200149.251000', '200149.253000', '200149.256000', '200149.259000', '200149.262000', '200149.265000', '200149.268000', '200149.270000', '200149.273000', '200149.276000', '200149.279000', '200149.281000', '200149.284000', '200209.166000', '200209.169000', '200209.172000', '200209.174000', '200209.177000', '200209.180000', '200209.183000', '200209.186000', '200209.188000', '200209.191000', '200209.194000', '200209.197000', '200209.200000', '200209.202000', '200209.205000', '200209.208000', '200209.211000', '200209.214000', '200209.216000', '200209.219000', '200209.222000', '200209.225000', '200209.228000', '200209.230000', '200209.233000', '200209.236000', '200209.239000', '200209.242000', '200209.245000', '200209.247000', '200209.250000', '200209.253000', '200209.256000', '200209.258000', '200209.261000', '200209.264000', '200209.267000', '200209.270000', '200209.273000', '200209.275000', '200209.278000', '200209.281000', '200209.284000', '200209.287000', '200229.167000', '200229.170000', '200229.173000', '200229.176000', '200229.178000', '200229.181000', '200229.184000', '200229.187000', '200229.189000', '200229.192000', '200229.195000', '200229.198000', '200229.210000', '200229.213000', '200229.217000', '200229.220000', '200229.223000', '200229.226000', '200229.229000', '200229.231000', '200229.234000', '200229.237000', '200229.240000', '200229.243000', '200229.245000', '200229.248000', '200229.251000', '200229.254000', '200229.257000', '200229.260000', '200229.262000', '200229.265000', '200229.268000', '200229.271000', '200229.274000', '200229.276000', '200229.279000', '200229.282000', '200229.285000', '200229.288000', '200229.292000', '200229.295000', '200229.298000', '200249.167000', '200249.170000', '200249.172000', '200249.175000', '200249.178000', '200249.181000', '200249.184000', '200249.187000', '200249.189000', '200249.192000', '200249.195000', '200249.198000', '200249.201000', '200249.203000', '200249.206000', '200249.209000', '200249.212000', '200249.215000', '200249.218000', '200249.220000', '200249.223000', '200249.226000', '200249.229000', '200249.232000', '200249.234000', '200249.237000', '200249.240000', '200249.243000', '200249.246000', '200249.248000', '200249.251000', '200249.254000', '200249.257000', '200249.260000', '200249.262000', '200249.265000', '200249.268000', '200249.271000', '200249.273000', '200249.276000', '200249.279000', '200249.282000', '200249.285000', '200249.288000', '200309.167000', '200309.170000', '200309.173000', '200309.175000', '200309.178000', '200309.181000', '200309.184000', '200309.187000', '200309.190000', '200309.192000', '200309.195000', '200309.198000', '200309.201000', '200309.204000', '200309.206000', '200309.209000', '200309.212000', '200309.215000', '200309.217000', '200309.220000', '200309.223000', '200309.226000', '200309.229000', '200309.231000', '200309.234000', '200309.237000', '200309.240000', '200309.243000', '200309.245000', '200309.248000', '200309.251000', '200309.254000', '200309.257000', '200309.259000', '200309.262000', '200309.265000', '200309.268000', '200309.271000', '200309.273000', '200309.276000', '200309.279000', '200309.282000', '200309.285000', '200329.167000', '200329.170000', '200329.173000', '200329.175000', '200329.178000', '200329.181000', '200329.184000', '200329.186000', '200329.189000', '200329.192000', '200329.195000', '200329.198000', '200329.201000', '200329.203000', '200329.206000', '200329.209000', '200329.212000', '200329.215000', '200329.217000', '200329.220000', '200329.223000', '200329.226000', '200329.229000', '200329.232000', '200329.235000', '200329.237000', '200329.240000', '200329.243000', '200329.246000', '200329.249000', '200329.251000', '200329.254000', '200329.257000', '200329.260000', '200329.263000', '200329.265000', '200329.268000', '200329.271000', '200329.274000', '200329.277000', '200329.279000', '200329.282000', '200329.285000', '200329.288000', '200349.167000', '200349.170000', '200349.173000', '200349.175000', '200349.178000', '200349.181000', '200349.184000', '200349.187000', '200349.190000', '200349.192000', '200349.195000', '200349.198000', '200349.201000', '200349.204000', '200349.206000', '200349.209000', '200349.212000', '200349.215000', '200349.218000', '200349.220000', '200349.223000', '200349.226000', '200349.229000', '200349.232000', '200349.235000', '200349.237000', '200349.240000', '200349.243000', '200349.246000', '200349.249000', '200349.252000', '200349.256000', '200349.259000', '200349.261000', '200349.264000', '200349.267000', '200349.270000', '200349.281000', '200349.284000', '200349.286000', '200349.289000', '200349.292000', '200349.295000', '200409.166000', '200409.169000', '200409.172000', '200409.174000', '200409.177000', '200409.180000', '200409.183000', '200409.186000', '200409.188000', '200409.191000', '200409.194000', '200409.197000', '200409.200000', '200409.203000', '200409.205000', '200409.208000', '200409.211000', '200409.214000', '200409.217000', '200409.220000', '200409.222000', '200409.225000', '200409.228000', '200409.231000', '200409.234000', '200409.237000', '200409.239000', '200409.242000', '200409.245000', '200409.248000', '200409.251000', '200409.253000', '200409.256000', '200409.259000', '200409.262000', '200409.264000', '200409.267000', '200409.270000', '200409.273000', '200409.276000', '200409.279000', '200409.281000', '200409.284000', '200409.287000', '200429.166000', '200429.169000', '200429.172000', '200429.174000', '200429.177000', '200429.180000', '200429.183000', '200429.186000', '200429.189000', '200429.192000', '200429.194000', '200429.197000', '200429.200000', '200429.203000', '200429.205000', '200429.208000', '200429.211000', '200429.214000', '200429.217000', '200429.219000', '200429.222000', '200429.225000', '200429.228000', '200429.231000', '200429.234000', '200429.236000', '200429.239000', '200429.242000', '200429.245000', '200429.248000', '200429.251000', '200429.253000', '200429.256000', '200429.259000', '200429.262000', '200429.265000', '200429.267000', '200429.270000', '200429.273000', '200429.276000', '200429.279000', '200429.281000', '200429.284000', '200449.167000', '200449.170000', '200449.173000', '200449.175000', '200449.178000', '200449.181000', '200449.184000', '200449.187000', '200449.190000', '200449.193000', '200449.195000', '200449.198000', '200449.201000', '200449.204000', '200449.207000', '200449.209000', '200449.212000', '200449.215000', '200449.218000', '200449.221000', '200449.223000', '200449.226000', '200449.229000', '200449.232000', '200449.235000', '200449.238000', '200449.240000', '200449.243000', '200449.246000', '200449.249000', '200449.252000', '200449.254000', '200449.257000', '200449.260000', '200449.263000', '200449.266000', '200449.269000', '200449.271000', '200449.274000', '200449.277000', '200449.280000', '200449.283000', '200449.286000', '200449.288000', '200509.167000', '200509.170000', '200509.173000', '200509.176000', '200509.179000', '200509.182000', '200509.184000', '200509.187000', '200509.190000', '200509.193000', '200509.196000', '200509.199000', '200509.201000', '200509.204000', '200509.207000', '200509.210000', '200509.213000', '200509.215000', '200509.218000', '200509.221000', '200509.224000', '200509.227000', '200509.229000', '200509.232000', '200509.235000', '200509.238000', '200509.241000', '200509.244000', '200509.246000', '200509.249000', '200509.252000', '200509.260000', '200509.263000', '200509.266000', '200509.268000', '200509.271000', '200509.274000', '200509.277000', '200509.280000', '200509.284000', '200509.287000', '200509.290000', '200509.294000', '200529.167000', '200529.170000', '200529.173000', '200529.175000', '200529.191000', '200529.194000', '200529.197000', '200529.199000', '200529.202000', '200529.205000', '200529.208000', '200529.211000', '200529.214000', '200529.216000', '200529.219000', '200529.222000', '200529.225000', '200529.228000', '200529.230000', '200529.233000', '200529.236000', '200529.239000', '200529.242000', '200529.244000', '200529.247000', '200529.250000', '200529.253000', '200529.256000', '200529.260000', '200529.262000', '200529.265000', '200529.268000', '200529.271000', '200529.274000', '200529.276000', '200529.279000', '200529.282000', '200529.285000', '200529.288000', '200529.291000', '200529.293000', '200529.296000', '200529.299000', '200529.302000', '200549.167000', '200549.170000', '200549.173000', '200549.176000', '200549.178000', '200549.181000', '200549.184000', '200549.187000', '200549.190000', '200549.192000', '200549.195000', '200549.198000', '200549.201000', '200549.204000', '200549.206000', '200549.209000', '200549.212000', '200549.215000', '200549.218000', '200549.220000', '200549.223000', '200549.226000', '200549.229000', '200549.232000', '200549.234000', '200549.237000', '200549.240000', '200549.243000', '200549.246000', '200549.249000', '200549.252000', '200549.254000', '200549.257000', '200549.260000', '200549.263000', '200549.266000', '200549.269000', '200549.271000', '200549.274000', '200549.277000', '200549.280000', '200549.282000', '200549.285000', '200609.167000', '200609.170000', '200609.173000', '200609.176000', '200609.179000', '200609.181000', '200609.184000', '200609.187000', '200609.190000', '200609.193000', '200609.195000', '200609.198000', '200609.201000', '200609.204000', '200609.207000', '200609.209000', '200609.212000', '200609.215000', '200609.218000', '200609.221000', '200609.224000', '200609.226000', '200609.229000', '200609.232000', '200609.235000', '200609.238000', '200609.240000', '200609.244000', '200609.247000', '200609.249000', '200609.252000', '200609.255000', '200609.258000', '200609.261000', '200609.264000', '200609.266000', '200609.269000', '200609.272000', '200609.275000', '200609.278000', '200609.280000', '200609.283000', '200609.286000', '200629.166000', '200629.169000', '200629.172000', '200629.175000', '200629.177000', '200629.180000', '200629.183000', '200629.186000', '200629.189000', '200629.191000', '200629.194000', '200629.197000', '200629.200000', '200629.203000', '200629.205000', '200629.208000', '200629.211000', '200629.214000', '200629.217000', '200629.219000', '200629.222000', '200629.225000', '200629.228000', '200629.231000', '200629.234000', '200629.236000', '200629.239000', '200629.242000', '200629.245000', '200629.248000', '200629.251000', '200629.253000', '200629.256000', '200629.259000', '200629.262000', '200629.265000', '200629.268000', '200629.270000', '200629.273000', '200629.276000', '200629.279000', '200629.282000', '200629.285000', '200629.287000', '200649.166000', '200649.169000', '200649.172000', '200649.175000', '200649.178000', '200649.181000', '200649.184000', '200649.186000', '200649.189000', '200649.192000', '200649.200000', '200649.203000', '200649.206000', '200649.209000', '200649.211000', '200649.227000', '200649.230000', '200649.233000', '200649.236000', '200649.239000', '200649.241000', '200649.244000', '200649.247000', '200649.250000', '200649.253000', '200649.255000', '200649.258000', '200649.261000', '200649.264000', '200649.267000', '200649.269000', '200649.272000', '200649.275000', '200649.278000', '200649.281000', '200649.284000', '200649.286000', '200649.289000', '200649.292000', '200649.295000', '200649.298000', '200649.300000', '200649.303000', '200709.167000', '200709.170000', '200709.173000', '200709.176000', '200709.178000', '200709.181000', '200709.184000', '200709.187000', '200709.190000', '200709.192000', '200709.195000', '200709.198000', '200709.201000', '200709.203000', '200709.206000', '200709.209000', '200709.212000', '200709.215000', '200709.218000', '200709.220000', '200709.223000', '200709.226000', '200709.229000', '200709.232000', '200709.235000', '200709.237000', '200709.240000', '200709.243000', '200709.246000', '200709.249000', '200709.252000', '200709.254000', '200709.257000', '200709.260000', '200709.263000', '200709.266000', '200709.269000', '200709.271000', '200709.274000', '200709.277000', '200709.280000', '200709.283000', '200709.285000', '200709.288000', '200729.167000', '200729.170000', '200729.173000', '200729.176000', '200729.178000', '200729.181000', '200729.184000', '200729.187000', '200729.190000', '200729.193000', '200729.195000', '200729.198000', '200729.201000', '200729.205000', '200729.208000', '200729.211000', '200729.214000', '200729.217000', '200729.219000', '200729.222000', '200729.225000', '200729.228000', '200729.231000', '200729.233000', '200729.236000', '200729.239000', '200729.242000', '200729.245000', '200729.248000', '200729.250000', '200729.253000', '200729.256000', '200729.259000', '200729.262000', '200729.264000', '200729.267000', '200729.270000', '200729.273000', '200729.275000', '200729.278000', '200729.281000', '200729.284000', '200729.287000', '200749.167000', '200749.170000', '200749.173000', '200749.176000', '200749.178000', '200749.181000', '200749.184000', '200749.187000', '200749.190000', '200749.192000', '200749.195000', '200749.198000', '200749.201000', '200749.204000', '200749.206000', '200749.209000', '200749.212000', '200749.215000', '200749.218000', '200749.220000', '200749.223000', '200749.226000', '200749.229000', '200749.232000', '200749.235000', '200749.237000', '200749.240000', '200749.243000', '200749.246000', '200749.249000', '200749.252000', '200749.255000', '200749.257000', '200749.260000', '200749.263000', '200749.266000', '200749.268000', '200749.271000', '200749.274000', '200749.277000', '200749.280000', '200749.282000', '200749.285000', '200749.288000', '200809.167000', '200809.170000', '200809.173000', '200809.176000', '200809.178000', '200809.181000', '200809.184000', '200809.187000', '200809.190000', '200809.192000', '200809.195000', '200809.198000', '200809.214000', '200809.217000', '200809.220000', '200809.223000', '200809.226000', '200809.228000', '200809.231000', '200809.234000', '200809.237000', '200809.239000', '200809.242000', '200809.245000', '200809.248000', '200809.251000', '200809.254000', '200809.256000', '200809.259000', '200809.262000', '200809.265000', '200809.268000', '200809.270000', '200809.273000', '200809.276000', '200809.279000', '200809.282000', '200809.284000', '200809.287000', '200809.290000', '200809.293000', '200809.296000', '200809.298000', '200829.167000', '200829.170000', '200829.173000', '200829.176000', '200829.178000', '200829.181000', '200829.184000', '200829.187000', '200829.190000', '200829.192000', '200829.195000', '200829.198000', '200829.201000', '200829.204000', '200829.207000', '200829.209000', '200829.212000', '200829.215000', '200829.218000', '200829.221000', '200829.223000', '200829.226000', '200829.229000', '200829.232000', '200829.235000', '200829.237000', '200829.240000', '200829.243000', '200829.246000', '200829.249000', '200829.252000', '200829.254000', '200829.257000', '200829.260000', '200829.263000', '200829.266000', '200829.269000', '200829.271000', '200829.274000', '200829.277000', '200829.280000', '200829.283000', '200829.285000', '200829.288000', '200849.167000', '200849.170000', '200849.173000', '200849.176000', '200849.179000', '200849.181000', '200849.184000', '200849.187000', '200849.190000', '200849.193000', '200849.195000', '200849.198000', '200849.201000', '200849.204000', '200849.207000', '200849.210000', '200849.212000', '200849.215000', '200849.218000', '200849.221000', '200849.224000', '200849.227000', '200849.230000', '200849.233000', '200849.235000', '200849.238000', '200849.241000', '200849.244000', '200849.247000', '200849.250000', '200849.252000', '200849.255000', '200849.258000', '200849.261000', '200849.264000', '200849.267000', '200849.270000', '200849.272000', '200849.275000', '200849.278000', '200849.281000', '200849.284000', '200849.287000', '200907.688000', '200907.692000', '200907.695000', '200907.698000', '200907.700000', '200907.703000', '200907.706000', '200907.709000', '200907.712000', '200907.714000', '200907.717000', '200907.720000', '200907.723000', '200907.726000', '200907.729000', '200907.731000', '200907.734000', '200907.737000', '200907.740000', '200907.743000', '200907.745000', '200907.748000', '200907.751000', '200907.754000', '200907.757000', '200907.759000', '200907.762000', '200907.765000', '200907.768000', '200907.771000', '200907.774000', '200907.776000', '200907.779000', '200907.782000', '200907.785000', '200907.788000', '200907.790000', '200907.793000', '200907.796000', '200907.799000', '200907.802000'], '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], 'LargestImagePixelValue': [15700, 11802, 13892, 10780, 12988, 9219, 12742, 13413, 11299, 13825, 10063, 13009, 14676, 12891, 13855, 11406, 13695, 14684, 12342, 13412, 13721, 11449, 13752, 10835, 13233, 13210, 11940, 13329, 13583, 11217, 13568, 11408, 13814, 14069, 12118, 13458, 12061, 11203, 13976, 10651, 13553, 13817, 11009, 13350, 10188, 13104, 10706, 13457, 10515, 12883, 15119, 15779, 12225, 13886, 10289, 12819, 12649, 10892, 13275, 15300, 10930, 13308, 10938, 12716, 11524, 10811, 13387, 15352, 11883, 13238, 12771, 12142, 11234, 11471, 13392, 14675, 11393, 13725, 13797, 12279, 12023, 12240, 13736, 14814, 11759, 13418, 13293, 11691, 11260, 11203, 13391, 11932, 12267, 13692, 12569, 12283, 13166, 10808, 12994, 11580, 11365, 13765, 9734, 12960, 11900, 12237, 13514, 12783, 12524, 13813, 10414, 12870, 11740, 12656, 10601, 10807, 13418, 15764, 10776, 13249, 12720, 11890, 10419, 10802, 13029, 14218, 10205, 13586, 10749, 12700, 9555, 12011, 13304, 17484, 11575, 13678, 11652, 12557, 10477, 12377, 13263, 10584, 13518, 14762, 10910, 13279, 11473, 13201, 9358, 12205, 13557, 18411, 12734, 13529, 11666, 13069, 10313, 12009, 13442, 10857, 13287, 10824, 12254, 16148, 11240, 13288, 10733, 12688, 12815, 11021, 13138, 11432, 12911, 11882, 12058, 13407, 16880, 11649, 13546, 14548, 11023, 13498, 9227, 12465, 13613, 9890, 12958, 13486, 12413, 13011, 9859, 12469, 13677, 12950, 12679, 13849, 9563, 13265, 12566, 11783, 14098, 9794, 13552, 14185, 11433, 13731, 12206, 13529, 13006, 12142, 13511, 11862, 13438, 14010, 12719, 13478, 11331, 13675, 10651, 12975, 13813, 11590, 13524, 12178, 13159, 12516, 12432, 11341, 11067, 13183, 12002, 12900, 13040, 12627, 14922, 11991, 13336, 11286, 13572, 12600, 13183, 10978, 10132, 10667, 10382, 12089, 10835, 12259, 12759, 13299, 11633, 13510, 15760, 11695, 13781, 13953, 12395, 16541, 11677, 13869, 11389, 13358, 15482, 11819, 13365, 12252, 13437, 9282, 12732, 10837, 11387, 13148, 9881, 12538, 11487, 12239, 13294, 10301, 13065, 15315, 10714, 13138, 9589, 12970, 10761, 11377, 10896, 11524, 9965, 11673, 13649, 11433, 12590, 11603, 13530, 11530, 12695, 14559, 11813, 14876, 11022, 12614, 11728, 11137, 12361, 12072, 10640, 13940, 11762, 16129, 12314, 14619, 11674, 10834, 11226, 16332, 18492, 12830, 12806, 11474, 11880, 10098, 11097, 10250, 10880, 11764, 10934, 11884, 10532, 11141, 12700, 11279, 11949, 10467, 11291, 13233, 11050, 11857, 10784, 11509, 15791, 11853, 15547, 12439, 12258, 11592, 11055, 12344, 13597, 13298, 16251, 13043, 15036, 12742, 11536, 13453, 12500, 12935, 12801, 12693, 15597, 13129, 11726, 13131, 12421, 16099, 13166, 13728, 12848, 12327, 13072, 13042, 12127, 14263, 12193, 17315, 12855, 11636, 12730, 12413, 13168, 12682, 13754, 12963, 13915, 12616, 12262, 12451, 12182, 11250, 12544, 11590, 11965, 11737, 12153, 11722, 12044, 11987, 12767, 12485, 11374, 12532, 11740, 12440, 11698, 11917, 12202, 13361, 12285, 13926, 12701, 11840, 12522, 11615, 12283, 12150, 16707, 12181, 15951, 12176, 11808, 12107, 11590, 14548, 11956, 12902, 12304, 11734, 12283, 12106, 11905, 12130, 12033, 14447, 12151, 12836, 12312, 12305, 11133, 12046, 12086, 11543, 11638, 14780, 11713, 11133, 11597, 11850, 14604, 11201, 11391, 13866, 11490, 11584, 11646, 12103, 11331, 11760, 11698, 10762, 11581, 14514, 12020, 11589, 11159, 11764, 12931, 12233, 11268, 13368, 11198, 11927, 12192, 10708, 11383, 12327, 11187, 11022, 11060, 12134, 11623, 13997, 11462, 12451, 11181, 11560, 10378, 11960, 11934, 15534, 11530, 13071, 10712, 11382, 10685, 11865, 11968, 17554, 12699, 11938, 13585, 11119, 11940, 11182, 11321, 10645, 11438, 13171, 11166, 13023, 11241, 11813, 13566, 11295, 13612, 11073, 13493, 13062, 11717, 12770, 11436, 11844, 14534, 10740, 14397, 11461, 11811, 11072, 11319, 12627, 10839, 11643, 15043, 11456, 11778, 11287, 11877, 12531, 10907, 11929, 11305, 11615, 12797, 11361, 12345, 10224, 11625, 13919, 11681, 12229, 11088, 11905, 13911, 10474, 12463, 10838, 11537, 12679, 10967, 12020, 10162, 11357, 14381, 11445, 12118, 11461, 12036, 12360, 10725, 13313, 11072, 11847, 10834, 11446, 12972, 11271, 12206, 14636, 10443, 13162, 10802, 11881, 12377, 10914, 12182, 10702, 11770, 13091, 11043, 12193, 10919, 11774, 13587, 10598, 12016, 10401, 11773, 11898, 11432, 12518, 10429, 11572, 13747, 10925, 12743, 11071, 12030, 12975, 10473, 12347, 10410, 12059, 13956, 10914, 12158, 10491, 11753, 13332, 10426, 11957, 10248, 11806, 12170, 10574, 12128, 13218, 10217, 12305, 10241, 11339, 9873, 10598, 11718, 10296, 11155, 14672, 10421, 11577, 10403, 11518, 9983, 10520, 12910, 10464, 11893, 10178, 11238, 13369, 10986, 12262, 14449, 11000, 11939, 10268, 10985, 12316, 10573, 11721, 10297, 10956, 12715, 10363, 11846, 10041, 11336, 13609, 10490, 11929, 14482, 10566, 12235, 10076, 11700, 11436, 10647, 12254, 10444, 11053, 14073, 10891, 12013, 10399, 11737, 12576, 10717, 12147, 10858, 11673, 13890, 10650, 12261, 10366, 11747, 11718, 10685, 14879, 10533, 11856, 9794, 10964, 12135, 10471, 11412, 13160, 10730, 11900, 10596, 11728, 10306, 11359, 15789, 11717, 12496, 10209, 11618, 9852, 10411, 12725, 10555, 11986, 10432, 11211, 13110, 12308, 11025, 12111, 12367, 15324, 10939, 15062, 12083, 13599, 11239, 12392, 11330, 12246, 14829, 11030, 15417, 11218, 12381, 10228, 11405, 13198, 10366, 13190, 10716, 11839, 13223, 11264, 12556, 10722, 11879, 15001, 11402, 12300, 11243, 11997, 11371, 10591, 12314, 11150, 11106, 14053, 10994, 11718, 10336, 11000, 12207, 10159, 11876, 10504, 11556, 13394, 11158, 12043, 10157, 11516, 14501, 11409, 12171, 11052, 11992, 11521, 10732, 13347, 10556, 12039, 11240, 11254, 11833, 10483, 12163, 12008, 10747, 13912, 10854, 11889, 10881, 11924, 12564, 10487, 12462, 10253, 11740, 10207, 11176, 12037, 10948, 12248, 11718, 10551, 13897, 10822, 11903, 10227, 11670, 12889, 10643, 11769, 9915, 11183, 12273, 10421, 12063, 10589, 11054, 15127, 10512, 12397, 10994, 11901, 14668, 10435, 13095, 10990, 12297, 10258, 11476, 12617, 10548, 12640, 14191, 11722, 12770, 11288, 12407, 12175, 10823, 12625, 10465, 11705, 13643, 10774, 12285, 10407, 12014, 13299, 10316, 12524, 10441, 11777, 10380, 10566, 12522, 10635, 11874, 14975, 10692, 12327, 11800, 10961, 12384, 10655, 10659, 12066, 10217, 11651, 10122, 10015, 11677, 10683, 10953, 13594, 10761, 12043, 10317, 11362, 12336, 10875, 11896, 10617, 11599, 9871, 11273, 11941, 10698, 11703, 15721, 11482, 11906, 10234, 11613, 10002, 10852, 12793, 10307, 11687, 15316, 11206, 13837, 10784, 12269, 10665, 11699, 13574, 10809, 11645, 10793, 11297, 14208, 10718, 11738, 10678, 11439, 10293, 11248, 13685, 11017, 14000, 10977, 11465, 10578, 11196, 13709, 10290, 12197, 11851, 11078, 13337, 10941, 11545, 10477, 10315, 12427, 10448, 11159, 10225, 10554, 10058, 10354, 11465, 11399, 10538, 14476, 10718, 11622, 10519, 11646, 12217, 10930, 11384, 10759, 11751, 12718, 10800, 12267, 10647, 11644, 14904, 10655, 12870, 10273, 11885, 10531, 10563, 13208, 10854, 12491, 10689, 10962, 13026, 10507, 12067, 10414, 11883, 14146, 10987, 13024, 10668, 11895, 10373, 11069, 11085, 10611, 11888, 11878, 11105, 11508, 11937, 12091, 11551, 11460, 12034, 11554, 13751, 11007, 12574, 11410, 12296, 10453, 11940, 10574, 11771, 12203, 11722, 11225, 12660, 11526, 10732, 12165, 12536, 11872, 10910, 11327, 11562, 11674, 12875, 10567, 11459, 11071, 11768, 13905, 10584, 13420, 11219, 12801, 15577, 10904, 12285, 10723, 12155, 14126, 10650, 12555, 11349, 10311, 11061, 10427, 10359, 10530, 10978, 10207, 14421, 11100, 11413, 10523, 11057, 13692, 10992, 10902, 13466, 10829, 11644, 12227, 10299, 11637, 10606, 10304, 10200, 10278, 10085, 11000, 13418, 14656, 10508, 13490, 10334, 11623, 11009, 11177, 14879, 10791, 11314, 14042, 10628, 11107, 10182, 10641, 11480, 13098, 10301, 11319, 10582, 10231, 10208, 10797, 10383, 10458, 11494, 16490, 10894, 11129, 13947, 10360, 12259, 10420, 11670, 12314, 10706, 11557, 13575, 10923, 12328, 10062, 10902, 12781, 14531, 10467, 12561, 13010, 10483, 12380, 10421, 11636, 12478, 10552, 11423, 14465, 10208, 12005, 10189, 12247, 14705, 10530, 12007, 12392, 10681, 11822, 10321, 12241, 10507, 11530, 12666, 17773, 12859, 12586, 10306, 12555, 13553, 10966, 12478, 15326, 11979, 12207, 10091, 11808, 11802, 10607, 12490, 12270, 11344, 13302, 10555, 10875, 10616, 12379, 14675, 10802, 12272, 13972, 10332, 12246, 10356, 11750, 12473, 11965, 11051, 12642, 10390, 11490, 10171, 11512, 10495, 10808, 12025, 10570, 11887, 11890, 11201, 14663, 10601, 12438, 10350, 11774, 13377, 10889, 12034, 10597, 11662, 14034, 10658, 12133, 10812, 11334, 14145, 11984, 15643, 11652], 'WindowCenter': [4468.0, 4409.0, 4413.0, 4370.0, 4404.0, 4360.0, 4400.0, 4398.0, 4378.0, 4398.0, 4357.0, 4388.0, 4401.0, 4391.0, 4400.0, 4378.0, 4401.0, 4399.0, 4376.0, 4387.0, 4387.0, 4366.0, 4386.0, 4355.0, 4385.0, 4386.0, 4363.0, 4387.0, 4387.0, 4365.0, 4373.0, 4367.0, 4385.0, 4384.0, 4365.0, 4374.0, 4363.0, 4363.0, 4384.0, 4382.0, 4426.0, 4397.0, 4366.0, 4386.0, 4355.0, 4387.0, 4378.0, 4398.0, 4367.0, 4400.0, 4412.0, 4408.0, 4376.0, 4388.0, 4354.0, 4375.0, 4375.0, 4365.0, 4384.0, 4394.0, 4354.0, 4384.0, 4352.0, 4375.0, 4363.0, 4364.0, 4386.0, 4394.0, 4362.0, 4373.0, 4373.0, 4363.0, 4362.0, 4375.0, 4386.0, 4385.0, 4363.0, 4385.0, 4382.0, 4363.0, 4362.0, 4376.0, 4386.0, 4384.0, 4364.0, 4384.0, 4371.0, 4362.0, 4351.0, 4364.0, 4384.0, 4363.0, 4373.0, 4385.0, 4371.0, 4363.0, 4372.0, 4364.0, 4385.0, 4363.0, 4376.0, 4396.0, 4353.0, 4386.0, 4376.0, 4377.0, 4388.0, 4375.0, 4373.0, 4385.0, 4352.0, 4375.0, 4374.0, 4386.0, 4366.0, 4365.0, 4387.0, 4395.0, 4365.0, 4383.0, 4374.0, 4373.0, 4353.0, 4365.0, 4386.0, 4384.0, 4354.0, 4386.0, 4364.0, 4384.0, 4356.0, 4388.0, 4398.0, 4406.0, 4375.0, 4385.0, 4362.0, 4375.0, 4364.0, 4387.0, 4385.0, 4368.0, 4399.0, 4399.0, 4368.0, 4387.0, 4375.0, 4400.0, 4356.0, 4389.0, 4400.0, 4419.0, 4385.0, 4385.0, 4364.0, 4384.0, 4353.0, 4374.0, 4385.0, 4365.0, 4386.0, 4366.0, 4377.0, 4409.0, 4378.0, 4396.0, 4376.0, 4387.0, 4386.0, 4376.0, 4385.0, 4375.0, 4389.0, 4387.0, 4389.0, 4400.0, 4407.0, 4376.0, 4385.0, 4383.0, 4364.0, 4384.0, 4343.0, 4374.0, 4384.0, 4342.0, 4385.0, 4383.0, 4374.0, 4384.0, 4354.0, 4386.0, 4396.0, 4374.0, 4373.0, 4385.0, 4343.0, 4373.0, 4375.0, 4375.0, 4395.0, 4355.0, 4387.0, 4386.0, 4365.0, 4386.0, 4374.0, 4386.0, 4385.0, 4374.0, 4386.0, 4374.0, 4385.0, 4385.0, 4374.0, 4386.0, 4364.0, 4397.0, 4379.0, 4399.0, 4400.0, 4376.0, 4387.0, 4387.0, 4388.0, 4376.0, 4387.0, 4364.0, 4365.0, 4383.0, 4373.0, 4385.0, 4383.0, 4374.0, 4395.0, 4377.0, 4382.0, 4364.0, 4383.0, 4373.0, 4372.0, 4364.0, 4354.0, 4377.0, 4366.0, 4400.0, 4379.0, 4399.0, 4398.0, 4400.0, 4389.0, 4400.0, 4410.0, 4387.0, 4400.0, 4397.0, 4375.0, 4407.0, 4376.0, 4395.0, 4375.0, 4385.0, 4396.0, 4374.0, 4384.0, 4373.0, 4384.0, 4343.0, 4385.0, 4364.0, 4375.0, 4398.0, 4365.0, 4388.0, 4377.0, 4388.0, 4398.0, 4367.0, 4385.0, 4408.0, 4366.0, 4385.0, 4343.0, 4399.0, 4390.0, 4391.0, 4378.0, 4376.0, 4380.0, 4390.0, 4398.0, 4376.0, 4388.0, 4376.0, 4383.0, 4376.0, 4387.0, 4396.0, 4391.0, 4398.0, 4366.0, 4374.0, 4373.0, 4372.0, 4400.0, 4371.0, 4394.0, 4441.0, 4431.0, 4421.0, 4360.0, 4384.0, 4366.0, 4365.0, 4379.0, 4411.0, 4410.0, 4403.0, 4375.0, 4349.0, 4362.0, 4351.0, 4376.0, 4353.0, 4365.0, 4374.0, 4376.0, 4394.0, 4381.0, 4393.0, 4400.0, 4377.0, 4388.0, 4367.0, 4377.0, 4388.0, 4376.0, 4376.0, 4368.0, 4377.0, 4410.0, 4391.0, 4413.0, 4379.0, 4374.0, 4364.0, 4367.0, 4375.0, 4372.0, 4371.0, 4392.0, 4387.0, 4410.0, 4388.0, 4380.0, 4384.0, 4373.0, 4374.0, 4372.0, 4371.0, 4381.0, 4373.0, 4363.0, 4373.0, 4373.0, 4396.0, 4374.0, 4384.0, 4373.0, 4373.0, 4372.0, 4373.0, 4373.0, 4383.0, 4363.0, 4392.0, 4375.0, 4363.0, 4374.0, 4372.0, 4384.0, 4373.0, 4384.0, 4372.0, 4372.0, 4387.0, 4388.0, 4373.0, 4385.0, 4361.0, 4372.0, 4359.0, 4360.0, 4361.0, 4362.0, 4363.0, 4372.0, 4360.0, 4370.0, 4371.0, 4346.0, 4359.0, 4361.0, 4372.0, 4373.0, 4371.0, 4372.0, 4382.0, 4372.0, 4382.0, 4373.0, 4363.0, 4372.0, 4361.0, 4373.0, 4372.0, 4405.0, 4375.0, 4394.0, 4374.0, 4360.0, 4359.0, 4361.0, 4380.0, 4360.0, 4370.0, 4361.0, 4360.0, 4371.0, 4371.0, 4362.0, 4372.0, 4370.0, 4381.0, 4369.0, 4374.0, 4372.0, 4374.0, 4361.0, 4374.0, 4374.0, 4373.0, 4374.0, 4394.0, 4374.0, 4363.0, 4375.0, 4374.0, 4395.0, 4364.0, 4373.0, 4383.0, 4374.0, 4374.0, 4375.0, 4386.0, 4374.0, 4386.0, 4387.0, 4377.0, 4389.0, 4410.0, 4388.0, 4378.0, 4377.0, 4387.0, 4399.0, 4386.0, 4375.0, 4387.0, 4375.0, 4386.0, 4387.0, 4364.0, 4375.0, 4384.0, 4364.0, 4365.0, 4375.0, 4388.0, 4388.0, 4396.0, 4376.0, 4387.0, 4375.0, 4376.0, 4366.0, 4387.0, 4388.0, 4408.0, 4376.0, 4386.0, 4364.0, 4375.0, 4366.0, 4387.0, 4389.0, 4418.0, 4386.0, 4376.0, 4382.0, 4364.0, 4373.0, 4374.0, 4374.0, 4364.0, 4376.0, 4386.0, 4375.0, 4398.0, 4376.0, 4378.0, 4385.0, 4375.0, 4396.0, 4365.0, 4386.0, 4384.0, 4374.0, 4383.0, 4363.0, 4375.0, 4393.0, 4362.0, 4384.0, 4362.0, 4373.0, 4363.0, 4363.0, 4373.0, 4361.0, 4363.0, 4393.0, 4362.0, 4361.0, 4362.0, 4373.0, 4373.0, 4363.0, 4373.0, 4363.0, 4375.0, 4384.0, 4373.0, 4385.0, 4353.0, 4373.0, 4384.0, 4376.0, 4385.0, 4364.0, 4374.0, 4384.0, 4362.0, 4375.0, 4363.0, 4374.0, 4383.0, 4364.0, 4384.0, 4363.0, 4375.0, 4395.0, 4374.0, 4374.0, 4374.0, 4386.0, 4383.0, 4363.0, 4383.0, 4365.0, 4375.0, 4363.0, 4375.0, 4385.0, 4374.0, 4375.0, 4391.0, 4364.0, 4385.0, 4364.0, 4374.0, 4372.0, 4363.0, 4372.0, 4352.0, 4363.0, 4383.0, 4361.0, 4372.0, 4361.0, 4374.0, 4383.0, 4351.0, 4373.0, 4352.0, 4373.0, 4373.0, 4373.0, 4374.0, 4362.0, 4372.0, 4383.0, 4365.0, 4385.0, 4363.0, 4376.0, 4383.0, 4364.0, 4373.0, 4362.0, 4375.0, 4385.0, 4364.0, 4375.0, 4363.0, 4376.0, 4385.0, 4352.0, 4372.0, 4351.0, 4373.0, 4373.0, 4363.0, 4374.0, 4383.0, 4352.0, 4374.0, 4353.0, 4374.0, 4354.0, 4364.0, 4374.0, 4353.0, 4365.0, 4395.0, 4366.0, 4375.0, 4365.0, 4374.0, 4356.0, 4365.0, 4386.0, 4366.0, 4376.0, 4365.0, 4377.0, 4384.0, 4366.0, 4385.0, 4394.0, 4364.0, 4373.0, 4352.0, 4363.0, 4374.0, 4364.0, 4385.0, 4364.0, 4375.0, 4385.0, 4366.0, 4375.0, 4356.0, 4376.0, 4396.0, 4365.0, 4375.0, 4393.0, 4364.0, 4375.0, 4353.0, 4376.0, 4375.0, 4365.0, 4383.0, 4364.0, 4374.0, 4398.0, 4365.0, 4384.0, 4363.0, 4375.0, 4385.0, 4365.0, 4385.0, 4366.0, 4376.0, 4397.0, 4376.0, 4387.0, 4366.0, 4387.0, 4386.0, 4366.0, 4408.0, 4379.0, 4389.0, 4366.0, 4377.0, 4385.0, 4365.0, 4376.0, 4386.0, 4376.0, 4387.0, 4377.0, 4387.0, 4366.0, 4377.0, 4409.0, 4388.0, 4387.0, 4367.0, 4387.0, 4365.0, 4377.0, 4397.0, 4376.0, 4387.0, 4376.0, 4379.0, 4397.0, 4400.0, 4391.0, 4387.0, 4387.0, 4410.0, 4379.0, 4410.0, 4388.0, 4386.0, 4374.0, 4386.0, 4375.0, 4376.0, 4394.0, 4364.0, 4394.0, 4364.0, 4384.0, 4354.0, 4363.0, 4373.0, 4351.0, 4374.0, 4352.0, 4373.0, 4372.0, 4364.0, 4373.0, 4350.0, 4361.0, 4383.0, 4362.0, 4360.0, 4350.0, 4372.0, 4361.0, 4352.0, 4372.0, 4361.0, 4362.0, 4383.0, 4363.0, 4373.0, 4350.0, 4363.0, 4372.0, 4353.0, 4374.0, 4353.0, 4374.0, 4385.0, 4365.0, 4374.0, 4352.0, 4364.0, 4385.0, 4363.0, 4373.0, 4363.0, 4374.0, 4373.0, 4365.0, 4384.0, 4352.0, 4373.0, 4363.0, 4365.0, 4373.0, 4352.0, 4374.0, 4373.0, 4363.0, 4385.0, 4365.0, 4375.0, 4363.0, 4374.0, 4372.0, 4364.0, 4373.0, 4352.0, 4375.0, 4365.0, 4377.0, 4376.0, 4365.0, 4384.0, 4374.0, 4365.0, 4385.0, 4366.0, 4375.0, 4353.0, 4376.0, 4384.0, 4364.0, 4374.0, 4354.0, 4376.0, 4376.0, 4365.0, 4386.0, 4365.0, 4375.0, 4397.0, 4368.0, 4386.0, 4365.0, 4377.0, 4394.0, 4353.0, 4375.0, 4365.0, 4375.0, 4352.0, 4375.0, 4375.0, 4354.0, 4385.0, 4383.0, 4374.0, 4373.0, 4364.0, 4374.0, 4372.0, 4362.0, 4371.0, 4351.0, 4373.0, 4383.0, 4364.0, 4373.0, 4363.0, 4374.0, 4382.0, 4352.0, 4375.0, 4353.0, 4375.0, 4355.0, 4364.0, 4372.0, 4352.0, 4373.0, 4396.0, 4354.0, 4375.0, 4362.0, 4361.0, 4372.0, 4350.0, 4351.0, 4361.0, 4352.0, 4372.0, 4350.0, 4352.0, 4372.0, 4351.0, 4363.0, 4384.0, 4365.0, 4375.0, 4365.0, 4376.0, 4374.0, 4364.0, 4375.0, 4366.0, 4378.0, 4366.0, 4379.0, 4387.0, 4366.0, 4386.0, 4408.0, 4377.0, 4377.0, 4366.0, 4376.0, 4367.0, 4376.0, 4387.0, 4364.0, 4375.0, 4397.0, 4366.0, 4386.0, 4367.0, 4376.0, 4363.0, 4374.0, 4383.0, 4364.0, 4363.0, 4364.0, 4364.0, 4396.0, 4366.0, 4375.0, 4365.0, 4364.0, 4351.0, 4363.0, 4385.0, 4364.0, 4396.0, 4366.0, 4374.0, 4363.0, 4363.0, 4382.0, 4353.0, 4373.0, 4362.0, 4363.0, 4384.0, 4362.0, 4363.0, 4350.0, 4351.0, 4371.0, 4352.0, 4364.0, 4353.0, 4364.0, 4353.0, 4354.0, 4375.0, 4362.0, 4364.0, 4384.0, 4365.0, 4374.0, 4363.0, 4374.0, 4373.0, 4364.0, 4364.0, 4363.0, 4375.0, 4384.0, 4366.0, 4375.0, 4364.0, 4375.0, 4396.0, 4366.0, 4387.0, 4355.0, 4376.0, 4364.0, 4364.0, 4385.0, 4362.0, 4373.0, 4354.0, 4363.0, 4373.0, 4354.0, 4374.0, 4353.0, 4375.0, 4384.0, 4354.0, 4373.0, 4366.0, 4389.0, 4365.0, 4365.0, 4365.0, 4364.0, 4377.0, 4365.0, 4366.0, 4352.0, 4379.0, 4389.0, 4376.0, 4374.0, 4374.0, 4378.0, 4397.0, 4363.0, 4387.0, 4375.0, 4386.0, 4365.0, 4373.0, 4350.0, 4361.0, 4372.0, 4375.0, 4376.0, 4387.0, 4377.0, 4365.0, 4384.0, 4373.0, 4374.0, 4376.0, 4376.0, 4387.0, 4388.0, 4389.0, 4378.0, 4377.0, 4377.0, 4387.0, 4397.0, 4365.0, 4386.0, 4364.0, 4386.0, 4408.0, 4366.0, 4375.0, 4362.0, 4372.0, 4382.0, 4362.0, 4389.0, 4364.0, 4353.0, 4349.0, 4347.0, 4349.0, 4362.0, 4364.0, 4365.0, 4397.0, 4378.0, 4375.0, 4355.0, 4375.0, 4398.0, 4364.0, 4363.0, 4382.0, 4362.0, 4364.0, 4361.0, 4354.0, 4364.0, 4353.0, 4353.0, 4353.0, 4362.0, 4364.0, 4375.0, 4386.0, 4383.0, 4353.0, 4385.0, 4355.0, 4377.0, 4364.0, 4364.0, 4396.0, 4364.0, 4362.0, 4372.0, 4349.0, 4360.0, 4350.0, 4362.0, 4373.0, 4372.0, 4351.0, 4361.0, 4351.0, 4353.0, 4353.0, 4375.0, 4365.0, 4366.0, 4376.0, 4406.0, 4365.0, 4365.0, 4399.0, 4367.0, 4387.0, 4364.0, 4386.0, 4374.0, 4353.0, 4362.0, 4381.0, 4363.0, 4374.0, 4350.0, 4363.0, 4382.0, 4383.0, 4351.0, 4373.0, 4372.0, 4351.0, 4372.0, 4363.0, 4376.0, 4373.0, 4363.0, 4373.0, 4384.0, 4352.0, 4373.0, 4364.0, 4386.0, 4395.0, 4351.0, 4361.0, 4370.0, 4351.0, 4371.0, 4353.0, 4375.0, 4363.0, 4372.0, 4384.0, 4402.0, 4371.0, 4372.0, 4349.0, 4371.0, 4380.0, 4349.0, 4370.0, 4380.0, 4359.0, 4359.0, 4350.0, 4370.0, 4359.0, 4349.0, 4372.0, 4359.0, 4360.0, 4371.0, 4350.0, 4362.0, 4362.0, 4371.0, 4381.0, 4350.0, 4359.0, 4370.0, 4338.0, 4360.0, 4348.0, 4373.0, 4371.0, 4360.0, 4361.0, 4369.0, 4348.0, 4359.0, 4350.0, 4373.0, 4363.0, 4361.0, 4372.0, 4362.0, 4374.0, 4371.0, 4363.0, 4396.0, 4365.0, 4374.0, 4352.0, 4372.0, 4383.0, 4362.0, 4371.0, 4352.0, 4373.0, 4383.0, 4363.0, 4372.0, 4361.0, 4363.0, 4393.0, 4375.0, 4405.0, 4374.0], 'WindowWidth': [9821.0, 9719.0, 9711.0, 9646.0, 9696.0, 9630.0, 9683.0, 9679.0, 9652.0, 9677.0, 9623.0, 9665.0, 9690.0, 9672.0, 9686.0, 9652.0, 9683.0, 9684.0, 9643.0, 9659.0, 9663.0, 9631.0, 9657.0, 9614.0, 9654.0, 9659.0, 9622.0, 9659.0, 9664.0, 9628.0, 9634.0, 9631.0, 9656.0, 9657.0, 9626.0, 9636.0, 9624.0, 9623.0, 9652.0, 9668.0, 9734.0, 9678.0, 9634.0, 9659.0, 9616.0, 9661.0, 9653.0, 9679.0, 9637.0, 9685.0, 9710.0, 9698.0, 9646.0, 9668.0, 9614.0, 9642.0, 9645.0, 9629.0, 9654.0, 9670.0, 9613.0, 9654.0, 9608.0, 9639.0, 9625.0, 9628.0, 9659.0, 9672.0, 9623.0, 9637.0, 9636.0, 9623.0, 9622.0, 9642.0, 9659.0, 9658.0, 9623.0, 9655.0, 9650.0, 9622.0, 9624.0, 9643.0, 9658.0, 9657.0, 9626.0, 9652.0, 9634.0, 9619.0, 9605.0, 9626.0, 9654.0, 9625.0, 9637.0, 9658.0, 9633.0, 9621.0, 9636.0, 9626.0, 9656.0, 9627.0, 9644.0, 9673.0, 9612.0, 9658.0, 9647.0, 9647.0, 9664.0, 9644.0, 9639.0, 9658.0, 9610.0, 9642.0, 9643.0, 9658.0, 9634.0, 9630.0, 9661.0, 9676.0, 9630.0, 9651.0, 9640.0, 9637.0, 9611.0, 9631.0, 9659.0, 9656.0, 9616.0, 9658.0, 9628.0, 9655.0, 9621.0, 9664.0, 9680.0, 9696.0, 9643.0, 9659.0, 9624.0, 9640.0, 9628.0, 9661.0, 9658.0, 9639.0, 9683.0, 9686.0, 9640.0, 9662.0, 9645.0, 9681.0, 9622.0, 9667.0, 9688.0, 9717.0, 9659.0, 9658.0, 9626.0, 9653.0, 9613.0, 9642.0, 9656.0, 9631.0, 9660.0, 9633.0, 9648.0, 9700.0, 9652.0, 9675.0, 9647.0, 9662.0, 9663.0, 9648.0, 9658.0, 9645.0, 9668.0, 9665.0, 9667.0, 9685.0, 9697.0, 9646.0, 9656.0, 9655.0, 9625.0, 9652.0, 9596.0, 9639.0, 9652.0, 9594.0, 9654.0, 9652.0, 9638.0, 9654.0, 9615.0, 9660.0, 9675.0, 9643.0, 9638.0, 9656.0, 9596.0, 9636.0, 9644.0, 9643.0, 9670.0, 9616.0, 9661.0, 9664.0, 9631.0, 9661.0, 9641.0, 9658.0, 9658.0, 9641.0, 9658.0, 9641.0, 9657.0, 9660.0, 9641.0, 9660.0, 9629.0, 9674.0, 9657.0, 9681.0, 9689.0, 9650.0, 9662.0, 9664.0, 9668.0, 9649.0, 9663.0, 9632.0, 9630.0, 9649.0, 9639.0, 9656.0, 9654.0, 9642.0, 9677.0, 9647.0, 9652.0, 9628.0, 9651.0, 9639.0, 9634.0, 9627.0, 9615.0, 9653.0, 9636.0, 9689.0, 9658.0, 9686.0, 9685.0, 9688.0, 9673.0, 9686.0, 9703.0, 9666.0, 9689.0, 9681.0, 9646.0, 9698.0, 9648.0, 9672.0, 9645.0, 9658.0, 9679.0, 9642.0, 9656.0, 9638.0, 9654.0, 9601.0, 9660.0, 9631.0, 9647.0, 9681.0, 9634.0, 9666.0, 9655.0, 9667.0, 9684.0, 9635.0, 9660.0, 9697.0, 9635.0, 9657.0, 9599.0, 9681.0, 9675.0, 9677.0, 9654.0, 9649.0, 9666.0, 9675.0, 9684.0, 9650.0, 9667.0, 9650.0, 9656.0, 9649.0, 9667.0, 9682.0, 9678.0, 9686.0, 9635.0, 9645.0, 9640.0, 9640.0, 9689.0, 9635.0, 9689.0, 9766.0, 9751.0, 9718.0, 9613.0, 9652.0, 9630.0, 9629.0, 9653.0, 9706.0, 9709.0, 9697.0, 9644.0, 9596.0, 9618.0, 9604.0, 9645.0, 9613.0, 9631.0, 9642.0, 9649.0, 9686.0, 9662.0, 9681.0, 9688.0, 9650.0, 9667.0, 9633.0, 9649.0, 9665.0, 9647.0, 9648.0, 9637.0, 9650.0, 9701.0, 9676.0, 9706.0, 9650.0, 9640.0, 9625.0, 9634.0, 9643.0, 9634.0, 9630.0, 9664.0, 9662.0, 9698.0, 9663.0, 9656.0, 9653.0, 9634.0, 9639.0, 9632.0, 9629.0, 9645.0, 9634.0, 9622.0, 9634.0, 9635.0, 9672.0, 9637.0, 9654.0, 9635.0, 9636.0, 9633.0, 9634.0, 9637.0, 9649.0, 9622.0, 9665.0, 9640.0, 9622.0, 9638.0, 9633.0, 9656.0, 9638.0, 9653.0, 9630.0, 9633.0, 9663.0, 9666.0, 9641.0, 9659.0, 9618.0, 9633.0, 9612.0, 9615.0, 9619.0, 9621.0, 9622.0, 9635.0, 9618.0, 9631.0, 9630.0, 9593.0, 9612.0, 9619.0, 9635.0, 9637.0, 9634.0, 9635.0, 9653.0, 9636.0, 9651.0, 9639.0, 9624.0, 9636.0, 9621.0, 9637.0, 9637.0, 9693.0, 9645.0, 9673.0, 9641.0, 9618.0, 9614.0, 9619.0, 9647.0, 9616.0, 9630.0, 9619.0, 9618.0, 9634.0, 9633.0, 9622.0, 9634.0, 9633.0, 9648.0, 9630.0, 9640.0, 9636.0, 9641.0, 9622.0, 9641.0, 9645.0, 9639.0, 9643.0, 9670.0, 9641.0, 9628.0, 9644.0, 9642.0, 9673.0, 9628.0, 9640.0, 9657.0, 9641.0, 9641.0, 9645.0, 9662.0, 9645.0, 9663.0, 9666.0, 9652.0, 9670.0, 9704.0, 9669.0, 9655.0, 9652.0, 9666.0, 9687.0, 9662.0, 9646.0, 9666.0, 9645.0, 9662.0, 9664.0, 9631.0, 9645.0, 9659.0, 9630.0, 9633.0, 9647.0, 9668.0, 9669.0, 9679.0, 9648.0, 9665.0, 9645.0, 9650.0, 9636.0, 9666.0, 9671.0, 9698.0, 9650.0, 9666.0, 9630.0, 9645.0, 9634.0, 9664.0, 9672.0, 9716.0, 9660.0, 9647.0, 9652.0, 9627.0, 9640.0, 9642.0, 9643.0, 9629.0, 9649.0, 9665.0, 9648.0, 9684.0, 9649.0, 9653.0, 9660.0, 9646.0, 9677.0, 9631.0, 9664.0, 9657.0, 9641.0, 9655.0, 9626.0, 9646.0, 9668.0, 9623.0, 9659.0, 9623.0, 9639.0, 9625.0, 9626.0, 9641.0, 9619.0, 9624.0, 9667.0, 9622.0, 9620.0, 9622.0, 9639.0, 9641.0, 9626.0, 9641.0, 9626.0, 9643.0, 9657.0, 9642.0, 9657.0, 9613.0, 9641.0, 9662.0, 9648.0, 9659.0, 9629.0, 9643.0, 9660.0, 9625.0, 9645.0, 9627.0, 9644.0, 9657.0, 9630.0, 9658.0, 9628.0, 9645.0, 9676.0, 9644.0, 9645.0, 9643.0, 9660.0, 9655.0, 9626.0, 9657.0, 9630.0, 9644.0, 9627.0, 9645.0, 9659.0, 9642.0, 9646.0, 9666.0, 9627.0, 9658.0, 9627.0, 9642.0, 9638.0, 9625.0, 9640.0, 9610.0, 9626.0, 9654.0, 9621.0, 9637.0, 9621.0, 9640.0, 9654.0, 9607.0, 9638.0, 9610.0, 9639.0, 9640.0, 9639.0, 9641.0, 9624.0, 9638.0, 9658.0, 9633.0, 9659.0, 9628.0, 9646.0, 9656.0, 9629.0, 9641.0, 9624.0, 9644.0, 9660.0, 9628.0, 9644.0, 9627.0, 9647.0, 9659.0, 9611.0, 9639.0, 9608.0, 9639.0, 9641.0, 9627.0, 9641.0, 9653.0, 9609.0, 9642.0, 9614.0, 9643.0, 9615.0, 9630.0, 9643.0, 9614.0, 9632.0, 9676.0, 9634.0, 9646.0, 9633.0, 9646.0, 9621.0, 9633.0, 9664.0, 9634.0, 9650.0, 9634.0, 9651.0, 9661.0, 9634.0, 9660.0, 9674.0, 9628.0, 9641.0, 9611.0, 9628.0, 9644.0, 9632.0, 9658.0, 9630.0, 9646.0, 9661.0, 9635.0, 9648.0, 9621.0, 9649.0, 9678.0, 9632.0, 9646.0, 9670.0, 9629.0, 9647.0, 9614.0, 9647.0, 9646.0, 9632.0, 9656.0, 9629.0, 9643.0, 9684.0, 9634.0, 9659.0, 9629.0, 9647.0, 9661.0, 9632.0, 9661.0, 9633.0, 9650.0, 9681.0, 9651.0, 9665.0, 9637.0, 9667.0, 9663.0, 9637.0, 9702.0, 9658.0, 9671.0, 9637.0, 9653.0, 9663.0, 9635.0, 9650.0, 9665.0, 9651.0, 9667.0, 9654.0, 9667.0, 9638.0, 9654.0, 9704.0, 9670.0, 9669.0, 9639.0, 9666.0, 9636.0, 9654.0, 9681.0, 9650.0, 9668.0, 9651.0, 9658.0, 9684.0, 9688.0, 9680.0, 9666.0, 9670.0, 9703.0, 9656.0, 9707.0, 9668.0, 9662.0, 9644.0, 9661.0, 9647.0, 9648.0, 9671.0, 9630.0, 9674.0, 9629.0, 9655.0, 9613.0, 9626.0, 9640.0, 9608.0, 9642.0, 9607.0, 9638.0, 9638.0, 9625.0, 9638.0, 9603.0, 9620.0, 9654.0, 9619.0, 9615.0, 9603.0, 9634.0, 9620.0, 9609.0, 9635.0, 9620.0, 9623.0, 9656.0, 9627.0, 9637.0, 9606.0, 9625.0, 9637.0, 9612.0, 9642.0, 9611.0, 9642.0, 9660.0, 9630.0, 9642.0, 9609.0, 9627.0, 9660.0, 9626.0, 9639.0, 9626.0, 9641.0, 9640.0, 9631.0, 9656.0, 9609.0, 9639.0, 9625.0, 9629.0, 9639.0, 9610.0, 9641.0, 9638.0, 9624.0, 9661.0, 9632.0, 9645.0, 9626.0, 9640.0, 9639.0, 9627.0, 9639.0, 9610.0, 9644.0, 9630.0, 9649.0, 9648.0, 9631.0, 9657.0, 9641.0, 9629.0, 9661.0, 9632.0, 9644.0, 9613.0, 9646.0, 9658.0, 9628.0, 9643.0, 9614.0, 9647.0, 9649.0, 9632.0, 9661.0, 9632.0, 9644.0, 9682.0, 9639.0, 9662.0, 9631.0, 9650.0, 9671.0, 9611.0, 9644.0, 9629.0, 9643.0, 9611.0, 9643.0, 9646.0, 9614.0, 9655.0, 9656.0, 9641.0, 9639.0, 9627.0, 9641.0, 9636.0, 9621.0, 9635.0, 9606.0, 9637.0, 9653.0, 9628.0, 9639.0, 9626.0, 9643.0, 9653.0, 9609.0, 9644.0, 9611.0, 9644.0, 9617.0, 9628.0, 9640.0, 9610.0, 9641.0, 9677.0, 9614.0, 9643.0, 9623.0, 9619.0, 9636.0, 9603.0, 9605.0, 9620.0, 9608.0, 9637.0, 9606.0, 9611.0, 9636.0, 9608.0, 9627.0, 9659.0, 9632.0, 9644.0, 9631.0, 9648.0, 9644.0, 9629.0, 9645.0, 9636.0, 9653.0, 9636.0, 9658.0, 9666.0, 9637.0, 9663.0, 9698.0, 9651.0, 9652.0, 9635.0, 9650.0, 9637.0, 9650.0, 9665.0, 9632.0, 9648.0, 9681.0, 9635.0, 9665.0, 9636.0, 9647.0, 9627.0, 9641.0, 9656.0, 9630.0, 9629.0, 9626.0, 9630.0, 9676.0, 9632.0, 9645.0, 9630.0, 9627.0, 9607.0, 9627.0, 9662.0, 9632.0, 9677.0, 9633.0, 9644.0, 9626.0, 9627.0, 9653.0, 9613.0, 9640.0, 9622.0, 9624.0, 9658.0, 9625.0, 9625.0, 9607.0, 9608.0, 9634.0, 9609.0, 9626.0, 9611.0, 9628.0, 9613.0, 9616.0, 9644.0, 9625.0, 9628.0, 9661.0, 9629.0, 9641.0, 9627.0, 9641.0, 9642.0, 9629.0, 9629.0, 9627.0, 9644.0, 9657.0, 9634.0, 9644.0, 9628.0, 9647.0, 9679.0, 9635.0, 9664.0, 9619.0, 9647.0, 9628.0, 9628.0, 9659.0, 9623.0, 9641.0, 9614.0, 9625.0, 9640.0, 9615.0, 9642.0, 9610.0, 9641.0, 9659.0, 9614.0, 9641.0, 9634.0, 9670.0, 9631.0, 9629.0, 9630.0, 9627.0, 9650.0, 9627.0, 9628.0, 9601.0, 9652.0, 9669.0, 9646.0, 9640.0, 9640.0, 9650.0, 9679.0, 9624.0, 9665.0, 9644.0, 9663.0, 9629.0, 9637.0, 9602.0, 9616.0, 9639.0, 9646.0, 9650.0, 9666.0, 9652.0, 9632.0, 9657.0, 9639.0, 9642.0, 9651.0, 9649.0, 9667.0, 9667.0, 9675.0, 9654.0, 9654.0, 9651.0, 9666.0, 9678.0, 9631.0, 9663.0, 9630.0, 9662.0, 9697.0, 9633.0, 9644.0, 9624.0, 9637.0, 9651.0, 9622.0, 9669.0, 9627.0, 9611.0, 9598.0, 9593.0, 9600.0, 9623.0, 9630.0, 9631.0, 9684.0, 9653.0, 9647.0, 9616.0, 9645.0, 9682.0, 9627.0, 9624.0, 9652.0, 9623.0, 9628.0, 9621.0, 9612.0, 9628.0, 9610.0, 9611.0, 9613.0, 9626.0, 9628.0, 9645.0, 9664.0, 9656.0, 9611.0, 9660.0, 9618.0, 9650.0, 9631.0, 9631.0, 9678.0, 9629.0, 9622.0, 9638.0, 9601.0, 9616.0, 9605.0, 9624.0, 9639.0, 9636.0, 9607.0, 9622.0, 9606.0, 9611.0, 9613.0, 9644.0, 9633.0, 9636.0, 9651.0, 9695.0, 9630.0, 9631.0, 9687.0, 9638.0, 9664.0, 9633.0, 9664.0, 9645.0, 9612.0, 9622.0, 9651.0, 9624.0, 9639.0, 9607.0, 9627.0, 9652.0, 9656.0, 9608.0, 9637.0, 9637.0, 9607.0, 9636.0, 9626.0, 9646.0, 9642.0, 9626.0, 9639.0, 9658.0, 9612.0, 9639.0, 9631.0, 9662.0, 9679.0, 9606.0, 9619.0, 9632.0, 9605.0, 9635.0, 9611.0, 9644.0, 9626.0, 9637.0, 9659.0, 9686.0, 9634.0, 9637.0, 9604.0, 9634.0, 9648.0, 9603.0, 9633.0, 9650.0, 9615.0, 9614.0, 9603.0, 9633.0, 9617.0, 9604.0, 9636.0, 9616.0, 9616.0, 9635.0, 9606.0, 9624.0, 9625.0, 9636.0, 9653.0, 9605.0, 9614.0, 9632.0, 9586.0, 9614.0, 9601.0, 9638.0, 9637.0, 9618.0, 9617.0, 9629.0, 9598.0, 9615.0, 9605.0, 9640.0, 9627.0, 9622.0, 9638.0, 9624.0, 9643.0, 9637.0, 9628.0, 9678.0, 9630.0, 9641.0, 9611.0, 9637.0, 9654.0, 9623.0, 9638.0, 9611.0, 9641.0, 9658.0, 9627.0, 9638.0, 9621.0, 9623.0, 9674.0, 9647.0, 9693.0, 9645.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.0032493040596520296</td></tr>
<tr><td colspan=3>aqi</td><td>0.030237498757249383</td></tr>
<tr><td colspan=3>dummy_trs</td><td>2</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>44.60852908601155</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2838996595107792</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0272996036318418</td></tr>
<tr><td colspan=3>efc</td><td>0.5182</td></tr>
<tr><td colspan=3>fber</td><td>3319.3413</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11609155587363928</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>105</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>8.699254349627175</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.319456881864829</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.225889946930648</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.545991848389733</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.1864888502741064</td></tr>
<tr><td colspan=3>gcor</td><td>0.00549436</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.0001718881248962134</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.026760410517454147</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1207</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.2446957550618105</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.2598</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>64.2494</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>236.7749</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>64.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291464.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1132.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>422.7652</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>3.1152</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>506.6353</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3531.1041</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3686.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85080.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1452.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4556.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>868.3728</td></tr>
<tr><td colspan=3>tsnr</td><td>35.48596001928672</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>