<?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-0064_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-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-stdev_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-background_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-zoomed_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-carpet_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-mean_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" style="width: 100%" />
</div>
<small>Get figure file: <a href="./sub-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-brainmask_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" style="">
Problem loading figure sub-0064/figures/sub-0064_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-0064/figures/sub-0064_ses-01_task-alignvideo_acq-mb8_run-04_desc-norm_bold.svg" target="_blank">sub-0064/figures/sub-0064_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-0064/ses-01/func/sub-0064_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>060bed67a344e05c81cd7d4370ad4d4d</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>10:24:55.927500</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.999805, -0.0197302, -0.000136972, 0.0197209, 0.99907, 0.0383489]</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.0897129</td></tr>
<tr><td colspan=2>ScanOptions</td><td>FS</td></tr>
<tr><td colspan=2>ScanningSequence</td><td>EP</td></tr>
<tr><td colspan=2>SequenceName</td><td>epfid2d1_82</td></tr>
<tr><td colspan=2>SequenceVariant</td><td>SK\SS</td></tr>
<tr><td colspan=2>SeriesDescription</td><td>func_run-04_task-alignvideo_acq-ap-mb8</td></tr>
<tr><td colspan=2>SeriesNumber</td><td>36</td></tr>
<tr><td colspan=2>ShimSetting</td><td>[4131, -7733, -7209, 653, -88, -96, -19, 128]</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>220.272</td></tr>
<tr><td colspan=2>WipMemBlock</td><td>22d19654-e077-4cb8-b5c6-1126b6df0b2d||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.6824045181274414, 0.0529097318649292, 0.0016734214732423425, 108.2618179321289], [0.05293457955121994, 2.6804311275482178, 0.10352914780378342, -100.70755004882812], [-0.00036748466663993895, -0.10288728028535843, 2.6980137825012207, -50.45344924926758], [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': ['102455.927500', '102456.387500', '102456.847500', '102457.307500', '102457.767500', '102458.227500', '102458.687500', '102459.147500', '102459.607500', '102500.067500', '102500.527500', '102500.987500', '102501.447500', '102501.907500', '102502.367500', '102502.827500', '102503.287500', '102503.747500', '102504.207500', '102504.667500', '102505.127500', '102505.587500', '102506.047500', '102506.507500', '102506.967500', '102507.427500', '102507.887500', '102508.347500', '102508.807500', '102509.267500', '102509.727500', '102510.187500', '102510.647500', '102511.107500', '102511.567500', '102512.027500', '102512.487500', '102512.947500', '102513.407500', '102513.867500', '102514.327500', '102514.787500', '102515.247500', '102515.707500', '102516.167500', '102516.627500', '102517.087500', '102517.547500', '102518.007500', '102518.467500', '102518.927500', '102519.387500', '102519.847500', '102520.307500', '102520.767500', '102521.227500', '102521.687500', '102522.147500', '102522.607500', '102523.067500', '102523.527500', '102523.987500', '102524.447500', '102524.907500', '102525.367500', '102525.827500', '102526.287500', '102526.747500', '102527.207500', '102527.667500', '102528.127500', '102528.587500', '102529.047500', '102529.507500', '102529.967500', '102530.427500', '102530.887500', '102531.347500', '102531.807500', '102532.267500', '102532.727500', '102533.187500', '102533.647500', '102534.107500', '102534.567500', '102535.027500', '102535.487500', '102535.947500', '102536.407500', '102536.867500', '102537.327500', '102537.787500', '102538.247500', '102538.707500', '102539.167500', '102539.627500', '102540.087500', '102540.547500', '102541.007500', '102541.467500', '102541.927500', '102542.387500', '102542.847500', '102543.307500', '102543.767500', '102544.227500', '102544.687500', '102545.147500', '102545.607500', '102546.067500', '102546.527500', '102546.987500', '102547.447500', '102547.907500', '102548.367500', '102548.827500', '102549.287500', '102549.747500', '102550.207500', '102550.667500', '102551.127500', '102551.587500', '102552.047500', '102552.507500', '102552.967500', '102553.427500', '102553.887500', '102554.347500', '102554.807500', '102555.267500', '102555.727500', '102556.187500', '102556.647500', '102557.107500', '102557.567500', '102558.027500', '102558.487500', '102558.947500', '102559.407500', '102559.867500', '102600.327500', '102600.787500', '102601.247500', '102601.707500', '102602.167500', '102602.627500', '102603.087500', '102603.547500', '102604.007500', '102604.467500', '102604.927500', '102605.387500', '102605.847500', '102606.307500', '102606.767500', '102607.227500', '102607.687500', '102608.147500', '102608.607500', '102609.067500', '102609.527500', '102609.987500', '102610.447500', '102610.907500', '102611.367500', '102611.827500', '102612.287500', '102612.747500', '102613.207500', '102613.667500', '102614.127500', '102614.587500', '102615.047500', '102615.507500', '102615.967500', '102616.427500', '102616.887500', '102617.347500', '102617.807500', '102618.267500', '102618.727500', '102619.187500', '102619.647500', '102620.107500', '102620.567500', '102621.027500', '102621.487500', '102621.947500', '102622.407500', '102622.867500', '102623.327500', '102623.787500', '102624.247500', '102624.707500', '102625.167500', '102625.627500', '102626.087500', '102626.547500', '102627.007500', '102627.467500', '102627.927500', '102628.387500', '102628.847500', '102629.307500', '102629.767500', '102630.227500', '102630.687500', '102631.147500', '102631.607500', '102632.067500', '102632.527500', '102632.987500', '102633.447500', '102633.907500', '102634.367500', '102634.827500', '102635.287500', '102635.747500', '102636.207500', '102636.667500', '102637.127500', '102637.587500', '102638.047500', '102638.507500', '102638.967500', '102639.427500', '102639.887500', '102640.347500', '102640.807500', '102641.267500', '102641.727500', '102642.187500', '102642.647500', '102643.107500', '102643.567500', '102644.027500', '102644.487500', '102644.947500', '102645.407500', '102645.867500', '102646.327500', '102646.787500', '102647.247500', '102647.707500', '102648.167500', '102648.627500', '102649.087500', '102649.547500', '102650.007500', '102650.467500', '102650.927500', '102651.387500', '102651.847500', '102652.307500', '102652.767500', '102653.227500', '102653.687500', '102654.147500', '102654.607500', '102655.067500', '102655.527500', '102655.987500', '102656.447500', '102656.907500', '102657.367500', '102657.827500', '102658.287500', '102658.747500', '102659.207500', '102659.667500', '102700.127500', '102700.587500', '102701.047500', '102701.507500', '102701.967500', '102702.427500', '102702.887500', '102703.347500', '102703.807500', '102704.267500', '102704.727500', '102705.187500', '102705.647500', '102706.107500', '102706.567500', '102707.027500', '102707.487500', '102707.947500', '102708.407500', '102708.867500', '102709.327500', '102709.787500', '102710.247500', '102710.707500', '102711.167500', '102711.627500', '102712.087500', '102712.547500', '102713.007500', '102713.467500', '102713.927500', '102714.387500', '102714.847500', '102715.307500', '102715.767500', '102716.227500', '102716.687500', '102717.147500', '102717.607500', '102718.067500', '102718.527500', '102718.987500', '102719.447500', '102719.907500', '102720.367500', '102720.827500', '102721.287500', '102721.747500', '102722.207500', '102722.667500', '102723.127500', '102723.587500', '102724.047500', '102724.507500', '102724.967500', '102725.427500', '102725.887500', '102726.347500', '102726.807500', '102727.267500', '102727.727500', '102728.187500', '102728.647500', '102729.107500', '102729.567500', '102730.027500', '102730.487500', '102730.947500', '102731.407500', '102731.867500', '102732.327500', '102732.787500', '102733.247500', '102733.707500', '102734.167500', '102734.627500', '102735.087500', '102735.547500', '102736.007500', '102736.467500', '102736.927500', '102737.387500', '102737.847500', '102738.307500', '102738.767500', '102739.227500', '102739.687500', '102740.147500', '102740.607500', '102741.067500', '102741.527500', '102741.987500', '102742.447500', '102742.907500', '102743.367500', '102743.827500', '102744.287500', '102744.747500', '102745.207500', '102745.667500', '102746.127500', '102746.587500', '102747.047500', '102747.507500', '102747.967500', '102748.427500', '102748.887500', '102749.347500', '102749.807500', '102750.267500', '102750.727500', '102751.187500', '102751.647500', '102752.107500', '102752.567500', '102753.027500', '102753.487500', '102753.947500', '102754.407500', '102754.867500', '102755.327500', '102755.787500', '102756.247500', '102756.707500', '102757.167500', '102757.627500', '102758.087500', '102758.547500', '102759.007500', '102759.467500', '102759.927500', '102800.387500', '102800.847500', '102801.307500', '102801.767500', '102802.227500', '102802.687500', '102803.147500', '102803.607500', '102804.067500', '102804.527500', '102804.987500', '102805.447500', '102805.907500', '102806.367500', '102806.827500', '102807.287500', '102807.747500', '102808.207500', '102808.667500', '102809.127500', '102809.587500', '102810.047500', '102810.507500', '102810.967500', '102811.427500', '102811.887500', '102812.347500', '102812.807500', '102813.267500', '102813.727500', '102814.187500', '102814.647500', '102815.107500', '102815.567500', '102816.027500', '102816.487500', '102816.947500', '102817.407500', '102817.867500', '102818.327500', '102818.787500', '102819.247500', '102819.707500', '102820.167500', '102820.627500', '102821.087500', '102821.547500', '102822.007500', '102822.467500', '102822.927500', '102823.387500', '102823.847500', '102824.307500', '102824.767500', '102825.227500', '102825.687500', '102826.147500', '102826.607500', '102827.067500', '102827.527500', '102827.987500', '102828.447500', '102828.907500', '102829.367500', '102829.827500', '102830.287500', '102830.747500', '102831.207500', '102831.667500', '102832.127500', '102832.587500', '102833.047500', '102833.507500', '102833.967500', '102834.427500', '102834.887500', '102835.347500', '102835.807500', '102836.267500', '102836.727500', '102837.187500', '102837.647500', '102838.107500', '102838.567500', '102839.027500', '102839.487500', '102839.947500', '102840.407500', '102840.867500', '102841.327500', '102841.787500', '102842.247500', '102842.707500', '102843.167500', '102843.627500', '102844.087500', '102844.547500', '102845.007500', '102845.467500', '102845.927500', '102846.387500', '102846.847500', '102847.307500', '102847.767500', '102848.227500', '102848.687500', '102849.147500', '102849.607500', '102850.067500', '102850.527500', '102850.987500', '102851.447500', '102851.907500', '102852.367500', '102852.827500', '102853.287500', '102853.747500', '102854.207500', '102854.667500', '102855.127500', '102855.587500', '102856.047500', '102856.507500', '102856.967500', '102857.427500', '102857.887500', '102858.347500', '102858.807500', '102859.267500', '102859.727500', '102900.187500', '102900.647500', '102901.107500', '102901.567500', '102902.027500', '102902.487500', '102902.947500', '102903.407500', '102903.867500', '102904.327500', '102904.787500', '102905.247500', '102905.707500', '102906.167500', '102906.627500', '102907.087500', '102907.547500', '102908.007500', '102908.467500', '102908.927500', '102909.387500', '102909.847500', '102910.307500', '102910.767500', '102911.227500', '102911.687500', '102912.147500', '102912.607500', '102913.067500', '102913.527500', '102913.987500', '102914.447500', '102914.907500', '102915.367500', '102915.827500', '102916.287500', '102916.747500', '102917.207500', '102917.667500', '102918.127500', '102918.587500', '102919.047500', '102919.507500', '102919.967500', '102920.427500', '102920.887500', '102921.347500', '102921.807500', '102922.267500', '102922.727500', '102923.187500', '102923.647500', '102924.107500', '102924.567500', '102925.027500', '102925.487500', '102925.947500', '102926.407500', '102926.867500', '102927.327500', '102927.787500', '102928.247500', '102928.707500', '102929.167500', '102929.627500', '102930.087500', '102930.547500', '102931.007500', '102931.467500', '102931.927500', '102932.387500', '102932.847500', '102933.307500', '102933.767500', '102934.227500', '102934.687500', '102935.147500', '102935.607500', '102936.067500', '102936.527500', '102936.987500', '102937.447500', '102937.907500', '102938.367500', '102938.827500', '102939.287500', '102939.747500', '102940.207500', '102940.667500', '102941.127500', '102941.587500', '102942.047500', '102942.507500', '102942.967500', '102943.427500', '102943.887500', '102944.347500', '102944.807500', '102945.267500', '102945.727500', '102946.187500', '102946.647500', '102947.107500', '102947.567500', '102948.027500', '102948.487500', '102948.947500', '102949.407500', '102949.867500', '102950.327500', '102950.787500', '102951.247500', '102951.707500', '102952.167500', '102952.627500', '102953.087500', '102953.547500', '102954.007500', '102954.467500', '102954.927500', '102955.387500', '102955.847500', '102956.307500', '102956.767500', '102957.227500', '102957.687500', '102958.147500', '102958.607500', '102959.067500', '102959.527500', '102959.987500', '103000.447500', '103000.907500', '103001.367500', '103001.827500', '103002.287500', '103002.747500', '103003.207500', '103003.667500', '103004.127500', '103004.587500', '103005.047500', '103005.507500', '103005.967500', '103006.427500', '103006.887500', '103007.347500', '103007.807500', '103008.267500', '103008.727500', '103009.187500', '103009.647500', '103010.107500', '103010.567500', '103011.027500', '103011.487500', '103011.947500', '103012.407500', '103012.867500', '103013.327500', '103013.787500', '103014.247500', '103014.707500', '103015.167500', '103015.627500', '103016.087500', '103016.547500', '103017.007500', '103017.467500', '103017.927500', '103018.387500', '103018.847500', '103019.307500', '103019.767500', '103020.227500', '103020.687500', '103021.147500', '103021.607500', '103022.067500', '103022.527500', '103022.987500', '103023.447500', '103023.907500', '103024.367500', '103024.827500', '103025.287500', '103025.747500', '103026.207500', '103026.667500', '103027.127500', '103027.587500', '103028.047500', '103028.507500', '103028.967500', '103029.427500', '103029.887500', '103030.347500', '103030.807500', '103031.267500', '103031.727500', '103032.187500', '103032.647500', '103033.107500', '103033.567500', '103034.027500', '103034.487500', '103034.947500', '103035.407500', '103035.867500', '103036.327500', '103036.787500', '103037.247500', '103037.707500', '103038.167500', '103038.627500', '103039.087500', '103039.547500', '103040.007500', '103040.467500', '103040.927500', '103041.387500', '103041.847500', '103042.307500', '103042.767500', '103043.227500', '103043.687500', '103044.147500', '103044.607500', '103045.067500', '103045.527500', '103045.987500', '103046.447500', '103046.907500', '103047.367500', '103047.827500', '103048.287500', '103048.747500', '103049.207500', '103049.667500', '103050.127500', '103050.587500', '103051.047500', '103051.507500', '103051.967500', '103052.427500', '103052.887500', '103053.347500', '103053.807500', '103054.267500', '103054.727500', '103055.187500', '103055.647500', '103056.107500', '103056.567500', '103057.027500', '103057.487500', '103057.947500', '103058.407500', '103058.867500', '103059.327500', '103059.787500', '103100.247500', '103100.707500', '103101.167500', '103101.627500', '103102.087500', '103102.547500', '103103.007500', '103103.467500', '103103.927500', '103104.387500', '103104.847500', '103105.307500', '103105.767500', '103106.227500', '103106.687500', '103107.147500', '103107.607500', '103108.067500', '103108.527500', '103108.987500', '103109.447500', '103109.907500', '103110.367500', '103110.827500', '103111.287500', '103111.747500', '103112.207500', '103112.667500', '103113.127500', '103113.587500', '103114.047500', '103114.507500', '103114.967500', '103115.427500', '103115.887500', '103116.347500', '103116.807500', '103117.267500', '103117.727500', '103118.187500', '103118.647500', '103119.107500', '103119.567500', '103120.027500', '103120.487500', '103120.947500', '103121.407500', '103121.867500', '103122.327500', '103122.787500', '103123.247500', '103123.707500', '103124.167500', '103124.627500', '103125.087500', '103125.547500', '103126.007500', '103126.467500', '103126.927500', '103127.387500', '103127.847500', '103128.307500', '103128.767500', '103129.227500', '103129.687500', '103130.147500', '103130.607500', '103131.067500', '103131.527500', '103131.987500', '103132.447500', '103132.907500', '103133.367500', '103133.827500', '103134.287500', '103134.747500', '103135.207500', '103135.667500', '103136.127500', '103136.587500', '103137.047500', '103137.507500', '103137.967500', '103138.427500', '103138.887500', '103139.347500', '103139.807500', '103140.267500', '103140.727500', '103141.187500', '103141.647500', '103142.107500', '103142.567500', '103143.027500', '103143.487500', '103143.947500', '103144.407500', '103144.867500', '103145.327500', '103145.787500', '103146.247500', '103146.707500', '103147.167500', '103147.627500', '103148.087500', '103148.547500', '103149.007500', '103149.467500', '103149.927500', '103150.387500', '103150.847500', '103151.307500', '103151.767500', '103152.227500', '103152.687500', '103153.147500', '103153.607500', '103154.067500', '103154.527500', '103154.987500', '103155.447500', '103155.907500', '103156.367500', '103156.827500', '103157.287500', '103157.747500', '103158.207500', '103158.667500', '103159.127500', '103159.587500', '103200.047500', '103200.507500', '103200.967500', '103201.427500', '103201.887500', '103202.347500', '103202.807500', '103203.267500', '103203.727500', '103204.187500', '103204.647500', '103205.107500', '103205.567500', '103206.027500', '103206.487500', '103206.947500', '103207.407500', '103207.867500', '103208.327500', '103208.787500', '103209.247500', '103209.707500', '103210.167500', '103210.627500', '103211.087500', '103211.547500', '103212.007500', '103212.467500', '103212.927500', '103213.387500', '103213.847500', '103214.307500', '103214.767500', '103215.227500', '103215.687500', '103216.147500', '103216.607500', '103217.067500', '103217.527500', '103217.987500', '103218.447500', '103218.907500', '103219.367500', '103219.827500', '103220.287500', '103220.747500', '103221.207500', '103221.667500', '103222.127500', '103222.587500', '103223.047500', '103223.507500', '103223.967500', '103224.427500', '103224.887500', '103225.347500', '103225.807500', '103226.267500', '103226.727500', '103227.187500', '103227.647500', '103228.107500', '103228.567500', '103229.027500', '103229.487500', '103229.947500', '103230.407500', '103230.867500', '103231.327500', '103231.787500', '103232.247500', '103232.707500', '103233.167500', '103233.627500', '103234.087500', '103234.547500', '103235.007500', '103235.467500', '103235.927500', '103236.387500', '103236.847500', '103237.307500', '103237.767500', '103238.227500', '103238.687500', '103239.147500', '103239.607500', '103240.067500', '103240.527500', '103240.987500', '103241.447500', '103241.907500', '103242.367500', '103242.827500', '103243.287500', '103243.747500', '103244.207500', '103244.667500', '103245.127500', '103245.587500', '103246.047500', '103246.507500', '103246.967500', '103247.427500', '103247.887500', '103248.347500', '103248.807500', '103249.267500', '103249.727500', '103250.187500', '103250.647500', '103251.107500', '103251.567500', '103252.027500', '103252.487500', '103252.947500', '103253.407500', '103253.867500', '103254.327500', '103254.787500', '103255.247500', '103255.707500', '103256.167500', '103256.627500', '103257.087500', '103257.547500', '103258.007500', '103258.467500', '103258.927500', '103259.387500', '103259.847500', '103300.307500', '103300.767500', '103301.227500', '103301.687500', '103302.147500', '103302.607500', '103303.067500', '103303.527500', '103303.987500', '103304.447500', '103304.907500', '103305.367500', '103305.827500', '103306.287500', '103306.747500', '103307.207500', '103307.667500', '103308.127500', '103308.587500', '103309.047500', '103309.507500', '103309.967500', '103310.427500', '103310.887500', '103311.347500', '103311.807500', '103312.267500', '103312.727500', '103313.187500', '103313.647500', '103314.107500', '103314.567500', '103315.027500', '103315.487500', '103315.947500', '103316.407500', '103316.867500', '103317.327500', '103317.787500', '103318.247500', '103318.707500', '103319.167500', '103319.627500', '103320.087500', '103320.547500', '103321.007500', '103321.467500', '103321.927500', '103322.387500', '103322.847500', '103323.307500', '103323.767500', '103324.227500', '103324.687500', '103325.147500', '103325.607500', '103326.067500', '103326.527500', '103326.987500', '103327.447500', '103327.907500', '103328.367500', '103328.827500', '103329.287500', '103329.747500', '103330.207500', '103330.667500', '103331.127500', '103331.587500', '103332.047500', '103332.507500', '103332.967500', '103333.427500', '103333.887500', '103334.347500', '103334.807500', '103335.267500', '103335.727500', '103336.187500', '103336.647500', '103337.107500', '103337.567500', '103338.027500', '103338.487500', '103338.947500', '103339.407500', '103339.867500', '103340.327500', '103340.787500', '103341.247500', '103341.707500', '103342.167500', '103342.627500', '103343.087500', '103343.547500', '103344.007500', '103344.467500', '103344.927500', '103345.387500', '103345.847500', '103346.307500', '103346.767500', '103347.227500', '103347.687500', '103348.147500', '103348.607500', '103349.067500', '103349.527500', '103349.987500', '103350.447500', '103350.907500', '103351.367500', '103351.827500', '103352.287500', '103352.747500', '103353.207500', '103353.667500', '103354.127500', '103354.587500', '103355.047500', '103355.507500', '103355.967500', '103356.427500', '103356.887500', '103357.347500', '103357.807500', '103358.267500', '103358.727500', '103359.187500', '103359.647500', '103400.107500', '103400.567500', '103401.027500', '103401.487500', '103401.947500', '103402.407500', '103402.867500', '103403.327500', '103403.787500', '103404.247500', '103404.707500', '103405.167500', '103405.627500', '103406.087500', '103406.547500', '103407.007500', '103407.467500', '103407.927500', '103408.387500', '103408.847500', '103409.307500', '103409.767500', '103410.227500', '103410.687500', '103411.147500', '103411.607500'], 'ContentTime': ['102513.691000', '102513.694000', '102513.697000', '102513.700000', '102513.702000', '102513.705000', '102513.707000', '102513.710000', '102513.713000', '102513.721000', '102513.723000', '102513.726000', '102513.729000', '102513.750000', '102513.753000', '102513.756000', '102513.758000', '102513.761000', '102513.763000', '102513.766000', '102513.768000', '102513.778000', '102513.781000', '102513.783000', '102513.786000', '102513.788000', '102513.791000', '102513.793000', '102513.796000', '102513.799000', '102513.801000', '102513.804000', '102513.806000', '102513.809000', '102513.811000', '102513.814000', '102533.656000', '102533.664000', '102533.667000', '102533.669000', '102533.672000', '102533.675000', '102533.677000', '102533.680000', '102533.682000', '102533.685000', '102533.687000', '102533.690000', '102533.693000', '102533.695000', '102533.698000', '102533.700000', '102533.703000', '102533.705000', '102533.708000', '102533.711000', '102533.713000', '102533.716000', '102533.718000', '102533.721000', '102533.723000', '102533.726000', '102533.729000', '102533.731000', '102533.734000', '102533.736000', '102533.739000', '102533.741000', '102533.744000', '102533.747000', '102533.749000', '102533.752000', '102533.754000', '102533.757000', '102533.759000', '102533.762000', '102533.765000', '102533.767000', '102533.770000', '102553.656000', '102553.661000', '102553.663000', '102553.666000', '102553.669000', '102553.671000', '102553.674000', '102553.676000', '102553.679000', '102553.682000', '102553.684000', '102553.687000', '102553.689000', '102553.692000', '102553.694000', '102553.697000', '102553.700000', '102553.702000', '102553.705000', '102553.707000', '102553.710000', '102553.712000', '102553.715000', '102553.718000', '102553.720000', '102553.723000', '102553.725000', '102553.728000', '102553.730000', '102553.733000', '102553.736000', '102553.738000', '102553.741000', '102553.743000', '102553.746000', '102553.748000', '102553.751000', '102553.754000', '102553.756000', '102553.759000', '102553.761000', '102553.764000', '102553.766000', '102553.769000', '102613.657000', '102613.659000', '102613.662000', '102613.665000', '102613.667000', '102613.670000', '102613.673000', '102613.675000', '102613.678000', '102613.680000', '102613.683000', '102613.686000', '102613.688000', '102613.691000', '102613.693000', '102613.696000', '102613.699000', '102613.701000', '102613.704000', '102613.706000', '102613.709000', '102613.712000', '102613.714000', '102613.717000', '102613.720000', '102613.722000', '102613.725000', '102613.727000', '102613.730000', '102613.735000', '102613.738000', '102613.740000', '102613.743000', '102613.745000', '102613.748000', '102613.751000', '102613.753000', '102613.756000', '102613.758000', '102613.761000', '102613.763000', '102613.766000', '102613.768000', '102633.656000', '102633.659000', '102633.662000', '102633.664000', '102633.667000', '102633.670000', '102633.672000', '102633.675000', '102633.678000', '102633.680000', '102633.683000', '102633.685000', '102633.688000', '102633.690000', '102633.693000', '102633.696000', '102633.698000', '102633.701000', '102633.704000', '102633.707000', '102633.709000', '102633.712000', '102633.714000', '102633.717000', '102633.720000', '102633.722000', '102633.725000', '102633.727000', '102633.730000', '102633.732000', '102633.735000', '102633.738000', '102633.740000', '102633.743000', '102633.745000', '102633.748000', '102633.751000', '102633.753000', '102633.756000', '102633.758000', '102633.761000', '102633.763000', '102633.766000', '102633.768000', '102653.655000', '102653.658000', '102653.661000', '102653.664000', '102653.666000', '102653.669000', '102653.671000', '102653.674000', '102653.677000', '102653.679000', '102653.682000', '102653.684000', '102653.687000', '102653.690000', '102653.692000', '102653.695000', '102653.706000', '102653.709000', '102653.711000', '102653.714000', '102653.716000', '102653.719000', '102653.721000', '102653.724000', '102653.727000', '102653.729000', '102653.732000', '102653.734000', '102653.737000', '102653.739000', '102653.742000', '102653.745000', '102653.747000', '102653.750000', '102653.753000', '102653.755000', '102653.758000', '102653.760000', '102653.763000', '102653.766000', '102653.768000', '102653.771000', '102653.773000', '102713.656000', '102713.660000', '102713.662000', '102713.665000', '102713.667000', '102713.670000', '102713.672000', '102713.675000', '102713.678000', '102713.680000', '102713.683000', '102713.685000', '102713.688000', '102713.691000', '102713.693000', '102713.696000', '102713.699000', '102713.701000', '102713.704000', '102713.706000', '102713.709000', '102713.712000', '102713.714000', '102713.717000', '102713.719000', '102713.722000', '102713.724000', '102713.727000', '102713.730000', '102713.732000', '102713.735000', '102713.737000', '102713.740000', '102713.743000', '102713.745000', '102713.748000', '102713.750000', '102713.753000', '102713.755000', '102713.758000', '102713.761000', '102713.763000', '102713.766000', '102713.768000', '102733.657000', '102733.659000', '102733.662000', '102733.665000', '102733.667000', '102733.670000', '102733.672000', '102733.675000', '102733.678000', '102733.680000', '102733.683000', '102733.685000', '102733.688000', '102733.691000', '102733.693000', '102733.696000', '102733.698000', '102733.701000', '102733.704000', '102733.706000', '102733.709000', '102733.711000', '102733.714000', '102733.716000', '102733.719000', '102733.722000', '102733.724000', '102733.727000', '102733.730000', '102733.732000', '102733.735000', '102733.737000', '102733.740000', '102733.742000', '102733.745000', '102733.748000', '102733.750000', '102733.753000', '102733.755000', '102733.758000', '102733.760000', '102733.763000', '102733.766000', '102753.657000', '102753.659000', '102753.662000', '102753.665000', '102753.667000', '102753.670000', '102753.672000', '102753.675000', '102753.678000', '102753.680000', '102753.683000', '102753.686000', '102753.688000', '102753.692000', '102753.697000', '102753.699000', '102753.702000', '102753.705000', '102753.707000', '102753.710000', '102753.712000', '102753.715000', '102753.718000', '102753.720000', '102753.723000', '102753.726000', '102753.728000', '102753.731000', '102753.733000', '102753.736000', '102753.739000', '102753.741000', '102753.744000', '102753.746000', '102753.749000', '102753.752000', '102753.754000', '102753.757000', '102753.759000', '102753.762000', '102753.765000', '102753.767000', '102753.770000', '102813.657000', '102813.660000', '102813.662000', '102813.665000', '102813.667000', '102813.670000', '102813.673000', '102813.675000', '102813.678000', '102813.680000', '102813.683000', '102813.686000', '102813.688000', '102813.691000', '102813.693000', '102813.696000', '102813.699000', '102813.701000', '102813.704000', '102813.706000', '102813.709000', '102813.711000', '102813.714000', '102813.717000', '102813.719000', '102813.722000', '102813.725000', '102813.727000', '102813.730000', '102813.732000', '102813.735000', '102813.737000', '102813.740000', '102813.743000', '102813.745000', '102813.748000', '102813.750000', '102813.753000', '102813.755000', '102813.758000', '102813.761000', '102813.763000', '102813.793000', '102813.795000', '102833.656000', '102833.659000', '102833.662000', '102833.664000', '102833.668000', '102833.671000', '102833.674000', '102833.676000', '102833.679000', '102833.681000', '102833.684000', '102833.687000', '102833.689000', '102833.692000', '102833.694000', '102833.697000', '102833.700000', '102833.702000', '102833.705000', '102833.707000', '102833.710000', '102833.713000', '102833.715000', '102833.718000', '102833.720000', '102833.723000', '102833.726000', '102833.728000', '102833.731000', '102833.733000', '102833.736000', '102833.738000', '102833.741000', '102833.744000', '102833.746000', '102833.749000', '102833.751000', '102833.754000', '102833.757000', '102833.759000', '102833.762000', '102833.764000', '102833.767000', '102853.657000', '102853.660000', '102853.662000', '102853.665000', '102853.667000', '102853.670000', '102853.673000', '102853.675000', '102853.678000', '102853.680000', '102853.683000', '102853.686000', '102853.688000', '102853.691000', '102853.693000', '102853.696000', '102853.699000', '102853.701000', '102853.704000', '102853.706000', '102853.709000', '102853.712000', '102853.714000', '102853.717000', '102853.719000', '102853.722000', '102853.725000', '102853.727000', '102853.730000', '102853.732000', '102853.735000', '102853.738000', '102853.740000', '102853.743000', '102853.745000', '102853.748000', '102853.751000', '102853.753000', '102853.756000', '102853.758000', '102853.761000', '102853.764000', '102853.766000', '102853.769000', '102913.656000', '102913.658000', '102913.670000', '102913.673000', '102913.676000', '102913.678000', '102913.681000', '102913.683000', '102913.686000', '102913.689000', '102913.691000', '102913.694000', '102913.696000', '102913.699000', '102913.702000', '102913.704000', '102913.707000', '102913.709000', '102913.712000', '102913.715000', '102913.717000', '102913.720000', '102913.722000', '102913.725000', '102913.728000', '102913.731000', '102913.734000', '102913.736000', '102913.739000', '102913.742000', '102913.744000', '102913.747000', '102913.750000', '102913.752000', '102913.756000', '102913.759000', '102913.761000', '102913.764000', '102913.767000', '102913.769000', '102913.772000', '102913.775000', '102913.777000', '102933.656000', '102933.659000', '102933.662000', '102933.665000', '102933.667000', '102933.670000', '102933.672000', '102933.675000', '102933.677000', '102933.680000', '102933.683000', '102933.685000', '102933.688000', '102933.691000', '102933.694000', '102933.696000', '102933.699000', '102933.702000', '102933.704000', '102933.707000', '102933.709000', '102933.712000', '102933.715000', '102933.717000', '102933.720000', '102933.723000', '102933.725000', '102933.728000', '102933.730000', '102933.733000', '102933.736000', '102933.738000', '102933.741000', '102933.743000', '102933.746000', '102933.748000', '102933.751000', '102933.753000', '102933.756000', '102933.759000', '102933.761000', '102933.764000', '102933.767000', '102933.769000', '102953.657000', '102953.659000', '102953.662000', '102953.665000', '102953.667000', '102953.670000', '102953.672000', '102953.675000', '102953.677000', '102953.680000', '102953.683000', '102953.686000', '102953.688000', '102953.691000', '102953.694000', '102953.696000', '102953.699000', '102953.702000', '102953.704000', '102953.707000', '102953.709000', '102953.712000', '102953.729000', '102953.732000', '102953.735000', '102953.737000', '102953.740000', '102953.742000', '102953.745000', '102953.748000', '102953.750000', '102953.753000', '102953.755000', '102953.758000', '102953.761000', '102953.763000', '102953.766000', '102953.768000', '102953.771000', '102953.774000', '102953.776000', '102953.779000', '102953.781000', '103013.657000', '103013.659000', '103013.662000', '103013.665000', '103013.667000', '103013.670000', '103013.672000', '103013.675000', '103013.678000', '103013.680000', '103013.683000', '103013.686000', '103013.688000', '103013.691000', '103013.694000', '103013.696000', '103013.699000', '103013.702000', '103013.704000', '103013.707000', '103013.709000', '103013.712000', '103013.714000', '103013.717000', '103013.720000', '103013.722000', '103013.725000', '103013.727000', '103013.730000', '103013.733000', '103013.735000', '103013.738000', '103013.740000', '103013.743000', '103013.745000', '103013.748000', '103013.751000', '103013.753000', '103013.756000', '103013.758000', '103013.761000', '103013.764000', '103013.766000', '103013.771000', '103033.657000', '103033.659000', '103033.662000', '103033.665000', '103033.667000', '103033.670000', '103033.672000', '103033.675000', '103033.678000', '103033.680000', '103033.683000', '103033.685000', '103033.688000', '103033.690000', '103033.693000', '103033.696000', '103033.698000', '103033.701000', '103033.704000', '103033.706000', '103033.709000', '103033.711000', '103033.714000', '103033.717000', '103033.719000', '103033.722000', '103033.724000', '103033.727000', '103033.729000', '103033.732000', '103033.735000', '103033.738000', '103033.741000', '103033.743000', '103033.746000', '103033.749000', '103033.752000', '103033.754000', '103033.757000', '103033.759000', '103033.762000', '103033.765000', '103033.767000', '103053.657000', '103053.659000', '103053.662000', '103053.665000', '103053.667000', '103053.670000', '103053.672000', '103053.675000', '103053.678000', '103053.680000', '103053.683000', '103053.685000', '103053.688000', '103053.691000', '103053.693000', '103053.696000', '103053.699000', '103053.701000', '103053.704000', '103053.706000', '103053.709000', '103053.712000', '103053.714000', '103053.717000', '103053.720000', '103053.722000', '103053.725000', '103053.728000', '103053.730000', '103053.733000', '103053.735000', '103053.738000', '103053.741000', '103053.743000', '103053.746000', '103053.749000', '103053.751000', '103053.754000', '103053.756000', '103053.759000', '103053.762000', '103053.764000', '103053.767000', '103053.769000', '103113.656000', '103113.659000', '103113.662000', '103113.665000', '103113.667000', '103113.670000', '103113.673000', '103113.675000', '103113.678000', '103113.680000', '103113.683000', '103113.685000', '103113.688000', '103113.690000', '103113.693000', '103113.696000', '103113.698000', '103113.701000', '103113.703000', '103113.706000', '103113.708000', '103113.711000', '103113.714000', '103113.716000', '103113.719000', '103113.721000', '103113.724000', '103113.727000', '103113.729000', '103113.732000', '103113.734000', '103113.737000', '103113.739000', '103113.756000', '103113.758000', '103113.761000', '103113.764000', '103113.766000', '103113.769000', '103113.771000', '103113.774000', '103113.777000', '103113.779000', '103133.655000', '103133.658000', '103133.661000', '103133.663000', '103133.666000', '103133.669000', '103133.671000', '103133.674000', '103133.676000', '103133.679000', '103133.682000', '103133.684000', '103133.687000', '103133.690000', '103133.692000', '103133.695000', '103133.698000', '103133.700000', '103133.703000', '103133.705000', '103133.708000', '103133.711000', '103133.713000', '103133.716000', '103133.718000', '103133.721000', '103133.724000', '103133.726000', '103133.729000', '103133.731000', '103133.734000', '103133.736000', '103133.739000', '103133.742000', '103133.744000', '103133.747000', '103133.750000', '103133.752000', '103133.755000', '103133.757000', '103133.760000', '103133.762000', '103133.765000', '103133.768000', '103153.657000', '103153.660000', '103153.662000', '103153.665000', '103153.668000', '103153.670000', '103153.673000', '103153.675000', '103153.678000', '103153.681000', '103153.683000', '103153.686000', '103153.688000', '103153.691000', '103153.694000', '103153.696000', '103153.699000', '103153.702000', '103153.704000', '103153.707000', '103153.709000', '103153.712000', '103153.714000', '103153.717000', '103153.720000', '103153.722000', '103153.725000', '103153.727000', '103153.730000', '103153.733000', '103153.735000', '103153.738000', '103153.740000', '103153.743000', '103153.746000', '103153.749000', '103153.751000', '103153.754000', '103153.756000', '103153.759000', '103153.762000', '103153.764000', '103153.767000', '103213.657000', '103213.660000', '103213.662000', '103213.665000', '103213.668000', '103213.670000', '103213.673000', '103213.675000', '103213.678000', '103213.680000', '103213.683000', '103213.686000', '103213.688000', '103213.691000', '103213.694000', '103213.696000', '103213.699000', '103213.701000', '103213.704000', '103213.707000', '103213.709000', '103213.712000', '103213.714000', '103213.717000', '103213.720000', '103213.722000', '103213.725000', '103213.727000', '103213.730000', '103213.733000', '103213.736000', '103213.738000', '103213.741000', '103213.743000', '103213.746000', '103213.749000', '103213.751000', '103213.754000', '103213.756000', '103213.759000', '103213.761000', '103213.764000', '103213.767000', '103213.769000', '103233.657000', '103233.660000', '103233.662000', '103233.665000', '103233.667000', '103233.670000', '103233.673000', '103233.675000', '103233.678000', '103233.680000', '103233.683000', '103233.686000', '103233.697000', '103233.699000', '103233.702000', '103233.705000', '103233.707000', '103233.710000', '103233.713000', '103233.715000', '103233.718000', '103233.720000', '103233.723000', '103233.725000', '103233.728000', '103233.731000', '103233.733000', '103233.736000', '103233.739000', '103233.741000', '103233.744000', '103233.746000', '103233.749000', '103233.752000', '103233.754000', '103233.757000', '103233.760000', '103233.762000', '103233.765000', '103233.767000', '103233.770000', '103233.773000', '103233.775000', '103253.657000', '103253.660000', '103253.662000', '103253.665000', '103253.668000', '103253.670000', '103253.673000', '103253.676000', '103253.678000', '103253.681000', '103253.683000', '103253.686000', '103253.689000', '103253.692000', '103253.694000', '103253.697000', '103253.700000', '103253.702000', '103253.705000', '103253.708000', '103253.710000', '103253.713000', '103253.716000', '103253.718000', '103253.721000', '103253.723000', '103253.726000', '103253.729000', '103253.731000', '103253.734000', '103253.736000', '103253.739000', '103253.742000', '103253.744000', '103253.747000', '103253.749000', '103253.752000', '103253.755000', '103253.757000', '103253.760000', '103253.762000', '103253.765000', '103253.767000', '103313.657000', '103313.660000', '103313.662000', '103313.665000', '103313.667000', '103313.670000', '103313.673000', '103313.675000', '103313.678000', '103313.681000', '103313.683000', '103313.686000', '103313.688000', '103313.691000', '103313.694000', '103313.696000', '103313.699000', '103313.702000', '103313.704000', '103313.707000', '103313.709000', '103313.712000', '103313.715000', '103313.717000', '103313.720000', '103313.722000', '103313.725000', '103313.728000', '103313.730000', '103313.733000', '103313.735000', '103313.738000', '103313.741000', '103313.743000', '103313.746000', '103313.748000', '103313.751000', '103313.754000', '103313.756000', '103313.759000', '103313.761000', '103313.764000', '103313.766000', '103313.769000', '103333.656000', '103333.659000', '103333.662000', '103333.665000', '103333.667000', '103333.670000', '103333.672000', '103333.675000', '103333.678000', '103333.680000', '103333.683000', '103333.685000', '103333.688000', '103333.691000', '103333.693000', '103333.696000', '103333.699000', '103333.701000', '103333.704000', '103333.706000', '103333.709000', '103333.711000', '103333.714000', '103333.717000', '103333.719000', '103333.722000', '103333.724000', '103333.727000', '103333.730000', '103333.732000', '103333.735000', '103333.737000', '103333.740000', '103333.743000', '103333.745000', '103333.748000', '103333.750000', '103333.753000', '103333.756000', '103333.758000', '103333.761000', '103333.763000', '103333.766000', '103333.769000', '103353.656000', '103353.658000', '103353.661000', '103353.664000', '103353.666000', '103353.669000', '103353.672000', '103353.674000', '103353.677000', '103353.679000', '103353.682000', '103353.684000', '103353.687000', '103353.690000', '103353.692000', '103353.695000', '103353.697000', '103353.700000', '103353.703000', '103353.705000', '103353.708000', '103353.710000', '103353.713000', '103353.716000', '103353.718000', '103353.721000', '103353.723000', '103353.726000', '103353.729000', '103353.731000', '103353.734000', '103353.737000', '103353.739000', '103353.742000', '103353.744000', '103353.747000', '103353.750000', '103353.752000', '103353.755000', '103353.757000', '103353.774000', '103353.777000', '103353.779000', '103413.144000', '103413.147000', '103413.150000', '103413.152000', '103413.155000', '103413.158000', '103413.160000', '103413.163000', '103413.165000', '103413.168000', '103413.170000', '103413.173000', '103413.176000', '103413.178000', '103413.181000', '103413.184000', '103413.186000', '103413.189000', '103413.246000', '103413.249000', '103413.251000', '103413.254000', '103413.257000', '103413.259000', '103413.263000', '103413.265000', '103413.268000', '103413.271000', '103413.273000', '103413.276000', '103413.278000', '103413.281000', '103413.283000', '103413.286000', '103413.289000', '103413.291000', '103413.294000', '103413.297000', '103413.299000', '103413.302000', '103413.304000', '103413.307000', '103413.310000'], 'InstanceCreationTime': ['102513.691000', '102513.694000', '102513.697000', '102513.700000', '102513.702000', '102513.705000', '102513.707000', '102513.710000', '102513.713000', '102513.721000', '102513.723000', '102513.726000', '102513.729000', '102513.750000', '102513.753000', '102513.756000', '102513.758000', '102513.761000', '102513.763000', '102513.766000', '102513.768000', '102513.778000', '102513.781000', '102513.783000', '102513.786000', '102513.788000', '102513.791000', '102513.793000', '102513.796000', '102513.799000', '102513.801000', '102513.804000', '102513.806000', '102513.809000', '102513.811000', '102513.814000', '102533.656000', '102533.664000', '102533.667000', '102533.669000', '102533.672000', '102533.675000', '102533.677000', '102533.680000', '102533.682000', '102533.685000', '102533.687000', '102533.690000', '102533.693000', '102533.695000', '102533.698000', '102533.700000', '102533.703000', '102533.705000', '102533.708000', '102533.711000', '102533.713000', '102533.716000', '102533.718000', '102533.721000', '102533.723000', '102533.726000', '102533.729000', '102533.731000', '102533.734000', '102533.736000', '102533.739000', '102533.741000', '102533.744000', '102533.747000', '102533.749000', '102533.752000', '102533.754000', '102533.757000', '102533.759000', '102533.762000', '102533.765000', '102533.767000', '102533.770000', '102553.656000', '102553.661000', '102553.663000', '102553.666000', '102553.669000', '102553.671000', '102553.674000', '102553.676000', '102553.679000', '102553.682000', '102553.684000', '102553.687000', '102553.689000', '102553.692000', '102553.694000', '102553.697000', '102553.700000', '102553.702000', '102553.705000', '102553.707000', '102553.710000', '102553.712000', '102553.715000', '102553.718000', '102553.720000', '102553.723000', '102553.725000', '102553.728000', '102553.730000', '102553.733000', '102553.736000', '102553.738000', '102553.741000', '102553.743000', '102553.746000', '102553.748000', '102553.751000', '102553.754000', '102553.756000', '102553.759000', '102553.761000', '102553.764000', '102553.766000', '102553.769000', '102613.657000', '102613.659000', '102613.662000', '102613.665000', '102613.667000', '102613.670000', '102613.673000', '102613.675000', '102613.678000', '102613.680000', '102613.683000', '102613.686000', '102613.688000', '102613.691000', '102613.693000', '102613.696000', '102613.699000', '102613.701000', '102613.704000', '102613.706000', '102613.709000', '102613.712000', '102613.714000', '102613.717000', '102613.720000', '102613.722000', '102613.725000', '102613.727000', '102613.730000', '102613.735000', '102613.738000', '102613.740000', '102613.743000', '102613.745000', '102613.748000', '102613.751000', '102613.753000', '102613.756000', '102613.758000', '102613.761000', '102613.763000', '102613.766000', '102613.768000', '102633.656000', '102633.659000', '102633.662000', '102633.664000', '102633.667000', '102633.670000', '102633.672000', '102633.675000', '102633.678000', '102633.680000', '102633.683000', '102633.685000', '102633.688000', '102633.690000', '102633.693000', '102633.696000', '102633.698000', '102633.701000', '102633.704000', '102633.707000', '102633.709000', '102633.712000', '102633.714000', '102633.717000', '102633.720000', '102633.722000', '102633.725000', '102633.727000', '102633.730000', '102633.732000', '102633.735000', '102633.738000', '102633.740000', '102633.743000', '102633.745000', '102633.748000', '102633.751000', '102633.753000', '102633.756000', '102633.758000', '102633.761000', '102633.763000', '102633.766000', '102633.768000', '102653.655000', '102653.658000', '102653.661000', '102653.664000', '102653.666000', '102653.669000', '102653.671000', '102653.674000', '102653.677000', '102653.679000', '102653.682000', '102653.684000', '102653.687000', '102653.690000', '102653.692000', '102653.695000', '102653.706000', '102653.709000', '102653.711000', '102653.714000', '102653.716000', '102653.719000', '102653.721000', '102653.724000', '102653.727000', '102653.729000', '102653.732000', '102653.734000', '102653.737000', '102653.739000', '102653.742000', '102653.745000', '102653.747000', '102653.750000', '102653.753000', '102653.755000', '102653.758000', '102653.760000', '102653.763000', '102653.766000', '102653.768000', '102653.771000', '102653.773000', '102713.656000', '102713.660000', '102713.662000', '102713.665000', '102713.667000', '102713.670000', '102713.672000', '102713.675000', '102713.678000', '102713.680000', '102713.683000', '102713.685000', '102713.688000', '102713.691000', '102713.693000', '102713.696000', '102713.699000', '102713.701000', '102713.704000', '102713.706000', '102713.709000', '102713.712000', '102713.714000', '102713.717000', '102713.719000', '102713.722000', '102713.724000', '102713.727000', '102713.730000', '102713.732000', '102713.735000', '102713.737000', '102713.740000', '102713.743000', '102713.745000', '102713.748000', '102713.750000', '102713.753000', '102713.755000', '102713.758000', '102713.761000', '102713.763000', '102713.766000', '102713.768000', '102733.657000', '102733.659000', '102733.662000', '102733.665000', '102733.667000', '102733.670000', '102733.672000', '102733.675000', '102733.678000', '102733.680000', '102733.683000', '102733.685000', '102733.688000', '102733.691000', '102733.693000', '102733.696000', '102733.698000', '102733.701000', '102733.704000', '102733.706000', '102733.709000', '102733.711000', '102733.714000', '102733.716000', '102733.719000', '102733.722000', '102733.724000', '102733.727000', '102733.730000', '102733.732000', '102733.735000', '102733.737000', '102733.740000', '102733.742000', '102733.745000', '102733.748000', '102733.750000', '102733.753000', '102733.755000', '102733.758000', '102733.760000', '102733.763000', '102733.766000', '102753.657000', '102753.659000', '102753.662000', '102753.665000', '102753.667000', '102753.670000', '102753.672000', '102753.675000', '102753.678000', '102753.680000', '102753.683000', '102753.686000', '102753.688000', '102753.692000', '102753.697000', '102753.699000', '102753.702000', '102753.705000', '102753.707000', '102753.710000', '102753.712000', '102753.715000', '102753.718000', '102753.720000', '102753.723000', '102753.726000', '102753.728000', '102753.731000', '102753.733000', '102753.736000', '102753.739000', '102753.741000', '102753.744000', '102753.746000', '102753.749000', '102753.752000', '102753.754000', '102753.757000', '102753.759000', '102753.762000', '102753.765000', '102753.767000', '102753.770000', '102813.657000', '102813.660000', '102813.662000', '102813.665000', '102813.667000', '102813.670000', '102813.673000', '102813.675000', '102813.678000', '102813.680000', '102813.683000', '102813.686000', '102813.688000', '102813.691000', '102813.693000', '102813.696000', '102813.699000', '102813.701000', '102813.704000', '102813.706000', '102813.709000', '102813.711000', '102813.714000', '102813.717000', '102813.719000', '102813.722000', '102813.725000', '102813.727000', '102813.730000', '102813.732000', '102813.735000', '102813.737000', '102813.740000', '102813.743000', '102813.745000', '102813.748000', '102813.750000', '102813.753000', '102813.755000', '102813.758000', '102813.761000', '102813.763000', '102813.793000', '102813.795000', '102833.656000', '102833.659000', '102833.662000', '102833.664000', '102833.668000', '102833.671000', '102833.674000', '102833.676000', '102833.679000', '102833.681000', '102833.684000', '102833.687000', '102833.689000', '102833.692000', '102833.694000', '102833.697000', '102833.700000', '102833.702000', '102833.705000', '102833.707000', '102833.710000', '102833.713000', '102833.715000', '102833.718000', '102833.720000', '102833.723000', '102833.726000', '102833.728000', '102833.731000', '102833.733000', '102833.736000', '102833.738000', '102833.741000', '102833.744000', '102833.746000', '102833.749000', '102833.751000', '102833.754000', '102833.757000', '102833.759000', '102833.762000', '102833.764000', '102833.767000', '102853.657000', '102853.660000', '102853.662000', '102853.665000', '102853.667000', '102853.670000', '102853.673000', '102853.675000', '102853.678000', '102853.680000', '102853.683000', '102853.686000', '102853.688000', '102853.691000', '102853.693000', '102853.696000', '102853.699000', '102853.701000', '102853.704000', '102853.706000', '102853.709000', '102853.712000', '102853.714000', '102853.717000', '102853.719000', '102853.722000', '102853.725000', '102853.727000', '102853.730000', '102853.732000', '102853.735000', '102853.738000', '102853.740000', '102853.743000', '102853.745000', '102853.748000', '102853.751000', '102853.753000', '102853.756000', '102853.758000', '102853.761000', '102853.764000', '102853.766000', '102853.769000', '102913.656000', '102913.658000', '102913.670000', '102913.673000', '102913.676000', '102913.678000', '102913.681000', '102913.683000', '102913.686000', '102913.689000', '102913.691000', '102913.694000', '102913.696000', '102913.699000', '102913.702000', '102913.704000', '102913.707000', '102913.709000', '102913.712000', '102913.715000', '102913.717000', '102913.720000', '102913.722000', '102913.725000', '102913.728000', '102913.731000', '102913.734000', '102913.736000', '102913.739000', '102913.742000', '102913.744000', '102913.747000', '102913.750000', '102913.752000', '102913.756000', '102913.759000', '102913.761000', '102913.764000', '102913.767000', '102913.769000', '102913.772000', '102913.775000', '102913.777000', '102933.656000', '102933.659000', '102933.662000', '102933.665000', '102933.667000', '102933.670000', '102933.672000', '102933.675000', '102933.677000', '102933.680000', '102933.683000', '102933.685000', '102933.688000', '102933.691000', '102933.694000', '102933.696000', '102933.699000', '102933.702000', '102933.704000', '102933.707000', '102933.709000', '102933.712000', '102933.715000', '102933.717000', '102933.720000', '102933.723000', '102933.725000', '102933.728000', '102933.730000', '102933.733000', '102933.736000', '102933.738000', '102933.741000', '102933.743000', '102933.746000', '102933.748000', '102933.751000', '102933.753000', '102933.756000', '102933.759000', '102933.761000', '102933.764000', '102933.767000', '102933.769000', '102953.657000', '102953.659000', '102953.662000', '102953.665000', '102953.667000', '102953.670000', '102953.672000', '102953.675000', '102953.677000', '102953.680000', '102953.683000', '102953.686000', '102953.688000', '102953.691000', '102953.694000', '102953.696000', '102953.699000', '102953.702000', '102953.704000', '102953.707000', '102953.709000', '102953.712000', '102953.729000', '102953.732000', '102953.735000', '102953.737000', '102953.740000', '102953.742000', '102953.745000', '102953.748000', '102953.750000', '102953.753000', '102953.755000', '102953.758000', '102953.761000', '102953.763000', '102953.766000', '102953.768000', '102953.771000', '102953.774000', '102953.776000', '102953.779000', '102953.781000', '103013.657000', '103013.659000', '103013.662000', '103013.665000', '103013.667000', '103013.670000', '103013.672000', '103013.675000', '103013.678000', '103013.680000', '103013.683000', '103013.686000', '103013.688000', '103013.691000', '103013.694000', '103013.696000', '103013.699000', '103013.702000', '103013.704000', '103013.707000', '103013.709000', '103013.712000', '103013.714000', '103013.717000', '103013.720000', '103013.722000', '103013.725000', '103013.727000', '103013.730000', '103013.733000', '103013.735000', '103013.738000', '103013.740000', '103013.743000', '103013.745000', '103013.748000', '103013.751000', '103013.753000', '103013.756000', '103013.758000', '103013.761000', '103013.764000', '103013.766000', '103013.771000', '103033.657000', '103033.659000', '103033.662000', '103033.665000', '103033.667000', '103033.670000', '103033.672000', '103033.675000', '103033.678000', '103033.680000', '103033.683000', '103033.685000', '103033.688000', '103033.690000', '103033.693000', '103033.696000', '103033.698000', '103033.701000', '103033.704000', '103033.706000', '103033.709000', '103033.711000', '103033.714000', '103033.717000', '103033.719000', '103033.722000', '103033.724000', '103033.727000', '103033.729000', '103033.732000', '103033.735000', '103033.738000', '103033.741000', '103033.743000', '103033.746000', '103033.749000', '103033.752000', '103033.754000', '103033.757000', '103033.759000', '103033.762000', '103033.765000', '103033.767000', '103053.657000', '103053.659000', '103053.662000', '103053.665000', '103053.667000', '103053.670000', '103053.672000', '103053.675000', '103053.678000', '103053.680000', '103053.683000', '103053.685000', '103053.688000', '103053.691000', '103053.693000', '103053.696000', '103053.699000', '103053.701000', '103053.704000', '103053.706000', '103053.709000', '103053.712000', '103053.714000', '103053.717000', '103053.720000', '103053.722000', '103053.725000', '103053.728000', '103053.730000', '103053.733000', '103053.735000', '103053.738000', '103053.741000', '103053.743000', '103053.746000', '103053.749000', '103053.751000', '103053.754000', '103053.756000', '103053.759000', '103053.762000', '103053.764000', '103053.767000', '103053.769000', '103113.656000', '103113.659000', '103113.662000', '103113.665000', '103113.667000', '103113.670000', '103113.673000', '103113.675000', '103113.678000', '103113.680000', '103113.683000', '103113.685000', '103113.688000', '103113.690000', '103113.693000', '103113.696000', '103113.698000', '103113.701000', '103113.703000', '103113.706000', '103113.708000', '103113.711000', '103113.714000', '103113.716000', '103113.719000', '103113.721000', '103113.724000', '103113.727000', '103113.729000', '103113.732000', '103113.734000', '103113.737000', '103113.739000', '103113.756000', '103113.758000', '103113.761000', '103113.764000', '103113.766000', '103113.769000', '103113.771000', '103113.774000', '103113.777000', '103113.779000', '103133.655000', '103133.658000', '103133.661000', '103133.663000', '103133.666000', '103133.669000', '103133.671000', '103133.674000', '103133.676000', '103133.679000', '103133.682000', '103133.684000', '103133.687000', '103133.690000', '103133.692000', '103133.695000', '103133.698000', '103133.700000', '103133.703000', '103133.705000', '103133.708000', '103133.711000', '103133.713000', '103133.716000', '103133.718000', '103133.721000', '103133.724000', '103133.726000', '103133.729000', '103133.731000', '103133.734000', '103133.736000', '103133.739000', '103133.742000', '103133.744000', '103133.747000', '103133.750000', '103133.752000', '103133.755000', '103133.757000', '103133.760000', '103133.762000', '103133.765000', '103133.768000', '103153.657000', '103153.660000', '103153.662000', '103153.665000', '103153.668000', '103153.670000', '103153.673000', '103153.675000', '103153.678000', '103153.681000', '103153.683000', '103153.686000', '103153.688000', '103153.691000', '103153.694000', '103153.696000', '103153.699000', '103153.702000', '103153.704000', '103153.707000', '103153.709000', '103153.712000', '103153.714000', '103153.717000', '103153.720000', '103153.722000', '103153.725000', '103153.727000', '103153.730000', '103153.733000', '103153.735000', '103153.738000', '103153.740000', '103153.743000', '103153.746000', '103153.749000', '103153.751000', '103153.754000', '103153.756000', '103153.759000', '103153.762000', '103153.764000', '103153.767000', '103213.657000', '103213.660000', '103213.662000', '103213.665000', '103213.668000', '103213.670000', '103213.673000', '103213.675000', '103213.678000', '103213.680000', '103213.683000', '103213.686000', '103213.688000', '103213.691000', '103213.694000', '103213.696000', '103213.699000', '103213.701000', '103213.704000', '103213.707000', '103213.709000', '103213.712000', '103213.714000', '103213.717000', '103213.720000', '103213.722000', '103213.725000', '103213.727000', '103213.730000', '103213.733000', '103213.736000', '103213.738000', '103213.741000', '103213.743000', '103213.746000', '103213.749000', '103213.751000', '103213.754000', '103213.756000', '103213.759000', '103213.761000', '103213.764000', '103213.767000', '103213.769000', '103233.657000', '103233.660000', '103233.662000', '103233.665000', '103233.667000', '103233.670000', '103233.673000', '103233.675000', '103233.678000', '103233.680000', '103233.683000', '103233.686000', '103233.697000', '103233.699000', '103233.702000', '103233.705000', '103233.707000', '103233.710000', '103233.713000', '103233.715000', '103233.718000', '103233.720000', '103233.723000', '103233.725000', '103233.728000', '103233.731000', '103233.733000', '103233.736000', '103233.739000', '103233.741000', '103233.744000', '103233.746000', '103233.749000', '103233.752000', '103233.754000', '103233.757000', '103233.760000', '103233.762000', '103233.765000', '103233.767000', '103233.770000', '103233.773000', '103233.775000', '103253.657000', '103253.660000', '103253.662000', '103253.665000', '103253.668000', '103253.670000', '103253.673000', '103253.676000', '103253.678000', '103253.681000', '103253.683000', '103253.686000', '103253.689000', '103253.692000', '103253.694000', '103253.697000', '103253.700000', '103253.702000', '103253.705000', '103253.708000', '103253.710000', '103253.713000', '103253.716000', '103253.718000', '103253.721000', '103253.723000', '103253.726000', '103253.729000', '103253.731000', '103253.734000', '103253.736000', '103253.739000', '103253.742000', '103253.744000', '103253.747000', '103253.749000', '103253.752000', '103253.755000', '103253.757000', '103253.760000', '103253.762000', '103253.765000', '103253.767000', '103313.657000', '103313.660000', '103313.662000', '103313.665000', '103313.667000', '103313.670000', '103313.673000', '103313.675000', '103313.678000', '103313.681000', '103313.683000', '103313.686000', '103313.688000', '103313.691000', '103313.694000', '103313.696000', '103313.699000', '103313.702000', '103313.704000', '103313.707000', '103313.709000', '103313.712000', '103313.715000', '103313.717000', '103313.720000', '103313.722000', '103313.725000', '103313.728000', '103313.730000', '103313.733000', '103313.735000', '103313.738000', '103313.741000', '103313.743000', '103313.746000', '103313.748000', '103313.751000', '103313.754000', '103313.756000', '103313.759000', '103313.761000', '103313.764000', '103313.766000', '103313.769000', '103333.656000', '103333.659000', '103333.662000', '103333.665000', '103333.667000', '103333.670000', '103333.672000', '103333.675000', '103333.678000', '103333.680000', '103333.683000', '103333.685000', '103333.688000', '103333.691000', '103333.693000', '103333.696000', '103333.699000', '103333.701000', '103333.704000', '103333.706000', '103333.709000', '103333.711000', '103333.714000', '103333.717000', '103333.719000', '103333.722000', '103333.724000', '103333.727000', '103333.730000', '103333.732000', '103333.735000', '103333.737000', '103333.740000', '103333.743000', '103333.745000', '103333.748000', '103333.750000', '103333.753000', '103333.756000', '103333.758000', '103333.761000', '103333.763000', '103333.766000', '103333.769000', '103353.656000', '103353.658000', '103353.661000', '103353.664000', '103353.666000', '103353.669000', '103353.672000', '103353.674000', '103353.677000', '103353.679000', '103353.682000', '103353.684000', '103353.687000', '103353.690000', '103353.692000', '103353.695000', '103353.697000', '103353.700000', '103353.703000', '103353.705000', '103353.708000', '103353.710000', '103353.713000', '103353.716000', '103353.718000', '103353.721000', '103353.723000', '103353.726000', '103353.729000', '103353.731000', '103353.734000', '103353.737000', '103353.739000', '103353.742000', '103353.744000', '103353.747000', '103353.750000', '103353.752000', '103353.755000', '103353.757000', '103353.774000', '103353.777000', '103353.779000', '103413.144000', '103413.147000', '103413.150000', '103413.152000', '103413.155000', '103413.158000', '103413.160000', '103413.163000', '103413.165000', '103413.168000', '103413.170000', '103413.173000', '103413.176000', '103413.178000', '103413.181000', '103413.184000', '103413.186000', '103413.189000', '103413.246000', '103413.249000', '103413.251000', '103413.254000', '103413.257000', '103413.259000', '103413.263000', '103413.265000', '103413.268000', '103413.271000', '103413.273000', '103413.276000', '103413.278000', '103413.281000', '103413.283000', '103413.286000', '103413.289000', '103413.291000', '103413.294000', '103413.297000', '103413.299000', '103413.302000', '103413.304000', '103413.307000', '103413.310000'], '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': [12246, 9231, 16570, 13175, 11515, 14066, 8842, 17927, 10675, 17610, 10321, 14382, 9583, 9699, 8253, 9228, 7922, 9002, 8465, 8712, 8210, 8369, 8242, 8858, 8112, 8636, 10519, 8797, 12174, 8423, 11790, 8246, 11693, 8132, 9262, 8382, 8924, 12820, 9103, 12314, 8845, 13348, 8785, 13431, 8512, 11242, 8347, 9086, 8778, 8775, 14002, 8980, 12536, 8753, 10104, 8768, 8481, 8905, 9871, 8800, 14868, 8707, 12753, 8174, 9745, 8661, 8964, 8436, 8747, 8329, 8794, 8621, 8859, 8528, 10251, 12193, 11135, 9593, 9089, 8445, 8822, 14985, 9082, 16415, 8834, 13545, 8229, 9526, 8332, 9020, 8283, 8954, 8381, 8804, 8534, 9177, 8410, 8876, 8729, 8823, 9762, 8999, 8427, 9045, 8565, 8660, 8729, 8876, 12868, 8711, 13463, 9257, 13013, 8634, 12560, 8550, 10789, 8435, 10957, 8499, 10047, 8298, 8956, 8606, 8921, 8291, 8927, 8529, 9743, 8230, 10624, 8338, 9078, 8349, 8743, 8347, 8690, 8073, 8623, 9723, 8969, 8285, 8644, 8216, 8579, 9454, 8583, 11100, 8557, 11464, 8491, 10692, 8260, 10618, 8407, 10791, 8292, 9887, 8132, 8820, 8228, 8372, 8204, 8645, 9108, 8610, 11421, 8447, 10777, 8049, 9196, 8263, 8094, 8283, 8194, 8356, 7920, 8379, 7951, 8458, 13139, 8387, 12646, 8129, 10458, 8063, 8325, 8100, 8145, 8159, 8195, 7769, 8340, 10532, 8122, 10775, 8209, 10605, 8221, 9128, 8049, 8435, 7707, 8547, 13231, 8660, 10324, 8522, 9539, 8693, 11596, 8377, 11266, 7828, 8026, 8220, 9941, 8674, 7948, 8381, 7944, 11437, 8328, 11960, 8169, 13441, 8493, 12250, 8277, 9031, 9244, 8824, 9373, 8734, 8791, 8674, 8165, 8594, 8138, 8635, 8210, 8504, 11004, 8731, 12768, 8609, 12286, 8711, 12139, 8624, 11968, 8744, 11338, 8431, 10669, 8424, 10175, 8346, 9704, 8223, 9254, 8498, 9832, 8482, 9610, 8118, 8621, 8186, 8040, 8323, 8098, 7877, 7989, 7924, 7897, 7899, 8409, 7995, 8012, 8122, 8156, 8105, 8149, 9222, 8073, 7867, 8295, 8994, 8610, 10667, 8588, 11522, 8409, 11551, 8592, 11020, 8029, 10765, 8144, 10079, 8584, 7895, 8127, 8393, 8745, 8578, 10021, 8722, 10863, 8284, 9412, 8295, 8448, 8495, 8677, 8218, 8284, 7946, 8257, 10147, 8214, 8658, 8052, 7657, 8249, 8323, 8272, 8491, 9033, 8539, 10338, 8600, 11024, 8604, 12914, 8621, 12333, 8457, 11188, 8094, 8928, 8254, 8620, 8957, 8695, 10332, 8535, 12204, 8089, 9209, 8310, 8358, 8423, 8345, 8760, 8216, 9308, 8294, 12952, 9765, 7977, 8348, 8777, 10935, 8084, 12971, 8920, 9979, 7962, 11492, 8351, 10212, 8189, 11265, 8429, 10866, 8216, 11270, 8436, 13075, 8689, 17664, 12590, 16987, 9236, 13715, 8801, 13520, 8790, 12332, 8457, 11432, 8822, 11816, 9666, 7879, 8656, 8456, 8767, 8288, 10018, 8492, 10201, 8532, 10365, 8462, 8245, 8739, 7889, 9391, 8449, 8471, 9046, 8128, 11520, 8383, 13844, 8590, 12839, 8453, 12166, 8329, 12503, 8325, 10996, 8347, 10345, 8412, 8812, 8543, 8032, 8505, 8131, 8952, 8214, 10029, 8584, 10829, 8433, 10932, 7909, 10425, 7944, 8645, 8373, 8736, 7958, 8496, 8203, 8401, 8211, 8404, 8047, 8200, 8010, 8524, 7941, 8437, 8309, 8743, 8046, 8196, 7984, 8388, 7860, 8166, 8057, 8132, 8398, 8203, 7699, 8466, 13080, 8322, 12377, 8933, 11825, 8208, 11073, 8246, 9448, 8032, 9250, 8280, 8413, 7982, 8104, 8097, 8239, 8133, 8450, 8192, 8903, 8263, 8657, 8412, 10132, 8206, 8702, 9352, 8676, 16079, 8585, 14668, 8493, 12399, 8442, 9435, 8389, 9887, 8289, 10752, 8136, 11021, 8423, 11274, 8643, 10982, 8326, 10588, 8225, 11627, 8375, 7988, 8263, 8037, 8276, 8433, 8274, 8063, 8356, 8269, 8396, 8265, 9579, 8199, 9829, 8284, 8935, 8065, 8363, 8088, 8350, 9001, 8078, 8008, 8205, 8200, 8366, 8022, 8127, 8216, 8760, 8292, 8618, 8580, 10382, 8169, 11113, 8892, 9725, 8138, 10190, 8273, 13264, 8214, 12896, 9127, 13669, 8029, 12582, 8031, 11861, 8181, 11090, 8232, 9870, 8105, 9658, 8359, 9786, 8309, 8114, 8288, 8079, 8081, 12923, 8338, 14213, 8501, 12988, 7920, 12105, 9489, 10055, 8217, 9334, 8333, 8754, 8455, 8578, 8262, 8679, 8350, 8483, 8391, 8589, 8261, 8727, 8413, 8412, 8248, 9649, 8256, 10672, 8318, 10642, 8426, 10542, 8152, 10033, 8320, 8566, 8094, 11625, 7980, 11146, 7818, 10338, 8258, 9366, 8056, 9011, 7722, 8834, 8435, 8303, 8376, 8025, 8555, 8605, 7814, 9143, 8251, 10377, 8039, 12363, 9025, 9366, 11791, 8827, 17244, 10715, 15852, 8272, 14469, 8181, 14579, 8034, 13226, 7928, 12912, 7823, 9860, 8011, 9374, 8540, 9167, 10634, 8355, 12440, 7942, 10995, 8352, 9697, 8440, 8565, 8527, 8542, 8279, 8340, 8640, 8277, 8517, 8247, 9085, 8032, 9706, 8070, 9595, 8206, 8390, 8082, 8494, 7999, 8280, 8109, 10860, 8425, 10831, 8468, 9190, 8462, 8242, 8606, 8571, 8410, 8418, 9655, 8512, 9186, 8354, 9379, 8558, 11454, 9438, 10024, 9814, 8170, 8698, 15810, 8387, 15514, 10795, 13008, 8376, 8642, 8423, 8282, 8551, 8217, 9307, 8320, 8403, 9879, 8209, 16856, 8426, 14552, 8249, 13270, 8142, 10538, 8581, 9776, 8193, 8900, 8223, 8388, 8525, 8117, 9193, 8038, 12049, 8252, 14330, 8263, 13187, 10081, 13674, 8806, 11976, 8248, 9636, 8022, 8865, 8769, 8483, 8502, 9039, 8017, 9181, 8162, 8975, 8074, 8319, 13748, 8241, 13022, 8397, 12980, 8231, 12216, 8484, 11052, 8350, 8467, 8392, 8159, 8348, 8419, 10106, 8392, 10641, 8187, 12923, 8173, 14926, 8471, 13609, 8225, 13063, 8435, 13188, 8181, 9533, 8045, 8328, 8355, 8421, 9083, 8395, 10091, 8334, 8605, 8242, 8448, 8553, 8305, 12937, 8282, 13078, 8090, 9449, 8259, 8162, 10616, 8429, 12844, 8142, 9383, 9625, 8103, 12256, 8079, 9509, 9107, 9802, 11319, 8085, 12018, 8075, 8647, 8088, 10238, 7918, 10158, 9131, 8182, 12223, 8061, 11430, 8348, 10993, 10587, 9262, 10939, 7972, 9318, 8557, 9307, 8217, 12580, 8180, 11522, 8352, 10964, 8216, 11140, 8116, 12545, 8216, 12102, 8554, 12187, 8436, 13418, 8343, 12146, 8383, 10456, 8543, 10361, 8445, 9035, 8201, 8763, 8407, 8403, 8286, 8274, 8184, 8407, 8235, 8244, 8156, 8280, 7984, 8087, 8925, 8110, 11252, 8310, 11324, 8006, 9597, 8062, 8074, 8008, 7916, 8030, 8107, 10143, 7953, 8054, 12236, 8230, 13993, 8532, 13165, 8275, 10746, 8035, 8318, 16199, 8433, 13527, 8468, 11639, 8438, 10068, 8275, 9360, 8524, 8839, 8277, 8640, 8340, 8280, 7934, 8243, 14311, 8608, 13631, 8570, 13065, 8321, 12993, 8305, 9089, 8187, 8473, 8307, 8346, 8204, 8119, 8390, 8982, 8256, 10357, 8335, 10579, 8410, 10620, 8610, 13005, 8084, 9128, 9950, 8184, 12578, 8254, 15140, 8554, 12717, 8572, 11300, 8523, 9168, 8145, 7774, 8144, 8394, 9138, 8309, 8688, 8357, 10988, 8191, 12528, 8486, 13906, 8288, 12939, 8645, 10998, 13839, 9113, 13449, 8550, 14313, 8580, 13598, 8772, 12003, 8623, 11948, 8523, 10856, 7937, 9495, 8927, 8256, 8236, 8508, 8604, 8810, 8271, 16501, 8585, 13667, 8700, 9704, 8811, 8127, 8092, 8039, 7861, 8581, 8516, 8736, 12072, 13821, 11048, 15327, 11825, 11536, 9078, 11390, 8464, 15686, 8489, 14159, 8870, 12256, 8485, 12385, 8516, 11551, 8395, 9101, 8553, 8537, 9060, 8317, 9425, 8617, 9736, 8542, 11877, 8513, 10605, 8472, 9181, 8483, 8637, 8543, 8301, 8570, 8843, 8179, 8418, 8060, 8412, 10900, 8525, 11069, 8426, 10845, 8509, 8387, 8246, 8226, 7767, 8153, 9034, 8273, 9990, 8059, 9051, 8268, 9640, 8051, 7877, 7997, 9440, 8262, 7961, 9280, 8129, 9464, 8293, 10441, 8195, 11461, 8056, 11157, 8189, 13013, 8284, 8470, 8179, 9800, 7907, 11238, 8094, 7996, 8190, 8179, 10474, 8193, 14049, 10156, 9459, 17160, 8186, 14781, 8255, 13408, 8162, 10968, 8219, 8615, 8379, 8516, 8370, 8435, 8153, 8136, 9109, 8128, 9974, 8277, 8421, 8459, 14957, 9874, 15529, 12012, 16926, 10647, 15751, 11427, 14272, 10575, 15745, 8150, 12408, 8226, 10899, 8230, 14902, 10059, 16980, 8787, 8409, 9318, 9559, 8658, 8432, 8630, 8420, 8768, 8117, 11587, 8475, 11234, 8577, 8140, 7812, 9497, 13146, 9071, 8623, 8557, 7961, 11884, 8476, 11466, 8408, 12438, 9227, 8414, 8606, 8386, 9933, 8539, 13498, 10150, 12164, 10262, 8396, 9426, 8110, 12074, 8693, 16338, 9991, 9469], 'WindowCenter': [4398.0, 4366.0, 4402.0, 4380.0, 4357.0, 4365.0, 4324.0, 4372.0, 4320.0, 4359.0, 4307.0, 4339.0, 4296.0, 4297.0, 4285.0, 4294.0, 4286.0, 4297.0, 4287.0, 4286.0, 4287.0, 4287.0, 4299.0, 4309.0, 4299.0, 4300.0, 4318.0, 4299.0, 4330.0, 4300.0, 4329.0, 4300.0, 4328.0, 4300.0, 4309.0, 4288.0, 4299.0, 4339.0, 4300.0, 4327.0, 4299.0, 4338.0, 4299.0, 4337.0, 4298.0, 4316.0, 4286.0, 4297.0, 4285.0, 4297.0, 4336.0, 4299.0, 4326.0, 4287.0, 4309.0, 4298.0, 4300.0, 4312.0, 4322.0, 4311.0, 4349.0, 4299.0, 4338.0, 4298.0, 4308.0, 4298.0, 4307.0, 4298.0, 4298.0, 4287.0, 4299.0, 4298.0, 4299.0, 4299.0, 4331.0, 4343.0, 4332.0, 4311.0, 4309.0, 4301.0, 4309.0, 4349.0, 4297.0, 4346.0, 4285.0, 4324.0, 4285.0, 4294.0, 4285.0, 4284.0, 4287.0, 4294.0, 4284.0, 4284.0, 4285.0, 4296.0, 4286.0, 4296.0, 4297.0, 4309.0, 4308.0, 4300.0, 4298.0, 4308.0, 4309.0, 4309.0, 4297.0, 4309.0, 4337.0, 4299.0, 4339.0, 4310.0, 4351.0, 4311.0, 4339.0, 4298.0, 4319.0, 4298.0, 4318.0, 4299.0, 4319.0, 4300.0, 4310.0, 4313.0, 4310.0, 4300.0, 4324.0, 4324.0, 4347.0, 4313.0, 4342.0, 4311.0, 4325.0, 4313.0, 4324.0, 4322.0, 4322.0, 4300.0, 4311.0, 4318.0, 4321.0, 4310.0, 4311.0, 4310.0, 4312.0, 4320.0, 4314.0, 4340.0, 4312.0, 4340.0, 4313.0, 4331.0, 4312.0, 4331.0, 4313.0, 4341.0, 4312.0, 4332.0, 4312.0, 4322.0, 4312.0, 4315.0, 4312.0, 4325.0, 4322.0, 4323.0, 4343.0, 4315.0, 4343.0, 4313.0, 4321.0, 4315.0, 4315.0, 4324.0, 4313.0, 4314.0, 4313.0, 4324.0, 4316.0, 4327.0, 4365.0, 4323.0, 4355.0, 4313.0, 4334.0, 4314.0, 4314.0, 4313.0, 4313.0, 4316.0, 4325.0, 4314.0, 4327.0, 4343.0, 4315.0, 4343.0, 4314.0, 4344.0, 4312.0, 4333.0, 4313.0, 4324.0, 4304.0, 4326.0, 4355.0, 4324.0, 4335.0, 4325.0, 4334.0, 4324.0, 4342.0, 4312.0, 4343.0, 4303.0, 4314.0, 4315.0, 4334.0, 4326.0, 4316.0, 4316.0, 4317.0, 4356.0, 4325.0, 4353.0, 4314.0, 4354.0, 4314.0, 4342.0, 4301.0, 4313.0, 4309.0, 4313.0, 4310.0, 4301.0, 4301.0, 4309.0, 4300.0, 4312.0, 4302.0, 4312.0, 4313.0, 4313.0, 4333.0, 4313.0, 4353.0, 4314.0, 4342.0, 4311.0, 4340.0, 4311.0, 4341.0, 4312.0, 4341.0, 4313.0, 4330.0, 4314.0, 4331.0, 4327.0, 4335.0, 4316.0, 4334.0, 4325.0, 4333.0, 4327.0, 4332.0, 4315.0, 4326.0, 4327.0, 4318.0, 4328.0, 4326.0, 4328.0, 4326.0, 4327.0, 4328.0, 4330.0, 4327.0, 4330.0, 4328.0, 4328.0, 4330.0, 4326.0, 4327.0, 4350.0, 4330.0, 4327.0, 4330.0, 4338.0, 4339.0, 4358.0, 4338.0, 4356.0, 4329.0, 4356.0, 4337.0, 4357.0, 4329.0, 4355.0, 4327.0, 4344.0, 4339.0, 4329.0, 4331.0, 4338.0, 4337.0, 4350.0, 4346.0, 4337.0, 4369.0, 4329.0, 4336.0, 4326.0, 4326.0, 4337.0, 4326.0, 4325.0, 4325.0, 4314.0, 4325.0, 4334.0, 4327.0, 4324.0, 4314.0, 4315.0, 4327.0, 4329.0, 4338.0, 4338.0, 4337.0, 4340.0, 4346.0, 4338.0, 4358.0, 4327.0, 4369.0, 4338.0, 4365.0, 4338.0, 4358.0, 4330.0, 4336.0, 4329.0, 4338.0, 4349.0, 4351.0, 4357.0, 4338.0, 4368.0, 4328.0, 4337.0, 4327.0, 4329.0, 4325.0, 4326.0, 4339.0, 4328.0, 4349.0, 4342.0, 4381.0, 4349.0, 4330.0, 4339.0, 4339.0, 4371.0, 4331.0, 4368.0, 4327.0, 4336.0, 4328.0, 4359.0, 4328.0, 4344.0, 4314.0, 4343.0, 4313.0, 4341.0, 4312.0, 4343.0, 4313.0, 4351.0, 4312.0, 4372.0, 4354.0, 4370.0, 4310.0, 4339.0, 4298.0, 4336.0, 4299.0, 4328.0, 4298.0, 4329.0, 4309.0, 4328.0, 4308.0, 4303.0, 4311.0, 4311.0, 4312.0, 4310.0, 4320.0, 4323.0, 4333.0, 4322.0, 4331.0, 4323.0, 4312.0, 4321.0, 4323.0, 4335.0, 4315.0, 4315.0, 4323.0, 4314.0, 4343.0, 4314.0, 4362.0, 4312.0, 4351.0, 4302.0, 4340.0, 4300.0, 4338.0, 4299.0, 4331.0, 4300.0, 4320.0, 4310.0, 4310.0, 4310.0, 4301.0, 4312.0, 4304.0, 4312.0, 4315.0, 4334.0, 4327.0, 4344.0, 4313.0, 4332.0, 4303.0, 4331.0, 4303.0, 4313.0, 4301.0, 4311.0, 4314.0, 4312.0, 4314.0, 4313.0, 4314.0, 4313.0, 4313.0, 4311.0, 4315.0, 4327.0, 4316.0, 4324.0, 4317.0, 4325.0, 4329.0, 4325.0, 4313.0, 4328.0, 4317.0, 4329.0, 4327.0, 4328.0, 4341.0, 4339.0, 4318.0, 4328.0, 4367.0, 4328.0, 4370.0, 4338.0, 4368.0, 4329.0, 4368.0, 4328.0, 4334.0, 4316.0, 4334.0, 4326.0, 4326.0, 4315.0, 4316.0, 4319.0, 4329.0, 4318.0, 4318.0, 4316.0, 4329.0, 4318.0, 4327.0, 4318.0, 4336.0, 4316.0, 4325.0, 4325.0, 4326.0, 4375.0, 4316.0, 4365.0, 4326.0, 4353.0, 4314.0, 4322.0, 4314.0, 4335.0, 4315.0, 4345.0, 4317.0, 4346.0, 4328.0, 4346.0, 4326.0, 4346.0, 4328.0, 4346.0, 4329.0, 4358.0, 4328.0, 4318.0, 4327.0, 4329.0, 4328.0, 4330.0, 4327.0, 4329.0, 4331.0, 4340.0, 4331.0, 4342.0, 4351.0, 4341.0, 4350.0, 4331.0, 4339.0, 4330.0, 4340.0, 4319.0, 4329.0, 4339.0, 4329.0, 4319.0, 4329.0, 4329.0, 4330.0, 4329.0, 4330.0, 4341.0, 4341.0, 4342.0, 4340.0, 4354.0, 4362.0, 4343.0, 4373.0, 4354.0, 4364.0, 4344.0, 4362.0, 4343.0, 4382.0, 4343.0, 4381.0, 4353.0, 4381.0, 4332.0, 4381.0, 4332.0, 4370.0, 4331.0, 4360.0, 4331.0, 4349.0, 4330.0, 4351.0, 4341.0, 4350.0, 4343.0, 4343.0, 4344.0, 4343.0, 4344.0, 4382.0, 4343.0, 4381.0, 4342.0, 4381.0, 4330.0, 4369.0, 4339.0, 4337.0, 4327.0, 4338.0, 4328.0, 4326.0, 4328.0, 4328.0, 4328.0, 4327.0, 4329.0, 4328.0, 4329.0, 4328.0, 4328.0, 4329.0, 4329.0, 4329.0, 4330.0, 4350.0, 4340.0, 4361.0, 4342.0, 4373.0, 4355.0, 4375.0, 4345.0, 4361.0, 4341.0, 4339.0, 4341.0, 4370.0, 4331.0, 4360.0, 4330.0, 4360.0, 4340.0, 4339.0, 4329.0, 4340.0, 4318.0, 4339.0, 4329.0, 4339.0, 4340.0, 4329.0, 4339.0, 4338.0, 4330.0, 4350.0, 4342.0, 4373.0, 4343.0, 4382.0, 4340.0, 4340.0, 4359.0, 4340.0, 4388.0, 4348.0, 4377.0, 4327.0, 4365.0, 4316.0, 4376.0, 4317.0, 4367.0, 4317.0, 4356.0, 4305.0, 4325.0, 4305.0, 4323.0, 4312.0, 4325.0, 4332.0, 4312.0, 4342.0, 4318.0, 4346.0, 4315.0, 4322.0, 4302.0, 4313.0, 4315.0, 4314.0, 4315.0, 4315.0, 4315.0, 4317.0, 4327.0, 4317.0, 4325.0, 4316.0, 4348.0, 4330.0, 4337.0, 4329.0, 4327.0, 4319.0, 4328.0, 4329.0, 4329.0, 4330.0, 4360.0, 4341.0, 4360.0, 4341.0, 4351.0, 4341.0, 4342.0, 4355.0, 4367.0, 4357.0, 4358.0, 4366.0, 4367.0, 4365.0, 4358.0, 4366.0, 4367.0, 4397.0, 4367.0, 4365.0, 4377.0, 4369.0, 4368.0, 4416.0, 4358.0, 4405.0, 4374.0, 4383.0, 4343.0, 4343.0, 4343.0, 4358.0, 4368.0, 4355.0, 4354.0, 4343.0, 4344.0, 4364.0, 4354.0, 4413.0, 4343.0, 4392.0, 4340.0, 4379.0, 4330.0, 4360.0, 4342.0, 4362.0, 4342.0, 4352.0, 4344.0, 4344.0, 4355.0, 4356.0, 4366.0, 4347.0, 4396.0, 4358.0, 4406.0, 4356.0, 4396.0, 4364.0, 4396.0, 4353.0, 4373.0, 4343.0, 4363.0, 4332.0, 4353.0, 4342.0, 4343.0, 4342.0, 4342.0, 4331.0, 4352.0, 4341.0, 4352.0, 4330.0, 4343.0, 4380.0, 4332.0, 4380.0, 4345.0, 4381.0, 4330.0, 4357.0, 4341.0, 4360.0, 4342.0, 4343.0, 4344.0, 4333.0, 4344.0, 4346.0, 4364.0, 4345.0, 4374.0, 4358.0, 4396.0, 4343.0, 4393.0, 4345.0, 4395.0, 4343.0, 4382.0, 4344.0, 4382.0, 4342.0, 4350.0, 4343.0, 4342.0, 4354.0, 4356.0, 4353.0, 4356.0, 4376.0, 4357.0, 4354.0, 4358.0, 4357.0, 4355.0, 4344.0, 4382.0, 4345.0, 4383.0, 4344.0, 4363.0, 4346.0, 4356.0, 4375.0, 4344.0, 4396.0, 4360.0, 4368.0, 4364.0, 4344.0, 4383.0, 4345.0, 4354.0, 4343.0, 4353.0, 4365.0, 4334.0, 4372.0, 4331.0, 4342.0, 4333.0, 4351.0, 4333.0, 4361.0, 4350.0, 4331.0, 4370.0, 4332.0, 4359.0, 4330.0, 4361.0, 4362.0, 4339.0, 4359.0, 4319.0, 4337.0, 4327.0, 4336.0, 4328.0, 4367.0, 4334.0, 4357.0, 4330.0, 4360.0, 4344.0, 4362.0, 4328.0, 4369.0, 4328.0, 4358.0, 4327.0, 4358.0, 4330.0, 4367.0, 4330.0, 4367.0, 4329.0, 4348.0, 4328.0, 4348.0, 4330.0, 4327.0, 4329.0, 4327.0, 4331.0, 4329.0, 4341.0, 4343.0, 4331.0, 4330.0, 4328.0, 4329.0, 4318.0, 4330.0, 4330.0, 4330.0, 4338.0, 4330.0, 4362.0, 4329.0, 4361.0, 4333.0, 4338.0, 4330.0, 4329.0, 4330.0, 4333.0, 4334.0, 4333.0, 4364.0, 4334.0, 4335.0, 4372.0, 4333.0, 4392.0, 4343.0, 4372.0, 4330.0, 4360.0, 4319.0, 4331.0, 4391.0, 4320.0, 4370.0, 4329.0, 4357.0, 4329.0, 4337.0, 4328.0, 4338.0, 4329.0, 4340.0, 4330.0, 4330.0, 4327.0, 4330.0, 4318.0, 4329.0, 4380.0, 4332.0, 4367.0, 4331.0, 4369.0, 4328.0, 4368.0, 4329.0, 4340.0, 4328.0, 4319.0, 4318.0, 4330.0, 4330.0, 4331.0, 4342.0, 4341.0, 4344.0, 4362.0, 4344.0, 4361.0, 4344.0, 4364.0, 4342.0, 4382.0, 4332.0, 4341.0, 4351.0, 4332.0, 4370.0, 4331.0, 4377.0, 4330.0, 4369.0, 4329.0, 4358.0, 4333.0, 4339.0, 4330.0, 4322.0, 4331.0, 4345.0, 4355.0, 4355.0, 4354.0, 4358.0, 4377.0, 4359.0, 4386.0, 4357.0, 4393.0, 4345.0, 4383.0, 4344.0, 4373.0, 4380.0, 4343.0, 4381.0, 4341.0, 4379.0, 4344.0, 4379.0, 4331.0, 4356.0, 4331.0, 4359.0, 4330.0, 4359.0, 4331.0, 4341.0, 4342.0, 4331.0, 4344.0, 4343.0, 4341.0, 4330.0, 4331.0, 4389.0, 4330.0, 4382.0, 4344.0, 4352.0, 4342.0, 4317.0, 4318.0, 4315.0, 4329.0, 4325.0, 4328.0, 4328.0, 4372.0, 4370.0, 4360.0, 4378.0, 4359.0, 4348.0, 4328.0, 4346.0, 4317.0, 4364.0, 4316.0, 4355.0, 4316.0, 4343.0, 4315.0, 4345.0, 4315.0, 4344.0, 4315.0, 4315.0, 4314.0, 4315.0, 4327.0, 4318.0, 4328.0, 4327.0, 4337.0, 4316.0, 4347.0, 4328.0, 4335.0, 4315.0, 4325.0, 4315.0, 4316.0, 4315.0, 4316.0, 4316.0, 4315.0, 4306.0, 4317.0, 4305.0, 4317.0, 4345.0, 4316.0, 4345.0, 4316.0, 4336.0, 4316.0, 4317.0, 4316.0, 4316.0, 4307.0, 4319.0, 4327.0, 4318.0, 4335.0, 4319.0, 4328.0, 4330.0, 4338.0, 4321.0, 4331.0, 4343.0, 4351.0, 4343.0, 4332.0, 4366.0, 4344.0, 4365.0, 4344.0, 4362.0, 4334.0, 4373.0, 4334.0, 4363.0, 4330.0, 4382.0, 4331.0, 4331.0, 4333.0, 4354.0, 4331.0, 4373.0, 4334.0, 4333.0, 4332.0, 4344.0, 4364.0, 4345.0, 4395.0, 4354.0, 4354.0, 4392.0, 4332.0, 4381.0, 4331.0, 4370.0, 4319.0, 4348.0, 4318.0, 4329.0, 4329.0, 4329.0, 4343.0, 4356.0, 4345.0, 4346.0, 4365.0, 4359.0, 4378.0, 4358.0, 4345.0, 4345.0, 4394.0, 4365.0, 4405.0, 4385.0, 4403.0, 4362.0, 4391.0, 4362.0, 4370.0, 4338.0, 4378.0, 4306.0, 4355.0, 4306.0, 4334.0, 4305.0, 4364.0, 4325.0, 4363.0, 4302.0, 4303.0, 4315.0, 4311.0, 4302.0, 4291.0, 4302.0, 4301.0, 4301.0, 4301.0, 4332.0, 4304.0, 4343.0, 4315.0, 4317.0, 4303.0, 4324.0, 4343.0, 4315.0, 4314.0, 4315.0, 4305.0, 4344.0, 4303.0, 4331.0, 4302.0, 4331.0, 4312.0, 4313.0, 4312.0, 4315.0, 4321.0, 4309.0, 4338.0, 4317.0, 4328.0, 4307.0, 4287.0, 4296.0, 4275.0, 4314.0, 4285.0, 4334.0, 4295.0, 4294.0], 'WindowWidth': [9697.0, 9645.0, 9686.0, 9650.0, 9613.0, 9620.0, 9562.0, 9623.0, 9547.0, 9601.0, 9522.0, 9567.0, 9505.0, 9508.0, 9490.0, 9501.0, 9495.0, 9512.0, 9498.0, 9495.0, 9499.0, 9498.0, 9519.0, 9531.0, 9519.0, 9520.0, 9540.0, 9518.0, 9558.0, 9519.0, 9556.0, 9521.0, 9556.0, 9521.0, 9530.0, 9500.0, 9517.0, 9571.0, 9519.0, 9551.0, 9518.0, 9568.0, 9519.0, 9565.0, 9513.0, 9534.0, 9493.0, 9509.0, 9492.0, 9511.0, 9560.0, 9516.0, 9549.0, 9497.0, 9526.0, 9513.0, 9520.0, 9538.0, 9552.0, 9538.0, 9586.0, 9517.0, 9567.0, 9515.0, 9527.0, 9515.0, 9526.0, 9514.0, 9515.0, 9499.0, 9515.0, 9514.0, 9517.0, 9519.0, 9566.0, 9581.0, 9567.0, 9536.0, 9530.0, 9522.0, 9532.0, 9584.0, 9512.0, 9575.0, 9491.0, 9542.0, 9490.0, 9502.0, 9492.0, 9489.0, 9496.0, 9502.0, 9490.0, 9488.0, 9492.0, 9507.0, 9494.0, 9510.0, 9513.0, 9533.0, 9529.0, 9518.0, 9516.0, 9530.0, 9534.0, 9532.0, 9514.0, 9531.0, 9565.0, 9520.0, 9570.0, 9534.0, 9590.0, 9539.0, 9572.0, 9517.0, 9543.0, 9516.0, 9540.0, 9520.0, 9546.0, 9523.0, 9536.0, 9543.0, 9536.0, 9522.0, 9564.0, 9563.0, 9599.0, 9549.0, 9583.0, 9542.0, 9563.0, 9548.0, 9564.0, 9560.0, 9559.0, 9523.0, 9540.0, 9546.0, 9553.0, 9539.0, 9542.0, 9538.0, 9543.0, 9551.0, 9547.0, 9576.0, 9542.0, 9577.0, 9546.0, 9567.0, 9542.0, 9567.0, 9546.0, 9582.0, 9544.0, 9569.0, 9545.0, 9557.0, 9543.0, 9550.0, 9543.0, 9566.0, 9556.0, 9560.0, 9586.0, 9552.0, 9587.0, 9546.0, 9555.0, 9550.0, 9553.0, 9565.0, 9548.0, 9551.0, 9549.0, 9564.0, 9553.0, 9572.0, 9619.0, 9562.0, 9603.0, 9546.0, 9576.0, 9549.0, 9548.0, 9545.0, 9547.0, 9555.0, 9566.0, 9549.0, 9571.0, 9587.0, 9552.0, 9587.0, 9550.0, 9588.0, 9546.0, 9574.0, 9547.0, 9562.0, 9535.0, 9566.0, 9603.0, 9561.0, 9575.0, 9566.0, 9575.0, 9565.0, 9584.0, 9546.0, 9583.0, 9530.0, 9549.0, 9551.0, 9574.0, 9567.0, 9555.0, 9553.0, 9558.0, 9607.0, 9565.0, 9600.0, 9549.0, 9602.0, 9545.0, 9581.0, 9525.0, 9543.0, 9533.0, 9541.0, 9534.0, 9523.0, 9523.0, 9534.0, 9521.0, 9540.0, 9528.0, 9544.0, 9544.0, 9545.0, 9570.0, 9544.0, 9597.0, 9547.0, 9581.0, 9540.0, 9574.0, 9539.0, 9578.0, 9543.0, 9582.0, 9546.0, 9565.0, 9549.0, 9567.0, 9572.0, 9576.0, 9554.0, 9576.0, 9568.0, 9572.0, 9570.0, 9569.0, 9554.0, 9569.0, 9571.0, 9560.0, 9575.0, 9573.0, 9576.0, 9571.0, 9573.0, 9575.0, 9581.0, 9574.0, 9582.0, 9576.0, 9577.0, 9581.0, 9573.0, 9575.0, 9610.0, 9583.0, 9575.0, 9580.0, 9591.0, 9595.0, 9618.0, 9592.0, 9610.0, 9578.0, 9609.0, 9588.0, 9613.0, 9578.0, 9608.0, 9575.0, 9592.0, 9592.0, 9578.0, 9586.0, 9593.0, 9589.0, 9613.0, 9599.0, 9590.0, 9632.0, 9577.0, 9584.0, 9571.0, 9570.0, 9585.0, 9569.0, 9568.0, 9568.0, 9550.0, 9567.0, 9575.0, 9571.0, 9563.0, 9551.0, 9555.0, 9573.0, 9578.0, 9589.0, 9592.0, 9586.0, 9593.0, 9597.0, 9588.0, 9615.0, 9574.0, 9630.0, 9590.0, 9621.0, 9590.0, 9615.0, 9580.0, 9584.0, 9577.0, 9589.0, 9608.0, 9614.0, 9614.0, 9589.0, 9628.0, 9577.0, 9587.0, 9575.0, 9577.0, 9569.0, 9571.0, 9591.0, 9575.0, 9605.0, 9600.0, 9650.0, 9608.0, 9583.0, 9592.0, 9593.0, 9641.0, 9583.0, 9629.0, 9569.0, 9580.0, 9576.0, 9615.0, 9574.0, 9589.0, 9549.0, 9586.0, 9547.0, 9580.0, 9545.0, 9584.0, 9544.0, 9593.0, 9543.0, 9623.0, 9599.0, 9617.0, 9535.0, 9571.0, 9515.0, 9561.0, 9516.0, 9553.0, 9515.0, 9555.0, 9532.0, 9556.0, 9528.0, 9532.0, 9540.0, 9542.0, 9543.0, 9538.0, 9551.0, 9564.0, 9572.0, 9559.0, 9568.0, 9562.0, 9545.0, 9555.0, 9564.0, 9579.0, 9550.0, 9550.0, 9556.0, 9547.0, 9584.0, 9549.0, 9608.0, 9541.0, 9592.0, 9528.0, 9574.0, 9521.0, 9569.0, 9520.0, 9561.0, 9522.0, 9549.0, 9538.0, 9535.0, 9537.0, 9525.0, 9542.0, 9533.0, 9542.0, 9551.0, 9575.0, 9570.0, 9586.0, 9546.0, 9568.0, 9531.0, 9566.0, 9530.0, 9541.0, 9525.0, 9541.0, 9549.0, 9543.0, 9547.0, 9545.0, 9549.0, 9544.0, 9546.0, 9542.0, 9550.0, 9571.0, 9553.0, 9564.0, 9556.0, 9567.0, 9575.0, 9566.0, 9547.0, 9573.0, 9558.0, 9577.0, 9573.0, 9577.0, 9599.0, 9593.0, 9564.0, 9577.0, 9624.0, 9576.0, 9633.0, 9588.0, 9626.0, 9577.0, 9628.0, 9577.0, 9577.0, 9554.0, 9576.0, 9567.0, 9569.0, 9554.0, 9557.0, 9563.0, 9575.0, 9559.0, 9558.0, 9553.0, 9573.0, 9560.0, 9570.0, 9559.0, 9579.0, 9554.0, 9565.0, 9564.0, 9566.0, 9630.0, 9552.0, 9618.0, 9566.0, 9596.0, 9548.0, 9555.0, 9550.0, 9575.0, 9552.0, 9592.0, 9558.0, 9594.0, 9572.0, 9593.0, 9569.0, 9593.0, 9575.0, 9594.0, 9578.0, 9612.0, 9574.0, 9560.0, 9572.0, 9578.0, 9576.0, 9579.0, 9574.0, 9577.0, 9582.0, 9594.0, 9584.0, 9602.0, 9611.0, 9599.0, 9608.0, 9582.0, 9592.0, 9579.0, 9594.0, 9564.0, 9579.0, 9590.0, 9579.0, 9564.0, 9577.0, 9577.0, 9580.0, 9579.0, 9580.0, 9600.0, 9600.0, 9603.0, 9597.0, 9620.0, 9627.0, 9605.0, 9644.0, 9621.0, 9634.0, 9608.0, 9626.0, 9604.0, 9655.0, 9604.0, 9650.0, 9616.0, 9651.0, 9588.0, 9649.0, 9587.0, 9635.0, 9584.0, 9619.0, 9583.0, 9604.0, 9583.0, 9609.0, 9597.0, 9607.0, 9603.0, 9605.0, 9608.0, 9603.0, 9606.0, 9653.0, 9603.0, 9652.0, 9598.0, 9649.0, 9581.0, 9632.0, 9589.0, 9586.0, 9572.0, 9585.0, 9573.0, 9569.0, 9575.0, 9575.0, 9574.0, 9572.0, 9575.0, 9574.0, 9577.0, 9574.0, 9574.0, 9576.0, 9577.0, 9575.0, 9582.0, 9605.0, 9594.0, 9623.0, 9601.0, 9645.0, 9625.0, 9651.0, 9613.0, 9627.0, 9599.0, 9593.0, 9600.0, 9635.0, 9585.0, 9621.0, 9582.0, 9622.0, 9596.0, 9592.0, 9577.0, 9593.0, 9563.0, 9592.0, 9580.0, 9593.0, 9593.0, 9578.0, 9592.0, 9588.0, 9582.0, 9609.0, 9603.0, 9645.0, 9604.0, 9654.0, 9595.0, 9593.0, 9617.0, 9592.0, 9656.0, 9600.0, 9639.0, 9570.0, 9617.0, 9555.0, 9633.0, 9558.0, 9622.0, 9556.0, 9605.0, 9538.0, 9561.0, 9536.0, 9558.0, 9542.0, 9561.0, 9569.0, 9543.0, 9581.0, 9560.0, 9594.0, 9549.0, 9553.0, 9527.0, 9541.0, 9547.0, 9547.0, 9549.0, 9548.0, 9548.0, 9558.0, 9570.0, 9557.0, 9563.0, 9554.0, 9601.0, 9582.0, 9583.0, 9576.0, 9571.0, 9564.0, 9572.0, 9577.0, 9576.0, 9582.0, 9620.0, 9597.0, 9621.0, 9597.0, 9610.0, 9599.0, 9601.0, 9625.0, 9645.0, 9631.0, 9631.0, 9640.0, 9645.0, 9639.0, 9633.0, 9640.0, 9646.0, 9685.0, 9642.0, 9637.0, 9659.0, 9649.0, 9647.0, 9708.0, 9634.0, 9693.0, 9646.0, 9656.0, 9606.0, 9602.0, 9606.0, 9634.0, 9649.0, 9624.0, 9621.0, 9604.0, 9607.0, 9632.0, 9623.0, 9699.0, 9603.0, 9665.0, 9596.0, 9645.0, 9582.0, 9621.0, 9603.0, 9627.0, 9602.0, 9615.0, 9607.0, 9607.0, 9625.0, 9629.0, 9639.0, 9618.0, 9680.0, 9634.0, 9694.0, 9625.0, 9680.0, 9635.0, 9680.0, 9617.0, 9642.0, 9602.0, 9629.0, 9586.0, 9615.0, 9599.0, 9604.0, 9599.0, 9598.0, 9583.0, 9612.0, 9597.0, 9614.0, 9581.0, 9602.0, 9648.0, 9586.0, 9646.0, 9607.0, 9647.0, 9579.0, 9611.0, 9596.0, 9620.0, 9598.0, 9603.0, 9607.0, 9590.0, 9605.0, 9611.0, 9632.0, 9611.0, 9646.0, 9631.0, 9679.0, 9604.0, 9667.0, 9608.0, 9675.0, 9603.0, 9654.0, 9608.0, 9652.0, 9599.0, 9608.0, 9604.0, 9600.0, 9620.0, 9626.0, 9616.0, 9627.0, 9652.0, 9628.0, 9619.0, 9632.0, 9630.0, 9624.0, 9605.0, 9652.0, 9608.0, 9655.0, 9605.0, 9632.0, 9611.0, 9628.0, 9650.0, 9607.0, 9681.0, 9636.0, 9644.0, 9632.0, 9606.0, 9655.0, 9607.0, 9615.0, 9602.0, 9615.0, 9632.0, 9587.0, 9637.0, 9581.0, 9598.0, 9588.0, 9608.0, 9588.0, 9623.0, 9607.0, 9584.0, 9632.0, 9585.0, 9616.0, 9580.0, 9621.0, 9625.0, 9588.0, 9618.0, 9563.0, 9585.0, 9573.0, 9583.0, 9574.0, 9624.0, 9589.0, 9610.0, 9580.0, 9619.0, 9604.0, 9623.0, 9576.0, 9628.0, 9573.0, 9612.0, 9573.0, 9612.0, 9580.0, 9622.0, 9578.0, 9625.0, 9577.0, 9598.0, 9573.0, 9600.0, 9579.0, 9571.0, 9575.0, 9572.0, 9579.0, 9576.0, 9596.0, 9602.0, 9580.0, 9578.0, 9574.0, 9575.0, 9561.0, 9580.0, 9578.0, 9581.0, 9587.0, 9578.0, 9620.0, 9577.0, 9621.0, 9586.0, 9587.0, 9580.0, 9577.0, 9581.0, 9585.0, 9592.0, 9588.0, 9633.0, 9589.0, 9592.0, 9637.0, 9586.0, 9665.0, 9601.0, 9637.0, 9577.0, 9617.0, 9559.0, 9581.0, 9659.0, 9563.0, 9629.0, 9574.0, 9607.0, 9575.0, 9582.0, 9572.0, 9586.0, 9576.0, 9592.0, 9579.0, 9577.0, 9572.0, 9579.0, 9559.0, 9577.0, 9646.0, 9583.0, 9622.0, 9578.0, 9627.0, 9572.0, 9625.0, 9578.0, 9591.0, 9571.0, 9560.0, 9560.0, 9575.0, 9577.0, 9582.0, 9600.0, 9594.0, 9604.0, 9624.0, 9604.0, 9624.0, 9606.0, 9629.0, 9599.0, 9651.0, 9582.0, 9594.0, 9607.0, 9583.0, 9628.0, 9580.0, 9637.0, 9578.0, 9626.0, 9576.0, 9611.0, 9584.0, 9588.0, 9579.0, 9571.0, 9585.0, 9607.0, 9621.0, 9623.0, 9620.0, 9630.0, 9655.0, 9632.0, 9663.0, 9626.0, 9670.0, 9610.0, 9657.0, 9604.0, 9641.0, 9645.0, 9602.0, 9649.0, 9594.0, 9643.0, 9603.0, 9642.0, 9581.0, 9607.0, 9579.0, 9615.0, 9577.0, 9615.0, 9582.0, 9593.0, 9596.0, 9580.0, 9606.0, 9599.0, 9596.0, 9577.0, 9579.0, 9654.0, 9574.0, 9650.0, 9605.0, 9611.0, 9597.0, 9553.0, 9557.0, 9549.0, 9575.0, 9563.0, 9569.0, 9571.0, 9637.0, 9629.0, 9617.0, 9638.0, 9614.0, 9595.0, 9569.0, 9589.0, 9553.0, 9612.0, 9551.0, 9599.0, 9551.0, 9581.0, 9547.0, 9585.0, 9547.0, 9582.0, 9547.0, 9546.0, 9544.0, 9547.0, 9568.0, 9557.0, 9569.0, 9570.0, 9580.0, 9552.0, 9591.0, 9570.0, 9575.0, 9549.0, 9560.0, 9548.0, 9548.0, 9546.0, 9549.0, 9549.0, 9546.0, 9536.0, 9553.0, 9533.0, 9552.0, 9587.0, 9551.0, 9587.0, 9550.0, 9576.0, 9551.0, 9552.0, 9549.0, 9552.0, 9540.0, 9559.0, 9565.0, 9558.0, 9577.0, 9561.0, 9571.0, 9578.0, 9585.0, 9567.0, 9582.0, 9602.0, 9607.0, 9603.0, 9587.0, 9638.0, 9610.0, 9634.0, 9603.0, 9625.0, 9589.0, 9640.0, 9589.0, 9626.0, 9579.0, 9650.0, 9577.0, 9580.0, 9585.0, 9616.0, 9583.0, 9640.0, 9591.0, 9588.0, 9585.0, 9604.0, 9630.0, 9608.0, 9675.0, 9613.0, 9614.0, 9663.0, 9583.0, 9648.0, 9581.0, 9628.0, 9561.0, 9598.0, 9557.0, 9572.0, 9574.0, 9574.0, 9603.0, 9626.0, 9611.0, 9612.0, 9638.0, 9634.0, 9657.0, 9629.0, 9606.0, 9607.0, 9672.0, 9634.0, 9688.0, 9662.0, 9685.0, 9624.0, 9664.0, 9622.0, 9629.0, 9581.0, 9636.0, 9538.0, 9600.0, 9537.0, 9571.0, 9533.0, 9610.0, 9559.0, 9608.0, 9526.0, 9528.0, 9545.0, 9535.0, 9523.0, 9507.0, 9524.0, 9521.0, 9523.0, 9522.0, 9565.0, 9530.0, 9584.0, 9547.0, 9558.0, 9535.0, 9559.0, 9581.0, 9546.0, 9548.0, 9549.0, 9536.0, 9583.0, 9527.0, 9558.0, 9523.0, 9560.0, 9537.0, 9542.0, 9540.0, 9551.0, 9550.0, 9531.0, 9567.0, 9538.0, 9551.0, 9520.0, 9495.0, 9506.0, 9476.0, 9527.0, 9489.0, 9552.0, 9501.0, 9499.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.0016265946843853822</td></tr>
<tr><td colspan=3>aqi</td><td>0.03493763455149502</td></tr>
<tr><td colspan=3>dummy_trs</td><td>5</td></tr>
<tr><td>dvars</td><td colspan=2>nstd</td><td>35.90536630622613</td></tr>
<tr><td>dvars</td><td colspan=2>std</td><td>1.2345572689359927</td></tr>
<tr><td>dvars</td><td colspan=2>vstd</td><td>1.0028915407065673</td></tr>
<tr><td colspan=3>efc</td><td>0.4474</td></tr>
<tr><td colspan=3>fber</td><td>7505.2256</td></tr>
<tr><td>fd</td><td colspan=2>mean</td><td>0.09829958958252163</td></tr>
<tr><td>fd</td><td colspan=2>num</td><td>80</td></tr>
<tr><td>fd</td><td colspan=2>perc</td><td>6.644518272425249</td></tr>
<tr><td>fwhm</td><td colspan=2>avg</td><td>2.351999670143199</td></tr>
<tr><td>fwhm</td><td colspan=2>x</td><td>2.2854927636914244</td></tr>
<tr><td>fwhm</td><td colspan=2>y</td><td>2.5582322117342637</td></tr>
<tr><td>fwhm</td><td colspan=2>z</td><td>2.2122740350039085</td></tr>
<tr><td colspan=3>gcor</td><td>0.0187445</td></tr>
<tr><td>gsr</td><td colspan=2>x</td><td>-0.010975086130201817</td></tr>
<tr><td>gsr</td><td colspan=2>y</td><td>0.02301136963069439</td></tr>
<tr><td>size</td><td colspan=2>t</td><td>1204</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.9771973109986405</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>39.9723</td></tr>
<tr><td>summary</td><td>bg</td><td>mad</td><td>36.6304</td></tr>
<tr><td>summary</td><td>bg</td><td>mean</td><td>159.927</td></tr>
<tr><td>summary</td><td>bg</td><td>median</td><td>44.0</td></tr>
<tr><td>summary</td><td>bg</td><td>n</td><td>307508.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p05</td><td>14.0</td></tr>
<tr><td>summary</td><td>bg</td><td>p95</td><td>762.0</td></tr>
<tr><td>summary</td><td>bg</td><td>stdv</td><td>346.0423</td></tr>
<tr><td>summary</td><td>fg</td><td>k</td><td>2.5435</td></tr>
<tr><td>summary</td><td>fg</td><td>mad</td><td>574.9547</td></tr>
<tr><td>summary</td><td>fg</td><td>mean</td><td>3620.2008</td></tr>
<tr><td>summary</td><td>fg</td><td>median</td><td>3801.0</td></tr>
<tr><td>summary</td><td>fg</td><td>n</td><td>69036.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p05</td><td>1297.0</td></tr>
<tr><td>summary</td><td>fg</td><td>p95</td><td>4751.0</td></tr>
<tr><td>summary</td><td>fg</td><td>stdv</td><td>955.6912</td></tr>
<tr><td colspan=3>tsnr</td><td>34.692945125862025</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>