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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>21:23:1.025000</td></tr>
<tr><td colspan=2>BandwidthPerPixelPhaseEncode</td><td>24.888</td></tr>
<tr><td colspan=2>BaseResolution</td><td>82</td></tr>
<tr><td colspan=2>BodyPartExamined</td><td>BRAIN</td></tr>
<tr><td colspan=2>ConsistencyInfo</td><td>N4_VE11E_LATEST_20181129</td></tr>
<tr><td colspan=2>ConversionSoftware</td><td>dcm2niix</td></tr>
<tr><td colspan=2>ConversionSoftwareVersion</td><td>v1.0.20201102</td></tr>
<tr><td colspan=2>DerivedVendorReportedEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>DeviceSerialNumber</td><td>66112</td></tr>
<tr><td colspan=2>DwellTime</td><td>2e-06</td></tr>
<tr><td colspan=2>EchoTime</td><td>0.0272</td></tr>
<tr><td colspan=2>EchoTrainLength</td><td>82</td></tr>
<tr><td colspan=2>EffectiveEchoSpacing</td><td>0.00049</td></tr>
<tr><td colspan=2>FlipAngle</td><td>44</td></tr>
<tr><td colspan=2>ImageComments</td><td>Unaliased MB8/PE3</td></tr>
<tr><td colspan=2>ImageOrientationPatientDICOM</td><td>[0.99455, 0.0217364, 0.101972, -0.0288227, 0.997232, 0.0685426]</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.259</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.0850479</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>[4246, -7815, -7284, 161, -134, -91, -110, 43]</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>230.817</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>0dfd7e6b-72a1-44e1-99b4-127aa06f0f07||Sequence: R016 ve11e/master r/434b28f1; Aug  7 2019 18:53:46 by eja</td></tr>
<tr><td>dcmmeta</td><td>affine</td><td>[[-2.668304443359375, -0.07732916623353958, 0.27053916454315186, 107.93890380859375], [-0.058317042887210846, 2.67549991607666, 0.19199207425117493, -90.19757843017578], [0.27358299493789673, -0.18389490246772766, 2.6795425415039062, -91.74288177490234], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>reorient_transform</td><td>[[0.0, -1.0, 0.0, 81.0], [1.0, 0.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.0, 0.0, 0.0, 1.0]]</td></tr>
<tr><td>dcmmeta</td><td>shape</td><td>[82, 82, 56, 1209]</td></tr>
<tr><td>dcmmeta</td><td>slice_dim</td><td>2</td></tr>
<tr><td>dcmmeta</td><td>version</td><td>0.6</td></tr>
<tr><td colspan=2>time</td><td>{'samples': {'AcquisitionNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'AcquisitionTime': ['212301.025000', '212301.485000', '212301.945000', '212302.405000', '212302.865000', '212303.325000', '212303.785000', '212304.245000', '212304.705000', '212305.165000', '212305.625000', '212306.085000', '212306.545000', '212307.005000', '212307.465000', '212307.925000', '212308.385000', '212308.845000', '212309.305000', '212309.765000', '212310.225000', '212310.685000', '212311.145000', '212311.605000', '212312.065000', '212312.525000', '212312.985000', '212313.445000', '212313.905000', '212314.365000', '212314.825000', '212315.285000', '212315.745000', '212316.205000', '212316.665000', '212317.125000', '212317.585000', '212318.045000', '212318.505000', '212318.965000', '212319.425000', '212319.885000', '212320.345000', '212320.805000', '212321.265000', '212321.725000', '212322.185000', '212322.645000', '212323.105000', '212323.565000', '212324.025000', '212324.485000', '212324.945000', '212325.405000', '212325.865000', '212326.325000', '212326.785000', '212327.245000', '212327.705000', '212328.165000', '212328.625000', '212329.085000', '212329.545000', '212330.005000', '212330.465000', '212330.925000', '212331.385000', '212331.845000', '212332.305000', '212332.765000', '212333.225000', '212333.685000', '212334.145000', '212334.605000', '212335.065000', '212335.525000', '212335.985000', '212336.445000', '212336.905000', '212337.365000', '212337.825000', '212338.285000', '212338.745000', '212339.205000', '212339.665000', '212340.125000', '212340.585000', '212341.045000', '212341.505000', '212341.965000', '212342.425000', '212342.885000', '212343.345000', '212343.805000', '212344.265000', '212344.725000', '212345.185000', '212345.645000', '212346.105000', '212346.565000', '212347.025000', '212347.485000', '212347.945000', '212348.405000', '212348.865000', '212349.325000', '212349.785000', '212350.245000', '212350.705000', '212351.165000', '212351.625000', '212352.085000', '212352.545000', '212353.005000', '212353.465000', '212353.925000', '212354.385000', '212354.845000', '212355.305000', '212355.765000', '212356.225000', '212356.685000', '212357.145000', '212357.605000', '212358.065000', '212358.525000', '212358.985000', '212359.445000', '212359.905000', '212400.365000', '212400.825000', '212401.285000', '212401.745000', '212402.205000', '212402.665000', '212403.125000', '212403.585000', '212404.045000', '212404.505000', '212404.965000', '212405.425000', '212405.885000', '212406.345000', '212406.805000', '212407.265000', '212407.725000', '212408.185000', '212408.645000', '212409.105000', '212409.565000', '212410.025000', '212410.485000', '212410.945000', '212411.405000', '212411.865000', '212412.325000', '212412.785000', '212413.245000', '212413.705000', '212414.165000', '212414.625000', '212415.085000', '212415.545000', '212416.005000', '212416.465000', '212416.925000', '212417.385000', '212417.845000', '212418.305000', '212418.765000', '212419.225000', '212419.685000', '212420.145000', '212420.605000', '212421.065000', '212421.525000', '212421.985000', '212422.445000', '212422.905000', '212423.365000', '212423.825000', '212424.285000', '212424.745000', '212425.205000', '212425.665000', '212426.125000', '212426.585000', '212427.045000', '212427.505000', '212427.965000', '212428.425000', '212428.885000', '212429.345000', '212429.805000', '212430.265000', '212430.725000', '212431.185000', '212431.645000', '212432.105000', '212432.565000', '212433.025000', '212433.485000', '212433.945000', '212434.405000', '212434.865000', '212435.325000', '212435.785000', '212436.245000', '212436.705000', '212437.165000', '212437.625000', '212438.085000', '212438.545000', '212439.005000', '212439.465000', '212439.925000', '212440.385000', '212440.845000', '212441.305000', '212441.765000', '212442.225000', '212442.685000', '212443.145000', '212443.605000', '212444.065000', '212444.525000', '212444.985000', '212445.445000', '212445.905000', '212446.365000', '212446.825000', '212447.285000', '212447.745000', '212448.205000', '212448.665000', '212449.125000', '212449.585000', '212450.045000', '212450.505000', '212450.965000', '212451.425000', '212451.885000', '212452.345000', '212452.805000', '212453.265000', '212453.725000', '212454.185000', '212454.645000', '212455.105000', '212455.565000', '212456.025000', '212456.485000', '212456.945000', '212457.405000', '212457.865000', '212458.325000', '212458.785000', '212459.245000', '212459.705000', '212500.165000', '212500.625000', '212501.085000', '212501.545000', '212502.005000', '212502.465000', '212502.925000', '212503.385000', '212503.845000', '212504.305000', '212504.765000', '212505.225000', '212505.685000', '212506.145000', '212506.605000', '212507.065000', '212507.525000', '212507.985000', '212508.445000', '212508.905000', '212509.365000', '212509.825000', '212510.285000', '212510.745000', '212511.205000', '212511.665000', '212512.125000', '212512.585000', '212513.045000', '212513.505000', '212513.965000', '212514.425000', '212514.885000', '212515.345000', '212515.805000', '212516.265000', '212516.725000', '212517.185000', '212517.645000', '212518.105000', '212518.565000', '212519.025000', '212519.485000', '212519.945000', '212520.405000', '212520.865000', '212521.325000', '212521.785000', '212522.245000', '212522.705000', '212523.165000', '212523.625000', '212524.085000', '212524.545000', '212525.005000', '212525.465000', '212525.925000', '212526.385000', '212526.845000', '212527.305000', '212527.765000', '212528.225000', '212528.685000', '212529.145000', '212529.605000', '212530.065000', '212530.525000', '212530.985000', '212531.445000', '212531.905000', '212532.365000', '212532.825000', '212533.285000', '212533.745000', '212534.205000', '212534.665000', '212535.125000', '212535.585000', '212536.045000', '212536.505000', '212536.965000', '212537.425000', '212537.885000', '212538.345000', '212538.805000', '212539.265000', '212539.725000', '212540.185000', '212540.645000', '212541.105000', '212541.565000', '212542.025000', '212542.485000', '212542.945000', '212543.405000', '212543.865000', '212544.325000', '212544.785000', '212545.245000', '212545.705000', '212546.165000', '212546.625000', '212547.085000', '212547.545000', '212548.005000', '212548.465000', '212548.925000', '212549.385000', '212549.845000', '212550.305000', '212550.765000', '212551.225000', '212551.685000', '212552.145000', '212552.605000', '212553.065000', '212553.525000', '212553.985000', '212554.445000', '212554.905000', '212555.365000', '212555.825000', '212556.285000', '212556.745000', '212557.205000', '212557.665000', '212558.125000', '212558.585000', '212559.045000', '212559.505000', '212559.965000', '212600.425000', '212600.885000', '212601.345000', '212601.805000', '212602.265000', '212602.725000', '212603.185000', '212603.645000', '212604.105000', '212604.565000', '212605.025000', '212605.485000', '212605.945000', '212606.405000', '212606.865000', '212607.325000', '212607.785000', '212608.245000', '212608.705000', '212609.165000', '212609.625000', '212610.085000', '212610.545000', '212611.005000', '212611.465000', '212611.925000', '212612.385000', '212612.845000', '212613.305000', '212613.765000', '212614.225000', '212614.685000', '212615.145000', '212615.605000', '212616.065000', '212616.525000', '212616.985000', '212617.445000', '212617.905000', '212618.365000', '212618.825000', '212619.285000', '212619.745000', '212620.205000', '212620.665000', '212621.125000', '212621.585000', '212622.045000', '212622.505000', '212622.965000', '212623.425000', '212623.885000', '212624.345000', '212624.805000', '212625.265000', '212625.725000', '212626.185000', '212626.645000', '212627.105000', '212627.565000', '212628.025000', '212628.485000', '212628.945000', '212629.405000', '212629.865000', '212630.325000', '212630.785000', '212631.245000', '212631.705000', '212632.165000', '212632.625000', '212633.085000', '212633.545000', '212634.005000', '212634.465000', '212634.925000', '212635.385000', '212635.845000', '212636.305000', '212636.765000', '212637.225000', '212637.685000', '212638.145000', '212638.605000', '212639.065000', '212639.525000', '212639.985000', '212640.445000', '212640.905000', '212641.365000', '212641.825000', '212642.285000', '212642.745000', '212643.205000', '212643.665000', '212644.125000', '212644.585000', '212645.045000', '212645.505000', '212645.965000', '212646.425000', '212646.885000', '212647.345000', '212647.805000', '212648.265000', '212648.725000', '212649.185000', '212649.645000', '212650.105000', '212650.565000', '212651.025000', '212651.485000', '212651.945000', '212652.405000', '212652.865000', '212653.325000', '212653.785000', '212654.245000', '212654.705000', '212655.165000', '212655.625000', '212656.085000', '212656.545000', '212657.005000', '212657.465000', '212657.925000', '212658.385000', '212658.845000', '212659.305000', '212659.765000', '212700.225000', '212700.685000', '212701.145000', '212701.605000', '212702.065000', '212702.525000', '212702.985000', '212703.445000', '212703.905000', '212704.365000', '212704.825000', '212705.285000', '212705.745000', '212706.205000', '212706.665000', '212707.125000', '212707.585000', '212708.045000', '212708.505000', '212708.965000', '212709.425000', '212709.885000', '212710.345000', '212710.805000', '212711.265000', '212711.725000', '212712.185000', '212712.645000', '212713.105000', '212713.565000', '212714.025000', '212714.485000', '212714.945000', '212715.405000', '212715.865000', '212716.325000', '212716.785000', '212717.245000', '212717.705000', '212718.165000', '212718.625000', '212719.085000', '212719.545000', '212720.005000', '212720.465000', '212720.925000', '212721.385000', '212721.845000', '212722.305000', '212722.765000', '212723.225000', '212723.685000', '212724.145000', '212724.605000', '212725.065000', '212725.525000', '212725.985000', '212726.445000', '212726.905000', '212727.365000', '212727.825000', '212728.285000', '212728.745000', '212729.205000', '212729.665000', '212730.125000', '212730.585000', '212731.045000', '212731.505000', '212731.965000', '212732.425000', '212732.885000', '212733.345000', '212733.805000', '212734.265000', '212734.725000', '212735.185000', '212735.645000', '212736.105000', '212736.565000', '212737.025000', '212737.485000', '212737.945000', '212738.405000', '212738.865000', '212739.325000', '212739.785000', '212740.245000', '212740.705000', '212741.165000', '212741.625000', '212742.085000', '212742.545000', '212743.005000', '212743.465000', '212743.925000', '212744.385000', '212744.845000', '212745.305000', '212745.765000', '212746.225000', '212746.685000', '212747.145000', '212747.605000', '212748.065000', '212748.525000', '212748.985000', '212749.445000', '212749.905000', '212750.365000', '212750.825000', '212751.285000', '212751.745000', '212752.205000', '212752.665000', '212753.125000', '212753.585000', '212754.045000', '212754.505000', '212754.965000', '212755.425000', '212755.885000', '212756.345000', '212756.805000', '212757.265000', '212757.725000', '212758.185000', '212758.645000', '212759.105000', '212759.565000', '212800.025000', '212800.485000', '212800.945000', '212801.405000', '212801.865000', '212802.325000', '212802.785000', '212803.245000', '212803.705000', '212804.165000', '212804.625000', '212805.085000', '212805.545000', '212806.005000', '212806.465000', '212806.925000', '212807.385000', '212807.845000', '212808.305000', '212808.765000', '212809.225000', '212809.685000', '212810.145000', '212810.605000', '212811.065000', '212811.525000', '212811.985000', '212812.445000', '212812.905000', '212813.365000', '212813.825000', '212814.285000', '212814.745000', '212815.205000', '212815.665000', '212816.125000', '212816.585000', '212817.045000', '212817.505000', '212817.965000', '212818.425000', '212818.885000', '212819.345000', '212819.805000', '212820.265000', '212820.725000', '212821.185000', '212821.645000', '212822.105000', '212822.565000', '212823.025000', '212823.485000', '212823.945000', '212824.405000', '212824.865000', '212825.325000', '212825.785000', '212826.245000', '212826.705000', '212827.165000', '212827.625000', '212828.085000', '212828.545000', '212829.005000', '212829.465000', '212829.925000', '212830.385000', '212830.845000', '212831.305000', '212831.765000', '212832.225000', '212832.685000', '212833.145000', '212833.605000', '212834.065000', '212834.525000', '212834.985000', '212835.445000', '212835.905000', '212836.365000', '212836.825000', '212837.285000', '212837.745000', '212838.205000', '212838.665000', '212839.125000', '212839.585000', '212840.045000', '212840.505000', '212840.965000', '212841.425000', '212841.885000', '212842.345000', '212842.805000', '212843.265000', '212843.725000', '212844.185000', '212844.645000', '212845.105000', '212845.565000', '212846.025000', '212846.485000', '212846.945000', '212847.405000', '212847.865000', '212848.325000', '212848.785000', '212849.245000', '212849.705000', '212850.165000', '212850.625000', '212851.085000', '212851.545000', '212852.005000', '212852.465000', '212852.925000', '212853.385000', '212853.845000', '212854.305000', '212854.765000', '212855.225000', '212855.685000', '212856.145000', '212856.605000', '212857.065000', '212857.525000', '212857.985000', '212858.445000', '212858.905000', '212859.365000', '212859.825000', '212900.285000', '212900.745000', '212901.205000', '212901.665000', '212902.125000', '212902.585000', '212903.045000', '212903.505000', '212903.965000', '212904.425000', '212904.885000', '212905.345000', '212905.805000', '212906.265000', '212906.725000', '212907.185000', '212907.645000', '212908.105000', '212908.565000', '212909.025000', '212909.485000', '212909.945000', '212910.405000', '212910.865000', '212911.325000', '212911.785000', '212912.245000', '212912.705000', '212913.165000', '212913.625000', '212914.085000', '212914.545000', '212915.005000', '212915.465000', '212915.925000', '212916.385000', '212916.845000', '212917.305000', '212917.765000', '212918.225000', '212918.685000', '212919.145000', '212919.605000', '212920.065000', '212920.525000', '212920.985000', '212921.445000', '212921.905000', '212922.365000', '212922.825000', '212923.285000', '212923.745000', '212924.205000', '212924.665000', '212925.125000', '212925.585000', '212926.045000', '212926.505000', '212926.965000', '212927.425000', '212927.885000', '212928.345000', '212928.805000', '212929.265000', '212929.725000', '212930.185000', '212930.645000', '212931.105000', '212931.565000', '212932.025000', '212932.485000', '212932.945000', '212933.405000', '212933.865000', '212934.325000', '212934.785000', '212935.245000', '212935.705000', '212936.165000', '212936.625000', '212937.085000', '212937.545000', '212938.005000', '212938.465000', '212938.925000', '212939.385000', '212939.845000', '212940.305000', '212940.765000', '212941.225000', '212941.685000', '212942.145000', '212942.605000', '212943.065000', '212943.525000', '212943.985000', '212944.445000', '212944.905000', '212945.365000', '212945.825000', '212946.285000', '212946.745000', '212947.205000', '212947.665000', '212948.125000', '212948.585000', '212949.045000', '212949.505000', '212949.965000', '212950.425000', '212950.885000', '212951.345000', '212951.805000', '212952.265000', '212952.725000', '212953.185000', '212953.645000', '212954.105000', '212954.565000', '212955.025000', '212955.485000', '212955.945000', '212956.405000', '212956.865000', '212957.325000', '212957.785000', '212958.245000', '212958.705000', '212959.165000', '212959.625000', '213000.085000', '213000.545000', '213001.005000', '213001.465000', '213001.925000', '213002.385000', '213002.845000', '213003.305000', '213003.765000', '213004.225000', '213004.685000', '213005.145000', '213005.605000', '213006.065000', '213006.525000', '213006.985000', '213007.445000', '213007.905000', '213008.365000', '213008.825000', '213009.285000', '213009.745000', '213010.205000', '213010.665000', '213011.125000', '213011.585000', '213012.045000', '213012.505000', '213012.965000', '213013.425000', '213013.885000', '213014.345000', '213014.805000', '213015.265000', '213015.725000', '213016.185000', '213016.645000', '213017.105000', '213017.565000', '213018.025000', '213018.485000', '213018.945000', '213019.405000', '213019.865000', '213020.325000', '213020.785000', '213021.245000', '213021.705000', '213022.165000', '213022.625000', '213023.085000', '213023.545000', '213024.005000', '213024.465000', '213024.925000', '213025.385000', '213025.845000', '213026.305000', '213026.765000', '213027.225000', '213027.685000', '213028.145000', '213028.605000', '213029.065000', '213029.525000', '213029.985000', '213030.445000', '213030.905000', '213031.365000', '213031.825000', '213032.285000', '213032.745000', '213033.205000', '213033.665000', '213034.125000', '213034.585000', '213035.045000', '213035.505000', '213035.965000', '213036.425000', '213036.885000', '213037.345000', '213037.805000', '213038.265000', '213038.725000', '213039.185000', '213039.645000', '213040.105000', '213040.565000', '213041.025000', '213041.485000', '213041.945000', '213042.405000', '213042.865000', '213043.325000', '213043.785000', '213044.245000', '213044.705000', '213045.165000', '213045.625000', '213046.085000', '213046.545000', '213047.005000', '213047.465000', '213047.925000', '213048.385000', '213048.845000', '213049.305000', '213049.765000', '213050.225000', '213050.685000', '213051.145000', '213051.605000', '213052.065000', '213052.525000', '213052.985000', '213053.445000', '213053.905000', '213054.365000', '213054.825000', '213055.285000', '213055.745000', '213056.205000', '213056.665000', '213057.125000', '213057.585000', '213058.045000', '213058.505000', '213058.965000', '213059.425000', '213059.885000', '213100.345000', '213100.805000', '213101.265000', '213101.725000', '213102.185000', '213102.645000', '213103.105000', '213103.565000', '213104.025000', '213104.485000', '213104.945000', '213105.405000', '213105.865000', '213106.325000', '213106.785000', '213107.245000', '213107.705000', '213108.165000', '213108.625000', '213109.085000', '213109.545000', '213110.005000', '213110.465000', '213110.925000', '213111.385000', '213111.845000', '213112.305000', '213112.765000', '213113.225000', '213113.685000', '213114.145000', '213114.605000', '213115.065000', '213115.525000', '213115.985000', '213116.445000', '213116.905000', '213117.365000', '213117.825000', '213118.285000', '213118.745000', '213119.205000', '213119.665000', '213120.125000', '213120.585000', '213121.045000', '213121.505000', '213121.965000', '213122.425000', '213122.885000', '213123.345000', '213123.805000', '213124.265000', '213124.725000', '213125.185000', '213125.645000', '213126.105000', '213126.565000', '213127.025000', '213127.485000', '213127.945000', '213128.405000', '213128.865000', '213129.325000', '213129.785000', '213130.245000', '213130.705000', '213131.165000', '213131.625000', '213132.085000', '213132.545000', '213133.005000', '213133.465000', '213133.925000', '213134.385000', '213134.845000', '213135.305000', '213135.765000', '213136.225000', '213136.685000', '213137.145000', '213137.605000', '213138.065000', '213138.525000', '213138.985000', '213139.445000', '213139.905000', '213140.365000', '213140.825000', '213141.285000', '213141.745000', '213142.205000', '213142.665000', '213143.125000', '213143.585000', '213144.045000', '213144.505000', '213144.965000', '213145.425000', '213145.885000', '213146.345000', '213146.805000', '213147.265000', '213147.725000', '213148.185000', '213148.645000', '213149.105000', '213149.565000', '213150.025000', '213150.485000', '213150.945000', '213151.405000', '213151.865000', '213152.325000', '213152.785000', '213153.245000', '213153.705000', '213154.165000', '213154.625000', '213155.085000', '213155.545000', '213156.005000', '213156.465000', '213156.925000', '213157.385000', '213157.845000', '213158.305000', '213158.765000', '213159.225000', '213159.685000', '213200.145000', '213200.605000', '213201.065000', '213201.525000', '213201.985000', '213202.445000', '213202.905000', '213203.365000', '213203.825000', '213204.285000', '213204.745000', '213205.205000', '213205.665000', '213206.125000', '213206.585000', '213207.045000', '213207.505000', '213207.965000', '213208.425000', '213208.885000', '213209.345000', '213209.805000', '213210.265000', '213210.725000', '213211.185000', '213211.645000', '213212.105000', '213212.565000', '213213.025000', '213213.485000', '213213.945000', '213214.405000', '213214.865000', '213215.325000', '213215.785000', '213216.245000', '213216.705000'], 'ContentTime': ['212311.948000', '212311.951000', '212311.954000', '212311.957000', '212311.959000', '212311.962000', '212311.972000', '212311.974000', '212311.977000', '212311.985000', '212311.988000', '212311.991000', '212311.993000', '212311.996000', '212312.004000', '212312.006000', '212312.009000', '212312.011000', '212312.014000', '212312.017000', '212312.019000', '212312.022000', '212331.916000', '212331.918000', '212331.921000', '212331.924000', '212331.926000', '212331.944000', '212331.946000', '212331.951000', '212331.953000', '212331.956000', '212331.959000', '212331.961000', '212331.964000', '212331.966000', '212331.969000', '212331.972000', '212331.974000', '212331.977000', '212331.979000', '212331.982000', '212331.984000', '212331.987000', '212331.989000', '212331.992000', '212331.995000', '212331.997000', '212332.000000', '212332.003000', '212332.005000', '212332.008000', '212332.010000', '212332.013000', '212332.015000', '212332.018000', '212332.020000', '212332.023000', '212332.026000', '212332.028000', '212332.031000', '212332.033000', '212332.036000', '212332.038000', '212332.041000', '212332.043000', '212351.915000', '212351.918000', '212351.920000', '212351.923000', '212351.925000', '212351.928000', '212351.931000', '212351.933000', '212351.936000', '212351.938000', '212351.941000', '212351.944000', '212351.946000', '212351.949000', '212351.951000', '212351.954000', '212351.956000', '212351.959000', '212351.962000', '212351.964000', '212351.967000', '212351.969000', '212351.972000', '212351.974000', '212351.977000', '212351.979000', '212351.982000', '212351.984000', '212351.987000', '212351.990000', '212351.992000', '212351.995000', '212351.997000', '212352.001000', '212352.004000', '212352.006000', '212352.009000', '212352.011000', '212352.014000', '212352.016000', '212352.019000', '212352.021000', '212352.024000', '212411.914000', '212411.917000', '212411.920000', '212411.923000', '212411.925000', '212411.928000', '212411.930000', '212411.933000', '212411.935000', '212411.938000', '212411.940000', '212411.943000', '212411.946000', '212411.948000', '212411.951000', '212411.953000', '212411.956000', '212411.958000', '212411.961000', '212411.964000', '212411.966000', '212411.969000', '212411.971000', '212411.974000', '212411.977000', '212411.979000', '212411.982000', '212411.984000', '212411.987000', '212411.989000', '212411.992000', '212411.995000', '212411.997000', '212412.000000', '212412.002000', '212412.005000', '212412.007000', '212412.010000', '212412.013000', '212412.015000', '212412.018000', '212412.020000', '212412.023000', '212412.026000', '212431.915000', '212431.918000', '212431.920000', '212431.923000', '212431.926000', '212431.928000', '212431.931000', '212431.933000', '212431.936000', '212431.939000', '212431.941000', '212431.944000', '212431.946000', '212431.949000', '212431.951000', '212431.954000', '212431.957000', '212431.959000', '212431.962000', '212431.964000', '212431.967000', '212431.970000', '212431.972000', '212431.975000', '212431.977000', '212431.980000', '212431.982000', '212431.985000', '212431.988000', '212431.990000', '212431.993000', '212431.996000', '212431.998000', '212432.001000', '212432.003000', '212432.006000', '212432.008000', '212432.011000', '212432.014000', '212432.016000', '212432.019000', '212432.021000', '212432.024000', '212451.914000', '212451.917000', '212451.920000', '212451.923000', '212451.925000', '212451.928000', '212451.930000', '212451.933000', '212451.935000', '212451.938000', '212451.941000', '212451.944000', '212451.947000', '212451.949000', '212451.952000', '212451.955000', '212451.957000', '212451.960000', '212451.963000', '212451.965000', '212451.968000', '212451.970000', '212451.973000', '212451.975000', '212451.978000', '212451.981000', '212451.983000', '212451.986000', '212451.988000', '212451.991000', '212451.994000', '212451.996000', '212452.000000', '212452.003000', '212452.005000', '212452.008000', '212452.011000', '212452.013000', '212452.016000', '212452.018000', '212452.021000', '212452.023000', '212452.026000', '212452.029000', '212511.922000', '212511.925000', '212511.928000', '212511.930000', '212511.933000', '212511.935000', '212511.938000', '212511.941000', '212511.943000', '212511.946000', '212511.948000', '212511.951000', '212511.954000', '212511.956000', '212511.959000', '212511.961000', '212511.964000', '212511.967000', '212511.969000', '212511.972000', '212511.974000', '212511.977000', '212511.980000', '212511.982000', '212511.985000', '212511.987000', '212511.990000', '212511.992000', '212511.995000', '212511.998000', '212512.001000', '212512.004000', '212512.006000', '212512.009000', '212512.012000', '212512.014000', '212512.017000', '212512.019000', '212512.022000', '212512.024000', '212512.027000', '212512.030000', '212512.032000', '212531.915000', '212531.917000', '212531.920000', '212531.923000', '212531.925000', '212531.928000', '212531.931000', '212531.933000', '212531.936000', '212531.938000', '212531.941000', '212531.943000', '212531.946000', '212531.949000', '212531.951000', '212531.954000', '212531.957000', '212531.959000', '212531.962000', '212531.964000', '212531.967000', '212531.969000', '212531.972000', '212531.975000', '212531.977000', '212531.980000', '212531.982000', '212531.985000', '212531.988000', '212531.990000', '212531.993000', '212531.996000', '212531.998000', '212532.001000', '212532.003000', '212532.006000', '212532.009000', '212532.011000', '212532.014000', '212532.016000', '212532.019000', '212532.021000', '212532.024000', '212551.915000', '212551.917000', '212551.920000', '212551.923000', '212551.925000', '212551.928000', '212551.930000', '212551.933000', '212551.935000', '212551.938000', '212551.941000', '212551.943000', '212551.946000', '212551.949000', '212551.951000', '212551.954000', '212551.956000', '212551.959000', '212551.962000', '212551.964000', '212551.967000', '212551.969000', '212551.972000', '212551.974000', '212551.977000', '212551.980000', '212551.982000', '212551.985000', '212551.987000', '212551.990000', '212551.993000', '212551.995000', '212551.998000', '212552.000000', '212552.003000', '212552.005000', '212552.008000', '212552.011000', '212552.013000', '212552.016000', '212552.018000', '212552.021000', '212552.024000', '212552.026000', '212611.915000', '212611.917000', '212611.920000', '212611.923000', '212611.925000', '212611.928000', '212611.930000', '212611.933000', '212611.936000', '212611.938000', '212611.941000', '212611.943000', '212611.946000', '212611.949000', '212611.952000', '212611.954000', '212611.957000', '212611.960000', '212611.962000', '212611.965000', '212611.967000', '212611.970000', '212611.973000', '212611.975000', '212611.978000', '212611.980000', '212611.984000', '212611.987000', '212611.990000', '212611.992000', '212611.995000', '212611.997000', '212612.001000', '212612.004000', '212612.006000', '212612.009000', '212612.012000', '212612.014000', '212612.017000', '212612.019000', '212612.022000', '212612.025000', '212612.027000', '212631.915000', '212631.918000', '212631.920000', '212631.923000', '212631.925000', '212631.928000', '212631.931000', '212631.933000', '212631.936000', '212631.938000', '212631.941000', '212631.944000', '212631.946000', '212631.949000', '212631.952000', '212631.954000', '212631.957000', '212631.960000', '212631.962000', '212631.965000', '212631.967000', '212631.970000', '212631.973000', '212631.975000', '212631.978000', '212631.980000', '212631.995000', '212631.998000', '212632.000000', '212632.003000', '212632.005000', '212632.008000', '212632.011000', '212632.013000', '212632.016000', '212632.019000', '212632.021000', '212632.024000', '212632.026000', '212632.029000', '212632.032000', '212632.034000', '212632.037000', '212632.039000', '212651.914000', '212651.917000', '212651.920000', '212651.923000', '212651.925000', '212651.928000', '212651.930000', '212651.933000', '212651.936000', '212651.938000', '212651.941000', '212651.944000', '212651.946000', '212651.949000', '212651.951000', '212651.954000', '212651.957000', '212651.959000', '212651.962000', '212651.965000', '212651.968000', '212651.971000', '212651.974000', '212651.976000', '212651.979000', '212651.982000', '212651.984000', '212651.987000', '212651.989000', '212651.992000', '212651.995000', '212651.997000', '212652.001000', '212652.003000', '212652.006000', '212652.009000', '212652.011000', '212652.014000', '212652.016000', '212652.019000', '212652.022000', '212652.024000', '212652.027000', '212711.915000', '212711.918000', '212711.920000', '212711.923000', '212711.925000', '212711.928000', '212711.931000', '212711.933000', '212711.936000', '212711.938000', '212711.941000', '212711.944000', '212711.946000', '212711.949000', '212711.951000', '212711.954000', '212711.957000', '212711.959000', '212711.962000', '212711.964000', '212711.967000', '212711.970000', '212711.972000', '212711.975000', '212711.977000', '212711.980000', '212711.983000', '212711.985000', '212711.988000', '212711.991000', '212711.993000', '212711.996000', '212711.998000', '212712.001000', '212712.004000', '212712.006000', '212712.009000', '212712.011000', '212712.014000', '212712.017000', '212712.019000', '212712.022000', '212712.025000', '212712.027000', '212731.915000', '212731.918000', '212731.920000', '212731.923000', '212731.925000', '212731.928000', '212731.931000', '212731.933000', '212731.936000', '212731.938000', '212731.941000', '212731.944000', '212731.946000', '212731.949000', '212731.951000', '212731.954000', '212731.957000', '212731.959000', '212731.962000', '212731.965000', '212731.968000', '212731.971000', '212731.974000', '212731.977000', '212731.979000', '212731.982000', '212731.985000', '212731.987000', '212731.990000', '212731.992000', '212731.995000', '212731.998000', '212732.001000', '212732.004000', '212732.007000', '212732.009000', '212732.012000', '212732.015000', '212732.017000', '212732.020000', '212732.024000', '212732.026000', '212732.029000', '212751.915000', '212751.917000', '212751.920000', '212751.923000', '212751.925000', '212751.928000', '212751.930000', '212751.933000', '212751.936000', '212751.938000', '212751.941000', '212751.943000', '212751.946000', '212751.949000', '212751.951000', '212751.954000', '212751.956000', '212751.959000', '212751.961000', '212751.964000', '212751.967000', '212751.969000', '212751.972000', '212751.974000', '212751.977000', '212751.980000', '212751.982000', '212751.985000', '212751.987000', '212751.990000', '212751.993000', '212751.996000', '212751.998000', '212752.002000', '212752.005000', '212752.007000', '212752.010000', '212752.012000', '212752.015000', '212752.018000', '212752.020000', '212752.023000', '212752.025000', '212752.028000', '212811.915000', '212811.918000', '212811.920000', '212811.923000', '212811.925000', '212811.928000', '212811.931000', '212811.948000', '212811.951000', '212811.953000', '212811.956000', '212811.959000', '212811.961000', '212811.964000', '212811.966000', '212811.969000', '212811.972000', '212811.974000', '212811.977000', '212811.980000', '212811.982000', '212811.985000', '212811.987000', '212811.990000', '212811.993000', '212811.995000', '212811.998000', '212812.002000', '212812.004000', '212812.007000', '212812.009000', '212812.012000', '212812.014000', '212812.017000', '212812.020000', '212812.023000', '212812.026000', '212812.029000', '212812.031000', '212812.034000', '212812.037000', '212812.039000', '212812.042000', '212831.915000', '212831.918000', '212831.920000', '212831.923000', '212831.925000', '212831.928000', '212831.931000', '212831.935000', '212831.938000', '212831.941000', '212831.943000', '212831.946000', '212831.948000', '212831.951000', '212831.958000', '212831.961000', '212831.964000', '212831.966000', '212831.969000', '212831.971000', '212831.974000', '212831.977000', '212831.979000', '212831.982000', '212831.985000', '212831.987000', '212831.990000', '212831.992000', '212831.995000', '212831.998000', '212832.000000', '212832.003000', '212832.005000', '212832.008000', '212832.011000', '212832.013000', '212832.016000', '212832.018000', '212832.021000', '212832.024000', '212832.026000', '212832.029000', '212832.031000', '212832.034000', '212851.915000', '212851.918000', '212851.920000', '212851.923000', '212851.925000', '212851.928000', '212851.931000', '212851.933000', '212851.936000', '212851.939000', '212851.941000', '212851.944000', '212851.946000', '212851.949000', '212851.951000', '212851.954000', '212851.957000', '212851.959000', '212851.962000', '212851.964000', '212851.967000', '212851.970000', '212851.972000', '212851.975000', '212851.977000', '212851.980000', '212851.983000', '212851.985000', '212851.988000', '212851.990000', '212851.993000', '212851.996000', '212851.998000', '212852.002000', '212852.004000', '212852.007000', '212852.010000', '212852.013000', '212852.016000', '212852.019000', '212852.022000', '212852.024000', '212852.027000', '212911.915000', '212911.917000', '212911.920000', '212911.923000', '212911.925000', '212911.928000', '212911.931000', '212911.933000', '212911.936000', '212911.938000', '212911.941000', '212911.943000', '212911.946000', '212911.949000', '212911.951000', '212911.954000', '212911.956000', '212911.959000', '212911.962000', '212911.964000', '212911.967000', '212911.969000', '212911.972000', '212911.975000', '212911.977000', '212911.980000', '212911.983000', '212911.985000', '212911.988000', '212911.990000', '212911.993000', '212911.995000', '212911.998000', '212912.001000', '212912.003000', '212912.006000', '212912.009000', '212912.011000', '212912.014000', '212912.016000', '212912.019000', '212912.022000', '212912.024000', '212912.027000', '212931.915000', '212931.917000', '212931.920000', '212931.923000', '212931.925000', '212931.928000', '212931.931000', '212931.933000', '212931.936000', '212931.939000', '212931.941000', '212931.944000', '212931.946000', '212931.949000', '212931.952000', '212931.954000', '212931.957000', '212931.984000', '212931.987000', '212931.989000', '212931.992000', '212931.995000', '212931.997000', '212932.001000', '212932.004000', '212932.006000', '212932.009000', '212932.011000', '212932.014000', '212932.017000', '212932.019000', '212932.022000', '212932.025000', '212932.028000', '212932.030000', '212932.033000', '212932.036000', '212932.038000', '212932.041000', '212932.043000', '212932.046000', '212932.049000', '212932.051000', '212951.915000', '212951.918000', '212951.921000', '212951.923000', '212951.926000', '212951.928000', '212951.931000', '212951.933000', '212951.936000', '212951.939000', '212951.941000', '212951.944000', '212951.947000', '212951.949000', '212951.952000', '212951.954000', '212951.957000', '212951.965000', '212951.968000', '212951.971000', '212951.973000', '212951.976000', '212951.978000', '212951.981000', '212951.984000', '212951.986000', '212951.989000', '212951.991000', '212951.994000', '212951.997000', '212951.999000', '212952.002000', '212952.005000', '212952.007000', '212952.010000', '212952.012000', '212952.015000', '212952.017000', '212952.020000', '212952.023000', '212952.025000', '212952.028000', '212952.030000', '212952.033000', '213011.915000', '213011.918000', '213011.920000', '213011.923000', '213011.926000', '213011.928000', '213011.931000', '213011.934000', '213011.936000', '213011.939000', '213011.941000', '213011.944000', '213011.946000', '213011.949000', '213011.952000', '213011.954000', '213011.957000', '213011.960000', '213011.962000', '213011.965000', '213011.967000', '213011.970000', '213011.973000', '213011.975000', '213011.978000', '213011.981000', '213011.983000', '213011.986000', '213011.988000', '213011.991000', '213011.994000', '213011.996000', '213012.000000', '213012.002000', '213012.005000', '213012.008000', '213012.010000', '213012.013000', '213012.015000', '213012.018000', '213012.021000', '213012.023000', '213012.026000', '213031.914000', '213031.917000', '213031.920000', '213031.923000', '213031.925000', '213031.928000', '213031.930000', '213031.933000', '213031.936000', '213031.938000', '213031.941000', '213031.943000', '213031.946000', '213031.948000', '213031.951000', '213031.954000', '213031.956000', '213031.959000', '213031.962000', '213031.964000', '213031.967000', '213031.969000', '213031.972000', '213031.974000', '213031.977000', '213031.980000', '213031.982000', '213031.985000', '213031.987000', '213031.990000', '213031.993000', '213031.995000', '213031.998000', '213032.002000', '213032.004000', '213032.007000', '213032.009000', '213032.012000', '213032.014000', '213032.017000', '213032.020000', '213032.022000', '213032.025000', '213032.028000', '213051.915000', '213051.917000', '213051.920000', '213051.923000', '213051.925000', '213051.928000', '213051.930000', '213051.933000', '213051.936000', '213051.938000', '213051.941000', '213051.943000', '213051.946000', '213051.949000', '213051.960000', '213051.963000', '213051.965000', '213051.968000', '213051.970000', '213051.973000', '213051.976000', '213051.978000', '213051.981000', '213051.983000', '213051.986000', '213051.989000', '213051.991000', '213051.994000', '213051.997000', '213052.000000', '213052.003000', '213052.006000', '213052.008000', '213052.011000', '213052.013000', '213052.016000', '213052.019000', '213052.021000', '213052.024000', '213052.027000', '213052.029000', '213052.032000', '213052.035000', '213111.915000', '213111.927000', '213111.930000', '213111.932000', '213111.935000', '213111.937000', '213111.940000', '213111.943000', '213111.945000', '213111.948000', '213111.950000', '213111.953000', '213111.956000', '213111.959000', '213111.961000', '213111.964000', '213111.967000', '213111.969000', '213111.972000', '213111.974000', '213111.977000', '213111.980000', '213111.982000', '213111.985000', '213111.987000', '213111.990000', '213111.993000', '213111.995000', '213111.998000', '213112.002000', '213112.004000', '213112.007000', '213112.009000', '213112.012000', '213112.015000', '213112.017000', '213112.020000', '213112.023000', '213112.025000', '213112.028000', '213112.031000', '213112.033000', '213112.036000', '213131.915000', '213131.917000', '213131.920000', '213131.923000', '213131.925000', '213131.928000', '213131.930000', '213131.933000', '213131.936000', '213131.938000', '213131.941000', '213131.943000', '213131.946000', '213131.949000', '213131.951000', '213131.954000', '213131.956000', '213131.959000', '213131.962000', '213131.964000', '213131.967000', '213131.970000', '213131.972000', '213131.975000', '213131.977000', '213131.980000', '213131.983000', '213131.985000', '213131.988000', '213131.991000', '213131.993000', '213131.996000', '213131.999000', '213132.001000', '213132.004000', '213132.006000', '213132.009000', '213132.012000', '213132.014000', '213132.017000', '213132.019000', '213132.022000', '213132.025000', '213132.027000', '213151.915000', '213151.917000', '213151.920000', '213151.923000', '213151.925000', '213151.928000', '213151.930000', '213151.933000', '213151.936000', '213151.938000', '213151.941000', '213151.943000', '213151.946000', '213151.949000', '213151.951000', '213151.954000', '213151.956000', '213151.959000', '213151.962000', '213151.964000', '213151.967000', '213151.969000', '213151.972000', '213151.975000', '213151.977000', '213151.980000', '213151.982000', '213151.985000', '213151.988000', '213151.990000', '213151.993000', '213151.996000', '213151.998000', '213152.002000', '213152.004000', '213152.007000', '213152.010000', '213152.012000', '213152.015000', '213152.017000', '213152.020000', '213152.023000', '213152.025000', '213152.028000', '213211.915000', '213211.918000', '213211.920000', '213211.923000', '213211.925000', '213211.928000', '213211.931000', '213211.933000', '213211.936000', '213211.939000', '213211.952000', '213211.954000', '213211.957000', '213211.959000', '213211.962000', '213211.964000', '213211.967000', '213211.970000', '213211.972000', '213211.975000', '213211.978000', '213211.980000', '213211.983000', '213211.986000', '213211.988000', '213211.991000', '213211.994000', '213211.996000', '213211.999000', '213212.001000', '213212.004000', '213212.007000', '213212.009000', '213212.012000', '213212.014000', '213212.017000', '213212.020000', '213212.022000', '213212.025000', '213212.028000', '213212.030000', '213212.033000', '213212.035000', '213217.632000', '213217.635000', '213217.638000', '213217.641000', '213217.643000', '213217.646000', '213217.648000', '213217.651000', '213217.654000', '213217.656000', '213217.659000', '213217.662000', '213217.664000'], 'InstanceCreationTime': ['212311.948000', '212311.951000', '212311.954000', '212311.957000', '212311.959000', '212311.962000', '212311.972000', '212311.974000', '212311.977000', '212311.985000', '212311.988000', '212311.991000', '212311.993000', '212311.996000', '212312.004000', '212312.006000', '212312.009000', '212312.011000', '212312.014000', '212312.017000', '212312.019000', '212312.022000', '212331.916000', '212331.918000', '212331.921000', '212331.924000', '212331.926000', '212331.944000', '212331.946000', '212331.951000', '212331.953000', '212331.956000', '212331.959000', '212331.961000', '212331.964000', '212331.966000', '212331.969000', '212331.972000', '212331.974000', '212331.977000', '212331.979000', '212331.982000', '212331.984000', '212331.987000', '212331.989000', '212331.992000', '212331.995000', '212331.997000', '212332.000000', '212332.003000', '212332.005000', '212332.008000', '212332.010000', '212332.013000', '212332.015000', '212332.018000', '212332.020000', '212332.023000', '212332.026000', '212332.028000', '212332.031000', '212332.033000', '212332.036000', '212332.038000', '212332.041000', '212332.043000', '212351.915000', '212351.918000', '212351.920000', '212351.923000', '212351.925000', '212351.928000', '212351.931000', '212351.933000', '212351.936000', '212351.938000', '212351.941000', '212351.944000', '212351.946000', '212351.949000', '212351.951000', '212351.954000', '212351.956000', '212351.959000', '212351.962000', '212351.964000', '212351.967000', '212351.969000', '212351.972000', '212351.974000', '212351.977000', '212351.979000', '212351.982000', '212351.984000', '212351.987000', '212351.990000', '212351.992000', '212351.995000', '212351.997000', '212352.001000', '212352.004000', '212352.006000', '212352.009000', '212352.011000', '212352.014000', '212352.016000', '212352.019000', '212352.021000', '212352.024000', '212411.914000', '212411.917000', '212411.920000', '212411.923000', '212411.925000', '212411.928000', '212411.930000', '212411.933000', '212411.935000', '212411.938000', '212411.940000', '212411.943000', '212411.946000', '212411.948000', '212411.951000', '212411.953000', '212411.956000', '212411.958000', '212411.961000', '212411.964000', '212411.966000', '212411.969000', '212411.971000', '212411.974000', '212411.977000', '212411.979000', '212411.982000', '212411.984000', '212411.987000', '212411.989000', '212411.992000', '212411.995000', '212411.997000', '212412.000000', '212412.002000', '212412.005000', '212412.007000', '212412.010000', '212412.013000', '212412.015000', '212412.018000', '212412.020000', '212412.023000', '212412.026000', '212431.915000', '212431.918000', '212431.920000', '212431.923000', '212431.926000', '212431.928000', '212431.931000', '212431.933000', '212431.936000', '212431.939000', '212431.941000', '212431.944000', '212431.946000', '212431.949000', '212431.951000', '212431.954000', '212431.957000', '212431.959000', '212431.962000', '212431.964000', '212431.967000', '212431.970000', '212431.972000', '212431.975000', '212431.977000', '212431.980000', '212431.982000', '212431.985000', '212431.988000', '212431.990000', '212431.993000', '212431.996000', '212431.998000', '212432.001000', '212432.003000', '212432.006000', '212432.008000', '212432.011000', '212432.014000', '212432.016000', '212432.019000', '212432.021000', '212432.024000', '212451.914000', '212451.917000', '212451.920000', '212451.923000', '212451.925000', '212451.928000', '212451.930000', '212451.933000', '212451.935000', '212451.938000', '212451.941000', '212451.944000', '212451.947000', '212451.949000', '212451.952000', '212451.955000', '212451.957000', '212451.960000', '212451.963000', '212451.965000', '212451.968000', '212451.970000', '212451.973000', '212451.975000', '212451.978000', '212451.981000', '212451.983000', '212451.986000', '212451.988000', '212451.991000', '212451.994000', '212451.996000', '212452.000000', '212452.003000', '212452.005000', '212452.008000', '212452.011000', '212452.013000', '212452.016000', '212452.018000', '212452.021000', '212452.023000', '212452.026000', '212452.029000', '212511.922000', '212511.925000', '212511.928000', '212511.930000', '212511.933000', '212511.935000', '212511.938000', '212511.941000', '212511.943000', '212511.946000', '212511.948000', '212511.951000', '212511.954000', '212511.956000', '212511.959000', '212511.961000', '212511.964000', '212511.967000', '212511.969000', '212511.972000', '212511.974000', '212511.977000', '212511.980000', '212511.982000', '212511.985000', '212511.987000', '212511.990000', '212511.992000', '212511.995000', '212511.998000', '212512.001000', '212512.004000', '212512.006000', '212512.009000', '212512.012000', '212512.014000', '212512.017000', '212512.019000', '212512.022000', '212512.024000', '212512.027000', '212512.030000', '212512.032000', '212531.915000', '212531.917000', '212531.920000', '212531.923000', '212531.925000', '212531.928000', '212531.931000', '212531.933000', '212531.936000', '212531.938000', '212531.941000', '212531.943000', '212531.946000', '212531.949000', '212531.951000', '212531.954000', '212531.957000', '212531.959000', '212531.962000', '212531.964000', '212531.967000', '212531.969000', '212531.972000', '212531.975000', '212531.977000', '212531.980000', '212531.982000', '212531.985000', '212531.988000', '212531.990000', '212531.993000', '212531.996000', '212531.998000', '212532.001000', '212532.003000', '212532.006000', '212532.009000', '212532.011000', '212532.014000', '212532.016000', '212532.019000', '212532.021000', '212532.024000', '212551.915000', '212551.917000', '212551.920000', '212551.923000', '212551.925000', '212551.928000', '212551.930000', '212551.933000', '212551.935000', '212551.938000', '212551.941000', '212551.943000', '212551.946000', '212551.949000', '212551.951000', '212551.954000', '212551.956000', '212551.959000', '212551.962000', '212551.964000', '212551.967000', '212551.969000', '212551.972000', '212551.974000', '212551.977000', '212551.980000', '212551.982000', '212551.985000', '212551.987000', '212551.990000', '212551.993000', '212551.995000', '212551.998000', '212552.000000', '212552.003000', '212552.005000', '212552.008000', '212552.011000', '212552.013000', '212552.016000', '212552.018000', '212552.021000', '212552.024000', '212552.026000', '212611.915000', '212611.917000', '212611.920000', '212611.923000', '212611.925000', '212611.928000', '212611.930000', '212611.933000', '212611.936000', '212611.938000', '212611.941000', '212611.943000', '212611.946000', '212611.949000', '212611.952000', '212611.954000', '212611.957000', '212611.960000', '212611.962000', '212611.965000', '212611.967000', '212611.970000', '212611.973000', '212611.975000', '212611.978000', '212611.980000', '212611.984000', '212611.987000', '212611.990000', '212611.992000', '212611.995000', '212611.997000', '212612.001000', '212612.004000', '212612.006000', '212612.009000', '212612.012000', '212612.014000', '212612.017000', '212612.019000', '212612.022000', '212612.025000', '212612.027000', '212631.915000', '212631.918000', '212631.920000', '212631.923000', '212631.925000', '212631.928000', '212631.931000', '212631.933000', '212631.936000', '212631.938000', '212631.941000', '212631.944000', '212631.946000', '212631.949000', '212631.952000', '212631.954000', '212631.957000', '212631.960000', '212631.962000', '212631.965000', '212631.967000', '212631.970000', '212631.973000', '212631.975000', '212631.978000', '212631.980000', '212631.995000', '212631.998000', '212632.000000', '212632.003000', '212632.005000', '212632.008000', '212632.011000', '212632.013000', '212632.016000', '212632.019000', '212632.021000', '212632.024000', '212632.026000', '212632.029000', '212632.032000', '212632.034000', '212632.037000', '212632.039000', '212651.914000', '212651.917000', '212651.920000', '212651.923000', '212651.925000', '212651.928000', '212651.930000', '212651.933000', '212651.936000', '212651.938000', '212651.941000', '212651.944000', '212651.946000', '212651.949000', '212651.951000', '212651.954000', '212651.957000', '212651.959000', '212651.962000', '212651.965000', '212651.968000', '212651.971000', '212651.974000', '212651.976000', '212651.979000', '212651.982000', '212651.984000', '212651.987000', '212651.989000', '212651.992000', '212651.995000', '212651.997000', '212652.001000', '212652.003000', '212652.006000', '212652.009000', '212652.011000', '212652.014000', '212652.016000', '212652.019000', '212652.022000', '212652.024000', '212652.027000', '212711.915000', '212711.918000', '212711.920000', '212711.923000', '212711.925000', '212711.928000', '212711.931000', '212711.933000', '212711.936000', '212711.938000', '212711.941000', '212711.944000', '212711.946000', '212711.949000', '212711.951000', '212711.954000', '212711.957000', '212711.959000', '212711.962000', '212711.964000', '212711.967000', '212711.970000', '212711.972000', '212711.975000', '212711.977000', '212711.980000', '212711.983000', '212711.985000', '212711.988000', '212711.991000', '212711.993000', '212711.996000', '212711.998000', '212712.001000', '212712.004000', '212712.006000', '212712.009000', '212712.011000', '212712.014000', '212712.017000', '212712.019000', '212712.022000', '212712.025000', '212712.027000', '212731.915000', '212731.918000', '212731.920000', '212731.923000', '212731.925000', '212731.928000', '212731.931000', '212731.933000', '212731.936000', '212731.938000', '212731.941000', '212731.944000', '212731.946000', '212731.949000', '212731.951000', '212731.954000', '212731.957000', '212731.959000', '212731.962000', '212731.965000', '212731.968000', '212731.971000', '212731.974000', '212731.977000', '212731.979000', '212731.982000', '212731.985000', '212731.987000', '212731.990000', '212731.992000', '212731.995000', '212731.998000', '212732.001000', '212732.004000', '212732.007000', '212732.009000', '212732.012000', '212732.015000', '212732.017000', '212732.020000', '212732.024000', '212732.026000', '212732.029000', '212751.915000', '212751.917000', '212751.920000', '212751.923000', '212751.925000', '212751.928000', '212751.930000', '212751.933000', '212751.936000', '212751.938000', '212751.941000', '212751.943000', '212751.946000', '212751.949000', '212751.951000', '212751.954000', '212751.956000', '212751.959000', '212751.961000', '212751.964000', '212751.967000', '212751.969000', '212751.972000', '212751.974000', '212751.977000', '212751.980000', '212751.982000', '212751.985000', '212751.987000', '212751.990000', '212751.993000', '212751.996000', '212751.998000', '212752.002000', '212752.005000', '212752.007000', '212752.010000', '212752.012000', '212752.015000', '212752.018000', '212752.020000', '212752.023000', '212752.025000', '212752.028000', '212811.915000', '212811.918000', '212811.920000', '212811.923000', '212811.925000', '212811.928000', '212811.931000', '212811.948000', '212811.951000', '212811.953000', '212811.956000', '212811.959000', '212811.961000', '212811.964000', '212811.966000', '212811.969000', '212811.972000', '212811.974000', '212811.977000', '212811.980000', '212811.982000', '212811.985000', '212811.987000', '212811.990000', '212811.993000', '212811.995000', '212811.998000', '212812.002000', '212812.004000', '212812.007000', '212812.009000', '212812.012000', '212812.014000', '212812.017000', '212812.020000', '212812.023000', '212812.026000', '212812.029000', '212812.031000', '212812.034000', '212812.037000', '212812.039000', '212812.042000', '212831.915000', '212831.918000', '212831.920000', '212831.923000', '212831.925000', '212831.928000', '212831.931000', '212831.935000', '212831.938000', '212831.941000', '212831.943000', '212831.946000', '212831.948000', '212831.951000', '212831.958000', '212831.961000', '212831.964000', '212831.966000', '212831.969000', '212831.971000', '212831.974000', '212831.977000', '212831.979000', '212831.982000', '212831.985000', '212831.987000', '212831.990000', '212831.992000', '212831.995000', '212831.998000', '212832.000000', '212832.003000', '212832.005000', '212832.008000', '212832.011000', '212832.013000', '212832.016000', '212832.018000', '212832.021000', '212832.024000', '212832.026000', '212832.029000', '212832.031000', '212832.034000', '212851.915000', '212851.918000', '212851.920000', '212851.923000', '212851.925000', '212851.928000', '212851.931000', '212851.933000', '212851.936000', '212851.939000', '212851.941000', '212851.944000', '212851.946000', '212851.949000', '212851.951000', '212851.954000', '212851.957000', '212851.959000', '212851.962000', '212851.964000', '212851.967000', '212851.970000', '212851.972000', '212851.975000', '212851.977000', '212851.980000', '212851.983000', '212851.985000', '212851.988000', '212851.990000', '212851.993000', '212851.996000', '212851.998000', '212852.002000', '212852.004000', '212852.007000', '212852.010000', '212852.013000', '212852.016000', '212852.019000', '212852.022000', '212852.024000', '212852.027000', '212911.915000', '212911.917000', '212911.920000', '212911.923000', '212911.925000', '212911.928000', '212911.931000', '212911.933000', '212911.936000', '212911.938000', '212911.941000', '212911.943000', '212911.946000', '212911.949000', '212911.951000', '212911.954000', '212911.956000', '212911.959000', '212911.962000', '212911.964000', '212911.967000', '212911.969000', '212911.972000', '212911.975000', '212911.977000', '212911.980000', '212911.983000', '212911.985000', '212911.988000', '212911.990000', '212911.993000', '212911.995000', '212911.998000', '212912.001000', '212912.003000', '212912.006000', '212912.009000', '212912.011000', '212912.014000', '212912.016000', '212912.019000', '212912.022000', '212912.024000', '212912.027000', '212931.915000', '212931.917000', '212931.920000', '212931.923000', '212931.925000', '212931.928000', '212931.931000', '212931.933000', '212931.936000', '212931.939000', '212931.941000', '212931.944000', '212931.946000', '212931.949000', '212931.952000', '212931.954000', '212931.957000', '212931.984000', '212931.987000', '212931.989000', '212931.992000', '212931.995000', '212931.997000', '212932.001000', '212932.004000', '212932.006000', '212932.009000', '212932.011000', '212932.014000', '212932.017000', '212932.019000', '212932.022000', '212932.025000', '212932.028000', '212932.030000', '212932.033000', '212932.036000', '212932.038000', '212932.041000', '212932.043000', '212932.046000', '212932.049000', '212932.051000', '212951.915000', '212951.918000', '212951.921000', '212951.923000', '212951.926000', '212951.928000', '212951.931000', '212951.933000', '212951.936000', '212951.939000', '212951.941000', '212951.944000', '212951.947000', '212951.949000', '212951.952000', '212951.954000', '212951.957000', '212951.965000', '212951.968000', '212951.971000', '212951.973000', '212951.976000', '212951.978000', '212951.981000', '212951.984000', '212951.986000', '212951.989000', '212951.991000', '212951.994000', '212951.997000', '212951.999000', '212952.002000', '212952.005000', '212952.007000', '212952.010000', '212952.012000', '212952.015000', '212952.017000', '212952.020000', '212952.023000', '212952.025000', '212952.028000', '212952.030000', '212952.033000', '213011.915000', '213011.918000', '213011.920000', '213011.923000', '213011.926000', '213011.928000', '213011.931000', '213011.934000', '213011.936000', '213011.939000', '213011.941000', '213011.944000', '213011.946000', '213011.949000', '213011.952000', '213011.954000', '213011.957000', '213011.960000', '213011.962000', '213011.965000', '213011.967000', '213011.970000', '213011.973000', '213011.975000', '213011.978000', '213011.981000', '213011.983000', '213011.986000', '213011.988000', '213011.991000', '213011.994000', '213011.996000', '213012.000000', '213012.002000', '213012.005000', '213012.008000', '213012.010000', '213012.013000', '213012.015000', '213012.018000', '213012.021000', '213012.023000', '213012.026000', '213031.914000', '213031.917000', '213031.920000', '213031.923000', '213031.925000', '213031.928000', '213031.930000', '213031.933000', '213031.936000', '213031.938000', '213031.941000', '213031.943000', '213031.946000', '213031.948000', '213031.951000', '213031.954000', '213031.956000', '213031.959000', '213031.962000', '213031.964000', '213031.967000', '213031.969000', '213031.972000', '213031.974000', '213031.977000', '213031.980000', '213031.982000', '213031.985000', '213031.987000', '213031.990000', '213031.993000', '213031.995000', '213031.998000', '213032.002000', '213032.004000', '213032.007000', '213032.009000', '213032.012000', '213032.014000', '213032.017000', '213032.020000', '213032.022000', '213032.025000', '213032.028000', '213051.915000', '213051.917000', '213051.920000', '213051.923000', '213051.925000', '213051.928000', '213051.930000', '213051.933000', '213051.936000', '213051.938000', '213051.941000', '213051.943000', '213051.946000', '213051.949000', '213051.960000', '213051.963000', '213051.965000', '213051.968000', '213051.970000', '213051.973000', '213051.976000', '213051.978000', '213051.981000', '213051.983000', '213051.986000', '213051.989000', '213051.991000', '213051.994000', '213051.997000', '213052.000000', '213052.003000', '213052.006000', '213052.008000', '213052.011000', '213052.013000', '213052.016000', '213052.019000', '213052.021000', '213052.024000', '213052.027000', '213052.029000', '213052.032000', '213052.035000', '213111.915000', '213111.927000', '213111.930000', '213111.932000', '213111.935000', '213111.937000', '213111.940000', '213111.943000', '213111.945000', '213111.948000', '213111.950000', '213111.953000', '213111.956000', '213111.959000', '213111.961000', '213111.964000', '213111.967000', '213111.969000', '213111.972000', '213111.974000', '213111.977000', '213111.980000', '213111.982000', '213111.985000', '213111.987000', '213111.990000', '213111.993000', '213111.995000', '213111.998000', '213112.002000', '213112.004000', '213112.007000', '213112.009000', '213112.012000', '213112.015000', '213112.017000', '213112.020000', '213112.023000', '213112.025000', '213112.028000', '213112.031000', '213112.033000', '213112.036000', '213131.915000', '213131.917000', '213131.920000', '213131.923000', '213131.925000', '213131.928000', '213131.930000', '213131.933000', '213131.936000', '213131.938000', '213131.941000', '213131.943000', '213131.946000', '213131.949000', '213131.951000', '213131.954000', '213131.956000', '213131.959000', '213131.962000', '213131.964000', '213131.967000', '213131.970000', '213131.972000', '213131.975000', '213131.977000', '213131.980000', '213131.983000', '213131.985000', '213131.988000', '213131.991000', '213131.993000', '213131.996000', '213131.999000', '213132.001000', '213132.004000', '213132.006000', '213132.009000', '213132.012000', '213132.014000', '213132.017000', '213132.019000', '213132.022000', '213132.025000', '213132.027000', '213151.915000', '213151.917000', '213151.920000', '213151.923000', '213151.925000', '213151.928000', '213151.930000', '213151.933000', '213151.936000', '213151.938000', '213151.941000', '213151.943000', '213151.946000', '213151.949000', '213151.951000', '213151.954000', '213151.956000', '213151.959000', '213151.962000', '213151.964000', '213151.967000', '213151.969000', '213151.972000', '213151.975000', '213151.977000', '213151.980000', '213151.982000', '213151.985000', '213151.988000', '213151.990000', '213151.993000', '213151.996000', '213151.998000', '213152.002000', '213152.004000', '213152.007000', '213152.010000', '213152.012000', '213152.015000', '213152.017000', '213152.020000', '213152.023000', '213152.025000', '213152.028000', '213211.915000', '213211.918000', '213211.920000', '213211.923000', '213211.925000', '213211.928000', '213211.931000', '213211.933000', '213211.936000', '213211.939000', '213211.952000', '213211.954000', '213211.957000', '213211.959000', '213211.962000', '213211.964000', '213211.967000', '213211.970000', '213211.972000', '213211.975000', '213211.978000', '213211.980000', '213211.983000', '213211.986000', '213211.988000', '213211.991000', '213211.994000', '213211.996000', '213211.999000', '213212.001000', '213212.004000', '213212.007000', '213212.009000', '213212.012000', '213212.014000', '213212.017000', '213212.020000', '213212.022000', '213212.025000', '213212.028000', '213212.030000', '213212.033000', '213212.035000', '213217.632000', '213217.635000', '213217.638000', '213217.641000', '213217.643000', '213217.646000', '213217.648000', '213217.651000', '213217.654000', '213217.656000', '213217.659000', '213217.662000', '213217.664000'], 'InstanceNumber': [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 550, 551, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 562, 563, 564, 565, 566, 567, 568, 569, 570, 571, 572, 573, 574, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620, 621, 622, 623, 624, 625, 626, 627, 628, 629, 630, 631, 632, 633, 634, 635, 636, 637, 638, 639, 640, 641, 642, 643, 644, 645, 646, 647, 648, 649, 650, 651, 652, 653, 654, 655, 656, 657, 658, 659, 660, 661, 662, 663, 664, 665, 666, 667, 668, 669, 670, 671, 672, 673, 674, 675, 676, 677, 678, 679, 680, 681, 682, 683, 684, 685, 686, 687, 688, 689, 690, 691, 692, 693, 694, 695, 696, 697, 698, 699, 700, 701, 702, 703, 704, 705, 706, 707, 708, 709, 710, 711, 712, 713, 714, 715, 716, 717, 718, 719, 720, 721, 722, 723, 724, 725, 726, 727, 728, 729, 730, 731, 732, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 746, 747, 748, 749, 750, 751, 752, 753, 754, 755, 756, 757, 758, 759, 760, 761, 762, 763, 764, 765, 766, 767, 768, 769, 770, 771, 772, 773, 774, 775, 776, 777, 778, 779, 780, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 800, 801, 802, 803, 804, 805, 806, 807, 808, 809, 810, 811, 812, 813, 814, 815, 816, 817, 818, 819, 820, 821, 822, 823, 824, 825, 826, 827, 828, 829, 830, 831, 832, 833, 834, 835, 836, 837, 838, 839, 840, 841, 842, 843, 844, 845, 846, 847, 848, 849, 850, 851, 852, 853, 854, 855, 856, 857, 858, 859, 860, 861, 862, 863, 864, 865, 866, 867, 868, 869, 870, 871, 872, 873, 874, 875, 876, 877, 878, 879, 880, 881, 882, 883, 884, 885, 886, 887, 888, 889, 890, 891, 892, 893, 894, 895, 896, 897, 898, 899, 900, 901, 902, 903, 904, 905, 906, 907, 908, 909, 910, 911, 912, 913, 914, 915, 916, 917, 918, 919, 920, 921, 922, 923, 924, 925, 926, 927, 928, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 939, 940, 941, 942, 943, 944, 945, 946, 947, 948, 949, 950, 951, 952, 953, 954, 955, 956, 957, 958, 959, 960, 961, 962, 963, 964, 965, 966, 967, 968, 969, 970, 971, 972, 973, 974, 975, 976, 977, 978, 979, 980, 981, 982, 983, 984, 985, 986, 987, 988, 989, 990, 991, 992, 993, 994, 995, 996, 997, 998, 999, 1000, 1001, 1002, 1003, 1004, 1005, 1006, 1007, 1008, 1009, 1010, 1011, 1012, 1013, 1014, 1015, 1016, 1017, 1018, 1019, 1020, 1021, 1022, 1023, 1024, 1025, 1026, 1027, 1028, 1029, 1030, 1031, 1032, 1033, 1034, 1035, 1036, 1037, 1038, 1039, 1040, 1041, 1042, 1043, 1044, 1045, 1046, 1047, 1048, 1049, 1050, 1051, 1052, 1053, 1054, 1055, 1056, 1057, 1058, 1059, 1060, 1061, 1062, 1063, 1064, 1065, 1066, 1067, 1068, 1069, 1070, 1071, 1072, 1073, 1074, 1075, 1076, 1077, 1078, 1079, 1080, 1081, 1082, 1083, 1084, 1085, 1086, 1087, 1088, 1089, 1090, 1091, 1092, 1093, 1094, 1095, 1096, 1097, 1098, 1099, 1100, 1101, 1102, 1103, 1104, 1105, 1106, 1107, 1108, 1109, 1110, 1111, 1112, 1113, 1114, 1115, 1116, 1117, 1118, 1119, 1120, 1121, 1122, 1123, 1124, 1125, 1126, 1127, 1128, 1129, 1130, 1131, 1132, 1133, 1134, 1135, 1136, 1137, 1138, 1139, 1140, 1141, 1142, 1143, 1144, 1145, 1146, 1147, 1148, 1149, 1150, 1151, 1152, 1153, 1154, 1155, 1156, 1157, 1158, 1159, 1160, 1161, 1162, 1163, 1164, 1165, 1166, 1167, 1168, 1169, 1170, 1171, 1172, 1173, 1174, 1175, 1176, 1177, 1178, 1179, 1180, 1181, 1182, 1183, 1184, 1185, 1186, 1187, 1188, 1189, 1190, 1191, 1192, 1193, 1194, 1195, 1196, 1197, 1198, 1199, 1200, 1201, 1202, 1203, 1204, 1205, 1206, 1207, 1208, 1209], 'LargestImagePixelValue': [9158, 11719, 7320, 9521, 6793, 7738, 9244, 7832, 11505, 7705, 10587, 6568, 6412, 9748, 7577, 12503, 6488, 11474, 6644, 10455, 7539, 9378, 8562, 9181, 10456, 8726, 10666, 6324, 9661, 6542, 11021, 6811, 10792, 8655, 10177, 10108, 7783, 9144, 6450, 8840, 6264, 10469, 6567, 11358, 8738, 12423, 7356, 8636, 6565, 6643, 6955, 6564, 9185, 6943, 12058, 6543, 9287, 6553, 8729, 8049, 7855, 10296, 8070, 11698, 6578, 9684, 6885, 8252, 9569, 8724, 12607, 8371, 11972, 7248, 11048, 8253, 9828, 9059, 8636, 11955, 7471, 10185, 6573, 6603, 7587, 6519, 7783, 6370, 12094, 8482, 7457, 7036, 6401, 7194, 6321, 10191, 7258, 12683, 9205, 10008, 7064, 6636, 8391, 6620, 9528, 7668, 12394, 9318, 11224, 6839, 7194, 6733, 6555, 7750, 6509, 12107, 6841, 9766, 6677, 6663, 8122, 6909, 10759, 8831, 12756, 8959, 11882, 6701, 7915, 7076, 6571, 8352, 6376, 11707, 8058, 10383, 7008, 6337, 7428, 6407, 8940, 7251, 12476, 7766, 8896, 6917, 6555, 7643, 6230, 10891, 8235, 11651, 7391, 7481, 7187, 6523, 9263, 7478, 12449, 7288, 11222, 6769, 7949, 7162, 7435, 11310, 8469, 11029, 6465, 10386, 6877, 10265, 8997, 8886, 10087, 7837, 12563, 8382, 11248, 6904, 7107, 6910, 6730, 8337, 6427, 11932, 7488, 10257, 6326, 6707, 6913, 6630, 8586, 6711, 11996, 9165, 10718, 6972, 8926, 6953, 6883, 7507, 6834, 11731, 8533, 10649, 6590, 7266, 6433, 6627, 10682, 6883, 10192, 6518, 6796, 7564, 6534, 9431, 7232, 12606, 9899, 7819, 7989, 6733, 8054, 6535, 10862, 9068, 9561, 8802, 6509, 7831, 6624, 9713, 6865, 10760, 10470, 9438, 8978, 6790, 7768, 6920, 8648, 8123, 6829, 10720, 7514, 10985, 6709, 10015, 6707, 10287, 6959, 11080, 10194, 6951, 7350, 6435, 7577, 6543, 9436, 6801, 11711, 7651, 7623, 7049, 6365, 7952, 6410, 9964, 7454, 12308, 9176, 9880, 7458, 7327, 8012, 6980, 10741, 8465, 12229, 8187, 11033, 6714, 9174, 6884, 8413, 7805, 8393, 11091, 7156, 9129, 6476, 8950, 6595, 10248, 6966, 11070, 9540, 9938, 8923, 6403, 7736, 6473, 8783, 6632, 9997, 7538, 11547, 8559, 6428, 7074, 6418, 7886, 6443, 9953, 7263, 11895, 7329, 11091, 6732, 8152, 7178, 6605, 10425, 6797, 9816, 6456, 7545, 8134, 7641, 11392, 6518, 10707, 7138, 9814, 9053, 9558, 11678, 8996, 12287, 7037, 11359, 7336, 11624, 9982, 10416, 9593, 8373, 8598, 7347, 8825, 6540, 9601, 6771, 10546, 9042, 8956, 7774, 6558, 7353, 6526, 8797, 6910, 11709, 7667, 10168, 7166, 6650, 7448, 6725, 11295, 7807, 11715, 6824, 10699, 6929, 8692, 9811, 8457, 10825, 6711, 9803, 6698, 10656, 8044, 10149, 10719, 8696, 12568, 10024, 7358, 8197, 6746, 9666, 6944, 10261, 7179, 10097, 8412, 9769, 9061, 7431, 12077, 9654, 11670, 12118, 8483, 12785, 11016, 10995, 9978, 7938, 8823, 6836, 8902, 6786, 9860, 6938, 10321, 7245, 7399, 7947, 6621, 10807, 7411, 8111, 7040, 6686, 7442, 6688, 6430, 6622, 6450, 7025, 6535, 9118, 6849, 8906, 8411, 6996, 8886, 6666, 11390, 8457, 10228, 9928, 7747, 9485, 6692, 6746, 7161, 6409, 7483, 6397, 9783, 7055, 10669, 7009, 6382, 8121, 6278, 9134, 6536, 11690, 9827, 11245, 9520, 6936, 8482, 6535, 10472, 7910, 9755, 8417, 7092, 10070, 7112, 11628, 6889, 8712, 7356, 6433, 8309, 6253, 9127, 6603, 11802, 6590, 10455, 6385, 6599, 6871, 6335, 7701, 6316, 9995, 6278, 8988, 6534, 7080, 6749, 7436, 7149, 6335, 9455, 6161, 8724, 6422, 9021, 6366, 10294, 8980, 9461, 8389, 7219, 7819, 6298, 8987, 6650, 11204, 9295, 11372, 7774, 8061, 7536, 6283, 9366, 7147, 12125, 7180, 10969, 6429, 10919, 6811, 11036, 9173, 9495, 8620, 7673, 7702, 6245, 8224, 6335, 10514, 8640, 12575, 6975, 6415, 7324, 6320, 8504, 6466, 11546, 9848, 10092, 8144, 6749, 8879, 6658, 11063, 7821, 12423, 10865, 7833, 8338, 6966, 9282, 6671, 11164, 7748, 12390, 8120, 9196, 7209, 6297, 7710, 6288, 9217, 6453, 11666, 6396, 9211, 6854, 7962, 7136, 6360, 8898, 6555, 12284, 6579, 11139, 6675, 7780, 6849, 6665, 9175, 6959, 12261, 7269, 10971, 7196, 9871, 7784, 8917, 9091, 7343, 11400, 6460, 9676, 6766, 10193, 7250, 10959, 8271, 9700, 9985, 7569, 8123, 6324, 8740, 6349, 9963, 6953, 11115, 8686, 12002, 6932, 9448, 6743, 7831, 7523, 9571, 8602, 7841, 9501, 6272, 8669, 6147, 9808, 6296, 10600, 6600, 11676, 6928, 10737, 6316, 10311, 6327, 10879, 6575, 11111, 7991, 9571, 7150, 6340, 6940, 6468, 8167, 6342, 8824, 6252, 11236, 6289, 10970, 6523, 11202, 6622, 11740, 7246, 11867, 9183, 11761, 9159, 10932, 6305, 10715, 6217, 10799, 6497, 10946, 7776, 9401, 9514, 6774, 8290, 6241, 9418, 6286, 10983, 6632, 11487, 7691, 11538, 10019, 10341, 7797, 7034, 6954, 9119, 6760, 10145, 6955, 11020, 9465, 7229, 7789, 6343, 8114, 6254, 8069, 6192, 10328, 7251, 11507, 6307, 10478, 6495, 10636, 8104, 11256, 9966, 9262, 8746, 7109, 7910, 6426, 8834, 6336, 10399, 7454, 12080, 6612, 9154, 6689, 7581, 7706, 7013, 9944, 7639, 11127, 6349, 10429, 6515, 10738, 6719, 10115, 9647, 8033, 10771, 6432, 10506, 6230, 11150, 7091, 11743, 8532, 10310, 10221, 8483, 9468, 7172, 9298, 6234, 10606, 6648, 12181, 9571, 9281, 8036, 6669, 7029, 6335, 7874, 6370, 9214, 6775, 10747, 6733, 8621, 6668, 8631, 7665, 8223, 8487, 9274, 10668, 7262, 9487, 6539, 9496, 6362, 10520, 6938, 12120, 6859, 8452, 6927, 7574, 7949, 7068, 8632, 6893, 11402, 7173, 10423, 6274, 9827, 6351, 10853, 6408, 11381, 6946, 11267, 8585, 6492, 6806, 6658, 6860, 6587, 8686, 6439, 10767, 6457, 10641, 6417, 10505, 6428, 11131, 8063, 11550, 10758, 8370, 8936, 6773, 8345, 6962, 9555, 6505, 11591, 8001, 10716, 6411, 6872, 6479, 6956, 9210, 7102, 11303, 6366, 10592, 6677, 10701, 7814, 10884, 9135, 9401, 11695, 6866, 10846, 6947, 10230, 7295, 7758, 9203, 7404, 12040, 6632, 10939, 6837, 10912, 6708, 11710, 9539, 8593, 9364, 6591, 8953, 6610, 10072, 6482, 11734, 8948, 9502, 7950, 6674, 7602, 6419, 10369, 6604, 11581, 9168, 9639, 7999, 6522, 7343, 6562, 9795, 8911, 10584, 10374, 7363, 10078, 6501, 11347, 8279, 10661, 9602, 8317, 12619, 7587, 11664, 6447, 9424, 8111, 7158, 9049, 6638, 11070, 7079, 10770, 6539, 6830, 6568, 6575, 7550, 6848, 10747, 6637, 10497, 6599, 9828, 6914, 9321, 8387, 7184, 9650, 6827, 9605, 6806, 8432, 7669, 7491, 11530, 7242, 11029, 6184, 6880, 7469, 6356, 11115, 9132, 10333, 8323, 6616, 9161, 6181, 11202, 8689, 11121, 10507, 8156, 9017, 6514, 11496, 11582, 8485, 8759, 6670, 6268, 6499, 6342, 6590, 9455, 7546, 10583, 9894, 7661, 11307, 8246, 10363, 9927, 9194, 11800, 7442, 10770, 6434, 7367, 8437, 6324, 10962, 7379, 10868, 6424, 6376, 6896, 6000, 10226, 6431, 11897, 9967, 6520, 7503, 6223, 7986, 6290, 10826, 7409, 11894, 8176, 10256, 6317, 9501, 6453, 7956, 8490, 9749, 10547, 8382, 9256, 6164, 8659, 6444, 9877, 6846, 11227, 7423, 10828, 10118, 7269, 8720, 6420, 7424, 6247, 9440, 6931, 11594, 6844, 10484, 6121, 6740, 9324, 7014, 11794, 6293, 10863, 6602, 9657, 8722, 8416, 10078, 8857, 10725, 7850, 12552, 6387, 11111, 6728, 11030, 6721, 11140, 7315, 9935, 9326, 7125, 7461, 6232, 7404, 6134, 8272, 6610, 9793, 7458, 11589, 6800, 10158, 6760, 9765, 6918, 9876, 7871, 9809, 8975, 7107, 8146, 7249, 7958, 6082, 8295, 6347, 9311, 6950, 11678, 7036, 10762, 6424, 11270, 6840, 11254, 9432, 10666, 9718, 7231, 8244, 6292, 7774, 7213, 9853, 6638, 9794, 6089, 9014, 6669, 10647, 9299, 8787, 7875, 6170, 7749, 6295, 9037, 6488, 11498, 7101, 11321, 6270, 10038, 6569, 9505, 7000, 8491, 9421, 5994, 8075, 6430, 8692, 6252, 9554, 7393, 11138, 9547, 7059, 7533, 5988, 8354, 6243, 10207, 7165, 11674, 10792, 9173, 8861, 6494, 7847, 6428, 9693, 7334, 12432, 8671, 10615, 7149, 8236, 9041, 8345, 10882, 8907, 12401, 8794, 10398, 7194, 9753, 7002, 9320, 9099, 6279, 11411, 6074, 6307, 8099, 6324, 7435, 7407, 6444, 10256, 11605, 9569, 11729, 10601, 10643, 9761, 7924, 10468, 7936, 12353, 6609, 11159, 6947, 10951, 6673, 10493, 7651, 9356, 9194, 7567, 8106, 6132, 7786, 6490, 9056], 'WindowCenter': [3867.0, 3863.0, 3789.0, 3794.0, 3752.0, 3764.0, 3786.0, 3777.0, 3805.0, 3775.0, 3818.0, 3789.0, 3780.0, 3832.0, 3800.0, 3830.0, 3777.0, 3818.0, 3777.0, 3820.0, 3799.0, 3809.0, 3811.0, 3821.0, 3821.0, 3810.0, 3819.0, 3778.0, 3809.0, 3767.0, 3819.0, 3778.0, 3820.0, 3810.0, 3820.0, 3823.0, 3800.0, 3810.0, 3777.0, 3808.0, 3767.0, 3819.0, 3777.0, 3819.0, 3809.0, 3830.0, 3789.0, 3798.0, 3778.0, 3777.0, 3788.0, 3778.0, 3810.0, 3789.0, 3830.0, 3778.0, 3809.0, 3778.0, 3809.0, 3801.0, 3800.0, 3822.0, 3800.0, 3830.0, 3778.0, 3809.0, 3789.0, 3799.0, 3822.0, 3810.0, 3844.0, 3800.0, 3829.0, 3790.0, 3820.0, 3799.0, 3819.0, 3810.0, 3810.0, 3829.0, 3788.0, 3819.0, 3778.0, 3778.0, 3788.0, 3777.0, 3798.0, 3780.0, 3831.0, 3811.0, 3790.0, 3790.0, 3778.0, 3789.0, 3779.0, 3822.0, 3789.0, 3832.0, 3810.0, 3819.0, 3788.0, 3777.0, 3799.0, 3777.0, 3809.0, 3789.0, 3830.0, 3810.0, 3832.0, 3779.0, 3776.0, 3775.0, 3765.0, 3798.0, 3778.0, 3830.0, 3778.0, 3819.0, 3790.0, 3778.0, 3800.0, 3787.0, 3820.0, 3810.0, 3830.0, 3809.0, 3830.0, 3777.0, 3798.0, 3778.0, 3777.0, 3798.0, 3778.0, 3830.0, 3799.0, 3820.0, 3788.0, 3777.0, 3790.0, 3779.0, 3811.0, 3800.0, 3831.0, 3800.0, 3809.0, 3789.0, 3778.0, 3800.0, 3769.0, 3832.0, 3812.0, 3832.0, 3790.0, 3788.0, 3790.0, 3778.0, 3821.0, 3789.0, 3832.0, 3790.0, 3819.0, 3779.0, 3799.0, 3789.0, 3789.0, 3832.0, 3800.0, 3821.0, 3778.0, 3819.0, 3778.0, 3819.0, 3810.0, 3808.0, 3821.0, 3788.0, 3830.0, 3798.0, 3818.0, 3788.0, 3775.0, 3776.0, 3777.0, 3797.0, 3777.0, 3830.0, 3788.0, 3820.0, 3778.0, 3778.0, 3789.0, 3777.0, 3809.0, 3779.0, 3831.0, 3810.0, 3820.0, 3789.0, 3807.0, 3787.0, 3777.0, 3789.0, 3791.0, 3832.0, 3794.0, 3833.0, 3792.0, 3788.0, 3779.0, 3777.0, 3830.0, 3788.0, 3820.0, 3778.0, 3789.0, 3800.0, 3779.0, 3822.0, 3813.0, 3847.0, 3808.0, 3799.0, 3799.0, 3776.0, 3797.0, 3777.0, 3819.0, 3808.0, 3807.0, 3807.0, 3775.0, 3786.0, 3777.0, 3822.0, 3804.0, 3831.0, 3831.0, 3820.0, 3808.0, 3788.0, 3797.0, 3787.0, 3797.0, 3797.0, 3778.0, 3830.0, 3788.0, 3819.0, 3777.0, 3818.0, 3777.0, 3817.0, 3787.0, 3818.0, 3819.0, 3776.0, 3787.0, 3765.0, 3797.0, 3766.0, 3808.0, 3777.0, 3829.0, 3798.0, 3787.0, 3787.0, 3777.0, 3798.0, 3778.0, 3820.0, 3800.0, 3830.0, 3809.0, 3819.0, 3788.0, 3787.0, 3798.0, 3776.0, 3819.0, 3797.0, 3829.0, 3797.0, 3818.0, 3776.0, 3807.0, 3787.0, 3796.0, 3799.0, 3808.0, 3831.0, 3787.0, 3808.0, 3777.0, 3808.0, 3777.0, 3818.0, 3788.0, 3829.0, 3820.0, 3818.0, 3808.0, 3766.0, 3787.0, 3777.0, 3797.0, 3777.0, 3819.0, 3799.0, 3829.0, 3809.0, 3777.0, 3788.0, 3777.0, 3798.0, 3777.0, 3819.0, 3788.0, 3830.0, 3788.0, 3829.0, 3788.0, 3799.0, 3801.0, 3803.0, 3847.0, 3805.0, 3834.0, 3779.0, 3814.0, 3814.0, 3813.0, 3843.0, 3780.0, 3831.0, 3789.0, 3819.0, 3811.0, 3820.0, 3832.0, 3810.0, 3842.0, 3788.0, 3818.0, 3787.0, 3817.0, 3810.0, 3817.0, 3806.0, 3795.0, 3795.0, 3784.0, 3795.0, 3766.0, 3807.0, 3776.0, 3817.0, 3807.0, 3806.0, 3785.0, 3765.0, 3785.0, 3765.0, 3796.0, 3789.0, 3829.0, 3799.0, 3819.0, 3788.0, 3776.0, 3788.0, 3777.0, 3830.0, 3798.0, 3830.0, 3777.0, 3818.0, 3787.0, 3808.0, 3820.0, 3809.0, 3830.0, 3777.0, 3818.0, 3777.0, 3818.0, 3798.0, 3820.0, 3844.0, 3822.0, 3855.0, 3832.0, 3800.0, 3809.0, 3788.0, 3818.0, 3787.0, 3819.0, 3789.0, 3832.0, 3837.0, 3832.0, 3823.0, 3799.0, 3840.0, 3818.0, 3817.0, 3816.0, 3783.0, 3814.0, 3803.0, 3791.0, 3790.0, 3768.0, 3779.0, 3746.0, 3777.0, 3746.0, 3777.0, 3747.0, 3787.0, 3757.0, 3769.0, 3781.0, 3759.0, 3800.0, 3770.0, 3781.0, 3771.0, 3761.0, 3771.0, 3762.0, 3763.0, 3775.0, 3764.0, 3786.0, 3777.0, 3807.0, 3777.0, 3807.0, 3797.0, 3776.0, 3796.0, 3775.0, 3817.0, 3797.0, 3818.0, 3808.0, 3787.0, 3808.0, 3777.0, 3776.0, 3787.0, 3765.0, 3787.0, 3777.0, 3819.0, 3789.0, 3830.0, 3789.0, 3778.0, 3799.0, 3791.0, 3834.0, 3779.0, 3842.0, 3822.0, 3845.0, 3834.0, 3801.0, 3821.0, 3791.0, 3819.0, 3799.0, 3820.0, 3809.0, 3788.0, 3821.0, 3789.0, 3829.0, 3788.0, 3807.0, 3788.0, 3776.0, 3809.0, 3777.0, 3808.0, 3788.0, 3829.0, 3777.0, 3818.0, 3777.0, 3777.0, 3777.0, 3777.0, 3799.0, 3779.0, 3820.0, 3778.0, 3809.0, 3780.0, 3789.0, 3790.0, 3801.0, 3801.0, 3779.0, 3821.0, 3779.0, 3810.0, 3780.0, 3810.0, 3780.0, 3832.0, 3822.0, 3821.0, 3812.0, 3800.0, 3801.0, 3791.0, 3821.0, 3792.0, 3833.0, 3822.0, 3831.0, 3800.0, 3799.0, 3800.0, 3779.0, 3822.0, 3801.0, 3842.0, 3790.0, 3831.0, 3779.0, 3831.0, 3791.0, 3831.0, 3821.0, 3820.0, 3811.0, 3799.0, 3799.0, 3778.0, 3810.0, 3779.0, 3833.0, 3824.0, 3844.0, 3803.0, 3790.0, 3800.0, 3779.0, 3810.0, 3791.0, 3842.0, 3832.0, 3831.0, 3800.0, 3789.0, 3810.0, 3789.0, 3832.0, 3801.0, 3841.0, 3831.0, 3798.0, 3809.0, 3788.0, 3819.0, 3789.0, 3830.0, 3799.0, 3829.0, 3798.0, 3808.0, 3788.0, 3766.0, 3797.0, 3778.0, 3808.0, 3777.0, 3830.0, 3778.0, 3822.0, 3802.0, 3813.0, 3790.0, 3792.0, 3824.0, 3792.0, 3844.0, 3792.0, 3844.0, 3807.0, 3814.0, 3791.0, 3790.0, 3821.0, 3789.0, 3841.0, 3801.0, 3831.0, 3788.0, 3819.0, 3798.0, 3809.0, 3810.0, 3788.0, 3830.0, 3779.0, 3819.0, 3788.0, 3820.0, 3788.0, 3829.0, 3810.0, 3820.0, 3820.0, 3798.0, 3798.0, 3777.0, 3808.0, 3777.0, 3819.0, 3789.0, 3830.0, 3810.0, 3842.0, 3803.0, 3835.0, 3790.0, 3800.0, 3798.0, 3819.0, 3809.0, 3797.0, 3808.0, 3776.0, 3808.0, 3767.0, 3818.0, 3777.0, 3819.0, 3790.0, 3829.0, 3787.0, 3817.0, 3777.0, 3817.0, 3777.0, 3818.0, 3788.0, 3830.0, 3799.0, 3818.0, 3787.0, 3776.0, 3788.0, 3776.0, 3808.0, 3778.0, 3810.0, 3780.0, 3831.0, 3779.0, 3832.0, 3780.0, 3830.0, 3788.0, 3830.0, 3789.0, 3830.0, 3809.0, 3829.0, 3808.0, 3817.0, 3776.0, 3817.0, 3767.0, 3818.0, 3778.0, 3819.0, 3800.0, 3820.0, 3819.0, 3777.0, 3808.0, 3779.0, 3820.0, 3779.0, 3832.0, 3790.0, 3831.0, 3801.0, 3832.0, 3822.0, 3820.0, 3799.0, 3788.0, 3788.0, 3808.0, 3789.0, 3819.0, 3790.0, 3830.0, 3821.0, 3800.0, 3800.0, 3778.0, 3799.0, 3777.0, 3800.0, 3778.0, 3831.0, 3800.0, 3830.0, 3780.0, 3831.0, 3780.0, 3830.0, 3810.0, 3831.0, 3821.0, 3809.0, 3809.0, 3788.0, 3799.0, 3778.0, 3808.0, 3778.0, 3820.0, 3800.0, 3830.0, 3788.0, 3808.0, 3789.0, 3800.0, 3799.0, 3789.0, 3821.0, 3800.0, 3831.0, 3778.0, 3830.0, 3779.0, 3830.0, 3789.0, 3820.0, 3821.0, 3799.0, 3831.0, 3779.0, 3819.0, 3768.0, 3818.0, 3789.0, 3829.0, 3809.0, 3820.0, 3821.0, 3809.0, 3819.0, 3787.0, 3807.0, 3766.0, 3819.0, 3789.0, 3831.0, 3820.0, 3809.0, 3797.0, 3777.0, 3788.0, 3778.0, 3798.0, 3778.0, 3821.0, 3789.0, 3831.0, 3789.0, 3810.0, 3789.0, 3809.0, 3800.0, 3810.0, 3811.0, 3820.0, 3833.0, 3800.0, 3821.0, 3790.0, 3819.0, 3778.0, 3831.0, 3790.0, 3842.0, 3790.0, 3810.0, 3800.0, 3799.0, 3810.0, 3801.0, 3821.0, 3800.0, 3843.0, 3790.0, 3831.0, 3790.0, 3821.0, 3779.0, 3831.0, 3779.0, 3831.0, 3790.0, 3843.0, 3811.0, 3779.0, 3790.0, 3789.0, 3789.0, 3789.0, 3812.0, 3791.0, 3832.0, 3791.0, 3832.0, 3790.0, 3833.0, 3791.0, 3833.0, 3813.0, 3843.0, 3833.0, 3810.0, 3810.0, 3789.0, 3809.0, 3788.0, 3820.0, 3779.0, 3831.0, 3811.0, 3831.0, 3780.0, 3789.0, 3792.0, 3802.0, 3823.0, 3801.0, 3832.0, 3790.0, 3832.0, 3792.0, 3831.0, 3802.0, 3831.0, 3823.0, 3823.0, 3856.0, 3804.0, 3844.0, 3791.0, 3819.0, 3801.0, 3799.0, 3822.0, 3800.0, 3842.0, 3778.0, 3832.0, 3789.0, 3831.0, 3790.0, 3843.0, 3822.0, 3810.0, 3821.0, 3789.0, 3809.0, 3788.0, 3818.0, 3779.0, 3832.0, 3822.0, 3821.0, 3799.0, 3778.0, 3798.0, 3778.0, 3821.0, 3791.0, 3831.0, 3821.0, 3821.0, 3826.0, 3779.0, 3800.0, 3790.0, 3834.0, 3825.0, 3832.0, 3820.0, 3787.0, 3820.0, 3778.0, 3830.0, 3810.0, 3819.0, 3821.0, 3798.0, 3830.0, 3787.0, 3827.0, 3776.0, 3807.0, 3797.0, 3776.0, 3808.0, 3777.0, 3828.0, 3787.0, 3817.0, 3777.0, 3777.0, 3777.0, 3777.0, 3799.0, 3789.0, 3831.0, 3778.0, 3819.0, 3789.0, 3821.0, 3832.0, 3837.0, 3813.0, 3791.0, 3821.0, 3791.0, 3822.0, 3792.0, 3812.0, 3813.0, 3802.0, 3844.0, 3817.0, 3832.0, 3766.0, 3787.0, 3799.0, 3791.0, 3844.0, 3824.0, 3833.0, 3812.0, 3790.0, 3822.0, 3781.0, 3843.0, 3823.0, 3832.0, 3831.0, 3813.0, 3824.0, 3778.0, 3859.0, 3846.0, 3826.0, 3786.0, 3779.0, 3793.0, 3792.0, 3791.0, 3791.0, 3835.0, 3817.0, 3844.0, 3833.0, 3811.0, 3831.0, 3811.0, 3821.0, 3822.0, 3821.0, 3830.0, 3788.0, 3817.0, 3776.0, 3785.0, 3797.0, 3777.0, 3830.0, 3789.0, 3818.0, 3776.0, 3776.0, 3787.0, 3768.0, 3820.0, 3780.0, 3830.0, 3820.0, 3777.0, 3788.0, 3767.0, 3799.0, 3780.0, 3832.0, 3802.0, 3831.0, 3811.0, 3820.0, 3778.0, 3820.0, 3777.0, 3799.0, 3811.0, 3822.0, 3833.0, 3798.0, 3810.0, 3768.0, 3808.0, 3778.0, 3820.0, 3789.0, 3830.0, 3800.0, 3832.0, 3831.0, 3799.0, 3812.0, 3779.0, 3801.0, 3779.0, 3824.0, 3792.0, 3833.0, 3790.0, 3832.0, 3779.0, 3789.0, 3823.0, 3790.0, 3833.0, 3781.0, 3832.0, 3793.0, 3824.0, 3824.0, 3811.0, 3823.0, 3812.0, 3832.0, 3801.0, 3830.0, 3778.0, 3818.0, 3778.0, 3818.0, 3778.0, 3820.0, 3789.0, 3822.0, 3808.0, 3778.0, 3787.0, 3768.0, 3788.0, 3767.0, 3799.0, 3780.0, 3822.0, 3791.0, 3831.0, 3778.0, 3821.0, 3778.0, 3819.0, 3790.0, 3819.0, 3800.0, 3821.0, 3811.0, 3789.0, 3800.0, 3788.0, 3799.0, 3768.0, 3799.0, 3779.0, 3822.0, 3791.0, 3832.0, 3790.0, 3821.0, 3779.0, 3831.0, 3792.0, 3832.0, 3821.0, 3821.0, 3821.0, 3789.0, 3800.0, 3778.0, 3800.0, 3802.0, 3821.0, 3779.0, 3820.0, 3767.0, 3809.0, 3791.0, 3831.0, 3822.0, 3811.0, 3801.0, 3769.0, 3800.0, 3778.0, 3810.0, 3779.0, 3833.0, 3791.0, 3830.0, 3780.0, 3820.0, 3780.0, 3821.0, 3792.0, 3812.0, 3822.0, 3769.0, 3799.0, 3780.0, 3812.0, 3779.0, 3822.0, 3803.0, 3834.0, 3823.0, 3802.0, 3802.0, 3782.0, 3825.0, 3792.0, 3833.0, 3791.0, 3844.0, 3847.0, 3836.0, 3824.0, 3793.0, 3812.0, 3780.0, 3821.0, 3800.0, 3843.0, 3810.0, 3831.0, 3790.0, 3809.0, 3810.0, 3810.0, 3831.0, 3812.0, 3831.0, 3810.0, 3821.0, 3806.0, 3877.0, 3804.0, 3809.0, 3793.0, 3764.0, 3818.0, 3779.0, 3790.0, 3824.0, 3792.0, 3814.0, 3812.0, 3792.0, 3835.0, 3845.0, 3834.0, 3844.0, 3834.0, 3821.0, 3820.0, 3798.0, 3821.0, 3797.0, 3829.0, 3776.0, 3817.0, 3787.0, 3818.0, 3777.0, 3819.0, 3786.0, 3809.0, 3810.0, 3798.0, 3797.0, 3765.0, 3798.0, 3791.0, 3823.0], 'WindowWidth': [8662.0, 8647.0, 8519.0, 8518.0, 8459.0, 8473.0, 8506.0, 8495.0, 8533.0, 8494.0, 8559.0, 8522.0, 8514.0, 8586.0, 8540.0, 8578.0, 8502.0, 8558.0, 8502.0, 8562.0, 8536.0, 8549.0, 8553.0, 8568.0, 8570.0, 8550.0, 8561.0, 8507.0, 8545.0, 8491.0, 8562.0, 8506.0, 8563.0, 8550.0, 8564.0, 8572.0, 8538.0, 8549.0, 8505.0, 8545.0, 8491.0, 8560.0, 8504.0, 8562.0, 8549.0, 8577.0, 8520.0, 8532.0, 8506.0, 8503.0, 8518.0, 8506.0, 8552.0, 8523.0, 8578.0, 8507.0, 8548.0, 8508.0, 8548.0, 8540.0, 8538.0, 8570.0, 8538.0, 8579.0, 8508.0, 8549.0, 8522.0, 8535.0, 8569.0, 8552.0, 8602.0, 8539.0, 8576.0, 8524.0, 8565.0, 8535.0, 8562.0, 8551.0, 8550.0, 8576.0, 8518.0, 8560.0, 8506.0, 8506.0, 8519.0, 8505.0, 8533.0, 8513.0, 8582.0, 8554.0, 8525.0, 8527.0, 8509.0, 8525.0, 8509.0, 8569.0, 8525.0, 8584.0, 8552.0, 8562.0, 8520.0, 8504.0, 8535.0, 8503.0, 8547.0, 8521.0, 8577.0, 8551.0, 8584.0, 8509.0, 8500.0, 8500.0, 8485.0, 8532.0, 8508.0, 8577.0, 8508.0, 8563.0, 8524.0, 8507.0, 8539.0, 8518.0, 8565.0, 8551.0, 8579.0, 8548.0, 8577.0, 8504.0, 8531.0, 8505.0, 8503.0, 8532.0, 8507.0, 8578.0, 8536.0, 8564.0, 8520.0, 8505.0, 8524.0, 8508.0, 8554.0, 8540.0, 8581.0, 8537.0, 8548.0, 8522.0, 8507.0, 8538.0, 8498.0, 8584.0, 8557.0, 8583.0, 8526.0, 8521.0, 8524.0, 8507.0, 8567.0, 8523.0, 8583.0, 8524.0, 8562.0, 8509.0, 8534.0, 8523.0, 8523.0, 8583.0, 8537.0, 8566.0, 8506.0, 8561.0, 8507.0, 8561.0, 8550.0, 8546.0, 8567.0, 8520.0, 8579.0, 8533.0, 8559.0, 8518.0, 8498.0, 8501.0, 8502.0, 8530.0, 8504.0, 8577.0, 8520.0, 8563.0, 8506.0, 8506.0, 8522.0, 8503.0, 8548.0, 8510.0, 8581.0, 8551.0, 8564.0, 8521.0, 8542.0, 8518.0, 8503.0, 8522.0, 8531.0, 8586.0, 8522.0, 8590.0, 8532.0, 8520.0, 8509.0, 8505.0, 8579.0, 8521.0, 8565.0, 8509.0, 8524.0, 8539.0, 8511.0, 8571.0, 8563.0, 8613.0, 8542.0, 8535.0, 8537.0, 8501.0, 8530.0, 8506.0, 8562.0, 8549.0, 8544.0, 8542.0, 8500.0, 8513.0, 8505.0, 8573.0, 8554.0, 8584.0, 8584.0, 8565.0, 8549.0, 8522.0, 8532.0, 8520.0, 8530.0, 8532.0, 8508.0, 8579.0, 8521.0, 8562.0, 8504.0, 8560.0, 8505.0, 8558.0, 8520.0, 8559.0, 8562.0, 8501.0, 8516.0, 8485.0, 8531.0, 8489.0, 8545.0, 8506.0, 8575.0, 8533.0, 8517.0, 8520.0, 8505.0, 8535.0, 8508.0, 8567.0, 8540.0, 8581.0, 8552.0, 8562.0, 8521.0, 8517.0, 8533.0, 8502.0, 8564.0, 8532.0, 8577.0, 8532.0, 8560.0, 8502.0, 8543.0, 8517.0, 8529.0, 8536.0, 8548.0, 8580.0, 8518.0, 8545.0, 8506.0, 8546.0, 8506.0, 8561.0, 8520.0, 8577.0, 8565.0, 8561.0, 8546.0, 8487.0, 8518.0, 8504.0, 8530.0, 8505.0, 8562.0, 8539.0, 8577.0, 8550.0, 8506.0, 8520.0, 8504.0, 8535.0, 8506.0, 8564.0, 8523.0, 8580.0, 8522.0, 8577.0, 8522.0, 8537.0, 8546.0, 8553.0, 8615.0, 8558.0, 8591.0, 8510.0, 8566.0, 8564.0, 8565.0, 8602.0, 8516.0, 8583.0, 8525.0, 8564.0, 8555.0, 8567.0, 8586.0, 8552.0, 8598.0, 8522.0, 8560.0, 8516.0, 8557.0, 8549.0, 8555.0, 8541.0, 8523.0, 8524.0, 8509.0, 8523.0, 8488.0, 8543.0, 8501.0, 8556.0, 8543.0, 8540.0, 8513.0, 8485.0, 8513.0, 8486.0, 8529.0, 8524.0, 8577.0, 8538.0, 8563.0, 8520.0, 8504.0, 8521.0, 8507.0, 8579.0, 8534.0, 8578.0, 8505.0, 8559.0, 8519.0, 8549.0, 8566.0, 8550.0, 8578.0, 8506.0, 8560.0, 8505.0, 8558.0, 8534.0, 8568.0, 8608.0, 8574.0, 8624.0, 8586.0, 8543.0, 8552.0, 8523.0, 8562.0, 8520.0, 8563.0, 8523.0, 8586.0, 8604.0, 8588.0, 8576.0, 8540.0, 8594.0, 8562.0, 8556.0, 8553.0, 8504.0, 8545.0, 8530.0, 8509.0, 8507.0, 8475.0, 8490.0, 8444.0, 8485.0, 8443.0, 8483.0, 8445.0, 8498.0, 8460.0, 8481.0, 8499.0, 8466.0, 8522.0, 8482.0, 8498.0, 8486.0, 8474.0, 8488.0, 8478.0, 8479.0, 8500.0, 8484.0, 8515.0, 8504.0, 8545.0, 8507.0, 8545.0, 8532.0, 8500.0, 8527.0, 8499.0, 8556.0, 8531.0, 8558.0, 8548.0, 8518.0, 8546.0, 8505.0, 8502.0, 8517.0, 8487.0, 8517.0, 8505.0, 8564.0, 8524.0, 8580.0, 8524.0, 8508.0, 8537.0, 8534.0, 8592.0, 8513.0, 8597.0, 8573.0, 8609.0, 8595.0, 8546.0, 8571.0, 8531.0, 8564.0, 8538.0, 8567.0, 8552.0, 8520.0, 8568.0, 8523.0, 8576.0, 8521.0, 8545.0, 8520.0, 8502.0, 8550.0, 8505.0, 8548.0, 8521.0, 8578.0, 8505.0, 8560.0, 8506.0, 8506.0, 8508.0, 8505.0, 8538.0, 8513.0, 8567.0, 8511.0, 8552.0, 8514.0, 8524.0, 8527.0, 8543.0, 8544.0, 8514.0, 8570.0, 8512.0, 8553.0, 8513.0, 8553.0, 8515.0, 8587.0, 8574.0, 8571.0, 8561.0, 8542.0, 8543.0, 8531.0, 8570.0, 8533.0, 8588.0, 8574.0, 8583.0, 8541.0, 8538.0, 8540.0, 8511.0, 8572.0, 8544.0, 8599.0, 8528.0, 8581.0, 8511.0, 8582.0, 8530.0, 8582.0, 8570.0, 8566.0, 8556.0, 8538.0, 8537.0, 8511.0, 8553.0, 8514.0, 8591.0, 8579.0, 8607.0, 8551.0, 8529.0, 8543.0, 8513.0, 8555.0, 8531.0, 8601.0, 8587.0, 8582.0, 8542.0, 8524.0, 8552.0, 8525.0, 8585.0, 8544.0, 8597.0, 8582.0, 8535.0, 8550.0, 8522.0, 8564.0, 8525.0, 8579.0, 8539.0, 8577.0, 8534.0, 8546.0, 8521.0, 8488.0, 8532.0, 8507.0, 8548.0, 8506.0, 8579.0, 8508.0, 8575.0, 8549.0, 8563.0, 8530.0, 8534.0, 8581.0, 8534.0, 8604.0, 8536.0, 8605.0, 8563.0, 8570.0, 8532.0, 8528.0, 8569.0, 8526.0, 8596.0, 8546.0, 8583.0, 8523.0, 8563.0, 8536.0, 8549.0, 8554.0, 8523.0, 8579.0, 8512.0, 8565.0, 8523.0, 8565.0, 8521.0, 8577.0, 8552.0, 8565.0, 8568.0, 8534.0, 8536.0, 8508.0, 8549.0, 8508.0, 8564.0, 8526.0, 8581.0, 8554.0, 8599.0, 8553.0, 8596.0, 8529.0, 8541.0, 8536.0, 8564.0, 8549.0, 8531.0, 8545.0, 8502.0, 8546.0, 8492.0, 8560.0, 8507.0, 8563.0, 8527.0, 8576.0, 8518.0, 8558.0, 8505.0, 8557.0, 8505.0, 8560.0, 8521.0, 8579.0, 8537.0, 8560.0, 8519.0, 8503.0, 8521.0, 8504.0, 8549.0, 8508.0, 8553.0, 8516.0, 8582.0, 8513.0, 8586.0, 8515.0, 8580.0, 8522.0, 8579.0, 8525.0, 8580.0, 8552.0, 8577.0, 8547.0, 8557.0, 8502.0, 8557.0, 8491.0, 8561.0, 8508.0, 8563.0, 8540.0, 8566.0, 8564.0, 8506.0, 8548.0, 8511.0, 8567.0, 8512.0, 8585.0, 8528.0, 8583.0, 8544.0, 8587.0, 8572.0, 8565.0, 8537.0, 8521.0, 8522.0, 8548.0, 8524.0, 8563.0, 8527.0, 8581.0, 8570.0, 8540.0, 8541.0, 8510.0, 8537.0, 8507.0, 8540.0, 8511.0, 8582.0, 8541.0, 8581.0, 8515.0, 8584.0, 8516.0, 8580.0, 8555.0, 8584.0, 8571.0, 8549.0, 8549.0, 8520.0, 8535.0, 8508.0, 8549.0, 8511.0, 8567.0, 8541.0, 8579.0, 8523.0, 8548.0, 8526.0, 8540.0, 8540.0, 8524.0, 8569.0, 8540.0, 8582.0, 8509.0, 8578.0, 8512.0, 8578.0, 8525.0, 8567.0, 8570.0, 8538.0, 8581.0, 8510.0, 8563.0, 8495.0, 8562.0, 8524.0, 8575.0, 8549.0, 8565.0, 8569.0, 8548.0, 8562.0, 8519.0, 8544.0, 8489.0, 8563.0, 8525.0, 8584.0, 8568.0, 8549.0, 8532.0, 8506.0, 8520.0, 8508.0, 8534.0, 8511.0, 8570.0, 8528.0, 8583.0, 8526.0, 8554.0, 8527.0, 8553.0, 8542.0, 8553.0, 8558.0, 8568.0, 8588.0, 8542.0, 8570.0, 8529.0, 8564.0, 8512.0, 8584.0, 8529.0, 8598.0, 8529.0, 8554.0, 8541.0, 8539.0, 8556.0, 8544.0, 8572.0, 8544.0, 8603.0, 8529.0, 8584.0, 8528.0, 8568.0, 8513.0, 8583.0, 8513.0, 8583.0, 8529.0, 8602.0, 8558.0, 8514.0, 8529.0, 8526.0, 8527.0, 8526.0, 8559.0, 8532.0, 8587.0, 8532.0, 8587.0, 8529.0, 8588.0, 8531.0, 8589.0, 8565.0, 8602.0, 8590.0, 8556.0, 8556.0, 8524.0, 8552.0, 8524.0, 8568.0, 8514.0, 8583.0, 8558.0, 8582.0, 8514.0, 8525.0, 8534.0, 8547.0, 8576.0, 8545.0, 8587.0, 8529.0, 8586.0, 8533.0, 8584.0, 8547.0, 8584.0, 8576.0, 8578.0, 8628.0, 8557.0, 8606.0, 8531.0, 8565.0, 8544.0, 8539.0, 8570.0, 8541.0, 8597.0, 8510.0, 8583.0, 8526.0, 8582.0, 8529.0, 8600.0, 8574.0, 8552.0, 8569.0, 8525.0, 8550.0, 8523.0, 8562.0, 8514.0, 8585.0, 8572.0, 8568.0, 8537.0, 8510.0, 8536.0, 8509.0, 8568.0, 8531.0, 8585.0, 8571.0, 8570.0, 8587.0, 8512.0, 8542.0, 8528.0, 8592.0, 8583.0, 8587.0, 8566.0, 8520.0, 8565.0, 8509.0, 8578.0, 8552.0, 8564.0, 8568.0, 8535.0, 8580.0, 8517.0, 8571.0, 8503.0, 8544.0, 8530.0, 8501.0, 8545.0, 8504.0, 8573.0, 8517.0, 8558.0, 8506.0, 8505.0, 8506.0, 8505.0, 8538.0, 8524.0, 8582.0, 8508.0, 8563.0, 8524.0, 8571.0, 8606.0, 8601.0, 8562.0, 8529.0, 8566.0, 8529.0, 8569.0, 8534.0, 8561.0, 8563.0, 8546.0, 8604.0, 8576.0, 8584.0, 8490.0, 8520.0, 8538.0, 8533.0, 8607.0, 8580.0, 8589.0, 8562.0, 8529.0, 8572.0, 8519.0, 8603.0, 8576.0, 8586.0, 8584.0, 8565.0, 8582.0, 8509.0, 8635.0, 8613.0, 8583.0, 8508.0, 8510.0, 8538.0, 8536.0, 8533.0, 8532.0, 8595.0, 8575.0, 8606.0, 8589.0, 8559.0, 8584.0, 8556.0, 8570.0, 8573.0, 8569.0, 8580.0, 8520.0, 8556.0, 8503.0, 8511.0, 8529.0, 8506.0, 8578.0, 8522.0, 8559.0, 8503.0, 8502.0, 8518.0, 8494.0, 8566.0, 8514.0, 8579.0, 8563.0, 8504.0, 8520.0, 8493.0, 8537.0, 8515.0, 8585.0, 8546.0, 8584.0, 8554.0, 8565.0, 8509.0, 8566.0, 8506.0, 8536.0, 8553.0, 8571.0, 8586.0, 8534.0, 8550.0, 8492.0, 8545.0, 8509.0, 8565.0, 8523.0, 8579.0, 8540.0, 8586.0, 8583.0, 8537.0, 8557.0, 8510.0, 8540.0, 8512.0, 8576.0, 8533.0, 8588.0, 8527.0, 8583.0, 8513.0, 8525.0, 8575.0, 8529.0, 8587.0, 8515.0, 8585.0, 8533.0, 8576.0, 8579.0, 8556.0, 8575.0, 8557.0, 8584.0, 8541.0, 8580.0, 8506.0, 8560.0, 8507.0, 8560.0, 8507.0, 8563.0, 8524.0, 8568.0, 8547.0, 8505.0, 8517.0, 8491.0, 8518.0, 8492.0, 8534.0, 8513.0, 8569.0, 8528.0, 8579.0, 8507.0, 8565.0, 8506.0, 8561.0, 8525.0, 8561.0, 8538.0, 8566.0, 8553.0, 8522.0, 8538.0, 8519.0, 8536.0, 8495.0, 8534.0, 8511.0, 8570.0, 8529.0, 8582.0, 8524.0, 8566.0, 8510.0, 8580.0, 8529.0, 8585.0, 8569.0, 8567.0, 8568.0, 8521.0, 8538.0, 8507.0, 8539.0, 8543.0, 8567.0, 8510.0, 8565.0, 8492.0, 8550.0, 8529.0, 8582.0, 8570.0, 8553.0, 8540.0, 8497.0, 8539.0, 8508.0, 8553.0, 8512.0, 8585.0, 8527.0, 8578.0, 8513.0, 8565.0, 8514.0, 8568.0, 8531.0, 8557.0, 8570.0, 8497.0, 8537.0, 8514.0, 8558.0, 8513.0, 8572.0, 8548.0, 8589.0, 8573.0, 8546.0, 8546.0, 8519.0, 8580.0, 8533.0, 8587.0, 8531.0, 8603.0, 8614.0, 8597.0, 8579.0, 8536.0, 8560.0, 8514.0, 8570.0, 8541.0, 8602.0, 8553.0, 8581.0, 8526.0, 8550.0, 8552.0, 8552.0, 8583.0, 8556.0, 8582.0, 8552.0, 8566.0, 8558.0, 8676.0, 8554.0, 8549.0, 8514.0, 8481.0, 8557.0, 8511.0, 8530.0, 8579.0, 8535.0, 8567.0, 8562.0, 8535.0, 8594.0, 8609.0, 8591.0, 8603.0, 8590.0, 8569.0, 8564.0, 8532.0, 8567.0, 8532.0, 8574.0, 8501.0, 8557.0, 8516.0, 8557.0, 8504.0, 8560.0, 8514.0, 8546.0, 8550.0, 8532.0, 8528.0, 8487.0, 8532.0, 8532.0, 8577.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.0048709038142620235</td></tr>
<tr><td colspan=3>aqi</td><td>0.05326492761194031</td></tr>
<tr><td colspan=3>dummy_trs</td><td>3</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>36.539090526174284</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1261040138921161</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.015141266356846</td></tr>
<tr><td colspan=3>efc</td><td>0.4651</td></tr>
<tr><td colspan=3>fber</td><td>3942.5122</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.12854733503641128</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>132</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>10.945273631840797</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.7073905726105565</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.6965363902550172</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.8603761136215007</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.565259213955151</td></tr>
<tr><td colspan=3>gcor</td><td>0.00553922</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.004055019933730364</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.014114907011389732</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1206</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>3.882974029214706</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>33.3641</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>48.8816</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>152.6205</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>52.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>304915.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>662.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>285.1891</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.1974</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>436.0939</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3032.0142</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3257.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>71629.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>935.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>3921.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>838.7842</td></tr>
<tr><td colspan=3>tsnr</td><td>29.621037712786347</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>