<?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-0066_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-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0066/figures/sub-0066_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-0066/figures/sub-0066_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0066/figures/sub-0066_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-0066/ses-01/func/sub-0066_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>a7fd9c0100e22980acc5e9e5e1596e10</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>21:40:13.600000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.998704, 0.00562451, 0.0505862, -0.00557786, 0.999984, -0.00106332]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-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.107013</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>32</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7738, -7287, 557, -140, -98, -8, 96]</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.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.2525, 0.0625, 0.315, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>276.243</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>1e3736b8-6cf3-4739-9e02-8611e2dfa2ed||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6794495582580566, -0.014964992180466652, 0.13659675419330597, 108.63121795654297], [-0.015090151689946651, 2.6828837394714355, -0.002105412073433399, -90.7640380859375], [0.1357191503047943, 0.0028528189286589622, 2.6965415477752686, -78.70794677734375], [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': ['214013.600000', '214014.060000', '214014.520000', '214014.980000', '214015.440000', '214015.900000', '214016.360000', '214016.820000', '214017.280000', '214017.740000', '214018.200000', '214018.660000', '214019.120000', '214019.580000', '214020.040000', '214020.500000', '214020.960000', '214021.420000', '214021.880000', '214022.340000', '214022.800000', '214023.260000', '214023.720000', '214024.180000', '214024.640000', '214025.100000', '214025.560000', '214026.020000', '214026.480000', '214026.940000', '214027.400000', '214027.860000', '214028.320000', '214028.780000', '214029.240000', '214029.700000', '214030.160000', '214030.620000', '214031.080000', '214031.540000', '214032.000000', '214032.460000', '214032.920000', '214033.380000', '214033.840000', '214034.300000', '214034.760000', '214035.220000', '214035.680000', '214036.140000', '214036.600000', '214037.060000', '214037.520000', '214037.980000', '214038.440000', '214038.900000', '214039.360000', '214039.820000', '214040.280000', '214040.740000', '214041.200000', '214041.660000', '214042.120000', '214042.580000', '214043.040000', '214043.500000', '214043.960000', '214044.420000', '214044.880000', '214045.340000', '214045.800000', '214046.260000', '214046.720000', '214047.180000', '214047.640000', '214048.100000', '214048.560000', '214049.020000', '214049.480000', '214049.940000', '214050.400000', '214050.860000', '214051.320000', '214051.780000', '214052.240000', '214052.700000', '214053.160000', '214053.620000', '214054.080000', '214054.540000', '214055.000000', '214055.460000', '214055.920000', '214056.380000', '214056.840000', '214057.300000', '214057.760000', '214058.220000', '214058.680000', '214059.140000', '214059.600000', '214100.060000', '214100.520000', '214100.980000', '214101.440000', '214101.900000', '214102.360000', '214102.820000', '214103.280000', '214103.740000', '214104.200000', '214104.660000', '214105.120000', '214105.580000', '214106.040000', '214106.500000', '214106.960000', '214107.420000', '214107.880000', '214108.340000', '214108.800000', '214109.260000', '214109.720000', '214110.180000', '214110.640000', '214111.100000', '214111.560000', '214112.020000', '214112.480000', '214112.940000', '214113.400000', '214113.860000', '214114.320000', '214114.780000', '214115.240000', '214115.700000', '214116.160000', '214116.620000', '214117.080000', '214117.540000', '214118.000000', '214118.460000', '214118.920000', '214119.380000', '214119.840000', '214120.300000', '214120.760000', '214121.220000', '214121.680000', '214122.140000', '214122.600000', '214123.060000', '214123.520000', '214123.980000', '214124.440000', '214124.900000', '214125.360000', '214125.820000', '214126.280000', '214126.740000', '214127.200000', '214127.660000', '214128.120000', '214128.580000', '214129.040000', '214129.500000', '214129.960000', '214130.420000', '214130.880000', '214131.340000', '214131.800000', '214132.260000', '214132.720000', '214133.180000', '214133.640000', '214134.100000', '214134.560000', '214135.020000', '214135.480000', '214135.940000', '214136.400000', '214136.860000', '214137.320000', '214137.780000', '214138.240000', '214138.700000', '214139.160000', '214139.620000', '214140.080000', '214140.540000', '214141.000000', '214141.460000', '214141.920000', '214142.380000', '214142.840000', '214143.300000', '214143.760000', '214144.220000', '214144.680000', '214145.140000', '214145.600000', '214146.060000', '214146.520000', '214146.980000', '214147.440000', '214147.900000', '214148.360000', '214148.820000', '214149.280000', '214149.740000', '214150.200000', '214150.660000', '214151.120000', '214151.580000', '214152.040000', '214152.500000', '214152.960000', '214153.420000', '214153.880000', '214154.340000', '214154.800000', '214155.260000', '214155.720000', '214156.180000', '214156.640000', '214157.100000', '214157.560000', '214158.020000', '214158.480000', '214158.940000', '214159.400000', '214159.860000', '214200.320000', '214200.780000', '214201.240000', '214201.700000', '214202.160000', '214202.620000', '214203.080000', '214203.540000', '214204.000000', '214204.460000', '214204.920000', '214205.380000', '214205.840000', '214206.300000', '214206.760000', '214207.220000', '214207.680000', '214208.140000', '214208.600000', '214209.060000', '214209.520000', '214209.980000', '214210.440000', '214210.900000', '214211.360000', '214211.820000', '214212.280000', '214212.740000', '214213.200000', '214213.660000', '214214.120000', '214214.580000', '214215.040000', '214215.500000', '214215.960000', '214216.420000', '214216.880000', '214217.340000', '214217.800000', '214218.260000', '214218.720000', '214219.180000', '214219.640000', '214220.100000', '214220.560000', '214221.020000', '214221.480000', '214221.940000', '214222.400000', '214222.860000', '214223.320000', '214223.780000', '214224.240000', '214224.700000', '214225.160000', '214225.620000', '214226.080000', '214226.540000', '214227.000000', '214227.460000', '214227.920000', '214228.380000', '214228.840000', '214229.300000', '214229.760000', '214230.220000', '214230.680000', '214231.140000', '214231.600000', '214232.060000', '214232.520000', '214232.980000', '214233.440000', '214233.900000', '214234.360000', '214234.820000', '214235.280000', '214235.740000', '214236.200000', '214236.660000', '214237.120000', '214237.580000', '214238.040000', '214238.500000', '214238.960000', '214239.420000', '214239.880000', '214240.340000', '214240.800000', '214241.260000', '214241.720000', '214242.180000', '214242.640000', '214243.100000', '214243.560000', '214244.020000', '214244.480000', '214244.940000', '214245.400000', '214245.860000', '214246.320000', '214246.780000', '214247.240000', '214247.700000', '214248.160000', '214248.620000', '214249.080000', '214249.540000', '214250.000000', '214250.460000', '214250.920000', '214251.380000', '214251.840000', '214252.300000', '214252.760000', '214253.220000', '214253.680000', '214254.140000', '214254.600000', '214255.060000', '214255.520000', '214255.980000', '214256.440000', '214256.900000', '214257.360000', '214257.820000', '214258.280000', '214258.740000', '214259.200000', '214259.660000', '214300.120000', '214300.580000', '214301.040000', '214301.500000', '214301.960000', '214302.420000', '214302.880000', '214303.340000', '214303.800000', '214304.260000', '214304.720000', '214305.180000', '214305.640000', '214306.100000', '214306.560000', '214307.020000', '214307.480000', '214307.940000', '214308.400000', '214308.860000', '214309.320000', '214309.780000', '214310.240000', '214310.700000', '214311.160000', '214311.620000', '214312.080000', '214312.540000', '214313.000000', '214313.460000', '214313.920000', '214314.380000', '214314.840000', '214315.300000', '214315.760000', '214316.220000', '214316.680000', '214317.140000', '214317.600000', '214318.060000', '214318.520000', '214318.980000', '214319.440000', '214319.900000', '214320.360000', '214320.820000', '214321.280000', '214321.740000', '214322.200000', '214322.660000', '214323.120000', '214323.580000', '214324.040000', '214324.500000', '214324.960000', '214325.420000', '214325.880000', '214326.340000', '214326.800000', '214327.260000', '214327.720000', '214328.180000', '214328.640000', '214329.100000', '214329.560000', '214330.020000', '214330.480000', '214330.940000', '214331.400000', '214331.860000', '214332.320000', '214332.780000', '214333.240000', '214333.700000', '214334.160000', '214334.620000', '214335.080000', '214335.540000', '214336.000000', '214336.460000', '214336.920000', '214337.380000', '214337.840000', '214338.300000', '214338.760000', '214339.220000', '214339.680000', '214340.140000', '214340.600000', '214341.060000', '214341.520000', '214341.980000', '214342.440000', '214342.900000', '214343.360000', '214343.820000', '214344.280000', '214344.740000', '214345.200000', '214345.660000', '214346.120000', '214346.580000', '214347.040000', '214347.500000', '214347.960000', '214348.420000', '214348.880000', '214349.340000', '214349.800000', '214350.260000', '214350.720000', '214351.180000', '214351.640000', '214352.100000', '214352.560000', '214353.020000', '214353.480000', '214353.940000', '214354.400000', '214354.860000', '214355.320000', '214355.780000', '214356.240000', '214356.700000', '214357.160000', '214357.620000', '214358.080000', '214358.540000', '214359.000000', '214359.460000', '214359.920000', '214400.380000', '214400.840000', '214401.300000', '214401.760000', '214402.220000', '214402.680000', '214403.140000', '214403.600000', '214404.060000', '214404.520000', '214404.980000', '214405.440000', '214405.900000', '214406.360000', '214406.820000', '214407.280000', '214407.740000', '214408.200000', '214408.660000', '214409.120000', '214409.580000', '214410.040000', '214410.500000', '214410.960000', '214411.420000', '214411.880000', '214412.340000', '214412.800000', '214413.260000', '214413.720000', '214414.180000', '214414.640000', '214415.100000', '214415.560000', '214416.020000', '214416.480000', '214416.940000', '214417.400000', '214417.860000', '214418.320000', '214418.780000', '214419.240000', '214419.700000', '214420.160000', '214420.620000', '214421.080000', '214421.540000', '214422.000000', '214422.460000', '214422.920000', '214423.380000', '214423.840000', '214424.300000', '214424.760000', '214425.220000', '214425.680000', '214426.140000', '214426.600000', '214427.060000', '214427.520000', '214427.980000', '214428.440000', '214428.900000', '214429.360000', '214429.820000', '214430.280000', '214430.740000', '214431.200000', '214431.660000', '214432.120000', '214432.580000', '214433.040000', '214433.500000', '214433.960000', '214434.420000', '214434.880000', '214435.340000', '214435.800000', '214436.260000', '214436.720000', '214437.180000', '214437.640000', '214438.100000', '214438.560000', '214439.020000', '214439.480000', '214439.940000', '214440.400000', '214440.860000', '214441.320000', '214441.780000', '214442.240000', '214442.700000', '214443.160000', '214443.620000', '214444.080000', '214444.540000', '214445.000000', '214445.460000', '214445.920000', '214446.380000', '214446.840000', '214447.300000', '214447.760000', '214448.220000', '214448.680000', '214449.140000', '214449.600000', '214450.060000', '214450.520000', '214450.980000', '214451.440000', '214451.900000', '214452.360000', '214452.820000', '214453.280000', '214453.740000', '214454.200000', '214454.660000', '214455.120000', '214455.580000', '214456.040000', '214456.500000', '214456.960000', '214457.420000', '214457.880000', '214458.340000', '214458.800000', '214459.260000', '214459.720000', '214500.180000', '214500.640000', '214501.100000', '214501.560000', '214502.020000', '214502.480000', '214502.940000', '214503.400000', '214503.860000', '214504.320000', '214504.780000', '214505.240000', '214505.700000', '214506.160000', '214506.620000', '214507.080000', '214507.540000', '214508.000000', '214508.460000', '214508.920000', '214509.380000', '214509.840000', '214510.300000', '214510.760000', '214511.220000', '214511.680000', '214512.140000', '214512.600000', '214513.060000', '214513.520000', '214513.980000', '214514.440000', '214514.900000', '214515.360000', '214515.820000', '214516.280000', '214516.740000', '214517.200000', '214517.660000', '214518.120000', '214518.580000', '214519.040000', '214519.500000', '214519.960000', '214520.420000', '214520.880000', '214521.340000', '214521.800000', '214522.260000', '214522.720000', '214523.180000', '214523.640000', '214524.100000', '214524.560000', '214525.020000', '214525.480000', '214525.940000', '214526.400000', '214526.860000', '214527.320000', '214527.780000', '214528.240000', '214528.700000', '214529.160000', '214529.620000', '214530.080000', '214530.540000', '214531.000000', '214531.460000', '214531.920000', '214532.380000', '214532.840000', '214533.300000', '214533.760000', '214534.220000', '214534.680000', '214535.140000', '214535.600000', '214536.060000', '214536.520000', '214536.980000', '214537.440000', '214537.900000', '214538.360000', '214538.820000', '214539.280000', '214539.740000', '214540.200000', '214540.660000', '214541.120000', '214541.580000', '214542.040000', '214542.500000', '214542.960000', '214543.420000', '214543.880000', '214544.340000', '214544.800000', '214545.260000', '214545.720000', '214546.180000', '214546.640000', '214547.100000', '214547.560000', '214548.020000', '214548.480000', '214548.940000', '214549.400000', '214549.860000', '214550.320000', '214550.780000', '214551.240000', '214551.700000', '214552.160000', '214552.620000', '214553.080000', '214553.540000', '214554.000000', '214554.460000', '214554.920000', '214555.380000', '214555.840000', '214556.300000', '214556.760000', '214557.220000', '214557.680000', '214558.140000', '214558.600000', '214559.060000', '214559.520000', '214559.980000', '214600.440000', '214600.900000', '214601.360000', '214601.820000', '214602.280000', '214602.740000', '214603.200000', '214603.660000', '214604.120000', '214604.580000', '214605.040000', '214605.500000', '214605.960000', '214606.420000', '214606.880000', '214607.340000', '214607.800000', '214608.260000', '214608.720000', '214609.180000', '214609.640000', '214610.100000', '214610.560000', '214611.020000', '214611.480000', '214611.940000', '214612.400000', '214612.860000', '214613.320000', '214613.780000', '214614.240000', '214614.700000', '214615.160000', '214615.620000', '214616.080000', '214616.540000', '214617.000000', '214617.460000', '214617.920000', '214618.380000', '214618.840000', '214619.300000', '214619.760000', '214620.220000', '214620.680000', '214621.140000', '214621.600000', '214622.060000', '214622.520000', '214622.980000', '214623.440000', '214623.900000', '214624.360000', '214624.820000', '214625.280000', '214625.740000', '214626.200000', '214626.660000', '214627.120000', '214627.580000', '214628.040000', '214628.500000', '214628.960000', '214629.420000', '214629.880000', '214630.340000', '214630.800000', '214631.260000', '214631.720000', '214632.180000', '214632.640000', '214633.100000', '214633.560000', '214634.020000', '214634.480000', '214634.940000', '214635.400000', '214635.860000', '214636.320000', '214636.780000', '214637.240000', '214637.700000', '214638.160000', '214638.620000', '214639.080000', '214639.540000', '214640.000000', '214640.460000', '214640.920000', '214641.380000', '214641.840000', '214642.300000', '214642.760000', '214643.220000', '214643.680000', '214644.140000', '214644.600000', '214645.060000', '214645.520000', '214645.980000', '214646.440000', '214646.900000', '214647.360000', '214647.820000', '214648.280000', '214648.740000', '214649.200000', '214649.660000', '214650.120000', '214650.580000', '214651.040000', '214651.500000', '214651.960000', '214652.420000', '214652.880000', '214653.340000', '214653.800000', '214654.260000', '214654.720000', '214655.180000', '214655.640000', '214656.100000', '214656.560000', '214657.020000', '214657.480000', '214657.940000', '214658.400000', '214658.860000', '214659.320000', '214659.780000', '214700.240000', '214700.700000', '214701.160000', '214701.620000', '214702.080000', '214702.540000', '214703.000000', '214703.460000', '214703.920000', '214704.380000', '214704.840000', '214705.300000', '214705.760000', '214706.220000', '214706.680000', '214707.140000', '214707.600000', '214708.060000', '214708.520000', '214708.980000', '214709.440000', '214709.900000', '214710.360000', '214710.820000', '214711.280000', '214711.740000', '214712.200000', '214712.660000', '214713.120000', '214713.580000', '214714.040000', '214714.500000', '214714.960000', '214715.420000', '214715.880000', '214716.340000', '214716.800000', '214717.260000', '214717.720000', '214718.180000', '214718.640000', '214719.100000', '214719.560000', '214720.020000', '214720.480000', '214720.940000', '214721.400000', '214721.860000', '214722.320000', '214722.780000', '214723.240000', '214723.700000', '214724.160000', '214724.620000', '214725.080000', '214725.540000', '214726.000000', '214726.460000', '214726.920000', '214727.380000', '214727.840000', '214728.300000', '214728.760000', '214729.220000', '214729.680000', '214730.140000', '214730.600000', '214731.060000', '214731.520000', '214731.980000', '214732.440000', '214732.900000', '214733.360000', '214733.820000', '214734.280000', '214734.740000', '214735.200000', '214735.660000', '214736.120000', '214736.580000', '214737.040000', '214737.500000', '214737.960000', '214738.420000', '214738.880000', '214739.340000', '214739.800000', '214740.260000', '214740.720000', '214741.180000', '214741.640000', '214742.100000', '214742.560000', '214743.020000', '214743.480000', '214743.940000', '214744.400000', '214744.860000', '214745.320000', '214745.780000', '214746.240000', '214746.700000', '214747.160000', '214747.620000', '214748.080000', '214748.540000', '214749.000000', '214749.460000', '214749.920000', '214750.380000', '214750.840000', '214751.300000', '214751.760000', '214752.220000', '214752.680000', '214753.140000', '214753.600000', '214754.060000', '214754.520000', '214754.980000', '214755.440000', '214755.900000', '214756.360000', '214756.820000', '214757.280000', '214757.740000', '214758.200000', '214758.660000', '214759.120000', '214759.580000', '214800.040000', '214800.500000', '214800.960000', '214801.420000', '214801.880000', '214802.340000', '214802.800000', '214803.260000', '214803.720000', '214804.180000', '214804.640000', '214805.100000', '214805.560000', '214806.020000', '214806.480000', '214806.940000', '214807.400000', '214807.860000', '214808.320000', '214808.780000', '214809.240000', '214809.700000', '214810.160000', '214810.620000', '214811.080000', '214811.540000', '214812.000000', '214812.460000', '214812.920000', '214813.380000', '214813.840000', '214814.300000', '214814.760000', '214815.220000', '214815.680000', '214816.140000', '214816.600000', '214817.060000', '214817.520000', '214817.980000', '214818.440000', '214818.900000', '214819.360000', '214819.820000', '214820.280000', '214820.740000', '214821.200000', '214821.660000', '214822.120000', '214822.580000', '214823.040000', '214823.500000', '214823.960000', '214824.420000', '214824.880000', '214825.340000', '214825.800000', '214826.260000', '214826.720000', '214827.180000', '214827.640000', '214828.100000', '214828.560000', '214829.020000', '214829.480000', '214829.940000', '214830.400000', '214830.860000', '214831.320000', '214831.780000', '214832.240000', '214832.700000', '214833.160000', '214833.620000', '214834.080000', '214834.540000', '214835.000000', '214835.460000', '214835.920000', '214836.380000', '214836.840000', '214837.300000', '214837.760000', '214838.220000', '214838.680000', '214839.140000', '214839.600000', '214840.060000', '214840.520000', '214840.980000', '214841.440000', '214841.900000', '214842.360000', '214842.820000', '214843.280000', '214843.740000', '214844.200000', '214844.660000', '214845.120000', '214845.580000', '214846.040000', '214846.500000', '214846.960000', '214847.420000', '214847.880000', '214848.340000', '214848.800000', '214849.260000', '214849.720000', '214850.180000', '214850.640000', '214851.100000', '214851.560000', '214852.020000', '214852.480000', '214852.940000', '214853.400000', '214853.860000', '214854.320000', '214854.780000', '214855.240000', '214855.700000', '214856.160000', '214856.620000', '214857.080000', '214857.540000', '214858.000000', '214858.460000', '214858.920000', '214859.380000', '214859.840000', '214900.300000', '214900.760000', '214901.220000', '214901.680000', '214902.140000', '214902.600000', '214903.060000', '214903.520000', '214903.980000', '214904.440000', '214904.900000', '214905.360000', '214905.820000', '214906.280000', '214906.740000', '214907.200000', '214907.660000', '214908.120000', '214908.580000', '214909.040000', '214909.500000', '214909.960000', '214910.420000', '214910.880000', '214911.340000', '214911.800000', '214912.260000', '214912.720000', '214913.180000', '214913.640000', '214914.100000', '214914.560000', '214915.020000', '214915.480000', '214915.940000', '214916.400000', '214916.860000', '214917.320000', '214917.780000', '214918.240000', '214918.700000', '214919.160000', '214919.620000', '214920.080000', '214920.540000', '214921.000000', '214921.460000', '214921.920000', '214922.380000', '214922.840000', '214923.300000', '214923.760000', '214924.220000', '214924.680000', '214925.140000', '214925.600000', '214926.060000', '214926.520000', '214926.980000', '214927.440000', '214927.900000', '214928.360000', '214928.820000', '214929.280000'], 'ContentTime': ['214033.777000', '214033.780000', '214033.783000', '214033.786000', '214033.788000', '214033.791000', '214033.794000', '214033.799000', '214033.801000', '214033.804000', '214033.806000', '214033.809000', '214033.812000', '214033.814000', '214033.817000', '214033.819000', '214033.822000', '214033.824000', '214033.827000', '214033.834000', '214033.837000', '214033.839000', '214033.842000', '214033.844000', '214033.847000', '214033.850000', '214033.852000', '214033.855000', '214033.857000', '214033.860000', '214033.862000', '214033.865000', '214033.868000', '214033.870000', '214033.873000', '214033.875000', '214033.878000', '214033.880000', '214033.883000', '214033.886000', '214033.888000', '214053.742000', '214053.744000', '214053.747000', '214053.749000', '214053.752000', '214053.755000', '214053.757000', '214053.760000', '214053.762000', '214053.765000', '214053.767000', '214053.770000', '214053.772000', '214053.775000', '214053.778000', '214053.780000', '214053.783000', '214053.785000', '214053.788000', '214053.790000', '214053.793000', '214053.796000', '214053.798000', '214053.801000', '214053.803000', '214053.806000', '214053.808000', '214053.811000', '214053.828000', '214053.830000', '214053.833000', '214053.836000', '214053.838000', '214053.841000', '214053.843000', '214053.846000', '214053.853000', '214053.856000', '214053.859000', '214053.861000', '214053.864000', '214053.866000', '214053.869000', '214113.742000', '214113.745000', '214113.748000', '214113.750000', '214113.753000', '214113.755000', '214113.758000', '214113.760000', '214113.763000', '214113.765000', '214113.768000', '214113.771000', '214113.773000', '214113.776000', '214113.779000', '214113.781000', '214113.784000', '214113.787000', '214113.790000', '214113.792000', '214113.795000', '214113.798000', '214113.800000', '214113.803000', '214113.805000', '214113.808000', '214113.811000', '214113.813000', '214113.816000', '214113.818000', '214113.821000', '214113.824000', '214113.826000', '214113.829000', '214113.831000', '214113.834000', '214113.836000', '214113.839000', '214113.842000', '214113.844000', '214113.847000', '214113.849000', '214113.852000', '214133.742000', '214133.745000', '214133.748000', '214133.750000', '214133.753000', '214133.755000', '214133.758000', '214133.761000', '214133.763000', '214133.766000', '214133.769000', '214133.771000', '214133.774000', '214133.776000', '214133.779000', '214133.782000', '214133.784000', '214133.787000', '214133.789000', '214133.792000', '214133.800000', '214133.802000', '214133.805000', '214133.807000', '214133.810000', '214133.812000', '214133.815000', '214133.818000', '214133.820000', '214133.823000', '214133.826000', '214133.828000', '214133.831000', '214133.833000', '214133.836000', '214133.838000', '214133.841000', '214133.844000', '214133.846000', '214133.849000', '214133.852000', '214133.854000', '214133.857000', '214133.859000', '214153.743000', '214153.745000', '214153.748000', '214153.751000', '214153.753000', '214153.756000', '214153.758000', '214153.761000', '214153.763000', '214153.766000', '214153.769000', '214153.771000', '214153.774000', '214153.777000', '214153.779000', '214153.782000', '214153.784000', '214153.787000', '214153.789000', '214153.792000', '214153.795000', '214153.797000', '214153.800000', '214153.803000', '214153.805000', '214153.808000', '214153.810000', '214153.813000', '214153.816000', '214153.818000', '214153.821000', '214153.823000', '214153.826000', '214153.828000', '214153.831000', '214153.834000', '214153.836000', '214153.839000', '214153.841000', '214153.844000', '214153.846000', '214153.849000', '214153.852000', '214153.854000', '214213.742000', '214213.745000', '214213.748000', '214213.751000', '214213.753000', '214213.756000', '214213.758000', '214213.761000', '214213.764000', '214213.766000', '214213.769000', '214213.771000', '214213.774000', '214213.777000', '214213.779000', '214213.782000', '214213.784000', '214213.787000', '214213.790000', '214213.792000', '214213.795000', '214213.797000', '214213.800000', '214213.802000', '214213.805000', '214213.808000', '214213.810000', '214213.813000', '214213.815000', '214213.818000', '214213.821000', '214213.823000', '214213.826000', '214213.828000', '214213.831000', '214213.834000', '214213.836000', '214213.839000', '214213.841000', '214213.844000', '214213.847000', '214213.856000', '214213.859000', '214233.743000', '214233.745000', '214233.748000', '214233.751000', '214233.753000', '214233.756000', '214233.758000', '214233.761000', '214233.764000', '214233.766000', '214233.780000', '214233.783000', '214233.785000', '214233.788000', '214233.791000', '214233.793000', '214233.796000', '214233.798000', '214233.801000', '214233.803000', '214233.806000', '214233.809000', '214233.811000', '214233.814000', '214233.816000', '214233.819000', '214233.822000', '214233.824000', '214233.827000', '214233.830000', '214233.832000', '214233.835000', '214233.837000', '214233.840000', '214233.843000', '214233.845000', '214233.848000', '214233.850000', '214233.853000', '214233.856000', '214233.858000', '214233.861000', '214233.864000', '214253.742000', '214253.745000', '214253.748000', '214253.751000', '214253.753000', '214253.756000', '214253.758000', '214253.761000', '214253.764000', '214253.766000', '214253.769000', '214253.771000', '214253.774000', '214253.777000', '214253.779000', '214253.782000', '214253.785000', '214253.787000', '214253.790000', '214253.792000', '214253.795000', '214253.798000', '214253.800000', '214253.803000', '214253.805000', '214253.808000', '214253.811000', '214253.813000', '214253.816000', '214253.818000', '214253.821000', '214253.824000', '214253.826000', '214253.829000', '214253.831000', '214253.834000', '214253.837000', '214253.839000', '214253.842000', '214253.845000', '214253.847000', '214253.850000', '214253.852000', '214253.855000', '214313.741000', '214313.744000', '214313.747000', '214313.749000', '214313.752000', '214313.754000', '214313.757000', '214313.760000', '214313.762000', '214313.765000', '214313.767000', '214313.770000', '214313.773000', '214313.775000', '214313.778000', '214313.781000', '214313.783000', '214313.786000', '214313.788000', '214313.791000', '214313.794000', '214313.796000', '214313.799000', '214313.801000', '214313.804000', '214313.807000', '214313.809000', '214313.812000', '214313.815000', '214313.817000', '214313.820000', '214313.822000', '214313.825000', '214313.827000', '214313.830000', '214313.833000', '214313.835000', '214313.838000', '214313.840000', '214313.843000', '214313.846000', '214313.848000', '214313.851000', '214313.853000', '214333.743000', '214333.745000', '214333.748000', '214333.751000', '214333.753000', '214333.756000', '214333.758000', '214333.761000', '214333.763000', '214333.766000', '214333.769000', '214333.771000', '214333.774000', '214333.777000', '214333.779000', '214333.782000', '214333.784000', '214333.787000', '214333.790000', '214333.792000', '214333.795000', '214333.798000', '214333.800000', '214333.803000', '214333.805000', '214333.808000', '214333.811000', '214333.813000', '214333.816000', '214333.818000', '214333.821000', '214333.824000', '214333.826000', '214333.829000', '214333.832000', '214333.834000', '214333.837000', '214333.839000', '214333.842000', '214333.844000', '214333.847000', '214333.850000', '214333.852000', '214353.743000', '214353.746000', '214353.749000', '214353.751000', '214353.754000', '214353.756000', '214353.759000', '214353.762000', '214353.764000', '214353.767000', '214353.769000', '214353.772000', '214353.774000', '214353.777000', '214353.780000', '214353.782000', '214353.785000', '214353.788000', '214353.790000', '214353.793000', '214353.795000', '214353.798000', '214353.801000', '214353.803000', '214353.806000', '214353.810000', '214353.813000', '214353.816000', '214353.818000', '214353.821000', '214353.824000', '214353.826000', '214353.829000', '214353.832000', '214353.834000', '214353.837000', '214353.839000', '214353.842000', '214353.845000', '214353.847000', '214353.850000', '214353.852000', '214353.855000', '214413.742000', '214413.745000', '214413.748000', '214413.750000', '214413.753000', '214413.756000', '214413.768000', '214413.771000', '214413.773000', '214413.776000', '214413.778000', '214413.781000', '214413.784000', '214413.786000', '214413.789000', '214413.791000', '214413.794000', '214413.797000', '214413.799000', '214413.802000', '214413.805000', '214413.807000', '214413.810000', '214413.812000', '214413.815000', '214413.818000', '214413.820000', '214413.823000', '214413.825000', '214413.828000', '214413.831000', '214413.833000', '214413.836000', '214413.839000', '214413.841000', '214413.844000', '214413.846000', '214413.849000', '214413.852000', '214413.854000', '214413.857000', '214413.859000', '214413.862000', '214413.864000', '214433.742000', '214433.745000', '214433.748000', '214433.750000', '214433.753000', '214433.756000', '214433.758000', '214433.761000', '214433.763000', '214433.766000', '214433.769000', '214433.771000', '214433.774000', '214433.777000', '214433.780000', '214433.782000', '214433.785000', '214433.788000', '214433.790000', '214433.793000', '214433.796000', '214433.798000', '214433.801000', '214433.803000', '214433.806000', '214433.809000', '214433.811000', '214433.814000', '214433.816000', '214433.819000', '214433.821000', '214433.824000', '214433.827000', '214433.830000', '214433.832000', '214433.835000', '214433.837000', '214433.840000', '214433.843000', '214433.845000', '214433.848000', '214433.851000', '214433.853000', '214453.743000', '214453.745000', '214453.748000', '214453.751000', '214453.753000', '214453.756000', '214453.759000', '214453.761000', '214453.764000', '214453.766000', '214453.769000', '214453.772000', '214453.774000', '214453.777000', '214453.779000', '214453.782000', '214453.785000', '214453.787000', '214453.790000', '214453.793000', '214453.795000', '214453.798000', '214453.800000', '214453.803000', '214453.806000', '214453.808000', '214453.811000', '214453.813000', '214453.816000', '214453.819000', '214453.821000', '214453.824000', '214453.826000', '214453.829000', '214453.832000', '214453.834000', '214453.837000', '214453.839000', '214453.842000', '214453.845000', '214453.847000', '214453.850000', '214453.852000', '214453.855000', '214513.742000', '214513.745000', '214513.748000', '214513.751000', '214513.753000', '214513.756000', '214513.759000', '214513.761000', '214513.764000', '214513.766000', '214513.769000', '214513.771000', '214513.774000', '214513.777000', '214513.779000', '214513.782000', '214513.784000', '214513.787000', '214513.790000', '214513.792000', '214513.795000', '214513.798000', '214513.800000', '214513.803000', '214513.805000', '214513.809000', '214513.811000', '214513.814000', '214513.817000', '214513.819000', '214513.822000', '214513.825000', '214513.827000', '214513.830000', '214513.833000', '214513.835000', '214513.838000', '214513.840000', '214513.843000', '214513.845000', '214513.849000', '214513.852000', '214513.854000', '214533.742000', '214533.744000', '214533.747000', '214533.750000', '214533.752000', '214533.755000', '214533.757000', '214533.760000', '214533.763000', '214533.765000', '214533.768000', '214533.770000', '214533.773000', '214533.776000', '214533.778000', '214533.781000', '214533.783000', '214533.798000', '214533.801000', '214533.803000', '214533.806000', '214533.809000', '214533.811000', '214533.814000', '214533.816000', '214533.819000', '214533.822000', '214533.824000', '214533.827000', '214533.830000', '214533.832000', '214533.835000', '214533.838000', '214533.840000', '214533.843000', '214533.846000', '214533.848000', '214533.851000', '214533.853000', '214533.856000', '214533.859000', '214533.861000', '214533.864000', '214533.866000', '214553.742000', '214553.745000', '214553.748000', '214553.751000', '214553.753000', '214553.756000', '214553.758000', '214553.761000', '214553.764000', '214553.768000', '214553.771000', '214553.773000', '214553.776000', '214553.779000', '214553.781000', '214553.784000', '214553.787000', '214553.789000', '214553.792000', '214553.794000', '214553.797000', '214553.800000', '214553.802000', '214553.805000', '214553.807000', '214553.810000', '214553.813000', '214553.815000', '214553.818000', '214553.821000', '214553.824000', '214553.826000', '214553.829000', '214553.832000', '214553.834000', '214553.837000', '214553.839000', '214553.842000', '214553.845000', '214553.847000', '214553.850000', '214553.852000', '214553.855000', '214613.743000', '214613.746000', '214613.748000', '214613.751000', '214613.753000', '214613.756000', '214613.759000', '214613.761000', '214613.764000', '214613.766000', '214613.769000', '214613.771000', '214613.774000', '214613.777000', '214613.779000', '214613.782000', '214613.785000', '214613.787000', '214613.790000', '214613.792000', '214613.795000', '214613.798000', '214613.800000', '214613.803000', '214613.805000', '214613.808000', '214613.811000', '214613.813000', '214613.816000', '214613.818000', '214613.821000', '214613.824000', '214613.826000', '214613.829000', '214613.832000', '214613.834000', '214613.837000', '214613.839000', '214613.842000', '214613.845000', '214613.847000', '214613.850000', '214613.852000', '214613.855000', '214633.742000', '214633.745000', '214633.748000', '214633.750000', '214633.753000', '214633.756000', '214633.758000', '214633.761000', '214633.763000', '214633.766000', '214633.768000', '214633.771000', '214633.774000', '214633.776000', '214633.779000', '214633.781000', '214633.784000', '214633.787000', '214633.789000', '214633.792000', '214633.794000', '214633.797000', '214633.800000', '214633.802000', '214633.805000', '214633.807000', '214633.810000', '214633.813000', '214633.815000', '214633.818000', '214633.820000', '214633.823000', '214633.826000', '214633.828000', '214633.831000', '214633.833000', '214633.836000', '214633.838000', '214633.841000', '214633.844000', '214633.846000', '214633.849000', '214633.851000', '214653.742000', '214653.745000', '214653.748000', '214653.750000', '214653.753000', '214653.756000', '214653.758000', '214653.761000', '214653.763000', '214653.766000', '214653.769000', '214653.771000', '214653.774000', '214653.776000', '214653.779000', '214653.782000', '214653.784000', '214653.787000', '214653.789000', '214653.792000', '214653.795000', '214653.797000', '214653.800000', '214653.802000', '214653.805000', '214653.808000', '214653.810000', '214653.813000', '214653.816000', '214653.818000', '214653.821000', '214653.823000', '214653.826000', '214653.829000', '214653.831000', '214653.834000', '214653.836000', '214653.839000', '214653.841000', '214653.844000', '214653.847000', '214653.849000', '214653.874000', '214653.877000', '214713.743000', '214713.745000', '214713.748000', '214713.751000', '214713.753000', '214713.756000', '214713.758000', '214713.761000', '214713.763000', '214713.766000', '214713.769000', '214713.771000', '214713.774000', '214713.777000', '214713.779000', '214713.782000', '214713.784000', '214713.787000', '214713.790000', '214713.792000', '214713.795000', '214713.797000', '214713.800000', '214713.803000', '214713.805000', '214713.808000', '214713.811000', '214713.813000', '214713.816000', '214713.818000', '214713.821000', '214713.824000', '214713.826000', '214713.829000', '214713.831000', '214713.834000', '214713.836000', '214713.839000', '214713.842000', '214713.844000', '214713.847000', '214713.849000', '214713.852000', '214733.744000', '214733.746000', '214733.749000', '214733.752000', '214733.754000', '214733.757000', '214733.760000', '214733.762000', '214733.765000', '214733.767000', '214733.770000', '214733.773000', '214733.775000', '214733.778000', '214733.781000', '214733.783000', '214733.786000', '214733.788000', '214733.791000', '214733.794000', '214733.796000', '214733.799000', '214733.802000', '214733.804000', '214733.807000', '214733.810000', '214733.812000', '214733.815000', '214733.817000', '214733.820000', '214733.823000', '214733.825000', '214733.828000', '214733.831000', '214733.833000', '214733.836000', '214733.838000', '214733.841000', '214733.844000', '214733.846000', '214733.849000', '214733.852000', '214733.854000', '214733.857000', '214753.742000', '214753.744000', '214753.747000', '214753.750000', '214753.752000', '214753.755000', '214753.758000', '214753.760000', '214753.763000', '214753.765000', '214753.768000', '214753.771000', '214753.773000', '214753.776000', '214753.778000', '214753.781000', '214753.784000', '214753.786000', '214753.789000', '214753.791000', '214753.794000', '214753.797000', '214753.799000', '214753.802000', '214753.804000', '214753.807000', '214753.810000', '214753.812000', '214753.815000', '214753.817000', '214753.820000', '214753.823000', '214753.825000', '214753.828000', '214753.831000', '214753.833000', '214753.836000', '214753.838000', '214753.841000', '214753.844000', '214753.846000', '214753.849000', '214753.852000', '214813.742000', '214813.745000', '214813.748000', '214813.751000', '214813.753000', '214813.756000', '214813.759000', '214813.761000', '214813.764000', '214813.766000', '214813.769000', '214813.772000', '214813.774000', '214813.777000', '214813.780000', '214813.782000', '214813.785000', '214813.787000', '214813.790000', '214813.793000', '214813.795000', '214813.798000', '214813.800000', '214813.803000', '214813.806000', '214813.808000', '214813.811000', '214813.813000', '214813.816000', '214813.819000', '214813.821000', '214813.824000', '214813.826000', '214813.829000', '214813.832000', '214813.834000', '214813.837000', '214813.839000', '214813.842000', '214813.876000', '214813.879000', '214813.881000', '214813.884000', '214813.886000', '214833.743000', '214833.746000', '214833.748000', '214833.751000', '214833.753000', '214833.756000', '214833.758000', '214833.761000', '214833.764000', '214833.766000', '214833.769000', '214833.772000', '214833.774000', '214833.777000', '214833.779000', '214833.782000', '214833.785000', '214833.787000', '214833.790000', '214833.793000', '214833.795000', '214833.798000', '214833.800000', '214833.803000', '214833.806000', '214833.808000', '214833.811000', '214833.813000', '214833.816000', '214833.819000', '214833.821000', '214833.824000', '214833.827000', '214833.829000', '214833.832000', '214833.834000', '214833.837000', '214833.840000', '214833.842000', '214833.845000', '214833.847000', '214833.850000', '214833.853000', '214853.743000', '214853.745000', '214853.748000', '214853.751000', '214853.753000', '214853.756000', '214853.759000', '214853.761000', '214853.764000', '214853.767000', '214853.769000', '214853.772000', '214853.775000', '214853.777000', '214853.780000', '214853.783000', '214853.785000', '214853.788000', '214853.790000', '214853.793000', '214853.796000', '214853.798000', '214853.801000', '214853.804000', '214853.806000', '214853.809000', '214853.811000', '214853.814000', '214853.817000', '214853.820000', '214853.822000', '214853.825000', '214853.827000', '214853.830000', '214853.833000', '214853.835000', '214853.838000', '214853.841000', '214853.843000', '214853.846000', '214853.848000', '214853.851000', '214853.853000', '214853.856000', '214913.743000', '214913.745000', '214913.748000', '214913.751000', '214913.753000', '214913.756000', '214913.759000', '214913.761000', '214913.764000', '214913.767000', '214913.769000', '214913.772000', '214913.774000', '214913.777000', '214913.780000', '214913.783000', '214913.785000', '214913.788000', '214913.790000', '214913.793000', '214913.795000', '214913.798000', '214913.801000', '214913.803000', '214913.806000', '214913.808000', '214913.811000', '214913.814000', '214913.816000', '214913.819000', '214913.821000', '214913.824000', '214913.827000', '214913.829000', '214913.832000', '214913.835000', '214913.837000', '214913.840000', '214913.842000', '214913.845000', '214913.848000', '214913.850000', '214913.853000', '214930.934000', '214930.937000', '214930.940000', '214930.942000', '214930.945000', '214930.948000', '214930.950000', '214930.953000', '214930.955000', '214930.958000', '214930.961000', '214930.963000', '214930.966000', '214930.968000', '214930.971000', '214930.974000', '214930.976000', '214930.979000', '214930.982000', '214930.984000', '214930.987000', '214930.990000', '214930.992000', '214930.995000', '214930.998000', '214931.001000', '214931.004000', '214931.007000', '214931.009000', '214931.012000', '214931.014000', '214931.017000', '214931.020000', '214931.022000', '214931.025000', '214931.046000', '214931.049000', '214931.051000'], 'InstanceCreationTime': ['214033.777000', '214033.780000', '214033.783000', '214033.786000', '214033.788000', '214033.791000', '214033.794000', '214033.799000', '214033.801000', '214033.804000', '214033.806000', '214033.809000', '214033.812000', '214033.814000', '214033.817000', '214033.819000', '214033.822000', '214033.824000', '214033.827000', '214033.834000', '214033.837000', '214033.839000', '214033.842000', '214033.844000', '214033.847000', '214033.850000', '214033.852000', '214033.855000', '214033.857000', '214033.860000', '214033.862000', '214033.865000', '214033.868000', '214033.870000', '214033.873000', '214033.875000', '214033.878000', '214033.880000', '214033.883000', '214033.886000', '214033.888000', '214053.742000', '214053.744000', '214053.747000', '214053.749000', '214053.752000', '214053.755000', '214053.757000', '214053.760000', '214053.762000', '214053.765000', '214053.767000', '214053.770000', '214053.772000', '214053.775000', '214053.778000', '214053.780000', '214053.783000', '214053.785000', '214053.788000', '214053.790000', '214053.793000', '214053.796000', '214053.798000', '214053.801000', '214053.803000', '214053.806000', '214053.808000', '214053.811000', '214053.828000', '214053.830000', '214053.833000', '214053.836000', '214053.838000', '214053.841000', '214053.843000', '214053.846000', '214053.853000', '214053.856000', '214053.859000', '214053.861000', '214053.864000', '214053.866000', '214053.869000', '214113.742000', '214113.745000', '214113.748000', '214113.750000', '214113.753000', '214113.755000', '214113.758000', '214113.760000', '214113.763000', '214113.765000', '214113.768000', '214113.771000', '214113.773000', '214113.776000', '214113.779000', '214113.781000', '214113.784000', '214113.787000', '214113.790000', '214113.792000', '214113.795000', '214113.798000', '214113.800000', '214113.803000', '214113.805000', '214113.808000', '214113.811000', '214113.813000', '214113.816000', '214113.818000', '214113.821000', '214113.824000', '214113.826000', '214113.829000', '214113.831000', '214113.834000', '214113.836000', '214113.839000', '214113.842000', '214113.844000', '214113.847000', '214113.849000', '214113.852000', '214133.742000', '214133.745000', '214133.748000', '214133.750000', '214133.753000', '214133.755000', '214133.758000', '214133.761000', '214133.763000', '214133.766000', '214133.769000', '214133.771000', '214133.774000', '214133.776000', '214133.779000', '214133.782000', '214133.784000', '214133.787000', '214133.789000', '214133.792000', '214133.800000', '214133.802000', '214133.805000', '214133.807000', '214133.810000', '214133.812000', '214133.815000', '214133.818000', '214133.820000', '214133.823000', '214133.826000', '214133.828000', '214133.831000', '214133.833000', '214133.836000', '214133.838000', '214133.841000', '214133.844000', '214133.846000', '214133.849000', '214133.852000', '214133.854000', '214133.857000', '214133.859000', '214153.743000', '214153.745000', '214153.748000', '214153.751000', '214153.753000', '214153.756000', '214153.758000', '214153.761000', '214153.763000', '214153.766000', '214153.769000', '214153.771000', '214153.774000', '214153.777000', '214153.779000', '214153.782000', '214153.784000', '214153.787000', '214153.789000', '214153.792000', '214153.795000', '214153.797000', '214153.800000', '214153.803000', '214153.805000', '214153.808000', '214153.810000', '214153.813000', '214153.816000', '214153.818000', '214153.821000', '214153.823000', '214153.826000', '214153.828000', '214153.831000', '214153.834000', '214153.836000', '214153.839000', '214153.841000', '214153.844000', '214153.846000', '214153.849000', '214153.852000', '214153.854000', '214213.742000', '214213.745000', '214213.748000', '214213.751000', '214213.753000', '214213.756000', '214213.758000', '214213.761000', '214213.764000', '214213.766000', '214213.769000', '214213.771000', '214213.774000', '214213.777000', '214213.779000', '214213.782000', '214213.784000', '214213.787000', '214213.790000', '214213.792000', '214213.795000', '214213.797000', '214213.800000', '214213.802000', '214213.805000', '214213.808000', '214213.810000', '214213.813000', '214213.815000', '214213.818000', '214213.821000', '214213.823000', '214213.826000', '214213.828000', '214213.831000', '214213.834000', '214213.836000', '214213.839000', '214213.841000', '214213.844000', '214213.847000', '214213.856000', '214213.859000', '214233.743000', '214233.745000', '214233.748000', '214233.751000', '214233.753000', '214233.756000', '214233.758000', '214233.761000', '214233.764000', '214233.766000', '214233.780000', '214233.783000', '214233.785000', '214233.788000', '214233.791000', '214233.793000', '214233.796000', '214233.798000', '214233.801000', '214233.803000', '214233.806000', '214233.809000', '214233.811000', '214233.814000', '214233.816000', '214233.819000', '214233.822000', '214233.824000', '214233.827000', '214233.830000', '214233.832000', '214233.835000', '214233.837000', '214233.840000', '214233.843000', '214233.845000', '214233.848000', '214233.850000', '214233.853000', '214233.856000', '214233.858000', '214233.861000', '214233.864000', '214253.742000', '214253.745000', '214253.748000', '214253.751000', '214253.753000', '214253.756000', '214253.758000', '214253.761000', '214253.764000', '214253.766000', '214253.769000', '214253.771000', '214253.774000', '214253.777000', '214253.779000', '214253.782000', '214253.785000', '214253.787000', '214253.790000', '214253.792000', '214253.795000', '214253.798000', '214253.800000', '214253.803000', '214253.805000', '214253.808000', '214253.811000', '214253.813000', '214253.816000', '214253.818000', '214253.821000', '214253.824000', '214253.826000', '214253.829000', '214253.831000', '214253.834000', '214253.837000', '214253.839000', '214253.842000', '214253.845000', '214253.847000', '214253.850000', '214253.852000', '214253.855000', '214313.741000', '214313.744000', '214313.747000', '214313.749000', '214313.752000', '214313.754000', '214313.757000', '214313.760000', '214313.762000', '214313.765000', '214313.767000', '214313.770000', '214313.773000', '214313.775000', '214313.778000', '214313.781000', '214313.783000', '214313.786000', '214313.788000', '214313.791000', '214313.794000', '214313.796000', '214313.799000', '214313.801000', '214313.804000', '214313.807000', '214313.809000', '214313.812000', '214313.815000', '214313.817000', '214313.820000', '214313.822000', '214313.825000', '214313.827000', '214313.830000', '214313.833000', '214313.835000', '214313.838000', '214313.840000', '214313.843000', '214313.846000', '214313.848000', '214313.851000', '214313.853000', '214333.743000', '214333.745000', '214333.748000', '214333.751000', '214333.753000', '214333.756000', '214333.758000', '214333.761000', '214333.763000', '214333.766000', '214333.769000', '214333.771000', '214333.774000', '214333.777000', '214333.779000', '214333.782000', '214333.784000', '214333.787000', '214333.790000', '214333.792000', '214333.795000', '214333.798000', '214333.800000', '214333.803000', '214333.805000', '214333.808000', '214333.811000', '214333.813000', '214333.816000', '214333.818000', '214333.821000', '214333.824000', '214333.826000', '214333.829000', '214333.832000', '214333.834000', '214333.837000', '214333.839000', '214333.842000', '214333.844000', '214333.847000', '214333.850000', '214333.852000', '214353.743000', '214353.746000', '214353.749000', '214353.751000', '214353.754000', '214353.756000', '214353.759000', '214353.762000', '214353.764000', '214353.767000', '214353.769000', '214353.772000', '214353.774000', '214353.777000', '214353.780000', '214353.782000', '214353.785000', '214353.788000', '214353.790000', '214353.793000', '214353.795000', '214353.798000', '214353.801000', '214353.803000', '214353.806000', '214353.810000', '214353.813000', '214353.816000', '214353.818000', '214353.821000', '214353.824000', '214353.826000', '214353.829000', '214353.832000', '214353.834000', '214353.837000', '214353.839000', '214353.842000', '214353.845000', '214353.847000', '214353.850000', '214353.852000', '214353.855000', '214413.742000', '214413.745000', '214413.748000', '214413.750000', '214413.753000', '214413.756000', '214413.768000', '214413.771000', '214413.773000', '214413.776000', '214413.778000', '214413.781000', '214413.784000', '214413.786000', '214413.789000', '214413.791000', '214413.794000', '214413.797000', '214413.799000', '214413.802000', '214413.805000', '214413.807000', '214413.810000', '214413.812000', '214413.815000', '214413.818000', '214413.820000', '214413.823000', '214413.825000', '214413.828000', '214413.831000', '214413.833000', '214413.836000', '214413.839000', '214413.841000', '214413.844000', '214413.846000', '214413.849000', '214413.852000', '214413.854000', '214413.857000', '214413.859000', '214413.862000', '214413.864000', '214433.742000', '214433.745000', '214433.748000', '214433.750000', '214433.753000', '214433.756000', '214433.758000', '214433.761000', '214433.763000', '214433.766000', '214433.769000', '214433.771000', '214433.774000', '214433.777000', '214433.780000', '214433.782000', '214433.785000', '214433.788000', '214433.790000', '214433.793000', '214433.796000', '214433.798000', '214433.801000', '214433.803000', '214433.806000', '214433.809000', '214433.811000', '214433.814000', '214433.816000', '214433.819000', '214433.821000', '214433.824000', '214433.827000', '214433.830000', '214433.832000', '214433.835000', '214433.837000', '214433.840000', '214433.843000', '214433.845000', '214433.848000', '214433.851000', '214433.853000', '214453.743000', '214453.745000', '214453.748000', '214453.751000', '214453.753000', '214453.756000', '214453.759000', '214453.761000', '214453.764000', '214453.766000', '214453.769000', '214453.772000', '214453.774000', '214453.777000', '214453.779000', '214453.782000', '214453.785000', '214453.787000', '214453.790000', '214453.793000', '214453.795000', '214453.798000', '214453.800000', '214453.803000', '214453.806000', '214453.808000', '214453.811000', '214453.813000', '214453.816000', '214453.819000', '214453.821000', '214453.824000', '214453.826000', '214453.829000', '214453.832000', '214453.834000', '214453.837000', '214453.839000', '214453.842000', '214453.845000', '214453.847000', '214453.850000', '214453.852000', '214453.855000', '214513.742000', '214513.745000', '214513.748000', '214513.751000', '214513.753000', '214513.756000', '214513.759000', '214513.761000', '214513.764000', '214513.766000', '214513.769000', '214513.771000', '214513.774000', '214513.777000', '214513.779000', '214513.782000', '214513.784000', '214513.787000', '214513.790000', '214513.792000', '214513.795000', '214513.798000', '214513.800000', '214513.803000', '214513.805000', '214513.809000', '214513.811000', '214513.814000', '214513.817000', '214513.819000', '214513.822000', '214513.825000', '214513.827000', '214513.830000', '214513.833000', '214513.835000', '214513.838000', '214513.840000', '214513.843000', '214513.845000', '214513.849000', '214513.852000', '214513.854000', '214533.742000', '214533.744000', '214533.747000', '214533.750000', '214533.752000', '214533.755000', '214533.757000', '214533.760000', '214533.763000', '214533.765000', '214533.768000', '214533.770000', '214533.773000', '214533.776000', '214533.778000', '214533.781000', '214533.783000', '214533.798000', '214533.801000', '214533.803000', '214533.806000', '214533.809000', '214533.811000', '214533.814000', '214533.816000', '214533.819000', '214533.822000', '214533.824000', '214533.827000', '214533.830000', '214533.832000', '214533.835000', '214533.838000', '214533.840000', '214533.843000', '214533.846000', '214533.848000', '214533.851000', '214533.853000', '214533.856000', '214533.859000', '214533.861000', '214533.864000', '214533.866000', '214553.742000', '214553.745000', '214553.748000', '214553.751000', '214553.753000', '214553.756000', '214553.758000', '214553.761000', '214553.764000', '214553.768000', '214553.771000', '214553.773000', '214553.776000', '214553.779000', '214553.781000', '214553.784000', '214553.787000', '214553.789000', '214553.792000', '214553.794000', '214553.797000', '214553.800000', '214553.802000', '214553.805000', '214553.807000', '214553.810000', '214553.813000', '214553.815000', '214553.818000', '214553.821000', '214553.824000', '214553.826000', '214553.829000', '214553.832000', '214553.834000', '214553.837000', '214553.839000', '214553.842000', '214553.845000', '214553.847000', '214553.850000', '214553.852000', '214553.855000', '214613.743000', '214613.746000', '214613.748000', '214613.751000', '214613.753000', '214613.756000', '214613.759000', '214613.761000', '214613.764000', '214613.766000', '214613.769000', '214613.771000', '214613.774000', '214613.777000', '214613.779000', '214613.782000', '214613.785000', '214613.787000', '214613.790000', '214613.792000', '214613.795000', '214613.798000', '214613.800000', '214613.803000', '214613.805000', '214613.808000', '214613.811000', '214613.813000', '214613.816000', '214613.818000', '214613.821000', '214613.824000', '214613.826000', '214613.829000', '214613.832000', '214613.834000', '214613.837000', '214613.839000', '214613.842000', '214613.845000', '214613.847000', '214613.850000', '214613.852000', '214613.855000', '214633.742000', '214633.745000', '214633.748000', '214633.750000', '214633.753000', '214633.756000', '214633.758000', '214633.761000', '214633.763000', '214633.766000', '214633.768000', '214633.771000', '214633.774000', '214633.776000', '214633.779000', '214633.781000', '214633.784000', '214633.787000', '214633.789000', '214633.792000', '214633.794000', '214633.797000', '214633.800000', '214633.802000', '214633.805000', '214633.807000', '214633.810000', '214633.813000', '214633.815000', '214633.818000', '214633.820000', '214633.823000', '214633.826000', '214633.828000', '214633.831000', '214633.833000', '214633.836000', '214633.838000', '214633.841000', '214633.844000', '214633.846000', '214633.849000', '214633.851000', '214653.742000', '214653.745000', '214653.748000', '214653.750000', '214653.753000', '214653.756000', '214653.758000', '214653.761000', '214653.763000', '214653.766000', '214653.769000', '214653.771000', '214653.774000', '214653.776000', '214653.779000', '214653.782000', '214653.784000', '214653.787000', '214653.789000', '214653.792000', '214653.795000', '214653.797000', '214653.800000', '214653.802000', '214653.805000', '214653.808000', '214653.810000', '214653.813000', '214653.816000', '214653.818000', '214653.821000', '214653.823000', '214653.826000', '214653.829000', '214653.831000', '214653.834000', '214653.836000', '214653.839000', '214653.841000', '214653.844000', '214653.847000', '214653.849000', '214653.874000', '214653.877000', '214713.743000', '214713.745000', '214713.748000', '214713.751000', '214713.753000', '214713.756000', '214713.758000', '214713.761000', '214713.763000', '214713.766000', '214713.769000', '214713.771000', '214713.774000', '214713.777000', '214713.779000', '214713.782000', '214713.784000', '214713.787000', '214713.790000', '214713.792000', '214713.795000', '214713.797000', '214713.800000', '214713.803000', '214713.805000', '214713.808000', '214713.811000', '214713.813000', '214713.816000', '214713.818000', '214713.821000', '214713.824000', '214713.826000', '214713.829000', '214713.831000', '214713.834000', '214713.836000', '214713.839000', '214713.842000', '214713.844000', '214713.847000', '214713.849000', '214713.852000', '214733.744000', '214733.746000', '214733.749000', '214733.752000', '214733.754000', '214733.757000', '214733.760000', '214733.762000', '214733.765000', '214733.767000', '214733.770000', '214733.773000', '214733.775000', '214733.778000', '214733.781000', '214733.783000', '214733.786000', '214733.788000', '214733.791000', '214733.794000', '214733.796000', '214733.799000', '214733.802000', '214733.804000', '214733.807000', '214733.810000', '214733.812000', '214733.815000', '214733.817000', '214733.820000', '214733.823000', '214733.825000', '214733.828000', '214733.831000', '214733.833000', '214733.836000', '214733.838000', '214733.841000', '214733.844000', '214733.846000', '214733.849000', '214733.852000', '214733.854000', '214733.857000', '214753.742000', '214753.744000', '214753.747000', '214753.750000', '214753.752000', '214753.755000', '214753.758000', '214753.760000', '214753.763000', '214753.765000', '214753.768000', '214753.771000', '214753.773000', '214753.776000', '214753.778000', '214753.781000', '214753.784000', '214753.786000', '214753.789000', '214753.791000', '214753.794000', '214753.797000', '214753.799000', '214753.802000', '214753.804000', '214753.807000', '214753.810000', '214753.812000', '214753.815000', '214753.817000', '214753.820000', '214753.823000', '214753.825000', '214753.828000', '214753.831000', '214753.833000', '214753.836000', '214753.838000', '214753.841000', '214753.844000', '214753.846000', '214753.849000', '214753.852000', '214813.742000', '214813.745000', '214813.748000', '214813.751000', '214813.753000', '214813.756000', '214813.759000', '214813.761000', '214813.764000', '214813.766000', '214813.769000', '214813.772000', '214813.774000', '214813.777000', '214813.780000', '214813.782000', '214813.785000', '214813.787000', '214813.790000', '214813.793000', '214813.795000', '214813.798000', '214813.800000', '214813.803000', '214813.806000', '214813.808000', '214813.811000', '214813.813000', '214813.816000', '214813.819000', '214813.821000', '214813.824000', '214813.826000', '214813.829000', '214813.832000', '214813.834000', '214813.837000', '214813.839000', '214813.842000', '214813.876000', '214813.879000', '214813.881000', '214813.884000', '214813.886000', '214833.743000', '214833.746000', '214833.748000', '214833.751000', '214833.753000', '214833.756000', '214833.758000', '214833.761000', '214833.764000', '214833.766000', '214833.769000', '214833.772000', '214833.774000', '214833.777000', '214833.779000', '214833.782000', '214833.785000', '214833.787000', '214833.790000', '214833.793000', '214833.795000', '214833.798000', '214833.800000', '214833.803000', '214833.806000', '214833.808000', '214833.811000', '214833.813000', '214833.816000', '214833.819000', '214833.821000', '214833.824000', '214833.827000', '214833.829000', '214833.832000', '214833.834000', '214833.837000', '214833.840000', '214833.842000', '214833.845000', '214833.847000', '214833.850000', '214833.853000', '214853.743000', '214853.745000', '214853.748000', '214853.751000', '214853.753000', '214853.756000', '214853.759000', '214853.761000', '214853.764000', '214853.767000', '214853.769000', '214853.772000', '214853.775000', '214853.777000', '214853.780000', '214853.783000', '214853.785000', '214853.788000', '214853.790000', '214853.793000', '214853.796000', '214853.798000', '214853.801000', '214853.804000', '214853.806000', '214853.809000', '214853.811000', '214853.814000', '214853.817000', '214853.820000', '214853.822000', '214853.825000', '214853.827000', '214853.830000', '214853.833000', '214853.835000', '214853.838000', '214853.841000', '214853.843000', '214853.846000', '214853.848000', '214853.851000', '214853.853000', '214853.856000', '214913.743000', '214913.745000', '214913.748000', '214913.751000', '214913.753000', '214913.756000', '214913.759000', '214913.761000', '214913.764000', '214913.767000', '214913.769000', '214913.772000', '214913.774000', '214913.777000', '214913.780000', '214913.783000', '214913.785000', '214913.788000', '214913.790000', '214913.793000', '214913.795000', '214913.798000', '214913.801000', '214913.803000', '214913.806000', '214913.808000', '214913.811000', '214913.814000', '214913.816000', '214913.819000', '214913.821000', '214913.824000', '214913.827000', '214913.829000', '214913.832000', '214913.835000', '214913.837000', '214913.840000', '214913.842000', '214913.845000', '214913.848000', '214913.850000', '214913.853000', '214930.934000', '214930.937000', '214930.940000', '214930.942000', '214930.945000', '214930.948000', '214930.950000', '214930.953000', '214930.955000', '214930.958000', '214930.961000', '214930.963000', '214930.966000', '214930.968000', '214930.971000', '214930.974000', '214930.976000', '214930.979000', '214930.982000', '214930.984000', '214930.987000', '214930.990000', '214930.992000', '214930.995000', '214930.998000', '214931.001000', '214931.004000', '214931.007000', '214931.009000', '214931.012000', '214931.014000', '214931.017000', '214931.020000', '214931.022000', '214931.025000', '214931.046000', '214931.049000', '214931.051000'], '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': [9983, 7544, 7768, 8972, 7723, 13567, 8155, 13012, 9235, 13651, 7930, 9065, 7201, 7369, 10742, 7331, 13091, 8260, 9950, 7112, 7608, 8508, 7462, 12075, 7652, 10924, 7520, 8380, 7282, 7939, 7524, 7775, 9216, 8153, 10479, 7512, 11605, 7568, 9773, 7924, 9989, 7947, 7807, 9628, 7376, 12639, 7938, 12135, 7526, 9013, 7420, 7437, 9480, 7455, 14217, 9046, 11728, 7383, 9212, 7126, 8103, 8331, 8525, 8211, 8197, 9588, 7279, 13312, 9119, 12688, 7811, 9857, 7248, 7802, 12237, 8740, 15421, 7614, 12805, 7321, 10420, 7963, 10523, 7767, 7772, 8177, 7241, 10308, 7876, 10687, 7306, 12264, 7239, 10951, 7268, 11667, 8341, 12023, 7780, 8094, 7180, 7451, 9099, 7974, 13757, 7537, 11947, 7952, 10592, 7526, 9977, 7871, 9104, 7705, 7923, 7385, 7290, 9084, 8166, 8432, 7422, 8385, 7066, 11303, 8068, 12703, 7508, 11784, 7334, 10457, 7657, 10893, 7726, 8732, 7424, 7782, 8152, 8587, 8101, 7864, 8650, 7167, 12408, 8221, 12933, 7457, 10771, 7368, 9636, 7581, 10458, 7388, 8404, 7492, 7147, 8764, 7698, 9407, 7405, 11510, 7396, 10579, 7413, 10599, 7636, 10172, 7456, 8124, 7213, 8273, 8286, 8577, 7888, 7731, 9011, 7464, 13820, 8834, 13175, 7576, 11289, 7380, 9974, 7830, 10654, 7164, 8113, 7027, 7913, 8409, 8619, 8445, 7826, 9000, 7622, 12043, 7595, 14176, 8890, 11557, 7298, 9292, 7222, 8005, 8743, 7829, 8467, 7724, 9187, 7307, 12772, 8654, 12547, 7354, 11045, 7256, 9977, 7758, 10642, 7813, 8616, 7402, 8091, 8215, 7595, 11490, 8104, 12013, 7379, 11482, 8004, 11211, 7246, 11796, 7576, 10642, 7446, 10599, 7618, 9998, 7208, 8115, 7195, 7635, 8142, 8182, 8804, 7912, 8296, 7606, 9004, 7592, 12168, 8594, 13068, 7706, 12333, 7542, 10814, 8309, 11616, 7480, 10113, 7275, 9169, 7575, 12470, 7694, 10452, 7561, 9035, 7515, 11479, 7750, 9859, 7411, 7925, 7104, 8633, 9168, 8398, 9301, 7595, 11568, 7321, 14528, 9522, 11959, 7488, 10022, 7199, 10787, 7898, 10429, 7347, 8559, 7114, 9166, 8156, 9157, 7404, 7828, 8049, 7447, 11468, 8848, 14384, 7706, 11486, 7438, 10432, 7395, 9402, 7730, 8820, 7146, 7536, 7533, 7628, 9258, 7916, 9978, 7558, 9132, 7348, 9182, 7351, 12253, 8537, 8546, 7530, 7311, 8128, 8945, 10164, 8416, 12096, 8572, 15298, 10811, 14925, 8946, 11682, 7337, 10358, 7284, 10524, 8228, 15096, 7852, 8118, 7165, 8330, 7063, 13625, 8326, 12706, 9017, 14384, 15804, 15781, 10711, 6907, 7320, 9049, 7664, 11970, 8276, 12943, 7653, 13648, 8837, 11806, 7940, 10331, 7704, 10773, 8055, 14076, 12356, 16447, 11533, 12030, 8332, 10394, 7681, 10040, 7727, 9785, 7637, 8907, 7668, 9340, 7865, 12258, 7866, 8430, 7213, 8785, 7204, 8773, 7263, 8268, 7202, 8226, 8006, 7305, 7903, 7421, 8579, 7083, 11885, 7646, 10260, 7363, 8781, 7342, 8118, 7610, 7609, 8971, 7707, 9015, 7531, 11278, 7305, 10802, 7413, 9782, 7690, 7996, 8113, 7932, 12097, 7486, 11743, 8419, 10966, 7230, 8048, 6907, 7891, 8640, 7792, 10479, 8002, 11376, 7466, 11518, 7652, 10464, 7724, 10728, 7067, 7797, 8336, 7865, 11087, 7680, 13402, 9623, 12621, 7492, 10578, 7077, 9205, 7756, 10325, 7529, 8152, 8702, 7853, 14138, 8197, 14220, 10176, 11565, 7227, 9302, 7008, 7703, 8273, 8313, 8016, 8093, 9150, 7208, 13582, 8021, 13590, 9404, 11800, 8019, 9684, 10049, 7769, 15697, 13500, 16126, 9664, 12618, 7639, 10096, 7268, 9966, 7165, 8068, 7194, 7418, 7418, 8156, 8559, 8277, 8159, 7862, 9164, 7335, 14955, 9304, 13280, 8310, 10985, 7377, 9205, 7495, 8784, 8109, 7707, 9449, 7546, 12051, 7926, 13614, 8992, 11244, 7115, 9109, 6975, 8363, 7235, 8506, 7190, 8014, 8543, 7528, 9123, 7271, 12271, 8394, 12330, 7404, 13025, 7549, 11714, 8316, 12034, 7498, 9820, 7419, 8992, 7580, 8742, 7861, 8904, 7916, 7939, 9051, 7588, 13458, 7668, 14210, 10099, 11909, 7307, 10243, 7262, 9616, 7994, 9218, 7164, 8040, 8451, 7503, 9995, 8265, 10832, 7784, 13364, 7843, 11942, 7848, 10635, 7863, 8781, 8038, 8035, 11179, 7595, 13270, 9157, 12578, 7835, 10013, 7432, 8812, 6988, 9229, 7671, 7907, 8878, 7818, 10024, 7573, 14297, 8949, 12859, 7700, 10172, 7380, 9168, 7333, 8833, 7855, 7728, 9079, 7480, 12012, 7539, 13345, 8142, 11504, 7356, 9551, 7335, 8868, 7643, 8659, 6924, 7902, 8106, 7997, 9978, 8079, 9384, 8023, 11052, 7625, 12808, 8332, 12143, 8027, 8586, 7527, 7869, 9271, 7702, 12110, 8206, 12024, 7231, 11337, 7546, 10940, 8266, 11452, 7625, 8620, 7918, 7936, 13396, 7571, 14169, 9833, 12810, 7805, 9459, 7538, 7513, 9724, 8017, 14174, 7763, 13286, 7399, 11848, 7492, 10504, 7638, 9650, 7377, 7565, 7117, 7427, 8771, 7250, 10570, 8104, 9732, 7326, 11294, 7264, 10582, 7850, 12171, 7972, 10938, 7243, 9420, 7213, 9726, 8303, 11170, 7350, 7953, 7152, 7615, 9136, 8101, 10555, 7806, 11048, 7204, 11595, 7695, 13262, 8269, 11781, 7337, 9697, 7330, 12258, 8115, 11147, 7510, 8949, 7413, 8276, 8800, 8626, 8454, 8159, 10156, 7310, 13689, 9266, 14763, 9020, 12454, 7679, 10894, 7868, 12694, 9583, 13037, 7805, 10946, 7275, 10236, 7878, 12256, 7665, 10152, 7214, 8454, 6909, 7601, 7745, 8403, 7728, 7712, 8463, 7761, 9213, 7295, 12547, 8832, 12171, 7404, 12579, 7524, 12021, 8927, 12267, 7450, 10167, 7193, 9174, 7200, 10227, 7554, 9207, 7176, 8183, 7128, 8676, 8023, 11012, 7408, 9168, 7194, 9046, 7108, 10443, 7693, 9713, 7243, 8791, 7120, 8329, 8443, 10356, 8109, 8219, 7915, 7773, 8233, 8885, 7546, 8403, 7283, 8671, 7435, 10074, 7927, 10456, 7203, 9172, 7391, 9375, 8067, 11615, 7936, 8895, 7183, 8331, 7343, 8337, 8137, 8511, 8155, 8168, 9465, 7865, 11786, 8786, 12218, 7868, 12827, 7468, 11540, 8212, 12038, 8564, 11084, 7311, 9973, 7882, 10687, 8026, 11467, 7655, 12417, 9388, 10106, 7727, 9729, 7701, 11597, 8012, 14719, 9605, 13546, 9594, 11904, 7593, 10367, 8288, 11446, 8035, 11609, 8269, 8637, 7187, 7142, 8663, 7447, 9972, 7762, 12974, 8861, 11926, 8617, 9401, 8419, 12183, 8316, 15831, 10963, 13095, 7206, 8398, 7195, 8303, 7354, 9776, 7882, 10298, 6951, 9102, 7527, 9572, 8028, 12520, 8045, 11021, 7443, 9121, 9380, 8242, 15598, 12634, 16572, 10482, 12904, 11063, 11484, 7802, 10600, 9301, 10223, 7718, 8227, 9224, 7238, 12419, 9311, 13636, 7789, 12837, 8029, 11832, 8147, 9979, 8077, 10237, 9278, 7671, 13405, 7070, 12573, 9754, 14236, 7567, 9936, 7766, 9097, 7187, 8243, 9267, 8170, 9897, 7519, 11478, 7198, 11936, 8940, 11097, 7228, 9188, 7225, 7515, 9090, 7960, 12660, 7477, 11893, 7542, 10452, 7053, 10624, 7382, 7877, 8320, 7631, 11107, 7205, 12934, 9655, 11745, 7455, 9780, 7073, 8053, 7155, 8151, 7931, 7512, 9344, 7292, 12281, 8910, 11806, 7646, 10503, 7322, 9696, 7052, 8606, 8084, 8069, 7663, 7516, 9265, 7430, 12624, 8228, 13163, 9481, 10141, 7028, 8856, 7172, 9273, 7610, 9775, 7406, 10663, 8072, 12724, 7513, 9589, 7180, 8542, 6955, 8922, 7703, 9700, 8722, 7873, 10671, 8062, 12339, 7632, 13505, 10136, 14785, 8542, 11240, 7184, 9982, 7233, 11951, 8350, 13063, 9116, 12388, 7993, 10613, 7551, 10026, 7584, 11706, 7365, 9165, 7228, 8308, 7991, 7576, 13918, 10130, 13109, 7482, 11835, 7198, 10917, 8623, 10286, 7458, 8726, 7118, 7433, 8427, 7611, 9683, 7234, 11094, 7204, 9757, 7168, 9352, 7502, 9320, 7075, 7944, 7056, 8209, 7447, 8262, 9901, 8146, 12153, 7229, 12616, 8014, 11369, 8692, 11381, 7341, 8183, 7139, 8088, 7870, 7733, 10169, 8051, 8533, 7694, 9132, 7249, 11009, 7438, 12603, 9709, 11457, 7011, 9747, 7139, 9431, 8218, 10344, 6891, 8492, 7085, 8756, 7422, 8346, 9114, 10247, 7414, 8296, 7198, 8247, 7962, 12400, 8814, 12980, 7127, 10904, 7479, 10505, 7971, 14636, 9899, 12436, 11237, 7955, 10094, 7432, 11353, 7829, 16338, 12154, 13832, 8158, 7705, 7611, 7438, 8280, 7180, 12790, 7546, 11137, 7412, 10021, 7310, 8410, 8268, 7498, 8256, 6951, 8775, 7567, 9302, 7632, 13628, 10540, 14336, 7809, 11671, 7389, 11873, 8108, 10717, 8396, 14461, 7907, 10590, 7157, 8390, 7172, 9040, 7498, 9871, 8405, 7264, 7551, 7268, 7992, 7392], 'WindowCenter': [4244.0, 4194.0, 4191.0, 4199.0, 4178.0, 4227.0, 4188.0, 4227.0, 4195.0, 4225.0, 4172.0, 4172.0, 4149.0, 4150.0, 4190.0, 4163.0, 4225.0, 4173.0, 4193.0, 4148.0, 4159.0, 4170.0, 4161.0, 4214.0, 4163.0, 4204.0, 4162.0, 4172.0, 4160.0, 4171.0, 4175.0, 4175.0, 4194.0, 4187.0, 4204.0, 4164.0, 4214.0, 4189.0, 4209.0, 4186.0, 4209.0, 4185.0, 4175.0, 4195.0, 4176.0, 4229.0, 4176.0, 4229.0, 4175.0, 4185.0, 4164.0, 4164.0, 4209.0, 4178.0, 4239.0, 4198.0, 4216.0, 4177.0, 4197.0, 4179.0, 4190.0, 4187.0, 4198.0, 4187.0, 4186.0, 4208.0, 4191.0, 4241.0, 4199.0, 4228.0, 4176.0, 4197.0, 4189.0, 4188.0, 4217.0, 4199.0, 4239.0, 4175.0, 4227.0, 4178.0, 4206.0, 4186.0, 4206.0, 4163.0, 4161.0, 4183.0, 4175.0, 4204.0, 4176.0, 4206.0, 4163.0, 4213.0, 4163.0, 4216.0, 4176.0, 4216.0, 4186.0, 4216.0, 4173.0, 4172.0, 4164.0, 4173.0, 4183.0, 4173.0, 4222.0, 4160.0, 4202.0, 4170.0, 4203.0, 4173.0, 4193.0, 4171.0, 4181.0, 4159.0, 4159.0, 4162.0, 4163.0, 4181.0, 4171.0, 4170.0, 4160.0, 4171.0, 4164.0, 4205.0, 4175.0, 4224.0, 4163.0, 4212.0, 4173.0, 4205.0, 4175.0, 4205.0, 4173.0, 4181.0, 4162.0, 4174.0, 4172.0, 4183.0, 4170.0, 4171.0, 4182.0, 4164.0, 4212.0, 4173.0, 4214.0, 4160.0, 4201.0, 4162.0, 4193.0, 4161.0, 4203.0, 4161.0, 4170.0, 4160.0, 4165.0, 4182.0, 4174.0, 4193.0, 4161.0, 4203.0, 4162.0, 4206.0, 4177.0, 4205.0, 4175.0, 4206.0, 4163.0, 4172.0, 4177.0, 4186.0, 4184.0, 4196.0, 4184.0, 4175.0, 4195.0, 4189.0, 4236.0, 4197.0, 4229.0, 4175.0, 4204.0, 4176.0, 4206.0, 4174.0, 4205.0, 4164.0, 4172.0, 4175.0, 4186.0, 4185.0, 4186.0, 4185.0, 4173.0, 4183.0, 4176.0, 4226.0, 4175.0, 4238.0, 4196.0, 4214.0, 4163.0, 4193.0, 4176.0, 4174.0, 4184.0, 4175.0, 4184.0, 4174.0, 4193.0, 4175.0, 4224.0, 4184.0, 4226.0, 4173.0, 4206.0, 4177.0, 4205.0, 4173.0, 4206.0, 4174.0, 4183.0, 4162.0, 4174.0, 4185.0, 4174.0, 4204.0, 4174.0, 4214.0, 4174.0, 4202.0, 4173.0, 4203.0, 4162.0, 4202.0, 4172.0, 4216.0, 4177.0, 4205.0, 4175.0, 4194.0, 4163.0, 4173.0, 4163.0, 4187.0, 4185.0, 4185.0, 4195.0, 4174.0, 4183.0, 4174.0, 4196.0, 4187.0, 4229.0, 4198.0, 4227.0, 4175.0, 4227.0, 4190.0, 4219.0, 4186.0, 4219.0, 4176.0, 4205.0, 4178.0, 4210.0, 4187.0, 4242.0, 4188.0, 4206.0, 4190.0, 4197.0, 4178.0, 4218.0, 4187.0, 4207.0, 4175.0, 4185.0, 4178.0, 4186.0, 4197.0, 4186.0, 4195.0, 4175.0, 4228.0, 4176.0, 4238.0, 4195.0, 4214.0, 4163.0, 4206.0, 4165.0, 4205.0, 4186.0, 4203.0, 4162.0, 4184.0, 4175.0, 4195.0, 4185.0, 4194.0, 4161.0, 4161.0, 4174.0, 4175.0, 4203.0, 4183.0, 4234.0, 4161.0, 4201.0, 4160.0, 4203.0, 4177.0, 4193.0, 4174.0, 4183.0, 4151.0, 4161.0, 4171.0, 4186.0, 4195.0, 4174.0, 4194.0, 4173.0, 4193.0, 4174.0, 4208.0, 4189.0, 4228.0, 4198.0, 4196.0, 4186.0, 4188.0, 4188.0, 4198.0, 4219.0, 4188.0, 4229.0, 4199.0, 4250.0, 4208.0, 4235.0, 4183.0, 4201.0, 4161.0, 4194.0, 4163.0, 4204.0, 4173.0, 4236.0, 4172.0, 4172.0, 4161.0, 4170.0, 4151.0, 4224.0, 4172.0, 4227.0, 4196.0, 4237.0, 4237.0, 4233.0, 4190.0, 4149.0, 4158.0, 4181.0, 4172.0, 4212.0, 4184.0, 4215.0, 4176.0, 4226.0, 4183.0, 4203.0, 4171.0, 4190.0, 4159.0, 4188.0, 4158.0, 4209.0, 4199.0, 4220.0, 4186.0, 4186.0, 4153.0, 4163.0, 4131.0, 4161.0, 4130.0, 4163.0, 4130.0, 4152.0, 4144.0, 4163.0, 4144.0, 4185.0, 4144.0, 4151.0, 4133.0, 4154.0, 4144.0, 4156.0, 4147.0, 4157.0, 4161.0, 4170.0, 4159.0, 4147.0, 4157.0, 4148.0, 4182.0, 4147.0, 4200.0, 4159.0, 4191.0, 4160.0, 4170.0, 4161.0, 4170.0, 4162.0, 4173.0, 4182.0, 4163.0, 4183.0, 4163.0, 4203.0, 4163.0, 4205.0, 4178.0, 4207.0, 4176.0, 4174.0, 4173.0, 4173.0, 4213.0, 4177.0, 4217.0, 4187.0, 4218.0, 4175.0, 4175.0, 4165.0, 4176.0, 4199.0, 4189.0, 4220.0, 4189.0, 4217.0, 4176.0, 4217.0, 4190.0, 4221.0, 4190.0, 4232.0, 4178.0, 4189.0, 4187.0, 4189.0, 4219.0, 4203.0, 4242.0, 4225.0, 4243.0, 4190.0, 4219.0, 4193.0, 4224.0, 4191.0, 4224.0, 4189.0, 4189.0, 4198.0, 4204.0, 4266.0, 4200.0, 4255.0, 4220.0, 4218.0, 4176.0, 4195.0, 4191.0, 4189.0, 4199.0, 4202.0, 4189.0, 4188.0, 4209.0, 4189.0, 4267.0, 4203.0, 4253.0, 4213.0, 4231.0, 4187.0, 4197.0, 4209.0, 4190.0, 4250.0, 4241.0, 4248.0, 4194.0, 4214.0, 4175.0, 4208.0, 4175.0, 4205.0, 4165.0, 4174.0, 4163.0, 4177.0, 4178.0, 4187.0, 4199.0, 4186.0, 4175.0, 4174.0, 4197.0, 4191.0, 4249.0, 4208.0, 4228.0, 4185.0, 4205.0, 4175.0, 4208.0, 4175.0, 4196.0, 4173.0, 4173.0, 4193.0, 4176.0, 4228.0, 4174.0, 4238.0, 4185.0, 4202.0, 4162.0, 4182.0, 4177.0, 4186.0, 4176.0, 4199.0, 4165.0, 4185.0, 4184.0, 4188.0, 4211.0, 4189.0, 4241.0, 4200.0, 4228.0, 4176.0, 4239.0, 4201.0, 4232.0, 4199.0, 4242.0, 4178.0, 4206.0, 4176.0, 4196.0, 4202.0, 4200.0, 4189.0, 4211.0, 4187.0, 4188.0, 4197.0, 4187.0, 4252.0, 4187.0, 4251.0, 4209.0, 4216.0, 4174.0, 4209.0, 4190.0, 4208.0, 4187.0, 4197.0, 4163.0, 4173.0, 4187.0, 4190.0, 4207.0, 4200.0, 4217.0, 4175.0, 4226.0, 4186.0, 4232.0, 4188.0, 4207.0, 4186.0, 4186.0, 4173.0, 4174.0, 4205.0, 4189.0, 4228.0, 4197.0, 4228.0, 4174.0, 4193.0, 4163.0, 4198.0, 4165.0, 4196.0, 4174.0, 4175.0, 4184.0, 4177.0, 4208.0, 4178.0, 4239.0, 4195.0, 4215.0, 4174.0, 4194.0, 4176.0, 4199.0, 4175.0, 4198.0, 4175.0, 4174.0, 4183.0, 4178.0, 4228.0, 4175.0, 4241.0, 4186.0, 4214.0, 4175.0, 4208.0, 4189.0, 4196.0, 4189.0, 4196.0, 4166.0, 4187.0, 4202.0, 4188.0, 4209.0, 4188.0, 4197.0, 4187.0, 4216.0, 4190.0, 4241.0, 4188.0, 4230.0, 4189.0, 4197.0, 4176.0, 4201.0, 4209.0, 4188.0, 4230.0, 4186.0, 4228.0, 4177.0, 4218.0, 4192.0, 4230.0, 4199.0, 4233.0, 4187.0, 4198.0, 4186.0, 4187.0, 4240.0, 4190.0, 4240.0, 4208.0, 4230.0, 4175.0, 4195.0, 4176.0, 4189.0, 4195.0, 4187.0, 4238.0, 4173.0, 4224.0, 4162.0, 4216.0, 4176.0, 4206.0, 4174.0, 4197.0, 4163.0, 4173.0, 4161.0, 4174.0, 4197.0, 4177.0, 4216.0, 4200.0, 4207.0, 4176.0, 4217.0, 4191.0, 4218.0, 4188.0, 4242.0, 4189.0, 4217.0, 4176.0, 4208.0, 4192.0, 4208.0, 4198.0, 4219.0, 4165.0, 4175.0, 4178.0, 4188.0, 4196.0, 4189.0, 4217.0, 4174.0, 4216.0, 4189.0, 4229.0, 4176.0, 4239.0, 4187.0, 4217.0, 4177.0, 4210.0, 4176.0, 4231.0, 4188.0, 4217.0, 4175.0, 4197.0, 4179.0, 4187.0, 4196.0, 4187.0, 4184.0, 4173.0, 4203.0, 4188.0, 4238.0, 4196.0, 4238.0, 4184.0, 4212.0, 4172.0, 4216.0, 4173.0, 4215.0, 4195.0, 4214.0, 4161.0, 4190.0, 4174.0, 4204.0, 4171.0, 4216.0, 4172.0, 4193.0, 4160.0, 4172.0, 4176.0, 4175.0, 4174.0, 4186.0, 4173.0, 4174.0, 4184.0, 4187.0, 4209.0, 4177.0, 4239.0, 4197.0, 4217.0, 4174.0, 4226.0, 4189.0, 4227.0, 4197.0, 4229.0, 4175.0, 4204.0, 4166.0, 4210.0, 4177.0, 4208.0, 4176.0, 4196.0, 4164.0, 4185.0, 4191.0, 4196.0, 4187.0, 4219.0, 4175.0, 4195.0, 4177.0, 4210.0, 4177.0, 4221.0, 4187.0, 4197.0, 4174.0, 4184.0, 4190.0, 4199.0, 4187.0, 4221.0, 4184.0, 4185.0, 4186.0, 4189.0, 4186.0, 4199.0, 4177.0, 4186.0, 4175.0, 4198.0, 4189.0, 4209.0, 4189.0, 4219.0, 4176.0, 4197.0, 4188.0, 4211.0, 4187.0, 4232.0, 4189.0, 4186.0, 4165.0, 4188.0, 4179.0, 4188.0, 4187.0, 4187.0, 4187.0, 4187.0, 4208.0, 4201.0, 4220.0, 4197.0, 4231.0, 4176.0, 4228.0, 4176.0, 4218.0, 4185.0, 4217.0, 4188.0, 4207.0, 4175.0, 4196.0, 4189.0, 4206.0, 4187.0, 4231.0, 4204.0, 4230.0, 4200.0, 4209.0, 4178.0, 4197.0, 4179.0, 4220.0, 4192.0, 4254.0, 4211.0, 4239.0, 4199.0, 4218.0, 4177.0, 4211.0, 4189.0, 4234.0, 4203.0, 4220.0, 4188.0, 4199.0, 4181.0, 4181.0, 4214.0, 4193.0, 4225.0, 4221.0, 4270.0, 4216.0, 4246.0, 4204.0, 4212.0, 4202.0, 4245.0, 4202.0, 4254.0, 4221.0, 4231.0, 4178.0, 4187.0, 4167.0, 4203.0, 4192.0, 4210.0, 4190.0, 4223.0, 4179.0, 4202.0, 4193.0, 4226.0, 4203.0, 4246.0, 4204.0, 4223.0, 4180.0, 4202.0, 4226.0, 4203.0, 4252.0, 4233.0, 4253.0, 4208.0, 4216.0, 4204.0, 4221.0, 4190.0, 4207.0, 4197.0, 4207.0, 4173.0, 4172.0, 4197.0, 4177.0, 4216.0, 4197.0, 4226.0, 4173.0, 4216.0, 4174.0, 4206.0, 4176.0, 4195.0, 4174.0, 4195.0, 4182.0, 4161.0, 4228.0, 4166.0, 4213.0, 4197.0, 4224.0, 4160.0, 4180.0, 4160.0, 4183.0, 4177.0, 4173.0, 4185.0, 4174.0, 4181.0, 4160.0, 4204.0, 4166.0, 4202.0, 4184.0, 4202.0, 4161.0, 4181.0, 4163.0, 4178.0, 4184.0, 4173.0, 4212.0, 4151.0, 4190.0, 4159.0, 4204.0, 4151.0, 4193.0, 4151.0, 4159.0, 4159.0, 4149.0, 4202.0, 4161.0, 4201.0, 4194.0, 4201.0, 4150.0, 4181.0, 4151.0, 4172.0, 4152.0, 4174.0, 4172.0, 4163.0, 4183.0, 4175.0, 4216.0, 4184.0, 4205.0, 4163.0, 4193.0, 4162.0, 4184.0, 4166.0, 4186.0, 4176.0, 4174.0, 4162.0, 4162.0, 4183.0, 4165.0, 4218.0, 4187.0, 4227.0, 4197.0, 4195.0, 4164.0, 4184.0, 4164.0, 4196.0, 4176.0, 4209.0, 4192.0, 4221.0, 4189.0, 4230.0, 4179.0, 4197.0, 4164.0, 4184.0, 4166.0, 4199.0, 4180.0, 4210.0, 4189.0, 4177.0, 4207.0, 4176.0, 4217.0, 4175.0, 4227.0, 4196.0, 4239.0, 4185.0, 4206.0, 4165.0, 4196.0, 4175.0, 4230.0, 4187.0, 4228.0, 4199.0, 4218.0, 4176.0, 4206.0, 4178.0, 4198.0, 4165.0, 4217.0, 4163.0, 4183.0, 4152.0, 4173.0, 4176.0, 4174.0, 4225.0, 4194.0, 4212.0, 4149.0, 4203.0, 4152.0, 4193.0, 4173.0, 4192.0, 4161.0, 4171.0, 4152.0, 4176.0, 4173.0, 4163.0, 4183.0, 4161.0, 4191.0, 4161.0, 4195.0, 4164.0, 4195.0, 4175.0, 4196.0, 4164.0, 4175.0, 4164.0, 4189.0, 4181.0, 4188.0, 4209.0, 4188.0, 4218.0, 4166.0, 4230.0, 4188.0, 4216.0, 4189.0, 4218.0, 4164.0, 4174.0, 4163.0, 4188.0, 4188.0, 4176.0, 4208.0, 4175.0, 4185.0, 4174.0, 4185.0, 4176.0, 4219.0, 4178.0, 4231.0, 4210.0, 4218.0, 4168.0, 4212.0, 4180.0, 4210.0, 4200.0, 4222.0, 4167.0, 4187.0, 4166.0, 4198.0, 4191.0, 4190.0, 4201.0, 4222.0, 4178.0, 4187.0, 4165.0, 4186.0, 4176.0, 4229.0, 4199.0, 4229.0, 4166.0, 4207.0, 4167.0, 4210.0, 4177.0, 4241.0, 4208.0, 4218.0, 4208.0, 4174.0, 4196.0, 4164.0, 4217.0, 4164.0, 4237.0, 4216.0, 4226.0, 4161.0, 4162.0, 4162.0, 4163.0, 4174.0, 4151.0, 4216.0, 4162.0, 4191.0, 4151.0, 4181.0, 4175.0, 4175.0, 4174.0, 4162.0, 4171.0, 4151.0, 4172.0, 4163.0, 4195.0, 4164.0, 4226.0, 4196.0, 4222.0, 4162.0, 4203.0, 4150.0, 4201.0, 4161.0, 4194.0, 4161.0, 4225.0, 4159.0, 4181.0, 4150.0, 4171.0, 4162.0, 4185.0, 4164.0, 4197.0, 4175.0, 4162.0, 4163.0, 4163.0, 4172.0, 4163.0], 'WindowWidth': [9408.0, 9324.0, 9311.0, 9317.0, 9284.0, 9350.0, 9300.0, 9352.0, 9302.0, 9345.0, 9265.0, 9265.0, 9230.0, 9234.0, 9289.0, 9257.0, 9342.0, 9266.0, 9294.0, 9229.0, 9246.0, 9259.0, 9253.0, 9328.0, 9254.0, 9311.0, 9253.0, 9265.0, 9249.0, 9265.0, 9277.0, 9277.0, 9300.0, 9294.0, 9314.0, 9259.0, 9327.0, 9302.0, 9329.0, 9293.0, 9330.0, 9290.0, 9275.0, 9302.0, 9281.0, 9356.0, 9278.0, 9353.0, 9276.0, 9290.0, 9260.0, 9261.0, 9328.0, 9284.0, 9368.0, 9314.0, 9334.0, 9279.0, 9308.0, 9291.0, 9303.0, 9296.0, 9314.0, 9295.0, 9292.0, 9325.0, 9308.0, 9374.0, 9314.0, 9356.0, 9280.0, 9308.0, 9304.0, 9301.0, 9336.0, 9315.0, 9369.0, 9274.0, 9349.0, 9287.0, 9321.0, 9293.0, 9320.0, 9256.0, 9253.0, 9285.0, 9278.0, 9314.0, 9278.0, 9317.0, 9256.0, 9323.0, 9255.0, 9336.0, 9279.0, 9331.0, 9292.0, 9333.0, 9269.0, 9265.0, 9259.0, 9273.0, 9281.0, 9271.0, 9337.0, 9248.0, 9306.0, 9260.0, 9313.0, 9272.0, 9296.0, 9264.0, 9277.0, 9244.0, 9244.0, 9257.0, 9256.0, 9277.0, 9266.0, 9262.0, 9247.0, 9265.0, 9261.0, 9316.0, 9276.0, 9341.0, 9256.0, 9323.0, 9273.0, 9316.0, 9276.0, 9317.0, 9268.0, 9278.0, 9257.0, 9276.0, 9269.0, 9285.0, 9264.0, 9264.0, 9283.0, 9262.0, 9322.0, 9269.0, 9328.0, 9250.0, 9303.0, 9255.0, 9299.0, 9252.0, 9310.0, 9250.0, 9262.0, 9250.0, 9263.0, 9281.0, 9272.0, 9296.0, 9252.0, 9310.0, 9254.0, 9320.0, 9285.0, 9317.0, 9278.0, 9320.0, 9257.0, 9270.0, 9285.0, 9294.0, 9289.0, 9308.0, 9288.0, 9276.0, 9304.0, 9303.0, 9363.0, 9308.0, 9356.0, 9275.0, 9315.0, 9282.0, 9320.0, 9276.0, 9319.0, 9259.0, 9269.0, 9279.0, 9295.0, 9291.0, 9294.0, 9290.0, 9272.0, 9283.0, 9280.0, 9350.0, 9276.0, 9366.0, 9306.0, 9328.0, 9258.0, 9298.0, 9281.0, 9274.0, 9287.0, 9277.0, 9285.0, 9272.0, 9299.0, 9279.0, 9343.0, 9288.0, 9345.0, 9271.0, 9316.0, 9284.0, 9319.0, 9273.0, 9320.0, 9273.0, 9284.0, 9253.0, 9273.0, 9292.0, 9274.0, 9314.0, 9272.0, 9326.0, 9274.0, 9310.0, 9270.0, 9310.0, 9254.0, 9308.0, 9267.0, 9335.0, 9285.0, 9317.0, 9277.0, 9301.0, 9257.0, 9268.0, 9257.0, 9298.0, 9290.0, 9290.0, 9305.0, 9274.0, 9285.0, 9275.0, 9307.0, 9299.0, 9355.0, 9311.0, 9351.0, 9277.0, 9350.0, 9305.0, 9342.0, 9295.0, 9341.0, 9280.0, 9318.0, 9288.0, 9332.0, 9297.0, 9377.0, 9300.0, 9321.0, 9305.0, 9313.0, 9286.0, 9341.0, 9296.0, 9321.0, 9274.0, 9292.0, 9287.0, 9294.0, 9310.0, 9293.0, 9303.0, 9276.0, 9357.0, 9278.0, 9370.0, 9305.0, 9327.0, 9258.0, 9324.0, 9264.0, 9318.0, 9293.0, 9313.0, 9255.0, 9290.0, 9279.0, 9303.0, 9290.0, 9302.0, 9252.0, 9251.0, 9276.0, 9278.0, 9312.0, 9286.0, 9357.0, 9251.0, 9307.0, 9250.0, 9311.0, 9284.0, 9298.0, 9274.0, 9285.0, 9239.0, 9251.0, 9265.0, 9296.0, 9303.0, 9274.0, 9301.0, 9272.0, 9298.0, 9274.0, 9327.0, 9305.0, 9352.0, 9315.0, 9307.0, 9295.0, 9301.0, 9301.0, 9314.0, 9342.0, 9298.0, 9358.0, 9315.0, 9387.0, 9322.0, 9359.0, 9282.0, 9306.0, 9251.0, 9298.0, 9255.0, 9311.0, 9269.0, 9361.0, 9267.0, 9267.0, 9251.0, 9262.0, 9238.0, 9338.0, 9268.0, 9349.0, 9309.0, 9365.0, 9364.0, 9353.0, 9289.0, 9232.0, 9244.0, 9278.0, 9268.0, 9322.0, 9285.0, 9328.0, 9276.0, 9347.0, 9284.0, 9311.0, 9264.0, 9288.0, 9243.0, 9280.0, 9240.0, 9313.0, 9296.0, 9326.0, 9274.0, 9274.0, 9226.0, 9238.0, 9194.0, 9233.0, 9191.0, 9236.0, 9191.0, 9221.0, 9216.0, 9239.0, 9214.0, 9272.0, 9214.0, 9222.0, 9199.0, 9227.0, 9216.0, 9235.0, 9223.0, 9240.0, 9252.0, 9259.0, 9243.0, 9227.0, 9238.0, 9228.0, 9280.0, 9230.0, 9301.0, 9246.0, 9289.0, 9247.0, 9262.0, 9250.0, 9262.0, 9252.0, 9272.0, 9281.0, 9257.0, 9283.0, 9254.0, 9308.0, 9255.0, 9317.0, 9286.0, 9322.0, 9278.0, 9274.0, 9271.0, 9270.0, 9324.0, 9282.0, 9336.0, 9293.0, 9339.0, 9275.0, 9276.0, 9262.0, 9277.0, 9315.0, 9301.0, 9342.0, 9300.0, 9338.0, 9280.0, 9335.0, 9308.0, 9351.0, 9303.0, 9367.0, 9286.0, 9300.0, 9295.0, 9300.0, 9343.0, 9328.0, 9378.0, 9359.0, 9381.0, 9305.0, 9343.0, 9319.0, 9358.0, 9309.0, 9357.0, 9303.0, 9302.0, 9312.0, 9332.0, 9419.0, 9319.0, 9404.0, 9345.0, 9339.0, 9280.0, 9304.0, 9311.0, 9304.0, 9315.0, 9325.0, 9301.0, 9300.0, 9328.0, 9305.0, 9422.0, 9328.0, 9395.0, 9341.0, 9363.0, 9296.0, 9309.0, 9327.0, 9306.0, 9389.0, 9373.0, 9383.0, 9298.0, 9327.0, 9274.0, 9326.0, 9277.0, 9319.0, 9262.0, 9272.0, 9258.0, 9285.0, 9287.0, 9295.0, 9313.0, 9292.0, 9276.0, 9275.0, 9310.0, 9308.0, 9382.0, 9327.0, 9354.0, 9289.0, 9316.0, 9280.0, 9326.0, 9275.0, 9308.0, 9271.0, 9271.0, 9296.0, 9280.0, 9354.0, 9274.0, 9365.0, 9288.0, 9309.0, 9254.0, 9281.0, 9285.0, 9295.0, 9279.0, 9314.0, 9263.0, 9290.0, 9288.0, 9300.0, 9338.0, 9302.0, 9376.0, 9318.0, 9352.0, 9281.0, 9368.0, 9322.0, 9365.0, 9316.0, 9378.0, 9287.0, 9322.0, 9279.0, 9308.0, 9327.0, 9320.0, 9304.0, 9336.0, 9296.0, 9298.0, 9309.0, 9298.0, 9394.0, 9298.0, 9391.0, 9327.0, 9335.0, 9275.0, 9328.0, 9308.0, 9326.0, 9295.0, 9310.0, 9259.0, 9271.0, 9297.0, 9307.0, 9324.0, 9318.0, 9338.0, 9277.0, 9347.0, 9293.0, 9365.0, 9302.0, 9325.0, 9293.0, 9292.0, 9270.0, 9272.0, 9316.0, 9302.0, 9355.0, 9308.0, 9351.0, 9273.0, 9297.0, 9258.0, 9314.0, 9266.0, 9308.0, 9273.0, 9275.0, 9285.0, 9283.0, 9330.0, 9284.0, 9371.0, 9305.0, 9330.0, 9272.0, 9300.0, 9283.0, 9314.0, 9277.0, 9313.0, 9275.0, 9274.0, 9284.0, 9287.0, 9354.0, 9279.0, 9373.0, 9292.0, 9327.0, 9275.0, 9327.0, 9305.0, 9309.0, 9300.0, 9309.0, 9264.0, 9297.0, 9322.0, 9299.0, 9328.0, 9299.0, 9309.0, 9294.0, 9333.0, 9304.0, 9376.0, 9300.0, 9361.0, 9301.0, 9309.0, 9277.0, 9322.0, 9329.0, 9298.0, 9360.0, 9295.0, 9351.0, 9281.0, 9340.0, 9312.0, 9362.0, 9318.0, 9367.0, 9298.0, 9312.0, 9292.0, 9295.0, 9372.0, 9306.0, 9373.0, 9325.0, 9359.0, 9276.0, 9301.0, 9280.0, 9304.0, 9305.0, 9296.0, 9365.0, 9269.0, 9341.0, 9253.0, 9333.0, 9283.0, 9320.0, 9273.0, 9307.0, 9255.0, 9268.0, 9251.0, 9274.0, 9313.0, 9284.0, 9335.0, 9319.0, 9323.0, 9279.0, 9335.0, 9311.0, 9343.0, 9299.0, 9377.0, 9303.0, 9337.0, 9281.0, 9329.0, 9314.0, 9329.0, 9314.0, 9342.0, 9263.0, 9276.0, 9285.0, 9301.0, 9307.0, 9301.0, 9337.0, 9276.0, 9332.0, 9305.0, 9356.0, 9281.0, 9372.0, 9296.0, 9336.0, 9285.0, 9335.0, 9283.0, 9363.0, 9301.0, 9335.0, 9276.0, 9310.0, 9288.0, 9295.0, 9308.0, 9294.0, 9287.0, 9271.0, 9313.0, 9300.0, 9367.0, 9306.0, 9369.0, 9285.0, 9323.0, 9267.0, 9336.0, 9271.0, 9329.0, 9303.0, 9328.0, 9251.0, 9290.0, 9277.0, 9317.0, 9267.0, 9332.0, 9269.0, 9296.0, 9250.0, 9266.0, 9283.0, 9276.0, 9275.0, 9294.0, 9272.0, 9272.0, 9284.0, 9297.0, 9332.0, 9284.0, 9371.0, 9309.0, 9334.0, 9274.0, 9348.0, 9304.0, 9350.0, 9309.0, 9354.0, 9276.0, 9314.0, 9265.0, 9333.0, 9284.0, 9327.0, 9279.0, 9305.0, 9258.0, 9291.0, 9308.0, 9309.0, 9299.0, 9345.0, 9279.0, 9303.0, 9284.0, 9333.0, 9283.0, 9347.0, 9297.0, 9309.0, 9275.0, 9289.0, 9307.0, 9318.0, 9296.0, 9348.0, 9287.0, 9289.0, 9293.0, 9302.0, 9292.0, 9317.0, 9281.0, 9293.0, 9278.0, 9314.0, 9304.0, 9329.0, 9304.0, 9343.0, 9282.0, 9310.0, 9301.0, 9336.0, 9298.0, 9364.0, 9298.0, 9291.0, 9260.0, 9296.0, 9284.0, 9295.0, 9294.0, 9294.0, 9292.0, 9294.0, 9325.0, 9320.0, 9342.0, 9311.0, 9357.0, 9277.0, 9349.0, 9280.0, 9338.0, 9288.0, 9335.0, 9295.0, 9319.0, 9277.0, 9304.0, 9298.0, 9321.0, 9295.0, 9361.0, 9328.0, 9358.0, 9315.0, 9325.0, 9284.0, 9307.0, 9286.0, 9340.0, 9307.0, 9396.0, 9331.0, 9369.0, 9313.0, 9336.0, 9280.0, 9331.0, 9300.0, 9369.0, 9326.0, 9344.0, 9297.0, 9313.0, 9293.0, 9292.0, 9342.0, 9312.0, 9359.0, 9363.0, 9429.0, 9348.0, 9389.0, 9326.0, 9334.0, 9321.0, 9384.0, 9322.0, 9397.0, 9346.0, 9359.0, 9281.0, 9294.0, 9269.0, 9325.0, 9309.0, 9330.0, 9303.0, 9351.0, 9289.0, 9321.0, 9310.0, 9361.0, 9325.0, 9390.0, 9329.0, 9353.0, 9290.0, 9320.0, 9362.0, 9327.0, 9392.0, 9366.0, 9396.0, 9321.0, 9332.0, 9311.0, 9347.0, 9302.0, 9320.0, 9308.0, 9319.0, 9269.0, 9266.0, 9307.0, 9281.0, 9331.0, 9307.0, 9346.0, 9269.0, 9328.0, 9270.0, 9315.0, 9279.0, 9302.0, 9270.0, 9299.0, 9275.0, 9247.0, 9350.0, 9264.0, 9323.0, 9306.0, 9338.0, 9246.0, 9272.0, 9244.0, 9281.0, 9282.0, 9270.0, 9288.0, 9271.0, 9274.0, 9246.0, 9312.0, 9266.0, 9308.0, 9286.0, 9308.0, 9249.0, 9275.0, 9254.0, 9283.0, 9286.0, 9268.0, 9321.0, 9232.0, 9285.0, 9244.0, 9313.0, 9237.0, 9294.0, 9233.0, 9243.0, 9241.0, 9229.0, 9304.0, 9250.0, 9304.0, 9297.0, 9302.0, 9232.0, 9273.0, 9234.0, 9267.0, 9239.0, 9270.0, 9265.0, 9253.0, 9281.0, 9277.0, 9331.0, 9286.0, 9312.0, 9254.0, 9295.0, 9252.0, 9284.0, 9267.0, 9291.0, 9277.0, 9272.0, 9253.0, 9253.0, 9280.0, 9261.0, 9337.0, 9293.0, 9346.0, 9305.0, 9299.0, 9258.0, 9285.0, 9260.0, 9304.0, 9278.0, 9325.0, 9311.0, 9347.0, 9300.0, 9359.0, 9286.0, 9306.0, 9259.0, 9285.0, 9264.0, 9316.0, 9288.0, 9330.0, 9299.0, 9280.0, 9318.0, 9274.0, 9332.0, 9274.0, 9348.0, 9303.0, 9367.0, 9288.0, 9315.0, 9261.0, 9305.0, 9276.0, 9356.0, 9295.0, 9350.0, 9312.0, 9334.0, 9275.0, 9315.0, 9283.0, 9309.0, 9259.0, 9332.0, 9254.0, 9281.0, 9236.0, 9266.0, 9276.0, 9272.0, 9341.0, 9295.0, 9318.0, 9229.0, 9307.0, 9240.0, 9293.0, 9267.0, 9292.0, 9248.0, 9261.0, 9239.0, 9278.0, 9268.0, 9253.0, 9279.0, 9248.0, 9290.0, 9247.0, 9300.0, 9261.0, 9301.0, 9276.0, 9305.0, 9259.0, 9275.0, 9260.0, 9300.0, 9291.0, 9298.0, 9327.0, 9296.0, 9337.0, 9263.0, 9355.0, 9298.0, 9331.0, 9298.0, 9338.0, 9259.0, 9271.0, 9255.0, 9297.0, 9297.0, 9276.0, 9322.0, 9274.0, 9287.0, 9273.0, 9288.0, 9278.0, 9344.0, 9285.0, 9358.0, 9329.0, 9337.0, 9271.0, 9336.0, 9293.0, 9330.0, 9318.0, 9348.0, 9269.0, 9295.0, 9266.0, 9312.0, 9309.0, 9301.0, 9317.0, 9348.0, 9284.0, 9295.0, 9260.0, 9290.0, 9277.0, 9352.0, 9310.0, 9353.0, 9264.0, 9319.0, 9265.0, 9327.0, 9278.0, 9374.0, 9324.0, 9335.0, 9321.0, 9271.0, 9301.0, 9256.0, 9334.0, 9259.0, 9362.0, 9329.0, 9341.0, 9249.0, 9250.0, 9250.0, 9253.0, 9272.0, 9236.0, 9328.0, 9251.0, 9288.0, 9233.0, 9275.0, 9276.0, 9273.0, 9270.0, 9251.0, 9263.0, 9235.0, 9264.0, 9253.0, 9303.0, 9255.0, 9344.0, 9300.0, 9335.0, 9251.0, 9307.0, 9232.0, 9301.0, 9248.0, 9297.0, 9247.0, 9341.0, 9242.0, 9272.0, 9231.0, 9261.0, 9253.0, 9288.0, 9256.0, 9305.0, 9272.0, 9249.0, 9253.0, 9251.0, 9265.0, 9255.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.00022691225165562915</td></tr>
<tr><td colspan=3>aqi</td><td>0.02031356067880795</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.207745353728264</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1555866849627199</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.98371513111019</td></tr>
<tr><td colspan=3>efc</td><td>0.5185</td></tr>
<tr><td colspan=3>fber</td><td>3391.2441</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09348410762489232</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>47</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>3.890728476821192</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.656014939556119</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5597454844254575</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.9208697485428567</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.4874295857000424</td></tr>
<tr><td colspan=3>gcor</td><td>0.0160815</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010674627497792244</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03729390352964401</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1208</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.850473953014166</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>11.0083</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>59.4808</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>231.9394</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>61.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291341.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>1126.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>401.4568</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>1.9519</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>531.2711</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3322.858</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3548.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85203.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1117.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4376.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>921.4396</td></tr>
<tr><td colspan=3>tsnr</td><td>38.03726952127181</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>