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

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


  <div class="accordion-item">
    <h2 class="accordion-header" id="about-metadata-1">
      <button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#about-metadata-1-collapse" aria-controls="about-metadata-1-collapse">
        Dataset Information
      </button>
    </h2>
    <div id="about-metadata-1-collapse" class="accordion-collapse collapse" aria-labelledby="about-metadata-1-heading" data-bs-parent="#about-metadata-1">
      <div class="accordion-body metadata-table">
      <table id="about-metadata-table-1" class="table table-sm table-striped">
<tr><td colspan=2>AcquisitionMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>AcquisitionNumber</td><td>1</td></tr>
<tr><td colspan=2>AcquisitionTime</td><td>16:49:44.332500</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.998817, -0.0269055, 0.0404995, 0.026155, 0.999478, 0.018949]</td></tr>
<tr><td colspan=2>ImageType</td><td>['ORIGINAL', 'PRIMARY', 'M', 'MB', 'ND', 'NORM', 'MOSAIC']</td></tr>
<tr><td colspan=2>ImagingFrequency</td><td>123.252</td></tr>
<tr><td colspan=2>InPlanePhaseEncodingDirectionDICOM</td><td>COL</td></tr>
<tr><td colspan=2>InstitutionAddress</td><td>Maynard 3,Hanover,NH,US,03755</td></tr>
<tr><td colspan=2>InstitutionName</td><td>Dartmouth College - PBS</td></tr>
<tr><td colspan=2>InstitutionalDepartmentName</td><td>Department</td></tr>
<tr><td colspan=2>MRAcquisitionType</td><td>2D</td></tr>
<tr><td colspan=2>MagneticFieldStrength</td><td>3</td></tr>
<tr><td colspan=2>Manufacturer</td><td>Siemens</td></tr>
<tr><td colspan=2>ManufacturersModelName</td><td>Prisma</td></tr>
<tr><td colspan=2>Modality</td><td>MR</td></tr>
<tr><td colspan=2>MultibandAccelerationFactor</td><td>8</td></tr>
<tr><td colspan=2>PartialFourier</td><td>1</td></tr>
<tr><td colspan=2>PatientPosition</td><td>HFS</td></tr>
<tr><td colspan=2>PercentPhaseFOV</td><td>100</td></tr>
<tr><td colspan=2>PercentSampling</td><td>100</td></tr>
<tr><td colspan=2>PhaseEncodingDirection</td><td>j-</td></tr>
<tr><td colspan=2>PhaseEncodingSteps</td><td>82</td></tr>
<tr><td colspan=2>PhaseResolution</td><td>1</td></tr>
<tr><td colspan=2>PixelBandwidth</td><td>3050</td></tr>
<tr><td colspan=2>ProcedureStepDescription</td><td>Wager_Wager^1076_spacetop</td></tr>
<tr><td colspan=2>ProtocolName</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>PulseSequenceDetails</td><td>%CustomerSeq%\cmrr_mbep2d_bold</td></tr>
<tr><td colspan=2>ReceiveCoilActiveElements</td><td>HEA;HEP</td></tr>
<tr><td colspan=2>ReceiveCoilName</td><td>Head_32</td></tr>
<tr><td colspan=2>ReconMatrixPE</td><td>82</td></tr>
<tr><td colspan=2>RepetitionTime</td><td>0.46</td></tr>
<tr><td colspan=2>SAR</td><td>0.0899108</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>37</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4137, -7744, -7288, 520, -42, -114, -56, 91]</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>249.782</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>6b9328cc-e435-4120-8e95-da7a8fa03f4d||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.679753541946411, 0.07017184048891068, 0.11066809296607971, 109.63533020019531], [0.0721854493021965, 2.6815271377563477, 0.048241812735795975, -96.54338836669922], [0.10865714401006699, -0.050838813185691833, 2.6972997188568115, -78.14952087402344], [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': ['164944.332500', '164944.792500', '164945.252500', '164945.712500', '164946.172500', '164946.632500', '164947.092500', '164947.552500', '164948.012500', '164948.472500', '164948.932500', '164949.392500', '164949.852500', '164950.312500', '164950.772500', '164951.232500', '164951.692500', '164952.152500', '164952.612500', '164953.072500', '164953.532500', '164953.992500', '164954.452500', '164954.912500', '164955.372500', '164955.832500', '164956.292500', '164956.752500', '164957.212500', '164957.672500', '164958.132500', '164958.592500', '164959.052500', '164959.512500', '164959.972500', '165000.432500', '165000.892500', '165001.352500', '165001.812500', '165002.272500', '165002.732500', '165003.192500', '165003.652500', '165004.112500', '165004.572500', '165005.032500', '165005.492500', '165005.952500', '165006.412500', '165006.872500', '165007.332500', '165007.792500', '165008.252500', '165008.712500', '165009.172500', '165009.632500', '165010.092500', '165010.552500', '165011.012500', '165011.472500', '165011.932500', '165012.392500', '165012.852500', '165013.312500', '165013.772500', '165014.232500', '165014.692500', '165015.152500', '165015.612500', '165016.072500', '165016.532500', '165016.992500', '165017.452500', '165017.912500', '165018.372500', '165018.832500', '165019.292500', '165019.752500', '165020.212500', '165020.672500', '165021.132500', '165021.592500', '165022.052500', '165022.512500', '165022.972500', '165023.432500', '165023.892500', '165024.352500', '165024.812500', '165025.272500', '165025.732500', '165026.192500', '165026.652500', '165027.112500', '165027.572500', '165028.032500', '165028.492500', '165028.952500', '165029.412500', '165029.872500', '165030.332500', '165030.792500', '165031.252500', '165031.712500', '165032.172500', '165032.632500', '165033.092500', '165033.552500', '165034.012500', '165034.472500', '165034.932500', '165035.392500', '165035.852500', '165036.312500', '165036.772500', '165037.232500', '165037.692500', '165038.152500', '165038.612500', '165039.072500', '165039.532500', '165039.992500', '165040.452500', '165040.912500', '165041.372500', '165041.832500', '165042.292500', '165042.752500', '165043.212500', '165043.672500', '165044.132500', '165044.592500', '165045.052500', '165045.512500', '165045.972500', '165046.432500', '165046.892500', '165047.352500', '165047.812500', '165048.272500', '165048.732500', '165049.192500', '165049.652500', '165050.112500', '165050.572500', '165051.032500', '165051.492500', '165051.952500', '165052.412500', '165052.872500', '165053.332500', '165053.792500', '165054.252500', '165054.712500', '165055.172500', '165055.632500', '165056.092500', '165056.552500', '165057.012500', '165057.472500', '165057.932500', '165058.392500', '165058.852500', '165059.312500', '165059.772500', '165100.232500', '165100.692500', '165101.152500', '165101.612500', '165102.072500', '165102.532500', '165102.992500', '165103.452500', '165103.912500', '165104.372500', '165104.832500', '165105.292500', '165105.752500', '165106.212500', '165106.672500', '165107.132500', '165107.592500', '165108.052500', '165108.512500', '165108.972500', '165109.432500', '165109.892500', '165110.352500', '165110.812500', '165111.272500', '165111.732500', '165112.192500', '165112.652500', '165113.112500', '165113.572500', '165114.032500', '165114.492500', '165114.952500', '165115.412500', '165115.872500', '165116.332500', '165116.792500', '165117.252500', '165117.712500', '165118.172500', '165118.632500', '165119.092500', '165119.552500', '165120.012500', '165120.472500', '165120.932500', '165121.392500', '165121.852500', '165122.312500', '165122.772500', '165123.232500', '165123.692500', '165124.152500', '165124.612500', '165125.072500', '165125.532500', '165125.992500', '165126.452500', '165126.912500', '165127.372500', '165127.832500', '165128.292500', '165128.752500', '165129.212500', '165129.672500', '165130.132500', '165130.592500', '165131.052500', '165131.512500', '165131.972500', '165132.432500', '165132.892500', '165133.352500', '165133.812500', '165134.272500', '165134.732500', '165135.192500', '165135.652500', '165136.112500', '165136.572500', '165137.032500', '165137.492500', '165137.952500', '165138.412500', '165138.872500', '165139.332500', '165139.792500', '165140.252500', '165140.712500', '165141.172500', '165141.632500', '165142.092500', '165142.552500', '165143.012500', '165143.472500', '165143.932500', '165144.392500', '165144.852500', '165145.312500', '165145.772500', '165146.232500', '165146.692500', '165147.152500', '165147.612500', '165148.072500', '165148.532500', '165148.992500', '165149.452500', '165149.912500', '165150.372500', '165150.832500', '165151.292500', '165151.752500', '165152.212500', '165152.672500', '165153.132500', '165153.592500', '165154.052500', '165154.512500', '165154.972500', '165155.432500', '165155.892500', '165156.352500', '165156.812500', '165157.272500', '165157.732500', '165158.192500', '165158.652500', '165159.112500', '165159.572500', '165200.032500', '165200.492500', '165200.952500', '165201.412500', '165201.872500', '165202.332500', '165202.792500', '165203.252500', '165203.712500', '165204.172500', '165204.632500', '165205.092500', '165205.552500', '165206.012500', '165206.472500', '165206.932500', '165207.392500', '165207.852500', '165208.312500', '165208.772500', '165209.232500', '165209.692500', '165210.152500', '165210.612500', '165211.072500', '165211.532500', '165211.992500', '165212.452500', '165212.912500', '165213.372500', '165213.832500', '165214.292500', '165214.752500', '165215.212500', '165215.672500', '165216.132500', '165216.592500', '165217.052500', '165217.512500', '165217.972500', '165218.432500', '165218.892500', '165219.352500', '165219.812500', '165220.272500', '165220.732500', '165221.192500', '165221.652500', '165222.112500', '165222.572500', '165223.032500', '165223.492500', '165223.952500', '165224.412500', '165224.872500', '165225.332500', '165225.792500', '165226.252500', '165226.712500', '165227.172500', '165227.632500', '165228.092500', '165228.552500', '165229.012500', '165229.472500', '165229.932500', '165230.392500', '165230.852500', '165231.312500', '165231.772500', '165232.232500', '165232.692500', '165233.152500', '165233.612500', '165234.072500', '165234.532500', '165234.992500', '165235.452500', '165235.912500', '165236.372500', '165236.832500', '165237.292500', '165237.752500', '165238.212500', '165238.672500', '165239.132500', '165239.592500', '165240.052500', '165240.512500', '165240.972500', '165241.432500', '165241.892500', '165242.352500', '165242.812500', '165243.272500', '165243.732500', '165244.192500', '165244.652500', '165245.112500', '165245.572500', '165246.032500', '165246.492500', '165246.952500', '165247.412500', '165247.872500', '165248.332500', '165248.792500', '165249.252500', '165249.712500', '165250.172500', '165250.632500', '165251.092500', '165251.552500', '165252.012500', '165252.472500', '165252.932500', '165253.392500', '165253.852500', '165254.312500', '165254.772500', '165255.232500', '165255.692500', '165256.152500', '165256.612500', '165257.072500', '165257.532500', '165257.992500', '165258.452500', '165258.912500', '165259.372500', '165259.832500', '165300.292500', '165300.752500', '165301.212500', '165301.672500', '165302.132500', '165302.592500', '165303.052500', '165303.512500', '165303.972500', '165304.432500', '165304.892500', '165305.352500', '165305.812500', '165306.272500', '165306.732500', '165307.192500', '165307.652500', '165308.112500', '165308.572500', '165309.032500', '165309.492500', '165309.952500', '165310.412500', '165310.872500', '165311.332500', '165311.792500', '165312.252500', '165312.712500', '165313.172500', '165313.632500', '165314.092500', '165314.552500', '165315.012500', '165315.472500', '165315.932500', '165316.392500', '165316.852500', '165317.312500', '165317.772500', '165318.232500', '165318.692500', '165319.152500', '165319.612500', '165320.072500', '165320.532500', '165320.992500', '165321.452500', '165321.912500', '165322.372500', '165322.832500', '165323.292500', '165323.752500', '165324.212500', '165324.672500', '165325.132500', '165325.592500', '165326.052500', '165326.512500', '165326.972500', '165327.432500', '165327.892500', '165328.352500', '165328.812500', '165329.272500', '165329.732500', '165330.192500', '165330.652500', '165331.112500', '165331.572500', '165332.032500', '165332.492500', '165332.952500', '165333.412500', '165333.872500', '165334.332500', '165334.792500', '165335.252500', '165335.712500', '165336.172500', '165336.632500', '165337.092500', '165337.552500', '165338.012500', '165338.472500', '165338.932500', '165339.392500', '165339.852500', '165340.312500', '165340.772500', '165341.232500', '165341.692500', '165342.152500', '165342.612500', '165343.072500', '165343.532500', '165343.992500', '165344.452500', '165344.912500', '165345.372500', '165345.832500', '165346.292500', '165346.752500', '165347.212500', '165347.672500', '165348.132500', '165348.592500', '165349.052500', '165349.512500', '165349.972500', '165350.432500', '165350.892500', '165351.352500', '165351.812500', '165352.272500', '165352.732500', '165353.192500', '165353.652500', '165354.112500', '165354.572500', '165355.032500', '165355.492500', '165355.952500', '165356.412500', '165356.872500', '165357.332500', '165357.792500', '165358.252500', '165358.712500', '165359.172500', '165359.632500', '165400.092500', '165400.552500', '165401.012500', '165401.472500', '165401.932500', '165402.392500', '165402.852500', '165403.312500', '165403.772500', '165404.232500', '165404.692500', '165405.152500', '165405.612500', '165406.072500', '165406.532500', '165406.992500', '165407.452500', '165407.912500', '165408.372500', '165408.832500', '165409.292500', '165409.752500', '165410.212500', '165410.672500', '165411.132500', '165411.592500', '165412.052500', '165412.512500', '165412.972500', '165413.432500', '165413.892500', '165414.352500', '165414.812500', '165415.272500', '165415.732500', '165416.192500', '165416.652500', '165417.112500', '165417.572500', '165418.032500', '165418.492500', '165418.952500', '165419.412500', '165419.872500', '165420.332500', '165420.792500', '165421.252500', '165421.712500', '165422.172500', '165422.632500', '165423.092500', '165423.552500', '165424.012500', '165424.472500', '165424.932500', '165425.392500', '165425.852500', '165426.312500', '165426.772500', '165427.232500', '165427.692500', '165428.152500', '165428.612500', '165429.072500', '165429.532500', '165429.992500', '165430.452500', '165430.912500', '165431.372500', '165431.832500', '165432.292500', '165432.752500', '165433.212500', '165433.672500', '165434.132500', '165434.592500', '165435.052500', '165435.512500', '165435.972500', '165436.432500', '165436.892500', '165437.352500', '165437.812500', '165438.272500', '165438.732500', '165439.192500', '165439.652500', '165440.112500', '165440.572500', '165441.032500', '165441.492500', '165441.952500', '165442.412500', '165442.872500', '165443.332500', '165443.792500', '165444.252500', '165444.712500', '165445.172500', '165445.632500', '165446.092500', '165446.552500', '165447.012500', '165447.472500', '165447.932500', '165448.392500', '165448.852500', '165449.312500', '165449.772500', '165450.232500', '165450.692500', '165451.152500', '165451.612500', '165452.072500', '165452.532500', '165452.992500', '165453.452500', '165453.912500', '165454.372500', '165454.832500', '165455.292500', '165455.752500', '165456.212500', '165456.672500', '165457.132500', '165457.592500', '165458.052500', '165458.512500', '165458.972500', '165459.432500', '165459.892500', '165500.352500', '165500.812500', '165501.272500', '165501.732500', '165502.192500', '165502.652500', '165503.112500', '165503.572500', '165504.032500', '165504.492500', '165504.952500', '165505.412500', '165505.872500', '165506.332500', '165506.792500', '165507.252500', '165507.712500', '165508.172500', '165508.632500', '165509.092500', '165509.552500', '165510.012500', '165510.472500', '165510.932500', '165511.392500', '165511.852500', '165512.312500', '165512.772500', '165513.232500', '165513.692500', '165514.152500', '165514.612500', '165515.072500', '165515.532500', '165515.992500', '165516.452500', '165516.912500', '165517.372500', '165517.832500', '165518.292500', '165518.752500', '165519.212500', '165519.672500', '165520.132500', '165520.592500', '165521.052500', '165521.512500', '165521.972500', '165522.432500', '165522.892500', '165523.352500', '165523.812500', '165524.272500', '165524.732500', '165525.192500', '165525.652500', '165526.112500', '165526.572500', '165527.032500', '165527.492500', '165527.952500', '165528.412500', '165528.872500', '165529.332500', '165529.792500', '165530.252500', '165530.712500', '165531.172500', '165531.632500', '165532.092500', '165532.552500', '165533.012500', '165533.472500', '165533.932500', '165534.392500', '165534.852500', '165535.312500', '165535.772500', '165536.232500', '165536.692500', '165537.152500', '165537.612500', '165538.072500', '165538.532500', '165538.992500', '165539.452500', '165539.912500', '165540.372500', '165540.832500', '165541.292500', '165541.752500', '165542.212500', '165542.672500', '165543.132500', '165543.592500', '165544.052500', '165544.512500', '165544.972500', '165545.432500', '165545.892500', '165546.352500', '165546.812500', '165547.272500', '165547.732500', '165548.192500', '165548.652500', '165549.112500', '165549.572500', '165550.032500', '165550.492500', '165550.952500', '165551.412500', '165551.872500', '165552.332500', '165552.792500', '165553.252500', '165553.712500', '165554.172500', '165554.632500', '165555.092500', '165555.552500', '165556.012500', '165556.472500', '165556.932500', '165557.392500', '165557.852500', '165558.312500', '165558.772500', '165559.232500', '165559.692500', '165600.152500', '165600.612500', '165601.072500', '165601.532500', '165601.992500', '165602.452500', '165602.912500', '165603.372500', '165603.832500', '165604.292500', '165604.752500', '165605.212500', '165605.672500', '165606.132500', '165606.592500', '165607.052500', '165607.512500', '165607.972500', '165608.432500', '165608.892500', '165609.352500', '165609.812500', '165610.272500', '165610.732500', '165611.192500', '165611.652500', '165612.112500', '165612.572500', '165613.032500', '165613.492500', '165613.952500', '165614.412500', '165614.872500', '165615.332500', '165615.792500', '165616.252500', '165616.712500', '165617.172500', '165617.632500', '165618.092500', '165618.552500', '165619.012500', '165619.472500', '165619.932500', '165620.392500', '165620.852500', '165621.312500', '165621.772500', '165622.232500', '165622.692500', '165623.152500', '165623.612500', '165624.072500', '165624.532500', '165624.992500', '165625.452500', '165625.912500', '165626.372500', '165626.832500', '165627.292500', '165627.752500', '165628.212500', '165628.672500', '165629.132500', '165629.592500', '165630.052500', '165630.512500', '165630.972500', '165631.432500', '165631.892500', '165632.352500', '165632.812500', '165633.272500', '165633.732500', '165634.192500', '165634.652500', '165635.112500', '165635.572500', '165636.032500', '165636.492500', '165636.952500', '165637.412500', '165637.872500', '165638.332500', '165638.792500', '165639.252500', '165639.712500', '165640.172500', '165640.632500', '165641.092500', '165641.552500', '165642.012500', '165642.472500', '165642.932500', '165643.392500', '165643.852500', '165644.312500', '165644.772500', '165645.232500', '165645.692500', '165646.152500', '165646.612500', '165647.072500', '165647.532500', '165647.992500', '165648.452500', '165648.912500', '165649.372500', '165649.832500', '165650.292500', '165650.752500', '165651.212500', '165651.672500', '165652.132500', '165652.592500', '165653.052500', '165653.512500', '165653.972500', '165654.432500', '165654.892500', '165655.352500', '165655.812500', '165656.272500', '165656.732500', '165657.192500', '165657.652500', '165658.112500', '165658.572500', '165659.032500', '165659.492500', '165659.952500', '165700.412500', '165700.872500', '165701.332500', '165701.792500', '165702.252500', '165702.712500', '165703.172500', '165703.632500', '165704.092500', '165704.552500', '165705.012500', '165705.472500', '165705.932500', '165706.392500', '165706.852500', '165707.312500', '165707.772500', '165708.232500', '165708.692500', '165709.152500', '165709.612500', '165710.072500', '165710.532500', '165710.992500', '165711.452500', '165711.912500', '165712.372500', '165712.832500', '165713.292500', '165713.752500', '165714.212500', '165714.672500', '165715.132500', '165715.592500', '165716.052500', '165716.512500', '165716.972500', '165717.432500', '165717.892500', '165718.352500', '165718.812500', '165719.272500', '165719.732500', '165720.192500', '165720.652500', '165721.112500', '165721.572500', '165722.032500', '165722.492500', '165722.952500', '165723.412500', '165723.872500', '165724.332500', '165724.792500', '165725.252500', '165725.712500', '165726.172500', '165726.632500', '165727.092500', '165727.552500', '165728.012500', '165728.472500', '165728.932500', '165729.392500', '165729.852500', '165730.312500', '165730.772500', '165731.232500', '165731.692500', '165732.152500', '165732.612500', '165733.072500', '165733.532500', '165733.992500', '165734.452500', '165734.912500', '165735.372500', '165735.832500', '165736.292500', '165736.752500', '165737.212500', '165737.672500', '165738.132500', '165738.592500', '165739.052500', '165739.512500', '165739.972500', '165740.432500', '165740.892500', '165741.352500', '165741.812500', '165742.272500', '165742.732500', '165743.192500', '165743.652500', '165744.112500', '165744.572500', '165745.032500', '165745.492500', '165745.952500', '165746.412500', '165746.872500', '165747.332500', '165747.792500', '165748.252500', '165748.712500', '165749.172500', '165749.632500', '165750.092500', '165750.552500', '165751.012500', '165751.472500', '165751.932500', '165752.392500', '165752.852500', '165753.312500', '165753.772500', '165754.232500', '165754.692500', '165755.152500', '165755.612500', '165756.072500', '165756.532500', '165756.992500', '165757.452500', '165757.912500', '165758.372500', '165758.832500', '165759.292500', '165759.752500', '165800.212500', '165800.672500', '165801.132500', '165801.592500', '165802.052500', '165802.512500', '165802.972500', '165803.432500', '165803.892500', '165804.352500', '165804.812500', '165805.272500', '165805.732500', '165806.192500', '165806.652500', '165807.112500', '165807.572500', '165808.032500', '165808.492500', '165808.952500', '165809.412500', '165809.872500', '165810.332500', '165810.792500', '165811.252500', '165811.712500', '165812.172500', '165812.632500', '165813.092500', '165813.552500', '165814.012500', '165814.472500', '165814.932500', '165815.392500', '165815.852500', '165816.312500', '165816.772500', '165817.232500', '165817.692500', '165818.152500', '165818.612500', '165819.072500', '165819.532500', '165819.992500', '165820.452500', '165820.912500', '165821.372500', '165821.832500', '165822.292500', '165822.752500', '165823.212500', '165823.672500', '165824.132500', '165824.592500', '165825.052500', '165825.512500', '165825.972500', '165826.432500', '165826.892500', '165827.352500', '165827.812500', '165828.272500', '165828.732500', '165829.192500', '165829.652500', '165830.112500', '165830.572500', '165831.032500', '165831.492500', '165831.952500', '165832.412500', '165832.872500', '165833.332500', '165833.792500', '165834.252500', '165834.712500', '165835.172500', '165835.632500', '165836.092500', '165836.552500', '165837.012500', '165837.472500', '165837.932500', '165838.392500', '165838.852500', '165839.312500', '165839.772500', '165840.232500', '165840.692500', '165841.152500', '165841.612500', '165842.072500', '165842.532500', '165842.992500', '165843.452500', '165843.912500', '165844.372500', '165844.832500', '165845.292500', '165845.752500', '165846.212500', '165846.672500', '165847.132500', '165847.592500', '165848.052500', '165848.512500', '165848.972500', '165849.432500', '165849.892500', '165850.352500', '165850.812500', '165851.272500', '165851.732500', '165852.192500', '165852.652500', '165853.112500', '165853.572500', '165854.032500', '165854.492500', '165854.952500', '165855.412500', '165855.872500', '165856.332500', '165856.792500', '165857.252500', '165857.712500', '165858.172500', '165858.632500', '165859.092500', '165859.552500', '165900.012500'], 'ContentTime': ['165010.710000', '165010.714000', '165010.716000', '165010.719000', '165010.721000', '165010.724000', '165010.727000', '165010.729000', '165010.732000', '165010.734000', '165010.737000', '165010.739000', '165010.742000', '165010.745000', '165010.749000', '165010.751000', '165010.754000', '165010.757000', '165010.759000', '165010.762000', '165010.764000', '165010.767000', '165010.769000', '165010.772000', '165010.774000', '165010.777000', '165010.780000', '165010.782000', '165010.785000', '165010.787000', '165010.790000', '165010.792000', '165010.795000', '165010.798000', '165010.800000', '165010.803000', '165010.805000', '165010.808000', '165010.810000', '165010.813000', '165010.815000', '165010.818000', '165010.821000', '165010.823000', '165010.826000', '165010.828000', '165010.831000', '165010.833000', '165010.836000', '165010.839000', '165010.841000', '165010.844000', '165010.846000', '165010.849000', '165010.851000', '165030.680000', '165030.683000', '165030.685000', '165030.688000', '165030.690000', '165030.693000', '165030.695000', '165030.698000', '165030.700000', '165030.703000', '165030.706000', '165030.714000', '165030.716000', '165030.719000', '165030.721000', '165030.724000', '165030.727000', '165030.729000', '165030.732000', '165030.734000', '165030.737000', '165030.741000', '165030.743000', '165030.746000', '165030.749000', '165030.751000', '165030.754000', '165030.756000', '165030.759000', '165030.762000', '165030.764000', '165030.767000', '165030.769000', '165030.772000', '165030.774000', '165030.777000', '165030.779000', '165030.782000', '165030.784000', '165030.787000', '165030.789000', '165030.792000', '165030.795000', '165050.679000', '165050.682000', '165050.685000', '165050.687000', '165050.690000', '165050.693000', '165050.695000', '165050.698000', '165050.703000', '165050.706000', '165050.708000', '165050.711000', '165050.714000', '165050.716000', '165050.719000', '165050.722000', '165050.724000', '165050.727000', '165050.729000', '165050.732000', '165050.734000', '165050.737000', '165050.739000', '165050.742000', '165050.745000', '165050.747000', '165050.750000', '165050.752000', '165050.755000', '165050.758000', '165050.760000', '165050.763000', '165050.765000', '165050.768000', '165050.770000', '165050.773000', '165050.775000', '165050.778000', '165050.780000', '165050.783000', '165050.786000', '165050.788000', '165050.791000', '165050.793000', '165110.680000', '165110.683000', '165110.685000', '165110.688000', '165110.690000', '165110.693000', '165110.695000', '165110.698000', '165110.701000', '165110.703000', '165110.706000', '165110.708000', '165110.711000', '165110.714000', '165110.716000', '165110.719000', '165110.721000', '165110.724000', '165110.726000', '165110.729000', '165110.731000', '165110.734000', '165110.736000', '165110.739000', '165110.741000', '165110.744000', '165110.747000', '165110.758000', '165110.760000', '165110.763000', '165110.766000', '165110.769000', '165110.771000', '165110.774000', '165110.777000', '165110.780000', '165110.782000', '165110.785000', '165110.788000', '165110.790000', '165110.793000', '165110.795000', '165110.798000', '165130.680000', '165130.682000', '165130.685000', '165130.688000', '165130.690000', '165130.693000', '165130.695000', '165130.698000', '165130.700000', '165130.703000', '165130.706000', '165130.708000', '165130.711000', '165130.713000', '165130.716000', '165130.719000', '165130.721000', '165130.724000', '165130.726000', '165130.729000', '165130.731000', '165130.734000', '165130.737000', '165130.739000', '165130.742000', '165130.745000', '165130.747000', '165130.750000', '165130.758000', '165130.760000', '165130.763000', '165130.765000', '165130.768000', '165130.771000', '165130.773000', '165130.776000', '165130.778000', '165130.781000', '165130.783000', '165130.786000', '165130.788000', '165130.791000', '165130.794000', '165130.796000', '165150.679000', '165150.682000', '165150.685000', '165150.687000', '165150.690000', '165150.692000', '165150.695000', '165150.698000', '165150.700000', '165150.703000', '165150.705000', '165150.708000', '165150.710000', '165150.713000', '165150.716000', '165150.718000', '165150.721000', '165150.723000', '165150.726000', '165150.732000', '165150.735000', '165150.737000', '165150.740000', '165150.743000', '165150.745000', '165150.748000', '165150.750000', '165150.753000', '165150.756000', '165150.758000', '165150.761000', '165150.763000', '165150.766000', '165150.768000', '165150.771000', '165150.775000', '165150.778000', '165150.780000', '165150.783000', '165150.785000', '165150.788000', '165150.791000', '165150.793000', '165210.680000', '165210.683000', '165210.685000', '165210.688000', '165210.690000', '165210.693000', '165210.695000', '165210.698000', '165210.701000', '165210.703000', '165210.706000', '165210.708000', '165210.711000', '165210.714000', '165210.716000', '165210.719000', '165210.721000', '165210.724000', '165210.727000', '165210.729000', '165210.732000', '165210.734000', '165210.737000', '165210.739000', '165210.742000', '165210.745000', '165210.747000', '165210.750000', '165210.752000', '165210.755000', '165210.758000', '165210.760000', '165210.763000', '165210.765000', '165210.768000', '165210.771000', '165210.773000', '165210.776000', '165210.778000', '165210.781000', '165210.784000', '165210.786000', '165210.789000', '165210.791000', '165230.680000', '165230.683000', '165230.686000', '165230.688000', '165230.691000', '165230.694000', '165230.696000', '165230.699000', '165230.701000', '165230.704000', '165230.707000', '165230.709000', '165230.712000', '165230.714000', '165230.717000', '165230.720000', '165230.722000', '165230.725000', '165230.727000', '165230.730000', '165230.732000', '165230.735000', '165230.737000', '165230.740000', '165230.743000', '165230.745000', '165230.748000', '165230.750000', '165230.753000', '165230.756000', '165230.758000', '165230.761000', '165230.763000', '165230.766000', '165230.768000', '165230.771000', '165230.773000', '165230.776000', '165230.779000', '165230.781000', '165230.784000', '165230.786000', '165230.789000', '165250.680000', '165250.682000', '165250.685000', '165250.688000', '165250.690000', '165250.693000', '165250.695000', '165250.698000', '165250.700000', '165250.703000', '165250.706000', '165250.708000', '165250.711000', '165250.714000', '165250.716000', '165250.719000', '165250.721000', '165250.724000', '165250.727000', '165250.729000', '165250.732000', '165250.734000', '165250.737000', '165250.750000', '165250.752000', '165250.755000', '165250.758000', '165250.760000', '165250.763000', '165250.765000', '165250.768000', '165250.771000', '165250.773000', '165250.776000', '165250.778000', '165250.781000', '165250.784000', '165250.787000', '165250.789000', '165250.792000', '165250.794000', '165250.797000', '165250.800000', '165250.802000', '165310.680000', '165310.683000', '165310.685000', '165310.688000', '165310.690000', '165310.693000', '165310.695000', '165310.698000', '165310.701000', '165310.703000', '165310.706000', '165310.708000', '165310.711000', '165310.714000', '165310.716000', '165310.719000', '165310.721000', '165310.724000', '165310.726000', '165310.729000', '165310.732000', '165310.734000', '165310.737000', '165310.739000', '165310.742000', '165310.744000', '165310.747000', '165310.750000', '165310.752000', '165310.755000', '165310.757000', '165310.760000', '165310.762000', '165310.765000', '165310.767000', '165310.770000', '165310.773000', '165310.775000', '165310.778000', '165310.781000', '165310.783000', '165310.786000', '165310.788000', '165330.680000', '165330.682000', '165330.685000', '165330.688000', '165330.690000', '165330.693000', '165330.695000', '165330.698000', '165330.701000', '165330.704000', '165330.706000', '165330.709000', '165330.711000', '165330.714000', '165330.717000', '165330.719000', '165330.722000', '165330.725000', '165330.727000', '165330.730000', '165330.732000', '165330.735000', '165330.738000', '165330.740000', '165330.743000', '165330.745000', '165330.748000', '165330.751000', '165330.753000', '165330.756000', '165330.758000', '165330.761000', '165330.763000', '165330.766000', '165330.769000', '165330.771000', '165330.774000', '165330.777000', '165330.779000', '165330.782000', '165330.784000', '165330.787000', '165330.789000', '165330.792000', '165350.679000', '165350.682000', '165350.685000', '165350.687000', '165350.690000', '165350.693000', '165350.695000', '165350.698000', '165350.701000', '165350.703000', '165350.706000', '165350.708000', '165350.711000', '165350.713000', '165350.716000', '165350.718000', '165350.721000', '165350.724000', '165350.726000', '165350.729000', '165350.731000', '165350.734000', '165350.737000', '165350.739000', '165350.742000', '165350.744000', '165350.747000', '165350.749000', '165350.752000', '165350.755000', '165350.757000', '165350.760000', '165350.762000', '165350.765000', '165350.768000', '165350.770000', '165350.773000', '165350.776000', '165350.790000', '165350.792000', '165350.795000', '165350.797000', '165350.800000', '165410.680000', '165410.682000', '165410.685000', '165410.688000', '165410.690000', '165410.693000', '165410.695000', '165410.698000', '165410.701000', '165410.703000', '165410.706000', '165410.708000', '165410.711000', '165410.714000', '165410.716000', '165410.719000', '165410.721000', '165410.724000', '165410.726000', '165410.729000', '165410.732000', '165410.734000', '165410.737000', '165410.739000', '165410.742000', '165410.744000', '165410.747000', '165410.750000', '165410.752000', '165410.755000', '165410.757000', '165410.760000', '165410.763000', '165410.765000', '165410.768000', '165410.770000', '165410.773000', '165410.776000', '165410.778000', '165410.781000', '165410.783000', '165410.786000', '165410.788000', '165410.791000', '165430.680000', '165430.683000', '165430.685000', '165430.688000', '165430.706000', '165430.709000', '165430.712000', '165430.714000', '165430.717000', '165430.719000', '165430.722000', '165430.725000', '165430.727000', '165430.730000', '165430.732000', '165430.735000', '165430.737000', '165430.740000', '165430.742000', '165430.745000', '165430.748000', '165430.750000', '165430.753000', '165430.755000', '165430.758000', '165430.761000', '165430.763000', '165430.766000', '165430.768000', '165430.771000', '165430.773000', '165430.776000', '165430.779000', '165430.781000', '165430.784000', '165430.787000', '165430.789000', '165430.792000', '165430.794000', '165430.797000', '165430.800000', '165430.802000', '165430.805000', '165450.681000', '165450.683000', '165450.686000', '165450.689000', '165450.691000', '165450.694000', '165450.697000', '165450.699000', '165450.702000', '165450.704000', '165450.707000', '165450.710000', '165450.712000', '165450.715000', '165450.717000', '165450.720000', '165450.722000', '165450.725000', '165450.728000', '165450.730000', '165450.733000', '165450.736000', '165450.738000', '165450.741000', '165450.743000', '165450.746000', '165450.749000', '165450.751000', '165450.754000', '165450.756000', '165450.759000', '165450.761000', '165450.764000', '165450.767000', '165450.769000', '165450.772000', '165450.774000', '165450.777000', '165450.780000', '165450.782000', '165450.785000', '165450.787000', '165450.790000', '165450.792000', '165510.680000', '165510.683000', '165510.685000', '165510.688000', '165510.691000', '165510.693000', '165510.696000', '165510.698000', '165510.701000', '165510.703000', '165510.706000', '165510.709000', '165510.711000', '165510.714000', '165510.716000', '165510.719000', '165510.723000', '165510.726000', '165510.729000', '165510.731000', '165510.734000', '165510.736000', '165510.739000', '165510.741000', '165510.744000', '165510.747000', '165510.749000', '165510.752000', '165510.754000', '165510.757000', '165510.760000', '165510.762000', '165510.765000', '165510.767000', '165510.770000', '165510.772000', '165510.775000', '165510.778000', '165510.780000', '165510.783000', '165510.785000', '165510.788000', '165510.790000', '165530.680000', '165530.683000', '165530.685000', '165530.688000', '165530.691000', '165530.693000', '165530.696000', '165530.698000', '165530.701000', '165530.703000', '165530.706000', '165530.708000', '165530.711000', '165530.714000', '165530.716000', '165530.719000', '165530.721000', '165530.724000', '165530.727000', '165530.729000', '165530.732000', '165530.734000', '165530.737000', '165530.739000', '165530.742000', '165530.744000', '165530.747000', '165530.750000', '165530.752000', '165530.755000', '165530.757000', '165530.760000', '165530.763000', '165530.765000', '165530.768000', '165530.770000', '165530.773000', '165530.775000', '165530.778000', '165530.781000', '165530.783000', '165530.786000', '165530.788000', '165530.791000', '165550.680000', '165550.682000', '165550.685000', '165550.687000', '165550.690000', '165550.693000', '165550.695000', '165550.698000', '165550.700000', '165550.703000', '165550.706000', '165550.708000', '165550.711000', '165550.713000', '165550.716000', '165550.730000', '165550.732000', '165550.735000', '165550.737000', '165550.740000', '165550.743000', '165550.745000', '165550.748000', '165550.750000', '165550.753000', '165550.755000', '165550.758000', '165550.760000', '165550.763000', '165550.766000', '165550.768000', '165550.771000', '165550.774000', '165550.776000', '165550.779000', '165550.781000', '165550.784000', '165550.786000', '165550.789000', '165550.791000', '165550.794000', '165550.797000', '165550.799000', '165610.680000', '165610.684000', '165610.687000', '165610.689000', '165610.692000', '165610.696000', '165610.698000', '165610.701000', '165610.704000', '165610.706000', '165610.709000', '165610.711000', '165610.714000', '165610.716000', '165610.719000', '165610.722000', '165610.724000', '165610.727000', '165610.730000', '165610.732000', '165610.735000', '165610.737000', '165610.740000', '165610.743000', '165610.745000', '165610.748000', '165610.750000', '165610.753000', '165610.756000', '165610.758000', '165610.761000', '165610.764000', '165610.766000', '165610.769000', '165610.771000', '165610.774000', '165610.776000', '165610.779000', '165610.782000', '165610.784000', '165610.787000', '165610.789000', '165610.792000', '165630.680000', '165630.682000', '165630.685000', '165630.688000', '165630.690000', '165630.693000', '165630.695000', '165630.698000', '165630.701000', '165630.703000', '165630.706000', '165630.708000', '165630.711000', '165630.713000', '165630.716000', '165630.719000', '165630.721000', '165630.724000', '165630.726000', '165630.729000', '165630.732000', '165630.734000', '165630.737000', '165630.739000', '165630.742000', '165630.744000', '165630.747000', '165630.749000', '165630.752000', '165630.755000', '165630.757000', '165630.760000', '165630.762000', '165630.765000', '165630.768000', '165630.770000', '165630.773000', '165630.775000', '165630.778000', '165630.780000', '165630.783000', '165630.785000', '165630.788000', '165630.791000', '165650.680000', '165650.683000', '165650.685000', '165650.688000', '165650.691000', '165650.693000', '165650.696000', '165650.698000', '165650.701000', '165650.704000', '165650.706000', '165650.709000', '165650.712000', '165650.714000', '165650.717000', '165650.720000', '165650.722000', '165650.725000', '165650.727000', '165650.730000', '165650.732000', '165650.735000', '165650.737000', '165650.740000', '165650.743000', '165650.745000', '165650.748000', '165650.750000', '165650.753000', '165650.756000', '165650.758000', '165650.761000', '165650.763000', '165650.766000', '165650.768000', '165650.771000', '165650.774000', '165650.776000', '165650.779000', '165650.781000', '165650.784000', '165650.787000', '165650.789000', '165650.792000', '165710.681000', '165710.684000', '165710.686000', '165710.689000', '165710.691000', '165710.694000', '165710.696000', '165710.699000', '165710.702000', '165710.704000', '165710.707000', '165710.709000', '165710.712000', '165710.715000', '165710.717000', '165710.720000', '165710.722000', '165710.725000', '165710.728000', '165710.730000', '165710.733000', '165710.735000', '165710.738000', '165710.740000', '165710.743000', '165710.754000', '165710.757000', '165710.760000', '165710.762000', '165710.765000', '165710.767000', '165710.770000', '165710.772000', '165710.775000', '165710.778000', '165710.780000', '165710.783000', '165710.785000', '165710.788000', '165710.791000', '165710.793000', '165710.796000', '165710.799000', '165730.680000', '165730.683000', '165730.685000', '165730.688000', '165730.690000', '165730.693000', '165730.696000', '165730.698000', '165730.701000', '165730.703000', '165730.706000', '165730.708000', '165730.711000', '165730.714000', '165730.716000', '165730.719000', '165730.722000', '165730.724000', '165730.727000', '165730.729000', '165730.732000', '165730.735000', '165730.738000', '165730.741000', '165730.744000', '165730.746000', '165730.749000', '165730.752000', '165730.754000', '165730.757000', '165730.759000', '165730.762000', '165730.765000', '165730.767000', '165730.770000', '165730.773000', '165730.775000', '165730.778000', '165730.780000', '165730.783000', '165730.786000', '165730.788000', '165730.791000', '165750.680000', '165750.682000', '165750.685000', '165750.688000', '165750.690000', '165750.693000', '165750.695000', '165750.698000', '165750.700000', '165750.704000', '165750.707000', '165750.709000', '165750.712000', '165750.715000', '165750.717000', '165750.720000', '165750.722000', '165750.725000', '165750.727000', '165750.730000', '165750.733000', '165750.735000', '165750.738000', '165750.740000', '165750.743000', '165750.746000', '165750.748000', '165750.751000', '165750.753000', '165750.756000', '165750.758000', '165750.761000', '165750.763000', '165750.766000', '165750.769000', '165750.771000', '165750.774000', '165750.777000', '165750.779000', '165750.782000', '165750.784000', '165750.787000', '165750.790000', '165750.792000', '165810.680000', '165810.682000', '165810.685000', '165810.688000', '165810.690000', '165810.693000', '165810.695000', '165810.698000', '165810.701000', '165810.703000', '165810.706000', '165810.708000', '165810.711000', '165810.714000', '165810.716000', '165810.719000', '165810.721000', '165810.724000', '165810.727000', '165810.729000', '165810.732000', '165810.735000', '165810.737000', '165810.740000', '165810.742000', '165810.745000', '165810.747000', '165810.750000', '165810.753000', '165810.755000', '165810.758000', '165810.760000', '165810.763000', '165810.765000', '165810.768000', '165810.771000', '165810.773000', '165810.776000', '165810.779000', '165810.781000', '165810.784000', '165810.786000', '165810.789000', '165830.680000', '165830.682000', '165830.685000', '165830.688000', '165830.690000', '165830.693000', '165830.695000', '165830.698000', '165830.701000', '165830.703000', '165830.706000', '165830.708000', '165830.711000', '165830.714000', '165830.716000', '165830.719000', '165830.721000', '165830.724000', '165830.727000', '165830.729000', '165830.732000', '165830.734000', '165830.737000', '165830.752000', '165830.755000', '165830.757000', '165830.760000', '165830.762000', '165830.765000', '165830.768000', '165830.770000', '165830.773000', '165830.776000', '165830.778000', '165830.781000', '165830.783000', '165830.786000', '165830.789000', '165830.791000', '165830.794000', '165830.796000', '165830.799000', '165830.802000', '165830.804000', '165850.680000', '165850.683000', '165850.685000', '165850.688000', '165850.690000', '165850.693000', '165850.696000', '165850.698000', '165850.701000', '165850.704000', '165850.706000', '165850.709000', '165850.711000', '165850.714000', '165850.716000', '165850.719000', '165850.722000', '165850.724000', '165850.727000', '165850.730000', '165850.732000', '165850.735000', '165850.737000', '165850.740000', '165850.743000', '165850.745000', '165850.748000', '165850.751000', '165850.754000', '165850.757000', '165850.760000', '165850.763000', '165850.765000', '165850.768000', '165850.770000', '165850.773000', '165850.777000', '165850.780000', '165850.783000', '165850.785000', '165850.788000', '165850.790000', '165850.793000', '165901.302000', '165901.305000', '165901.308000', '165901.310000', '165901.313000', '165901.316000', '165901.318000', '165901.321000', '165901.323000', '165901.326000', '165901.329000', '165901.331000', '165901.334000', '165901.336000', '165901.339000', '165901.341000', '165901.344000', '165901.347000', '165901.349000', '165901.352000', '165901.354000', '165901.357000', '165901.360000', '165901.362000'], 'InstanceCreationTime': ['165010.710000', '165010.714000', '165010.716000', '165010.719000', '165010.721000', '165010.724000', '165010.727000', '165010.729000', '165010.732000', '165010.734000', '165010.737000', '165010.739000', '165010.742000', '165010.745000', '165010.749000', '165010.751000', '165010.754000', '165010.757000', '165010.759000', '165010.762000', '165010.764000', '165010.767000', '165010.769000', '165010.772000', '165010.774000', '165010.777000', '165010.780000', '165010.782000', '165010.785000', '165010.787000', '165010.790000', '165010.792000', '165010.795000', '165010.798000', '165010.800000', '165010.803000', '165010.805000', '165010.808000', '165010.810000', '165010.813000', '165010.815000', '165010.818000', '165010.821000', '165010.823000', '165010.826000', '165010.828000', '165010.831000', '165010.833000', '165010.836000', '165010.839000', '165010.841000', '165010.844000', '165010.846000', '165010.849000', '165010.851000', '165030.680000', '165030.683000', '165030.685000', '165030.688000', '165030.690000', '165030.693000', '165030.695000', '165030.698000', '165030.700000', '165030.703000', '165030.706000', '165030.714000', '165030.716000', '165030.719000', '165030.721000', '165030.724000', '165030.727000', '165030.729000', '165030.732000', '165030.734000', '165030.737000', '165030.741000', '165030.743000', '165030.746000', '165030.749000', '165030.751000', '165030.754000', '165030.756000', '165030.759000', '165030.762000', '165030.764000', '165030.767000', '165030.769000', '165030.772000', '165030.774000', '165030.777000', '165030.779000', '165030.782000', '165030.784000', '165030.787000', '165030.789000', '165030.792000', '165030.795000', '165050.679000', '165050.682000', '165050.685000', '165050.687000', '165050.690000', '165050.693000', '165050.695000', '165050.698000', '165050.703000', '165050.706000', '165050.708000', '165050.711000', '165050.714000', '165050.716000', '165050.719000', '165050.722000', '165050.724000', '165050.727000', '165050.729000', '165050.732000', '165050.734000', '165050.737000', '165050.739000', '165050.742000', '165050.745000', '165050.747000', '165050.750000', '165050.752000', '165050.755000', '165050.758000', '165050.760000', '165050.763000', '165050.765000', '165050.768000', '165050.770000', '165050.773000', '165050.775000', '165050.778000', '165050.780000', '165050.783000', '165050.786000', '165050.788000', '165050.791000', '165050.793000', '165110.680000', '165110.683000', '165110.685000', '165110.688000', '165110.690000', '165110.693000', '165110.695000', '165110.698000', '165110.701000', '165110.703000', '165110.706000', '165110.708000', '165110.711000', '165110.714000', '165110.716000', '165110.719000', '165110.721000', '165110.724000', '165110.726000', '165110.729000', '165110.731000', '165110.734000', '165110.736000', '165110.739000', '165110.741000', '165110.744000', '165110.747000', '165110.758000', '165110.760000', '165110.763000', '165110.766000', '165110.769000', '165110.771000', '165110.774000', '165110.777000', '165110.780000', '165110.782000', '165110.785000', '165110.788000', '165110.790000', '165110.793000', '165110.795000', '165110.798000', '165130.680000', '165130.682000', '165130.685000', '165130.688000', '165130.690000', '165130.693000', '165130.695000', '165130.698000', '165130.700000', '165130.703000', '165130.706000', '165130.708000', '165130.711000', '165130.713000', '165130.716000', '165130.719000', '165130.721000', '165130.724000', '165130.726000', '165130.729000', '165130.731000', '165130.734000', '165130.737000', '165130.739000', '165130.742000', '165130.745000', '165130.747000', '165130.750000', '165130.758000', '165130.760000', '165130.763000', '165130.765000', '165130.768000', '165130.771000', '165130.773000', '165130.776000', '165130.778000', '165130.781000', '165130.783000', '165130.786000', '165130.788000', '165130.791000', '165130.794000', '165130.796000', '165150.679000', '165150.682000', '165150.685000', '165150.687000', '165150.690000', '165150.692000', '165150.695000', '165150.698000', '165150.700000', '165150.703000', '165150.705000', '165150.708000', '165150.710000', '165150.713000', '165150.716000', '165150.718000', '165150.721000', '165150.723000', '165150.726000', '165150.732000', '165150.735000', '165150.737000', '165150.740000', '165150.743000', '165150.745000', '165150.748000', '165150.750000', '165150.753000', '165150.756000', '165150.758000', '165150.761000', '165150.763000', '165150.766000', '165150.768000', '165150.771000', '165150.775000', '165150.778000', '165150.780000', '165150.783000', '165150.785000', '165150.788000', '165150.791000', '165150.793000', '165210.680000', '165210.683000', '165210.685000', '165210.688000', '165210.690000', '165210.693000', '165210.695000', '165210.698000', '165210.701000', '165210.703000', '165210.706000', '165210.708000', '165210.711000', '165210.714000', '165210.716000', '165210.719000', '165210.721000', '165210.724000', '165210.727000', '165210.729000', '165210.732000', '165210.734000', '165210.737000', '165210.739000', '165210.742000', '165210.745000', '165210.747000', '165210.750000', '165210.752000', '165210.755000', '165210.758000', '165210.760000', '165210.763000', '165210.765000', '165210.768000', '165210.771000', '165210.773000', '165210.776000', '165210.778000', '165210.781000', '165210.784000', '165210.786000', '165210.789000', '165210.791000', '165230.680000', '165230.683000', '165230.686000', '165230.688000', '165230.691000', '165230.694000', '165230.696000', '165230.699000', '165230.701000', '165230.704000', '165230.707000', '165230.709000', '165230.712000', '165230.714000', '165230.717000', '165230.720000', '165230.722000', '165230.725000', '165230.727000', '165230.730000', '165230.732000', '165230.735000', '165230.737000', '165230.740000', '165230.743000', '165230.745000', '165230.748000', '165230.750000', '165230.753000', '165230.756000', '165230.758000', '165230.761000', '165230.763000', '165230.766000', '165230.768000', '165230.771000', '165230.773000', '165230.776000', '165230.779000', '165230.781000', '165230.784000', '165230.786000', '165230.789000', '165250.680000', '165250.682000', '165250.685000', '165250.688000', '165250.690000', '165250.693000', '165250.695000', '165250.698000', '165250.700000', '165250.703000', '165250.706000', '165250.708000', '165250.711000', '165250.714000', '165250.716000', '165250.719000', '165250.721000', '165250.724000', '165250.727000', '165250.729000', '165250.732000', '165250.734000', '165250.737000', '165250.750000', '165250.752000', '165250.755000', '165250.758000', '165250.760000', '165250.763000', '165250.765000', '165250.768000', '165250.771000', '165250.773000', '165250.776000', '165250.778000', '165250.781000', '165250.784000', '165250.787000', '165250.789000', '165250.792000', '165250.794000', '165250.797000', '165250.800000', '165250.802000', '165310.680000', '165310.683000', '165310.685000', '165310.688000', '165310.690000', '165310.693000', '165310.695000', '165310.698000', '165310.701000', '165310.703000', '165310.706000', '165310.708000', '165310.711000', '165310.714000', '165310.716000', '165310.719000', '165310.721000', '165310.724000', '165310.726000', '165310.729000', '165310.732000', '165310.734000', '165310.737000', '165310.739000', '165310.742000', '165310.744000', '165310.747000', '165310.750000', '165310.752000', '165310.755000', '165310.757000', '165310.760000', '165310.762000', '165310.765000', '165310.767000', '165310.770000', '165310.773000', '165310.775000', '165310.778000', '165310.781000', '165310.783000', '165310.786000', '165310.788000', '165330.680000', '165330.682000', '165330.685000', '165330.688000', '165330.690000', '165330.693000', '165330.695000', '165330.698000', '165330.701000', '165330.704000', '165330.706000', '165330.709000', '165330.711000', '165330.714000', '165330.717000', '165330.719000', '165330.722000', '165330.725000', '165330.727000', '165330.730000', '165330.732000', '165330.735000', '165330.738000', '165330.740000', '165330.743000', '165330.745000', '165330.748000', '165330.751000', '165330.753000', '165330.756000', '165330.758000', '165330.761000', '165330.763000', '165330.766000', '165330.769000', '165330.771000', '165330.774000', '165330.777000', '165330.779000', '165330.782000', '165330.784000', '165330.787000', '165330.789000', '165330.792000', '165350.679000', '165350.682000', '165350.685000', '165350.687000', '165350.690000', '165350.693000', '165350.695000', '165350.698000', '165350.701000', '165350.703000', '165350.706000', '165350.708000', '165350.711000', '165350.713000', '165350.716000', '165350.718000', '165350.721000', '165350.724000', '165350.726000', '165350.729000', '165350.731000', '165350.734000', '165350.737000', '165350.739000', '165350.742000', '165350.744000', '165350.747000', '165350.749000', '165350.752000', '165350.755000', '165350.757000', '165350.760000', '165350.762000', '165350.765000', '165350.768000', '165350.770000', '165350.773000', '165350.776000', '165350.790000', '165350.792000', '165350.795000', '165350.797000', '165350.800000', '165410.680000', '165410.682000', '165410.685000', '165410.688000', '165410.690000', '165410.693000', '165410.695000', '165410.698000', '165410.701000', '165410.703000', '165410.706000', '165410.708000', '165410.711000', '165410.714000', '165410.716000', '165410.719000', '165410.721000', '165410.724000', '165410.726000', '165410.729000', '165410.732000', '165410.734000', '165410.737000', '165410.739000', '165410.742000', '165410.744000', '165410.747000', '165410.750000', '165410.752000', '165410.755000', '165410.757000', '165410.760000', '165410.763000', '165410.765000', '165410.768000', '165410.770000', '165410.773000', '165410.776000', '165410.778000', '165410.781000', '165410.783000', '165410.786000', '165410.788000', '165410.791000', '165430.680000', '165430.683000', '165430.685000', '165430.688000', '165430.706000', '165430.709000', '165430.712000', '165430.714000', '165430.717000', '165430.719000', '165430.722000', '165430.725000', '165430.727000', '165430.730000', '165430.732000', '165430.735000', '165430.737000', '165430.740000', '165430.742000', '165430.745000', '165430.748000', '165430.750000', '165430.753000', '165430.755000', '165430.758000', '165430.761000', '165430.763000', '165430.766000', '165430.768000', '165430.771000', '165430.773000', '165430.776000', '165430.779000', '165430.781000', '165430.784000', '165430.787000', '165430.789000', '165430.792000', '165430.794000', '165430.797000', '165430.800000', '165430.802000', '165430.805000', '165450.681000', '165450.683000', '165450.686000', '165450.689000', '165450.691000', '165450.694000', '165450.697000', '165450.699000', '165450.702000', '165450.704000', '165450.707000', '165450.710000', '165450.712000', '165450.715000', '165450.717000', '165450.720000', '165450.722000', '165450.725000', '165450.728000', '165450.730000', '165450.733000', '165450.736000', '165450.738000', '165450.741000', '165450.743000', '165450.746000', '165450.749000', '165450.751000', '165450.754000', '165450.756000', '165450.759000', '165450.761000', '165450.764000', '165450.767000', '165450.769000', '165450.772000', '165450.774000', '165450.777000', '165450.780000', '165450.782000', '165450.785000', '165450.787000', '165450.790000', '165450.792000', '165510.680000', '165510.683000', '165510.685000', '165510.688000', '165510.691000', '165510.693000', '165510.696000', '165510.698000', '165510.701000', '165510.703000', '165510.706000', '165510.709000', '165510.711000', '165510.714000', '165510.716000', '165510.719000', '165510.723000', '165510.726000', '165510.729000', '165510.731000', '165510.734000', '165510.736000', '165510.739000', '165510.741000', '165510.744000', '165510.747000', '165510.749000', '165510.752000', '165510.754000', '165510.757000', '165510.760000', '165510.762000', '165510.765000', '165510.767000', '165510.770000', '165510.772000', '165510.775000', '165510.778000', '165510.780000', '165510.783000', '165510.785000', '165510.788000', '165510.790000', '165530.680000', '165530.683000', '165530.685000', '165530.688000', '165530.691000', '165530.693000', '165530.696000', '165530.698000', '165530.701000', '165530.703000', '165530.706000', '165530.708000', '165530.711000', '165530.714000', '165530.716000', '165530.719000', '165530.721000', '165530.724000', '165530.727000', '165530.729000', '165530.732000', '165530.734000', '165530.737000', '165530.739000', '165530.742000', '165530.744000', '165530.747000', '165530.750000', '165530.752000', '165530.755000', '165530.757000', '165530.760000', '165530.763000', '165530.765000', '165530.768000', '165530.770000', '165530.773000', '165530.775000', '165530.778000', '165530.781000', '165530.783000', '165530.786000', '165530.788000', '165530.791000', '165550.680000', '165550.682000', '165550.685000', '165550.687000', '165550.690000', '165550.693000', '165550.695000', '165550.698000', '165550.700000', '165550.703000', '165550.706000', '165550.708000', '165550.711000', '165550.713000', '165550.716000', '165550.730000', '165550.732000', '165550.735000', '165550.737000', '165550.740000', '165550.743000', '165550.745000', '165550.748000', '165550.750000', '165550.753000', '165550.755000', '165550.758000', '165550.760000', '165550.763000', '165550.766000', '165550.768000', '165550.771000', '165550.774000', '165550.776000', '165550.779000', '165550.781000', '165550.784000', '165550.786000', '165550.789000', '165550.791000', '165550.794000', '165550.797000', '165550.799000', '165610.680000', '165610.684000', '165610.687000', '165610.689000', '165610.692000', '165610.696000', '165610.698000', '165610.701000', '165610.704000', '165610.706000', '165610.709000', '165610.711000', '165610.714000', '165610.716000', '165610.719000', '165610.722000', '165610.724000', '165610.727000', '165610.730000', '165610.732000', '165610.735000', '165610.737000', '165610.740000', '165610.743000', '165610.745000', '165610.748000', '165610.750000', '165610.753000', '165610.756000', '165610.758000', '165610.761000', '165610.764000', '165610.766000', '165610.769000', '165610.771000', '165610.774000', '165610.776000', '165610.779000', '165610.782000', '165610.784000', '165610.787000', '165610.789000', '165610.792000', '165630.680000', '165630.682000', '165630.685000', '165630.688000', '165630.690000', '165630.693000', '165630.695000', '165630.698000', '165630.701000', '165630.703000', '165630.706000', '165630.708000', '165630.711000', '165630.713000', '165630.716000', '165630.719000', '165630.721000', '165630.724000', '165630.726000', '165630.729000', '165630.732000', '165630.734000', '165630.737000', '165630.739000', '165630.742000', '165630.744000', '165630.747000', '165630.749000', '165630.752000', '165630.755000', '165630.757000', '165630.760000', '165630.762000', '165630.765000', '165630.768000', '165630.770000', '165630.773000', '165630.775000', '165630.778000', '165630.780000', '165630.783000', '165630.785000', '165630.788000', '165630.791000', '165650.680000', '165650.683000', '165650.685000', '165650.688000', '165650.691000', '165650.693000', '165650.696000', '165650.698000', '165650.701000', '165650.704000', '165650.706000', '165650.709000', '165650.712000', '165650.714000', '165650.717000', '165650.720000', '165650.722000', '165650.725000', '165650.727000', '165650.730000', '165650.732000', '165650.735000', '165650.737000', '165650.740000', '165650.743000', '165650.745000', '165650.748000', '165650.750000', '165650.753000', '165650.756000', '165650.758000', '165650.761000', '165650.763000', '165650.766000', '165650.768000', '165650.771000', '165650.774000', '165650.776000', '165650.779000', '165650.781000', '165650.784000', '165650.787000', '165650.789000', '165650.792000', '165710.681000', '165710.684000', '165710.686000', '165710.689000', '165710.691000', '165710.694000', '165710.696000', '165710.699000', '165710.702000', '165710.704000', '165710.707000', '165710.709000', '165710.712000', '165710.715000', '165710.717000', '165710.720000', '165710.722000', '165710.725000', '165710.728000', '165710.730000', '165710.733000', '165710.735000', '165710.738000', '165710.740000', '165710.743000', '165710.754000', '165710.757000', '165710.760000', '165710.762000', '165710.765000', '165710.767000', '165710.770000', '165710.772000', '165710.775000', '165710.778000', '165710.780000', '165710.783000', '165710.785000', '165710.788000', '165710.791000', '165710.793000', '165710.796000', '165710.799000', '165730.680000', '165730.683000', '165730.685000', '165730.688000', '165730.690000', '165730.693000', '165730.696000', '165730.698000', '165730.701000', '165730.703000', '165730.706000', '165730.708000', '165730.711000', '165730.714000', '165730.716000', '165730.719000', '165730.722000', '165730.724000', '165730.727000', '165730.729000', '165730.732000', '165730.735000', '165730.738000', '165730.741000', '165730.744000', '165730.746000', '165730.749000', '165730.752000', '165730.754000', '165730.757000', '165730.759000', '165730.762000', '165730.765000', '165730.767000', '165730.770000', '165730.773000', '165730.775000', '165730.778000', '165730.780000', '165730.783000', '165730.786000', '165730.788000', '165730.791000', '165750.680000', '165750.682000', '165750.685000', '165750.688000', '165750.690000', '165750.693000', '165750.695000', '165750.698000', '165750.700000', '165750.704000', '165750.707000', '165750.709000', '165750.712000', '165750.715000', '165750.717000', '165750.720000', '165750.722000', '165750.725000', '165750.727000', '165750.730000', '165750.733000', '165750.735000', '165750.738000', '165750.740000', '165750.743000', '165750.746000', '165750.748000', '165750.751000', '165750.753000', '165750.756000', '165750.758000', '165750.761000', '165750.763000', '165750.766000', '165750.769000', '165750.771000', '165750.774000', '165750.777000', '165750.779000', '165750.782000', '165750.784000', '165750.787000', '165750.790000', '165750.792000', '165810.680000', '165810.682000', '165810.685000', '165810.688000', '165810.690000', '165810.693000', '165810.695000', '165810.698000', '165810.701000', '165810.703000', '165810.706000', '165810.708000', '165810.711000', '165810.714000', '165810.716000', '165810.719000', '165810.721000', '165810.724000', '165810.727000', '165810.729000', '165810.732000', '165810.735000', '165810.737000', '165810.740000', '165810.742000', '165810.745000', '165810.747000', '165810.750000', '165810.753000', '165810.755000', '165810.758000', '165810.760000', '165810.763000', '165810.765000', '165810.768000', '165810.771000', '165810.773000', '165810.776000', '165810.779000', '165810.781000', '165810.784000', '165810.786000', '165810.789000', '165830.680000', '165830.682000', '165830.685000', '165830.688000', '165830.690000', '165830.693000', '165830.695000', '165830.698000', '165830.701000', '165830.703000', '165830.706000', '165830.708000', '165830.711000', '165830.714000', '165830.716000', '165830.719000', '165830.721000', '165830.724000', '165830.727000', '165830.729000', '165830.732000', '165830.734000', '165830.737000', '165830.752000', '165830.755000', '165830.757000', '165830.760000', '165830.762000', '165830.765000', '165830.768000', '165830.770000', '165830.773000', '165830.776000', '165830.778000', '165830.781000', '165830.783000', '165830.786000', '165830.789000', '165830.791000', '165830.794000', '165830.796000', '165830.799000', '165830.802000', '165830.804000', '165850.680000', '165850.683000', '165850.685000', '165850.688000', '165850.690000', '165850.693000', '165850.696000', '165850.698000', '165850.701000', '165850.704000', '165850.706000', '165850.709000', '165850.711000', '165850.714000', '165850.716000', '165850.719000', '165850.722000', '165850.724000', '165850.727000', '165850.730000', '165850.732000', '165850.735000', '165850.737000', '165850.740000', '165850.743000', '165850.745000', '165850.748000', '165850.751000', '165850.754000', '165850.757000', '165850.760000', '165850.763000', '165850.765000', '165850.768000', '165850.770000', '165850.773000', '165850.777000', '165850.780000', '165850.783000', '165850.785000', '165850.788000', '165850.790000', '165850.793000', '165901.302000', '165901.305000', '165901.308000', '165901.310000', '165901.313000', '165901.316000', '165901.318000', '165901.321000', '165901.323000', '165901.326000', '165901.329000', '165901.331000', '165901.334000', '165901.336000', '165901.339000', '165901.341000', '165901.344000', '165901.347000', '165901.349000', '165901.352000', '165901.354000', '165901.357000', '165901.360000', '165901.362000'], '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': [11638, 8611, 10847, 8685, 12240, 10240, 13137, 10432, 8131, 12024, 8582, 14016, 9627, 12450, 10195, 13457, 10063, 12875, 10255, 8475, 9330, 8097, 10037, 8198, 10923, 8403, 11836, 9895, 11302, 9919, 10981, 9667, 8161, 9678, 8156, 10153, 8264, 11257, 9956, 14088, 10342, 9630, 9279, 7953, 10431, 7880, 12244, 9452, 12063, 9869, 13551, 10718, 10031, 9572, 7959, 9967, 7650, 12003, 10264, 17386, 9923, 9500, 9188, 7787, 11846, 10122, 10272, 9265, 7897, 10762, 9630, 11877, 9997, 7856, 10274, 8289, 13301, 10509, 16160, 11296, 7479, 10436, 8820, 10006, 9706, 8042, 13501, 9545, 8114, 9668, 7648, 13730, 10636, 16644, 9816, 9275, 10300, 7834, 14539, 12424, 18515, 10450, 10089, 10034, 8189, 11641, 9405, 13906, 10659, 11076, 9164, 7807, 11215, 9359, 14963, 9847, 7939, 10057, 7974, 12424, 10726, 11157, 9520, 7604, 10892, 8840, 13715, 10944, 13264, 9626, 8262, 10607, 7646, 12046, 10154, 15797, 10077, 10404, 9318, 8172, 10676, 9431, 13443, 10431, 8121, 9546, 8324, 10407, 9618, 8172, 10465, 9860, 11561, 9740, 7705, 10666, 9678, 10251, 9690, 7724, 13596, 10793, 17105, 9739, 8121, 9996, 7770, 14028, 10629, 16125, 9848, 7760, 10501, 8214, 12580, 10415, 10032, 11267, 8763, 17496, 9446, 7845, 10712, 8255, 12860, 10703, 13643, 9950, 8202, 10324, 7935, 11290, 9863, 14051, 10916, 11493, 9444, 7959, 10206, 8275, 11350, 10210, 12948, 10401, 9900, 9302, 7898, 10109, 7779, 12222, 10468, 11463, 9383, 7880, 9967, 8066, 11223, 10228, 14314, 9753, 8026, 9254, 8007, 10579, 9059, 13437, 10375, 12035, 9191, 7669, 9788, 7872, 12785, 9491, 12863, 9419, 9346, 9112, 8197, 10883, 9223, 14953, 9694, 8639, 9866, 7890, 11377, 9917, 7727, 10824, 9795, 7800, 14447, 9271, 8124, 10342, 8653, 13581, 11446, 16065, 12051, 8863, 12680, 8864, 13990, 11465, 17843, 12110, 10260, 10322, 7850, 11235, 9291, 12079, 10625, 8342, 9919, 7558, 11069, 8240, 12691, 10577, 16941, 10063, 7616, 10029, 8065, 11483, 10261, 10675, 9664, 7834, 10539, 8939, 10744, 9698, 7584, 11602, 8793, 15747, 9378, 8066, 9453, 7394, 14449, 11092, 14539, 9006, 7584, 10248, 8239, 14119, 10246, 17575, 10205, 9343, 10262, 8458, 10957, 8808, 14446, 10329, 8032, 9305, 7894, 10020, 9163, 7851, 10381, 9611, 8822, 9998, 8667, 7923, 12584, 9944, 9905, 10414, 11537, 17383, 12073, 9626, 11273, 8921, 17086, 9446, 8317, 10921, 9666, 15857, 9743, 7980, 11084, 8628, 13662, 10512, 14805, 10082, 7551, 13267, 9760, 9408, 9710, 7451, 12786, 10037, 13790, 9911, 7835, 10511, 8905, 9162, 9903, 7808, 14677, 10616, 15079, 9401, 7837, 11440, 9714, 7976, 9895, 9804, 8397, 10969, 9235, 15422, 9539, 7987, 10034, 9421, 8851, 9514, 7560, 11712, 9938, 9679, 9505, 7429, 10647, 8564, 10393, 9335, 7798, 10291, 8760, 12581, 9414, 7911, 9072, 7574, 11526, 10245, 9413, 9358, 7619, 10611, 9554, 9723, 9750, 7798, 12430, 8889, 12865, 9741, 15272, 10061, 14802, 9813, 10162, 9397, 7834, 10443, 8384, 13980, 10420, 14295, 9458, 7937, 9699, 8007, 11103, 9697, 11443, 9504, 7798, 9388, 7835, 11182, 8763, 13500, 9902, 13975, 9699, 8089, 9527, 7707, 11601, 9447, 15240, 9267, 8553, 9338, 7928, 11474, 9739, 14414, 9015, 7657, 9976, 7759, 12446, 10477, 15570, 10210, 7569, 11765, 9053, 15312, 9875, 9811, 9639, 7802, 13582, 9553, 15373, 9372, 11337, 9290, 7866, 10737, 8965, 15198, 8963, 10626, 9127, 8082, 10586, 8450, 14610, 9878, 13869, 9492, 8028, 9659, 7900, 12297, 9915, 16662, 9388, 8715, 9202, 7711, 12687, 9811, 15333, 10235, 7956, 10291, 8907, 12544, 9812, 9922, 9712, 8462, 13028, 8323, 13319, 9679, 13161, 9886, 8592, 12091, 8163, 12849, 9248, 9865, 9216, 7835, 12643, 9164, 13787, 9306, 8465, 9340, 7858, 12116, 9335, 15516, 9510, 7992, 9186, 7533, 12997, 9776, 14908, 8961, 8020, 9596, 7907, 13349, 10018, 11336, 8969, 7719, 10557, 8316, 15004, 11556, 14973, 9507, 7975, 10175, 7909, 14621, 10214, 12116, 9809, 7681, 11792, 9436, 8051, 9930, 8071, 14706, 10486, 8666, 9312, 7772, 14236, 10282, 14077, 13711, 11858, 15752, 9131, 7690, 9263, 9125, 8317, 11014, 10580, 8720, 12818, 13167, 13584, 14576, 9661, 8108, 14977, 10855, 11434, 9853, 7853, 15534, 12647, 16593, 9410, 7406, 10115, 7800, 11129, 10090, 11322, 9987, 7662, 9790, 8049, 10930, 9745, 11989, 10216, 9534, 9615, 8050, 9735, 8094, 10825, 9215, 11675, 9835, 7976, 9843, 7367, 10708, 8884, 11690, 9556, 10982, 9620, 9456, 9452, 7423, 10150, 8298, 11462, 9643, 11787, 10025, 8053, 9783, 7738, 10518, 7736, 13489, 9558, 15483, 11066, 16545, 10187, 12614, 9186, 7900, 10505, 7430, 14703, 10030, 14190, 9025, 7886, 10392, 8667, 9552, 9189, 7595, 11965, 9788, 10697, 9734, 7495, 13545, 10229, 16912, 11574, 16024, 11268, 12979, 10810, 7712, 12971, 9243, 10062, 9238, 7617, 12610, 9469, 8225, 9471, 9324, 11227, 9295, 7892, 7776, 8360, 7760, 11577, 8979, 13604, 12450, 14005, 11415, 9339, 13663, 8717, 9264, 11975, 9831, 12742, 12392, 8757, 10743, 11928, 9252, 11051, 14707, 9978, 7618, 12151, 12295, 12219, 13383, 11859, 17142, 12789, 10095, 15583, 9071, 7806, 14267, 10429, 12099, 13816, 10323, 11459, 8706, 7757, 10492, 8312, 13789, 9959, 15238, 9364, 7594, 11731, 7941, 12919, 9637, 16008, 11487, 13289, 8896, 7905, 9956, 7628, 10742, 7882, 11443, 9095, 11811, 9316, 11820, 9180, 10853, 8924, 8321, 9673, 7629, 10136, 7830, 10815, 9128, 11375, 9489, 7803, 10143, 7640, 11425, 9250, 11900, 9608, 11879, 9970, 7380, 11410, 9209, 14307, 10000, 15967, 12310, 12378, 14037, 12110, 12439, 9220, 7649, 11307, 9229, 8188, 10315, 9130, 8442, 16799, 10281, 15668, 12917, 10272, 16519, 13857, 14072, 14342, 12964, 18115, 14859, 14880, 14972, 9009, 12608, 9190, 7586, 11582, 8886, 9569, 8675, 7769, 11550, 8613, 14305, 8784, 9979, 8688, 7696, 10047, 8167, 11009, 7973, 11021, 7844, 10587, 7744, 11468, 9216, 12818, 9270, 11786, 9199, 9368, 8801, 7737, 10198, 7554, 11463, 8617, 12134, 9245, 12119, 9640, 9852, 9633, 7629, 10475, 8098, 12314, 10124, 9286, 9791, 7376, 10943, 7468, 12069, 9339, 15229, 10182, 16735, 10083, 15404, 10165, 13221, 10893, 11764, 10134, 8345, 10216, 7411, 11129, 8387, 11898, 9777, 8930, 8802, 7532, 10589, 7615, 11673, 8939, 13206, 9453, 12922, 9407, 13338, 9573, 11560, 9935, 9807, 9898, 7436, 10579, 7709, 12010, 9822, 13831, 9840, 11145, 9381, 8090, 10795, 7991, 12468, 8944, 13683, 9680, 12605, 9446, 11051, 9856, 7575, 11039, 8511, 12659, 9501, 10864, 9613, 7551, 11038, 7450, 11393, 9055, 13143, 9961, 15967, 9716, 7540, 10791, 8967, 11414, 9947, 8192, 13860, 10362, 8082, 11626, 9190, 7617, 11581, 8555, 7534, 11626, 9091, 15467, 12367, 10387, 13549, 10928, 16036, 13423, 16196, 13048, 12579, 10598, 8290, 11518, 9000, 13619, 9796, 12861, 8954, 7662, 10387, 7552, 12160, 9462, 14411, 9189, 12596, 8622, 8362, 9997, 7472, 12452, 8853, 12406, 8288, 8835, 8794, 7545, 10882, 7869, 13962, 9569, 15450, 9028, 12407, 9434, 11463, 10097, 8626, 10737, 7613, 11259, 7973, 15374, 9636, 15781, 8887, 8078, 9145, 7969, 11628, 8604, 13063, 10266, 8261, 11837, 8816, 8101, 8982, 8444, 7720, 11589, 10057, 8991, 7619, 10065, 8337, 8051, 9636, 10567, 13304, 15427, 13191, 19332, 13554, 16047, 16821, 16428, 10772, 10037, 9311, 17247, 12483, 12904, 13794, 11435, 16398, 9369, 8425, 10025, 7773, 12711, 9313, 14549, 9822, 14966, 10242, 15110, 10316, 12908, 9269, 8622, 9853, 7745, 10679, 7701, 11280, 7600, 11580, 8553, 11398, 8701, 11686, 9094, 11802, 9257, 12138, 9183, 11246, 8685, 9389, 8937, 7578, 10452, 7490, 11035, 7993, 11654, 9365, 12134, 9333, 11770, 8992, 8910, 9829, 7507, 10753, 7502, 11935, 9700, 12559, 9485, 12287, 9422, 11292, 9174, 8456, 10712, 7748, 11903, 8531, 11874, 9429, 7765, 10090, 8764, 7594, 9557, 7915, 9928, 9629, 10225, 14280, 12075, 17305, 12149, 13186, 9540, 10837, 15062, 15182, 18020, 13958, 9883, 12789, 11666, 14462, 10530, 9907, 17284, 11811, 8444, 11504, 9418, 11391, 9720, 9145, 15439, 12369, 12501, 8888, 7428, 11067, 8398, 12976, 9782, 7909, 9635, 7551, 11193, 8767, 7744, 10197, 7786, 12058, 9373, 9120, 8834, 7787, 10502, 7798, 11878, 9495, 9179, 9434, 7576, 11568, 8889, 7890, 9460, 7451, 12175], 'WindowCenter': [4768.0, 4711.0, 4729.0, 4694.0, 4723.0, 4701.0, 4719.0, 4699.0, 4659.0, 4707.0, 4667.0, 4716.0, 4676.0, 4706.0, 4686.0, 4715.0, 4685.0, 4705.0, 4686.0, 4655.0, 4663.0, 4655.0, 4674.0, 4653.0, 4685.0, 4665.0, 4695.0, 4675.0, 4695.0, 4675.0, 4695.0, 4674.0, 4666.0, 4676.0, 4656.0, 4686.0, 4667.0, 4697.0, 4687.0, 4726.0, 4686.0, 4689.0, 4676.0, 4657.0, 4697.0, 4658.0, 4720.0, 4688.0, 4717.0, 4688.0, 4718.0, 4700.0, 4688.0, 4687.0, 4657.0, 4688.0, 4658.0, 4717.0, 4697.0, 4748.0, 4686.0, 4687.0, 4677.0, 4657.0, 4716.0, 4700.0, 4700.0, 4687.0, 4669.0, 4708.0, 4699.0, 4720.0, 4699.0, 4669.0, 4699.0, 4680.0, 4730.0, 4709.0, 4750.0, 4708.0, 4659.0, 4699.0, 4688.0, 4700.0, 4700.0, 4681.0, 4741.0, 4702.0, 4682.0, 4701.0, 4671.0, 4739.0, 4712.0, 4760.0, 4700.0, 4690.0, 4698.0, 4658.0, 4729.0, 4719.0, 4758.0, 4697.0, 4697.0, 4685.0, 4665.0, 4695.0, 4676.0, 4716.0, 4695.0, 4695.0, 4675.0, 4656.0, 4706.0, 4675.0, 4737.0, 4685.0, 4669.0, 4685.0, 4667.0, 4717.0, 4707.0, 4710.0, 4687.0, 4657.0, 4695.0, 4677.0, 4728.0, 4698.0, 4717.0, 4687.0, 4665.0, 4697.0, 4657.0, 4707.0, 4698.0, 4735.0, 4685.0, 4699.0, 4677.0, 4664.0, 4695.0, 4687.0, 4727.0, 4698.0, 4666.0, 4690.0, 4680.0, 4708.0, 4688.0, 4670.0, 4711.0, 4700.0, 4722.0, 4689.0, 4670.0, 4710.0, 4689.0, 4699.0, 4690.0, 4670.0, 4730.0, 4709.0, 4748.0, 4688.0, 4668.0, 4687.0, 4659.0, 4728.0, 4699.0, 4738.0, 4687.0, 4657.0, 4696.0, 4666.0, 4715.0, 4698.0, 4699.0, 4695.0, 4678.0, 4747.0, 4685.0, 4656.0, 4683.0, 4667.0, 4717.0, 4696.0, 4717.0, 4676.0, 4666.0, 4684.0, 4656.0, 4692.0, 4685.0, 4714.0, 4696.0, 4695.0, 4674.0, 4655.0, 4685.0, 4654.0, 4696.0, 4685.0, 4715.0, 4686.0, 4686.0, 4674.0, 4656.0, 4685.0, 4656.0, 4706.0, 4698.0, 4708.0, 4675.0, 4658.0, 4687.0, 4667.0, 4710.0, 4699.0, 4727.0, 4688.0, 4667.0, 4676.0, 4657.0, 4697.0, 4679.0, 4718.0, 4687.0, 4716.0, 4677.0, 4658.0, 4687.0, 4656.0, 4717.0, 4686.0, 4716.0, 4677.0, 4677.0, 4676.0, 4668.0, 4708.0, 4690.0, 4737.0, 4689.0, 4680.0, 4699.0, 4671.0, 4720.0, 4699.0, 4672.0, 4721.0, 4714.0, 4685.0, 4756.0, 4704.0, 4685.0, 4713.0, 4693.0, 4742.0, 4722.0, 4753.0, 4721.0, 4691.0, 4730.0, 4690.0, 4740.0, 4720.0, 4758.0, 4707.0, 4686.0, 4687.0, 4668.0, 4697.0, 4687.0, 4716.0, 4698.0, 4669.0, 4686.0, 4656.0, 4695.0, 4666.0, 4717.0, 4697.0, 4747.0, 4687.0, 4657.0, 4687.0, 4666.0, 4706.0, 4698.0, 4699.0, 4689.0, 4658.0, 4698.0, 4679.0, 4708.0, 4690.0, 4669.0, 4720.0, 4680.0, 4748.0, 4689.0, 4681.0, 4700.0, 4659.0, 4738.0, 4708.0, 4741.0, 4679.0, 4672.0, 4699.0, 4679.0, 4727.0, 4698.0, 4747.0, 4685.0, 4677.0, 4684.0, 4666.0, 4694.0, 4677.0, 4727.0, 4697.0, 4667.0, 4688.0, 4668.0, 4698.0, 4699.0, 4696.0, 4723.0, 4713.0, 4704.0, 4713.0, 4694.0, 4683.0, 4732.0, 4712.0, 4712.0, 4711.0, 4720.0, 4761.0, 4719.0, 4701.0, 4710.0, 4678.0, 4747.0, 4687.0, 4666.0, 4697.0, 4688.0, 4748.0, 4687.0, 4657.0, 4696.0, 4676.0, 4717.0, 4686.0, 4727.0, 4684.0, 4655.0, 4714.0, 4684.0, 4676.0, 4686.0, 4659.0, 4718.0, 4689.0, 4728.0, 4685.0, 4657.0, 4696.0, 4678.0, 4690.0, 4698.0, 4658.0, 4739.0, 4699.0, 4736.0, 4676.0, 4659.0, 4706.0, 4689.0, 4668.0, 4687.0, 4688.0, 4669.0, 4696.0, 4689.0, 4738.0, 4701.0, 4682.0, 4701.0, 4693.0, 4689.0, 4688.0, 4656.0, 4708.0, 4684.0, 4676.0, 4688.0, 4648.0, 4697.0, 4678.0, 4696.0, 4686.0, 4657.0, 4698.0, 4678.0, 4717.0, 4676.0, 4666.0, 4675.0, 4658.0, 4705.0, 4697.0, 4688.0, 4676.0, 4658.0, 4698.0, 4687.0, 4688.0, 4687.0, 4656.0, 4716.0, 4677.0, 4715.0, 4677.0, 4725.0, 4686.0, 4725.0, 4674.0, 4684.0, 4663.0, 4643.0, 4684.0, 4654.0, 4712.0, 4685.0, 4714.0, 4673.0, 4655.0, 4673.0, 4656.0, 4695.0, 4675.0, 4694.0, 4675.0, 4656.0, 4675.0, 4656.0, 4704.0, 4677.0, 4716.0, 4686.0, 4726.0, 4686.0, 4666.0, 4685.0, 4659.0, 4708.0, 4689.0, 4737.0, 4687.0, 4679.0, 4689.0, 4670.0, 4721.0, 4701.0, 4739.0, 4690.0, 4672.0, 4700.0, 4672.0, 4730.0, 4711.0, 4749.0, 4699.0, 4668.0, 4720.0, 4689.0, 4739.0, 4699.0, 4698.0, 4688.0, 4668.0, 4728.0, 4687.0, 4736.0, 4677.0, 4707.0, 4687.0, 4667.0, 4707.0, 4678.0, 4738.0, 4677.0, 4699.0, 4687.0, 4668.0, 4697.0, 4668.0, 4738.0, 4688.0, 4727.0, 4687.0, 4667.0, 4687.0, 4670.0, 4717.0, 4698.0, 4748.0, 4677.0, 4677.0, 4677.0, 4657.0, 4716.0, 4698.0, 4750.0, 4713.0, 4672.0, 4712.0, 4691.0, 4717.0, 4696.0, 4697.0, 4688.0, 4667.0, 4717.0, 4667.0, 4725.0, 4687.0, 4717.0, 4688.0, 4666.0, 4706.0, 4667.0, 4717.0, 4676.0, 4698.0, 4687.0, 4657.0, 4717.0, 4685.0, 4726.0, 4677.0, 4667.0, 4688.0, 4667.0, 4718.0, 4687.0, 4736.0, 4688.0, 4670.0, 4687.0, 4668.0, 4727.0, 4700.0, 4738.0, 4677.0, 4668.0, 4687.0, 4669.0, 4728.0, 4699.0, 4710.0, 4678.0, 4658.0, 4708.0, 4680.0, 4738.0, 4709.0, 4739.0, 4688.0, 4668.0, 4696.0, 4667.0, 4726.0, 4697.0, 4718.0, 4686.0, 4657.0, 4707.0, 4687.0, 4668.0, 4697.0, 4668.0, 4738.0, 4699.0, 4679.0, 4703.0, 4670.0, 4740.0, 4710.0, 4729.0, 4742.0, 4734.0, 4749.0, 4688.0, 4670.0, 4690.0, 4690.0, 4683.0, 4711.0, 4712.0, 4676.0, 4715.0, 4730.0, 4733.0, 4740.0, 4688.0, 4669.0, 4738.0, 4696.0, 4693.0, 4673.0, 4654.0, 4722.0, 4703.0, 4721.0, 4661.0, 4632.0, 4670.0, 4643.0, 4692.0, 4682.0, 4684.0, 4673.0, 4642.0, 4672.0, 4653.0, 4681.0, 4674.0, 4706.0, 4685.0, 4674.0, 4675.0, 4654.0, 4674.0, 4656.0, 4694.0, 4676.0, 4706.0, 4687.0, 4667.0, 4687.0, 4646.0, 4696.0, 4677.0, 4706.0, 4687.0, 4698.0, 4687.0, 4687.0, 4687.0, 4647.0, 4685.0, 4667.0, 4707.0, 4688.0, 4718.0, 4688.0, 4658.0, 4687.0, 4658.0, 4696.0, 4657.0, 4716.0, 4687.0, 4736.0, 4697.0, 4734.0, 4684.0, 4705.0, 4676.0, 4656.0, 4696.0, 4648.0, 4727.0, 4688.0, 4726.0, 4675.0, 4668.0, 4698.0, 4680.0, 4700.0, 4690.0, 4673.0, 4731.0, 4712.0, 4723.0, 4702.0, 4671.0, 4741.0, 4711.0, 4760.0, 4720.0, 4749.0, 4709.0, 4728.0, 4708.0, 4659.0, 4727.0, 4689.0, 4695.0, 4690.0, 4673.0, 4730.0, 4713.0, 4692.0, 4712.0, 4703.0, 4720.0, 4702.0, 4681.0, 4670.0, 4680.0, 4670.0, 4720.0, 4691.0, 4729.0, 4730.0, 4741.0, 4721.0, 4689.0, 4742.0, 4696.0, 4692.0, 4733.0, 4701.0, 4734.0, 4730.0, 4695.0, 4723.0, 4732.0, 4715.0, 4733.0, 4751.0, 4700.0, 4685.0, 4732.0, 4733.0, 4732.0, 4731.0, 4736.0, 4773.0, 4733.0, 4701.0, 4739.0, 4677.0, 4658.0, 4726.0, 4698.0, 4708.0, 4718.0, 4688.0, 4698.0, 4665.0, 4646.0, 4685.0, 4655.0, 4716.0, 4686.0, 4725.0, 4676.0, 4658.0, 4704.0, 4656.0, 4703.0, 4673.0, 4722.0, 4692.0, 4701.0, 4661.0, 4653.0, 4673.0, 4642.0, 4683.0, 4654.0, 4691.0, 4662.0, 4690.0, 4663.0, 4693.0, 4675.0, 4694.0, 4675.0, 4665.0, 4676.0, 4654.0, 4683.0, 4657.0, 4696.0, 4688.0, 4719.0, 4698.0, 4670.0, 4700.0, 4670.0, 4720.0, 4702.0, 4731.0, 4702.0, 4719.0, 4699.0, 4660.0, 4719.0, 4691.0, 4749.0, 4702.0, 4762.0, 4730.0, 4730.0, 4740.0, 4718.0, 4729.0, 4687.0, 4695.0, 4735.0, 4703.0, 4684.0, 4702.0, 4703.0, 4694.0, 4766.0, 4717.0, 4752.0, 4732.0, 4703.0, 4754.0, 4720.0, 4720.0, 4718.0, 4708.0, 4749.0, 4728.0, 4726.0, 4715.0, 4655.0, 4693.0, 4651.0, 4633.0, 4695.0, 4665.0, 4689.0, 4654.0, 4634.0, 4694.0, 4654.0, 4711.0, 4653.0, 4674.0, 4651.0, 4642.0, 4686.0, 4666.0, 4685.0, 4644.0, 4685.0, 4655.0, 4683.0, 4645.0, 4694.0, 4676.0, 4704.0, 4676.0, 4706.0, 4675.0, 4676.0, 4676.0, 4656.0, 4697.0, 4657.0, 4707.0, 4668.0, 4717.0, 4687.0, 4748.0, 4729.0, 4714.0, 4703.0, 4672.0, 4709.0, 4667.0, 4716.0, 4698.0, 4690.0, 4700.0, 4662.0, 4708.0, 4661.0, 4718.0, 4688.0, 4747.0, 4699.0, 4750.0, 4697.0, 4735.0, 4698.0, 4717.0, 4708.0, 4718.0, 4697.0, 4667.0, 4687.0, 4657.0, 4707.0, 4680.0, 4718.0, 4699.0, 4690.0, 4689.0, 4669.0, 4709.0, 4682.0, 4719.0, 4692.0, 4732.0, 4701.0, 4731.0, 4690.0, 4729.0, 4690.0, 4718.0, 4699.0, 4698.0, 4700.0, 4658.0, 4697.0, 4670.0, 4719.0, 4699.0, 4739.0, 4701.0, 4722.0, 4690.0, 4679.0, 4710.0, 4671.0, 4729.0, 4689.0, 4729.0, 4699.0, 4732.0, 4700.0, 4707.0, 4699.0, 4658.0, 4708.0, 4678.0, 4730.0, 4701.0, 4710.0, 4701.0, 4669.0, 4709.0, 4660.0, 4718.0, 4691.0, 4728.0, 4700.0, 4748.0, 4699.0, 4671.0, 4722.0, 4695.0, 4723.0, 4714.0, 4693.0, 4743.0, 4713.0, 4669.0, 4733.0, 4715.0, 4699.0, 4733.0, 4693.0, 4672.0, 4730.0, 4705.0, 4763.0, 4744.0, 4715.0, 4742.0, 4722.0, 4748.0, 4728.0, 4748.0, 4716.0, 4706.0, 4695.0, 4666.0, 4704.0, 4677.0, 4725.0, 4686.0, 4714.0, 4675.0, 4656.0, 4686.0, 4657.0, 4718.0, 4686.0, 4724.0, 4676.0, 4705.0, 4665.0, 4667.0, 4685.0, 4657.0, 4716.0, 4676.0, 4715.0, 4665.0, 4677.0, 4676.0, 4667.0, 4706.0, 4667.0, 4724.0, 4688.0, 4735.0, 4676.0, 4715.0, 4676.0, 4705.0, 4686.0, 4664.0, 4696.0, 4654.0, 4692.0, 4666.0, 4734.0, 4687.0, 4734.0, 4674.0, 4666.0, 4675.0, 4666.0, 4706.0, 4677.0, 4739.0, 4722.0, 4692.0, 4732.0, 4693.0, 4683.0, 4692.0, 4682.0, 4672.0, 4713.0, 4701.0, 4695.0, 4673.0, 4717.0, 4684.0, 4686.0, 4730.0, 4740.0, 4748.0, 4756.0, 4725.0, 4762.0, 4734.0, 4743.0, 4741.0, 4729.0, 4688.0, 4663.0, 4666.0, 4735.0, 4694.0, 4692.0, 4704.0, 4696.0, 4723.0, 4665.0, 4654.0, 4660.0, 4645.0, 4703.0, 4661.0, 4703.0, 4661.0, 4712.0, 4673.0, 4710.0, 4660.0, 4688.0, 4648.0, 4640.0, 4659.0, 4631.0, 4669.0, 4632.0, 4683.0, 4646.0, 4692.0, 4651.0, 4679.0, 4650.0, 4679.0, 4652.0, 4691.0, 4675.0, 4702.0, 4676.0, 4694.0, 4664.0, 4675.0, 4676.0, 4656.0, 4697.0, 4644.0, 4696.0, 4656.0, 4706.0, 4678.0, 4707.0, 4678.0, 4707.0, 4678.0, 4678.0, 4701.0, 4659.0, 4708.0, 4660.0, 4719.0, 4690.0, 4718.0, 4690.0, 4719.0, 4689.0, 4709.0, 4687.0, 4681.0, 4709.0, 4669.0, 4719.0, 4691.0, 4732.0, 4702.0, 4686.0, 4724.0, 4693.0, 4672.0, 4702.0, 4683.0, 4713.0, 4714.0, 4714.0, 4753.0, 4734.0, 4761.0, 4730.0, 4731.0, 4701.0, 4709.0, 4739.0, 4737.0, 4760.0, 4728.0, 4688.0, 4719.0, 4696.0, 4726.0, 4696.0, 4685.0, 4733.0, 4691.0, 4654.0, 4694.0, 4673.0, 4705.0, 4675.0, 4674.0, 4723.0, 4704.0, 4703.0, 4662.0, 4642.0, 4691.0, 4653.0, 4712.0, 4674.0, 4655.0, 4674.0, 4655.0, 4696.0, 4665.0, 4656.0, 4697.0, 4669.0, 4717.0, 4690.0, 4687.0, 4677.0, 4656.0, 4696.0, 4659.0, 4718.0, 4698.0, 4688.0, 4688.0, 4659.0, 4709.0, 4688.0, 4669.0, 4688.0, 4659.0, 4718.0], 'WindowWidth': [10410.0, 10318.0, 10334.0, 10281.0, 10315.0, 10281.0, 10303.0, 10272.0, 10219.0, 10282.0, 10225.0, 10293.0, 10237.0, 10280.0, 10249.0, 10290.0, 10248.0, 10275.0, 10249.0, 10207.0, 10216.0, 10205.0, 10231.0, 10203.0, 10247.0, 10221.0, 10261.0, 10234.0, 10262.0, 10235.0, 10261.0, 10234.0, 10224.0, 10238.0, 10210.0, 10250.0, 10227.0, 10266.0, 10254.0, 10307.0, 10251.0, 10257.0, 10237.0, 10214.0, 10268.0, 10217.0, 10302.0, 10256.0, 10296.0, 10257.0, 10298.0, 10274.0, 10257.0, 10254.0, 10214.0, 10255.0, 10215.0, 10295.0, 10270.0, 10340.0, 10252.0, 10254.0, 10240.0, 10216.0, 10295.0, 10276.0, 10276.0, 10257.0, 10234.0, 10287.0, 10277.0, 10307.0, 10276.0, 10235.0, 10275.0, 10250.0, 10320.0, 10291.0, 10346.0, 10288.0, 10220.0, 10275.0, 10260.0, 10277.0, 10278.0, 10254.0, 10337.0, 10284.0, 10258.0, 10281.0, 10243.0, 10334.0, 10299.0, 10362.0, 10278.0, 10263.0, 10273.0, 10219.0, 10316.0, 10303.0, 10355.0, 10269.0, 10267.0, 10250.0, 10222.0, 10264.0, 10237.0, 10294.0, 10262.0, 10264.0, 10235.0, 10211.0, 10279.0, 10238.0, 10324.0, 10250.0, 10233.0, 10249.0, 10229.0, 10296.0, 10284.0, 10288.0, 10256.0, 10216.0, 10265.0, 10243.0, 10311.0, 10271.0, 10295.0, 10253.0, 10224.0, 10265.0, 10213.0, 10281.0, 10269.0, 10319.0, 10250.0, 10271.0, 10241.0, 10220.0, 10264.0, 10254.0, 10310.0, 10270.0, 10227.0, 10262.0, 10251.0, 10287.0, 10259.0, 10236.0, 10293.0, 10281.0, 10312.0, 10262.0, 10237.0, 10292.0, 10262.0, 10276.0, 10264.0, 10237.0, 10320.0, 10289.0, 10342.0, 10259.0, 10233.0, 10256.0, 10221.0, 10314.0, 10276.0, 10326.0, 10256.0, 10215.0, 10265.0, 10226.0, 10293.0, 10273.0, 10276.0, 10264.0, 10244.0, 10338.0, 10250.0, 10210.0, 10245.0, 10228.0, 10294.0, 10265.0, 10293.0, 10236.0, 10222.0, 10244.0, 10209.0, 10254.0, 10247.0, 10287.0, 10263.0, 10261.0, 10232.0, 10207.0, 10246.0, 10207.0, 10264.0, 10250.0, 10291.0, 10249.0, 10251.0, 10233.0, 10210.0, 10247.0, 10211.0, 10280.0, 10270.0, 10283.0, 10236.0, 10216.0, 10254.0, 10230.0, 10287.0, 10273.0, 10309.0, 10256.0, 10228.0, 10238.0, 10214.0, 10267.0, 10246.0, 10298.0, 10255.0, 10294.0, 10241.0, 10216.0, 10255.0, 10213.0, 10298.0, 10252.0, 10294.0, 10241.0, 10241.0, 10240.0, 10231.0, 10287.0, 10265.0, 10328.0, 10262.0, 10250.0, 10275.0, 10239.0, 10304.0, 10277.0, 10243.0, 10312.0, 10303.0, 10266.0, 10367.0, 10290.0, 10266.0, 10302.0, 10275.0, 10341.0, 10315.0, 10356.0, 10307.0, 10268.0, 10319.0, 10264.0, 10333.0, 10304.0, 10357.0, 10281.0, 10251.0, 10254.0, 10229.0, 10268.0, 10255.0, 10296.0, 10271.0, 10233.0, 10251.0, 10213.0, 10263.0, 10226.0, 10295.0, 10269.0, 10337.0, 10254.0, 10213.0, 10253.0, 10227.0, 10281.0, 10273.0, 10275.0, 10260.0, 10218.0, 10270.0, 10247.0, 10288.0, 10264.0, 10235.0, 10305.0, 10251.0, 10344.0, 10263.0, 10255.0, 10278.0, 10222.0, 10329.0, 10288.0, 10333.0, 10249.0, 10241.0, 10274.0, 10248.0, 10312.0, 10273.0, 10337.0, 10251.0, 10242.0, 10248.0, 10225.0, 10261.0, 10239.0, 10309.0, 10270.0, 10229.0, 10257.0, 10231.0, 10272.0, 10278.0, 10286.0, 10316.0, 10302.0, 10291.0, 10301.0, 10279.0, 10261.0, 10328.0, 10298.0, 10300.0, 10296.0, 10307.0, 10366.0, 10305.0, 10279.0, 10291.0, 10245.0, 10339.0, 10253.0, 10227.0, 10270.0, 10259.0, 10340.0, 10255.0, 10215.0, 10266.0, 10239.0, 10295.0, 10250.0, 10308.0, 10248.0, 10209.0, 10287.0, 10248.0, 10239.0, 10251.0, 10220.0, 10299.0, 10261.0, 10313.0, 10249.0, 10212.0, 10265.0, 10243.0, 10264.0, 10273.0, 10217.0, 10331.0, 10275.0, 10321.0, 10240.0, 10219.0, 10280.0, 10260.0, 10231.0, 10255.0, 10258.0, 10234.0, 10267.0, 10260.0, 10325.0, 10279.0, 10259.0, 10281.0, 10272.0, 10262.0, 10255.0, 10210.0, 10284.0, 10248.0, 10238.0, 10260.0, 10202.0, 10269.0, 10246.0, 10268.0, 10254.0, 10217.0, 10274.0, 10244.0, 10296.0, 10239.0, 10226.0, 10236.0, 10215.0, 10277.0, 10271.0, 10257.0, 10237.0, 10217.0, 10271.0, 10254.0, 10258.0, 10255.0, 10212.0, 10293.0, 10240.0, 10292.0, 10240.0, 10306.0, 10251.0, 10303.0, 10232.0, 10244.0, 10214.0, 10188.0, 10242.0, 10205.0, 10282.0, 10249.0, 10285.0, 10228.0, 10207.0, 10229.0, 10210.0, 10262.0, 10236.0, 10262.0, 10235.0, 10213.0, 10237.0, 10213.0, 10276.0, 10242.0, 10295.0, 10252.0, 10306.0, 10251.0, 10226.0, 10251.0, 10219.0, 10285.0, 10260.0, 10324.0, 10255.0, 10247.0, 10262.0, 10237.0, 10307.0, 10283.0, 10332.0, 10264.0, 10243.0, 10278.0, 10244.0, 10320.0, 10294.0, 10344.0, 10278.0, 10234.0, 10304.0, 10261.0, 10329.0, 10274.0, 10272.0, 10259.0, 10232.0, 10316.0, 10256.0, 10323.0, 10242.0, 10281.0, 10255.0, 10231.0, 10284.0, 10247.0, 10327.0, 10242.0, 10274.0, 10256.0, 10233.0, 10269.0, 10233.0, 10328.0, 10258.0, 10310.0, 10256.0, 10229.0, 10255.0, 10236.0, 10298.0, 10273.0, 10342.0, 10241.0, 10244.0, 10240.0, 10216.0, 10295.0, 10273.0, 10346.0, 10299.0, 10242.0, 10296.0, 10266.0, 10297.0, 10268.0, 10271.0, 10260.0, 10229.0, 10297.0, 10229.0, 10306.0, 10257.0, 10296.0, 10257.0, 10225.0, 10280.0, 10228.0, 10296.0, 10239.0, 10271.0, 10256.0, 10216.0, 10299.0, 10252.0, 10309.0, 10241.0, 10231.0, 10259.0, 10229.0, 10302.0, 10256.0, 10322.0, 10257.0, 10236.0, 10257.0, 10233.0, 10312.0, 10277.0, 10327.0, 10244.0, 10231.0, 10258.0, 10237.0, 10315.0, 10277.0, 10291.0, 10246.0, 10221.0, 10287.0, 10251.0, 10331.0, 10289.0, 10328.0, 10258.0, 10234.0, 10266.0, 10229.0, 10308.0, 10270.0, 10300.0, 10254.0, 10217.0, 10284.0, 10257.0, 10234.0, 10271.0, 10234.0, 10329.0, 10275.0, 10251.0, 10286.0, 10238.0, 10335.0, 10294.0, 10314.0, 10344.0, 10334.0, 10347.0, 10260.0, 10237.0, 10266.0, 10264.0, 10260.0, 10294.0, 10296.0, 10240.0, 10289.0, 10319.0, 10328.0, 10333.0, 10256.0, 10235.0, 10326.0, 10265.0, 10255.0, 10228.0, 10203.0, 10295.0, 10269.0, 10289.0, 10207.0, 10171.0, 10218.0, 10187.0, 10253.0, 10240.0, 10243.0, 10228.0, 10183.0, 10224.0, 10203.0, 10239.0, 10232.0, 10277.0, 10247.0, 10233.0, 10236.0, 10203.0, 10231.0, 10208.0, 10259.0, 10237.0, 10279.0, 10254.0, 10228.0, 10255.0, 10199.0, 10265.0, 10240.0, 10279.0, 10254.0, 10269.0, 10255.0, 10255.0, 10256.0, 10200.0, 10251.0, 10227.0, 10281.0, 10258.0, 10299.0, 10258.0, 10217.0, 10255.0, 10216.0, 10265.0, 10216.0, 10293.0, 10255.0, 10320.0, 10269.0, 10318.0, 10247.0, 10276.0, 10238.0, 10213.0, 10266.0, 10204.0, 10309.0, 10258.0, 10309.0, 10238.0, 10230.0, 10274.0, 10251.0, 10278.0, 10265.0, 10248.0, 10325.0, 10301.0, 10316.0, 10286.0, 10243.0, 10338.0, 10296.0, 10364.0, 10305.0, 10346.0, 10290.0, 10314.0, 10287.0, 10219.0, 10309.0, 10260.0, 10267.0, 10264.0, 10246.0, 10318.0, 10305.0, 10274.0, 10300.0, 10290.0, 10309.0, 10288.0, 10258.0, 10241.0, 10254.0, 10240.0, 10309.0, 10269.0, 10320.0, 10321.0, 10334.0, 10306.0, 10263.0, 10340.0, 10280.0, 10268.0, 10328.0, 10281.0, 10331.0, 10320.0, 10282.0, 10316.0, 10327.0, 10311.0, 10332.0, 10354.0, 10278.0, 10268.0, 10326.0, 10328.0, 10325.0, 10322.0, 10338.0, 10386.0, 10327.0, 10282.0, 10330.0, 10239.0, 10216.0, 10309.0, 10272.0, 10285.0, 10298.0, 10254.0, 10267.0, 10222.0, 10195.0, 10245.0, 10208.0, 10291.0, 10251.0, 10305.0, 10241.0, 10218.0, 10273.0, 10212.0, 10269.0, 10230.0, 10296.0, 10254.0, 10263.0, 10209.0, 10201.0, 10226.0, 10184.0, 10240.0, 10206.0, 10252.0, 10214.0, 10251.0, 10216.0, 10256.0, 10235.0, 10260.0, 10236.0, 10224.0, 10239.0, 10207.0, 10245.0, 10214.0, 10267.0, 10261.0, 10302.0, 10274.0, 10240.0, 10278.0, 10240.0, 10308.0, 10286.0, 10327.0, 10285.0, 10304.0, 10277.0, 10225.0, 10303.0, 10268.0, 10349.0, 10286.0, 10369.0, 10322.0, 10320.0, 10335.0, 10303.0, 10317.0, 10261.0, 10287.0, 10339.0, 10291.0, 10264.0, 10282.0, 10284.0, 10277.0, 10376.0, 10311.0, 10350.0, 10325.0, 10282.0, 10358.0, 10302.0, 10300.0, 10293.0, 10279.0, 10345.0, 10311.0, 10304.0, 10285.0, 10202.0, 10251.0, 10193.0, 10172.0, 10259.0, 10222.0, 10258.0, 10202.0, 10173.0, 10256.0, 10202.0, 10276.0, 10198.0, 10228.0, 10197.0, 10187.0, 10249.0, 10224.0, 10247.0, 10190.0, 10245.0, 10206.0, 10240.0, 10194.0, 10259.0, 10237.0, 10272.0, 10236.0, 10276.0, 10235.0, 10239.0, 10239.0, 10212.0, 10268.0, 10215.0, 10282.0, 10230.0, 10297.0, 10257.0, 10360.0, 10336.0, 10306.0, 10286.0, 10242.0, 10291.0, 10231.0, 10294.0, 10274.0, 10266.0, 10279.0, 10229.0, 10288.0, 10228.0, 10300.0, 10260.0, 10341.0, 10278.0, 10348.0, 10272.0, 10324.0, 10272.0, 10298.0, 10286.0, 10301.0, 10271.0, 10229.0, 10254.0, 10216.0, 10283.0, 10252.0, 10302.0, 10276.0, 10265.0, 10264.0, 10237.0, 10291.0, 10260.0, 10307.0, 10272.0, 10326.0, 10282.0, 10322.0, 10265.0, 10319.0, 10266.0, 10304.0, 10276.0, 10275.0, 10279.0, 10219.0, 10272.0, 10242.0, 10305.0, 10278.0, 10334.0, 10282.0, 10314.0, 10268.0, 10252.0, 10295.0, 10242.0, 10319.0, 10265.0, 10317.0, 10278.0, 10326.0, 10279.0, 10288.0, 10278.0, 10220.0, 10288.0, 10249.0, 10322.0, 10283.0, 10296.0, 10284.0, 10237.0, 10290.0, 10227.0, 10303.0, 10267.0, 10317.0, 10280.0, 10345.0, 10277.0, 10241.0, 10313.0, 10279.0, 10314.0, 10308.0, 10277.0, 10345.0, 10302.0, 10238.0, 10331.0, 10314.0, 10294.0, 10332.0, 10275.0, 10246.0, 10325.0, 10298.0, 10375.0, 10347.0, 10310.0, 10342.0, 10313.0, 10346.0, 10313.0, 10345.0, 10295.0, 10281.0, 10263.0, 10227.0, 10275.0, 10243.0, 10307.0, 10255.0, 10292.0, 10238.0, 10215.0, 10253.0, 10218.0, 10299.0, 10255.0, 10306.0, 10240.0, 10280.0, 10225.0, 10230.0, 10252.0, 10217.0, 10295.0, 10241.0, 10294.0, 10226.0, 10245.0, 10242.0, 10234.0, 10282.0, 10233.0, 10307.0, 10259.0, 10320.0, 10240.0, 10294.0, 10242.0, 10281.0, 10253.0, 10222.0, 10265.0, 10207.0, 10259.0, 10229.0, 10317.0, 10255.0, 10319.0, 10236.0, 10227.0, 10238.0, 10228.0, 10281.0, 10244.0, 10339.0, 10319.0, 10277.0, 10331.0, 10278.0, 10265.0, 10274.0, 10260.0, 10241.0, 10297.0, 10279.0, 10277.0, 10249.0, 10313.0, 10261.0, 10266.0, 10334.0, 10350.0, 10356.0, 10364.0, 10315.0, 10370.0, 10329.0, 10340.0, 10341.0, 10313.0, 10248.0, 10207.0, 10220.0, 10316.0, 10254.0, 10247.0, 10267.0, 10260.0, 10295.0, 10217.0, 10202.0, 10203.0, 10191.0, 10266.0, 10207.0, 10265.0, 10206.0, 10280.0, 10225.0, 10273.0, 10203.0, 10237.0, 10183.0, 10173.0, 10198.0, 10163.0, 10214.0, 10169.0, 10240.0, 10196.0, 10252.0, 10196.0, 10230.0, 10193.0, 10231.0, 10198.0, 10251.0, 10235.0, 10268.0, 10234.0, 10258.0, 10218.0, 10236.0, 10240.0, 10211.0, 10266.0, 10194.0, 10263.0, 10213.0, 10280.0, 10243.0, 10282.0, 10243.0, 10284.0, 10246.0, 10247.0, 10279.0, 10219.0, 10285.0, 10227.0, 10302.0, 10265.0, 10302.0, 10265.0, 10304.0, 10263.0, 10288.0, 10259.0, 10254.0, 10289.0, 10235.0, 10304.0, 10269.0, 10329.0, 10287.0, 10272.0, 10319.0, 10275.0, 10246.0, 10284.0, 10264.0, 10303.0, 10304.0, 10303.0, 10360.0, 10331.0, 10368.0, 10320.0, 10321.0, 10280.0, 10293.0, 10332.0, 10328.0, 10362.0, 10312.0, 10256.0, 10303.0, 10264.0, 10309.0, 10264.0, 10250.0, 10313.0, 10252.0, 10203.0, 10259.0, 10231.0, 10280.0, 10237.0, 10232.0, 10302.0, 10273.0, 10269.0, 10214.0, 10187.0, 10251.0, 10202.0, 10282.0, 10230.0, 10207.0, 10233.0, 10211.0, 10265.0, 10223.0, 10212.0, 10267.0, 10236.0, 10297.0, 10264.0, 10256.0, 10242.0, 10212.0, 10266.0, 10220.0, 10302.0, 10275.0, 10259.0, 10258.0, 10220.0, 10287.0, 10260.0, 10236.0, 10259.0, 10224.0, 10302.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.0036851452282157674</td></tr>
<tr><td colspan=3>aqi</td><td>0.029751379751037345</td></tr>
<tr><td colspan=3>dummy_trs</td><td>4</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>38.786452515315624</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2001737760132893</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.035968258920265</td></tr>
<tr><td colspan=3>efc</td><td>0.5177</td></tr>
<tr><td colspan=3>fber</td><td>2931.5073</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.1164101460244353</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>117</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>9.70954356846473</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.617812564619154</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.5579116662873607</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.742933480057915</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.552592547512186</td></tr>
<tr><td colspan=3>gcor</td><td>0.00839472</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>0.012344264425337315</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.022142380475997925</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>3.9780587227499713</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>13.3749</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>73.8742</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>263.7734</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>75.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>291511.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>17.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>1272.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>471.6249</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5151</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>604.0714</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3839.9779</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>4047.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>85033.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1380.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>5024.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>1017.3244</td></tr>
<tr><td colspan=3>tsnr</td><td>33.143927248194814</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>