<?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-0101_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-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0101/figures/sub-0101_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-0101/figures/sub-0101_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0101/figures/sub-0101_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-0101/ses-01/func/sub-0101_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>487a8275dd8c43b9238478d6f4d0c584</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>13:56:18.215000</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.998344, 0.0426866, 0.0385756, -0.0357352, 0.985525, -0.165718]</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.131149</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>38</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4246, -7758, -7249, 43, -193, -92, -69, 56]</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.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875, 0, 0.25, 0.0625, 0.3125, 0.125, 0.3775, 0.1875]</td></tr>
<tr><td colspan=2>SoftwareVersions</td><td>syngo MR E11</td></tr>
<tr><td colspan=2>SpacingBetweenSlices</td><td>2.7</td></tr>
<tr><td colspan=2>StationName</td><td>AWP66112</td></tr>
<tr><td colspan=2>TaskName</td><td>alignvideo</td></tr>
<tr><td colspan=2>TotalReadoutTime</td><td>0.03969</td></tr>
<tr><td colspan=2>TxRefAmp</td><td>318.564</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>b4b3f68a-69c9-42af-a6c9-187475f79733||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.6784827709198, -0.09587494283914566, 0.1217462420463562, 115.01140594482422], [-0.11452493816614151, 2.6440927982330322, -0.4429764449596405, -76.03337860107422], [0.10349556058645248, 0.44461026787757874, 2.6606295108795166, -104.9607925415039], [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': ['135618.215000', '135618.675000', '135619.135000', '135619.595000', '135620.055000', '135620.515000', '135620.975000', '135621.435000', '135621.895000', '135622.355000', '135622.815000', '135623.275000', '135623.735000', '135624.195000', '135624.655000', '135625.115000', '135625.575000', '135626.035000', '135626.495000', '135626.955000', '135627.415000', '135627.875000', '135628.335000', '135628.795000', '135629.255000', '135629.715000', '135630.175000', '135630.635000', '135631.095000', '135631.555000', '135632.015000', '135632.475000', '135632.935000', '135633.395000', '135633.855000', '135634.315000', '135634.775000', '135635.235000', '135635.695000', '135636.155000', '135636.615000', '135637.075000', '135637.535000', '135637.995000', '135638.455000', '135638.915000', '135639.375000', '135639.835000', '135640.295000', '135640.755000', '135641.215000', '135641.675000', '135642.135000', '135642.595000', '135643.055000', '135643.515000', '135643.975000', '135644.435000', '135644.895000', '135645.355000', '135645.815000', '135646.275000', '135646.735000', '135647.195000', '135647.655000', '135648.115000', '135648.575000', '135649.035000', '135649.495000', '135649.955000', '135650.415000', '135650.875000', '135651.335000', '135651.795000', '135652.255000', '135652.715000', '135653.175000', '135653.635000', '135654.095000', '135654.555000', '135655.015000', '135655.475000', '135655.935000', '135656.395000', '135656.855000', '135657.315000', '135657.775000', '135658.235000', '135658.695000', '135659.155000', '135659.615000', '135700.075000', '135700.535000', '135700.995000', '135701.455000', '135701.915000', '135702.375000', '135702.835000', '135703.295000', '135703.755000', '135704.215000', '135704.675000', '135705.135000', '135705.595000', '135706.055000', '135706.515000', '135706.975000', '135707.435000', '135707.895000', '135708.355000', '135708.815000', '135709.275000', '135709.735000', '135710.195000', '135710.655000', '135711.115000', '135711.575000', '135712.035000', '135712.495000', '135712.955000', '135713.415000', '135713.875000', '135714.335000', '135714.795000', '135715.255000', '135715.715000', '135716.175000', '135716.635000', '135717.095000', '135717.555000', '135718.015000', '135718.475000', '135718.935000', '135719.395000', '135719.855000', '135720.315000', '135720.775000', '135721.235000', '135721.695000', '135722.155000', '135722.615000', '135723.075000', '135723.535000', '135723.995000', '135724.455000', '135724.915000', '135725.375000', '135725.835000', '135726.295000', '135726.755000', '135727.215000', '135727.675000', '135728.135000', '135728.595000', '135729.055000', '135729.515000', '135729.975000', '135730.435000', '135730.895000', '135731.355000', '135731.815000', '135732.275000', '135732.735000', '135733.195000', '135733.655000', '135734.115000', '135734.575000', '135735.035000', '135735.495000', '135735.955000', '135736.415000', '135736.875000', '135737.335000', '135737.795000', '135738.255000', '135738.715000', '135739.175000', '135739.635000', '135740.095000', '135740.555000', '135741.015000', '135741.475000', '135741.935000', '135742.395000', '135742.855000', '135743.315000', '135743.775000', '135744.235000', '135744.695000', '135745.155000', '135745.615000', '135746.075000', '135746.535000', '135746.995000', '135747.455000', '135747.915000', '135748.375000', '135748.835000', '135749.295000', '135749.755000', '135750.215000', '135750.675000', '135751.135000', '135751.595000', '135752.055000', '135752.515000', '135752.975000', '135753.435000', '135753.895000', '135754.355000', '135754.815000', '135755.275000', '135755.735000', '135756.195000', '135756.655000', '135757.115000', '135757.575000', '135758.035000', '135758.495000', '135758.955000', '135759.415000', '135759.875000', '135800.335000', '135800.795000', '135801.255000', '135801.715000', '135802.175000', '135802.635000', '135803.095000', '135803.555000', '135804.015000', '135804.475000', '135804.935000', '135805.395000', '135805.855000', '135806.315000', '135806.775000', '135807.235000', '135807.695000', '135808.155000', '135808.615000', '135809.075000', '135809.535000', '135809.995000', '135810.455000', '135810.915000', '135811.375000', '135811.835000', '135812.295000', '135812.755000', '135813.215000', '135813.675000', '135814.135000', '135814.595000', '135815.055000', '135815.515000', '135815.975000', '135816.435000', '135816.895000', '135817.355000', '135817.815000', '135818.275000', '135818.735000', '135819.195000', '135819.655000', '135820.115000', '135820.575000', '135821.035000', '135821.495000', '135821.955000', '135822.415000', '135822.875000', '135823.335000', '135823.795000', '135824.255000', '135824.715000', '135825.175000', '135825.635000', '135826.095000', '135826.555000', '135827.015000', '135827.475000', '135827.935000', '135828.395000', '135828.855000', '135829.315000', '135829.775000', '135830.235000', '135830.695000', '135831.155000', '135831.615000', '135832.075000', '135832.535000', '135832.995000', '135833.455000', '135833.915000', '135834.375000', '135834.835000', '135835.295000', '135835.755000', '135836.215000', '135836.675000', '135837.135000', '135837.595000', '135838.055000', '135838.515000', '135838.975000', '135839.435000', '135839.895000', '135840.355000', '135840.815000', '135841.275000', '135841.735000', '135842.195000', '135842.655000', '135843.115000', '135843.575000', '135844.035000', '135844.495000', '135844.955000', '135845.415000', '135845.875000', '135846.335000', '135846.795000', '135847.255000', '135847.715000', '135848.175000', '135848.635000', '135849.095000', '135849.555000', '135850.015000', '135850.475000', '135850.935000', '135851.395000', '135851.855000', '135852.315000', '135852.775000', '135853.235000', '135853.695000', '135854.155000', '135854.615000', '135855.075000', '135855.535000', '135855.995000', '135856.455000', '135856.915000', '135857.375000', '135857.835000', '135858.295000', '135858.755000', '135859.215000', '135859.675000', '135900.135000', '135900.595000', '135901.055000', '135901.515000', '135901.975000', '135902.435000', '135902.895000', '135903.355000', '135903.815000', '135904.275000', '135904.735000', '135905.195000', '135905.655000', '135906.115000', '135906.575000', '135907.035000', '135907.495000', '135907.955000', '135908.415000', '135908.875000', '135909.335000', '135909.795000', '135910.255000', '135910.715000', '135911.175000', '135911.635000', '135912.095000', '135912.555000', '135913.015000', '135913.475000', '135913.935000', '135914.395000', '135914.855000', '135915.315000', '135915.775000', '135916.235000', '135916.695000', '135917.155000', '135917.615000', '135918.075000', '135918.535000', '135918.995000', '135919.455000', '135919.915000', '135920.375000', '135920.835000', '135921.295000', '135921.755000', '135922.215000', '135922.675000', '135923.135000', '135923.595000', '135924.055000', '135924.515000', '135924.975000', '135925.435000', '135925.895000', '135926.355000', '135926.815000', '135927.275000', '135927.735000', '135928.195000', '135928.655000', '135929.115000', '135929.575000', '135930.035000', '135930.495000', '135930.955000', '135931.415000', '135931.875000', '135932.335000', '135932.795000', '135933.255000', '135933.715000', '135934.175000', '135934.635000', '135935.095000', '135935.555000', '135936.015000', '135936.475000', '135936.935000', '135937.395000', '135937.855000', '135938.315000', '135938.775000', '135939.235000', '135939.695000', '135940.155000', '135940.615000', '135941.075000', '135941.535000', '135941.995000', '135942.455000', '135942.915000', '135943.375000', '135943.835000', '135944.295000', '135944.755000', '135945.215000', '135945.675000', '135946.135000', '135946.595000', '135947.055000', '135947.515000', '135947.975000', '135948.435000', '135948.895000', '135949.355000', '135949.815000', '135950.275000', '135950.735000', '135951.195000', '135951.655000', '135952.115000', '135952.575000', '135953.035000', '135953.495000', '135953.955000', '135954.415000', '135954.875000', '135955.335000', '135955.795000', '135956.255000', '135956.715000', '135957.175000', '135957.635000', '135958.095000', '135958.555000', '135959.015000', '135959.475000', '135959.935000', '140000.395000', '140000.855000', '140001.315000', '140001.775000', '140002.235000', '140002.695000', '140003.155000', '140003.615000', '140004.075000', '140004.535000', '140004.995000', '140005.455000', '140005.915000', '140006.375000', '140006.835000', '140007.295000', '140007.755000', '140008.215000', '140008.675000', '140009.135000', '140009.595000', '140010.055000', '140010.515000', '140010.975000', '140011.435000', '140011.895000', '140012.355000', '140012.815000', '140013.275000', '140013.735000', '140014.195000', '140014.655000', '140015.115000', '140015.575000', '140016.035000', '140016.495000', '140016.955000', '140017.415000', '140017.875000', '140018.335000', '140018.795000', '140019.255000', '140019.715000', '140020.175000', '140020.635000', '140021.095000', '140021.555000', '140022.015000', '140022.475000', '140022.935000', '140023.395000', '140023.855000', '140024.315000', '140024.775000', '140025.235000', '140025.695000', '140026.155000', '140026.615000', '140027.075000', '140027.535000', '140027.995000', '140028.455000', '140028.915000', '140029.375000', '140029.835000', '140030.295000', '140030.755000', '140031.215000', '140031.675000', '140032.135000', '140032.595000', '140033.055000', '140033.515000', '140033.975000', '140034.435000', '140034.895000', '140035.355000', '140035.815000', '140036.275000', '140036.735000', '140037.195000', '140037.655000', '140038.115000', '140038.575000', '140039.035000', '140039.495000', '140039.955000', '140040.415000', '140040.875000', '140041.335000', '140041.795000', '140042.255000', '140042.715000', '140043.175000', '140043.635000', '140044.095000', '140044.555000', '140045.015000', '140045.475000', '140045.935000', '140046.395000', '140046.855000', '140047.315000', '140047.775000', '140048.235000', '140048.695000', '140049.155000', '140049.615000', '140050.075000', '140050.535000', '140050.995000', '140051.455000', '140051.915000', '140052.375000', '140052.835000', '140053.295000', '140053.755000', '140054.215000', '140054.675000', '140055.135000', '140055.595000', '140056.055000', '140056.515000', '140056.975000', '140057.435000', '140057.895000', '140058.355000', '140058.815000', '140059.275000', '140059.735000', '140100.195000', '140100.655000', '140101.115000', '140101.575000', '140102.035000', '140102.495000', '140102.955000', '140103.415000', '140103.875000', '140104.335000', '140104.795000', '140105.255000', '140105.715000', '140106.175000', '140106.635000', '140107.095000', '140107.555000', '140108.015000', '140108.475000', '140108.935000', '140109.395000', '140109.855000', '140110.315000', '140110.775000', '140111.235000', '140111.695000', '140112.155000', '140112.615000', '140113.075000', '140113.535000', '140113.995000', '140114.455000', '140114.915000', '140115.375000', '140115.835000', '140116.295000', '140116.755000', '140117.215000', '140117.675000', '140118.135000', '140118.595000', '140119.055000', '140119.515000', '140119.975000', '140120.435000', '140120.895000', '140121.355000', '140121.815000', '140122.275000', '140122.735000', '140123.195000', '140123.655000', '140124.115000', '140124.575000', '140125.035000', '140125.495000', '140125.955000', '140126.415000', '140126.875000', '140127.335000', '140127.795000', '140128.255000', '140128.715000', '140129.175000', '140129.635000', '140130.095000', '140130.555000', '140131.015000', '140131.475000', '140131.935000', '140132.395000', '140132.855000', '140133.315000', '140133.775000', '140134.235000', '140134.695000', '140135.155000', '140135.615000', '140136.075000', '140136.535000', '140136.995000', '140137.455000', '140137.915000', '140138.375000', '140138.835000', '140139.295000', '140139.755000', '140140.215000', '140140.675000', '140141.135000', '140141.595000', '140142.055000', '140142.515000', '140142.975000', '140143.435000', '140143.895000', '140144.355000', '140144.815000', '140145.275000', '140145.735000', '140146.195000', '140146.655000', '140147.115000', '140147.575000', '140148.035000', '140148.495000', '140148.955000', '140149.415000', '140149.875000', '140150.335000', '140150.795000', '140151.255000', '140151.715000', '140152.175000', '140152.635000', '140153.095000', '140153.555000', '140154.015000', '140154.475000', '140154.935000', '140155.395000', '140155.855000', '140156.315000', '140156.775000', '140157.235000', '140157.695000', '140158.155000', '140158.615000', '140159.075000', '140159.535000', '140159.995000', '140200.455000', '140200.915000', '140201.375000', '140201.835000', '140202.295000', '140202.755000', '140203.215000', '140203.675000', '140204.135000', '140204.595000', '140205.055000', '140205.515000', '140205.975000', '140206.435000', '140206.895000', '140207.355000', '140207.815000', '140208.275000', '140208.735000', '140209.195000', '140209.655000', '140210.115000', '140210.575000', '140211.035000', '140211.495000', '140211.955000', '140212.415000', '140212.875000', '140213.335000', '140213.795000', '140214.255000', '140214.715000', '140215.175000', '140215.635000', '140216.095000', '140216.555000', '140217.015000', '140217.475000', '140217.935000', '140218.395000', '140218.855000', '140219.315000', '140219.775000', '140220.235000', '140220.695000', '140221.155000', '140221.615000', '140222.075000', '140222.535000', '140222.995000', '140223.455000', '140223.915000', '140224.375000', '140224.835000', '140225.295000', '140225.755000', '140226.215000', '140226.675000', '140227.135000', '140227.595000', '140228.055000', '140228.515000', '140228.975000', '140229.435000', '140229.895000', '140230.355000', '140230.815000', '140231.275000', '140231.735000', '140232.195000', '140232.655000', '140233.115000', '140233.575000', '140234.035000', '140234.495000', '140234.955000', '140235.415000', '140235.875000', '140236.335000', '140236.795000', '140237.255000', '140237.715000', '140238.175000', '140238.635000', '140239.095000', '140239.555000', '140240.015000', '140240.475000', '140240.935000', '140241.395000', '140241.855000', '140242.315000', '140242.775000', '140243.235000', '140243.695000', '140244.155000', '140244.615000', '140245.075000', '140245.535000', '140245.995000', '140246.455000', '140246.915000', '140247.375000', '140247.835000', '140248.295000', '140248.755000', '140249.215000', '140249.675000', '140250.135000', '140250.595000', '140251.055000', '140251.515000', '140251.975000', '140252.435000', '140252.895000', '140253.355000', '140253.815000', '140254.275000', '140254.735000', '140255.195000', '140255.655000', '140256.115000', '140256.575000', '140257.035000', '140257.495000', '140257.955000', '140258.415000', '140258.875000', '140259.335000', '140259.795000', '140300.255000', '140300.715000', '140301.175000', '140301.635000', '140302.095000', '140302.555000', '140303.015000', '140303.475000', '140303.935000', '140304.395000', '140304.855000', '140305.315000', '140305.775000', '140306.235000', '140306.695000', '140307.155000', '140307.615000', '140308.075000', '140308.535000', '140308.995000', '140309.455000', '140309.915000', '140310.375000', '140310.835000', '140311.295000', '140311.755000', '140312.215000', '140312.675000', '140313.135000', '140313.595000', '140314.055000', '140314.515000', '140314.975000', '140315.435000', '140315.895000', '140316.355000', '140316.815000', '140317.275000', '140317.735000', '140318.195000', '140318.655000', '140319.115000', '140319.575000', '140320.035000', '140320.495000', '140320.955000', '140321.415000', '140321.875000', '140322.335000', '140322.795000', '140323.255000', '140323.715000', '140324.175000', '140324.635000', '140325.095000', '140325.555000', '140326.015000', '140326.475000', '140326.935000', '140327.395000', '140327.855000', '140328.315000', '140328.775000', '140329.235000', '140329.695000', '140330.155000', '140330.615000', '140331.075000', '140331.535000', '140331.995000', '140332.455000', '140332.915000', '140333.375000', '140333.835000', '140334.295000', '140334.755000', '140335.215000', '140335.675000', '140336.135000', '140336.595000', '140337.055000', '140337.515000', '140337.975000', '140338.435000', '140338.895000', '140339.355000', '140339.815000', '140340.275000', '140340.735000', '140341.195000', '140341.655000', '140342.115000', '140342.575000', '140343.035000', '140343.495000', '140343.955000', '140344.415000', '140344.875000', '140345.335000', '140345.795000', '140346.255000', '140346.715000', '140347.175000', '140347.635000', '140348.095000', '140348.555000', '140349.015000', '140349.475000', '140349.935000', '140350.395000', '140350.855000', '140351.315000', '140351.775000', '140352.235000', '140352.695000', '140353.155000', '140353.615000', '140354.075000', '140354.535000', '140354.995000', '140355.455000', '140355.915000', '140356.375000', '140356.835000', '140357.295000', '140357.755000', '140358.215000', '140358.675000', '140359.135000', '140359.595000', '140400.055000', '140400.515000', '140400.975000', '140401.435000', '140401.895000', '140402.355000', '140402.815000', '140403.275000', '140403.735000', '140404.195000', '140404.655000', '140405.115000', '140405.575000', '140406.035000', '140406.495000', '140406.955000', '140407.415000', '140407.875000', '140408.335000', '140408.795000', '140409.255000', '140409.715000', '140410.175000', '140410.635000', '140411.095000', '140411.555000', '140412.015000', '140412.475000', '140412.935000', '140413.395000', '140413.855000', '140414.315000', '140414.775000', '140415.235000', '140415.695000', '140416.155000', '140416.615000', '140417.075000', '140417.535000', '140417.995000', '140418.455000', '140418.915000', '140419.375000', '140419.835000', '140420.295000', '140420.755000', '140421.215000', '140421.675000', '140422.135000', '140422.595000', '140423.055000', '140423.515000', '140423.975000', '140424.435000', '140424.895000', '140425.355000', '140425.815000', '140426.275000', '140426.735000', '140427.195000', '140427.655000', '140428.115000', '140428.575000', '140429.035000', '140429.495000', '140429.955000', '140430.415000', '140430.875000', '140431.335000', '140431.795000', '140432.255000', '140432.715000', '140433.175000', '140433.635000', '140434.095000', '140434.555000', '140435.015000', '140435.475000', '140435.935000', '140436.395000', '140436.855000', '140437.315000', '140437.775000', '140438.235000', '140438.695000', '140439.155000', '140439.615000', '140440.075000', '140440.535000', '140440.995000', '140441.455000', '140441.915000', '140442.375000', '140442.835000', '140443.295000', '140443.755000', '140444.215000', '140444.675000', '140445.135000', '140445.595000', '140446.055000', '140446.515000', '140446.975000', '140447.435000', '140447.895000', '140448.355000', '140448.815000', '140449.275000', '140449.735000', '140450.195000', '140450.655000', '140451.115000', '140451.575000', '140452.035000', '140452.495000', '140452.955000', '140453.415000', '140453.875000', '140454.335000', '140454.795000', '140455.255000', '140455.715000', '140456.175000', '140456.635000', '140457.095000', '140457.555000', '140458.015000', '140458.475000', '140458.935000', '140459.395000', '140459.855000', '140500.315000', '140500.775000', '140501.235000', '140501.695000', '140502.155000', '140502.615000', '140503.075000', '140503.535000', '140503.995000', '140504.455000', '140504.915000', '140505.375000', '140505.835000', '140506.295000', '140506.755000', '140507.215000', '140507.675000', '140508.135000', '140508.595000', '140509.055000', '140509.515000', '140509.975000', '140510.435000', '140510.895000', '140511.355000', '140511.815000', '140512.275000', '140512.735000', '140513.195000', '140513.655000', '140514.115000', '140514.575000', '140515.035000', '140515.495000', '140515.955000', '140516.415000', '140516.875000', '140517.335000', '140517.795000', '140518.255000', '140518.715000', '140519.175000', '140519.635000', '140520.095000', '140520.555000', '140521.015000', '140521.475000', '140521.935000', '140522.395000', '140522.855000', '140523.315000', '140523.775000', '140524.235000', '140524.695000', '140525.155000', '140525.615000', '140526.075000', '140526.535000', '140526.995000', '140527.455000', '140527.915000', '140528.375000', '140528.835000', '140529.295000', '140529.755000', '140530.215000', '140530.675000', '140531.135000', '140531.595000', '140532.055000', '140532.515000', '140532.975000', '140533.435000', '140533.895000'], 'ContentTime': ['135637.362000', '135637.366000', '135637.368000', '135637.371000', '135637.374000', '135637.376000', '135637.379000', '135637.381000', '135637.384000', '135637.389000', '135637.392000', '135637.395000', '135637.397000', '135637.400000', '135637.402000', '135637.405000', '135637.408000', '135637.410000', '135637.413000', '135637.415000', '135637.418000', '135637.420000', '135637.423000', '135637.425000', '135637.428000', '135637.437000', '135637.439000', '135637.442000', '135637.445000', '135637.447000', '135637.450000', '135637.452000', '135637.455000', '135637.457000', '135637.460000', '135637.463000', '135637.465000', '135637.468000', '135637.470000', '135637.473000', '135657.311000', '135657.313000', '135657.316000', '135657.319000', '135657.321000', '135657.324000', '135657.326000', '135657.329000', '135657.331000', '135657.334000', '135657.336000', '135657.339000', '135657.342000', '135657.344000', '135657.347000', '135657.349000', '135657.352000', '135657.354000', '135657.357000', '135657.359000', '135657.362000', '135657.365000', '135657.367000', '135657.370000', '135657.372000', '135657.375000', '135657.377000', '135657.380000', '135657.383000', '135657.385000', '135657.388000', '135657.391000', '135657.394000', '135657.396000', '135657.399000', '135657.402000', '135657.404000', '135657.407000', '135657.409000', '135657.412000', '135657.415000', '135657.417000', '135657.420000', '135717.311000', '135717.313000', '135717.316000', '135717.318000', '135717.321000', '135717.324000', '135717.334000', '135717.337000', '135717.339000', '135717.342000', '135717.345000', '135717.347000', '135717.350000', '135717.352000', '135717.355000', '135717.357000', '135717.360000', '135717.363000', '135717.365000', '135717.368000', '135717.370000', '135717.373000', '135717.375000', '135717.378000', '135717.381000', '135717.383000', '135717.386000', '135717.388000', '135717.391000', '135717.394000', '135717.396000', '135717.399000', '135717.401000', '135717.404000', '135717.407000', '135717.409000', '135717.412000', '135717.414000', '135717.417000', '135717.444000', '135717.447000', '135717.449000', '135717.452000', '135717.454000', '135737.310000', '135737.313000', '135737.316000', '135737.318000', '135737.321000', '135737.324000', '135737.326000', '135737.329000', '135737.331000', '135737.334000', '135737.336000', '135737.339000', '135737.342000', '135737.344000', '135737.347000', '135737.349000', '135737.352000', '135737.355000', '135737.357000', '135737.360000', '135737.362000', '135737.365000', '135737.367000', '135737.370000', '135737.373000', '135737.375000', '135737.378000', '135737.380000', '135737.383000', '135737.386000', '135737.388000', '135737.391000', '135737.393000', '135737.396000', '135737.399000', '135737.401000', '135737.404000', '135737.406000', '135737.409000', '135737.412000', '135737.414000', '135737.417000', '135737.428000', '135757.310000', '135757.313000', '135757.316000', '135757.319000', '135757.321000', '135757.324000', '135757.327000', '135757.329000', '135757.332000', '135757.334000', '135757.337000', '135757.340000', '135757.342000', '135757.345000', '135757.347000', '135757.350000', '135757.353000', '135757.355000', '135757.358000', '135757.360000', '135757.363000', '135757.366000', '135757.368000', '135757.371000', '135757.373000', '135757.376000', '135757.378000', '135757.381000', '135757.384000', '135757.386000', '135757.389000', '135757.391000', '135757.394000', '135757.396000', '135757.399000', '135757.402000', '135757.404000', '135757.407000', '135757.409000', '135757.412000', '135757.414000', '135757.417000', '135757.420000', '135817.311000', '135817.314000', '135817.317000', '135817.319000', '135817.322000', '135817.324000', '135817.327000', '135817.330000', '135817.332000', '135817.335000', '135817.337000', '135817.340000', '135817.342000', '135817.345000', '135817.348000', '135817.350000', '135817.353000', '135817.355000', '135817.358000', '135817.361000', '135817.363000', '135817.366000', '135817.368000', '135817.371000', '135817.373000', '135817.376000', '135817.379000', '135817.381000', '135817.384000', '135817.387000', '135817.389000', '135817.392000', '135817.394000', '135817.397000', '135817.400000', '135817.402000', '135817.405000', '135817.407000', '135817.410000', '135817.412000', '135817.415000', '135817.418000', '135817.420000', '135817.423000', '135837.312000', '135837.314000', '135837.317000', '135837.319000', '135837.322000', '135837.325000', '135837.327000', '135837.330000', '135837.332000', '135837.335000', '135837.338000', '135837.340000', '135837.343000', '135837.345000', '135837.348000', '135837.351000', '135837.353000', '135837.356000', '135837.358000', '135837.361000', '135837.363000', '135837.366000', '135837.369000', '135837.371000', '135837.374000', '135837.376000', '135837.379000', '135837.381000', '135837.384000', '135837.387000', '135837.389000', '135837.392000', '135837.395000', '135837.397000', '135837.400000', '135837.402000', '135837.405000', '135837.408000', '135837.410000', '135837.413000', '135837.415000', '135837.418000', '135837.421000', '135837.423000', '135857.311000', '135857.313000', '135857.316000', '135857.319000', '135857.321000', '135857.324000', '135857.326000', '135857.329000', '135857.331000', '135857.334000', '135857.337000', '135857.339000', '135857.342000', '135857.345000', '135857.347000', '135857.350000', '135857.353000', '135857.355000', '135857.358000', '135857.360000', '135857.363000', '135857.365000', '135857.368000', '135857.371000', '135857.373000', '135857.376000', '135857.378000', '135857.381000', '135857.384000', '135857.386000', '135857.389000', '135857.391000', '135857.394000', '135857.396000', '135857.399000', '135857.402000', '135857.404000', '135857.407000', '135857.409000', '135857.412000', '135857.414000', '135857.417000', '135857.420000', '135917.310000', '135917.313000', '135917.316000', '135917.318000', '135917.321000', '135917.324000', '135917.327000', '135917.329000', '135917.332000', '135917.334000', '135917.337000', '135917.340000', '135917.342000', '135917.345000', '135917.348000', '135917.350000', '135917.353000', '135917.356000', '135917.358000', '135917.361000', '135917.363000', '135917.366000', '135917.369000', '135917.371000', '135917.374000', '135917.377000', '135917.379000', '135917.382000', '135917.385000', '135917.387000', '135917.390000', '135917.392000', '135917.395000', '135917.398000', '135917.400000', '135917.403000', '135917.405000', '135917.408000', '135917.441000', '135917.443000', '135917.446000', '135917.448000', '135917.451000', '135917.453000', '135937.311000', '135937.313000', '135937.316000', '135937.319000', '135937.321000', '135937.324000', '135937.326000', '135937.329000', '135937.332000', '135937.334000', '135937.337000', '135937.339000', '135937.342000', '135937.345000', '135937.347000', '135937.350000', '135937.352000', '135937.355000', '135937.358000', '135937.360000', '135937.363000', '135937.366000', '135937.368000', '135937.371000', '135937.374000', '135937.376000', '135937.379000', '135937.381000', '135937.384000', '135937.387000', '135937.389000', '135937.392000', '135937.395000', '135937.397000', '135937.400000', '135937.402000', '135937.405000', '135937.408000', '135937.410000', '135937.413000', '135937.416000', '135937.418000', '135937.421000', '135957.311000', '135957.313000', '135957.316000', '135957.319000', '135957.321000', '135957.324000', '135957.326000', '135957.329000', '135957.332000', '135957.334000', '135957.337000', '135957.339000', '135957.342000', '135957.345000', '135957.347000', '135957.350000', '135957.352000', '135957.355000', '135957.358000', '135957.360000', '135957.363000', '135957.365000', '135957.368000', '135957.371000', '135957.373000', '135957.376000', '135957.378000', '135957.381000', '135957.384000', '135957.386000', '135957.389000', '135957.391000', '135957.394000', '135957.397000', '135957.399000', '135957.402000', '135957.405000', '135957.407000', '135957.410000', '135957.412000', '135957.415000', '135957.417000', '135957.420000', '135957.423000', '140017.310000', '140017.313000', '140017.316000', '140017.318000', '140017.321000', '140017.324000', '140017.326000', '140017.329000', '140017.331000', '140017.334000', '140017.337000', '140017.339000', '140017.342000', '140017.344000', '140017.347000', '140017.349000', '140017.352000', '140017.355000', '140017.357000', '140017.360000', '140017.362000', '140017.365000', '140017.368000', '140017.370000', '140017.373000', '140017.375000', '140017.378000', '140017.380000', '140017.383000', '140017.386000', '140017.388000', '140017.391000', '140017.393000', '140017.396000', '140017.399000', '140017.401000', '140017.404000', '140017.407000', '140017.409000', '140017.412000', '140017.414000', '140017.417000', '140017.420000', '140037.312000', '140037.315000', '140037.318000', '140037.321000', '140037.323000', '140037.326000', '140037.329000', '140037.331000', '140037.334000', '140037.336000', '140037.339000', '140037.342000', '140037.344000', '140037.347000', '140037.349000', '140037.352000', '140037.355000', '140037.357000', '140037.370000', '140037.373000', '140037.376000', '140037.378000', '140037.381000', '140037.384000', '140037.386000', '140037.389000', '140037.391000', '140037.394000', '140037.397000', '140037.399000', '140037.402000', '140037.404000', '140037.407000', '140037.410000', '140037.412000', '140037.415000', '140037.417000', '140037.420000', '140037.423000', '140037.425000', '140037.428000', '140037.430000', '140037.433000', '140037.436000', '140057.312000', '140057.314000', '140057.317000', '140057.320000', '140057.322000', '140057.350000', '140057.352000', '140057.355000', '140057.358000', '140057.360000', '140057.363000', '140057.365000', '140057.368000', '140057.371000', '140057.373000', '140057.376000', '140057.378000', '140057.381000', '140057.383000', '140057.386000', '140057.389000', '140057.391000', '140057.394000', '140057.396000', '140057.399000', '140057.402000', '140057.404000', '140057.407000', '140057.409000', '140057.412000', '140057.414000', '140057.417000', '140057.420000', '140057.422000', '140057.425000', '140057.427000', '140057.430000', '140057.433000', '140057.435000', '140057.438000', '140057.440000', '140057.443000', '140057.445000', '140117.311000', '140117.313000', '140117.316000', '140117.318000', '140117.321000', '140117.324000', '140117.326000', '140117.329000', '140117.331000', '140117.334000', '140117.337000', '140117.339000', '140117.342000', '140117.344000', '140117.347000', '140117.349000', '140117.352000', '140117.355000', '140117.357000', '140117.360000', '140117.362000', '140117.365000', '140117.368000', '140117.370000', '140117.373000', '140117.375000', '140117.378000', '140117.380000', '140117.383000', '140117.386000', '140117.388000', '140117.391000', '140117.393000', '140117.396000', '140117.399000', '140117.401000', '140117.404000', '140117.406000', '140117.409000', '140117.412000', '140117.414000', '140117.417000', '140117.420000', '140117.422000', '140137.311000', '140137.314000', '140137.316000', '140137.319000', '140137.321000', '140137.324000', '140137.327000', '140137.329000', '140137.332000', '140137.334000', '140137.337000', '140137.340000', '140137.342000', '140137.345000', '140137.347000', '140137.350000', '140137.352000', '140137.355000', '140137.358000', '140137.360000', '140137.363000', '140137.366000', '140137.368000', '140137.371000', '140137.373000', '140137.376000', '140137.379000', '140137.381000', '140137.384000', '140137.386000', '140137.389000', '140137.392000', '140137.402000', '140137.405000', '140137.409000', '140137.412000', '140137.414000', '140137.417000', '140137.420000', '140137.422000', '140137.425000', '140137.427000', '140137.430000', '140157.310000', '140157.313000', '140157.316000', '140157.319000', '140157.321000', '140157.324000', '140157.327000', '140157.329000', '140157.332000', '140157.334000', '140157.337000', '140157.339000', '140157.342000', '140157.345000', '140157.347000', '140157.351000', '140157.354000', '140157.357000', '140157.359000', '140157.362000', '140157.364000', '140157.367000', '140157.370000', '140157.372000', '140157.375000', '140157.377000', '140157.380000', '140157.382000', '140157.385000', '140157.388000', '140157.390000', '140157.393000', '140157.396000', '140157.398000', '140157.401000', '140157.403000', '140157.406000', '140157.408000', '140157.411000', '140157.414000', '140157.416000', '140157.419000', '140157.421000', '140157.424000', '140217.310000', '140217.313000', '140217.316000', '140217.319000', '140217.321000', '140217.324000', '140217.326000', '140217.329000', '140217.332000', '140217.334000', '140217.337000', '140217.339000', '140217.342000', '140217.345000', '140217.347000', '140217.350000', '140217.352000', '140217.355000', '140217.358000', '140217.360000', '140217.363000', '140217.365000', '140217.368000', '140217.370000', '140217.373000', '140217.376000', '140217.378000', '140217.381000', '140217.383000', '140217.393000', '140217.395000', '140217.398000', '140217.400000', '140217.403000', '140217.405000', '140217.408000', '140217.411000', '140217.413000', '140217.416000', '140217.418000', '140217.421000', '140217.424000', '140217.426000', '140237.311000', '140237.314000', '140237.316000', '140237.319000', '140237.321000', '140237.324000', '140237.327000', '140237.329000', '140237.332000', '140237.334000', '140237.337000', '140237.340000', '140237.342000', '140237.345000', '140237.347000', '140237.350000', '140237.353000', '140237.355000', '140237.358000', '140237.360000', '140237.363000', '140237.366000', '140237.368000', '140237.371000', '140237.373000', '140237.376000', '140237.378000', '140237.381000', '140237.384000', '140237.386000', '140237.389000', '140237.392000', '140237.394000', '140237.397000', '140237.399000', '140237.403000', '140237.405000', '140237.408000', '140237.411000', '140237.413000', '140237.416000', '140237.419000', '140237.421000', '140257.311000', '140257.314000', '140257.317000', '140257.320000', '140257.323000', '140257.326000', '140257.328000', '140257.331000', '140257.334000', '140257.336000', '140257.339000', '140257.341000', '140257.344000', '140257.347000', '140257.350000', '140257.352000', '140257.355000', '140257.357000', '140257.360000', '140257.362000', '140257.365000', '140257.368000', '140257.370000', '140257.373000', '140257.375000', '140257.378000', '140257.381000', '140257.383000', '140257.386000', '140257.388000', '140257.391000', '140257.394000', '140257.396000', '140257.399000', '140257.401000', '140257.404000', '140257.406000', '140257.409000', '140257.412000', '140257.414000', '140257.417000', '140257.419000', '140257.422000', '140257.425000', '140317.311000', '140317.314000', '140317.317000', '140317.320000', '140317.322000', '140317.325000', '140317.328000', '140317.330000', '140317.333000', '140317.335000', '140317.338000', '140317.341000', '140317.343000', '140317.346000', '140317.349000', '140317.351000', '140317.354000', '140317.356000', '140317.359000', '140317.361000', '140317.364000', '140317.367000', '140317.369000', '140317.381000', '140317.384000', '140317.386000', '140317.390000', '140317.393000', '140317.396000', '140317.399000', '140317.401000', '140317.404000', '140317.407000', '140317.409000', '140317.412000', '140317.415000', '140317.417000', '140317.420000', '140317.422000', '140317.425000', '140317.428000', '140317.430000', '140317.433000', '140337.311000', '140337.313000', '140337.316000', '140337.319000', '140337.321000', '140337.324000', '140337.327000', '140337.329000', '140337.332000', '140337.334000', '140337.337000', '140337.340000', '140337.342000', '140337.345000', '140337.348000', '140337.350000', '140337.353000', '140337.356000', '140337.358000', '140337.361000', '140337.363000', '140337.366000', '140337.369000', '140337.371000', '140337.374000', '140337.376000', '140337.379000', '140337.382000', '140337.384000', '140337.387000', '140337.389000', '140337.392000', '140337.395000', '140337.397000', '140337.400000', '140337.402000', '140337.405000', '140337.408000', '140337.410000', '140337.413000', '140337.415000', '140337.458000', '140337.461000', '140337.463000', '140357.311000', '140357.314000', '140357.316000', '140357.319000', '140357.321000', '140357.324000', '140357.327000', '140357.329000', '140357.332000', '140357.334000', '140357.337000', '140357.340000', '140357.342000', '140357.345000', '140357.348000', '140357.350000', '140357.353000', '140357.355000', '140357.358000', '140357.360000', '140357.363000', '140357.366000', '140357.369000', '140357.371000', '140357.374000', '140357.376000', '140357.379000', '140357.382000', '140357.384000', '140357.387000', '140357.389000', '140357.392000', '140357.395000', '140357.397000', '140357.400000', '140357.402000', '140357.405000', '140357.407000', '140357.410000', '140357.413000', '140357.415000', '140357.418000', '140357.420000', '140417.311000', '140417.313000', '140417.317000', '140417.319000', '140417.322000', '140417.324000', '140417.327000', '140417.330000', '140417.332000', '140417.335000', '140417.337000', '140417.340000', '140417.343000', '140417.345000', '140417.348000', '140417.350000', '140417.353000', '140417.356000', '140417.358000', '140417.361000', '140417.363000', '140417.366000', '140417.369000', '140417.371000', '140417.374000', '140417.377000', '140417.379000', '140417.382000', '140417.384000', '140417.387000', '140417.390000', '140417.392000', '140417.395000', '140417.397000', '140417.400000', '140417.403000', '140417.405000', '140417.408000', '140417.410000', '140417.413000', '140417.416000', '140417.418000', '140417.421000', '140417.424000', '140437.311000', '140437.313000', '140437.316000', '140437.319000', '140437.321000', '140437.324000', '140437.326000', '140437.329000', '140437.332000', '140437.334000', '140437.337000', '140437.339000', '140437.342000', '140437.345000', '140437.347000', '140437.350000', '140437.352000', '140437.355000', '140437.358000', '140437.360000', '140437.363000', '140437.365000', '140437.368000', '140437.371000', '140437.373000', '140437.376000', '140437.378000', '140437.381000', '140437.384000', '140437.386000', '140437.389000', '140437.391000', '140437.394000', '140437.397000', '140437.399000', '140437.402000', '140437.404000', '140437.407000', '140437.410000', '140437.412000', '140437.415000', '140437.418000', '140437.420000', '140457.312000', '140457.314000', '140457.317000', '140457.320000', '140457.322000', '140457.325000', '140457.327000', '140457.330000', '140457.332000', '140457.335000', '140457.338000', '140457.340000', '140457.343000', '140457.345000', '140457.348000', '140457.351000', '140457.353000', '140457.356000', '140457.358000', '140457.361000', '140457.363000', '140457.366000', '140457.369000', '140457.371000', '140457.374000', '140457.376000', '140457.379000', '140457.382000', '140457.384000', '140457.387000', '140457.389000', '140457.392000', '140457.395000', '140457.397000', '140457.400000', '140457.403000', '140457.405000', '140457.408000', '140457.431000', '140457.434000', '140457.436000', '140457.439000', '140457.441000', '140457.444000', '140517.312000', '140517.314000', '140517.317000', '140517.320000', '140517.322000', '140517.325000', '140517.328000', '140517.330000', '140517.333000', '140517.335000', '140517.338000', '140517.341000', '140517.343000', '140517.346000', '140517.348000', '140517.351000', '140517.354000', '140517.356000', '140517.359000', '140517.361000', '140517.364000', '140517.367000', '140517.369000', '140517.372000', '140517.375000', '140517.377000', '140517.380000', '140517.383000', '140517.385000', '140517.388000', '140517.390000', '140517.393000', '140517.396000', '140517.398000', '140517.401000', '140517.404000', '140517.406000', '140517.409000', '140517.412000', '140517.414000', '140517.417000', '140517.419000', '140517.422000', '140534.906000', '140534.909000', '140534.912000', '140534.914000', '140534.917000', '140534.920000', '140534.928000', '140534.930000', '140534.933000', '140534.936000', '140534.938000', '140534.941000', '140534.944000', '140534.946000', '140534.949000', '140534.952000', '140534.954000', '140534.957000', '140534.959000', '140534.962000', '140534.965000', '140534.967000', '140534.970000', '140534.973000', '140534.975000', '140534.978000', '140534.980000', '140534.983000', '140534.986000', '140534.988000', '140534.991000', '140534.993000', '140534.996000', '140534.998000', '140535.002000', '140535.005000', '140535.007000', '140535.010000', '140535.012000'], 'InstanceCreationTime': ['135637.362000', '135637.366000', '135637.368000', '135637.371000', '135637.374000', '135637.376000', '135637.379000', '135637.381000', '135637.384000', '135637.389000', '135637.392000', '135637.395000', '135637.397000', '135637.400000', '135637.402000', '135637.405000', '135637.408000', '135637.410000', '135637.413000', '135637.415000', '135637.418000', '135637.420000', '135637.423000', '135637.425000', '135637.428000', '135637.437000', '135637.439000', '135637.442000', '135637.445000', '135637.447000', '135637.450000', '135637.452000', '135637.455000', '135637.457000', '135637.460000', '135637.463000', '135637.465000', '135637.468000', '135637.470000', '135637.473000', '135657.311000', '135657.313000', '135657.316000', '135657.319000', '135657.321000', '135657.324000', '135657.326000', '135657.329000', '135657.331000', '135657.334000', '135657.336000', '135657.339000', '135657.342000', '135657.344000', '135657.347000', '135657.349000', '135657.352000', '135657.354000', '135657.357000', '135657.359000', '135657.362000', '135657.365000', '135657.367000', '135657.370000', '135657.372000', '135657.375000', '135657.377000', '135657.380000', '135657.383000', '135657.385000', '135657.388000', '135657.391000', '135657.394000', '135657.396000', '135657.399000', '135657.402000', '135657.404000', '135657.407000', '135657.409000', '135657.412000', '135657.415000', '135657.417000', '135657.420000', '135717.311000', '135717.313000', '135717.316000', '135717.318000', '135717.321000', '135717.324000', '135717.334000', '135717.337000', '135717.339000', '135717.342000', '135717.345000', '135717.347000', '135717.350000', '135717.352000', '135717.355000', '135717.357000', '135717.360000', '135717.363000', '135717.365000', '135717.368000', '135717.370000', '135717.373000', '135717.375000', '135717.378000', '135717.381000', '135717.383000', '135717.386000', '135717.388000', '135717.391000', '135717.394000', '135717.396000', '135717.399000', '135717.401000', '135717.404000', '135717.407000', '135717.409000', '135717.412000', '135717.414000', '135717.417000', '135717.444000', '135717.447000', '135717.449000', '135717.452000', '135717.454000', '135737.310000', '135737.313000', '135737.316000', '135737.318000', '135737.321000', '135737.324000', '135737.326000', '135737.329000', '135737.331000', '135737.334000', '135737.336000', '135737.339000', '135737.342000', '135737.344000', '135737.347000', '135737.349000', '135737.352000', '135737.355000', '135737.357000', '135737.360000', '135737.362000', '135737.365000', '135737.367000', '135737.370000', '135737.373000', '135737.375000', '135737.378000', '135737.380000', '135737.383000', '135737.386000', '135737.388000', '135737.391000', '135737.393000', '135737.396000', '135737.399000', '135737.401000', '135737.404000', '135737.406000', '135737.409000', '135737.412000', '135737.414000', '135737.417000', '135737.428000', '135757.310000', '135757.313000', '135757.316000', '135757.319000', '135757.321000', '135757.324000', '135757.327000', '135757.329000', '135757.332000', '135757.334000', '135757.337000', '135757.340000', '135757.342000', '135757.345000', '135757.347000', '135757.350000', '135757.353000', '135757.355000', '135757.358000', '135757.360000', '135757.363000', '135757.366000', '135757.368000', '135757.371000', '135757.373000', '135757.376000', '135757.378000', '135757.381000', '135757.384000', '135757.386000', '135757.389000', '135757.391000', '135757.394000', '135757.396000', '135757.399000', '135757.402000', '135757.404000', '135757.407000', '135757.409000', '135757.412000', '135757.414000', '135757.417000', '135757.420000', '135817.311000', '135817.314000', '135817.317000', '135817.319000', '135817.322000', '135817.324000', '135817.327000', '135817.330000', '135817.332000', '135817.335000', '135817.337000', '135817.340000', '135817.342000', '135817.345000', '135817.348000', '135817.350000', '135817.353000', '135817.355000', '135817.358000', '135817.361000', '135817.363000', '135817.366000', '135817.368000', '135817.371000', '135817.373000', '135817.376000', '135817.379000', '135817.381000', '135817.384000', '135817.387000', '135817.389000', '135817.392000', '135817.394000', '135817.397000', '135817.400000', '135817.402000', '135817.405000', '135817.407000', '135817.410000', '135817.412000', '135817.415000', '135817.418000', '135817.420000', '135817.423000', '135837.312000', '135837.314000', '135837.317000', '135837.319000', '135837.322000', '135837.325000', '135837.327000', '135837.330000', '135837.332000', '135837.335000', '135837.338000', '135837.340000', '135837.343000', '135837.345000', '135837.348000', '135837.351000', '135837.353000', '135837.356000', '135837.358000', '135837.361000', '135837.363000', '135837.366000', '135837.369000', '135837.371000', '135837.374000', '135837.376000', '135837.379000', '135837.381000', '135837.384000', '135837.387000', '135837.389000', '135837.392000', '135837.395000', '135837.397000', '135837.400000', '135837.402000', '135837.405000', '135837.408000', '135837.410000', '135837.413000', '135837.415000', '135837.418000', '135837.421000', '135837.423000', '135857.311000', '135857.313000', '135857.316000', '135857.319000', '135857.321000', '135857.324000', '135857.326000', '135857.329000', '135857.331000', '135857.334000', '135857.337000', '135857.339000', '135857.342000', '135857.345000', '135857.347000', '135857.350000', '135857.353000', '135857.355000', '135857.358000', '135857.360000', '135857.363000', '135857.365000', '135857.368000', '135857.371000', '135857.373000', '135857.376000', '135857.378000', '135857.381000', '135857.384000', '135857.386000', '135857.389000', '135857.391000', '135857.394000', '135857.396000', '135857.399000', '135857.402000', '135857.404000', '135857.407000', '135857.409000', '135857.412000', '135857.414000', '135857.417000', '135857.420000', '135917.310000', '135917.313000', '135917.316000', '135917.318000', '135917.321000', '135917.324000', '135917.327000', '135917.329000', '135917.332000', '135917.334000', '135917.337000', '135917.340000', '135917.342000', '135917.345000', '135917.348000', '135917.350000', '135917.353000', '135917.356000', '135917.358000', '135917.361000', '135917.363000', '135917.366000', '135917.369000', '135917.371000', '135917.374000', '135917.377000', '135917.379000', '135917.382000', '135917.385000', '135917.387000', '135917.390000', '135917.392000', '135917.395000', '135917.398000', '135917.400000', '135917.403000', '135917.405000', '135917.408000', '135917.441000', '135917.443000', '135917.446000', '135917.448000', '135917.451000', '135917.453000', '135937.311000', '135937.313000', '135937.316000', '135937.319000', '135937.321000', '135937.324000', '135937.326000', '135937.329000', '135937.332000', '135937.334000', '135937.337000', '135937.339000', '135937.342000', '135937.345000', '135937.347000', '135937.350000', '135937.352000', '135937.355000', '135937.358000', '135937.360000', '135937.363000', '135937.366000', '135937.368000', '135937.371000', '135937.374000', '135937.376000', '135937.379000', '135937.381000', '135937.384000', '135937.387000', '135937.389000', '135937.392000', '135937.395000', '135937.397000', '135937.400000', '135937.402000', '135937.405000', '135937.408000', '135937.410000', '135937.413000', '135937.416000', '135937.418000', '135937.421000', '135957.311000', '135957.313000', '135957.316000', '135957.319000', '135957.321000', '135957.324000', '135957.326000', '135957.329000', '135957.332000', '135957.334000', '135957.337000', '135957.339000', '135957.342000', '135957.345000', '135957.347000', '135957.350000', '135957.352000', '135957.355000', '135957.358000', '135957.360000', '135957.363000', '135957.365000', '135957.368000', '135957.371000', '135957.373000', '135957.376000', '135957.378000', '135957.381000', '135957.384000', '135957.386000', '135957.389000', '135957.391000', '135957.394000', '135957.397000', '135957.399000', '135957.402000', '135957.405000', '135957.407000', '135957.410000', '135957.412000', '135957.415000', '135957.417000', '135957.420000', '135957.423000', '140017.310000', '140017.313000', '140017.316000', '140017.318000', '140017.321000', '140017.324000', '140017.326000', '140017.329000', '140017.331000', '140017.334000', '140017.337000', '140017.339000', '140017.342000', '140017.344000', '140017.347000', '140017.349000', '140017.352000', '140017.355000', '140017.357000', '140017.360000', '140017.362000', '140017.365000', '140017.368000', '140017.370000', '140017.373000', '140017.375000', '140017.378000', '140017.380000', '140017.383000', '140017.386000', '140017.388000', '140017.391000', '140017.393000', '140017.396000', '140017.399000', '140017.401000', '140017.404000', '140017.407000', '140017.409000', '140017.412000', '140017.414000', '140017.417000', '140017.420000', '140037.312000', '140037.315000', '140037.318000', '140037.321000', '140037.323000', '140037.326000', '140037.329000', '140037.331000', '140037.334000', '140037.336000', '140037.339000', '140037.342000', '140037.344000', '140037.347000', '140037.349000', '140037.352000', '140037.355000', '140037.357000', '140037.370000', '140037.373000', '140037.376000', '140037.378000', '140037.381000', '140037.384000', '140037.386000', '140037.389000', '140037.391000', '140037.394000', '140037.397000', '140037.399000', '140037.402000', '140037.404000', '140037.407000', '140037.410000', '140037.412000', '140037.415000', '140037.417000', '140037.420000', '140037.423000', '140037.425000', '140037.428000', '140037.430000', '140037.433000', '140037.436000', '140057.312000', '140057.314000', '140057.317000', '140057.320000', '140057.322000', '140057.350000', '140057.352000', '140057.355000', '140057.358000', '140057.360000', '140057.363000', '140057.365000', '140057.368000', '140057.371000', '140057.373000', '140057.376000', '140057.378000', '140057.381000', '140057.383000', '140057.386000', '140057.389000', '140057.391000', '140057.394000', '140057.396000', '140057.399000', '140057.402000', '140057.404000', '140057.407000', '140057.409000', '140057.412000', '140057.414000', '140057.417000', '140057.420000', '140057.422000', '140057.425000', '140057.427000', '140057.430000', '140057.433000', '140057.435000', '140057.438000', '140057.440000', '140057.443000', '140057.445000', '140117.311000', '140117.313000', '140117.316000', '140117.318000', '140117.321000', '140117.324000', '140117.326000', '140117.329000', '140117.331000', '140117.334000', '140117.337000', '140117.339000', '140117.342000', '140117.344000', '140117.347000', '140117.349000', '140117.352000', '140117.355000', '140117.357000', '140117.360000', '140117.362000', '140117.365000', '140117.368000', '140117.370000', '140117.373000', '140117.375000', '140117.378000', '140117.380000', '140117.383000', '140117.386000', '140117.388000', '140117.391000', '140117.393000', '140117.396000', '140117.399000', '140117.401000', '140117.404000', '140117.406000', '140117.409000', '140117.412000', '140117.414000', '140117.417000', '140117.420000', '140117.422000', '140137.311000', '140137.314000', '140137.316000', '140137.319000', '140137.321000', '140137.324000', '140137.327000', '140137.329000', '140137.332000', '140137.334000', '140137.337000', '140137.340000', '140137.342000', '140137.345000', '140137.347000', '140137.350000', '140137.352000', '140137.355000', '140137.358000', '140137.360000', '140137.363000', '140137.366000', '140137.368000', '140137.371000', '140137.373000', '140137.376000', '140137.379000', '140137.381000', '140137.384000', '140137.386000', '140137.389000', '140137.392000', '140137.402000', '140137.405000', '140137.409000', '140137.412000', '140137.414000', '140137.417000', '140137.420000', '140137.422000', '140137.425000', '140137.427000', '140137.430000', '140157.310000', '140157.313000', '140157.316000', '140157.319000', '140157.321000', '140157.324000', '140157.327000', '140157.329000', '140157.332000', '140157.334000', '140157.337000', '140157.339000', '140157.342000', '140157.345000', '140157.347000', '140157.351000', '140157.354000', '140157.357000', '140157.359000', '140157.362000', '140157.364000', '140157.367000', '140157.370000', '140157.372000', '140157.375000', '140157.377000', '140157.380000', '140157.382000', '140157.385000', '140157.388000', '140157.390000', '140157.393000', '140157.396000', '140157.398000', '140157.401000', '140157.403000', '140157.406000', '140157.408000', '140157.411000', '140157.414000', '140157.416000', '140157.419000', '140157.421000', '140157.424000', '140217.310000', '140217.313000', '140217.316000', '140217.319000', '140217.321000', '140217.324000', '140217.326000', '140217.329000', '140217.332000', '140217.334000', '140217.337000', '140217.339000', '140217.342000', '140217.345000', '140217.347000', '140217.350000', '140217.352000', '140217.355000', '140217.358000', '140217.360000', '140217.363000', '140217.365000', '140217.368000', '140217.370000', '140217.373000', '140217.376000', '140217.378000', '140217.381000', '140217.383000', '140217.393000', '140217.395000', '140217.398000', '140217.400000', '140217.403000', '140217.405000', '140217.408000', '140217.411000', '140217.413000', '140217.416000', '140217.418000', '140217.421000', '140217.424000', '140217.426000', '140237.311000', '140237.314000', '140237.316000', '140237.319000', '140237.321000', '140237.324000', '140237.327000', '140237.329000', '140237.332000', '140237.334000', '140237.337000', '140237.340000', '140237.342000', '140237.345000', '140237.347000', '140237.350000', '140237.353000', '140237.355000', '140237.358000', '140237.360000', '140237.363000', '140237.366000', '140237.368000', '140237.371000', '140237.373000', '140237.376000', '140237.378000', '140237.381000', '140237.384000', '140237.386000', '140237.389000', '140237.392000', '140237.394000', '140237.397000', '140237.399000', '140237.403000', '140237.405000', '140237.408000', '140237.411000', '140237.413000', '140237.416000', '140237.419000', '140237.421000', '140257.311000', '140257.314000', '140257.317000', '140257.320000', '140257.323000', '140257.326000', '140257.328000', '140257.331000', '140257.334000', '140257.336000', '140257.339000', '140257.341000', '140257.344000', '140257.347000', '140257.350000', '140257.352000', '140257.355000', '140257.357000', '140257.360000', '140257.362000', '140257.365000', '140257.368000', '140257.370000', '140257.373000', '140257.375000', '140257.378000', '140257.381000', '140257.383000', '140257.386000', '140257.388000', '140257.391000', '140257.394000', '140257.396000', '140257.399000', '140257.401000', '140257.404000', '140257.406000', '140257.409000', '140257.412000', '140257.414000', '140257.417000', '140257.419000', '140257.422000', '140257.425000', '140317.311000', '140317.314000', '140317.317000', '140317.320000', '140317.322000', '140317.325000', '140317.328000', '140317.330000', '140317.333000', '140317.335000', '140317.338000', '140317.341000', '140317.343000', '140317.346000', '140317.349000', '140317.351000', '140317.354000', '140317.356000', '140317.359000', '140317.361000', '140317.364000', '140317.367000', '140317.369000', '140317.381000', '140317.384000', '140317.386000', '140317.390000', '140317.393000', '140317.396000', '140317.399000', '140317.401000', '140317.404000', '140317.407000', '140317.409000', '140317.412000', '140317.415000', '140317.417000', '140317.420000', '140317.422000', '140317.425000', '140317.428000', '140317.430000', '140317.433000', '140337.311000', '140337.313000', '140337.316000', '140337.319000', '140337.321000', '140337.324000', '140337.327000', '140337.329000', '140337.332000', '140337.334000', '140337.337000', '140337.340000', '140337.342000', '140337.345000', '140337.348000', '140337.350000', '140337.353000', '140337.356000', '140337.358000', '140337.361000', '140337.363000', '140337.366000', '140337.369000', '140337.371000', '140337.374000', '140337.376000', '140337.379000', '140337.382000', '140337.384000', '140337.387000', '140337.389000', '140337.392000', '140337.395000', '140337.397000', '140337.400000', '140337.402000', '140337.405000', '140337.408000', '140337.410000', '140337.413000', '140337.415000', '140337.458000', '140337.461000', '140337.463000', '140357.311000', '140357.314000', '140357.316000', '140357.319000', '140357.321000', '140357.324000', '140357.327000', '140357.329000', '140357.332000', '140357.334000', '140357.337000', '140357.340000', '140357.342000', '140357.345000', '140357.348000', '140357.350000', '140357.353000', '140357.355000', '140357.358000', '140357.360000', '140357.363000', '140357.366000', '140357.369000', '140357.371000', '140357.374000', '140357.376000', '140357.379000', '140357.382000', '140357.384000', '140357.387000', '140357.389000', '140357.392000', '140357.395000', '140357.397000', '140357.400000', '140357.402000', '140357.405000', '140357.407000', '140357.410000', '140357.413000', '140357.415000', '140357.418000', '140357.420000', '140417.311000', '140417.313000', '140417.317000', '140417.319000', '140417.322000', '140417.324000', '140417.327000', '140417.330000', '140417.332000', '140417.335000', '140417.337000', '140417.340000', '140417.343000', '140417.345000', '140417.348000', '140417.350000', '140417.353000', '140417.356000', '140417.358000', '140417.361000', '140417.363000', '140417.366000', '140417.369000', '140417.371000', '140417.374000', '140417.377000', '140417.379000', '140417.382000', '140417.384000', '140417.387000', '140417.390000', '140417.392000', '140417.395000', '140417.397000', '140417.400000', '140417.403000', '140417.405000', '140417.408000', '140417.410000', '140417.413000', '140417.416000', '140417.418000', '140417.421000', '140417.424000', '140437.311000', '140437.313000', '140437.316000', '140437.319000', '140437.321000', '140437.324000', '140437.326000', '140437.329000', '140437.332000', '140437.334000', '140437.337000', '140437.339000', '140437.342000', '140437.345000', '140437.347000', '140437.350000', '140437.352000', '140437.355000', '140437.358000', '140437.360000', '140437.363000', '140437.365000', '140437.368000', '140437.371000', '140437.373000', '140437.376000', '140437.378000', '140437.381000', '140437.384000', '140437.386000', '140437.389000', '140437.391000', '140437.394000', '140437.397000', '140437.399000', '140437.402000', '140437.404000', '140437.407000', '140437.410000', '140437.412000', '140437.415000', '140437.418000', '140437.420000', '140457.312000', '140457.314000', '140457.317000', '140457.320000', '140457.322000', '140457.325000', '140457.327000', '140457.330000', '140457.332000', '140457.335000', '140457.338000', '140457.340000', '140457.343000', '140457.345000', '140457.348000', '140457.351000', '140457.353000', '140457.356000', '140457.358000', '140457.361000', '140457.363000', '140457.366000', '140457.369000', '140457.371000', '140457.374000', '140457.376000', '140457.379000', '140457.382000', '140457.384000', '140457.387000', '140457.389000', '140457.392000', '140457.395000', '140457.397000', '140457.400000', '140457.403000', '140457.405000', '140457.408000', '140457.431000', '140457.434000', '140457.436000', '140457.439000', '140457.441000', '140457.444000', '140517.312000', '140517.314000', '140517.317000', '140517.320000', '140517.322000', '140517.325000', '140517.328000', '140517.330000', '140517.333000', '140517.335000', '140517.338000', '140517.341000', '140517.343000', '140517.346000', '140517.348000', '140517.351000', '140517.354000', '140517.356000', '140517.359000', '140517.361000', '140517.364000', '140517.367000', '140517.369000', '140517.372000', '140517.375000', '140517.377000', '140517.380000', '140517.383000', '140517.385000', '140517.388000', '140517.390000', '140517.393000', '140517.396000', '140517.398000', '140517.401000', '140517.404000', '140517.406000', '140517.409000', '140517.412000', '140517.414000', '140517.417000', '140517.419000', '140517.422000', '140534.906000', '140534.909000', '140534.912000', '140534.914000', '140534.917000', '140534.920000', '140534.928000', '140534.930000', '140534.933000', '140534.936000', '140534.938000', '140534.941000', '140534.944000', '140534.946000', '140534.949000', '140534.952000', '140534.954000', '140534.957000', '140534.959000', '140534.962000', '140534.965000', '140534.967000', '140534.970000', '140534.973000', '140534.975000', '140534.978000', '140534.980000', '140534.983000', '140534.986000', '140534.988000', '140534.991000', '140534.993000', '140534.996000', '140534.998000', '140535.002000', '140535.005000', '140535.007000', '140535.010000', '140535.012000'], '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': [8971, 8212, 10002, 11094, 7461, 8186, 7667, 8609, 7824, 7545, 8794, 8284, 8018, 11910, 8885, 8035, 8103, 7676, 8534, 7854, 8248, 9338, 8233, 8129, 10138, 10254, 8533, 8722, 11986, 9743, 9490, 12714, 9616, 8287, 8643, 9217, 8194, 8182, 10493, 8559, 8144, 8311, 8722, 8300, 8548, 11075, 8829, 7565, 8055, 8943, 8281, 8556, 7474, 9333, 7782, 7914, 8017, 8909, 8144, 8234, 10275, 8537, 8465, 8232, 8410, 7849, 8495, 12589, 8900, 8212, 8093, 8570, 8147, 8344, 9055, 8392, 7858, 8849, 9302, 8407, 8585, 7813, 8365, 7542, 9948, 10817, 8429, 7818, 7770, 8099, 7814, 7976, 10894, 8490, 7800, 7889, 9275, 8382, 7891, 7838, 9401, 7986, 8307, 10627, 8440, 7836, 7966, 10589, 7829, 8560, 12223, 8006, 8411, 13716, 8523, 8090, 7801, 7926, 8018, 7502, 10731, 7717, 8096, 7391, 7895, 7827, 7192, 8147, 7600, 8287, 10935, 8499, 7593, 8462, 9819, 8087, 8546, 12014, 8921, 8132, 8456, 11807, 8468, 9616, 11901, 8634, 7820, 8324, 12013, 9040, 8065, 7834, 8020, 7645, 8740, 11094, 8162, 7636, 7937, 9178, 7871, 7952, 9047, 8548, 7811, 8569, 8204, 8502, 7576, 8722, 10715, 8453, 7870, 8380, 10059, 8422, 8244, 12702, 10053, 7850, 8305, 7800, 8013, 7643, 9233, 8352, 7959, 8224, 7407, 8082, 7193, 7777, 8592, 8470, 8360, 9252, 9851, 8035, 8381, 8943, 8720, 8369, 11211, 10482, 8311, 8250, 11424, 8817, 8502, 11622, 9819, 8152, 8504, 11074, 8157, 8299, 7483, 8290, 7585, 7881, 11157, 9159, 7518, 7865, 7825, 7861, 7635, 7725, 7728, 7972, 7786, 7841, 8795, 7854, 7885, 7308, 8691, 7889, 8567, 12550, 10759, 7663, 8250, 10724, 8196, 8449, 9336, 12759, 9818, 7927, 7724, 7931, 7421, 8342, 11438, 9081, 7367, 7883, 8562, 8259, 7631, 7870, 9814, 8291, 8049, 11022, 11123, 8193, 8367, 11928, 9817, 8366, 11023, 14663, 9466, 8403, 8210, 8545, 8230, 8577, 7516, 8117, 8120, 7758, 11713, 7303, 7709, 7953, 8334, 8456, 8178, 8341, 9823, 8576, 7660, 7911, 7522, 8749, 7764, 7525, 8813, 8371, 8779, 8740, 13372, 10208, 8954, 10486, 11998, 8813, 8722, 13083, 8977, 9387, 12971, 9910, 8391, 8360, 8418, 9375, 11542, 11337, 7183, 8758, 8204, 8072, 8373, 7740, 8165, 7490, 8547, 8012, 8106, 8319, 8069, 12868, 8955, 8734, 8590, 13147, 9377, 8979, 10531, 9295, 8909, 8825, 11195, 9830, 9556, 8186, 8896, 7286, 9023, 8251, 7965, 8686, 8490, 9209, 7945, 9006, 8306, 9022, 7459, 8258, 7753, 7864, 9404, 8822, 12516, 7953, 8068, 8228, 8410, 7210, 8585, 10015, 7378, 8491, 8309, 9660, 7628, 8848, 10310, 11288, 10348, 10577, 12907, 8132, 8482, 7810, 7337, 8330, 7722, 7649, 8455, 7762, 8312, 7161, 8512, 9620, 8456, 8947, 11609, 14117, 9067, 8742, 9316, 9754, 8606, 8943, 11543, 8942, 8491, 8502, 8758, 8909, 8851, 13564, 9376, 8732, 8981, 7832, 7698, 8755, 7767, 7992, 8602, 8156, 8585, 7946, 8597, 8304, 8834, 7300, 8583, 11890, 8818, 7938, 8626, 13058, 8358, 8505, 8163, 8261, 7565, 8748, 9719, 8298, 8113, 7843, 8546, 7891, 8735, 8849, 8106, 8222, 8607, 9496, 8067, 8054, 8404, 8248, 7954, 8625, 8316, 8237, 8466, 8102, 9629, 7242, 8317, 10848, 8318, 8335, 8700, 9959, 8032, 8684, 7809, 7811, 8650, 8297, 10232, 7358, 8392, 8015, 7732, 8579, 9363, 11156, 7229, 8640, 9921, 7755, 8426, 12865, 8658, 8423, 8419, 8777, 8763, 8387, 11817, 7886, 8756, 8421, 8207, 8503, 11110, 10097, 7865, 8602, 9651, 8009, 8972, 8922, 9099, 8324, 8514, 9601, 7850, 8352, 8188, 8304, 8458, 8570, 9758, 7539, 8222, 7589, 7911, 8411, 8085, 10295, 7931, 8435, 8184, 8364, 7141, 8509, 11494, 7673, 7977, 8327, 8712, 7221, 8854, 10824, 8323, 8263, 8267, 8921, 7600, 8466, 9668, 7949, 8789, 10039, 9966, 7851, 8483, 10230, 7614, 8275, 8123, 8735, 7541, 8595, 10622, 8182, 7999, 7739, 9287, 7442, 8263, 7871, 7941, 8495, 8976, 9648, 8087, 8058, 9404, 7319, 8441, 10304, 8102, 8644, 7929, 9374, 7281, 8128, 9515, 7644, 8313, 8346, 9216, 8197, 7791, 10446, 7709, 8177, 9773, 7661, 8930, 12747, 11291, 9174, 8478, 11092, 7418, 8841, 9466, 8107, 8875, 9477, 9057, 8594, 8061, 9386, 7923, 8947, 8358, 9277, 8178, 8604, 9505, 7443, 8577, 7812, 8228, 8367, 8264, 9698, 7194, 8660, 8667, 8564, 7469, 8645, 9466, 7569, 8675, 8278, 9022, 7387, 8505, 9038, 7488, 8820, 8016, 9799, 7402, 8525, 8072, 7350, 8198, 7850, 9115, 7289, 8496, 9148, 7552, 8330, 7583, 9356, 7750, 8116, 10395, 7949, 8143, 7608, 8759, 8080, 7805, 12434, 7681, 8103, 7715, 7520, 8438, 7432, 9349, 8161, 8003, 11213, 7973, 7756, 7606, 8200, 8674, 8309, 13561, 8659, 8416, 8376, 9531, 8950, 8049, 9928, 8455, 8321, 10344, 7449, 8085, 10304, 7440, 8539, 9451, 7521, 8354, 8963, 10293, 8435, 9544, 15598, 16096, 12348, 8891, 12254, 8730, 8960, 7870, 8660, 7274, 7910, 12174, 7431, 8692, 8117, 9223, 7424, 8465, 8557, 11189, 7477, 8184, 8394, 7999, 9200, 8495, 13592, 9935, 9358, 13869, 11128, 11723, 13196, 12342, 9167, 8740, 11512, 9169, 8933, 8985, 7456, 8696, 11677, 8553, 8821, 8430, 8855, 7439, 8977, 11925, 8734, 7295, 8989, 8197, 7820, 9341, 8715, 10238, 7823, 9026, 8575, 9190, 9676, 9712, 13303, 9346, 9352, 16244, 10306, 9295, 8841, 8464, 10026, 9923, 11166, 8098, 8785, 9039, 7320, 8882, 7880, 8082, 8910, 8528, 8464, 8851, 8700, 10243, 8222, 9108, 8933, 9461, 8728, 10574, 10993, 7617, 9096, 8414, 8227, 9247, 8410, 9372, 9115, 8598, 10049, 7901, 8772, 10600, 7981, 9356, 8866, 11054, 9727, 10395, 12470, 8526, 8826, 8758, 8371, 7633, 9349, 8117, 9361, 7327, 8834, 8689, 8256, 9595, 9122, 12330, 9108, 9662, 13125, 9328, 9799, 12285, 8962, 9658, 8801, 10373, 9763, 8784, 9104, 8620, 8864, 8891, 7396, 8822, 7515, 8002, 9016, 8628, 9785, 7564, 8881, 7656, 7287, 8517, 8205, 8673, 8819, 7910, 8225, 9136, 7908, 10842, 7753, 8868, 9729, 8316, 8738, 8209, 8723, 9140, 8243, 9142, 7884, 8514, 9523, 7466, 8407, 10287, 8024, 8973, 10963, 10696, 7247, 8930, 9295, 7746, 8799, 7748, 7897, 8873, 7968, 8329, 9061, 8083, 10936, 8930, 8746, 10699, 7527, 8982, 8058, 8370, 9300, 8263, 11738, 8003, 8505, 7678, 7594, 7252, 9019, 9275, 8331, 9183, 8681, 9824, 8038, 9840, 13453, 8303, 8769, 8407, 9324, 7173, 9032, 10846, 8471, 9112, 8408, 8946, 8628, 9453, 11387, 7709, 9227, 8361, 7875, 8768, 8258, 9099, 7459, 8810, 7863, 8626, 7168, 8161, 7631, 7480, 8780, 8192, 9827, 7678, 8710, 8211, 7992, 9062, 8582, 13129, 7824, 9032, 11748, 8040, 9118, 12161, 8143, 9357, 8800, 6996, 8118, 9323, 11064, 8849, 9455, 11532, 15858, 11685, 9471, 9051, 12190, 8419, 9307, 8367, 10571, 8488, 8928, 8345, 9226, 8540, 8146, 9120, 8496, 8575, 7969, 10734, 7965, 8317, 8027, 8562, 8270, 8512, 14885, 9814, 8103, 8151, 7976, 8098, 8307, 8779, 8233, 7963, 8617, 11176, 8251, 8255, 10715, 9365, 8894, 11101, 12712, 11312, 9351, 11555, 8225, 8526, 8532, 8277, 9020, 11285, 10367, 7792, 8385, 7972, 8307, 8431, 8613, 10260, 7804, 8132, 7878, 8309, 7180, 8722, 13774, 8375, 8408, 8231, 8565, 8382, 8200, 10226, 8066, 8628, 8986, 8750, 9841, 11736, 8949, 7977, 8936, 9834, 8581, 8337, 8648, 10547, 7398, 8466, 11872, 7796, 8119, 8470, 10329, 7985, 8955, 8231, 8385, 8363, 8831, 9613, 7463, 8284, 8835, 9940, 7798, 9367, 12136, 12732, 7986, 8964, 8821, 8267, 7847, 8716, 8594, 8346, 7368, 8904, 8688, 8116, 8858, 8837, 13483, 10201, 9053, 10975, 9650, 9529, 8582, 7779, 7779, 8816, 10129, 7810, 8655, 8000, 7844, 8230, 8170, 8715, 7039, 8658, 9574, 7841, 8298, 7896, 8557, 8653, 8294, 11701, 8263, 9068, 8303, 10105, 8750, 8667, 11047, 7718, 8751, 12017, 9658, 8612, 9345, 10698, 7030, 8890, 10203, 7158, 8650, 9989, 7818, 8513, 7700, 8188, 7950, 8205, 8299, 7724, 8533, 8464, 9556, 7773, 8771, 11662, 9511, 8009, 8276, 8434, 8569, 7581, 9174, 8851, 7647, 8162, 8800, 7243, 7170, 9289, 8550, 13215, 15338, 14130, 13093, 14523, 13346, 10439, 9034, 12101, 15476, 10615, 9401, 9700], 'WindowCenter': [4665.0, 4623.0, 4637.0, 4653.0, 4578.0, 4583.0, 4561.0, 4582.0, 4573.0, 4572.0, 4579.0, 4569.0, 4569.0, 4631.0, 4591.0, 4569.0, 4572.0, 4571.0, 4580.0, 4572.0, 4581.0, 4592.0, 4583.0, 4574.0, 4613.0, 4613.0, 4583.0, 4581.0, 4621.0, 4590.0, 4601.0, 4631.0, 4589.0, 4567.0, 4568.0, 4589.0, 4568.0, 4580.0, 4609.0, 4577.0, 4568.0, 4567.0, 4567.0, 4570.0, 4582.0, 4620.0, 4591.0, 4561.0, 4570.0, 4578.0, 4567.0, 4579.0, 4559.0, 4589.0, 4573.0, 4570.0, 4569.0, 4589.0, 4569.0, 4581.0, 4610.0, 4580.0, 4580.0, 4568.0, 4568.0, 4569.0, 4592.0, 4641.0, 4589.0, 4567.0, 4556.0, 4576.0, 4556.0, 4566.0, 4587.0, 4577.0, 4570.0, 4590.0, 4588.0, 4567.0, 4576.0, 4570.0, 4579.0, 4559.0, 4601.0, 4608.0, 4566.0, 4557.0, 4556.0, 4556.0, 4558.0, 4581.0, 4620.0, 4591.0, 4571.0, 4570.0, 4588.0, 4568.0, 4569.0, 4559.0, 4589.0, 4569.0, 4580.0, 4610.0, 4579.0, 4570.0, 4570.0, 4609.0, 4557.0, 4578.0, 4618.0, 4569.0, 4570.0, 4651.0, 4578.0, 4568.0, 4555.0, 4567.0, 4570.0, 4561.0, 4620.0, 4558.0, 4568.0, 4560.0, 4570.0, 4572.0, 4551.0, 4568.0, 4560.0, 4582.0, 4621.0, 4591.0, 4570.0, 4580.0, 4615.0, 4583.0, 4593.0, 4631.0, 4589.0, 4569.0, 4568.0, 4631.0, 4580.0, 4599.0, 4629.0, 4578.0, 4558.0, 4581.0, 4630.0, 4591.0, 4569.0, 4556.0, 4556.0, 4557.0, 4591.0, 4631.0, 4579.0, 4559.0, 4567.0, 4587.0, 4570.0, 4569.0, 4590.0, 4576.0, 4557.0, 4579.0, 4568.0, 4579.0, 4559.0, 4578.0, 4609.0, 4569.0, 4569.0, 4568.0, 4599.0, 4580.0, 4570.0, 4641.0, 4599.0, 4568.0, 4567.0, 4556.0, 4568.0, 4560.0, 4601.0, 4569.0, 4568.0, 4569.0, 4559.0, 4569.0, 4551.0, 4559.0, 4577.0, 4580.0, 4581.0, 4602.0, 4611.0, 4571.0, 4580.0, 4589.0, 4581.0, 4581.0, 4618.0, 4608.0, 4568.0, 4568.0, 4618.0, 4589.0, 4578.0, 4617.0, 4598.0, 4557.0, 4578.0, 4621.0, 4567.0, 4566.0, 4533.0, 4554.0, 4547.0, 4556.0, 4616.0, 4589.0, 4548.0, 4567.0, 4558.0, 4570.0, 4559.0, 4561.0, 4559.0, 4570.0, 4560.0, 4571.0, 4582.0, 4573.0, 4572.0, 4561.0, 4582.0, 4573.0, 4593.0, 4642.0, 4622.0, 4571.0, 4581.0, 4619.0, 4579.0, 4583.0, 4602.0, 4642.0, 4612.0, 4572.0, 4570.0, 4568.0, 4548.0, 4569.0, 4618.0, 4592.0, 4562.0, 4582.0, 4581.0, 4579.0, 4570.0, 4569.0, 4600.0, 4581.0, 4571.0, 4620.0, 4619.0, 4568.0, 4569.0, 4618.0, 4597.0, 4567.0, 4608.0, 4649.0, 4587.0, 4567.0, 4565.0, 4564.0, 4566.0, 4565.0, 4547.0, 4570.0, 4569.0, 4572.0, 4643.0, 4574.0, 4587.0, 4571.0, 4568.0, 4567.0, 4553.0, 4553.0, 4583.0, 4564.0, 4545.0, 4557.0, 4560.0, 4591.0, 4571.0, 4569.0, 4587.0, 4566.0, 4564.0, 4565.0, 4626.0, 4597.0, 4577.0, 4594.0, 4604.0, 4565.0, 4563.0, 4614.0, 4562.0, 4572.0, 4611.0, 4571.0, 4552.0, 4553.0, 4564.0, 4586.0, 4601.0, 4601.0, 4520.0, 4564.0, 4564.0, 4552.0, 4550.0, 4540.0, 4549.0, 4543.0, 4575.0, 4555.0, 4568.0, 4580.0, 4579.0, 4638.0, 4587.0, 4575.0, 4563.0, 4625.0, 4575.0, 4575.0, 4594.0, 4586.0, 4573.0, 4575.0, 4605.0, 4597.0, 4586.0, 4565.0, 4574.0, 4540.0, 4561.0, 4551.0, 4552.0, 4563.0, 4563.0, 4584.0, 4567.0, 4588.0, 4577.0, 4585.0, 4557.0, 4568.0, 4554.0, 4567.0, 4589.0, 4577.0, 4639.0, 4569.0, 4569.0, 4566.0, 4565.0, 4546.0, 4576.0, 4596.0, 4547.0, 4578.0, 4577.0, 4599.0, 4570.0, 4589.0, 4611.0, 4636.0, 4610.0, 4608.0, 4639.0, 4570.0, 4575.0, 4543.0, 4543.0, 4565.0, 4556.0, 4543.0, 4565.0, 4556.0, 4567.0, 4547.0, 4577.0, 4585.0, 4567.0, 4587.0, 4630.0, 4648.0, 4576.0, 4564.0, 4573.0, 4571.0, 4564.0, 4572.0, 4604.0, 4576.0, 4565.0, 4564.0, 4563.0, 4574.0, 4575.0, 4636.0, 4575.0, 4565.0, 4575.0, 4543.0, 4544.0, 4562.0, 4544.0, 4553.0, 4565.0, 4556.0, 4565.0, 4557.0, 4577.0, 4566.0, 4588.0, 4548.0, 4580.0, 4618.0, 4575.0, 4557.0, 4577.0, 4625.0, 4565.0, 4564.0, 4556.0, 4555.0, 4543.0, 4563.0, 4585.0, 4565.0, 4555.0, 4555.0, 4565.0, 4554.0, 4575.0, 4573.0, 4555.0, 4566.0, 4577.0, 4588.0, 4568.0, 4571.0, 4568.0, 4568.0, 4555.0, 4566.0, 4564.0, 4555.0, 4565.0, 4555.0, 4584.0, 4557.0, 4580.0, 4608.0, 4567.0, 4564.0, 4576.0, 4597.0, 4569.0, 4566.0, 4545.0, 4555.0, 4580.0, 4580.0, 4610.0, 4547.0, 4565.0, 4568.0, 4557.0, 4577.0, 4588.0, 4619.0, 4547.0, 4577.0, 4597.0, 4559.0, 4578.0, 4628.0, 4564.0, 4566.0, 4564.0, 4564.0, 4576.0, 4567.0, 4617.0, 4556.0, 4565.0, 4563.0, 4566.0, 4566.0, 4605.0, 4583.0, 4554.0, 4562.0, 4573.0, 4553.0, 4575.0, 4576.0, 4563.0, 4563.0, 4575.0, 4573.0, 4553.0, 4553.0, 4553.0, 4552.0, 4551.0, 4564.0, 4573.0, 4544.0, 4564.0, 4554.0, 4553.0, 4564.0, 4556.0, 4594.0, 4554.0, 4563.0, 4564.0, 4565.0, 4535.0, 4566.0, 4605.0, 4556.0, 4555.0, 4564.0, 4562.0, 4543.0, 4574.0, 4606.0, 4567.0, 4566.0, 4565.0, 4574.0, 4554.0, 4566.0, 4572.0, 4553.0, 4564.0, 4584.0, 4582.0, 4553.0, 4564.0, 4583.0, 4542.0, 4551.0, 4542.0, 4551.0, 4541.0, 4562.0, 4594.0, 4554.0, 4556.0, 4543.0, 4573.0, 4533.0, 4553.0, 4554.0, 4556.0, 4577.0, 4576.0, 4584.0, 4556.0, 4556.0, 4574.0, 4544.0, 4566.0, 4596.0, 4554.0, 4576.0, 4567.0, 4586.0, 4545.0, 4567.0, 4586.0, 4555.0, 4566.0, 4564.0, 4575.0, 4565.0, 4556.0, 4596.0, 4557.0, 4565.0, 4597.0, 4556.0, 4577.0, 4627.0, 4605.0, 4572.0, 4553.0, 4593.0, 4532.0, 4563.0, 4572.0, 4552.0, 4573.0, 4574.0, 4563.0, 4564.0, 4555.0, 4574.0, 4543.0, 4563.0, 4555.0, 4574.0, 4556.0, 4563.0, 4574.0, 4544.0, 4566.0, 4545.0, 4553.0, 4555.0, 4555.0, 4585.0, 4537.0, 4579.0, 4568.0, 4568.0, 4547.0, 4565.0, 4586.0, 4558.0, 4566.0, 4556.0, 4564.0, 4533.0, 4566.0, 4577.0, 4546.0, 4590.0, 4570.0, 4597.0, 4546.0, 4566.0, 4554.0, 4546.0, 4566.0, 4557.0, 4576.0, 4547.0, 4566.0, 4577.0, 4545.0, 4567.0, 4556.0, 4588.0, 4560.0, 4570.0, 4600.0, 4556.0, 4555.0, 4557.0, 4581.0, 4558.0, 4558.0, 4629.0, 4546.0, 4556.0, 4546.0, 4545.0, 4555.0, 4548.0, 4577.0, 4568.0, 4557.0, 4620.0, 4559.0, 4559.0, 4560.0, 4583.0, 4580.0, 4569.0, 4639.0, 4568.0, 4565.0, 4565.0, 4585.0, 4575.0, 4555.0, 4584.0, 4557.0, 4557.0, 4586.0, 4537.0, 4556.0, 4587.0, 4536.0, 4566.0, 4586.0, 4532.0, 4541.0, 4577.0, 4610.0, 4580.0, 4599.0, 4658.0, 4659.0, 4638.0, 4587.0, 4626.0, 4575.0, 4589.0, 4567.0, 4577.0, 4561.0, 4584.0, 4646.0, 4563.0, 4593.0, 4571.0, 4590.0, 4562.0, 4580.0, 4605.0, 4636.0, 4574.0, 4584.0, 4594.0, 4584.0, 4602.0, 4581.0, 4641.0, 4600.0, 4591.0, 4652.0, 4620.0, 4619.0, 4640.0, 4626.0, 4577.0, 4565.0, 4607.0, 4574.0, 4564.0, 4564.0, 4535.0, 4565.0, 4616.0, 4567.0, 4578.0, 4568.0, 4590.0, 4548.0, 4576.0, 4628.0, 4578.0, 4558.0, 4576.0, 4563.0, 4557.0, 4587.0, 4577.0, 4596.0, 4556.0, 4589.0, 4578.0, 4588.0, 4587.0, 4582.0, 4625.0, 4575.0, 4576.0, 4659.0, 4596.0, 4576.0, 4573.0, 4565.0, 4595.0, 4582.0, 4592.0, 4541.0, 4551.0, 4561.0, 4532.0, 4578.0, 4555.0, 4554.0, 4574.0, 4566.0, 4565.0, 4577.0, 4577.0, 4608.0, 4579.0, 4588.0, 4589.0, 4599.0, 4567.0, 4608.0, 4607.0, 4556.0, 4575.0, 4564.0, 4565.0, 4575.0, 4566.0, 4573.0, 4576.0, 4578.0, 4596.0, 4567.0, 4582.0, 4607.0, 4555.0, 4576.0, 4576.0, 4617.0, 4586.0, 4609.0, 4629.0, 4577.0, 4576.0, 4563.0, 4552.0, 4555.0, 4589.0, 4569.0, 4589.0, 4559.0, 4590.0, 4576.0, 4566.0, 4585.0, 4574.0, 4616.0, 4575.0, 4599.0, 4639.0, 4575.0, 4584.0, 4615.0, 4562.0, 4571.0, 4561.0, 4570.0, 4568.0, 4549.0, 4550.0, 4550.0, 4562.0, 4560.0, 4532.0, 4565.0, 4533.0, 4542.0, 4576.0, 4577.0, 4584.0, 4544.0, 4573.0, 4543.0, 4533.0, 4564.0, 4553.0, 4565.0, 4590.0, 4567.0, 4566.0, 4585.0, 4567.0, 4622.0, 4560.0, 4591.0, 4611.0, 4569.0, 4579.0, 4565.0, 4567.0, 4576.0, 4556.0, 4573.0, 4557.0, 4576.0, 4589.0, 4550.0, 4579.0, 4608.0, 4571.0, 4591.0, 4608.0, 4606.0, 4546.0, 4576.0, 4586.0, 4546.0, 4566.0, 4546.0, 4556.0, 4577.0, 4557.0, 4567.0, 4589.0, 4572.0, 4619.0, 4578.0, 4578.0, 4596.0, 4554.0, 4578.0, 4555.0, 4565.0, 4586.0, 4569.0, 4616.0, 4558.0, 4578.0, 4557.0, 4556.0, 4546.0, 4577.0, 4589.0, 4567.0, 4586.0, 4576.0, 4611.0, 4569.0, 4598.0, 4638.0, 4565.0, 4576.0, 4564.0, 4572.0, 4521.0, 4565.0, 4595.0, 4568.0, 4576.0, 4566.0, 4579.0, 4579.0, 4587.0, 4604.0, 4543.0, 4573.0, 4579.0, 4569.0, 4576.0, 4567.0, 4576.0, 4547.0, 4575.0, 4570.0, 4579.0, 4549.0, 4578.0, 4555.0, 4546.0, 4578.0, 4593.0, 4613.0, 4570.0, 4591.0, 4579.0, 4594.0, 4591.0, 4578.0, 4639.0, 4557.0, 4579.0, 4615.0, 4555.0, 4575.0, 4613.0, 4554.0, 4576.0, 4576.0, 4524.0, 4530.0, 4576.0, 4609.0, 4576.0, 4586.0, 4620.0, 4660.0, 4631.0, 4603.0, 4591.0, 4631.0, 4568.0, 4586.0, 4565.0, 4598.0, 4579.0, 4579.0, 4569.0, 4590.0, 4579.0, 4572.0, 4589.0, 4578.0, 4580.0, 4570.0, 4610.0, 4571.0, 4582.0, 4569.0, 4580.0, 4568.0, 4580.0, 4661.0, 4601.0, 4572.0, 4570.0, 4568.0, 4556.0, 4568.0, 4578.0, 4568.0, 4570.0, 4592.0, 4620.0, 4582.0, 4581.0, 4608.0, 4576.0, 4575.0, 4607.0, 4626.0, 4619.0, 4575.0, 4605.0, 4556.0, 4567.0, 4565.0, 4565.0, 4575.0, 4605.0, 4596.0, 4545.0, 4566.0, 4552.0, 4554.0, 4564.0, 4566.0, 4596.0, 4558.0, 4558.0, 4559.0, 4567.0, 4549.0, 4578.0, 4648.0, 4567.0, 4565.0, 4566.0, 4565.0, 4565.0, 4566.0, 4597.0, 4556.0, 4578.0, 4589.0, 4576.0, 4599.0, 4616.0, 4575.0, 4554.0, 4562.0, 4581.0, 4563.0, 4553.0, 4564.0, 4597.0, 4547.0, 4565.0, 4615.0, 4545.0, 4554.0, 4551.0, 4595.0, 4554.0, 4577.0, 4565.0, 4565.0, 4565.0, 4575.0, 4586.0, 4547.0, 4566.0, 4587.0, 4594.0, 4555.0, 4585.0, 4630.0, 4640.0, 4567.0, 4574.0, 4572.0, 4553.0, 4553.0, 4565.0, 4564.0, 4563.0, 4544.0, 4576.0, 4575.0, 4556.0, 4574.0, 4573.0, 4637.0, 4596.0, 4574.0, 4606.0, 4586.0, 4586.0, 4565.0, 4541.0, 4543.0, 4575.0, 4581.0, 4541.0, 4562.0, 4552.0, 4554.0, 4563.0, 4553.0, 4565.0, 4534.0, 4564.0, 4588.0, 4567.0, 4579.0, 4568.0, 4579.0, 4578.0, 4568.0, 4616.0, 4567.0, 4574.0, 4566.0, 4597.0, 4577.0, 4565.0, 4618.0, 4557.0, 4576.0, 4617.0, 4585.0, 4567.0, 4575.0, 4594.0, 4534.0, 4564.0, 4584.0, 4522.0, 4563.0, 4585.0, 4545.0, 4565.0, 4544.0, 4555.0, 4553.0, 4552.0, 4551.0, 4543.0, 4565.0, 4555.0, 4586.0, 4545.0, 4565.0, 4617.0, 4584.0, 4557.0, 4563.0, 4551.0, 4560.0, 4544.0, 4585.0, 4576.0, 4572.0, 4578.0, 4586.0, 4542.0, 4532.0, 4585.0, 4589.0, 4636.0, 4656.0, 4644.0, 4636.0, 4647.0, 4635.0, 4608.0, 4602.0, 4644.0, 4659.0, 4594.0, 4573.0, 4586.0], 'WindowWidth': [10265.0, 10182.0, 10182.0, 10191.0, 10082.0, 10076.0, 10044.0, 10071.0, 10060.0, 10057.0, 10060.0, 10045.0, 10045.0, 10131.0, 10076.0, 10048.0, 10054.0, 10049.0, 10062.0, 10051.0, 10060.0, 10078.0, 10068.0, 10058.0, 10108.0, 10107.0, 10067.0, 10060.0, 10114.0, 10073.0, 10087.0, 10127.0, 10069.0, 10038.0, 10039.0, 10071.0, 10042.0, 10061.0, 10096.0, 10052.0, 10040.0, 10038.0, 10038.0, 10046.0, 10066.0, 10115.0, 10078.0, 10036.0, 10048.0, 10055.0, 10039.0, 10058.0, 10033.0, 10074.0, 10057.0, 10047.0, 10046.0, 10070.0, 10045.0, 10066.0, 10103.0, 10063.0, 10059.0, 10043.0, 10040.0, 10044.0, 10081.0, 10145.0, 10072.0, 10041.0, 10023.0, 10049.0, 10022.0, 10036.0, 10068.0, 10055.0, 10049.0, 10075.0, 10069.0, 10039.0, 10051.0, 10051.0, 10059.0, 10034.0, 10090.0, 10095.0, 10037.0, 10025.0, 10021.0, 10022.0, 10032.0, 10067.0, 10117.0, 10078.0, 10053.0, 10049.0, 10070.0, 10042.0, 10044.0, 10032.0, 10071.0, 10046.0, 10060.0, 10102.0, 10060.0, 10050.0, 10050.0, 10099.0, 10026.0, 10053.0, 10109.0, 10045.0, 10046.0, 10159.0, 10055.0, 10042.0, 10022.0, 10039.0, 10050.0, 10038.0, 10117.0, 10029.0, 10043.0, 10040.0, 10051.0, 10057.0, 10027.0, 10042.0, 10033.0, 10066.0, 10118.0, 10078.0, 10049.0, 10062.0, 10117.0, 10070.0, 10082.0, 10129.0, 10070.0, 10043.0, 10041.0, 10133.0, 10063.0, 10087.0, 10124.0, 10054.0, 10027.0, 10064.0, 10130.0, 10080.0, 10044.0, 10025.0, 10021.0, 10027.0, 10080.0, 10132.0, 10059.0, 10032.0, 10042.0, 10069.0, 10050.0, 10047.0, 10073.0, 10052.0, 10027.0, 10055.0, 10041.0, 10058.0, 10032.0, 10057.0, 10097.0, 10043.0, 10044.0, 10042.0, 10085.0, 10062.0, 10047.0, 10145.0, 10084.0, 10042.0, 10037.0, 10026.0, 10043.0, 10035.0, 10092.0, 10044.0, 10042.0, 10045.0, 10035.0, 10047.0, 10026.0, 10032.0, 10054.0, 10060.0, 10068.0, 10093.0, 10105.0, 10050.0, 10060.0, 10075.0, 10064.0, 10063.0, 10110.0, 10096.0, 10042.0, 10042.0, 10109.0, 10070.0, 10057.0, 10108.0, 10080.0, 10026.0, 10056.0, 10120.0, 10041.0, 10037.0, 9987.0, 10016.0, 10010.0, 10023.0, 10104.0, 10072.0, 10016.0, 10039.0, 10028.0, 10048.0, 10033.0, 10036.0, 10032.0, 10046.0, 10033.0, 10051.0, 10067.0, 10055.0, 10053.0, 10039.0, 10065.0, 10056.0, 10085.0, 10149.0, 10120.0, 10050.0, 10062.0, 10112.0, 10057.0, 10069.0, 10093.0, 10148.0, 10108.0, 10054.0, 10049.0, 10042.0, 10014.0, 10044.0, 10110.0, 10081.0, 10039.0, 10067.0, 10065.0, 10060.0, 10047.0, 10044.0, 10088.0, 10063.0, 10050.0, 10114.0, 10112.0, 10043.0, 10043.0, 10108.0, 10079.0, 10042.0, 10096.0, 10155.0, 10064.0, 10037.0, 10033.0, 10031.0, 10033.0, 10032.0, 10012.0, 10047.0, 10044.0, 10055.0, 10152.0, 10059.0, 10081.0, 10050.0, 10039.0, 10036.0, 10011.0, 10010.0, 10052.0, 10029.0, 10005.0, 10024.0, 10032.0, 10077.0, 10051.0, 10047.0, 10067.0, 10035.0, 10030.0, 10032.0, 10117.0, 10076.0, 10048.0, 10071.0, 10084.0, 10033.0, 10029.0, 10096.0, 10021.0, 10038.0, 10091.0, 10037.0, 10014.0, 10015.0, 10035.0, 10065.0, 10078.0, 10078.0, 9967.0, 10031.0, 10032.0, 10011.0, 10005.0, 9993.0, 10007.0, 10001.0, 10046.0, 10021.0, 10043.0, 10065.0, 10060.0, 10139.0, 10068.0, 10048.0, 10029.0, 10112.0, 10044.0, 10044.0, 10071.0, 10063.0, 10043.0, 10044.0, 10088.0, 10081.0, 10063.0, 10036.0, 10046.0, 9997.0, 10022.0, 10010.0, 10012.0, 10029.0, 10029.0, 10059.0, 10039.0, 10069.0, 10053.0, 10064.0, 10030.0, 10042.0, 10020.0, 10041.0, 10072.0, 10054.0, 10142.0, 10046.0, 10048.0, 10039.0, 10034.0, 10010.0, 10049.0, 10078.0, 10013.0, 10056.0, 10056.0, 10086.0, 10049.0, 10073.0, 10106.0, 10148.0, 10104.0, 10097.0, 10141.0, 10046.0, 10049.0, 10002.0, 10001.0, 10033.0, 10021.0, 10004.0, 10035.0, 10024.0, 10042.0, 10016.0, 10053.0, 10063.0, 10039.0, 10066.0, 10131.0, 10152.0, 10051.0, 10031.0, 10042.0, 10037.0, 10028.0, 10038.0, 10086.0, 10049.0, 10033.0, 10032.0, 10027.0, 10047.0, 10046.0, 10132.0, 10044.0, 10034.0, 10046.0, 10000.0, 10001.0, 10023.0, 10001.0, 10014.0, 10032.0, 10020.0, 10034.0, 10025.0, 10053.0, 10038.0, 10072.0, 10015.0, 10062.0, 10109.0, 10048.0, 10025.0, 10052.0, 10116.0, 10032.0, 10030.0, 10020.0, 10017.0, 10000.0, 10026.0, 10059.0, 10034.0, 10018.0, 10018.0, 10031.0, 10018.0, 10047.0, 10045.0, 10022.0, 10036.0, 10052.0, 10069.0, 10043.0, 10052.0, 10045.0, 10041.0, 10020.0, 10033.0, 10029.0, 10020.0, 10032.0, 10019.0, 10059.0, 10029.0, 10062.0, 10097.0, 10041.0, 10034.0, 10051.0, 10078.0, 10044.0, 10034.0, 10005.0, 10020.0, 10063.0, 10059.0, 10102.0, 10013.0, 10036.0, 10042.0, 10028.0, 10053.0, 10069.0, 10111.0, 10014.0, 10053.0, 10081.0, 10033.0, 10057.0, 10123.0, 10033.0, 10035.0, 10030.0, 10029.0, 10050.0, 10039.0, 10107.0, 10021.0, 10031.0, 10028.0, 10038.0, 10034.0, 10087.0, 10055.0, 10015.0, 10024.0, 10038.0, 10014.0, 10048.0, 10051.0, 10029.0, 10028.0, 10048.0, 10041.0, 10015.0, 10012.0, 10011.0, 10008.0, 10008.0, 10028.0, 10039.0, 10004.0, 10031.0, 10019.0, 10016.0, 10032.0, 10024.0, 10073.0, 10017.0, 10028.0, 10029.0, 10035.0, 9995.0, 10034.0, 10086.0, 10021.0, 10022.0, 10029.0, 10025.0, 9999.0, 10043.0, 10088.0, 10035.0, 10034.0, 10033.0, 10044.0, 10017.0, 10032.0, 10036.0, 10014.0, 10032.0, 10058.0, 10052.0, 10013.0, 10028.0, 10053.0, 9996.0, 10008.0, 9995.0, 10006.0, 9997.0, 10027.0, 10072.0, 10018.0, 10020.0, 10001.0, 10041.0, 9985.0, 10014.0, 10015.0, 10021.0, 10053.0, 10051.0, 10057.0, 10024.0, 10023.0, 10046.0, 10006.0, 10038.0, 10077.0, 10020.0, 10049.0, 10044.0, 10065.0, 10009.0, 10039.0, 10064.0, 10021.0, 10035.0, 10031.0, 10045.0, 10033.0, 10021.0, 10076.0, 10024.0, 10035.0, 10082.0, 10028.0, 10054.0, 10120.0, 10085.0, 10039.0, 10012.0, 10066.0, 9984.0, 10025.0, 10037.0, 10014.0, 10043.0, 10043.0, 10027.0, 10028.0, 10018.0, 10042.0, 9999.0, 10026.0, 10018.0, 10044.0, 10019.0, 10027.0, 10042.0, 10003.0, 10034.0, 10004.0, 10012.0, 10017.0, 10017.0, 10060.0, 10000.0, 10057.0, 10041.0, 10039.0, 10009.0, 10034.0, 10066.0, 10025.0, 10034.0, 10019.0, 10029.0, 9988.0, 10032.0, 10049.0, 10008.0, 10075.0, 10047.0, 10078.0, 10007.0, 10034.0, 10016.0, 10007.0, 10034.0, 10021.0, 10046.0, 10008.0, 10034.0, 10049.0, 10004.0, 10036.0, 10023.0, 10067.0, 10035.0, 10047.0, 10085.0, 10022.0, 10021.0, 10024.0, 10064.0, 10028.0, 10027.0, 10123.0, 10009.0, 10023.0, 10006.0, 10004.0, 10020.0, 10014.0, 10049.0, 10038.0, 10025.0, 10115.0, 10028.0, 10032.0, 10033.0, 10070.0, 10063.0, 10044.0, 10138.0, 10040.0, 10035.0, 10033.0, 10057.0, 10045.0, 10018.0, 10055.0, 10021.0, 10021.0, 10059.0, 9995.0, 10021.0, 10061.0, 9992.0, 10033.0, 10059.0, 9985.0, 9993.0, 10052.0, 10100.0, 10064.0, 10087.0, 10167.0, 10167.0, 10137.0, 10067.0, 10114.0, 10049.0, 10069.0, 10039.0, 10051.0, 10033.0, 10071.0, 10156.0, 10043.0, 10084.0, 10050.0, 10073.0, 10039.0, 10065.0, 10103.0, 10145.0, 10061.0, 10072.0, 10086.0, 10073.0, 10093.0, 10061.0, 10143.0, 10087.0, 10076.0, 10162.0, 10114.0, 10111.0, 10141.0, 10118.0, 10050.0, 10029.0, 10090.0, 10041.0, 10026.0, 10029.0, 9991.0, 10035.0, 10106.0, 10039.0, 10055.0, 10045.0, 10075.0, 10014.0, 10050.0, 10123.0, 10054.0, 10029.0, 10051.0, 10031.0, 10025.0, 10065.0, 10052.0, 10076.0, 10026.0, 10072.0, 10057.0, 10069.0, 10064.0, 10055.0, 10114.0, 10046.0, 10050.0, 10173.0, 10076.0, 10049.0, 10042.0, 10034.0, 10075.0, 10053.0, 10065.0, 9995.0, 10008.0, 10019.0, 9982.0, 10055.0, 10019.0, 10018.0, 10044.0, 10034.0, 10034.0, 10050.0, 10052.0, 10098.0, 10059.0, 10069.0, 10077.0, 10088.0, 10039.0, 10097.0, 10093.0, 10025.0, 10048.0, 10030.0, 10031.0, 10045.0, 10034.0, 10043.0, 10048.0, 10052.0, 10077.0, 10041.0, 10066.0, 10092.0, 10022.0, 10048.0, 10050.0, 10108.0, 10063.0, 10099.0, 10126.0, 10054.0, 10049.0, 10027.0, 10012.0, 10021.0, 10071.0, 10048.0, 10072.0, 10032.0, 10074.0, 10051.0, 10036.0, 10060.0, 10044.0, 10101.0, 10045.0, 10086.0, 10143.0, 10048.0, 10057.0, 10099.0, 10025.0, 10032.0, 10018.0, 10030.0, 10026.0, 10001.0, 10002.0, 10003.0, 10021.0, 10019.0, 9984.0, 10029.0, 9986.0, 9998.0, 10053.0, 10053.0, 10058.0, 10001.0, 10040.0, 10002.0, 9988.0, 10028.0, 10012.0, 10035.0, 10075.0, 10040.0, 10035.0, 10061.0, 10041.0, 10123.0, 10034.0, 10077.0, 10106.0, 10044.0, 10054.0, 10035.0, 10036.0, 10045.0, 10020.0, 10041.0, 10023.0, 10049.0, 10070.0, 10021.0, 10059.0, 10096.0, 10053.0, 10078.0, 10095.0, 10090.0, 10009.0, 10049.0, 10062.0, 10008.0, 10035.0, 10008.0, 10021.0, 10050.0, 10024.0, 10038.0, 10072.0, 10055.0, 10112.0, 10055.0, 10052.0, 10076.0, 10019.0, 10053.0, 10021.0, 10033.0, 10062.0, 10044.0, 10105.0, 10026.0, 10053.0, 10025.0, 10024.0, 10010.0, 10052.0, 10071.0, 10036.0, 10060.0, 10050.0, 10105.0, 10045.0, 10081.0, 10135.0, 10033.0, 10049.0, 10030.0, 10036.0, 9969.0, 10029.0, 10071.0, 10039.0, 10047.0, 10038.0, 10057.0, 10057.0, 10063.0, 10084.0, 9999.0, 10039.0, 10062.0, 10044.0, 10050.0, 10036.0, 10048.0, 10012.0, 10049.0, 10048.0, 10059.0, 10019.0, 10055.0, 10024.0, 10011.0, 10057.0, 10086.0, 10112.0, 10050.0, 10077.0, 10060.0, 10091.0, 10080.0, 10057.0, 10140.0, 10028.0, 10055.0, 10099.0, 10019.0, 10045.0, 10094.0, 10016.0, 10045.0, 10052.0, 9976.0, 9975.0, 10042.0, 10092.0, 10047.0, 10059.0, 10112.0, 10167.0, 10131.0, 10097.0, 10077.0, 10127.0, 10038.0, 10061.0, 10034.0, 10078.0, 10054.0, 10054.0, 10042.0, 10071.0, 10057.0, 10050.0, 10072.0, 10053.0, 10058.0, 10047.0, 10100.0, 10048.0, 10064.0, 10044.0, 10061.0, 10044.0, 10061.0, 10174.0, 10090.0, 10054.0, 10049.0, 10041.0, 10022.0, 10041.0, 10054.0, 10043.0, 10049.0, 10081.0, 10117.0, 10065.0, 10063.0, 10095.0, 10047.0, 10045.0, 10092.0, 10118.0, 10112.0, 10044.0, 10085.0, 10018.0, 10035.0, 10030.0, 10032.0, 10045.0, 10086.0, 10075.0, 10007.0, 10035.0, 10013.0, 10015.0, 10031.0, 10034.0, 10077.0, 10030.0, 10029.0, 10030.0, 10040.0, 10017.0, 10056.0, 10151.0, 10041.0, 10036.0, 10034.0, 10032.0, 10034.0, 10035.0, 10078.0, 10023.0, 10053.0, 10075.0, 10051.0, 10088.0, 10104.0, 10047.0, 10016.0, 10024.0, 10050.0, 10026.0, 10013.0, 10031.0, 10078.0, 10010.0, 10034.0, 10101.0, 10006.0, 10015.0, 10008.0, 10073.0, 10017.0, 10055.0, 10038.0, 10035.0, 10035.0, 10049.0, 10064.0, 10013.0, 10039.0, 10067.0, 10074.0, 10023.0, 10060.0, 10131.0, 10145.0, 10040.0, 10047.0, 10039.0, 10014.0, 10015.0, 10033.0, 10032.0, 10031.0, 10007.0, 10050.0, 10050.0, 10025.0, 10046.0, 10045.0, 10136.0, 10076.0, 10045.0, 10093.0, 10065.0, 10065.0, 10034.0, 9999.0, 10001.0, 10047.0, 10050.0, 9996.0, 10024.0, 10012.0, 10017.0, 10028.0, 10013.0, 10033.0, 9991.0, 10031.0, 10068.0, 10041.0, 10060.0, 10043.0, 10061.0, 10055.0, 10042.0, 10105.0, 10038.0, 10046.0, 10036.0, 10079.0, 10051.0, 10032.0, 10110.0, 10028.0, 10052.0, 10105.0, 10061.0, 10037.0, 10046.0, 10070.0, 9988.0, 10028.0, 10052.0, 9970.0, 10026.0, 10055.0, 10005.0, 10033.0, 10004.0, 10016.0, 10014.0, 10010.0, 10010.0, 10001.0, 10029.0, 10017.0, 10060.0, 10006.0, 10033.0, 10107.0, 10062.0, 10025.0, 10029.0, 10007.0, 10021.0, 10004.0, 10061.0, 10051.0, 10055.0, 10057.0, 10064.0, 10002.0, 9985.0, 10062.0, 10075.0, 10134.0, 10157.0, 10141.0, 10128.0, 10144.0, 10128.0, 10092.0, 10095.0, 10153.0, 10168.0, 10068.0, 10037.0, 10060.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.0003468215767634855</td></tr>
<tr><td colspan=3>aqi</td><td>0.025393198921161826</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>41.85443323061462</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.1355490646511643</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>0.9895720267192685</td></tr>
<tr><td colspan=3>efc</td><td>0.5483</td></tr>
<tr><td colspan=3>fber</td><td>1782.4097</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.11207644577072434</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>169</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>14.024896265560166</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.5054917082992203</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.39989394278207</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.763955297738534</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.3526258843770576</td></tr>
<tr><td colspan=3>gcor</td><td>0.00537239</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.013071826659142971</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.05514177307486534</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1205</td></tr>
<tr><td>size</td><td colspan=2>x</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>y</td><td>82</td></tr>
<tr><td>size</td><td colspan=2>z</td><td>56</td></tr>
<tr><td colspan=3>snr</td><td>4.237455183384248</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>18.747</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>101.3288</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>296.743</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>91.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>284959.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>18.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1293.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>482.4154</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.7355</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>593.5679</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3727.7189</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3852.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>91585.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1673.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4878.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>909.0312</td></tr>
<tr><td colspan=3>tsnr</td><td>33.72552297427319</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>