<?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-0005_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-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0005/figures/sub-0005_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-0005/figures/sub-0005_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0005/figures/sub-0005_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-0005/ses-01/func/sub-0005_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>473e65ef3e9afa8a528477d217f6720a</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>16:25:42.570000</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.999993, -0.000892317, 0.00368918, 0.00104718, 0.999109, -0.0421916]</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.0797018</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>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4132, -7754, -7252, 485, -66, -10, -75, 70]</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>257.728</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0e775a56-fa4a-48fb-8a3b-30650e561fde||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.6829075813293457, 0.0028095138259232044, 0.009850268252193928, 116.09673309326172], [0.0023940219543874264, 2.6805362701416016, -0.11392701417207718, -89.87918090820312], [0.00989780854433775, 0.11319706588983536, 2.6975772380828857, -53.57762908935547], [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, 1203]</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], 'AcquisitionTime': ['162542.570000', '162543.030000', '162543.490000', '162543.950000', '162544.410000', '162544.870000', '162545.330000', '162545.790000', '162546.250000', '162546.710000', '162547.170000', '162547.630000', '162548.090000', '162548.550000', '162549.010000', '162549.470000', '162549.930000', '162550.390000', '162550.850000', '162551.310000', '162551.770000', '162552.230000', '162552.690000', '162553.150000', '162553.610000', '162554.070000', '162554.530000', '162554.990000', '162555.450000', '162555.910000', '162556.370000', '162556.830000', '162557.290000', '162557.750000', '162558.210000', '162558.670000', '162559.130000', '162559.590000', '162600.050000', '162600.510000', '162600.970000', '162601.430000', '162601.890000', '162602.350000', '162602.810000', '162603.270000', '162603.730000', '162604.190000', '162604.650000', '162605.110000', '162605.570000', '162606.030000', '162606.490000', '162606.950000', '162607.410000', '162607.870000', '162608.330000', '162608.790000', '162609.250000', '162609.710000', '162610.170000', '162610.630000', '162611.090000', '162611.550000', '162612.010000', '162612.470000', '162612.930000', '162613.390000', '162613.850000', '162614.310000', '162614.770000', '162615.230000', '162615.690000', '162616.150000', '162616.610000', '162617.070000', '162617.530000', '162617.990000', '162618.450000', '162618.910000', '162619.370000', '162619.830000', '162620.290000', '162620.750000', '162621.210000', '162621.670000', '162622.130000', '162622.590000', '162623.050000', '162623.510000', '162623.970000', '162624.430000', '162624.890000', '162625.350000', '162625.810000', '162626.270000', '162626.730000', '162627.190000', '162627.650000', '162628.110000', '162628.570000', '162629.030000', '162629.490000', '162629.950000', '162630.410000', '162630.870000', '162631.330000', '162631.790000', '162632.250000', '162632.710000', '162633.170000', '162633.630000', '162634.090000', '162634.550000', '162635.010000', '162635.470000', '162635.930000', '162636.390000', '162636.850000', '162637.310000', '162637.770000', '162638.230000', '162638.690000', '162639.150000', '162639.610000', '162640.070000', '162640.530000', '162640.990000', '162641.450000', '162641.910000', '162642.370000', '162642.830000', '162643.290000', '162643.750000', '162644.210000', '162644.670000', '162645.130000', '162645.590000', '162646.050000', '162646.510000', '162646.970000', '162647.430000', '162647.890000', '162648.350000', '162648.810000', '162649.270000', '162649.730000', '162650.190000', '162650.650000', '162651.110000', '162651.570000', '162652.030000', '162652.490000', '162652.950000', '162653.410000', '162653.870000', '162654.330000', '162654.790000', '162655.250000', '162655.710000', '162656.170000', '162656.630000', '162657.090000', '162657.550000', '162658.010000', '162658.470000', '162658.930000', '162659.390000', '162659.850000', '162700.310000', '162700.770000', '162701.230000', '162701.690000', '162702.150000', '162702.610000', '162703.070000', '162703.530000', '162703.990000', '162704.450000', '162704.910000', '162705.370000', '162705.830000', '162706.290000', '162706.750000', '162707.210000', '162707.670000', '162708.130000', '162708.590000', '162709.050000', '162709.510000', '162709.970000', '162710.430000', '162710.890000', '162711.350000', '162711.810000', '162712.270000', '162712.730000', '162713.190000', '162713.650000', '162714.110000', '162714.570000', '162715.030000', '162715.490000', '162715.950000', '162716.410000', '162716.870000', '162717.330000', '162717.790000', '162718.250000', '162718.710000', '162719.170000', '162719.630000', '162720.090000', '162720.550000', '162721.010000', '162721.470000', '162721.930000', '162722.390000', '162722.850000', '162723.310000', '162723.770000', '162724.230000', '162724.690000', '162725.150000', '162725.610000', '162726.070000', '162726.530000', '162726.990000', '162727.450000', '162727.910000', '162728.370000', '162728.830000', '162729.290000', '162729.750000', '162730.210000', '162730.670000', '162731.130000', '162731.590000', '162732.050000', '162732.510000', '162732.970000', '162733.430000', '162733.890000', '162734.350000', '162734.810000', '162735.270000', '162735.730000', '162736.190000', '162736.650000', '162737.110000', '162737.570000', '162738.030000', '162738.490000', '162738.950000', '162739.410000', '162739.870000', '162740.330000', '162740.790000', '162741.250000', '162741.710000', '162742.170000', '162742.630000', '162743.090000', '162743.550000', '162744.010000', '162744.470000', '162744.930000', '162745.390000', '162745.850000', '162746.310000', '162746.770000', '162747.230000', '162747.690000', '162748.150000', '162748.610000', '162749.070000', '162749.530000', '162749.990000', '162750.450000', '162750.910000', '162751.370000', '162751.830000', '162752.290000', '162752.750000', '162753.210000', '162753.670000', '162754.130000', '162754.590000', '162755.050000', '162755.510000', '162755.970000', '162756.430000', '162756.890000', '162757.350000', '162757.810000', '162758.270000', '162758.730000', '162759.190000', '162759.650000', '162800.110000', '162800.570000', '162801.030000', '162801.490000', '162801.950000', '162802.410000', '162802.870000', '162803.330000', '162803.790000', '162804.250000', '162804.710000', '162805.170000', '162805.630000', '162806.090000', '162806.550000', '162807.010000', '162807.470000', '162807.930000', '162808.390000', '162808.850000', '162809.310000', '162809.770000', '162810.230000', '162810.690000', '162811.150000', '162811.610000', '162812.070000', '162812.530000', '162812.990000', '162813.450000', '162813.910000', '162814.370000', '162814.830000', '162815.290000', '162815.750000', '162816.210000', '162816.670000', '162817.130000', '162817.590000', '162818.050000', '162818.510000', '162818.970000', '162819.430000', '162819.890000', '162820.350000', '162820.810000', '162821.270000', '162821.730000', '162822.190000', '162822.650000', '162823.110000', '162823.570000', '162824.030000', '162824.490000', '162824.950000', '162825.410000', '162825.870000', '162826.330000', '162826.790000', '162827.250000', '162827.710000', '162828.170000', '162828.630000', '162829.090000', '162829.550000', '162830.010000', '162830.470000', '162830.930000', '162831.390000', '162831.850000', '162832.310000', '162832.770000', '162833.230000', '162833.690000', '162834.150000', '162834.610000', '162835.070000', '162835.530000', '162835.990000', '162836.450000', '162836.910000', '162837.370000', '162837.830000', '162838.290000', '162838.750000', '162839.210000', '162839.670000', '162840.130000', '162840.590000', '162841.050000', '162841.510000', '162841.970000', '162842.430000', '162842.890000', '162843.350000', '162843.810000', '162844.270000', '162844.730000', '162845.190000', '162845.650000', '162846.110000', '162846.570000', '162847.030000', '162847.490000', '162847.950000', '162848.410000', '162848.870000', '162849.330000', '162849.790000', '162850.250000', '162850.710000', '162851.170000', '162851.630000', '162852.090000', '162852.550000', '162853.010000', '162853.470000', '162853.930000', '162854.390000', '162854.850000', '162855.310000', '162855.770000', '162856.230000', '162856.690000', '162857.150000', '162857.610000', '162858.070000', '162858.530000', '162858.990000', '162859.450000', '162859.910000', '162900.370000', '162900.830000', '162901.290000', '162901.750000', '162902.210000', '162902.670000', '162903.130000', '162903.590000', '162904.050000', '162904.510000', '162904.970000', '162905.430000', '162905.890000', '162906.350000', '162906.810000', '162907.270000', '162907.730000', '162908.190000', '162908.650000', '162909.110000', '162909.570000', '162910.030000', '162910.490000', '162910.950000', '162911.410000', '162911.870000', '162912.330000', '162912.790000', '162913.250000', '162913.710000', '162914.170000', '162914.630000', '162915.090000', '162915.550000', '162916.010000', '162916.470000', '162916.930000', '162917.390000', '162917.850000', '162918.310000', '162918.770000', '162919.230000', '162919.690000', '162920.150000', '162920.610000', '162921.070000', '162921.530000', '162921.990000', '162922.450000', '162922.910000', '162923.370000', '162923.830000', '162924.290000', '162924.750000', '162925.210000', '162925.670000', '162926.130000', '162926.590000', '162927.050000', '162927.510000', '162927.970000', '162928.430000', '162928.890000', '162929.350000', '162929.810000', '162930.270000', '162930.730000', '162931.190000', '162931.650000', '162932.110000', '162932.570000', '162933.030000', '162933.490000', '162933.950000', '162934.410000', '162934.870000', '162935.330000', '162935.790000', '162936.250000', '162936.710000', '162937.170000', '162937.630000', '162938.090000', '162938.550000', '162939.010000', '162939.470000', '162939.930000', '162940.390000', '162940.850000', '162941.310000', '162941.770000', '162942.230000', '162942.690000', '162943.150000', '162943.610000', '162944.070000', '162944.530000', '162944.990000', '162945.450000', '162945.910000', '162946.370000', '162946.830000', '162947.290000', '162947.750000', '162948.210000', '162948.670000', '162949.130000', '162949.590000', '162950.050000', '162950.510000', '162950.970000', '162951.430000', '162951.890000', '162952.350000', '162952.810000', '162953.270000', '162953.730000', '162954.190000', '162954.650000', '162955.110000', '162955.570000', '162956.030000', '162956.490000', '162956.950000', '162957.410000', '162957.870000', '162958.330000', '162958.790000', '162959.250000', '162959.710000', '163000.170000', '163000.630000', '163001.090000', '163001.550000', '163002.010000', '163002.470000', '163002.930000', '163003.390000', '163003.850000', '163004.310000', '163004.770000', '163005.230000', '163005.690000', '163006.150000', '163006.610000', '163007.070000', '163007.530000', '163007.990000', '163008.450000', '163008.910000', '163009.370000', '163009.830000', '163010.290000', '163010.750000', '163011.210000', '163011.670000', '163012.130000', '163012.590000', '163013.050000', '163013.510000', '163013.970000', '163014.430000', '163014.890000', '163015.350000', '163015.810000', '163016.270000', '163016.730000', '163017.190000', '163017.650000', '163018.110000', '163018.570000', '163019.030000', '163019.490000', '163019.950000', '163020.410000', '163020.870000', '163021.330000', '163021.790000', '163022.250000', '163022.710000', '163023.170000', '163023.630000', '163024.090000', '163024.550000', '163025.010000', '163025.470000', '163025.930000', '163026.390000', '163026.850000', '163027.310000', '163027.770000', '163028.230000', '163028.690000', '163029.150000', '163029.610000', '163030.070000', '163030.530000', '163030.990000', '163031.450000', '163031.910000', '163032.370000', '163032.830000', '163033.290000', '163033.750000', '163034.210000', '163034.670000', '163035.130000', '163035.590000', '163036.050000', '163036.510000', '163036.970000', '163037.430000', '163037.890000', '163038.350000', '163038.810000', '163039.270000', '163039.730000', '163040.190000', '163040.650000', '163041.110000', '163041.570000', '163042.030000', '163042.490000', '163042.950000', '163043.410000', '163043.870000', '163044.330000', '163044.790000', '163045.250000', '163045.710000', '163046.170000', '163046.630000', '163047.090000', '163047.550000', '163048.010000', '163048.470000', '163048.930000', '163049.390000', '163049.850000', '163050.310000', '163050.770000', '163051.230000', '163051.690000', '163052.150000', '163052.610000', '163053.070000', '163053.530000', '163053.990000', '163054.450000', '163054.910000', '163055.370000', '163055.830000', '163056.290000', '163056.750000', '163057.210000', '163057.670000', '163058.130000', '163058.590000', '163059.050000', '163059.510000', '163059.970000', '163100.430000', '163100.890000', '163101.350000', '163101.810000', '163102.270000', '163102.730000', '163103.190000', '163103.650000', '163104.110000', '163104.570000', '163105.030000', '163105.490000', '163105.950000', '163106.410000', '163106.870000', '163107.330000', '163107.790000', '163108.250000', '163108.710000', '163109.170000', '163109.630000', '163110.090000', '163110.550000', '163111.010000', '163111.470000', '163111.930000', '163112.390000', '163112.850000', '163113.310000', '163113.770000', '163114.230000', '163114.690000', '163115.150000', '163115.610000', '163116.070000', '163116.530000', '163116.990000', '163117.450000', '163117.910000', '163118.370000', '163118.830000', '163119.290000', '163119.750000', '163120.210000', '163120.670000', '163121.130000', '163121.590000', '163122.050000', '163122.510000', '163122.970000', '163123.430000', '163123.890000', '163124.350000', '163124.810000', '163125.270000', '163125.730000', '163126.190000', '163126.650000', '163127.110000', '163127.570000', '163128.030000', '163128.490000', '163128.950000', '163129.410000', '163129.870000', '163130.330000', '163130.790000', '163131.250000', '163131.710000', '163132.170000', '163132.630000', '163133.090000', '163133.550000', '163134.010000', '163134.470000', '163134.930000', '163135.390000', '163135.850000', '163136.310000', '163136.770000', '163137.230000', '163137.690000', '163138.150000', '163138.610000', '163139.070000', '163139.530000', '163139.990000', '163140.450000', '163140.910000', '163141.370000', '163141.830000', '163142.290000', '163142.750000', '163143.210000', '163143.670000', '163144.130000', '163144.590000', '163145.050000', '163145.510000', '163145.970000', '163146.430000', '163146.890000', '163147.350000', '163147.810000', '163148.270000', '163148.730000', '163149.190000', '163149.650000', '163150.110000', '163150.570000', '163151.030000', '163151.490000', '163151.950000', '163152.410000', '163152.870000', '163153.330000', '163153.790000', '163154.250000', '163154.710000', '163155.170000', '163155.630000', '163156.090000', '163156.550000', '163157.010000', '163157.470000', '163157.930000', '163158.390000', '163158.850000', '163159.310000', '163159.770000', '163200.230000', '163200.690000', '163201.150000', '163201.610000', '163202.070000', '163202.530000', '163202.990000', '163203.450000', '163203.910000', '163204.370000', '163204.830000', '163205.290000', '163205.750000', '163206.210000', '163206.670000', '163207.130000', '163207.590000', '163208.050000', '163208.510000', '163208.970000', '163209.430000', '163209.890000', '163210.350000', '163210.810000', '163211.270000', '163211.730000', '163212.190000', '163212.650000', '163213.110000', '163213.570000', '163214.030000', '163214.490000', '163214.950000', '163215.410000', '163215.870000', '163216.330000', '163216.790000', '163217.250000', '163217.710000', '163218.170000', '163218.630000', '163219.090000', '163219.550000', '163220.010000', '163220.470000', '163220.930000', '163221.390000', '163221.850000', '163222.310000', '163222.770000', '163223.230000', '163223.690000', '163224.150000', '163224.610000', '163225.070000', '163225.530000', '163225.990000', '163226.450000', '163226.910000', '163227.370000', '163227.830000', '163228.290000', '163228.750000', '163229.210000', '163229.670000', '163230.130000', '163230.590000', '163231.050000', '163231.510000', '163231.970000', '163232.430000', '163232.890000', '163233.350000', '163233.810000', '163234.270000', '163234.730000', '163235.190000', '163235.650000', '163236.110000', '163236.570000', '163237.030000', '163237.490000', '163237.950000', '163238.410000', '163238.870000', '163239.330000', '163239.790000', '163240.250000', '163240.710000', '163241.170000', '163241.630000', '163242.090000', '163242.550000', '163243.010000', '163243.470000', '163243.930000', '163244.390000', '163244.850000', '163245.310000', '163245.770000', '163246.230000', '163246.690000', '163247.150000', '163247.610000', '163248.070000', '163248.530000', '163248.990000', '163249.450000', '163249.910000', '163250.370000', '163250.830000', '163251.290000', '163251.750000', '163252.210000', '163252.670000', '163253.130000', '163253.590000', '163254.050000', '163254.510000', '163254.970000', '163255.430000', '163255.890000', '163256.350000', '163256.810000', '163257.270000', '163257.730000', '163258.190000', '163258.650000', '163259.110000', '163259.570000', '163300.030000', '163300.490000', '163300.950000', '163301.410000', '163301.870000', '163302.330000', '163302.790000', '163303.250000', '163303.710000', '163304.170000', '163304.630000', '163305.090000', '163305.550000', '163306.010000', '163306.470000', '163306.930000', '163307.390000', '163307.850000', '163308.310000', '163308.770000', '163309.230000', '163309.690000', '163310.150000', '163310.610000', '163311.070000', '163311.530000', '163311.990000', '163312.450000', '163312.910000', '163313.370000', '163313.830000', '163314.290000', '163314.750000', '163315.210000', '163315.670000', '163316.130000', '163316.590000', '163317.050000', '163317.510000', '163317.970000', '163318.430000', '163318.890000', '163319.350000', '163319.810000', '163320.270000', '163320.730000', '163321.190000', '163321.650000', '163322.110000', '163322.570000', '163323.030000', '163323.490000', '163323.950000', '163324.410000', '163324.870000', '163325.330000', '163325.790000', '163326.250000', '163326.710000', '163327.170000', '163327.630000', '163328.090000', '163328.550000', '163329.010000', '163329.470000', '163329.930000', '163330.390000', '163330.850000', '163331.310000', '163331.770000', '163332.230000', '163332.690000', '163333.150000', '163333.610000', '163334.070000', '163334.530000', '163334.990000', '163335.450000', '163335.910000', '163336.370000', '163336.830000', '163337.290000', '163337.750000', '163338.210000', '163338.670000', '163339.130000', '163339.590000', '163340.050000', '163340.510000', '163340.970000', '163341.430000', '163341.890000', '163342.350000', '163342.810000', '163343.270000', '163343.730000', '163344.190000', '163344.650000', '163345.110000', '163345.570000', '163346.030000', '163346.490000', '163346.950000', '163347.410000', '163347.870000', '163348.330000', '163348.790000', '163349.250000', '163349.710000', '163350.170000', '163350.630000', '163351.090000', '163351.550000', '163352.010000', '163352.470000', '163352.930000', '163353.390000', '163353.850000', '163354.310000', '163354.770000', '163355.230000', '163355.690000', '163356.150000', '163356.610000', '163357.070000', '163357.530000', '163357.990000', '163358.450000', '163358.910000', '163359.370000', '163359.830000', '163400.290000', '163400.750000', '163401.210000', '163401.670000', '163402.130000', '163402.590000', '163403.050000', '163403.510000', '163403.970000', '163404.430000', '163404.890000', '163405.350000', '163405.810000', '163406.270000', '163406.730000', '163407.190000', '163407.650000', '163408.110000', '163408.570000', '163409.030000', '163409.490000', '163409.950000', '163410.410000', '163410.870000', '163411.330000', '163411.790000', '163412.250000', '163412.710000', '163413.170000', '163413.630000', '163414.090000', '163414.550000', '163415.010000', '163415.470000', '163415.930000', '163416.390000', '163416.850000', '163417.310000', '163417.770000', '163418.230000', '163418.690000', '163419.150000', '163419.610000', '163420.070000', '163420.530000', '163420.990000', '163421.450000', '163421.910000', '163422.370000', '163422.830000', '163423.290000', '163423.750000', '163424.210000', '163424.670000', '163425.130000', '163425.590000', '163426.050000', '163426.510000', '163426.970000', '163427.430000', '163427.890000', '163428.350000', '163428.810000', '163429.270000', '163429.730000', '163430.190000', '163430.650000', '163431.110000', '163431.570000', '163432.030000', '163432.490000', '163432.950000', '163433.410000', '163433.870000', '163434.330000', '163434.790000', '163435.250000', '163435.710000', '163436.170000', '163436.630000', '163437.090000', '163437.550000', '163438.010000', '163438.470000', '163438.930000', '163439.390000', '163439.850000', '163440.310000', '163440.770000', '163441.230000', '163441.690000', '163442.150000', '163442.610000', '163443.070000', '163443.530000', '163443.990000', '163444.450000', '163444.910000', '163445.370000', '163445.830000', '163446.290000', '163446.750000', '163447.210000', '163447.670000', '163448.130000', '163448.590000', '163449.050000', '163449.510000', '163449.970000', '163450.430000', '163450.890000', '163451.350000', '163451.810000', '163452.270000', '163452.730000', '163453.190000', '163453.650000', '163454.110000', '163454.570000', '163455.030000', '163455.490000'], 'ContentTime': ['162608.971000', '162608.974000', '162608.977000', '162608.980000', '162608.983000', '162608.986000', '162608.988000', '162608.991000', '162608.994000', '162608.997000', '162609.001000', '162609.004000', '162609.007000', '162609.010000', '162609.013000', '162609.015000', '162609.018000', '162609.021000', '162609.024000', '162609.027000', '162609.039000', '162609.042000', '162609.049000', '162609.052000', '162609.054000', '162609.057000', '162609.060000', '162609.063000', '162609.066000', '162609.069000', '162609.072000', '162609.074000', '162609.077000', '162609.080000', '162609.083000', '162609.086000', '162609.089000', '162609.091000', '162609.094000', '162609.097000', '162609.100000', '162609.103000', '162609.106000', '162609.109000', '162609.111000', '162609.114000', '162609.117000', '162609.120000', '162609.123000', '162609.126000', '162609.129000', '162609.132000', '162609.135000', '162609.138000', '162609.141000', '162628.936000', '162628.939000', '162628.942000', '162628.945000', '162628.949000', '162628.952000', '162628.955000', '162628.958000', '162628.961000', '162628.964000', '162628.967000', '162628.969000', '162628.972000', '162628.975000', '162628.978000', '162628.981000', '162628.984000', '162628.987000', '162628.990000', '162628.992000', '162628.995000', '162628.998000', '162629.002000', '162629.005000', '162629.008000', '162629.010000', '162629.013000', '162629.016000', '162629.019000', '162629.022000', '162629.025000', '162629.027000', '162629.030000', '162629.033000', '162629.036000', '162629.039000', '162629.042000', '162629.044000', '162629.047000', '162629.050000', '162629.053000', '162629.056000', '162629.059000', '162629.062000', '162648.935000', '162648.938000', '162648.941000', '162648.944000', '162648.947000', '162648.949000', '162648.952000', '162648.955000', '162648.958000', '162648.961000', '162648.964000', '162648.966000', '162648.969000', '162648.972000', '162648.975000', '162648.980000', '162648.983000', '162648.986000', '162648.989000', '162648.991000', '162648.994000', '162648.997000', '162649.001000', '162649.004000', '162649.007000', '162649.010000', '162649.012000', '162649.015000', '162649.020000', '162649.023000', '162649.026000', '162649.028000', '162649.031000', '162649.034000', '162649.037000', '162649.040000', '162649.043000', '162649.046000', '162649.048000', '162649.051000', '162649.054000', '162649.057000', '162649.060000', '162708.936000', '162708.939000', '162708.942000', '162708.945000', '162708.947000', '162708.951000', '162708.953000', '162708.956000', '162708.959000', '162708.962000', '162708.965000', '162708.968000', '162708.970000', '162708.987000', '162708.990000', '162708.993000', '162708.995000', '162708.998000', '162709.001000', '162709.004000', '162709.007000', '162709.010000', '162709.013000', '162709.016000', '162709.018000', '162709.021000', '162709.024000', '162709.027000', '162709.030000', '162709.034000', '162709.037000', '162709.040000', '162709.042000', '162709.045000', '162709.048000', '162709.051000', '162709.054000', '162709.057000', '162709.060000', '162709.063000', '162709.065000', '162709.068000', '162709.071000', '162709.074000', '162728.936000', '162728.939000', '162728.942000', '162728.945000', '162728.948000', '162728.951000', '162728.953000', '162728.956000', '162728.959000', '162728.969000', '162728.971000', '162728.975000', '162728.977000', '162728.980000', '162728.983000', '162728.986000', '162728.989000', '162728.992000', '162728.994000', '162728.997000', '162729.001000', '162729.004000', '162729.007000', '162729.010000', '162729.013000', '162729.015000', '162729.018000', '162729.021000', '162729.024000', '162729.027000', '162729.030000', '162729.033000', '162729.035000', '162729.038000', '162729.041000', '162729.044000', '162729.047000', '162729.050000', '162729.052000', '162729.055000', '162729.058000', '162729.061000', '162729.064000', '162748.936000', '162748.939000', '162748.942000', '162748.945000', '162748.948000', '162748.951000', '162748.954000', '162748.957000', '162748.959000', '162748.962000', '162748.965000', '162748.968000', '162748.971000', '162748.974000', '162748.977000', '162748.980000', '162748.983000', '162748.986000', '162748.989000', '162748.992000', '162748.994000', '162748.997000', '162749.001000', '162749.008000', '162749.011000', '162749.014000', '162749.017000', '162749.020000', '162749.023000', '162749.026000', '162749.028000', '162749.031000', '162749.034000', '162749.037000', '162749.040000', '162749.043000', '162749.046000', '162749.049000', '162749.051000', '162749.054000', '162749.057000', '162749.060000', '162749.063000', '162808.936000', '162808.939000', '162808.942000', '162808.945000', '162808.948000', '162808.950000', '162808.953000', '162808.956000', '162808.959000', '162808.962000', '162808.965000', '162808.968000', '162808.971000', '162808.974000', '162808.976000', '162808.979000', '162808.982000', '162808.985000', '162808.988000', '162808.991000', '162808.994000', '162808.996000', '162809.000000', '162809.003000', '162809.006000', '162809.009000', '162809.012000', '162809.015000', '162809.018000', '162809.021000', '162809.023000', '162809.026000', '162809.029000', '162809.032000', '162809.035000', '162809.038000', '162809.041000', '162809.044000', '162809.046000', '162809.049000', '162809.052000', '162809.055000', '162809.058000', '162809.061000', '162828.936000', '162828.940000', '162828.944000', '162828.947000', '162828.950000', '162828.953000', '162828.978000', '162828.981000', '162828.984000', '162828.987000', '162828.989000', '162828.992000', '162828.995000', '162828.998000', '162829.002000', '162829.005000', '162829.008000', '162829.010000', '162829.013000', '162829.016000', '162829.019000', '162829.022000', '162829.025000', '162829.028000', '162829.031000', '162829.034000', '162829.036000', '162829.039000', '162829.042000', '162829.045000', '162829.048000', '162829.051000', '162829.054000', '162829.057000', '162829.059000', '162829.062000', '162829.065000', '162829.068000', '162829.071000', '162829.074000', '162829.077000', '162829.080000', '162829.083000', '162848.936000', '162848.939000', '162848.942000', '162848.945000', '162848.948000', '162848.950000', '162848.953000', '162848.956000', '162848.959000', '162848.969000', '162848.972000', '162848.975000', '162848.978000', '162848.981000', '162848.984000', '162848.987000', '162848.990000', '162848.992000', '162848.995000', '162848.998000', '162849.002000', '162849.005000', '162849.008000', '162849.011000', '162849.014000', '162849.016000', '162849.019000', '162849.022000', '162849.025000', '162849.028000', '162849.031000', '162849.034000', '162849.037000', '162849.039000', '162849.042000', '162849.045000', '162849.048000', '162849.051000', '162849.054000', '162849.057000', '162849.060000', '162849.062000', '162849.065000', '162849.068000', '162908.935000', '162908.938000', '162908.941000', '162908.944000', '162908.947000', '162908.950000', '162908.953000', '162908.955000', '162908.958000', '162908.962000', '162908.964000', '162908.968000', '162908.973000', '162908.976000', '162908.979000', '162908.982000', '162908.985000', '162908.988000', '162908.990000', '162908.994000', '162908.997000', '162909.001000', '162909.003000', '162909.007000', '162909.009000', '162909.012000', '162909.015000', '162909.018000', '162909.021000', '162909.024000', '162909.027000', '162909.030000', '162909.032000', '162909.035000', '162909.038000', '162909.041000', '162909.044000', '162909.047000', '162909.050000', '162909.053000', '162909.055000', '162909.058000', '162909.061000', '162928.936000', '162928.939000', '162928.942000', '162928.945000', '162928.948000', '162928.950000', '162928.954000', '162928.956000', '162928.959000', '162928.962000', '162928.965000', '162928.968000', '162928.971000', '162928.974000', '162928.977000', '162928.979000', '162928.982000', '162928.985000', '162928.988000', '162928.991000', '162928.994000', '162928.997000', '162929.000000', '162929.003000', '162929.006000', '162929.008000', '162929.011000', '162929.014000', '162929.017000', '162929.020000', '162929.023000', '162929.026000', '162929.029000', '162929.032000', '162929.035000', '162929.038000', '162929.040000', '162929.043000', '162929.046000', '162929.049000', '162929.052000', '162929.055000', '162929.058000', '162929.060000', '162948.936000', '162948.939000', '162948.942000', '162948.945000', '162948.948000', '162948.951000', '162948.953000', '162948.956000', '162948.959000', '162948.962000', '162948.965000', '162948.968000', '162948.971000', '162948.974000', '162948.976000', '162948.979000', '162948.989000', '162948.992000', '162948.995000', '162948.997000', '162949.001000', '162949.016000', '162949.019000', '162949.022000', '162949.025000', '162949.028000', '162949.031000', '162949.033000', '162949.036000', '162949.039000', '162949.042000', '162949.045000', '162949.048000', '162949.051000', '162949.054000', '162949.056000', '162949.059000', '162949.062000', '162949.068000', '162949.071000', '162949.074000', '162949.077000', '162949.080000', '163008.936000', '163008.939000', '163008.942000', '163008.945000', '163008.948000', '163008.951000', '163008.954000', '163008.956000', '163008.959000', '163008.962000', '163008.965000', '163008.968000', '163008.971000', '163008.974000', '163008.977000', '163008.979000', '163008.982000', '163008.985000', '163008.988000', '163008.991000', '163008.994000', '163008.997000', '163009.001000', '163009.004000', '163009.007000', '163009.010000', '163009.012000', '163009.015000', '163009.018000', '163009.021000', '163009.024000', '163009.027000', '163009.029000', '163009.032000', '163009.047000', '163009.050000', '163009.053000', '163009.056000', '163009.059000', '163009.062000', '163009.065000', '163009.068000', '163009.070000', '163009.073000', '163028.936000', '163028.939000', '163028.943000', '163028.946000', '163028.949000', '163028.952000', '163028.955000', '163028.958000', '163028.960000', '163028.963000', '163028.966000', '163028.969000', '163028.972000', '163028.975000', '163028.978000', '163028.981000', '163028.983000', '163028.986000', '163028.989000', '163028.992000', '163028.995000', '163028.998000', '163029.002000', '163029.005000', '163029.008000', '163029.011000', '163029.014000', '163029.017000', '163029.020000', '163029.023000', '163029.026000', '163029.029000', '163029.032000', '163029.035000', '163029.038000', '163029.040000', '163029.043000', '163029.046000', '163029.049000', '163029.052000', '163029.055000', '163029.058000', '163029.061000', '163048.936000', '163048.939000', '163048.942000', '163048.945000', '163048.948000', '163048.951000', '163048.953000', '163048.956000', '163048.959000', '163048.962000', '163048.965000', '163048.968000', '163048.971000', '163048.974000', '163048.976000', '163048.979000', '163048.982000', '163048.985000', '163048.988000', '163048.991000', '163048.994000', '163048.997000', '163049.000000', '163049.003000', '163049.006000', '163049.009000', '163049.012000', '163049.015000', '163049.018000', '163049.021000', '163049.023000', '163049.026000', '163049.029000', '163049.032000', '163049.035000', '163049.038000', '163049.041000', '163049.044000', '163049.046000', '163049.049000', '163049.052000', '163049.055000', '163049.058000', '163049.061000', '163108.936000', '163108.939000', '163108.942000', '163108.945000', '163108.948000', '163108.951000', '163108.954000', '163108.957000', '163108.959000', '163108.962000', '163108.965000', '163108.968000', '163108.971000', '163108.974000', '163108.977000', '163108.980000', '163108.982000', '163108.987000', '163108.990000', '163108.993000', '163108.996000', '163109.000000', '163109.003000', '163109.006000', '163109.009000', '163109.011000', '163109.014000', '163109.017000', '163109.020000', '163109.023000', '163109.026000', '163109.029000', '163109.032000', '163109.035000', '163109.038000', '163109.041000', '163109.044000', '163109.046000', '163109.049000', '163109.052000', '163109.055000', '163109.058000', '163109.060000', '163128.935000', '163128.938000', '163128.941000', '163128.944000', '163128.947000', '163128.949000', '163128.952000', '163128.956000', '163128.958000', '163128.961000', '163128.964000', '163128.967000', '163128.970000', '163128.973000', '163128.975000', '163128.978000', '163128.981000', '163128.984000', '163128.987000', '163128.990000', '163128.993000', '163128.996000', '163128.998000', '163129.002000', '163129.005000', '163129.008000', '163129.011000', '163129.014000', '163129.017000', '163129.020000', '163129.023000', '163129.026000', '163129.028000', '163129.031000', '163129.034000', '163129.037000', '163129.040000', '163129.043000', '163129.045000', '163129.048000', '163129.060000', '163129.063000', '163129.065000', '163129.068000', '163148.951000', '163148.954000', '163148.957000', '163148.960000', '163148.963000', '163148.970000', '163148.973000', '163148.976000', '163148.979000', '163148.983000', '163148.986000', '163148.989000', '163148.991000', '163148.995000', '163148.997000', '163149.001000', '163149.004000', '163149.007000', '163149.010000', '163149.013000', '163149.016000', '163149.019000', '163149.022000', '163149.024000', '163149.027000', '163149.030000', '163149.033000', '163149.036000', '163149.039000', '163149.042000', '163149.045000', '163149.048000', '163149.051000', '163149.054000', '163149.056000', '163149.059000', '163149.062000', '163149.065000', '163149.068000', '163149.071000', '163149.074000', '163149.077000', '163149.080000', '163208.936000', '163208.939000', '163208.942000', '163208.945000', '163208.948000', '163208.951000', '163208.954000', '163208.957000', '163208.959000', '163208.962000', '163208.965000', '163208.968000', '163208.971000', '163208.974000', '163208.977000', '163208.980000', '163208.982000', '163208.985000', '163208.988000', '163208.991000', '163208.994000', '163208.997000', '163209.001000', '163209.003000', '163209.006000', '163209.009000', '163209.012000', '163209.015000', '163209.018000', '163209.021000', '163209.024000', '163209.026000', '163209.029000', '163209.032000', '163209.035000', '163209.038000', '163209.041000', '163209.044000', '163209.046000', '163209.049000', '163209.052000', '163209.055000', '163209.058000', '163209.061000', '163228.936000', '163228.939000', '163228.942000', '163228.945000', '163228.948000', '163228.951000', '163228.953000', '163228.956000', '163228.959000', '163228.962000', '163228.965000', '163228.968000', '163228.971000', '163228.974000', '163228.976000', '163228.979000', '163228.982000', '163228.985000', '163228.988000', '163228.991000', '163228.994000', '163228.997000', '163229.000000', '163229.003000', '163229.006000', '163229.009000', '163229.012000', '163229.015000', '163229.018000', '163229.021000', '163229.023000', '163229.026000', '163229.029000', '163229.032000', '163229.035000', '163229.038000', '163229.041000', '163229.043000', '163229.046000', '163229.049000', '163229.052000', '163229.055000', '163229.058000', '163248.936000', '163248.939000', '163248.942000', '163248.945000', '163248.948000', '163248.951000', '163248.954000', '163248.957000', '163248.959000', '163248.962000', '163248.965000', '163248.968000', '163248.971000', '163248.974000', '163248.977000', '163248.980000', '163248.982000', '163248.985000', '163248.988000', '163248.991000', '163248.994000', '163248.997000', '163249.001000', '163249.004000', '163249.007000', '163249.010000', '163249.012000', '163249.015000', '163249.018000', '163249.021000', '163249.024000', '163249.027000', '163249.030000', '163249.033000', '163249.035000', '163249.038000', '163249.041000', '163249.044000', '163249.047000', '163249.050000', '163249.052000', '163249.055000', '163249.058000', '163249.061000', '163308.936000', '163308.939000', '163308.942000', '163308.945000', '163308.948000', '163308.951000', '163308.953000', '163308.957000', '163308.959000', '163308.962000', '163308.965000', '163308.981000', '163308.984000', '163308.987000', '163308.990000', '163308.993000', '163308.996000', '163308.998000', '163309.002000', '163309.005000', '163309.008000', '163309.011000', '163309.014000', '163309.018000', '163309.021000', '163309.024000', '163309.027000', '163309.030000', '163309.033000', '163309.036000', '163309.038000', '163309.041000', '163309.044000', '163309.047000', '163309.050000', '163309.053000', '163309.056000', '163309.059000', '163309.062000', '163309.065000', '163309.068000', '163309.071000', '163309.074000', '163328.936000', '163328.939000', '163328.942000', '163328.945000', '163328.948000', '163328.951000', '163328.953000', '163328.956000', '163328.959000', '163328.962000', '163328.965000', '163328.968000', '163328.971000', '163328.974000', '163328.976000', '163328.979000', '163328.982000', '163328.985000', '163328.988000', '163328.991000', '163328.994000', '163328.997000', '163329.000000', '163329.003000', '163329.006000', '163329.009000', '163329.012000', '163329.015000', '163329.018000', '163329.021000', '163329.024000', '163329.026000', '163329.029000', '163329.032000', '163329.035000', '163329.038000', '163329.041000', '163329.044000', '163329.046000', '163329.049000', '163329.052000', '163329.055000', '163329.058000', '163329.061000', '163348.935000', '163348.938000', '163348.941000', '163348.944000', '163348.947000', '163348.950000', '163348.953000', '163348.955000', '163348.958000', '163348.961000', '163348.964000', '163348.967000', '163348.970000', '163348.973000', '163348.976000', '163348.979000', '163348.981000', '163348.984000', '163348.987000', '163348.990000', '163348.993000', '163348.996000', '163349.000000', '163349.002000', '163349.005000', '163349.008000', '163349.011000', '163349.014000', '163349.017000', '163349.020000', '163349.023000', '163349.025000', '163349.028000', '163349.031000', '163349.034000', '163349.037000', '163349.040000', '163349.043000', '163349.046000', '163349.048000', '163349.051000', '163349.054000', '163349.057000', '163408.936000', '163408.939000', '163408.942000', '163408.945000', '163408.948000', '163408.951000', '163408.954000', '163408.956000', '163408.959000', '163408.962000', '163408.965000', '163408.968000', '163408.971000', '163408.974000', '163408.977000', '163408.979000', '163408.982000', '163408.985000', '163408.988000', '163408.991000', '163408.994000', '163408.997000', '163409.001000', '163409.004000', '163409.007000', '163409.009000', '163409.012000', '163409.015000', '163409.018000', '163409.021000', '163409.024000', '163409.027000', '163409.030000', '163409.032000', '163409.035000', '163409.038000', '163409.041000', '163409.044000', '163409.047000', '163409.050000', '163409.053000', '163409.055000', '163409.058000', '163409.061000', '163428.936000', '163428.939000', '163428.942000', '163428.945000', '163428.948000', '163428.951000', '163428.954000', '163428.956000', '163428.975000', '163428.978000', '163428.981000', '163428.984000', '163428.987000', '163428.990000', '163428.992000', '163428.995000', '163428.998000', '163429.002000', '163429.005000', '163429.008000', '163429.011000', '163429.014000', '163429.017000', '163429.019000', '163429.022000', '163429.025000', '163429.028000', '163429.031000', '163429.034000', '163429.037000', '163429.040000', '163429.042000', '163429.045000', '163429.048000', '163429.051000', '163429.054000', '163429.058000', '163429.061000', '163429.064000', '163429.067000', '163429.070000', '163429.073000', '163429.075000', '163448.936000', '163448.939000', '163448.942000', '163448.945000', '163448.947000', '163448.950000', '163448.953000', '163448.956000', '163448.959000', '163448.962000', '163448.973000', '163448.975000', '163448.978000', '163448.981000', '163448.984000', '163448.987000', '163448.990000', '163448.993000', '163448.996000', '163449.000000', '163449.002000', '163449.005000', '163449.008000', '163449.011000', '163449.014000', '163449.017000', '163449.020000', '163449.023000', '163449.026000', '163449.029000', '163449.032000', '163449.035000', '163449.037000', '163449.040000', '163449.043000', '163449.046000', '163449.049000', '163449.052000', '163449.055000', '163449.058000', '163449.061000', '163449.064000', '163449.067000', '163449.069000', '163456.792000', '163456.795000', '163456.798000', '163456.801000', '163456.804000', '163456.807000', '163456.810000', '163456.812000', '163456.815000', '163456.818000', '163456.821000', '163456.824000', '163456.827000', '163456.830000', '163456.833000', '163456.836000', '163456.839000'], 'InstanceCreationTime': ['162608.971000', '162608.974000', '162608.977000', '162608.980000', '162608.983000', '162608.986000', '162608.988000', '162608.991000', '162608.994000', '162608.997000', '162609.001000', '162609.004000', '162609.007000', '162609.010000', '162609.013000', '162609.015000', '162609.018000', '162609.021000', '162609.024000', '162609.027000', '162609.039000', '162609.042000', '162609.049000', '162609.052000', '162609.054000', '162609.057000', '162609.060000', '162609.063000', '162609.066000', '162609.069000', '162609.072000', '162609.074000', '162609.077000', '162609.080000', '162609.083000', '162609.086000', '162609.089000', '162609.091000', '162609.094000', '162609.097000', '162609.100000', '162609.103000', '162609.106000', '162609.109000', '162609.111000', '162609.114000', '162609.117000', '162609.120000', '162609.123000', '162609.126000', '162609.129000', '162609.132000', '162609.135000', '162609.138000', '162609.141000', '162628.936000', '162628.939000', '162628.942000', '162628.945000', '162628.949000', '162628.952000', '162628.955000', '162628.958000', '162628.961000', '162628.964000', '162628.967000', '162628.969000', '162628.972000', '162628.975000', '162628.978000', '162628.981000', '162628.984000', '162628.987000', '162628.990000', '162628.992000', '162628.995000', '162628.998000', '162629.002000', '162629.005000', '162629.008000', '162629.010000', '162629.013000', '162629.016000', '162629.019000', '162629.022000', '162629.025000', '162629.027000', '162629.030000', '162629.033000', '162629.036000', '162629.039000', '162629.042000', '162629.044000', '162629.047000', '162629.050000', '162629.053000', '162629.056000', '162629.059000', '162629.062000', '162648.935000', '162648.938000', '162648.941000', '162648.944000', '162648.947000', '162648.949000', '162648.952000', '162648.955000', '162648.958000', '162648.961000', '162648.964000', '162648.966000', '162648.969000', '162648.972000', '162648.975000', '162648.980000', '162648.983000', '162648.986000', '162648.989000', '162648.991000', '162648.994000', '162648.997000', '162649.001000', '162649.004000', '162649.007000', '162649.010000', '162649.012000', '162649.015000', '162649.020000', '162649.023000', '162649.026000', '162649.028000', '162649.031000', '162649.034000', '162649.037000', '162649.040000', '162649.043000', '162649.046000', '162649.048000', '162649.051000', '162649.054000', '162649.057000', '162649.060000', '162708.936000', '162708.939000', '162708.942000', '162708.945000', '162708.947000', '162708.951000', '162708.953000', '162708.956000', '162708.959000', '162708.962000', '162708.965000', '162708.968000', '162708.970000', '162708.987000', '162708.990000', '162708.993000', '162708.995000', '162708.998000', '162709.001000', '162709.004000', '162709.007000', '162709.010000', '162709.013000', '162709.016000', '162709.018000', '162709.021000', '162709.024000', '162709.027000', '162709.030000', '162709.034000', '162709.037000', '162709.040000', '162709.042000', '162709.045000', '162709.048000', '162709.051000', '162709.054000', '162709.057000', '162709.060000', '162709.063000', '162709.065000', '162709.068000', '162709.071000', '162709.074000', '162728.936000', '162728.939000', '162728.942000', '162728.945000', '162728.948000', '162728.951000', '162728.953000', '162728.956000', '162728.959000', '162728.969000', '162728.971000', '162728.975000', '162728.977000', '162728.980000', '162728.983000', '162728.986000', '162728.989000', '162728.992000', '162728.994000', '162728.997000', '162729.001000', '162729.004000', '162729.007000', '162729.010000', '162729.013000', '162729.015000', '162729.018000', '162729.021000', '162729.024000', '162729.027000', '162729.030000', '162729.033000', '162729.035000', '162729.038000', '162729.041000', '162729.044000', '162729.047000', '162729.050000', '162729.052000', '162729.055000', '162729.058000', '162729.061000', '162729.064000', '162748.936000', '162748.939000', '162748.942000', '162748.945000', '162748.948000', '162748.951000', '162748.954000', '162748.957000', '162748.959000', '162748.962000', '162748.965000', '162748.968000', '162748.971000', '162748.974000', '162748.977000', '162748.980000', '162748.983000', '162748.986000', '162748.989000', '162748.992000', '162748.994000', '162748.997000', '162749.001000', '162749.008000', '162749.011000', '162749.014000', '162749.017000', '162749.020000', '162749.023000', '162749.026000', '162749.028000', '162749.031000', '162749.034000', '162749.037000', '162749.040000', '162749.043000', '162749.046000', '162749.049000', '162749.051000', '162749.054000', '162749.057000', '162749.060000', '162749.063000', '162808.936000', '162808.939000', '162808.942000', '162808.945000', '162808.948000', '162808.950000', '162808.953000', '162808.956000', '162808.959000', '162808.962000', '162808.965000', '162808.968000', '162808.971000', '162808.974000', '162808.976000', '162808.979000', '162808.982000', '162808.985000', '162808.988000', '162808.991000', '162808.994000', '162808.996000', '162809.000000', '162809.003000', '162809.006000', '162809.009000', '162809.012000', '162809.015000', '162809.018000', '162809.021000', '162809.023000', '162809.026000', '162809.029000', '162809.032000', '162809.035000', '162809.038000', '162809.041000', '162809.044000', '162809.046000', '162809.049000', '162809.052000', '162809.055000', '162809.058000', '162809.061000', '162828.936000', '162828.940000', '162828.944000', '162828.947000', '162828.950000', '162828.953000', '162828.978000', '162828.981000', '162828.984000', '162828.987000', '162828.989000', '162828.992000', '162828.995000', '162828.998000', '162829.002000', '162829.005000', '162829.008000', '162829.010000', '162829.013000', '162829.016000', '162829.019000', '162829.022000', '162829.025000', '162829.028000', '162829.031000', '162829.034000', '162829.036000', '162829.039000', '162829.042000', '162829.045000', '162829.048000', '162829.051000', '162829.054000', '162829.057000', '162829.059000', '162829.062000', '162829.065000', '162829.068000', '162829.071000', '162829.074000', '162829.077000', '162829.080000', '162829.083000', '162848.936000', '162848.939000', '162848.942000', '162848.945000', '162848.948000', '162848.950000', '162848.953000', '162848.956000', '162848.959000', '162848.969000', '162848.972000', '162848.975000', '162848.978000', '162848.981000', '162848.984000', '162848.987000', '162848.990000', '162848.992000', '162848.995000', '162848.998000', '162849.002000', '162849.005000', '162849.008000', '162849.011000', '162849.014000', '162849.016000', '162849.019000', '162849.022000', '162849.025000', '162849.028000', '162849.031000', '162849.034000', '162849.037000', '162849.039000', '162849.042000', '162849.045000', '162849.048000', '162849.051000', '162849.054000', '162849.057000', '162849.060000', '162849.062000', '162849.065000', '162849.068000', '162908.935000', '162908.938000', '162908.941000', '162908.944000', '162908.947000', '162908.950000', '162908.953000', '162908.955000', '162908.958000', '162908.962000', '162908.964000', '162908.968000', '162908.973000', '162908.976000', '162908.979000', '162908.982000', '162908.985000', '162908.988000', '162908.990000', '162908.994000', '162908.997000', '162909.001000', '162909.003000', '162909.007000', '162909.009000', '162909.012000', '162909.015000', '162909.018000', '162909.021000', '162909.024000', '162909.027000', '162909.030000', '162909.032000', '162909.035000', '162909.038000', '162909.041000', '162909.044000', '162909.047000', '162909.050000', '162909.053000', '162909.055000', '162909.058000', '162909.061000', '162928.936000', '162928.939000', '162928.942000', '162928.945000', '162928.948000', '162928.950000', '162928.954000', '162928.956000', '162928.959000', '162928.962000', '162928.965000', '162928.968000', '162928.971000', '162928.974000', '162928.977000', '162928.979000', '162928.982000', '162928.985000', '162928.988000', '162928.991000', '162928.994000', '162928.997000', '162929.000000', '162929.003000', '162929.006000', '162929.008000', '162929.011000', '162929.014000', '162929.017000', '162929.020000', '162929.023000', '162929.026000', '162929.029000', '162929.032000', '162929.035000', '162929.038000', '162929.040000', '162929.043000', '162929.046000', '162929.049000', '162929.052000', '162929.055000', '162929.058000', '162929.060000', '162948.936000', '162948.939000', '162948.942000', '162948.945000', '162948.948000', '162948.951000', '162948.953000', '162948.956000', '162948.959000', '162948.962000', '162948.965000', '162948.968000', '162948.971000', '162948.974000', '162948.976000', '162948.979000', '162948.989000', '162948.992000', '162948.995000', '162948.997000', '162949.001000', '162949.016000', '162949.019000', '162949.022000', '162949.025000', '162949.028000', '162949.031000', '162949.033000', '162949.036000', '162949.039000', '162949.042000', '162949.045000', '162949.048000', '162949.051000', '162949.054000', '162949.056000', '162949.059000', '162949.062000', '162949.068000', '162949.071000', '162949.074000', '162949.077000', '162949.080000', '163008.936000', '163008.939000', '163008.942000', '163008.945000', '163008.948000', '163008.951000', '163008.954000', '163008.956000', '163008.959000', '163008.962000', '163008.965000', '163008.968000', '163008.971000', '163008.974000', '163008.977000', '163008.979000', '163008.982000', '163008.985000', '163008.988000', '163008.991000', '163008.994000', '163008.997000', '163009.001000', '163009.004000', '163009.007000', '163009.010000', '163009.012000', '163009.015000', '163009.018000', '163009.021000', '163009.024000', '163009.027000', '163009.029000', '163009.032000', '163009.047000', '163009.050000', '163009.053000', '163009.056000', '163009.059000', '163009.062000', '163009.065000', '163009.068000', '163009.070000', '163009.073000', '163028.936000', '163028.939000', '163028.943000', '163028.946000', '163028.949000', '163028.952000', '163028.955000', '163028.958000', '163028.960000', '163028.963000', '163028.966000', '163028.969000', '163028.972000', '163028.975000', '163028.978000', '163028.981000', '163028.983000', '163028.986000', '163028.989000', '163028.992000', '163028.995000', '163028.998000', '163029.002000', '163029.005000', '163029.008000', '163029.011000', '163029.014000', '163029.017000', '163029.020000', '163029.023000', '163029.026000', '163029.029000', '163029.032000', '163029.035000', '163029.038000', '163029.040000', '163029.043000', '163029.046000', '163029.049000', '163029.052000', '163029.055000', '163029.058000', '163029.061000', '163048.936000', '163048.939000', '163048.942000', '163048.945000', '163048.948000', '163048.951000', '163048.953000', '163048.956000', '163048.959000', '163048.962000', '163048.965000', '163048.968000', '163048.971000', '163048.974000', '163048.976000', '163048.979000', '163048.982000', '163048.985000', '163048.988000', '163048.991000', '163048.994000', '163048.997000', '163049.000000', '163049.003000', '163049.006000', '163049.009000', '163049.012000', '163049.015000', '163049.018000', '163049.021000', '163049.023000', '163049.026000', '163049.029000', '163049.032000', '163049.035000', '163049.038000', '163049.041000', '163049.044000', '163049.046000', '163049.049000', '163049.052000', '163049.055000', '163049.058000', '163049.061000', '163108.936000', '163108.939000', '163108.942000', '163108.945000', '163108.948000', '163108.951000', '163108.954000', '163108.957000', '163108.959000', '163108.962000', '163108.965000', '163108.968000', '163108.971000', '163108.974000', '163108.977000', '163108.980000', '163108.982000', '163108.987000', '163108.990000', '163108.993000', '163108.996000', '163109.000000', '163109.003000', '163109.006000', '163109.009000', '163109.011000', '163109.014000', '163109.017000', '163109.020000', '163109.023000', '163109.026000', '163109.029000', '163109.032000', '163109.035000', '163109.038000', '163109.041000', '163109.044000', '163109.046000', '163109.049000', '163109.052000', '163109.055000', '163109.058000', '163109.060000', '163128.935000', '163128.938000', '163128.941000', '163128.944000', '163128.947000', '163128.949000', '163128.952000', '163128.956000', '163128.958000', '163128.961000', '163128.964000', '163128.967000', '163128.970000', '163128.973000', '163128.975000', '163128.978000', '163128.981000', '163128.984000', '163128.987000', '163128.990000', '163128.993000', '163128.996000', '163128.998000', '163129.002000', '163129.005000', '163129.008000', '163129.011000', '163129.014000', '163129.017000', '163129.020000', '163129.023000', '163129.026000', '163129.028000', '163129.031000', '163129.034000', '163129.037000', '163129.040000', '163129.043000', '163129.045000', '163129.048000', '163129.060000', '163129.063000', '163129.065000', '163129.068000', '163148.951000', '163148.954000', '163148.957000', '163148.960000', '163148.963000', '163148.970000', '163148.973000', '163148.976000', '163148.979000', '163148.983000', '163148.986000', '163148.989000', '163148.991000', '163148.995000', '163148.997000', '163149.001000', '163149.004000', '163149.007000', '163149.010000', '163149.013000', '163149.016000', '163149.019000', '163149.022000', '163149.024000', '163149.027000', '163149.030000', '163149.033000', '163149.036000', '163149.039000', '163149.042000', '163149.045000', '163149.048000', '163149.051000', '163149.054000', '163149.056000', '163149.059000', '163149.062000', '163149.065000', '163149.068000', '163149.071000', '163149.074000', '163149.077000', '163149.080000', '163208.936000', '163208.939000', '163208.942000', '163208.945000', '163208.948000', '163208.951000', '163208.954000', '163208.957000', '163208.959000', '163208.962000', '163208.965000', '163208.968000', '163208.971000', '163208.974000', '163208.977000', '163208.980000', '163208.982000', '163208.985000', '163208.988000', '163208.991000', '163208.994000', '163208.997000', '163209.001000', '163209.003000', '163209.006000', '163209.009000', '163209.012000', '163209.015000', '163209.018000', '163209.021000', '163209.024000', '163209.026000', '163209.029000', '163209.032000', '163209.035000', '163209.038000', '163209.041000', '163209.044000', '163209.046000', '163209.049000', '163209.052000', '163209.055000', '163209.058000', '163209.061000', '163228.936000', '163228.939000', '163228.942000', '163228.945000', '163228.948000', '163228.951000', '163228.953000', '163228.956000', '163228.959000', '163228.962000', '163228.965000', '163228.968000', '163228.971000', '163228.974000', '163228.976000', '163228.979000', '163228.982000', '163228.985000', '163228.988000', '163228.991000', '163228.994000', '163228.997000', '163229.000000', '163229.003000', '163229.006000', '163229.009000', '163229.012000', '163229.015000', '163229.018000', '163229.021000', '163229.023000', '163229.026000', '163229.029000', '163229.032000', '163229.035000', '163229.038000', '163229.041000', '163229.043000', '163229.046000', '163229.049000', '163229.052000', '163229.055000', '163229.058000', '163248.936000', '163248.939000', '163248.942000', '163248.945000', '163248.948000', '163248.951000', '163248.954000', '163248.957000', '163248.959000', '163248.962000', '163248.965000', '163248.968000', '163248.971000', '163248.974000', '163248.977000', '163248.980000', '163248.982000', '163248.985000', '163248.988000', '163248.991000', '163248.994000', '163248.997000', '163249.001000', '163249.004000', '163249.007000', '163249.010000', '163249.012000', '163249.015000', '163249.018000', '163249.021000', '163249.024000', '163249.027000', '163249.030000', '163249.033000', '163249.035000', '163249.038000', '163249.041000', '163249.044000', '163249.047000', '163249.050000', '163249.052000', '163249.055000', '163249.058000', '163249.061000', '163308.936000', '163308.939000', '163308.942000', '163308.945000', '163308.948000', '163308.951000', '163308.953000', '163308.957000', '163308.959000', '163308.962000', '163308.965000', '163308.981000', '163308.984000', '163308.987000', '163308.990000', '163308.993000', '163308.996000', '163308.998000', '163309.002000', '163309.005000', '163309.008000', '163309.011000', '163309.014000', '163309.018000', '163309.021000', '163309.024000', '163309.027000', '163309.030000', '163309.033000', '163309.036000', '163309.038000', '163309.041000', '163309.044000', '163309.047000', '163309.050000', '163309.053000', '163309.056000', '163309.059000', '163309.062000', '163309.065000', '163309.068000', '163309.071000', '163309.074000', '163328.936000', '163328.939000', '163328.942000', '163328.945000', '163328.948000', '163328.951000', '163328.953000', '163328.956000', '163328.959000', '163328.962000', '163328.965000', '163328.968000', '163328.971000', '163328.974000', '163328.976000', '163328.979000', '163328.982000', '163328.985000', '163328.988000', '163328.991000', '163328.994000', '163328.997000', '163329.000000', '163329.003000', '163329.006000', '163329.009000', '163329.012000', '163329.015000', '163329.018000', '163329.021000', '163329.024000', '163329.026000', '163329.029000', '163329.032000', '163329.035000', '163329.038000', '163329.041000', '163329.044000', '163329.046000', '163329.049000', '163329.052000', '163329.055000', '163329.058000', '163329.061000', '163348.935000', '163348.938000', '163348.941000', '163348.944000', '163348.947000', '163348.950000', '163348.953000', '163348.955000', '163348.958000', '163348.961000', '163348.964000', '163348.967000', '163348.970000', '163348.973000', '163348.976000', '163348.979000', '163348.981000', '163348.984000', '163348.987000', '163348.990000', '163348.993000', '163348.996000', '163349.000000', '163349.002000', '163349.005000', '163349.008000', '163349.011000', '163349.014000', '163349.017000', '163349.020000', '163349.023000', '163349.025000', '163349.028000', '163349.031000', '163349.034000', '163349.037000', '163349.040000', '163349.043000', '163349.046000', '163349.048000', '163349.051000', '163349.054000', '163349.057000', '163408.936000', '163408.939000', '163408.942000', '163408.945000', '163408.948000', '163408.951000', '163408.954000', '163408.956000', '163408.959000', '163408.962000', '163408.965000', '163408.968000', '163408.971000', '163408.974000', '163408.977000', '163408.979000', '163408.982000', '163408.985000', '163408.988000', '163408.991000', '163408.994000', '163408.997000', '163409.001000', '163409.004000', '163409.007000', '163409.009000', '163409.012000', '163409.015000', '163409.018000', '163409.021000', '163409.024000', '163409.027000', '163409.030000', '163409.032000', '163409.035000', '163409.038000', '163409.041000', '163409.044000', '163409.047000', '163409.050000', '163409.053000', '163409.055000', '163409.058000', '163409.061000', '163428.936000', '163428.939000', '163428.942000', '163428.945000', '163428.948000', '163428.951000', '163428.954000', '163428.956000', '163428.975000', '163428.978000', '163428.981000', '163428.984000', '163428.987000', '163428.990000', '163428.992000', '163428.995000', '163428.998000', '163429.002000', '163429.005000', '163429.008000', '163429.011000', '163429.014000', '163429.017000', '163429.019000', '163429.022000', '163429.025000', '163429.028000', '163429.031000', '163429.034000', '163429.037000', '163429.040000', '163429.042000', '163429.045000', '163429.048000', '163429.051000', '163429.054000', '163429.058000', '163429.061000', '163429.064000', '163429.067000', '163429.070000', '163429.073000', '163429.075000', '163448.936000', '163448.939000', '163448.942000', '163448.945000', '163448.947000', '163448.950000', '163448.953000', '163448.956000', '163448.959000', '163448.962000', '163448.973000', '163448.975000', '163448.978000', '163448.981000', '163448.984000', '163448.987000', '163448.990000', '163448.993000', '163448.996000', '163449.000000', '163449.002000', '163449.005000', '163449.008000', '163449.011000', '163449.014000', '163449.017000', '163449.020000', '163449.023000', '163449.026000', '163449.029000', '163449.032000', '163449.035000', '163449.037000', '163449.040000', '163449.043000', '163449.046000', '163449.049000', '163449.052000', '163449.055000', '163449.058000', '163449.061000', '163449.064000', '163449.067000', '163449.069000', '163456.792000', '163456.795000', '163456.798000', '163456.801000', '163456.804000', '163456.807000', '163456.810000', '163456.812000', '163456.815000', '163456.818000', '163456.821000', '163456.824000', '163456.827000', '163456.830000', '163456.833000', '163456.836000', '163456.839000'], '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], 'LargestImagePixelValue': [16547, 13386, 15919, 12421, 12178, 8167, 12631, 8003, 12925, 8498, 11261, 7896, 8876, 7815, 13355, 7781, 12250, 7807, 10183, 7641, 9201, 7941, 9154, 11777, 8483, 8807, 8285, 12597, 8012, 11993, 8484, 7572, 9490, 7672, 13061, 8814, 15688, 11048, 14419, 12023, 10846, 11697, 9515, 9740, 8527, 14159, 7693, 12727, 7750, 10320, 7668, 9685, 7631, 8670, 12626, 7769, 13076, 7791, 11729, 7688, 12273, 7694, 10758, 7740, 9995, 7814, 9365, 14376, 9545, 14835, 10270, 12595, 7690, 10884, 7910, 8774, 12676, 7824, 11880, 7828, 8067, 7673, 11271, 7735, 10448, 7723, 10148, 7733, 9999, 7813, 11767, 7770, 12672, 9019, 13251, 9346, 13496, 8129, 13171, 9347, 10503, 7885, 10488, 15608, 11802, 14742, 10912, 12392, 7731, 11393, 7673, 9988, 7867, 9630, 7784, 9926, 8014, 9528, 7848, 9502, 7711, 9327, 8024, 9883, 8121, 9099, 13461, 8660, 13629, 8344, 14013, 7755, 11724, 7832, 11442, 7792, 9211, 7823, 7789, 9911, 7931, 13222, 7765, 13326, 8221, 10040, 10648, 9666, 7736, 9650, 7795, 8618, 7902, 8239, 7755, 8618, 7712, 8735, 7709, 8592, 11567, 7872, 12483, 7946, 7698, 8066, 7732, 8602, 12605, 7919, 7754, 8110, 7784, 9182, 9195, 9413, 9815, 9546, 7760, 10686, 7773, 11438, 9950, 11080, 7788, 10897, 7754, 9941, 8957, 9726, 8367, 9059, 7991, 8800, 7881, 8806, 11581, 8288, 8407, 8014, 13286, 7735, 13344, 7797, 12226, 7740, 10122, 7666, 9758, 9070, 8603, 14685, 9219, 12966, 7809, 13444, 7708, 12737, 7735, 11724, 7725, 10918, 7725, 12135, 7669, 10446, 9427, 9491, 7651, 9624, 7770, 9579, 10490, 9210, 7732, 9527, 11510, 8423, 15530, 11142, 14334, 11126, 13875, 8907, 13565, 7799, 12805, 7727, 11684, 7746, 11500, 7862, 9960, 13345, 9696, 11239, 7782, 13455, 7810, 11801, 7662, 7696, 8322, 7721, 9819, 7829, 10628, 9368, 7781, 10507, 7757, 11601, 12687, 10560, 12436, 9592, 8786, 9718, 12166, 9305, 16638, 12729, 14109, 9510, 13447, 7831, 12488, 7765, 12396, 7779, 11350, 7767, 12091, 7765, 11266, 7794, 9930, 7738, 9559, 7779, 9149, 9803, 8491, 7818, 9081, 11171, 8198, 14096, 8668, 10476, 8026, 12617, 7977, 13961, 9256, 13105, 7799, 13038, 7755, 11968, 7670, 10948, 7884, 10757, 7798, 11597, 7747, 13467, 9323, 10660, 7867, 10575, 8667, 10117, 9654, 7824, 11012, 7803, 13638, 10198, 7813, 9696, 7803, 10782, 9103, 7919, 14403, 10961, 12099, 11939, 7748, 14707, 8582, 13961, 7915, 14087, 7953, 12237, 7821, 7767, 8242, 7965, 9184, 7891, 10844, 7771, 12660, 8211, 13709, 9989, 11329, 7761, 7844, 8413, 12648, 9964, 7700, 8934, 10236, 8821, 14982, 9604, 14278, 10925, 12904, 7699, 12545, 7687, 11880, 7910, 7666, 7887, 7680, 8750, 7848, 10002, 11359, 10167, 7685, 10228, 12786, 11030, 12391, 9877, 7949, 8823, 7571, 10372, 7558, 13665, 8142, 7666, 8503, 7699, 12701, 8906, 7841, 11106, 7877, 14288, 10993, 11954, 10878, 7749, 11961, 8334, 8282, 10556, 10147, 12914, 7912, 13384, 7929, 12828, 7809, 11453, 7777, 10241, 7742, 9519, 7855, 9431, 7762, 8624, 7843, 8248, 13849, 7922, 12257, 7760, 10952, 7849, 10218, 7844, 9744, 7991, 8842, 9814, 8222, 7762, 8447, 12212, 8078, 14734, 10539, 12079, 8641, 14694, 9475, 12887, 8846, 11309, 7777, 10346, 7992, 8849, 12552, 8463, 9988, 7743, 8651, 8177, 10526, 8524, 7822, 9252, 12216, 9068, 15700, 11808, 12975, 8657, 13337, 9513, 13459, 9340, 12199, 7775, 12289, 7817, 12920, 8934, 10896, 7928, 14055, 8621, 13178, 8447, 10284, 7850, 12114, 7939, 11936, 7742, 7840, 9285, 9030, 12616, 9759, 11408, 10881, 9966, 14321, 8846, 11186, 7738, 10042, 7889, 11226, 7812, 10645, 7797, 10063, 7797, 9599, 7761, 9823, 7738, 9637, 7733, 9997, 7784, 9796, 10177, 9073, 12852, 8565, 11791, 7773, 13417, 7862, 11875, 7673, 10569, 7699, 9952, 7921, 9772, 7695, 9213, 7883, 9049, 7696, 8988, 13083, 8437, 13407, 9095, 12867, 7730, 12914, 7593, 12505, 8019, 10383, 7777, 9867, 8045, 9533, 10742, 8926, 12012, 8484, 9055, 8064, 12166, 8371, 14192, 10449, 11123, 8639, 9847, 9611, 7703, 11551, 8443, 15669, 13688, 10663, 9708, 9071, 12000, 8841, 14131, 9442, 10817, 7749, 11185, 7794, 12553, 7646, 10665, 7578, 10145, 7692, 11003, 7659, 10576, 7635, 10484, 7791, 11477, 7867, 11016, 8304, 10150, 8006, 9975, 12463, 9008, 15538, 11755, 13326, 9060, 13416, 7866, 12831, 7657, 12519, 7750, 11068, 7967, 10360, 7779, 9353, 7810, 10260, 12761, 10474, 14231, 10212, 13870, 10087, 11210, 7727, 11127, 7870, 10475, 7974, 9386, 7880, 8470, 12170, 7967, 13689, 8416, 12061, 7650, 10816, 7657, 9129, 7738, 9366, 7792, 9281, 7811, 9788, 8011, 10038, 12728, 10843, 12324, 9155, 15615, 10481, 12373, 7862, 11129, 7816, 10089, 7942, 8774, 10144, 7824, 11573, 7689, 9908, 7624, 9881, 7623, 9231, 7675, 9609, 7932, 9890, 7968, 9670, 10689, 9176, 13178, 11399, 10107, 8373, 14909, 11174, 10986, 10621, 7768, 10020, 7652, 9979, 8508, 16356, 10621, 12295, 7797, 11339, 7692, 12171, 7883, 12098, 7632, 12127, 7653, 10667, 7987, 9599, 7869, 8629, 7958, 8340, 8112, 8682, 7842, 9224, 7642, 9162, 7783, 9492, 7822, 12488, 8704, 8918, 7941, 8080, 9293, 7844, 14297, 10248, 10308, 8308, 7614, 13519, 9703, 12786, 11515, 7650, 13356, 10217, 7674, 13797, 9410, 15742, 11276, 16433, 11884, 14922, 9315, 7561, 8096, 7520, 8386, 7910, 8503, 7540, 8556, 7595, 8567, 7547, 9198, 7556, 9531, 7825, 10563, 7687, 13773, 9666, 16547, 10946, 12104, 9470, 7644, 10872, 10093, 17497, 11574, 10327, 8535, 7854, 8496, 14738, 8541, 9873, 12831, 8122, 11663, 8171, 10677, 8190, 7677, 9865, 7638, 13249, 8184, 15261, 9982, 15819, 9433, 14772, 9124, 14191, 8262, 13464, 7901, 11238, 10920, 9341, 13021, 7820, 13290, 7671, 10810, 7610, 9171, 7688, 8374, 7668, 7620, 11506, 7664, 10098, 7615, 9342, 7652, 8256, 10119, 7687, 11297, 7632, 10142, 7656, 10459, 7580, 9971, 7612, 9665, 7641, 9393, 8644, 8278, 10392, 7746, 13799, 8102, 11980, 7579, 9461, 7556, 11633, 7552, 10800, 7578, 9874, 7548, 10081, 7520, 9476, 7558, 9524, 7736, 9535, 7597, 9513, 7626, 9320, 12828, 8615, 8821, 8614, 7707, 8483, 7622, 9274, 7632, 9962, 7687, 10508, 7633, 11939, 7525, 11898, 7733, 10706, 10503, 10065, 7831, 10246, 7914, 10287, 7623, 10370, 7574, 11279, 7626, 11032, 7913, 11277, 7671, 11503, 7512, 12025, 7691, 13795, 9343, 12648, 8626, 12553, 9085, 7529, 10950, 7565, 9449, 9335, 17533, 10564, 13587, 8157, 13259, 7776, 13428, 9223, 13270, 8610, 12148, 8051, 9356, 7784, 7752, 8699, 7486, 11682, 9346, 12028, 9970, 7637, 11531, 8376, 12830, 9873, 7523, 11150, 7644, 11427, 9176, 7700, 10896, 7710, 8849, 8792, 7645, 11127, 7683, 12071, 7807, 12342, 9663, 13768, 10390, 10662, 10173, 7551, 10681, 7468, 11506, 7567, 12748, 7922, 12961, 8625, 14305, 10103, 14731, 10312, 12460, 9395, 10855, 9533, 11514, 10694, 7583, 11562, 7631, 11686, 7731, 11912, 7729, 12917, 9984, 7884, 11157, 7734, 14103, 7742, 15234, 10517, 12630, 7718, 11722, 7730, 11763, 7720, 11990, 7753, 11477, 7649, 12313, 9654, 10207, 8053, 7599, 8296, 8025, 7591, 7420, 11247, 7821, 14105, 10236, 8029, 12655, 8679, 12465, 12011, 13180, 14779, 8399, 16367, 9476, 15765, 10927, 15867, 11913, 14273, 9476, 13789, 9351, 12652, 9195, 12439, 8560, 11962, 7599, 10321, 7614, 8375, 7781, 8362, 9986, 8822, 12819, 10129, 8540, 10375, 7648, 12029, 8289, 15194, 11925, 15163, 12241, 10100, 7780, 8343, 9505, 8103, 13256, 7875, 13201, 9169, 11804, 10242, 7692, 13178, 10522, 8659, 13886, 8338, 14276, 11087, 10462, 14844, 11997, 10046, 9782, 9995, 7982, 11390, 8064, 13130, 9087, 12214, 7932, 11379, 7837, 10954, 7881, 11460, 7839, 11339, 7796, 11233, 8022, 12031, 8510, 15053, 11374, 10133, 9421, 8318, 11838, 8290, 11035, 10432, 8012, 11952, 9594, 7364, 11384, 7533, 15100, 9191, 15954, 12402, 18076, 13193, 17108, 12326, 15658, 10084, 13267, 7598, 12471, 7731, 11901, 8418, 10873, 8350, 13450, 9199, 11024, 8942, 7510, 8969, 9623, 9380, 9691, 9068, 13267, 8960, 9016, 8946, 7457, 9587, 7641, 7679, 9382, 7476, 10864, 7697, 11667, 7511, 11789, 7555, 11902, 7552, 11717, 7515, 11127, 7481, 11047, 7475, 10985, 7607], 'WindowCenter': [4675.0, 4616.0, 4619.0, 4586.0, 4561.0, 4506.0, 4544.0, 4494.0, 4542.0, 4502.0, 4522.0, 4481.0, 4501.0, 4482.0, 4553.0, 4497.0, 4543.0, 4483.0, 4512.0, 4480.0, 4500.0, 4480.0, 4514.0, 4544.0, 4503.0, 4502.0, 4493.0, 4541.0, 4492.0, 4543.0, 4503.0, 4493.0, 4513.0, 4492.0, 4552.0, 4503.0, 4562.0, 4531.0, 4553.0, 4531.0, 4519.0, 4519.0, 4499.0, 4498.0, 4488.0, 4538.0, 4468.0, 4539.0, 4479.0, 4508.0, 4467.0, 4498.0, 4468.0, 4488.0, 4528.0, 4480.0, 4539.0, 4480.0, 4529.0, 4481.0, 4530.0, 4480.0, 4521.0, 4480.0, 4510.0, 4480.0, 4501.0, 4550.0, 4499.0, 4549.0, 4508.0, 4528.0, 4467.0, 4507.0, 4476.0, 4487.0, 4527.0, 4469.0, 4540.0, 4480.0, 4478.0, 4480.0, 4518.0, 4480.0, 4520.0, 4491.0, 4520.0, 4492.0, 4522.0, 4494.0, 4542.0, 4493.0, 4551.0, 4514.0, 4552.0, 4513.0, 4552.0, 4480.0, 4542.0, 4500.0, 4510.0, 4479.0, 4510.0, 4549.0, 4518.0, 4548.0, 4507.0, 4526.0, 4466.0, 4516.0, 4465.0, 4496.0, 4477.0, 4497.0, 4466.0, 4497.0, 4477.0, 4497.0, 4477.0, 4498.0, 4477.0, 4498.0, 4477.0, 4508.0, 4477.0, 4488.0, 4539.0, 4488.0, 4537.0, 4488.0, 4537.0, 4478.0, 4518.0, 4469.0, 4517.0, 4479.0, 4497.0, 4480.0, 4480.0, 4510.0, 4490.0, 4540.0, 4480.0, 4550.0, 4489.0, 4509.0, 4509.0, 4498.0, 4467.0, 4498.0, 4479.0, 4489.0, 4479.0, 4490.0, 4480.0, 4497.0, 4478.0, 4501.0, 4479.0, 4503.0, 4542.0, 4493.0, 4553.0, 4493.0, 4493.0, 4503.0, 4493.0, 4514.0, 4552.0, 4493.0, 4494.0, 4504.0, 4494.0, 4525.0, 4524.0, 4524.0, 4524.0, 4525.0, 4494.0, 4534.0, 4493.0, 4543.0, 4523.0, 4532.0, 4492.0, 4532.0, 4482.0, 4522.0, 4511.0, 4512.0, 4491.0, 4501.0, 4490.0, 4501.0, 4491.0, 4513.0, 4542.0, 4502.0, 4492.0, 4493.0, 4551.0, 4482.0, 4552.0, 4493.0, 4542.0, 4481.0, 4520.0, 4481.0, 4511.0, 4501.0, 4502.0, 4562.0, 4511.0, 4540.0, 4480.0, 4548.0, 4480.0, 4550.0, 4492.0, 4530.0, 4481.0, 4520.0, 4490.0, 4541.0, 4481.0, 4532.0, 4512.0, 4512.0, 4480.0, 4511.0, 4479.0, 4512.0, 4521.0, 4509.0, 4480.0, 4511.0, 4531.0, 4491.0, 4573.0, 4533.0, 4560.0, 4531.0, 4549.0, 4500.0, 4539.0, 4480.0, 4538.0, 4478.0, 4528.0, 4477.0, 4519.0, 4478.0, 4509.0, 4538.0, 4497.0, 4517.0, 4467.0, 4537.0, 4478.0, 4528.0, 4481.0, 4480.0, 4490.0, 4480.0, 4535.0, 4494.0, 4533.0, 4513.0, 4492.0, 4523.0, 4482.0, 4533.0, 4543.0, 4522.0, 4541.0, 4510.0, 4490.0, 4509.0, 4529.0, 4500.0, 4570.0, 4539.0, 4538.0, 4498.0, 4536.0, 4467.0, 4527.0, 4478.0, 4528.0, 4480.0, 4518.0, 4479.0, 4529.0, 4479.0, 4530.0, 4480.0, 4510.0, 4479.0, 4510.0, 4479.0, 4511.0, 4522.0, 4490.0, 4480.0, 4500.0, 4530.0, 4491.0, 4562.0, 4502.0, 4521.0, 4490.0, 4541.0, 4492.0, 4562.0, 4513.0, 4550.0, 4482.0, 4551.0, 4481.0, 4542.0, 4495.0, 4545.0, 4504.0, 4532.0, 4493.0, 4544.0, 4506.0, 4562.0, 4525.0, 4533.0, 4491.0, 4534.0, 4512.0, 4520.0, 4523.0, 4480.0, 4532.0, 4494.0, 4564.0, 4523.0, 4494.0, 4524.0, 4493.0, 4532.0, 4501.0, 4492.0, 4563.0, 4534.0, 4544.0, 4544.0, 4482.0, 4551.0, 4489.0, 4539.0, 4480.0, 4538.0, 4479.0, 4528.0, 4468.0, 4467.0, 4490.0, 4479.0, 4499.0, 4489.0, 4519.0, 4480.0, 4539.0, 4501.0, 4547.0, 4511.0, 4529.0, 4478.0, 4480.0, 4503.0, 4553.0, 4522.0, 4480.0, 4501.0, 4511.0, 4501.0, 4562.0, 4513.0, 4551.0, 4522.0, 4530.0, 4481.0, 4529.0, 4483.0, 4541.0, 4492.0, 4482.0, 4491.0, 4482.0, 4503.0, 4494.0, 4524.0, 4533.0, 4524.0, 4483.0, 4523.0, 4543.0, 4535.0, 4539.0, 4494.0, 4463.0, 4487.0, 4468.0, 4521.0, 4480.0, 4550.0, 4493.0, 4493.0, 4502.0, 4492.0, 4552.0, 4512.0, 4491.0, 4531.0, 4493.0, 4563.0, 4535.0, 4542.0, 4530.0, 4482.0, 4541.0, 4492.0, 4492.0, 4522.0, 4511.0, 4542.0, 4479.0, 4539.0, 4479.0, 4528.0, 4469.0, 4517.0, 4468.0, 4508.0, 4479.0, 4498.0, 4479.0, 4498.0, 4478.0, 4500.0, 4491.0, 4491.0, 4551.0, 4492.0, 4541.0, 4482.0, 4531.0, 4492.0, 4521.0, 4492.0, 4512.0, 4492.0, 4513.0, 4523.0, 4504.0, 4494.0, 4504.0, 4553.0, 4505.0, 4574.0, 4537.0, 4555.0, 4516.0, 4575.0, 4524.0, 4553.0, 4501.0, 4533.0, 4481.0, 4521.0, 4491.0, 4512.0, 4542.0, 4492.0, 4522.0, 4491.0, 4502.0, 4503.0, 4533.0, 4504.0, 4494.0, 4524.0, 4553.0, 4512.0, 4574.0, 4542.0, 4551.0, 4502.0, 4551.0, 4512.0, 4551.0, 4500.0, 4540.0, 4480.0, 4540.0, 4481.0, 4538.0, 4501.0, 4531.0, 4491.0, 4561.0, 4501.0, 4549.0, 4490.0, 4521.0, 4492.0, 4539.0, 4489.0, 4540.0, 4490.0, 4491.0, 4510.0, 4512.0, 4553.0, 4510.0, 4542.0, 4518.0, 4508.0, 4547.0, 4487.0, 4516.0, 4477.0, 4509.0, 4478.0, 4528.0, 4479.0, 4517.0, 4479.0, 4507.0, 4479.0, 4508.0, 4478.0, 4509.0, 4490.0, 4511.0, 4492.0, 4522.0, 4493.0, 4524.0, 4522.0, 4511.0, 4550.0, 4500.0, 4540.0, 4481.0, 4549.0, 4490.0, 4540.0, 4491.0, 4531.0, 4491.0, 4520.0, 4492.0, 4522.0, 4492.0, 4511.0, 4492.0, 4514.0, 4492.0, 4513.0, 4563.0, 4503.0, 4552.0, 4513.0, 4552.0, 4492.0, 4562.0, 4492.0, 4542.0, 4490.0, 4522.0, 4480.0, 4521.0, 4490.0, 4511.0, 4532.0, 4512.0, 4542.0, 4502.0, 4511.0, 4492.0, 4541.0, 4502.0, 4561.0, 4533.0, 4531.0, 4514.0, 4522.0, 4521.0, 4492.0, 4541.0, 4503.0, 4574.0, 4552.0, 4519.0, 4508.0, 4488.0, 4528.0, 4498.0, 4546.0, 4500.0, 4517.0, 4478.0, 4518.0, 4479.0, 4537.0, 4480.0, 4517.0, 4480.0, 4519.0, 4491.0, 4530.0, 4491.0, 4520.0, 4479.0, 4520.0, 4479.0, 4530.0, 4490.0, 4532.0, 4491.0, 4522.0, 4490.0, 4522.0, 4541.0, 4501.0, 4561.0, 4530.0, 4550.0, 4500.0, 4549.0, 4479.0, 4539.0, 4479.0, 4539.0, 4493.0, 4530.0, 4479.0, 4507.0, 4467.0, 4498.0, 4467.0, 4509.0, 4538.0, 4508.0, 4548.0, 4509.0, 4537.0, 4508.0, 4517.0, 4478.0, 4517.0, 4479.0, 4508.0, 4477.0, 4497.0, 4478.0, 4489.0, 4529.0, 4479.0, 4548.0, 4489.0, 4529.0, 4479.0, 4517.0, 4479.0, 4497.0, 4481.0, 4509.0, 4492.0, 4510.0, 4492.0, 4522.0, 4493.0, 4523.0, 4542.0, 4521.0, 4541.0, 4500.0, 4560.0, 4508.0, 4528.0, 4478.0, 4517.0, 4469.0, 4509.0, 4479.0, 4489.0, 4509.0, 4480.0, 4530.0, 4481.0, 4509.0, 4481.0, 4521.0, 4491.0, 4511.0, 4492.0, 4512.0, 4492.0, 4521.0, 4492.0, 4522.0, 4533.0, 4513.0, 4552.0, 4542.0, 4520.0, 4504.0, 4562.0, 4531.0, 4531.0, 4520.0, 4479.0, 4520.0, 4481.0, 4508.0, 4501.0, 4571.0, 4519.0, 4528.0, 4478.0, 4516.0, 4477.0, 4526.0, 4478.0, 4526.0, 4467.0, 4526.0, 4466.0, 4506.0, 4477.0, 4496.0, 4476.0, 4486.0, 4475.0, 4477.0, 4476.0, 4499.0, 4489.0, 4510.0, 4479.0, 4509.0, 4480.0, 4521.0, 4506.0, 4584.0, 4547.0, 4544.0, 4519.0, 4518.0, 4524.0, 4503.0, 4574.0, 4522.0, 4521.0, 4501.0, 4503.0, 4564.0, 4523.0, 4551.0, 4530.0, 4480.0, 4551.0, 4520.0, 4479.0, 4549.0, 4512.0, 4574.0, 4533.0, 4571.0, 4529.0, 4548.0, 4486.0, 4463.0, 4462.0, 4463.0, 4476.0, 4476.0, 4501.0, 4492.0, 4514.0, 4494.0, 4502.0, 4482.0, 4512.0, 4479.0, 4509.0, 4491.0, 4519.0, 4481.0, 4550.0, 4524.0, 4583.0, 4535.0, 4542.0, 4511.0, 4480.0, 4532.0, 4532.0, 4582.0, 4530.0, 4507.0, 4487.0, 4476.0, 4488.0, 4547.0, 4485.0, 4507.0, 4525.0, 4464.0, 4513.0, 4476.0, 4506.0, 4475.0, 4476.0, 4506.0, 4465.0, 4525.0, 4476.0, 4545.0, 4496.0, 4534.0, 4473.0, 4523.0, 4471.0, 4510.0, 4450.0, 4498.0, 4436.0, 4476.0, 4476.0, 4456.0, 4495.0, 4436.0, 4496.0, 4434.0, 4475.0, 4426.0, 4455.0, 4435.0, 4448.0, 4437.0, 4448.0, 4489.0, 4449.0, 4479.0, 4450.0, 4470.0, 4450.0, 4462.0, 4491.0, 4451.0, 4501.0, 4453.0, 4492.0, 4465.0, 4503.0, 4464.0, 4493.0, 4466.0, 4495.0, 4476.0, 4497.0, 4487.0, 4487.0, 4506.0, 4467.0, 4536.0, 4477.0, 4526.0, 4477.0, 4507.0, 4478.0, 4527.0, 4480.0, 4519.0, 4480.0, 4508.0, 4480.0, 4519.0, 4479.0, 4509.0, 4491.0, 4509.0, 4480.0, 4511.0, 4491.0, 4521.0, 4491.0, 4512.0, 4552.0, 4501.0, 4511.0, 4501.0, 4490.0, 4499.0, 4492.0, 4521.0, 4492.0, 4522.0, 4493.0, 4532.0, 4504.0, 4553.0, 4492.0, 4552.0, 4491.0, 4531.0, 4532.0, 4521.0, 4490.0, 4520.0, 4490.0, 4531.0, 4492.0, 4532.0, 4491.0, 4542.0, 4492.0, 4531.0, 4504.0, 4540.0, 4492.0, 4539.0, 4492.0, 4551.0, 4493.0, 4562.0, 4523.0, 4552.0, 4513.0, 4554.0, 4513.0, 4492.0, 4531.0, 4492.0, 4521.0, 4523.0, 4584.0, 4522.0, 4540.0, 4479.0, 4539.0, 4480.0, 4551.0, 4511.0, 4541.0, 4491.0, 4513.0, 4492.0, 4522.0, 4491.0, 4486.0, 4496.0, 4485.0, 4522.0, 4505.0, 4522.0, 4502.0, 4472.0, 4524.0, 4498.0, 4546.0, 4517.0, 4486.0, 4525.0, 4486.0, 4537.0, 4507.0, 4487.0, 4527.0, 4489.0, 4509.0, 4509.0, 4502.0, 4553.0, 4501.0, 4550.0, 4490.0, 4549.0, 4520.0, 4562.0, 4530.0, 4530.0, 4529.0, 4490.0, 4528.0, 4490.0, 4540.0, 4490.0, 4551.0, 4500.0, 4548.0, 4510.0, 4558.0, 4530.0, 4559.0, 4531.0, 4549.0, 4509.0, 4539.0, 4520.0, 4541.0, 4530.0, 4489.0, 4540.0, 4491.0, 4539.0, 4490.0, 4539.0, 4489.0, 4550.0, 4520.0, 4499.0, 4539.0, 4489.0, 4559.0, 4488.0, 4569.0, 4529.0, 4538.0, 4476.0, 4527.0, 4475.0, 4526.0, 4488.0, 4537.0, 4488.0, 4538.0, 4502.0, 4562.0, 4545.0, 4544.0, 4512.0, 4514.0, 4511.0, 4499.0, 4484.0, 4485.0, 4535.0, 4498.0, 4557.0, 4528.0, 4500.0, 4560.0, 4511.0, 4561.0, 4563.0, 4574.0, 4584.0, 4501.0, 4570.0, 4507.0, 4557.0, 4527.0, 4557.0, 4526.0, 4545.0, 4505.0, 4544.0, 4505.0, 4534.0, 4506.0, 4535.0, 4495.0, 4524.0, 4484.0, 4516.0, 4487.0, 4498.0, 4487.0, 4498.0, 4519.0, 4521.0, 4559.0, 4530.0, 4510.0, 4529.0, 4499.0, 4548.0, 4509.0, 4580.0, 4561.0, 4582.0, 4563.0, 4541.0, 4489.0, 4511.0, 4519.0, 4498.0, 4558.0, 4498.0, 4559.0, 4519.0, 4548.0, 4516.0, 4488.0, 4558.0, 4539.0, 4508.0, 4558.0, 4497.0, 4557.0, 4525.0, 4515.0, 4545.0, 4522.0, 4502.0, 4491.0, 4491.0, 4471.0, 4520.0, 4472.0, 4533.0, 4494.0, 4533.0, 4483.0, 4522.0, 4474.0, 4523.0, 4486.0, 4536.0, 4486.0, 4536.0, 4488.0, 4551.0, 4559.0, 4592.0, 4539.0, 4595.0, 4577.0, 4542.0, 4517.0, 4521.0, 4548.0, 4511.0, 4538.0, 4531.0, 4486.0, 4552.0, 4531.0, 4501.0, 4550.0, 4488.0, 4569.0, 4520.0, 4570.0, 4538.0, 4570.0, 4538.0, 4560.0, 4525.0, 4534.0, 4481.0, 4511.0, 4449.0, 4486.0, 4434.0, 4484.0, 4444.0, 4476.0, 4457.0, 4519.0, 4481.0, 4488.0, 4469.0, 4438.0, 4468.0, 4467.0, 4456.0, 4468.0, 4469.0, 4534.0, 4484.0, 4481.0, 4470.0, 4450.0, 4480.0, 4461.0, 4462.0, 4483.0, 4464.0, 4515.0, 4466.0, 4515.0, 4465.0, 4514.0, 4463.0, 4514.0, 4464.0, 4512.0, 4464.0, 4515.0, 4465.0, 4514.0, 4466.0, 4516.0, 4489.0], 'WindowWidth': [10234.0, 10128.0, 10119.0, 10064.0, 10019.0, 9935.0, 9981.0, 9912.0, 9973.0, 9918.0, 9943.0, 9889.0, 9914.0, 9889.0, 9988.0, 9921.0, 9976.0, 9893.0, 9930.0, 9885.0, 9912.0, 9884.0, 9938.0, 9982.0, 9923.0, 9920.0, 9908.0, 9971.0, 9904.0, 9976.0, 9924.0, 9909.0, 9935.0, 9906.0, 9986.0, 9922.0, 10000.0, 9957.0, 9990.0, 9956.0, 9936.0, 9935.0, 9906.0, 9905.0, 9891.0, 9959.0, 9867.0, 9963.0, 9884.0, 9919.0, 9865.0, 9907.0, 9867.0, 9893.0, 9950.0, 9887.0, 9964.0, 9885.0, 9949.0, 9889.0, 9953.0, 9887.0, 9943.0, 9888.0, 9927.0, 9885.0, 9913.0, 9980.0, 9909.0, 9979.0, 9922.0, 9945.0, 9864.0, 9917.0, 9873.0, 9890.0, 9944.0, 9869.0, 9969.0, 9889.0, 9883.0, 9887.0, 9934.0, 9886.0, 9940.0, 9905.0, 9942.0, 9907.0, 9946.0, 9912.0, 9974.0, 9912.0, 9987.0, 9940.0, 9987.0, 9937.0, 9988.0, 9890.0, 9973.0, 9914.0, 9927.0, 9882.0, 9924.0, 9980.0, 9934.0, 9974.0, 9917.0, 9940.0, 9861.0, 9928.0, 9858.0, 9900.0, 9877.0, 9904.0, 9863.0, 9903.0, 9878.0, 9905.0, 9878.0, 9909.0, 9879.0, 9909.0, 9879.0, 9921.0, 9879.0, 9895.0, 9964.0, 9895.0, 9960.0, 9893.0, 9960.0, 9882.0, 9933.0, 9869.0, 9931.0, 9884.0, 9906.0, 9887.0, 9888.0, 9928.0, 9902.0, 9968.0, 9888.0, 9982.0, 9897.0, 9925.0, 9923.0, 9908.0, 9865.0, 9908.0, 9883.0, 9900.0, 9887.0, 9902.0, 9887.0, 9909.0, 9885.0, 9917.0, 9888.0, 9923.0, 9976.0, 9912.0, 9991.0, 9912.0, 9911.0, 9925.0, 9912.0, 9941.0, 9991.0, 9911.0, 9914.0, 9929.0, 9915.0, 9958.0, 9957.0, 9956.0, 9955.0, 9958.0, 9915.0, 9970.0, 9913.0, 9981.0, 9953.0, 9964.0, 9908.0, 9962.0, 9893.0, 9948.0, 9933.0, 9934.0, 9904.0, 9919.0, 9902.0, 9919.0, 9904.0, 9938.0, 9976.0, 9922.0, 9907.0, 9909.0, 9988.0, 9894.0, 9988.0, 9911.0, 9975.0, 9890.0, 9941.0, 9890.0, 9932.0, 9916.0, 9920.0, 10002.0, 9932.0, 9969.0, 9889.0, 9979.0, 9890.0, 9984.0, 9909.0, 9955.0, 9891.0, 9942.0, 9904.0, 9972.0, 9893.0, 9961.0, 9933.0, 9934.0, 9888.0, 9929.0, 9885.0, 9933.0, 9945.0, 9927.0, 9888.0, 9932.0, 9959.0, 9905.0, 10021.0, 9964.0, 9997.0, 9957.0, 9980.0, 9914.0, 9967.0, 9890.0, 9963.0, 9883.0, 9948.0, 9881.0, 9937.0, 9883.0, 9926.0, 9964.0, 9906.0, 9932.0, 9866.0, 9961.0, 9883.0, 9950.0, 9889.0, 9889.0, 9902.0, 9889.0, 9970.0, 9916.0, 9964.0, 9938.0, 9908.0, 9949.0, 9892.0, 9963.0, 9977.0, 9948.0, 9970.0, 9927.0, 9899.0, 9924.0, 9951.0, 9913.0, 10012.0, 9966.0, 9961.0, 9907.0, 9956.0, 9866.0, 9944.0, 9885.0, 9949.0, 9887.0, 9937.0, 9886.0, 9951.0, 9886.0, 9955.0, 9888.0, 9929.0, 9885.0, 9927.0, 9886.0, 9932.0, 9946.0, 9903.0, 9888.0, 9915.0, 9954.0, 9904.0, 10003.0, 9920.0, 9945.0, 9904.0, 9972.0, 9906.0, 10004.0, 9936.0, 9983.0, 9895.0, 9984.0, 9892.0, 9973.0, 9919.0, 9983.0, 9930.0, 9963.0, 9914.0, 9982.0, 9933.0, 10004.0, 9958.0, 9964.0, 9908.0, 9967.0, 9936.0, 9944.0, 9952.0, 9890.0, 9962.0, 9913.0, 10007.0, 9950.0, 9912.0, 9954.0, 9911.0, 9959.0, 9918.0, 9908.0, 10005.0, 9967.0, 9980.0, 9979.0, 9893.0, 9985.0, 9895.0, 9965.0, 9885.0, 9962.0, 9881.0, 9946.0, 9868.0, 9866.0, 9899.0, 9885.0, 9911.0, 9900.0, 9939.0, 9891.0, 9965.0, 9919.0, 9974.0, 9931.0, 9952.0, 9883.0, 9888.0, 9922.0, 9989.0, 9947.0, 9887.0, 9914.0, 9928.0, 9915.0, 10001.0, 9935.0, 9983.0, 9943.0, 9951.0, 9888.0, 9948.0, 9894.0, 9972.0, 9905.0, 9892.0, 9904.0, 9893.0, 9922.0, 9912.0, 9954.0, 9963.0, 9950.0, 9893.0, 9947.0, 9975.0, 9967.0, 9966.0, 9892.0, 9849.0, 9889.0, 9866.0, 9944.0, 9887.0, 9982.0, 9911.0, 9910.0, 9921.0, 9910.0, 9988.0, 9936.0, 9908.0, 9960.0, 9912.0, 10006.0, 9969.0, 9975.0, 9957.0, 9894.0, 9972.0, 9907.0, 9906.0, 9948.0, 9930.0, 9975.0, 9887.0, 9966.0, 9885.0, 9949.0, 9871.0, 9934.0, 9866.0, 9921.0, 9884.0, 9908.0, 9885.0, 9910.0, 9883.0, 9916.0, 9903.0, 9905.0, 9986.0, 9907.0, 9973.0, 9894.0, 9958.0, 9909.0, 9946.0, 9909.0, 9936.0, 9909.0, 9939.0, 9951.0, 9927.0, 9916.0, 9930.0, 9993.0, 9931.0, 10024.0, 9976.0, 9999.0, 9947.0, 10026.0, 9956.0, 9993.0, 9921.0, 9964.0, 9892.0, 9947.0, 9904.0, 9935.0, 9976.0, 9908.0, 9949.0, 9907.0, 9923.0, 9927.0, 9967.0, 9928.0, 9914.0, 9956.0, 9995.0, 9938.0, 10023.0, 9979.0, 9989.0, 9922.0, 9988.0, 9937.0, 9987.0, 9917.0, 9969.0, 9890.0, 9969.0, 9893.0, 9965.0, 9921.0, 9959.0, 9907.0, 10000.0, 9921.0, 9984.0, 9905.0, 9945.0, 9907.0, 9967.0, 9902.0, 9972.0, 9908.0, 9908.0, 9931.0, 9939.0, 9995.0, 9932.0, 9976.0, 9938.0, 9924.0, 9977.0, 9894.0, 9932.0, 9882.0, 9927.0, 9886.0, 9952.0, 9886.0, 9935.0, 9887.0, 9921.0, 9887.0, 9925.0, 9886.0, 9927.0, 9907.0, 9935.0, 9911.0, 9951.0, 9916.0, 9956.0, 9951.0, 9936.0, 9986.0, 9918.0, 9970.0, 9893.0, 9981.0, 9905.0, 9971.0, 9907.0, 9960.0, 9907.0, 9945.0, 9910.0, 9952.0, 9912.0, 9934.0, 9911.0, 9944.0, 9910.0, 9941.0, 10010.0, 9928.0, 9992.0, 9940.0, 9992.0, 9911.0, 10008.0, 9911.0, 9976.0, 9905.0, 9951.0, 9891.0, 9947.0, 9905.0, 9934.0, 9963.0, 9936.0, 9977.0, 9924.0, 9934.0, 9911.0, 9975.0, 9925.0, 10004.0, 9969.0, 9963.0, 9945.0, 9950.0, 9949.0, 9909.0, 9974.0, 9926.0, 10027.0, 9993.0, 9942.0, 9924.0, 9897.0, 9949.0, 9909.0, 9974.0, 9913.0, 9934.0, 9883.0, 9938.0, 9885.0, 9962.0, 9890.0, 9938.0, 9892.0, 9943.0, 9908.0, 9957.0, 9908.0, 9946.0, 9889.0, 9945.0, 9890.0, 9957.0, 9904.0, 9963.0, 9907.0, 9948.0, 9903.0, 9947.0, 9972.0, 9918.0, 10000.0, 9956.0, 9982.0, 9914.0, 9980.0, 9886.0, 9968.0, 9888.0, 9965.0, 9911.0, 9957.0, 9885.0, 9920.0, 9866.0, 9906.0, 9867.0, 9924.0, 9964.0, 9921.0, 9978.0, 9924.0, 9961.0, 9921.0, 9932.0, 9882.0, 9933.0, 9885.0, 9922.0, 9879.0, 9907.0, 9881.0, 9897.0, 9951.0, 9884.0, 9978.0, 9899.0, 9951.0, 9888.0, 9936.0, 9886.0, 9909.0, 9892.0, 9927.0, 9911.0, 9932.0, 9911.0, 9950.0, 9912.0, 9951.0, 9975.0, 9946.0, 9971.0, 9914.0, 9997.0, 9922.0, 9948.0, 9883.0, 9933.0, 9871.0, 9926.0, 9884.0, 9900.0, 9926.0, 9890.0, 9956.0, 9893.0, 9927.0, 9894.0, 9945.0, 9908.0, 9934.0, 9912.0, 9937.0, 9911.0, 9949.0, 9911.0, 9951.0, 9966.0, 9939.0, 9992.0, 9977.0, 9945.0, 9929.0, 10005.0, 9961.0, 9960.0, 9943.0, 9888.0, 9943.0, 9893.0, 9927.0, 9921.0, 10017.0, 9940.0, 9950.0, 9883.0, 9931.0, 9882.0, 9946.0, 9884.0, 9944.0, 9867.0, 9944.0, 9865.0, 9917.0, 9880.0, 9905.0, 9876.0, 9890.0, 9875.0, 9879.0, 9879.0, 9913.0, 9902.0, 9928.0, 9886.0, 9928.0, 9891.0, 9947.0, 9937.0, 10057.0, 10014.0, 10002.0, 9960.0, 9957.0, 9957.0, 9931.0, 10025.0, 9948.0, 9947.0, 9922.0, 9926.0, 10013.0, 9950.0, 9986.0, 9955.0, 9888.0, 9988.0, 9944.0, 9885.0, 9979.0, 9933.0, 10023.0, 9963.0, 10014.0, 9951.0, 9975.0, 9885.0, 9852.0, 9849.0, 9850.0, 9872.0, 9874.0, 9917.0, 9907.0, 9939.0, 9914.0, 9919.0, 9892.0, 9933.0, 9884.0, 9921.0, 9904.0, 9938.0, 9891.0, 9981.0, 9954.0, 10034.0, 9969.0, 9973.0, 9930.0, 9888.0, 9962.0, 9964.0, 10035.0, 9956.0, 9920.0, 9890.0, 9876.0, 9896.0, 9975.0, 9886.0, 9919.0, 9939.0, 9856.0, 9920.0, 9875.0, 9915.0, 9872.0, 9875.0, 9915.0, 9860.0, 9941.0, 9875.0, 9967.0, 9900.0, 9952.0, 9863.0, 9933.0, 9860.0, 9910.0, 9827.0, 9889.0, 9803.0, 9857.0, 9857.0, 9828.0, 9881.0, 9803.0, 9883.0, 9800.0, 9853.0, 9790.0, 9828.0, 9801.0, 9823.0, 9809.0, 9824.0, 9881.0, 9828.0, 9866.0, 9830.0, 9856.0, 9831.0, 9848.0, 9886.0, 9834.0, 9900.0, 9839.0, 9889.0, 9859.0, 9908.0, 9858.0, 9897.0, 9863.0, 9901.0, 9877.0, 9906.0, 9894.0, 9893.0, 9918.0, 9865.0, 9958.0, 9881.0, 9944.0, 9881.0, 9922.0, 9884.0, 9948.0, 9889.0, 9940.0, 9889.0, 9925.0, 9889.0, 9940.0, 9888.0, 9928.0, 9905.0, 9930.0, 9891.0, 9932.0, 9906.0, 9945.0, 9905.0, 9936.0, 9991.0, 9921.0, 9934.0, 9920.0, 9905.0, 9919.0, 9910.0, 9948.0, 9909.0, 9950.0, 9913.0, 9966.0, 9930.0, 9996.0, 9912.0, 9992.0, 9908.0, 9962.0, 9963.0, 9948.0, 9904.0, 9946.0, 9904.0, 9960.0, 9910.0, 9965.0, 9909.0, 9978.0, 9910.0, 9961.0, 9930.0, 9974.0, 9910.0, 9970.0, 9911.0, 9987.0, 9914.0, 10006.0, 9953.0, 9990.0, 9941.0, 9997.0, 9940.0, 9909.0, 9961.0, 9909.0, 9947.0, 9953.0, 10040.0, 9950.0, 9971.0, 9886.0, 9965.0, 9891.0, 9988.0, 9932.0, 9971.0, 9903.0, 9920.0, 9910.0, 9952.0, 9910.0, 9896.0, 9907.0, 9893.0, 9938.0, 9919.0, 9936.0, 9909.0, 9870.0, 9941.0, 9915.0, 9977.0, 9938.0, 9894.0, 9945.0, 9896.0, 9965.0, 9925.0, 9897.0, 9952.0, 9903.0, 9931.0, 9931.0, 9926.0, 9996.0, 9923.0, 9988.0, 9907.0, 9984.0, 9948.0, 10007.0, 9963.0, 9959.0, 9957.0, 9908.0, 9957.0, 9909.0, 9976.0, 9906.0, 9988.0, 9921.0, 9983.0, 9933.0, 9997.0, 9962.0, 9998.0, 9962.0, 9984.0, 9930.0, 9973.0, 9948.0, 9977.0, 9959.0, 9903.0, 9975.0, 9909.0, 9971.0, 9905.0, 9972.0, 9904.0, 9988.0, 9946.0, 9916.0, 9972.0, 9905.0, 9997.0, 9901.0, 10013.0, 9955.0, 9968.0, 9881.0, 9948.0, 9879.0, 9948.0, 9900.0, 9962.0, 9902.0, 9966.0, 9930.0, 10011.0, 9991.0, 9988.0, 9943.0, 9949.0, 9940.0, 9919.0, 9893.0, 9896.0, 9961.0, 9919.0, 9994.0, 9955.0, 9922.0, 10003.0, 9939.0, 10007.0, 10013.0, 10030.0, 10045.0, 9923.0, 10017.0, 9925.0, 9995.0, 9953.0, 9993.0, 9949.0, 9975.0, 9918.0, 9971.0, 9919.0, 9959.0, 9924.0, 9959.0, 9906.0, 9943.0, 9893.0, 9938.0, 9901.0, 9917.0, 9902.0, 9917.0, 9947.0, 9954.0, 10003.0, 9964.0, 9937.0, 9960.0, 9921.0, 9987.0, 9936.0, 10037.0, 10010.0, 10040.0, 10015.0, 9981.0, 9908.0, 9940.0, 9948.0, 9917.0, 10002.0, 9919.0, 10003.0, 9948.0, 9983.0, 9939.0, 9904.0, 10001.0, 9976.0, 9931.0, 10000.0, 9915.0, 9997.0, 9950.0, 9934.0, 9976.0, 9939.0, 9911.0, 9895.0, 9894.0, 9868.0, 9933.0, 9873.0, 9957.0, 9907.0, 9954.0, 9890.0, 9940.0, 9878.0, 9944.0, 9900.0, 9966.0, 9902.0, 9967.0, 9905.0, 9995.0, 10042.0, 10073.0, 9997.0, 10064.0, 10044.0, 9985.0, 9947.0, 9956.0, 9987.0, 9941.0, 9972.0, 9964.0, 9893.0, 9995.0, 9965.0, 9923.0, 9986.0, 9898.0, 10013.0, 9948.0, 10017.0, 9967.0, 10018.0, 9966.0, 10006.0, 9941.0, 9954.0, 9873.0, 9912.0, 9824.0, 9869.0, 9797.0, 9863.0, 9813.0, 9856.0, 9835.0, 9924.0, 9873.0, 9879.0, 9852.0, 9811.0, 9852.0, 9848.0, 9831.0, 9849.0, 9853.0, 9955.0, 9883.0, 9875.0, 9859.0, 9830.0, 9871.0, 9848.0, 9850.0, 9881.0, 9858.0, 9927.0, 9861.0, 9927.0, 9858.0, 9924.0, 9856.0, 9922.0, 9856.0, 9920.0, 9858.0, 9925.0, 9860.0, 9924.0, 9865.0, 9930.0, 9900.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.01798594323873122</td></tr>
<tr><td colspan=3>aqi</td><td>0.043011627879799674</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.05618955378449</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.3137006655388437</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.2133634169590646</td></tr>
<tr><td colspan=3>efc</td><td>0.4973</td></tr>
<tr><td colspan=3>fber</td><td>5657.1821</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1323645868426724</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>159</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>13.27212020033389</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.6675063371663925</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6042565742733212</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.6303773009232816</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.7678851363025747</td></tr>
<tr><td colspan=3>gcor</td><td>0.0103368</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.008827668614685535</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.030315861105918884</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1198</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.13223069415758</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>23.4478</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>47.3789</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>216.6996</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>294512.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1034.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>438.2695</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.691</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>612.8544</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3702.1484</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3837.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>82032.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1573.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4870.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.5485</td></tr>
<tr><td colspan=3>tsnr</td><td>29.916190968709998</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>