<?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-0003_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-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0003/figures/sub-0003_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-0003/figures/sub-0003_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0003/figures/sub-0003_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-0003/ses-01/func/sub-0003_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>5fa013616c2fe60a38be30e6c1b5fe48</td></tr>
</table>

      </div>
    </div>
  </div>


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>14:15:3.820000</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.999526, -0.0100957, -0.0290721, 0.0134335, 0.99304, 0.117009]</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.103694</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4156, -7757, -7277, 567, -12, -39, 45, 83]</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>242.849</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>460bd246-2d3c-4644-bb12-3ba58ba08a77||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.6816561222076416, 0.03604097291827202, -0.07475881278514862, 114.80985260009766], [0.02708595059812069, 2.6642537117004395, 0.3168281614780426, -101.72257995605469], [-0.07799824327230453, -0.3139256536960602, 2.6803042888641357, -48.0401496887207], [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': ['141503.820000', '141504.280000', '141504.740000', '141505.200000', '141505.660000', '141506.120000', '141506.580000', '141507.040000', '141507.500000', '141507.960000', '141508.420000', '141508.880000', '141509.340000', '141509.800000', '141510.260000', '141510.720000', '141511.180000', '141511.640000', '141512.100000', '141512.560000', '141513.020000', '141513.480000', '141513.940000', '141514.400000', '141514.860000', '141515.320000', '141515.780000', '141516.240000', '141516.700000', '141517.160000', '141517.620000', '141518.080000', '141518.540000', '141519.000000', '141519.460000', '141519.920000', '141520.380000', '141520.840000', '141521.300000', '141521.760000', '141522.220000', '141522.680000', '141523.140000', '141523.600000', '141524.060000', '141524.520000', '141524.980000', '141525.440000', '141525.900000', '141526.360000', '141526.820000', '141527.280000', '141527.740000', '141528.200000', '141528.660000', '141529.120000', '141529.580000', '141530.040000', '141530.500000', '141530.960000', '141531.420000', '141531.880000', '141532.340000', '141532.800000', '141533.260000', '141533.720000', '141534.180000', '141534.640000', '141535.100000', '141535.560000', '141536.020000', '141536.480000', '141536.940000', '141537.400000', '141537.860000', '141538.320000', '141538.780000', '141539.240000', '141539.700000', '141540.160000', '141540.620000', '141541.080000', '141541.540000', '141542.000000', '141542.460000', '141542.920000', '141543.380000', '141543.840000', '141544.300000', '141544.760000', '141545.220000', '141545.680000', '141546.140000', '141546.600000', '141547.060000', '141547.520000', '141547.980000', '141548.440000', '141548.900000', '141549.360000', '141549.820000', '141550.280000', '141550.740000', '141551.200000', '141551.660000', '141552.120000', '141552.580000', '141553.040000', '141553.500000', '141553.960000', '141554.420000', '141554.880000', '141555.340000', '141555.800000', '141556.260000', '141556.720000', '141557.180000', '141557.640000', '141558.100000', '141558.560000', '141559.020000', '141559.480000', '141559.940000', '141600.400000', '141600.860000', '141601.320000', '141601.780000', '141602.240000', '141602.700000', '141603.160000', '141603.620000', '141604.080000', '141604.540000', '141605.000000', '141605.460000', '141605.920000', '141606.380000', '141606.840000', '141607.300000', '141607.760000', '141608.220000', '141608.680000', '141609.140000', '141609.600000', '141610.060000', '141610.520000', '141610.980000', '141611.440000', '141611.900000', '141612.360000', '141612.820000', '141613.280000', '141613.740000', '141614.200000', '141614.660000', '141615.120000', '141615.580000', '141616.040000', '141616.500000', '141616.960000', '141617.420000', '141617.880000', '141618.340000', '141618.800000', '141619.260000', '141619.720000', '141620.180000', '141620.640000', '141621.100000', '141621.560000', '141622.020000', '141622.480000', '141622.940000', '141623.400000', '141623.860000', '141624.320000', '141624.780000', '141625.240000', '141625.700000', '141626.160000', '141626.620000', '141627.080000', '141627.540000', '141628.000000', '141628.460000', '141628.920000', '141629.380000', '141629.840000', '141630.300000', '141630.760000', '141631.220000', '141631.680000', '141632.140000', '141632.600000', '141633.060000', '141633.520000', '141633.980000', '141634.440000', '141634.900000', '141635.360000', '141635.820000', '141636.280000', '141636.740000', '141637.200000', '141637.660000', '141638.120000', '141638.580000', '141639.040000', '141639.500000', '141639.960000', '141640.420000', '141640.880000', '141641.340000', '141641.800000', '141642.260000', '141642.720000', '141643.180000', '141643.640000', '141644.100000', '141644.560000', '141645.020000', '141645.480000', '141645.940000', '141646.400000', '141646.860000', '141647.320000', '141647.780000', '141648.240000', '141648.700000', '141649.160000', '141649.620000', '141650.080000', '141650.540000', '141651.000000', '141651.460000', '141651.920000', '141652.380000', '141652.840000', '141653.300000', '141653.760000', '141654.220000', '141654.680000', '141655.140000', '141655.600000', '141656.060000', '141656.520000', '141656.980000', '141657.440000', '141657.900000', '141658.360000', '141658.820000', '141659.280000', '141659.740000', '141700.200000', '141700.660000', '141701.120000', '141701.580000', '141702.040000', '141702.500000', '141702.960000', '141703.420000', '141703.880000', '141704.340000', '141704.800000', '141705.260000', '141705.720000', '141706.180000', '141706.640000', '141707.100000', '141707.560000', '141708.020000', '141708.480000', '141708.940000', '141709.400000', '141709.860000', '141710.320000', '141710.780000', '141711.240000', '141711.700000', '141712.160000', '141712.620000', '141713.080000', '141713.540000', '141714.000000', '141714.460000', '141714.920000', '141715.380000', '141715.840000', '141716.300000', '141716.760000', '141717.220000', '141717.680000', '141718.140000', '141718.600000', '141719.060000', '141719.520000', '141719.980000', '141720.440000', '141720.900000', '141721.360000', '141721.820000', '141722.280000', '141722.740000', '141723.200000', '141723.660000', '141724.120000', '141724.580000', '141725.040000', '141725.500000', '141725.960000', '141726.420000', '141726.880000', '141727.340000', '141727.800000', '141728.260000', '141728.720000', '141729.180000', '141729.640000', '141730.100000', '141730.560000', '141731.020000', '141731.480000', '141731.940000', '141732.400000', '141732.860000', '141733.320000', '141733.780000', '141734.240000', '141734.700000', '141735.160000', '141735.620000', '141736.080000', '141736.540000', '141737.000000', '141737.460000', '141737.920000', '141738.380000', '141738.840000', '141739.300000', '141739.760000', '141740.220000', '141740.680000', '141741.140000', '141741.600000', '141742.060000', '141742.520000', '141742.980000', '141743.440000', '141743.900000', '141744.360000', '141744.820000', '141745.280000', '141745.740000', '141746.200000', '141746.660000', '141747.120000', '141747.580000', '141748.040000', '141748.500000', '141748.960000', '141749.420000', '141749.880000', '141750.340000', '141750.800000', '141751.260000', '141751.720000', '141752.180000', '141752.640000', '141753.100000', '141753.560000', '141754.020000', '141754.480000', '141754.940000', '141755.400000', '141755.860000', '141756.320000', '141756.780000', '141757.240000', '141757.700000', '141758.160000', '141758.620000', '141759.080000', '141759.540000', '141800.000000', '141800.460000', '141800.920000', '141801.380000', '141801.840000', '141802.300000', '141802.760000', '141803.220000', '141803.680000', '141804.140000', '141804.600000', '141805.060000', '141805.520000', '141805.980000', '141806.440000', '141806.900000', '141807.360000', '141807.820000', '141808.280000', '141808.740000', '141809.200000', '141809.660000', '141810.120000', '141810.580000', '141811.040000', '141811.500000', '141811.960000', '141812.420000', '141812.880000', '141813.340000', '141813.800000', '141814.260000', '141814.720000', '141815.180000', '141815.640000', '141816.100000', '141816.560000', '141817.020000', '141817.480000', '141817.940000', '141818.400000', '141818.860000', '141819.320000', '141819.780000', '141820.240000', '141820.700000', '141821.160000', '141821.620000', '141822.080000', '141822.540000', '141823.000000', '141823.460000', '141823.920000', '141824.380000', '141824.840000', '141825.300000', '141825.760000', '141826.220000', '141826.680000', '141827.140000', '141827.600000', '141828.060000', '141828.520000', '141828.980000', '141829.440000', '141829.900000', '141830.360000', '141830.820000', '141831.280000', '141831.740000', '141832.200000', '141832.660000', '141833.120000', '141833.580000', '141834.040000', '141834.500000', '141834.960000', '141835.420000', '141835.880000', '141836.340000', '141836.800000', '141837.260000', '141837.720000', '141838.180000', '141838.640000', '141839.100000', '141839.560000', '141840.020000', '141840.480000', '141840.940000', '141841.400000', '141841.860000', '141842.320000', '141842.780000', '141843.240000', '141843.700000', '141844.160000', '141844.620000', '141845.080000', '141845.540000', '141846.000000', '141846.460000', '141846.920000', '141847.380000', '141847.840000', '141848.300000', '141848.760000', '141849.220000', '141849.680000', '141850.140000', '141850.600000', '141851.060000', '141851.520000', '141851.980000', '141852.440000', '141852.900000', '141853.360000', '141853.820000', '141854.280000', '141854.740000', '141855.200000', '141855.660000', '141856.120000', '141856.580000', '141857.040000', '141857.500000', '141857.960000', '141858.420000', '141858.880000', '141859.340000', '141859.800000', '141900.260000', '141900.720000', '141901.180000', '141901.640000', '141902.100000', '141902.560000', '141903.020000', '141903.480000', '141903.940000', '141904.400000', '141904.860000', '141905.320000', '141905.780000', '141906.240000', '141906.700000', '141907.160000', '141907.620000', '141908.080000', '141908.540000', '141909.000000', '141909.460000', '141909.920000', '141910.380000', '141910.840000', '141911.300000', '141911.760000', '141912.220000', '141912.680000', '141913.140000', '141913.600000', '141914.060000', '141914.520000', '141914.980000', '141915.440000', '141915.900000', '141916.360000', '141916.820000', '141917.280000', '141917.740000', '141918.200000', '141918.660000', '141919.120000', '141919.580000', '141920.040000', '141920.500000', '141920.960000', '141921.420000', '141921.880000', '141922.340000', '141922.800000', '141923.260000', '141923.720000', '141924.180000', '141924.640000', '141925.100000', '141925.560000', '141926.020000', '141926.480000', '141926.940000', '141927.400000', '141927.860000', '141928.320000', '141928.780000', '141929.240000', '141929.700000', '141930.160000', '141930.620000', '141931.080000', '141931.540000', '141932.000000', '141932.460000', '141932.920000', '141933.380000', '141933.840000', '141934.300000', '141934.760000', '141935.220000', '141935.680000', '141936.140000', '141936.600000', '141937.060000', '141937.520000', '141937.980000', '141938.440000', '141938.900000', '141939.360000', '141939.820000', '141940.280000', '141940.740000', '141941.200000', '141941.660000', '141942.120000', '141942.580000', '141943.040000', '141943.500000', '141943.960000', '141944.420000', '141944.880000', '141945.340000', '141945.800000', '141946.260000', '141946.720000', '141947.180000', '141947.640000', '141948.100000', '141948.560000', '141949.020000', '141949.480000', '141949.940000', '141950.400000', '141950.860000', '141951.320000', '141951.780000', '141952.240000', '141952.700000', '141953.160000', '141953.620000', '141954.080000', '141954.540000', '141955.000000', '141955.460000', '141955.920000', '141956.380000', '141956.840000', '141957.300000', '141957.760000', '141958.220000', '141958.680000', '141959.140000', '141959.600000', '142000.060000', '142000.520000', '142000.980000', '142001.440000', '142001.900000', '142002.360000', '142002.820000', '142003.280000', '142003.740000', '142004.200000', '142004.660000', '142005.120000', '142005.580000', '142006.040000', '142006.500000', '142006.960000', '142007.420000', '142007.880000', '142008.340000', '142008.800000', '142009.260000', '142009.720000', '142010.180000', '142010.640000', '142011.100000', '142011.560000', '142012.020000', '142012.480000', '142012.940000', '142013.400000', '142013.860000', '142014.320000', '142014.780000', '142015.240000', '142015.700000', '142016.160000', '142016.620000', '142017.080000', '142017.540000', '142018.000000', '142018.460000', '142018.920000', '142019.380000', '142019.840000', '142020.300000', '142020.760000', '142021.220000', '142021.680000', '142022.140000', '142022.600000', '142023.060000', '142023.520000', '142023.980000', '142024.440000', '142024.900000', '142025.360000', '142025.820000', '142026.280000', '142026.740000', '142027.200000', '142027.660000', '142028.120000', '142028.580000', '142029.040000', '142029.500000', '142029.960000', '142030.420000', '142030.880000', '142031.340000', '142031.800000', '142032.260000', '142032.720000', '142033.180000', '142033.640000', '142034.100000', '142034.560000', '142035.020000', '142035.480000', '142035.940000', '142036.400000', '142036.860000', '142037.320000', '142037.780000', '142038.240000', '142038.700000', '142039.160000', '142039.620000', '142040.080000', '142040.540000', '142041.000000', '142041.460000', '142041.920000', '142042.380000', '142042.840000', '142043.300000', '142043.760000', '142044.220000', '142044.680000', '142045.140000', '142045.600000', '142046.060000', '142046.520000', '142046.980000', '142047.440000', '142047.900000', '142048.360000', '142048.820000', '142049.280000', '142049.740000', '142050.200000', '142050.660000', '142051.120000', '142051.580000', '142052.040000', '142052.500000', '142052.960000', '142053.420000', '142053.880000', '142054.340000', '142054.800000', '142055.260000', '142055.720000', '142056.180000', '142056.640000', '142057.100000', '142057.560000', '142058.020000', '142058.480000', '142058.940000', '142059.400000', '142059.860000', '142100.320000', '142100.780000', '142101.240000', '142101.700000', '142102.160000', '142102.620000', '142103.080000', '142103.540000', '142104.000000', '142104.460000', '142104.920000', '142105.380000', '142105.840000', '142106.300000', '142106.760000', '142107.220000', '142107.680000', '142108.140000', '142108.600000', '142109.060000', '142109.520000', '142109.980000', '142110.440000', '142110.900000', '142111.360000', '142111.820000', '142112.280000', '142112.740000', '142113.200000', '142113.660000', '142114.120000', '142114.580000', '142115.040000', '142115.500000', '142115.960000', '142116.420000', '142116.880000', '142117.340000', '142117.800000', '142118.260000', '142118.720000', '142119.180000', '142119.640000', '142120.100000', '142120.560000', '142121.020000', '142121.480000', '142121.940000', '142122.400000', '142122.860000', '142123.320000', '142123.780000', '142124.240000', '142124.700000', '142125.160000', '142125.620000', '142126.080000', '142126.540000', '142127.000000', '142127.460000', '142127.920000', '142128.380000', '142128.840000', '142129.300000', '142129.760000', '142130.220000', '142130.680000', '142131.140000', '142131.600000', '142132.060000', '142132.520000', '142132.980000', '142133.440000', '142133.900000', '142134.360000', '142134.820000', '142135.280000', '142135.740000', '142136.200000', '142136.660000', '142137.120000', '142137.580000', '142138.040000', '142138.500000', '142138.960000', '142139.420000', '142139.880000', '142140.340000', '142140.800000', '142141.260000', '142141.720000', '142142.180000', '142142.640000', '142143.100000', '142143.560000', '142144.020000', '142144.480000', '142144.940000', '142145.400000', '142145.860000', '142146.320000', '142146.780000', '142147.240000', '142147.700000', '142148.160000', '142148.620000', '142149.080000', '142149.540000', '142150.000000', '142150.460000', '142150.920000', '142151.380000', '142151.840000', '142152.300000', '142152.760000', '142153.220000', '142153.680000', '142154.140000', '142154.600000', '142155.060000', '142155.520000', '142155.980000', '142156.440000', '142156.900000', '142157.360000', '142157.820000', '142158.280000', '142158.740000', '142159.200000', '142159.660000', '142200.120000', '142200.580000', '142201.040000', '142201.500000', '142201.960000', '142202.420000', '142202.880000', '142203.340000', '142203.800000', '142204.260000', '142204.720000', '142205.180000', '142205.640000', '142206.100000', '142206.560000', '142207.020000', '142207.480000', '142207.940000', '142208.400000', '142208.860000', '142209.320000', '142209.780000', '142210.240000', '142210.700000', '142211.160000', '142211.620000', '142212.080000', '142212.540000', '142213.000000', '142213.460000', '142213.920000', '142214.380000', '142214.840000', '142215.300000', '142215.760000', '142216.220000', '142216.680000', '142217.140000', '142217.600000', '142218.060000', '142218.520000', '142218.980000', '142219.440000', '142219.900000', '142220.360000', '142220.820000', '142221.280000', '142221.740000', '142222.200000', '142222.660000', '142223.120000', '142223.580000', '142224.040000', '142224.500000', '142224.960000', '142225.420000', '142225.880000', '142226.340000', '142226.800000', '142227.260000', '142227.720000', '142228.180000', '142228.640000', '142229.100000', '142229.560000', '142230.020000', '142230.480000', '142230.940000', '142231.400000', '142231.860000', '142232.320000', '142232.780000', '142233.240000', '142233.700000', '142234.160000', '142234.620000', '142235.080000', '142235.540000', '142236.000000', '142236.460000', '142236.920000', '142237.380000', '142237.840000', '142238.300000', '142238.760000', '142239.220000', '142239.680000', '142240.140000', '142240.600000', '142241.060000', '142241.520000', '142241.980000', '142242.440000', '142242.900000', '142243.360000', '142243.820000', '142244.280000', '142244.740000', '142245.200000', '142245.660000', '142246.120000', '142246.580000', '142247.040000', '142247.500000', '142247.960000', '142248.420000', '142248.880000', '142249.340000', '142249.800000', '142250.260000', '142250.720000', '142251.180000', '142251.640000', '142252.100000', '142252.560000', '142253.020000', '142253.480000', '142253.940000', '142254.400000', '142254.860000', '142255.320000', '142255.780000', '142256.240000', '142256.700000', '142257.160000', '142257.620000', '142258.080000', '142258.540000', '142259.000000', '142259.460000', '142259.920000', '142300.380000', '142300.840000', '142301.300000', '142301.760000', '142302.220000', '142302.680000', '142303.140000', '142303.600000', '142304.060000', '142304.520000', '142304.980000', '142305.440000', '142305.900000', '142306.360000', '142306.820000', '142307.280000', '142307.740000', '142308.200000', '142308.660000', '142309.120000', '142309.580000', '142310.040000', '142310.500000', '142310.960000', '142311.420000', '142311.880000', '142312.340000', '142312.800000', '142313.260000', '142313.720000', '142314.180000', '142314.640000', '142315.100000', '142315.560000', '142316.020000', '142316.480000', '142316.940000', '142317.400000', '142317.860000', '142318.320000', '142318.780000', '142319.240000', '142319.700000', '142320.160000', '142320.620000', '142321.080000', '142321.540000', '142322.000000', '142322.460000', '142322.920000', '142323.380000', '142323.840000', '142324.300000', '142324.760000', '142325.220000', '142325.680000', '142326.140000', '142326.600000', '142327.060000', '142327.520000', '142327.980000', '142328.440000', '142328.900000', '142329.360000', '142329.820000', '142330.280000', '142330.740000', '142331.200000', '142331.660000', '142332.120000', '142332.580000', '142333.040000', '142333.500000', '142333.960000', '142334.420000', '142334.880000', '142335.340000', '142335.800000', '142336.260000', '142336.720000', '142337.180000', '142337.640000', '142338.100000', '142338.560000', '142339.020000', '142339.480000', '142339.940000', '142340.400000', '142340.860000', '142341.320000', '142341.780000', '142342.240000', '142342.700000', '142343.160000', '142343.620000', '142344.080000', '142344.540000', '142345.000000', '142345.460000', '142345.920000', '142346.380000', '142346.840000', '142347.300000', '142347.760000', '142348.220000', '142348.680000', '142349.140000', '142349.600000', '142350.060000', '142350.520000', '142350.980000', '142351.440000', '142351.900000', '142352.360000', '142352.820000', '142353.280000', '142353.740000', '142354.200000', '142354.660000', '142355.120000', '142355.580000', '142356.040000', '142356.500000', '142356.960000', '142357.420000', '142357.880000', '142358.340000', '142358.800000', '142359.260000', '142359.720000', '142400.180000', '142400.640000', '142401.100000', '142401.560000', '142402.020000', '142402.480000', '142402.940000', '142403.400000', '142403.860000', '142404.320000', '142404.780000', '142405.240000', '142405.700000', '142406.160000', '142406.620000', '142407.080000', '142407.540000', '142408.000000', '142408.460000', '142408.920000', '142409.380000', '142409.840000', '142410.300000', '142410.760000', '142411.220000', '142411.680000', '142412.140000', '142412.600000', '142413.060000', '142413.520000', '142413.980000', '142414.440000', '142414.900000', '142415.360000', '142415.820000', '142416.280000', '142416.740000'], 'ContentTime': ['141531.710000', '141531.713000', '141531.716000', '141531.718000', '141531.721000', '141531.724000', '141531.727000', '141531.730000', '141531.733000', '141531.736000', '141531.738000', '141531.741000', '141531.744000', '141531.747000', '141531.750000', '141531.752000', '141531.755000', '141531.758000', '141531.761000', '141531.764000', '141531.775000', '141531.777000', '141531.780000', '141531.783000', '141531.786000', '141531.789000', '141531.791000', '141531.794000', '141531.797000', '141531.800000', '141531.803000', '141531.805000', '141531.808000', '141531.811000', '141531.814000', '141531.817000', '141531.820000', '141531.822000', '141531.825000', '141531.828000', '141531.831000', '141531.834000', '141531.836000', '141531.839000', '141531.842000', '141531.845000', '141531.848000', '141531.851000', '141531.854000', '141531.857000', '141531.860000', '141531.863000', '141531.866000', '141531.869000', '141531.872000', '141531.876000', '141531.879000', '141531.882000', '141551.679000', '141551.682000', '141551.685000', '141551.688000', '141551.690000', '141551.693000', '141551.697000', '141551.701000', '141551.704000', '141551.726000', '141551.729000', '141551.732000', '141551.735000', '141551.738000', '141551.740000', '141551.743000', '141551.746000', '141551.749000', '141551.751000', '141551.754000', '141551.757000', '141551.760000', '141551.763000', '141551.765000', '141551.768000', '141551.771000', '141551.774000', '141551.777000', '141551.780000', '141551.787000', '141551.790000', '141551.792000', '141551.795000', '141551.798000', '141551.801000', '141551.804000', '141551.807000', '141551.810000', '141551.812000', '141551.815000', '141551.818000', '141551.821000', '141551.823000', '141611.678000', '141611.681000', '141611.684000', '141611.686000', '141611.689000', '141611.692000', '141611.695000', '141611.698000', '141611.701000', '141611.704000', '141611.706000', '141611.709000', '141611.714000', '141611.717000', '141611.720000', '141611.723000', '141611.726000', '141611.728000', '141611.731000', '141611.734000', '141611.737000', '141611.740000', '141611.742000', '141611.745000', '141611.748000', '141611.751000', '141611.754000', '141611.757000', '141611.760000', '141611.762000', '141611.765000', '141611.768000', '141611.771000', '141611.774000', '141611.777000', '141611.779000', '141611.782000', '141611.785000', '141611.788000', '141611.791000', '141611.794000', '141611.796000', '141611.799000', '141611.802000', '141631.678000', '141631.681000', '141631.684000', '141631.686000', '141631.689000', '141631.692000', '141631.695000', '141631.698000', '141631.701000', '141631.704000', '141631.720000', '141631.723000', '141631.726000', '141631.729000', '141631.732000', '141631.735000', '141631.738000', '141631.740000', '141631.743000', '141631.746000', '141631.760000', '141631.763000', '141631.765000', '141631.768000', '141631.771000', '141631.774000', '141631.777000', '141631.780000', '141631.783000', '141631.786000', '141631.788000', '141631.791000', '141631.798000', '141631.800000', '141631.803000', '141631.806000', '141631.809000', '141631.812000', '141631.815000', '141631.817000', '141631.820000', '141631.823000', '141631.826000', '141651.678000', '141651.681000', '141651.684000', '141651.687000', '141651.689000', '141651.692000', '141651.695000', '141651.698000', '141651.701000', '141651.704000', '141651.706000', '141651.710000', '141651.712000', '141651.715000', '141651.718000', '141651.721000', '141651.724000', '141651.727000', '141651.729000', '141651.732000', '141651.735000', '141651.738000', '141651.741000', '141651.744000', '141651.746000', '141651.749000', '141651.752000', '141651.755000', '141651.758000', '141651.760000', '141651.763000', '141651.766000', '141651.769000', '141651.772000', '141651.775000', '141651.777000', '141651.780000', '141651.783000', '141651.786000', '141651.789000', '141651.792000', '141651.794000', '141651.797000', '141651.800000', '141711.678000', '141711.681000', '141711.684000', '141711.687000', '141711.689000', '141711.692000', '141711.695000', '141711.698000', '141711.701000', '141711.704000', '141711.707000', '141711.709000', '141711.712000', '141711.715000', '141711.727000', '141711.730000', '141711.733000', '141711.736000', '141711.739000', '141711.741000', '141711.744000', '141711.749000', '141711.753000', '141711.757000', '141711.759000', '141711.762000', '141711.765000', '141711.768000', '141711.771000', '141711.774000', '141711.777000', '141711.780000', '141711.782000', '141711.785000', '141711.788000', '141711.791000', '141711.794000', '141711.796000', '141711.799000', '141711.802000', '141711.805000', '141711.808000', '141711.810000', '141731.679000', '141731.682000', '141731.685000', '141731.688000', '141731.690000', '141731.693000', '141731.696000', '141731.699000', '141731.702000', '141731.705000', '141731.708000', '141731.711000', '141731.713000', '141731.716000', '141731.719000', '141731.722000', '141731.725000', '141731.728000', '141731.731000', '141731.733000', '141731.736000', '141731.739000', '141731.742000', '141731.745000', '141731.748000', '141731.751000', '141731.754000', '141731.756000', '141731.759000', '141731.762000', '141731.765000', '141731.768000', '141731.770000', '141731.779000', '141731.782000', '141731.784000', '141731.787000', '141731.790000', '141731.793000', '141731.796000', '141731.799000', '141731.802000', '141731.805000', '141731.808000', '141751.679000', '141751.682000', '141751.685000', '141751.687000', '141751.690000', '141751.693000', '141751.697000', '141751.700000', '141751.703000', '141751.706000', '141751.709000', '141751.712000', '141751.715000', '141751.717000', '141751.720000', '141751.723000', '141751.726000', '141751.729000', '141751.732000', '141751.734000', '141751.737000', '141751.740000', '141751.743000', '141751.746000', '141751.749000', '141751.752000', '141751.755000', '141751.758000', '141751.760000', '141751.763000', '141751.766000', '141751.772000', '141751.775000', '141751.778000', '141751.781000', '141751.784000', '141751.786000', '141751.797000', '141751.800000', '141751.803000', '141751.806000', '141751.809000', '141751.811000', '141811.679000', '141811.682000', '141811.685000', '141811.687000', '141811.690000', '141811.694000', '141811.708000', '141811.711000', '141811.714000', '141811.717000', '141811.720000', '141811.723000', '141811.725000', '141811.728000', '141811.731000', '141811.734000', '141811.737000', '141811.740000', '141811.743000', '141811.746000', '141811.748000', '141811.751000', '141811.754000', '141811.757000', '141811.760000', '141811.763000', '141811.766000', '141811.768000', '141811.771000', '141811.774000', '141811.777000', '141811.780000', '141811.783000', '141811.786000', '141811.788000', '141811.791000', '141811.794000', '141811.797000', '141811.800000', '141811.802000', '141811.805000', '141811.808000', '141811.811000', '141811.814000', '141831.678000', '141831.681000', '141831.684000', '141831.687000', '141831.690000', '141831.692000', '141831.695000', '141831.698000', '141831.701000', '141831.704000', '141831.707000', '141831.710000', '141831.713000', '141831.715000', '141831.718000', '141831.721000', '141831.724000', '141831.727000', '141831.730000', '141831.733000', '141831.735000', '141831.738000', '141831.741000', '141831.744000', '141831.747000', '141831.750000', '141831.753000', '141831.756000', '141831.758000', '141831.761000', '141831.764000', '141831.767000', '141831.770000', '141831.773000', '141831.776000', '141831.779000', '141831.781000', '141831.784000', '141831.787000', '141831.790000', '141831.793000', '141831.796000', '141831.799000', '141851.678000', '141851.681000', '141851.684000', '141851.686000', '141851.689000', '141851.692000', '141851.695000', '141851.698000', '141851.701000', '141851.703000', '141851.706000', '141851.709000', '141851.712000', '141851.715000', '141851.718000', '141851.721000', '141851.723000', '141851.726000', '141851.729000', '141851.732000', '141851.735000', '141851.738000', '141851.741000', '141851.743000', '141851.746000', '141851.749000', '141851.752000', '141851.755000', '141851.758000', '141851.760000', '141851.763000', '141851.766000', '141851.769000', '141851.772000', '141851.775000', '141851.778000', '141851.780000', '141851.783000', '141851.786000', '141851.789000', '141851.792000', '141851.795000', '141851.798000', '141851.800000', '141911.678000', '141911.681000', '141911.684000', '141911.687000', '141911.690000', '141911.692000', '141911.695000', '141911.698000', '141911.701000', '141911.704000', '141911.707000', '141911.710000', '141911.712000', '141911.715000', '141911.718000', '141911.721000', '141911.724000', '141911.727000', '141911.730000', '141911.733000', '141911.736000', '141911.747000', '141911.750000', '141911.753000', '141911.756000', '141911.759000', '141911.762000', '141911.765000', '141911.767000', '141911.770000', '141911.773000', '141911.776000', '141911.779000', '141911.793000', '141911.796000', '141911.799000', '141911.802000', '141911.805000', '141911.808000', '141911.810000', '141911.813000', '141911.816000', '141911.819000', '141931.678000', '141931.681000', '141931.684000', '141931.687000', '141931.690000', '141931.692000', '141931.695000', '141931.698000', '141931.701000', '141931.704000', '141931.707000', '141931.710000', '141931.713000', '141931.715000', '141931.718000', '141931.721000', '141931.724000', '141931.727000', '141931.730000', '141931.732000', '141931.735000', '141931.738000', '141931.741000', '141931.744000', '141931.747000', '141931.749000', '141931.752000', '141931.755000', '141931.758000', '141931.761000', '141931.764000', '141931.779000', '141931.782000', '141931.784000', '141931.787000', '141931.790000', '141931.793000', '141931.796000', '141931.798000', '141931.801000', '141931.804000', '141931.807000', '141931.810000', '141931.813000', '141951.679000', '141951.682000', '141951.685000', '141951.688000', '141951.691000', '141951.694000', '141951.696000', '141951.699000', '141951.702000', '141951.705000', '141951.708000', '141951.711000', '141951.713000', '141951.717000', '141951.719000', '141951.722000', '141951.725000', '141951.728000', '141951.731000', '141951.734000', '141951.736000', '141951.739000', '141951.742000', '141951.745000', '141951.748000', '141951.751000', '141951.754000', '141951.756000', '141951.759000', '141951.762000', '141951.765000', '141951.768000', '141951.771000', '141951.773000', '141951.776000', '141951.779000', '141951.782000', '141951.785000', '141951.788000', '141951.790000', '141951.793000', '141951.796000', '141951.799000', '142011.679000', '142011.682000', '142011.685000', '142011.688000', '142011.691000', '142011.693000', '142011.696000', '142011.699000', '142011.702000', '142011.705000', '142011.708000', '142011.711000', '142011.713000', '142011.716000', '142011.719000', '142011.722000', '142011.725000', '142011.728000', '142011.730000', '142011.733000', '142011.736000', '142011.739000', '142011.742000', '142011.745000', '142011.747000', '142011.750000', '142011.753000', '142011.756000', '142011.759000', '142011.762000', '142011.764000', '142011.767000', '142011.770000', '142011.773000', '142011.776000', '142011.779000', '142011.781000', '142011.784000', '142011.787000', '142011.790000', '142011.793000', '142011.795000', '142011.798000', '142011.801000', '142031.679000', '142031.682000', '142031.685000', '142031.688000', '142031.691000', '142031.693000', '142031.696000', '142031.699000', '142031.702000', '142031.705000', '142031.708000', '142031.711000', '142031.714000', '142031.716000', '142031.719000', '142031.724000', '142031.727000', '142031.730000', '142031.733000', '142031.736000', '142031.739000', '142031.742000', '142031.744000', '142031.747000', '142031.750000', '142031.753000', '142031.756000', '142031.759000', '142031.762000', '142031.764000', '142031.767000', '142031.770000', '142031.774000', '142031.777000', '142031.780000', '142031.783000', '142031.786000', '142031.788000', '142031.791000', '142031.794000', '142031.797000', '142031.800000', '142031.803000', '142051.678000', '142051.681000', '142051.684000', '142051.687000', '142051.689000', '142051.692000', '142051.695000', '142051.698000', '142051.701000', '142051.704000', '142051.707000', '142051.709000', '142051.712000', '142051.715000', '142051.718000', '142051.721000', '142051.724000', '142051.727000', '142051.729000', '142051.732000', '142051.735000', '142051.738000', '142051.741000', '142051.743000', '142051.746000', '142051.749000', '142051.752000', '142051.755000', '142051.758000', '142051.761000', '142051.763000', '142051.766000', '142051.769000', '142051.772000', '142051.775000', '142051.778000', '142051.780000', '142051.783000', '142051.786000', '142051.789000', '142051.792000', '142051.795000', '142051.798000', '142051.800000', '142111.678000', '142111.681000', '142111.684000', '142111.687000', '142111.689000', '142111.692000', '142111.695000', '142111.698000', '142111.701000', '142111.703000', '142111.706000', '142111.709000', '142111.712000', '142111.715000', '142111.718000', '142111.721000', '142111.724000', '142111.726000', '142111.729000', '142111.732000', '142111.735000', '142111.738000', '142111.741000', '142111.743000', '142111.746000', '142111.749000', '142111.752000', '142111.755000', '142111.757000', '142111.760000', '142111.763000', '142111.766000', '142111.769000', '142111.772000', '142111.774000', '142111.777000', '142111.780000', '142111.783000', '142111.786000', '142111.789000', '142111.791000', '142111.794000', '142111.797000', '142131.678000', '142131.681000', '142131.684000', '142131.686000', '142131.689000', '142131.692000', '142131.695000', '142131.698000', '142131.701000', '142131.704000', '142131.706000', '142131.709000', '142131.712000', '142131.715000', '142131.718000', '142131.721000', '142131.724000', '142131.726000', '142131.729000', '142131.732000', '142131.735000', '142131.738000', '142131.740000', '142131.743000', '142131.746000', '142131.749000', '142131.752000', '142131.755000', '142131.767000', '142131.770000', '142131.773000', '142131.776000', '142131.779000', '142131.781000', '142131.784000', '142131.787000', '142131.790000', '142131.793000', '142131.796000', '142131.798000', '142131.801000', '142131.804000', '142131.807000', '142131.810000', '142151.678000', '142151.681000', '142151.684000', '142151.687000', '142151.689000', '142151.692000', '142151.695000', '142151.698000', '142151.701000', '142151.703000', '142151.707000', '142151.709000', '142151.712000', '142151.715000', '142151.718000', '142151.721000', '142151.724000', '142151.726000', '142151.729000', '142151.732000', '142151.735000', '142151.738000', '142151.741000', '142151.743000', '142151.746000', '142151.749000', '142151.752000', '142151.755000', '142151.757000', '142151.760000', '142151.763000', '142151.766000', '142151.769000', '142151.772000', '142151.774000', '142151.777000', '142151.780000', '142151.783000', '142151.786000', '142151.788000', '142151.791000', '142151.794000', '142151.797000', '142211.679000', '142211.682000', '142211.684000', '142211.687000', '142211.690000', '142211.693000', '142211.696000', '142211.699000', '142211.702000', '142211.705000', '142211.707000', '142211.710000', '142211.713000', '142211.716000', '142211.719000', '142211.722000', '142211.725000', '142211.727000', '142211.730000', '142211.733000', '142211.736000', '142211.739000', '142211.741000', '142211.744000', '142211.747000', '142211.750000', '142211.753000', '142211.756000', '142211.759000', '142211.762000', '142211.764000', '142211.767000', '142211.770000', '142211.773000', '142211.776000', '142211.779000', '142211.782000', '142211.785000', '142211.787000', '142211.790000', '142211.793000', '142211.796000', '142211.799000', '142211.802000', '142231.679000', '142231.682000', '142231.685000', '142231.688000', '142231.690000', '142231.694000', '142231.696000', '142231.699000', '142231.714000', '142231.717000', '142231.720000', '142231.723000', '142231.726000', '142231.729000', '142231.732000', '142231.734000', '142231.737000', '142231.740000', '142231.743000', '142231.746000', '142231.749000', '142231.752000', '142231.755000', '142231.757000', '142231.760000', '142231.763000', '142231.766000', '142231.769000', '142231.772000', '142231.775000', '142231.777000', '142231.780000', '142231.783000', '142231.786000', '142231.789000', '142231.791000', '142231.794000', '142231.797000', '142231.800000', '142231.803000', '142231.806000', '142231.808000', '142231.811000', '142251.679000', '142251.682000', '142251.685000', '142251.687000', '142251.690000', '142251.693000', '142251.696000', '142251.699000', '142251.702000', '142251.705000', '142251.707000', '142251.710000', '142251.713000', '142251.716000', '142251.719000', '142251.722000', '142251.725000', '142251.727000', '142251.730000', '142251.733000', '142251.736000', '142251.739000', '142251.742000', '142251.744000', '142251.747000', '142251.750000', '142251.753000', '142251.756000', '142251.759000', '142251.761000', '142251.764000', '142251.767000', '142251.770000', '142251.773000', '142251.775000', '142251.778000', '142251.781000', '142251.784000', '142251.787000', '142251.789000', '142251.792000', '142251.795000', '142251.798000', '142251.801000', '142311.678000', '142311.681000', '142311.684000', '142311.687000', '142311.690000', '142311.692000', '142311.695000', '142311.698000', '142311.701000', '142311.704000', '142311.707000', '142311.710000', '142311.712000', '142311.715000', '142311.718000', '142311.721000', '142311.724000', '142311.727000', '142311.730000', '142311.732000', '142311.735000', '142311.738000', '142311.741000', '142311.744000', '142311.747000', '142311.749000', '142311.752000', '142311.755000', '142311.758000', '142311.761000', '142311.764000', '142311.767000', '142311.769000', '142311.772000', '142311.775000', '142311.778000', '142311.781000', '142311.784000', '142311.787000', '142311.789000', '142311.792000', '142311.795000', '142311.798000', '142331.678000', '142331.681000', '142331.684000', '142331.687000', '142331.689000', '142331.693000', '142331.696000', '142331.701000', '142331.704000', '142331.707000', '142331.709000', '142331.712000', '142331.715000', '142331.718000', '142331.721000', '142331.724000', '142331.726000', '142331.729000', '142331.732000', '142331.735000', '142331.738000', '142331.741000', '142331.743000', '142331.746000', '142331.749000', '142331.752000', '142331.755000', '142331.758000', '142331.761000', '142331.763000', '142331.766000', '142331.769000', '142331.772000', '142331.775000', '142331.778000', '142331.780000', '142331.783000', '142331.786000', '142331.789000', '142331.792000', '142331.794000', '142331.797000', '142331.800000', '142351.678000', '142351.681000', '142351.684000', '142351.687000', '142351.690000', '142351.692000', '142351.702000', '142351.704000', '142351.707000', '142351.710000', '142351.717000', '142351.720000', '142351.723000', '142351.725000', '142351.728000', '142351.731000', '142351.734000', '142351.737000', '142351.740000', '142351.742000', '142351.745000', '142351.748000', '142351.751000', '142351.754000', '142351.757000', '142351.760000', '142351.763000', '142351.765000', '142351.768000', '142351.771000', '142351.774000', '142351.777000', '142351.780000', '142351.783000', '142351.786000', '142351.788000', '142351.791000', '142351.794000', '142351.797000', '142351.800000', '142351.803000', '142351.805000', '142351.808000', '142351.811000', '142411.678000', '142411.681000', '142411.684000', '142411.687000', '142411.690000', '142411.693000', '142411.695000', '142411.698000', '142411.701000', '142411.704000', '142411.707000', '142411.710000', '142411.713000', '142411.716000', '142411.719000', '142411.722000', '142411.725000', '142411.727000', '142411.730000', '142411.733000', '142411.736000', '142411.739000', '142411.742000', '142411.745000', '142411.748000', '142411.750000', '142411.753000', '142411.756000', '142411.759000', '142411.762000', '142411.765000', '142411.768000', '142411.770000', '142411.773000', '142411.776000', '142411.779000', '142411.782000', '142411.785000', '142411.788000', '142411.790000', '142411.793000', '142411.796000', '142411.799000', '142418.222000', '142418.225000', '142418.228000', '142418.231000', '142418.234000', '142418.237000', '142418.240000', '142418.251000', '142418.254000', '142418.257000', '142418.260000', '142418.263000', '142418.265000', '142418.268000', '142418.271000'], 'InstanceCreationTime': ['141531.710000', '141531.713000', '141531.716000', '141531.718000', '141531.721000', '141531.724000', '141531.727000', '141531.730000', '141531.733000', '141531.736000', '141531.738000', '141531.741000', '141531.744000', '141531.747000', '141531.750000', '141531.752000', '141531.755000', '141531.758000', '141531.761000', '141531.764000', '141531.775000', '141531.777000', '141531.780000', '141531.783000', '141531.786000', '141531.789000', '141531.791000', '141531.794000', '141531.797000', '141531.800000', '141531.803000', '141531.805000', '141531.808000', '141531.811000', '141531.814000', '141531.817000', '141531.820000', '141531.822000', '141531.825000', '141531.828000', '141531.831000', '141531.834000', '141531.836000', '141531.839000', '141531.842000', '141531.845000', '141531.848000', '141531.851000', '141531.854000', '141531.857000', '141531.860000', '141531.863000', '141531.866000', '141531.869000', '141531.872000', '141531.876000', '141531.879000', '141531.882000', '141551.679000', '141551.682000', '141551.685000', '141551.688000', '141551.690000', '141551.693000', '141551.697000', '141551.701000', '141551.704000', '141551.726000', '141551.729000', '141551.732000', '141551.735000', '141551.738000', '141551.740000', '141551.743000', '141551.746000', '141551.749000', '141551.751000', '141551.754000', '141551.757000', '141551.760000', '141551.763000', '141551.765000', '141551.768000', '141551.771000', '141551.774000', '141551.777000', '141551.780000', '141551.787000', '141551.790000', '141551.792000', '141551.795000', '141551.798000', '141551.801000', '141551.804000', '141551.807000', '141551.810000', '141551.812000', '141551.815000', '141551.818000', '141551.821000', '141551.823000', '141611.678000', '141611.681000', '141611.684000', '141611.686000', '141611.689000', '141611.692000', '141611.695000', '141611.698000', '141611.701000', '141611.704000', '141611.706000', '141611.709000', '141611.714000', '141611.717000', '141611.720000', '141611.723000', '141611.726000', '141611.728000', '141611.731000', '141611.734000', '141611.737000', '141611.740000', '141611.742000', '141611.745000', '141611.748000', '141611.751000', '141611.754000', '141611.757000', '141611.760000', '141611.762000', '141611.765000', '141611.768000', '141611.771000', '141611.774000', '141611.777000', '141611.779000', '141611.782000', '141611.785000', '141611.788000', '141611.791000', '141611.794000', '141611.796000', '141611.799000', '141611.802000', '141631.678000', '141631.681000', '141631.684000', '141631.686000', '141631.689000', '141631.692000', '141631.695000', '141631.698000', '141631.701000', '141631.704000', '141631.720000', '141631.723000', '141631.726000', '141631.729000', '141631.732000', '141631.735000', '141631.738000', '141631.740000', '141631.743000', '141631.746000', '141631.760000', '141631.763000', '141631.765000', '141631.768000', '141631.771000', '141631.774000', '141631.777000', '141631.780000', '141631.783000', '141631.786000', '141631.788000', '141631.791000', '141631.798000', '141631.800000', '141631.803000', '141631.806000', '141631.809000', '141631.812000', '141631.815000', '141631.817000', '141631.820000', '141631.823000', '141631.826000', '141651.678000', '141651.681000', '141651.684000', '141651.687000', '141651.689000', '141651.692000', '141651.695000', '141651.698000', '141651.701000', '141651.704000', '141651.706000', '141651.710000', '141651.712000', '141651.715000', '141651.718000', '141651.721000', '141651.724000', '141651.727000', '141651.729000', '141651.732000', '141651.735000', '141651.738000', '141651.741000', '141651.744000', '141651.746000', '141651.749000', '141651.752000', '141651.755000', '141651.758000', '141651.760000', '141651.763000', '141651.766000', '141651.769000', '141651.772000', '141651.775000', '141651.777000', '141651.780000', '141651.783000', '141651.786000', '141651.789000', '141651.792000', '141651.794000', '141651.797000', '141651.800000', '141711.678000', '141711.681000', '141711.684000', '141711.687000', '141711.689000', '141711.692000', '141711.695000', '141711.698000', '141711.701000', '141711.704000', '141711.707000', '141711.709000', '141711.712000', '141711.715000', '141711.727000', '141711.730000', '141711.733000', '141711.736000', '141711.739000', '141711.741000', '141711.744000', '141711.749000', '141711.753000', '141711.757000', '141711.759000', '141711.762000', '141711.765000', '141711.768000', '141711.771000', '141711.774000', '141711.777000', '141711.780000', '141711.782000', '141711.785000', '141711.788000', '141711.791000', '141711.794000', '141711.796000', '141711.799000', '141711.802000', '141711.805000', '141711.808000', '141711.810000', '141731.679000', '141731.682000', '141731.685000', '141731.688000', '141731.690000', '141731.693000', '141731.696000', '141731.699000', '141731.702000', '141731.705000', '141731.708000', '141731.711000', '141731.713000', '141731.716000', '141731.719000', '141731.722000', '141731.725000', '141731.728000', '141731.731000', '141731.733000', '141731.736000', '141731.739000', '141731.742000', '141731.745000', '141731.748000', '141731.751000', '141731.754000', '141731.756000', '141731.759000', '141731.762000', '141731.765000', '141731.768000', '141731.770000', '141731.779000', '141731.782000', '141731.784000', '141731.787000', '141731.790000', '141731.793000', '141731.796000', '141731.799000', '141731.802000', '141731.805000', '141731.808000', '141751.679000', '141751.682000', '141751.685000', '141751.687000', '141751.690000', '141751.693000', '141751.697000', '141751.700000', '141751.703000', '141751.706000', '141751.709000', '141751.712000', '141751.715000', '141751.717000', '141751.720000', '141751.723000', '141751.726000', '141751.729000', '141751.732000', '141751.734000', '141751.737000', '141751.740000', '141751.743000', '141751.746000', '141751.749000', '141751.752000', '141751.755000', '141751.758000', '141751.760000', '141751.763000', '141751.766000', '141751.772000', '141751.775000', '141751.778000', '141751.781000', '141751.784000', '141751.786000', '141751.797000', '141751.800000', '141751.803000', '141751.806000', '141751.809000', '141751.811000', '141811.679000', '141811.682000', '141811.685000', '141811.687000', '141811.690000', '141811.694000', '141811.708000', '141811.711000', '141811.714000', '141811.717000', '141811.720000', '141811.723000', '141811.725000', '141811.728000', '141811.731000', '141811.734000', '141811.737000', '141811.740000', '141811.743000', '141811.746000', '141811.748000', '141811.751000', '141811.754000', '141811.757000', '141811.760000', '141811.763000', '141811.766000', '141811.768000', '141811.771000', '141811.774000', '141811.777000', '141811.780000', '141811.783000', '141811.786000', '141811.788000', '141811.791000', '141811.794000', '141811.797000', '141811.800000', '141811.802000', '141811.805000', '141811.808000', '141811.811000', '141811.814000', '141831.678000', '141831.681000', '141831.684000', '141831.687000', '141831.690000', '141831.692000', '141831.695000', '141831.698000', '141831.701000', '141831.704000', '141831.707000', '141831.710000', '141831.713000', '141831.715000', '141831.718000', '141831.721000', '141831.724000', '141831.727000', '141831.730000', '141831.733000', '141831.735000', '141831.738000', '141831.741000', '141831.744000', '141831.747000', '141831.750000', '141831.753000', '141831.756000', '141831.758000', '141831.761000', '141831.764000', '141831.767000', '141831.770000', '141831.773000', '141831.776000', '141831.779000', '141831.781000', '141831.784000', '141831.787000', '141831.790000', '141831.793000', '141831.796000', '141831.799000', '141851.678000', '141851.681000', '141851.684000', '141851.686000', '141851.689000', '141851.692000', '141851.695000', '141851.698000', '141851.701000', '141851.703000', '141851.706000', '141851.709000', '141851.712000', '141851.715000', '141851.718000', '141851.721000', '141851.723000', '141851.726000', '141851.729000', '141851.732000', '141851.735000', '141851.738000', '141851.741000', '141851.743000', '141851.746000', '141851.749000', '141851.752000', '141851.755000', '141851.758000', '141851.760000', '141851.763000', '141851.766000', '141851.769000', '141851.772000', '141851.775000', '141851.778000', '141851.780000', '141851.783000', '141851.786000', '141851.789000', '141851.792000', '141851.795000', '141851.798000', '141851.800000', '141911.678000', '141911.681000', '141911.684000', '141911.687000', '141911.690000', '141911.692000', '141911.695000', '141911.698000', '141911.701000', '141911.704000', '141911.707000', '141911.710000', '141911.712000', '141911.715000', '141911.718000', '141911.721000', '141911.724000', '141911.727000', '141911.730000', '141911.733000', '141911.736000', '141911.747000', '141911.750000', '141911.753000', '141911.756000', '141911.759000', '141911.762000', '141911.765000', '141911.767000', '141911.770000', '141911.773000', '141911.776000', '141911.779000', '141911.793000', '141911.796000', '141911.799000', '141911.802000', '141911.805000', '141911.808000', '141911.810000', '141911.813000', '141911.816000', '141911.819000', '141931.678000', '141931.681000', '141931.684000', '141931.687000', '141931.690000', '141931.692000', '141931.695000', '141931.698000', '141931.701000', '141931.704000', '141931.707000', '141931.710000', '141931.713000', '141931.715000', '141931.718000', '141931.721000', '141931.724000', '141931.727000', '141931.730000', '141931.732000', '141931.735000', '141931.738000', '141931.741000', '141931.744000', '141931.747000', '141931.749000', '141931.752000', '141931.755000', '141931.758000', '141931.761000', '141931.764000', '141931.779000', '141931.782000', '141931.784000', '141931.787000', '141931.790000', '141931.793000', '141931.796000', '141931.798000', '141931.801000', '141931.804000', '141931.807000', '141931.810000', '141931.813000', '141951.679000', '141951.682000', '141951.685000', '141951.688000', '141951.691000', '141951.694000', '141951.696000', '141951.699000', '141951.702000', '141951.705000', '141951.708000', '141951.711000', '141951.713000', '141951.717000', '141951.719000', '141951.722000', '141951.725000', '141951.728000', '141951.731000', '141951.734000', '141951.736000', '141951.739000', '141951.742000', '141951.745000', '141951.748000', '141951.751000', '141951.754000', '141951.756000', '141951.759000', '141951.762000', '141951.765000', '141951.768000', '141951.771000', '141951.773000', '141951.776000', '141951.779000', '141951.782000', '141951.785000', '141951.788000', '141951.790000', '141951.793000', '141951.796000', '141951.799000', '142011.679000', '142011.682000', '142011.685000', '142011.688000', '142011.691000', '142011.693000', '142011.696000', '142011.699000', '142011.702000', '142011.705000', '142011.708000', '142011.711000', '142011.713000', '142011.716000', '142011.719000', '142011.722000', '142011.725000', '142011.728000', '142011.730000', '142011.733000', '142011.736000', '142011.739000', '142011.742000', '142011.745000', '142011.747000', '142011.750000', '142011.753000', '142011.756000', '142011.759000', '142011.762000', '142011.764000', '142011.767000', '142011.770000', '142011.773000', '142011.776000', '142011.779000', '142011.781000', '142011.784000', '142011.787000', '142011.790000', '142011.793000', '142011.795000', '142011.798000', '142011.801000', '142031.679000', '142031.682000', '142031.685000', '142031.688000', '142031.691000', '142031.693000', '142031.696000', '142031.699000', '142031.702000', '142031.705000', '142031.708000', '142031.711000', '142031.714000', '142031.716000', '142031.719000', '142031.724000', '142031.727000', '142031.730000', '142031.733000', '142031.736000', '142031.739000', '142031.742000', '142031.744000', '142031.747000', '142031.750000', '142031.753000', '142031.756000', '142031.759000', '142031.762000', '142031.764000', '142031.767000', '142031.770000', '142031.774000', '142031.777000', '142031.780000', '142031.783000', '142031.786000', '142031.788000', '142031.791000', '142031.794000', '142031.797000', '142031.800000', '142031.803000', '142051.678000', '142051.681000', '142051.684000', '142051.687000', '142051.689000', '142051.692000', '142051.695000', '142051.698000', '142051.701000', '142051.704000', '142051.707000', '142051.709000', '142051.712000', '142051.715000', '142051.718000', '142051.721000', '142051.724000', '142051.727000', '142051.729000', '142051.732000', '142051.735000', '142051.738000', '142051.741000', '142051.743000', '142051.746000', '142051.749000', '142051.752000', '142051.755000', '142051.758000', '142051.761000', '142051.763000', '142051.766000', '142051.769000', '142051.772000', '142051.775000', '142051.778000', '142051.780000', '142051.783000', '142051.786000', '142051.789000', '142051.792000', '142051.795000', '142051.798000', '142051.800000', '142111.678000', '142111.681000', '142111.684000', '142111.687000', '142111.689000', '142111.692000', '142111.695000', '142111.698000', '142111.701000', '142111.703000', '142111.706000', '142111.709000', '142111.712000', '142111.715000', '142111.718000', '142111.721000', '142111.724000', '142111.726000', '142111.729000', '142111.732000', '142111.735000', '142111.738000', '142111.741000', '142111.743000', '142111.746000', '142111.749000', '142111.752000', '142111.755000', '142111.757000', '142111.760000', '142111.763000', '142111.766000', '142111.769000', '142111.772000', '142111.774000', '142111.777000', '142111.780000', '142111.783000', '142111.786000', '142111.789000', '142111.791000', '142111.794000', '142111.797000', '142131.678000', '142131.681000', '142131.684000', '142131.686000', '142131.689000', '142131.692000', '142131.695000', '142131.698000', '142131.701000', '142131.704000', '142131.706000', '142131.709000', '142131.712000', '142131.715000', '142131.718000', '142131.721000', '142131.724000', '142131.726000', '142131.729000', '142131.732000', '142131.735000', '142131.738000', '142131.740000', '142131.743000', '142131.746000', '142131.749000', '142131.752000', '142131.755000', '142131.767000', '142131.770000', '142131.773000', '142131.776000', '142131.779000', '142131.781000', '142131.784000', '142131.787000', '142131.790000', '142131.793000', '142131.796000', '142131.798000', '142131.801000', '142131.804000', '142131.807000', '142131.810000', '142151.678000', '142151.681000', '142151.684000', '142151.687000', '142151.689000', '142151.692000', '142151.695000', '142151.698000', '142151.701000', '142151.703000', '142151.707000', '142151.709000', '142151.712000', '142151.715000', '142151.718000', '142151.721000', '142151.724000', '142151.726000', '142151.729000', '142151.732000', '142151.735000', '142151.738000', '142151.741000', '142151.743000', '142151.746000', '142151.749000', '142151.752000', '142151.755000', '142151.757000', '142151.760000', '142151.763000', '142151.766000', '142151.769000', '142151.772000', '142151.774000', '142151.777000', '142151.780000', '142151.783000', '142151.786000', '142151.788000', '142151.791000', '142151.794000', '142151.797000', '142211.679000', '142211.682000', '142211.684000', '142211.687000', '142211.690000', '142211.693000', '142211.696000', '142211.699000', '142211.702000', '142211.705000', '142211.707000', '142211.710000', '142211.713000', '142211.716000', '142211.719000', '142211.722000', '142211.725000', '142211.727000', '142211.730000', '142211.733000', '142211.736000', '142211.739000', '142211.741000', '142211.744000', '142211.747000', '142211.750000', '142211.753000', '142211.756000', '142211.759000', '142211.762000', '142211.764000', '142211.767000', '142211.770000', '142211.773000', '142211.776000', '142211.779000', '142211.782000', '142211.785000', '142211.787000', '142211.790000', '142211.793000', '142211.796000', '142211.799000', '142211.802000', '142231.679000', '142231.682000', '142231.685000', '142231.688000', '142231.690000', '142231.694000', '142231.696000', '142231.699000', '142231.714000', '142231.717000', '142231.720000', '142231.723000', '142231.726000', '142231.729000', '142231.732000', '142231.734000', '142231.737000', '142231.740000', '142231.743000', '142231.746000', '142231.749000', '142231.752000', '142231.755000', '142231.757000', '142231.760000', '142231.763000', '142231.766000', '142231.769000', '142231.772000', '142231.775000', '142231.777000', '142231.780000', '142231.783000', '142231.786000', '142231.789000', '142231.791000', '142231.794000', '142231.797000', '142231.800000', '142231.803000', '142231.806000', '142231.808000', '142231.811000', '142251.679000', '142251.682000', '142251.685000', '142251.687000', '142251.690000', '142251.693000', '142251.696000', '142251.699000', '142251.702000', '142251.705000', '142251.707000', '142251.710000', '142251.713000', '142251.716000', '142251.719000', '142251.722000', '142251.725000', '142251.727000', '142251.730000', '142251.733000', '142251.736000', '142251.739000', '142251.742000', '142251.744000', '142251.747000', '142251.750000', '142251.753000', '142251.756000', '142251.759000', '142251.761000', '142251.764000', '142251.767000', '142251.770000', '142251.773000', '142251.775000', '142251.778000', '142251.781000', '142251.784000', '142251.787000', '142251.789000', '142251.792000', '142251.795000', '142251.798000', '142251.801000', '142311.678000', '142311.681000', '142311.684000', '142311.687000', '142311.690000', '142311.692000', '142311.695000', '142311.698000', '142311.701000', '142311.704000', '142311.707000', '142311.710000', '142311.712000', '142311.715000', '142311.718000', '142311.721000', '142311.724000', '142311.727000', '142311.730000', '142311.732000', '142311.735000', '142311.738000', '142311.741000', '142311.744000', '142311.747000', '142311.749000', '142311.752000', '142311.755000', '142311.758000', '142311.761000', '142311.764000', '142311.767000', '142311.769000', '142311.772000', '142311.775000', '142311.778000', '142311.781000', '142311.784000', '142311.787000', '142311.789000', '142311.792000', '142311.795000', '142311.798000', '142331.678000', '142331.681000', '142331.684000', '142331.687000', '142331.689000', '142331.693000', '142331.696000', '142331.701000', '142331.704000', '142331.707000', '142331.709000', '142331.712000', '142331.715000', '142331.718000', '142331.721000', '142331.724000', '142331.726000', '142331.729000', '142331.732000', '142331.735000', '142331.738000', '142331.741000', '142331.743000', '142331.746000', '142331.749000', '142331.752000', '142331.755000', '142331.758000', '142331.761000', '142331.763000', '142331.766000', '142331.769000', '142331.772000', '142331.775000', '142331.778000', '142331.780000', '142331.783000', '142331.786000', '142331.789000', '142331.792000', '142331.794000', '142331.797000', '142331.800000', '142351.678000', '142351.681000', '142351.684000', '142351.687000', '142351.690000', '142351.692000', '142351.702000', '142351.704000', '142351.707000', '142351.710000', '142351.717000', '142351.720000', '142351.723000', '142351.725000', '142351.728000', '142351.731000', '142351.734000', '142351.737000', '142351.740000', '142351.742000', '142351.745000', '142351.748000', '142351.751000', '142351.754000', '142351.757000', '142351.760000', '142351.763000', '142351.765000', '142351.768000', '142351.771000', '142351.774000', '142351.777000', '142351.780000', '142351.783000', '142351.786000', '142351.788000', '142351.791000', '142351.794000', '142351.797000', '142351.800000', '142351.803000', '142351.805000', '142351.808000', '142351.811000', '142411.678000', '142411.681000', '142411.684000', '142411.687000', '142411.690000', '142411.693000', '142411.695000', '142411.698000', '142411.701000', '142411.704000', '142411.707000', '142411.710000', '142411.713000', '142411.716000', '142411.719000', '142411.722000', '142411.725000', '142411.727000', '142411.730000', '142411.733000', '142411.736000', '142411.739000', '142411.742000', '142411.745000', '142411.748000', '142411.750000', '142411.753000', '142411.756000', '142411.759000', '142411.762000', '142411.765000', '142411.768000', '142411.770000', '142411.773000', '142411.776000', '142411.779000', '142411.782000', '142411.785000', '142411.788000', '142411.790000', '142411.793000', '142411.796000', '142411.799000', '142418.222000', '142418.225000', '142418.228000', '142418.231000', '142418.234000', '142418.237000', '142418.240000', '142418.251000', '142418.254000', '142418.257000', '142418.260000', '142418.263000', '142418.265000', '142418.268000', '142418.271000'], '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': [12657, 8247, 7436, 7435, 10776, 7765, 7387, 9497, 9172, 7451, 7275, 9480, 7400, 7382, 10892, 7645, 7687, 9861, 7719, 7126, 9168, 7421, 7303, 9549, 7468, 7377, 8652, 7414, 7258, 8188, 7521, 9363, 7823, 7412, 9196, 7787, 7181, 9726, 7723, 7317, 10418, 7781, 8040, 9314, 7552, 7077, 8527, 7155, 7710, 8166, 7183, 7677, 8331, 7258, 7136, 8752, 7300, 7580, 8954, 7248, 7024, 8947, 7367, 7273, 9400, 7566, 7358, 9044, 7702, 7357, 8711, 7636, 7646, 10448, 7610, 7083, 7266, 7724, 7510, 7229, 9835, 7607, 7443, 10577, 7667, 7444, 9833, 8150, 7466, 10390, 7947, 8234, 10701, 7760, 7289, 8930, 7539, 7193, 11013, 7976, 7210, 8250, 7486, 7562, 7181, 9416, 7472, 7753, 10147, 7462, 7290, 9807, 7541, 7499, 8677, 7490, 7326, 6979, 7460, 7312, 6994, 10567, 7520, 7040, 7968, 8485, 7406, 7199, 10251, 7718, 7092, 8209, 8803, 7946, 7687, 10416, 7712, 7331, 9614, 8486, 7938, 7834, 11695, 7775, 7767, 7769, 8167, 7767, 7261, 9010, 7849, 7502, 8567, 7623, 7574, 7236, 8824, 7532, 7296, 9826, 7548, 7199, 9154, 7430, 7186, 8856, 7609, 7370, 7356, 7914, 7532, 7273, 9542, 7580, 7988, 9920, 7793, 8277, 10123, 9792, 7453, 7526, 8375, 8529, 7674, 7553, 9491, 7907, 7446, 7499, 8727, 7691, 7397, 8046, 7676, 7142, 8365, 9094, 7199, 7306, 8965, 7490, 7163, 11055, 7475, 7367, 11801, 8192, 7620, 9780, 8005, 7106, 7096, 8933, 7492, 7179, 9728, 7747, 7555, 8977, 7708, 7283, 9443, 7554, 7370, 10134, 8014, 7369, 9283, 7851, 7375, 7143, 8436, 7480, 7117, 9862, 7472, 7305, 9139, 7761, 7174, 12132, 9082, 7657, 11502, 9727, 7555, 7329, 7733, 7392, 7238, 10047, 7496, 7501, 10387, 7685, 7252, 9029, 7598, 7216, 10775, 7972, 7052, 10293, 7923, 7518, 8210, 8083, 7408, 7048, 8736, 7550, 7409, 9826, 7756, 7202, 9051, 7671, 7702, 9835, 7813, 8016, 10569, 7596, 7465, 8730, 7752, 7447, 9845, 7786, 7518, 8204, 7841, 7049, 7216, 8645, 7482, 7301, 8902, 7571, 7293, 9225, 7455, 7775, 8299, 7368, 7571, 8426, 7631, 7533, 8183, 7712, 7367, 7305, 9362, 7446, 7203, 8700, 7651, 7495, 7284, 11680, 9255, 7476, 9101, 11690, 8423, 7650, 7329, 9096, 7561, 7280, 7502, 8615, 7638, 7582, 10076, 7712, 7251, 7011, 8784, 7667, 7587, 9790, 7608, 7575, 9530, 7660, 7392, 7511, 8830, 7834, 7525, 7689, 8093, 7598, 7520, 9911, 7890, 7795, 8540, 8426, 7895, 8762, 11749, 8491, 8428, 11043, 8194, 8332, 8513, 8327, 8024, 7632, 9305, 8130, 7498, 9819, 7850, 7275, 7501, 8076, 7732, 7443, 8544, 7719, 7308, 9188, 7449, 7078, 8839, 7517, 7501, 6920, 8720, 7348, 7463, 7477, 8146, 8036, 7248, 9690, 7888, 7729, 10291, 7824, 7289, 9131, 7574, 7495, 7444, 9603, 7545, 7284, 7454, 8769, 7413, 7137, 10337, 7699, 7285, 11001, 8150, 7130, 7657, 8765, 7373, 7124, 7957, 7546, 7454, 7111, 8931, 7604, 7364, 7122, 9925, 8126, 7453, 7259, 11517, 7621, 7587, 7233, 9320, 7414, 7182, 10303, 7488, 7142, 8794, 7436, 7426, 9405, 7666, 7112, 9718, 7593, 7028, 9011, 7563, 7253, 8997, 7485, 7076, 9504, 7602, 7332, 9311, 7499, 9138, 8278, 7555, 10947, 8076, 7278, 8758, 7711, 7092, 10924, 8196, 7455, 10369, 7806, 7381, 8209, 7759, 7119, 10294, 8095, 7406, 11345, 7922, 7343, 7171, 9550, 7586, 7058, 12139, 9144, 7531, 7374, 8815, 8245, 8102, 9790, 7970, 7147, 8812, 7383, 7141, 9524, 7411, 7032, 9888, 7575, 7252, 8379, 7986, 7720, 8160, 9837, 8094, 7661, 7471, 9118, 7435, 7202, 7083, 9623, 7718, 7567, 9595, 8809, 7225, 7189, 9818, 7709, 7534, 8592, 8692, 7461, 7358, 8729, 7659, 7174, 7282, 9202, 7206, 7166, 7266, 9178, 7447, 7298, 7899, 9134, 7526, 7870, 10243, 7624, 7121, 9115, 7728, 7371, 8971, 8609, 7427, 10275, 8840, 8044, 7941, 8931, 7433, 8848, 8600, 7926, 7570, 8171, 7766, 7442, 9150, 7297, 7231, 9205, 7416, 7199, 8865, 7332, 7131, 9586, 7730, 7132, 8199, 7716, 7274, 9465, 7921, 7479, 11388, 7857, 7217, 10961, 7644, 7057, 10209, 7608, 7088, 9639, 7519, 7462, 9508, 7393, 7332, 9304, 7724, 7059, 10202, 7908, 7149, 8120, 8035, 7329, 9090, 8077, 7233, 11805, 8031, 7130, 9407, 7778, 7003, 9443, 7661, 7214, 8971, 7228, 7110, 9057, 7500, 7248, 10850, 8091, 8262, 10019, 7140, 10897, 8065, 7430, 11189, 8328, 7248, 9487, 8067, 7477, 8702, 7934, 7226, 9427, 7689, 7172, 10433, 8590, 7198, 9757, 8646, 9547, 8902, 7799, 13681, 8803, 7427, 8928, 7904, 10111, 7862, 7210, 9645, 7724, 7196, 8381, 7559, 7302, 7149, 9338, 7547, 7284, 7501, 8485, 7214, 8766, 8875, 7060, 10933, 8045, 7213, 11755, 7954, 7592, 10734, 7726, 6933, 8169, 7168, 7121, 8357, 8119, 7186, 8605, 8319, 7330, 8374, 7973, 7212, 11741, 8587, 7378, 11618, 7523, 7069, 10159, 7396, 6890, 10353, 7643, 7061, 9538, 7668, 7203, 10335, 7638, 7333, 12151, 7671, 8414, 7441, 7594, 9222, 7466, 8959, 8690, 9244, 9344, 7320, 7901, 8825, 7856, 8806, 7802, 9318, 7799, 9172, 12823, 10329, 9703, 9613, 12946, 11852, 9647, 7772, 8525, 7699, 8782, 10069, 7737, 8343, 9085, 12408, 10468, 9275, 9861, 9036, 10795, 7867, 9551, 8267, 10970, 7697, 9501, 8094, 7794, 7343, 8897, 7214, 8493, 7456, 8475, 6970, 8276, 7335, 7513, 7867, 7340, 9049, 7620, 7852, 8945, 8638, 9152, 7538, 10145, 7754, 7451, 11678, 7750, 7753, 7044, 8799, 7571, 7268, 10785, 7879, 7032, 8975, 7433, 7098, 8245, 8690, 7366, 7575, 9168, 7310, 7048, 9734, 7686, 7768, 9535, 7431, 7045, 9883, 7693, 7042, 11498, 7976, 7145, 9416, 7706, 7092, 9849, 7938, 7109, 7476, 8613, 7382, 7172, 10133, 7927, 9345, 10780, 7771, 7396, 9875, 7596, 7392, 10039, 7666, 7058, 9870, 7486, 7227, 9870, 7548, 7117, 10008, 7526, 7353, 10285, 7778, 7278, 9856, 7601, 7853, 9010, 7364, 8550, 8731, 8035, 7039, 9648, 7868, 7285, 9846, 7607, 7223, 9406, 7566, 7051, 9620, 7697, 7343, 9682, 7506, 7258, 10015, 7572, 7266, 10939, 7916, 6958, 10420, 7557, 7208, 10434, 7598, 7286, 9748, 7841, 7397, 7285, 8442, 7674, 7268, 8617, 8716, 7497, 7812, 9332, 8291, 7405, 7145, 8866, 8660, 8689, 8353, 9744, 8791, 7671, 9476, 7358, 7446, 8465, 8954, 7318, 7054, 10427, 7928, 7611, 7324, 9666, 7220, 7359, 10886, 7928, 7498, 12287, 7340, 8224, 7289, 8987, 7476, 7388, 8600, 8604, 7322, 7205, 9745, 7754, 8415, 8318, 9482, 9314, 9403, 10535, 7585, 7711, 8573, 7285, 8421, 7168, 8848, 7423, 7704, 10162, 7547, 7486, 8036, 8045, 8591, 8222, 8703, 8492, 7489, 8704, 7477, 7120, 9940, 7212, 7114, 9748, 7671, 7481, 8306, 8660, 7797, 11822, 8532, 7845, 12206, 7513, 7889, 11525, 7898, 7603, 11519, 7802, 7808, 7695, 7443, 8135, 7774, 8354, 8191, 8323, 8179, 8439, 7751, 8171, 7233, 10169, 7617, 7096, 7750, 7378, 7460, 8796, 7972, 7275, 10291, 8008, 7720, 9687, 7808, 7583, 10378, 7635, 7321, 7594, 7523, 8136, 7403, 8756, 8365, 8150, 9149, 8562, 7320, 8951, 8736, 7356, 9446, 8388, 9187, 11152, 8436, 7230, 10035, 9078, 7734, 11420, 7627, 7194, 9164, 8743, 7155, 9136, 7862, 11400, 8443, 7647, 10658, 7272, 7108, 9321, 8304, 7311, 7991, 7720, 7232, 8480, 7304, 7189, 8815, 8353, 8078, 7794, 9198, 7365, 9347, 8695, 7651, 7306, 8766, 8401, 7155, 9633, 8008, 7612, 7987, 7236, 7150, 8736, 7323, 7252, 9261, 7452, 7147, 9422, 7629, 7078, 10028, 7701, 12276, 8972, 6924, 10559, 7843, 7606, 10446, 7884, 7217, 9415, 7880, 7817, 11688, 8851, 8536, 13068, 8511, 8025, 9276, 7948, 8083, 11187, 8535, 7685, 10496, 7472, 8158, 7376, 7968, 8251, 7726, 9187, 7374, 7610, 10473, 7431, 7957, 11379, 7944, 7946, 7712, 7803, 8878, 7358, 9177, 8626, 7392, 9371, 7413, 7459, 9893, 7227, 7795, 8460, 8051, 7974, 7239, 8820, 7389, 7424, 10488, 7939, 7408, 8479, 8389, 8387, 8087, 8919, 7894, 11971, 8772, 7628, 8102, 7430, 8295, 7313, 8704, 7760, 7376, 8460, 7785, 7845, 8564, 7192, 10348, 7878, 7320, 8821, 7505, 7546, 9373, 8234, 7276], 'WindowCenter': [4360.0, 4301.0, 4264.0, 4259.0, 4287.0, 4245.0, 4242.0, 4262.0, 4250.0, 4231.0, 4229.0, 4249.0, 4228.0, 4228.0, 4258.0, 4241.0, 4228.0, 4248.0, 4228.0, 4217.0, 4237.0, 4216.0, 4228.0, 4248.0, 4230.0, 4228.0, 4236.0, 4217.0, 4216.0, 4237.0, 4229.0, 4247.0, 4229.0, 4228.0, 4248.0, 4227.0, 4218.0, 4248.0, 4230.0, 4228.0, 4259.0, 4229.0, 4229.0, 4248.0, 4227.0, 4216.0, 4236.0, 4217.0, 4228.0, 4240.0, 4218.0, 4228.0, 4240.0, 4228.0, 4230.0, 4239.0, 4228.0, 4228.0, 4251.0, 4228.0, 4218.0, 4248.0, 4229.0, 4231.0, 4251.0, 4228.0, 4231.0, 4239.0, 4230.0, 4230.0, 4240.0, 4228.0, 4230.0, 4261.0, 4227.0, 4217.0, 4228.0, 4228.0, 4231.0, 4230.0, 4263.0, 4243.0, 4241.0, 4273.0, 4242.0, 4232.0, 4261.0, 4240.0, 4230.0, 4262.0, 4228.0, 4240.0, 4257.0, 4228.0, 4227.0, 4236.0, 4227.0, 4218.0, 4259.0, 4239.0, 4229.0, 4242.0, 4229.0, 4230.0, 4228.0, 4248.0, 4227.0, 4230.0, 4260.0, 4232.0, 4229.0, 4249.0, 4231.0, 4243.0, 4263.0, 4230.0, 4232.0, 4219.0, 4229.0, 4229.0, 4228.0, 4258.0, 4240.0, 4229.0, 4240.0, 4240.0, 4230.0, 4230.0, 4261.0, 4231.0, 4229.0, 4241.0, 4249.0, 4241.0, 4228.0, 4258.0, 4227.0, 4217.0, 4247.0, 4237.0, 4226.0, 4215.0, 4257.0, 4213.0, 4213.0, 4215.0, 4223.0, 4215.0, 4214.0, 4236.0, 4225.0, 4217.0, 4235.0, 4226.0, 4227.0, 4215.0, 4236.0, 4226.0, 4228.0, 4248.0, 4227.0, 4216.0, 4246.0, 4215.0, 4213.0, 4237.0, 4227.0, 4215.0, 4216.0, 4225.0, 4226.0, 4227.0, 4246.0, 4229.0, 4243.0, 4263.0, 4241.0, 4253.0, 4260.0, 4260.0, 4255.0, 4242.0, 4253.0, 4250.0, 4229.0, 4230.0, 4247.0, 4238.0, 4227.0, 4229.0, 4237.0, 4228.0, 4229.0, 4238.0, 4255.0, 4242.0, 4253.0, 4262.0, 4231.0, 4242.0, 4251.0, 4241.0, 4241.0, 4270.0, 4242.0, 4242.0, 4284.0, 4239.0, 4241.0, 4261.0, 4241.0, 4230.0, 4230.0, 4251.0, 4230.0, 4230.0, 4249.0, 4231.0, 4241.0, 4250.0, 4243.0, 4229.0, 4250.0, 4231.0, 4229.0, 4260.0, 4241.0, 4244.0, 4263.0, 4239.0, 4230.0, 4229.0, 4250.0, 4243.0, 4257.0, 4273.0, 4244.0, 4243.0, 4263.0, 4242.0, 4233.0, 4285.0, 4263.0, 4241.0, 4285.0, 4262.0, 4243.0, 4230.0, 4228.0, 4227.0, 4228.0, 4248.0, 4229.0, 4229.0, 4261.0, 4229.0, 4230.0, 4250.0, 4230.0, 4228.0, 4258.0, 4227.0, 4217.0, 4257.0, 4226.0, 4228.0, 4236.0, 4226.0, 4228.0, 4217.0, 4236.0, 4239.0, 4228.0, 4246.0, 4228.0, 4227.0, 4235.0, 4225.0, 4226.0, 4246.0, 4227.0, 4227.0, 4246.0, 4225.0, 4217.0, 4235.0, 4225.0, 4217.0, 4258.0, 4228.0, 4227.0, 4236.0, 4225.0, 4216.0, 4227.0, 4237.0, 4228.0, 4229.0, 4237.0, 4242.0, 4230.0, 4250.0, 4227.0, 4228.0, 4251.0, 4229.0, 4229.0, 4237.0, 4227.0, 4227.0, 4237.0, 4227.0, 4228.0, 4229.0, 4258.0, 4239.0, 4240.0, 4252.0, 4240.0, 4241.0, 4244.0, 4283.0, 4274.0, 4242.0, 4251.0, 4283.0, 4252.0, 4240.0, 4229.0, 4247.0, 4226.0, 4226.0, 4215.0, 4236.0, 4225.0, 4225.0, 4246.0, 4225.0, 4215.0, 4215.0, 4236.0, 4227.0, 4228.0, 4258.0, 4228.0, 4241.0, 4248.0, 4241.0, 4240.0, 4228.0, 4235.0, 4240.0, 4237.0, 4226.0, 4240.0, 4239.0, 4229.0, 4259.0, 4238.0, 4227.0, 4236.0, 4226.0, 4224.0, 4237.0, 4269.0, 4225.0, 4227.0, 4256.0, 4222.0, 4225.0, 4223.0, 4222.0, 4224.0, 4210.0, 4218.0, 4209.0, 4210.0, 4232.0, 4211.0, 4213.0, 4211.0, 4223.0, 4213.0, 4213.0, 4234.0, 4213.0, 4214.0, 4233.0, 4213.0, 4212.0, 4234.0, 4214.0, 4213.0, 4215.0, 4236.0, 4228.0, 4227.0, 4230.0, 4240.0, 4240.0, 4229.0, 4251.0, 4256.0, 4240.0, 4262.0, 4229.0, 4243.0, 4261.0, 4253.0, 4240.0, 4229.0, 4259.0, 4240.0, 4228.0, 4241.0, 4248.0, 4228.0, 4230.0, 4258.0, 4230.0, 4229.0, 4269.0, 4237.0, 4217.0, 4230.0, 4237.0, 4228.0, 4229.0, 4238.0, 4228.0, 4226.0, 4227.0, 4249.0, 4239.0, 4228.0, 4231.0, 4261.0, 4240.0, 4241.0, 4243.0, 4271.0, 4239.0, 4240.0, 4228.0, 4249.0, 4230.0, 4229.0, 4258.0, 4229.0, 4218.0, 4236.0, 4226.0, 4228.0, 4245.0, 4225.0, 4244.0, 4249.0, 4228.0, 4230.0, 4248.0, 4238.0, 4230.0, 4261.0, 4242.0, 4243.0, 4276.0, 4255.0, 4241.0, 4263.0, 4244.0, 4266.0, 4253.0, 4241.0, 4272.0, 4240.0, 4231.0, 4251.0, 4239.0, 4231.0, 4272.0, 4239.0, 4229.0, 4260.0, 4240.0, 4229.0, 4240.0, 4240.0, 4242.0, 4263.0, 4241.0, 4230.0, 4272.0, 4241.0, 4230.0, 4231.0, 4264.0, 4241.0, 4242.0, 4284.0, 4250.0, 4230.0, 4229.0, 4249.0, 4239.0, 4240.0, 4260.0, 4230.0, 4217.0, 4237.0, 4216.0, 4217.0, 4261.0, 4231.0, 4228.0, 4249.0, 4228.0, 4228.0, 4238.0, 4239.0, 4244.0, 4253.0, 4272.0, 4253.0, 4254.0, 4253.0, 4262.0, 4244.0, 4243.0, 4231.0, 4260.0, 4240.0, 4241.0, 4261.0, 4252.0, 4230.0, 4232.0, 4260.0, 4228.0, 4229.0, 4241.0, 4240.0, 4228.0, 4229.0, 4239.0, 4227.0, 4228.0, 4240.0, 4263.0, 4244.0, 4233.0, 4241.0, 4261.0, 4231.0, 4230.0, 4239.0, 4250.0, 4240.0, 4239.0, 4259.0, 4230.0, 4230.0, 4250.0, 4242.0, 4230.0, 4248.0, 4241.0, 4227.0, 4261.0, 4237.0, 4226.0, 4226.0, 4238.0, 4228.0, 4236.0, 4225.0, 4224.0, 4215.0, 4224.0, 4213.0, 4212.0, 4235.0, 4215.0, 4225.0, 4236.0, 4215.0, 4217.0, 4237.0, 4227.0, 4216.0, 4259.0, 4229.0, 4218.0, 4239.0, 4227.0, 4229.0, 4247.0, 4227.0, 4228.0, 4270.0, 4240.0, 4228.0, 4272.0, 4228.0, 4217.0, 4246.0, 4229.0, 4230.0, 4248.0, 4229.0, 4228.0, 4247.0, 4216.0, 4227.0, 4248.0, 4228.0, 4229.0, 4260.0, 4241.0, 4229.0, 4241.0, 4238.0, 4228.0, 4249.0, 4239.0, 4229.0, 4269.0, 4228.0, 4218.0, 4263.0, 4229.0, 4219.0, 4247.0, 4229.0, 4233.0, 4250.0, 4243.0, 4233.0, 4249.0, 4230.0, 4230.0, 4261.0, 4243.0, 4242.0, 4249.0, 4220.0, 4258.0, 4227.0, 4230.0, 4273.0, 4240.0, 4218.0, 4248.0, 4226.0, 4218.0, 4237.0, 4229.0, 4217.0, 4251.0, 4239.0, 4217.0, 4248.0, 4236.0, 4217.0, 4237.0, 4227.0, 4247.0, 4237.0, 4215.0, 4267.0, 4224.0, 4203.0, 4222.0, 4213.0, 4245.0, 4214.0, 4215.0, 4233.0, 4228.0, 4231.0, 4237.0, 4242.0, 4244.0, 4232.0, 4251.0, 4240.0, 4231.0, 4229.0, 4252.0, 4242.0, 4253.0, 4253.0, 4231.0, 4261.0, 4229.0, 4230.0, 4269.0, 4240.0, 4231.0, 4259.0, 4229.0, 4218.0, 4237.0, 4216.0, 4230.0, 4241.0, 4242.0, 4230.0, 4251.0, 4241.0, 4232.0, 4240.0, 4240.0, 4230.0, 4271.0, 4240.0, 4230.0, 4257.0, 4229.0, 4218.0, 4260.0, 4231.0, 4230.0, 4258.0, 4240.0, 4229.0, 4250.0, 4228.0, 4230.0, 4259.0, 4231.0, 4231.0, 4283.0, 4240.0, 4241.0, 4231.0, 4241.0, 4251.0, 4230.0, 4251.0, 4240.0, 4250.0, 4251.0, 4230.0, 4229.0, 4251.0, 4230.0, 4237.0, 4240.0, 4250.0, 4242.0, 4263.0, 4283.0, 4249.0, 4250.0, 4262.0, 4269.0, 4257.0, 4235.0, 4214.0, 4224.0, 4214.0, 4224.0, 4246.0, 4216.0, 4227.0, 4239.0, 4269.0, 4246.0, 4234.0, 4235.0, 4223.0, 4245.0, 4213.0, 4222.0, 4212.0, 4231.0, 4201.0, 4234.0, 4212.0, 4200.0, 4199.0, 4209.0, 4199.0, 4221.0, 4200.0, 4224.0, 4202.0, 4222.0, 4214.0, 4214.0, 4227.0, 4228.0, 4237.0, 4225.0, 4238.0, 4251.0, 4239.0, 4250.0, 4229.0, 4248.0, 4231.0, 4243.0, 4270.0, 4228.0, 4228.0, 4231.0, 4240.0, 4242.0, 4242.0, 4273.0, 4240.0, 4231.0, 4251.0, 4231.0, 4231.0, 4253.0, 4264.0, 4245.0, 4242.0, 4261.0, 4242.0, 4232.0, 4262.0, 4244.0, 4256.0, 4275.0, 4244.0, 4232.0, 4261.0, 4243.0, 4244.0, 4273.0, 4244.0, 4230.0, 4250.0, 4228.0, 4231.0, 4260.0, 4240.0, 4230.0, 4230.0, 4251.0, 4242.0, 4230.0, 4274.0, 4255.0, 4264.0, 4271.0, 4241.0, 4230.0, 4259.0, 4241.0, 4241.0, 4248.0, 4228.0, 4217.0, 4249.0, 4228.0, 4229.0, 4259.0, 4239.0, 4230.0, 4260.0, 4241.0, 4242.0, 4273.0, 4243.0, 4230.0, 4262.0, 4239.0, 4239.0, 4250.0, 4229.0, 4240.0, 4239.0, 4238.0, 4218.0, 4247.0, 4240.0, 4241.0, 4259.0, 4229.0, 4228.0, 4249.0, 4227.0, 4218.0, 4250.0, 4228.0, 4230.0, 4260.0, 4230.0, 4229.0, 4260.0, 4242.0, 4245.0, 4273.0, 4253.0, 4231.0, 4260.0, 4228.0, 4230.0, 4261.0, 4229.0, 4230.0, 4250.0, 4243.0, 4229.0, 4240.0, 4254.0, 4244.0, 4241.0, 4252.0, 4252.0, 4241.0, 4253.0, 4277.0, 4255.0, 4242.0, 4233.0, 4253.0, 4252.0, 4251.0, 4241.0, 4251.0, 4242.0, 4229.0, 4250.0, 4228.0, 4228.0, 4238.0, 4249.0, 4229.0, 4233.0, 4273.0, 4245.0, 4243.0, 4232.0, 4251.0, 4231.0, 4246.0, 4273.0, 4245.0, 4246.0, 4281.0, 4229.0, 4240.0, 4229.0, 4237.0, 4217.0, 4226.0, 4239.0, 4238.0, 4231.0, 4229.0, 4249.0, 4229.0, 4241.0, 4238.0, 4247.0, 4236.0, 4238.0, 4247.0, 4215.0, 4229.0, 4250.0, 4227.0, 4237.0, 4216.0, 4235.0, 4218.0, 4228.0, 4248.0, 4229.0, 4229.0, 4226.0, 4227.0, 4236.0, 4237.0, 4226.0, 4227.0, 4218.0, 4226.0, 4215.0, 4206.0, 4245.0, 4229.0, 4230.0, 4247.0, 4231.0, 4230.0, 4252.0, 4241.0, 4230.0, 4271.0, 4239.0, 4230.0, 4257.0, 4216.0, 4229.0, 4257.0, 4226.0, 4242.0, 4256.0, 4227.0, 4216.0, 4216.0, 4215.0, 4225.0, 4227.0, 4238.0, 4227.0, 4227.0, 4225.0, 4228.0, 4216.0, 4226.0, 4228.0, 4245.0, 4226.0, 4216.0, 4214.0, 4215.0, 4216.0, 4239.0, 4240.0, 4230.0, 4249.0, 4227.0, 4226.0, 4237.0, 4216.0, 4230.0, 4248.0, 4215.0, 4216.0, 4228.0, 4227.0, 4227.0, 4217.0, 4236.0, 4240.0, 4238.0, 4248.0, 4238.0, 4217.0, 4237.0, 4237.0, 4217.0, 4236.0, 4226.0, 4239.0, 4259.0, 4226.0, 4214.0, 4235.0, 4235.0, 4216.0, 4257.0, 4216.0, 4204.0, 4234.0, 4224.0, 4205.0, 4234.0, 4214.0, 4256.0, 4225.0, 4214.0, 4244.0, 4219.0, 4216.0, 4235.0, 4237.0, 4229.0, 4226.0, 4227.0, 4240.0, 4261.0, 4240.0, 4232.0, 4261.0, 4239.0, 4240.0, 4230.0, 4249.0, 4229.0, 4250.0, 4239.0, 4227.0, 4216.0, 4236.0, 4237.0, 4228.0, 4247.0, 4226.0, 4227.0, 4225.0, 4227.0, 4228.0, 4239.0, 4241.0, 4242.0, 4278.0, 4255.0, 4246.0, 4265.0, 4243.0, 4233.0, 4265.0, 4231.0, 4270.0, 4240.0, 4218.0, 4260.0, 4239.0, 4231.0, 4261.0, 4239.0, 4230.0, 4249.0, 4226.0, 4227.0, 4270.0, 4237.0, 4239.0, 4267.0, 4225.0, 4225.0, 4237.0, 4213.0, 4224.0, 4255.0, 4224.0, 4214.0, 4245.0, 4212.0, 4225.0, 4213.0, 4226.0, 4227.0, 4215.0, 4235.0, 4216.0, 4217.0, 4243.0, 4214.0, 4225.0, 4257.0, 4226.0, 4227.0, 4215.0, 4215.0, 4236.0, 4214.0, 4235.0, 4240.0, 4217.0, 4236.0, 4216.0, 4217.0, 4245.0, 4214.0, 4225.0, 4237.0, 4227.0, 4227.0, 4218.0, 4236.0, 4227.0, 4227.0, 4259.0, 4228.0, 4228.0, 4238.0, 4239.0, 4237.0, 4228.0, 4237.0, 4227.0, 4269.0, 4236.0, 4215.0, 4225.0, 4214.0, 4225.0, 4227.0, 4239.0, 4227.0, 4229.0, 4237.0, 4227.0, 4227.0, 4238.0, 4217.0, 4259.0, 4237.0, 4228.0, 4238.0, 4227.0, 4228.0, 4248.0, 4238.0, 4228.0], 'WindowWidth': [9638.0, 9538.0, 9473.0, 9457.0, 9488.0, 9427.0, 9419.0, 9447.0, 9427.0, 9400.0, 9394.0, 9420.0, 9390.0, 9391.0, 9433.0, 9412.0, 9391.0, 9417.0, 9389.0, 9375.0, 9401.0, 9371.0, 9391.0, 9417.0, 9399.0, 9389.0, 9400.0, 9373.0, 9371.0, 9401.0, 9394.0, 9416.0, 9392.0, 9391.0, 9420.0, 9388.0, 9377.0, 9417.0, 9394.0, 9390.0, 9435.0, 9395.0, 9392.0, 9417.0, 9388.0, 9371.0, 9399.0, 9374.0, 9391.0, 9408.0, 9377.0, 9392.0, 9407.0, 9391.0, 9394.0, 9406.0, 9391.0, 9392.0, 9425.0, 9392.0, 9378.0, 9417.0, 9393.0, 9399.0, 9427.0, 9392.0, 9397.0, 9406.0, 9395.0, 9395.0, 9411.0, 9390.0, 9394.0, 9439.0, 9389.0, 9375.0, 9392.0, 9392.0, 9399.0, 9397.0, 9444.0, 9419.0, 9415.0, 9460.0, 9415.0, 9401.0, 9439.0, 9409.0, 9395.0, 9442.0, 9392.0, 9407.0, 9428.0, 9387.0, 9386.0, 9400.0, 9387.0, 9376.0, 9436.0, 9409.0, 9395.0, 9414.0, 9393.0, 9396.0, 9392.0, 9417.0, 9390.0, 9395.0, 9435.0, 9402.0, 9393.0, 9420.0, 9399.0, 9422.0, 9451.0, 9399.0, 9401.0, 9381.0, 9393.0, 9395.0, 9391.0, 9430.0, 9410.0, 9393.0, 9409.0, 9409.0, 9397.0, 9397.0, 9439.0, 9397.0, 9393.0, 9412.0, 9419.0, 9411.0, 9389.0, 9430.0, 9387.0, 9372.0, 9412.0, 9400.0, 9384.0, 9368.0, 9427.0, 9362.0, 9363.0, 9367.0, 9376.0, 9365.0, 9365.0, 9397.0, 9380.0, 9373.0, 9395.0, 9385.0, 9387.0, 9369.0, 9396.0, 9385.0, 9390.0, 9415.0, 9388.0, 9371.0, 9412.0, 9369.0, 9365.0, 9402.0, 9388.0, 9367.0, 9370.0, 9382.0, 9385.0, 9387.0, 9413.0, 9392.0, 9417.0, 9445.0, 9414.0, 9435.0, 9439.0, 9442.0, 9442.0, 9419.0, 9437.0, 9425.0, 9394.0, 9395.0, 9416.0, 9404.0, 9387.0, 9393.0, 9403.0, 9391.0, 9395.0, 9406.0, 9441.0, 9419.0, 9435.0, 9446.0, 9402.0, 9419.0, 9428.0, 9413.0, 9417.0, 9452.0, 9417.0, 9418.0, 9477.0, 9410.0, 9412.0, 9439.0, 9413.0, 9398.0, 9399.0, 9427.0, 9398.0, 9396.0, 9420.0, 9398.0, 9414.0, 9424.0, 9417.0, 9394.0, 9424.0, 9399.0, 9393.0, 9439.0, 9413.0, 9421.0, 9450.0, 9411.0, 9398.0, 9397.0, 9424.0, 9424.0, 9448.0, 9462.0, 9426.0, 9423.0, 9446.0, 9417.0, 9405.0, 9478.0, 9449.0, 9415.0, 9481.0, 9445.0, 9422.0, 9398.0, 9392.0, 9389.0, 9390.0, 9418.0, 9393.0, 9392.0, 9439.0, 9396.0, 9397.0, 9423.0, 9396.0, 9391.0, 9432.0, 9388.0, 9374.0, 9430.0, 9387.0, 9390.0, 9400.0, 9385.0, 9389.0, 9375.0, 9400.0, 9410.0, 9392.0, 9414.0, 9391.0, 9386.0, 9397.0, 9384.0, 9384.0, 9412.0, 9386.0, 9385.0, 9412.0, 9381.0, 9371.0, 9394.0, 9381.0, 9373.0, 9434.0, 9392.0, 9388.0, 9400.0, 9384.0, 9374.0, 9388.0, 9399.0, 9392.0, 9396.0, 9402.0, 9414.0, 9396.0, 9422.0, 9389.0, 9389.0, 9430.0, 9395.0, 9393.0, 9403.0, 9388.0, 9389.0, 9403.0, 9389.0, 9390.0, 9396.0, 9435.0, 9410.0, 9413.0, 9431.0, 9413.0, 9416.0, 9423.0, 9474.0, 9465.0, 9419.0, 9427.0, 9474.0, 9432.0, 9410.0, 9394.0, 9416.0, 9386.0, 9385.0, 9368.0, 9398.0, 9381.0, 9382.0, 9412.0, 9381.0, 9369.0, 9372.0, 9397.0, 9387.0, 9393.0, 9432.0, 9392.0, 9413.0, 9419.0, 9415.0, 9412.0, 9392.0, 9397.0, 9410.0, 9404.0, 9387.0, 9409.0, 9407.0, 9394.0, 9435.0, 9405.0, 9390.0, 9401.0, 9385.0, 9378.0, 9401.0, 9449.0, 9382.0, 9385.0, 9425.0, 9373.0, 9380.0, 9374.0, 9374.0, 9380.0, 9354.0, 9362.0, 9350.0, 9355.0, 9385.0, 9357.0, 9361.0, 9359.0, 9374.0, 9363.0, 9362.0, 9393.0, 9361.0, 9365.0, 9389.0, 9362.0, 9362.0, 9392.0, 9365.0, 9365.0, 9372.0, 9398.0, 9391.0, 9389.0, 9397.0, 9410.0, 9409.0, 9392.0, 9425.0, 9442.0, 9410.0, 9446.0, 9393.0, 9420.0, 9442.0, 9437.0, 9412.0, 9396.0, 9436.0, 9413.0, 9392.0, 9415.0, 9419.0, 9392.0, 9396.0, 9432.0, 9395.0, 9394.0, 9450.0, 9403.0, 9375.0, 9397.0, 9404.0, 9391.0, 9393.0, 9406.0, 9392.0, 9387.0, 9388.0, 9420.0, 9406.0, 9394.0, 9400.0, 9442.0, 9414.0, 9415.0, 9417.0, 9457.0, 9408.0, 9410.0, 9392.0, 9421.0, 9397.0, 9395.0, 9432.0, 9395.0, 9377.0, 9401.0, 9386.0, 9391.0, 9411.0, 9385.0, 9424.0, 9421.0, 9392.0, 9396.0, 9420.0, 9407.0, 9397.0, 9442.0, 9419.0, 9420.0, 9468.0, 9439.0, 9418.0, 9447.0, 9424.0, 9455.0, 9434.0, 9416.0, 9456.0, 9412.0, 9401.0, 9427.0, 9410.0, 9400.0, 9458.0, 9410.0, 9397.0, 9441.0, 9410.0, 9396.0, 9411.0, 9412.0, 9419.0, 9444.0, 9412.0, 9396.0, 9459.0, 9415.0, 9399.0, 9401.0, 9449.0, 9412.0, 9418.0, 9475.0, 9423.0, 9396.0, 9395.0, 9420.0, 9406.0, 9409.0, 9438.0, 9395.0, 9373.0, 9398.0, 9370.0, 9374.0, 9441.0, 9401.0, 9394.0, 9420.0, 9389.0, 9390.0, 9404.0, 9408.0, 9423.0, 9436.0, 9460.0, 9436.0, 9439.0, 9438.0, 9446.0, 9425.0, 9421.0, 9402.0, 9437.0, 9414.0, 9414.0, 9441.0, 9430.0, 9399.0, 9400.0, 9438.0, 9394.0, 9392.0, 9413.0, 9410.0, 9391.0, 9395.0, 9408.0, 9390.0, 9392.0, 9412.0, 9447.0, 9424.0, 9407.0, 9416.0, 9439.0, 9400.0, 9397.0, 9407.0, 9423.0, 9411.0, 9407.0, 9436.0, 9395.0, 9398.0, 9423.0, 9417.0, 9397.0, 9419.0, 9412.0, 9389.0, 9437.0, 9401.0, 9384.0, 9384.0, 9403.0, 9390.0, 9396.0, 9381.0, 9378.0, 9366.0, 9376.0, 9363.0, 9360.0, 9397.0, 9371.0, 9384.0, 9397.0, 9369.0, 9374.0, 9402.0, 9387.0, 9374.0, 9436.0, 9395.0, 9377.0, 9405.0, 9389.0, 9392.0, 9414.0, 9388.0, 9388.0, 9451.0, 9408.0, 9391.0, 9455.0, 9390.0, 9375.0, 9412.0, 9391.0, 9397.0, 9416.0, 9392.0, 9391.0, 9415.0, 9373.0, 9387.0, 9416.0, 9391.0, 9394.0, 9434.0, 9413.0, 9394.0, 9410.0, 9404.0, 9391.0, 9420.0, 9409.0, 9392.0, 9447.0, 9392.0, 9376.0, 9446.0, 9395.0, 9379.0, 9415.0, 9392.0, 9404.0, 9422.0, 9418.0, 9405.0, 9421.0, 9399.0, 9394.0, 9438.0, 9418.0, 9413.0, 9420.0, 9381.0, 9432.0, 9388.0, 9397.0, 9460.0, 9408.0, 9374.0, 9415.0, 9384.0, 9376.0, 9400.0, 9390.0, 9372.0, 9423.0, 9409.0, 9373.0, 9415.0, 9396.0, 9372.0, 9399.0, 9385.0, 9413.0, 9398.0, 9368.0, 9441.0, 9376.0, 9347.0, 9372.0, 9359.0, 9406.0, 9364.0, 9364.0, 9388.0, 9391.0, 9398.0, 9404.0, 9417.0, 9425.0, 9403.0, 9426.0, 9412.0, 9399.0, 9397.0, 9428.0, 9416.0, 9431.0, 9430.0, 9399.0, 9439.0, 9392.0, 9395.0, 9445.0, 9407.0, 9397.0, 9432.0, 9392.0, 9375.0, 9401.0, 9373.0, 9396.0, 9414.0, 9415.0, 9396.0, 9425.0, 9412.0, 9401.0, 9409.0, 9408.0, 9396.0, 9453.0, 9408.0, 9395.0, 9430.0, 9391.0, 9376.0, 9436.0, 9400.0, 9395.0, 9432.0, 9411.0, 9393.0, 9421.0, 9392.0, 9395.0, 9436.0, 9398.0, 9399.0, 9476.0, 9413.0, 9412.0, 9399.0, 9413.0, 9426.0, 9398.0, 9424.0, 9408.0, 9422.0, 9426.0, 9395.0, 9394.0, 9426.0, 9395.0, 9401.0, 9409.0, 9424.0, 9417.0, 9445.0, 9471.0, 9418.0, 9423.0, 9444.0, 9449.0, 9428.0, 9393.0, 9365.0, 9377.0, 9362.0, 9376.0, 9409.0, 9370.0, 9385.0, 9406.0, 9445.0, 9413.0, 9391.0, 9393.0, 9375.0, 9404.0, 9360.0, 9367.0, 9356.0, 9378.0, 9340.0, 9389.0, 9357.0, 9338.0, 9332.0, 9345.0, 9334.0, 9368.0, 9339.0, 9375.0, 9346.0, 9373.0, 9365.0, 9366.0, 9388.0, 9389.0, 9401.0, 9384.0, 9403.0, 9425.0, 9406.0, 9421.0, 9392.0, 9416.0, 9398.0, 9418.0, 9448.0, 9392.0, 9389.0, 9396.0, 9406.0, 9419.0, 9418.0, 9457.0, 9409.0, 9397.0, 9425.0, 9398.0, 9400.0, 9433.0, 9451.0, 9422.0, 9417.0, 9440.0, 9417.0, 9402.0, 9444.0, 9423.0, 9440.0, 9468.0, 9423.0, 9404.0, 9441.0, 9419.0, 9423.0, 9460.0, 9419.0, 9397.0, 9422.0, 9393.0, 9400.0, 9438.0, 9410.0, 9396.0, 9397.0, 9427.0, 9418.0, 9400.0, 9461.0, 9440.0, 9446.0, 9454.0, 9412.0, 9396.0, 9434.0, 9412.0, 9413.0, 9420.0, 9392.0, 9376.0, 9419.0, 9391.0, 9396.0, 9436.0, 9407.0, 9395.0, 9435.0, 9412.0, 9416.0, 9460.0, 9420.0, 9398.0, 9441.0, 9409.0, 9407.0, 9425.0, 9396.0, 9409.0, 9409.0, 9405.0, 9377.0, 9416.0, 9409.0, 9413.0, 9434.0, 9397.0, 9392.0, 9418.0, 9390.0, 9378.0, 9423.0, 9392.0, 9397.0, 9437.0, 9396.0, 9397.0, 9438.0, 9417.0, 9427.0, 9460.0, 9434.0, 9399.0, 9437.0, 9393.0, 9396.0, 9438.0, 9394.0, 9397.0, 9424.0, 9420.0, 9395.0, 9413.0, 9435.0, 9422.0, 9414.0, 9427.0, 9428.0, 9413.0, 9434.0, 9474.0, 9440.0, 9417.0, 9405.0, 9431.0, 9427.0, 9425.0, 9410.0, 9424.0, 9412.0, 9391.0, 9424.0, 9390.0, 9390.0, 9403.0, 9419.0, 9392.0, 9404.0, 9458.0, 9424.0, 9418.0, 9399.0, 9423.0, 9396.0, 9425.0, 9457.0, 9423.0, 9428.0, 9468.0, 9393.0, 9407.0, 9392.0, 9401.0, 9372.0, 9383.0, 9403.0, 9401.0, 9397.0, 9391.0, 9419.0, 9392.0, 9408.0, 9403.0, 9413.0, 9396.0, 9400.0, 9413.0, 9367.0, 9392.0, 9425.0, 9387.0, 9398.0, 9369.0, 9394.0, 9375.0, 9389.0, 9417.0, 9394.0, 9390.0, 9385.0, 9384.0, 9396.0, 9401.0, 9382.0, 9383.0, 9375.0, 9382.0, 9367.0, 9354.0, 9407.0, 9392.0, 9395.0, 9416.0, 9397.0, 9397.0, 9429.0, 9410.0, 9394.0, 9453.0, 9406.0, 9393.0, 9427.0, 9369.0, 9391.0, 9425.0, 9384.0, 9413.0, 9425.0, 9388.0, 9368.0, 9368.0, 9366.0, 9380.0, 9387.0, 9403.0, 9385.0, 9387.0, 9381.0, 9385.0, 9368.0, 9383.0, 9392.0, 9408.0, 9385.0, 9371.0, 9365.0, 9368.0, 9370.0, 9406.0, 9410.0, 9393.0, 9419.0, 9387.0, 9383.0, 9399.0, 9367.0, 9393.0, 9416.0, 9368.0, 9371.0, 9388.0, 9386.0, 9386.0, 9372.0, 9397.0, 9409.0, 9405.0, 9417.0, 9402.0, 9373.0, 9400.0, 9398.0, 9372.0, 9396.0, 9382.0, 9403.0, 9430.0, 9382.0, 9364.0, 9393.0, 9393.0, 9370.0, 9425.0, 9370.0, 9351.0, 9389.0, 9377.0, 9351.0, 9392.0, 9365.0, 9423.0, 9380.0, 9363.0, 9402.0, 9379.0, 9371.0, 9394.0, 9401.0, 9395.0, 9386.0, 9388.0, 9413.0, 9444.0, 9415.0, 9403.0, 9443.0, 9409.0, 9411.0, 9396.0, 9421.0, 9393.0, 9423.0, 9407.0, 9386.0, 9370.0, 9398.0, 9403.0, 9395.0, 9415.0, 9386.0, 9387.0, 9383.0, 9389.0, 9392.0, 9408.0, 9415.0, 9419.0, 9476.0, 9443.0, 9430.0, 9454.0, 9422.0, 9406.0, 9449.0, 9398.0, 9450.0, 9408.0, 9377.0, 9437.0, 9407.0, 9397.0, 9442.0, 9406.0, 9395.0, 9418.0, 9385.0, 9387.0, 9450.0, 9401.0, 9407.0, 9443.0, 9381.0, 9381.0, 9397.0, 9361.0, 9378.0, 9420.0, 9379.0, 9364.0, 9406.0, 9360.0, 9379.0, 9362.0, 9386.0, 9386.0, 9368.0, 9396.0, 9369.0, 9370.0, 9403.0, 9365.0, 9380.0, 9426.0, 9382.0, 9385.0, 9367.0, 9367.0, 9395.0, 9366.0, 9396.0, 9410.0, 9372.0, 9400.0, 9369.0, 9372.0, 9409.0, 9367.0, 9381.0, 9402.0, 9388.0, 9389.0, 9377.0, 9399.0, 9387.0, 9389.0, 9436.0, 9390.0, 9391.0, 9404.0, 9404.0, 9401.0, 9389.0, 9400.0, 9387.0, 9450.0, 9399.0, 9368.0, 9381.0, 9366.0, 9384.0, 9390.0, 9406.0, 9388.0, 9392.0, 9401.0, 9388.0, 9387.0, 9404.0, 9374.0, 9435.0, 9403.0, 9391.0, 9404.0, 9390.0, 9391.0, 9419.0, 9405.0, 9392.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.0006059515859766278</td></tr>
<tr><td colspan=3>aqi</td><td>0.02237182328881469</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>37.33504953590647</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1948102616040117</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0059916260735156</td></tr>
<tr><td colspan=3>efc</td><td>0.5009</td></tr>
<tr><td colspan=3>fber</td><td>4902.3887</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1022972675644345</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>63</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>5.258764607679466</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.426558696712453</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.30811358133392</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.619258846642912</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.352303662160526</td></tr>
<tr><td colspan=3>gcor</td><td>0.0105253</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004062362015247345</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.03622763976454735</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>3.8789283870011153</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>15.1715</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>46.8121</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>215.4568</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>294847.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>15.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1136.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>412.3173</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.4486</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>538.2762</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3416.1988</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3600.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>81697.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1152.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4511.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>928.0857</td></tr>
<tr><td colspan=3>tsnr</td><td>38.42469940125011</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>