<?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-0016_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-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0016/figures/sub-0016_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-0016/figures/sub-0016_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0016/figures/sub-0016_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-0016/ses-01/func/sub-0016_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>81fd69fd1763e36eb6da9bdf2276330e</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>14:37:53.277500</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11C_LATEST_20160120</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.999375, 0.0349079, -0.00563266, -0.034899, 0.999389, 0.001675]</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.0966224</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>42</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4168, -7772, -7232, 568, -71, -134, -32, 87]</td></tr>
<tr><td colspan=2>SliceThickness</td><td>2.7</td></tr>
<tr><td colspan=2>SliceTiming</td><td>[0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.375, 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>237.131</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>81e44313-21f4-4671-8166-d33f66d72975||Sequence: R016 ve11c/master r/e634e98; Dec 19 2017 11:00:25 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.6812491416931152, -0.09363134205341339, -0.01535676047205925, 115.08133697509766], [-0.0936552882194519, 2.681288719177246, 0.003988921642303467, -89.97476196289062], [-0.015112007968127728, -0.004493901506066322, 2.699953317642212, -56.25483703613281], [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': ['143753.277500', '143753.737500', '143754.197500', '143754.657500', '143755.117500', '143755.577500', '143756.037500', '143756.497500', '143756.957500', '143757.417500', '143757.877500', '143758.337500', '143758.797500', '143759.257500', '143759.717500', '143800.177500', '143800.637500', '143801.097500', '143801.557500', '143802.017500', '143802.477500', '143802.937500', '143803.397500', '143803.857500', '143804.317500', '143804.777500', '143805.237500', '143805.697500', '143806.157500', '143806.617500', '143807.077500', '143807.537500', '143807.997500', '143808.457500', '143808.917500', '143809.377500', '143809.837500', '143810.297500', '143810.757500', '143811.217500', '143811.677500', '143812.137500', '143812.597500', '143813.057500', '143813.517500', '143813.977500', '143814.437500', '143814.897500', '143815.357500', '143815.817500', '143816.277500', '143816.737500', '143817.197500', '143817.657500', '143818.117500', '143818.577500', '143819.037500', '143819.497500', '143819.957500', '143820.417500', '143820.877500', '143821.337500', '143821.797500', '143822.257500', '143822.717500', '143823.177500', '143823.637500', '143824.097500', '143824.557500', '143825.017500', '143825.477500', '143825.937500', '143826.397500', '143826.857500', '143827.317500', '143827.777500', '143828.237500', '143828.697500', '143829.157500', '143829.617500', '143830.077500', '143830.537500', '143830.997500', '143831.457500', '143831.917500', '143832.377500', '143832.837500', '143833.297500', '143833.757500', '143834.217500', '143834.677500', '143835.137500', '143835.597500', '143836.057500', '143836.517500', '143836.977500', '143837.437500', '143837.897500', '143838.357500', '143838.817500', '143839.277500', '143839.737500', '143840.197500', '143840.657500', '143841.117500', '143841.577500', '143842.037500', '143842.497500', '143842.957500', '143843.417500', '143843.877500', '143844.337500', '143844.797500', '143845.257500', '143845.717500', '143846.177500', '143846.637500', '143847.097500', '143847.557500', '143848.017500', '143848.477500', '143848.937500', '143849.397500', '143849.857500', '143850.317500', '143850.777500', '143851.237500', '143851.697500', '143852.157500', '143852.617500', '143853.077500', '143853.537500', '143853.997500', '143854.457500', '143854.917500', '143855.377500', '143855.837500', '143856.297500', '143856.757500', '143857.217500', '143857.677500', '143858.137500', '143858.597500', '143859.057500', '143859.517500', '143859.977500', '143900.437500', '143900.897500', '143901.357500', '143901.817500', '143902.277500', '143902.737500', '143903.197500', '143903.657500', '143904.117500', '143904.577500', '143905.037500', '143905.497500', '143905.957500', '143906.417500', '143906.877500', '143907.337500', '143907.797500', '143908.257500', '143908.717500', '143909.177500', '143909.637500', '143910.097500', '143910.557500', '143911.017500', '143911.477500', '143911.937500', '143912.397500', '143912.857500', '143913.317500', '143913.777500', '143914.237500', '143914.697500', '143915.157500', '143915.617500', '143916.077500', '143916.537500', '143916.997500', '143917.457500', '143917.917500', '143918.377500', '143918.837500', '143919.297500', '143919.757500', '143920.217500', '143920.677500', '143921.137500', '143921.597500', '143922.057500', '143922.517500', '143922.977500', '143923.437500', '143923.897500', '143924.357500', '143924.817500', '143925.277500', '143925.737500', '143926.197500', '143926.657500', '143927.117500', '143927.577500', '143928.037500', '143928.497500', '143928.957500', '143929.417500', '143929.877500', '143930.337500', '143930.797500', '143931.257500', '143931.717500', '143932.177500', '143932.637500', '143933.097500', '143933.557500', '143934.017500', '143934.477500', '143934.937500', '143935.397500', '143935.857500', '143936.317500', '143936.777500', '143937.237500', '143937.697500', '143938.157500', '143938.617500', '143939.077500', '143939.537500', '143939.997500', '143940.457500', '143940.917500', '143941.377500', '143941.837500', '143942.297500', '143942.757500', '143943.217500', '143943.677500', '143944.137500', '143944.597500', '143945.057500', '143945.517500', '143945.977500', '143946.437500', '143946.897500', '143947.357500', '143947.817500', '143948.277500', '143948.737500', '143949.197500', '143949.657500', '143950.117500', '143950.577500', '143951.037500', '143951.497500', '143951.957500', '143952.417500', '143952.877500', '143953.337500', '143953.797500', '143954.257500', '143954.717500', '143955.177500', '143955.637500', '143956.097500', '143956.557500', '143957.017500', '143957.477500', '143957.937500', '143958.397500', '143958.857500', '143959.317500', '143959.777500', '144000.237500', '144000.697500', '144001.157500', '144001.617500', '144002.077500', '144002.537500', '144002.997500', '144003.457500', '144003.917500', '144004.377500', '144004.837500', '144005.297500', '144005.757500', '144006.217500', '144006.677500', '144007.137500', '144007.597500', '144008.057500', '144008.517500', '144008.977500', '144009.437500', '144009.897500', '144010.357500', '144010.817500', '144011.277500', '144011.737500', '144012.197500', '144012.657500', '144013.117500', '144013.577500', '144014.037500', '144014.497500', '144014.957500', '144015.417500', '144015.877500', '144016.337500', '144016.797500', '144017.257500', '144017.717500', '144018.177500', '144018.637500', '144019.097500', '144019.557500', '144020.017500', '144020.477500', '144020.937500', '144021.397500', '144021.857500', '144022.317500', '144022.777500', '144023.237500', '144023.697500', '144024.157500', '144024.617500', '144025.077500', '144025.537500', '144025.997500', '144026.457500', '144026.917500', '144027.377500', '144027.837500', '144028.297500', '144028.757500', '144029.217500', '144029.677500', '144030.137500', '144030.597500', '144031.057500', '144031.517500', '144031.977500', '144032.437500', '144032.897500', '144033.357500', '144033.817500', '144034.277500', '144034.737500', '144035.197500', '144035.657500', '144036.117500', '144036.577500', '144037.037500', '144037.497500', '144037.957500', '144038.417500', '144038.877500', '144039.337500', '144039.797500', '144040.257500', '144040.717500', '144041.177500', '144041.637500', '144042.097500', '144042.557500', '144043.017500', '144043.477500', '144043.937500', '144044.397500', '144044.857500', '144045.317500', '144045.777500', '144046.237500', '144046.697500', '144047.157500', '144047.617500', '144048.077500', '144048.537500', '144048.997500', '144049.457500', '144049.917500', '144050.377500', '144050.837500', '144051.297500', '144051.757500', '144052.217500', '144052.677500', '144053.137500', '144053.597500', '144054.057500', '144054.517500', '144054.977500', '144055.437500', '144055.897500', '144056.357500', '144056.817500', '144057.277500', '144057.737500', '144058.197500', '144058.657500', '144059.117500', '144059.577500', '144100.037500', '144100.497500', '144100.957500', '144101.417500', '144101.877500', '144102.337500', '144102.797500', '144103.257500', '144103.717500', '144104.177500', '144104.637500', '144105.097500', '144105.557500', '144106.017500', '144106.477500', '144106.937500', '144107.397500', '144107.857500', '144108.317500', '144108.777500', '144109.237500', '144109.697500', '144110.157500', '144110.617500', '144111.077500', '144111.537500', '144111.997500', '144112.457500', '144112.917500', '144113.377500', '144113.837500', '144114.297500', '144114.757500', '144115.217500', '144115.677500', '144116.137500', '144116.597500', '144117.057500', '144117.517500', '144117.977500', '144118.437500', '144118.897500', '144119.357500', '144119.817500', '144120.277500', '144120.737500', '144121.197500', '144121.657500', '144122.117500', '144122.577500', '144123.037500', '144123.497500', '144123.957500', '144124.417500', '144124.877500', '144125.337500', '144125.797500', '144126.257500', '144126.717500', '144127.177500', '144127.637500', '144128.097500', '144128.557500', '144129.017500', '144129.477500', '144129.937500', '144130.397500', '144130.857500', '144131.317500', '144131.777500', '144132.237500', '144132.697500', '144133.157500', '144133.617500', '144134.077500', '144134.537500', '144134.997500', '144135.457500', '144135.917500', '144136.377500', '144136.837500', '144137.297500', '144137.757500', '144138.217500', '144138.677500', '144139.137500', '144139.597500', '144140.057500', '144140.517500', '144140.977500', '144141.437500', '144141.897500', '144142.357500', '144142.817500', '144143.277500', '144143.737500', '144144.197500', '144144.657500', '144145.117500', '144145.577500', '144146.037500', '144146.497500', '144146.957500', '144147.417500', '144147.877500', '144148.337500', '144148.797500', '144149.257500', '144149.717500', '144150.177500', '144150.637500', '144151.097500', '144151.557500', '144152.017500', '144152.477500', '144152.937500', '144153.397500', '144153.857500', '144154.317500', '144154.777500', '144155.237500', '144155.697500', '144156.157500', '144156.617500', '144157.077500', '144157.537500', '144157.997500', '144158.457500', '144158.917500', '144159.377500', '144159.837500', '144200.297500', '144200.757500', '144201.217500', '144201.677500', '144202.137500', '144202.597500', '144203.057500', '144203.517500', '144203.977500', '144204.437500', '144204.897500', '144205.357500', '144205.817500', '144206.277500', '144206.737500', '144207.197500', '144207.657500', '144208.117500', '144208.577500', '144209.037500', '144209.497500', '144209.957500', '144210.417500', '144210.877500', '144211.337500', '144211.797500', '144212.257500', '144212.717500', '144213.177500', '144213.637500', '144214.097500', '144214.557500', '144215.017500', '144215.477500', '144215.937500', '144216.397500', '144216.857500', '144217.317500', '144217.777500', '144218.237500', '144218.697500', '144219.157500', '144219.617500', '144220.077500', '144220.537500', '144220.997500', '144221.457500', '144221.917500', '144222.377500', '144222.837500', '144223.297500', '144223.757500', '144224.217500', '144224.677500', '144225.137500', '144225.597500', '144226.057500', '144226.517500', '144226.977500', '144227.437500', '144227.897500', '144228.357500', '144228.817500', '144229.277500', '144229.737500', '144230.197500', '144230.657500', '144231.117500', '144231.577500', '144232.037500', '144232.497500', '144232.957500', '144233.417500', '144233.877500', '144234.337500', '144234.797500', '144235.257500', '144235.717500', '144236.177500', '144236.637500', '144237.097500', '144237.557500', '144238.017500', '144238.477500', '144238.937500', '144239.397500', '144239.857500', '144240.317500', '144240.777500', '144241.237500', '144241.697500', '144242.157500', '144242.617500', '144243.077500', '144243.537500', '144243.997500', '144244.457500', '144244.917500', '144245.377500', '144245.837500', '144246.297500', '144246.757500', '144247.217500', '144247.677500', '144248.137500', '144248.597500', '144249.057500', '144249.517500', '144249.977500', '144250.437500', '144250.897500', '144251.357500', '144251.817500', '144252.277500', '144252.737500', '144253.197500', '144253.657500', '144254.117500', '144254.577500', '144255.037500', '144255.497500', '144255.957500', '144256.417500', '144256.877500', '144257.337500', '144257.797500', '144258.257500', '144258.717500', '144259.177500', '144259.637500', '144300.097500', '144300.557500', '144301.017500', '144301.477500', '144301.937500', '144302.397500', '144302.857500', '144303.317500', '144303.777500', '144304.237500', '144304.697500', '144305.157500', '144305.617500', '144306.077500', '144306.537500', '144306.997500', '144307.457500', '144307.917500', '144308.377500', '144308.837500', '144309.297500', '144309.757500', '144310.217500', '144310.677500', '144311.137500', '144311.597500', '144312.057500', '144312.517500', '144312.977500', '144313.437500', '144313.897500', '144314.357500', '144314.817500', '144315.277500', '144315.737500', '144316.197500', '144316.657500', '144317.117500', '144317.577500', '144318.037500', '144318.497500', '144318.957500', '144319.417500', '144319.877500', '144320.337500', '144320.797500', '144321.257500', '144321.717500', '144322.177500', '144322.637500', '144323.097500', '144323.557500', '144324.017500', '144324.477500', '144324.937500', '144325.397500', '144325.857500', '144326.317500', '144326.777500', '144327.237500', '144327.697500', '144328.157500', '144328.617500', '144329.077500', '144329.537500', '144329.997500', '144330.457500', '144330.917500', '144331.377500', '144331.837500', '144332.297500', '144332.757500', '144333.217500', '144333.677500', '144334.137500', '144334.597500', '144335.057500', '144335.517500', '144335.977500', '144336.437500', '144336.897500', '144337.357500', '144337.817500', '144338.277500', '144338.737500', '144339.197500', '144339.657500', '144340.117500', '144340.577500', '144341.037500', '144341.497500', '144341.957500', '144342.417500', '144342.877500', '144343.337500', '144343.797500', '144344.257500', '144344.717500', '144345.177500', '144345.637500', '144346.097500', '144346.557500', '144347.017500', '144347.477500', '144347.937500', '144348.397500', '144348.857500', '144349.317500', '144349.777500', '144350.237500', '144350.697500', '144351.157500', '144351.617500', '144352.077500', '144352.537500', '144352.997500', '144353.457500', '144353.917500', '144354.377500', '144354.837500', '144355.297500', '144355.757500', '144356.217500', '144356.677500', '144357.137500', '144357.597500', '144358.057500', '144358.517500', '144358.977500', '144359.437500', '144359.897500', '144400.357500', '144400.817500', '144401.277500', '144401.737500', '144402.197500', '144402.657500', '144403.117500', '144403.577500', '144404.037500', '144404.497500', '144404.957500', '144405.417500', '144405.877500', '144406.337500', '144406.797500', '144407.257500', '144407.717500', '144408.177500', '144408.637500', '144409.097500', '144409.557500', '144410.017500', '144410.477500', '144410.937500', '144411.397500', '144411.857500', '144412.317500', '144412.777500', '144413.237500', '144413.697500', '144414.157500', '144414.617500', '144415.077500', '144415.537500', '144415.997500', '144416.457500', '144416.917500', '144417.377500', '144417.837500', '144418.297500', '144418.757500', '144419.217500', '144419.677500', '144420.137500', '144420.597500', '144421.057500', '144421.517500', '144421.977500', '144422.437500', '144422.897500', '144423.357500', '144423.817500', '144424.277500', '144424.737500', '144425.197500', '144425.657500', '144426.117500', '144426.577500', '144427.037500', '144427.497500', '144427.957500', '144428.417500', '144428.877500', '144429.337500', '144429.797500', '144430.257500', '144430.717500', '144431.177500', '144431.637500', '144432.097500', '144432.557500', '144433.017500', '144433.477500', '144433.937500', '144434.397500', '144434.857500', '144435.317500', '144435.777500', '144436.237500', '144436.697500', '144437.157500', '144437.617500', '144438.077500', '144438.537500', '144438.997500', '144439.457500', '144439.917500', '144440.377500', '144440.837500', '144441.297500', '144441.757500', '144442.217500', '144442.677500', '144443.137500', '144443.597500', '144444.057500', '144444.517500', '144444.977500', '144445.437500', '144445.897500', '144446.357500', '144446.817500', '144447.277500', '144447.737500', '144448.197500', '144448.657500', '144449.117500', '144449.577500', '144450.037500', '144450.497500', '144450.957500', '144451.417500', '144451.877500', '144452.337500', '144452.797500', '144453.257500', '144453.717500', '144454.177500', '144454.637500', '144455.097500', '144455.557500', '144456.017500', '144456.477500', '144456.937500', '144457.397500', '144457.857500', '144458.317500', '144458.777500', '144459.237500', '144459.697500', '144500.157500', '144500.617500', '144501.077500', '144501.537500', '144501.997500', '144502.457500', '144502.917500', '144503.377500', '144503.837500', '144504.297500', '144504.757500', '144505.217500', '144505.677500', '144506.137500', '144506.597500', '144507.057500', '144507.517500', '144507.977500', '144508.437500', '144508.897500', '144509.357500', '144509.817500', '144510.277500', '144510.737500', '144511.197500', '144511.657500', '144512.117500', '144512.577500', '144513.037500', '144513.497500', '144513.957500', '144514.417500', '144514.877500', '144515.337500', '144515.797500', '144516.257500', '144516.717500', '144517.177500', '144517.637500', '144518.097500', '144518.557500', '144519.017500', '144519.477500', '144519.937500', '144520.397500', '144520.857500', '144521.317500', '144521.777500', '144522.237500', '144522.697500', '144523.157500', '144523.617500', '144524.077500', '144524.537500', '144524.997500', '144525.457500', '144525.917500', '144526.377500', '144526.837500', '144527.297500', '144527.757500', '144528.217500', '144528.677500', '144529.137500', '144529.597500', '144530.057500', '144530.517500', '144530.977500', '144531.437500', '144531.897500', '144532.357500', '144532.817500', '144533.277500', '144533.737500', '144534.197500', '144534.657500', '144535.117500', '144535.577500', '144536.037500', '144536.497500', '144536.957500', '144537.417500', '144537.877500', '144538.337500', '144538.797500', '144539.257500', '144539.717500', '144540.177500', '144540.637500', '144541.097500', '144541.557500', '144542.017500', '144542.477500', '144542.937500', '144543.397500', '144543.857500', '144544.317500', '144544.777500', '144545.237500', '144545.697500', '144546.157500', '144546.617500', '144547.077500', '144547.537500', '144547.997500', '144548.457500', '144548.917500', '144549.377500', '144549.837500', '144550.297500', '144550.757500', '144551.217500', '144551.677500', '144552.137500', '144552.597500', '144553.057500', '144553.517500', '144553.977500', '144554.437500', '144554.897500', '144555.357500', '144555.817500', '144556.277500', '144556.737500', '144557.197500', '144557.657500', '144558.117500', '144558.577500', '144559.037500', '144559.497500', '144559.957500', '144600.417500', '144600.877500', '144601.337500', '144601.797500', '144602.257500', '144602.717500', '144603.177500', '144603.637500', '144604.097500', '144604.557500', '144605.017500', '144605.477500', '144605.937500', '144606.397500', '144606.857500', '144607.317500', '144607.777500', '144608.237500', '144608.697500', '144609.157500', '144609.617500', '144610.077500', '144610.537500', '144610.997500', '144611.457500', '144611.917500', '144612.377500', '144612.837500', '144613.297500', '144613.757500', '144614.217500', '144614.677500', '144615.137500', '144615.597500', '144616.057500', '144616.517500', '144616.977500', '144617.437500', '144617.897500', '144618.357500', '144618.817500', '144619.277500', '144619.737500', '144620.197500', '144620.657500', '144621.117500', '144621.577500', '144622.037500', '144622.497500', '144622.957500', '144623.417500', '144623.877500', '144624.337500', '144624.797500', '144625.257500', '144625.717500', '144626.177500', '144626.637500', '144627.097500', '144627.557500', '144628.017500', '144628.477500', '144628.937500', '144629.397500', '144629.857500', '144630.317500', '144630.777500', '144631.237500', '144631.697500', '144632.157500', '144632.617500', '144633.077500', '144633.537500', '144633.997500', '144634.457500', '144634.917500', '144635.377500', '144635.837500', '144636.297500', '144636.757500', '144637.217500', '144637.677500', '144638.137500', '144638.597500', '144639.057500', '144639.517500', '144639.977500', '144640.437500', '144640.897500', '144641.357500', '144641.817500', '144642.277500', '144642.737500', '144643.197500', '144643.657500', '144644.117500', '144644.577500', '144645.037500', '144645.497500', '144645.957500', '144646.417500', '144646.877500', '144647.337500', '144647.797500', '144648.257500', '144648.717500', '144649.177500', '144649.637500', '144650.097500', '144650.557500', '144651.017500', '144651.477500', '144651.937500', '144652.397500', '144652.857500', '144653.317500', '144653.777500', '144654.237500', '144654.697500', '144655.157500', '144655.617500', '144656.077500', '144656.537500', '144656.997500', '144657.457500', '144657.917500', '144658.377500', '144658.837500', '144659.297500', '144659.757500', '144700.217500', '144700.677500', '144701.137500', '144701.597500', '144702.057500', '144702.517500', '144702.977500', '144703.437500', '144703.897500', '144704.357500', '144704.817500', '144705.277500', '144705.737500', '144706.197500', '144706.657500', '144707.117500', '144707.577500', '144708.037500', '144708.497500', '144708.957500'], 'ContentTime': ['143812.885000', '143812.889000', '143812.892000', '143812.896000', '143812.899000', '143812.902000', '143812.905000', '143812.908000', '143812.910000', '143812.913000', '143812.916000', '143812.919000', '143812.922000', '143812.925000', '143812.928000', '143812.931000', '143812.933000', '143812.936000', '143812.939000', '143812.942000', '143812.945000', '143812.948000', '143812.950000', '143812.953000', '143812.956000', '143812.959000', '143812.962000', '143812.965000', '143812.973000', '143812.976000', '143812.979000', '143812.982000', '143812.984000', '143812.987000', '143812.990000', '143812.993000', '143812.996000', '143812.998000', '143813.002000', '143813.005000', '143813.008000', '143832.847000', '143832.850000', '143832.852000', '143832.855000', '143832.858000', '143832.861000', '143832.864000', '143832.867000', '143832.870000', '143832.873000', '143832.875000', '143832.878000', '143832.881000', '143832.884000', '143832.887000', '143832.890000', '143832.893000', '143832.896000', '143832.898000', '143832.901000', '143832.904000', '143832.907000', '143832.910000', '143832.913000', '143832.915000', '143832.918000', '143832.921000', '143832.924000', '143832.927000', '143832.929000', '143832.932000', '143832.935000', '143832.938000', '143832.941000', '143832.943000', '143832.946000', '143832.949000', '143832.952000', '143832.955000', '143832.958000', '143832.960000', '143832.963000', '143832.966000', '143852.847000', '143852.850000', '143852.852000', '143852.855000', '143852.858000', '143852.861000', '143852.864000', '143852.866000', '143852.870000', '143852.872000', '143852.875000', '143852.882000', '143852.885000', '143852.888000', '143852.891000', '143852.894000', '143852.897000', '143852.900000', '143852.903000', '143852.906000', '143852.909000', '143852.911000', '143852.914000', '143852.917000', '143852.920000', '143852.923000', '143852.926000', '143852.928000', '143852.931000', '143852.934000', '143852.937000', '143852.940000', '143852.942000', '143852.945000', '143852.948000', '143852.951000', '143852.954000', '143852.956000', '143852.959000', '143852.962000', '143852.965000', '143852.968000', '143852.971000', '143852.973000', '143912.847000', '143912.850000', '143912.853000', '143912.855000', '143912.858000', '143912.861000', '143912.864000', '143912.866000', '143912.869000', '143912.872000', '143912.875000', '143912.878000', '143912.881000', '143912.883000', '143912.886000', '143912.889000', '143912.892000', '143912.895000', '143912.897000', '143912.900000', '143912.903000', '143912.906000', '143912.927000', '143912.930000', '143912.933000', '143912.935000', '143912.938000', '143912.941000', '143912.944000', '143912.947000', '143912.950000', '143912.952000', '143912.955000', '143912.958000', '143912.961000', '143912.964000', '143912.967000', '143912.969000', '143912.972000', '143912.975000', '143912.978000', '143912.981000', '143912.984000', '143932.849000', '143932.853000', '143932.856000', '143932.859000', '143932.862000', '143932.865000', '143932.868000', '143932.871000', '143932.874000', '143932.876000', '143932.879000', '143932.882000', '143932.885000', '143932.888000', '143932.891000', '143932.894000', '143932.896000', '143932.899000', '143932.902000', '143932.905000', '143932.908000', '143932.911000', '143932.913000', '143932.916000', '143932.919000', '143932.922000', '143932.925000', '143932.928000', '143932.930000', '143932.933000', '143932.936000', '143932.939000', '143932.942000', '143932.945000', '143932.947000', '143932.950000', '143932.956000', '143932.959000', '143932.962000', '143932.965000', '143932.968000', '143932.970000', '143932.973000', '143952.847000', '143952.850000', '143952.853000', '143952.856000', '143952.858000', '143952.861000', '143952.864000', '143952.867000', '143952.870000', '143952.873000', '143952.876000', '143952.879000', '143952.882000', '143952.885000', '143952.887000', '143952.890000', '143952.893000', '143952.896000', '143952.899000', '143952.902000', '143952.904000', '143952.907000', '143952.910000', '143952.913000', '143952.916000', '143952.919000', '143952.930000', '143952.933000', '143952.936000', '143952.939000', '143952.942000', '143952.944000', '143952.947000', '143952.950000', '143952.953000', '143952.956000', '143952.959000', '143952.961000', '143952.964000', '143952.967000', '143952.970000', '143952.973000', '143952.976000', '143952.978000', '144012.847000', '144012.850000', '144012.853000', '144012.856000', '144012.859000', '144012.861000', '144012.864000', '144012.867000', '144012.870000', '144012.873000', '144012.876000', '144012.878000', '144012.882000', '144012.886000', '144012.889000', '144012.892000', '144012.895000', '144012.898000', '144012.901000', '144012.904000', '144012.906000', '144012.909000', '144012.912000', '144012.915000', '144012.918000', '144012.921000', '144012.924000', '144012.926000', '144012.929000', '144012.932000', '144012.935000', '144012.938000', '144012.940000', '144012.943000', '144012.946000', '144012.949000', '144012.952000', '144012.955000', '144012.957000', '144012.960000', '144012.963000', '144012.966000', '144012.969000', '144032.847000', '144032.909000', '144032.912000', '144032.915000', '144032.918000', '144032.921000', '144032.924000', '144032.926000', '144032.929000', '144032.932000', '144032.935000', '144032.938000', '144032.941000', '144032.944000', '144032.946000', '144032.949000', '144032.952000', '144032.955000', '144032.958000', '144032.961000', '144032.964000', '144032.966000', '144032.969000', '144032.972000', '144032.975000', '144032.978000', '144032.981000', '144032.983000', '144032.986000', '144032.989000', '144032.992000', '144032.995000', '144032.998000', '144033.002000', '144033.004000', '144033.007000', '144033.010000', '144033.013000', '144033.016000', '144033.019000', '144033.029000', '144033.032000', '144033.035000', '144033.038000', '144052.847000', '144052.850000', '144052.853000', '144052.856000', '144052.859000', '144052.861000', '144052.864000', '144052.867000', '144052.870000', '144052.873000', '144052.876000', '144052.879000', '144052.881000', '144052.895000', '144052.898000', '144052.901000', '144052.904000', '144052.907000', '144052.910000', '144052.913000', '144052.916000', '144052.919000', '144052.922000', '144052.924000', '144052.927000', '144052.930000', '144052.933000', '144052.936000', '144052.939000', '144052.941000', '144052.944000', '144052.947000', '144052.950000', '144052.953000', '144052.956000', '144052.958000', '144052.961000', '144052.964000', '144052.967000', '144052.970000', '144052.973000', '144052.976000', '144052.978000', '144112.847000', '144112.850000', '144112.853000', '144112.856000', '144112.859000', '144112.862000', '144112.864000', '144112.867000', '144112.879000', '144112.881000', '144112.884000', '144112.887000', '144112.890000', '144112.893000', '144112.896000', '144112.899000', '144112.902000', '144112.904000', '144112.907000', '144112.910000', '144112.913000', '144112.916000', '144112.919000', '144112.921000', '144112.924000', '144112.927000', '144112.930000', '144112.933000', '144112.936000', '144112.939000', '144112.942000', '144112.944000', '144112.947000', '144112.950000', '144112.953000', '144112.956000', '144112.959000', '144112.961000', '144112.964000', '144112.967000', '144112.970000', '144112.973000', '144112.976000', '144112.978000', '144132.847000', '144132.850000', '144132.861000', '144132.864000', '144132.867000', '144132.869000', '144132.872000', '144132.875000', '144132.878000', '144132.881000', '144132.884000', '144132.887000', '144132.890000', '144132.892000', '144132.896000', '144132.898000', '144132.901000', '144132.904000', '144132.907000', '144132.910000', '144132.913000', '144132.918000', '144132.921000', '144132.924000', '144132.927000', '144132.930000', '144132.933000', '144132.936000', '144132.939000', '144132.941000', '144132.944000', '144132.947000', '144132.950000', '144132.953000', '144132.955000', '144132.958000', '144132.961000', '144132.964000', '144132.967000', '144132.970000', '144132.973000', '144132.975000', '144132.978000', '144152.847000', '144152.850000', '144152.853000', '144152.856000', '144152.858000', '144152.861000', '144152.864000', '144152.867000', '144152.870000', '144152.873000', '144152.876000', '144152.879000', '144152.882000', '144152.884000', '144152.887000', '144152.890000', '144152.893000', '144152.896000', '144152.899000', '144152.902000', '144152.905000', '144152.908000', '144152.910000', '144152.913000', '144152.916000', '144152.919000', '144152.922000', '144152.925000', '144152.928000', '144152.930000', '144152.933000', '144152.936000', '144152.939000', '144152.942000', '144152.945000', '144152.948000', '144152.951000', '144152.953000', '144152.956000', '144152.959000', '144152.962000', '144152.965000', '144152.968000', '144152.971000', '144212.847000', '144212.850000', '144212.853000', '144212.856000', '144212.859000', '144212.862000', '144212.865000', '144212.868000', '144212.871000', '144212.874000', '144212.877000', '144212.880000', '144212.883000', '144212.886000', '144212.888000', '144212.891000', '144212.894000', '144212.897000', '144212.900000', '144212.903000', '144212.906000', '144212.909000', '144212.911000', '144212.914000', '144212.917000', '144212.921000', '144212.924000', '144212.927000', '144212.930000', '144212.932000', '144212.935000', '144212.938000', '144212.960000', '144212.962000', '144212.965000', '144212.968000', '144212.971000', '144212.974000', '144212.977000', '144212.980000', '144212.983000', '144212.985000', '144212.988000', '144232.847000', '144232.850000', '144232.860000', '144232.863000', '144232.866000', '144232.868000', '144232.871000', '144232.874000', '144232.877000', '144232.880000', '144232.883000', '144232.886000', '144232.889000', '144232.891000', '144232.894000', '144232.897000', '144232.900000', '144232.903000', '144232.906000', '144232.909000', '144232.911000', '144232.914000', '144232.917000', '144232.920000', '144232.923000', '144232.925000', '144232.928000', '144232.931000', '144232.934000', '144232.937000', '144232.940000', '144232.943000', '144232.945000', '144232.948000', '144232.951000', '144232.954000', '144232.957000', '144232.960000', '144232.963000', '144232.965000', '144232.968000', '144232.971000', '144232.974000', '144232.977000', '144252.847000', '144252.850000', '144252.853000', '144252.855000', '144252.858000', '144252.861000', '144252.864000', '144252.867000', '144252.870000', '144252.873000', '144252.876000', '144252.879000', '144252.882000', '144252.885000', '144252.888000', '144252.890000', '144252.893000', '144252.896000', '144252.899000', '144252.902000', '144252.905000', '144252.908000', '144252.911000', '144252.913000', '144252.916000', '144252.919000', '144252.922000', '144252.925000', '144252.928000', '144252.931000', '144252.933000', '144252.936000', '144252.939000', '144252.942000', '144252.945000', '144252.947000', '144252.950000', '144252.953000', '144252.956000', '144252.959000', '144252.964000', '144252.968000', '144252.971000', '144312.847000', '144312.850000', '144312.853000', '144312.856000', '144312.859000', '144312.862000', '144312.865000', '144312.868000', '144312.871000', '144312.874000', '144312.876000', '144312.879000', '144312.882000', '144312.885000', '144312.888000', '144312.891000', '144312.896000', '144312.899000', '144312.902000', '144312.904000', '144312.907000', '144312.910000', '144312.913000', '144312.916000', '144312.919000', '144312.922000', '144312.924000', '144312.927000', '144312.930000', '144312.933000', '144312.936000', '144312.939000', '144312.941000', '144312.944000', '144312.947000', '144312.950000', '144312.953000', '144312.956000', '144312.958000', '144312.961000', '144312.964000', '144312.967000', '144312.970000', '144312.973000', '144332.847000', '144332.850000', '144332.853000', '144332.856000', '144332.858000', '144332.861000', '144332.864000', '144332.867000', '144332.870000', '144332.873000', '144332.876000', '144332.879000', '144332.881000', '144332.884000', '144332.887000', '144332.890000', '144332.893000', '144332.896000', '144332.898000', '144332.901000', '144332.904000', '144332.908000', '144332.911000', '144332.914000', '144332.917000', '144332.920000', '144332.923000', '144332.926000', '144332.928000', '144332.931000', '144332.934000', '144332.937000', '144332.940000', '144332.943000', '144332.945000', '144332.948000', '144332.951000', '144332.954000', '144332.969000', '144332.973000', '144332.976000', '144332.979000', '144332.981000', '144352.847000', '144352.850000', '144352.853000', '144352.855000', '144352.858000', '144352.861000', '144352.864000', '144352.867000', '144352.870000', '144352.873000', '144352.876000', '144352.879000', '144352.882000', '144352.885000', '144352.887000', '144352.890000', '144352.893000', '144352.896000', '144352.899000', '144352.902000', '144352.905000', '144352.907000', '144352.910000', '144352.913000', '144352.916000', '144352.919000', '144352.922000', '144352.925000', '144352.928000', '144352.931000', '144352.934000', '144352.937000', '144352.940000', '144352.942000', '144352.945000', '144352.948000', '144352.951000', '144352.954000', '144352.957000', '144352.960000', '144352.963000', '144352.966000', '144352.968000', '144352.971000', '144412.847000', '144412.850000', '144412.853000', '144412.856000', '144412.859000', '144412.861000', '144412.865000', '144412.867000', '144412.870000', '144412.873000', '144412.876000', '144412.879000', '144412.882000', '144412.885000', '144412.888000', '144412.890000', '144412.893000', '144412.896000', '144412.899000', '144412.902000', '144412.905000', '144412.908000', '144412.910000', '144412.913000', '144412.916000', '144412.919000', '144412.922000', '144412.925000', '144412.927000', '144412.930000', '144412.933000', '144412.936000', '144412.939000', '144412.941000', '144412.944000', '144412.947000', '144412.950000', '144412.953000', '144412.956000', '144412.958000', '144412.961000', '144412.964000', '144412.967000', '144432.847000', '144432.850000', '144432.853000', '144432.859000', '144432.862000', '144432.865000', '144432.868000', '144432.871000', '144432.874000', '144432.876000', '144432.879000', '144432.882000', '144432.885000', '144432.888000', '144432.891000', '144432.894000', '144432.896000', '144432.899000', '144432.902000', '144432.905000', '144432.908000', '144432.911000', '144432.913000', '144432.916000', '144432.919000', '144432.922000', '144432.925000', '144432.928000', '144432.930000', '144432.933000', '144432.936000', '144432.939000', '144432.942000', '144432.945000', '144432.947000', '144432.950000', '144432.953000', '144432.956000', '144432.959000', '144432.962000', '144432.964000', '144432.967000', '144432.970000', '144432.973000', '144452.847000', '144452.850000', '144452.853000', '144452.856000', '144452.858000', '144452.861000', '144452.864000', '144452.867000', '144452.870000', '144452.873000', '144452.876000', '144452.879000', '144452.882000', '144452.885000', '144452.887000', '144452.890000', '144452.893000', '144452.896000', '144452.899000', '144452.902000', '144452.904000', '144452.907000', '144452.910000', '144452.913000', '144452.916000', '144452.919000', '144452.922000', '144452.924000', '144452.927000', '144452.930000', '144452.933000', '144452.936000', '144452.948000', '144452.951000', '144452.954000', '144452.957000', '144452.959000', '144452.962000', '144452.965000', '144452.968000', '144452.971000', '144452.974000', '144452.976000', '144512.847000', '144512.850000', '144512.853000', '144512.856000', '144512.858000', '144512.861000', '144512.864000', '144512.867000', '144512.870000', '144512.873000', '144512.876000', '144512.878000', '144512.881000', '144512.884000', '144512.887000', '144512.890000', '144512.893000', '144512.896000', '144512.899000', '144512.901000', '144512.904000', '144512.907000', '144512.910000', '144512.913000', '144512.916000', '144512.918000', '144512.921000', '144512.924000', '144512.927000', '144512.930000', '144512.933000', '144512.936000', '144512.938000', '144512.941000', '144512.944000', '144512.947000', '144512.950000', '144512.952000', '144512.955000', '144512.958000', '144512.961000', '144512.964000', '144512.967000', '144512.969000', '144532.847000', '144532.850000', '144532.853000', '144532.855000', '144532.858000', '144532.861000', '144532.864000', '144532.867000', '144532.870000', '144532.873000', '144532.876000', '144532.878000', '144532.881000', '144532.884000', '144532.887000', '144532.890000', '144532.893000', '144532.896000', '144532.899000', '144532.901000', '144532.904000', '144532.907000', '144532.910000', '144532.913000', '144532.916000', '144532.918000', '144532.921000', '144532.924000', '144532.927000', '144532.930000', '144532.933000', '144532.936000', '144532.939000', '144532.941000', '144532.944000', '144532.947000', '144532.950000', '144532.953000', '144532.956000', '144532.958000', '144532.961000', '144532.964000', '144532.967000', '144552.847000', '144552.850000', '144552.853000', '144552.856000', '144552.858000', '144552.861000', '144552.864000', '144552.867000', '144552.870000', '144552.873000', '144552.876000', '144552.879000', '144552.881000', '144552.884000', '144552.887000', '144552.890000', '144552.893000', '144552.896000', '144552.899000', '144552.902000', '144552.904000', '144552.907000', '144552.910000', '144552.913000', '144552.916000', '144552.919000', '144552.922000', '144552.925000', '144552.927000', '144552.930000', '144552.933000', '144552.936000', '144552.939000', '144552.942000', '144552.945000', '144552.948000', '144552.950000', '144552.953000', '144552.956000', '144552.959000', '144552.962000', '144552.965000', '144552.968000', '144552.971000', '144612.847000', '144612.850000', '144612.853000', '144612.864000', '144612.867000', '144612.870000', '144612.873000', '144612.876000', '144612.879000', '144612.881000', '144612.884000', '144612.887000', '144612.890000', '144612.893000', '144612.896000', '144612.899000', '144612.901000', '144612.904000', '144612.907000', '144612.910000', '144612.913000', '144612.916000', '144612.919000', '144612.922000', '144612.924000', '144612.927000', '144612.930000', '144612.933000', '144612.936000', '144612.939000', '144612.941000', '144612.944000', '144612.947000', '144612.950000', '144612.953000', '144612.956000', '144612.972000', '144612.975000', '144612.978000', '144612.985000', '144612.988000', '144612.991000', '144612.993000', '144632.847000', '144632.850000', '144632.853000', '144632.855000', '144632.859000', '144632.861000', '144632.864000', '144632.867000', '144632.870000', '144632.873000', '144632.876000', '144632.879000', '144632.882000', '144632.884000', '144632.887000', '144632.890000', '144632.893000', '144632.896000', '144632.899000', '144632.901000', '144632.905000', '144632.907000', '144632.910000', '144632.913000', '144632.916000', '144632.919000', '144632.922000', '144632.925000', '144632.928000', '144632.930000', '144632.933000', '144632.936000', '144632.939000', '144632.942000', '144632.945000', '144632.948000', '144632.951000', '144632.953000', '144632.956000', '144632.959000', '144632.962000', '144632.965000', '144632.968000', '144632.971000', '144652.847000', '144652.850000', '144652.864000', '144652.866000', '144652.869000', '144652.872000', '144652.875000', '144652.878000', '144652.881000', '144652.884000', '144652.887000', '144652.889000', '144652.892000', '144652.895000', '144652.898000', '144652.901000', '144652.904000', '144652.906000', '144652.910000', '144652.912000', '144652.915000', '144652.918000', '144652.921000', '144652.924000', '144652.927000', '144652.930000', '144652.933000', '144652.935000', '144652.938000', '144652.941000', '144652.944000', '144652.947000', '144652.950000', '144652.952000', '144652.955000', '144652.958000', '144652.961000', '144652.964000', '144652.967000', '144652.970000', '144652.972000', '144652.975000', '144652.978000', '144710.156000', '144710.159000', '144710.162000', '144710.172000', '144710.175000', '144710.178000', '144710.181000', '144710.184000', '144710.187000', '144710.189000', '144710.192000', '144710.195000', '144710.198000', '144710.201000', '144710.204000', '144710.207000', '144710.209000', '144710.212000', '144710.215000', '144710.218000', '144710.221000', '144710.224000', '144710.226000', '144710.229000', '144710.232000', '144710.235000', '144710.238000', '144710.241000', '144710.244000', '144710.246000', '144710.249000', '144710.252000', '144710.255000', '144710.258000', '144710.260000', '144710.263000', '144710.266000', '144710.269000'], 'InstanceCreationTime': ['143812.885000', '143812.889000', '143812.892000', '143812.896000', '143812.899000', '143812.902000', '143812.905000', '143812.908000', '143812.910000', '143812.913000', '143812.916000', '143812.919000', '143812.922000', '143812.925000', '143812.928000', '143812.931000', '143812.933000', '143812.936000', '143812.939000', '143812.942000', '143812.945000', '143812.948000', '143812.950000', '143812.953000', '143812.956000', '143812.959000', '143812.962000', '143812.965000', '143812.973000', '143812.976000', '143812.979000', '143812.982000', '143812.984000', '143812.987000', '143812.990000', '143812.993000', '143812.996000', '143812.998000', '143813.002000', '143813.005000', '143813.008000', '143832.847000', '143832.850000', '143832.852000', '143832.855000', '143832.858000', '143832.861000', '143832.864000', '143832.867000', '143832.870000', '143832.873000', '143832.875000', '143832.878000', '143832.881000', '143832.884000', '143832.887000', '143832.890000', '143832.893000', '143832.896000', '143832.898000', '143832.901000', '143832.904000', '143832.907000', '143832.910000', '143832.913000', '143832.915000', '143832.918000', '143832.921000', '143832.924000', '143832.927000', '143832.929000', '143832.932000', '143832.935000', '143832.938000', '143832.941000', '143832.943000', '143832.946000', '143832.949000', '143832.952000', '143832.955000', '143832.958000', '143832.960000', '143832.963000', '143832.966000', '143852.847000', '143852.850000', '143852.852000', '143852.855000', '143852.858000', '143852.861000', '143852.864000', '143852.866000', '143852.870000', '143852.872000', '143852.875000', '143852.882000', '143852.885000', '143852.888000', '143852.891000', '143852.894000', '143852.897000', '143852.900000', '143852.903000', '143852.906000', '143852.909000', '143852.911000', '143852.914000', '143852.917000', '143852.920000', '143852.923000', '143852.926000', '143852.928000', '143852.931000', '143852.934000', '143852.937000', '143852.940000', '143852.942000', '143852.945000', '143852.948000', '143852.951000', '143852.954000', '143852.956000', '143852.959000', '143852.962000', '143852.965000', '143852.968000', '143852.971000', '143852.973000', '143912.847000', '143912.850000', '143912.853000', '143912.855000', '143912.858000', '143912.861000', '143912.864000', '143912.866000', '143912.869000', '143912.872000', '143912.875000', '143912.878000', '143912.881000', '143912.883000', '143912.886000', '143912.889000', '143912.892000', '143912.895000', '143912.897000', '143912.900000', '143912.903000', '143912.906000', '143912.927000', '143912.930000', '143912.933000', '143912.935000', '143912.938000', '143912.941000', '143912.944000', '143912.947000', '143912.950000', '143912.952000', '143912.955000', '143912.958000', '143912.961000', '143912.964000', '143912.967000', '143912.969000', '143912.972000', '143912.975000', '143912.978000', '143912.981000', '143912.984000', '143932.849000', '143932.853000', '143932.856000', '143932.859000', '143932.862000', '143932.865000', '143932.868000', '143932.871000', '143932.874000', '143932.876000', '143932.879000', '143932.882000', '143932.885000', '143932.888000', '143932.891000', '143932.894000', '143932.896000', '143932.899000', '143932.902000', '143932.905000', '143932.908000', '143932.911000', '143932.913000', '143932.916000', '143932.919000', '143932.922000', '143932.925000', '143932.928000', '143932.930000', '143932.933000', '143932.936000', '143932.939000', '143932.942000', '143932.945000', '143932.947000', '143932.950000', '143932.956000', '143932.959000', '143932.962000', '143932.965000', '143932.968000', '143932.970000', '143932.973000', '143952.847000', '143952.850000', '143952.853000', '143952.856000', '143952.858000', '143952.861000', '143952.864000', '143952.867000', '143952.870000', '143952.873000', '143952.876000', '143952.879000', '143952.882000', '143952.885000', '143952.887000', '143952.890000', '143952.893000', '143952.896000', '143952.899000', '143952.902000', '143952.904000', '143952.907000', '143952.910000', '143952.913000', '143952.916000', '143952.919000', '143952.930000', '143952.933000', '143952.936000', '143952.939000', '143952.942000', '143952.944000', '143952.947000', '143952.950000', '143952.953000', '143952.956000', '143952.959000', '143952.961000', '143952.964000', '143952.967000', '143952.970000', '143952.973000', '143952.976000', '143952.978000', '144012.847000', '144012.850000', '144012.853000', '144012.856000', '144012.859000', '144012.861000', '144012.864000', '144012.867000', '144012.870000', '144012.873000', '144012.876000', '144012.878000', '144012.882000', '144012.886000', '144012.889000', '144012.892000', '144012.895000', '144012.898000', '144012.901000', '144012.904000', '144012.906000', '144012.909000', '144012.912000', '144012.915000', '144012.918000', '144012.921000', '144012.924000', '144012.926000', '144012.929000', '144012.932000', '144012.935000', '144012.938000', '144012.940000', '144012.943000', '144012.946000', '144012.949000', '144012.952000', '144012.955000', '144012.957000', '144012.960000', '144012.963000', '144012.966000', '144012.969000', '144032.847000', '144032.909000', '144032.912000', '144032.915000', '144032.918000', '144032.921000', '144032.924000', '144032.926000', '144032.929000', '144032.932000', '144032.935000', '144032.938000', '144032.941000', '144032.944000', '144032.946000', '144032.949000', '144032.952000', '144032.955000', '144032.958000', '144032.961000', '144032.964000', '144032.966000', '144032.969000', '144032.972000', '144032.975000', '144032.978000', '144032.981000', '144032.983000', '144032.986000', '144032.989000', '144032.992000', '144032.995000', '144032.998000', '144033.002000', '144033.004000', '144033.007000', '144033.010000', '144033.013000', '144033.016000', '144033.019000', '144033.029000', '144033.032000', '144033.035000', '144033.038000', '144052.847000', '144052.850000', '144052.853000', '144052.856000', '144052.859000', '144052.861000', '144052.864000', '144052.867000', '144052.870000', '144052.873000', '144052.876000', '144052.879000', '144052.881000', '144052.895000', '144052.898000', '144052.901000', '144052.904000', '144052.907000', '144052.910000', '144052.913000', '144052.916000', '144052.919000', '144052.922000', '144052.924000', '144052.927000', '144052.930000', '144052.933000', '144052.936000', '144052.939000', '144052.941000', '144052.944000', '144052.947000', '144052.950000', '144052.953000', '144052.956000', '144052.958000', '144052.961000', '144052.964000', '144052.967000', '144052.970000', '144052.973000', '144052.976000', '144052.978000', '144112.847000', '144112.850000', '144112.853000', '144112.856000', '144112.859000', '144112.862000', '144112.864000', '144112.867000', '144112.879000', '144112.881000', '144112.884000', '144112.887000', '144112.890000', '144112.893000', '144112.896000', '144112.899000', '144112.902000', '144112.904000', '144112.907000', '144112.910000', '144112.913000', '144112.916000', '144112.919000', '144112.921000', '144112.924000', '144112.927000', '144112.930000', '144112.933000', '144112.936000', '144112.939000', '144112.942000', '144112.944000', '144112.947000', '144112.950000', '144112.953000', '144112.956000', '144112.959000', '144112.961000', '144112.964000', '144112.967000', '144112.970000', '144112.973000', '144112.976000', '144112.978000', '144132.847000', '144132.850000', '144132.861000', '144132.864000', '144132.867000', '144132.869000', '144132.872000', '144132.875000', '144132.878000', '144132.881000', '144132.884000', '144132.887000', '144132.890000', '144132.892000', '144132.896000', '144132.898000', '144132.901000', '144132.904000', '144132.907000', '144132.910000', '144132.913000', '144132.918000', '144132.921000', '144132.924000', '144132.927000', '144132.930000', '144132.933000', '144132.936000', '144132.939000', '144132.941000', '144132.944000', '144132.947000', '144132.950000', '144132.953000', '144132.955000', '144132.958000', '144132.961000', '144132.964000', '144132.967000', '144132.970000', '144132.973000', '144132.975000', '144132.978000', '144152.847000', '144152.850000', '144152.853000', '144152.856000', '144152.858000', '144152.861000', '144152.864000', '144152.867000', '144152.870000', '144152.873000', '144152.876000', '144152.879000', '144152.882000', '144152.884000', '144152.887000', '144152.890000', '144152.893000', '144152.896000', '144152.899000', '144152.902000', '144152.905000', '144152.908000', '144152.910000', '144152.913000', '144152.916000', '144152.919000', '144152.922000', '144152.925000', '144152.928000', '144152.930000', '144152.933000', '144152.936000', '144152.939000', '144152.942000', '144152.945000', '144152.948000', '144152.951000', '144152.953000', '144152.956000', '144152.959000', '144152.962000', '144152.965000', '144152.968000', '144152.971000', '144212.847000', '144212.850000', '144212.853000', '144212.856000', '144212.859000', '144212.862000', '144212.865000', '144212.868000', '144212.871000', '144212.874000', '144212.877000', '144212.880000', '144212.883000', '144212.886000', '144212.888000', '144212.891000', '144212.894000', '144212.897000', '144212.900000', '144212.903000', '144212.906000', '144212.909000', '144212.911000', '144212.914000', '144212.917000', '144212.921000', '144212.924000', '144212.927000', '144212.930000', '144212.932000', '144212.935000', '144212.938000', '144212.960000', '144212.962000', '144212.965000', '144212.968000', '144212.971000', '144212.974000', '144212.977000', '144212.980000', '144212.983000', '144212.985000', '144212.988000', '144232.847000', '144232.850000', '144232.860000', '144232.863000', '144232.866000', '144232.868000', '144232.871000', '144232.874000', '144232.877000', '144232.880000', '144232.883000', '144232.886000', '144232.889000', '144232.891000', '144232.894000', '144232.897000', '144232.900000', '144232.903000', '144232.906000', '144232.909000', '144232.911000', '144232.914000', '144232.917000', '144232.920000', '144232.923000', '144232.925000', '144232.928000', '144232.931000', '144232.934000', '144232.937000', '144232.940000', '144232.943000', '144232.945000', '144232.948000', '144232.951000', '144232.954000', '144232.957000', '144232.960000', '144232.963000', '144232.965000', '144232.968000', '144232.971000', '144232.974000', '144232.977000', '144252.847000', '144252.850000', '144252.853000', '144252.855000', '144252.858000', '144252.861000', '144252.864000', '144252.867000', '144252.870000', '144252.873000', '144252.876000', '144252.879000', '144252.882000', '144252.885000', '144252.888000', '144252.890000', '144252.893000', '144252.896000', '144252.899000', '144252.902000', '144252.905000', '144252.908000', '144252.911000', '144252.913000', '144252.916000', '144252.919000', '144252.922000', '144252.925000', '144252.928000', '144252.931000', '144252.933000', '144252.936000', '144252.939000', '144252.942000', '144252.945000', '144252.947000', '144252.950000', '144252.953000', '144252.956000', '144252.959000', '144252.964000', '144252.968000', '144252.971000', '144312.847000', '144312.850000', '144312.853000', '144312.856000', '144312.859000', '144312.862000', '144312.865000', '144312.868000', '144312.871000', '144312.874000', '144312.876000', '144312.879000', '144312.882000', '144312.885000', '144312.888000', '144312.891000', '144312.896000', '144312.899000', '144312.902000', '144312.904000', '144312.907000', '144312.910000', '144312.913000', '144312.916000', '144312.919000', '144312.922000', '144312.924000', '144312.927000', '144312.930000', '144312.933000', '144312.936000', '144312.939000', '144312.941000', '144312.944000', '144312.947000', '144312.950000', '144312.953000', '144312.956000', '144312.958000', '144312.961000', '144312.964000', '144312.967000', '144312.970000', '144312.973000', '144332.847000', '144332.850000', '144332.853000', '144332.856000', '144332.858000', '144332.861000', '144332.864000', '144332.867000', '144332.870000', '144332.873000', '144332.876000', '144332.879000', '144332.881000', '144332.884000', '144332.887000', '144332.890000', '144332.893000', '144332.896000', '144332.898000', '144332.901000', '144332.904000', '144332.908000', '144332.911000', '144332.914000', '144332.917000', '144332.920000', '144332.923000', '144332.926000', '144332.928000', '144332.931000', '144332.934000', '144332.937000', '144332.940000', '144332.943000', '144332.945000', '144332.948000', '144332.951000', '144332.954000', '144332.969000', '144332.973000', '144332.976000', '144332.979000', '144332.981000', '144352.847000', '144352.850000', '144352.853000', '144352.855000', '144352.858000', '144352.861000', '144352.864000', '144352.867000', '144352.870000', '144352.873000', '144352.876000', '144352.879000', '144352.882000', '144352.885000', '144352.887000', '144352.890000', '144352.893000', '144352.896000', '144352.899000', '144352.902000', '144352.905000', '144352.907000', '144352.910000', '144352.913000', '144352.916000', '144352.919000', '144352.922000', '144352.925000', '144352.928000', '144352.931000', '144352.934000', '144352.937000', '144352.940000', '144352.942000', '144352.945000', '144352.948000', '144352.951000', '144352.954000', '144352.957000', '144352.960000', '144352.963000', '144352.966000', '144352.968000', '144352.971000', '144412.847000', '144412.850000', '144412.853000', '144412.856000', '144412.859000', '144412.861000', '144412.865000', '144412.867000', '144412.870000', '144412.873000', '144412.876000', '144412.879000', '144412.882000', '144412.885000', '144412.888000', '144412.890000', '144412.893000', '144412.896000', '144412.899000', '144412.902000', '144412.905000', '144412.908000', '144412.910000', '144412.913000', '144412.916000', '144412.919000', '144412.922000', '144412.925000', '144412.927000', '144412.930000', '144412.933000', '144412.936000', '144412.939000', '144412.941000', '144412.944000', '144412.947000', '144412.950000', '144412.953000', '144412.956000', '144412.958000', '144412.961000', '144412.964000', '144412.967000', '144432.847000', '144432.850000', '144432.853000', '144432.859000', '144432.862000', '144432.865000', '144432.868000', '144432.871000', '144432.874000', '144432.876000', '144432.879000', '144432.882000', '144432.885000', '144432.888000', '144432.891000', '144432.894000', '144432.896000', '144432.899000', '144432.902000', '144432.905000', '144432.908000', '144432.911000', '144432.913000', '144432.916000', '144432.919000', '144432.922000', '144432.925000', '144432.928000', '144432.930000', '144432.933000', '144432.936000', '144432.939000', '144432.942000', '144432.945000', '144432.947000', '144432.950000', '144432.953000', '144432.956000', '144432.959000', '144432.962000', '144432.964000', '144432.967000', '144432.970000', '144432.973000', '144452.847000', '144452.850000', '144452.853000', '144452.856000', '144452.858000', '144452.861000', '144452.864000', '144452.867000', '144452.870000', '144452.873000', '144452.876000', '144452.879000', '144452.882000', '144452.885000', '144452.887000', '144452.890000', '144452.893000', '144452.896000', '144452.899000', '144452.902000', '144452.904000', '144452.907000', '144452.910000', '144452.913000', '144452.916000', '144452.919000', '144452.922000', '144452.924000', '144452.927000', '144452.930000', '144452.933000', '144452.936000', '144452.948000', '144452.951000', '144452.954000', '144452.957000', '144452.959000', '144452.962000', '144452.965000', '144452.968000', '144452.971000', '144452.974000', '144452.976000', '144512.847000', '144512.850000', '144512.853000', '144512.856000', '144512.858000', '144512.861000', '144512.864000', '144512.867000', '144512.870000', '144512.873000', '144512.876000', '144512.878000', '144512.881000', '144512.884000', '144512.887000', '144512.890000', '144512.893000', '144512.896000', '144512.899000', '144512.901000', '144512.904000', '144512.907000', '144512.910000', '144512.913000', '144512.916000', '144512.918000', '144512.921000', '144512.924000', '144512.927000', '144512.930000', '144512.933000', '144512.936000', '144512.938000', '144512.941000', '144512.944000', '144512.947000', '144512.950000', '144512.952000', '144512.955000', '144512.958000', '144512.961000', '144512.964000', '144512.967000', '144512.969000', '144532.847000', '144532.850000', '144532.853000', '144532.855000', '144532.858000', '144532.861000', '144532.864000', '144532.867000', '144532.870000', '144532.873000', '144532.876000', '144532.878000', '144532.881000', '144532.884000', '144532.887000', '144532.890000', '144532.893000', '144532.896000', '144532.899000', '144532.901000', '144532.904000', '144532.907000', '144532.910000', '144532.913000', '144532.916000', '144532.918000', '144532.921000', '144532.924000', '144532.927000', '144532.930000', '144532.933000', '144532.936000', '144532.939000', '144532.941000', '144532.944000', '144532.947000', '144532.950000', '144532.953000', '144532.956000', '144532.958000', '144532.961000', '144532.964000', '144532.967000', '144552.847000', '144552.850000', '144552.853000', '144552.856000', '144552.858000', '144552.861000', '144552.864000', '144552.867000', '144552.870000', '144552.873000', '144552.876000', '144552.879000', '144552.881000', '144552.884000', '144552.887000', '144552.890000', '144552.893000', '144552.896000', '144552.899000', '144552.902000', '144552.904000', '144552.907000', '144552.910000', '144552.913000', '144552.916000', '144552.919000', '144552.922000', '144552.925000', '144552.927000', '144552.930000', '144552.933000', '144552.936000', '144552.939000', '144552.942000', '144552.945000', '144552.948000', '144552.950000', '144552.953000', '144552.956000', '144552.959000', '144552.962000', '144552.965000', '144552.968000', '144552.971000', '144612.847000', '144612.850000', '144612.853000', '144612.864000', '144612.867000', '144612.870000', '144612.873000', '144612.876000', '144612.879000', '144612.881000', '144612.884000', '144612.887000', '144612.890000', '144612.893000', '144612.896000', '144612.899000', '144612.901000', '144612.904000', '144612.907000', '144612.910000', '144612.913000', '144612.916000', '144612.919000', '144612.922000', '144612.924000', '144612.927000', '144612.930000', '144612.933000', '144612.936000', '144612.939000', '144612.941000', '144612.944000', '144612.947000', '144612.950000', '144612.953000', '144612.956000', '144612.972000', '144612.975000', '144612.978000', '144612.985000', '144612.988000', '144612.991000', '144612.993000', '144632.847000', '144632.850000', '144632.853000', '144632.855000', '144632.859000', '144632.861000', '144632.864000', '144632.867000', '144632.870000', '144632.873000', '144632.876000', '144632.879000', '144632.882000', '144632.884000', '144632.887000', '144632.890000', '144632.893000', '144632.896000', '144632.899000', '144632.901000', '144632.905000', '144632.907000', '144632.910000', '144632.913000', '144632.916000', '144632.919000', '144632.922000', '144632.925000', '144632.928000', '144632.930000', '144632.933000', '144632.936000', '144632.939000', '144632.942000', '144632.945000', '144632.948000', '144632.951000', '144632.953000', '144632.956000', '144632.959000', '144632.962000', '144632.965000', '144632.968000', '144632.971000', '144652.847000', '144652.850000', '144652.864000', '144652.866000', '144652.869000', '144652.872000', '144652.875000', '144652.878000', '144652.881000', '144652.884000', '144652.887000', '144652.889000', '144652.892000', '144652.895000', '144652.898000', '144652.901000', '144652.904000', '144652.906000', '144652.910000', '144652.912000', '144652.915000', '144652.918000', '144652.921000', '144652.924000', '144652.927000', '144652.930000', '144652.933000', '144652.935000', '144652.938000', '144652.941000', '144652.944000', '144652.947000', '144652.950000', '144652.952000', '144652.955000', '144652.958000', '144652.961000', '144652.964000', '144652.967000', '144652.970000', '144652.972000', '144652.975000', '144652.978000', '144710.156000', '144710.159000', '144710.162000', '144710.172000', '144710.175000', '144710.178000', '144710.181000', '144710.184000', '144710.187000', '144710.189000', '144710.192000', '144710.195000', '144710.198000', '144710.201000', '144710.204000', '144710.207000', '144710.209000', '144710.212000', '144710.215000', '144710.218000', '144710.221000', '144710.224000', '144710.226000', '144710.229000', '144710.232000', '144710.235000', '144710.238000', '144710.241000', '144710.244000', '144710.246000', '144710.249000', '144710.252000', '144710.255000', '144710.258000', '144710.260000', '144710.263000', '144710.266000', '144710.269000'], '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': [9561, 13546, 9083, 11825, 9076, 11472, 8975, 11596, 9305, 11315, 9161, 10554, 9489, 10935, 9536, 12585, 9368, 10541, 9054, 10391, 9046, 9960, 9070, 10226, 8884, 10453, 9058, 10607, 9463, 10283, 9331, 10425, 9274, 9672, 9192, 9668, 9199, 9565, 8901, 9431, 9026, 9537, 8721, 9433, 8679, 9425, 9088, 9181, 9092, 9380, 9085, 9220, 9419, 9658, 9089, 9527, 9309, 9694, 8704, 9491, 9011, 9501, 9037, 9511, 9194, 9600, 8814, 9469, 8970, 9630, 8639, 9353, 9093, 9695, 9112, 10153, 9121, 10037, 8884, 9570, 8650, 9661, 9289, 9410, 9073, 9524, 9001, 9360, 8668, 9571, 9513, 9488, 10575, 9615, 12865, 9364, 12803, 9419, 12310, 9537, 11417, 9315, 11169, 9620, 10874, 9262, 10231, 9074, 10308, 9190, 10091, 9342, 10136, 9262, 10201, 9346, 9830, 9577, 9986, 9520, 9839, 9408, 9962, 9418, 9984, 9002, 9572, 8805, 9503, 8668, 9455, 8515, 9489, 8603, 9729, 8934, 9479, 8843, 9407, 8839, 9408, 8874, 9641, 8671, 9466, 9175, 9550, 10998, 9633, 13027, 9399, 11456, 9495, 10243, 9503, 9685, 9725, 9417, 9541, 9567, 9368, 9086, 9404, 8836, 9572, 8828, 9685, 9159, 9737, 10374, 9711, 11246, 9588, 10790, 9481, 10112, 9440, 10114, 9495, 12402, 9407, 11992, 9411, 11028, 9133, 10963, 9234, 12267, 9250, 11614, 9167, 10992, 9324, 10822, 9273, 10354, 9217, 10268, 8859, 9905, 8709, 9704, 9046, 9610, 8639, 9589, 9309, 9535, 11786, 9637, 12792, 9438, 12745, 9531, 11289, 9363, 11319, 9552, 10827, 9287, 10674, 8887, 10622, 9133, 10816, 9307, 10824, 9516, 11007, 9231, 10421, 8930, 10112, 9293, 10538, 9987, 12542, 9761, 12927, 9669, 11130, 9333, 10349, 9471, 9571, 9639, 9419, 10797, 9504, 13105, 9512, 12141, 9488, 12443, 9529, 11782, 9732, 11915, 9427, 11501, 9464, 11058, 9138, 10476, 8795, 10291, 8982, 10153, 9181, 10062, 9175, 10016, 9023, 9794, 8928, 9633, 8830, 9489, 9313, 9640, 9384, 9725, 9770, 9765, 9950, 9464, 9539, 9439, 8948, 9745, 9307, 9730, 9062, 9791, 9048, 9769, 8897, 9442, 8994, 9500, 8818, 9802, 9017, 9863, 9221, 10090, 9369, 9511, 8837, 9518, 9115, 9587, 9089, 9545, 8958, 9627, 9013, 9846, 8826, 9762, 9173, 9537, 12166, 9358, 11880, 9298, 10157, 9476, 12242, 9701, 11255, 9722, 10771, 9203, 10712, 9269, 10720, 9509, 10967, 9521, 10956, 9209, 10697, 9024, 10464, 9078, 10312, 9166, 10164, 9445, 9827, 9086, 9934, 9191, 9640, 9532, 9763, 11364, 9643, 12003, 9666, 11242, 9727, 10959, 9328, 10308, 8967, 10253, 8998, 10266, 9113, 9757, 9063, 9646, 9215, 9347, 10768, 9408, 10656, 9480, 9952, 9479, 10546, 9454, 12146, 9775, 12101, 9694, 11102, 9362, 10921, 9393, 11024, 9406, 10982, 9592, 10967, 9797, 10833, 9135, 10368, 9369, 10520, 9509, 10887, 9612, 10915, 9427, 10732, 9089, 10006, 8890, 10238, 9290, 9919, 9080, 10103, 9466, 9836, 8721, 9552, 9990, 9362, 10046, 9487, 13028, 9718, 11024, 9397, 10731, 9403, 10027, 9261, 10021, 9091, 9758, 9007, 9671, 9157, 9707, 9066, 9645, 10484, 9399, 9967, 9625, 9640, 9491, 12325, 9716, 10973, 9750, 10521, 9346, 10489, 9480, 10334, 9539, 10495, 9500, 10351, 9368, 10218, 9185, 9606, 9171, 9608, 8871, 9742, 9302, 9607, 8975, 9926, 9314, 9583, 8537, 9679, 8609, 9753, 8752, 9603, 8774, 9785, 9060, 9817, 10453, 9370, 10552, 9324, 9392, 9392, 9771, 9570, 12741, 9716, 11580, 9893, 10881, 9371, 10759, 9483, 11022, 9655, 10569, 9700, 10779, 9641, 10360, 9403, 10551, 9437, 10424, 9179, 10523, 9520, 10653, 9326, 10081, 9079, 9823, 9234, 10177, 9331, 10605, 9344, 10359, 9551, 10414, 9414, 9745, 8794, 9827, 9466, 10015, 9180, 9919, 9284, 9792, 9165, 9825, 8820, 9371, 8713, 9562, 8671, 9792, 8825, 9725, 9059, 9841, 9131, 9474, 9898, 9655, 8953, 9808, 9515, 9690, 9150, 9934, 8896, 13854, 9690, 12521, 9514, 8813, 9570, 9251, 10896, 9828, 11551, 9962, 12125, 9974, 11820, 9903, 11341, 10047, 11380, 9971, 11480, 9929, 11967, 9856, 12216, 9806, 11618, 9892, 9777, 9929, 10138, 9912, 12650, 10042, 12169, 9961, 11820, 9722, 12567, 9921, 12668, 9944, 11855, 9988, 11506, 9874, 10865, 9531, 11441, 9921, 11249, 10067, 10750, 9959, 11000, 9606, 10610, 9145, 10571, 9434, 10128, 9854, 10012, 9251, 10141, 9296, 10265, 9843, 10045, 11361, 10042, 11752, 10082, 12204, 10063, 11514, 10158, 11290, 9734, 10447, 9388, 10322, 9517, 10277, 9929, 10327, 9966, 10281, 9736, 10051, 9200, 10150, 9044, 10118, 9830, 10309, 11814, 10263, 12131, 10196, 11419, 10325, 11710, 10271, 11115, 10216, 10994, 10479, 10660, 9836, 10218, 9376, 10307, 10075, 10242, 9646, 10233, 9413, 10337, 12886, 10108, 12227, 10205, 12010, 10209, 11353, 10391, 11357, 10226, 10909, 10182, 10956, 9888, 11143, 10033, 10934, 10127, 11088, 10414, 10246, 9551, 10451, 9310, 10236, 9246, 10317, 9682, 10123, 9036, 10134, 11424, 10339, 13073, 10174, 12200, 10329, 12572, 10427, 12302, 10494, 11616, 10242, 11308, 10283, 11506, 10353, 11364, 10300, 11022, 10427, 10990, 10675, 10623, 10556, 10560, 10149, 11236, 10291, 11566, 10410, 11478, 10238, 11473, 10186, 10975, 10299, 10318, 9885, 10228, 9440, 10480, 9083, 11486, 9644, 11784, 9888, 11415, 9557, 10294, 9555, 10327, 10285, 9970, 13499, 10233, 12530, 10177, 12037, 10208, 11974, 10134, 12517, 10183, 13345, 10102, 12454, 10040, 12404, 10304, 12433, 10152, 11838, 10169, 10941, 10108, 11350, 10265, 11767, 10201, 11687, 10345, 11766, 10285, 11415, 10220, 11573, 10254, 10883, 10148, 9271, 10309, 10078, 9854, 9827, 10930, 9784, 11353, 10023, 11811, 10347, 11993, 10171, 11989, 10187, 11895, 10277, 12336, 10128, 10404, 9918, 9335, 9683, 9803, 9978, 9833, 10677, 9822, 10304, 9948, 10510, 9624, 11191, 9894, 11459, 9951, 12043, 10003, 12187, 10056, 11842, 10364, 12159, 9978, 12395, 9959, 10152, 9861, 10219, 9793, 10281, 9863, 10203, 9854, 9364, 9764, 9849, 9968, 9756, 9989, 9486, 10540, 9637, 10361, 9993, 11234, 10171, 11886, 9732, 11825, 9476, 11030, 9902, 11680, 9656, 11917, 9783, 12298, 9566, 11781, 9814, 11969, 9852, 10506, 9745, 10493, 9590, 11401, 9820, 11672, 9784, 11850, 9782, 11936, 9741, 11478, 9650, 10999, 9638, 10738, 9555, 10869, 9787, 10687, 9621, 10445, 9659, 9895, 9681, 12902, 9484, 12099, 9697, 8565, 9596, 9242, 11417, 9269, 11054, 9710, 10644, 9519, 10736, 9540, 10841, 9505, 9716, 9468, 10145, 9613, 11217, 9828, 11805, 9596, 11694, 9594, 11208, 9561, 11223, 9383, 11158, 9486, 11033, 9570, 11269, 9072, 10358, 9200, 10297, 9367, 9486, 10793, 9769, 12160, 9888, 13152, 9898, 11798, 9705, 10784, 9782, 11560, 9847, 12502, 10076, 11852, 10175, 11483, 10106, 10959, 9783, 11013, 9580, 11059, 9605, 11588, 9620, 11581, 9720, 11040, 10029, 10135, 9249, 10062, 9532, 9992, 9230, 10041, 9495, 9715, 11279, 9846, 13502, 10284, 13451, 10214, 11979, 10312, 11298, 10422, 12649, 10135, 13141, 9927, 12078, 10137, 11725, 9889, 11252, 9670, 12212, 9512, 12640, 10081, 12170, 9818, 10188, 9796, 9959, 9595, 9864, 10999, 9940, 14033, 9694, 13219, 9660, 13111, 9555, 13018, 9496, 12978, 9521, 11859, 9517, 9967, 9775, 9443, 10932, 9927, 13935, 10096, 13422, 10007, 13270, 10047, 12288, 9950, 11866, 9873, 11606, 9958, 11309, 9926, 11725, 9950, 11379, 10011, 11155, 9848, 10030, 9977, 10018, 9792, 10045, 9623, 10091, 9459, 10092, 9212, 9809, 10189, 9994, 10703, 10070, 11986, 10039, 12813, 10001, 12374, 10116, 11921, 10094, 11881, 9889, 12476, 10254, 13119, 10092, 12681, 10094, 12123, 10218, 11998, 9855, 12129, 9958, 13118, 9879, 12947, 10056, 11983, 9900, 11780, 10044, 11767, 10109, 11762, 10176, 11402, 9777, 11517, 10030, 11697, 9782, 11647, 10001, 12450, 9798, 12240, 10085, 10869, 10191, 11213, 10032, 12126, 9883, 12616, 9831, 12317, 9847, 12141, 9647, 11889, 9843, 11413, 9774, 11185, 9532, 11899, 9777, 11928, 9955, 11491, 9829, 12501, 9910, 13374, 9917, 12375, 10006, 11989, 10046, 11937, 9601, 10819, 9515, 10597, 9497, 10369, 9907, 9975, 9622, 10172, 9978, 10684, 9812, 10830, 9920, 11373, 9966, 11699, 9785, 11668, 9972, 11427, 9683, 10798, 9685, 10039, 9538, 10356, 9582, 10821, 9415, 10935, 9403, 10200, 9389, 9693, 9343, 9825, 9405, 9717, 9514, 9877, 9471, 10538, 9585, 10520, 9671, 9972, 9696, 9851, 9733, 10708, 9920, 10745, 9936, 11284], 'WindowCenter': [4223.0, 4247.0, 4193.0, 4210.0, 4179.0, 4221.0, 4192.0, 4220.0, 4177.0, 4195.0, 4175.0, 4185.0, 4187.0, 4196.0, 4199.0, 4217.0, 4190.0, 4209.0, 4190.0, 4212.0, 4204.0, 4211.0, 4192.0, 4199.0, 4191.0, 4210.0, 4190.0, 4210.0, 4201.0, 4201.0, 4190.0, 4212.0, 4190.0, 4214.0, 4216.0, 4202.0, 4191.0, 4200.0, 4177.0, 4191.0, 4189.0, 4202.0, 4179.0, 4202.0, 4180.0, 4205.0, 4216.0, 4214.0, 4203.0, 4202.0, 4190.0, 4203.0, 4201.0, 4213.0, 4202.0, 4213.0, 4202.0, 4215.0, 4205.0, 4227.0, 4205.0, 4214.0, 4190.0, 4202.0, 4191.0, 4203.0, 4192.0, 4203.0, 4191.0, 4214.0, 4206.0, 4216.0, 4204.0, 4203.0, 4190.0, 4213.0, 4190.0, 4213.0, 4189.0, 4201.0, 4180.0, 4214.0, 4214.0, 4204.0, 4190.0, 4202.0, 4190.0, 4203.0, 4180.0, 4201.0, 4198.0, 4201.0, 4210.0, 4203.0, 4231.0, 4202.0, 4230.0, 4189.0, 4219.0, 4198.0, 4210.0, 4189.0, 4208.0, 4189.0, 4212.0, 4204.0, 4211.0, 4189.0, 4197.0, 4188.0, 4198.0, 4189.0, 4210.0, 4191.0, 4211.0, 4216.0, 4214.0, 4215.0, 4212.0, 4201.0, 4201.0, 4190.0, 4202.0, 4202.0, 4212.0, 4190.0, 4202.0, 4205.0, 4214.0, 4192.0, 4202.0, 4190.0, 4202.0, 4190.0, 4204.0, 4191.0, 4202.0, 4204.0, 4216.0, 4203.0, 4203.0, 4191.0, 4203.0, 4179.0, 4201.0, 4190.0, 4200.0, 4222.0, 4202.0, 4242.0, 4200.0, 4219.0, 4201.0, 4198.0, 4200.0, 4201.0, 4203.0, 4190.0, 4203.0, 4215.0, 4214.0, 4203.0, 4203.0, 4191.0, 4203.0, 4190.0, 4202.0, 4189.0, 4191.0, 4199.0, 4201.0, 4210.0, 4200.0, 4197.0, 4188.0, 4188.0, 4189.0, 4186.0, 4188.0, 4217.0, 4190.0, 4208.0, 4190.0, 4222.0, 4202.0, 4210.0, 4191.0, 4218.0, 4190.0, 4209.0, 4190.0, 4210.0, 4191.0, 4212.0, 4190.0, 4212.0, 4204.0, 4213.0, 4191.0, 4199.0, 4179.0, 4200.0, 4188.0, 4201.0, 4179.0, 4203.0, 4189.0, 4201.0, 4234.0, 4202.0, 4230.0, 4191.0, 4218.0, 4201.0, 4209.0, 4190.0, 4209.0, 4201.0, 4221.0, 4202.0, 4213.0, 4192.0, 4209.0, 4190.0, 4209.0, 4201.0, 4210.0, 4201.0, 4212.0, 4203.0, 4223.0, 4206.0, 4224.0, 4217.0, 4222.0, 4213.0, 4231.0, 4212.0, 4231.0, 4201.0, 4210.0, 4189.0, 4198.0, 4187.0, 4189.0, 4188.0, 4191.0, 4209.0, 4199.0, 4217.0, 4188.0, 4206.0, 4176.0, 4206.0, 4175.0, 4193.0, 4174.0, 4193.0, 4163.0, 4181.0, 4159.0, 4168.0, 4147.0, 4170.0, 4162.0, 4183.0, 4163.0, 4171.0, 4158.0, 4159.0, 4160.0, 4170.0, 4150.0, 4173.0, 4161.0, 4174.0, 4163.0, 4186.0, 4176.0, 4189.0, 4176.0, 4188.0, 4187.0, 4198.0, 4212.0, 4201.0, 4200.0, 4187.0, 4178.0, 4199.0, 4189.0, 4200.0, 4189.0, 4212.0, 4189.0, 4212.0, 4205.0, 4213.0, 4191.0, 4201.0, 4190.0, 4212.0, 4191.0, 4211.0, 4202.0, 4212.0, 4203.0, 4215.0, 4205.0, 4214.0, 4203.0, 4202.0, 4191.0, 4200.0, 4190.0, 4203.0, 4190.0, 4215.0, 4202.0, 4215.0, 4204.0, 4216.0, 4246.0, 4215.0, 4232.0, 4202.0, 4213.0, 4213.0, 4233.0, 4215.0, 4223.0, 4215.0, 4236.0, 4216.0, 4212.0, 4202.0, 4221.0, 4201.0, 4222.0, 4202.0, 4221.0, 4201.0, 4213.0, 4203.0, 4211.0, 4191.0, 4212.0, 4189.0, 4210.0, 4199.0, 4200.0, 4189.0, 4213.0, 4202.0, 4201.0, 4189.0, 4200.0, 4209.0, 4190.0, 4219.0, 4191.0, 4208.0, 4191.0, 4210.0, 4203.0, 4212.0, 4191.0, 4200.0, 4189.0, 4211.0, 4190.0, 4202.0, 4191.0, 4204.0, 4203.0, 4215.0, 4224.0, 4204.0, 4212.0, 4203.0, 4210.0, 4213.0, 4221.0, 4213.0, 4232.0, 4213.0, 4233.0, 4214.0, 4237.0, 4216.0, 4222.0, 4202.0, 4210.0, 4201.0, 4210.0, 4202.0, 4211.0, 4201.0, 4223.0, 4203.0, 4213.0, 4202.0, 4211.0, 4201.0, 4210.0, 4201.0, 4212.0, 4189.0, 4213.0, 4194.0, 4201.0, 4190.0, 4210.0, 4191.0, 4200.0, 4189.0, 4200.0, 4188.0, 4200.0, 4181.0, 4201.0, 4199.0, 4189.0, 4187.0, 4189.0, 4218.0, 4190.0, 4209.0, 4190.0, 4209.0, 4190.0, 4203.0, 4202.0, 4200.0, 4190.0, 4200.0, 4179.0, 4202.0, 4190.0, 4202.0, 4192.0, 4204.0, 4213.0, 4203.0, 4200.0, 4202.0, 4201.0, 4202.0, 4230.0, 4204.0, 4223.0, 4203.0, 4224.0, 4214.0, 4212.0, 4213.0, 4211.0, 4202.0, 4211.0, 4202.0, 4213.0, 4203.0, 4212.0, 4202.0, 4216.0, 4215.0, 4214.0, 4203.0, 4203.0, 4201.0, 4203.0, 4204.0, 4214.0, 4202.0, 4214.0, 4206.0, 4215.0, 4193.0, 4213.0, 4192.0, 4202.0, 4190.0, 4211.0, 4190.0, 4212.0, 4223.0, 4215.0, 4223.0, 4203.0, 4202.0, 4204.0, 4211.0, 4213.0, 4232.0, 4204.0, 4223.0, 4213.0, 4225.0, 4204.0, 4222.0, 4202.0, 4210.0, 4201.0, 4210.0, 4202.0, 4212.0, 4202.0, 4212.0, 4214.0, 4224.0, 4203.0, 4212.0, 4202.0, 4212.0, 4201.0, 4222.0, 4191.0, 4214.0, 4206.0, 4214.0, 4203.0, 4211.0, 4202.0, 4212.0, 4202.0, 4212.0, 4202.0, 4224.0, 4201.0, 4215.0, 4205.0, 4213.0, 4201.0, 4213.0, 4200.0, 4211.0, 4189.0, 4211.0, 4200.0, 4213.0, 4203.0, 4214.0, 4192.0, 4212.0, 4191.0, 4213.0, 4192.0, 4213.0, 4190.0, 4212.0, 4204.0, 4215.0, 4214.0, 4213.0, 4201.0, 4213.0, 4202.0, 4214.0, 4202.0, 4214.0, 4219.0, 4246.0, 4216.0, 4247.0, 4214.0, 4192.0, 4201.0, 4200.0, 4211.0, 4212.0, 4221.0, 4202.0, 4221.0, 4202.0, 4236.0, 4216.0, 4221.0, 4201.0, 4209.0, 4199.0, 4219.0, 4198.0, 4219.0, 4201.0, 4234.0, 4214.0, 4221.0, 4213.0, 4200.0, 4202.0, 4200.0, 4200.0, 4219.0, 4201.0, 4233.0, 4214.0, 4221.0, 4203.0, 4232.0, 4212.0, 4231.0, 4213.0, 4222.0, 4213.0, 4222.0, 4226.0, 4235.0, 4216.0, 4222.0, 4215.0, 4222.0, 4213.0, 4223.0, 4212.0, 4213.0, 4203.0, 4224.0, 4204.0, 4213.0, 4201.0, 4212.0, 4200.0, 4202.0, 4191.0, 4212.0, 4190.0, 4213.0, 4214.0, 4215.0, 4233.0, 4214.0, 4220.0, 4213.0, 4220.0, 4201.0, 4221.0, 4211.0, 4222.0, 4216.0, 4213.0, 4202.0, 4200.0, 4200.0, 4209.0, 4200.0, 4212.0, 4200.0, 4213.0, 4203.0, 4215.0, 4203.0, 4213.0, 4191.0, 4213.0, 4200.0, 4212.0, 4219.0, 4202.0, 4232.0, 4225.0, 4222.0, 4213.0, 4220.0, 4211.0, 4220.0, 4212.0, 4222.0, 4213.0, 4212.0, 4216.0, 4214.0, 4202.0, 4213.0, 4201.0, 4212.0, 4201.0, 4213.0, 4190.0, 4212.0, 4245.0, 4214.0, 4232.0, 4212.0, 4220.0, 4211.0, 4211.0, 4212.0, 4221.0, 4212.0, 4225.0, 4225.0, 4223.0, 4213.0, 4221.0, 4211.0, 4222.0, 4212.0, 4223.0, 4211.0, 4214.0, 4213.0, 4223.0, 4201.0, 4212.0, 4200.0, 4213.0, 4201.0, 4212.0, 4190.0, 4213.0, 4235.0, 4225.0, 4243.0, 4213.0, 4231.0, 4213.0, 4233.0, 4223.0, 4232.0, 4213.0, 4224.0, 4227.0, 4224.0, 4214.0, 4222.0, 4214.0, 4223.0, 4213.0, 4212.0, 4225.0, 4224.0, 4225.0, 4224.0, 4239.0, 4237.0, 4228.0, 4234.0, 4225.0, 4223.0, 4211.0, 4222.0, 4201.0, 4223.0, 4201.0, 4213.0, 4211.0, 4225.0, 4228.0, 4226.0, 4216.0, 4223.0, 4203.0, 4233.0, 4215.0, 4235.0, 4203.0, 4223.0, 4190.0, 4212.0, 4191.0, 4214.0, 4212.0, 4212.0, 4243.0, 4213.0, 4232.0, 4212.0, 4222.0, 4214.0, 4235.0, 4201.0, 4218.0, 4199.0, 4217.0, 4187.0, 4205.0, 4185.0, 4205.0, 4185.0, 4206.0, 4186.0, 4208.0, 4212.0, 4209.0, 4200.0, 4208.0, 4199.0, 4218.0, 4201.0, 4219.0, 4211.0, 4222.0, 4212.0, 4223.0, 4229.0, 4235.0, 4225.0, 4223.0, 4225.0, 4204.0, 4226.0, 4214.0, 4216.0, 4228.0, 4239.0, 4230.0, 4238.0, 4216.0, 4235.0, 4226.0, 4234.0, 4225.0, 4235.0, 4225.0, 4247.0, 4238.0, 4248.0, 4226.0, 4226.0, 4227.0, 4204.0, 4216.0, 4215.0, 4226.0, 4215.0, 4228.0, 4215.0, 4239.0, 4240.0, 4239.0, 4215.0, 4223.0, 4213.0, 4222.0, 4215.0, 4234.0, 4216.0, 4236.0, 4215.0, 4237.0, 4239.0, 4258.0, 4227.0, 4246.0, 4228.0, 4212.0, 4216.0, 4214.0, 4213.0, 4213.0, 4227.0, 4214.0, 4213.0, 4203.0, 4215.0, 4212.0, 4214.0, 4202.0, 4214.0, 4204.0, 4214.0, 4203.0, 4214.0, 4215.0, 4234.0, 4214.0, 4235.0, 4216.0, 4224.0, 4205.0, 4226.0, 4213.0, 4221.0, 4190.0, 4209.0, 4188.0, 4208.0, 4187.0, 4209.0, 4190.0, 4222.0, 4190.0, 4212.0, 4215.0, 4224.0, 4203.0, 4221.0, 4201.0, 4220.0, 4201.0, 4220.0, 4202.0, 4223.0, 4204.0, 4236.0, 4215.0, 4222.0, 4202.0, 4223.0, 4204.0, 4222.0, 4202.0, 4215.0, 4201.0, 4214.0, 4205.0, 4216.0, 4217.0, 4245.0, 4227.0, 4245.0, 4203.0, 4192.0, 4203.0, 4204.0, 4236.0, 4203.0, 4224.0, 4202.0, 4214.0, 4202.0, 4224.0, 4204.0, 4214.0, 4204.0, 4203.0, 4215.0, 4214.0, 4202.0, 4224.0, 4216.0, 4235.0, 4204.0, 4224.0, 4204.0, 4227.0, 4219.0, 4236.0, 4204.0, 4224.0, 4204.0, 4224.0, 4203.0, 4225.0, 4193.0, 4215.0, 4203.0, 4214.0, 4192.0, 4204.0, 4212.0, 4203.0, 4221.0, 4215.0, 4257.0, 4228.0, 4235.0, 4213.0, 4223.0, 4212.0, 4222.0, 4214.0, 4233.0, 4214.0, 4234.0, 4213.0, 4234.0, 4227.0, 4239.0, 4229.0, 4225.0, 4214.0, 4223.0, 4203.0, 4234.0, 4204.0, 4235.0, 4204.0, 4235.0, 4227.0, 4239.0, 4217.0, 4215.0, 4203.0, 4214.0, 4191.0, 4201.0, 4201.0, 4202.0, 4222.0, 4214.0, 4243.0, 4226.0, 4257.0, 4225.0, 4231.0, 4214.0, 4222.0, 4226.0, 4232.0, 4214.0, 4233.0, 4214.0, 4247.0, 4228.0, 4247.0, 4214.0, 4220.0, 4201.0, 4230.0, 4213.0, 4231.0, 4201.0, 4220.0, 4189.0, 4199.0, 4200.0, 4202.0, 4190.0, 4202.0, 4210.0, 4201.0, 4229.0, 4189.0, 4217.0, 4177.0, 4206.0, 4177.0, 4206.0, 4164.0, 4191.0, 4161.0, 4180.0, 4147.0, 4159.0, 4157.0, 4160.0, 4182.0, 4186.0, 4214.0, 4173.0, 4200.0, 4171.0, 4200.0, 4172.0, 4192.0, 4185.0, 4205.0, 4188.0, 4206.0, 4198.0, 4208.0, 4200.0, 4219.0, 4201.0, 4210.0, 4200.0, 4210.0, 4213.0, 4212.0, 4203.0, 4201.0, 4199.0, 4199.0, 4188.0, 4201.0, 4189.0, 4201.0, 4190.0, 4202.0, 4201.0, 4213.0, 4210.0, 4214.0, 4245.0, 4226.0, 4246.0, 4214.0, 4232.0, 4213.0, 4221.0, 4214.0, 4221.0, 4214.0, 4234.0, 4224.0, 4232.0, 4214.0, 4233.0, 4213.0, 4246.0, 4227.0, 4235.0, 4214.0, 4232.0, 4202.0, 4231.0, 4213.0, 4232.0, 4213.0, 4232.0, 4215.0, 4235.0, 4214.0, 4234.0, 4214.0, 4235.0, 4227.0, 4237.0, 4218.0, 4223.0, 4202.0, 4221.0, 4200.0, 4233.0, 4216.0, 4246.0, 4203.0, 4234.0, 4228.0, 4237.0, 4227.0, 4236.0, 4216.0, 4232.0, 4215.0, 4244.0, 4228.0, 4236.0, 4215.0, 4235.0, 4216.0, 4234.0, 4216.0, 4234.0, 4215.0, 4224.0, 4204.0, 4223.0, 4214.0, 4248.0, 4226.0, 4224.0, 4200.0, 4218.0, 4189.0, 4219.0, 4191.0, 4219.0, 4190.0, 4209.0, 4189.0, 4221.0, 4191.0, 4224.0, 4204.0, 4212.0, 4188.0, 4200.0, 4199.0, 4200.0, 4199.0, 4212.0, 4201.0, 4213.0, 4216.0, 4224.0, 4215.0, 4222.0, 4213.0, 4221.0, 4202.0, 4223.0, 4201.0, 4223.0, 4202.0, 4225.0, 4216.0, 4202.0, 4201.0, 4201.0, 4201.0, 4213.0, 4192.0, 4224.0, 4190.0, 4214.0, 4192.0, 4204.0, 4217.0, 4227.0, 4206.0, 4202.0, 4203.0, 4214.0, 4204.0, 4225.0, 4203.0, 4225.0, 4204.0, 4228.0, 4227.0, 4216.0, 4215.0, 4224.0, 4213.0, 4223.0, 4202.0, 4222.0], 'WindowWidth': [9382.0, 9397.0, 9318.0, 9330.0, 9286.0, 9347.0, 9310.0, 9342.0, 9279.0, 9299.0, 9274.0, 9284.0, 9292.0, 9301.0, 9312.0, 9333.0, 9302.0, 9324.0, 9301.0, 9333.0, 9328.0, 9334.0, 9308.0, 9312.0, 9304.0, 9329.0, 9300.0, 9328.0, 9316.0, 9317.0, 9299.0, 9332.0, 9299.0, 9340.0, 9347.0, 9322.0, 9301.0, 9313.0, 9279.0, 9303.0, 9298.0, 9320.0, 9285.0, 9320.0, 9288.0, 9329.0, 9349.0, 9344.0, 9324.0, 9323.0, 9304.0, 9324.0, 9319.0, 9339.0, 9322.0, 9341.0, 9323.0, 9344.0, 9332.0, 9365.0, 9333.0, 9340.0, 9302.0, 9321.0, 9302.0, 9325.0, 9306.0, 9325.0, 9304.0, 9341.0, 9336.0, 9347.0, 9327.0, 9324.0, 9304.0, 9336.0, 9302.0, 9338.0, 9299.0, 9319.0, 9289.0, 9341.0, 9343.0, 9327.0, 9303.0, 9320.0, 9302.0, 9323.0, 9286.0, 9319.0, 9310.0, 9318.0, 9329.0, 9323.0, 9359.0, 9319.0, 9352.0, 9299.0, 9335.0, 9310.0, 9327.0, 9299.0, 9323.0, 9298.0, 9333.0, 9328.0, 9331.0, 9299.0, 9306.0, 9297.0, 9310.0, 9300.0, 9328.0, 9304.0, 9332.0, 9348.0, 9344.0, 9343.0, 9333.0, 9318.0, 9317.0, 9301.0, 9321.0, 9321.0, 9334.0, 9302.0, 9321.0, 9330.0, 9342.0, 9307.0, 9322.0, 9300.0, 9321.0, 9300.0, 9326.0, 9305.0, 9323.0, 9329.0, 9346.0, 9325.0, 9324.0, 9304.0, 9325.0, 9286.0, 9317.0, 9299.0, 9315.0, 9348.0, 9321.0, 9375.0, 9316.0, 9337.0, 9316.0, 9307.0, 9315.0, 9316.0, 9323.0, 9302.0, 9325.0, 9346.0, 9342.0, 9324.0, 9325.0, 9305.0, 9324.0, 9301.0, 9319.0, 9297.0, 9303.0, 9311.0, 9317.0, 9328.0, 9313.0, 9305.0, 9294.0, 9293.0, 9297.0, 9288.0, 9294.0, 9331.0, 9299.0, 9320.0, 9300.0, 9348.0, 9322.0, 9330.0, 9305.0, 9335.0, 9300.0, 9325.0, 9302.0, 9328.0, 9303.0, 9330.0, 9301.0, 9334.0, 9329.0, 9337.0, 9304.0, 9314.0, 9286.0, 9314.0, 9295.0, 9317.0, 9285.0, 9322.0, 9298.0, 9317.0, 9368.0, 9322.0, 9354.0, 9302.0, 9333.0, 9315.0, 9323.0, 9302.0, 9324.0, 9315.0, 9347.0, 9325.0, 9336.0, 9308.0, 9325.0, 9300.0, 9324.0, 9318.0, 9330.0, 9319.0, 9332.0, 9325.0, 9354.0, 9335.0, 9357.0, 9351.0, 9348.0, 9337.0, 9356.0, 9334.0, 9356.0, 9316.0, 9326.0, 9295.0, 9309.0, 9290.0, 9298.0, 9294.0, 9303.0, 9323.0, 9313.0, 9333.0, 9294.0, 9315.0, 9274.0, 9313.0, 9270.0, 9291.0, 9264.0, 9289.0, 9247.0, 9271.0, 9238.0, 9250.0, 9219.0, 9254.0, 9249.0, 9278.0, 9250.0, 9258.0, 9236.0, 9238.0, 9239.0, 9257.0, 9228.0, 9265.0, 9246.0, 9269.0, 9253.0, 9289.0, 9274.0, 9298.0, 9274.0, 9295.0, 9292.0, 9309.0, 9336.0, 9318.0, 9313.0, 9294.0, 9281.0, 9312.0, 9298.0, 9317.0, 9297.0, 9333.0, 9298.0, 9336.0, 9331.0, 9339.0, 9306.0, 9319.0, 9303.0, 9335.0, 9304.0, 9333.0, 9320.0, 9335.0, 9323.0, 9345.0, 9332.0, 9342.0, 9324.0, 9320.0, 9304.0, 9315.0, 9303.0, 9324.0, 9304.0, 9344.0, 9323.0, 9345.0, 9327.0, 9349.0, 9388.0, 9345.0, 9363.0, 9323.0, 9337.0, 9340.0, 9365.0, 9344.0, 9350.0, 9341.0, 9373.0, 9346.0, 9335.0, 9322.0, 9344.0, 9319.0, 9347.0, 9322.0, 9346.0, 9318.0, 9337.0, 9326.0, 9333.0, 9303.0, 9332.0, 9300.0, 9331.0, 9310.0, 9317.0, 9297.0, 9338.0, 9322.0, 9318.0, 9297.0, 9315.0, 9324.0, 9300.0, 9336.0, 9302.0, 9322.0, 9304.0, 9329.0, 9324.0, 9334.0, 9304.0, 9315.0, 9298.0, 9330.0, 9301.0, 9322.0, 9303.0, 9324.0, 9327.0, 9344.0, 9356.0, 9328.0, 9332.0, 9325.0, 9329.0, 9337.0, 9346.0, 9339.0, 9360.0, 9339.0, 9364.0, 9342.0, 9376.0, 9348.0, 9348.0, 9322.0, 9328.0, 9318.0, 9329.0, 9320.0, 9331.0, 9316.0, 9351.0, 9326.0, 9336.0, 9320.0, 9331.0, 9320.0, 9329.0, 9317.0, 9333.0, 9298.0, 9334.0, 9314.0, 9318.0, 9303.0, 9327.0, 9302.0, 9314.0, 9298.0, 9314.0, 9295.0, 9314.0, 9289.0, 9316.0, 9309.0, 9298.0, 9293.0, 9297.0, 9333.0, 9301.0, 9323.0, 9301.0, 9326.0, 9302.0, 9323.0, 9321.0, 9315.0, 9300.0, 9315.0, 9283.0, 9319.0, 9299.0, 9320.0, 9305.0, 9328.0, 9338.0, 9323.0, 9316.0, 9321.0, 9317.0, 9321.0, 9355.0, 9325.0, 9350.0, 9325.0, 9355.0, 9343.0, 9335.0, 9337.0, 9333.0, 9323.0, 9332.0, 9321.0, 9337.0, 9323.0, 9335.0, 9322.0, 9349.0, 9347.0, 9343.0, 9325.0, 9324.0, 9319.0, 9323.0, 9326.0, 9343.0, 9321.0, 9342.0, 9334.0, 9345.0, 9311.0, 9339.0, 9308.0, 9323.0, 9303.0, 9333.0, 9302.0, 9336.0, 9354.0, 9345.0, 9353.0, 9326.0, 9322.0, 9328.0, 9333.0, 9338.0, 9361.0, 9327.0, 9351.0, 9337.0, 9358.0, 9328.0, 9348.0, 9322.0, 9330.0, 9318.0, 9327.0, 9321.0, 9335.0, 9322.0, 9337.0, 9342.0, 9354.0, 9326.0, 9335.0, 9321.0, 9333.0, 9319.0, 9350.0, 9304.0, 9339.0, 9334.0, 9341.0, 9325.0, 9333.0, 9322.0, 9335.0, 9321.0, 9335.0, 9320.0, 9353.0, 9318.0, 9345.0, 9332.0, 9339.0, 9319.0, 9336.0, 9316.0, 9334.0, 9299.0, 9333.0, 9316.0, 9338.0, 9326.0, 9343.0, 9309.0, 9337.0, 9305.0, 9337.0, 9306.0, 9339.0, 9303.0, 9337.0, 9326.0, 9344.0, 9340.0, 9338.0, 9319.0, 9340.0, 9322.0, 9343.0, 9321.0, 9342.0, 9357.0, 9383.0, 9347.0, 9388.0, 9341.0, 9306.0, 9317.0, 9314.0, 9330.0, 9333.0, 9344.0, 9318.0, 9342.0, 9317.0, 9371.0, 9347.0, 9343.0, 9316.0, 9324.0, 9310.0, 9336.0, 9310.0, 9336.0, 9317.0, 9369.0, 9341.0, 9344.0, 9335.0, 9315.0, 9321.0, 9312.0, 9315.0, 9337.0, 9316.0, 9364.0, 9342.0, 9345.0, 9323.0, 9358.0, 9335.0, 9356.0, 9336.0, 9345.0, 9336.0, 9348.0, 9361.0, 9372.0, 9346.0, 9348.0, 9341.0, 9347.0, 9336.0, 9349.0, 9334.0, 9335.0, 9326.0, 9354.0, 9327.0, 9337.0, 9318.0, 9334.0, 9315.0, 9322.0, 9302.0, 9334.0, 9301.0, 9338.0, 9341.0, 9345.0, 9365.0, 9340.0, 9342.0, 9336.0, 9340.0, 9317.0, 9343.0, 9328.0, 9348.0, 9347.0, 9337.0, 9321.0, 9314.0, 9314.0, 9327.0, 9315.0, 9334.0, 9316.0, 9337.0, 9325.0, 9343.0, 9326.0, 9337.0, 9303.0, 9339.0, 9316.0, 9333.0, 9338.0, 9318.0, 9362.0, 9357.0, 9350.0, 9336.0, 9342.0, 9333.0, 9341.0, 9333.0, 9347.0, 9336.0, 9336.0, 9348.0, 9340.0, 9320.0, 9338.0, 9317.0, 9335.0, 9317.0, 9337.0, 9300.0, 9335.0, 9386.0, 9342.0, 9360.0, 9334.0, 9342.0, 9332.0, 9330.0, 9336.0, 9346.0, 9333.0, 9356.0, 9357.0, 9349.0, 9338.0, 9345.0, 9331.0, 9348.0, 9334.0, 9353.0, 9329.0, 9340.0, 9339.0, 9351.0, 9317.0, 9335.0, 9315.0, 9338.0, 9317.0, 9336.0, 9304.0, 9337.0, 9371.0, 9358.0, 9377.0, 9338.0, 9357.0, 9337.0, 9361.0, 9350.0, 9360.0, 9336.0, 9353.0, 9362.0, 9354.0, 9340.0, 9347.0, 9338.0, 9349.0, 9337.0, 9334.0, 9356.0, 9353.0, 9356.0, 9356.0, 9384.0, 9380.0, 9366.0, 9368.0, 9357.0, 9349.0, 9333.0, 9346.0, 9318.0, 9349.0, 9316.0, 9336.0, 9331.0, 9358.0, 9366.0, 9360.0, 9348.0, 9352.0, 9327.0, 9366.0, 9344.0, 9368.0, 9321.0, 9349.0, 9300.0, 9333.0, 9301.0, 9339.0, 9332.0, 9334.0, 9375.0, 9336.0, 9359.0, 9333.0, 9346.0, 9340.0, 9367.0, 9318.0, 9335.0, 9309.0, 9329.0, 9288.0, 9311.0, 9284.0, 9310.0, 9283.0, 9312.0, 9287.0, 9319.0, 9333.0, 9327.0, 9314.0, 9320.0, 9311.0, 9333.0, 9316.0, 9338.0, 9331.0, 9344.0, 9333.0, 9350.0, 9366.0, 9370.0, 9356.0, 9352.0, 9357.0, 9326.0, 9360.0, 9341.0, 9347.0, 9364.0, 9386.0, 9374.0, 9378.0, 9347.0, 9370.0, 9359.0, 9366.0, 9356.0, 9370.0, 9357.0, 9390.0, 9381.0, 9391.0, 9362.0, 9359.0, 9363.0, 9328.0, 9347.0, 9343.0, 9362.0, 9344.0, 9365.0, 9342.0, 9386.0, 9387.0, 9382.0, 9343.0, 9352.0, 9337.0, 9348.0, 9341.0, 9367.0, 9346.0, 9371.0, 9342.0, 9376.0, 9384.0, 9408.0, 9363.0, 9385.0, 9365.0, 9335.0, 9345.0, 9341.0, 9338.0, 9340.0, 9363.0, 9341.0, 9339.0, 9322.0, 9344.0, 9334.0, 9341.0, 9319.0, 9339.0, 9325.0, 9339.0, 9322.0, 9339.0, 9341.0, 9369.0, 9339.0, 9371.0, 9345.0, 9352.0, 9328.0, 9360.0, 9337.0, 9343.0, 9299.0, 9322.0, 9292.0, 9319.0, 9290.0, 9322.0, 9298.0, 9344.0, 9297.0, 9332.0, 9342.0, 9353.0, 9325.0, 9342.0, 9316.0, 9339.0, 9315.0, 9340.0, 9318.0, 9347.0, 9323.0, 9371.0, 9342.0, 9347.0, 9321.0, 9349.0, 9324.0, 9348.0, 9319.0, 9341.0, 9318.0, 9340.0, 9329.0, 9346.0, 9347.0, 9381.0, 9364.0, 9383.0, 9323.0, 9306.0, 9323.0, 9324.0, 9373.0, 9322.0, 9352.0, 9319.0, 9339.0, 9319.0, 9351.0, 9324.0, 9338.0, 9325.0, 9326.0, 9343.0, 9338.0, 9321.0, 9351.0, 9344.0, 9368.0, 9325.0, 9351.0, 9326.0, 9362.0, 9354.0, 9372.0, 9326.0, 9353.0, 9326.0, 9352.0, 9324.0, 9355.0, 9309.0, 9342.0, 9321.0, 9339.0, 9307.0, 9326.0, 9331.0, 9322.0, 9344.0, 9342.0, 9406.0, 9366.0, 9372.0, 9339.0, 9349.0, 9336.0, 9347.0, 9340.0, 9362.0, 9339.0, 9366.0, 9338.0, 9367.0, 9365.0, 9384.0, 9370.0, 9356.0, 9341.0, 9351.0, 9326.0, 9366.0, 9326.0, 9370.0, 9326.0, 9372.0, 9363.0, 9385.0, 9350.0, 9343.0, 9322.0, 9339.0, 9303.0, 9320.0, 9316.0, 9322.0, 9345.0, 9339.0, 9378.0, 9360.0, 9404.0, 9358.0, 9359.0, 9339.0, 9348.0, 9358.0, 9361.0, 9339.0, 9363.0, 9338.0, 9392.0, 9366.0, 9389.0, 9341.0, 9340.0, 9315.0, 9354.0, 9340.0, 9356.0, 9316.0, 9341.0, 9295.0, 9311.0, 9312.0, 9319.0, 9299.0, 9321.0, 9328.0, 9318.0, 9350.0, 9296.0, 9330.0, 9275.0, 9313.0, 9273.0, 9309.0, 9249.0, 9282.0, 9241.0, 9265.0, 9217.0, 9235.0, 9231.0, 9239.0, 9273.0, 9288.0, 9321.0, 9264.0, 9294.0, 9256.0, 9293.0, 9261.0, 9286.0, 9282.0, 9309.0, 9291.0, 9315.0, 9308.0, 9321.0, 9312.0, 9337.0, 9314.0, 9325.0, 9311.0, 9328.0, 9338.0, 9337.0, 9322.0, 9316.0, 9309.0, 9310.0, 9293.0, 9316.0, 9296.0, 9317.0, 9299.0, 9318.0, 9317.0, 9337.0, 9329.0, 9340.0, 9388.0, 9363.0, 9387.0, 9340.0, 9359.0, 9337.0, 9345.0, 9338.0, 9345.0, 9339.0, 9365.0, 9356.0, 9360.0, 9339.0, 9361.0, 9336.0, 9387.0, 9362.0, 9370.0, 9342.0, 9359.0, 9319.0, 9356.0, 9335.0, 9359.0, 9337.0, 9361.0, 9342.0, 9367.0, 9341.0, 9365.0, 9340.0, 9369.0, 9365.0, 9377.0, 9352.0, 9351.0, 9319.0, 9343.0, 9315.0, 9365.0, 9347.0, 9386.0, 9323.0, 9368.0, 9367.0, 9377.0, 9365.0, 9373.0, 9345.0, 9361.0, 9343.0, 9380.0, 9369.0, 9372.0, 9344.0, 9369.0, 9344.0, 9367.0, 9343.0, 9367.0, 9341.0, 9352.0, 9326.0, 9349.0, 9337.0, 9394.0, 9362.0, 9351.0, 9314.0, 9334.0, 9296.0, 9334.0, 9299.0, 9337.0, 9298.0, 9324.0, 9296.0, 9339.0, 9304.0, 9353.0, 9327.0, 9332.0, 9296.0, 9313.0, 9310.0, 9314.0, 9311.0, 9332.0, 9316.0, 9336.0, 9348.0, 9355.0, 9342.0, 9346.0, 9335.0, 9345.0, 9320.0, 9350.0, 9317.0, 9349.0, 9318.0, 9356.0, 9346.0, 9323.0, 9317.0, 9317.0, 9316.0, 9334.0, 9306.0, 9352.0, 9302.0, 9339.0, 9306.0, 9327.0, 9350.0, 9364.0, 9333.0, 9323.0, 9322.0, 9339.0, 9325.0, 9357.0, 9323.0, 9356.0, 9325.0, 9365.0, 9366.0, 9347.0, 9341.0, 9354.0, 9335.0, 9349.0, 9320.0, 9347.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.0007190811258278147</td></tr>
<tr><td colspan=3>aqi</td><td>0.025457593708609273</td></tr>
<tr><td colspan=3>dummy_trs</td><td>1</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.15102188314833</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2236343899999995</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9739090402485491</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>5052.4922</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.08738037861267149</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>28</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>2.3178807947019866</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6173700212124906</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6037571197397744</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.796390024237957</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.45196291965974</td></tr>
<tr><td colspan=3>gcor</td><td>0.0122661</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013778415508568287</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.020056935027241707</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1208</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.7927773026727123</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>39.9914</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>44.9972</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>175.6335</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>51.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304587.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>16.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>798.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.6671</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1152</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>578.7278</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3423.3098</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3624.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71957.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1087.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4541.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.4937</td></tr>
<tr><td colspan=3>tsnr</td><td>37.974116208963096</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>