<?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-0056_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-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0056/figures/sub-0056_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-0056/figures/sub-0056_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0056/figures/sub-0056_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-0056/ses-01/func/sub-0056_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>36b2cee605db0c2398ff65b23d66c90f</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:18:3.500000</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.998571, 0.0526054, -0.00943097, -0.0525077, 0.998567, 0.0103264]</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.0910754</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4152, -7750, -7231, 772, -20, -202, 49, 72]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.315, 0.125, 0.3775, 0.1875, 0, 0.25, 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>229.553</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>f7e153e6-b3c3-4339-a784-0a0c01c254e0||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.6790926456451416, -0.14087428152561188, -0.026893850415945053, 118.95919036865234], [-0.14113646745681763, 2.6790826320648193, 0.02650435082614422, -95.27555847167969], [-0.025302616879343987, -0.027704929932951927, 2.6997358798980713, -55.17803955078125], [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': ['211803.500000', '211803.960000', '211804.420000', '211804.880000', '211805.340000', '211805.800000', '211806.260000', '211806.720000', '211807.180000', '211807.640000', '211808.100000', '211808.560000', '211809.020000', '211809.480000', '211809.940000', '211810.400000', '211810.860000', '211811.320000', '211811.780000', '211812.240000', '211812.700000', '211813.160000', '211813.620000', '211814.080000', '211814.540000', '211815.000000', '211815.460000', '211815.920000', '211816.380000', '211816.840000', '211817.300000', '211817.760000', '211818.220000', '211818.680000', '211819.140000', '211819.600000', '211820.060000', '211820.520000', '211820.980000', '211821.440000', '211821.900000', '211822.360000', '211822.820000', '211823.280000', '211823.740000', '211824.200000', '211824.660000', '211825.120000', '211825.580000', '211826.040000', '211826.500000', '211826.960000', '211827.420000', '211827.880000', '211828.340000', '211828.800000', '211829.260000', '211829.720000', '211830.180000', '211830.640000', '211831.100000', '211831.560000', '211832.020000', '211832.480000', '211832.940000', '211833.400000', '211833.860000', '211834.320000', '211834.780000', '211835.240000', '211835.700000', '211836.160000', '211836.620000', '211837.080000', '211837.540000', '211838.000000', '211838.460000', '211838.920000', '211839.380000', '211839.840000', '211840.300000', '211840.760000', '211841.220000', '211841.680000', '211842.140000', '211842.600000', '211843.060000', '211843.520000', '211843.980000', '211844.440000', '211844.900000', '211845.360000', '211845.820000', '211846.280000', '211846.740000', '211847.200000', '211847.660000', '211848.120000', '211848.580000', '211849.040000', '211849.500000', '211849.960000', '211850.420000', '211850.880000', '211851.340000', '211851.800000', '211852.260000', '211852.720000', '211853.180000', '211853.640000', '211854.100000', '211854.560000', '211855.020000', '211855.480000', '211855.940000', '211856.400000', '211856.860000', '211857.320000', '211857.780000', '211858.240000', '211858.700000', '211859.160000', '211859.620000', '211900.080000', '211900.540000', '211901.000000', '211901.460000', '211901.920000', '211902.380000', '211902.840000', '211903.300000', '211903.760000', '211904.220000', '211904.680000', '211905.140000', '211905.600000', '211906.060000', '211906.520000', '211906.980000', '211907.440000', '211907.900000', '211908.360000', '211908.820000', '211909.280000', '211909.740000', '211910.200000', '211910.660000', '211911.120000', '211911.580000', '211912.040000', '211912.500000', '211912.960000', '211913.420000', '211913.880000', '211914.340000', '211914.800000', '211915.260000', '211915.720000', '211916.180000', '211916.640000', '211917.100000', '211917.560000', '211918.020000', '211918.480000', '211918.940000', '211919.400000', '211919.860000', '211920.320000', '211920.780000', '211921.240000', '211921.700000', '211922.160000', '211922.620000', '211923.080000', '211923.540000', '211924.000000', '211924.460000', '211924.920000', '211925.380000', '211925.840000', '211926.300000', '211926.760000', '211927.220000', '211927.680000', '211928.140000', '211928.600000', '211929.060000', '211929.520000', '211929.980000', '211930.440000', '211930.900000', '211931.360000', '211931.820000', '211932.280000', '211932.740000', '211933.200000', '211933.660000', '211934.120000', '211934.580000', '211935.040000', '211935.500000', '211935.960000', '211936.420000', '211936.880000', '211937.340000', '211937.800000', '211938.260000', '211938.720000', '211939.180000', '211939.640000', '211940.100000', '211940.560000', '211941.020000', '211941.480000', '211941.940000', '211942.400000', '211942.860000', '211943.320000', '211943.780000', '211944.240000', '211944.700000', '211945.160000', '211945.620000', '211946.080000', '211946.540000', '211947.000000', '211947.460000', '211947.920000', '211948.380000', '211948.840000', '211949.300000', '211949.760000', '211950.220000', '211950.680000', '211951.140000', '211951.600000', '211952.060000', '211952.520000', '211952.980000', '211953.440000', '211953.900000', '211954.360000', '211954.820000', '211955.280000', '211955.740000', '211956.200000', '211956.660000', '211957.120000', '211957.580000', '211958.040000', '211958.500000', '211958.960000', '211959.420000', '211959.880000', '212000.340000', '212000.800000', '212001.260000', '212001.720000', '212002.180000', '212002.640000', '212003.100000', '212003.560000', '212004.020000', '212004.480000', '212004.940000', '212005.400000', '212005.860000', '212006.320000', '212006.780000', '212007.240000', '212007.700000', '212008.160000', '212008.620000', '212009.080000', '212009.540000', '212010.000000', '212010.460000', '212010.920000', '212011.380000', '212011.840000', '212012.300000', '212012.760000', '212013.220000', '212013.680000', '212014.140000', '212014.600000', '212015.060000', '212015.520000', '212015.980000', '212016.440000', '212016.900000', '212017.360000', '212017.820000', '212018.280000', '212018.740000', '212019.200000', '212019.660000', '212020.120000', '212020.580000', '212021.040000', '212021.500000', '212021.960000', '212022.420000', '212022.880000', '212023.340000', '212023.800000', '212024.260000', '212024.720000', '212025.180000', '212025.640000', '212026.100000', '212026.560000', '212027.020000', '212027.480000', '212027.940000', '212028.400000', '212028.860000', '212029.320000', '212029.780000', '212030.240000', '212030.700000', '212031.160000', '212031.620000', '212032.080000', '212032.540000', '212033.000000', '212033.460000', '212033.920000', '212034.380000', '212034.840000', '212035.300000', '212035.760000', '212036.220000', '212036.680000', '212037.140000', '212037.600000', '212038.060000', '212038.520000', '212038.980000', '212039.440000', '212039.900000', '212040.360000', '212040.820000', '212041.280000', '212041.740000', '212042.200000', '212042.660000', '212043.120000', '212043.580000', '212044.040000', '212044.500000', '212044.960000', '212045.420000', '212045.880000', '212046.340000', '212046.800000', '212047.260000', '212047.720000', '212048.180000', '212048.640000', '212049.100000', '212049.560000', '212050.020000', '212050.480000', '212050.940000', '212051.400000', '212051.860000', '212052.320000', '212052.780000', '212053.240000', '212053.700000', '212054.160000', '212054.620000', '212055.080000', '212055.540000', '212056.000000', '212056.460000', '212056.920000', '212057.380000', '212057.840000', '212058.300000', '212058.760000', '212059.220000', '212059.680000', '212100.140000', '212100.600000', '212101.060000', '212101.520000', '212101.980000', '212102.440000', '212102.900000', '212103.360000', '212103.820000', '212104.280000', '212104.740000', '212105.200000', '212105.660000', '212106.120000', '212106.580000', '212107.040000', '212107.500000', '212107.960000', '212108.420000', '212108.880000', '212109.340000', '212109.800000', '212110.260000', '212110.720000', '212111.180000', '212111.640000', '212112.100000', '212112.560000', '212113.020000', '212113.480000', '212113.940000', '212114.400000', '212114.860000', '212115.320000', '212115.780000', '212116.240000', '212116.700000', '212117.160000', '212117.620000', '212118.080000', '212118.540000', '212119.000000', '212119.460000', '212119.920000', '212120.380000', '212120.840000', '212121.300000', '212121.760000', '212122.220000', '212122.680000', '212123.140000', '212123.600000', '212124.060000', '212124.520000', '212124.980000', '212125.440000', '212125.900000', '212126.360000', '212126.820000', '212127.280000', '212127.740000', '212128.200000', '212128.660000', '212129.120000', '212129.580000', '212130.040000', '212130.500000', '212130.960000', '212131.420000', '212131.880000', '212132.340000', '212132.800000', '212133.260000', '212133.720000', '212134.180000', '212134.640000', '212135.100000', '212135.560000', '212136.020000', '212136.480000', '212136.940000', '212137.400000', '212137.860000', '212138.320000', '212138.780000', '212139.240000', '212139.700000', '212140.160000', '212140.620000', '212141.080000', '212141.540000', '212142.000000', '212142.460000', '212142.920000', '212143.380000', '212143.840000', '212144.300000', '212144.760000', '212145.220000', '212145.680000', '212146.140000', '212146.600000', '212147.060000', '212147.520000', '212147.980000', '212148.440000', '212148.900000', '212149.360000', '212149.820000', '212150.280000', '212150.740000', '212151.200000', '212151.660000', '212152.120000', '212152.580000', '212153.040000', '212153.500000', '212153.960000', '212154.420000', '212154.880000', '212155.340000', '212155.800000', '212156.260000', '212156.720000', '212157.180000', '212157.640000', '212158.100000', '212158.560000', '212159.020000', '212159.480000', '212159.940000', '212200.400000', '212200.860000', '212201.320000', '212201.780000', '212202.240000', '212202.700000', '212203.160000', '212203.620000', '212204.080000', '212204.540000', '212205.000000', '212205.460000', '212205.920000', '212206.380000', '212206.840000', '212207.300000', '212207.760000', '212208.220000', '212208.680000', '212209.140000', '212209.600000', '212210.060000', '212210.520000', '212210.980000', '212211.440000', '212211.900000', '212212.360000', '212212.820000', '212213.280000', '212213.740000', '212214.200000', '212214.660000', '212215.120000', '212215.580000', '212216.040000', '212216.500000', '212216.960000', '212217.420000', '212217.880000', '212218.340000', '212218.800000', '212219.260000', '212219.720000', '212220.180000', '212220.640000', '212221.100000', '212221.560000', '212222.020000', '212222.480000', '212222.940000', '212223.400000', '212223.860000', '212224.320000', '212224.780000', '212225.240000', '212225.700000', '212226.160000', '212226.620000', '212227.080000', '212227.540000', '212228.000000', '212228.460000', '212228.920000', '212229.380000', '212229.840000', '212230.300000', '212230.760000', '212231.220000', '212231.680000', '212232.140000', '212232.600000', '212233.060000', '212233.520000', '212233.980000', '212234.440000', '212234.900000', '212235.360000', '212235.820000', '212236.280000', '212236.740000', '212237.200000', '212237.660000', '212238.120000', '212238.580000', '212239.040000', '212239.500000', '212239.960000', '212240.420000', '212240.880000', '212241.340000', '212241.800000', '212242.260000', '212242.720000', '212243.180000', '212243.640000', '212244.100000', '212244.560000', '212245.020000', '212245.480000', '212245.940000', '212246.400000', '212246.860000', '212247.320000', '212247.780000', '212248.240000', '212248.700000', '212249.160000', '212249.620000', '212250.080000', '212250.540000', '212251.000000', '212251.460000', '212251.920000', '212252.380000', '212252.840000', '212253.300000', '212253.760000', '212254.220000', '212254.680000', '212255.140000', '212255.600000', '212256.060000', '212256.520000', '212256.980000', '212257.440000', '212257.900000', '212258.360000', '212258.820000', '212259.280000', '212259.740000', '212300.200000', '212300.660000', '212301.120000', '212301.580000', '212302.040000', '212302.500000', '212302.960000', '212303.420000', '212303.880000', '212304.340000', '212304.800000', '212305.260000', '212305.720000', '212306.180000', '212306.640000', '212307.100000', '212307.560000', '212308.020000', '212308.480000', '212308.940000', '212309.400000', '212309.860000', '212310.320000', '212310.780000', '212311.240000', '212311.700000', '212312.160000', '212312.620000', '212313.080000', '212313.540000', '212314.000000', '212314.460000', '212314.920000', '212315.380000', '212315.840000', '212316.300000', '212316.760000', '212317.220000', '212317.680000', '212318.140000', '212318.600000', '212319.060000', '212319.520000', '212319.980000', '212320.440000', '212320.900000', '212321.360000', '212321.820000', '212322.280000', '212322.740000', '212323.200000', '212323.660000', '212324.120000', '212324.580000', '212325.040000', '212325.500000', '212325.960000', '212326.420000', '212326.880000', '212327.340000', '212327.800000', '212328.260000', '212328.720000', '212329.180000', '212329.640000', '212330.100000', '212330.560000', '212331.020000', '212331.480000', '212331.940000', '212332.400000', '212332.860000', '212333.320000', '212333.780000', '212334.240000', '212334.700000', '212335.160000', '212335.620000', '212336.080000', '212336.540000', '212337.000000', '212337.460000', '212337.920000', '212338.380000', '212338.840000', '212339.300000', '212339.760000', '212340.220000', '212340.680000', '212341.140000', '212341.600000', '212342.060000', '212342.520000', '212342.980000', '212343.440000', '212343.900000', '212344.360000', '212344.820000', '212345.280000', '212345.740000', '212346.200000', '212346.660000', '212347.120000', '212347.580000', '212348.040000', '212348.500000', '212348.960000', '212349.420000', '212349.880000', '212350.340000', '212350.800000', '212351.260000', '212351.720000', '212352.180000', '212352.640000', '212353.100000', '212353.560000', '212354.020000', '212354.480000', '212354.940000', '212355.400000', '212355.860000', '212356.320000', '212356.780000', '212357.240000', '212357.700000', '212358.160000', '212358.620000', '212359.080000', '212359.540000', '212400.000000', '212400.460000', '212400.920000', '212401.380000', '212401.840000', '212402.300000', '212402.760000', '212403.220000', '212403.680000', '212404.140000', '212404.600000', '212405.060000', '212405.520000', '212405.980000', '212406.440000', '212406.900000', '212407.360000', '212407.820000', '212408.280000', '212408.740000', '212409.200000', '212409.660000', '212410.120000', '212410.580000', '212411.040000', '212411.500000', '212411.960000', '212412.420000', '212412.880000', '212413.340000', '212413.800000', '212414.260000', '212414.720000', '212415.180000', '212415.640000', '212416.100000', '212416.560000', '212417.020000', '212417.480000', '212417.940000', '212418.400000', '212418.860000', '212419.320000', '212419.780000', '212420.240000', '212420.700000', '212421.160000', '212421.620000', '212422.080000', '212422.540000', '212423.000000', '212423.460000', '212423.920000', '212424.380000', '212424.840000', '212425.300000', '212425.760000', '212426.220000', '212426.680000', '212427.140000', '212427.600000', '212428.060000', '212428.520000', '212428.980000', '212429.440000', '212429.900000', '212430.360000', '212430.820000', '212431.280000', '212431.740000', '212432.200000', '212432.660000', '212433.120000', '212433.580000', '212434.040000', '212434.500000', '212434.960000', '212435.420000', '212435.880000', '212436.340000', '212436.800000', '212437.260000', '212437.720000', '212438.180000', '212438.640000', '212439.100000', '212439.560000', '212440.020000', '212440.480000', '212440.940000', '212441.400000', '212441.860000', '212442.320000', '212442.780000', '212443.240000', '212443.700000', '212444.160000', '212444.620000', '212445.080000', '212445.540000', '212446.000000', '212446.460000', '212446.920000', '212447.380000', '212447.840000', '212448.300000', '212448.760000', '212449.220000', '212449.680000', '212450.140000', '212450.600000', '212451.060000', '212451.520000', '212451.980000', '212452.440000', '212452.900000', '212453.360000', '212453.820000', '212454.280000', '212454.740000', '212455.200000', '212455.660000', '212456.120000', '212456.580000', '212457.040000', '212457.500000', '212457.960000', '212458.420000', '212458.880000', '212459.340000', '212459.800000', '212500.260000', '212500.720000', '212501.180000', '212501.640000', '212502.100000', '212502.560000', '212503.020000', '212503.480000', '212503.940000', '212504.400000', '212504.860000', '212505.320000', '212505.780000', '212506.240000', '212506.700000', '212507.160000', '212507.620000', '212508.080000', '212508.540000', '212509.000000', '212509.460000', '212509.920000', '212510.380000', '212510.840000', '212511.300000', '212511.760000', '212512.220000', '212512.680000', '212513.140000', '212513.600000', '212514.060000', '212514.520000', '212514.980000', '212515.440000', '212515.900000', '212516.360000', '212516.820000', '212517.280000', '212517.740000', '212518.200000', '212518.660000', '212519.120000', '212519.580000', '212520.040000', '212520.500000', '212520.960000', '212521.420000', '212521.880000', '212522.340000', '212522.800000', '212523.260000', '212523.720000', '212524.180000', '212524.640000', '212525.100000', '212525.560000', '212526.020000', '212526.480000', '212526.940000', '212527.400000', '212527.860000', '212528.320000', '212528.780000', '212529.240000', '212529.700000', '212530.160000', '212530.620000', '212531.080000', '212531.540000', '212532.000000', '212532.460000', '212532.920000', '212533.380000', '212533.840000', '212534.300000', '212534.760000', '212535.220000', '212535.680000', '212536.140000', '212536.600000', '212537.060000', '212537.520000', '212537.980000', '212538.440000', '212538.900000', '212539.360000', '212539.820000', '212540.280000', '212540.740000', '212541.200000', '212541.660000', '212542.120000', '212542.580000', '212543.040000', '212543.500000', '212543.960000', '212544.420000', '212544.880000', '212545.340000', '212545.800000', '212546.260000', '212546.720000', '212547.180000', '212547.640000', '212548.100000', '212548.560000', '212549.020000', '212549.480000', '212549.940000', '212550.400000', '212550.860000', '212551.320000', '212551.780000', '212552.240000', '212552.700000', '212553.160000', '212553.620000', '212554.080000', '212554.540000', '212555.000000', '212555.460000', '212555.920000', '212556.380000', '212556.840000', '212557.300000', '212557.760000', '212558.220000', '212558.680000', '212559.140000', '212559.600000', '212600.060000', '212600.520000', '212600.980000', '212601.440000', '212601.900000', '212602.360000', '212602.820000', '212603.280000', '212603.740000', '212604.200000', '212604.660000', '212605.120000', '212605.580000', '212606.040000', '212606.500000', '212606.960000', '212607.420000', '212607.880000', '212608.340000', '212608.800000', '212609.260000', '212609.720000', '212610.180000', '212610.640000', '212611.100000', '212611.560000', '212612.020000', '212612.480000', '212612.940000', '212613.400000', '212613.860000', '212614.320000', '212614.780000', '212615.240000', '212615.700000', '212616.160000', '212616.620000', '212617.080000', '212617.540000', '212618.000000', '212618.460000', '212618.920000', '212619.380000', '212619.840000', '212620.300000', '212620.760000', '212621.220000', '212621.680000', '212622.140000', '212622.600000', '212623.060000', '212623.520000', '212623.980000', '212624.440000', '212624.900000', '212625.360000', '212625.820000', '212626.280000', '212626.740000', '212627.200000', '212627.660000', '212628.120000', '212628.580000', '212629.040000', '212629.500000', '212629.960000', '212630.420000', '212630.880000', '212631.340000', '212631.800000', '212632.260000', '212632.720000', '212633.180000', '212633.640000', '212634.100000', '212634.560000', '212635.020000', '212635.480000', '212635.940000', '212636.400000', '212636.860000', '212637.320000', '212637.780000', '212638.240000', '212638.700000', '212639.160000', '212639.620000', '212640.080000', '212640.540000', '212641.000000', '212641.460000', '212641.920000', '212642.380000', '212642.840000', '212643.300000', '212643.760000', '212644.220000', '212644.680000', '212645.140000', '212645.600000', '212646.060000', '212646.520000', '212646.980000', '212647.440000', '212647.900000', '212648.360000', '212648.820000', '212649.280000', '212649.740000', '212650.200000', '212650.660000', '212651.120000', '212651.580000', '212652.040000', '212652.500000', '212652.960000', '212653.420000', '212653.880000', '212654.340000', '212654.800000', '212655.260000', '212655.720000', '212656.180000', '212656.640000', '212657.100000', '212657.560000', '212658.020000', '212658.480000', '212658.940000', '212659.400000', '212659.860000', '212700.320000', '212700.780000', '212701.240000', '212701.700000', '212702.160000', '212702.620000', '212703.080000', '212703.540000', '212704.000000', '212704.460000', '212704.920000', '212705.380000', '212705.840000', '212706.300000', '212706.760000', '212707.220000', '212707.680000', '212708.140000', '212708.600000', '212709.060000', '212709.520000', '212709.980000', '212710.440000', '212710.900000', '212711.360000', '212711.820000', '212712.280000', '212712.740000', '212713.200000', '212713.660000', '212714.120000', '212714.580000', '212715.040000', '212715.500000', '212715.960000', '212716.420000', '212716.880000', '212717.340000', '212717.800000', '212718.260000', '212718.720000', '212719.180000'], 'ContentTime': ['211833.620000', '211833.623000', '211833.626000', '211833.629000', '211833.631000', '211833.634000', '211833.636000', '211833.639000', '211833.642000', '211833.644000', '211833.647000', '211833.649000', '211833.652000', '211833.654000', '211833.657000', '211833.660000', '211833.662000', '211833.665000', '211833.667000', '211833.670000', '211833.672000', '211833.681000', '211833.683000', '211833.686000', '211833.688000', '211833.691000', '211833.693000', '211833.696000', '211833.699000', '211833.701000', '211833.704000', '211833.706000', '211833.709000', '211833.711000', '211833.714000', '211833.717000', '211833.719000', '211833.722000', '211833.724000', '211833.727000', '211833.729000', '211833.732000', '211833.735000', '211833.737000', '211833.740000', '211833.742000', '211833.746000', '211833.749000', '211833.751000', '211833.754000', '211833.756000', '211833.759000', '211833.762000', '211833.764000', '211833.767000', '211833.769000', '211833.772000', '211833.775000', '211833.777000', '211833.780000', '211833.782000', '211833.785000', '211853.588000', '211853.591000', '211853.594000', '211853.596000', '211853.599000', '211853.602000', '211853.604000', '211853.607000', '211853.610000', '211853.612000', '211853.615000', '211853.617000', '211853.620000', '211853.623000', '211853.625000', '211853.628000', '211853.630000', '211853.633000', '211853.636000', '211853.638000', '211853.641000', '211853.643000', '211853.662000', '211853.664000', '211853.667000', '211853.670000', '211853.672000', '211853.675000', '211853.678000', '211853.680000', '211853.683000', '211853.685000', '211853.688000', '211853.691000', '211853.693000', '211853.696000', '211853.698000', '211853.701000', '211853.703000', '211853.706000', '211853.709000', '211853.711000', '211853.714000', '211853.716000', '211913.588000', '211913.591000', '211913.594000', '211913.596000', '211913.599000', '211913.602000', '211913.604000', '211913.607000', '211913.610000', '211913.612000', '211913.615000', '211913.618000', '211913.620000', '211913.623000', '211913.625000', '211913.628000', '211913.631000', '211913.633000', '211913.636000', '211913.638000', '211913.641000', '211913.644000', '211913.647000', '211913.650000', '211913.653000', '211913.655000', '211913.658000', '211913.661000', '211913.663000', '211913.666000', '211913.668000', '211913.671000', '211913.674000', '211913.676000', '211913.679000', '211913.681000', '211913.684000', '211913.686000', '211913.689000', '211913.692000', '211913.694000', '211913.697000', '211913.699000', '211933.588000', '211933.591000', '211933.594000', '211933.596000', '211933.599000', '211933.602000', '211933.605000', '211933.607000', '211933.610000', '211933.613000', '211933.615000', '211933.618000', '211933.620000', '211933.623000', '211933.625000', '211933.628000', '211933.631000', '211933.633000', '211933.636000', '211933.638000', '211933.641000', '211933.644000', '211933.646000', '211933.649000', '211933.652000', '211933.654000', '211933.657000', '211933.659000', '211933.662000', '211933.665000', '211933.667000', '211933.670000', '211933.672000', '211933.675000', '211933.677000', '211933.680000', '211933.683000', '211933.685000', '211933.688000', '211933.690000', '211933.693000', '211933.696000', '211933.698000', '211933.701000', '211953.589000', '211953.591000', '211953.594000', '211953.597000', '211953.599000', '211953.602000', '211953.609000', '211953.612000', '211953.615000', '211953.617000', '211953.620000', '211953.623000', '211953.626000', '211953.629000', '211953.632000', '211953.634000', '211953.637000', '211953.639000', '211953.642000', '211953.645000', '211953.647000', '211953.650000', '211953.653000', '211953.655000', '211953.658000', '211953.660000', '211953.663000', '211953.665000', '211953.668000', '211953.671000', '211953.673000', '211953.676000', '211953.678000', '211953.681000', '211953.684000', '211953.686000', '211953.689000', '211953.691000', '211953.694000', '211953.696000', '211953.699000', '211953.702000', '211953.704000', '212013.589000', '212013.592000', '212013.594000', '212013.597000', '212013.600000', '212013.602000', '212013.605000', '212013.608000', '212013.610000', '212013.613000', '212013.615000', '212013.618000', '212013.621000', '212013.623000', '212013.626000', '212013.628000', '212013.631000', '212013.634000', '212013.636000', '212013.639000', '212013.642000', '212013.644000', '212013.647000', '212013.649000', '212013.652000', '212013.654000', '212013.657000', '212013.660000', '212013.662000', '212013.665000', '212013.667000', '212013.670000', '212013.673000', '212013.675000', '212013.678000', '212013.680000', '212013.683000', '212013.685000', '212013.688000', '212013.691000', '212013.693000', '212013.696000', '212013.698000', '212013.701000', '212033.588000', '212033.591000', '212033.606000', '212033.609000', '212033.611000', '212033.614000', '212033.616000', '212033.619000', '212033.622000', '212033.624000', '212033.627000', '212033.629000', '212033.632000', '212033.635000', '212033.637000', '212033.640000', '212033.642000', '212033.645000', '212033.648000', '212033.650000', '212033.653000', '212033.655000', '212033.658000', '212033.661000', '212033.663000', '212033.666000', '212033.668000', '212033.671000', '212033.673000', '212033.676000', '212033.679000', '212033.681000', '212033.684000', '212033.687000', '212033.690000', '212033.692000', '212033.695000', '212033.698000', '212033.700000', '212033.703000', '212033.706000', '212033.708000', '212033.711000', '212053.589000', '212053.592000', '212053.594000', '212053.597000', '212053.600000', '212053.602000', '212053.605000', '212053.608000', '212053.610000', '212053.613000', '212053.615000', '212053.618000', '212053.620000', '212053.623000', '212053.626000', '212053.628000', '212053.631000', '212053.634000', '212053.636000', '212053.639000', '212053.641000', '212053.644000', '212053.647000', '212053.649000', '212053.652000', '212053.654000', '212053.657000', '212053.660000', '212053.662000', '212053.665000', '212053.668000', '212053.670000', '212053.673000', '212053.675000', '212053.678000', '212053.681000', '212053.683000', '212053.686000', '212053.688000', '212053.691000', '212053.694000', '212053.696000', '212053.699000', '212053.701000', '212113.589000', '212113.592000', '212113.594000', '212113.597000', '212113.599000', '212113.602000', '212113.605000', '212113.607000', '212113.610000', '212113.612000', '212113.615000', '212113.618000', '212113.620000', '212113.623000', '212113.625000', '212113.628000', '212113.631000', '212113.633000', '212113.636000', '212113.639000', '212113.641000', '212113.644000', '212113.646000', '212113.649000', '212113.652000', '212113.654000', '212113.657000', '212113.659000', '212113.662000', '212113.665000', '212113.667000', '212113.670000', '212113.673000', '212113.675000', '212113.678000', '212113.681000', '212113.684000', '212113.687000', '212113.690000', '212113.692000', '212113.695000', '212113.698000', '212113.700000', '212133.589000', '212133.592000', '212133.594000', '212133.597000', '212133.599000', '212133.602000', '212133.605000', '212133.607000', '212133.610000', '212133.612000', '212133.615000', '212133.618000', '212133.620000', '212133.623000', '212133.625000', '212133.628000', '212133.631000', '212133.633000', '212133.636000', '212133.638000', '212133.641000', '212133.644000', '212133.646000', '212133.649000', '212133.651000', '212133.654000', '212133.657000', '212133.659000', '212133.662000', '212133.664000', '212133.667000', '212133.670000', '212133.672000', '212133.675000', '212133.678000', '212133.680000', '212133.683000', '212133.686000', '212133.688000', '212133.691000', '212133.693000', '212133.696000', '212133.698000', '212133.701000', '212153.589000', '212153.592000', '212153.594000', '212153.597000', '212153.600000', '212153.602000', '212153.605000', '212153.608000', '212153.610000', '212153.613000', '212153.616000', '212153.618000', '212153.621000', '212153.623000', '212153.626000', '212153.629000', '212153.631000', '212153.634000', '212153.636000', '212153.639000', '212153.642000', '212153.644000', '212153.647000', '212153.649000', '212153.652000', '212153.655000', '212153.657000', '212153.660000', '212153.663000', '212153.665000', '212153.668000', '212153.671000', '212153.673000', '212153.676000', '212153.679000', '212153.681000', '212153.684000', '212153.686000', '212153.689000', '212153.691000', '212153.694000', '212153.697000', '212153.708000', '212213.588000', '212213.591000', '212213.594000', '212213.596000', '212213.599000', '212213.602000', '212213.604000', '212213.607000', '212213.614000', '212213.617000', '212213.619000', '212213.622000', '212213.625000', '212213.627000', '212213.630000', '212213.632000', '212213.635000', '212213.638000', '212213.640000', '212213.643000', '212213.645000', '212213.648000', '212213.650000', '212213.653000', '212213.656000', '212213.658000', '212213.661000', '212213.664000', '212213.666000', '212213.669000', '212213.671000', '212213.674000', '212213.677000', '212213.679000', '212213.682000', '212213.684000', '212213.687000', '212213.689000', '212213.692000', '212213.695000', '212213.697000', '212213.700000', '212213.703000', '212213.705000', '212233.589000', '212233.591000', '212233.594000', '212233.597000', '212233.599000', '212233.602000', '212233.605000', '212233.607000', '212233.610000', '212233.612000', '212233.615000', '212233.618000', '212233.620000', '212233.623000', '212233.626000', '212233.628000', '212233.631000', '212233.633000', '212233.636000', '212233.639000', '212233.641000', '212233.644000', '212233.646000', '212233.649000', '212233.651000', '212233.654000', '212233.657000', '212233.660000', '212233.662000', '212233.665000', '212233.667000', '212233.670000', '212233.673000', '212233.675000', '212233.678000', '212233.680000', '212233.683000', '212233.686000', '212233.688000', '212233.691000', '212233.694000', '212233.697000', '212233.699000', '212253.589000', '212253.592000', '212253.594000', '212253.597000', '212253.600000', '212253.602000', '212253.605000', '212253.608000', '212253.610000', '212253.613000', '212253.615000', '212253.618000', '212253.621000', '212253.623000', '212253.626000', '212253.628000', '212253.631000', '212253.634000', '212253.636000', '212253.639000', '212253.641000', '212253.644000', '212253.647000', '212253.649000', '212253.652000', '212253.654000', '212253.657000', '212253.660000', '212253.662000', '212253.665000', '212253.668000', '212253.670000', '212253.673000', '212253.675000', '212253.678000', '212253.681000', '212253.683000', '212253.686000', '212253.688000', '212253.691000', '212253.694000', '212253.696000', '212253.699000', '212253.702000', '212313.589000', '212313.592000', '212313.594000', '212313.597000', '212313.599000', '212313.602000', '212313.605000', '212313.607000', '212313.610000', '212313.612000', '212313.615000', '212313.618000', '212313.620000', '212313.623000', '212313.625000', '212313.628000', '212313.631000', '212313.633000', '212313.636000', '212313.638000', '212313.641000', '212313.644000', '212313.646000', '212313.649000', '212313.652000', '212313.655000', '212313.657000', '212313.660000', '212313.662000', '212313.665000', '212313.668000', '212313.670000', '212313.673000', '212313.675000', '212313.678000', '212313.681000', '212313.683000', '212313.686000', '212313.688000', '212313.691000', '212313.694000', '212313.696000', '212313.699000', '212333.588000', '212333.591000', '212333.594000', '212333.597000', '212333.599000', '212333.602000', '212333.605000', '212333.607000', '212333.610000', '212333.630000', '212333.632000', '212333.637000', '212333.640000', '212333.642000', '212333.645000', '212333.647000', '212333.650000', '212333.653000', '212333.655000', '212333.658000', '212333.660000', '212333.663000', '212333.665000', '212333.668000', '212333.671000', '212333.673000', '212333.676000', '212333.679000', '212333.681000', '212333.684000', '212333.686000', '212333.689000', '212333.691000', '212333.694000', '212333.697000', '212333.699000', '212333.702000', '212333.704000', '212333.707000', '212333.710000', '212333.712000', '212333.715000', '212333.718000', '212333.720000', '212353.589000', '212353.591000', '212353.594000', '212353.597000', '212353.599000', '212353.602000', '212353.605000', '212353.607000', '212353.610000', '212353.613000', '212353.615000', '212353.618000', '212353.620000', '212353.623000', '212353.626000', '212353.628000', '212353.631000', '212353.633000', '212353.636000', '212353.639000', '212353.641000', '212353.644000', '212353.646000', '212353.649000', '212353.652000', '212353.654000', '212353.657000', '212353.659000', '212353.662000', '212353.665000', '212353.667000', '212353.670000', '212353.672000', '212353.675000', '212353.677000', '212353.680000', '212353.683000', '212353.685000', '212353.688000', '212353.691000', '212353.693000', '212353.696000', '212353.698000', '212413.589000', '212413.592000', '212413.594000', '212413.597000', '212413.599000', '212413.602000', '212413.605000', '212413.607000', '212413.610000', '212413.612000', '212413.615000', '212413.618000', '212413.621000', '212413.623000', '212413.626000', '212413.629000', '212413.631000', '212413.634000', '212413.636000', '212413.639000', '212413.642000', '212413.644000', '212413.647000', '212413.649000', '212413.652000', '212413.655000', '212413.657000', '212413.660000', '212413.662000', '212413.665000', '212413.668000', '212413.670000', '212413.673000', '212413.675000', '212413.678000', '212413.681000', '212413.683000', '212413.686000', '212413.688000', '212413.691000', '212413.694000', '212413.696000', '212413.699000', '212413.701000', '212433.589000', '212433.591000', '212433.594000', '212433.597000', '212433.599000', '212433.602000', '212433.605000', '212433.607000', '212433.610000', '212433.612000', '212433.615000', '212433.618000', '212433.620000', '212433.623000', '212433.625000', '212433.628000', '212433.631000', '212433.633000', '212433.636000', '212433.638000', '212433.641000', '212433.644000', '212433.646000', '212433.649000', '212433.652000', '212433.654000', '212433.657000', '212433.659000', '212433.662000', '212433.665000', '212433.667000', '212433.670000', '212433.672000', '212433.675000', '212433.678000', '212433.680000', '212433.683000', '212433.685000', '212433.688000', '212433.691000', '212433.693000', '212433.696000', '212433.698000', '212453.589000', '212453.591000', '212453.594000', '212453.597000', '212453.599000', '212453.602000', '212453.605000', '212453.607000', '212453.610000', '212453.613000', '212453.615000', '212453.618000', '212453.620000', '212453.623000', '212453.626000', '212453.628000', '212453.631000', '212453.633000', '212453.636000', '212453.639000', '212453.656000', '212453.659000', '212453.662000', '212453.664000', '212453.667000', '212453.669000', '212453.672000', '212453.675000', '212453.677000', '212453.680000', '212453.682000', '212453.685000', '212453.688000', '212453.690000', '212453.693000', '212453.696000', '212453.698000', '212453.701000', '212453.703000', '212453.706000', '212453.709000', '212453.711000', '212453.714000', '212453.716000', '212513.589000', '212513.592000', '212513.594000', '212513.597000', '212513.600000', '212513.602000', '212513.605000', '212513.608000', '212513.610000', '212513.613000', '212513.615000', '212513.618000', '212513.621000', '212513.623000', '212513.626000', '212513.628000', '212513.631000', '212513.634000', '212513.636000', '212513.639000', '212513.642000', '212513.644000', '212513.647000', '212513.649000', '212513.652000', '212513.654000', '212513.657000', '212513.660000', '212513.662000', '212513.665000', '212513.668000', '212513.670000', '212513.673000', '212513.675000', '212513.678000', '212513.681000', '212513.683000', '212513.686000', '212513.688000', '212513.691000', '212513.694000', '212513.696000', '212513.699000', '212533.589000', '212533.591000', '212533.594000', '212533.597000', '212533.599000', '212533.602000', '212533.605000', '212533.608000', '212533.611000', '212533.613000', '212533.616000', '212533.619000', '212533.621000', '212533.624000', '212533.626000', '212533.629000', '212533.631000', '212533.657000', '212533.660000', '212533.663000', '212533.665000', '212533.668000', '212533.670000', '212533.673000', '212533.676000', '212533.678000', '212533.681000', '212533.683000', '212533.686000', '212533.689000', '212533.691000', '212533.694000', '212533.697000', '212533.699000', '212533.702000', '212533.704000', '212533.707000', '212533.710000', '212533.712000', '212533.715000', '212533.717000', '212533.720000', '212533.722000', '212553.589000', '212553.592000', '212553.594000', '212553.597000', '212553.600000', '212553.602000', '212553.605000', '212553.608000', '212553.610000', '212553.613000', '212553.615000', '212553.618000', '212553.620000', '212553.623000', '212553.626000', '212553.628000', '212553.631000', '212553.634000', '212553.636000', '212553.639000', '212553.642000', '212553.644000', '212553.647000', '212553.649000', '212553.652000', '212553.655000', '212553.657000', '212553.660000', '212553.662000', '212553.665000', '212553.667000', '212553.670000', '212553.673000', '212553.676000', '212553.678000', '212553.681000', '212553.683000', '212553.686000', '212553.688000', '212553.691000', '212553.694000', '212553.696000', '212553.699000', '212553.702000', '212613.589000', '212613.592000', '212613.594000', '212613.597000', '212613.600000', '212613.602000', '212613.605000', '212613.608000', '212613.610000', '212613.613000', '212613.615000', '212613.618000', '212613.620000', '212613.623000', '212613.626000', '212613.628000', '212613.631000', '212613.645000', '212613.647000', '212613.650000', '212613.652000', '212613.655000', '212613.657000', '212613.660000', '212613.663000', '212613.665000', '212613.668000', '212613.670000', '212613.673000', '212613.676000', '212613.678000', '212613.681000', '212613.684000', '212613.686000', '212613.689000', '212613.692000', '212613.694000', '212613.697000', '212613.699000', '212613.702000', '212613.704000', '212613.707000', '212613.710000', '212633.589000', '212633.592000', '212633.594000', '212633.597000', '212633.600000', '212633.602000', '212633.605000', '212633.608000', '212633.610000', '212633.613000', '212633.615000', '212633.618000', '212633.621000', '212633.623000', '212633.626000', '212633.628000', '212633.631000', '212633.634000', '212633.636000', '212633.639000', '212633.642000', '212633.644000', '212633.647000', '212633.649000', '212633.652000', '212633.655000', '212633.657000', '212633.660000', '212633.662000', '212633.665000', '212633.668000', '212633.670000', '212633.673000', '212633.676000', '212633.678000', '212633.681000', '212633.683000', '212633.686000', '212633.689000', '212633.691000', '212633.694000', '212633.697000', '212633.699000', '212633.702000', '212653.589000', '212653.592000', '212653.594000', '212653.597000', '212653.601000', '212653.603000', '212653.606000', '212653.609000', '212653.611000', '212653.614000', '212653.617000', '212653.619000', '212653.622000', '212653.624000', '212653.627000', '212653.630000', '212653.632000', '212653.635000', '212653.637000', '212653.640000', '212653.643000', '212653.646000', '212653.649000', '212653.652000', '212653.654000', '212653.657000', '212653.660000', '212653.662000', '212653.665000', '212653.668000', '212653.670000', '212653.673000', '212653.675000', '212653.678000', '212653.681000', '212653.683000', '212653.686000', '212653.688000', '212653.691000', '212653.693000', '212653.696000', '212653.699000', '212653.701000', '212713.589000', '212713.592000', '212713.594000', '212713.597000', '212713.599000', '212713.602000', '212713.605000', '212713.607000', '212713.610000', '212713.612000', '212713.615000', '212713.618000', '212713.620000', '212713.623000', '212713.626000', '212713.628000', '212713.631000', '212713.633000', '212713.636000', '212713.639000', '212713.641000', '212713.644000', '212713.646000', '212713.649000', '212713.651000', '212713.654000', '212713.657000', '212713.659000', '212713.662000', '212713.664000', '212713.667000', '212713.670000', '212713.672000', '212713.675000', '212713.678000', '212713.680000', '212713.683000', '212713.685000', '212713.688000', '212713.691000', '212713.693000', '212713.696000', '212713.698000', '212713.701000', '212720.724000', '212720.726000', '212720.729000', '212720.732000', '212720.734000', '212720.737000', '212720.739000', '212720.742000', '212720.745000', '212720.747000', '212720.750000', '212720.752000', '212720.755000', '212720.758000', '212720.760000', '212720.763000'], 'InstanceCreationTime': ['211833.620000', '211833.623000', '211833.626000', '211833.629000', '211833.631000', '211833.634000', '211833.636000', '211833.639000', '211833.642000', '211833.644000', '211833.647000', '211833.649000', '211833.652000', '211833.654000', '211833.657000', '211833.660000', '211833.662000', '211833.665000', '211833.667000', '211833.670000', '211833.672000', '211833.681000', '211833.683000', '211833.686000', '211833.688000', '211833.691000', '211833.693000', '211833.696000', '211833.699000', '211833.701000', '211833.704000', '211833.706000', '211833.709000', '211833.711000', '211833.714000', '211833.717000', '211833.719000', '211833.722000', '211833.724000', '211833.727000', '211833.729000', '211833.732000', '211833.735000', '211833.737000', '211833.740000', '211833.742000', '211833.746000', '211833.749000', '211833.751000', '211833.754000', '211833.756000', '211833.759000', '211833.762000', '211833.764000', '211833.767000', '211833.769000', '211833.772000', '211833.775000', '211833.777000', '211833.780000', '211833.782000', '211833.785000', '211853.588000', '211853.591000', '211853.594000', '211853.596000', '211853.599000', '211853.602000', '211853.604000', '211853.607000', '211853.610000', '211853.612000', '211853.615000', '211853.617000', '211853.620000', '211853.623000', '211853.625000', '211853.628000', '211853.630000', '211853.633000', '211853.636000', '211853.638000', '211853.641000', '211853.643000', '211853.662000', '211853.664000', '211853.667000', '211853.670000', '211853.672000', '211853.675000', '211853.678000', '211853.680000', '211853.683000', '211853.685000', '211853.688000', '211853.691000', '211853.693000', '211853.696000', '211853.698000', '211853.701000', '211853.703000', '211853.706000', '211853.709000', '211853.711000', '211853.714000', '211853.716000', '211913.588000', '211913.591000', '211913.594000', '211913.596000', '211913.599000', '211913.602000', '211913.604000', '211913.607000', '211913.610000', '211913.612000', '211913.615000', '211913.618000', '211913.620000', '211913.623000', '211913.625000', '211913.628000', '211913.631000', '211913.633000', '211913.636000', '211913.638000', '211913.641000', '211913.644000', '211913.647000', '211913.650000', '211913.653000', '211913.655000', '211913.658000', '211913.661000', '211913.663000', '211913.666000', '211913.668000', '211913.671000', '211913.674000', '211913.676000', '211913.679000', '211913.681000', '211913.684000', '211913.686000', '211913.689000', '211913.692000', '211913.694000', '211913.697000', '211913.699000', '211933.588000', '211933.591000', '211933.594000', '211933.596000', '211933.599000', '211933.602000', '211933.605000', '211933.607000', '211933.610000', '211933.613000', '211933.615000', '211933.618000', '211933.620000', '211933.623000', '211933.625000', '211933.628000', '211933.631000', '211933.633000', '211933.636000', '211933.638000', '211933.641000', '211933.644000', '211933.646000', '211933.649000', '211933.652000', '211933.654000', '211933.657000', '211933.659000', '211933.662000', '211933.665000', '211933.667000', '211933.670000', '211933.672000', '211933.675000', '211933.677000', '211933.680000', '211933.683000', '211933.685000', '211933.688000', '211933.690000', '211933.693000', '211933.696000', '211933.698000', '211933.701000', '211953.589000', '211953.591000', '211953.594000', '211953.597000', '211953.599000', '211953.602000', '211953.609000', '211953.612000', '211953.615000', '211953.617000', '211953.620000', '211953.623000', '211953.626000', '211953.629000', '211953.632000', '211953.634000', '211953.637000', '211953.639000', '211953.642000', '211953.645000', '211953.647000', '211953.650000', '211953.653000', '211953.655000', '211953.658000', '211953.660000', '211953.663000', '211953.665000', '211953.668000', '211953.671000', '211953.673000', '211953.676000', '211953.678000', '211953.681000', '211953.684000', '211953.686000', '211953.689000', '211953.691000', '211953.694000', '211953.696000', '211953.699000', '211953.702000', '211953.704000', '212013.589000', '212013.592000', '212013.594000', '212013.597000', '212013.600000', '212013.602000', '212013.605000', '212013.608000', '212013.610000', '212013.613000', '212013.615000', '212013.618000', '212013.621000', '212013.623000', '212013.626000', '212013.628000', '212013.631000', '212013.634000', '212013.636000', '212013.639000', '212013.642000', '212013.644000', '212013.647000', '212013.649000', '212013.652000', '212013.654000', '212013.657000', '212013.660000', '212013.662000', '212013.665000', '212013.667000', '212013.670000', '212013.673000', '212013.675000', '212013.678000', '212013.680000', '212013.683000', '212013.685000', '212013.688000', '212013.691000', '212013.693000', '212013.696000', '212013.698000', '212013.701000', '212033.588000', '212033.591000', '212033.606000', '212033.609000', '212033.611000', '212033.614000', '212033.616000', '212033.619000', '212033.622000', '212033.624000', '212033.627000', '212033.629000', '212033.632000', '212033.635000', '212033.637000', '212033.640000', '212033.642000', '212033.645000', '212033.648000', '212033.650000', '212033.653000', '212033.655000', '212033.658000', '212033.661000', '212033.663000', '212033.666000', '212033.668000', '212033.671000', '212033.673000', '212033.676000', '212033.679000', '212033.681000', '212033.684000', '212033.687000', '212033.690000', '212033.692000', '212033.695000', '212033.698000', '212033.700000', '212033.703000', '212033.706000', '212033.708000', '212033.711000', '212053.589000', '212053.592000', '212053.594000', '212053.597000', '212053.600000', '212053.602000', '212053.605000', '212053.608000', '212053.610000', '212053.613000', '212053.615000', '212053.618000', '212053.620000', '212053.623000', '212053.626000', '212053.628000', '212053.631000', '212053.634000', '212053.636000', '212053.639000', '212053.641000', '212053.644000', '212053.647000', '212053.649000', '212053.652000', '212053.654000', '212053.657000', '212053.660000', '212053.662000', '212053.665000', '212053.668000', '212053.670000', '212053.673000', '212053.675000', '212053.678000', '212053.681000', '212053.683000', '212053.686000', '212053.688000', '212053.691000', '212053.694000', '212053.696000', '212053.699000', '212053.701000', '212113.589000', '212113.592000', '212113.594000', '212113.597000', '212113.599000', '212113.602000', '212113.605000', '212113.607000', '212113.610000', '212113.612000', '212113.615000', '212113.618000', '212113.620000', '212113.623000', '212113.625000', '212113.628000', '212113.631000', '212113.633000', '212113.636000', '212113.639000', '212113.641000', '212113.644000', '212113.646000', '212113.649000', '212113.652000', '212113.654000', '212113.657000', '212113.659000', '212113.662000', '212113.665000', '212113.667000', '212113.670000', '212113.673000', '212113.675000', '212113.678000', '212113.681000', '212113.684000', '212113.687000', '212113.690000', '212113.692000', '212113.695000', '212113.698000', '212113.700000', '212133.589000', '212133.592000', '212133.594000', '212133.597000', '212133.599000', '212133.602000', '212133.605000', '212133.607000', '212133.610000', '212133.612000', '212133.615000', '212133.618000', '212133.620000', '212133.623000', '212133.625000', '212133.628000', '212133.631000', '212133.633000', '212133.636000', '212133.638000', '212133.641000', '212133.644000', '212133.646000', '212133.649000', '212133.651000', '212133.654000', '212133.657000', '212133.659000', '212133.662000', '212133.664000', '212133.667000', '212133.670000', '212133.672000', '212133.675000', '212133.678000', '212133.680000', '212133.683000', '212133.686000', '212133.688000', '212133.691000', '212133.693000', '212133.696000', '212133.698000', '212133.701000', '212153.589000', '212153.592000', '212153.594000', '212153.597000', '212153.600000', '212153.602000', '212153.605000', '212153.608000', '212153.610000', '212153.613000', '212153.616000', '212153.618000', '212153.621000', '212153.623000', '212153.626000', '212153.629000', '212153.631000', '212153.634000', '212153.636000', '212153.639000', '212153.642000', '212153.644000', '212153.647000', '212153.649000', '212153.652000', '212153.655000', '212153.657000', '212153.660000', '212153.663000', '212153.665000', '212153.668000', '212153.671000', '212153.673000', '212153.676000', '212153.679000', '212153.681000', '212153.684000', '212153.686000', '212153.689000', '212153.691000', '212153.694000', '212153.697000', '212153.708000', '212213.588000', '212213.591000', '212213.594000', '212213.596000', '212213.599000', '212213.602000', '212213.604000', '212213.607000', '212213.614000', '212213.617000', '212213.619000', '212213.622000', '212213.625000', '212213.627000', '212213.630000', '212213.632000', '212213.635000', '212213.638000', '212213.640000', '212213.643000', '212213.645000', '212213.648000', '212213.650000', '212213.653000', '212213.656000', '212213.658000', '212213.661000', '212213.664000', '212213.666000', '212213.669000', '212213.671000', '212213.674000', '212213.677000', '212213.679000', '212213.682000', '212213.684000', '212213.687000', '212213.689000', '212213.692000', '212213.695000', '212213.697000', '212213.700000', '212213.703000', '212213.705000', '212233.589000', '212233.591000', '212233.594000', '212233.597000', '212233.599000', '212233.602000', '212233.605000', '212233.607000', '212233.610000', '212233.612000', '212233.615000', '212233.618000', '212233.620000', '212233.623000', '212233.626000', '212233.628000', '212233.631000', '212233.633000', '212233.636000', '212233.639000', '212233.641000', '212233.644000', '212233.646000', '212233.649000', '212233.651000', '212233.654000', '212233.657000', '212233.660000', '212233.662000', '212233.665000', '212233.667000', '212233.670000', '212233.673000', '212233.675000', '212233.678000', '212233.680000', '212233.683000', '212233.686000', '212233.688000', '212233.691000', '212233.694000', '212233.697000', '212233.699000', '212253.589000', '212253.592000', '212253.594000', '212253.597000', '212253.600000', '212253.602000', '212253.605000', '212253.608000', '212253.610000', '212253.613000', '212253.615000', '212253.618000', '212253.621000', '212253.623000', '212253.626000', '212253.628000', '212253.631000', '212253.634000', '212253.636000', '212253.639000', '212253.641000', '212253.644000', '212253.647000', '212253.649000', '212253.652000', '212253.654000', '212253.657000', '212253.660000', '212253.662000', '212253.665000', '212253.668000', '212253.670000', '212253.673000', '212253.675000', '212253.678000', '212253.681000', '212253.683000', '212253.686000', '212253.688000', '212253.691000', '212253.694000', '212253.696000', '212253.699000', '212253.702000', '212313.589000', '212313.592000', '212313.594000', '212313.597000', '212313.599000', '212313.602000', '212313.605000', '212313.607000', '212313.610000', '212313.612000', '212313.615000', '212313.618000', '212313.620000', '212313.623000', '212313.625000', '212313.628000', '212313.631000', '212313.633000', '212313.636000', '212313.638000', '212313.641000', '212313.644000', '212313.646000', '212313.649000', '212313.652000', '212313.655000', '212313.657000', '212313.660000', '212313.662000', '212313.665000', '212313.668000', '212313.670000', '212313.673000', '212313.675000', '212313.678000', '212313.681000', '212313.683000', '212313.686000', '212313.688000', '212313.691000', '212313.694000', '212313.696000', '212313.699000', '212333.588000', '212333.591000', '212333.594000', '212333.597000', '212333.599000', '212333.602000', '212333.605000', '212333.607000', '212333.610000', '212333.630000', '212333.632000', '212333.637000', '212333.640000', '212333.642000', '212333.645000', '212333.647000', '212333.650000', '212333.653000', '212333.655000', '212333.658000', '212333.660000', '212333.663000', '212333.665000', '212333.668000', '212333.671000', '212333.673000', '212333.676000', '212333.679000', '212333.681000', '212333.684000', '212333.686000', '212333.689000', '212333.691000', '212333.694000', '212333.697000', '212333.699000', '212333.702000', '212333.704000', '212333.707000', '212333.710000', '212333.712000', '212333.715000', '212333.718000', '212333.720000', '212353.589000', '212353.591000', '212353.594000', '212353.597000', '212353.599000', '212353.602000', '212353.605000', '212353.607000', '212353.610000', '212353.613000', '212353.615000', '212353.618000', '212353.620000', '212353.623000', '212353.626000', '212353.628000', '212353.631000', '212353.633000', '212353.636000', '212353.639000', '212353.641000', '212353.644000', '212353.646000', '212353.649000', '212353.652000', '212353.654000', '212353.657000', '212353.659000', '212353.662000', '212353.665000', '212353.667000', '212353.670000', '212353.672000', '212353.675000', '212353.677000', '212353.680000', '212353.683000', '212353.685000', '212353.688000', '212353.691000', '212353.693000', '212353.696000', '212353.698000', '212413.589000', '212413.592000', '212413.594000', '212413.597000', '212413.599000', '212413.602000', '212413.605000', '212413.607000', '212413.610000', '212413.612000', '212413.615000', '212413.618000', '212413.621000', '212413.623000', '212413.626000', '212413.629000', '212413.631000', '212413.634000', '212413.636000', '212413.639000', '212413.642000', '212413.644000', '212413.647000', '212413.649000', '212413.652000', '212413.655000', '212413.657000', '212413.660000', '212413.662000', '212413.665000', '212413.668000', '212413.670000', '212413.673000', '212413.675000', '212413.678000', '212413.681000', '212413.683000', '212413.686000', '212413.688000', '212413.691000', '212413.694000', '212413.696000', '212413.699000', '212413.701000', '212433.589000', '212433.591000', '212433.594000', '212433.597000', '212433.599000', '212433.602000', '212433.605000', '212433.607000', '212433.610000', '212433.612000', '212433.615000', '212433.618000', '212433.620000', '212433.623000', '212433.625000', '212433.628000', '212433.631000', '212433.633000', '212433.636000', '212433.638000', '212433.641000', '212433.644000', '212433.646000', '212433.649000', '212433.652000', '212433.654000', '212433.657000', '212433.659000', '212433.662000', '212433.665000', '212433.667000', '212433.670000', '212433.672000', '212433.675000', '212433.678000', '212433.680000', '212433.683000', '212433.685000', '212433.688000', '212433.691000', '212433.693000', '212433.696000', '212433.698000', '212453.589000', '212453.591000', '212453.594000', '212453.597000', '212453.599000', '212453.602000', '212453.605000', '212453.607000', '212453.610000', '212453.613000', '212453.615000', '212453.618000', '212453.620000', '212453.623000', '212453.626000', '212453.628000', '212453.631000', '212453.633000', '212453.636000', '212453.639000', '212453.656000', '212453.659000', '212453.662000', '212453.664000', '212453.667000', '212453.669000', '212453.672000', '212453.675000', '212453.677000', '212453.680000', '212453.682000', '212453.685000', '212453.688000', '212453.690000', '212453.693000', '212453.696000', '212453.698000', '212453.701000', '212453.703000', '212453.706000', '212453.709000', '212453.711000', '212453.714000', '212453.716000', '212513.589000', '212513.592000', '212513.594000', '212513.597000', '212513.600000', '212513.602000', '212513.605000', '212513.608000', '212513.610000', '212513.613000', '212513.615000', '212513.618000', '212513.621000', '212513.623000', '212513.626000', '212513.628000', '212513.631000', '212513.634000', '212513.636000', '212513.639000', '212513.642000', '212513.644000', '212513.647000', '212513.649000', '212513.652000', '212513.654000', '212513.657000', '212513.660000', '212513.662000', '212513.665000', '212513.668000', '212513.670000', '212513.673000', '212513.675000', '212513.678000', '212513.681000', '212513.683000', '212513.686000', '212513.688000', '212513.691000', '212513.694000', '212513.696000', '212513.699000', '212533.589000', '212533.591000', '212533.594000', '212533.597000', '212533.599000', '212533.602000', '212533.605000', '212533.608000', '212533.611000', '212533.613000', '212533.616000', '212533.619000', '212533.621000', '212533.624000', '212533.626000', '212533.629000', '212533.631000', '212533.657000', '212533.660000', '212533.663000', '212533.665000', '212533.668000', '212533.670000', '212533.673000', '212533.676000', '212533.678000', '212533.681000', '212533.683000', '212533.686000', '212533.689000', '212533.691000', '212533.694000', '212533.697000', '212533.699000', '212533.702000', '212533.704000', '212533.707000', '212533.710000', '212533.712000', '212533.715000', '212533.717000', '212533.720000', '212533.722000', '212553.589000', '212553.592000', '212553.594000', '212553.597000', '212553.600000', '212553.602000', '212553.605000', '212553.608000', '212553.610000', '212553.613000', '212553.615000', '212553.618000', '212553.620000', '212553.623000', '212553.626000', '212553.628000', '212553.631000', '212553.634000', '212553.636000', '212553.639000', '212553.642000', '212553.644000', '212553.647000', '212553.649000', '212553.652000', '212553.655000', '212553.657000', '212553.660000', '212553.662000', '212553.665000', '212553.667000', '212553.670000', '212553.673000', '212553.676000', '212553.678000', '212553.681000', '212553.683000', '212553.686000', '212553.688000', '212553.691000', '212553.694000', '212553.696000', '212553.699000', '212553.702000', '212613.589000', '212613.592000', '212613.594000', '212613.597000', '212613.600000', '212613.602000', '212613.605000', '212613.608000', '212613.610000', '212613.613000', '212613.615000', '212613.618000', '212613.620000', '212613.623000', '212613.626000', '212613.628000', '212613.631000', '212613.645000', '212613.647000', '212613.650000', '212613.652000', '212613.655000', '212613.657000', '212613.660000', '212613.663000', '212613.665000', '212613.668000', '212613.670000', '212613.673000', '212613.676000', '212613.678000', '212613.681000', '212613.684000', '212613.686000', '212613.689000', '212613.692000', '212613.694000', '212613.697000', '212613.699000', '212613.702000', '212613.704000', '212613.707000', '212613.710000', '212633.589000', '212633.592000', '212633.594000', '212633.597000', '212633.600000', '212633.602000', '212633.605000', '212633.608000', '212633.610000', '212633.613000', '212633.615000', '212633.618000', '212633.621000', '212633.623000', '212633.626000', '212633.628000', '212633.631000', '212633.634000', '212633.636000', '212633.639000', '212633.642000', '212633.644000', '212633.647000', '212633.649000', '212633.652000', '212633.655000', '212633.657000', '212633.660000', '212633.662000', '212633.665000', '212633.668000', '212633.670000', '212633.673000', '212633.676000', '212633.678000', '212633.681000', '212633.683000', '212633.686000', '212633.689000', '212633.691000', '212633.694000', '212633.697000', '212633.699000', '212633.702000', '212653.589000', '212653.592000', '212653.594000', '212653.597000', '212653.601000', '212653.603000', '212653.606000', '212653.609000', '212653.611000', '212653.614000', '212653.617000', '212653.619000', '212653.622000', '212653.624000', '212653.627000', '212653.630000', '212653.632000', '212653.635000', '212653.637000', '212653.640000', '212653.643000', '212653.646000', '212653.649000', '212653.652000', '212653.654000', '212653.657000', '212653.660000', '212653.662000', '212653.665000', '212653.668000', '212653.670000', '212653.673000', '212653.675000', '212653.678000', '212653.681000', '212653.683000', '212653.686000', '212653.688000', '212653.691000', '212653.693000', '212653.696000', '212653.699000', '212653.701000', '212713.589000', '212713.592000', '212713.594000', '212713.597000', '212713.599000', '212713.602000', '212713.605000', '212713.607000', '212713.610000', '212713.612000', '212713.615000', '212713.618000', '212713.620000', '212713.623000', '212713.626000', '212713.628000', '212713.631000', '212713.633000', '212713.636000', '212713.639000', '212713.641000', '212713.644000', '212713.646000', '212713.649000', '212713.651000', '212713.654000', '212713.657000', '212713.659000', '212713.662000', '212713.664000', '212713.667000', '212713.670000', '212713.672000', '212713.675000', '212713.678000', '212713.680000', '212713.683000', '212713.685000', '212713.688000', '212713.691000', '212713.693000', '212713.696000', '212713.698000', '212713.701000', '212720.724000', '212720.726000', '212720.729000', '212720.732000', '212720.734000', '212720.737000', '212720.739000', '212720.742000', '212720.745000', '212720.747000', '212720.750000', '212720.752000', '212720.755000', '212720.758000', '212720.760000', '212720.763000'], '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': [7947, 7804, 8075, 8051, 7903, 8858, 7894, 8543, 8191, 9039, 7769, 9243, 7563, 9046, 7717, 8974, 7277, 7976, 7328, 7993, 7437, 8196, 7595, 8184, 8849, 7383, 9222, 7921, 9046, 8188, 9072, 7711, 8998, 7409, 9183, 8043, 7689, 7766, 7989, 7973, 8165, 8476, 8537, 9021, 7675, 9219, 7605, 8979, 7686, 7575, 7492, 8172, 7818, 8252, 7280, 8305, 8096, 8153, 8589, 8106, 8655, 8153, 8983, 7469, 9260, 7717, 9362, 8039, 9088, 8168, 9196, 7741, 9142, 9019, 9254, 7675, 9091, 7872, 9057, 8009, 8325, 7745, 7923, 7527, 7932, 7764, 8530, 8390, 8198, 8997, 8009, 9264, 8181, 8928, 8312, 8935, 7975, 8793, 8019, 9090, 7474, 9049, 7616, 8167, 7724, 8240, 7529, 8413, 7391, 8221, 8453, 8163, 8372, 8063, 8248, 8195, 8994, 7718, 9030, 7880, 9069, 7863, 9175, 7207, 9056, 7198, 9022, 7324, 7829, 7672, 8048, 7818, 8382, 7449, 8152, 7986, 8143, 8117, 8041, 8017, 8177, 8729, 7912, 8884, 8080, 8952, 8408, 9223, 7251, 7403, 7549, 7888, 7234, 8345, 7703, 8151, 8466, 8028, 8888, 7992, 8858, 8175, 9215, 7259, 7871, 7318, 8119, 7913, 8416, 6772, 8307, 8307, 7275, 8048, 8584, 8084, 8914, 7938, 8935, 8303, 9033, 8348, 9014, 8448, 9098, 7466, 7949, 7583, 8044, 8084, 8352, 8293, 8119, 9004, 7969, 9253, 7937, 8633, 8017, 8917, 8045, 8855, 8053, 9129, 8428, 8862, 8284, 9096, 7490, 9193, 7767, 9257, 8038, 9124, 7299, 8817, 7321, 7946, 7474, 8425, 7405, 8472, 8303, 7951, 8992, 7798, 9013, 8384, 8313, 8233, 8851, 8096, 9124, 7845, 9288, 7504, 7465, 7274, 8283, 7432, 8374, 8189, 8327, 8902, 8365, 8815, 8101, 9238, 7511, 8972, 7134, 8691, 7274, 8074, 7727, 8537, 8720, 8276, 8887, 8013, 9104, 7515, 9088, 7552, 9066, 7738, 8310, 7697, 8287, 7826, 8314, 8300, 8381, 8003, 8555, 8661, 8124, 8845, 7985, 8669, 8637, 8765, 8128, 9269, 8087, 9162, 7695, 9232, 7821, 9274, 7151, 8414, 7292, 8890, 7283, 8163, 7567, 8536, 7307, 8541, 7138, 8355, 8207, 8571, 8818, 7939, 8866, 7424, 9155, 7403, 7971, 7507, 8580, 7336, 8423, 8261, 8676, 8751, 8230, 8989, 8071, 9213, 7521, 8517, 7426, 8309, 7446, 8370, 8365, 8235, 8717, 8294, 8954, 7545, 8919, 7435, 7957, 7522, 8254, 8435, 8279, 8733, 8169, 8561, 8072, 8981, 7524, 8820, 7824, 9152, 7490, 7669, 7649, 8198, 7496, 8436, 8130, 8433, 8813, 7571, 8925, 7959, 9070, 7447, 8698, 7318, 8179, 7245, 8469, 8068, 8273, 7911, 8428, 7669, 8465, 8653, 8294, 8474, 8051, 8701, 8138, 9120, 7624, 9034, 7580, 7624, 7867, 8270, 8035, 8200, 8317, 8338, 8827, 7757, 9114, 7573, 8916, 7935, 8851, 7894, 9098, 7052, 7128, 7278, 7870, 7862, 7681, 9086, 7705, 8312, 7607, 7826, 7468, 8243, 7543, 8386, 8348, 8011, 8419, 8030, 8426, 8248, 9016, 7277, 8864, 7568, 8768, 7796, 8911, 7900, 9070, 7396, 9317, 7464, 8900, 7452, 7970, 7957, 8113, 7749, 8230, 8271, 8252, 8555, 8143, 8994, 7830, 9049, 7383, 9143, 7595, 7829, 7483, 8178, 8007, 8101, 7757, 8339, 7923, 8215, 8090, 8025, 8452, 8154, 8591, 7519, 8981, 7326, 8944, 7330, 8797, 7460, 7990, 7329, 8061, 7300, 8393, 7733, 8326, 8118, 8044, 8480, 8279, 8578, 8539, 8812, 7769, 8859, 7388, 9076, 7723, 8964, 7762, 8949, 7405, 8646, 7431, 9116, 7471, 8810, 7244, 8146, 7755, 8025, 8018, 8214, 8061, 8504, 8610, 8169, 8943, 7517, 9108, 7293, 9009, 7679, 9089, 7598, 9122, 7588, 8973, 7799, 9065, 7531, 8762, 7434, 8493, 7414, 8169, 7539, 8242, 7935, 8273, 8197, 8254, 8251, 8336, 8923, 7674, 8747, 7426, 9257, 7512, 8960, 7919, 8407, 7351, 8068, 7271, 8167, 7884, 8358, 8786, 7786, 8934, 7769, 9127, 7724, 8945, 7745, 8993, 7592, 9313, 7485, 7995, 7302, 7993, 7448, 8313, 7266, 8324, 7943, 8205, 7490, 8119, 7578, 8280, 7739, 8442, 7205, 7289, 7499, 7430, 8703, 7974, 8124, 7466, 8070, 7934, 8560, 8365, 7487, 9030, 7554, 7770, 7713, 7828, 8790, 7866, 7175, 7236, 8518, 8299, 7873, 9040, 7696, 7768, 7744, 8405, 8702, 7709, 7072, 7151, 8454, 7982, 8448, 9138, 7513, 8719, 7444, 8263, 7707, 8640, 8398, 8217, 8995, 8044, 9071, 8332, 9289, 7654, 9094, 7637, 9391, 7668, 7948, 7545, 8146, 7788, 8384, 8119, 8555, 8082, 8639, 8547, 8261, 9025, 7639, 9267, 8025, 9046, 7466, 8953, 7521, 7992, 7550, 8170, 7588, 8668, 8750, 8233, 8898, 7464, 9044, 7593, 8858, 7617, 7282, 7450, 7917, 7946, 8375, 8486, 8530, 8122, 8415, 8407, 7963, 8863, 8081, 8836, 8295, 8883, 7908, 9115, 7569, 8947, 7483, 8227, 7511, 8498, 7594, 8468, 8195, 8359, 8870, 8402, 8807, 8132, 9160, 7570, 9040, 7521, 9025, 7451, 8237, 7457, 8573, 8373, 8319, 8821, 7609, 9102, 7410, 8997, 7486, 9029, 7572, 9125, 7712, 8974, 7817, 9146, 7811, 9004, 7719, 8158, 7694, 8291, 7378, 8341, 7574, 8499, 7771, 8603, 8146, 8420, 8219, 8246, 8398, 8444, 8615, 8641, 8811, 8353, 9054, 8127, 8698, 8492, 9043, 7743, 9206, 7474, 9128, 7671, 9318, 8000, 7637, 7386, 8022, 7429, 8547, 7407, 8190, 7518, 8404, 7353, 8786, 7660, 8243, 7394, 8199, 7514, 8175, 7236, 8181, 8770, 7537, 9062, 7827, 7988, 7836, 8234, 8215, 8502, 8529, 8274, 8793, 8527, 9212, 7727, 9193, 7680, 9130, 7687, 9095, 7747, 7742, 7300, 8249, 7721, 8457, 8617, 8608, 9129, 8266, 8695, 8524, 8772, 8129, 8909, 7691, 9111, 7933, 9199, 7741, 9100, 8177, 9115, 8000, 9018, 7710, 8028, 7750, 8262, 8292, 8503, 8528, 8737, 9233, 7895, 9177, 8036, 9251, 8067, 8039, 7396, 8325, 8758, 8583, 7967, 8603, 8817, 8376, 9241, 8037, 9343, 7805, 9378, 7723, 8449, 7565, 8296, 7626, 8326, 8133, 8193, 8180, 8634, 8556, 8622, 9195, 7553, 9483, 8355, 9492, 7725, 9265, 7734, 9153, 8221, 9536, 8046, 9497, 7785, 9346, 7960, 9019, 7443, 8254, 7536, 8158, 7592, 8627, 8212, 8628, 8326, 8313, 8232, 8837, 8104, 8526, 8798, 8540, 9186, 7700, 9177, 7684, 9381, 7892, 7820, 7369, 8386, 7285, 8456, 8416, 8486, 8353, 8367, 8920, 8271, 9230, 7727, 9469, 7780, 8060, 7580, 8483, 8493, 8636, 9028, 8316, 9325, 8526, 9417, 7806, 9399, 7927, 8036, 7656, 8327, 8308, 8395, 8424, 8562, 9024, 8391, 9424, 7988, 9527, 7754, 9652, 7777, 9191, 7693, 9481, 7608, 8509, 7479, 8901, 7806, 9193, 7427, 8514, 7636, 8511, 7815, 8430, 7949, 8516, 8253, 8587, 9241, 7599, 9394, 7795, 9286, 7524, 9557, 7553, 8256, 7657, 8333, 7292, 8359, 7465, 8550, 8331, 8567, 8893, 8345, 9106, 8453, 9403, 7550, 9309, 7310, 9376, 7383, 9633, 7590, 8082, 7416, 8144, 7289, 8615, 8194, 8611, 8744, 8664, 9072, 7888, 9650, 7509, 9290, 8002, 9326, 7920, 8073, 7828, 8424, 7575, 8600, 7443, 8906, 7110, 7425, 8780, 8337, 9485, 7793, 7996, 7978, 8452, 8753, 8362, 9442, 8031, 9296, 8255, 9113, 8096, 9529, 7625, 9282, 8002, 9554, 7708, 9194, 7327, 7914, 7535, 8260, 7744, 8554, 8270, 8355, 9025, 8486, 9299, 8503, 9247, 8300, 9257, 7510, 9254, 7428, 9415, 7861, 7705, 7187, 8152, 7517, 8174, 7870, 8388, 8288, 8476, 8663, 8592, 8892, 8411, 9042, 7740, 9404, 7445, 9270, 7413, 9361, 7585, 9417, 7960, 8632, 7483, 7789, 7369, 8043, 7666, 8301, 8342, 8276, 9107, 7420, 8070, 7587, 7798, 7371, 8242, 6943, 8332, 7774, 8134, 7852, 8507, 7830, 8522, 8724, 8437, 9373, 8452, 9331, 7969, 9449, 7659, 9590, 7834, 9433, 7505, 9061, 7309, 8140, 7423, 8286, 7676, 8365, 7964, 8650, 8788, 8460, 9036, 8709, 9529, 8001, 9698, 7902, 7732, 7275, 8063, 8193, 8220, 8787, 8639, 9413, 8131, 9531, 8002, 9516, 8004, 9588, 7733, 9239, 7654, 9316, 7570, 8187, 8198, 8415, 7755, 8345, 8053, 8416, 8381, 8360, 8691, 8458, 8782, 8634, 9319, 8662, 9244, 8506, 9084, 8570, 9344, 8471, 9525, 8379, 9547, 8535, 9449, 8149, 9648, 8190, 9616, 8262, 9274, 8638, 9705, 8106, 9624, 7607, 8881, 7595, 8118, 8008, 8359, 8113, 8550, 9403, 8271, 9526, 8299, 9547, 8072, 9934, 7567, 9462, 7761, 9672], 'WindowCenter': [3983.0, 3966.0, 3955.0, 3950.0, 3950.0, 3960.0, 3947.0, 3959.0, 3948.0, 3956.0, 3936.0, 3959.0, 3935.0, 3957.0, 3937.0, 3959.0, 3927.0, 3947.0, 3934.0, 3936.0, 3937.0, 3949.0, 3938.0, 3947.0, 3957.0, 3925.0, 3956.0, 3937.0, 3958.0, 3947.0, 3946.0, 3935.0, 3947.0, 3925.0, 3957.0, 3936.0, 3935.0, 3936.0, 3937.0, 3936.0, 3937.0, 3944.0, 3948.0, 3944.0, 3924.0, 3946.0, 3923.0, 3946.0, 3923.0, 3934.0, 3924.0, 3937.0, 3926.0, 3935.0, 3924.0, 3936.0, 3934.0, 3934.0, 3946.0, 3933.0, 3946.0, 3935.0, 3946.0, 3922.0, 3945.0, 3926.0, 3944.0, 3933.0, 3946.0, 3934.0, 3944.0, 3922.0, 3944.0, 3932.0, 3943.0, 3923.0, 3943.0, 3921.0, 3945.0, 3926.0, 3934.0, 3921.0, 3935.0, 3922.0, 3935.0, 3924.0, 3945.0, 3935.0, 3936.0, 3947.0, 3935.0, 3942.0, 3934.0, 3947.0, 3932.0, 3946.0, 3922.0, 3934.0, 3924.0, 3943.0, 3923.0, 3946.0, 3923.0, 3935.0, 3934.0, 3946.0, 3936.0, 3944.0, 3925.0, 3935.0, 3933.0, 3935.0, 3935.0, 3937.0, 3936.0, 3935.0, 3944.0, 3922.0, 3946.0, 3932.0, 3947.0, 3934.0, 3945.0, 3924.0, 3945.0, 3915.0, 3947.0, 3923.0, 3926.0, 3925.0, 3933.0, 3923.0, 3936.0, 3924.0, 3934.0, 3935.0, 3934.0, 3933.0, 3934.0, 3933.0, 3933.0, 3934.0, 3933.0, 3945.0, 3922.0, 3944.0, 3932.0, 3944.0, 3915.0, 3924.0, 3923.0, 3934.0, 3923.0, 3946.0, 3933.0, 3935.0, 3934.0, 3935.0, 3946.0, 3936.0, 3947.0, 3936.0, 3955.0, 3923.0, 3935.0, 3925.0, 3934.0, 3934.0, 3935.0, 3914.0, 3945.0, 3946.0, 3936.0, 3947.0, 3961.0, 3947.0, 3958.0, 3937.0, 3959.0, 3947.0, 3947.0, 3934.0, 3944.0, 3934.0, 3933.0, 3911.0, 3923.0, 3923.0, 3924.0, 3924.0, 3933.0, 3934.0, 3934.0, 3943.0, 3935.0, 3947.0, 3935.0, 3944.0, 3932.0, 3946.0, 3921.0, 3943.0, 3922.0, 3943.0, 3934.0, 3946.0, 3935.0, 3944.0, 3923.0, 3958.0, 3924.0, 3959.0, 3934.0, 3956.0, 3925.0, 3946.0, 3924.0, 3937.0, 3926.0, 3949.0, 3936.0, 3947.0, 3947.0, 3939.0, 3960.0, 3938.0, 3959.0, 3948.0, 3947.0, 3937.0, 3946.0, 3934.0, 3958.0, 3938.0, 3955.0, 3925.0, 3927.0, 3924.0, 3948.0, 3929.0, 3948.0, 3948.0, 3948.0, 3949.0, 3946.0, 3958.0, 3935.0, 3955.0, 3925.0, 3946.0, 3926.0, 3948.0, 3924.0, 3936.0, 3935.0, 3947.0, 3947.0, 3947.0, 3958.0, 3937.0, 3948.0, 3926.0, 3947.0, 3937.0, 3949.0, 3937.0, 3948.0, 3924.0, 3936.0, 3926.0, 3936.0, 3933.0, 3934.0, 3935.0, 3946.0, 3934.0, 3924.0, 3947.0, 3924.0, 3935.0, 3933.0, 3935.0, 3924.0, 3944.0, 3924.0, 3944.0, 3923.0, 3943.0, 3925.0, 3945.0, 3912.0, 3936.0, 3924.0, 3947.0, 3924.0, 3937.0, 3923.0, 3945.0, 3925.0, 3948.0, 3914.0, 3936.0, 3935.0, 3944.0, 3946.0, 3936.0, 3948.0, 3927.0, 3957.0, 3925.0, 3937.0, 3924.0, 3948.0, 3927.0, 3937.0, 3937.0, 3948.0, 3947.0, 3936.0, 3947.0, 3937.0, 3957.0, 3926.0, 3947.0, 3929.0, 3946.0, 3937.0, 3948.0, 3951.0, 3946.0, 3960.0, 3949.0, 3955.0, 3937.0, 3958.0, 3937.0, 3948.0, 3940.0, 3949.0, 3948.0, 3949.0, 3959.0, 3948.0, 3947.0, 3937.0, 3947.0, 3937.0, 3947.0, 3937.0, 3958.0, 3926.0, 3936.0, 3927.0, 3936.0, 3926.0, 3948.0, 3935.0, 3946.0, 3959.0, 3937.0, 3960.0, 3948.0, 3959.0, 3927.0, 3948.0, 3926.0, 3949.0, 3937.0, 3947.0, 3936.0, 3946.0, 3937.0, 3946.0, 3935.0, 3946.0, 3947.0, 3935.0, 3937.0, 3936.0, 3947.0, 3934.0, 3956.0, 3936.0, 3959.0, 3935.0, 3937.0, 3934.0, 3947.0, 3937.0, 3947.0, 3947.0, 3947.0, 3958.0, 3936.0, 3947.0, 3925.0, 3946.0, 3936.0, 3946.0, 3936.0, 3944.0, 3913.0, 3915.0, 3922.0, 3936.0, 3938.0, 3937.0, 3959.0, 3938.0, 3949.0, 3935.0, 3939.0, 3926.0, 3935.0, 3924.0, 3935.0, 3936.0, 3935.0, 3935.0, 3934.0, 3935.0, 3933.0, 3946.0, 3922.0, 3947.0, 3926.0, 3946.0, 3926.0, 3946.0, 3934.0, 3944.0, 3913.0, 3945.0, 3912.0, 3946.0, 3924.0, 3936.0, 3934.0, 3937.0, 3936.0, 3935.0, 3937.0, 3937.0, 3948.0, 3937.0, 3947.0, 3925.0, 3948.0, 3923.0, 3957.0, 3924.0, 3935.0, 3926.0, 3937.0, 3935.0, 3936.0, 3938.0, 3936.0, 3936.0, 3937.0, 3935.0, 3936.0, 3935.0, 3936.0, 3947.0, 3926.0, 3958.0, 3925.0, 3956.0, 3928.0, 3947.0, 3926.0, 3947.0, 3927.0, 3949.0, 3927.0, 3947.0, 3936.0, 3946.0, 3947.0, 3938.0, 3947.0, 3946.0, 3947.0, 3948.0, 3956.0, 3936.0, 3958.0, 3926.0, 3947.0, 3936.0, 3960.0, 3935.0, 3957.0, 3926.0, 3947.0, 3924.0, 3956.0, 3927.0, 3947.0, 3927.0, 3938.0, 3936.0, 3937.0, 3937.0, 3945.0, 3936.0, 3947.0, 3948.0, 3946.0, 3957.0, 3926.0, 3947.0, 3926.0, 3947.0, 3936.0, 3947.0, 3924.0, 3958.0, 3925.0, 3947.0, 3926.0, 3947.0, 3924.0, 3945.0, 3924.0, 3945.0, 3925.0, 3937.0, 3923.0, 3936.0, 3935.0, 3934.0, 3934.0, 3935.0, 3936.0, 3936.0, 3946.0, 3924.0, 3947.0, 3926.0, 3956.0, 3926.0, 3947.0, 3937.0, 3948.0, 3926.0, 3939.0, 3927.0, 3948.0, 3937.0, 3948.0, 3947.0, 3937.0, 3957.0, 3936.0, 3959.0, 3935.0, 3947.0, 3925.0, 3946.0, 3935.0, 3958.0, 3925.0, 3934.0, 3924.0, 3936.0, 3924.0, 3934.0, 3926.0, 3935.0, 3935.0, 3933.0, 3924.0, 3936.0, 3924.0, 3933.0, 3924.0, 3935.0, 3923.0, 3924.0, 3924.0, 3923.0, 3947.0, 3937.0, 3936.0, 3926.0, 3936.0, 3938.0, 3948.0, 3947.0, 3927.0, 3946.0, 3938.0, 3938.0, 3936.0, 3937.0, 3961.0, 3946.0, 3929.0, 3940.0, 3951.0, 3951.0, 3939.0, 3960.0, 3939.0, 3938.0, 3938.0, 3937.0, 3949.0, 3937.0, 3929.0, 3925.0, 3948.0, 3937.0, 3946.0, 3958.0, 3926.0, 3949.0, 3925.0, 3947.0, 3937.0, 3948.0, 3936.0, 3934.0, 3946.0, 3934.0, 3947.0, 3937.0, 3945.0, 3925.0, 3946.0, 3923.0, 3945.0, 3925.0, 3936.0, 3923.0, 3925.0, 3924.0, 3933.0, 3937.0, 3947.0, 3937.0, 3946.0, 3936.0, 3936.0, 3946.0, 3925.0, 3947.0, 3936.0, 3947.0, 3924.0, 3947.0, 3926.0, 3934.0, 3925.0, 3935.0, 3935.0, 3947.0, 3947.0, 3946.0, 3946.0, 3923.0, 3947.0, 3936.0, 3946.0, 3925.0, 3928.0, 3925.0, 3937.0, 3936.0, 3937.0, 3947.0, 3945.0, 3937.0, 3934.0, 3935.0, 3922.0, 3934.0, 3922.0, 3934.0, 3924.0, 3935.0, 3923.0, 3933.0, 3922.0, 3934.0, 3912.0, 3935.0, 3925.0, 3945.0, 3923.0, 3936.0, 3933.0, 3935.0, 3945.0, 3934.0, 3947.0, 3937.0, 3947.0, 3924.0, 3945.0, 3925.0, 3945.0, 3925.0, 3937.0, 3926.0, 3946.0, 3935.0, 3936.0, 3947.0, 3936.0, 3957.0, 3925.0, 3956.0, 3926.0, 3959.0, 3936.0, 3958.0, 3936.0, 3948.0, 3925.0, 3959.0, 3924.0, 3948.0, 3924.0, 3936.0, 3925.0, 3938.0, 3923.0, 3934.0, 3937.0, 3946.0, 3937.0, 3947.0, 3934.0, 3935.0, 3937.0, 3936.0, 3948.0, 3947.0, 3948.0, 3945.0, 3947.0, 3937.0, 3957.0, 3937.0, 3947.0, 3945.0, 3947.0, 3925.0, 3956.0, 3925.0, 3959.0, 3936.0, 3958.0, 3935.0, 3938.0, 3926.0, 3935.0, 3927.0, 3946.0, 3926.0, 3947.0, 3924.0, 3947.0, 3924.0, 3945.0, 3926.0, 3937.0, 3924.0, 3936.0, 3924.0, 3937.0, 3925.0, 3949.0, 3949.0, 3938.0, 3959.0, 3938.0, 3939.0, 3938.0, 3946.0, 3948.0, 3948.0, 3948.0, 3949.0, 3947.0, 3947.0, 3947.0, 3925.0, 3956.0, 3924.0, 3955.0, 3923.0, 3947.0, 3925.0, 3938.0, 3927.0, 3948.0, 3938.0, 3948.0, 3949.0, 3946.0, 3959.0, 3947.0, 3948.0, 3947.0, 3946.0, 3935.0, 3959.0, 3937.0, 3958.0, 3936.0, 3959.0, 3937.0, 3948.0, 3947.0, 3947.0, 3937.0, 3958.0, 3937.0, 3936.0, 3937.0, 3948.0, 3947.0, 3947.0, 3947.0, 3948.0, 3958.0, 3938.0, 3956.0, 3936.0, 3958.0, 3938.0, 3949.0, 3925.0, 3949.0, 3947.0, 3946.0, 3936.0, 3947.0, 3945.0, 3935.0, 3947.0, 3934.0, 3946.0, 3925.0, 3949.0, 3925.0, 3937.0, 3926.0, 3936.0, 3923.0, 3936.0, 3934.0, 3935.0, 3935.0, 3935.0, 3947.0, 3934.0, 3947.0, 3924.0, 3954.0, 3935.0, 3958.0, 3923.0, 3946.0, 3925.0, 3946.0, 3934.0, 3944.0, 3924.0, 3943.0, 3923.0, 3946.0, 3924.0, 3946.0, 3922.0, 3936.0, 3921.0, 3923.0, 3924.0, 3934.0, 3934.0, 3933.0, 3936.0, 3934.0, 3933.0, 3946.0, 3936.0, 3934.0, 3933.0, 3935.0, 3944.0, 3923.0, 3956.0, 3924.0, 3958.0, 3933.0, 3937.0, 3926.0, 3935.0, 3928.0, 3937.0, 3936.0, 3946.0, 3936.0, 3934.0, 3945.0, 3935.0, 3946.0, 3925.0, 3957.0, 3925.0, 3936.0, 3925.0, 3947.0, 3946.0, 3936.0, 3946.0, 3936.0, 3947.0, 3945.0, 3946.0, 3924.0, 3944.0, 3936.0, 3936.0, 3925.0, 3936.0, 3934.0, 3936.0, 3936.0, 3947.0, 3945.0, 3935.0, 3947.0, 3924.0, 3956.0, 3924.0, 3958.0, 3926.0, 3944.0, 3925.0, 3946.0, 3926.0, 3935.0, 3914.0, 3945.0, 3924.0, 3946.0, 3925.0, 3934.0, 3925.0, 3934.0, 3921.0, 3935.0, 3933.0, 3943.0, 3935.0, 3946.0, 3947.0, 3925.0, 3958.0, 3923.0, 3957.0, 3936.0, 3956.0, 3934.0, 3947.0, 3926.0, 3936.0, 3925.0, 3937.0, 3926.0, 3946.0, 3935.0, 3946.0, 3947.0, 3934.0, 3948.0, 3935.0, 3945.0, 3925.0, 3947.0, 3925.0, 3946.0, 3926.0, 3957.0, 3924.0, 3935.0, 3925.0, 3934.0, 3925.0, 3935.0, 3935.0, 3945.0, 3945.0, 3947.0, 3958.0, 3938.0, 3958.0, 3924.0, 3960.0, 3938.0, 3957.0, 3936.0, 3938.0, 3927.0, 3937.0, 3926.0, 3945.0, 3925.0, 3948.0, 3916.0, 3924.0, 3936.0, 3937.0, 3956.0, 3925.0, 3937.0, 3934.0, 3937.0, 3935.0, 3935.0, 3945.0, 3924.0, 3945.0, 3932.0, 3945.0, 3923.0, 3945.0, 3912.0, 3944.0, 3921.0, 3945.0, 3924.0, 3946.0, 3913.0, 3936.0, 3925.0, 3935.0, 3925.0, 3945.0, 3937.0, 3936.0, 3946.0, 3935.0, 3946.0, 3946.0, 3947.0, 3934.0, 3946.0, 3922.0, 3944.0, 3924.0, 3949.0, 3936.0, 3937.0, 3915.0, 3936.0, 3923.0, 3934.0, 3937.0, 3937.0, 3936.0, 3935.0, 3945.0, 3947.0, 3945.0, 3936.0, 3946.0, 3925.0, 3948.0, 3925.0, 3957.0, 3927.0, 3959.0, 3936.0, 3960.0, 3936.0, 3948.0, 3926.0, 3926.0, 3925.0, 3936.0, 3936.0, 3937.0, 3937.0, 3936.0, 3949.0, 3937.0, 3950.0, 3938.0, 3938.0, 3940.0, 3949.0, 3930.0, 3949.0, 3939.0, 3938.0, 3937.0, 3948.0, 3937.0, 3948.0, 3948.0, 3937.0, 3948.0, 3936.0, 3948.0, 3937.0, 3956.0, 3926.0, 3956.0, 3938.0, 3957.0, 3926.0, 3948.0, 3925.0, 3937.0, 3926.0, 3936.0, 3925.0, 3948.0, 3936.0, 3947.0, 3946.0, 3937.0, 3947.0, 3944.0, 3955.0, 3935.0, 3958.0, 3935.0, 3937.0, 3926.0, 3939.0, 3946.0, 3948.0, 3947.0, 3949.0, 3958.0, 3937.0, 3957.0, 3937.0, 3957.0, 3936.0, 3955.0, 3927.0, 3945.0, 3926.0, 3946.0, 3925.0, 3935.0, 3935.0, 3936.0, 3922.0, 3936.0, 3934.0, 3935.0, 3936.0, 3934.0, 3933.0, 3935.0, 3946.0, 3934.0, 3945.0, 3934.0, 3944.0, 3934.0, 3948.0, 3935.0, 3944.0, 3934.0, 3945.0, 3933.0, 3947.0, 3933.0, 3946.0, 3923.0, 3946.0, 3933.0, 3945.0, 3936.0, 3946.0, 3932.0, 3945.0, 3924.0, 3947.0, 3925.0, 3947.0, 3926.0, 3936.0, 3937.0, 3946.0, 3937.0, 3948.0, 3948.0, 3935.0, 3956.0, 3935.0, 3959.0, 3936.0, 3956.0, 3925.0, 3956.0, 3925.0, 3958.0], 'WindowWidth': [8915.0, 8876.0, 8855.0, 8840.0, 8840.0, 8850.0, 8829.0, 8847.0, 8832.0, 8840.0, 8810.0, 8845.0, 8809.0, 8840.0, 8812.0, 8844.0, 8799.0, 8826.0, 8807.0, 8811.0, 8813.0, 8831.0, 8815.0, 8826.0, 8839.0, 8796.0, 8836.0, 8813.0, 8842.0, 8825.0, 8823.0, 8806.0, 8824.0, 8793.0, 8838.0, 8809.0, 8807.0, 8809.0, 8811.0, 8808.0, 8810.0, 8817.0, 8826.0, 8818.0, 8791.0, 8823.0, 8787.0, 8823.0, 8788.0, 8804.0, 8789.0, 8811.0, 8795.0, 8807.0, 8792.0, 8808.0, 8802.0, 8803.0, 8820.0, 8802.0, 8822.0, 8806.0, 8821.0, 8785.0, 8820.0, 8794.0, 8818.0, 8799.0, 8820.0, 8801.0, 8817.0, 8784.0, 8816.0, 8797.0, 8812.0, 8785.0, 8813.0, 8781.0, 8818.0, 8793.0, 8803.0, 8781.0, 8805.0, 8783.0, 8804.0, 8789.0, 8818.0, 8805.0, 8807.0, 8823.0, 8804.0, 8813.0, 8803.0, 8823.0, 8797.0, 8819.0, 8785.0, 8802.0, 8789.0, 8814.0, 8787.0, 8822.0, 8787.0, 8807.0, 8804.0, 8822.0, 8810.0, 8819.0, 8795.0, 8806.0, 8803.0, 8808.0, 8807.0, 8810.0, 8809.0, 8804.0, 8817.0, 8786.0, 8821.0, 8799.0, 8823.0, 8803.0, 8820.0, 8789.0, 8819.0, 8779.0, 8823.0, 8788.0, 8793.0, 8791.0, 8802.0, 8788.0, 8808.0, 8790.0, 8804.0, 8803.0, 8803.0, 8800.0, 8802.0, 8800.0, 8799.0, 8802.0, 8800.0, 8818.0, 8785.0, 8817.0, 8798.0, 8816.0, 8778.0, 8790.0, 8787.0, 8804.0, 8789.0, 8821.0, 8801.0, 8806.0, 8805.0, 8807.0, 8822.0, 8809.0, 8826.0, 8808.0, 8834.0, 8789.0, 8807.0, 8794.0, 8805.0, 8805.0, 8807.0, 8779.0, 8821.0, 8822.0, 8810.0, 8826.0, 8849.0, 8829.0, 8842.0, 8814.0, 8844.0, 8824.0, 8824.0, 8803.0, 8816.0, 8802.0, 8798.0, 8767.0, 8786.0, 8785.0, 8789.0, 8787.0, 8799.0, 8801.0, 8801.0, 8814.0, 8804.0, 8822.0, 8805.0, 8817.0, 8797.0, 8819.0, 8781.0, 8812.0, 8784.0, 8814.0, 8802.0, 8822.0, 8806.0, 8818.0, 8790.0, 8840.0, 8791.0, 8841.0, 8804.0, 8836.0, 8791.0, 8823.0, 8790.0, 8811.0, 8796.0, 8830.0, 8810.0, 8826.0, 8826.0, 8818.0, 8846.0, 8815.0, 8844.0, 8829.0, 8824.0, 8811.0, 8821.0, 8803.0, 8839.0, 8813.0, 8834.0, 8792.0, 8799.0, 8792.0, 8828.0, 8804.0, 8827.0, 8826.0, 8827.0, 8829.0, 8824.0, 8842.0, 8807.0, 8833.0, 8792.0, 8823.0, 8795.0, 8826.0, 8793.0, 8811.0, 8806.0, 8826.0, 8825.0, 8824.0, 8841.0, 8812.0, 8826.0, 8796.0, 8824.0, 8812.0, 8829.0, 8811.0, 8828.0, 8790.0, 8807.0, 8794.0, 8808.0, 8801.0, 8803.0, 8806.0, 8819.0, 8802.0, 8789.0, 8822.0, 8789.0, 8805.0, 8801.0, 8805.0, 8787.0, 8816.0, 8788.0, 8816.0, 8786.0, 8814.0, 8789.0, 8819.0, 8772.0, 8807.0, 8790.0, 8825.0, 8790.0, 8809.0, 8788.0, 8820.0, 8792.0, 8825.0, 8779.0, 8809.0, 8805.0, 8817.0, 8820.0, 8808.0, 8825.0, 8796.0, 8839.0, 8793.0, 8812.0, 8792.0, 8828.0, 8798.0, 8811.0, 8810.0, 8826.0, 8824.0, 8809.0, 8826.0, 8810.0, 8839.0, 8794.0, 8826.0, 8803.0, 8824.0, 8813.0, 8830.0, 8835.0, 8826.0, 8847.0, 8831.0, 8837.0, 8813.0, 8844.0, 8813.0, 8830.0, 8820.0, 8832.0, 8829.0, 8830.0, 8845.0, 8830.0, 8826.0, 8813.0, 8824.0, 8811.0, 8826.0, 8812.0, 8841.0, 8796.0, 8809.0, 8797.0, 8809.0, 8795.0, 8827.0, 8809.0, 8823.0, 8843.0, 8812.0, 8846.0, 8827.0, 8844.0, 8798.0, 8829.0, 8797.0, 8829.0, 8812.0, 8826.0, 8808.0, 8823.0, 8811.0, 8823.0, 8807.0, 8821.0, 8825.0, 8807.0, 8811.0, 8809.0, 8826.0, 8805.0, 8837.0, 8810.0, 8842.0, 8808.0, 8814.0, 8806.0, 8824.0, 8812.0, 8826.0, 8826.0, 8827.0, 8842.0, 8809.0, 8825.0, 8794.0, 8822.0, 8809.0, 8822.0, 8809.0, 8816.0, 8775.0, 8780.0, 8785.0, 8808.0, 8814.0, 8815.0, 8845.0, 8815.0, 8831.0, 8809.0, 8816.0, 8795.0, 8806.0, 8791.0, 8806.0, 8806.0, 8805.0, 8804.0, 8803.0, 8806.0, 8800.0, 8821.0, 8785.0, 8822.0, 8792.0, 8822.0, 8795.0, 8820.0, 8802.0, 8816.0, 8773.0, 8817.0, 8772.0, 8821.0, 8790.0, 8808.0, 8803.0, 8809.0, 8807.0, 8805.0, 8811.0, 8812.0, 8827.0, 8811.0, 8824.0, 8793.0, 8826.0, 8788.0, 8839.0, 8792.0, 8806.0, 8796.0, 8811.0, 8805.0, 8810.0, 8814.0, 8809.0, 8808.0, 8811.0, 8807.0, 8808.0, 8808.0, 8810.0, 8826.0, 8796.0, 8840.0, 8794.0, 8838.0, 8802.0, 8828.0, 8796.0, 8826.0, 8799.0, 8830.0, 8799.0, 8825.0, 8811.0, 8823.0, 8826.0, 8814.0, 8825.0, 8824.0, 8826.0, 8828.0, 8837.0, 8809.0, 8841.0, 8797.0, 8825.0, 8811.0, 8845.0, 8806.0, 8839.0, 8796.0, 8827.0, 8791.0, 8837.0, 8798.0, 8826.0, 8798.0, 8813.0, 8809.0, 8812.0, 8811.0, 8820.0, 8809.0, 8826.0, 8827.0, 8823.0, 8839.0, 8796.0, 8826.0, 8795.0, 8826.0, 8808.0, 8826.0, 8791.0, 8840.0, 8791.0, 8825.0, 8795.0, 8824.0, 8789.0, 8818.0, 8789.0, 8819.0, 8792.0, 8810.0, 8786.0, 8807.0, 8805.0, 8802.0, 8802.0, 8806.0, 8809.0, 8807.0, 8821.0, 8790.0, 8824.0, 8795.0, 8837.0, 8796.0, 8827.0, 8812.0, 8828.0, 8796.0, 8817.0, 8800.0, 8828.0, 8812.0, 8827.0, 8827.0, 8811.0, 8838.0, 8810.0, 8844.0, 8808.0, 8825.0, 8794.0, 8823.0, 8807.0, 8841.0, 8792.0, 8804.0, 8790.0, 8808.0, 8790.0, 8804.0, 8795.0, 8806.0, 8804.0, 8801.0, 8789.0, 8806.0, 8790.0, 8801.0, 8789.0, 8805.0, 8786.0, 8791.0, 8791.0, 8788.0, 8826.0, 8811.0, 8811.0, 8797.0, 8811.0, 8814.0, 8827.0, 8825.0, 8798.0, 8824.0, 8813.0, 8815.0, 8810.0, 8813.0, 8849.0, 8826.0, 8805.0, 8819.0, 8835.0, 8835.0, 8816.0, 8847.0, 8816.0, 8816.0, 8815.0, 8812.0, 8829.0, 8812.0, 8803.0, 8794.0, 8826.0, 8813.0, 8822.0, 8841.0, 8797.0, 8830.0, 8794.0, 8825.0, 8811.0, 8827.0, 8807.0, 8803.0, 8822.0, 8802.0, 8824.0, 8809.0, 8820.0, 8790.0, 8821.0, 8787.0, 8818.0, 8791.0, 8807.0, 8786.0, 8790.0, 8788.0, 8799.0, 8808.0, 8823.0, 8810.0, 8820.0, 8806.0, 8807.0, 8820.0, 8791.0, 8824.0, 8807.0, 8825.0, 8791.0, 8824.0, 8795.0, 8805.0, 8793.0, 8807.0, 8806.0, 8824.0, 8824.0, 8823.0, 8821.0, 8789.0, 8824.0, 8808.0, 8823.0, 8792.0, 8802.0, 8792.0, 8810.0, 8807.0, 8810.0, 8823.0, 8820.0, 8809.0, 8801.0, 8803.0, 8784.0, 8800.0, 8783.0, 8800.0, 8787.0, 8803.0, 8784.0, 8799.0, 8783.0, 8801.0, 8770.0, 8804.0, 8793.0, 8819.0, 8787.0, 8808.0, 8800.0, 8805.0, 8819.0, 8803.0, 8823.0, 8809.0, 8823.0, 8789.0, 8818.0, 8791.0, 8818.0, 8791.0, 8810.0, 8794.0, 8820.0, 8806.0, 8807.0, 8825.0, 8809.0, 8841.0, 8794.0, 8838.0, 8797.0, 8844.0, 8810.0, 8840.0, 8809.0, 8827.0, 8792.0, 8841.0, 8789.0, 8825.0, 8790.0, 8809.0, 8791.0, 8811.0, 8788.0, 8805.0, 8810.0, 8822.0, 8810.0, 8825.0, 8803.0, 8805.0, 8809.0, 8808.0, 8826.0, 8825.0, 8825.0, 8819.0, 8824.0, 8811.0, 8838.0, 8811.0, 8826.0, 8819.0, 8823.0, 8792.0, 8835.0, 8794.0, 8842.0, 8809.0, 8841.0, 8807.0, 8816.0, 8795.0, 8807.0, 8797.0, 8823.0, 8795.0, 8825.0, 8792.0, 8823.0, 8791.0, 8819.0, 8796.0, 8811.0, 8790.0, 8807.0, 8791.0, 8810.0, 8792.0, 8830.0, 8830.0, 8815.0, 8845.0, 8815.0, 8818.0, 8814.0, 8824.0, 8827.0, 8827.0, 8827.0, 8829.0, 8824.0, 8823.0, 8823.0, 8794.0, 8835.0, 8790.0, 8833.0, 8788.0, 8824.0, 8793.0, 8813.0, 8798.0, 8827.0, 8816.0, 8829.0, 8831.0, 8825.0, 8843.0, 8825.0, 8828.0, 8825.0, 8822.0, 8809.0, 8843.0, 8812.0, 8840.0, 8810.0, 8844.0, 8812.0, 8828.0, 8825.0, 8826.0, 8810.0, 8841.0, 8812.0, 8811.0, 8811.0, 8827.0, 8826.0, 8826.0, 8828.0, 8828.0, 8842.0, 8815.0, 8837.0, 8809.0, 8841.0, 8815.0, 8832.0, 8794.0, 8829.0, 8825.0, 8823.0, 8811.0, 8824.0, 8820.0, 8806.0, 8823.0, 8804.0, 8821.0, 8792.0, 8827.0, 8792.0, 8810.0, 8794.0, 8809.0, 8788.0, 8808.0, 8804.0, 8806.0, 8806.0, 8806.0, 8823.0, 8805.0, 8822.0, 8790.0, 8829.0, 8804.0, 8838.0, 8787.0, 8820.0, 8790.0, 8821.0, 8803.0, 8817.0, 8788.0, 8813.0, 8785.0, 8819.0, 8789.0, 8820.0, 8785.0, 8806.0, 8781.0, 8787.0, 8789.0, 8802.0, 8800.0, 8798.0, 8805.0, 8800.0, 8800.0, 8818.0, 8806.0, 8802.0, 8799.0, 8803.0, 8816.0, 8788.0, 8836.0, 8790.0, 8840.0, 8802.0, 8813.0, 8796.0, 8806.0, 8799.0, 8811.0, 8806.0, 8820.0, 8808.0, 8804.0, 8821.0, 8807.0, 8821.0, 8792.0, 8837.0, 8793.0, 8809.0, 8794.0, 8823.0, 8821.0, 8807.0, 8820.0, 8807.0, 8824.0, 8818.0, 8821.0, 8789.0, 8816.0, 8808.0, 8809.0, 8793.0, 8808.0, 8802.0, 8806.0, 8807.0, 8822.0, 8819.0, 8804.0, 8823.0, 8788.0, 8833.0, 8789.0, 8839.0, 8793.0, 8816.0, 8790.0, 8820.0, 8794.0, 8805.0, 8775.0, 8818.0, 8788.0, 8819.0, 8792.0, 8803.0, 8790.0, 8801.0, 8781.0, 8803.0, 8800.0, 8813.0, 8808.0, 8820.0, 8823.0, 8792.0, 8839.0, 8788.0, 8838.0, 8809.0, 8836.0, 8803.0, 8824.0, 8795.0, 8807.0, 8792.0, 8809.0, 8795.0, 8821.0, 8806.0, 8821.0, 8823.0, 8803.0, 8826.0, 8806.0, 8819.0, 8791.0, 8823.0, 8791.0, 8822.0, 8795.0, 8838.0, 8789.0, 8806.0, 8792.0, 8803.0, 8791.0, 8805.0, 8805.0, 8819.0, 8819.0, 8823.0, 8841.0, 8813.0, 8840.0, 8791.0, 8844.0, 8812.0, 8838.0, 8810.0, 8814.0, 8796.0, 8811.0, 8794.0, 8820.0, 8793.0, 8826.0, 8781.0, 8790.0, 8808.0, 8808.0, 8835.0, 8792.0, 8810.0, 8805.0, 8809.0, 8805.0, 8804.0, 8817.0, 8789.0, 8816.0, 8797.0, 8816.0, 8784.0, 8814.0, 8768.0, 8813.0, 8780.0, 8816.0, 8788.0, 8819.0, 8772.0, 8806.0, 8791.0, 8806.0, 8792.0, 8819.0, 8809.0, 8807.0, 8821.0, 8806.0, 8821.0, 8820.0, 8823.0, 8804.0, 8822.0, 8785.0, 8818.0, 8789.0, 8828.0, 8808.0, 8810.0, 8780.0, 8808.0, 8788.0, 8802.0, 8809.0, 8811.0, 8809.0, 8805.0, 8818.0, 8822.0, 8818.0, 8808.0, 8820.0, 8791.0, 8825.0, 8791.0, 8837.0, 8797.0, 8842.0, 8808.0, 8843.0, 8807.0, 8827.0, 8795.0, 8796.0, 8792.0, 8808.0, 8807.0, 8811.0, 8810.0, 8809.0, 8829.0, 8814.0, 8835.0, 8817.0, 8818.0, 8819.0, 8833.0, 8807.0, 8831.0, 8817.0, 8816.0, 8813.0, 8827.0, 8811.0, 8826.0, 8825.0, 8810.0, 8824.0, 8808.0, 8825.0, 8811.0, 8835.0, 8794.0, 8836.0, 8813.0, 8839.0, 8795.0, 8827.0, 8792.0, 8811.0, 8793.0, 8810.0, 8792.0, 8827.0, 8808.0, 8823.0, 8822.0, 8810.0, 8824.0, 8818.0, 8833.0, 8806.0, 8840.0, 8805.0, 8812.0, 8796.0, 8815.0, 8821.0, 8827.0, 8826.0, 8829.0, 8841.0, 8812.0, 8839.0, 8812.0, 8839.0, 8808.0, 8834.0, 8796.0, 8821.0, 8794.0, 8823.0, 8791.0, 8805.0, 8804.0, 8807.0, 8785.0, 8809.0, 8804.0, 8803.0, 8806.0, 8802.0, 8801.0, 8804.0, 8822.0, 8803.0, 8818.0, 8804.0, 8817.0, 8803.0, 8824.0, 8804.0, 8815.0, 8801.0, 8816.0, 8798.0, 8820.0, 8799.0, 8818.0, 8785.0, 8818.0, 8799.0, 8816.0, 8805.0, 8819.0, 8796.0, 8817.0, 8788.0, 8822.0, 8790.0, 8823.0, 8795.0, 8807.0, 8809.0, 8822.0, 8813.0, 8825.0, 8826.0, 8808.0, 8835.0, 8806.0, 8842.0, 8808.0, 8836.0, 8793.0, 8835.0, 8791.0, 8838.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.0001998507462686567</td></tr>
<tr><td colspan=3>aqi</td><td>0.013619592786069652</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.52539055845644</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.199199566489627</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9916907199668056</td></tr>
<tr><td colspan=3>efc</td><td>0.4478</td></tr>
<tr><td colspan=3>fber</td><td>6818.7393</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.06527854629901203</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>1</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>0.08291873963515754</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.3821619019006706</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.3283079444888126</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5314703941904972</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.286707367022702</td></tr>
<tr><td colspan=3>gcor</td><td>0.00415386</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.011026479303836823</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.024148156866431236</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</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.7916494457579226</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>29.9895</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>31.5047</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>149.0407</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>41.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>308554.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>706.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>311.4863</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1748</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>540.7348</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3204.9249</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3381.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>67990.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1034.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4245.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>891.6898</td></tr>
<tr><td colspan=3>tsnr</td><td>47.32316912384704</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>